/*
	Источник изображений: https://www.iconfinder.com/icons/984102/avatar_casual_male_man_person_user_icon
*/

/*Стили для демо*/
h2.title {
	background-color: #52759d;
	color:#fff;
	line-height: 60px;
	position: relative;
	text-align: center;
	font-size: 20px;
	margin-bottom: 10px;
	border-radius: 8px;
}

h2.title:after {
	content: "";
	position: absolute;
	bottom:-35px;
	left:0;
	right: 0;
	margin-left: auto;
	margin-right: auto;
	width: 1px;
	border:20px solid transparent;
	border-top-color: #52759d;
	z-index: 10;
}

h2.title + .owl-carousel .owl-dots .owl-dot.active span {background-color: #52759d;}

h2.title span{
	color:#fff;
	line-height: 40px;
	font-weight: 700;
}

.block-one-example {
	margin:30px 0;
	position: relative;
}

.menu-top-demo {
	margin-top: 30px;
}

.menu-top-demo ul {
	text-align: center;
}

.menu-top-demo ul li{
	text-align: center;
	display: inline-block;
	line-height: 50px;
}

.menu-top-demo ul li a{
	display: block;
	padding:0 20px;
	color:#fff;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: 800;
	margin:10px;
	color:#4BC096;
	border:2px solid #4BC096;
	-webkit-transition: all .4s ease;
	-o-transition: all .4s ease;
	transition: all .4s ease;
}

.menu-top-demo ul li a:hover{
	border:2px solid #D8D8D8;
}

.menu-top-demo ul li a.active,
.menu-top-demo ul li a.active:hover {
	background-color: #4BC096;
	color:#fff;
	border:2px solid #4BC096;
}

.icon-download a {
    color: #fff;
    text-decoration: none;
    position: absolute;
    display: inline-block;
    width: 100px;
    text-align: center;
    top:0;
    right:0;
    display: block;
    line-height: 60px;
}

.fileSizeDemo{
	color:#fff;
	opacity: 1;
	position: absolute;
	top:-60px;
	left:0;
	right:0;
	margin-right: auto;
	margin-left: auto;
	width: 100px;
	background-color: #39BE8E;
	text-align: center;
	padding: 10px 0;
	display: block;
	-webkit-transition: all .4s ease;
	-o-transition: all .4s ease;
	transition: all .4s ease;
	border-radius: 4px;
	font-size: 24px;
	box-shadow: 0 0px 4px rgba(0,0,0,.4);
	opacity: 0;
}

.fileSizeDemo:after {
	content:"";
	position: absolute;
	bottom:-20px;
	left: 0;
	right: 0;
	margin-right: auto;
	margin-left: auto;
	width: 1px;
	border:10px solid transparent;
	border-top-color: #39BE8E;
}

.icon-download a:hover .fileSizeDemo{
	color:#fff;
	opacity: 1;
	position: absolute;
	top:-70px;
}

/*Основные стили*/

.con {
	max-width: 960px;
	width: 90%;
	margin:0 auto;
}

.inner-testimonial {
	text-align: center;
	background-color: #fff;
}

.inner-testimonial > img{
	max-width: 128px;
	margin:0 auto 15px;
	opacity: 0;
	-webkit-transition:all 1.3s linear;
	transition:all 1.3s linear;
}

.owl-item.active .inner-testimonial > img{
	-webkit-transition:all 1.3s linear;
	transition:all 1.3s linear;
}

.owl-item.active .inner-testimonial > img.full-opacity {
	opacity:1;
	-webkit-transition:all 0.3s linear;
	transition:all 0.3s linear;
}

h3.city-name {
	padding:10px 0;
	font-size: 20px;
	font-weight: 900;
}

p.city-desc{
    background: #5e81a8;
    padding: 9px;
    width: 20%;
    border-radius: 8px;
    font-size: 1.1em;
    color: #FFF;
    margin: 0 auto;
    position: relative;
}

p.text-testimonial {
    padding: 10px 35px;
    font-weight: 100;
    line-height: 25px;
    color: #767676;
    font-size: 1.2em;
    text-align: justify;
    font-style: italic;
    text-indent: 45px;
}

.block-items {
	cursor: default;
}

/*Изменяем внешний вид элементов управления (точки) */
.owl-theme .owl-dots .owl-dot span {
	width: 14px;
	height: 14px;
}

.owl-theme .owl-dots .owl-dot.active span{
	width: 18px;
	height: 18px;
}