/*
Theme Name: Archzine
Theme URI: http://underscores.me/
Author: yuliyan
Author URI: http://e-llusion.org
Description: Theme for http://archzine.de/
Version: 1.0
License: GNU General Public License
License URI: license.txt
Text Domain: archzine
Domain Path: /languages/
Tags:

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

 Archzine is based on Underscores http://underscores.me/, (C) 2012-2013 Automattic, Inc.

Resetting and rebuilding styles have been helped along thanks to the fine work of
Eric Meyer http://meyerweb.com/eric/tools/css/reset/index.html
along with Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
and Blueprint http://www.blueprintcss.org/
*/

/* =Reset
-------------------------------------------------------------- */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}
html {
	font-size: 62.5%; /* Corrects text resizing oddly in IE6/7 when body font-size is set using em units http://clagnut.com/blog/348/#c790 */
	overflow-y: scroll; /* Keeps page centered in all browsers regardless of content height */
	-webkit-text-size-adjust: 100%; /* Prevents iOS text size adjust after orientation change, without disabling user zoom */
	-ms-text-size-adjust:     100%; /* www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/ */
}
*,
*:before,
*:after { /* apply a natural box layout model to all elements; see http://www.paulirish.com/2012/box-sizing-border-box-ftw/ */
	-webkit-box-sizing: border-box; /* Not needed for modern webkit but still used by Blackberry Browser 7.0; see http://caniuse.com/#search=box-sizing */
	-moz-box-sizing:    border-box; /* Still needed for Firefox 28; see http://caniuse.com/#search=box-sizing */
	box-sizing:         border-box;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
nav,
section {
	display: block;
}
ol, ul {
	list-style: none;
}
table { /* tables still need 'cellspacing="0"' in the markup */
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	font-weight: normal;
	text-align: left;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
a:focus {
	outline: thin dotted;
}
a:hover,
a:active {
	outline: 0;
}
a img {
	border: 0;
}

.single-article p {
	text-align: justify;
}

/* =Global
----------------------------------------------- */

body {
	background: #ececec url('images/bg.jpg') center top repeat-x;
	font-family: 'Abel', Tahoma, Arial, sans-serif;
	color: #404040;
	font-family: 'Abel', Tahoma, Arial, sans-serif;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1.5;
}

/* Headings */
h1, h2, h3, h4, h5, h6 {
	clear: both;
}

h2 {
	font-size: 20px;
}

h3 {
	font-size: 18px;
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 0;
}

/* Text elements */
p {
	margin-bottom: 1.5em;
}
ul, ol {
	margin: 0 0 1.5em 3em;
}
ul {
	list-style: disc;
}
ol {
	list-style: decimal;
}
li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}
dt {
	font-weight: bold;
}
dd {
	margin: 0 1.5em 1.5em;
}
b, strong {
	font-weight: bold;
}
dfn, cite, em, i {
	font-style: italic;
}
blockquote {
	margin: 0 1.5em;
}
address {
	margin: 0 0 1.5em;
}
pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	font-size: 1.5rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}
code, kbd, tt, var {
	font: 15px Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}
abbr, acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}
mark, ins {
	background: #fff9c0;
	text-decoration: none;
}
sup,
sub {
	font-size: 75%;
	height: 0;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}
small {
	font-size: 75%;
}
big {
	font-size: 125%;
}
figure {
	margin: 0;
}
table {
	margin: 0 0 1.5em;
	width: 100%;
}
th {
	font-weight: bold;
}
img {
	height: auto; /* Make sure images are scaled correctly. */
	max-width: 100%; /* Adhere to container width. */
}

/* Links */
a {
	color: #F79200;
	text-decoration: none;
}
a:visited,
a:focus,
a:active {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}


/* Alignment */
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}
.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}
.aligncenter {
	clear: both;
	display: block;
	margin: 0 auto;
}

/* Text meant only for screen readers */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
}

.screen-reader-text:hover,
.screen-reader-text:active,
.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar */
}

/* Clearing */
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: '';
	display: table;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}

* {
	font-family: 'Abel', Tahoma, Arial, sans-serif;
}

/* Header
----------------------------------------------- */

.site-header {
	width: 1140px;
	height: 58px;
	margin: 0 auto;
}

.site-header #logo {
	float: left;
}

.site-header #logo h1 {
	float: left;
	clear: none;
}

.site-header #logo h1 a {
	width: 265px;
	height: 58px;
	display: block;
	text-decoration: none;
	text-indent: -999px;
	overflow: hidden;
	background: url('images/archzine-logo-new.png') left top no-repeat;
	/*margin: 6px 0 0 8px;*/
}

#search_wrapper {
	padding: 5px 7px;
	float: right;
	margin: 10px 0 0 0;
}

#search_wrapper form {
	height: 28px;
	background: #ebebeb;
	font-size: 14px;
}

#search_wrapper form #s {
	width: 120px; /* 180px */
	background: transparent;
	border: 0px;
	border-radius: 0px;
	height: 28px;
	float: left;
	padding: 0 5px;
	color: #8b8b8b;
}

#search_wrapper form #searchsubmit {
	background: url('images/sprite.png') left top no-repeat;
	background-position: 0 -570px;
    box-shadow: none !important;
    float: right;
    height: 15px;
    margin: 7px 0 5px;
    overflow: hidden;
    padding: 9px 12px 7px;
    text-indent: -999px;
    width: 15px;
	border: 0px;
	border-radius: 0px;
}

#header_social {
	margin: 7px 0 0 0;
	float: right;
	padding: 5px;
}

.social_icons {
	padding: 0;
	margin: 0;
	list-style: none;
}

.social_icons li {
	display: inline-block;
	padding: 4px 0;
}

.social_icons li a {
	width: 26px;
	height: 26px;
	overflow: hidden;
	text-indent: -999px;
	display: block;
	background-position: left top;
	background-repeat: no-repeat;
	text-decoration: none;
}

.social_icons li.hs_connect {
	color: #303031;
    display: block;
    float: left;
    font-size: 14px;
    font-weight: bold;
    line-height: 29px;
    width: 60px;
}

.social_icons li.hs_pinterest a {
	background: url('images/sprite.png') left top no-repeat;
	background-position: 0 -228px;
}

.social_icons li.hs_twitter a {
	background: url('images/sprite.png') left top no-repeat;
	background-position: 0 -282px;
}

.social_icons li.hs_fb a {
	background: url('images/sprite.png') left top no-repeat;
	background-position: 0 -92px;
}

.social_icons li.hs_g a {
	background: url('images/sprite.png') left top no-repeat;
	background-position: 0 -119px;
}

.social_icons li.hs_pinterest a:hover {
	background: url('images/sprite.png') left top no-repeat;
	background-position: 0 -255px;
}

.social_icons li.hs_twitter a:hover {
	background: url('images/sprite.png') left top no-repeat;
	background-position: 0 -309px;
}

.social_icons li.hs_fb a:hover {
	background: url('images/sprite.png') left top no-repeat;
	background-position: 0 -65px;
}

.social_icons li.hs_g a:hover {
	background: url('images/sprite.png') left top no-repeat;
	background-position: 0 -146px;
}


/* =Menu
----------------------------------------------- */

.mobile-menu {
	display: none;
	clear: both;
}

.mobile-menu ul {
	border-top: 1px solid #383838;
}

.main-navigation {
	clear: both;
	display: block;
	float: left;
	width: 100%;
}

.main-navigation .nav-wrapper {
	width: 1140px;
	margin: 0 auto;
}

.main-navigation ul {
	height: 40px;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation li {
	float: left;
	padding: 0 3px 0;
}


.main-navigation a {
	display: block;
	text-decoration: none;
	color: #fff;
	font-size: 14px;
	line-height: 32px;
	padding: 5px 5.5px 3px;
	text-transform: uppercase;
	font-family: 'Archivo Narrow', sans-serif;
	text-shadow: 1px 1px 0px rgba(0,0,0,0.6);
}

.main-navigation li a:hover {
	background: #686868;
	color: #f6f6f6;
}

.menu-menu-container {
	float: left;
	width: 1023px;
	position: relative;
}

.menu-menu-container ul {
	width: 100%;
	height: 40px;
	padding: 0 7px;
}

.menu-menu-container ul.menu-dropdown {
	z-index: 900;
	background: #464646;
}

.toggled .menu li{
	z-index: 900;
	background: #464646;
}



.main-navigation li.main-menu-slide {
	padding: 0;
	display: none;
}

.main-navigation li.main-menu-slide.active-slide {
	display: block;
}

.main-navigation .menu-dropdown li.main-menu-slide {
	display: block;
	opacity: 1 !important;
	margin-left: 0 !important;
}

.main-navigation .menu-dropdown .sub-menu {
	display: none !important;
}


.main-navigation a.menu-prev, .main-navigation a.menu-next {
	float: left;
	display: block;
	padding: 0;
}

.main-navigation a.menu-prev:hover, .main-navigation a.menu-next:hover {
	border: 0px;
}

.main-navigation a.menu-prev img, .main-navigation a.menu-next img {
	display: block;
}

.main-navigation a.menu-prev {
	background: url('images/sprite.png') left top no-repeat;
	background-position: 0 -477px;
	height: 40px;
	width: 24px;
}

.main-navigation a.menu-next {
	background: url('images/sprite.png') left top no-repeat;
	background-position: 0 -436px;
	height: 40px;
	width: 24px;
}


.main-navigation a.menu-all {
	background: url('images/sprite.png') left top no-repeat;
	background-position: 0 -395px;
	width: 69px; 
	height: 40px;
	float: left;
	display: block;
	margin: 0;
	padding: 0;
}

a.menu-toggle {
	float: left;
	display: none;
	margin: 0 0;
	clear: both;
	background: url('images/sprite.png') left top no-repeat;
	background-position: 0 -395px;
	width: 69px; 
	height: 40px;
}
 
.main-navigation a.menu-all img, a.menu-toggle img {
	display: block;
	float: left;
	margin: 0 0 0;
}

.main-navigation .sub-menu {
	background: none repeat scroll 0 0 #686868;
    left: -93px;
    position: absolute;
    top: 39px;
    width: 1140px;
    z-index: 500;
	display: none;
}

.main-navigation .sub-menu li {
	padding: 0;
}

.main-navigation .sub-menu li a {
	padding: 4px 10px;
	text-shadow: 1px 1px 0px rgba(0,0,0,0.6);
}

.main-navigation .sub-menu li a:hover, .main-navigation .sub-menu li.current-menu-item a {
	background: #464646;
	text-shadow: none;
}

/* Small menu */
.menu-toggle {
	cursor: pointer;
	display: none;
}


/* =Content
----------------------------------------------- */

.site-content {
	width: 1140px;
	margin: 0 auto;
	/*padding: 5px 0 0 0;*/
	position: relative;
}

#primary {
	width: 800px;
	float: left;
	padding: 0 0 0 0;
}

.home #primary {
	padding-bottom: 35px;
	background: #fff;
}

#secondary {
	width: 340px;
	float: right;
	padding: 0 0 28px 0;
	background: #fff;
}



/* =Slider 
-------------------------------------- */
.slider-wrapper {
	margin: 10px 0 0 15px;
	box-shadow: 3px 3px 8px 0 rgba(0,0,0,0.4);
}

.ei-slider {
    height: 400px;
    max-width: 1005px;
    position: relative;
    width: 100%;
}
.ei-slider-loading {
    background: url("images/black-loader.gif") no-repeat scroll 50% 48% #000;
    color: #fff;
    height: 100%;
    left: 0;
    line-height: 520px;
    position: absolute;
    text-align: center;
    top: 0;
    width: 100%;
    z-index: 999;
}
.ei-slider-large {
    height: 100%;
    overflow: hidden;
    position: relative;
    width: 100%;
	padding: 0;
	margin: 0;
}
.ei-slider-large li {
    height: 100%;
    left: 0;
    overflow: hidden;
    position: absolute;
    top: 0;
   /* width: 100%;*/
	list-style: none;
}
.ei-slider-large li img {
    width: 100%;
	margin-left: 0 !important;
}
.ei-title {
    bottom: 0;
	width: 100%;
    color: #fff;
    background: rgba(0,0,0,0.6);
    position: absolute;
    left: 0;
	text-decoration: none;
	font-family: 'Archivo Narrow', sans-serif;
}
.ei-title h2, .ei-title h3 {
    text-align: left;
	width: 785px;
}
.ei-title h2 {
    color: #ffffff;
	font-size: 18px;
    float: left;
    padding: 10px 10px 0;
    text-transform: capitalize;
}

.ei-title h2 a {
	text-decoration: none;
}

.ei-title h3 {
	font-family: 'Abel', sans-serif;
    clear: both;
    font-size: 13px;
    line-height: 140%;
	color: #dfdfdf;
    padding: 0 10px 15px 10px;
}
.ei-slider-thumbs {
    height: 13px;
    max-width: 100% !important;
    position: relative;
	width: 100%;
	margin: 0;
}
.ei-title a {
    color: #fff;
}
.ei-slider-thumbs li {
    float: left;
    height: 100%;
    position: relative;
	list-style: none;
}
.ei-slider-thumbs li.ei-slider-element {
    background: none repeat scroll 0 0 #f88c00;
    height: 100%;
    left: 0;
    position: absolute;
    text-indent: -9000px;
    top: 0;
    z-index: 10;
}
.ei-slider-thumbs li a {
    background: none repeat scroll 0 0 #666;
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.3), 0 1px 0 1px rgba(255, 255, 255, 0.5);
    cursor: pointer;
    display: block;
    height: 100%;
    text-indent: -9000px;
    transition: background 0.2s ease 0s;
    width: 100%;
}
.ei-slider-thumbs li a:hover {
    background-color: #f0f0f0;
}
.ei-slider-thumbs li img {
    bottom: 50px;
    max-height: 100px;
    opacity: 0;
    position: absolute;
    transition: all 0.4s ease 0s;
    width: 100%;
    z-index: 999;
}
.content .ei-slider-thumbs li img {
    max-height: 65px;
}
.ei-slider-thumbs li:hover img {
    bottom: 13px;
    opacity: 1;
}

.posts-wrapper, .single-wrapper {
	margin-top: 20px;
	background: #fff;
}

.single-wrapper .entry-content{
	padding: 20px;
}


.hentry {
	padding: 15px 15px 0;
}

.hentry .entry-header {
	overflow: hidden;
	clear: both;
}

.hentry .entry-header .entry-title {
	display: inline-block;
	padding: 0 0;
	font-size: 25px;
	font-weight: 700;
	color: #262626;
	line-height: 150%;
	font-family: 'Archivo Narrow', sans-serif;
}

.hentry .entry-header .entry-title a {
	text-decoration: none;
	color: #262626;
}

.hentry .entry-header .entry-title a:hover {
	text-decoration: underline;
}

.hentry .entry-content {
	line-height: 19px;
	font-size: 14px;
	font-weight: 300;
	color: #3d3d3d;
}

.hentry .entry-footer {
	float: right;
}

.hentry .entry-more {
	border: 1px solid #8c8c8b;
    border-radius: 5px;
    color: #464646;
    display: block;
    float: right;
    font-size: 14px;
    font-weight: 300;
    margin-top: -10px;
    text-align: center;
    text-decoration: none;
    width: 76px;
}

.hentry .entry-more:hover {
	opacity: 0.8;
	border: 1px solid #f5911e;
}

.post-threeimg {
	width: 175px;
	float: right;
	margin: 0 0 20px 0;
}

.post-threeimg div{
	width: 175px; 
	height: 120px; 
	overflow: hidden; 
	float: left; 
	margin: 5px 0;
	box-shadow: 2px 3px 8px 0 rgba(0, 0, 0, 0.8);
}

.post-bigimg {
	width: 575px; 
	height: 380px; 
	overflow: hidden; 
	float: left; 
	margin: 5px 0 20px;
	box-shadow: 2px 3px 8px 0 rgba(0, 0, 0, 0.8);
	position: relative;
}

.post-bigimg > a {
	float: left;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}

.post-bigimg img {
	width: 575px;
	height: 380px;
}

.img-soc-wrapper {
	padding: 10px 0;
}

.img-soc-wrapper img{
	box-shadow: 2px 3px 8px 0 rgba(0, 0, 0, 0.8);
}

.post-bigimg .share_icons {
	width: 100%;
	height: 29px;
	bottom: 0;
	position: absolute;
	background: #333333;
}

.post-bigimg .share_icons .icons a {
	display: block;
	float: right;
	width: 29px;
	height: 29px;
	margin-left: 3px;
	text-indent: 30px;
	overflow: hidden;
}

.post-bigimg .share_icons {
	float: right;
} 

.post-bigimg .cats_image {
	float: left;
	padding: 6px 0 0 5px;
}

.single .post-bigimg .cats_image {
	padding: 0 0 0 5px;
}

.post-bigimg .share_icons .cats_image a{
	display: inline-block;
	float: none;
	color: #fff;
/*	margin-left: 5px;*/
}

.post-bigimg .share_icons a.fb {
	background: url('images/sprite.png') left top no-repeat;
	background-position: 0 -651px;
}

.post-bigimg .share_icons a.fb:hover {
	background: url('images/sprite.png') left top no-repeat;
	background-position: 0 -681px;
}

.post-bigimg .share_icons a.tw {
	background: url('images/sprite.png') left top no-repeat;
	background-position: 0 -771px;
}

.post-bigimg .share_icons a.tw:hover {
	background: url('images/sprite.png') left top no-repeat;
	background-position: 0 -801px;
}
.post-bigimg .share_icons a.pn {
	background: url('images/sprite.png') left top no-repeat;
	background-position: 0 -711px;
}

.post-bigimg .share_icons a.pn:hover {
	background: url('images/sprite.png') left top no-repeat;
	background-position: 0 -741px;
}

.werbung_table tr:first-of-type td{
	background: none repeat scroll 0 0 #858585 !important;
    color: #fff;
    line-height: 140%;
    padding: 5px 0;
    text-align: center;
    text-shadow: 1px 0 0 rgba(0, 0, 0, 0.5);
    vertical-align: middle;
    width: 15.5%;
}

.werbung_table tr:first-of-type td h2{
	padding: 0;
	margin: 0;
}

.werbung_table tr td{
    line-height: 140%;
    padding: 5px 0;
    text-align: center;
    vertical-align: middle;
    width: 15.5%;
}

.werbung_table tr td h3,
.werbung_table tr td h2 {
	text-align: center !important;
}

.werbung_table tr:nth-of-type(odd) td {
	background: #EFEFEF;
}

.single-post .entry-content p a,
.single-post .entry-content ul li a {
	text-decoration: underline;
	color: #404040;
}

.single-post .entry-content p a:hover,
.single-post .entry-content ul li a:hover {
	text-decoration: none;
}

.archive .post-249329 .post-bigimg > a,
.home .post-249329 .post-bigimg > a {
	background-position: center -595px !important;
}

/* =Sidebar
----------------------------------------------- */
#sidebar_posts {
	padding: 15px 15px;
}

#sidebar_posts .sidebar_post {
	margin: 0 0 10px 0;
}

#sidebar_posts a{
	color: #262626;
}
#sidebar_posts a img{
	box-shadow: 2px 3px 8px 0 rgba(0, 0, 0, 0.8);
}

#sidebar_posts h2 {
	font-size: 16px;
	font-family: 'Archivo Narrow', sans-serif;
}

#sidebar_posts .sbp_image {
	position: relative;
}

#sidebar_posts .sbp_label {
	background: url('images/sprite.png') left top no-repeat;
	background-position: 0 -32px;
    color: #262626;
    font-size: 14px;
    height: 32px;
    line-height: 34px;
    position: absolute;
    right: -35px;
    text-indent: 15px;
    top: 10px;
    width: 159px;
}

#sidebar_posts .sbp_label span {
	font-weight: bold;
}

#sidebar_posts .sbp_image:hover .sbp_label {
	background-position: 0 0;
	color: #fff;
}

/* =Category & Single
----------------------------------------------- */

.wp-pagenavi {
    float: right;
    padding: 20px 0 21px;
	margin: 0 10px 0 0;
}

.wp-pagenavi span,
.wp-pagenavi a {
    background: none repeat scroll 0 0 #fff;
    border: 1px solid #8c8c8b;
    border-radius: 5px;
    margin: 0 2px;
    padding: 6px 12px;
}

.wp-pagenavi a:hover {
	background: none repeat scroll 0 0 #fff;
    border: 1px solid #f5911e;
	text-decoration: none;
}

.page-header, .single-header  {
	padding: 10px 10px 0;
}

.single-header .entry-title,
.page-header .taxonomy-description h1 {
	font-size: 26px;
	color: #fff;
	font-family: 'Archivo Narrow', sans-serif;
	margin-bottom: 5px;
}

.page-header .taxonomy-description {
	font-size: 15px;
	color: #ddd;
	font-family: 'Archivo Narrow', sans-serif;
	line-height: 150%;
}

.single-header .entry-meta {
	color: #a0a0a0;
	font-size: 13px;
}

.single-header .entry-meta a {
	color: #a0a0a0;
	text-decoration: underline;
}

.single-header .entry-meta a:hover {
	text-decoration: none;
}

.post-categories a{
	background: url('images/sprite.png') left top no-repeat;
	background-position: 0 -956px;
    font-size: 14px;
    height: 13px;
    line-height: 13px;
    padding: 0 0 0 17px;
    text-decoration: none;
    display: inline-block;
    float: none;
    margin-right: 5px;
}

 .post-categories a:hover {
	text-decoration: underline;
	background: url('images/sprite.png') left top no-repeat;
	background-position: 0 -969px;
}

.single-header .posted-on a {
	text-decoration: none;
}

.img-soc-wrapper {
	display: inline-block;
	position: relative;
}

.img-soc-wrapper .soc_span {
	left: -30px;
    position: absolute;
    top: 10px;
	display: none;
}

.img-soc-wrapper .soc_span a {
	width: 48px;
	height: 32px;
	display: block;
	text-decoration: none;
	overflow: hidden;
	text-indent: -999px;
	margin: 0 0 0 -10px;
	float: left;
}

.img-soc-wrapper .soc_span .soc_share {
	float: left;
	display: block;
	width: 112px;
	height: 32px;
	background: url('images/sprite.png') left top no-repeat;
	background-position: 0 -586px;
}

.img-soc-wrapper .soc_span a.fb {
	background: url('images/sprite.png') left top no-repeat;
	background-position: -115px -586px;
	background: url('images/share_buttons.png') -115px 0 no-repeat;
}

.img-soc-wrapper .soc_span a.fb:hover {
	background: url('images/sprite.png') left top no-repeat;
	background-position: -115px -618px;
}

.img-soc-wrapper .soc_span a.tw {
	background: url('images/sprite.png') left top no-repeat;
	background-position: -170px -586px;
}

.img-soc-wrapper .soc_span a.tw:hover {
	background: url('images/sprite.png') left top no-repeat;
	background-position: -170px -618px;
}

.img-soc-wrapper .soc_span a.pin {
	background: url('images/sprite.png') left top no-repeat;
	background-position: -226px -586px;
}

.img-soc-wrapper .soc_span a.pin:hover {
	background: url('images/sprite.png') left top no-repeat;
	background-position: -226px -618px;
}

.img-soc-wrapper .soc_span a.gp {
	background: url('images/sprite.png') left top no-repeat;
	background-position: -276px -586px;
}

.img-soc-wrapper .soc_span a.gp:hover {
	background: url('images/sprite.png') left top no-repeat;
	background-position: -276px -618px;
}

.prev_link, .next_link{
	background: #ececec;
	height: 65px;
	float: left;
	width: 50%;
	overflow: hidden;
}

.prev_link a, .next_link a{
	display: block;
	height: 65px;
	width: 100%;
	padding: 0 30px;
	color: #2f2f2f;
	line-height: 65px;
	background: url("images/prev_arrow.png") no-repeat scroll 10px 20px #ececec;
}

.next_link a {
	background: url("images/next_arrow.png") no-repeat scroll #ececec;
	background-position: right 10px top 20px;
}

.prev_link a:hover, .next_link a:hover {
	background-color: #cecece;
	text-decoration: none;
}

.single-relatedposts {
    clear: both;
    margin: 0 12px 20px 12px;
    overflow: hidden;
    padding: 12px;
    text-align: center;
}
.sr-post {
    display: inline-block;
    height: 200px;
    padding: 6px;
    text-decoration: none;
    width: 178px;
	vertical-align: top;
}
.sr-post > div {
    height: 200px;
    width: 168px;
}
.sr-post .sr-title {
    color: #404040;
    font-size: 15px;
    height: 83px;
    padding: 10px 0;
    text-align: center;
}
.sr-post:hover .sr-title {
    color: #f5911e;
	text-decoration: none;
}
.sr-post .sr-img {
    border: 5px solid #fafafa;
}
.sr-post:hover .sr-img {
    border: 5px solid #f5911e;
}

.sr-post:hover,
.sr-post:hover a:hover {
	text-decoration: none;
}

div.ssba {
	margin: 0 0px 10px 15px
}

#ss {
	 margin-top: 800px !important;
}

.social-sticked .sidebar{
	background: none repeat scroll 0 0 #fff;
    padding-top: 20px;
    width: 342px;
}

.social-sticked .sidebar #ss{
	margin-top: 10px !important;
}

.subcats_list{
	padding: 0;
	margin: 0 0 0 15px;
}

.subcats_list li{
	list-style: none;
	float: left;
}

.subcats_list li a {
	background: none repeat scroll 0 0 #464646;
    color: #bdbdbd;
    display: block;
    font-size: 14px;
    padding: 7px 11px;
	margin: 0 0 10px 0;
}

.subcats_list li a:hover {
	color: #fff;
	background: #646464;
	text-decoration: none;
}

#ss {
	background: url('images/sprite.png') right top no-repeat;
	background-position: 340px -983px;
	height: 70px;
	margin: 10px -20px 0 0;
}

#ss ul {
	padding: 0;
	margin: 0 0 0 13px;
}

#ss ul li  {
	list-style: none;
	float: left;
}

#ss ul li a {
	display: block; 
	width: 82px;
	height: 50px;
	float: left;
	text-indent: 100px;
	overflow: hidden;
}

#ss ul li.ss_fb a {
	background: url('images/sprite.png') left top no-repeat;
	background-position: -4px -1054px;
}

#ss ul li.ss_twitter a {
	background: url('images/sprite.png') left top no-repeat;
	background-position: -4px -1207px;
	
}

#ss ul li.ss_g a {
	background: url('images/sprite.png') left top no-repeat;
	background-position: -4px -1105px;
}

#ss ul li.ss_pinterest a {
	background: url('images/sprite.png') left top no-repeat;
	background-position: -4px -1156px;
}

#ss ul li a:hover {
	opacity: 0.8;
}

#sidebar_newsletter {
	background: url('images/sprite.png') left top no-repeat;
	background-position: -20px -831px;
    height: 93px;
    margin: 13px 0 0 15px;
    width: 344px;
}

#sidebar_newsletter form {
	padding: 7px 0 0 14px;
}

#sidebar_newsletter .search-newsletter {
	background: url('images/sprite.png') left top no-repeat;
	background-position: 0 -925px;
    border: medium none;
    box-shadow: none;
    height: 31px;
    margin: 0 0 0 -5px;
    overflow: hidden;
    text-indent: 100px;
    width: 41px;
}

#sidebar_newsletter .search-newsletter:hover {
	opacity: 0.8;
}

#sidebar_newsletter #subscribe-box-bottom {
	background: none repeat scroll 0 0 #333333;
    border: 1px solid #5c5c5c;
    box-shadow: none;
    color: #c9c9c9;
    margin: 0;
    padding: 2px 10px;
}

#sidebar_newsletter .newsletter_text{
	font-size: 15px;
	color: #dddddd;
	padding: 0;
	margin: 0;
	font-family: 'Archivo Narrow', sans-serif;
}

/* =Footer
----------------------------------------------- */
.site-footer {
	background: url('images/footer_bg.png') center center no-repeat;
	width: 100%;
	height: 160px;
	margin-top: -80px;
	padding-top: 91px;
}

.footer-wrapper {
    height: 58px;
    margin: 0 auto;
    width: 1140px;
}

.footer_socials {
	float: right;
	color: #c6c6c6;
	padding: 0 10px 0 0;
}

.footer_socials .social_icons li.hs_connect {
	color: #c6c6c6;
}

.footer-nav {
	float: left;
	padding: 0 0 0 10px;
}

.footer-nav ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.footer-nav li {
	display: inline-block;
	padding: 0 20px 0 0;
}

.footer-nav li a {
	font-size: 15px;
	color: #c6c6c6;
}

#wpstats {
	display: none;
}

.langlink {
	color: #303031;
    display: block;
    float: right;
    font-weight: bold;
    margin: 19px 5px 0;
}

#app_header {
	float: right;
	margin: 12px 40px 0 0;
}

#android_app,
#apple_app {
	float: left;
	width: 120px;
	height: 35px;
	background-size: 100% !important;
	outline: none;
}

#android_app {
	float: left;
	background: url("images/android_app_logo.png") no-repeat;
	margin-right: 12px;
}

#apple_app {
	float: left;
	background: url("images/apple_app_logo.png") no-repeat;
}

/*****	new style for top 100 page	*****/

.single-format-gallery .right_cont {
	top: 0;
}

.sg_hold {
	//background: #fff;
}

.popup_white_bg {
	display: none;
	background: #fff;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 9999;
}

.single-format-gallery #footer,
.single-format-gallery #footer .orange_gradient {
	margin-top: 0;
}

.product_images {
	width: 100%;
	max-width: 1600px;
	margin: 0 auto;
	position: relative;
	z-index: 9;
	border-left: 1px solid #d6d6d6;
	border-bottom: 1px solid #d6d6d6;
	box-sizing: border-box;
}

.product_images .img {
	float: left;
	background: #fff;
	display: table;
	width: 264px;
	height: 205px;
	border-top: 1px solid #d6d6d6;
	border-right: 1px solid #d6d6d6;
}

.product_images .img a {
	display: table-cell;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	vertical-align: middle;
	text-align: center;
}

.product_images .img:last-of-type {
	border-bottom: 1px solid #d6d6d6;
}

.product_images .img img {
	display: block;
	width: 100%;
}

.product_images .img:first-of-type {
	width: 540px;
	height: 411px;
}

#content_desc.short_desc {
	margin-top: 20px;
	padding: 10px 0 30px 0;
	border-top: 1px solid #e6e6e6;
}

#content_desc.short_desc p iframe {
	display: block;
	margin: 0 auto;
}

.title_black_bg {
	float: left;
	width: 100%;
	padding: 15px 25px;
	margin-bottom: 10px;
	color: #fff;
	font-size: 25px;
	text-shadow: 1px 1px 0 rgba(0,0,0,0.2);
	font-weight: 600;
	line-height: 30px;
	background: #474747;
}

#content_desc.short_desc p {
	display: inline-block;
	width: 100%;
	margin-bottom: 10px;
}

.short_desc {
	float: left;
	width: 100%;
	line-height: 23px;
}

.short_desc p {
	height: 70px;
	overflow: hidden;
}

#content_desc.short_desc p {
	height: auto;
}

.short_desc.open p {
	height: auto;
}

.short_desc .more_desc {
	float: right;
	color: #f79200;
}

.short_desc .more_desc:hover {
	text-decoration: none;
}

.short_desc .more_desc:after {
	content: "\f107";
	font-family: "fontawesome";
	margin-left: 6px;
}

.short_desc .more_desc:hover:after,
.short_desc.open .more_desc:after {
	content: "\f106";
}

.product_holder {
	float: left;
	width: 100%;
	padding-top: 25px;
	margin-top: 20px;
	padding-bottom: 10px;
	border-top: 1px solid #e6e6e6;
}

.product_holder > p,
.popup_content {
	text-align: justify;
}

.product_holder a:hover {
	text-decoration: none;
}

.product_holder .img {
	float: left;
	width: 55%;
	height: 320px;
	padding-right: 5%;
	padding-left: 0;
	position: relative;
}

.product_holder .img a {
	color: #464646;
}

.product_holder .img a:hover {
	color: #f79200;
}

.product_holder .img .link_img {
	display: block;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	position: relative;
}

.product_holder .img .link_img span {
	background-image: url("images/search_icon_product.png"), url("images/bg_product_hover.png");
	background-repeat: no-repeat, repeat;
	background-position: center center, left top;
	width: 100%;
	height: 100%;
	display: flex;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 9;
	items-align: center;
	opacity: 0;
	visibility: hidden;
	transition: all 0.2s ease-in-out;
}

.product_holder .img .link_img:hover span {
	opacity: 1;
	visibility: visible;
}

.product_holder .img .quick_view {
	position: absolute;
	right: 15px;
	bottom: 90px;
	font-size: 60px;
	opacity: 0;
	visibility: hidden;
	transition: all 0.2s ease-in-out;
}

.product_holder .img:hover .quick_view {
	opacity: 1;
	visibility: visible;
}

.product_holder .desc,
.product_holder .social_pr,
.product_holder .related_pr {
	float: right;
	width: 45%;
	clear: right;
}

.product_holder .desc .top {
	float: left;
	display: table;
	width: 100%;
	line-height: 23px;
	vertical-align: middle;
}

.product_holder .desc .top span {
	display: table-cell;
	vertical-align: middle;
	width: 17%;
	color: #464646;
	font-size: 25px;
}

.product_holder .desc .top h1 {
	display: table-cell;
	vertical-align: middle;
	width: 83%;
	font-size: 21px;
}

.product_holder .desc .top h1 a {
	color: #464646;
}

.product_holder .desc .top h1 a:hover {
	color: #f79200;
}

.product_holder .prices {
	float: left;
	width: 100%;
	margin: 15px 0 10px 0;
}

.product_holder .prices .text {
	float: left;
	margin-right: 10px;
}

.product_holder .prices span {
	float: left;
	font-size: 16px;
	font-weight: 600;
}

.product_holder .prices .von {
	float: right;
	color: #666;
	font-size: 14px;
	font-weight: 400;
}

.product_holder .prices .von a {
	text-decoration: underline;
}

.product_holder .prices .von a:hover {
	text-decoration: none;
	color: #666;
}

.product_holder .prices .sale_price {
	margin-right: 8px;
	color: #8f8f8f;
	text-decoration: line-through;
}

.product_holder .prices .normal_price {
	color: #000;
}

.product_holder .prices .normal_price:after {
	content: "\f02b";
	font-family: "fontawesome";
	font-size: 12px;
	margin-left: 6px;
}

.product_holder p {
	line-height: 21px;
}

.related_pr {
	margin: 15px 0 20px 0;
	border: 1px solid #e6e6e6;
	border-right: none;
}

.related_pr img,
.related_pr span {
	float: left;
	width: 50%;
	border-right: 1px solid #e6e6e6;
}

.related_pr span.video_icon {
	background: url("images/video_img.png") no-repeat center center;
	width: 50%;
	height: 153px;
}

.product_holder .social_pr {
	margin-top: 20px;
}

.product_holder .social_pr ul {
	float: left;
}

.product_holder .social_pr ul li {
	float: left;
	margin-right: 15px;
}

.product_holder .social_pr ul li a {
	color: #666;
	font-size: 18px;
}

.product_holder .social_pr ul .fb:hover a {
	color: #2960A0;
}

.product_holder .social_pr ul .tw:hover a {
	color: #00ACEE;
}

.product_holder .social_pr ul .gp:hover a {
	color: #DA4835;
}

.product_holder .social_pr span {
	float: right;
	color: #666;
}

.product_holder .social_pr span a {
	text-decoration: underline;
}

.product_holder .social_pr span a:hover {
	text-decoration: none;
}

.ra_hold {
	float: left;
	width: 100%;
}

.ra_hold a div {
	font-size: 14px !important;
}

.single .post-bigimg img {
	height: auto;
}

/*****	popup product	*****/

.popup_product_shadow {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	background: #fff;
	z-index: 9999;
}

.popup_product_hold {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	width: 100%;
	background: #fff;
}

.popup_product {
	float: left;
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.popup_product_hold a:hover {
	text-decoration: none;
}

.popup_product_shadow .exit_qv {
	position: absolute;
	top: 0;
	right: 0;
	z-index: 10001;
	padding: 10px 12px;
	background: #666;
	font-size: 23px;
	color: #fff;
}

.popup_product_shadow .exit_qv:after {
	content: "";
	background: url("images/exit.png") no-repeat;
	width: 16px;
	height: 16px;
	display: block;
}

.popup_product_shadow .exit_qv:hover {
	background: #f79200;
}

.left_qv {
	float: left;
	width: 60%;
	padding-top: 10px;
}

.popup_product .banner_popup {
	float: left;
	width: 60%;
	height: 90px;
	margin: 12px 0 0 0;
	text-align: center;
}

.popup_product .banner_popup img {
	width: auto;
	margin: 0;
}

.left_qv .bx-wrapper {
	width: 730px;
	height: 480px;
	margin: 0 auto;
}

.left_qv .popup_slider,
.left_qv .bx-wrapper .bx-viewport {
	height: 480px !important;
}

.left_qv .popup_slider,
.left_qv .popup_slider li {
	margin: 0;
	padding: 0;
}

.left_qv .popup_slider li {
	float: left;
	width: 720px !important;
	height: 100%;
	text-align: center;
}

.left_qv .popup_slider iframe {
	width: 100% !important;
	height: 100%;
}

.left_qv .popup_slider img {
	display: inline-block;
	max-height: 100%;
	max-width: 100%;
}

.bx-wrapper .bx-prev,
.bx-wrapper .bx-next {
	width: 44px !important;
	height: 44px !important;
	transition: background 0.2s ease-in-out;
	background-size: 100% !important;
}

.bx-wrapper .bx-prev:hover,
.bx-wrapper .bx-next:hover {
	background-size: 95% !important;
}

.bx-wrapper .bx-prev {
	left: -40px;
	background: url(images/left_arrow.png) no-repeat center center;
}

.bx-wrapper .bx-next {
	right: -40px;
	background: url(images/right_arrow.png) no-repeat center center;
}

.left_qv .popup_pager {
	width: 100%;
	max-width: 720px;
	margin: 10px auto 0 auto;
	text-align: center;
}

.left_qv .popup_pager a {
	display: inline-block;
	width: 50px;
	height: 45px;
	margin: 0 2px;
	border: 1px solid transparent;
	cursor: pointer;
}
.left_qv .popup_pager .active,
.left_qv .popup_pager a:hover {
	border: 1px solid #666;
}

.left_qv .popup_pager a img {
	filter: opacity(50%);
	-moz-filter: opacity(50%);
	-webkit-filter: opacity(50%);
}
.left_qv .popup_pager .active img,
.left_qv .popup_pager a:hover img {
	filter: opacity(100%);
	-moz-filter: opacity(100%);
	-webkit-filter: opacity(100%);
}

.left_qv .popup_pager img {
	width: 100%;
}

.left_qv .popup_pager .video_icon span {
	display: block;
	background: url("images/video_img.png") no-repeat center center;
	background-size: 100% !important;
	width: 50px;
	height: 50px;
}

.right_qv {
	float: left;
	width: 40%;
	height: 700px;
	margin-top: -100px;
	border-left: 1px solid #e6e6e6;
}

.right_qv .top_qv {
	float: left;
	width: 100%;
	padding: 30px 10px 10px 10px;
}

.right_qv h1 {
	float: left;
	width: 100%;
	font-size: 21px;
	font-weight: 600;
	line-height: 20px;
}

.breadcrumb_qv {
	float: left;
	width: 100%;
}

.breadcrumb_qv li {
	float: left;
}

.breadcrumb_qv li:after {
	content: "/";
	margin: 0 8px;
	color: #55a34c;
}

.breadcrumb_qv li:last-of-type:after {
	content: "";
} 

.breadcrumb_qv li a {
	color: #55a34c;
	font-size: 11px;
}

.breadcrumb_qv li a:hover {
	text-decoration: underline;
}

.right_qv .from_firm {
	float: left;
	width: 100%;
	padding: 12px 0;
}

.right_qv .price_hold {
	float: left;
	width: 100%;
}

.right_qv .price_hold .text {
	float: left;
	margin: 14px 10px 0 0;
	font-size: 23px;
}

.right_qv .price_hold span {
	margin-right: 5px;
	float: left;
}

.right_qv .price_hold span:nth-of-type(1) {
	font-size: 28px;
	margin-top: 10px;
}

.right_qv .price_hold span:nth-of-type(2) {
	font-size: 16px;
	margin-top: 20px;
	text-decoration: line-through;
}

.right_qv .price_hold a {
	float: right;
	margin-right: 10px;
	padding: 13px 40px;
	font-size: 21px;
	color: #464646;
	border-radius: 4px;
	border: 1px solid #8c8c8b;
}

.right_qv .price_hold a:hover {
	border-color: #f79200;
	color: #f79200;
}

.social_qv {
	float: left;
	width: 100%;
	margin: 15px 0;
}

.social_qv li {
	float: left;
	width: 20%;
	height: 80px;
	display: table;
}

.social_qv li a {
	display: table-cell;
	width: 100%;
	height: 100%;
	text-align: center;
	vertical-align: middle;
	font-size: 32px;
	color: #fff;
}

.social_qv li a:hover {
	opacity: 0.8;
}

.social_qv li .tw {
	background: #00aced;
}

.social_qv li .fb {
	background: #3b5998;
}

.social_qv li .pr {
	background: #cb2027;
}

.social_qv li .gp {
	background: #dd4b39;
}

.social_qv li .letter {
	background: #aaa;
}

.social_qv li .link {
	background: #0f52ba;
}

.top_qv > h4 {
	float: left;
	width: 100%;
	padding: 10px 0;
	font-weight: 600;
}

.right_qv p {
	margin: 0;
}

.top_qv > p {
	float: left;
	width: 100%;
	padding-bottom: 10px;
	line-height: 18px;
	border-bottom: 1px solid #e6e6e6;
}

.controls_qv {
	display: table;
	width: 100%;
	height: 80px;
	border-top: 1px solid #e6e6e6;
	border-bottom: 1px solid #e6e6e6;
}

.controls_qv a {
	display: table-cell;
	position: relative;
	vertical-align: middle;
	font-size: 25px;
	color: #464646;
	outline: none;
}

.controls_qv a:hover {
	color: #f79200;
}

.controls_qv .prev {
	padding: 0 20px 0 60px;
	border-right: 1px solid #e6e6e6;
}

.controls_qv .next {
	padding: 0 60px 0 20px;
	text-align: right;
}

.controls_qv .prev:before,
.controls_qv .next:after {
	font-family: "FontAwesome";
	font-size: 74px;
	position: absolute;
	top: -20px;
}
.controls_qv .prev:before {
	content: "\f104";
	left: 15px;
}
.controls_qv .next:after {
	content: "\f105";
	right: 15px;
}

.related_qv {
	float: left;
	width: 100%;
	padding: 20px 10px 10px 10px;
}

.related_qv h3 {
	float: left;
	width: 100%;
	margin-bottom: 5px;
	font-weight: 600;
}

.related_qv ul {
	float: left;
	width: 100%;
	margin: 0;
	list-style: none;
}

.related_qv ul li {
	float: left;
	width: 25%;
	padding: 8px 5px;
}

.related_qv li a {
	display: block;
	width: 100%;
	color: #464646;
}

.related_qv li a:hover span {
	color: #f79200;
}

.related_qv li a img {
	width: 100%;
}

.related_qv li span {
	display: block;
	width: 100%;
	padding: 5px 0;
	font-weight: 600;
	text-align: center;
}

#content_desc {
	float: left;
	width: 100%;
}

.hidden {
  display: none !important;
}

.label_shop {
	float: left;
	margin-right: 10px;
}

.single-format-gallery .stop_sticky_aside {
	float: left;
	width: 100%;
	position: relative;
	z-index: 99;

}

/***** justify css *****/
.short_desc {
	text-align: justify;
}

/*****	new code for archzine site	*****/

.single-format-gallery .sg_hold .site-content {
	padding-top: 20px;
	background: #fff;
}

.content_pr {
	float: left;
    width: 800px;
	padding: 0 20px;
}

.single-format-gallery .single-header {
	padding: 4px 10px 5px 10px;
}

.single-format-gallery .single-header .entry-title {
	margin-bottom: 0;
}

.single-format-gallery .content_pr .sd-sharing-enabled {
	display: none;
}

/* product table */

.products_table {
	float: left;
	width: 100%;
	margin-bottom: 10px;
	box-shadow: 0 3px 5px #e6e6e6;	
}

.single-format-gallery #content_desc.short_desc {
    margin-top: 20px;
    padding: 0px 0 30px 0;
    border-top: 1px solid #e6e6e6;
}

.single-format-gallery #content_desc.short_desc h1 {
		background: #ececec url('images/footer_bg.png');
    background-position: center;
    background-size: auto;
}

.products_table table {
	min-width: 460px;
	margin-bottom: 0;
}

.products_table tr th {
    background: #333334;
    color: #fff;
    font-size: 16px;
    padding: 5px 10px 5px 0;
}

.products_table tr td {
	padding: 6px 0;
}

.products_table tr td:first-of-type {
	text-align: center;
	padding: 5px 3px;  
}

.products_table tr td:nth-of-type(3) {
	padding-right: 25px;
}

.products_table tr:nth-of-type(2n+1) td {
    background: #f8f8f8;
}

.products_table tr td {
	font-size: 15px;
}

/***	ideabook page	***/

.ideabook {
	background: #fff;
	padding: 30px;
}

.title_ideabook {
	float: left;
	width: 100%;
	margin-bottom: 5px;
}

.title_ideabook h1 {
	float: left;
	font-size: 20px;
	font-weight: 700;
	margin-right: 10px;
}

.title_ideabook p {
	float: left;
	width: 100%;
	margin-top: 10px;
}

.title_ideabook a {
	display: inline-block;
	font-size: 13px;
	color: #F79200;
	margin-top: 7px;
}

.title_ideabook a.right {
	float: right;
}

.title_ideabook a:hover {
	text-decoration: underline;
}

.title_ideabook a i {
	margin-right: 3px;
}

.white_title {
	float: left;
	width: 100%;
	font-size: 40px;
	text-align: center;
	padding: 25px 0;
	font-size: 40px;
}

.white_title.line {
	padding: 35px 0;
}

.ideabook_box {
	float: left;
	width: 30%;
	margin: 20px 0;
}

.ideabook_box:nth-of-type(3n+2) {
	margin: 20px 5%;
}

.ideabook_box:nth-of-type(3n+4) {
	clear: left;
}

.ideabook_box .img_box,
.create_album {
	height: 255px;
	border: 1px solid #ccc;
	border-radius: 3px;
	position: relative;
	color: #fff;
}

.ideabook_box .img_box img {
	display: block;
	width: 100%;
}

.ideabook_box .img_box .img_hold {
	display: block;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}

.ideabook_box .img_box .buy_save_btn {
	position: absolute;
	top: -20px;
	right: -20px;
	left: initial;
	opacity: 0;
	visibility: hidden;
	transition: all 0.3s ease-in-out;
}

.ideabook_box .img_box:hover .buy_save_btn {
	opacity: 1;
	visibility: visible;
	transition: all 0.3s ease-in-out;
}

.ideabook_box .img_box .buy_save_btn a {
	border-radius: 50px;
	width: 40px;
	height: 40px;
	text-align: center;
	padding: 9px 13px;
	font-size: 15px;
	box-shadow: 0 1px 0 rgba(0,0,0,0.5);
	color: #fff;
}

.ideabook_box .img_box .buy_save_btn a:hover {
	opacity: 0.8;
}

.ideabook_box .img_box .buy_save_btn a:nth-of-type(1) {
	background: #ff4e48;
}

.ideabook_box .img_box .buy_save_btn a i {
	margin: 0;
}

.ideabook_box .img_box:hover .buy_save_btn {
	display: block;
}

.ideabook_box > h2 {
	float: left;
	margin-top: 10px;
	font-size: 13px;
	line-height: 18px;
}

.ideabook_box > h2 a:hover {
	color: #F79200;
}

.black_shadow:before {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 45px;
    background: -moz-linear-gradient(270deg, rgba(153,218,255,0) 0%, rgba(0,0,0,1) 100%); /* ff3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(153,218,255,0)), color-stop(100%, rgba(0,0,0,1))); /* safari4+,chrome */
    background: -webkit-linear-gradient(270deg, rgba(153,218,255,0) 0%, rgba(0,0,0,1) 100%); /* safari5.1+,chrome10+ */
    background: -o-linear-gradient(270deg, rgba(153,218,255,0) 0%, rgba(0,0,0,1) 100%); /* opera 11.10+ */
    background: -ms-linear-gradient(270deg, rgba(153,218,255,0) 0%, rgba(0,0,0,1) 100%); /* ie10+ */
    background: linear-gradient(180deg, rgba(153,218,255,0) 0%, rgba(0,0,0,1) 100%); /* w3c */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#99DAFF', endColorstr='#000000',GradientType=0 ); /* ie6-9 */
}

.black_shadow:hover {
	text-decoration: none;
}

.ideabook_box .img_box > .black_shadow {
	width: 100%;
	position: absolute;
	left: 0;
	bottom: 0;
	padding: 10px 0 10px 20px;
	color: #fff;
}

.ideabook_box .img_box .black_shadow > h2 {
	font-size: 20px;
	font-weight: bold;
	position: relative;
	transition: color 0.5s;
}

.ideabook_box .img_box .black_shadow > span {
	font-size: 13px;
	position: relative;
}

.ideabook_box .img_box .edit {
	position: absolute; 
	top: -18px;
	right: -18px;
	width: 40px;
	padding: 9px 0;
	background: #ff4e48;
	color: #fff;
	text-align: center;
	font-size: 15px;
	border-radius: 50px;
	visibility: hidden;
    opacity: 0;
    transition: opacity 0.5s, visibility 0.5s;
}

.ideabook_box .img_box:hover .black_shadow  h2 {
	color: #ff4e48;
	transition: color 0.5s;
}
	
.ideabook_box .img_box:hover .edit {
	display: block;
	visibility: visible;
    opacity: 1;
    transition: opacity 0.5s, visibility 0.5s;
}

.create_album a:hover {
	color: #F79200;
}

.ideabook_box .img_box:hover .edit:hover {
	background: #F79200;
}

.create_album {
	background: url("images/plus.png") no-repeat center center;
	font-size: 30px;
	color: #333;
}

.create_album a {
	position: relative;
	width: 100%;
	height: 100%;
	display: block;
	text-align: center;
	color: #262626;
}

.create_album a span {
	display: inline-block;
	width: 100%;
	height: 64px;
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	line-height: 31px;
}

/***	popup 	***/

.popup_edit_album,
.popup_create_album,
.popup_edit_attachment {
	position: relative;
	width: 400px;
	margin: 0 auto;
	padding: 30px 30px 20px 30px;
	background: -moz-linear-gradient(270deg, rgba(255,255,255,1) 0%, rgba(241,241,241,1) 100%); /* ff3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255,255,255,1)), color-stop(100%, rgba(241,241,241,1))); /* safari4+,chrome */
	background: -webkit-linear-gradient(270deg, rgba(255,255,255,1) 0%, rgba(241,241,241,1) 100%); /* safari5.1+,chrome10+ */
	background: -o-linear-gradient(270deg, rgba(255,255,255,1) 0%, rgba(241,241,241,1) 100%); /* opera 11.10+ */
	background: -ms-linear-gradient(270deg, rgba(255,255,255,1) 0%, rgba(241,241,241,1) 100%); /* ie10+ */
	background: linear-gradient(180deg, rgba(255,255,255,1) 0%, rgba(241,241,241,1) 100%); /* w3c */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f1f1f1',GradientType=0 ); /* ie6-9 */ 
}

.popup_edit_album .green_gradient,
.popup_create_album .green_gradient,
.popup_edit_attachment .green_gradient {
	background: url("images/popup_logo.png") no-repeat top center;
	padding-top: 70px;
}

.popup_edit_album .green_gradient span,
.popup_create_album .green_gradient span,
.popup_edit_attachment .green_gradient span {
	float: left;
	width: 100%;
	padding: 20px 0;
	font-size: 22px;
	text-transform: uppercase;
	text-align: center;
	color: #999ca0;
	border-top: 1px solid #e1e1e1;
}

.white_box_popup {
	width: 100%;
}

.input_text {
	float: left;
	width: 100%;
	padding: 10px;
	margin-bottom: 10px;
	border: 1px solid #e1e1e1;
	color: #999ca0;
	text-align: center;
	font-size: 18px;
}

.input_text:focus {
	border-color: #fbc277;
}

.submit_btn {
	background: #f58a00;
	display: block;
	min-width: 180px;
	margin: 0 auto;
	padding: 7px 10px;
	text-align: center;
	font-size: 22px;
	color: #fff;
	box-shadow: 3px 3px 3px #f8af50 inset, -3px -3px 3px rgba(0,0,0,0.2) inset;
	border: none;
	border-bottom: 1px solid #a3a3a3;
	border-right: 1px solid #a3a3a3;
	border-radius: 5px;
	cursor: pointer;
}

a.submit_btn {
	margin-top: 10px;
	padding: 6px 10px;
}

a.submit_btn.fancybox_link,
a.submit_btn.remove_album_button {
	width: 180px;
}

.submit_btn:hover {
	box-shadow: -3px -3px 3px #f8af50 inset, 3px 3px 3px rgba(0,0,0,0.2) inset;
	border-color: transparent;
	text-decoration: none;
}

.white_box_popup .submit_btn.yes_btn,
.white_box_popup .submit_btn.no_btn {
	min-width: 80px;
	display: inline-block;
	margin: 0 15px;
	box-shadow: none;
}

.white_box_popup .submit_btn.yes_btn {
	background: #5BBC18;
}

.white_box_popup .submit_btn.no_btn {
	background: #ff0000;
}

.white_box_popup .submit_btn.yes_btn:hover,
.white_box_popup .submit_btn.no_btn:hover {
	text-decoration: none;
	box-shadow: 3px 3px 3px rgba(0,0,0,0.2) inset, -3px -3px 3px rgba(0,0,0,0.2) inset;
}

.white_box_popup .del_album {
	width: 100%;
	padding-top: 5px;	
}

.white_box_popup .del_album > span {
	width: 100%;
	display: block;
	color: #888;
	font-size: 18px;
	text-align: center;
	padding: 20px 0;
}

.white_box_popup .del_album span a {
	font-size: 15px;
	font-weight: bold;
	color: #4dcbad;
}

.white_box_popup .del_album span a:hover {
	color: #F79200;
}

.text_popup a {
	color: #60ca6e;
}

.text_popup a:hover {
	text-decoration: underline;
}

.text_popup a.right {
	color: #000;
	text-decoration: underline;
}

.text_popup a.right:hover {
	text-decoration: none;
}

.login_page_form {
	width: 380px;
	margin: 0 auto;
}

.input_box {
	float: left;
	width: 50%;
	padding: 0 3%;
	margin-top: 20px;
}

.input_box .input_text {
	width: 100%;
}

.login_page_form .input_box {
	width: 100%;
}

.login_page_form .del_album > span {
	float: left;
	width: 100%;
	margin: 15px 0;
	padding: 0 3%;
	text-align: center;
	color: #888;
	font-size: 13px;
}

.login_page_form .del_album > span a {
	font-size: 15px;
	font-weight: bold;
	color: #4dcbad;
}

.login_page_form .label_text {
	display: none;
}

.login_page_form .del_album {
    margin-top: 20px;
	float: left;
	width: 100%;
}

.login_page_form .fb_btn {
	clear: left;
}

.fb_btn:hover {
	color: #fff;
}

.login_page_form .fb_btn i {
	margin-top: 3px;
}

.login_page_form .text_popup input[type="checkbox"] {
	margin-left: 0;
}

.mess_error {
	float: left;
	width: 92%;
	padding: 0 10px;
	color: #ff0000;
}

.mess_error span {
	float: left;
	width: 100%;
	padding-bottom: 8px;
	text-align: center;
}

.select_box {
	width: 92%;
	margin: 0 auto;
	background: #fff;
	position: relative;
	clear: left;
}

.white_box_popup .mess_error {
	width: 100%;
}

.select_box:after {
	position: absolute;
	top: 7px;
	right: 12px;
	content: "\f107";
	font-family: "fontAwesome";
	font-size: 28px;
}

.select_box:hover:after {
	content: "\f106";
	color: #F58A00;
}

.select_box select {
	position: relative;
	z-index: 9;
	width: 100% !important;
	cursor: pointer;
}

.select_box select option {
	padding: 3px 0;
}

#add_image_album select {
	background: transparent;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

/*** slider login product	***/

#slider_ideabook_hold {
	display: none;
	background: rgba(0,0,0,0.5);
	width: 100%;
	height: 100%;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 9999;
}

#slider_ideabook {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	width: 92%;
	height: 92%;
	background: linear-gradient(to right, black 0%,black 70%,#000000 70%,white 30%,white 100%);
}

#slider_ideabook .slick-slide .left_part img {
	width: 100%;
	max-height: 650px;
}

#slider_ideabook .slick-slider {
	height: 100%;
}

#slider_ideabook .slick-slide {
	position: relative;
}

#slider_ideabook .slick-list {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
}

/*** 	new style for sigle slider product	***/

#slider_ideabook .slick-list {
	width: 100% !important;
	height: 100% !important;
}

#slider_ideabook .slick-track  {
	height: 100% !important;
}

.slide_hold {
	float: left;
	width: 100%;
	height: 100%;
}

#slider_ideabook .slick-arrow {
	background: transparent;
	display: block;
	position: absolute;
	width: 20%;
	height: 100%;
	top: 0;
	padding: 0;
	border: none;
	cursor: pointer;
	text-align: center;
	color: #fff;
	font-size: 30px;
	opacity: 0.5;
}

#slider_ideabook .slick-arrow:hover {
	opacity: 1;
}

#slider_ideabook .slick-prev {
	left: 0;
	z-index: 99;
	text-align: left;
	padding-left: 20px;
}

#slider_ideabook .slick-next {
	right: 30%;
	z-index: 99;
	text-align: right;
	padding-right: 20px;
}

.slide_hold .left_part {
	float: left;
	width: 70%;
	height: 100%;
	background: #000;
	display: flex;
  flex-direction: column;
  justify-content: center;
}

.slide_hold .left_part .img {
	position: relative;
	width: 100%;
	height: 100%;
	margin: 0 auto;
	background-size: contain;
	background-position: center center;
	background-repeat: no-repeat;
}

.slide_hold .left_part .social_cat {
	position: absolute;
	top: 10px !important;
	right: 10px !important;
	left: initial !important;
}

.slide_hold .right_part {
	float: left;
	position: relative;
	width: 30%;
	height: 100%;
	background: #fff;
	padding: 20px 0;
	overflow-y: auto;
}

.slide_hold .right_part h3 {
	float: left;
	width: 100%;
	background: #f2f1f0;
	padding: 12px 10px;
	margin: 15px 0;
    border-top: 1px solid #d6d4d2;
    border-bottom: 1px solid #d6d4d2;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.12);
    overflow: hidden;
    text-transform: uppercase;
	color: #292827;
	font-size: 13px;
	font-weight: 400;
}

.slide_hold .right_part h3 i {
	margin-right: 5px;
	font-size: 14px;
}

.right_part .post_info {
	float: left;
	width: 100%;
	padding: 0 10px;
}

.right_part .post_info > a {
	float: left;
	width: 48%;
}

.right_part .post_info img {
	float: left;
	max-width: 100%;
}

.right_part .post_info h2,
.right_part .post_info p {
	float: left;
	width: 52%;
	padding-left: 15px;
	line-height: 20px;
	clear: none;
}

.right_part .post_info p {
	margin-top: 8px;
	font-size: 13px;
}

#slider_ideabook .sidebar_social {
	float: left;
	width: 100%;
	padding: 0 10px;
	margin: 0 0 10px 0;
}

#slider_ideabook .sidebar_social a {
	float: left;
	display: block;
	width: 25%;
	height: 50px;
	text-align: center;
	padding-top: 9px;
	font-size: 23px;
}

.img_buttons .fb_bg,
.sidebar_social .fb_bg {
	background: #2960a0;
	color: #fff;
}

.img_buttons .tw_bg,
.sidebar_social .tw_bg {
	background: #00acee;
	color: #fff;
}

.img_buttons .pr_bg,
.sidebar_social .pr_bg {
	background: #cb2026;
	color: #fff;
}

.img_buttons .gp_bg,
.sidebar_social .gp_bg {
	background: #da4835;
	color: #fff;
}

.sidebar_social a:hover {
	opacity: 0.8;
}

#slider_ideabook .title {
	float: left;
	width: 100%;
	padding: 0 40px 5px 10px;
	color: #000;
}

#slider_ideabook .title h2 {
	float: left;
	font-size: 20px;
	font-weight: 600;
	line-height: 24px;
}

#slider_ideabook .title span {
	float: left;
	clear: left;
	margin-top: 10px;
}

.other_info {
	float: left;
	width: 100%;
	padding: 0 10px;
	margin: 0;
	list-style: none;
}

.other_info li {
	float: left;
	width: 100%;
	margin-bottom: 10px;
	font-size: 15px;
}

.other_info li span {
	float: left;
	margin-right: 10px;
	font-weight: 600;
}

.container_100 {
	width: 100%;
}

span[data-editable="true"] {
	display: block;
	border-radius: 3px;
	border: 1px solid transparent;
}

span[data-editable="true"]:focus {
	padding: 5px 8px;
	background: #f5f5f5;
	border: 1px solid #ddd;
}

/*** 	END new style for sigle slider product	***/

.popup_pager {
	float: left;
	width: 100%;
	margin-top: 5px;
	text-align: center;
}

.popup_pager a {
	width: 84px;
	height: 79px;
	display: inline-block;
	border: 2px solid transparent;
}

.popup_pager a.active {
	border: 2px solid #000;
}

.popup_pager a img {
	width: 100%;
	height: 100%;
}

.close_slider_ideabook {
	position: absolute;
	top: 4%;
	right: 4%;
	color: #b2b2b2;
	z-index: 999;
	font-size: 25px;
	width: 40px;
	height: 40px;
	padding-top: 7px;
	text-align: center;
}

.close_slider_ideabook:hover {
	color: #000;
}

#slider_ideabook .social_cat {
	left: 10px;
	top: 10px;
}

#slider_ideabook .social_cat {
	opacity: 1;
	visibility: visible;
	z-index: 9;
}

#sa_mess_user {
	float: right;
	position: relative;
	z-index: 9;
	margin-top: 15px;
}

#sa_mess_user .registration,
#sa_mess_user .login {
	float: left;
	width: 100%;
	color: #262626;
}

#sa_mess_user .login:hover,
#sa_mess_user .registration:hover {
	color: #F79200;
	text-decoration: none;
}

.profil_head {
	float: right;
	margin: 0 8px;
	position: relative;
	cursor: pointer;
}

.profil_head:hover ul {
	opacity: 1;
	visibility: visible;
}

.profil_head > span {
	float: left;
	background: #fff;
	position: relative;
	z-index: 10001;
	padding: 2px 5px;
	width: 110px;
	color: #262626;
	font-size: 15px;
	border: 1px solid #ccc;
	border-radius: 3px;
	transition: border 0.3s ease-in-out;
	text-align: center;
}
.profil_head:hover > span {
	border-color: #ccc;
	color: #F79200;
	border-bottom: none;
	border-radius: 3px 3px 0 0;
}

.profil_head > span b {
	font-weight: 400;
}

.profil_head > span i {
	padding-right: 3px;
	font-size: 16px;
}

.profil_head ul {
	background: #fff;
	position: absolute;
	top: 26px;
	right: 0;
	width: 110px;
	z-index: 9999;
	opacity: 0;
	visibility: hidden;
	transition: all 0.3s ease-in-out;
	border: 1px solid #ccc;
	border-radius: 0 0 4px 4px;
}

.profil_head ul li {
	display: block;
}

.profil_head ul li a {
	display: block;
	color: #262626;
	padding: 6px 10px;
	font-size: 14px;
}

.profil_head ul li:last-of-type a {
	border-radius: 0 0 4px 4px;
}

.profil_head ul li a:hover {
	background: #f1f1f1;
	color: #F79200;
	text-decoration: none;
}

.white_bg form h4 {
	float: left;
	width: 100%;
	padding: 30px 3% 0 3%;
	font-size: 21px;
	font-weight: 400;
}

.success_box.add_attachment_success {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	background: rgba(245,138,0,0.8);
	padding: 12px;
	text-align: center;
	color: #fff;
	font-size: 16px;
	z-index: 9999;
	display: none;
}

.success_box.add_attachment_success .close {
	position: absolute;
	top: 3px;
	right: 10px;
	padding: 5px;
	font-size: 21px;
	color: #fff;
	cursor: pointer;
}

.success_box.add_attachment_success .close:hover {
	color: #000;
}

.fb_btn,
.gp_btn {
	display: block;
	width: 280px;
	margin: 0 auto;
	padding: 12px 10px;
	background: #3a5896;
	font-size: 18px;
	font-weight: 600;
	color: #fff;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.2);
	border-radius: 5px;
	border-bottom: 1px solid #a2a2a2;
	border-right: 1px solid #a2a2a2;
	box-shadow: 3px 3px 3px #788cb7 inset, -3px -3px 3px rgba(0,0,0,0.3) inset;
	text-align: center;
}
			
.fb_btn i,
.gp_btn i {
	float: left;
	margin: 4px 0 0 25px;
	font-size: 21px;
}

.fb_btn:hover {
	box-shadow: -3px -3px 3px #788cb7 inset, 3px 3px 3px rgba(0,0,0,0.3) inset;
	text-decoration: none;
}

.gp_btn:hover {
	box-shadow: -3px -3px 3px #DE4B35 inset, 3px 3px 3px rgba(0,0,0,0.3) inset;
	text-decoration: none;
}

.gp_btn {
	margin-top: 10px;
	background: #DE4B35;
	box-shadow: 3px 3px 3px #DE4B35 inset, -3px -3px 3px rgba(0,0,0,0.3) inset;
}

.fancybox_popup {
	display: none;
}

.login_text {
	width: 100%;
	padding: 12px 0 12px 0;
	clear: left;
	color: #999ca0;
	text-align: center;
	font-size: 16px;
	text-shadow: 1px 1px 0 rgba(255,255,255,0.3);
}

.login_text a {
	display: inline-block;
	position: relative;
	color: #f88c00;
	font-size: 21px;
	text-shadow: 1px 1px 0 rgba(255,255,255,0.3);
}

.login_text a:after {
	 content: '';
	 position: absolute;
	 right: -15px;
	 top: 11px;
	 width: 10px;
	 height: 10px;
	 border-bottom: 3px solid #f88c00;
	 border-right: 3px solid #f88c00;
	 -webkit-transform: rotate(-45deg);
	 transform: rotate(-45deg);
}

.text_popup {
	float: left;
	width: 100%;
	padding: 20px 0;
	color: #999ca0;
	font-size: 13px;
	text-align: center;
	border-bottom: 1px solid #ccc;
	box-shadow: 0px 1px 0 #fff;
}

.popup_or {
	clear: left;
	position: relative;
	width: 230px;
	margin: 0 auto 15px auto;
	text-align: center;
}

.popup_or:after,
.popup_or:before {
	content: "";
	height: 1px;
	width: 100%;
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto 0;
}

.popup_or:after {
	background: #ccc;
	left: 0;
	top: 1px;
}

.popup_or:before {
	background: #fff;
	rigth: 0;
}

.popup_or span {
	background: #ccc;
	display: inline-block;
	position: relative;
	z-index: 9;
	padding: 5px 8px;
	border-radius: 100%;
	font-size: 14px;
	color: #989898;
	text-shadow: 1px 1px 0 rgba(255,255,255,0.8);
}

.white_bg_cont {
	float: left;
	width: 100%;
	min-height: 700px;
	background: #fff;
	padding: 50px 0;
}

.mess_title {
	float: left;
	width: 100%;
	text-align: center;
	font-size: 28px;
	color: #262626;
	font-family: "Archivo Narrow",sans-serif;
}

.white_bg_cont form .mess_title:nth-of-type(2) {
	margin-top: 60px;
}

.submit_box {
	float: left;
	width: 100%;
	margin: 30px 0;
	text-align: center;
}

.submit_box .submit_btn {
	width: 360px;
}

.img_buttons {
	position: absolute;
	left: 0;
	bottom: 7px;
	width: 100%;
	height: 60px;
	padding-top: 13px;
	background: rgba(255, 255, 255, 0.6);
	opacity: 0;
	visibility: hidden;
	transition: all 0.3s ease-in-out;
	text-align: center;
}

.img_article:hover .img_buttons {
	opacity: 1;
	visibility: visible;
	transition: all 0.3s ease-in-out;
}

.buy_save_btn {
	position: absolute;
	left: 20px;
	top: 20px;
	display: none;
}

.buy_save_btn a {
	display: inline-block;
	height: 40px;
	background: #b2b2b2;
	color: #fff;
	font-size: 12px;
	padding: 13px 10px 0 8px;
}

.buy_save_btn a i {
	margin-right: 8px;
}

/*	social button - single image	*/

.img_article {
	position: relative;
}

.img_article .social_cat .gp {
	margin-right: 0;
}

.img_article .buy_save_btn {
	display: inline-block;
}

.img_article .social_cat {
	right: 27%;
	left: auto;
	bottom: 70px;
	top: initial;
	opacity: 1;
	visibility: visible;
	background: rgba(255, 255, 255, 0.6);
	padding: 8px;
}

.img_article .social_cat:after {
	top: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(255, 255, 255, 0);
	border-top-color: rgba(255, 255, 255, 0.6);
	border-width: 6px;
	margin-left: -6px;
}

.img_buttons {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 60px;
	padding-top: 11px;
	background: rgba(255, 255, 255, 0.6);
	opacity: 0;
	visibility: hidden;
	transition: all 0.3s ease-in-out;
	text-align: center;
}

.img_article:hover .img_buttons {
	opacity: 1;
	visibility: visible;
	transition: all 0.3s ease-in-out;
}

.img_article .buy_save_btn a,
.social_links {
	background: rgba(0, 0, 0, 0.98);
	color: #fff !important;
	border-radius: 3px;
    cursor: pointer;
    display: inline-block;
    font-size: 13px;
    font-weight: bold;
    line-height: 20px;
    padding: 9px 18px;
    text-align: center;
	opacity: 1;
	visibility: visible;
	margin: 0 10px;
	text-decoration: none !important;
}

.img_article .social_links,
.img_article .buy_save_btn {
	display: inline-block;
}

.img_article .buy_save_btn {
	position: relative;
	top: initial;
	left: initial;
	display: inline-block !important;
}

.img_article .buy_save_btn a {
	height: 39px !important;
	padding: 10px 10px 0 8px;
}

.buy_save_btn a i,
.social_links i {
	margin-right: 8px;
}

.buy_save_btn .save {
	margin-right: 10px;
}

.buy_save_btn .save:hover,
.social_links:hover {
	background: #ff4e48;
}

.buy_save_btn .buy:hover {
	background: #5dc218;
}

.img_article .social_cat a {
	border-bottom: none;
	padding-top: 4px;
	border: none;
}

.img_article .social_cat a:hover {
	background: #dfdfdf !important;
	color: #000 !important;
}

.img_article .social_cat {
	right: 27%;
	left: auto;
	bottom: 70px;
	top: initial;
	opacity: 1;
	visibility: visible;
	background: rgba(255, 255, 255, 0.6);
	padding: 8px;
}

.img_article .social_cat:after {
	top: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(255, 255, 255, 0);
	border-top-color: rgba(255, 255, 255, 0.6);
	border-width: 6px;
	margin-left: -6px;
}

.social_cat {
	position: absolute;
	top: 20px;
	left: 20px;
	visibility: hidden;
    opacity: 0;
    transition: opacity 0.5s, visibility 0.5s;
	z-index: 9;
}

.updated {
	display: none;
}

.social_cat a {
	background: #fff;
	border: 1px solid #fff;
    border-radius: 50px;
    color: #5abc17;
    height: 30px;
    text-align: center;
    width: 30px;
	padding-top: 7px;
	margin-right: 5px;
	float: left;
	font-size: 15px;
}

.img_article img {
	display: block;
	margin: 0 auto;
}

.fancybox-close:before {
	color: #000 !important;
}

.fancybox-close:hover:before {
	color: #F58A00 !important;
}

.fancybox-close:hover {
	text-decoration: none;
}

/* product table end */


/* Media Queries */

@media screen and (min-width: 1600px) {
	.popup_product .banner_popup {
		width: 52%;
	}
	
	.left_qv {
		width: 52%;
	}
	
	.right_qv {
		width: 48%;
		padding-right: 30px;
	}
}

@media screen and (max-width: 1599px) {
    .product_images .img:first-of-type {
		width: 32%;
	}
	
	.product_images .img {
		width: 17%;
	}
	
}

@media screen and (max-width: 1400px) {
    .product_images .img:first-of-type {
		height: 360px;
	}
	
	.product_images .img {
		height: 180px;
	}
	
}

@media screen and (max-width: 1360px) {
	.popup_product .banner_popup {
		width: 100%;
	}
	
	.right_qv {
		margin-top: 15px;
	}
	
	.left_qv .bx-wrapper {
		width: 650px;
	}
	
	.left_qv .popup_slider li {
		width: 640px !important;
	}
}

@media screen and (max-width: 1279px) {	
	.left_qv .bx-wrapper {
		width: 600px;
	}
	
	.left_qv .popup_slider li {
		width: 590px !important;
	}
}

@media screen and (max-width: 1250px) {
	.product_holder .desc .top span {
		width: 20%;
	}

	.product_holder .desc .top h1 {
		width: 80%;
	}
}

@media screen and (max-width: 1199px) {
	.left_qv .popup_slider,
	.left_qv .bx-wrapper,
	.left_qv .bx-wrapper .bx-viewport {
		height: 350px !important;
	}
	
	.left_qv .bx-wrapper,
	.left_qv .popup_slider li {
		width: 510px !important;
	}
	
	.related_pr span.video_icon {
		height: 147px;
	}
}


@media (max-width: 1140px) {

	.site-header, .main-navigation .nav-wrapper, .main-navigation .sub-menu, .footer-wrapper, .site-content, .site-shadow, .content_pr {
		width: 760px;
	}

	.menu-menu-container, .main-navigation li.main-menu-slide {
		width: 610px;
	}
	
	.hentry {
		padding: 20px;
	}

	.post-bigimg {
		width: 534px;
	}
	
		.sidebar_banner {
		margin: 0 auto;
		float: none !important;
	}

	.arrows_postnav {
		display: none;
	}

	#primary, #secondary {
		float: none;
		width: auto;
	}
	

	#secondary {
		border-top: 1px solid #e9e9e9;
		padding: 60px 0 20px 0;
	}

	.sidebar_recent {
		float: none;
		width: 100%;
	}
	
	#sidebar_posts .sidebar_post {
		float: left;
		margin: 0 0 25px 10px;
		width: 303px;
	}
	
	#sidebar_posts h2 {
		height: 26px;
	}
	
	#sidebar_posts .sbp_label {
		right: 3px;
	}
	
	.slider-wrapper {
		margin: 0;
	}
	
	#sidebar_newsletter, #ss {
		display: none;
	}
	
	#search_wrapper form #s {
		width: 130px;
	}
	
	#app_header {
		display: none;
		width: 80px;
		margin: 5px 15px 0 0;
	}
	
	#android_app {
		margin: 0 0 5px 0;
	}
	
	#android_app, #apple_app {
		width: 80px;
		height: 24px;
	}
	
	.ideabook_box .img_box,
	.create_album {
		height: 200px;
	}
}

@media screen and (max-width: 1079px) {
	.related_pr span.video_icon {
		height: 137px;
	}
}

@media screen and (max-width: 1020px) {
	.popup_product .banner_popup {
		margin-top: 50px;
	}
	
	.popup_product_hold {
		width: 98%;
		max-width: 760px;
	}
	
	.popup_product_hold,
	.popup_product_hold .popup_product {
		height: 600px;
		overflow-y: scroll;
	}
	
	.left_qv {
		float: none;
		margin: 0 auto;
		width: 580px;
		clear: left;
	}
	
	.right_qv {
		width: 100%;
	}
	
	.right_qv {
		overflow-y: auto;
		height: auto !important;
	}
	
	.related_pr span.video_icon {
		height: 125px;
	}
}

@media screen and (max-width: 959px) {
	.related_pr span.video_icon {
		height: 169px;
	}
}

@media screen and (max-width: 859px) {
	.related_pr span.video_icon {
		height: 150px;
	}
}

@media (max-width: 760px) {

	.site-header, .main-navigation .nav-wrapper, .footer-wrapper, .site-content, .site-shadow, .content_pr  {
		width: 480px;
	}

	#search_wrapper form #s {
		width: 80px;
	}

	.main-navigation .sub-menu {
		display: none !important;
	}

	a.menu-toggle {
		display: block;
		margin-top: -39px;
	}

	.mobile-menu.toggled {
		display: block;
	}

	.mobile-menu a {
		width: 234px;
	}

	.menu-menu-container, .main-navigation a.menu-prev, .main-navigation a.menu-next, .main-navigation a.menu-all,.post-threeimg {
		display: none;
	}
	
	.post-bigimg {
		width: 100%;
		height: auto;
	}
	
	#search_wrapper {
		margin-top: 5px;
	}
	
	.ei-title h3 {
		display: none;
	}
	
	.ei-title h2 {
		padding-bottom: 10px;
	}
	
	#sidebar_posts .sidebar_post {
		margin: 0 auto 25px;
		width: 330px;
		float: none;
	}
	
	.img-soc-wrapper {
		width: 100%;
	}
	
	#app_header {
		margin-top: 7px;
		width: 190px;
	}
	
	#android_app {
		margin-right: 10px;
	}
	
	#android_app, #apple_app {
		width: 90px;
		height: 26px;
	}
	
	.product_images .img:first-of-type {
		height: 300px;
	}
	
	.product_images .img {
		height: 150px;
	}
	
	.ideabook_box {
		width: 47%;
	}
	
	.ideabook_box:nth-of-type(2n+2) {
		margin-left: 6% !important;
	}
	
	.ideabook_box:nth-of-type(3n+2) {
		margin-left: 0;
		margin-right: 0;
	}
	
	.ideabook_box:nth-of-type(3n+4) {
		clear: none;
	}
}

@media screen and (max-width: 639px) {
	.left_qv {
		width: 460px;
	}
	
	.left_qv .bx-wrapper, 
	.left_qv .popup_slider li {
		width: 280px !important;
	}
	
	.left_qv .popup_slider, 
	.left_qv .bx-wrapper, 
	.left_qv .bx-wrapper .bx-viewport {
		height: 280px !important;
	}
	
	.left_qv .popup_pager {
		margin-top: 15px;
	}
}

@media screen and (max-width: 559px) {
	.product_holder .img {
		width: 100%;
	}
	
	.product_holder .desc, 
	.product_holder p, 
	.product_holder .social_pr, 
	.product_holder .related_pr {
		width: 100%;
	}
	
	.product_images .img:first-of-type {
		height: 240px;
	}
	
	.product_images .img {
		height: 120px;
	}
	
	.left_qv .banner_popup {
		display: none;
	}
}

@media (max-width: 500px) {

	.post-threeimg {
		width: 100%;
	}
	
	 .social_icons {
		display: none;
	}
	
	.ei-slider {
		height: 200px;
	}
	
	#search_wrapper {
		margin-top: 55px;
	}
	
	.site-header, .main-navigation .nav-wrapper, .footer-wrapper, .site-content, .site-shadow, .content_pr  {
		width: 100%;
	}

	.single-wrapper .entry-content {
		padding: 5px;
	}
	
	.left_qv {
		width: 100%;
	}
	
	.left_qv .bx-wrapper {
		float: none;
		margin: 0 auto;
	}
	
	.left_qv .popup_pager {
		width: 100%;
		margin: 20px 0 0 0;
		text-align: center;
	}
	
	.left_qv .popup_pager a {
		width: 50px;
		display: inline-block;
	}
	
	.right_qv .top_qv {
		padding-top: 25px;
	}
}

@media (max-width: 440px) {
	.ideabook_box {
		width: 100%;
		margin-left: 0 !important;
		margin-right: 0 !important;
	}
	
	.ideabook_box:nth-of-type(2n+2) {
		margin-left: 0 !important;
	}
	
	#search_wrapper {
		margin-top: 2px;
	}
	
	#sa_mess_user {
		margin-top: 7px;
	}
}

@media (max-width: 400px) {
	#sidebar_posts .sidebar_post {
		width: 100%;
	}
	
	.product_images .img:first-of-type {
		height: 200px;
	}
	
	.product_images .img {
		height: 100px;
	}
	
	.left_qv .bx-wrapper, 
	.left_qv .popup_slider li {
		width: 200px !important;
	}
	
	.left_qv .popup_slider, 
	.left_qv .bx-wrapper, 
	.left_qv .bx-wrapper .bx-viewport {
		height: 200px !important;
	}
	
	.right_qv .price_hold span:nth-of-type(1) {
		margin-top: 5px;
	}
	
	.right_qv .price_hold span:nth-of-type(2) {
		margin-top: 15px;
	}
	
	.right_qv .price_hold a {
		padding: 8px 15px;
		font-size: 18px;
	}
	
	.social_qv li {
		height: 55px;
	}
	
	.social_qv li a {
		font-size: 23px;
	}
	
	.controls_qv a {
		font-size: 21px;
	}
	
	.controls_qv .prev::before, 
	.controls_qv .next::after {
		font-size: 55px;
		top: 11px;
	}
	
	.controls_qv .next {
		padding-right: 50px;
	}
	
	.controls_qv .prev {
		padding-left: 50px;
	}
}

@media (max-width: 359px) {
	#app_header {
		width: 170px;
		margin-right: 0;
	}
	
	#android_app, #apple_app {
		width: 80px;
		height: 24px;
	}
	
	.left_qv .bx-wrapper, 
	.left_qv .popup_slider li {
		width: 180px !important;
	}
	
}

@media (min-width: 1140px) {
	.hideHolderRS{
		display: none;
		visibility: hidden;
	}
}

/***	fixed popup slider - height		***/

@media screen and (min-height: 900px) { 
	.popup_product_hold {
		height: 800px;
	}
}

@media screen and (min-height: 801px) { 
	.popup_product_hold {
		height: 720px;
	}
}

@media screen and (min-height: 769px) { 
	.right_qv {
		height: 680px;
		overflow-y: auto;
	}
}

@media screen and (max-height: 768px) { 
	.right_qv {
		height: 590px;
		overflow-y: scroll;
	}
}

@media screen and (max-height: 639px) { 
	.popup_product_hold,
	.popup_product_hold .popup_product {
		height: 480px;
		overflow-y: scroll;
	}
}

@media screen and (max-height: 479px) { 
	.popup_product_hold,
	.popup_product_hold .popup_product {
		height: 460px;
		overflow-y: scroll;
	}
}

@media screen and (max-height: 359px) { 
	.popup_product_hold,
	.popup_product_hold .popup_product {
		height: 300px;
		overflow-y: scroll;
	}
}

