/*
===============================================================================
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, footer, 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;
}
/*
================================================================================
Bootstrap
================================================================================
*/
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
[hidden],
template {
  display: none;
}
a {
  background-color: transparent;
  text-decoration: none;
}
a:active,
a:hover {
  outline: 0;
}
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;
}
/*
=============================================================================
Bootstrap Grid
=============================================================================
*/
.row{
    margin-left: -15px;
    margin-right: -15px;
}
.col-lg-3, .col-lg-4, .col-sm-6, .col-xs-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
.col-xs-12 {
  width: 100%;
}
@media (min-width: 544px) {
  .col-sm-6 {
    float: left;
    width: 50%;
  }
}
@media (min-width: 992px) {
  .col-lg-3, .col-lg-4 {
    float: left;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
}
/*
================================================================================
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;
}
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
/*
===============================================================================
Styles
===============================================================================
*/
html {
width: 100%;
}
body { 
width:100%; 
margin: 0 auto;
background: #fff;
}
.center {
    text-align: center;
}
#impliedsubmit {
    background-color: #fff;
    font-size: 16px;
    height: 30px;
    border: 1px solid #3177c0;
    font-family: lato;
    color: #3177c0;
}
#impliedsubmit:hover{
    color: #ff730a;
    border: 1px solid #ff730a;
}
#cookiesdirective{
    font-family: lato;
}
.mid-section{
    margin: 0 auto;
    max-width: 1200px;
}
/*
================================================================================
Typography
================================================================================
*/
html {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  font-family: Lato, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.42857143;
  color: #000;
}
.container h1,
.container h2 {
font-weight: 400;
text-align: center;
}
p {
    text-align: justify;
    margin-bottom: 20px;
}
@media screen and (min-width: 554px){
    .description1 {
        height: 50px;
    }
}
@media screen and (min-width: 992px){
    .description{
        height: 165px;
    }
}
@media screen and (min-width: 1200px){
    .description{
        height: 125px;
    }
}
h2:last-of-type{
    margin-top: 20px;
    margin-bottom: 20px;
}
/*
================================================================================
Images
================================================================================
*/
.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}
.img-container{
    display: block;
    width: 160px;
    border: 4px solid #ccc;
    border-radius: 50%;    
    margin: 20px auto;
}
.features-container{
    margin-top: 80px;
    background: #fff;  
    padding-bottom: 20px;

}

@media screen and (max-width: 991px){
    .features-container{
        margin-top: 0;
        padding-bottom: 0;
    }   
}
.computer{
    display: block;
    width: 700px;
    position: relative;
    margin: 0 auto;
}
.computer-container {
    background: linear-gradient(#C8C8C8,#fff);
}
.photo-gallery{
    margin-left: auto;
    margin-right: auto;
    display: table;
}
.screenshot{
    max-width: 350px;
    margin-bottom: 25px; 
    transition: .5s;
}
.screenshot:hover{
    -webkit-transform: scale(1.1, 1.1);
       -moz-transform: scale(1.1, 1.1);   
        -ms-transform: scale(1.1, 1.1);
         -o-transform: scale(1.1, 1.1);
            transform: scale(1.1, 1.1);
}
@media screen and (max-width: 991px){
    .screenshot{
        display:block;
        max-width: 100%;
    }
}
/*
================================================================================
Buttons
================================================================================
*/
.btn {
    display: block;
    background: linear-gradient(#FFB741, #FF7D01, #FF6801);
    border: 1px solid #C7710A;
    border-radius: 3px;
    width: 180px;
    height: 50px;
    padding-top: 10px;
    margin: 0 auto;
    text-align: center;
    color: #fff; 
    font-size: 20px;
}
.btn:hover{
    background: linear-gradient(#FECB70, #FF8A1A);
}
/*
================================================================================
Header
================================================================================
*/
.title{
    display: inline-block;
    position: absolute;
    top: -25px;
    margin-left: 20px;
    color: #ff730a;
}
.logo {
    display: inline-block;
    max-width: 100px;
}
header{
    height: 150px;
    background-image: linear-gradient(#0F0F1E, #20202F);
}
.header{
    max-width: 1000px;
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: 25px;
    margin: 0 auto;
}
@media screen and (max-width: 565px){
    .title {
        left: 90px;
        top: 30px;
        font-size: 19px;
    }
    .logo{
        width: 80px;
    }
    .logo-container {
        position: absolute;
        display: block;
        top: 10px;
        
    }
}
/*
================================================================================
Footer
================================================================================
*/
.innovative-logo{
    margin-top:20px;
    margin-bottom:20px
}
footer {
    clear: both;
    color: #fff;
    text-align: center;
    background-image: linear-gradient(#0F0F1E, #20202F);
    padding-bottom: 20px;
}
.footer-nav li{
    margin-bottom: 15px;
}
.footer-nav a{
    color: #fff;
}
.footer-nav a:hover{
    border-bottom: 1px solid #fff;
}
@media screen and (min-width: 992px){
    .footer-nav li{
        display: inline-block;
        margin-right: 15px;
    }
    .footer-nav li:last-child{
        margin-right: 0;
    }
}
/*
================================================================================
Navigation
================================================================================
*/
.mini-nav{
    text-align: center;
}
.navigation{     
    font-size: 18px;
    display: inline-block;
    position: absolute;
    left: 134px;
    top: 50px;
   }
.current{
    border-bottom: 2px solid #fff;
}
@media screen and (min-width:992px){
    .navigation{
        font-size: 25px;
    }
}     
.navigation li{
    display: inline-block;
    margin-right: 8px;
    margin-top: 15px; 
   }
.navigation li:hover{
    border-bottom: 2px solid #fff;
   }
.navigation li:last-child{
    margin-right: 0;
   }
.navigation a{
    color: #fff;
}
@media screen and (max-width: 767px){
    .navigation{       
        position:absolute;
        top: 0;
        right: 0;
        left: 0;
        height: 0;
    }
    .navigation li{        
        display: block;        
        height: 45px;
        margin-top: 8px;
        margin-right: 0;
    }
    .navigation li a{
        display: block;     
        background: #20202F;
        padding-top: 12px;
        font-size: 16px;
        color:#fff;
        text-align: center;
        height: 53px;
        border-bottom: 1px solid #fff;
    }
    .hamburger{
        float: right;
        cursor:pointer;
        padding: 10px 15px;
    }
    .line{
        border-bottom: 4px solid #fff;
        width: 35px;
        margin-bottom: 6px;
    }
    .line:last-child{
        margin-bottom: 0;
    }   
    .menu{
        height: 0;
        overflow: hidden;
        margin-top: 117px;
        padding-left: 0;
        transition: height 0.3s linear;
    }
    .open{
        height: 380px; 
        position: relative;
        z-index: 1;
    }
}
@media screen and (min-width: 544px){
    .hamburger{
        padding-top: 0;
    }
}
.mini-nav{
    width: 100%;
    position: relative;
    margin: 20px auto;
}
.mini-nav li{
    display: inline-block;
}
.mini-nav li{
    margin-right: 15px;
}
.mini-nav li:last-child{
    margin-right: 0;
}
.mini-nav a{
    color: #016C9A;
    text-decoration: underline;
}
@media screen and (max-width: 767px){
    .mini-nav li{
        display: block;
        text-align: center;
        margin-bottom: 20px;
        margin-left: 0;
        margin-right: 0;
    }
}
/* 
================================================================================
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;
}
