body, html {
    font-size: 100%;
    margin: 0;
    padding: 0;
    width: 100%;
}
body {
    overflow-x: hidden;
}
body, html, #container {
    width: 100%;
    height: 100%;
}
div.hidden {
    display: none;
}
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: #fff;
    text-decoration: none;
    outline: 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;
}
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);
}
/*--Hero--*/
#hero {
    background: rgba(0, 0, 0, 0.5);
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    position: relative;
    overflow: hidden;
}
/*--Header--*/
#hero #header {
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
    position: absolute;
}
#hero #header .content {
    max-width: 1200px;
    height: auto;
    margin: 0 auto;
    padding: 0;
}
#hero #header .content:after {
    content: "";
    clear: both;
    display: block;
}

#hero #header .content .login-container {
    float: right;
}
#hero #header .content .login-container:after {
    content: "";
    clear: both;
    display: block;
}
/*Login*/
#hero #header .login {
    background: rgba(255,255,255,.2);
    color: #000000;
    font-family: Open Sans, serif;
    font-size: 18px;
    font-weight: 700;
    border: 2px solid rgb(255, 255, 255);
    margin: 0;
    padding: 12px 40px 12px 40px;
    text-align: center;
    margin: 35px 0 0 0;
    float: right;
    display: block;
    overflow: hidden;
    -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;
}
/* 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: #e81630;
  -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;
  -webkit-border-radius: 3px 3px 3px 3px;
  border-radius: 3px 3px 3px 3px;
}
#hero #header  .hvr-sweep-to-top:hover:before, #hero #header  .hvr-sweep-to-top:focus:before, #hero #header  .hvr-sweep-to-top:active:before {
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
    	-webkit-border-radius: 0px 0px 0px 0px;
	border-radius: 0px 0px 0px 0px;
}
.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);
    	-webkit-border-radius: 3px 3px 3px 3px;
	border-radius: 3px 3px 3px 3px;
}
/*Country Selector*/
#hero #header .content .login-container ul {
    float: left;
    display: inline;
    margin: 33px 20px 0 0;
    padding: 0;
    list-style: none;
    height: 34px;
    z-index: 999;
}
#hero #header .content .login-container ul li {
    display: inline-block;
    margin: 0;
    position: relative;
    padding: 0;
    cursor: pointer;
    height: 34px;
    margin: 0;
}
#hero #header .content .login-container ul li:hover {
}
#hero #header .content .login-container ul li img {
    background-size: 50px 34px;
    width: 50px;
    height: 34px;
}
#hero #header .content .login-container ul li ul {
    padding: 0;
    position: absolute;
    top: 34px;
    left: 0;
    margin: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    opacity: 0;
    visibility: 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;
}
#hero #header .content .login-container ul li ul li {
    display: block; 
}
#hero #header .content .login-container ul li ul li:hover {
    opacity: 0.5;
    -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 #header .content .login-container ul li:hover ul {
    opacity: 1;
    visibility: visible;
    -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 #header .content .login-container .login {
    background: rgba(255,255,255,.0);
    color: #fff;
    font-family: Open Sans, sans-serif;
    font-size: 18px;
    font-weight: 700;
    margin: 29px 0 0 0;
    padding: 10px 35px;
    text-align: center;
    float: right;
    display: block;
    -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 #header .content .login-container .login:hover {
    color: #fff;
    border-color: #e81630;
    -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;
}
/*--video--*/
#hero .vid-wrapper {
    overflow: hidden;
    width: 100%;
    height: 100%;
}
.vid-small {
display: none;
}
/*--5 Step Form--*/
#hero #form-wrapper {
    max-width: 1200px;
    height: auto;
    margin: 0 auto;
    padding: 0;
}
#hero #form-wrapper:after {
    content: "";
    clear: both;
    display: block;
}
/*--Form-Outer--*/
#hero #form-wrapper #form-outer {
    padding: 0;
}
#hero h1 {
    color: #fff;
    font-size: 48px;
    font-family: Open Sans, sans-serif;
    font-weight: 400;
    line-height: 48px;
    margin: 0 auto 00px auto;
    text-align: center;
    text-transform: uppercase;
    padding: 0 20px 0;

}

/*TEXT ANIMATION*/
#hero  .fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
    -webkit-animation: fadeInUp 2s ease-out; /* Safari 4+ */
  -moz-animation:    fadeInUp 2s ease-out; /* Fx 5+ */
  -o-animation:      fadeInUp 2s ease-out; /* Opera 12+ */
  animation:         fadeInUp 2s ease-out; /* IE 10+, Fx 29+ */
}
@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  50% {
    opacity: 0;
     }

  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  50% {
    opacity: 0;
     }

  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
/*scrolldown*/
#scrolldown {
    height: 50px;
    width: 30px;
    display: block;
    margin: 0 auto;
    bottom: 20px;
    height: 50px;
    position: absolute;
    width: 30px;
    left: 0;
    right: 0;
}
@keyframes hvr-hang {
0% {
    transform: translateY(8px);
}
50% {
    transform: translateY(20px);
}
100% {
    transform: translateY(8px);
}
}
@keyframes hvr-hang {
0% {
    transform: translateY(8px);
}
50% {
    transform: translateY(20px);
}
100% {
    transform: translateY(8px);
}
}
@keyframes hvr-hang-sink {
100% {
    transform: translateY(8px);
}
}
@keyframes hvr-hang-sink {
100% {
    transform: translateY(8px);
}
}
.hvr-hang {
    box-shadow: 0 0 1px transparent;
    display: inline-block;
    transform: perspective(1px) translateZ(0px);
    vertical-align: middle;
    -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;
}
a:hover .hvr-hang, .hvr-hang:focus, .hvr-hang:active {
    animation-delay: 0s, 0.3s;
    animation-direction: normal, alternate;
    animation-duration: 0.3s, 1.5s;
    animation-fill-mode: forwards;
    animation-iteration-count: 1, infinite;
    animation-name: hvr-hang-sink, hvr-hang;
    animation-timing-function: ease-out, ease-in-out;
    -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--*/
#row1 {
    background: #fff none repeat scroll 0 0;
    height: auto;
    margin: 0 auto;
    width: 100%;
    padding: 0;
    overflow: hidden;
}
#row1 .content {
    height: auto;
    margin: 0 auto;
    max-width: 1200px;
    padding: 0;
}
#row1 .content::after {
    clear: both;
    content: "";
    display: block;
}
#row1 .content .left {
    height: auto;
    width: 65%;
    float: left;
    padding: 110px 0 0;
}
#row1 h2 {
    color: #252525;
    font-size: 36px;
    font-family: Passion One, sans-serif;
    font-weight: 700;
    margin: 0 auto;
    padding: 0;
    text-align: left;
    text-transform: uppercase;
}
#row1 span {
    color: #e81630;
}
#row1 p {
    color: #252525;
    font-size: 18px;
    font-family: Open Sans, sans-serif;
    font-weight: 400;
    margin: 40px auto 0;
    line-height: 28px;
    padding: 0;
    text-align: left;
}
#row1 a {
    background: #cf1329 none repeat scroll 0 0;
    color: #fff;
    font-family: Open Sans,sans-serif;
    font-size: 18px;
    text-align: center;
    font-weight: 700;
    text-transform: uppercase;
    border-radius: 3px;
    display: block;
    height: auto;
    margin: 50px 0;
    padding: 19px 0;
    width: 270px;
}

/*--Row2--*/
#row2 {
    
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
}
#row2:after {
    content: "";
    clear: both;
    display: block;
}
/*PODS*/
#row2 .pod {
    background: rgba(0, 0, 0, 1);
    height: 25vw;
    width: 25%;
    float: left;
    padding: 0;
    position: relative;
    overflow: hidden;
    
}
#row2 .pod > div {
    position: absolute;
    bottom: 10%;
    left: 10%;
    width: 240px;
} 
#row2 .pod div h2 {
    color: #fff;
    font-size: 36px;
    font-family: Passion One, sans-serif;
    font-weight: 700;
    margin: 0 auto 25px;
    text-align: left;
    text-transform: uppercase;
    line-height: 25px;
    width: 240px;
}
#row2 .pod4 span {
    color: #e81630;
}
#row2 a:hover .pod4 span {
    color: #000;
    -webkit-transition: all 300ms ease-in-out 100ms;
    -moz-transition: all 300ms ease-in-out 100ms;
    -ms-transition: all 300ms ease-in-out 100ms;
    -o-transition: all 300ms ease-in-out 100ms;
    transition: all 300ms ease-in-out 100ms;
}
#row2 .pod div p {
    color: #fff;
    font-family: Open Sans, sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    margin: 0 auto;
    text-align: left;
    width: 300px;
}
#row2 .pod div .step {
    font-size: 16px;
    font-weight: 700;
    line-height: 15px;
    margin: 0 auto;
    text-transform: uppercase;
}
#row2 .pod div .line {
    background: #fff none repeat scroll 0 0;
    height: 1px;
    margin: 8px 0 25px;
    padding: 0;
    width: 130px;
}    

#row2 a:hover .pod {
    background: #e81630;
    
}
#row2 a:hover img {
/*    width: 105%;*/
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
    opacity: 0.9;
    mix-blend-mode: multiply;
    -webkit-transition: all 0.3s ease-in-out 0.1s;
    -moz-transition: all 0.3s ease-in-out 0.1s;
    -ms-transition: all 0.3s ease-in-out 0.1s;
    -o-transition: all 0.3s ease-in-out 0.1s;
    transition: all 0.3s ease-in-out 0.1s;
}

/*--Row 3--*/
#row3 {
    background: #eceff1 none repeat scroll 0 0;
    height: auto;
    margin: 0;
    padding: 75px 0 70px;
    width: 100%;
}
#row3::after {
    clear: both;
    content: "";
    display: block;
}
#row3 h2 {
    color: #252525;
    font-size: 36px;
    font-family: Passion, sans-serif;
    font-weight: 700;
    margin: 0 auto;
    padding: 0;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 40px;
}
#row3 .content {
    height: auto;
    margin: 0 auto;
    max-width: 1200px;
    padding: 0;
}
#row3 .content::after {
    clear: both;
    content: "";
    display: block;
}
#row3 .content .pod {
    float: left;
    padding: 0;
    width: 25%;
}


#row3 .content .pod h2 {
    color: #000;
    font-family: Open Sans,sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
    margin: 0 auto;
    padding: 0 20px;
    text-align: center;
    text-transform: uppercase;
    width: 220px;
}
#row3 .content a:hover .pod h2 {
    color: #e81630;
    -webkit-transition: all 0.3s ease-in-out 0.1s;
    -moz-transition: all 0.3s ease-in-out 0.1s;
    -ms-transition: all 0.3s ease-in-out 0.1s;
    -o-transition: all 0.3s ease-in-out 0.1s;
    transition: all 0.3s ease-in-out 0.1s;
}

/*--Row4--*/
#row4 {
    background: #e81630;
    height: auto;
    margin: 0 auto;
    width: 100%;
    padding: 70px 0;
    margin: 0;
}
#row4 .content {
    height: auto;
    margin: 0 auto;
    max-width: 1200px;
    padding: 0;
}
#row4 .content:after {
    clear: both;
    content: "";
    display: block;
}
#row4 .content h2 {
    color: #fff;
    font-size: 29px;
    font-family: Passion One, sans-serif;
    font-weight: 700;
    margin: 15px auto 0;
    padding: 0;
    text-align: left;
    text-transform: uppercase;
    float: left;
}
#row4 .content a {
    background: #000 none repeat scroll 0 0;
    color: #fff;
    font-family: Open Sans,sans-serif;
    font-size: 18px;
    text-align: center;
    font-weight: 700;
    text-transform: uppercase;
    border-radius: 3px;
    display: block;
    height: auto;
    margin: 0;
    padding: 19px 0;
    width: 270px;
    float: right;
}
#row4 .content a:hover {
    color: #000;
    -webkit-transition: all 0.3s ease-in-out 0.1s;
    -moz-transition: all 0.3s ease-in-out 0.1s;
    -ms-transition: all 0.3s ease-in-out 0.1s;
    -o-transition: all 0.3s ease-in-out 0.1s;
    transition: all 0.3s ease-in-out 0.1s;
}
#row4 .content .hvr-sweep-to-top:before {
    background: #fff none repeat scroll 0 0;
}
#row4 .content  .hvr-sweep-to-top:hover, #row4 .content  .hvr-sweep-to-top:focus, #row4 .content  .hvr-sweep-to-top:active {
  color: #000;
}




/*--Row5--*/
#row5 {
    background: #000;
    height: auto;
    margin: 0 auto;
    width: 100%;
    padding: 0;
    overflow: hidden;
}
#row5 .content::after {
    clear: both;
    content: "";
    display: block;
}
#row5 .content .left {
    max-width: 520px;
}
#row5 .content .left h2 {
    color: #fff;
    font-size: 36px;
    font-family: Passion One, sans-serif;
    font-weight: 700;
    margin: 40px auto 45px;
    padding: 0;
    text-align: left;
    text-transform: uppercase;
    float: left;
    line-height: 43px;
}
#row5 .content .left p {
    color: #989898;
    font-size: 18px;
    font-family: Open Sans, sans-serif;
    font-weight: 400;
    margin: 0 auto;
    line-height: 28px;
    padding: 0;
    text-align: left;
}
#row5 .content .left a {
    background: #cf1329 none repeat scroll 0 0;
    color: #fff;
    font-family: Open Sans,sans-serif;
    font-size: 18px;
    text-align: center;
    font-weight: 700;
    text-transform: uppercase;
    border-radius: 3px;
    display: block;
    height: auto;
    margin: 0;
    padding: 19px 0;
    width: 270px;
    float: left;
}

/*--Row 6--*/
#row6 {
    background: #eceff1 none repeat scroll 0 0;
    height: auto;
    margin: 0;
    padding: 75px 0 70px;
    width: 100%;
}
#row6::after {
    clear: both;
    content: "";
    display: block;
}
#row6 h2 {
    color: #252525;
    font-size: 36px;
    font-family: Passion One, sans-serif;
    font-weight: 700;
    margin: 0 auto;
    padding: 0;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 40px;
    -webkit-border-radius: 0 0 3px 3px;
    border-radius: 0 0 3px 3px;
}
#row6 span {
    color: #e81630;
}
#row6 .content {
    height: auto;
    margin: 0 auto;
    max-width: 1200px;
    padding: 0;
}
#row6 .content::after {
    clear: both;
    content: "";
    display: block;
}
#row6 .content .pod {
    background: #000;
    float: left;
    padding: 0;
    margin: 0 1%;
    width: 23%;
    height: 340px;
    overflow: hidden;
    -webkit-border-radius: 3px 3px 3px 3px;
    border-radius: 3px 3px 3px 3px; 
}

#row6 .content .pod:hover {
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#e81630+0,ff4c61+100 */
background: #e81630; /* Old browsers */
background: -moz-linear-gradient(top,  #e81630 0%, #ff4c61 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #e81630 0%,#ff4c61 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #e81630 0%,#ff4c61 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e81630', endColorstr='#ff4c61',GradientType=0 ); /* IE6-9 */
   
}
#row6 .content .pod:hover img {
    opacity: 0.7;
    mix-blend-mode: multiply;
    -webkit-transition: all 0.3s ease-in-out 0.1s;
    -moz-transition: all 0.3s ease-in-out 0.1s;
    -ms-transition: all 0.3s ease-in-out 0.1s;
    -o-transition: all 0.3s ease-in-out 0.1s;
    transition: all 0.3s ease-in-out 0.1s;
}
#row6 .content .pod h2 {
    background: #e81630;
    color: #fff;
    font-family: Open Sans,sans-serif;
    font-size: 20px;
    font-weight: 700;
    line-height: 28px;
    margin: 0 auto;
    padding: 14px 0;
    text-align: center;
    text-transform: uppercase;
    width: 100%;
    -webkit-border-radius: 0 0 3px 3px;
    border-radius: 0 0 3px 3px;
}
#row6 .content .pod:hover h2 {
    background: rgba(232, 22, 48, .5);
}

/*--Row7--*/
#row7 {
    background: #000;
    height: auto;
    margin: 0 auto;
    width: 100%;
    padding: 0;
    overflow: hidden;
}
#row7 .content {
    height: auto;
    margin: 0 auto;
    max-width: 850px;
    padding: 0;
    position: relative;
}
#row7 .content::after {
    clear: both;
    content: "";
    display: block;
}
#row7 .content .left {
    height: auto;
    width: 65%;
    float: left;
    padding: 110px 0;
    z-index: 0;
    position: relative;
}
#row7 h2 {
    color: #e81630;
    font-size: 95px;
    font-family: Passion One, sans-serif;
    line-height: 95px;
    font-weight: 700;
    margin: 0 auto;
    padding: 0;
    text-align: left;
    text-transform: uppercase;
    text-shadow: 0px 0px 20px rgba(232, 22, 48, 0.5);
    position: relative;
}
#row7 a {
    background: #e81630;
    color: #fff;
    font-family: Open Sans,sans-serif;
    font-size: 18px;
    text-align: center;
    font-weight: 700;
    text-transform: uppercase;
    border-radius: 3px;
    display: block;
    height: auto;
    margin: 50px 0;
    padding: 19px 0;
    width: 270px;
}
#row7 .hvr-sweep-to-top::before {
    background: #fe3837 none repeat scroll 0 0;
    -webkit-box-shadow: 0 0px 20px 0 rgba(232,22,48,1);
box-shadow: 0 0px 20px 0 rgba(232,22,48,1);
}

/*--Footer--*/
#footer {
    background: #000;
    width: 100%;
    height: auto;
    margin: 1px 0 0;
    padding: 34px 0;
}
#footer .content {
    max-width: 1200px;
    height: auto;
    margin: 0 auto;
    padding: 0;
}
#footer .content:after {
    content: "";
    clear: both;
    display: block;
}

/*Navigation*/
#footer .content .navigation {
    list-style: outside none none;
    margin: 10px 20px 0 0;
    padding: 0;
    float: right;
    position: relative;
    z-index: 999;
    width: 454px;
}
#footer .content .navigation li {
    float: left;
}
#footer .content .navigation li a {
    color: #fff;
    font-family: 'Open Sans', sans-serif;
    font-size: 18px;
    display: block;
    margin: 0;
    padding: 0 20px;
    font-weight: 400;
    -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: #e81630;
    -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 .no-padding1 {
    padding-left: 0;
}
#footer .content .scrolltotop {
    background: #000;
    width: 120px;
    height: auto;
    color: #fff;
    font-family: 'Open Sans', sans-serif;
    font-size: 18px;
    font-weight: 700;
    text-align: center;
    display: block;
    margin: 0;
    padding: 10px 5px;
    float: right;
    text-transform: uppercase;
    border: 2px solid #e81630;
    -webkit-border-radius: 3px 3px 3px 3px;
    border-radius: 3px 3px 3px 3px;
    -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;
    z-index: 999;
}
#footer .content  .hvr-sweep-to-top:hover::before, #footer .content  .hvr-sweep-to-top:focus::before, #footer .content  .hvr-sweep-to-top:active::before {
    border-radius: 0px;
}

/*Scroll to top*/
#scroll-to-top.displayed {
    opacity: 0.85 !important;
    transform: scale(1, 1);
}

/*---------------MEDIA QUERIES---------------*/

@media screen and (max-width: 1360px) {
    #footer .content .scrolltotop {
        margin: 0 50px 0 0;
    }
}
@media screen and (max-width: 1330px) {
    #row2 .pod > div {
        margin: 0 auto;
        padding: 0 10px;
        left: 0;
        top: 30%;
        width: 100%;
    }
    #row2 .pod div p {
        width: 100%;
    }

    #row2 .pod div h2 {
        width: 100%;
    }
    #row5 .content {
        padding: 175px 20px;
    }
    #row6 .content .pod {
        height: auto;
        position: sticky;
    }
    #row6 .content .pod h2 {
        font-size: 14px;
        width: 100%;
    }
    #row6 .content .pod img {
        width: 100%;
    }
}
@media screen and (max-width: 1240px) {
    #hero #header .content {
        padding: 0 20px!important;
    }
    #row1 .content {
        padding: 0 20px;
    }
    #footer .content {
        padding: 0 20px;
    }
    #row1 p {
        margin: 20px auto 0;
    }
    #row1 a {
        margin: 30px 0;
    }
    #row4 {
        padding: 70px 20px;
    }
    #row4 .content h2 {
        float: none;
        text-align: center;
        width: 100%;
    }
    #row4 .content a {
        float: none;
        margin: 20px auto 0;
    }
    #footer .content .scrolltotop {
        margin: 0 70px 0 0;
    }

}
@media screen and (max-width: 1130px) {
    #row2 .pod div .line {
        margin: 8px 0 10px;
    }
    #row2 .pod div h2 {
        font-size: 24px;
        margin: 0 auto 5px;
    }
}
@media screen and (max-width: 1090px) {
    
    #row3 .content .pod h2 {
        width: 160px;
    }
    #footer .content .navigation {
        width: 364px;
    }
    #footer .content .navigation li a {
        padding: 0 10px;
    }
}
@media screen and (max-width: 980px) {
    #row5 .content {
        padding: 65px 20px;
    }
    #footer {
        padding: 34px 0 19px 0;
    }
    #footer .content .logo {
        background-size: 100% auto;
        float: none;
        margin: 0 auto 20px auto;
        display: block;
    }
    #footer .content > a {
        width: 80px;
    }
    #footer .content span {
        display: none;
    }
    #footer .content .scrolltotop {
        float: none;
        margin: 0 auto 20px auto;
        background-color: transparent;
        border-radius: 0;
    }
    #footer .content .logo {
        margin: 0 auto 30px;
    }
   #footer .content .navigation {
        float: none;
        margin: 0 auto;
        padding: 0;
        width: 90px;

    }
    #footer .content .navigation li {
        float: none;
    }
    #footer .content .navigation li a {
        text-align: center;
        padding: 0;
        margin-bottom: 35px;
    }

}
@media screen and (max-width: 890px) {
    #row1 .content .left {
            padding: 55px 0 0 40px;
        width: 390px;
    }
    #row1 p {
        margin: 15px auto 0;
    }
    #row1 a {
        margin: 25px 0 50px;        
    }
    #row1 .content .right {
        height: 486px;
        width: 318px;
    }
    #row2 .pod {
        height: 50vw;
        width: 50%;
    }
    #row2 .pod > div {
        top: auto;
        bottom: 10%;
    }
    #row2 .pod div p {
        width: 300px;
        font-size: 16px;
        font-weight: 400;
        line-height: 24px;
        margin: 0;
    }
    #row2 .pod div .step {
        margin: 0;
    }
    #row7 .content .left {
        padding: 70px 0;
        width: 55%;
    }
    #row7 h2 {
        font-size: 65px;
        line-height: 65px;
        padding: 0 0 0 20px;
    }
    #row7 .content .right {
        width: 335px;
    }
    #row7 a {
        font-size: 16px;
        margin: 50px 0 0 20px;
        padding: 15px 0;
        width: 190px;
    }
}
@media screen and (max-width: 780px) {
    #row6 {
        padding: 45px 0;
    }
    #row6 .content .pod {
        background: #000 none repeat scroll 0 0;
        border-radius: 3px;
        float: left;
        margin: 2% 3.3%;
        overflow: hidden;
        padding: 0;
        width: 43%;
    }
    #row6 h2 {
        margin: 0 auto 10px;
    }
}
@media screen and (max-width: 750px) {
    #hero {
        padding: 20px 0;
    }
   #hero #header .content .logo {
        margin: 7px 0 0;
    }
    #hero #header .content .login-container .login {
        margin: 0;
    }
    #hero #header .content .login-container ul {
        margin: 5px 20px 0 0;
    }
    #form {
        display: none!important;
    }
    #lbform {
        display: block!important;
    }
    #form-wrapper {
        padding: 0!important;
    }
    #form-outer {
        padding-right: 0;
        float: none;
    }
    .form-terms {
        display: none;
    }
    #hero #form-wrapper #form-outer > h2 {
        margin-bottom: 30px;
    }
/*
    .vid-big {
    display: none!important;
    }
    .vid-small {
    display: block!important;
    }
*/
    #row1  {
        overflow: hidden;
    }
    #row1 .content .right {
        margin: 0;
        padding: 0;
        position: absolute;
        right: 0;
        z-index:-10;
    }
    #row3 .content .pod img {
        width: 130px;
    }
    #row3 .content .pod h2 {
        width: 130px;
    }
}
@media screen and (max-width: 705px) {
    #row1 .content .left {
        padding: 45px 0 0;
        width: 100%;
    }
    #row1 .content .right {
        margin: 0;
        opacity: 0.2;
    }
    #row1 h2 {
        font-size: 24px;
        text-align: center;
    }
    #row1 p {
        margin: 5px auto 0;
        font-size: 16px;
        line-height: 24px;
        text-align: center;
    }
    #row1 a {
        margin: 20px auto 40px;
        padding: 15px 0;
        width: 190px;
    }
    #row3 h2 {
        font-size: 24px;
        margin: 0 auto 20px;
    }
    #row4 {
        padding: 30px 20px;
    }
    #row4 .content h2 {
        font-size: 24px;
        margin: 0 auto;
    }
    #row4 .content a {
        font-size: 16px;
        padding: 15px 0;
        width: 240px;
    }
    #row5 .content .left h2 {
        font-size: 24px;
        line-height: 28px;
        margin: 20px auto;
    }
    #row5 .content .left a {
        font-size: 16px;
        padding: 15px 0;
        width: 170px;
    }
    #row6 h2 {
        font-size: 24px;
    }
}
@media screen and (max-width: 650px) {
   #hero #header .content .logo {
        width: 300px;
        margin: 11px 0 0;
    }
    #hero #header .content .login-container .login {
        margin: 0;
    }
    #hero #header .content .login-container ul {
        margin: 5px 20px 0 0;
    }
    #row2 .pod div h2 {
        padding: 0 10px;
    }
    #row2 .pod div .line {
        margin: 8px 10px 10px;
    }
    #row2 .pod div p {
        width: 100%;
        padding: 0 10px;
    }
    #row7 .content .right {
        width: 435px;
        z-index: 10;
    }
    #row7 .content .left {
        z-index: 100;
    }
}
@media screen and (max-width: 580px) {
    #row3 {    
        padding: 35px 0 15px;
    }

    #row3 .content {
        padding: 0 10%;
    }
    #row3 .content .pod {
        float: left;
        padding: 0;
        width: 50%;
        margin: 0 0 20px;
    }
    #row4 {
        padding: 30px 20px;
    }
}
@media screen and (max-width: 540px) {
    #hero #header .content .logo {
        margin: 11px 0 0;
        width: 65%;
    }
    #hero #header .content .login-container .login {
        font-size: 16px;
        padding: 10px;
    }
    #hero #header .content .login-container ul {
        margin: 9px 15px 0 0;
    }
    #hero #header .content .login-container ul li img {
        background-size: 36px 23px;
        height: 23px;
        width: 36px;
    }
    #hero h1 {
        font-size: 30px;
    }
    #hero h2 {
        font-size: 32px;
        line-height: 38px;
    }

}
@media screen and (max-width: 515px) {
    #row7 .content .left {
        padding: 30px 0;
    }
    #row7 h2 {
        font-size: 45px;
        line-height: 45px;
    }
    #row7 a {
        font-size: 16px;
        margin: 20px 0 0 20px;
    }
    #row7 .content .right {
        width: 267px;
    }
}
@media screen and (max-width: 480px) {
    #overlay1 > div .countries {
        width: auto;
        margin: 0 20px;
    }
    #overlay1 > div .countries .flags {
        width: 310px;
        margin: 0 auto;
    }
    #overlay1 > div .countries .flags a:nth-child(5) {
        margin-right: 0;
    }
    #overlay1 > div .countries .flags a:nth-child(6) {
        margin-top: 10px;
        margin-left: 98px;
    }
    #overlay1 > div .countries .flags a:nth-child(7) {
        margin-top: 10px;
    }
}
@media screen and (max-width: 460px) {
    #row2 .pod {
        height: 70vw;
        width: 100%;
    }
}
@media screen and (max-width: 420px) {
    
}
/*iPhone 6 Plus*/
@media screen and (max-width: 414px) {
    #scrolldown {
        display: none;
    }
    #row3 .content .pod img {
        width: 100px;
    }
    #row3 .content .pod h2 {
        width: 100px;
        font-size: 12px;
    }
    #row6 .content .pod h2 {
        font-size: 10px;
    }
}
@media screen and (max-width: 400px) {
    #header .content .logo {
        width: 58%;
    }
    #header .login {
        padding-left: 30%;
        padding-right: 30%;
    }
}
@media screen and (max-width: 390px) {   
    #overlay1 > div .countries .flags {
        width: 260px;
        margin: 0 auto;
    }
    #overlay1 > div .countries .flags a:nth-child(5) {
        margin: 10px 0 0 30px;
    }
    #overlay1 > div .countries .flags a:nth-child(6) {
        margin-left: 20px;
    }
    #hero #header .content {
        padding: 0 10px !important;
    }
    #hero #header .content .logo {
        margin: 16px 7px 0 12px;
        width: 54%;
    }
}
/*iPhone 6*/
@media screen and (max-width: 375px) {
    #header .content .logo {
        width: 55%;
    }
    #header .login {
        padding-left: 20%;
        padding-right: 20%;
        margin-top: 30px;
    }
    #footer .content .logo {
        width: 100%;
    }
}
@media screen and (max-width: 350px) {
    #header .login {
        margin-top: 28px;
    }
}
@media screen and (max-width: 340px) {
    #overlay1 > div .countries h2 {
        font-size: 20px;
    }
}
@media screen and (max-width: 335px) {
    #overlay1 > div .countries {
        margin: 0 10px;
    }
    #header .login {
        margin-top: 26px;
    }
}
/*iPhone 5s*/
@media screen and (max-width: 320px) {
    #hero {
    padding: 10px 0;
    }
}
/* Landscape */
@media only screen 
  and (max-device-width: 736px) 
  and (orientation: landscape) { 
    #hero {
        height: 560px;
    }
    #scrolldown {
        display: none;
    }
}