.header-tab{
	background-color: #8f2333;
	border-radius: 6px 6px 0 0;
}
.header-tab h2{
	padding-top: 10px;
}
.header-tab h2 a {
	display: inline-block;
	padding: 13px 15px 10px;
	margin: 0 2px;
	-webkit-border-radius: 6px 6px 0 0;
	border-radius: 6px 6px 0 0;
	background-color: #f2e9a8;
	color: #8f2333;
	font-size: 18px;
	line-height: 1;
	font-family: 'Myriad Pro Semibold';
	text-transform: uppercase;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
}
@media(max-width: 768px){
	.header-tab{
		padding-top: 5px;
	}
	.header-tab h2 a{
		font-size: 12px;
		padding: 8px;
	}
}
.header-tab h2 a.actived, .tab-title-wrap h2 a:hover {
	color: #005F80;
	background-color: #fff;
}
.title-tab {
	color: #606060;
	font-size: 18px;
	margin: 30px 0;
}
.title-tab span{
	color:#005F80;
	font-size: 20px; 
}
.filter-tab .filter-title{
}
.filter-tab .filter-title h2{
	margin-top: 0px;

	padding: 10px 10px 7px;
	background-color: #8f2333;
	color: #fff;
	font-size: 16px;
	font-family: 'Myriad Pro Semibold';
	text-transform: uppercase;
}
.filter-content{
	width: 100%;
	height: 650px;
	margin:30px 0px;
}
.google-maps {
	position: relative;
	height: 650px;
	overflow: hidden;
}
.drugstore_output{
	width: 100%;
	height: 100%;
	top: 0;
	right: 0;
	padding: 15px 15px 0;
	border: 1px solid #cecdce;
	border-top: 5px solid #005F80;
	border-bottom: 3px solid #005F80;
	background-color: #fff;
	overflow-y: auto;
}
.drugstore-list{
	list-style: none;
}
ul.drugstore-list {
	padding: 0px 10px!important;
}
.drugstore-list li{
	float: none;
	padding: 15px 0;
	border-bottom: 2px solid #56606b;
}
.drugstore-list li:last-of-type {
	border-bottom: 0;
}
.drugstore-list li a {
	color: #000;
	font-weight: bold;
}
.drugstore-list li p {
	color: #000;
}	
.drugstore-list h4{
	font-size: 15px;
}
.google-maps {
	position: relative;
	height: 650px!important;
	overflow: hidden;
}
.form-order {
	padding: 20px 0 0;
	background: #FFF;
	border: 1px solid #005F80;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	width: 97%;
	margin-top: 20px;
	display: block;
	overflow: hidden;
}
.input-order i{
	text-align: center;
	color: #777;
	font-size: 11px;
	line-height: 18px;
} 
.form-order {
	margin-bottom: 15px;
	padding: 10px 15px;
}
.input-order input, .input-order textarea{
	margin-bottom: 10px;
}
.input-order .hop-sumhevi{
	text-align: center;
}
.input-order .hop-sumhevi img{
	width: 50%;
	height: auto;
}
.captcha{
	margin-top: 20px;
}
span.error{
	color: red;

}
.poster{
	text-align: center;
	margin-top: 30px;
}
.poster h2{
	font-size: 28px!important;
	text-align: center;
}
.poster img{
	width: 90%;
	height: auto;
}
.title-first{
	margin-top: 20px;
}
.content-left {
	border:none!important;
}

/*Drugstore new*/
.diemban_title {
    background: url(../images/table.png) no-repeat left center;
    float: left;
    width: 100%;
    border-bottom: 1px solid #e5a300;
    border-top: 1px solid #e5a300;
    padding: 5px 0;
    margin: 10px 0;
    padding-left: 30px;
    font-size: 16px;
    color: black;
    font-weight: bold;
}
.regions {
    float: left;
    width: 25%;
    margin: 5px 0;
}
@media screen and (max-width: 667px){
	.regions {
	    float: left;
	    width: 33%;
	}
}
.regions a {
    background: url(../images/li.png) no-repeat left center;
    font-size: 14px;
    font-family: Arial;
    padding-left: 15px;
    color: #333;
}