/*
Project: New On The CatWalk
Description: Responsive CSS Grid layout
Author: Coal Creative
Version: 1.0
Tags: CoalGrid, RWD
*/

html {
	width: 100%;
	height: 100%;
}
body {
	margin-left: 0px;
	margin-top: 150px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-size: 13px;
	font-family: 'Raleway', sans-serif;
	font-weight: 300;
	color: #000;
	line-height: 20px;
	overflow-x: hidden;
	overflow-y: auto;
	-moz-osx-font-smoothing: grayscale;
	/*background-color: #EEE;*/
}
img {
	border: 0;
}
a {
	color: #000;
	text-decoration: none;
	transition: all 300ms;
}
p {
	display: block;
	margin: 0px;
	padding: 10px 0px 15px 0px;
}
a:hover {
	color: #000;
	text-decoration: none;
}
a:focus {
	outline: none;
}
.header {
	position: absolute;
	top: 0px;
	left: 0px;
	background-color: #FFF;
	padding: 10px 0px 10px 0px;
	width: 100%;
}
.footer {
	background-color: #FFF;
	display: block;
	width: 100%;
	clear: both;
	padding: 20px 0px 20px 0px;
	position: relative;
	float: left;
	z-index: 20;
}
.page_content {
	display: block;
	float: left;
	width: 100%;
}
.header.scrolled {
	position: fixed;
	top: 0px;
	left: 0px;
	z-index: 100;
	padding: 0px;
	width: 100%;
	box-shadow: 0px 5px 0px rgba(0, 0, 0, 0.05);
}
.header.scrolled .logo_main img {
	width: 60%;
}
.navigation ul > li > a {
	display: block;
	float: left;
	font-size: 19px;
	text-transform: uppercase;
	background-image: URL(../img/hover_img.png);
	background-position: -800px bottom;
	background-repeat: no-repeat;
	transition: all 300ms;
}
.navigation ul > li > a:hover {
	background-position: right bottom;
}
.navigation ul > li > a:before {
	content: "_";
}
.logo_main img {
	max-width: 90%;
	height: auto;
}
.page_content .box {
	overflow: hidden;
	transition: all 300ms;
	position: relative;
}
.page_content .box img {
	width: 100%;
	height: auto;
	position: relative;
	z-index: 5;
	display: block;
	float: left;
}
h2 {
	display: block;
	text-transform: uppercase;
	font-weight: normal;
	margin: 0px;
	padding: 10px 0px 10px 0px;
}
h2 a {
	background-image: URL(../img/hover_img.png);
	background-position: -800px bottom;
	background-repeat: no-repeat;
	transition: all 300ms;
}
h1 {
	display: block;
	text-transform: uppercase;
	font-weight: bold;
	margin: 0px;
	padding: 10px 0px 10px 0px;
}
h1 a {
	background-image: URL(../img/hover_img.png);
	background-position: -800px bottom;
	background-repeat: no-repeat;
	transition: all 300ms;
}
h2 a:hover, h1 a:hover {
	background-position: right bottom;
}
.page_content .box .box_content {
	position: absolute;
	dipslay: block;
	width: 100%;
	height: 100%;
	bottom: -1300px;
	left: 0px;
	transition: all 600ms;
	background-color: #FFF;
	z-index: 10;
}
.page_content .box:hover .box_content {
	dipslay: block;
	width: 100%;
	height: 100%;
	bottom: 0px;
	left: 0px;
	transition: all 600ms;
}
.category_name {
	text-transform: uppercase;
	margin: 0px;
	padding: 0px;
}
.button {
	border: 2px solid #000;
	background-color: #FFF;
	text-transform: uppercase;
	font-weight: 400;
	color: #000;
	font-size: 14px !important;
	transition: all 300ms;
	background-image: URL(../img/button_bg.png);
	background-position: center -100px;
	background-repeat: no-repeat;
	width: 60%;
	margin: 10px auto;
	text-align: center;
}
.button:hover {
	background-position: center bottom;
	color: #FFF;
}
.navi_burger {
	transition: all 300ms;
	background-image: URL(../img/button_bg.png);
	background-position: center -100px;
	background-repeat: no-repeat;
}
.navi_burger:hover {
	background-position: center bottom;
	color: #FFF;
}
.navi_burger:hover:before {
	color: #FFF;
}
.inverted_hover {
	background-color: #FFF;
	transition: all 300ms;
}
.inverted_hover:hover {
	-webkit-filter: invert(100%);
	filter: invert(100%);
	transition: all 300ms;
}
.footer ul, .footer ul > li > ul {
	display: block;
	margin: 0px;
	padding: 0px;
	list-style: none;
}
.footer h3 {
	text-transform: uppercase;
	padding-left: 30px;
}
.footer ul > li > a {
	display: block;
	padding: 2px 0px 2px 0px;
	margin: 0px;
	text-transform: uppercase;
	background-image: URL(../img/hover_img.png);
	background-position: -800px bottom;
	background-repeat: no-repeat;
	transition: all 300ms;
}
.footer ul > li > a:before {
	content: "_";
}
.footer ul > li > a:hover {
	background-position: center right;
}
.box.three_columns {
	opacity: 0;
	-webkit-transform: scale(1.5,1.5);
	transform: scale(1.5,1.5);
	transition: all 600ms;
}
.box.three_columns.content_ready {
	-webkit-transform: scale(1,1);
	transform: scale(1,1);
	transition: all 600ms;
}
.article_head {
	height: 500px;
	margin-bottom: -100px;
	background-position: left top, top center;
	background-repeat: repeat, no-repeat;
	background-attachment: fixed;
	background-size: auto, cover;
	/*-webkit-filter: blur(3px);
	filter: blur(3px);*/
}
#module_left {
	padding-top: 100px;
}
#module_right {
	transition: none;
	overflow: hidden;
}
#module_right img {
	-webkit-filter: blur(10px) grayscale(100%);
	filter: blur(10px) grayscale(100%);
	overflow: hidden;
	width: 230%;
	height: auto;
	margin-top: -20px;
	margin-left: -150px;
	margin-bottom: -20px;
}
#content_middle {
	background-color: #FFF;
	transition: none !important;
}
#content_middle h1 {
	padding-bottom: 5px;
	margin-bottom: 0px;
}
#content_middle h3 {
	margin: 0px;
	padding: 0px 10px 0px 0px;
}
#content_middle h3:before {
	content: "_";
}
blockquote {
	font-size: 20px;
	line-height: 22px;
	font-weight: 500;
	text-align: center;
}
blockquote > p {
	font-size: 14px;
	display: block;
	padding: 10px 0px 10px 0px;
	color: #666;
	font-weight: 700;
}
.grid-sizer {
	width: 0.1%;
}
.thumb_icons {
	display: block;
	position: relative; 
	float: left;
	width: 100%;
	background-color: #000;
	overflow: hidden;
}
.thumb_icons:hover > i {
	transition: all 300ms;
	font-size: 70px;
	top: 32%;
	left: 43%;
	color: #FFF;
	text-shadow: 0px 0px 5px #000;
}
.thumb_icons > img {
	transition: all 300ms;
	opacity: 1;
}
.thumb_icons:hover > img {
	opacity: 0.7;
	transition: all 300ms;
	-webkit-filter: blur(3px);
	filter: blur(3px);
	transform: scale(1.2,1.2);
}
.thumb_icons > i {
	font-size: 60px;
	position: absolute;
	z-index: 10;
	top: 35%;
	left: 45%;
	transition: all 300ms;
}
.logo_main img {
	max-width: 260px;
}
#collection_list {
		display: block;
		margin: 0px;
		padding: 0px;
		list-style: none;
	}
	#collection_list > li {
		display: block;
		margin: 0px;
		padding: 0px;
		float: left;
		width: 33.333%;
	}
	#collection_list img {
		width: 100%;
		height: auto;
	}
.padding_small {
	padding: 20px !important;
}

/* CMS MODS */

.itemVideoBlock, .itemExtraFields {
	display: block;
	overflow: hidden;
	opacity: 0;
	position: fixed;
	width: 100%;
	height: 100%;
	z-index: 9999;
	transition: all 300ms;
	transform: perspective(1000) rotateX(50deg);
	top: -100%;
	left: 0px;
	text-shadow: 0px 0px 1px #000;
}
.itemVideoBlock.clicked, .itemExtraFields.clicked {
	opacity: 1;
	top: 0px;
	left: 0px;
	background-color: rgba(0,0,0,0.8);
	transform: perspective(1000) rotateX(180deg) !important;
}
.itemVideoBlock h3 {
	display: block;
	color: #fff;
	text-align: center;
	padding-top: 20px !important;
	padding-bottom: 20px !important;
}
.itemVideoBlock h3:before, .itemExtraFields h3:before {
	content: "" !important;
}
.itemVideoBlock h3:after, .itemExtraFields h3:after {
	content: "x";
	font-size: 40px;
	position: absolute;
	top: 20px;
	right: 20px;
	color: #FFF;
	cursor: pointer;
}
span.itemVideo {
	display: block;
	height: auto;
	max-width: 70%;
	margin: 0 auto;
}
.itemVideoBlock iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
span.itemVideo > div {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}
#video_thumb img {
	margin-top: -9.5%;
	margin-bottom: -9.5%;
}
#write_thumb img {
	margin-top: 0;
	margin-bottom: 0;
}
.article_Body {
	float: left;
	display: block;
	width: 60%;
}
.article_Body h3 {
    font-size: 20px;
	padding: 0px;
}
.item-page .item-image {
	float: left;
	width: 40%;
}
.item-page .item-image img {
	width: 100%;
}

@media only screen and (min-width: 100px) and (max-width: 540px) {
	#content_middle {
		margin-top: 0px !important;
	}
	#content_middle h1, .article_Body h1 {
		font-size: 30px;
		text-transform: uppercase;
		font-weight: 900;
		line-height: 32px;
	}
	#module_right {
		height: 100%;
		padding-top: 0px;
		background-position: center 0px;
		background-repeat: no-repeat;
		background-size: cover;
		margin-top: 0px !important;
	}
	#content_middle h3 {
		font-size: 18px;
		line-height: 20px;
		font-weight: 500;
		text-transform: uppercase;
	}
	#module_right {
		display: none !important;
	}
	#pre_footer {
	height: auto;
}
	#pre_footer > .box {
		height: auto;
	}
	#pre_footer > .three > div {
		padding-top: 60px;
		padding-bottom: 60px;
	}
	#pre_footer > .three {
		width: 100%;
	}
	ul.sigProClassic li.sigProThumb {
		width: 50% !important;
	}
	.footer ul > li {
		display: block;
		margin: 0px;
		padding: 0px;
		float: left;
		width: 100%;
		padding-left: 30px;
	}
	.copyright > div {
		clear: both !important;
		float: left !important;
		width: 100% !important;
	}
	.jvsearchajax {
		margin-top: -15px;
		margin-bottom: 15px;
		margin-left: 5%;
		float: left !important;
	}
	.jvsearchajax > input#jvsearchajax {
		top: 0px;
		right: auto !important;
		left: 0%;
		width: 100% !important;
		background-color: #FFF;
	}
	.jvsearchajax > input.jvbt {
		top: 0px;
		right: auto !important;
		left: 90%;
		width: 35px;
		height: 35px;
	}
}
@media only screen and (min-width: 540px) and (max-width: 768px) {
	.three_columns {
		width: 49.9999%;
	}
	.page_content .box .box_content {
		font-size: 12px;
	}
	h2 {
		font-size: 16px;
		padding-bottom: 0px;
		margin-top: -10px;
	}
	.padding_big {
		padding: 10px;
	}
	.page_content .box .box_content p {
		padding: 5px 0px 5px 0px;
		margin: 0px;
	}
	#content_middle h1, .article_Body h1 {
		font-size: 30px;
		text-transform: uppercase;
		font-weight: 900;
		line-height: 32px;
	}
	#content_middle h3 {
		font-size: 18px;
		line-height: 20px;
		font-weight: 500;
		text-transform: uppercase;
	}
	#module_right {
		height: 100%;
		padding-top: 0px;
		background-position: center 0px;
		background-repeat: no-repeat;
		background-size: cover;
		margin-top: 0px !important;
	}
	#content_middle {
		margin-top: 0px !important;
	}
	#module_right {
		display: none;
	}
	#pre_footer {
		height: auto;
	}
	.footer ul > li {
		display: block;
		margin: 0px;
		padding: 0px;
		float: left;
		width: 50%;
		padding-left: 30px;
	}
#pre_footer > .three > div {
	padding-top: 60px;
	padding-bottom: 60px;
}
#pre_footer > .three {
	width: 100%;
}
ul.sigProClassic li.sigProThumb {
		width: 33.33% !important;
	}
	.copyright > div {
		clear: both !important;
		float: left !important;
		width: 100% !important;
	}
	.jvsearchajax {
		margin-top: -15px;
		margin-bottom: 15px;
		margin-left: 5%;
		float: left !important;
	}
	.jvsearchajax > input#jvsearchajax {
		top: 0px;
		right: auto !important;
		left: 0%;
		width: 100% !important;
		background-color: #FFF;
	}
	.jvsearchajax > input.jvbt {
		top: 0px;
		right: auto !important;
		left: 90%;
		width: 35px;
		height: 35px;
	}
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
	.page_content .box .box_content {
		font-size: 12px;
	}
	h2 {
		font-size: 16px;
		padding-bottom: 0px;
		margin-top: -10px;
	}
	.padding_big {
		padding: 15px;
	}
	.page_content .box .box_content p {
		padding: 5px 0px 5px 0px;
		margin: 0px;
	}
	.navigation ul > li > a {
		padding: 10px 5px 10px 0px;
		font-size: 15px;
	}
	#content_middle h1, .article_Body h1 {
		font-size: 40px;
		text-transform: uppercase;
		font-weight: 900;
		line-height: 42px;
	}
	#module_right {
		/*height: 100%;
		min-height: 800px;*/
		margin-top: 100px;
		background-position: center 100px;
		background-repeat: no-repeat;
		background-size: cover;
	}
	#content_middle h3 {
		font-size: 24px;
		line-height: 26px;
		font-weight: 500;
		text-transform: uppercase;
	}
	#pre_footer {
		height: 200px;
		overflow: hidden;
	}
	#pre_footer > .box {
		height: 200px;
	}
	#pre_footer > .three > div {
		padding-top: 60px;
		padding-bottom: 60px;
		height: 200px;
	}
	.itemExtraFields {
		color: #FFF;
		padding: 10% 20% 10% 20%;
		text-align: center;
	}
	ul.sigProClassic li.sigProThumb {
		width: 33.33% !important;
	}
	.footer ul > li {
		display: block;
		margin: 0px;
		padding: 0px;
		float: left;
		width: 50%;
		padding-left: 30px;
	}
	.copyright > div {
		clear: both !important;
		float: left !important;
	}
	ul.horizontal_menu.hovered_search {
		margin-top: -500px;
		overflow: hidden;
		opacity: 0;
		transition: all 300ms;
	}
}
@media only screen and (min-width: 1024px) and (max-width: 1200px) {
	.page_content .box .box_content {
		font-size: 13px;
	}
	h2 {
		font-size: 18px;
	}
	.navigation ul > li > a {
		padding: 10px 10px 10px 5px;
		font-size: 18px;
	}
	#content_middle h1, .article_Body h1 {
		font-size: 55px;
		text-transform: uppercase;
		font-weight: 900;
		line-height: 57px;
	}
	#module_right {
		/*height: 100%;
		min-height: 800px;*/
		margin-top: 100px;
		background-position: center 100px;
		background-repeat: no-repeat;
		background-size: cover;
	}
	#content_middle h3 {
		font-size: 28px;
		line-height: 30px;
		font-weight: 500;
		text-transform: uppercase;
	}
	#pre_footer {
		height: 250px;
		overflow: hidden;
	}
	#pre_footer > .box {
		height: 250px;
	}
	#pre_footer > .three > div {
		padding-top: 60px;
		padding-bottom: 60px;
		height: 250px;
	}
	.itemExtraFields {
		color: #FFF;
		padding: 5% 20% 5% 20%;
		text-align: center;
	}
	ul.sigProClassic li.sigProThumb {
		width: 25% !important;
	}
	.footer ul > li {
		display: block;
		margin: 0px;
		padding: 0px;
		float: left;
		width: 25%;
		padding-left: 30px;
	}
	ul.horizontal_menu.hovered_search {
		margin-top: -500px;
		overflow: hidden;
		opacity: 0;
		transition: all 300ms;
	}
}
@media only screen and (min-width: 1200px) and (max-width: 1440px) {
	.page_content .box .box_content {
		font-size: 13px;
	}
	h2 {
		font-size: 20px;
	}
	.navigation ul > li > a {
		padding: 10px 20px 10px 10px;
	}
	#content_middle h1, .article_Body h1 {
		font-size: 60px;
		text-transform: uppercase;
		font-weight: 900;
		line-height: 62px;
	}
	#content_middle h3 {
		font-size: 32px;
		line-height: 34px;
		font-weight: 500;
		text-transform: uppercase;
	}
	#module_right {
		/*height: 100%;
		min-height: 800px;*/
		margin-top: 100px;
		background-position: center 100px;
		background-repeat: no-repeat;
		background-size: cover;
	}
	#pre_footer {
		height: 250px;
		overflow: hidden;
	}
	#pre_footer > .box {
		height: 250px;
	}
	#pre_footer > .three > div {
		padding-top: 60px;
		padding-bottom: 60px;
		height: 250px;
	}
	.itemExtraFields {
		color: #FFF;
		padding: 5% 20% 5% 20%;
		text-align: center;
	}
	ul.sigProClassic li.sigProThumb {
		width: 25% !important;
	}
	.footer ul > li {
		display: block;
		margin: 0px;
		padding: 0px;
		float: left;
		width: 25%;
		padding-left: 30px;
	}
	ul.horizontal_menu.hovered_search {
		margin-top: -500px;
		overflow: hidden;
		opacity: 0;
		transition: all 300ms;
	}
}
@media only screen and (min-width: 1441px) and (max-width: 1920px) {
	.page_content .box .box_content {
		font-size: 17px;
		line-height: 22px;
	}
	h2 {
		font-size: 30px;
	}
	.three_columns {
		width: 24.9999%;
	}
	.navigation ul > li > a {
		padding: 10px 35px 10px 25px;
	}
	#content_middle h1, .article_Body h1 {
		font-size: 70px;
		text-transform: uppercase;
		font-weight: 900;
		line-height: 72px;
	}
	#module_right {
		/*height: 100%;
		min-height: 800px;*/
		margin-top: 100px;
		background-position: center 100px;
		background-repeat: no-repeat;
		background-size: cover;
	}
	#content_middle h3 {
		font-size: 36px;
		line-height: 38px;
		font-weight: 500;
		text-transform: uppercase;
	}
	body {
		font-size: 18px;
		line-height: 24px;
	}
	blockquote {
		font-size: 34px;
		line-height: 40px;
	}
	#pre_footer {
		height: 250px;
		overflow: hidden;
	}
	#pre_footer > .box {
		height: 250px;
	}
	#pre_footer > .three > div {
		padding-top: 60px;
		padding-bottom: 60px;
		height: 250px;
	}
	.itemExtraFields {
		color: #FFF;
		padding: 5% 20% 5% 20%;
		text-align: center;
	}
	ul.sigProClassic li.sigProThumb {
		width: 20% !important;
	}
	.footer ul > li {
		display: block;
		margin: 0px;
		padding: 0px;
		float: left;
		width: 20%;
		padding-left: 30px;
	}
	ul.horizontal_menu.hovered_search {
		margin-top: -500px;
		overflow: hidden;
		opacity: 0;
		transition: all 300ms;
	}
}
@media only screen and (min-width: 1921px) {
	.page_content .box .box_content {
		font-size: 20px;
		line-height: 25px;
	}
	h2 {
		font-size: 35px;
	}
	.three_columns {
		width: 19.9999%;
	}
	.navigation ul > li > a {
		padding: 10px 40px 10px 30px;
	}
	#content_middle h1, .article_Body h1 {
		font-size: 80px;
		text-transform: uppercase;
		font-weight: 900;
		line-height: 82px;
	}
	#content_middle h3 {
		font-size: 40px;
		line-height: 42px;
		font-weight: 500;
		text-transform: uppercase;
	}
	#module_right {
		/*height: 100%;
		min-height: 800px;*/
		margin-top: 100px;
		background-position: center 100px;
		background-repeat: no-repeat;
		background-size: cover;
	}
	body {
		font-size: 18px;
		line-height: 24px;
	}
	blockquote {
		font-size: 34px;
		line-height: 40px;
	}
	#pre_footer {
		height: 250px;
		overflow: hidden;
	}
	#pre_footer > .box {
		height: 250px;
	}
	#pre_footer > .three > div {
		padding-top: 60px;
		padding-bottom: 60px;
		height: 250px;
	}
	.itemExtraFields {
		color: #FFF;
		padding: 10% 40% 10% 40%;
		text-align: center;
	}
	ul.sigProClassic li.sigProThumb {
		width: 16.66% !important;
	}
	.footer ul > li {
		display: block;
		margin: 0px;
		padding: 0px;
		float: left;
		width: 20%;
		padding-left: 30px;
	}
	ul.horizontal_menu.hovered_search {
		margin-top: -500px;
		overflow: hidden;
		opacity: 0;
		transition: all 300ms;
	}
}
@media only screen and (min-width: 768px) {
	.navigation {
		padding-top: 40px;
		padding-bottom: 30px;
	}
	.header.scrolled .navigation {
		padding-top: 30px;
		padding-bottom: 10px;
	}
	/*#module_right {
		min-height: 800px;
	}*/
	.jvsearchajax {
		width: 5% !important;
		margin-left: 20px;
	}
}
@media only screen and (max-width: 768px) {
	.navigation {
		padding-top: 10px;
		padding-bottom: 10px;
	}
	.header.scrolled .navigation {
		padding-top: 0px;
		padding-bottom: 10px;
	}
	.navigation ul > li > a {
		padding: 10px 25px 10px 15px;
	}
	body {
		margin-top: 220px;
	}
	#content_middle {
		margin-top: 0px !important;
	}
	.itemExtraFields {
		color: #FFF;
		padding: 5% 5% 5% 5%;
		text-align: center;
	}
	.jvsearchajax {
		margin-top: -25px;
	}
	.header.scrolled .jvsearchajax  {
		margin-top: -15px;
	}
	.article_Body {
	float: left;
	display: block;
	width: 100%;
}
.item-page .item-image {
	float: left;
	width: 100%;
}
}
.itemExtraFields p {
	padding: 0px;
	margin: 0px;
}
.itemExtraFields ul li {
	list-style: none;
}
.itemExtraFields h4 {
	margin: 20px 0px 10px 0px;
	padding: 0px;
}
.itemNavigation .itemPrevious {
	float: left;
}
.itemNavigation .itemNext {
	float: right;
}
.itemExtraFields ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
.itemExtraFields ul {
	display: block;
	height: 100%;
	overflow-y: auto;
	width: 100%;
}
.itemExtraFields ul::-webkit-scrollbar
{
  width: 12px;  /* for vertical scrollbars */
  height: 12px; /* for horizontal scrollbars */
}

.itemExtraFields ul::-webkit-scrollbar-track
{
  background: rgba(0, 0, 0, 0.1);
}

.itemExtraFields ul::-webkit-scrollbar-thumb
{
  background: rgba(0, 0, 0, 0.5);
}
.itemNavigation {
	margin-top: 50px;
}
.itemNavigation a {
	background-color: #fff;
    background-image: url("../img/button_bg.png");
    background-position: center -100px;
    background-repeat: no-repeat;
    border: 0 solid #000;
    color: #000;
    font-size: 14px !important;
    font-weight: 400;
    margin: 10px auto;
    text-align: center;
    text-transform: uppercase;
    transition: all 300ms ease 0s;
}
.copyright {
	clear: both;
	padding: 30px;
	font-size: 12px;
	position: relative;
	z-index: 20;
	background-color: #FFF;	
}
.content-left {
	float: left;
	width: 80%;
}
.content-right {
	float: right;
	width: 20%;
}
.copyright ul {
	float: right;
}
.copyright ul li {
	float: right;
	padding: 0px 20px;
	border-left: 1px solid #ccc;
}
.copyright ul li:last-child {
  border-left: 0px solid #ccc;
}
.item-page {
	padding: 5%;
	background-image: url('../img/bg_pattern.png');
}
.item-page p {
	background-color: #fff;
	padding: 2%;
}
.itemExtraFieldsValue a {
	color: #fff;
}
.itemExtraFieldsValue a:hover {
	text-decoration: underline;
}
.typeLink .itemExtraFieldsValue a {
    background-repeat: no-repeat;
    border: 2px solid #fff;
    color: #fff;
    font-size: 14px !important;
    font-weight: 400;
    margin: 0px auto;
    text-align: center;
    text-transform: uppercase;
    transition: all 300ms ease 0s;
    width: 60%;
	padding: 10px;
}
.typeLink .itemExtraFieldsValue a:hover {
    background: #000;
    color: #fff;
	border: 2px solid #000;
	text-decoration: none;
}
.itemExtraFields ul li {
	margin-bottom: 40px;
}
.footer .navi_burger, .copyright .navi_burger {
	display: none !important;
}
.jvsearchajax {
	position: relative;
}
.jvsearchajax > i {
	display: block;
	float: left;
	font-size: 18px;
	padding: 5px;
	margin-top: 5px;
	cursor: pointer;
}
.jvsearchajax > input {
	opacity: 0;
	position: absolute;
	z-index: 2;
	transition: all 300ms;
	width: 0;
	overflow: hidden;
}
.jvsearchajax.hovered_search > input {
	opacity: 1;
	float: right;
	z-index: 100;
	width: auto;
	overflow: initial;
}
.itemListCategoriesBlock h2 {
	position: fixed;
	bottom: 5%;
	left: 5%;
	z-index: 15;
	float: left;
	width: auto;
	font-size: 45px;
	color: #FFF;
	/*text-shadow: 0px 0px 2px #000;*/
	mix-blend-mode: difference;
}
.jvsearchajax > input#jvsearchajax, .jvsearchajax > input.jvbt {
	top: -500px;
	right: 100%;
}
.jvsearchajax.hovered_search > input#jvsearchajax {
	top: 0px;
	right: 120%;
	width: 400%;
	background-color: #FFF;
	border-top: none;
	border-left: none;
	border-right: none;
	font-family: "Raleway", sans-serif;
	padding-left: 0px;
	font-style: italic;
}
.jvsearchajax.hovered_search > input#jvsearchajax:focus {
	box-shadow: none;
}
.jvsearchajax.hovered_search > input.jvbt {
	top: 0px;
	right: 100%;
	width: 36px;
	height: 36px;
	display: none;
}
.jvsearchajax > input.jvbt:hover {
	background-color: #FFF;
}
.horizontal_menu {
	transition: all 300ms;
}
.item-page h1 > img {
	max-width: 100%;
}
ul.nav.visible.horizontal_menu > li {
	float: right;
}
#pre_footer.show_gallery > .box, #pre_footer.show_gallery {
	height: auto;
	transition: all 300ms;
}
.k2Pagination ul {
	display: block;
	margin: 0px;
	padding: 0px;
	list-style: none;
}
.k2Pagination li {
	display: none;
	overflow: hidden;
	position: relative;
}
.k2Pagination li.pagination-prev {
	display: block;
	float: left;
	margin: 0px 1px 0px 0px;
	padding: 0px;
	color: #FFF;
}
.k2Pagination li.pagination-next {
	display: block;
	float: right;
	margin: 0px 0px 0px 1px;
	padding: 0px;
	color: #FFF;
}
.k2Pagination li.pagination-prev i, .k2Pagination li.pagination-next i {
	font-size: 35px;
	color: #000;
	padding: 20px 0px 20px 0px;
	font-weight: 100;
	width: 80px;
	height: 80px;
	text-align: center;
	display: block;
	background-color: #FFF;
	border: 2px solid #000;
	float: left;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 0;
}
.k2Pagination li.pagination-prev a, .k2Pagination li.pagination-next a {
	text-indent: -100px;
	display: block;
	float: left;
	overflow: hidden;
	width: 80px;
	height: 80px;
	font-size: 20px;
	position: relative;
	z-index: 2;
}
.k2Pagination li.pagination-prev span, .k2Pagination li.pagination-next span {
	text-indent: -100px;
	display: block;
	float: left;
	overflow: hidden;
	width: 80px;
	height: 80px;
	font-size: 20px;
	position: relative;
	z-index: 2;
	display: none;
}
.item-page a {
	font-weight: bold;
}
	