/*============================================================================================*/
/* Your custom styles below */
/*============================================================================================*/

#wish_btn { display:none; }

.img_title {
  background-color:#000;
  padding:6px;
  color:fff;
}

.box_grid figure small {
//  position: absolute;
  background-color: #fff;
  color:#000;
}


.box_grid figure .read_more span {
  background-color: #336699;
  color:#fff;
}

.room_grid figure {
  margin-bottom: 0;
  overflow: hidden;
  position: relative;
  height: 240px;
}

.room_grid figure a img {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%) scale(1.1);
  -moz-transform: translate(-50%, -50%) scale(1.1);
  -ms-transform: translate(-50%, -50%) scale(1.1);
  -o-transform: translate(-50%, -50%) scale(1.1);
  transform: translate(-50%, -50%) scale(1.1);
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden;
  width: 100%;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.room_grid figure a:hover img {
  -webkit-transform: translate(-50%, -50%) scale(1);
  -moz-transform: translate(-50%, -50%) scale(1);
  -ms-transform: translate(-50%, -50%) scale(1);
  -o-transform: translate(-50%, -50%) scale(1);
  transform: translate(-50%, -50%) scale(1);
}

.sub_top_10 {
  margin-top: -10px;
}


.company_page {
	font-size:1.1em !important;
	padding:20px;
}

.company_page img {
	max-width:100%;
}

.box_style_cat ul li a i {
 	font-size:26px !important;
	margin-top:-4px !important;
	font-weight:500;
}
.box_style_cat ul li a {
 	font-size:1.1em !important;
}
.box_style_cat ul li a.active {
// 	color:#ff3366 !important;
	font-weight:700;
}

.box_style_cat ul li a.active i {
// 	color:#336699 !important;
}

div.sticky_horizontal ul li div label {
	font-size:1.04em !important;
	background-color:#ffffff !important;
}

.content_title,.filters_listing {
	//background-color:#efefef !important;
}

.margin_20_20 {
  padding-top: 20px;
  padding-bottom: 20px;
}

.sticky ul#top_menu li a.login:before, .sticky ul#top_menu li a.swrite_bt_top:before, .sticky ul#top_menu li a.help_bt_top:before {
  color: #336699 !important;
}
.header {
  color: #fff;
}
.sticky #top_tel, .sticky #top_menu li a {
  color: #000 !important;
}

#top_tel {
   font-size:18px;
   margin-left:20px;
   margin-top:0px;
   color:#fff;
}

.main-menu a {
   font-size:14px !important;
}

#top_menu a {
 font-size:1.06em !important;
}

/*
footer li a {
	font-size:1.0em !important;
}
*/

.ribbon_3 {
	position: absolute;
	left: 10px;
	top: -5px;
	z-index: 1;
	overflow: hidden;
	width: 75px;
	height: 75px;
	text-align: right;
}

.ribbon_3 span {
	font-size: 10px;
	font-weight: bold;
	color: #FFF;
	text-transform: uppercase;
	text-align: center;
	line-height: 20px;
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	width: 100px;
	display: block;
	background: #79A70A;
	background: linear-gradient(#9BC90D 0%, #79A70A 100%);
	box-shadow: 0 3px 10px -5px rgba(0, 0, 0, 1);
	text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.25);
	position: absolute;
	top: 19px;
	left: -21px;
}

.ribbon_3 span::before {
	content: "";
	position: absolute;
	left: 0px;
	top: 100%;
	z-index: -1;
	border-left: 3px solid #638908;
	border-right: 3px solid transparent;
	border-bottom: 3px solid transparent;
	border-top: 3px solid #638908;
}

.ribbon_3 span::after {
	content: "";
	position: absolute;
	right: 0px;
	top: 100%;
	z-index: -1;
	border-left: 3px solid transparent;
	border-right: 3px solid #638908;
	border-bottom: 3px solid transparent;
	border-top: 3px solid #638908;
}

.ribbon_3.red span {
	background: linear-gradient(#f14f3f 0%, #cb4335 100%);
}

.ribbon_3.red span::before {
	border-left: 3px solid #a3362a;
	border-right: 3px solid transparent;
	border-bottom: 3px solid transparent;
	border-top: 3px solid #a3362a;
}

.ribbon_3.red span::after {
	border-left: 3px solid transparent;
	border-right: 3px solid #a3362a;
	border-bottom: 3px solid transparent;
	border-top: 3px solid #a3362a;
}

.ribbon_3.gray span {
	background: linear-gradient(##818181 0%, #5D5D5D 100%);
}

.ribbon_3.gray span::before {
	border-left: 3px solid #393939;
	border-right: 3px solid transparent;
	border-bottom: 3px solid transparent;
	border-top: 3px solid #393939;
}

.ribbon_3.gray span::after {
	border-left: 3px solid transparent;
	border-right: 3px solid #393939;
	border-bottom: 3px solid transparent;
	border-top: 3px solid #393939;
}
