/*Frontend Styles*/
#customcontent_top li {
	position:relative;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-ms-box-sizing:border-box;	
}
#customcontent_top li img{ border:10px solid #fff;}
#customcontent_top li:hover{-webkit-box-shadow: 0px 0px 19px 0px #dbdada;
    -moz-box-shadow: 0px 0px 19px 0px #d7d5d4;
    box-shadow: 0px 0px 19px 0px #d7d5d4;-webkit-transition: all 0.3s linear;
-moz-transition: all 0.3s linear;
-ms-transition: all 0.3s linear;
-o-transition: all 0.3s linear;
transition: all 0.3s linear;}
#customcontent_top li:hover img{border:10px solid #675950;}
#customcontent_top li{
	    -webkit-box-shadow: 0px 0px 19px 0px #ecebeb;
    -moz-box-shadow: 0px 0px 19px 0px #ecebeb;
    box-shadow: 0px 0px 19px 0px #ecebeb;	-webkit-transition: all 0.3s linear;
-moz-transition: all 0.3s linear;
-ms-transition: all 0.3s linear;
-o-transition: all 0.3s linear;
transition: all 0.3s linear;}
#customcontent_top h2 {
	position:absolute;
	bottom:-2px;
	left:10px;
	width:304px;
	padding-right:30px;
	padding-left:16px;
	padding-top:10px;
	text-align:left;
	font-size:22px;
	line-height:23px;
	font-style:italic;
	font-weight:normal;
	color:#fff;
	height:60px;
	background: url(img/bg-banner.png) left top repeat;
}

#customcontent_top .marker-banner{	background: url(img/marker-banner.png) left top repeat; width:45px; height:45px; position:absolute; right:20px; bottom:20px;}
body.instant_search #customcontent_top { display:none;}
@media (max-width: 768px) {
	#customcontent_top { }
	#customcontent_top li:first-child{ background:#fdfdfd;}
		#customcontent_top li { margin-bottom:20px; text-align:center;}
		#customcontent_top li img{ border:none;}
		#customcontent_top h2{ width:100%; font-size:18px; padding-right:64px;	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box; left:0; bottom:-12px;}
	#customcontent_top .marker-banner{ bottom:8px;}
}
/*Backend Styles*/
.customcontent_fieldset.deleteItem {
  background: #F2DEDE;
  border-color: #EED3D7;
}
.customcontent_fieldset {
  margin-bottom: 20px;
}
.customcontent_fieldset label {
  width: 120px;
}
.customcontent_fieldset .left-col {
  float: left;
  margin-right: 20px;
  width: 510px;
}
.customcontent_fieldset .field {
  margin-bottom: 6px;
}
.customcontent_fieldset .html {
  position: relative;
}
.customcontent_fieldset .html .displayed_flag {
  float: right;
}
.customcontent_fieldset .html .language_flags {
  position: absolute;
  top: 0;
  right: 20px;
}
.customcontent_fieldset .deleteItem {
  overflow: hidden;
  margin-bottom: 12px;
  padding-bottom: 6px;
  border-bottom: 1px solid #ccc;
}
.customcontent_fieldset .deleteItem input {
  float: left;
  margin-right: 6px;
}
.customcontent_fieldset .deleteItem label {
  width: auto;
  float: none;
  display: inline;
}
.submit-wrapper {
  margin: 20px 0;
}

#customcontent_home {
	margin-bottom:0px;
}
#customcontent_home li img { vertical-align:top;}
#customcontent_home li { float:left;
margin-left:20px;}
#customcontent_home li:first-child { margin-left:0;}