body {
    background: #43001b url(../img/pattern_bg.jpg);
}
h1, h2, h3, h4, h5, h6 {
    font-family: 'Roboto Slab', serif;
    font-weight: 400;
    margin: 0;
    padding: 0;
}
h2 {
    color: #000;
    font-size: 36px;
    line-height: 48px;
    margin: 0 auto;
}
div, p {
    margin: 0;
    padding: 0;
}
p {
    font-family: 'Open Sans', sans-serif;
    font-size: 18px;
    line-height: 24px;
    font-weight: 400;
    color: #000;
    margin: 0;
    padding: 0;
}
a:link, a:visited {
    color: #fff;
    text-decoration: none;
    outline: 0;
    cursor: pointer;
	padding: 12px;
}
a:hover, a:active {
    color: #f89406;
    text-decoration: none;
    outline: 0;
    cursor: pointer;
}
img {
    border: medium none;
}

.btn {
    color: #494949;
    border: 1px solid #d4d4d4;
    background: #ededed;
    font-family: 'Open Sans', sans-serif;
    text-transform: none;
    font-size: 13px;
    font-weight: 400;
    padding: 8px 15px;
    -webkit-border-radius: 0;
    border-radius: 0;
    -webkit-transition: all 200ms ease-in-out 100ms;
    -moz-transition: all 200ms ease-in-out 100ms;
    -ms-transition: all 200ms ease-in-out 100ms;
    -o-transition: all 200ms ease-in-out 100ms;
    transition: all 200ms ease-in-out 100ms;
}
.btn:hover, .btn:focus, .btn:active {
    color: #fff;
    background-color: #2e456b;
    -webkit-transition: all 200ms ease-in-out 100ms;
    -moz-transition: all 200ms ease-in-out 100ms;
    -ms-transition: all 200ms ease-in-out 100ms;
    -o-transition: all 200ms ease-in-out 100ms;
    transition: all 200ms ease-in-out 100ms;
}

.no-padding {
    padding-left: 0;
    padding-right: 0;
}
/*--Header--*/
#header {
    background: #000;
    width: 100%;
    margin: 0;
    padding: 10px 0;
   
}
#header .content-header {
    max-width: 1170px;
    margin: 0 auto;
    padding: 0;
}
#header .content-header:after {
    content: "";
    display: block;
    clear: both;
}
#header .content-header #logo {
    width: 270px;
    height: auto;
    margin: 5px 0;
    padding: 0;
    float: left;
    z-index: 1;
    position: relative;
}
/*Text*/
#header .content-header .text {
    position: absolute;
    padding-top: 2px;
    margin: 0 auto;
    left: 0;
    right: 0;
    width: 340px;
    text-align: center;
}
#header .content-header .text h2 {
    color: #ffc600;
}
#header .content-header .text p {
    color: #fff;
    font-size: 22px;
    line-height: 24px;
}
/*Login-container*/
#header .content-header .login-container {
    float: right;
    position: relative;
    padding-top: 8px;
}
.login p {
    color: #fff;
    text-decoration: underline;
}
/*--Hero--*/
#hero {
    text-align: center;
/*    background: url(../img/hero-bg.jpg) no-repeat center / 1170px auto;*/
    max-width: 1200px;
    margin: 0 auto;
}

/*Slide Images*/
.photo_block {
float: left;
width: 100%;
height: 429px;
margin-top: 50px;
position: relative;
}
.photo_block .photo_item {
 position:absolute;
 top:0;
 left:0;
 width:100%;
 height:100%;
 padding:4px;
 box-shadow:0 0 16px rgba(0,0,0,0.21);
 background:#fff;
 opacity:0;
 transition:all 0.5s ease-in-out;
 box-sizing:border-box
}
.photo_block .photo_item .photo {
 position:relative;
 display:block;
 width:100%;
 height:100%;
 opacity:1;
 background-repeat:no-repeat;
 background-size:cover
}
.photo_block .photo_item.active {
 opacity:1
}
.hero-img {
     background-image: url(../img/hero.jpg);
    height: 440px;
    background-size: cover;
	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 4px;
    box-shadow: 0 0 16px rgba(0,0,0,0.21);
    transition: all 0.5s ease-in-out;
    border: 4px #fff solid;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}
#hero #bg {
    background: #000;
    padding: 35px 0;
}
#hero .wrap {
    max-width: 460px;
    margin: 0 auto;
    display: block;
}
h1 {
    color: #f89406;
    font-size: 24px;
    line-height: 32px;
    margin-top: 70px;
    margin-bottom: 20px;
    width: 100%;
	text-align: center;
}
/*--5 Step Form--*/
#form-wrapper {
    padding: 0;
    transition: all 200ms ease-in-out 100ms;
    width: 100%;
    z-index: 997;
}
#form-wrapper:after {
    content: "";
    clear: both;
    display: block;
}
#hero #form-wrapper h2 {
    color: #f89406;
    font-family: 'Open Sans', sans-serif;
    display: block;
    font-size: 27px;
    font-weight: 700;
    left: 0;
    margin: 0 auto;
    padding: 0;
    text-align: center;
    width: 400px;
}

/*---Row5---*/
#row1 {
    padding: 15px 0;
}
#row1 h2 {
    display: block;
    text-align: center;
    font-size: 30px;
    line-height: 35px;
    font-weight: bold;
    color: #fff;
    text-shadow: 0 1px 0 #132f6a;
    margin: 0 auto 20px;
    width: auto;
}
#row1 span {
    color: #f89406;
}
#row1 p {
   margin-top: 30px;
    color: #44679f;
    text-align: center;
    font-weight: 400;
    line-height: 32px;
}
#row1 img {
    height: auto;
    width: 100%;
    margin-bottom: 20px;
}
/*--Footer--*/
footer p {
    font-size: 12px;
    color: #FFF;
    margin: 0;
    padding: 8px 0;
    text-align: center;
}
footer ul {
    list-style-type: none;
    margin: 0 auto;
    padding: 0;
    overflow: hidden;
    max-width: 300px;
}
footer li {
    float: left;
}
footer li a {
    display: block;
    color: #fff;
    font-size: 12px;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
}

/*---------------MEDIA QUERIES---------------*/
@media screen and (max-width: 1400px) {
    #header {
        padding: 15px 0;
    }
    .steps {
        margin: 10px 0 0 0!important;
    }
    .form-terms {
        margin: 140px auto 0 auto!important;
    }
    .myButton {
        margin: 0 auto 20px!important;
    }
    #hero #bg {
        padding: 50px 0;
    }
    #row1 h2 {
        font-size: 20px;
        line-height: 30px;
        padding: 10px 5px;
        margin-top: 0;
    }
}
/* Large devices (large desktops, 1200px and up) */
@media screen and (max-width: 1200px) {
    #header {
        padding: 20px 100px;
    }
    #hero {
        background-size: 970px auto;
    }
    #hero #bg {
        padding: 50px 0;

    }
}
/*Bootstrap -Medium devices Desktops*/
@media screen and (max-width: 991px) {
    .container {
        width: 100%;
    }
    h2 {
        font-size: 24px;
        line-height: 32px;
    }
     #header .content-header #logo {
        width: 180px;
    }
    #header .content-header .login-container {
        padding: 11px 0 0;
    }
    #header .content-header .text {
        width: 230px;
    }
    .login-container {
        padding: 30px 0;
    }
    #header {
        height: auto;
        padding: 10px 40px;
    }
    #header .content-header .login-container ul li img {
        margin: 7px auto;
    }
    #header .content-header .login-container .btn {
        padding: 10px 15px;
    }
    #hero {
        background-size: cover;
    }
    #hero .hidden-sm {
        display: none;
    }
    #hero #bg {
        padding: 10% 0;
    }
    h1 {
        font-size: 22px;
        line-height: 48px;
        margin-top: 40px;
    }

}
@media screen and (max-width: 767px) {
    .content-header {
        width: 100%;
    }
    #header h2 {
        font-size: 18px;
        line-height: 24px;
    }
    #header .content-header .text {
        margin-top: 11px;
        right: -40px;
        width: 230px;
    }
    #header .content-header .text p {
        color: #fff;
        font-size: 19px;
        line-height: 24px;
    }
    #header .content-header .login-container {
        padding: 21px 0 0;
    }
    #header .content-header .login-container ul li {
        width: 70px;
    }
    #header .content-header .login-container ul li ul {
        background: rgba(255,255,255,.9);
    }
    #header .content-header .login-container ul li ul li {
        height: 30px;
        width: 70px;
        padding: 0 10px;
    }
    h1 {
        margin: 0 auto;
    }
    .photo_block {
        float: left;
        width: 230px;
        height: 269px;
        position: relative;
        margin: 30px auto;
        display: block;
        float: none;
    }
    #form-wrapper {
        display: none;
    }
    #form {
         display: none;
    }
    #mobile-form-wrap {
         display: block!important;
    }
    #mobile-bg {
        display: block!important;
        background: rgba(0,0,0,.7);
        padding: 10px;
    }
    #terms-mobile {
	    display: block!important;
    }
    #hero #bg {
       display: none;
    }
    #header .content-header .login-container {
    padding: 10px 0 0;
}
}
@media screen and (max-width: 570px) {
    #header {
        height: auto;
        padding: 0 20px;
        position: relative;
    }
    #header .content-header {
        padding: 0 0 15px;
    }
    #header .content-header #logo {
        width: 140px;
        margin: 15px 0 0;
    }
    #header .content-header .text {
        display: none;
    }

}
@media screen and (max-width: 520px) {
    h1 {
        padding-top: 10px;
        font-size: 20px;
        line-height: 26px;
    }
}
@media screen and (max-width: 470px) {

}
@media screen and (max-width: 430px) {
    .photo_block {
        width: 150px;
        height: 185px;
    }
}
/*iPhone 6 Plus*/
@media screen and (max-width: 414px) {
    .login p {
        font-size: 16px;
    }
}
