/*
Theme Name: Magnificent
Theme URI: http://www.elegantthemes.com/gallery/
Version: 3.8.2
Description: 2 Column theme from Elegant Themes
Author: Elegant Themes
Author URI: http://www.elegantthemes.com
*/


/*------------------------------------------------*/
/*-----------------[RESET]------------------------*/
/*------------------------------------------------*/

/* http://meyerweb.com/eric/tools/css/reset/ */
/* v1.0 | 20080212 */

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 { margin: 0; padding: 0; border: 0; outline: 0; font-size: 100%; vertical-align: baseline; background: transparent; }

body { line-height: 1; }
ol, ul { list-style: none; }
blockquote, q {	quotes: none; }

blockquote:before, blockquote:after,q:before, q:after { content: ''; content: none; }

/* remember to define focus styles! */
:focus { outline: 0; }

/* remember to highlight inserts somehow! */
ins { text-decoration: none; }
del { text-decoration: line-through; }

/* tables still need 'cellspacing="0"' in the markup */
table { border-collapse: collapse; border-spacing: 0; }


/*------------------------------------------------*/
/*-----------------[BASIC STYLES]-----------------*/
/*------------------------------------------------*/

body { line-height: 18px; font-family: 'Open Sans Regular', Arial, Verdana, sans-serif; font-size: 14px; color: #666666; background: #E9E9E9;  }

a { text-decoration: none; color: #A1A3A6; }
a:hover { color:#7B7D84; }
.clear { clear: both; }
.ui-tabs-hide { display: none; }
br.clear { margin: 0px; padding: 0px; }

h1, h2, h3, h4, h5, h6 { text-transform: uppercase; padding-bottom: 5px; color: #3d3d3d; letter-spacing: -1px; line-height: 1em; font-weight: normal; font-family: 'Lora Regular' }
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a { color: #808080; }
h1 { font-size: 48px; }
h2 { font-size: 40px; }
h3 { font-size: 30px; }
h4 { font-size: 24px; }
h5 { font-size: 20px; }
h6 { font-size: 16px; }
p { padding-bottom: 10px; line-height: 18px; }
strong { font-weight: bold; color: #1c1c1c; }
cite, em, i { font-style: italic; }
pre, code { font-family: Courier New, monospace; margin-bottom: 10px; }
ins { text-decoration: none; }
sup, sub { height: 0; line-height: 1; position: relative; vertical-align: baseline; }
sup { bottom: 0.8em; }
sub { top: 0.3em; }
dl { margin: 0 0 1.5em 0; }
dl dt { font-weight: bold; }
dd  { margin-left: 1.5em;}
blockquote  { margin: 1.5em; padding: 1em; color: #666666; background: #e6e6e6; font-style: italic; border: 1px solid #dcdcdc; }
	blockquote p { padding-bottom: 0px; }

input[type=text],input.text, input.title, textarea, select { background-color:#fff; border:1px solid #bbb; padding: 2px; color: #4e4e4e; }
input[type=text]:focus, input.text:focus, input.title:focus, textarea:focus, select:focus { border-color:#2D3940; color: #3e3e3e; }
input[type=text], input.text, input.title, textarea, select { margin:0.5em 0; }
textarea { padding: 4px; }

img#about-image { float: left; margin: 3px 8px 8px 0px; }

.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 */


/*------------------------------------------------*/
/*---------------[MAIN LAYOUT INFO]---------------*/
/*------------------------------------------------*/

#top-overlay { background: url(images/top-bg.png) repeat-x; position: relative; }
	#header .container { text-align: center; position:relative; height: 136px; background:#ffffff;}
		#header .container .logo {
			position: absolute;
			top:25px;
			left:125px;
			margin:0;
		}
		#header .container .logo img {
			margin:0;
		}

		.search-top {
			position: absolute;
			top:0;
			right:125px;
		}
		.search-top .address{
			float:left;
			line-height: 34px;
			margin-right:5px;
			font-family: 'Open Sans Semi Bold', serif;
			font-size:13px;
		}
		#searchform {
			display:block;
			float:left;
			width:260px;
			height:34px;
			background:#F4F4F4;
		}
		#searchform input[type="submit"] {
			float:left;
			margin:0;
			padding:0;
			text-indent: -9999px;
			width:34px;
			height: 34px;
			border:none;
			background:transparent url('images/search-ico.png') center no-repeat;
			cursor:pointer;
		}
		#searchform input[type="text"] {
			display:block;
			float: right;
			width: 85%;
			background:transparent;
			border:none;
		}

		.book-questions {
			position: absolute;
			right:125px;
			bottom:40px;
		}
		.book-questions .questions {
			float:left;
			text-align: right;
			padding-right:20px;
			border-right:2px solid #F3F3F3;

		}
		.book-questions .questions p {
			padding-bottom:0;
		}
		.book-questions .questions strong {
			display:block;
			color:#445966;
		}

		.book-questions .question-tel {
			float:left;
			text-align:left;
			margin-left:20px;
			font-size:18px;
			font-family: 'Open Sans Bold', serif;
		}
		.book-questions .question-tel p {
			padding-bottom:0;
		}
		.book-questions .question-tel p a {
			color:#A0A3A5;
			font-size:14px;
			font-family: 'Open Sans Bold';
		}
		.book-questions .question-tel strong a {
			display:block;
			font-size:18px;
			font-family: 'Open Sans Bold';
			color:#445966;
		}
		.book-questions .btn {
			float:left;
			height: 40px;
			line-height: 40px;
			width: 220px;
			text-align: center;
			text-transform: uppercase;
			-webkit-border-radius: 5px;
			-moz-border-radius: 5px;
			border-radius: 5px;
			margin-left:25px;
			font-size: 13px;
		}
		.book-questions .btn:hover {
			text-decoration: none;
		}


		.container { text-align: left; margin: 0 auto; width: 1280px; position: relative; padding:0 125px; }
			#logo { margin-bottom: 15px; margin-top: 10px; }
			#slogan { font-family: Georgia, serif; font-size: 18px; color: #b4b4b4; font-style: italic; background: url(images/slogan-bg.png) no-repeat bottom center; padding-bottom: 47px;}
				#slogan span {color: #a5a5a5;}
	#menu { height: 50px; }
	#menu .container {
		background: rgba(68, 91, 105, 0.9);
	}

	#content { background: url(images/content-bg.png) repeat-x bottom left; padding-bottom: 40px;}
		#main-content {float: left; width: 476px;}
			.entry { border-top: 1px solid #e1e1e1; border-left: 1px solid #e1e1e1; border-bottom: 1px solid #cdcdcd; border-right: 1px solid #cdcdcd; width: 229px; margin: 12px 13px 2px 0px; float: left; }
			.last {margin-right: 0px;}
				.border {border: 1px solid #fff; padding-top: 4px; background: url(images/border-bg.png) no-repeat top left;}
				.bottom {padding-bottom: 7px; background: url(images/bottom-bg.png) no-repeat bottom left;}
				.entry-content {background: url(images/entry-content-bg.png) repeat-y; padding: 23px 12px 7px 19px;}
					.entry-content h3.title {font-size: 24px; font-family: 'OFL Sorts Mill Goudy TT', Georgia, serif; padding-bottom: 10px; text-align: center;}
						.entry-content h3.title a {color: #3d3d3d; text-decoration: none;}
						.entry-content h3.title a:hover, .entry-content a.readmore:hover { color:#000000; }
					.entry-content p.meta-info {color:#9f9f9f; font-family: Georgia, serif; font-style: italic; font-size: 12px; text-align: center; background: url(images/post-info-bg.png) no-repeat 0px 4px; padding-left: 42px; padding-right: 41px; margin-left:-15px; margin-right:-10px;}
						.entry-content p.meta-info span {color:#96b23e;}
						.entry-content p.meta-info a {color:#9f9f9f; text-decoration: none;}
					.entry .thumbnail {float: left; border: 3px solid #f0f0f0; border-radius: 3px; -moz-border-radius: 3px; -webkit-border-radius: 3px; width:73px; height:73px; margin-right:8px; position:relative;}
						.entry .thumbnail span.overlay {background: url(images/entry-span-bg.png) no-repeat;position: absolute; top:0px; left:0px; display: block; width:73px; height:73px; }
							.entry-content a.readmore {background:url(images/readmore-right.png) no-repeat right bottom; display:block; height:22px; float:right; margin-bottom: 4px; color:#3d3d3d; line-height:22px; font-weight:bold; text-transform: uppercase; padding-right:5px; font-size: 10px; margin-right:5px;}
								.entry-content a.readmore span {background:url(images/readmore-left.png) no-repeat; display:block; padding:0 3px 0 8px; }
			#controllers { clear:both; position: relative; margin-top: 48px; padding: 0px 30px; text-align: center; }
				#controllers span#right-arrow, #controllers span#left-arrow { position:absolute; display:block; height:14px; text-indent:-9999px; width:15px; top: 0px; }
				#controllers span#left-arrow { background: url(images/left-arrow.png) no-repeat; left: 12px; }
				#controllers span#right-arrow { background: url(images/right-arrow.png) no-repeat; right: 12px; }

	.sidebar .block, .entry { -webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1); -moz-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1); box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1); }

	#breadcrumbs { font-family: Georgia, serif; font-style: italic; color: #3d3d3d; margin-bottom:22px; text-shadow:1px 1px 0 #FFFFFF; }
	#breadcrumbs a, span.raquo { color: #9f9f9f; }
	#breadcrumbs a:hover { color: #3d3d3d; text-decoration: none; }

	#entries { width: 719px; float: left; margin: -12px 10px 0px 0px; }
	#entries .entry { margin-right: 11px; }

	.entry-full { width: 719px; }
		.entry-full .bottom { background: url(images/bottom-bg-entryfull.png) no-repeat left bottom; }
		.entry-full .entry-content { background-image: url(images/entry-content-bg-entryfull.png); }
		.entry .border { background:url("images/border-bg-entryfull.png") no-repeat; }

	.info-panel { background: #f7f7f7 url(images/infopanel-bg.png) repeat-x; margin: 25px -29px 0 -30px; padding: 30px 30px 25px; }
		h3.infotitle { font-size: 24px; padding-bottom: 11px; }
		.info-block { float: left; width: 182px; margin-right: 48px; }

		.info-panel .tags ul li { float:left; }
			.info-panel .tags ul li a { background: #EFEFEF; color:#6E6E6E; display:block; font-size:11px; margin:0 3px 3px 0; padding:10px 10px 8px; text-shadow:1px 1px 0 #FFFFFF; text-transform:uppercase; }
			.info-panel .tags ul li a:hover { color: #000000; text-decoration: none; }

	.post ul { list-style-type: disc; margin: 10px 0px 10px 20px; }
	.post ol { list-style-type: decimal; list-style-position: inside; margin: 10px 0px 10px 2px; }
		.post ul li ul, .post ul li ol { margin: 2px 0px 2px 20px; }
		.post ol li ul, .post ol li ol  { margin: 2px 0px 2px 35px; }

	ul.related-posts, .tags ul { list-style:none outside none; margin: 0px; }

	.entry-full .entry-content {padding:50px 33px 20px 33px;}
	.entry-full .entry-content h1.title { font-size: 36px; padding-bottom: 16px; text-align:center;}
	.entry-full .entry-content p.meta-info {color:#9f9f9f; font-family: Georgia, serif; font-style: italic; font-size: 18px; text-align: center; background: url(images/full-post-info-bg.png) no-repeat 0px 10px; padding-right: 82px; margin-left:4px; padding-bottom: 30px; }
	.entry-full .entry-content .thumbnail {border-radius: 3px; -moz-border-radius: 3px; -webkit-border-radius: 3px; border:3px solid #F0F0F0; float:left; height:218px; margin-right:18px; position:relative; width:218px;}
		.entry-full .entry-content .thumbnail span.overlay {background: url(images/entry-full-span-bg.png) no-repeat;position: absolute; top:0px; left:0px; display: block; width:218px; height:218px; }
	.entry-full .entry-content p {font-size: 13px;}

	.post h1, .post h2, .post h3, .post h4, .post h5, .post h6 { font-family: 'OFL Sorts Mill Goudy TT', Georgia, serif; }

	.fullwidth, .fullwidth .entry { width: 960px !important; margin-right: 0px !important; }
	.fullwidth .entry-full .entry-content p.meta-info { background:url("images/full-post-info-bg.png") no-repeat scroll center 8px transparent; }
	.fullwidth .entry .border { background:url("images/border-bg-entryfullwidth.png") no-repeat scroll 0 0 transparent; }
		.fullwidth .entry-full .entry-content { background-image:url("images/entry-content-bg-entryfullwidth.png"); }
			.fullwidth .entry-full .bottom { background:url("images/bottom-bg-entryfullwidth.png") no-repeat scroll left bottom transparent; }

	.nobottom { padding-bottom: 0px !important; }

	h1.title a { color: #3d3d3d; }
	h1.title a:hover { color: #000000; text-decoration: none; }

/*------------------------------------------------*/
/*---------------[DROPDOWN MENU]------------------*/
/*------------------------------------------------*/

ul.nav { width:100%; }
	ul.nav li { background:none; text-indent: 0; margin-left: 7px; margin-right:18px; }
	ul.nav li:first-child {margin-left:0;}
	ul.nav li:first-child a { padding-left:0 !important; }
		ul.nav a { font-family: 'Open Sans Regular', serif; font-size: 16px; color: #ffffff; text-decoration: none; padding: 15px 6px 18px; }
		ul.nav a:hover {  }

	ul.nav ul { width: 189px; background: rgba(68, 91, 105, 0.9);  border-top: none; top: 51px !important; box-shadow: 3px 6px 7px 1px rgba(0, 0, 0, 0.1); -moz-box-shadow:3px 6px 7px 1px rgba(0, 0, 0, 0.1); -webkit-box-shadow: 3px 6px 7px 1px rgba(0, 0, 0, 0.1); border-radius: 8px; -moz-border-radius: 8px; -webkit-border-radius: 8px; border-top-left-radius: 0px;-moz-border-radius-topleft: 0px; border-top-right-radius: 0px; -webkit-border-top-left-radius: 0px; -moz-border-radius-topright: 0px; -webkit-border-top-right-radius: 0px; padding: 0px 0px 1px; z-index: 9999; display: none; }
		ul.nav ul li { margin: 0px; padding: 0px 4px 20px 18px; }
			ul.nav ul li a { background: url(images/dropdown-bullet.png) no-repeat 0px 1px; padding: 0px; width: 155px; }

			ul.nav li:hover ul ul, ul.nav li.sfHover ul ul { top: -16px !important; left: 191px !important; border-top-right-radius: 8px; -moz-border-radius-topright: 8px; -webkit-border-top-right-radius: 8px; }

	ul.nav > li.current-menu-item, ul.nav > li.current_page_item, ul.nav > li.current-cat { }
		ul.nav > li.current-menu-item > a, ul.nav > li.current_page_item > a, ul.nav > li.current-cat > a { font-family: 'Open Sans Bold'; color: #ffffff; padding: 15px 12px 18px; }

/*------------------------------------------------*/
/*--------------[FEATURED SLIDER]-----------------*/
/*------------------------------------------------*/
#featured { position: relative; padding: 7px 0 0 7px; width: 469px; height: 279px; }
	#featured-overlay { background: url(images/slider-bg.png) no-repeat; position: absolute; top: 0px; left: 0px; z-index: 20; width: 476px; height: 286px; }
	#slides { background: #000; }
		#featured .slide {top: 6px; left:6px; position: absolute; z-index:auto !important; }
			.slide .description { position:absolute; left: 0; top: 41px; padding-left: 69px; padding-right: 63px; text-align: center; z-index: 21; width:328px; }
				.slide .description h2 { font-family: 'OFL Sorts Mill Goudy TT', Georgia, serif; font-size: 36px; text-shadow: 1px 1px 1px rgba(0,0,0,0.4); padding-bottom: 9px; }
					.slide .description h2 a {text-decoration: none; color: #fff;}
				.slide .description p.meta-info {font-family: Georgia, serif; font-size: 15px; text-shadow: 1px 1px 1px rgba(0,0,0,0.4); color: #fff; font-style: italic; }
					.slide .description p.meta-info a { text-decoration: none; color: #fff; }

	 #featured a#left-arrow, #featured a#right-arrow { display: block; text-indent: -9999px; width: 42px; height: 38px; position: absolute; z-index: 22; top: 125px; }
		#featured a#left-arrow { left: 0px; }
		#featured a#right-arrow  { right: 0px; }

/*------------------------------------------------*/
/*-------------------[COMMENTS]-------------------*/
/*------------------------------------------------*/

#comment-wrap { margin: 32px 0px 16px; }
	div.avatar { float:left; padding:4px 1px 6px 4px; position:relative; }
		div.avatar span.overlay { background:url("images/avatar-overlay.png") no-repeat; display:block; height:79px; position:absolute; left:0; top:0; width:79px; }
		.comment-wrap { float:left; margin-left:14px; }

		li.depth-1 .comment-wrap { width:559px; }
		li.depth-2 .comment-wrap { width:467px; }
		li.depth-3 .comment-wrap { width:375px; }
		li.depth-4 .comment-wrap { width:283px; }

		.fullwidth li.depth-1 .comment-wrap { width:800px; }
		.fullwidth li.depth-2 .comment-wrap { width:708px; }
		.fullwidth li.depth-3 .comment-wrap { width:616px; }
		.fullwidth li.depth-4 .comment-wrap { width:524px; }

		.reply-container { background:url("images/readmore-right.png") no-repeat right bottom; display:block; float:right; font-size:10px; font-weight:bold; height:22px; line-height:22px; margin-bottom:4px; padding-right:5px; text-transform:uppercase; }
			.reply-container a { background:url("images/readmore-left.png") no-repeat; display:block; padding:0 3px 0 8px; color:#3D3D3D; }
			.reply-container a:hover { text-decoration: none; color: #000000; }

	span.fn, span.fn a { color:#3d3d3d; font-size:24px; }
	span.fn a:hover { color: #000000; text-decoration: none; }

	span.fn, .commentmetadata { font-family: 'OFL Sorts Mill Goudy TT', Georgia, serif; }

	.commentmetadata a { color: #adadad; font-size: 18px; }

	.comment-author { float: left; }
	.commentmetadata { float: right; }

	.comment-content { clear: both; padding-top: 10px; }

	.comment-body { padding: 15px 0; }

	.commentlist li.comment ul { margin:8px 0 8px 92px; }

	ol.commentlist ul { list-style:none outside none; }

	ol.commentlist .entry-content { padding-top: 10px; padding-bottom: 1px; }

	#respond { padding-top: 25px; }
		.comment #respond { padding-left: 0px; padding-top: 5px; }
		#commentform textarea#comment { width: 98%; }
		#commentform input[type=text] { width: 40%; }

		li.comment #respond textarea { width: 88% !important; }
		li.comment #respond input[type=text] { width: 50% !important; }

	h3#comments, #reply-title span {font-family: 'OFL Sorts Mill Goudy TT', Georgia, serif; font-size: 36px; padding-bottom: 12px; text-align:center; text-shadow: 1px 1px 0px #fff;}
	#reply-title span { display: block; }

/*------------------------------------------------*/
/*---------------------[FOOTER]-------------------*/
/*------------------------------------------------*/

#footer { }
	#footer-content { background: url(images/footer-top-bg.png) repeat-x; padding-bottom: 12px; }
		.footer-widget {width: 223px; margin-right: 22px; float: left; padding-top: 52px; padding-bottom: 30px; }
		#footer-content .last {margin-right: 0px;}
			.footer-widget h4.widgettitle { padding-bottom:15px; font-size: 24px; color: #3d3d3d; text-shadow: 1px 1px 0px #fff; font-family: 'OFL Sorts Mill Goudy TT', Georgia, serif; }
				#footer a { color: #3d3d3d; text-shadow: 1px 1px 0px #fff; }
				#footer a:hover { color: #000; text-decoration: none; }
			.footer-widget ul { margin-bottom:8px; }
				.footer-widget ul ul { margin-bottom:0; }
					.footer-widget ul li { background:url(images/footer-bullet.png) no-repeat scroll 0 8px transparent; padding:0px 0 5px 14px; }
					.footer-widget ul li ul { margin:0 0 -3px; padding:5px 0 0 7px; }
	p#copyright {float:right; font-size:12px; padding-bottom:45px; color:#3d3d3d;text-shadow: 1px 1px 1px #fdfdfd; clear:both; padding-top: 25px;}
		p#copyright a {font-weight: bold; color:#3d3d3d;}







/*------------------------------------------------*/
/*--------------------[SIDEBAR]-------------------*/
/*------------------------------------------------*/
#sidebar-left, #sidebar-right {float: left; width: 231px;}
#sidebar-left, #main-content { margin-right: 11px; }
	.block {border-top: 1px solid #e1e1e1; border-left: 1px solid #e1e1e1; border-bottom: 1px solid #cdcdcd; border-right: 1px solid #cdcdcd; margin-bottom: 11px;}
		.block-border {border: 1px solid #fff; background:url("images/block-top-bg.png") repeat-x; padding-top: 4px;}
			.block-content{border-right: 4px solid #f0f0f0; border-bottom: 4px solid #f0f0f0; border-left: 4px solid #f2f2f2; background-color: #f7f7f7; padding: 25px 17px 0px;}
				#search-form {background: url(images/search-bg.png) no-repeat; width: 182px; height: 34px; margin: 0px 10px 23px 0px;}
					input#searchinput { background:none; border: none; font-size: 13px; font-style: italic; color: #aaaaaa; text-shadow: 1px 1px 0px #fff; margin-top:0px; padding-left:12px; width:155px; float: left; position: relative; top: 7px; }
					input#searchsubmit { float:left; margin-top:9px; }

				.block h4.widgettitle { padding-bottom:10px; font-size: 11px; color: #b1b1b1; text-shadow: 1px 1px 0px #fff; text-transform: uppercase; letter-spacing:0; }
				.block .widget {font-size: 13px; margin-bottom: 23px;}
				.block a, span.title a { color: #3d3d3d; text-shadow: 1px 1px 0px #fff; }
				.block a:hover { color: #000; text-decoration: none; }
				.widget ul { margin-bottom:15px; }
					.widget ul ul { margin-bottom:0; }
					.widget ul li { background:url(images/footer-bullet.png) no-repeat scroll 0 8px transparent; padding:0px 0 5px 14px; }
					.widget ul li ul { margin:0 0 -3px; padding:5px 0 0 7px; }
					.ul-thumb ul li { background:none; padding-left: 0px; }
						.ul-thumb ul span.box {position:relative; float: left; border: 3px solid #e0e0e0; border-radius: 3px; -moz-border-radius: 3px; -webkit-border-radius: 3px; margin-right:11px; margin-top:3px; }
							.ul-thumb ul img {width:40px; height:40px; }
							.ul-thumb ul span.overlay {background: url(images/ul-span-bg.png) no-repeat; position: absolute; top:0px; left:0px; display: block; width:40px; height:40px; }
							.ul-thumb p.post-info {color:#c0c0c0; font-size: 11px !important; font-family: Georgia, serif; font-style: italic; text-shadow: 1px 1px 0px #fff; background: none; margin: 0px; padding: 0px; text-align: left;}

			span.box a { display: block; }

			.ul-thumb li { padding-bottom: 6px; }


/*------------------------------------------------*/
/*------------[CAPTIONS AND ALIGNMENTS]-----------*/
/*------------------------------------------------*/

div.post .new-post .aligncenter, .aligncenter { display: block; margin-left: auto; margin-right: auto; }
.wp-caption { border: 1px solid #ddd; text-align: center; background-color: #f3f3f3; padding-top: 4px; margin-bottom: 10px; }
.wp-caption.alignleft { margin: 0px 10px 10px 0px; }
.wp-caption.alignright { margin: 0px 0px 10px 10px; }
.wp-caption img { margin: 0; padding: 0; border: 0 none; }
.wp-caption p.wp-caption-text { font-size: 11px; line-height: 17px; padding: 0 4px 5px; margin: 0; }
.alignright { float: right; }
.alignleft { float: left }
img.alignleft { display:inline; float:left; margin-right:15px; }
img.alignright { display:inline; float:right; margin-left:15px; }


/*------------------------------------------------*/
/*---------------[DEFAULT DROPDOWN SETTINGS]---*/
/*------------------------------------------------*/

.nav ul { position:absolute; top:-999em; background-position: bottom; background-repeat: no-repeat; z-index: 10; }
.nav li { float:left; position:relative; }
.nav a { display:block; float: left; }
	.nav li:hover ul, ul.nav li.sfHover ul { left:0px; top:50px; }
	.nav li:hover li ul, .nav li.sfHover li ul { top:-999em; }
		.nav li li:hover ul, ul.nav li li.sfHover ul { left:192px; top:0px; }
	.nav li:hover ul, .nav li li:hover ul { top: -999em; }
	.nav li li {	display: block;	padding: 0px; float: left; height: auto !important; }
	.nav li ul { width: 191px; z-index:10000; }
		.nav li li a:link, .nav li li a:visited {	display: block; height: auto; float: left; }
		.nav li:hover { visibility: inherit; /* fixes IE7 'sticky bug' */ }


/*------------------------------------------------*/
/*-----------------[WP CALENDAR]-----------------*/
/*------------------------------------------------*/
#wp-calendar { empty-cells: show; margin: 10px auto 0; width: 185px; }
	#wp-calendar a { display: block; text-decoration: none; font-weight: bold; }
		#wp-calendar a:hover { text-decoration: underline; }
	#wp-calendar caption {	text-decoration: none; font: bold 13px Arial, Sans-Serif; }
	#wp-calendar td {	padding: 3px 5px; color: #9f9f9f; }
		#wp-calendar td#today { color: #ffffff; }
	#wp-calendar th {	font-style: normal;	text-transform: capitalize;	padding: 3px 5px; }
		#wp-calendar #prev a, #wp-calendar #next a { font-size: 9pt; }
		#wp-calendar #next a { padding-right: 10px; text-align: right; }
		#wp-calendar #prev a { padding-left: 10px; text-align: left; }

/*------------------------------------------------*/
/*-------------------[PAGE NAVI]------------------*/
/*------------------------------------------------*/
.pagination { overflow: hidden; padding: 15px 12px 0px; }

.wp-pagenavi { position: relative; top:-5px; }
.wp-pagenavi a, .wp-pagenavi a:link { padding: 5px 7px !important; margin: 2px; text-decoration: none; border:1px solid #E9E9E9 !important; color: #413f36; background-color: #fff; font-weight: normal !important; }
.wp-pagenavi a:visited { padding: 5px 7px; margin: 2px; text-decoration: none; border: 1px solid #e9e9e9; color: #413f36; background-color: #fff; }
.wp-pagenavi span.pages { padding: 5px 7px 5px !important; margin: 2px !important ; color: #000000; border:1px solid #E9E9E9 !important; color: #413f36; background-color: #fff; }
.wp-pagenavi span.current, .wp-pagenavi span.extend, .wp-pagenavi a:active, .wp-pagenavi a:hover { padding: 5px 7px !important; margin: 2px; font-weight: bold; background-color:#7798A6 !important; border:1px solid #618391 !important; color:#FFFFFF !important; }

.wp-pagenavi span.pages, .wp-pagenavi a.nextpostslink, .wp-pagenavi a.previouspostslink { display: none; }
.wp-pagenavi a, .wp-pagenavi span, .wp-pagenavi span.current, .wp-pagenavi span.extend, .wp-pagenavi a:active, .wp-pagenavi a:hover, .wp-pagenavi a:link { color: #3d3d3d !important; background: none !important; font-family: 'OFL Sorts Mill Goudy TT', Georgia, serif !important; font-size: 30px !important; border: none !important; font-weight: normal !important; text-shadow: 1px 1px 0px #ffffff !important; padding-top: 0px !important; }
.wp-pagenavi span.current, .wp-pagenavi span.extend, .wp-pagenavi a:active, .wp-pagenavi a:hover { color: #000000 !important; }


a.readmore:hover, #sidebar div.custom-sidebar-block ul.control li a:hover, ul#cats-menu li a:hover, ul#page-menu li a:hover, div#slider-control div.featitem h2 a  { text-decoration: none; }

.js #feat-content, .js div#from-blog div.entries {display: none;}

.foursixeight { margin: 0px 0px 15px 84px;}
.et_pt_gallery_entry { margin: 0 0 32px 72px !important; }

#comment-wrap .navigation { padding: 10px 0; }
	.nav-previous { float: left; }
	.nav-next { float: right; }
h3#reply-title small { display: block; }
	h3#reply-title small a { font-size: 12px; letter-spacing: 0px; }

#commentform input[type=text] { width: 40%; display: block; padding: 5px; }
#commentform textarea#comment { width: 92%; }
.commentlist #respond textarea#comment { width: 98% !important; }
.commentlist #respond input[type=text] { width: 40%; display: block; padding: 5px; }
.comment_navigation_bottom { padding: 12px 0; }
.et_embedded_videos { display: none !important; }

.js #featured #slides { background: url(images/ajax-loader.gif) no-repeat center; min-height: 271px; }
	.js #featured .slide { display: none; }

/* Generated by Font Squirrel (http://www.fontsquirrel.com) on November 27, 2015 */



@font-face {
	font-family: 'Lora Bold';
	src: url('fonts/lora-bold-webfont.eot');
	src: url('fonts/lora-bold-webfont.eot?#iefix') format('embedded-opentype'),
	url('fonts/lora-bold-webfont.woff2') format('woff2'),
	url('fonts/lora-bold-webfont.woff') format('woff'),
	url('fonts/lora-bold-webfont.ttf') format('truetype'),
	url('fonts/lora-bold-webfont.svg#lorabold') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'Lora Bold Italic';
	src: url('fonts/lora-bolditalic-webfont.eot');
	src: url('fonts/lora-bolditalic-webfont.eot?#iefix') format('embedded-opentype'),
	url('fonts/lora-bolditalic-webfont.woff2') format('woff2'),
	url('fonts/lora-bolditalic-webfont.woff') format('woff'),
	url('fonts/lora-bolditalic-webfont.ttf') format('truetype'),
	url('fonts/lora-bolditalic-webfont.svg#lorabold_italic') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'Lora Italic';
	src: url('fonts/lora-italic-webfont.eot');
	src: url('fonts/lora-italic-webfont.eot?#iefix') format('embedded-opentype'),
	url('fonts/lora-italic-webfont.woff2') format('woff2'),
	url('fonts/lora-italic-webfont.woff') format('woff'),
	url('fonts/lora-italic-webfont.ttf') format('truetype'),
	url('fonts/lora-italic-webfont.svg#loraitalic') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'Lora Regular';
	src: url('fonts/lora-regular-webfont.eot');
	src: url('fonts/lora-regular-webfont.eot?#iefix') format('embedded-opentype'),
	url('fonts/lora-regular-webfont.woff2') format('woff2'),
	url('fonts/lora-regular-webfont.woff') format('woff'),
	url('fonts/lora-regular-webfont.ttf') format('truetype'),
	url('fonts/lora-regular-webfont.svg#loraregular') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'Open Sans Bold';
	src: url('fonts/opensans-bold-webfont.eot');
	src: url('fonts/opensans-bold-webfont.eot?#iefix') format('embedded-opentype'),
	url('fonts/opensans-bold-webfont.woff2') format('woff2'),
	url('fonts/opensans-bold-webfont.woff') format('woff'),
	url('fonts/opensans-bold-webfont.ttf') format('truetype'),
	url('fonts/opensans-bold-webfont.svg#open_sansbold') format('svg');
	font-weight: normal;
	font-style: normal;

}
@font-face {
	font-family: 'Open Sans Bold Italic';
	src: url('fonts/opensans-bolditalic-webfont.eot');
	src: url('fonts/opensans-bolditalic-webfont.eot?#iefix') format('embedded-opentype'),
	url('fonts/opensans-bolditalic-webfont.woff2') format('woff2'),
	url('fonts/opensans-bolditalic-webfont.woff') format('woff'),
	url('fonts/opensans-bolditalic-webfont.ttf') format('truetype'),
	url('fonts/opensans-bolditalic-webfont.svg#open_sansbold_italic') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'Open Sans Extra Bold';
	src: url('fonts/opensans-extrabold-webfont.eot');
	src: url('fonts/opensans-extrabold-webfont.eot?#iefix') format('embedded-opentype'),
	url('fonts/opensans-extrabold-webfont.woff2') format('woff2'),
	url('fonts/opensans-extrabold-webfont.woff') format('woff'),
	url('fonts/opensans-extrabold-webfont.ttf') format('truetype'),
	url('fonts/opensans-extrabold-webfont.svg#open_sansextrabold') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'Open Sans Extra Bold Italic';
	src: url('fonts/opensans-extrabolditalic-webfont.eot');
	src: url('fonts/opensans-extrabolditalic-webfont.eot?#iefix') format('embedded-opentype'),
	url('fonts/opensans-extrabolditalic-webfont.woff2') format('woff2'),
	url('fonts/opensans-extrabolditalic-webfont.woff') format('woff'),
	url('fonts/opensans-extrabolditalic-webfont.ttf') format('truetype'),
	url('fonts/opensans-extrabolditalic-webfont.svg#open_sansextrabold_italic') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'Open Sans Italic';
	src: url('fonts/opensans-italic-webfont.eot');
	src: url('fonts/opensans-italic-webfont.eot?#iefix') format('embedded-opentype'),
	url('fonts/opensans-italic-webfont.woff2') format('woff2'),
	url('fonts/opensans-italic-webfont.woff') format('woff'),
	url('fonts/opensans-italic-webfont.ttf') format('truetype'),
	url('fonts/opensans-italic-webfont.svg#open_sansitalic') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'Open Sans Light';
	src: url('fonts/opensans-light-webfont.eot');
	src: url('fonts/opensans-light-webfont.eot?#iefix') format('embedded-opentype'),
	url('fonts/opensans-light-webfont.woff2') format('woff2'),
	url('fonts/opensans-light-webfont.woff') format('woff'),
	url('fonts/opensans-light-webfont.ttf') format('truetype'),
	url('fonts/opensans-light-webfont.svg#open_sanslight') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'Open Sans Light';
	src: url('fonts/opensans-lightitalic-webfont.eot');
	src: url('fonts/opensans-lightitalic-webfont.eot?#iefix') format('embedded-opentype'),
	url('fonts/opensans-lightitalic-webfont.woff2') format('woff2'),
	url('fonts/opensans-lightitalic-webfont.woff') format('woff'),
	url('fonts/opensans-lightitalic-webfont.ttf') format('truetype'),
	url('fonts/opensans-lightitalic-webfont.svg#open_sanslight_italic') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'Open Sans Regular';
	src: url('fonts/opensans-regular-webfont.eot');
	src: url('fonts/opensans-regular-webfont.eot?#iefix') format('embedded-opentype'),
	url('fonts/opensans-regular-webfont.woff2') format('woff2'),
	url('fonts/opensans-regular-webfont.woff') format('woff'),
	url('fonts/opensans-regular-webfont.ttf') format('truetype'),
	url('fonts/opensans-regular-webfont.svg#open_sansregular') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'Open Sans Semi Bold';
	src: url('fonts/opensans-semibold-webfont.eot');
	src: url('fonts/opensans-semibold-webfont.eot?#iefix') format('embedded-opentype'),
	url('fonts/opensans-semibold-webfont.woff2') format('woff2'),
	url('fonts/opensans-semibold-webfont.woff') format('woff'),
	url('fonts/opensans-semibold-webfont.ttf') format('truetype'),
	url('fonts/opensans-semibold-webfont.svg#open_sanssemibold') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'Open Sans Semi Bold Italic';
	src: url('fonts/opensans-semibolditalic-webfont.eot');
	src: url('fonts/opensans-semibolditalic-webfont.eot?#iefix') format('embedded-opentype'),
	url('fonts/opensans-semibolditalic-webfont.woff2') format('woff2'),
	url('fonts/opensans-semibolditalic-webfont.woff') format('woff'),
	url('fonts/opensans-semibolditalic-webfont.ttf') format('truetype'),
	url('fonts/opensans-semibolditalic-webfont.svg#open_sanssemibold_italic') format('svg');
	font-weight: normal;
	font-style: normal;
}



.btn {
	display: block;
	color:#ffffff !important;
	width: 220px;
	height: 40px;
	text-transform: uppercase;
	-webkit-border-radius: 5px !important;
	-moz-border-radius: 5px !important;;
	border-radius: 5px !important;;
	text-align: center;
	line-height: 40px;
	text-align: center !important;
	font-family: 'Lora Bold';
}
.btn.grey {
	background:#A2A3A7 !important;
}

#menu {
	position:relative;
	z-index:10;
}
#menu #primary ul {
	width: 100%;
}
#menu #primary ul li{
	padding:10px;
	width: 100%;
	float:none;
}
#menu #primary ul li a {
	float:none;
}
.container.slider-wrap {
	display:block;
	margin-top:-50px;
}
.slider {
	position: relative;
	z-index:1;
	width:1530px;
	margin-left:-125px;
	height: auto;
}
.cycloneslider-template-standard {
	margin-bottom:0 !important;
}
.cycloneslider-template-standard .slide-content {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background:rgba(0, 0, 0, .40);
	color:#ffffff;
}
.cycloneslider-template-standard .slide-content .text {
	color:#ffffff;
	width:55%;
	margin:265px auto 0;
}
.cycloneslider-template-standard .slide-content .text h3 {
	font-family: 'Lora Regular';
	font-size:48px;
	color:#ffffff;
}

#breadcrumb-wrapper .container{
	display:block;
	background:#ffffff;
}
#breadcrumbs {
	font-family: 'Open Sans Regular';
	font-size:13px;
	margin-bottom:0;
	padding:35px 0;
	font-style: normal;
	text-shadow: none;
}
#breadcrumbs a {
	color:#A0A3A5;
}
.page-title .container {
	background:#ffffff;
}
.page-title .container h1 {
	font-family: 'Lora Regular';
	font-size: 48px;
	color:#445967;
}

.cycloneslider-template-standard .slide-content .text p {
	font-size:18px;
}
.cycloneslider-template-standard .slide-content .text .ribbon {
	display:block;
	width:213px;
	height: 37px;
	margin:10px auto;
	background:transparent url('images/ribbon.png') top left no-repeat;
}
.call-to-book {
	height:100px;
	background:#445B69;
}
#top-overlay > .call-to-book {
    display: none;
}
.call-to-book h3 {
	display: block;
	float: left;
	font-size:30px;
	margin:0;
	padding:0;
	line-height: 100px;
	color:#ffffff;
	font-family: 'Lora Regular';
	text-transform: uppercase;
}
.call-to-book .right-section {
	float: right;
}
.call-to-book .right-section p {
	float:left;
	line-height: 100px;
	font-size:26px;
	color:#ffffff;
	font-family: 'Open Sans Semi Bold';
	text-transform: uppercase;
	padding-bottom:0;
}
.call-to-book .right-section a {
	float:left;
	display: block;
	color:#ffffff;
	font-size:26px;
	margin-left:20px;
}
.call-to-book .right-section a:hover {
	text-decoration: none;
}
.call-to-book .right-section a.tel {
	font-family: 'Open Sans Semi Bold';
	font-size:26px;
	line-height: 100px;
}
.call-to-book .right-section a.tel span {
	float:left;
	display: block;
	width: 26px;
	height: 26px;
	background:transparent url('images/phone-ico.png');
	margin-top:35px;
	margin-right:10px;
}
.call-to-book .right-section a.btn {
	margin-top:30px;
	font-size:13px;
}
.no-pb .container {
	padding-top:10px;
	background:#ffffff;
}
.et_divi_builder #et_builder_outer_content .et_pb_section {
	padding:0 !important;
}
.et_divi_builder #et_builder_outer_content .et_pb_row {
	max-width:1530px;
	background:#ffffff;
	padding:30px 125px !important;
}
.et_divi_builder #et_builder_outer_content .et_pb_row.divider {
	padding-top:0 !important;
	padding-bottom:0 !important;
	height:1px;
}

.et_divi_builder #et_builder_outer_content .row-home {
	max-width:1530px !important;
	padding:65px 125px !important;
	color:#666666 !important;
}
.et_divi_builder #et_builder_outer_content .et_pb_module p {

}
.et_divi_builder #et_builder_outer_content .row-home.no-pd-bottom {
	padding-bottom:0 !important;
}
.et_divi_builder #et_builder_outer_content .row-home.no-pd-top {
	padding-top:0 !important;
}
.et_divi_builder #et_builder_outer_content .row-home img.aligncenter {
	display:block;
	margin:0 auto;
}
.et_pb_text h3 {
	font-size:24px;
	font-family: 'Lora Regular';
}

.faqs {
	text-align: center !important;
}
.faqs h3 {
	color:#445967 !important;
	font-family: 'Lora Regular';
	font-size:20px;
}
.faqs p {
	line-height: 16px !important;
	margin:0;
}
.home-sections {
	float:left;
	width:500px;
}
.home-sections h3{
	font-size:30px;
	color:#445967 !important;
	margin-top:60px !important;
	margin-bottom:30px !important;
	padding:0 !important;
	font-family: 'Lora Regular';
}
.home-sections p {

}
.home-sections a {
	color:#A1A3A6 !important;
	font-family: 'Open Sans Semi Bold';
}
.home-section-video {
	float:right;
	width:500px;
	height: 250px;
}
.summarising-keri {
	float:left;
	width:685px;
	height:215px;
	color:#ffffff !important;
	margin:20px 0 0 0!important;
}
.summarising-keri h3 {
	font-family: 'Lora Regular';
	margin-bottom:30px !important;
}
.summarising-keri a {
	color:#A1A3A6 !important;
	font-family: 'Open Sans Semi Bold';
}
.summarising-video {
	display: block;
	float:right;
	width:500px;
	height: 250px;
}

.map-image-wrap,
.et_divi_builder #et_builder_outer_content .row-home.map-image-wrap {
	position:relative;
	padding: 0!important;
}
.map-texts {
	position: absolute;
	width: 310px;
	top:65px;
	left:125px;
}
.map-texts h3 {
	font-size:26px;
	color:#445967 !important;
	font-family: 'Lora Regular';
}
.map-texts h3 span {
	display: block;
	font-size:30px;
}
.map-texts .btn {
	margin-top:20px !important;
	font-size:13px;
}

.btn2 {
	display: inline-block;
	padding: 0 10px!important;
	width: auto;
	margin: 0 20px!important;
}

.book-heading {
	color:#ffffff !important;
	font-size:30px;
	margin-bottom:35px !important;
	padding-bottom:0 !important;
	font-family: 'Lora Regular';
	text-transform: uppercase;
}
#wpcf7-f158-p7-o1 {
	display: block;
	width:810px;
	margin:0 auto !important;
}

.wpcf7-form:after,
.f-row:after{
	display: block;
	content:"";
	clear:both;
}
.wpcf7-form-control-wrap {
	display: block;
	width: 100%;
	height: auto;
}
.f-input {
	float:left;
	width:400px;
	margin-bottom:5px !important;
}
.f-input.last {
	float:right;
}
.f-input input[type="text"],
.f-input input[type="email"] {
	display:block;
	background:#ffffff !important;
	color:#999999 !important;
	width: 100% !important;
	height:50px;
	line-height: 50px;
	font-size:13px;
	text-indent:10px;
	margin:0 !important;
	font-family: 'Open Sans Semi Bold';
	font-size:13px;
}
.f-input.lbl label {
	float:left;
	width:30%;
	line-height: 50px;
	color:#ffffff !important;
}
.f-input.lbl select {
	background:#ffffff !important;
	color:#999999 !important;
	font-size: 13px;
	margin:0 !important;
	width:70% !important;
	height: 50px;
	line-height: 50px;
}
.input-wrap textarea {
	width: 100%;
	height: 120px;
	background:#ffffff !important;
	color:#999999 !important;
	padding:15px !important;
	font-family: 'Open Sans Semi Bold';
	font-size:13px;
}
#wpcf7-f158-p7-o1 input[type="submit"] {
	margin:10px auto !important;
	width: 150px;
}
.wpcf7-not-valid-tip,
.wpcf7-validation-errors{
	color:#FF0000 !important;
}


.distance-image {
	margin-bottom:0 !important;
}
.distance-text {
	padding-bottom:10px !important;
	border-bottom:4px solid #E9E9E9 !important;
	min-height:190px;
}
.distance-text .title {

	padding-bottom:0 !important;
	padding-top:20px !important;
	margin-bottom:10px !important;
}
.distance-text .title strong {
	font-family: 'Lora Regular';
	color:#445967 !important;
	padding:0;
	font-size:20px !important;

}
.distance-text p {
	font-size:11px;
	display: block;
	margin:0 auto !important;
	width:80%;
}
.distance-text p strong {
	font-size:13px;
}
.distance-text hr.line {
	display: block;
	width:50%;
	margin:0 auto !important;
	height:2px;
	border-top:2px solid #E9E9E9 !important;
	margin-bottom:20px;
}

.call-to-book-row h3 {
	display: block !important;
	float: left;
	font-size:30px;
	margin:0 !important;
	padding:0 !important;
	line-height: 100px !important;
	color:#ffffff !important;
}
.call-to-book-row .right-section {
	float: right;
}
.call-to-book-row .right-section p {
	float:left;
	line-height: 100px;
	font-size:26px;
	color:#ffffff !important;
}
.call-to-book-row .right-section a {
	float:left;
	display: block;
	color:#ffffff !important;
	font-size:26px !important;
	margin-left:20px !important;
}
.call-to-book-row .right-section a:hover {
	text-decoration: none;
}
.call-to-book-row .right-section a.tel {
	line-height: 100px;
}
.call-to-book-row .right-section a.tel span {
	float:left;
	display: block;
	width: 26px;
	height: 26px;
	background:transparent url('images/phone-ico.png') !important;
	margin-top:35px !important;
	margin-right:10px !important;
}
.call-to-book-row .right-section a.btn {
	margin-top:30px !important;
	font-size:13px !important;
}#footer {	background-color:#F4F4F4;	padding-top: 40px;}
#footer .container {
	padding-top: 0;
	padding-bottom: 28px;
	background:#F4F4F4;
}
#footer .left-footer {
	float: left;
	width:550px;
}
#footer .widgettitle {
	font-size:24px;
	color:#445A68;
	margin-bottom:30px;
}
#footer .widget_nav_menu ul:after {
	display: block;
	content: "";
	clear: both;
}
#footer .widget_nav_menu ul {
	list-style-type: none;
}
#footer .widget_nav_menu ul li {
	background: none;
	text-indent: 0;
	float:left;
	width: 50%;
}
#footer .widget_nav_menu ul li a {
	display: block;
	color:#666666;
	font-size:14px;
	margin-bottom:20px;
}

#footer .right-footer {
	float: right;
	width:480px;
}
#footer .right-footer .left-info,
#footer .right-section .right-section{
	display: block;
	float:left;
	width:50%;
}
#footer .right-footer .left-info {
	margin-right:70px;
}
#footer .right-footer .left-info p {
	font-size:14px;
	color:#666666;
	font-family:'Open Sans Semi Bold';
}
#footer .right-footer .left-info a {
	display: block;
	margin-bottom:10px;
}
#footer .right-footer .left-info a.tel {
	font-size:20px;
	color:#445A68;
}
#footer .right-footer .left-info a.tel span {
	display: block;
	float: left;
	width: 20px;
	height: 20px;
	background:transparent url('images/phone-ico-small.png') center no-repeat;
	margin-right:10px;
}
#footer .right-footer .left-info a.mail {
	font-size:14px;
	color:#9FA3A5;
}
#footer .right-footer .left-info a.mail span {
	display: block;
	float: left;
	width: 20px;
	height: 20px;
	background:transparent url('images/at-ico.png') center no-repeat;
	margin-right:10px;
}

#footer .book-footer a {
	text-shadow: none;
    	font-size: 13px;
   	background: #a1a3a6;
   	width: 220px;
    	height: 40px;
    	line-height: 40px;
    	text-transform: uppercase;
    	color: #FFF;
    	border-radius: 5px;
    	font-family: 'Lora Bold';
	margin: 0 auto;
	text-align: center;
}

#et_builder_outer_content .call-to-book-row .call-to-book .right-section p {
	color:#ffffff !important;
	padding-bottom:0;
}

.final-footer {
	padding:10px 0;
}
.final-footer-links {
	float:left;
}
.final-footer-links ul li {
	float:left;
	margin-right:10px;
	background:none;
	text-indent: 0;
}
.final-footer-links ul li a {
	font-family: 'Open Sans Semi Bold';
	font-size:12px;
	color:#999999;
}
.copyright {
	float:right;
	font-family: 'Open Sans Regular';
	font-size:12px;
	color:#999999;
}

/* Style Guides */
ul {
	list-style-type: none;
	/*list-style-image: url('images/bullet.png');*/
}
ul li {
	background: url(images/bullet.png) no-repeat left center;

	/* reset styles (optional): */
	list-style: none;
	margin: 0;
	text-indent: 1em;
}
ul li,
ul li a{
	font-family: 'Open Sans Regular';
	color:#666666;
}
ul li a:hover {
	color:#A1A3A6;
}
.cycloneslider-template-standard .cycloneslider-slides {
	width:100%;
}
hr {
	margin:0;
	padding:0;
	line-height: 2px;
	border:none;
	border-top: 2px solid #E9E9E9;
}

/* contact form 7 */
.wpcf7-mail-sent-ok {
    border: 1px solid #eee;
    padding: 20px;
    color: #fff;
}


/* Large Devices, Wide Screens */
@media only screen and (max-width : 1400px) {
	* {
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	.container {
		width:100%;
		padding:0 10px;
	}
	.et_divi_builder #et_builder_outer_content .row-home {
		padding:65px 10px !important;
	}
	.slider-wrap {
		padding:0;
	}
	.slider {
		width: 100%;
		margin:0;
	}
}
@media only screen and (max-width : 1280px) {
	#header .container .logo {
		left:10px;
	}
	.search-top {
		right:0;
	}
	.book-questions {
		right:0;
	}
	ul.nav a {
		padding:15px 1px 18xp;
	}
	.cycloneslider-template-standard .slide-content .text {
		margin:120px auto 0;
	}
	.call-to-book h3 {
		font-size:25px;
	}
	.call-to-book .right-section p,
	.call-to-book .right-section a.tel,
	.call-to-book-row .right-section p,
	.call-to-book-row
	.right-section a.tel{
		font-size:22px;
	}
	.home-section-video,
	.home-sections,
	.summarising-keri,
	.summarising-video{
		width: 50%;
	}
	.call-to-book-row .right-section a {
		margin-left:5px !important;
	}
	#footer .left-footer,
	#footer .right-footer{
		width:50%;

	}
}

/* Medium Devices, Desktops */
@media only screen and (max-width : 992px) {

	#header .container {
		display: block;
		height:auto;
		padding-bottom:10px;
	}
	.search-top,
	.book-questions,
	#header .container .logo {
		position: relative;
		display: block;
		right:0;
	}
	.search-top .address,
	#searchform{
		display: block;
		float:none;
	}
	#searchform {
		margin:0 auto 20px;
	}
	.search-top .address {
		line-height: normal;
		margin:0 0 20px 0;
		padding:0;
	}
	#header .container .logo {
		left:0;
		top:0;
	}
	.book-questions {
		bottom:0;
	}
	.book-questions .questions,
	.book-questions .question-tel{
		float:none;
		display: block;
		padding:0;
		text-align:center;
		margin:20px 0;
	}
	.book-questions .btn {
		float:none;
		margin:20px auto;
	}

	#menu {
		height: auto;
	}
	#menu .container {
		padding:0;
	}
	#menu #primary ul {
		top:46px !important;
	}
	#menu #primary ul li {
		padding:0;
	}
	ul.nav > li {
		background: none;
		text-indent: 0;
		float:left;
		width: 50%;
		margin:0;
		border:1px solid #859FAF;
		height: 46px;
	}
	ul.nav > li.current-menu-item > a, ul.nav > li.current_page_item > a, ul.nav > li.current-cat > a,
	ul.nav a,
	ul.nav li.multi-line a{
		display: block;
		text-align: center;
		font-size:14px;
		padding:0;
		height:46px;
		float: none;
		line-height: 46px;
	}

	ul.nav > li:last-child {

	}
	ul.nav ul {
		background: rgb(68, 91, 105);
	}
	ul.nav ul li a {
		width: 100%;
	}
	.container.slider-wrap {
		margin:0;
		padding:0;
	}
	.slider {
		width:100%;
		height: auto;
		margin:0;
		background:#666666;
	}
	.cycloneslider-template-standard .slide-content .text {
		margin:30px auto 0;
	}

	.call-to-book {
		height:auto;
		padding-bottom:10px;
	}
	.call-to-book h3,
	.call-to-book .right-section{
		display:block !important;
		text-align: center !important;
		float:none;
		line-height: normal !important;
	}
	.call-to-book h3 {
		width:250px;
		margin:0 auto !important;
		padding:20px 0 30px !important;
	}
	.call-to-book .right-section p{
		display:block;
		float: none;
		text-align: center;
		line-height: normal;
		padding-bottom:0 !important;
		color:#ffffff !important;
	}

	.call-to-book .right-section a.tel {
		float:none;
		text-align: center;
		display: block;
		width: 250px;
		margin:0 auto !important;
		line-height: normal;
	}
	.call-to-book .right-section a.btn {
		float:none;
		margin:20px auto !important;
	}
	.call-to-book .right-section a.tel span {
		margin-top:5px;
	}

	.et_divi_builder #et_builder_outer_content .row-home {
		padding:30px 15px !important;
	}

	.summarising-keri,
	.summarising-video{
		float:none;
		display:block;
		margin:0 auto !important;
		max-width:100%;
		text-align:center;
		height:auto;
	}
	.home-sections h3 {
		text-align: center !important;
		margin-top:0 !important;
	}
	.home-sections p {
		text-align: center !important;
	}
	.summarising-keri {
		height:auto;
	}
	.summarising-keri h3 {
		margin-top:10px !important;
		margin-bottom:0 !important;
		text-align: center !important;
	}
	.summarising-keri p {
		text-align: center !important;
	}
	.map-texts {
		display:block;
		position: relative;
		width: 100%;
		height: auto;
		top: 0;
		left: 0;
	}
	.map-texts * {
		display: block;
		float:none;
		text-align: center !important;
		margin:0 auto !important;
	}
	.f-input {
		float:none;
		width: 100%;
	}
	.f-input.lbl label,
	.f-input.lbl select{
		float: none;
		width: 100% !important;
	}
	#wpcf7-f158-p7-o1 {
		width:100%;
	}
	#footer .widgettitle {
		text-align: center;
	}
	#footer .left-footer {
		float: none;
		max-width: 100%;
		width:100%;
	}
	#footer .widget_nav_menu ul li {
		width:100%;
		text-align: center;
	}
	#footer .right-footer {
		float: none;
		max-width: 100%;
		width:100%;
	}
	#footer .right-footer .left-info, #footer .right-section .right-section {
		float: none;
		width: 100%;
		text-align: center;
	}
	#footer .right-footer .left-info a.tel {
		display: block;
		width:205px;
		margin:0 auto;
	}
	#footer .right-footer .left-info a.mail {
		display:block;
		width: 230px;
		margin:10px auto;
	}
	#footer .right-footer .right-info {
		padding:10px 0;
		text-align: center;
	}
	.et_divi_builder #et_builder_outer_content .et_pb_row {
		padding:30px 15px !important;
	}

}

/* Small Devices, Tablets */
@media only screen and (max-width : 768px) {

	.cycloneslider-template-standard .slide-content .text {
		margin:50px 0  0;
		width: 100%;
	}
	.final-footer-links,
	.copyright {
		display: block;
		width: 100%;
		float:none;
		text-align: center;
	}
	.final-footer-links ul li {
		float: none;
		margin:0;
	}
	.final-footer-links ul li {
		text-align: center;
	}
}

/* Extra Small Devices, Phones */
@media only screen and (max-width : 640px) {
	.cycloneslider-slides {
		height:540px;
	}
	.cycloneslider-template-standard .cycloneslider-slides {
		overflow: visible;
	}
	.cycloneslider-template-standard .cycle-slide {

	}
	.cycloneslider-template-standard .slide-content .text{
		position:relative;
		margin:0;
		padding-top:10px;
		text-align: center;
		width: 100%;
		background:#666666;
		z-index:1;
	}

	.cycloneslider-template-standard .cycloneslider-slide img {
		position: relative;
		z-index: 10;
	}
	.cycloneslider-template-standard .slide-content {
		position: relative;
	}
	.cycloneslider-template-standard .slide-content .text .ribbon {
		width:113px;
		height: 20px;
		background-size: cover;
	}
	.cycloneslider-template-standard .slide-content .text h3 {
		display: block;
		margin:0 auto;
		width: 210px;
		font-size:40px;
	}
	.cycloneslider-template-standard .slide-content .text p {
		font-size:16px;
		padding:0 15px 15px;
	}
	.cycloneslider-template-standard .cycloneslider-prev,
	.cycloneslider-template-standard .cycloneslider-next {
		display: none;
	}
}
@media only screen and (max-width : 480px) {
	ul.nav li.multi-line a {
		line-height: normal;
	}
}
/* Custom, iPhone Retina */
@media only screen and (max-width : 320px) {

}

