@import url(http://fonts.googleapis.com/css?family=PT+Serif:400,400italic|PT+Sans:400,700|Cinzel:400,700);
body {
	overflow-x: hidden;
}

h1, h2, h3, h4, h5, h6{
	text-transform:uppercase;
	color:#c2b15b !important;
	font-family: "PT Serif", Georgia, "Times New Roman", Times;

	

}
h1, h2, h3, h4, h5, h6, p {
	margin: 1em 0;
}

a {
	color:#c2b15b;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease;
	

}

a:hover {
	text-decoration: none;
	color:#c2b15b;
}

hr {
	border-top: 1px solid #e1ded9;
}

article {
	padding-bottom: 30px;
}

article a{
	font-weight: bold;
}

.btn-primary {
	background: #c2b15b;
	border: 0;
	font-family: "PT Serif", Georgia, "Times New Roman", Times;
	text-transform: uppercase;
	color:#fff;
	text-shadow:none;
	border-radius:0;
}

.btn-primary:hover {
	background: #c2b15b;
	color:#fff;
}

/* MENU
=========================================================================================*/

header {
	background: #1a1a15;
	display: block;
	height: 50px;
	left: 0;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 2000;
}

.logo {
	
	box-shadow: 0 0 10px rgba(0,0,0,0.1), inset 0 0 55px rgba(0,0,0,0.1);
	margin-left: -100px !important;
	left: 50% !important;
	position: fixed;
	text-align: center;
	top: 0;
	width: 153px;
	z-index: 2000;
	
}

.logo-small {
	display: none;
}

.navbar {
    background-color: #333;
	background: rgba(26,26,21,0.9);
	font-family: "PT Serif", Georgia, "Times New Roman", Times ;
	text-transform: uppercase;
	top: 50px;
	min-height: 41px !important

}

.nav > li > a {
	color: #fff;
	padding: 10px 13px;
	font-weight: normal;
	text-shadow:none !important;
}

.nav > li > a:hover,
.nav > li > a:focus,
.nav > li.active > a {
	background: none;
	color: #c2b15b;
	font-weight: normal;
}

/* Dropdown Menu Level 1
-----------------------------------------------------------------------------------------*/

.nav > li ul {
	background: #1a1a15;
	display: none;
	left: 0;
	list-style: none;
	padding: 0;
	position: absolute;
	top: 0;
	width: 184px;
	
}

.nav > li:hover ul {
	display: block;
	top: 100%;
}

.nav > li ul li {
	display: block;
	float: none;
}

.nav > li ul li a {
	border-bottom: 1px solid rgba(255,255,255,0.1);
	color: #fff;
	display: block;
	font-family: "PT Serif", Georgia, "Times New Roman", Times;
	padding: 7px 15px;
	text-transform: none;
}

.nav > li > ul > li > a:hover {
	background: #c2b15b;
	color:#fff;
	
}

.nav > li > ul > li > ul > li > a:hover {
	background: #fff;
	color:#1a1a15;
	
}

/* Dropdown Menu Level 2
-----------------------------------------------------------------------------------------*/

.nav > li ul li ul,
.nav > li:hover ul li ul {
	background: #c2b15b;
	display: none;
	left: 100%;
	list-style: none;
	padding: 0;
	position: absolute;
	top: 0;
	width: 184px;
	color:#fff;
}

.nav > li.last ul li ul, 
.nav > li.last:hover ul li ul {
	left: -100%;
}

.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(0,0,0,0.1);
	color: #3E3728;
	display: block;
	padding: 10px 43px 10px 20px;
	position: relative;
}

.submenu a:hover {
	background: rgba(0,0,0,0.05);
}

.submenu a i {
	color: #3e3728;
	right: 20px;
	position: absolute;
	top: 12px;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease;
}

.submenu .fa{
	font-size:21px;
	text-shadow:0px 1px #999a76;
}

.submenu a:hover i {
	right: 10px;
}

/* Submenu Level 2
-----------------------------------------------------------------------------------------*/

.submenu ul > li > ul {
	font-family: "PT Serif", Serif;
	padding: 0 0 15px 15px;
	text-transform: none;
}	

.submenu ul > li > ul a {
	color: #c2b15b;
}

.submenu ul > li > ul a i {
	color: #c2b15b;
}

/* 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;
	height: 100%;
	position: fixed;
	top: 0;
	width: 100%;
}


/* .scroll-wrapper {
    margin-bottom: -20px; }
  .scroll-wrapper a.scroll {
      padding-bottom: 0px; }*/


.scroll-wrapper {
      width: 100%;
      text-align: center; 
      height:50px;
}
      
.scroll-wrapper .scroll {
   color: #fff;
   text-transform: uppercase;
   font-size: 10px;
   width: 40px;
   margin: 10px 0 10px;
   cursor: pointer;
   display: inline-block;
   text-decoration: none;
}

.scroll-wrapper .scroll i {
   font-size: 30px;
   clear: both;
   display: block;
   margin-bottom: -5px; }
/* SEARCHBOX
=========================================================================================*/

.searchbox-container {
	margin-right: -455px;
	position: fixed;
	right: 50%;
	top: 90px;
	width: 260px;
	z-index: 100;
}

.searchbox {
	background: #c2b15b;
	color: #fff;
	/*display: none;*/
	padding: 20px;
	width: 100%;
}

.searchbox .btn-primary{
	color:#fff;
	background-color:#1a1a15;
	font-size: 14px;
	margin-top: -45px;
	padding:8px 14px;
	border-radius:0;
}

.searchbox-container .searchbox-trigger{
	background-color:#c2b15b;
	color:#ffffff;
	display:none;
}

.searchbox-container.searchbox-trigger:hover,
.searchbox-container.searchbox-trigger:active{
	background-color:#c2b15b;
	color:#1a1a15;
}

@media (max-width: 768px){
	.searchbox {
		display:block;
	}
	.searchbox-trigger{
		display:none;
	}
}

.searchbox .form-group {
	display: table;
	margin-bottom: 5px;
	width: 100%;
}

.searchbox label {
	display: block;
	font-weight: normal;
	padding: 5px 0;
	width: 50px;
	color:#ffffff;
}

/*.searchbox label,
.searchbox input,
.searchbox select {
	float: left;
}*/

.searchbox input {
	padding: 6px 7px;
}

.searchbox select {
	padding: 5px;
}

.hotelselect  select.not-selected {
    border: 1px solid red;
    background: rgba(255, 200, 200, 0.9);
}


/*.searchbox #arrival-date {
	width: 170px;
}*/
.searchbox .hasDatepicker {
  background: #fff url(../images/calendar.png) no-repeat center right !important;
}
/*.searchbox select {
	width: 60px;
}*/

.searchbox .bke_drop {
	margin-left: 5px;
	width: 105px;
}


.ratecode-wrapper {
  margin: 10px 0;
}

.ratecode-wrapper .bke_drop {
	margin-left: 0;
}

.text.visible{
	display:compact;
}

.text.hidden{
	display:none;
}

/* 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;
}

.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;
}

.ui-datepicker td a {
	display: block;
}

.ui-datepicker td a:hover {
	background: #3E3728;
	color: #fff;
}

.ui-datepicker .ui-datepicker-current {
	display: none;
}

.ui-datepicker .ui-datepicker-close {
	background: #932626;
	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: #3E3728;
}

.ui-datepicker .ui-datepicker-current-day {
	background: #3E3728;
}

.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/prev.png) no-repeat left top;
	left: 10px;
}

.ui-datepicker-next {
	background: url(../images/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: #3E3728;
}

/* 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: #1a1a15;
	color: #fff;
	font-size: 30px;
}

.featured-offers h4 span {
	background: #fff;
	color: #330d00;
}

/* REVIEWS
=========================================================================================*/

.content {
	background: #f8f8f8;
	position: relative;
	z-index: 1000;
}

.reviews blockquote {
	border: 0;
	color: #330d00;
	font-family:"PT Serif", Georgia, "Times New Roman", Times;
	font-size: 24px;
	font-style: italic;
	margin: 30px 0 0;
}

.reviews .stars {
	color: #932626;
	margin-bottom: 40px;
}

.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: 30px 0;
	position: relative;
}

.special-offers .owl-item div {
	padding: 0 15px;
}

.owl-prev,
.owl-next {
	position: absolute;
	top: 110px;
}

.owl-prev {
	left: 0;
}

.owl-next {
	right: 0;
}


.special-offers .btn {
	font-size: 30px;
	margin-top: 20px;
	padding: 10px 36px 10px 16px;
	width: 170px;
	text-align: center;
	border-radius:0;
}

.special-offers .btn:before {
	top: -1px;
}

.special-offers .btn span {
	display: block;
	font-size: 12px;
}

.special-offers .btn i {
	background: #222;
	bottom: 0;
	float: right;
	font-size: 18px;
	padding: 28px 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;
}

/* WELCOME
=========================================================================================*/

.welcome {
	background: #24241d;
	color: #ffffff;
	padding-bottom: 30px;
	position: relative;
}

.welcome h1 {
	color: #fff;
}

.welcome article {
	display: none;
}

.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;
}

.welcome-trigger .btn:hover{
	background:#c2b15b;
}

/*.col-md-12 li{
	list-style:none;
}*/

/* HIGHLIGHT
=========================================================================================*/

.highlights {
	background: #faf9f8;
	border-bottom: 1px solid #e1ded9;
	border-top: 1px solid #e1ded9;
	padding: 30px 0;
}

.highlights .item {
	padding: 0 10px;
}

.highlights .item p {
	color: #330d00;
	margin: 5px 0 0;
	font-size:16px;
	font-family: "PT Serif", Georgia, "Times New Roman", Times;
}

/* REVIEWS
=========================================================================================*/

.reviews {
	padding: 30px 0;
}

/* SIDEBAR GALLERY
=========================================================================================*/

.sidebargallery,
.maingallery {
	list-style: none;
	padding: 0;
}

.sidebargallery li,
.maingallery li {
	padding: 2px;
}

/* LOCATIONS
=========================================================================================*/

 #map {
	height: 100%;
	margin-top: 90px;
	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;
	border-radius:0;
}

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: #c2b15b;
	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: 5px 16px;
	
	text-transform: uppercase;
	width: auto;
	position: relative;
	bottom: 2px;
}

input[type=submit]:hover {
	background: #c2b15b;
}

/* FOOTER
=========================================================================================*/

footer {
	background: #1a1a15;
	border-top: 1px solid #1a1a15;
	padding: 30px 0 10px 0;
	color:#ffffff;
}
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: #c2b15b;
}

.footer-logos {
	margin-top: 20px;
}

.address a {
	color: #fff;
}

.address a:hover {
	color: #fff;
}

footer .fa-circle{
	color:#c2b15b !important;
}

/* social media-icons
=========================================================================================*/

.social-icons li {
  color: #ffffff;
  font-size: 40px;
  padding-right: 10px;
}

.social-icons li > a {
  color: #290a00;
  font-size: 18px;
  height: 46px;
  margin: -23px -26px -23px;
  overflow: hidden;
  padding-right: 25px;
  width: 46px;
  outline: none;
  
}

/* RESPONSIVE STYLES
=========================================================================================*/

/* Large desktops
-----------------------------------------------------------------------------------------*/

@media (min-width: 1200px) {

	.logo {
		margin-left: -76.5px;
		width: 153px;
	}

	.searchbox-container {
		margin-right: -555px;
	}

	.languages {
		margin-left: -555px;
	}

}

 @media (min-width: 992px) and (max-width: 1024px) { 

    .nav > li > a {
      padding: 10px 5px;
      font-size: 13px;
    } 

}

/* Tablets
-----------------------------------------------------------------------------------------*/

@media (max-width: 991px) {
	header {
		display: none;
	}

	.navbar {
		background: #1A1A15;
		top: 0;

	}

	.navbar-toggle {
		margin-bottom: 8px;
		margin-top: 8px;
		border:1px solid #fff;
	}

	.navbar-toggle .icon-bar {
		background: #fff;
	}

	.logo {
		background: none;
		border: 0;
		box-shadow: none;
		margin-left: -102px !important;
		padding:0;
		width: 153px;
	}

	.logo-big {
		display: none;
	}

	.logo-small {
		display: inline;
	}
	.navbar-nav {
		width: 100%;
		padding: 0;
		margin: 0;
	}

	.navbar-nav li {
		margin: 0;
	}

	.navbar-nav li a {
		background-color: #1A1A15;
		color: #fff;
		text-align: left;
	}

	.navbar-nav li a:hover {
		background-color: #C2B15B;
		color: #fff;
		text-align: left;
	}


	.nav > li > a {
		padding: 9px 13px;
	}

.searchbox-container {
		left: 50%;
		margin-left: -130px;
		margin-right: 0;
		right: auto;
		top: 51px;
	}

	.languages {
		margin-left: -340px;
	}

	.btn-shadow:before {
		display: none;
	}

}

/* Smartphones
-----------------------------------------------------------------------------------------*/

@media (max-width: 767px) {

	header {
		display: none;
	}

	.navbar {
		background: #1A1A15;
		top: 0;

	}

	.navbar-toggle {
		margin-bottom: 8px;
		margin-top: 8px;
	}

	.navbar-toggle .icon-bar {
		background: #3E3728;
	}

	.nav.pull-left,
	.nav.pull-right {
		float: none !important;
		margin: 0;
	}

	.nav > li > a {
		padding: 9px 0;
	}

	.searchbox-container {
		left: 50%;
		margin-left: -130px;
		margin-right: 0;
		right: auto;
		top: 51px;
	}

	.searchbox-trigger.pull-right {
		margin-right: 55px;
	}

	.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%;
	}

}

/* TABLE
=========================================================================================*/

table.table {
	background: #f5f5f5;
	border-collapse: separate;
	box-shadow: inset 0 1px 0 #fff;
	font-size: 12px;
	line-height: 24px;
	margin: 30px auto;
	text-align: left;
	width: 100%;
}	

.table th {
	background: linear-gradient(#777, #444);
	border-left: 1px solid #555;
	border-right: 1px solid #777;
	border-top: 1px solid #555;
	border-bottom: 1px solid #333;
	box-shadow: inset 0 1px 0 #999;
	color: #fff;
  font-weight: bold;
	padding: 10px 15px;
	position: relative;
	text-shadow: 0 1px 0 #000;	
}

.table th:after {
	background: linear-gradient(rgba(255,255,255,0), rgba(255,255,255,.08));
	content: '';
	display: block;
	height: 25%;
	left: 0;
	margin: 1px 0 0 0;
	position: absolute;
	top: 25%;
	width: 100%;
}

.table th:first-child {
	border-left: 1px solid #777;	
	box-shadow: inset 1px 1px 0 #999;
}

.table th:last-child {
	box-shadow: inset -1px 1px 0 #999;
}

.table td {
	border-right: 1px solid #fff;
	border-left: 1px solid #e8e8e8;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #e8e8e8;
	padding: 10px 15px;
	position: relative;
	transition: all 300ms;
}

.table td:first-child {
	box-shadow: inset 1px 0 0 #fff;
}	

.table td:last-child {
	border-right: 1px solid #e8e8e8;
	box-shadow: inset -1px 0 0 #fff;
}	

.table tr:nth-child(odd) td {
	background: #f1f1f1;	
}

.table tr:last-of-type td {
	box-shadow: inset 0 -1px 0 #fff; 
}

.table tr:last-of-type td:first-child {
	box-shadow: inset 1px -1px 0 #fff;
}	

.table tr:last-of-type td:last-child {
	box-shadow: inset -1px -1px 0 #fff;
}	

.table tbody:hover td {
	color: transparent;
	text-shadow: 0 0 3px #aaa;
}

.table tbody:hover tr:hover td {
	color: #444;
	text-shadow: 0 1px 0 #fff;
}

article table th, article table td{
	padding:10px;
}



/* .landing #slides{
	max-height: 500px;
}
 */
/* three colums boxs style */
.three-columns-holder {

}

.three-columns-holder {
  padding: 30px 0; 
  background: #eee url(../images/bg-eee.jpg) repeat 50% 0%;
  margin-bottom: 30px;
}

.three-columns-holder .item {
  padding-bottom: 40px;
  position: relative;
  text-align: center;
  overflow: hidden;
  display: inline-block;
}

.three-columns-holder .item-inner {
    width: 290px;
    height: 351px;
    position: relative;    
    display: inline-block;
    right: 70px;
}

.three-columns-holder .content-overlay {
  top: 10%;
  font-size: 24px;
    transition: all .2s linear;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -o-transition: all .2s linear;      
}
.three-columns-holder .content-overlay h3 {
  font-size: 24px;
  margin: 3px 0;
  text-transform: uppercase;
  color: #1a1a1a !important;
}
.three-columns-holder .content-overlay a {
  font-size: 14px;
margin-top: 10px;
  color: #1a1a1a !important;
}


.three-columns-holder .item img {
  opacity: 0.8;

  -webkit-transform: scale(1, 1); 
  -webkit-transition-duration: 500ms;
  -webkit-transition-timing-function: ease-out;
 
  /* Webkit for Mozila Firefox */
  -moz-transform: scale(1, 1);
  -moz-transition-duration: 500ms;
  -moz-transition-timing-function: ease-out;
 
  /* Webkit for IE( Version: 11, 10 ) */
  -ms-transform: scale(1, 1);
  -ms-transition-duration: 500ms;
  -ms-transition-timing-function: ease-out;

  filter: alpha(opacity=80);


}
.three-columns-holder .item:hover img{
  opacity: 0.7;
  filter: alpha(opacity=50);
  /* Webkit for Chrome and Safari */
  -webkit-transform: scale(1.03, 1.03); 
  -webkit-transition-duration: 500ms;
  -webkit-transition-timing-function: ease-out;
 
  /* Webkit for Mozila Firefox */
  -moz-transform: scale(1.03, 1.03);
  -moz-transition-duration: 500ms;
  -moz-transition-timing-function: ease-out;
 
  /* Webkit for IE( Version: 11, 10 ) */
  -ms-transform: scale(1.03, 1.03);
  -ms-transition-duration: 500ms;
  -ms-transition-timing-function: ease-out;

}

.three-columns-holder .content-overlay {
  background: rgba(255, 255, 255, .5) none repeat scroll 0 0;
  height: 103%;
  left: 6%;
  overflow: hidden;
  padding: 35% 5% 5%;
  position: absolute;
  top: 5%;
  width: 136%;
}
.three-columns-holder .item {
  display: inline-block;

}

.three-columns-holder .content-overlay .btn-default {
  width: 150px;
}


.three-columns-holder .item-inner:hover .content-overlay {

    background: rgba(0,0,0,0.7);

}

.three-columns-holder .item-inner:hover .content-overlay h3, 
.three-columns-holder .item-inner:hover .content-overlay a {
   color: #fff !important;
}



/* three-carousel-holder */

.inner .three-carousel-holder {
  width: 100%;

}

.three-carousel-holder.owl-theme .owl-controls .owl-buttons div {
  background: none;
  color: #000;
  font-size: 20px;
}

.three-carousel-holder .btn-group {
    font-family: 'PT Sans',sans-serif;
    width: 100%;
    float: left;
    padding: 3px;
}

.three-carousel-holder.owl-theme .owl-controls .owl-buttons .owl-prev {
  left: -20px;
}
.three-carousel-holder.owl-theme .owl-controls .owl-buttons .owl-next {
  right: -20px;
}
.sm-holder {
    width: 90%;
    display: inline-block;
    text-align: center;
    background: #8e1738;
    margin-top: 30px;
}

.sm-holder a {
    display: inline-block;
    padding:5px;
}
