html {
  position: relative;
  min-height: 100%;
}

body{
   font-family: 'Open Sans', sans-serif;
   font-weight: 300;
   font-size: 15px;
   color: #5d5d5d;
   line-height: 1.9;
   margin-bottom: 210px;
}


h1{
  color: #fff;
  font-weight: 300;
  margin-top: 50px;
}
h1 strong{
  font-weight: 700;
}
h2{
   font-size: 35px;
   margin-top: 58px;
   margin-bottom: 18px;
   font-weight: 700;
   color: #4ed0aa;
}
h3{
   color: #4ed0aa;
   font-size:24px;
   font-weight: 700;
   margin-bottom: 18px;
}
a{
   color: #333756;
   text-decoration: underline;
}
.btn-default{
   color: #fff;
   border: none;
   background-color: #4ed0aa;
}
.btn {
   padding: 12px 46px;
   text-transform: uppercase;
   font-weight: 700;
}
.btn-default.active, 
.btn-default.focus, 
.btn-default:active, 
.btn-default:focus, 
.btn-default:hover, 
.open>.dropdown-toggle.btn-default{
   background-color: #32BD94;
}
section.heading{
   
   height: 480px;
   background-image: url("/images/bg-header.jpg");
   background-repeat: no-repeat;
   background-position: 50% 0;
   background-color: #333756;
   
   padding-top: 18px;
   color: #fff!important;
}
section.heading #logo{
   display: inline-block;
   margin-top: 20px;
   margin-left: 5px;
}

section.heading ul.list-inline.menu {
   float:right;
   display: inline-block;
   text-transform: uppercase;
}
section.heading ul.list-inline li{
   margin-right: 12px;

}
section.heading ul.list-inline.menu li{
   border-right: 1px solid #4ed0aa;
   padding-right: 22px;
}
section.heading ul.list-inline li:last-child{
   border: none;
}
section.heading ul li a, 
section.heading ul li a:active,
section.heading ul li a:visited,
section.heading ul li a:hover {
   color: #fff;
   text-decoration: none;
}

section.heading p{
   margin-bottom: 30px;
   padding-right: 0px;
}

section.watch{
   background-color: white;
   border-bottom: 1px solid #4ed0aa;   
}

section.watch span.oxo-watch{
  float: right;
  margin-right: 40px;
  margin-top: 40px;
  display:block;
  background-image: url("/images/watch.jpg");
  background-repeat: no-repeat;
  width: 304px;
  height: 310px; 
  
} 
section.devices{
   border-top: 1px solid #e9f2ef;
   background-color: #f4f4f4;
}

section.devices span.oxo-devices{
  margin-top: 50px;
  display:block;
  background-image: url("/images/devices.jpg");
  background-repeat: no-repeat;
  width: 376px;
  height: 299px;
}
section.contact-form{
   border-bottom: 1px solid #4ed0aa;
   padding-bottom: 40px;
}
section.contact-form p{
   margin-bottom: 40px;
}
.form-control{
   border-color: #4ed0aa;
   color: #222222;
   height: 46px;
   padding: 8px 12px;
   -webkit-box-shadow: none;
   box-shadow: none;
   transition: none;
   -webkit-transition: none;
}
.contact-form .group-code {
  background-color: #fff;
  border-radius: 4px;
  border: 1px solid #4ed0aa;
}
.contact-form .group-code #imageCP {
  height: 44px;
  background: #fff;
  border-radius: 4px;
  text-align: center;
  padding: 8px 12px;
  width: 140px;
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
}

.contact-form .group-code #refresh {
  display: inline-block;
  vertical-align: middle;
  float: right;
  border-left: 1px solid #4ed0aa;
  border-radius: 0px;
  padding: 9px 16px;
  background-color: #4ed0aa;
  color: #fff;
}

section.next-game{
   background-color: #f4f4f4;
}
section.next-game .game{
   text-align: center;
   margin-top: 50px;
   margin-bottom: 55px;
}

section.next-game .game .icon-g{
   display:inline-block;
   width: 114px;
   height: 114px;
   border: 1px solid #2f355c;
   border-radius: 22px;
   
}

section.next-game .game .icon-g.icon-g2{
   background-image: url("/images/icon-g2.png");
   border: none;
   
}
section.next-game .game .icon-g.icon-g3{
   background-image: url("/images/icon-g3.png");
   border: none;  
}

section.next-game .game .icon-g.icon-annie{
   background-image: url("/images/icon-annie.png");
   border: none;  
}

footer{
   background-color: #333756;
   color: #4ed0aa!important;
   padding: 60px 0;
   position: absolute;
   bottom: 0;
   width: 100%;
   height: 210px;
}

footer p{
   margin-top: 10px;
}

@media (min-width: 768px) and (max-width: 990px) {

 h1{
    font-size: 32px;
    margin-top:0px; 
 }
 h2{
    font-size: 28px;
    margin-top: 38px;
 }
  h3{
   font-size: 22px;
  }
 .btn-default{
    padding:12px 32px; 
 }

 section.heading ul.list-inline li{
   margin-right:5px;
 }
 section.contact-form .group-code #imageCP {
    background: #fff none repeat scroll 0 0;
    border-radius: 4px;
    display: inline-block;
    height: 44px;
    padding: 6px 12px;
    text-align: center;
    vertical-align: middle;
    width: 90px;
  }
  section.watch span.oxo-watch {
    background-position: 100% 100%;
    background-repeat: no-repeat;
    background-size: 85% auto;
    margin: 0 20px 0 0;
 }
 section.devices span.oxo-devices {
    background-position: 0% 100%;
    background-repeat: no-repeat;
    background-size: 88% auto;
    margin: 10px 0 0;
 }
}
@media (min-width: 671px) and (max-width: 767px){
 body{
    font-size: 14px;
    line-height: 1.7;
 }
 h1{
    font-size: 32px;
    margin-top:20px;
 }
 h2{
    font-size: 26px;
 }
 h3{
    font-size: 20px;
 }
 section.heading{
    background-image: url("/images/bg-header-ipad.jpg");
    background-position: 50% 0%;
    height: 480px;
    padding-top: 28px;
 }
 section.heading #logo {
   margin-top: 0px;
 }
 section.heading ul.list-inline li{
   margin-bottom: 8px;
 }
 section.heading ul.list-inline.menu li{
   margin-bottom: 0px;
 }
 section.heading .col-xs-12 {
    width: 50%;
    margin-left: 50%;
 }
 section.watch .col-xs-12, section.devices .col-xs-12{
    width: 50%;
 }
 section.next-game .col-xs-12{
    width: 33.3333%;
 }
 section.watch span.oxo-watch.visible-xs{
    display:none!important;                       
 }
 section.watch .col-xs-12.hidden-xs{
    display:block!important;                       
 } 
 section.contact-form .col-xs-12{
    width: 50%; 
 }
 section.contact-form .col-sm-3.col-xs-12{
    width: 33.3333%;
 }
 section.contact-form .col-sm-offset-2.col-xs-12{
    width: 33.3333%;
    text-align: center;
 }
 .contact-form .group-code #imageCP{
    width: 80px;
 }
 section.contact-form p.hidden-xs{
    display: block!important;
 }
 section.watch span.oxo-watch{
    background-size: 85%;
    background-position: 100% 100%;
    height: 290px;
    margin-top: 0px;
 }      
 section.devices span.oxo-devices{
    background-size: 82%;
    background-position: 0% 100%;
    height: 280px;
    margin-top: 0px;
 } 
 footer .col-xs-12{
    width: 33.3333%;
 }
 footer .col-xs-10{
    width: 41.6667%;
    margin-left: 25%;
 }
 .btn-default{
    padding:12px 30px;  
 }
 hr.visible-xs{
    display:none!important;
 }
}




@media (min-width: 611px) and (max-width: 670px){
 body{
    font-size: 12px;
    line-height: 1.6;
 }
 h1{
    font-size: 28px;
    margin-top:0px;
 }
 h2{
    font-size: 22px;
    margin-top: 28px;
 }
 h3{
    font-size: 20px;
 }
 .btn {
    font-weight: 700;
    padding: 12px 26px;
 }
 section{
    padding-bottom: 30px;
 }
 section.heading{
    background-image: url("/images/bg-header-sm.jpg");
    background-position: 50% 0%;
    height: 414px;
    padding-top: 28px;
 } 
 section.heading #logo{
   margin: 0 0 0 20px;
 }
 section.heading p {
    margin-bottom: 25px;
}
 section.heading ul.list-inline li {
    margin-right: 8px;
 }
 section.heading .col-xs-12{
    width: 62%;
    margin-left: 38%;
 } 
 section.watch span.oxo-watch{
    background-image: url("/images/watch-sm.jpg");
    width: 152px;
    height: 168px;
    float: none;
    margin-left: auto;
    margin-right: auto; 
 }

 section.watch{
    border: 0;
    padding-bottom: 0px;
 }
 section.devices{
    border: 0;
 }

 section.devices{
    background-color: #fff;
 }
 section.devices span.oxo-devices{
    background-image: url("/images/devices-sm.jpg");
    width: 270px;
    height: 220px;
    float: none;
    margin-left: auto;
    margin-right: auto;    
 }
 section.contact-form{
    background-color: #f4f4f4;
    border: none;
 }
 section.contact-form .col-xs-12{
    width: 50%;
 }

  section.contact-form h2{
    margin-bottom: 30px;
  }
 section.contact-form .col-sm-offset-2.col-xs-12{
    margin-left: 25%;
 }
  section.contact-form button.btn{
    width: 100%;
    margin-top: 20px;
  }

  section.next-game{
    background-color: #fff;
  }
  section.next-game .game{
    padding-bottom: 20px;
    margin-bottom: 10px;
    margin-top: 20px;
  }
  footer {
    padding: 30px 0;
    text-align: center;
  }
  footer p{
    text-align: center!important;
    color: #fff;
    margin-top: 20px;
  }
 hr{
    border-top: 1px solid #4ed0aa;
    margin-bottom: 0px;
 }
 hr.line-header{
    margin-top: 0px;
 }
 
}

@media (max-width: 610px) {

 body{
    font-size: 12px;
    line-height: 1.6;
    margin-bottom: 200px;
 }
 h1{
    font-size: 28px;
    margin-top:275px; 
    margin-left: 0px;
 }
 h2{
    font-size: 22px;
    margin-top: 30px;
    margin-bottom: 10px;
 }
 h3{
    font-size: 20px;
 }
 section{
    padding-bottom: 30px;
 }

 section.heading #logo{
   margin: 0;
 }
  .btn-default{
    padding:12px 30px;  
 }
  section.heading ul li a, 
  section.heading ul li a:active,
  section.heading ul li a:visited,
  section.heading ul li a:hover {
     color: #5d5d5d;
  }
 section.heading ul.menu li a, 
 section.heading ul.menu li a:active,
 section.heading ul.menu li a:visited,
 section.heading ul.menu li a:hover {
   color: #fff;
   text-decoration: none;
}   
 section.heading .btn-default{
    background-color: #fff;
    color: #4ed0aa!important;
 }
 section.heading p{
    margin-bottom: 10px;
 }
 section.heading ul.list-inline{
    text-align: center;
    
 }
 section.heading ul.list-inline li{
    margin: 8px 0px;
 }
 section.watch span.oxo-watch{
    background-image: url("/images/watch-sm.jpg");
    width: 152px;
    height: 168px;
    float: none;
    margin-left: auto;
    margin-right: auto;
  
 }
 section.devices{
    background-color: #fff;
 }
 section.devices span.oxo-devices{
    background-image: url("/images/devices-sm.jpg");
    width: 270px;
    height: 220px;
    float: none;
    margin-left: auto;
    margin-right: auto;    
 }
 section.contact-form{
    background-color: #f4f4f4;
  
 }
  section.contact-form h2{
    margin-bottom: 30px;
  }
  section.contact-form button.btn{
    width: 100%;
  }
  section.next-game{
    background-color: #fff;
  }
  section.next-game .game{
    padding-bottom: 20px;
    margin-bottom: 10px;
    margin-top: 20px;
  }
  
  footer {
    padding: 30px 0;
    text-align: center;
    height: 200px;
  }
  footer p{
    text-align: center!important;
    color: #fff;
    margin-top: 20px;
  }
  section.next-game .game .icon-g{
     width: 80px;
     height: 80px;
  }
  section.next-game .game .icon-g.icon-g2,
  section.next-game .game .icon-g.icon-g3,
  section.next-game .game .icon-g.icon-annie{
    background-size: 100%;
  }
 section.watch{
    border: 0;
    padding-bottom: 0px;
 }
 section.devices{
    border: 0;
 }
 section.devices span.oxo-devices{
    margin-top: 30px;
    width: 270px;
    height: 220px; 
 }
 section.contact-form{
    border-bottom: 0px;
 }
 hr{
    border-top: 1px solid #4ed0aa;
    margin-bottom: 0px;
 }
 hr.line-header.visible-xs{
    display: none!important;
 }
 section.next-game .game {
    margin-bottom: 20px;
    margin-top: 10px;
    padding-bottom: 0;
 }

}
@media (min-width: 501px) and (max-width: 610px) {

 section.heading{
    background-image: url("/images/bg-header-xs.jpg");
    background-position: 50% 0%;
    background-color: #4ed0aa;
    height: auto;
    text-align: center;
 }
 section.heading #logo{
   margin: 0;
   float: left;
 }
 section.heading p, section.heading ul{
        margin-left: 0px; 
 }

}


@media  (max-width: 500px) {


 section.heading{
    background-image: url("/images/bg-header-xxs.jpg");
    background-position: 50% 0%;
    background-color: #4ed0aa;
    height: auto;
    text-align: center;
 }
  section.heading ul.list-inline.menu{
    display: none;
  }

 

}

