#wrapper {background: #FFF;box-shadow:0 0 15px rgba(0,0,0,.85);padding: 0;}

/* HEADER */
header{
	background:#FFF;
	margin:0 auto;
	padding:0;
	-webkit-transition: height 0.3s;
    -moz-transition: height 0.3s;
    -ms-transition: height 0.3s;
    -o-transition: height 0.3s;
    transition: height 0.3s;
	z-index:100000;
	position:relative;
	clear:both;
	border-top:4px solid #142f21;
	box-shadow:0 1px 12px rgba(0,0,0,1), 0 0 6px rgba(0,0,0,.2);
}
header .container{position:relative;}
#brand a{
	display: inline-block;
	margin: 0;
	text-align: center;
	font-family: 'roboto-condensed-bold';
	text-transform:uppercase;
	font-size:18px;
	color:#be9929;
	text-decoration:none;
	line-height:1;
}
#brand a span{font-size:28px;}
#brand a div#name{ padding-top:8px;}

#home #brand a{ text-align:left;font-size:14px;display: block;}
#home #brand a div#name{ padding-top:12px;}
#home #brand a span{font-size:20px;}
#home #brand a img{float:left; margin-right:10px;}

@media (max-width: 991px) {
	#brand{width:220px;padding:10px 0;}
	#brand a div#name{padding-top:5px;}
	#home #brand a img {height: 60px;}
}
@media (max-width:767px) {
	#brand{ margin:0 auto;}
}
@media (min-width: 992px) {
	#brand a div#name{ padding-top:0;}
	#home #brand a div#name{ padding-top:35px;}
	#brand{border-right:1px solid #d8d8d8;}
	#brand a{margin:35px 0; font-size:21px}
	#home #brand a{margin:8px 0;}
	#brand a span{font-size:30px;}
}

@media (min-width: 1200px) {
	#brand a{font-size:26px;}
	#brand a span{font-size:37px;}
	#home #brand a div#name{ padding-top:28px;}
	#home #brand a{font-size:21px;margin:12px 0;}
	#home #brand a span{font-size:30px;}
}

/* Header Right*/
#header-right{padding:0; position:initial}
ul#right-top{padding:0;}
@media (min-width: 992px) {ul#right-top{padding-left:8px;padding-bottom:20px;}}
ul#right-top li{
	float:left;
	list-style:none;
	display:block;
	min-height:40px;
	width: auto;
	padding-right:1.5%;
}
@media (min-width: 600px){ul#right-top li{padding-right:5%;}}
@media (min-width: 768px){ul#right-top li{ padding:0 15px;border-right:1px solid #d8d8d8;}}

@media (min-width: 768px) and (max-width: 991px) {
	ul#right-top{ margin-left:15px;}
	ul#right-top li{ margin-top:20px; min-height:auto;}
}

@media (min-width: 992px) {
	ul#right-top li{ width:auto; min-width:auto; min-height:auto; padding-bottom:0;}
	ul#right-top li:nth-child(1n), ul#right-top li:nth-child(2n){margin-top:15px;}
	ul#right-top li:nth-child(2n){ border:none;}
	
}
ul#right-top li select{width:100%;}

/* Search */
ul#right-top li#search{ width:38%;}
ul#right-top li#search input{ width:77%; margin:0;}
ul#right-top li#search button{ width:20%; padding-left:0; padding-right:0; text-align:center; margin:0;}

@media (min-width: 992px) {ul#right-top li#search{width:30%;}}
@media (min-width: 1200px) {ul#right-top li#search{width:31%;}}

/* Quick Access */
ul#right-top li#quick-access img{float:left;margin-right:10px;margin-top:-10px;display:none;}
ul#right-top li#quick-access{line-height:1.2; padding-right:0}

@media (min-width: 768px) {ul#right-top li#quick-access{padding-right:0;padding-left:20px;border:none;}}
@media (min-width: 992px) {
	ul#right-top li#quick-access{
		background:url(../images/header-top.png) 0 0 repeat !important;
		height:43px;
		padding:10px 15px;
		color:#FFF;
		margin-top:0;
		float:right;
		box-shadow:inset 0 0 30px rgba(0,0,0,.75);
	}
	ul#right-top li#quick-access br{ display:none;}
	ul#right-top li#quick-access a{color:#FFF;font-size:12px;padding-left:15px;text-decoration:none;}
	ul#right-top li#quick-access img{ display: block;}
}
@media (min-width: 1200px) {ul#right-top li#quick-access strong{ font-size:18px}}

/* Quick Access Div */

#panel {display: none; text-shadow:0 2px 0 #000;}
#panel div#csb-header{background:#22a8c4 url(../images/csb-header.png) 0 0 repeat-x;}

#csb-logo {padding-top:10px;}
@media (min-width: 992px) {#csb-logo {max-height:110px;}}
#csb-logo div#emblem{ text-align:right}
#csb-logo img{height:50px;}
#csb-name{
	text-transform:uppercase;
	font-weight:600;
	line-height:1.2;
	color:#f2b502;
	font-size:11px;
	padding-top:3px;
}
#csb-name span{
	font-family:"Times New Roman", Times, serif;
	text-transform: capitalize;
	font-size:14px;
	color:#FFF;
	font-weight:300;
}
@media (min-width: 768px) {#csb-name{ padding-top:8px;}}
@media (min-width: 992px) {
	#csb-logo{height:90px;}
	#csb-logo img{height:100px;}
	#csb-name{font-size:16px;padding-top:10px;}
	#csb-name span{font-size:28px;}
	#csb-logo div#emblem{ text-align: center}
}
@media (min-width: 1200px) {
	#csb-name{padding-top:20px;}
	#csb-logo{height:110px;}
	#csb-logo img{height: auto;}
	#csb-name{font-size:16px;}
	#csb-name span{font-size:28px;}
}

/* CSB MENU */
#panel div#csb-menu{
	background: url(../images/csb-menu-top.png) 0 0 repeat-x,
				#092f48 url(../images/csb-menu-bottom.png) 0 bottom repeat-x;
	padding:0;
	height: auto;
	color:#FC0;
	border-top:1px solid #FFF;
	border-bottom:1px solid #25573d;
}
#panel div#csb-menu ul{
	margin:0;
	padding:7px 0;
	list-style:none;
	font-size:0;
	text-align:center
}
#panel div#csb-menu ul li{display:inline-block;}
#panel div#csb-menu ul li a{
	display:block;
	font-size:12px;
	font-weight:600;
	padding:0 10px;
	color:#FFF;
}
#panel div#csb-menu ul li a:hover{color:#f2b502;text-decoration:none;}
@media (min-width: 992px) {
	#panel div#csb-menu ul{text-align: left; padding:0;}
	#panel div#csb-menu ul li a{padding:15px 15px;font-size:14px;text-transform:uppercase;}	
}
@media (min-width: 1200px) {
	#panel div#csb-menu ul li a{padding:15px 20px;}
	#panel div#csb-menu ul li:first-child a{padding-left:0;}		
}

/* FOOTER */
footer {
	background: url(../images/footer.png) repeat;
	clear: both;
	padding: 25px 0 0 !important;
	text-align:center;
	color:#FFF;
}
.footer-nav li{display:inline;margin:0 5px;}
.footer-nav li.divider{letter-spacing:-2px;}
footer a{color:#FFF;}
footer a:hover{color:#FFF;}

#copy{
	background:rgba(0,0,0,0.25);
	padding:15px 15px;
	margin-top:25px;
	font-size:12px;
}
#copy span{
	display:inline-block;
	padding:0 10px;
}

/* SPACER */
.spacer-xs{height:5px; clear:both;}
.spacer-s{height:10px; clear:both;}
.spacer-n{height:15px; clear:both;}
.spacer-l{height:20px; clear:both;}
.spacer-xl{height:25px; clear:both;}
.spacer-xxl{height:30px; clear:both;}
@media (min-width:768px) {
	.spacer-xs{height:10px;}
	.spacer-s{height:15px;}
	.spacer-n{height:20px;}
	.spacer-l{height:25px;}
	.spacer-xl{height:30px;}
	.spacer-xxl{height:35px;}
}
@media (min-width:992px) {
	.spacer-xs{height:15px;}
	.spacer-s{height:20px;}
	.spacer-n{height:25px;}
	.spacer-l{height:30px;}
	.spacer-xl{height:35px;}
	.spacer-xxl{height:40px;}
}

/* CLEAR FLOAT */
.clearfix:before, .clearfix:after {content: " ";display: table;}
.clearfix:after {clear: both;}

/* Images */
.img-left, .img-right, .alignleft, .alignright {display: block;margin: 0 0 20px;}

@media (min-width:768px) {
	.img-left, .alignleft {float: left;margin: 0 20px 10px 0}
	.img-right, .alignright {float: right;margin: 0 0 10px 20px}
}

/* BASIC STRUCTURE */
.container {margin-right: auto;margin-left: auto;padding-right: 15px;padding-left: 15px;}.container:before, .container:after {content: " ";display: table;}.container:after {clear: both;}.row {margin-right: -15px;margin-left: -15px;}.row:before, .row:after {content: " ";display: table;}.row:after {clear: both;}/* Grid */.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {min-height: 1px;padding-left: 15px;padding-right: 15px;position: relative;}.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11 {float: left;}.col-xs-1 {width: 8.333333333333332%;}.col-xs-2 {width: 16.666666666666664%;}.col-xs-3 {width: 25%;}.col-xs-4 {width: 33.33333333333333%;}.col-xs-5 {width: 41.66666666666667%;}.col-xs-6 {width: 50%;}.col-xs-7 {width: 58.333333333333336%;}.col-xs-8 {width: 66.66666666666666%;}.col-xs-9 {width: 75%;}.col-xs-10 {width: 83.33333333333334%;}.col-xs-11 {width: 91.66666666666666%;}.col-xs-12 {width: 100%;}@media (min-width: 768px) {.container {max-width: 750px;}.col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11 {float: left;}.col-sm-1 {width: 8.333333333333332%;}.col-sm-2 {width: 16.666666666666664%;}.col-sm-3 {width: 25%;}.col-sm-4 {width: 33.33333333333333%;}.col-sm-5 {width: 41.66666666666667%;}.col-sm-6 {width: 50%;}.col-sm-7 {width: 58.333333333333336%;}.col-sm-8 {width: 66.66666666666666%;}.col-sm-9 {width: 75%;}.col-sm-10 {width: 83.33333333333334%;}.col-sm-11 {width: 91.66666666666666%;}.col-sm-12 {width: 100%;}.col-sm-push-1 {left: 8.333333333333332%;}.col-sm-push-2 {left: 16.666666666666664%;}.col-sm-push-3 {left: 25%;}.col-sm-push-4 {left: 33.33333333333333%;}.col-sm-push-5 {left: 41.66666666666667%;}.col-sm-push-6 {left: 50%;}.col-sm-push-7 {left: 58.333333333333336%;}.col-sm-push-8 {left: 66.66666666666666%;}.col-sm-push-9 {left: 75%;}.col-sm-push-10 {left: 83.33333333333334%;}.col-sm-push-11 {left: 91.66666666666666%;}.col-sm-pull-1 {right: 8.333333333333332%;}.col-sm-pull-2 {right: 16.666666666666664%;}.col-sm-pull-3 {right: 25%;}.col-sm-pull-4 {right: 33.33333333333333%;}.col-sm-pull-5 {right: 41.66666666666667%;}.col-sm-pull-6 {right: 50%;}.col-sm-pull-7 {right: 58.333333333333336%;}.col-sm-pull-8 {right: 66.66666666666666%;}.col-sm-pull-9 {right: 75%;}.col-sm-pull-10 {right: 83.33333333333334%;}.col-sm-pull-11 {right: 91.66666666666666%;}.col-sm-offset-1 {margin-left: 8.333333333333332%;}.col-sm-offset-2 {margin-left: 16.666666666666664%;}.col-sm-offset-3 {margin-left: 25%;}.col-sm-offset-4 {margin-left: 33.33333333333333%;}.col-sm-offset-5 {margin-left: 41.66666666666667%;}.col-sm-offset-6 {margin-left: 50%;}.col-sm-offset-7 {margin-left: 58.333333333333336%;}.col-sm-offset-8 {margin-left: 66.66666666666666%;}.col-sm-offset-9 {margin-left: 75%;}.col-sm-offset-10 {margin-left: 83.33333333333334%;}.col-sm-offset-11 {margin-left: 91.66666666666666%;}}@media (min-width: 992px) {.container {max-width: 970px;}.col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11 {float: left;}.col-md-1 {width: 8.333333333333332%;}.col-md-2 {width: 16.666666666666664%;}.col-md-3 {width: 25%;}.col-md-4 {width: 33.33333333333333%;}.col-md-5 {width: 41.66666666666667%;}.col-md-6 {width: 50%;}.col-md-7 {width: 58.333333333333336%;}.col-md-8 {width: 66.66666666666666%;}.col-md-9 {width: 75%;}.col-md-10 {width: 83.33333333333334%;}.col-md-11 {width: 91.66666666666666%;}.col-md-12 {width: 100%;}.col-md-push-0 {left: auto;}.col-md-push-1 {left: 8.333333333333332%;}.col-md-push-2 {left: 16.666666666666664%;}.col-md-push-3 {left: 25%;}.col-md-push-4 {left: 33.33333333333333%;}.col-md-push-5 {left: 41.66666666666667%;}.col-md-push-6 {left: 50%;}.col-md-push-7 {left: 58.333333333333336%;}.col-md-push-8 {left: 66.66666666666666%;}.col-md-push-9 {left: 75%;}.col-md-push-10 {left: 83.33333333333334%;}.col-md-push-11 {left: 91.66666666666666%;}.col-md-pull-0 {right: auto;}.col-md-pull-1 {right: 8.333333333333332%;}.col-md-pull-2 {right: 16.666666666666664%;}.col-md-pull-3 {right: 25%;}.col-md-pull-4 {right: 33.33333333333333%;}.col-md-pull-5 {right: 41.66666666666667%;}.col-md-pull-6 {right: 50%;}.col-md-pull-7 {right: 58.333333333333336%;}.col-md-pull-8 {right: 66.66666666666666%;}.col-md-pull-9 {right: 75%;}.col-md-pull-10 {right: 83.33333333333334%;}.col-md-pull-11 {right: 91.66666666666666%;}.col-md-offset-0 {margin-left: 0;}.col-md-offset-1 {margin-left: 8.333333333333332%;}.col-md-offset-2 {margin-left: 16.666666666666664%;}.col-md-offset-3 {margin-left: 25%;}.col-md-offset-4 {margin-left: 33.33333333333333%;}.col-md-offset-5 {margin-left: 41.66666666666667%;}.col-md-offset-6 {margin-left: 50%;}.col-md-offset-7 {margin-left: 58.333333333333336%;}.col-md-offset-8 {margin-left: 66.66666666666666%;}.col-md-offset-9 {margin-left: 75%;}.col-md-offset-10 {margin-left: 83.33333333333334%;}.col-md-offset-11 {margin-left: 91.66666666666666%;}}@media (min-width: 1200px) {.container {max-width: 1170px;}.col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11 {float: left;}.col-lg-1 {width: 8.333333333333332%;}.col-lg-2 {width: 16.666666666666664%;}.col-lg-3 {width: 25%;}.col-lg-4 {width: 33.33333333333333%;}.col-lg-5 {width: 41.66666666666667%;}.col-lg-6 {width: 50%;}.col-lg-7 {width: 58.333333333333336%;}.col-lg-8 {width: 66.66666666666666%;}.col-lg-9 {width: 75%;}.col-lg-10 {width: 83.33333333333334%;}.col-lg-11 {width: 91.66666666666666%;}.col-lg-12 {width: 100%;}.col-lg-push-0 {left: auto;}.col-lg-push-1 {left: 8.333333333333332%;}.col-lg-push-2 {left: 16.666666666666664%;}.col-lg-push-3 {left: 25%;}.col-lg-push-4 {left: 33.33333333333333%;}.col-lg-push-5 {left: 41.66666666666667%;}.col-lg-push-6 {left: 50%;}.col-lg-push-7 {left: 58.333333333333336%;}.col-lg-push-8 {left: 66.66666666666666%;}.col-lg-push-9 {left: 75%;}.col-lg-push-10 {left: 83.33333333333334%;}.col-lg-push-11 {left: 91.66666666666666%;}.col-lg-pull-0 {right: auto;}.col-lg-pull-1 {right: 8.333333333333332%;}.col-lg-pull-2 {right: 16.666666666666664%;}.col-lg-pull-3 {right: 25%;}.col-lg-pull-4 {right: 33.33333333333333%;}.col-lg-pull-5 {right: 41.66666666666667%;}.col-lg-pull-6 {right: 50%;}.col-lg-pull-7 {right: 58.333333333333336%;}.col-lg-pull-8 {right: 66.66666666666666%;}.col-lg-pull-9 {right: 75%;}.col-lg-pull-10 {right: 83.33333333333334%;}.col-lg-pull-11 {right: 91.66666666666666%;}.col-lg-offset-0 {margin-left: 0;}.col-lg-offset-1 {margin-left: 8.333333333333332%;}.col-lg-offset-2 {margin-left: 16.666666666666664%;}.col-lg-offset-3 {margin-left: 25%;}.col-lg-offset-4 {margin-left: 33.33333333333333%;}.col-lg-offset-5 {margin-left: 41.66666666666667%;}.col-lg-offset-6 {margin-left: 50%;}.col-lg-offset-7 {margin-left: 58.333333333333336%;}.col-lg-offset-8 {margin-left: 66.66666666666666%;}.col-lg-offset-9 {margin-left: 75%;}.col-lg-offset-10 {margin-left: 83.33333333333334%;}.col-lg-offset-11 {margin-left: 91.66666666666666%;}}

/* TRANSITION */
a {
	-moz-transition: all .25s ease-in-out;
	-webkit-transition: all .25s ease-in-out;
	-o-transition: all .25s ease-in-out;
	-ms-transition: all .25s ease-in-out;
	transition: all .25s ease-in-out;
}
