.owl-carousel.owl-advs {
	margin: 0px;
	margin-bottom: 20px;
	background: none !important;
}
.owl-carousel.owl-advs .owl-wrapper-outer {
	border: none !important;
    -webkit-border-radius: 0px !important;
    -moz-border-radius: 0px !important;
    -o-border-radius: 0px !important;
    border-radius: 0px !important;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    -o-box-shadow: none !important;
    box-shadow: none !important;
	background: none !important;
}
.adv_slide {
	padding: 15px;
	background: #fff;
	border: 3px solid #eee;
	border-radius: 4px;
	font-size: 10px;
	line-height: 1.1;
	position: relative;
}
.md_slid .adv_slide {
	font-size: 8px;
}
.sm_slid .adv_slide {
	font-size: 6px;
}
.xs_slid .adv_slide {
	font-size: 5px;
}
.advs_content_wrapper:before, .advs_content_wrapper:after {
	clear: both;
	content: '';
	display: table;
}
.adv_aligner {
	display: inline-block;
	width: 0px;
	vertical-align: middle;
}
.advs_content_wrapper { 
	display: table;
	table-layout: fixed;
	display: block;
}

.advs_left_side, .advs_right_side {
	margin-left: -3px;
	display: inline-block;
	vertical-align: middle;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.advs_left_side {
	width: 40%;
	text-align: center;
	position: relative;
}
.advs_right_side { 
	padding-left: 15px; 
	width: 60%;
}
.xs_slid .advs_left_side, .xs_slid .advs_right_side {
	display: block;
	width: 100%;
	padding: 0px;
	text-align: center;
	max-height: auto !important;
}
.advs_rightpl .advs_right_side {
	padding-left: 0px;
	text-align: center;
	position: relative;
}
.advs_rightpl .advs_left_side {
	text-align: left;
	padding-right: 15px;
	padding-left: 15px;
}
.xs_slid .advs_rightpl .advs_left_side {
	text-align: center;
	padding-left: 0px;
	padding-right: 0px;
}

.xs_slid .adv_aligner {
	display: none;
}
.md_slid .advs_left_side { width: 45%; }
.sm_slid .advs_left_side { width: 48%; }

.md_slid .advs_right_side { width: 55%; }
.sm_slid .advs_right_side { width: 52%; }

.advs_main_image { max-width: 100%; }
.fhSlider .advs_main_image { max-height: 100%; }

.fhSlider .type-image {
	display: table-cell;
	width: 100%;
	vertical-align: middle;
	table-layout: fixed;
}
.fhSlider .type-image img {
	width: 100%;
}
.type-image img {
	max-width: 100%;
}
.advs_action_button { padding-top: 10px; }
.advs_action_button a, .advs_action_button button {
	display: inline-block;
	padding: 10px 20px;
	font-size: 230%;
	text-decoration: none;
	background-color: #EB7900;
    background-image: linear-gradient(to bottom, #EB7900, #E37500);
    background-repeat: repeat-x;
    border: none;
    color: #fff;
    border-radius: 4px;
    margin-bottom: 10px;
    box-shadow: 0px 6px 0px #9C5204;
	font-family: 'Raleway', sans-serif;
}
.advs_action_button a .fa, .advs_action_button button .fa {
	font-size: 110%;
}
.fhSlider .advs_action_button {
	position: absolute;
	bottom: 0;
	width: 100%;
	text-align: center;
}
.fhSlider .advs_classic .advs_action_button {
	position: relative;
	bottom: auto;
	text-align: left;
}
.fhSlider.xs_slid .advs_classic .advs_action_button {
	text-align: center;
}
.ads_name {
	font-size: 500%;
	font-family: 'Raleway', sans-serif;
	margin-top: 10px;
	margin-bottom: 20px;
	font-family : "Helvetica Neue","Segoe UI",Helvetica,Arial,"Lucida Grande",sans-serif;
}
.ads_name, .ads_name a {
	color: #111;
}
.advs_desription {
	font-family: 'Raleway', sans-serif;
	font-size: 240%;
	color: #111;
}
.xs_slid .advs_desription {
	font-size: 250%;
}
.advs_price {
	font-family: 'Raleway', sans-serif;
	display: inline-block;
	font-size: 400%;
	padding: 15px 20px 15px 25px;
	color: #fff;
	margin-top: 20px;
	background: #00AEED;
	border-radius: 0px 4px 4px 0px;
	position: relative;
	margin-left: 20px;
}
.advs_price:before {
	content: '';
    display: block;
    position: absolute;
    width: 40px;
    height: 100%;
    left: -40px;
    top: 0px;
    border: 20px solid #00AEED;
    border-left: 20px solid transparent;
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.advs_price:after {
	content: '';
	display: block;
	width: 10px;
	height: 10px;
	background: #fff;
	border-radius: 10px;
	position: absolute;
	top: 50%;
	margin-top: -5px;
	left: 5px;
}
.advs_price_old {
	text-decoration: line-through;
	color: #111;
}
.advs_classic .advs_price {
	background: none;
	margin: 0px;
	border-radius: 0px;
}
.advs_classic .advs_price:before, .advs_classic .advs_price:after {
	display: none;
}
.fhSlider .advs_classic .advs_price {
	position: absolute;
	bottom: 0px;
	left: 20px;
	right: 20px;
}
.sm_slid .advs_price { font-size: 350%; }

.advs_title_badge, .advs_special_badge {
	position: absolute;
	padding: 10px;
	font-size: 200%;
	background: #00AEED;
	color: #fff;
	border-radius: 4px;
	z-index: 1;
}
.advs_special_badge {
	background: #EB7900;
}
.advs_title_badge.pos_1, .advs_special_badge.pos_1 { top: 15px; left: 15px; }
.advs_title_badge.pos_2, .advs_special_badge.pos_2 { top: 15px; right: 15px; }
.advs_title_badge.pos_3, .advs_special_badge.pos_3 { bottom: 15px; left: 15px; }
.advs_title_badge.pos_4, .advs_special_badge.pos_4 { bottom: 15px; right: 15px; }

.xs_slid .advs_title_badge.pos_1, .xs_slid .advs_special_badge.pos_1 { top: 1px; left: 1px; }
.xs_slid .advs_title_badge.pos_2, .xs_slid .advs_special_badge.pos_2 { top: 1px; right: 1px; }
.xs_slid .advs_title_badge.pos_3, .xs_slid .advs_special_badge.pos_3 { bottom: 1px; left: 1px; }
.xs_slid .advs_title_badge.pos_4, .xs_slid .advs_special_badge.pos_4 { bottom: 1px; right: 1px; }

.advs_special_counter {
	font-size: 280%;
}

.advs_special_counter.is-countdown:before, .advs_special_counter.is-countdown:after {
	content: '';
	display: table;
	clear: both;
}
.advs_special_counter.is-countdown {
	background: #fff;
	border: 1px solid #ddd;
    padding-top: 3px;
    margin-top: 15px;
    padding-bottom: 3px;
    border-radius: 4px;

}
.advs_special_counter.is-countdown span {
	color: #EB7900;
}
.advs_special_counter.is-countdown .countdown-section + .countdown-section {
	border-left: 1px solid #ddd;
}

.xs_slid .advs_left_side, .xs_slid .advs_right_side {
	margin-left: 0px;
	margin-right: 0px;
}

.owl-carousel.owl-advs .owl-buttons .owl-prev,
.owl-carousel.owl-advs .owl-nav .owl-prev
{
	display: block;
	width: 40px;
	height: 40px;
	top: 50%;
	margin-top: -20px;
	border-left: 10px solid #ddd;
	border-bottom: 10px solid #ddd;
	-ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    margin-left: 10px;
    left: 10px;
}
.owl-carousel.owl-advs .owl-buttons .owl-next,
.owl-carousel.owl-advs .owl-nav .owl-next
 {
	display: block;
	width: 40px;
	height: 40px;
	top: 50%;
	margin-top: -20px;
	border-right: 10px solid #ddd;
	border-top: 10px solid #ddd;
	-ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    margin-right: 10px;
    right: 10px;
}
.owl-carousel.owl-advs .owl-buttons > div,
.owl-carousel.owl-advs .owl-nav > div
 {
	opacity: 0;
	position: absolute;
}
.owl-carousel.owl-advs:hover .owl-buttons div,
.owl-carousel.owl-advs:hover .owl-nav div
 {
	opacity: 0.7;
}
.owl-carousel.owl-advs .owl-pagination {
	position: relative;
	top: auto;
	padding-top: 4px;
}


/* jQuery Countdown styles 2.0.0. */
.is-countdown {
	border: 1px solid #ccc;
	background-color: #eee;
}
.countdown-rtl {
	direction: rtl;
}
.countdown-holding span {
	color: #888;
}
.countdown-row {
	clear: both;
	width: 100%;
	padding: 0px 2px;
	text-align: center;
}
.countdown-show1 .countdown-section {
	width: 98%;
}
.countdown-show2 .countdown-section {
	width: 48%;
}
.countdown-show3 .countdown-section {
	width: 32.5%;
}
.countdown-show4 .countdown-section {
	width: 24.5%;
}
.countdown-show5 .countdown-section {
	width: 19.5%;
}
.countdown-show6 .countdown-section {
	width: 16.25%;
}
.countdown-show7 .countdown-section {
	width: 14%;
}
.countdown-section {
	display: block;
	float: left;
	font-size: 75%;
	text-align: center;
}
.countdown-amount {
    font-size: 200%;
}
.countdown-period {
    display: block;
}
.countdown-descr {
	display: block;
	width: 100%;
}

/* Owl transitions style */
/* 
 *  Owl Carousel CSS3 Transitions 
 *  v1.3.2
 */

.owl-origin {
	-webkit-perspective: 1200px;
	-webkit-perspective-origin-x : 50%;
	-webkit-perspective-origin-y : 50%;
	-moz-perspective : 1200px;
	-moz-perspective-origin-x : 50%;
	-moz-perspective-origin-y : 50%;
	perspective : 1200px;
}
/* fade */
.owl-fade-out {
  z-index: 10;
  -webkit-animation: fadeOut .7s both ease;
  -moz-animation: fadeOut .7s both ease;
  animation: fadeOut .7s both ease;
}
.owl-fade-in {
  -webkit-animation: fadeIn .7s both ease;
  -moz-animation: fadeIn .7s both ease;
  animation: fadeIn .7s both ease;
}
/* backSlide */
.owl-backSlide-out {
  -webkit-animation: backSlideOut 1s both ease;
  -moz-animation: backSlideOut 1s both ease;
  animation: backSlideOut 1s both ease;
}
.owl-backSlide-in {
  -webkit-animation: backSlideIn 1s both ease;
  -moz-animation: backSlideIn 1s both ease;
  animation: backSlideIn 1s both ease;
}
/* goDown */
.owl-goDown-out {
  -webkit-animation: scaleToFade .7s ease both;
  -moz-animation: scaleToFade .7s ease both;
  animation: scaleToFade .7s ease both;
}
.owl-goDown-in {
  -webkit-animation: goDown .6s ease both;
  -moz-animation: goDown .6s ease both;
  animation: goDown .6s ease both;
}
/* scaleUp */
.owl-fadeUp-in {
  -webkit-animation: scaleUpFrom .5s ease both;
  -moz-animation: scaleUpFrom .5s ease both;
  animation: scaleUpFrom .5s ease both;
}

.owl-fadeUp-out {
  -webkit-animation: scaleUpTo .5s ease both;
  -moz-animation: scaleUpTo .5s ease both;
  animation: scaleUpTo .5s ease both;
}
/* Keyframes */
/*empty*/
@-webkit-keyframes empty {
  0% {opacity: 1}
}
@-moz-keyframes empty {
  0% {opacity: 1}
}
@keyframes empty {
  0% {opacity: 1}
}
@-webkit-keyframes fadeIn {
  0% { opacity:0; }
  100% { opacity:1; }
}
@-moz-keyframes fadeIn {
  0% { opacity:0; }
  100% { opacity:1; }
}
@keyframes fadeIn {
  0% { opacity:0; }
  100% { opacity:1; }
}
@-webkit-keyframes fadeOut {
  0% { opacity:1; }
  100% { opacity:0; }
}
@-moz-keyframes fadeOut {
  0% { opacity:1; }
  100% { opacity:0; }
}
@keyframes fadeOut {
  0% { opacity:1; }
  100% { opacity:0; }
}
@-webkit-keyframes backSlideOut {
  25% { opacity: .5; -webkit-transform: translateZ(-500px); }
  75% { opacity: .5; -webkit-transform: translateZ(-500px) translateX(-200%); }
  100% { opacity: .5; -webkit-transform: translateZ(-500px) translateX(-200%); }
}
@-moz-keyframes backSlideOut {
  25% { opacity: .5; -moz-transform: translateZ(-500px); }
  75% { opacity: .5; -moz-transform: translateZ(-500px) translateX(-200%); }
  100% { opacity: .5; -moz-transform: translateZ(-500px) translateX(-200%); }
}
@keyframes backSlideOut {
  25% { opacity: .5; transform: translateZ(-500px); }
  75% { opacity: .5; transform: translateZ(-500px) translateX(-200%); }
  100% { opacity: .5; transform: translateZ(-500px) translateX(-200%); }
}
@-webkit-keyframes backSlideIn {
  0%, 25% { opacity: .5; -webkit-transform: translateZ(-500px) translateX(200%); }
  75% { opacity: .5; -webkit-transform: translateZ(-500px); }
  100% { opacity: 1; -webkit-transform: translateZ(0) translateX(0); }
}
@-moz-keyframes backSlideIn {
  0%, 25% { opacity: .5; -moz-transform: translateZ(-500px) translateX(200%); }
  75% { opacity: .5; -moz-transform: translateZ(-500px); }
  100% { opacity: 1; -moz-transform: translateZ(0) translateX(0); }
}
@keyframes backSlideIn {
  0%, 25% { opacity: .5; transform: translateZ(-500px) translateX(200%); }
  75% { opacity: .5; transform: translateZ(-500px); }
  100% { opacity: 1; transform: translateZ(0) translateX(0); }
}
@-webkit-keyframes scaleToFade {
  to { opacity: 0; -webkit-transform: scale(.8); }
}
@-moz-keyframes scaleToFade {
  to { opacity: 0; -moz-transform: scale(.8); }
}
@keyframes scaleToFade {
  to { opacity: 0; transform: scale(.8); }
}
@-webkit-keyframes goDown {
  from { -webkit-transform: translateY(-100%); }
}
@-moz-keyframes goDown {
  from { -moz-transform: translateY(-100%); }
}
@keyframes goDown {
  from { transform: translateY(-100%); }
}

@-webkit-keyframes scaleUpFrom {
  from { opacity: 0; -webkit-transform: scale(1.5); }
}
@-moz-keyframes scaleUpFrom {
  from { opacity: 0; -moz-transform: scale(1.5); }
}
@keyframes scaleUpFrom {
  from { opacity: 0; transform: scale(1.5); }
}

@-webkit-keyframes scaleUpTo {
  to { opacity: 0; -webkit-transform: scale(1.5); }
}
@-moz-keyframes scaleUpTo {
  to { opacity: 0; -moz-transform: scale(1.5); }
}
@keyframes scaleUpTo {
  to { opacity: 0; transform: scale(1.5); }
}

@-webkit-keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }

  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

@keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }

  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

.flipInX {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  animation-name: flipInX;
}
@-webkit-keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}

@keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}

/* Owl V2 patch */
.isOwlV2 .owl-carousel .owl-item img.advs_main_image {
	display: inline;
	width: auto;
}
.isOwlV2 .owl-nav {
	display: none;
}
.isOwlV2:hover .owl-nav {
	display: block;
}
.isOwlV2 .owl-carousel.owl-advs .owl-dots {
    position: relative;
    top: auto;
    padding-top: 4px;
    text-align: center;
}
.isOwlV2 .owl-carousel.owl-advs .owl-dot span {
    display: block;
    width: 11px;
    height: 11px;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 20px;
    box-shadow: inset 0 0 3px rgba(0,0,0,0.3);
}
.isOwlV2 .owl-carousel.owl-advs .owl-dot span {
    display: block;
    width: 11px;
    height: 11px;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 20px;
    box-shadow: inset 0 0 3px rgba(0,0,0,0.3);
}
.isOwlV2 .owl-carousel.owl-advs .owl-dot.active span  {
    background: rgba(0, 0, 0, 0.9);
}
.isOwlV2 .owl-carousel.owl-advs .owl-dot {
    display: inline-block;
    margin: 0px 6px;
    cursor: pointer;
}
/*Owl v2 patch end*/
