body, html {
    font-family: Open Sans;
    height: 100%;
}
body, .header, .wrap {
	min-width: 280px;
}
.loading > * {
	transition: all .3s ease;
	opacity: 0;
}
.loaded > *{
	opacity: 1;
}
input[type="text"], input[type="password"], input[type="email"], input[type="search"], input[type="url"], input[type="tel"], textarea, .select_txt, .jot-form-wrap .jot-controls textarea, .jot-form-wrap .jot-controls input {
    background-color: transparent;
    border: 1px solid #b4b3b3;
    height: 42px;
    margin-bottom: 30px;
    padding-left: 15px;
    -webkit-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
    line-height: 42px;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    -webkit-appearance: none;
    border-radius: 0;
    box-shadow: none;
}
.jot-form-wrap .jot-controls textarea:focus {
	box-shadow: none;
	border-color: #000;
}
input[type="text"]:focus, input[type="password"]:focus, input[type="email"]:focus, input[type="search"]:focus, input[type="url"]:focus, input[type="tel"]:focus, textarea:focus, .select.open .select_txt {
	border-color: #000;
}
input[type="text"]:focus, input[type="password"]:focus, input[type="email"]:focus, input[type="search"]:focus, input[type="url"]:focus, input[type="tel"]:focus, textarea:focus, .select.open .select_txt {

}
input.error, textarea.error  {
	border-color: #c50533;
}
input.valid, textarea.valid {
	border-color: #48861b;
}
.err_mess {
	position: absolute;
	font-size: 13px;
	color:#c50533;
	margin-top: -20px;
	left: 0;
	right: 0;
}
input, select, textarea {
	-webkit-appearance: none;
	border-radius: 0;
}
textarea {
    min-height: 120px;
    padding-top: 13px;
    resize: none;
    line-height: 1.3em;
}
table {
	width: 100%;
    margin-bottom: 20px;
}
table td, table th {
    border: 1px solid #c3c3c3;
    padding: 10px;
}
table th {
    background-color: #f1f1f1;
    font-size: 16px;
    font-weight: bold;
    text-align: left;
}
a {
    color: #000;
    cursor: pointer;
    text-decoration: none;
}
a:hover {
    color: #878787;
    text-decoration: underline;
}
.touch a:hover {
	color: inherit;
}
b, strong {
	font-weight: bold;
}
/*
ul {
    list-style: outside none none;
}
ul li {
    list-style-image: url("../img/li-marker.png");
    list-style-position: outside;
    margin-bottom: 10px;
    margin-left: 15px;
}
*/
h1, h2, h3, h4, h5, .ttl {
    display: block;
    margin-bottom: 10px;
    margin-top: 20px;
}
h1:first-child, h2:first-child, h3:first-child, h4:first-child, h5:first-child, .ttl:first-child {
    margin-top: 0;
}
h1, .h1 {
    font-size: 24px;
}
h2, .h2 {
    font-size: 22px;
}
h3, .h3 {
    font-size: 20px;
}
h4, .h4 {
    font-size: 18px;
}
h5, .h5 {
    font-size: 16px;
}
p {
    margin-bottom: 20px;
}
.first_letter {
	font-size: 76px;
	line-height: 0;
	position: relative;
	top: 33px;
	margin-bottom: 64px;
	float: left;
	margin-right: 10px;
}
a img {
    -webkit-transform: translateZ(0px);
    -moz-transform: translateZ(0px);
    -o-transform: translateZ(0px);
    -ms-transform: translateZ(0px);
    transform: translateZ(0px);
    -webkit-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
}
a:hover img {
    opacity: 0.8;
}
.accent {
    font-size: 18px;
}
img {
    border: medium none;
    display: block;
    max-width: 100%;
	height: auto;
}
.img_right, .img_left, .leftImg, .rightImg {
    margin-bottom: 10px;
}
.img_left, .leftImg {
    float: left;
    margin-right: 10px;
}
.img_right, .rightImg {
    float: right;
    margin-left: 10px;
}
.ta_c {
    text-align: center;
}
.ta_r {
}
.a, .b, .a_spr, .b_spr {
    position: relative;
}
.a:after, .b:before, .a_spr:after, .b_spr:before {
    content: ' ';
    display: block;
    position: absolute;
}
.a_spr:after, .b_spr:before, .spr {
    background-image: url("../img/sprite.png");
    background-repeat: no-repeat;
}
.btn, input.btn {
    background: #080808;
    color: #fff;
    display: inline-block;
    font-size: 14px;
    height: 40px;
    line-height: 38px;
    padding: 0 30px;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 0.25em;
    text-align: center;
    border: 1px solid #080808;
    transition: all .2s ease;
    cursor: pointer;
}
.btn:hover, input.btn:hover {
    background-color: #fff;
    color: #080808;
    text-decoration: none;
}
.btn.wh, input.btn.wh {
    background-color: #fff;
    border: 1px solid #080808;
    color: #080808;
}
.btn.wh:hover, input.btn.wh:hover {
    color: #fff;
    background-color: #000;
}
.show_more {
	margin-bottom: 40px;
}
.checkbox {
    position: relative;
    cursor: pointer;
    min-height: 24px;
    display: block;
}
.checkbox, .radio {
	margin-bottom: 30px;
	display: block;
}
.checkbox input[type="checkbox"], .radio input[type="radio"]{
    position: absolute;
	visibility: hidden;
}
.checkbox input[type="checkbox"] + span {
    position: relative;
    width: 18px;
    height: 18px;
    border: 1px solid #b3b3b3;
    left: 0;
    top: 2px;
    display: inline-block;
    margin: 0 15px;
}
.checkbox input[type="checkbox"] + span:before{
    background-position:-34px -157px;
	width: 12px;
	height: 13px;
    left: 50%;
    margin-left: -6px;
    top: 50%;
    margin-top: -6px;
    display: none;
}
.checkbox input[type="checkbox"]:checked + span:before {
	display: block;
}
.radio {
	padding-left: 35px;
	cursor: pointer;
	min-height: 25px;
	position: relative;
	padding-top: 2px;
}
.radio.inline {
	display: inline-block;
	margin-right: 20px;
}
.radio input[type="radio"] + span{
	background-position:-160px -717px;
	width: 25px;
	height: 25px;
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	
}
.radio input[type="radio"]:checked + span {
	background-position:-190px -717px;
}
.half, .third {
	float: left;
}
.half {
	width: 50%;
}
.third {
	width: 33.3%;
}
.wrap {
    margin: 0 auto;
    padding: 0 15px;
    position: relative;
    max-width: 1230px;
}
.insta_slider .item, .insta_slider .item img, .gallery .item, .gallery .item .ttl, .gallery .thumbs .owl-item, .gallery .thumbs .owl-item img, .subscribe_fix, .authors_slider .item, .authors_slider .item img, .video_slider .item, .video_slider .item .ttl, a img, .flip_block, .main_slider .item .title, .main_slider .item .title:before {
	-webkit-transform: translate3d(0,0,0);
    -moz-transform: translate3d(0,0,0);
    -o-transform: translate3d(0,0,0);
    -ms-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}
.page {
    margin-bottom: -207px;
    min-height: 100%;
}
.page:after {
    height: 210px;
}
.subscribe_fix {
    position: fixed;
    left: 0;
    right: 0;
    top: 50px;
    z-index: 203;
}

.subscribe_fix:after {
	background-color: #000;
	height: 75px;
	width: 2000px;
	left: 100%;
	z-index: 2;
}
.subscribe_fix .ribbon {
	right: 0;
	background-color: #000000;
	height: 48px;
	padding-left: 70px;
	display: block;
	padding-top: 3px;
	margin-left: -15px;
	padding-right: 90px;
	-webkit-transform: translate(100px, 0);
	-moz-transform: translate(100px, 0);
	-o-transform: translate(100px, 0);
	-ms-transform: translate(100px, 0);
	transform: translate(100px, 0);
	opacity: 0;
	visibility: hidden;

	position: absolute;
	text-decoration: none;
}
.subscribe_fix.act .ribbon{
    -webkit-transform: none;
    -moz-transform: none;
    -o-transform: none;
    -ms-transform: none;
    transform: none;
	opacity: 1;
	visibility: visible;
	transition: all .3s ease;
}
.subscribe_fix .ribbon span {
    font-family: '21_centcondensed_italic';
    display: block;
    line-height: 1;
    color: #fff;
    font-size: 22px;
}
.subscribe_fix .ribbon span + span {
	font-size: 17px;
}
.subscribe_fix .ribbon:after {
    border-bottom: 48px solid #000;
    border-left: 25px solid transparent;
    top: 0;
    left: -25px;
}
.subscribe_fix .ribbon:before {
    background-position: -131px -79px;
    width: 37px;
    height: 26px;
    left: 20px;
    top: 11px;
}
.subscribe_fix .ribbon.yt:before {
	background-position:-30px -184px;
	width: 39px;
	height: 28px;
}
.subscribe_fix .ribbon.inst {
	display: none;
}
.subscribe_fix .ribbon.inst:before {
	background-position:-30px -215px;
	width: 30px;
	height: 30px;
	top: 7px;
}
.header, .nav_wrap, .footer .top, .footer .nav, .insta_slider_wrap, .share, .quote {
    border-top: 1px solid #F0F0F0;
    border-bottom: 1px solid #F0F0F0;
}
.header + .nav_wrap, .footer .nav {
	border-top: none;
}
.header {
    height: 94px;
}
.header .logo {
    width: 430px;
    position: absolute;
    left: 15px;
    top: 19px;
}
.top_nav_wrap {
    font-size: 0;
    text-align: right;
    padding-top: 20px;
}

.top_nav_wrap > * {
    display: inline-block;
    vertical-align: top;
    text-align: left;
}

.top_nav_wrap .socials {
	margin-top: 9px;
}
.top_nav {
	margin-left: 20px;
}
.socials {}
.socials li {
    width: 45px;
    float: left;
}
.socials a {
    display: block;
    overflow: hidden;
    text-indent: -1000px;
    margin: 0 auto;
    text-decoration: none;
}
.socials .fb {
    background-position: -5px -5px;
	width: 8px;
	height: 16px;
}
.socials .tw {
    background-position: -40px -5px;
	width: 18px;
	height: 14px;
}
.socials .inst {
    background-position: -86px -5px;
	width: 15px;
	height: 14px;
}
.socials .pint {
    background-position: -129px -5px;
	width: 14px;
	height: 16px;
}
.socials .vk {
    background-position: -169px -5px;
	width: 25px;
	height: 14px;
}
.socials .odnkl {
    background-position: -202px -5px;
	width: 10px;
	height: 16px;
}
.socials .yt {
    background-position: -219px -5px;
	width: 19px;
	height: 14px;
}
.socials .gplus {
    background-position: -147px -6px;
	width: 18px;
	height: 15px;
}

.socials a:hover {
    opacity: .4;
}
.top_nav ul {
    margin-bottom: 10px;
}
.top_nav ul li {
    display: inline-block;
    vertical-align: middle;
    font-size: 15px;
}
.top_nav ul a, .mob_menu .options a {
    font-family: '21_centcondensed_italic';
    text-transform: uppercase;
    font-size: 15px;
    letter-spacing: 0.05em;
    text-decoration: none;
    display: inline-block;
    padding: 0 10px;
}
.top_nav .star, .mob_menu .options .star {
	overflow: hidden;
	text-indent: -1000px;
}
.top_nav .star.red, .mob_menu .options .star.red {
	background-position:-73px -165px;
	width: 29px;
	height: 28px;
	padding: 0;
	margin: 0 0 0 10px;
}
.top_nav .welc {
    text-align: right;
    font-size: 11px;
    text-transform: uppercase;
}
.top_nav .welc span {
    
}
.nav_wrap {
    top: 0;
    left: 0;
    right: 0;
    z-index: 205;
    min-height: 50px;
    background-color: #fff;
    -webkit-transform: translate3d(0,0,0);
    -moz-transform: translate3d(0,0,0);
    -o-transform: translate3d(0,0,0);
    -ms-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
    position: relative;
}
.nav_wrap .logo{
    width: 40px;
    position: absolute;
    top: 8px;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -o-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
}
.menu_btn {
    width: 20px;
    position: absolute;
    left: 16px;
    top: 16px;
    display: none;
    cursor: pointer;
    -webkit-transition: .5s ease;
    transition: .5s ease;
    -webkit-transform-origin: center;
    -moz-transform-origin: center;
    -o-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
}
.menu_btn span{
    display: block;
    height: 2px;
    background-color: #000;
    margin-bottom: 5px;
}
.mob_act .menu_btn {
	-webkit-transform: rotate(180deg) translate(0,5px);
	-moz-transform: rotate(180deg) translate(0,5px);
	-ms-transform: rotate(180deg) translate(0,5px);
	-o-transform: rotate(180deg) translate(0,5px);
	transform: rotate(180deg) translate(0,5px);
}
.nav_wrap .logo_mob {
    position: absolute;
    width: 192px;
    top: 0;
    left: 50%;
    margin-left: -96px;
    top: 11px;
    display: none;
}
.nav_fix .nav_wrap .logo{
	opacity: 1;
    visibility: visible;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}
.nav_fix , .mob_fix {
	padding-top: 50px;
}
.nav_fix .nav_wrap, .mob_fix .nav_wrap {
    position: fixed;
}
.nav_wrap .search.act {
	border-color: transparent;
}
.nav_wrap .search.act form:after {
	content: '';
	display: block;
	position: absolute;
	width: 55px;
	background-color: #fff;
	top: 1px;
	right: 1px;
	bottom: 1px;
}
.nav_wrap .search {
    position: absolute;
    right: 15px;
    top: -1px;
    height: 51px;
    width: 53px;
    border: 1px solid #f0f0f0;
}
.nav_wrap .search .dropdown {
    position: absolute;
    width: 300px;
    background-color: #fff;
    border: 1px solid #f0f0f0;
    padding: 10px;
    transition: all .2s ease;
    opacity: 0;
    visibility: hidden;
    transform: translate(0,-10px);
    right: 0;
    top: 100%;
}
.nav_wrap .search .dropdown.act {
	opacity: 1;
	visibility: visible;
	transform: none;
}
.nav_wrap .search .dropdown .item {
    font-size: 12px;
    line-height: 1;
    display: block;
    text-decoration: none;
    padding: 10px 0;
    border-bottom: 1px solid #f0f0f0;
}
.nav_wrap .search .dropdown .item:last-child {
	border-bottom: none;
}
.nav_wrap .search .inp_txt, .nav_fix .nav_wrap .search.act .inp_txt{
    height: 51px;
    margin: 0;
    opacity: 1;
    visibility: visible;
    background-color: #fff;
    padding-right: 26px;
    overflow: hidden;
    text-overflow: ellipsis;
    border: 1px solid #f0f0f0;
}
.nav_wrap .search .inp_sbmt, .nav_wrap .search .icon {
	position: absolute;
	background: url('../img/sprite.png') no-repeat transparent;
	background-position: -6px -82px;
	width: 18px;
	height: 17px;
	top: 50%;
	margin-top: -8px;
	right: 16px;
	cursor: pointer;
	z-index: 2;
}
.nav_wrap .search .inp_sbmt {
	opacity: 0;
	visibility: hidden;
}
.nav_wrap .search .inp_txt {
	width: 0;
	visibility: hidden;
	opacity: 0;
	position: absolute;
	right: 0;
	border: 1px solid #f0f0f0;
	top: -1px;
}
.nav_wrap .search.act .inp_txt{
	height: 51px;
	margin: 0;
	width: 300px;
	opacity: 1;
	visibility: visible;
	background-color: #fff;
}
.nav_wrap .search.act .inp_txt:focus {
	border-color: #000;
}
.nav_wrap .search .icon, .nav_wrap .search.act .inp_sbmt {
	opacity: 1;
	visibility: visible;
}
.nav_wrap .search .inp_sbmt, .nav_wrap .search.act .icon {
	opacity: 0;
	visibility: hidden;
}
.main_nav {
    padding-top: 13px;
    transition: all .3s ease;
}
.nav_fix .main_nav {
	padding-top: 12px;
}
.nav_fix .main_nav a {
	font-size: 13px;
}

.main_nav li {
    float: left;
    position: relative;
    letter-spacing: 0;
	transition: all .2s ease;
}
.nav_fix .main_nav>ul> li {
	-webkit-transform: translate(60px, 0);
	-moz-transform: translate(60px, 0);
	-o-transform: translate(60px, 0);
	-ms-transform: translate(60px, 0);
	transform: translate(60px, 0); 
}
.main_nav a {
    text-transform: uppercase;
    text-decoration: none;
    padding: 0 8px 20px;
    transition: all .2s ease;
    letter-spacing: 0.04em;
    margin-right: 0px;
    font-size: 14px;
}
.main_nav > ul > li > a {
    padding-right: 0;
}
.main_nav > ul > li > a:after, .main_nav > ul > li > a:hover:after {
    content: '/';
    display: inline-block;
    padding-left: 8px;
    color: #000;
}
.main_nav > ul > li:last-child > a:after {
	display: none;
}
.main_nav li:before, .main_nav li:after {
	opacity: 0;
	visibility: hidden;
	transition: all .3s ease;
	-webkit-transform: translate(0,10px);
	-moz-transform: translate(0,10px);
	-o-transform: translate(0,10px);
	-ms-transform: translate(0,10px);
	transform: translate(0,10px);
}
.main_nav li:before {
    bottom: -9px;
    left: 50%;
    border-bottom: 8px solid transparent;
    border-right: 8px solid transparent;
    border-left: 8px solid transparent;
    margin-left: -6px;
}

.main_nav li:after {
    bottom: -9px;
    left: 50%;
    margin-left: -5px;
    border-bottom: 7px solid #fff;
    border-right: 7px solid transparent;
    border-left: 7px solid transparent;
    z-index: 36;
}
.main_nav li:first-child a {
	padding-left: 0;
}
.main_nav li:first-child:before{
	margin-left: -12px;
}
.main_nav li:first-child:after{
	margin-left: -11px;
}
.main_nav a:hover, .main_nav a.act, .main_nav li:hover>a, .mob_menu .nav a:hover, .mob_menu .nav a.act {
	color: #c50533;
}
.main_nav .submenu {
    position: absolute;
    background-color: #fff;
    padding: 15px;
    z-index: 10;
    box-shadow: 0 0px 7px rgba(0,0,0,0.1);
    transition: all .3s ease;
    -webkit-transform: scale(0.95);
    -moz-transform: scale(0.95);
    -o-transform: scale(0.95);
    -ms-transform: scale(0.95);
    transform: scale(0.95);
    opacity: 0;
    visibility: hidden;
    top: 100%;
    min-width: 180px;
    margin-top: 8px;
    border: 1px solid #b4b3b3;
}
.main_nav .submenu:before {}
.main_nav .submenu li {
    float: none;
    margin-bottom: 10px;
    padding: 0;
}
.main_nav .submenu li:last-child {
	margin-bottom: 0;
}
.main_nav .submenu a, .main_nav .submenu li a {
    padding: 0;
    display: block;
}
.main_nav li:hover .submenu, .main_nav a:hover + .submenu, .main_nav li:hover:after, .main_nav li:hover:before {
    opacity: 1;
    visibility: visible;
    -webkit-transform: none;
    -moz-transform: none;
    -o-transform: none;
    -ms-transform: none;
    transform: none;
}
.main_nav li:hover:before {
	border-bottom-color: #b4b3b3;
}
.main_slider_wrap {
    position: relative;
    max-height: 660px;
    overflow: hidden;
}
.main_slider_wrap.inner {
	margin-bottom: 40px;
}
.main_slider {
    visibility: hidden;
    opacity: 1;
}
.main_slider .owl-item img {
	margin: 0 auto;
}
.owl-carousel.owl-loaded {
    transition: all .5s ease .2s;
    opacity: 1;
    visibility: visible;
}
.main_slider {}
.main_slider .item {
    max-height: 660px;
    position: relative;
    overflow: hidden;
}
.main_slider_wrap.side_title .item {
	padding-right: 400px;
}
.main_slider .item .ttl_wrap {
    position: absolute;
    top: 60%;
    text-align: center;
    left: 0;
    right: 0;
    height: 0;
    opacity: 0;
    visibility: hidden;
    transition: all .3s ease .5s;
    -webkit-transform: translate3d(0,-20px,0) scale(1.1);
    -moz-transform: translate3d(0,-20px,0) scale(1.1);
    -o-transform: translate3d(0,-20px,0) scale(1.1);
    -ms-transform: translate3d(0,-20px,0) scale(1.1);
    transform: translate3d(0,-20px,0) scale(1.1);
}
.main_slider .owl-item.active .item .ttl_wrap {
	opacity: 1;
	visibility: visible;
	-webkit-transform: none;
    -moz-transform: none;
    -o-transform: none;
    -ms-transform: none;
    transform: none;
}
.main_slider .item .ttl_wrap.white {
	overflow: hidden;
	height: auto
}
.main_slider .item .ttl_wrap.white > div {
    background-color: #fff;
    padding-top: 10px;
    padding-bottom: 10px;
}
.main_slider .item .ttl_wrap.white > div:after {
	border-top: 190px solid #fff;
    border-right: 50px solid transparent;
    right: -50px;
    top: 0;
}
.main_slider .item .ttl_wrap.white > div:before {
    border-bottom: 190px solid #fff;
    border-left: 50px solid transparent;
    left: -50px;
    top: 0;
}
.main_slider .item .ttl_wrap > div {
    display: inline-block;
    padding: 0 50px;
}
.main_slider .item .ttl_wrap .links {
    height: 0;
    margin-bottom: 30px;
    display: inline-block;
}
.main_slider .item .ttl {
	margin-top: 0;
}
.main_slider .item .ttl_wrap .links a {
    text-decoration: none;
    text-transform: uppercase;
    padding: 0 20px;
    display: inline-block;
}
.main_slider .item .ttl_wrap a {
	text-decoration: none;
}
.main_slider .item .ttl_wrap a:hover {
	color: #000;
	text-decoration: underline;
}
.main_slider .item .ttl_wrap > .ttl {
    
}
.main_slider .item .ttl_wrap .ttl a {
    font-family: '21_centcondensed_italic';
    font-size: 3em;
    line-height: 1;
}
.main_slider_nav, .insta_slider_wrap .nav, .owl-nav {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    margin-top: -25px;
    z-index: 20;
}

.main_slider_nav a, .insta_slider_wrap .nav a, .owl-nav .owl-prev, .owl-nav .owl-next, .fancybox-prev span, .fancybox-next span {
    background-color: #fff;
    width: 40px;
    height: 53px;
    position: absolute;
    transition: all .2s ease;
    overflow: hidden;
    display: block;
    text-indent: -1000px;
}
.main_slider_nav a:before, .insta_slider_wrap .nav a:before, .owl-nav .owl-prev:before, .owl-nav .owl-next:before, .fancybox-prev span:before, .fancybox-next span:before  {
    width: 16px;
	height: 43px;
    top: 50%;
    margin-top: -21px;
}
.main_slider_nav .prev, .insta_slider_wrap .nav .prev, .owl-nav .owl-prev {
    left: 0;
}

.main_slider_nav .next, .insta_slider_wrap .nav .next, .owl-nav .owl-next {
    right: 0;
}
.main_slider_nav .prev:before, .insta_slider_wrap .nav .prev:before, .owl-nav .owl-prev:before, .fancybox-prev span:before {
    background-position: -3px -106px;
    left: 10px;
}
.main_slider_nav .next:before, .insta_slider_wrap .nav .next:before, .owl-nav .owl-next:before, .fancybox-next span:before {
    background-position: -30px -106px;
    right: 10px;
}

.main_slider_nav .prev:hover {
	-webkit-transform: translate(-5px,0);
	-moz-transform: translate(-5px,0);
	-o-transform: translate(-5px,0);
	-ms-transform: translate(-5px,0);
	transform: translate(-5px,0);
}
.main_slider_nav .next:hover {
	-webkit-transform: translate(5px,0);
	-moz-transform: translate(5px,0);
	-o-transform: translate(5px,0);
	-ms-transform: translate(5px,0);
	transform: translate(5px,0);
}

.main_slider .item .title {
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	background-color:#FFF;
	display: block;
	width: 400px;
	padding-left: 40px;
}
.main_slider .item .title:before {
	top: 0;
	right: 100%;
	border-right: 90px solid #fff;
	border-top: 480px solid transparent;
}
.main_slider .item .title span {
	font-family: '21_centcondensed_italic';
	font-size: 52px;
	line-height: 1;
	display: table;
	height: 100%;
	text-transform: uppercase;
}
.main_slider .item .title span span {
	display: table-cell;
	vertical-align: middle;
}
.main_slider .item .title span span span{
	
}
.main_slider_wrap.side_title {
	border: 1px solid #f0f0f0;
	margin-bottom: 20px;
}
.main_slider_wrap a:hover .title, .main_slider_wrap a:hover .title span, .main_slider_wrap a:hover .title span span {
	text-decoration: underline;
	opacity: 1;
	color: #000;
}
.main_slider_wrap a:hover {
	text-decoration: underline;
}

/*owl-custom*/
.main_slider  .owl-carousel .owl-item img {
    width: auto;
	max-width: 100%;
	margin: 0 auto;
}
.main_slider  .owl-dots {
    text-align: center;
    font-size: 0;
    right: 400px;
    left: 0;
    position: absolute;
    bottom: 8px;
}
.main_slider  .owl-dots .owl-dot {
    width: 40px;
    height: 4px;
    border-radius: 6px;
    display: inline-block;
    margin: 0 5px;
    border: none;
    background-color: #cfcfcf;
    overflow: hidden;
    position: relative;
    z-index: 2;
}
.main_slider .owl-dots .owl-dot.active {
	background-color: #cfcfcf;
}
.main_slider .owl-dots .owl-dot span {
	display: block;
	position: absolute;
	background-color: #c30d37;
	-webkit-transform: translate3d(-100%,0,0);
	-moz-transform: translate3d(-100%,0,0);
	-o-transform: translate3d(-100%,0,0);
	-ms-transform: translate3d(-100%,0,0);
	transform: translate3d(-100%,0,0);
	left: 0;
	right: 0;
	top: -2px;
	bottom: -2px;
}
.main_slider .owl-dots .owl-dot.active span {
    background-color: #c30d37;
	-webkit-transform: translate3d(0,0,0);
	-moz-transform: translate3d(0,0,0);
	-o-transform: translate3d(0,0,0);
	-ms-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
	-webkit-transition: all 5s linear;
	transition: all 5s linear;
}
/*owl-custom-end*/

.main_articles {
	margin-left: -1%;
	margin-bottom: 40px;
}
.main_articles .item {
	display: block;
	width: 32.3%;
	float: left;
	margin-left: 1%;
	overflow: hidden;
	position: relative;
	text-decoration: none;
	color:#fff;
	text-shadow: 1px 1px 0 #000;
	font-family: '21_centcondensed_italic';
	font-size: 38px;
	border: 1px solid #f0f0f0;
	line-height: 34px;
}
.main_articles .item  img {
	transition: all 1s ease;
}
.main_articles .item:after {
	background-color: rgba(0,0,0,0.3);
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	transition: all 1s ease;
}
.main_articles .item:hover:after {
	background-color: rgba(0,0,0,0.5);
}
.main_articles .item:hover span {

}
.main_articles .item  span{
	display: block;
	position: absolute;
	left: 18px;
	bottom: 10px;
	z-index: 2;
}
.main_articles .item:hover img {
	opacity: 1;
	-webkit-transform: scale(1.13) translate3d(0,0,0);
	-moz-transform: scale(1.13) translate3d(0,0,0);
	-o-transform: scale(1.13) translate3d(0,0,0);
	-ms-transform: scale(1.13) translate3d(0,0,0);
	transform: scale(1.13) translate3d(0,0,0);
}


.sidebar {
	float: right;
	width: 300px;
}
.s-mob,
.sidebar.sidebar_mob {
    display: none;
}
.s-mob {
	margin-bottom: 20px;
}
.sidebar > * {
	margin-bottom: 28px !important;
	display: block;
}
.quest_ban {
	border: 1px solid #F0F0F0;
	text-align: center;
	padding-bottom: 30px;
}
.quest_ban .title {
    border-bottom: 1px solid #F0F0F0;
    overflow: hidden;
    text-indent: -9000px;
    display: block;
    height: 100px;
}
.quest_ban .title:before {
    background-position: -131px -107px;
	width: 104px;
	height: 101px;
    top: 0;
    left: 50%;
    margin-left: -50px;
}
.quest_ban .question {
    font-family: '21_centcondensed_italic';
    font-size: 48px;
    line-height: 52px;
    display: block;
    padding: 40px;

    /*
    word-wrap: break-word;
    overflow-wrap: break-word;
    */


}
.quest_ban .question span {
    display:inline;
    white-space: pre-wrap;
}
.quest_btn {
	display: block;
	min-height: 60px;
	padding-top: 9px;
	font-size: 22px;
	letter-spacing: 0.09em;
}
.quest_btn:after {
	background-position:-169px -211px;
	width: 36px;
	height: 31px;
	right: 10px;
	top: 50%;
	margin-top: -13px;
	transition: all .2s ease;
}
.quest_btn:hover:after {
	background-position: -208px -211px;
}
.quest_btn span {
	display: inline-block;
	vertical-align: middle;
	background-position:-168px -248px;
	width: 14px;
	height: 19px;
	margin-top: -4px;
	margin-left: 2px;
}
.quest_btn:hover span {
	background-position:-187px -248px;
}


.products {
    border: 1px solid #F0F0F0;
    padding: 20px;
    text-align: center;
}
.products .ttl {
	font-size: 40px;
	text-transform: uppercase;
	line-height:1;
	margin-bottom: 40px;
}
.products .item {
    font-size: 0;
    letter-spacing: -.31em;
    text-align: left;
    margin-bottom: 40px;
    white-space: nowrap;
}
.s-mob .products .item > div,
.sidebar .products .item > div {
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 100;
    display: inline-block;
    width: 50%;
    vertical-align: top;
    letter-spacing: 0px;
    white-space: normal;
}
.s-mob .products .item > div strong,
.sidebar .products .item > div strong {
    display: block;
    font-weight: bold;
}
.s-mob .products .item > div img,
.sidebar .products .item > div img {
    margin: 0 auto;
    width: auto;
}
.s-mob .products .btn,
.sidebar .products .btn {
    margin-top: 20px;
    padding: 0;
    display: block;
}

.products_wrap  {
	text-align: center;
	border-top: 1px solid #b4b3b3;
	font-size: 0;
	letter-spacing: -.31em;
	margin-bottom: 50px;
	padding-top: 30px;
}
.products_wrap  .ttl{
	font-size: 40px;
	text-transform: uppercase;
	margin-bottom: 40px;
}
.products_wrap  .item {
	display: inline-block;
	font-size: 16px;
	position: relative;
	padding-bottom: 50px;
	width: 20%;
	margin-bottom: 30px;
	vertical-align: top;
	min-height: 290px;
}
.products_wrap  .item img {
	margin: 0 auto;
}
.products_wrap  .item span {
    text-transform: uppercase;
    font-size: 12px;
    display: block;
    margin-top: 10px;
    line-height: 18px;
    max-height: 70px;
    overflow: hidden;
}
.products_wrap  .item strong {
    display: block;
}
.products_wrap  .item .price {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 51px;
	line-height: 1;
}

.products_wrap  .item .btn {
	position: absolute;
	bottom: 0;
	display: block;
	left: 15px;
	right: 15px;
	padding: 0;
}


.share + .products_wrap  {
	border-top: none;
}
.quest_ban .more {
    font-size: 16px;
    text-decoration: none;
    font-family: '21_centcondensed_italic';
    text-transform: uppercase;
    font-size: 16px;
    display: block;
    margin: 20px 0;
}
.content {
	padding-top: 30px;
}
.sort_wrap {
    /* padding-right: 375px; */
    margin-bottom: 40px;
}
.sort_wrap a {
    display: inline-block;
    padding: 0 10px;
    font-size: 17px;
    text-transform: uppercase;
    text-decoration: none;
    color: #bebebe;
}
.sort_wrap a:hover, .sort_wrap a.act {
    color: #000;
}
.section {
    margin-right: 380px;
    /* padding-bottom: 30px; */
}
.section.full_width {
	margin-right: 0;
}
.sidebar + .section {
    margin-right: 380px;
}
.main_title {
	text-align: center;
	margin-bottom: 30px;
}
.main_title .ttl {
	font-size: 40px;
	text-transform: uppercase;
	font-weight: bold;
}
.main_title .heart img {
	width: 30px;
	display: inline-block;
}
.main_title.q_ttl {
	margin-bottom: 30px;
}
.main_title.q_ttl + .sort_wrap{
	margin-bottom: 30px;
}
.main_title.q_ttl .ttl {
	font-weight: normal;
}
.main_title.q_ttl .ttl span {
	color:#bcbcbc;
}
.post_item {
    padding-left: 70px;
    margin-bottom: 25px;
    position: relative;
    font-family: 'PT Serif';
    color: #575757;
    line-height: 1.4em;
}
.post_item:last-child .info, .post_item.inner .info, .post_item.last .info {
    border-bottom: none;
}
.post_item.inner .tags, .post_item.quest .tags  {
	position: relative;
	padding-left: 0;
	margin-bottom: 20px;
}
.post_item.quest .tags  {
	margin-bottom: 0;
}
.post_item.quest  .ttl {
	font-size: 30px;
	margin: 0;
}
.post_item.quest .info {
	padding-bottom: 15px;
	margin-top: 10px;
}
.post_item .img {
    position: relative;
    margin-bottom: 16px;
    overflow: hidden;
    /* border: 1px solid #eaeaea; */
    max-width: 582px;
}
.post_item .img img {
	/* min-width: 100%; */
}
.post_item .avatar {
    position: absolute;
    left: 0;
    top: 0;
    width: 40px;
}
.post_item .tags {
    font-family: 'Open Sans';
    display: table;
    line-height: 1;
    position: absolute;
    z-index: 1;
    font-style: italic;
    font-size: 12px;
    margin-left: -2px;
}
.post_item .tags > div {
	display: table-cell;
	vertical-align: middle;
}
.post_item.min {
	padding-bottom: 18px;
	position: relative;
}
.post_item.min:after {
	height: 1px;
	background-color: #F0F0F0;
	right: 0;
	left: 70px;
	content: '';
	display: block;
	position: absolute;
	bottom: 0;
}
.post_item.min .tags {
	max-width: 50%;
}
.post_item.min .info {
	border: none;
}
.post_item.min .tags {
	max-width: 42%;
	font-size: 11px;
	margin-left: -2px;
}
.post_item .tags a {
    display: inline-block;
    padding: 5px 3px;
    letter-spacing: 0.05em;
    font-size: 13px;
    text-decoration: none;
    background-color: #fff;
    margin-right: -10px;
    padding-right: 15px;
    margin-left: 2px;
}
.post_item .tags a:last-child {
	padding-right: 10px;
}
.post_item .tags a:after {
	margin-left: 8px;
}
.post_item .tags a:last-child:after {
	display: none;
}
.post_item .ttl {
    font-weight: normal;
    font-family: '21_centcondensed_italic';
    font-size: 50px;
    text-decoration: none;
    line-height: 1;
    margin-bottom: 8px;
    margin-top: 0;
    transition: all .2s ease;
}
.post_item.inner .ttl {
	color: #000;
}
.post_item .txt {
    color: #797878;
    font-size: 18px;
    margin-bottom: 11px;
}
.post_item.min .txt {
	font-size: 16px;
}
.post_item .more {
    /* margin-bottom: 15px; */
}
.post_item .more a {
    display: inline-block;
    font-size: 13px;
    font-weight: 800;
    letter-spacing: 0.3em;
    text-transform: uppercase;
    text-decoration: none;
    /* margin: 12px 0 0; */
    font-family: 'Open Sans';
}
.post_item .info {
    font-size: 13px;
    font-family: 'Open Sans';
    width: 100%;
    padding-bottom: 17px;
    border-bottom: 1px solid #F0F0F0;
    color: #ababab;
    font-style: italic;
    font-weight: 100;
    margin-top: 7px;
    letter-spacing: 0.05em;
}
.post_item .info .disqus-comment-count {
	x-display: none;
}
.post_item a.ttl:hover {
}
.post_item.min, .mob_act {
    overflow: hidden;
}

.post_item.min .img {
    width: 50%;
    padding-right: 4%;
    float: left;
    margin-bottom: 0;
	border: none;
}
.post_item.min .img a {
	display: block;
}
.post_item.min .img img {
	min-width: 100%;
	margin-bottom: 2px;
}
.post_item.min .ttl {
    font-family: Open Sans;
    line-height: 1.2em;
    font-size: 34px;
    text-transform: uppercase;
    margin-top: -5px;
    margin-bottom: 15px;
}
.post_item .accent {
	font-size: 24px;
	margin: 30px 0;
	font-weight: bold;
	color: #000;
	line-height: 1.5em;
}
.post_item .quote {
	padding: 40px 50px;
	font-family: '21_centcondensed_italic';
	font-size: 30px;
	margin: 48px 0;
	text-align: center;
	color: #000;
	line-height: 1.3em;
	line-height: 31px;
}
.ban_overlay {
	height: 50px;
	clear: both;
	padding: 0;
}
.ban_overlay:before , .ban_overlay:after {
	right: 0;
	z-index: 202;
	width:300px;
	height: 150px;
}
.ban_overlay:before {
	top: -40px;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&1+0,0+100 */
	background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=0 ); /* IE6-9 */

}
.ban_overlay:after {
	bottom: 0;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&0+0,1+100 */
background: -moz-linear-gradient(top,  rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
	
}
.insta_slider_wrap {
    text-align: center;
    padding: 20px 0 0;
    position: relative;
    overflow: hidden;
    margin-bottom: 40px;
    z-index: 201;
    background-color: #fff;
    width: 100%;
    border-top: none;
}
.insta_slider_wrap .ttl {
    display: inline-block;
    padding-right: 25px;
    text-transform: uppercase;
    font-size: 19px;
    font-weight: bold;
    margin-bottom: 17px;
}
.insta_slider_wrap .ttl:after {
    background-position: -178px -80px;
    width: 17px;
    height: 17px;
    right: 0;
    top: 4px;
}
.insta_slider {
    transition: all .5s ease 0s;
    opacity: 0;
    visibility: hidden;
}
.insta_slider .owl-stage-outer {
	overflow: visible;
}

.insta_slider .item {
    text-decoration: none;
    font-size: 13px;
    letter-spacing: 0.1em;
    display: block;
    width: 140px;
    float: left;
}

.insta_slider_wrap.inner .insta_slider .item {
	float: none;
	min-height: 200px;
}
.insta_slider_wrap.inner .nav {
	top: 0;
	margin: 0;
}
.insta_slider_wrap.inner .nav a {
    height: 260px;
}
.insta_slider_wrap.inner .nav .prev {
	left: -10px;
}
.insta_slider_wrap.inner .nav .next {
	right: -10px;
}
.insta_slider .item img {
	width: 140px;
	margin: 0 auto 6px;
}
.insta_slider .item span {
    display: block;
    font-weight: bold;
}
.insta_slider .item span + span {
    font-weight: normal;
}
.insta_slider.l_shift {
	-webkit-transform: translate(30px, 0);
	-moz-transform: translate(30px, 0);
	-o-transform: translate(30px, 0);
	-ms-transform: translate(30px, 0);
	transform: translate(30px, 0);
}
.insta_slider.r_shift {
	-webkit-transform: translate(-30px, 0);
	-moz-transform: translate(-30px, 0);
	-o-transform: translate(-30px, 0);
	-ms-transform: translate(-30px, 0);
	transform: translate(-30px, 0);
}
.footer {
	clear: both;
}
.footer .top {
    padding: 20px 0;
}
.footer .logo {
    width: 204px;
}
.footer .socials {
    float: right;
    margin-top: 8px;
}
.footer .nav {
    text-align: center;
    font-size: 0;
    padding: 12px 0;
}
.footer .nav ul {
}
.footer .nav li {
    display: inline-block;
    font-size: 12px;
}
.footer .nav li:after {
    content: '/';
    display: inline-block;
}
.footer .nav li:last-child:after {
    display: none;
}
.footer .nav a {
    font-size: 12px;
    text-decoration: none;
    letter-spacing: 0.12em;
    padding: 0 10px;
    text-transform: uppercase;
}
.footer .copyright {
    text-align: center;
    padding: 20px 0px;
}
.footer .copyright span {
    display: block;
    padding: 0 200px;
    font-size: 13px;
}
.footer .age {
    width: 43px;
    height: 43px;
    border: 1px solid #b3b3b3;
    line-height: 43px;
    font-size: 22px;
    font-family: Georgia;
    text-align: center;
    position: absolute;
    top: 0;
    left: 15px;
}

.errors {
    background-color: #E1715B;
    color: #fff;
    padding: 10px;
    margin-bottom: 20px;

}



.mob_menu {
    padding: 20px;
    position: fixed;
    width: 100%;
    overflow: auto;
    top: 0;
    left: 0;
    background-color: #fff;
    height: 100%;
    z-index: 210;
    -moz-transform: translate(-50%,0);
    -o-transform: translate(-50%,0);
    -ms-transform: translate(-50%,0);
    transform: translate(-50%,0);
    transition: all .2s ease-in-out;
    opacity: 0;
    visibility: hidden;
    display: none;
}
.mob_menu.open {
	-webkit-transform: none;
	-moz-transform: none;
	-o-transform: none;
	-ms-transform: none;
	transform: none;
	opacity: 1;
	visibility: visible;
	transition: all .2s ease-in-out .2s;
}
.mob_menu .logo {
    width: 192px;
}
.mob_menu .close{
    display: block;
    position: absolute;
    background-position: -7px -160px;
    width: 17px;
    height: 17px;
    right: 20px;
    top: 25px;
    cursor: pointer;
	transition: all .5s ease;
	transform: rotate(-180deg);
}
.mob_menu.open {
	transform: none;
}
.mob_menu .nav {
    border-top: 1px solid #f0f0f0;
    padding-top: 20px;
    margin-top: 15px;
    margin-bottom: 30px;
}
.mob_menu .nav ul {}
.mob_menu .nav li {
    border-bottom: 1px solid #f0f0f0;
    margin-bottom: 15px;
    padding-bottom: 14px;
}
.mob_menu .nav a {
    text-decoration: none;
    text-transform: uppercase;
    display: block;
}
.mob_menu .nav li ul {
    padding-left: 15px;
    font-size: 13px;
    margin-top: 10px;
}
.mob_menu .nav li ul li {
    border: none;
    margin-bottom: 0;
    padding-bottom: 0;
}
.mob_menu .nav li ul li a {
    display: block;
    padding: 3px 0px;
}
.mob_menu .socials {
    display: table;
    width: 100%;
    table-layout: fixed;
    margin-bottom: 20px;
}
.mob_menu .socials li {
    display: table-cell;
    float: none;
    width: auto;
}
.mob_menu .welc {
	margin: 20px 0;
}
.mob_menu .socials li a {}
.mob_menu .options {}
.mob_menu .options li {
    text-align: center;
}
.mob_menu .options a {
    display: inline-block;
    text-align: center;
    line-height: 40px;
    margin: 0 auto;
    padding: 0;
}
.mob_menu .options .star, .mob_menu .options .star.red {
	margin: 0 auto;
}
.gallery, .gal-in-content {
	margin-bottom: 30px;
}
.gal-in-text {
	margin-bottom: 0;
}
.gallery img {
	height: auto;
}
.big_img, .thumbs {
	opacity: 0;
	visibility: hidden;
}
.gallery .big_img {
	margin-bottom: 21px;
	position: relative;
	z-index: 2;
}
.gallery .big_img .item {
	position: relative;
}
.single-img .ttl,
.gallery .big_img .ttl {
	padding: 10px 0;
	color:#000;
	font-size: 12px;
	text-transform: uppercase;
	font-family: 'Open Sans';
	background-color:#FFF;
	margin: 0;
	letter-spacing: 0.1em;
	line-height: 1.5em;
	display: block;
	color: #000;
}
.gallery .big_img .ttl span, figcaption {
	display: block;
	font-family: 'Open Sans';
	text-transform: uppercase;
}
figcaption {
	padding: 10px 3px;
	/* letter-spacing: 0.1em; */
	font-size: 14px;
}
figcaption ul {
	list-style: disc inside;
}
figcaption li {
	/* margin-bottom: 10px; */
	list-style: outside;
	margin-left: 16px;
}
.gallery .big_img .ttl.bl {
	background-color:#000;
	color:#fff;
}
.gallery .thumbs .owl-stage {
	margin: 0 auto;
}
.gallery .thumbs .owl-item{
	cursor: pointer;
}
.gallery .thumbs .owl-item img {
	transition: all .2s ease;
	opacity: .5;
}
.gallery .thumbs .owl-item.current img, .gallery .thumbs .owl-item:hover img {
	opacity: 1;
}
.gallery .owl-nav {
	transition: all .2s ease;
	opacity: 0;
	top: 45%;
}
.gallery:hover .owl-nav {
	opacity: 1;
}
.gallery .owl-nav .owl-prev, .video_slider .owl-prev, .gal-in-content .owl-nav .owl-prev {
	left: 30px;
}
.gallery .owl-nav .owl-next, .video_slider .owl-next, .gal-in-content .owl-nav .owl-next {
	right: 30px;
}
.share {
    padding: 24px 0px 0;
    margin-top: 50px;
    position: relative;
    z-index: 200;
}
.share > * {
	display: inline-block;
	vertical-align: middle;
	margin-bottom: 17px;
}
.share > span {
    display: inline-block;
    font-family: 'PT Serif';
    font-style: italic;

}
.share .socials {
    margin-right: 50px;
}
.share .socials a:hover {
	opacity: 1;
}
.share .socials .fb:hover {
	background-position:-5px -52px;
}
.share .socials .tw:hover {
	background-position:-40px -52px;
}

.share .socials .inst:hover {
	background-position:-86px -52px;
}
.share .socials .pint:hover {
	background-position:-129px -52px;
}
.share .socials .vk:hover {
	background-position:-169px -52px;
}
.share .socials .odnkl:hover {
	background-position:-202px -52px;
}
.share .socials .yt:hover {
	background-position:-219px -52px;
}
.share .socials .gplus:hover {
	background-position:-147px -53px;
}
.share .fb_like {
	float: right;
	height: 20px;
}
.fb_like iframe {
	max-width: 100000%;
}
.fb_iframe_widget span {
	display: block !important;
	vertical-align: top !important;
}
.add_to_fav {
	padding-left: 28px;
	text-decoration: none;
	font-family: 'PT Serif';
	font-size: 14px;
	text-transform: uppercase;
}
.add_to_fav:before {
	background-position:-202px -80px;
	width: 17px;
	height: 17px;
	left: 0;
	top: 50%;
	margin-top: -8px;
}
.add_to_fav.active:before,
.add_to_fav:hover:before {
	background-position:-178px -80px;
}

.tc {
    text-align: center;
}
.tr {
    text-align: right;
}
.tl {
    text-align: left;
}

.table-favs {
    font-size: 13px;
}
.table-favs td {
    vertical-align: top;
}
.discus {
    margin: 50px 0 30px;
}

.comments {}
.comments .panel{
	overflow: hidden;
	border-bottom: 1px solid #b4b3b3;
}
.comments .panel .num {
	
}
.comments .panel .login {
	float: right;
}
.comments .avatar {}
.comments .avatar.clean {}
.comments .avatar.clean:before {
	background-position:-4px -185px;
	width: 22px;
	height: 26px;
}
.video_slider_wrap  {
	background-color: rgba(0,0,0,0.5);
    padding-bottom: 50px;
    background-size: 100%;
}
.video_slider {
	box-shadow: 0 0 50px rgba(0,0,0,0.8);
	display: none;
}
.video_slider  .item {
    background-color: #fff;
    display: block;
    float: left;
}
.video_slider .item .ttl {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0+0,1+100 */
    background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#000000',GradientType=0 ); /* IE6-9 */
    position: absolute;
    text-align: center;
    padding-bottom: 70px;
    left: 0;
    right: 0;
    color:#fff;
    font-family: '21_centcondensed_italic';
    font-size: 40px;
    padding-top: 100px;
    bottom: 0;
    text-transform: none;
    margin: 0;
    display: block;
    padding-right: 50px;
    padding-left: 50px;
    line-height: 1;
}
.video_slider_wrap  .owl-dots {
	position: absolute;
	width: 100%;
	bottom: 40px;
	height: 0;
}
.video_slider_wrap  .owl-dots .owl-dot{
	border-color: #fff;
	background-color: transparent;
}
.video_slider_wrap  .owl-dots .owl-dot.active{
	background-color:#FFF;
}
.video_slider.owl-carousel .owl-item img {
	min-width: 100%;
}
.thirds_content {
	letter-spacing: -.31em;
	font-size: 0;
	margin-left: -3.3%;
}
.thirds_content .item {
	font-size: 16px;
	letter-spacing: 0;
	display: inline-block;
	vertical-align: top;
	margin-left: 3.3%;
	width: 30%;
	text-decoration: none;
	margin-bottom: 3%;
	transition: all .2s ease;
}

.thirds_content .item .img {
	border: 1px solid #F0F0F0;
	overflow: hidden;
}
.thirds_content .item p {
	margin-top: 10px;
	font-size: 14px;
}
.thirds_content .item .img img {
	margin: 0 auto;
}
.video_lnk:hover {
	color:#000;
}
.video_lnk .ttl {
	text-transform: uppercase;
	font-weight: 100;
}
.video_lnk .img.a_spr:after, .video_slider .item.a_spr:after {
	background-position:-77px -200px;
	width: 48px;
	height: 56px;
	left: 50%;
	top: 50%;
	margin-left: -24px;
	margin-top: -28px;
	transition: all .2s ease;
	-webkit-transform: translate3d(0,-15px,0);
	-moz-transform: translate3d(0,-15px,0);
	-o-transform: translate3d(0,-15px,0);
	-ms-transform: translate3d(0,-15px,0);
	transform: translate3d(0,-15px,0);
	opacity: 0;
	visibility: hidden;
}
.video_lnk:hover .img.a_spr:after, .video_slider .item.a_spr:after {
	opacity: 1;
	visibility: visible;
	-webkit-transform: none;
	-moz-transform: none;
	-o-transform: none;
	-ms-transform: none;
	transform: none;
}
.video_slider .item.a_spr:hover:after {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-o-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}
.video_lnk .time {
	font-size: 13px;
    font-family: Pt Serif;
	font-style: italic;
	color:#ababab;
}

.authors_slider {
	padding: 0 40px;
	margin-bottom: 50px;
	display: none;
}
.authors_slider .owl-prev{}
.authors_slider .owl-next{}
.authors_slider .item{
	display: block;
}
.author_description {
	position: relative;
	top: -50px;
}
.author_description > div {
	position: absolute;
	width: 186px;
	border: 1px solid #b4b3b3;
	padding: 10px;
	z-index: 200;
	background-color: #fff;
	text-align: center;
	opacity: 0;
	visibility: hidden;
	transition: transform .3s ease, opacity .3s ease;
	transform: translate3d(0,-5px,0);
	box-shadow: 0 0px 7px rgba(0,0,0,0.1);
}
.author_description > div.act {
	opacity: 1;
	visibility: visible;
	transform: none;
}
.author_description > div:before {
    top: -8px;
    left: 50%;
    border-bottom: 8px solid #b4b3b3;
    border-right: 8px solid transparent;
    border-left: 8px solid transparent;
    margin-left: -6px;
}
.author_description > div:after {
	top: -7px;
    left: 50%;
    margin-left: -5px;
    border-bottom: 7px solid #fff;
    border-right: 7px solid transparent;
    border-left: 7px solid transparent;
    z-index: 36;
}
.author_description .ttl {
	text-transform: uppercase;
}
.author_description p {
	font-family: 'PT Serif';
	font-style: italic;
	color: #797878;
	font-size: 14px;
}

.anchors_wrap {
	position: relative;
}
.anchors_wrap a {
	position: absolute;
	display: block;
	color: #000;
	text-align: center;
	font-size: 24px;
	text-decoration: none;
}
.anchors_wrap a span {
	position: absolute;
	background-color:#FFF;
	padding: 10px;
	font-size: 16px;
	bottom: 100%;
	left: 50%;
	margin-left: -100px;
	font-family: 'PT Serif';
	font-style: italic;
	transition: all .2s ease;
	opacity: 0;
	visibility: hidden;
	width: 200px;
	line-height: 1;
	text-align: center;
	box-shadow: 0 0 10px rgba(0,0,0,0.2);
	margin-bottom: 3px;
}
.anchors_wrap a:hover span {
	opacity: 1;
	visibility: visible;
}
.anchors_wrap .l, .anchors_wrap .r {
	width: 55px;
	height: 43px;
	line-height: 40px;
}

.anchors_wrap .t, .anchors_wrap .b {
	width: 43px;
	height: 55px;
}
.anchors_wrap .l {
	background-position: -2px -274px;
	line-height: 40px;
	padding-right: 13px;
}
.anchors_wrap .r {
	background-position: -152px -274px;
	padding-left: 13px;
}
.anchors_wrap .t {
	background-position: -106px -262px;
	line-height: 40px;
}
.anchors_wrap .b {
	background-position: -60px -262px;
	line-height: 65px;
}
.anchors_wrap span {}

.nums {}
ol.nums {
    counter-reset: item;
}
ol.nums li {
    list-style: outside none none;
    margin-bottom: 10px;
    padding-left: 70px;
    position: relative;
    padding-top: 8px;
    margin-bottom: 20px;
}
ol.nums strong {
	display: block;
	font-size: 20px;
}
ol.nums li:after {
    background: url("../img/sprite.png") no-repeat -2px -274px;
	width: 55px;
	height: 43px;
    content: ' ';
    display: block;
    left: 0;
    line-height: 43px;
    position: absolute;
    top: 0;
}
ol.nums li:before {
    color: #000;
    content: counter(item, decimal) " ";
    counter-increment: item;
    display: block;
    position: absolute;
    z-index: 1;
    font-size: 20px;
    left: 16px;
}

.flip_block {
	background-color:#FFF;
}
.flip_block .fix {
	position: fixed;
}
.flip_block.act {
	position: fixed;
	top: 116px;
	z-index: 200;
}

.settings {
	max-width: 650px;
	margin: 0 auto;
	text-align: center;
}
.settings .ttl{
	font-weight: bold;
	text-transform: uppercase;
}
.settings .pic_wrap {
    border: 1px solid #b3b3b3;
    margin-bottom: 20px;
    padding: 10px 20px 20px 20px;
    margin-top: 20px;
}
.settings .pic_wrap  img {
    margin: 0 auto;
    padding: 20px;
    border: 1px solid #b3b3b3;
    margin-bottom: 20px;
}
.settings .pic_wrap .ttl {
	display: inline-block;
	background-color: #fff;	
	padding: 0 20px;	
	position: relative;	
	top: -20px;
}
.inp_file {
	position: relative;
	overflow: hidden;
}
.inp_file input {
	position: absolute;
	right: 0;
	top: 0;
	font-size: 35px;
	cursor: pointer;
	opacity: 0;
	z-index: 2;
}
.inp_file .btn {
	padding: 0;
	width: 100%;
	letter-spacing: 0;
}
.inp_file:hover .btn {
	background-color: #fff;
	color: #000;
}






/*owl-custom*/


.owl-carousel .owl-item img {
    width: auto;
    max-width: 100%;
    margin: 0 auto;
}

.owl-dots {
    text-align: center;
    font-size: 0;
}
.owl-dots .owl-dot {
    width: 12px;
    height: 12px;
    border-radius: 6px;
    display: inline-block;
    margin: 0 5px;
    border: 1px solid #000;
    background-color: #fff;
}
.owl-dots .owl-dot.active {
    background-color: #000;
}
/*owl-custom-end*/

/*fancybox-custom*/
.fancybox.a_spr{
	display: inline-block;
}
.fancybox.a_spr.video_lnk {
	display: block;
	width: 100%;
}
.fancybox.a_spr:after {
	background-position: -211px -247px;
	width: 30px;
	height: 30px;
	top: 100%;
	left: 100%;
	margin-left: -44px;
	margin-top: -44px;
	transition: all .2s ease;
	-webkit-transform: scale(0.95);
	-moz-transform: scale(0.95);
	-ms-transform: scale(0.95);
	-o-transform: scale(0.95);
	transform: scale(0.95);
}
.fancybox.a_spr:hover:after {
	-webkit-transform: none;
	-moz-transform: none;
	-ms-transform: none;
	-o-transform: none;
	transform: none;
}
.fancybox-overlay {
	background: rgba(255,255,255,0.8);
}
.fancybox-close {
	background-position:-7px -160px;
	width: 17px;
	height: 17px;
	top: 0px;
	right: -28px;
}


.fancybox-opened .fancybox-skin {
	box-shadow: none;
}
.fancybox-prev span, .fancybox-next span {
	background-image: none;
}
.fancybox-title {
	font-family: 'Open Sans';
	font-weight: normal;
}
.fancybox-title-float-wrap .child {
    background-color: transparent;
    text-shadow: none;
    color: inherit;
    font-weight: normal;
    text-transform: uppercase;
    font-size: 14px;
}
/*fancybox-custom-end*/



.transition {
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease; }

.background-success {
    background-color: #57BF57; }

.background-warning {
    background-color: #D6A14D; }

.background-error {
    background-color: #E1715B; }

.background-info {
    background-color: #4D82D6; }

#notie-alert-outer, #notie-confirm-outer, #notie-input-outer {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999999999;
    height: auto;
    width: 100%;
    display: none;
    text-align: center;
    cursor: pointer;
    font-size: 24px; }
@media (max-width: 600px) {
    #notie-alert-outer, #notie-confirm-outer, #notie-input-outer {
        font-size: 18px; } }

#notie-alert-inner {
    padding: 20px;
    display: table-cell; }

#notie-alert-content {
    max-width: 900px;
    margin: 0 auto; }

#notie-alert-text {
    color: #FFFFFF; }

#notie-confirm-outer {
    cursor: default; }

#notie-confirm-inner, #notie-input-inner {
    box-sizing: border-box;
    width: 100%;
    padding: 20px;
    display: block;
    cursor: default;
    background-color: #4D82D6; }

#notie-confirm-text {
    color: #FFFFFF; }

#notie-confirm-text-yes {
    color: #FFFFFF; }

#notie-confirm-text-no {
    color: #FFFFFF; }

#notie-confirm-yes, #notie-confirm-no, #notie-input-no, #notie-input-yes {
    float: left;
    height: 50px;
    line-height: 50px;
    width: 50%;
    cursor: pointer;
    background-color: #57BF57; }

#notie-confirm-no, #notie-input-no {
    float: right;
    background-color: #E1715B; }

#notie-confirm-background, #notie-input-background {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999999980;
    height: 100%;
    width: 100%;
    display: none;
    background-color: #FFFFFF;
    opacity: 0; }

/* INPUT */
#notie-input-outer {
    cursor: default; }

#notie-input-field {
    display: block;
    box-sizing: border-box;
    height: 55px;
    width: 100%;
    text-align: center;
    outline: 0;
    border: 0;
    background-color: #FFFFFF;
    font-family: inherit;
    font-size: 24px; }
@media (max-width: 600px) {
    #notie-input-field {
        font-size: 18px; } }

#notie-input-text {
    color: #FFFFFF; }

#notie-input-text-yes {
    color: #FFFFFF; }

#notie-input-text-no {
    color: #FFFFFF; }


.single-img .big_img {
    opacity: 1;
    visibility: visible;
}
.single-img .thumbs {
    display: none;
}

.hidden, .mob_img {
    display: none;
}
.mob_img {
	margin: 0 auto 20px;
}
.search_row {
    margin: 20px 100px 20px 0;
    border-bottom: 1px solid #F0F0F0;
    padding: 0 100px 15px 0;
}
.search_title {
    font-size: 18px;
}
.search_extract {
    color: #797878;
}
.evoSearch_highlight {
    background: yellow;
}

.ban_overlay {
    height: 40px;
}
.wrap.ban_overlay.a {
    margin-top: -68px;
}
.wrap.ban_overlay.b {
    height: 0;
}

.post_item.inner > ol {
	list-style: decimal;
	margin: 10px 0 10px 25px;
}
.post_item.inner > ul {
	list-style: circle;
	margin: 10px 0 10px 25px;
}

address {
	display: block;
	margin: 15px 0;
	font-style: italic;
}

.double-lh {
	line-height: 2;
}
.min-lh {
	line-height: 1;
}
.comp_pic {
	margin: 0 auto;
}
.section .comp_pic {
	padding-left: 70px;
	margin-bottom: 40px;
	margin-left: 0;
}

/* .post_item .ttl {
	font-size: 40px;
}
.post_item .txt {
	font-size: 16px;
}
.post_item.min .ttl {
	font-size: 30px;
} */

.insta-list .item {
	position: relative;
}
.insta-list .collapsed {
	height: 40px;
	text-overflow: ellipsis;
    overflow: hidden;
	position: relative;
	margin-top: 0 !important;
	background: #fff;
	width: 100%;
	transition: all .3s ease-in-out;
}
.insta-list .collapsed:after {
	content: '...';
	background: #fff;
	padding-left: 10px;
	position: absolute;
	right: 0;
	bottom: 0;
}
.insta-list .opened {
	z-index: 10;
}
.insta-list .opened .collapsed {
	height: auto;
	padding-bottom: 10px;
	position: absolute;
}
.insta-list .opened .collapsed:after {
	display: none;
}

.jot-form-wrap .jot-controls textarea, .jot-form-wrap .jot-controls input {
	max-width: 100%;
}
.jot-form-wrap .jot-controls textarea {
	width: 100%;
	margin-bottom: 10px;
}
.discus .jot-form-wrap {
   font-size: inherit !important;
   clear: none;
   width: 100%;
}
.discus .jot-err, .discus .jot-cfm {
	border: none;
	font-size: 14px;
	font-family: 'PT Serif';
	font-weight: normal;
	font-style: italic;
	padding: 0;
}
.discus h2 {
	font-weight: bold;
	text-transform: uppercase;
}

.jot-form-wrap .jot-reply-title {
    font-size: inherit;
    font-size: 18px;
    font-family: 'Pt Serif';
    font-style: italic;
}

.jot-comment {
	font-family: 'Open Sans' !important;
}
.jot-comment  .jot-comment-entry {}
.jot-comment .jot-comment-entry, .jot-comment .jot-row-alt .jot-comment-entry, .jot-comment .jot-row .jot-comment-entry  { 
    background: none;
    padding-left: 55px;
    border: none;
}
.jot-comment .jot-message {
	font-family: 'PT serif';
	font-size: 16px;
	line-height: 1.4em;
	color: #575757;
}
.jot-comment .jot-name {
	font-size: 16px;
	font-family: 'Open SAns';
	margin-bottom: 7px;
}
.jot-comment .jot-date {
	font-size: 13px;
	font-family: 'Open Sans';
	width: 100%;
	padding-bottom: 17px;
	border-bottom: 1px solid #F0F0F0;
	color: #ababab;
	font-style: italic;
	font-weight: 100;
	margin-top: 7px;
	letter-spacing: 0.05em;
	border: none;
}
.jot-comment .jot-avatar{
    width: 50px;
    height: 50px;
}
.jot-comment .jot-reply a{
    color: #000;
}
.jot-children {
	padding-left: 50px !important;
}
.discus em {
    font-style: italic;
    color: red;
}

a.fancybox {
    cursor: zoom-in;
}