@import url(http://fonts.googleapis.com/css?family=Varela+Round|Droid+Sans);

::selection {
	color: white;
	background: #b19261;
}

::-webkit-scrollbar {
 width: 6px;
}

::-webkit-scrollbar-track {
 background: white;
}

::-webkit-scrollbar-thumb {
 background: #b19261;
}

.wrap {
	width: 100%;
	padding: 0px;
	margin: 0px;
}
.top-header{
  padding: 0;
  position: relative;
  border-bottom: 1px solid #B19261;
}
.header {
	width: 100%;
	padding: 0px;
	margin: 0px;
}
.logo{
	position:relative;
	display:block;
	text-align:center;
	margin:10px 0 -41px 0;
}
.logo a{
	background:#fff;
}
.body-section{
	min-height:360px;
}

.sm-section {
	padding: 15px 0;
}

.md-section {
	padding: 25px 0;
}

.lg-section {
	padding: 40px 0;
}

h1.heading, h2.heading, h3.heading, h4.heading, h5.heading, h6.heading{
	display: block;
	font-family: 'Varela Round';
	font-size: 2em;
	margin: 0 0 25px 0px;
	color:#B19261;
}
h1.heading span, h2.heading span, h3.heading span, h4.heading span, h5.heading span, h6.heading span {
	display: inline-block;
	position: relative;
	padding: 10px 30px;
	border-bottom: 1px solid black;
}
h1.heading span:before, h2.heading span:before, h3.heading span:before, h4.heading span:before, h5.heading span:before, h6.heading span:before {
	display: block;
	content: "";
	position: absolute;
	left: 50%;
	bottom: -4px;
	background: black;
	width: 80%;
	height: 1px;
	max-width: 300px;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
}

h1.heading span:after, h2.heading span:after, h3.heading span:after, h4.heading span:after, h5.heading span:after, h6.heading span:after {
	display: block;
	content: "";
	position: absolute;
	width: 8px;
	height: 8px;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
	background: white;
	border: 1px solid #b19261;
	-webkit-box-shadow: 0 0 0 5px white;
	box-shadow: 0 0 0 5px white;
	left: 50%;
	margin-left: -5px;
	bottom: -6px;
}

h1.heading-white, h2.heading-white, h3.heading-white, h4.heading-white, h5.heading-white, h6.heading-white {
	color: #fff;
}

h1.heading-white span, h2.heading-white span, h3.heading-white span, h4.heading-white span, h5.heading-white span, h6.heading-white span {
	display: inline-block;
	position: relative;
	padding: 10px 30px;
	border-bottom: 1px solid white;
	transition:all 0.3s;
	-moz-transition:all 0.3s;
	-webkit-transition:all 0.3s;
}

h1.heading-white span:before, h2.heading-white span:before, h3.heading-white span:before, h4.heading-white span:before, h5.heading-white span:before, h6.heading-white span:before {
	display: block;
	content: "";
	position: absolute;
	left: 50%;
	bottom: -4px;
	background: white;
	width: 80%;
	height: 1px;
	max-width: 300px;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
}

h1.heading-white span:after, h2.heading-white span:after, h3.heading-white span:after, h4.heading-white span:after, h5.heading-white span:after, h6.heading-white span:after {
	display: block;
	content: "";
	position: absolute;
	width: 8px;
	height: 8px;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
	background: white;
	border: 1px solid #b19261;
	-webkit-box-shadow: 0 0 0 5px white;
	box-shadow: 0 0 0 5px white;
	left: 50%;
	margin-left: -5px;
	bottom: -6px;
}


h1.page-title, h2.page-title, h3.page-title, h4.page-title, h5.page-title, h6.page-title,
h1.page-title-white, h2.page-title-white, h3.page-title-white, h4.page-title-white, h5.page-title-white, h6.page-title-white{
	display: block;
	font-family: 'Varela Round';
	font-size: 2em;
	padding:0 0 10px 0;
	margin: 0 0 10px 0px;
	border-bottom:1px solid rgba(0,0,0,0.1);
}

h1.page-title-white, h2.page-title-white, h3.page-title-white, h4.page-title-white, h5.page-title-white, h6.page-title-white{
	border-bottom:1px solid rgba(255,255,255,0.1);
	color:#fff;
}

h1.page-title span, h2.page-title span, h3.page-title span, h4.page-title span, h5.page-title span, h6.page-title span,
h1.page-title-white span, h2.page-title-white span, h3.page-title-white span, h4.page-title-white span, h5.page-title-white span, h6.page-title-white span{
	padding:0 0 8px 0;
	border-bottom:3px solid #B19261;
	transition:all 0.3s;
	-moz-transition:all 0.3s;
	-webkit-transition:all 0.3s;
}

h1.page-title-white span, h2.page-title-white span, h3.page-title-white span, h4.page-title-white span, h5.page-title-white span, h6.page-title-white span{
	border-bottom:3px solid #fff;
}

h1.page-title:hover span, h2.page-title:hover span, h3.page-title:hover span, h4.page-title:hover span, h5.page-title:hover span, h6.page-title:hover span,
h1.page-title-white:hover span, h2.page-title-white:hover span, h3.page-title-white:hover span, h4.page-title-white:hover span, h5.page-title-white:hover span, h6.page-title-white:hover span{
	padding:0 25px 8px 0;
}

h2.heading. h2.page-title, h2.page-title-white {
	font-size: 1.8em;
}

h3.heading, h3.page-title, h3.page-title-white {
	font-size: 1.6em;
}

h4.heading, h4.page-title, h4.page-title-white {
	font-size: 1.4em;
}

h5.heading, h5.page-title, h5.page-title-white {
	font-size: 1.2em;
}

h6.heading, h6.page-title, h6.page-title-white {
	font-size: 1em;
}

.btn-read {
	background: #b19261;
	border: 1px solid #b19261;
	padding: 5px 15px;
	margin:10px 0 0 0px;
	float:left;
	font-size: 14px;
	color: #fff;
}
.btn-read:hover{
	background: #fff;
	color: #b19261;
}

.service {
	border-bottom: 1px solid #b19261;
	padding: 0 0 10px 0;
	margin: 0 0 25px 0;
}

.service h3 {
	margin: 0 0 10px 0;
	font-size: 1.2em;
	color: #333;
}

.service p {
	font-size: 13px;
	line-height: 1.4;
	color: #646464;
}

.service .read {
	background: #b19261;
	border: none;
	padding: 3px 10px;
	margin: 0 10px -25px 0;
	float: right;
	font-size: 12px;
	color: #fff;
}

.service:hover {
	border-color: #664613;
}

.service:hover>.read {
	background: #664613;
}

.testimonial {
	display: block;
	background: url(../images/testimonial.jpg);
	-moz-background-size: cover;
	-o-background-size: cover;
	-webkit-background-size: cover;
	background-size: cover;
	min-height: 300px;
	margin: 0 auto;
	padding: 20px 0;
	width: 100%;
	display: table;
	vertical-align: middle;
}

.testimonial-item {
	width: auto;
	margin: 85px 0 0 0;
	border: 1px solid rgba(255,255,255,0.6);
	padding: 10px;
	color: #fff;
	text-align: justify;
	font-size: 13px;
	transition: all 0.3s;
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
}

.testimonial-user {
	width: 100px;
	height: 100px;
	overflow: hidden;
	margin: -85px auto 15px auto;
	border: 3px solid rgba(105,64,0,0.3);
	transition: all 0.3s;
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
}

.testimonial-user img {
	width: 100%;
}

.testimonial-item:hover {
	background: #b79865;
	border: 1px solid rgba(0,0,0,0.6);
}

.testimonial-item:hover > .testimonial-user {
	border: 3px solid rgba(105,64,0,0.8);
}

.testimonial-author {
	min-height:80px;
	display: block;
	margin: 15px 0 0 0;
	text-align: center;
}



.contact {
	display: block;
	background: url(../images/contact.jpg);
	-moz-background-size: cover;
	-o-background-size: cover;
	-webkit-background-size: cover;
	background-size: cover;
	margin: 0 auto;
	padding: 20px 0;
	width: 100%;
	display: table;
	vertical-align: middle;
	color: #fff;
	text-shadow: 2px 2px 0px rgba(0,0,0,0.3);
}
.contact p{
	font-size:1.2em;
}
.contact a{
	color:#fff;
}
.location-map{
	border:5px solid #c0aa86;
	padding:0px;
	margin:0px;
	line-height:0px;
}

.facilities {
}

.facilities-img {
	width: 100px;
	height: 100px;
	float: left;
	overflow: hidden;
	border-radius:50%;
	position: relative;
	border: 3px solid #cfc6b7;
	transition: all 0.3s;
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
}

.facilities-img img {
	width: 100px;
	height: 100px;
}

.facilities-descp {
	display: block;
	margin-left: 100px;
}

.facilities-descp h3 {
	font-size: 1.2em;
	font-weight: bold;
	padding: 2px 0px 10px 10px;
	border-bottom: 1px solid #cfc6b7;
	transition: all 0.3s;
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
}

.facilities-descp p {
	padding: 0 0 0 10px;
}

.facilities:hover > .facilities-img, .facilities:hover > .facilities-descp h3 {
	border-color: #514533;
}

.booking {
	width: 320px;
	height: 360px;
	padding: 20px;
	margin: 0px auto;
	text-align: center;
	background: url(../images/booking.png) center center no-repeat;
	color: #fff;
	text-shadow: 2px 2px 0px rgba(0,0,0,0.3);
}

.booking-call {
	background: rgba(255,255,255,0.6);
	margin: 10px -10px;
	text-shadow: none;
	color: #b19261;
	font-size: 28px;
	font-weight: bold;
	border: none;
	transition: all 0.3s;
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
}

.btn-booking {
	background: rgba(255,255,255,0.6);
	padding: 6px 25px;
	border: 3px solid #b49768;
	border-radius: 3px;
	font-weight: bold;
	color: #b49768;
	transition: all 0.3s;
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
}

.btn-booking:hover, .btn-booking:focus, .booking-call:hover, .booking-call:focus {
	background: rgba(255,255,255,0.9);
	border-color: #514533;
	color: #514533;
}

.footer {
	background: url(../images/footer.png) top center;
	padding: 35px 0 15px 0;
	min-height: 167px;
	width: 100%;
	color: #fff;
}

.social-footer {
	margin: 10px 0px;
	padding: 0px;
	list-style: none;
}

.social-footer li {
	float: left;
	font-size: 2.4em;
}

.social-footer li a {
	color: #B19261;
	margin: 0px 5px;
	transition: all 0.3s;
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
}

.social-footer li a:hover {
	color: #d3bd9c;
	margin: 0px 5px;
}

.footer-links {
	margin: 5px 0px;
	padding: 0px;
	list-style: none;
	float: right;
}

.footer-links li {
	float: left;
	font-size: 1.2em;
}

.footer-links li a {
	color: #B19261;
	padding: 0 15px;
	transition: all 0.3s;
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	text-decoration: none;
	border-right: 1px solid #B19261;
}

.footer-links li:last-child a {
	border: none;
	padding: 0 0 0 15px;
}

.footer-links li a:hover {
	color: #d3bd9c;
}

.footer a {
	color: #B19261;
}

.copyright {
	margin: 5px 0px;
	display: block;
	text-align: left;
	float: right;
}

.breadcrumbs {
	padding: 5px 10px;
	margin:0px;
	font-size: 1em;
}
.breadcrumbs:before{
	content:'You are here : ' ;
}

.breadcrumbs li {
	display: inline-block;
}

.breadcrumbs>li+li:before {
	padding: 0 5px;
	color: #7E5D2A;
	font-family: 'FontAwesome';
	content: "\f105";
	font-size: 1em;
}

.breadcrumbs li.active {
	color: #7E5D2A;
}

.breadcrumbs li a {
	color:#120B00;
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.breadcrumbs li a:hover {
	color: #b19261;
}

.banner {
	position: relative;
	width: 100%;
	overflow: auto;
	font-size: 18px;
	line-height: 24px;
	text-align: center;
	color: rgba(255,255,255,.6);
	text-shadow: 0 0 1px rgba(0,0,0,.05), 0 1px 2px rgba(0,0,0,.3);
	background: #5b4d3d;
	box-shadow: 0 1px 2px rgba(0,0,0,.25);
}

.banner ul {
	list-style: none;
	width: 300%;
	margin: 0px;
	padding: 0px;
	position:relative;
}

.banner ul li {
	display: block;
	float: left;
	width: 33%;
	height: 410px;
	-o-background-size: 100% 100%;
	-ms-background-size: 100% 100%;
	-moz-background-size: 100% 100%;
	-webkit-background-size: 100% 100%;
	background-size: 100% 100%;
	box-shadow: inset 0 -3px 6px rgba(0,0,0,.1);
}

.banner .inner {
	padding: 160px 0 110px;
}

.banner h1, .banner h2 {
	font-size: 40px;
	line-height: 52px;
	color: #fff;
}

.banner .btn {
	display: inline-block;
	margin: 25px 0 0;
	padding: 9px 22px 7px;
	clear: both;
	color: #fff;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
	border: 2px solid rgba(255,255,255,.4);
	border-radius: 5px;
}

.banner .btn:hover {
	background: rgba(255,255,255,.05);
}

.banner .btn:active {
	-webkit-filter: drop-shadow(0 -1px 2px rgba(0,0,0,.5));
	-moz-filter: drop-shadow(0 -1px 2px rgba(0,0,0,.5));
	-ms-filter: drop-shadow(0 -1px 2px rgba(0,0,0,.5));
	-o-filter: drop-shadow(0 -1px 2px rgba(0,0,0,.5));
	filter: drop-shadow(0 -1px 2px rgba(0,0,0,.5));
}

.banner .btn, .banner .dot {
	-webkit-filter: drop-shadow(0 1px 2px rgba(0,0,0,.3));
	-moz-filter: drop-shadow(0 1px 2px rgba(0,0,0,.3));
	-ms-filter: drop-shadow(0 1px 2px rgba(0,0,0,.3));
	-o-filter: drop-shadow(0 1px 2px rgba(0,0,0,.3));
	filter: drop-shadow(0 1px 2px rgba(0,0,0,.3));
}

.banner .dots {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0px;
	width: 100%;
}

.banner .dots li {
	display: inline-block;
 *display: inline;
	zoom: 1;
	width: 10px;
	height: 10px;
	line-height: 10px;
	margin: 0 4px;
	text-indent: -999em;
 *text-indent: 0;
	border: 2px solid #fff;
	border-radius: 6px;
	cursor: pointer;
	opacity: .4;
	-webkit-transition: background .5s, opacity .5s;
	-moz-transition: background .5s, opacity .5s;
	transition: background .5s, opacity .5s;
}

.banner .dots li.active {
	background: #fff;
	opacity: 1;
}

.banner .arrows {
	position: absolute;
	bottom: 20px;
	right: 20px;
	color: #fff;
	background:#000;
	z-index:9;
}

.banner .arrows .arrownext, .banner .arrows .arrowprev{
	display: inline;
	padding-left: 10px;
	cursor: pointer;
	font-family:'FontAwesome';
	content:'\f104';
	color:#ddd;
}



/*------ Team ------*/
.team_block {
	position: relative;
	width: 100%;
	height: 310px;
	margin-bottom: 30px;
	z-index: 1;
	-webkit-perspective: 400px;
	-moz-perspective: 400px;
	-o-perspective: 400px;
	perspective: 400px;
}
.team_block .f1_card {
	width: 100%;
	height: 100%;
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	-o-transform-style: preserve-3d;
	transform-style: preserve-3d;
  
	-moz-transition: all 700ms ease;
	-webkit-transition: all 700ms ease;
	-o-transition: all 700ms ease;
	transition: all 700ms ease;
}
.team_block:hover .f1_card, .team_block .face.back {
	-webkit-transform: rotateY(180deg);
	-moz-transform: rotateY(180deg);
	-o-transform: rotateY(180deg);
	transform: rotateY(180deg);
}
.team_block .front {
	text-align: center;
	background: #fff;
}
.bg_gray .team_block .face {
	background: #f9fafc;
    border-color: #b19261;
}
.team_block .face {
	background: #fff;
    border: 1px solid #f1eff0;
    padding: 20px;
	position: absolute;
	width: 100%;
	height: 100%;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-o-backface-visibility: hidden;
	backface-visibility: hidden;
	overflow: hidden;
}
.team_block .face.back {
	background: url(../images/chef-bg.jpg);
	background-size:cover;
    color: white;
    display: block;
    padding: 15px 20px 15px 20px;
	overflow: hidden;
	transform: rotateY(180deg);
	-webkit-transform: rotateY(180deg);
	-moz-transform: rotateY(180deg);
	-o-transform: rotateY(180deg);
	
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
}
.team_block .team_img {
    background: #fff;
    border: 5px solid #f3efef;
    display: block;
    overflow: hidden;
    max-width: 190px;
    margin: 8px auto 0;
  border-radius: 100%;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
}
.team_block .team_img img {
    padding: 5px;
  border-radius: 100%;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  max-width: 100%;
}
.team_block .front .person_name {
	color: #324545;
	margin: 18px 0 8px;
	font-size: 16px;
}
.team_block .person_name{
	display: block;
    font-size: 18px;
    text-transform: uppercase;	
}
.team_block .back .person_jop{
	margin: 5px 0 13px;
    font-weight: bold;
}
.team_block .front .person_jop {
	color: #bab9b9;
}
.team_block .person_jop {  
    display: block;
    font-size: 13px;
    text-transform: capitalize;
}
.team_block .person_desc {  
	display: block;
	font-size: 14px;
	margin-bottom: 15px;
	line-height: 23px;
}



.people-testi{
	width:100%;
	margin:0 0 15px 0;
}

.user-img{
	width:100px;
	height:100px;
	float:left;
	border:1px solid #ddd;
	transition:all 0.3s;
	-webkit-transition:all 0.3s;
	-moz-transition:all 0.3s;
}
.user-img img{
	padding:3px;
}
.user-testimonial{
	display:block;
	margin-left:110px;
	font-size:12px;
	text-align:justify;
}

.user-testimonial blockquote{
	font-size:13px;
	padding:0px 0 0 10px;
	margin:0px;
	border-left:1px solid #ddd;
	transition:all 0.3s;
	-webkit-transition:all 0.3s;
	-moz-transition:all 0.3s;
}
.user-name{
	text-align:right;
}
.people-testi:hover > .user-img{
	background:#B19261;
}
.people-testi:hover > .user-img, .people-testi:hover > .user-testimonial blockquote{
	border-color:#B19261;
}
.people-testi:hover > .user-testimonial i{
	color:#B19261;
}


.top-media{
	position:absolute;
	bottom:15px;
	left:0px;
}

.top-media a{
	background:#B19261;
	border-radius:5px;
	margin:0 5px;
	padding:4px 10px;
	color:#fff;
	text-decoration:none;
}


.social-media{
	position:absolute;
	bottom:10px;
	right:0px;
}


.hexagon {
  width: 28px;
  height: 30px;
  -webkit-clip-path: polygon(50% 0, 100% 25%, 100% 75%, 50% 100%, 0 75%, 0 25%);
  -moz-clip-path: polygon(50% 0, 100% 25%, 100% 75%, 50% 100%, 0 75%, 0 25%);
  -ms-clip-path: polygon(50% 0, 100% 25%, 100% 75%, 50% 100%, 0 75%, 0 25%);
  clip-path: polygon(50% 0, 100% 25%, 100% 75%, 50% 100%, 0 75%, 0 25%);
  background:#dbc9ad;
  line-height: 30px;
  text-align: center;
  font-size: 12px;
  font-weight: bold;
  color: #fff;
  float:left;
  margin:0 3px;
  cursor: pointer;
}
.hexagon:hover{
	background:#B19261;
}

.location-list{
	margin:0px;
	padding:6px 10px;
	margin:10px 0 25px 0;
	list-style:none;
	font-size:13px;
	border:1px dashed #B19261;
}
.location-list li{
	padding:5px 0;
	border-bottom:1px dashed #B19261;
}
.location-list li:last-child{
	border:none;
}
.location-list li span{
	float:right;
	font-weight:bold;
}
.image-container{
	width:100%;
	position:relative;
}
.image-container:after{
  content: "";
  position: absolute;
  top: 10px;
  right: 10px;
  bottom: 10px;
  left: 10px;
  border: 5px solid rgba(255, 255, 255, 0.5);
}
.image-container:hover:after{
	background:rgba(255,255,255,0.3);
	transition:all 0.3s;
	-webkit-transition:all 0.3s;
	-moz-transition:all 0.3s;
}
.image-container img{
	width:100%;
}
@media only screen and (max-width:420px) {
	.social-media, .top-media{
		display:none;
	}
	.location-list{
		font-size:.7em;
	}
}


.controls{
	font-family: 'Varela Round';
	padding:3px 10px;
	margin:0 0 25px 0;
	border-bottom:1px solid #DBC9AD;
}
.myfilter{
	font-size:1.3em;
	line-height:32px;
	font-weight:bold;
	text-align:center;
}
.filter {
    cursor: pointer;
    color: white;
    margin:5px;
      color: #b19261;
    background: none;
    border: none;
    background: none;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    outline:none;
    font-weight:bold;
}
.filter.active .filter:hover, .filter:focus, .filter:hover, .filter:focus{
      color: #160d00;
      border: none;
}
.mix{
  display: none;
}


.food-menu{
	margin:0 0 15px 0;
	background:#7E5D2A;
	padding:25px;
	position:relative;
}

.food-menu:after{
  content: "";
  position: absolute;
  top: 10px;
  right: 10px;
  bottom: 10px;
  left: 10px;
  border: 5px solid rgba(255, 255, 255, 0.5);
}

.food-menu ul{
	list-style:none;
	margin:0px;
	padding:0px;
}
.food-menu ul li{
	padding:3px 0;
	color:#fff;
}
.food-menu ul li:last-child{
	border-bottom:none;
}
.food-menu ul li:before{
	content:'\f000';
	font-family:'FontAwesome';
	font-size:10px;
	padding:0 12px 0 0;
	line-height:0px;
}


.food-menu-img{
	width:100%;
	position:relative;
	margin:0;
}
.food-menu-img:after{
  content: "";
  position: absolute;
  top: 5px;
  right: 5px;
  bottom: 5px;
  left: 5px;
  border: 5px solid rgba(255, 255, 255, 0.3);
  border-radius:10px;
}
.food-menu-img:hover:after{
	background:rgba(255,255,255,0.3);
	transition:all 0.3s;
	-webkit-transition:all 0.3s;
	-moz-transition:all 0.3s;
}
.food-menu-img img{
	width:100%;
	vertical-align:middle;
  border-radius:10px;
}


@media screen and (max-width:1170px) {
	.banner ul li {
	height: 360px;
}
}
@media screen and (max-width:767px) {
	.banner ul li {
	height: 300px;
}
}
@media screen and (max-width:640px) {
	.banner ul li {
	height: 260px;
}
}
@media screen and (max-width:420px) {
	.banner ul li {
	height: 160px;
}
}

.error404{
	color:#FF0000;
	font-size:6em;
	padding:15px 0 0 0;
}

.error-p{
	color:#333;
	font-size:2em;
	padding:10px 0;
}

.book{
	border:1px solid #BA9E71;
	background:#BA9E71;
	margin:10px 0;
	padding:10px 25px;
	font-size:1.2em;
	color:#fff;
	display:block;
	width:100%;
}
.book:hover{
	background:#fff;
	border:1px solid #BA9E71;
	color:#BA9E71;
}

.btn-download{
background:#B19261;
color:#fff;
border:2px solid #B19261;
padding:10px 25px;
margin:10px auto;
display:block;
font-size:1.2em;
transition:all .3s;
-moz-transition:all .3s;
-webkit-transition:all .3s;
text-align:center;
}
.btn-download:hover{
background:#fff;
color:#B19261;
text-decoration:none;
}