@charset "utf-8";
/* Sticky Post */
article.post.sticky, article.reviews.sticky {
	border-bottom: none;
	margin-bottom: 20px;
	padding: 0;
}

.sticky .featured-image {
	display: block;
	-webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	height: 250px; 
	width: 100%;
	position: relative;
	margin-bottom: 10px;
}

.sticky-post-title {
	position: absolute;
	bottom: 10px;
	left: 10px;
	right: 10px;
	border-radius: 2px;	
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	padding: 0 10px;
	color: #fff;
	height:	50px;
	line-height: 50px;
	vertical-align: middle;
	background: rgba(0,0,0, 0.6);
	overflow: hidden;
	z-index: 997;
}

.sticky .featured-image:hover .sticky-post-title,
.sticky-post-title:hover {
	height:	230px;
	line-height: 20px;
	vertical-align: top;
	-webkit-transition:all 0.2s ease 0s;
	-moz-transition:all 0.2s ease 0s;
    -o-transition:all 0.2s ease 0s;
    transition:all 0.2s ease 0s;
}

.sticky .featured-image .meta-category span{
	visibility: visible;
	opacity: 1;
	-webkit-transition: visibility 0s 0.2s, opacity 0.2s linear;
	-moz-transition: visibility 0s 0.2s, opacity 0.2s linear;
    -o-transition: visibility 0s 0.2s, opacity 0.2s linear;
    transition: visibility 0s 0.2s, opacity 0.2s linear;
}

.sticky .featured-image:hover .meta-category span{
	visibility: hidden;
	opacity:0;
	-webkit-transition: visibility 0s 0.2s, opacity 0.2s linear;
	-moz-transition: visibility 0s 0.2s, opacity 0.2s linear;
    -o-transition: visibility 0s 0.2s, opacity 0.2s linear;
    transition: visibility 0s 0.2s, opacity 0.2s linear;
}

.sticky .entry-title {
	color: #fff;
	font-size: 30px;
	height:	50px;
	line-height: 50px;
	vertical-align: middle;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}

.sticky .entry-summary {
	white-space: normal;
}

@media (max-width: 1199px) {
	.sticky .entry-title {
		font-size: 23px;
	}
}

@media screen and (max-width: 520px) {
	.num-1 .entry-summary {
		font-size: 13px;
		text-overflow: ellipsis;
		overflow: hidden;	
		white-space: normal;
		line-height: 20px;
	}
	
}

.sticky .overlay {
	visibility: hidden;
	background: #fff; 
	opacity:0; 
	width: 100%; 
	height: 100%; 
	color: #fff;
	position: absolute; 
	text-align: center; 
	font-size: 40px; 
	height: 250px; 
	line-height: 250px; 
	vertical-align: middle; 
	-webkit-transition: visibility 0s 0.2s, opacity 0.2s linear;
	-moz-transition: visibility 0s 0.2s, opacity 0.2s linear;
    -o-transition: visibility 0s 0.2s, opacity 0.2s linear;
    transition: visibility 0s 0.2s, opacity 0.2s linear;
	z-index: 994;
}

.sticky .featured-image:hover .overlay  {
	visibility:visible;	
	opacity:0.1; 
	-webkit-transition: opacity 0.2s linear;
	-moz-transition: opacity 0.2s linear;
    -o-transition: opacity 0.2s linear;
    transition: opacity 0.2s linear;
}

@media (max-width: 991px) {
	.num-1 {
		padding: 0;	
	}
	
	.num-2 {
		padding: 0;
	}

	.num-3.right {
		padding: 0 0 0 10px;	
	}
	
	.num-3.left {
		padding: 0 10px 0 0;	
	}
}

@media (max-width: 767px) {
	.num-1 {
		padding: 0;	
	}
	
	.num-3.right {
		padding: 0;	
	}
	
	.num-3.left {
		padding: 0;	
	}
}

@media (min-width: 992px) {
	.num-1 {
		padding: 0 15px 0 0;	
		width: 300px;	
	}
	
	.num-1 .entry-title {
		font-size: 20px;	
	}

	.num-2 {
		padding: 0 0 0 0px;	
		width: 290px;
	}

	.num-3 {
		padding: 0 0 0 0px;	
		width: 290px;
	}
	
	.num-1 .entry-title {
		font-size: 18px;
		height:	35px;
		line-height: 35px;
	}
	
	.num-1 .sticky-post-title {
		font-size: 13px;
		height:	35px;
		line-height: 35px;
	}

}

@media (min-width: 1200px) {
	.num-1 {
		padding: 0 15px 0 0;	
		width: 490px;
		
	}

	.num-2 {
		padding: 0 0 0 0px;	
		width: 300px;
	}

	.num-3 {
		padding: 0 0 0 0px;	
		width: 300px;
	}
	
	.num-1 .entry-title {
		font-size: 25px;
		height:	40px;
		line-height: 40px;
	}
	
	.num-1 .sticky-post-title {
		height:	40px;
		line-height: 40px;
	}
}

.num-2 .entry-title, .num-3 .entry-title {
	font-size: 15px;	
}

.num-2 .entry-title, .num-3 .entry-title {
	color: #fff;
	font-size: 15px;
	height:	30px;
	line-height: 30px;
	vertical-align: middle;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}

.num-2 .sticky-post-title, .num-3 .sticky-post-title {
	height:	30px;
	line-height: 30px;
}

.num-2 .entry-summary {
	font-size: 14px;
	text-overflow: ellipsis;
	overflow: hidden;	
	height: 160px;
	white-space: normal;
	line-height: 20px;
}

.num-3 .sticky .featured-image {
	height: 117px;	
}

.num-3.half .sticky .featured-image {
	height: 118px;	
}

.num-3 .entry-summary {
	font-size: 12px;
	text-overflow: ellipsis;
	overflow: hidden;	
	height: 80px;
	white-space: normal;
	line-height: 17px;
}

.num-3 article.post.sticky, .num-3 article.reviews.sticky	{
	margin-bottom: 15px;
}

.num-3 .sticky .overlay {
	visibility: hidden;
	background: #fff; 
	opacity:0; 
	width: 100%; 
	height: 100%; 
	color: #fff;
	position: absolute; 
	text-align: center; 
	font-size: 40px; 
	height: 98px; 
	line-height: 98px; 
	vertical-align: middle; 
	-webkit-transition: visibility 0s 0.2s, opacity 0.2s linear;
	-moz-transition: visibility 0s 0.2s, opacity 0.2s linear;
    -o-transition: visibility 0s 0.2s, opacity 0.2s linear;
    transition: visibility 0s 0.2s, opacity 0.2s linear;
	z-index: 994;
}

.num-3 .sticky .featured-image:hover .overlay  {
	visibility:visible;	
	opacity:0.1; 
	-webkit-transition: opacity 0.2s linear;
	-moz-transition: opacity 0.2s linear;
    -o-transition: opacity 0.2s linear;
    transition: opacity 0.2s linear;
}

.num-3 .sticky .featured-image:hover .sticky-post-title,
.num-3 .sticky-post-title:hover {
	height:	98px;
	line-height: 20px;
	vertical-align: top;
	-webkit-transition:all 0.2s ease 0s;
	-moz-transition:all 0.2s ease 0s;
    -o-transition:all 0.2s ease 0s;
    transition:all 0.2s ease 0s;
}


/* Sticky Carousel */
.carousel-wrap {
	padding: 0;	
}

.carousel-control.left,
.carousel-control.right {
	background-image: none;
}

.carousel-control {
	display: none;
	line-height: 230px;
	height: 250px;
	vertical-align: middle;
	font-size: 90px;
	z-index: 995;
	width: 50px;;
}

.carousel-thumbs {
	padding: 0 10px 0 0;
	position: relative;
}

.carousel-thumbs .selected .carousel-thumb-img {
	opacity: 0.9;
	-webkit-transition: opacity 0.2s linear;
	-moz-transition: opacity 0.2s linear;
    -o-transition: opacity 0.2s linear;
    transition: opacity 0.2s linear;
}

.carousel-thumbs a{
	display: block;
	margin-bottom: 10px;
	cursor: pointer;
}

.carousel-thumb-single {
	position: relative;
}

.carousel-thumbs .entry-title {
	text-align: center;
	display: block;
	position: absolute;
	bottom: 5px;
	left: 5px;
	right: 5px;
	font-family: "Open Sans Condensed", Arial;
	font-size: 16px;
	color: rgba(255,255,255, 0.8);
	background: rgba(0,0,0, 1);
	padding: 0 3px;
	line-height: 1.7em;;
	min-height: 22px;
	margin: 0;
	border-radius: 2px;	
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	font-weight: normal;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	font-weight: bold;
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.carousel-thumb-single:hover .entry-title {
	color: rgba(255,255,255, 1);
}

.carousel-thumbs .selected .entry-title {
	text-align: center;
	display: block;
	position: absolute;
	bottom: 5px;
	left: 5px;
	right: 5px;
	font-family: "Open Sans Condensed", Arial;
	font-size: 16px;
	color: #fff;
	background: rgba(0,0,0, 0.6);
	padding: 0 3px;
	line-height: 1.7em;;
	min-height: 22px;
	margin: 0;
	border-radius: 2px;	
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	font-weight: bold;
}

.carousel-thumbs .lower-height .carousel-thumb-img {
	height: 76px; 
}

.carousel-thumb-img {
	display: block;
	-webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	height: 77px; 
	width: 100%;
	position: relative;
	margin-bottom: 10px;
	border-radius: 2px;	
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;	
	-webkit-transition: opacity 0.2s linear;
	-moz-transition: opacity 0.2s linear;
    -o-transition: opacity 0.2s linear;
    transition: opacity 0.2s linear;
}

.carousel-num-2 .carousel-thumb-img {
	display: block;
	-webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	height: 120px; 
	width: 100%;
	position: relative;
	margin-bottom: 10px;
	border: 1px solid #ccc;
	border-radius: 2px;	
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;	
	-webkit-transition: opacity 0.2s linear;
	-moz-transition: opacity 0.2s linear;
    -o-transition: opacity 0.2s linear;
    transition: opacity 0.2s linear;
}

.carousel-thumb-single:hover .carousel-thumb-img {
	opacity: 0.5;	
}


@media (max-width: 991px) {
	.carousel-thumbs {
		display: none;
	}
}

