/*
Theme Name: Amstel
Theme URI: http://www.vinethemes.com/downloads/amstel-free-wordpress-theme/
Description: Amstel is a Free WordPress Theme perfect for any blog or online blogging website. This WordPress Personal & Magazine Theme features a Top Grid Posts and a Carousel posts following List format posts which gives the website a clean and sturdy look.
Author: VineThemes
Author URI: http://www.vinethemes.com
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: two-columns, right-sidebar, custom-header, featured-images, post-formats, sticky-post
Text Domain:amstel
*/

/* Global reset */



*, html, body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, label, fieldset, input, p, blockquote, th, td { margin:0; padding:0 }
table { border-collapse:collapse; border-spacing:0 }
fieldset, img { border:0 }
address, caption, cite, code, dfn, em, strong, th, var { font-style:normal; font-weight:normal }
ol, ul, li { list-style:none }
caption, th { text-align:left }
h1, h2, h3, h4, h5, h6 { font-size:100%; font-weight:normal }
q:before, q:after { content-area:''}

/* Global reset-RESET */
strong { font-weight: bold }
em { font-style: italic }
a img { border:none }
/**/

body {
	font-family:"Lora", sans-serif;
	font-size:15px;
	color:#000;
	background:#fff;
}
.clear {
	clear: both;
}
h1,h2,h3,h4,h5,h6, #navigation-wrap .menu li a, .category,.feat-more, .social_share_area .social_share_area-comments,
.about-title, #ct_social_footer a, .more-link, .post-comments span.reply a, .widget .tagcloud a,
.pagination a , .post-tags a, .slicknav_nav a  {
	font-family:"Arimo", sans-serif;
}

p {
	line-height:30px;
}

a {
	color:#F10015;
	text-decoration:none;
}

/****************************************/
/* General
/****************************************/

.container {
	width:1200px;
	margin:0 auto;
}
#content-area {
	overflow:hidden;
	margin-bottom:50px;

}
.home #content-area{
	padding-top: 30px;
	border-top: 1px solid #ddd;
	margin-top: 30px;
}
#mainpage {
	width:810px;
	float:left;
}
#mainpage.fullwidth {
	width:100%;
}
#sidebar {
	width:330px;
	float:right;
	font-family:Arimo;
	padding-right:0;
}

/****************************************/
/* Top Bar
/****************************************/

#top-area {
	height:50px;
	width:100%;
	z-index:9999;
	-webkit-backface-visibility: hidden;
	margin-bottom:0px;
    -webkit-transition: 400ms;
    -moz-transition: 400ms;
    -ms-transition: 400ms;
    -o-transition: 400ms;
    transition: 400ms;
    top:0;
}
#top-area .container {
	position:relative;
}

/* Menu **********/
.slicknav_menu {
	display:none;
}
#navigation-wrap .menu {
	z-index: 1;
	position: relative;
	display: inline-block;
	width: 76%;
}
div#navigation-wrap {
	position: relative;
}
.topmenuwrap div#navigation-wrap{
	text-align: right;
}
#navigation-wrap .menu li {
	display:inline-block;
	margin-right:31px;
	position:relative;
}
#navigation-wrap .menu li a {
	color:#fff;
	line-height:50px;
	font-size:13px;
	font-weight:600;
	text-transform:uppercase;
	display:block;
	-o-transition:.25s;
	-ms-transition:.25s;
	-moz-transition:.25s;
	-webkit-transition:.25s;
	transition:.25s;
}
.topmenuwrap #navigation-wrap .menu li a {
	font-size: 12px;
	font-weight:500;
	color: #999999;
}
#navigation-wrap .menu > li.menu-item-has-children > a:after {
	font-family: FontAwesome;
    content-area: "\f107";
	margin-left:7px;
	color:#999;
	font-size:13px;
}

	/* Dropdown **********/
	#navigation-wrap .menu .sub-menu,
	#navigation-wrap .menu .children {
		background-color: #000;
		display: none;
        border:1px solid #444;
		padding: 0;
		position: absolute;
		margin-top:0;
		left: 0;
		z-index: 99999;
		
	}
	
	#navigation-wrap ul.menu ul a,
	#navigation-wrap .menu ul ul a {
		color: #fff;
		margin: 0;
		font-size:11px;
		letter-spacing:1px;
		padding: 10px;
		min-width: 175px;
		line-height:20px;
		-o-transition:.25s;
		-ms-transition:.25s;
		-moz-transition:.25s;
		-webkit-transition:.25s;
		transition:.25s;
		border-top:1px solid;
		border-color:#444;
	}
	
	#navigation-wrap ul.menu ul li,
	#navigation-wrap .menu ul ul li {
		padding-right:0;
		margin-right:0;
	}

	#navigation-wrap ul.menu ul a:hover,
	#navigation-wrap .menu ul ul a:hover {
		color:#F10015;
	}

	#navigation-wrap ul.menu li:hover > ul,
	#navigation-wrap .menu ul li:hover > ul {
		display: block;
	}
	
	#navigation-wrap .menu .sub-menu ul,
	#navigation-wrap .menu .children ul {	
		left: 100%;
		top: 0;
		
	}

#navigation-wrap .menu li:last-child {
	margin-right: 0;
}
.topmenuwrap #navigation-wrap .menu li:last-child {
	margin-right: 20px;
}
ul#menu-top-menu .fa-angle-down,ul#menu-top-menu .fa-angle-right {
	font-size: 12px;
	margin-left: 5px;
}
/* Social and Search **********/
#upper-social-area {
	display: inline-block;
	vertical-align: middle;
	width: 23%;
	text-align: right;
}
#upper-social-area.nosearch { right:0; }
#upper-social-area a {
	color:#fff;
	margin-right:10px;
	font-size:16px;
	display:inline-block;
	-o-transition:.25s;
	-ms-transition:.25s;
	-moz-transition:.25s;
	-webkit-transition:.25s;
	transition:.25s;
}


#upper-search-area {
	display: inline-block;
}

#upper-search-area a {
	font-size:16px;
	color:#fff;
	position:relative;

}

.display-search-view {
	position: absolute;
	top: -10px;
	right: 35px;
	display: none;
	z-index: 10000;
	border: 2px solid #f5f5f5;
}
.display-search-view #searchform input#s {
	width:180px;
	background:#FFF;
	border:1px solid #fff;
}
.display-search-view #searchform input#s:focus {
	outline:none;
}

/****************************************/
/* Header & Logo
/****************************************/
.home #header, .page-template-page-slider #header, .page-template-page-fullwidth-slider #header {
	margin-bottom:0;
	border-bottom:none;
}
#header, #header.missing_slider {
    padding-top: 0px;
    text-align: center;

}
.headerstyle2 #header, #header.missing_slider{text-align:left;}
.frontclass.container {
	padding-top: 56px;
	padding-bottom: 56px;
}
#logo img {
	max-width:100%;
	height:auto;
	vertical-align:middle;

}




/****************************************/
/* featured-box Area
/****************************************/

.featured-box-area {
	overflow:hidden;
	margin-bottom:30px;
	margin-top:30px;
}
.featured-box-item {
	display: table;
	width:32%;
	float:left;
	margin-right:2%;
	height:300px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding:16px;
	position:relative;
}
.featured-box-item:last-child {
	margin-right:0;
}

.featured-box-overlay {
	height: 100%;
    display: table-cell;   
    vertical-align: middle;   
	text-align:center;
}

.featured-box-overlay  h4 {
	color: #222;
	line-height: 1.5em;
	padding: 8px 12px 8px 13px;
	font-size: 13px;
	text-transform: uppercase;
	letter-spacing: 1px;
	background: #fff;
	display: inline-block;
	max-width: 60%;
	font-weight: 500;
}
.featured-box-link {
	position: absolute; 
	height: 100%; 
	width: 100%;
	top: 0;
	left:0;
	z-index: 999999;
	display: block
}

/****************************************/
/* Posts
/****************************************/

.post {
	margin-bottom:70px;
}
.post-entry {
	background: #fff;
}
.entry_article_header {
	margin-bottom: 35px;
	padding-top: 35px;
}
.entry_article_header .category {
	display:block;
	margin-bottom:7px;
}


.entry_article_header h2 a, .entry_article_header h1 {
	font-size:30px;
	color:#333;
	font-weight:600;
	line-height:1.6em;
	-o-transition:.25s;
	-ms-transition:.25s;
	-moz-transition:.25s;
	-webkit-transition:.25s;
	transition:.25s;
}
.entry_article_header h2 a:hover {
	color:#F10015;
	text-decoration: none;
}

.post-date {
	color: #999;
	font-size: 11px;
	font-weight: 400;
	font-family: Arimo;
}

.article_image {
	margin-bottom:0px;
	transition:300ms;
	-webkit-transition:300ms;
	-o-transition:300ms;
	-moz-transition:300ms;
	background:#000;
	position:relative;
}
.article_image img {
	vertical-align:middle;
	max-width:100%;
	height:auto;
	width:100%;
	-webkit-transition: 300ms;
	-moz-transition: 300ms;
	-ms-transition: 300ms;
	-o-transition: 300ms;
	transition: 300ms;
}
.article_image.audio iframe {
	height:166px;
	width:100%;
}
.article_image1 {
	margin-bottom:25px;
}
.article_image1 img {
	vertical-align:middle;
	max-width:100%;
	height:auto;
}
.article_image1.audio iframe {
	height:166px;
	width:100%;
}
/* Post Entry **********/
.home .post-entry p{
	text-align:center;
	margin-bottom: 20px;
}
 .post-entry p, .post-entry hr {
    margin-bottom:30px;
	font-family:lora;
}
.post-entry h1, .post-entry h2, .post-entry h3, .post-entry h4, .post-entry h5, .post-entry h6 {
	color:#333;
	font-weight:700;
	margin-bottom:14px;
}
.post-entry h1 {
	font-size:24px;
}
.post-entry h2 {
	font-size:21px;
	margin: 15px 0;
}
.post-entry h3 {
	font-size:19px;
}
.post-entry h4 {
	font-size:17px;
}
.post-entry h5 {
	font-size:15px;
}
.post-entry h6 {
	font-size:13px;
}
.post-entry hr {
	border:0;
	height:0;
	border-bottom:1px solid #e5e5e5;
	clear:both;
}
.post-entry blockquote {
	border-left:3px solid;
	border-color:#ddd;
	padding:0 18px;
}
.post-entry blockquote p {
	font-size:18px;
	line-height:28px;
	font-style:italic;
	color:#888;
}

.post-entry a:hover {
	text-decoration:underline;
}

.post-entry ul, .post-entry ol {
	padding-left:45px;
	margin-bottom:20px;
}
.post-entry ul li {
	margin-bottom:12px;
	list-style:square;
}
.post-entry ol li {
	margin-bottom:12px;
	list-style:decimal;
}
.sticky.post .entry_article_header:before {
	content: "sticky";
	color: #fff;
	background: #000;
	padding: 4px 10px;
	display: inline-block;
	vertical-align: middle;
	text-transform: uppercase;
	font-size: 11px;
	font-weight: 600;
}
.bypostauthor  {}
.post-entry pre {
	overflow:auto;
}

.post-entry table { width:100%; margin-bottom:22px; border-collapse:collapse }
.post-entry td, .post-entry th { padding: 12px; border-bottom: 1px #e5e5e5 solid; }
.post-entry th { font-weight:bold; font-size:14px; background:#f5f5f5;}
.post-entry tr:hover {
	background:#f9f9f9;
}

.post-entry img {
	max-width:100%;
	height:auto;
}

/* Read More Button **********/
.more-link {
	text-align:center;
	display:block;
	text-transform:uppercase;
	letter-spacing:1px;
	font-size:13px;
	color:#fff;
	-o-transition:.3s;
	-ms-transition:.3s;
	-moz-transition:.3s;
	-webkit-transition:.3s;
	transition:.3s;
    background: #333;
}
a.more-link:hover {
	text-decoration:none;
	color:#F10015;
}

.more-line {
	border-top: 1px solid;
	display: block;
	max-width: 40px;
	margin: 5px auto 15px;
	color: #F10015;
	-o-transition:.3s;
	-ms-transition:.3s;
	-moz-transition:.3s;
	-webkit-transition:.3s;
	transition:.3s;
}
.more-link:hover > .more-line {
	color:#F10015;
}

/* Post Share **********/
.meta-container {
    float: right;
    text-align: center;
    padding: 0 0 00px 0;
}

.list-meta {
    float: left;
}
.social_share_area-box.share-comments {
    margin-bottom: 15px;
}
.social_share_area-box.share-buttons a {
    width: 32px;
    display: inline-block;
    height: 32px;
	line-height:32px;
    vertical-align: middle;
    text-align: center;
}


.social_share_area {
    text-align: right;

}


.social_share_area-box:first-child {
	border-left:none;
}

.social_share_area-box.share-comments a {
	color: #999;
	font-family: sans-serif;
	font-size: 12px;
	font-weight: 500;
	letter-spacing:1px;
}

.social_share_area-box.share-comments a:hover {
    opacity: 1;
    text-decoration: none;

    color: #333;
}


.social_share_area-box.share-buttons a {
	color:#fff;
	margin:0px;
	-o-transition:.3s;
	-ms-transition:.3s;
	-moz-transition:.3s;
	-webkit-transition:.3s;
	transition:.3s;
}

i.fa.fa-comments {
	margin: 0 5px;
}
p.readmore {
	border-bottom: 1px solid #eee;
	padding-bottom: 40px;
}
.social_share_area-box.share-author a {
	font-family:"Arimo";
	font-size:13px;
	color:#333;
	text-transform:uppercase;
	letter-spacing:1px;
	font-style:normal;
}
.social_share_area-box.share-author span {
	color:#888;
	margin-right:2px;
}

/* Post Author **********/
.post-author {
	margin-bottom:40px;
	margin-top:40px;
	overflow:hidden;
	clear:both;
}	

.author-img {
	float:left;
	margin-right:30px;
}

.author-content-area  {
	overflow:hidden;
}

.author-content-area h5 a {
	font-size:15px;
	margin-bottom:6px;
	text-transform:uppercase;
	letter-spacing:1px;
	font-weight:700;
	color:#333;
	display:block;
}

.author-content-area p {
	margin-bottom:9px;
	color:#666;
}

.author-content-area .author-social {
    font-size: 12px;
    color: #333;
    margin-right: 8px;
    border: 1px solid #efefef;
    display: table-cell;
    height: 20px;
    width: 20px;
    text-align: center;
    background: #fafafa;
    vertical-align: middle;
    margin: 0 5px;
}

/* Post related **********/
.post-related {
	overflow: hidden;
	border: 1px solid #ddd;
	padding: 20px;
}
.ct_post_area { text-align:center;display: block; }
.ct_post_area-title {
	font-size:12px;
	letter-spacing:1px;
	text-transform:uppercase;
	margin-bottom:30px;
	position: relative;
	line-height:1em;
	font-weight:700;
}

.ct_post_area-title:before {
	content-area: "";
	display: block;
	border-top: solid 1px #e5e5e5;
	width: 100%;
	height: 1px;
	position: absolute;
	top: 50%;
	z-index: 1;
}
.ct_post_area-title span {
    padding: 1px 20px;
    position: relative;
    z-index: 5;
    text-align: center;
    display:block;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 1px;
    position: relative;
    font-weight: 500;
}


.item-related {
	width: 32%;
	float: left;
	margin-right: 2%;
}
.item-related:last-child {
	margin-right:0;
}

	#mainpage.fullwidth .item-related {
		width:340px;
		margin-right:30px;
	}
	#mainpage.fullwidth .item-related:last-child {
		margin-right:0;
	}

.item-related img {
	margin-bottom:6px;
	width:100%;
	height:auto;
}
.item-related h3 {
	margin-bottom:4px;
}
.item-related h3 a {
	font-size:13px;
	color:#242424;
}
.item-related h3 a:hover {
	text-decoration:underline;
}
.item-related span.date {
	font-size:13px;
	color:#999;
}

/* Post tags **********/
.post-tags {
    float: left;
	padding-bottom:13px;
	clear:both;
    font-size: 12px;
    font-family: "Arimo", sans-serif;
}
.social_share_area-box.share-comments,.social_share_area-box.share-buttons {
    font-size: 14px;
    font-family: "Arimo", sans-serif;
}

.social_share_area-box.share-comments {
    text-align: left;
    display: block;
}

.post-tags a {
    font-size: 10px !important;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #111;
    padding: 6px 7px 7px 8px;
    margin-right: 5px;
    margin-bottom: 8px;
    display: inline-block;
    -o-transition: .3s;
    -ms-transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
    transition: .3s;
	font-weight:500;
}
.post-tags a:hover {
	opacity: 1;
	text-decoration: none;
	color: #333;
}

/* Grid Layout **********/
.grid-item {
	margin-bottom:100px;
}
.ct_grid_view > li {
	width:355px;
	display:inline-block;
	vertical-align: top;
	margin-right: 26px;
}

	/* fullwidth */
	#mainpage.fullwidth .ct_grid_view > li {
		width:30.8%;
		margin-right:36px;
	}

.ct_grid_view li:nth-of-type(2n+2) {
	margin-right:0;
}
.simple-with-grid-blog.ct_grid_view li:nth-of-type(2n+1) {
	margin-right:0;
}
.simple-with-grid-blog.ct_grid_view li:nth-of-type(2n+2) {
	margin-right:26px;
}
.grid-item .entry_article_header .category a {

    letter-spacing: 2px;
}
.simple-with-grid-blog li:first-child {
	width: 100%;
}
.grid-item .entry_article_header .category {
    margin-bottom: 18px;
    display: block;
	color:#999;
    position: relative;
	font-size: 12px;
	display: inline-block;
}


.grid-item .entry_article_header h2 a {
	letter-spacing:.5px;
	font-size:18px;
}
.simple-with-grid-blog li:first-child .grid-item .entry_article_header h2 a {
	letter-spacing:.5px;
	font-size:24px;
}
.grid-item .entry_article_header h2 {
	max-width:100%;
	margin: 10px 0;
}
.grid-item .entry_article_header  {
	margin-bottom: 0;
	background: #fff;
	padding-bottom: 16px;
}
.grid-item .article_image  {
	margin-bottom:16px;
	overflow: hidden;
}
.grid-item .article_image1  {
	margin-bottom:0px;
	overflow: hidden;
}
.grid-item p {
	margin-bottom:10px;
}

/* List Layout **********/
.list-item {
	overflow:hidden;
	margin-bottom:35px;
	padding-bottom:35px;
	border-bottom:1px solid #eee;
}
.list-grid-layout .list-item {
	margin-bottom:35px;
}

.list-item .list-content-area {
	overflow:hidden;
}
.list-item .article_image {
	float:left;
	margin-right:25px;
	margin-bottom:0;
}
.list-item .article_image img {
	max-width:260px;
}
#mainpage.fullwidth .list-item .article_image img {
	max-width:280px;
}
.list-item .list-content-area .entry_article_header {
	text-align:left;
}
.list-item .entry_article_header h2 {
	max-width:100%;
}
.list-item .entry_article_header h2 a {
	font-size:19px;
	letter-spacing:2px;
}
.list-item .entry_article_header .category a {
	margin:0 8px 2px 0;
}
.list-item .entry_article_header  {
	margin-bottom:14px;
}
.list-item .post-entry p {
	margin-bottom:11px;
}
.list-separators {
	border-top:2px solid;
	display: block;
	max-width: 40px;
	margin: 0 0 14px;
	color: #161616;
}


/* Comments **********/
.post-comments {
	margin-top: 60px;
	overflow: hidden;
	border: 1px solid #ddd;
	padding: 20px;
}



.thecomment {
	border-bottom:1px dotted #eee;
	padding-bottom:34px;
	margin-bottom:34px;
}

.thecomment .author-img {
	float:left;
	margin-right:20px;
}
.thecomment .author-img img {
	border-radius:50%;
}
.thecomment .comment-text {
	overflow:hidden;
}
.thecomment .comment-text h6.author, .thecomment .comment-text h6.author a {
	display:block;
	font-size:13px;
	text-transform:uppercase;
	letter-spacing:1px;
	margin-bottom:6px;
	color:#333;
}
.thecomment .comment-text span.author a:hover {
	text-decoration:underline;
}

.thecomment .comment-text span.date {
	font-size:12px;
	color:#999;
	display:block;
	margin-bottom:10px;
}

.thecomment .comment-text em {
	font-size:13px;
	margin-bottom:-14px;
	display:block;
	color:orange;
	letter-spacing:1px;
}
.thecomment .comment-text em i {
	font-size:14px;
	color:#f3bd00;
}

.post-comments span.reply a {
	float:right;
	font-size:10px;
	background-color:#aaa;
	color:#FFF;
	padding:2px 5px 4px 5px;
	border-radius:2px;
	margin-left:7px;
	-o-transition:.3s;
	-ms-transition:.3s;
	-moz-transition:.3s;
	-webkit-transition:.3s;
	transition:.3s;
}
.post-comments span.reply a.comment-edit-link {
	background:#c5c5c5;
}
.post-comments span.reply a:hover {
	opacity:.8;
}

.post-comments ul.children { margin: 0 0 0 55px; }
.post-comments ul.children li.thecomment { margin:0 0 8px 0; }

/** Reply **/
#respond {
	margin-bottom:20px;
	overflow:hidden;
}

#respond  h3 {
	font-size:11px;
	color:#999;
	margin-bottom:20px;
	letter-spacing:2px;
	text-transform:uppercase;
}

#respond h3 a {
	color:#333;
	display:inline-block;
}

#respond h3 small a {
	text-transform:uppercase;
	font-size:11px;
	background:#333;
	color:#FFF;
	padding:4px 6px 5px;
	border-radius:3px;
	margin-left:7px;
	letter-spacing:1px;
	-o-transition:.3s;
	-ms-transition:.3s;
	-moz-transition:.3s;
	-webkit-transition:.3s;
	transition:.3s;
}
#respond h3 small a:hover {
	opacity:.8;
}

#respond label {
	color:#888;
	width:80px;
	font-size:13px;
	display:inline-block;
	font-weight:300;
}
#respond input {
	padding:8px 10px;
	margin-right:10px;
	color:#fff;
	margin-bottom:15px;
	font-size:11px;
	width:250px;
}
#respond input:focus {outline:none;}
#respond .comment-form-url {
	margin-bottom:10px;
}
#respond textarea {
	padding:14px;
	height:130px;
	font-size:13px;
	color:#777;
	margin-bottom:14px;
	line-height:20px;
}
#respond textarea:focus {outline:none;}

#respond #submit {
	padding: 11px 20px;
	width: auto;
	font-size: 11px;
	margin-top: 0;
	font-weight: 600;
}

#respond #submit:hover {
	background:#333;
	color:#FFF;
}

/****************************************/
/* Sidebar & Widgets
/****************************************/

.CT_view_counter{
	color: #fff;
	font-family: sans-serif;
	font-size: 12px;
	font-weight: 600;
	position: absolute;
	top: 15px;
	left: 15px;
	text-transform: uppercase;
	border-bottom: 2px solid #fff;
}



.CT_view_counter_home{
	color: #333;
	font-family: "Lora", sans-serif;
	font-size: 11px;
	letter-spacing: 2px;
	font-weight: 600;
	text-align: right;
	display: block;
}

.grid-item .meta-container .post-date i {
    margin-right: 5px;
}

.widget {
	margin-bottom:35px;
}
.widget-title ,h4.quicker.ct_post_area-title,h4.ct_post_area-title{
    text-align: center;
    color: #fff;
	padding: 10px 0;
	font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 1px;
    position: relative;
    margin-bottom: 25px;
    font-weight: 500;
    background: #333;

}

.widget p {
	font-size:14px;
	line-height:26px;
	font-family:Arimo;
}
.about-widget p{
	font-weight:400;
    color:#000;
    font-family:Arimo;
    font-size: 15px;
}
 #sidebar .widget span.post-category a {
	text-transform: uppercase;
	font-size: 11px;
	font-weight: 600;
	letter-spacing: .5px;
	color: #fff;
	background: #F10015;
	padding: 4px 10px;
}
.side-item-text .post-category+div a {
	font-size: 12px;
	font-weight: 600;
	letter-spacing: .3px;
}
.widget ul li {
	margin-bottom:9px;
	padding-bottom:9px;
}
.widget ul li:last-child {
	margin-bottom:0;
	padding-bottom:0;
	border-bottom:none;
}
.widget ul li a {
	color:#242424;
}

.widget img {
	max-width:100%;
	height:auto;
}
.widget .screen-reader-text {
	display:none;
}

/* About Widget **********/
.about-widget {
	text-align:center;
}
.about-img {
	margin-bottom:14px;
}
.about-title {
	display:block;
	font-size:12px;
	text-transform:uppercase;
	font-weight:700;
	margin-bottom:10px;
}
.about-autograph {
	margin-top:14px;
	display:inline-block;
}

/* Social Widget **********/
.social-widget {
	text-align:center;
}
.social-widget a {
    color: #fff;
    font-size: 16px;
    margin: 0 2px;
    -o-transition: .3s;
    -ms-transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
    transition: .3s;
    width: 35px;
    display: inline-block;
    height: 35px;
    line-height: 35px;
    text-align: center;

}


/* Widget categories & Archive **********/
.widget_categories ul li, .widget_archive ul li {
	color:#999;
}
.widget_categories a, .widget_archive a {
	margin-right:5px;
}

/* WordPress recent post widget **********/
.widget_recent_entries .post-date {
	color:#999;
	display:block;
	font-size:12px;
	margin-top:5px;
}

/* WordPress recent comments **********/
.widget_recent_comments .comment-author-link, .widget_recent_comments .comment-author-link a {
	color:#999;
}


/* WordPress custom menu widget **********/
.widget ul.menu li ul {
	padding-left:15px;
	margin-top:9px;
}

/* Tagcloud Widget **********/
.widget .tagcloud a,.post-tags a {
	font-size: 12px !important;
	letter-spacing: 1px;
	text-transform: uppercase;
	font-weight: 500;
	background: #f2f2f2;
	color: #777;
	padding: 6px 7px 7px 8px;
	margin-right: 5px;
	margin-bottom: 8px;
	display: inline-block;
	-o-transition: .3s;
	-ms-transition: .3s;
	-moz-transition: .3s;
	-webkit-transition: .3s;
	transition: .3s;
}
.widget .tagcloud a:hover,.post-tags a:hover {
	opacity:.7;
	text-decoration:none;
	background:#aaa;
	color:#fff;
}

/* Search Widget **********/
#searchform input#s {
	border: 1px solid #e5e5e5;
	background:#fff url(img/searchsubmit.png) no-repeat 96% 8px;
	padding:10px 14px;
	font-size:11px;
	color:#999;
	width:280px;
}

.widget #searchform #s:focus { outline:none; }
.widget #searchform input#s { 
	width:100%;
	box-sizing:border-box;
}

/* Instagram Widget **********/
#sidebar .instagram-pics {
	margin-left:-10px;
	overflow:hidden;
}
#sidebar .instagram-pics li {
	width: 30.3%;
	display: inline-block;
	border-bottom: none;
	padding: 0;
	margin: 0 0 3% 3%;
	float: left;
}
#sidebar .instagram-pics li img {
	max-width:100%;
	vertical-align:middle;
}
#sidebar .instagram-pics li img:hover {
	opacity:.87;
}

/* Latest Post Widget **********/
.widget ul.side-newsfeed li {
	list-style-type:none;
	margin-bottom:17px;
	padding-bottom:13px;
	margin-left:0;
}
.widget ul.side-newsfeed li:last-child {
	margin-bottom:0;
	padding-bottom:0;
}
.widget ul.side-newsfeed li .side-item {
	overflow:hidden;
}
.widget ul.side-newsfeed li .side-item .side-image {
	float:left;
	margin-right:14px;
}

.widget ul.side-newsfeed li .side-item .side-image img {
	width:100px;
	height:auto;
}

.widget ul.side-newsfeed li .side-item .side-item-text {
	overflow:hidden;
	font-family:"Arimo", sans-serif;
	font-size: 14px;
}
.widget ul.side-newsfeed li .side-item .side-item-text h4 {
	margin-bottom:4px;
}
.widget ul.side-newsfeed li .side-item .side-item-text h4 a {
	margin-bottom:1px;
	color:#242424;
	display:block;
	font-size:13px;
	font-weight:600;
}
.widget ul.side-newsfeed li .side-item .side-item-text .side-item-meta {
	font-size: 12px;
	color: #999;
	font-weight: 400;
}
.list-blog li:last-child .post {
	border-bottom: none;
}

/****************************************/
/* Pagination
/****************************************/

.pagination {
	margin-top: 0;
	overflow: hidden;
	margin-bottom: 0;
	background: #fff;
	padding: 25px;
}

.pagination a {
    display: inline-block;
    color: #ffffff;
    letter-spacing: 2px;
    text-transform: uppercase;
    padding: 10px 10px;
    font-size: 11px;
    font-weight: 700;
    -o-transition: .3s;
    background: #333;
    -ms-transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
    transition: .3s;
}
.pagination a:hover {
	color:#fff;
    background: #F10015;
}
.pagination .newer {
	float:left;
	
}
.pagination .older {
	float:right;
}

/****************************************/
/* Footer
/****************************************/

/* Instagram footer area **********/
#insta_widget_footer {
	text-align:center;
	overflow:hidden;
    position:relative;
}
.instagram-title {
	margin-bottom:20px;
	text-transform:uppercase;
	letter-spacing:1px;
	font-size:14px;
}
#insta_widget_footer .instagram-pics li {
	width:14.28%;
	display:inline;
	float:left;
	position:relative;
	-webkit-transition: 300ms;
	-moz-transition: 300ms ;
	-ms-transition: 300ms ;
	-o-transition: 300ms ;
	transition: 300ms ;
}
#insta_widget_footer .instagram-pics li img {
	max-width:100%;
	vertical-align:middle;
}
#insta_widget_footer .instagram-pics li img:hover {
	opacity:.87;
}
#insta_widget_footer p.clear {
	font-size: 11px;
	border-bottom: 1px solid #eee;
	display: inline-block;
	margin-top: 5px;
}
#insta_widget_footer .instagram-pics li:hover {
	opacity: .7;
}
/* Footer social icons **********/
#footer {
	background:#111;
}
#ct_social_footer {
    float: left;
    text-align: left;
}
#ct_social_footer a {
	color:#fff;
	font-size:15px;
	text-transform:uppercase;
	letter-spacing:1px;
	margin:0 5px;
	-o-transition:.3s;
	-ms-transition:.3s;
	-moz-transition:.3s;
	-webkit-transition:.3s;
	transition:.3s;
}
#ct_social_footer a:hover {
	color:#F10015;
}
#ct_social_footer a span {
	margin-left:5px;
}

/* Footer Copyright **********/
#copyright_area {
line-height:30px;
	padding:28px 0;
}
.copyright {
    color: #888;
    text-align: right;
    font-size: 14px;
    font-weight: 500;
}
.copyright a {
	color:#fff;
}
.copyright a:hover {
    color:#F10015;
}

.instagram-widget p.clear {
    font-size: 15px;
    border-bottom: 1px solid #eee;
    display: inline-block;
    margin-top: 5px;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    padding: .5em 1.2em;
    color: #333;
    background-color: #fff;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 99;
}

/****************************************/
/* Archive Box
/****************************************/

.archive_container {
    text-align: center;
    margin-bottom: 39px;
    padding: 28px ;
    display: block;
	background:#f2f2f2;
}

.archive_container h1 {
	font-size: 18px;
	color: #333;
	text-transform: capitalize;
	letter-spacing: 1px;
	font-weight: 700;
	display: inline;
}
.archive_container span {
	font-size: 18px;
	color: #999;
	display: inline-block;
	margin-right: 4px;
}
.post-entry.nothing {
	font-size:14px;
	color:#242424;
	text-align:center;
}

/****************************************/
/* Misc
/****************************************/

#footer h2 {
    text-align: center;
    color: #fff;
    background: #333;
    padding: 11px 0px;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 1px;
    position: relative;
    font-weight: 500;
}



#footer .side-image {
    float: left;
    width: 30%;
    margin-bottom: 15px;
	margin-right: 15px;
}


.four.columns a {
    color: #111;
    font-family: Arimo;
}
#footer span.side-item-meta {
    color: #999;
    font-size: 11px;
}

#footer .fwidget ul li a {
    display: block;
}



#mainfooter .four.columns {
	display: inline-block;
	width: 28%;
	padding: 2%;
	padding-left: 0;
	vertical-align: top;
	border: 1px solid #313131;
	padding: 20px;
	margin-right: 2%;
	margin-bottom:2%;
}

#mainfooter .four.columns .side-image img {
    width: 100%;
    height: auto;
}
div#mainfooter {
    padding: 50px 0;
}

/* Form styling **********/

input, textarea {
	font-family:"Arimo", sans-serif;
}
input[type=submit] {
	font-family:"Arimo", sans-serif;
	text-transform:uppercase;
	letter-spacing:1px;
	background: #f10f14;
	border-radius:0;
	font-size:10px;
	color:#888;
	padding:11px 21px;
	margin-top:14px;
	display:inline-block;
	border:none;
	-o-transition:.3s;
	-ms-transition:.3s;
	-moz-transition:.3s;
	-webkit-transition:.3s;
	transition:.3s;
	cursor:pointer;
	width:auto;
}
input[type=submit]:hover {
	background:#333;
	color:#FFF;
}
input, select, textarea {
	border:1px solid #ddd;
	color:#888;
	padding:9px 10px;
	width:100%;
	box-sizing:border-box;
}


/* Custom WordPress gallery style **********/
.gallery {
	margin-bottom:20px !important;
}
.gallery .gallery-caption{  
    font-size:12px;
	color:#888;
	margin-top:4px;
}
  
.gallery .gallery-icon img{  
    border-radius:2px;  
    border:1px solid #eee !important;  
	padding:7px;
}  
.gallery .gallery-icon img:hover {
	border:1px solid #ccc !important;
}

/* 404 Page **********/
.404-page {
	text-align:center;
}
.404-page h1 {
	font-size:140px;
}
.404-page p {
	margin-bottom:20px;
	color:#888;
}

/****************************************/
/* WordPress Core
/****************************************/
.alignnone {
    margin: 5px 20px 20px 0;
}
.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

.alignright {
    float:right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

a img.alignnone {
    margin: 5px 20px 20px 0;
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.wp-caption {
    max-width: 100%;
    text-align: center;
	box-sizing:border-box;
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 100%;
    padding: 0;
    width: auto;
}

.wp-caption p.wp-caption-text {
    font-size: 16px;
	color:#888;
    line-height: 17px;
    margin: 8px 0 0;
}

.wpcf7 input {
	width:300px;
}
div.wpcf7 {
	overflow:hidden;
	margin-top:30px;
}
.wpcf7 input, .wpcf7 textarea {
	font-size:12px;
	margin-top:6px;
}
.wpcf7 p {
	color:#888;
	margin-bottom:18px;
}
.wpcf7 .wpcf7-submit {
	width:auto;
	font-size:10px;
	margin-top:0;
}

/*** Mailchimp ***/
.widget_mc4wp_widget .widget-title {
	margin-bottom:0;
}
.mc4wp-form label {
	font-weight: 400 !important;
	margin-bottom: 18px !important;
	text-align: center;
	color: #444;
	font-size: 15px;
}

div#insta_widget_footer p a {
    text-transform: capitalize;
    font-weight: 400;
    font-size: 15px;
	color:#111;
    letter-spacing: 1px;
    font-family: Arimo;
}
#footer div#recent-posts-2 ul li {
    padding-bottom: 15px;
}

#footer .four.columns ul li {
    clear: both;
    padding-bottom: 10px;
}

.mc4wp-form button, .mc4wp-form input[type=button], .mc4wp-form input[type=submit] {
	width: 100%;
	border-radius: 0;
	background: #161616;
	color: #fff;
	-o-transition:.3s;
	-ms-transition:.3s;
	-moz-transition:.3s;
	-webkit-transition:.3s;
	transition:.3s;
}
.mc4wp-form button:hover, .mc4wp-form input[type=button]:hover, .mc4wp-form input[type=submit]:hover {
	background:#F10015;
}

.mc4wp-form input[type=date], .mc4wp-form input[type=email], .mc4wp-form input[type=tel], .mc4wp-form input[type=text], .mc4wp-form input[type=url], .mc4wp-form select, .mc4wp-form textarea {
}

.mc4wp-form {
	margin:0 !important;
	padding: 20px 20px 24px;
	background: #f1f1f1;
}

/* Mailchimp comments */
#respond .mc4wp-checkbox-comment_form label {
	width:auto;
}
#respond #mc4wp-checkbox input {
	margin-bottom:0;
}

/****************************************/
/* Slicknav CSS
/****************************************/
.slicknav_btn { position: relative; display: block; vertical-align: middle; float: left;  line-height: 27px; cursor: pointer;  height:27px;}
.slicknav_menu  .slicknav_menutxt { display: block; line-height: 1.188em; float: left; }
.slicknav_menu .slicknav_icon { float: left; margin: 0.188em 0 0 0.438em; font-size:19px;}
.slicknav_menu .slicknav_no-text { margin: 0 }
.slicknav_menu .slicknav_icon-bar { display: block; width: 1.125em; height: 0.125em; }
.slicknav_btn .slicknav_icon-bar + .slicknav_icon-bar { margin-top: 0.188em }
.slicknav_nav { clear: both }
.slicknav_nav ul,
.slicknav_nav li { display: block }
.slicknav_nav .slicknav_arrow { font-size: 0.8em; margin: 0 0 0 0.4em; }
.slicknav_nav .slicknav_item { cursor: pointer; }
.slicknav_nav .slicknav_row { display: block; }
.slicknav_nav a { display: block }
.slicknav_nav .slicknav_item a,
.slicknav_nav .slicknav_parent-link a { display: inline }
.slicknav_menu:before,
.slicknav_menu:after { content-area: " "; display: table; }
.slicknav_menu:after { clear: both }
.slicknav_menu { *zoom: 1 }
.slicknav_btn {
	margin: 8px 6px;
	margin-left:0;
}
.slicknav_menu .slicknav_icon-bar {
  background-color: #fff;
}
.slicknav_open .slicknav_icon-bar{background-color: #fff;}
.slicknav_menu {
    background:#161616;
    padding:5px 6px;
	position:relative;
	z-index:9;
}
.slicknav_nav {
    margin:0;
    padding:0;
}
.slicknav_nav, .slicknav_nav ul {
    list-style: none;
    overflow:hidden;
}
.slicknav_nav ul {
    padding:0;
    margin:0 0 0 20px;
}
.slicknav_nav .slicknav_row {
    padding:5px 10px;
    margin:2px 5px;
}
.slicknav_nav a{
    padding:8px 10px;
    margin:2px 5px;
    text-decoration:none;
    color:#fff;
	font-size:11px;
	font-weight:400;
	letter-spacing:2px;
	text-transform:uppercase;
}
.slicknav_nav .slicknav_item a,
.slicknav_nav .slicknav_parent-link a {
    padding:0;
    margin:0;
}
.slicknav_nav a:hover{
    background:#333;
    color:#fff;
}
.slicknav_nav .slicknav_txtnode {
    margin-left:15px;   
}

.slicknav_menu .slicknav_no-text {
	margin-top:7px;
}

#mainfooter .textwidget img {
    max-width: 100%;
}

/*------ Homepage share buttons   ---------*/
/*social share*/


.social-share-wrapper {
    z-index: 100;
	position:relative;
}
.share {
    padding: 0px 0 0 0;
    font-size: 11px;
    font-weight: bold;
    cursor: pointer;
}
.share i {
    margin-left: 7px;color: #333;
}
.social-share {
    position: absolute;
    left: 20px;
    top: -8px;
    background-color: transparent;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    opacity: 1;
    width: 110px;
    height: 27px;
	display:none;
}
.social-share.active {
    right: 25px;
    opacity: 1;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
.social-share .share-icon {
    display: inline-block;
    margin: 0 5px;
    line-height: 30px;padding:  0;
}
.social-share .share-icon:first-child {
    margin-left: 10px;
}
.social-share a{color:#333;    font-size: 12px;}
.social-share a:hover {
    color: #F10015;
}
span.post-share{float: left;z-index: 9999;}

.article_image:hover .post-share {
    opacity: 1;
}

.post-share {
    opacity: 1;
}

/*opacity homepage */


.article_image1 {
    position:relative;

}
.article_image1 img {
    width:100%;
    vertical-align:top;
}
.article_image1:hover img {
	opacity:.8;
}
.article_image1 img {
	-webkit-transition: 600ms;
	-moz-transition: 600ms;
	-ms-transition: 600ms ;
	-o-transition: 600ms ;
	transition: 600ms ;

}

/* 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;
}
.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;

    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;
}
@charset 'UTF-8';
/* Slider */

/* Icons */
/* Arrows */
.slick-prev,
.slick-next
{
	opacity: 0;
	font-size: 21px;
	line-height: 0;
	z-index: 9;
	position: absolute;
	top: 50%;
	transition: 300ms;
	-o-transition: 300ms;
	-moz-transition: 300ms;
	-webkit-transition: 300ms;
	display: block;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-o-border-radius: 50%;
	padding: 0;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
	cursor: pointer;
	color: #000;
	border: none;
	outline: none;
	background: #fff;
}

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before
{
    opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before
{
    opacity: .25;
}

.slick-prev:before,
.slick-next:before
{
    font-family: 'slick';
    font-size: 20px;
    line-height: 1;

    opacity: .75;
    color: white;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev
{
    left: -25px;
}
[dir='rtl'] .slick-prev
{
    right: -25px;
    left: auto;
}
.slick-prev:before
{
    content: '←';
}
[dir='rtl'] .slick-prev:before
{
    content: '→';
}

.slick-next
{
    right: -25px;
}
[dir='rtl'] .slick-next
{
    right: auto;
    left: -25px;
}
.slick-next:before
{
    content: '→';
}
[dir='rtl'] .slick-next:before
{
    content: '←';
}

/* Dots */
.slick-dotted.slick-slider
{
    margin-bottom: 30px;
}

.slick-dots
{
    position: absolute;
    bottom: -35px;

    display: block;

    width: 100%;
    padding: 0;
    margin: 0;

    list-style: none;

    text-align: center;
}
.slick-dots li
{
    position: relative;

    display: inline-block;

    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;

    cursor: pointer;
}
.slick-dots li button
{
    font-size: 0;
    line-height: 0;

    display: block;

    width: 20px;
    height: 20px;
    padding: 5px;

    cursor: pointer;

    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus
{
    outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before
{
    opacity: 1;
}
.slick-dots li button:before
{
    font-family: 'slick';
    font-size: 30px;
    line-height: 20px;

    position: absolute;
    top: 0;
    left: 0;

    width: 20px;
    height: 20px;

    content: '•';
    text-align: center;

    opacity: .25;
    color: black;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before
{
    opacity: .75;
    color: #F10015;
	font-size:30px;
}





.article_image .ct_slider .slick-prev,.article_image .ct_slider .slick-next{
  font-size: 25px;
  color: #333;
  display: block;
  text-align: center;
  background-color: rgba(255,255,255,.5);;
  outline: 0;
  padding: 0;
  width: 35px;
  height: 50px;
  position: absolute;
  top: 50%;
  margin-top: -15px;
  /* background: transparent; */
  border: 1px solid rgba(255,255,255,.5);
  cursor: pointer;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  transition: all .3s ease;
    z-index: 99
  }


  .article_image .ct_slider .slick-prev{
left:0px;

}

  .article_image .ct_slider .slick-next{
right:0px;
}

  .article_image .ct_slider:hover .slick-prev{
background-color:#fff;

}
.article_image .ct_slider:hover .slick-next{
background-color:#fff;

}


  .slick-prev:before,.slick-next:before{
content:'';
}




/****************************************/
/* slider Slider
/****************************************/

.image-slide {
	width: 50%;
	float: left;
	margin-right: 1%;
}

.feat-item {
	background-size: cover;
	-o-background-size: cover;
	-moz-background-size: cover;
	-webkit-background-size: cover;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	height: 600px;
	padding-top: 0;
	-webkit-transition: 300ms;
	-moz-transition: 300ms ;
	-ms-transition: 300ms ;
	-o-transition: 300ms ;
	transition: 300ms ;
}

.item-slide{

	position: relative;
}


.feat-overlay {
	height: 100%;
	-o-transition: .3s;
	-ms-transition: .3s;
	-moz-transition: .3s;
	-webkit-transition: .3s;
	transition: .3s;
	position: relative;
}
.ct_slides_area .slick-active .feat-overlay {
	background: none;
}
@keyframes fadeInUp-animated{0%{opacity:0;-webkit-transform:translate3d(0,100%,0);-ms-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0);}100%{opacity:1;-webkit-transform:none;-ms-transform:none;transform:none;}}
@keyframes fadeOutRight-animated{0%{opacity:1;}100%{opacity:0;-webkit-transform:translate3d(80%,0,0);-ms-transform:translate3d(80%,0,0);transform:translate3d(80%,0,0);}}

.feat-inner {
	margin: 0 auto;
	padding: 20px;
}
.feat-overlay .category a,.entry_article_header .category a {
	display: inline-block;
	margin: 0 3px 0 0px;
	color: #fff;
	background: #F10015;
	font-size: 11px;
	letter-spacing: .5px;
	padding-bottom: 2px;
	padding: 0px 8px;
	font-weight: 600;
	text-transform: uppercase;
	transition: 300ms;
	-webkit-transition: 300ms;
	-o-transition: 300ms;
	-moz-transition: 300ms;
	line-height: 22px;
}

.feat-overlay .category a:focus,.feat-overlay h2 a:focus {
	outline: none;
}
.feat-overlay h2 {
	margin:15px 0;
}
.feat-overlay h2 a {
	color: #fff;
	display: block;
	font-weight: 600;
	font-size: 16px;
	letter-spacing: .5px;
	line-height: 20px;
	text-transform: capitalize;
}

.feat-separators {
	border-top:2px solid;
	display: block;
	max-width: 48px;
	margin: 0 auto 26px;
	color: #fff;
}

.feat-more {
	color: #333;
	padding: 15px 30px;
	font-size: 11px;
	text-transform: uppercase;
	/* width: 147px; */
	display: inline-block;
	letter-spacing: 2px;
	/* border: 2px solid #333; */
	/* display: inline-block; */
	-o-transition: .25s;
	-ms-transition: .25s;
	-moz-transition: .25s;
	-webkit-transition: .25s;
	transition: .25s;
	position: relative;
	/* left: 36%; */
	bottom: -25px;
	background: #fff;

}



.ct_slider_car .feat-overlay h2{

	font-size:19px;

}


.ct_slider_car .feat-item{

	padding-top:75%;

}

.image-slide{
	position: relative;
}

.ct_slider_car span.category {
	position: absolute;
	bottom: 0px;
	left: 39%;
	line-height: 34px;
	font-size: 10px;
	font-weight: 300;
	color: rgb(77, 158, 145);
	text-transform: uppercase;
	letter-spacing: 2px;
	background: rgb(255, 255, 255);
	padding: 0px 15px;
}





.ct_slider_car .feat-more{
	display:none;
}

.ct_slider_car .feat-overlay{

	display:block;
}
.ct_slider_car .feat-inner span a {
	text-transform: capitalize;
	/* letter-spacing: 1px; */
}

.ct_slider_car .feat-inner span {

	font-size: 14px;
	margin-right: 10px;
	color: #999;
	font-family: Source Sans Pro, sans-serif;
}

.ct_slider_car .feat-inner{
	-webkit-box-shadow: none;
	-moz-box-shadow:none;
	box-shadow: none;
	padding-top: 0px;
	padding-left: 0px;
	padding-right: 0px;
}
.ct_slider_car .feat-inner .category {
	display: none;
}
.slick-slider:hover .slick-next {
    right: 25px;
    opacity:1;
}

.slick-slider:hover .slick-prev {
    left: 25px;
    opacity:1;
}

.pully:hover {
	color: #fff;
}
.pully {
	float: none;margin: 30px 0;}
a.readmore:hover{
	color:#fff;
}
.read-more {
	display: block;
	position: relative;
	color: #23a1e0;
	font-size: 11px;
	padding: 0;
	text-transform: uppercase;
	-webkit-transition: 300ms;
	-moz-transition: 300ms;
	-o-transition: 300ms;
	transition: 300ms;
	margin: 0 0 20px 0;
	padding-left:30px;
	font: 600 13px 'Arimo', Helvetica, Arial, sans-serif;
	width: auto;
	color: #F10015;
	letter-spacing: 2px;
}
a.read-more:before {
	margin-right: 18px;
	margin-bottom: 5px;
	height: 1px;
	width: 25px;
	display: inline-block;
	content: '';
	background-color: #F10015;
	-webkit-transition: 300ms;
	-moz-transition: 300ms;
	-o-transition: 300ms;
	transition: 300ms;
	position: absolute;
	top: 7px;
	left: 0;
}

a.read-more:hover:before {
	width: 113px;
	-webkit-transform: translate(25px, 0);
	-ms-transform: translate(25px, 0);
	transform: translate(25px, 0);
}
a.read-more:hover {
	color: #696969;
	padding-left: 35px;
}
.metawrap {
	display: block;
}


.article_image1:hover>a:after {
	opacity:1;
}
.article_image1>a:after {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	transition: 600ms;
	opacity: 0;
}
#footer h4 {
	color: #fff;
	font-size: 14px;
	font-weight: 400;
	display:inline-block;
	position: relative;
	margin:40px 0 30px;
}
#footer h4:after {
	content: "";
	border-bottom: 1px solid #F10015;
	width: 100%;
	position: absolute;
	left: 0;
	top: 8px;
}
div#insta_widget_footer .instagram-title {
	display: none;
}
footer#footer {
	color: #fff;
}
#insta_widget_footer .instagram-pics li:hover>a:after {
	opacity: 1;
}
#insta_widget_footer .instagram-pics li>a:after {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	transition: 600ms;
	opacity: 0;
}
.entry_article_header .category a{
	display: none;
}

.entry_article_header .category a:first-child{
	display:inline-block;
}

ul.sub-menu {
    text-align: left;
}
.below-slider.widget_text.elp-widget {
	padding: 30px;
	background: rgb(252, 233, 224);
	margin: 0 0 50px;
}
#below-slider-area .elp-widget h4 {
	font-size: 24px;
	font-weight: 600;
}

.es_textbox {
	display: inline-block;
	width: 49%;
	margin-right: 2%;
	margin-left: 4%;
}
.es_lablebox{
	display:none;
}
.es_button {
	display: inline-block;
	width: 15.6%;
	min-width:105px;
}
.es_textbox_class{
	width:100%;
	padding: 12px 10px;
}
.es_caption{display:inline-block}
.es_button input {
	background: #333;
	color: #fff;
	text-transform: uppercase;
	font-weight: 600;
	letter-spacing: 1px;
	font-family: Arimo;
	padding: 12px 10px;
}
.es_textbox_button{width:100%;}
.main-slider-top {
	overflow: hidden;
	padding-top: 30px;
}
.menu i.fa-angle-down,.menu i.fa-angle-right{margin:0 0 0 6px;}
p.readmore {
	text-align: center;
}
p.readmore a.more-link {
	display: inline-block;
	padding: 6px 20px;
	font-weight: 500;
}
p.readmore a.more-link:hover {
	background: #F10015;
    color:#fff;
}
.jack.social_share_area {
	display: inline-block;
	vertical-align: top;
	margin-top: 15px;
}
.readmore i.fa.fa-angle-right {
	margin-left: 5px;
}
p.readmore {

	vertical-align: top;
    position:relative;
}

.social_share_area-box.share-comments {
	width: 49.5%;
	display: inline-block;
	vertical-align: top;
	margin-bottom: 0;
	padding:3px 0;
}
.post-entry p:first-child {
	margin-bottom: 60px;
}


p.readmore:after {
    content: "";
    border-bottom: 1px solid #333;
    position: absolute;
    width: 100%;
    left: 0;
    top: 50%;
    z-index: -1;
}
#sidebar .widget {
	margin-bottom: 0px;
	background: #fff;
	margin: 0px 0 40px 30px;
	border: 1px solid #ddd;
	padding: 20px;
}
.article_image img:hover {
	opacity: .6;
	-webkit-transition: 300 ms;
	-moz-transition: 300 ms;
	-ms-transition: 300 ms;
	-o-transition: 300 ms;
	transition: 300 ms;
}
.footertext {
	text-align: center;
}
.footertext img {
	width: 75%;
	margin-bottom:20px;
}

.list-blog li .article_image1 {
	display: inline-block;
	margin-right: 2%;
	width: 36%;
	vertical-align: middle;
	background:#000;
}
.list-blog .contentwrap {
	display: inline-block;
	width: 61%!important;
	vertical-align: middle;
}
.list-blog .entry_article_header {
	text-align: left;
	font-family:Arimo;
}
.single .social_share_area-box.share-comments a{display:none;}
.single .item-related span.date{
	display: none;
}
.single .item-related h3 a{font-weight:600;}

.single .jack.social_share_area {
	float: right;
	width: auto;
}
.single .social_share_area-box.share-buttons {
	float: right;
}
#credits{
	background: #333;
	z-index: 9999;
	font-family:lora;
	color: #fff;
	overflow: hidden;
	margin: 0 auto;
	clear: both;
	position: fixed;
	line-height: 15px;
	bottom: 50px;
	right: 25px;
	transition: 300ms;
	-webkit-transition: 300ms;
	-o-transition: 300ms;
	-moz-transition: 300ms;
}
.to_top {
	z-index: 9999999;
	cursor: pointer;
	color: #fff;
	text-align: center;
	padding:10px
}

.to_top:after {
	content: "\f077";
	font-family: fontAwesome;
	font-size: 14px;
	top: 1px;
	position: relative;
}

.to_top:hover {
	color: #fff;
}

#credits:hover {
	background: #F10015;
}
div#logo  a {
	font-size: 65px;
	color: #333;
}
header#header {
	background: #fff;
}
div#top-area {
	background: #000;
}
.item-slide {
	width: 500px;
}


.post:last-child {
	margin-bottom: 40px;
}
.single .post {
	background: #fff;    padding: 0 30px 30px;
}
.single .post-entry {
	margin-top: 25px;
}
.list-blog .post {
	background: #fff;
}
.list-blog .grid-item .entry_article_header{
	padding-top: 0;
}
.home .list-blog .post-entry{
	padding-bottom:0;
}

.home .list-blog .post-entry p:first-child{margin-bottom: 10px;}
.home .list-blog .post-entry p{
	text-align:left;
}
.woocommerce #mainpage{
	background-color: #fff;
	padding: 30px;
	width:100%;
}
.woocommerce #sidebar,.woocommerce-pages #sidebar,.woocommerce-cart #sidebar,.woocommerce-checkout #sidebar {
	display: none;
}
.woocommerce ul.products li.product:nth-child(3n+3) {
	margin-right: 0px;
}
.woocommerce-page ul.products li.first{clear:none;}
.grid-item .contentwrap {
    width: 100%;
}

.grid-item .post-entry p:first-child {
    margin-bottom: 0;
}


.ct_slider_carousel  .ct_slides_area .feat-overlay {
	background: none!important;
}
.ct_slider_carousel .feat-item{
	height:100px;
}
.ct_slider_carousel .feat-inner{
	width:90%;
}
.ct_slider_carousel .feat-overlay h2 a{
	font-size: 12px;
	line-height: 16px;
	text-transform: capitalize;
}
ul.products .star-rating {
	display: none!important;
}
.woocommerce-product-gallery__image {
	margin-bottom: 20px;
}
.searchwrap{
	position:relative;
}
.topmenuwrap .slicknav_nav a{
	color:#000;
}
.topmenuwrap .slicknav_open .slicknav_icon-bar{
	background-color:#000;
}
.topmenuwrap .slicknav_menu{
	background:#f5f5f5;
}
.topmenuwrap .slicknav_nav a:hover{color:#fff;}


.pageon .kite.social_share_area{
	display: none;
}

/* Magnific Popup CSS */
.mfp-bg {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1042;
	overflow: hidden;
	position: fixed;
	background: #0b0b0b;
	opacity: 0.8; }

.mfp-wrap {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1043;
	position: fixed;
	outline: none !important;
	-webkit-backface-visibility: hidden; }

.mfp-container {
	text-align: center;
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	padding: 0 8px;
	box-sizing: border-box; }

.mfp-container:before {
	content: '';
	display: inline-block;
	height: 100%;
	vertical-align: middle; }

.mfp-align-top .mfp-container:before {
	display: none; }

.mfp-content {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	margin: 0 auto;
	text-align: left;
	z-index: 1045; }

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
	width: 100%;
	cursor: auto; }

.mfp-ajax-cur {
	cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
	cursor: -moz-zoom-out;
	cursor: -webkit-zoom-out;
	cursor: zoom-out; }

.mfp-zoom {
	cursor: pointer;
	cursor: -webkit-zoom-in;
	cursor: -moz-zoom-in;
	cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
	cursor: auto; }

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none; }

.mfp-loading.mfp-figure {
	display: none; }

.mfp-hide {
	display: none !important; }

.mfp-preloader {
	color: #CCC;
	position: absolute;
	top: 50%;
	width: auto;
	text-align: center;
	margin-top: -0.8em;
	left: 8px;
	right: 8px;
	z-index: 1044; }
.mfp-preloader a {
	color: #CCC; }
.mfp-preloader a:hover {
	color: #FFF; }

.mfp-s-ready .mfp-preloader {
	display: none; }

.mfp-s-error .mfp-content {
	display: none; }

button.mfp-close,
button.mfp-arrow {
	overflow: visible;
	cursor: pointer;
	background: transparent;
	border: 0;
	-webkit-appearance: none;
	display: block;
	outline: none;
	padding: 0;
	z-index: 1046;
	box-shadow: none;
	touch-action: manipulation; }

button::-moz-focus-inner {
	padding: 0;
	border: 0; }

.mfp-close {
	width: 44px;
	height: 44px;
	line-height: 44px;
	position: absolute;
	right: 0;
	top: 0;
	text-decoration: none;
	text-align: center;
	opacity: 0.65;
	padding: 0 0 18px 10px;
	color: #FFF;
	font-style: normal;
	font-size: 28px;
	font-family: Arial, Baskerville, monospace; }
.mfp-close:hover,
.mfp-close:focus {
	opacity: 1; }
.mfp-close:active {
	top: 1px; }

.mfp-close-btn-in .mfp-close {
	color: #333; }

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
	color: #FFF;
	right: -6px;
	text-align: right;
	padding-right: 6px;
	width: 100%; }

.mfp-counter {
	position: absolute;
	top: 0;
	right: 0;
	color: #CCC;
	font-size: 12px;
	line-height: 18px;
	white-space: nowrap; }

.mfp-arrow {
	position: absolute;
	opacity: 0.65;
	margin: 0;
	top: 50%;
	margin-top: -55px;
	padding: 0;
	width: 90px;
	height: 110px;
	-webkit-tap-highlight-color: transparent; }
.mfp-arrow:active {
	margin-top: -54px; }
.mfp-arrow:hover,
.mfp-arrow:focus {
	opacity: 1; }
.mfp-arrow:before,
.mfp-arrow:after {
	content: '';
	display: block;
	width: 0;
	height: 0;
	position: absolute;
	left: 0;
	top: 0;
	margin-top: 35px;
	margin-left: 35px;
	border: medium inset transparent; }
.mfp-arrow:after {
	border-top-width: 13px;
	border-bottom-width: 13px;
	top: 8px; }
.mfp-arrow:before {
	border-top-width: 21px;
	border-bottom-width: 21px;
	opacity: 0.7; }

.mfp-arrow-left {
	left: 0; }
.mfp-arrow-left:after {
	border-right: 17px solid #FFF;
	margin-left: 31px; }
.mfp-arrow-left:before {
	margin-left: 25px;
	border-right: 27px solid #3F3F3F; }

.mfp-arrow-right {
	right: 0; }
.mfp-arrow-right:after {
	border-left: 17px solid #FFF;
	margin-left: 39px; }
.mfp-arrow-right:before {
	border-left: 27px solid #3F3F3F; }

.mfp-iframe-holder {
	padding-top: 40px;
	padding-bottom: 40px; }
.mfp-iframe-holder .mfp-content {
	line-height: 0;
	width: 100%;
	max-width: 900px; }
.mfp-iframe-holder .mfp-close {
	top: -40px; }

.mfp-iframe-scaler {
	width: 100%;
	height: 0;
	overflow: hidden;
	padding-top: 56.25%; }
.mfp-iframe-scaler iframe {
	position: absolute;
	display: block;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
	background: #000; }

/* Main image in popup */
img.mfp-img {
	width: auto;
	max-width: 100%;
	height: auto;
	display: block;
	line-height: 0;
	box-sizing: border-box;
	padding: 40px 0 40px;
	margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
	line-height: 0; }
.mfp-figure:after {
	content: '';
	position: absolute;
	left: 0;
	top: 40px;
	bottom: 40px;
	display: block;
	right: 0;
	width: auto;
	height: auto;
	z-index: -1;
	box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
	background: #444; }
.mfp-figure small {
	color: #BDBDBD;
	display: block;
	font-size: 12px;
	line-height: 14px; }
.mfp-figure figure {
	margin: 0; }

.mfp-bottom-bar {
	margin-top: -36px;
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	cursor: auto; }

.mfp-title {
	text-align: left;
	line-height: 18px;
	color: #F3F3F3;
	word-wrap: break-word;
	padding-right: 36px; }

.mfp-image-holder .mfp-content {
	max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
	cursor: pointer; }
.about-widget .about-img img {
	max-width: 100%;
}
.searchwrap,.upper-trending{display:inline-block;}
.upper-trending a {
	font-size: 22px;
	color: #000;
	margin-left: 15px;
}
.upper-trending a:hover{
	color:#F10015;
}
.main-slider-top .post-date {
	color: #fff;
	font-weight: 600;
	font-size: 14px;
}

.fbshare{background:#5290C9;}
.twshare{background:#00C4F0;}
.gpshare{background:#E0413C;}
.lishare{background:#007CB4;}
.pishare{background:#CF1B2B;}
.inshare{background:#4E80A3;}
.blshare{background:#000000;}
.tlshare{background:#30516B;}
.ytshare{background:#FF0118;}
.dbshare{background:#F14986;}
.rsshare{background:#FC973D;}
.scshare{background:#FF4E22;}
.vishare{background:#00BAE6;}


.side-item-text .post-category a {
	font-size: 12px;
	color: #F10015;
	font-weight: 500;
}
.side-item-text .post-category+div {
	margin: 5px 0;
}
.default23 {
    top: 0;
}
.fixed23 {
    top: -80px!important;
}
div#below-slider-area {
    text-align: center;
}

i.fa.fa-bolt {
    -webkit-animation: ring 2s ease infinite;
    animation: ring 2s ease infinite;
}

@-webkit-keyframes ring {
    0% {
        -webkit-transform: rotate(-15deg);
        transform: rotate(-15deg);
    }

    2% {
        -webkit-transform: rotate(15deg);
        transform: rotate(15deg);
    }

    4% {
        -webkit-transform: rotate(-18deg);
        transform: rotate(-18deg);
    }

    6% {
        -webkit-transform: rotate(18deg);
        transform: rotate(18deg);
    }

    8% {
        -webkit-transform: rotate(-22deg);
        transform: rotate(-22deg);
    }

    10% {
        -webkit-transform: rotate(22deg);
        transform: rotate(22deg);
    }

    12% {
        -webkit-transform: rotate(-18deg);
        transform: rotate(-18deg);
    }

    14% {
        -webkit-transform: rotate(18deg);
        transform: rotate(18deg);
    }

    16% {
        -webkit-transform: rotate(-12deg);
        transform: rotate(-12deg);
    }

    18% {
        -webkit-transform: rotate(12deg);
        transform: rotate(12deg);
    }

    20%, 100% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
}

@keyframes ring {
    0% {
        -webkit-transform: rotate(-15deg);
        -ms-transform: rotate(-15deg);
        transform: rotate(-15deg);
    }

    2% {
        -webkit-transform: rotate(15deg);
        -ms-transform: rotate(15deg);
        transform: rotate(15deg);
    }

    4% {
        -webkit-transform: rotate(-18deg);
        -ms-transform: rotate(-18deg);
        transform: rotate(-18deg);
    }

    6% {
        -webkit-transform: rotate(18deg);
        -ms-transform: rotate(18deg);
        transform: rotate(18deg);
    }

    8% {
        -webkit-transform: rotate(-22deg);
        -ms-transform: rotate(-22deg);
        transform: rotate(-22deg);
    }

    10% {
        -webkit-transform: rotate(22deg);
        -ms-transform: rotate(22deg);
        transform: rotate(22deg);
    }

    12% {
        -webkit-transform: rotate(-18deg);
        -ms-transform: rotate(-18deg);
        transform: rotate(-18deg);
    }

    14% {
        -webkit-transform: rotate(18deg);
        -ms-transform: rotate(18deg);
        transform: rotate(18deg);
    }

    16% {
        -webkit-transform: rotate(-12deg);
        -ms-transform: rotate(-12deg);
        transform: rotate(-12deg);
    }

    18% {
        -webkit-transform: rotate(12deg);
        -ms-transform: rotate(12deg);
        transform: rotate(12deg);
    }

    20%, 100% {
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    }
}
#footer .four.columns a ,#footer .about-widget p,#footer{
    color: #fff;
}
#footer .side-item-text .post-category a{
	text-transform: uppercase;
	font-size: 11px;
	font-weight: 600;
	letter-spacing: .5px;
	color: #fff;
	background: #F10015;
	padding: 4px 10px;
	display:inline-block;
}
.single #sidebar,.page  #sidebar {
	padding-top: 35px;
}

.single header#header,.page  header#header {
    border-bottom: 1px solid #eee;
}
#mainfooter .four.columns:last-child {
	margin-right: 0;
}
.ct_slider_carousel .feat-inner{max-width:inherit;}
.headerstyle2 div#logo {
	float: left;
	padding:0;
	max-width:330px;
}
.headerstyle2 .frontclass.container.clear{padding:56px 0;}

.headerstyle2 .topad {
	float:  right;
	max-width:100%;
}
.headerstyle1 .topad {
	padding-top: 40px;
	max-width:100%;
}
.topad > * {
	max-width: 100%;
}
.item-grid.first {
	width: 50%;
	float: left;
	height: 500px;
	overflow: hidden;
	position:relative;
}
.topgrid {
	width:  100%;
	display:  block;
}

.item-grid-wrap {
	width:  49.9%;
	float:  right;
}

.item-grid-wrap .item-grid:nth-child(odd) {
	width:  49.9%;
	float:  left;
	height: 250px;
	position:relative;
}

.item-grid-wrap .item-grid:nth-child(even) {
	float:  right;
	width:  49.9%;
	height: 250px;
	position:relative;
}
.item-grid.first .feat-item {
	height: 500px;
}

.item-grid-wrap .feat-item {
	height:  250px;
}
.feat-grid-wrapper {
	position: absolute;
	bottom: 0;
	width:100%;
}
.topgrid .feat-inner{
	background: linear-gradient(to bottom,rgba(0, 0, 0, 0) 0,rgba(0, 0, 0, 0.17) 40%,rgba(0, 0, 0, 0.59) 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
}

.grid-summary {
	color: #fff;
	font-family: Arimo;
	line-height: 20px;
}
.list-blog .list-category {
	display: inline-block;
}

.item-grid.first h2.feat-title a {
	font-size: 28px;
	line-height: 32px;
}
.item-grid-wrap .item-grid:nth-child(2) {
	margin-bottom: 1px;
	height:249px;
	overflow: hidden;
}

.item-grid-wrap .item-grid:nth-child(1) {
	margin-bottom: 1px;
	height:249px;
	overflow: hidden;
}
.main-slider-top .feat-overlay h2 a{color:#000;}
.feat-item-wrapper {
	display:  table;
}

.main-slider-top .feat-overlay {
	display:  table-cell;
	vertical-align:  middle;
	height:  100px;
}
.main-slider-top .feat-inner{
	padding:0;
}
.main-slider-top .item-slide:hover .feat-overlay h2 a {
	color: #F10015;
}
.item-grid:hover .feat-item {
	background-position: 45% 45%;
}
.item-slide:hover .feat-item{
	background-position: 30% 30%;
}
.topgrid span.category {
	position: absolute;
	top: 0;
	margin: 20px 0 0 20px;
}
.topgrid span.category a {
	color: #fff;
	text-transform: uppercase;
	font-size: 11px;
	font-weight: 600;
	padding: 4px 10px;
	display: block;
	background: #F10015;
 }
.list-blog span.post-category a {
	text-transform: uppercase;
	font-size: 11px;
	font-weight: 600;
	letter-spacing: .5px;
	color: #fff;
	background: #F10015;
	padding: 4px 10px;
}
.post-entry p {
	font-family: Arimo;
	line-height:24px;
}
.list-blog .post {
	margin-bottom: 30px;
	padding-bottom: 30px;
	border-bottom: 1px solid #ddd;
}
.image-grid:hover {
	opacity: .7;
}

.image-grid {
	transition: 300ms;
	-webkit-transition: 300ms;
	-o-transition: 300ms;
	-moz-transition: 300ms;
	-ms-transition: 300ms;
}

.item-grid {
	background:  #000;
}
.headerstyle1 .frontclass.container {
	text-align: center;
}
.fwidget {
	margin-bottom: 50px;
}