/* HEADER
==============================================================================================================*/

header {
	height: 95px;
	font-family: "Cinzel", Georgia, "Times New Roman", Times, serif;
	overflow: visible !important;
	position: fixed;
	text-transform: uppercase;
	top: 0;
	width: 100%;
	z-index: 999999;
}

.inner header {
	height: 95px;
}

.header-background {
	background: #091233;
	display: block;
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}

header .wrapper {
	height: 100%;
}

.logo {
	background: url(../images/logo-big.png) no-repeat left top;
	display: block;
	left: 50%;
	position: absolute;
	z-index: 1;
}

.logo a {
	display: block;
	height: 100%;
	text-indent: -9999px;
	width: 100%;
}

.logo.big {
	height: 98px;
	margin-left: -82px;
	top: 34px;
	width: 165px;
}

.inner .logo.big {
	display: none;
}

.logo.small {
	background: url(../images/logo-small.png) no-repeat left top;
	display: none;
	height: 45px;
	margin-left: -39px;
	top: 6px;
	width: 78px;
}

.inner .logo.small {
	display: block;
	top: 35px;
}

header ul {
	margin: 0;
	padding: 0;
}

header li {
	background: none;
	display: block;
	float: left;
	padding: 0;
	position: relative;
}

header li ul {
	display: none;
	left: 0;
	position: absolute;
	top: 100%;
}
.clearfix{
	clear: both;
	display: block;
}
.btn-small{
	background: #089ddd; /* Old browsers */
	background: -moz-linear-gradient(top,  #089ddd 0%, #006ed1 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#089ddd), color-stop(100%,#006ed1)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #089ddd 0%,#006ed1 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #089ddd 0%,#006ed1 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #089ddd 0%,#006ed1 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #089ddd 0%,#006ed1 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#089ddd', endColorstr='#006ed1',GradientType=0 ); /* IE6-9 */
	border: 1px solid #2470b8;
	box-shadow: 1px 1px 0 rgba(0,0,0,0.25), inset 0 0 1px rgba(255,255,255,0.25);
	color: #fff;
	display: inline-block;
	font-family: "Cinzel", Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	padding: 6px 22px;
	text-transform: uppercase;
	zoom: 1;
	*display: inline;
}
.btn-small:hover{
	text-decoration: none;
}

.anim{
	-webkit-transition: all 200ms ease;
-moz-transition: all 200ms ease;
-o-transition: all 200ms ease;
-ms-transition: all 200ms ease;
transition: all 200ms ease;
}

/* SOCIAL ICONS
==============================================================================================================*/

.social {
	bottom: 8px;
	position: absolute;
	right: 0;
	width: 100px;
	z-index: 1000;
}

.social ul {
	margin: 0;
}

.social li {
	background: none;
	display: inline-block;
	margin: 0;
	padding: 0 0 0 5px;
	zoom: 1;
	*display: inline;
}

.social li img {
	vertical-align: middle;
}

.social li a {
	opacity: 0.7;
	padding: 0;
}

.social li a:hover {
	opacity: 1;
}

/* TABS
==============================================================================================================*/

#tabs {
	margin-bottom: 80px;
	position: relative;
}

.tabs {
	background: #0d1e46;
	display: block;
	font-family: "Cinzel", Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	margin-top: -7px;
	overflow: hidden;
	position: relative;
	text-align: center;
	text-transform: uppercase;
	width: 100%;
	z-index: 99999;
}

.tabs ul {
	margin: 0;
}

.tabs li {
	background: none;
	display: inline-block;
	padding: 0;
	zoom: 1;
	*display: inline;
}

.tabs li a {
	color: #e0dfdf;
	display: block;
	padding: 30px 20px;
}

.tabs li a:hover {
	background: url(../images/arrow-up.png) no-repeat center 10px;
	box-shadow: 0 0 70px #1a3f91;
	color: #fff;
	text-decoration: none;
}

.tabs .ui-state-active {
	background: url(../images/arrow-up.png) no-repeat center 10px;
	box-shadow: 0 0 70px #1a3f91;
}

.ui-tabs-hide {
	display: none;
}

.tabs .start a {
	height: 0;
	overflow: hidden;
	padding: 0;
	width: 0;
}

.tabs .start.ui-state-active {
	background: none;
	box-shadow: none;
}

/* nav.main
==============================================================================================================*/

nav.main {
	bottom: 0;
	font-family: "Cinzel", Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	left: 0;
	position: absolute;
	text-transform: uppercase;
	width: 100%;
}

nav.main .span6 {
	margin: 0;
	width: 50%;
}

nav.main .menu-right {
	float: right;
}

nav.main ul {
	margin: 0;
}

nav.main li {
	background: none;
	display: block;
	float: left;
	padding: 0;
}

nav.main a {
	color: #fff;
	display: block;
	padding: 20px 10px;
}

nav.main a:hover {
	color: #979dab;
	text-decoration: none;
}

nav.main ul.left {
	margin-left: 70px;
}

nav.main ul.left li ul li ul {
	display: none !important;
}

nav.main ul.left li ul li .arrow {
	display: none;
}

nav.main ul.right {
	float: right;
	margin-right: 70px;
}
nav.main ul li {
	position: relative;
}

nav.main ul li ul {
	background: #fff;
	display: none;
	font-family: "Ubuntu Condensed", Arial, Helvetica, sans-serif;
	font-size: 12px;
	left: 0;
	position: absolute;
	text-align: left;
	top: 59px;
	width: 200px;
}

nav.main ul li ul li {
	display: block;
	width: 100%;
}

nav.main ul li ul li a {
	border-bottom: 1px solid #ddd;
	color: #60677E;
	padding: 5px 20px;
}

nav.main ul li ul li a:hover {
	background: #f8f8f8;
	color: #2f7bc3;
}

nav.main ul li ul li ul {
	left: 100%;
	top: 0;
}

.nav.main-trigger {
	display: none;
}

.nav-trigger {
	background: #1293da url(../images/trigger.png) no-repeat 10px 10px;
	border: 0;
	border-radius: 2px;
	cursor: pointer;
	display: none;
	height: 35px;
	position: absolute;
	right: 20px;
	text-indent: -9999px;
	top: 15px;
	width: 35px;
}

.arrow {
	position: absolute;
	right: 10px;
	top: 4px;
}

/* TOOLS
==============================================================================================================*/

.tools {
	bottom: 52px;
	font-size: 10px;
	position: absolute;
	right: 0;
}

.tools a {
	border-left: 1px solid #686c7e;
	color: #9d9fa8;
	padding: 0 5px;
}

.tools a:hover {
	color: #fff;
	text-decoration: none;
}

.tools li {
	padding: 10px 0 20px 0;
}

.tools li.first a,
.tools .language a {
	border: 0;
}

.tools .language {
	background:url(../images/world.png) no-repeat left center;
	border: 0;
	padding: 10px 0 20px 55px;
}

.tools .language a {
	background: url(../images/arrow-down.png) no-repeat right center;
	display: block;
	padding-right: 17px;
}

.tools .language ul {
	background: #fff;
	font-family: "Ubuntu Condensed", Arial, Helvetica, sans-serif;
	left: 50px;
	top: 30px;
	z-index: 2000;
}

.tools .language ul li {
	border: 0;
	padding: 0;
}

.tools .language ul a {
	background: none;
	border-bottom: 1px solid #ddd;
	color: #60677E;
	padding: 5px 20px;
}

.tools .language ul a:hover {
	background: #f8f8f8;
	color: #2f7bc3;
}

/* SEARCHBOX
==============================================================================================================*/

.searchbox {
	/*background: url("../images/loader.png") no-repeat scroll 49% 88% rgba(255, 255, 255, 0.35);*/
	background: rgba(255, 255, 255, 0.35);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#23ffffff', endColorstr='#23ffffff',GradientType=0 );
	color: #fff;
	font-family: "Cinzel", Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	left: 50%;
	margin-left: 150px;
	padding: 15px;
	position: fixed;
	text-align: center;
	text-shadow: 1px 1px 0 rgba(0,0,0,0.46);
	text-transform: uppercase;
	top: 125px;
	width: 300px;
	z-index: 999998;
}

.inner .searchbox {
    background: #fff;
	color: #60677E;
    left: 0;
	margin: 0;
    padding: 10px 5%;
	text-shadow: none;
    top: 95px;
    width: 90%;
}

.searchbox h2 {
	color: #fff;
	font-size: 17px;
	height: 20px;
	margin: 0 0 20px;
	overflow: hidden;
	text-shadow: 1px 1px 0 rgba(0,0,0,0.46);
}

.inner .searchbox h2 {
	display: none;
}

.searchbox ul {
	background: none;
	margin: 0;
	/*display:none;*/
}

.searchbox li {
	background: none;
	display: inline-block;
	margin-bottom: 7px;
	padding: 0;
	zoom: 1;
	*display: inline;
}

.inner .searchbox li {
	padding: 0 10px;
}

.searchbox input[type=text],
.searchbox select {
	background: #fff;
	border: 1px solid #eceae2;
	color: #767676;
	font-family: "Ubuntu Condensed", Arial, Helvetica, sans-serif;
	font-size: 13px;
}

.searchbox .hasDatepicker {
	margin-right: 20px;
	width: 90px;
}

.searchbox input[type=text] {
	padding: 5px;
}

.searchbox select {
	padding: 4px;
}

.searchbox #loc_id {
	width: 300px;
}

.searchbox option {
	padding: 0 5px;
}

.searchbox label {
	padding-right: 10px;
}

.searchbox label.location {
	display: none;
}

.searchbox .submit {
	padding-top: 7px;
	text-align: right;
}

.innner .searchbox .submit {
	padding-top: 0;
}

.searchbox input[type=submit] {
	background: #089ddd; /* Old browsers */
	background: -moz-linear-gradient(top,  #089ddd 0%, #006ed1 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#089ddd), color-stop(100%,#006ed1)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #089ddd 0%,#006ed1 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #089ddd 0%,#006ed1 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #089ddd 0%,#006ed1 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #089ddd 0%,#006ed1 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#089ddd', endColorstr='#006ed1',GradientType=0 ); /* IE6-9 */
	border: 1px solid #2470b8;
	box-shadow: 1px 1px 0 rgba(0,0,0,0.25), inset 0 0 1px rgba(255,255,255,0.25);
	color: #fff;
	display: inline-block;
	font-family: "Cinzel", Georgia, "Times New Roman", Times, serif;
	font-size: 17px;
	padding: 5px 35px;
	text-transform: uppercase;
	zoom: 1;
	*display: inline;
}

.searchbox input[type=submit]:hover {
	background: #006ed1; /* Old browsers */
	background: -moz-linear-gradient(top,  #006ed1 0%, #089ddd 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#006ed1), color-stop(100%,#089ddd)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #006ed1 0%,#089ddd 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #006ed1 0%,#089ddd 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #006ed1 0%,#089ddd 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #006ed1 0%,#089ddd 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#006ed1', endColorstr='#089ddd',GradientType=0 ); /* IE6-9 */
}

/* SPECIAL OFFERS
==============================================================================================================*/

#specials,
#getaways {
	background: #070b24;
	font-family: "Cinzel", Georgia, "Times New Roman", Times, serif;
}

#specials *,
#getaways * {
	line-height: 1em;
	color: #fff;
	text-transform: uppercase;
}

#specials h2,
#getaways h2 {
	margin: 40px 0 0;
}

#specials p,
#getaways p {
	font-size: 14px;
	margin: 10px 0 30px;
}

#specials .span4,
#getaways .span4 {
	line-height: 1em;
	margin-bottom: 20px;
	opacity: 0.8;
	position: relative;
}

#specials .span4:hover,
#getaways .span4:hover {
	opacity: 1;
}

#specials .span4 p,
#getaways .span4 p {
	bottom: 0;
	left: 0;
	margin: 0;
	position: absolute;
	text-align: center;
	width: 100%;
}

#specials .span4 p a,
#getaways .span4 p a {
	background: rgba(10,14,39,0.85);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cc0a0e27', endColorstr='#cc0a0e27',GradientType=0 );
	display: block;
	font-size: 17px;
	padding: 20px;
}

#specials .span4 p a:hover,
#getaways .span4 p a:hover {
	text-decoration: none;
}

/* ITINERARIES
==============================================================================================================*/

.itinerary,
.dark {
	background: #070B24;
	color: #9497A0;
}

.itinerary h2,
.dark h2 {
	color: #fff;
}

.itinerary .content,
.dark .content {
	background: #070B24;
}

.itinerary .listing li {
	border-bottom: 1px solid #393C50;
}

.itinerary .listing li.odd {
	background: #06091D;
}

.itinerary .listing h3 {
	color: #fff;
}

/* WEDDINGS
==============================================================================================================*/

#weddings img,
#getaways img,
#order img {
	display: block;
	height: auto;
	width: 100%;
}

.banner-content {
	color: #666;
	font-size: 14px;
	position: absolute;
	text-shadow: 1px 1px 0 rgba(255,255,255,0.5);
	top: 50px;
	width: 100%;
	z-index: 500;
}

.banner-content .order-form,
.banner-content .wedding-content {
	background: rgba(255,255,255,0.5);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#88ffffff', endColorstr='#88ffffff',GradientType=0 );
	display: block;
	padding: 20px;
}

.banner-content h2 {
	color: #303030;
	font-size: 23px;
	margin: 0;
}
.banner h1.center{
	margin-bottom: 0px;
}

.wedding-content .columns .first {
	padding-right: 2%;
	width: 48% !important;
}

.wedding-content .columns .last {
	padding-left: 2%;
	width: 48% !important;
}

.wedding-content p.center {
	margin: 0;
}

.weddings-button {
	background: -moz-linear-gradient(top,  rgba(64,68,92,0.45) 0%, rgba(5,9,33,0.45) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(64,68,92,0.45)), color-stop(100%,rgba(5,9,33,0.45))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(64,68,92,0.45) 0%,rgba(5,9,33,0.45) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(64,68,92,0.45) 0%,rgba(5,9,33,0.45) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(64,68,92,0.45) 0%,rgba(5,9,33,0.45) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(64,68,92,0.45) 0%,rgba(5,9,33,0.45) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7340445c', endColorstr='#73050921',GradientType=0 ); /* IE6-9 */
	color: #fff;
	display: inline-block;
	font-family: "Cinzel", Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	padding: 7px 10px;
	text-shadow: 1px 1px 0 rgba(0,0,0,0.5);text-transform: uppercase;
	zoom: 1;
	*display: inline;
}

.weddings-button:hover {
	background: -moz-linear-gradient(top,  rgba(5,9,33,0.45) 0%, rgba(64,68,92,0.45) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(5,9,33,0.45)), color-stop(100%,rgba(64,68,92,0.45))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(5,9,33,0.45) 0%,rgba(64,68,92,0.45) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(5,9,33,0.45) 0%,rgba(64,68,92,0.45) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(5,9,33,0.45) 0%,rgba(64,68,92,0.45) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(5,9,33,0.45) 0%,rgba(64,68,92,0.45) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#73050921', endColorstr='#7340445c',GradientType=0 ); /* IE6-9 */
	text-decoration: none;
}

/* BANNER
==============================================================================================================*/

.banner {
	margin-top: 37px;
	position: relative;
	background:
		url(../images/preloader-banner.gif) 50% 50% no-repeat #f4f5f7,  /* On top,    like z-index: 4; */
		url(../images/logo-loader.png) 50% 37% no-repeat #f4f5f7,   /*            like z-index: 3; */
}

.banner img.slider-placeholder {
	height: auto;
	width: 100%;
}


.banner h1 {
	background: -moz-linear-gradient(top,  rgba(23,30,60,0) 0%, rgba(23,30,60,0.8) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(23,30,60,0)), color-stop(100%,rgba(23,30,60,0.8))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(23,30,60,0) 0%,rgba(23,30,60,0.8) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(23,30,60,0) 0%,rgba(23,30,60,0.8) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(23,30,60,0) 0%,rgba(23,30,60,0.8) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(23,30,60,0) 0%,rgba(23,30,60,0.8) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00171e3c', endColorstr='#cc171e3c',GradientType=0 ); /* IE6-9 */
	bottom: 6px;
	color: #fff;
	left: 0;
	margin: 0;
	padding: 1em 10%;
	position: absolute;
	text-shadow: 1px 1px 0 rgba(0,0,0,0.5);width: 80%;
	z-index: 1000;
}

#preview {
	height: auto;
	width: 100%;
}

#hotel-details {
	height: auto !important;
}

/* WELCOME
==============================================================================================================*/

.welcome {
	background: #f5f5f5;
	padding-bottom: 20px;
}

/* CONTENT
==============================================================================================================*/

.content {
	background: #fff;
	display: block;
	margin-top: 0px;
	padding: 0px 0;
}

.caption {
	background: #f8f8f8;
	border: 1px solid #ddd;
	margin: 0 20px;
	padding: 9px;
}

footer .caption,
footer .caption * {
	background: none;
	border: 0;
	display: inline;
	margin: 0;
	padding: 0;
	width: auto;
}

footer .caption img {
	margin: 0 5px;
}

.caption p {
	font-size: 14px;
	margin: 0.5em 0;
	text-align: center;
}

.img-left {
	margin: 0 20px 20px 0;
}

.img-right {
	margin: 0 0 20px 20px;
}

.hotel-content {
	font-size: 14px;
	padding: 0 15%;
	width: 70%;
}

.hotel-content h1,
.hotel-content h2 {
	margin: 0;
}

.hotel-content h2 {
	color: #263b84;
	font-size: 12px;
	text-transform: uppercase;
}

.hotel-content h2 span {
	padding-right: 20px;
}

.hotel-content h3 {
  font-size: 23px;
  margin: 5px 0;
}

.hotel-content li {
	background: none;
	padding: 0;
	list-style-image: url(../images/bullet.gif);
	list-style-position: outside;
}

.hotel-offers {
	background: #f6f3e5;
	color: #7c7c7c;
	font-family: "Lora", Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
}

.bke_specials_image {
	display: none;
}

.hotel-offers h2 {
	color: #515151;
	text-align: center;
}

.hotel-offers h3 {
	color: #0e060f;
	font-size: 14px;
	height: 20px;
	margin: 10px 20px;
	overflow: hidden;
	text-align: center;
}

.hotel-offers p {
	margin: 0;
}

.hotel-offers .description,
.hotel-offers p.price {
	display: block;
	height: 55px;
	margin: 15px 7%;
	overflow: hidden;
	text-align: center;
	width: 86%;
}

.hotel-offers p.price {
	background: #fff;
	display: none;
	height: 85px;
	left: 0;
	position: absolute;
	text-transform: uppercase;
	top: /*176px*/ 0;
}

.hotel-offers p.price span {
	color: #0e060f;
	font-size: 32px;
}

.hotel-offers p.price a.button {
	font-size: 12px;
	padding: 4px 20px 2px;
}

.hotel-offers .span3 {
	background: #fff;
	margin-bottom: 30px;
	overflow: hidden;
	position: relative;
}

.hotel-offers div.noimage {
	display:none;
}

.specials-pagination {
	display: none;
}

.pagination {
	margin-bottom: 30px;
	text-align: center;
}

.pagination a {
	background: url(../images/pagination.png) no-repeat 0 top;
	width: 15px;
	height: 15px;
	margin: 0 5px 0 0;
	display: inline-block;
}

.pagination a.selected {
	background-position: -17px top;
	cursor: default;
}

.pagination a span {
	display: none;
}

footer li {
  display: inline-block;
  width: 190px;
}

/* GROUPED SPECIALS
==============================================================================================================*/

.grouped-specials{

}

.grouped-specials .item{
	text-align: center;
	position: relative;
	min-height: 160px;
}
.grouped-specials .item-inner{
	padding: 20px;
}

.grouped-specials .price{
	position: absolute;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	background-color: #fff;
	z-index: 100;
	text-align: center;
	padding-top: 20px;
	display: none;
}
.grouped-specials .item .price span{
	font-size: 25px;
	color: #000;
	margin: 0;
	padding: 0;
	line-height: 28px;
}
.grouped-specials .item .special-description{
	white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.grouped-specials .item h2{
	font-size: 18px;
	line-height: 20px;
	margin: 8px;
}
.grouped-specials .item .btn-small{
	margin-top: 10px;
}





/* EXPLORE SPECIAL OFFERS
==============================================================================================================*/

.hotel {
	background: #fff;
	margin-bottom: 20px;
	padding: 20px;
}

.hotel .left img {
	border: 1px solid #ddd;
	float: left;
	margin-right: 20px;
}

.hoteldesc {
	float: left;
	width: 750px;
}

.hotel h2 {
	font-size: 23px;
	margin: 0;
}

.explore-specials {
	background: #F4F4F4;
}

.explore-specials article {
	padding-bottom: 30px;
}

.explore-specials .bke_specials_image {
	display: block;
	float: left;
}

.explore-specials .special-photo {
	float: left;
	margin: 20px 20px 20px 0;
}

.explore-specials .special-description {
	float: right;
	width: 730px;
}

.explore-specials .quicksearch {
	border-top: 1px solid #ddd;
	display: block;
	padding-top: 20px;
	width: 100%;
}

.explore-specials .quicksearch div {
	display: inline;
}

.explore-specials .quicksearch span {
	padding-right: 10px;
}

.explore-specials .quicksearch input[type=text] {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #ECEAE2;
    color: #767676;
    font-family: "Ubuntu Condensed",Arial,Helvetica,sans-serif;
    font-size: 13px;
	margin-right: 20px;
    padding: 8px;
	width: 100px;
}

.explore-specials .quicksearch .button {
	padding: 5px 15px 2px;
}

.explore-specials .special-price,
.explore-specials .rateprice a strong {
	color: #1293da;
	font-size: 200%;
	font-weight: normal;
}

.explore-specials .margin {
	margin-top: 0;
}

/* CALENDAR
==============================================================================================================*/

.ui-datepicker {
	background: #fff;
	box-shadow: 0 2px 3px rgba(0,0,0,0.1);
	color: #999;
	display: none;
	font-size: 14px;
	padding: 10px;
	position: absolute !important;
	text-align: center;
}

.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
	cursor: pointer;
	display: block;
	padding: 10px 0;
	text-indent: -9999px;
	width: 10%;
}

.ui-datepicker .ui-datepicker-prev {
	background: url(../images/calendar-prev.gif) no-repeat left center;
	float: left;
}

.ui-datepicker .ui-datepicker-next {
	background: url(../images/calendar-next.gif) no-repeat right center;
	float: right;
}

.ui-datepicker .ui-datepicker-title {
	float: left;
	padding: 10px 0;
	width: 80%;
}

.ui-datepicker th {
	padding: 5px 7px;
	text-align: center;
}

.ui-datepicker td {
	padding: 0;
}

.ui-datepicker td a,
.ui-datepicker td span {
	padding: 5px 7px;
	display: block;
}

.ui-datepicker td a:hover {
	background: #f4f4f4;
	text-decoration: none;
}

.ui-datepicker .ui-datepicker-close {
	color: #ccc;
	cursor: pointer;
	font-family: "Ubuntu Condensed",Arial,Helvetica,sans-serif;
	font-size: 14px;
}


/* FEATURED PROPERTY
==============================================================================================================*/

.featured-property {
	background: #fff;
	color: #A79367;
	padding-bottom: 40px;
}

.featured-property .carousel img {
	border: 2px solid #fff;
	box-shadow: 0 2px 5px #ccc;
}

.featured-property h3,
.featured-property h4 {
	margin: 0;
}

/* EXPLORE + PRESSROOM
==============================================================================================================*/

.explore,
.pressroom {
	background: #f6f3e5 url(../images/explore-bg.png) no-repeat center top;
	padding-top: 55px;
}

.explore .item,
.pressroom .item {
	background: #fff;
	color: #7c7c7;
	font-family: "Lora", Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-style: italic;
	margin: 0 10px 40px;
	padding-bottom: 20px;
	position: relative;
	text-align: center;
}

.explore .item:hover,
.pressroom .item:hover {
	box-shadow: 0 0 10px rgba(0,0,0,0.2);
}

.explore .item a,
.explore .item a:hover,
.pressroom .item a,
.pressroom  .item a:hover {
	text-decoration: none;
}

.explore .item a.cover,
.specials .item a.cover,
.pressroom  .item a.cover {
	display: block;
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}

.explore h2 {
	margin: 1em 0 0.5em 0;
}

.explore h3,
.explore h3 a,
.pressroom  h3,
.pressroom   h3 a {
	color: #0e060f;
	font-family: "Lora", Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-style: normal;
	height: 22px;
	margin: 10px 20px;
	overflow: hidden;
	text-transform: uppercase;
}

.explore p,
.explore p a,
.explore p a:hover,
.pressroom  p,
.pressroom  p,
.pressroom  p a:hover {
	color: #60677E;
	height: 73px;
	margin: 0 20px;
	overflow: hidden;
	text-decoration: none;
}

/* SPECIAL OFFERS
==============================================================================================================*/

.specials {
	background: #070B24;
}

.specials h1 {
	color: #fff;
}

.specials .item {
	background: #fff;
	margin: 0 10px 20px;
	opacity: 0.8;
	position: relative;
}

	.specials .item .download {
	  background: url("/files/images/icon_downloadimage.png") no-repeat scroll 0 0 transparent;
	  bottom: 12px;
	  height: 20px;
	  position: absolute;
	  right: 10px;
	  width: 29px;
	  z-index: 10;
	}

.specials .item:hover {
	opacity: 1;
}

.specials p {
	bottom: 0;
	display: block;
	left: 0;
	margin: 0;
	position: absolute;
	width: 100%;
}

.specials p a {
	background: #fff;
	color: #0e060f;
	display: block;
	font-family: "Lora", Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-style: normal;
	overflow: hidden;
	padding: 10px 20px;
	text-align: center;
	text-transform: uppercase;
}

.specials p a:hover {
	text-decoration: none;
}

.specials h3 {
	font-family: "Lora", Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-style: normal;
	margin: 0;
	text-align: center;
	text-transform: uppercase;
}

.specials h3 a {
	color: #0e060f;
	display: block;
	padding: 10px 20px;
}

.specials h3 a:hover {
	text-decoration: none;
}


/* GALLERY
==============================================================================================================*/

.gallery {
	background: #070b24;
}

.gallery h2 {
	color: #fff;
	margin: 0.5em 0;
}

/* MAP
==============================================================================================================*/

#map {
	height: 440px;
	width: 100%;
}

#map img {
	max-width: none !important;
}

#map_directions_controls {
	display: none;
}

.map_marker {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

/* LISTING
==============================================================================================================*/

.walking-search {
	background: #f5f5f5;
	margin: 17px 0;
	padding: 20px 0;
}

.walking-search h1 {
	color: #263b84;
	font-size: 23px;
	margin: 20px 0 0;
}

.walking-search form {
	margin-top: 35px;
}

.events-search h2,
.events-search form {
	margin: 0;
}

.listing {
	font-size: 13px;
	margin: 0;
}

#listing {
	padding: 20px 0;
}

.listing li {
	background: none;
	clear: both;
	display: table;
	padding: 20px 0;
	width: 100%;
}

.listing li.odd {
	background: #f5f5f5;
}

.listing li .span4 .padding {
	position: relative;
}

.listing h3 {
	font-size: 21px;
	margin: 0 0 0.5em;
}

.listing h3 a {
	color: #263b84;
}

.listing h3 a:hover {
	color: #1293DA;
	text-decoration: none;
}

.listing h3 span {
	color: #929292;
	font-size: 11px;
}

.listing img {
	border: 1px solid #757474;
	width: 100%;
}

.listing .view-gallery {
	cursor: pointer;
}

.listing .view-gallery-icon {
	background: url(../images/view-gallery.png) no-repeat right center;
	bottom: 10px;
	color: #fff;
	font-family: "Lora", Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	padding: 5px 40px 5px 0;
	position: absolute;
	right: 20px;
	text-transform: uppercase;
	cursor: pointer;
}

.listing a.location,
.listing a.gallery {
	display: inline-block;
	height: 17px;
	position: relative;
	text-indent: -9999px;
	top: 6px;
	zoom: 1;
	*display: inline;
}

.listing a.location {
	background: url(../images/icon-location.png) no-repeat left top;
	margin-left: 10px;
	width: 10px;
	display: none;
}

.listing a.gallery {
	background: url(../images/icon-gallery.png) no-repeat left top;
	width: 21px;
}

.listing a.button,
.hotel-content a.button {
	font-size: 16px;
	padding: 5px 15px;
}

.listing a.button-navy,
.hotel-content a.button-navy {
	background: rgb(62,66,90); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(62,66,90,1) 0%, rgba(5,9,33,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(62,66,90,1)), color-stop(100%,rgba(5,9,33,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(62,66,90,1) 0%,rgba(5,9,33,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(62,66,90,1) 0%,rgba(5,9,33,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(62,66,90,1) 0%,rgba(5,9,33,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(62,66,90,1) 0%,rgba(5,9,33,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3e425a', endColorstr='#050921',GradientType=0 ); /* IE6-9 */
	border: 1px solid #44485f;
	box-shadow: 1px 1px 0 rgba(0,0,0,0.25), inset 0 0 1px rgba(255,255,255,0.25);
	color: #fff;
	display: inline-block;
	font-family: "Cinzel", Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	padding: 5px 15px;
	text-transform: uppercase;
	zoom: 1;
	*display: inline;
}

.listing a.button-navy:hover,
.hotel-content a.button-navy:hover {
	background: rgb(5,9,33); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(5,9,33,1) 0%, rgba(62,66,90,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(5,9,33,1)), color-stop(100%,rgba(62,66,90,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(5,9,33,1) 0%,rgba(62,66,90,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(5,9,33,1) 0%,rgba(62,66,90,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(5,9,33,1) 0%,rgba(62,66,90,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(5,9,33,1) 0%,rgba(62,66,90,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#050921', endColorstr='#3e425a',GradientType=0 ); /* IE6-9 */
	text-decoration: none;
}

span.virtual-tour {
	background: url(../images/360.png) no-repeat left top;
	display: inline-block;
	height: 16px;
	margin-right: 10px;
	position: relative;
	top: 3px;
	width: 30px;
	zoom: 1;
	*display: inline;
}

.InfoBoxHolder h3 {
	font-size: 18px;
	margin: 0;
}

.InfoBoxHolder ul {
	margin:0 0 8px;
}

.InfoBoxHolder li {
	background: none;
	padding: 0;
}

.no-gallery .elastislide-wrapper {
	display: none;
}

/* SITEMAP
==============================================================================================================*/

.sitemap li {
	background: none;
	border-bottom: 1px solid #ddd;
	padding: 0;
}

.sitemap li a {
	display: block;
	padding: 10px;
}

.sitemap li a:hover {
	background: #f8f8f8;
	text-decoration: none;
}

.sitemap li li {
	background: url(../images/bullet.png) no-repeat left 7px;
	border: none;
	padding: 0 0 0 18px;
}

.sitemap li ul {
	margin-left: 40px;
}

.sitemap li li a {
	color: #333;
	padding: 0;
}

.sitemap li li a:hover {
	background: none;
	color: #777;
}

/* TWITTER
==============================================================================================================*/

.timeline-header,
.timeline-footer {
	display: none;
}


/* FOOTER
==============================================================================================================*/

footer {
	background: #1c1d23;
	color: #9497a0;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 10px;
	padding-bottom: 50px;
}

footer ul {
	margin: 20px 0;
}

footer li {
	background: none;
	padding: 0;
}

footer li a {
	color: #9497a0;
	display: block;
}

footer li a:hover {
	color: #fff;
	text-decoration: none;
}

footer a img {
	opacity: 0.5;
}

footer a:hover img {
	opacity: 1;
}

footer h2 {
	color: #86888e;
	font-family: "Lora", Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	text-transform: none;
}

footer .row {
	padding: 0 0 20px;
}

footer img {
	margin: 0 3px;
	vertical-align: middle;
}

.back-to-top,
.scroll-down {
	bottom: 0;
	cursor: pointer;
	display: block;
	height: 45px;
	opacity: 0.7;
	position: fixed;
	right: 0;
	text-indent: -9999px;
	width: 100%;
	z-index: 9999999;
}

.back-to-top {
	background: #000 url(../images/back-to-top.png) no-repeat center 15px;
	display: none;
}

.scroll-down {
	background: #000 url(../images/more-info.png) no-repeat center 15px;
}

.scroll-down:hover,
.back-to-top:hover {
	opacity: 1 !important;
}

.inner-no-searchbox .searchbox{display:none;}

	.inner h1{
	margin: 100px 0 20px;
	}
	.inner-no-searchbox  h1{
	margin: 37px 0 20px !important;
	}

@media (min-width: 1200px) {
	.inner-no-searchbox .searchbox{display:none;}
	.searchbox { margin-left: 270px;}
	.inner .searchbox { margin-left: 0;}
	.hotel-offers p.price {top: /*213px*/ 0;}
	.explore-specials h3, .explore-specials .description, .explore-specials .price {width: 1030px;}
	.explore-specials .special-description {width: 990px;}
	.inner h1{margin: 100px 0 20px;}

}

@media (min-width: 980px) {
	.inner h1{margin: 100px 0 20px;}
	.inner-no-searchbox  h1{margin: 37px 0 20px !important;}
}

@media (max-width: 979px) {

	body, body.inner {padding:0;}

	header, .inner header { background: #091233; position: relative; height:auto; min-height: 90px;}
	header .wrapper { height: 100px;}

	.logo {left: 0 !important; margin: 0 !important; top: 0 !important;}
	.logo.small {margin-top: 7px !important;}

	.tools { bottom: auto; right:10px; top: 10px;}
	.social { bottom: auto; right:10px; top: 50px;}

	nav.main { background: #091233; bottom: auto; position: relative;}
	nav.main .span6 { margin: 0; width: 50%;}
	nav.main ul, nav.main ul.left, nav.main ul.right { margin: 0;}
	nav.main ul li a { padding: 20px 5px;}

	.banner { margin: 0;}

	.searchbox { margin-left: 20px; position: absolute; top: 20px;}
	.inner .searchbox {position: relative; top:0;}
	.inner .searchbox li {padding: 0 5px;}
	.inner .searchbox .hasDatepicker {margin-right: 0;}
	.inner .searchbox input[type="submit"] {padding: 5px 15px;}
	.inner .searchbox select {width: 120px;}

	#tabs { margin-bottom: 55px;}
	.tabs { font-size: 14px;}
	.tabs li a { padding: 20px 15px;}

	.banner-content { position: relative; text-align: center; top:0;}
	.banner-content .wedding-content, .banner-content .order-form { background: none; color: #8c92a2; float: none; padding: 0 0 20px 0; text-align: left; text-shadow: -1px -1px rgba(0,0,0,0.5); width:100%;}
	.banner-content .wedding-content h2, .banner-content .order-form h2 {color: #fff; text-shadow: -1px -1px rgba(0,0,0,0.5);}

	.hotel-offers p.price {top: /*142px*/ 0;}

	.banner-content {background: #070B24; padding-top: 20px;}

	.explore h3 { font-size: 14px; height: 20px;}

	.walking-search { margin: 0; padding: 0 0 20px;}
	.walking-search form { margin-top: 16px;}
	.walking-search .button { margin-top: 5px;}

	.explore-specials h3, .explore-specials .description, .explore-specials .price {width: 570px;}

	.explore-specials .special-description {width: 530px;}
	.explore-specials .quicksearch input[type=text] {width: 80px;}

    .inner h1, .inner-no-searchbox  h1{
	margin: 0 0 20px !important;
	}
}

@media (max-width: 767px) {

	body, body.inner { font-size: 14px; padding-top: 0; text-align: center;}
	h1, h2 { font-size: 24px; line-height: 1em; margin: 0.5em 0;}
	h3 { font-size: 18px;}

	.right { text-align: center;}
	header, .inner header {min-height: 70px;}
	header .wrapper, .inner header .wrapper {height: 70px;}
	.logo { left: 20px !important;}
	.logo.big {display: none;}
	.logo.small {display: block;}
	.tools { display: none;}

	nav.main { padding: 20px 0; display: none;}
	nav.main .span6 { margin: 0; width: 100%;}
	nav.main ul { width: 100%;}
	nav.main ul li { display: block; text-align: left; width: 100%;}
	nav.main ul li a { padding: 5px 20px;}
	nav.main ul li ul { background: none; display: block; position: relative; left: 0; top: 0; width: 100%;}
	nav.main ul li ul li { margin-left: 20px;}
	nav.main ul li ul li a { border: 0;}
	nav.main ul li ul li a:hover { background: none; color: #fff;}
	nav.main ul li ul li ul { left: 0; top: 0;}
	nav.main ul li ul li ul li a,
	nav.main ul li ul li ul li a:hover { background: url(../images/bullet.png) no-repeat 7px 10px;}

	.nav-trigger { display: block;}
	.social { right: 75px; top: 20px;}
	.banner-content .span6 { display: table; margin: 0; padding: 0 5% 20px !important; width: 90%;}
	.banner-slider {position: relative;}

	.searchbox {	background: #0e1738; color: #fff; left: 0; margin: -6px 0 0; padding: 20px 10%; position: relative; text-shadow: -1px -1px 0 #091233; top: 0; width: 80%;}
	.searchbox h2 {color: #fff; text-shadow: -1px -1px 0 #091233;}
	.searchbox li {display: table; width: 100%;}
	.searchbox label {display: block; float: left; text-align: left; width: 30%;}
	.searchbox label.location {display: block;}
	.searchbox select {float: right; width: 65% !important;}
	.searchbox input[type="text"] {float: right; margin: 0; padding: 5px 2%; width: 60% !important;}
	.searchbox .submit {text-align: center;}




	#tabs { margin: 0;}
	.tabs { margin: 0; padding: 10px 0; position: relative; top: 0;}
	.tabs li { width: 100%; display: block;}
	.tabs li a {padding: 7px 15px;}
	.tabs li a:hover, .tabs .ui-state-active { background: none;}

	#weddings, #getaways, #specials, #order { position: relative;}

	.banner-content .wedding-content .column {padding: 0 5%; text-align: center; width: 90% !important;}
	.banner-content .wedding-content h2 {font-size: 18px;}
	.banner-content .wedding-content p.center {margin: 1em 0;}

	.hotel-offers p.price {top: 0;}
	.hotel-offers .span3 {margin: 0 20px; width: 270px;}

	.explore h3 { font-size: 16px; height: auto; overflow: visible;}
	.explore p { height: auto; overflow: visible;}
	.explore img { width: 100%;}

	.welcome { padding: 20px 5%;}

	.hotel-content {text-align: left;}
	.hotel-content h1 { margin: 1em 0;}
	.hotel-content h2 span { display: block; padding: 0;}

	.explore-specials h3, .explore-specials .description, .explore-specials .price {float: none; width: 100%;}
	.explore-specials .bke_specials_image {float: none; margin: 0 auto 20px;}

	.explore-specials .hoteldesc, .explore-specials .special-description, .explore-specials .special-photo {width: 100%;}
	.explore-specials .quicksearch input[type=text] {width: 100px;}
	.explore-specials .quicksearch div { display: block; margin: 0 auto; padding-bottom: 3px; text-align: left; width: 190px;}
	.explore-specials .quicksearch span { display: block; float: left; padding-top: 7px; width: 60px;}
	.explore-specials .quicksearch input[type=text] {margin-right: 0;}
	.explore-specials .quicksearch .button { margin: 10px 0 0 33px;}

	.listing a.button, .listing a.button-navy {display: table; margin: 0 auto; padding: 5px 0; width: 80%;}

	.content {margin: 0; padding: 0;}
	.liquid-slider-wrapper .liquid-nav {margin: 20px 0 10px 0;}

	footer .column {display: block; width: 100% !important;}
	footer .column ul {margin: 0;}
	.usa {display: block; margin-bottom: 10px; text-align: center; width: 100%;}
}



/* Floating Banner */
#fl_banner {
  background: none repeat scroll 0 0 #fff;
  border: 9px solid #202A65;
  color: #333;
  display: block;
  font-weight: 400;
  height: auto;
  padding: 20px;
  position: absolute;
  text-align: center;
  width: 400px;
  z-index: 999999999;
  left:50%;
  margin-left:-200px;
  top:-500px;

-webkit-box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 0.5);
-moz-box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 0.5);
box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 0.5);
}
#fl_banner .closer {
  background: url("../images/fl_close.png") no-repeat scroll left top transparent;
  display: block;
  height: 25px;
  position: absolute;
  right: 5px;
  top: -16px;
  width: 27px;
  pointer:cursor;
}
#fl_banner h1 {
  color: #000000;
  font-family: 'Buenard',serif;
  font-size: 25px;
  line-height: 21px;
  margin: 0.5em 0;
  padding: 0;
}
#fl_banner h2{font-family:'Buenard',serif;font-size:14px;border:0;margin-bottom:1em 0;padding:0; color:#000;}

/*-- iframe style --*/
.fancybox-inner iframe {

}

/* .home .fancybox-inner {
  height: 400px !important;
  width: 600px !important;
} */

.home .fancybox-close {
    position: absolute;
    top: -18px;
    right: -15px!important;
    width: 36px;
    height: 36px;
    cursor: pointer;
    z-index: 8040;
}

.home .fancybox-opened {
	left: 534px!important;
}

.fancybox-inner {
  height: 316px !important;
  width: 417px !important;
}

.fancybox-skin {
  width: 417px !important;
  left:150px;
}

div#cookies-panel {
	margin: auto auto auto -350px !important;
	width: 638px !important;
	z-index: 99999999 !important;
}

div#cookies-info p {
	bottom: auto;
	left: auto;
	margin: 1em 0;
	position: relative;
	right: auto;
	top: auto;
	width: auto;
}

div#cookies-info a {
	background: none;
	display: inline;
	font-family: inherit;
	font-size: 100%;
	padding: 0;
	text-align: inherit;
	text-transform: none;
}

@media (max-width: 1020px) {
	div#cookies-panel {
		left: 0 !important;
		margin: 0 !important;
		padding: 14px 10% !important;
		width: 80% !important;
	}
}

/* BLOG */

.blog-short .blog-item::after, .blog-short .blog-item::before {
    box-sizing: border-box;
}
.blog-short {
	margin-top: 20px;
}
.blog-short .blog-item {
	float: left;
	width: 25%;
	position: relative;
	height: 350px;
	overflow: hidden;
	font-family: "Ubuntu Condensed",Arial,Helvetica,sans-serif;
	color:#fff;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-position: center center;
}

@media (max-width:1170px) {
	.blog-short .blog-item {
		width: 33,333%;
	}
}
@media (max-width:768px) {
	.blog-short .blog-item {
		width: 50%;
	}
}
@media (max-width:480px) {
	.blog-short .blog-item {
		width: 100%;
	}
}


.blog-short .holder *{
	font-family: "Ubuntu Condensed",Arial,Helvetica,sans-serif;
	color:#fff;
}

.blog-short .holder {
    border: 0 none;
    bottom: 0;
    left:0;
    right:0;
    margin: 0;
    padding: 2% 6%;
    position: absolute;
    z-index: 10;
background: rgba(0,0,0,0);
background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.7) 60%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0,0,0,0)), color-stop(60%, rgba(0,0,0,0.7)));
background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.7) 60%);
background: -o-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.7) 60%);
background: -ms-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.7) 60%);
background: linear-gradient(to bottom, rgba(0,0,0,0) 0%, rgba(0,0,0,0.7) 60%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000', GradientType=0 );
}
.blog-short .blog-item a {
	position: absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;
	z-index: 100;
}
.blog-short .blog-item img {
	position: relative;
	z-index: 0;
	width: 100%;
}
.blog-short .blog-item hr{
	height: 1px;
	background: #fff;
	margin-top: 22px;
}

.blog-long h3.cat,
.blog-short .blog-item h3.cat {
	background-color: #089ddd;
	display: inline-block;
	font-size: 14px;
	padding: 4px 10px;
	margin-bottom: 10px;
	font-family: "Ubuntu Condensed",Arial,Helvetica,sans-serif;
	color:#fff;
}
.blog-short .blog-item h2 {
	font-size: 24px;
	padding: 5px;
	margin: 0px;
	padding: 0px;
	line-height: 24px;
}
.blog-short .blog-item p {
	  overflow: hidden;
  height: 50px;
 margin-bottom: -77px;
  display: block; /* Fallback for non-webkCit */
  display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;
  text-overflow: ellipsis;
}
.blog-short .blog-item:hover p {
 margin-bottom: 0px;
}

/* Blog Long */

.blog-long hr{
	height: 1px;
	background: #ccc;
	margin: 25px 0;
}
.blog-long{
	margin-bottom: 25px;
}
.blog-long .blog-head {
	text-align: center;
	padding: 20px 0;
}

.blog-long .blog-head h2 {
	font-size: 40px;
	line-height: 38px;
	margin: 12px 0 0;
	padding: 0;
	text-transform: none;
}

.blog-long .post-content h1,
.blog-long .post-content h2{
	font-family: "Ubuntu Condensed",Arial,Helvetica,sans-serif;
	font-size: 26px;
	margin: 10px 0;
	padding: 0px;
	background: none;
	color: #333;
}
.blog-long .post-content h3,
.blog-long .post-content h4{
	font-family: "Ubuntu Condensed",Arial,Helvetica,sans-serif;
	font-size: 20px;
	margin: 10px 0;
	padding: 0px;
	background: none;
	color: #666;
}
.blog-long .post-content h5,
.blog-long .post-content h6{
	font-size: 18px;
}

.blog-long .blog-head .meta {
	font-size: 16px;
	color:#999;
	margin:0 10px;
}
.blog-long .photo{
	text-align: right;
}
.blog-long .photo img {
	width: 100%;
	height: auto;
}
.blog-long .back{
	margin-top: 30px;
	color:#091233;
}
.blog-long .back i{
	color:#089ddd;
	margin-right: 5px;
}
.blog-long .fb-comments{
	display: block;
	margin: 30px 0;
}
 #photo-slide .carousel-nav {
     bottom: auto;
     top: 7%;
 }
 #photo-slide .carousel-nav a {
     height: 2em;
     width: 2em;
     border:0;
     text-decoration: none;
     opacity: 1;
 }
 #photo-slide .carousel-nav a:hover,
 #photo-slide .carousel-nav a:focus {
     opacity: 1;
 }
 #photo-slide .carousel-nav a.next {
     right: 1em;
 }

 #photo-slide .carousel-nav a.prev {
     left: 1em;
 }

#photo-slide .carousel-nav a.prev:after,
#photo-slide .carousel-nav a.next:after {
 font-family: 'FontAwesome';
 top: 0;
 left: 0;
 color:#fff;
 font-size: 38px;
 position: absolute;
 text-shadow: 0 1px 0 #000000;
}
#photo-slide .carousel-nav a.next:after {
     content:'\f105';
     right: 0px !important;
 }
#photo-slide .carousel-nav a.prev:after {
     content:'\f104';
	left: 13px !important;
    position: absolute;
 }
  #photo-slide .carousel-nav a.prev,
  #photo-slide .carousel-nav a.next {
	transform: none !important;
  }

/* Blog - Search */
.blog-search{
	padding: 20px 0;
	text-align: center;
}
.blog-search .span6{
	position: relative;
}
.blog-search input[type="text"], .blog-search select{
	padding: 12px 18px;
	border:1px solid #ccc;
	font-size: 16px;
	color: #333;
	width: 90%;
	font-family: "Ubuntu Condensed",Arial,Helvetica,sans-serif;
	color:#333;
}
.blog-search .bt-search{
	background:url(/files/images/magnifier.png) center center no-repeat #fff;
	border:0px;
	padding: 4px;
	display: inline-block;
	text-indent: -20000px;
	overflow: hidden;
	width: 36px;
	height: 36px;
	position: absolute;
	right: 3%;
	top: 8px;
	cursor: pointer;
}
 .blog-search select{
	padding: 14px 18px;
}
@media (max-width: 480px) {
	.blog-long .blog-head h2 {
		font-size: 30px;
		line-height: 32px;
		margin: 12px 0 0;
		padding: 0;
		text-transform: none;
	}
}

/* Pagination */
.pagination{
	line-height: 48px;
	margin-bottom: 30px;
	margin-top: 17px;
	text-align: center;
	padding-left: 20px;
	padding-right: 20px;
}
.page-holder {
	float: left;
	margin-top: 10px;
}
.perpage-holder {
	float: right;
	margin-top: 10px;
}

/* Custom  */
@media only screen and (max-width : 767px) {
	.pagination,
    .page-holder,
    .showing-records,
    .perpage-holder {
    	float: left;
    	width: 100%;
    	text-align: center;
    }

}
.showing-records {
	display: inline-block;
}

.pagination select{
	padding:2px;
	border:1px solid #ccc;
}
.floatrightClass {
	display: inline-block;
}
#offer-packages-holder  {

}

.loading-holder {
    width: 100%;
    margin: 40px;
    text-align: center;
}

#offer-packages-holder .hotel {
    opacity: 0;
    filter: alpha(opacity=0);

    transition: all .2s linear;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -o-transition: all .2s linear;

}

#offer-packages-holder.random .hotel {
    opacity: 1;
    filter: alpha(opacity=100);
}

#offer-packages-holder.random .loading-holder{
    display: none;
}

/* TOUR OPERATOR
==============================================================================================================*/

/*PAGE CONTENT */
.touroperator{
	padding-top:0px;
	background:#1c1d23;
}
.touroperator .tour-boxes a{
	color:transparent;
}
.touroperator .content{
	background: none;
}
.touroperator .full-height{
	position:relative;
	background:#24252a;
	background-image: url(../images/touroperator/background.jpg);
	background-size: cover;
}
.touroperator .full-height:before {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#24252a+0,24252a+100&1+0,0+36,0+36,0+42,1+100 */
	background: -moz-linear-gradient(top,  rgba(36,37,42,1) 0%, rgba(36,37,42,0) 36%, rgba(36,37,42,0) 42%, rgba(36,37,42,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgba(36,37,42,1) 0%,rgba(36,37,42,0) 36%,rgba(36,37,42,0) 42%,rgba(36,37,42,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(36,37,42,1) 0%,rgba(36,37,42,0) 36%,rgba(36,37,42,0) 42%,rgba(36,37,42,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#24252a', endColorstr='#24252a',GradientType=0 ); /* IE6-9 */
}
.touroperator .top{
	text-align: 100%;
	width:100%;
	position:relative;
	padding-top: 39px;
}
.touroperator .top .logo-tour,
.touroperator .tour-overlay .logo-tour{
	width:189px;
	height:104px;
	margin:0 auto;
	background-image: url(../images/touroperator/logo.png);
}
.touroperator .top .logo-tour a,
.touroperator .tour-overlay .logo-tour a{
    display: block;
    height: 100%;
    text-indent: -9999px;
    width: 100%;
}
.touroperator .top h1{
	font-size:50px;
	color:#ffffff;
	line-height: 100%;
	text-align: center;
	position: relative;
}
.touroperator .top h1 br{
	line-height: 100%;
}
.touroperator .top h1 strong{
	line-height: 100%;
}
.touroperator .top h1:after {
	content: '';
	position: absolute;
	bottom: -20px;
	left:50%;
	margin-left:-25px;
	width:50px;
	height: 2px;
	background:#ffffff;
}
.touroperator .tour-boxes figure{
	background:#ffffff;
	font-family: "Lora", Georgia, "Times New Roman", Times, serif;
	color:#60677e;
	font-size: 13px;
	font-style: italic;
	text-align: center;
}
.touroperator .tour-boxes figure img{
	width:100%;
}
.touroperator .tour-boxes figure h2{
	font-family: "Lora", Georgia, "Times New Roman", Times, serif;
	color:#0e060f;
	font-size: 16px;
	text-transform: uppercase;
	font-style: normal;
	text-align: center;
	margin:0px; padding:0px;
}
.touroperator .tour-boxes figure figcaption{
	padding:20px;
}
@media (max-width: 979px), (max-height: 989px){
	.touroperator .top{
		margin:-40px 0;
		-webkit-transform: scale(0.65);
		   -moz-transform: scale(0.65);
		    -ms-transform: scale(0.65);
		     -o-transform: scale(0.65);
		        transform: scale(0.65);
	}
	.touroperator .tour-boxes{
		padding:0 0 60px;
	}
}
@media (min-width: 980px) and (min-height: 990px){
	.touroperator .top{
		position: absolute;
		width: 100%;
	}
	.touroperator .tour-boxes{
		position: absolute;
		bottom:60px;
		width:100%;
	}
}
@media (min-width: 768px){
	.touroperator .tour-boxes figure{
		-webkit-transition: all .25s ease-out;
		   -moz-transition: all .25s ease-out;
		    -ms-transition: all .25s ease-out;
		     -o-transition: all .25s ease-out;
		        transition: all .25s ease-out;
	}

	.touroperator .tour-boxes figure:hover,
	.touroperator .tour-boxes figure:active,
	.touroperator .tour-boxes figure:focus{
		-webkit-transform: translateY(-20px);
		   -moz-transform: translateY(-20px);
		    -ms-transform: translateY(-20px);
		     -o-transform: translateY(-20px);
		        transform: translateY(-20px);
	}
}

/* OVERLAY */
.touroperator .tour-overlay{
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: rgba(28,29,35, 0.98);
	z-index: 999;
	display:none;
}
.touroperator .tour-overlay .logo-tour{
	margin:39px auto;
}
.touroperator .tour-overlay .bt-close{
	position: absolute;
	top: 20px;
	right: 20px;
	cursor: pointer;
	display: block;
	width: 29px;
	height: 29px;
	background-image: url(../images/touroperator/bt-close.png);
}
.touroperator .tour-overlay .tour-overlay-wrapper{
	margin: 0 auto;
	width: 90%; /* fallback if needed */
  	width: calc(100% - 40px);
	max-width: 615px;
	max-height: 615px;
	background:#ffffff;
	padding: 20px 10px;
	box-sizing: border-box;
}
.touroperator .tour-overlay .tour-overlay-wrapper .mCustomScrollbar{
	max-height: 575px;
}
.touroperator .tour-overlay .tour-overlay-wrapper h2{
	font-size:35px;
	text-align: center;
	line-height: 100%;
	margin-top:20px;
}
.touroperator .tour-overlay .tour-overlay-wrapper h2 br{
	line-height:100%;
}
@media (max-width: 979px), (max-height: 989px){
	.touroperator .tour-overlay .logo-tour{
		margin: 14px auto;
		-webkit-transform: scale(0.65);
		   -moz-transform: scale(0.65);
		    -ms-transform: scale(0.65);
		     -o-transform: scale(0.65);
		        transform: scale(0.65);
	}
	.touroperator .tour-overlay .tour-overlay-wrapper h2{
		font-size: 24px;
	}
}
.touroperator .tour-overlay .signup{
	color: #fff;
	margin-top: 20px;
	font-size:18px;
	text-decoration: none;
	position: absolute;
	left: 50%;
	-webkit-transform: translateX(-44%);
	   -moz-transform: translateX(-44%);
	    -ms-transform: translateX(-44%);
	     -o-transform: translateX(-44%);
	        transform: translateX(-44%);
}
.touroperator .tour-overlay .signup:before {
	content: '';
	position: absolute;
	top: 50%;
	left: -20px;
	margin-left: -13.5px;
	margin-top: -7.5px;
	width: 27px;
	height: 15px;
	background-image: url(../images/touroperator/signup.png);
}

/* FORM */
.touroperator .tour-overlay .tour-overlay-wrapper .form-builder-wrapper{
	width: 90%;
	max-width: 360px;
}
.touroperator .tour-overlay .tour-overlay-wrapper .form-builder-wrapper ul li{
	margin: 20px 0;
}
.touroperator .tour-overlay .tour-overlay-wrapper .form-builder-wrapper .field-wrapper{
	width: 100%;
}
.touroperator .tour-overlay .tour-overlay-wrapper .form-builder-wrapper .label-wrapper{
	display: none;
}
.touroperator .tour-overlay .tour-overlay-wrapper .form-builder-wrapper .field-wrapper input[type=text],
.touroperator .tour-overlay .tour-overlay-wrapper .form-builder-wrapper .field-wrapper textarea{
	background: transparent;
	border-bottom: 1px solid #dadee6;
	border-radius: 0px;
	resize: vertical;
}
.touroperator .tour-overlay .tour-overlay-wrapper .form-builder-wrapper .field-wrapper textarea{
	border: 1px solid #dadee6;
}
.touroperator .tour-overlay .tour-overlay-wrapper .form-builder-wrapper .field-wrapper input[type=text],
.touroperator .tour-overlay .tour-overlay-wrapper .form-builder-wrapper .field-wrapper textarea,
.touroperator .tour-overlay .tour-overlay-wrapper .form-builder-wrapper .btn-submit input{
	width: 100%;
	box-sizing: border-box;
}
.touroperator .tour-overlay .tour-overlay-wrapper .form-builder-wrapper .btn-submit{
	width: 100%;
	margin-top: 30px;
}
.touroperator .tour-overlay .tour-overlay-wrapper .form-builder-wrapper .btn-submit input{
	font-size: 20px;
	padding: 10px 35px;
}
@media (max-width: 979px), (max-height: 989px){
	.touroperator .tour-overlay .tour-overlay-wrapper .form-builder-wrapper ul li{
		margin: 0px;
	}
}


/* SIGN IN */
.touroperator .signin-overlay .tour-overlay-wrapper .hidden{
	display:none;
}
.touroperator .signin-overlay .tour-overlay-wrapper .show-button,
.touroperator .signin-overlay .tour-overlay-wrapper .btn-large {
	background: #089ddd; /* Old browsers */
	background: -moz-linear-gradient(top,  #089ddd 0%, #006ed1 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#089ddd), color-stop(100%,#006ed1)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #089ddd 0%,#006ed1 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #089ddd 0%,#006ed1 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #089ddd 0%,#006ed1 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #089ddd 0%,#006ed1 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#089ddd', endColorstr='#006ed1',GradientType=0 ); /* IE6-9 */
	border: 1px solid #2470b8;
	box-shadow: 1px 1px 0 rgba(0,0,0,0.25), inset 0 0 1px rgba(255,255,255,0.25);
	color: #fff;
	display: block;
	font-family: "Cinzel", Georgia, "Times New Roman", Times, serif;
	text-transform: uppercase;
	zoom: 1;
	width: 100%;
	box-sizing: border-box;
	font-size: 20px;
	padding: 10px 35px;
	margin-top: 30px;
	text-align: center;
	cursor:  pointer;
}
.touroperator .tour-overlay .tour-overlay-wrapper .logon-wrapper{
	width: 90%;
	max-width: 360px;
	margin: 0 auto;
	position: relative;
}
.touroperator .tour-overlay .tour-overlay-wrapper .logon-wrapper .wrong{
	color:#ff0000;
	display: none;
}
.touroperator .tour-overlay .tour-overlay-wrapper .logon-wrapper .ratecode,
.touroperator .tour-overlay .tour-overlay-wrapper .logon-wrapper .checkin,
.touroperator .tour-overlay .tour-overlay-wrapper .logon-wrapper .checkout{
	border-bottom: 1px solid #dadee6;
	padding: 0.8em;
	margin:20px 0;
	position: relative;
	height:21px;
}
.touroperator .tour-overlay .tour-overlay-wrapper .logon-wrapper .ratecode input,
.touroperator .tour-overlay .tour-overlay-wrapper .logon-wrapper .checkin input,
.touroperator .tour-overlay .tour-overlay-wrapper .logon-wrapper .checkout input{
	position: absolute;
	top:0;
	left:0;
	right: 0;
	bottom: 0;
	width: 100%;
	text-align: center;
}
.touroperator .tour-overlay .tour-overlay-wrapper .logon-wrapper .checkin input,
.touroperator .tour-overlay .tour-overlay-wrapper .logon-wrapper .checkout input{
	background: transparent url(../images/calendar.png) no-repeat right center !important;
}
.touroperator .tour-overlay .tour-overlay-wrapper .logon-wrapper .ratecode label,
.touroperator .tour-overlay .tour-overlay-wrapper .logon-wrapper .checkin label,
.touroperator .tour-overlay .tour-overlay-wrapper .logon-wrapper .checkout label{
	position: absolute;
	left:0;
	top:50%;
	-webkit-transform: translateY(-50%);
	   -moz-transform: translateY(-50%);
	    -ms-transform: translateY(-50%);
	     -o-transform: translateY(-50%);
	        transform: translateY(-50%);
}

.searchbox .ratecode{

}

.touroperator .tour-overlay select.bke_drop {
    width: 58%;
    text-align: right;
    float: right;
    padding: 8px 0 8px 0;
    position: relative;
    top: -5px;
    outline: none;

}

/* ===================== MEET THE TEAM ===================== */

.meet-the-team .content.scroll-here{
	text-align: center;
}
.meet-the-team .content.scroll-here h2{
	text-align: center;
	text-transform: normal;
	font-size: 42px;
	margin: 0.5em 0;
}
.meet-the-team .content.scroll-here .meet-group{
	display: table;
	width: 100%;
	margin: 35px 0;
}
.meet-the-team .content.scroll-here .meet-group .item{
	display: inline-block;
	float:left;
	vertical-align: top;
	padding: 20px;
	width: 100%;
	box-sizing: border-box;
	position: relative;
}
.meet-the-team .content.scroll-here .meet-group .item:before{
	content:'';
	height: 90%;
	width: 1px;
	background: #ececec;
	position: absolute;
}
.meet-the-team .content.scroll-here .meet-group .item:before{
	top: 50%;
	right: 0;
	-webkit-transform: translateY(-50%);
	   -moz-transform: translateY(-50%);
	    -ms-transform: translateY(-50%);
	     -o-transform: translateY(-50%);
	        transform: translateY(-50%);
}
.meet-the-team .content.scroll-here .meet-group .item:after{
	content:'';
	width: 90%;
	height: 1px;
	background: #ececec;
	position: absolute;
}
.meet-the-team .content.scroll-here .meet-group .item:after{
	top: 0;
	left: 50%;
	-webkit-transform: translateX(-50%);
	   -moz-transform: translateX(-50%);
	    -ms-transform: translateX(-50%);
	     -o-transform: translateX(-50%);
	        transform: translateX(-50%);
}
@media (max-width: 619px){
	.meet-the-team .content.scroll-here .meet-group .item:before{
		display: none;
	}
	.meet-the-team .content.scroll-here .meet-group .item:nth-child(1):after{
		display: none;
	}
}
@media (min-width: 620px) and (max-width: 991px){
	.meet-the-team .content.scroll-here .meet-group .item{
		width: 50%;
	}
	.meet-the-team .content.scroll-here .meet-group .item:nth-child(2n+2):before{
		display: none;
	}
	.meet-the-team .content.scroll-here .meet-group .item:nth-child(-n+2):after{
		display: none;
	}
}
@media (min-width: 992px){
	.meet-the-team .content.scroll-here .meet-group .item{
		width: 33.3333%;
	}
	.meet-the-team .content.scroll-here .meet-group .item:nth-child(3n+3):before{
		display: none;
	}
	.meet-the-team .content.scroll-here .meet-group .item:nth-child(-n+3):after{
		display: none;
	}
}
.meet-the-team .content.scroll-here .meet-group .item .img-container{
	position: relative;
	padding:20px;
}
.meet-the-team .content.scroll-here .meet-group .item .img-container img{
	width: 100%;
	height: auto;
	border-radius: 100%;
}
.meet-the-team .content.scroll-here .meet-group .item .img-container .linkedin-btn{
	width: 64px;
	height: 64px;
	line-height: 64px;
	text-align: center;
	border-radius: 100%;
	background: #007bb6;
	color: #ffffff;
	font-size: 32px;
	position: absolute;
	bottom: 50px;
	right: 20px;
	-webkit-transition: 0.3s linear;
	-moz-transition:  0.3s linear;
	-o-transition: 0.3s linear;
	-ms-transition: 0.3s linear;
	transition: 0.3s linear;
}
.meet-the-team .content.scroll-here .meet-group .item .img-container .linkedin-btn i{
    overflow: hidden;
    width: 29px;
    height: 28px;
}
.meet-the-team .content.scroll-here .meet-group .item .img-container .linkedin-btn:hover{
	color: #007bb6;
	background: #f7f7f7;
}
.meet-the-team .content.scroll-here .meet-group .item .text-container{
	color: #263b84;
}
.meet-the-team .content.scroll-here .meet-group .item .text-container h3{
	font-family: "Cinzel", Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	color: #263b84;
	margin: 0;
}
.meet-the-team .content.scroll-here .meet-group .item .text-container h4{
	font-family: "Ubuntu Condensed", Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-style: normal;
	color: #263b84;
	margin: 0 0 30px;
	position: relative;
}
.meet-the-team .content.scroll-here .meet-group .item .text-container h4:after{
	content: '';
	background: #263b84;
	width: 32px;
	height: 3px;
	position: absolute;
	bottom:-15px;
	left:50%;
	-webkit-transform: translateX(-50%);
	   -moz-transform: translateX(-50%);
	    -ms-transform: translateX(-50%);
	     -o-transform: translateX(-50%);
	        transform: translateX(-50%);
}
.prev {
    position: absolute;
    background: #b3b1b1 url(http://www.irelands-blue-book.ie/files/images/nav.png) no-repeat 4px 3px;
    width: 23px;
    height: 23px;
    border-radius: 50%;
    text-indent: -9000px;
    cursor: pointer;
    opacity: 0.8;
    top: 143px;
    left: -46px;
}

.next {
      position: absolute;
    background: #b3b1b1 url(http://www.irelands-blue-book.ie/files/images/nav.png) no-repeat 4px 3px;
    width: 23px;
    height: 23px;
    border-radius: 50%;
    text-indent: -9000px;
    cursor: pointer;
    opacity: 0.8;
    top: 143px;
    right: -78px;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}



.home .fancybox-opened {
	left: 0px !important;
	right: 0px;
	margin: 0 auto;

}
.fancybox-opened .fancybox-skin {
	left: 0px;
    width: 100% !important;

}

.fancybox-inner {
    width: 100% !important;
    height: auto !important;
}
