/*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;
	float:left;
	margin-left:0.23%;
	width:33.16%;
	overflow:hidden;
}
#customcontent_top li:first-child{ margin:0;}
#customcontent_top li .inn{ position:absolute; height:100%; top:7px; left:160px;}
#customcontent_top li .inn {}
#customcontent_top h3{
	color:#ffffff;
	font-size:28px;
	line-height:28px;
	font-family: 'Open Sans', sans-serif;
	font-weight:300;
	text-transform:uppercase;
	-moz-transition: all 0.4s ease 0s;
	-webkit-transition: all 0.4s ease 0s;
	-o-transition: all 0.4s ease 0s;
}
#customcontent_top h1{
	border:none;
	background:none;
	color:#fff;
	font-size:88px;
	line-height:16px;
	font-family: 'Open Sans', sans-serif;
	font-weight:300;
	margin-left:-3px;
	-moz-transition: all 0.4s ease 0s;
	-webkit-transition: all 0.4s ease 0s;
	-o-transition: all 0.4s ease 0s;
}
#customcontent_top h4{
	font-family: 'Open Sans', sans-serif;
	color:#ffffff;
	font-weight:600;
	font-size:30px;
	line-height:46px;
	text-transform:uppercase;
	-moz-transition: all 0.4s ease 0s;
	-webkit-transition: all 0.4s ease 0s;
	-o-transition: all 0.4s ease 0s;
	margin-left:-1px;
}
#customcontent_top li:hover h3,
#customcontent_top li:hover h1,
#customcontent_top li:hover h4{ 
	color:#000;
	-moz-transition: all 0.4s ease 0s;
	-webkit-transition: all 0.4s ease 0s;
	-o-transition: all 0.4s ease 0s;
}

body.instant_search #customcontent_top { display:none;}
@media only screen and (min-width: 950px) and (max-width: 1199px) {
	#customcontent_top li .inn{ left:135px; top:2px;}
	#customcontent_top h3{ font-size:22px; line-height:22px;}
	#customcontent_top h1{ font-size:65px;}
	#customcontent_top h4{ font-size:24px; line-height:24px;}
}
@media only screen and (min-width: 768px) and (max-width: 979px) {
	#customcontent_top li .inn{ left:100px; top:0px;}
	#customcontent_top h3{ font-size:18px; line-height:18px;}
	#customcontent_top h1{ font-size:58px; padding:7px 0; margin:0;}
	#customcontent_top h4{ font-size:17px; line-height:18px;}
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
	#customcontent_top li{ margin:0 0 3px; background:#ffc001;}
	#customcontent_top li:first-child{ margin-bottom:3px; background:#3cb099;}
	#customcontent_top li.last_item{ background:#ff8601;}
	#customcontent_top li a{ width:100%; display:block;}
	#customcontent_top li a img{ display:none;}
	#customcontent_top li .inn{ width:100%; position:relative; left:0; top:0; text-align:center;}
	#customcontent_top h3{ font-size:16px; line-height:16px;}
	#customcontent_top h1{ font-size:52px; padding:7px 0; margin:0;}
	#customcontent_top h4{ font-size:17px; line-height:18px;}
}
@media only screen and (min-width: 320px) and (max-width: 479px) {
	#customcontent_top li{ margin:0 0 3px; background:#ffc001;}
	#customcontent_top li:first-child{ margin-bottom:3px; background:#3cb099;}
	#customcontent_top li.last_item{ background:#ff8601;}
	#customcontent_top li a{ width:100%; display:block;}
	#customcontent_top li a img{ display:none;}
	#customcontent_top li .inn{ width:100%; position:relative; left:0; top:0; text-align:center;}
	#customcontent_top h3{ font-size:14px; line-height:14px;}
	#customcontent_top h1{ font-size:35px; padding:7px 0; margin:0;}
	#customcontent_top h4{ font-size:13px; line-height:16px;}
}


/*@media only screen and (max-width: 479px){
	#customcontent_top{ display:none;}
}*/

/*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;}