/*
* 	Owl Carousel Owl Demo Theme 
*	v1.3.3
*/

.owl-theme .owl-controls{
	margin-top: 10px;
	text-align: center;
}

/* Styling Next and Prev buttons */

.owl-theme .owl-controls .owl-buttons div{
	color: #FFF;
	display: inline-block;
	zoom: 1;
	*display: inline;/*IE7 life-saver */
	margin: 5px;
	padding: 3px 10px;
	font-size: 12px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	background: #869791;
	filter: Alpha(Opacity=50);/*IE7 fix*/
	opacity: 0.5;
}
/* Clickable class fix problem with hover on touch devices */
/* Use it for non-touch hover action */
.owl-theme .owl-controls.clickable .owl-buttons div:hover{
	filter: Alpha(Opacity=100);/*IE7 fix*/
	opacity: 1;
	text-decoration: none;
}

/* Styling Pagination*/

.owl-theme .owl-controls .owl-page{
	display: inline-block;
	zoom: 1;
	*display: inline;/*IE7 life-saver */
}
.owl-theme .owl-controls .owl-page span{
	display: block;
	width: 12px;
	height: 12px;
	margin: 5px 7px;
	filter: Alpha(Opacity=50);/*IE7 fix*/
	opacity: 0.5;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	background: #869791;
}

.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span{
	filter: Alpha(Opacity=100);/*IE7 fix*/
	opacity: 1;
}

/* If PaginationNumbers is true */

.owl-theme .owl-controls .owl-page span.owl-numbers{
	height: auto;
	width: auto;
	color: #FFF;
	padding: 2px 10px;
	font-size: 12px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
}

/* preloading images */
.owl-item.loading{
	min-height: 150px;
	background: url(AjaxLoader.gif) no-repeat center center
}

/* tseso */
.tseso-owl.owl-carousel{
	overflow: hidden;
}
.tseso-owl .item{
	position:relative;
	max-height:400px;
}
.tseso-owl.tseso-owl-tree,
.tseso-owl.tseso-owl-tree .item{
	position:relative;
	height:200px;
}
.tseso-owl.for_title .item{
	max-height:505px;
}
.tseso-owl .owl-item {
	transition: .5s;
}
.tseso-owl .owl-item.active.center {
	z-index: 9;
}
.tseso-owl .owl-item .item {
	overflow: hidden;
}
.tseso-owl .owl-big-image a {
    display: block;
	position: relative;
}
.tseso-owl .owl-item .owl-big-image a::before {
    content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 1;
	transition: .5s;
}
.tseso-owl .owl-item .owl-big-image a::before {
    content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 1;
	transition: .5s;
}
#wide_top {
	background-color: #000;
	width: 100%;
	height: 720px;
}
#wide_top .tseso-owl.single-item .item {
	height: 720px;
	max-height: 720px;
}
#wide_top .tseso-owl .owl-big-image span {
	display: block;
	position: relative;
	height: 100%;
	width: 100%;
}
#wide_top .tseso-owl .owl-big-image span::after {
	content: "";
	position: absolute;
	height: 100%;
	width: 100%;
	left: 0;
	top: 0;
	background-color: rgba(0, 0, 0, 0);
	background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,0.65) 100%);
	background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%);
	background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 );
}
#wide_top .tseso-owl .owl-item .owl-big-image a::before {
	background-color: rgba(0,0,0,.4);
}
#wide_top .tseso-owl .owl-item .owl-big-image a:hover::before {
	background-color: rgba(0,0,0,.2);
}
#wide_top .tseso-owl .owl-item.active.center {
	box-shadow: 0 0 25px rgba(255,255,255,.5);
}
#wide_top .tseso-owl .owl-item.active.center .owl-big-image a::before {
	background-color: rgba(0,0,0,0);
	transition: .5s;
}
#wide_top .tseso-owl .owl-item.active.center .owl-big-image a:hover::before {
	background-color: rgba(0,0,0,0);
}
.tseso-owl .owl-item .item .info {
	position:absolute;
	bottom:0;
	left:0;
	width:100%;
	padding:10px 2%;
	box-sizing:border-box;
	background-color:rgba(0, 0, 0, 0.85);
	box-shadow:0 0 10px rgba(255, 255, 255, 0.2);
	transition: .5s;
	transition-delay: .3s;
	z-index: 1;
}
#wide_top .tseso-owl .owl-item .item .info {
	bottom: 30%;
	left: 20%;
	width: 50%;
	background-color: transparent;
	box-shadow: none;
	padding: 0;
	z-index: 9;
}
.tseso-owl .item .title {
	margin: 0 0 5px;
}
.tseso-owl .item .title a {
	color: #ccc;
    font-size: 14px;
    font-weight: 700;
	text-decoration:none
}
.tseso-owl .item .info {
	font-size: 12px;
}
.tseso-owl .item .info .item_parent {
	color: #696969;
	text-decoration: none;
}
.tseso-owl .item .title a:hover,
.tseso-owl .owl-item .item .info .item_parent:hover {
	color: #f3f3f3;
}
#wide_top .tseso-owl.for_title .item .title a{
	color: #fff;
	display: block;
	font-family: 'PT Serif', serif;
    font-size: 60px;
	font-weight: 700;
	line-height: 1.1;
	text-shadow: 0 0 7px rgba(0,0,0,.9);
	transition: .3s;
}
#wide_top .tseso-owl.for_title .item .title a:hover{
	color: #eee;
}
#wide_top .tseso-owl.for_title .item .title{
	position: relative;
	left: -20%;
	opacity: 0;
	transition: opacity .5s ease 0s, left 1s ease .5s;
	will-change: opacity, left;
}
#wide_top .tseso-owl.for_title .owl-item.active.center .item .title{
	left: 0%;
	opacity: 1;
}
#wide_top .tseso-owl.for_title .item .teaser{
	font-size: 18px;
	margin: 30px 0 0;
	line-height: 1.1;
	color: #fff;
	text-shadow: 0 0 1px rgba(0,0,0,.7);
	position: relative;
	left: 3px;
	opacity: 0;
	transition: opacity .5s ease 1.5s;
	will-change: opacity;
}
#wide_top .tseso-owl.for_title .owl-item.active.center .item .teaser{
	opacity: 1;
}
#wide_top .tseso-owl.for_title .item .title a span{
	color: #f4f4f4;
}
#wide_top .tseso-owl.for_title .item .item-info {
	margin: 45px 0 0;
}
#wide_top .tseso-owl.for_title .item .item-info .item_parent,
#wide_top .tseso-owl.for_title .item .item-info span {
	display: none;
}
#wide_top .tseso-owl.for_title .owl-item .item .item-info .more-button {
	background-color: #50a9e1;
	border: 2px solid #50a9e1;
	color: #fff;
	display: inline-block;
	float: none;
	font-size: 14px;
	height: 58px;
	line-height: 58px;
	padding: 0 30px;
	position: relative;
	bottom: -20px;
	left: 3px;
	opacity: 0;
	transition: opacity .9s ease 2s, bottom 1.2s ease 2s, color .3s, background-color .3s;
	will-change: opacity, bottom;
}
#wide_top .tseso-owl.for_title .owl-item .item .item-info .more-button:hover {
	background-color: #fff;
	border: 2px solid #50a9e1;
	color: #50a9e1;
}
#wide_top .tseso-owl.for_title .owl-item.active.center .item .item-info .more-button {
	bottom: 0;
	opacity: 1;
}
.tseso-owl .item .teaser{
	color: #ececec;
    font-size: 12px;
}
.tseso-owl.single-item .item{
	max-height:300px;
}

.owl-theme.tseso-owl .owl-controls{
	margin-top:0;
}
.tseso-owl.single-item .owl-dots{
    height: 27px;
    position: absolute;
    right: 20px;
    text-align: right;
    top: 20px;
    width: 200px;
}
#wide_top .tseso-owl.single-item .owl-dots{
	right: calc(25% - 200px);
    top: auto;
	bottom: 10%;
}
.tseso-owl .owl-dots .owl-dot{
	display:inline-block;
	width:25px;
	height:25px;
	border:1px solid rgba(0,0,0,.4);
	margin:0 2px;
	background-color:rgba(0,0,0,.1);
	color:#fff;
	position:relative;
	counter-increment: my-index;
	transition: background-color .3s ease;
}
#wide_top .tseso-owl .owl-dots .owl-dot{
	width:20px;
	height:20px;
	margin:0 10px 0 0;
	border-radius: 50%;
	border:3px solid #fff;
	background-color:rgba(255,255,255,0);
	box-shadow: 0 0 3px rgba(0,0,0,.3);
}
#wide_top .tseso-owl .owl-dots .owl-dot:hover span,
#wide_top .tseso-owl .owl-dots .owl-dot.active span{
	background-color:#50a9e1;
}
.tseso-owl .owl-dots .owl-dot.active{
	cursor:default;
}
.tseso-owl .owl-dots .owl-dot.active,
.tseso-owl .owl-dots .owl-dot:hover{
	background-color:rgba(0,0,0,.3);
}
.tseso-owl .owl-dots .owl-dot:after {
	content: counter(my-index);
	width:24px;
	height:24px;
	line-height:24px;
	position:absolute;
	top:1px;
	left:1px;
	text-align:center;
}
.tseso-owl .item-info {
	padding: 5px 0 0;
	font-size: .7em;
}
#wide_top .tseso-owl .owl-dots .owl-dot:after {
	display: none;
}
.tseso-owl .owl-dots .owl-dot span{
	display:block;
	width:100%;
	height:100%;
	margin: 0;
	background-color:rgba(0,0,0,0);
}
.for_reviews .owl-dots .owl-dot span{
	margin: 0;
	background-color:rgba(0,0,0,0);
}
.owl-theme.single-item .owl-pagination{
	position:absolute;
	top:10px;
	right:10px;
	margin:0;
}
.owl-theme.single-item .owl-pagination .owl-page span.owl-numbers{
	border-radius:0
}
.owl-theme.tseso-owl .owl-buttons{
	width:100%;
	position:absolute;
	top:50%;
	margin-top:-40px;
}
.owl-theme.tseso-owl .owl-buttons div{
	position:absolute;
	font-size:24px;
	top:0;
	margin:0;
	border-radius:0;
	opacity:0.8;
}
.owl-theme.tseso-owl .owl-buttons .owl-prev{
	left:0;
}
.owl-theme.tseso-owl .owl-buttons .owl-next{
	right:0;
}
.tseson .owl-carousel .owl-prev{
	left:0;
}
.tseson .owl-carousel .owl-next{
	right:0;
}
.tseson .owl-carousel .owl-prev,
.tseson .owl-carousel .owl-next{
	opacity:.5;
	transition:opacity .3s ease;
}
.tseson .owl-carousel:hover .owl-prev,
.tseson .owl-carousel:hover .owl-next{
	opacity:1;
}
.tseso-owl .owl-prev,
.tseso-owl .owl-next{
	background: transparent;
}
.for_reviews {
	padding-top: 15px;
}
.for_reviews .author-avatar {
	float: left;
	margin: 0 30px 15px 0;
	padding: 2px;
	border: 1px solid #eee;
	border-radius: 50%;
	width: 70px;
}
.for_reviews .author-avatar img {
	border-radius: 50%;
}
.for_reviews .info {
	overflow: hidden;
}
.for_reviews .title a {
	color: #696969;
	font-size: 1.2em;
	text-decoration: none;
}
.for_reviews .teaser,
.for_reviews .item-info {
	font-size: .8em;
	margin: 5px 0 0;
}
.for_reviews .item-info {
	color: #909090;
}
.for_reviews .item-info a {
	color: #50a9e1;
	text-decoration: none;
}
.for_reviews .item-info a:hover {
	color: #2593d9;
	text-decoration: underline;
}
.for_reviews .owl-dots {
	text-align: center;
	padding: 10px 0 0;
	width: 100%;
}
.for_reviews .owl-dots .owl-dot {
	width: 14px;
    height: 14px;
    border: 2px solid #909090;
	border-radius: 50%;
    display: inline-block;
	margin: 3px;
	transition: .5s;
}
.for_reviews .owl-dots .owl-dot:hover {
	border-color: #4d4d4d;
}
.for_reviews .owl-dots .owl-dot.active {
	border-color: #e15060;
}
.owl-nav > button {
	outline: none;
}
@media screen and (max-width: 1200px) {
	#wide_top,
	#wide_top .tseso-owl.single-item .item {
		height: 550px;
	}
	#wide_top .tseso-owl .owl-item .item .info {
		bottom: 25%;
		left: 10%;
		width: 80%;
	}
}
@media screen and (max-width: 979px) {
	#wide_top, #wide_top .tseso-owl.single-item .item {
		height: 430px;
	}
	#wide_top .tseso-owl .owl-item .item .info {
		left: 5%;
		width: 90%;
	}
	#wide_top .tseso-owl.for_title .item .title a {
		font-size: 40px;
	}
	#wide_top .tseso-owl.for_title .item .teaser {
		font-size: 14px;
		margin: 20px 0 0;
	}
	#wide_top .tseso-owl.for_title .owl-item .item .item-info .more-button {
		font-size: 12px;
		height: 32px;
		line-height: 32px;
		padding: 0 12px;
	}
	#wide_top .tseso-owl.single-item .owl-dots {
		right: 5%;
	}
}
@media screen and (max-width: 800px) {
	#wide_top, #wide_top .tseso-owl.single-item .item {
		height: 350px;
	}
}
@media screen and (max-width: 640px) {
	#wide_top .tseso-owl .owl-item .item .info {
		bottom: 20%;
	}
	#wide_top .tseso-owl.for_title .item .title a {
		font-size: 32px;
	}
}
@media screen and (max-width: 550px) {
	#wide_top, #wide_top .tseso-owl.single-item .item {
		height: 300px;
	}
	#wide_top .tseso-owl .owl-item .item .info {
		bottom: 20%;
	}
}
@media screen and (max-width: 480px) {
	#wide_top, #wide_top .tseso-owl.single-item .item {
		height: 200px;
	}
	#wide_top .tseso-owl .owl-item .item .info {
		bottom: auto;
		top: 30px;
	}
	#wide_top .tseso-owl.for_title .item .title a {
		font-size: 24px;
	}
	#wide_top .tseso-owl.for_title .item .teaser {
		display: none;
	}
	#wide_top .tseso-owl.for_title .item .item-info {
		margin: 15px 0 0;
	}
}
@media screen and (max-width: 479px) {
	#wide_top, #wide_top .tseso-owl.single-item .item {
		height: 180px;
	}
	#wide_top .tseso-owl.for_title .item .title a {
		font-size: 24px;
	}
	#wide_top .tseso-owl .owl-item .item .info {
		top: 10px;
	}
	#wide_top .tseso-owl.for_title .item .item-info {
		margin: 0;
	}
	#wide_top .tseso-owl.for_title .owl-item .item .item-info .more-button {
		font-size: 10px;
		height: 24px;
		line-height: 24px;
		padding: 0 7px;
	}
}
@media screen and (max-width: 320px) {
	.tseso-owl .item .info{
		padding:5px 10px;
	}
}