/*!
 * ADCC Bootstrap
 */

body {
	width: 100%;
	height: 100%;
	font-family: Helvetica, Arial, sans-serif;
	color: #064189;
	background-color: #FFFFFF;

}
html {
	width: 100%;
	height: 100%;
}

section, body {
    max-width: 100%;
    overflow-x: hidden;
}

h1, h2, h3, h4, h5, h6 {
	margin: 34px 0;
	text-transform: uppercase;
	font-family: Helvetica, Arial, sans-serif;
	font-weight: 700;
	letter-spacing: 1px;
	color: #064189;
}
p {
	text-indent: 1em;
	margin: 0 0 25px;
	font-size: 18px;
	line-height: 1.5;
	padding: 0 15px;

}

a {
	color: #FFFFFF;
	-webkit-transition: all .1s ease-in-out;
	-moz-transition: all .1s ease-in-out;
	transition: all .1s ease-in-out;
}
a:hover, a:focus {
	text-decoration: none;
	color: #064189;
}
.light {
	font-weight: 400;
}
.navbar-custom {
	margin-bottom: 0px;
	border-bottom: 1px solid rgba(255,255,255,.3);
	text-transform: uppercase;
	font-family: Helvetica, Arial, sans-serif;
	background-color: #bbd8fc;
}
.navbar-custom .navbar-brand {
	font-weight: 700;
}
.navbar-custom .navbar-brand:focus {
	outline: 0;
}
.navbar-custom .navbar-brand .navbar-toggle {
	padding: 4px 6px;
	font-size: 16px;
	color: #549FFC;
}
.navbar-custom .navbar-brand .navbar-toggle:focus, .navbar-custom .navbar-brand .navbar-toggle:active {
	outline: 0;
}
.navbar-custom a {
	color: #FFFFFF;
	font-weight: bold;
	padding:10px 5px;
}
.navbar-custom .nav li a {
	-webkit-transition: background .1s ease-in-out;
	-moz-transition: background .1s ease-in-out;
	transition: background .1s ease-in-out;
		background-color: #bbd8fc;
		line-height:80px;

}
.navbar-custom .nav li a:hover {
	outline: 0;
	color:   #064189;
	background-color: transparent;
}
.navbar-custom .nav li a:focus, .navbar-custom .nav li a:active {
	outline: 0;/* background-color: transparent; */
		background-color: #bbd8fc;

}
.navbar-custom .nav li.active {
	outline: 0;
}
.navbar-custom .nav li.active a {
	/* background-color: rgba(255,255,255,.3); */
	background-color: #ddebfd;
	  color: #064189;

}
.navbar-custom .nav li.active a:hover {
	color: #064189;

}
.intro {
	display: table;
	width: 100%;
	height: auto;
	padding: 50px 0;
	text-align: center;
	/* color: #fff; */
	/* background: url(../img/intro-bg.jpg) no-repeat bottom center scroll; */
   /* background-color: #000; */
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	-o-background-size: cover;
	
}
.intro .intro-body {
	display: table-cell;
	vertical-align: middle;
}
.intro .intro-body .brand-heading {
	font-size: 1.6em;
}
.intro .intro-body .intro-text {
	font-size: 18px;
}

.content-section {
	padding: 100px 0;
	/* margin: -100px 0; */
}
.colored-section {
	/* width: 100%; 
	padding: 50px 0; */
	color: #40464F;
	background-color: #B8D8FF;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	-o-background-size: cover;
}
#map {
	width: 100%;
	height: 200px;
	margin-top: 100px;
}

.btn {
	border-radius: 0;
	text-transform: uppercase;
	font-family: Helvetica, Arial, sans-serif;
	font-weight: 400;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
.btn-default {
	border: 1px solid #064189;
	color: #064189;
	background-color: transparent;
}
.btn-default:hover, .btn-default:focus {
	border: 1px solid #064189;
	outline: 0;
	color: #FFFFFF;
	background-color: #064189;
}



footer {
	padding: 30px 0;
}
footer p {
	margin: 0;
}

::-moz-selection {
 text-shadow: none;
 background: #bbd8fc;
 color:#FFFFFF;
}
::selection {
	text-shadow: none;
	background: #bbd8fc;
	 color:#FFFFFF;

}
img::selection {
	background: 0 0;
}
 img::-moz-selection {
 background: 0 0;
}
body {
	webkit-tap-highlight-color: rgba(255,255,255,.2);
}
/* jssor slider bullet navigator skin 05 css */
        /*
        .jssorb05 div           (normal)
        .jssorb05 div:hover     (normal mouseover)
        .jssorb05 .av           (active)
        .jssorb05 .av:hover     (active mouseover)
        .jssorb05 .dn           (mousedown)
        */
.jssorb05 {
	position: absolute;
}
.jssorb05 div, .jssorb05 div:hover, .jssorb05 .av {
	position: absolute;
	/* size of bullet elment */
	width: 16px;
	height: 16px;
	background: url('../slider-img/bullet.png') no-repeat;
	overflow: hidden;
	cursor: pointer;
}
.jssorb05 div {
	background-position: -7px -7px;
}
.jssorb05 div:hover, .jssorb05 .av:hover {
	background-position: -37px -7px;
}
.jssorb05 .av {
	background-position: -67px -7px;
}
.jssorb05 .dn, .jssorb05 .dn:hover {
	background-position: -97px -7px;
}
/* jssor slider arrow navigator skin 22 css */
        /*
        .jssora22l                  (normal)
        .jssora22r                  (normal)
        .jssora22l:hover            (normal mouseover)
        .jssora22r:hover            (normal mouseover)
        .jssora22l.jssora22ldn      (mousedown)
        .jssora22r.jssora22rdn      (mousedown)
        */
.jssora22l, .jssora22r {
	display: block;
	position: absolute;
	/* size of arrow element */
	width: 40px;
	height: 58px;
	cursor: pointer;
	background: url('../slider-img/arrow.png') center center no-repeat;
	overflow: hidden;
}
.jssora22l {
	background-position: -10px -31px;
}
.jssora22r {
	background-position: -70px -31px;
}
.jssora22l:hover {
	background-position: -130px -31px;
}
.jssora22r:hover {
	background-position: -190px -31px;
}
.jssora22l.jssora22ldn {
	background-position: -250px -31px;
}
.jssora22r.jssora22rdn {
	background-position: -310px -31px;
}

.navbar-toggle{
	color: 	#549FFC;
}

.col-centered{
    margin: 0 auto;
}

.g-recaptcha{
	margin: 0 auto;
	display: inline-block;
}



blockquote {
  background:none;
  border-left: 1px solid #064189;
  /* margin: 1.5em 0.5em 10px 10px;
  padding: 0.5em !important;
  /* quotes: "\201C""\201D""\2018""\2019"; */
  color: #064189;
}
/*
blockquote:before {
  color: #064189;
  content: open-quote;
  font-size: 4em;
  line-height: 0.1em;
  margin-right: 0.25em;
  vertical-align: -0.4em;
}
*/
blockquote p {
  display: inline;
  padding-left: 1.5em;
}
blockquote footer {
	color: #cccccc;
	font-style:italic;
	padding-left: 1.5em;
}
blockquote:after {
	display:none;
}

input, textarea, iframe {
	  border: 1px solid #064189;
}


*[id]:before { 
  display: block; 
  content: " "; 
  margin-top: -600px; 
  height: 600px; 
  visibility: hidden; 
}



/* Sidebar styles below */



/* Toggle Styles */

#wrapper {
    padding-left: 0;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

#wrapper.toggled {
    padding-left: 250px;
}

#sidebar-wrapper {
    z-index: 1000;
    position: fixed;
    left: 250px;
    width: 0;
    height: 100%;
    margin-left: -250px;
    overflow-y: auto;
    background: #000;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

#wrapper.toggled #sidebar-wrapper {
    width: 250px;
}

#page-content-wrapper {
    width: 100%;
    position: absolute;
    padding: 15px;
}

#wrapper.toggled #page-content-wrapper {
    position: absolute;
    margin-right: -250px;
}

/* Sidebar Styles */

.sidebar-nav {
    position: absolute;
    top: 0;
    width: 250px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.sidebar-nav li {
    text-indent: 20px;
    line-height: 40px;
}

.sidebar-nav li a {
    display: block;
    text-decoration: none;
    color: #999999;
}

.sidebar-nav li a:hover {
    text-decoration: none;
    color: #fff;
    background: rgba(255,255,255,0.2);
}

.sidebar-nav li a:active,
.sidebar-nav li a:focus {
    text-decoration: none;
}

.sidebar-nav > .sidebar-brand {
    height: 65px;
    font-size: 18px;
    line-height: 60px;
}

.sidebar-nav > .sidebar-brand a {
    color: #999999;
}

.sidebar-nav > .sidebar-brand a:hover {
    color: #fff;
    background: none;
}






/* Ticker */

.main {
width: 600px;
margin: 50px auto;
font-size:1.5em !important;
/* padding-top:100px; */
}

.main blockquote{
	  border-left: none !important;
	
}
.cbp-qtrotator {
width: 600px;
height: 180px;
position: relative;
float: left;
margin: 0;
padding-top: 11px;
}
.cbp-qtcontent {
width: 100%;
height: auto;
position: absolute;
min-height: 180px;
top: 0;
z-index: 2;
display: none;
margin: 1em 0;
}
.cbp-qtrotator .cbp-qtcontent.current {
display: block;
}


.cbp-qtrotator .cbp-qtcontent img {
float: right;
margin: 10px;
}
.cbp-qtprogress {
position: absolute;
background: #47a3da;
height: 1px;
width: 0%;
z-index: 1000;
}




#page-top #logo-address{
	margin-left: 100px;
	margin-top: -80px;
	font-size:12px;
	position:fixed;
	letter-spacing:1px;
}

address, address a {

    font-style: normal;
    line-height: 1;
	color: #064189;
}



#jssor_1{
	/* top: 5em !important; */
	max-height:500px;
	padding-bottom:5em;
	display:inline-block;
}



/*@media(max-width:1360px){
	.nav>li>a{
		padding:10px 5px;
		font-size:12px;
		line-height:1.5;
	}
}*/

#logo-container{
	position:fixed;
	left:0;
	margin:-5px 0 0 5px;

}

#logo{
	height:100px;
}

/* Set mobile navigation early */


#tymessage{
	padding:1em;
	display:none;
}




@media (min-width: 768px) and (max-width: 830px) {
    
	/* -- This commented code allows the mobile menu before the normal breakpoints */
	.navbar-collapse.collapse {
        display: none !important;
    }
    .navbar-collapse.collapse.in {
        display: block !important;
    }
    .navbar-header .collapse, .navbar-toggle {
        display:block !important;
    }
	
    .navbar-header {
        float:none;
		padding:0 0 5em 0; 
    }
	/* -- -- -- -- -- -- -- */


}




@media (min-width: 831px) and (max-width: 920px) {

	 .navbar-custom .nav li a{
		 font-size: .6em !important;
		 padding: 13px 5px;

	 }
	#page-top address {
		font-size:12px;
}


#page-top #logo-address {
    margin-left: 90px;
    font-size: 11px;
    position: fixed;
    letter-spacing: 0px;
}


.navbar-nav {
    margin-right: -40px;
}

}

@media (min-width: 921px) and (max-width: 1040px) {

	 .navbar-custom .nav li a{
		 /* line-height:1em; */
		 font-size: .6em !important;
		 padding: 13px 5px;

	 }
	#page-top address {
		font-size:12px;
}


#page-top #logo-address {
    margin-left: 90px;
    font-size: 11px;
    position: fixed;
    letter-spacing: 0px;
}

}



/* @media screen and (max-width: 1050px){

#jssor_1{
    left: 10px;

}
	

}*/




 @media screen and (min-width: 1041px) and (max-width:1200px) {
.navbar-custom .nav li a{
    font-size: .7em !important;
    padding-right: 5px;
	}
	
	#page-top #logo-address{
		letter-spacing:0;
	}
	

}


 @media screen and (min-width: 1201px) and (max-width:1280px) {
.navbar-custom .nav li a{
	font-size:.75em !important;
}

}

 @media screen and (min-width: 1281px) and (max-width:1499px) {
.navbar-custom .nav li a{
	font-size:.85em !important;
}

}

 @media screen (min-width:1500px) {
.navbar-custom {
	padding: 0;
	border-bottom: 0;
	/*letter-spacing: 1px;*/
	border-bottom: 1px solid rgba(255,255,255,.3);
	-webkit-transition: background .5s ease-in-out, padding .5s ease-in-out;
	-moz-transition: background .5s ease-in-out, padding .5s ease-in-out;
	transition: background .5s ease-in-out, padding .5s ease-in-out;
	
   /* margin-left: -200px;
    padding-left: 200px;*/
	
	
}
.navbar-custom.top-nav-collapse {
	padding: 0;
    border-bottom: 1px solid rgba(255,255,255,.3);
	border-bottom: 1px solid rgba(142,191,250, .5);
}
#jssor_1{
	top: 10em !important;
	max-height:500px;
	padding-bottom:5em;
	display:inline-block;
}

.intro {
	height: 100%;
	padding: 150px !important;
}
.intro .intro-body .brand-heading {
	font-size: 2em;
}
.intro .intro-body .intro-text {
	font-size: 26px;
}

.content-section {
	/* padding-top: 250px; */
}
.download-section {
	padding: 100px 0;
}
#map {
	height: 400px;
	margin-top: 250px;
}

p {
	margin: 0 0 35px;
	font-size: 20px;
	line-height: 1.6;

}
    #wrapper {
        padding-left: 250px;
    }

    #wrapper.toggled {
        padding-left: 0;
    }

    #sidebar-wrapper {
        width: 250px;
    }

    #wrapper.toggled #sidebar-wrapper {
        width: 0;
    }

    #page-content-wrapper {
        padding: 20px;
        position: relative;
    }

    #wrapper.toggled #page-content-wrapper {
        position: relative;
        margin-right: 0;
    }


}

@media (min-width: 768px){
	.mobile-offers, .testimonial-mobile-disclaimer{
	display:none;
	visibility:hidden !important;
}
}

 @media screen and (max-width:767px) {
	 .testimonial-mobile, .testimonial-mobile-disclaimer{
		 display:block !important; 
	 }
	 #jssor_1, #cbp-qtrotator, #testimonial-video, .testimonial{
		display:none; 
	 }
	 .navbar-header{
		padding:0 0 5em 0; 
	 }
	 .navbar-custom .nav li a{
		 line-height:1.5em; 
	 }
	#page-top address {
		font-size:12px;
}
.mobile-offers{
	visibility:visible !important;
}
.main{
	display:none;
	
 }
 
#logo-container{
	margin:-5px 0 0 10px;

}


 @-webkit-keyframes pulse {
 0% {
 -webkit-transform: scale(1);
 transform: scale(1);
}
 50% {
 -webkit-transform: scale(1.2);
 transform: scale(1.2);
}
 100% {
 -webkit-transform: scale(1);
 transform: scale(1);
}
}
 @-moz-keyframes pulse {
 0% {
 -moz-transform: scale(1);
 transform: scale(1);
}
 50% {
 -moz-transform: scale(1.2);
 transform: scale(1.2);
}
 100% {
 -moz-transform: scale(1);
 transform: scale(1);
}
}
/*#mobile-offers{
	display:none;
}*/
.mobile-offers
{
	visibility:hidden;
	margin-top:120px;
	

}
 .mobile-offers ul
{
    list-style-type: none;

}
.mobile-offers a{
	color: #064189;
}