/*
Theme Name: THENEWS 
Theme URI: http://lumosstheme.com/TheNews
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Author: Lumoss
Author URI: http://lumosstheme.com
Version: 1.1.1
Description: A Responsive News, Magazine and Blog WordPress Theme
Tags: two-columns, custom-background, translation-ready
*/


/* --- Import other CSS --- */

@import url("css/reset.css");



/* --- General --- */

body { 
	background: #FFF; 
	font-family: Arial; 
	font-size: 14px; 
}

a { 
	text-decoration: none; 
	color: #888; 
	outline: 0;
}

a:hover { 
	color: #52B3D9; 
}

a {
	transition: all .2s linear; 
	-o-transition: all .2s linear;
	-moz-transition: all .2s linear;
	-webkit-transition: all .2s linear;
}

h1, 
h2, 
h3, 
h4, 
h5, 
h6 { 
	font-family: 'Open Sans', sans-serif;
	color: #333333; 
}

#wrapper { 
	background: #FFF; 
	margin: 0 auto; 
	width: 1020px;
	padding: 0 20px;
}

#wrapper-content { 
	width: 1020px; 
	margin: 0 auto; 
	padding: 0 0 25px 0; 
	overflow: hidden; 
}
.clear { 
	clear: both; 
}

/* --- Header --- */
.mobile-menu,
#mobile-header {
	display: none;
}
#header { 
	margin-bottom: 25px; 
}
/* --- Header Style-1 --- */
#header.style-4,
#header.style-1 {
	width: 1020px;
	margin: 0 auto;
	background: #FFF;
	padding: 0 20px;
}
/* --- Header Style-2 --- */
#header.style-2 {
	width: 100%;
	margin-bottom: 0;
}
#header.style-2 #header-middle,
#header.style-2 #wrapper-mainNav{ 
	width: 1020px;
	margin: 0 auto;
}
#header.style-2 .wrapper-topNav,
#header.style-3 .wrapper-topNav,
#header.style-5 .wrapper-topNav  {
	background: #2D2D2D;
}
#header.style-2 .topNav-inner {
	width: 1020px;
	margin: 0 auto;
	position: relative;
}
#header.style-2 .top-date,
#header.style-2 .topNav li a,
#header.style-2 .top-social-icons a,
#header.style-3 .top-date,
#header.style-3 .topNav li a,
#header.style-3 .top-social-icons a,
#header.style-5 .top-date,
#header.style-5 .topNav li a,
#header.style-5 .top-social-icons a {
	color: #FFF;
}
#header.style-2 .topNav li > ul li a,
#header.style-3 .topNav li > ul li a,
#header.style-5 .topNav li > ul li a { 
	color: #333;
}
#header.style-2 .topNav li > ul li a:hover,
#header.style-3 .topNav li > ul li a:hover,
#header.style-5 .topNav li > ul li a:hover { 
	color: #52B3D9;
}
#header.style-2 .header-content {
	background: #FFF;
	width: 1020px;
	margin: 0 auto;
	padding: 0 20px;
}
/* --- Header Style-3 --- */
#header.style-3 {
	width: 100%;
}
#header.style-3 .topNav-inner,
#header.style-5 .topNav-inner {
	width: 97%;
	position: relative;
	margin: 0 auto;
}
#header.style-3  #mainNav,
#header.style-5  #mainNav  {
	width: 98%;
	margin: 0 auto;
}
#header.style-3 #wrapper-mainNav .nav-search-icon,
#header.style-5 #wrapper-mainNav .nav-search-icon,
#header.style-6 #wrapper-mainNav .nav-search-icon {
	right: 4%;
}
#header.style-3  .nav-search-wrap,
#header.style-5  .nav-search-wrap,
#header.style-6  .nav-search-wrap {
	right: 1.5%;
}
#header.style-3 #logo {
	float: none;
	text-align: center;
}
#header.style-3 #header-banner,
#header.style-6 #header-banner {
	float: none;
	margin: 20px 0;
	text-align: center;
}
#header.style-3 #header-middle {
background: #FFF;
padding-bottom: 25px;
margin-bottom: 0!important;
}
/* --- Header Style-4 --- */
#header.style-4 #logo  a:hover span {
	color: #888;
}
#header.style-4 #logo  h1 {
		font-size: 40px;
		font-weight: 700;
}
/* --- Header Style-5 --- */
#header.style-5 {
	background: #FFF;
	margin-bottom: 0;
}
#header.style-5 #header-middle {
	text-align: center;
}
#header.style-5 #header-banner {
	float: none;
}
#header.style-6 #logo  img,
#header.style-5 #logo  img {
	max-height: 45px;
}
#header-banner.mobile-banner {
	display: none;
}
	
	/* -- Header Top Navigation -- */
	.wrapper-topNav  {
		position: relative;
		min-height: 35px;
	}
	.wrapper-topNav .top-date {
		float: left;
		position: relative;
		top: 8px;
		margin-right: 20px;
		font-family: 'Open Sans', sans-serif;
		font-size: 12px;
		font-weight: 700;
		text-transform: uppercase;
	}
	.topNavWrapper select { display: none; width: 240px; margin-top: 20px; }
	.topNav { 
		height: 35px; 
		position: relative; 
	}
	.topNav li { 
		height: 35px; 
		margin-right: 18px; 
		float: left; 
		display: block; 
		color: #777;  
		position: relative; 
		z-index: 10000; 
	}
	.topNav li a {
		height: 35px; 
		float: left;
		display: block; 
		color: #333; 
		line-height: 33px; 
		font-family: 'Open Sans', sans-serif;
		font-size: 12px;
		font-weight: 700;
		text-transform: uppercase;
	}
	.topNav li a:hover {
		color: #52B3D9;  
	}
	.topNav li ul { 
		display: none; 
		border-top: 2px solid #888;
		margin-top: -2px;
		box-shadow: 2px 2px 6px rgba(0,0,0,0.2);
		-webkit-box-shadow: 2px 2px 6px rgba(0,0,0,0.2);
		-moz-box-shadow:    2px 2px 6px rgba(0,0,0,0.2);
	}
	.topNav li:hover > ul, 
	#mainNav li.hover > ul { 
		background: #FFF; 
		width: 150px;
		display: block; 
		position: absolute; 
		top: 35px; 
		left: 0px; 
		z-index: 10; 
	}
	.topNav li > ul li { 
		background: #FFF; 
		width: 110px; 
		height: 30px; 
		padding: 0; 
		position: relative; 
	}
	.topNav li > ul li a { 
		width: 120px; 
		height: 30px; 
		padding: 0 15px; 
		text-align: left; 
		font-size: 11px; 
		color: #333; 
		line-height: 32px; 
		text-transform: none;
		font-weight: normal;
	}
	.topNav li > ul li a:hover { 
		color: #52B3D9; 
	}
	.topNav li ul li:hover > ul, 
	#mainNav li ul li.hover > ul { 
		background: #FFF; 
		width: 150px;
		display: block; 
		position: absolute; 
		top: 0px; 
		left: 150px; 
		z-index: 10; 
		border: 0;
		margin-top: 0;
	}
	.wrapper-topNav .top-social-icons {
		position: absolute;
		top: 8px;
		right: 0;
	}
	.wrapper-topNav .top-social-icons a {
		font-size: 16px;
		margin-right: 10px;
		color: #333;
	}
	.wrapper-topNav .top-social-icons a:last-child {
		margin-right: 0;
	}
	#header.style-2 .top-social-icons a.twitter:hover,
	.wrapper-topNav .top-social-icons a.rss:hover {
		color: #FF6600;
	}	
	#header.style-2 .top-social-icons a.facebook:hover,
	.wrapper-topNav .top-social-icons a.facebook:hover {
		color: #3B5998;
	}
	#header.style-2 .top-social-icons a.twitter:hover,
	.wrapper-topNav .top-social-icons a.twitter:hover {
		color: #00aced;
	}
	#header.style-2 .top-social-icons a.google:hover,
	.wrapper-topNav .top-social-icons a.google:hover {
		color: #dd4b39;
	}
	#header.style-2 .top-social-icons a.youtube:hover,
	.wrapper-topNav .top-social-icons a.youtube:hover {
		color: #cd201f;
	}
	#header.style-2 .top-social-icons a.vimeo:hover,
	.wrapper-topNav .top-social-icons a.vimeo:hover {
		color: #1ab7ea;
	}
	#header.style-2 .top-social-icons a.flickr:hover,
	.wrapper-topNav .top-social-icons a.flickr:hover {
		color: #0063DC;
	}
	#header.style-2 .top-social-icons a.dribbble:hover,
	.wrapper-topNav .top-social-icons a.dribbble:hover {
		color: #ea4c89;
	}
	#header.style-2 .top-social-icons a.instagram:hover,
	.wrapper-topNav .top-social-icons a.instagram:hover {
		color: #3f729b;
	}
	#header.style-2 .top-social-icons a.skype:hover,
	.wrapper-topNav .top-social-icons a.skype:hover {
		color: #12A5F4;
	}
	#header.style-2 .top-social-icons a.tumblr:hover,
	.wrapper-topNav .top-social-icons a.tumblr:hover {
		color: #35465c;
	}	
	/* -- Header logo, banner -- */
	#header-middle { 
		padding-top: 14px!important; 
		margin-bottom: 25px!important;
		overflow: hidden; 
	}
	#logo { 
		float: left; 
	}
	#header-banner { 
		float: right; 
	}
	
	/* -- Main navigation -- */
	#mainNav select { display: none; width: 240px; height: 28px;  margin: 0 auto; }
	#wrapper-mainNav { 
		background: #2D2D2D; 
		height: 45px; 
		position: relative;
	}
	#mainNav { 
		font-size: 18px; 
	}
	#mainNav li { 
		float: left; 
		height: 45px; 
		position: relative; 
		z-index: 1000; 
	}
	#mainNav li a { 
		color: #FFF;  
		padding: 11.5px 18px; 
		display: block; 
		font-family: 'Open Sans', sans-serif;
		font-size: 14px;
		font-weight: 700;
		text-transform: uppercase;
		border-bottom: 1px solid transparent;
	}
	#mainNav > div > ul > li > a:hover,
	#mainNav > div > ul > li.current-menu-item > a {
		border-bottom: 3px solid #52B3D9;
	}
	#mainNav li ul { 
		display: none; 
	}
	#mainNav li:hover > ul, 
	#mainNav li.hover > ul { 
		display: block; 
		position: absolute; 
		top: 45px; 
		left: 0; 
		z-index: 10; 
		width: 170px;  
		box-shadow: 2px 2px 6px rgba(0,0,0,0.2);
		-webkit-box-shadow: 2px 2px 6px rgba(0,0,0,0.2);
		-moz-box-shadow:    2px 2px 6px rgba(0,0,0,0.2);
	}
	#mainNav li > ul li { 
		background: #FFF;
		width: 170px; 
		height: 30px; 
		padding: 0; 
		position: relative; 
	}	
	#mainNav li > ul li a { 
		padding: 0 15px; 
		text-align: left; 
		line-height: 34px; 
		font-size: 12px; 
		color: #333; 
		line-height: 31px;
		text-transform: none;
		font-weight: normal;
	}
	.topNav li > ul li a .sub-indicator:after,
	.topNav li a .sub-indicator:after,
	#mainNav li > ul li a .sub-indicator:after,
	#mainNav ul li a .sub-indicator:after { 
		display: inline-block;
		font-family: FontAwesome;
		font-style: normal;
		font-weight: normal;
		font-size: 15px;
		line-height: 0.9;
		content: "\f107";
		text-shadow: 0px 0px 1px #efefef;
		margin-left: 10px;
	}
	.topNav li > ul li a .sub-indicator:after,
	#mainNav li > ul li a .sub-indicator:after { 	
		content: "\f054";
		font-size: 10px;
		text-shadow: none;
		position: absolute;
		top: 13px;
		right: 10px;
	}
	.topNav li > ul li a .sub-indicator:after {
	right: -25px;
	}
	#mainNav li > ul li a:hover,
	#mainNav li > ul li.current-menu-item > a { 
		background: #52B3D9; 
		color: #FFF;
	}
	#mainNav li ul li:hover > ul, 
	#mainNav li ul li.hover > ul { 
		width: 170px;
		display: block; 
		position: absolute; 
		top: 0px; 
		left: 170px; 
		z-index: 10; 
	}
	#mainNav ul li.mega-menu {
		position: static;
	}
	#mainNav ul li .mega-menu-block ul.sub-menu {
		display: none;
		top:0 !important;
		position: static;
		-webkit-box-shadow: none;
		box-shadow: none;
		margin: 30px 0 30px 30px;
	}
	#mainNav ul li .mega-menu-block ul.sub-menu ul {
		position: absolute;
		margin: 0;
	}
	#mainNav ul li .mega-menu-block ul.sub-menu li {
		background: #2D2D2D;
		width: 170px; 
		height: 30px; 
		float: none;
		padding: 0; 
		position: relative; 
		border-bottom: 1px solid #5A5A5A;
	}
	#mainNav ul li .mega-menu-block ul.sub-menu li:first-child {
		border-top: 0;
	}
	#mainNav ul li .mega-menu-block ul.sub-menu li a { 
		padding: 0; 
		text-align: left; 
		line-height: 34px; 
		font-size: 12px; 
		color: #FAFAFA; 
		height: 30px;
	}
	#mainNav ul li .mega-menu-block ul.sub-menu li a:hover,
	#mainNav ul li .mega-menu-block ul.sub-menu li.current-menu-item > a { 
		color: #FFF;
		padding-left: 10px;
	}
	#mainNav ul li.mega-menu .mega-menu-block {
		background: #2d2d2d ;
		display: none;
		padding: 0;
		position: absolute;
		top: 45px;
		width: 100%;
		z-index: 99999;
		left:0;
		-webkit-box-shadow: 0 3px 4px 1px rgba(0, 0, 0, 0.2);
		box-shadow: 0 3px 4px 1px rgba(0, 0, 0, 0.2);
		border-top: 1px solid #52B3D9;
	}
	.mega-menu-content{ 
		color:#FFF; 
		float: right; 
		width: 100%;
	}
	.mega-menu-item {
		float: left; 
		padding: 2%;
		width: 220px;
	}
	.mega-menu-item.last-column { 
		padding: 2% 0; 
	}
	.mega-menu-item img {
		width: 100%; 
		max-width: 100%;
		height: auto; 
		margin-bottom: 10px; 
		opacity: 0.8;
	}
	.mega-menu-item img:hover {
		opacity: 1;
	}
	#mainNav ul li .mega-menu-item a,
	#mainNav ul li.current-menu-parent .mega-menu-item a,
	#mainNav ul li.current-menu-item .mega-menu-item a{
		display: inline-block;
		height: auto;
		color: #ccc;
		line-height: 20px;
		padding: 0 ;
		border: 0 none;
		background: transparent !important;
		text-transform: capitalize;
	}
	#mainNav ul li .mega-menu-item a:hover, 
	#mainNav ul li.current-menu-parent .mega-menu-item a:hover, 
	#mainNav ul li.current-menu-item .mega-menu-item a:hover {
		color: #FFF;
	}	
	#mobile-header.fixed-nav,
	#wrapper-mainNav.fixed-nav {
		position:fixed;
		top: -5px;
		width: 1020px;
		z-index:999;
		opacity:0.9;
	}
	#header.style-2 #wrapper-mainNav.fixed-nav {
		left: 50%;
		margin-left: -37.8%!important;
	}
	#header.style-3 #wrapper-mainNav.fixed-nav,
	#header.style-5 #wrapper-mainNav.fixed-nav,
	#header.style-6 #wrapper-mainNav.fixed-nav {
		width: 100%;
	}
	body.admin-bar #mobile-header.fixed-nav,
	body.admin-bar #wrapper-mainNav.fixed-nav {
		top: 32px;
	}	
	#wrapper-mainNav .nav-search-icon {
		position: absolute;
		right: 0;
		padding: 12px;
		cursor: pointer;
	}
	#wrapper-mainNav .nav-search-icon i {
		color: #FFF;
		font-size: 20px;
	}
	#mobile-header .nav-search-wrap,
	#header .nav-search-wrap {
		background: #FFF;
		position: absolute;
		right: 9.5%;
		padding: 20px;
		-webkit-box-shadow: 0 0 1px 0 #B5B5B5;
		-moz-box-shadow: 0 0 1px 0 #B5B5B5;
		box-shadow: 0 0 1px 0 #B5B5B5;
		display: none;
		z-index: 1;
	}
	#mobile-header .nav-search-wrap {
		width: 100%;
		padding: 5px;
		right: 0;
		top: 47px;
	}
	body.admin-bar #mobile-header .nav-search-wrap {
		top: 92px;
	}
	#mobile-header .nav-search-wrap:after,
	#header .nav-search-wrap:after {
		position: absolute;
		top: -6px;
		right: 17%;
		display: block;
		content: '';
		width: 0px;
		height: 0px;
		border-style: solid;
		border-width: 0 5.5px 6px 5.5px;
		border-color: transparent transparent #ffffff transparent;
		box-sizing: border-box;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
	}
	#mobile-header .nav-search-wrap:after {
		right: 6%;
	}
	#mobile-header .nav-search-wrap #searchform.search-nav-form {
		text-align: center;
	}
	#mobile-header .nav-search-wrap #searchform.search-nav-form #s,
	#header .nav-search-wrap #searchform.search-nav-form #s {
		padding: 8px 5px;
		width: 200px;
		border: 1px solid #DDD;
		outline: 0;
	}
	#mobile-header .nav-search-wrap #searchform.search-nav-form #s:focus,
	#header .nav-search-wrap #searchform.search-nav-form #s:focus {
		border-color: #888;
	}
	#mobile-header .nav-search-wrap #searchform.search-nav-form #search-button,
	#header .nav-search-wrap #searchform.search-nav-form #search-button {
		padding: 8px 5px;
		background: #2D2D2D;
		border: 1px solid #2D2D2D;
		color: #FFF;
		font-weight: bold;
		margin-left: -3px;
	}
	#mobile-header {
		background: #2d2d2d;
		overflow: hidden;
		padding: 5px 10px 0 10px;
	}
	#mobile-header .nav-icon {
		float: left;
		padding: 5px;
	}
	#mobile-header .nav-search-icon i,
	#mobile-header .nav-icon i {
		font-size: 28px;
		color: #FFF;
		cursor: pointer;
	}
	#mobile-header .nav-search-icon i {
		font-size: 22px;
		
	}
	#mobile-header .mobile-logo {
		float: left;
		margin: 0 18%;
	}
	#mobile-header .mobile-logo  img {
		max-height: 40px;
	}	
	#mobile-header .nav-search-icon {
		float: right;	
		padding: 5px;
	}
	.mobile-menu {
		background: #f9f9f9;
		position: absolute;
		left: -400px;
		top: 0;
		width: 79%;
		height: 100%;
	}
	body.admin-bar .mobile-menu {
		top: 46px;
	}
	.mobile-menu li {
		position: relative;
	}
	.mobile-menu li a {
		font-family: 'Open Sans', sans-serif;
		font-size: 14px;
		font-weight: 700;
		text-transform: uppercase;
		color: #333;
		padding: 10px 15px;
		display: block;
		border-bottom: 1px solid #DDD;
	}
	.mobile-menu li > ul li a:hover,
	.mobile-menu li > ul li.current-menu-item > a,
	.mobile-menu > div > ul > li > a:hover,
	.mobile-menu > div > ul > li.current-menu-item > a {
		background: #E5E5E5;
	}
	.mobile-menu li i.mobile-arrows {
		position: absolute;
		top: 0;
		right: 0;
		font-size: 14px;
		padding: 13px;	
		cursor: pointer;
	}
	.mobile-menu li ul { 
		display: none; 
	}
	.mobile-menu li ul li a {
		padding-left: 30px;
		font-weight: normal;
	}	
	.mobile-menu li ul li ul li a {
		padding-left: 60px;
	}
	/* --- Breaking News --- */
	#breaking-news {
		width: 1018px;
		height: 32px;
		background: #FFF;
		margin-top: 25px;
		box-shadow: 0 1px 3px 0 #B5B5B5;
		-moz-box-shadow: 0 1px 3px 0 #b5b5b5;
		-webkit-box-shadow: 0 1px 3px 0 #B5B5B5;
		overflow: hidden;
	}
	#breaking-news ul {
		float: left;
	}
	#breaking-news ul a {
		color: #888;
		padding: 8px;
		display: block;
	}
	#breaking-news ul a:hover {
		color: #52B3D9;
	}
	#breaking-news  span{
		background: #52B3D9;
		display: block;
		float: left;
		padding: 6px 10px 7px;
		color: #FFF;				
		font-family: 'Open Sans', sans-serif;
		font-size: 14px;
		font-weight: 700;
		text-transform: uppercase;
		text-shadow: 0px 1px 1px #333;
	}
	#crumbs {
		margin-top: 25px;
		color: #888;
		font-family: 'Open Sans', sans-serif;
		font-size: 11px;
	}
	#crumbs i {
		font-size: 10px;
	}

/* --- Main --- */

#main { 
	width: 680px; 
	margin-right: 40px; 
	float: left; 
	margin-top: 25px;
}
#main.left {
	margin-left: 40px; 
	margin-right: 0; 
	float: right; 
}
#main.full {
	width: 100%;
}

	/* -- Featured slider -- */
	.featured-bg {
		position: absolute;
		background: url("images/feat-bg.jpg") no-repeat;
		background-repeat: no-repeat!important;
		width: 100%;
		height: 450px;
		left: 0;	
		margin-top: 25px;
		-webkit-background-size: cover;
	  -moz-background-size: cover;
	  -o-background-size: cover;
	  background-size: cover;
	}
	.featured-bg:after {
		bottom: 0;
		content: "";
		display: block;
		height: 24%;
		width: 100%;
		position: absolute;
		z-index: 0;
		background: -moz-linear-gradient(top, rgba(0,0,0,0) 0, rgba(0,0,0,0.85) 100%);
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(0,0,0,0)), color-stop(100%, rgba(0,0,0,0.85)));
		background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0, rgba(0,0,0,0.85) 100%);
		background: -o-linear-gradient(top, rgba(0,0,0,0) 0, rgba(0,0,0,0.85) 100%);
		background: -ms-linear-gradient(top, rgba(0,0,0,0) 0, rgba(0,0,0,0.85) 100%);
		background: linear-gradient(to bottom, rgba(0,0,0,0) 0, rgba(0,0,0,0.85) 100%);
		filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#b3000000', GradientType=0);
	}
	.wrapper-slider,
	#wrapper-featured { 
		margin-top: 25px;
		height: 365px;
		position: relative;
		overflow: hidden;
	}
	.wrapper-widget-slider {
		height: 200px;
		position: relative;
	}
	.wrapper-slider {
		height: 350px;
	}
	#wrapper-featured.bg {
		top: 45px;
	}
	#wrapper-featured.big-slider {
		height: 500px;
	}
	#wrapper-featured .feat-cat,
	#wrapper-featured .comment-meta,
	#wrapper-featured .left-big .comment-meta  {
		position: absolute;
		top: 0;
		right: 10px;
		padding: 15px;
		font-size: 18px;
	}
	#wrapper-featured .feat-cat {
		right: auto;
		padding: 2px 8px;
		background: #2D2D2D;
	}
	#wrapper-featured .feat-cat:hover {
		background: #52B3D9;
	}
	#wrapper-featured .feat-cat a,
	#wrapper-featured .comment-meta  a,
	#wrapper-featured .left-big .comment-meta  a {
		color: #FFF;
		font-family: 'Open Sans', sans-serif;
	}
	#wrapper-featured .feat-cat a {
		font-size: 12px;
		font-weight: bold;
	}
	#wrapper-featured .comment-meta  a i,
	#wrapper-featured .left-big .comment-meta  a i {
		position: relative;
		bottom: 2px;
		padding-right: 5px;
	}
	.wrapper-widget-slider .overlay,
	.wrapper-slider .overlay,
	#wrapper-featured .overlay,
	#wrapper-featured .block-item .overlay,
	#wrapper-featured .left-big .overlay {
		position: absolute;
		bottom: 0;
		padding: 0;
	}
	.wrapper-widget-slider .overlay {
		padding-bottom: 10px;
	}
	#wrapper-featured .block-item .overlay h1 {
		color: #FFF;
		font-size: 14px;
		font-weight: 700;
    	padding:6px;  
    	margin:0px;
   		background: url('images/bg_fade.png'); 
	}
	.wrapper-widget-slider .overlay h1,
	.wrapper-slider .overlay h1,
	#wrapper-featured .overlay h1,
	#wrapper-featured .left-big .overlay h1 {
		font-size: 26px;
		font-weight: 700;
		color: #FFF;
		padding:6px;  
    	margin:0px;
		background: url('images/bg_fade.png');
	}
	.wrapper-widget-slider .overlay h1 a,
	.wrapper-slider .overlay h1 a,
	#wrapper-featured .block-item .overlay h1 a,
	#wrapper-featured .left-big .overlay h1 a {
		color: #FFF;
	}
	.wrapper-slider .overlay .overlay-meta,
	#wrapper-featured .overlay .overlay-meta,
	#wrapper-featured .left-big .overlay .overlay-meta {
		margin-top: 10px;
		color: #FFF;
		font-family: 'Open Sans', sans-serif;
		font-style: italic;
	}
	.wrapper-slider  .overlay-meta span.date,
	.wrapper-slider  .overlay .overlay-meta span.author a,
	#wrapper-featured .overlay .overlay-meta span.date,
	#wrapper-featured .overlay .overlay-meta span.author a,
	#wrapper-featured .left-big .overlay .overlay-meta span.author {
		padding: 0 10px;	
	}
	.wrapper-slider  .overlay .overlay-meta span.author a,
	.wrapper-slider .overlay .overlay-meta span.comment-num a,
	#wrapper-featured .overlay .overlay-meta span.author a,
	#wrapper-featured .overlay .overlay-meta span.comment-num a,
	#wrapper-featured .left-big .overlay .overlay-meta span.author a {
		color: #FFF;
		font-weight: bold;
	}
	.wrapper-slider .overlay .overlay-meta span.comment-num,
	#wrapper-featured .overlay .overlay-meta span.comment-num,
	#wrapper-featured .left-big .overlay .overlay-meta span.date {
		padding-left: 10px;
	}
	.wrapper-widget-slider .prev-slide,
	.wrapper-widget-slider .next-slide,
	.wrapper-carousel .prev-slide,
	.wrapper-carousel .next-slide,
	.wrapper-slider .next-slide,
	.wrapper-slider .prev-slide,
	#wrapper-featured .prev-slide,
	#wrapper-featured .next-slide {
		position: absolute;
		bottom: 50%;
		color: #FFF;
		font-size: 32px;
		opacity: 0.6;
		cursor: pointer;
	}
	.wrapper-widget-slider .prev-slide:hover,
	.wrapper-widget-slider .next-slide:hover,
	.wrapper-carousel .prev-slide:hover,
	.wrapper-carousel .next-slide:hover,
	.wrapper-slider .next-slide:hover,
	.wrapper-slider .next-slide:hover,
	#wrapper-featured .prev-slide:hover,
	#wrapper-featured .next-slide:hover {
		opacity: 1;
		color: #FFF;
	}
	.wrapper-widget-slider .next-slide,
	.wrapper-carousel .next-slide,
	.wrapper-slider .next-slide,
	#wrapper-featured .next-slide {
		right: 10px;
	}
	.wrapper-widget-slider .prev-slide,
	.wrapper-carousel .prev-slide,
	.wrapper-slider .prev-slide,
	#wrapper-featured .prev-slide {
		left: 10px;
	}
	.owl-theme .owl-controls .owl-buttons div{
		color: #FFF;
		display: inline-block;
		zoom: 1;
		*display: inline;/*IE7 life-saver */
		margin: 5px;
		font-size: 35px;
		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;
	}
	/* clearfix */
	.owl-carousel .owl-wrapper:after {
		content: ".";
		display: block;
		clear: both;
		visibility: hidden;
		line-height: 0;
		height: 0;
	}
	/* display none until init */
	.owl-carousel {
		display: none;
		position: relative;
		width: 100%;
		height: 100%;
		-ms-touch-action: pan-y;
	}
	.owl-carousel.big-slider {
		height: 500px;
	}
	.owl-carousel .owl-wrapper{
		display: none;
		position: relative;
		-webkit-transform: translate3d(0px, 0px, 0px);
	}
	.owl-carousel .owl-wrapper-outer{
		overflow: hidden;
		position: relative;
		width: 100%;
		height: 100%;
	}
	.owl-carousel .owl-wrapper-outer.autoHeight{
		-webkit-transition: height 500ms ease-in-out;
		-moz-transition: height 500ms ease-in-out;
		-ms-transition: height 500ms ease-in-out;
		-o-transition: height 500ms ease-in-out;
		transition: height 500ms ease-in-out;
	}
	.owl-carousel .owl-item {
		float: left;
	}
	.owl-controls .owl-page,
	.owl-controls .owl-buttons div{
		cursor: pointer;
	}
	.owl-controls {
		-webkit-user-select: none;
		-khtml-user-select: none;
		-moz-user-select: none;
		-ms-user-select: none;
		user-select: none;
		-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
		position: absolute;
		bottom: 50%;
		width: 100%;
	}
	.owl-controls .owl-next {
		float: right;
	}
	/* mouse grab icon */
	.grabbing { 
		cursor:url(grabbing.png) 8 8, move;
	}
	/* fix */
	.owl-carousel  .owl-wrapper,
	.owl-carousel  .owl-item {
		-webkit-backface-visibility: hidden;
		-moz-backface-visibility:    hidden;
		-ms-backface-visibility:     hidden;
	  -webkit-transform: translate3d(0,0,0);
	  -moz-transform: translate3d(0,0,0);
	  -ms-transform: translate3d(0,0,0);
	  height: 100%;
	}
	.owl-carousel .owl-item  .left-big {
		float: left;
		margin-right: 5px;
		position: relative;
		overflow:hidden;
		height: 363px;
	}
	.owl-carousel .owl-item  .right-block .block-item img,
	.owl-carousel .owl-item  .left-big img{
		-webkit-transition: all 0.6s ease; /* Safari and Chrome */
		-moz-transition: all 0.6s ease; /* Firefox */
		-o-transition: all 0.6s ease; /* IE 9 */
		-ms-transition: all 0.6s ease; /* Opera */
		transition: all 0.6s ease;
		 
    -webkit-filter: saturate(70%);
    -moz-filter: saturate(70%);
    -ms-filter: saturate(70%);
    -o-filter: saturate(70%);
    filter: saturate(70%);
	}
	.owl-carousel .owl-item  .right-block .block-item:hover img,
	.owl-carousel .owl-item  .left-big:hover img {
		-webkit-filter: saturate(1);
		-moz-filter: saturate(1);
		-ms-filter: saturate(1);
		-o-filter: saturate(1);
		filter: saturate(1);
	}
	.owl-carousel .owl-item  .right-block .block-item {
		float: left;
		position: relative;
		overflow:hidden;
		height: 180px;
	}	
	.owl-carousel .owl-item  .right-block .block-item:first-child,
	.owl-carousel .owl-item  .right-block .block-item:nth-child(3) {
		margin: 0 3px 3px 0;
	}
	.owl-carousel .owl-item  .right-block .block-item:nth-child(2),
	.owl-carousel .owl-item  .right-block .block-item:last-child {
		margin: 0 0 2px 0;
	}
	.wrapper-carousel .owl-carousel .owl-item {
		margin-right: 9px;
	}
	.wrapper-carousel .meta h1{
		font-weight: bold;
		font-size: 14px;
	}
	.wrapper-carousel .meta h1 a {
		color: #222;
	}
	.wrapper-carousel .meta h1 a:hover {
		color: #52B3D9;
	}
	.more-space {
		position: relative;
		margin-bottom: 8.5%;
	}
	.more-space.more {
		margin-bottom: 64%;
	}
	
	/* --- Homepage Classis Blog --- */
	.post-classic-blog .title {
		margin: 25px 0 20px 0;
	}
	.post-classic-blog .title h1 {
		font-size: 32px;
		font-weight: 400;
	}
	.post-classic-blog .title h1 a {
		color: #222;
	}
	.post-classic-blog .title h1 a:hover {
		color: #52B3D9;
	}
	.post-classic-blog .title .post-meta {
		color: #333;
		font-family: 'Open Sans', sans-serif;
		font-style: italic;
	}
	.post-classic-blog .title .post-meta span.author,
	.post-classic-blog .title .post-meta span.date {
		padding: 0 10px;
	}
	.post-classic-blog .title .post-meta span.comment-num {
		padding-left: 10px;
	}
	.post-classic-blog .title .post-meta span a {
		color: #222;
		font-weight: bold;
	}
	.post-classic-blog .post-entry {
		margin: 25px 0 50px 0;
	}
	.post-classic-blog .post-entry.home.blog img {
		width: 680px;
		height: auto;
	}
	/* -- Block -- */
	.block.half { 
		width: 320px; 
		float: left; 
		margin-right: 5.8%; 
	}
	.block.half.last { 
		margin-right: 0px; 
	}
	.block .title {
		padding-top: 10px;
		margin-bottom: 25px;
		border-bottom: 2px solid #52B3D9;	
	}
	.block h3 {  
		font-size: 18px;
		font-weight: bold;
		text-transform: uppercase;
		background: #52B3D9;
		display: inline-block;
		padding: 3px 8px 0;
		text-shadow: 0px 1px 1px #333;
		color: #FFF;
	}
	.block h3 a { 
		color: #FFF; 
	}
	.block .cat-desc {
		margin: 10px 0;
	}
	.block h3 span {
		float:right;
		padding-top: 3px;
	}
	.block img { 
	}

	.block-meta { 
		font-size: 11px; 
		color: #888; 
		margin-bottom: 4px; 
		display: block; 
		font-family: 'Open Sans', sans-serif;
		font-style: italic;
	}
	.block-meta span.item {
		padding: 0 10px;
	}
	.block-meta a { 
		font-weight: bold;
	}
	.block-meta a:hover { 
		color: #52B3D9!important; 
	}
	.block p { 
		line-height: 18px; 
		color: #545454; 
		text-align: justify;
	}
	.block-post-big { 
		width: 320px;
		padding-bottom: 15px; 
		margin-bottom: 20px;  
	}
	.block-post-big .block-meta { 
		font-size: 12px; 
	}
	.block-post-big h2 { 
		font-size: 18px; 
		margin-bottom: 10px;
		font-weight: bold;		
		display: inline-block;
	}
	.block-post-big h2 a { 
		color: #333; 
	}
	.block-post-big h2 a:hover { 
		color: #52B3D9; 
	}
	.block-post-big img { 
		margin-bottom: 10px; 
	}
	.block-post-small { 
		padding-bottom: 35px; 
		margin-bottom: 13px;
		overflow: hidden; 
		width: 620px; 
		height: 80px; 
	}
	.block-post-small h2, 
	.block-post-small h2 a { 
		font-size: 14px; 
		font-weight: bold; 
		line-height: 18px; 
		color: #333; 
		margin-bottom: 3px;
	}
	.block-post-small h2 a:hover { 
	color: #52B3D9; 
	}
	.block.full { 
		overflow: hidden; 
		width: 100%; 
	}
	.block.full .block-post-big { 
		float: left; 
		margin-right: 5.8%; 
	}
	.block.full .block-post-big.last { 
		margin-right: 0px; 
	}
	.block-post-small .block-image {
		position: relative;
		display: inline-block;
		margin-right: 12px;
		margin-bottom: 30px; 
		float: left;
	}
	.block-image { 
		position: relative; 
	}
	.block-post-big .block-image { 
		height: 200px;
		margin-bottom: 10px;
		display: inline-block;
		float: left;
		margin-right: 5.8%;
	}
	.block-post-big .block-image a.feat-category {
		position: absolute;
		left: 0;
		bottom: 0;
		background: #2D2D2D;		
		color: #FFF;
		padding: 5px;
		font-family: 'Open Sans', sans-serif;
		font-weight: bold;
	}
	.block-post-big .block-image a.feat-category:hover {
		background: #52B3D9;
	}
	/* -- Cat Style 2 -- */
	.block.archive .block-post-big.boxes {
		width: 320px;
		float: left;
		margin-right: 5.8%;
	}
	.block.archive .block-post-big.boxes:nth-child(odd) {
		margin: 0;
	}
	.block-post-big.boxes .block-image {
		float: none;
	}
	/* -- Cat Style 3 -- */
	.block-post-big.full .block-image {
		float: none;
		height: 350px;
	}
	/* -- Cat Style 4 -- */
	.block-post-big.full-2 .block-image {
		float: none;
		height: 350px;
		margin-bottom: 6%;
	}
	.block.archive .block-post-big.full-2 .caption {
		position: absolute;
		bottom: -11%;
		width: 90%;
		background: #FFF;
		padding: 10px;
		left: 4%;
	}
	

		
	/* -- Carousels -- */
	.wrapper-carousel { 
		position: relative; 
	}
	.carousel img { 
		float: left; 
		margin-right: 20px;
		display: block; 
		width: 140px; 
		height: 90px; 
	}
	.carousel { 
		height: 102px; 
		margin-bottom: 0px; 
	}
	.carousel ul li { 
		position: relative; 
	}
	.carousel2c1 li, .carousel2c2 li {
		margin-bottom: 5px;
	}
	.carouselSlider li {
		border: 0;
		position: relative;
	}
	.carouselSlider img:hover {
		opacity:1!important;
	}
	.carousel {
		bottom: 20%;
	}
	a.prev-cs, 
	a.next-cs {
		background: url(images/arrows.png) no-repeat;
		display: block;
		width: 30px;
		height: 30px;
		position: absolute;
		top: 75px;
		z-index: 10;
		opacity: 0.6;
		-moz-opacity: 0.6;
	}
	a.next-cs { 
		background-position: -30px 0;
		right: 7px;
	}
	a.prev-cs { 
		left: 3px;
	}
	a.prev-cs span, 
	a.next-cs span {
	display: none;
	}
	a.prev-cs:hover, 
	a.next-cs:hover {
		opacity: 1;
	}
	a.prev, 
	a.next {
		background: url(images/carousel-arrows.png) no-repeat;
		display: inline-block;
		width: 15px;
		height: 20px;
	}
	a.next { 
		background-position: -15px 0;
	}
	a.prev span, 
	a.next span {
		display: none;
	}
	a.prev:hover, 
	a.next:hover {
		display: inline-block;
		width: 15px;
		height: 20px;
	}
	a.next:hover {
		background-position: -15px 0;
	}
	
	/* -- Reviews in block  -- */
	.block .stars { 
		border: none; 
		padding: 0; 
		margin: 0; 
	}
	.block .block-post-big .stars { 
		margin-bottom: 4px; 
		padding-top: 2px; 
		float: left; 
		margin-right: 6px; 
	}
	
	/* -- Archive block -- */
	.block.archive .block-post-big { 
		width: 680px; 
		overflow: hidden;
	}
	.block.archive .block-post-big h2 { 
		margin-bottom: 4px; 
		display: inline;
	}
	.block.archive .block-post-big p { 
		line-height: 20px; 
		text-align: justify;
	}
	.block.archive .block-post-big .block-meta { 
		margin-bottom: 8px; 
	}
	.block.archive .block-post-big .block-meta span { 
		font-size: 11px;  
		color: #888; 
		margin-right: 8px; 
	}
	.block.archive .block-post-big .readmore { 
		background: #555;  
		color: #FFF;
		font-size: 13px;
		display: block;
		font-weight: bold;
		text-align: center;
		float: left;
		padding: 5px 10px;
		margin-top: 10px;
		-webkit-border-radius: 3px;
		-moz-border-radius: 3px;
		font-family: 'Open Sans', sans-serif;
		border-radius: 3px;
	}
	.block.archive .block-post-big .readmore:hover {
		background: #52B3D9;
	}


/* --- Sidebar  --- */

#sidebar { 
	float: right; 
	width: 300px; 
	margin-top: 25px;
}
#sidebar.left {
	float: left; 
}
#sidebar.no-sidebar {
	display: none;
} 
.widget { 
	overflow: hidden; 
	margin-bottom: 25px; 
}
.widget a { 
	color: #333; 
}
.widget a:hover {
	color: #52B3D9;
}
.widget-title {
	padding-top: 10px;
	margin-bottom: 25px;
	border-bottom: 2px solid #52B3D9;
}
.widget-title h3 {
	color: #FFF;
	font-size: 18px; 
	font-weight: bold;
	text-transform: uppercase;
	background: #52B3D9;
	display: inline-block;
	padding: 3px 8px 0;
	text-shadow: 0px 1px 1px #333;
}
.widget .block-post-small img { 
}
.widget .block-post-small .stars { 
	border:none; 
	padding:0; 
	margin:0; 
}


	/* -- Generic widget  -- */	
	
	.widget ul a {
	color: #333; 
	}
	.widget li { 
		border-bottom: 1px solid #DDD;
		padding-bottom: 10px; 
		margin-bottom: 10px; 
	}
	.widget p { 
		line-height: 18px; 
	}

	
	/* -- Calendar widget -- */
	#calendar_wrap { 
		margin-left:30px; 
	}
	#calendar_wrap caption { 
		text-align: center; 
	}
	#wp-calendar caption {
		font-weight: bold;
		margin-bottom: 5px;
	}
	#wp-calendar { 
		border-left: 1px solid #E6E6E6;
		border-top: 1px solid #E6E6E6;
	    line-height:15px;
	    
	    text-align:left;
	}
	#wp-calendar th {
		font: bold 11px;
		color: #FFF;
		border-right: 1px solid #E6E6E6;
		letter-spacing: 2px;
		text-transform: uppercase;	
		padding: 6px 6px 6px 12px;
		background: #666;
	}
	#wp-calendar td {
		border-right: 1px solid #E6E6E6;
		border-bottom: 1px solid #E6E6E6;	
		padding: 6px 6px 6px 12px;
		color: #333;
	}
	#wp-calendar td a:hover {
		color: #52B3D9;
	}
	tr.even { 
		background: #FAFAFA; 
	}
	
	.widget-excerpt {
		margin-bottom: 5px; 
	}
	
/* -- Widgets -- */
.homepage-widget { 
	margin-bottom: 40px; 
	overflow: hidden; 
	width: 100%; 
}
.homepage-widget:last-child { 
	margin-bottom: 0; 
}
.homepage-widget .block .block-post-small:last-child { 
	border-bottom: 0;
	margin-bottom: 0; 
	padding-bottom: 0; 
}
.homepage-widget .block .block-post-big-last { 
	border-bottom: 0; 
	margin-bottom: 0; 
	padding-bottom: 0; 
}
.widget .block-post-small:last-child { 
	border-bottom: 0; 
	margin-bottom: 0; 
	padding-bottom: 0; 
}
.homepage-widget .ad-468 {
	text-align: center;
}
.home-posts-images {
	
	}
.home-posts-images li {
	float: left;
	margin-right: 27px;
	margin-bottom: 10px;
	border: 0;
	position: relative;
}




#sidebar .widget {
	margin-bottom: 35px; 	
}
#sidebar .widget .block-post-small:last-child {
	padding-bottom: 13px;
	margin-bottom: 0px;
}

.tag_cloud a {
	color: #FFF;
	background: #5E5E5E;
	padding: 5px;
	float: left;
	margin-right: 5px; 
	margin-bottom: 5px;
}

.tag_cloud a:hover {
	background: #52B3D9;
	color: #FFF;
}

li .rsswidget { 
	display: block; 
	font-weight: bold; 
	margin-bottom: 5px; 
}
.rss-date, #sidebar cite { 
	font-size: 11px; 
	color: #888; 
	display: block; 
	margin-bottom: 5px; 
	font-style: italic; 
}
#sidebar cite { 
	margin-top: 5px; 
}

	/* -- Flickr widget -- */
	.flickr-photo { 
		border-bottom: 0 !important; 
		padding-bottom: 0 !important; 
		margin-bottom: 0 !important; 
		float: left;  
		padding-left: 0!important;
		 
		margin: 6px !important; 
	}
	.flickr-photo img {
		border: 1px solid #DDD; 
		padding: 2px;
	}
	.flickr-photo img:hover {
		opacity: 0.6;
	}
	/* -- Instagram widget -- */
	ul.instagram-wrapper li {
		float: left;
		margin-right: 13px;
		border: 0;
		padding: 0;
	}
	ul.instagram-wrapper li:last-child {
		margin-right: 0;
	}
	ul.instagram-wrapper li img:hover {
		opacity: 0.9;
	}
	/* -- Search widget -- */
	

	
	/* -- Tabbed widget -- */
	ul.tabs { 
		float: left; 
		height: 41px; 
		padding-left: 0 !important; 
		margin-bottom: 0 !important; 
	}
	ul.tabs li { 
		background: #2D2D2D;
		float: left; 
		width: 99px;
		height: 35px;
		padding-left: 0 !important; 
		overflow: hidden; 
		padding-bottom: 0; 
		position: relative;  
	}
	ul.tabs li:last-child {
		border:0;
		width: 100px;
	}
	ul.tabs li a {  
		height: 33px; 
		line-height: 33px; 
		text-align: center;
		display: block; 
		color: #FFF;
		font-family: 'Open Sans', sans-serif;
		font-weight: 700;
		outline: none; 
		border-bottom: 3px solid transparent;		
	}
	ul.tabs li a:hover,
	html ul.tabs li.active a, 
	html ul.tabs li.active a:hover  { 
		border-color: #52B3D9!important; 
		color: #FFF; 
	}
	.tabs_container {
		border-top: none; 
		overflow: hidden; 
		clear: both; 
		float: left; 
		width: 300px; 
	}
	.tab_content { 
		padding: 25px 0 0 0; 
	}
	/* -- Ad 250x250 -- */
		.ad-widget-250 {
		padding: 0 25px;
	}
	/* -- Ad 300x300 -- */
		.ad-widget-300 {
		
	}
	/* -- Social Counter -- */
	.social-counter {
	
	}
	.social-counter li {
		border: 0;
		background: #3B5998;
		padding: 7.5px;
		color: #FFF;
		font-family: 'Open Sans', sans-serif;
		font-weight: bold;
		-webkit-border-radius: 3px;
		-moz-border-radius: 3px;
		border-radius: 3px;
	}
	.social-counter li.rss {
		background: #FF6600 ;
	}
	.social-counter li.twitter {
		background: #00aced;
	}
	.social-counter li.youtube {
		background: #e14e42;
	}
	.social-counter li.vimeo {
		background: #1ab7ea;
	}
	.social-counter li.dribbble {
		background: #ea4c89;
	}
	.social-counter li.instagram {
		background: #3f729b;
	}
	.social-counter li i {
		padding-right: 10px;
		border-right: 1px solid;
		font-size: 16px;		
	}
	.social-counter li span {
		padding: 0 10px;
	}
	.social-counter li a  {
		display: block;
		float: right;
		margin-right: 5px;
		color: #FFF;
	}
	.social-counter li a:hover {
		color: #333;
	}

	
	/* -- Social Icon widget -- */
	ul.social-icons {
		padding-left: 0 !important; 
		margin-bottom: 0 !important;
	}
	ul.social-icons li {
		float: left; 
		border: 0; 
		margin-right: 5px; 
		margin-bottom: 0;
		padding-bottom: 0;
	}
	ul.social-icons li  img {
		width: 32px;
		height: 32px;
		-webkit-border-radius: 3px;
		-moz-border-radius: 3px;
		border-radius: 3px;
	}
	ul.social-icons li a:hover {
		opacity: 0.8
	}
	
	/* -- Latest Tweets widget -- */
	.tweet { 
		background-position: 5px 5px; 
		padding-left: 26px!important; 
		line-height: 18px; 
		position: relative;
	}
	.tweet span.tweet-icon {
		position: absolute;
		left: 0;
		top: 2px;
		font-size: 20px;
		color: #00aced;
	}
	.twitter-list a {
		color: #52B3D9!important;
	}
	.twitter-list a:hover{
		text-decoration: underline;
	}
	.instagram-follow-btn,
	.twitter-follow-btn {
		text-align: center;
	}
	.instagram-follow-btn a,
	.twitter-follow-btn a {
		margin: 5px 0;	
		padding: 5px 20px;
		font-size: 12px;
		font-family: 'Open Sans', sans-serif;
		line-height: 27px;
		color: #FFF;
		text-transform: uppercase;
		font-weight: bold;
		background: #00aced;
		-webkit-border-radius: 3px;
		-moz-border-radius: 3px;
		border-radius: 3px;
	}
	.instagram-follow-btn a {
		background: #3f729b;
	}
	.instagram-follow-btn a:hover,
	.twitter-follow-btn a:hover {
		background: #30C5FD;
		color: #FFF;
	}
	.instagram-follow-btn a:hover {
		background: #528FC0;
	}
	.instagram-follow-btn i,
	.twitter-follow-btn i {
		padding-right: 10px;
	}

	
	/* -- Text widget -- */
	.textwidget { 
		width: 300px; 
		color: #444;
		line-height: 20px;
	}
	.textwidget p {
		margin-bottom: 18px; 
		line-height: 18px; 
	}
	.textwidget p:first-child { 
		margin-top: -4px; 
	}
	.textwidget p:last-child { 
		margin-bottom: -3px; 
	}
	form#searchform #s {
		padding: 8px 13px;
		width: 243px;
		color: #888;
		border: 1px solid #888;
		border-right: 0;
		outline: #999;
	}
	form#searchform #search-button {
		padding: 8px;
		background: #FFF;
		border: 1px solid #888;
		margin-left: -3px;
		border-left: 0;
	}
	form#searchform #search-button i {
		cursor: pointer;
	}
	
/* --- Post  --- */
.post-heading { 
	padding: 0px 0 25px 0; 
}
.post-heading h1 { 
	font-size: 32px; 
	margin-bottom: 10px;
}
.post-heading span { 
	margin-right: 8px; 
	padding-left: 10px; 
	font-family: 'Open Sans', sans-serif;
	font-style: italic;
	font-size: 11px;  
	color: #888;  
}
.post-heading span a {
	font-weight: bold;
}
.heading-category { 
	float: right;
}
.heading-category i {
	color: #333;
	margin-right: 8px; 
}
.post-feat {
	margin-bottom: 20px; 
}
.post-feat.full {
	margin-top: 20px; 
	margin-bottom: 0; 
}
.post-feat.full.bg,
.post-feat.full.overlayed {
	margin-top: 20px; 
	margin-bottom: 0; 
	position: relative;
}
.post-feat.full.bg .post-heading,
.post-feat.full.overlayed .post-heading {
	position: absolute;
	bottom: 0;
	padding: 20px;
}
.post-feat.full.overlayed .post-heading h1 {
	font-size: 40px;
}
.post-feat.full.overlayed .post-heading h1,
.post-feat.full.overlayed .post-heading i,
.post-feat.full.overlayed .post-heading span i {
	color: #FFF;
}
.post-feat.full.overlayed .post-heading span,
.post-feat.full.overlayed .post-heading span a {
	color: #FFF;
	font-style: italic;
}	
.post-feat.parallax {
	position: absolute!important;
	bottom: -20%;
	width: 1020px;
}
.post-feat.parallax .post-heading {
	bottom: -50px!important;
}
.post-feat.full.bg .post-heading {
	background: #FFF;
	width: 640px;
}
.post-thumb img { 
}
.post-entry p { 
	margin-bottom: 20px; 
	line-height: 24px;
	font-size: 16px; 
 }
 .post-entry td {
 	padding: 10px 10px 10px 10px;
 }
.post-meta-tags {   
	padding: 8px 2px 20px 2px; 
	font-size: 14px; 
	color: #777; 
	overflow: hidden;
	margin-bottom: 10px;
 }
.post-meta-tags a { 
	background: #2D2D2D;
	color: #FFF;
	padding: 5px;
	font-size: 11px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
 }
.post-meta-tags a:hover { 
	background: #52B3D9;
}
.post-author { 
	border-bottom: 1px solid #888; 
	padding-bottom: 20px; 
	margin-bottom: 40px; 
	overflow: hidden; 
}
.post-author.in-post {
	padding: 20px;
	border: 1px solid #DDD;
	border-width: 0 0 0 1px;
	box-shadow: 0 1px 3px 0 #B5B5B5;
	-moz-box-shadow: 0 1px 3px 0 #b5b5b5;
	-webkit-box-shadow: 0 1px 3px 0 #B5B5B5;
}
.post-author.in-post h2 {
	font-size: 18px;
	margin-bottom: 5px;
	font-weight: 700;
}
.post-author.in-post h2 a {
	color: #333;
}
.post-author.in-post h2 a:hover {
	color: #52B3D9;
}
.post-author img { 
	 float: left; 
	 margin-right: 20px;
 }
.post-author .author-meta {
	margin: 2px 0 10px 0;
}
.post-author .author-meta span {
	background: #2D2D2D;
	padding: 2px 5px;
	color: #FFF;
	font-family: 'Open Sans', sans-serif;
	text-transform: uppercase;
	font-size: 10px;
	font-weight: bold;
	margin-right: 5px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.author-descrip { 
	color: #444; 
	line-height: 19px;  
}
.post-author .author-icons {
	margin-top: 3%;
	margin-left: 13%;
}
.post-author .author-icons a {
	margin-right: 2%;
	font-size: 18px;
	color: #222;
}
.navigation {
	width: 100%; 
	overflow: hidden; 
	margin: 20px 0;
	padding-top: 15px;
}
.navigation a {
	font-size: 16px;
 }
.navigation .alignleft {
	float: left; 
	font-size: 16px;
 }
.navigation .alignleft i {
	padding-right: 5px;
}
.navigation .alignright p,
.navigation .alignleft p {
	margin-top: 10px;
}
.navigation .alignright {
	 font-size: 16px; 
	 float: right; 
	 text-align: right;
 }
 .navigation .alignright i {
	padding-left: 5px;
}
.sticky {}


/* --- Gallery --- */

.gallery-item .gallery-icon {
	position: relative;
	top: auto;
	left: auto;
	right: auto;
	background-image: none;
	width: auto;
	height: auto;
}
.gallery-icon img {
	border: 3px solid #DDD;
}
/* --- Lumoss allery --- */
.lumoss-gallery {
	background: #2D2D2D;
	position: relative;
}
.lumoss-gallery  h1 {
	color: #FFF;
	z-index: 1;
	background: #222;
	margin-bottom: -11px!important;
	padding: 10px;
	font-style: italic;
	font-size: 16px!important;
	font-weight: 700;
}
.lumoss-gallery  h1 span {
	float: right;
	font-size: 14px;
}
.lumoss-gallery  h1 span.actual-id {
	float: none;
}
.lumoss-gallery p {
	margin-bottom: 0;
	line-height: 0;
}
#slideshow-wrapper .item img {
	width: 630px;
	margin: 12px 0px 10px 25px;
}
#slideshow-wrapper .owl-wrapper {
	height: 350px;
}
.lumoss-gallery #slideshow-thumb {
	padding: 5px 9px 5px 9px;
	width: 670px;
}
	.lumoss-gallery .prev-slide,
	.lumoss-gallery .next-slide {
		position: absolute;
		bottom: 58%;
		color: #FFF;
		font-size: 32px;
		opacity: 0.6;
		cursor: pointer;
	}
	
	.lumoss-gallery .prev-slide:hover,
	.lumoss-gallery .next-slide:hover {
		opacity: 1;
		color: #FFF;
	}
	.lumoss-gallery .next-slide {
		right: 30px;
	}

	.lumoss-gallery .prev-slide {
		left: 30px;
	}
	#slideshow img.selected {
		border: 1px solid #FFF;
	}
	/* -- HTML styling -- */
	.post-entry ul { 	
		padding-left: 30px; 
		margin-bottom: 20px; 
	}
	.post-entry ul li{ 
		background: url(images/ul-dot.png) no-repeat; 
		padding-left: 28px;
		margin-bottom: 10px; 
	}
	.post-entry ol { 
		padding-left: 53px; 
		margin-bottom: 20px; 
		font-size: 14px; 
	}
	.post-entry ol li { 
		list-style-type: decimal; 
		margin-bottom: 6px; 
	}
	.post-entry h1 { 
		font-size: 28px; 
		margin-bottom: 14px; 
	}
	.post-entry a {
		color: #990000;
	}
	.post-entry a:hover {
		text-decoration: underline;
	}
	.post-entry h2 {
		font-size: 24px; 
		margin-bottom: 14px; 
	}
	.post-entry h3 { 
		font-size: 20px; 
		margin-bottom: 14px; 
	}
	.post-entry h4 { 
		font-size: 18px; 
		margin-bottom: 14px; 
	}
	.post-entry h5 { 
		font-size: 16px; 
		margin-bottom: 14px; 
	}
	.post-entry h6 { 
		font-size: 14px; 
		margin-bottom: 14px; 
	}
	.post-entry hr { 
		border: 0; 
		background-color: #888; 
		height: 1px; 
		margin-bottom: 14px; 
		color: #DDD; 
	}
	.post-entry blockquote { 
		background: url(images/quote.png) no-repeat; 
		padding-left: 32px; 
		padding-top: 3px; 
		margin-left: 25px; 
		color: #777; 
		font-style: italic; 
	}
	.post-entry ol { 
		padding-left: 42px; 
		margin-bottom: 20px; 
		font-size: 12px; 
	}
	.post-entry ol li { 
		list-style-type: decimal; 
		margin-bottom: 6px; 
	}
	.post-entry ul { 	
		padding-left: 26px; 
		margin-bottom: 20px; 
		font-size: 12px; 
	}
	.post-entry ul li { 
		background: url(images/ul-dot.png) no-repeat; 
		padding-left: 18px; 
		margin-bottom: 10px; 
	}
	.post-entry pre { 
		overflow: auto; 
		margin-bottom: 20px; 
	}
	.post-entry .alignright { 
		float: right; 
		margin: 0 0 4px 10px; 
	}
	.post-entry .alignleft { 
		float: left;
		margin: 0 10px 4px 0; 
	}
	.wp-caption, .gallery-caption  { 
		border: 1px solid #DDD; 
		padding-top: 4px; 
		margin-bottom: 20px; 
		text-align: center; 
	}
	p.wp-caption-text { 
		margin-bottom: 2px; 
	}
	.aligncenter, div.aligncenter { 
		display: block; 
		margin-left: auto; 
		margin-right: auto; 
	}
	
	/* -- Post share -- */
	.post-share {
		height: 31px;
		margin-bottom: 20px;
		box-shadow: 0 1px 3px 0 #B5B5B5;
		-moz-box-shadow: 0 1px 3px 0 #b5b5b5;
		-webkit-box-shadow: 0 1px 3px 0 #B5B5B5;
	}
	.post-share ul li {
		float: left;
		padding: 5px; 
		width: 93px;
	}
	.post-share ul li.tumblr-share-button-def,
	.post-share ul li.google-plus {
		width: 55px;
	}
	.post-share ul li.pin-share-button-def {
		width: 42px;
	}	
	.post-share ul li:first-child {
		width: 80px;
	}
	.post-share strong {
		background: #52B3D9;
		display: block;
		float: left;
		padding: 4px 10px;
		color: #FFF;
		font-family: 'Open Sans', sans-serif;
		font-size: 13pt;
		font-weight: bold;
		text-shadow: 0px 1px 1px #333;
		text-transform: uppercase;
	}
	.post-share.custom ul li {
		float: left;
		width: auto;
		padding: 6px 10px;
	}
	.post-share.custom ul li:first-child {	
		width: auto;
	}
	.post-share.custom ul li a {
		padding: 5px 10px;
		background: #2d2d2d;
		color: #FFF;	
		-webkit-border-radius: 3px;
		-moz-border-radius: 3px;
		border-radius: 3px;
	}
	.post-share.custom ul li a.facebook-share-button-custom {
		background: #3B5998;
	}
	.post-share.custom ul li a.twitter-share-button-custom {
		background: #00aced;
	}
	.post-share.custom ul li a.google-plus-share-button-custom {
		background: #dd4b39;
	}
	.post-share.custom ul li a.tumblr-share-button-custom {
		background: #35465c;
	}
	.post-share.custom ul li a.pinterest-share-button-custom {
		background: #C92228;
	}
	.post-share.custom ul li a:hover {
		background: #2d2d2d;
	}
	.post-share.custom ul li a i {
		padding-right: 5px;
		border-right: 1px solid;
	}
	.post-share.custom ul li a span {
		font-family: 'Open Sans', sans-serif;
		font-weight: bold;
		padding-left: 5px;
	}
	.post-top-ad,
	.post-bottom-ad {
		text-align: center;
		margin-bottom: 20px;
	}
	/* -- Review box -- */
	.post-review { 
		width: 100%; 
		margin: 20px 0;; 
	}
	.post-review .review-title {
		background: #DDD;
		padding: 10px;
		margin-bottom: 2px;
		font-size: 20px;
	}	
	.post-review .score-wrapper {
		background: #F0F0F0;
		padding: 10px;
		margin-bottom: 2px;
		font-size: 14px;	
	}
	.post-review .score-wrapper span.score {
		float: right;
	}
	.post-review .score-wrapper .bar-label {
		margin-bottom: 5px;
	}
	.post-review .score-wrapper .bar-wrapper {
		width: 100%;
		background: #DDD;
		height: 15px;	
	}
	.post-review .score-wrapper .bar-wrapper .bar-inner {
		background: #52B3D9;
		height: 15px;
		width: 0px;
	}
	.post-review .review-footer .overall-score i,
	.post-review .score-wrapper span.score i {
		font-size: 15px;
		width: 20px;	
	}
	.post-review .review-footer {
		overflow: hidden;
	}
	.post-review .review-footer .summary {
		background: #DDD;
		width: 80%;
		float: left;
		padding: 10px 10px 10px 15px;	
		margin-right: 2px;		
		text-align: justify;
	}
	.post-review .review-footer .summary.full {
		width: auto;
	}
	.post-review .review-footer .summary h4 {
		color: #333!important;
		font-weight: bold;
	}
	.post-review .review-footer .overall-score {
		background: #DDD;
		float: left;
		padding: 13px 4px;
		text-align: center;
	}
	.post-review .review-footer .overall-score.star {
		padding: 14px 19px;
	}
	.post-review .review-footer .overall-score.percentages {
		padding: 21px 4px;
	}
	.post-review .review-footer .overall-score.points {	
		padding: 21px 19px 21px 20px;
	}
	.post-review .review-footer .overall-score .big {
		font-size: 50px;
	}
	/* -- Related posts  -- */
	.related-post { 
		float: left; 
		margin-right: 20px; 
		width: 140px; 
		position: relative; 
	}
	div.related-post:last-child { 
		margin-right: 0; 
	}
	.related-post img { 
		margin-bottom: 6px; 
	}
	.related-post img:hover {
		opacity: 0.6;
	}
	.related-post h2 a { 
		font-family: Arial; 
		font-size: 12px; 
		color: #333; 
		font-weight: bold; 
	}
	.related-post h2 a:hover {
	color: #52B3D9;
	}
	.related-post span { 
		top: 46%; 
		right: 5%; 
	}
	
	/* -- Comments -- */
	.recentcomment li {
	background: url('images/comment_bg.jpg') no-repeat top;
}

.recentcomment .comment {
	padding: 10px;
	background: url('images/comment_bg.jpg') no-repeat top;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #ccc;
}
	
	#comments { 
		margin-top: -10px; 
	}
	#comments h3 { 
		border-bottom: 2px solid #52B3D9; 
		margin-bottom: 25px; 
	}
	#comments h3 span {
		color: #FFF;
		font-size: 18px;
		font-weight: bold;
		text-transform: uppercase;
		background: #52B3D9;
		display: inline-block;
		padding: 3px 8px 0;
		text-shadow: 0px 1px 1px #333;
	}	
	ol.commentlist { 
		margin-bottom: 40px; 
	}
	li.commentlist { }
	.the-comment { 
		min-height: 70px; 
		margin-bottom: 24px; 
	 }
	.avatar { 
		float: left; 
		margin-right: 14px; 
	}
	.comment-box {  
		padding-bottom: 10px;
		overflow: hidden;  
		border-bottom: 1px solid #DDD;
	}
	.comment-author { 
		margin-bottom: 10px; 
		padding-bottom: 5px;
	}
	.comment-author span.author-name {
		font-family: 'Open Sans', sans-serif;
		font-size: 14px;
		font-weight: 700;
	}
	.comment-author span.author-name a {
		color: #222;
	}
	.comment-author span.author-name a:hover {
		color: #52B3D9;
	}
	.comment-author small { 
		color: #888; 
		margin-left: 10px;
	}
	.comment-text { 
		line-height:18px; 
	}
	.comment-text p {
		margin-bottom: 10px;
	}	
	.comment-text span.reply a {
		color: #888;
		font-weight: 700;
	}
	.comment-text span.reply a:hover{
		color: #52B3D9;
	}
	#comments .children { 
		margin: 20px 0 0 83px; 
	}
	#comments .children li.comment { 
		margin: 0 0 20px 0; 
	}
	.cancel-comment-reply { 
		margin-bottom: 10px;
	}
	.no-comments { 
		color: #888; 
	}
	.comment-author a {
		color: #3a3a3a; 
	}
	.comment-author a:hover { 
		color: #52B3D9
	}
	.comment-text-side { 
		color: #888;
		font-style: italic; 
		line-height: 18px; 
	}
	.bypostauthor {}
	
	/* -- Comment form -- */
	#commentform  label{
		display: block;
		margin-bottom: 5px;
		font-weight: bold;
	}
	#commentform label .required { 
		color: #999; 
		font-weight: normal; 
	}
	#commentform input {
		margin-bottom: 10px;
		width: 98%; 
		border: 1px solid #DDD; 
		outline: none; 
		padding: 7px;		
	}	
	#comment {
		border: 1px solid #DDD; 
		width: 97%; 
		height: 163px; 
		padding: 10px;  
		outline: none;
		font-size: 14px;
	}
	#commentform input:focus,
	#comment:focus {
		border-color: #888;
	}
	.comment-notes,
	.logged-in-as {
		margin-bottom: 10px;
	}

	#commentform input#submit {
		margin-top: 10px; 
		width: 100px;
		padding: 5px;
		background: #2D2D2D; 
		border: 0;  
		outline: 0;
		font-family: 'Open Sans', sans-serif;
		font-weight: bold;
		font-size: 14px; 
		color: #FFF; 
		cursor: pointer;
		-webkit-border-radius: 3px;
		-moz-border-radius: 3px;
		border-radius: 3px;		
	}
	#commentform input#submit:hover { 
			background: #52B3D9;   
		}

/* --- GOPUSA Subscribe Page */

	#subscribeform  label{
		display: block;
		margin-bottom: 5px;
		font-weight: bold;
	}
	
	#subscribeform label .required { 
		color: #999; 
		font-weight: normal; 
	}

	#subscribeform input {
		margin-bottom: 10px;
		width: 98%; 
		border: 1px solid #DDD; 
		outline: none; 
		padding: 7px;		
	}
	
	#subscribe {
		border: 1px solid #DDD; 
		width: 97%; 
		height: 163px; 
		padding: 10px;  
		outline: none;
		font-size: 14px;
	}
	
	#subscribeform input:focus, #subscribe:focus {
		border-color: #888;
	}

	#subscribeform input#submit {
		margin-top: 10px; 
		width: 100px;
		padding: 5px;
		background: #990000; 
		border: 0;  
		outline: 0;
		font-family: 'Open Sans', sans-serif;
		font-weight: bold;
		font-size: 14px; 
		color: #FFF; 
		cursor: pointer;
		-webkit-border-radius: 3px;
		-moz-border-radius: 3px;
		border-radius: 3px;		
	}
	#subscribeform input#submit:hover { 
			background: #000066;   
		}	
		
		
		
	
/* --- Pages --- */
	h1.page-title {
		font-size : 24px;
		font-family: Arial;
		margin-bottom: 20px;
	}

  /* -- Full width page -- */
  #fullwidth { 
	width: 940px; 
  }
  #fullwidth .post-entry { 
	width: 940px; 
  }
  
  /* -- 404 page -- */
  .entry404 p { 
	  line-height: 18px; 
	  color: #666; 
	  margin-bottom: 10px; 
	}
  .404-search {
	width: 300px;
  }
  
  
/* --- Footer --- */ 

#wrapper-footer { 
	background: #FAFAFA url("images/top-shadow.png") repeat-x top;
	position: relative;
	left: -20px;
	width: 1060px; 
	padding: 25px 0 0 0; 
	overflow: hidden;
	border-top: 1px solid #DDD;
}
#footer { 
	width: 1000px; 
	margin: 0 auto; 
	overflow: hidden;
}
#footer-bottom { 
	background: #2D2D2D;
	padding: 15px 20px; 
	color: #FFF; 
}
#footer-bottom .content {
	overflow: hidden;
}

#footer-bottom .left { 
	float: left; 
}
#footer-bottom .right { 
	float: right; 
}
#footer-bottom a {
 color: #FFF; 
}
#footer-bottom a:hover {
	text-decoration: underline;
}
.menu-bottom-container {
	float: right;
}
.menu-bottom-container ul li {
	float: left;
	margin-right: 15px;
}
.scrollup {
    width: 40px;
    height: 40px;
    position: fixed;
    bottom: 50px;
    right: 30px;
    display: none;
	background: #52B3D9;
	text-align: center;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	line-height: 45px;
	opacity: 0.8;
	opacity: 0.8;
}
.scrollup i {
	
	font-size: 22px;
}
.scrollup:hover {
	opacity: 1;
}

	/* -- Footer widget -- */
	#footer .footer-widget { 
		float: left; 
		margin-right: 50px;
		width: 300px; 
		margin-bottom: 25px; 
	}
	#footer .footer-widget.last {
		margin-right: 0; 
	}
	

/* --- Shortcodes --- */

	/* -- Columns -- */
	.one_half, 
	.one_third, 
	.two_third, 
	.three_fourth, 
	.one_fourth { 
		margin-right: 4%; 
		float: left; 
		line-height: 21px; 
		margin-bottom: 20px; 
	}
	.one_half { 	
		width: 48%; 
	}
	.one_third { 
		width: 30.6666%; 
	}
	.two_third { 
		width: 65.3332%; 
	}
	.one_fourth { 
		width: 22%; 
	}
	.three_fourth { 
		width: 74%; 
	}
	.last { 
		margin-right: 0 !important; 
		clear: right; 
	}
	.clearboth{ 
		clear: both; 
		display: block; 
		font-size: 0px; 
		height: 0px; 
		line-height: 0; 
		width: 100%; 
		overflow: hidden; 
	}
	
	/* -- Buttons -- */
	.button { 
		padding: 5px;
		display:inline-block; 
		margin: 0 10px 20px 0; 
		font-size: 18px; 
		cursor: pointer; 
	}
	.button a { 
		color: #FFF!important;  
	}
	.button a:hover{ 
		color: #FFF;  
		text-decoration: none;
	}
	.button.black { 
		background: #000; 
		border: 1px solid #000; 
	}
	.button.black:hover { 
		background: #4B4B4B; 
	}
	.button.red { 
		background: #BD0202; 
		border: 1px solid #690000; 
	}
	.button.red:hover { 
		background: #D80000; 
	}
	.button.green {
		background: #1BAA00;
		border: 1px solid #0E5800;
	}
	.button.green:hover { 
		background: #20C900; 
	}
	.button.blue {
		background:#004E9C; 
		border: 1px solid #003162; 
	}
	.button.blue:hover { 
		background: #006BD6; 
	}
	.button.orange { 
		background: #D87600; 
		border: 1px solid #824700; 
	}
	.button.orange:hover { 
		background: #EC8100;  
	}
	.button.light { 
		background: #DDD; 
		border: 1px solid #AFAFAF; 
	}
	.button.light a { 
		color: #5d5d5d!important;  
	}
	.button.light:hover { 
		background: #E7E7E7;  
	}
	
	/* -- Toggles -- */
	.toggle { 
		background: #DDD; 
		border: 1px solid #888; 
		padding: 11px 10px 9px 14px; 
		cursor: pointer; 
		margin-bottom: 6px; 
	}
	.toggle:hover { 
		background: #E4E4E4;  
	}
	.toggle a { 
		background: url(images/toggle-arrow.png) no-repeat left; 
		padding-left: 30px; 
		color: #333!important; 
		font-size: 18px; 
	}
	.toggle a:hover {
		color: #333;
		text-decoration: none;
	}
	.toggle-content { 
		display: none; 
		background: #ECECEC; 
		border: 1px solid #ccc;
		padding: 20px;  
		font-size: 14px; 
		line-height: 18px;  
		margin-bottom: 16px; 
	}
	.toggle-content .block {
		padding: 0px;
	}
	.toggle-active a { 
		background: url(images/toggle-arrow-hover.png) no-repeat left;  
		padding-left: 30px; 
		color: #444; 
		font-size: 18px; 
	}
	
	/* -- Dropcap -- */
	.dropcap { 
		font-size: 32px; 
		margin-right: 6px; 
		padding-top: 4px; 
		text-transform: uppercase;
		float: left; 
		position: relative; 
		top: 5px; 
		color: #888; 
	}
	
	/* -- Highlight -- */
	.highlight1 { 
		background: #F6F67A; 
	}
	.highlight2 { 
		background: #000;
		color: #CCC; 
	}
	
	/* -- Box -- */
	.box {
		min-height: 30px; 
		padding: 10px; 
		margin-bottom: 20px;
	}
	.normal { 
		background: #F5F5F5; 
		border: 1px solid #B3B3B3; 
	}
	.info { 
		background: #BDE5F8 url(images/info-icon.png) no-repeat left; 
		background-position: 10px 10px; 
		border: 1px solid #0591FF;
		padding-left: 50px;
	}
	.success {
		background: #DFF2BF url(images/success-icon.png) no-repeat left; 
		background-position: 10px 10px; 
		border: 1px solid #9CC753; 
		padding-left: 50px; 
	}
	.warning {
		background: #FEEFB3 url(images/warning-icon.png) no-repeat left; 
		background-position: 10px 10px; 
		border: 1px solid #888;
		padding-left: 50px; 
	}
	.error {
		background: #FF2834  url(images/error-icon.png) no-repeat left; 
		background-position: 10px 10px;
		border: 1px solid #000; 
		padding-left: 50px; 
	}
	
	/* -- Checklist -- */
	.checklist li { 
		background: url(images/check-list.png) no-repeat left !important; 
		padding-left: 28px !important; 
	}
	
	/* -- Badlist -- */
	.badlist li { 
		background: url(images/bad-list.png) no-repeat left !important; 
		padding-left: 24px !important; 
	}
	/* -- Video -- */
	.video-shortcode { 
		margin-bottom:20px; 
	}
	/* -- Twitter Follow -- */
	.twitter-follow-shortcode .twitter-follow-button {
		padding: 0;
		margin: 0;
	}
	/* -- Flickr Album -- */
	.flickr-wrapper {
		overflow: hidden;
		margin-bottom: 20px;
	}
	.flickr-wrapper .flickr_badge_image {
		float: left;
		margin: 10px;
	}
	.flickr-wrapper .flickr_badge_image img{
		border: 1px solid #DDD;
		padding: 2px;
	}
	.flickr-wrapper .flickr_badge_image a:hover img{ 
		opacity: 0.6;
	}
	/* -- Horizontal Rule -- */
	.hr {
		margin-bottom: 14px;
	}
	.black {
		background:#000!important;
	}
	.blue {
		background:#004E9C!important;
	}
	.orange {
		background: #D87600!important;
	}
	.green {
		background: #1BAA00!important;
	}
	.red {
		background: #BD0202!important;
	}
	.grey {
		background: #888!important;
	}
/* --- Pagination --- */
.pagination { 
	font-family: 'BebasNeueRegular'; 
	font-size: 18px; 
}
.pagination a { 
	background: #555;
	height: 28px; 
	display: block; 
	float: left; 
	line-height: 30px;
	padding: 0 10px; 
	color: #FFF; 
	margin-right: 6px; 
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
 }
 .pagination a:hover {
 	 background: #3590FF;
	 color: #FFF!important;
 }
.pagination span.current {
	 background: #3590FF;
	 height: 28px;
	 display: block;
	 float: left; 
	 line-height: 30px; 
	 padding: 0 10px;
	 color: #FFF;  
	 margin-right: 6px; 
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
 }
.pagination span.arrows { 
	font-size: 18px;
}


/* --- Form --- */

.postForm {
	margin-left: 1px;
}
.postForm label { 
	font-size: 12px; 
	font-weight: bold; 
	display: block; 
	color: #555555; 
	margin-bottom: 5px; 
}
.postForm label span { 
	font-style: italic; 
	color: #888888; 
	font-weight: normal; 
}
.postForm div { 
	margin-bottom: 20px; 
}
.postForm .text {
	border: 1px solid #DDD; 
	outline: none; 
	color: #555555; 
	font-size: 12px; 
	width: 658px; 
	padding: 9px 10px; 
 }
.postForm .text.error {
	background: none;
}
.postForm .error {
	border: 1px solid red; 
 }
.postForm textarea {
	border: 1px solid #DDD; 
	outline: none;
	color: #555555; 
	font-size: 12px;
	width: 658px; 
	padding: 10px; 
	height: 170px; 
 }
.postForm .text:focus,
.postForm textarea:focus {
	border-color: #888; 
 }
.postForm .submit { 
	background: #2D2D2D;
	font-family: 'Open Sans', sans-serif;
	font-weight: bold;
	font-size: 14px;
	color: #FFF;  
	padding: 6px 20px; 
	cursor: pointer; 
	border: 0;
	outline: 0;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
 }
.postForm .submit:hover { 
	background: #52B3D9; 
}
.postForm .error_msg { 
	display: none; 
	margin-top: 5px; 
	color: red; 
}
.postForm .email_sent { 
	color: green; 
	margin-bottom: 10px; 
	display: none; 
}
/* --- Woocommerce plugin --- */

.woocommerce .woocommerce-breadcrumb a, 
.woocommerce-page .woocommerce-breadcrumb a {
	color: #000!important;
}
.woocommerce .woocommerce-breadcrumb a:hover, 
.woocommerce-page .woocommerce-breadcrumb a:hover {
	text-decoration: underline;
}
.woocommerce .products ul, 
.woocommerce ul.products, 
.woocommerce-page .products ul, 
.woocommerce-page ul.products {
	padding-top: 20px!important;
}
.woocommerce ul.products li.product a img, 
.woocommerce-page ul.products li.product a img {
	box-shadow: none!important;
	-webkit-box-shadow: none!important;
	-moz-box-shadow: none!important;
	border: 1px solid #DDD;
	padding: 2px;
}
.woocommerce ul.products li.product h3, 
.woocommerce-page ul.products li.product h3 {
	font-family: Arial;
	font-size: 1.4em!important;
}
.woocommerce ul.products li.product .onsale, 
.woocommerce-page ul.products li.product .onsale {
	background: #52B3D9;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	min-height: 10px;
	line-height: 15px;
	top: 6px!important;
}
.woocommerce .woocommerce-ordering select, 
.woocommerce-page .woocommerce-ordering select {
	outline: none;
}
.woocommerce ul.cart_list li, 
.woocommerce ul.product_list_widget li, 
.woocommerce-page ul.cart_list li, 
.woocommerce-page ul.product_list_widget li {
	padding: 10px 0!important;
	margin: 10px 0!important;
}
.woocommerce ul.cart_list li a,
.woocommerce ul.product_list_widget li a, 
.woocommerce-page ul.cart_list li a, 
.woocommerce-page ul.product_list_widget li a {
	margin-bottom: 3px;
}
.woocommerce ul.products li.product h3:hover,
.woocommerce-page ul.products li.product h3:hover {
	color: #52B3D9;
}
p.total {
	margin-bottom: 10px
}
.price_label {
	margin-top: 10px;
}
.woocommerce ul.cart_list li img,
.woocommerce ul.product_list_widget li img,
.woocommerce-page ul.cart_list li img,
.woocommerce-page ul.product_list_widget li img {
	box-shadow: none!important;
	-webkit-box-shadow: none!important;
	-moz-box-shadow: none!important;
	border: 1px solid #DDD;
	padding: 2px;
}
.woocommerce .star-rating, .woocommerce-page .star-rating {
	margin-bottom: 5px;
}
.woocommerce .cart-collaterals .shipping_calculator a,
.woocommerce-page .cart-collaterals .shipping_calculator a {
	color: #000;
}
.woocommerce .cart-collaterals .shipping_calculator a:hover,
.woocommerce-page .cart-collaterals .shipping_calculator a:hover {
	color: #52B3D9;
}
.woocommerce div.product .product_title, 
.woocommerce #content div.product .product_title, 
.woocommerce-page div.product .product_title, 
.woocommerce-page #content div.product .product_title {
	font-family: Arial;
	font-size: 32px;
}
.woocommerce div.product span.price, 
.woocommerce div.product p.price, 
.woocommerce #content div.product span.price,
.woocommerce #content div.product p.price,
.woocommerce-page div.product span.price,
.woocommerce-page div.product p.price, 
.woocommerce-page #content div.product span.price, 
.woocommerce-page #content div.product p.price {
	margin: 10px 0;
}
.woocommerce div.product form.cart, 
.woocommerce #content div.product form.cart, 
.woocommerce-page div.product form.cart, 
.woocommerce-page #content div.product form.cart {
	margin: 20px 0!important;
}
.woocommerce div.product div.summary, 
.woocommerce #content div.product div.summary, 
.woocommerce-page div.product div.summary, 
.woocommerce-page #content div.product div.summary {
	border:0;
}
.woocommerce span.onsale, .woocommerce-page span.onsale {
	background: #52B3D9!important;
	-webkit-border-radius: 0!important;
	-moz-border-radius: 0!important;
	border-radius: 0!important;
	min-height: 10px!important;
	line-height: 15px!important;
	top: 0!important;
	left: auto;
}
.woocommerce div.product div.images img, .woocommerce #content div.product div.images img, .woocommerce-page div.product div.images img, .woocommerce-page #content div.product div.images img {
	box-shadow: none!important;
	-webkit-box-shadow: none!important;
	-moz-box-shadow: none!important;
	border: 1px solid #DDD;
	padding: 2px;
}
.posted_in a,
.tagged_as a {
	color:#52B3D9;
}
.posted_in a:hover,
.tagged_as a:hover {
	text-decoration: underline;
}
.related h2, .products h2 {
	font-family: Arial;
	font-size: 24px;
}
.woocommerce-tabs ul.tabs {
float: none;
height: auto;
padding-left: 1em!important;
margin-bottom: 0;
}
.woocommerce-tabs ul.tabs li.active,
.woocommerce-tabs ul.tabs  li.active a:hover {
	background: #FFF!important;
	color: #000;
}
.woocommerce-tabs ul.tabs li {
	padding-left: 1em!important;
	width: auto!important;
	margin-left: 10px!important;
}
.woocommerce-tabs ul.tabs li a:hover {
background: #f7f6f7!important;
background: -webkit-gradient(linear,left top,left bottom,from(#f7f6f7),to(#dfdbdf))!important;
background: -webkit-linear-gradient(#f7f6f7,#dfdbdf)!important;
background: -moz-linear-gradient(center top,#f7f6f7 0%,#dfdbdf 100%)!important;
background: -moz-gradient(center top,#f7f6f7 0%,#dfdbdf 100%)!important;
}

.entry-content {
	margin-top: 20px!important;
}
.entry-content h2 {
	font-family: Arial;
	font-size: 18px;
	margin-bottom: 10px;
}
div label.screen-reader-text {
	display: block;
}

.price_slider{ 
    margin-bottom: 1em;
}

.price_slider_amount {
    text-align: right;
    line-height: 2.4em;
    font-size: 0.8751em;
}

.price_slider_amount .button {
    font-size:1.15em;
}

.price_slider_amount .button {
    float: left;
}

.ui-slider {
    position: relative;
    text-align: left;
}

.ui-slider .ui-slider-handle {
    position: absolute;
    z-index: 2;
    width: 0.9em;
    height: 0.9em;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    border: 1px solid rgba(0, 0, 0, 0.25);
    cursor: pointer;
    background: #e7e7e7;
    background: -webkit-gradient(linear,left top,left bottom,from(#FEFEFE),to(#e7e7e7));
    background: -webkit-linear-gradient(#FEFEFE,#e7e7e7);
    background: -moz-linear-gradient(center top,#FEFEFE 0%,#e7e7e7 100%);
    background: -moz-gradient(center top,#FEFEFE 0%,#e7e7e7 100%);
    outline: none;
    top: -.3em;
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3), 0 0 0 1px rgba(255, 255, 255, 0.65) inset;
    -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3), 0 0 0 1px rgba(255, 255, 255, 0.65) inset;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3), 0 0 0 1px rgba(255, 255, 255, 0.65) inset;
}

.ui-slider .ui-slider-handle:last-child {
    margin-left: -1.1em;
}

.ui-slider .ui-slider-range {
    position: absolute;
    z-index: 1;
    font-size:.7em;
    display: block;
    border: 0;
    background: none repeat scroll 0 0 #52B3D9;
    box-shadow: 1px 1px 1px 0.5px rgba(0, 0, 0, 0.25) inset;
    -webkit-box-shadow: 1px 1px 1px 0.5px rgba(0, 0, 0, 0.25) inset;
    -moz-box-shadow: 1px 1px 1px 0.5px rgba(0, 0, 0, 0.25) inset;
    -webkit-border-radius: 1em;
    -moz-border-radius: 1em;
    border-radius: 1em;
}

.price_slider_wrapper .ui-widget-content {
    -webkit-border-radius: 1em;
    -moz-border-radius: 1em;
    border-radius: 1em;
    background: #888;
    background: -webkit-gradient(linear,left top,left bottom,from(#888),to(#6a6a6a));
    background: -webkit-linear-gradient(#888,#6a6a6a);
    background: -moz-linear-gradient(center top,#888 0%,#6a6a6a 100%);
    background: -moz-gradient(center top,#888 0%,#6a6a6a 100%);
}

.ui-slider-horizontal {
    height:.5em;
}

.ui-slider-horizontal .ui-slider-range {
    top: 0;
    height: 100%;
}

.ui-slider-horizontal .ui-slider-range-min {
    left: -1px;
}

.ui-slider-horizontal .ui-slider-range-max {
    right: -1px;
}
.pp_inline #comment {
	width: 500px;
}


/* --- Timeline --- */

.timeline li h2.year {
	font-size: 26px;
	margin: 10px 0;
}
.timeline ul.line {
	border-left: 1px solid #888;
	margin-left: 10px;
	padding-left: 20px;
}
.timeline li a {
	color: #52B3D9;
}
.timeline li a:hover {
	text-decoration: underline;
}
.timeline li span.date {
	color: #333;
}

/* -- Login Widget -- */

#loginform {
	padding: 0;
}
#loginform #user_login,
#loginform #user_pass {
	background: #FAFAFA; 
	border: 1px solid #DDD; 
	outline: none; 
	color: #555555; 
	font-size: 12px; 
	width: 278px; 
	padding: 9px 10px; 
}
#loginform #user_login:focus,
#loginform #user_pass:focus {
	background: #FFF;
}
#loginform p.login-remember {
	margin: 10px 0;
}
#loginform #wp-submit {
	background: #FAFAFA;
	border: 1px solid #DDD;
	font-size: 12px; 
	color: #000;  
	padding: 6px 20px; 
	cursor: pointer; 
	float: left;
}
#loginform #wp-submit:hover {
	background: #FFF;
}
#loginform p.login-remember label {
	float: right;
	margin-top: 10px;
}
.logged-in-w { 
	border-bottom: 1px solid #DDD;
	padding-bottom: 13px; 
	margin-bottom: 13px;
	overflow: hidden; 
	width: 300px; 
	height: 56px; 
	border: 0;
}
.logged-in-w  li {
	border: 0;
}
.logged-in-w  h2 { 
	font-size: 12px; 
	font-family: 'Arial';  
	line-height: 18px; 
	color: #333; 
}
.logged-in-w  h2 span {
	font-weight: bold;
}
.logged-in-w  h2 a:hover { 
	color: #3590FF; 
}
/* --- Responsive --- */
	/* Tablet Portrait size to standard 960 (devices and browsers) */
	@media only screen and (min-width: 768px) and (max-width: 959px) {
		#wrapper {
			width: 768px; 
		}
		#header {
			width: 768px!important;
		}
		#wrapper-content {
			width: 737px; 
			margin: 0;
		}
		.wrapper-topNav,
		#header.style-2 .topNav-inner {
			width: 100%!important;
		}
		#header.style-2 #header-middle,
		#header.style-2 #wrapper-mainNav,
		#header.style-2 .header-content {
			width: 737px;
		}
		.mega-menu-item {
			padding: 1%;
		}
		.mega-menu-item.last-column {
			display: none;
		}
		#wrapper-mainNav {
			width: 743px;
		}
		#mainNav li a {
			font-size: 12px;
			padding: 12.5px 16px;
		}
		#header.style-2 #wrapper-mainNav.fixed-nav {
			margin-left: -47.4%!important;
		}
		#header.style-3 #wrapper-mainNav,
		#header.style-5 #wrapper-mainNav,
		#header.style-6 #wrapper-mainNav {
			width: 100%;
		}
		#header.style-6 #wrapper-mainNav #mainNav li a {
			font-size: 10px;
			padding: 12.5px 14px;
			line-height: 16px;
		}
		#header.style-4 {
			width: 737px!important;
		}
		#header.style-4 #wrapper-mainNav.fixed-nav {
			width: 737px!important;
		}
		#header-banner {
			padding: 23px;
		}
		#header-banner img {
			width: 400px;
		}
		.owl-carousel .owl-item .left-big img {
			width: 350px;			
		}
		.owl-carousel .owl-item .right-block .block-item img {
			width: 189px;
		}
		.owl-carousel .owl-item .right-block .block-item:first-child, 
		.owl-carousel .owl-item .right-block .block-item:nth-child(3) {
			margin: 0 3px 0px 0;
		}
		.wrapper-slider .owl-carousel .owl-wrapper .owl-item img {
			width: 450px;
			
		}	
		#main {
			width: 450px;
			margin-right: 10px;
		}
		.block-post-big,
		.block.half,
		.block-post-big img,
		.block.full .block-post-big {
			width: 200px;
			height: auto;
		}
		.block-post-big .block-image {
			height: auto;
		}
		.block-post-small {
			width: 200px;
		}
		.block-post-small img {
			width: 80px;
		}
		#sidebar {
			width: 250px;
			
		}
		ul.tabs li {
			width: 75px;
		}
		.textwidget {
			width: 250px;
		}
		.block-post-big.full-2 .block-image img {
			width: 450px;
		}
		.block-post-big.full .block-image,
		.block-post-big.full .block-image img,
		.block.archive .block-post-big.full {
			width: 450px;
		}
		.block.archive .block-post-big.boxes {
			width: 211px;
		}
		.post-feat img {
			width: 450px;
			height: auto;
		}
		.post-feat.full img {
			width: 736px;
		}
		.featured-bg {
			height: 450px!important;
		}
		.post-feat.parallax {
			bottom: 38%;		
		}
		.post-share.custom ul li {
			padding: 0;
			margin: 4px 5px;
			width: auto;		
		}
		.post-share.custom ul li:first-child {
			width: auto;
		}
		.post-share ul li.pin-share-button-def,
		.post-share ul li.tumblr-share-button-def,
		.post-share ul li.google-plus {
			width: auto;
		}
		
		.post-share.custom ul li a span {
			display: none;
		}
		.post-share.custom ul li a {
			padding: 5px 10px;
			display: block;
		}
		.post-share.custom ul li a i {
			padding: 0;
			border: 0;
		}
		.post-review .review-footer .summary	{
			width: 69%;
		}		
		.post-review .review-footer .overall-score.percentages {
			padding: 35px 4px;
		}
		.post-entry img {
			width: 450px;
			height: auto;
		}
		#wrapper-footer,
		#footer { 
			width: 768px;
		}
		#footer-bottom .content {
			width: 750px;
		}
		#footer .footer-widget {
			width: 250px;
			margin-right: 5px;
		}
	}
		/* All Mobile Sizes (devices and browser) */
		@media only screen and (max-width: 767px) {
			#header {
				display: none;
			}
			#mobile-header,
				.mobile-menu {
				display: block;
			}
		}
	/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
	/* Tablets */
	@media only screen and (min-width: 480px) and (max-width: 767px) {
	}
	

		/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
	/* iphonescreen */
	@media only screen and (max-width: 479px) {
		#header {	
			display: none;
		}
		#mobile-header,
		.mobile-menu {
			display: block;
		}
		#wrapper {
			width: 100%;
			padding: 0;
		}
		#wrapper-content{ 
			width: 100%;
		}
		#breaking-news {
			width: 99%;
		}
		#header-banner {
			float: none;
			margin: 10px;
		}
		#header-banner.mobile-banner {
			display: block;
			margin: 10px auto;
			width: 350px;
		}
		#header-banner.mobile-banner img {
			width: 350px;
			height: auto;
			display: block;
		}
		.owl-carousel .owl-item .left-big {
			height: auto;
		}
		.owl-carousel .owl-item .right-block .block-item img,
		.owl-carousel .owl-item .left-big img {
			width: 100%;
			height: auto;
		}
		.owl-carousel .owl-item .right-block .block-item {
		  width: 154px;
		  height: auto;
		}
		.owl-carousel .owl-item .right-block .block-item:first-child {
			margin: 0 3px 0px 0;
		}		
		#wrapper-featured {
			  height: 450px;
		}
		.wrapper-slider {
		  height: 130px;
		}		
		#main { 
			width: 290px;
			padding: 0 10px;
			float: none;
		}
		.block-post-big .block-image {
			height: 220px;
		}
		.block-post-big img {
			width: 290px;
			height: auto;		
		}
		.homepage-widget .block .block-post-big-last {
			margin-bottom: 20px;
		}	
		.wrapper-carousel .owl-carousel .owl-wrapper .owl-item {
			width: 200px!important;
		}
		.wrapper-carousel .owl-carousel .owl-wrapper .owl-item img {
			width: 200px;
			height: auto;
		}		
		.block.archive .block-post-big {
			width: 300px;
		}
		.wrapper-slider .owl-carousel .owl-wrapper .owl-item img {
			width: 300px;
			height: auto;
		}		
		#wrapper-footer {
			width: 100%;
			left: 0;
		}
		#footer {
			margin: 0 25px;
		}
		#footer-bottom .left,	
		#footer-bottom .menu-footer-container,		
		#footer .footer-widget {
			float: none;
		}
		#footer-bottom .left {
			margin-bottom: 10px;
		}
		.scrollup {
			display: none!important;
		}
		#crumbs {
			margin-left: 10px;
		}
		.block-post-big.full-2 .block-image,
		.block-post-big.full .block-image {
			height: auto;
		}
		.block.archive .block-post-big.full-2 .caption {
			width: 85%;
		}
		.post-heading {
			overflow: hidden;
		}
		.heading-category {
			float: left;		
			position: relative;
			left: -10px;
			top: 5px;		
		}
		.post-share.custom ul li {
			padding: 0;
			margin: 4px 5px;
			width: auto;		
		}
		.post-share.custom ul li:first-child {
			width: auto;
		}
		.post-share ul li.pin-share-button-def,
		.post-share ul li.tumblr-share-button-def,
		.post-share ul li.google-plus {
			width: auto;
		}
		
		.post-share.custom ul li a span {
			display: none;
		}
		.post-share.custom ul li a {
			padding: 5px 10px;
			display: block;
		}
		.post-share.custom ul li a i {
			padding: 0;
			border: 0;
		}
		.post-feat img {
			width: 300px;
			height: auto;
		}
		.post-review .review-footer .summary {
			width: 53%;
		}
		.featured-bg {
			width: 320px!important;
			height: 165px!important;
		}
		.post-feat.parallax {
			bottom: 58%;
		}
		.post-entry img {
			width: 300px;
			height: auto;
		}
		
	}
		@media only screen 
		and (min-device-width : 375px) 
		and (max-device-width : 667px) 
		and (orientation : portrait) { 
			#wrapper-featured {
			  height: 533px;
			}		
			.owl-carousel .owl-item .right-block .block-item {
				width: 183px;
			}
			.block-post-big img,
			.wrapper-slider .owl-carousel .owl-wrapper .owl-item img,
			.block.archive .block-post-big ,
			.post-feat img,
			#main {
				width: 353px;
			}		
			.featured-bg {
			  width: 375px!important;
			}
			.post-review .review-footer .summary	{
				width: 61%;
			}		
			#sidebar {
				  width: 300px;
				  float: none;
				  margin: 0 9%;
				}
			}
		
/*!
 * baguetteBox.js
 * @author  feimosi
 * @version 1.3.1
 * @url https://github.com/feimosi/baguetteBox.js
 */#baguetteBox-overlay{display:none;opacity:0;position:fixed;overflow:hidden;top:0;left:0;width:100%;height:100%;z-index:1000000;background-color:#222;background-color:rgba(0,0,0,.8);-webkit-transition:opacity .5s ease;transition:opacity .5s ease}#baguetteBox-overlay.visible{opacity:1}#baguetteBox-overlay .full-image{display:inline-block;position:relative;width:100%;height:100%;text-align:center}#baguetteBox-overlay .full-image figure{display:inline;margin:0;height:100%}#baguetteBox-overlay .full-image img{display:inline-block;width:auto;height:auto;max-height:100%;max-width:100%;vertical-align:middle;-webkit-box-shadow:0 0 8px rgba(0,0,0,.6);-moz-box-shadow:0 0 8px rgba(0,0,0,.6);box-shadow:0 0 8px rgba(0,0,0,.6)}#baguetteBox-overlay .full-image figcaption{display:block;position:absolute;bottom:0;width:100%;text-align:center;line-height:1.8;color:#ccc;background-color:#000;background-color:rgba(0,0,0,.6);font-family:sans-serif}#baguetteBox-overlay .full-image:before{content:"";display:inline-block;height:50%;width:1px;margin-right:-1px}#baguetteBox-slider{position:absolute;left:0;top:0;height:100%;width:100%;white-space:nowrap;-webkit-transition:left .4s ease,-webkit-transform .4s ease;transition:left .4s ease,-moz-transform .4s ease;transition:left .4s ease,transform .4s ease}#baguetteBox-slider.bounce-from-right{-webkit-animation:bounceFromRight .4s ease-out;animation:bounceFromRight .4s ease-out}#baguetteBox-slider.bounce-from-left{-webkit-animation:bounceFromLeft .4s ease-out;animation:bounceFromLeft .4s ease-out}.baguetteBox-button#next-button,.baguetteBox-button#previous-button{top:50%;top:calc(50% - 30px);width:44px;height:60px}.baguetteBox-button{position:absolute;cursor:pointer;outline:0;padding:0;margin:0;border:0;-moz-border-radius:15%;border-radius:15%;background-color:#323232;background-color:rgba(50,50,50,.5);color:#ddd;font:1.6em sans-serif;-webkit-transition:background-color .4s ease;transition:background-color .4s ease}.baguetteBox-button:hover{background-color:rgba(50,50,50,.9)}.baguetteBox-button#next-button{right:2%}.baguetteBox-button#previous-button{left:2%}.baguetteBox-button#close-button{top:20px;right:2%;right:calc(2% + 6px);width:30px;height:30px}.baguetteBox-button svg{position:absolute;left:0;top:0}.spinner{width:40px;height:40px;display:inline-block;position:absolute;top:50%;left:50%;margin-top:-20px;margin-left:-20px}.double-bounce1,.double-bounce2{width:100%;height:100%;-moz-border-radius:50%;border-radius:50%;background-color:#fff;opacity:.6;position:absolute;top:0;left:0;-webkit-animation:bounce 2s infinite ease-in-out;animation:bounce 2s infinite ease-in-out}.double-bounce2{-webkit-animation-delay:-1s;animation-delay:-1s}@-webkit-keyframes bounceFromRight{0%{margin-left:0}50%{margin-left:-30px}100%{margin-left:0}}@keyframes bounceFromRight{0%{margin-left:0}50%{margin-left:-30px}100%{margin-left:0}}@-webkit-keyframes bounceFromLeft{0%{margin-left:0}50%{margin-left:30px}100%{margin-left:0}}@keyframes bounceFromLeft{0%{margin-left:0}50%{margin-left:30px}100%{margin-left:0}}@-webkit-keyframes bounce{0%,100%{-webkit-transform:scale(0);transform:scale(0)}50%{-webkit-transform:scale(1);transform:scale(1)}}@keyframes bounce{0%,100%{-webkit-transform:scale(0);-moz-transform:scale(0);transform:scale(0)}50%{-webkit-transform:scale(1);-moz-transform:scale(1);transform:scale(1)}}

