/*
Reset
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, i, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ul {
	list-style: none;
}
/*
Grid
*/
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body{
    font-family: roboto, helvetica, serif;
    color:#fff;
}
a {
  text-decoration: none;
  background-color: transparent;
}
h2, h3 {
  font-size: 1.6em;
  margin: 20px 0;
}
h2 {
    color: #f79e34;
}
small {
  font-size: 80%;
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.row {
    margin-left: -15px;
    margin-right: -15px;
}
.col-lg-6, .col-sm-8, .col-xs-9, .col-xs-12, .col-sm-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
.col-xs-9, .col-xs-12 {
  float: left;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-9 {
  width: 75%;
}
@media (min-width: 544px) {
  .col-sm-8, .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
}
@media (min-width: 992px) {
 .col-lg-6 {
    float: left;
  }
  .col-lg-6 {
    width: 50%;
  }
}
/*
Floats & Clearfix
*/
.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after {
  content: " ";
  display: table;
}
.clearfix:after,
.container:after,
.container-fluid:after,
.row:after {
  clear: both;
}
/*
Header
*/
.logo {
    position: absolute;
    left: 5px;
    top: 15px;
    height: 60px;
}
@media screen and (min-width: 544px){
    .logo{
        top: 5px;
    }
}
@media screen and (min-width:768px){
    .logo{        
        display: block;
        position: relative;
        margin: 0 auto;
    }
}
.header{
    position: fixed;
    z-index: 6;
    width: 100%;
    top: 0;
    padding-top: 15px;
    height: 100px;
    background: #fff;
    opacity: .9;
}
.try-now {
    position: absolute;
    top: 28px;
    right: 190px;
    display: none;
    padding-top: 15px;
    font-size: 17px;
    text-align: center;
    width: 130px;
    color: #fff;
    height: 46px;
    background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #28a6e2), color-stop(1, #1c97d2));
    background:-moz-linear-gradient(top,#28a6e2 5%, #1c97d2 100%);
    background:-webkit-linear-gradient(top, #28a6e2 5%, #1c97d2 100%);
    background:-o-linear-gradient(top, #28a6e2 5%, #1c97d2 100%);
    background:-ms-linear-gradient(top, #28a6e2 5%,#1c97d2 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #28a6e2), color-stop(1, #1c97d2));
    background-color:#28a6e2;   
    border-radius:3px;
    border:1px solid #1c97d2; 
}
.try-now:hover{
    background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #26aae8), color-stop(1, #1a9ede));
    background:-moz-linear-gradient(top,#26aae8 5%, #1a9ede 100%);
    background:-webkit-linear-gradient(top, #26aae8 5%, #1a9ede 100%);
    background:-o-linear-gradient(top, #26aae8 5%, #1a9ede 100%);
    background:-ms-linear-gradient(top, #26aae8 5%,#1a9ede 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #26aae8), color-stop(1, #1a9ede));
    background-color:#26aae8;   
    border-radius:3px;
    border:1px solid #1c97d2;
}
@media screen and (min-width: 1200px){
    .try-now{
        display: inline-block;
    }
}
/*Images*/
.img-responsive {
    display: block;
    max-width: 100%;
    height: auto;
}
.banner {
    max-width: 100%;
    display: block;
    margin: 20px auto;
}
/*Navigation*/
.hamburger-container {     
    position: absolute;
    right: 0;
    top: 0;
    width: 60px;
    padding: 8px 10px;
    border: 2px solid #000;
    margin-top: 30px;
    margin-right: 5px;
    border-radius: 5px;
    cursor: pointer;
}
@media screen and (min-width: 554px){
    .hamburger-container{
        margin-right: 15px;
    }
}
.line{
    border-bottom: 3px solid #000;
    width: 35px;
    margin-bottom: 6px;
    border-radius: 35%;
}
.line:last-child{
    margin-bottom: 0;
}   
.hamburger:hover{
    cursor: pointer;
}
.menu{
    background: #fff;
    z-index: 4;
    position: absolute;
    top: 70px;
    right: 15px;      
    border: 2px solid #000;
    border-radius: 4px;
    padding-left: 10px;
    padding-right: 10px;
    overflow: hidden;
    display: none;
}
.open{  
    height: 240px; 
    display: block;
}
.menu li {
    margin-top: 10px;
    margin-bottom: 10px;
    height: 50px;
    border-bottom: 1px solid #000;
    text-align: center;
}
.menu li:last-child{
    border: none;
}
.menu li a {
    display: block;
    padding-top: 10px;
    height: 50px;
    width: 140px;
    color: #000;
}
/*
Middle*/
@font-face {
  font-family: 'Glyphicons Halflings';
  src: url('../fonts/glyphicons-halflings-regular.eot');
  src: url('../fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/glyphicons-halflings-regular.woff2') format('woff2'), url('../fonts/glyphicons-halflings-regular.woff') format('woff'), url('../fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('../fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg');
}
.glyphicon {
  position: relative;
  top: 3px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.glyphicon-chevron-right:before {
  content: "\e080";
}
.mid-section {
    margin-top: 100px;
    padding-top: 100px;
    padding-bottom: 100px; 
    background: url(../images/bkg-tile.jpg);   
}
.mid-section-container {
    max-width: 1000px;
    margin: 0 auto;
}
.section {
    padding-top: 70px;
}
.section p {
    line-height: 30px;
}
.mid-section h1{
    margin-top: 50px;
}
.example{
    margin: 0 auto;
}
.ul {
    margin-top: 15px;
}
.ul li{
    margin-bottom: 15px;
}
.list {
    display: block;
    color: #fff;
    font-size: 18px;
    line-height: 30px;
}
.list:hover {
    text-decoration: underline;
}
.yt-video {
    width: 100%;
    height: auto;
    display: block;
    margin: 20px auto;
}
@media screen and (min-width: 768px) {
    .yt-video {
        width:560px; 
        height:315px;
    }
}
.button {
    display: block;
    position: relative;
    background: #18e2d8;
    font-size: 18px;
    width: 250px;
    margin: 30px auto;
    margin-top: 80px;
    height: 70px;
    text-align: center;
    padding-top: 25px;
    color: #fff;
    background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #52E8E2), color-stop(1, #14A9A1));
    background:-moz-linear-gradient(top,#52E8E2 5%, #109A93 100%);
    background:-webkit-linear-gradient(top, #52E8E2 5%, #109A93 100%);
    background:-o-linear-gradient(top, #52E8E2 5%, #109A93 100%);
    background:-ms-linear-gradient(top, #52E8E2 5%,#109A93 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #52E8E2), color-stop(1, #109A93));
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdb24', endColorstr='#ffc824',GradientType=0);
    background-color:#00C7BE;   
    border-radius: 3px;
    border: 1px solid #0E928B;  
}
.button:hover {
    background-color: #109A93;
    background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #109A93), color-stop(1, #00C7BE));
    background:-moz-linear-gradient(top, #109A93 5%, #52E8E2 100%);
    background:-webkit-linear-gradient(top, #109A93 5%, #52E8E2 100%);
    background:-o-linear-gradient(top, #109A93 5%, #52E8E2 100%);
    background:-ms-linear-gradient(top, #109A93 5%, #52E8E2 100%);
    background:linear-gradient(to bottom, #109A93 5%, #52E8E2 100%);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffc824', endColorstr='#ffdb24',GradientType=0);
}
.resolution {
    text-align: center;
}
.resolution1 {
    margin-top: 20px;
}
.section3-container {
    background: #585965;
    height: 750px;
}
.social-media img{
    display: block;
    margin: 20px auto;
    transition: .5s;
}
.social-media img:last-child{
    margin-bottom: 0;
}
.social-media img:hover {
    opacity: 0.4;
    filter: alpha(opacity=40);
}
.social-media-container{
    margin-top: 50px;  
}
.social-media-text {
    margin-top: 90px;
    font-size: 20px;
    text-align: center;
    color:#fff;
}
@media screen and (min-width: 530px){
    .section3-container {
        height: 400px;
    }
    .social-media-container {
        display: block;
        margin-left: auto;
        margin-right: auto;
        position: relative;
        width: 453px;
    }
    .social-media {
    display: inline-block;
    }
}
@media screen and (min-width:992px){
    .social-media-container{
        margin-left: 0;
    }
    .section3-container{
        height: 250px;
    }
}
@media screen and (min-width: 1200px){
    .section3 {
        width: 1200px;
        display: block;
        position: relative;
        margin:0 auto;
    }
    .ul-container {
        max-width: 1200px;
        margin:0 auto;
        padding: 0;
    }
    .section3 .col-lg-6{
        padding:0;
    }
}
/*Footer*/
footer {
    height: 575px;
    background-color: #41424E;
    color: #fff;
}
@media (min-width: 380px) {
    footer {
        height: 350px;
    }
}
.ul-container {
    padding-left: 15px;
}
footer ul {
    float: left;
    font-size: 18px;
    display: inline-block;
    margin-top: 50px;    
}
footer ul:first-of-type {
    margin-right: 75px;
}
.small-container{
    display: block;
    text-align: center;
    margin-top: 50px;
}
.small-container a{
    color: #fff;
}
.small-container a:hover,
.small-container a:focus,
.small-container a:visited {
    text-decoration: underline;
}
footer li {
    line-height: 3em;
}
.ul-container li a{    
    color: #fff;
}
.ul-container li a:hover {
    text-decoration: underline;
}
/*
Cookies
*/
#impliedsubmit{
    margin-top: 10px;
    color: #fff;
    font-size: 15px;
    height: 40px;
    width: 100px;
    background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #52E8E2), color-stop(1, #14A9A1));
    background:-moz-linear-gradient(top,#52E8E2 5%, #109A93 100%);
    background:-webkit-linear-gradient(top, #52E8E2 5%, #109A93 100%);
    background:-o-linear-gradient(top, #52E8E2 5%, #109A93 100%);
    background:-ms-linear-gradient(top, #52E8E2 5%,#109A93 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #52E8E2), color-stop(1, #109A93));
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdb24', endColorstr='#ffc824',GradientType=0);
    background-color:#00C7BE;   
    border-radius: 3px;
    border: 1px solid #0E928B;
}
#impliedsubmit:hover{
    background-color:#ffc824;
    background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #14A9A1), color-stop(1, #00C7BE));
    background:-moz-linear-gradient(top, #14A9A1 5%, #00C7BE 100%);
    background:-webkit-linear-gradient(top, #14A9A1 5%, #00C7BE 100%);
    background:-o-linear-gradient(top, #14A9A1 5%, #00C7BE 100%);
    background:-ms-linear-gradient(top, #14A9A1 5%, #00C7BE 100%);
    background:linear-gradient(to bottom, #14A9A1 5%, #00C7BE 100%);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffc824', endColorstr='#ffdb24',GradientType=0); 
}
#cookiesdirective { 
    min-height: 81px !important;
}