@charset "utf-8";
/* CSS Document */

/*top bar search*/
@import url('https://fonts.googleapis.com/css?family=Open+Sans');


.searchbox-input {
	
	width:90%;
	margin-left:13%;
}

/*Counter*/
/*-=-=-=-=-=-=-=-=-=-=-=- */
/* Column Grids */
/*-=-=-=-=-=-=-=-=-=-=-=- */

.col_half { width: 49%; }
.col_third { width: 32%; }
.col_fourth { width: 23.5%; }
.col_fifth { width: 18.4%; }
.col_sixth { width: 15%; }
.col_three_fourth { width: 74.5%;}
.col_twothird{ width: 66%;}
.col_half,
.col_third,
.col_twothird,
.col_fourth,
.col_three_fourth,
.col_fifth{
	position: relative;
	display:inline;
	display: inline-block;
	float: left;
	margin-right: 2%;
	margin-bottom: 20px;
}
.end { margin-right: 0 !important; }
/* Column Grids End */

.wrapper { width: 980px; margin: 30px 50px 0 150px; position: relative;}
.counter { padding: 20px 0; border-radius: 5px; }
.count-title { font-size: 40px; font-weight: normal;  margin-top: 10px; margin-bottom: 0; text-align: center;color:#fff; }
.count-text { font-size: 13px; font-weight: 700;  margin-top: 10px; margin-bottom: 0; text-align: center; text-transform:uppercase; }
.fa-2x { margin: 0 auto; float: none; display: table; color: #4ad1e5; }

ul.breadcrumbs_2 > li {
	font-family: 'Open Sans', sans-serif;
	text-transform:uppercase;
	font-size:12px;
}

h1#bbd {
	color:#304e6e;
}