
/*<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;
	/*background-image: url(../images/default/body/png/imgBackground.png);*/
	background-color: #F7F7F7;
}

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

#ssIFrame_google{
	display: none;
}

.wow{
	visibility: hidden;
}

/*** NEWS POPUP ***/

.divNewsPopup{
	text-align: center;
	display:none;
}

.divNewsPopupTitle{
	margin:0 auto;
	font-size: 30px;
	margin-bottom: 30px;
	text-transform: uppercase;
	font-weight: bold;
	text-align: center;
}

.divNewsPopupText{
	margin:0 auto;
	margin-bottom: 30px;
	text-align: center;
}

.divNewsPopupImage{
	margin:0;
	width:100%;
	height: 30vw;
	height:50vh;
	background-size:cover;
	background-size:contain;
	background-position:center;
	background-repeat:no-repeat;
}

/*** NEWS BANNER ***/

.newsbanner_wrap{
	background-color:#ffd400;
	padding:50px 0;
}

.newsbanner_image{
	width:100%;
	height:337px;
	background-size:cover;
	background-size:contain;
	background-position:center;
	background-repeat:no-repeat;
}

.newsbanner_title{
	text-transform: uppercase;
	font-size:30px;
	margin-bottom:50px;
	text-align:center;
	color:#ffffff;
	color:#4a4a4d;
}

.newsbanner_title:after{
    content: '';
    display: block;
    bottom: -15px;
    position: relative;
	left: 47%;
    width: 6%;
    border-top: 1px solid #ffffff;
     border-top: 1px solid #4a4a4d;
}

.newsbanner_title a{
	color:#ffffff;
	color:#4a4a4d;
}

.newsbanner_text{
	font-size:14px;
	line-height: 28px;
	text-align:center;
	color:#ffffff;
	color:#4a4a4d;
	padding: 0 10px;
}



/*** DEMO ***/

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

.error{
	color: #990000;;
	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;
	background-color:rgba(255,255,255,0.95);
}

.header_wrap_regular{
	border-bottom:1px solid #eeeae1;
	/*margin-bottom:25px;*/
}

#header_outer{
	margin:0 auto;
}

#header_inner{
	z-index:50;
}

#header_languages{
	text-align:right;
}

#header_languages:empty{
	display: none;
}

#header_logo{
	cursor:pointer;
	height:145px;
	display:block;
	/*background-image: url(../images/default/body/png/imgLogo.png);*/
	background-repeat: no-repeat;
	background-size: contain;
	background-position: left;
}

/*** BREADCRUMB ***/

#breadcrumb_wrap{
	color:#999999;
	padding: 10px 0;
	margin-top:25px;
}

#breadcrumb_wrap a{
	color:#ffd400;
}

#breadcrumb_wrap a:hover{
	color:#ffd400;
}

/*** TOPMENU ***/

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

#header_language_wrap{
	margin-top:5px;
	height:20px;
	text-align:right;
}

#header_contact_wrap{
	margin-top:10px;
	margin-bottom:13px;
	height:40px;
	text-align:right;
	font-size:13px;
	line-height:20px;
}

#header_contact_wrap .contact_line{
	display:inline-block;
	margin-left:6px;
}

#topmenu_wrap{
	margin-top:14px;
	position: relative;
	text-align:right;
	z-index: 199;
	height:56px;
}

#topmenu_wrap ul.ulMenuTop{
	display: table;
	float:right;
}

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

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

#topmenu_wrap ul.ulMenuTop li.liMenuTop:hover a{
	color: #ffd400;	
}

#topmenu_wrap ul.ulMenuTop li.liMenuTop:hover a.yellow{
	color: #4a4a4d;	
}

#topmenu_wrap ul.ulMenuTop li.liHasSubpages:hover::before {
    display:inline-block; 
    font: normal normal normal 12px/1 FontAwesome;       
    content: "\f078";
    color: #ffd400;
    margin-right:5px; 
    position:absolute;
    right:0px;
    top:15px;
}

#topmenu_wrap ul.ulMenuTop li.liHasSubpages.yellow:hover::before{
	color: #4a4a4d;
}

#topmenu_wrap ul.ulMenuTop li.liMenuTopActive{
	color: #ffd400;	
}

#topmenu_wrap ul.ulMenuTop li.liMenuTopActive a{
	color: #ffd400;	
}

#topmenu_wrap ul.ulMenuTop li.liMenuTopActive a.yellow{
	color: #4a4a4d;	
}

#topmenu_wrap ul.ulMenuTop li.mContact{
	background-color:#ffd400;
	/*border-radius: 8px;*/
}

#topmenu_wrap ul.ulMenuTop li.mContact a{
	color: #ffffff;	
	padding:7px 10px 5px 10px !important;
}

#topmenu_wrap ul.ulMenuTop li.mContact:hover{
	background-color:#4a4a4d;
}

#topmenu_wrap ul.ulMenuTop li.mContact:hover a{
	color: #ffffff;	
}

#topmenu_wrap ul.ulMenuTop li a{
	display:inline-block;
	text-align:center;
	text-decoration:none;
	white-space:nowrap;
	padding:7px 13px 21px 0px;
	color: #4a4a4d;
	text-transform: uppercase;
}

#topmenu_wrap ul.ulMenuTop li a.yellow{
	color: #FFFFFF;
}

#topmenu_wrap ul.ulMenuTop li ul.ulMenuTopSub {
	list-style: none;
	position: absolute;
	display: none;
	box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.05);
}

#topmenu_wrap ul.ulMenuTop li ul.ulMenuTopSub li{
	display: block;
	margin: 0;
	font-size:18px;	
}

#topmenu_wrap ul.ulMenuTop li ul.ulMenuTopSub .liMenuTopSubActive::before,
#topmenu_wrap ul.ulMenuTop li ul.ulMenuTopSub li:hover::before {
    display:inline-block; 
    font: normal normal normal 10px/1 FontAwesome;       
    content: "\f078";
    color: #ffd400;
    margin-right:5px; 
    position:absolute;
    left:5px;
    top:9px;
}

#topmenu_wrap ul.ulMenuTop ul.ulMenuTopSub li a{
	display:inline-block;
	text-transform: none;
	text-align: left;
	text-decoration: none;
	white-space: nowrap;
	padding: 5px 20px;
	color: #4a4a4d !important;
	width: 265px;
}

#topmenu_wrap ul.ulMenuTop li ul.ulMenuTopSub {
	list-style: none;
	position: absolute;
	top: 57px;
	/*
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	*/
	display: none;
}

#topmenu_wrap ul.ulMenuTop li ul.ulMenuTopSub li{
	display: block;
	margin: 0;
	background-color:rgba(255,255,255,0.95);
	border-bottom:none;
	height: auto;
	font-size:15px;	
}

#topmenu_wrap ul.ulMenuTop ul.ulMenuTopSub li:hover a{
	color: #ffd400 !important;
}

/*** 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 {
	overflow:hidden;
	background-color: #F7F7F7;
} 

/*** PAGE ***/

#page_wrap{
	margin-bottom: 50px;
	background-color: #F7F7F7;
}

/*** 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;
}


/*** RIGHT ***/

#right_wrap{
}

#right_wrap .title{
	text-transform: uppercase;
	font-size:30px;
	margin-bottom:50px;
	text-align:center;
}

#right_wrap .title:after{
    content: '';
    display: block;
    bottom: -15px;
    position: relative;
	left: 47%;
    width: 6%;
    border-top: 1px solid #dbdbdb;
}

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

#right_wrap .text{
	font-size:14px;
	line-height: 28px;
	text-align:center;
	margin-bottom:30px;
}





#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:50px;	
}

#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:#96e2c0;
	padding:10px;
	display:inline-block;
	cursor: pointer;
	margin:0 auto;
}

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

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

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

#right_wrap .downloads .download_wrap .download:before {
  	font-family: FontAwesome;
  	display: inline-block;
  	font-size:14px;
  	width:26px;
	content: "\f019"; 
}
 
.download_form_wrap{ 
    margin-top:6px;
    margin-bottom:10px;
    width:600px;
    background-color:#96e2c0;
    padding:10px;
    font-size:12px;
    display:inline-block;
    position: relative;
    text-align:center;
    display:none; 
}

.download_form_wrap:after {
    content: '';
    position: absolute;
    top: 0;
    left: 300px;
    width: 0;
    height: 0;
    border: 5px solid transparent;
    border-bottom-color: #96e2c0;
    border-top: 0;
    margin-left: -5px;
    margin-top: -5px;
}

.divRequestDownloadForm{
   margin-left:4px;
   margin-bottom:4px;
}

.divRequestDownloadForm fieldset dl{
   margin-bottom:0;
   padding-bottom:0;
}

.divRequestDownloadForm .frmGeneral .submitButton{
    padding-top:8px;
    padding-bottom:5px;
    margin-top:8px;
}

.divRequestDownloadInfo{
    text-align:center;
    margin-bottom:10px;
    margin-top:4px;
}

.divNewsletterResult{
    margin-top:6px;
    margin-bottom:10px;
    background-color:#99dd99;
    padding:5px;
    display:inline-block;
    font-size:12px;
    color:#4a4a4d;
    display:none;
}

.divNewsletterResult:before {
    font-family: FontAwesome;
    display: inline-block;
    font-size:14px;
    width:26px;
    content: "\f129"; 
    color:#4a4a4d;
    text-align:center;
}













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

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

#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 ul{
    list-style-position: inside;
}

#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:50px;
}

#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:5px;
	overflow:hidden;
}

#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:265px;
	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);
}










/*** FOOTER ***/

#footer_wrap {
	background-color:#4a4a4d;
	color:#ffffff;
}

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

#footer_wrap a:hover{
	color:#ffd400;
}

#footer_outer{
	min-height:73px;
	font-size:11px;
}

#footer_outer_copyright{
	padding-top:30px;
	text-align:left;
}

#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;	
}

/*** CLASSES ***/

.red
{
	color:#990000;
}

/*** FANCYBOX ****/

#fancybox-overlay {
	background:#4a4a4d;
}

.fancybox-outer {
	background: #FF0;
}

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

/*** TEAM ***/

.divTeamMember{
	text-align: center;
}

.divTeamMemberPhoto{
	background-color: #F4F4F4;
	border-bottom: solid 5px #ffd400;
	border-right: solid 1px #4a4a4d;
	width: 150px;
	height: 150px;
	border-radius: 50%;
	margin: 0 auto;
	transition: all 0.3s ease 0s;
}

.divTeamMemberPhoto:hover{
	border-right: solid 1px #ffd400;
	border-bottom: solid 5px #4a4a4d;
}

.divTeamMemberPhoto span{
	width: 50px;
	height: 50px;
	margin: 50px;
	font-size: 50px;
	color: #FFFFFF;
}

.divTeamMemberName{
	font-weight: bold;
	font-size: 18px;
	margin: 15px 0;
}

.divTeamMemberEmail{
	margin-bottom: 20px
}

.divTeamMemberEmailLink{
	color: #999;
}

/*** CUSTOM SLOGANS ***/

#divSlogans{
	background: #FFFFFF;
	border:solid 4px #4a4a4d;
	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: #ffffff;
	text-align:left;
}

.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 #4a4a4d;
	margin-bottom:7px;
	color:#ffffff;
}

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

.divNewsItemText{
}

.divNewsItemDate{
	padding:20px 0;
	font-style:italic;
}

/*** 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 #4a4a4d;
	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: #4a4a4d;
	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;
}

/*** PROJECTS ***/

.divProjectsCategoryTitle{
	width: 100%;
	padding: 10px;
	background-color: #4a4a4d;
	color: #FFF;
	text-align: right;
}

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

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

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

.divProjectsText{
	display: none;
}

.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: #000;
	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;
	background-color: #858585;
}

.divJobOpeningsTitle{
	font-weight:bold;
	background-color: #CCCCCC;
}

.divJobOpeningsText{
}

.divJobOpeningsReadmore{
	text-align: right;
}

.divJobOpeningsItemTitle{
	padding-bottom:7px;
	border-bottom:1px solid #4a4a4d;
	margin-bottom:7px;
	color:#ffffff;
}

.divJobOpeningsItemText{
}

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

/*** LINKS ***/



/*** FAQ ***/

.divFaqsHolder{
	margin-bottom:20px;
	background-color: #858585;
}

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

.divFaqsText{
}

.divFaqsReadmore{
	text-align: right;
}

.divFaqsItemTitle{
	padding-bottom:7px;
	border-bottom:1px solid #4a4a4d;
	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:#4a4a4d;
}


.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:#4a4a4d;
}

/*** VIDEO ***/

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

/*** ALBUM ***/

#albumphotos_wrap .grid-container div .albumphoto_wrap{
	margin-bottom:40px;	
}

#albumphotos_wrap .grid-container div .albumphoto_wrap{
	margin-left:10px;
	margin-right:10px;	
}

#albumphotos_wrap .grid-container div .albumphoto_wrap .albumphoto_image_holder{
	margin-bottom:20px;
	overflow:hidden;
}

#albumphotos_wrap .grid-container div .albumphoto_wrap .albumphoto_image_holder .albumphoto_image{
	background-color:#ffffff;	
	height:266px;
	cursor:pointer;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	transition: all .2s ease-in-out;
	transform:scale3d(1,1,1);	
}

#albumphotos_wrap .grid-container div .albumphoto_wrap .albumphoto_image_holder .albumphoto_image:hover{
	transform:scale3d(1.03,1.03,1.03);	
}

#albumphotos_wrap .grid-container div .albumphoto_wrap .albumphoto_title{
	text-transform:uppercase;
	font-size:20px;
	margin-bottom:20px;
}

#albumphotos_wrap .grid-container div .albumphoto_wrap .albumphoto_title a{
	text-decoration:none;
	color:#4a4a4d;
}

#albumphotos_wrap .grid-container div .albumphoto_wrap:hover a{
	color:#ffd400;
}

.divAlbumphoto{
	height:200px;
	max-width: 200px;
	padding:10px;	
	background-color: #4a4a4d;
	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 ***/

#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);
}


/*----------------------------------------------- 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: #4a4a4d;
}

/*** 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: #4a4a4d;
}

#divCatalogueContinueOrCheckout #divCatalogueContinueOrCheckoutButton2:hover{
	background-color: #4a4a4d;
}

/*** 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 #4a4a4d;
	color:#000;
	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{
	margin: 0 0 10px 0;
	padding: 10px;
	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;
}

/*** 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 ***/

#divCatalogueProductgroups{
}

.divCatalogueProductgroup_1, .divCatalogueProductgroup_2, .divCatalogueProductgroup_3{
	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;
}
	
.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{
	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);
}

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

.divCatalogueProductgroupTitle{
	overflow: hidden;
	text-shadow: 0px 2px 3px rgba(0,0,0,0.2);
	text-align: center;
	margin-top: 5px;
	background-color: #F4F4F4;
}

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

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


/*** PRODUCT ***/

#divCatalogueProductgroupsProducts{
}

.divCatalogueProductgroupsProduct_1, .divCatalogueProductgroupsProduct_2, .divCatalogueProductgroupsProduct_3{
	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;
	position: relative;
}

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

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

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

.divCatalogueProductgroupsProduct_1:hover, .divCatalogueProductgroupsProduct_2:hover, .divCatalogueProductgroupsProduct_3: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);
}

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

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

.divCatalogueProductsPager span{
	cursor: pointer;
}

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

.divCatalogueProductgroupsProductTitle{
	overflow: hidden;
	text-shadow: 0px 2px 3px rgba(0,0,0,0.2);
	text-align: center;
	margin-top: 5px;
	background-color: #F4F4F4;
}

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

.divCatalogueProductgroupsProductTitle h2{
	font-size: 14px;
	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: #4a4a4d;
	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: #4a4a4d;
	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{
	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;
}

#divCatalogueProductsLeft{
}

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

#divCatalogueProductsRight{
	margin-left: 5px;
}

#divCatalogueProductsBottom{
	margin-top: 10px;
}

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

#divCatalogueProductsProductSocialFacebook{
	height: 30px;
	text-align: right;
}

#divCatalogueProductsProductSocialPinIt{
	height: 30px;
	text-align: right;
	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,0,0, 0.698);
	border-radius: 8px;
	display: none;
	moz-border-radius: 8px;
	webkit-border-radius: 8px;
	width: 600px;
}

#divCheckoutVoucherContent #divCheckoutVoucherContentTitle{
	background-color: #4a4a4d;
	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 #4a4a4d;
	color: #000;
	margin: 0;
	padding: 5px;
	width: 200px;
}

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

#fldVoucherSubmit{
	background-color: #4a4a4d;
	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: #4a4a4d;
	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: #4a4a4d;
	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: #4a4a4d;
	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: #4a4a4d;
	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: #4a4a4d;
	font-weight: bold;
	margin: 0;
	text-align: right;
	padding: 5px;
}

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

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

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

.divCheckoutNavigationNext{
	background-color: #4a4a4d;
	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: #4a4a4d;
	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: #4a4a4d;
	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: #4a4a4d;
	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: #4a4a4d;
	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: #4a4a4d;
	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: #4a4a4d;
	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;
}

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

/*** FORMS ***/

.frmGeneral{
	border:0;
	margin:5px 0 0 0;
	padding:0;
	width:100%;
	text-align: left;
}

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

.frmGeneral dl{
	border:0;
	margin:0 0 10px 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 #999999;
	border-radius: 0;
	color:#4a4a4d;
	margin:0;
	padding:10px;
	-webkit-appearance: none;
	width:calc(100% - 4px);
}

.jSignature{
	background-color:#FFFFFF;
	border:solid 1px #999999;
	border-radius: 0;
	color:#4a4a4d;
	margin:0;
	padding:10px;
	-webkit-appearance: none;
	width:calc(100% - 4px);
}

.frmGeneral input.inputv1{
	max-width:calc(50% - 4px);
	margin-right:4px;
}

.frmGeneral input.inputv2{
	max-width:calc(50% - 4px);
	margin-right:4px;
}

.frmGeneral input.inputv3{
	max-width:calc(70% - 4px);
	margin-right:4px;
}

.frmGeneral input.inputv4{
	max-width:calc(15% - 4px);
	margin-right:4px;
}

.frmGeneral input.inputv5{
	max-width:calc(15% - 4px);
	margin-right:4px;
}

.frmGeneral input.inputv6{
	max-width:calc(25% - 4px);
	margin-right:4px;
}

.frmGeneral input.inputv7{
	max-width:calc(75% - 4px);
	margin-right:4px;
}

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

.frmGeneral textarea{
	background-color:#FFFFFF;
	border:solid 1px #999999;
	border-radius: 0;
	color:#4a4a4d;
	font-family: 'Martel Sans', sans-serif;
	font-size:12px;
	height:120px;
	padding:10px;
}

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

.frmGeneral select{
	background-color:#FFFFFF;
	border:solid 1px #999999;
	color:#4a4a4d;
	padding:10px 40px 8px 5px;
	width:100%;
	margin:0;
	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(10px + 2px),calc(100% - 15px) calc(10px + 2px),calc(100% - 2.5em) 0.5em;
	background-size: 5px 5px,5px 5px,1px 1.5em;
	background-repeat: no-repeat;
}

.frmGeneral input,
.frmGeneral textarea,
.frmGeneral select{
	margin-bottom:4px;
	width:calc(100% - 4px);	
	/*box-sizing: border-box;
	width:100%;
	margin-right:4px;*/
}

.frmGeneral select option:first-child { 
	color:#768a95; 
}

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

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

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

.frmGeneral .radio{
	background:none;
	background-color:#FFFFFF;
	border:solid 1px #4a4a4d;
	width:auto;
	vertical-align:middle;
	-moz-appearance:radio;
	appearance:radio;
	-webkit-appearance:radio;
}

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

.frmGeneral .submit{
	background:none;
	background-color:#4a4a4d;
	border:solid 1px #4a4a4d;
	border-radius: none;
	color:#FFF;
	padding:5px;
	width:50%;
	cursor: pointer;
	-webkit-appearance: none;
}


.frmGeneral .submitButton{
	display:inline-block;
	border:1px solid #4a4a4d;
	background-color:#ffffff;
	padding:10px 30px;
	padding-left: 20px;	
	cursor: pointer;
	text-transform: uppercase;
	width: auto;
	position: relative;
}

.frmGeneral .submitButton:hover{
	background-color:#ffd400;
	border-color:#ffd400;
	color:#ffffff;
}

.frmGeneral .submitButton::before {
    display:inline-block; 
    font: normal normal normal 10px/1 FontAwesome;       
    content: "\f054";
    color: #ffd400;
    margin-right:12px; 
}

.frmGeneral .submitButton:hover::before{
	color:#ffffff;
}

.frmGeneral .submitButton:focus{
	background-color:#4a4a4d;
}

.frmGeneral .submitButton:focus{
	background-color:#4a4a4d;
}

.frmGeneral .readonly{
	color:#666;
}

.fieldError{
    background-color:#ffefef !important; 
}

.fieldErrorMessage{
	margin-top:6px;
	margin-bottom:10px;
	margin-right:15px;
	background-color:#ff9999;
	padding:5px;
	display:inline-block;
	font-size:12px;
	color:#ffffff;
	display:inline-block !important;
	position: relative;
}

.fieldErrorMessage:after {
	content: '';
	position: absolute;
	top: 0;
	left: 17px;
	width: 0;
	height: 0;
	border: 5px solid transparent;
	border-bottom-color: #ff9999;
	border-top: 0;
	margin-left: -5px;
	margin-top: -5px;
}

.fieldErrorMessage .red{
	color:#ffffff;
}

.fieldErrorMessage:before {
  	font-family: FontAwesome;
  	display: inline-block;
  	font-size:14px;
  	width:26px;
	content: "\f129"; 
	color:#ffffff;
	text-align:center;
}

.fieldSuccessMessage{
	margin-top:6px;
	margin-bottom:10px;
	background-color:#99ff99;
	padding:5px;
	display:inline-block;
	font-size:12px;
	color:#ffffff;
	display:inline-block !important;
	position: relative;
}

.fieldErrorMessage:before {
  	font-family: FontAwesome;
  	display: inline-block;
  	font-size:14px;
  	width:26px;
	content: "\f129"; 
	color:#ffffff;
	text-align:center;
}

.frmGeneral .divFieldContainer{
	background-color:#FFFFFF;
	border:solid 1px #999999;
	border-radius: 0;
	margin:0;
	padding:10px;
	padding-bottom:6px;
	padding-left:16px;
	-webkit-appearance: none;
	width:calc(100% - 4px);
	font-size:12px;	
}

.frmGeneral .divFieldContainer label{
	cursor:pointer;
}

.frmGeneral .divFieldContainer fieldset dl{
	margin:0 !important;
	padding:0 !important;
}

#g-recaptcha{
	margin-top:20px;
}


input[type=radio] { 
	display:none; 
}

input[type=radio] + label:before {
  	font-family: FontAwesome;
  	display: inline-block;
  	font-size:20px;
  	width:26px;
	content: "\f10c"; 
}

input[type=radio]:checked + label:before { 
	content: "\f058"; 
}



input[type=checkbox] { 
	display:none; 
}

input[type=checkbox] + label:before {
  	font-family: FontAwesome;
  	display: inline-block;
  	font-size:20px;
  	width:26px;
	content: "\f096"; 
}

input[type=checkbox]:checked + label:before { 
	content: "\f046"; 
}



/*** TIMELINE ***/

.divOurService .readmore{
	display:inline-block;
	border:1px solid #4a4a4d;
	background-color:#ffffff;
	padding:10px 30px;
	padding-left: 20px;	
	margin:10px 0 0 0;
	cursor: pointer;
	text-transform: uppercase;
	z-index: 1;
}

.divOurService .readmore:hover{
	background-color:#ffd400;
	border-color:#ffd400;
	color:#ffffff;
}

.divOurService .readmore::before {
	display:inline-block; 
	font: normal normal normal 10px/1 FontAwesome;       
	content: "\f054";
	color: #ffd400;
	margin-right:12px; 
}

.divOurService .readmore:hover::before{
	color:#ffffff;
}

@media (min-width: 1000px) {
		
	#divTimeline .divOurService:nth-child(odd) .head::after, #divTimeline .divOurService:nth-child(even) .head::after {
		position: absolute;
		content: "";
		width: 0;
		height: 0;
		border-top: 15px solid transparent;
		border-bottom: 15px solid transparent;
		color: #1c1e23;
	}

	#divTimeline .divOurService:nth-child(odd) .head::before, #divTimeline .divOurService:nth-child(even) .head::before {
		position: absolute;
		content: "";
		width: 9px;
		height: 9px;
		background-color: #bdbdbd;
		border-radius: 9px;
		box-shadow: 0px 0px 2px 8px #f7f7f7;
	}

}

#divTimeline .divOurServiceWrapper {
	position: relative;
	margin: auto;
}

@media (min-width: 1000px) {
	
	#divTimeline .divOurServiceWrapper {
		display: flex;
		flex-flow: column wrap;
		width: 1170px;
		height: 2190px;
		margin: 0 auto;
	}

}

#divTimeline .divOurServiceWrapper::after {
	z-index: 1;
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: 50%;
	border-left: 1px solid rgba(191, 191, 191, 0.4);
}

@media (min-width: 1000px) {
	
	#divTimeline .divOurServiceWrapper::after {
		border-left: 1px solid #bdbdbd;
	}

}

.divOurService{
	cursor: pointer;
}

#divTimeline {
	padding: 100px 0;
	background: #f7f7f7;
	border-top: 1px solid rgba(191, 191, 191, 0.4);
	border-bottom: 1px solid rgba(191, 191, 191, 0.4);
}

#divTimeline .divOurService {
	position: relative;
	display: block;
	margin: 10px auto 80px;
	max-width: 94%;
	z-index: 2;
}

@media (min-width: 480px) {
	
	#divTimeline .divOurService {
		max-width: 60%;
		box-shadow: 0px 1px 22px 4px rgba(0, 0, 0, 0.07);
	}

}

@media (min-width: 720px) {

	#divTimeline .divOurService {
		max-width: 40%;
	}

}

@media (min-width: 1000px) {
	
	#divTimeline .divOurService {
		max-width: 450px;
		height: 530px;
		margin: 90px;
		margin-top: 45px;
		margin-bottom: 45px;
	}
	
	#divTimeline .divOurService:nth-child(odd) {
		margin-right: 45px;
	}
	
	#divTimeline .divOurService:nth-child(odd) .head::after {
		border-left-width: 15px;
		border-left-style: solid;
		left: 100%;
	}
	
	#divTimeline .divOurService:nth-child(odd) .head::before {
		left: 491.5px;
	}
	
	#divTimeline .divOurService:nth-child(even) {
		margin-left: 45px;
	}
	
	#divTimeline .divOurService:nth-child(even) .head::after {
		border-right-width: 15px;
		border-right-style: solid;
		right: 100%;
	}
	
	#divTimeline .divOurService:nth-child(even) .head::before {
		right: 489.5px;
	}
	
	#divTimeline .divOurService:nth-child(2) {
		margin-top: 180px;
	}

}

#divTimeline .divOurService .head {
	position: relative;
	display: flex;
	align-items: center;
	color: #fff;
	font-weight: 400;
	background-color: #1c1e23;
}

#divTimeline .divOurService .head .number-box {
	display: inline;
	float: left;
	margin: 15px;
	padding: 10px;
	font-size: 35px;
	line-height: 35px;
	font-weight: 600;
	background-color: #ffd400;
	background-image: url(../images/default/body/png/imgIcon.png);
	background-position: center;
	background-repeat: no-repeat;
}

#divTimeline .divOurService .head .number-box span {
	visibility: hidden;
}

#divTimeline .divOurService .head h2 {
	text-transform: uppercase;
	text-align: left;
	font-size: 1.3rem;
	font-weight: inherit;
	letter-spacing: 2px;
	margin: 0;
	padding-bottom: 6px;
	line-height: 1rem;
}

@media (min-width: 480px) {
	
	#divTimeline .divOurService .head h2 {
		font-size: 115%;
		line-height: 1.2rem;
	}

}

#divTimeline .divOurService .head h2 span {
	display: block;
	font-size: 0.6rem;
	margin: 0;
}

@media (min-width: 480px) {

	#divTimeline .divOurService .head h2 span {
		font-size: 0.8rem;
	}

}

#divTimeline .divOurService .body {
	background: #fff;
	border: 1px solid rgba(191, 191, 191, 0.4);
	border-top: 0;
	padding: 15px;
}

#divTimeline .divOurService .body .scroll {
		margin-bottom: 15px;
}

#divTimeline .divOurService .body .scroll p {
	font-size: 14px;
	line-height: 18px;
}

@media (min-width: 1000px) {
	
	#divTimeline .divOurService .body .scroll {
		max-height: 120px;
		overflow: hidden;
		margin-bottom: 15px;
	}
	
	#divTimeline .divOurService .body .scroll p {
		transform: translateY(0);
		transition: 1s;
	}
	
	#divTimeline .divOurService .body .scroll p:hover{
		/*transform: translateY(-50px);*/
	}
	
}

#divTimeline .divOurService .body img {
	display: block;
	width: 100%;
}


/*** CUSTOM ***/

#photslider_wrap{
	position: relative;
}

#photslider_overlay{
	width:100%;
	height:65vh;
	position: absolute;
	background-color: #F7F7F7;
	z-index: 200;
}

#photslider_wrap .slideshow{
  	text-align:center;
	width:100%;
	height:65vh;
	z-index:151;
	overflow:hidden;
	background-size:cover;
	background-position:center;	
}

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

#photslider_wrap .slideshow .cycle-slideshow{
	z-index: 150; 
	position:relative;
	overflow:hidden;
}

#photslider_wrap .slideshow .cycle-slide{
	list-style-type:none;
	width:100%;
	height:65vh;
	background-size:cover;
	background-position:center;
	/*background-attachment: fixed; */
}

#photslider_wrap .slideshow-pager-holder{
	text-align:center;
	z-index:152;
	height:100px;
	margin-bottom:-100px;
	position: relative;
	top:-100px;
}

#photslider_wrap .slideshow-pager-holder .slideshow-pager-call-to-action{
	
}

#photslider_wrap .slideshow-pager-holder .slideshow-pager-call-to-action .slideshow-pager-call-to-action-button{
	float:left;
	margin-right:20px;
	border:1px solid #4a4a4d;
	background-color:#ffffff;
	padding:10px 30px;
	padding-left: 20px;	
	cursor: pointer;
	text-transform: uppercase;
	
}

#photslider_wrap .slideshow-pager-holder .slideshow-pager-call-to-action .slideshow-pager-call-to-action-button:hover{
	background-color:#ffd400;
	border-color:#ffd400;
	color:#ffffff;
}

#photslider_wrap .slideshow-pager-holder .slideshow-pager-call-to-action .slideshow-pager-call-to-action-button::before {
    display:inline-block; 
    font: normal normal normal 10px/1 FontAwesome;       
    content: "\f054";
    color: #ffd400;
    margin-right:12px; 
}

#photslider_wrap .slideshow-pager-holder .slideshow-pager-call-to-action .slideshow-pager-call-to-action-button:hover::before{
	color:#ffffff;
}

#photslider_wrap .slideshow-pager-holder .slideshow-pager-pager{
	text-align:right;
	display:inline-block;
	float:right;
}

#photslider_wrap .slideshow-pager-holder .slideshow-pager-pager .pager-page{
	display: inline-block; 
	/*border:1px solid #4a4a4d;*/
	width: 30px; 
	height: 25px;
	margin-left:10px;	
	background-image: url(../images/default/body/png/imgSlideshowPage.png);
}

#photslider_wrap .slideshow-pager-holder .slideshow-pager-pager .pager-page:hover{
	background-image: url(../images/default/body/png/imgSlideshowPageActive.png);
}

#photslider_wrap .slideshow-pager-holder .slideshow-pager-pager .pager-page:last-child{
	margin-right:10px;	
}

#photslider_wrap .slideshow-pager-holder .slideshow-pager-pager .cycle-pager-active{
	background-image: url(../images/default/body/png/imgSlideshowPageActive.png);
}

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



#photslider_wrap .slideshow-pager-holder .slideshow-pager-pager-paragraphs .pager-page{
	width: 12px; 
	height: 10px;
	margin-left:4px;	
	background-size: cover;
}



#photslider_wrap .slideshow-overlay{
	position:relative;
	top:-34vh;
	z-index:193;
	height:100px;
	display:none;
}

#photslider_wrap .slideshow-overlay .slideshow-previous{
	width:25%;
	float:left;
	text-align:left;
	margin-left:50px;
}

#photslider_wrap .slideshow-overlay .slideshow-previous:hover{
	color:#ffd400;
}

#photslider_wrap .slideshow-overlay .slideshow-next{
	width:25%;
	float:right;
	text-align:right;
	margin-right:50px;
}

#photslider_wrap .slideshow-overlay .slideshow-next:hover{
	color:#ffd400;
}


#photslider_wrap .slideshow-overlay .slideshow-previous,
#photslider_wrap .slideshow-overlay .slideshow-next{
	color:#efefef;
	font-size:48px;
	cursor:pointer;
}

#photslider_wrap .slideshow-overlay-text{
	position:relative;
	top:30vh;
	margin-left:50px;
	margin-right:50px;
	position: relative;
}

#photslider_wrap .slideshow-overlay-text .slideshow-title-holder,
#photslider_wrap .slideshow-overlay-text .slideshow-text-holder{
	display: block;
	text-align:left;
}

#photslider_wrap .slideshow-overlay-text .slideshow-title{
	display: inline-block;
	background-color:#212121;
	color:#ffffff;
	padding:10px;
	float:right;
	font-size:42px;
	line-height:54px;
	/*text-shadow: 4px 4px 4px #000000;*/
	margin-bottom:10px;
}

#photslider_wrap .slideshow-overlay-text .slideshow-text{
	display: inline-block;
	background-color:#ffd400;	
	color:#4a4a4d;
	padding:10px;
	float:right;
	font-size:21px;
	/*text-shadow: 4px 4px 4px #000000;*/
}

#aboutus_wrap{
	padding:50px 0;
	background-color:#ffffff;
}

#aboutus_title{
	text-transform: uppercase;
	font-size:30px;
	line-height:40px;
	margin-bottom:50px;
	text-align:center;
	cursor: pointer;
	margin-top:10px;
}

#spotlight_title:after,
#aboutus_title:after,
#ourproducts_title:after,
#realisations_title:after,
#showroom_title:after{
    content: '';
    display: block;
    bottom: -15px;
    position: relative;
	left: 47%;
    width: 6%;
    border-top: 1px solid #dbdbdb;
}

#aboutus_text{
	font-size:14px;
	line-height: 28px;
	text-align:center;
	margin-bottom:30px;
}

#aboutus_button_wrap{
	text-align:center;	
}

#aboutus_button{
	display:inline-block;
	margin-right:20px;
	border:1px solid #4a4a4d;
	background-color:#ffffff;
	padding:10px 30px;
	padding-left: 20px;	
	margin-top:30px;
	cursor: pointer;
	text-transform: uppercase;
}

#aboutus_button:hover{
	background-color:#ffd400;
	border-color:#ffd400;
	color:#ffffff;
}

#aboutus_button::before {
    display:inline-block; 
    font: normal normal normal 10px/1 FontAwesome;       
    content: "\f054";
    color: #ffd400;
    margin-right:12px; 
}

#aboutus_button:hover::before{
	color:#ffffff;
}


#spotlight_wrap{
	padding:50px 0;
	background-color: #4a4a4d;
}

#page_wrap #spotlight_wrap{
	padding:0;	
}

#spotlight_title{
	text-transform: uppercase;
	font-size:30px;
	margin-bottom:50px;
	text-align:center;
	color:#ffffff;
}

#spotlight_title a{
	color:#ffffff;
	text-decoration: none;	
}

#spotlight_title:after {
    border-top: 1px solid #ffffff;
}

#spotlight_text{
	font-size:14px;
	line-height: 28px;
	text-align:center;
	color:#ffffff;
}

#spotlight_text a{
	color:#ffffff;
	text-decoration: none;	
}

#ourproducts_wrap{
	padding:50px 0;
	background-color: #F7F7F7;
}

#page_wrap #ourproducts_wrap{
	padding:0;	
}


#ourproducts_title{
	text-transform: uppercase;
	font-size:30px;
	margin-bottom:50px;
	text-align:center;
}

#ourproducts_title:after {
    border-top: 1px solid #b1b1b1;
}

#ourproducts_wrap .grid-container div .ourproduct_holder{
	margin-bottom:40px;	
}

#ourproducts_wrap .grid-container div .ourproduct_holder{
	margin-left:10px;
	margin-right:10px;	
}

#ourproducts_wrap .grid-container div:first-of-type .ourproduct_holder{
	margin-left:0px;
}

#ourproducts_wrap .grid-container div:last-of-type .ourproduct_holder{
	margin-right:0px;
}

#ourproducts_wrap .grid-container div .ourproduct_holder .ourproduct_image_holder{
	margin-bottom:20px;
	overflow:hidden;
}

#ourproducts_wrap .grid-container div .ourproduct_holder .ourproduct_image_holder .ourproduct_image{
	background-color:#ffffff;	
	height:266px;
	cursor:pointer;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	transition: all .2s ease-in-out;
	transform:scale3d(1,1,1);	
}

#ourproducts_wrap .grid-container div .ourproduct_holder .ourproduct_image_holder .ourproduct_image:hover{
	transform:scale3d(1.03,1.03,1.03);	
}

#ourproducts_wrap .grid-container div .ourproduct_holder .ourproduct_title{
	text-transform:uppercase;
	font-size:20px;
	margin-bottom:20px;
}

#ourproducts_wrap .grid-container div .ourproduct_holder .ourproduct_text{
	color:#898989;
	margin-bottom:40px;
}

#ourproducts_wrap .grid-container div .ourproduct_holder .ourproduct_text_no_margin{
	margin-bottom:30px !important;
}

#ourproducts_wrap .grid-container div .ourproduct_holder .ourproduct_button{
	float:left;
	margin-right:20px;
	border:1px solid #4a4a4d;
	background-color:#ffffff;
	padding:10px 30px;
	padding-left: 20px;	
	cursor: pointer;
	text-transform: uppercase;
}

#ourproducts_wrap .grid-container div .ourproduct_holder .ourproduct_button:hover{
	background-color:#ffd400;
	border-color:#ffd400;
	color:#ffffff;
}

#ourproducts_wrap .grid-container div .ourproduct_holder .ourproduct_button::before {
    display:inline-block; 
    font: normal normal normal 10px/1 FontAwesome;       
    content: "\f054";
    color: #ffd400;
    margin-right:12px; 
}

#ourproducts_wrap .grid-container div .ourproduct_holder .ourproduct_button:hover::before{
	color:#ffffff;
}

#realisations_wrap{
	padding:50px 0;
	background-color: #ffffff;
}

#realisations_title{
	text-transform: uppercase;
	font-size:30px;
	margin-bottom:50px;
	text-align:center;
}


#realisations_wrap .grid-container .realisation_image_holder{
	overflow:hidden;
	margin-left:10px;
	margin-right:10px;
	margin-bottom:20px;	
}

#realisations_wrap .grid-container .realisation_image_holder .realisation_image{
	background-color:#efefef;
	transition: all .2s ease-in-out;
	transform:scale3d(1,1,1);
}

#realisations_wrap .grid-container .realisation_image_holder .realisation_image:hover{
	transform:scale3d(1.03,1.03,1.03);
}


#realisations_wrap .grid-container .grid-50 .realisation_image_holder .realisation_image{
	height:400px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	cursor: pointer;
}

#realisations_wrap .grid-container .grid-50:first-of-type .realisation_image_holder{
	margin-left:0px;
}

#realisations_wrap .grid-container .grid-50:last-of-type .realisation_image_holder{
	margin-right:0px;
}

#realisations_wrap .grid-container .grid-33 .realisation_image_holder .realisation_image{
	height:266px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	cursor: pointer;
}

#realisations_wrap .grid-container .grid-33:first-of-type .realisation_image_holder{
	margin-left:0px;
}

#realisations_wrap .grid-container .grid-33:last-of-type .realisation_image_holder{
	margin-right:0px;
}

#realisations_wrap .grid-container .realisation_button{
	float:left;
	margin-right:20px;
	border:1px solid #4a4a4d;
	background-color:#ffffff;
	padding:10px 30px;
	padding-left: 20px;	
	margin-top:220px;
	height:46px;
	cursor: pointer;
	text-transform: uppercase;
}

#realisations_wrap .grid-container .realisation_button:hover{
	background-color:#ffd400;
	border-color:#ffd400;
	color:#ffffff;
}

#realisations_wrap .grid-container .realisation_button::before {
    display:inline-block; 
    font: normal normal normal 10px/1 FontAwesome;       
    content: "\f054";
    color: #ffd400;
    margin-right:12px; 
}

#realisations_wrap .grid-container .realisation_button:hover::before{
	color:#ffffff;
}


#requestaquote_wrap{
	padding:50px 0;	
	background-color:#ffd400;
	cursor:pointer;	
}

#requestaquote_title{
	text-transform: uppercase;
	font-size:30px;
	text-align:center;
	color:#ffffff;
}

#showroom_wrap{
	padding:50px 0;
	background-color: #ffffff;
}

#showroom_title{
	text-transform: uppercase;
	font-size:30px;
	margin-bottom:50px;
	text-align:center;
}

#showroom_text{
	font-size:14px;
	line-height: 28px;
	text-align:center;
	margin-bottom:50px;
}

#footerdata_wrap{
	padding-top:50px;
	background-color:#4a4a4d;
	color:#ffffff;
}

#footerdata_wrap a{
	color:#ffffff;
	text-decoration: none;
}

#footerdata_wrap a:hover{
	color:#ffd400;
}

#footerdata_wrap .footerdata_title{
	font-size:16px;
	margin-bottom:20px;
}

#footerdata_wrap .footerdata_text{
	font-size:12px;
}

#footerdata_wrap .ulFooter{
	padding:0;
	margin:0;
	font-size:16px;
	list-style: none;
}

#footerdata_wrap .ulFooter li{
	margin-bottom:12px;
}

#footerdata_wrap .ulFooterSub{
	padding:0;
	margin:0;	
	margin-top:15px;
	font-size:12px;
	list-style: none;
}

#footerdata_wrap .ulFooterSub li{
	margin-left:0px;
	margin-bottom:5px;
}

#footerdata_wrap .service_title{
	font-size:16px;
	margin-bottom:15px;
}

#footerdata_wrap .service_text{
	font-size:12px;
	margin-bottom:15px;	
}

#footerdata_wrap .service_button{
	float:left;
	margin-right:20px;
	background-color:#ffffff;
	color:#4a4a4d;
	padding:10px 30px;
	padding-left: 20px;	
	cursor: pointer;
	text-transform: uppercase;
}

#footerdata_wrap .service_button:hover{
	background-color:#ffd400;
	color:#ffffff;
}

#footerdata_wrap .service_button::before {
    display:inline-block; 
    font: normal normal normal 10px/1 FontAwesome;       
    content: "\f054";
    color: #ffd400;
    margin-right:12px; 
}

#footerdata_wrap .service_button:hover::before{
	color:#ffffff;
}

#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:5px;
	overflow:hidden;
}

.album_image{
	height:265px;
	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);
}

#contact-right{
	margin-top:5px;
	height:535px;
}




.message{
	margin-top:20px;
	background-color:#ffd400;
	padding:10px;
	display:inline-block;
}

.message:hover{
	background-color:#4a4a4d;
	color:#ffffff;
}

.message:hover a{
	color:#ffffff;
}

.message a{
	color:#4a4a4d;
	text-decoration:none;
}

.message:before {
  	font-family: FontAwesome;
  	display: inline-block;
  	font-size:14px;
  	width:26px;
	content: "\f129"; 
}





 











.aboutus_showroom{
	margin-bottom:80px;
}

.aboutus_showroom:last-of-type{
	margin-bottom:0px;
}

.showroom_title{
	text-transform: uppercase;
	font-size:16px;
	margin-bottom:20px;
}

.showroom_title a,
.showroom_address a{
    color:#4a4a4d;
    text-decoration: none;
}

.showroom_title a:hover,
.showroom_address a:hover{
    color:#ffd400;
}

.showroom_title,
.showroom_address,
.showroom_info,
.showroom_openinghours_wrap{
	margin-bottom:20px;
}

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

.showroom_clock_open,
.showroom_clock_closed{
	width:20px;
	float:left;
}

.showroom_clock_open{
	color:#9ee52e;
}

.showroom_clock_closed{
	color:#e52e2e;
}

.showroom_today{
	float:left;
	width:calc( 100% - 20px );
}

.showroom_map{
	height:451px;
	background-color:#efefef;
}

/*** FORMS ***/

.bodyForms #header_inner .grid-65,
.bodyForms #nav_wrap,
.bodyForms #nav_wrap_spacer,
.bodyForms #breadcrumb_wrap,
.bodyForms #footerdata_wrap{
	display:none;
}

.bodyForms #header_inner .grid-35{
	width:100%;
}

.bodyForms #right_wrap{
	margin-top:25px;
}

.bodyForms #page_wrap{
	margin-bottom:0;
}



/*** NEWSLETTER ***/


#footerdata_wrap .newsletter_title{
	font-size:16px;
	margin-bottom:15px;
}

#footerdata_wrap #frmNewsletter{
	margin:0;
}

#footerdata_wrap .newsletter_text{
	font-size:12px;
	margin-bottom:15px;	
}

#footer_newsletter{
	
}

#divNewsletterField{
	width: calc(100% - 36px);
	float: left;
}





















.sitemap_wrap{
	text-align:left;
}

.sitemap_wrap li{ 
    margin-bottom:10px;
}

.sitemap_wrap ul{ 
    margin-top:10px;
}

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

.customer_statuses_record{
	padding:10px;
}

.customer_statuses_record:nth-of-type(even){
	background-color:#ffffff;
}

.customer_statuses_record:nth-of-type(odd){
	background-color:#fafafa;
}

















.tryourconfigurator_wrap{
    text-align:center;
    padding:20px 0;
}
 
.tryourconfigurator_wrap .tryourconfigurator_button{
    margin:0 auto;
    border:1px solid #4a4a4d;
    background-color:#ffffff;
    padding:10px 30px;
    padding-left: 20px; 
    cursor: pointer;
    text-transform: uppercase;
    display:inline-block;
}

.tryourconfigurator_wrap .tryourconfigurator_button:hover{
    background-color:#ffd400;
    border-color:#ffd400;
    color:#ffffff;
}

.tryourconfigurator_wrap .tryourconfigurator_button::before {
    display:inline-block; 
    font: normal normal normal 10px/1 FontAwesome;       
    content: "\f054";
    color: #ffd400;
    margin-right:12px; 
}

.tryourconfigurator_wrap .tryourconfigurator_button:hover::before{
    color:#ffffff;
}




.viewmore_title{
	font-weight:bold;
	font-size:25px;
	margin-bottom:25px;
	text-align:left; 
}


.viewmore_button{
	float:left;
	margin-right:20px;
	border:1px solid #4a4a4d;
	background-color:#ffffff;
	padding:10px 30px;
	padding-left: 20px;	
	cursor: pointer;
	text-transform: uppercase;
}

.viewmore_button:hover{
	background-color:#ffd400;
	border-color:#ffd400;
	color:#ffffff;
}

.viewmore_button::before {
    display:inline-block; 
    font: normal normal normal 10px/1 FontAwesome;       
    content: "\f054";
    color: #ffd400;
    margin-right:12px; 
}

.viewmore_button:hover::before{
	color:#ffffff;
}









/*** FIXES ***/

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

.clearfix
{
	display:inline-block;
}

* html .clearfix
{
	height:1%;
}

.clearfix
{
	display:block;
}
