@import url(https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700,800i);

body, html {
    font-size: 100%;
    margin: 0;
    padding: 0;
    width: 100%;
    position: relative;
}
body, html, #container {
    width: 100%;
    height: 100%;
}
h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
    margin: 0;
    padding: 0;
}
div, p {
    margin: 0;
    padding: 0;
}
p {
    color: #fff;
    margin: 0;
    padding: 0;
}
a:link, a:visited {
    color: #fff;
    text-decoration: none;
    outline: 0;
    cursor: pointer;
}
a:hover, a:active {
    color: #ccc;
    text-decoration: none;
    outline: 0;
    cursor: pointer;
}
img {
    border: medium none;
}
.img-responsive {
    background-size: cover;
    height: auto;
    width: 100%;
}
.table {
    display: table;
    position: relative;
}
.cell {
    display: table-cell;
    vertical-align: middle;
}
/*--On Scroll--*/
.toAnim {
    opacity: 0;
    filter: alpha(opacity=0);
    transition: opacity 1s ease 0s;
}
.toAnim.anim {
    opacity: 1;
    filter: alpha(opacity=100);
}

font, font a {
  color: #fff!important;
  font-family: Arial, sans-serif;
}

/* Country Selector */
#overlay1 {
    background: rgba(0,0,0,.6);
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    position: fixed;
    z-index: 9999;
    display: table;
}
#overlay1 > div {
    display: table-cell;
    vertical-align: middle;
}
#overlay1 > div .countries {
    background: rgba(255,255,255,.2);
    width: 260px;
    height: auto;
    border: 1px solid #ccc;
    margin: 0 auto;
    padding: 20px;
    -webkit-border-radius: 10px 10px 10px 10px;
    border-radius: 10px 10px 10px 10px;
}
#overlay1 > div .countries h2 {
    color: #fff;
    font-family: 'Open sans', sans-serif;
    font-size: 22px;
    font-weight: 400;
    margin: 0 auto 20px 0;
    padding: 0;
    text-transform: uppercase;
    text-align: center;
}
#overlay1 > div .countries .flags {
    width: 180px;
    margin: 0 auto;
}
#overlay1 > div .countries .flags:after {
    content: "";
    clear: both;
    display: block;
}
#overlay1 > div .countries .flags a {
    display: table;
    float: left;
    padding: 0;
    height: auto;
    position: relative;
    overflow: hidden;
    z-index: 0;
    margin: 0 15px 0 0;
    border: 0;
}
#overlay1 > div .countries .flags a:nth-child(3) {
    margin-right: 0;
}
/*--background images--*/
#overlay1 > div .countries .flags .uk {
    background-image: url(../img/uk.jpg);
    background-size: 50px auto;
    width: 50px;
    height: 34px;
    float: left;
    margin-right: 15px;
    cursor: pointer;
}
#overlay1 > div .countries .flags a .australia {
    background-image: url(../img/australia.jpg);
    background-size: 50px auto;
    width: 50px;
    height: 34px;
}
#overlay1 > div .countries .flags a .usa {
    background-image: url(../img/usa.jpg);
    background-size: 50px auto;
    width: 50px;
    height: 34px;
}
/*overlay1*/
#overlay1 > div .countries .flags a .flags-overlay {
    background: rgba(255,255,255,.4);
    padding: 17px 25px;
    margin: 0;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    opacity: 0;
    z-index: 3!important;
    position: relative;
    -webkit-transition: all 100ms ease-in-out 100ms;
    -moz-transition: all 100ms ease-in-out 100ms;
    -ms-transition: all 100ms ease-in-out 100ms;
    -o-transition: all 100ms ease-in-out 100ms;
    transition: all 100ms ease-in-out 100ms;
}
#overlay1 > div .countries .flags a:hover .flags-overlay {
    z-index: 3!important;
    opacity: 1;
    -webkit-transition: all 100ms ease-in-out 100ms;
    -moz-transition: all 100ms ease-in-out 100ms;
    -ms-transition: all 100ms ease-in-out 100ms;
    -o-transition: all 100ms ease-in-out 100ms;
    transition: all 100ms ease-in-out 100ms;
}

/*--Hero--*/
#hero {
    background: url(../img/h-bg.jpg) no-repeat center top;
    background-size: cover;
    width: 100%;
    height: 75%;
    margin: 0;
    padding: 0 0 48% 0;
    position: relative;
}
/*--Header--*/
#header {
    background: rgba(255,255,255,.85);
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
    position: absolute;
    z-index: 997;
}
#header .line {
    background: rgba(255,255,255,.3);
    width: 100%;
    height: 10px;
    margin: 0;
    padding: 0;
    position: absolute;
    z-index: 997;
}
#header .content {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0;
}
#header .content:after {
    content: "";
    display: block;
    clear: both;
}
#header .content #logo {
    /* background-size: 306px 43px; */
    width: 250px;
    height: auto;
    margin: 30px 0;
    padding: 0;
    float: left;
}
/*Navigation*/
#header .content .navigation {
    list-style: outside none none;
    margin: 0 30px 0 0;
    padding: 51px 0 0 0;
    float: right;
    position: relative;
}
#header .content .navigation li {
    float: left;
}
#header .content .navigation li a {
 color: #ad2d05;
    font-family: 'Open sans', sans-serif;
    font-size: 17px;
    display: block;
    margin: 0;
    padding: 0 5px;
    font-weight: 600;
    -webkit-transition: all 100ms ease-in-out 100ms;
    -moz-transition: all 100ms ease-in-out 100ms;
    -ms-transition: all 100ms ease-in-out 100ms;
    -o-transition: all 100ms ease-in-out 100ms;
    transition: all 100ms ease-in-out 100ms;
}
#header .content .navigation li a:hover {
        color: #f10057;
    -webkit-transition: all 100ms ease-in-out 100ms;
    -moz-transition: all 100ms ease-in-out 100ms;
    -ms-transition: all 100ms ease-in-out 100ms;
    -o-transition: all 100ms ease-in-out 100ms;
    transition: all 100ms ease-in-out 100ms;
}
#header .content .navigation .no-padding1 {
    padding-left: 0;
}
#header .content .navigation .no-padding2 {
    padding-right: 0;
}
#header .content .login {
    background: #ffd300;
    background-size: 13px 19px;
    color: #000;
    font-family: 'Open sans', sans-serif;
    font-size: 17px;
    font-weight: 600;
    margin: 35px 0 0 0;
    padding: 18px 39px;
    text-align: right;
    text-transform: uppercase;
    line-height: 14px;

    float: right;
    display: block;
    -webkit-border-radius: 3px 3px 3px 3px;
    border-radius: 3px 3px 3px 3px;
    -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;
}
#header .content .login:hover {
    background: #000000;
    -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;
}
#join .content .login {
    background: #b74221;
    background-size: 13px 19px;
    color: #ffffff;
    font-family: 'Open sans', sans-serif;
    font-size: 30px;
    font-weight: 500;
    margin: 5px 40px 10px 40px;
    padding: 28px 49px;
    max-width: 300px;
    text-align: center;
    text-transform: uppercase;
    line-height: 14px;

    float: center;
    display: block;
    -webkit-border-radius: 3px 3px 3px 3px;
    border-radius: 3px 3px 3px 3px;
    -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;
}
#join .content .login:hover {
    background: #000000;
    -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;
}


#hero h1 {
    color: #fff;
    font-size: 40px;
    font-family: 'Open sans', sans-serif;
    font-weight: 700;
    margin: 0 auto;
    padding: 0;
    text-align: center;
    width: auto;
    position: absolute;
    top: 72.5%;
    left: 0;
    right: 0;
}

/*--Form--*/
#form-wrapper {
    width: 40%;
    height: 45%;
    margin: 0 auto;
    padding-top: 35px;
    position: absolute;
    bottom: 0px;
    z-index: 997;
    -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;
}
#form-wrapper:after {
    content: "";
    clear: both;
    display: block;
}




/*--Row1--*/
#row1 {
    background: #fff;
    width: 100%;
    height: auto;
    margin: 0;
    padding: 70px 0;
}
#row1 h2 {
    color: #000000;
    font-size: 30px;
    font-family: 'Open sans', sans-serif;
    font-weight: 700;
    margin: 0 auto 15px auto;
    line-height: 27px;
    padding: 0 20px;
    text-align: center;
}
#row1 h2 span {
    color: #d1931a;
}
#row1 p {
    color: #000000;
    font-size: 18px;
    font-family: 'Open sans', sans-serif;
    font-weight: 400;
    margin: 0 auto;
    line-height: 26px;
    padding: 0 20px;
    text-align: center;
    width: 990px;
}

/*--Row2--*/
#row2 {
    background: rgba(0,0,0);
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
}
#row2:after {
    content: "";
    clear: both;
    display: block;
}
#row2 .outer {
    overflow: hidden;
    float: left;
    width: 33.33%;
}
#row2 .outer a {
    cursor: default;
}
#row2 .outer .pod {
    width: 100%;
    height: 405px;
    margin: 0;
    padding: 0;
    float: left;
    -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;
}
#row2 a:hover .pod {
    -moz-transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -o-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
    -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;
}
#row2 .outer .pod1 {
    background: url(../img/row2-pod1.jpg) no-repeat center top;
    background-size: cover;
}
#row2 .outer .pod2 {
    background: url(../img/row2-pod2.jpg) no-repeat center top;
    background-size: cover;
}
#row2 .outer .pod3 {
    background: url(../img/row2-pod3.jpg) no-repeat center top;
    background-size: cover;
}
#row2 .outer .pod div {
}
#row2 .outer .pod div img {
    background-size: 103px 99px;
    width: 103px;
    height: 99px;
    display: block;
    margin: 0 auto 20px auto;
    padding: 0;
}
#row2 .outer .pod2 div img {
    background-size: 99px 99px;
    width: 99px;
    height: 99px;
}
#row2 .outer .pod3 div img {
    background-size: 49px 95px;
    width: 49px;
    height: 95px;
}
#row2 .outer .pod div .numbers {
    width: 58px;
    height: 58px;
    border: 16px solid rgba(255,255,255,.3);
    margin: 0 auto 18px auto;
    padding: 0;
    -webkit-border-radius: 45px 45px 45px 45px;
    border-radius: 45px 45px 45px 45px;
}
#row2 .outer .pod div .numbers p {
    color: #fff;
    font-size: 35px;
    font-family: 'Open sans', sans-serif;
    font-weight: 700;
    margin: 0 auto;
    line-height: 27px;
    padding: 14px 0;
    text-align: center;
    width: auto;
}
#row2 .outer .pod div h2 {
    color: #fff;
    font-size: 30px;
    font-family: 'Open sans', sans-serif;
    font-weight: 700;
    margin: 0 auto 5px auto;
    padding: 0 20px;
    text-align: center;
}
#row2 .outer .pod div p {
    color: #eee;
    font-size: 20px;
    font-family: 'Open sans', sans-serif;
    font-weight: 400;
    margin: 0 auto;
    line-height: 25px;
    padding: 0 20px;
    text-align: center;

}
/*--Members Feed--*/
#row2 #member {
	width: 70%;
	height: auto;
	padding-top: 0;
	padding-bottom: 0;
	margin-top: 2%;
	margin-left: auto;
	margin-right: auto;
}
#row2 #member:after {
    content: "";
    clear: both;
    display: block;
}


/*--Peeps Row--*/
#peeps-row {
    width: 100%;
    height: auto;
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
}



/*Heading Row*/
#heading-row {
    background: #f2c349;
    width: 100%;
    height: auto;
    margin: 0;
    padding: 55px 0;
}
#heading-row h2 {
    color: #000000;
    font-size: 35px;
    font-family: 'Open sans', sans-serif;
    font-weight: 700;
    margin: 0 auto;
    padding: 0 20px;
    text-align: center;
}

/*black-sp*/
#black-sp {
    background: #000000;
    width: 100%;
    height: auto;
    margin: 0;
    padding: 10px 0;
}
#black-sp h2 {
    color: #fff;
    font-size: 35px;
    font-family: 'Open sans', sans-serif;
    font-weight: 700;
    margin: 0 auto;
    padding: 0 20px;
    text-align: center;
}


/*--Row3--*/
#row3 {
    width: 100%;
    height: auto;
    margin: 0 auto;
    padding: 0;
    overflow: hidden;
}
#row3:after {
    content: "";
    clear: both;
    display: block;
}
#row3 .member {
    float: left;
    width: 20%;
    height: 20vw;
    position: relative;
    overflow: hidden;
}
#row3 .member .info-wrap {
    width: 100%;
    height: auto;
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 10;
}
#row3 .member .info-wrap:after {
    content: "";
    clear: both;
    display: block;
}
#row3 .member .info-wrap .box {
    background: url(../img/info.png) center center;
    background-size: 65px 65px;
    width: 17%;
    height: 3.4vw;
    margin: 0;
    padding: 0;
    float: left;
}
#row3 .member .info-wrap .info {
    background: rgba(255,255,255,.5);
    display: table;
    position: relative;
    height: 3.4vw;
    padding: 0;
    float: left;
    width: 83%;
    opacity: 0;
    filter: alpha(opacity=0);
    transition: opacity 1s ease 0s;
}
#row3 .member .info-wrap .info p {
    display: table-cell;
    vertical-align: middle;
    color: #000000;
    font-size: 25px;
    font-family: 'Open sans', sans-serif;
    font-weight: 300;
    margin: 0;
    padding: 0;
    text-align: center;
}
#row3 .member img {
    display: block;
    width: 100%;
    height: auto;
    background-size: cover;
    margin: 0;
    padding: 0;
}
#row3 .member:hover .info {
    opacity: 1;
    filter: alpha(opacity=100);
}

/*--Row4--*/
#row4 {
    background: url(../img/row4-bg.jpg) no-repeat center top;
    background-size: cover;
    width: 100%;
    height: auto;
    margin: 0 auto;
    padding: 70px 0;
}
#row4 h2 {
    color: #684170;
    font-size: 30px;
    font-family: 'Open sans', sans-serif;
    font-weight: 700;
    margin: 0 auto 20px auto;
    text-align: center;
    padding: 0 20px;
}
#row4 h2 span {
    color: #b16a05;
}
#row4 a {
    display: block;
    background: #eecd00;
    color: #000;
    font-size: 30px;
    font-family: 'Open sans', sans-serif;
    font-weight: 700;
    text-align: center;
    line-height: 22px;
    cursor: pointer;
    margin: 0 auto;
    padding: 23px 0;
    width: 440px;
    text-transform: uppercase;
    text-align: center;
    -webkit-border-radius: 2px 2px 2px 2px;
    border-radius: 2px 2px 2px 2px;
    -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;
}
#row4 a:hover {
    -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;
}

/* Back Pulse */
@-webkit-keyframes hvr-back-pulse {
  50% {
    background-color: rgba(219,8,93,.75);
  }
}

@keyframes hvr-back-pulse {
  50% {
    background-color: rgba(219,8,93,.75);
  }
}
.hvr-back-pulse {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  overflow: hidden;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-property: color, background-color;
  transition-property: color, background-color;
}
.hvr-back-pulse:hover {
  -webkit-animation-name: hvr-back-pulse;
  animation-name: hvr-back-pulse;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

/*--Row5--*/
#row-testimonial {
    background: #b16a05;
    width: 100%;
    height: auto;
    margin: 0 auto;
    padding: 0;
    overflow: hidden;
}
#row-testimonial:after {
    content: "";
    clear: both;
    display: block;
}
/* Testimonial Slider */
#owl-demo .item {
    width: 100%;
}
#owl-demo .item:after {
    content: "";
    clear: both;
    display: block;
}
#owl-demo .item .testimonial {
    background: rgba(177, 120, 5, 0.4);
    width: 66.6%;
    height: 416px;
    float: left;
    position: relative;
}
#owl-demo .item .testimonial > div {
}
#owl-demo .item .testimonial > div p {
    color: #fff;
    font-size: 18px;
    font-family: 'Open sans', sans-serif;
    font-weight: 400;
    text-align: center;
    line-height: 30px;
    margin: 0 auto 10px auto;
    padding: 0 20px;
    width: 500px;
}
#owl-demo .item .testimonial > div p span {
    font-weight: 800;
    font-style: italic;
}
#owl-demo .item .testimonial > div p:nth-child(3) {
    color: #cc00cc;
    text-transform: uppercase;
    font-weight: 600;
    font-style: italic;
}
#owl-demo .item .testimonial-img {
    background: url(../img/testimonial-img1.jpg) no-repeat center;
    background-size: cover;
    width: 40%;
    height: 416px;
    margin: 0;
    padding: 0;
    float: left;
}
#owl-demo .item .testimonial-img2 {
    background: url(../img/testimonial-img2.jpg) no-repeat center;
    background-size: cover;
}
#owl-demo .item .testimonial-img3 {
    background: url(../img/testimonial-img3.jpg) no-repeat center;
    background-size: cover;
}
#row-testimonial .brand-pod {
    background: url(../img/row4-pod-img.jpg) no-repeat center;
    background-size: cover;
    width: 25%;
    height: 416px;
    margin: 0;
    padding: 0;
    float: left;
}
#row-testimonial .brand-pod > div {
}
#row-testimonial .brand-pod > div > img {
    display: block;
    background-size: 139px 91px;
    width: 139px;
    height: 91px;
    margin: 0 auto;
}

/*--Footer--*/
#footer {
    background: #000000;
    margin: 0;
    padding: 70px 0;
}
#footer .content {
    max-width: 1200px;
    height: auto;
    margin: 0 auto;
    padding: 0;
}
#footer .content:after {
    content: "";
    clear: both;
    display: block;
}
#footer .content #logo2 {
    background-size: 281px 41px;
    width: 281px;
    height: 51px;
    margin: 7px 0;
    display: block;
    float: left;
}
#footer .content #scrolltotop {
    background: url(../img/scrolltotop.png) no-repeat center center rgba(255,255,255,.2);
    background-size: 13px 11px;
    width: 55px;
    height: 55px;
    margin: 0;
    padding: 0;
    float: right;
    -webkit-border-radius: 35px 35px 35px 35px;
    border-radius: 35px 35px 35px 35px;
    -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;
}
#footer .content #scrolltotop:hover {
    background: url(../img/scrolltotop.png) no-repeat center center rgba(255,255,255,.3);
    background-size: 13px 11px;
    -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;
}
/*Nav*/
#footer .content .navigation {
    list-style: outside none none;
    margin: 0 20px 0 0;
    padding: 18px 0 0 0;
    float: right;
    position: relative;
    z-index: 996;
}
#footer .content .navigation li {
    float: left;
}
#footer .content .navigation li a {
    color: #fff;
    font-family: 'Open sans', sans-serif;
    font-size: 17px;
    display: block;
    margin: 0;
    padding: 0 5px;
    font-weight: 600;
    -webkit-transition: all 100ms ease-in-out 100ms;
    -moz-transition: all 100ms ease-in-out 100ms;
    -ms-transition: all 100ms ease-in-out 100ms;
    -o-transition: all 100ms ease-in-out 100ms;
    transition: all 100ms ease-in-out 100ms;
}
#footer .content .navigation li a:hover {
    color: #b16a05;
    -webkit-transition: all 100ms ease-in-out 100ms;
    -moz-transition: all 100ms ease-in-out 100ms;
    -ms-transition: all 100ms ease-in-out 100ms;
    -o-transition: all 100ms ease-in-out 100ms;
    transition: all 100ms ease-in-out 100ms;
}
/*---------------MEDIA QUERIES---------------*/
@media screen and (max-width: 1800px) {
    #hero h1 {
        top: 70.5%;
color: #ffffff;
    }
}
@media screen and (max-width: 1750px) {
    .owl-prev {
        left: 30px!important;
    }
    .owl-next {
        right: 30px!important;
    }
}
@media screen and (max-width: 1700px) {
    #hero h1 {
        top: 68.5%;
color: #ffffff;
    }
}
@media screen and (max-width: 1600px) {
    #hero h1 {
        top: 66.5%;
color: #ffffff;
    }



}
@media screen and (max-width: 1500px) {
    #hero h1 {
        top: 64.5%;

color: #ffffff;
    }
    #row3 .member .info-wrap .info p {
        font-size: 22px;
    }
}
@media screen and (max-width: 1400px) {
    #hero h1 {
        top: 62.5%;
color: #ffffff;
    }
    #row3 .member .info-wrap .info p {
        font-size: 20px;
    }
}
@media screen and (max-width: 1300px) {
    #hero h1 {
        top: 60.5%;
color: #ffffff;
    }
    #row3 .member .info-wrap .info p {
        font-size: 18px;
    }
}
@media screen and (max-width: 1240px) {
    #header .content, #footer .content  {
        padding: 0 20px;
    }
    .owl-prev {
        left: 20px!important;
    }
    .owl-next {
        right: 20px!important;
    }
}
@media screen and (max-width: 1200px) {
    #hero h1 {
        top: 58.5%;

color: #ffffff;
    }

@media screen and (max-width: 1150px) {
    #hero h1 {
        font-size: 38px;
color: #ffffff;

    }
    #fstep_1 select {
        font-size: 16px!important;
        letter-spacing: -.5px;
    }
    #form select#dobmonth {
        letter-spacing: -2px;
    }
    #fstep_3 h2 {
        font-size: 25px!important;
    }
    #form-wrapper {

         width: 35%;
      height: 45%;
    }
}
@media screen and (max-width: 1130px) {
    #row2 .outer .pod {
        height: 350px;
    }
    #row2 .outer .pod div h2 {
        font-size: 26px;
    }
    #row2 .outer .pod div p {
        font-size: 18px;
        line-height: 20px;
    }
}
@media screen and (max-width: 1100px) {
    #hero h1 {
        top: 56.5%;
color: #ffffff;
    }
    #row3 .member .info-wrap .info p {
        font-size: 17px;
    }
}
@media screen and (max-width: 1030px) {
    #row1 p {
        width: auto;
    }
    #form-wrapper {

         width: 40%;
      height: 45%
    }
}
@media screen and (max-width: 1024px) {
    #hero h1 {
        font-size: 40px;
color: #ffffff;

   }
    #row1 {
        padding: 50px 0;
    }
    #heading-row {
        padding: 30px 0;
    }
    #owl-demo .item .testimonial > div p {
        width: 300px;
    }
}
 }
    #hero {
     
        height: 650px;
    }

@media screen and (max-width: 1000px) {
    #hero h1 {
        top: 54.5%;

color: #ffffff;
    }
    #row3 .member:nth-child(3),
    #row3 .member:nth-child(4),
    #row3 .member:nth-child(5),
    #row3 .member:nth-child(8) {
        display: none;
    }
    #row3 .member {
        width: 33.33%;
        height: 33.33vw;
    }
    #row3 .member .info-wrap .box,
    #row3 .member .info-wrap .info {
        height: 5.4vw;
    }
    #row3 .member .info-wrap .info p {
        font-size: 22px;
    }
}
@media screen and (max-width: 950px) {
    .owl-carousel {
        width: 100%!important;
        float: none!important;
    }
    #row-testimonial .brand-pod {
        float: none;
        width: 100%;
        height: 200px;
    }
    #owl-demo .item .testimonial {
        width: 60%;
    }
    #owl-demo .item .testimonial-img {
        width: 40%;
    }
    .owl-theme .owl-controls {
        width: 60%!important;
    }
    #form-wrapper {

         width: 100%;
      height: 25%;
    }
}
@media screen and (max-width: 900px) {
    #hero h1 {
        top: 52.5%;
        font-size: 35px;

color: #ffffff;
    }
}
@media screen and (max-width: 880px) {
    #header .content .navigation {
        display: none;
    }
    #header .content #logo {
        margin: 25px 0;
    }
    #header .content .login {
        margin-top: 21px;
    }
    .drop_down_container {
        width: 52%!important;
    }
    #form select#dobday, #form select#dobyear {
        width: 31.33%!important;
    }
    #form select#dobmonth {
        width: 37%!important;
    }
    #fstep_2 input {
        width: 43%!important;
    }
    #fstep_3 h2 {
        font-size: 20px!important;
    }
}
@media screen and (max-width: 850px) {
    #hero h1 {
        top: 49.5%;

color: #ffffff;

    }
    #row3 .member .info-wrap .info p {
        font-size: 18px;
    }
}
@media screen and (max-width: 800px) {
    #hero h1 {
        font-size: 30px;
color: #ffffff;
    }
    #form-wrapper {
      padding-top: 20px;
    }
    #footer {
        padding: 40px 0;
    }
    #footer .content #logo2 {
        float: none;
        display: block;
        margin: 0 auto 20px auto;
    }
    #footer .content #scrolltotop {
        float: none;
        margin: 0 auto;
    }
    #footer .content .navigation {
        float: none;
        margin: 0 auto;
        width: 145px;
        padding-top: 20px;
    }
    #footer .content .navigation li {
        float: none;
        margin-bottom: 8px;
    }
    #footer .content .navigation li a {
        padding: 5px 0;
        font-weight: 600;
        margin: 0 auto;
        text-align: center;
    }
    #footer .content .navigation li:nth-child(5) {
        margin-bottom: 0!important;
    }
}
@media screen and (max-width: 980px) {
    #hero h1 {
        top: 21%;
color: #ffffff;
  font-size: 35px;

        padding: 245px 20px 0 20px;
        line-height: 42px;
        width: 480px;
    }
    #hero #form-wrapper #form {
        display: none!important;
    }
    #hero #form-wrapper #lbform {
        display: block;
    }
    #header {
        z-index: 998;
    }
    #hero {
     
        height: 700px;
    }
    #form-wrapper {
        background: none;
        height: 42%;
        transition: none;
    }
    .fixed {
        background: none!important;
        position: absolute!important;
        top: auto!important;
        height: 75%!important;
        bottom: 0!important;
    }
    #row2 .outer .pod {
        height: 300px;
    }
    #row2 .outer .pod div h2 {
        font-size: 20px;
    }
   
    }
    #heading-row h2 {
        font-size: 30px;
    }
  
}




@media screen and (max-width: 670px) {
    #owl-demo .item .testimonial {
        width: 100%!important;
        z-index: 1;
    }
}
    #hero {
        height: 700px;
      
    }



}
    #owl-demo .item .testimonial > div {

    }
    #owl-demo .item .testimonial-img {
        width: 100%;
        position: absolute;
        opacity: 1.0;
        color: #fff;
    }
    .owl-theme .owl-controls {
        width: 100%!important;
        top: 103px!important;
    }
    #row-testimonial .brand-pod {
        height: 150px;
    }
}
@media screen and (max-width: 650px) {
    #hero {
        height: 700px;
      
    }
    #row2 .outer {
        float: none;
        width: 100%;
    }
    #row2 .outer .pod {
        height: 220px;
    }
    #row2 .outer .pod2 {
        background-position: center bottom;
    }
    #row3 .member .info-wrap .info p {
        font-size: 17px;
    }
}
@media screen and (max-width: 560px) {
    #hero {
        height: 700px;


    }

}
@media screen and (max-width: 520px) {
    #hero {
       height: 700px;
    }
    #hero h1 {
        font-size: 30px;
color: #ffffff;
        line-height: 36px;
        width: auto;
    }
}
@media screen and (max-width: 500px) {
    #header .content #logo {
        background-size: 100% auto;
        width: 67%;
    }
    #row3 .member .info-wrap .box {
        width: 23%;
        height: 7.5vw;
    }
    #row3 .member .info-wrap .info {
        width: 77%;
        height: 7.5vw;
    }
    #row3 .member .info-wrap .info p {
        font-size: 17px;
    }
    #row3 .member .info-wrap .info p span {
        display: none;
    }
}
@media screen and (max-width: 480px) {
    #row4 {
        padding: 50px 0;
    }
    #row4 a {
        width: 280px;
    }
}
@media screen and (max-width: 470px) {
    #header .content #logo {
        width: 63%;
    }
    #header .content .login {
        margin-top: 19px;
    }
}
@media screen and (max-width: 450px) {
    #hero {
         height: 700px;
    }
    #hero h1 {
        top: 19%;
color: #ffffff;
    }
    #header .content .login {
        margin-top: 18px;
    }
}
@media screen and (max-width: 430px) {
    #header .content #logo {
        margin: 20px 0;
        width: 65%;
    }
    #header .content .login {
        padding: 18px 25px;
        margin-top: 12px;
    }
    #hero {
         height: 700px;
    }
    #hero h1 {
        top: 18%;
color: #ffffff;
    }
}

 
}
/*iPhone 6 Plus*/
@media screen and (max-width: 414px) {
    #header .content {
        padding: 0 15px;
    }
    #hero h1 {
        font-size: 30px;
    }
    #owl-demo .item .testimonial > div p {
        width: 280px;
    }
}
@media screen and (max-width: 400px) {
    #header .content .login {
        margin-top: 11px;
    }
}
@media screen and (max-width: 390px) {
    #owl-demo .item .testimonial > div p {
        width: 270px;
    }
}
/*iPhone 6*/
@media screen and (max-width: 375px) {
    #header .content .login {
        margin-top: 10px;
    }
    #hero {
         height: 700px;
    }
    #hero h1 {
        font-size: 27px;
color: #ffffff;
        line-height: 30px;
    }
    #owl-demo .item .testimonial > div p {
        width: 240px;
    }
}
@media screen and (max-width: 350px) {
    #overlay1 > div .countries {
        width: 220px;
    }
    #overlay1 > div .countries h2 {
        font-size: 18px!important;
        margin-bottom: 15px;
    }
    #header .content .login {
        padding: 18px;
        margin-top: 8px;
    }
    #owl-demo .item .testimonial > div p {
        font-size: 16px;
        line-height: 21px;
    }
    #hero {
         height: 700px;
    }
    #hero h1 {
        font-size: 20px;
color: #ffffff;
        line-height: 23px;
    }
}
@media screen and (max-width: 330px) {
    .note {
        font-size: 10px!important;
    }
    #owl-demo .item .testimonial > div p {
        width: 200px;
    }
}
@media only screen and (max-width: 320px) and (max-height: 568px) {
}
@media screen and (max-width: 320px) {
    #header .content .login {
        padding: 18px 15px;
        font-size: 15px;
    }
}
@media screen and (max-width: 310px) {
    #owl-demo .item .testimonial > div p {
        width: 180px;
    }
}
@media screen and (max-width: 300px) {
    #header .content .login {
        margin-top: 7px;
    }
}


@media screen and (max-width: 650px) {

    #hero{
          background: url(../img/hero-bg.jpg) no-repeat center top;
          background-size: cover;
    }
}
