/*
Theme Name: Finchatton v1.1
Theme URI: http://egelnickandwebb.com/
Author: Egelnick and Webb
Author URI: http://egelnickandwebb.com/
Description: Finchatton wordpress theme 
Version: 1.1
Tags:

Resetting and rebuilding styles have been helped along thanks to the fine work of
Eric Meyer http://meyerweb.com/eric/tools/css/reset/index.html
along with Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
and Blueprint http://www.blueprintcss.org/
*/


/* =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, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}
html {
	/*font-size: 62.5%;  Corrects text resizing oddly in IE6/7 when body font-size is set using em units http://clagnut.com/blog/348/#c790 */
	overflow-y: auto; /* Keeps page centred in all browsers regardless of content height */
	-webkit-text-size-adjust: 100%; /* Prevents iOS text size adjust after orientation change, without disabling user zoom */
	/*-ms-text-size-adjust: 100%; /* www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/ */

}


.safari-text-solid{
	-webkit-font-smoothing: subpixel-antialiased;
	-webkit-backface-visibility: visibility; /*Prevent subpixel rendering transistion flicker in webkit acceleration /**/
}

.History- .safari-text-trans p,
.Film- .safari-text-trans p,
.safari-text-solid .pp_description,
.safari-text-solid .pp_inline{
	/*color:white !important;  in case tint makes type seem thin and too light*/ 
	text-shadow: 0px 0px #FFF; /*  Fixes thinning issues in safar*/

	
}
.Press- .detailholder{
	text-shadow: 0px 0px #FFF; /*  Fixes thinning issues in safar*/
}
.safari-text-trans,
.safari-text-solid .pp_description,
.safari-text-solid .pp_inline{
font-weight: 500 !important;
-webkit-font-smoothing: antialiased !important;
-webkit-backface-visibility: hidden !important;
}

.Finchatton- .site-branding {
padding: 0 20px 20px;
height: 250px;
}
body {
	background: #fff;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
nav,
section {
	display: block;
}
ol, ul {
	list-style: none;
}
table { /* tables still need 'cellspacing="0"' in the markup */
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	font-weight: normal;
	text-align: left;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
a:focus {
	outline: thin dotted;
}
a:hover,
a:active { /* Improves readability when focused and also mouse hovered in all browsers people.opera.com/patrickl/experiments/keyboard/test */
	outline: 0;
}
a img {
	border: 0;
}


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

body,
button,
input,
select,
textarea {
	color: #E1DDD5;
	font-family: 'Lato',Lato,'latoregular', 'Gill Sans';
	font-weight: 300;
	font-size: 12px;
	line-height: 1.6;
	letter-spacing: 0.1em;
	text-align: center;	
}

/* Headings */
h1,h2,h3,h4,h5,h6 {
	clear: both;
}
h1,h2 {
	font-family: 'Electra W01 Roman', 'Palatino Linotype', 'Book Antiqua', Palatino, serif;
	letter-spacing: 0.1em;
	text-transform: none;
	font-weight: 400;
	font-size:24px;
	line-height:28px;
	-webkit-backface-visibility:hidden;
	backface-visibility:hidden;/*;*/
	}
	
h1 { 
  font-size: 22px;
}
h2 { 
	font-size: 22px;
	padding: 5px 0;
}
h3 { 
	letter-spacing: 0.1em;
}

h4 { 
	font-size: 14px;
	padding: 5px 0;
	letter-spacing: 0.1em;
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

/* Text elements */
p {
	margin-bottom: 1.5em;
	text-transform: none;
	font-size:14px;
	font-family: 'Lato',Lato,'latoregular', 'Gill Sans';
	font-weight: 300;
}
ul, ol {
	margin: 0 0 1.5em 0;
}
ul {
	list-style: none;
}
ol {
	list-style: decimal;
}
li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}
dt {
	font-weight: bold;
}
dd {
	margin: 0 1.5em 1.5em;
}
b, strong {
	font-weight: bold;
}
dfn, cite, em, i {
	font-style: italic;
}
blockquote {
	margin: 0 1.5em;
}
address {
	margin: 0 0 1.5em;
}
pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	line-height: 1.6;
	margin-bottom: 1.6em;
	padding: 1.6em;
	overflow: auto;
	max-width: 100%;
}
code, kbd, tt, var {
	font: 15px Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}
abbr, acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}
mark, ins {
	background: #fff9c0;
	text-decoration: none;
}
sup,
sub {
	font-size: 75%;
	height: 0;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}
small {
	font-size: 75%;
}
big {
	font-size: 125%;
}
figure {
	margin: 0;
}
table {
	margin: 0 0 1.5em;
	width: 100%;
}
th {
	font-weight: bold;
}
img {
	height: auto; /* Make sure images are scaled correctly. */
	max-width: 100%; /* Adhere to container width. */
}
button,
input,
select,
textarea {
	font-size: 100%; /* Corrects font size not being inherited in all browsers */
	margin: 0; /* Addresses margins set differently in IE6/7, F3/4, S5, Chrome */
	vertical-align: baseline; /* Improves appearance and consistency in all browsers */
	*vertical-align: middle; /* Improves appearance and consistency in all browsers */
}
button,
input {
	line-height: normal; /* Addresses FF3/4 setting line-height using !important in the UA stylesheet */
}
button,
html input[type="button"],
input[type="submit"] {
	border: none;
	background: #E1DDD5;
	color: rgb(20, 11, 1);
	color: rgba(20, 11, 1, 1);
	cursor: pointer; /* Improves usability and consistency of cursor style between image-type 'input' and others */
	-webkit-appearance: button; /* Corrects inability to style clickable 'input' types in iOS */
	font-size: 14x;
	font-weight:normal;
	line-height: 1;
	padding: .8em;
	letter-spacing: 0.1em;
	text-transform:uppercase;
}

input[type="reset"] {
	background: none;
	border:none;
	font-size: 11px;
	letter-spacing: 0.1em;
	text-transform:uppercase;
	}
	
input[type="reset"]:hover,
input[type="reset"]:focus,
input[type="reset"]:active {
	background: none;
	border: none;
	box-shadow: none;
	color: #fff;
	
}



button:hover,
html input[type="button"]:hover,
input[type="submit"]:hover {
	border-color: none;
	box-shadow: none;
}
button:focus,
html input[type="button"]:focus,
input[type="submit"]:focus,
button:active,
html input[type="button"]:active,
input[type="submit"]:active {
	border-color: none;
	box-shadow: none;
}
input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box; /* Addresses box sizing set to content-box in IE8/9 */
	padding: 0; /* Addresses excess padding in IE8/9 */
}
input[type="search"] {
	-webkit-appearance: textfield; /* Addresses appearance set to searchfield in S5, Chrome */
	-webkit-box-sizing: content-box; /* Addresses box sizing set to border-box in S5, Chrome (include -moz to future-proof) */
	-moz-box-sizing:    content-box;
	box-sizing:         content-box;
}
input[type="search"]::-webkit-search-decoration { /* Corrects inner padding displayed oddly in S5, Chrome on OSX */
	-webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner { /* Corrects inner padding and border displayed oddly in FF3/4 www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/ */
	border: 0;
	padding: 0;
}
input[type="text"],
input[type="email"],
input[type="password"],
input[type="search"],
textarea {
	color: #fff;
	width: 160px;
	border: none;
	background-color: rgb(63,55,53) ;
	background-color: rgba(63,55,53,0.5);
	font-size: 10px;
	letter-spacing: 0.1em;
	text-transform: uppercase;
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus {
	color: #fff;
	background-color: #5B554D;
}
input[type="text"],
input[type="email"],
input[type="password"],
input[type="search"] {
	padding: 8px;
	margin: 10px 0 5px;
}
textarea {
	overflow: auto; /* Removes default vertical scrollbar in IE6/7/8/9 */
	padding: 8px;
	margin: 10px 0;
	vertical-align: middle; /* Improves readability and alignment in all browsers */
	width: 160px;
	height: 80px;
	overflow:auto;
	resize: none;
}

/* Links */
a {
	color: #E1DDD5;
	text-decoration: none;
}
a:visited {
	color: #E1DDD5;
}
a:hover,
a:focus,
a:active {
	color: #fff;
}

/* Alignment */
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}
.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}
.aligncenter {
	clear: both;
	display: block;
	margin: 0 auto;
}

/* Text meant only for screen readers */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
}
.screen-reader-text:hover,
.screen-reader-text:active,
.screen-reader-text:focus {
	background-color: #f1f1f1;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar */
}

/* Clearing */
.clear:before,
.clear:after,
[class*="content"]:before,
[class*="content"]:after,
[class*="site"]:before,
[class*="site"]:after {
	content: '';
	display: table;
}

.clear:after,
[class*="content"]:after,
[class*="site"]:after {
	clear: both;
}

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

.navigation-main {
	clear: both;
	display: block;
	float: left;
	width: 100%;
	background: rgb(20,11,1);
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzE0MGIwMSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iIzNmMzczNSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMxNDBiMDEiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(left,  rgba(20,11,1,1) 0%, rgba(0,0,0,1) 50%, rgba(20,11,1,1) 100%);
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(20,11,1,1)), color-stop(50%,rgba(0,0,0,1)), color-stop(100%,rgba(20,11,1,1)));
	background: -webkit-linear-gradient(left,  rgba(20,11,1,1) 0%,rgba(0,0,0,1) 50%,rgba(20,11,1,1) 100%);
	background: -o-linear-gradient(left,  rgba(20,11,1,1) 0%,rgba(0,0,0,1) 50%,rgba(20,11,1,1) 100%);
	background: -ms-linear-gradient(left,  rgba(20,11,1,1) 0%,rgba(0,0,0,1) 50%,rgba(20,11,1,1) 100%);
	background: linear-gradient(to right,  rgba(20,11,1,1) 0%,rgba(0,0,0,1) 50%,rgba(20,11,1,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#140b01', endColorstr='#140b01',GradientType=1 );
}
.menu-main-navigation-container {
	overflow: hidden;
}

.menu-residences-3-container,
.menu-private-container,
.menu-aviation-container,
.menu-yachts-container {
	display: none;
	}


.navigation-main-border {
	height: 1px;
	background: url(img/navigation-background-border.png) center bottom no-repeat ;
}
.navigation-main ul {
	list-style: none;
	margin: 0;
	padding-left: 0;
	height: 35px;
	line-height: 35px;
}
.navigation-main li {
	/*float: left;*/
	display: inline-block;
	position: static;
	margin: 0 10px;
	line-height: 30px;
}
.navigation-main a {
	display: block;
	color: #D8C7BA;
	text-transform: uppercase;
	letter-spacing: 0.1em;
}
.navigation-main a:hover {
	color: #fff;
}
.navigation-main ul ul {
	height: 72px;
	display: none;
	float: left;
	text-align: center; 
	position: absolute;
	top: 2em;
	left: 0;
	z-index: 99999;
	width: 100%;
	padding-top: 9px;
	background: rgb(20,11,1);
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzE0MGIwMSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iIzNmMzczNSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMxNDBiMDEiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(left,  rgba(20,11,1,1) 0%, rgba(0,0,0,1) 50%, rgba(20,11,1,1) 100%);
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(20,11,1,1)), color-stop(50%,rgba(0,0,0,1)), color-stop(100%,rgba(20,11,1,1)));
	background: -webkit-linear-gradient(left,  rgba(20,11,1,1) 0%,rgba(0,0,0,1) 50%,rgba(20,11,1,1) 100%);
	background: -o-linear-gradient(left,  rgba(20,11,1,1) 0%,rgba(0,0,0,1) 50%,rgba(20,11,1,1) 100%);
	background: -ms-linear-gradient(left,  rgba(20,11,1,1) 0%,rgba(0,0,0,1) 50%,rgba(20,11,1,1) 100%);
	background: linear-gradient(to right,  rgba(20,11,1,1) 0%,rgba(0,0,0,1) 50%,rgba(20,11,1,1) 100%);
	/*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#140b01', endColorstr='#140b01',GradientType=1 );*/
}
.navigation-main ul ul ul {
	left: 100%;
	top: 0;
}
.navigation-main ul ul a {
	/*width: 200px;*/
}
.navigation-main ul ul li {
}
.navigation-main li:hover > a {
}
.navigation-main ul ul :hover > a {
}
.navigation-main ul ul a:hover {
}
.navigation-main ul li:hover > ul {
	display: none; /* hide sub-meu */
}
.navigation-main li.current_page_item a,
.navigation-main li.current-menu-item a {
}
.navigation-main .current-menu-item > a,
.navigation-main .current-menu-ancestor > a,
.navigation-main .current_page_item > a,
.navigation-main .current_page_ancestor > a,
.current-page-ancestor a  {
	color: #fff;
}

/* Small menu */
.menu-toggle {
	display: block;
	cursor: pointer;
}

.main-small-navigation ul {
	display: block;
}

toggled-out,
toggled-in{
	padding-top: 80px !important;
}
#enquire-form-wrapper ~ article .entry-title,
.toggled-out .entry-title,
.toggled-in .entry-title{
	font-size:20px !important;	
}

/* Showbiz */
.Press- #showbiz_4_1 .sb-navigation-left, .Press- #showbiz_4_1 .sb-navigation-right {
position: fixed;
bottom: 45%;
height: 60px;
width: 40px;
}


/*  cookie page  */
.Policy- .ether-multi {
  padding-top: 1px;
  position: relative;
}
.Policy- .ether-multi .ether-ctrl-tabs-1 {
  /*margin-bottom:100px;*/
}
.Policy- .ether-multi.ether-tabs-x .ether-content {
  position: absolute;
  top: 38px;
  margin: 0 auto;
  left: 0;
  right: 0;
}

.Press- .mediaholder_innerwrap img {
}


@media screen and (max-width: 760px) and (orientation : portrait) {
	.post-template-aviation-single-php #supersized li img,
	.post-template-aviation-home-single-php #supersized li img {
	  margin: 0 auto !important;
	  margin-left: -190px !important;
	  text-align: center;
	}
	
}

@media screen and (max-width: 760px) {

	.site-header {
		display: none;
	}
	.no-mobile{display:none !important;}
}

/* =Structure
----------------------------------------------- */
.site-header {
	z-index: 10;
	position: absolute;
	width: 100%;
}
.site-branding {
	/*border: 1px solid black;	height: 250px;*/

	
	padding: 85px 20px 70px;
	background: -moz-linear-gradient(top,  rgba(0,0,0,0.5) 0%, rgba(0,0,0,0) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0.5)), color-stop(100%,rgba(0,0,0,0))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(0,0,0,0.5) 0%,rgba(0,0,0,0) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(0,0,0,0.5) 0%,rgba(0,0,0,0) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(0,0,0,0.5) 0%,rgba(0,0,0,0) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(0,0,0,0.5) 0%,rgba(0,0,0,0) 100%); /* W3C */
	/*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#80000000', endColorstr='#00000000',GradientType=0 ); *//* IE6-8 */
}

.site-main {
  display: table;
  height: 100%;
  position: absolute;
  overflow: hidden;
  width: 100%;
}
.content-area-page {
  #position: absolute; /*a variation of an "lte ie7" hack*/
  #top: 50%;
  display: table-cell;
  vertical-align: middle;
  padding-top: 160px;
  padding-bottom: 160px;
  width:90%;
}
.site-content-page {
  #position: relative;
  #top: -50%;
  margin:0 auto;
  width: 100%;
}
.site-footer {
	position: fixed;
	bottom: 0;
	width: 100%;
	height: 40px;
	line-height: 40px;
	font-size: 11px;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,0.25) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0)), color-stop(100%,rgba(0,0,0,0.25))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.25) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.25) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.25) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.25) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#40000000',GradientType=0 ); /* IE6-9 */
}
.site-info {
	position: fixed;
	bottom: 0;
	width: 100%;
}

/* =Content
----------------------------------------------- */

.sticky {
}
.hentry {
	margin: 0 0 1.5em;
}
.byline {
	display: none;
}
.single .byline,
.group-blog .byline {
	display: inline;
}

.entry-content,
.entry-summary {
	margin: 0 auto 0;
	
}
.entry-content p {
	max-width: 420px;
	margin-left: auto;
	margin-right: auto;
} 
.entry-content p a {
	color: #fff;
} 
.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6 {
	max-width: 560px;
	margin-left: auto;
	margin-right: auto;
}
.entry-content h1 {
	padding: 10px;
	margin: 10px auto;
	background: url(img/heading-border.png) center bottom no-repeat;
	}
.legal-text {
	text-align: left;
	}
.legal-text p, .content-area-page .legal-text ul li {
	max-width: 560px;
	font-size: 12px;
	margin-right: auto;
	margin-left: auto;
	display: block;
	}
.content-area-page .legal-text ul li {
	padding: 5px 0 5px 20px;
	}
	
.content-area-page .legal-text ul li:before {
	content: '–  ';
	margin-left: -10px;
	
	}
	
.entry-content p {
	padding: 0 10px;
	margin-right: auto;
	margin-left: auto;
} 

.entry-content h3, .entry-header h3 {
	text-transform: uppercase;
	letter-spacing: 0.1em;
	margin: 10px auto;
	font-size: 12px;
}

.entry-content h3 a {
	color: #fff;
	}

.entry-content h4 {
	text-transform: uppercase;
	letter-spacing: 0.1em;
	padding: 10px;
	margin: 10px auto;
	background: url(img/heading-border.png) center bottom no-repeat;
}

.entry-content h6 {
	font-size: 12px;
	max-width: 420px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 14px;
}
.content-area-page ul {
	max-width: 560px;
	margin: 0 auto;
	}
.content-area-page ul li {
	/*display:inline-block;*/
	padding: 5px 20px;
}
.page-links {
	clear: both;
	margin: 0 0 1.5em;
}


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

.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
	display: none;
}


/* =Media
----------------------------------------------- */

.entry-content img.wp-smiley,
.comment-content img.wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}
.wp-caption {
	border: 1px solid #ccc;
	margin-bottom: 1.5em;
	max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
	display: block;
	margin: 1.2% auto 0;
	max-width: 98%;
}
.wp-caption-text {
	text-align: center;
}
.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}
.site-content .gallery {
	margin-bottom: 1.5em;
}
.gallery-caption {
}
.site-content .gallery a img {
	border: none;
	height: auto;
	max-width: 90%;
}
.site-content .gallery dd {
	margin: 0;
}
.site-content .gallery-columns-4 .gallery-item {
}
.site-content .gallery-columns-4 .gallery-item img {
}

/* Make sure embeds and iframes fit their containers */
embed,
iframe,
object {
	max-width: 100%;
}


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

.site-content [class*="navigation"] {
	margin: 0 0 1.5em;
	overflow: hidden;
}
[class*="navigation"] .nav-previous {
	float: left;
	width: 50%;
}
[class*="navigation"] .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}

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

.comment-content a {
	word-wrap: break-word;
}
.bypostauthor {
}

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

.widget {
	margin: 0 0 1.5em;
}

/* Make sure select elements fit in widgets */
.widget select {
	max-width: 100%;
}

/* Search widget */
.widget_search .submit {
	display: none;
}

/* =Infinite Scroll
----------------------------------------------- */

/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .navigation-paging, /* Older / Newer Posts Navigation (always hidden) */
.infinite-scroll.neverending .site-footer { /* Theme Footer (when set to scrolling) */
	display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before */
.infinity-end.neverending .site-footer {
	display: block;
}

 /* =Supersized
----------------------------------------------- */
#supersized img {
	/*max-width: none !important;*/
}
#slidecaption, #progress-back { display:none !important;}

#prevslide, #nextslide {
z-index: 3;
}

/* =Supersized
----------------------------------------------- */
#controls-wrapper {
	background: url(img/navigation-background-border.png) #140B01 no-repeat center top !important;
	height: 20px !important;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=95)"; /* IE 8 */  
	filter: alpha(opacity=95); /* IE 5-7 */ 
	-moz-opacity: 0.95; /* Netscape */ 
	-khtml-opacity: 0.95; /* Safari 1.x */
	opacity: 0.95; /* Good browsers */	
	}
	
#slidecounter, #slidecaption {
	line-height: 20px !important;
	text-shadow: none !important;
	font-size: 12px !important;
	font-weight: 400 !important;
	font-family: 'Lato',Lato, 'latoregular','Gill Sans' !important;
	color: #E1DDD5 !important;
	text-transform:uppercase;
	letter-spacing: 0.1em;
	
	} 
#play-button{ float:right !important; margin-top:0 !important; border-right: none !important; background:none !important; }
#play-button img {height:20px !important;} /* added to make sure the button has the right size */
	
#prevslide, #nextslide {
position: fixed !important;
height: 64px !important;
width: 43px;
top: auto !important;
bottom: 50%;
bottom: 40px;
margin-top: 0px !important;
margin-bottom: -34px;
margin-bottom: 0px;
opacity: 0.6;
}
#prevslide{ left:0!important; background:url('img/back.png') !important; }
#nextslide{ right:0!important; background:url('img/forward.png') !important; }
#prevslide:active, #nextslide:active{ margin-top:-19px; }
#prevslide:hover, #nextslide:hover{ cursor:pointer; }
						
ul#slide-list { display:none !important;}
ul#thumb-list li { border-right: 2px solid #29221f; border-top: 2px solid #29221f; border-bottom: 2px solid #29221f; }

#tray-button{ float:right; margin-top:0 !important; border-left: none !important; background: none !important; }
#tray-button img{height:20px !important;} /* added to make sure the button has the right size */

#thumb-tray{ 
height: 130px !important; background: rgba(20,11,1,0.85) !important; -moz-box-shadow: none !important; -webkit-box-shadow: none !important; box-shadow: none !important; 
}
#thumb-back, #thumb-forward { bottom: 22px !important;}
#thumb-forward { background: url('img/forward.png') no-repeat center center !important; }
#thumb-back {	background: url('img/back.png') no-repeat center center !important; }
#thumb-back:hover{ border-right: none !important; }
#thumb-forward:hover{ border-left: none !important; }


/* =Cookie Consent
----------------------------------------------- */
#catapult-cookie-bar {
	direction: ltr;
	color: #E1DDD5 !important;
	min-height: 20px !important;
	height: 40px !important;
	position: fixed;
	left: 0 !important;
	bottom: 0 !important;
	width: 100%;
	z-index: 1 !important;
	padding: 0 20px !important;
	text-align: center !important;
	background-color: rgba(20,11,1,0.95) !important;
	line-height: 40px;
	text-transform: uppercase;
	font-size: 10px !important;
	letter-spacing: 0.1em !important;
}
@media screen and (max-width: 760px) {
	#catapult-cookie-bar { 
		display: none !important;
	}
}
#catapult-cookie-bar a {
	color: #E1DDD5 !important;
	text-decoration:none;
}
#catapult-cookie-bar a:hover {
	color: #fff !important;
}	
button#catapultCookie {
	margin: 10px !important;
	line-height: 20px;
	/*background: none !important;*/
	border: none;
	color: #E1DDD5;
	padding: 0 5px !important;
	border-radius: 0 !important;
	cursor: pointer;
	font-size: 10px !important;
	font-weight: normal !important;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	text-decoration:none;
}

 /* =Showbiz
----------------------------------------------- */

.sb-navigation-left 						{ background: url(img/back.png) }
.sb-navigation-right						{ background:url(img/forward.png); }
.﻿sb-icon-right-open:before,
.sb-navigation-left i, .sb-navigation-right i, .sb-navigation-play i { display: none !important; }
#showbiz_completed_1 .showbiz-navigation i { display: none !important; color: transparent !important; }

#showbiz_sales-portfolio_1 .sb-navigation-left, 
#showbiz_sales-portfolio_1 .sb-navigation-right,
#showbiz_sales-portfolio_1 .sb-navigation-play,
#showbiz_completed_1 .sb-navigation-left, 
#showbiz_completed_1 .sb-navigation-right,
#showbiz_completed_1 .sb-navigation-play,
.Process- ~ #nextslide,
.Process- ~ #prevslide,
.Services- ~ #nextslide,
.Services- ~ #prevslide{
	position: fixed;
	top: 50% !important;
	bottom: auto !important;
	margin-top: -30px !important;
}

#showbiz_completed_1 .detailholder,
#showbiz_sales-portfolio_1 .detailholder {
	bottom: auto !important;*/
	position:fixed !important;
}

.mini-gradient{
background: -moz-linear-gradient(top, rgba(0,0,0,0.5) 0%, rgba(0,0,0,0) 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0.5)), color-stop(100%,rgba(0,0,0,0)));
background: -webkit-linear-gradient(top, rgba(0,0,0,0.5) 0%,rgba(0,0,0,0) 100%);
background: -o-linear-gradient(top, rgba(0,0,0,0.5) 0%,rgba(0,0,0,0) 100%);
background: -ms-linear-gradient(top, rgba(0,0,0,0.5) 0%,rgba(0,0,0,0) 100%);
background: linear-gradient(to bottom, rgba(0,0,0,0.5) 0%,rgba(0,0,0,0) 100%);
height: 100px;
position: absolute;
width: 100%;
display: block;
top: 0;
}

.sb-readmore, .sb-readmore span, .sb-readmore a, .sb-readmore a:visited {
font-weight: 300 !important;
}

.showbiz p {
  font-family: 'Lato', Lato,'latoregular','Gill Sans';
  font-weight: 300 !important;
  color: #E1DDD5;
  font-size: 12px;
}

#showbiz_sales-portfolio_1 .showbiz-title, #showbiz_sales-portfolio_1 a.showbiz-title, #showbiz_sales-portfolio_1 a.showbiz-title:visited {
  letter-spacing: 0.1em !important;
  font-size: 24px !important;
  line-height: 28px !important;
  font-weight: 300 !important;
  font-family: 'Electra W01 Roman', 'Palatino Linotype', 'Book Antiqua', Palatino, serif !important;
}

.Press- .showbiz .overflowholder ul li {
	width: 215px !important;
}
@media screen and (max-height: 765px) {
  .Press- .showbiz .overflowholder ul li {
	 /* width: 215px !important;*/
  }
}
 /* =Interactive Map
----------------------------------------------- */

#map_canvas {
	position: fixed !important;
	width: 100% !important;
	height: 100% !important;
	background: #FFF !important;
	z-index: -1 !important;
}

#map_canvas_1 {
	width: 800px;
	margin: -250px auto 0 !important;
	top: 50% !important;
}

.London- .pin-style {
/*width: 32px;
margin-left: -1px;*/
}


.imCSB_container{
	top:0px !important;
}

 /* =Columns
----------------------------------------------- */
.column-group {
	float:none !important;
	max-width: 600px;
	margin: 0 auto;
}

 /* =Contact form 7
----------------------------------------------- */
span.wpcf7-not-valid-tip {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 100;
	background: #E1DDD5;
	border: none;
	font-size: 11px;
	width: 175px;
	padding: 0;
	color: #140B01;
	margin: -4px 0 0 0;
	height: 24px;
	line-height: 24px;
	text-transform:uppercase;
	letter-spacing: 0.1em;
}
div.wpcf7-validation-errors,
div.wpcf7-mail-sent-ok,
div.wpcf7-response-output,
div.wpcf7-mail-sent-ng,
div.wpcf7-spam-blocked, 
.wpcf7-list-item-label {
	border: none !important;
	text-transform:uppercase;
	letter-spacing: 0.1em;
	font-size: 10px;
}
.wpcf7-list-item-label {
	padding: 20px 0 0;
}
div.wpcf7-validation-errors,
div.wpcf7-mail-sent-ok,
div.wpcf7-response-output,
div.wpcf7-mail-sent-ng,
div.wpcf7-spam-blocked {
	padding: 0 40px;
}
.wpcf7-submit {
	margin-left: 22px;
	width: 176px;
	margin: 20px 0 0 22px;
}
 /* =Intro animations
----------------------------------------------- */
#intro-back {
	background: #140B01; position:fixed; height: 100%; width: 100%; top: 0; left: 0;  z-index: 200;
}
#intro-wrap {
	position:fixed;
	top: 50%;
	left: 50%;
	height: 220px;
	width: 650px;
	margin: -110px 0 0 -325px;
}
#intro-logo, #intro-text {
	margin-bottom:30px;
	display: none;
}
.overlay {
	position: fixed; height: 100%; width: 100%; top: 0; left: 0; background: rgba(0, 0, 0, 0.5); z-index: -1;
}

 /* =Single page
----------------------------------------------- */
#toggle-content { 
	height: 100px; 
	width: 60px; 
	background: url(img/content-tab.png) no-repeat center left; 
	position: absolute; 
	right: -60px; 
	top: 50%;
	margin-top: -50px;
}

#finchatton-private-logo-text,
#finchatton-residences-logo-text,
#finchatton-yachts-logo-text,
#finchatton-aviation-logo-text  { 
	display: none; 
}

 /* =DZS timeline slider
----------------------------------------------- */
.timeline_container { 
	background: none !important;
}
.timeline .viewport { 
	padding-top: 300px;
	background: none !important;
}
.scroller-con.skin_pez .scrollbarx_bg { 
	background: #E1DDD5 !important;
	height: 1px !important;
}
.timeline .scrollbarx_bg { 
	z-index: 0;
}

.timeline .milestones {
	overflow:visible !important;
	margin-top: -300px;
}
.timeline .timeline-item-200, .timeline .timeline-item-300, .timeline .timeline-item-400 { 
	position: absolute; 
	float: left; 
	border-left: 1px solid white; 
	padding: 0 20px;
	z-index: 100;
}
.timeline .timeline-item-200 { 
	width: 200px;
	margin: 20px 100px 20px; 
	height: 168px;
}
.timeline .timeline-item-300 { 
	width: 300px;
	margin: 0px 100px 20px; 
	height: 168px;
}
.timeline .timeline-item-400 { 
	width: 400px;
	margin: 0px 100px 20px; 
	height: 168px;
}
.timeline .title, .timeline .date {
	color: #E1DDD5 !important;
	letter-spacing: 0.1em;
	text-transform: none;
}
.timeline .title-lower {	
	margin-top: 67px !important;
}

.timeline .date-lower {	
	margin-top: 208px !important;
}

.timeline .title {
	font-family: 'Electra W01 Roman', 'Palatino Linotype', 'Book Antiqua', Palatino, serif;
	background: #140B01;
	font-size: 32px;
	font-weight: 100 !important;
	line-height: 32px !important;
	padding-top: 202px;
}
.timeline .date {	
	/*font-family: 'Electra W01 Roman', 'Palatino Linotype', 'Book Antiqua', Palatino, serif;*//**/
	font-family: 'Lato',Lato,'latoregular', 'Gill Sans';
	font-size: 12px !important;
	line-height: 18px !important;
	text-transform: uppercase; 
	font-weight: 300 !important;
}
.timeline .txt {
	font-size: 12px !important;
	font-weight: 300 !important;
	color: #E1DDD5 !important;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	
}

 /* = WP Content timeline
----------------------------------------------- */
#tl1, #tl2 {
	overflow:visible !important;
	height: 295px !important;
}
#tl1 {
	border-bottom: 1px solid #E1DDD5;
	margin-bottom: 250px;
}
#tl2 {
	border-bottom: 1px solid #140B01;
}
.timeline .t_controles, #content .timeline .t_controles {
	margin: -120px auto 10px !important;
}
#tl1 .item, #content #tl1 .item, #tl2 .item, #content #tl2 .item, .timeline .item, #content .timeline .item { 
	background: none !important;
}
#tl1 .item, #content #tl1 .item, #tl2 .item, #content #tl2 .item  {
-moz-box-shadow: none !important;
-webkit-box-shadow: none !important;
box-shadow: none !important;
filter:  none !important;
}
#tl1 .item h2, #content #tl1 .item h2, #tl2 .item h2, #content #tl2 .item h2 {
	display: none !important;
}
.timeline .t_left, .timeline .t_left:hover:active, #content .timeline .t_left, #content .timeline .t_left:hover:active { 
	position: fixed;
	left: 0;
	z-index: 1;
}
.timeline .t_right, .timeline .t_right:hover:active, #content .timeline .t_right, #content .timeline .t_right:hover:active {
	position:fixed;
	right: 0;
	z-index: 1;
}
.fade-left {
	position: fixed; left: 0; top: 0; height: 100%; z-index: 2000; width: 100px;
	background: -moz-linear-gradient(left,  rgba(20,11,1,1) 0%, rgba(20,11,1,0) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(20,11,1,1)), color-stop(100%,rgba(20,11,1,0))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left,  rgba(20,11,1,1) 0%,rgba(20,11,1,0) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left,  rgba(20,11,1,1) 0%,rgba(20,11,1,0) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left,  rgba(20,11,1,1) 0%,rgba(20,11,1,0) 100%); /* IE10+ */
	background: linear-gradient(to right,  rgba(20,11,1,1) 0%,rgba(20,11,1,0) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#140b01', endColorstr='#00140b01',GradientType=1 ); /* IE6-9 */
	border: 1px solid red;
}

.t_left_edge, .t_right_edge  { 
	display: block;
	height: 100%;
	width: 75px;
	position: absolute;
	top: 0;
}
.t_left_edge {
	left: 0;
	background: -moz-linear-gradient(left,  rgba(20,11,1,1) 0%, rgba(20,11,1,0) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(20,11,1,1)), color-stop(100%,rgba(20,11,1,0))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left,  rgba(20,11,1,1) 0%,rgba(20,11,1,0) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left,  rgba(20,11,1,1) 0%,rgba(20,11,1,0) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left,  rgba(20,11,1,1) 0%,rgba(20,11,1,0) 100%); /* IE10+ */
	background: linear-gradient(to right,  rgba(20,11,1,1) 0%,rgba(20,11,1,0) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#140b01', endColorstr='#00140b01',GradientType=1 ); /* IE6-9 */
} 
.t_right_edge  { 	
	right: 0;
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzE0MGIwMSIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMxNDBiMDEiIHN0b3Atb3BhY2l0eT0iMC45NSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(left,  rgba(20,11,1,0) 0%, rgba(20,11,1,0.95) 100%);
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(20,11,1,0)), color-stop(100%,rgba(20,11,1,0.95)));
	background: -webkit-linear-gradient(left,  rgba(20,11,1,0) 0%,rgba(20,11,1,0.95) 100%);
	background: -o-linear-gradient(left,  rgba(20,11,1,0) 0%,rgba(20,11,1,0.95) 100%);
	background: -ms-linear-gradient(left,  rgba(20,11,1,0) 0%,rgba(20,11,1,0.95) 100%);
	background: linear-gradient(to right,  rgba(20,11,1,0) 0%,rgba(20,11,1,0.95) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00140b01', endColorstr='#f2140b01',GradientType=1 );
}

.t_thumbnail {
	position: absolute;
	z-index: 0;
	left: 30px;
	max-height: 170px;
}

@media screen and (max-width: 760px) {
.t_left_edge, .t_right_edge {
	display: none;
}
}
 /* = iMapper
----------------------------------------------- */
.arrow-down, .arrow-top { 
	border: 2px solid #E1DDD5 !important;
	height: 50px;
}
.arrow-right, .arrow-left   { 
	border: 2px solid #E1DDD5 !important;
	width: 50px;
}
.arrow-top-border,
.arrow-down-border, 
.arrow-right-border, 
.arrow-left-border  { 
 	border-width: 1px;
}
.imapper-content-header {
	letter-spacing: 0.1em !important;
	text-transform: uppercase !important;
	
}
.imapper-content-header a {
	color: #140B01 !important;
	font-weight: 300;
	font-size: 32px;
	padding: 0 20px;

}
.imapper-content-header a:hover {
}
.imapper-content-text {
	height: 0px !important;
}
.imapper-content { 
	min-width: 260px !important;
	padding-top: 10px;
	bottom: 40px;
}
.London- .imapper-content { 
	min-width: 420px !important;
}

.London- .imapper-content-header a  {
	font-size: 14px;
}

.Worldwide- .imapper-content-header a {
	font-size: 14px;
}

 
 /* = Pretty Photo
----------------------------------------------- */
div.pp_default .pp_content, div.light_rounded .pp_content { background-color: transparent !important; }

div.pp_default .pp_description { 
	font-weight: 300 !important;
	color: #E1DDD5;
	font-family: 'Lato',Lato, 'latoregular','Gill Sans';
	letter-spacing: 0.1em;
	text-transform: none;
	text-align: center;
	font-size: 14px !important;
	line-height: 28px !important;
	/*text-transform:uppercase;*/
}

div.pp_default .pp_description div{ 
	text-transform:none;
	/*-webkit-backface-visibility:hidden;*/
}

div.pp_default .pp_description {
	margin: 5px 50px 5px !important;
}

div.pp_default .pp_description,
#pp_full_res .pp_inline p,
.pp_description div {
line-height: 1.4 !important;
font-size: 14px !important;
color: #E1DDD5 !important;
}

#pp_full_res img {
	max-width: none !important;
}

 /* = Ether builder
----------------------------------------------- */	
body .ether-multi .ether-title {
	color: #E1DDD5;
	font-family: 'Lato',Lato,'latoregular', 'Gill Sans';
	font-weight: 300;
	text-transform: uppercase;	
	letter-spacing: 0.1em;
	margin: 10px auto;
	font-size: 12px;
	border: none;
		-webkit-backface-visibility: visible;
	backface-visibility: visible;
	}
.ether-multi.ether-type-acc > .ether-content {
 	padding: 0;
}
.ether-multi.ether-type-acc .ether-title.ether-current { 
	margin: 0 !important;
}
.ether-multi .ether-title.ether-current, .ether-multi .ether-title:hover { background: none !important; }

.ether-multi .ether-ctrl-tabs-1 {
	background: url(img/heading-border.png) center bottom no-repeat;
}
.ether-multi.ether-tabs-x .ether-ref.ether-current {
	color: #fff !important;
}

ether-multi .ether-ctrl-tabs-1 > .ether-ref {
	font-size: 14px !important;
}

hr.ether-divider.ether-style-1 {
    border: 0;
    height: 1px;
    background-image: -webkit-linear-gradient(left, rgba(225,221,213,0), rgba(225,221,213,1), rgba(225,221,213,0)); 
    background-image:    -moz-linear-gradient(left, rgba(225,221,213,0), rgba(225,221,213,1), rgba(225,221,213,0)); 
    background-image:     -ms-linear-gradient(left, rgba(225,221,213,0), rgba(225,221,213,1), rgba(225,221,213,0)); 
    background-image:      -o-linear-gradient(left, rgba(225,221,213,0), rgba(225,221,213,1), rgba(225,221,213,0)); 
	border: none !important;
	border-top: none !important;
}

/*.ether-multi.ether-type-acc .ether-title { margin-bottom: 0 !important; padding: 20px 10px 0px !important;} */
	
/* = Process page 	
----------------------------------------------- */
#slide-text-0, 
#slide-text-1, 
#slide-text-2, 
#slide-text-3,
#slide-text-4, 
#slide-text-5, 
#slide-text-6, 
#slide-text-7, 
#slide-text-8{
	
	position: fixed;
	width: 400px;
	margin-left: 20px;
	margin-right: 20px;
	text-align: left;
}
#slide-text-0 {
	top: 15%;
	left: 20px;
} 
#slide-text-2 {
	display: none;
	top: 15%;
	left: 20px;
	/*float: right;
	right: 20px;
	bottom: 15%;*/
}
#slide-text-1, 
#slide-text-3,
#slide-text-4, 
#slide-text-5, 
#slide-text-6, 
#slide-text-7, 
#slide-text-8{

	display: none;
	top: 15%;
	left:20px;
	
}


#slide-text-1, 
#slide-text-2, 
#slide-text-6, 
#slide-text-7 
{

	color: #140B01;
}

/* = Services page 	
----------------------------------------------- */
.services-slide-text-1,
.services-slide-text-2 {
	display: none;
}

/* = Contact page 	
----------------------------------------------- */
#directions-map {
	display: none;
	position: absolute;
	width: 600px;
	padding: 20px 40px;
	color: #140B01;
	background: #E1DDD5;
	left: 50%;
	top: 100px;
	margin-left: -340px;
	z-index: 10001;
	}
#directions-map a {
	color: #140B01;
}
#directions-map a:hover {
	color: #5B554D;
}	
.directions-map-close {
	position:absolute;
	top:20px;
	right: 0;
width: 30px;
height: 30px;
background: url(img/close.png) 2px 1px no-repeat;
cursor: pointer;
}
#directions-map img {
	border: 1px solid #140B01;
}
#directions-map-overlay {
	display: none;
	position: fixed;
	
	width: 100%;
	height: 100%;
	top: 0;
	left:0;
	z-index: 10000;
	background-color: rgb(0,0,0) ;
	background-color: rgba(0,0,0,0.5);
	
}
/* = Pretty Photo
----------------------------------------------- */
.pp_expand { 
	display: none !important;
}


/* = Menufication
----------------------------------------------- */

#menufication-outer-wrap {
	overflow: visible !important;
}
#menufication-outer-wrap.menufication-transition-in #menufication-scroll-container {
	z-index: 200 !important;
}

.page-id-944 #supersized {
	
	opacity: 0 !important;
	
}

/*Gallery Bottom Rollover controls
-------------------------------------------------
*/
.roll-area-bottom {
	position: fixed;
	bottom: 0px;
	height: 155px;
	width: 40%;
	margin: 0 auto;
	left: 0;
	right: 0;
	display:none;
}

.pp_description div {
	color: whitesmoke;
	font-size: 13px;
}

.toggled-out{
	z-index:4;	
}

.mediaholder :after,
.mediaholder::after
{ 
	position:abosolute;
	top:0px;
	width:100px;
	height:	355px;
	
	background: -moz-linear-gradient(top, rgba(0,0,0,0.5) 0%, rgba(0,0,0,0) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0.5)), color-stop(100%,rgba(0,0,0,0)));
	background: -webkit-linear-gradient(top, rgba(0,0,0,0.5) 0%,rgba(0,0,0,0) 100%);
	background: -o-linear-gradient(top, rgba(0,0,0,0.5) 0%,rgba(0,0,0,0) 100%);
	background: -ms-linear-gradient(top, rgba(0,0,0,0.5) 0%,rgba(0,0,0,0) 100%);
	background: linear-gradient(to bottom, rgba(0,0,0,0.5) 0%,rgba(0,0,0,0) 100%);

	background:white;

}

/*  Forthcoming  */
.Forthcoming- .site-branding {
	height: 90px;
}


.Policy- .entry-content h4 span {
font-size:14px !important;	
}

.Services- .ether-toggle-content {
	position:absolute !important;
	margin:0 auto;
	left:0;
	right:0;
}
.Services- .entry-content {
	height: 310px;
}
	mobile-only{display:none;}


/* #### Mobile Phones Portrait or Landscape #### */
@media screen and (max-width: 760px){
	
	mobile-only{display:block;}
	#front-widgets-close{
	
bottom: auto !important;
margin-top:-230px !important;
}
	
/*  ======== Mobile forthcoming ========*/

.post-template-forthcoming-single-php #enquire-form-wrapper{
top: -30px !important;
padding-top:20px !important;
padding-bottom:50px !important;
}

.post-template-forthcoming-single-php article {
	padding-bottom:100px;
}

.post-template-sales-portfolio-single-php #enquire-form-wrapper{
padding-top:30px !important;
padding-bottom:80px !important;
}
/*  ================================== */
#controls-wrapper,.controls,#controls{
  display:none !important;
  visibility:hidden !important;
  opacity:0 !important;
  bottom: -9999999999px !important;
}
#directions-map {
  width: 65%;
  background: #E1DDD5;
  left: 0;
  top: 55px;
  margin-left: auto;
  right: 0;
  margin: 0 auto !important;
}
.t_right, .t_left{
	display:none !important;	
}
.timeline .date-lower {
	margin-top: 150px !important;
}
.timeline .timeline-item-200 {
  width: 100px !important;
  margin: 20px 100px 20px !important;
  height: 106px !important;
}


.item span a:not('.title-lower'){
position:relative;
top:37px;	
}

.item span:not('.title, .title-lower'){
	margin-top:100px !important;
}
.date {
	margin-top:40px !important;
}
.title:not(.title-lower){
	margin-top:-40px !important;
}


.timeline, #content .timeline {
top: -59px;
}

  #page { /*min-height: 1200px; */}
  #finchatton-logo { }
  #site-navigation { display: none;}
  #thumb-tray {  display: none !important; bottom: 0 !important;}
  #intro-back {
	  height: 800px;
  }
 .detailholder {
  margin-top: -10px;
  }
  .entry-content {
  margin: 0px auto 0 !important;
  }
  .Press- .ether-widget {
  margin: 25px 50px 25px !important;
  left: -49px;
  position: relative;
  }
  
  .Press- .entry-content {
  margin: 70px auto 0 !important;
  }

  .London-  .ether-aligncenter div, 
  .Worldwide- .ether-aligncenter div {
	  margin-left: 0px !important;
	  padding: 0 10px;
  }
  
  #showbiz_4_1 .showbiz-navigation {
	z-index:1 !important;
  }
  
  #showbiz_4_1 .sb-navigation-left, #showbiz_4_1 .sb-navigation-right, #showbiz_4_1 .sb-navigation-play {
	bottom:auto !important;
	top: 440px !important;
  }

  .showbiz-navigation{
	  visibility:hidden !important;	
  }
  
  .Careers- .content-area-page,
  .Design- .content-area-page,
  .Contact- .content-area-page,
  .Furnishing- .content-area-page,
  .Profile- .content-area-page,
  .Lighting- .content-area-page,
  .Technology- .content-area-page,
  .Expertise- .content-area-page,
  .Craftsmanship- .content-area-page,
  .History- .content-area-page,
  .Forthcoming-  .content-area-page {
	padding-top: 40px;
	padding-bottom: 160px;
  }
  .London- .content-area-page,
  .Press- .content-area,
  .Worldwide- .content-area-page,
  .Process- .content-area-page,
  .Services- .content-area-page{
	padding-top: 0px;
	padding-bottom: 200px;
	width: 280px;
  }
.Press- .content-area{
margin: 0 auto;
/*width: 80% !important;*/
}

.Press- #showbiz_4_1 .showbiz-navigation {
	top: -10%;
	width: 100%;
	margin: 0 auto;
	overflow: visible !important;
	margin: 0 auto;
	left: 0;
	right: 0;
	margin-left: -18px;
}
  .Press- .content-area-page,
  .Careers- .content-area-page,
  .Forthcoming-  .content-area-page {
	width: 270px;
  }
  #intro-text h1 {
	  width: 48% !important;
	  font-size: 22px;
	  letter-spacing: 1em;
	  margin: 0 auto; 
  }
  .post-template-aviation-home-single-php #intro-text h1,
  .Private- #intro-text h1 {
	  width: 45% !important;
	  font-size: 22px;
	  letter-spacing: 1em;
	  margin: 0 auto;
  }  
  .Yacht-body #intro-text h1 {
	  width: 45% !important;
  }
 
 
  #intro-logo {
	  display: block;
	  margin-top: 45px;
  }
  
  .mini-gradient {
  height: 360px !important;
  top: -2px !important; 
  }
  .Process- ~ body{
  height:120%;	
  }
  
#showbiz_sales-portfolio_1 .sb-navigation-left, 
#showbiz_sales-portfolio_1 .sb-navigation-right,
#showbiz_sales-portfolio_1 .sb-navigation-play,
#showbiz_completed_1 .sb-navigation-left, 
#showbiz_completed_1 .sb-navigation-right,
#showbiz_completed_1 .sb-navigation-play,
.Process- ~ #nextslide,
.Process- ~ #prevslide,
.Services- ~ #nextslide,
.Services- ~ #prevslide{
position: fixed !important;
top: auto !important;
bottom: -235px !important;
 }
html {
height: 100%;
}



.Process-body{	
height:120% !important;	
}

.site-branding img {
width: 63%;
max-width: 244px;
top: 19px !important;
position: fixed;
margin: 0 auto;
left: 0;
right: 0;
}

#finchatton-aviation-logo-text {
margin-top: 28px;
}

.site-header {
top:0px !important;
}
.site-branding {
  height: 55px;
}

.entry-content h1, .entry-content h2, .entry-content h3, .entry-content h4, .entry-content h5, .entry-content h6 {
 max-width: 260px !important;
}

div.pp_pic_holder {
/*position: absolute;
margin: 0 auto;
left: 0 !important;
right: 0 !important;
*/}

ul#thumb-list li {
	width: 80px !important;
	height: 60px !important;
}
.post-template-completed-single-php #thumb-tray {
	display: none !important;
	top: auto !important;
	position: fixed !important;
	bottom: -581px !important;
}
#thumb-back {
	background-size: cover !important;
}

#thumb-back, #thumb-forward {
	bottom: 75px !important;
}
#thumb-back, #thumb-forward {
  position: absolute;
  bottom: 42px;
  height: 46px !important;
  width: 42px !important;
}

.Services- .entry-content p {
  padding: 0 5 0px;
  margin-right: auto;
  margin-left: auto;
}
.Services- #prevslide {
  left: 1px;
}

.Services- #nextslide {
  right: 1px;
}

.Process- #slide-text-0, #slide-text-1, #slide-text-2, #slide-text-3,#slide-text-4, 
#slide-text-5, 
#slide-text-6, 
#slide-text-7, 
#slide-text-8{
  position: fixed !important;
  margin-top: 21% !important;
width: 240px !important;
  margin: 0 auto !important;
  left: 0 !important;
  right: 0 !important;
  padding-top: 55px;
}

.Process- .entry-content h1, .entry-content h2, .entry-content h3, .entry-content h4, .entry-content h5, .entry-content h6 {
  max-width: 560px !important;
  padding: 0 10px;
}

.Process- .entry-content h1 {
  background: none;
  padding-left: 10px;
}

.Process- ~ #prevslide{
  left: -2px !important;
}
.Process- ~ #nextslide{
  right: -2px !important;
}
.post-template-aviation-home-single-php,
.post-template-yachts-home-single-php,
.post-template-yachts-single-php,
.post-template-sales-portfolio-single-php,
.post-template-completed-single-php,
.post-template-yachts-home-single-php,
.post-template-aviation-single-php
{
	height:549px;
}

.content-area {
height: 100%;
top: 0;
left: 0;
margin: 0;
padding: 0;
overflow: visible;
bottom: 0px;
}


.Contact- #primary {
	width:250px !important;	
}

#supersized img {
	min-width: 620px !important;
	min-height: 416px !important;
	top: 0px !important;
}

#supersized , #supersized li {
padding-bottom:60px;
}

/*History*/
div.pp_pic_holder {
	display: none;
	position: absolute;
	width: 80% !important;
	z-index: 10000;
	left: 0 !important;
	right: 0;
	margin: 0 auto;
}

div.pp_default .pp_content, div.light_rounded .pp_content {
	width: 100% !important;
}

div.pp_default .pp_content_container .pp_details {
margin: 0 auto;
margin: 0 auto;
float: none;
text-align: center;

width: 90% !important;
}
#pp_full_res img {
max-width: none !important;
min-width: 195px;
height: auto !important;
}

div.pp_default .pp_description {
width: 80% !important;
margin: 0 auto !important;
}

.pp_content_container {
text-align: center !important;
}

.ether-multi.ether-tabs-x .ether-ref {
display: block !important;
}
.mobile-over{
	z-index: 99999 !important;
}
#intro-wrap {
top: 0% !important;
margin: -0px 0 0 -325px !important;
}
#intro-wrap {
top: 0%;
margin: -0px 0 0 -325px !important;
}
.home #intro-wrap {
top: 15% !important;
}
/* œœœœœœœœœœœ FILM PAGE œœœœœœœœœœœœœœœœœ*/
.Film- .content-area-page {
display: table-cell;
vertical-align: middle;
padding-top: 21px;
padding-bottom: 160px;
width: 90%;
}

.player .controls {
position: absolute;
bottom: auto;
left: 0;
right: 0;
padding: 10px;
opacity: 1;
z-index: 40;
top: 0px;
display:none !important;
}
.page-id-944 .pp_pic_holder {
width: 90% !important;
height: 100% !important;
left: 0 !important;
right: 0 !important;
margin: 0 auto;
padding: 0% 5% !important;
background: black !important;
top: -28px !important;
}


.page-id-944 .pp_inline p {
/*margin-top: -70px !important;*/
z-index: 9999;
}

.page-id-944 .pp_inline iframe {
z-index: -822;
height: 250px;
}

 .page-id-944 .pp_default .pp_close {
right: -30px !important;
top: -356px !important;
}

/* Menu Hiding CSS */

/*#menufication-nav .menufication-child-menu li a[href$="?page_id=89"]{
	display:none !important;
}*/
 body:not(.site-content-portfolio) #supersized img{
/*top: 25px !important;*/
}
 body:not(.site-content-portfolio) #supersized{
height:120% !important;
width:120% !important;
}


.Process- #supersized {
	visibility: visible;
	-webkit-filter: brightness(30%);
	filter: brightness(30%);
}

.page-id-422  #supersized {
	 visibility: visible;
	 -webkit-filter: brightness(30%);
	 filter: brightness(30%);
}

.Process- #slide-text-0,
.Process- #slide-text-1,
.Process- #slide-text-2,
.Process- #slide-text-3,
.Process- #slide-text-4,
.Process- #slide-text-5,
.Process- #slide-text-6,
.Process- #slide-text-7,
.Process- #slide-text-8{
	color:white !important;	
	margin-top:-30px !important;
}

.London- #imagemapper2-wrapper{
	margin-top:0px;
}
.Worldwide- .view-link{
	font-size:12px !important;
}
}


/* For iPad portrait */
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : portrait) {

/* Ipad side menu 
#enquire-form-wrapper, #enquire-form,  #enquire-form.wpcf7,  #enquire-form.wpcf7-form,  #enquire-close{ width:220px !important; }
*/ 

.menu-item-2290{
display:none !important;	
}


}

/* For iPad landscape */
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : landscape) {

/* Ipad side menu 
#enquire-form-wrapper, #enquire-form,  #enquire-form.wpcf7,  #enquire-form.wpcf7-form,  #enquire-close{ width:220px !important; }
*/

}


/*Services Slider*/
@media screen and (min-width: 760px){

	.Services- .ether-title{
		position:absolute;
		text-align:center;
		margin: 0 !important;
		min-width:180px;
		padding: 7px 12px 7px 12px !important;
		opacity:0;
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
		filter: alpha(opacity=0);
	}
	
    .Services- .ether-ctrl-tabs-1 {
		position: relative;
		z-index: 100;
		margin-top: -5px;
		height: 44px;
	}
	.Services- ~ #supersized {
		opacity:0;
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
		filter: alpha(opacity=0);
	}
	
	.center-ether{
		margin:0 auto;
		
	}
	
	.safari-text-solid .Services- .content-area-page{
		width:90%;
	}

}

/* =============================== Additional ========================================= */

.content-area:not(.Press-.content-area)  {
  width: 280px !important;
  paddingt: 0px !important;
}

.post-template-sales-portfolio-single-php .content-area{
padding-top:120px !important;
}

#showbiz_4_1 .showbiz-title, #showbiz_4_1 .showbiz-title a, #showbiz_4_1 .showbiz-title a:visited, #showbiz_4_1 .showbiz-title a:hover{
font-family: 'Lato',Lato,'latoregular', 'Gill Sans', Helvetica, Arial, sans-serif !important;
}


.Residences- .mini-gradient,
.portfolio- .mini-gradient {
	height: 180px; 
}

.Services- #finchatton-private-logo-text{
	display: inline-block !important;	
}
.Process- #finchatton-private-logo-text{
	display: inline-block !important;	
}
.vid-box{
	/*float:left;*/
	display:inline-block;
	padding:40px;
}

.Film- .entry-content{
	text-align:center;
}

#controls-wrapper {
-webkit-transform-style: preserve-3d;
-webkit-backface-visibility: hidden;
}

.safariul#thumb-list li img,
.supersized li img {
-webkit-transform-style: preserve-3d;
-webkit-backface-visibility: hidden;
}


#tray-button, #play-button{
	filter: brightness(220%);
	-webkit-filter: brightness(220%);
}