/*********************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;
    border-radius: 100%;
    background: #293133;
    margin: 5px 20px 20px 0;
    color: #f7b71e;
}

/**********Team member*********/
.team-shortcode{margin-top: 30px;}
.team-shortcode .textsPart{
    width: -webkit-calc(100% - 300px);
    width: calc(100% - 300px);
}
.team-shortcode.photo-left .textsPart{ float: right;}
.team-shortcode.photo-right .textsPart{ float: left;}
@media (max-width: 640px) {
  .team-shortcode .textsPart {
    width: 100%;
  }
}
.team-shortcode .textsPart p{
    font-size: 17px;
    line-height: 22px;
    color: #9c9c9c;
    margin: 0;
}
.team-shortcode.photo-left .memImg {
    float: left;
    padding: 0 30px 0 0;
}
.team-shortcode.photo-right .memImg {
    float: left;
    padding: 0 0 0 30px;
}
.team-shortcode .memberIntro {
    height: 62px;
    background: #9c9c9c;
}
.team-shortcode.photo-left .memberIntro .memberSocial {
    float: left;
    height: 62px;
    margin: 10px;
}
.team-shortcode.photo-right .memberIntro .memberSocial{
    float: right;
    height: 62px;
    margin: 10px;
}
.team-shortcode .memberIntro .memberSocial li {
    padding: 0;
    margin: 0 1px;
}
.team-shortcode .memberIntro .memberSocial li a i {
    color: #293133;
    border: 1px solid #838383;
    width: 40px;
    line-height: 38px;
    height: 40px;
    border-radius: 100%;
    text-align: center;
}
.team-shortcode .memberIntro .memberSocial li a:hover i {
    background: #f7b71e;
    border-color: #f7b71e;
    color: #FFF;
}
.team-shortcode .memberIntro .namePro {
    float: left;
    line-height: 62px;
    background: #293133;
    position: relative;
    color: #FFF;
    font-size: 16px;
    padding-right: 25px;
}
.team-shortcode.photo-left .memberIntro .namePro{
    float: right;
    padding: 0 0 0 25px;
}
.team-shortcode .memberIntro .namePro span.name {
    background: #f7b71e;
    position: relative;
    display: inline-block;
    float: left;
    padding: 0 23px;
    font-size: 22px;
    font-weight: bold;
    margin-right: 25px;
}
.team-shortcode.photo-left .memberIntro .namePro span.name {
    float: right;
    padding: 0 23px;
    font-size: 22px;
    font-weight: bold;
    margin-left: 25px;
    margin-right: 0;
}
.team-shortcode  .memberIntro .namePro span.name:after {
    content: '';
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 10px solid #f7b71e;
    position: absolute;
    top: -webkit-calc(50% - 10px);
    top: calc(50% - 10px);
    right: -10px;
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}
.team-shortcode.photo-left  .memberIntro .namePro span.name:after {
    content: '';
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-right: 10px solid #f7b71e;
    border-left: 0;
    position: absolute;
    top: -webkit-calc(50% - 10px);
    top: calc(50% - 10px);
    right: auto;
    left: -10px;
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}
/***team alternative**/
.team-shortcode2.member3_1 .memImg {
    float: none;
    padding: 0 15px;
    width: 100%;
    text-align: center;
}
.team-shortcode2.member3_1 .memberIntro {
    text-align: center;
    height: auto;
    color: #FFF;
    background: #9c9c9c;
}
.team-shortcode2.member3_1 .memberIntro .name {
    line-height: 62px;
    font-size: 22px;
    font-weight: bold;
    position: relative;
    background: #f7b71e;
}
.team-shortcode2.member3_1 .memberIntro .name:after {
    content: '';
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #f7b71e;
    position: absolute;
    left: -webkit-calc(50% - 10.5px);
    left: calc(50% - 10.5px);
    top: 100%;
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}
.team-shortcode2.member3_1 .memberIntro .pro {
    line-height: 62px;
    background: #293133;
}
.team-shortcode2.member3_1 .memberIntro .memberSocial {
    height: 42px;
    float: none;
    text-align: center;
    margin: 10px;
}
.team-shortcode2 .memberIntro .memberSocial li {
    padding: 0;
    margin: 0 1px;
}
.team-shortcode2 .memberIntro .memberSocial li a i {
    color: #293133;
    border: 1px solid #838383;
    width: 40px;
    line-height: 38px;
    height: 40px;
    border-radius: 100%;
    text-align: center;
}
.team-shortcode2 .memberIntro .memberSocial li a:hover i {
    background: #f7b71e;
    border-color: #f7b71e;
    color: #FFF;
}
/******progress bar********/
.progress{height: 20px}
.progress-title{
    margin: 0 0 10px;
    font-size: 14px;
    color: #000;
    font-weight: 300;
}
.progress-title span{
    float: right;
}
/**********buttons***********/
.btn .icon-left{margin-right: 10px;}
.btn .icon-right{margin-left: 10px;}
.btn-construction{ 
    border-radius: 0;
    border: 0;
    background: #f7b71e;
    color: #FFF;
    font-weight: 300;
    letter-spacing: 0.5px;
    text-shadow: none;
}
.btn-construction:hover{
    background: #293133;
    color: #FFF;
}

/***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%;
}
.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: 1; color:#f7b71e}
.page-slider-wrapper .flex-direction-nav a.flex-prev{left: 0;}
.page-slider-wrapper .flex-direction-nav a.flex-next{right: 0;}


/**************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: #9c9c9c;
}
/************* 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 block**********/
.sblock{text-align: center;}
.sblock .service {
    font-family: 'Raleway', sans-serif;
    font-size: 16px;
    color: #333d40;
    height: 270px;
    width: 270px;
    border: 10px solid #f7b71e;
    padding: 20px;
    border-radius: 100%;
    cursor: all-scroll;
    margin: 0 auto 10px;
}
.sblock .service .innerRow {
    border: 2px solid rgba(247, 183, 30, 0.8);
    height: 100%;
    border-radius: 100%;
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}
.sblock .service .innerRow .fa {
    font-size: 50px;
    line-height: 50px;
    color: #f7b71e;
    margin: 70px 0 10px;
    display: block;
}

.sblock .service .innerRow img {max-width:60px; height:auto;  margin: 70px auto 10px; display: block;}

.sblock .service .innerRow .serviceName {
    display: inline-block;
    font-size: 16px;
    font-weight: bold;
    position: relative;
}
.sblock .service .innerRow .serviceName:after {
    content: attr(data-hover);
    position: absolute;
    display: block;
    top: 0;
    max-width: 0;
    color: #FFF;
    white-space: nowrap;
    overflow: hidden;
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}
.sblock .service:hover .innerRow {background: #f7b71e;}
.sblock .service:hover .innerRow .fa {color: #FFF;}
.sblock .service:hover .innerRow .serviceName:after {max-width: 100%;}
/**********modal box************/
.modal-dialog{z-index: 9999;padding-top: 200px;}
/**************social buttons*************/
ul.social-icons{
    padding: 0;
    margin: 0;
}
ul.social-icons li{
    float: left;
    list-style: none;
    margin: 0 10px 10px 0;
}
ul.social-icons li a{
    width: 35px;
    height: 35px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    border: solid 1px #e5e5e5;
    display: table;
    text-align: center;
    line-height: 33px;
    position: relative;
    z-index: 77;
    transition: .4s;
    color: #9c9c9c;
}
ul.social-icons li a:hover{
    background: #f7b71e;
    border: solid 1px transparent;
    color: #fff;
    transition: .4s;
}
ul.social-icons li:hover i{
    -webkit-animation: toTopFromBottom 0.3s forwards;
    -moz-animation: toTopFromBottom 0.3s forwards;
    animation: toTopFromBottom 0.3s forwards;
}
/**********pricing tables********/
.mp-icon:before{content: none}
.mp-icon i{
    color: #fff;
    font-size: 24px;
    position: absolute;
    width: 100%;
    height: 100%;
    line-height: 51px;
    text-align: center;
    top: 0;
    left: 0;
    right: 0;
}
.pricing-table:hover .mp-icon:before{
    content: none;
}
.pricing-table:hover .mp-icon i{color: #f7b71e;}
.mp-icon {
	width: 53px;
	height: 53px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	background-color: #f7b71e;
	border: 1px solid #f7b71e;
	margin: 0 auto -17px;
	position: relative;
	z-index: 1;
}

.pricing-table {
	position: relative;
	z-index: 10;
}

.pricing-table:hover .mp-icon {
	background-color: #fff;
	border: 1px solid #e5e5e5;
}

.pricing-table:hover .mp-icon:before {
	content: "\f0ab";
	color: #3db7f0;
}

.mp-title {
	background: #f7b71e;
	line-height: 60px;
	text-align: center;
	font-size: 21px;
	color: #fff;
	border: 1px solid #f7b71e;
	border-bottom: 1px solid #EEC970;
}

.mp-price {
	height: 74px;
	background: #f7b71e;
	padding: 0px 20px;
	font-size: 50px;
	font-weight: bold;
	color: #fff;
	text-align: center;
	border: 1px solid #f7b71e;
	border-top: none;
}

.mp-price small {
	font-size: 24px;
	color: #fff;
	font-weight: 400;
	margin-right: 5px;
	position: relative;
	top: -6px;
}

.mp-price span {
	font-family: 'Raleway', sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #fff;
	display: inline-block;
	line-height: 13px;
	position: relative;
	top: -13px;
	left: 5px;
	text-align: left;
}

.mp-price span em {
	font-style: normal;
	font-size: 11px;
	font-weight: bold;
	color: #fff;
	display: block;
}

.pricing-table {
	cursor: pointer;
}

.pricing-table:hover .mp-title ,
.pricing-table:hover .mp-price {
	background: #fff;
	border-color: #e3e3e3;
	color: #f7b71e;
}

.pricing-table:hover .mp-price ,
.pricing-table:hover .mp-price small ,
.pricing-table:hover .mp-price span,
.pricing-table:hover .mp-price span em {
	color: #f7b71e;
}

.pricing-table ul {
	padding: 0px;
	margin: 0px;
}

.pricing-table ul li {
	list-style: none;
	line-height: 46px;
	border: 1px solid #e3e3e3;
	border-width: 0 1px 1px 1px;
	font-size: 13px;
	color: #000;
	font-weight: 300;
	width: 100%;
	display: table;
	padding: 0 15px;
}

.pricing-table:hover ul li, 
.pricing-table:hover .mp-btn {
	border-color: #e3e3e3;
}

.pricing-table ul li i {
	font-size: 15px;
	color: #4a5768;
	margin-right: 10px;
}

.pricing-table:hover ul li i {
	color: #f7b71e;
}

.mp-btn {
	border: 1px solid #e3e3e3;
	border-width: 0 1px 1px 1px;
	padding: 20px;
	text-align: center;
}

.mp-btn a {
	background: transparent;
	border: solid 1px #e3e3e3;
	height: 45px;
	line-height: 35px;
	border-radius: 5px;
	font-size: 14px;
	text-transform: uppercase;
	color: #000;
}

.pricing-table:hover .mp-btn a {
	border-color: #f7b71e;
	background: #f7b71e;
	color: #fff;
	
}

.mp-title ,
.mp-price ,
.mp-price small ,
.mp-price span,
.mp-price span em ,
.mp-btn a
.pricing-table:hover .mp-title ,
.pricing-table:hover .mp-price ,
.pricing-table:hover .mp-price small ,
.pricing-table:hover .mp-price span,
.pricing-table:hover .mp-price span em ,
.pricing-table:hover .mp-btn a {
	transition: 0.3s;
}
/*********Contact details*********/
/*tabbed*/
.contact-tabbed ul.nav-tabs {border: 0;}
.contact-tabbed ul.nav-tabs li a {
    border-radius: 0;
    background: rgba(247, 183, 30, 0.8);
    border: 0;
    padding: 0;
    line-height: 120px;
}
.contact-tabbed ul.nav-tabs li a i {
    color: #FFF;
    width: 62px;
    line-height: 60px;
    border-radius: 100%;
    border: 1px solid rgba(255, 255, 255, 0.8);
    font-size: 24px;
}
.contact-tabbed ul.nav-tabs li.active a {
    background: #f7b71e;
    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 .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 {
    color: #f7b71e;
    font-size: 16px;
    margin-right: 10px;
}
/*horizontal*/
ul.contact-horizontal {
    color: #9c9c9c;
    padding-bottom: 30px;
    border-bottom: 1px solid rgba(156, 156, 156, 0.3);
    margin-bottom: 34px;
}
ul.contact-horizontal li {
    padding: 0;
    margin-right: 25px;
	font-size: 14px;
}
ul.contact-horizontal li i {
    color: #696969;
    margin-right: 10px;
}

/*vertical*/
ul.contact-vertical li{font-size: 14px;}
ul.contact-vertical li i {
font-size: 16px;
color: #f7b71e;
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;
}
/*****************Twitter**********/
.twit-shortcode.twitterSlide{margin-top: 0;}

/************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; width:100% ;}
.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{width: 100% !important;}
.gmnoprint img {
    max-width: none; 
}
/*************contact form 7**************/
span.wpcf7-form-control-wrap{position: initial;}
.wpcf7 br{display: none;}
.wpcf7-form-control.wpcf7-submit{
    height: 56px;
    line-height: 56px;
    text-align: center;
    font-size: 14px;
    text-transform: uppercase;
    color: #fff;
    border: 2px solid #f7b71e;
    background: #3db7f0;
    transition: 0.3s;
    width: 100%;
    padding: 0;
}
.form-control{box-shadow:none !Important}
/**************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;
}