/*
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;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/*
Grid
*/
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body{
    font-family: roboto, helvetica, serif;
}
a {
  text-decoration: none;
  background-color: transparent;
}
b,
strong {
  font-weight: bold;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
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-xs-2, .col-xs-4, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-9, .col-xs-12, .col-sm-12  {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
.col-xs-2, .col-xs-4, .col-xs-9, .col-xs-12 {
  float: left;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-2 {
  width: 16.66666667%;
}
@media (min-width: 544px) {
  .col-sm-6, .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-6 {
    width: 50%;
  }
}
@media (min-width: 768px) {
  .col-md-6 {
    float: left;
  }
  .col-md-6 {
    width: 50%;
  }
}
@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: 2;
    width: 100%;
    top: 0;
    height: 100px;
    padding-top: 15px;
    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;
}
/*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 {
    padding-top: 10px;
    height: 50px;
    width: 140px;
    color: #000;
}
/* Mid Section */
.lead {
    margin-top: 100px;
    position: relative;
    color: #fff;
    background: url(../images/girl_laptop.jpg) no-repeat;
    background-position: 60% 0;
    background-size: cover;
    min-height: 500px;
    padding-top: 100px;
}
.button-container{
    display: block;
    position: relative;
    margin: 20px auto;
    z-index: 1;
}
.button, .button2,
.table-btn, .table-btn2 {   
    padding-top: 22px;
    font-size: 17px;
    text-align: center;
    width: 150px;
    color: #fff;
    height: 60px;
    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;
    display: block;
    margin: 20px auto;
}
.percentage {
    margin-top: -10px;
    text-align: center;
    font-weight: 600;
}
.table-btn, .table-btn2 {   
    padding-top: 13px;
}
.button2,
.table-btn2,
.button-highlight {
    border-radius:3px;  
    background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #5dca25), color-stop(1, #4db93f));
    background:-moz-linear-gradient(top, #5dca25 5%, #4db93f 100%);
    background:-webkit-linear-gradient(top, #5dca25 5%, #4db93f 100%);
    background:-o-linear-gradient(top, #5dca25 5%, #4db93f 100%);
    background:-ms-linear-gradient(top, #5dca25 5%, #4db93f 100%);    
    background: linear-gradient(to bottom, #5dca25 5%, #4db93f 100%);
    background-color: #5dca25;
    border: 1px solid #5bb11d;
}
.button:hover,
.table-btn: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;   
}
.button2:hover, 
.table-btn2:hover,
.button-highlight:hover {
    background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #60d225), color-stop(1, #5fb71c));
    background:-moz-linear-gradient(top, #60d225 5%, #5fb71c 100%);
    background:-webkit-linear-gradient(top, #60d225 5%, #5fb71c 100%);
    background:-o-linear-gradient(top, #60d225 5%, #5fb71c 100%);
    background:-ms-linear-gradient(top, #60d225 5%, #5fb71c 100%);
    background: linear-gradient(to bottom, #60d225 5%, #5fb71c 100%);
    background-color: #60d225;
}
.band{
    width: 100%;
    position: absolute;
    top: 50px;  
    background: rgba(0, 0, 0, 0.40);
}
@media screen and (min-width:544px){
    .band{
        display: block;
        top: 100px;
        height: 290px;
    }
    .button-container{
        max-width: 342px;
    }
    .button, .button2 {
        display: inline-block;
    }
    .button-container .button{
        margin-right: 36px;
    }
}
@media screen and (min-width:768px){
    .band{
        top: 140px;
    }
}
@media screen and (min-width:1200px){
    .band{
        top: 250px;
    }
}
@media screen and (min-width:1440px){
    .lead {
        background-position: 0 65%;
    }
}
@media screen and (min-width: 2000px){
    .lead{
        background-position: 0 55%;
        height: 900px;
    }
}
.text{
    position: relative;
    z-index: 1;   
}
@media screen and (min-width: 1400px){
    .section1-content{
        max-width: 1400px;
        margin: 0 auto;
    }
}
.section1 {
    background: #C9D7DE;
    padding-top: 20px;    
    color: #6E707F;
}
.section2-container {   
    padding-top: 20px;
    background: #A10E20;
    color: #fff;
}
.section1 h3 {
    color: #fff;
    margin-top: 20px;
    font-size: 18px;
    text-align: center;
}
.feature {
    font-size: 20px;
    margin-bottom: 25px;
}
.lead h1, .lead h2, .lead h3 {
    text-align: center;
}
.lead h2, .section1 p, .lead h3{
    font-size: 20px; 
}
.lead h3{
    color: #fff;
    margin-top: 20px;
}
.section1-text{
    max-width: 500px;
    display: block;
    margin: 50px auto;
    margin-bottom: 0;
    text-align: justify;
}
.section1-text h3{
    margin-bottom: 15px;
    color: #b81025;
    font-weight: 900;
}
.schema {
    margin: 50px auto;
}
.yt-video {
    background: #deb887;
}
.video {
    display: block;
    margin: 20px auto;
    width: 300px;
}
@media screen and (min-width: 768px){
    .lead{
        padding-top: 250px;
    }
    .video  {
        width: 560px;
        height: 315px;
        margin: 40px auto;
    }
}
@media screen and (min-width: 992px){
    .section1-text{
        margin-top: 90px;
    }
}
@media screen and (min-width: 1200px){
    .lead{
        min-height: 700px;
        padding-top: 300px;
    }
    .section1-text{
        margin-top: 130px;
    }
    .section2 {
        max-width: 1200px;
        margin: 0 auto;
    }
    .schema{
        max-width: 500px;
    }
}
.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;
    }
}
/*
================================================================================
Table
================================================================================
*/
table {
  background-color: transparent;
  padding-bottom: 100px;
}
.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
}
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  padding: 8px;
  padding-top: 25px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #DDD;
}
.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #dddddd;
}
.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
  border: 1px solid #dddddd;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}
.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f9f9f9;
}
.table-hover > tbody > tr:hover {
  background-color: #f5f5f5;
}
table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  float: none;
  display: table-cell;
}
.table-responsive {
  overflow-x: auto;
  min-height: 0.01%;
}
@media screen and (max-width: 767px) {
  .table-responsive {
    width: 100%;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #dddddd;
  }
  .table-responsive > .table {
    margin-bottom: 0;
  }
}
.table td.no-border {
    border-top: none;
}
.check{
    text-align: center;
}
.lead-container{
    width: 100%;
    height: 100%;
    position: relative;
}
.no-border p {
    font-size: 20px;
}
/*
Modal
*/
.logo-modal{
    margin-top: 20px;
    max-width: 250px;
}
.modal-open {
  overflow-y: scroll; 
}
.modal-open h2{
    color: #7e7e7e;
    font-weight: 700;
}
.modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.modal.fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  -o-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}
.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.modal-dialog {
  top: 0;
  position: relative;
  width: auto;
  margin: 10px;
}
.modal-content {
  position: relative;
  background-color: #ffffff;
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  -webkit-background-clip: padding-box;
          background-clip: padding-box;
  outline: 0;
}
.modal-body{
    border-radius: 6px;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000000;
}
.modal-backdrop.fade {
  opacity: 0;
}
.modal-backdrop.in {
  opacity: 0.8;
}
.modal-header {
  padding: 15px;
  min-height: 16.42857143px;
  height: 150px;
}
.modal-header .close {
  margin-top: -2px;
}
.modal-title {
  margin: 0;
  line-height: 1.42857143;
}
.modal-body {
  position: relative;
  padding: 23px;
}
@media (min-width: 768px) {
  .modal-dialog {
    width: 750px;
    margin: 30px auto;
  }
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }
  .modal-sm {
    width: 300px;
  }
}
@media screen and (min-width: 1200px){
    .modal-dialog {
        margin-top: 100px;
    }
}
.close {
  float: right;
}
.close:hover,
.close:focus {
  color: #000000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.8;
}
button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}
/*
Modal Nav
*/
.nav{ 
   position: relative;
   height:34px; 
   font-size:13px;  
   display: block;
   margin-top: 90px;
}
.nav li { 
    display:inline-block; 
    width:95px; 
    height:40px; 
    position: relative;
    text-decoration:none; 
    text-align:center;
}
li.active  {
    background: rgba(24,226,216, 0.5);
    border-radius: 25px;
}
.nav li a{
    color: #7e7e7e; 
    position: relative;
    display: block;
    margin-top: 12px;
    font-size: 17px;
}
li a:hover {
    text-decoration: none;
    color: #119d96;;
}
li a{
    height:100%; 
    width:100%; 
    display: block; 
}
.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}
.block-card{
    background: #fff;
    border: 1px solid #e2e2e2;
    border-radius: 3px;
    margin-right: 30px;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 20px;
}
.block-card:first-child{
    margin-left: 17px;
}
.block-card:last-child{
    margin-right: 10px;
}
@media screen and (min-width: 768px){
    .block-card{
        width: 29%;
    }
}
.block-card p.billed {
    margin-bottom: 0;
    font-style: italic;
}
.discount{
    color:#D62B53;
    margin-top:15px;
    margin-bottom:15px;
    text-decoration:line-through;
    display: inline-block;
}
.discount-noline{
    text-decoration: none;
}
.off{
    font-weight: 700;
    color: #FF0039;
}
.block-card > p {
    color: #7e7e7e;
    margin-bottom: 10px;
}
.block-card .button {
    margin-bottom: 5px;
}
@media screen and (max-width: 767px){
    .block-card, .block-card:first-child, .block-card:last-child {
        margin-left: 0;
        margin-right: 0;
    }    
}
@media screen and (max-width: 996px){
    .close{
        opacity: 0.6;
        right: 15px;
        position: relative; 
    }
    .close:hover{
        opacity: 0.9;
    }
}
@media screen and (max-width: 404px){
    .modal-header{
        height: 165px;
    }
    .close{
        font-size: 18px;
    }
    .description{
        font-size:18px;
    }
}
@media screen and (min-width: 1400px){
    .close{
        right: -400px;
    }
}
/*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{
    color: #fff;
    margin-top: 10px;
    font-size: 15px;
    width: 100px;
    height: 40px;
    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;
}