@charset "utf-8";
/* CSS Document */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
@font-face {
    font-family: 'Raleway';
    src: url('../fonts/RalewayBold.eot');
    src: url('../fonts/RalewayBold.eot') format('embedded-opentype'),
         url('../fonts/RalewayBold.woff2') format('woff2'),
         url('../fonts/RalewayBold.woff') format('woff'),
         url('../fonts/RalewayBold.ttf') format('truetype'),
         url('../fonts/RalewayBold.svg#RalewayBold') format('svg');
	font-weight:bold;
}

@font-face {
    font-family: 'RalewayLight';
    src: url('../fonts/RalewayLight.eot');
    src: url('../fonts/RalewayLight.eot') format('embedded-opentype'),
         url('../fonts/RalewayLight.woff2') format('woff2'),
         url('../fonts/RalewayLight.woff') format('woff'),
         url('../fonts/RalewayLight.ttf') format('truetype'),
         url('../fonts/RalewayLight.svg#RalewayLight') format('svg');
}

@font-face {
    font-family: 'Raleway';
    src: url('../fonts/RalewayRegular.eot');
    src: url('../fonts/RalewayRegular.eot') format('embedded-opentype'),
         url('../fonts/RalewayRegular.woff2') format('woff2'),
         url('../fonts/RalewayRegular.woff') format('woff'),
         url('../fonts/RalewayRegular.ttf') format('truetype'),
         url('../fonts/RalewayRegular.svg#RalewayRegular') format('svg');
	font-weight:normal;
}

html {
	}
body {
	line-height: 1.33;
	font-family:Arial;
	font-family: 'Raleway';
}

ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

.clr {
	clear:both;
	float:none;}
	
img {
	max-width:100%;
}

a {
    transition: 0.4s ease-in-out all;
	-moz-transition: 0.4s ease-in-out all;
	-webkit-transition: 0.4s ease-in-out all;
	text-decoration:none;
}

a:hover {
	text-decoration:none;
}
	
h1, .left-bar h3, .content-bottom h3 {
	margin-bottom:15px;
	font-weight:bold;
	font-size:30px;
}

h2 {
	margin-bottom:15px;
	font-weight:bold;
	font-size:24px;
}

header {
	/*background:url(../images/slash_it.png) center 0 repeat #ab0d26;*/
	background:url(../images/binding_dark.png) center 0 repeat #ab0d26;
}

#wrap-contact-form90 {
	float:right;
	margin-left:50px;
}

#wrap-contact-form90 .sscf-popup {
	border:1px solid #fff;
	margin-top:9px;

}

#dj-megamenu87mobile {
	float:left;
}

.top-callback .custom {
	float:right;
	color:#fff;
	font-size:20px;
	line-height:30px;
}

.top-callback .custom img {
	height:22px;
	margin-bottom: -5px;
	width:auto;
}

.top-callback .custom a {
	color:#fff;
}

.slideshow {
	background:url(../images/slide_bg.jpg) center 0 no-repeat;
	height:400px;
	background-size:cover;
}

.slideshow h1 {
	line-height:150px;
	margin-bottom:0;
}

.slideshow .row {
	position:relative;
}

.slideshow .row .keys {
	position:absolute;
	left:-150px;
	top:0;
	/*background-image:url(../images/car-keys.png);*/
	width:731px;
	height:500px;
}

.slideshow .moduletable.logo {
	padding:35px 0;
	text-align:right;
	color:#fff;
	font-size:50px;
	padding-left:50%;
	font-weight:bold;
}

.slideshow .moduletable.logo  img {
	height:80px;
}

.top {
	background:url(../images/binding_dark.png) center 0 repeat #ab0d26;
	padding:70px;
	color:#fff;
	text-align:center;
}

.top a {
	color:#fff;
}

.top a:hover {
	color:#fff;
	text-decoration:underline;
}

.left-bar {
	padding-top: 25px;
    padding-bottom: 25px
}

.left-bar a {
	color:#212121;
	text-transform:uppercase;
	font-weight:bold;
	font-size:14px;
}

.left-bar .nav li {
	line-height:35px;
}

.left-bar .nav li.current , .left-bar .nav li:hover {
	
}

.left-bar .nav li.current a, .left-bar .nav li:hover a {
	color:#ab0d26;
	padding-left:15px;
	border-left:#ab0d26 3px solid;
}

.left-bar .moduletable {
	margin-bottom:45px;
}

.left-bar .tpm-showcase.rtp-1 {
	margin: 0 !important; 
    width: 100% !important;
	
}

.left-bar .tpm-showcase-bubble-top, .left-bar .tpm-showcase-top {
	padding:20px 5%;
}

/*.top .services {
	padding-top:200px;
}

.top .service1 {
	background:url(../images/service1.png) center 0 no-repeat;
}

.top .service2 {
	background:url(../images/service2.png) center 0 no-repeat;
}

.top .service3 {
	background:url(../images/service3.png) center 0 no-repeat;
}

.top .service4 {
	background:url(../images/service4.png) center 0 no-repeat;
}*/

.breadcrumbs {
	background-color:#ab0d26;
	color:#fff;
}

.breadcrumbs a {
	color:#fff;
	text-decoration:underline;
}
	
.breadcrumbs ul li {
	display: inline-block;
    line-height: 20px;
    font-size: 11px;
}

.component {
	padding-top:25px;
	padding-bottom:25px;
}
	
.component ol, .component ul{
	padding-left:20px;
}

.component ol li {
	list-style:decimal;
	margin-left:20px;
	margin-bottom:10px;
}

.component ul li {
	list-style: disc;
	margin-left:20px;
	margin-bottom:10px;
}

.component p {
	margin-bottom:8px;
}

.leadings {
	clear:both;
	margin-bottom:20px;
}

.item-image {
	width:30%;
	margin:0 20px 10px 0;
}
	
input.inputbox {
	border:solid #ccc 1px;
	border-radius:4px;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	color:#777;
	margin-bottom:2px;
	padding:5px 5px 4px;}
	
.content-bottom {
	margin-bottom:25px;
}

.content-bottom  .tags {
	padding:30px;
	background-color:#f5f5f5;
	font-size:95%;
}
	
.bottom {
	padding:30px 0;
	background:url(../images/binding_dark.png) center 0 repeat #ab0d26;
	color:#fff;
}

.bottom-left h3 {
	margin-bottom:15px;
	font-weight:bold;
	font-size:30px;
}

.bottom-left a {
	color:#fff;
	text-decoration:none;
}

footer {
	background-color:#569723;
}
	
.copyright {
	width:100%;
	text-align:center;
	overflow:hidden;
	padding: 0;}
	
.copyright a {
	font-size:12px;
	line-height:30px;
	color:#FFF;
	text-decoration:none;}
	
.copyright a span.weboby {
	background:url(http://webo.by/images/webo_white30.png) 0 0 no-repeat;
	text-indent:99999px;
	display:inline-block;
	height:30px;
	width:57px;
	}
.dj-megamenu-offcanvas-dark .dj-mobile-open-btn:focus {
	background:none;
} 
/*------------------ENDRESET--------------------*/

@media (max-width: 767px) {
.slideshow .row .keys {display:none;}
.slideshow .moduletable.logo {padding-left:0;text-align:center;}
#wrap-contact-form90 .sscf-popup {margin-bottom:9px;}
.bottom-left {text-align:center;} 
}
@media (min-width: 768px) and (max-width: 991px) {
.slideshow .row .keys {display:none;}
.slideshow .moduletable.logo {padding-left:0;text-align:center;}
#wrap-contact-form90 .sscf-popup {margin-bottom:9px;}
}
@media (min-width: 992px) and (max-width: 1199px) {
.dj-megamenu li a.dj-up_a {font-size:13px;padding:0 10px;}
.slideshow .moduletable.logo {font-size:40px;padding-left: 60%;}
}
@media (min-width: 1200px) {
  
}
@media (max-width: 550px) {
.top-callback .custom {font-size:12px;}
#wrap-contact-form90 {margin-left:10px;}
.sscf-popup  {padding: 10px 10px; font-size:12px;}
.slideshow .moduletable.logo {font-size:40px;}
}

/* alerts */

.alert {
    padding: 20px 25px;
    margin-bottom: 15px;
    box-shadow: none;
}

.alert h3 {
    font-size: 18px;
    margin-bottom: 5px;
}

.alert-success .close {
    color: #9ab091;
}

.alert-success, .alert-success h3, .alert-success .close:hover {
    color: #516c46;
}

.alert-warning, .alert-warning h3, .alert-warning .close:hover {
    color: #998937;
}

.alert-info, .alert-info h3, .alert-info .close:hover {
    color: #2c6f90;
}

.alert-error, .alert-error h3, .alert-error .close:hover {
    color: #833333;
}

.alert .close {
    background: none;
    opacity: 1;
	float:right;
}

.alert-warning .close {
    color: #d5c98b;
}

.alert-info .close {
    color: #91b1c1;
}

.alert-error .close {
    color: #cc9999;
}
.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
}
.alert h4 {
  margin-top: 0;
  color: inherit;
}
.alert .alert-link {
  font-weight: bold;
}
.alert > p,
.alert > ul {
  margin-bottom: 0;
}
.alert > p + p {
  margin-top: 5px;
}
.alert-dismissable {
  padding-right: 35px;
}
.alert-dismissable .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}
.alert-success, .alert-message {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #468847;
}
.alert-success hr, .alert-message hr {
  border-top-color: #c9e2b3;
}
.alert-success .alert-link, .alert-message .alert-link {
  color: #356635;
}
.alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #3a87ad;
}
.alert-info hr {
  border-top-color: #a6e1ec;
}
.alert-info .alert-link {
  color: #2d6987;
}
.alert-warning {
  background-color: #fcf8e3;
  border-color: #faebcc;
  color: #c09853;
}
.alert-warning hr {
  border-top-color: #f7e1b5;
}
.alert-warning .alert-link {
  color: #a47e3c;
}
.alert-danger {
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #b94a48;
}
.alert-danger hr {
  border-top-color: #e4b9c0;
}
.alert-danger .alert-link {
  color: #953b39;
}