/*
Theme Name: Hermes Taxi
Description: Hermes Taxi theme exclusively by mmVirtual
Version: 3.2.2
Author: mmVirtual
*/
@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,300,700&subset=latin,cyrillic-ext,greek-ext);
@import url(http://fonts.googleapis.com/css?family=Open+Sans+Condensed:300,700&subset=latin,cyrillic-ext,greek-ext);
html {
	height: 100%;
	margin: 0;
}
body {
	color: #222;
	background-color: #e0ffff;
	background-image: url(img/bg.png);
}
a {
	color: #006cc3;
}
a:active, a:focus, input:active, input:focus, button:active, button:focus {
	outline:0px !important;
	-webkit-appearance:none;
 ie-dummy: expression(this.hideFocus = true);
}
h1, h2, h3, h4, h5, h6, .navbar .nav>li>a {
	font-family: 'Open Sans', sans-serif;
	}
img {max-width: 100%;
height: auto;}
.bg-white {
	background-color: #FFFFFF;
	box-shadow: 4px 0px 2px 0px rgba(0, 0, 0, 0.2), -4px 0px 2px 0px rgba(0, 0, 0, 0.2);
}
h1 {
	font-size:24px;
	letter-spacing: -1px;
	margin: 0px;
	padding: 0px;
	font-weight: 700;
}
.page-header {margin: 0px 0px 20px;}
h2 {
	font-size:20px;
}
.post h2 {
	font-size:16px;
	font-weight: 700;
	text-transform: uppercase;
	margin-top: 30px;
	margin-bottom: 30px;
	padding-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ddd;
	
}

h3 {
	font-size:16px;
	color: #FF0000;
	font-weight: 700;
}
h5 {
	font-weight: 700;
	margin-bottom: 10px;
	padding-top: 5px;
	padding-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ddd;
	font-size: 18px;
	color: #006cc3;

}

h6 {
	font-weight: bold;
}
small {
	font-size: 75%;
}
#picSlider {
	overflow: hidden;
}
#headerBg {
	padding-top: 10px;
}
#headerBg h3 {
	font-weight: 400;
	font-size: 14px;
	margin-top: 10px;
	margin-right: 15px;
	padding-top: 0px;
	overflow: hidden;
	
	}

@media (min-width:768px) {
.border-left {
	border-top-width: 0px;
	border-right-width: 1px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #ddd;
	border-right-color: #ddd;
	border-bottom-color: #ddd;
	border-left-color: #ddd;
}
ul.nav li.dropdown:hover > ul.dropdown-menu {
    display: block;    
}
}

.alignleft {
	margin-right:10px;
	float:left;
	margin-bottom:5px;
	padding:2px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
.alignright {
	margin-left:10px;
	float:right;
	margin-bottom:5px;
	padding:2px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}


.catpost {
	text-align: justify;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	padding-top: 10px;
	padding-bottom: 10px;
}
.post {
	padding: 20px;

}

.footerBot {
	color: #FFFFFF;
	padding-bottom: 10px;
	background-color: #204351!important;
	background-image: url(img/bg.png);
	font-size: 12px;
}
.footerBot a {
	color: #FFFFFF;
}
.footerBot h2, .footerBot li:first-child a {
	font-size: 12px;
	text-transform: uppercase;
	font-weight: 700;
}
.copyright {
	padding-top: 10px;
	margin-top: 15px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCC;
	
}
.footerBot ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
.footerBot li {
	margin-top: 3px;
	margin-bottom: 3px;
}

.navbar {
	border:0px;
 	*zoom: 1;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	background-color: #2a4d5b;
	min-height: 30px;
	margin-bottom: 0px;
	background-image: url(img/bg.png);
}
.navbar-brand {
	max-height: 100px;
	padding-left: 15px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	height: auto!important;
}
.icon-bar {
	background-color: rgb(255, 255, 255);
}

ul.dropdown-menu .divider-vertical {
	display: none;
}

.navbar .nav > li > a {
	float: none;
	color: #fff;
	text-decoration: none;
	text-shadow: none;
	font-size: 14px;
	font-weight: 700;
	padding-top: 10px;
	padding-bottom: 10px;
	font-family: 'Open Sans Condensed', sans-serif;
	text-transform: uppercase;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
}
.navbar .nav > li > a:focus, .navbar .nav > li > a:hover, .navbar .nav > li > a:active {
	background-color: #2a4d5b;
	color: #ff9900;
	text-decoration: none;
	
}
.navbar .nav > .active > a, .navbar .nav > .active > a:hover, .navbar .nav > .active > a:focus {
	background-color: #2a4d5b;
	color: #ff9900;
	text-decoration: none;

}


#rightSide {
	margin-bottom:15px;
	padding-top: 15px;
}
#rightSide .block {margin-bottom:25px;}
#leftSide {
	margin-bottom:15px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #ddd;
	padding-right: 15px;
	
}
#rightSide ul, #leftSide ul {
	margin:0px;
	list-style-type:none;
	padding: 0px;
}
#rightSide li,#leftSide li{
	overflow: hidden;
	margin-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ddd;
	padding-top: 5px;
	padding-bottom: 5px;
}
#rightSide li img, #leftSide li img {
	margin-right:5px;
	float:left;
	background-color:#FFF;
	padding:1px;
	border:1px solid #CCC
}
#rightSide h5, #leftSide h5 {
	color: #FFFFFF;
	background-color: #2a4d5b;
	font-size: 14px;
	padding-left: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
}
