body, html {
    font-size: 100%;
    margin: 0;
    padding: 0;
    width: 100%;
    background: #000;
}
h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
    margin: 0;
    padding: 0;
}
div, p {
    margin: 0;
    padding: 0;
}
p {
    color: #ffffff;
    margin: 0;
    padding: 0;
}
a {
    cursor: pointer!important;
}
a:link, a:visited {
    color: #fff;
    text-decoration: none;
    outline: 0;
    cursor: pointer;
}
a:hover, a:active {
    color: #fff;
    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);
}

/* Country Selector */
#overlay {
    background: rgba(0,0,0,.7);
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    position: fixed;
    z-index: 999;
    display: table;
}
#overlay > div {
    display: table-cell;
    vertical-align: middle;
}
#overlay > div .countries {
    width: 410px;
    height: auto;
    border: 1px solid #ccc;
    margin: 0 auto;
    padding: 20px;
    -webkit-border-radius: 10px 10px 10px 10px;
    border-radius: 10px 10px 10px 10px;
}
#overlay > div .countries h2 {
    color: #fff;
    font-family: 'Raleway', sans-serif;
    font-size: 22px;
    font-weight: 600;
    margin: 0 auto 20px 0;
    padding: 0;
    text-transform: uppercase;
    text-align: center;
}
#overlay > div .countries .flags {
    width: 410px;
}
#overlay > div .countries .flags:after {
    content: "";
    clear: both;
    display: block;
}
#overlay > div .countries .flags a {
    display: table;
    float: left;
    padding: 0;
    height: auto;
    position: relative;
    overflow: hidden;
    z-index: 0;
    margin: 0 10px 0 0;
    border: 0;
    cursor: pointer;
}
#overlay > div .countries .flags a:nth-child(7) {
    margin-right: 0;
}
/*--background images--*/
#overlay > div .countries .flags .uk {
    background-image: url(img/uk.jpg);
    background-size: 50px auto;
    width: 50px;
    height: 34px;
    float: left;
    margin-right: 10px;
    cursor: pointer;
}
#overlay > div .countries .flags a .ireland {
    background-image: url(img/ireland.jpg);
    background-size: 50px auto;
    width: 50px;
    height: 34px;
}
#overlay > div .countries .flags a .usa {
    background-image: url(img/usa.jpg);
    background-size: 50px auto;
    width: 50px;
    height: 34px;
}
#overlay > div .countries .flags a .canada {
    background-image: url(img/canada.jpg);
    background-size: 50px auto;
    width: 50px;
    height: 34px;
}
#overlay > div .countries .flags a .southafrica {
    background-image: url(img/southafrica.jpg);
    background-size: 50px auto;
    width: 50px;
    height: 34px;
}
#overlay > div .countries .flags a .australia {
    background-image: url(img/australia.jpg);
    background-size: 50px auto;
    width: 50px;
    height: 34px;
}
#overlay > div .countries .flags a .newzealand {
    background-image: url(img/newzealand.jpg);
    background-size: 50px auto;
    width: 50px;
    height: 34px;
}
/*overlay*/
#overlay > div .countries .flags a .flags-overlay {
    background: rgba(255,255,255,0.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;
}
#overlay > 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;
}

/*--Header--*/
#header {
    background: #ffffff;
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
    position: relative;
    z-index: 999;
}
#header:after {
    content: "";
    clear: both;
    display: block;
}
#header #logo {
    width: 200px;
    height: auto;
    margin: 28px 0 28px 40px;
    padding: 0;
    float: left;
}
/*Navigation*/
#header .navigation {
    list-style: outside none none;
    margin: 0 auto;
    padding: 25px 0 0 0;
    position: relative;
    z-index: 999;
    width: 380px;
}
#header .navigation:after {
    content: "";
    clear: both;
    display: block;
}
#header .navigation li {
    float: left;
}
#header .navigation li a {
    color: #FA2A6A;
    font-family: Raleway, sans-serif;
    font-size: 15px;
    display: block;
    margin: 0;
    padding: 38 8px;
    font-weight: 900;
    text-transform: uppercase;
    cursor: pointer;
    -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 .navigation li a:hover {
    color: #66818D;
    cursor: pointer;
    -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 .navigation .no-padding1 {
    padding-left: 0;
}
#header .navigation .no-padding2 {
    padding-right: 0;
}

/*Login*/
#header .login {
    background: #FA2A6A;
    color: #fff;
    font-family: Raleway, sans-serif;
    font-size: 15px;
    font-weight: 900;
    margin: 51px 30px 27px 0;
    padding: 13px 28px 12px 28px;
    text-align: center;
    text-transform: uppercase;
    line-height: 13px;
    float: left;
    display: block;
    float: right;
    -webkit-border-radius: 19px 19px 19px 19px;
    border-radius: 19px 19px 19px 19px;
    overflow: hidden;
    cursor: pointer;
    -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;
}

/* Sweep To Top */
.hvr-sweep-to-top {
  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;
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.hvr-sweep-to-top:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #66818D;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-sweep-to-top:hover, .hvr-sweep-to-top:focus, .hvr-sweep-to-top:active {
  color: white;
}
.hvr-sweep-to-top:hover:before, .hvr-sweep-to-top:focus:before, .hvr-sweep-to-top:active:before {
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
}
#header .social {
    margin: 51px 40px 27px 0;
    float: right;
}
#header .social:after {
    content: "";
    clear: both;
    display: block;
}
#header .social #facebook {
    background: url(../img/facebook.png) no-repeat;
    background-size: 36px 36px;
    width: 36px;
    height: 36px;
    margin: 0 10px 0 0;
    padding: 0;
    float: left;
    cursor: pointer;
    -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 .social #twitter {
    background: url(../img/twitter.png) no-repeat;
    background-size: 36px 36px;
    width: 36px;
    height: 36px;
    margin: 0 10px 0 0;
    padding: 0;
    float: left;
    cursor: pointer;
    -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 .social #youtube {
    background: url(../img/youtube.png) no-repeat;
    background-size: 36px 36px;
    width: 36px;
    height: 36px;
    margin: 0;
    padding: 0;
    float: left;
    cursor: pointer;
    -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 .social #facebook:hover,
#header .social #twitter:hover,
#header .social #youtube:hover {
    opacity: .7;
    -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;
}
/*Chrome & Safari Fix*/
@media screen and (-webkit-min-device-pixel-ratio:0)
{
#header .login {
    padding: 14px 28px 11px 28px;
    }
#header .navigation {
    padding-top: 38px;
    }
}

/*--Hero--*/
#hero {
    background: url(../img/hero.jpg) no-repeat center /cover;
    width: 100%;
    height: auto;
    margin: 0;
    padding: 7.25% 0;
    position: relative;
    overflow: hidden;
}
#hero .underlay {
    background: rgba(0,0,0,.15);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    z-index: 1;
}
#hero video#bgvid {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: 100%;
    height: auto;
    z-index: 0;
    -ms-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    background: url(polina.jpg) no-repeat;
    background-size: cover;
}

/*Fade in Down*/
.fadeIn {
    -webkit-animation: fadeIn 2.5s; /* Safari, Chrome and Opera > 12.1 */
       -moz-animation: fadeIn 2.5s; /* Firefox < 16 */
        -ms-animation: fadeIn 2.5s; /* Internet Explorer */
         -o-animation: fadeIn 2.5s; /* Opera < 12.1 */
            animation: fadeIn 2.5s;
}

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

#hero .content {
    margin: 0 auto;
    padding: 0;
    width: 610px;
    height: auto;
    position: relative;
    z-index: 2;
}
#hero .content h1 {
    color: rgba(250,5,80,.7);
    font-size: 100px;
    font-family: Open Sans, sans-serif;
    font-weight: 900;
    line-height: 82px;
    margin: 0 0 8px 0;
    padding: 0;
    text-transform: uppercase;
    text-align: center;
}
#hero .content h1 span {
    color: rgba(255,255,255,.9);
}
#hero .content p {
    color: #fff;
    font-size: 20px;
    font-family: Raleway, sans-serif;
    font-weight: 400;
    line-height: 25px;
    margin: 0;
    padding: 0;
    text-align: center;
}

/*--5 Step Form--*/
#form-wrapper {
    background: rgba(250,42,106,.5);
    width: 100%;
    height: 120px;
    margin: 0 auto;
    padding: 0;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    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;
}

/*--2 Step Form--*/
#lbform-wrapper {
    background: #e6e5e5;
    width: 100%;
    height: auto;
    margin: 0 auto;
    padding: 0;
    z-index: 997;
}

/*Fixed Form State*/
.fixed {
    background: url(../img/niche-pattern.png) repeat rgba(250,42,106,.5)!important;
    position: fixed!important;
    top: 0px;
    height: 80px!important;
    bottom: auto!important;
    -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;
}
.fixed #form {
    height: 80px;
    -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;
}
.fixed .myButton {
    margin: 10px 20px 10px 0;
    -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;
}
.fixed #fstep_1, .fixed #fstep_2, .fixed #fstep_3 {
    margin-top: 10px;
    margin-bottom: 10px;
    -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;
}
.fixed #fstep_1 select, .fixed #fstep_2 select, .fixed #fstep_3 .form-terms {
}
.fixed #fstep_1 select {
    margin-left: 20px!important;
    margin-right: 20px!important;
}
.fixed #form select, .fixed #form input[type=text], .fixed #form input[type=password] {
    height: 60px;
    -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;
}
.fixed #fstep_1 label.error,
.fixed #fstep_2 label.error,
.fixed #fstep_3 label.error {
    background: none;
    color: #fff;
    font-size: 10px;
    padding: 0;
    top: -11px;
}

/*--Row1--*/
#row1 {
    background: #000;
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
}
#row1:after {
    content: "";
    clear: both;
    display: block;
}
#row1 .pod {
    width: 25%;
    height: 25vw;
    margin: 0;
    padding: 0;
    float: left;
}
#row1 .pod1 {
    background: url(../img/row1-img1.jpg) no-repeat center top;
    background-size: cover;
}
#row1 .pod2 {
    background: url(../img/row1-img2.jpg) no-repeat center top;
    background-size: cover;
}
#row1 .pod2 div {
    padding: 0 35px;
}
#row1 .pod2 div h2 {
    color: #fff;
    font-size: 45px;
    font-family: 'Raleway', sans-serif;
    font-weight: 400;
    margin: 0 0 10px 0;
    line-height: 33px;
    padding: 0;
    text-transform: uppercase;
}
#row1 .pod2 div h2 span {
    display: none;
}
#row1 .pod2 div img {
    display: block;
    background-size: 341px auto;
    width: 240px;
    height: auto;
    margin: 0 0 20px 0;
    padding: 0;
}
#row1 .pod2 div p {
    color: #fff;
    font-size: 18px;
    font-family: 'Raleway', sans-serif;
    font-weight: 400;
    margin: 0 0 20px 0;
    line-height: 24px;
    padding: 0;
}
#row1 .pod2 div a {
    display: block;
    background: #2ef265;
    color: #111;
    font-size: 15px;
    font-family: 'Raleway', sans-serif;
    font-weight: 900;
    text-align: center;
    text-transform: uppercase;
    line-height: 11px;
    margin: 0;
    padding: 10px 0;
    cursor: pointer;
    width: 120px;
    -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;
}
#row1 .pod2 div a:hover {
    color: #fff;
    cursor: pointer;
    -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;
}
#row1 .pod3 {
    background: url(../img/row1-img3.jpg) no-repeat center top;
    background-size: cover;
}
#row1 .pod4 {
    background: url(../img/row1-img4.jpg) no-repeat center top;
    background-size: cover;
}

/*--Row 2--*/
#row2 {
    background: url(../img/row2-bg.jpg) no-repeat center top;
    background-size: cover;
    width: 100%;
    height: auto;
    margin: 0;
    padding: 60px 0;
}
#row2 .content {
    max-width: 1200px;
    height: 782px;
    margin: 0 auto;
    padding: 0 60px;
    display: block;
    overflow: hidden;
}
#row2 .content:after {
    content: "";
    clear: both;
    display: block;
}
/*One*/
#row2 .content .one {
    float: left;
    width: 65%;
    height: auto;
    margin: 0;
    padding: 0;
}
/*Left*/
#row2 .content .one .left {
    background: rgba(0,0,0,.5);
    float: left;
    width: 67%;
    height: auto;
    overflow: hidden;
}
/*Top*/
#row2 .content .one .left .top {
    width: 100%;
    height: 66.66%;
    overflow: hidden;
    -webkit-transition: all 200ms ease-in-out 200ms;
    -moz-transition: all 200ms ease-in-out 200ms;
    -ms-transition: all 200ms ease-in-out 200ms;
    -o-transition: all 200ms ease-in-out 200ms;
    transition: all 200ms ease-in-out 200ms;
}
#row2 .content .one .left .top .inner {
    background: url(../img/row2-img1.jpg) no-repeat center center;
    width: 120%;
    height: 120%;
    left: -10%;
    top: -10%;
    cursor: pointer;
    -webkit-transition: all 200ms ease-in-out 200ms;
    -moz-transition: all 200ms ease-in-out 200ms;
    -ms-transition: all 200ms ease-in-out 200ms;
    -o-transition: all 200ms ease-in-out 200ms;
    transition: all 200ms ease-in-out 200ms;
}
#row2 .content .one .left .top .inner > div {
}
#row2 .content .one .left .top .inner > div h2 {
    color: #fff;
    font-size: 50px;
    font-family: 'Raleway', sans-serif;
    font-weight: 900;
    line-height: 46px;
    text-align: center;
    text-transform: uppercase;
    margin: 0;
    padding: 0;
}
#row2 .content .one .left .top .inner > div h2 u {
    font-size: 108px;
    text-decoration: none;
    line-height: 85px;
}

/* Pulse */
@-webkit-keyframes hvr-pulse {
  25% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  75% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
}
@keyframes hvr-pulse {
  25% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  75% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
}
.hvr-pulse {
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  cursor: pointer;
}
.hvr-pulse:hover, .hvr-pulse:focus, .hvr-pulse:active {
  -webkit-animation-name: hvr-pulse;
  animation-name: hvr-pulse;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
/*Top END*/


/*Bottom*/
#row2 .content .one .left .bottom {
    width: 100%;
    height: auto;

}
#row2 .content .one .left .bottom:after {
    content: "";
    clear: both;
    display: block;
}
#row2 .content .one .left .bottom .box {
    width: 50%;
    height: 33.33%;
    margin: 0;
    padding: 0;
    float: left;
}
#row2 .content .one .left .bottom .box1 {
    background: #fa2a6a;
    background-size: cover;
}
#row2 .content .one .left .bottom .box1 h2 {
    color: #fff;
    font-size: 30px;
    font-family: 'Raleway', sans-serif;
    font-weight: 900;
    line-height: 31px;
    text-transform: uppercase;
    margin: 0;
    padding: 0 0 0 30px;
    -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;
}
#row2 .content .one .left .bottom .box1:hover h2 {
    color: #ffffff;
    cursor: pointer;
    -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;
}

/*Right*/
#row2 .content .one .right {
    float: left;
    width: 33%;
    height: auto;
}
#row2 .content .one .right .box {
    width: 100%;
    height: 33.33%;
    margin: 0;
    padding: 0;
    cursor: pointer;
}
#row2 .content .one .right .box1 {
    background: #fa2a6a;
    background-size: cover;
}
#row2 .content .one .right .box1 div {
}
#row2 .content .one .right .box1 div h2 {
    color: #ffffff;
    font-size: 30px;
    font-family: 'Raleway', sans-serif;
    font-weight: 900;
    line-height: 31px;
    text-transform: uppercase;
    margin: 0 0 20px 0;
    padding: 0 0 0 30px;
    -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;
}
#row2 .content .one .right .box1 div .last {
    margin-bottom: 0;
}
#row2 .content .one .right .box:hover h2 {
    color: #fff;
    cursor: pointer;
    -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;
}

/*Encounters*/
#row2 .content .one .encounters {
    position: relative;
    overflow: hidden;
}
#row2 .img1 {
    background: url(../img/row2-img2.jpg) no-repeat;
    background-size: cover;
}

#row2 .img2 {
    background: url(../img/row2-img3.jpg) no-repeat;
    background-size: cover;
}

#row2 .content .one .right .box3 {
    background: #fa2a6a;
}
#row2 .content .one .right .box3 h2 {
    color: #ffffff;
    font-size: 30px;
    font-family: 'Raleway', sans-serif;
    font-weight: 900;
    line-height: 31px;
    text-transform: uppercase;
    margin: 0;
    padding: 0 0 0 30px;
    -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;
}
#row2 .content .one .right .box3:hover h2 {
    color: #ffffff;
    cursor: pointer;
    -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;
}


/*Two*/
#row2 .content .two {
    float: left;
    width: 35%;
    height: auto;
    margin: 0;
    padding: 0;
}
#row2 .content .two .top {
    background: #ececec;
    width: 100%;
    height: 20.9%;
    margin: 0;
    padding: 0;
}
#row2 .content .two .top h2 {
    color: #a0a0a0;
    font-size: 50px;
    font-family: 'Raleway', sans-serif;
    font-weight: 900;
    line-height: 46px;
    text-transform: uppercase;
    margin: 0 auto;
    padding: 0 0 0 30px;
}
#row2 .content .two .bottom {
    background: url(../img/iphone.png) no-repeat #d1d1d1;
    width: 100%;
    height: 79.1%;
    margin: 0;
    padding: 0;
}

/*--Row2-2--*/
#row2-2 {
    background: #f42757;
    width: 100%;
}
#row2-2 .content {
    max-width: 1220px;
    width: 100%;
    height: auto;
    margin: 0 auto;
    padding: 0;
}
#row2-2 .content:after {
    content: "";
    clear: both;
    display: block;
}
#row2-2 .pod {
    background: #fff;
    width: 46%;
    margin: 2% 1%;
    padding: 1%;
    float: left;
}
#row2-2 .pod h2 {
    color: #f42757;
    font-size: 32px;
    font-family: 'Raleway', sans-serif;
    font-weight: 400;
    margin: 0 0 10px 0;
    line-height: 1.5;
    padding: 0;
}
#row2-2 a {
    display: none;
    background: #2ef265;
    color: #111;
    font-size: 15px;
    font-family: 'Raleway', sans-serif;
    font-weight: 900;
    text-align: center;
    text-transform: uppercase;
    line-height: 11px;
    margin: 0 auto;
    padding: 10px 0;
    cursor: pointer;
    width: 120px;
}


/*--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: #503257;
    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);
}


/*--Row3-2--*/
#row3-2 {
    background: #f42757;
    height: auto;
    margin: 0;
    padding: 0;
}
#row3-2:after {
    content: "";
    clear: both;
    display: block;
}
#row3-2 .pod {
    background: #fff;
    width: 21%;
    margin: 2% 1%;
    padding: 1%;
    float: left;
}
#row3-2 .pod h2 {
    color: #f42757;
    font-size: 32px;
    font-family: 'Raleway', sans-serif;
    font-weight: 400;
    margin: 0 0 10px 0;
    line-height: 1.5;
    padding: 0;
}
#row3-2 .pod img {
    display: block;
    background-size: 341px auto;
    width: 240px;
    height: auto;
    margin: 0 0 20px 0;
    padding: 0;
}
#row3-2 .pod p {
    color: #597582;
    font-size: 18px;
    font-family: 'Raleway', sans-serif;
    font-weight: 400;
    margin: 0 0 20px 0;
    line-height: 24px;
    padding: 0;
}
#row3-2 .pod a {
    display: block;
    background: #2ef265;
    color: #111;
    font-size: 15px;
    font-family: 'Raleway', sans-serif;
    font-weight: 900;
    text-align: center;
    text-transform: uppercase;
    line-height: 11px;
    margin: 0;
    padding: 10px 0;
    cursor: pointer;
    width: 120px;
    -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;
}
#row3-2 .pod a:hover {
    color: #fff;
    cursor: pointer;
    -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;
}

/*--Row 4--*/
#row4 {
    background: url(../img/row4-bg.jpg) no-repeat center top;
    background-size: cover;
    width: 100%;
    height: auto;
    margin: 0;
    padding: 13.1% 0;
}
#row4 .content {
    max-width: 1200px;
    height: auto;
    margin: 0 auto;
    padding: 0 20px;
}
#row4 .content h2 {
    color: #fff;
    font-size: 45px;
    font-family: 'Raleway', sans-serif;
    font-weight: 900;
    margin: 0 0 20px 0;
    line-height: 32px;
    padding: 0;
    text-transform: uppercase;
    width: 510px;
}
#row4 .content h2 span {
    color: #fa2a6a;
}
#row4 .content p {
    color: #fff;
    font-size: 18px;
    font-family: 'Raleway', sans-serif;
    font-weight: 400;
    margin: 0 0 20px 0;
    line-height: 28px;
    padding: 0;
    width: 510px;
}
#row4 .content .last2 {
    margin-bottom: 0;
}


/*--Footer--*/
#footer {
    background: #ffffff;
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
}
#footer:after {
    content: "";
    clear: both;
    display: block;
}
#footer #logo {
    background-size: 360px 34px;
    width: 210px;
    height: auto;
    margin: 28px 0 28px 40px;
    padding: 0;
    float: left;
}
/*Navigation*/
#footer .navigation {
    list-style: outside none none;
    margin: 0 auto;
    padding: 37px 0 0 0;
    position: relative;
    z-index: 999;
    width: 380px;
}
#footer .navigation li {
    float: left;
}
#footer .navigation li a {
    color: #fa2a6a;
    font-family: Raleway, sans-serif;
    font-size: 15px;
    display: block;
    margin: 0;
    padding: 58px 8px;
    font-weight: 900;
    text-transform: uppercase;
    -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 .navigation li a:hover {
    color: #66818D;
    -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 .navigation .no-padding1 {
    padding-left: 0;
}
#footer .navigation .no-padding2 {
    padding-right: 0;
}
#footer #scrolltotop {
    background: #fa2a6a;
    color: #fff;
    font-family: Raleway, sans-serif;
    font-size: 15px;
    font-weight: 900;
    margin: 74px 40px 0 0;
    padding: 13px 28px;
    text-align: center;
    text-transform: uppercase;
    line-height: 13px;
    float: left;
    display: block;
    float: right;
    -webkit-border-radius: 19px 19px 19px 19px;
    border-radius: 19px 19px 19px 19px;
    overflow: hidden;
    -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 .social {
    margin: 77px 40px 27px 0;
    float: right;
}
#footer .social:after {
    content: "";
    clear: both;
    display: block;
}
#footer .social #facebook {
    background: url(../img/facebook.png) no-repeat;
    background-size: 36px 36px;
    width: 36px;
    height: 36px;
    margin: 0 10px 0 0;
    padding: 0;
    float: left;
    cursor: pointer;
    -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 .social #twitter {
    background: url(../img/twitter.png) no-repeat;
    background-size: 36px 36px;
    width: 36px;
    height: 36px;
    margin: 0 10px 0 0;
    padding: 0;
    float: left;
    cursor: pointer;
    -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 .social #youtube {
    background: url(../img/youtube.png) no-repeat;
    background-size: 36px 36px;
    width: 36px;
    height: 36px;
    margin: 0;
    padding: 0;
    float: left;
    cursor: pointer;
    -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 .social #facebook:hover,
#footer .social #twitter:hover,
#footer .social #youtube:hover {
    opacity: .7;
    -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;
}
/*Chrome & Safari Fix*/
@media screen and (-webkit-min-device-pixel-ratio:0)
{
#footer #scrolltotop {
    padding: 14px 28px 11px 28px;
    }
}

/*---------------MEDIA QUERIES---------------*/
@media screen and (max-width: 1800px) {
    #row1 .pod2 div h2 {
        font-size: 24px;
        margin: 36px 0 0;
        line-height: 33px;
        width: 165px;
        float: left;
        font-weight: 900;
    }
    #row1 .pod2 div img {
        width: 140px;
        margin: 10px 0;
    }
    #row1 .pod2 {
        width: 50%;
    }
    #row1 .pod3 {
        display: none;
    }
}
@media screen and (max-width: 1690px) {
}
@media screen and (max-width: 1500px) {
}
@media screen and (max-width: 1366px) {
    #hero {
        padding: 1.25% 0 12.25% 0;
    }
    #footer .navigation {
        float: right;
        margin: 0 15px 0 0;
    }
    #footer .social {
        margin-right: 20px;
    }
}
@media screen and (max-width: 1320px) {
    #row2 .content .one .left .top {
        height: 39.5vw;
    }
    #row2 .content .one .left .bottom .box {
        height: 19.8vw;
    }
    #row2 .content .one .right .box {
        height: 19.76vw;
    }
    #row2 .content .two .top {
        height: 12.4vw;
    }
    #row2 .content .two .bottom {
        height: 46.9vw;
    }

    #row2 .content {
        height: auto;
    }
    #row2 .content .one .left .bottom .box1 h2 {
        font-size: 2.27vw;
    }
    #row2 .content .one .right .box3 h2 {
        font-size: 2.27vw;
    }
    #row2 .content .one .left .top .inner {
        background-size: contain;
    }
    #row2 .content .one .left .top .inner > div h2 {
        font-size: 3.8vw;
    }
    #row2 .content .one .left .top .inner > div h2 u {
        font-size: 8.2vw;
    }
    #row2 .content .one .right .box1 div h2 {
        font-size: 2.27vw;
    }

    #row2 .content .two .top h2 {
        font-size: 3.8vw;
    }
    #row2 .content .two .bottom {
        background-size: cover;
    }
}
@media screen and (max-width: 1300px) {
    #header .navigation {
        display: none;
    }
    #header .login {
        margin-right: 20px;
    }
    #row1 .pod {
        height: 30vw;
    }
    #row1 .pod2 div img {
        width: 200px;
        background-size: 200px auto;
    }
    #row1 .pod2 div h2 {
        font-size: 24px;
        margin: 59px 0 0;
    }
	#row3 .member .info-wrap .info p {
        font-size: 18px;
    }
}
@media screen and (max-width: 1220px) {
    #row2 .content .one .right .box3 h2 {
        width: 170px;
    }
    #row2-2 .content {
        max-width: 585px;
    }
    #row2-2 .pod h2 {
        text-align: center;
    }
    #row3-2 {
        padding: 20px;
    }
    #row3-2 .pod {
        margin: 20px auto;
        padding: 30px;
        float: none;
        width: 90%;
        display: block;
    }
}
@media screen and (max-width: 1200px) {
    #header #logo {
        margin-left: 2.3%;
    }
    #header .social {
        margin-right: 1.4%;
    }
    #hero {
        padding: 10.25% 0 20.25% 0;
    }
    #fstep_1, #fstep_2, #fstep_3 {
        width: 86%!important;
    }
    #fstep_1 select {
        width: 47%!important;
        margin: 0 2.5%!important;
    }
    .fixed #fstep_1 select {
        margin: 0 2.5%!important
    }
    #fstep_1 input {
        float: left!important;
        width: 48%!important;
    }
    .myButton {
        margin-left: 2%!important;
        margin-right: 2%!important;
        width: 10%!important;
    }
    .drop_down_container {
        width: 47%!important;
        margin: 0 2.5%!important;
    }
    #form select#dobday, #form select#dobyear {
        width: 29.5%!important;
    }
    #form select#dobmonth {
        width: 40%!important;
    }
    #fstep_2 input {
        width: 48%!important;
        float: left!important;
    }
    #fstep_3 .form-terms {
        width: 34%!important;
        font-size: 14px!important;
    }
    #fstep_3 input {
        float: left;
        width: 57%!important;
    }
    #row1 .pod {
        height: 35vw;
    }
    #row2-2 .content {
        max-width: 580px;
    }
}
@media screen and (max-width: 1170px) {
    #footer {
        padding: 50px 0 20px 0;
    }
    #footer #logo {
        display: block;
        float: none;
        margin: 0 auto 25px auto;
    }
    #footer #scrolltotop {
        float: none;
        margin: 0 auto 20px auto;
        width: 120px;
    }
    #footer .navigation {
        float: none;
        margin: 0 auto;
        width: 150px;
        padding-top: 0;
    }
    #footer .navigation li {
        float: none;
    }
    #footer .navigation li a {
        margin: 0 auto 20px auto;
        text-align: center;
        padding: 25px 8px;
    }
    #footer .navigation .no-padding1 {
        padding: 0;
    }
    #footer .social {
        margin: 70px auto;
        float: none;
        width: 128px;
    }
}
@media screen and (max-width: 1150px) {
    #fstep_1 select {
        font-size: 16px!important;
        letter-spacing: -.5px;
    }
    #form select#dobmonth {
        letter-spacing: -2px;
    }
    #fstep_3 input {
        width: 55%!important;
    }
}
@media screen and (max-width: 1120px) {
    #row2 .content .one .left .top .inner > div h2 {
        line-height: 36px;
    }
    #row2 .content .one .right .box3 h2 {
        width: 160px;
    }
    #row2 .content .two .top h2 {
        font-size: 3.5vw;
        line-height: 40px;
    }
    #row3 .pod3 div h2 {
        font-size: 3.8vw;
        line-height: 3.6vw;
    }
}
@media screen and (max-width: 1100px) {
    #row1 .pod {
        width: 50%;
        height: 50vw;
    }
    #row1 .pod2 div {
        padding: 0 40px;
    }
    #row1 .pod2 div h2 {
        font-size: 18px;
        margin: 38px 0 0;
        width: 125px;
    }
    #row1 .pod2 div img {
    width: 140px;
        margin-bottom: 10px;
    }
    #row1 .pod2 div p {
        font-size: 18px;
        line-height: 24px;
        margin-bottom: 10px;
    }
    #row1 .pod3 {
        display: block;
    }
    #row3 .member .info-wrap .info p {
        font-size: 17px;
    }
}
@media screen and (max-width: 1040px) {
}
@media screen and (max-width: 1024px) {
    #row2 .content .one .right .box3 h2 {
        width: 145px;
    }
    #row4 .content h2 {
        font-size: 30px;
        margin-bottom: 10px;
    }
    #row4 .content p {
        font-size: 17px;
        line-height: 25px;
        width: 430px;
    }
}
@media screen and (max-width: 1000px) {
    #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: 970px) {
    #row2 .content .two {
        display: none;
    }
    #row2 .content .one {
        width: 100%;
        float: none;
    }
    #row2 .content .one .left {
        width: 65%;
    }
    #row2 .content .one .left .top {
        height: 57vw;
    }
    #row2 .content .one .left .top .inner > div h2 {
        font-size: 5.8vw;
    }
    #row2 .content .one .right {
        width: 35%;
    }
    #row2 .content .one .right .box {
        height: 28.5vw;
    }
    #row2 .content .one .left .bottom .box {
        height: 28.5vw;
    }
    #row2 .content .one .right .box1 div h2 {
        font-size: 3vw;
        width: 210px;
    }
    #row2 .content .one .left .bottom .box1 h2 {
        font-size: 3vw;
        padding: 0 30px;
    }
    #row2 .content .one .right .box3 h2 {
        font-size: 3vw;
        width: 200px;
    }
}
@media screen and (max-width: 880px) {
    .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 .form-terms {
        width: 33%!important;
        font-size: 13px!important;
    }
    #fstep_3 input {
        width: 54%!important;
    }
}
@media screen and (max-width: 850px) {
    #hero {
        padding: 8.25% 0 22.25% 0;
    }
    #hero .content {
        width: 460px;
    }
    #hero .content h1 {
        font-size: 70px;
        line-height: 60px;
    }
    #hero .content p {
        font-size: 18px;
        line-height: 23px;
    }
    #row3 .member .info-wrap .info p {
        font-size: 18px;
    }
}
@media screen and (max-width: 800px) {
    #row1 .pod1 {
        display: none;
    }
    #row1 .pod2 {
        width: 100%;
    }
    #row1 .pod2 div {
        padding: 0 35px;
    }
    #row1 .pod2 div p {
        font-size: 16px;
        line-height: 22px;
        margin-bottom: 10px;
    }
    #row2 .content .one .right .box1 div h2 {
        width: 150px;
    }
    #row2 .content .one .right .box3 h2 {
        width: 150px;
    }
    #row3 .pod {
        width: 50%;
        height: 50vw;
    }
    #row3 .pod3 div h2 {
        font-size: 4.95vw;
        line-height: 4.2vw;
    }
    #row4 .content h2 {
        width: 370px;
    }
    #row4 .content p {
        width: 370px;
    }
}
@media screen and (max-width: 750px) {
    #hero #form-wrapper #form {
        display: none!important;
    }
    #mobile-form-wrap {
        display: block!important;
    }
    html, body {
        -webkit-animation: fadein 1.5s; /* Safari, Chrome and Opera > 12.1 */
           -moz-animation: fadein 1.5s; /* Firefox < 16 */
            -ms-animation: fadein 1.5s; /* Internet Explorer */
             -o-animation: fadein 1.5s; /* Opera < 12.1 */
                animation: fadein 1.5s;
    }

    @keyframes fadein {
        from { opacity: 0; }
        to   { opacity: 1; }
    }

    /* Firefox < 16 */
    @-moz-keyframes fadein {
        from { opacity: 0; }
        to   { opacity: 1; }
    }

    /* Safari, Chrome and Opera > 12.1 */
    @-webkit-keyframes fadein {
        from { opacity: 0; }
        to   { opacity: 1; }
    }

    /* Internet Explorer */
    @-ms-keyframes fadein {
        from { opacity: 0; }
        to   { opacity: 1; }
    }

    /* Opera < 12.1 */
    @-o-keyframes fadein {
        from { opacity: 0; }
        to   { opacity: 1; }
    }
    #header #logo {
        margin-left: 20px;
    }
    #header .social {
        display: none;
    }
    #hero {
        padding: 8% 0 7% 0;
    }
    #form-wrapper {
        display: none;
    }
    .fixed {
        background: none!important;
        position: absolute!important;
        top: auto!important;
        height: 307px!important;
        bottom: 0!important;
    }
}
@media screen and (max-width: 650px) {
    #hero .content {
        width: 330px;
    }
    #hero .content h1 {
        font-size: 50px;
        line-height: 46px;
    }
    #hero .content p {
        font-size: 16px;
        line-height: 21px;
    }
    #row1 .pod1 {
        display: none;
    }
    #row1 .pod {
        width: 100%;
        height: 40vw;
    }
    #row1 .pod3, #row1 .pod4 {
        width: 50%;
    }
    #row1 .pod2 div {
        padding: 35px;
    }
    #row2 .content .one .left {
        float: none;
        width: 100%;
    }
    #row2 .content .one .left .top {
        height: 81.6vw;
    }
    #row2 .content .one .left .top .inner > div h2 {
        font-size: 8.8vw;
        line-height: 55px;
    }
    #row2 .content .one .left .top .inner > div h2 u {
        font-size: 15vw;
    }
    #row2 .content .one .left .bottom .box {
        height: 40.8vw;
    }
    #row2 .content .one .left .bottom .box1 h2 {
        font-size: 30px;
    }
    #row2 .content .one .right {
        float: none;
        width: 100%;
    }
    #row2 .content .one .right .box {
        width: 50%;
        height: 40.8vw;
        float: right;
    }
    #row2 .content .one .right .box1 div h2 {
        font-size: 30px;
        width: auto;
    }
    #row2 .content .one .right .box3 {
        background: #222;
        width: 100%;
        height: 25vw;
    }
    #row2 .content .one .right .box3 h2 {
        font-size: 30px;
        width: auto;
        text-align: center;
        margin: 0 auto;
        padding: 0 20px;
    }
    #row3 .member .info-wrap .info p {
        font-size: 17px;
    }
    #row3-2 .pod h2 {
        font-size: 24px;
        margin: 0 0 10px 0;
        line-height: 1.2;
    }
    #row4 {
        padding: 0;
        background-position: right top;
    }
    #row4 .content {
        background: rgba(0,0,0,.3);
        padding: 13.1% 20px;
    }
    #row4 .content h2 {
        text-align: center;
        width: auto;
    }
    #row4 .content p {
        width: auto;
        text-align: center;
    }
}
@media screen and (max-width: 600px) {
    #row2-2 .content {
        width: 90%;
        padding: 30px 0;
    }
    #row2-2 .pod {
        width: 300px;
        margin: 0 auto;
        display: block;
        float: none;
        padding: 40px;
    }
    #row2-2 .pod:nth-child(2) {
        margin-top: 10px;
    }
    #row2-2 .pod h2 {
        color: #f42757;
        font-size: 22px;
        margin: 0 0 10px 0;
        text-align: center;
    }
    #row2-2 iframe {
        display: none;
    }
    #row2-2 a {
        display: block;
    }
}
@media screen and (max-width: 570px) {
    #row2 .content .one .left .top {
        height: 79vw;
    }
    #row2 .content .one .left .top .inner > div h2 {
        line-height: 40px;
    }
    #row2 .content .one .left .bottom .box1 h2 {
        font-size: 25px;
    }
    #row2 .content .one .right .box1 div h2 {
        font-size: 25px;
    }
    #row2 .content .one .right .box3 h2 {
        font-size: 25px;
    }
    #row3-2 .pod {
        width: 70%;
    }
}

@media screen and (max-width: 550px) {
    #header #logo {
        width: 44%;
        margin-bottom: 13px;
    }
    #header .login {
        margin-bottom: 25px;
		margin-top: 35px;
    }
}
@media screen and (max-width: 530px) {
    #row3 .member .info-wrap .info p {
        font-size: 15px;
    }
}
@media screen and (max-width: 520px) {
    #row2 .content .one .left .top {
        height: 77vw;
    }
    #row2 .content .one .left .top .inner > div h2 {
        line-height: 25px;
    }
    #row2 .content .one .left .bottom .box1 h2 {
        font-size: 20px;
    }
    #row2 .content .one .right .box1 div h2 {
        font-size: 20px;
        width: 130px;
    }
    #row2 .content .one .right .box3 h2 {
        font-size: 20px;
    }
    #row4 {
        background-position: center top;
    }
}
@media screen and (max-width: 500px) {
    #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: 490px) {
    #overlay {
        background: rgba(0,0,0,0.85);
    }
    #overlay > div {
        padding: 0 20px;
    }
    #overlay > div .countries {
        width: auto;
    }
    #overlay > div .countries .flags {
        margin: 0 auto;
        width: 230px;
    }
    #overlay > div .countries .flags a {
        margin-bottom: 10px;
    }
    #overlay > div .countries .flags a:nth-child(4) {
        margin-right: 0;
    }
    #overlay > div .countries .flags a:nth-child(5),
    #overlay > div .countries .flags a:nth-child(6),
    #overlay > div .countries .flags a:nth-child(7) {
        margin-bottom: 0;
    }
    #overlay > div .countries .flags a:nth-child(5) {
        margin-left: 30px;
    }
    #row2-2 .pod {
        padding: 30px 10px;
    }
}
@media screen and (max-width: 480px) {
    #header .login {
        margin-top: 37px;
        padding-left: 18px;
        padding-right: 18px;
    }
    #hero .content {
        width: 330px;
    }
    #hero .content h1 {
        font-size: 40px;
        line-height: 38px;
        margin-bottom: 4px;
        padding: 0 40px;
        width: 260px;
    }
    #hero .content p {
        font-size: 15px;
        line-height: 19px;
    }
    #row1 .pod3, #row1 .pod4 {
        height: 50vw;
    }
    #row2 {
        padding: 40px 0;
    }
    #row2 .content {
        padding: 0 40px;
    }
    #row2 .content .one .left .bottom .box1 h2 {
        line-height: 26px;
    }
    #row2 .content .one .right .box1 div h2 {
        line-height: 26px;
    }
    #row2 .content .one .right .box3 h2 {
        line-height: 26px;
    }
}
@media screen and (max-width: 430px) {
    #header #logo {
        margin-top: 29px;
    }
}
/*iPhone 6 Plus*/
@media screen and (max-width: 414px) {
    #header #logo {
        margin-top: 21px;
    }
    #header .login {
        margin-top: 35px;
        margin-bottom: 15px;
    }
    #row1 .pod2 div h2 {
        text-align: center;
        width: 100%;
        font-size: 24px;
    }
    #row1 .pod2 div img {
        margin: 10px auto;
    }
    #row1 .pod2 div p {
        text-align: center;
    }
    #row1 .pod2 div a {
        margin: 0 auto;
    }
    #row2 .content .one .left .top .inner > div h2 {
        line-height: 5px;
    }
    #row2 .content .one .left .bottom .box1 h2 {
        text-align: center;
        margin: 0 auto;
        padding: 0 10px;
    }
    #row2 .content .one .encounters .peeps h2 {
        padding: 0;
    }
    #row2 .content .one .right .box1 div h2:nth-child(1) {
        display: none;
    }
    #row2 .content .one .right .box1 div h2 {
        padding: 0;
        text-align: center;
        margin: 0 auto
    }
    #row3 .pod4 {
        display: none;
    }
    #row3 .pod3 {
        width: 100%;
    }
    #row3 .pod3 div h2 {
        font-size: 9vw;
        line-height: 9vw;
    }
}
@media screen and (max-width: 400px) {
    #footer #logo {
        width: 85%;
        background-size: 85% auto;
        padding: 0 20px;
    }
}
@media screen and (max-width: 414px) and (max-height: 736px) {
}
@media screen and (max-width: 390px) {
    #header #logo {
        width: 60%;
        margin-top: 23px;
    }
}
@media screen and (max-width: 375px) and (max-height: 667px) {
}
@media screen and (max-width: 375px) {
    #hero .content {
        width: 270px;
    }
    #hero .content h1 {
        width: 260px;
        padding: 0 5px;
        margin-bottom: 0;
    }
    #row2 .content .one .left .top {
        height: 79vw;
    }
}
@media screen and (max-width: 374px) {
    #hero video#bgvid {
        width: 115%;
    }
    #row2 .content .one .left .top .inner > div h2 {
        line-height: 0;
    }
    #row2 .content .one .left .bottom .box1 h2 {
        font-size: 17px;
        line-height: 22px;
    }
    #row2 .content .one .right .box1 div h2 {
        font-size: 17px;
        line-height: 22px;
    }
    #row2 .content .one .right .box3 h2 {
        font-size: 17px;
        line-height: 22px;
    }
    #row2 .content .one .encounters .buttons {
        width: 120px;
    }
    #row2 .content .one .encounters .buttons .no {
        margin-right: 10px;
    }
    #row2-2 .pod {
        width: 210px;
    }
}
@media screen and (max-width: 350px) {
    #overlay > div .countries h2 {
        font-size: 18px;
    }
    #header #logo {
        width: 56%;
        margin-top: 23px;
    }
    #header .login {
        padding-top: 11px;
        padding-bottom: 10px;
    }
    #hero video#bgvid {
        width: 120%;
    }
    #row2 .content .one .right .box1 div h2 {
        width: 100px;
        font-size: 15px;
        line-height: 20px;
    }
    #row2 .content .one .left .bottom .box1 h2 {
        font-size: 15px;
        line-height: 20px;
    }
    #row2 .content .one .encounters .buttons {
        width: 90px;
    }
    #row2 .content .one .encounters .buttons span {
        line-height: 11px;
        width: 40px;
        font-size: 14px;
        padding: 14px 0;
    }
}
@media screen and (max-width: 310px) {
    #hero video#bgvid {
        width: 130%;
    }
}
