
/*<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/imgBodyBackground.png);
}

*: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;
}

a.noline{
	text-decoration: none;
}

/*** DEMO ***/

#divInDemo{
	background-color: #e4676f;
    color: #fff;
    padding: 10px;
    text-align: center;
    width: 100%;
}

.error{
	color: #990000;
	display: none;
}

.wow{
	visibility: hidden;
}

/*** AJAX ***/

#divAjaxMessageSuccess{
	width: 100%;
	padding: 10px;
	text-align: center;
	background-color: #6C6;
	margin-bottom: 5px;
	color: #063;
	display: none;
	border-radius: 25px;
}

#divAjaxMessageError{
	width: 100%;
	padding: 10px;
	text-align: center;
	border: solid 1px #900;
	margin-bottom: 5px;
	color: #900;
	display: none;
	border-radius: 25px;
}

#divAjaxMessageInfo{
	width: 100%;
	padding: 10px;
	text-align: center;
	background-color: #6CF;
	margin-bottom: 5px;
	color: #009;
	display: none;
	border-radius: 25px;
}

/*** HEADER ***/

#header_wrap{
	padding-top:110px;
	width:100%;
	z-index: 200;
	position: relative;
	transition: background-color 0.3s ease 0s;
	/*border-bottom: solid 2px #e4676f;*/
	/*background-color: #ecdedf;*/
}

#header_top{
	padding: 5px;
	background-color: #c0595a;
	color: #FFFFFF;
}

#header_top a{
	color: #FFFFFF;
}

#header_info{
}

.iconLogo{
	height: 25px;
	width: 25px;
	background-image: url(../images/default/body/png/imgIconLogo.png);
	display: inline-block;
}

.iconLogoB{
	height: 25px;
	width: 25px;
	vertical-align: middle;
	/*background-image: url(../images/default/body/png/imgIconLogoB.png);*/
	background-image: url(../images/default/body/png/imgIconLogoBWhite.png); 
	display: inline-block;
}

#header_contact{
	text-align: center;
}

#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: 90px;
	margin:10px 0;
	display:block;
	background-image: url(../images/default/body/png/imgLogo.png);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
}

/*** BREADCRUMB ***/

#breadcrumb_wrap{
	color:#999999;
	padding: 20px 0;
	font-size: 14px;
}

#breadcrumb_wrap a{
	color:#e4676f;
}

#breadcrumb_wrap a:hover{
	color:#e4676f;
}

/*** TOPMENU ***/

#nav_wrap{
	position: fixed;
	top: 0;
    width: 100%;
    z-index: 201;
}

#topmenu_wrap{
	position: relative;
	text-align:center;
	z-index: 199;
	padding: 5px 0;
}

#topmenu_wrap ul.ulMenuTop{
	margin:0 auto;
	display: table;
	text-align: center;
}

#topmenu_wrap ul.ulMenuTop li{
	display:inline;
	list-style-type:none;
	position: relative;
	margin: 5px;
	padding: 5px;
	background-color:#e4676f;
	transition: all 0.3s ease 0s;
	border-radius: 25px;
}

#topmenu_wrap ul.ulMenuTop li.liMenuTop:hover{
	background-color: #FBF2FF;
	transition: all 0.3s ease 0s;
}

#topmenu_wrap ul.ulMenuTop li.liMenuTopActive{
	background-color: #FBF2FF;
}

#topmenu_wrap ul.ulMenuTop li.liMenuTopActive a{
	color: #e4676f;
}

#topmenu_wrap ul.ulMenuTop li.liMenuTop.extra, #topmenu_wrap ul.ulMenuTop li.liMenuTopActive.extra{
	background-color: #490014;
	color: #FFF;
}

#topmenu_wrap ul.ulMenuTop li.liMenuTop.extra:hover, #topmenu_wrap ul.ulMenuTop li.liMenuTopActive.extra:hover{
	background-color: #77ced7;
}

#topmenu_wrap ul.ulMenuTop li.liMenuTop.extra a, #topmenu_wrap ul.ulMenuTop li.liMenuTopActive.extra a{
	font-weight: bold;
	color: #FFF;
}

#topmenu_wrap ul.ulMenuTop li a{
	display:inline-block;
	text-align:center;
	text-decoration:none;
	white-space:nowrap;
	padding:10px 15px;
	color: #FFFFFF;
}

#topmenu_wrap ul.ulMenuTop li.liMenuTop:hover a{
	color: #e4676f;
}

#topmenu_wrap ul.ulMenuTop li ul.ulMenuTopSub {
	list-style: none;
	position: absolute;
	top: 30px;
	left: 0;
	display: none;
	border-radius: 25px;
	background-color: #FFF;
	overflow: hidden;
}

#topmenu_wrap ul.ulMenuTop li ul.ulMenuTopSub li{
	display: block;
	margin: 0;
	background-color:#FFFFFF;
	width: 100%;
	z-index: 205;
	border-radius: 0;
}

#topmenu_wrap ul.ulMenuTop li ul.ulMenuTopSub li:hover{
	background-color: #c0595a;
}

#topmenu_wrap ul.ulMenuTop ul.ulMenuTopSub li a{
	display:inline-block;
	text-align:center;
	text-decoration:none;
	white-space:nowrap;
	padding: 5px;
	color: #e4676f;
}


#topmenu_wrap ul.ulMenuTop li ul.ulMenuTopSub li:hover > a{
	color: #FFFFFF;
}

/*** SLIDESHOW ***/

#divSlideShow{
	width: 100%;
	height: 400px;
	text-align: center;
	background-color: #FF9;
	margin: 20px 0;
}

/*** CONTENT ***/

#content_wrap {
	min-height:100%;
	background-position:center top;
	background-repeat:repeat-y;	
	margin-top:-110px;
	width:100%;
	position:relative;
	z-index: 200;
	clear: both;
}

#main_wrap {
	overflow:hidden;
	background-image: url(../images/default/body/svg/imgWaveTop.svg);
	background-repeat: no-repeat;
	background-position: 0px 115px;
} 

/*** PAGE ***/

#page_wrap{
	margin-bottom: 10px;
}

/*** SEARCH ***/

#btnSearch{
	cursor: pointer;
}

#search_wrap{
	display: none;
	position: fixed;
	top: 0;
	right: 0;
	bottom:0 ;
	left: 0;
	overflow: auto;
	text-align: center;
	background: rgba(0, 0, 0, 0.9);
	border: #a0a0a0 solid 1px;
	margin: 0;
	z-index: 200;
}

#search_wrap:before{
	content: '';
	display: inline-block;
	height: 100%;
	vertical-align: middle;
	margin-right: 0;
}

.search_wrap_centered{
	display: inline-block;
	vertical-align: middle;
	width: 50%;
	padding: 10px 15px;
	color: #FFF;
	border: none;
	background: transparent;
}

#search_wrap_box{
	position: relative;
	width: 100%;
	margin: 0;
}

#search_close_btn{
	position: fixed;
	top: 2em;
	right: 2em;
}

#search_close_btn:hover{
	color: #777;
	cursor: pointer;
}

#frmSearch {
	height: 4em;
	border: 1px solid #999;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	background-color: #fff;
	overflow: hidden;
}

#divSearchButton{
	position: fixed;
	top: 1em;
	right: 1em;
	background-color: rgba(0,0,0,0.8);
	padding: 10px;
	border-radius: 2px;
	color: #FFF;
}

#divSearchButton:hover{
	background-color: rgba(0,0,0,0.5);
	cursor: pointer;
  
}

#divSearchField {
	font-size: 14px;
	color: #ddd;
	border-width: 0;
	background: transparent;
}

#search_wrap_box input[type="text"] {
	padding: 20px;
	color: #333;
	outline: none;
	font-size: 1.4em;
	border: none;
}

#divSearchButton {
	position: absolute;
	top: 0;
	right: 0;
	height: 4.6em;
	width: 100px;
	font-size: 14px;
	color: #fff;
	text-align: center;
	line-height: 42px;
	border-width: 0;
	background-color: #e4676f;
	-webkit-border-radius: 0 2px 2px 0;
	-moz-border-radius: 0 2px 2px 0;
	border-radius: 0 2px 2px 0;
	cursor: pointer;
}


/*** LEFT ***/

#left_wrap{
	margin-right: 20px;
}

#left_menu{
	margin-bottom: 20px;
}

#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:#e4676f;
}

.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:#e4676f;
}

.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:#000;
	margin:0 0 5px 0;
	padding:5px;
	width:100%;
}

#fldNewsletterName{
	background-color:#FFFFFF;
	border:solid 1px #333;
	color:#000;
	margin:0 0 5px 0;
	padding:5px;
	width:100%;
}

#fldNewsletterEmail{
	background-color:#FFFFFF;
	border:solid 1px #333;
	color:#000;
	margin:0 0 5px 0;
	padding:5px;
	width:100%;
}

#btnNewsletter{
	background:none;
	background-color:#333;
	border:solid 1px #000;
	color:#FFF;
	padding:5px;
	width:50%;
}

#btnNewsletter:focus{
	background-color:#333;
}

/*** RIGHT ***/

#right_wrap{
}

#right_wrap .title{
	font-weight: bold;
	margin: 25px 0;
	background-color: #e4676f;
	padding: 10px;
	border-radius: 25px;
	color: #FFFFFF;
	display: inline-block;
}

#right_wrap .title a{
	color: #FFFFFF;
}

#right_wrap .text{
}

#right_wrap .text p{
	margin: 10px !important;
}

#right_wrap .text ul{
	margin: 30px !important;
}


#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;
}

/*** FOOTER ***/

#footer_wrap {
	/*background-color: #ECDEDF;*/
	background-image: url(../images/default/body/svg/imgWaveBottom.svg);
	background-position: bottom;
	background-repeat: no-repeat;
	background-size: cover;
	/*border-top: solid 2px #e4676f;*/
}

#footer_outer{
	min-height:110px;
	
}

.footer_title{
	padding: 40px 0 10px 0;
	font-size: 24px;
	font-weight: bold;
}

.footer_text{
	padding: 10px 0 40px 0;
}

#footer_outer_copyright{
	padding-top:15px;
	text-align:left;
	font-size:11px;
}

#footer_outer_madeby{
	height:35px;
	padding-right:30px;
	margin: 5px 0;
	padding-top: 10px;
	text-align:right;
	font-size:11px;
	cursor:pointer;	
	background-image:url(../images/icons/iconMadeBy.png);
	background-position:right bottom;
	background-repeat:no-repeat;	
}

/*** NEWSLETTER ***/

#infoBox{
	border: solid 2px #e4676f;
	background-color: #ECDEDF;
	padding: 40px;
	border-radius: 25px;
}

#footer_newsletter{
}

#divNewsletterInfo{
	display:inline-block;
	margin:10px 0;
	height:20px;
}

#divNewsletterField{
	width: calc(100% - 36px);
	float: left;
}

#divNewsletterField #fldNewsletterEmail{
	height: 35px;
	border: none;
	border: solid 1px #FBF2FF;
}

#divNewsletterButton{
	text-align: center;
	float: left;
	background-color:#efefef;
	height: 35px;
	padding: 10px;
	cursor: pointer;
}

#divNewsletterError{
	display:inline-block;
	float: left;
	margin:10px 0;
	display:none;
}

#divNewsletterResult{
	display:inline-block;
	margin-top:10px;
	color:#009900;
	display:none;
}

#divLoginError{
    margin-top:10px;
    color:#990000;
}

/*** CLASSES ***/

.red
{
	color:#990000;
}

/*** FANCYBOX ****/

#fancybox-overlay {
	background:#333;
}

.fancybox-outer {
	background: #FF0;
}

/*----------------------------------------------- CUSTOM ZONZE START -----------------------------------------------*/
/*----------------------------------------------- CUSTOM ZONZE START -----------------------------------------------*/
/*----------------------------------------------- CUSTOM ZONZE START -----------------------------------------------*/

/*** HOME ***/

.divHomeButton{
	background-color: #e4676f;
	border-radius: 25px;
	width: 150px;
	float: right;
}

.divHomeButton:hover{
	background-color: #c0595a;
}

.divHomeButton a{
	color: #FFFFFF;
	display: block;
	width: 100%;
	height: 100%;
	padding: 5px;
	text-decoration: none;
}

/*** SLIDER ***/

#photslider_wrap{
	margin: 20px 0;
}

#photslider_wrap .slideshow{
  	text-align:center;
	width:100%;
	height:85vh;
	max-height:500px;
	z-index:151;
	overflow:hidden; 
}

#photslider_wrap .slideshow ul{
	padding:0;
	margin:0;
	list-style-type:none;
}

#photslider_wrap .slideshow .cycle-slideshow{
	z-index: 150; 
	position:relative;
}

#photslider_wrap .slideshow .cycle-slide{
	list-style-type:none;
	width:100%;
	height:85vh;
	max-height:500px;
	background-size:cover;
	background-position:center;
	/*background-attachment: fixed; */
}

#photslider_wrap .slideshow-pager-holder{
	text-align:center;
	z-index:152;
	height:50px;
	margin-bottom:-20px;
	position: relative;
	top: 20px;
}

#photslider_wrap .slideshow-call-to-actions{
	z-index:195;
	padding-top:20px;
}

#photslider_wrap .slideshow-call-to-actions .slideshow-call-to-action-button{
	margin-left:10px;
	margin-right:10px;
	background-color:#ffffff;
	padding:10px 30px;
	padding-left: 20px;	
	cursor: pointer;
	text-transform: uppercase;
	float:right;
}

#photslider_wrap .slideshow-call-to-actions .slideshow-call-to-action-button-1{
	background-color:#ffffff;
	color:#dad9ef;
	transition: all 0.3s ease 0s;
}

#photslider_wrap .slideshow-call-to-actions .slideshow-call-to-action-button-2{
	background-color:#333333;
	color:#ffffff;
	transition: all 0.3s ease 0s;
}

#photslider_wrap .slideshow-call-to-actions .slideshow-call-to-action-button-1:hover{
	background-color:#e4676f;
	color:#ffffff;
}

#photslider_wrap .slideshow-call-to-actions .slideshow-call-to-action-button-2:hover{
	background-color:#e4676f;
	color:#ffffff;
}

#photslider_wrap .slideshow-call-to-actions .slideshow-call-to-action-button-1::before {
    display:inline-block; 
    font: normal normal normal 20px/1 FontAwesome;       
    content: "\f003";
    color: #dad9ef;
    margin-right:12px; 
}

#photslider_wrap .slideshow-call-to-actions .slideshow-call-to-action-button-1:hover::before{
	color:#ffffff;
}

#photslider_wrap .slideshow-call-to-actions .slideshow-call-to-action-button-2::before {
    display:inline-block; 
    font: normal normal normal 20px/1 FontAwesome;       
    content: "\f006";
    color: #ffffff;
    margin-right:12px; 
}

#photslider_wrap .slideshow-call-to-actions .slideshow-call-to-action-button-2: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; 
	background-color: #CCC;
	width: 34px; 
	height: 34px;
	margin-left:10px;
	border-radius: 50%;
}

#photslider_wrap .slideshow-pager-holder .slideshow-pager-pager .pager-page:hover{
	background-color: #e4676f;
}

#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-color: #e4676f;
}

#photslider_wrap .slideshow-pager-holder .slideshow-pager-pager .cycle-pager-active:hover{
	background-color: #e4676f;
}

#photslider_wrap .slideshow-pager-holder .slideshow-pager-pager > *{
	cursor: pointer;
}

#photslider_wrap .slideshow-overlay{
	position:relative;
	top:-44vh;
	z-index:193;
	height:100px;
	display:none;
	pointer-events: none;
}

#photslider_wrap .slideshow-overlay .slideshow-previous{
	width:100px;
	float:left;
	text-align:left;
	margin-left:50px;
	pointer-events:visible;
}

#photslider_wrap .slideshow-overlay .slideshow-previous:hover{
	color:#dad9ef;
}

#photslider_wrap .slideshow-overlay .slideshow-next{
	width:100px;
	float:right;
	text-align:right;
	margin-right:50px;
	pointer-events:visible;
}

#photslider_wrap .slideshow-overlay .slideshow-next:hover{
	color:#dad9ef;
}


#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;
	color:#ffffff;
	background-color: #e4676f;
	padding:10px;
	float:right;
	font-size:21px;
	margin-bottom: 5px;
}

#photslider_wrap .slideshow-overlay-text .slideshow-text{
	display: inline-block;
	color:#ffffff;
	background-color: #dad9ef;
	padding:10px;
	float:right;
	font-size:35px;
}

#photslider_wrap .slideshow-overlay-text .slideshow-text p{
	margin-bottom: 0; !important
}

/*** 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;
}

.divNewsHolder{
	margin: 20px 0;
	padding: 15px;
	overflow:hidden;
	background-color: #ecdedf;
	border-radius: 25px;
}

.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;
}

/*** PROJECTS ***/

.divProjectsCategoryTitle{
	width: 100%;
	padding: 10px;
	background-color: #333;
	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: #333;
}

.divProjectsText{
	display: none;
}

.divProjectsReadmore{
	width: 100%;
	
	background-color: #e4676f;
	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 #333333;
	margin-bottom:7px;
	color:#ffffff;
}

.divJobOpeningsItemText{
}

.divJobOpeningsItemDate{
	font-style:italic;
	text-align:right;
}

/*** LINKS ***/



/*** FAQ ***/

.divFaqsHolder{
	margin: 20px 0;
	background-color: #ecdedf;
	border-radius: 25px;
	padding: 15px;
}

.divFaqsTitle{
	font-weight:bold;
}

.divFaqsText{
}

.divFaqsReadmore{
	text-align: right;
}

.divFaqsItemTitle{
	padding-bottom:7px;
	margin-bottom:7px;
}

.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 ***/

#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: #e4676f;
}

.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, .divWishButton, .divSocialButton{
	width: 45px;
	height: 45px;
	text-align:center;
	text-decoration:none;
	white-space:nowrap;
	padding: 10px;
	float: left;
	color: #FFFFFF;
	margin: 40px 5px 0 5px;
	cursor: pointer;
	transition: all 0.3s ease 0s;
	background-color: #e4676f;
	border-radius: 50%;
}

.divLoginButton:hover, .divRegistrationButton:hover, .divWishButton:hover, .divSocialButton:hover, #divShoppingCart:hover{
	background-color: #c0595a;
}

#facebook_return{
	margin: 10px 0;
	padding: 10px;
	background-color: #1877f2;
	color: #FFF;
	font-weight: bold;
}

#facebook_return_button{
	margin: 10px 0;
}

/*** SLIDER ***/

#divShoppingCart{
	width: 300px;
	text-align: center;
	background-color: #F9F9F9;
	float: right;
	margin-top: 40px;
	padding: 10px 0;
	cursor: pointer;
	transition: all 0.3s ease 0s;
	border-radius: 25px;
}

#divShoppingCart:hover{
	transition: all 0.3s ease 0s;
}

#divShoppingCartSlider{
	padding: 10px;
	width: 300px;
	min-height: 200px;
	text-align: left;
	display: none;
	position: absolute;
	background-color: #FBF2FF;
	margin-top: 10px;
	border-radius: 25px;
	z-index: 500;
	overflow: hidden;
	font-size: 14px;
}

.divShoppingCartSliderOverviewItemOdd{
	width: 280px;
	min-height: 36px;
	margin-bottom: 5px;
}

.divShoppingCartSliderOverviewItemOdd:after{
	clear: both;
	content: ".";
	display: block;
	height: 0px;
	visibility: hidden;
}

.divShoppingCartSliderOverviewItemEven{
	width: 280px;
	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;
	border-radius: 25px;
	overflow: hidden;
}

.divShoppingCartSliderOverviewItemText{
	float: left;
	width: 180px;
	overflow: hidden;
	padding: 5px;
}

.divShoppingCartSliderOverviewItemTotal{
	float: left;
	width: 180px;
	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: #e4676f;
}

#divShoppingCartSliderToCheckout{
	float: right;
	text-align: center;
	width: 280px;
	color: #FFF;
}

#divShoppingCartSliderToCheckout a{
	background-color: #474747;
	cursor: pointer;
	display: block;
	padding: 5px;
	text-align: center;
	width: 2/0px;
	color: #FFF;
	text-decoration: none;
}

#divShoppingCartSliderToCheckout a:hover{
	background-color: #333333;
}

/*** CONTINUE SHOPPING ***/

#divCatalogueContinueOrCheckoutWrap{
	display: none;
	width: 260px;
}


#divCatalogueContinueOrCheckout{
	width: 260px;
}

#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: #999;
	color: #FFF;
	cursor: pointer;
	padding: 5px;
	text-align: center;
	margin: 5px 0;
}

#divCatalogueContinueOrCheckout #divCatalogueContinueOrCheckoutButton2{
	background-color: #e4676f;
	color: #FFF;
	cursor: pointer;
	padding: 5px;
	text-align: center;
	margin: 5px 0;
}

#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:#000;
	padding:5px;
}

.paging{
	height: 23px;
	padding: 5px;
	margin: 20px 0;
	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%;
	background-color: #FFF;
	border-radius: 25px;
}

/*** 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, .divCatalogueProductgroup_4{
	width: calc(100% - 40px);
	padding: 10px;
	margin: 20px;
	border-radius: 25px;
}

/*

.divCatalogueProductgroup_1{
	margin: 0 2% 4% 0;
}

.divCatalogueProductgroup_2{
	margin: 0 1% 4% 1%;
}

.divCatalogueProductgroup_3{
	margin: 0 1% 4% 1%;
}

.divCatalogueProductgroup_4{
	margin: 0 0 4% 2%;
}

*/

.divCatalogueProductgroup_1:hover > .divCatalogueProductgroupImage, .divCatalogueProductgroup_2:hover > .divCatalogueProductgroupImage, .divCatalogueProductgroup_3:hover > .divCatalogueProductgroupImage, .divCatalogueProductgroup_4:hover > .divCatalogueProductgroupImage{
	transform: scale(1.1);
}

.divCatalogueProductgroupImage{
	cursor: pointer;
	height: 280px;
	overflow: hidden;
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	background-color: #FFFFFF;
	border-radius: 25px;
	transition: all .2s ease-in-out;
	border: solid 2px #e4676f;
}

.divCatalogueProductgroupTitle{
	overflow: hidden;
	text-shadow: 0px 2px 3px rgba(0,0,0,0.2);
	text-align: center;
	margin-top: 5px;
	min-height: 65px;
}

.divCatalogueProductgroupTitle a, .divCatalogueProductgroupTitle a:hover{
	color: #333;
	text-decoration: none;
	display: block;
	width: 100%;
	height: 100%;
}

.divCatalogueProductgroupTitle h2{
	font-size: 24px;
	text-align: center;
	font-weight: normal;
	padding: 5px 0;
}


/*** PRODUCT ***/

#divCatalogueProductgroupsProducts{
}

.divCatalogueProductgroupsProduct_1, .divCatalogueProductgroupsProduct_2, .divCatalogueProductgroupsProduct_3, .divCatalogueProductgroupsProduct_4{
	moz-border-radius: 8px;
	webkit-border-radius: 8px;
	width: calc(100% - 40px);
	outline: solid 2px #e4676f;
	background-color: #FFF;
	padding: 15px;
	margin: 20px;
	position: relative;
	border-radius: 25px;
	transition: all 0.05s ease 0s;
}

.divCatalogueProductgroupsProduct_1.focus, .divCatalogueProductgroupsProduct_2.focus, .divCatalogueProductgroupsProduct_3.focus, .divCatalogueProductgroupsProduct_4.focus{
	outline: solid 4px #e4676f;
}


.divCatalogueProductgroupsProduct_1:hover, .divCatalogueProductgroupsProduct_2:hover, .divCatalogueProductgroupsProduct_3:hover, .divCatalogueProductgroupsProduct_4:hover{
	outline: solid 4px #e4676f;
}

.divCatalogueProductgroupsProduct_1.focus:hover, .divCatalogueProductgroupsProduct_2.focus:hover, .divCatalogueProductgroupsProduct_3.focus:hover, .divCatalogueProductgroupsProduct_4.focus:hover{
	outline: solid 6px #e4676f;
}


.divCatalogueProductgroupsProductImage{
	cursor: pointer;
	height: 246px;
	overflow: hidden;
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	border-radius: 25px;
	overflow: hidden;
}

.divCatalogueProductsPager{
	font-size: 48px;
	line-height: 24px;
}

.divCatalogueProductsPagerImage{
	border: solid 2px #e4676f;
	border-radius: 25px;
	overflow: hidden;
	display: inline-block !important;
	margin: 10px 10px 0 0;
}

.divCatalogueProductsPager span{
	cursor: pointer;
}

.divCatalogueProductsPager .cycle-pager-active{
	color: #CCC;
}

.divCatalogueProductgroupsProductTitle{
	overflow: hidden;
	text-shadow: 0px 2px 3px rgba(0,0,0,0.2);
	text-align: center;
	margin-top: 5px;
	min-height: 75px;
}

.divCatalogueProductgroupsProductTitle a, .divCatalogueProductgroupsProductTitle a:hover{
	color: #333;
	text-decoration: none;
	display: block;
	width: 100%;
	height: 100%;
}

.divCatalogueProductgroupsProductTitle h2{
	font-size: 22px;
	text-align: center;
	font-weight: normal;
	padding: 5px 0;
}

.divCatalogueProductgroupsProductPrice{
	color: #e4676f;
	text-align: center;
	padding: 5px;
	font-size: 21px;
	font-weight: bold;
	text-align: center;
	margin-top: 5px;
}

.divCatalogueProductgroupsProductOldPrice{
	font-size: 12px;
	color: #666;
	text-decoration: line-through;
	font-weight: normal;
}

.divCatalogueProductgroupsProps{
}

.divCatalogueProductgroupsProp{
	color: #e4676f;
	text-align: center;
	padding: 5px;
	font-size: 24px;
	font-weight: bold;
	text-align: center;
	margin-top: 5px;
	background-color: #FBF2FF;
}

.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;
	transition: all 0.3s ease 0s;
	float: left;
}

.divCatalogueProductgroupsProductWhishlist a{
	color: #CCC;
}

.divCatalogueProductgroupsProductWhishlist:hover > a{
	color: #e4676f;
}

.divCatalogueProductgroupsProductWhishlist.added > 0{
	color: #F66;
}


.divCatalogueProductgroupsProductWhishlist a, .divCatalogueProductgroupsProductWhishlist.added a{
	width: 100%;
	height: 100%;
	display: block;
	cursor: pointer;
	text-decoration: none;
}

.divCatalogueProductgroupsProductWhishlist a:before{
	font-family: 'FontAwesome';
	font-size: 18px;
	content: "\f004";
}

.divCatalogueProductgroupsProductOrder{
	text-align: center;
	width: 150px;
	height: 40px;
	padding: 10px 0 0 5px;
	margin: 5px 0 0 0;
	background-color: #e4676f;
	transition: all 0.3s ease 0s;
	float: right;
	border-radius: 25px;
}

.divCatalogueProductgroupsProductOrder:hover{
	background-color: #c0595a;
}

.divCatalogueProductgroupsProductOrder a{
	width: 100%;
	height: 100%;
	display: block;
	cursor: pointer;
	color: #FFFFFF;
}

.divCatalogueProductgroupsProductOrder a:before{
	font-family: 'FontAwesome';
	font-size: 18px;
	content: "\f07a";
}

.divCatalogueProductgroupsProductOrder_Q{
	width: 35px;
	height: 25px;
	float: left;
	border: none;
	background-color: #F2F2F2;
	text-align: center;
	display: none !important;
}

.divCatalogueProductgroupsProductSoldOut{
	margin-top: 5px;
	padding-top: 5px;
	text-align: center;
	min-height: 83px;
}

.divCatalogueProductgroupsProductPreorder{
	margin: 0 0 5px 0;
	padding: 5px;
	background-color: #490014;
	text-align: center;
	font-weight: bold;
	color: #FFFFFF;
}

.divCatalogueProductgroupsProductSoldOutContent{
	width:100%;
	background-color: #CCC;	
	padding:20px;
	font-size: 18px;
	font-weight: bold;	
	text-align: center;
}

#divCatalogueProductgroupsProductKeepMeInformed{
	float:right;
	width:100%;
	padding-top:30px;
	padding-left:40px;
}

.divCatalogueProductgroupsProductKeepMeInformedContent{
	width:100%;
	background-color:#FBF2FF;	
	padding:20px;
}

#divCatalogueProductgroupsProductKeepMeInformedContentTitle{
	margin-bottom:10px;
}

#divKeepMeInformedField{
	width: calc(100% - 36px);
	float: left;
}

#divKeepMeInformedField #fldKeepMeInformedEmail{
	height: 35px;
	border: none;
	border: solid 1px #FBF2FF;
	width:100%;
	padding:10px;
}

#divKeepMeInformedButton{
	text-align: center;
	float: left;
	background-color:#efefef;
	height: 35px;
	padding: 10px;
	cursor: pointer;
}


.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{
	background-color: #FFF;
}

.divCatalogueProductgroupsProductList .divCatalogueProductgroupsProductTitle{
	margin-top: 0;
	min-height: inherit;
}

.divCatalogueProductgroupsProductList .divCatalogueProductgroupsProductTitle h2{
	text-align: left;
	padding: 5px;
}

.divCatalogueProductgroupsProductList .divCatalogueProductgroupsProductText{
	margin-left: 5px;
}

.divCatalogueProductgroupsProductList .divCatalogueProductgroupsProductPrice{
	margin-left: 5px;
}

.divCatalogueProductgroupsProductList .divCatalogueProductgroupsProductProp{
	margin-left: 5px;
}

.divCatalogueProductgroupsProductList .divCatalogueProductgroupsProductCart{
	width: 170px;
	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);
	*/
	border: solid 2px #e4676f;
	border-radius: 25px;
	background-color: #FFF;
	padding: 20px;
	position: relative;
}

#divCatalogueProductsLeft{
}

#divCatalogueProductsSlideshow{
	cursor: -webkit-zoom-in; 
	cursor: -moz-zoom-in;
	border: solid 2px #ecdedf;
	border-radius: 25px;
	overflow: hidden;
}

#divCatalogueProductsRight{
	margin-left: 5px;
}

#divCatalogueProductsRightText{
	clear: both;
	display: block;
	padding: 40px;
	/*max-height: 200px;*/
	position: relative;
	overflow: hidden;
}

#divCatalogueProductsRightTextReadMore{
	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, white);
	display: none;
}

#divCatalogueProductsRightTextReadMore .button{
	background-color: #e4676f;
	color: #FFF;
	text-decoration: none;
	padding: 10px;
}

#divCatalogueProductsBottom{
	margin-top: 15px;
}

#divCatalogueProductsProductSocialTwitter{
	height: 30px;
	text-align: right;
	padding-top: 5px;
}

#divCatalogueProductsProductSocialFacebookChat{
	width: 100%;
	padding: 10px;
	margin: 10px 0;
	background-color: #c0595a;
	color: #FFF;
	text-align: center;
	cursor: pointer;
	font-size: 20px;
}

#divCatalogueProductsProductSocialFacebookChat:hover{
	background-color: #333333;
}


#divCatalogueProductsProductSocialFacebook{
	height: 30px;
	text-align: right;
	padding-top: 5px;
	margin-right: -20px;
	display: none;
}

#divCatalogueProductsProductSocialTwitter{
	display: none;
}

#divCatalogueProductsProductSocialPinIt{
	height: 30px;
	text-align: right;
	padding-top: 5px;
	display: none;
}

#divCatalogueProductsProductCart{
	float: right;
}

#divCatalogueProductsProductCart .divCatalogueProductgroupsProductWhishlist{
	float: left;
}

#divCatalogueProductsProductCart .divCatalogueProductgroupsProductOrder{
	float: left;
}

.divCatalogueProductsProductStaffel{
	text-align: right;
	font-weight: bold;
	background-color: #e4676f;
	color: #FFF;
	font-size: 11px;
	margin-bottom: 5px;
	padding: 5px;
}

.divCatalogueProductsProductPrice{
	text-align: right;
	font-weight: bold;
	font-size: 24px;
	margin-bottom: 5px;
	color: #e4676f;
}

.divCatalogueProductsProductOldPrice{
	font-size: 12px;
	color: #666;
	text-decoration: line-through;
	font-weight: normal;
}

.divCatalogueProductgroupsProductVideosHolder{
	margin-top: 20px;
	margin-bottom: 20px;
}

.divCatalogueProductsProductVideosHolder{
}

.divCatalogueProductsProductVideos{
	font-weight: bold;
	background-color: #e4676f;
	color: #FFF;
	margin-bottom: 5px;
	padding: 5px;
	cursor: pointer;
	display:none;
}

#box-table
{
	border-collapse: collapse;
	margin-bottom: 10px;
	text-align: left;
	border-radius: 25px;
	overflow: hidden;
}

#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: #fff0eb;
	border: 1px solid #fff;
	color: #e4676f;
	padding: 10px;
	transition: all 0.3s ease 0s;
}

#box-table td a
{
	color: #e4676f;
}

#box-table tr:hover td
{
	background-color: #f7dcd3;
	color: #e4676f;
	transition: all 0.3s ease 0s;
}

/*** RATING ***/

#fldRatingPriceError{
	display: none;
}

#fldRatingQualityError{
	display: none;
}

#fldRatingAppreciationError{
	display: none;
}

/*** FILTER ***/

#divCatalogueFilters{
    background-color: #F8F8F8;
	padding: 5px;
	margin-bottom: 10px;
	cursor: pointer;
	display: none;
}

#divCatalogueFiltersTitle{
}

#divCatalogueFiltersList{
	display: none;
}

.divCatalogueFilter{
	color: #666;
	padding: 5px;
}

.divCatalogueFilterTitle{
	font-weight: bold;
	margin: 5px 0;
}

.divCatalogueFilterText ul li{
	list-style: none;
}

/*** CHECKOUT ***/

#divCheckoutCheckout{
	color: #666;
}

#divCheckoutExtraInfo{
	width: 100%;
	display: inline-block;
	margin-top: 10px;
	background-color: #ffffff;
	color: #e4676f;
	padding: 5px;
}

#divCheckoutRecommendation{
	min-height: 400px;
	margin: 60px 0;
}

#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-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: #000;
	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: #e4676f;
	transition: all 0.3s ease 0s;
}

/*** RELATED ***/

#divProductRecommendation{
	width: 100%;
	float: left;
	clear: both;
	margin: 60px 0;
}

.divRelatedTitle{
	height: 20px;
	background-color: #333;
	color: #FFF;
	padding: 10px;
	margin-bottom: 10px;
}

.divRelatedProduct{
	margin-bottom: 10px;
	text-align: center;
	cursor: pointer;
}

/*** REVIEW ***/

#divProductReview{
	margin: 40px 0;
}

.divProductReviewResultHolder{
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: solid 1px #CCC;
	background-color: #FBF2FF;
}

.divProductReviewResultTitle{
	font-weight: bold;
	margin-bottom: 10px;
	padding: 5px;
}

.divProductReviewResultText{
	margin-bottom: 10px;
	padding: 5px;
}

.divProductReviewResultFullName{
	font-style: italic;
	padding: 5px;
}

.divProductReviewResultTimestamp{
	text-align: right;
	font-style: italic;
	padding: 5px;
}

.divProductReviewResultPrice, .divProductReviewResultQuality, .divProductReviewResultAppreciation{
	padding: 5px;
}

/*** STEPS ***/

#divCheckoutSteps{
	width: 100%;
	outline: solid 1px #b2b2b2;
	margin-bottom: 15px;
}

.steps_step{
	width: 100%;
	background-color: #FFFFFF;
	padding: 10px;
	text-align: center;
}

.steps_step_active{
	width: 100%;
	background-color: #E4676F;
	color: #FFF;
	padding: 10px;
	text-align: center;
}

#divCheckoutStep1, #divCheckoutStep2, #divCheckoutStep3, #divCheckoutStep4, #divCheckoutStep5{
}

#divCheckoutOverviewTitle{
	width: 100%;
	background-color: #FBF2FF;
	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: #ECDEDF;
	color: #FFF;
	font-weight: bold;
	min-height: 70px;
	margin-bottom: 5px;
}

.divCheckoutOverviewItemOdd{
	background-color: #ECDEDF;
	color: #FFF;
	font-weight: bold;
	min-height: 70px;
	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{
	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: #ECDEDF;
	padding: 5px;
}

#divCheckoutShippinginfo{
	float: left;
	margin-top: 10px;
}

#divCheckoutSubTotalText{
	font-weight: bold;
	margin: 0;
	text-align: right;
	padding: 5px;
}

#divCheckoutSubTotal{
	font-weight: bold;
	margin: 0;
	text-align: right;
	padding: 5px;
}

#divCheckoutTotal{
	background-color: #E4676F;
	color: #FFF;
	font-weight: bold;
	margin: 10px 0;
	text-align: right;
	padding: 5px;
}

.divCheckoutNavigation{
	display: block;
	height: 45px;
	margin-top: 15px;
}

.divCheckoutNavigationNext{
	background-color: #e4676f;
	cursor: pointer;
	display: block;
	float: right;
	font-size: 14px;
	height: 40px;
	text-align: center;
	width: 190px;
	transition: all 0.3s ease 0s;
	border-radius: 25px;
	overflow: hidden;
}

.divCheckoutNavigationNext a:hover{
	background-color: #c0595a;
	color: #FFF;
	transition: all 0.3s ease 0s;
	border-radius: 25px;
}

.divCheckoutNavigationPrevious{
	background-color: #CCCCCC;
	cursor: pointer;
	display: block;
	float: left;
	font-size: 14px;
	height: 40px;
	text-align: center;
	width: 190px;
	transition: all 0.3s ease 0s;
	border-radius: 25px;
	overflow: hidden;
}

.divCheckoutNavigationPrevious a:hover{
	background-color: #c0595a;
	color: #FFF;
	transition: all 0.3s ease 0s;
	border-radius: 25px;
}

.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: #FBF2FF;
	height: 110px;
	margin-bottom: 10px;
}

.divCheckoutCollectSelectCheck{
	background-color: #0e0e0e;
	height: 110px;
	padding-top: 44px;
	text-align: center;
	width: 100%;
}

.divCheckoutCollectSelectText{
	min-height: 110px;
	padding: 5px;
}

.divCheckoutShippingLabel{
	font-weight: bold;
	margin-bottom: 5px;
}

.divCheckoutShippingSelect{
	background-color: #FBF2FF;
	height: 110px;
	margin-bottom: 10px;
}

.divCheckoutShippingSelectCheck{
	background-color: #ecdedf;
	height: 110px;
	padding-top: 44px;
	text-align: center;
	width: 100%;
}

.divCheckoutShippingSelectText{
	min-height: 110px;
	padding: 5px;
}

.divCheckoutShippingSelectActions{
	background-color: #FBF2FF;
	height: 110px;
	padding-top: 30px;
	text-align: center;
	width: 100%;
}

.divCheckoutInvoiceLabel{
	font-weight: bold;
	margin-bottom: 5px;
}

.divCheckoutInvoiceSelect{
	background-color: #FBF2FF;
	height: 110px;
	margin-bottom: 10px;
}

.divCheckoutInvoiceSelectCheck{
	background-color: #ecdedf;
	height: 110px;
	padding-top: 44px;
	text-align: center;
	width: 100%;
}

.divCheckoutInvoiceSelectText{
	min-height: 110px;
	padding: 5px;
}

.divCheckoutInvoiceSelectActions{
	background-color: #FBF2FF;
	height: 110px;
	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: #FBF2FF;
	min-height: 110px;
	margin-bottom: 10px;
}

.divCheckoutPaymentMethodSelectCheck{
	background-color: #ecdedf;
	height: 110px;
	padding-top: 44px;
	text-align: center;
	width: 100%;
}

.divCheckoutPaymentMethodSelectText{
	min-height: 110px;
	padding: 5px;
}

.divCheckoutPaymentMethodSelectImage{
	background-color: #FBF2FF;
	height: 70px;
	text-align: center;
	overflow: hidden;
}

.divCheckoutDetail{
	min-height: 110px;
	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: #e4676f;
	border: none;
	color: #FFF;
	cursor: pointer;
}

#divOgone .ncol:hover{
	background-color: #FBF2FF;
}

#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: #E4676F;
	color: #FFF;
	padding: 5px 5px 0 5px;
}

.divCustomerHomeContentRightTitle{
	width: 100%;
	height: 30px;
	float: left;
	background-color: #E4676F;
	color: #FFF;
	padding: 5px 5px 0 5px;
}

.divCustomerHomeContentLeftText{
	width: 100%;
	min-height: 200px;
	float: left;
	background-color: #FBF2FF;
	padding: 5px;
	position: relative;
	margin-bottom: 10px;
}

.divCustomerHomeContentRightText{
	width: 100%;
	min-height: 200px;
	float: left;
	background-color: #FBF2FF;
	padding: 5px;
	position: relative;
	margin-bottom: 10px;
}

.divCustomerHomeContentLeftButton, .divCustomerHomeContentRightButton{
	width: 250px;
	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: #e4676f;
}


.divCustomerHomeOrderHeader{
	background-color:#dfdfdf;
	font-weight:bold;
}

.divCustomerHomeOrderHeaderDate{
}

.divCustomerHomeOrderHeaderReferer{
}

.divCustomerHomeOrderHeaderTotal{
	text-align:right;
}

.divCustomerHomeOrderHeaderPayed{
	text-align: center;	
}

.divCustomerHomeOrderHeaderShipped{
	text-align: center;	
}	
	
.divCustomerHomeOrderSubHeader{
	background-color:#ecdedf;
}
	
.divCustomerHomeOrderSubHeaderDate{
}

.divCustomerHomeOrderSubHeaderReferer{
}

.divCustomerHomeOrderSubHeaderTotal{
	text-align:right;
}

.divCustomerHomeOrderSubHeaderPayed{
	text-align: center;	
	cursor:default;
}

.divCustomerHomeOrderSubHeaderShipped{
	text-align: center;
	cursor:default;
}

/*** CUSTOMER ORDERS ***/

.divCustomerOrderHeader{
	background-color:#e4676f;
	color: #FFF;
	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:#ecdedf;
}

.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:#fbf2ff;
	padding: 10px;
}
	
.divCustomerOrderDetailHeader{
	background-color:#ecdedf;
	font-weight:bold;
}

.divCustomerOrderDetailHeader > div{
	padding: 10px;
}
	
.divCustomerOrderDetailHeaderTitle{
}

.divCustomerOrderDetailHeaderAmount{
	text-align:right;
}

.divCustomerOrdeDetailrHeaderPrice{
	text-align:right;
}

.divCustomerOrderDetailHeaderSubtotal{
	text-align:right;	
}

.divCustomerOrderDetail{
	background-color:#f6f9ff;
}

.divCustomerOrderDetail > div{
	padding: 10px;
}
	
.divCustomerOrderDetailTitle{
}

.divCustomerOrderDetailAmount{
	text-align:right;
}

.divCustomerOrderDetailPrice{
	text-align:right;
}

.divCustomerOrderDetailSubtotal{
	text-align:right;	
}
	
.divCustomerOrderDetailFooter{
	background-color:#ecdedf;
	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: #e4676f;
}

.divCustomerRemoveIcon{
	margin: 51px 0 0 0;
	text-align: center;
	cursor: pointer;
}

.divCustomerRemoveIcon:hover{
	color: #e4676f;
}

/*----------------------------------------------- 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:#FBF2FF;
}

.frmGeneral select.select1{
    max-width:calc(50% - 4px);
    margin-right:4px;
}

.frmGeneral select.select2{
    max-width:calc(25% - 4px);
    margin-right:4px;
}

.frmGeneral textarea{
    background-color:#FFFFFF;
    border:solid 1px #999999;
    border-radius: 0;
    color:#4a4a4d;
    height:120px;
    padding:10px;
}

.frmGeneral textarea:focus{
    background:none;
    background-color:#FBF2FF;
}

.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;
    color:#768a95; 
}

.frmGeneral select option:first-child { 
    color:#768a95; 
}

.frmGeneral input,
.frmGeneral textarea,
.frmGeneral select{
    margin-bottom:4px;
    width:calc(100% - 4px); 
    /*box-sizing: border-box;
    width:100%;
    margin-right:4px;*/
    font-family: 'Kumbh Sans', sans-serif;
    font-size:13px;
    font-weight:normal;
}

.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:#e4676f;
    border: none;
    color:#FFF;
    padding:10px;
    width:50%;
    cursor: pointer;
    -webkit-appearance: none;
	border-radius: 25px;
	transition: all 0.3s ease 0s;
}

.frmGeneral .submit:hover{
	background-color: #c0595a;
}

.frmGeneral .submitButton{
    background-color:#e4676f;
    color:#ffffff;
    padding:10px 30px;
    cursor:pointer;
    display:inline-block;
    text-transform: uppercase;
    margin-top:20px;
    transition: all 0.3s ease 0s;
    font-size: 18px;
    font-family: 'Anton', sans-serif;
	border-radius: 25px;
}

.frmGeneral .submitButton:hover{
	background-color: #c0595a;
}

.frmGeneral .submitButton span{
    text-align:right;
    margin-left:10px;
    transition: all 0.3s ease 0s;
}

.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:1px solid #999999;
    border-radius: 0;
    margin:0;
    padding:10px;
    padding-bottom:6px;
    padding-left:16px;
    -webkit-appearance: none;
    width:calc(100% - 4px);
    font-size:12px; 
    margin-top:10px;
}

.frmGeneral .jSignatureField{
    background-color:#FFFFFF;
    border:1px solid #999999;
    border-radius: 0;
}


.frmGeneral .divAssetContainer{
    margin-top:10px;
}

.frmGeneral .divFieldContainer label{
    cursor:pointer;
}

.frmGeneral label{
    font-family: 'Kumbh Sans', sans-serif;
}

.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"; 
}

/******************************* GUESTBOOK ******************************/
/************************************************************************/

#guestbook_wrap{
    width:100%;
    z-index:50;
    position:relative;
    z-index:600;
    background-color: #FBFBFB;
    border-top:solid 1px #FBF2FF;
    padding-top: 20px;
    padding-bottom:40px;
    text-align: center;
    cursor: pointer;
}

#guestbook_text{
    font-size: 24px;
    font-weight: bold;
    max-width: 70%;
    margin: 0 auto;
    margin-bottom:20px;
}

.divGuestbookHolderWrap{
    margin-bottom: 20px;
}

.divGuestbookHolder{
    border: 1px solid #FBF2FF;
    background-color: #FBFBFB;
    padding: 10px;
    margin-bottom: 20px;
}

.divGuestbookText p{
    margin: 0;
    padding: 0;
}

.divGuestbookText{
    font-size: 14px;
    font-weight: bold;
}

.divGuestbookPostedBy{
    color: #666;
    font-style: italic;
}

.divGuestbookHolderEmpty{
    margin-bottom: 20px;
}


/*** FIXES ***/

.clearfix:after
{
	clear:both;
	content:".";
	display:block;
	height:0px;
	visibility:hidden;
}

.clearfix
{
	display:inline-block;
}

* html .clearfix
{
	height:1%;
}

.clearfix
{
	display:block;
}
