/*Frontend Styles*/
.customcontent_top2_wrap {
	/*background:#e0e0e0;*/
	background:#fff;
	display: block;
    left: 50%;
    margin: 0 0 0 -5000px;
    padding: 0;
    position: relative;
    width: 10000px;
}
#customcontent_top2 { 
padding:30px 0 0;
 /*-ms-interpolation-mode: bicubic;
  box-shadow: 1px 4px 10px 0px #6B6B6B;
-webkit-box-shadow: 1px 4px 10px 0px rgba(0, 0, 0, 0.5);*/
}
#customcontent_top2 li {
	position:relative;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-ms-box-sizing:border-box;
	margin-bottom:30px;
	-webkit-transition: all 0.15s linear;
	-moz-transition: all 0.15s linear;
	-o-transition: all 0.15s linear;
	transition: all 0.15s linear;
}
#customcontent_top2 li:hover { -webkit-box-shadow:  -1px 5px 21px 0px #e5e5e5; box-shadow:  -1px 0px 21px 3px #333;-webkit-transition: all 0.15s linear;
	-moz-transition: all 0.15s linear;
	-o-transition: all 0.15s linear;
	transition: all 0.15s linear;}
#customcontent_top2 li .contentDiv { width:100%; height:100%; position:absolute;	top:0;	left:0;}
#customcontent_top2 li .con_indent { padding:74px 120px 0px 29px;}
#customcontent_top2 h2 {
	font-family: 'Open Sans', sans-serif;
	font-weight:normal;
	font-size:38px;
	line-height:42px;
	text-transform:none;
	color:#8eb944;
	margin:0 0 6px;
}
#customcontent_top2 p { font-size:13px; line-height:18px; color:#969494;}

body.instant_search #customcontent_top2 { display:none;}

@media only screen and (min-width: 980px) and (max-width: 1199px) {
#customcontent_top2 li .con_indent {
    padding: 70px 100px 0 20px;
}
#customcontent_top2 h2 {
    font-size: 25px;
    line-height: 30px;
}
#customcontent_top2 p {
    font-size: 12px;
}
}
@media only screen and (min-width: 768px) and (max-width: 979px) {
#customcontent_top2 li .con_indent {
    padding: 37px 40px 0 15px;
}
#customcontent_top2 h2 {
    font-size: 20px;
    line-height: 26px;
}
#customcontent_top2 p {
    font-size: 12px;
}
}
@media only screen and (max-width: 767px) {
.customcontent_top2_wrap {
	background:#f9f9f9;
	display: block;
    left: auto;
    margin:0;
    padding: 0 50px;
    position: relative;
    width: auto;
	margin: 0 -50px;
}
.customcontent_top2_wrap .container  { margin:0; text-align:center;}
#customcontent_top2 {
    padding: 20px 0 0;
}
#customcontent_top2 li { width:30%; display:inline-block; margin:0 5px 20px; text-align:left;}
#customcontent_top2 li .con_indent {
    padding: 25px 15px 0 15px;
}
#customcontent_top2 h2 {
    font-size: 16px;
    line-height: 20px;
}
#customcontent_top2 p {
    font-size: 11px;
}
}
@media only screen and (max-width: 640px) {
#customcontent_top2 li { width:45%; margin:0 10px 20px;}
#customcontent_top2 li .con_indent {
    padding: 25px 15px 0 25px;
	padding-top:20%;
}
#customcontent_top2 h2 {
    font-size: 16px;
    line-height: 20px;
}
#customcontent_top2 p {
    font-size: 11px;
}
}
@media only screen and (max-width: 460px) {
#customcontent_top2 li { margin:0 5px 20px;}
#customcontent_top2 li .con_indent {
	padding-left:8%;
    padding-top:28%;
}
#customcontent_top2 h2 {
    font-size: 20px;
    line-height: 26px;
}
#customcontent_top2 p {
    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;}