@charset "utf-8";
/*
Neil X Esser Style Sheet
By: Neil Esser
www.neilxesser.com

--
This file contains overrides from the main bootstrap CSS parent theme file
--
*/


/*-----------------------------------------------------------------------------------*/
/*	1.	Global Styles (body, common classes and IDs)
/*-----------------------------------------------------------------------------------*/
/* Classes */


@charset "utf-8";
/*
Enchanting Main Style Sheet
By: Junaid Bhura
www.junaidbhura.com
*/

/*-------------------------------------------------------------------------------------

	0.	CSS Resets
	1.	Global Styles (body, common classes and IDs)

	3.	Footer Styles


-------------------------------------------------------------------------------------*/

/*-----------------------------------------------------------------------------------*/
/*	0.	CSS Resets
/*-----------------------------------------------------------------------------------*/
* {
	margin: 0px;
	padding: 0px;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
	display: block;
}

/*-----------------------------------------------------------------------------------*/
/*	1.	Global Styles (body, common classes and IDs)
/*-----------------------------------------------------------------------------------*/


img {
	border: 0px;
}

a {
	text-decoration: none;
}

a,
button,
img {
	outline: none;
}

ul,
ol {
	list-style-type: none;
}

area:focus,
area:active {
	outline: none;
}

textarea:focus,
input:focus {
	outline: none;
}

/* Classes */
.clear {
	clear: both;
}

/* Shhh */
.adjust-field,
.confirmation-field {
	display: none;
}

.rating {
	width: 87px;
	height: 15px;
	background-repeat: no-repeat;
	background-position: 0px 0px;
}

.rating span {
	width: 0%;
	background-position: 0px -25px;
	background-repeat: no-repeat;
	display: block;
	height: 15px;
}

.simplemodal-overlay {
	background-color: #000;
}

.success-message {
	border: 1px solid #95A485;
	color: #95A485;
	background-color: #EEFCEF;
	padding: 10px;
	font-weight: bold;
	margin-bottom: 20px;
}

.error-message {
	border: 1px solid #BA676E;
	color: #BA676E;
	background-color: #FFD5D1;
	padding: 10px;
	font-weight: bold;
	margin-bottom: 20px;
}

.condition-table {
	margin-left: 31px;
	text-align: center;
}

.condition-table .first,
.condition-table .last {
	padding: 3px 10px 8px 10px;
}

/* Wrap */
#wrap {
	margin: 0 auto;
	width: 1102px;
	background-color: #fff;
	-moz-box-shadow: 0px 14px 32px #000000;
	-webkit-box-shadow: 0px 14px 32px #000000;
	box-shadow: 0px 14px 32px #7D7D7D;
	margin-bottom: 50px;
	position: relative;
}

/* Content */
#content {
	padding-top: 65px;
	/* same as header height */
}

/* Hide Skype tooobars */
#skype_pnh_container,
#skype_plugin_object,
#skype_highlighting_settings {
	display: none !important;
}

/* Banner */
#banner {
	height: 475px;
	position: relative;
	overflow: hidden;
}

#banner.slideshow {
	background-repeat: no-repeat;
	background-position: center center;
}

#banner .banner-image,
#banner .slider-image {
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 2;
}

#banner .slider-image {
	display: none;
}

#banner .sub-nav {
	top: 143px;
	left: 0px;
	position: absolute;
	z-index: 5;
}

#banner .sub-nav li {
	padding-bottom: 8px;
	*width: 345px;
	/* IE7 fix */
}

#banner .sub-nav a {
	display: block;
	padding-right: 15px;
	height: 35px;
	line-height: 35px;
	font-size: 16px;
	font-weight: bold;
	color: #ACACAC;
	padding-left: 40px;
	text-shadow: 1px 1px 0px #333;
	filter: dropshadow(color=#333, offx=1, offy=1);
}

#banner .sub-nav .active a,
#banner .sub-nav a:hover {
	color: #FFF;
}

#banner article {
	position: absolute;
	width: 260px;
	right: 40px;
	bottom: 0px;
	height: 310px;
	overflow: hidden;
	color: #FFF;
	padding: 22px;
	padding-top: 0px;
	z-index: 5;
}

#banner article h2 {
	font-size: 20px;
	line-height: 22px;
	padding-top: 22px;
	font-weight: normal;
}

#banner article h3 {
	font-size: 15px;
	line-height: 18px;
	padding-top: 22px;
	font-weight: bold;
}

#banner article p {
	font-size: 13px;
	line-height: 18px;
	margin-top: 22px;
}

#banner article a {
	color: #FFF;
}

#banner article ul {
	list-style-type: disc;
	margin-left: 15px;
	margin-top: 22px;
}

#banner article ul li {
	font-size: 13px;
	line-height: 18px;
}

/* Slider Container */
#slider-container {
	background-repeat: no-repeat;
	background-position: center center;
	margin-top: 20px;
	min-height: 594px;
}

/* Back Link */
#back-link {
	float: right;
	margin-right: 40px;
	font-size: 11px;
	line-height: 11px;
	text-transform: uppercase;
	color: #6E3930;
	margin-top: 19px;
	font-weight: bold;
}

/* Breadcrumb */
#breadcrumb {
	height: 45px;
	padding-left: 40px;
}

#breadcrumb a,
#breadcrumb em {
	float: left;
	font-size: 12px;
	font-weight: bold;
	margin-top: 17px;
	display: block;
	line-height: 12px;
	font-style: normal;
}

#breadcrumb a.first {
	font-size: 15px;
	line-height: 15px;
	margin-top: 15px;
}

#breadcrumb span {
	float: left;
	font-size: 12px;
	line-height: 12px;
	margin-left: 5px;
	margin-right: 5px;
	margin-top: 17px;
	font-weight: bold;
	display: block;
}

/* Pagination */
#pagination {
	font-size: 11px;
	line-height: 11px;
	text-transform: uppercase;
	font-weight: bold;
	letter-spacing: 1px;
}

/* Page Bottom */
#page-bottom {
	background-image: url(../images/content/bg-about-bottom.png);
	background-repeat: repeat-x;
	background-position: top;
	padding-top: 36px;
	padding-bottom: 83px;
}

#page-bottom .consultant {
	font-size: 11px;
	color: #666;
	line-height: 15px;
	float: left;
	padding-left: 40px;
}

#page-bottom .consultant span {
	display: block;
	color: #6E3930;
	font-size: 18px;
	font-weight: bold;
	line-height: 20px;
}

#page-bottom .consultant a {
	color: #6E3930;
	font-size: 12px;
	font-weight: bold;
}

#page-bottom .buttons {
	float: right;
	padding-right: 38px;
}

#page-bottom .explore,
#page-bottom .customize {
	width: 292px;
	height: 55px;
	display: block;
	background-position: 0px 0px;
	padding-left: 18px;
	padding-top: 17px;
	letter-spacing: -0.25px;
	float: left;
}

#page-bottom .customize {
	margin-left: 20px;
}

#page-bottom .customize span.customize-line-1,
#page-bottom .explore span.explore-line-1 {
	color: #FFF;
	font-weight: bold;
	font-size: 20px;
	line-height: 22px;
	text-decoration: none;
}

#page-bottom .customize span.customize-line-2,
#page-bottom .explore span.explore-line-2 {
	color: #FFF;
	line-height: 14px;
	font-size: 12px;
	text-decoration: none;
	font-weight: bold;
}

#page-bottom .explore:hover {
	background-position: 0px -72px;
}

#page-bottom .customize:hover {
	background-position: 0px -82px;
}

/* Sticky Right Styles */
#sticky-righty {
	padding-left: 17px;
	padding-top: 65px;
	padding-top: 40px;
}

#sticky-righty.stuck {
	position: fixed;
	top: 0px;
	left: 50%;
	z-index: 888;
	margin-left: 320px;
	padding-top: 63px;
	/* Height of header (53px) + 10px */
}

#sticky-righty.stuck.splat {
	position: absolute;
	left: auto;
	left: 15px;
	margin: 0px;
	padding: 0px;
}

#sticky-righty .book-trip {
	width: 160px;
	height: 57px;
	display: block;
	background-position: 0px 0px;
	padding-left: 16px;
	padding-top: 15px;
}

#sticky-righty .book-trip:hover {
	background-position: 0px -92px;
}

#sticky-righty .book-trip span.line-1 {
	color: #FFF;
	font-weight: bold;
	font-size: 20px;
	line-height: 22px;
	text-decoration: none;
}

#sticky-righty .book-trip span.line-2 {
	color: #FFF;
	line-height: 14px;
	font-size: 12px;
	text-decoration: none;
	font-weight: bold;
}

#sticky-righty h3 {
	font-size: 18px;
	line-height: 18px;
	padding-bottom: 10px;
	padding-top: 25px;
	padding-left: 10px;
}

.travel-consultant {
	width: 172px;
	height: 54px;
	margin-top: 25px;
	padding-top: 114px;
	background-repeat: no-repeat;
}

.travel-consultant p {
	font-size: 10px;
	line-height: 12px;
	color: #666;
	padding-left: 15px;
	padding-bottom: 10px;
}

.travel-consultant p span {
	display: block;
	font-size: 15px;
	font-weight: bold;
	line-height: 22px;
	text-align: left;
}

.quick-contact {
	background-repeat: no-repeat;
	height: 264px;
	padding-left: 13px;
	padding-right: 13px;
	padding-top: 14px;
	width: 146px;
}

.quick-contact .field {
	padding-bottom: 7px;
}

.quick-contact label {
	color: #333;
	display: block;
	font-size: 11px;
	line-height: 11px;
	margin-bottom: 4px;
}

.quick-contact .text-input {
	border: 1px solid #E5E5E5;
	box-shadow: 1px 1px 2px rgba(200, 200, 200, 0.2) inset;
	height: 21px;
	line-height: 21px;
	width: 135px;
	font-size: 11px;
	padding-left: 5px;
	padding-right: 5px;
}

.quick-contact .text-input.error {
	border: 1px solid #F00;
}

.quick-contact .textarea {
	border: 1px solid #E5E5E5;
	box-shadow: 1px 1px 2px rgba(200, 200, 200, 0.2) inset;
	height: 55px;
	width: 145px;
	font-size: 11px;
}

.quick-contact button {
	border: medium none;
	color: #FFF;
	cursor: pointer;
	float: right;
	font-size: 11px;
	font-weight: bold;
	letter-spacing: 1px;
	outline: medium none;
	padding: 5px;
	text-transform: uppercase;
}

.quick-contact .reqd-text {
	border: 0 none;
	color: #999999;
	float: left;
	font-size: 10px;
	line-height: 12px;
	padding: 7px 0 0;
	width: 65px;
}

.quick-contact span.required {
	margin-left: 0;
}

/* Associated Interests Styles */
.associated-interests {
	list-style-type: none;
}

.associated-interests li {
	float: left;
	background-repeat: no-repeat;
	background-position: 0px 0px;
	display: block;
	text-indent: -1000px;
	overflow: hidden;
	margin-right: 10px;
}

.associated-interests li.last {
	margin-right: 0px;
}

/* Associated Hotel Styles */
.associated-hotel-styles {
	list-style-type: none;
}

.associated-hotel-styles li {
	float: left;
	background-repeat: no-repeat;
	display: block;
	text-indent: -1000px;
	overflow: hidden;
	margin-right: 10px;
	height: 40px;
}

.associated-hotel-styles li.last {
	margin-right: 0px;
}


/*-----------------------------------------------------------------------------------*/
/*	3.	Footer Styles
/*-----------------------------------------------------------------------------------*/
footer {
	border-top: #ccc 7px solid;
	background-image: url(http://www.neilxesser.com/support/img/footer/footer-bg.jpg);
}

footer .top,
footer .middle {
	border-bottom: 1px solid #B9A29C;
}

footer h5 {
	color: #828282;
	font-weight: bold;
}

footer .accreditations li a {
	background-image: url(http://www.neilxesser.com/support/img/footer/accreditations_nxe.png);
}

footer .accreditations li.abta a {
	width: 85px;
	background-position: 0px 0px;
}

footer .accreditations li.asta a {
	width: 80px;
	background-position: -100px 0px;
}

footer .accreditations li.atol a {
	width: 150px;
	background-position: -170px 0px;
}

footer .accreditations li.afta a {
	width: 200px;
	background-position: -340px 0px;
}

footer .newsletter .input-text {
	border: 1px solid #828282;
}

footer .newsletter button {
	background-color: #828282;
	background-image: url(http://www.neilxesser.com//support/img/footer/arrow-newsletter-submit.png);
}

footer .follow-us {
	border-right: 1px solid #B9A29C;
}

footer .follow-us li a {
	background-image: url(http://neilxesser.com/support/img/footer/share-social.png);
}

footer .follow-us li.facebook a {
	background-position: 0px 0px;
}

footer .follow-us li.twitter a {
	background-position: -38px 0px;
}

footer .follow-us li.youtube a {
	background-position: 0px -37px;
}

footer .follow-us li.pinterest a {
	background-position: -38px -37px;
}

footer .share {
	border-right: 1px solid #B9A29C;
}

footer .share li a:hover {
	color: #0000cd;
}

footer .contact-us li:last-child {
	padding-bottom: 9px;
}

footer .contact-us li a:hover {
	color: #0000cd;
}

footer .menu-links .col {
	border-left: 1px solid #B9A29C;
}

footer .menu-links .col h5 a {
	color: #000080;
}

footer .menu-links .col li a:hover,
footer .menu-links .col li.active a {
	color: #0000cd;
}

footer .copyright {
	color: #000080;
}

footer .copyright a {
	color: #A68F89;
}

footer .links li a:hover {
	color: #0000cd;
}

footer .enchanting-network ul li a:hover {
	color: #0000cd;
}

footer .enchanting-network .et {
	background-image: url(http://www.neilxesser.com/support/img/footer/logo-nxe.png);
}


footer {
	background-color: #F1EDDE;
	padding: 40px;
	padding-top: 27px;
}

footer .top,
footer .middle {
	width: 100%;
	overflow: hidden;
}

footer .top,
footer .middle {
	padding-bottom: 20px;
}

footer .middle {
	padding-top: 22px;
}

footer .bottom {
	padding-top: 10px;
}

footer h5 {
	font-size: 11px;
	letter-spacing: 0.5px;
	line-height: 11px;
	padding-bottom: 12px;
}

/* Accreditations */
footer .accreditations {
	float: left;
}

footer .accreditations li {
	float: left;
	margin-right: 20px;
}

footer .accreditations li a {
	display: block;
	height: 69px;
	background-repeat: no-repeat;
}

/* Newsletter */
footer .newsletter {
	float: right;
}

footer .newsletter h5 {
	padding-bottom: 21px;
	text-align: right;
	text-transform: uppercase;
	letter-spacing: 0.05em;
	font-size: 12px;
	line-height: 12px;
}

footer .newsletter .input-text {
	float: left;
	height: 29px;
	width: 174px;
	padding-left: 12px;
	padding-right: 12px;
	font-size: 12px;
	line-height: 29px;
	color: #666;
}

footer .newsletter button {
	float: left;
	border: 0px;
	width: 94px;
	height: 31px;
	color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	margin-left: 9px;
	cursor: pointer;
	background-repeat: no-repeat;
	background-position: 73px center;
	padding-right: 10px;
	font-size: 12px;
	line-height: 31px;
}

/* Follow Us */
footer .follow-us {
	float: left;
	padding-right: 19px;
	height: 107px;
	padding-top: 5px;
}

footer .follow-us li {
	float: left;
	margin-right: 5px;
	margin-bottom: 3px;
}

footer .follow-us li.youtube {
	clear: left;
}

footer .follow-us li a {
	display: block;
	text-indent: -999px;
	overflow: hidden;
	width: 34px;
	height: 34px;
	background-repeat: no-repeat;
}

/* Share */
footer .share {
	float: left;
	padding-right: 22px;
	padding-left: 22px;
	height: 107px;
	padding-top: 5px;
}

footer .share li {
	line-height: 11px;
	font-size: 11px;
	padding-bottom: 9px;
	letter-spacing: 0.25px;
}

footer .share li:last-child {
	padding-bottom: 0px;
}

footer .share li a {
	color: #666;
}

/* Contact Us */
footer .contact-us {
	float: left;
	padding-left: 22px;
	height: 107px;
	padding-top: 5px;
}

footer .contact-us li {
	line-height: 11px;
	font-size: 11px;
	padding-bottom: 9px;
	color: #666;
	letter-spacing: 0.25px;
}

footer .contact-us li:last-child {
	padding-bottom: 0px;
}

footer .contact-us li a {
	color: #666;
}

footer .contact-us li strong {
	margin-left: 6px;
}

/* Menu Links */
footer .menu-links {
	float: right;
}

footer .menu-links .col {
	float: left;
	padding-left: 22px;
	padding-right: 22px;
	height: 112px;
}

footer .menu-links .col.last {
	padding-right: 0px;
}

footer .menu-links .col h5 {
	font-size: 12px;
	line-height: 12px;
	text-transform: uppercase;
	padding: 0px;
	padding-bottom: 8px;
}

footer .menu-links .col li {
	font-size: 11px;
	line-height: 18px;
}

footer .menu-links .col li a {
	color: #666;
}

/* Copyright and Links */
footer .copyright-links {
	padding-top: 26px;
	float: left;
	clear: both;
}

footer .copyright {
	letter-spacing: 0.5px;
	font-size: 11px;
	line-height: 12px;
	font-weight: bold;
	margin-left: -12px;
}

footer .links {
	margin-top: 5px;
}

footer .links li {
	font-size: 11px;
	line-height: 16px;
}

footer .links li a {
	color: #666;
}

/* Enchanting Network */
footer .enchanting-network {
	float: right;
	margin-top: 12px;
	*margin-right: 40px;
	/* IE7 Fix */
}

footer .enchanting-network ul {
	float: right;
}

footer .enchanting-network ul li {
	font-size: 11px;
	line-height: 18px;
	text-align: right;
}

footer .enchanting-network ul li a {
	color: #666;
}

footer .enchanting-network .et {
	float: right;
	display: block;
	margin-left: 28px;
	height: 62px;
	width: 105px;
	text-indent: -999px;
	overflow: hidden;
}