
/*<style>*/

/*** HTML ***/

html{
	border:0;
	height:100%;
	margin:0;
	padding:0;
}
 
html, body {
	height:100%;
}

body{
	height:100%;
	border:0;
	margin:0;
	padding:0;
	overflow-x:hidden;
}

*:not(.grid-container){
	margin: 0;
	padding: 0;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

p{
	margin: 0 0 20px 0 !important;
}

#ssIFrame_google{
	display: none;
}

/*** POPUP ***/

#divHomePopUp{
	display: none; 
}

#divHomePopUpTitle{
    /*font-size: 30px;*/
	font-size: 21px;
	margin-bottom: 10px;
	text-transform: uppercase;
	font-weight: bold;
	text-align: center;
}

#divHomePopUpText, #divHomePopUpImage{
	text-align: center;
}


#divHomePopUpImage{
	max-width: 1200px;
}


/*** DEMO ***/

#divInDemo{
	background-color: #b22222;
    color: #fff;
    padding: 10px;
    text-align: center;
    width: 100%;
}

.error{
	color: #b71e1e;
	display: none;
}

/*** AJAX ***/

#divAjaxMessageSuccess{
	width: 100%;
	padding: 5px 0;
	text-align: center;
	border: solid 1px #063;
	background-color: #6C6;
	margin-bottom: 5px;
	color: #063;
	display: none;
}

#divAjaxMessageError{
	width: 100%;
	padding: 5px 0;
	text-align: center;
	border: solid 1px #900;
	background-color: #F66;
	margin-bottom: 5px;
	color: #900;
	display: none;
}

#divAjaxMessageInfo{
	width: 100%;
	padding: 5px 0;
	text-align: center;
	border: solid 1px #009;
	background-color: #6CF;
	margin-bottom: 5px;
	color: #009;
	display: none;
}

/*** HEADER ***/

#header_wrap{
	padding-top:73px;
	width:100%;
	z-index: 200;
	position: relative;
}

#header_outer{
	margin:0 auto;
}

#header_inner{
	z-index:50;
}

#header_languages{
	text-align:right;
	margin: 10px 0;
	
	display:inline-block;
	margin:20px;
	margin-right:0;
	
	float:right;
}

.header_language{
	width: 40px;
	height: 40px;
	padding: 10px;
	margin-right: 5px;
	background-color: #b71e1e;
	border: solid 2px #b71e1e;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #FFF;
	font-weight: bold;
	font-size: 16px;
	text-transform: uppercase;
	text-align: center;
	float: right;
	border-radius: 50%;
}

.header_language a{
	font-weight: normal;
	color: #FFF;
	text-decoration: none;
}

#header_logo{
	cursor:pointer;
	height:110px;
	margin:35px 0 0 0;
	display:block;
	text-align: center;
	/*
	background-image: url(../images/default/body/png/imgLogo.png);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	*/
	width:300px;
	height:90px;
	padding-top:10px;
}

.header_catalog{
	background-color:#FFFFFF;
	color:#212121;
	padding:10px 30px;
	cursor:pointer;
	display:inline-block;
	text-transform: uppercase;
	margin:20px auto;
	transition: all 0.3s ease 0s;
	cursor: pointer;
	z-index:195;
	position: relative;
	float: right;
	font-size: 16px;
}

.header_catalog:hover{
	background-color:#FFF;
	color:#212121;
}

.header_catalog span{
	text-align:right;
	margin-left:10px;
	transition: all 0.3s ease 0s;
}


#header_quicklinks{
	margin: 10px 0;
}

#header_email, #header_telephone, #header_showroom, #header_appointment{
	float: right;
	color: #FFF;
	margin-left: 10px;
}

#header_showroom{
	cursor:pointer;
}

#header_appointment{
	cursor:pointer;
	font-weight: bold;
}

#header_email a, #header_telephone a, #header_showroom a{
	color: #FFF;
	text-decoration: none;
}

/*** BREADCRUMB ***/

#breadcrumb_wrap{
	color:#790b0b;
	padding: 10px 0;
	display: none;
}

#breadcrumb_wrap a{
	color:#790b0b;
}

#breadcrumb_wrap a:hover{
	color:#790b0b;
}

/*** TOPMENU ***/

#nav_wrap{
	position: fixed;
	top: 0;
    width: 100%;
    z-index: 201;
}

#topmenu_wrap{
	width: 100%;
	position: relative;
	text-align:center;
	z-index: 199;
	padding-bottom: 15px;
}

#topmenu_wrap ul.ulMenuTop{
	margin:0 auto;
	display: table;
}

#topmenu_wrap ul.ulMenuTop li{
	display:inline;
	list-style-type:none;
	position: relative;
	float: left;
	margin:0 2px;
	transition: all 0.3s ease 0s;
}

#topmenu_wrap ul.ulMenuTop li.liMenuTop:hover{
	transition: all 0.3s ease 0s;
}

#topmenu_wrap ul.ulMenuTop li.liMenuTop:after {
    content: '';
    display: block;
    bottom: 16px;
    position: relative;
    left: calc(50% - 0px);
    width: 0px;
    border-top: 4px solid #212121;
	transition: all 0.3s ease 0s;
}

#topmenu_wrap ul.ulMenuTop li.liMenuTop:hover::after {
    content: '';
    display: block;
    bottom: 16px;
    position: relative;
    left: calc(50% - 10px);
    width: 20px;
    border-top: 4px solid #212121;
	transition: all 0.3s ease 0s;
}

#topmenu_wrap ul.ulMenuTop li.liMenuTopActive{
}

#topmenu_wrap ul.ulMenuTop li.liMenuTopActive::after {
    content: '';
    display: block;
    bottom: 16px;
    position: relative;
    left: calc(50% - 10px);
    width: 20px;
    border-top: 4px solid #212121;
}

#topmenu_wrap ul.ulMenuTop li a{
	height: 44px;
	display:inline-block;
	text-align:center;
	text-decoration:none;
	text-transform: uppercase;
	white-space:nowrap;
	padding:0 20px;
	color: #b71e1e;
	font-weight: 300;
}

#topmenu_wrap ul.ulMenuTop li ul.ulMenuTopSub {
	list-style: none;
	position: absolute;
	top: 44px;
	left: -100px;
	display: none;
}

#topmenu_wrap ul.ulMenuTop li ul.ulMenuTopSub li{
	display: block;
	margin: 0;
	background-color:#212121;
	width: 320px;
}

#topmenu_wrap ul.ulMenuTop li ul.ulMenuTopSub li:hover{
	background-color: #b22222;
}

#topmenu_wrap ul.ulMenuTop ul.ulMenuTopSub li a{
	display:inline-block;
	text-align:center;
	text-decoration:none;
	white-space:nowrap;
	color: #FFF;
	display: block;
	width: 100%;
	padding: 10px;
}
	
#topmenu_wrap ul.ulMenuTop ul.ulMenuTopSub li:hover a{
	color: #FFFFFF;
}
	
#topmenu_wrap ul.ulMenuTop li ul.ulMenuTopSub2 {
	list-style: none;
	position: absolute;
	top: 0px;
	left: 320px;
	display: none;
	background-color: #212121;
	z-index: 2
}

#topmenu_wrap ul.ulMenuTop li ul.ulMenuTopSub2 li{
	display: block;
	margin: 0;
	background-color:#212121;
	height: 44px;
	width: 320px;
	margin: 0;
}

#topmenu_wrap ul.ulMenuTop li ul.ulMenuTopSub2 li:hover{
	background-color: #b71e1e;
}

#topmenu_wrap ul.ulMenuTop ul.ulMenuTopSub2 li a{
	display:inline-block;
	text-align:center;
	text-decoration:none;
	white-space:nowrap;
	padding: 10px 5px 0 5px;
	color: #FFF !important;
	font-size: 14px;
}
	
#topmenu_wrap ul.ulMenuTop ul.ulMenuTopSub2 li:hover a{
	color: #212121;
}

/*** WOOD ***/

#header_wood{
	position: absolute;
	left: 0;
	width: 100%;
	height: 132px;
	top: 525px;
	/*
	background-image: url(../images/default/body/png/imgWoodBackground.png);
	background-position: bottom;
	background-repeat: repeat-x;
	*/
	z-index: -1;
}

/*** CONTENT ***/

#content_wrap {
	min-height:100%;
	background-position:center top;
	background-repeat:repeat-y;	
	margin-top:-73px;
	width:100%;
	position:relative;
	z-index: 200;
	clear: both;
}

#main_wrap {
	min-height: 650px;
	overflow:hidden;
	/*background-image: url(../images/default/body/png/imgHeaderBackground.png);
	background-repeat: repeat-x;*/
} 

/*** PAGE ***/

#page_wrap{
}

/*** LEFT ***/

#left_wrap{
	margin-right: 10px;
}

#left_menu{
	margin-bottom: 10px;
}

#left_menu:empty{
	display: none;
}

.ulMenuLeft{
	list-style:none;
}

.liMenuLeft0, .liMenuLeft0Active, .liMenuLeft0ActiveSemi{
	text-align:left;
	margin-bottom:5px;
	background-color:#474747;
	transition: all 0.3s ease 0s;
}

.liMenuLeft0ActiveSemi{
	background-color: #404040;
}

.liMenuLeft0:hover{
	background-color:#b22222;
}

.liMenuLeft0 a, .liMenuLeft0Active a, .liMenuLeft0ActiveSemi a{
	display:block;
	width:100%;
	height:100%;
	text-decoration:none;
	color: #FFF;
	padding: 10px;
}

.liMenuLeft0 a:hover, .liMenuLeft0Active a:hover, .liMenuLeft0ActiveSemi a:hover{
	color: #FFF;
}

.liMenuLeft1, .liMenuLeft1Active, .liMenuLeft1ActiveSemi{
	text-align:left;
	margin-bottom:5px;
	background-color: #999;
	transition: all 0.3s ease 0s;
}

.liMenuLeft0ActiveSemi{
	background-color: #777;
}

.liMenuLeft1:hover{
	background-color:#b22222;
}

.liMenuLeft1 a, .liMenuLeft1Active a, .liMenuLeft1ActiveSemi a{
	display:block;
	width:100%;
	height:100%;
	text-decoration:none;
	color: #FFF;
	padding: 10px;
}

.liMenuLeft1 a:hover, .liMenuLeft1Active a:hover, .liMenuLeft1ActiveSemi a:hover{
	color: #FFF;
}

/*** LATEST NEWS ***/

#latestnews{
}

.latestnews_even{
	margin-bottom:10px;
}

.latestnews_odd{
	margin-bottom:10px;
}

.latestnews_text_wrap{
}

.latestnews_title{
	font-weight:bold;
	margin-top: 5px;
}

.latestnews_text{
}

.latestnews_readmore{
}

.latestnews_image{
	height: 250px;
	background-repeat: no-repeat;
	background-size: cover;
}

.latestnews_more{
	margin-bottom:10px;
}

/*** LATEST EVENTS ***/

#latestevents{
	margin-bottom:10px;
}

.latestevents_even{
	width:250px;
	margin-bottom:10px;
	background-color:#B3B3B3;
}

.latestevents_odd{
	width:250px;
	margin-bottom:10px;
	background-color:#949494;
}

.latestevents_text_wrap{
	width:145px;
	float:left;
}

.latestevents_title{
	width:145px;
	font-weight:bold;
}

.latestevents_text{
	width:145px;
}

.latestevents_readmore{
	width:145px;
}

.latestevents_image{
	width:105px;
	float:left;
}

.latestevents_more{
	width:250px;
	margin-bottom:10px;
	background-color:#949494;
}

/*** NEWSLETTER ***/

#newsletter_wrap{
}

#fldNewsletterFirstname{
	background-color:#FFFFFF;
	border:solid 1px #333;
	color:#212121;
	margin:0 0 5px 0;
	padding:5px;
	width:100%;
}

#fldNewsletterName{
	background-color:#FFFFFF;
	border:solid 1px #333;
	color:#212121;
	margin:0 0 5px 0;
	padding:5px;
	width:100%;
}

#fldNewsletterEmail{
	background-color:#FFFFFF;
	border:solid 1px #333;
	color:#212121;
	margin:0 0 5px 0;
	padding:5px;
	width:100%;
}

#btnNewsletter{
	background:none;
	background-color:#333;
	border:solid 1px #212121;
	color:#FFF;
	padding:5px;
	width:50%;
}

#btnNewsletter:focus{
	background-color:#333;
}

/*** RIGHT ***/

#right_wrap{
	padding: 20px;
	min-height: 400px;
}

#right_wrap .title{
	font-size:30px;
	padding-bottom:20px;
	text-transform: uppercase;
	font-weight:bold;
	text-align: center;
	margin-top: 40px;
}

#right_wrap .title a{
	color:#b22222;
}

#right_wrap .text{
	text-align: center;
}

#right_wrap li{
	margin-left:30px;
	list-style-position: inside;
}

#right_wrap .paragraph{
	margin-bottom:20px;
}

#right_wrap .paragraph_text{
}

#right_wrap .paragraph_text img{
	max-width: 100%;
	height: auto !important;
}

#right_wrap .paragraph_text_left{
	float:left;	
	width:430px;
}

#right_wrap .paragraph_text_right{
	float:right;	
	width:430px;
}

#right_wrap .paragraph_slideshow_right{
	float:right;	
	width:260px;
	height: 195px;
}

#right_wrap .paragraph_slideshow_left{
	float:left;	
	width:260px;
	height: 195px;
}

#right_wrap .paragraph .divSEOGoogleMaps{
	height:500px;
	background-color:#efefef;
}






#right_wrap li{
    margin-left:30px;
}

#right_wrap .paragraph:last-of-type{
    margin-bottom:50;
}

#right_wrap .paragraph_text{
}

#right_wrap .paragraph_text .grid-60 #photslider_wrap,
#right_wrap .paragraph_text .grid-100 #photslider_wrap{
    margin-bottom:30px;
}

#right_wrap .paragraph_text #photslider_wrap{

}

#right_wrap .paragraph_text img{
    max-width: 100%;
    height: auto !important;
}

#right_wrap .paragraph_text_left{
    float:left; 
    width:430px;
}

#right_wrap .paragraph_text_right{
    float:right;    
    width:430px;
}

#right_wrap .paragraph_slideshow_right{
    float:right;    
    width:260px;
    height: 195px;
}

#right_wrap .paragraph_slideshow_left{
    float:left; 
    width:260px;
    height: 195px;
}

#right_wrap .paragraph .divVideo_top{
    margin-bottom:30px;
}

#right_wrap .paragraph .divVideo_bottom{
    margin-top:30px;
}

#right_wrap .paragraph .divParagraph{
    padding:0 20px;
}

#right_wrap .paragraph .divSEOGoogleMaps{
    height:500px;
    background-color:#efefef;
}

#right_wrap .grid-paragraph-container .grid-paragraph-image-holder{
    margin:20px;
    overflow:hidden;
}
	
#right_wrap .grid-paragraph-image-normal{
    margin-top:40px;
	text-align: center;
}
	
#right_wrap .grid-paragraph-image-normal img{
	max-height: 700px;
}

#right_wrap .grid-paragraph-container div:first-of-type .grid-paragraph-image-holder .grid-paragraph-image{
    margin-left:0;
}

#right_wrap .grid-paragraph-container div:last-of-type .grid-paragraph-image-holder .grid-paragraph-image{
    margin-right:0;
}

#right_wrap .grid-paragraph-container .grid-paragraph-image-holder .grid-paragraph-image{
    height:425px;
    background-position:center;
    background-repeat: no-repeat;
    background-size: cover;
    transition: all .2s ease-in-out;
    transform:scale3d(1,1,1);
}

#right_wrap .grid-paragraph-container .grid-paragraph-image-holder .grid-paragraph-image:hover{
    transform:scale3d(1.03,1.03,1.03);
}

#right_wrap .paragraph .paragraph_text #photslider_wrap{
    margin: 16px 0 0 0;
}

#right_wrap .paragraph .paragraph_text .grid-33 #photslider_wrap,
#right_wrap .paragraph .paragraph_text .grid-33 #photslider_wrap .slideshow,
#right_wrap .paragraph .paragraph_text .grid-33 #photslider_wrap .slideshow .cycle-slide{
    height:220px;
}

#right_wrap .paragraph .paragraph_text .grid-50 #photslider_wrap,
#right_wrap .paragraph .paragraph_text .grid-50 #photslider_wrap .slideshow,
#right_wrap .paragraph .paragraph_text .grid-50 #photslider_wrap .slideshow .cycle-slide{
    height:331px;
}

#right_wrap .paragraph .paragraph_text .grid-66 #photslider_wrap,
#right_wrap .paragraph .paragraph_text .grid-66 #photslider_wrap .slideshow,
#right_wrap .paragraph .paragraph_text .grid-66 #photslider_wrap .slideshow .cycle-slide{
    height:443px;
}

#right_wrap .paragraph .paragraph_text .paragraph-left{
    padding-left:0;
}

#right_wrap .paragraph .paragraph_text .paragraph-right{
    padding-right:0;
}

#right_wrap .paragraph .paragraph_text .paragraph-left .text p{
    margin-left:0 !important;
}

#right_wrap .paragraph .paragraph_text .paragraph-right .text p{
    margin-right:0 !important;
	text-align: left;
}
	
#right_wrap .paragraph .paragraph_text .paragraph-left .text h1{
	font-size: 30px;
	padding-bottom: 20px;
	text-transform: uppercase;
	font-weight: bold;
	text-align: center;
	margin-top: 40px;
}

#right_wrap .paragraph .paragraph_text .paragraph-right .text h1{
	font-size: 30px;
	padding-bottom: 20px;
	text-transform: uppercase;
	font-weight: bold;
	text-align: center;
	margin-top: 40px;
	text-align: left;
}

#right_wrap .downloads{
    text-align:center;
    margin-bottom:20px; 
}

#right_wrap .downloads:last-of-type{
    margin-bottom:0px;  
}

#right_wrap .downloads .download_wrap{
    margin-bottom:10px; 
}

#right_wrap .downloads .download_wrap:last-of-type{
    margin-bottom:0px;  
}

#right_wrap .downloads .downloads_title{
    margin-bottom:10px; 
}

#right_wrap .downloads .download_wrap .download{
    background-color:#efefef;
    color:#939393;
    padding:10px;
    display:inline-block;
    cursor: pointer;
    margin:0 auto;
    margin-bottom:40px;
}

#right_wrap .downloads .download_wrap .download:hover{
    background-color:#414141;
    color:#ffffff;
}

#right_wrap .downloads .download_wrap .download:hover a{
    color:#ffffff;
}

#right_wrap .downloads .download_wrap .download a{
    color:#414141;
    text-decoration:none;
}

#right_wrap .downloads .download_wrap .download:before {
    font-family: FontAwesome;
    display: inline-block;
    font-size:14px;
    width:26px;
    content: "\f019"; 
}







/*** FOOTER ***/

#footer_wrap{
	/*
	background-image: url(../images/default/body/png/imgWoodBackground.png);
	background-position: bottom;
	*/
	background-color: #212121;
	color: #FFF;
	font-size: 18px;
}

#footer_wrap a{
	color: #FFF;
	text-decoration: none;
}

#footer_outer{
	min-height:73px;
}
	
#footer_outer_content{
	padding:40px 0 30px 0;
}
	
#footer_outer_content .social_icon{
	padding: 0;
	margin: 0;
	height: 33px;
}
	
#footer_outer_logo{
	width: 100%;
	height: 100px;
	/*background-image: url("../images/default/body/png/imgLogoWhite.png");*/
	background-repeat: no-repeat;
	background-position: left top;
	background-size: 70%;
	margin-bottom: 10px;
}

#footer_outer_copyright{
	padding:30px 0;
	text-align:left;
	color: #606060;
	font-size: 16px;
}
	
#footer_outer_copyright a{
	color: #606060;
}

#footer_outer_madeby{
	height:40px;
	padding-right:30px;
	margin-top: 20px;
	padding-top: 10px;
	text-align:right;
	cursor:pointer;	
	background-image:url(../images/icons/iconMadeBy.png);
	background-position:right bottom;
	background-repeat:no-repeat;
	color: #606060;
}

/*** CLASSES ***/

.red
{
	color:#b71e1e;
}

/*** FANCYBOX ****/

#fancybox-overlay {
	background:#333;
}

.fancybox-outer {
	background: #FF0;
}

/*----------------------------------------------- CUSTOM ZONZE START -----------------------------------------------*/
/*----------------------------------------------- CUSTOM ZONZE START -----------------------------------------------*/
/*----------------------------------------------- CUSTOM ZONZE START -----------------------------------------------*/

/*** VARIA ***/

#divSitemap{
	text-align: left;
}

#divSitemap ul li{
	border-bottom: solid 1px lightgray;
	padding: 10px 0;
}

#divSitemap ul li:last-of-type{
	border-bottom: none;
	padding: 10px 0;
}

#divSitemap ul li ul{
}

/*** CUSTOM SLOGANS ***/

#divSlogans{
	background: #FFFFFF;
	border:solid 4px #333;
	margin-bottom: 10px;
}

.divSlogan{
	padding: 5px;
	font-size: 18px;
}

/*** NEWS ***/

.divNewsCategoryTitle{
	padding:10px;
	margin-bottom: 10px;
	background-color: #999;
}

.divNewsHolder{
	margin-bottom:20px;
	padding: 10px 0;
	overflow:hidden;
	background-color: #B2B2B2;
}

.divNewsImage{
	display: block;
	width: 100%;
	height: 150px;
	background-repeat: no-repeat;
	background-position: center top;
	background-size: contain;
}

.divNewsContent{
}

.divNewsTitle{
	font-weight:bold;
}

.divNewsReadmore{
}

/*** NEWSITEM ***/

.divNewsItemTitle{
	padding-bottom:7px;
	border-bottom:1px solid #333333;
	margin-bottom:7px;
	color:#ffffff;
}

.divNewsItemImage{
	text-align:center;
	padding-bottom:14px;
}

.divNewsItemText{
}

.divNewsItemDate{
	font-style:italic;
	text-align:right;
}

/*** AGENDA ***/

.divAgendaCategoryTitle{
    margin-bottom:10px;
}

.divAgendaHolder{
	background-color: #555555;
	margin-bottom:15px;
}

.divAgendaTitle{
    margin-bottom:15px;
    padding-bottom:5px;
}

.divAgendaText{
}

.divAgendaReadmore{
	text-align:right;
}

.divAgendaContent{
    width:510px;
    height:140px;
    float:left;
	padding: 5px;
}

.divAgendaImage{
    width:150px;
    height:150px;
    float:left;
}

.divAgendaItemImage{
	text-align:center;
	padding-bottom:14px;
}

.divAgendaItemTitle{
	padding-bottom:7px;
	border-bottom:1px solid #333333;
	margin-bottom:7px;
	color:#ffffff;
}

.divAgendaItemText{
}

.divAgendaItemDate{
	font-style:italic;
	text-align:right;
}

table.calendar{
	width: 100%;
	background-color: #222222;
	text-align:left;
	border-collapse:collapse;
}

table.calendar thead td.header{
	height: 30px;
	background-color: #333333;
	font-weight: bold;
	padding: 5px;
}

table.calendar td.select{
	height: 30px;
	padding: 5px;
	background-color: #444444;
}

table.calendar td{
	height: 88px;
}

table.calendar td:hover{
	background-color: #555555;
}

table.leftcalendar{
	border-collapse:collapse;
	margin-bottom: 9px;
	width: 100%;
}

.currentDay{
	background-color: #474747;
	color: #FFF;
}

.chosenDay{
	background-color: #e7e7e7;
	cursor: pointer;
}

.eventDay{
	background-color: #8dbae4;
    color: #FFFFFF;
	cursor: pointer;
}

.eventDay a{
	color: #FFFFFF;
}

/*** SHOWROOM ***/
	
.divShowroomImage{
	width: 100%;
	height: 470px;
	background-image: url("../images/default/body/png/imgShowroom.jpg");
	background-repeat:  no-repeat;
	background-size: cover;
	background-position: center;
}
	
.divShowroomInfo{
	text-align: center;
	justify-content: center;
	display: flex;
	align-content: center;
	flex-direction: column;
	height: 470px;
}

.divShowroomAddress{
	margin-bottom:20px;
}

.divShowroomOpeninghours{
	padding:20px;
	font-size:  18px;
}

.divShowroomOpen{
	margin-bottom:20px;
	display: flex !important;
	align-content: center;
	justify-content: center;
}

.divShowroomOpen_Open,
.divShowroomOpen_Closed{
	width: 15px;
	height: 15px;
	border-radius: 50%;
	margin-right:10px;
	margin-top:10px;
	float: left;
}

.divShowroomOpen_Open{
	background-color: #52a336;
}

.divShowroomOpen_Closed{
	background-color: #F33;
}

.divShowroomOpen_Text{
	float: left;
	margin: 5px 10px;
	margin-left:0px;
}
		
.divShowroomMap{
	width: 100%;
	height: 300px;
	margin:100px 0 50px 0;
}

.divShowroomBusinessView{
	width: 100%;
	height: 500px;
	margin-bottom:20px;
}

/*** PROJECTS ***/

.divProjectsCategoryTitle{
	width: 100%;
	padding: 10px;
	background-color: #333;
	color: #FFF;
	text-align: right;
}
	
.divProjectsQuote{
	margin-bottom: 80px;
}
	
.divProjectsHolder{
	width: 100%;
	margin-bottom: 80px;
}

.divProjectsTitle{
	width: 100%;
	padding: 20px 20px 0 0;
	margin: 0;
	text-align: left;
}
	
.divProjectsTitle:after{
	content: '';
	width: 30%;
	height: 10px;
	border-bottom: solid #AB3133 2px;
	display: block;
	position: relative;
}
	
.divProjectsText{
	width: 100%;
	padding: 20px 20px 20px 0;
	margin: 0;
	color: #999;
}
	
.divProjectsDeveloper{
	font-size: 16px;
	margin-bottom: 10px;
}
	
.divProjectsDeveloper a{
	color: #212121;
}
	
.divProjectsLocation{
	font-size: 16px;
	margin-bottom: 10px;
}
	
.divProjectsDoors{
	font-size: 18px;
	margin-bottom: 10px;
	text-align: right;
}

.divProjectsImage{
	width: 100%;
	height: 400px;
	background-size: cover;
	background-color:  aliceblue;
	background-position: center;
}

.divProjectsDate{
	width: 100%;
	padding: 10px;
	text-align: right;
	font-style: italic;
	color: #333;
}

.divProjectsReadmore{
	width: 100%;
	background-color: #b22222;
	text-align: right;
	font-size: 18px;
}

.divProjectsReadmore a{
	color: #FFF;
	text-decoration: none;
	width: 100%;
	height: 100%;
	display: block;
	padding: 10px;
}

/*** PROJECTSITEM ***/

.divProjectTitle{
	width: 100%;
	padding: 10px;
	background-color: #999;
	color: #FFF;
	margin: 5px 0;
}

.divProjectImage{
	width: 100%;
	height: 400px;
	background-size: cover;
}

/*** BLOG ***/

.divBlogFilters{
	background-color: #CCC;
    margin-bottom: 10px;
    overflow: hidden;
    padding: 10px;
}

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

.divBlogFilterItem{
	font-size: 14px;
	padding: 2px 5px;
	background-color: #212121;
	color: #FFF;
	display: inline-block;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	margin-right: 5px;
}

.spnFilterClick{
	color:#ff0000;
	cursor:pointer;
}

.divBlogTitle{
	background-color: #999;
    margin-bottom: 10px;
    padding: 10px;
}

.divBlogDate{
	font-size: 14px;
}

.divBlogImage{
	text-align: center;
}

.divBlogText{
	background-color: #b2b2b2;
    overflow: hidden;
    padding: 10px;
}

.divBlogMore{
	background-color: #b2b2b2;
    margin-bottom: 20px;
    overflow: hidden;
    padding: 10px;
	text-align: right;
}

#divBlogAlbumMozaic{}

.divBlogAlbumMozaicItem{
	text-align: center;
	background-color: #39F;
	margin-bottom: 10px;
}

.divBlogAlbumMozaicItem img{
	margin: 0;
}

#divBlogItemReactions{
	margin-top:50px;	
}

#divBlogItemReactionsNew{
	display: none;
}

.divBlogItemReaction{
	font-size:16px;
	margin-bottom:12px;
	padding-bottom:12px;
	border-bottom:1px solid #cccccc;
}

.divBlogItemReactionName{
	font-style:italic;	
}

.divBlogItemReactionDate{
	text-decoration:underline;
}

#divBlogItemReactionsPost{
	margin-top:50px;	
}


/*** JOBOPENINGS ***/

.divJobOpeningsHolder{
	margin-bottom:20px;
	padding:20px;
	background-color:#ffffff;
}

.divJobOpeningsTitle{
	margin-bottom:20px;
}

.divJobOpeningsTextWrap{
    text-algin:left;
	margin-bottom:20px;
}

.divJobOpeningsTextLimit{
	clear: both;
	display: block;
	max-height: 230px;
	position: relative;
	overflow: hidden;
}

.divJobOpeningsTextReadMore{
	position: absolute; 
	bottom: 0; 
	left: 0;
	width: 100%; 
	text-align: center;  
	margin: 0 !important; 
	padding: 70px 0 30px 0 !important; 
	background-image: linear-gradient(to bottom, transparent, #ffffff);
}

.divJobOpeningsTextReadMore a{
	color:#ab9868;
	cursor:pointer;
}

.divJobOpeningsButton{
	background-color:#212121;
	color:#ffffff;
	padding:10px 30px;
	cursor:pointer;
	display:inline-block;
	text-transform: uppercase;
	font-weight: bold;
	margin-top:20px;
	transition: all 0.3s ease 0s;
}

.divJobOpeningsButton:hover{
	background-color:#b71e1e; 
}

.divJobOpeningsButton span{
	text-align:right;
	margin-left:10px;
	transition: all 0.3s ease 0s;
}

.divJobOpeningsItemHolder{
	margin-bottom:20px;
	text-align:left;
}

.divJobOpeningsItemText{
    text-algin:left;
	margin-bottom:20px;
}


/*** LINKS ***/



/*** FAQ ***/

.divFaqsHolder{
	margin-top:40px;
	background-color: #F9F9F9;
}

.divFaqsTitle{
	font-weight:bold;
	background-color: #CCCCCC;
	padding: 10px;
}

.divFaqsText{
	padding: 10px;
}

.divFaqsReadmore{
	text-align: right;
	padding: 10px;
}

.divFaqsItemTitle{
	padding-bottom:7px;
	border-bottom:1px solid #333333;
	margin-bottom:7px;
	color:#ffffff;
}

.divFaqsItemText{
}

.divFaqsItemDate{
	font-style:italic;
	text-align:right;
}

/*** POLL ***/

.divPollsItemRightTitle{
	background-color: #666666;
	margin-bottom: 10px;
}

.divPollsItemRightContent{
   
}

.divPollsItemRightContentRowPercentage{
	float:left;
	width:45px;
	padding-right:15px;
	text-align:right;
}

.divPollsItemRightContentRowText{
	float:left;
	width:590px;
}

.divPollsItemRightContentRowResult{
}

.divPollsItemRightContentRowButton{
	padding-top: 5px;
}

.divPollsItemRightContentRowButton .submit{
	background-color:#333;
}


.divPollsItemLeft{
	background-color: #555555;
}

.divPollsItemLeftTitle{
	background-color: #666666;
}

.divPollsItemLeftContent{
}

.divPollsItemLeftContentRowPercentage{
	float:left;
	width:45px;
	text-align:right;
}

.divPollsItemLeftContentRowText{
	float:left;
	width:170px;
}

.divPollsItemLeftContentRowResult{
}

.divPollsItemLeftContentRowButton{
}

.divPollsItemLeftContentRowButton .submit{
	background-color:#333;
}

/*** VIDEO ***/

.divVideoPlayerHolder{
	width:100%;
	height:500px;
	margin-bottom:2px;
	background-color:#efefef;
	display:none;
}

/*** ALBUM ***/

.divAlbumphoto{
	height:200px;
	max-width: 200px;
	padding:10px;	
	background-color: #333;
	margin: 20px auto;
	cursor:pointer;
	overflow:hidden;
	position:relative;
}

.divAlbumphotosCycleImage{
	overflow: hidden;
}

.divAlbumphotosCycleOverlay{
	height:40px;
	width: 100%;
	background-color: rgba(33,33,33,0.8);
	color: #FFF;
	font-weight: bold;
	padding:10px;
	position: absolute;
	top:150px;
	left: -10px;
	display:none;
	overflow:hidden;
	margin: 10px;
}

/*** ALBUM ITEM ***/
	
#divAlbumphotosBullets{
	position: fixed;
	right: 20px;
	top: 30%;
	z-index: 100;
}
	
.divAlbumphotosBullet{
	cursor: pointer;
	position: relative;
}
	
.divAlbumphotosBulletIcon{
	display: inline-block;
	font-size: 60px;
	width: 20px;
	height: 20px;
	border-radius: 50%;
	background-color: #b71e1e;
}
	
.divAlbumphotosBulletTitle{
	width: 250px;
	display: none;
	position: absolute;
	right: 35px;
	bottom: 0;
	background-color:#B0B0B0;
	color: #FFFFFF;
	border-radius: 10px;
	padding: 5px
}

#divAlbumphotosPortfolioItems{
	margin-top: 100px;
}

#divAlbumphotosPortfolioItems:before{
	content: '';
	display: block;
	bottom: 60px;
	position: relative;
	left: calc(50% - 10px);
	width: 20px;
	border-top: 4px solid #212121;
}

.divAlbumphotosPortfolioItemImage{
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 100px;
	overflow: hidden;
}

.divAlbumphotosPortfolioItemImage img{
	max-height: 1000px;
}
	
.divAlbumphotosPortfolioItemImage.custom{
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
	max-width: 400px;
	height: 50vh;
	margin: 0 auto 100px auto;
	background-size: cover;
	background-position: center;
}

.divAlbumphotosPortfolioItemImage.custom img{
	max-height: 45vh;
}

.divAlbumphotosPortfolioItemTextLeft{
	padding: 0 20px;
	text-align: right;
}

.divAlbumphotosPortfolioItemTextLeft .divButton{
	display: none;
}
	
.divAlbumphotosPortfolioItemTextLeft h2{
	text-transform: uppercase;
	color: #b71e1e;
}

.divAlbumphotosPortfolioItemTextLeft a{
	text-decoration: none;
}

.divAlbumphotosPortfolioItemTextRight{
	padding: 0 20px;
	text-align: left;
}

.divAlbumphotosPortfolioItemTextRight .divButton{
	display: none;
}
	
.divAlbumphotosPortfolioItemTextRight h2{
	text-transform: uppercase;
	color: #b71e1e;
}

.divAlbumphotosPortfolioItemTextRight a{
	text-decoration: none;
}

.divAlbumphotosPortfolioItemTextLeft span, .divAlbumphotosPortfolioItemTextRight span{
}
	
.divAlbumphotosPortfolioItemTextLeft span.divButton{
	text-align: right;
}

.divAlbumphotosPortfolioItemTextRight span.divButton{
	text-align: left;
}

#divAlbumphotosCycleItem{
	position: relative;
	width: 100%;
	height: 100%;
}

#divAlbumphotosCycleItemPrev{
	width:45px;
	height:100%;
	background-color: rgba(33,33,33,0.2);
	cursor:pointer;
	z-index: 2;
	position: absolute;
	top: 0;
	left: 0;
	text-align: center;
	padding-top: 35%;
}

#divAlbumphotosCycleItemImages{
	width:100%;
	z-index: 1;
}

#divAlbumphotosCycleItemImages img{
	width: 100%;
}

#divAlbumphotosCycleItemNext{
	width:45px;
	height:100%;
	background-color: rgba(33,33,33,0.2);
	cursor:pointer;
	z-index: 2;
	position: absolute;
	top: 0;
	right: 0;
	text-align: center;
	padding-top: 35%;
}

#divAlbumphotosCycleItemNavigation{
	width:100%;
	height:40px;
	padding:10px;
	text-align:center;
	font-size: 36px;
	line-height: 24px;
}

#divAlbumphotosCycleItemNavigation span{
	cursor: pointer;
}

#divAlbumphotosCycleItemNavigation .cycle-pager-active{
	color: #b22222;
}

.divAlbumphotosFancyboxItemImageHolder{
	moz-border-radius: 8px;
	webkit-border-radius: 8px;
	width: 98%;
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2); 
    -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
	background-color: #FFF;
	padding: 5px;
	margin:0 2% 4% 0;
	cursor:pointer;
	z-index: 3;
	position:relative;
}

.divAlbumphotosFancyboxItemImage{
	overflow:hidden;
}

.divAlbumphotosFancyboxItemImage img{
	transition: all .2s ease-in-out;
	display: block;
	width:100%;
	z-index:2;
}
						
.divAlbumphotosFancyboxItemImageOverlay{
	width:100%;
	height:100%;
	cursor:pointer;
	position: absolute;
	top: 0;
	text-align: center;
	color:#ffffff;
	font-size:36pt;
	display:none;
	z-index:4;
	opacity: 0.5;

}

.divAlbumphotosFancyboxItemImageOverlayText{
 	display: inline-block;
  	position: relative;
  	top: 50%;
  	transform: translateY(-50%);
    margin: 0;
    margin-top:10px;
}

.divAlbumphotosFancyboxItemImageHolder:hover > .divAlbumphotosFancyboxItemImageOverlay{
	display:block;
}

.divAlbumphotosFancyboxItemImageHolder:hover > .divAlbumphotosFancyboxItemImage img{
	transform: scale(1.1);
}


#album_images_wrap .album_images_container div:first-of-type .album_image_holder .album_image{
	margin-left:0;
}

#album_images_wrap .album_images_container div:last-of-type .album_image_holder .album_image{
	margin-right:0;
}

.album_image_holder{
	margin:20px;
	overflow:hidden;
}

.album_image{
	height:425px;
	background-position:center;
	background-repeat: no-repeat;
	background-size: cover;
	transition: all .2s ease-in-out;
	transform:scale3d(1,1,1);
}

.album_image:hover{
	transform:scale3d(1.03,1.03,1.03);
}

/*** HOME ***/

#photoslider_wrap{
	background-color: #f4f4f5;
	background-color: #ffffff;
	height: 66vh;
	margin-bottom: 100px;
}

/*** SLIDESHOW ***/

.photoslider_wrap_1,
.photoslider_wrap_1_home{
	background-color: #ffffff;
	height:66vh;
	position: relative;
	width:100%;
}
	
.photoslider_wrap_1_home{
	margin-top: 20px;
}


.photoslider_wrap_1_loader{
	background-color: #ffffff;
	height:66vh;
	position: absolute;
	width:100%;
	top: 0;
	left: 0;
	z-index: 160;
	animation: shrink 3s forwards;
}

@keyframes shrink {
  0% {
    width:100%;
  }
  100% {
    width:0%;
  }
}

.slideshow{
  	text-align:center;
	width:100%;
	height:66vh;
	z-index:151;
}

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

.slideshow .cycle-slideshow{
	z-index: 150; 
	position:relative;
}

.slideshow .cycle-slide{
	list-style-type:none;
	width:100%;
	height:66vh;
	background-size:cover;
	background-position:center;
}

.slideshow-pager{
	text-align:left;
	z-index:198;
	height:80px;
	position: relative;
	top:0px;	
}

#slideshow-copyright{
	text-align:right;
	margin-top:34px;
	color:#ffffff;
	display:none;
}

.slideshow-pager span{
	font-family: Verdana, Geneva, sans-serif;
	display: inline-block; 
	color: #b71e1e;
	font-size: 60px; 
	width: 45px; 
	height: 45px;
	z-index: 152; 
}

.slideshow-pager span:last-child{
	margin-right:-20px;	
}

.slideshow-pager span:hover{
	color: #212121;
}

.slideshow-pager span.cycle-pager-active{
	color: #212121;
}

.slideshow-pager > *{
	cursor: pointer;
}

.slideshow-overlay{
	position:absolute;
	top:0;
	left:0;
	z-index:193;
	width: 100%;
}

.slideshow-overlay .slideshow-previous{
	position: absolute;
	width: 100px;
	left:-80px;
	text-align: center;
	color: #b71e1e;
}

.slideshow-overlay .slideshow-next{
	position: absolute;
	width: 100px;
	right:-80px;
	text-align: center;
}

.slideshow-overlay .slideshow-previous:hover, .slideshow-overlay .slideshow-next:hover{
	color: #b71e1e;
}

.slideshow-pager .slideshow-pager-content{
	text-align: center;
	width:auto;
}

.slideshow-overlay .slideshow-previous,
.slideshow-overlay .slideshow-next{
	color:#ffffff;
	font-size:72px;
	cursor:pointer;
	height: 100%;
}

.slideshow-overlay .slideshow-previous .slideshow-button,
.slideshow-overlay .slideshow-next .slideshow-button{
	width: 40px;
	height: 40px;
	padding: 10px;
	margin-right: 5px;
	background-color: #F6F6F6;
	border: solid 2px #F6F6F6;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 24px;
	text-transform: uppercase;
	text-align: center;
	border-radius: 50%;
	margin: 0 auto;
	margin-top: 36vh;
}

.slideshow-overlay .slideshow-previous .slideshow-button:hover,
.slideshow-overlay .slideshow-next .slideshow-button:hover{
	background-color: #ebebeb;
	border: solid 2px #ebebeb;
	color: #FFFFFF;
}

.slideshow-overlay-text{
	position:relative;
	top:36vh;
	margin-left:50px;
	margin-right:50px;
	z-index:194;
}

.slideshow-overlay-text .slideshow-title-holder,
.slideshow-overlay-text .slideshow-text-holder,
.slideshow-overlay-text .slideshow-links-holder{
	display: block;
	text-align:right;
	margin-bottom:10px;
}

.slideshow-overlay-text .slideshow-links-holder{
	animation-delay: 0.5s;
}

.slideshow-overlay-text .slideshow-title:before{
    content: '';
    display: block;
    top: -35px;
    position: relative;
	left: 0;
    width: 8%;
    border-top: 4px solid #b71e1e;
}

.slideshow-overlay-text .slideshow-title{
	display: inline-block;
	font-size:15px;
	color:#ffffff;
	padding:10px 0;
    text-shadow: -1px -1px 10px rgba(200,200,200,0.2), 1px -1px 10px rgba(150,150,150,0.2), -1px 1px 10px rgba(125,125,125,0.2), 1px 1px 10px rgba(100,100,100,0.2);
    font-weight:bold;
}

.slideshow-overlay-text .slideshow-text,
.slideshow-overlay-text .slideshow-text-link{
	display: inline-block;
	color:#ffffff;
	padding:10px 0;
	font-size:56px;
	text-transform: uppercase;
}

.slideshow-overlay-text .slideshow-text{
	text-shadow: -1px -1px 5px rgba(0,0,0,0.2), 1px -1px 5px rgba(100,100,100,0.2), -1px 1px 5px rgba(0,0,0,0.2), 1px 1px 5px rgba(100,100,100,0.2);
}

.slideshow-overlay-text .slideshow-text-link{
	cursor: pointer;
	text-shadow: -1px -1px 5px rgba(0,0,0,0.08), 1px -1px 10px rgba(100,100,100,0.08), -1px 1px 10px rgba(0,0,0,0.08), 1px 1px 10px rgba(100,100,100,0.08);
}

.slideshow-overlay-text .slideshow-text-link:hover{
}

.slideshow-overlay-text .slideshow-links-link1{
	background-color:#b71e1e;
	color:#ffffff;
	padding:10px 30px;
	cursor:pointer;
	display:inline-block;
	text-transform: uppercase;
	font-size: 18px;
	margin-top:20px;
	transition: all 0.3s ease 0s;
	cursor: pointer;
	z-index:195;
	position: relative;
}

.slideshow-overlay-text .slideshow-links-link1:hover{
	background-color:#212121; 
}

.slideshow-overlay-text .slideshow-links-link1 span{
	text-align:right;
	margin-left:10px;
	transition: all 0.3s ease 0s;
}

#slideshow-products{
    position:relative;
}

#slideshow-previous-products,
#slideshow-next-products{
    position:relative;
}

#slideshow-previous-products .slideshow-button,
#slideshow-next-products .slideshow-button{
    margin-top:190px;
}

#slideshow-previous-products{
    float:left;
    left:0;
}

#slideshow-next-products{
    float:right;
    right:0;
} 
 
#slideshow-products,
#slideshow-products .cycle-slideshow,
#slideshow-products .cycle-slide{
    height:auto;
}

#slideshow-pager-products .slideshow-pager-content{ 
    margin-top:20px;
}

.divCatalogueProductgroupsProductsSlideSpace{ 
    width:12.5% !important;
}

/*** WRAPS HOME ***/

#visitshowroom_wrap{
	padding:80px 0 260px 0;
}

.visitshowroom_title{
	padding-bottom:20px;
}

.visitshowroom_title .spnPart1{
	font-size:30px;
	padding-right:10px;
	text-transform: uppercase;
	font-weight:bold;
}

.visitshowroom_title .spnPart2{
	font-size:24px;
	font-weight:300;
	text-transform: uppercase;
}

.visitshowroom_text{
	padding-bottom:10px;
}

.visitshowroom_link{
	background-color:#b71e1e;
	color:#ffffff;
	padding:10px 30px;
	cursor:pointer;
	display:inline-block;
	text-transform: uppercase;
	font-size: 18px;
	margin-top:20px;
	transition: all 0.3s ease 0s;
}

.visitshowroom_link:hover{
	background-color:#212121; 
}

.visitshowroom_link span{
	text-align:right;
	margin-left:10px;
	transition: all 0.3s ease 0s;
}

.visitshowroom_link2{
	background-color:#212121;
	color:#ffffff;
	padding:10px 30px;
	cursor:pointer;
	display:inline-block;
	text-transform: uppercase;
	font-size: 18px;
	margin:20px 0;
	transition: all 0.3s ease 0s;
}

.visitshowroom_link2:hover{
	background-color:#b71e1e; 
}

.visitshowroom_link2 span{
	text-align:right;
	margin-left:10px;
	transition: all 0.3s ease 0s;
}

#feature_wrap{
	/*display: flex;*/
	justify-content: center;
	align-items: center;
	background-color:#b71e1e;
	padding:60px 0px;
	padding-bottom:40px;
	background-image: url(../images/default/body/png/imgHeaderBackground.png);
	background-repeat: repeat-x;
}

#features{
	margin-top: -200px;
}
	
#features_doors{
	margin-top: -200px;
}

.feature_item{
	margin:0 10px;	
	margin-bottom:20px;
	background-color:#ffffff;
	overflow: hidden;
	cursor:pointer;
	-webkit-box-shadow: 0px 0px 11px -7px rgba(0,0,0,0.31);
	-moz-box-shadow: 0px 0px 11px -7px rgba(0,0,0,0.31);
	box-shadow: 0px 0px 11px -7px rgba(0,0,0,0.31);
	display: none;
}

.feature_item:hover > .feature_image{
	transform: scale(1.1);
}

.feature_item:hover > .feature_content > .feature_link{
	background-color:#b71e1e; 
}

.feature_image{
	height:300px;
	background-color:#efefef;
	background-size: cover;
	background-position: center;
	background-repeat:no-repeat;
	transition: all 0.3s ease 0s;
	overflow: hidden;
}

.feature_content{
	margin:20px;
	min-height:235px;
	transition: all 0.3s ease 0s;
}
	
.feature_title_small{
	text-transform: uppercase;
	font-weight:100;
	font-size:12px;
	color:#666;
}

.feature_title{
	text-transform: uppercase;
	font-weight:300;
	font-size:24px;
	margin-bottom:30px;
	cursor: pointer;
}

.feature_text{
	min-height:105px;
}

.feature_title:after{
    content: '';
    display: block;
    bottom: -15px;
    position: relative;
	left: 0;
    width: 8%;
    border-top: 4px solid #212121;
}

.feature_link{
	background-color:#212121;
	color:#ffffff;
	padding:10px 30px;
	cursor:pointer;
	display:inline-block;
	text-transform: uppercase;
	font-size: 18px;
	margin-top:20px;
	transition: all 0.3s ease 0s;
}

.feature_link:hover{
	background-color:#b71e1e; 
}

.feature_link span{
	text-align:right;
	margin-left:10px;
	transition: all 0.3s ease 0s;
}

#social_wrap{
	display: none;
	justify-content: center;
	align-items: center;
	background-color:#f4f4f5;
	padding:40px 0px;	
	padding-top:50px;
	text-align:center;
}

.social_title{
	font-size:24px;
	text-transform: uppercase;
	margin-bottom:10px;
}

.social_icon{
	/*background-color:#ffffff;*/
	font-size:30px;
	margin: 0 10px;
	padding:10px;
	/*border-radius: 50%;*/
	width: 66px;
    height: 66px;
	cursor: pointer;
	display: inline-block;
	transition: all 0.3s ease 0s;
}

.social_icon:hover{
	/*background-color:#efefef;*/
	color:#b71e1e;
}

#selection_wrap{
	background-color:#ffffff;
	padding:80px 0px 100px 0;
}

#selection_title{
	font-size:24px;
	text-align: center;
	font-weight: bold;
	text-transform: uppercase;
	margin-bottom:40px;
}

#selection_title span{
}

#quickcontact_wrap{
	/*display: flex;*/
	justify-content: center;
	align-items: center;
	padding:150px 0px 100px 0;
}
	
.quickcontact_image{
	height: 400px;
	margin: 80px 0px 40px 40px;
	background-image: url("../images/default/body/png/imgShowroom.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}

.quickcontact_title{
	margin-bottom:40px;
	text-align: left;
}

.quickcontact_title .spnPart1{
	font-size:30px;
	padding-right:10px;
	text-transform: uppercase;
	font-weight:bold;
}

.quickcontact_title .spnPart2{
	font-size:24px;
	font-weight:300;
	text-transform: uppercase;
}

#divContactQuick_Result{
	padding: 5px;
	display: none;
}

#quickcontact_wrap .frmGeneral div{
	padding: 5px;
	text-align:left;
}

#quickcontact_wrap .frmGeneral select{
	width:100%;
}

#quickcontact_wrap .frmGeneral select option:first-child{
    color: #ccc;
}

#quickcontact_wrap .frmGeneral input,
#quickcontact_wrap .frmGeneral textarea,
#quickcontact_wrap .frmGeneral select{
	padding: 15px;
}

#quickcontact_wrap .frmGeneral .submit{
	background-color:#b71e1e;
	color:#ffffff;
	border-color:#b71e1e;
	width: auto;
	float:right;
	border-radius:0;
	font-size: 18px;
	text-transform: uppercase;
	-webkit-appearance: none;
}

#quickcontact_wrap .frmGeneral .submit:hover{
	background-color:#212121;
	color:#ffffff;
	border-color:#212121;
}

#quickcontact_wrap .frmGeneral #fldPrivacyError{
	padding-left: 0px;
}

#divGoogleMaps{
	height:500px;
	width:100%;
	background-color:#efefef;
}

/*----------------------------------------------- CUSTOM ZONZE END -----------------------------------------------*/
/*----------------------------------------------- CUSTOM ZONZE END -----------------------------------------------*/
/*----------------------------------------------- CUSTOM ZONZE END -----------------------------------------------*/









/*----------------------------------------------- SHOP START -----------------------------------------------*/
/*----------------------------------------------- SHOP START -----------------------------------------------*/
/*----------------------------------------------- SHOP START -----------------------------------------------*/

/*** LOGIN/REGISTRATION BUTTON ***/

.divLoginButton, .divRegistrationButton{
	width: 145px;
	text-align:center;
	text-decoration:none;
	white-space:nowrap;
	padding: 10px 0px;
	float: right;
	background-color: #b22222;
	color: #FFF;
	margin: 10px 0 0 10px;
	cursor: pointer;
	transition: all 0.3s ease 0s;
}

.divRegistrationButton{
	margin: 10px 0 0 0px;
}

.divLoginButton:hover, .divRegistrationButton:hover{
	background-color: #660000;
}

/*** SLIDER ***/

#divShoppingCart{
	width: 300px;
	text-align: center;
	background-color: #ffffff;
	float: right;
	clear: both;
	margin-top: 10px;
	padding: 10px 0;
	cursor: pointer;
	transition: all 0.3s ease 0s;
}

#divShoppingCart:hover{
	transition: all 0.3s ease 0s;
}

#divShoppingCartSlider{
	padding: 5px;
	width: 300px;
	min-height: 200px;
	text-align: left;
	display: none;
	position: absolute;
	background-color: #FFF;
}

.divShoppingCartSliderOverviewItemOdd{
	width: 290px;
	background-color: #F4F4F4;
	min-height: 36px;
	margin-bottom: 5px;
}

.divShoppingCartSliderOverviewItemOdd:after{
	clear: both;
	content: ".";
	display: block;
	height: 0px;
	visibility: hidden;
}

.divShoppingCartSliderOverviewItemEven{
	width: 290px;
	background-color: #F8F8F8;
	min-height: 36px;
	margin-bottom: 5px;
}

.divShoppingCartSliderOverviewItemEven:after{
	clear: both;
	content: ".";
	display: block;
	height: 0px;
	visibility: hidden;
}

.divShoppingCartSliderOverviewItemImage{
	float: left;
	width: 100px;
	height: 100px;
	overflow: hidden;
}

.divShoppingCartSliderOverviewItemText{
	float: left;
	width: 190px;
	overflow: hidden;
	padding: 5px;
}

.divShoppingCartSliderOverviewItemTotal{
	float: left;
	width: 190px;
	overflow: hidden;
	padding: 5px;
	text-align: right;
}

#divShoppingCartSliderTotal{
	color: #FFF;
	font-weight: bold;
	padding-left: 125px;
	min-height: 26px;
	padding: 5px;
	margin-bottom: 5px;
	text-align: right;
	background-color: #b22222;
}

#divShoppingCartSliderToCheckout{
	float: right;
	text-align: center;
	width: 290px;
	color: #FFF;
}

#divShoppingCartSliderToCheckout a{
	background-color: #474747;
	cursor: pointer;
	display: block;
	font-size: 14px;
	padding: 5px;
	text-align: center;
	width: 290px;
	color: #FFF;
	text-decoration: none;
}

#divShoppingCartSliderToCheckout a:hover{
	background-color: #333333;
}

/*** CONTINUE SHOPPING ***/

#divCatalogueContinueOrCheckoutWrap{
	display: none;
	height: 70px;
	width: 500px;
}


#divCatalogueContinueOrCheckout{
	width: 500px;
	height: 70px;
}

#divCatalogueContinueOrCheckout #divCatalogueContinueOrCheckoutTitle{
	border-bottom: none;
	font-weight: bold;
	text-align: left;
}

#divCatalogueContinueOrCheckout #divCatalogueContinueOrCheckoutText{
	margin-top: 5px;
}

#divCatalogueContinueOrCheckout #divCatalogueContinueOrCheckoutText:after{
	clear: both;
	content: ".";
	display: block;
	height: 0px;
	visibility: hidden;
}

#divCatalogueContinueOrCheckout #divCatalogueContinueOrCheckoutButton1{
	background-color: #b22222;
	color: #FFF;
	cursor: pointer;
	float: left;
	padding: 5px;
	text-align: center;
	width: 235px;
}

#divCatalogueContinueOrCheckout #divCatalogueContinueOrCheckoutButton2{
	background-color: #b22222;
	color: #FFF;
	cursor: pointer;
	float: right;
	padding: 5px;
	text-align: center;
	width: 235px;
}

#divCatalogueContinueOrCheckout #divCatalogueContinueOrCheckoutButton1:hover{
	background-color: #333333;
}

#divCatalogueContinueOrCheckout #divCatalogueContinueOrCheckoutButton2:hover{
	background-color: #333333;
}

/*** SORTING & PAGING ***/

#divCatalogueSorting{
	background-color: #F8F8F8;
	padding: 5px;
	margin-bottom: 10px;
}

#divCatalogueSortingLeft{
}

#divCatalogueSortingMiddle{
}

#divCatalogueSortingRight{
	text-align: right;
}

#divCatalogueSorting select{
	background-color:#FFFFFF;
	border:solid 1px #333;
	color:#212121;
	padding:5px;
}

.paging{
	height: 23px;
	padding: 5px;
	margin-bottom: 5px;
	text-align: center;
}

.pageNumber {
    display: inline-block;
    padding: 0px 9px;
    margin-right: 4px;
    border-radius: 3px;
    border: solid 1px #c0c0c0;
    background: #e9e9e9;
    box-shadow: inset 0px 1px 0px rgba(255,255,255, .8), 0px 1px 3px rgba(0,0,0, .1);
    font-weight: bold;
    text-decoration: none;
    color: #717171;
    text-shadow: 0px 1px 0px rgba(255,255,255, 1);
}

.pageNumber:hover, .pageNumber.gradient:hover {
    background: #fefefe;
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#FEFEFE), to(#f0f0f0));
    background: -moz-linear-gradient(0% 0% 270deg,#FEFEFE, #f0f0f0);
}

.pageNumber.active {
    border: none;
    background: #616161;
    box-shadow: inset 0px 0px 8px rgba(0,0,0, .5), 0px 1px 0px rgba(255,255,255, .8);
    color: #f0f0f0;
    text-shadow: 0px 0px 3px rgba(0,0,0, .5);
}

/*** CART ***/

#divCatalogueCart{
	width: 100%;
}

/*** SUMUP ***/

#divSumUpError{
	width: 100%;
	padding: 5px 0;
	text-align: center;
	border: solid 1px #900;
	background-color: #F66;
	margin-bottom: 5px;
	color: #900;
	display: none;
}

#divSumUpSuccess{
	width: 100%;
	padding: 5px 0;
	text-align: center;
	border: solid 1px #063;
	background-color: #6C6;
	margin-bottom: 5px;
	color: #063;
	display: none;
}

/*** PRODUCTGROUPS ***/
	
.divButtonConfig{
	background-color:#b71e1e;
	color:#ffffff;
	cursor:pointer;
	display:inline-block;
	text-transform: uppercase;
	padding:10px 30px;
	font-weight: 200;
	font-size: 16px;
	transition: all 0.3s ease 0s;
}

.divButton:hover{
	background-color:#212121; 
}

.divButton{
	background-color:#b71e1e;
	color:#ffffff;
	cursor:pointer;
	display:inline-block;
	text-transform: uppercase;
	font-weight: 200;
	font-size: 16px;
	transition: all 0.3s ease 0s;
	margin-bottom: 10px;
}

.divButton:hover{
	background-color:#212121; 
}
	
.divButton a{
	color:#ffffff;
	text-decoration: none;
	padding:10px 30px;
	display: block;
	width: 100%;
}

.flipped{
    transform: scale(-1, 1);
    -moz-transform: scale(-1, 1);
    -webkit-transform: scale(-1, 1);
    -o-transform: scale(-1, 1);
    -khtml-transform: scale(-1, 1);
    -ms-transform: scale(-1, 1);
}

#divCatalogueProductgroups{
}

.divCatalogueProductgroup_1, .divCatalogueProductgroup_2, .divCatalogueProductgroup_3{
	width: 100%;
}
	
.divCatalogueProductgroup_1{
	margin: 0 2% 4% 0;
}

.divCatalogueProductgroup_2{
	margin: 0 1% 4% 1%;
}

.divCatalogueProductgroup_3{
	margin: 0 0 4% 2%;
}

.divCatalogueProductgroup_1:hover, .divCatalogueProductgroup_2:hover, .divCatalogueProductgroup_3:hover{
}

.divCatalogueProductgroupImage{
	cursor: pointer;
	height: 400px;
	overflow: hidden;
	background-repeat: no-repeat;
	background-position: top center;
	background-size: contain;
}

.divCatalogueProductgroupTitle{
	overflow: hidden;
	text-align: center;
	margin-top: 5px;
}

.divCatalogueProductgroupTitle a, .divCatalogueProductgroupTitle a:hover{
	color: #333;
	text-decoration: none;
	display: block;
	width: 100%;
	height: 100%;
}

.divCatalogueProductgroupTitle h2{
	text-align: center;
	font-weight: normal;
}


/*** PRODUCT ***/

#divCatalogueProductgroupsProducts{
}

.divCatalogueProductgroupsProduct_1, .divCatalogueProductgroupsProduct_2, .divCatalogueProductgroupsProduct_3, .divCatalogueProductgroupsProduct_4, .divCatalogueProductgroupsProduct_5{
	width: 100%;
	position: relative;
	margin-top: 40px;
}

.divCatalogueProductgroupsProduct_1:hover, .divCatalogueProductgroupsProduct_2:hover, .divCatalogueProductgroupsProduct_3:hover, .divCatalogueProductgroupsProduct_4:hover, , .divCatalogueProductgroupsProduct_5:hover{
}

.divCatalogueProductgroupsProductImage{
	cursor: pointer;
	height: 400px;
	overflow: hidden;
	background-repeat: no-repeat;
	background-position: top center;
	background-size: contain;
}

.divCatalogueProductsPager{
	font-size: 36px;
	line-height: 24px;
}

.divCatalogueProductsPager span{
	cursor: pointer;
}

.divCatalogueProductsPager .cycle-pager-active{
	color: #b22222;
}

.divCatalogueProductgroupsProductTitle{
	overflow: hidden;
	text-align: center;
	margin: 5px 5px 20px 5px;
}

.divCatalogueProductgroupsProductTitle a, .divCatalogueProductgroupsProductTitle a:hover{
	color: #333;
	text-decoration: none;
	display: block;
	width: 100%;
	height: 100%;
}

.divCatalogueProductgroupsProductTitle h2{
	text-align: center;
	font-weight: normal;
}

.divCatalogueProductgroupsProductPrice{
	color: #b22222;
	text-align: center;
	padding: 5px;
	font-size: 24px;
	font-weight: bold;
	text-align: center;
	margin-top: 5px;
	background-color: #F4F4F4;
}

.divCatalogueProductgroupsProductOldPrice{
	font-size: 12px;
	color: #666;
	text-decoration: line-through;
	font-weight: normal;
}

.divCatalogueProductgroupsProp{
	color: #b22222;
	text-align: center;
	padding: 5px;
	font-size: 24px;
	font-weight: bold;
	text-align: center;
	margin-top: 5px;
	background-color: #F4F4F4;
}

.divCatalogueProductgroupsProp select{
	width: 100%;
}

.divCatalogueProductgroupsProductCart{
	width: 100%;
}

.divCatalogueProductgroupsProductWhishlist{
	text-align: center;
	width: 70px;
	height: 40px;
	padding: 10px 0 0 0;
	margin: 5px 10px 0 0;
	background-color: #333;
	transition: all 0.3s ease 0s;
	float: left;
}

.divCatalogueProductgroupsProductWhishlist:hover{
}

.divCatalogueProductgroupsProductWhishlist.added{
	background-color: #F66;
}


.divCatalogueProductgroupsProductWhishlist a, .divCatalogueProductgroupsProductWhishlist.added a{
	width: 100%;
	height: 100%;
	display: block;
	cursor: pointer;
	color: #FFF;
	text-decoration: none;
}

.divCatalogueProductgroupsProductWhishlist a:before{
	font-family: 'FontAwesome';
	font-size: 18px;
	content: "\f004";
}

.divCatalogueProductgroupsProductOrder{
	text-align: center;
	width: 70px;
	height: 40px;
	padding: 10px 0 0 0;
	margin: 5px 0 0 0;
	background-color: #333;
	transition: all 0.3s ease 0s;
	float: right;
}

.divCatalogueProductgroupsProductOrder:hover{
}

.divCatalogueProductgroupsProductOrder a{
	width: 100%;
	height: 100%;
	display: block;
	cursor: pointer;
	color: #FFF;
}

.divCatalogueProductgroupsProductOrder a:before{
	font-family: 'FontAwesome';
	font-size: 18px;
	content: "\f07a";
}

.divCatalogueProductgroupsProductOrder_Q{
	width: 25px;
	height: 25px;
	float: left;
	border: none;
	background-color: #101410;
	color: #FFF;
	text-align: center;
	display: none;
}

.divCatalogueProductgroupsProductSoldOut{
	text-align: center;
	background-color: #CCC;
	margin-top: 5px;
	height: 40px;
	font-size: 18px;
	font-weight: bold;
	padding-top: 5px;
}

.divCatalogueProductgroupsProductList{
	moz-border-radius: 8px;
	webkit-border-radius: 8px;
	width: 100%;
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2); 
    -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
	background-color: #FFF;
	padding: 5px;
	position: relative;
	margin-bottom: 5px;
}

.divCatalogueProductgroupsProductList:hover{
	box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.2); 
    -moz-box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
}

.divCatalogueProductgroupsProductList .divCatalogueProductgroupsProductImage{
}

.divCatalogueProductgroupsProductList .divCatalogueProductgroupsProductTitle{
	margin-top: 0;
}

.divCatalogueProductgroupsProductList .divCatalogueProductgroupsProductTitle h2{
	text-align: left;
}

.divCatalogueProductgroupsProductList .divCatalogueProductgroupsProductText{
	margin-left: 5px;
}

.divCatalogueProductgroupsProductList .divCatalogueProductgroupsProductPrice{
	margin-left: 5px;
}

.divCatalogueProductgroupsProductList .divCatalogueProductgroupsProductProp{
	margin-left: 5px;
}

.divCatalogueProductgroupsProductList .divCatalogueProductgroupsProductCart{
	width: 140px;
	float: right;
}

.divCatalogueProductgroupsProductList .divCatalogueProductgroupsProductWhishlist{
}

.divCatalogueProductgroupsProductList .divCatalogueProductgroupsProductOrder{
}

.divCatalogueProductgroupsProductList .divCatalogueProductgroupsProductOrder_Q{
}

.divCatalogueProductgroupsProductList .divCatalogueProductgroupsProductSoldOut{
	margin-left: 5px;	
}

/*** PRODUCT DEATIL ***/

#divCatalogueProduct{
	width: 100%;
	position: relative;
}

#divCatalogueProductsLeft{
	display: flex;
	justify-content: center;
}

#divCatalogueProductsSlideshow{
	cursor: -webkit-zoom-in; 
	cursor: -moz-zoom-in;
}

#divCatalogueProductsRight{
	text-align: left;
}

#divCatalogueProductsRight .title{
	text-align: left;
}

#divCatalogueProductsBottom{
	margin-top: 10px;
}

#divCatalogueProductsProductSocialTwitter{
	height: 30px;
	padding-top: 5px;
}

#divCatalogueProductsProductSocialFacebook{
	height: 30px;
}

#divCatalogueProductsProductSocialPinIt{
	height: 30px;
	padding-top: 5px;
}

#divCatalogueProductsProductCart{
	float: right;
}

#divCatalogueProductsProductCart .divCatalogueProductgroupsProductWhishlist{
	float: left;
}

#divCatalogueProductsProductCart .divCatalogueProductgroupsProductOrder{
	float: left;
}

.divCatalogueProductsProductStaffel{
	text-align: right;
	font-weight: bold;
	background-color: #b22222;
	color: #FFF;
	font-size: 11px;
	margin-bottom: 5px;
	padding: 5px;
}

.divCatalogueProductsProductPrice{
	text-align: right;
	font-weight: bold;
	font-size: 24px;
	margin-bottom: 5px;
	color: #b22222;
}

.divCatalogueProductsProductOldPrice{
	font-size: 12px;
	color: #666;
	text-decoration: line-through;
	font-weight: normal;
}

.divCatalogueProductsProductVideos{
	font-weight: bold;
	background-color: #b22222;
	color: #FFF;
	margin-bottom: 5px;
	padding: 5px;
}

#box-table
{
	border-collapse: collapse;
	margin-bottom: 10px;
	text-align: left;
}

#box-table th
{
	background-color: #eef0fc;
	border: 1px solid #fff;
	color: #FFF;
	font-size: 13px;
	font-weight: normal;
	padding: 10px;
}

#box-table td
{
	background-color: #eef0fc;
	border: 1px solid #fff;
	color: #b22222;
	padding: 10px;
	transition: all 0.3s ease 0s;
}

#box-table td a
{
	color: #b22222;
}

#box-table tr:hover td
{
	background-color: #e1e4f9;
	color: #b22222;
	transition: all 0.3s ease 0s;
}

/*** RATING ***/

#fldRatingPriceError{
	display: none;
}

#fldRatingQualityError{
	display: none;
}

#fldRatingAppreciationError{
	display: none;
}

/*** FILTER ***/

#divCatalogueFilters{
    margin-top: 40px;
	padding: 5px;
	background-color: #FFFFFF;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}

#divCatalogueFiltersTitle{
}

.divCatalogueFilter{
	color: #666;
	padding: 5px;
}

.divCatalogueFilterText ul li{
	list-style: none;
}

/*** CHECKOUT ***/

#divCheckoutCheckout{
}

#divCheckoutExtraInfo{
	width: 100%;
	display: inline-block;
	margin-top: 10px;
	border: solid 1px #b22222;
	background-color: #ffffff;
	color: #b22222;
	padding: 5px;
}

#divCheckoutRecommendation{
	min-height: 400px;
	margin: 5px 0;
	background-color: #b22222;
}

#divCheckoutCart{
}

#divCheckoutShippingInfo{
	padding: 5px 0;
}

#divCheckoutInfo{
	background-color: #6CF;
	border: 1px solid #36F;
	color: #ffffff;
	margin-bottom: 20px;
	padding: 2px 6px 2px 6px;
	text-align: center;
}

/*** VOUCHER ***/

#divCheckoutVoucherContent{
	behavior: url('../border-radius.htc');
	border: 10px solid #666;
	border: 10px solid rgba(, 0.698);
	border-radius: 8px;
	display: none;
	moz-border-radius: 8px;
	webkit-border-radius: 8px;
	width: 600px;
}

#divCheckoutVoucherContent #divCheckoutVoucherContentTitle{
	background-color: #333333;
	border: 1px solid #666666;
	border-bottom: none;
	color: #FFF;
	font-size: 16px;
	font-weight: bold;
	padding: 5px;
}

#divCheckoutVoucherContent #divCheckoutVoucherContentText{
	background-color: #FFF;
	border: 1px solid #666666;
	padding: 0 10px 0 10px;
}

#divCheckoutVoucherContent #divCheckoutVoucherContentText:after{
	clear: both;
	content: ".";
	display: block;
	height: 0px;
	visibility: hidden;
}

#divCheckoutVoucherContent #divCheckoutVoucherContentClose{
	background-color: #FFF;
	border: 1px solid #666666;
	border-bottom: none;
	cursor: pointer;
	padding: 5px;
}

#fldVoucher{
	background-color: #CCC;
	border: solid 1px #333;
	color: #212121;
	margin: 0;
	padding: 5px;
	width: 200px;
}

#fldVoucher:focus{
	background: none;
	background-color: #FFFFFF;
}

#fldVoucherSubmit{
	background-color: #333;
	border: none;
	color: #FFF;
	padding: 5px;
	width: 184px;
	transition: all 0.3s ease 0s;
}

#fldVoucherSubmit:hover{
	background-color: #b22222;
	transition: all 0.3s ease 0s;
}

/*** RELATED ***/

#divProductRecommendation{
	width: 100%;
	float: left;
	clear: both;
}

.divRelatedTitle{
	height: 20px;
	background-color: #333;
	color: #FFF;
	padding: 10px;
	margin-bottom: 10px;
}

.divRelatedProduct{
	margin-bottom: 10px;
	text-align: center;
	cursor: pointer;
}

/*** REVIEW ***/

.divProductReviewResultHolder{
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: solid 1px #CCC;
}

.divProductReviewResultTitle{
	font-weight: bold;
}

.divProductReviewResultTitle{
	font-weight: bold;
}

.divProductReviewResultFullName{
	font-style: italic;
}

.divProductReviewResultTimestamp{
	text-align: right;
	font-style: italic;
}

/*** STEPS ***/

#divCheckoutSteps{
	width: 100%;
	background-color: #b2b2b2;
	margin-bottom: 5px;
}

.steps_step{
	width: 100%;
	background-color: #333333;
	color: #CCCCCC;
	padding: 10px;
	text-align: center;
}

.steps_step_active{
	width: 100%;
	background-color: #b22222;
	color: #FFF;
	padding: 10px;
	text-align: center;
}

#divCheckoutStep1, #divCheckoutStep2, #divCheckoutStep3, #divCheckoutStep4, #divCheckoutStep5{
}

#divCheckoutOverviewTitle{
	width: 100%;
	background-color: #333;
	color: #FFF;
	font-weight: bold;
	margin-bottom: 5px;
}

.divCheckoutOverviewTitleText{
	padding: 5px;
}

.divCheckoutOverviewTitleQuantity{
	padding: 5px;
	text-align: center;
}

.divCheckoutOverviewTitlePrice{
	padding: 5px;
	text-align: right;
}

.divCheckoutOverviewTitleTotal{
	padding: 5px;
	text-align: right;
}

.divCheckoutOverviewTitleRemove{
	padding: 5px;
	text-align: center;
}

.divCheckoutOverviewItemEven{
	background-color: #CCC;
	color: #FFF;
	font-weight: bold;
	min-height: 72px;
	margin-bottom: 5px;
}

.divCheckoutOverviewItemOdd{
	background-color: #999;
	color: #FFF;
	font-weight: bold;
	min-height: 72px;
	margin-bottom: 5px;
}

.divCheckoutOverviewItemEven a, .divCheckoutOverviewItemOdd a{
	color: #FFF;
}

.divCheckoutOverviewItemEven a:hover, .divCheckoutOverviewItemOdd a:hover{
	color: #FFF;
}

.divCheckoutOverviewItemImage{
	clear: both;
	overflow: hidden;
	padding: 0 5px 0 0px;
	width: 70px;
	height:70px;
}

.divCheckoutOverviewItemText{
	padding: 5px;
	overflow: hidden;
}

.divCheckoutOverviewItemQuantity{
	padding: 5px;
	text-align: center;
}

.divCheckoutOverviewItemPrice{
	padding: 5px;
	text-align: right;
}

.divCheckoutOverviewItemTotal{
	padding: 5px;
	text-align: right;
}

.divCheckoutOverviewItemRemove{
	padding: 5px;
	text-align: center;
}

#divCheckoutShippingCost{
	color: #333;
	padding:5px;
	text-align: right;
}

#divCheckoutShippingCostText{
	padding:5px;
	text-align: right;
}

#divCheckoutVatCostText{
	padding:5px;
	text-align: right;
}

#divCheckoutVatCost{
	padding:5px;
	text-align: right;
}

#divCheckoutCoupon{
	background-color: #F2F2F2;
	padding: 5px;
}

#divCheckoutShippinginfo{
	float: left;
	margin-top: 10px;
}

#divCheckoutSubTotalText{
	color: #333;
	font-weight: bold;
	margin: 0;
	text-align: right;
	padding: 5px;
}

#divCheckoutSubTotal{
	color: #333;
	font-weight: bold;
	margin: 0;
	text-align: right;
	padding: 5px;
}

#divCheckoutTotal{
	background-color: #CCC;
	color: #333;
	font-weight: bold;
	margin: 10px 0;
	text-align: right;
	padding: 5px;
}

.divCheckoutNavigation{
	display: block;
	height: 45px;
	margin-top: 15px;
}

.divCheckoutNavigationNext{
	background-color: #333333;
	cursor: pointer;
	display: block;
	float: right;
	font-size: 14px;
	height: 40px;
	text-align: center;
	width: 190px;
	transition: all 0.3s ease 0s;
}

.divCheckoutNavigationNext a:hover{
	background-color: #b22222;
	color: #FFF;
	transition: all 0.3s ease 0s;
}

.divCheckoutNavigationPrevious{
	background-color: #333333;
	cursor: pointer;
	display: block;
	float: left;
	font-size: 14px;
	height: 40px;
	text-align: center;
	width: 190px;
	transition: all 0.3s ease 0s;
}

.divCheckoutNavigationPrevious a:hover{
	background-color: #b22222;
	color: #FFF;
	transition: all 0.3s ease 0s;
}

.divCheckoutNavigationNext a, .divCheckoutNavigationPrevious a{
	color: #FFF;
	display: block;
	height: 100%;
	padding-top: 10px;
	text-decoration: none;
	width: 100%;
}

#divCheckoutCollectOrShip{
	margin-bottom: 10px;
}

.divCheckoutCollectOrShipLabel{
	padding-top: 5px;
	font-weight: bold;
}

.divCheckoutCollectOrShipSelect{
}

.divCheckoutCollectOrShipSelect select{
	background-color: #333333;
	border: solid 1px #666666;
	color: #FFF;
	padding: 5px;
	width: 100%;
}

.divCheckoutCollectLabel{
	font-weight: bold;
	margin-bottom: 5px;
}

.divCheckoutCollectSelect{
	background-color: #F5F5F5;
	height: 80px;
	margin-bottom: 10px;
}

.divCheckoutCollectSelectCheck{
	background-color: #0e0e0e;
	height: 80px;
	padding-top: 30px;
	text-align: center;
	width: 100%;
}

.divCheckoutCollectSelectText{
	min-height: 80px;
	padding: 5px;
}

.divCheckoutShippingLabel{
	font-weight: bold;
	margin-bottom: 5px;
}

.divCheckoutShippingSelect{
	background-color: #F5F5F5;
	height: 80px;
	margin-bottom: 10px;
}

.divCheckoutShippingSelectCheck{
	background-color: #333333;
	height: 80px;
	padding-top: 30px;
	text-align: center;
	width: 100%;
}

.divCheckoutShippingSelectText{
	min-height: 80px;
	padding: 5px;
}

.divCheckoutShippingSelectActions{
	background-color: #F4F4F4;
	height: 80px;
	padding-top: 30px;
	text-align: center;
	width: 100%;
}

.divCheckoutInvoiceLabel{
	font-weight: bold;
	margin-bottom: 5px;
}

.divCheckoutInvoiceSelect{
	background-color: #F5F5F5;
	height: 80px;
	margin-bottom: 10px;
}

.divCheckoutInvoiceSelectCheck{
	background-color: #333333;
	height: 80px;
	padding-top: 30px;
	text-align: center;
	width: 100%;
}

.divCheckoutInvoiceSelectText{
	min-height: 80px;
	padding: 5px;
}

.divCheckoutInvoiceSelectActions{
	background-color: #F4F4F4;
	height: 80px;
	padding-top: 30px;
	text-align: center;
	width: 100%;
}

.divCheckoutPaymentLabel{
	font-weight: bold;
	margin-bottom: 10px;
}

.divCheckoutPaymentMethodLabel{
	font-weight: bold;
	margin-bottom: 5px;
}

.divCheckoutPaymentMethodSelect{
	background-color: #F5F5F5;
	min-height: 80px;
	margin-bottom: 10px;
}

.divCheckoutPaymentMethodSelectCheck{
	background-color: #333333;
	height: 80px;
	padding-top: 30px;
	text-align: center;
	width: 100%;
}

.divCheckoutPaymentMethodSelectText{
	min-height: 80px;
	padding: 5px;
}

.divCheckoutPaymentMethodSelectImage{
	background-color: #F4F4F4;
	height: 70px;
	text-align: center;
	overflow: hidden;
}

.divCheckoutDetail{
	min-height: 80px;
	margin-bottom: 10px;
}

.divCheckoutDetailLabel{
	font-weight: bold;
}

.divCheckoutDetailValue{
}

/*** OGONE ***/

#divOgone{
	font-size: 13px;
}

#divOgone small{
	font-size: 13px;
}

#divOgone .ncoltxtl{
	padding: 5px;
}

#divOgone .ncoltxtr{
	padding: 5px;
}

#divOgone .ncolinput{
    padding: 5px;
}

#divOgone .ncolinput input, #divOgone .ncolinput select{
    padding: 2px;
}

#divOgone .ncol{
    padding: 10px;
	background-color: #b22222;
	border: none;
	color: #FFF;
	cursor: pointer;
}

#divOgone .ncol:hover{
	background-color: #660000;
}

#divOgone table.ncoltable1, #divOgone table.ncoltable2, #divOgone table.ncoltable3, #divOgone div.paymentZone{
	margin: 5px auto;
	width: 100%;
}

/*** CUSTOMER HOME ***/

#divCriOSFacebook{
	width: 181px;
	height: 39px;
	background-image: url(../images/default/body/png/imgFacebookButton.png);
	background-repeat: no-repeat;
}

#divCriOSFacebook:hover{
	width: 181px;
	height: 39px;
	background-image: url(../images/default/body/png/imgFacebookButtonOver.png);
	background-repeat: no-repeat;
}

#divCustomerHomeContent{
}

.divCustomerHomeContentLeft{
	width: 100%;
}

.divCustomerHomeContentRight{
	width: 100%;
}

.divCustomerHomeContentLeftTitle{
	width: 100%;
	height: 30px;
	float: left;
	background-color: #CCC;
	padding: 5px 5px 0 5px;
}

.divCustomerHomeContentRightTitle{
	width: 100%;
	height: 30px;
	float: left;
	background-color: #CCC;
	padding: 5px 5px 0 5px;
}

.divCustomerHomeContentLeftText{
	width: 100%;
	min-height: 200px;
	float: left;
	background-color: #F7F7F7;
	padding: 5px;
	position: relative;
	margin-bottom: 10px;
}

.divCustomerHomeContentRightText{
	width: 100%;
	min-height: 200px;
	float: left;
	background-color: #F7F7F7;
	padding: 5px;
	position: relative;
	margin-bottom: 10px;
}

.divCustomerHomeContentLeftButton, .divCustomerHomeContentRightButton{
	width: 180px;
	background-color: #333;
	color: #FFF;
	padding: 10px 0;
	text-align: center;
	position: absolute;
	bottom: 5px;
	right: 5px;
	transition: all 0.3s ease 0s;
}

.divCustomerHomeContentLeftButton:hover, .divCustomerHomeContentRightButton:hover{
	background-color: #b22222;
}


.divCustomerHomeOrderHeader{
	background-color:#dfdfdf;
	font-weight:bold;
}

.divCustomerHomeOrderHeaderDate{
}

.divCustomerHomeOrderHeaderReferer{
}

.divCustomerHomeOrderHeaderTotal{
	text-align:right;
}

.divCustomerHomeOrderHeaderPayed{
	text-align: center;	
}

.divCustomerHomeOrderHeaderShipped{
	text-align: center;	
}	
	
.divCustomerHomeOrderSubHeader{
	background-color:#e8e8e8;
}
	
.divCustomerHomeOrderSubHeaderDate{
}

.divCustomerHomeOrderSubHeaderReferer{
}

.divCustomerHomeOrderSubHeaderTotal{
	text-align:right;
}

.divCustomerHomeOrderSubHeaderPayed{
	text-align: center;	
	cursor:default;
}

.divCustomerHomeOrderSubHeaderShipped{
	text-align: center;
	cursor:default;
}

/*** CUSTOMER ORDERS ***/

.divCustomerOrderHeader{
	background-color:#dfdfdf;
	font-weight:bold;
}

.divCustomerOrderHeader > div{
	padding: 10px;
}

.divCustomerOrderHeaderDate{
}

.divCustomerOrderHeaderReferer{
}

.divCustomerOrderHeaderTotal{
	text-align:right;
}

.divCustomerOrderHeaderPayed{
	text-align: center;	
}

.divCustomerOrderHeaderShipped{
	text-align: center;	
}	
	
.divCustomerOrderSubHeader{
	cursor:pointer;
	background-color:#e8e8e8;
}

.divCustomerOrderSubHeader > div{
	padding: 10px;
}
	
.divCustomerOrderSubHeaderDate{
}

.divCustomerOrderSubHeaderReferer{
}

.divCustomerOrderSubHeaderTotal{
	text-align:right;
}

.divCustomerOrderSubHeaderPayed{
	text-align: center;
	cursor: default;
}

.divCustomerOrderSubHeaderShipped{
	text-align: center;
	cursor:default;
}

.divCustomerOrderDetailsHolder{
	background-color:#efefef;
	padding: 10px;
}
	
.divCustomerOrderDetailHeader{
	background-color:#e8e8e8;
	font-weight:bold;
}

.divCustomerOrderDetailHeader > div{
	padding: 10px;
}
	
.divCustomerOrderDetailHeaderTitle{
}

.divCustomerOrderDetailHeaderAmount{
	text-align:right;
}

.divCustomerOrdeDetailrHeaderPrice{
	text-align:right;
}

.divCustomerOrderDetailHeaderSubtotal{
	text-align:right;	
}

.divCustomerOrderDetail{
	background-color:#efefef;
}

.divCustomerOrderDetail > div{
	padding: 10px;
}
	
.divCustomerOrderDetailTitle{
}

.divCustomerOrderDetailAmount{
	text-align:right;
}

.divCustomerOrderDetailPrice{
	text-align:right;
}

.divCustomerOrderDetailSubtotal{
	text-align:right;	
}
	
.divCustomerOrderDetailFooter{
	background-color:#eaeaea;
	font-weight:bold;
}

.divCustomerOrderDetailFooter > div{
	padding: 10px;
}
	
.divCustomerOrdeDetailrFooterTotal{
	text-align:right;	
}

.divCustomerOrderDetailFooterPrice{
	text-align:right;	
}

.divCustomerOrderRemarks{
	margin-top:10px;
	padding: 10px;
}



/*** CUSTOMER WISHLIST ***/ 

.divCustomerWishlistItem{
	moz-border-radius: 8px;
	webkit-border-radius: 8px;
	width: 100%;
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2); 
    -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
	background-color: #FFF;
	padding: 5px;
	position: relative;
	margin-bottom: 10px;
}


.divCustomerWishlistItemPhoto{
	height: 150px;
}

.divCustomerWishlistItemInfo{
	padding: 5px;
}

.divCustomerWishlistItemAddToBasket{
	padding: 5px;
	text-align: center;
}

.divCustomerWishlistItemRemove{
	padding: 5px;
	text-align: center;
}

.divCustomerProductIcon{
	margin: 51px 0 0 0;
	text-align: center;
	cursor: pointer;
}

.divCustomerProductIcon:hover{
	color: #b22222;
}

.divCustomerRemoveIcon{
	margin: 51px 0 0 0;
	text-align: center;
	cursor: pointer;
}

.divCustomerRemoveIcon:hover{
	color: #b22222;
}


/* AGENDA */

.divCalendarContent{
	margin-bottom:20px;
}

.divCalendarMonth{
	margin-bottom:20px;
	text-align:center;
	color:#b22222;
	display:none;
}

.spnAgendaController{
	color: #b22222;
	cursor:pointer;
	padding: 5px 13px;
	background-color: #e8e8e8;
	border-radius: 50%;
}

.spnAgendaController:hover{
	color: #b22222;
	background-color: #c8c8c8;
}

.divAgendaWeekHeader{
	display: none;
}

.divAgendaDay{
	width: 14.28571429%;
	float:left;
	padding:10px;
	padding-bottom:20px;
	min-height: 70px;
}

.DayAvailable{
	cursor: pointer;	
}

.DayAvailable,
.DayNotAvailable,
.DayNotAvailableClosed{
	border-left:1px solid #999999;
	border-top:1px solid #999999;
}

.DaySunday{
	border-right:1px solid #999999;
}

.DayLastDay{
	border-left:1px solid #999999;
}

.divAgendaWeek:last-child .DayAvailable,
.divAgendaWeek:last-child .DayNotAvailable,
.divAgendaWeek:last-child .DayNotAvailableClosed{
	border-bottom:1px solid #999999;
}

.DayBefore{
	
}

.DayAfter{
	border-top:1px solid #999999;
	padding-bottom:21px;
}

.DayAvailable{
	background-color: #a1d784;
}

.DayAvailable:hover{
	background-color: #4c7a33;
	color:#ffffff;
	transition:all 0.3s ease 0s;
}

.DayNotAvailable{
	background-color: #f4f4f5;
	color:#999999;
}

.DayNotAvailableClosed{
	background-color: #ff5a5a;	
}

.DayActive{
	background-color: #4c7a33;
	color:#ffffff;
}

.lblAgenda{
	margin-left:20px;
}

#divTimeslotsSelectDateFirst{
	color: #b71e1e;
	margin-bottom: 10px;
}

#divTimeslot{
	display: none;
}

#divNoTimeslotsAvailable{
	color: #b71e1e;
	display: none;
}

#fldTimeslotError{
	color: #b71e1e;
	display: none;
}



/*----------------------------------------------- SHOP END -----------------------------------------------*/
/*----------------------------------------------- SHOP END -----------------------------------------------*/
/*----------------------------------------------- SHOP END -----------------------------------------------*/

/*** FORMS ***/

.divContactButton{
	width: calc(100% - 20px);
	background-color:#b71e1e;
	color:#ffffff;
	padding:10px 30px;
	margin: 10px;
	text-align: center;
	cursor:pointer;
	display:inline-block;
	text-transform: uppercase;
	font-weight: 200;
	font-size: 18px;
	transition: all 0.3s ease 0s;
}

.divContactButton:hover{
	background-color:#212121; 
}

#divObligated{
	text-align: right;
}

.frmGeneral{
	border:0;
	margin:5px auto 0 auto;
	padding:0;
	width:100%;
	text-align: left;
	font-size: 18px;
	max-width: 1200px;
}

.frmGeneral fieldset{
	border:0;
	margin:0;
	padding:0;
	width:100%;
}

.frmGeneral dl{
	border:0;
	margin:0 0 0px 0;
	padding:0 0 10px 0;
	width:100%;
}

.frmGeneral dl:after{
	clear:both;
	content:".";
	display:block;
	height:0px;
	visibility:hidden;
}

.frmGeneral fieldset:last-of-type dl{
	border-bottom: none;
}

.frmGeneral dt{
	border:0;
	float:left;
	margin:0;
	min-height:40px;
	overflow:hidden;
	padding:0;
	width:35%;
}

.frmGeneral dd{
	border:0;
	float:left;
	margin:0;
	min-height:40px;
	overflow:hidden;
	padding:0;
	width:65%;
}

.frmGeneral input{
	background-color:#FFFFFF;
	border:solid 1px #D9D9D9;
	color:#212121;
	font-size:16px;
	margin:0 0 5px 0;
	padding: 5px;
	width:100%;
	border-radius:0;
	-webkit-appearance: none;
}

.frmGeneral input.inputv1{
	max-width:50%;
	border-right: none;
}

.frmGeneral input.inputv2{
	max-width:50%;
}

.frmGeneral input.inputv3{
	max-width:70%;
	border-right: none;
}

.frmGeneral input.inputv4{
	max-width:15%;
	border-right: none;
}

.frmGeneral input.inputv5{
	max-width:15%;
}

.frmGeneral input.inputv6{
	max-width:25%;
	border-right: none;
}

.frmGeneral input.inputv7{
	max-width:75%;
}

.frmGeneral input:focus{
	background:none;
	background-color:#F4F4F4;
}

.frmGeneral textarea{
	background-color:#FFFFFF;
	border:solid 1px #D9D9D9;
	color:#212121;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:16px;
	height:120px;
	margin-bottom:10px;
	padding: 5px;
	width:100%;
	border-radius:0;
	-webkit-appearance: none;
}

.frmGeneral textarea:focus{
	background:none;
	background-color:#F4F4F4;
}

.frmGeneral select{
	background-color:#FFFFFF;
	border:solid 1px #D9D9D9;
	color:#212121;
	font-size:16px;
	padding: 5px;
	margin:0 0 5px 0;
	width:100%;
	border-radius:0;
	-moz-appearance:none;
	appearance:none;
	-webkit-appearance:none;	
	background-image:linear-gradient(45deg, transparent 50%, gray 50%),linear-gradient(135deg, gray 50%, transparent 50%),linear-gradient(to right, #fff, #fff);
	background-position:calc(100% - 20px) calc(0.5em + 2px),calc(100% - 15px) calc(0.5em + 2px),calc(100% - 2.5em) 0.5em;
	background-size:5px 5px,5px 5px,1px 1.5em;
	background-repeat: no-repeat;
}

.frmGeneral select:focus{
	background-color:#FFF;
}
.frmGeneral select.option{
	background-color:#FFFFFF;
}

.frmGeneral .check{
	background:none;
	background-color:#FFFFFF;
	border:solid 1px #333;
	width:auto;
	vertical-align:middle;
	-moz-appearance:checkbox-small;
	appearance:checkbox;
	-webkit-appearance:checkbox;
}

.frmGeneral .check:checked{
	-moz-appearance:checkbox-small;
	appearance:checkbox;
	-webkit-appearance:checkbox;
}

.frmGeneral .remChars{
	background:none;
	border:none;
	color:#212121;
	font-size:10px;
	margin:0;
	padding:0;
	text-align:center;
	width:25px;
}

.frmGeneral .submit{
	background:none;
	background-color:#b71e1e;
	border:solid 1px #b71e1e;
	color:#ffffff;
	padding:15px;
	width:50%;
	max-width: 400px;
	text-transform: uppercase;
	cursor: pointer;
	transition: all 0.3s ease 0s;
	border-radius:0;
	-webkit-appearance: none;
	font-family: 'Inter', sans-serif;
}

.frmGeneral .submit:hover, .frmGeneral .submit:focus{
	background-color:#212121;
	border-color: #212121;
	color: #ffffff;
}

.frmGeneral .readonly{
	color:#666;
}

.fieldError{
	border:1px solid #ff0000 !important;
	background-color:#ff9999 !important;
	color:#ffffff !important;
}

#fldFormFieldFirstname,
#fldFormFieldStreet,
#fldFormFieldNumber,
#fldFormFieldZipcode{
	border-right:none !important;
}

.fieldErrorMessage{				
	display:block !important;
}

.tip, .tip a{
	color: #595959;
}


#divMakeAnAppointment{
    position:fixed;
    bottom:20px;
    right:20px;
    height:50px;
    z-index:2470; 
    background-color:#212121;
    color:#ffffff;
    border-radius:50px;
    cursor:pointer;
	transition: all 0.3s ease 0s;
}

#divMakeAnAppointmentIcon{
    width:50px;
    height:50px;
    text-align:center;
    padding-top:10px;
    font-size:20px; 
    float:right; 
}

#divMakeAnAppointment:hover{
    background-color:#b71e1e;
}

#divMakeAnAppointmentText{
    position:relative;
    float:right;
    margin-top:8px;
    margin-left:18px;
    padding:4px 8px;
}

/*** FIXES ***/

.clearfix:after
{
	clear:both;
	content:".";
	display:block;
	height:0px;
	visibility:hidden;
}

.clearfix
{
	display:inline-block;
}

* html .clearfix
{
	height:1%;
}

.clearfix
{
	display:block;
}
