@font-face {
    font-family: 'HelveticaBlackRegular';
    src: url('fonts/helvetica-black.eot');
    src: url('fonts/helvetica-black.eot') format('embedded-opentype'),
         url('fonts/helvetica-black.woff') format('woff2'),
         url('fonts/helvetica-black.woff') format('woff'),
         url('fonts/helvetica-black.ttf') format('truetype'),
         url('fonts/helvetica-black.svg') format('svg');
}


@font-face {
    font-family: 'OpenSansSemibold';
    src: url('fonts/opensans-semibold.eot');
    src: url('fonts/opensans-semibold.eot') format('embedded-opentype'),
         url('fonts/opensans-semibold.woff') format('woff'),
         url('fonts/opensans-semibold.ttf') format('truetype'),
         url('fonts/opensans-semibold.svg') format('svg');
}


@font-face {
    font-family: 'CenturyGothicBold';
    src: url('fonts/gothicb_1.eot');
    src: url('fonts/gothicb_1.eot') format('embedded-opentype'),
         url('fonts/gothicb_1.woff') format('woff2'),
         url('fonts/gothicb_1.woff') format('woff'),
         url('fonts/gothicb_1.ttf') format('truetype'),
         url('fonts/gothicb_1.svg') format('svg');
}


@font-face {
    font-family: 'CenturyGothicRegular';
    src: url('fonts/century_gothic.eot');
    src: url('fonts/century_gothic.eot') format('embedded-opentype'),
         url('fonts/century_gothic.woff') format('woff'),
         url('fonts/century_gothic.ttf') format('truetype'),
         url('fonts/century_gothic.svg') format('svg');
}



@font-face {
    font-family: 'HelveticaNeueLTStd97BlackCondensed';
    src: url('fonts/helveticaneueltstd-blkcn.eot');
    src: url('fonts/helveticaneueltstd-blkcn.eot') format('embedded-opentype'),
         url('fonts/helveticaneueltstd-blkcn.woff') format('woff2'),
         url('fonts/helveticaneueltstd-blkcn.woff') format('woff'),
         url('fonts/helveticaneueltstd-blkcn.ttf') format('truetype'),
         url('fonts/helveticaneueltstd-blkcn.svg') format('svg');
}




@font-face {
    font-family: 'OpenSansRegular';
    src: url('fonts/opensans-regular.eot');
    src: url('fonts/opensans-regular.eot') format('embedded-opentype'),
         url('fonts/opensans-regular.woff') format('woff'),
         url('fonts/opensans-regular.ttf') format('truetype'),
         url('fonts/opensans-regular.svg') format('svg');
}


@font-face {
    font-family: 'PTSansBold';
    src: url('fonts/pts75f.eot');
    src: url('fonts/pts75f.eot') format('embedded-opentype'),
         url('fonts/pts75f.woff') format('woff'),
         url('fonts/pts75f.ttf') format('truetype'),
         url('fonts/pts75f.svg') format('svg');
}


@font-face {
    font-family: 'OpenSansBold';
    src: url('fonts/opensans-bold.eot');
    src: url('fonts/opensans-bold.eot') format('embedded-opentype'),
         url('fonts/opensans-bold.woff') format('woff'),
         url('fonts/opensans-bold.ttf') format('truetype'),
         url('fonts/opensans-bold.svg') format('svg');
}




@font-face {
    font-family: 'CenturyGothicRegular';
    src: url('fonts/century_gothic.eot');
    src: url('fonts/century_gothic.eot') format('embedded-opentype'),
         url('fonts/century_gothic.woff') format('woff'),
         url('fonts/century_gothic.ttf') format('truetype'),
         url('fonts/century_gothic.svg') format('svg');
}



@font-face {
    font-family: 'MyriadProRegular';
    src: url('fonts/myriadpro-regular.eot');
    src: url('fonts/myriadpro-regular.eot') format('embedded-opentype'),
         url('fonts/myriadpro-regular.woff') format('woff'),
         url('fonts/myriadpro-regular.ttf') format('truetype'),
         url('fonts/myriadpro-regular.svg') format('svg');
}



html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	background: transparent;
	border: 0;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
}
*{

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;

}
body {
	line-height: 1;
}
h1, h2, h3, h4, h5, h6 {
	clear: both;
	font-weight: normal;
 
}
ol, ul {
	list-style: none;
}
blockquote {
	quotes: none;
}
blockquote:before, blockquote:after {
	content: '';
	content: none;
}
del {
	text-decoration: line-through;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a img {
	border: none;
}

/* =Layout
-------------------------------------------------------------- */

/*
LAYOUT: Two columns
DESCRIPTION: Two-column fixed layout with one sidebar right of content
*/

#container {
	float: left;
	margin: 0 -300px 0 0;
	width: 100%;
}
#content {
	margin: 0 320px 0 0px;
}
#primary,
#secondary {
	float: right;
	overflow: hidden;
	width: 300px;
}
#secondary {
	clear: right;
}
#footer {
	clear: both;
	width: 100%;
 background-color: #676767;
}

/*
LAYOUT: One column, no sidebar
DESCRIPTION: One centered column with no sidebar
*/

.one-column #content {
	margin: 0 auto;
	width: 100%;
}

/*
LAYOUT: Full width, no sidebar
DESCRIPTION: Full width content with no sidebar; used for attachment pages
*/

.single-attachment #content {
	margin: 0 auto;
	width: 900px;
}


/* =Fonts
-------------------------------------------------------------- */
body,
input,
textarea,
.page-title span,
.pingback a.url {
	font-family:OpenSansRegular;
}
h3#comments-title,
h3#reply-title,
#access .menu,
#access div.menu ul,
#cancel-comment-reply-link,
.form-allowed-tags,
#site-info,
#site-title,
#wp-calendar,
.comment-meta,
.comment-body tr th,
.comment-body thead th,
.entry-content label,
.entry-content tr th,
.entry-content thead th,
.entry-meta,
.entry-title,
.entry-utility,
#respond label,
.navigation,
.page-title,
.pingback p,
.reply,
.widget-title,
.wp-caption-text {
	font-family: "Helvetica Neue", Arial, Helvetica, "Nimbus Sans L", sans-serif;
}
input[type=submit] {
	font-family: "Helvetica Neue", Arial, Helvetica, "Nimbus Sans L", sans-serif;
}
pre {
	font-family: "Courier 10 Pitch", Courier, monospace;
}
code {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}


/* =Structure
-------------------------------------------------------------- */

/* The main theme structure */
#access .menu-header,
div.menu,
#colophon,
#branding,
#main,
#wrapper {
	margin: 0 auto;
	width: 1000px;
  max-width: 100%;
}
#wrapper {
	background: #fff;
	padding:0 20px;
 overflow: hidden;
	
}

#access .menu-header,
div.menu {
		
	width: 100%;
}
/* Structure the footer area */
#footer-widget-area {
	overflow: hidden;
}
#footer-widget-area .widget-area {
	float: left;
	
}
#footer-widget-area #fourth {
	margin-right: 0;
}
#site-info {
	float: left;
	font-size: 14px;
	font-weight: bold;
	width: 700px;
}
#site-generator {
	float: right;
	width: 220px;
}


/* =Global Elements
-------------------------------------------------------------- */

/* Main global 'theme' and typographic styles */
body {
background: #e3e3e3;

/* overflow-x: hidden; */
/*    background: url("images/background.jpg") no-repeat scroll 0 182px #fff; */
    overflow-x: hidden;

}
.home{
background: #fff;
}
body,
input,
textarea {
	color: #000;
	font-size: 12px;
	line-height: 18px;
}
hr {
	background-color: #e7e7e7;
	border: 0;
	clear: both;
	height: 1px;
	margin-bottom: 18px;
}

/* Text elements */
p {
	margin-bottom: 18px;
}
ul {
	list-style: square;
	
}
ol {
	list-style: decimal;
	margin: 0 0 18px 1.5em;
}
ol ol {
	list-style: upper-alpha;
}
ol ol ol {
	list-style: lower-roman;
}
ol ol ol ol {
	list-style: lower-alpha;
}
ul ul,
ol ol,
ul ol,
ol ul {
	margin-bottom: 0;
}
dl {
	margin: 0 0 24px 0;
}
dt {
	font-weight: bold;
}
dd {
	margin-bottom: 18px;
}
strong {
	font-weight: bold;
}
cite,
em,
i {
	font-style: italic;
}
big {
	font-size: 131.25%;
}
ins {
	background: #ffc;
	text-decoration: none;
}
blockquote {
	font-style: italic;
	padding: 0 3em;
}
blockquote cite,
blockquote em,
blockquote i {
	font-style: normal;
}
pre {
	background: #f7f7f7;
	color: #222;
	line-height: 18px;
	margin-bottom: 18px;
	overflow: auto;
	padding: 1.5em;
}
abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}
sup,
sub {
	height: 0;
	line-height: 1;
	position: relative;
	vertical-align: baseline;
}
sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}
input[type="text"],
textarea {
	background: #f9f9f9;
	border: 1px solid #ccc;
	padding: 2px;
}
.off-addr input[type="text"],.off-addr input[type="email"],
.off-addr textarea {
	background: #f9f9f9;
	border: 1px solid #ccc;
	padding: 4px;
}
a:link {
	color: #0066cc;
}
a:visited {
	color: #743399;
}
a:active,
a:hover {
	color: #ff4b33;
}

/* Text meant only for screen readers */
.screen-reader-text {
	position: absolute;
	left: -9000px;
}


/* =Header
-------------------------------------------------------------- */

#header {
padding-top: 15px;	
}
#site-title {
	float: left;
	font-size: 30px;
	line-height: 36px;
	margin: 0 0 18px 0;
	width: 700px;
}
#site-title a {
	color: #000;
	font-weight: bold;
	text-decoration: none;
}
#site-description {
	clear: right;
	float: right;
	font-style: italic;
	margin: 15px 0 18px 0;
	width: 220px;
}

/* This is the custom header image */
#branding img {
	border-top: 4px solid #000;
	border-bottom: 1px solid #000;
	display: block;
	float: left;
}


/* =Menu
-------------------------------------------------------------- */

#access {
	 background: none repeat scroll 0 0 #fff;
    display: block;
    margin: 20px auto 0;
    width: 792px;
}

#access .menu-header ul,
div.menu ul {
	list-style: none;
	margin: 0;
}
#access .menu-header li,
div.menu li {
	float: left;
	position: relative;
}
#access a {
    border-bottom: 1px solid #d8d8d8;
    border-right: 1px solid #f2f2f2;
    border-top: 1px solid #d8d8d8;
    color: #3f3f3f;
    display: block;
    font-family: centurygothicbold;
    font-size: 17px;
    line-height: 45px;
    padding: 0 27px;
    text-decoration: none;
    text-transform: uppercase;

}


#menu-item-23 > a {
    border-right: 1px solid #d8d8d8 !important;
}

#menu-item-28 > a {
    border-left: 1px solid #d8d8d8 !important;
}


#access ul ul {
	box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	display: none;
	position: absolute;
	top: 47px;
	left: 0;
	float: left;
	width:220px;
	z-index: 99999;
}
#access ul ul li {
	min-width: 220px;
}
#access ul ul ul {
	left: 100%;
	top: 0;
}
#access ul ul a {
	background: #fff;
	line-height: 1em;
	padding: 10px;
	width: 200px;
	height: auto;
    font-size: 14px;
 border-top: 0px;
}
#access li:hover > a,
#access ul ul :hover > a {
	background: #000;
	color: #fff;
}
#access ul li:hover > ul {
	display: block;
}
#access ul li.current_page_item > a,
#access ul li.current-menu-ancestor > a,
#access ul li.current-menu-item > a,
#access ul li.current-menu-parent > a {
	
}
* html #access ul li.current_page_item a,
* html #access ul li.current-menu-ancestor a,
* html #access ul li.current-menu-item a,
* html #access ul li.current-menu-parent a,
* html #access ul li a:hover {
	color: #fff;
}


/* =Content
-------------------------------------------------------------- */
.home #main 
{
padding: 10px 0 0 0;

}

#main {
	clear: both;
	overflow: hidden;
	padding: 10px 0 0 0;
}
#content {
	margin-bottom: 0px;
}
#content,
#content input,
#content textarea {
	color: #333;
	font-size: 14px;
	line-height: 24px;
}
#content p,
#content ul,
#content ol,
#content dd,
#content pre,
#content hr {
	margin-bottom: 12px;
}
#content ul ul,
#content ol ol,
#content ul ol,
#content ol ul {
	margin-bottom: 0;
}
#content pre,
#content kbd,
#content tt,
#content var {
	font-size: 15px;
	line-height: 21px;
}
#content code {
	font-size: 13px;
}
#content dt,
#content th {
	color: #000;
}
#content h1,
#content h2,
#content h3,
#content h4,
#content h5,
#content h6 {
	color: #000;
	line-height: 1.5em;
	margin: 0 0 20px 0;
}
#content table {
	border: 1px solid #e7e7e7;
	margin: 0 -1px 24px 0;
	text-align: left;
	width: 100%;
}
#content tr th,
#content thead th {
	color: #888;
	font-size: 12px;
	font-weight: bold;
	line-height: 18px;
	padding: 9px 24px;
}
#content tr td {
	border-top: 0px solid #e7e7e7;
	/* padding: 6px 24px; */
}
#content tr.odd td {
	background: #f2f7fc;
}
.hentry {
	 margin: 0 0 10px 0; 
      
}
.home .sticky {
	background: #f2f7fc;
	border-top: 4px solid #000;
	margin-left: -20px;
	margin-right: -20px;
	padding: 18px 20px;
}
.single .hentry {
	margin: 0 0 36px 0;
}
.page-title {
	color: #000;
	font-size: 14px;
	font-weight: bold;
	margin: 0 0 36px 0;
}
.page-title span {
	color: #333;
	font-size: 16px;
	font-style: italic;
	font-weight: normal;
}
.page-title a:link,
.page-title a:visited {
	color: #888;
	text-decoration: none;
}
.page-title a:active,
.page-title a:hover {
	color: #ff4b33;
}
#content .entry-title {
	color: #000;
	font-size: 21px;
	font-weight: bold;
	line-height: 1.3em; 
	margin-bottom:0px;
       /* padding-top: 30px; */
}
.entry-title a:link,
.entry-title a:visited {
	color: #000;
	text-decoration: none;
}
.entry-title a:active,
.entry-title a:hover {
	color: #ff4b33;
}
.entry-meta {
	color: #888;
	font-size: 12px;
 margin-top: -18px;
}
.entry-meta abbr,
.entry-utility abbr {
	border: none;
}
.entry-meta abbr:hover,
.entry-utility abbr:hover {
	border-bottom: 1px dotted #666;
}
.entry-content,
.entry-summary {
	clear: both;
	/* padding: 12px 0 0 0; */
            padding:0px;
}
#content .entry-summary p:last-child {
	margin-bottom: 12px;
}
.entry-content fieldset {
	border: 1px solid #e7e7e7;
	margin: 0 0 24px 0;
	padding: 24px;
}
.entry-content fieldset legend {
	background: #fff;
	color: #000;
	font-weight: bold;
	padding: 0 24px;
}
.entry-content input {
	margin: 0 0 24px 0;
}
.entry-content input.file,
.entry-content input.button {
	margin-right: 24px;
}
.entry-content label {
/* 	color: #888;
	font-size: 12px; */
}
.entry-content select {
	margin: 0 0 24px 0;
}
.entry-content sup,
.entry-content sub {
	font-size: 10px;
}
.entry-content blockquote.left {
	float: left;
	margin-left: 0;
	margin-right: 24px;
	text-align: right;
	width: 33%;
}
.entry-content blockquote.right {
	float: right;
	margin-left: 24px;
	margin-right: 0;
	text-align: left;
	width: 33%;
}
.page-link {
	clear: both;
	color: #000;
	font-weight: bold;
	margin: 0 0 22px 0;
	word-spacing: 0.5em;
}
.page-link a:link,
.page-link a:visited {
	background: #f1f1f1;
	color: #333;
	font-weight: normal;
	padding: 0.5em 0.75em;
	text-decoration: none;
}
.home .sticky .page-link a {
	background: #d9e8f7;
}
.page-link a:active,
.page-link a:hover {
	color: #ff4b33;
}
body.page .edit-link {
	clear: both;
	display: block;
}
#entry-author-info {
	background: #f2f7fc;
	border-top: 4px solid #000;
	clear: both;
	font-size: 14px;
	line-height: 20px;
	margin: 24px 0;
	overflow: hidden;
	padding: 18px 20px;
}
#entry-author-info #author-avatar {
	background: #fff;
	border: 1px solid #e7e7e7;
	float: left;
	height: 60px;
	margin: 0 -104px 0 0;
	padding: 11px;
}
#entry-author-info #author-description {
	float: left;
	margin: 0 0 0 104px;
}
#entry-author-info h2 {
	color: #000;
	font-size: 100%;
	font-weight: bold;
	margin-bottom: 0;
}
.entry-utility {
	    clear: both;
    color: #888;
    font-size: 12px;
    line-height: 13px;
    margin-bottom: 23px;
    margin-top: -18px !important;
}
.entry-meta a,
.entry-utility a {
	color: #888;
}
.entry-meta a:hover,
.entry-utility a:hover {
	color: #ff4b33;
}
#content .video-player {
	padding: 0;
}


/* =Asides
-------------------------------------------------------------- */

.home #content .format-aside p,
.home #content .category-asides p {
	font-size: 14px;
	line-height: 20px;
	margin-bottom: 10px;
	margin-top: 0;
}
.home .hentry.format-aside,
.home .hentry.category-asides {
	padding: 0;
}
.home #content .format-aside .entry-content,
.home #content .category-asides .entry-content {
	padding-top: 0;
}


/* =Gallery listing
-------------------------------------------------------------- */

.format-gallery .size-thumbnail img,
.category-gallery .size-thumbnail img {
	border: 10px solid #f1f1f1;
	margin-bottom: 0;
}
.format-gallery .gallery-thumb,
.category-gallery .gallery-thumb {
	float: left;
	margin-right: 20px;
	margin-top: -4px;
}
.home #content .format-gallery .entry-utility,
.home #content .category-gallery .entry-utility {
	padding-top: 4px;
}


/* =Attachment pages
-------------------------------------------------------------- */

.attachment .entry-content .entry-caption {
	font-size: 140%;
	margin-top: 24px;
}
.attachment .entry-content .nav-previous a:before {
	content: '\2190\00a0';
}
.attachment .entry-content .nav-next a:after {
	content: '\00a0\2192';
}


/* =Images
-------------------------------------------------------------- */

/*
Resize images to fit the main content area.
- Applies only to images uploaded via WordPress by targeting size-* classes.
- Other images will be left alone. Use "size-auto" class to apply to other images.
*/
img.size-auto,
img.size-full,
img.size-large,
img.size-medium,
.attachment img {
	max-width: 100%; /* When images are too wide for containing element, force them to fit. */
	height: auto; /* Override height to match resized width for correct aspect ratio. */
}
.alignleft,
img.alignleft {
	display: inline;
	float: left;
	margin-right: 24px;
	margin-top: 4px;
}
.alignright,
img.alignright {
	display: inline;
	float: right;
	margin-left: 24px;
	margin-top: 4px;
}
.aligncenter,
img.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
img.alignleft,
img.alignright,
img.aligncenter {
	margin-bottom: 12px;
}
.wp-caption {
	background: #f1f1f1;
	line-height: 18px;
	margin-bottom: 20px;
	max-width: 632px !important; /* prevent too-wide images from breaking layout */
	padding: 4px;
	text-align: center;
}
.wp-caption img {
	margin: 5px 5px 0;
}
.wp-caption p.wp-caption-text {
	color: #888;
	font-size: 12px;
	margin: 5px;
}
.wp-smiley {
	margin: 0;
}
.gallery {
	margin: 0 auto 18px;
}
.gallery .gallery-item {
	float: left;
	margin-top: 0;
	text-align: center;
	width: 33%;
}
.gallery-columns-2 .gallery-item {
	width: 50%;
}
.gallery-columns-4 .gallery-item {
	width: 25%;
}
.gallery img {
	border: 2px solid #cfcfcf;
}
.gallery-columns-2 .attachment-medium {
	max-width: 92%;
	height: auto;
}
.gallery-columns-4 .attachment-thumbnail {
	max-width: 84%;
	height: auto;
}
.gallery .gallery-caption {
	color: #888;
	font-size: 12px;
	margin: 0 0 12px;
}
.gallery dl {
	margin: 0;
}
.gallery img {
	border: 10px solid #f1f1f1;
}
.gallery br+br {
	display: none;
}
#content .attachment img {/* single attachment images should be centered */
	display: block;
	margin: 0 auto;
}


/* =Navigation
-------------------------------------------------------------- */

.navigation {
	color: #888;
	font-size: 12px;
	line-height: 18px;
	overflow: hidden;
}
.navigation a:link,
.navigation a:visited {
	color: #888;
	text-decoration: none;
}
.navigation a:active,
.navigation a:hover {
	/* color: #ff4b33; */
}
.nav-previous {
	float: left;
	width: 50%;
}
.nav-next {
	float: right;
	text-align: right;
	width: 50%;
}
#nav-above {
	margin: 0 0 18px 0;
}
#nav-above {
	display: none;
}
.paged #nav-above,
.single #nav-above {
	display: block;
}
#nav-below {
    margin: -34px auto -8px;
    width: 323px;
}


/* =Comments
-------------------------------------------------------------- */
#comments {
	clear: both;
}
#comments .navigation {
	padding: 0 0 18px 0;
}
h3#comments-title,
h3#reply-title {
	color: #000;
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 0;
}
h3#comments-title {
	padding: 24px 0;
}
.commentlist {
	list-style: none;
	margin: 0;
}
.commentlist li.comment {
	border-bottom: 1px solid #e7e7e7;
	line-height: 24px;
	margin: 0 0 24px 0;
	/* padding: 0 0 0 56px; */
	position: relative;
}
.commentlist li:last-child {
	border-bottom: none;
	margin-bottom: 0;
}
#comments .comment-body ul,
#comments .comment-body ol {
	margin-bottom: 18px;
}
#comments .comment-body p:last-child {
	margin-bottom: 6px;
}
#comments .comment-body blockquote p:last-child {
	margin-bottom: 24px;
}
.commentlist ol {
	list-style: decimal;
}
.commentlist .avatar {
	position: absolute;
	top: 4px;
	left: 0;
}
.comment-author {
}
.comment-author cite {
	color: #000;
	font-style: normal;
	font-weight: bold;
}
.comment-author .says {
font-style: normal;
}
.comment-meta {
	font-size: 12px;
	margin: 0 0 18px 0;
}
.comment-meta a:link,
.comment-meta a:visited {
	color: #888;
	text-decoration: none;
}
.comment-meta a:active,
.comment-meta a:hover {
	color: #ff4b33;
}
.commentlist .even {
}
.commentlist .bypostauthor {
}
.reply {
	font-size: 12px;
	padding: 0 0 24px 0;
}
.reply a,
a.comment-edit-link {
	color: #888;
}
.reply a:hover,
a.comment-edit-link:hover {
	color: #ff4b33;
}
.commentlist .children {
	list-style: none;
	margin: 0;
}
.commentlist .children li {
	border: none;
	margin: 0;
}
.nopassword,
.nocomments {
	display: none;
}
#comments .pingback {
	border-bottom: 1px solid #e7e7e7;
	margin-bottom: 18px;
	padding-bottom: 18px;
}
.commentlist li.comment+li.pingback {
	margin-top: -6px;
}
#comments .pingback p {
	color: #888;
	display: block;
	font-size: 12px;
	line-height: 18px;
	margin: 0;
}
#comments .pingback .url {
	font-size: 13px;
	font-style: italic;
}

/* Comments form */
input[type=submit] {
	color: #333;
}
#respond {
	border-top: 1px solid #e7e7e7;
	margin: 24px 0;
	overflow: hidden;
	position: relative;
}
#respond p {
	margin: 0;
}
#respond .comment-notes {
	margin-bottom: 1em;
}
.form-allowed-tags {
	line-height: 1em;
}
.children #respond {
	margin: 0 48px 0 0;
}
h3#reply-title {
	margin: 18px 0;
}
#comments-list #respond {
	margin: 0 0 18px 0;
}
#comments-list ul #respond {
	margin: 0;
}
#cancel-comment-reply-link {
	font-size: 12px;
	font-weight: normal;
	line-height: 18px;
}
#respond .required {
	color: #ff4b33;
	font-weight: bold;
}
#respond label {
	color: #888;
	font-size: 12px;
}
#respond input {
	margin: 0 0 9px;
	width: 98%;
}
#respond textarea {
	width: 98%;
}
#respond .form-allowed-tags {
	color: #888;
	font-size: 12px;
	line-height: 18px;
}
#respond .form-allowed-tags code {
	font-size: 11px;
}
#respond .form-submit {
	margin: 12px 0;
}
#respond .form-submit input {
	font-size: 14px;
	width: auto;
}


/* =Widget Areas
-------------------------------------------------------------- */

.widget-area ul {
	list-style: none;
	margin-left: 0;
}
.widget-area ul ul {
	list-style: square;
	
}
.widget-area select {
	max-width: 100%;
}
.widget_search #s {/* This keeps the search inputs in line */
	width: 60%;
}
.widget_search label {
	display: none;
}
.widget-container {
	/* margin: 0 0 10px 0; */
          margin: 0 0 20px 0;
}
.widget-title {
    border-bottom: 1px solid;
    color: #222;
    font-family: centurygothicbold;
    font-size: 23px;
    font-weight: bold;
    margin-bottom: 10px;
    padding-bottom: 7px;
}
.widget-area a:link,
.widget-area a:visited {
	text-decoration: none;
}
.widget-area a:active,
.widget-area a:hover {
	text-decoration: underline;
}
.widget-area .entry-meta {
	font-size: 11px;
}
#wp_tag_cloud div {
	line-height: 1.6em;
}
#wp-calendar {
	width: 100%;
}
#wp-calendar caption {
	color: #222;
	font-size: 14px;
	font-weight: bold;
	padding-bottom: 4px;
	text-align: left;
}
#wp-calendar thead {
	font-size: 11px;
}
#wp-calendar thead th {
}
#wp-calendar tbody {
	color: #aaa;
}
#wp-calendar tbody td {
	background: #f5f5f5;
	border: 1px solid #fff;
	padding: 3px 0 2px;
	text-align: center;
}
#wp-calendar tbody .pad {
	background: none;
}
#wp-calendar tfoot #next {
	text-align: right;
}
.widget_rss a.rsswidget {
	color: #000;
}
.widget_rss a.rsswidget:hover {
	color: #ff4b33;
}
.widget_rss .widget-title img {
	width: 11px;
	height: 11px;
}

/* Main sidebars */
#main .widget-area ul {
	margin-left: 0;
	padding: 0 0px 0 0;
}
#main .widget-area ul ul {
	border: none;
	margin-left: 1.3em;
	padding: 0;
}
#primary {
}
#secondary {
}

/* Footer widget areas */
#footer-widget-area {
}


/* =Footer
-------------------------------------------------------------- */

#footer {
	
}
#colophon {
	
	overflow: hidden;
	padding: 18px 0;
}
#site-info {
	font-weight: bold;
}
#site-info a {
	color: #000;
	text-decoration: none;
}
#site-generator {
	font-style: italic;
	position: relative;
}
#site-generator a {
	background: url(images/wordpress.png) center left no-repeat;
	color: #666;
	display: inline-block;
	line-height: 16px;
	padding-left: 20px;
	text-decoration: none;
}
#site-generator a:hover {
	text-decoration: underline;
}
img#wpstats {
	display: block;
	margin: 0 auto 10px;
}


/* =Mobile Safari ( iPad, iPhone and iPod Touch )
-------------------------------------------------------------- */

pre {
	-webkit-text-size-adjust: 140%;
}
code {
	-webkit-text-size-adjust: 160%;
}
#access,
.entry-meta,
.entry-utility,
.navigation,
.widget-area {
	-webkit-text-size-adjust: 120%;
}
#site-description {
	-webkit-text-size-adjust: none;
}


/* =Print Style
-------------------------------------------------------------- */

@media print {
	body {
		background: none !important;
	}
	#wrapper {
		clear: both !important;
		display: block !important;
		float: none !important;
		position: relative !important;
	}
	#header {
		border-bottom: 2pt solid #000;
		padding-bottom: 18pt;
	}
	#colophon {
		border-top: 2pt solid #000;
	}
	#site-title,
	#site-description {
		float: none;
		line-height: 1.4em;
		margin: 0;
		padding: 0;
	}
	#site-title {
		font-size: 13pt;
	}
	.entry-content {
		font-size: 14pt;
		line-height: 1.6em;
	}
	.entry-title {
		font-size: 21pt;
	}
	#access,
	#branding img,
	#respond,
	.comment-edit-link,
	.edit-link,
	.navigation,
	.page-link,
	.widget-area {
		display: none !important;
	}
	#container,
	#header,
	#footer {
		margin: 0;
		width: 100%;
	}
	#content,
	.one-column #content {
		margin: 24pt 0 0;
		width: 100%;
	}
	.wp-caption p {
		font-size: 11pt;
	}
	#site-info,
	#site-generator {
		float: none;
		width: auto;
	}
	#colophon {
		width: auto;
	}
	img#wpstats {
		display: none;
	}
	#site-generator a {
		margin: 0;
		padding: 0;
	}
	#entry-author-info {
		border: 1px solid #e7e7e7;
	}
	#main {
		display: inline;
	}
	.home .sticky {
		border: none;
	}
}


.header-right li {
    list-style: outside none none;
}


.tp {
      font-family: CenturyGothicBold;
    font-size: 24px;
    margin: 0 auto 10px;
    text-align: center;
    text-transform: uppercase;
    width: 205px;
line-height: 25px;
}



.header-buyticket {
     float: left;
    margin-top: 10px;
    width: 165px;
}

.header-icon {
    font-family: centurygothicbold;
    font-size: 16px;
    width: 160px;
    float: right;
}

.header-icon h1:hover
{
   background-color: #676767;
   color:blue;
    transition: 1s;
    background-image: url("../../uploads/2014/12/icon-white-bg.png");
    background-position: 10px center;
    background-repeat: no-repeat;
    border-radius: 5px;
    
}

.header-icon .fa.fa-facebook {
      background-color: #000;
    border-radius: 5px;
    color: #fff;
    font-size: 30px;
    padding: 4px 9px 0;
}


.header-icon .fa.fa-twitter {
     background-color: #000;
    border-radius: 5px;
    color: #fff;
    font-size: 30px;
  padding: 4px 2px 0; 
 
}

.clr
{
clear:both;

}


.header-icon h1 {
     background-color: #000;
    background-image: url("../../uploads/2014/12/icon-bg.png");
    background-position: 10px center;
    background-repeat: no-repeat;
    border-radius: 5px;
    color: #fff;
    font-family: CenturyGothicRegular;
    font-size: 16px;
    line-height: 40px;
    margin-top: 10px;
    padding-left: 36px;
    text-align: center;
}

.logo-area {
    float: left;
    width: 192px;
}

.header-right {
    float: right;
    width: 792px;
max-width: 100%;
}


.queens {
    float: left;
    font-family: HelveticaNeueLTStd97BlackCondensed;
    font-size: 26px;
    text-transform: uppercase;
    width: 418px;
 margin-right: 20px;
}



.qone {
    background-image: url("../../uploads/2014/11/b.png");
    background-repeat: no-repeat;
    padding-left: 19px;
}



.qtwo {
    background-image: url("../../uploads/2014/11/q.png");
    background-repeat: no-repeat;
    padding-left: 30px;
}



.qthree {
    background-image: url("../../uploads/2014/11/e.png");
    background-repeat: no-repeat;
    padding-left: 18px;
}


#footer-widget-area #first {
     border-right: 1px solid #606060;
    color: #fff;
    font-family: OpenSansRegular;
    max-width: 100%;
    width: 306px;
padding-right: 16px;

}


#footer-widget-area #second {
    border-right: 1px solid #606060;
    color: #fff;
    font-family: OpenSansBold;
    margin-left: 20px;
    max-width: 100%;
    padding-right: 20px;
    width: 306px;
 min-height: 306px;
}

#footer-widget-area #third {
       border-right: 1px solid #606060;
    margin-left: 15px;
    max-width: 100%;
    width: 306px;
  padding-bottom: 70px;
}


#footer-widget-area .widget-title {
    color: #fff;
    font-family: centurygothicbold;
    font-size: 22px;
    font-weight: normal;
text-transform: uppercase;
}



#first h1 {
    
    font-size: 14px;
 margin-top: 20px;
}

#first h1 .fa {
    font-size: 25px;
}


#second h1 {
    clear: none;
    float: left;
    font-size: 14px;
    line-height: 45px;
    margin-bottom: 11px;
    text-transform: uppercase;
    width: 10px;
}



#first h1:first-child {
 background-image: url('../../uploads/2014/11/fmbg.gif'); 
    background-repeat: no-repeat;
    padding-left: 30px;
  line-height: 30px;
 background-position: left center;
}


#second h1:first-child {
    background-image: url("../../uploads/2014/11/sec-fac.png");
    background-position: left center;
    background-repeat: no-repeat;
    padding-left: 27px;
}

#second h1:nth-child(2) {
 background-image: url("../../uploads/2014/11/sec-twir.png");  
    background-position: left center;
    background-repeat: no-repeat;
    padding-left: 28px;
}


#second h1:nth-child(3) {
    background-image: url("../../uploads/2014/11/sec-trip.png");
    background-position: left center;
    background-repeat: no-repeat;
    padding-left: 30px;
}

#second h3 {
    margin-bottom: 30px;
}


#third li {
    display: inline;
    list-style-type: none;
 /* margin-right: 74px; */
}

#third h3 {
    margin-bottom: 30px;
}



#fourth li:nth-child(2) {
    margin-right: 0;
}

#fourth li:nth-child(4) {
    margin-right: 0;
}



.cover {
    margin: 0 auto;
    max-width: 100%;
    width: 1000px;
}

.footer-bottom {
     background-color: #1b1b1b;
    padding-bottom: 10px;
    padding-top: 5px;

}


#menu-bottom-menu li {
    display: inline;
    list-style: outside none none;
    position: relative;
}

.footer-bottom li {
    list-style: outside none none;
}


#menu-bottom-menu li {
    display: inline;
    list-style: outside none none;
    
}
.menu-item.menu-item-type-post_type.menu-item-object-page.current-menu-item.page_item.page-item-8.current_page_item.menu-item-55 {
    padding-left: 0 !important;
}



#menu-bottom-menu {
    margin: 0;
}


#menu-bottom-menu a {
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
}


#menu-bottom-menu li:after {
    color: #fff;
    content: "|";
    margin-left: 15px;
    margin-right: 10px;
}



.footer-buyticket {
  width: 135px;
 float: right;
 margin-top: 12px;
}


.footer-menu-area {
     color: #fff;
    float: left;
    font-family: CenturyGothicRegular;
    font-size: 14px;
    max-width: 100%;
    width: 575px;
margin-top: 15px;
}

#menu-bottom-menu li:nth-child(7):after {
    content: none;
}

.all-right {
    float: left;
    width: 284px;
}

.term-use li {
    display: inline;
}


.term-use li:after {
     content: "|";
    margin-left: 5px;
    margin-right: 2px;
}

.term-use li:last-child:after {
    content: none;
}

.term-use {
    float: right;
    width: 284px;
}

.term-use a {
    color: #fff;
    text-decoration: none;
}

#menu-bottom-menu a:hover
{
text-decoration:underline;

}

.term-use a:hover
{
text-decoration:underline;
}

#second h1 a {
    color: #fff;
}


#third li img {
    margin-bottom: 18px;
}



.footer-buyticket > a {
    color: #272728;
    text-decoration: none;
}


.bqu-tours {
   /*  background-color: #888889; */
background-color: #515153;
    color: #fff;
    width: 373px;
font-family: centurygothicbold;
  float: left;
padding-bottom: 12px;
  line-height: 19.5px;
}



.bqu-tours > h1 {
  /*  background-color: #676767; */
background-color: #677c85; 
    font-size: 29px;
    line-height: 50px;
    margin-bottom: 10px;
    padding-left: 0px;
    text-align: center;
    text-transform: uppercase;
}


.bqu-tours h2 {
    font-size: 30px;
    line-height: 70px;
    text-align: center;
    text-transform: uppercase;
}



.bqu-tours > p {
    font-family: OpenSansRegular;
    font-size: 15px;
    line-height: 18.5px;
    margin-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 10px;

}



.bqu-tours > h3 {
    /*  margin: 45px auto 0; */
  /*  background-color: #515153; */
   background-color: #677c85;
    float: right;
    line-height: 40px;
    margin: -5px 15px 0 auto;
    text-align: center;
    width: 115px;
}
.bqu-tours h3 a {
    text-decoration: none;
}

.bqu-tours a {
    color: #fff;
    font-family: centurygothicbold;
    font-size: 15px;
    text-decoration: underline;
    text-transform: capitalize;
}


.expect h1 {
    background-color: #e3e3e3;
    font-family: centurygothicbold;
    font-size: 39px;
    line-height: 66px;
    text-align: center;
 margin-bottom: 13px;
color:#1b1b1b;
}


.home-pageblog h1 
{
  background-color: #e3e3e3;
    color: #1b1b1b;
    font-family: centurygothicbold;
    font-size: 37px;
    line-height: 66px;
    margin-bottom: 13px;
    text-align: center;
    text-transform: uppercase;
}


.img-title1 {
     background-color: rgba(0, 0, 0, 0.8);
    color: #fff;
    font-family: centurygothicbold;
    line-height: 51px;
    margin-top: -54px;
    padding-left: 5px;
    padding-right: 5px;
    position: relative;
}


.imgt-left {
     float: left;
    font-size: 21px;
    width: 220px;
color:#fff;
}



.imgt-right {
    /* background-image: url("../../uploads/2014/11/book-bg.png"); */
    background-repeat: no-repeat;
    float: right;
    font-size: 20px;
    line-height: 34px;
    text-align: center;
    width: 70px;
 margin-top: 10px;
 background: none repeat scroll 0 0 #feed23;
}

.tour-image {
     float: left;
    margin-right: 12px;
    width: 301px;
 margin-bottom: 10px;
}



.imgt-right > a {
    color: #010101;
    text-decoration: none !important;
}




.home-image {
    margin-bottom: -18px;
    float: left;
    margin-left: 12px;
    width: 615px;
}




.tour-image:nth-child(4) {
    margin-right: 0;
}



.tour-image:nth-child(2) {
    margin-right: 0;
}


.home-image li {
    list-style: outside none none;
}


.expect-images {
    float: left;
    max-width: 154px;
    position: relative;
    width: 100%;
 margin-right: 15px;
}



.expect-images h2 {
    color: #fff;
    font-family: centurygothicbold;
    font-size: 18px;
    left: 0;
    position: absolute;
    text-align: center;
    text-transform: uppercase;
    top: 150px;
    width: 100%;
}

.view h4 {
    color: #fff;
    font-family: centurygothicbold;
    font-size: 18px;
    left: 0;
    position: absolute;
    text-align: center;
    text-transform: uppercase;
    top: 150px;
    width: 100%;
}



.home-buyticket {
    margin: 0 auto;
    width: 263px;
    margin-top: -15px;
    margin-bottom: -13px;
}



.home-pageblog {
    margin-top: 22px;
}



.post-container {
    float: left;
    font-family: OpenSansRegular;
    margin-right: 42.5px;
    width: 305px;
  
}


.post-container:nth-child(4)
{
 margin-right: 0px;

}

.post-thumbanail img {
    height: 180px;
    width: 290px;
    border: 3px solid #777777;
}

.post-view.more > a {
    color: #343434;
    font-size: 17px;
    text-decoration: none;
}


.post-content {
    font-size: 14px;
    margin-top: 10px;
 text-align: justify;
  color: #5b5b5b;
}



.rd-more a{
   /*  background-color: #c5c5c5;
    background-image: url("../../uploads/2014/11/cont-bg.png");
    background-position: 10px center;
    background-repeat: no-repeat;
    border-radius: 3px;
    line-height: 38px;
    padding-left: 20px;
    text-align: center;
    width: 105px;
 margin-top: -10px; */
    background-color: #c5c5c5;
    background-image: url("../../uploads/2014/11/cont-bg.png");
    background-position: 10px center;
    background-repeat: no-repeat;
    border-radius: 3px;
    line-height: 38px;
    margin-top: -10px;
    padding: 9px 9px 9px 30px;
    text-align: center;
    width: 105px;
    margin-left: 6px;
}

.rd-more > a {
    color: #fff;
    text-decoration: none;
}








.willi {
   /*  font-family: CenturyGothicRegular;
    font-size: 27px;
    font-weight: normal !important;
    letter-spacing: 0 !important;
   color: #fff !important;
    text-decoration: none; 
    color: #fff !important;
    font-family: centurygothicbold;
    font-size: 21px;
    font-weight: normal !important;
    letter-spacing: 0 !important;
    text-decoration: none;
 padding: 0 10px;*/

font-family: centurygothicbold !important;
    font-size:30px !important;
    line-height: 55px !important;
 padding: 0 10px;

}

.new-york {
    background-color: rgba(0, 0, 0, 0.6);
    font-family: centurygothicbold !important;
    font-size: 30px !important;
    padding: 0 10px;
}
.new-york-1 {
    background-color: rgba(0, 0, 0, 0.6);
    display: table;
    margin-bottom: 10px;
    padding: 0 10px;
}

.tp-caption.big_white {
  /*   background-color: rgba(0, 0, 0, 0.4) !important; */
    border-style: none;
    border-width: 0;
    color: #fff;
    font-family: Arial;
    font-size: 36px;
    font-weight: normal !important;
    letter-spacing: 0 !important;
    line-height: 45px !important;
   
    padding: 0 !important;
   
}



#fourth ul {
    <!-- text-align: center;-->
}


.slider-booking {
    float: right;
    margin-right: 10px;
    margin-top: -75px;
    max-width: 100%;
    position: relative;
    width: 185px;
    z-index: 9999;
}



#fourth li {
    display: inline;
    list-style-type: none;
     margin-right: 30px; 
}



#fourth h3 {
    margin-bottom: 12px;
}
.newsletter-email {
  border: 1px solid #fff;
  float: left;
  font-family: centurygothicbold;
  padding: 4.4px;
  width: 175px !important;
}
@media screen\0 {
.newsletter-email {padding: 6.4px !important; }
.cnt-news .newsletter-email {padding: 5.5px 1px !important;}
}

.newsletter-td-submit {
    background-image: url("../../uploads/2014/11/news-bg.gif");
    background-repeat: no-repeat;
    line-height: 29px;
    margin-left: 180px;
    margin-top: -29px;
    position: absolute;
    width: 75px;
}



#footer-widget-area #fourth {
  margin-left:22px;
    max-width: 100%;
    width: 306px;
}


#fourth li img:last-child {
    margin-top: 15px;
}


.news-heading {
    color: #fff;
    font-family: OpenSansRegular;
    font-size: 14px;
    margin-bottom: 9px;
    margin-top: -5px;
    padding-right: 23px;

}



#first h1:nth-child(2) {
    background-image: url('../../uploads/2014/11/pppp.gif');
    background-repeat: no-repeat;
    margin-top: 14px;
    padding-left: 30px;
}


#first h1 a {
    color: #fff;
}


#first h1:nth-child(3) {
    background-image: url("../../uploads/2014/11/locat-img.png");   
    background-repeat: no-repeat;
    padding-left: 30px;
}

.newsletter-submit {
    opacity: 0;
}

.header-slider1 {
    margin-top: 10px;
}


.expect li {
    list-style: none;
}


.home-pageblog li {
    list-style: none;
}


.expect-images:nth-child(6) {
    margin-right: 0;
}


.rd-more a:hover {
  background-color: #000;
    cursor: pointer;
    transition: all 1s ease 0s;
}

.header-icon .fa.fa-facebook:hover {
    background-color: #676767;
color:blue;
  transition: 1s;
}

.header-icon .fa.fa-twitter:hover 
{
    background-color: #676767;
color:blue;
  transition: 1s;
}


.bqu-tours > h3:hover {
    background-color: #000;
    transition: 1s;
    cursor: pointer;
}

.imgt-right  a:hover {
    color:#0000ff;
}

.img-hor h2 {
    color: #fff;
    font-family: centurygothicbold;
    font-size: 18px;
    left: 0;
    position: absolute;
    text-align: center;
    text-transform: uppercase;
    top: 150px;
    width: 100%;
}


.img-hor {
    float: left;
    margin-right: 15px;
    max-width: 154px;
       width: 100%;
margin-top:-212px;


}



.black-btn {
    float: left;
    width: 190px;
}

.black-bottom > p {
    font-style: italic;
text-align:center;
}
.black-right {
     /*    border: 1px solid #aeaeae;
    float: left;
    padding-top: 25px;
    text-align: center;
    width: 225px;*/
    border: 0 solid #aeaeae;
    float: left;
    padding-top: 0;
    text-align: center;

}


.black-right > span {
    font-size: 80px;
}

.header-buyticket:hover img {
    margin-bottom: -3px;
    margin-top: 3px;
    box-shadow: 0 3px 3px rgba(0,0,0,0.2);
}

.black-btn:hover img {
    margin-bottom: -3px !important;
    margin-top: 3px !important;
    box-shadow: 0 3px 3px rgba(0,0,0,0.2);
}




.footer-buyticket img:hover {
    margin-bottom: -3px;
    margin-top: 3px;
    box-shadow: 0 3px 3px rgba(0,0,0,0.2);
}

.slider-booking:hover img {
    margin-bottom: -3px;
    margin-top: 3px;
    box-shadow: 0 3px 3px rgba(0,0,0,0.2);
}



.home-buyticket:hover img {
    margin-bottom: -3px;
    margin-top: 3px;
    box-shadow: 0 3px 3px rgba(0,0,0,0.2);
}




.view-fourth img {
   -webkit-transition: all 0.4s ease-in-out 0.2s;
   -moz-transition: all 0.4s ease-in-out 0.2s;
   -o-transition: all 0.4s ease-in-out 0.2s;
   -ms-transition: all 0.4s ease-in-out 0.2s;
   transition: all 0.4s ease-in-out 0.2s;
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
   filter: alpha(opacity=100);
   opacity: 1;
}
.view-fourth .mask {
   background-color: #aec6cf;
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
   filter: alpha(opacity=0);
   opacity: 0;
   -webkit-transform: scale(0) rotate(-180deg);
   -moz-transform: scale(0) rotate(-180deg);
   -o-transform: scale(0) rotate(-180deg);
   -ms-transform: scale(0) rotate(-180deg);
   transform: scale(0) rotate(-180deg);
   -webkit-transition: all 0.4s ease-in;
   -moz-transition: all 0.4s ease-in;
   -o-transition: all 0.4s ease-in;
   -ms-transition: all 0.4s ease-in;
   transition: all 0.4s ease-in;
   -webkit-border-radius: 0px;
   -moz-border-radius: 0px;
   border-radius: 0px;
}
.view-fourth h2 {
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
   filter: alpha(opacity=0);
   opacity: 0;
   background: transparent;
   margin: 20px 40px 0px 40px;
   -webkit-transition: all 0.5s ease-in-out;
   -moz-transition: all 0.5s ease-in-out;
   -o-transition: all 0.5s ease-in-out;
   -ms-transition: all 0.5s ease-in-out;
   transition: all 0.5s ease-in-out;
}
.view-fourth p {
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
   filter: alpha(opacity=0);
   opacity: 0;
   -webkit-transition: all 0.5s ease-in-out;
   -moz-transition: all 0.5s ease-in-out;
   -o-transition: all 0.5s ease-in-out;
   -ms-transition: all 0.5s ease-in-out;
   transition: all 0.5s ease-in-out;
}
.view-fourth a.info {
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
   filter: alpha(opacity=0);
   opacity: 0;
   -webkit-transition: all 0.5s ease-in-out;
   -moz-transition: all 0.5s ease-in-out;
   -o-transition: all 0.5s ease-in-out;
   -ms-transition: all 0.5s ease-in-out;
   transition: all 0.5s ease-in-out;
}
.view-fourth:hover .mask {
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
   filter: alpha(opacity=100);
   opacity: 1;
   -webkit-transform: scale(1) rotate(0deg);
   -moz-transform: scale(1) rotate(0deg);
   -o-transform: scale(1) rotate(0deg);
   -ms-transform: scale(1) rotate(0deg);
   transform: scale(1) rotate(0deg);
   -webkit-transition-delay: 0.2s;
   -moz-transition-delay: 0.2s;
   -o-transition-delay: 0.2s;
   -ms-transition-delay: 0.2s;
   transition-delay: 0.2s;
}
.view-fourth:hover img {
   -webkit-transform: scale(0);
   -moz-transform: scale(0);
   -o-transform: scale(0);
   -ms-transform: scale(0);
   transform: scale(0);
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
   filter: alpha(opacity=0);
   opacity: 0;
   -webkit-transition-delay: 0s;
   -moz-transition-delay: 0s;
   -o-transition-delay: 0s;
   -ms-transition-delay: 0s;
   transition-delay: 0s;
}
.view-fourth:hover h2,
.view-fourth:hover p,
.view-fourth:hover a.info {
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
   filter: alpha(opacity=100);
   opacity: 1;
   -webkit-transition-delay: 0.5s;
   -moz-transition-delay: 0.5s;
   -o-transition-delay: 0.5s;
   -ms-transition-delay: 0.5s;
   transition-delay: 0.5s;
}


.view {
   width: 154px;
    float: left;
margin-bottom:30px;
   overflow: hidden;
height:210px;
   position: relative;
   text-align: center;
   -webkit-box-shadow: 1px 1px 2px #e6e6e6;
   -moz-box-shadow: 1px 1px 2px #e6e6e6;
   cursor: default;
   background-color:#aec6cf;
 margin-left: 15px;
cursor: pointer;
}

.view .mask,.view .content {
   width: 154px;
   height: 210px;
   position: absolute;
   overflow: hidden;
   top: 0;
   left: 0;
}
.view img {
   display: block;
   position: relative;
}
.view h2 {
   text-transform: uppercase;
   color: #000;
   text-align: center;
   position: relative;
   font-size: 15px;
   padding:0;
   background: #aec6cf;
   margin: 20px 0 0 0;
 font-family: centurygothicbold;
}
.view p {
     color: #000;
    font-family: opensansregular;
    font-size: 13px;
    padding: 5px 15px 20px;
    position: relative;
    text-align: center;
}
.view a.info {
   display: inline-block;
   text-decoration: none;
   padding: 7px 14px;
   background: #000;
   color: #fff;
   text-transform: uppercase;
   -webkit-box-shadow: 0 0 1px #000;
   -moz-box-shadow: 0 0 1px #000;
   box-shadow: 0 0 1px #000;
}
.view a.info: hover {
   -webkit-box-shadow: 0 0 5px #000;
   -moz-box-shadow: 0 0 5px #000;
   box-shadow: 0 0 5px #000;
}


.view:nth-child(2) {
    margin-left: 0;
}


.tp-leftarrow.default {
    height: 80px !important;
    
   
}

.tp-rightarrow.default {
    height: 80px !important;
    
   
}


#fourth li img {
    border-radius: 8%;
 margin-bottom: 10px;
}
#text-9 ul {
    margin-left: 2px;
    text-align: center;
}

.news-heading > h3
{
    border-bottom: 1px solid;
    color: #fff;
    font-family: centurygothicbold;
    font-size: 22px;
    font-weight: normal;
    margin-bottom: 22px !important;
    margin-top: 30px;
    padding-bottom: 9px;
    text-transform: uppercase;
    width: 305px;
}



.aa {
    float: left;
    margin-top: 8px;
    margin-right: 6px;
}






 #what-to-expect .icon-bin img {
    display: inline-block;
    margin-top: 29px;
  }




  .thing {  
  
float: left;
    width: 180px;
    height: 220px;
    margin: 0 6px 8px 6px;
    background-color:#aec6cf;
    text-align: center;
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.1);
    transition: .05s ease-in-out;
  }

 
  .thing h3 {
     color: #fff;
    font-family: centurygothicbold;
    font-size: 16px;
    margin-top: -80px;
    padding: 20px;
    text-transform: uppercase;
  }
 
  #what-to-expect ul {
    margin: 0 auto;
    text-align: center;
  }


  .thing {
    float: left;
    width: 154px;
    
  }


#what-to-expect .thing {
position:relative;
overflow:hidden;
}

#what-to-expect .hover {
 /*  background: none repeat scroll 0 0 #aec6cf;
    font-family: centurygothicregular;
    font-size: 15px;
    height: 210px;
    left: 0;
    margin-top: 20px;
    overflow: hidden;
    position: absolute;
    text-align: center;
    top: 0;
    width: 154px; */
    background: none repeat scroll 0 0 #aec6cf;
    font-family: centurygothicregular;
    font-size: 12px;
    height: 210px;
    left: 0;
    line-height: 16px;
    margin-top: 10px;
    overflow: hidden;
    position: absolute;
    text-align: center;
    top: 0;
    width: 154px;
}

#what-to-expect .thing img, #what-to-expect .thing h3 {
   -webkit-transition: all 0.3s ease-in-out;
   -moz-transition: all 0.3s ease-in-out;
   -o-transition: all 0.3s ease-in-out;
   -ms-transition: all 0.3s ease-in-out;
   transition: all 0.3s ease-in-out;
}
#what-to-expect .thing .hover {
   -webkit-transform: translateY(180px);
   -moz-transform: translateY(180px);
   -o-transform: translateY(180px);
   -ms-transform: translateY(180px);
   transform: translateY(180px);
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
   filter: alpha(opacity=100);
   opacity: 1;
   -webkit-transition: all 0.3s ease-in-out;
   -moz-transition: all 0.3s ease-in-out;
   -o-transition: all 0.3s ease-in-out;
   -ms-transition: all 0.3s ease-in-out;
   transition: all 0.3s ease-in-out;

}
#what-to-expect .thing p {
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
   filter: alpha(opacity=0);
   opacity: 0;
   -webkit-transition: all 0.2s linear;
   -moz-transition: all 0.2s linear;
   -o-transition: all 0.2s linear;
   -ms-transition: all 0.2s linear;
   transition: all 0.2s linear;
}
#what-to-expect .thing:hover .hover {
   -webkit-transform: translateY(0px);
   -moz-transform: translateY(0px);
   -o-transform: translateY(0px);
   -ms-transform: translateY(0px);
   transform: translateY(0px);
}
#what-to-expect .thing:hover img, #what-to-expect .thing:hover h3 {
   -webkit-transform: translateY(180px);
   -moz-transform: translateY(180px);
   -o-transform: translateY(180px);
   -ms-transform: translateY(180px);
   transform: (180px);
}
#what-to-expect .thing:hover p {
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
   filter: alpha(opacity=100);
   opacity: 1;
  padding-left: 5px;
    padding-right: 5px;
}


.cnt-pg hr {
    background-color: #000 !important;
}

.cnt-pg h2 {
    font-size: 20px;
    font-weight: 700;
    line-height: 14px !important;
    margin-bottom: 0 !important;
}

.cnt-buyticket {
    float: left;
    text-align: center;
    width: 285px;
 margin-bottom: 25px;
}



.ticket-left {
    float: right;
    width: 375px;
}

.cnt-pg .wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required.nm1 {
    background-color: #fff !important;
    border: 1px solid;
    width: 237px;
}

.cnt-pg .entry-content input {
    margin: 0 0 12px;
}


.cnt-pg  .wpcf7-form-control.wpcf7-text.wpcf7-email.wpcf7-validates-as-required.wpcf7-validates-as-email.nm1 {
  /*   margin-left: 22px; */
}



.cnt-pg  .wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required.nm1 {
 /*    margin-left: 18px; */
}

.cnt-pg textarea {
    background: none repeat scroll 0 0 #fff;
    border: 1px solid;
    width: 64.5%;
}


.wpcf7-form-control.wpcf7-submit.sbt {
     margin-left: 85px;
    margin-top: 10px;
}



 #content tr td {
  
 
}



 #content table {
    border: medium none;
    margin: 0 !important;
    text-align: left;
    width: 100%;
}


.cnt-news .newsletter-email {
      border: 1px solid;
    padding:2px 1px;
    width: 279px !important;

}


.cnt-news .newsletter-td-submit {
     margin-left: 21%;
    margin-top: -54px;

}

.cnt-pg li
{
list-style:none;
}

.cnt-ft {
    border-top: 2px solid;
    padding-top: 10px;
}



.cnt-news {
    margin-bottom: -22px !important;
    margin-top: 0px;
} 


.cnt-frm {
    float: left;
    max-width: 100%;
    width:250px;
   margin-top: 11px;
}
.cf-phone {
 background-color: #e3e3e3;
  background-position: center center;
    margin-top: 24px;
  padding: 5px;
}
.cf-em {
 background-color: #e3e3e3;
  background-position: center center;
  margin-top: -1px;
  padding: 5px;
}

.cf-ma {
 background-color: #e3e3e3;
    background-position: center center;
    height: 114px;
    margin-top: 24px;
    padding: 5px;
}


.off-addr {
    /* border: 1px solid #ddd;
    box-shadow: 2px 2px 5px #ccc; */
    float: right;
    margin-right: 12px;
    max-width: 100%;
    padding: 10px 0 0 0;
    width: 364px;
}
.fields label {
    float: left;
    font-family: OpenSansRegular;
    font-size: 14px;
    font-weight: bold;
    line-height: 35px;
    width: 28%;
	
}

.fields.vmessage label {
    float: left;
    line-height:35px;
}
.rd-more {
    float: right;
    margin-top:1px;
}
.book-link > a{
    background-image: url("../../uploads/2014/11/book-bg.png");
    background-repeat: repeat;
    font-size: 15px;
    line-height: 34px;
    margin-top: 10px;
    text-align: center;
    padding: 5px;
    color: #fff !important;
    text-decoration: none;
    margin-left: -8px;
    font-weight: bold;

}

.credit-p
{
 color: #fff;
 font-size: 9px;
   line-height: 14px;
}

.widget-container.widget_text {
    list-style: outside none none;
}
.bq-tour-btn {
    text-align: center;
}



.tour-right {
     float: left;
    max-width: 100%;
    width: 41%;

}



.tour-right img {
   
    margin-left: 5px !important;
}

.tour-left {
    float: left;
    margin-right: 10px;
    max-width: 100%;
    width: 58%;
}



.post-162.page.type-page.status-publish.hentry,
.post-164.page.type-page.status-publish.hentry,
.post-166.page.type-page.status-publish.hentry,
.post-168.page.type-page.status-publish.hentry,
.post-170.page.type-page.status-publish.hentry {
    margin-top: -25px;
}

#post-78 p {
    text-align: justify;
}

.page-id-18 .entry-title,
.page-id-174 .entry-title,
.page-id-176 .entry-title,
.page-id-20 .entry-title{
    background: url("../../uploads/2014/12/faq-banner.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    color: #fff;
    font-size: 34px;
    padding: 245px 0 22px 22px;
    text-align: left;
    line-height: 1;
 margin-bottom: 20px;
}
#post-14 .entry-title,
#post-18 .entry-title,
#post-174 .entry-title,
#post-176 .entry-title,
#post-20 .entry-title
{
display:none;
}
.page-id-287 .custom-title,
.page-id-292 .custom-title
{
display:none;
}
.page-id-14 .entry-title,.page-id-172 .entry-title{
    background: url("../../uploads/2014/12/faq-banner.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    color: #fff !important;
    font-size: 34px !important;
    padding:245px 0 22px 22px;
    text-align: left;
   line-height: 1;
 margin-bottom: 20px !important;
 font-weight: normal !important;
}

.page-id-172 .entry-title, .page-id-10 .entry-title {
    background: url("../../uploads/2014/12/faq-banner.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    color: #fff !important;
    font-size: 34px !important;
    font-weight: normal !important;
    line-height: 1 !important;
    margin-bottom: 20px !important;
    padding: 245px 0 22px 22px;
    text-align: left;
    text-transform: uppercase;
}


.blog .attachment-post-thumbnail.wp-post-image {
    float: left;
    margin-right: 15px !important;
}
.thing.one .hover,.thing.two .hover,.thing.three .hover,.thing.four .hover ,.thing.six .hover{
    padding-top: 15px;
}
.attachment-700.wp-post-image {
    width: 100% !important;
 height: 350px !important;

}
.blog-slider {
    margin-bottom: 12px;
}
.blog #content .entry-title {
    margin-bottom: 0;
 /*   margin-top: -5px;
    padding-top: 0; */
   margin-top: -10px;
    padding-top: 10px;
}
.post-content p {
    margin-bottom: 0px;
}
#categories-3 li {
    list-style: disc;
}
#categories-3 li a {
    color: #000;
    font-size: 12px;
}
.hover strong {
    text-transform: uppercase;
    margin-bottom: -6px !important;
    display: block;
}
.cradit-2 {
    font-size: 8px;
    line-height: 10px;
}
.cradit-2 > a {
    color: #fff;
    text-decoration: none;
}
.img-title1.c2 {
    margin-top: -56px;
}

.bqe-sidebar li {
    list-style: outside none disc;
}

.bqe-sidebar a {
    color:#000;
}
.social-icon > a {
    background: none repeat scroll 0 0 #000;
    color: #fff;
    font-size: 38px;
    margin-right: 10px;
text-decoration: none !important;
border-radius:5px;

}

.social-icon > a:hover
{
 background: none repeat scroll 0 0 #00aae9;
 transition: all 1s ease 0s;
 

}
.social-icon .fa.fa-twitter {
   /* padding: 5px 0px 5px 6px; */
padding: 5px 0px 5px 9px;
}
.social-icon .fa.fa-facebook {
  /*   padding: 5px 8px 0 15px; */
padding: 5px 8px 0 17px;
}


.tooltips.trip-adv > img {
    width: 30px;
}


a.tooltips {
  position: relative;
  display: inline;
}
a.tooltips span {
  position: absolute;
  width:185px;
  color: #00AAE9;
  background: #D3D3D3;
  height: 29px;
  line-height: 29px;
  text-align: center;
  visibility: hidden;
  border-radius: 6px;
}
a.tooltips span:after {
  content: '';
  position: absolute;
  top: 100%;
  left: 25%;
  margin-left: -8px;
  width: 0; height: 0;
  border-top: 8px solid #D3D3D3;
  border-right: 8px solid transparent;
  border-left: 8px solid transparent;
}
a:hover.tooltips span {
  visibility: visible;
  opacity: 0.8;
  bottom: 30px;
  left: 50%;
  margin-left: -76px;
  z-index: 999;
}
.tooltips.trip-adv {
    padding: 0 10px;
}
.tooltips > span {
    font-size: 15px;
    font-family: Arial;
}
a.tooltips:hover span {
    bottom: 50px;
    left: 40%;
    margin-left: -40px;
    opacity: 0.8;
    visibility: visible;
    z-index: 999;
}


.header-icon > a {
    text-decoration: none;
}


.header-icon a:hover {
    background-color: #676767;
    color: #00aae9;
    transition: all 1s ease 0s;
}


.blog, #wrapper {
    padding-bottom: 0px;
}



#post-172, #post-18,post-174,post-176,post-20, .entry-title {
    padding-bottom: 10px !important;
}
.entry-content ul {
    list-style: outside none disc;
    margin-left: 20px;
}
input:focus {
   border:1px solid #000;
outline: 0;
}
.page-id-162 #main{
    clear: both;
    overflow: hidden;
    padding: 32px 0 0;
}
.page-id-164 #main,
.page-id-166 #main,
.page-id-168 #main,
.page-id-170 #main {
    clear: both;
    overflow: hidden;
    padding: 32px 0 0;
}
.expect-inner .thing h3 {
    color: #fff !important;
    font-family: centurygothicbold;
    font-size: 16px;
    margin-top: -89px !important;
    padding: 20px;
    text-transform: uppercase;
}
.ngg-gallery-thumbnail-box {
    float: left;
    margin-bottom: 10px  !important;
    margin-right: 5px;
}

.social-icon .eagle:hover
{
   background-color: #d3d3d3;
   color:#blue;
    transition: 1s;
    background-image: url("../../uploads/2014/12/icon-white-bg.png");
    background-position: 10px center;
    background-repeat: no-repeat;
    border-radius: 5px;
    
}
.social-icon .eagle{
    /* background-color: #000;
    background-image: url("../../uploads/2014/12/icon-bg.png");
    background-position: 10px center;
    background-repeat: no-repeat;
    border-radius: 5px;
    color: #fff;
    font-family: CenturyGothicRegular;
    font-size: 16px;
    line-height: 40px;
    margin-left: 0;
    margin-top: -3px;
    padding-bottom: 5px;
    padding-left: 50px;
    padding-top: 7px;
    position: absolute;
    text-align: center; */
  background-color: #000;
  background-image: url("../../uploads/2014/12/icon-bg.png");
  background-position: 10px center;
  background-repeat: no-repeat;
  border-radius: 5px;
  color: #fff;
  font-family: CenturyGothicRegular;
  font-size: 16px;
  padding: 18px 14px 14px 53px;
  position: relative;
  text-align: center;
  top: -7px;
}
.social-icon a:hover{
 background-color: #d3d3d3;
/* color:#00AAE9; */
color:blue;
}
.title-left {
  float: left;
  font-size: 21px;
  font-weight: bold;
  margin-top: -8px;
}
 .b-btn {
    float: right;
    margin-top: -10px;
}

.title-section .b-btn {
    float: right;
    margin-top: -42px;
}
.title-10 {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 8px;
    margin-top: 5px;
}
.black-border {
    border:1px solid #8c979f;
    margin-top:0px;
    padding: 5px 10px 0;
}
.title-section .footer-buyticket img:hover{
margin-top:3px !important;
}
.dtd {
    background: none repeat scroll 0 0 #aec6cf;
    font-size: 12px;
    line-height: 22px;
    margin-left: 5px;
    margin-top: -9px;
    padding: 5px 10px 0;
}
.b-btn-2 > img {
    height: auto !important;
    margin-left: 2px !important;
    margin-top: -12px !important;
   
}
.b-btn-2 img:hover {
    margin-top: -10px !important;
}
.other-bqe h1 {
    background-color: #e3e3e3;
    color: #1b1b1b;
    font-family: centurygothicbold;
    font-size: 37px;
    line-height: 66px;
    margin-bottom: 20px;
    text-align: center;
    text-transform: uppercase;
}
.dtd .b-btn-2:hover{

}
.other-bqe .tour-image {
    float: left;
    margin-bottom:18px;
    margin-right: 0;
}
.tour-image.other-middle {
    margin: 0 48px;
}
.dtd .b-btn-2 {
    margin-right: 6px;
    margin-top: 9px !important;
    position: absolute;
}

.will-burg-img > img {

}
.p-creadit a {
    color: #000;
    text-decoration: none;
}
.p-creadit {
    clear: both;
    color: #000;
    font-size: 9px;
    font-style: italic;
    line-height: 12px;
    margin-bottom: 18px;
    margin-top: -28px;
    padding-left: 10px;
    text-align: left;
}
.page-id-162 .p-creadit {
  /*  margin-top: -41px;*/ 
}
.will-burg-img {
    float: left;
    margin-bottom: -2px;
    margin-right: 4px;
    width: 49%;
}
.page-id-164 .p-creadit {
    margin-top: -25px;
clear:both;
}
.tp-caption a:hover {
 
}
.page-id-166 .p-creadit {
    margin-top: 0;
}

.black-bottom > h1 {
  color: #1b1b1b !important;
  font-family: centurygothicbold;
  font-size: 22px;
  line-height: 30px !important;
  text-align: center;
}
.imgt-left-s {
    color: #fff;
    float: left;
    font-size: 20px;
    line-height: 21px;
    padding: 4px 0;
    width: 220px;
}
.page-id-162 .entry-title,.page-id-166 .entry-title,.page-id-168 .entry-title,.page-id-164 .entry-title,.page-id-170 .entry-title {
    display: none;
}
.title-section {
    border-bottom: 1px solid #8c979f;
    margin-bottom: 5px;
  margin-top: 8px;
}
.title-left {
    color: #686868;
    float: left;
    font-size: 24px;
    font-weight: bold;
    line-height: 28px;
    margin-top: -8px;
    padding:0 10px 3px 0;
    width: 73%;
}
.title-section .footer-buyticket {
    float: right;
    margin-top: 34px;
    width: 122px;
}

#footer {
    margin-top: 10px;
}
.black-bottom {
    margin-top: 11px;
    padding-left: 6px;
    padding-top: 15px;
padding-bottom:28px;
   background: none repeat scroll 0 0 #686868;
}
.btwz:hover{
margin-top:3px;
}
#recent-posts-3 li {
    list-style: outside none disc;
}
#recent-posts-3 a {
    color: #000;
}
.tp-caption.big_white {
  /*  background-color: transparent !important;
    background-image: url("../../uploads/2015/01/caption-hover1.png") !important;
    background-position: left 4px;
    background-repeat: repeat-x; */
}
.home .img-title1.c2 {
    margin-top: -55px;
}
.dtd > ul {
   margin-left: 25px;
    padding-bottom: 7px;
}
.price-person-section {
    margin: 5px auto -10px;
    width:71%;
}
.price-text {
  color: #fff;
  font-size: 18px;
  margin-bottom: 7px;
  margin-top: 10px;
  text-align: center;
}
.price-text > a {
    color: #fff;
    text-decoration: none;
}

.other-bqe {
    margin-top: -14px;
}

.expect.expect-inner h1 {
    margin-bottom: 13px !important;
}
#post-176 .expect h1 {
    padding-left: 10px;
    text-align: left;
}

.black-border .title-10 {
    color: #686868;
}
.black-border > ul {
       color: #686868;
    margin-bottom: 10px !important;
}
.black-border span{
   color: #333;
}
.black-border li {
    margin-bottom: 5px;
}
.page-id-292 .entry-content ul ul li {
    margin-bottom: 10px;
}
.page-id-287 h1.entry-title, .page-id-292 h1.entry-title, .page-id-585 h1.entry-title, .page-id-292 h1.entry-title {
    border-bottom: 1px solid #000;
    margin-bottom: 12px !important;
    margin-top: -2px !important;
    padding-bottom: 0 !important;
    text-transform: capitalize;
}
#overlay {

    opacity: 1 !important;
}
.page-id-170 .tour-right {
   
}

#categories-3 .widget-title,#recent-posts-3 .widget-title{
margin-bottom: 5px;
}
/******************** Tool tip image **********************/

.enlarge img{

    }
.enlarge span{
    position:absolute;
    left: -9999px;
    background-color:#fff;
    padding: 10px;
    font-family: 'Droid Sans', sans-serif;
    font-size:.9em;
    text-align: center;
    color: #495a62;
    -webkit-box-shadow: 0 0 20px rgba(0,0,0, .75));
    -moz-box-shadow: 0 0 20px rgba(0,0,0, .75);
    box-shadow: 0 0 20px rgba(0,0,0, .75);
    -webkit-border-radius: 0px;
    -moz-border-radius:0px;
    border-radius:0px;
    }
.enlarge .will-burg-img:hover{
    z-index: 50;
    cursor:pointer;
    }
.enlarge span img{
    background: none repeat scroll 0 0 #fff;
    margin-bottom: -7px !important;
    margin-left: 0 !important;
    margin-top: 1px !important;
    padding: 2px;
    }
.enlarge .will-burg-img:hover span{
    top: 11.5%; 
    left: 17.9%; 
    }


.enlarge img, .enlarge span{
  
    }

.enlarge .will-burg-img.bottom-large-pic:hover span{
    top: 16.5%; 
    left: 17.9%; 
    }
.enlarge .will-burg-img.middle-large-pic.bottom-first:hover span{
   top: 10.3%; 
    left: 17.9%; 
    }

.page-id-164 .enlarge .will-burg-img:hover span{
    top: 10.3%; 
    left: 17.9%; 
    }
.page-id-164 .enlarge .will-burg-img.middle-large-pic:hover span{
    top: 10.3%; 
       left: 17.9%; 
    }
.enlarge .will-burg-img.middle-large-pic:hover span{
    top: 11.5%; 
       left: 17.9%; 
    }
.page-id-166 .enlarge .will-burg-img:hover span {
    left: 33%;
    top: 11.5%;
}
.page-id-166 .enlarge .will-burg-img.middle-forth:hover span {
    left: 20%;
    top: 11.5%;
}
.size-full.wp-image-463.aligncenter {
    margin-top: 46px !important;
}
.will-burg-img.bottom-large-pic:hover span {
 /*    left: 43% !important; */
}
.page-id-166 .enlarge .will-burg-img.middle-forth:hover span {
    left: 33% !important;
    top: 11.5%;
}
.page-id-166 .enlarge .will-burg-img.middle-large-pic.bottom-first:hover span {
    left: 18.2%;
    top: 11.3%;
}
.page-id-162 .enlarge .will-burg-img.bottom-large-pic:hover span {
    left: 32.6% !important;
    top: 7.3% !important;
}
.will-burg-img.bottom-large-pic.right-large-pic > span {
  /*   margin-left: 20% !important; */
}
.enlarge .will-burg-img.middle-large-pic.pt-tour:hover span{
    top: 37%; 
       left: 30%;
    }
.enlarge .will-burg-img.middle-large-pic.pt-five:hover span{
    left: 53%;
    top: 33%;
}
.enlarge .will-burg-img.middle-large-pic.pt-six:hover span {
    left: 30%;
    top: 40%;
}
.enlarge .will-burg-img.middle-large-pic.pt-seven:hover span {
   left: 30%;
    top: 43%;
}
.page-id-170  .enlarge .will-burg-img:hover span {
    left: 29.9%;
    top: 11.5%;
}
.book-it {
  margin-bottom: 4px;
  margin-top: 4px;
}
.to-book {
  text-align: left;
}
.will-burg-img.right-large-pic span {
    margin-left: 20% !important;
}
.will-burg-img.right-large-pic-2 span {
    margin-left: 4% !important;
}

#post-162  .expect.expect-inner {
    margin: 0 !important;
}


h2.resp-accordion {
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  background-color: #515153;
  border-color: #c1c1c1;
  border-image: none;
  border-right: 1px solid #c1c1c1;
  border-style: solid;
  border-width: 0 1px 1px;
  color: #fff !important;
  font-size: 18px !important;
  margin: 0 !important;
  padding: 10px 15px;
}

.resp-arrow:after {
  /* content: "expand";
  font-size: 10px;
  margin-left: -65px;
  margin-top: -17px;
  padding-left: 23px;
  position: absolute; */
}
.resp-tab-active .resp-arrow:after {
 /*   content: "close";
    font-size: 10px;
    margin-left: -65px;
    margin-top: -8px;
    padding-left: 23px;
    position: absolute; */
}



.resp-arrow {
  border-left: medium none !important;
  border-right: medium none !important;
  border-top: 12px solid #c1c1c1;
  float: right;
  height: 0;
  margin-top: 3px;
  width: 0;
}


h2.resp-tab-active span.resp-arrow {
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  border-color: -moz-use-text-color transparent #9b9797;
  border-image: none;
  border-style: none !important;
  border-width: medium 6px 12px;
}

.ab-border {
    border-bottom: 1px solid;
}
.wai-link {
    margin-bottom: 10px;
    margin-top: -38px;
    text-align: right;
}
.top-border {
  border-top: 1px solid;
}
.waiber-right {
    float: right;
    width: 38%;
}
.waiber-left {
  float: left;
  margin-right: 50px;
  width: 52%;
}
.footer-waiber {
  margin-bottom: 10px;
  margin-top: 35px;
}
.top-border {
    border-top: 1px solid;
    margin-bottom: 35px;
}
.page-id-10 .img-title1 {
  margin-top: -56px;
}
.gift-page {
 /*    background-image: url("images/gift-bg.png");
    background-repeat: no-repeat; */
}
.gift-certificate {
    float: right;
    width: 58%;
}
.gift-form {
  float: left;
  margin-top: -8px;
  width: 40%;
}
.gform_wrapper .top_label .gfield_label {

    font-weight: normal !important;
 font-size: 16px;

}
#input_1_1 {
   
}
.gift-page input[type="text"], .gift-page input[type="email"], .gift-page input[type="tel"],.gift-page textarea {
    background: none repeat scroll 0 0 #fff;
    border: 1px solid #ddd;
    margin: 0 0 5px;
    padding: 2px !important;
}
#input_1_2 {
    width: 24% !important;
}
#input_1_4 {
    height: 80px;
}
.page-id-168 .enlarge .will-burg-img:hover span {
    left: 17.9%;
    top: 10.5%;
}
.page-id-168  .will-burg-img.two:hover span{
   left: 32.6%;
    top: 10.5%;
}
.page-id-10 .other-bqe {
    margin-top: 10px;
}
.imgt-right.lm {
    background: none repeat scroll 0 0 #bec8d1;
    font-size: 18px;
    line-height: 17px;
    margin-top: 9px;
    padding-bottom: 2px;
}
.resp-accordion > a {
    color: #fff;
    text-decoration: none;
}
.resp-accordion .open {
    background: url("images/close-traingle.png") no-repeat scroll right center blue;
}
.resp-accordion a {
    background-image: url("images/triangle.png");
    background-position: right center;
    background-repeat: no-repeat;
    padding: 10px 15px !important;
}
h2.resp-accordion {
  padding: 0 !important;
}
.switch {
    text-align: right;
}
.page-id-170 .tour-left {
    float: left;
    margin-right: 10px;
    max-width: 100%;
    width: 78%;
}
.page-id-170 .tour-right {
    float: right;
    margin-right: 8px;
    max-width: 100%;
    width: 20%;
}
.page-id-170  .will-burg-img {
    width: 100%;
}
.page-id-170 .dtd {
    background: none repeat scroll 0 0 #aec6cf;
    margin-left: 0;
    margin-top: 10px;
margin-bottom: 19px;
    font-size: 14px;
    padding: 5px 10px 6px;
}
.gray-blue {
    background: none repeat scroll 0 0 #cad5d1;
    font-size: 12px;
    line-height: 22px;
    margin-bottom: 15px;
    margin-left: 0;
    margin-top: 10px;
    padding: 6px 10px 1px;
}
.ffs-tabbed-nav {
    margin: -16px 0 20px !important;
}
.page-id-170 .black-border {
    background: none repeat scroll 0 0 #bcc0c1;
    border: 0px solid #8c979f;
    margin-top: 0;
    padding: 5px 10px 6px;
}
#post-170 .dtd > ul {
    margin-left: 25px;
    padding-bottom: 0;
}
.page-id-170 .black-border .title-10 {
    color: #333;
}
.page-id-170 .black-border > ul {
    color: #333;
    margin-bottom: 10px !important;
}
.dtbbw-box .tour-image {
    float: left;
    margin-bottom: 3px;
    margin-right: 0;
    width: 410px;
}
.dtbbw-box .img-title1 {
    margin-left: 5px;
   margin-top: -70px;

}

.page-id-168 .black-bottom {
   padding-bottom: 41px;
    padding-top: 47px;
}
.tour-title {
    font-family: CenturyGothicBold;
 background-color: #e3e3e3;
    font-size: 26px;
     line-height: 36px;
    text-align: center;
    text-transform: uppercase;
    color:#000;
padding-top:4px;
}
.page-id-20 .expect h1 {
    background-color: #e3e3e3;
    color: #1b1b1b;
    font-family: centurygothicbold;
    font-size: 22px;
    line-height: 66px;
    margin-bottom: 13px;
       padding: 5px;
    text-align: left;
}
.post-thumb-img .pinit {
    display: block;
}
.post-thumb-img:hover .pinit {
    display: block;
}
.post-thumb-img .pinit {
    float: right;
    height: 30px;
    margin-left: 615px;
    margin-right: 0;
    margin-top: -42px;
    position: absolute;
    text-align: right;
}
.ab-border-about {
    background-color: #e3e3e3;
    color: #1b1b1b;
    font-family: centurygothicbold;
    font-size: 22px;
    line-height: 26px;
    margin-bottom: 13px;
       padding: 5px;
    text-align: left;
}
.st_googleplus_large .stLarge {
    background-image: url("../../uploads/2015/02/googleplus_32.png") !important;
}
.st_pinterest_large .stLarge {
    background-image: url("../../uploads/2015/02/pinterest_32.png") !important;
border-radius: 4px !important;
}
.cnt-buyticket img:hover{margin-top:3px !important;}
.hover-space {
    height: 80px;
}
.cf-btn {
    margin-right: 2px;
    text-align: right;
}
.nm input {
    width: 235px !important;
}
.tour-title img {
    position: relative;
    top: 1px;
}
.alignleft.img-space {
    margin-right: 18px !important;
}
.new-phone {
  /*   color: #fff;
    font-size: 18px;
    margin-top: 10px;
    text-align: center; */
    color: #000;
    font-size: 10.5px;
    margin: -28px auto -28px 88px;
    position: absolute;
    text-align: left;
    width: auto;
}
.page-id-162 .black-bottom {
      padding-bottom: 22px;
    padding-top: 26px;
}
.page-id-164 .black-bottom {
    padding-bottom: 19px;
    padding-top:23px !important;
}
.page-id-10 .entry-title {
    margin-bottom: 10px !important;
}
.page-id-166 .black-bottom {
      padding-bottom: 37px;
    padding-top: 41px;
}
.book-it-phone {
    float: right;
    font-size: 11px;
    line-height: 16px;
    margin-top: -31px;
    padding-left: 6px !important;
    width: 33%;
}
.blog .hentry {
    margin: 0 0 15px;
}
.single-post .p-creadit {
    clear: both;
    color: #000;
    font-size: 9px;
    font-style: italic;
    line-height: 12px;
    margin-bottom: 16px;
    margin-top: -6px;
    padding-left: 0;
    text-align: left;
}
.black-btn img {
    border-radius: 4px;
}
.book-it-phone > span {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    box-shadow: 0 0;
    color: #333;
    font-family: OpenSansRegular;
    font-size: 11px;
    left: auto;
    margin-left: 24px;
    padding: 0;
    position: relative;
}

.tabel-header > td:nth-child(1) {
    width: 35%;
}
.tabel-header > td:nth-child(1){
    width: 48%;
}
.tabel-header > td:nth-child(2) {
    width: 8%;
}
.tabel-header > td:nth-child(4)
{
   width: 25%;
}
.even td:nth-child(1), .odd td:nth-child(1) {
    font-size: 12px;
    width: 48%;
}
.gift-table tr td {
    font-size: 12px;
}
.gift-tabl{
    border: 1px solid #ddd;
}
.gift-table tr td {
    line-height: 18px;
    padding: 4px;
    vertical-align: middle;
border:1px solid #ddd;
}
.tabel-header {
    background: none repeat scroll 0 0 #e3e3e3;
    font-weight: bold;
    text-align: center;
}
.tabel-header > td:nth-child(3) {
    width: 20%;
}
.gift-certificate .tour-image {
    float: left;
    margin-bottom: 10px;
    margin-right: 9px;
    width: 49%;
}
.gift-certificate .imgt-left {
    font-size: 15px;
    width: 68%;
}
.gift-certificate .imgt-left-s {

    font-size: 15px;
    width: 66%;
}
.gift-certificate  .img-title1 {
    margin-top: -76px;
}
.tour-image.nospace {
    margin-right: 0;
}
.gift-certificate .img-title1.c2 {
    margin-top: -69px;
}
.alignleft.size-full.wp-image-1123 {
    margin-right: 10px !important;
}
.alignleft.size-full.wp-image-1135, .alignleft.size-full.wp-image-1136, .alignleft.size-full.wp-image-1137 {
  margin-right: 10px !important;
}
.enlarge .will-burg-img.bottom-large-pic.middle-large-pic.two:hover span {
    top: 7% !important;
}
.page-id-168 .enlarge .will-burg-img.two:hover span {
    top: 6.7% !important;
}
.home .post-content span:nth-child(2) {
    display: none;
}
#fancyboxID-1 input[type="text"],
#fancyboxID-2 input[type="text"] ,
#fancyboxID-3 input[type="text"],
#fancyboxID-4 input[type="text"]  {
    background: none repeat scroll 0 0 #fff;
    font-size: 14px;
    margin-bottom: 3px;
    padding: 4px !important;
    width: 275px;
}
#fancyboxID-1 p,
#fancyboxID-2 p,
#fancyboxID-3 p,
#fancyboxID-4 p {
    text-align: center;
margin-top:5px;}

#fancyboxID-1 td,
#fancyboxID-2 td,
#fancyboxID-3 td,
#fancyboxID-4 td {
    font-size: 14px;
    padding: 3px !important;
}
.menu-bottom-menu-container ul ul {
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
    display: none;
    float: left;
    left: 0;
    position: absolute;
    top: -48px;
    width: 150px;
    z-index: 99999;
}
.menu-bottom-menu-container ul li:hover > ul {
    display: block;
}
.menu-bottom-menu-container ul ul li {
    display: block !important;
    background: #fff;
    color: #000;
}
.menu-bottom-menu-container ul ul li a {
    color: #000 !important;
    display: block;
    padding: 3px 10px;
text-decoration:none !important;
}
.menu-bottom-menu-container ul ul li a:hover{
    background: none repeat scroll 0 0 #000;
    color: #fff !important;
}
.menu-bottom-menu-container ul ul li:after {
    content: '' !important;
}
#menu-bottom-menu ul li:after {
    content: " " !important;
    display: none;
}
.page-id-170 .title-left {
    width: 51%;
}
.starting-tour-note {
    background: none repeat scroll 0 0 #aec6cf;
    border: 1px solid;
    float: right;
    font-size: 10px;
    line-height: 9px;
    margin-bottom: 4px;
    padding: 2px;
    width: 41%;
}
.gre-bg
{
    background: none repeat scroll 0 0 #bcc0c1;
    border: 0 solid #8c979f;
    margin-top: 0;
    padding: 5px 10px 6px;
    margin-bottom: 20px;
}
.gre-bg2 .ab-border-about {
    background-color: transparent;
    font-size: 21px;
}
.gre-bg .ab-border-about {
    background-color: transparent;
    font-size: 21px;
}
.gre-bg2{
    background: none repeat scroll 0 0 #aec6cf;
    font-size: 14px;
    margin-bottom: 19px;
    margin-left: 0;
    margin-top: 10px;
    padding: 5px 10px 6px;
}

.nav-previous > a {
    border: 1px solid;
    border-radius: 3px;
    font-size: 14px;
    font-weight: bold;
    line-height: 40px;
    padding: 5px 14px;
}
.nav-next > a {
    border: 1px solid;
    border-radius: 3px;
    font-size: 14px;
    font-weight: bold;
    line-height: 40px;
    padding: 5px 14px;
}
.imgtt-left-s {
    color: #fff;
    float: left;
    font-size: 16px;
    line-height: 21px;
    padding: 4px 0;
    width: 260px;
}
.pinitpost {
    float: right;
    margin-right: 10px;
    margin-top: -36px;
    text-align: right;
}
.even td:nth-child(2), .odd td:nth-child(2) {
    text-align: center;
}
.gift-page .imgtt-left-s {
    color: #fff;
    float: left;
    font-size: 19px;
    line-height: 25px;
    padding: 4px 0;
 /*   width: 134px;*/
}
.paypal-btn {
    float: right;
    line-height: 14px;
    margin-top: 14px;
    width: 34%;
}
.gift-certificate .paypal-btn {
    float: right;
    line-height: 14px;
    margin-top: -26px;
    width: 34%;
}
#nav-below {
    margin: -34px auto -8px;
    width: 323px;
}
.meta-nav {
    font-size: 25px;
    font-weight: bold !important;
    position: relative;
    top: 2px;
}
.post-container:nth-child(3) span,.post-container:nth-child(4) span {
    margin-top: 20px;
}
.page-id-172 .gre-bg li,.gre-bg2  {
    font-size: 12px;
    line-height: 15px;
}
.page-id-172 .gre-bg2{   margin-top: -10px;}
.even p, .odd p {
    text-align: left;
}
.page-id-164 .to-book {
    padding-bottom: 10px;
    text-align: left;
}
.page-id-164 .dtd {
    padding: 9px 10px 0;
}
.home-pageblog h1 a {
    color: #1b1b1b;
    text-decoration: none;
}
.single .entry-utility {
    margin-top: -5px !important;
}
#text-25 .current {
    display: none;
}
.recentpost > li {
  list-style: outside none disc;
}
.recentpost a {
  color: #000;
}
.nav-previous .meta-nav::after {
    content: "← Previous Post ";
    font-size: 15px;
    position: relative;
    top: -2px;
}
.nav-next .meta-nav::after {
    content: "Next Post →";
    font-size: 15px;
    position: relative;
    top: -2px;
}
/**********************Css for chrome *****/
#menu-bottom-menu li::after {
    margin-left: 13px;
}
.page-id-164 .dtbbw-box {
    margin-top: -1px;
}
@media screen and (-webkit-min-device-pixel-ratio:0) { 
.social-icon .fa.fa-facebook {
padding: 5px 18px 0px 18px;
}
.page-id-162 #main
{
clear: both;
overflow: hidden;
padding: 22px 0 0;
}
.page-id-164 #main, .page-id-166 #main, .page-id-168 #main, .page-id-170 #main {
clear: both;
overflow: hidden;
padding: 30px 0 0;
}
.dtd {
background: none repeat scroll 0 0 #aec6cf;
font-size: 12px;
line-height: 22px;
margin-left: 5px;
padding: 5px 10px 0;
}
.expect.expect-inner {
margin-top: 0px !important;
}
.page-id-170 .black-border {
padding: 5px 10px 7px;
}
.page-id-170 .dtd {
padding: 5px 10px 8px;
}

.page-id-166 .hentry {
margin: 0 0 0px 0;
}
.page-id-168 .black-bottom {
padding-bottom: 73px;
padding-top: 75px;
}
.page-id-162 .black-bottom {
padding-bottom: 25px;
padding-top: 35px;
}
.page-id-164 .black-bottom {
padding-bottom: 21px;
padding-top: 30px !important;
}
.cnt-news .newsletter-email {
width: 281px !important;
}
.page-id-166 .black-bottom {
padding-bottom: 53px;
padding-top: 60px !important;
}
.social-icon .eagle{    margin-top: -4px;}
.page-id-164 .p-creadit {
margin-top: 0;
clear: both;
}
.post-container:nth-child(3) span, .post-container:nth-child(4) span {
margin-top: 0px;
}
.page-id-164 .dtd {
padding: 7px 10px 0;
}
}
.tp-caption a {
    color: #fff !important;
    text-decoration: none;
    text-shadow: none;
    transition: all 0.2s ease-out 0s;
}
/******************************************* End Chrome css**************************/

img.avatar.avatar-40.photo {
display: none;
}