@import url("//cdn.web-fonts.ge/fonts/bpg-arial-caps/css/bpg-arial-caps.min.css");
@import url("//cdn.web-fonts.ge/fonts/bpg-nino-mtavruli-bold/css/bpg-nino-mtavruli-bold.min.css");
#slider{
	width:100%;
	height: 850px;
	position: relative;
	margin: auto;
	overflow: hidden;
}
   #ul 
   {
   	  width: 100%;
   	  text-align: center;
   	  bottom: 10px;
   	  z-index: 2;
     position: absolute;
   	  list-style: none;
   	  cursor: pointer;
   	  
   }
   #ul li 
   {
   	 width: 22px;
   	 height:22px;
     display: inline-block;
     border-radius: 4px;
     background-color: #f98941;
     margin-left: 15px;
     cursor:pointer;
   }
   
   #ul li:first-child 
   {
   	background-color:#fff;
   }

  
.sliderimage{
   	position: absolute;
   	width: 100%;
   	height: 100%;
	opacity: 0;
	background-size: cover;
	background-position: center center;
	-webkit-transition: all 1.6s;
	 -moz-transition: all 1.6s;
	 -o-transition: all 1.6s;
	transition: all 1.6s;
	z-index: -1;
   }
   .sliderimage:first-child{
   	opacity: 1;
   }
  #page-mone {
    max-width: 600px;
    height: 100%;
    margin-top: 0px;
    margin-left: 10%;
    background-color: rgba(255,255,255,0.0);
    background-repeat: no-repeat;
    background-size: 80px 80px;
    background-position: 210px 0px;
    position: relative;
    margin: auto;
}
.page-mone-h{
	height: 50%;
}
.page-mone{
	height: 250px;
	border: 1px solid rgba(255,255,255,0.0);
	position: relative;
}
   .page-mone h1{
    color: #fff;
    height: 75px;
    border-bottom: 1px solid rgba(249,136,66,0.4);
    width: 100%;
    text-align: center;
    margin-top: 0px;
    line-height: 50px;
    font-size: 27px;
    font-family: 'dejavu_sansbook';
}


.page-mone p {
    font-size: 15px;
    line-height: 20px;
    color: #dfdfdf;
    padding: 5px;
    margin-left: 3px;
    font-family: 'dejavu_sansbook';
}


.a{
	position: absolute;
	width: 130px;
	height: 37px;
	left: 120px;
	bottom: 90px;
	background-color: #e0aa54;
	text-decoration: none;
	text-align: center;
	line-height: 35px;
	font-size: 14px;
	color: #fff;

	font-family: "BPG Arial Caps", sans-serif;
	border-radius: 3px;
	 -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    border: 1px solid #e0aa54;
}
.a:hover{
	
	background-color: transparent;
	
}
.aa{
	position: absolute;
	width: 130px;
	height: 37px;
	left: 350px;
	bottom: 90px;
	border: 1px solid #e0aa54;
	text-decoration: none;
	text-align: center;
	line-height: 35px;
	font-size: 14px;
	color: #fff;
	
	font-family: "BPG Arial Caps", sans-serif;
	border-radius: 3px;
	 -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.aa:hover{
	
	background-color: #e0aa54;
	
}
.page-mone>a>div{
	background-color: #edde02;
	width: 126px;
	height: 33px;
	margin-left: 2px;
	margin-top: 2px;
	
}
.page-mone>a>div:hover{
	width: 130px;
	height: 37px;
	margin-left: 0px;
	margin-top: 0px;
	line-height: 38px;
}
.head-text p{
	 transform: skewX(20deg);
	 color: #fff;
	 position: absolute;
	 top: 40px;
	 width: 100%;
	 text-align: center;
}
   
#main{
	max-width: 1200px;
	margin: 20px auto;
	text-align: left;
}
.main{
	width: 284px;
	height: 330px;
	display: inline-block;
	margin: 4.9px;
	border-radius: 3px;
	background-color: #f1f8fe;
	border: 1px solid rgba(0,0,0,0.2);
	overflow: hidden;
	position: relative;
	-webkit-transition: all 0.3s;
	 -moz-transition: all 0.3s;
	 -o-transition: all 0.3s;
	transition: all 0.3s;
}
.main:hover{
	opacity: 0.7;
}
 .main pre{
 	width: 275px;
 	text-align: center;
 	position: relative;
 	padding: 5px;
 	font-size: 17px;
 	color: #313131;
    font-family: 'bpg_nino_medium_capsregular';
    font-weight: bold;
    margin-top: 10px;
 	
 }
 .main p{
 	 font-family: 'dejavu_sansbold';
 	color: #f98941;
 	font-size: 13px;

 	width: 275px;
 	text-align: center;
 	margin-top: 10px;
 }
  .main p:hover{
  	text-decoration: underline;
  }
.background{
	width: 100%;
	height: 240px;
	background-size: 100% 100%;
	position: relative;
	border-bottom: 1px solid rgba(0,0,0, 0.1);
	background-size: cover;
	background-position: center center;
}

.main .main-sale{
	width: 96%;
	height: 40px;
	background-color: #fff;
	color: #c1533a;
	position: relative;
	line-height: 38px;
	margin-top: 6px;
	padding: 5px;
	font-size: 15px;
	text-align: left;
	font-family: "BPG Arial Caps", sans-serif;
	text-decoration: line-through;
	-webkit-transition: all 0.3s;
	 -moz-transition: all 0.3s;
	 -o-transition: all 0.3s;
	transition: all 0.3s;
	overflow: hidden;
}


.background-hover{
	position: absolute;
	width: 100%;
	height: 100%;
    background-color: rgba(0,0,0, 0.1);
	opacity: 0;
	-webkit-transition: all 0.3s;
	 -moz-transition: all 0.3s;
	 -o-transition: all 0.3s;
	transition: all 0.3s;
}
.main:hover .background-hover{
	opacity: 1;
}

h2{
    width: 300px;
    margin: auto;
    font-size: 17px;
    text-align: center;
    font-family: 'dejavu_sansbold';
    height: 70px;
    position: relative;
}
.shape-top {
    width: 200px;
    border-bottom: 1px solid #e0aa54;
    position: absolute;
    bottom: 10px;
    left: 20px;
}
.shape-bottom {
    width: 200px;
    border-bottom: 1px solid #e0aa54;
    position: absolute;
    right: 20px;
    bottom: 20px;
}
