@font-face {
  font-family: 'Levin';
  src: url('../fonts/tt1057m_.ttf');
   font-weight: normal;
  font-style: normal;
}

body{
 font-family:Levin;
 overflow:scroll;

}

.content-block-title{
 
 color:#fff;
}

.page-content{


background:#FFF;
 color:#fff;
}
.goldtxt{
  color:#d7b56d;	
}
.theme-black .button:not(.button-fill){
 color:#866;
}
.swiper-container {
  height: 30%;

}


.swiper-slide {
  background:#d7b56d;
  position:relative;
  z-index:1;
}

.swiper-slide{
  text-align:center;	
}
.swiper-slide:before{
border-bottom:4px solid #d7b56d;
position:absolute;
left:15%;
width:60%;
 content : "";
 bottom  : 0;
   height  : 1px;
}
.swiper-slide img{
   width:100%;
   height:auto;	
}

.homeButton{

 	
}
.button{
   margin-top:4px;
  /*background:rgba(20,20,20,0.2);*/
     padding:10px ;
  height:90px;
   color:#d7b56d;		
}

.button a{
   	
 color:#d7b56d;
   background:none;
}


.homeButton{
position:relative;
z-index:1;
}

.homeButton:before{
border-bottom:2px solid #d7b56d;
position:absolute;
left:28%;
width:44%;
 content : "";
 bottom  : 0;
   height  : 1px;

}



.item-media {
	text-align:center;
	margin:0px auto;
}

.list-block .item-content{
 min-height:0px;	
 
}

.list-block li.media-item .item-inner, .list-block.media-list .item-inner{
	padding:4px 2px;
	min-height:32px;
	padding-top:16px;
	
}
.list-block li.media-item .item-title-row, .list-block.media-list .item-title-row{
  clear:both;	
  width:90%;
}

.item-title-row .item-title{
  float:left;	
}
.item-title-row a {
   
 	float:right;
	
}
 