/*
	Р Р°Р·СЂР°Р±РѕС‚РєР° С€Р°Р±Р»РѕРЅРѕРІ РґР»СЏ DataLife Engine
	------------------	
	Author:	ThemeSkeleton
	------------------
	Website: http://themeskeleton.com/
	------------------	
	E-mail: themeskeleton@gmail.com
	------------------
	Skype: ThemeSkeleton
	------------------
	ICQ: 722880
	------------------
*/

@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600|Roboto:400,700&subset=cyrillic');

@import url('/templates/CarService/css/font-awesome.min.css');
@import url('/templates/CarService/css/flaticon.css');
@import url('/templates/CarService/css/hover.css');
@import url('/templates/CarService/css/animate.css');


* {
	margin:0px;
	padding:0px;
	border:none;
	outline:none;
}


body {
	font-family: 'Open Sans', sans-serif;
	font-size:16px;
	color:#292929;
	line-height:2em;
	font-weight:400;
	background:#ffffff;
}

a{
	text-decoration:none;
    color: #E80016;
	cursor:pointer;	
}

a:hover,a:focus,a:visited{
	text-decoration:none;
	outline:none;
}

h1,h2,h3,h4,h5,h6 {
	position:relative;
	font-family: 'Open Sans', sans-serif;
	font-weight:normal;
	margin:0px;
	background:none;
	line-height:1.4em;
}

input,button,select,textarea{
	font-family: 'Open Sans', sans-serif;	
}


p{
	position:relative;
		
}

.auto-container{
	position:static;
	max-width:1200px;
	padding:0px 15px;
	margin:0 auto;
}

.page-wrapper{
	position:relative;
	margin:0 auto;
	width:100%;
	min-width:300px;
	min-height:400px;
	overflow:hidden;
	
}

ul,li{
	list-style:none;
	padding:0px;
	margin:0px;	
}

.theme-btn{
	transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
}

.center{
	text-align:center;	
}

.theme-color{
	color:#fc5a1b;	
}

.out{
	opacity:0;	
}

.in{
	opacity:1;	
}

.dark-btn{
	position:relative;
	display:inline-block;
	padding:5px 20px;
	line-height:22px;
	font-size:14px;
	border:1px solid transparent;
	background:#36404b;
	color:#ffffff;
	text-transform:uppercase;
}

.light-btn:hover,
.dark-btn:hover{
	background-color:#fb4848;
	border-color:#fb4848;
	color:#ffffff;	
}

.dark-btn.style-two{
	background:#bc3131;
}

.dark-btn.style-two:hover{
	color:#000000;
	background:#ffffff;	
}

.btn-style-one .fa,
.dark-btn .fa{
	position:relative;
	font-size:16px;
	padding-right:15px;	
}

.color-white{
	color:#ffffff !important;
}

.no-margin{
	margin:0px !important;	
}

.no-float{
	float:none !important;	
}

.skew-lines{
	position:relative;
	font-size:18px;
	padding-left:60px;	
}

.skew-lines:before{
	content:'';
	position:absolute;
	left:10px;
	top:5px;
	width:10px;
	height:20px;
	background:#36404b;
	transform:skewX(-35deg);
	-webkit-transform:skewX(-35deg);
	-moz-transform:skewX(-35deg);
	-ms-transform:skewX(-35deg);
	-o-transform:skewX(-35deg);	
}

.skew-lines:after{
	content:'';
	position:absolute;
	left:24px;
	top:5px;
	width:10px;
	height:20px;
	background:#fb4848;
	transform:skewX(-35deg);
	-webkit-transform:skewX(-35deg);
	-moz-transform:skewX(-35deg);
	-ms-transform:skewX(-35deg);
	-o-transform:skewX(-35deg);	
}

.no-margin-bottom{
	margin-bottom:0px !important;	
}

.no-margin-top{
	margin-bottom:0px !important;	
}


.sec-title{
	position:relative;
	margin-bottom:30px;
	padding-bottom:12px;
	border-bottom:1px solid #e0e0e0;
}

.sec-title h3{
	font-size:18px;
	text-transform:capitalize;
	font-weight:500;	
}

.main-header{
	position:relative;
	width:100%;
	left:0px;
	top:0px;
	z-index:999;
	background:#ffffff;
	transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;	
}

.main-header .header-top{
	position:relative;
	padding:20px 0px;
	background:#ffffff;
	transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	
}


.fixed-top-header .header-top{
	padding:0px 0px;
}

.fixed-top-header{
	position:relative;	
 /* position:fixed;   */
}

.main-header .logo{
	position:relative;
	padding:0px 0px;
	transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
}

.fixed-top-header .logo{
	padding:0px 0px;
}

.main-header .logo img{
	position:relative;
	display:inline-block;
	max-width:100%;	
}

.main-header .header-top .search-form .form{
	position:relative;
	margin-top:25px;
	padding-left:30px;	
}

.main-header .header-top .form input[type="text"],
.main-header .header-top .form input[type="password"]{
	position:relative;
	display:block;
	width:100%;
	height:40px;
	line-height:24px;
	font-size:13px;
	padding:7px 50px 7px 15px;
	border:1px solid #cccccc;
	background:#ffffff;
}

.main-header .header-top .form select{
	position:relative;
	display:block;
	width:100%;
	height:40px;
	line-height:24px;
	font-size:13px;
	padding:7px 15px;
	border:1px solid #cccccc;
	border-right:none;
	color:#888888;
	background:#ffffff url(/templates/CarService/images/icons/icon-down.png) center right no-repeat;
	cursor:pointer;
	-webkit-appearance:none;
	-ms-appearance:none;
	-o-appearance:none;
	-moz-appearance:none;
}

.main-header .header-top .form-group{
	position:relative;
	float:left;
	margin-bottom:10px;	
}

.main-header .header-top .medium{
	width:150px;	
}

.main-header .header-top .form button{
	position:absolute;
	right:0px;
	top:0px;
	width:40px;
	height:40px;
	text-align:center;
	background:#000000;
	line-height:40px;
	color:#ffffff;
	font-size:14px;	
}

.main-header .header-top .form button:hover{
	background:#fb4848;	
}

.main-header .header-lower{
	position:relative;
	padding:0px 0px;
	background:#36404b;
	
}

.main-menu{
	position:relative;
	z-index:5;
}

.main-menu .navbar-collapse{
	padding:0px 0px;	
}

.main-menu .navbar-collapse > ul > li{
	position:relative;
	float:left;
}

.main-menu .navbar-collapse > ul > li.dropdown > a:after{
	font-family: 'FontAwesome';
	content: "\f107";
	position:absolute;
	right:15px;
	top:18px;
	width:10px;
	height:20px;
	display:block;
	color:#ffffff;
	line-height:20px;
	font-size:16px;
	text-align:center;
	z-index:5;	
}

.main-menu .navbar-collapse > ul > li > a{
	position:relative;
	display:block;
	font-size:14px;
	line-height:24px;
	padding:16px 15px;
	color:#ffffff;
	background:none;
	overflow:hidden;
	text-transform:uppercase;
	transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
}

.main-menu .navbar-collapse > ul > li.dropdown > a{
	padding:16px 40px 16px 15px;
}

.main-menu .navbar-collapse > ul > li:hover > a,
.main-menu .navbar-collapse > ul > li.current > a,
.main-menu .navbar-collapse > ul > li.current-menu-item > a{
	color:#ffffff;
	background:#fb4848;
}

.main-menu .navbar-collapse > ul > li > ul{
    position: absolute;
    display: block;
    width: 210px;
    top: 120%;
    left: 0;
    opacity: 0;
    visibility: hidden;
    background: #fb4848;
	border:1px solid rgba(255,255,255,0.50);
	border-radius:0px 0px 5px 5px;
	-webkit-border-radius:0px 0px 5px 5px;
	-ms-border-radius:0px 0px 5px 5px;
	-moz-border-radius:0px 0px 5px 5px;
	-o-border-radius:0px 0px 5px 5px;
}

.main-menu .navbar-collapse > ul > li:hover > ul{
	top:100%;
	opacity: 1;
    visibility: visible;
    transition:all 400ms ease 100ms;
	-moz-transition:all 400ms ease 100ms;
	-webkit-transition:all 400ms ease 100ms;
	-ms-transition:all 400ms ease 100ms;
	-o-transition:all 400ms ease 100ms;
}

.main-menu .navbar-collapse > ul > li > ul > li{
	position:relative;
	display:block;
	border-bottom:1px solid rgba(255,255,255,0.50);
}

.main-menu .navbar-collapse > ul > li > ul li.dropdown:after{
	font-family: 'FontAwesome';
	content:'\f0da';
	position:absolute;
	right:7px;
	top:7px;
	width:20px;
	height:20px;
	display:block;
	color:#ffffff;
	line-height:20px;
	font-size:16px;
	text-align:center;
	z-index:5;	
}

.main-menu .navbar-collapse > ul > li > ul > li:last-child{
	border:none;	
}

.main-menu .navbar-collapse > ul li.dropdown .dropdown-btn{
	position:absolute;
	right:10px;
	top:6px;
	width:34px;
	height:30px;
	border:1px solid #ffffff;
	background:url(/templates/CarService/images/icons/submenu-icon.png) center center no-repeat;
	background-size:20px;
	cursor:pointer;
	z-index:5;
	display:none;
	border-radius:3px;
	-webkit-border-radius:3px;
	-ms-border-radius:3px;
	-o-border-radius:3px;
	-moz-border-radius:3px;
}

.main-menu .navbar-collapse > ul > li > ul > li > a {
    display: block;
    line-height: 24px;
    font-size: 14px;
	color:#ffffff;
	padding:7px 15px;
	background:none;
	transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
}
 
.main-menu .navbar-collapse > ul > li > ul > li:hover > a {
	background:rgba(255,255,255,0.30);
	padding-left:20px;
}

.header-lower .social-links{
	position:relative;
	padding-top:3px;
	text-align:right !important;
}

.header-lower .social-links a{
	position:relative;
	display:inline-block;
	width:36px;
	height:32px;
	text-align:center;
	background:#2a323a;
	color:#ffffff;
	font-size:16px;
	line-height:32px;
	margin:9px 2px 0px;
	border-radius:3px;
	-webkit-border-radius:3px;
	-ms-border-radius:3px;
	-o-border-radius:3px;
	-moz-border-radius:3px;
	transition:all 500ms ease-out;
	-webkit-transition:all 500ms ease-out;
	-ms-transition:all 500ms ease-out;
	-o-transition:all 500ms ease-out;
	-moz-transition:all 500ms ease-out;	
}

.header-lower .social-links a:hover{
	background:#fb4848;	
}


.why-us{
	position:relative;
	padding:50px 0px 10px;
	background:#ffffff;
}

.why-us .title-box{
	position:relative;
	padding:0px 0px 0px 24px;
	border-left:3px solid #fb4848;
	margin-bottom:15px;
}

.why-us .title-box h3{
	font-size:28px;
	line-height:1.3em;	
}

.why-us .title-box h4{
	font-size:18px;
	line-height:1.6em;	
}

.why-us .text-content{
	position:relative;
	margin-bottom:20px;
}

.why-us .text-content .text{
	font-size:14px;
	padding-left:24px;	
}

.why-us .box{
	position:relative;
	margin-bottom:25px;	
}

.why-us .box .tab-link {
	position:relative;
	display:block;
	border:1px solid #cccccc;
	padding:16px 20px 16px 90px;
	font-size:14px;
	color:#292929;
}

.why-us .box .tab-link .arrow{
	position:absolute;
	right:0px;
	bottom:0px;
	width:30px;
	height:30px;
	text-align:center;
	color:#ffffff;
	font-size:16px;
	line-height:30px;
	background:#fb4848;	
}

.why-us .box .tab-link:hover .arrow{
	background:#999999;	
}

.why-us .box .tab-link *{
	transition:all 300ms ease;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;	
}

.why-us .box .tab-link.active-btn,
.why-us .box .tab-link:hover{
	background:#36404b;
	color:#ffffff;
	border-color:#36404b;	
}

.why-us .box .tab-link .icon{
	position:absolute;
	left:20px;
	top:28px;
	width:70px;
	height:70px;
	color:#fb4848;
	font-size:42px;	
}

.why-us .box .tab-link.active-btn .icon,
.why-us .box .tab-link:hover .icon{
	color:#ffffff;	
}

.why-us .box .tab-link h4{
	font-size:16px;
	margin-bottom:0px;
}

.why-us .box .tab-link p{
	font-size:14px;
	color:#a7a7a7;
	margin-bottom:0px;
}

.why-us .box .tab-link.active-btn p,
.why-us .box .tab-link:hover p{
	color:#ffffff;	
}


.main-slider{
	position:relative;
	color:#ffffff;
	font-size:15px;
}

.main-slider .grey-title{
	position:relative;
	padding:10px 20px;
	background:rgba(54,64,75,0.85);
	color:#ffffff;	
}

.main-slider .white-title{
	position:relative;
	padding:10px 20px;
	background:rgba(255,255,255,0.85);
	color:#fb4848;	
}

.main-slider h2 {
	font-size:48px;
	line-height:1.2em;
	font-weight:300;
	text-transform: uppercase;
}
.main-slider h2 strong {
    font-size: 35px!important;
}
.main-slider .tp-bullets{
	display:none;	
}


.main-slider:after,
.page-banner:after,
.main-slider:before,
.page-banner:before{
	content:'';
	position:absolute;
	display:block;
	width:50%;
	height:5px;
	bottom:-5px;
	z-index:1;
}

.main-slider:after,
.page-banner:after{
	left:50%;
	background:#cccccc;
}

.main-slider:before,
.page-banner:before{
	left:0%;
	background:#fb4848;
}

.column-view{
	position:relative;	
}

.column-view .column-box{
	position:relative;
	margin-bottom:30px;
}

.column-view .column-box .inner-box{
	position:relative;
	display:block;
	max-width:450px;
	margin:0 auto;
	border:1px solid #dddddd;
	transition:all 500ms ease-out 50ms;
	-webkit-transition:all 500ms ease-out 50ms;
	-ms-transition:all 500ms ease-out 50ms;
	-o-transition:all 500ms ease-out 50ms;
	-moz-transition:all 500ms ease-out 50ms;	
}

.column-view .column-box .inner-box:hover{
	border-color:#fb4848;
}

.column-view .column-box .image {
    position: relative;
    overflow: hidden;
    height: 229px;
}
.column-view .column-box .image.csaf{
    height: 0;
    padding-bottom: 62.3%;
}
.column-view .column-box .image img{
	position:relative;
	display:block;
	width:100%;
	transition:all 500ms ease-out 50ms;
	-webkit-transition:all 500ms ease-out 50ms;
	-ms-transition:all 500ms ease-out 50ms;
	-o-transition:all 500ms ease-out 50ms;
	-moz-transition:all 500ms ease-out 50ms;
}

.column-view .column-box .inner-box:hover .image img{

}

.column-view .column-box .image .price{
	position:absolute;
	right:0px;
	bottom:0px;
	padding:10px 10px;
	color:#ffffff;
	background:#fb4848;
	font-size:32px;
	font-weight:600;
	z-index:1;
}

.column-view .column-box .post-content{
	position:relative;
	padding:15px 20px 20px;	
}

.column-view .column-box .post-content h3 {
    font-size: 18px;
    margin-bottom: 15px;
    line-height: 30px;
    text-transform: uppercase;
    font-weight: 500;
    height: 60px;
}

.column-view .column-box .theme-btn {
    float: left;
    margin: 0px 15px 25px 0px;
}
.column-view .column-box .theme-btn.ynts {
    bottom: 0;
    position: absolute;
}
.column-view .column-box .text-center .theme-btn{
	float:none;
	display:inline-block;
	margin:0px 5px 7px;	
}

.column-view .column-box .overlay-box{
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	padding:30px 24px 10px;
	overflow:auto;
	color:#ffffff;
	z-index:3;
	background:#fb4848 url(/templates/CarService/images/icons/price-table-header.png) -50px -50px no-repeat;
	opacity:0;
	transition:opacity 500ms ease;
	-webkit-transition:opacity 500ms ease;
	-ms-transition:opacity 500ms ease;
	-o-transition:opacity 500ms ease;
	-moz-transition:opacity 500ms ease;
	
}

.column-view .column-box:hover .overlay-box{
	opacity:1;
	-ms-animation-name: flipInX;
	-moz-animation-name: flipInX;
	-op-animation-name: flipInX;
	-webkit-animation-name: flipInX;
	animation-name: flipInX;
	-ms-animation-duration: 800ms;
	-moz-animation-duration: 800ms;
	-op-animation-duration: 800ms;
	-webkit-animation-duration: 800ms;
	animation-duration: 800ms;
	-ms-animation-timing-function: linear;
	-moz-animation-timing-function: linear;
	-op-animation-timing-function: linear;
	-webkit-animation-timing-function: linear;
	animation-timing-function: linear;
	-ms-animation-iteration-count: 1;
	-moz-animation-iteration-count: 1;
	-op-animation-iteration-count: 1;
	-webkit-animation-iteration-count: 1;
	animation-iteration-count: 1;		
}

.column-view .column-box .overlay-box .skew-lines:before,
.column-view .column-box .overlay-box .skew-lines:after{
	background:#ffffff;
	height:18px;
}

.column-view .column-box .overlay-box .skew-lines{
	color:#ffffff;
	margin-bottom:20px;
	padding-left:50px;	
}

.column-view .column-box .overlay-box .text {
    font-size: 14px;
}


.featured-services{
	position:relative;
	padding:20px  0px 20px;
	background:#fbfbfb;
}

.featured-services .column-box .inner-box{
	background:#ffffff;
	
}


.gallery-section{
	position:relative;
	padding:40px  0px 50px;
	background:#ffffff;
}

.gallery-section .slide-item {
    position: relative;
    overflow: hidden;
    margin-top: 15px;
    border: 1px solid #fb4848;
    height: 231px;
}

.gallery-section .owl-stage-outer{
	overflow:visible;	
}


.intro-section{
	position:relative;
	color:#ffffff;
	padding:40px 0px;
	background:#fc6565;
}

.intro-section .border{
	position:relative;
	border:1px solid rgba(255,255,255,0.50);
	padding:40px 25px;
	background:#fb4e4e;
}

.intro-section h3{
	font-size:24px;
	text-transform:uppercase;
}

.tabs-box .tab-buttons{
	position:relative;	
}

.tabs-box .tab-buttons li{
	position:relative;
	margin-bottom:20px;	
}

.tabs-box .tab-buttons .tab-btn {
	position:relative;
	display:block;
	border:1px solid #cccccc;
	padding:20px 20px 20px 90px;
	font-size:14px;
	color:#292929;
}

.tabs-box .tab-buttons .tab-btn *{
	transition:all 300ms ease;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;	
}

.tabs-box .tab-buttons .tab-btn.active-btn,
.tabs-box .tab-buttons .tab-btn:hover{
	background:#36404b;
	color:#ffffff;
	border-color:#36404b;	
}

.tabs-box .tab-buttons .tab-btn .icon{
	position:absolute;
	left:20px;
	top:28px;
	width:70px;
	height:70px;
	color:#fb4848;
	font-size:42px;	
}

.tabs-box .tab-buttons .tab-btn.active-btn .icon,
.tabs-box .tab-buttons .tab-btn:hover .icon{
	color:#ffffff;	
}

.tabs-box .tab-buttons .tab-btn p{
	font-size:14px;
	color:#a7a7a7;
	margin-bottom:0px;
}

.tabs-box .tab-buttons .tab-btn.active-btn p,
.tabs-box .tab-buttons .tab-btn:hover p{
	color:#ffffff;	
}

.tabs-box .tabs-content{
	position:relative;
	float:left !important;
}

.tabs-box .tab-title{
	position:relative;
	margin-bottom:20px;	
}

.tabs-box .tab-title h2{
	font-size:36px;
	margin-bottom:10px;	
}

.tabs-box .tab-title h3{
	font-size:22px;
	color:#fb4848;
	margin-bottom:0px;	
}

.tabs-box .tab .text{
	position:relative;
	margin-bottom:30px;
	line-height:1.8em;
	color:#565656;
}

.tabs-box .tab .list{
	position:relative;
	margin-bottom:30px;
	line-height:1.5em;
}

.tabs-box .tab .list ul li{
	position:relative;
	line-height:30px;
	padding-left:30px;
	margin-bottom:15px;
}

.tabs-box .tab .list ul li:before{
	font-family: 'FontAwesome';
	content: "\f00c";
	position:absolute;
	left:0px;
	top:0px;
	width:20px;
	height:30px;
	line-height:30px;
	padding-right:15px;
	font-size:18px;
	color:#fb4848;	
}

.tabs-box .tab{
	position:relative;
	display:none;
	left:20px;
	transition:all 500ms ease-out;
	-webkit-transition:all 500ms ease-out;
	-ms-transition:all 500ms ease-out;
	-o-transition:all 500ms ease-out;
	-moz-transition:all 500ms ease-out;	
}

.tabs-box .tab.active-tab{
	display:block;
	left:0px;	
}


.contact-options{
	position:relative;
	padding:0px;
	background-color:#ffffff;
	border-bottom:3px solid #fb4848;
}

.contact-options .info-box{
	position:relative;
	float:right;
	padding:7px 20px;
	background:#fb4848;
	color:#ffffff;	
}

.contact-options .info-box li{
	display:inline-block;
	min-width:200px;
	padding-right:30px;
	font-size:14px;	
}

.contact-options .info-box li a{
	color:#ffffff;	
}

.contact-options .info-box li a:hover{
	opacity:0.80;	
}

.contact-options .info-box li .fa{
	font-size:16px;
	padding-right:10px;
}

.column-carousel.four-column{
	margin-top:-15px;	
}

.column-carousel .owl-dots{
	display:none !important;	
}

.column-carousel .owl-controls{
	position:absolute;
	right:0px;
	top:-60px;
}

.column-carousel .owl-controls .owl-next{
	position:absolute;
	right:0px;
	top:-24px;
	width:48px;
	height:48px;
	text-indent:100px;
	overflow:hidden;
	border:1px solid #dddddd;
	margin:0px !important;
	background:#ffffff url(/templates/CarService/images/icons/arrow-next.png) center center no-repeat !important;
	border-radius:0px !important;
	-webkit-border-radius:0px !important;
	-ms-border-radius:0px !important;
	-o-border-radius:0px !important;
	-moz-border-radius:0px !important;
}

.column-carousel .owl-controls .owl-prev{
	position:absolute;
	right:58px;
	top:-24px;
	width:48px;
	height:48px;
	text-indent:100px;
	overflow:hidden;
	border:1px solid #dddddd;
	margin:0px !important;
	background:#ffffff url(/templates/CarService/images/icons/arrow-prev.png) center center no-repeat !important;
	border-radius:0px !important;
	-webkit-border-radius:0px !important;
	-ms-border-radius:0px !important;
	-o-border-radius:0px !important;
	-moz-border-radius:0px !important;
}

.column-carousel .owl-controls .owl-next:hover,
.column-carousel .owl-controls .owl-prev:hover{
	border-color:#fb4848;	
}


.sponsors{
	position:relative;
	text-align:center;
	background:#ffffff;
	padding:22px 0px;
	border-top:1px solid #d0d0d0;	
}

.sponsors .auto-container{
	padding-left:30px;
	padding-right:30px;	
}
	
.sponsors .slider{
	position:static;
}

.sponsors .slider .owl-stage-outer{
	z-index:10;		
}

.sponsors li img{
	position:relative;
	display:inline-block !important;
	width:auto !important;
	max-width:100% !important;
	opacity:0.80;
	transition:all 300ms ease-in;
	-webkit-transition:all 300ms ease-in;
	-ms-transition:all 300ms ease-in;
	-o-transition:all 300ms ease-in;
	-moz-transition:all 300ms ease-in;	
}

.sponsors li img:hover{
	opacity:1;	
}

.sponsors .owl-dots{
	display:none !important;	
}

.sponsors .owl-controls{
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	z-index:5;
	margin:0px !important;
	opacity:0.40;	
}

.sponsors:hover .owl-controls{
	opacity:1;	
}

.sponsors .owl-controls .owl-prev{
	position:absolute;
	left:20px;
	top:50px;
	margin:0px;
	width:50px;
	height:50px;
	border:1px solid #3d3d3d;
	font-size:0px;
	overflow:hidden;
	text-indent:100px;
	background:url(/templates/CarService/images/icons/arrow-prev.png) center center no-repeat !important;
}

.sponsors .owl-controls .owl-next{
	position:absolute;
	right:20px;
	top:50px;
	margin:0px;
	width:50px;
	height:50px;
	border:1px solid #3d3d3d;
	font-size:0px;
	overflow:hidden;
	text-indent:100px;
	background:url(/templates/CarService/images/icons/arrow-next.png) center center no-repeat !important;
}


.main-footer{
	position:relative;
	background:#36404b;
}

.main-footer .footer-upper{
	position:relative;
	padding:40px 0px 10px;	
}

.main-footer .footer-upper .col-md-3{
	position:relative;
	margin-bottom:25px;	
}

.main-footer .footer-upper .footer-widget{
	position:relative;
	max-width:600px;
		
}

.main-footer .footer-upper h3{
    position: relative;
    font-size: 18px;
    margin-bottom: 25px;
    color: #ffffff;
    text-transform: uppercase;
    font-weight: 800;
}

.main-footer .footer-upper .text{
    position: relative;
    font-size: 14px;
    font-family: 'Roboto',sans-serif;
    margin-bottom: 10px;
    color: #ffffff;
    line-height: 25px;
}

.main-footer .footer-upper .info{
	position:relative;
	font-size:14px;
}

.main-footer .footer-upper .info li {
    position: relative;
    margin-bottom: 10px;
    line-height: 1.7em;
    color: #ffffff;
}

.main-footer .footer-upper .info li strong{
	position:relative;
	padding-right:10px;
	font-weight:500;
	color:#ffffff;	
}

.main-footer .footer-upper a{
	color:#fb4848;
	transition:all 300ms ease;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;	
}

.main-footer .footer-upper a:hover{
	color:#11c3f0!important;	
}

.main-footer .footer-upper .links{
	position:relative;
	font-size:16px;
}

.main-footer .footer-upper .links li{
	position:relative;
	margin-bottom:10px;
	line-height:30px;
	overflow:hidden;	
}

.main-footer .footer-upper .links li a{
	position:relative;
	display:block;
	color:#ffffff;
	font-size: 14px;
	transition:all 300ms ease;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;	
}

.main-footer .footer-upper .links li a:hover{
	color:#fb4848 !important;
}

.main-footer .footer-upper .links li a i {
	color: #FB4848;
	margin-right: 7px;
	font-size: 17px;
}
.main-footer .footer-upper .newsletter-widget .form{
	position:relative;
	padding-top:15px;
	margin-bottom:40px;
}

.main-footer .footer-upper .newsletter-widget .form-group{
	position:relative;
	display:block;
	margin:0px;
}

.main-footer .footer-bottom{
	position:relative;
	padding:5px 0px;
	font-size:14px;
	line-height:20px;
	background:#2c343d;
	color:#ffffff;	
}

.main-footer .footer-bottom .copyright{
	padding:12px 0px;	
}
.main-footer .footer-bottom .copyright a {
    color: #fb4848;
    transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
}
.main-footer .footer-bottom .copyright a:hover {
	color: #11c3f0!important;
}
.main-footer .social-links{
	position:relative;
	text-align:right;
	padding-bottom:6px;	
}

.main-footer .social-links a{
	position:relative;
	display:inline-block;
	width:36px;
	height:32px;
	text-align:center;
	background:#4a4a4a;
	color:#ffffff;
	font-size:16px;
	line-height:32px;
	margin:9px 2px 0px;
	border-radius:3px;
	-webkit-border-radius:3px;
	-ms-border-radius:3px;
	-o-border-radius:3px;
	-moz-border-radius:3px;
	transition:all 500ms ease-out;
	-webkit-transition:all 500ms ease-out;
	-ms-transition:all 500ms ease-out;
	-o-transition:all 500ms ease-out;
	-moz-transition:all 500ms ease-out;	
}

.main-footer .social-links a:hover{
	background:#fb4848;	
}


.scroll-to-top{
	position:fixed;
	bottom:0px;
	right:0px;
	width:48px;
	height:48px;
	color:#ffffff;
	background:#fb4848 url(/templates/CarService/images/icons/arrow-up.png) center center no-repeat;
	font-size:20px;
	line-height:48px;
	text-align:center;
	z-index:100;
	cursor:pointer;
	display:none;	
}

.scroll-to-top:hover{
	background-color:#fb4848;
	color:#ffffff;
}

.default-content{
	position:relative;
	margin-bottom:40px;	
}

.default-content h2{
	font-size:26px;
	font-weight:400;
	font-family:'Roboto',sans-serif;
	margin-bottom:10px;
	text-transform:uppercase;	
}

.default-content h3{
	font-size:22px;
	font-weight:300;
	margin-bottom:20px;
	color:#fb4848;	
}

.default-content .text{
	position:relative;
	font-size:16px;
	margin-bottom:10px;
	color:#565656;
}


.vertical-gallery{
	position:relative;
	background:#ffffff;
	padding:0px 0px;	
}


.page-banner {
    position: relative;
    padding: 15px 0px 5px;
    background-color: #ffffff;
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
}

.page-banner .page-title {
    position: relative;
    text-align: center;
}

.page-banner .bread-crumb{
	position:relative;
	line-height:24px;
	padding-bottom:10px;	
}

.page-banner .bread-crumb a, .page-banner .bread-crumb span {
    position: relative;
    display: inline-block;
    margin: 0px 5px 0px 0px;
    color: #36404b;
    font-size: 14px;
}
.page-banner .bread-crumb a {
	margin: 0;
}

.page-banner .bread-crumb a:hover{
	color:#fb4848;	
}
.page-banner .bread-crumb a:hover span {
    color: #fb4848;
}

.page-banner .bread-crumb a:after{
	font-family: 'FontAwesome';
	content:'\f105';
	position:relative;
	display:inline-block;
	left:0px;
	top:0px;
	width:24px;
	height:24px;
	text-align:center;
	line-height:24px;
	font-size:16px;	
}

.pagination {
    width: 100%;
}
.pagination a, .pagination span {
	padding:10px 20px;
	font-size:15px;
	color:#292929;
	border:none !important;
	display: inline-block;
	background: #f1f1f1;
}
.pagination span{
	background:#fb4848;	
	color:#ffffff;
}

.pagination a:hover{
	background:#fb4848;	
	color:#ffffff;
}
 
.sidebar-page{
	position:relative;
	padding:50px 0px;	
}

.sidebar-page .left-content{
	position:relative;
}

.sidebar-page .side-bar{
	position:relative;
}

.sidebar-page .post{
	position:relative;
	margin-bottom:60px;	
}

.sidebar-page .post .post-image {
    position: relative;
    display: block;
    overflow: hidden;
    margin-bottom: 30px;
    height: 0;
    padding-bottom: 62%;
}

.sidebar-page .post .post-image img{
	position:relative;
	width:100%;
	min-height:160px;
	transition:all 0.7s ease;
	-moz-transition:all 0.7s ease;
	-webkit-transition:all 0.7s ease;
	-ms-transition:all 0.7s ease;
	-o-transition:all 0.7s ease;	
}

.sidebar-page .post .post-image:hover img,
.sidebar-page .post-detail .post-image img{
	transform:scale(1.05,1.05);
	-webkit-transform:scale(1.05,1.05);
	-ms-transform:scale(1.05,1.05);
	-o-transform:scale(1.05,1.05);
	-moz-transform:scale(1.05,1.05);	
}

.sidebar-page .post .overlay{
	position:absolute;
	left:0px;
	top:0px;
	display:block;
	width:100%;
	height:100%;
	z-index:2;
}

.sidebar-page .post .caption{
	position:absolute;
	left:-90px;
	top:0px;
	width:90px;
	color:#ffffff;
	text-align:center;
	z-index:5;
	transition:all 0.7s ease;
	-moz-transition:all 0.7s ease;
	-webkit-transition:all 0.7s ease;
	-ms-transition:all 0.7s ease;
	-o-transition:all 0.7s ease;	
}

.sidebar-page .post:hover .caption,
.sidebar-page .post-detail .caption{
	left:0px;	
}

.sidebar-page .post .post-title {
    font-size: 24px;
    font-weight: 600;
    margin: 0px 0px 20px;
    height: 33px;
    overflow: hidden;
}

.sidebar-page .post .post-title a{
	color:#292929;	
}

.sidebar-page .post .post-title a:hover{
	color:#fb4848;	
}

.sidebar-page .post .content-box {
    padding: 25px 30px;
    border: 1px solid #cccccc;
    overflow: hidden;
}
.content-box img {
    width: 100%;
}
.sidebar-page .post .post-info{
	position:relative;
	font-size:14px;
	margin-bottom:10px;
}

.sidebar-page .post .post-text{
	font-size:16px;
	color:#565656;
	margin-bottom:15px;
	line-height:2em;
}

.sidebar-page .post-detail h2{
	font-size:30px;
	margin:0px 0px 30px;
}

.sidebar-page .post-detail .text{
	margin:30px 0px;
}

.sidebar-page .post-detail{
	font-family:'Roboto','Open Sans',sans-serif;
	font-size:15px;
}

.sidebar-page .social-links{
	position:relative;	
}

.sidebar-page .social-links strong{
	font-size:16px;
	font-weight:600;
	line-height:36px;
	text-transform:capitalize;
	padding-right:40px;	
}


.side-bar .widget{
	position:relative;
	margin-bottom:50px;
}

.side-bar .search-form .form-group{
	position:relative;	
}

.side-bar .sec-title{
	margin-bottom:30px;	
}


.side-bar .tags a{
	position:relative;
	display:inline-block;
	margin:0px 8px 10px 0px;
	line-height:20px;
	padding:5px 20px;
	font-size:14px;
	background:#bcbcbc;
	color:#ffffff;
	transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}

.side-bar .tags a:hover{
	color:#ffffff;
	background:#fb4848;	
}

.side-bar .latest-posts .post{
	position:relative;
	font-size:15px;
	margin-bottom:40px;
	min-height:70px;
	padding:0px 0px 0px 90px;
}

.side-bar .latest-posts .post .post-thumb{
	position:absolute;
	left:0px;
	top:0px;
	width:70px;
	height:70px;	
}

.side-bar .latest-posts .post .post-thumb img{
	width:100%;
	display:block;	
}

.side-bar .latest-posts .post h4{
	font-size:16px;
	font-weight:600;
	margin-bottom:10px;
	color:#292929;	
}

.side-bar .latest-posts .post a{
	color:#fb4848;	
}

.side-bar .latest-posts .post h4 a{
	color:#292929;	
}

.side-bar .latest-posts .post .fa{
	font-size:18px;	
}

.side-bar .cont-info .cont-box{
	position:relative;
	padding:20px 20px;
	border:1px solid #dddddd;
	font-size:14px;
	line-height:1.8em;
	color:#565656;
}

.side-bar .cont-info .cont-box .text{
	position:relative;
	font-size:15px;
	margin-bottom:16px;
	color:#565656;
}

.side-bar .cont-info .cont-box .info{
	position:relative;
	font-size:16px;
}

.side-bar .cont-info .cont-box .info li{
	position:relative;
	margin-bottom:5px;
	line-height:1.7em;
	color:#565656;
	font-size:15px;	
}

.side-bar .cont-info .cont-box .info li strong{
	position:relative;
	padding-right:8px;
	font-weight:500;
	color:#292929;	
}

.side-bar .cont-info .cont-box .info li a{
	color:#fb4848;
	transition:all 300ms ease;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;	
}

.side-bar .cont-info .cont-box .info li a:hover{
	color:#11c3f0 !important;	
}

.contact-form{
	position:relative;	
}

.contact-form .sec-title{
	margin-bottom:30px;
}

.contact-form .form-group {
    position: relative;
    display: block;
    padding: 0px 0px;
    margin-bottom: 10.2px;
}

.contact-form .form-group .form-label{
	display:block;
	margin-bottom:12px;
	font-weight:600;	
}

.contact-form input[type="text"], .contact-form input[type="password"], .contact-form input[type="email"], .contact-form input[type="tel"], .contact-form input[type="number"], .contact-form input[type="file"], .contact-form input[type="url"], .contact-form select, .contact-form textarea {
    position: relative;
    display: block;
    width: 100%;
    line-height: 24px;
    padding: 12px 20px;
    font-size: 14px;
    border: 1px solid #dddddd;
    background: #ffffff;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    color: #a9a9a9;
}

.contact-form input[type="text"]:focus,
.contact-form input[type="password"]:focus,
.contact-form input[type="email"]:focus,
.contact-form input[type="tel"]:focus,
.contact-form input[type="number"]:focus,
.contact-form input[type="file"]:focus,
.contact-form input[type="url"]:focus,
.contact-form select:focus,
.contact-form textarea:focus{
	border-color:#292929;	
}

.contact-form input.error,
.contact-form textarea.error{
	border-color:#ff0000 !important;
	background:rgba(252,90,27,0.05);
}

.contact-form label.error{
	display:none !important;	
}

.contact-form textarea{
	height:272px;
	resize:none;
	margin-bottom:20px;	
}

.contact-form button{
	background:#36404b;
	padding:10px 20px;
}

.contact-form button:before{
	background:#fb4848;	
}

.map-location{
	position:relative;
	width:100%;
	height:500px;	
}


.header-top-infos > ul > li {
	float: left;
    width: 50%;
    border-right: 1px solid #D3D3D3;
    padding: 0 18px;
}
.header-top-infos > ul > li:last-child {
	border: none;
}
.header-top-infos {
	font-size: 14px;
	line-height: 20px;
	color: #36404B;
	margin-top: 15px;
}
.header-top-infos p {
	margin-bottom: 5px;
}
.header-top-infos li div img {
	float: left;
	margin-right: 10px;
	margin-top: 5px;
}
.header-top-infos li div p {
	float: left;
}
div#vk_groups {
    margin: -13px;
}
	#loading-layer:before, #loading-layer:after, .mfp-preloader:before, .mfp-preloader:after {
		content: "";
		border-radius: 50%;
		background-color: #fb4848;
		position: absolute;
		left: 50%; top: 50%;
	}
	#loading-layer:before, .mfp-preloader:before {
		width: 100px; height: 100px;
		margin: -50px 0 0 -50px;
	}
	#loading-layer:after, .mfp-preloader:after {
		width: 40px; height: 40px;
		background-color: #36404b;
		margin: -20px 0 0 -20px;
	}

	#loading-layer:before, .mfp-preloader:before {
		-webkit-animation: load1 1s infinite ease;
		animation: load1 1s infinite ease;
	}
	#loading-layer:after, .mfp-preloader:after  {
		-webkit-animation: load2 1s infinite -0.32s ease;
		animation: load2 1s infinite -0.32s ease;
	}
	@-webkit-keyframes load1 {
		0%, 80%, 100% { -webkit-transform: scale(1,1); }
		40% { -webkit-transform: scale(.6,.6); }
	}
	@keyframes load1 {
		0%, 80%, 100% { transform: scale(1,1); }
		40% { transform: scale(.6,.6); }
	}
	@-webkit-keyframes load2 {
		0%, 80%, 100% { -webkit-transform: scale(1,1); }
		40% { -webkit-transform: scale(.5,.5); }
	}
	@keyframes load2 {
		0%, 80%, 100% { transform: scale(1,1); }
		40% { transform: scale(.5,.5); }
	}

/* #marker-bar,
	#txtselect_marker {
		display: block;
		visibility: hidden;
		position: absolute;
		z-index: 1200;
		opacity: 0;
		-webkit-transition: opacity .4s, visibility .1s linear .4s;
		transition: opacity .4s, visibility .1s linear .4s;
	}
	#txtselect_marker {
		cursor: pointer;
		background:url(/templates/CarService/dleimages/marker.png) no-repeat 0 0;
	}
	#txtselect_marker:hover { background-position: 0 -32px; }
	#marker-bar{
		border: 1px solid #ccc;
		border-radius: 15px;
		background: #fff;
		padding: 5px 10px;
		cursor: default;
		box-shadow: 0 0 4px #ccc; -webkit-box-shadow: 0 0 4px #ccc;
	}
	#marker-bar.show {
		-webkit-transition: opacity .4s, visibility 0s;
		transition: opacity .4s, visibility 0s;
		opacity: 1;
		visibility: visible;
	}
	#txtselect_marker.show {
		visibility: visible;
		width: 32px; height: 32px;
		-webkit-transition: opacity .4s, visibility 0s;
		transition: opacity .4s, visibility 0s;
		opacity: 1;
	}
	#marker-bar .masha-social,
	#marker-bar .masha-marker{
		cursor: pointer;
		display: block;
		margin: 0 5px;
		float: left;
	}
	#marker-bar .masha-marker{
		line-height: 1em;
		color: #aaa;
		border-bottom: 1px dotted #aaa;
		margin-right: 10px;
	}
	#marker-bar .masha-marker:hover {
		color: #ea3e26;
		border-color: #ea3e26;
	}
	.user_selection, .user_selection_true {
		background: #fff5d5;
		padding: 2px 0;
	}
	.user_selection a.txtsel_close,
	.user_selection_true a.txtsel_close { display: none; }
	.user_selection .closewrap, .user_selection_true .closewrap { position: relative; }
	.user_selection.hover a.txtsel_close, .user_selection_true.hover a.txtsel_close {
		display: inline-block;
		position: absolute;
		top: -7px; left: -5px;
		width: 33px; height: 33px;
		background: url(/templates/CarService/dleimages/closemarker.png) 0 0 no-repeat;
	}
	.user_selection.hover a.txtsel_close:hover,
	.user_selection_true.hover a.txtsel_close:hover { background-position: -0px -33px; }

	#share-popup {
		border: 1px solid #e6e6e6; border-color: rgba(0,0,0,0.1);
		border-radius: 2px;
		background: #fff;
		position: absolute; z-index: 100;
		width: 414px;
		display: none;
		padding: 20px 0;
		opacity: 0;
		box-shadow: 0 8px 40px -10px rgba(0,0,0,0.3);
		background-clip: padding-box;
		-webkit-transition: opacity .4s, visibility .1s linear .4s;
		transition: opacity .4s, visibility .1s linear .4s;
	}
	#share-popup.show {
		display: block; opacity: 1;
		-webkit-transition: opacity .4s, visibility 0s;
		transition: opacity .4s, visibility 0s;
	}
	#share-popup .social { padding: 0 0 10px 17px; }
	#share-popup .social p { padding-bottom: 10px; margin: 0; font-weight: bold;}
	#share-popup .social ul { list-style: none; margin: 0; padding: 0; }
	#share-popup .social ul li { display: inline; margin-right: 20px; padding-top: 2px; }
	#share-popup .social ul a {
		text-decoration: none;
		font-size: 12px;
		display: inline-block;
		color: #919191;
	}
	#share-popup .social ul a:hover { text-decoration: underline; }
	#share-popup .social a span {
		cursor: pointer;
		width: 20px; height: 20px;
		background: url(/templates/CarService/dleimages/social-icons.png) 20px 20px no-repeat;
		display: inline-block;
		vertical-align: middle;
		margin: -3px 5px 0 0;
	}
	#share-popup .social .tw span { background-position: 0 -20px; }
	#share-popup .social .tw:hover span { background-position: 0 0; }
	#share-popup .social .fb span { background-position: -20px -20px; } 
	#share-popup .social .fb:hover span { background-position: -20px 0; }
	#share-popup .social .vk span{ background-position: -40px -20px; }
	#share-popup .social .vk:hover span { background-position: -40px 0; }
	#share-popup .social .gp span{ background-position: -60px -20px; }
	#share-popup .social .gp:hover span { background-position: -60px 0; }
	#share-popup .link {
		clear: both;
		border-top: 1px solid #d9d9d9;
		padding: 10px 5px 0 10px;
		line-height: 1.2;
		overflow: hidden;
		margin: 0 7px;
	}
	#share-popup .link p {
		font-weight: bold;
		padding: 0 0 3px 0;
		margin: 0;
	}
	#share-popup .link span {
		color: #999;
		font-size: 10px;
		display: block;
		padding-top: 3px;
	}
	#share-popup .link a { display: block; }
	.dle-alert, .dle-confirm, .dle-promt { padding: 20px 1em !important; } */

/* --- РљРѕРјРјРµРЅС‚Р°СЂРёРё --- */
.addcomments_form {
	border-bottom: 1px solid #ff485b;
	position: relative;
}
	.addcomments_form .grid_1_4 .ultrabold { margin-top: -.2em; }
	.addcomments_form:after,
	.addcomments_form:before {
		content: "";
		position: absolute;
		top: 100%; left: 50%;
		margin-left: -200px;
		border: solid transparent;
		border-top-color: #ff485b;
		border-width: 34px 34px 0 0;
	}
	.addcomments_form:after { margin: -2px 0 0 -199px; border-top-color: #fff; }/* РњРѕРґРёС„РёРєР°С†РёСЏ BB СЂРµРґР°РєС‚РѕСЂР° РґР»СЏ РєРѕРјРјРµРЅС‚Р°СЂРёРµРІ */

/* --- РљРѕРјРјРµРЅС‚Р°СЂРёРё --- */
.comment {
	position: relative;
	padding-right: 26%;
	padding-left: 130px;
	margin-bottom: 50px;
}

	.comment .text > .title { margin-top: 0; }/* РќРёР¶РЅСЏСЏ С‡Р°СЃС‚СЊ РєРѕРјРјРµРЅС‚Р°СЂРёСЏ */
