
/***************  templates/main/libs/jquery/slick/slick.css  ***************/
/* Slider */
.slick-slider
{
    position: relative;

    display: block;

    -moz-box-sizing: border-box;
         box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
	z-index:0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;
	outline: none;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}
/***************  templates/main/../respwidgets/blog/template.layout.css  ***************/
.main.wrapper{
	width:1170px;
}

/* Left Column  ======= */
.blog-widget .left-col{
	position:relative;
	width:800px;
	height:auto;
	display:inline-block;
}
	.blog-widget .itemPreview{
		position:relative;
		width:calc(100% - 40px);
		display:block;
		vertical-align:top;
		transition: all 0.5s ease-out;
		background-color:#f4f4f4;
		cursor:pointer;
	}
	.blog-widget .itemPreview.fadeIn{
		margin-bottom:20px;
		padding:20px;
	}
	.blog-widget .item-image{
		position:relative;
		float:left;
		display:inline-block;
		width:300px;
		height:250px;
	}
	.blog-widget .item-image iframe{
		width:100%;
		height:100%;
	}
	.blog-widget .itemPreview .right-side{
		position:relative;
		float:right;
		width:100%;
		min-height:175px;
		max-height:215px;
		display:inline-block;
		overflow:hidden;
	}
	.blog-widget .item-content{
		position:relative;
		width:100%;
		clear:both;
		display:block;
	}
	.blog-widget .item-date{
		color:#666766;
		font-style:italic;
		font-size:14px;
		margin-bottom:8px;
	}
	.blog-widget .item-title{
		font-size:27px;
		margin-bottom:25px;
	}
	.blog-widget .item-intro{
		line-height:20px;
	}
	.blog-widget .learn-more, .blog-widget .sm-share{
		font-family: 'Varela Round', sans-serif;
		text-transform:uppercase;
	}
	.blog-widget .learn-more{
		margin-left:5px;
		font-size:12px;
		color:#1b3d6d;
	}
	.blog-widget .learn-more:hover{
		color:#32a1af;
	}
	.blog-widget .sm-share{
		position:absolute;
		bottom:20px;
		right:0;
		left:20px;
		width:100%;
		display:inline-block;
		color:#94a1b3;
	}
	.blog-widget .sm-share.item-has-image{
		left:auto;
	}
	.blog-widget .share.label{
		padding-top:1px;
	}
	.blog-widget .sm-share .sm-icon{
		margin-right:3px;
	}
	.blog-widget .sm-share .sm-icon:after{
		font-size:24px;
	}
	.blog-widget .sm-share .sm-icon.email:after {
   		font-size: 1.2em;
	}
	.blog-widget .sm-share .sm-icon:hover{
		color:#1b3d6d;
	}
	
	.blog-widget .itemPreview .right-side.item-has-image, .blog-widget .sm-share.item-has-image{
		width:56.4%;
	}

/* Right Column  ======= */	
.blog-widget .right-col{
	position:relative;
	float:right;
	width:340px;
	height:auto;
	display:inline-block;
}
	.blog-widget .right-col > div{
		position:relative;
		width:100%;
		margin-bottom:25px;
		display:inline-block;
	}
	.blog-widget .right-col h4{
		width:100%;
		padding-bottom:5px;
		margin-bottom:10px;
		border-bottom:1px solid;
		font-size:19px;
	}
	.blog-widget .right-col li{
		display:block;
		width:100%;
		padding:7px 0;
		text-transform:uppercase;
		font-size:12px;
	}
	.blog-widget .right-col li, .blog-widget .right-col li a{
		color:#666766;
	}
	.blog-widget .right-col li:hover, .blog-widget .right-col li:hover a, .blog-widget .right-col li.category.active{
		color:#051e5b;
	}
	.blog-widget .right-col li:after{
		content:'\e81f';
		font-family:"sprite-icons-font";
		padding-left:5px;
		color:#051e5b;
		font-size:11px;
	}
	.blog-widget .categories-list{
		position:relative;
		display:block;
		width:100%;
	}
	.blog-widget .right-col li.category{
		display:none;
		cursor:pointer;
	}
	.blog-widget .right-col li.category.enabled{
		display:block;
	}
	.blog-widget .right-col li.category.active{
		cursor:default;
	}
	
	.blog-widget .right-col .newsletter{
		box-sizing:border-box;
		border:1px solid #cdcdcc;
		background-color:#f4f4f4;
		padding:10px 17px;
	}
	.blog-widget .right-col .newsletter h4{
		border:none;
	}
	.blog-widget .right-col .email-entry input{
		width:100%;
		height:40px;
		line-height:40px;
		box-sizing:border-box;
		border:1px solid #cdcdcc;
		text-indent:15px;
		font-size:14px;
		color:#666766;
	}
	.blog-widget .right-col .newsletter button{
		position:relative;
		float:right;
		margin-top:8px;
		border:none;
	}
	
/* Landscape tablet to Desktop */	
@media (min-width: 1024px) and (max-width: 1279px) {
	.main.wrapper{
		width:922px;
	}
	.blog-widget .left-col{
		width:605px;
	}
	.blog-widget .itemPreview .right-side.item-has-image, .blog-widget .sm-share.item-has-image{
		width:43%;
	}
	.blog-widget .item-title{
		margin-bottom:10px;
	}
	.blog-widget .right-col{
		width:295px;
	}
}

/* Portrait tablet to Landscape */
@media (min-width: 768px) and (max-width: 1023px) { 
	.main.wrapper{
		width:684px;
	}
	.blog-widget .right-col .recent-posts, .blog-widget .right-col .featured-posts, .blog-widget .right-col .categories{
		display:none;
	}
	.blog-widget .itemPreview .right-side.item-has-image, .blog-widget .sm-share.item-has-image, .blog-widget .categories-selector {
		width:50%;
	}
	.blog-widget .left-col, .blog-widget .right-col{
		width:100%;
	}
	.blog-widget .item-title{
		margin-bottom:15px;
	}
	.blog-widget .categories-selector {
		position:relative;
		text-indent:12px;
		height:40px;
		background:#ebebeb;
		margin-bottom:35px;
		font-family: 'Varela Round', sans-serif;
		font-size:14px;
		text-transform:uppercase;
		z-index:100;
	}
	.blog-widget .selector-header{
		position:relative;
		width:100%;
		height:40px;
		line-height:40px;
	}
	.blog-widget .selector-header, .blog-widget .category:hover{
		color:#051e5b;
	}
	.blog-widget .categories-selector ul{
		position:absolute;
		top:40px;
		left:0;
		width:100%;
	}
	.blog-widget .category{
		position:relative;
		line-height:25px;
		width:100%;
		background:#fff;
	}
	.blog-widget .category.active{
		display:none;
	}
	.blog-widget .categories-selector.icon-arrow_down:after, .blog-widget .categories-selector.icon-arrow_up:after{
		position:absolute;
		right:14px;
		top:13px;
		color:#051e5b;
	}
	.blog-widget .categories-selector.icon-arrow_down:after{
		content: '\e820';
	}	
	.blog-widget .categories-selector.icon-arrow_up:after{
		content: '\e81e';
	}
	
	.blog-widget .right-col .newsletter{
		padding:15px 17px;
	}
	.blog-widget .right-col h4, .newsletter > form{
		width:auto;
	}
	.blog-widget .right-col h4, .newsletter > form, .blog-widget .right-col .newsletter button, .newsletter > form .email-entry{
		position:relative;
		display:inline-block;
		line-height:35px;
		margin-bottom:0;
	}
	.newsletter > form .email-entry{
		width:325px;
		margin:0 20px 0 15px;
	}
	.blog-widget .right-col .newsletter button{
		height:35px;
		margin-top:2px;
		padding:0 55px;
	}
	
	.blog-widget .toolbox-link{
		left:auto;
		right:0;
	}
}

/* MOBILE to portrait tablet */
@media (max-width: 767px) {
	.main.wrapper{
		width:300px;
	}
	.blog-widget .itemPreview{
		width:calc(100% - 35px);
	}
	.blog-widget .itemPreview.fadeIn{
		padding:20px 10px 45px 15px;
	}
	.blog-widget .itemPreview .right-side{
		max-height:115px;
		min-height:115px;
	}
	.blog-widget .itemPreview .right-side.item-has-image{
		width:45%;
	}
	.blog-widget .sm-share, .blog-widget .left-col, .blog-widget .itemPreview .right-side, .blog-widget .sm-share.item-has-image{
		width:100%;
	}
	.blog-widget .item-image{
		width:138px;	
		height:115px;
		display:inline-block;
		overflow:hidden;
	}
	.blog-widget .item-date{
		font-size:13px;
		margin-bottom:3px;
	}
	.blog-widget .item-title{
		font-size:18px;
		margin-bottom:5px;
	}
	.blog-widget .sm-share.item-has-image{
		left:20px;
		bottom:15px;
	}
	.blog-widget .right-col{
		display:none;
	}
}
	
	
/***************  templates/main/../respwidgets/blog/template.layoutItem.css  ***************/
/* Breadcrumb  ======= */	
.breadcrumb-item .subpage.disabled a{
	color:#95a2b3;
	cursor:pointer;
}
.details-page{
	display:none;
}
	.details-page.active{
		display:inline;
	}
	.ie9 .details-page{
		display:none;
	}
	.ie9 .items-list{
		display:block;
	}
	
/* Navigation Bar  ======= */	
.navbar{
	width:100%;
	height:40px;
	line-height:40px;
	margin-bottom:20px;
	font-family: 'Varela Round', sans-serif;
	text-transform:uppercase;
	font-size:12px;
}
	.navbar > div{
		position:relative;
		width:auto;
		display:inline-block;
	}
	.navbar > div:hover, .navbar > div:hover a{
		color:#051e5b;
	}
	.prev-btn + .next-btn a{
		border-left:1px solid #434343;
		padding-left:15px;
		margin-left:10px;
	}
	.next-btn:after, .prev-btn:before{
		font-size:14px;
	}
	.next-btn:after{
		padding-left:8px;
	}
	.all-btn{
		float:right;
		text-decoration:underline;
	}

/* Content  ======= */
.item-detail-widget .itemPreview {
    margin-bottom: 20px;
    padding: 20px;
	display:inline-block;
}
.left-side, .right-side{
	position:relative;
	display:inline-block;
	vertical-align:top;
	clear:both;
}

/* Left Side  ======= */
.left-side{
	width:300px;
	font-family: 'Varela Round', sans-serif;
	color:#94a1b3;
	text-transform:uppercase;
}
.images-wrapper{
	position:relative;
	display:block;
	margin-bottom:10px;
	z-index:10;
}
.images-wrapper.video{
	width: 300px;
	height: 250px;
}
.show-magnifying-glass .icon-magnifying_glass_solid:after{
	content:'\e807';
	position:absolute;
	bottom:0;
	right:0;
	width:32px;
	height:38px;
	padding:4px 0 0 8px;
	background:#fff;
	color:#1d3a6d;
	font-size:26px;
	cursor:pointer;
}
a.video-link{
	width:100%;
	height:47px;
	line-height:47px;
	margin:5px 0 10px;
	display:block;
	background:#fff;
}
.video-link:before{
		font-size:25px;
		padding:0 11px 0 15px;
		vertical-align:middle;
	}
a.video-link:hover{
	background-color:#94a2b3;
	color:#fff;
}
#video-embed {
    width: 100%;
    height: 100%;
}


/* Right Side  ======= */
.blog-widget .itemPreview .right-side{
	height:auto;
	max-height:10000px;
	min-height:250px;
}
.blog-widget .item-title{
	margin-bottom:15px;
}
.blog-widget .item-intro{
	margin-bottom:50px;
}
.blog-widget .right-side .item-intro a{
	text-decoration:underline;
}
.blog-widget .sm-share{
	right:auto;
	left:0;
	bottom:0;
}

.video-wrapper{
	position:relative;
	width:900px;
	height:0px;
	padding-top:56.25%;
}
.video-wrapper iframe{
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
}


/* Landscape tablet to Desktop */	
@media (min-width: 1024px) and (max-width: 1279px) {
	.item-detail-widget.blog-widget .sm-share{
		width:100%;
	}
	
}

/* Portrait tablet to Landscape */
@media (min-width: 768px) and (max-width: 1023px) { 
	.item-detail-widget.blog-widget .sm-share{
		width:100%;
	}

	.video-wrapper{
		width:650px;
	}

}

/* MOBILE to portrait tablet */
@media (max-width: 767px) {
	.navbar{
		font-size:11px;
	}
	.left-side{
		margin-bottom:10px;
	}
	.icon-magnifying_glass_solid:after, .respwidget .item-details .images-wrapper .icon-arrow_right:after, .blog-widget.item-detail-widget .sm-share.item-has-image{
		display:none;
	}
	.images-wrapper .carousel_nav{
		position:absolute;
		top:50%;
		left:0;
		margin-top:-15px;
		width:100%;
		z-index:9999;
	}
	.carousel_nav .prev-btn{
		margin-left:8px;
	}
	.uniform-grid-widget .icon-arrow_right:after{
		margin-left:0;
	}
	.images-wrapper .carousel_nav .nav-arrows:before{
		color:#fff;
		font-size:31px;
		text-shadow: 0 0 8px rgba(0, 0, 0, 0.9);
	}
	.images-wrapper .carousel_nav .next{
		float:right;
	}
	.blog-widget.item-detail-widget .item-image{
		width:100%;
		height:250px;
	}
	.blog-widget.item-detail-widget .itemPreview .right-side.item-has-image{
		width:100%;
	}
	.item-detail-widget .itemPreview{
		padding:20px 15px;
		width:calc(100% - 30px);
	}
	.item-detail-widget .left-side{
		width:100%;
		overflow:hidden;
	}
	.item-detail-widget .images-wrapper{
		width:100%;
		height:100%;
		margin-bottom:10px;
	}
	.item-detail-widget .images-wrapper ul{
		width:100%;
		height:250px;
	}
	.item-detail-widget .sm-share{
		position:relative;
		line-height:29px;
	}
	.item-detail-widget .sm-share > span{
		display:inline-block;
		float:left;
	}
	.sm-share .sm-icon{
		color:#fff;
		background-color: #94a1b3;
		width: 30px;
		height: 30px;
		border-radius: 15%;
		text-align: center;
	}
	.item-detail-widget .sm-share .sm-icon:after{
		font-size:21px;
		left:-6px;
		top:6px;
	}
	.item-detail-widget .share.label{
		width:auto;
		padding-left:11px;
		font-size:12px;
	}
	.blog-widget .item-title{
		margin-bottom:0;
	}
	.blog-widget .item-intro{
		margin-bottom:15px;
	}
	.item-detail-widget.blog-widget .itemPreview .right-side{
		min-height:unset;
	}
	
	.video-wrapper{
		width:320px;
	}
	
	
}