/*
.container{
  max-width: none !important;
  width: 980px;
}
*/


body{
	overflow-x: hidden !important;
}

body{
	overflow-x: hidden !important;
	font-size:15px !important;
	color:#555555 !important;
	background-color: #ffffff;
}

article p{
	color: #878787!important;
	font-size:15px;
}

h1, h2, h3, h4, h5, h6 {
	margin: 1em 0;
	color: #5d5632!important;
	text-transform:uppercase;
}

h1, h2, h3, h4, h5, h6, p {
	margin: 1em 0;
}

a {
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease;
	color: #423d23;
}

a:hover {
	text-decoration: none;
}

hr {
	border-top: 1px solid #e1ded9;
}

article {
	padding-bottom: 30px;
}

.btn-primary {
	background: #8c7e36;
	border: 0;
	font-family: "PT Serif", Georgia, "Times New Roman", Times;
	text-transform: uppercase;
}

.btn-primary:hover {
	background: #C1AF53;
}

/* MENU
=========================================================================================*/
.navbar-nav li{
	
}

.navbar-header{
	background: #423D23;
	z-index:99999 !important;
}

.navbar-nav>li>a{text-shadow:none !important}

header {
	background: #423d23;
	display: block;
	height: 93px;
	left: 0;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 2000;
}

.logo {
	background: #34301c;
	margin-left: -120px;
	left: 50%;
	padding: 23px 0;
	position: fixed;
	text-align: center;
	top: 0;
	width: 218px;
	z-index: 2000;
}

.logo-small {
	display: none;
}

.navbar {
	background: #635B35;
	background: rgba(66,61,35,.85);/* IE6-9 */
	font-family: "PT Serif", Georgia, "Times New Roman", Times;
	text-transform: uppercase;
	top: 93px;
}

.nav > li > a {
	color: #FFF;
	padding: 15px 13px;
}

.nav > li > a:hover,
.nav > li > a:focus,
.nav > li.active > a {
	color: #c1af53;
}

/* Dropdown Menu Level 1
-----------------------------------------------------------------------------------------*/

.nav > li ul {
	/* background: #3d3d3d; */
	display: none;
	left: 0;
	list-style: none;
	padding: 0;
	position: absolute;
	top: 0;
	width: 200px;
}

.nav > li:hover ul {
	display: block;
	top: 100%;
}

.nav > li ul li {
	display: block;
	float: none;
	/* background:#3d3d3d; */
}

.nav > li ul li a {
	border-bottom: 1px solid rgba(255,255,255,0.1);
	color: #fff;
	display: block;
	font-family: "PT Sans", sans-serif;
	padding: 7px 15px;
	text-transform: none;
	background: #635B35;
	background: rgba(66,61,35,.85);
}

.nav > li ul li a:hover {
	background: #423D23;
}

/* Dropdown Menu Level 2
-----------------------------------------------------------------------------------------*/

.nav > li ul li ul,
.nav > li:hover ul li ul {
	background: #3d3d3d;
	display: none;
	left: 100%;
	list-style: none;
	padding: 0;
	position: absolute;
	top: 0;
	width: 200px;
}

.nav > li ul li:hover ul,
.nav > li:hover ul li:hover ul {
	display: block;
}

/* SUBMENU
=========================================================================================*/

.submenu ul {
	font-family: "PT Serif", Serif;
	list-style: none;
	padding: 30px 0;
	text-transform: uppercase;
}

.submenu a {
	border-bottom: 1px solid rgba(255,255,255,0.3);
	color: #878787;
	display: block;
	padding: 10px 43px 10px 20px;
	position: relative;
}

.submenu a:hover {
	background: rgba(0,0,0,0.05);
}

.submenu a i {
	right: 0px;
	position: absolute;
	top: 6px;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease;
	font-size:25px;
}

.submenu a:hover i {
	right: 10px;
}

.submenu .active a {
	color: #c1af53!important;
}

.submenu .active {
	color: #c1af53!important;
}


/* Submenu Level 2
-----------------------------------------------------------------------------------------*/

.submenu ul > li > ul {
	font-family: "PT Sans", sans-serif;
	padding: 0 0 15px 15px;
	text-transform: none;
}

.submenu ul > li > ul a {
	color: #C1AF53;
}

.submenu ul > li > ul a i {
	color: #3d3d3d;
}

/* LANGUAGES
=========================================================================================*/

.languages {
	left: 50%;
	list-style: none;
	margin-bottom: 0;
	margin-left: -455px;
	padding: 0;
	position: fixed;
	top: 10px;
	z-index: 2000;
	width: 50%;
}

.languages li {
  display: inline;
}

.languages li > a {
  font-size: 0;
  padding: 12px;
  z-index: 0;
}

.english {
  background: url("/files/images/flag-en.png") no-repeat scroll 0 0 transparent;
  width: 16px;
  height: 11px;
}
.german {
  background: url("/files/images/flag-de.png") no-repeat scroll 0 0 transparent;
  width: 16px;
  height: 11px;
}

.french {
  background: url("/files/images/flag-fr.png") no-repeat scroll 0 0 transparent;
  width: 16px;
  height: 11px;
}

.spanish {
  background: url("/files/images/flag-es.png") no-repeat scroll 0 0 transparent;
  width: 16px;
  height: 11px;
}

.italian {
  background: url("/files/images/flag-it.png") no-repeat scroll 0 0 transparent;
  width: 16px;
  height: 11px;
}

.russian {
  background: url("/files/images/flag-ru.png") no-repeat scroll 0 0 transparent;
  width: 16px;
  height: 11px;
}

.chinese {
  background: url("/files/images/flag-cn.png") no-repeat scroll 0 0 transparent;
  width: 16px;
  height: 11px;
}



/* BANNER
=========================================================================================*/

.banner {
	left: 0;
	position: relative;
	top: 0;
	width: 100%;
}

/* SEARCHBOX
=========================================================================================*/

#booknowsearchbox{
padding: 5px 10px 6px;
margin: 1px 0 0 0px;
float: left;
text-align: center;
font-size: 15px;
position: relative;
left: 5px;
bottom: 1px;
}

.searchbox-container {
    float: right;
}

.searchbox-trigger{
	display:none;
}

.searchbox {
	color: #fff;
	display: none;
	padding: 8px;
	display:block;
    float: right;
}

.searchbox .form-group {
	display: table;
	margin-bottom: 5px;
	width: 100%;
}
.searchbox .form-group.half {
    width: 50%;
    float: left;
}


.searchbox label {
	display: block;
	font-weight: normal;
	padding: 5px 0;
	width: 50px;
}

.searchbox label,
.searchbox input,
.searchbox select {
	float: left;
}


.searchbox input {
	padding: 6px 7px;
}


.searchbox select {
	padding: 5px;
}

.searchbox #arrival-date {
	width: 170px;
}

.searchbox select {
	width: 60px;
}

.searchbox .bke_drop {
	margin-left: 5px;
	width: 105px;
}

/* CALENDAR
=============================================================================================================*/

.ui-datepicker {
	background: #FAF9F8;
	border: 1px solid #E1DED9;
	box-shadow: 0 0 20px rgba(0,0,0,0.15);
	display: none;
	padding: 10px;
	position: absolute;
	text-align: center;
	z-index: 9999 !important;
	color:#000 !important;
}

.ui-datepicker td,
.ui-datepicker th {
	background: #fff;
	border: 1px solid #E1DED9;
	text-align: center;

}

.ui-datepicker th,
.ui-datepicker td a,
.ui-datepicker .ui-state-disabled {
	padding: 0.5em 0;
	width: 35px;
	color:#999 !important;
}

.ui-datepicker td a {
	display: block;
}

.ui-datepicker td a:hover {
	background: #3d3d3d;
	color: #fff;
}

.ui-datepicker .ui-datepicker-current {
	display: none;
}

.ui-datepicker .ui-datepicker-close {
	background: #C1AF53;
	border: 0;
	box-shadow: 0 1px 0 rgba(255, 255, 255, 0.15) inset, 0 1px 1px rgba(0, 0, 0, 0.075);
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
	color: #fff;
	font-family: "PT Serif",Georgia,"Times New Roman",Times;
	margin-top: 15px;
	padding: 6px 12px;
	text-transform: uppercase;
}

.ui-datepicker .ui-datepicker-close:hover {
	background: #3d3d3d;
}

.ui-datepicker .ui-datepicker-current-day {
	background: #3d3d3d;
}

.ui-datepicker .ui-state-active {
	color: #fff;
	font-weight: bold;
}

.ui-datepicker-prev,
.ui-datepicker-next {
	cursor: pointer;
	display: block;
	height: 20px;
	opacity: .8;
	position: absolute;
	text-indent: -9999px;
	top: 10px;
	width: 20px;
}

.ui-datepicker-prev:hover,
.ui-datepicker-next:hover {
	opacity: 1;
}

.ui-datepicker-prev {
	background: url(../images/ui-datepicker-prev.png) no-repeat left top;
	left: 10px;
}

.ui-datepicker-next {
	background: url(../images/ui-datepicker-next.png) no-repeat left top;
	right: 10px;
}

.ui-state-disabled {
	cursor: default;
	opacity: .2;
}

.ui-datepicker-title {
	font-weight: bold;
	padding-bottom: 10px;
	text-transform: uppercase;
}

.ui-datepicker-week-end,
.ui-datepicker-week-end a {
	color: #3d3d3d;
}

/* FEATURED OFFERS
=========================================================================================*/

.featured-offers {
	bottom: 40px;
	left: 0;
	position: absolute;
	text-transform: uppercase;
	width: 100%;
	z-index: 1000;
}

.featured-offers ul,
.featured-offers li {
	list-style: none;
	margin: 0;
	padding: 0;
}

.featured-offers h2,
.featured-offers h4,
.featured-offers p {
	margin: 0;
}

.featured-offers span {
	display: inline-block;
	padding: 15px 20px;
}

.featured-offers h2 span {
	background: #3d3d3d;
	color: #fff;
	font-size: 30px;
}

.featured-offers h4 span {
	background: #fff;
	color: #3d3d3d;
}

/* REVIEWS
=========================================================================================*/

.content {
	background: #ffffff;
	position: relative;
	z-index: 1000;
}

.fa-star, .fa-star-half-o, .fa-star-o{
	font-size:25px !important;
	color: #423d23;
}

.reviews blockquote {
	border: 0;
	color: #222222;
	font-family: "PT Serif", Georgia, "Times New Roman", Times;
	font-size: 14px;
	font-style: italic;
	margin: 5px 0 0;
}

.reviews .stars {
	color: #f9d5d5;
	margin-bottom: 40px;
}
.reviews h2 {
	margin-bottom:3px;
}

.btn-shadow {
	position: relative;
}

.btn-shadow:before {
	content: url('../images/shadow.png');
	display: block;
	height: 15px;
	left: 50%;
	line-height: 15px;
	margin-left: -150px;
	position: absolute;
	top: 0;
	width: 300px;
	z-index: 100;
}

/* SPECIAL OFFERS
=========================================================================================*/


.special-offers {
	padding: 0px 0 30px 0;
	background: #ffffff;
}

.special-offers ul{
	color:#ddd;
}

.special-offers h2{
	color:#FFF;
}

.special-offers p{
	color:#dddddd;
}

.special-offers .btn {
	font-size: 30px;
	margin-top: 20px;
	padding: 10px 36px 10px 16px;
}

.special-offers .btn:before {
	top: -4px;
}

.special-offers .btn span {
	font-size: 12px;
}

.special-offers .btn i {
	background: #707070;
	bottom: 0;
	float: right;
	font-size: 18px;
	padding: 20px 0;
	position: absolute;
	right: 0;
	text-align: center;
	top: 0;
	width: 20px;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease;
}

.special-offers .btn:hover i {
	background: #C1AF53;
}

/* WELCOME
=========================================================================================*/

.welcome {
	background: #f3f1f1;
	color: #6e6e6e;
	padding-bottom: 30px;
	position: relative;
}

.welcome h1 {
	color: #484848;
	margin:50px 0px 0px 0px;
}

.welcome article {
	display: block;
}

.welcome .shadow {
	background: -moz-linear-gradient(top,  rgba(0,0,0,0.2) 0%, rgba(0,0,0,0) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0.2)), color-stop(100%,rgba(0,0,0,0))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(0,0,0,0.2) 0%,rgba(0,0,0,0) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(0,0,0,0.2) 0%,rgba(0,0,0,0) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(0,0,0,0.2) 0%,rgba(0,0,0,0) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(0,0,0,0.2) 0%,rgba(0,0,0,0) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#80000000', endColorstr='#00000000',GradientType=0 ); /* IE6-9 */
	height: 5px;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 100;
}

.welcome-trigger .close-article,
.welcome-trigger .active-article .open-article {
	display: none;
}

.welcome-trigger .open-article,
.welcome-trigger .active-article .close-article {
	display: block;
}

/* HIGHLIGHT
=========================================================================================*/

.highlights {
	background: #ffffff;
	padding: 30px 0;
	font-family:'PT Serif',serif;
}

.highlights .item {
	padding: 0px 10px;
}

.highlights .item p {
	color: #FFF;
	margin: 5px 0 0;
}

/* REVIEWS
=========================================================================================*/

.reviews {
	padding: 0px 0 20px 0;
	background: #ffffff;
}

#carousel-example-generic{
	height:100px;
	height: 235px;
	width:100%;
}


/* SIDEBAR GALLERY
=========================================================================================*/

.sidebargallery,
.maingallery {
	list-style: none;
	padding: 0;
}

.sidebargallery li,
.maingallery li {
	padding: 2px;
}

/* LOCATIONS
=========================================================================================*/

 #map {
	height: 650px;
	margin-top: 134px;
	width: 100%;
}

/* FORMS
=========================================================================================*/

.frm-bldr ul {
	list-style: none;
	max-width: 500px;
	padding: 0;
}

.frm-bldr li {
	display: table;
	padding-bottom: 5px;
	width: 100%;
}

.frm-bldr .label-wrapper {
	float: left;
	width: 30%;
}

.frm-bldr .field-wrapper {
	float: right;
	width: 70%;
}

.frm-bldr .btn-submit {
	padding-top: 10px;
	text-align: center;
}

label {
	font-weight: normal;
	padding-top: 0.5em;
}

input, select, textarea {
	background: #fff;
	border: 1px solid #E1DED9;
	color: #7B756A;
	padding: 0.5em;
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

input[type=submit] {
	background: #c1af53;
	border: 0;
	box-shadow: 0 1px 0 rgba(255, 255, 255, 0.15) inset, 0 1px 1px rgba(0, 0, 0, 0.075);
	color: #fff;
	cursor: pointer;
	font-family: "PT Serif",Georgia,"Times New Roman",Times;
	font-size: 18px;
	padding: 10px 16px;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
	text-transform: uppercase;
	width: auto;
	margin-left:-100px;
}

input[type=submit]:hover {
	background: #383124;
}

/* FOOTER
=========================================================================================*/

footer {
	background: #423d23;
	padding: 0px 0 10px 0;
}

footer ul {
	list-style: none;
	margin: 0 0 20px;
	padding: 0;
}

footer li {
	display: inline;
	padding: 0;
}

.footer-nav a {
	color: #fff;
	display: inline-block;
	padding: 0 10px;
	text-transform: uppercase;
}

.footer-nav a:hover {
	color: #C1AF53;
}

.footer-logos {
	margin-top: 20px;
}

.footercolor{
	background: #5d5632;
	padding-top:20px;
	margin-top:0px;
}

.footerlast{
	padding-top:25px;
	padding-bottom:5px;
}

.address {
	color: #d7d6d6;
	text-align:left;
}

.address a {
	color: #d7d6d6;
}

.address a:hover {
    color: #FFFFFF;
}

/* social media-icons Header
=========================================================================================*/

.socialiconsheader {
	margin-top:15px;
	padding-top:0px;
	margin-left:-25px;
    float: left;
}

.socialiconsheader li {
  color: #d7d6d6;
  font-size: 35px;
  padding-right: 5px;
}

.socialiconsheader li:hover{
	color:#FFFFFF;
}



.socialiconsheader .fa-facebook {
	padding-left:4px;
}

.socialiconsheader li > a {
  color: #423d23;
  font-size: 15px;
  height: 46px;
  margin: -22px -23px -26px;
  overflow: hidden;
  padding-right: 20px;
  width: 46px;
  outline: none;
}


/* social media-icons
=========================================================================================*/
.social-icons ul {
	float:right;
	margin-top:10px;
}

.social-icons li {
  color: #e5e5e5;
  font-size: 30px;
  padding-right: 5px;
}

.social-icons li > a {
  color: #423d23;
  font-size: 15px;
  height: 46px;
  margin: -22px -26px -28px;
  overflow: hidden;
  padding-right: 20px;
  width: 46px;
  outline: none;
}
/* RESPONSIVE STYLES
=========================================================================================*/

/* Large desktops
-----------------------------------------------------------------------------------------*/

@media (min-width: 1000px) {

	
}


@media (min-width: 1200px) {

	.logo {
		margin-left: -115px;
		width: 218px;
	}

	.languages {
		margin-left: -555px;
	}
	
}

/* Tablets
-----------------------------------------------------------------------------------------*/

@media (max-width: 991px) {

	.logo {
		background: none;
		border: 0;
		box-shadow: none;
		margin-left: -80px;
		padding: 10px 0;
		width: 180px;
	}
	

	.logo-big {
		display: none;
	}

	.logo-small {
		display: inline;
		margin-top:25px;	
	}

	.nav > li > a {
		padding: 10px 11.7px;
	}

	.languages {
		margin-left: -340px;
	}

	.btn-shadow:before {
		display: none;
	}

	.socialiconsheader {
	margin-top:32px;
	}

	.social-icons ul {
	float:none;
	margin-top:30px;
	}

	.address {
	text-align:center !important;
	float:none;
	}


}

/* Smartphones
-----------------------------------------------------------------------------------------*/

@media (max-width: 767px) {
	
	header{
		position:relative;
		height:auto;
		margin-bottom:-93px;
	}
	header .socialiconsheader{
		display: none;
	}
	.logo {
		z-index:9999;
		top:0px;
	}
	.navbar {
		background: #5D5632;
		top: 0px;
		z-index:9999;
	}

	.navbar-toggle {
		margin-bottom: 8px;
		margin-top: 8px;
	}

	.navbar-toggle .icon-bar {
		background: #FFFFFF;
	}

	.nav.pull-left,
	.nav.pull-right {
		float: none !important;
		margin: 0;
	}

	.nav > li > a {
		padding: 10px 0;
	}

	.nav > li {
		border-bottom:1px solid rgba(255,255,255,0.1);
	}

	.nav > li ul {display:none !important;}

	.searchbox-container {
		width:100%;
		height:auto;
		margin-top: 55px;
		padding:0px!important;
	}
	.searchbox {
		height:auto;
		width:475px;
		padding:0;
		display:block;
		position:relative!important;
		margin:0 auto;
	}
	.searchbox label {
		margin-left:10px;
	}
	.searchbox .form-group, .searchbox .form-group.half {
		display:inline;
		width:auto;
	}
	.searchbox-container *{
		float:none;
	}

	.searchbox-trigger.pull-right {
		margin-right: 55px;
	}

	.logo-small {
		display: inline;
		margin-top:3px;	
	}

	.featured-offers {
		display: none;
	}

	.reviews blockquote {
		font-size: 16px;
	}

	.footer-nav li { 
		display: block;
	}

	.languages {
		background: rgba(255,255,255,0.8);
		display: block;
		left: 0;
		margin-left: 0;
		padding: 10px 20px;
		text-align: center;
		top: 51px;
		width: 100%;
		z-index: 100;
	}

	.frm-bldr .label-wrapper,
	.frm-bldr .field-wrapper {
		float: none;
		width: 100%;
	}
}

/* Extra small */
@media (max-width: 490px) {
	header {

	}

	.searchbox-container {

	}
	.searchbox{
		background: #423D23;
		margin:0!important;
		padding:5px 0px 0px 0px!important;
		display:block;
		height:auto;
		width:100%;
	}
	.searchbox .form-group {
		margin:0;
	}
	#bke_searchbox_wrapper > div:nth-child(3) {
		display:block;
		width:100%;
	}
	#booknowsearchbox {
		display:block;
		position:relative;
		padding:10px 0px;
		width:100%;
		margin: 10px 0px;
	}
	footer {
		padding-bottom:120px;
	}
}
/* Extra extra small */
@media (max-width: 400px) {

	.searchbox .form-group {
		display: block!important;
		width:100%!important;
		margin:2px 0px;
	}
	#bke_searchbox_wrapper > div:nth-child(3) {
		margin: 0 0 15px 0;
	}
	#bke_searchbox_wrapper > div:nth-child(2) {
		position:absolute;
		right: 0px;
		width:auto!important;
	}
	#bke_searchbox_wrapper > div:nth-child(1){
		width: 100%!important;
		display: block!important;
	}
	#booknowsearchbox {
		width: 100%;
		/* position:absolute; */
		padding:7px;
		left: 0;
		/* top:43px; */
		bottom:auto;
		margin: 0;
	}
	.hasDatepicker {
		width: 100%!important;
		display:block;
		margin: 5px 0;
		position:relative;
		text-align:center;
	}
	footer {
		padding-bottom:120px;
	}
}




/* Tables */
.content table {
	box-shadow:0px 2px 15px -5px rgba(0,0,0,.25);
}

.content table td {
	padding:.5em 1em;
}
.content table tr:nth-child(even){
	background-color:rgba(255,255,255,.5);
}
.content table tr:nth-child(odd){
	background-color:rgba(255,255,255,.75);
}
.content table tr:nth-child(n+2) td:nth-child(n+2) {
}

.content table > tbody > tr:first-child {
	background-color:rgba(0,0,0,.5)!important;
	color:#ffffff;
	letter-spacing:.025em;
}




/* News */
.news-margin{
margin-top: 20px;
}
.inside-content h2{
display: none;
}

.home .pagination {
  display: none;
}

.small-banner .cs-style-15 {
  overflow: visible;
}

.small-banner .blog {
  padding-bottom: 20px;
}

.cs-style-15 {
  overflow: hidden;
  text-decoration: none;
}

.cs-style-15 figure {
  overflow: hidden;
  position: relative;
  max-height: 198px;
}

@media (max-width: 1192px) {
  .cs-style-15 figure {
    max-height: 251px;
  }
}

@media (max-width: 992px) {
  .cs-style-15 figure {
    max-height: 232px;
  }
}
@media (max-width: 768px) {
  .cs-style-15 figure {
    max-height: 189px;
}
}



@media (max-width: 650px) {
  .cs-style-15 figure {
    background-color: transparent;
  }
}

.cs-style-15 figure img {
  opacity: 1;
  -webkit-transition: opacity 0.35s;
  transition: opacity 0.35s;
}



.cs-style-15 figure figcaption {
  text-align: center;
}

.cs-style-15 figure figcaption::before, .cs-style-15 figure figcaption::after {
  position: absolute;
  top: 30px;
  right: 30px;
  bottom: 30px;
  left: 30px;
  content: '';
  opacity: 0;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
}

.cs-style-15 figure figcaption::before {
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}

.cs-style-15 figure figcaption::after {
  border-right: 1px solid #fff;
  border-left: 1px solid #fff;
  -webkit-transform: scale(1, 0);
  transform: scale(1, 0);
}

.cs-style-15 figure h3 {
  padding-top: 90%;
  -webkit-transition: -webkit-transform 0.35s;
  transition: transform 0.35s;
  -webkit-transform: translate3d(0, -20px, 0);
  transform: translate3d(0, -20px, 0);
}

@media (max-width: 400px) {
  .cs-style-15 figure h3 {
    padding-top: 62%;
  }

}

.cs-style-15 figure h3:hover {
  text-decoration: none;
}

.cs-style-15 figure p {
  padding: 20px 2.5em;
  opacity: 0;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: translate3d(0, 20px, 0);
  transform: translate3d(0, 20px, 0);
}


.blog-btn{
  background: #C1AF53 none repeat scroll 0 0;
  border: 0 none;
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.15) inset, 0 1px 1px rgba(0, 0, 0, 0.075);
  color: #fff;
  cursor: pointer;
  font-family: "PT Serif",Georgia,"Times New Roman",Times;
  font-size: 18px;
  padding: 10px 16px;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
  text-transform: uppercase;
  width: auto;}

	.blog-btn i{
		position: relative;
		bottom: 1px;
	}

.blog{
	padding-bottom: 20px;
}

.blog-btn:hover {
  background: #383124 none repeat scroll 0 0;
}

}

.blog-btn:hover {
  background: #383124 none repeat scroll 0 0;
}


@media (max-width: 580px) {
.zopim {
    display: none !important;
}
}


@media (max-width: 580px) {
    #carousel-example-generic {
    height: 100px;
    height: auto;
    width: 100%;
	}
}