/*
Theme Name: Wiksi
Description:  A Premium Responsive Magazine WordPress Theme.
Version: 1.4
Author: PieThemes        
Author URI:  http://piethemes.net/
Theme URI: http://wp-wiksi.piethemes.net/
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: black, green, yellow, brown, blue, red, white, orange, light, one-column, two-columns, left-sidebar, right-sidebar, fixed-layout, responsive-layout, custom-background, custom-menu, editor-style, featured-images, flexible-header, full-width-template, post-formats, theme-options, translation-ready, accessibility-ready
*/

@import url("css/reset.css"); 
@import url("css/shortcodes.css"); 
@import url("css/flexslider.css"); 
@import url("js/fancybox/jquery.fancybox.css");


/**
 * Table of Contents:
 *
 * 1. - Core
 * 2. - Header
 * 3. - Content
 * 4. - Sidebar
 * 5. - Footer
 * 6. - Media Queries
 * ----------------------------------------------------------------------------
 */


/**
 * 1. Core
 * ----------------------------------------------------------------------------
 */

body { 
	background: #F2F2F2;
	color: #494949;
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	line-height: 22px;
	margin: 0;
	word-wrap: break-word;
}

#container {
	background: #FFFFFF;
	margin: 25px auto;
	overflow: hidden;
	padding: 10px;
	width: 1240px;
}

#main {
	float: left;
}

#main-content {
	float: left;
	margin: 20px;
}

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

h1 {
	font-size: 32px;
	line-height: 44px;
	margin: 0 0 20px 0;
}

h2 {
	font-size: 28px;
	line-height: 38px;
	margin: 0 0 20px 0;
}

h3 {
	font-size: 24px;
	line-height: 32px;
	margin: 0 0 15px 0;
}

h4 {
	font-size: 20px;
	line-height: 26px;
	margin: 0 0 15px 0;
}

h5 {
	font-size: 18px;
	line-height: 22px;
	margin: 0 0 10px 0;
}

h6 {
	font-size: 16px;
	line-height: 20px;
	margin: 0 0 10px 0;
}

::-webkit-scrollbar {
	width: 10px;
	height: 15px;
	}

::-webkit-scrollbar-track {
	background: #eee;
	border: 1px solid #DFDFDF;
}

::-webkit-scrollbar-thumb {
	-webkit-box-shadow: inset 1px 1px 2px rgba(128, 128, 128, 0.57);
	background: #12C4F0;
	height: 30px;
}

a { 
	color: #444444;
	text-decoration: none;
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-ms-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
}

a:hover { 
	color: #12C4F0;
	text-decoration: none;
}

a:visited {
}

:focus {
	outline: none;
}

.left {
	float: left;
}

.right {
	float: right;
}

.center {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.alignleft {
	float: left;
}

.alignright {
	float: right;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

img.alignleft,
img.alignright,
img.aligncenter,
img.alignnone {
	background: #FFFFFF;
}

img.alignleft {
	float: left;
	margin: 10px 25px 10px 0;
}

img.alignright {
	display: block;
	margin: 10px 0 25px 20px;
}

img.aligncenter {
	clear: both;
	display: block;
	margin: 10px auto;
}

img.alignnone {
	display: block;
	margin: 10px 0;
	}

.clear {
	clear: both;
	display: block;
	font-size: 0;
	height: 0;
	line-height: 0;
	width:100%;
}

.hidden {
	display: none;
}

iframe,
embed,
img {
	/*height: auto;*/
	max-width: 100%;
}

ins iframe {
	height: 100%;
}

a img {
	border: none;
}

a > img {
	vertical-align: bottom;
}

p,
pre,
ul,
ol,
dl,
dd,
blockquote,
address,
table,
fieldset,
form {
	margin: 0 0 20px 0;
}

textarea {
	overflow: hidden;
	resize: vertical;
	width: 95%;
}

address {
	font-style: italic;
}

strong {
	font-weight: bold;
}

small {
	font-size: 11px;
}

sup {
	font-size: 11px;
	vertical-align: top;
}

sub {
	font-size: 11px;
	vertical-align: bottom;
}

em,
dfn,
cite {
	font-style: italic;
}

dfn {
	font-weight: bold;
}

del {
	text-decoration: line-through;
}

ins {
	text-decoration: underline;
}

abbr[title],
acronym[title],
dfn[title] {
	cursor: help;
	border-bottom: 1px dotted #666;
}

var,
kbd,
samp,
code,
pre {
	font-family: Consolas, "Andale Mono", Courier, "Courier New", monospace;
	font-size: 11px;
	line-height: 18px;
}

kbd {
	font-weight: bold;
}

samp,
var {
	font-style: italic;
}

pre,
code,
tt {
	border: 1px solid #eee;
	color: #888888;
	display: block;
	font-size: 12px;
	padding: 20px;
}

ul,
ol,
dl {
	margin-left: 30px;
	padding: 0;
}

table {
	border: 0;
	border-width: 1px;
	line-height: 18px;
	margin: 0 0 20px 0;
	text-align: left;
}

table .even {
	background: #ddd;
}

caption {
	text-align: left;
}

tr {
	border: 0;
}

th,
td {
	padding: 5px;
	text-align: center;
	vertical-align: middle;
}

blockquote {
	background: #eee;
	color: #888;
	font-style: italic;
	line-height: 22px;
	margin: 25px 20px 25px 35px;
	padding: 10px;
}

blockquote p {
	background: url("images/blockquote.png") no-repeat 0 2px;
	color: #999;
	font-size: 15px;
	font-style: italic;
	padding: 0 10px 0 25px;
}

.wp-caption {
	color: #999999;
	font-style: italic;
	margin: 10px 20px 10px 20px;
	text-align: center;
}

.wp-caption a {
	display: inline-block;
}

.wp-caption.aligncenter {
	margin: 20px auto;
}

.wp-caption.alignleft {
	margin-left: 0;
}

.wp-caption.alignright {
	margin-right: 0;
}

.wp-caption.alignnone {
	margin-left: 0;
}

.wp-caption img,
.wp-caption img a {
	border: 0 none;
	margin: 0;
	padding: 0;
}

.wp-caption,
.wp-caption-text {
	margin: 0;
	padding: 5px;
}

.wp-smiley {
	max-height: 13px;
	margin: 0 !important;
}

.gallery {
	display: block;
	margin: auto;
	overflow: hidden;
	width: 100%;
}

.gallery-image {
	border: none;
	margin-left: 0;
}

.gallery-caption {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	margin-left: 0;
}

.gallery-item {
	float: left;
	margin-left: 0;
	text-align: center;
}

.gallery-item .gallery-caption {
	display: block;
	margin-bottom: 0 !important;
	text-align: center;
}

.gallery-item img {
	border: none ! important;
	margin: 0 7px !important;
	padding:  0 !important;
}

.gallery-item a {
	float: left;
	margin:  0 !important;
	padding: 0 !important;
}

.sticky {
}


/**
 * 2. Header
 * ----------------------------------------------------------------------------
 */

#header {
background: #FFFFFF;
display: block;
float: left;
width: 100%;
}

#top-bar {
	background: #FAFAFA;
	height: 30px;
}

/*** Breaking News ***/

#top-bar .news.left {
	float: left;
	height: 30px;
	width: 1000px;
	overflow: hidden;
}

.breaking-news {
	font-size: 12px;
	height: 30px;
	line-height: 24px;
	overflow: hidden;
}

.breaking-news span {
	background: #12C4F0;
	color: #FFFFFF;
	float: left;
	font-size: 15px;
	line-height: 20px;
	margin: 0 25px 0 0;
	padding: 5px 5px;
}

.simply-scroll {
	width: 100%;
}

.simply-scroll-container {
	position: relative;
}

.simply-scroll .simply-scroll-clip {
	line-height: 27px;
	height: 30px;
	max-width: 815px;
	width: 100%;
}

.simply-scroll-clip {
	float: left;
	margin: 0 40px 0 0;
	overflow: hidden;
	position: relative;
}

.simply-scroll-list {
	list-style: none;
	margin: 0;
	overflow: hidden;
	padding: 0;
}

#scroller li {
	display: inline-block;
	list-style: none;
	margin: 0 10px;
}

.simply-scroll .simply-scroll-list li {
	float: left;
	max-width: 300px;
	padding: 0;
	width: 100%;
}

.simply-scroll .simply-scroll-list li a {
	font-size: 12px;
}

#scroller li .bnews-title {
	font-weight: bold;
}

.bnews a {
	color: #555E6B;
}

/*** Search Box ***/

#top-bar .search.right {
	float: right;
	height: 30px;
	width: 240px;
}

#top-bar .search #searchform {
	background: #F1F1F1;
	border: none;
	border-left: 1px solid #DDD;
	float: right;
	margin: 0;
	overflow: hidden;
	padding: 3px 0;
	width: 195px;
}

#top-bar #s {
	background: none;
	padding: 0 0px 0 10px;
	width: 150px;
}

/*** Logo ***/

#header .logo {
	float: left;
	/*margin: 25px 10px;*/
	/*max-width: 90px;
	min-width: 250px;*/
	width: 480px;
	background-color: #ED1C24;
	padding: 25px 10px;
	min-height: 90px;
}

#header .logo img {
	height: auto;
	margin: 0; 
	max-width: 100%;
}

#header .logo h1 {
	font-size: 40px;
	font-weight: 700;
	line-height: 54px;
	margin: 0 0 0 0;
	text-transform: uppercase;
}

#header .logo h1 a {
	color: #12C4F0;
	text-decoration: none;
}

#header .logo p {
	color: #727272;
	font-style: italic;
	font-weight: 700;
	margin-bottom: 0;
}

/*** Header Ad ***/

.header-ad {
	float: right;
	height: 90px;
	margin: 25px 0;
	width: 728px;
}

/*** Primary Navigation ***/

#primary-navigation {
	background: #444444;
	display: block;
	float: left;
	height: 45px;
	width: 100%;
}

#nav-menu .nav-menu {
	float: left;
	margin: 0;
}

#nav-menu select {
	border: 1px solid #eee;
	color: #494949;
	display: none;
	font-family: inherit;
	font-size: 14px;
	padding: 7px 7px;
	position: relative;
	height: 35px;
	z-index: 3000;
}

#nav-menu ul {
	float: left;
	line-height: 55px;
	list-style: none;
	margin: 0;
	padding: 0;
}

#nav-menu ul a {
	display: block;
	position: relative;
}

#nav-menu ul li {
	float: left;
	margin: 0;
	position: relative;
	z-index: 40;
}

#nav-menu ul ul {
	position: absolute;
	top: -9999em;
	width: 225px;
}

#nav-menu ul ul li {
	width: 100%;
}

#nav-menu ul li:hover ul,
#nav-menu ul li.sfHover ul {
	border-bottom: 5px solid #12C4F0;
	box-shadow: 5px 5px 4px 0px rgba(00, 00, 00, 0.2);
	left: -1px;
	margin: 0 0 0 0;
	position: absolute;
	top: 45px;
}

#nav-menu ul li:hover li ul,
#nav-menu ul li.sfHover li ul,
#nav-menu ul li li:hover li ul,
#nav-menu ul li li.sfHover li ul,
#nav-menu ul li li li:hover li ul,
#nav-menu ul li li li.sfHover li ul {
	top: -9999em;
}

#nav-menu ul li li:hover ul,
#nav-menu ul li li.sfHover ul,
#nav-menu ul li li li:hover ul,
#nav-menu ul li li li.sfHover ul,
#nav-menu ul li li li li:hover ul,
#nav-menu ul li li li li.sfHover ul {
	left: 221px;
	top: -1px;
}

#nav-menu ul li a {
	color: #FFFFFF;
	font-family: "Open Sans", sans-serif;
	font-size: 13px;
	line-height: 15px;
	padding: 15px 15px;
	text-decoration: none;
	text-transform: uppercase;
}

#nav-menu ul a:hover,
#nav-menu ul li.sfHover > a:hover {
	background: #12C4F0;
}

#nav-menu ul li.sfHover > a,
#nav-menu ul li.current-cat > a,
#nav-menu ul li.current_page_item > a,
#nav-menu ul li.current-menu-item > a {
	background: #12C4F0;
	color: #FFFFFF;
	text-decoration: none;
}

#nav-menu ul li.current-cat > a:hover,
#nav-menu ul li.current_page_item > a:hover,
#nav-menu ul li.current-menu-item > a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}

#nav-menu ul ul {
	background: #ffffff;
	border: 1px solid #ebebeb;
	padding: 0;
	z-index: 9999;
}

#nav-menu ul ul li {
	background: none !important;
	border-bottom: 1px solid #ebebeb;
	border-right: 0;
	border-top: 0 !important;
	float: none;
	line-height: 22px;
}

#nav-menu ul ul li:first-child {
	margin-top: 0;
}

#nav-menu ul ul li:last-child {
	border-bottom: none;
}

#nav-menu ul ul li a {
	color: #494949;
	font-size: 13px;
	line-height: 22px;
	margin: 0 0 0 0;
	padding: 15px;
	text-transform: uppercase;
}

#nav-menu ul ul li.current-cat > a,
#nav-menu ul ul li.current_page_item > a,
#nav-menu ul ul li.current-menu-item > a {
	border: none;
	color: #FFFFFF;
}

#nav-menu ul ul li a:hover {
	border: none;
	color: #FFFFFF;
}


/**
 * 3. Content
 * ----------------------------------------------------------------------------
 */

#content {
	float: left;
	width: 660px;
}

.post-thumbnail {
	display: block;
	overflow: hidden;
	position: relative;
}

.post-thumbnail a img {
	display: block;
	max-width: 100%;
	height: auto;
	width: 100%;
}

.post-thumbnail a:hover img {
	display: block;
	opacity: 0.7;
	width: 100%;
}

/**
 * 3.1 Blog Style
 * ----------------------------------------------------------------------------
 */

/*** Blog Posts ***/

#content .blog-archives .blog-post {
	border: 1px solid #eee;
	float: left;
	height: 200px;
	margin: 0 0 30px 0;
	overflow: hidden;
	width: 659px;
}

.blog-archives .blog-post .post-thumbnail.video iframe {
	height: 190px;
}

.blog-archives .blog-post .post-thumbnail {
	float: left;
	height: 190px;
	margin: 5px;
	width: 300px;
}

.blog-archives .blog-post .post-thumbnail img {
	height: 190px;
	width: 300px;
}

.blog-archives .blog-post .post-review {
	display: block;
	float: left;
	margin: 165px 0 0 155px;
	position: absolute;
	width: 140px;
	z-index: 1;
}

.blog-archives .blog-post .content-right {
	float: right;
	width: 345px;
}

.blog-archives .blog-post .format-audio .post-icon,
.blog-archives .blog-post .format-image .post-icon,
.blog-archives .blog-post .format-gallery .post-icon,
.blog-archives .blog-post .format-video .post-icon {
	background-size: 18px; padding-left: 28px;
}

.blog-archives .blog-post .entry-title {
	font-size: 16px;
	line-height: 21px;
	margin: 10px;
	text-align: center;
}

.blog-archives .blog-post .entry-title a {
	color: #444444;
	text-decoration: none;
}

.blog-archives .blog-post .entry-title a:hover {
	color: #12C4F0;
}

.meta-info {
	font-size: 11px;
	line-height: 13px;
	margin: 10px;
	text-align: center;
}

.meta-info span {
	display: inline;
	padding-left: 19px;
	color: #777;
}

.meta-info .user-icon {
	background: url("images/user-icon.png") no-repeat;
}

.meta-info .post-date {
	background: url("images/calendar-icon.png") no-repeat; margin: 0 3px;
}

.meta-info .comment-icon {
	background: url("images/comment-icon.png") no-repeat;
}

.meta-info p {
	font-size: 13px;
	line-height: 18px;
	margin: 10px 5px;
	text-align: left;
}

.meta-info span a {
	color: #777;
	text-decoration: none;
}

.meta-info span a:hover {
	text-decoration: none;
}

/**
 * 3.2 Magazine Style
 * ----------------------------------------------------------------------------
 */

/*** Home-cat tabs Setting ***/

.home-cat.tabs-wrapper .tabs li a {
	margin: 0 5px;
}

html .home-cat.tabs-wrapper .tabs li.active,
html .home-cat.tabs-wrapper .tabs li.active a:hover {
	background: #E91D2F !important;
}

/*** Home-cat Setting ***/

#content .home-cat {
	margin-bottom: 25px;
}

#content .hc-title {
	background: #2B2929;
	color: #FFFFFF;
	margin: 0 0 5px 0;
	padding: 10px 0 9px;
}

#content .hc-title .cat-title {
	background-image: url("images/list-cat.png");
	background-position: 10px 10px;
	background-repeat: no-repeat;
	color: #FFFFFF;
	font-size: 16px;
	padding: 10px 10px 10px 45px;
}

.home-cat.one .hc-title .cat-title {
	background-color: #6DD61B;
}

.home-cat.two .hc-title .cat-title {
	background-color: #30C0DC;
}

.home-cat.three .hc-title .cat-title {
	background-color: #F1CE12;
}

.home-cat.four .hc-title .cat-title {
	background-color: #6DD61B;
}

.home-cat.five .hc-title .cat-title {
	background-color: #DC5230;
}

#content .hc-title .rss-feeds {
	background: url("images/rss-feeds.png") no-repeat 0 2px;
	background-size: 18px;
	float: right;
	height: 24px;
	margin: 0 10px;
	width: 18px;
}

#content .hc-inner .post-title a {
	color: #444444;
	text-decoration: none;
}

#content .hc-inner .post-title a:hover {
	color: #12C4F0;
}

.home-cat .hc-inner {
	background: #FFFFFF;
	border-bottom: 3px solid #E91D2F;
	overflow: hidden;
	width: 660px;
}

.home-cat.one .hc-inner {
	border-bottom: 3px solid #6DD61B;
}

.home-cat.two .hc-inner {
	border-bottom: 3px solid #30C0DC;
}

.home-cat.three .hc-inner {
	border-bottom: 3px solid #F1CE12;
}

.home-cat.four .hc-inner {
	border-bottom: 3px solid #6DD61B;
}

.home-cat.five .hc-inner {
	border-bottom: 3px solid #DC5230;
}

.home-cat .block-big {
	border: 2px solid #eee;
	float: left;
	height: 200px;
	margin: 0 0 5px 0;
	overflow: hidden;
	width: 656px;
}

.post-icon {
	background-position: left;
	background-repeat: no-repeat;
}

.block-big .format-audio .post-icon,
.block-big .format-image .post-icon,
.block-big .format-gallery .post-icon,
.block-big .format-video .post-icon {
	background-size: 18px;
	padding-left: 28px;
}

.format-audio .post-icon {
	display: inline;
	background-image: url("images/audio.png");
}

.format-image .post-icon {
	display: inline;
	background-image: url("images/image.png");
}

.format-gallery .post-icon {
	display: inline;
	background-image: url("images/gallery1.png");
}

.format-video .post-icon {
	display: inline;
	background-image: url("images/video.png");
	}

.block-big .post-review {
	display: block;
	float: left;
	margin: 165px 0 0 155px;
	position: absolute;
	width: 140px;
	z-index: 1;
}

.block-big .block-content {
	float: right;
	width: 345px;
}

.home-cat .block-big .post-title {
	font-size: 16px;
	line-height: 21px;
	margin: 10px;
	text-align: center;
}

.home-cat .block-big .meta-info {
	font-size: 11px;
	line-height: 13px;
	margin: 10px;
	text-align: center;
}

.home-cat .block-small {
	border: 1px solid #eee;
	float: left;
	height: 85px;
	margin: 0 0 10px 0;
	overflow: hidden;
	width: 328px;
}

.block-small .block-content {
	float: right;
	width: 218px;
}

.home-cat .block-small .post-title {
	font-size: 13px;
	line-height: 17px;
	margin: 10px 5px;
}

.block-small .format-audio .post-icon,
.block-small .format-image .post-icon,
.block-small .format-gallery .post-icon,
.block-small .format-video .post-icon {
	background-size: 16px;
	padding-left: 20px;
}

.home-cat .block-small .meta-info {
	font-size: 11px;
	line-height: 15px;
	margin: 5px 0;
	text-align: left;
}

.home-cat .block-small .meta-info .post-review span {
	float: left;
	padding: 0 15px 0 5px;
}

.home-cat .block-big.column {
	height: 100%;
	max-height: 390px;
	width: 326px;
}

.block-big.column .post-review {
	margin: -34px 0 0 172px;
}

.home-cat .block-big.column .block-content {
	width: 326px;
	height: 170px;
	float: none;
}

/*** Home-Cat Thumbnail Setting ***/

.home-cat .block-big .post-thumbnail {
	float: left;
	height: 190px;
	margin: 5px;
	width: 300px;
}

.home-cat .block-big .post-thumbnail img {
	height: 190px;
	width: 300px;
}

.home-cat .block-big .post-thumbnail.video iframe {
	height: 190px;
}

.home-cat .block-big.column .post-thumbnail {
	float: none;
	width: 315px;
}

.home-cat .block-big.column .post-thumbnail img {
	height: 190px;
	width: 315px;
}

.home-cat .block-small .post-thumbnail {
	float: left;
	height: 75px;
	margin: 5px;
	width: 100px;
}

.home-cat .block-small .post-thumbnail img {
	height: 75px;
	width: 100px;
}

/*** Home-Reviews Setting ***/

#content .hc-title .control-nav {
	float: right;
	margin: 2px 10px;
}

.control-nav ol li a {
	background: none;
	border: 1px solid #eee;
	height: 14px;
	width: 14px;
}

.control-nav ol li a.flex-active {
	background: #FFFFFF;
}

.hc-inner.slides {
	list-style: none;
	margin: 0 !important;
}

.hc-inner.slides li {
	margin: 0 0 5px -2px !important;
}

#content .home-cat.reviews .hc-title .cat-title {
	background-color: #A3A3A3;
	background-image: url("images/star.png");
	background-position: 10px 8px;
}

.hc-inner .home.review-box {
	border: none;
	float: right;
	margin: 0;
	width: 345px;
}

.home.review-box .score-list {
	height: 99px;
	margin: 15px 30px 0 !important;
	overflow-y: scroll;
	overflow-x: hidden;
	padding: 0 15px;
}

/*** Slider Setting ***/

.homepage-slider {
	overflow: hidden;
}

#content .homepage-slider ul {
	list-style: none;
	margin: 0 0 0 0 ! important;
}

#content .homepage-slider .flexslider ul li {
	margin-bottom: 0 !important;
}

#content .homepage-slider .flexslider .post-title {
	background: #12C4F0;
	bottom: 160px;
	float: left;
	margin: 0 !important;
	padding: 20px 10px;
	position: absolute;
	width: 333px;
}

#content .homepage-slider .flexslider .post-title h2 {
	line-height: 21px;
	margin: 0 !important;
}

#content .homepage-slider .flexslider .post-title a {
	color: #FFFFFF;
	font-size: 17px;
	line-height: 22px;
	margin: 0;
}

#content .homepage-slider .flexslider .entry-content {
	background: #000000;
	bottom: 75px;
	color: #FFFFFF;
	float: left;
	opacity: 0.7 !important;
	padding: 10px 10px;
	position: absolute;
	text-align: center;
	width: 520px;
}

#content .homepage-slider .flexslider .entry-content p {
	font-size: 13px;
	margin: 0;
}

#content .homepage-slider .flexslider .entry-content p a {
	color: #FFFFFF;
	font-size: 13px;
	margin: 0;
}

#content .homepage-slider .flexslider .entry-content p a:hover {
	color: #12C4F0;
}

/*** Carousel Posts Box ***/

.carousel-posts {
	margin-bottom: 25px;
	overflow: hidden;
}

.hc-title.carousel .cat-title {
	background-color: #F01247;
}

.carousel-posts-inner {
	background: #FFFFFF;
	border-bottom: 3px solid #F01247;
	float: left;
	overflow: hidden;
	width: 660px;
}

.carousel-item {
	left:-220px;
	list-style: none !important;
	margin: 0px !important;
	padding: 0px;
	padding-bottom:10px;
	position:relative;
	width:9999px;
}

.carousel-item li {
	border: 1px solid #eee;
	float: left;
	height: 188px;
	margin: 5px 4px !important;
	overflow: hidden;
	padding: 0px;
	width: 210px;
}

.carousel-item li .post-thumbnail {
	height: 135px;
	margin: 5px;
	width: 200px;
}

.carousel-item li .post-thumbnail img {
	cursor: pointer;
	height: 135px;
	width: 200px;
}

.carousel-posts .post-title {
	font-size: 13px;
	line-height: 17px;
	margin: 7px 5px;
}

#left_scroll {
	background: url(images/arrow-left.png) no-repeat;
	cursor: pointer;
	float: right;
	height: 16px;
	margin: 3px 10px 0 0;
	width: 16px;
}

#right_scroll {
	background: url(images/arrow-right.png) no-repeat;
	cursor: pointer;
	float: right;
	height: 16px;
	margin: 3px 15px 0 0;
	width: 16px;
}


/*** Page Navigation ***/

#post-pagination {
	display: block;
	float: left;
	margin: 10px 0 30px;
	overflow: hidden;
	width: 100%;
}

.pagination a,
.pagination span {
	display: inline-block;
	float: left;
	font-size: 15px;
	font-weight: 400;
	line-height: 21px;
	margin: 0 1px 0 0;
	padding: 7px 15px;
	text-align: center;
}

.pagination .arrows {
	background: none;
	float: none !important;
	padding: 0 !important;
}

.pagination a {
	background: #363839;
	border: 1px solid #d1d1d1;
	color: #FFFFFF;
	text-decoration: none;
}

.pagination a:hover,
.pagination a:focus {
	background: #FFFFFF;
	color: #202020;
	text-decoration: none;
}

.pagination .current {
	background: #FFFFFF;
	border: 1px solid #d1d1d1;
	color: #202020;
	text-decoration: none;
}

/**
 * 3.3 Single Content
 * ----------------------------------------------------------------------------
 */

#content .single-content .top-image {
	display: block;
	height: 300px;
	overflow: hidden;
	width: 660px;
}

#content .single-content .top-image img {
	height: 400px;
	width: 660px;
}

#content .single-content .top-image.video iframe {
	height: 300px;
	width: 100%;
}

#content .single-content .entry-header {
	background: #2C2C2C;
	border-bottom: 1px solid #eee;
	color: #FFFFFF;
	margin: 0 0 20px 0;
	overflow: hidden;
}

#content .single-content .content-meta {
	float: left;
	width: 100%;
	}

#content .single-content .content-meta a {
	color: #FFFFFF;
}

#content .single-content .content-meta .meta-left {
	background: #1D8FE9;
	float: left;
	font-size: 12px;
	padding: 8px 10px;
}

#content .single-content .content-meta .meta-right {
	background: #C54141;
	float: right;
	font-size: 12px;
	padding: 8px 5px;
}

#content .single-content h1.entry-title {
	color: #FFFFFF;
	font-size: 29px;
	margin: 0 0 20px 0;
	overflow: hidden;
	padding: 10px;
	text-align: center;
}

#content .single-content .format-audio .post-icon,
#content .single-content .format-image .post-icon,
#content .single-content .format-gallery .post-icon,
#content .single-content .format-video .post-icon {
	padding-left: 35px;
}

.entry-content {
	font-size: 14px;
	margin: 0;
	padding: 0;
}

/**Single Ad**/

.single-ad-unit {
	display: block;
	height: 250px;
	margin: 0 10px 7px 0;
	width: 300px;
}

/**Review Box**/

.review-box {
	border: 1px solid #E6E6E6;
	display: inline-block;
	float: right;
	margin: 0 0 10px 10px;
	width: 338px;
}

.review-box .total-score-box {
	background: #eee;
	color: #6B6B6B;
	font-size: 16px;
	font-weight: bold;
	overflow: hidden;
	padding: 10px 15px;
	text-align: center;
}

.review-box .total-score-box .total-score {
	border-top: 1px solid #fff;
	font-size: 14px;
	margin-top: 5px;
	padding-top: 10px;
	text-align: left;
}

.total-score-box .total-score .score {
	float: right;
}

.score-list {
	list-style: none !important;
	margin: 15px 35px 0 !important;
}

.score-list li {
	margin: 0 0 10px 0 !important;
}

.score-list .score-per-criteria {
	float: right;
}

/**Post Gallery**/

.attachment .image-size.left {
	font-size: 13px;
	margin: 10px 0;
	padding: 5px 0;
}

.attachment .image-size.left a {
	background: url("images/size.png") no-repeat left;
	padding-left: 25px;
}

.attachment .return.right {
	font-size: 13px;
	margin: 10px 0;
	padding: 5px 0;
}

.attachment .return.right a {
	background: url("images/gallery.png") no-repeat left;
	padding-left: 25px;
}

.attachment .entry-caption {
	background: #F7F7F7;
	border: 1px solid #DDD;
	font-size: 17px;
	padding: 20px 0;
	text-align: center;
}

.attachment .entry-caption p {
	margin: 0;
}

.attachment .previous-image {
	float: left;
}

.attachment .next-image {
	float: right;
}

/***Post Settings***/

#content ul {
	margin-left: 45px;
	list-style: square outside none;
}

#content ul li {
	margin-bottom: 10px;
}

#content ol {
	list-style: decimal outside none;
	list-style-position: inside;
}

#content ol li {
	margin-bottom: 10px;
}

/**Post Tags**/

.post-tags {
	display: block;
	margin: 10px 0;
	overflow: hidden;
}

.post-tags a {
	background: #2B2929;
	color: #FFFFFF;
	display: inline-block;
	font-size: 13px;
	margin: 0 5px 10px 0;
	padding: 6px 8px;
	text-decoration: none;
}

.post-tags a:hover {
	background: #12C4F0;
}

/**Social Buttons**/

.social-sharing {
	margin: 0 0 25px;
	overflow: hidden;
}

.social-sharing h4 {
	border-bottom: 5px solid #12C4F0;
	margin-bottom: 15px;
	padding: 8px 0;
}

.social-buttons {
	list-style: none !important;
	margin: 0 !important;
}

.social-buttons li {
	float: left;
	margin: 0 2px;
}

/**Author Box**/

.author-bio {
	border-bottom: 1px solid #eee;
	display: block;
	margin: 30px 0;
	overflow: hidden;
	padding: 0;
	width: 660px;
}

#author-avatar {
	float: left;
	margin: 0 15px 5px 0;
	padding: 4px 0 0 10px;
}

.author-title {
	background: #12C4F0;
	color: #FFFFFF;
	display: block;
	font-size: 19px;
	line-height: 26px;
	margin: 0 0 15px 0;
	padding: 10px;
}

.author-title a {
	color: #FFFFFF;
}

#author-description {
	display: block;
	font-size: 13px;
	margin: 0 0 0 10px;
}

#author-social {
	display: block;
	margin: 5px 0 0 10px;
}

#author-social .author-social-icon {
	float: left;
	height: 32px;
	list-style: none;
	margin: 0 1px 1px;
	width: 32px;
}

/**Post Navigation**/

.post-navigation {
	margin: 0 0 20px;
	overflow: hidden;
}

.post-navigation .previous-post {
	float: left;
	max-width: 300px;
	margin: 10px 0;
}

.post-navigation .next-post {
	float: right;
	margin: 10px 0;
	max-width: 300px;
}

/**Related Posts**/

#content .related-posts {
	display: block;
	margin: 20px 0 0 0;
	overflow: hidden;
}

#content .related-posts .related-title {
	border-bottom: 5px solid #12C4F0;
	margin-bottom: 15px;
	padding: 8px 0;
}

#content .related-posts .related-title h4 {
	margin: 0;
	padding: 0;
}

#content .related-posts ul {
	list-style: none;
	margin: 0 !important;
}

#content .related-posts ul li {
	float: left;
	margin: 0 20px 10px 0 !important;
	overflow: hidden;
}

#content .related-posts ul li:nth-child(2) {
	margin-right: 0 !important;
}

#content .related-posts ul li:last-child {
	margin-right: 0 !important;
}

#content .related-posts .related-item {
	border: 2px solid #f3f3f3;
	overflow: hidden;
	width: 316px;
}

#content .related-posts .post-thumbnail {
	float: left;
	height: 75px;
	margin: 5px;
	width: 100px;
}

#content .related-posts .post-thumbnail img {
	height: 75px;
	width: 100px;
}	

#content .related-posts .content-items {
	float: right;
	height: 85px;
	width: 205px;
}

#content .related-posts h4.post-title {
	font-size: 13px;
	line-height: 17px;
	margin: 5px;
}

#content .related-posts h4.post-title a {
	color: #444444;
	font-size: 13px;
	line-height: 17px;
}

#content .related-posts h4.post-title a:hover {
	color: #12C4F0;
}

#content .related-posts .meta-info {
	font-size: 11px;
	line-height: 15px;
	margin: 5px;
	text-align: left;
}

/*** Comments Setting  ***/

#comments {
	margin: 25px 0 0 0;
}

#comments .comment-title h2 {
	border-bottom: 5px solid #12C4F0;
	margin: 0 0 30px 0;
	padding: 5px;
}

.comment-header {
	background: #27343a;
	color: #FFFFFF;
	margin: 0 0 30px 0;
	overflow: hidden;
	padding: 15px 20px;
	padding-bottom: 20px;
	position: relative;
}

.comment-header h3 {
	color: #FFFFFF;
	display: block;
	font-size: 24px;
	line-height: 28px;
	margin: 0 0 0 0;
}	

.comment-header h3 a {
	color: #FFFFFF;
	font-size: 24px;
	line-height: 28px;
	text-decoration: none;
}

.comment-header h3 a:hover {
	color: #FFFFFF;
	text-decoration: none;
}

.comment-header ul {
	color: #7E7E75;
	display: block;
	font-size: 14px;
	float: right;
	line-height: 32px;
}

.comment-header ul li a {
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	color: #FFFFFF;
	float: left;
	padding: 6px 16px;
	text-decoration: none;
}

.comment-header ul li a:hover {
	text-decoration: underline;
}

.commentlist {
	list-style: none ! important;
	margin: 0 ! important;
}

.comment .vcard {
	float: left;
	margin: 0 25px 10px 0;
	overflow: hidden;
}

.comment {
	font-size: 16px;
	line-height: 22px;
	margin: 0 0 25px 0;
}

.bypostauthor {
}

.comment-meta {
	display: block;
	font-family: "Open Sans","Tahoma","Arial", sans-serif;
	font-size: 13px;
	font-style: normal;
	line-height: 13px;
}

.comment-meta .fn {
	color: #444444;
	display: block;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	line-height: 13px;
}

.comment-meta time {
	display: inline-block;
	color: #A5A5A5;
	font-size: 12px;
	font-style: normal;
	line-height: 22px;
}

.comment-edit-link {
	display: inline;
	font-size: 14px;
	font-style: italic;
	line-height: 24px;
}

.comment-edit-link {
	color: #12C4F0;
}

#allowed_tags, .comment p {
	color: #474646;
	font-size: 14px;
	line-height: 25px;
}

.comment .children {
	background: #F9F9F9;
	margin: 15px 0 20px 30px !important;
	padding: 10px;
}

.comment .children li {
	list-style: none outside none;
	margin: 0;
}

.comment .children .vcard {
	height: 55px;
	width: 55px;
}

#comments-navigation .previous {
	float: left;
}

#comments-navigation .next {
	float: right;
}

#respond {
	margin: 50px 0 40px 0;
}

#respond h3 {
	font-size: 30px;
	line-height: 34px;
	margin: 0 0 20px 0;
}

form label {
	font-size: 14px;
	line-height: 20px;
	margin: 5px 0 3px 0;
}

form label.comment-field {
	display: block;
}

#respond .required {
	color: #FF0000;
}

.comment-form-author {
	float: left;
	margin: 0 70px 0 0;
}

#respond input {
	background: #FFFFFF;
	border: 1px solid #ddd;
	color: #444444;
	display: block;
	font-family: "Open Sans","Tahoma","Arial", sans-serif;
	font-size: 13px;
	padding: 10px;
	width: 267px;
}

#respond p.respond_desc {
	font-size: 12px !important;
}

#respond input#url {
	margin-right: 0;
	width: 95%;
}

#respond textarea {
	background: #FFFFFF;
	border: 1px solid #ddd;
	color: #444444;
	font-family: "Open Sans","Tahoma","Arial", sans-serif;
	font-size: 14px;
	height: 230px;
	margin-top: 2px;
	padding: 11px;
}

.form-allowed-tags {
	display: none;
}

#respond #submit {
	background: #12C4F0;
	border: none;
	color: #FFFFFF;
	cursor: pointer;
	display: block;
	font-size: 15px;
	line-height: 24px;
	margin: 0;
	padding: 10px;
	text-transform: uppercase;
	width: 140px;
}

#respond #submit:hover,
#respond #submit:focus,
#respond #submit:active {
	margin: 0;
	opacity: 0.8;
}

.commentlist #respond {
	margin: 50px 0 50px 45px;
}

#submit {
	background: #12C4F0;
	border: none;
	color: #FFFFFF;
	cursor: pointer;
	display: block;
	font-size: 15px;
	line-height: 21px;
	margin: 0;
	padding: 5px 10px;
	text-transform: uppercase;
	width: 80px;
}

#submit:hover {
	opacity: 0.9;
}

/**
 * 3.4 Page Setting
 * ----------------------------------------------------------------------------
 */

/***Archives pages***/

.page-header {
	border-bottom: 1px solid #eee;
	margin-bottom: 20px;
}

.page-header .page-title {
	font-size: 11px;
	font-weight: 700;
	margin: 0;
}

.author-bio.archive {
	margin: 0 0 30px;
}

/*.page-content .entry-header {
	background: #E6E6E6;
	margin-bottom: 20px;
	overflow: hidden;
	padding: 10px 10px;
}*/

.page-content .entry-header {
    margin-bottom: 10px;
    overflow: hidden;
    /* padding: 10px 10px; */
}

.page-content .entry-header .entry-title {
	font-size: 32px;
	margin-bottom: 10px;
	padding-bottom: 10px;
	font-weight: 300;
}
.page-content .entry-header .entry-title span {
	background-color: #878484;
	padding: 2px 16px 4px;
	color: white;
	display: inline-block;

}

.page-content .entry-header .meta-info {
	font-size: 11px;
	line-height: 14px;
	overflow: hidden;
}

/*** Full Width ***/

#content.full-width {
	border-right: none;
	padding-right: 0;
	width: 1200px;
}

/**Contact Page**/

.map {
	margin-bottom: 15px;
}

.map iframe {
	height: 350px;
}

.content-half.left {
	float: left;
	margin-right: 10px;
	width: 48%;
}

.contact-field {
	margin-bottom: 15px;
}

.contact-field .required {
	color: #FF0000;
	margin: 0 3px;
}

.contact-field .field.left {
	margin: 0 70px 0 0;
}

.contact-field input {
	background: #FFFFFF;
	border: 1px solid #ddd;
	color: #444444;
	display: block;
	font-family: "Open Sans","Tahoma","Arial", sans-serif;
	font-size: 13px;
	padding: 10px;
	width: 267px;
}

.contact-field label {
	font-size: 12px;
	font-weight: bold;
	margin: 3px 0px;
}

.contact-field.centre {
	overflow: hidden;
	width: 100%;
}

.contact-field textarea {
	background: #FFFFFF;
	border: 1px solid #ddd;
	color: #444444;
	display: block;
	font-family: "Open Sans","Tahoma","Arial", sans-serif;
	font-size: 14px;
	height: 230px;
	margin-top: 2px;
	padding: 11px;
}

.content-half.right {
	width: 50%;
}

/*** Archives ***/

.blog-archives .page-title {
	background: #f5f5f5;
	border-right: 5px solid;
	float: left;
	padding: 13px 15px;
}

.archive-lists span {
	display: block;
	text-align: right;
}

.archive-lists ul {
	border-bottom: 1px solid #EAEAEA;
	clear: both;
	list-style: none;
	margin: 0 0 40px 0;
}

.archive-lists ul li {
	border-top: 1px solid #EAEAEA;
	display: block;
	margin-bottom: 0;
}

.archive-lists ul li a {
	display: block;
	margin: 0;
	padding: 10px 0;
	text-decoration: none;
}

.archive-lists ul li a:hover {
	font-weight: normal;
	text-decoration: underline;
}

.archive-lists span.comments_number {
	color: #808080;
	float: right;
	margin: 0 20px 0 0;
	width: 50px;
}


/**
 * 4. Sidebar
 * ----------------------------------------------------------------------------
 */

#sidebar-left {
	float: left;
	margin: 0 20px 0 0;
	width: 200px;
}

#sidebar-right {
	float: right;
	margin: 0 0 0 20px;
	padding: 0;
	width: 300px;
}

/*** Search Box ***/

#searchform {
	background: #FFFFFF;
	border: 1px solid #DDDDDD;
	margin: 0;
	overflow: hidden;
	padding: 10px;
	width: 278px;
}

#search-icon {
	float: right;
	height: 18px;
	padding: 3px;
	width: 18px;
}

#searchform input[type='submit'] {
	display: none;
}

#searchform input[type='text'] {
	border: 0;
	color: #444444;
	font-family: "Open Sans","Tahoma","Arial", sans-serif;
	font-size: 13px;
	padding-right: 75px;
}

/*** Left sidebar setting ***/

#sidebar-left #searchform { width: 178px; }

#sidebar-left #searchform input[type='text'] { padding-right: 0; }

#sidebar-left #search-icon { padding: 3px 0; }

.error404 #searchform { width: auto; }

.error404 #searchform input[type='text'] { width: 80%; }

/*** Default Widgets Setting ***/

.sidebar-widget {
	-webkit-box-shadow: inset 0 0 0 1px rgba(0,0,0,0.07);
	-moz-box-shadow: inset 0 0 0 1px rgba(0,0,0,0.07);
	box-shadow: inset 0 0 0 1px rgba(0,0,0,0.07);
	margin: 0 0 15px 0;
	overflow: hidden;
}

#sidebar-left .sidebar-widget .sidebar-widget-title {
	background: #61DA1E !important;
}

.sidebar-widget-title {
	background: #12C4F0;
	color: #FFFFFF;
	font-size: 14px;
	margin: 0 0 15px 0;
	padding: 10px;
}

.sidebar-widget-title a {
	color: #FFFFFF;
}

.wp-columns {
	display: block;
	height: 75px;
	position: relative;
}

.wp-columns .thumbnail-image {
	display: block;
	float: left;
	margin: 0px 10px 0 0;
	position: relative;
}

.wp-columns .thumbnail-image img {
	height: 65px;
	width: 85px;
}

.sidebar-widget ul {
	margin-left: 20px;
}

/*** Social Widget ***/

.sidebar-widget.piethemes_social_widget {
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}

#social-widget {
	list-style: none;
	margin: 0;
	padding: 0;
}

#social-widget .social-icon {
	float: left;
	margin: 0 7px 10px;
}

#social-widget .social-icon:nth-child(3n+0) {
    margin-right: 0;
}

#social-widget .social-icon:nth-child(3n+1) {
    margin-left: 0;
}

#social-widget .social-icon a:hover {
	opacity: 0.8;
}

/*** Calendar Widget ***/

.widget_calendar table {
	width: 100%;
}

.widget_calendar table caption {
	background: #444444;
	border-bottom: 1px solid #333;
	color: #eee;
	font-size: 16px;
	font-weight: 700;
	padding: 10px 15px;
	text-align: center;
}

.widget_calendar tbody > tr > td {
	padding: 7px 0 8px;
	text-align: center;
	width: 14.2857%;
}

.widget_calendar th {
	padding: 7px 8px;
}

#calendar_wrap thead th,
#calendar_wrap tbody td {
	background: #444444;
	border: 1px solid #474747;
	color: #FFFFFF;
	font-size: 12px;
	line-height: 15px;
	padding: 7px 0;
	text-align: center;
}

#calendar_wrap tbody td {
	background: #333;
	color: #a4a4a4;
	text-shadow: 1px 2px 1px #000;
}

#calendar_wrap tbody td a {
	color: #FFFFFF;
}

#calendar_wrap tbody td#today {
	background: #12C4F0;
	color: #FFFFFF;
}

#calendar_wrap tfoot td {
	line-height: 11px;
	padding-top: 10px;
	text-transform: uppercase;
}

#calendar_wrap tfoot td a {
	color: #DBDBDB;
	font-size: 11px;
	text-decoration: none;
	text-shadow: 1px 2px 1px #000;
}

/**For Sidebar**/

.sidebar-widget.widget_calendar {
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	margin: 0;
}

#sidebar-left .sidebar-widget.widget_calendar table caption {
	background: #61DA1E !important;
}

.sidebar-widget.widget_calendar table caption {
	background: #12C4F0;
	border-bottom: 0;
	color: #FFFFFF;
	font-size: 14px;
	padding: 12px 15px;
}

.sidebar-widget #calendar_wrap thead th,
.sidebar-widget #calendar_wrap tbody td {
	background: #E2E2E2;
	border: 1px solid #eee;
	color: #747474;
	text-shadow: none;
}

.sidebar-widget #calendar_wrap tbody td {
	background: #FFFFFF;
}

.sidebar-widget #wp-calendar tfoot tr {
	background: #E2E2E2;
}

.sidebar-widget #calendar_wrap tfoot td {
	font-weight: 700;
	padding: 13px 0;
}

.sidebar-widget #calendar_wrap tfoot td a {
	color: #444444; text-shadow: none;
}

/*** Tabbed Widget ***/

.tabs-wrapper {
	overflow: hidden;
}

.tabs {
	float: left;
	margin: 0 0 15px 0 !important;
	padding: 0 !important;
	width: 100%;
}

.tabs li {
	background: none !important;
	float: left;
	margin: 0 !important;
	overflow: hidden;
	padding: 0;
	position: relative;
}

.tabs li a {
	color: #FFFFFF;
	display: block;
	line-height: 22px;
	outline: none;
	padding: 10px;
	text-decoration:none;
}

.tabs li a:hover {
	background: #2B2929 !important;
}

html .tabs li.active,
html .tabs li.active a:hover {
	background: #2B2929 !important;
}

.tabs_container {
	clear: both;
	float: left;
	overflow: hidden;
	width: 300px;
}

/*** Popular Posts Text ***/

.sidebar-text-item .post-title {
	border-bottom: 1px solid #E6E6E6;
	font-size: 13px;
	line-height: 21px;
	margin: 10px 0 0 0;
	overflow: hidden;
	padding-bottom: 20px;
	text-align: center;
}

.sidebar-text-item .post-title a {
	color: #444444;
	padding: 0 10px;
	display: block;
}

.sidebar-text-item .post-title a:hover {
	color: #12C4F0;
}

/*** Recent & Popular Posts ***/

.feat-widget {
	float: left;
	height: 75px;
	margin-bottom: 10px;
	overflow: hidden;
	width: 300px;
}

.feat-widget .post-thumbnail {
	float: left;
	height: 65px;
	margin: 0 10px;
	width: 90px;
}

.feat-widget .post-thumbnail img {
	height: 65px;
	width: 90px;
}

.feat-widget .post-title {
	font-size: 13px;
	line-height: 15px;
	margin: 0 0 5px 0;
}

.feat-widget .post-title a {
	color: #444444;
	text-decoration: none;
}

.feat-widget .post-title a:hover {
	color: #12C4F0;
}

.feat-widget .meta-info {
	font-size: 11px;
	line-height: 21px;
	margin: 3px;
	text-align: left;
}

.feat-widget .meta-info .post-review span {
	float: left;
	padding: 0 10px 0 4px;
}

.feat-widget:last-child {
	margin: 0;
}

/*** Recent & Popular - Footer Setting ***/

#footer-box .feat-widget .post-thumbnail {
	float: left;
	height: 65px;
	margin-right: 10px;
	width: 80px;
}

#footer-box .feat-widget .post-thumbnail img {
	height: 65px;
	width: 80px;
}

#footer-box .feat-widget .meta-info {
	display: none;
}

/*** Carousel Posts Widget ***/

.slider {
	height: 240px;
	overflow: hidden;
	position: relative;
	width: 300px;
}

.slider.sidebar-carousel-posts ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.slider.sidebar-carousel-posts li {
	display: none;
	left: 0;
	list-style: none;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 0;
}

.slider.sidebar-carousel-posts .post-thumbnail {
	height: 240px;
	width: 300px;
}

.slider.sidebar-carousel-posts .post-thumbnail img {
	height: 240px;
	width: 300px;
}

.slider.sidebar-carousel-posts .carousel-post-title {
	background: rgba(18, 196, 240, 0.88);
	bottom: 0;
	font-size: 14px;
	font-weight: bold;
	margin: 0;
	padding: 20px 10px;
	position: absolute;
	text-align: center;
	width: 280px;
}

.slider.sidebar-carousel-posts .carousel-post-title a {
	color: #FFFFFF;
}

/**For left sidebar**/

#sidebar-left .slider {
	height: 200px;
	width: 200px;
}

#sidebar-left .slider.sidebar-carousel-posts .post-thumbnail {
	height: 200px;
	width: 200px;
}

#sidebar-left .slider.sidebar-carousel-posts .post-thumbnail img {
	height: 200px;
	width: 200px;
}

#sidebar-left .slider.sidebar-carousel-posts .carousel-post-title {
	font-size: 13px;
	padding: 8px 5px;
	width: 190px;
}

/*** Default RecentPost Widget ***/

.widget_recent_entries ul li {
	margin: 5px 0;
}

.widget_recent_entries ul li a {
	font-size: 13px;
}

/*** Subscribe Widget ***/

.piethemes_subscribe_widget p {
	font-size: 13px;
	margin: 10px;
}

form.widget_rss_subscription {
	margin: 0 !important;
	padding: 0;
}

.widget_rss_subscription input[type=text] {
	border: 1px solid #ddd;
	display: block;
	float: left;
	font-size: 13px !important;
	margin: 0 10px 10px;
	padding: 11px 11px;
	width: 255px;
}

.piethemes_subscribe_widget .button {
	background: #12C4F0;
	border: none;
	color: #FFFFFF;
	cursor: pointer;
	display: inline-block;
	font-family: inherit;
	font-size: 13px;
	font-weight: 700;
	margin: 0 10px 10px;
	padding: 11px 11px;
	text-decoration: none;
	text-transform: uppercase;
}

/*** Tag Cloud ***/

.tagcloud a {
	background: #2B2929;
	color: #FFFFFF;
	display: inline-block;
	font-size: 13px !important;
	line-height: 20px;
	margin: 0 -10px 2px 8px;
	padding: 6px 8px;
	text-decoration: none;
}

.tagcloud a:hover {
	background: #12C4F0;
	color: #FFFFFF;
	text-decoration: none;
}

/*** About Widget ***/

.piethemes_about_widget .about-image {
	display: block;
	float: left;
	padding: 0 10px;
}

.piethemes_about_widget p {
	font-size: 13px;
	margin: 0 !important;
	padding: 0 10px 10px;
}

/*** Flickr ***/

.flickr_badge_image {
	float: left;
	height: 56px;
	margin: 0 2px 2px 0;
	padding: 1px;
	width: 56px;
}

.flickr_badge_image img {
	height: 56px;
	width: 56px;
}

.flickr_badge_image img:hover {
	opacity: .8;
}

/*Left Sidebar Flickr*/

#sidebar-left .flickr-photos {
	margin: 0 10px;
}

/*** Facebook Widget ***/

.sidebar-widget.piethemes_facebook_widget {
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}

/*** Google Widget ***/

.sidebar-widget.piethemes_google_widget {
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}

/*** Contact Widget ***/

.contact-details {
	padding: 0 20px;
}

.contact-details p {
	font-size: 13px;
	margin: 0;
	padding: 2px 0 2px 27px;
}

.contact-details .address,
.contact-details .phone,
.contact-details .email {
	padding: 10px 0;
}

.contact-details .heading {
	background-repeat: no-repeat;
	font-size: 14px;
	font-weight: 700;
	line-height: 16px;
	padding: 0 0 0 25px;
}

.contact-details .address .heading {
	background-image: url("images/map-marker.png");
}

.contact-details .phone .heading {
	background-image: url("images/phone.png");
}

.contact-details .email .heading {
	background-image: url("images/mail.png");
}

/*** weather Widget ***/

.piethemes_weather_widget .weather {
	background: #12C4F0;
	color: #FFFFFF;
	overflow: hidden;
	padding: 10px 10px 20px;
}

.piethemes_weather_widget .weather .city {
	color: #FFFFFF;
	font-size: 21px;
	margin: 0 0 20px 0;
	padding: 5px 0;
	text-align: center;
}

.piethemes_weather_widget .weather .temp {
	font-size: 53px;
	line-height: 51px;
	padding: 0 7px 15px;
}

.piethemes_weather_widget .weather .box.right {
	padding: 0 5px 0 0;
}

/*** Login Widget ***/

#loginform {
	margin: 0 0 0 0;
}

#loginform p {
	margin: 10px 25px;
}

#loginform input {
	border: 1px solid #ddd;
	color: #444444;
	font-family: "Open Sans","Tahoma","Arial", sans-serif;
	font-size: 12px;
	padding: 7px 5px;
	width: 95%;
}

#loginform label {
	font-size: 13px;
}

#loginform .recoverpwd {
	float: right;
	font-size: 11px;
	margin-right: 5px;
}

#loginform .login-remember {
	float: left;
}

#loginform .login-remember .text {
	font-size: 12px;
}

#loginform #rememberme {
	width: auto !important;
}

.login-submit #wp-submit {
	margin-left: 20px;
	width: 79px !important;
}

/*For Left Sidebar*/

#sidebar-left .piethemes_login_widget .loggedin .author-avatar {
	float: none;
}

#sidebar-left .login-submit #wp-submit {
	margin-left: 33px;
}

/*When User Logged-in*/

.piethemes_login_widget .author-name {
	font-size: 13px;
	font-weight: 700;
	text-align: center;
}

.piethemes_login_widget .loggedin .author-avatar {
	float: left;
	margin: 0 15px 5px 0;
	padding: 4px 0 0 10px;
}

.piethemes_login_widget .loggedin {
	margin: 0;
	padding: 15px 20px;
	text-align: center;
}

.piethemes_login_widget .loggedin li a {
	display: block;
	padding: 0 0 9px;
}

/*** ad120x600 ***/

.ad120x600 {
	display: block;
	height: 600px;
	margin: 14px auto;
	overflow: hidden;
	width: 120px;
}

.ad120x600 a img {
	height: 600px;
	width: 120px;
}

/*** 125x125 Banners ***/

.ads_125x125 ul {
	display: block;
	margin: 0;
	overflow: hidden;
	padding: 0;
}

.ads_125x125 ul li {
	float: left;
	height: 125px;
	margin: 7px;
	padding: 7px;
	width: 125px;
}

.ads_125x125 ul li a img {
	display: block;
	height: 125px;
	width: 125px;
}

.ads_125x125 ul li:nth-child(2n) {
	margin-left: 0;
}

/*** 180x100 Banners ***/

.ads180x100 ul {
	display: block;
	margin: 14px 0;
	overflow: hidden;
	padding: 0;
}

.ads180x100 ul li {
	height: 100px;
	margin: 0 auto;
	padding: 0 0 10px;
	width: 180px;
}

.ads180x100 ul li a img {
	display: block;
	height: 100px;
	width: 180px;
}

.ads180x100 ul li:nth-child(2n) {
	padding: 0;
}

/*** ad260x120 ***/

.ad260x120 {
	display: block;
	height: 120px;
	margin: 14px auto;
	overflow: hidden;
	width: 260px;
}

.ad260x120 a img {
	height: 120px;
	width: 260px;
}

/*** ad300x250 ***/

.piethemes_ad300x250_widget {
	-webkit-box-shadow: none !important;
	-moz-box-shadow: none !important;
	box-shadow: none !important;
}

.ad300x250 {
	display: block;
	height: 250px;
	overflow: hidden;
	width: 300px;
}

.ad300x250 a img {
	height: 250px;
	width: 300px;
}

/*** ad300x600 ***/

.piethemes_ad300x600_widget {
	-webkit-box-shadow: none !important;
	-moz-box-shadow: none !important;
	box-shadow: none !important;
}

.ad300x600 {
	display: block;
	height: 600px;
	overflow: hidden;
	width: 300px;
}

.ad300x600 a img {
	height: 600px;
	width: 300px;
}

/*** Comments Lists ***/

.comment-wrapper .comment {
	font-size: 13px;
	width: 100%;
}

.comment-wrapper .avatar {
	float: left;
	margin: 0 10px;
}

.comment-wrapper .comment h6 {
  clear: right;
  margin: 0px;
}

.comment-wrapper a {
	color: #444444;
	font-size: 13px;
}

.comment-wrapper a:hover {
	color: #12C4F0;
}

.comment-wrapper .comment-time {
  color: #a3a3a3;
}

/*** Default Comments Widget ***/

#recentcomments {
	list-style: none;
	margin: 5px 20px;
}

#recentcomments li {
	font-size: 13px;
	list-style: none;
	margin: 10px 0;
}

#recentcomments li a {
	font-size: 12px;
	list-style: none;
	margin: 5px 20px;
}

/*** Widget RSS ***/

.widget_rss ul {
	margin: 5px 20px;
}

/*** Widget Text ***/

.widget_text p {
	font-size: 13px;
	margin: 0 !important;
	padding: 0 10px 10px;
}

/*** Categories Archives Meta ***/

.widget_categories li,
.widget_archive li,
.widget_meta li,
.widget_nav_menu li,
.widget_pages li {
	background: url("images/li-bullet.png") no-repeat 0 17px;
	border: none;
	font-size: 13px;
	line-height: 22px;
	padding: 10px 0 10px 15px;
}

.widget_categories li,
.widget_archive li,
.widget_meta li {
	float: left;
	margin: 0 15px 0 0;
}


/**
 * 5. Footer
 * ----------------------------------------------------------------------------
 */

.ad-space {
	margin: 0 auto;
	overflow: hidden;
	width: 728px;
}

.footer-ad {
	display: block;
	height: 90px;
	width: 728px;
}

#footer {
	background: #363839;
	border-top: 5px solid #12C4F0;
	display: block;
	float: left;
	width: 100%;
}

#footer-box {
	color: #eee;
	margin: 0 auto;
	overflow: hidden;
	padding: 20px 0;
	width: 1240px;
}

/*** Footer Widget Area ***/

#footer-box .footer-widget {
	float: left;
	font-size: 12px;
	margin: 5px;
	overflow: hidden;
	width: 300px;
}

#footer-box .footer-widget-title {
	font-size: 16px;
	font-weight: 700;
	margin: 0 0 15px 0;
}

#footer-box .footer-widget ul {
	list-style: none;
	margin: 0 10px;
}

#footer-box .footer-widget ul li {
	background: none;
	list-style: none;
	margin: 0;
	padding: 0;
	width: 100%;
}

#footer-box .footer-widget ul li a {
	background: url("images/li-line.png") repeat-x;
	background-position: 0 40px;
	display: block;
	padding: 10px 0;
}

#footer-box .footer-widget ul li a:hover {
	color: #FF6833;
}

.footer-widget a {
	color: #BDBDBD !important;
	font-size: 12px !important;
	text-shadow: 1px 2px 1px #000 !important;
}

.footer-widgets a:hover {
	color: #EA3B31;
}

.footer-widgets .widget ul {
	margin: 0;
	padding: 0;
}

/*** Footer Bottom ***/

#footer-bottom {
	background: #282a2b;
	border-top: 3px solid #12C4F0;
	color: #FFFFFF;
	overflow: hidden;
	padding: 10px 0;
}

#footer-bottom .bottom-content {
	width: 1240px;
	margin: 0 auto;
}

/**Copyright Text - Left**/

#footer-bottom .copyright {
	float: left;
}

#footer-bottom .copyright p {
	color: #808080;
	display: block;
	font-size: 13px;
	line-height: 22px;
	margin: 0;
	text-shadow: 1px 2px 1px #000;
}

#footer-bottom .copyright a {
	color: #808080;
	text-decoration: none;
	text-shadow: 1px 2px 1px #000;
}

#footer-bottom .copyright a:hover {
	text-decoration: underline;
}

/**Social Icons - Right**/

#footer-bottom .social-area {
	float: right;
}

#footer-bottom .social-area .social {
	list-style: none;
	margin: 0;
	padding: 0;
}

#footer-bottom .social-area .social-icon {
	float: left;
	height: 24px;
	margin: 0 1px 1px;
	width: 24px;
}

#footer-bottom .social-area .social-icon a:hover {
	opacity: 0.8;
}

/*** Back To Top ***/

#back-to-top {
	background: rgba(0, 0, 0, 0.18);
	bottom: 13%;
	opacity: 1;
	padding: 5px;
	position: fixed;
	right: 5px;
	visibility: visible;
}

#back-to-top:hover {
	opacity: 0.8;
}

#back-to-top a {
	background: url("images/arrow-up.png") no-repeat 7px;
	display: block;
	height: 30px;
	width: 30px;
}


/**
 * 6. Media Queries
 * ----------------------------------------------------------------------------
 */

@media only screen and (max-width: 1200px) {
	#back-to-top {
		display: none !important;
		opacity: 0;
	}
}

@media only screen and (min-width: 960px) and (max-width: 1024px) {
	#container { 
		width: 980px;
	}

	#top-bar .news.left {
		width: 740px;
	}

	.simply-scroll .simply-scroll-clip {
		max-width: 560px;
	}

	#header .logo {
		margin: 25px 10px 30px 0px;
		min-width: 242px;
	}

	#header .header-ad {
		float: right;
		margin: 10px 0 30px 0;
	}

	#main-content {
		margin: 20px 0;
	}

	#sidebar-left {
		display: none;
	}

	#content {
		width: 660px;
	}

	.flex-direction-nav .flex-prev {
		opacity: 1;
		right: 33px;
	}
	.flex-direction-nav .flex-next {
		opacity: 1;
		right: 5px;
	}

	#footer-box {
		width: 940px;
	}

	#footer-bottom .bottom-content {
		width: 980px;
	}

	#content.full-width {
		width: 980px;
	}
}

@media only screen and (min-width: 768px) and (max-width: 959px) {
	#container {
		width: 728px;
	}

	#top-bar .news.left {
		width: 488px;
	}

	.simply-scroll .simply-scroll-clip {
		max-width: 310px;
	}

	#header .logo {
		float: none;
		margin: 15px auto;
		text-align: center;
	}

	#header .header-ad {
		margin: 0 0 20px 0;
	}

	#primary-navigation {
		background: #FFFFFF;
	}

	.nav-menu {
		display: none;
	}

	#nav-menu select {
		display: block;
		width: 728px;
	}

	#main-content {
		margin: 20px 0;
	}

	#sidebar-left {
		display: none;
	}

	#content { 
		margin: 0 33px;
		width: 660px;
	}

	.flex-direction-nav .flex-prev {
		opacity: 1;
		right: 33px;
	}
	.flex-direction-nav .flex-next {
		opacity: 1;
		right: 5px;
	}

	#sidebar-right {
		-moz-column-count: 2;
		-moz-column-gap: 60px;
		-webkit-column-count: 2;
		-webkit-column-gap: 60px;
		column-count: 2;
		column-gap: 60px;
		clear: both;
		margin: 0 30px;
		width: 660px;
	}

	#sidebar-right .sidebar-widget {
		display: inline-block;
		float: none;
		width: 100%;
	}


	#footer-box { 
		-moz-column-count: 2;
		-moz-column-gap: 60px;
		-webkit-column-count: 2;
		-webkit-column-gap: 60px;
		column-count: 2;
		column-gap: 60px;
		width: 660px;
	}

	#footer-box .footer-widget {
		display: inline-block;
		float: none;
		margin-bottom: 35px;
		width: 100%;
	}

	#footer-bottom .bottom-content {
		width: 660px;
	}

	#content.full-width {
		width: 660px;
	}
}
#div-gpt-ad-1443689725663-73,
#google_ads_iframe_3226462_NT-EUROPE-HP-Header_728x90_0__container__ {
	max-width: 100%;
}
@media only screen and (max-width: 479px) {
	#container {
		margin-top: 0;
		padding: 0;
		width: 90%;
	}

	#top-bar .news.left {
		display: none;
	}

	#top-bar .search.right {
		float: left;
		width: 310px;
	}

	#top-bar .search #searchform {
		border-left: 0;
		float: left;
		margin: 0 20px;
		width: 260px;
	}

	#top-bar #s {
		width: 210px;
	}

	#header .logo {
		float: none;
		margin: 20px;
		max-width: 260px;
		text-align: center;
	}

	#header .header-ad {
		float: none;
		height: auto;
		margin: 0 0 20px 0;
		text-align: center;
		width: 100%;
	}

	#primary-navigation {
		background: #FFFFFF;
	}

	.nav-menu {
		display: none;
	}

	#nav-menu select {
		display: block;
		margin: 0 20px !important;
		width: 260px;
	}

	#sidebar-left {
		display: none;
	}
	#main {
		display: inline-block;
		width: 100%;
	}
	#main-content {
		margin: 0;
		display: inline-block;
		width: 100%;
	}

	#content {
		display: inline-block;
		margin: 0;
		width: 100%;
	}
	.home .home-cat .hc-inner,
	.home .home-cat .block-big,
	.home .home-cat .block-small,
	.home .home-cat .block-big.column {
		width: 100%;
	}
	.home .home-cat .block-big .post-thumbnail {
		width: 100%;
		height: auto;
	}
	
	#social-widget .social-icon:nth-child {
		margin: 5px;
	}
	
	.home .block-small .block-content {
		float: left;
	}
	/*****Magazine*****/

	.flexslider .slides img {
		height: 200px;
	}

	.flex-direction-nav .flex-prev {
		left: 0;
		opacity: 1;
	}
	.flex-direction-nav .flex-next {
		opacity: 1;
		right: 0;
	}

	#content .homepage-slider .flexslider .post-title {
		bottom: 0;
		padding: 15px 10px;
		width: 240px;
	}

	#content .homepage-slider .flexslider .entry-content {
		display: none;
	}

	#content .homepage-slider .flexslider .post-title a {
		color: #FFFFFF;
		font-size: 13px;
		line-height: 18px;
	}

	.home-cat .hc-inner {
		width: 260px;
	}

	.home-cat .block-big {
		height: 390px;
		width: 256px;
	}

	.block-big .post-review {
		margin: -34px 0 0 102px;
	}

	.home-cat .block-big.column {
		height: 390px;
		width: 256px;
	}

	.block-big.column .post-review {
		margin: -34px 0 0 102px;
	}

	.home-cat .block-big .post-thumbnail {
		float: none;
		height: 180px;
		width: 245px;
	}

	.home-cat .block-big .post-thumbnail.video iframe {
		height: 180px;
	}

	.home-cat .block-big.column .post-thumbnail {
		width: 245px;
	}

	.block-big .block-content {
		float: none;
		width: 100%;
	}

	.home-cat .block-big.column .block-content {
		height: 100%;
		width: 100%;
	}

	.home-cat .block-small {
		height: 75px;
		width: 258px;
	}

	.home-cat .block-small .post-thumbnail {
		height: 65px;
		width: 80px;
	}

	.block-small .block-content {
		width: 168px;
	}

	.home-cat .block-small .meta-info {
		display: none;
	}

	.carousel-posts-inner {
		margin: 0 20px;
		width: 220px;
	}

	#content .hc-title .control-nav {
		margin: 4px 5px;
	}

	.flex-control-nav li {
		margin: 0 1px;
	}

	.control-nav ol li a {
		height: 10px;
		width: 10px;
	}

	.home-cat.reviews .flex-viewport {
		width: 260px;
	}

	.hc-inner .home.review-box {
		width: 256px;
	}

	.home.review-box .score-list {
		margin: 15px 5px 0 !important;
	}

	/*****Blog*****/

	#content .blog-archives .blog-post {
		height: 100%;
		width: 258px;
	}

	.blog-archives .blog-post .post-thumbnail {
		float: none;
		height: 180px;
		width: 248px;
	}

	.blog-archives .blog-post .post-review {
		margin: -34px 0 0 102px;
	}

	.blog-archives .blog-post .content-right {
		float: none;
		width: 100%;
	}

	/******Single Post*****/

	#content .single-content .top-image {
		display: none !important;
	}

	#content .single-content .content-meta .meta-right {
		font-size: 11px;
	}

	.single-ad-unit {
		height: 100%;
		width: 100%;
	}

	.review-box {
		border: 1px solid #E6E6E6;
		float: none;
		margin: 0 0 10px 0;
		width: 258px;
	}

	.review-box .score img {
		width: 125px;
	}

	.score-list {
		margin: 15px 25px 0 !important;
	}

	.score-per-criteria img {
		width: 80px;
	}

	.author-bio {
		width: 260px;
	}

	#author-description {
		width: 100%;
	}

	/*****Social Sharing*****/

	.social-buttons img {
		width: 61px;
	}

	/*****Related Posts*****/

	#content .related-posts .related-item {
		width: 256px;
	}

	#content .related-posts .post-thumbnail {
		height: 60px;
		width: 80px;
	}

	#content .related-posts .content-items {
		height: 100%;
		width: 165px;
	}

	#content .related-posts h4.post-title {
		margin: 15px 5px 0;
	}

	#content .related-posts .meta-info {
		display: none;
	}

	/*****Comments input etc*****/
	.comment .vcard {
		margin: 0 10px 10px 0;
	}

	#respond input {
		width: 236px;
	}

	#respond input#url {
		width: 236px;
	}

	/*****Sidebar-right*****/

	#sidebar-right {
		float: right;
		margin: 0 0 0 0;
	}

	.feat-widget .post-thumbnail {
		margin: 0 10px 0 5px;
	}

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

	.ad-space {
		width: 100%;
	}

	.footer-ad {
		height: auto;
		text-align: center;
		width: 100%;
	}

	#footer-box {
		width: 300px;
	}

	#footer-box .footer-widget {
		margin: 5px 0 20px;
	}

	#footer-bottom .bottom-content {
		margin: 0 auto;
		width: 250px;
	}

	/*****Page Setting*****/

	.page-header {
		margin: 0 0 20px 20px;
		width: 260px;
	}

	#content.full-width {
		width: 260px;
	}

	.content-half.left {
		float: none;
		margin-right: 0;
		width: 100%;
	}

	.contact-field input {
		width: 249px;
	}

	.content-half.right {
		width: 100%;
	}
}

@media only screen and (min-width: 685px) and (max-width: 767px) {
	#container {
		margin-top: 0;
		padding: 0;
		width: 660px;
	}

	#top-bar .news.left {
		width: 420px;
	}

	.simply-scroll .simply-scroll-clip {
		margin: 0;
		max-width: 282px;
	}

	#header .logo {
		float: none;
		margin: 25px 190px;
		min-width: 280px;
		text-align: center;
	}

	#header .header-ad {
		width: 100%;
	}

	#primary-navigation {
		background: #FFFFFF;
	}

	.nav-menu {
		display: none;
	}

	#nav-menu select {
		display: block;
		width: 660px;
	}

	#main-content {
		margin: 20px 0;
	}

	#sidebar-left {
		display: none;
	}

	#content {
		width: 660px;
	}

	.flex-direction-nav .flex-prev {
		opacity: 1;
		right: 33px;
	}
	.flex-direction-nav .flex-next {
		opacity: 1;
		right: 5px;
	}

	/*****Sidebar-right*****/

	#sidebar-right {
		-moz-column-count: 2;
		-moz-column-gap: 60px;
		-webkit-column-count: 2;
		-webkit-column-gap: 60px;
		column-count: 2;
		column-gap: 60px;
		clear: both;
		margin: 0;
		width: 660px;
	}

	#sidebar-right .sidebar-widget {
		display: inline-block;
		float: none;
		width: 100%;
	}

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

	.ad-space {
		width: 100%;
	}

	.footer-ad {
		width: 100%;
	}

	#footer-box {
		-moz-column-count: 2;
		-moz-column-gap: 60px;
		-webkit-column-count: 2;
		-webkit-column-gap: 60px;
		column-count: 2;
		column-gap: 60px;
		clear: both;
		margin: 0;
		width: 660px;
	}

	#footer-box .footer-widget {
		display: inline-block;
		float: none;
		margin-bottom: 35px;
		width: 100%;
	}

	#footer-bottom .bottom-content {
		width: 660px;
	}

	/*****Page Setting*****/

	#content.full-width {
		border-right: none;
		width: 660px;
	}
}

@media only screen and (min-width: 480px) and (max-width: 684px) {
	#container {
		margin-top: 0;
		padding: 10px 30px;
		width: 300px;
	}

	#top-bar .news.left {
		display: none;
	}

	#top-bar .search.right {
		float: left;
		width: 300px;
	}

	#top-bar .search #searchform {
		border-left: 0;
		float: left;
		margin: 0 20px;
		width: 260px;
	}

	#top-bar #s {
		width: 210px;
	}

	#header .logo {
			float: none;
			margin: 20px;
			max-width: 260px;
			text-align: center;
	}

	#header .header-ad {
		float: none;
		height: auto;
		margin: 0 0 20px 0;
		text-align: center;
		width: 100%;
	}

	#primary-navigation {
		background: #FFFFFF;
	}

	.nav-menu {
		display: none;
	}

	#nav-menu select {
		display: block;
		margin: 0 20px !important;
		width: 260px;
	}

	#sidebar-left {
		display: none;
	}

	#main-content {
		margin: 20px 0;
	}

	#content {
		margin: 0 20px;
		width: 260px;
	}

	/*****Magazine*****/

	.flexslider .slides img {
		height: 200px;
	}

	.flex-direction-nav .flex-prev {
		left: 0;
		opacity: 1;
	}
	.flex-direction-nav .flex-next {
		opacity: 1;
		right: 0;
	}

	#content .homepage-slider .flexslider .post-title {
		bottom: 0;
		padding: 15px 10px;
		width: 240px;
	}

	#content .homepage-slider .flexslider .entry-content {
		display: none;
	}

	#content .homepage-slider .flexslider .post-title a {
		color: #FFFFFF;
		font-size: 13px;
		line-height: 18px;
	}

	.home-cat .hc-inner {
		width: 260px;
	}

	.home-cat .block-big {
		height: 390px;
		width: 256px;
	}

	.block-big .post-review {
		margin: -34px 0 0 102px;
	}

	.home-cat .block-big.column {
		height: 390px;
		width: 256px;
	}

	.block-big.column .post-review {
		margin: -34px 0 0 102px;
	}

	.home-cat .block-big .post-thumbnail {
		float: none;
		height: 180px;
		width: 245px;
	}

	.home-cat .block-big .post-thumbnail.video iframe {
		height: 180px;
	}

	.home-cat .block-big.column .post-thumbnail {
		width: 245px;
	}

	.block-big .block-content {
		float: none;
		width: 100%;
	}

	.home-cat .block-big.column .block-content {
		height: 100%;
		width: 100%;
	}

	.home-cat .block-small {
		height: 75px;
		width: 258px;
	}

	.home-cat .block-small .post-thumbnail {
		height: 65px;
		width: 80px;
	}

	.block-small .block-content {
		width: 168px;
	}

	.home-cat .block-small .meta-info {
		display: none;
	}

	.carousel-posts-inner {
		margin: 0 20px;
		width: 220px;
	}

	#content .hc-title .control-nav {
		margin: 4px 5px;
	}

	.flex-control-nav li {
		margin: 0 1px;
	}

	.control-nav ol li a {
		height: 10px;
		width: 10px;
	}

	.home-cat.reviews .flex-viewport {
		width: 260px;
	}

	.hc-inner .home.review-box {
		width: 256px;
	}

	.home.review-box .score-list {
		margin: 15px 5px 0 !important;
	}

	/*****Blog*****/

	#content .blog-archives .blog-post {
		height: 100%;
		width: 258px;
	}

	.blog-archives .blog-post .post-thumbnail {
		float: none;
		height: 180px;
		width: 248px;
	}

	.blog-archives .blog-post .post-review {
		margin: -34px 0 0 102px;
	}

	.blog-archives .blog-post .content-right {
		float: none;
		width: 100%;
	}

	/******Single Post*****/

	#content .single-content .top-image {
		display: none !important;
	}

	#content .single-content .content-meta .meta-right {
		font-size: 11px;
	}

	.single-ad-unit {
		height: 100%;
		width: 100%;
	}

	.review-box {
		border: 1px solid #E6E6E6;
		float: none;
		margin: 0 0 10px 0;
		width: 258px;
	}

	.review-box .score img {
		width: 125px;
	}

	.score-list {
		margin: 15px 25px 0 !important;
	}

	.score-per-criteria img {
		width: 80px;
	}

	.author-bio {
		width: 260px;
	}

	#author-description {
		width: 100%;
	}

	/*****Social Sharing*****/

	.social-buttons img {
		width: 61px;
	}

	/*****Related Posts*****/

	#content .related-posts .related-item {
		width: 256px;
	}

	#content .related-posts .post-thumbnail {
		height: 60px;
		width: 80px;
	}

	#content .related-posts .content-items {
		width: 165px;
		height: 100%;
	}

	#content .related-posts h4.post-title {
		margin: 15px 5px 0;
	}

	#content .related-posts .meta-info {
		display: none;
	}

	/*****Comments input etc*****/

	.comment .vcard {
		margin: 0 10px 10px 0;
	}

	#respond input {
		width: 236px;
	}

	#respond input#url {
		width: 236px;
	}

	/*****Sidebar-right*****/

	#sidebar-right {
		float: right;
		margin: 0 0 0 0;
	}

	.feat-widget .post-thumbnail {
		margin: 0 10px 0 5px;
	}

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

	.ad-space {
		width: 100%;
	}

	.footer-ad {
		height: auto;
		text-align: center;
		width: 100%;
	}

	#footer-box {
		width: 300px;
	}

	#footer-box .footer-widget {
		margin: 5px 0 20px;
	}

	#footer-bottom .bottom-content {
		margin: 0 auto;
		width: 270px;
	}

	/*****Page Setting*****/

	.page-header {
		margin: 0 0 20px 20px;
		width: 260px;
	}

	#content.full-width {
		width: 260px;
	}

	.content-half.left {
		float: none;
		margin-right: 0;
		width: 100%;
	}

	.contact-field input {
		width: 249px;
	}

	.content-half.right {
		width: 100%;
	}
}



/**/

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0,0,0,0);
    border: 0;
}

#mob-menu {
	display: none;
}

#mob-menu-btn {
	display: none;
}

@media screen and (max-width: 768px) {
	
	#header {
		position: relative;
	}
	#header .logo {
		max-width: 100%;
		padding: 0;
		margin: 0;
	}
	#header .logo a {
		display: block;
		padding: 10px 60px 10px 10px;
	}
	
	#mob-menu-btn {
		display: block;
		appearance: normal;
		-webkit-appearance: none;
		background: none;
		border: 0;
		width: 42px;
		float: right;
		position: absolute;
		z-index: 99;
		top: 25px;
		right: 5px;
	}

	#mob-menu-btn .bar {
		height: 3px;
		display: block;
		border-radius: 3px;
		background-color: white;
		margin-top: 3px;
	}
	
	#mob-menu {
		padding: 10px;
		position: fixed;
		z-index: 999999;
		left: -100%;
		height: 100%;
		height: 100vh;
		display: block;
		background-color: rgba(24, 24, 24, 0.88);
		transition: left 500ms ease-out;
		-webkit-transition: left 500ms ease-out;
		-moz-transition: left 500ms ease-out;
		-ms-transition: left 500ms ease-out;
		-o-transition: left 500ms ease-out;
	}
	#mob-menu ul {
		
	}
	#mob-menu ul li {
		
	}
	#mob-menu li a {
		color: white;
		padding: 12px 0;
		display: block;
		font-size: 16px;
		border-bottom: 1px solid rgba(255, 255, 255, 0.25);
	}
	#mob-menu ul li:last-child a {
		border-bottom: 0;
	}
	
	#smells-close {
		appearance: normal;
		-webkit-appearance: none;
		border: 0;
		background: none;
		position: absolute;
		right: 15px;
		top: 15px;
		font-size: 19px;
		color: white;
	}
}
.cnr-hp-add {
	margin-bottom: 15px;
}
@media screen and (max-width: 992px) {
	#primary-navigation {
		display: none;
	}
	article .entry-content, article #breadcrumbs {padding:0 15px;font-size: 18px;}
}