body {
    background: #000;
    margin: 0;
    padding: 0;
    font-family: 'Roboto', sans-serif;
    color: #fff;
    font-size: 12px;
}
.header{
    height: auto;
    background: #000 url(../images/header_bg.jpg) repeat-x;
    width: 100%;
}
#logo_img{
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 70%;
  padding-top: 10px;
  padding-bottom: 10px;
}
.main-container{
    background-image: url(../images/special-promotion-bg-freaks.jpg);
    background-size: 165%;
    background-position: center top;
    background-repeat: no-repeat;
    background-color: #fbb203;
    width: 100%;
    height: 420px;
    margin-bottom: 10px;
}
#promo-box{

		width: 100%;
		height: 400px;
    background: url(../images/promo-100-20.png) no-repeat;
    background-position: center;
    margin: 0 auto;
    display: flex;
    background-size: 270px;
}
#promo-box a {
    display: inline-block;
    background: url(../images/join-here.png) no-repeat;
    background-position: center;
    background-size: 450px;
    margin: 0 auto;
    width:  100%;
	height: 720px;
}
.steps{
    display: inline-block;
    margin: 0 0 10px;
}
.steps img{
    width: 65%;
    height: auto;
    margin: 0 auto;
    display: block;
}
.footer{
    height: auto;
    background: #fff url(../images/footer_bg.jpg) repeat-x;
    width: 100%;
    padding-top: 5px;
    margin: 10px 0;
}
.footer p{
    text-align: center;
    font-size: 1em;
    padding: 0 20px;
}
.txt-tittle{
    font-weight: 700;
    font-size: 2em;
    text-transform: uppercase;
    text-align: center !important;
}
.footer a {
    color: #ff4242;
}

@media only screen and (max-width: 420px) {
#promo-box a {
background-size: 300px;
height: 754px;
}
}
@media only screen and (min-width: 480px) {
    .main-container {
    background-size: cover;
    height: auto;

    }
    #promo-box {
    width: 100%;
    background-size: 500px;
	height: 740px;

    }
	#promo-box a {
    height: 1150px;

	}
    .steps {
        margin: 8px auto;
        width: 100%;
    }
    .steps img{
    width: 50%;
    }
    .footer {
        margin: 15px 0;
    }
} 
@media only screen and (min-width: 600px) {
    #logo_img {
        width: 45%;
    }
    .main-container{
        width: 100%;
        height: 700px;
        margin-bottom: 10px;
    }
    .steps {
        margin: 10px auto;
    }
    .steps img {
        width: 40%;
    }
    .footer p {
        font-size: 1.1em;
    }
    .footer {
        margin: 18px 0;
    }
} 
@media only screen and (min-width: 768px) {
    .header {
        padding: 10px 0;
    }
    #logo_img {
        width: 40%;
    }
    .main-container {
        margin-bottom: 20px;
        height: 700px;
    }
    .steps {
        margin: 30px auto;
        width: 33%;
    }
    .steps img {
        width: 90%;
    }
    .footer {
        margin: 30px 0;
        padding: 15px 0;
    }
    .footer p {
        font-size: 1.2em;
        padding: 0 100px;
    }
} 
@media only screen and (min-width: 992px) {
    #logo_img {
        width: initial;
    }

} 
@media only screen and (min-width: 1440px) {
    .main-container {

        padding: 15px 0;
        margin: 0 auto 20px auto;
        height: 900px;
        max-width: 1770px;
    }
    .promotion-section{

        height: 930px;
    }
    .header {
        height: 89px;
        padding: 0;
    }
    #logo_img {
        padding-top: 18px;
    }

    .steps img {
        width: initial;
    }
    .steps-container {
        padding: 0 60px;
    }
    .footer {
        margin: 0;
        padding: 15px 0;
        height: 350px;
    }
    #promo-box {
    background-size: 600px;
    height: 920px;
    }
    #promo-box a {
    height: 1440px;
    background-size: 600px;
    }
}
