/*
Theme Name: Base
Author: Anonymous
Author URI:
Version: 1.2.4
Description: Base theme for Wordpress
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: Juggernaut
Tags: one-column, two-columns
Theme URI:
*/

/* ---------------------------------------------------------
   1. Embedded fonts styles
   2. Common site styles
   3. Custom form styles
   4. Styles for responsive breakpoints
   ---------------------------------------------------------*/

.group:before,
.group:after {
    content: " ";
    display: table;
}

.group:after {
    clear: both;
}

.widget:after,
.post-password-form p:after,
.search-form:after,
#main:after,
#header .holder:after,
.main-nav:after,
#container.article .post-info-holder:after,
#footer:after {
	content: " ";
	display: block;
	clear: both;
}

.icon-nav,
.top-nav,
.main-nav > li ul,
.main-nav,
.post-info,
.shop_table .product-options,
#login .options-list,
#login .user-menu,
.login-box .login-menu {
	margin: 0;
	padding: 0;
	list-style: none;
}

.icon-nav li,
.top-nav li,
.main-nav > li,
.main-nav > li ul li,
.post-info li,
.shop_table .product-options li,
#login .options-list li,
#login .user-menu li,
.login-box .login-menu li {
	list-style: none;
	list-style-position: outside;
}

html {
	box-sizing: border-box;
}

*,
*:before,
*:after {
	box-sizing: inherit;
}

* {
	-webkit-font-smoothing: antialiased;
	-moz-font-smoothing: antialiased;
	margin: 0;
	padding: 0;
	max-height: 1000000px;
}

ul,
ol,
dl,
p,
h1,
h2,
h3,
h4,
h5,
h6,
address,
form,
table,
blockquote,
applet,
embed,
object,
iframe,
frameset {
	margin: 0 0 24px;
}

html,
body,
div,
span,
applet,
embed,
object,
iframe,
frameset,
p,
q,
blockquote,
sub,
sup,
a,
abbr,
acronym,
font,
img,
small,
center,
h1,
h2,
h3,
h4,
h5,
h6,
b,
strong,
big,
u,
ins,
i,
cite,
em,
var,
dfn,
address,
s,
strike,
del,
dl,
dt,
dd,
ol,
ul,
li,
pre,
code,
kbd,
samp,
tt,
fieldset,
legend,
form,
label,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
	border: 0;
	background: none;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
nav,
section,
summary {
	display: block;
}

body {
	/*color: #000;*/
	color:rgba(0,0,0,.85);
	font: 16px/1.5 "proxima-nova", sans-serif;
	background: #fff;
	min-width: 320px;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: none;
}
#disqus_thread {
	color:#333;
	font: 16px/1.5 "proxima-nova", sans-serif;
	background: #fff;
}

body.dark-theme {
	background: #1d1d1d;
	/*color:#ccc;*/
	color: rgba(255,255,255,.85);
}
body.dark-theme #disqus_thread {
	background: #1d1d1d;
	color: #ccc;
}

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

.dark-theme a {
	color: #ccc;
}

.dark-theme .article-text a,
.article-text a {
	color: inherit;
	border-bottom: 1px solid rgba(0,0,0,.3);
}

.dark-theme .article-text a {
	border-bottom: 1px solid rgba(255,255,255,.3);
}

.article-text a span {
	color: inherit !important;
}

a:hover {
	border-color: rgba(0,0,0,.8);
}

.dark-theme .article-text a:hover {
	border-color: rgba(255,255,255,.8);
}

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

video,
iframe,
object,
embed {
	max-width: 100%;
}

input,
textarea,
select {
	font: 100% "proxima-nova", sans-serif;
	color: #000;
	vertical-align: middle;
}

textarea {
	overflow: auto;
	resize: vertical;
	vertical-align: top;
}

input[type="text"],
input[type="tel"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
textarea {
	background: #fff;
	margin: 0;
	-webkit-appearance: none;
	-webkit-border-radius: 0;
	border: 1px solid #999;
	padding: 3px 7px;
}

input[type="text"]:focus,
input[type="tel"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus {
	border-color: #4d4d4d;
}

label {
	vertical-align: middle;
}

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

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	border-radius: 0;
	cursor: pointer;
}

input[type="search"] {
	-webkit-appearance: none;
	box-sizing: border-box;
}

input[type="search"]::-webkit-search-cancel-button {
	-webkit-appearance: none;
}

input[type="search"]::-webkit-search-decoration {
	display: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
b,
strong,
th {
	font-weight: bold;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: "league-gothic", serif;
	font-weight: normal;
	text-transform: uppercase;
}

h1 {
	font-size: 200%;
}

h2 {
	font-size: 150%;
}

h3 {
	font-size: 120%;
}

h4 {
	font-size: 110%;
}

h5 {
	font-size: 100%;
}

h6 {
	font-size: 90%;
}

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

u,
ins {
	text-decoration: underline;
}

s,
strike,
del {
	text-decoration: line-through;
}

blockquote,
blockquote:before,
blockquote:after,
q,
q:before,
q:after {
	quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
}

blockquote {
	padding: 0;
	margin: 0;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -.5em;
}

sub {
	bottom: -.25em;
}

table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
	border-collapse: collapse;
	border-spacing: 0;
}

table,
.tablepress {
	width: 100%;
	border-bottom: 1px solid #4e4e4e;
	/*margin: 0 0 128px !important;*/
}

th,
td {
	border: 1px solid #4e4e4e !important;
	border-width: 0 0 0 1px !important;
	background: none !important;
	padding: 9px 13px;
	text-align: left;
	vertical-align: top;
}

th:first-child,
td:first-child {
	border: 0 !important;
}

/*.dark-theme th,
.dark-theme td {
	color: #8d8d8d;
}*/

tr.odd {
	background: #eee;
}

.dark-theme tr.odd {
	background: #282828;
}

th {
	text-align: center;
	vertical-align: middle;
	font-weight: bold;
	text-transform: uppercase;
	background: #e2e1e1;
}

.dark-theme th {
	background: #343434;
	text-shadow: 1px 1px 2px #000;
	color: #a6a6a6;
}

ul {
	margin-left: 1px;
}

ul,
ol {
	padding-left: 3em;
}

ul ul,
ul ol,
ol ul,
ol ol {
	padding-left: 3em;
	margin: 0;
}

ul > li {
	list-style-type: disc;
}

dl dt {
	float: left;
	clear: left;
	padding-right: 4px;
	font-weight: bold;
}

pre {
	max-width: 100%;
	overflow: auto;
}

#content {
	float: left;
	width: 70%;
}

#sidebar {
	float: right;
	width: 25%;
}

.widget {
	margin-bottom: 24px;
}

.widget ul {
	padding-left: 2em;
}

.widget select {
	min-width: 150px;
}

.comment-form textarea,
.post-password-form input[type="password"],
.comment-form input[type="text"],
.search-form input[type="search"] {
	margin: 0 4px 0 0;
	width: 300px;
}

.post-password-form label {
	display: block;
}

.post-password-form input[type="password"],
.search-form input[type="search"] {
	width: 150px;
}
#main .search-form input[type="search"] {
  width: auto;
  font-size: 18px;
  line-height: 1.5em;
  height: auto;
  padding: .25em 1em;
  border-color: #ccc;
  outline: none;
}
.post-password-form input,
.search-form input {
	float: left;
	height: 24px;
}

.comment-form input[type="submit"],
.post-password-form input[type="submit"],
.search-form input[type="submit"],
.wpsa-subscribe-btn {
	background: #000;
	color: #fff;
	height: 24px;
	border: none;
	padding: 0 10px;
}
#main .search-form input[type="submit"] {
  background: #aac368;
  border: 1px solid #aac368;
  font-size: 18px;
  line-height: 1.5em;
  height: auto;
  text-transform: uppercase;
  padding: .25em 1em;
}

.dark-theme .comment-form input[type="submit"],
.dark-theme .post-password-form input[type="submit"],
.dark-theme .search-form input[type="submit"],
.dark-theme .wpsa-subscribe-btn {
	background: #343434;
}

.comment-form input[type="submit"]:hover,
.post-password-form input[type="submit"]:hover,
.search-form input[type="submit"]:hover,
.wpsa-subscribe-btn:hover {
	opacity: .8;
}

.comment-form input[type="submit"] {
	float: none;
	display: block;
}

.commentlist {
	margin: 0 0 24px;
}

.commentlist .edit-link {
	margin: 0;
}

.commentlist-item .commentlist-item {
	padding: 0 0 0 3em;
}

.comment,
.commentlist-holder {
	overflow: hidden;
}

.commentlist-item .commentlist-item,
.commentlist-item + .commentlist-item {
	padding-top: 24px;
}

.commentlist .avatar-holder {
	float: left;
	margin: 0 24px 4px 0;
}

.comment-form label {
	display: block;
	padding-bottom: 4px;
}

.comment-form textarea {
	padding: 3px 4px;
	overflow: auto;
	margin: 0;
	height: 120px;
	min-height: 120px;
}

.widget_calendar #next {
	text-align: right;
}

.gallery-item dt {
	float: none;
	padding: 0;
}

.navigation {
	overflow: hidden;
	margin: 0 0 24px;
}

.navigation .next {
	float: left;
}

.navigation .prev {
	float: right;
}

.wp-caption {
	max-width: 100%;
	clear: both;
	margin-bottom: 24px;
}

.wp-caption img {
	vertical-align: top;
	margin: 0 0 10px 0;
	width:100%;
}

.article .wp-caption p {
	font-weight:300;
	font-size:14px;
	line-height:1.5;
	margin: 10px 0 0;
}

div.aligncenter {
	margin: 0 auto 24px;
}

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

.alignleft {
	float: left;
	margin: 0 24px 4px 0;
}

.alignright {
	float: right;
	margin: 0 0 4px 24px;
}

.mejs-container {
	margin-bottom: 24px;
}

.gallery,
.alignnone,
.gallery-caption,
.sticky,
.bypostauthor {
	height: auto;
}

#wp-calendar {
	width: auto;
}

#wp-calendar td {
	border-top: 1px solid #4e4e4e;
	text-align: center;
}

/* ---------------------------------------------------------
   1. Embedded fonts styles
   ---------------------------------------------------------*/

@font-face {
	font-family: "icomoon";
	src: url("fonts/icomoon.eot?hbwaut");
	src: url("fonts/icomoon.eot?#iefixhbwaut") format("embedded-opentype"), url("fonts/icomoon.woff?hbwaut") format("woff"), url("fonts/icomoon.ttf?hbwaut") format("truetype"), url("fonts/icomoon.svg?hbwaut#icomoon") format("svg");
	font-weight: normal;
	font-style: normal;
}

[class^="icon-"],
[class*=" icon-"],
.jcf-select-opener {
	font-family: "icomoon";
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1; /* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.icon-ico16-01:before {
	content: "\e60f";
}

.icon-ico01-01:before {
	content: "\e600";
}

.icon-ico02-01:before {
	content: "\e601";
}

.icon-ico03-01:before {
	content: "\e602";
}

.icon-ico04-01:before {
	content: "\e603";
}

.icon-ico05-01:before {
	content: "\e604";
}

.icon-ico06-01:before {
	content: "\e605";
}

.icon-ico07-01:before {
	content: "\e606";
}

.icon-ico08-01:before {
	content: "\e607";
}

.icon-ico09-01:before {
	content: "\e608";
}

.icon-ico10-01:before {
	content: "\e609";
}

.icon-ico11-01:before {
	content: "\e60a";
}

.icon-ico12-01:before {
	content: "\e60b";
}

.icon-ico13-01:before {
	content: "\e60c";
}

.icon-ico14-01:before {
	content: "\e60d";
}

.icon-ico15-01:before,
.jcf-select-opener:before {
	content: "\e60e";
}

.icon-cross:before {
	content: "\e610";
}

/* ---------------------------------------------------------
   2. Сommon site styles
   ---------------------------------------------------------*/

html,
body,
.perspective {
	width: 100%;
	height: 100%;
}

/* main container styles */

.page-wrapper {
	width: 100%;
	height: 100%;
}

.wrapper {
	position: relative;
	height: 100%;
}

.perspective {
	position: relative;
	-webkit-transition: margin .3s;
	transition: margin .3s;
	top: 0;
}

.light-theme .effect-movedown.modalview #header .search-form .search-btn,
.light-theme .effect-movedown.modalview .icon-nav li a {
	color: #fff;
}

/* main informative part styles */

#main {
	width: 100%;
	overflow: hidden;
}

.main-holder {
	margin: 0 auto;
	max-width: 1000px;
	padding: 140px 15px 0;
}

.container {
	background: #fff;
	height: 100%;
	position: relative;
	outline: 1px solid transparent;
	z-index: 10;
}

.dark-theme .container {
	background: #1d1d1d;
}

.container:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 0;
	opacity: 0;
	background: rgba(0, 0, 0, .2);
	-webkit-transition: opacity .4s, height 0s .4s;
	transition: opacity .4s, height 0s .4s;
}

.component {
	margin: 0 auto;
	width: 60%;
	text-align: justify;
	font-size: 1.5em;
}

/* Modal view */

.perspective.modalview {
	position: fixed;
	-webkit-perspective: 3000px;
	perspective: 3000px;
}

.modalview .container {
	position: absolute;
	overflow: hidden;
	width: 100%;
	height: 100%;
	cursor: pointer;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.modalview .wrapper {
	-webkit-transform: translateZ(-1px); /* solves a rendering bug in Chrome on Windows */
}

.animate .container::after {
	opacity: 1;
	height: 101%;
	-webkit-transition: opacity .3s;
	transition: opacity .3s;
}

/* header styles */

#header {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 100; /* page logo styles */
	transition: all .3s linear;
}
#header.hideaway {
	-webkit-transform: translateY(-200%);
	-moz-transform: translateY(-200%);
	-ms-transform: translateY(-200%);
	transform: translateY(-200%);
}

#header:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 160px;
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjY1Ii8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMCIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 1)), color-stop(100%, transparent));
	background: -webkit-linear-gradient(top, rgba(0, 0, 0, 1) 0%, transparent 100%);
	background: linear-gradient(to bottom, rgba(0, 0, 0, 1) 0%, transparent 100%);
	opacity: .5;
}

#header .holder {
	position: relative;
	z-index: 2;
	padding: 45px 68px 0 49px;
}

#header .nav-opener {
	float: left;
	overflow: hidden;
	text-indent: -9999px;
	width: 30px;
	height: 24px;
	position: relative;
	margin: 4px 16px 0 0;
	z-index: 10;
}

#header .nav-opener:after,
#header .nav-opener:before,
#header .nav-opener span {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	background: #fff;
	height: 4px;
	-webkit-transition: all .3s;
	transition: all .3s;
}

#header .nav-opener:before,
#header .nav-opener span {
	top: 10px;
}

#header .nav-opener:before {
	top: 20px;
}

#header .nav-opener:hover {
	opacity: .8;
}

#header .logo {
	float: left;
	text-transform: uppercase;
	color: #fff;
	font: 40px/40px "league-gothic", serif;
	margin: -3px 57px 0 0;
}

#header .logo a {
	color: #fff;
}

#header .logo a:hover {
	text-decoration: none;
}

.modalview #header .nav-opener span {
	opacity: 0;
}

.modalview #header .nav-opener:after {
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	top: 11px;
}

.modalview #header .nav-opener:before {
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
	top: 11px;
}

.modalview .top-nav {
	opacity: 1;
	transition: opacity 1s ease;
}

#header .bar {
	float: right;
	padding: 4px 5px 0 0;
}

/* search form styles */

#header .search-form {
	float: left;
	margin: -2px 0 0;
	position: relative;
}

#header .search-form.search-active input[type="text"],
#header .search-form.search-active input[type="search"] {
	width: 200px;
	outline: none !important;
	opacity: 1;
}

#header .search-form .search-btn {
	float: left;
	font-size: 26px;
	color: #c6c1ba;
	text-align: right;
}

#header .search-form .search-btn:hover {
	color: #fff;
	text-decoration: none;
}

.light-theme #header .search-form .search-btn {
	color: #fff;
}

.light-theme #header .search-form .search-btn:hover {
	color: #f1f1f1;
}

.light-theme #header .search-form .search-btn:hover {
    color: #444;
    cursor: pointer;
}

#header .search-form .search-drop {
	float: left;
}

#header .search-form input[type="text"],
#header .search-form input[type="search"] {
	float: left;
	background: none;
	border: 1px solid #ffffff;
	border-width: 0 0 1px;
	margin: 0 0 0 10px;
	width: 1px;
	opacity: 0;
	padding: 0;
	overflow: hidden;
	-webkit-transition: width .2s linear .2s;
	transition: width .2s linear .2s;
	color: #ffffff;
}

.icon-nav {
	float: left;
}

.icon-nav li {
	display: inline-block;
	vertical-align: top;
	margin: 0 -4px 0 0;
}

.icon-nav li a {
	position: relative;
	font-size: 26px;
	color: #c6c1ba;
	display: inline-block;
	vertical-align: top;
	margin-left: 28px;
}

.icon-nav li a:hover {
	color: #fff;
	text-decoration: none;
}

.light-theme .icon-nav li a {
	color: #fff;
}

.light-theme .icon-nav li a:hover {
	color: #444;
}

.icon-nav li .notif {
	content: "";
	position: absolute;
	top: -28px;
	left: 50%;
	margin: 0 0 0 -6px;
	border-radius: 50%;
	width: 12px;
	height: 12px;
}

.icon-nav li .notif.white {
	background: white;
}

.icon-nav li .notif.red {
	background: #da364a;
}

.icon-nav li .notif.green {
	background: #89964f;
}

.icon-nav li .notif.signedin {
	background: white;
}

.icon-nav li .notif.hasnotice {
	background: #89964f;
}

.icon-nav li .notif.signedout {
	background: rgba(255,255,255,.3);
}

.red-category {
	color: #da364a;
}

.box-icon {
	position: absolute;
	top: 38px;
	right: 46px;
	font-size: 27px;
	color: #fff;
	z-index: 3;
}
.columns-holder .post .box-icon {
	top: auto !important;
	bottom: 1em;
}

a.box-icon {
	border: none !important;
}

.box-icon.icon-ico11-01 {
	font-size: 45px;
	top: 39px;
}

.box-icon.icon-ico02-01 {
	top: 45px;
}

.box-icon.icon-ico12-01 {
	top: 46px;
}

.box-icon:hover {
	text-decoration: none;
	color: #f1f1f1;
}

.post .cat-overlay {
	position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 0;
	transition: opacity .3s linear;
	z-index: 2;
}
.post:hover .cat-overlay {
	opacity: .3;
}

/* parallax styles */

.parralax-area .holder {
	/*max-height: 800px;*/
	/*background-attachment:fixed;*/
	position: absolute;
	height: 100%;
	width: 100%;
	z-index: -1;
	background-position: 50% 33%;
	background-size: cover;
}

.parralax-area .js-hidden-image {
	visibility: hidden;
}

/* single post styles */

.post {
	position: relative;
	overflow: hidden;
}
.error404 .post {
	padding: 25px;
}

.post.hover .post-info {
	display: block;
}

.post img {
	display: block;
	width: 100%;
	height: auto;
	vertical-align: top;
	max-width: none;
}

.post-bg-image:after,
.parralax-area:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	/*z-index: 2;*/
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMC4zIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, transparent), color-stop(100%, rgba(0, 0, 0, .5)));
	background: -webkit-linear-gradient(top, transparent 0%, rgba(0, 0, 0, .5) 100%);
	background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, .5) 100%);
}

.parralax-area:after{
	z-index: -1;
}

.error404 .post:after {
	display: none;
}


.product-box .text,
.post .text {
	position: absolute;
	left: 49px;
	bottom: 36px;
	z-index: 3;
	width: 40%;
}

.product-box .text > *,
.post .text > *{
	z-index: 10000;
}

/*
.post .text {
	position: absolute;
	left: 95px;
	bottom: 35px;
	width: 34.5%;
	z-index: 3;
}
*/

.post h1 {
	text-transform: uppercase;
	color: #fff;
	font-family: "league-gothic", serif !important;
	font-size:72px;
	line-height: .9;
	margin: 0 0 40px;
}

.column2 .post h1{
	font-size:45px;
	line-height: .9;
}

.column3 .post h1{
	font-size:38px;
	line-height: .9;
}

@media screen and (min-width:1440px){

	.post h1{
		font-size:85px;
	}

	.column2 .post h1{
		font-size:60px;
		line-height: .9;
	}

	.column3 .post h1{
		font-size:55px;
		line-height: .9;
	}
}

.post h1 a {
	color: #fff;
}

.post h1 a:hover {
	text-decoration: none;
	opacity: .9;
}

.author {
	display: inline-block;
	vertical-align: top;
}

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

.author img {
	width: 36px;
	height: 36px;
	border-radius: 50%;
	overflow: hidden;
	display: inline-block;
	vertical-align: middle;
	margin: 0 20px 0 0;
}

.author .name {
	display: inline-block;
	vertical-align: middle;
	color: #fff;
	text-transform: uppercase;
	font: 300 10px/12px "proxima-nova", sans-serif;
	letter-spacing: 2px;
}

.category {
	display: inline-block;
	vertical-align: top;
	margin: 0 0 45px;
	overflow: hidden;
	z-index: 1000000;
	text-transform: uppercase;
}

.dark-theme .category {
	border: 2px solid #000;
}

.light-theme .category {
	border: 2px solid #fff;
}

.category .link-text {
	float: left;
	padding: 10px 24px 7px;
	font: 600 12px/14px "proxima-nova", sans-serif;
	letter-spacing: 2px;
}

.dark-theme .category .link-text {
	background: #000;
	color: #fff;
}

.light-theme .category .link-text {
	background: #000000;
	color: #ffffff;
}

.light-theme .category .link-text[style="background-color:"] {
	background-color: #ffffff;
	color: #000000;
}

.category .icon {
	float: left;
	font-size: 0;
	letter-spacing: -4px;
	width: 0;
	-webkit-transition: all .2s linear .2s;
	transition: all .2s linear .2s;
	font-size: 18px;
	overflow: hidden;
}

.dark-theme .category .icon {
	color: #000;
}

.light-theme .category .icon {
	color: #fff;
}

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

.category:hover .icon {
	padding: 6px 13px;
	width: 46px;
}

.post-info {
	position: absolute;
	bottom: 58px;
	right: 86px;
	display: none;
	z-index: 2000;
}

.columns-holder .post-info {
	display: none !important;
}

.post-info li {
	float: left;
	margin-left: 26px;
}

.post-info li:first-child {
	margin-left: 0;
}

.post-info li a {
	color: #fff;
	text-transform: uppercase;
	font: 400 10px/12px "proxima-nova", sans-serif;
}

.post-info li a:hover {
	text-decoration: none;
	opacity: .8;
}

.post-info li .ico {
	display: inline-block;
	vertical-align: middle;
	opacity: .4;
	margin: 0 9px 0 0;
	font-size: 17px;
}

.post-info li .ico.icon-ico09-01,
.post-info li .ico.icon-ico10-01 {
	font-size: 14px;
}

.post-info li .link-text {
	display: inline-block;
	vertical-align: middle;
}

/* article styles */

#container.article {
	font: 18px/24px "proxima-nova", sans-serif;
	overflow: hidden;
}

#container.article .content {
	padding: 0 96px;
}

#container.article .post-info-holder {
	width: 100%;
	margin: 0 0 55px;
}

#container.article p {
	margin: 0 0 24px;
}

#container.article p.summary {
	font-size: 20px;
	line-height: 28px;
	letter-spacing: 1px;
}
#container.article .title {
	bottom: 0;
	top: auto;
	transition: all .5s linear;
}

@media screen and (min-width:1025px){
	#container.article.intro-effect-fadeout.modify .title {
		-webkit-transform: translateX(-50%) translateY(0%);
		-moz-transform: translateX(-50%) translateY(0%);
		-ms-transform: translateX(-50%) translateY(0%);
		transform: translateX(-50%) translateY(0%);
	}
}

#container.article .title h1 {
	font: 104px/97px "league-gothic", serif;
	margin: 0 0 50px;
	text-transform: uppercase;
	color: #fff;
	/*text-shadow: 1px 1px rgba(0, 0, 0, .2);*/
	-webkit-transition: color .5s;
	transition: color .5s;
}

#container.article.product-overview h1 {
	font: 84px/74px "league-gothic", serif;
	margin: 0 0 43px;
}

#container.article.product-overview.modify h1,
.light-theme #container.article.modify h1 {
	text-shadow: none;
	color: #000;
}

.article .shop-btn.icon-ico12-01, 
.article .open-360-btn.icon-ico12-01 {
	font: inherit;
	white-space: nowrap;
	font-weight: 600;
	border: none;
}
.article .shop-btn.icon-ico12-01:before,
.article .open-360-btn.icon-ico12-01:before {
	display: none;
}
.article .shop-btn.icon-ico12-01:after,
.article .open-360-btn.icon-ico12-01:after {
	content: "\e60b";
	display: inline-block;
    font-family: "icomoon";
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
	vertical-align: middle;
	margin: 0 .5em;
}

.article .shop-btn:hover,
.article .open-360-btn:hover {
	text-decoration: none;
}

.article .shop-btn.shop-btn-img,
.article .open-360-btn.open-360-btn-img {
	display: inline-block;
	position: relative;
}

.article .shop-btn.shop-btn-img.icon-ico12-01:after,
.article .open-360-btn.open-360-btn-img.icon-ico12-01:after {
	color: white;
	position: absolute;
	top: 1em;
	right: 1em;
}


blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
}

.article h1 b,
.article h2 b,
.article h3 b,
.article h4 b{
	font-weight:400;
}

.article h1{
	font-family:"league-gothic", serif;
	font-size:84px;
	line-height:1.2;
}

.article h2{
	font-family:"league-gothic", serif;
	font-size:60px;
	line-height:1.2;
}

.article h3{
	font-family:"league-gothic", serif;
	font-size:40px;
	font-weight:400;
	line-height:1.3;
}

.article h4{
	font-family:"proxima-nova", sans-serif;
	font-size:22px;
	font-weight:400;
	line-height:1.3;
}

.article h5{
	font-family:"proxima-nova", sans-serif;
	font-size:18px;
	font-weight:600;
	letter-spacing:1px;
	line-height:1.3;
}

.article p{
	font-size:16px;
}


@media only screen and (max-width:1025px){
	.article h1{font-size:55px;}
	.article h2{font-size:40px;}
	.article h3{font-size:30px;line-height:1.2}
	.article h4{font-size:20px;}
	.article h5{font-size:16px;}
}

@media only screen and (max-width:720px){
	.article h1{font-size:45px;}
}


.article-text > p:first-child,
.article-text :first-child > p:first-child{
	font-weight:300;
	font-size:20px;
	line-height:1.4;
}

.article-text li {padding-bottom: 1em;}
.article-text li:last-child {padding-bottom: 0;}
aside.related-articles li {padding-bottom: 0;}

.article blockquote {
	text-indent: 0;
	/*float: right;*/
	text-transform: uppercase;
	font-family: "league-gothic", serif;
	max-width: 650px;
	width:75%;
	margin:25px 0 50px 0;
	padding: 15px 0 0 0;
	position: relative;
	color: rgba(0, 0, 0, .7);
}

.mailchimp-signup-form{
	margin:50px 0;
	overflow:hidden;
	position:relative;
}

.mailchimp-signup-form h1{
	font-size:30px;
}

.mailchimp-signup-form h1 span{
	font-size:24px;
	display:inline-block;
	margin:0 10px 0 0;
}

.mailchimp-signup-form form{
	border:3px solid #D8384D;
}

.mailchimp-signup-form form .text{
	border:none;
	float:left;
	padding:12px 5px;
	width:60%;
}

.mailchimp-signup-form form .text.error{
	background:red;
	color:#fff;
}

.mailchimp-signup-form form .submit:focus,
.mailchimp-signup-form form .text:focus{
	outline:none;
}

.mailchimp-signup-form form .submit{
	background:#D8384D;
	border:none;
	color:#fff;
	padding:12px 0;
	float:right;
	width:40%;

	transition:all .4s;
	-webkit-transition:all .4s;
	-moz-transition:all .4s;
	-o-transition:all .4s;
}

.mailchimp-signup-form form .submit:disabled{
	opacity:.5;
}

.mailchimp-signup-form .message{
	background:rgba(255,255,255,.98);
	color:#DA364A;
	position:absolute;
	left:0;
	height:100%;
	top:100%;
	width:100%;
	text-align:center;
	transition:all .4s;
	-webkit-transition:all .4s;
	-moz-transition:all .4s;
	-o-transition:all .4s;
}

.mailchimp-signup-form .message p{
	font-weight:800;
	font-size:16px;
	letter-spacing:1px;
	text-transform:uppercase;
	position:absolute;
	top:50%;
	text-align:center;
	width:100%;

	transform:translateY(-50%);
	-webkit-transform:translateY(-50%);
	-moz-transform:translateY(-50%);
	-o-transform:translateY(-50%);

}

.mailchimp-signup-form .message.open{
	top:0;
}

.related-articles{
	margin:0 0 50px 0;
}

/*
This is to pull the quote to the right, but I’m not sure what template it’s supposed to be used on.
.single-format-standard .article blockquote{
	float:right;
	margin:25px -250px 50px 0;
}
*/


.article blockquote p:first-child,
.article blockquote p{
	font-size:46px;
	line-height: 1.2;
}

@media only screen and (max-width:1025px){
	.article blockquote p:first-child,
	.article blockquote p{
		font-size:30px;
	}
}

@media only screen and (max-width:720px){
	.article blockquote p:first-child,
	.article blockquote p{
		font-size:20px;
	}
}

.dark-theme .article blockquote {
	color: #eee;
}

.dark-theme .article-text{
	margin:0 0 0 0;
}

.article blockquote q {
	text-indent: 0;
	padding: 0;
}

.article blockquote:after {
	content: "";
	position: absolute;
	width: 117px;
	height: 2px;
	top: 0;
	left: 0;
	background:#222;
}

.dark-theme .article blockquote:after{
	background:#F6F6F6;
}



.tablepress th, .tablepress td{
	padding:4px 8px;
}

.tablepress thead th{
	background:#343434;
	font-size:13px;
	text-shadow:none;
}

.tablepress tbody td{
	font-size:14px;
}

.tablepress tbody tr.even td{
	background:#282828;
}

.tablepress tbody tr.odd td{
	background:#1D1D1D;
}



.container2.intro-effect-sidefixed.modify.win-height {
	height: 100% !important;
}
.container2.intro-effect-sidefixed .title {
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
	padding-top: 200px;
}

#container.intro-effect-fadeout .content,
#container.intro-effect-push .content {
	padding: 0;
}
#container.intro-effect-fadeout .center-holder,
#container.intro-effect-push .center-holder {
	margin: 0 auto;
	max-width: 802px;
	padding: 0 0 50px;
}
.container2 .header.no-feature {
	height: 8em !important;
}
.container2 .header.no-feature .title h1 {
	color: #525252 !important;
	text-align: left;
}


.content {
	overflow: hidden;
}

#container .visual-wide {
	overflow: hidden;
	margin: 0 0 60px;
	position: relative;
	clear: both;
	width: 100%;
	min-height: 400px;
	min-height: 50vh;
}

#container .visual-wide:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMC4zIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, transparent), color-stop(100%, rgba(0, 0, 0, .3)));
	background: -webkit-linear-gradient(top, transparent 0%, rgba(0, 0, 0, .3) 100%);
	background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, .3) 100%);
}

#container .visual-wide img {
	width: 100%;
	height: auto;
	display: block;
}

#container .visual-wide .caption {
	position: absolute;
	width: 100%;
	padding-bottom: 38px;
	padding-top: 60px;
	bottom: 0;
	left: 0;
	right: 0;
	color: #fff;
	z-index: 2;
	display: block;
	font-size: 12px;
	background: -webkit-linear-gradient(top,rgba(0,0,0,0),rgba(0,0,0,.7));
	background: -moz-linear-gradient(top,rgba(0,0,0,0),rgba(0,0,0,.7));
	background: -ms-linear-gradient(top,rgba(0,0,0,0),rgba(0,0,0,.7));
	background: linear-gradient(top,rgba(0,0,0,0),rgba(0,0,0,.7));
}
#container .visual-wide .center-holder {
	padding: 0;
}
#container .visual-wide .caption .caption-icon {
	border: 1px solid #ff852c;
	color: #ff852c;
	border-radius: 100%;
	width: 1.5em;
	height: 1.5em;
	box-sizing: border-box;
	text-align: center;
	line-height: 1.5em;
	display: inline-block;
	vertical-align: bottom;
	margin-right: 1em;
	margin-bottom: .25em;
}
#container .visual-wide .caption .caption-text {
	color: #fff;
	font-size: 100%;
	opacity: 0;
	transition-delay: .3s;
	display: inline-block;
	vertical-align: bottom;
	transition: all .5s linear;
	-webkit-transform: translateX(-1.5em);
	-moz-transform: translateX(-1.5em);
	-ms-transform: translateX(-1.5em);
	transform: translateX(-1.5em);
}
#container .visual-wide:hover .caption:hover .caption-text {
	opacity: 1;
	transition-delay: 0;
	transition: all .2s linear;
	-webkit-transform: translateX(0);
	-moz-transform: translateX(0);
	-ms-transform: translateX(0);
	transform: translateX(0);
}
#container .visual-wide .caption .caption-text p {
	margin: 0;
}
#container .visual-wide .caption p span {
	color: #ff852c;
	position: absolute;
	left: 60px;
	top: 1px;
}

.table-holder {
	margin: 0 0 30px;
}

.light-theme #container.modify .article-text {
	color: #000;
}

/*

I’m not sure why they set the color here.

#container.modify.article {
	color: #ccc;
}
*/

.light-theme #container.modify.article h1 {
	color: #2e2e2e;
	text-shadow: none;
}

.light-theme #container.modify.article .author .name {
	color: #000;
}

.light-theme #container.modify.article .post-info li a {
	color: #000;
}

.light-theme #container.modify.article .post-info li .ico {
	color: #000;
}

.video-holder {
	overflow: hidden;
	position: relative;
	margin: 0 0 75px;
	cursor: pointer;
}

/*.video-holder:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	opacity: .4;
	z-index: 500;
}*/

.video-holder.player-active:after {
	opacity: 0;
}

.video-holder .play {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	color: #fff;
	font-size: 50px;
	cursor: pointer;
	border: none !important;
}

.video-holder .play:hover {
	text-decoration: none;
	color: rgba(255, 255, 255, .8);
	cursor: pointer;
}

.video-holder img {
	display: block;
	width: 100%;
	height: auto;
	position: relative;
}

.video-holder img.fadeout{
	opacity:0;
	transition:opacity .5s;
	-webkit-transition:opacity .5s;
	-moz-transition:opacity .5s;
	-o-transition:opacity .5s;
}

.video-holder .video-container{
	opacity:0;
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height: 100%;
	z-index:500;
	-webkit-transition:opacity .5s;
	-moz-transition:opacity .5s;
	-o-transition:opacity .5s;
	transition:opacity .5s;
}

.video-holder .video-container.fadein{
	opacity:1;
}

.video-holder .video-container iframe {
	height: 100% !important;
	width: 100% !important;
}

#container.article .post-info-holder {
	padding: 0;
}

#container.article .post-info-holder .post-info {
	float: right;
}

#container.article .post-info-holder .post-info.author-info {
	float: none;
	padding: 0;
	letter-spacing: 2px;
	margin: 0 0 30px;
}

#container.article .info-holder {
	padding: 60px 0;
}

.article-text {
	padding: 0;
}

#container.modify .category {
/*	margin: 47px 0 194px;*/
}

#container.product-box.modify .category {
	margin: 0 0 45px;
}

#container.article .post-info {
	display: inline-block;
	bottom: auto;
	right: auto;
	padding: 7px 0 0 50px;
	position: static;
}

#container.article .post-info li .ico {
	color: #fff;
	font-size: 20px;
	opacity: 1;
}

#container.article .post-info li .ico.icon-ico09-01,
#container.article .post-info li .ico.icon-ico10-01 {
	font-size: 14px;
}

#container.article .post-info li:first-child {
	margin: 0;
}

.columns-holder {
	overflow: hidden;
	position: relative;
	z-index: 200;
	margin: 0 -8px 0 0;
}

.light-theme .columns-holder {
	background: #fff;
}

.dark-theme .columns-holder {
	background: #1d1d1d;
}

.column2 {
	float: left;
	width: 50%;
	padding: 0 8px 8px 0;
	position: relative;
	z-index: 101;
	background: #fff;
}

.dark-theme .column2 {
	background: #1d1d1d;
}

.column1 {
	padding: 0 8px 8px 0;
	clear: both;
	background: #fff;
	z-index: 101;
	position: relative;
}

.column1 .post,
.column1 .product-box {
	min-height: 400px;
	min-height: 67vh;
}

.dark-theme .column1 {
	background: #1d1d1d;
}

.column3 {
	float: left;
	width: 33.3333333333333%;
	padding: 0 8px 8px 0;
	position: relative;
	z-index: 101;
	background: #fff;
}

.dark-theme .column3 {
	background: #1d1d1d;
}

.column3:first-child .category,
.column3:first-child .text {
	left: 95px;
}

.column2 .post,
.column3 .post,
.column2 .product-box,
.column3 .product-box {
	height: 33vh;
	min-height: 320px;
	margin: 0;
}

.column2 .post img,
.column3 .post img {
	max-width: none;
}

.column1 .post .post-bg-image,
.column2 .post .post-bg-image,
.column3 .post .post-bg-image,
.column1 .product-box .post-bg-image,
.column2 .product-box .post-bg-image,
.column3 .product-box .post-bg-image {
	background-size: cover;
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
}

.column2 .post .category,
.column3 .post .category,
.column2 .product-box .category,
.column3 .product-box .category {
	position: absolute;
	top: 0;
	left: 45px;
}

.column2 .post .text,
.column3 .post .text {
	left: 45px;
	width: 70%;
	bottom: 0;
}

.column2 .post .text h1,
.column3 .post .text h1 {
	font: 42px/36px "league-gothic", serif !important;
	margin-bottom: 24px;
}

.column2 .post-info,
.column3 .post-info {
	bottom: 42px;
	right: 20px;
}

.columns-holder .product-box {
	/*height: 540px;*/
	margin: 0;
}

.columns-holder .product-box.col {
	height: auto;
}

.columns-holder .product-box .category,
.columns-holder .post .category {
	position: absolute;
	left: 45px;
	top: 44px;
	margin-bottom:0;
}

.columns-holder .column1 .product-box .category,
.columns-holder .column1 .post .category {
	position: static;
	margin: 0 0 2em;
}

.post-title-group {
	cursor: pointer;
}

.column2 .post-title-group,
.column3 .post-title-group {
	left:45px;
    bottom: 30px;
    position: absolute;
    width:70%;
    z-index:50;
}

.columns-holder .product-box:before {
	content: "";
	position: absolute;
	left: 0;
	right: -100px;
	bottom: 0;
	top: -300px;
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPHJhZGlhbEdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgY3g9IjUwJSIgY3k9IjUwJSIgcj0iNzUlIj4KICAgIDxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSI0JSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwLjk3Ii8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMC4yMSIvPgogIDwvcmFkaWFsR3JhZGllbnQ+CiAgPHJlY3QgeD0iLTUwIiB5PSItNTAiIHdpZHRoPSIxMDEiIGhlaWdodD0iMTAxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
	background: -webkit-radial-gradient(center, ellipse, #fff 0%, rgba(255, 255, 255, .97) 8%, rgba(0, 0, 0, .21) 100%);
	background: radial-gradient(ellipse at center, #fff 0%, rgba(255, 255, 255, .97) 8%, rgba(0, 0, 0, .21) 100%);
}

.dark-theme .columns-holder .product-box:before {
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPHJhZGlhbEdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgY3g9IjUwJSIgY3k9IjUwJSIgcj0iNzUlIj4KICAgIDxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9IiMzNDM0MzQiIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSI2MCUiIHN0b3AtY29sb3I9IiMxMDEwMTAiIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjMDAwMDAwIiBzdG9wLW9wYWNpdHk9IjEiLz4KICA8L3JhZGlhbEdyYWRpZW50PgogIDxyZWN0IHg9Ii01MCIgeT0iLTUwIiB3aWR0aD0iMTAxIiBoZWlnaHQ9IjEwMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, #343434), color-stop(60%, #101010), color-stop(100%, #000));
	background: -webkit-radial-gradient(center, ellipse cover, #343434 0%, #101010 60%, #000 100%);
	background: -webkit-radial-gradient(center, ellipse, #343434 0%, #101010 60%, #000 100%);
	background: radial-gradient(ellipse at center, #343434 0%, #101010 60%, #000 100%);
}

.light-theme .columns-holder .product-box {
	background-color: #fff;
}

.columns-holder .column1:first-child .product-box .category,
.columns-holder .column1:first-child .post .category {
	top: 110px;
}

/* product item styles */

.product-box {
	position: relative;
	overflow: hidden;
	margin: 0 0 8px;
}

.product-box .bg-img {
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPHJhZGlhbEdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgY3g9IjUwJSIgY3k9IjUwJSIgcj0iNzUlIj4KICAgIDxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSI0JSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwLjk3Ii8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMC4yMSIvPgogIDwvcmFkaWFsR3JhZGllbnQ+CiAgPHJlY3QgeD0iLTUwIiB5PSItNTAiIHdpZHRoPSIxMDEiIGhlaWdodD0iMTAxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
	background: -webkit-radial-gradient(center, ellipse, #fff 0%, rgba(255, 255, 255, .97) 6%, rgba(0, 0, 0, .21) 100%);
	background: radial-gradient(ellipse at center, #fff 0%, rgba(255, 255, 255, .97) 6%, rgba(0, 0, 0, .21) 100%);
}

.dark-theme .product-box .bg-img {
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPHJhZGlhbEdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgY3g9IjUwJSIgY3k9IjUwJSIgcj0iNzUlIj4KICAgIDxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9IiMzNDM0MzQiIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSI2MCUiIHN0b3AtY29sb3I9IiMxMDEwMTAiIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjMDAwMDAwIiBzdG9wLW9wYWNpdHk9IjEiLz4KICA8L3JhZGlhbEdyYWRpZW50PgogIDxyZWN0IHg9Ii01MCIgeT0iLTUwIiB3aWR0aD0iMTAxIiBoZWlnaHQ9IjEwMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, #343434), color-stop(60%, #101010), color-stop(100%, #000));
	background: -webkit-radial-gradient(center, ellipse cover, #343434 0%, #101010 60%, #000 100%);
	background: -webkit-radial-gradient(center, ellipse, #343434 0%, #101010 60%, #000 100%);
	background: radial-gradient(ellipse at center, #343434 0%, #101010 60%, #000 100%);
}

.light-theme .product-box .bg-img {
	background-color: #fff;
}

.product-box .text {
	position: absolute;
	left: 49px;
	bottom: 36px;
	z-index: 10000;
	width: 40%;
}

.product-box .person {
	position: absolute;
	bottom: 0;
	right: 0;
	float: right;
	height: 94%;
	width: auto;
}

.product-box .person.girl {
	height: 80%;
	right: 70px;
}

.product-box .item {
	position: absolute;
	right: 40px;
	top: 50%;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
	width: auto;
	max-height: 48%;
}

.product-box .catalog-btn {
	display: inline-block;
	vertical-align: top;
	text-transform: uppercase;
	border: 2px solid #fff;
	font: 300 10px/12px "proxima-nova", sans-serif;
	padding: 10px 21px;
	letter-spacing: 2px;
	color: #fff;
}

.product-box .catalog-btn:hover {
	text-decoration: none;
	opacity: .8;
}

.product-box h1 {
	font: 60px/60px "league-gothic", serif;
	color: #fff;
	margin: 0 0 38px;
}

.light-theme .product-box h1 {
	text-shadow: 1px 1px rgba(0, 0, 0, .1);
}

.product-box h1 a {
	color: #fff;
}

.product-box h1 a:hover {
	text-decoration: none;
	opacity: .8;
}

.product-box .price {
	display: block;
	font: 60px/50px "league-gothic", serif;
	color: #afafaf;
	position: relative;
}

.product-box .price:after {
	content: "$";
	position: absolute;
	left: -14px;
	top: -3px;
	font-size: 40px;
	line-height: 40px;
}

.column2 .product-box .item {
	height: 70%;
	max-height: 70%;
	right: 17%;
}

.column2 .product-box .person {
	right: 18% !important;
	width: auto;
}

.product-box.container2 .price {
	font-size: 72px;
	line-height: 72px;
}

.product-box.container2 .price:after {
	font-size: 50px;
	left: -15px;
}

.product-box.container2 h1 {
	font-size: 72px;
	line-height: 72px;
}

.product-box.container2.modify h1 a {
	color: #000;
}

.dark-theme .product-box.container2.modify h1 a {
	color: #fff;
}

/* advertisement block styles */

.up-area {
	width: 100%;
	overflow: hidden;
	position: relative;
	padding: 0 0 7px;
	z-index: 101;
}

.light-theme .up-area {
	background: #fff;
}

.dark-theme .up-area {
	background: #1d1d1d;
}

.up-area .holder {
	overflow: hidden;
	margin: 0;
}

.up-area .holder .up-box {
	float: left;
	padding: 0 8px 0 0;
	width: 50%;
}

.up-area img {
	display: block;
	width: 100%;
	height: auto;
}

.up-area .up-btn {
	background: #fff;
	color: #000;
	padding: 10px 20px;
	min-width: 230px;
	text-align: center;
	text-transform: uppercase;
	font: 600 12px/14px "proxima-nova", sans-serif;
	letter-spacing: 1px;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.up-area .up-btn:hover {
	text-decoration: none;
	opacity: .8;
}

.post.article .title,
.product-box .title {
	position: static;
	width: 100%;
}

.post.article .title .text,
.product-box .title .text {
	width: auto;
	left: 0;
	bottom: 0;
}

.post .header .title,
.product-box .header .title {
	position: absolute;
	left: 95px;
	top: auto;
	bottom: 54px;
	-webkit-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	transform: translate(0, 0);
}

/* footer styles */

#footer {
	position: relative;
	z-index: 100000;
	background: #fff;
	width: 100%;
	overflow: hidden;
	clear: both;
	padding: 8px 0 0;
	margin: -8px 0 0;
}

.dark-theme #footer {
	background: #1d1d1d;
}

.relative-block {
	background: #fff;
	position: relative;
	z-index: 100000;
}

.dark-theme .relative-block {
	background: #1d1d1d;
}

.article.modify + .relative-block {
	padding: 8px 0 0;
	margin-top: -8px;
}

.add-posts {
	position: relative;
	z-index: 100000;
	width: 100%;
	overflow: hidden;
	padding: 8px 0 0;
	margin-top: -8px;
	background: #fff;
}

.dark-theme .add-posts {
	background: #1d1d1d;
}

.post.center-post {
	margin: 0;
	position: relative;
	z-index: 101;
}

.post.center-post .text {
	left: 50%;
	-webkit-transform: translate(-50%, 0);
	-ms-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
	text-align: center;
	width: 50%;
	bottom: 29px;
}

.post.center-post .text h1 {
	font-size: 80px !important;
	line-height: 76px !important;
}

/* sidebar styles */

.sidebar {
	position: fixed;
	top: 0;
	right: -320px;
	height: 100%;
	width: 320px;
	background: #fff;
	z-index: 10000001;
	-webkit-transition: right .3s;
	transition: right .3s;
	overflow: auto;
}

.sidebar > div {
	padding: 38px 50px;
}

.sidebar .cart-drop,
.sidebar .shop-drop {
    position: absolute;
    padding: 0;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
}

.sidebar .cart-drop:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(255, 255, 255, .5);
	opacity: 0;
	visibility: hidden;
	z-index: 10;
	-webkit-transition: opacity .3s, visibility .3s;
	transition: opacity .3s, visibility .3s;
}

.sidebar .cart-drop:after.ajax-loading {
	opacity: 1;
	visibility: visible;
}

.sidebar .cart-drop iframe,
.sidebar .shop-drop iframe {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
}

.sidebar .heading {
	width: 100%;
	overflow: hidden;
	margin: 0 0 72px;
}

.sidebar h1 {
	text-transform: uppercase;
	color: #da364a;
	margin: 0;
	font: 40px/40px "league-gothic", serif;
}

.sidebar .close-btn {
	float: right;
	color: #afafaf;
	font-size: 30px;
	margin: 5px 0 0 5px;
}

.sidebar .close-btn:hover {
	color: #000;
	text-decoration: none;
}

.sidebar .product-holder {
	font: 12px/20px "proxima-nova", sans-serif;
	letter-spacing: 1px;
	margin: 0 0 23px;
}

.sidebar .product-holder img {
	display: block;
	margin: 0 0 75px;
}

.sidebar .product-holder h2 {
	color: #000;
	font: 32px/32px "league-gothic", serif;
	margin: 0 0 20px;
}

.sidebar .product-holder p {
	margin: 0 0 20px;
}

.sidebar .product-holder form {
	margin: 0;
}

.sidebar .product-holder form .row {
	width: 100%;
	overflow: hidden;
	border: solid #b2b2b2;
	border-width: 2px 2px 0;
}

.sidebar .product-holder form .jcf-select {
	float: left;
	border: solid #b2b2b2;
	border-width: 0 2px 0 0;
	width: 47.75%;
	margin: 0;
	min-width: 1px;
	height: 38px;
}

.sidebar .product-holder form .jcf-select .jcf-select-text {
	margin: 0 7px;
	text-align: center;
	line-height: 38px;
}

.sidebar .product-holder form .jcf-select .jcf-select-text img {
	display: block;
	margin: 8px 0 0;
	border-radius: 50%;
}

.sidebar .product-holder form .jcf-select .jcf-select-opener {
	display: none;
}

.sidebar .product-holder form .jcf-select-present {
	width: 18.1%;
}

.sidebar .product-holder form .jcf-select-present .jcf-list .jcf-option {
	padding: 0 7px !important;
}

.sidebar .product-holder form input[type="text"] {
	float: left;
	width: 34.15%;
	border: 0;
	text-align: center;
	color: #000;
	font-size: 12px;
	padding: 9px 10px;
	height: 38px;
	letter-spacing: 1px;
}

.sidebar .product-holder form input[type="submit"] {
	background: #000;
	color: #fff;
	text-align: center;
	border: 0;
	width: 100%;
	border-radius: 0;
	height: 42px;
	font: 600 12px/14px "proxima-nova", sans-serif;
	letter-spacing: 1px;
}

.sidebar .product-holder form input[type="submit"]:hover {
	opacity: .8;
}

.sidebar .privacy {
	font: 10px/14px "proxima-nova", sans-serif;
	letter-spacing: 1px;
}

.sidebar .privacy .ico {
	font-size: 13px;
	margin: 0 6px 0 0;
}

.sidebar .privacy .title {
	display: block;
	font-weight: normal;
	text-transform: uppercase;
}

.sidebar .privacy .title .ico {
	margin: 0 5px 0 0;
}

body.cart-active,
body.cart-active .page-wrapper{
	overflow:hidden;
}

.cart-active #bag {
	right: 0;
}

.cart-active #perspective {
	margin: 0 320px 0 -320px;
}

.login-active #login {
	right: 0;
}

.login-active #perspective {
	margin: 0 320px 0 -320px;
}

.shop-active #shop {
	right: 0;
}

.shop-active #perspective {
	margin: 0 320px 0 -320px;
}

.shop_table {
	border: 0;
	width: 100%;
	margin: 0 0 45px;
}

.shop_table td {
	border: 1px solid #c1c1c1;
	border-width: 1px 0 0;
	padding: 0;
	vertical-align: middle;
}

.shop_table .jcf-select {
	border: 0;
	min-width: 1px;
	width: 46.5px;
	background: #eee;
	height: 47px;
	margin: 0;
	font-size: 10px;
	line-height: 47px;
	float: right;
}

.shop_table .jcf-select .jcf-select-opener {
	right: 0;
	top: 50%;
	font-size: 5px;
	line-height: 22px;
	height: auto;
}

.shop_table .jcf-select .jcf-select-text {
	line-height: 47px;
	margin: 0 20px 0 11px;
}

.shop_table .name {
	display: block;
	font: 600 10px/12px "proxima-nova", sans-serif;
}

.shop_table .product-options {
	overflow: hidden;
	font: 10px/12px "proxima-nova", sans-serif;
}

.shop_table .product-options li {
	float: left;
	margin-left: 3px;
}

.shop_table .product-options li:first-child {
	margin: 0;
}

.shop_table .product-options li .amount {
	color: #000;
	opacity: .5;
	margin-left: 10px;
}

.sidebar .woocommerce .shop_table {
	width: 100%;
	margin: 0 0 45px;
}

.sidebar .woocommerce .shop_table th,
.sidebar .woocommerce .shop_table .product-remove,
.sidebar .woocommerce .shop_table .product-thumbnail,
.sidebar .woocommerce .shop_table .product-subtotal,
.sidebar .woocommerce .shop_table .minus,
.sidebar .woocommerce .shop_table .plus,
.sidebar .woocommerce .shop_table .actions,
.sidebar .woocommerce .shop_table .product-price {
	display: none;
}

.sidebar .woocommerce .shop_table .input-text {
	width: 40px;
	border: 0;
	background: #eee;
	display: block;
	height: 45px;
}

.sidebar .woocommerce .shop_table td {
	border: 1px solid #c1c1c1 !important;
	border-width: 1px 0 0 !important;
	padding: 0;
	vertical-align: middle;
}

.sidebar .woocommerce .shop_table .product-name {
	font: 600 10px/12px "proxima-nova", sans-serif;
	text-transform: uppercase;
}

.sidebar .woocommerce .cross-sells {
	display: none;
}

.sidebar .woocommerce .cart_totals {
	width: 100%;
	border: 0 !important;
	margin: 0 0 42px;
}

.sidebar .woocommerce .cart_totals h2,
.sidebar .woocommerce .cart_totals .cart-subtotal,
.sidebar .woocommerce .cart_totals .shipping {
	display: none;
}

.sidebar .woocommerce .cart_totals table {
	border: 0;
	margin: 0;
}

.sidebar .woocommerce .cart_totals td {
	border: 0 !important;
	text-align: right;
	color: #333;
	opacity: .9;
	padding: 0;
}

.sidebar .woocommerce .cart_totals th {
	border: 0;
	text-align: left;
	color: #333;
	opacity: .3;
	padding: 0;
	background: none;
	border: 0 !important;
}

.sidebar .woocommerce .cart_totals table {
	width: 100%;
	text-transform: uppercase;
	font: 32px/32px "league-gothic", serif;
}

.sidebar .woocommerce .shipping_calculator {
	display: none;
}

.sidebar .woocommerce .checkout-button {
	display: block;
	width: 100%;
	background: #333;
	border: 0;
	height: 48px;
	color: #fff;
	font: 600 12px/14px "proxima-nova", sans-serif;
	letter-spacing: 1px;
}

.sidebar .woocommerce .checkout-button:hover {
	background: #4d4d4d;
}

.sidebar .woocommerce .keep-button {
	display: block;
	width: 100%;
	border: 2px solid #333;
	height: 48px;
	color: #333;
	background: #fff;
	font: 600 12px/14px "proxima-nova", sans-serif;
	letter-spacing: 1px;
	margin: 0 0 42px;
}

.sidebar .woocommerce .keep-button:hover {
	background: #e6e6e6;
}

#container-360 {
	display: none;
}

.signedin-360 #container-360,
.active-360 #container-360 {
	display: block;
}

.signedin-360 #callout-360,
.active-360 #callout-360 {
	display: none;
}

#iframe-360 {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
}

#login {
	font: 12px/20px "proxima-nova", sans-serif;
	letter-spacing: 1px;
}

#login .heading {
	background: #aac368;
	margin: -40px -50px 30px;
	padding: 40px 50px;
	width: auto;
	position: relative;
	z-index: 1;
}

#login .heading .close-btn {
	color: #fff;
	margin: -34px -46px 0 0;
}

#login #container-360 .heading {
	background-color: transparent;
}

#login #container-360 .heading .close-btn {
	color: #333;
}

#login .heading h1 {
	color: #fff;
}

#login .heading h1 span {
	color: #c4e765;
}

#login h2 {
	text-transform: uppercase;
	font: 32px/32px "league-gothic", serif;
	color: #515151;
	margin: 0 0 20px;
}

#login p {
	margin: 0 -10px 28px 0;
}

#login .price {
	float: right;
	font: 27px/32px "league-gothic", serif;
	color: #aac368;
}

#login .price span {
	font-size: 17px;
}

#login .options-list {
	font: 600 10px/12px "proxima-nova", sans-serif;
	text-transform: uppercase;
	letter-spacing: 2px;
	margin: 0 0 33px;
}

#login .options-list li {
	margin: 0 0 10px;
}

#login .options-list li a {
	color: #000;
	opacity: .9;
}

#login .options-list li a:hover {
	text-decoration: none;
	opacity: 1;
}

#login .user-menu {
	overflow: hidden;
	margin: 0 -15px 44px 0;
	border: 2px solid #aac368;
	border-width: 2px 2px 0 0;
	padding: 0;
}

#login .user-menu li {
	float: left;
	width: 100%;
}

#login .user-menu li.small {
	width: 50%;
}

#login .user-menu li a {
	display: block;
	border: 2px solid #aac368;
	border-width: 0 0 2px 2px;
	text-align: center;
	padding: 10px;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: rgba(0, 0, 0, .7);
	font: 600 12px/18px "proxima-nova", sans-serif;
}

#login .user-menu li a:hover {
	text-decoration: none;
	background: #aac368;
	color: #fff;
}

#login .user-menu li a.sign {
	background: #aac368;
	color: #fff;
}

#login .user-menu li a.sign:hover {
	background: #fff;
	color: rgba(0, 0, 0, .7);
}

#notice-360 {
	position: fixed;
	z-index: 100;
	width: 280px;
	height: auto;
	padding: 1em 1.5em;
	background-color: #444;
	color: #eee;
	top: 22px;
	right: -100%;
	border-radius: 3em;
	transition: right 1s ease;
	width: 340px;
}

#notice-360.show-notice {
	right: 10px;
}

#notice-360 a {
	color: #AAC368;
}

@media only screen and (max-width:720px){
	#notice-360 {
		width: 280px;
	}
}

.login-box .visual {
	position: relative;
	margin: -6px -50px 38px -50px;
}

.login-box .visual img {
	display: block;
	width: 100%;
	height: auto;
}

.login-box .visual:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjUiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, .5)), color-stop(100%, transparent));
	background: -webkit-linear-gradient(top, rgba(0, 0, 0, .5) 0%, transparent 100%);
	background: linear-gradient(to bottom, rgba(0, 0, 0, .5) 0%, transparent 100%);
	background-color: #95b442;
	opacity: .7;
}

.login-box .visual h1 {
	color: #fff;
	font: 40px/40px "league-gothic", serif;
	position: absolute;
	top: 38px;
	left: 50px;
	z-index: 2;
}

.login-box .visual h1 span {
	color: #c4e765;
}

.login-box .visual .name {
	position: absolute;
	left: 50px;
	bottom: 15px;
	text-transform: uppercase;
	color: #fff;
	font: 32px/32px "league-gothic", serif;
	z-index: 2;
	max-width: 200px;
}

.login-box .visual .settings {
	position: absolute;
	right: 38px;
	bottom: 15px;
	color: #fff;
	opacity: .5;
	font-size: 26px;
	line-height: 26px;
	z-index: 2;
}

.login-box .visual .settings:hover {
	text-decoration: none;
	opacity: 1;
}

.login-box .login-menu {
	text-transform: uppercase;
	font: 12px/14px "proxima-nova", sans-serif;
	letter-spacing: 1px;
	margin: 0 0 42px;
}

.login-box .login-menu li {
	margin: 0 0 18px;
}

.login-box .login-menu li a {
	color: #000;
	opacity: .6;
}

.login-box .login-menu li a:hover {
	text-decoration: none;
	opacity: 1;
}

.login-box .btn-upgrade {
	display: block;
	color: #fff;
	font: 12px/14px "proxima-nova", sans-serif;
	letter-spacing: 2px;
	padding: 14px;
	text-align: center;
	background: #aac368;
	margin: 0 -17px 20px 0;
}

.login-box .btn-upgrade:hover {
	text-decoration: none;
	background: #95b935;
}

.author-block {
	border: 1px solid #606060;
	position: relative;
	padding: 90px 65px 70px;
	text-align: center;
	margin: 170px 0 0 !important;
	font: 16px/24px "proxima-nova", sans-serif;
}

.light-theme .author-block {
	border-color: #e0e0e0;
}

.author-block .visual {
	position: absolute;
	top: -82px;
	border: 27px solid #1d1d1d !important;
	border-radius: 50%;
	width: 165px;
	left: 50%;
	-webkit-transform: translate(-50%, 0);
	-ms-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
}

.light-theme .author-block .visual {
	border-color: #fff !important;
}

.author-block .visual img {
	display: block;
	width: 100%;
	height: auto;
}

.author-block .visual:after {
	/*
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: #544311;
	opacity: 0;
	border-radius: 50%;
	*/
}

.author-block h2 {
	color: #fff;
	font: 28px/32px "league-gothic", serif !important;
	margin: 0 0 16px;
}

.light-theme .author-block h2 {
	color: #000;
}

.author-block .more {
	position: absolute;
	left: 50%;
	bottom: 0;
	background: #1d1d1d;
	color: #ababab;
	text-transform: uppercase;
	letter-spacing: 1px;
	font: 600 12px/14px "proxima-nova", sans-serif;
	-webkit-transform: translate(-50%, 50%);
	-ms-transform: translate(-50%, 50%);
	transform: translate(-50%, 50%);
	padding: 0 50px;
	border: none !important;
}

.light-theme .author-block .more {
	background: #fff;
	color: #000;
}

.light-theme .author-block .more:hover {
	color: gray;
}

.author-block .more span {
	color: #fff;
}

.light-theme .author-block .more span {
	color: #000;
}

.author-block .more:hover {
	text-decoration: none;
	color: #919191;
}

.comments-box {
	padding: 150px 0 0;
}

.comments-box img {
	display: block;
}

.container2.post {
	min-height: 100%;
}

.bg-img{

}

.bg-img .holder {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-position: 0 15%;
	background-size: cover;
	z-index:-1;
}

.bg-img .holder img {
	max-width: none;
}

.bg-img .holder img.js-hidden-image {
	visibility: hidden;
}

/* carousel styles */
.bg-img{
	height:100%;
	width:100%;
	z-index:0;
	transform:translate3d(0,0,0);
	-webkit-transform:translate3d(0,0,0);
}

.bg-img .carousel {
	width: 50%;
	padding: 135px 0 0;
	overflow: hidden;
	right: 0;
	position: absolute;
	top: 50%;
	-webkit-transform: translate(0, -58%);
	-ms-transform: translate(0, -58%);
	transform: translate(0, -58%);
}

.bg-img .carousel .mask {
	margin: 0 auto;
	width: 100%;
}

.bg-img .carousel .slideset {
	width: 100%;
	overflow: hidden;
}

.bg-img .carousel .slideset .slide {
	position: relative;
	float: left;
	width: 33.3%;
	opacity: .5;
	-webkit-transition: opacity .5s linear;
	transition: opacity .5s linear;
}

.bg-img .carousel .slideset .slide.active {
	opacity: 1;
}

.bg-img .carousel .slideset .slide img {
	position: static;
	left: auto;
	width: 100%;
	height: auto !important;
	min-height: 1px;
}

/* products list styles */

.products-list {
	position: relative;
	padding: 0 50% 0 0;
}

.products-list li {
	padding: 265px 165px;
	position: relative;
	z-index: 2;
}

.products-list:before {
	content: "";
	position: absolute;
	left: -500px;
	right: 0;
	bottom: 0;
	top: -500px;
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPHJhZGlhbEdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgY3g9IjUwJSIgY3k9IjUwJSIgcj0iNzUlIj4KICAgIDxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSI0JSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwLjk3Ii8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMC4yMSIvPgogIDwvcmFkaWFsR3JhZGllbnQ+CiAgPHJlY3QgeD0iLTUwIiB5PSItNTAiIHdpZHRoPSIxMDEiIGhlaWdodD0iMTAxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
	background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, #fff), color-stop(4%, rgba(255, 255, 255, .97)), color-stop(100%, rgba(0, 0, 0, .21)));
	background: -webkit-radial-gradient(center, ellipse cover, #fff 0%, rgba(255, 255, 255, .97) 4%, rgba(0, 0, 0, .21) 100%);
	background: -webkit-radial-gradient(center, ellipse, #fff 0%, rgba(255, 255, 255, .97) 4%, rgba(0, 0, 0, .21) 100%);
	background: radial-gradient(ellipse at center, #fff 0%, rgba(255, 255, 255, .97) 4%, rgba(0, 0, 0, .21) 100%);
}

.dark-theme .products-list:before {
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPHJhZGlhbEdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgY3g9IjUwJSIgY3k9IjUwJSIgcj0iNzUlIj4KICAgIDxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9IiMzNDM0MzQiIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSI2MCUiIHN0b3AtY29sb3I9IiMxMDEwMTAiIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjMDAwMDAwIiBzdG9wLW9wYWNpdHk9IjEiLz4KICA8L3JhZGlhbEdyYWRpZW50PgogIDxyZWN0IHg9Ii01MCIgeT0iLTUwIiB3aWR0aD0iMTAxIiBoZWlnaHQ9IjEwMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, #343434), color-stop(60%, #101010), color-stop(100%, #000));
	background: -webkit-radial-gradient(center, ellipse cover, #343434 0%, #101010 60%, #000 100%);
	background: -webkit-radial-gradient(center, ellipse, #343434 0%, #101010 60%, #000 100%);
	background: radial-gradient(ellipse at center, #343434 0%, #101010 60%, #000 100%);
}

.products-list img {
	position: static;
	left: auto;
	top: auto;
}

.product-summary {
	border: 0;
	width: 100%;
	text-transform: uppercase;
	margin: 0 0 47px;
}

.product-summary td,
.product-summary th {
	text-align: right;
	padding: 14px 0 12px;
	background: none;
}

.product-summary td:first-child,
.product-summary th:first-child {
	text-align: left;
}

.product-summary td {
	border: solid #bbb;
	border-width: 1px 0 0;
	font: 12px/16px "proxima-nova", sans-serif;
	letter-spacing: 2px;
	padding: 16px 0 15px;
}

.product-summary th {
	border: 0;
	font: 38px/38px "league-gothic", serif;
	color: #333;
	opacity: .9;
}

.dark-theme .product-summary th {
	color: #fff;
}

.cart-form {
	width: 100%;
	overflow: hidden;
	border: 1px solid #000;
	height: 48px;
	margin: 0 0 50px;
}

.cart-form input[type="text"] {
	float: left;
	width: 15.5%;
	text-align: center;
	text-transform: uppercase;
	color: #000;
	font: 600 12px/16px "proxima-nova", sans-serif;
	letter-spacing: 1px;
	border: solid #000;
	border-width: 0 1px 0 0;
	padding: 15px 7px;
}

.cart-form .jcf-select {
	float: left;
	width: 34.5%;
	border: 0;
	height: 48px;
	color: #000;
}

.cart-form .jcf-select .jcf-select-text {
	font: 600 12px/48px "proxima-nova", sans-serif;
	margin: 0 50px 0 30px;
}

.cart-form .jcf-select .jcf-select-opener {
	font-size: 10px;
	line-height: 20px;
	width: 41px;
	text-align: left;
	color: #000;
}

.cart-form input[type="submit"] {
	float: right;
	width: 50%;
	border: 0;
	background: #333;
	color: #fff;
	text-align: center;
	text-transform: uppercase;
	font: 600 12px/16px "proxima-nova", sans-serif;
	height: 48px;
}

.cart-form input[type="submit"]:hover {
	background: #000;
}

/* ---------------------------------------------------------
   3. Сustom form styles
   ---------------------------------------------------------*/

/* custom checkbox styles */

.jcf-checkbox {
	vertical-align: middle;
	display: inline-block;
	position: relative;
	overflow: hidden;
	cursor: default;
	background: #fff;
	border: 1px solid #777;
	margin: 0 3px 0 0;
	height: 16px;
	width: 16px;
}

.jcf-checkbox span {
	position: absolute;
	display: none;
	height: 4px;
	width: 8px;
	top: 50%;
	left: 50%;
	margin: -7px 0 0 -6px;
	border: 3px solid #777;
	border-width: 0 0 3px 3px;
	-ms-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	-ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=0.7071067811865483, M12=0.7071067811865467, M21=-0.7071067811865467, M22=0.7071067811865483, SizingMethod='auto expand')";
}

:root .jcf-checkbox span {
	margin: -4px 0 0 -5px;
}

.jcf-checkbox input[type="checkbox"] {
	position: absolute;
	width: 100%;
	height: 100%;
	border: 0;
	margin: 0;
	left: 0;
	top: 0;
}

.jcf-checkbox.jcf-checked span {
	display: block;
}

/* custom radio styles */

.jcf-radio {
	vertical-align: middle;
	display: inline-block;
	position: relative;
	overflow: hidden;
	cursor: default;
	background: #fff;
	border: 1px solid #777;
	border-radius: 9px;
	margin: 0 3px 0 0;
	height: 16px;
	width: 16px;
}

.jcf-radio span {
	display: none;
	position: absolute;
	top: 3px;
	left: 3px;
	right: 3px;
	bottom: 3px;
	background: #777;
	border-radius: 100%;
}

.jcf-radio input[type="radio"] {
	position: absolute;
	height: 100%;
	width: 100%;
	border: 0;
	margin: 0;
	left: 0;
	top: 0;
}

.jcf-radio.jcf-checked span {
	display: block;
}

/* custom select styles */

.jcf-select {
	display: inline-block;
	vertical-align: top;
	position: relative;
	border: 1px solid #777;
	background: #fff;
	min-width: 50px;
	height: 26px;
	text-transform: uppercase;
	letter-spacing: 1px;
}

.jcf-select select {
	z-index: 1;
	left: 0;
	top: 0;
}

.jcf-select .jcf-select-text {
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	cursor: default;
	display: block;
	font-size: 13px;
	line-height: 26px;
	margin: 0 35px 0 8px;
}

.jcf-select .jcf-select-opener {
	position: absolute;
	text-align: center;
	width: 26px;
	bottom: 0;
	right: 0;
	top: 50%;
	font-size: 8px;
	line-height: 8px;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
}

body > .jcf-select-drop {
	position: absolute;
	margin: -1px 0 0;
	z-index: 9999;
}

body > .jcf-select-drop.jcf-drop-flipped {
	margin: 1px 0 0;
}

.jcf-select .jcf-select-drop {
	position: absolute;
	margin-top: 0;
	z-index: 9999;
	top: 100%;
	left: -1px;
	right: -1px;
}

.jcf-select .jcf-drop-flipped {
	bottom: 100%;
	top: auto;
}

/* multiple select styles */

.jcf-list-box {
	overflow: hidden;
	display: inline-block;
	border: 1px solid #b8c3c9;
	min-width: 200px;
	margin: 0 15px;
}

/* select options styles */

.jcf-list {
	display: inline-block;
	vertical-align: top;
	position: relative;
	background: #eee;
	font: 600 12px/14px "proxima-nova", sans-serif;
	text-transform: uppercase;
	width: 100%;
}

.jcf-list .jcf-list-content {
	vertical-align: top;
	display: inline-block;
	overflow: auto;
	width: 100%;
}

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

.jcf-list ul li {
	overflow: hidden;
	display: block;
}

.jcf-list .jcf-overflow {
	overflow: auto;
}

.jcf-list .jcf-option {
	white-space: nowrap;
	overflow: hidden;
	cursor: default;
	display: block;
	padding: 10px 30px;
	color: #656565;
	height: 1%;
}

.jcf-list .jcf-disabled {
	background: #fff !important;
	color: #aaa !important;
}

.jcf-select-drop .jcf-hover,
.jcf-list-box .jcf-selected {
	background: #e6e6e6;
	color: #000;
}

.jcf-list .jcf-optgroup-caption {
	white-space: nowrap;
	font-weight: bold;
	display: block;
	padding: 5px 11px;
	cursor: default;
	color: #000;
}

.jcf-list .jcf-optgroup .jcf-option {
	padding-left: 30px;
}

/* common custom form elements styles */

.jcf-disabled {
	background: #ddd !important;
}

.jcf-select-present .jcf-list .jcf-option {
	padding: 8px 7px;
}

.jcf-select-present .jcf-list {
	background: #fff;
}

.jcf-select-present .jcf-list .jcf-option img {
	display: block;
	border-radius: 50%;
}

.shop.cart-button {
	/*opacity: 0.5;*/
}

.shop.cart-button.has-items {
	opacity: 1;
}


/*************** made in the south ************/

.modalview .container {
	overflow: visible;
}

.south-link {
    position: absolute;
    top: -13px;
    right: 0px;
    color: black;
    display: block;
    z-index: 1;
    background-image: url("images/BuiltintheSOUTH.svg");
    height: 10px;
    width: 106px;
    opacity: 0.5;
    opacity: 0;
	transition: opacity .5s ease;
}

.south-link span {
	visibility: hidden;
}

.modalview .south-link {
	opacity: 1;
}



/* ---------------------------------------------------------
   Product Insert Styles
   ---------------------------------------------------------*/

div[data-embed_type="product"] {
    display: inline-block;
}

div[data-embed_type="product"] + p {
    display: none;
}

/* ---------------------------------------------------------
   4. Styles for Responsive web design
   ---------------------------------------------------------*/

.hc-details {
	left: 0;
}

.dark-theme .hc-details {
	background: #1d1d1d !important;
	color: #a6a6a6 !important;
	border-color: #000 !important;
	box-shadow: 5px 5px 5px #000 !important;
}

.dark-theme .hc-details a {
	color: #a6a6a6;
}

.hc-details #wpsa-subcriber-mail {
	vertical-align: top;
}

/*.brown {
	color: #fff;
}*/

.brown:after {
	background-color: rgba(228, 168, 73, .41);
}

/*.brown .category {
	border-color: #e4a849;
}

.brown .category .link-text {
	background: #e4a849;
	color: #fff;
}

.brown .category .icon {
	color: #e4a849;
}
*/
.brown .video-holder:after {
	background: #e4a849;
}

.blue:after {
	background-color: rgba(11, 50, 97, .4);
}

/*.blue .category {
	border-color: #0b3261;
}

.blue .category .link-text {
	background: #0b3261;
	color: #fff;
}

.blue .category .icon {
	color: #0b3261;
}*/

.blue .video-holder:after {
	background: #0b3261;
}

.light-blue:after {
	background-color: rgba(106, 159, 222, .41);
}

/*.light-blue .category {
	border-color: #6a9fde;
}

.light-blue .category .link-text {
	background: #6a9fde;
	color: #fff;
}

.light-blue .category .icon {
	color: #6a9fde;
}*/

.light-blue .video-holder:after {
	background: #6a9fde;
}

.purple:after {
	background-color: rgba(145, 68, 156, .4);
}

/*.purple .category {
	border-color: #755578;
}

.purple .category .link-text {
	background: #755578;
	color: #fff;
}

.purple .category .icon {
	color: #755578;
}

.purple .video-holder:after {
	background: #755578;
}*/

.red:after {
	background-color: rgba(218, 54, 74, .4);
}

/*.red .category {
	border-color: #da364a;
}

.red .category .link-text {
	background: #da364a;
	color: #fff;
}

.red .category .icon {
	color: #da364a;
}*/

.red .video-holder:after {
	background: #da364a;
}

.beige:after {
	background-color: rgba(192, 160, 93, .4);
}

/*.beige .category {
	border-color: #c0a05d;
}

.beige .category .link-text {
	background: #c0a05d;
	color: #fff;
}

.beige .category .icon {
	color: #c0a05d;
}*/

.beige .video-holder:after {
	background: #c0a05d;
}

@media only screen and (min-width: 1023px) {
	.top-nav {
		position: absolute;
		left: 370px;
		top: 43px;
		font: 28px/28px "league-gothic", serif;
		text-transform: uppercase;
		opacity: 0;
		transition: opacity .5s ease;
	}

	.top-nav li {
		float: left;
		margin: 0 25px 0 0;
	}

	.top-nav li a {
		color: #676767;
	}

	.top-nav li a:hover {
		text-decoration: none;
		color: #fff;
	}

	#nav .main-nav {
		margin: 125px 0 0;
		padding: 0;
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
	}

	.modalview.animate #nav .main-nav {
		visibility: visible;
	}

	.nav-active #main .main-nav {
		opacity: 0;
	}

	.main-nav > li {
		float: left;
		width: 16.666666667%;
		position: relative;
		padding: 0 25px;
	}
	#main .main-nav > li {
		width: 33%;
		padding: 25px;
	}
	#nav .main-nav > li:hover:after {
		content: "";
		position: absolute;
		top: 12px;
		left: 0;
		right: 0;
		bottom: -65px;
		border: 1px solid #595959;
	}

	.main-nav > li > a {
		text-transform: uppercase;
		font: 17px/17px "league-gothic", sans-serif;
		letter-spacing: 1px;
		display: inline-block;
		vertical-align: top;
		margin: 0 0 22px;
		color: #fff;
		letter-spacing: 2px;
		position: relative;
		z-index: 2;
		background: #1d1d1d;
		padding: 0 16px;
		margin-left: -16px;
		white-space: nowrap;
	}
	#main .main-nav > li > a {
		font-size: 18px;
		line-height: 21px;
	}
	.light-theme .main-nav > li > a {
		background: #fff;
		color: #676767;
	}

	.main-nav > li > a:hover {
		text-decoration: none;
	}

	.main-nav > li ul {
		font: 10px/1.1 "proxima-nova", sans-serif;
		text-transform: uppercase;
		letter-spacing: 1px;
		position: relative !important;
		z-index: 2;
		top: auto !important;
		left: auto !important;
		width: 100% !important;
	}

	.main-nav > li ul li {
		margin: 0 0 16px;
	}

	.main-nav > li ul li a {
		color: #fff;
		opacity: .9;
	}
	#main .main-nav > li ul li a {
		font-size: 10px;
		line-height: 12px;
	}

	.light-theme .main-nav > li ul li a {
		color: #333;
	}

	.main-nav > li ul li a:hover {
		opacity: 1;
		text-decoration: none;
	}

	.effect-movedown .container {
		-webkit-transition: -webkit-transform .4s;
		transition: transform .4s;
		-webkit-transform-origin: 50% 50%;
		-ms-transform-origin: 50% 50%;
		transform-origin: 50% 50%;
	}

	.effect-movedown.light-theme {
		background: #fff;
	}

	.effect-movedown.dark-theme {
		background: #000;
	}

	.effect-movedown.animate .container {
		-webkit-transform: translateY(450px) translateZ(0) perspective(300px) rotateX(2deg);
		transform: translateY(450px) translateZ(0) perspective(300px) rotateX(2deg);
	}

	.no-csstransforms3d .effect-movedown.animate .container {
		top: 75%;
	}

	.effect-movedown .outer-nav {
		opacity: 0;
		-webkit-transform: translateY(-100px);
		-ms-transform: translateY(-100px);
		transform: translateY(-100px);
		-webkit-transition: -webkit-transform .4s, opacity .4s;
		transition: transform .4s, opacity .4s;
		z-index: -999;
		height: 0;
		overflow: hidden;
		visibility:hidden;
	}

	.effect-movedown.animate .outer-nav {
		opacity: 1;
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
		transform: translateY(0);
		height: auto;
		overflow: visible;
	}

	.effect-movedown.animate .outer-nav a:nth-child(2) {
		-webkit-transition-delay: .04s;
		transition-delay: .04s;
	}

	.effect-movedown.animate .outer-nav a:nth-child(3) {
		-webkit-transition-delay: .08s;
		transition-delay: .08s;
	}

	.effect-movedown.animate .outer-nav a:nth-child(4) {
		-webkit-transition-delay: .12s;
		transition-delay: .12s;
	}

	.effect-movedown.animate .outer-nav a:nth-child(5) {
		-webkit-transition-delay: .16s;
		transition-delay: .16s;
	}

	.effect-movedown.animate .outer-nav a:nth-child(6) {
		-webkit-transition-delay: .2s;
		transition-delay: .2s;
	}

	.effect-movedown.animate .outer-nav a:nth-child(7) {
		-webkit-transition-delay: .24s;
		transition-delay: .24s;
	}

	.mobile-drop .heading {
		display: none;
	}

	.effect-movedown.animate .main-nav {
		display: block;
	}

}

@media only screen and (min-width: 1500px) {
	.top-nav {
		left: 500px;
		font: 40px/40px "league-gothic", serif;
	}

	.top-nav li {
		margin: 0 25px 0 0;
	}

	.main-nav > li > a {
		font: 24px/28px "league-gothic", serif;
		margin: 0 0 32px -16px;
	}

	.main-nav {
		margin: 153px 20px 0;
	}

	.main-nav > li ul {
		font: 12px/16px "proxima-nova", sans-serif;
	}

	.effect-movedown.animate .container {
		-webkit-transform: translateY(600px) translateZ(0) perspective(300px) rotateX(2deg);
		transform: translateY(600px) translateZ(0) perspective(300px) rotateX(2deg);
	}
}

@media only screen and (min-width: 1550px) {
	.top-nav li {
		margin: 0 58px 0 0;
	}
}

@media only screen and (max-width: 1800px) {
	.column3 .post-info {
		left: 45px;
		bottom: 10px;
		right: auto;
	}

	.column3:first-child .post-info {
		left: 95px;
	}
}

@media only screen and (max-width: 1500px) {
	#wp-calendar {
		font-size: 14px;
	}

	#wp-calendar td,
	#wp-calendar th {
		padding: 5px;
	}

	#header .nav-opener {
		width: 19px;
		height: 15px;
		margin-top: 3px;
	}

	#header .nav-opener:after,
	#header .nav-opener:before,
	#header .nav-opener span {
		height: 3px;
	}

	#header .nav-opener:before,
	#header .nav-opener span {
		top: 6px;
	}

	#header .nav-opener:before {
		top: 12px;
	}

	#header .logo {
		font: 28px/28px "league-gothic", serif;
	}

	.modalview #header .nav-opener:after {
		top: 6px;
	}

	.modalview #header .nav-opener:before {
		top: 6px;
	}

	.post h1 {
		font: 44px/39px "league-gothic", serif !important;
		margin: 0 0 15px;
	}

	.article blockquote {
		float: none;
		width: auto;
		margin: 0 0 30px;
		font-size: 36px;
		line-height: 34px;
	}

	.column2 .post .text h1,
	.column3 .post .text h1 {
		font: 37px/32px "league-gothic", serif !important;
	}

	.product-box h1 {
		font: 37px/32px "league-gothic", serif !important;
		margin: 0 0 15px;
	}

	.product-box .price:after {
		font-size: 17px;
		line-height: 17px;
		left: -9px;
	}

	.product-box .price {
		font: 37px/32px "league-gothic", serif !important;
	}

	.product-box.container2 .price:after {
		font-size: 17px;
		left: -9px;
		line-height: 17px;
	}

	.post.center-post .text h1 {
		font-size: 44px !important;
		line-height: 40px !important;
	}
}

@media only screen and (max-width: 1200px) {
	#header .search-form .search-btn {
		font-size: 22px;
	}

	.icon-nav li a {
		font-size: 22px;
	}

	.icon-nav li .notif {
		width: 8px;
		height: 8px;
		margin: 0 0 0 -4px;
		top: -13px;
	}

	.post .text {
		/*left: 60px;*/
		width: 45%;
		bottom: 30px;
	}

	.author img {
		width: 22px;
		height: 22px;
		margin: 0 15px 0 0;
	}

	.category {
		border-width: 1px;
	}

	.category .link-text {
		padding: 4px 14px;
		font-size: 12px;
		line-height: 12px;
	}

	.category .icon {
		font-size: 12px;
		line-height: 10px;
	}

	.category:hover .icon {
		width: 29px;
		padding: 3px 6px 3px 9px;
	}

	.post-info {
		right: 30px;
		bottom: 30px;
	}

	#container.article .content {
		padding: 0 40px;
	}

	#container.article h1 {
		margin: 0 0 37px;
	}

	.column3:first-child .category,
	.column3:first-child .text {
		left: 60px;
	}

	.column2 .post .category,
	.column3 .post .category {
		/*
		left: 26px;
		top: 26px;
		*/
	}

	.column2 .post .text,
	.column3 .post .text {
		/*left: 26px;*/
	}

	.column3 .post-info {
		/*left: 26px;*/
		bottom: 10px;
		right: auto;
	}

	.column3:first-child .post-info {
		left: 60px;
	}

	.product-box.container2 .title .text {
		bottom: 36px;
		left: 49px;
	}

	.up-area .up-btn {
		font-size: 8px;
		line-height: 10px;
		min-width: 148px;
		padding: 6px 10px;
	}

	.container2 .title {
		-webkit-transform: translateX(-50%) translateY(-20%);
		-ms-transform: translateX(-50%) translateY(-20%);
			transform: translateX(-50%) translateY(-20%);
	}
	#container .visual-wide {
		min-height: 65vh;
		width: inherit;
		margin: 0 -40px 60px -40px;
	}
	.parralax-area .holder {
		background-attachment: inherit;
		background-position: 50% 10%;
	}

}

@media only screen and (max-width: 1025px) {
	html {
		overflow-y: visible !important;
		overflow-x: hidden;
	}

	#content {
		float: left;
		width: auto;
	}

	#sidebar {
		float: left;
		width: auto;
	}

	#header .holder {
		padding: 26px 30px 0;
	}
	#header .search-form.search-active input[type="text"],
	#header .search-form.search-active input[type="search"] {
		width: 100px;
	}

	.mobile-drop {
		background: #333434;
		position: fixed;
		top: 0;
		left: -278px;
		width: 278px;
		height: 100%;
		z-index: 100;
		padding: 24px 30px;
		overflow: auto;
		margin: 0;
		-webkit-transform: translate(0, 0);
		-ms-transform: translate(0, 0);
		transform: translate(0, 0);
		-webkit-transition: left .4s;
		transition: left .4s;
	}

	.mobile-drop .heading {
		overflow: hidden;
	}

	.mobile-drop .heading .close {
		float: right;
		color: #fff;
		font-size: 30px;
		margin-left: 10px;
		line-height: 30px;
	}

	.mobile-drop .heading .close:hover {
		text-decoration: none;
		opacity: .8;
	}

	.mobile-drop .heading h1 {
		text-transform: uppercase;
		color: #da364a;
		font: 30px/30px "league-gothic", serif;
	}

	.effect-movedown.animate .mobile-drop {
		left: 0 !important;
		margin: 0;
		-webkit-transform: translate(0, 0);
		-ms-transform: translate(0, 0);
		transform: translate(0, 0);
	}

	.main-nav {
		margin: 0 0 40px;
	}

	.main-nav > li > a {
		color: #fff;
		opacity: .6;
		font: 28px/24px "league-gothic", serif;
		display: inline-block;
		vertical-align: top;
		margin: 0 0 10px;
	}

	.main-nav > li > a:hover {
		opacity: 1;
		text-decoration: none;
	}

	.main-nav > li.active a {
		opacity: 1;
		text-decoration: none;
	}

	.main-nav > li ul {
		font: 10px/12px "proxima-nova", sans-serif;
		text-transform: uppercase;
		padding: 0 0 10px;
	}

	.main-nav > li ul li {
		margin: 0 0 10px;
	}

	.main-nav > li ul li a {
		color: #fff;
		opacity: .6;
	}

	.main-nav > li ul li a:hover {
		opacity: 1;
		text-decoration: none;
	}

	.top-nav {
		text-transform: uppercase;
		font: 42px/44px "league-gothic", serif;
	}

	.top-nav li {
		margin: 0 0 10px;
	}

	.top-nav li a {
		color: #676767;
	}

	.top-nav li a:hover {
		text-decoration: none;
		color: #fff;
	}

	.box-icon {
		font-size: 20px;
	}

	.post .header,
	.post .bg-img,
	.product-box .header,
	.product-box .bg-img {
		height: 100%;
	}

	.post .header img,
	.post .bg-img img,
	.product-box .header img,
	.product-box .bg-img img {
		height: 100%;
		width: auto;
		max-width: none;
	}

	#container.article .author {
		float: left;
	}

	#container.article.product-overview h1 {
		font: 54px/47px "league-gothic", serif;
	}

	#container.article h2 {
		font-size: 36px;
		line-height: 34px;
	}

	#container .visual-wide {
		margin: 0 -60px 60px;
		width: auto;
	}

	#container .visual-wide .caption {
		padding-bottom: 15px;
	}

	#container.article .post-info {
		float: right;
		width: auto;
	}

	.columns-holder .post {
		max-height: 100vh;
	}

	.column3 {
		width: 50%;
	}
	.column3 + .column3 + .column3 {
		width: 100%;
	}

	.column3 + .column3 + .column3 .post-bg-image {
		background-position: 50% 15%;
	}

	.column3.hide {
		display: none;
	}

	.column2 .post,
	.column3 .post {
		max-height: 308px;
	}

	.columns-holder .product-box {
		height: 308px;
	}

	.product-box .text {
		width: auto;
	}

	.post.center-post .text {
		width: 70%;
	}

	.post.center-post .text h1 {
		font-size: 52px !important;
		line-height: 48px !important;
	}

	.bg-img .carousel {
		position: relative;
		width: 100%;
		top: auto;
		left: auto;
		-webkit-transform: translate(0, 0);
		-ms-transform: translate(0, 0);
		transform: translate(0, 0);
	}

	.products-list {
		padding: 110px 0 0;
		margin: 0 -33%;
	}

	.products-list li {
		padding: 0;
		display: inline-block;
		vertical-align: top;
		width: 33.3%;
		padding: 0 50px;
		margin: 0 -4px 0 0;
		opacity: .5;
		-webkit-transition: opacity .3s;
		transition: opacity .3s;
	}

	.products-list li.active {
		opacity: 1;
	}

	.products-list:before {
		display: none !important;
	}

	.container2 .header .title {
		display: none !important;
	}

	.container2.product-box {
		height: auto !important;
		padding: 0 0 200px;
	}

	.container2.product-box h1 a {
		color: #000;
	}

	#container.article .title {
		padding: 0 60px;
	}

	#container.article .content .title {
		padding: 0;
	}

	.light-theme #container.modify .header .author .name,
	.light-theme #container .author .header .name {
		color: #000 !important;
	}

	.light-theme .container2 .header {
		position: relative;
	}

	.light-theme .container2 .header:after {
		content: "";
		position: absolute;
		bottom: 0;
		left: 0;
		right: 0;
		height: 200px;
		background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(100%, #fff));
		background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #fff 100%);
		background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #fff 100%);
	}

	.dark-theme .container2 .header {
		position: relative;
	}

	.dark-theme .container2 .header:after {
		content: "";
		position: absolute;
		bottom: 0;
		left: 0;
		right: 0;
		height: 200px;
		background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjcxJSIgc3RvcC1jb2xvcj0iIzFkMWQxZCIgc3RvcC1vcGFjaXR5PSIwLjcxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMxZDFkMWQiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(71%, rgba(29, 29, 29, .71)), color-stop(100%, #1d1d1d));
		background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(29, 29, 29, .71) 71%, #1d1d1d 100%);
		background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(29, 29, 29, .71) 71%, #1d1d1d 100%);
		overflow: hidden;
	}

	.dark-theme #container.modify,
	.dark-theme #container {
		color: #ccc;
	}

	.container2 .header {
		height: 400px !important;
		overflow: hidden;
	}

	.container2 .header img {
		width: 100%;
		height: auto;
	}

	.container2 .article .title {
		padding: 0 60px;
		margin: -160px 0 0;
		position: relative;
		z-index: 2;
	}

	#container.container2 .content {
		padding: 0 60px 64px;
	}

	.light-theme #container.modify h1,
	.light-theme #container h1 {
		color: #2e2e2e;
	}

	.content .title {
		padding: 0;
	}

	.post .post-info {
		left: 60px;
	}

	.columns-holder .holder .column3 .post-info {
		left: 26px;
	}

	.post-info {
		padding: 0 !important;
		right: auto;
		left: 26px;
		bottom: 10px;
	}

	.post-info li:first-child {
		margin-left: 0;
	}

	.columns-holder .holder .column3:first-child .post-info {
		left: 60px;
	}

	#container .post-info.author-info {
		float: none;
	}

	.light-theme #container.modify .author .name {
		color: #fff;
	}

	#container.article.modify .category {
		margin: 0 0 50px;
	}

	.light-theme .post-info li a,
	.light-theme .author .name,
	.light-theme #container.article .post-info li .ico,
	.light-theme #container.article .title h1 {
		color: #2e2e2e;
	}
	.columns-holder .post-info li a,
	.columns-holder .author .name,
	.columns-holder #container.article .post-info li .ico {
		color: #ffffff;
	}
	#container.article .title {
		max-width: 922px;
		margin: 0 auto;
	}
	#container.article .title h1 {
		font-size: 72px;
		line-height: 64px;
		margin-bottom: .5em;
	}
	.category .icon {
		display: none;
	}

	.container2 .title {
		-webkit-transform: translateX(0%) translateY(0%);
		-ms-transform: translateX(0%) translateY(0%);
			transform: translateX(0%) translateY(0%);
	}

	#container.article.intro-effect-fadeout.modify .title {
		-webkit-transform: translateX(0%) translateY(-0%);
		-moz-transform: translateX(0%) translateY(-0%);
		-ms-transform: translateX(0%) translateY(0%);
		transform: translateX(0%) translateY(0%);
	}

	.container2 .header.no-feature {
		height: 12em !important;
		max-height: none !important;
		max-width: none !important;
		position: static !important;
	}
	.container2 .header.no-feature .title {
		display: block !important;
		padding-top: 6em !important;
		max-width: 922px !important;
	}

	.parralax-area .holder {
		background-attachment: inherit;
	}

	#container.container2.intro-effect-sidefixed .content {
		margin-top: -120px;
	}
 	.intro-effect-sidefixed .bg-img .holder {
		position: relative;
		height: 640px;
		overflow: hidden;
	}
	.intro-effect-sidefixed .bg-img .holder img {
		width: 150%;
		height: auto;
		margin-left: -25%;
	}
	.intro-effect-sidefixed .bg-img .holder:after {
		content: "";
		display: block;
		background: -webkit-linear-gradient(top,rgba(255,255,255, 0) 50%,rgba(255,255,255, 1));
		background: -moz-linear-gradient(top,rgba(255,255,255, 0) 50%,rgba(255,255,255, 1));
		background: -ms-linear-gradient(top,rgba(255,255,255, 0) 50%,rgba(255,255,255, 1));
		background: linear-gradient(top,rgba(255,255,255, 0) 50%,rgba(255,255,255, 1));
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		z-index: 100;
	}
	.dark-theme .intro-effect-sidefixed .bg-img .holder:after {
		background: -webkit-linear-gradient(top,rgba(29, 29, 29, 0) 50%,rgba(29, 29, 29, 1));
		background: -moz-linear-gradient(top,rgba(29, 29, 29, 0) 50%,rgba(29, 29, 29, 1));
		background: -ms-linear-gradient(top,rgba(29, 29, 29, 0) 50%,rgba(29, 29, 29, 1));
		background: linear-gradient(top,rgba(29, 29, 29, 0) 50%,rgba(29, 29, 29, 1));
	}

}

@media only screen and (max-width: 767px) {
	table,
	.tablepress {
		margin: 0 0 50px !important;
	}

	.commentlist-item .commentlist-item {
		padding: 0;
	}

	#header .holder {
		padding: 26px 20px 0;
	}

	#header .logo span {
		display: none;
	}

	#header .search-form .search-btn {
		/*font-size: 16px;*/
	}

	#header .search-form .search-btn {
		width: 15px;
	}

	#header .search-form,
	#header .search-form + .icon-nav {
		transition: transform .3s linear;
	}
	#header .search-form.search-active {
		-webkit-transform: translateX(-40px);
	}
	#header .search-form.search-active + .icon-nav {
		-webkit-transform: translateX(80px);
	}
	#header .search-form input[type="text"],
	#header .search-form input[type="search"] {
		position: absolute;
		top: 0px;
		left: 100%;
		transition: all .3s linear;
	}
	#header .search-form.search-active input[type="text"],
	#header .search-form.search-active input[type="search"] {
		width: 100px;
	}
	.main-nav > li ul{
		font:14px/14px "proxima-nova", sans-serif;
		letter-spacing:1px;
	}

	.icon-nav .articles,
	.icon-nav .awards {
		display: none;
	}

	.icon-nav li a {
		font-size: 22px;
	}

	.icon-nav li a {
		margin-left: 10px;
	}

	.box-icon.icon-ico11-01 {
		top: 23px;
		font-size: 28px;
	}

	.box-icon.icon-ico02-01 {
		top: 24px;
	}

	.parralax-area .holder {
		min-height: 364px;
	}

	.post .text {
		left: 50px;
		width: 70%;
	}

	.post h1 {
		font: 42px/40px "league-gothic", serif !important;
	}

	.post h1 span {
		display: none;
	}

	ul,
	ol {
		padding-left: 1.5em;
	}

	ul ul,
	ul ol,
	ol ul,
	ol ol {
		padding-left: 1.5em;
		margin: 0;
	}

	.category {
		height: 21px;
	}

	.category .link-text {
		font-size: 10px;
		line-height: 10px;
	}

	.post-info {
		font-size: 10px;
	}

	.post-info li {
		margin-left: 8px;
	}

	.product-box .item,
	.product-box .person {
		right: 18% !important;
	}

	#container.article .title h1{
		font: 42px/40px "league-gothic", serif !important;
	}

	#container.article {
		font: 16px/24px "proxima-nova", sans-serif;
	}

	#container.article .post-info-holder {
		margin: 0 0 18px;
	}

	#container.article .author {
		float: none;
		margin: 0 0 18px;
	}

	#container.article p.summary {
		font-size: 18px;
		line-height: 24px;
	}

	#container.article.product-overview h1 {
		font: 42px/40px "league-gothic", serif;
	}

	#container .visual-wide .caption p span {
		top: auto;
		bottom: 0;
	}

	.video-holder {
		margin: 0 -50px 38px;
	}

	#container.article .post-info {
		float: none;
		margin: 0 0 30px;
		width: 100%;
		clear: both;
	}

	#container.article .post-info li .ico {
		font-size: 16px;
	}

	#container.article .post-info li .ico.icon-ico09-01,
	#container.article .post-info li .ico.icon-ico10-01 {
		font-size: 12px;
	}

	.columns-holder {
		padding: 0;
	}

	.column2 {
		width: 100%;
		float: none;
	}

	.column2 .post {
		height: auto !important;
	}

	.column3 {
		width: 100%;
		float: none;
	}

	.column3 .post {
		height: auto !important;
	}

	.column3:first-child .category,
	.column3:first-child .text {
		/*left: 50px;*/
	}

	.column2 .post .category,
	.column3 .post .category {
		/*left: 50px;*/
	}

	.column2 .post .text,
	.column3 .post .text {
		left: 50px;
	}

	.columns-holder .product-box:before {
		right: -30px;
		top: -150px;
	}

	.product-box .catalog-btn {
		border-width: 1px;
		padding: 4px 8px;
	}

	.product-box h1 {
		font: 32px/32px "league-gothic", serif;
		margin: 0 0 30px;
	}

	.product-box .price:after {
		font-size: 15px;
		line-height: 15px;
		left: -8px;
	}

	.product-box .price {
		font: 32px/32px "league-gothic", serif;
	}

	.up-area .holder .up-box {
		float: none;
		width: 100%;
	}

	.up-area .holder .up-box:first-child {
		margin-bottom: 8px;
	}

	.post.center-post .text {
		width: 90%;
	}

	.post.center-post .text .category {
		margin: 0 0 20px;
	}

	.post.center-post .text h1 {
		font-size: 44px !important;
		line-height: 40px !important;
	}

	.author-block {
		padding: 55px 25px 26px;
		margin: 95px 0 0 !important;
	}

	.author-block .visual {
		width: 103px;
		border-width: 15px;
		top: -51px;
	}

	.author-block .more {
		font-size: 10px;
		padding: 0 10px;
		white-space: nowrap;
	}

	.comments-box {
		padding: 68px 0 0;
	}

	.products-list li {
		padding: 0 30px;
	}

	.product-summary th {
		font-size: 36px;
	}

	.cart-form input[type="text"] {
		font-size: 10px;
		width: 16.4%;
	}

	.cart-form .jcf-select {
		width: 44.6%;
	}

	.cart-form .jcf-select .jcf-select-text {
		font-size: 10px;
		margin: 0 25px 0 10px;
	}

	.cart-form .jcf-select .jcf-select-opener {
		font-size: 5px;
		width: 20px;
	}

	.cart-form input[type="submit"] {
		font-size: 10px;
		width: 39%;
	}

	#container.container2 .content {
		padding: 0 25px 60px;
	}

	.container2 .header {
		max-height: 315px !important;
	}

	.container2.product-box .header {
		max-height: none !important;
	}

	#container.article .title {
		padding: 0 25px;
	}

	.columns-holder .holder .column3:first-child .post-info,
	.columns-holder .holder .column3 .post-info {
		left: 50px;
	}

 	.intro-effect-sidefixed .bg-img .holder {
		height: 100vh;
	}
 	.intro-effect-sidefixed .bg-img .holder img {
		height: auto;
		width: 180%;
		margin-left: -40%;
	}

	.up-area .up-btn {
		margin-top: -4px;
	}

	.mailchimp-signup-form h1 {
		font-size: 21px;
		margin: 0 0 .5em 0 !important;
	}
	.mailchimp-signup-form form .text {
		width: 50%;
	}
	.mailchimp-signup-form form .submit {
		width: 50%;
		text-align: center;
	}
}



/* Ninja Forms */

.ninja-forms-form{

}

.ninja-forms-required-items{
    display:none;
}

.ninja-forms-form .ninja-forms-field{
    border:2px solid #000000;
    padding:12px 5px;
}

.ninja-forms-form .ninja-forms-field:focus{
    outline:none;
}

.ninja-forms-form input[type="submit"]{
    background:#D8384D;
	border:2px solid #D8384D;
	color:#fff;
    display:block;
	padding:12px 0;
	width:100%;

	transition:all .4s;
	-webkit-transition:all .4s;
	-moz-transition:all .4s;
	-o-transition:all .4s;
}

#ninja_forms_form_1 #ninja_forms_field_4_div_wrap{float:left}
#ninja_forms_form_1 #ninja_forms_field_5_div_wrap{float:right;width:35%}

@media only screen and (max-width: 767px) {
    #ninja_forms_form_1 #ninja_forms_field_4_div_wrap,
    #ninja_forms_form_1 #ninja_forms_field_5_div_wrap{float:none;width:100%}
}


