body{
	background-image: url("/img/bg.png");
}

/* header starts 	*/
#header-wrapper{
	min-height:100px;
	max-height:100px;
}

#header{
	background: transparent;
	color: #fff;
	border:0;
}
	#header a{
		color:#fff;
	}
.navbar-toggle{
	background-color:transparent;
}
.navbar-default .navbar-toggle{
	border-color:#fff;
}
.navbar-default .navbar-toggle:hover{
	background-color:#222;
}
.navbar-default .navbar-toggle .icon-bar{
	background-color:#fff;
}
.social-list-header{
	list-style-type:none;
	margin-right:-150px;
	margin-top:5px;
}
.social-list-header li{
	
}display:inline-flex;
.navbar-right .col-lg-2 img{
	margin-top:50px;
}
.dropdown{
	background-color:transparent;
}
.dropdown:hover .dropdown-menu{
	display:block !important;
}
.dropdown-menu::before{
	height:8px;
	width:100%;
	background:url('/img/dropdown.png');
}
.dropdown-menu{
	background-color:#343434;
	margin-top:10px !important;
}
.dropdown-menu > li > a{
	padding:3px 0px;
	border-bottom:1px solid #2c2c2c;
}
.dropdown-menu > li{
	border:0 !important;
	padding:0 20px;
}
.dropdown-menu li:hover{
	background-color:transparent;
	border:0;
}
.dropdown-menu li a:hover{
	background-color:transparent;
}
.navbar-default .navbar-nav > .open > a{
	background-color:transparent !important;
}
.navbar-collapse{
	border:0px;
}
.nav{
	margin-top:74px;
}
#alert{
	background-color:yellow;
	position:absolute;
	color:#000;
	z-index:1;
	text-align:center;
	padding:5px;
	top:20px;
	right:10%;
	width:300px;
	padding:10px 0;
}
#contacts_wrapper .row{
	margin-bottom:35px;
}
.pluso-more{
	display:none !important;
}
@media only screen and (max-device-width: 480px){
	#right-sidebar .title{
		padding-left:5px;
	}
	#right-sidebar .pull-right{
	}
	.right-sidebar-content{
		padding: 0 5px;
	}
	.breadcrumbs{
		margin-left:0px;
	}
	.main-title h3{
		margin-left:10px;
	}
	#contacts_wrapper h4{
		white-space: normal;
		word-break: break-all;
		word-wrap: break-word;
		margin-left:20px;
	}
	#contacts_wrapper li{

	}
	#contacts-main li{
		margin-left:20px;
	}
	#alert{
		padding:10px 20px !important;
		width:150px;
		right:2%;
		top:5px;
		font-size:8px;
	}
	.nav{
		position:relative;
		z-index: 2;
		background-color:#343434;
	}
		.nav li{
			border:0;
		}
	.navbar-collapse{
		box-shadow: none;
		-webkit-box-shadow: none;
	}
	.navbar-nav li{
	border:0 !important;
	}
	.navbar-nav li:hover{
		border:0 !important;
	}
	#header-wrapper{
		min-height:130px;
		max-height:100%;
	}
}
.navbar-nav li{
	border-bottom:3px solid #c0c0c0;
}
	.navbar-nav li:hover{
		border-bottom:3px solid #000;
	}

#header-contacts{
	list-style-type: none;
	margin-top:20px;
}
	#header-contacts li{
		line-height: 1.8;
	}

/* header ends 		*/
/* slider starts 	*/

#carousel{
	position:relative;
	z-index:0;
}

/* slider ends 		*/
/* content 			*/

#share-wrapper{
	background-image:url("/img/share-bg.png");
	color:#fff;
}

#share-wrapper img{
	margin-top:-4px;
}
.btn-go{
	background-image:url("/img/btn.png");
	background-size:100%;
	-moz-background-size: 100%;
	-webkit-background-size: 100%;
	-o-background-size: 100%;
	border:0;
	color:#fff;
	font-weight:bold;
	min-width:117.5px;
}
.btn-go:hover{
	color:#fff;
}
#share-wrapper a{
	padding:10px 30px 10px 30px;
	margin-top:30px;
}
@media only screen and (max-device-width: 480px){
	#share-wrapper a{
		margin-top:30%;
		padding:10px;
		font-size:10px;
	}
	#shape-wrapper h3 i{
		font-size:10px !important;
	}
}
/* main 		*/
#main-content-left ul{
	padding-left:15px;
}
#main-content-left ul li{
	color:#ee5e5e;
	padding-top:15px;
}
#main-content-left ul li span{
	color:#333;
}
#main-about{
	background-color:#fff;
}
#main-dostavka{
	background-color:#fff;
}
.main-title::after {
	height:3px;
	width:100%;
	background:url("/img/border-image.png");
}
/* right-sidebar*/
#right-sidebar{
	margin-top:20px;
}
#right-sidebar .row{
	margin-top:20px;
	margin-bottom:20px;
}
.action{
	background-image: url("/img/bg.png");
	color:#fff;
	padding: 5px 10px;
	font-weight: bold;
	border-left:4px solid #e54141;
}
.title{
	margin-top:17px;
}

/* client-everyday*/

#client-everyday{
	position:relative;
	z-index:1;
	background-image:url('/img/mid-bg.png');
	color:#fff;
	box-shadow: 0px 8px 17px -4px #c0c0c0;
}
#news-wrapper{
	background-color:#fff;
	position: relative;
	z-index: 0;
	padding-top:20px;
	padding-bottom:40px;
}
.news-header{
	padding:5px 0;
	color:#363339;
}
.news-header::after {
	height:3px;
	width:100%;
	background:url("/img/border-image.png");
}
.news-date{
	color:#838283;	
}
.news-title{
	padding:5px 0;
}
.news-title a{
	color:#555;
	text-decoration: underline;
	font-weight:bold;
}
.news-text{
	padding-right:5px;
}
.new-date{
	color:#838283;
}
.new-title{
	padding:15px 0 !important;
}
.new-title a{
	color:#555;
	text-decoration: underline;
	font-weight:bold;
}
.offers ul{
	list-style:none; 
}
.offers ul li:before{
	content: "\f00c";
	font-family: FontAwesome;
	display: inline-block;
	margin-left: -1.3em;
	width: 1.3em;
	color: green !important;
}
.offers ul li{
	color:#333 !important;
}
/* footer starts */
#footer-wrapper{
	border-top:2px solid #535353;
}
#footer{
	color:#fff;	
}
#footer h4{
	padding-left:12px;
}
#footer-nav{
	list-style-type:none;
	padding-left:0;
}
#footer-nav li a{
	color:#fff;
}
#footer-nav li span{
	margin-right:5px;
}
#insurance-types{

}
.fa-map-marker, .fa-phone, .fa-envelope, .fa-clock-o, .fa-user, .fa-chevron-down, .fa-chevron-up{
	color:#eb4343 !important;
}
#contacts_other_btn, #contacts_agent_btn{
	cursor:pointer;
}
#contacts_other_content, #contacts_agent_content{
	display:none;
}
#search-input{
	width:200px;
	border-radius:3px;
	background-color:#404040;
	border:1px solid #2a2a2a;
	-webkit-column-rule: #fff;
	-moz-column-rule: #fff;
	-o-column-rule: #fff;
	column-rule: #fff;
}
#search-input::-webkit-input-placeholder {
	color:#fff;
}
#search-button{
	border-radius:0px;
	border: 1px solid #2a2a2a;
	background-color: #000;
	color:#fff;
}
#footer-bottom .col-xs-7 .form-control{
	width:150px;
}
#footer-bottom .col-xs-5 .social-list{
	float:right;
}

.social-list{
	list-style-type:none;
}
.social-list li{
	display:inline-flex;
}





/* dostavka */

.share-with{
	list-style-type:none;
}
.share-with li{
	display:inline-flex;
}
.breadcrumbs-wrapper{
	margin-top:27px;
	box-shadow: 0px 8px 17px -27px #c0c0c0;
	background-color: #fff;
}
.breadcrumbs{
	padding:10px 0;
}
.breadcrumbs a{
	color:#333;
}

.active{
	border-bottom:3px solid #000 !important;
}
.active a{
	background-color: transparent !important;
}
#contacts-main{
	list-style-type:none;
	padding-left:0 !important;
}
#contacts-main li{
	color:#333 !important;
}
.con-number{
	color:#eb4343 !important;
}