@charset "UTF-8";
/* CSS Document */


body {
	font-family: 'Open Sans', sans-serif;
}

/* GENERAL COMPONENTS*/


.no-padding {
    padding: 0;
	margin-top:0;
}

.no-gutter > [class*='col-'] {
    padding-right:0;
    padding-left:0;
}

/* GALLERY */

.main-gallery {
	background:rgba(0,0,0,0.6);
	border: transparent; 
	margin:20px 0; 
	padding-top:20px;
}
.carousel-inner-main .active.left { 
	left: -25%; 
}
.carousel-inner-main .next { 
	left:  25%; 
}
.carousel-control-main { 
	width:  4%; 
}
.col-holder {
	position:relative;
}
.col-holder .caption {
	position:absolute; 
	bottom:0; 
	right:0; 
	left:0;
}
.col-holder h3 {
	font-size:14px;
}
.custom-carousel-control-three {
	background:rgb(0,0,0); 
	background:rgba(0,0,0,0.5); 
	width:60px; 
	font-size:23px;
}
.control-left-three {
	display:block; 
	height:158px; 
	position:absolute; 
	top:0; 
	bottom:0; 
	right:0px; 
	padding-top:67px; 
	padding-left:20px; 
	text-align:left;
}
.control-right-three {
	display:block; 
	height:158px; 
	position:absolute; 
	top:0; 
	bottom:0; 
	left:0px;
	padding-top:67px; 
	padding-right:20px; 
	text-align:right;
}
a.custom-carousel-control-three, 
a.custom-carousel-control-three:link, 
a.custom-carousel-control-three:visited {
	color: #FFF;
}
.image-container {
	width:100%; 
	height:480px; 
	overflow:hidden; 
	margin-bottom:20px; 
}
.carousel-image-2 {
	-webkit-background-size: contain;
		-moz-background-size: contain;
		-o-background-size: contain;
  background-size: contain;
  height:480px;
}
  .carousel-image-3 {
	-webkit-background-size: cover;
		-moz-background-size: cover;
		-o-background-size: cover;
  background-size: cover;
  height:480px;
}
.thumbnail-controls {
	font-size:40px;
}
.thumbnail-controls.right {
	text-align:right;
	position:absolute;
	top:0; 
	left:0; 
	right:0; 
	bottom:0; 
	background:none;
}
.thumbnail-controls.left {text-align:left;position:absolute;top:0; left:0; right:0; bottom:0; background-color:none;}
.carousel-control.right, .carousel-control.left {background:none !important;}
.caption-area {position:absolute; top:380px; left:0; right:0; bottom:0; background:none;color:#FFF; text-shadow:#000 0 0 4px, #000 0 0 9px; padding:4px 30px;}

/* PORTFOLIO BOX */

.portfolio-box {
    display: block;
    position: relative;
    margin: 0 auto;
    max-width: 650px;
}

.portfolio-box .portfolio-box-caption {
    display: block;
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    color: #fff;
    opacity: 0;
    background:rgba(0,0,0,0.76);
    -webkit-transition: all .35s;
    -moz-transition: all .35s;
    transition: all .35s;
}

.portfolio-box .portfolio-box-caption .portfolio-box-caption-content {
    position: absolute;
    top: 50%;
    width: 100%;
    text-align: center;
    transform: translateY(-50%);
}

.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-category,
.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-name {
    padding: 0 15px;
    font-family: 'Open Sans','Helvetica Neue',Arial,sans-serif;
}

.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-category {
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
}

.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-name {
    font-size: 18px;
}

.portfolio-box:hover .portfolio-box-caption {
    opacity: 1;
}

@media(min-width:768px) {
    .portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-category {
        font-size: 16px;
    }

    .portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-name {
        font-size: 22px;
    }
}

.feature-encased {padding:20px 0;}

/* CIRCULAR FEATURE LINKS - CONTAIN WITHIN .circular */

@media (min-width: 768px) {
.circular .portfolio-box, .circular .portfolio-box .portfolio-box-caption {
    overflow: hidden;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -o-border-radius: 50%;
}
}


/* RESPONSIVE VIDEO IFRAMES */
 
.video-controller {
	position: relative;
}
.video-controller iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	min-height: 250px;
}

/* version with play button */

.thumbnail-vid {
	position:relative;
}
.thumbnail-vid #playbtn {
	position:absolute;
	top:50%;
	left:50%;
	width:160px;
	height:114px;
	margin-top:-57px;
	margin-left:-80px;
	background:url(../images/play-icon.png) no-repeat center center;
}

/* Image Holder */

.image-holder {
	display: inline-block;
    position: relative;
	width:100%
}
	
.image-holder:after {
	content: '';
    display: block;
    margin-top: 30%; /* Change this number to change the slider aspect ratio. width = 100% */
}

.image-holder .image-carousel-3 {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

/* Image Holder - Product List */

.image-shop-holder {
	display: inline-block;
    position: relative;
	width:100%
}
	
.image-shop-holder:after {
	content: '';
    display: block;
    margin-top: 190%;
}

.image-shop-holder .img-product-list {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}


/* MAG SLICK */

.mag-slick .slick-prev, .mag-slick .slick-next {
	height:100%; width:30px;
	background:#000;
	margin-top:0;
margin-bottom:0; 
}
.mag-slick .slick-prev:before, .mag-slick .slick-next:before {
	color:#000;
}

.mag-slick .slick-prev:before, .mag-slick .slick-next:before { 
font-family: FontAwesome; 
font-size: 20px; 
color: #FFF; 
top:0; bottom:0; left:0; right:0;

}   

.mag-slick .slick-prev:before { content: "\f053"; }
.mag-slick  [dir="rtl"] .slick-prev:before { content: "\f054"; }

.mag-slick .slick-next:before { content: "\f054"; }
.mag-slick [dir="rtl"] .slick-next:before { content: "\f053"; }
.mag-slick .slick-prev, .mag-slick .slick-prev:hover {
left: -30px;
top:0;
}
.mag-slick .slick-next, .mag-slick  .slick-next:hover {
right: -30px;
top:0;
}
.mag-slick .slick-prev:hover, .mag-slick .slick-prev:focus, .mag-slick .slick-next:hover, .mag-slick .slick-next:focus {
outline: none;
background: #333333;
color: #666;
transition: ease 0.4s;
}

/* No Gutter Slick */

.slick-no-gutter {
	position:relative;
}

.slick-no-gutter .slick-slide {
	margin: 0;
}
.slick-no-gutter .slick-list {
	margin: 0;
}

.slick-no-gutter .col-md-3.col-sm-6 {
	padding-left:0;
	padding-right:0;
}




/* BOOTSTRAP NAV HOVER DROPDOWN */

@media (min-width:768px) {
.dropdown:hover .dropdown-menu {
    display: block;
 }
}

/* CIRCLE BUTTON */

.btn-circle {border-radius:50%;}

/* QUOTE TESTIMONIAL STYLES */

.mb-style-3 {
	width: 100%;
}

.mb-style-3 blockquote{
	padding: 30px;
	  border-left-style: none;
	  border-left-width: 0;
}

.mb-style-3 blockquote:after, 
.mb-style-3 blockquote:before  {
	top: 100%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

.mb-style-3 blockquote:before {
	border-top-color: rgba(0,0,0,0.01);
	border-width: 11px;
	left: 65%;
	margin-left: -11px;
}

.mb-style-3 blockquote p {
	font-family: 'Open Sans', sans-serif;
	font-size: 24px;
	color: #333;
	font-weight: 400;
	line-height: 30px;
	font-style: italic;
	text-indent: 100px;
	position: relative;
}

.mb-style-3 blockquote p:before{
	content: '\201C';
	font-family: serif;
	font-style: normal;
	font-weight: 700;
	position: absolute;
	font-size: 175px;
	top: 0px;
	left: -105px;
	color:#999999;
	text-shadow: 7px 14px 10px rgba(0, 0, 0, 0.1);
}

.mb-style-3 .mb-attribution {
	text-align: right;
	padding: 20px 100px 20px 20px;
	position: relative;
}

.mb-style-3 .mb-thumb {
	display: block;
	width: 70px;
	height: 70px;
	border: 5px solid #fff;
	border-radius: 50%;
	background: url(../images/bronte.jpg) no-repeat center center;
	position: absolute;
	right: 10px;
	bottom: 5px;
	box-shadow: 
		inset 1px 1px 4px rgba(0,0,0,0.5),
		0 2px 3px rgba(0,0,0,0.6);
}

.mb-style-3 .mb-author{
	font-family: 'Open Sans', sans-serif;
	font-weight: 700;
	font-size: 18px;
	color: #FFF;
	text-shadow: 0 1px 1px rgba(255,255,255,0.7);
}

.mb-style-3 cite a{
	font-family: 'Open Sans', sans-serif;
	font-weight: 700;
	font-style: italic;
	color: #fff;
	text-shadow: 0 1px 1px rgba(0,0,0,0.3);
}
.mb-style-3 cite a:hover{
	color: rgba(188, 147, 200, 1);
	text-shadow: 0 1px 1px rgba(255,255,255,0.7);
}
.mb-style-3 cite {
	font-size:11px;
	text-align:right;
	float:right;
}

@media (min-width: 768px) {
	.mb-style-enhance {padding: 10px 50px;}
}

.testimonial-section  {padding: 50px 0;}

/* CAROUSEL FADE TRANSITIONS */

.carousel-fade .item {
    left: 0 !important;
      -webkit-transition: opacity .4s; 
         -moz-transition: opacity .4s;
           -o-transition: opacity .4s;
              transition: opacity .4s;
}
.carousel-fade .carousel-control {
    background-image: none !important; 
}

.carousel-fade .next.left,
.carousel-fade .prev.right {
    opacity: 1;
    z-index: 1;
}
.carousel-fade .active.left,
.carousel-fade .active.right {
    opacity: 0;
    z-index: 2;
}

.carousel-caption {
	background:#000; 
	background:rgb(0,0,0); 
	background:rgba(0,0,0,0.6);
}


/* SUBTLE PATTERNS */
.subtle-pattern {background-repeat:repeat;}
.subtle-pattern.cream-dust{background:url(../images/patterns/cream_dust.png);}
.subtle-pattern.tweed{background:url(../images/patterns/tweed.png);}
.subtle-pattern.squared-metal{background:url(../images/patterns/squared_metal.png);}
.subtle-pattern.green-cup {background:url(../images/patterns/green_cup.png);}
.subtle-pattern.yellow-cup {background:url(../images/patterns/yellow_cup.png);}
.subtle-pattern.squairy_light {background:url(../images/patterns/squairy_light.png);}
.subtle-pattern.redox {background:url(../images/patterns/redox_01.png);}

.subtle-pattern.45degreee-fabric {background:url(../images/patterns/45degreee_fabric.png);}
.subtle-pattern.binding-dark {background:url(../images/patterns/binding_dark.png);}
.subtle-pattern.hixs_pattern_evolution {background:url(../images/patterns/hixs_pattern_evolution.png);}
.subtle-pattern.irongrip {background:url(../images/patterns/irongrip.png);}
.subtle-pattern.micro_carbon {background:url(../images/patterns/micro_carbon.png);}
.subtle-pattern.moulin {background:url(../images/patterns/moulin.png);}
.subtle-pattern.tactile_noise {background:url(../images/patterns/tactile_noise.png);}

.subtle-pattern.always_grey {background:url(../images/patterns/always_grey.png);}
.subtle-pattern.brushed_alu_dark {background:url(../images/patterns/brushed_alu_dark.png);}
.subtle-pattern.carbon_fibre_v2 {background:url(../images/patterns/carbon_fibre_v2.png);}
.subtle-pattern.carbon_fibre {background:url(../images/patterns/carbon_fibre.png);}
.subtle-pattern.dark_mosaic {background:url(../images/patterns/dark_mosaic.png);}
.subtle-pattern.fancy_deboss {background:url(../images/patterns/fancy_deboss.png);}
.subtle-pattern.padded {background:url(../images/patterns/padded.png);}
.subtle-pattern.sos {background:url(../images/patterns/sos.png);}
.subtle-pattern.retina_wood {background:url(../images/patterns/retina_wood.png);}
.subtle-pattern.dark_wood {background:url(../images/patterns/dark_wood.png);}
.subtle-pattern.billie_holiday {background:url(../images/patterns/billie_holiday.png);}


/* EVENTS/CALENDAR */

.date-sizes td {width:14.27% !important; height:200px; border: thin #CCC solid;}

@media (max-width: 767px) {
    .table.maincal>thead>tr>th, .table.maincal>tbody>tr>th, .table.maincal>tfoot>tr>th, .table.maincal>thead>tr>td, .table.maincal>tbody>tr>td, .table.maincal>tfoot>tr>td  {
        padding:4px !important;
    }
}

@media (min-width: 768px) {
    .omb_row-sm-offset-3 div:first-child[class*="col-"] {
        margin-left: 25%;
    }
}

.omb_login .omb_authTitle {
    text-align: center;
	line-height: 300%;
}
	
.omb_login .omb_socialButtons a {
	color: white; // In yourUse @body-bg 
	opacity:0.9;
}
.omb_login .omb_socialButtons a:hover {
    color: white;
	opacity:1;    	
}
.omb_login .omb_socialButtons .omb_btn-facebook {background: #3b5998;}
.omb_login .omb_socialButtons .omb_btn-twitter {background: #00aced;}
.omb_login .omb_socialButtons .omb_btn-google {background: #c32f10;}


.omb_login .omb_loginOr {
	position: relative;
	font-size: 1.5em;
	color: #aaa;
	margin-top: 1em;
	margin-bottom: 1em;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
}
.omb_login .omb_loginOr .omb_hrOr {
	background-color: #333;
	height: 1px;
	margin-top: 0px !important;
	margin-bottom: 0px !important;
}
.omb_login .omb_loginOr .omb_spanOr {
	display: block;
	position: absolute;
	left: 50%;
	top: -0.6em;
	margin-left: -1.5em;
	color:#333;
	width: 3em;
	text-align: center;
}			

.omb_login .omb_loginForm .input-group.i {
	width: 2em;
}
.omb_login .omb_loginForm  .help-block {
    color: red;
}

	
@media (min-width: 768px) {
    .omb_login .omb_forgotPwd {
        text-align: right;
		margin-top:10px;
 	}		
}	

.omb_login .omb_loginOr .omb_spanOr {background:#FFF;}

/* CUSTOM SITE STYLES */
html, body {overflow-x: hidden;}
body {
	font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    line-height: 1.652857143;
}

.canvas-backgrd {background-color:#687F9E;}

.paddingbot {padding-bottom:25px;}
.mainframe {border-right: 10px solid #4F6070; border-left:10px solid #4F6070; border-bottom:10px solid #4F6070;}
.sea-image {background: rgba(247, 229, 215, 9) url("../images/SEA-bkgrd2.png") no-repeat center bottom;}
.mainframe2 {border-right: 10px solid #775566; border-left:10px solid #775566; border-bottom:10px solid #775566;}
.optical-image {background: rgba(244, 244, 244, 9) url("../images/optical-image.png") repeat center bottom;}
.header-back {background: rgba(221, 224, 239, 0) url("../images/header-bkgrd.jpg") no-repeat center top;}
.page-logo {padding:10px 10px 0px 10px;} 
.header-text1 {font-weight:700; color:#000; text-align:center; margin-top:10px; font-size:18px; line-height: 1.42857143; font-family: 'Merriweather', serif;
 }
.header-phone {font-family: 'Merriweather', serif; color:#000; font-size:30px; font-weight:700; text-align:center;}
.header-phone a, .header-phone a:link, .header-phone a:visited {color:#000; text-decoration:none;}
.header-phone a:hover {text-decoration:none; color:#000;}

.header-menu {list-style:none; list-style-type:none; font-size:16px;color:#FFF; padding-top:0px;}
.header-menu li, .header-menu > li {display:inline; list-style:none; list-style-type:none; padding-top:0px;}
.header-menu li, .header-menu > li a, .header-menu li, .header-menu > li a:link {color:#FFF;}
.header-menu a:hover {text-decoration:none; color:#FFF; text-shadow:#FFF 0 0 6px;}

ul.header-menu > li
{
  border-right:#FFF 1px solid; margin-right:5px;
}
ul.header-menu > li:last-child
{
  border-right:none;
}

.headernavbar {background:#4F6070;}

.subtle-pattern.snow{background:url(../images/patterns/snow.png);}
.subtle-pattern.brushed{background:url(../images/patterns/brushed.png);}
.subtle-pattern.mochagrunge{background:url(../images/patterns/mochaGrunge.png);}
.subtle-pattern.zwartevilt{background:url(../images/patterns/zwartevilt.png);}



/*main nav*/
.drop-shadow {
        -webkit-box-shadow: 2px 7px 8px -6px rgba(0,0,0,0.75);
-moz-box-shadow: 2px 7px 8px -6px rgba(0,0,0,0.75);
box-shadow: 2px 7px 8px -6px rgba(0,0,0,0.75);
    }
.navback {background:#000;}
.margbot {margin-bottom:15px;}
.navbar-default {
 margin-bottom: 0;
	border:none;
	border-radius: 0;
  background:#000;
  padding-top:0px;
  padding-bottom:0px;
}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
    background-color: #3A7AB1;
    color: #fff;
}


@media (min-width: 768px){
.navbar-nav{
    margin: 0 auto;
    display: table;
    table-layout: fixed;
    float:none;
	background:transparent!important;
}

.navbar-default .nav>li>a {
font-weight:600;
font-size:16px;
color:#FFF;
}

.navbar-default .nav>li>a:hover, .navbar-default .nav>li>a:focus {
color:#FFF;
transition:ease 0.5s;
/*background:rgba(0,0,0,0.123);*/
background:#B62D3F;
}

}


.topbar-backgrd {background-color:#01466B; min-height: 50px;} 

.transwidget {text-align:right; float:right;}
		

.footsoc {float:right; text-align:right;}	

.whitebar {color:#FFF;}
.headerbkgrd {color:#FFF;}

h1, h2, h3 {font-family: 'Merriweather', serif;
}
h1 {
  font-size: 24px;
  color: #000;
  text-align: left;
  font-weight:700;
}

h2 {
  font-size: 24px;
  color: #000;
  text-align: left;
  font-weight:700;
  margin-top:10px;
  margin-bottom:5px;
}

h3 {
  font-size: 24px;
  color: #000;
  font-weight:700;
  text-align: left;
  line-height: 1.452857143;
}

h4 {
  font-size: 16px;
  color: #000;
  text-align: left;
  font-weight:600;
  margin-bottom:5px;
  
}

h5 {
  font-size: 16px;
  color: #C53144;
  text-align: left;
  font-weight:600;
  margin-bottom:5px;
  margin-top:15px;
  
}

h6 {
  font-size: 14px;
  color: #000;
  text-align: left;
  font-weight:600;
  margin-bottom:5px;
  margin-top:5px;
  
}



/*Bootstrap Carousel Advanced*/
.image-carousel-3 {
	-webkit-background-size: cover;
		-moz-background-size: cover;
		-o-background-size: cover;
  background-size: cover;
  height:350px;
}

.carousel-caption {
	background:none; 
	/*background:rgb(0,0,0); 
	background:rgba(0,0,0,0.6);*/
}

/*footer navigation*/

.footerbkgrd {background-color:#01466B;} 

footer {padding-bottom:50px;}

.footer {color:#FFF; font-size:14px;}

.footer-content h4 {color:#FFF; font-weight:700;}

.footer a, .footer a:link, .footer a:visited {color:#FFF; text-decoration:none;}
.footer a:hover {text-decoration:none; color:#FFF; text-shadow:#FFF 0 0 6px;}	

.footernav {
	margin: 18px auto;
	text-align: center;
	color:#FFF;
	}
	
.footernav a, .footernav a:link, .footernav a:visited {color:#FFF; text-transform:uppercase; font-size:11px;}
.footernav a:hover {text-decoration:none; text-shadow:#FFF 0 0 6px; text-align:center;}	

/*Footer Template*/
.foopad {padding-top:20px;}
.footext {color:#FFF; font-size:10px; text-transform:uppercase; margin-bottom: 10px;}
  
.footnav,
.footnav ul li a,
.footnav ul li a:link,
.footnav ul li a:visited {color:#FFF}
.footnav a:hover {color:#FFF; text-shadow:#FFF 0 0 6px;}

/*styles*/
.center-table
{
  margin: 0 auto !important;
  float: none !important;
}
.mainhere {padding-top:0px; padding-bottom:15px;}
.contentpad {padding-top: 15px;}
.mainpad {padding-right:10px; padding-left:10px;}

.thumbnail .caption {
    text-align: center;}

/*Feater Box Styles*/
.slick-slider {
    margin-bottom: 15px;
}

.slick-no-gutter .slick-slide {
	margin-right: 5px; margin-left:5px; 
}

 /* Breadcrumbs */
/*.breadcrumb-marg {margin-top:10px;}*/
.breadcrumb {
	background:none transparent; border:none;
	font-size: 12px;}

.breadcrumb {
  background:none transparent; border:none;
  padding: 8px 5px;
  margin-bottom: 5px;
  list-style: none;
  background-color: none;
  border-radius: 4px;
}

.breadcrumb {font-size: 10pt; color: #A9A9A9; text-decoration: none; font-weight: normal}
.breadcrumb:link {color: #b0c4de; text-decoration: none;}
.breadcrumb:visited {color: #b0c4de; text-decoration: none;}
.breadcrumb:hover  {color: #add8e6; text-decoration: none;}
.breadcrumb:active  {color: #b0c4de; text-decoration: none;}

.breadcrumb > li {
  display: inline-block;
}

/*.breadcrumb > li + li:before {
  padding: 0 5px;
  color: #a9a9a9;
  content: "/\00a0";
}*/

.breadcrumb > .active {
  color: #a9a9a9;
}

/*IG Interface Fix*/
.disabled {
	font-size: 16px;
}
.label {color:#000;}

/* MAG SLICK CONTENT CAROUSEL */

.mag-slick .slick-prev, .mag-slick .slick-next {
	height:100%; width:30px;
	background:#8C2300!important;
	margin-top:0;
margin-bottom:0; 
}
.mag-slick .slick-prev:before, .mag-slick .slick-next:before {
	color:#000;
}

.mag-slick .slick-prev:before, .mag-slick .slick-next:before { 
font-family: FontAwesome; 
font-size: 20px; 
color: #FFF; 
top:0; bottom:0; left:0; right:0;

}   

.mag-slick .slick-prev:before { content: "\f053"; }
.mag-slick  [dir="rtl"] .slick-prev:before { content: "\f054"; }

.mag-slick .slick-next:before { content: "\f054"; }
.mag-slick [dir="rtl"] .slick-next:before { content: "\f053"; }
.mag-slick .slick-prev, .mag-slick .slick-prev:hover {
left: -30px;
top:0;
}
.mag-slick .slick-next, .mag-slick  .slick-next:hover {
right: -30px;
top:0;
}
.mag-slick .slick-prev:hover, .mag-slick .slick-prev:focus, .mag-slick .slick-next:hover, .mag-slick .slick-next:focus {
outline: none;
background: #333333;
color: #666;
transition: ease 0.4s;
}


/*Brand slider*/
.logo-array {padding-top:15px; padding-bottom:15px;}
.logo-array .slick-slider {
    margin-bottom: 0;
}

.logo-array h3 {
	color:#FFF; font-style:italic; margin-top:10px; margin-bottom:10px; font-weight:400;
}

/* BOOTSTRAP NAV HOVER DROPDOWN */

@media (min-width:768px) {
.dropdown:hover .dropdown-menu {
	font-size:16px;
 }
}

/*MOBILE DROPDOWN COLORS*/
@media (max-width: 767px) {

.navbar-default .navbar-nav > li > a {
    color: #FFF;
}

.navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #99E5FF;
}

.dropdown-menu > li > a {
   color: #999;   
}

.navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #FFF;
  }
  
  .navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #DDD;
}

}


/*HOME FEATURE BOXES*/
.caption hr{margin-top:0px;}

/*sub page tweak for top banner*/
.no-padding {
    padding: 0;
	margin-top:0;
}

/*Row Ten fix to display 5 feature boxes*/

@media (min-width:768px) {
.row-ten .col-sm-1 {width:10%}
  .row-ten .col-sm-2 {width:20%}
  .row-ten .col-sm-3 {width:30%}
  .row-ten .col-sm-4 {width:40%}
  .row-ten .col-sm-5 {width:50%}
  .row-ten .col-sm-6 {width:60%}
  .row-ten .col-sm-7 {width:70%}
  .row-ten .col-sm-8 {width:80%}
  .row-ten .col-sm-9 {width:90%}
  .row-ten .col-sm-10 {width:100%}
  .row-ten {text-align:left;}
}


/*SIDE NAVIGATION styles*/

.well {
    background-color: rgba(245, 245, 245, 0.7);
}

.panel-default > .panel-heading {
    background-color: #3A7AB1;
    border-color: #ddd;
    color: #333;
}

.panel-title > a {
    color: #FFF;
    text-decoration: none;
}

.list-group-item {
    background-color: #fff;
    border: 0px solid #ddd;
}

.sidebar-pad {padding-top:20px;}

