@charset "UTF-8";
/* CSS Document */

@import 'clearfix.css';
@import 'forms.css';
/*@import 'fonts/fonts.css';*/

/*@import 'forms.css';*/
/*@import 'fonts/swiper.css';*/
/*@import 'media.css';*/

body,td,th {
	font-family: 'Raleway', sans-serif;
	font-size: 14px;
	font-weight: 300;
	outline-style: 1em;
	line-height: 1.6em;
	color: #666;
}
body, html {
	margin: 0px;
	width: 100%;
	position: relative;
}
.wrapper {
	width: 100%;
	padding: 0px 0px;
	margin: 0px;
	display: block;
	position: relative;
}
.dialog_box *,
.wrapper * {
	box-sizing: border-box;
}
.subwrapper {
	width: 100%;
	max-width: 1160px;
	padding: 0px;
	margin: 0 auto;
	display: block;
	position: relative;
}
.withpadding {
	padding: 60px 0px;
	box-sizing: border-box;
}
.extra-top-withpadding {
	padding-top: 120px;
}
header {
	width: 100%;
	diaplay: block;
	position: absolute;
	color: #fff;
	z-index: 999;
}
#main {
	width: 100%;
	display: block;
	position: relative;
	background-color: #fff;
}
footer {
	width: 100%;
	display: block;
	padding: 0px;
	font-size: .85em;
	line-height: 1.2em;
	color: rgba(255,255,255,.7);
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#999999+0,cccccc+100 */
	background: #999999; /* Old browsers */
	background: -moz-linear-gradient(-45deg, #aaaaaa 0%, #cccccc 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(-45deg, #aaaaaa 0%,#cccccc 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(135deg, #aaaaaa 0%,#cccccc 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#999999', endColorstr='#cccccc',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}
/*-----------------------------------------------------------*/
/*----------------------- PAGES STUFF -----------------------*/
/*-----------------------------------------------------------*/
.page_banner {
	background: no-repeat center;
	background-size: cover;
}
.page_banner_overlay {
	background: rgb(151, 105, 80);
	padding: 0 0;
}
.page_banner_overlay.maxi {
	padding: 85px 0;
}
/*-----------------------------------------------------------*/
/*----------------------- FORMAT STUFF ----------------------*/
/*-----------------------------------------------------------*/
.colored { color: #bf344d; }
.colored_light { color: #cc7479; }
.colored_dark { color: #57361d; }
.colored_brown { color: #592f15; }
.white { color: #fff; }
.gray { color: #7d7d7d; }
.lightgray { color: #ccc; }
.darkgray { color: #666; }
.black { color: #000; }
.alert_text { color: #c00; }
.ok_text { color: #090; }

.highlighted_white {  background-color: #fff !important; }
.highlighted_black {  background-color: #000; }
.highlighted_dark {  background-color: #333; }
.highlighted_gray {  background-color: #ccc; }
.highlighted_lightgray {  background-color: #ededed; }
.highlighted_ultralightgray {  background-color: #f4f4f4; }
.highlighted_colored {  background-color: #bf344d; }
.highlighted_colored2 {  background-color: rgb(151, 105, 80); }
.highlighted_colored_light {  background-color: #cc7479; }
.highlighted_colored_dark { background-color: #57361d; }
.highlighted_colored_brown { background-color: #592f15; }

/* BACKGROUND GRADIENTS */
.grd-lightgray {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#999999+0,cccccc+100 */
	background: #eeeeee; /* Old browsers */
	background: -moz-linear-gradient(-45deg, #eeeeee 0%, #ffffff 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(-45deg, #eeeeee 0%,#ffffff 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(135deg, #eeeeee 0%,#ffffff 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#ffffff',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}

.shadowed {
	box-shadow: 0 2px 5px rgba(0,0,0,.2);
}

.centercontent { text-align: center !important; }
.leftcontent {  text-align: left; }
.rightcontent {  text-align: right; }

.tobottom { position: absolute; bottom: 0px; }

.centered_box { margin-left: auto; margin-right: auto; }
.nofloat { float: none !important;}

.no_bordered { border: none !important; }

img { border: 0px; }

p { margin: 1.4em 0; }
p:first-child { margin-top: 0; }
.ondark { font-weight: 200}
.small {
	font-size: 12px;
	line-height: 1.2em;
}
strong, b {
	font-weight: 600;
}
strong.ondark, b.ondark {
	font-weight: 300;
}
.loading {
	background: url(../images/layout/ajax-loader.gif) no-repeat left top 30px;
}
.square {
	width: 100%;
	padding-bottom: 100%;
	position: relative;
}
.max-width {
	max-width: 100%;
}
.view-more {
	width: 1em;
	height: 1em;
	display: inline-block;
	font-size: 3em;
	content: url(../images/layout/plus-sign-w.svg);
	cursor: pointer;
}
.view-more:hover {
	background: rgba(255,255,255,.5);
}
.view-more-k {
	width: 1em;
	height: 1em;
	display: inline-block;
	font-size: 3em;
	content: url(../images/layout/plus-sign.svg);
	cursor: pointer;
}
.view-more-k:hover {
	background: rgba(0,0,0,.1);
}
.lookbook-intro {
	padding-top: 60px;
	font-weight: 100;
}
.lookbook-intro .leadtext {
	font-size: 1.4em;
	font-weight: 100;
	line-height: 1.4em;
}
/*-----------------------------------------------------------*/
/*----------------------- COLS ------------------------------*/
/*-----------------------------------------------------------*/
[class*='col-'] {
	float: left; 
    min-height: 1px; 
    width: 8.33%; 
    /*-- our gutter -- */
    padding: 15px;
	display: block; 
}
.pos_relative {
	position:relative;
}
[class*='col-'].centered_col {
	float: none;
	margin-left: auto;
	margin-right: auto;
}
.col-0-5{ width: 4.165%; }
.col-1{ width: 8.33%; }
.col-1-5 { width: 12.45%; }
.col-2{ width: 16.66%; }
.col-2-5 { width: 20.83%; }
.col-3{ width: 25%;    }
.col-4{ width: 33.33%; }
.col-4-5 { width: 37.45%; }
.col-5{ width: 41.66%; }
.col-5-5{ width: 45.83%; }
.col-6{ width: 50%;   }
.col-7{ width: 58.33%; }
.col-8{ width: 66.66%; }
.col-9{ width: 75%;    }
.col-10{ width: 83.33%; }
.col-11{ width: 91.66%; }
.col-12{ width: 100%;   }

.like_col_padded {
	padding: 15px;
}

.noleft_padding { padding-left: 0px; }
.noright_padding { padding-right: 0px; }
.notop_padding { padding-top: 0px; }
.nobottom_padding { padding-bottom: 0px; }
.novertical_padding {padding-bottom: 0px; padding-top: 0px;}
.nohorizontal_padding {padding-left: 0px; padding-right: 0px;}
.no_padding { padding: 0px; }

.no_margin { margin: 0px; }

.atleft { float: left; }
.atright { float: right; }

.noblock { display: inline-block; }

.pos_relative {
	position:relative;
}
.underlayer_img {
	z-index: -1;
}

/*-----------------------------------------------------------*/
/*----------------------- TEXT STYLES -----------------------*/
/*-----------------------------------------------------------*/
h1, h2, h3, h4, h5, h6 {
	margin: 0px;
	font-weight: normal;
}
/* in page banners */
h1 {
	font-size: 3.5em;
	text-transform: uppercase;
	line-height: 1em;
	font-weight: 100;
}
h1.colection-header {
	font-size: 5em;
	text-transform: uppercase;
	line-height: 1.2em;
	font-weight: 100;
}
/* in paragraph subtitles */
h2 {
	font-size: 2.35em;
	line-height: 1em;
	/*text-decoration: underline;*/
	padding-bottom: .15em;
	margin-bottom: 1em;
	border-bottom: 2px solid;
	font-weight: 300;
	display: inline-block;
}
h2.hp {
	text-transform: uppercase;
}
h2 p {
	margin: 0;
}
/* in news cats header */
h3.colection-subheader {
	font-size: 1.66em;
	line-height: 1em;
	font-weight: 200;
	text-transform: uppercase;
}
/* in news list header */
h4 {
	font-size: 1.33em;
	line-height: 1.4em;
	font-weight: 600;
}
/* in events header */
h5 {
	font-size: 1.25em;
	line-height: 1.2em;
	font-weight: 400;
}
/* in subheader topBanner */
h6 {
	font-family: 'Alegreya', serif;
	font-size: 1.33em;
	line-height: 1.2em;
}
*/

/*-----------------------------------------------------------*/
/*----------------------- SELECTORS -------------------------*/
/*-----------------------------------------------------------*/
/* DEFAULT */
a {
	outline: none;
}
a:link,
a:visited {
	color: inherit;
	text-decoration: none;
}
a:hover,
a:active,
a.active {
	color: inherit;
	text-decoration: underline;
}
a.read_more {
	text-transform: uppercase;
}
/* COLORED */
a.colored:link,
a.colored:visited {
	color: #bf344d;
	text-decoration: none;
}
a.colored:hover,
a.colored:active,
a.colored.active {
	color: #bf344d;
	text-decoration: underline;
}
/* COLORED BROWN*/
a.colored_brown:link,
a.colored_brown:visited {
	color: #592f15;
	text-decoration: none;
}
a.colored_brown:hover,
a.colored_brown:active,
a.colored_brown.active {
	color: #592f15;
	text-decoration: underline;
}
/* WHITE */
a.white:link,
a.white:visited {
	color: #fff;
	text-decoration: none;
}
a.white:hover,
a.white:active,
a.white.active {
	color: #fff;
	text-decoration: underline;
}
/* BLACK */
a.black:link,
a.black:visited {
	color: #000;
	text-decoration: none;
}
a.black:hover,
a.black:active,
a.black.active {
	color: #000;
	text-decoration: underline;
}
/* GRAY */
a.gray:link,
a.gray:visited {
	color: #b1b1b1;
	text-decoration: underlined;
}
a.gray:hover,
a.gray:active,
a.gray.active {
	color: #b2975c;
	text-decoration: none;
}
/*-------- BUTTONS --------*/
.button {
	cursor: pointer;
	text-transform: capitalize;
	text-align: center;
	line-height: 1em;
	font-size: 1em;
	font-family: 'Lato', sans-serif;
	font-weight: 300;
	padding: .5em 1em;
	border: 1px solid #fff;
	background-color: #fff;
}
.button-ext {
	text-align: left;
	line-height: 1.6em;
	font-size: 1em;
	font-family: 'Raleway', sans-serif;
	font-weight: 300;
	padding: 0em 1em;
	border: none;
	background-color: none;
}
.button.btn_m {
	padding: .5em 3em;
}
.button.btn_xm {
	padding: 1em 2em;
}
.button.btn_xl {
	padding: 1em 3em;
}
.button.btn_xxl {
	padding: 1.5em 2.5em;
}
.button.btn_caps {
	text-transform: uppercase;
}
.button.btn_colored,
.button.btn_colored:link,
.button.btn_colored:visited {
	border: 1px solid #bf344d;
	background-color: #bf344d;
	color: #fff;
	text-decoration: none;
}
.button.btn_colored:not(btn_inactive):hover {
	border: 1px solid #bf344d;
	background-color: #bf344d;
	text-decoration: none;
}
.button.btn_white,
.button.btn_white:link,
.button.btn_white:visited {
	border: 1px solid #fff;
	background-color: #fff;
	color: #333;
	text-decoration: none;
}
.button.btn_white:not(btn_inactive):hover {
	border: 1px solid #fff;
	background-color: #fff;
	text-decoration: none;
}
.button.btn_colored:not(.btn_inactive):active,
.button.btn_colored:not(.btn_inactive).active {
	border: 1px solid #666;
	background-color: #666;
}
.button.btn_brown,
.button.btn_brown:link,
.button.btn_brown:visited {
	border: 1px solid #592f15;
	background-color: #592f15;
	color: #fff;
	text-decoration: none;
}
.button.btn_brown:not(.btn_inactive):hover {
	border: 1px solid #bf344d;
	background-color: #bf344d;
	text-decoration: none;
}
.button.btn_brown:not(.btn_inactive):active,
.button.btn_brown:not(.btn_inactive).active {
	border: 1px solid #666;
	background-color: #666;
}
.button.btn_unfilled,
.button.btn_unfilled:link,
.button.btn_unfilled:visited {
	display: inline-block;
	background-color: transparent;
	text-decoration: none;
	border: 1px solid;
	padding: 0;
	width: 2em;
	height: 2em;
	text-align: center;
	padding: .35em;
	margin: 0 2px;
}
.button.btn_unfilled.btn_auto_width,
.button.btn_unfilled.btn_auto_width:link,
.button.btn_unfilled.btn_auto_width:visited {
	width: auto;
}
.button.btn_unfilled2,
.button.btn_unfilled2:link,
.button.btn_unfilled2:visited {
	display: inline-block;
	background-color: transparent;
	text-decoration: none;
	border: 1px solid;
	text-align: center;
	padding-bottom: .5em;
}
.button.btn_unfilled2:hover {
	background-color: #fff;
	color: #333;
	border-color: #fff;
}
.button.btn_unfilled2:active {
	background-color: rgba(255,255,255,.5);
	color: #fff;
	border-color: #fff;
}
.button.btn_unfilled3,
.button.btn_unfilled3:link,
.button.btn_unfilled3:visited {
	display: inline-block;
	background-color: #eee;
	color: #aaa;
	text-decoration: none;
	border: 1px solid;
	text-align: center;
	padding-bottom: .5em;
}
.button.btn_unfilled3:hover {
	background-color: transparent;
	color: #fff;
	border-color: #fff;
}
.button.btn_unfilled3:active {
	background-color: rgba(255,255,255,.5);
	color: #fff;
	border-color: #fff;
}
.button.btn_unfilled:not(.btn_inactive):hover {
	border: 1px solid #333;
	background-color: #333;
	text-decoration: none;
	color: #fff;
}
.button.btn_unfilled:not(.btn_inactive):active,
.button.btn_unfilled:not(.btn_inactive).active {
	border: 1px solid #666;
	background-color: #666;
}
.button.btn_unfilled > img {
	max-width: 100%;
	max-height: 100%;
	width: 12px;
}
.button.btn_colored.btn_unfilled,
.button.btn_colored.btn_unfilled:link,
.button.btn_colored.btn_unfilled:visited {
	border: 1px solid #bf344d;
	color: #bf344d;
}
.button.btn_colored.btn_unfilled:not(.btn_inactive):hover,
.button.btn_colored.btn_unfilled:not(.btn_inactive):active,
.button.btn_colored.btn_unfilled:not(.btn_inactive).active {
	color: #fff;
}
.button.btn_brown.btn_unfilled,
.button.btn_brown.btn_unfilled:link,
.button.btn_brown.btn_unfilled:visited {
	border: 1px solid #592f15;
	color: #592f15;
}
.button.btn_brown.btn_unfilled:not(.btn_inactive):hover,
.button.btn_brown.btn_unfilled:not(.btn_inactive):active,
.button.btn_brown.btn_unfilled:not(.btn_inactive).active {
	background-color: #592f15;
	color: #fff;
}
.button.btn_inactive {
	opacity: .5 !important;
	cursor: default !important;
}
a.withicon,
a.withicon:link,
a.withicon:visited {
	text-decoration: none;
}
a.withicon:hover,
a.withicon:active,
a.withicon.active {
	text-decoration: none;
	color: #bf344d;
}
a.withicon .fa {
	line-height: 2em;
	margin-right: .6em;
}
/*-----------------------------------------------------------*/
/*----------------------- NAVIGATION ------------------------*/
/*-----------------------------------------------------------*/

/*----------------------  MENU 1 ----------------------------*/
.menu1 {
	margin: 0;
	display: inline-block;
	border-left: 1px solid #fff;
	padding-left: 4px;
}
.menu1 > ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	display: block;
	font-weight: 400;
}
.menu1 > ul > li {
	padding: 0px;
	display: inline-block;
	padding-left: .3em;
	position: relative;
	white-space: nowrap;
}
.menu1 > ul > li:not(:first-child):before {
	margin-right: .3em;
	content: "·";
}
.menu1 > ul > li > a {
	white-space: nowrap;
	padding-bottom: 6px;
}
.menu1 > ul > li > a:link,
.menu1 > ul > li > a:visited {
	text-decoration: none;
}
.menu1 > ul > li > a:hover,
.menu1 > ul > li > a:active,
.menu1 > ul > li > a.active {
	text-decoration: none;
	border-bottom: 2px solid;
	padding-bottom: 4px;
}
/*----------------------  MENU 2 ----------------------------*/
.menu2 {
	margin: 0 .2em 0 0;
	padding-right: .4em;
	display: inline-block;
	border-right: 1px solid #fff;
}
.menu2 > ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	display: block;
	font-weight: 200;
}
.menu2 > ul > li {
	padding: 0px;
	display: inline-block;
	padding-right: .3em;
	position: relative;
}
.menu2 > ul > li:not(:first-child):before {
	margin-right: .3em;
	content: "·";
}
.menu2 > ul > li > a {
	padding-bottom: 4px;
	cursor: pointer;
	color: #fff;
	border-bottom: 2px transparent;
}
.menu2 > ul > li > a:link,
.menu2 > ul > li > a:visited {
	text-decoration: none;
}
.menu2 > ul > li > a:hover,
.menu2 > ul > li > a:active,
.menu2 > ul > li > a.active {
	text-decoration: none;
	border-bottom: 2px solid;
	padding-bottom: 4px;
}
/*----------------------  MENU 3 ----------------------------*/
.menu3 {
	margin: 0 .2em 0 0;
	padding-right: .4em;
	display: inline-block;
}
.menu3 > ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	display: block;
	font-weight: 100;
}
.menu3 > ul > li {
	padding: 0px;
	display: inline-block;
	padding-right: .3em;
	position: relative;
}
.menu3 > ul > li:not(:first-child):before {
	margin-right: .3em;
	content: "·";
}
.menu3 > ul > li > a {
	padding-bottom: 4px;
	cursor: pointer;
	color: #fff;
}
.menu3 > ul > li > a:link,
.menu3 > ul > li > a:visited {
	text-decoration: none;
}
.menu3 > ul > li > a:hover,
.menu3 > ul > li > a:active,
.menu3 > ul > li > a.active {
	text-decoration: none;
	border-bottom: 2px solid;
	padding-bottom: 4px;
}
/*----------------------  LANG MENU ----------------------------*/
.lang_menu {
	margin: 0;
	display: inline-block;
}
.lang_menu > ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	display: inline-block;
	font-size: .88em;
	font-weight: 200;
	text-transform: uppercase;
}
.lang_menu > ul > li {
	padding: 0px;
	display: inline-block;
	padding-right: .3em;
	position: relative;
}
.lang_menu > ul > li:not(:first-child):before {
	margin-right: .3em;
	content: "·";
}
.lang_menu > ul > li > a {
	padding-bottom: 4px;
	cursor: pointer;
	color: #fff;
}
.lang_menu > ul > li > a:link,
.lang_menu > ul > li > a:visited {
	text-decoration: none;
}
.lang_menu > ul > li > a:hover,
.lang_menu > ul > li > a:active,
.lang_menu > ul > li > a.active {
	text-decoration: none;
	border-bottom: 2px solid;
	padding-bottom: 4px;
}
/*----------------------  PIVATE MENU ----------------------------*/
.login_menu {
	margin-left: .3em;
	padding-right: .5em;
	display: inline-block;
	font-weight: 500;
	/*border-right: 1px solid;*/
}
.login_menu > li > a {
	cursor: pointer;
	color: #fff;
    display: inline-block;
    padding-right: .3em;
    position: relative;
	/*padding-bottom: 4px;*/
	/*padding-bottom: .1em;*/
	/*border-bottom: 2px solid transparent;*/

}
.lang_menu > ul > li > a:link,
.lang_menu > ul > li > a:visited {
	text-decoration: none;
}
.login_menu a:hover,
.login_menu a:active,
.login_menu a.active {
	text-decoration: none;
	border-bottom: 2px solid;
	/*padding-bottom: 4px;*/
	/*padding-bottom: .1em;*/
}
/*----------------------  MENU 4 ----------------------------*/
/*#menu4 {
	margin: 20px 0 0 0;
	padding: 0px;
	list-style: none;
	display: block;
}
#menu4  li {
	padding: 0px;
	text-transform: uppercase;
}
#menu4  li  a {
	display: block;
	padding: 4px 4px 2px 4px;
	border-bottom: 1px solid #b2975c;
}
#menu4 > li:first-child  > a {
	border-top: 1px solid #b2975c;
}
#menu4 li a:link,
#menu4 li a:visited {
	text-decoration: none;
	color: #fff;
}
#menu4 li a:hover,
#menu4 li a:active,
#menu4 li a.active {
	text-decoration: none;
	color: #b2975c;
}
#menu4 .submenu1,
#menu4 .submenu2
{
	display: none;
	margin-left: 10px;
}

#menu4 .submenu2 {
	max-height: 104px;
	overflow: scroll;
	background: rgba(0,0,0,.3)
}
*/
/*-----------------------------------------------------------*/
/*----------------------- LOGIN MENU ------------------------*/
/*-----------------------------------------------------------*/
#login_menu,
#login_menu_rsp {
	position: relative;
	display: inline-block;
	margin-right: 25px;
	padding: 25px 0;
	font-size: 20px;
	line-height: 1em;
}
#login_menu a,
#login_menu_rsp a {
	cursor: pointer;
}
#login_menu a:hover,
#login_menu a:active,
#login_menu a:active,
#login_menu_rsp a:hover,
#login_menu_rsp a:active,
#login_menu_rsp a:active {
	color: #cc7479;
	text-decoration: none;
}

#user_commands,
#user_commands_rsp {
	display: inline-block;
	float: right;
	margin-right: 10px;
	position: relative;
	
	padding: 25px 0;
	font-size: 16px;
	line-height: 1em;
	cursor: pointer;
}
#user_menu,
#user_menu_rsp {
	margin: 0;
	padding: 0;
	list-style: none;
	display: inline-block;
	width: 100%;
}
#user_menu #user_menu_options_trigger, 
#user_menu_rsp #user_menu_options_trigger_rsp {
	display: block;
	background: url(../images/layout/arrow_filled.png) no-repeat right top 8px;
	padding-right: 16px;
}
#user_menu.active #user_menu_options_trigger,
#user_menu_rsp.active #user_menu_options_trigger_rsp {
	background-position: right bottom 6px;
}
#user_menu #user_menu_options,
#user_menu_rsp #user_menu_options_rsp {
	display: none;
	position: absolute;
	z-index: 999999;
	background: rgba(255,255,255,.8);
	left: 1%;
	box-shadow: 0 2px 2px rgba(0,0,0,.8);
	padding: 5px 0;
	margin-top: 5px;
}
/*#user_menu.active #user_menu_options {
	display: block;
}*/
#user_menu #user_menu_options li,
#user_menu_rsp #user_menu_options_rsp li {
	padding: 6px 20px;
	text-align: left;
}
/*-----------------------------------------------------------*/
/*----------------------- SOCIAL MENU -----------------------*/
/*-----------------------------------------------------------*/
.social_menu {
	display: inline-block;
}
.social_menu ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	display: inline-block;
}
.social_menu ul li {
	float: left;
	margin: 0px;
	font-size: 2em;
	padding-right: 6px;
}
.social_menu ul li a {
}
.social_menu ul li a:hover,
.social_menu ul li a.active {
	color:  #fff;
}
.social_menu ul li a:active {
	color:  #ccc;
}
/*-----------------------------------------------------------*/
/*----------------------- SEARCHBOX -------------------------*/
/*-----------------------------------------------------------*/
#searchbox,
#searchbox_rsp {
	margin-right: 15px;
}
#searchbox form,
#searchbox_rsp form {
	height: auto;
	background: rgba(0,0,0,.15);
	padding: 10px;
	margin: 10px 0;
}
#searchbox form:hover,
#searchbox_rsp form:hover {
	background: rgba(0,0,0,.15);
}
#searchbox input,
#searchbox_rsp input {
	display: inline-block;
	height: 100%;
	background: none;
	font-size: 16px;
	line-height: 1em;
	color: #fff;
	padding: 25px;
	border: none;
	width: auto;
	height: auto;
}
#searchbox input[type=search],
#searchbox_rsp input[type=search] {
	padding: 5px 10px;
	font-weight: 100;
	
	height: auto !important;
}
#searchbox a#search_submit,
#searchbox_rsp a#search_submit {
	font-size: 16px;	
	cursor: pointer;
}
#searchbox a#search_submit:hover,
#searchbox a#search_submit:active,
#searchbox a#search_submit:active,
#searchbox_rsp a#search_submit:hover,
#searchbox_rsp a#search_submit:active,
#searchbox_rsp a#search_submit:active {
	color: #cc7479;
	text-decoration: none;
}
/*-----------------------------------------------------------*/
/*----------------------- SHOPPING CART ---------------------*/
/*-----------------------------------------------------------*/
#shoppingcart {
	display: inline-block;
	text-transform: uppercase;
	padding: 0px 0;
	font-size: 1.5em;
	line-height: 1em;
	cursor: pointer;
	border-left: 1px solid;
	padding-left: 6px 
}
#shoppingcart a:hover,
#shoppingcart a:active,
#shoppingcart a:active {
	color: #fff;
	text-decoration: underline;
}
#shoppingcart .shoppingcart-link {
	position: relative;
}
#shoppingcart .shoppingcart-num-items {
	position: absolute;
	top: -7px;
	left: 10px;
	background: rgba(33, 33, 33, .5);
	border-radius: 2px;
	color: #fff;
	font-size: .7em;
	line-height: 1em;
	font-family: Arial, Helvetica, sans-serif;
	padding: 2px 3px 2px 2px;
	box-shadow: 0 0 5px rgba(0,0,0,.5);
	text-align: center;
	display: none;
}
/*----------------------- CART STEPS ----------------------*/
#cart-steps {
	margin: 0;
	padding: 0;
	list-style: none;
	color: #ccc;
}
#cart-steps li {
	display: inline;
	font-size: 1.2em;
	font-weight: 300;
}
#cart-steps li.active {
	color: #cc7479;
}
#cart-steps li:before {
	content: '.';
	margin: 0 10px;
	position: relative;
	top: -.3em;
	font-weight: 400;
}
#cart-steps li:first-child:before {
	display: none;
}
/*----------------------- CART LIST ----------------------*/
#cart-items-list {
	border-bottom: 1px solid #592f15;
}
#cart-items-list ul {
	display: table;
	width: 100%;
}
#cart-items-list li {
	display: table-row;
	width: 100%;
}
#cart-items-list [class*='cart-item-list-'] {
	display: table-cell;
	padding: 15px;
	vertical-align: middle;
	border-bottom: 1px solid #ccc;
}
#cart-items-list .cart-item-list-del { width: 4.165%; }
#cart-items-list .cart-item-list-img { width: 16.66%; }
#cart-items-list .cart-item-list-label { width: 29.165%; }
#cart-items-list .cart-item-list-ppuni { width: 16.66%; }
#cart-items-list .cart-item-list-quant {  width: 16.66%;}
#cart-items-list .cart-item-list-ppsub { width: 16.66%; }

#cart-items-list .cart-items-list-header [class*='cart-item-list-'] {
	padding: 30px 15px 15px 15px;
	text-transform: uppercase;
	border-bottom: 1px solid ;
}
.cart-items-list-row .cart-item-list-del a {
	font-weight: 100;
	cursor: pointer;
}
.cart-items-list-row .cart-item-list-del a:link,
.cart-items-list-row .cart-item-list-del a:visited  {
	color: #999;
}
.cart-items-list-row .cart-item-list-del a:hover,
.cart-items-list-row .cart-item-list-del a:active,
.cart-items-list-row .cart-item-list-del a.active   {
	color: #cc7479;
}
.cart-items-list-row .cart-item-list-img img {
	max-width: 100%;
	max-height: 70px;
}
.cart-items-list-row .cart-item-list-quant {
	text-align: center;
	font-size: .8em;
}
.cart-items-list-row .cart-item-list-quant input {
	width: auto;
	text-align: center;
	background: #fff;
}

#cart-items-totals {
	display: table;
	float: right;
	margin-top: 1em;
	border-bottom: 1px solid #592f15;
	text-align: right;
}
#cart-items-totals .cart-items-totals-holder {
	display: table-row;
}
#cart-items-totals .cart-items-totals-holder > div {
	display: table-cell;
	font-weight: 300;
	line-height: 1.8em;
	width: 180px;
}
#cart-items-totals .cart-items-totals-holder > div.cart-items-totals-value {
	width: 150px;
}
#cart-items-totals .cart-items-totals-holder .cart-items-totals-deliverycost {
	display: none;
}
.cart-items-list-row .fa-spinner,
#cart-items-totals .fa-spinner {
	font-size: .8em;
	color: #999;
}
.cart-proceed-btn {
	width: 325px !important;
	margin-right: 15px;
	border-width: 2px !important;
	text-transform: uppercase;
}
/*----------------------- CART ODRER FORM -------------------*/
#cart-order-info input[type=text]{
	background: #fff;
}
#cart-order-info li [class*='col-'] {
	padding: 5px 15px;
}
#cart-order-info label {
	line-height: 42px;
}
#payment_method_options {
	position: absolute;
	bottom: 0;	
}
/*-----------------------------------------------------------*/
/*----------------------- DIALOG BOXES ----------------------*/
/*-----------------------------------------------------------*/
.dialog_box {
	display: none;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,.5);
	z-index: 999999;
	text-align: center;
}
.dialog_box > div {
	text-align: left;
	position: relative;
	max-height: 500px;
}
.dialog_box div h1 {
	font-weight: 600;
	margin-bottom: 40px;
}
.dialog_close,
.menu_close {
	background: url(../images/layout/dialog_close.png);
	background-position: center top;
	width: 27px;
	height: 26px;
	cursor: pointer;
	margin-bottom: 2em;
	margin: 0 auto 60px auto;
}
.dialog_close:hover,
.menu_close:hover {
	background-color: #592f15;
	background-position: center bottom;
}
.dialog_close:active,
.menu_close:active {
	background-color: #592f15;
	background-position: center bottom;
}
#loader_content > div { 
	width: 100px;
	height: 100px;
	margin: 80px auto auto auto;
	background: url(../images/layout/loader.gif) center center no-repeat #fff;
	background-size: 35px;
}
/*.simple_loader_holder {
	padding: 10px 0px 50px 0px;
	text-align: center;
}
.simple_loader_holder img {
	width: 30px;
}
*/
/*#user_register {
	display: block;
}
*/
#user_login h3,
#user_register h3 {
	border: none;
}
/*
#user_recover> div,
#user_register > div,
#user_login > div, 
#message_content > div,
#subscribe_newsletter > div,
*/
.dialog_box > div { 
	display: inline-block;
	margin: 20px auto auto auto;
	background: #fff;
	padding: 40px 5% 60px 5%;
	max-width: 50%;
	max-height: 100%;
	height: auto;
}
#event_detail.dialog_box > div { 
	max-height: none;
	height: auto;
}
#event_detail.dialog_box,
#message_content_auto.dialog_box {
	display: none;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0, .5);
	z-index: 999999;
	text-align: center;
}
#message_content_auto.dialog_box > div {
	text-align: left;
	position: relative;
	height: auto;
	max-height: auto;
	display: inline-block;
	margin: 80px auto 0 auto;
	background: #fff;
	padding: 34px 80px 20px 30px;
	max-width: 100%;
}

/*-----------------------------------------------------------*/
/*----------------------- HEADER STUFF ----------------------*/
/*-----------------------------------------------------------*/
#main_logo {
	/*width: 100%;*/
	max-width: 115px;
	max-height: 91px;
}
#header_menus_holder {
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
}

/*-----------------------------------------------------------*/
/*----------------------- FOOTER STUFF ----------------------*/
/*-----------------------------------------------------------*/
footer img {
	opacity: .7;
}

footer .footer-contact-module {
	border-bottom: 1px solid;
	margin-bottom: 1em;
}
footer .footer-contact-module:last-child {
	border-bottom: none;
}
footer .footer-contact-module-email-label {
	font-weight: 600;
	text-transform: capitalize;
}
.footer-contact-module-email {
	font-size: 1.32em;
}
a.footer-contact-module-email,
a.footer-contact-module-email:link,
a.footer-contact-module-email:visited {
	text-decoration: underline;
}
a.footer-contact-module-email:hover,
a.footer-contact-module-email:active {
	text-decoration: none;
}
footer .footer-newsletter-mod-header {
	font-size: 2.77em;
	font-weight: 100;
	text-transform: uppercase;
	line-height: 1em;
	margin-bottom: .5em;
}
footer .footer-newsletter-mod-form-subscribe input {
	border: none !important;
}
.footer-bottom {
	border-top: 1px solid;
}
footer #copyright,
footer #credits {
	display: inline-block;
}
/*-----------------------------------------------------------*/
/*-------------------------- HP_ELEMENTS --------------------*/
/*-----------------------------------------------------------*/
/*---- HP BANNER -------- */
#hp_top_banner .top_banner_capation_holder {
	position: absolute;
	width: 100%;
	bottom: 4em;
	left: 0;
	color: #fff;
	text-shadow: 0 0 6em rgba(0,0,0,1);
}
h1.section_header {
	font-size: 4.64em;
	line-height: 1em;
	font-weight: 100;
}
.call_to_action {
	position: relative;
	margin-top: .3em;
	display: inline-block;
	text-transform: uppercase;
	margin: .3em .2em 0 .2em;
	box-shadow: 0 0 4em rgba(0,0,0,1);
}
/*---- HP BANNER END ---- */
/*---- HP SEP ----------- */
.h-sep {
	position: relative;
	display: block;
	height: 500px;
	background: center;
	background-size: cover;
	text-shadow: 0 0 1em rgba(0,0,0,1);
}
.h-sep > div {
	display: table;
	width: 100%;
	height: 100%;
}
.h-sep > div > div {
	display: table-cell;
	vertical-align: middle;
}
/*-- HP SEP END --------- */
/*------ HP NEWS ---------*/
.news-module {
	text-align: left;
}
.news-module-photo {
	width: 100%;
	height: 100px;
	background: no-repeat center;
	background-size: cover;
}
.news-module-info {
	display: block;
	padding: 15px;
}
.news-module-headerrow {
	margin-bottom: 1em;
}
.news-module-subheader {
	font-weight: 600;
	font-size: 1.14em;
}
.news-module-date {
	font-size: .78em;
}
.news-module .news-module-header h1 {
	font-size: 2.4em;
	line-height: 1.2em;
	margin-right: 2em;
}
.news-module .news-module-header h1 a:hover,
.news-module .news-module-header h1 a:active {
	text-decoration: none;
}
/*-- HP NEWS END ------ */


/*---- HP HIGHLIGHTS ---- */
.hp-prod-highlight-module-photo {
	background: center no-repeat;
	background-size: 125%;
	border: 1px solid #f4f4f4;
}
.hp-prod-highlight-module-photo a {
	display: block;
	width: 100%;
	height: 100%;
	background-color: #fff;
	opacity: 0;
	transition: opacity 1s;
}
.hp-prod-highlight-module:hover .hp-prod-highlight-module-photo a {
	opacity: .7;
	transition: opacity 1s;
}
.hp-prod-highlight-module-info {
	margin-top: 1em;
}
.hp-prod-highlight-module-colection-label {
	font-size: .77em;
	line-height: 1;
	display: block;
}
.hp-prod-highlight-module-colection-name {
	font-weight: 600;
	display: block;
}
.hp-prod-highlight-module-header {
	font-size: 3em;
	line-height: 1.2em;
	font-weight: 100;
	display: block;
	text-transform: uppercase;
}
.hp-prod-highlight-module-header a:hover, 
.hp-prod-highlight-module-header a:active  {
	text-decoration: none;
	color: #000;
}
.hp-prod-highlight-module-lead {
	font-size: .88em;
	line-height: 1.6em;
	margin-bottom: 3em;
	width: 80%;
	min-width: 280px;
}
.hp-prod-highlight-module-price {
	margin-bottom: 1em;
}
/*#hp_highlights {
	background: #1f1f1f;
}
#hp_highlights .hp_highlight_module {
	height: 235px;
	padding: 15px;
}
#hp_highlights .hp_highlight_image {
	height: 100%;
	background: no-repeat center;
	background-size: cover;
}
#hp_highlights .hp_highlight_info {
	height: 100%;
	padding-top: 25px;
}
#hp_highlights .hp_highlight_info h3 {
	border-bottom: 2px solid #000;
	padding-bottom: 1em;
}
#hp_bottom_row > .subwrapper > div {
	padding: 60px;
}
#hp_bottom_row h3 {
	margin-bottom: 3em;
	text-transform: uppercase;
	line-height: 1.88em;
}
/*---- PAGE BANNER -------- */
#page_top_banner {
	overflow: hidden;
}
.page_top_banner {
	height: 100%;
	background-position: center;
	background-size: cover;
	position: relative;
	
	 position: relative;
  -webkit-animation: zoomin 60s ease infinite;
  transform: scale(1.2);
  animation: zoomin 60s ease infinite;
  overflow: hidden;
}
.page_top_banner .subwrapper {
	height: 100%;
	
	transform: scale(0.83);
 -webkit-animation: zoomout 60s ease infinite;
  animation: zoomout 60s ease infinite;;
  overflow: hidden;
}
/* Zoom in Keyframes */
@-webkit-keyframes zoomin {
  0% {transform: scale(1.2);}
  50% {transform: scale(1);}
  100% {transform: scale(1.2);}
}
@keyframes zoomin {
  0% {transform: scale(1.2);}
  50% {transform: scale(1);}
  100% {transform: scale(1.2);}
} /*End of Zoom in Keyframes */
@-webkit-keyframes zoomout {
  0% {transform: scale(.83);}
  50% {transform: scale(1);}
  100% {transform: scale(.83);}
}
@keyframes zoomout {
    0% {transform: scale(.83);}
  50% {transform: scale(1);}
  100% {transform: scale(.83);}
}
.page_top_banner .subwrapper > div {
	display: table;
	height: 100%;
	width: 100%;
}
.page_top_banner .subwrapper > div > div {
	display: table-cell;
	vertical-align: middle;
}
.page_top_banner .top_banner_capation_holder {
	position: absolute;
	width: 100%;
	top: 0em;
	left: 0;
	color: #fff;
	text-shadow: 0 0 6em rgba(0,0,0,1);
	height: 100%;
	background: #f00;
}
.page_top_banner .section_header {

}
/*---- PAGE BANNER END ---- */
/*-----------------------------------------------------------*/
/*-------------------------- PRODUCTS STUFF -----------------*/
/*-----------------------------------------------------------*/
/*---------- HP ---------*/
.highlights_module {
}
.highlights_module_img_holder {
	background: no-repeat;
	background-size: contain;
	background-position: center;
	margin-bottom: 2em;
}
.highlights_module  h5 {
	text-transform: uppercase;
}
/*---------- LIST ---------*/
.prod-list-item{
	margin-bottom: 3em;
	transition: all 1s ease;
}
.prod-list-item img {
	cursor: pointer;
	transform: scale(1.1);
	opacity: 1;
	transition: all .5s ease;
}
.prod-list-item:hover img {
	opacity: .5;
	transition: all .5s ease;

}
.prod-list-item:hover  {
	transform: scale(1.1);
	transition: all .5s ease;
}
.prod-list-item:active img {
	opacity: .5;
	
}
.prod-list-item-photo {
	width: 100%;
}
.prod-list-item-photo  img {
	max-height: 100%;
}
.prod-list-item-header {
	text-transform: uppercase;
	font-size: 1.71em;
	font-weight: 100;
	line-height: 1.2em;
	margin-bottom: 1em;
	cursor: pointer;
	color: #333;
}
.prod-list-item a:hover,
.prod-list-item a:active {
	text-decoration: none;
	color: #b87333;
	background: none;
}
.prod-list-item .view-more {
	font-size: 1em;
	margin-top: 1em;
	width: 2em;
	height: 2em;
}
#results_list .results_list_headerbar {
	border-bottom: 2px solid #592f15;
	margin-bottom: 20px;
}
#results_list h3 {
	border: 0;
	margin: 0;
}
.prod_list_container { 
	margin-bottom: 6em;
	position: relative;
}
.btn_rule {
	margin: 2em 0;
	text-align: center;
	border-bottom: 1px solid #ccc;
}
.btn_rule .button {
	position: relative;
	bottom: -.6em;
	margin-bottom: .6em;
}
.btn_rule .button.btn_unfilled {
	background: #fff;
}
.prod-list-item-colecction {
	text-transform: uppercase;
	margin-bottom: 1em;
}

/*
.prod_list_module_col:nth-child(4n+1) {
	clear: both;
	position: relative;
}
.prod_list_module {
	text-align: center;
	font-size: .88em;
}
.prod_list_module_label {
	text-transform: uppercase;
	font-size: 1em;
}
.prod_list_module_label a:hover,
.prod_list_module_label a:active {
	color: #ff7479;
	text-decoration: none;
}
.prod_list_module_price .old_price,
.prod_detail_price .old_price {
	text-decoration:line-through;
}
*/
.colection-description {
	font-size: 2em;
	font-weight: 100;
	line-height: 1.2em;
	margin-bottom: 3em;
	display:block;
}
/* DETAIL */
.prod-detail-colection-label {
	font-weight: 600;
	font-size: .85em;
}
.prod-detail-colection {
	margin-bottom: 2em;
	font-size: 1.42em;
	text-transform: uppercase;
}
h1.prod-detail-label {
	font-size: 4.28em;
	text-transform: uppercase;
	margin-bottom: 0em;
}
.prod-detail-info {
	margin-bottom: 4em;
}
.price-units {
	font-size: 3.42em;
	font-weight: 600;
}
.price-decimals {
	font-size: 1.5em;
	font-weight: 600;
	position: relative;
	bottom: .77em;
}
.price-unit {
	font-size: 1.5em;
}
#cart-options input[type=text] {
	border: 1px solid;
	padding-top: 0;
	padding-bottom: 0;
	height: 2em;
	text-align: center;
}
.prod-detail-specs-header {
	font-size: 1.22em;
	font-weight: 200;
	text-transform: uppercase;
}
.prod-detail-specs-label {
	font-size: .77em;
	line-height: 1em;
	font-weight: 600;
	display: block;
	margin-top: 1em;
}
.related-prods-label {
	font-weight: 100;
	font-size: .85em;
	text-transform: uppercase;
	display: block;
}
.prod-detail-specs-dim-spec {
	margin-left: 1em;
}
.prod-detail-specs-dim-spec:first-of-type  {
	margin-left: 0em;
}
.prod-detail-cart-stuff {
	margin-top: 2em;
}
.related-prods-collection {
	text-transform: uppercase;
	font-size: 1.28em;
	font-weight: 100;
	display: block;
}
.prod-detail-photo {
	text-align: center;
}
.prod-detail-photo > img {
	max-width: 100%;
	max-height: 100%;
}
.prod-related-photo {
	background: center no-repeat;
	background-size: contain;
}
.prod-hphighlight-buttons {
	position: absolute;
	bottom: 0;
}
.prod-module-header {
	font-size: 1.71em;
	text-transform: uppercase;
	font-weight: 100;
	margin-bottom: .5em;
}
.prod-module-hphighlight-header {
	font-size: 3em;
	line-height: 1em;
}
.prod-hphighlight-info {
	padding-top: 1em;
}
.prod-hphighlight-description {
	font-size: 1.2em;
	line-height: 1.6em;
	font-weight: 100;
	margin-bottom: 1em;
}
.prod-related-module-parent {
	border: 1px solid #eee;
}
.prod-hphighlight-module-parent {
	border: 1px solid #f4f4f4;
}
.prod-related-module-parent .prod-related-photo {
	position: relative;
}
.prod-related-module-parent .prod-related-photo > a {
	opacity: 0;
	background-color: #fff;
	transition: opacity .5s;
}	
.prod-related-module-parent:hover .prod-related-photo > a {
	opacity: .5;
	transition: opacity .5s;
}
.prod-related-module-parent:hover .prod-module-header {
	font-weight: 400;
}
.prod-related-module-parent .prod-related-info * {
	color: inherit;
	transition: color 2s;
}
.prod-related-module-parent:hover .prod-related-info * {
	color: #000;
	transition: color 2s;
}
.prod-module-header a:hover,
.prod-module-header a:active {
	text-decoration: none;
}
.prod-related-module .price-units {
	font-size: 2.2em;
}
.prod-related-module .price-decimals {
	font-size: 1em;
}
.prod_detail_price .old_price {
	font-weight: 300;
	font-size: smaller;
}
.prod_detail_shop_tools {
	text-align: center;
}
.prod_detail_shop_tools input#add_item_quant {
	width: auto;
	text-align: center;
	margin-left: 1em;
}
.prod_detail_shop_tools .button.add_item_submit {
	text-transform: none;
	background: no-repeat url(../images/layout/shoppingcart.png) right 40px center;
	padding-right: 68px;
	padding-left: 40px;
}
.prod_detail_shop_tools .button.add_item_submit:hover {
	background-image: url(../images/layout/shoppingcart_hover.png) !important;
}
.prod_detail_shop_tools .tax_info {
	margin-top: 4em;
	font-size: .88em;
	line-height: 1.4em;
	padding: 0 2em;
}
.prod_detail_set {
	padding: 1.5em 0;
	border-top: 1px solid #ccc;
}
.prod_detail_set:first-child {
	border: none;
}
.prod_detail_descr_set {
	margin-bottom: 1.5em;
}
.prod_detail_package {
	margin-bottom: 1em;
}
.prod_detail_set .aux_links a {
	display: block;
	
}
.prod_detail_set .aux_links a .fa {
	line-height: 1.5em;
}
/* SORT & PAGINATION */
.jplist-panel * {
	line-height: 1.5em !important;
}
.jplist-control-label {
	float: left;
	font-size: .7em;
	color: #592f15;
	font-weight: 400;
	padding: 6px;
}
.jplist-drop-down {
	box-shadow: none;
	border: 1px solid #dbdbdb;
	border-radius: 0px;
	text-shadow: none;
	color: #592f15;
	width: auto;
	background: none;
	height: auto;
	font-size: .7em;
	margin: 0;
}

.jplist-drop-down .jplist-dd-panel {
	width: auto;
	height: auto;
	line-height: 1em;
	text-indent: 0px;
	padding: 6px 50px 6px 6px;
}
.jplist-drop-down.jplist-drop-down-items-per_page .jplist-dd-panel {
	padding: 6px 25px 6px 6px;
}

.jplist-drop-down ul {
	position: absolute;
	top: 2em;
	left: 0;
	width: auto;
	white-space: nowrap;
	text-indent: 0px;
}
.jplist-drop-down ul li {
	text-indent: 0px;
	padding: 6px;
	line-height: 1em;
	height: auto;
}
.jplist-drop-down .jplist-dd-panel:after {
	content: '\f107';
	font-family: FontAwesome;		
	font-size: 10px;
}
.jplist-label {
	background: none;
	border-radius: 0px;
	color: #592f15;
	padding: 6px 30px;
	height: auto;
	width: auto;
	border: 2px solid #592f15;
	font-size: 1em;
	text-shadow: none;
}
.jplist-panel button {	
	background: none;
	border-radius: 0px;
	color: #592f15;
	padding: 6px 16px;
	height: auto;
	width: auto;
	border: 2px solid #592f15;
	font-size: 18px;
	font-family: 'Lato', sans-serif;
	font-weight: 300;
	text-shadow: none;
	cursor: pointer;
}
.jplist-drop-down ul li:hover { background-color: #cc7479; color: #fff; }
.jplist-drop-down:hover .jplist-dd-panel { color: #bf344d }
.jplist-drop-down:hover .jplist-dd-panel:after { color:#bf344d }
.jplist-panel button:hover {
}
.jplist-panel button:hover,
.jplist-panel button.jplist-selected,
.jplist-panel button.jplist-current {
	color: #fff;
	background: #cc7479;
	border-color: #cc7479;
}
/*-----------------------------------------------------------*/
/*-------------------------- EVENTS STUFF -------------------*/
/*-----------------------------------------------------------*/
.event_module {
	text-align: left;
}
.event_module-photo {
	width: 100%;
	height: 100px;
	background: no-repeat #333 center;
	background-size: cover;
}
.event_module:hover {
	background: #eee;
}
.event_module-info {
	display: block;
	padding: 40px 10px;
	font-size: .88em;
	line-height: 1.5em;
}
.event_module-date,
.event_module-local {
	display: inline-block;
	font-weight: 400;
}
.event_module-local {
	margin-left: 10px;
}
#event_detail .event_detail_photo {
	width: 100%;
	margin-bottom: 2em;
}
#event_detail .call_to_action {
	margin-top: 0em;
}
/*-----------------------------------------------------------*/
/*-------------------------- NEWS STUFF ---------------------*/
/*-----------------------------------------------------------*/
.news_list {
	
}
.news_list > li {
	display: block;
}
.news_list .news_list_thumb {
	float: left;
	width: 33.8%;
	margin-bottom: 25px;
}
.news_list .news_list_thumb img {
	width: 100%;
}
.news_list .news_list_info {
	float: left;
	width: 66.2%;
	padding: 0px 30px 25px 30px;
}
.news_list .news_list_info .news_list_info_data {
	font-size: .88em;
	margin-bottom: 30px;
}
.news_cat_menu {
	margin: 0;
	padding: 0;
	list-style: none;
}


/*-----------------------------------------------------------*/
/*-------------------------- STORE_STUFF --------------------*/
/*-----------------------------------------------------------*/
/*
#store_page {
	background: url(../images/layout/bg_store.jpg) center top no-repeat #595959;
}
#result_page_status {
	border-bottom: 1px solid #b2975c;
	padding-bottom: 5px;
	margin-bottom: 20px;
}
#result_page_status h3 {
	margin-bottom: 1.2em;
}
#results_holder {
	border-bottom: 1px solid #b2975c;
	padding-bottom: 20px;
}
/*-------------------------- PROD LIST STUFF ---------------*/
/*.product_list_module {
	height: 400px;
	position: relative;
	background: #fff;
	padding: 8px;
}
.product_list_module_holder {
	background: #ededed;
	height: 100%;
}
.product_list_module_family_photo {
	background: no-repeat center;
	background-size: cover;
	width: 100%;	
}
.product_list_module_data_holder p {
}
.product_list_module h5 {
	font-weight: 600;
	margin-bottom: .3em;
	line-height: 1.2em;
}
.product_list_module p {
	margin: 0;
	font-size: .92em;
	line-height: 1.2em;
}
.product_list_module_brand {
	font-size: 1.15em;
	font-weight: 600;
}
.product_list_module_price {
	margin-top: .4em;
	font-weight: 600;
}
.product_list_module_price_sufix {
	font-size: .72em;
	text-transform:none;
}

/*-------------------------- MODULE ORDER FORM --------------*/
/*.product_list_module_order_manager {
	margin-top: 10px;
}
.product_list_module_order_manager input,
.product_list_module_order_manager .product_list_module_order_controls  {
	float: left;
	text-align: center;
	font-size: .7em;
	line-height: 1em;
	height: 24px;
	margin-right: 10px; 
}
.product_list_module_order_manager input[type=text] {
	background: none;
	margin-right: 5px;
}
.product_list_module_order_manager input[type=submit] {
	text-transform: none;
}
.product_list_module_order_manager .product_list_module_order_controls > div {
	display: block;
	cursor: pointer;
	font-size: 1.1em;
	line-height: 1.2em;
}
.product_list_module_order_manager .product_list_module_order_controls > div:hover,
.product_list_module_order_manager .product_list_module_order_controls > div:active {
	color: #000;
}
.product_list_module_order_manager .product_list_module_order_quantity {
	width: 30px;
	
}
/*-------------------------- PROD LIST STUFF ---------------*/
/*.product_detail_module {
	position: relative;
	background: #fff;
	margin-top: 20px;
	padding: 20px 80px 20px 20px;
}
.product_detail_module_image {
	height: 234px;
	background: no-repeat center; 
	background-size: cover;
}
.folio_thumb_list {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
.folio_thumb_list .folio_thumb {
	background: no-repeat center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	position: relative;
	border: 7px solid #666;
	-moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
	float: left;
	width: 20%;
	margin-left: 5px;
	margin-top: 5px;
	border: 2px solid #fff;
	cursor: pointer;
}
.folio_thumb_list .folio_thumb:first-child {
	margin-left: 0;
}
.folio_thumb_list .folio_thumb.active {
	border: 2px solid #b2975c;
}
.product_detail_module_descript {
	border-top: 1px solid #b1b1b1;
	border-bottom: 1px solid #b1b1b1;
	padding: 20px 0;
	margin: 20px 0;
}
.product_detail_module .product_detail_module_header {
	position: relative;
}
.product_detail_module .product_detail_module_data {
	padding-left: 30px;
}
.product_detail_module .product_detail_module_header .product_detail_module_package {
	clear: both;
	margin-top: 5px;
	padding-bottom: 70px;
}
.product_detail_module .product_detail_module_data .product_detail_module_label {
	line-height: 1.2em;
}
.product_detail_module .product_detail_module_header .product_detail_module_price {
	font-size: 2em;
	font-weight: 400;
	text-align: right;
}
.product_detail_module .product_detail_module_header .product_detail_module_price_sufix {
	font-size: .72em;
	text-transform:none;
}
.product_detail_module .product_detail_module_header .product_list_module_order_manager {
	position: absolute;
	bottom: 10px;
}
.product_detail_module .product_detail_module_header .product_list_module_order_manager input[type=button] {
	text-transform: none;
}
.product_detail_module .product_detail_module_header .product_list_module_order_manager input[type=submit]:hover,
.product_detail_module .product_detail_module_header .product_list_module_order_manager input[type=button]:hover {
	background: #333;
	color: #fff;
	text-transform: none;
}
/*-----------------------------------------------------------*/
/*-------------------------- BLOG_STUFF ---------------------*/
/*-----------------------------------------------------------*/
/*.blog_post_module {
	margin-bottom: 34px;
	padding-bottom: 30px;
	border-bottom: 1px solid #b2975c;
}
.blog_post_module .blog_post_module_header {
	text-align: center;
}
.blog_post_module .blog_post_module_header h2 {
	border-bottom: 1px solid #b2975c;
	padding: 5px 30px;
	display: inline-block;
	margin-bottom: 5px;
}
.blog_post_module .blog_post_module_date {
	display: block;
	margin: 0px 0px 30px 0px;
}
.blog_post_module .blog_post_module_img {
	width: 100%;
	margin-bottom: 30px;
}
.blog_post_module .blog_post_module_lead {
	font-size: 1.14em;
	line-height: 1.6em;
	margin-bottom: 20px;
}
.blog_post_module .view_more {
	font-size: 1.28em;
	font-weight: 300;
	background: url(../images/layout/arrow_right.png) no-repeat center right;
	padding-right: 34px;
}

/*-------------------------- SHARE_TOOLS_STUFF --------------*/
/*.social_share_tool {
	float: left;
	margin-right: 20px;
}
.social_share_tools_folio {
	margin-top: 20px;
	display: inline-block;
	float: left;
}

/*-----------------------------------------------------------*/
/*-------------------------- CONTACT FORM -------------------*/
/*-----------------------------------------------------------*/
/*#contact_form input,
#contact_form select,
#contact_form textarea {
	border: 1px solid #ccc;
}
/*-----------------------------------------------------------*/
/*-------------------------- CHECKOUT FORM ------------------*/
/*-----------------------------------------------------------*/
/*form.checkout_form fieldset,
.order_details fieldset,
.user_details fieldset {
	margin: 0px 0px;
	padding: 0 15px;
	border: 1px solid #b2975c;
	margin-bottom: 30px;
}
.order_details fieldset {
	padding: 15px;
}
.user_details fieldset {
	height: 200px;
	margin: 15px 0 0 0;
}
form.checkout_form fieldset#order_address {
	display: none;
}
form.checkout_form fieldset#order_address.active {
	display: block;
}
form.checkout_form fieldset legend {
	margin: 0px 0px 20px 3%;
}
form.checkout_form #cart_orderSummary p {
	margin-left: 3%;
}
form.checkout_form .fieldset li {
	margin-bottom: 20px;
}
form.checkout_form input,
form.checkout_form select,
form.checkout_form textarea {
	color: #000;
}
form.checkout_form input[type=submit],
form.checkout_form input[type=button] {
	color: #fff;
}
form.checkout_form input[type=submit]:hover,
form.checkout_form input[type=button]:hover {
	background: #333;
}
form#confirm_form.checkout_form fieldset p {
	margin-left: 3%;
}
form.checkout_form select {
	-webkit-border-radius: 1px;
	-moz-border-radius: 1px;
	border-radius: 1px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	padding: 2px 20px 2px 20px;
	background: url(../images/layout/bg_select.png) no-repeat left 5px center;
}

form.checkout_form #delivery_type_navigation li {
	cursor: pointer;
	text-transform: uppercase;
	padding: 5px 10%;
	border-bottom: 1px #b2975c solid;
	position: relative;
	margin: 0px;
}
form.checkout_form #delivery_type_navigation li:first-child {
	border-top: 1px #b2975c solid;
}
form.checkout_form #delivery_type_navigation li:hover,
form.checkout_form #delivery_type_navigation li.active {
	background: #b2975c;
	color: #fff;
}
form.checkout_form #delivery_type_navigation li .pointer_bend {
	display: none;
	position: absolute;
	right: -5px;
	top: -1px;
	width: 5px;
	height: 100%;
	border-top: 1px #fff solid;
	border-bottom: 1px #fff solid;
	background: url(../images/layout/pointer_bend.png) no-repeat left center;
}
form.checkout_form #delivery_type_navigation li.active .pointer_bend {
	display: block;
}
form.checkout_form #delivery_type_holder {
	position: relative;
}
form.checkout_form #delivery_type_holder .delivery_type_group {
	display: none;
}
form.checkout_form #delivery_type_holder .delivery_type_group.active {
	display: block;
}
form.checkout_form #delivery_type_holder .delivery_type_group li {
	margin-bottom: 0px;
	border-bottom: #eee solid 1px;
}
form.checkout_form #delivery_type_holder .delivery_type_group .delivery_company_logo {
	max-width: 100%;
}
form.checkout_form #delivery_type_holder .delivery_type_group h5,
form.checkout_form #payment_method h5 {
	text-transform: none;
	margin: 0px;
	line-height: 1em;
}
form.checkout_form #delivery_type_holder .delivery_type_group p {
	margin-top: 5px;
}
form.checkout_form #payment_method li {
	padding-top: 10px;
	border-top: 1px dotted #b2975c;
}
form.checkout_form #payment_method li:first-child {
	padding-top: 0px;
	border: none;
}
form.checkout_form #payment_method li p {
	margin-top: 5px;
	margin-bottom: 0px;
}
form.checkout_form #payment_method .payment_method_logo {
	max-height: 20px;
	margin-left: 20px;
}
/*-----------------------------------------------------------*/
/*-------------------------- SWIPER COSTUMIZE ---------------*/
/*-----------------------------------------------------------*/
.swiper-slide {
	background: no-repeat center; 
	background-size: cover;
}
#top_banner_swiper-pagination {
  position: absolute;
  width: 100%;
  text-align: center;
  -webkit-transition: 300ms;
  -moz-transition: 300ms;
  -o-transition: 300ms;
  transition: 300ms;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 9999;
  
  bottom: 1.5em !important;
}
.swiper-pagination-bullet {
	border-radius: 50%;
	margin: 5px !important;
	padding: 0px !important;
	padding: 0px!important;
	opacity: 1;
	width: 10px;
	height: 10px;
	background: transparent;
	border: 1px solid #fff;
}
.swiper-pagination-bullet:first-child {
}
.swiper-pagination-bullet:last-child {
}
.swiper-pagination-bullet-active {
	background: center no-repeat #fff;
	border: 1px solid #fff;
}
/*-----------------------------------------------------------*/
/*-------------------------- ACCORDION ----------------------*/
/*-----------------------------------------------------------*/
/*.accordion_header {
	font-size: 1.14em;
	font-weight: 300;
}
.accordion_trigger {
	font-size: 1.14em;
	line-height: 1.2em;
	padding: 1em 40px 1em 0;
	font-weight: 300;
	border-top: 1px solid #ccc;
	cursor: pointer;
	background: url(../images/layout/accordion_trigger_off.png) no-repeat right center;
}
.accordion li:last-child .accordion_trigger {
	border-bottom: 1px solid #ccc;
}
.accordion_trigger:hover {
	color: #b2975c;
}
.accordion_trigger.active {
	border-bottom: 1px solid #ccc;
	background: url(../images/layout/accordion_trigger_on.png) no-repeat right center;
}
.accordion_container {
	margin-top: 10px;
	display: none;
}
/*-------------------------- HP_DESTAQUES -------------------*/

/*-----------------------------------------------------------*/
/*-------------------------- LOGIN --------------------------*/
/*-----------------------------------------------------------*/

#user_login h3 {
	text-transform: none;
	font-weight: 600;
}
#user_login input[type=submit],
#user_login input[type=button],
#user_details input[type=submit]  {
	background: #666;
	padding: 8px;
	text-transform:uppercase;
	font-size: .8em;
	line-height: 1em;
	color: #fff;
	height: auto;
}
#user_details input[type=submit] {
	padding: 10px 20px;
	font-size: 1em;
}
#user_login input[type=button]  {
	margin-top: 20px;
}
#user_login #login_form input[type=submit]:hover,
#user_login input[type=button]:hover,
#user_details input[type=submit]:hover  {
	background: #b2975c;
	color: #fff;
}
#user_login #login_form input[type=submit]:focus,
#user_login input[type=button]:focus,
#user_details input[type=submit]:focus  {
	background: #333;
	color: #fff;
}
#user_login #login_form input[type=submit]:focus,
#user_login input[type=button]:focus  {
	background: #333;
	color: #fff;
}
#user_login #login_form label {
	font-weight: 600;
}
#user_login #login_form input[type=text],
#user_login #login_form input[type=password] {
	border: 1px solid #ccc;
}
/*-----------------------------------------------------------*/
/*-------------------------- REGISTER -----------------------*/
/*-----------------------------------------------------------*/
/*
#register_form {
}
#register_form label {
	font-size: .95em;
}
#register_form li,
#login_form li {
	margin: 10px auto;
}
#register_form input[type=submit] {
	background: #666;
	padding: 8px;
	text-transform:uppercase;
	font-size: .8em;
	float: right;
}
#register_form input[type=button]  {
	margin-top: 20px;
}
#register_form input[type=submit]:hover {
	background: #b2975c;
	color: #fff;
}
#register_form input[type=submit]:focus {
	background: #333;
	color: #fff;
}
#register_form #login_form label {
	font-weight: 600;
}
#register_form input[type=text],
#register_form input[type=password] {
	border: 1px solid #ccc;
}
/*-----------------------------------------------------------*/
/*-------------------------- RECOVER ------------------------*/
/*-----------------------------------------------------------*/
/*
#user_recover input[type=submit],
#user_recover input[type=button]  {
	background: #666;
	padding: 8px;
	text-transform:uppercase;
	font-size: .8em;
}
#user_recover input[type=button]  {
	margin-top: 20px;
}
#user_recover #recover_form input[type=submit]:hover,
#user_recover input[type=button]:hover  {
	background: #b2975c;
	color: #fff;
}
#user_recover #recover_form input[type=submit]:focus,
#user_recover input[type=button]:focus  {
	background: #333;
	color: #fff;
}
/*-----------------------------------------------------------*/
/*----------------------- CART STUFF ------------------------*/
/*-----------------------------------------------------------*/
/*
#checkout_steps {
	position: relative;
	border-bottom: solid 1px #eee;
}
#checkout_steps .checkout_step_bt {
	padding: 5px;
	font-size: 1.5em;
	line-height: 1em;
	position: relative;
	color: #333;
	cursor: pointer;
	text-align: left;
	display: inline-block;
	padding-left: 40px;
	background: url(../images/layout/arrow_right_small.png) no-repeat left 7px center;
}
#checkout_steps .checkout_step_bt:first-child {
	background: none;
	padding-left: 0;
}
#checkout_steps .checkout_step_bt:hover,
#checkout_steps .checkout_step_bt:active,
#checkout_steps .checkout_step_bt.active {
	color: #b2975c;
	font-weight: 600;
}
#checkout_steps .checkout_step_bt span {
	display: block;
	font-size: .5em;
	line-height: 2em;
	text-transform: uppercase;
}
#checkout_items {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
#checkout_items li {
	margin-bottom: 10px;
	color: #999;
	position: relative;
	background: #f6f6f6;
}
#checkout_items li .item_img {
	background: center no-repeat;
	background-size: cover;
}
#checkout_items li h2 {
	margin: 0px;
}
#checkout_items li .remove_item {
	margin-top: 20px;
	color: #333;
	font-weight: 300;
	font-size: 12px;
}
#checkout_items li .remove_item .rem_bt {
	border: 1px solid #b2975c;
	background: #b2975c url(../images/layout/dialog_close.png) no-repeat center bottom -6px;
	width: 19px;
	height: 20px;
	margin-right: 5px;
	cursor: pointer;
}
#checkout_items li .remove_item .rem_bt:hover {
	background: url(../images/layout/dialog_close.png) no-repeat center top -5px;
}
#checkout_items li .quant_button {
	border: 1px solid #b2975c;
	background: #b2975c;
	color: #fff;
	width: 20px;
	height: 20px;
	text-align: center;
	cursor: pointer;
	margin-right: 1px;
	line-height: 1.6em;
	font-size: 1em;
}
#checkout_items li .quant_button:hover {
	background: none;
	color: #b2975c;
}
#checkout_items li .quant_button:active {
	background: #ccc;
	border-color: #ccc;
	color: #fff;
}
#checkout_items li .infotecnica {
	margin-top: 30px;
}
#checkout_items li .price {
	margin-bottom: 10px;
	font-size: 1.5em;
}

#checkout_totals_bar {
	background: #b2975c;
}
#checkout_totals_bar h4 {
	margin: 0px;
}

#checkout_totals_bar .checkout_subtotal {
	padding-bottom: 7px;
	border-bottom: 1px dotted #ccc;
	margin-bottom: 12px;
}
#checkout_totals_bar .checkout_delivery_coast {
	margin-bottom: 12px;
}
#checkout_totals_bar .checkout_totals_bar {
	
}
#checkout_totals_bar .checkout_maintotal {
	margin-bottom: 0px;
}
#checkout_totals_bar .checkout_maintotal > div {
}
#checkout_totals_bar .checkout_maintotal h3 {
	margin-top: 0px;
	margin-bottom: 0px;
	line-height: 1em;
}
#checkout_totals_bar .checkout_maintotal .cart_final_total {
	font-size: 1.6em;
}
.buy_button {
	background-color: #b2975c;
	color: #fff;
	text-transform: uppercase;
	font-family: 'robotolight';
	font-size: 1.5em;
	line-height: 1em;
	margin-bottom: 80px;
	padding: 10px;
}
.buy_button.checkoutNextStep,
.buy_button.checkoutFinish,
a.like_button.big {
	background-color: #b2975c;
	color: #fff;
	text-transform: uppercase;
	font-family: inherit;
	font-size: 1.3em;
	line-height: 1em;
	margin-bottom: 0px;
	padding: 15px 2%;
}
.buy_button.checkoutNextStep:hover,
.buy_button.checkoutFinish:hover {
	background-color: #333;
	color: #fff;
}
.buy_button.checkoutNextStep:active,
.buy_button.checkoutFinish:active {
	background-color: #999;
}
a.like_button.big {
	background: none;
	color: #b2975c;
	border: 1px solid #b2975c;
}
a.like_button.big:hover {
	background-color: #333;
	color: #fff;
	border-color: #333 !important;
}
a.like_button.big:active {
	background-color: #999;
	border-color: #999 !important;
}
#summary_items {
	background-color: #b2975c;
}
#summary_items #summary_items_header {
	border-bottom: 1px solid #fff;
}
#summary_items #checkout_items {
	background-color: #b2975c;
	margin: auto;
	padding: 15px;
}
#summary_items #checkout_items li {
	margin-bottom: 10px;
	color: #999;
	position: relative;
	background: none;
	border-bottom: 1px dotted #ccc;
}
#summary_items #checkout_items li h3 {
	margin: 0px;
}
#summary_items #checkout_totals_bar {
	background: #333;
}
#summary_items #checkout_totals_bar .checkout_subtotal {
	padding-bottom: 7px;
	border-bottom: 1px dotted #999;
	margin-bottom: 12px;
}
#summary_items #checkout_totals_bar .checkout_maintotal h4 {
	margin-top: 0px;
	margin-bottom: 0px;
	line-height: 1em;
	text-transform: uppercase;
}
#summary_items #checkout_totals_bar .checkout_maintotal .cart_final_total {
	font-size: 2.4em;
}
#confirm_form fieldset {
	margin-bottom: 10px;
}
#confirm_form p {
	margin-left: 0px !important;
	margin-right: 0px !important;
}
/*-----------------------------------------------------------*/
/*-------------------------- LIKE TABLE VIEW ----------------*/
/*-----------------------------------------------------------*/
/*
.liketable {
	color: #000 !important;
}
.liketable_row {
	border-bottom: 1px solid #ccc;
}
.liketable > div {
	border-bottom: 1px solid #b2975c;
}
.liketable_header {
	background: #b2975c;
	border: none;
	color: #fff;
}
.accordion_header.ui-accordion-header,
.accordion_header.ui-state-default,
.accordion_header.ui-accordion-header-active,
.accordion_header.ui-state-active,
.accordion_header.ui-state-hover,
.accordion_header.ui-state-focus {
	background: none;
	border: none;
	border-bottom: 1px solid #ccc;
	color: #999;
	font-size: 12px !important;
	text-align: left;
	padding: 0px !important;
	margin: 0px;
	outline-style: none;
	border-radius: 0;
}
.accordion_header.ui-state-hover {
	background: #f6f6f6;
}
.accordion_header.ui-accordion-header-active,
.accordion_header.ui-state-active {
	border: 2px solid #b2975c;
	border-bottom: none;
	box-shadow: none;
	background: #f6f6f6;
	color: #000;
}
.accordion_header.ui-accordion-header .liketable_expand-more { display: block; }
.accordion_header.ui-accordion-header .liketable_expand-minus { display: none; }
.accordion_header.ui-accordion-header-active .liketable_expand-more { display: none; }
.accordion_header.ui-accordion-header-active .liketable_expand-minus { display: block; }

.accordion_content.ui-accordion-content,
.accordion_content.ui-widget-content,
.accordion_content.accordion-content-active {
	border-radius: 0;
	background: none;
	border: none;
	padding: 0px !important;
	font-size: 12px !important;
	border-top: #eee solid 1px !important;
	border-bottom: #b2975c solid 2px !important;
	border-left: #b2975c solid 2px !important;
	border-right: #b2975c solid 2px !important;
}
a.payment_action.like_button {
	padding: .4em .8em .3em .8em;
	line-height: 2em;
	font-size: 1em;
	text-transform: uppercase;
}
a.payment_action.like_button:link,
a.payment_action.like_button:visited {
	background: #090;
	color: #fff;
}
a.payment_action.like_button:hover {
	background: #333;
	text-decoration: none;
}
a.payment_action.like_button:active,
a.payment_action.like_button.active {
	background: #ccc;
	text-decoration: none;
}
.order_detail_payment_option {
	border-left: 1px solid #ccc;
}
.order_detail_payment_option:fisrt-child {
	border-left: none;
}
.pp_button > form {
	width: 100px;
	margin-top: 20px;
}