/*********************SHORTCODES***********************/

/**list***/
.list-shortcode li a{color: #f7b71e;}
ul.list-shortcode.tagFeatures li{
    font-family: 'Raleway', sans-serif;
    display: inline-block;
    margin: 0 11px 11px 0;
    padding: 4px 5px;
    border-radius: 10px;
    border: 1px solid #f7b71e;
    font-size: 12px;
}
ul.list-shortcode.tagFeatures li  .badge{
    display: inline-block;
    margin-right: 2px;
    padding: 0;
    width: 15px;
    line-height: 15px;
    background: #8a8a8a;
    font-weight: normal;
    text-align: center;
}
ul.list-shortcode.tagFeatures li .badge i{font-size: 11px;}
/*****divider***********/
.line-spacer{border-color: rgba(156, 156, 156, 0.3);}

/*********Dropcap**************/
.dropcap-shortcode{
    font-family: 'Raleway', sans-serif;
    font-size: 17px;
    color: #9c9c9c;
}
.dropcap-shortcode span.bigLetter{
    text-align: center;
    font-size: 43px;
    font-weight: 200;
    width: 63px;
    line-height: 63px;
    display: inline-block;
    background: #293133;
    margin: 5px 20px 20px 0;
    color: #f7b71e;
    transform: rotate(45deg);
    margin-left: 20px;
    position: relative;
    top: 8px;
}
.dropcap-shortcode span.bigLetter span{
    transform: rotate(-45deg);
    display: inline-block;
}

/**********Team member*********/

.team-shortcode img {
    width: 100%
}
.team-shortcode ul.social-icons {
    margin-top: 10px;
}
ul.social-icons li.social-icon {
    margin-right: 19px;
}
ul.social-icons li.social-icon a {
    border-radius: 0px;
}
ul.social-icons li.social-icon a:hover {
    background: #ffdd00;
}
.team-shortcode .testimonial-body {
    min-height: 191px;
}

/***team alternative**/
.team-shortcode2 img {
    width: 100%;
}
.team-shortcode2 .image, 
.team-shortcode2 .bio {
    border-color: #fff;
}
.team-shortcode2 ul.social-icons li.social-icon a {
    width: 100%;
    height: 100%;
    line-height: 28px;
}
.team-shortcode2 ul.social-icons li.social-icon {
    margin-right: 4px;
    margin-left: 4px;
    margin-top: 18px;
    float: none;
}
.team-shortcode2 ul.social-icons li.margin_social-icon {
    margin-right: 8px;
}
.instructor .social-icons {
  padding-left: 10px;
}
/******progress bar********/
.progress{height: 20px}
.progress-title{
    margin: 0 0 10px;
    font-size: 14px;
    color: #222;
    font-weight: 700;
}
.progress-title span{
    float: right;
}
.progress-bar-info {
    background-color: #5bc0de;
}
.progress-bar-success {
    background-color: #5cb85c;
}
.progress-bar-danger {
    background-color: #d9534f;
}
.progress-bar-warning {
    background-color: #f0ad4e;
}
.progress-bar-primary {
    background-color: #337ab7;
}
/**********buttons***********/
.btn .icon-left{margin-right: 10px;}
.btn .icon-right{margin-left: 10px;}
.btn-drivepro{ 
    border-radius: 0px !important;
    border: 0;
    background: #f7b71e;
    color: #FFF;
    font-weight: 300;
    letter-spacing: 0.5px;
    text-shadow: none;
}
.btn-drivepro:hover{
    background: #293133;
    color: #FFF;
}
a.btn,
.not_line a {
    text-decoration: none;
    text-transform: uppercase;
}

.not_radius {
    border-radius: 0px;
}

/***vertical navigation**/
.vernav ul.nav-list li a{
    display: block;
    padding: 3px 20px 3px 0;
    clear: both;
    font-weight: normal;
    line-height: 1.42857143;
    color: #7b8a8b;
    white-space: nowrap;
}
.vernav ul.nav-list li a:hover{
    text-decoration: none;
    color: #ffffff;
    background-color: #2c3e50;
}

/***********tabs*********/
/*.tab-shortcode ul.nav-tabs{width: 40%}
*/.tab-shortcode .tab-content{width: 60%;}
/********Accordion*******/
.acc-shortcode{
    border: 1px solid rgba(156, 156, 156, 0.3);
    border-top-width: 0;
}
.acc-shortcode .panel.panel-default{
    border-radius: 0;
    border: 0;
    margin: 0;
}

.acc-shortcode .panel-heading{
    border-top: 1px solid rgba(156, 156, 156, 0.3);
    padding: 0;
    background: none;
}
.acc-shortcode .panel-title{
    margin-top: 0;
    margin-bottom: 0;
    font-size: 16px;
    color: inherit;
}
.acc-shortcode .panel-title a{
    display: block;
    line-height: 47px;
    font-family: 'Raleway', sans-serif;
    color: #414141;
    font-weight: 300;
    margin-left: 15px;
}
.acc-shortcode .panel-title a i{
    color: #f7b71e;
    display: inline-block;
    margin-right: 10px;
    text-align: center;
}
.acc-shortcode .panel-title a span.sign{
    text-align: center;
    color: #000;
    width: 45px;
    float: right;
    line-height: 47px;
    border-left: 1px solid rgba(156, 156, 156, 0.3);
}
.acc-shortcode .panel-title  a .sign:before {
    content: "\f068";
}
.acc-shortcode .panel-title  a.collapsed .sign:before {
    content: "\f067";
}
.acc-shortcode .panel-body{
    padding: 20px;
    font-family: 'Raleway', sans-serif;
    font-size: 15px;
    color: rgba(156, 156, 156, 0.9);
}
.acc-shortcode .panel-body .icon {
    width: 68px;
    line-height: 68px;
    background: #f7b71e;
    color: #FFF;
    border-radius: 100%;
    text-align: center;
    float: left;
}
.acc-shortcode .panel-body p{
    font-family: 'Raleway', sans-serif;
    font-size: 15px;
    color: rgba(156, 156, 156, 0.9);
    line-height: 25px;
}
/**************Testimonial**************/
.test-shortcode{
    margin: 15px 0 10px;
}
.test-shortcode .item{
    color:  rgba(156, 156, 156, 0.9);
    text-align: center;
    font-family: 'Raleway', sans-serif;
}
.test-shortcode .item.color-white{
    color: #ffffff;
}
.test-shortcode .item .clientPhoto{
    width: 153px;
    height: 153px;
    border-radius: 100%;
    padding: 20px;
    margin: 0 auto;
    border: 1px solid rgba(156, 156, 156, 0.3);
}
.test-shortcode .item.color-white .clientPhoto{
    border-color: #ffffff;
}
.test-shortcode .item .clientPhoto img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
}
.test-shortcode .item .clientNameTitle {
    margin: 20px 0;
}
.test-shortcode .item .arrow {
    margin-bottom: 30px;
    font-size: 40px;
}
.test-shortcode .item .arrow img {
    width: 42px;
    display: block;
    margin: 0 auto;
}
.test-shortcode .item .testimonial {
    background: rgba(156, 156, 156, 0.1);
    font-size: 22px;
    font-weight: 300;
    border-radius: 10px;
    padding: 20px 40px;
}
.test-shortcode .item.color-white .testimonial{
    background: rgba(255, 255, 255, 0.1);
}
.test-shortcode .owl-controls .owl-nav{
    position: absolute;
    top: 50%;
    width: 100%;
    margin-top: -70px;
}
.test-shortcode .owl-controls .owl-nav .owl-prev{
    width: 50px;
    height: 50px;
    border-radius: 0px;
    opacity: 1;
    background: transparent;
    position: relative;
    float: left;
    font-size: 0px;
    right: 5px;
    line-height: 120px;
    transition: .4s;
}
.test-shortcode .owl-controls .owl-nav .owl-prev:before{
    content: "\f104";
    font-family: FontAwesome;
    font-size: 50px;
    color: #f7b71e;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
}
.test-shortcode .owl-controls .owl-nav .owl-next{
    width: 50px;
    height: 50px;
    border-radius: 0px;
    opacity: 1;
    background: transparent;
    position: relative;
    float: right;
    font-size: 0px;
    right: -5px;
    line-height: 120px;
    transition: .4s;
}
.test-shortcode .owl-controls .owl-nav .owl-next:before{
    content: "\f105";
    font-family: FontAwesome;
    font-size: 50px;
    color: #f7b71e;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
}

.test-shortcode .owl-controls .owl-nav .owl-prev:hover:before,
.test-shortcode .owl-controls .owl-nav .owl-next:hover:before {
    color: #000;
}
/**********slider************/
.flex-direction-nav a:before  { font-family: "FontAwesome" !important;; font-size: 24px !important; display: inline-block; content: '\f053' !important;; line-height:1.8 !important; }
.flex-direction-nav a.flex-next:before  { content: '\f054' !important; }
.flex-control-paging{bottom: 10px;}
.flex-control-paging li a{background: rgba(247, 183, 30, 0.3);}
.flex-control-paging li a.flex-active, .flex-control-paging li a:hover{background: rgba(247, 183, 30, 0.9);}
.page-slider-wrapper{position: relative;}
.page-slider-wrapper .slides > li {position: relative;}
.page-slider-wrapper .flex-direction-nav a{opacity: 0.75; color:#ffdd00;}
.page-slider-wrapper .flex-direction-nav a.flex-prev, 
.page-slider-wrapper .flex-direction-nav a.flex-next{right: 0;}
.page-slider-wrapper .flex-direction-nav a.flex-prev:hover,
.page-slider-wrapper .flex-direction-nav a.flex-next:hover{opacity: 1;}


/**************Content Slider************/
.content-slider .owl-controls {
    position: absolute;
    top: -40px;
    right: 10px;
}
.content-slider .owl-controls .owl-nav .owl-prev {
margin-right: 20px;
}
.content-slider .owl-controls .owl-nav .owl-prev i, .content-slider .owl-controls .owl-nav .owl-next i {
font-size: 28px;
}
.content-slider .owl-controls .owl-nav .owl-prev, .content-slider .owl-controls .owl-nav .owl-next {
float: left;
color: #ffdd00;
}
/************* featured block ***********/
.fblock .media-left {
    padding-right: 20px;
}
.fblock .media-left i {
    width: 65px;
    line-height: 65px;
    text-align: center;
    background: rgba(51, 61, 64, 0.3);
    font-size: 22px;
    color: #FFF;
    border-radius: 100%;
}
.fblock .media-body h5 {
    font-size: 16px;
    color: #000;
    margin-top: 5px;
}
.fblock .media-body p {
    font-size: 13px;
    color: #9c9c9c;
    margin-bottom: 5px;
}

/*************service license block**********/
.licenseblock .square a {
    text-decoration: none;
}

/*************Training block**********/
.training_block h5 {
    color: #fff;
}
.training_block a {
    text-decoration: none;
}

/*************Help block**********/
.help_block a {
    text-decoration: none;
}

/********About block********/
.about_block a{
    text-decoration: none;
    z-index: 2000;
}
/**********modal box************/
.modal-dialog{
    z-index: 9999;
    padding-top: 200px;
}
/**************social buttons*************/
div.social-icons div a:hover{
    background: #ffdd00;
    border: solid 1px transparent !important;
    color: #fff !important;
    transition: .4s;
}
div.social-icons div:hover i{
    -webkit-animation: toTopFromBottom 0.3s forwards;
    -moz-animation: toTopFromBottom 0.3s forwards;
    animation: toTopFromBottom 0.3s forwards;
}
/**********pricing tables********/

.mp-btn a:hover {
    background: #fff !important;
    opacity: 1;
}

.old_price {
    font-size: 13px;
    line-height: 20px !important;
    margin-top: 21px;
    text-decoration: line-through;
    position: absolute;
}

/*********Contact details*********/
.not_line {
    margin-top: 20px;
}
.not_line a {
    color: #222;
    font-weight: 700;
}
.not_line a i {
    margin-right: 10px;
    color: #222;
}
.getInTouch_tab .tab-content {
    border-bottom: none;
    margin-left: 20px;
}
/*tabbed*/
.tab-pane.active .icon, 
.list-unstyled.contact-vertical .icon {
  float: left;
  font-size: 20px;
}
.contact-tabbed ul.nav-tabs {border: 0;}
.contact-tabbed ul.nav-tabs li a {
    border-radius: 0;
    background: #ffdd00;
    border: 0;
    padding: 0;
    line-height: 120px;
}
.contact-tabbed ul.nav-tabs li a span {
    width: 62px;
    line-height: 60px;
    border: 1px solid rgba(255, 255, 255, 0.8);
    transform: rotate(45deg);
    display: inline-block;
}
.contact-tabbed ul.nav-tabs li a i {
    color: #FFF;
    transform: rotate(-45deg);
    font-size: 24px;
}
.contact-tabbed ul.nav-tabs li.active a {
    background: #ffdd00;
    border: 0;
    position: relative;
}
.contact-tabbed ul.nav-tabs li.active a:after {
    content: '';
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #f7b71e;
    position: absolute;
    bottom: -10px;
    left: -webkit-calc(50% - 10px);
    left: calc(50% - 10px);
}
.contact-tabbed ul.nav-tabs li a:before {
    border-bottom: none;
}
.contact-tabbed ul.nav-tabs li a:after {
    border-top: none;
}
.contact-tabbed .tab-content {font-family: 'Raleway', sans-serif;}
.contact-tabbed .tab-content .tab-pane {
    background: #FFF;
    padding: 24px 15px 20px 20px;
}
.contact-tabbed .tab-content .tab-pane i {
    font-size: 16px;
    color: #777;
    margin-right: 10px;
}

/*vertical*/
ul.contact-vertical li{font-size: 14px;}
ul.contact-vertical li i {
font-size: 16px;
color: #777;
margin-right: 10px;
width: 17px;
}

/************flickr gallery*********/
.flickr-gallery {
	background: rgba(156, 156, 156, 0.1);
	position: relative;
	display: block;
	height: 175px;
	padding: 0px;
	width:100%;
}

.thumbs {
	margin: 0;
	padding: 0;
	overflow: hidden;
}

.thumbs a {
    width: 78px;
    height: 78px;
    border-radius: 100%;
    overflow: hidden;
    display: inline-block;
    padding: 10px;
    margin: 0;
    background: rgba(41, 49, 51, 0.8);
    border: 0;
}

.thumbs img {
	display: block;
	width: 58px;
	height: 58px;
	border-radius: 50%;
}

.thumbs a img {
	border: none;
}

.thumbs {
	margin: 0px;
	overflow: hidden;
}

#flickr_slider {
	padding: 50px;
	padding-bottom: 47px;
}

#flickr_slider .owl-item {
	padding: 0;
	margin: 0;
}

#flickr_slider .owl-prev {
	position: absolute;
	top: 0;
	left: -10%;
	right: 0;
	background: rgba(156, 156, 156, 0.7);
	height: 30px;
	border-radius: 0px;
	opacity: 1;
	font-size: 0px;
	width: 120%;
}

#flickr_slider .owl-prev:before {
	width: 100%;
	height: 30px;
	content: "\f100";
	font-family: FontAwesome;
	font-size: 14px;
	color: #000;
	text-align: center;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	line-height: 30px
}

#flickr_slider .owl-next {
	position: absolute;
	bottom: 5px;
	left: -10%;
	right: 0;
	background: rgba(156, 156, 156, 0.7);
	height: 30px;
	border-radius: 0px;
	opacity: 1;
	font-size: 0px;
	width: 120%;
}

#flickr_slider .owl-next:before {
	width: 100%;
	height: 30px;
	content: "\f101";
	font-family: FontAwesome;
	font-size: 14px;
	color: #000;
	text-align: center;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	line-height: 30px
}

#flickr_slider .owl-next:hover, #flickr_slider .owl-prev:hover {
	background: #9c9c9c;
	transition: .4s;
}

#flickr_slider .owl-next:hover:before, #flickr_slider .owl-prev:hover:before {
	opacity: 1;
	transition: .4s;
}
.slides img {
  width: 100%;
}
/*****************Twitter**********/
.twit-shortcode.twitterSlide{margin-top: 0;}
.twitterSlide {
  background: #ffdd00;
  min-height: 120px;
  text-align: center;
  color: #FFF;
  padding: 110px 0 80px;
  margin-top: -70px;
  font-family: 'Raleway', sans-serif;
  overflow: hidden;
  font-size: 17px;
}
.twitterSlide .owl-stage .owl-item .item i {
    font-size: 24px;
}
.twitterSlide .twitterSlider .owl-controls .owl-nav .owl-prev {
  left: 0;
}
.twitterSlide .twitterSlider .owl-controls .owl-nav .owl-next {
  right: 0;
}

.twitterSlide .twitterSlider  .owl-controls .owl-nav .owl-prev, 
.twitterSlide .twitterSlider .owl-controls .owl-nav .owl-next {
  position: absolute;
  bottom: -80px;
}
.twitterSlide .twitterSlider .owl-controls .owl-nav .owl-prev:before, 
.twitterSlide .twitterSlider .owl-controls .owl-nav .owl-next:before {
  content: '';
  width: 0;
  height: 0;
  border-top: 50px solid transparent;
  border-bottom: 50px solid transparent;
  position: absolute;
  bottom: -50px;
}
.twitterSlide .twitterSlider .owl-controls .owl-nav .owl-prev:before {
  border-left: 50px solid #222;
}
.twitterSlide .twitterSlider .owl-controls {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
.twitterSlide .twitterSlider .owl-controls .owl-nav .owl-prev i, 
.twitterSlide .twitterSlider .owl-controls .owl-nav .owl-next i {
  position: relative;
  z-index: 1;
  color: #FFF;
  width: 23px;
  line-height: 37px;
  font-size: 24px;
}
.twitterSlide .twitterSlider .owl-controls .owl-nav .owl-prev:before, 
.twitterSlide .twitterSlider .owl-controls .owl-nav .owl-next:before {
  content: '';
  width: 0;
  height: 0;
  border-top: 50px solid transparent;
  border-bottom: 50px solid transparent;
  position: absolute;
  bottom: -50px;
}
.twitterSlide .twitterSlider .owl-controls .owl-nav .owl-next:before {
  border-right: 50px solid #222;
  left: -27px;
}
/************blog listing*************/
.bloglisting .flex-video iframe{
    max-width: 100%;
}

/**************Parallax**********/
.fullsize.parallax-bg{
    background-size: cover;
	-moz-background-size: cover;
	-webkit-background-size: cover;
	box-sizing: content-box!important;
	-moz-box-sizing: content-box!important;
	-webkit-box-sizing: content-box!important;
    position: relative;
    z-index: 0;

}
.parallax-wrapper{
    background-position: 50% 50%;
    background-attachment:fixed;
    background-repeat: no-repeat;
    position: relative;
    -webkit-background-size: cover !important; 
    -moz-background-size: cover !important;    
    -o-background-size: cover !important;     
    background-size: cover !important;         
}
.fullsize.fullsize-background{
     background-repeat: no-repeat;
    position: relative;
    -webkit-background-size: cover !important; 
    -moz-background-size: cover !important;    
    -o-background-size: cover !important;     
    background-size: cover !important;         
}
.fullsize {color: inherit;}
.fullsize-background.notopborder{border-top:none}
.fullsize-background.nobottomborder{border-bottom:none}
.padding-none { padding:0 !important;}
.padding-xsmall { padding:5px 0 !important;}
.padding-small { padding:15px 0 !important;}
.padding-medium{ padding:30px 0 !important;}
.padding-large { padding: 60px 0 !important;}
.mb_YTVPlayer{display:block !Important}

/************Google Map******************/
.gm-shortcode>div{
    margin: 0 auto;
}
.gmnoprint img {
    max-width: none; 
}
/*************contact form 7**************/
span.wpcf7-form-control-wrap {
    position: initial;
}
.wpcf7 br {
    display: none;
}
.wpcf7-form p input:not([type=submit]):not([type=file]), 
.wpcf7-form p textarea {
    background: none;
    border: 1px solid #d3d3d3;
    border-radius: 0;
    width: 100%;
    outline: none !important;
    padding: 6px 12px 6px 45px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    -webkit-transition: .25s;
    -moz-transition: .25s;
    -o-transition: .25s;
    -ms-transition: .25s;
    transition: .25s;
} 
.wpcf7-form p textarea {
    height: 168px;
}
.wpcf7-form p span:before {
    content: '\f007';
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0);
    position: relative;
    top: 33px;
    left: -153px;
    height: 27px;
    width: 38px;
    line-height: 27px;
    text-align: center;
    font-size: 16px;
    border-right: 1px solid #cccccc;
    text-align: center;
}
.wpcf7-form p:nth-of-type(2) span:before {
    content: "\f0e0";
}
.wpcf7-form p:nth-of-type(3) span:before {
    content: "\f02b";
    left: -57px;
}
.wpcf7-form p:nth-of-type(4) span:before {
    content: "\f075";
    left: -100px;
}
.wpcf7-form p:nth-of-type(5) span:before,
.wpcf7-form p:nth-of-type(6) span:before {
    content: "\f073";
    left: -46px;
}
.wpcf7-form p:nth-of-type(6) span:before {
    left: -25px;
}
.wpcf7-form-control.wpcf7-submit {
    display: inline-block;
    padding: 5px 36px;
    border-radius: 0;
    background: #ffdd00;
    border: 1px solid #ffdd00;
    border: none;
    text-transform: uppercase;
    text-decoration: none;
    color: #222;
    font-weight: 700;
    font-size: 15px;
    line-height: 30px;
    -webkit-transition: .25s;
    -moz-transition: .25s;
    -o-transition: .25s;
    -ms-transition: .25s;
    transition: .25s;
    outline: none !important;
}
.wpcf7-form p:first-of-type, 
.wpcf7-form p:nth-of-type(2) {
    width: 49%;
    float: left;
}

.wpcf7-form p:nth-of-type(5),
.wpcf7-form p:nth-of-type(6) {
    width: 49%;
    float: left;
    position: relative;
} 
.wpcf7-form p:nth-of-type(6) {
    float: right;
}
.wpcf7-form p:nth-of-type(2) {
    float: right;
}
.form-control {
    box-shadow: none !Important;
}
.col-sm-6 .wpcf7-form p:first-of-type,
.col-sm-6 .wpcf7-form p:nth-of-type(2),
.col-sm-5 .wpcf7-form p:first-of-type,
.col-sm-5 .wpcf7-form p:nth-of-type(2),
.col-sm-4 .wpcf7-form p:first-of-type,
.col-sm-4 .wpcf7-form p:nth-of-type(2),
.vc_col-sm-6 .wpcf7-form p:first-of-type, 
.vc_col-sm-6 .wpcf7-form p:nth-of-type(2),
.vc_col-sm-5 .wpcf7-form p:first-of-type, 
.vc_col-sm-5 .wpcf7-form p:nth-of-type(2),
.vc_col-sm-4 .wpcf7-form p:first-of-type, 
.vc_col-sm-4 .wpcf7-form p:nth-of-type(2) {
    width: 100%;
}
.col-sm-6 .wpcf7-form p:last-of-type {
    text-align: center;
    clear: both;
}

@media all and (max-width: 768px) {
    .wpcf7-form p:first-of-type, 
    .wpcf7-form p:nth-of-type(2) {
        width: 100%;
    }
}
/**************Special products*****************/
ul.specprod{
	list-style: none;
}
ul.specprod li{
	height: auto;
    margin: 0 10px;
    transition: .3s;
    cursor: pointer;
}
.car-shortcode.specprod .owl-controls  .owl-prev{
    width: 33px;
    height: 33px;
    border: 1px solid #e5e5e5;
    border-radius: 50%;
    opacity: 1;
    background: #fff;
    position: relative;
    float: left;
    font-size: 0px;
    left: 28px;
    line-height: 29px;
    position: absolute;
    top: 50%;
    margin-top: -17px;
}
.car-shortcode.specprod .owl-controls  .owl-prev:before{
    content: "\f104";
    font-family: FontAwesome;
    font-size: 18px;
    color: #9f9f9f;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
}
.car-shortcode.specprod .owl-controls .owl-next{
    width: 33px;
    height: 33px;
    border: 1px solid #e5e5e5;
    border-radius: 50%;
    opacity: 1;
    background: #fff;
    position: relative;
    float: right;
    font-size: 0px;
    right: 28px;
    line-height: 29px;
    position: absolute;
    top: 50%;
    margin-top: -17px;
}
.car-shortcode.specprod .owl-controls  .owl-next:before{
    content: "\f105";
    font-family: FontAwesome;
    font-size: 18px;
    color: #9f9f9f;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
}
.car-shortcode.specprod .owl-controls  .owl-next:hover,
.car-shortcode.specprod .owl-controls  .owl-prev:hover{
    background: #f7b71e;
    color: #fff;
    border-color: #f7b71e;
}
.car-shortcode.specprod .owl-controls  .owl-next:hover:before,
.car-shortcode.specprod .owl-controls .owl-prev:hover:before{
    color: #ffffff;
}
ul.specprod li span.onsale{
	color: #fff;
	min-height: 32px;
	min-width: 32px;
	padding: 4px;
	font-size: 12px;
	font-weight: 700;
	position: absolute;
	text-align: center;
	line-height: 32px;
	top: 6px;
	left: 6px;
	margin: 0;
	-webkit-border-radius: 20px;
	border-radius: 20px;
	background: #a2c094;
	background: -webkit-gradient(linear,left top,left bottom,from(#a2c094),to(#85ad74));
	background: -webkit-linear-gradient(#a2c094,#85ad74);
	background: -moz-linear-gradient(center top,#a2c094 0,#85ad74 100%);
	background: -moz-gradient(center top,#a2c094 0,#85ad74 100%);
	text-shadow: 0 -1px 0 #85ad74;
	color: #fff;
	-webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.3),inset 0 -1px 0 rgba(0,0,0,.2),0 1px 2px rgba(0,0,0,.2);
	-moz-box-shadow: inset 0 1px 0 rgba(255,255,255,.3),inset 0 -1px 0 rgba(0,0,0,.2),0 1px 2px rgba(0,0,0,.2);
	box-shadow: inset 0 1px 0 rgba(255,255,255,.3),inset 0 -1px 0 rgba(0,0,0,.2),0 1px 2px rgba(0,0,0,.2);
}
ul.specprod li span.onsale{
	z-index: 999;
	left: auto;
	margin: -6px -6px 0 0;
}



.header .header-contacts .topbar-sidebar ul.contact-horizontal  {
    border: none;
    padding-bottom: 0px;
    margin-bottom: 0px;
}
.header .header-contacts .topbar-sidebar ul.contact-horizontal  li {
    margin-left: 50px;
    margin-right: 0px;
    color: #222;
}
.header .header-contacts .topbar-sidebar ul.contact-horizontal  li i {
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 36px;
    font-size: 18px;
    border: 2px solid #002b5e;
    color: #002b5e;
    border-radius: 100%;
    text-align: center;
    vertical-align: middle;
    margin-right: 20px;
    -webkit-transition: .25s;
    -moz-transition: .25s;
    -o-transition: .25s;
    -ms-transition: .25s;
    transition: .25s;
}
.header .header-contacts .topbar-sidebar ul.contact-horizontal  li i:hover {
    background: #002b5e;
    color: #fff;
}
