@import url("font-awesome.min.css");
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: url(../fonts/OpenSans.eot);
  src: local('Open Sans'), local('OpenSans'), url(../fonts/OpenSans.eot) format('embedded-opentype'), url('../fonts/OpenSans-Regular.ttf') format('truetype'), url(../fonts/OpenSans-Regular.woff) format('woff');
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 600;
  src: local('Open Sans Semibold'), local('OpenSans-Semibold'), url('../fonts/OpenSans-Semibold.ttf') format('truetype'), url(../fonts/OpenSans-Semibold.woff) format('woff');
}
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 400;
  
  src: local('Open Sans Italic'), local('OpenSans-Italic'), url('../fonts/OpenSans-Italic.ttf') format('truetype'), url(../fonts/OpenSans-Italic.woff) format('woff');
}
body {
	font-family: 'Open Sans',sans-serif;
}
a:hover {
    text-decoration: none;
}
.features li {
    list-style-image: url("../img/features-ok.png");
    margin: 5px 0 0 10px;
}
.features ul ul li {
    list-style-image: url("../img/features-ok-gray.png");
    margin: 5px 0 0 10px;
}
.logo {
	max-width: 85px;	
	position: absolute;
	z-index: 1;
}
.box:hover {
	border: 1px solid #337ab7;
	background-color: #fff;
}
.box {
	border: 1px solid #ccc;
	padding: 10px;
	margin-bottom: 10px;
	border-radius: 5px;
	background-color: #f5f5f5;
}
.box .title {
	font-size: 18px;
	vertical-align: top;
}
.box .description {
	color: #777;
	font-size: 12px;
	display: block;
	max-height: 3em;
	overflow: hidden;
	text-overflow: ellipsis;
}
.box img {
	float: left;
	margin-right: 10px;
}

@media (min-width: 768px) {
  .box img {
    width: 64px;
  }
}

@media (max-width: 768px) {
  .box img {
    width: 32px;
  }
}

.footer {
padding: 20px 0;
background: #6E8243;
color: #fff;
}

.carousel-img  {
	width: 160px;
	float: right;
}

ul.gallery li {
	list-style: none;
	margin-left: -25px;
}
.next {
float: right;
text-align: right;
}
.carousel-caption h1 {
	text-shadow: 1px 1px 2px #000;
}
.header {
	background-color: #ccc;
}
img.header-img {
	margin: 20px 0px;
	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	filter: grayscale(100%);
}
img.header-img:hover {
	-webkit-filter: grayscale(0%);
	-moz-filter: grayscale(0%);
	filter: grayscale(0%);
}
img.header-img-active {
	margin: 20px 0px;
}
@media (max-width: 768px) {
	img.header-img {
		width: 32px;
	}
}
@media (max-width: 992px) {
	img.header-img {
		width: 48px;
	}
	img.header-img-active {
		width: 64px;
	}
	.header img.logo {
		height: 84px;
	}
}
@media (min-width: 992px) {
	img.header-img {
		width: 64px;
	}
	img.header-img-active {
		width: 96px;
	}
	.header img.logo {
		height: 116px;
	}
}

.map-container {
	margin-top: 10px;
	border: 1px solid #ccc;
	padding: 3px;
}
 #map-canvas {
	height: 300px;
	
}
.btn-facebook {
	color: #fff;
	background-color: #3b5998;
	border-color: rgba(0,0,0,0.2);
}
.btn-facebook:hover {
	color: #fff;
	background-color: #2d4373;
	border-color: rgba(0,0,0,0.2);
}
.btn-twitter {
	color: #fff;
	background-color: #55acee;
	border-color: rgba(0,0,0,0.2);
}
.btn-twitter:hover {
	color: #fff;
	background-color: #2795e9;
	border-color: rgba(0,0,0,0.2);
}
.modal-body img {
	margin-left: auto;
	margin-right: auto;
	max-height: 500px;
}



.navbar-nav li a {
    color: white;
    font-family: "Open Sans",arial,sans-serif;
    font-size: 15px;
    font-style: normal;
    font-weight: normal;
    height: 86px;
    line-height: 15px;
    padding-bottom: 30px;
    padding-top: 37px;
}
.under-slider {
    background: none repeat scroll 0 0 #fffff0;
    border-bottom: 1px solid #ececec;
    padding: 15px 0;
	margin-bottom: 10px;
}
.under-slider  h1, .under-slider  h3 {
	margin-top: 0px;
}
#clouds {
    background: url("../img/clouds.png") repeat scroll 0 0 rgba(0, 0, 0, 0);
    display: block;
    height: 64px;
    margin-top: -63px;
    position: relative;
    z-index: 1000;
}
.under-slider span {
    color: #333333;
    font-size: 28px;
    line-height: 32px;
}
.navigation {
	background-color: #861020;
}
.navbar-nav li a:hover, .nav > li > a:focus {
    background: none repeat scroll 0 0 #51141b;
    transition: background-color 0.5s ease 0s;
}
@media (max-width: 768px) {
	.navbar-nav li a {
		height: 36px;
		padding: 10px 0px 0px 10px;
	}
	.navbar-nav li.active {
		background-color: #51141b;		
	}
	.navbar-nav > .active > a {
		border: 0px solid #000;
		border-left: 5px solid #d23641;
	}
	.logo {
		width: 64px;
	}
}
#clouds-footer {
    background: url("../img/clouds-2.png") repeat scroll 0 0 rgba(0, 0, 0, 0);
    display: block;
    height: 64px;
}
.content-box.box-default, .content-box.box-left {
    background-color: #f9f9f9;
    border: 1px solid #ddd;
}
.content-box  .box-heading {
    margin-bottom: 5px;
    margin-top: 0;
	text-align: left;
	font-size: 18px;
    font-weight: bold;
}
.content-box .box-left img {
    float: left;
	width: 180px;
	max-height: 180px;
}
.content-box .box-right img {
		float: right;
		width: 180px;
		max-height: 180px;
}
#content-box-1 { min-height: 200px; }
#content-box-2 { min-height: 170px; }
@media (max-width: 1200px) {
	#content-box-1 { min-height: 280px; }
	#content-box-2 { min-height: 240px; }
}
@media (max-width: 992px) {
	.content-box .box-left img {
		float: none;
		text-align: center;
	}
	#content-box-1 { min-height: 390px; }
	#content-box-2 { min-height: 315px; }
	.content-box .box-heading , .content-box span { text-align: center; }
}
@media (max-width: 768px) {
	.content-box .box-left img {
		float: left;
		min-height: 10px;
	}
	#content-box-1 { min-height: 10px; }
	#content-box-2 { min-height: 10px; }
	.content-box .box-heading , .content-box span { text-align: left; }
}
@media (max-width: 450px) {
	.content-box .box-left img {
		float: none;
	}
	.content-box .box-heading , .content-box span { text-align: center; }
}
.content-box .box-body {
	display: table-cell;
    vertical-align: top;
	padding-left: 10px;
	text-align: left;
}
.content-box {
    display: block;
    margin-bottom: 5px;
    overflow: hidden;
    padding: 15px;
    text-align: center;
	/*min-height: 350px;*/
}
.filemanager {
    border-top: 1px solid #ccc;
}
.filemanager a, .filemanager label {
    border-bottom: 1px solid #ccc;
    color: #000;
    display: block;
    float: none;
    margin-bottom: 1px;
    padding: 10px 7px 10px 42px;
    text-decoration: none;
	font-size: 12px;
	font-weight: normal;
}
.filemanager a span, .filemanager label span{    
	font-weight: bold;
	font-size: 14px;
}
.filemanager a:hover, .filemanager a.folder:hover {
    background-color: #ffc;
}
.filemanager a.folder {
	background-image: url(../img/icons/folder.png);
	background-repeat: no-repeat;
	background-position: left top;
	background-color: #EDEDED;
}.filemanager a.pdf {
	background-image: url(../img/icons/pdf.png);
	background-repeat: no-repeat;
	background-position: left top;
}.filemanager a.word {
	background-image: url(../img/icons/word.png);
	background-repeat: no-repeat;
	background-position: left top;
}.filemanager a.excel {
	background-image: url(../img/icons/excel.png);
	background-repeat: no-repeat;
	background-position: left top;
}.filemanager a.zip {
	background-image: url(../img/icons/zip.png);
	background-repeat: no-repeat;
	background-position: left top;
}.filemanager label.truck {
	background-image: url(../img/icons/truck.png);
	background-repeat: no-repeat;
	background-position: left top;
}.filemanager label.tools {
	background-image: url(../img/icons/tools.png);
	background-repeat: no-repeat;
	background-position: left top;
}.filemanager label.shop {
	background-image: url(../img/icons/shop.png);
	background-repeat: no-repeat;
	background-position: left top;
}.filemanager label.business {
	background-image: url(../img/icons/business.png);
	background-repeat: no-repeat;
	background-position: left top;
}
.red{
	color: #F00;
}