



/*Frontend Styles*/
#customcontent_top{
 margin-left: auto;
    margin-right: auto;
    width: 1030px;
	margin-top:-40px;
	
}

#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 {
    position:relative;
	border: 1px solid #cccccc;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	-ms-border-radius: 8px;
	-o-border-radius: 8px;
	border-radius: 8px;
	-webkit-box-shadow: inset 1px 1px 9px rgba(178, 178, 178, 0.3);
	box-shadow: inset 1px 1px 9px rgba(178, 178, 178, 0.3);
	margin-top:10px;
	margin-bottom:10px;
	
}

#customcontent_top li h3 {
    background: #990000;
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzk5MDAwMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM0OTAwMDAiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top,  #990000 0%, #490000 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#990000), color-stop(100%,#490000));
background: -webkit-linear-gradient(top,  #990000 0%,#490000 100%);
background: -o-linear-gradient(top,  #990000 0%,#490000 100%);
background: -ms-linear-gradient(top,  #990000 0%,#490000 100%);
background: linear-gradient(to bottom,  #990000 0%,#490000 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#990000', endColorstr='#490000',GradientType=0 );
color: #FFFFFF;
    font-family: 'Open Sans',sans-serif;
    font-size: 15px;
    font-weight: bold;
    line-height: 20px;
    margin: 0 0 29px;
	text-transform: uppercase;
	padding:10px;
	
	margin-bottom:0px;
}
 
#customcontent_top li:before,
#customcontent_top li:after {
    content:"";
    position:absolute;
    z-index:-2;
}


#customcontent_top li {
    font-size:16px;
    font-weight:bold;
    transition: all 0.2s;
    overflow: hidden;
}

#customcontent_top li:hover {
	
	border: 1px solid #cccccc;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	-ms-border-radius: 8px;
	-o-border-radius: 8px;
	border-radius: 8px;
	-webkit-box-shadow: inset 1px 1px 9px rgba(178, 178, 178, 0.3);
	box-shadow: inset 1px 1px 9px rgba(178, 178, 178, 0.3);
}
#customcontent_top li a {
  width: 100%;
  height: 100%;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  transition: all 0.2s;
  color:#ffffff;
}
#customcontent_top li:hover a {
  border: 0px solid #000;
  width: 98%;
  height: 98%;
  margin: 0 auto;
  padding: 0 0 0 1%;
}

#customcontent_top .span4{
	min-height:245px;
	width:500px;
	display:none;
	
}
#customcontent_top .myspan{
	min-height:245px;
	width:500px;
	
}

#customcontent_top li .awesome_hover {
  width: 0%;
  height: 0%;
  display: block;
  background: rgba(0,0,0,0);
  position: absolute;
  top:50%;
  left: 50%;
  margin: 0 auto;
  transition: all 0.4s;
}
#customcontent_top li:hover .awesome_hover {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0,0,0,0.2);
}
#customcontent_top li .button_buy {
  font: normal 18px/30px 'Open Sans', serif;
  color: #8f949a;
  text-transform: uppercase;
}
#customcontent_top h2 {
	position:relative;
	color: #990000;
	font-size: 4em;
	text-shadow: 1px 1px 2px rgba(150, 150, 150, 1);
	text-align:center;
	top:40%;
	left:0;
	width:100%;
	text-align:center;

	line-height:28px;
	text-transform:uppercase;
	margin:0 auto;
  display: inline-block;
  line-height: 1.2;
}
body.instant_search #customcontent_top { display:none;}
@media (max-width: 768px) {
	       #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;
	width:1145px;
	margin-right:auto;
	margin-left:auto;
	margin-top:20px;
}
#customcontent_home img {
	
	width:1170px !important;
	margin-right:auto;
	margin-left:auto;
	height:200px !important;
	 position:relative;
	border: 1px solid #cccccc;
	-webkit-border-radius: 8px 8px 0px 0px;
	-moz-border-radius: 8px 8px 0px 0px;
	-ms-border-radius: 8px 8px 0px 0px;
	-o-border-radius: 8px 8px 0px 0px;
	border-radius: 8px 8px 0px 0px;
	-webkit-box-shadow: inset 1px 1px 9px rgba(178, 178, 178, 0.3);
	box-shadow: inset 1px 1px 9px rgba(178, 178, 178, 0.3);
	
}

#customcontent_home li{
	
	position:relative;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-ms-box-sizing:border-box;	
	
}

#customcontent_home li img { vertical-align:top; width:1170px !important; height:200px !important; overflow:hidden;}
#customcontent_home li { float:left;
margin-left:20px;
 position:relative;
	border: 1px solid #cccccc;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	-ms-border-radius: 8px;
	-o-border-radius: 8px;
	border-radius: 8px;
	-webkit-box-shadow: inset 1px 1px 9px rgba(178, 178, 178, 0.3);
	box-shadow: inset 1px 1px 9px rgba(178, 178, 178, 0.3);
	margin-top:10px;
	margin-bottom:10px;
}

#customcontent_home li h3 {
    background: #990000;
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzk5MDAwMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM0OTAwMDAiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top,  #990000 0%, #490000 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#990000), color-stop(100%,#490000));
background: -webkit-linear-gradient(top,  #990000 0%,#490000 100%);
background: -o-linear-gradient(top,  #990000 0%,#490000 100%);
background: -ms-linear-gradient(top,  #990000 0%,#490000 100%);
background: linear-gradient(to bottom,  #990000 0%,#490000 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#990000', endColorstr='#490000',GradientType=0 );
color: #FFFFFF;
    font-family: 'Open Sans',sans-serif;
    font-size: 15px;
    font-weight: bold;
    line-height: 20px;
    margin: 0 0 29px;
	text-transform: uppercase;
	padding:10px;
	
	margin-bottom:0px;
	-webkit-border-radius: 0px 0px 8px 8px;
	-moz-border-radius: 0px 0px 8px 8px;
	-ms-border-radius: 0px 0px 8px 8px;
	-o-border-radius: 0px 0px 8px 8px;
	border-radius: 0px 0px 8px 8px;
}


#customcontent_top li:hover {
	
	border: 1px solid #cccccc;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	-ms-border-radius: 8px;
	-o-border-radius: 8px;
	border-radius: 8px;
	-webkit-box-shadow: inset 1px 1px 9px rgba(178, 178, 178, 0.3);
	box-shadow: inset 1px 1px 9px rgba(178, 178, 178, 0.3);
}
#customcontent_home li a {
  width: 100%;
  height: 100%;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  transition: all 0.2s;
}
#customcontent_home li:hover a {
  border: 0px solid #000;
  width: 98%;
  height: 98%;
  margin: 0 auto;
  padding: 0 0 0 1%;
}
#customcontent_home li .awesome_hover {
  width: 0%;
  height: 0%;
  display: block;
  background: rgba(0,0,0,0);
  position: absolute;
  top:50%;
  left: 50%;
  margin: 0 auto;
  transition: all 0.4s;
}
#customcontent_home li:hover .awesome_hover {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0,0,0,0.2);
}

#customcontent_home li:first-child { margin-left:0;}




@media (min-width: 768px) and (max-width: 979px) {
	
		#customcontent_top{
 margin-left: auto;
    margin-right: auto;
    width: 800px;
	
	
}


#customcontent_top .span4{
	min-height:182px;
	width:350px;
	display:none;
	
}

#customcontent_top .myspan{
	min-height:182px;
	width:350px;
	
}




#customcontent_home{
	width: 900px;
	background-color:#033;	
}

#customcontent_home li img{
	width:800px !important;
	height:auto !important;
	
	
	
}

}



@media (min-width: 977px)and (max-width: 1198px) {

	#customcontent_top{
 margin-left: auto;
    margin-right: auto;
    width: 780px;
	
	
}

#customcontent_top .span4{
	min-height:196px;
	width:380px;
	display:none;
	
	
}

#customcontent_top .myspan{
	min-height:196px;
	width:380px;
	
	
}

}


@media (min-width: 768px) and (max-width: 979px) {
	#customcontent_top{
 margin-left: auto;
    margin-right: auto;
    width: 730px;
	
	
}
}

@media (max-width: 767px) {
	
		#customcontent_top{
 margin-left: auto;
    margin-right: auto;
    width: 500px;
	
	
}
}


@media (max-width: 500px) {
	
	#customcontent_top{
		 margin-left: auto;
    margin-right: auto;
    width: 332px;
	margin-top:40px;
		
	}
#customcontent_top .span4 {
    min-height: 174px;
    width: 330px;
	display:none;
}

#customcontent_top .myspan {
    min-height: 174px;
    width: 330px;
}
	
}

