/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
/*
 * 	Default theme - Owl Carousel CSS File
 */
.owl-theme .owl-nav {
    margin-top: 10px;
    text-align: center;
    -webkit-tap-highlight-color: transparent; }
.owl-theme .owl-nav [class*='owl-'] {
    color: #FFF;
    font-size: 14px;
    margin: 5px;
    padding: 4px 7px;
    background: #D6D6D6;
    display: inline-block;
    cursor: pointer;
    border-radius: 3px; }
.owl-theme .owl-nav [class*='owl-']:hover {
    color: #FFF;
    text-decoration: none; }
.owl-theme .owl-nav .disabled {
    opacity: 0.5;
    cursor: default; }

.owl-theme .owl-nav.disabled + .owl-dots {
    margin-top: 10px; }

.owl-theme .owl-dots {
    text-align: center;
    -webkit-tap-highlight-color: transparent; }
.owl-theme .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1;
    *display: inline; }
.owl-theme .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    margin: 5px 7px;
    background: #D6D6D6;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity 200ms ease;
    border-radius: 30px; }
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: #869791; }
.owl-nav{
    position:unset;
}
.review_block{
    position:relative;
    /*padding:0 60px;*/
    margin:25px 0;
}
.owl-prev span,.owl-next span{
    display:none;
}
.owl-theme .owl-nav button,.owl-theme .owl-nav [class*="owl-"]{
    width: 53px;
    height: 53px;
    border-radius: 10px;
    position:absolute;
    top:50%;
}
.owl-theme .owl-nav button.owl-prev{
    left:0px;
    background-image: url(/assets/templates/easy/img/prev_btn.png);
    background-color: #d8d3d0;
    background-repeat: no-repeat;
    background-position: 50%;
}
.owl-theme .owl-nav button.owl-next{
    right:0px;
    background-image: url(/assets/templates/easy/img/next_btn.png);
    background-color: #d8d3d0;
    background-repeat: no-repeat;
    background-position: 50%;
}
.owl-theme .owl-nav button,.owl-theme:hover .owl-nav [class*="owl-"]:hover{background-color: #999;}
.review_video{
    position:relative;
}
.review_video,.review_text{
    display:inline-block;
    width:60%;
    vertical-align: middle;
}
.review_text{
    width:30%;
    padding:0 25px;
    font-family: OpenSansRegular;
    color: #555;
    font-size: 15px;
    line-height: 23px;
}
@media screen and (max-width: 900px) {
    .review_video,.review_text{
        display:block;
        width:100%;
    }
    .review_text{		
        text-align:center;
        padding:25px;
    }
    .review_video iframe{height: 190px;}
}
.review_video div[data-video-id]{
	cursor:pointer;
}
.review_video div[data-video-id] span{
    position: absolute;
    top: 44%;
    left: 44%;
    background: url(../img/youtube_button.png)no-repeat;
    width: 68px;
    height: 47px;
    opacity: 0.7;
}
.review_video div[data-video-id]:hover span{
    opacity: 1;
}

.question-block,.final_step,.subscribe_step{
	display:none;
}
.show{
	display:block;
}
.question-block>span, .question-block-last>span{
	margin:8px 0;
	display:block;
}
.question-block p,.question-block-last p{
	margin:0 0 8px;
	text-align: left;
	font-size: 15px;
}
.stepq p{
	margin:0 0 10px;
	font-size: 15px;
}