@import url(//fonts.googleapis.com/css?family=Roboto:300,400,700);

.clearfix {*zoom: 1;}
.clearfix:before,
.clearfix:after {display: table; content: ""; line-height: 0;}
.clearfix:after {clear: both;}

html {font-size:100%;}

body {
  color: #333;
  background: #FFF;
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  font-size:18px;
}

body > section {padding: 30px 0;}

h1,h2,h3,h4 {font-family:'Roboto',sans-serif; font-weight:700; color:#706F74; margin-bottom:25px;}

.main-cont {padding:20px;}
.main-cont .lft {background:#fff; padding:10px 20px 20px 20px; min-height:600px;}

.main-cont img{
max-width: 100%; 
display:block; 
height: auto;
}

.main-cont .pull-left {margin-right: 15px; margin-bottom:10px;}
.main-cont .pull-right {margin-left: 15px; margin-bottom:10px;}

a {
  color: #34495e;
  color: #6797F9;
  -webkit-transition: 300ms;
  -moz-transition: 300ms;
  -o-transition: 300ms;
  transition: 300ms;
}
a:hover, a:focus {
  color: #d9534f;
  text-decoration: none;
  outline: none;
}

.cta {font-weight:600; margin-top:25px; margin-bottom:25px;}

hr {
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #fff;
}
.dropdown-menu {
  margin-top: -1px;
  min-width: 180px;
}

.btn {font-weight: 400;}
.btn-transparent {
  border: 3px solid #fff;
  background: transparent;
  color: #fff;
}
.btn-transparent:hover {
  border-color: rgba(255, 255, 255, 0.5);
}

li {text-align:left;}


.divider {border-bottom:1px solid #ccc;}
.centered {text-align:center;}
.center {text-align: center;}


/* -------------------- */
/* -------  Boxes ----- */
/* -------------------- */

.sdbr {padding:0 0 0 20px;}

.sdbr-heading {
font-size:18px; 
font-weight:600; 
font-style:italic; 
padding:8px; 
background-color:#eee;
text-align:center;
}

.sdbr-box{
overflow: hidden;
width: 100%;
background: #fff;
display:table;
text-align:center;
border:1px solid #eee;
margin-bottom:30px;
}

.sdbr-box h3{font-size:25px; font-weight:700;}
.sdbr-box p {font-size:18px; font-style: italic; margin:15px 0;}


.sdbr-box li {
text-align:left;
display: block;
}

.sdbr-box li:before {
    /*Using a font awesome*/
    font-family: 'FontAwesome';
    content: '\f14a';
    font-size: 12px;
    float: left;
    margin-top: 4px;
    margin-left: -17px;
    color: #0169AA;
}


.sdbr-box .sdbr-card-white { 
background-color:#FFF;
display: table-cell;
vertical-align: middle;
padding:14px;
}
.sdbr-box .sdbr-card-white h3 {}

.sdbr-box .sdbr-card-blue { 
background-color:#718FB3;
display: table-cell;
vertical-align: middle;
color:#FFF;
padding:14px;
}

.sdbr-box .sdbr-card-blue-2 { 
background-color:#9AC7F0;
display: table-cell;
vertical-align: middle;
color:#FFF;
padding:14px;
}

.sdbr-box .sdbr-card-gray-0 { 
background-color:#E7E7E7;
display: table-cell;
vertical-align: middle;
color:#FFF;
padding:14px;
}


.sdbr-box .sdbr-card-gray-1 { 
background-color:#D2D2D2;
display: table-cell;
vertical-align: middle;
color:#FFF;
padding:14px;
}

.sdbr-box .sdbr-card-gray-2 { 
background-color:#B6B6B6;
display: table-cell;
vertical-align: middle;
color:#FFF;
padding:14px;
}

.sdbr-box .sdbr-card-gray-3 { 
background-color:#9E9E9E;
display: table-cell;
vertical-align: middle;
color:#FFF;
padding:14px;
}

.sdbr-box .sdbr-card-green { 
background-color:#8AAC66;
display: table-cell;
vertical-align: middle;
color:#FFF;
padding:14px;
}
.sdbr-box .sdbr-card-brick { 
background-color:#B48474;
display: table-cell;
vertical-align: middle;
color:#FFF;
padding:14px;
}

.box-gray-lt{
background-color:#F4F4F4;
padding:10px 15px 10px 15px;
margin-top:30px;
}

.question{
background-color:#F4F4F4;
padding:30px;
margin-top:30px;
margin-bottom:30px;
border-radius:6px;
}

.question h2, .question h3{padding:0; margin-top:0;}


 
/* ---------------------------- */
/* ------ header / nav -------- */
/* ---------------------------- */

.nav {font-size:1.0em; overflow:visible!important;}

.header-top {background-color:#FFFFFF!important;}
.header-logo {text-align:left; margin-top:10px; margin-bottom:10px;}
.header-logo img{max-width:100%; height:auto; margin:.1% 0;}
.header-tag-cont {text-align:right; line-height:80px;}
#header-tag {display:inline; font-size:1.4em; margin-right:10px; line-height:80px;}
#header-phone {display:inline; font-size:1.5em; font-weight:bold; line-height:80px;}

.header-social-link {font-size:.8em; margin-top:3px; margin-right:6px;}
.header-social-link a {padding:5px 8px!important; color:#fff!important; background-color: rgba(0, 0, 0, 0.5);}
.header-social-link a:hover {background-color: rgba(0, 0, 0, 0.3)!important;}

.logo{
max-width:100%; 
height:auto;
margin:.8% 0;
display:table-cell;
vertical-align:middle;
}

.navbar-inverse {
  border: none;
  background-color: #0169AA;
  margin-bottom:0;
  border-radius:0;
  font-size:.9em;
}

.navbar-inverse .navbar-nav {
  margin-top: 20px;
}
.navbar-inverse .navbar-nav > li > a {
  padding-top: 7px;
  padding-bottom: 7px;
  border-radius: 4px;
  color: #fff;
}

.navbar-inverse .navbar-nav > li > a:hover {
 /* main nav links hover */
 background-color: #fff;
 color: #333;
}

.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus,
.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
  background-color: #0169AA;
}
.navbar-inverse .navbar-nav .dropdown-menu {
  background-color: #0169AA;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  border: 0;
  padding: 0;
  margin-top: -3px;
}
.navbar-inverse .navbar-nav .dropdown-menu > li > a {
  padding: 8px 15px;
  color: #fff;
}
.navbar-inverse .navbar-nav .dropdown-menu > li:hover > a,
.navbar-inverse .navbar-nav .dropdown-menu > li:focus > a,
.navbar-inverse .navbar-nav .dropdown-menu > li.active > a {
  background-color: rgba(0, 0, 0, 0.3);
}
.navbar-inverse .navbar-nav .dropdown-menu > li:last-child > a {
  border-radius: 0 0 3px 3px;
}
.navbar-inverse .navbar-nav .dropdown-menu > li.divider {
  background-color: rgba(0, 0, 0, 0.1);
}
.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-top: 0;
}

/* ---------------------------- */
/* ----- slider / splash ------ */
/* ---------------------------- */

#splash {
background-color: #CBDEE7!important;
background-image:url(../images/bg-credit-cards-3.jpg);
background-size: cover;
padding: 20px 20px 20px 20px;
vertical-align: top;
}

.splash-tagline {margin-top:2%; text-align:center;}

.splash-tagline h1 {
margin:0 0 10px 0;
font-size: 37px;
font-weight:700;
color:#000;
}
.splash-tagline h2 {color:#000; margin:14px 0 0 0; font-size: 33px;}
.splash-tagline h3 {color:#000; margin:14px 0 0 0; font-size: 30px;}


/* ------------------------- */
/* -------- custom ----------*/
/* ------------------------- */



/*OVERLAY*/
.overlay {background-image: rgba(70, 72, 82, 0.3);}

/*DARKEN*/
.darken {
  background-image: 
    linear-gradient(
      rgba(0, 0, 0, 0.5),
      rgba(0, 0, 0, 0.5)
    );
}

/*BLUR*/
.blur img {
 -webkit-transition: all 1s ease;
   -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
   -ms-transition: all 1s ease;
     transition: all 1s ease;
}
 
.blur img:hover {-webkit-filter: blur(5px);}

/*B&W*/
.bw {
 -webkit-transition: all 1s ease;
   -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
   -ms-transition: all 1s ease;
     transition: all 1s ease;
}
 
.bw:hover {-webkit-filter: grayscale(100%);}

/* sets min height */
.minh{min-height:600px;}

/* centered columns styles */
.row-centered {text-align:center;}
.col-centered {
    display:inline-block;
    float:none;
    /* reset the text-align */
    text-align:left;
    /* inline-block space fix */
    margin-right:-4px;
}

.mb0 {margin-bottom:0px;}
.ml30 {margin-left:30px;}
.mb5 {margin-bottom:5px;}
.mb10 {margin-bottom:10px;}
.mb20 {margin-bottom:20px;}
.mb30 {margin-bottom:30px;}
.mb35 {margin-bottom:35px;}
.mb40 {margin-bottom:40px;}
.mb50 {margin-bottom:50px;}
.mb60 {margin-bottom:60px;}
.mb80 {margin-bottom:80px;}
.mb100 {margin-bottom:100px;}
.mb130 {margin-bottom:130px;}
.mt0 {margin-top:0px;}
.mt5 {margin-top:5px;}
.mt10 {margin-top:10px;}
.mt20 {margin-top:20px;}
.mt30 {margin-top:30px;}
.mt35 {margin-top:30px;}
.mt40 {margin-top:40px;}
.mt45 {margin-top:40px;}
.mt50 {margin-top:50px;}
.mt60 {margin-top:60px;}
.mt70 {margin-top:70px;}
.mt80 {margin-top:80px;}
.mt100 {margin-top:100px;}
.mr0 {margin-right:0px;}
.mr5 {margin-right:5px;}
.mr7 {margin-right:7px;}
.mr8 {margin-right:8px;}
.mr10 {margin-right:10px;}
.mr15 {margin-right:15px;}
.mr20 {margin-right:20px;}
.ml0 {margin-left:0px;}
.ml5 {margin-left:5px;}
.ml7 {margin-right:7px;}
.ml8 {margin-right:8px;}
.ml10 {margin-left:10px;}
.ml15 {margin-left:15px;}
.ml20 {margin-left:20px;}

/*----- less margin space from top --*/
.mt-20 {margin-top:-20px;}
.mt-40 {margin-top:-40px;}
.mt-60 {margin-top:-60px;}
.mt-80 {margin-top:-80px;}
.mr-10 {margin-right:-10px;}
.ml-10 {margin-left:-10px;}

/*-----------------------
  4.3 Padding space
-------------------------*/
.nopadding {padding:0px;}
.nopr {padding-right:0px;}
.nopl {padding-left:0px;}
.pinside10 {padding:10px;}
.pinside20 {padding:20px;}
.pinside30 {padding:30px;}
.pinside40 {padding:40px;}
.pinside50 {padding:50px;}
.pinside60 {padding:60px;}
.pinside80 {padding:80px;}
.pinside100 {padding:100px;}
.pinside140 {padding:140px;}
.pdt0 {padding-top:0px;}
.pdt10 {padding-top:10px;}
.pdt20 {padding-top:20px;}
.pdt30 {padding-top:30px;}
.pdt40 {padding-top:40px;}
.pdt60 {padding-top:60px;}
.pdt80 {padding-top:80px;}
.pdt100 {padding-top:100px;}
.pdt120 {padding-top:120px;}
.pdb0 {padding-bottom:0px;}
.pdb10 {padding-bottom:10px;}
.pdb20 {padding-bottom:20px;}
.pdb30 {padding-bottom:30px;}
.pdb40 {padding-bottom:40px;}
.pdb60 {padding-bottom:60px;}
.pdb80 {padding-bottom:80px;}
.pdb150 {padding-bottom:150px;}
.pdl10 {padding-left:10px;}
.pdl20 {padding-left:20px;}
.pdl30 {padding-left:30px;}
.pdl40 {padding-left:40px;}
.pdl60 {padding-left:60px;}
.pdl80 {padding-left:80px;}
.pdl140 {padding-left:140px;}
.pdr10 {padding-right:10px;}
.pdr20 {padding-right:20px;}
.pdr30 {padding-right:30px;}
.pdr40 {padding-right:40px;}
.pdr60 {padding-right:60px;}
.pdr80 {padding-right:80px;}
.pdr100 {padding-right:100px;}
.pdtb40 {padding-bottom:40px; padding-top:40px;}

.bold {font-weight:700;}
.uppercase {text-transform: uppercase;}
.italic {font-style: italic;}
.size-0-6 {font-size:0.6em;}
.size-0-7 {font-size:0.7em;}
.size-0-8 {font-size:0.8em;}
.size-0-9 {font-size:0.9em;}
.size-1-1 {font-size:1.1em;}
.size-1-2 {font-size:1.2em;}
.size-1-3 {font-size:1.3em;}
.size-1-4 {font-size:1.4em;}
.size-1-5 {font-size:1.5em;}
.size-1-6 {font-size:1.6em;}
.size-1-8 {font-size:1.8em;}
.size-2-0 {font-size:2.0em;}
.white {color:#FFF;}
.red {color:#FF0000;}
.green {color:#006600;}

.mt10 {margin-top:10px;}
.mt15 {margin-top:15px;}
.mt20 {margin-top:20px;}
.mt30 {margin-top:30px;}
.mt40 {margin-top:40px;}
.mt50 {margin-top:50px;}

.mb10 {margin-bottom:10px;}
.mb15 {margin-bottom:15px;}
.mb20 {margin-bottom:20px;}
.mb30 {margin-bottom:30px;}
.mb35 {margin-bottom:35px;}
.mb40 {margin-bottom:40px;}
.mb50 {margin-bottom:50px;}

.gray-bg {background-color:#999999;}
.gray-bg-1 {background-color:#eee;}
.gray-bg-2 {background-color:#F4F4F4;}

.row_main{margin-bottom:6%; padding-top:2.3%; font-size:1.1em; clear:both; min-height:600px;}

.row_main img{
max-width:100%; 
height:auto;
margin-right:25px;
-webkit-border-radius: 6px;
-moz-border-radius: 6px;
border-radius: 6px;
}

.modal-header .close {
  font-size: 40px;
  margin-top:-13px;
}

.image_empty {
background-color:#FFFFFF;
-webkit-border-radius: 6px;
-moz-border-radius: 6px;
border-radius: 6px;
}

.tab-content a{color: #6797F9!important;}
.tab-content a:hover{color: #d9534f!important;}

.text-shadow {text-shadow: 2px 2px 2px #000;}
.text-shadow-bb {text-shadow: 1px 1px 2px #000;}
.text-shadow-w {text-shadow: 2px 2px 2px #fff;}
.text-shadow-ww {text-shadow: 1px 1px 1px #fff;}

#ftr_ctr {text-align:left; width:60%; margin:0 auto;}
#ftr_ctr h4 {margin-top:0;}

.video_caption {display: block; font-style: italic; font-size: 1em; orphans: 2; text-align:center; padding-top:.5em;}


table.graytbl {
	font-size:14px;
	background:#fff;
	border:#ccc 1px solid;
}
table.graytbl th {
    text-align: center;
	padding:8px 15px 8px 15px; 
	background: #ededed;
	background: -webkit-gradient(linear, left top, left bottom, from(#ededed), to(#ebebeb));
	background: -moz-linear-gradient(top,  #ededed,  #ebebeb);
}

table.graytbl tr {}

table.graytbl td {
	padding:10px;
	border-top: 1px solid #e0e0e0;
	border-left: 1px solid #e0e0e0;
	background: #fafafa;
	background: -webkit-gradient(linear, left top, left bottom, from(#fbfbfb), to(#fafafa));
	background: -moz-linear-gradient(top,  #fbfbfb,  #fafafa);
}

table.graytbl td p{
margin:0;
}


/* ----
remove gutters from columns
i.e. 
<div class="row no-gutter">
<div class="col-md-4">
---- */
.no-gutter > [class*='col-'] {
    padding-right:0;
    padding-left:0;
}


.img-thumbnail {
  border: 0;
}
.btn-social {
  border: 0;
  color: #fff;
  border-radius: 100%;
  display: inline-block;
  width: 36px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  padding: 0;
}
.btn-social.btn-facebook {
  background: #4f7dd4;
}
.btn-social.btn-facebook:hover {
  background: #789bde;
}
.btn-social.btn-twitter {
  background: #5bceff;
}
.btn-social.btn-twitter:hover {
  background: #8eddff;
}
.btn-social.btn-linkedin {
  background: #21a6d8;
}
.btn-social.btn-linkedin:hover {
  background: #49b9e3;
}
.btn-social.btn-google-plus {
  background: #dc422b;
}
.btn-social.btn-google-plus:hover {
  background: #e36957;
}
.btn-social:hover {
  color: #fff;
}
#social-media .icon-facebook {
  background-color: #3c5899;
}
#social-media .icon-facebook:hover {
  background-color: #4e6fba;
}
#social-media .icon-twitter {
  background-color: #29c5f6;
}
#social-media .icon-twitter:hover {
  background-color: #5ad2f8;
}
#social-media .icon-google-plus {
  background-color: #d13d2f;
}
#social-media .icon-google-plus:hover {
  background-color: #da6459;
}
#social-media .icon-pinterest {
  background-color: #c61118;
}
#social-media .icon-pinterest:hover {
  background-color: #ec1e26;
}
.icon-lg {
  font-size: 48px;
  height: 108px;
  width: 108px;
  line-height: 108px;
  color: #fff;
  margin: 10px;
  background-color: rgba(0, 0, 0, 0.4);
  text-align: center;
  display: inline-block !important;
  border-radius: 100%;
}
.icon-md {
  font-size: 36px;
  height: 68px;
  width: 68px;
  line-height: 68px;
  color: #fff;
  margin-right: 10px;
  background-color: rgba(0, 0, 0, 0.4);
  text-align: center;
  display: block;
  border-radius: 50%;
  -webkit-transition: 500ms;
  -moz-transition: 500ms;
  -o-transition: 500ms;
  transition: 500ms;
}
.modal {
  border: 0;
}
.modal#loginForm {
  width: 600px;
  margin-left: -300px;
}
.modal .modal-header {
  border: 0;
  padding: 20px 20px 0;
}
.modal .modal-header > h4 {
  font-weight: 300;
  font-size: 14px;
  color: #848484;
  text-transform: uppercase;
  margin: 0;
}
.modal .modal-body {
  padding: 20px;
}
.modal input[type="text"],
.modal input[type="password"] {
  padding: 5px 10px;
  min-height: 30px;
  width: 130px;
  margin-right: 10px;
}
.modal .icon-remove {
  color: #848484;
  position: absolute;
  right: -5px;
  top: -5px;
  width: 16px;
  height: 16px;
  line-height: 16px;
  text-align: center;
  display: block;
  background: #ebebeb;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  cursor: pointer;
}
.modal button {
  margin-left: 10px;
  border: 0;
}
.gap {
  margin-bottom: 50px;
}
.big-gap {
  margin-bottom: 100px;
}
.no-margin {
  margin: 0;
  padding: 0;
}
.registration-form {
  border: 0;
  background-color: #fff;
  padding: 20px;
  display: inline-block;
}
#bottom {color: #bdc3c7; background-color:#0169AA;}
#bottom h4 {margin-top: 0; margin-bottom: 15px;}
#bottom .media-heading {display: block; font-weight: 400;}
#bottom a {color: #fff;}
#bottom a:hover {color: #eee;}

.row > div {margin-bottom: 10px;}

/*so lists display properly next to floated images*/
ul{overflow: hidden;}


/* ---------------*/
/* ---- footer ---*/
/* ---------------*/
#footer {
  padding-top: 18px;
  padding-bottom: 10px;
  color: #bdc3c7;
  background-color: #1d2d3d;
  text-align:center;
}
#footer a {color: #fff;}
#footer a:hover {color: #eee;}
#footer ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
#footer ul > li {
  display: inline-block;
  margin-left: 15px;
}

ul.social {
  list-style: none;
  margin: 10px 0 0;
  padding: 0;
  display: inline-block;
}
ul.social > li {
  display: inline-block;
  margin: 0 5px;
}
ul.social > li > a {
  font-size: 24px;
  color: #666;
}
ul.social > li > a:hover {
  color: #999;
}

.box-border {
  padding: 15px;
}

#error {
  text-align: center;
  margin-top: 150px;
  margin-bottom: 150px;
}

/* --------------------*/
/* --- testimonial --- */
/* --------------------*/
.testimonial {
	background:#fbfbfb;
	padding:20px;
	margin-bottom:20px;
	border:1px solid #e6e6e6;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}

.testimonial .author img {float:left; margin:0 10px 0;}

.testimonial p.text {
	color:#b2b2b2;
	font-size:14px;
	font-style:italic;
	line-height:1.6em;
	margin-bottom:30px;
}

.testimonial .author p.name {font-weight:bold;}

/* ------------------- */
/* ----- forms --------*/
/* ------------------- */
.form-hp{
overflow: hidden;
padding:14px 12px 0px 12px;
color:#333;
background-color:#E8E8E8;
border:1px solid #ccc;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
}

.form-hp a{color: #6797F9!important;}
.form-hp a:hover{color: #d9534f!important;}

.modal-body .btn {margin:0!important;}

.clear{clear:both;}


@media (max-width:67.5em){
 .header-tag-cont {text-align:right!important; padding-bottom:6px!important; font-size:.8em; line-height:40px!important;}
 #header-tag {margin:0; padding:0;}
 #header-phone {margin:0; padding:0; line-height:40px!important;}
 .header-logo {text-align:center!important;}
 #ftr_ctr {width:100%; margin:25px 1px!important;}
 #splash {padding:20px 8px 20px 8px;}
}


/*@media (max-width:57.5em){*/
@media only screen and (min-width: 320px) and (max-width: 768px) {
  
  body {padding-top:0!important;}
  
  #splash {padding:20px 8px 20px 8px;}

 .splash-tagline {margin-top:1%;}
 .splash-tagline h1, .splash-tagline h2, .splash-tagline h3, .splash-tagline h4 {font-size:1.2em;}

 .hide-mob {display:none;}
 .header-tag-cont {text-align:center!important; padding-bottom:6px!important; font-size:.8em; line-height:40px!important;}
 #header-tag {display:none;}
 #header-phone {margin:3px 0; padding:0; width:100%; display:block; font-size:26px; line-height:40px!important;}
 .header-logo {text-align:center!important;}
 #ftr_ctr {width:100%; margin:25px 1px!important;}
 .form-hp {margin-bottom:3%;}
 
 .nav-tabs li{width:100%!important;}
 .main-cont .sdbr {padding:0 0 0 0;}
 .sdbr-inner .sdbr-box{margin-top:20px;}
}

@media only screen and (max-width: 480px){

 .main-cont img {width: 100%; }
 
}

