/*
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;
}
/*
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-lg-6, .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-12 {
    float: left;
    width: 100%;
  }
}
@media (min-width: 992px) {
  .col-lg-6 {
    float: left;
    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;
    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;
}
/*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;
}
/* Mid Section */
.mid-section {
    margin-top: 100px;
    position: relative;
    color: #fff;
    background: url(../images/laptop.jpg) no-repeat;
    background-size: cover;
    min-height: 500px;
    padding-top: 100px;
    padding-bottom: 100px;
}
.mid-section-registration {
    background-image: url(../images/computer.jpg);
}
.privacy-content{
    max-width: 1000px;
    display: block;
    position: relative;
    margin: 0 auto;
}
.description{
    text-align: justify;
    line-height: 2em;
    font-size: 18px;
    margin-bottom: 15px;
}
/*Social media*/
.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;
}
/*Register*/
.register-img {
    display: block;
    width: 100%;
    max-width: 500px;
    margin: 20px auto;
}
/* 
Modal Gallery
*/
body:after {
  content: url(../images/close.png) url(../images/loading.gif) url(../images/prev.png) url(../images/next.png);
  display: none;
}
.lightboxOverlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  background-color: black;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
  display: none;
}
.lightbox {
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 10000;
  text-align: center;
  line-height: 0;
  font-weight: normal;
}
.lightbox .lb-image {
  display: block;
  height: auto;
  max-width: inherit;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}
.lightbox a img {
  border: none;
}
.lb-outerContainer {
  position: relative;
  background-color: white;
  zoom: 1;
  width: 250px;
  height: 250px;
  margin: 0 auto;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
}
.lb-outerContainer:after {
  content: "";
  display: table;
  clear: both;
}
.lb-container {
  padding: 4px;
}
.lb-loader {
  position: absolute;
  top: 43%;
  left: 0;
  height: 25%;
  width: 100%;
  text-align: center;
  line-height: 0;
}
.lb-cancel {
  display: block;
  width: 32px;
  height: 32px;
  margin: 0 auto;
  background: url(../images/loading.gif) no-repeat;
}
.lb-nav {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 10;
}
.lb-container > .nav {
  left: 0;
}
.lb-nav a {
  outline: none;
  background-image: url('data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==');
}
.lb-prev, .lb-next {
  height: 100%;
  cursor: pointer;
  display: block;
}
.lb-nav a.lb-prev {
  width: 34%;
  left: 0;
  float: left;
  background: url(../images/prev.png) left 48% no-repeat;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s;
}
.lb-nav a.lb-prev:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}
.lb-nav a.lb-next {
  width: 64%;
  right: 0;
  float: right;
  background: url(../images/next.png) right 48% no-repeat;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s;
}
.lb-nav a.lb-next:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}
.lb-dataContainer {
  margin: 0 auto;
  padding-top: 5px;
  *zoom: 1;
  width: 100%;
  -moz-border-radius-bottomleft: 4px;
  -webkit-border-bottom-left-radius: 4px;
  border-bottom-left-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  -webkit-border-bottom-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.lb-dataContainer:after {
  content: "";
  display: table;
  clear: both;
}
.lb-data {
  padding: 0 4px;
  color: #ccc;
}
.lb-data .lb-details {
  width: 85%;
  float: left;
  text-align: left;
  line-height: 1.1em;
}
.lb-data .lb-caption {
  font-size: 13px;
  font-weight: bold;
  line-height: 1em;
}
.lb-data .lb-number {
  display: block;
  clear: left;
  padding-bottom: 1em;
  font-size: 12px;
  color: #999999;
}
.lb-data .lb-close {
  display: block;
  float: right;
  width: 30px;
  height: 30px;
  background: url(../images/close.png) top right no-repeat;
  text-align: right;
  outline: none;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
  -webkit-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
.lb-data .lb-close:hover {
  cursor: pointer;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}