/*
Theme Name: Cruise Liverpool v2
Author: iprogress
Author URI: http://www.iprogress.co.uk
Description: The 2013 theme for Liverpool Cruise Terminal.
Version: 2
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: light, gray, white, blue
Text Domain: Cruise liverpool v2

*/

/* =Notes
--------------------------------------------------------------
This stylesheet uses rem values with a pixel fallback. The rem
values (and line heights) are calculated using two variables:

$rembase:     14;
$line-height: 24;

---------- Examples

* Use a pixel value with a rem fallback for font-size, padding, margins, etc.
	padding: 5px 0;
	padding: 0.357142857rem 0; (5 / $rembase)

* Set a font-size and then set a line-height based on the font-size
	font-size: 16px
	font-size: 1.142857143rem; (16 / $rembase)
	line-height: 1.5; ($line-height / 16)

---------- Vertical spacing

Vertical spacing between most elements should use 24px or 48px
to maintain vertical rhythm:

.my-new-div {
	margin: 24px 0;
	margin: 1.714285714rem 0; ( 24 / $rembase )
}

---------- Further reading

http://snook.ca/archives/html_and_css/font-size-with-rem
http://blog.typekit.com/2011/11/09/type-study-sizing-the-legible-letter/


blue colour: #b48f5b;


/* =Reset
-------------------------------------------------------------- */

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, 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, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	vertical-align: baseline;
}
body {
	line-height: 1;
}
ol,
ul {
	list-style: none;
}
blockquote,
q {
	quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
caption,
th,
td {
	font-weight: normal;
	text-align: left;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}
html {
	overflow-y: scroll;
	font-size: 100%;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}
a:focus {
	outline: thin dotted;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
	display: block;
}
audio,
canvas,
video {
	display: inline-block;
}
audio:not([controls]) {
	display: none;
}
del {
	color: #333;
}
ins {
	background: #fff9c0;
	text-decoration: none;
}
hr {
	background-color: #ddd;
	border: 0;
	clear:both;
	height: 1px;
	margin: 24px 0;
	margin-bottom: 1.714285714rem;
}
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sup {
	top: -0.5em;
}
sub {
	bottom: -0.25em;
}
small {
	font-size: smaller;
}
img {
	border: 0;
	-ms-interpolation-mode: bicubic;
}


/* Clearing floats */
#content,
.clear:after,
.wrapper:after,
.format-status .entry-header:after {
	clear: both;
}
.clear:before,
.clear:after,
.wrapper:before,
.wrapper:after,
.format-status .entry-header:before,
.format-status .entry-header:after {
	display: table;
	content: "";
}


/* =Repeatable patterns
-------------------------------------------------------------- */

/* Small headers */
.archive-title,
.page-title,
.entry-content th,
.comment-content th {
	font-size: 36px;
	font-size: 2.571428571rem;
	/*font-size: 11px;
	font-size: 0.785714286rem;
	line-height: 2.181818182;
	font-weight: bold;
	text-transform: uppercase;
	color: #636363;*/
}

/* Shared Post Format styling */
article.format-quote footer.entry-meta,
article.format-link footer.entry-meta,
article.format-status footer.entry-meta {
	font-size: 11px;
	font-size: 0.785714286rem;
	line-height: 2.181818182;
}

/* Form fields, general styles first */
button,
input,
textarea,
.frm_form_fields input {
	border: 1px solid #ddd;
	/*border-radius: 3px;*/
	font-family: inherit;
	padding: 6px !important;
	padding: 0.428571429rem !important;
	width:98% !important;
}
button,
input {
    line-height: normal;
}
textarea {
	font-size: 100%;
	overflow: auto;
	vertical-align: top;
}

/* Reset non-text input types */
input[type="checkbox"],
input[type="radio"],
input[type="file"],
input[type="hidden"],
input[type="image"],
input[type="color"] {
	border: 0;
	border-radius: 0;
	padding: 0;
}

/* Buttons */
.menu-toggle,
input[type="submit"],
input[type="button"],
input[type="reset"],
article.post-password-required input[type=submit],
li.bypostauthor cite span
 {
	background:#023048 !important;
	border:0px;
	border-radius:0px;
	color:#FFF;
	cursor: pointer;
	padding:7px 10px !important;
	text-decoration:none;
	width:auto !important;
	-webkit-transition: all 500ms cubic-bezier(0.250, 0.100, 0.250, 1.000); 
   -moz-transition: all 500ms cubic-bezier(0.250, 0.100, 0.250, 1.000); 
    -ms-transition: all 500ms cubic-bezier(0.250, 0.100, 0.250, 1.000); 
     -o-transition: all 500ms cubic-bezier(0.250, 0.100, 0.250, 1.000); 
        transition: all 500ms cubic-bezier(0.250, 0.100, 0.250, 1.000); /* ease (default) */
	
}
input[type="submit"] { font-size:14px; line-height:1.6; padding:10px 15px !important; }
.nav-previous a,
.nav-next a
 {
	color:#b48f5b;
	cursor: pointer;
	text-decoration:none;
}
.nav-previous a:hover,
.nav-next a:hover 
{
	color:#000;
}
.more-link { cursor: pointer; color:#b48f5b; }
.more-link:hover { color:#000; }
.menu-toggle,
button {
	cursor: pointer;
	font-size: 20px;
	margin-right: 1.714285714rem;
}
button[disabled],
input[disabled] {
    cursor: default;
}
.menu-toggle:hover,
button:hover,
input[type="submit"]:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
article.post-password-required input[type=submit]:hover,
.menu-toggle:active,
.menu-toggle.toggled-on,
button:active,
input[type="submit"]:active,
input[type="button"]:active,
input[type="reset"]:active {
	color: #fff;
	cursor: pointer;
	background: #b48f5b !important;
	border: none;
	-webkit-transition: all 500ms cubic-bezier(0.250, 0.100, 0.250, 1.000); 
   -moz-transition: all 500ms cubic-bezier(0.250, 0.100, 0.250, 1.000); 
    -ms-transition: all 500ms cubic-bezier(0.250, 0.100, 0.250, 1.000); 
     -o-transition: all 500ms cubic-bezier(0.250, 0.100, 0.250, 1.000); 
        transition: all 500ms cubic-bezier(0.250, 0.100, 0.250, 1.000); /* ease (default) */
}
li.bypostauthor cite span {
	color: #fff;
	background-color: #21759b;
	background-image: none;
	border: 1px solid #1f6f93;
	border-radius: 2px;
	box-shadow: none;
	padding: 0;
}
.meta-nav, a span.meta-nav { color:#b48f5b;}
.meta-nav, a:hover span.meta-nav { color:#000;}

/* Responsive images */
.entry-content img,
.comment-content img,
.widget img {
	max-width: 100%; /* Fluid images for posts, comments, and widgets */
}
img[class*="align"],
img[class*="wp-image-"],
img[class*="attachment-"] {
	height: auto; /* Make sure images with WordPress-added height and width attributes are scaled correctly */
}
img.size-full,
img.size-large,
img.header-image,
img.wp-post-image {
	max-width: 100%;
	height: auto; /* Make sure images with WordPress-added height and width attributes are scaled correctly */
}

/* Make sure videos and embeds fit their containers */
embed,
iframe,
object,
video {
	max-width: 100%;
}
.entry-content .twitter-tweet-rendered {
	max-width: 100% !important; /* Override the Twitter embed fixed width */
}

/* Images */
.alignleft {
	float: left;
}
.alignright {
	float: right;
}
.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.entry-content img,
.comment-content img,
.widget img,
img.header-image,
.author-avatar img,
img.wp-post-image {
	/* Add fancy borders to all WordPress-added images but not things like badges and icons and the like */
	/*border-radius: 3px;*/
	/*box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);*/
}
#google_map { width:100%; height:300px; border-top:1px solid #ddd; border-bottom:1px solid #ddd; margin-bottom:20px; }
.wp-caption {
	max-width: 100%; /* Keep wide captions from overflowing their container. */
	padding: 4px;
}
.wp-caption .wp-caption-text,
.gallery-caption,
.entry-caption {
	font-size: 12px;
	font-size: 0.857142857rem;
	line-height: 2;
	color: #757575;
}
img.wp-smiley,
.rsswidget img {
	border: 0;
	border-radius: 0;
	box-shadow: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}
.entry-content dl.gallery-item {
	margin: 0;
}
.gallery {
	height: auto;
	margin: 0;
	max-width: 100%;
	padding: 0;
}
.gallery br{
	height: 1px;
}
.gallery-item {
	margin: 0px !important;
}
.gallery-icon {
	height: auto;
	max-width: 94%;
	margin:0 6% 6% 0;
	padding: 0;
}
.gallery-icon a {
	display: block;
	height:auto !important;
	max-width: 100%;
	margin:0;
	padding:0;
	width: auto;
}
.gallery-icon a:hover {
	background:url(images/image-closeup.png) top left; 
}
.gallery-icon a img {
	border:0px !important;
	display:block;
	height: auto;
	max-width: 100%;
	padding: 0;

-webkit-transition-property: opacity, visibility;
-moz-transition-property: opacity, visibility;
-o-transition-property: opacity, visibility;
transition-property: opacity, visibility;
-webkit-transition-duration: .5s, 0s;
-moz-transition-duration: .5s, 0s;
-o-transition-duration: .5s, 0s;
transition-duration: .5s, 0s;
-webkit-transition-delay: 0s, .5s;
-moz-transition-delay: 0s, .5s;
-o-transition-delay: 0s, .5s;
transition-delay: 0s, .5s;
}
.gallery-icon a:hover img {
	-webkit-opacity: 0.25;
  -moz-opacity: 0.25;
  opacity: 0.25;
}

.gallery-caption {
	width: 94%;
}
.gallery-caption a {
	display: inline;
}
.cruisecallbutton {
	margin:0;
	max-width:100%;
	width:100%;
}
.cruisecallbuttons {
	margin:0;
}

/* Navigation */
.navwrapper {
	background-color:#fff;
	width:100%;
	-moz-box-shadow: 0px -5px 14px 7px rgba(0,0,0,0.6);
	-webkit-box-shadow: 0px -5px 14px 7px rgba(0,0,0,0.6);
	box-shadow: 0px -5px 14px 7px rgba(0,0,0,0.6);
	position: relative;
	z-index: 2;
}
#site-navigation {
	margin:0 auto;
	max-width:960px;
	}
.site-content nav {
	clear: both;
	line-height: 1.4;
	overflow: hidden;
}
#nav-above {
	padding: 24px 0;
	padding: 1.714285714rem 0;
}
#nav-above {
	display: none;
}
.paged #nav-above {
	display: block;
}
.nav-previous,
.previous-image {
	float: left;
	width: 50%;
}
.nav-next,
.next-image {
	float: right;
	text-align: right;
	width: 50%;
}

#comment-nav-above {
	margin: 48px 0;
	margin: 3.428571429rem 0;
}

/* Author profiles */
.author .archive-header {
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}
.author-info {
	border-top: 1px solid #ededed;
	margin: 24px 0;
	margin: 1.714285714rem 0;
	padding-top: 24px;
	padding-top: 1.714285714rem;
	overflow: hidden;
}
.author-description p {
	color: #757575;
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.846153846;
}
.author.archive .author-info {
	border-top: 0;
	margin: 0 0 48px;
	margin: 0 0 3.428571429rem;
}
.author.archive .author-avatar {
	margin-top: 0;
}
.attachment-post-thumbnail {margin-bottom:30px;}

.icon-menu { width:16px; height:16px;margin-right:5px;}



/* =Basic structure
-------------------------------------------------------------- */

/* Body, links, basics */
html {
	font-size: 87.5%;
}
body {
	font-size: 14px;
	font-size: 1rem;
	font-family: Helvetica, Arial, sans-serif;
	text-rendering: optimizeLegibility;
	color: #000;
}
body.custom-font-enabled {
	font-family: "Lato", Helvetica, Arial, sans-serif;
}
a {
	outline: none; color: #b48f5b; text-decoration:none;
}
a:hover {
	color: #000;
}
#page { height:100%; position:relative;}

/* Assistive text */
.assistive-text,
.site .screen-reader-text {
	position: absolute !important;
	clip: rect(1px, 1px, 1px, 1px);
}
.main-navigation .assistive-text:hover,
.main-navigation .assistive-text:active,
.main-navigation .assistive-text:focus {
	background: #fff;
	border: 2px solid #333;
	border-radius: 3px;
	clip: auto !important;
	color: #000;
	display: block;
	font-size: 12px;
	padding: 12px;
	position: absolute;
	top: 5px;
	left: 5px;
	z-index: 100000; /* Above WP toolbar */
}

/* Page structure */
.site {
	padding: 0 24px;
	padding: 0 1.714285714rem;
}
.site-content {
	background:repeat url(images/white-transparency.png);
	clear:right;
	margin:0px;
	padding:40px 40px 0px 40px;
}
.bluebackground {
	background:repeat url(images/gold-transparency80.png) !important;
}
.widget-area {
	margin: 0;
}

/* Header */
h1.site-title { background:no-repeat url(images/cruise-liverpool-blank.png) center bottom; height:205px; text-align:center; width:191px; }
h1.site-title img{ margin:0 0 0 15px; }
.site-header {
	display:inline-block;
	float:left;
	/*padding: 24px 0;
	padding: 1.714285714rem 0;*/
	position: relative;
	z-index: 2;
}
.site-header h1,
.site-header h2 {
	text-align: center;
}
.site-header h1 a,
.site-header h2 a {
	color: #515151;
	display: inline-block;
	text-decoration: none;
}
.site-header h1 a:hover,
.site-header h2 a:hover {
	color: #21759b;
}
.site-header h1 {
	font-size: 24px;
	font-size: 1.714285714rem;
	line-height: 1.285714286;
	margin-bottom: 14px;
	margin-bottom: 1rem;
}
.site-header h2 {
	font-weight: normal;
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.846153846;
	color: #757575;
}
.header-image {
	margin-top: 24px;
	margin-top: 1.714285714rem;
}
.floated-header {
	float:right;
	max-width:705px;
	margin-top:20px;
	text-align:right;
}
h1.post-header {
	font-size: 36px;
	font-size: 2.571428571rem;
	background:repeat url(images/dark-blue-transparency.png);
	clear:right;
	color:#fff;
	display:inline-block;
	line-height: 1.4;
	margin-bottom: 14px;
	margin-bottom: 1rem;
	padding:8px 40px;
}

/* Navigation Menu */
.main-navigation {
	margin-top: 24px;
	margin-top: 1.714285714rem;
	text-align: right;
}
.main-navigation li {
	display: inline-block;
	margin-bottom: 15px;
	margin-top: 15px;
	font-size: 14px;
	line-height: 1.42857143;
}
.main-navigation a {
	color: #5e5e5e;
	padding:0 15px;
}
.main-navigation a:hover {
	color: #21759b;
}
.main-navigation ul.nav-menu,
.main-navigation div.nav-menu > ul {
	display: none;
}
.main-navigation ul.nav-menu.toggled-on,
.menu-toggle {
	display: inline-block;
}
.main-navigation ul.nav-menu.toggled-on li {
	display: block;
}


/* Banner */
section[role="banner"] {
	margin-bottom: 48px;
	margin-bottom: 3.428571429rem;
}

/* Sidebar */
.widget-area .widget {
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	hyphens: auto;
	margin-bottom: 5px;
	word-wrap: break-word;
}
.widget-area .widget h3 {
/*	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}
.widget-area .widget p,
.widget-area .widget li,
.widget-area .widget .textwidget {
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.846153846;
}
.widget-area .widget p {
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}
.widget-area .textwidget ul {
	list-style: disc outside;
	margin: 0 0 24px;
	margin: 0 0 1.714285714rem;
}
.widget-area .textwidget li {
	margin-left: 36px;
	margin-left: 2.571428571rem;*/
}
.widget-area .widget a {
	color: #757575;
}
.widget-area .widget a:hover {
	color: #21759b;
}
.widget-area #s {
	width: 53.66666666666%; /* define a width to avoid dropping a wider submit button */
}

.homepagebottom { padding-bottom:40px; }
.brochureimages { display:inline; margin-right:27px; float:left; }
.brochureimages a:hover { opacity:0.9; }

/* Footer */
footer[role="contentinfo"] {
	/*border-top: 1px solid #ededed;*/
	bottom:0px;
	clear: both;
	display:block;
	font-size: 12px;
	font-size: 0.857142857rem;
	min-height:49px;
	max-width: 960px;
	max-width: 68.571428571rem;
	margin-left: auto;
	margin-right: auto;
	padding:0;
}
footer[role="contentinfo"] a {
	color: #686868;
}
footer[role="contentinfo"] a:hover {
	color: #21759b;
}
#colophon { clear: both; max-width:960px;}
.site-info { float:right; width:140px; position:relative; }
.site-info a{ bottom:0px; line-height:0px; position:fixed; z-index:699; }
.site-info img {z-index:700;}

.home #social {
	border-top:1px solid #ddd;
	padding-top: 24px;
	padding-top: 1.714285714rem;
	}
#social, .nav-single {
	border-bottom:1px solid #ddd;
	padding: 24px 0;
	padding: 1.714285714rem 0;
	}
.socialleft {
	float:left;
	min-width:70%;
	text-align:left;
}
.socialright {
	float:right;
	text-align:right;
}
#social ul {
	list-style:none;
}
#social ul li {
	display:inline;
	float:left;
	margin:0 10px 0 0;
}
#social ul li a{
	background-repeat:no-repeat;
	cursor:pointer;
	display:block;
	height:20px;
	width:22px;
	-webkit-transition: all 500ms cubic-bezier(0.250, 0.100, 0.250, 1.000);
	-moz-transition: all 500ms cubic-bezier(0.250, 0.100, 0.250, 1.000);
	-ms-transition: all 500ms cubic-bezier(0.250, 0.100, 0.250, 1.000);
	-o-transition: all 500ms cubic-bezier(0.250, 0.100, 0.250, 1.000);
	transition: all 500ms cubic-bezier(0.250, 0.100, 0.250, 1.000);
}
#social ul a.facebook { background-image:url(images/facebook-off.png); }
#social ul a.facebook:hover { background-image:url(images/facebook-on.png); }
#social ul a.twitter { background-image:url(images/twitter-off.png); }
#social ul a.twitter:hover { background-image:url(images/twitter-on.png); }

.footerbottom {
	background:repeat url(images/white-transparency.png);
	clear:both;
	font-size:80%;
	padding:0 40px 32px 40px;
}

div.bottom-banner {padding-top: 20px; text-align: right;}
div.bottom-banner img{max-width:100%;}


/* =Background slide images
-------------------------------------------------------------- */
.cb-slideshow {
	background-color:#084664;
}
.cb-slideshow,
.cb-slideshow:after {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    z-index: 0;
}
.cb-slideshow:after {
    content: '';
    /*background: transparent url(images/pattern.png) repeat top left;*/
}
.cb-slideshow li{
    height: 100%;
}
.cb-slideshow li span {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    color: transparent;
    -o-background-size: cover;
    -moz-background-size: cover;
    -webkit-background-size:cover;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: none;
    opacity: 0;
    z-index: 0;
	-webkit-backface-visibility: hidden;
    -webkit-animation: imageAnimation 36s linear infinite 0s;
    -moz-animation: imageAnimation 36s linear infinite 0s;
    -o-animation: imageAnimation 36s linear infinite 0s;
    -ms-animation: imageAnimation 36s linear infinite 0s;
    animation: imageAnimation 36s linear infinite 0s;
}

.cb-slideshow li:nth-child(1) span { }
.cb-slideshow li:nth-child(2) span {

    -webkit-animation-delay: 6s;
    -moz-animation-delay: 6s;
    -o-animation-delay: 6s;
    -ms-animation-delay: 6s;
    animation-delay: 6s;
}
.cb-slideshow li:nth-child(3) span {

    -webkit-animation-delay: 12s;
    -moz-animation-delay: 12s;
    -o-animation-delay: 12s;
    -ms-animation-delay: 12s;
    animation-delay: 12s;
}
.cb-slideshow li:nth-child(4) span {

    -webkit-animation-delay: 18s;
    -moz-animation-delay: 18s;
    -o-animation-delay: 18s;
    -ms-animation-delay: 18s;
    animation-delay: 18s;
}
.cb-slideshow li:nth-child(5) span {

    -webkit-animation-delay: 24s;
    -moz-animation-delay: 24s;
    -o-animation-delay: 24s;
    -ms-animation-delay: 24s;
    animation-delay: 24s;
}
.cb-slideshow li:nth-child(6) span {

    -webkit-animation-delay: 30s;
    -moz-animation-delay: 30s;
    -o-animation-delay: 30s;
    -ms-animation-delay: 30s;
    animation-delay: 30s;
}
.cb-slideshow li:nth-child(2) div {
    -webkit-animation-delay: 6s;
    -moz-animation-delay: 6s;
    -o-animation-delay: 6s;
    -ms-animation-delay: 6s;
    animation-delay: 6s;
}
.cb-slideshow li:nth-child(3) div {
    -webkit-animation-delay: 12s;
    -moz-animation-delay: 12s;
    -o-animation-delay: 12s;
    -ms-animation-delay: 12s;
    animation-delay: 12s;
}
.cb-slideshow li:nth-child(4) div {
    -webkit-animation-delay: 18s;
    -moz-animation-delay: 18s;
    -o-animation-delay: 18s;
    -ms-animation-delay: 18s;
    animation-delay: 18s;
}
.cb-slideshow li:nth-child(5) div {
    -webkit-animation-delay: 24s;
    -moz-animation-delay: 24s;
    -o-animation-delay: 24s;
    -ms-animation-delay: 24s;
    animation-delay: 24s;
}
.cb-slideshow li:nth-child(6) div {
    -webkit-animation-delay: 30s;
    -moz-animation-delay: 30s;
    -o-animation-delay: 30s;
    -ms-animation-delay: 30s;
    animation-delay: 30s;
}
/* Animation for the slideshow images */
@-webkit-keyframes imageAnimation { 
	0% {
	    opacity: 0;
	    -webkit-animation-timing-function: ease-in;
	}
	8% {
	    opacity: 1;
	    -webkit-transform: scale(1.05);
	    -webkit-animation-timing-function: ease-out;
	}
	17% {
	    opacity: 1;
	    -webkit-transform: scale(1.1);
	}
	25% {
	    opacity: 0;
	    -webkit-transform: scale(1.1);
	}
	100% { opacity: 0 }
}
@-moz-keyframes imageAnimation { 
	0% {
	    opacity: 0;
	    -moz-animation-timing-function: ease-in;
	}
	8% {
	    opacity: 1;
	    -moz-transform: scale(1.05);
	    -moz-animation-timing-function: ease-out;
	}
	17% {
	    opacity: 1;
	    -moz-transform: scale(1.1);
	}
	25% {
	    opacity: 0;
	    -moz-transform: scale(1.1);
	}
	100% { opacity: 0 }
}
@-o-keyframes imageAnimation { 
	0% {
	    opacity: 0;
	    -o-animation-timing-function: ease-in;
	}
	8% {
	    opacity: 1;
	    -o-transform: scale(1.05);
	    -o-animation-timing-function: ease-out;
	}
	17% {
	    opacity: 1;
	    -o-transform: scale(1.1);
	}
	25% {
	    opacity: 0;
	    -o-transform: scale(1.1);
	}
	100% { opacity: 0 }
}
@-ms-keyframes imageAnimation { 
	0% {
	    opacity: 0;
	    -ms-animation-timing-function: ease-in;
	}
	8% {
	    opacity: 1;
	    -ms-transform: scale(1.05);
	    -ms-animation-timing-function: ease-out;
	}
	17% {
	    opacity: 1;
	    -ms-transform: scale(1.1);
	}
	25% {
	    opacity: 0;
	    -ms-transform: scale(1.1);
	}
	100% { opacity: 0 }
}
@keyframes imageAnimation { 
	0% {
	    opacity: 0;
	    animation-timing-function: ease-in;
	}
	8% {
	    opacity: 1;
	    transform: scale(1.05);
	    animation-timing-function: ease-out;
	}
	17% {
	    opacity: 1;
	    transform: scale(1.1);
	}
	25% {
	    opacity: 0;
	    transform: scale(1.1);
	}
	100% { opacity: 0 }
}

/* Show at least something when animations not supported */
.no-cssanimations .cb-slideshow li.slide1 span{
	opacity: 1;
	background-image: url(images/fallback-background.jpg);
}


/* =Main content and comment content
-------------------------------------------------------------- */

.entry-meta {
	clear: both;
	padding-bottom:20px;
}
.entry-header {
	/*margin-bottom: 24px;
	margin-bottom: 1.714285714rem;*/
}
.entry-header img.wp-post-image {
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}
.entry-header .entry-title {
	font-size: 20px;
	font-size: 1.428571429rem;
	line-height: 1.2;
	/*font-weight: normal;*/
}
.entry-header .entry-title a {
	text-decoration: none;
}
.entry-header .entry-format {
	margin-top: 24px;
	margin-top: 1.714285714rem;
	font-weight: normal;
}
.entry-header .comments-link {
	margin-top: 24px;
	margin-top: 1.714285714rem;
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.846153846;
	color: #757575;
}
.comments-link a,
.entry-meta a {
	color: #b48f5b;
}
.comments-link a:hover,
.entry-meta a:hover {
	color: #000;
}
article.sticky .featured-post {
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	color: #757575;
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 3.692307692;
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
	text-align: center;
}
.entry-content,
.entry-summary,
.mu_register {
	line-height: 1.714285714;
}

.entry-summary, .entry-content { background:url(images/paragraph-end-gold.png) no-repeat bottom left; padding-bottom:10px; }

.home div.entry-content.clearfix { background:none !important; }

h1.entry-title,
h2.entry-title, .entry-content h2,
#content h2.comments-title,
h3#reply-title
 {
background-color:#023048 !important;
color:#fff !important;
clear:both;
display:inline-block;
margin-bottom:20px;
padding:10px 15px 10px 40px;
position:relative;
left:-40px !important;
}
h1.entry-title a, h2.entry-title a{color:#fff !important;}
h1.entry-title a:hover, h2.entry-title a:hover{color:#b48f5b !important;}

#featured_slider h2 {left:0px !important;}

.entry-content h1,
.comment-content h1,
/*.entry-content h2,*/
.comment-content h2,
.entry-content h3,
.comment-content h3,
.entry-content h4,
.comment-content h4,
.entry-content h5,
.comment-content h5,
.entry-content h6,
.comment-content h6 {
	margin: 24px 0;
	margin: 1.714285714rem 0;
	/*line-height: 1.714285714;*/
	color:#b48f5b;
}
.entry-content h1,
.comment-content h1,
.homewidgets h3 {
	font-size: 21px;
	font-size: 1.5rem;
	line-height: 1.5;
}
.entry-content h2,
.comment-content h2,
.mu_register h2 {
	font-size: 18px;
	font-size: 1.285714286rem;
	line-height: 1.6;
}
.entry-content h3,
.comment-content h3 {
	font-size: 16px;
	font-size: 1.142857143rem;
	line-height: 1.846153846;
}
.entry-content h4,
.comment-content h4 {
	font-size: 14px;
	font-size: 1rem;
	line-height: 1.846153846;
}
.entry-content h5,
.comment-content h5 {
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.846153846;
}
.entry-content h6,
.comment-content h6 {
	font-size: 12px;
	font-size: 0.857142857rem;
	line-height: 1.846153846;
}
.entry-content p,
.entry-summary p,
.comment-content p,
.mu_register p {
	margin: 0 0 24px;
	margin: 0 0 1.714285714rem;
	line-height: 1.714285714;
}
.entry-content ol,
.comment-content ol,
.entry-content ul,
.comment-content ul,
.mu_register ul {
	margin: 0 0 24px;
	margin: 0 0 1.714285714rem;
	line-height: 1.714285714;
}
.entry-content ul ul,
.comment-content ul ul,
.entry-content ol ol,
.comment-content ol ol,
.entry-content ul ol,
.comment-content ul ol,
.entry-content ol ul,
.comment-content ol ul {
	margin-bottom: 0;
}
.entry-content ul,
.comment-content ul,
.mu_register ul {
	/*list-style: disc outside;*/
}
.entry-content ol,
.comment-content ol {
	list-style: decimal outside;
}
.entry-content li,
.comment-content li,
.mu_register li {
	background:no-repeat url(images/bullet-gold.png) top left;
	margin-left:20px;
	padding-left:15px;
}
.entry-content blockquote,
.comment-content blockquote {
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
	padding: 24px;
	padding: 1.714285714rem;
	font-style: italic;
}
.entry-content blockquote p:last-child,
.comment-content blockquote p:last-child {
	margin-bottom: 0;
}
.entry-content code,
.comment-content code {
	font-family: Consolas, Monaco, Lucida Console, monospace;
	font-size: 12px;
	font-size: 0.857142857rem;
	line-height: 2;
}
.entry-content pre,
.comment-content pre {
	border: 1px solid #ededed;
	color: #666;
	font-family: Consolas, Monaco, Lucida Console, monospace;
	font-size: 12px;
	font-size: 0.857142857rem;
	line-height: 1.714285714;
	margin: 24px 0;
	margin: 1.714285714rem 0;
	overflow: auto;
	padding: 24px;
	padding: 1.714285714rem;
}
.entry-content pre code,
.comment-content pre code {
	display: block;
}
.entry-content abbr,
.comment-content abbr,
.entry-content dfn,
.comment-content dfn,
.entry-content acronym,
.comment-content acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}
.entry-content address,
.comment-content address {
	display: block;
	line-height: 1.714285714;
	margin: 0 0 24px;
	margin: 0 0 1.714285714rem;
}
img.alignleft {
	margin: 12px 24px 12px 0;
	margin: 0.857142857rem 1.714285714rem 0.857142857rem 0;
}
img.alignright {
	margin: 12px 0 12px 24px;
	margin: 0.857142857rem 0 0.857142857rem 1.714285714rem;
}
img.aligncenter {
	margin-top: 12px;
	margin-top: 0.857142857rem;
	margin-bottom: 12px;
	margin-bottom: 0.857142857rem;
}
.entry-content embed,
.entry-content iframe,
.entry-content object,
.entry-content video {
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}
.entry-content dl,
.comment-content dl {
	margin: 0 24px;
	margin: 0 1.714285714rem;
}
.entry-content dt,
.comment-content dt {
	font-weight: bold;
	line-height: 1.714285714;
}
.entry-content dd,
.comment-content dd {
	line-height: 1.714285714;
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}
.entry-content table,
.comment-content table {
	font-size: 12px;
	font-size: 0.857142857rem;
	line-height: 2;
	margin: 0 0 24px;
	margin: 0 0 1.714285714rem;
	width: 100%;
}
.entry-content table caption,
.comment-content table caption {
	font-size: 16px;
	font-size: 1.142857143rem;
	margin: 24px 0;
	margin: 1.714285714rem 0;
}
.entry-content th,
.comment-content th {
	background-color:#b48f5b;
	color:#FFF;
	font-size:12px;
	margin-bottom:1px;
	padding:6px 20px;
}
.entry-content td,
.comment-content td {
	background-color:#fff;
	/*border-bottom:1px solid #ddd;*/
	color:#000;
	padding:6px 20px;
}
.site-content article {
	/*border-bottom: 1px solid #ddd;*/
	padding-bottom: 24px;
	padding-bottom: 1.714285714rem;
/*	word-wrap: break-word;
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	hyphens: auto;*/
}
.blog .post {
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
	}
.page-links {
	clear: both;
	line-height: 1.714285714;
}
footer.entry-meta {
	margin-top: 24px;
	margin-top: 1.714285714rem;
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.846153846;
	color: #000;
}
.single-author .entry-meta .by-author {
	display: none;
}
.mu_register h2 {
	color: #757575;
	font-weight: normal;
}
.footerbottomleft {
	display:inline-block;
	float:left;
	line-height:210%;
	padding:20px 0px;
	text-align:left;
}
.footerbottomleft a.largertext{
	font-size: 18px;
}
.footerbottomright {
	display:inline-block;
	float:right;
	/*line-height:210%;*/
	padding:20px 0px;
	text-align:right;
}
.footerlogos {
	border-top:1px solid #ddd;
	clear:both;
}
.footerlogos ul li{
	float:left;
	margin-right:50px;
	padding-top: 24px;
	padding-top: 1.714285714rem;
}

/* History Page */
.linedown {background: repeat-y url(images/line-down.gif) center; margin:30px 0px;}
.history-items{position:relative;margin-bottom:30px; }
	.history-items-column{}
	ul.history-items li:nth-child(odd) {clear:left; float:left; margin-top:30px; width:45%;}
	ul.history-items li:nth-child(even) {clear:right; float:right; margin-top:30px; width:45%;}
	ul.history-items li:nth-child(2) {margin-top:100px;}
	ul.history-items li:first-child {margin-top:0px;}
	
	.history-items-timeline{/*position:absolute;top:0px;left:50%;bottom:0px;display:block;width:2px;height:100%;margin-left:-1px;background:#043146;*/}
	
		.history-item{position:relative;margin-bottom:30px;}
		.history-items-column-right .history-item.left{display:none;}
		.history-items-column-left .history-item.right{display:none;}
		
			.history-item .heading{position:relative;padding:16px 19px;margin-bottom:0;font-size:18px;font-weight:700;line-height:1;background:#043146;color:#fff;}
				.history-item .heading:after{content:'';position:absolute;top:50%;display:block;width:0;height:0;border-top:13px solid transparent;border-bottom:13px solid transparent;margin-top:-13px;}
				ul.history-items li:nth-child(odd) .history-item .heading:after{right:-13px;border-left:13px solid #043146;}
				ul.history-items li:nth-child(even) .history-item .heading:after{left:-13px;border-right:13px solid #043146;}			
			
				.history-item .heading .icon{position:absolute;top:50%;display:block;height:10px;width:10px;margin-top:-8px;}
				ul.history-items li:nth-child(odd) .history-item .heading .icon{left:100%;margin-left:24px;}
				ul.history-items li:nth-child(even) .history-item .heading .icon{right:100%;margin-right:29px;}						
					
					.history-item .heading .icon span{display:block;height:8px;width:8px;margin:2px;background:#d6ad73;-webkit-border-radius:50%;-moz-border-radius:50%;-o-border-radius:50%;border-radius:50%;border:2px solid #fff;}
						/*.history-item .heading .icon i{display:block;height:8px;width:8px;font-size:16px;line-height:48px;text-align:center;color:#fff;}*/
			
			.history-item .content{background-color:#fff;border:2px solid #d6ad73;border-top:0;padding:16px 20px 16px 18px; word-wrap: break-word;}
				.history-item .text{overflow:hidden; font-size: 14px; line-height: 18px; }
					.history-item p{margin-bottom:7px;}
					.history-item h1, .history-item h2, .history-item h3, .history-item h4{clear:none;}
				.history-item .image{float:right;width:100px;margin-left:18px;}
					.history-item .image img{width:100px;height:100px;margin:0;-webkit-border-radius:50%;-moz-border-radius:50%;-o-border-radius:50%;border-radius:50%;}

article .navigation.history-navigation .inner{text-align:left;}


/* =Archives
-------------------------------------------------------------- */

.page-header {
	margin-bottom:20px;
	/*margin-bottom: 48px;
	margin-bottom: 3.428571429rem;
	padding-bottom: 22px;
	padding-bottom: 1.571428571rem;
	border-bottom: 1px solid #ededed;*/
}
.archive-meta {
	color: #757575;
	font-size: 12px;
	font-size: 0.857142857rem;
	line-height: 2;
	margin-top: 22px;
	margin-top: 1.571428571rem;
}


/* =Single image attachment view
-------------------------------------------------------------- */

.article.attachment {
	overflow: hidden;
}
.image-attachment div.attachment {
	text-align: center;
}
.image-attachment div.attachment p {
	text-align: center;
}
.image-attachment div.attachment img {
	display: block;
	height: auto;
	margin: 0 auto;
	max-width: 100%;
}
.image-attachment .entry-caption {
	margin-top: 8px;
	margin-top: 0.571428571rem;
}


/* =Aside post format
-------------------------------------------------------------- */

article.format-aside h1 {
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}
article.format-aside h1 a {
	text-decoration: none;
	color: #4d525a;
}
article.format-aside h1 a:hover {
	color: #2e3542;
}
article.format-aside .aside {
	padding: 24px 24px 0;
	padding: 1.714285714rem;
	background: #d2e0f9;
	border-left: 22px solid #a8bfe8;
}
article.format-aside p {
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.846153846;
	color: #4a5466;
}
article.format-aside blockquote:last-child,
article.format-aside p:last-child {
	margin-bottom: 0;
}
#secondary .widget {
	background:repeat url(images/white-transparency.png);
	padding:5% 0;
	width:100%;
}

/* =Post formats
-------------------------------------------------------------- */

/* Image posts */
article.format-image footer h1 {
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.846153846;
	font-weight: normal;
}
article.format-image footer h2 {
	font-size: 11px;
	font-size: 0.785714286rem;
	line-height: 2.181818182;
}
article.format-image footer a h2 {
	font-weight: normal;
}

/* Link posts */
article.format-link header {
	padding: 0 10px;
	padding: 0 0.714285714rem;
	float: right;
	font-size: 11px;
	font-size: 0.785714286rem;
	line-height: 2.181818182;
	font-weight: bold;
	font-style: italic;
	text-transform: uppercase;
	color: #848484;
	background-color: #ebebeb;
	border-radius: 3px;
}
article.format-link .entry-content {
	max-width: 80%;
	float: left;
}
article.format-link .entry-content a {
	font-size: 22px;
	font-size: 1.571428571rem;
	line-height: 1.090909091;
	text-decoration: none;
}

/* Quote posts */
article.format-quote .entry-content p {
	margin: 0;
	padding-bottom: 24px;
	padding-bottom: 1.714285714rem;
}
article.format-quote .entry-content blockquote {
	display: block;
	padding: 24px 24px 0;
	padding: 1.714285714rem 1.714285714rem 0;
	font-size: 15px;
	font-size: 1.071428571rem;
	line-height: 1.6;
	font-style: normal;
	color: #6a6a6a;
	background: #efefef;
}

/* Status posts */
.format-status .entry-header {
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}
.format-status .entry-header header {
	display: inline-block;
}
.format-status .entry-header h1 {
	font-size: 15px;
	font-size: 1.071428571rem;
	font-weight: normal;
	line-height: 1.6;
	margin: 0;
}
.format-status .entry-header h2 {
	font-size: 12px;
	font-size: 0.857142857rem;
	font-weight: normal;
	line-height: 2;
	margin: 0;
}
.format-status .entry-header header a {
	color: #757575;
}
.format-status .entry-header header a:hover {
	color: #21759b;
}
.format-status .entry-header img {
	float: left;
	margin-right: 21px;
	margin-right: 1.5rem;
}

/* Featured posts slider homepage */
#featured_slider {
	clear:both;
	height: 190px;
	overflow:hidden;
	position: relative;
	width: 100%;
}

#featured_slider ul, #featured_slider ul li {
	list-style: none !important;
	border: none !important;
	float: left;
	height: 190px;
	margin: 0px;
	padding:0;
	width: 100%;
	
}
#featured_slider ul li {
	margin:0;
	padding:0;
}

#featured_slider .img_right {
float: right;
height: auto;
width: 100%;
}

#featured_slider .img_right img {
width: 100%;
height: auto;
}
#featured_slider .content_left {
	bottom: 0px;
	color: #333;
	float: left;
	margin:0px;
	padding:0px;
	position: absolute;
	width: 100%;
}
#featured_slider .content_left p {
line-height: auto;
color: #333;
}

#featured_slider .content_left h2 {
	background:repeat url(images/dark-blue-transparency.png) !important;
	bottom:0px;
	color:#fff;
	display:inline-block;
	font-size: 20px;
	line-height:1.2;
	margin:0px !important;
	padding:5px 10px;
	position:relative;
}

#featured_slider .feat_prev, #featured_slider .feat_next {
  background: transparent url(images/sprite.gif) no-repeat;
  width: 17px;
  z-index: 10;
  height: 16px;
  position: absolute;
  cursor: pointer;
  bottom: 14px;
  float: left;
}
#featured_slider .feat_prev {
  background-position: 0px 0px;
  right: 0px;
  margin-right:25px;
}
#featured_slider .feat_next {
  background-position: -17px 0px;
  right: 0px;
}
#featured_slider .feat_prev:hover {
  background-position: 0px -16px;
}
#featured_slider .feat_next:hover {
  background-position: -18px -16px;
}

#featured_slider .content_left a.more-link {
	clear:both;
}
#featured_slider .content_left a.more-link, #featured_slider .feat_next, #featured_slider .feat_prev, .wpe_twitter_media {
	display:none;
}

/*.<?php echo $c_slider_class;?> {
font-size: 10px;
float: right;
clear: both;
position: relative;
top: -10px;
padding: 3px 3px;
line-height: 10px !important;
}*/


/* =Comments
-------------------------------------------------------------- */

.comments-title {
	margin-bottom: 48px;
	margin-bottom: 3.428571429rem;
	font-size: 16px;
	font-size: 1.142857143rem;
	line-height: 1.5;
	font-weight: normal;
}
.comments-area {
	padding-top: 24px;
	padding-top: 1.714285714rem;
}
.comments-area article {
	border-bottom:1px solid #ddd;
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
	padding-bottom: 24px;
	padding-bottom: 1.714285714rem;
}
.comments-area article header {
	margin: 0 0 48px;
	margin: 0 0 3.428571429rem;
	overflow: hidden;
	position: relative;
}
.comments-area article header img {
	float: left;
	padding: 0;
	line-height: 0;
}
.comments-area article header cite,
.comments-area article header time {
	display: block;
	margin-left: 85px;
	margin-left: 6.071428571rem;
}
.comments-area article header cite {
	font-style: normal;
	font-size: 15px;
	font-size: 1.071428571rem;
	line-height: 1.42857143;
}
.comments-area article header time {
	line-height: 1.714285714;
	text-decoration: none;
	font-size: 12px;
	font-size: 0.857142857rem;
	color: #5e5e5e;
}
.comments-area article header a {
	text-decoration: none;
	color: #5e5e5e;
}
.comments-area article header a:hover {
	color: #21759b;
}
.comments-area article header cite a {
	color: #444;
}
.comments-area article header cite a:hover {
	text-decoration: underline;
}
.comments-area article header h4 {
	position: absolute;
	top: 0;
	right: 0;
	padding: 6px 12px;
	padding: 0.428571429rem 0.857142857rem;
	font-size: 12px;
	font-size: 0.857142857rem;
	font-weight: normal;
	color: #fff;
	background-color: #0088d0;
	background-repeat: repeat-x;
	background-image: -moz-linear-gradient(top, #009cee, #0088d0);
	background-image: -ms-linear-gradient(top, #009cee, #0088d0);
	background-image: -webkit-linear-gradient(top, #009cee, #0088d0);
	background-image: -o-linear-gradient(top, #009cee, #0088d0);
	background-image: linear-gradient(top, #009cee, #0088d0);
	border-radius: 3px;
	border: 1px solid #007cbd;
}
.comments-area li.bypostauthor cite span {
	position: absolute;
	margin-left: 5px;
	margin-left: 0.357142857rem;
	padding: 2px 5px;
	padding: 0.142857143rem 0.357142857rem;
	font-size: 10px;
	font-size: 0.714285714rem;
}
a.comment-reply-link,
a.comment-edit-link {
	color: #686868;
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.846153846;
}
a.comment-reply-link:hover,
a.comment-edit-link:hover {
	color: #21759b;
}
.commentlist .pingback {
	line-height: 1.714285714;
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}

/* Comment form */
#respond {
	border-bottom:1px solid #ddd;
	padding: 24px 0;
	padding: 1.714285714rem 0;
}
#respond h3#reply-title {
	font-size: 16px;
	font-size: 1.142857143rem;
	line-height: 1.5;
}
#respond h3#reply-title #cancel-comment-reply-link {
	margin-left: 10px;
	margin-left: 0.714285714rem;
	font-weight: normal;
	font-size: 12px;
	font-size: 0.857142857rem;
}
#respond form {
	margin: 24px 0;
	margin: 1.714285714rem 0;
}
#respond form p {
	margin: 11px 0;
	margin: 0.785714286rem 0;
}
#respond form p.logged-in-as {
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}
#respond form label {
	display: block;
	line-height: 1.714285714;
}
#respond form input[type="text"],
#respond form textarea {
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 12px;
	font-size: 0.857142857rem;
	line-height: 1.714285714;
	padding: 10px;
	padding: 0.714285714rem;
	width: 100%;
}
#respond form p.form-allowed-tags {
	margin: 0;
	font-size: 12px;
	font-size: 0.857142857rem;
	line-height: 2;
	color: #5e5e5e;
}
.required {
	/*color: red;*/
}


/* =Front page template
-------------------------------------------------------------- */

.entry-page-image {
	margin-bottom: 14px;
	margin-bottom: 1rem;
}
.template-front-page .site-content article {
	border: 0;
	margin-bottom: 0;
}
.template-front-page .widget-area {
	/*clear: both;
	float: none;
	width: auto;
	padding-top: 24px;
	padding-top: 1.714285714rem;
	border-top: 1px solid #ededed;*/
}
.template-front-page .widget-area .widget li {
	margin: 8px 0 0;
	margin: 0.571428571rem 0 0;
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.714285714;
	list-style-type: square;
	list-style-position: inside;
}
.template-front-page .widget-area .widget li a {
	color: #757575;
}
.template-front-page .widget-area .widget li a:hover {
	color: #21759b;
}
.template-front-page .widget-area .widget_text img {
	float: left;
	margin: 8px 24px 8px 0;
	margin: 0.571428571rem 1.714285714rem 0.571428571rem 0;
}


/* =Widgets
-------------------------------------------------------------- */

.widget-area .widget ul ul {
	margin-left: 12px;
	margin-left: 0.857142857rem;
}
.widget_rss li {
	margin: 12px 0;
	margin: 0.857142857rem 0;
}
.widget_recent_entries .post-date,
.widget_rss .rss-date {
	color: #aaa;
	font-size: 11px;
	font-size: 0.785714286rem;
	margin-left: 12px;
	margin-left: 0.857142857rem;
}
#wp-calendar {
	margin: 0;
	width: 100%;
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.846153846;
	color: #686868;
}
#wp-calendar th,
#wp-calendar td,
#wp-calendar caption {
	text-align: left;
}
#wp-calendar #next {
	padding-right: 24px;
	padding-right: 1.714285714rem;
	text-align: right;
}

/* old twitter widget styles */
.widget_search label {
	display: block;
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.846153846;
}
.widget_twitter li {
	list-style-type: none;
}
.widget_twitter li .time-meta{
	display: none;
}
.widget_twitter .entry-content {line-height:normal;}
.widget_twitter .timesince {
	display: block;
	text-align: right;
}

/* new twitter widget styles */
.really_simple_twitter_widget li {padding-bottom:10px;}

.form-field {padding-bottom:10px !important;}
.frm-show-form { margin:15px 0 !important;}
.form-field label { clear:left; display:block; font-weight:bold; font-size:100% !important;}
.frm_message { background:#fff !important; border: 1px solid #b48f5b !important; color:#333 !important; font-weight:bold; padding:40px !important; margin:20px 0 !important;}
.frm_required {color:#b48f5b !important;}

ul.contact_list {
	list-style:none;
	margin:0 0 10px;
	padding:0;
	}
.contact_list li.contact_phone, .contact_list li.contact_address, .contact_list li.contact_pinterest, .contact_list li.contact_facebook, .contact_list li.contact_twitter, .contact_list li.contact_youtube {
	background-position:0px 3px;
	background-repeat:no-repeat;
	margin-left:0;
	padding-left: 23px;
}
.contact_list li.contact_phone {background-image: url(images/phone_Android.png);}
.contact_list li.contact_address {background-image: url(images/house.png);}
.contact_list li.contact_pinterest {background-image: url(images/contacticon-pinterest.png); top:4px;}
.contact_list li.contact_facebook {background-image: url(images/contacticon-facebook.png);}
.contact_list li.contact_twitter {background-image: url(images/contacticon-twitter.png);}
.contact_list li.contact_youtube {background-image: url(images/contacticon-youtube.png);}
.homewidgets {
	background:repeat url(images/white-transparency.png);
	clear:both;
	color:#333;
	padding:20px 40px;
	}
.homewidgets a{
	}
.homewidgets a:hover{
	}
.homewidgets h3{
	color:#043147;
	margin-top:-8px;
	}

#secondary .widget-title {
	background-color: #b48f5b !important;
	color: white;
	clear: both;
	display: inline-block;
	font-size:22px;
	margin-bottom: 10px;
	padding: 10px 10px 10px 20px;
	position: relative;
}
#secondary aside ul,
#secondary aside div {
	padding:10px 20px;
}
.twitterwidget-title {font-size:20px}
.wpe_twitter_date { float:right; }
.wpe_twitter li { line-height:1.3em; padding:15px 0 0 0; }

/* =Plugins
----------------------------------------------- */

img#wpstats {
	display: block;
	margin: 0 auto 24px;
	margin: 0 auto 1.714285714rem;
}

/*Link Gallery*/
#content #link-gallery ul{padding-left:0;}
#content #link-gallery li{position:relative;float:left;display:block;list-style:none;padding:0 !important;margin:0 1px 1px 0;background:none !important;}
#content #link-gallery li a{display:block;position:absolute;top:0px;left:0px;bottom:0px;width:100%;height:100%;}
#content #link-gallery img{border:0;}
#link-gallery .link-gallery-small,#link-gallery .link-gallery-small img{width:155px;height:155px;}
#link-gallery .link-gallery-large,#link-gallery .link-gallery-large img{width:311px;height:311px;}
#link-gallery i{display:none;text-align:center;width:100%;height:100%;font-style:normal;background:url(images/dark-blue-transparency.png);}
.link-gallery-inner{display:table-cell;vertical-align:middle;}
#link-gallery .link-gallery-inner span{display:block;padding:0 10px;color:#fff;}
#link-gallery span strong{display:block;margin-bottom:3px;font-size:18px;line-height:1.2;color:#fff;font-weight:bold;text-transform:uppercase;overflow:hidden;}
#link-gallery .link-gallery-large span strong{font-size:24px;}
#link-gallery .link-gallery-large span, #link-gallery .link-gallery-large span strong{width:291px;max-height:311px;word-wrap:break-word;}
#link-gallery .link-gallery-small span, #link-gallery .link-gallery-small span strong{width:135px;max-height:155px;word-wrap:break-word;}
#link-gallery em{font-style:normal !important;display:block;}
.link-gallery-collision-2{position:absolute;bottom:0px;display:block;width:1px;height:1px;}
.link-gallery-inner{position:relative;}
#content #link-gallery li a:hover{display:block;}

/*Cruise Call Schedule*/
.cruise-call-schedule-container{margin-bottom:15px;}
.cruise-call-schedule{width:624px;}
	.cruise-call-schedule tr{background:#fff;border-bottom:1px solid #f4f4f1;}
	.cruise-call-schedule tr.inaugural-call{border-bottom:1px solid #bbe2f2;}
	.cruise-call-schedule tr.alt{/*background:#f4f4f1;*/}
		.cruise-call-schedule th,.cruise-call-schedule td{padding:12px;}
		.cruise-call-schedule th{font-weight:700;background:#023048;color:#fff;}
		.cruise-call-schedule .arrival-day{width:17%;}
		.cruise-call-schedule .arrival-date{width:19%;}
		.cruise-call-schedule .vessel{width:33%;}
		.cruise-call-schedule td.link{text-align:center;}
			.cruise-call-schedule td.link a{display:block;width:16px;height:16px;margin:0px auto;background:url(images/cruise-schedule-link.png) no-repeat top left;}
			.cruise-call-schedule td.link a:hover{background:url(images/cruise-schedule-link.png) no-repeat bottom left;}

.cruise-call-schedule-key{margin-bottom:30px;}
	.cruise-call-schedule-key h3{float:left;margin-right:15px;text-transform:uppercase;font-size:14px;line-height:14px;}
	.cruise-call-schedule-key span{float:left;height:14px;line-height:14px;margin-right:15px;margin-bottom:15px;}
		.cruise-call-schedule-key span i{float:left;width:12px;height:12px;margin-top:1px;margin-right:5px;}

.cruise-call-schedule tr.inaugural-call,.cruise-call-schedule-key .inaugural-call i{background:#cde9f4;}

/* icomoon */
@font-face {font-family: 'icomoon';src:url('fonts/icomoon_-dvx0mr.eot');src:url('fonts/icomoon.eot') format('embedded-opentype'),url('fonts/icomoon_-dvx0mr.woff') format('woff'),url('fonts/icomoon_-dvx0mr.ttf') format('truetype'),url('fonts/icomoon_-dvx0mr.svg') format('svg');font-weight: normal;font-style: normal;}
[class^="i-"], [class*=" i-"] {font-family: 'icomoon';speak: none;font-style: normal;font-weight: normal;font-variant: normal;text-transform: none;line-height: 1;-webkit-font-smoothing: antialiased;-moz-osx-font-smoothing: grayscale;}
.i-youtube:before {content: "\e600";}
.i-facebook:before {content: "\e601";}
.i-pinterest:before {content: "\e602";}
.i-twitter:before {content: "\e603";}
.i-uniF4F9:before {content: "\e604";}
.socialleft{min-width:75%;}
#social ul li a{font-size:20px;}

/* =Media queries
-------------------------------------------------------------- */
@media only screen and (max-width: 1048px) {
	.brochureimages{padding-left:20px !important;margin-right: 0px;}
}

@media only screen and (max-width: 1042px) {
	.homepagebottom.alignleft{float:none;}
}


/* Minimum width of 960 pixels. */
@media screen and (min-width: 960px) {
	
	body {
		background-color: #fff;
	}
	body .site {
		padding: 0 40px;
		padding: 0 2.857142857rem;
		/*margin-top: 48px;
		margin-top: 3.428571429rem;
		margin-bottom: 48px;
		margin-bottom: 3.428571429rem;*/
	}
	body.custom-background-empty {
		background-color: #fff;
	}
	body.custom-background-empty .site,
	body.custom-background-white .site {
		padding: 0;
		margin-top: 0;
		margin-bottom: 0;
		box-shadow: none;
	}
	#featured_slider {width: 313px;}
	.brochureimages{margin-left:20px !important;margin-right: 0px;}
	
	

}



/* Minimum width of 600 pixels. */
@media screen and (min-width: 600px) {
	
	.author-avatar {
		float: left;
		margin-top: 8px;
		margin-top: 0.571428571rem;
	}
	.author-description {
		float: right;
		width: 80%;
	}
	.site {
		margin: 0 auto;
		max-width: 960px;
		max-width: 68.571428571rem;
		overflow: hidden;
	}
	.site-content, .homewidgets, .footerbottom{
		float: right;
		width: 65.104166667% !important;
	}
	body.template-front-page .site-content,
	body.single-attachment .site-content,
	body.full-width .site-content {
		/*width: 100%;*/
	}
	.widget-area {
		float: left;
		width: 26.041666667%;
	}
	.site-content {
	background:repeat url(images/white-transparency.png);
	margin:0px;
	padding:40px 40px 0px 40px;
	}
	
	.site-header h1 {
		font-size: 26px;
		font-size: 1.857142857rem;
		line-height: 1.846153846;
		margin-bottom: 0;
	}
	.homewidgets {
	clear:both;
	padding:40px 40px 10px 40px;
	}
	.main-navigation ul.nav-menu,
	.main-navigation div.nav-menu > ul {
		/*border-bottom: 1px solid #ededed;
		border-top: 1px solid #ededed;*/
		display: inline-block !important;
	}
	.main-navigation ul {
		font-weight:bold;
		margin: 0;
		text-indent: 0;
		text-align: left;
	}
	.main-navigation li a,
	.main-navigation li {
		display: inline-block;
		text-decoration: none;
	}
	.main-navigation li a {
		border-bottom: 0;
		color: #444;
		line-height: 3.692307692;
		/*text-transform: uppercase;*/
		white-space: nowrap;
		-webkit-transition: all 500ms cubic-bezier(0.250, 0.100, 0.250, 1.000);
		-moz-transition: all 500ms cubic-bezier(0.250, 0.100, 0.250, 1.000);
		-ms-transition: all 500ms cubic-bezier(0.250, 0.100, 0.250, 1.000);
		-o-transition: all 500ms cubic-bezier(0.250, 0.100, 0.250, 1.000);
		transition: all 500ms cubic-bezier(0.250, 0.100, 0.250, 1.000);
	}
	.main-navigation li a:hover {
		background: #043147;
		color: #fff;
	}
	.main-navigation li {
		margin: 0;
		position: relative;
	}
	.main-navigation li ul {
	left:0px;
	margin: 0;
	padding: 0;
	top:100%;
	visibility: hidden;
	z-index: 999;
	position: absolute;
	opacity: 0;
	-webkit-transition-property: opacity, visibility;
	-moz-transition-property: opacity, visibility;
	-o-transition-property: opacity, visibility;
	transition-property: opacity, visibility;
	-webkit-transition-duration: .5s, 0s;
	-moz-transition-duration: .5s, 0s;
	-o-transition-duration: .5s, 0s;
	transition-duration: .5s, 0s;
	-webkit-transition-delay: 0s, .5s;
	-moz-transition-delay: 0s, .5s;
	/* [disabled]-o-transition-delay: 0s, .5s; */
	transition-delay: 0s, .5s;
	}
	.main-navigation li ul li{
		margin: 0;
	}
	.main-navigation li ul ul {
		top: 0;
		left: 100%;
	}
	.main-navigation ul li:hover > ul {
		/*border-left: 0;
		display: block;*/
		  
		opacity: 1;
		visibility: visible;
		-webkit-transition-delay: 0s, 0s;
		-moz-transition-delay: 0s, 0s;
		-o-transition-delay: 0s, 0s;
		transition-delay: 0s, 0s;
	}
	.main-navigation li ul li a {
		background: #fff;
		border-bottom: 1px solid #ededed;
		display: block;
		font-size: 11px;
		font-size: 0.785714286rem;
		line-height: 2.181818182;
		padding: 6px 20px;
		width: 180px;
		white-space: normal;
	}
	.main-navigation li ul li a:hover {
		background: #043147;
		color: #fff;
	}
	.main-navigation li ul li:last-child a{
		border-bottom: 0px;
	}
	.main-navigation .current-menu-item > a,
	.main-navigation .current-menu-ancestor > a,
	.main-navigation .current_page_item > a,
	.main-navigation .current_page_ancestor > a {
		color: #043147;
		font-weight: bold;
	}
	.menu-toggle {
		display: none;
	}
	.entry-header .entry-title {
		font-size: 22px;
		font-size: 1.571428571rem;
	}
	h1.post-header {
	display:inline-block;
	font-size: 36px;
	font-size: 2.571428571rem;
	max-width: auto;
	padding:6px 40px;
	}
	#respond form input[type="text"] {
		width: 46.333333333%;
	}
	#respond form textarea.blog-textarea {
		width: 79.666666667%;
	}
	.template-front-page .site-content,
	.template-front-page article {
		overflow: hidden;
	}
	.template-front-page.has-post-thumbnail article {
		float: left;
		width: 47.916666667%;
	}
	.entry-page-image {
		float: right;
		margin-bottom: 0;
		width: 47.916666667%;
	}
	.template-front-page .widget-area .widget,
	.template-front-page.two-sidebars .widget-area .front-widgets {
		float: left;
		width: 51.875%;
		/*margin-bottom: 24px;
		margin-bottom: 1.714285714rem;*/
	}
	.template-front-page .widget-area .widget:nth-child(odd) {
		clear: right;
	}
	.template-front-page .widget-area .widget:nth-child(even),
	.template-front-page.two-sidebars .widget-area .front-widgets + .front-widgets {
		/*float: right;
		width: 39.0625%;
		margin: 0 0 24px;
		margin: 0 0 1.714285714rem;*/
	}
	.template-front-page.two-sidebars .widget,
	.template-front-page.two-sidebars .widget:nth-child(even) {
		float: none;
		width: auto;
	}
	.commentlist .children {
		margin-left: 48px;
		margin-left: 3.428571429rem;
	}
	.menu-main-menu-container {
		text-align:right;
	}
	ul.sub-menu {
	-moz-box-shadow: 0px 4px 5px 0px rgba(0,0,0,0.6);
	-webkit-box-shadow: 0px 4px 5px 0px rgba(0,0,0,0.6);
	box-shadow: 0px 4px 5px 0px rgba(0,0,0,0.6);
	}
	ul.sub-menu li{
	z-index:1000;
	}
	
#featured_slider .content_left h2 {
	background-color:#b48f5b;
	color:#fff;
	display:inline-block;
	font-size: 20px;
	margin:0 0 20px 0px;
	padding:5px 10px;
	position:relative;
}
.socialleft {
	float:left;
	text-align:left;
}
.socialright {
	float:right;
	text-align:right;
}
#social ul li {
	float:right;
	margin:0 0 0 10px;
}
.homewidgets .first, .first{
	float:left;
	width:50%;
	padding-bottom:30px;
	}
.homewidgets .second, .second{
	float:right;
	padding-bottom:30px;
	width:45%;
	}
.cruisecallbuttons img {
	/*width:90px; height: auto;*/
	}

}

@media only screen and (max-width : 960px) {
	
	/* History Page */
	
	ul.history-items li {float:none; margin-top:20px !important; width:100% !important;}
		ul.history-items li .history-item .heading:after{display:none !important;}
	
	.history-item .heading span{display:none !important;}
	
	/*ul.history-items li .history-item:after {
		width:0; height:0;
		border-style: solid;
		border-width: 20px 20px 0 20px;
		border-color: #d6ad73 transparent transparent transparent;
		margin:0 auto;
	}*/
	
}

@media only screen and (max-width : 800px) {
	.cruise-call-schedule-container{overflow-x:scroll;}
}

/* iPhone CSS rules here */
@media only screen and (max-width: 480px) {
	.site-header {
		display:block;
		text-align:center;
		width:100%;
	}
	.footerbottom,
	.homewidgets
	{
		padding-left:20px;
		padding-right:20px;
	}
	.site-content {
		padding:20px;
	}
	#featured_slider h2 {
		font-size:14px !important;
	}
	.footerbottomleft, .footerbottomright {
		float:none;
		padding-top: 24px;
		padding-top: 1.714285714rem;
		text-align:left;
		width:100%;
	}
	.socialleft, .socialright {
		float:none;
		text-align:left;
		width:100%;
	}
	.socialright {
		padding-top:15px;
	}
	.homewidgets .first, .first {
		float:none;
		width:100%;
		padding-bottom:20px;
	}
	.homewidgets .second, .second {
		float:none;
		width:100%;
	}
	h1.post-header {
		font-size: 19px;
		padding:8px 20px;
		width:auto;
	}
	h1.entry-title {
		padding: 10px 10px 10px 20px;
		left: -20px !important;
	}

	#featured_slider .content_left h2 {
		background-color:#b48f5b;
		color:#fff;
		display:inline-block;
		font-size: 17px;
		margin:0 0 15px 0px;
		padding:5px 10px;
		position:relative;
	}
	#featured_slider .content_left .more-link {
		font-size: 12px !important;
	}
	.twitterwidget-title {
		font-size:20px;
	}
	#featured_slider .feat_next,
	#featured_slider .feat_prev {
		display:none;
	}
	#featured_slider .content_left{
		width:100%;
	}
	#featured_slider .img_right {
		display:block;
		margin:0px;
		padding:0px;
		width:100%;
	}
	#featured_slider .img_right img{
		display:block;
		margin:0px;
		padding:0px;
	}
	.homepagebottom { padding-bottom:20px; }
	.brochureimages { overflow:hidden; padding:0px !important; float:left; width:50%; }
	.brochureimages a { display:inline-block; width:75%; }
	
	.floated-header {
		font-size:80%;
		padding-top:0px;
	}
	h1.post-header, .floated-header {
		margin:0px;
	}
	#fb-root {
    width:100%; overflow:hidden;
	}
	.fb_iframe_widget, .fb_iframe_widget span, .fb_iframe_widget span iframe[style] {
    width: 100% !important; }
}


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

@media print {
	body {
		background: none !important;
		color: #000;
		font-size: 10pt;
	}
	footer a[rel=bookmark]:link:after,
	footer a[rel=bookmark]:visited:after {
		content: " [" attr(href) "] "; /* Show URLs */
	}
	a {
		text-decoration: none;
	}
	.entry-content img,
	.comment-content img,
	.author-avatar img,
	img.wp-post-image {
		border-radius: 0;
		box-shadow: none;
	}
	.site {
		clear: both !important;
		display: block !important;
		float: none !important;
		max-width: 100%;
		position: relative !important;
	}
	.site-header {
		margin-bottom: 72px;
		margin-bottom: 5.142857143rem;
	}
	.site-header h1 {
		font-size: 21pt;
		line-height: 1;
	}
	.site-header h2 {
		color: #000;
		font-size: 10pt;
	}
	.site-header h1 a,
	.site-header h2 a {
		color: #000;
	}
	.author-avatar,
	#colophon,
	#respond,
	.commentlist .comment-edit-link,
	.commentlist .reply,
	.entry-header .comments-link,
	.entry-meta .edit-link a,
	.page-link,
	.site-content nav,
	.widget-area,
	img.header-image,
	.main-navigation {
		display: none;
	}
	.wrapper {
		border-top: none;
		box-shadow: none;
		margin-top:20px;
	}
	.site-content {
		margin: 0;
		width: auto;
	}
	.singular .entry-header .entry-meta {
		position: static;
	}
	.singular .site-content,
	.singular .entry-header,
	.singular .entry-content,
	.singular footer.entry-meta,
	.singular .comments-title {
		margin: 0;
		width: 100%;
	}
	.entry-header .entry-title,
	.entry-title,
	.singular .entry-title {
		font-size: 21pt;
	}
	footer.entry-meta,
	footer.entry-meta a {
		color: #000;
		font-size: 10pt;
	}
	.author-description {
		float: none;
		width: auto;
	}

	/* Comments */
	.commentlist > li.comment {
		background: none;
		position: relative;
		width: auto;
	}
	.commentlist .avatar {
		height: 39px;
		left: 2.2em;
		top: 2.2em;
		width: 39px;
	}
	.comments-area article header cite,
	.comments-area article header time {
		margin-left: 50px;
		margin-left: 3.57142857rem;
	}
}

.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
	}
* html .clearfix             { zoom: 1; } /* IE6 */
*:first-child+html .clearfix { zoom: 1; } /* IE7 */

.fwb_fromthis img {display:none !important;}