/* RESPONSIVE GRID SYSTEM =============================================================================  */

/* BASIC PAGE SETUP ============================================================================= */

body { 
margin : 0 auto;
padding : 0;
font-size:16px; 	
font-family: 'proximanova-thin', sans-serif, Arial, Helvetica;
color : #d7d7d7; 
/*background-image: url(../../images/background.png);*/
background-color:#1e1e1e;
}

button, 
input, 
select, 
textarea { 
font-family : 'proximanova-thin', sans-serif, arial, MuseoSlab100, lucida sans unicode, 'lucida grande', 'Trebuchet MS', verdana, helvetica, helve, sans-serif; 
color : #333; }


/*  HEADINGS  ============================================================================= */

h1, h2, h3, h4, h5, h6 {
/*font-family : 'Lato', Helvetica, Arial, sans-serif;*/
font-weight : bold;
margin-top: 0px;
}

h1 { 
color: #fff;
margin-bottom : 0.75em;
font-size : 1.75em; /* 96 / 16 */
line-height : 1.4;
}

.oecontent h1, .oecontentS h1, .oecontentM h1 { 
color: #f04e23;
margin-bottom: 0.5em;
}

.oecontentS h1 { 
font-size:2.5em;
}

h2 { 
color: #fff;
margin-bottom : 1em;
margin-top : 0.5em;
font-size : 1.5em; /* 40 / 16 */
line-height : 1.2;
}

.oecontent h2, .oecontentS h2, .oecontentM h2 { 
margin-bottom: 0;
}

.box h2 { 
margin-bottom: 0;
margin-top: 0;
font-size: 1em;
line-height: normal;
}

.box h2 a { 
color: #f04e23;
}

.tabs-7 h2 { 
color: #3e4245;
}

h3, span.footer { 
color: #fff;
margin-bottom : 1em;
font-size : 1em; /* 28 / 16 */
line-height : 1.3; 
}

span.footer {
color: #fff;
display:inline-block; 
margin-left:0;
padding-left:0;
font-weight:bold;
}

h3.footer {
display:inline-block; 
width:25%;
text-align:left;
}

.box h3 { 
margin-bottom: 0;
letter-spacing: normal;
font-size: 0.875em; /* 28 / 16 */
line-height: normal; 
}

h4 { 
color: #444;
margin-bottom : 1em;
font-size : 1em; /* 24 / 16  */
line-height : 1.25; }

	footer h4 { 
		color: #ccc;
	}

h5 { 
color: #555;
margin-bottom : 1em;
font-size : 1em; /* 20 / 16 */ }

h6 { 
color: #666;
font-size : 1em; /* 16 / 16  */ }

/*  TYPOGRAPHY  ============================================================================= */

@font-face {
    font-family: 'proximanova-thin';
    src: url('../fonts/proximanova-thin-webfont.woff2') format('woff2'),
         url('../fonts/proximanova-thin-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

em  {
font-size:1em;
}

span.footer {
text-align:left;
}

p.indent  {
padding-left:1em;
}

p, ol, ul, dl, address { 
margin-bottom : 1em; 
/*font-size : 0.875em; 16 / 16 = 1 */ }

p {
hyphens : none;  }

p.introtext {
font-size : 1.25em; /* 40 / 16 */
}

p.handwritten {
font-family:  HandSean, 'lucida sans unicode', 'lucida grande', 'Trebuchet MS', verdana, arial, helvetica, helve, sans-serif; 
font-size: 1.375em; /* 24 / 16 */
line-height: 1.8em;
margin-bottom: 0.3em;
color: #666;
}

p.center {
text-align: center;
}

p.left {
text-align:left;
}

p.right {
text-align:right;
}

p.head  {
font-size:1.5em;
font-weight:bold;
margin-bottom:0;
padding-bottom:0;
color:#c2b59b;
text-align:left;
}

p.head2  {
font-size:1.25em;
}

p.tag, p.tagG  {
font-size:1.5em;
font-style:italic;
color:#cacbce;
line-height:1.5;
}

p.tagG  {
color:#8dc63f;
}

.and {
font-family: GoudyBookletter1911Regular, Georgia, Times New Roman, sans-serif;
font-size: 1.5em; /* 24 / 16 */
}

.heart {
font-family: Pictos;
font-size: 1.5em; /* 24 / 16 */
}

ul.bold { 
font-weight:bold; 
}

ul, 
ol { 
margin : 0 0 1.5em 0; 
padding : 0 0 0 24px; }

li ul, 
li ol { 
margin : 0;
/* font-size : 0.875em; 16 / 16 = 1 */ }

.oecontent ul, .oecontentS ul, .oecontentM ul { 
padding: 0;
}

.oecontent ul li, .oecontentS ul li, .oecontentM ul li,
.sbox3 ul li, ul.sbox3 li { 
list-style-type:none;
}

ul.sbox3 li { 
padding:0;
margin:0;
border:0;
}

#oebox ul { 
list-style-image: url('../images/bullet.png');
}

dl, 
dd { 
margin-bottom : 1.5em; }

dt { 
font-weight : normal; }

b, strong { 
font-weight : bold; }

hr { 
display : block; 
margin : 2em 0 0 0; 
padding : 0;
height : 1px; 
border : none;
background-color:#333; 
}

.tabs-7 hr { 
margin : 1em 0; 
height : 1px; 
background-color:#ececec; 
}

small { 
font-size : 0.875em; /* 16 / 16 = 1 */ }

sub, sup { 
font-size : 75%; 
line-height : 0; 
position : relative; 
vertical-align : baseline; }

sup { 
top : -.5em; }

sub { 
bottom : -.25em; }

.subtext {
	color: #666;
	}

    .blockquote {
        background-color: #efe9e2;
        border-top:1px solid #c3b199;
        border-bottom:1px solid #c3b199;
        /*margin:5px;*/
        margin-bottom:1.25em;
        padding:1.25em;
        background-image:url(/images/openquote1.gif);
        background-position:top left;
        background-repeat:no-repeat;
        /*text-indent: 23px;*/
        }
    .blockquote span {
    	display:block;
    	background-image:url(/images/closequote1.gif);
    	background-repeat:no-repeat;
    	background-position:bottom right;
        padding-bottom:1.25em;
        margin-top:1em;
  	}

.bq {
	background-color:#2d2d2d;
    padding:10px;
    margin:20px 0;
    border-top:1px solid #f04e23;
    border-bottom:1px solid #f04e23;
	}
    
span.bqtxt {
	font-size:80%;
    font-style:italic;
	}
    
.orange {
	color:#f04e23;
	}

.iblue  {
	color:#699aab;
    font-style:italic;
	}
    
.small {
	font-size:0.75em;
    line-height:normal;
	}
    
.large {
	font-size:1.25em;
    line-height:normal;
	}

.italic {
    font-style:italic;
	}

.center, .mobcenter {
    text-align:center;
	}
    
/* Vertical Alignment */
    
.vertical-align-wrap {
  position: absolute;
  width: 100%;
  height: 100%;
  display: table;
}

.vertical-align {
  background: white;
  display: table-cell;
}

.vertical-align--middle {
  vertical-align: middle;
}

.vertical-align--bottom {
  vertical-align: bottom;
}


/* LINKS =============================================================================  */

a { 
color : #fff;
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease;
text-decoration: none;
}

a:visited { 
color : #fff; }

a:focus { 
outline : thin dotted; 
color : #f04e23; }

a:hover, 
a:active { 
outline : 0;
color : #f04e23;/*
text-decoration:underline;*/
}

a.button:hover, 
a.button:active { 
color : #fff;
}

span.flink, em.flink, a.flink { 
font-weight:bold;
font-style:normal;
cursor:pointer;
text-decoration:underline;
}

#mobBand a, #menu1 a { 
color : #ffffff;
}

#contactBox a, #contact a { 
color : #ffffff;
}

#contactBox a:hover, #contact a:hover { 
/*text-decoration:underline;*/
}

#survey a:link, #survey a:visited { 
color:#f04e23;
}

#survey a:hover, #survey a:active { 
text-decoration:underline;
}

#barcon a { 
color : #ffffff;
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease;
}

#barcon a:visited { 
color : #fff; }

#barcon a:focus { 
outline : thin dotted; 
color : rgb(0,0,0); }

#barcon a:hover, 
#barcon a:active { 
outline : 0;
color : #fff;
text-decoration:underline;
}

#breadcrumbs {
    position:relative;
    top:-1.5em;
    list-style:none;
    margin:10px 0;
    overflow:hidden;
    font-size:0.75em;
    color:#f04e23;
}

ul#breadcrumbs {
    padding-left:0;
}
  
#breadcrumbs li {
    display:inline-block;
    vertical-align:middle;
    margin-right:15px;
}
  
#breadcrumbs .separator {
    font-size:18px;
    font-weight:100;
    color:#ccc;
}

ul.ulink li a {
    border-bottom:solid 1px #fff;
    display:inline;
    padding-bottom:3px;
}

/* IMAGES ============================================================================= */

img {
border : 0;
max-width: 100%;}

img.floatleft { float: left; margin: 1em 0 0.5em 2%; }
img.floatright { float: right; margin: 1em 0 0.5em 10px; }

img.isize { max-width:75%; }
img.isize2 { max-width:50%; }

.sbox2 img  {
display:block;
-webkit-transition: all 1s ease;
-moz-transition: all 1s ease;
-o-transition: all 1s ease;
transition: all 1s ease;
}

.halfcol1 img {
display:block;
margin-bottom:2em;
}

.colCS img, #subcontent img {
display:block;
}

.lhover img.overlay, img.overlay2 {
position:absolute;
top:0;
left:0;
opacity:0.5;
-webkit-transition: all 1s ease;
-moz-transition: all 1s ease;
-o-transition: all 1s ease;
transition: all 1s ease;
}

.lhover:hover img.overlay {
opacity:0;
}

img.overlay2 {
opacity:1.0;
}

img.tmar {
margin-top:10px;
}

img.tmar2 {
margin-top:3em;
}

ul.obord img {
border:1px solid #f04e23;
}

#survey img {
display:block;
/*margin:0 auto;*/
}

img[usemap] {
	border: none;
	height: auto;
	max-width: 100%;
	width: auto;
}


/* TABLES ============================================================================= */

table { 
border-collapse : collapse;
border-spacing : 0;
margin-bottom : 1.4em; 
width : 100%; }

th, td, caption { 
padding : 10px; 
font-weight: bold;
color: #434345;
text-align: left;
background-color:#ede9e1;
}

tfoot { 
font-style : italic; }

caption { 
background-color : transparent; }

table.pc { 
width:auto;
}

table.pc td {
    color:inherit;
    background-color:transparent;
    font-weight:normal;
}

td.pc50 {
    width:50%;
}

/* FORMS ============================================================================= */
/* Ninja Forms over-ride */

#nf-form-3-cont p {
    margin-bottom:0 !important;
}

.nf-form-fields-required {
  display: none;
}

.nf-error-msg, .ninja-forms-req-symbol {
    color: #f04e23 !important;
}

.nf-progress {
    background-color: #f04e23 !important;
}

.nf-progress-container {
    position: relative;
}

.nf-progress-container::before {
    content: "Progress";
    position: absolute;
    top: -25px;
}

.nf-breadcrumbs li a {
    padding:5px 10px;
    border:1px solid #bbb;
    font-size:80% !important;
}

.nf-breadcrumbs li.active a {
    background-color:#8d827a;
}

li label {
    margin:0;
}

.nf-field-label label {
    font-weight:normal !important;
}

.five-col-listCS ul li {
    float: left;
    width: 20%;
}

.cs-submit input[type="button"] {
    width:auto !important;
    background-color:#f04e23 !important;
}

/*.nf-breadcrumbs {
    display:flex;
    justify-content:space-between;
    flex-wrap:wrap;
}

.nf-breadcrumbs li {
    flex-grow:1;
}*/


/* Ninja Forms over-ride */

form { 
margin : 0; }

select, select option {
    background:rgba(0, 0, 0, 1.0);
    color:#f04e23;
    width:100%;
}

fieldset { 
margin-bottom : 1.5em; 
padding : 0; 
border-width : 0; }

legend { 
*margin-left : -7px; 
padding : 0; 
border-width : 0; }

label{
font-weight : normal;
cursor : pointer;
display:block;
margin:10px 0 0 0;
position:relative;
top:0;
left:0;
}

	label.inline{
	display:inline;
	margin:0;
	}
	
	label span{
	color:#666;
	font-size:0.9em;
	}
	
	label span.right{
	position:absolute;
	bottom:0;
	right:1em;
	text-align:right;
	}
	
	label.disabled{
	color:#ccc;
	}


button, 
search,
input, 
select, 
textarea { 
font-size : 100%; 
margin : 0; 
vertical-align : baseline; 
*vertical-align : middle; }

button, input { 
line-height : normal; 
*overflow : visible; }

button, 
input[type="button"], 
input[type="reset"], 
input[type="submit"] { 
padding: 0.5em 1em;
margin: 0 0 1em 0;
cursor : pointer; 
text-shadow:0 1px 0 #fff;
}

input[type="checkbox"], 
input[type="radio"] { 
box-sizing : border-box; }

input[type="search"] { 
	box-sizing : content-box;
}

button::-moz-focus-inner, 
input::-moz-focus-inner { 
padding : 0;
border : 0;  }

input{
display:block;
width:50%;
margin:0 0 20px 0;
border:1px solid #ccc;
font-size:1em;
padding:5px;
-moz-border-radius:5px;
-webkit-border-radius:5px;
border-radius:5px;
background:#fff;
-moz-box-shadow:inset 0px 0px 6px #ccc;
-webkit-box-shadow:inset 0px 1px 6px #ccc;
box-shadow:inset 0px 1px 6px #ccc;
}

#cform input, #nf-form-3-cont input  {
width:100%;
border:1px solid #f04e23;
-moz-border-radius:0;
-webkit-border-radius:0;
border-radius:0;
color:#fff;
background:#2d2d2d;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}


	input::-webkit-input-placeholder,
	input:-moz-placeholder,
	.placeholder{
	color:#bbb;
	}
	
	input::-moz-focus-inner {border:0;}

	input[disabled="disabled"], input.disabled{
	color:#999;
	background:#f5f5f5;
	-moz-box-shadow:inset 0px 0px 2px #ddd;
	-webkit-box-shadow:inset 0px 1px 2px #ddd;
	box-shadow:inset 0px 1px 2px #ddd;
	}
	
textarea{
width:97%;
height:200px;
margin:0 0 20px 0;
border:1px solid #ccc;
padding:5px;
font-family:inherit;
font-size:0.9em;
-moz-border-radius:5px;
-webkit-border-radius:5px;
border-radius:5px;
-moz-box-shadow:inset 0px 0px 6px #ccc;
-webkit-box-shadow:inset 0px 1px 6px #ccc;
box-shadow:inset 0px 1px 6px #ccc;
overflow : auto; 
vertical-align : top;
}

#cform textarea, #nf-form-3-cont textarea {
height:160px;
border:1px solid #f04e23;
-moz-border-radius:0;
-webkit-border-radius:0;
border-radius:0;
color:#fff;
background:#2d2d2d;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}


/* Colors for form validity */
input:valid, 
textarea:valid   {  
/* Styles */ }

input:invalid, 
textarea:invalid {
-webkit-box-shadow : 0 0 2px #f00; 
-moz-box-shadow : 0 0 2px #f00;
box-shadow : 0 0 2px #f00; }

.no-boxshadow input:invalid, 
.no-boxshadow textarea:invalid {
background-color : #ccc; }

/* Custom Email Forms */

    #Cformcont #cfadd,
	#Cformcont #efhide1,
	#Cformcont #efhide2,
	#Cformcont #eflawoth,
	#Oformcont #cfadd {
    display:none;
}

    #Cformcont em, #Oformcont em {
    font-size:75%;
}

#Cformcont input, #Cformcont label, #Cformcont textarea,
#Oformcont input, #Oformcont label, #Oformcont textarea {
	box-sizing:border-box;

}

    #Cformcont, #Oformcont {
    font-size:85%;
	width:100%;
	margin:0 auto;
}
    #Cformcont h1, #Oformcont h1 {
    color:#f04e23;
}
    #Cformcont h3, #Oformcont h3 {
	margin-top:15px;
    font-size:1.5em;
    color:#008768;
}
    #Cformcont .iblab, #Oformcont .iblab {
    margin-bottom:15px;
}
    #Cformcont textarea, #Oformcont textarea {
	height:80px;
}

	#Cformcont input[type="text"], #Cformcont textarea {
	background-color:#c0c0c0;
	color:#000;
	font-weight:bold;
}
    #Cformcont input, #Cformcont textarea,
    #Oformcont input, #Oformcont textarea {
	border: 1px solid #999;
}
    #Cformcont input, #Cformcont label, #Cformcont textarea,
    #Oformcont input, #Oformcont label, #Oformcont textarea {
    display:block;
	width:100%;
	padding:10px;
	margin:10px 0;
}
    #Cformcont select, #Oformcont select {
	width:auto;
}
    #Cformcont label input, #Cformcont label textarea,
    #Oformcont label input, #Oformcont label textarea {
	width:100%;
}
    #Cformcont label, #Oformcont label {
	padding:0;
}
    #Cformcont .fcol, #Oformcont .fcol {
    float:left;
	width:100%;
}
    #Cformcont label, #Oformcont label {
    font-weight:normal;
}
    #Cformcont input[type="radio"],
	#Cformcont input[type="checkbox"],
    #Cformcont input[type="submit"],
	#Cformcont .iblab label,
    #Oformcont input[type="radio"],
	#Oformcont input[type="checkbox"],
    #Oformcont input[type="submit"],
	#Oformcont .iblab label {
    display:inline-block;
	width:auto;
}

#Cformcont input[type="submit"] {
    width: auto;
    border: 1px solid #f04e23;
	padding:10px 40px;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    color: #fff;
    background: #2d2d2d;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

#Cformcont input[type="checkbox"] {
    /*display: none;*/
}

.styled-checkbox {
  position: absolute;
  opacity: 0;
}
.styled-checkbox + label {
  position: relative;
  cursor: pointer;
  padding: 0;
}
.styled-checkbox + label:before {
  content: '';
  margin-right: 10px;
  display: inline-block;
  vertical-align: text-top;
  width: 20px;
  height: 20px;
  background: white;
}
.styled-checkbox:hover + label:before {
  background: #f04e23;
}
.styled-checkbox:focus + label:before {
  box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.12);
}
.styled-checkbox:checked + label:before {
  background: #f04e23;
}
.styled-checkbox:disabled + label {
  color: #b8b8b8;
  cursor: auto;
}
.styled-checkbox:disabled + label:before {
  box-shadow: none;
  background: #ddd;
}
.styled-checkbox:checked + label:after {
  content: '';
  position: absolute;
  left: 5px;
  top: 9px;
  background: white;
  width: 2px;
  height: 2px;
  box-shadow: 2px 0 0 white, 4px 0 0 white, 4px -2px 0 white, 4px -4px 0 white, 4px -6px 0 white, 4px -8px 0 white;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
  
    #Cformcont label.error, #Cformcont label span.error,
    #Oformcont label.error, #Oformcont label span.error {
    color:#ff3300;
    font-size:1em;
}
    .fwrap1, .fwrap2 {
	padding:30px;
	margin-bottom:5px;
    background-color:#2d2d2d;
	border:1px solid #404040;
}
    .fwrap2 {
    background-color:#3d3d3d;
}
::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color:#3e3e3e;
  font-style:italic;
}
::-moz-placeholder { /* Firefox 19+ */
  color:#3e3e3e;
  font-style:italic;
  }
:-ms-input-placeholder { /* IE 10+ */
  color:#3e3e3e;
  font-style:italic;
}
:-moz-placeholder { /* Firefox 18- */
  color:#3e3e3e;
  font-style:italic;
}
.fa-circle { 
  color:#62bb46;
}
.text-primary {
    color:#fff;
}
span.fhead {
    font-size:1.25em;
    font-weight:bold;
	vertical-align:middle;
}
#y-content article #Cformcont p:first-of-type,
#y-content article #Oformcont p:first-of-type {
    font-weight:normal;
}
#y-content article #Cformcont p:second-of-type,
#y-content article #Oformcont p:second-of-type {
	margin-top:15px;
}

#Cformcont .prhide, #Oformcont .prhide {
	display:none;
}

@media only screen and (min-width: 992px) {

#Cformcont .fcol, #Oformcont .fcol {
	width:50%;
}

#Cformcont, #Oformcont {
	width:80%;
}

#Cformcont .fcol,
#Oformcont .fcol {
	width:40%;
}

}

/* End Custom Email Forms */

/*  MAIN LAYOUT	============================================================================= */

#skiptomain { display: none; }

.loader {
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 99999;
	background: url('../images/page-loader.gif') 50% 50% no-repeat rgb(249,249,249);
}

#wrapper {
	width: 100%;
    max-width:1920px;
    margin:auto;
	position: relative;
	text-align: left;
    font-size:0.875em;
    /*background-color:#3c2e2f;*/
    }

#mobHead480, #mobHead768 {
	width: 100%;
    display:none;
    clear:both;
    text-align:center;
    /*margin-top:30px;
	background-color: #36b449;
    border:1px solid #021a30;*/
	}

#mobBand {
    background-color:#f04e23;
    height: 2px;
	}

#menuMobContainer {
    /*position:relative;*/
    display:none;
	width: 100%;
    /*background-color:rgba(33, 55, 38, 1.0);*/
    color:#ffffff;
    text-align:center;
	}

#header {
    position:relative;
    /*background-color:rgba(33, 55, 38, 1.0);*/
    width:100%;
}

#header.smaller {
    position:fixed;
    height: 100px;
    background-color:rgba(33, 55, 38, 0.75);
}

#header img {
    transition: all 0.4s ease;
}

#header.smaller img {
    max-width:40%;
    transition: all 0.2s ease;
}

#menuMob {
    padding-bottom:20px;
	}

#contact {
    display:none;
    padding:0 0 1em 0;
    font-size:0.875em;
    text-align:center;
    }

header {
	position:relative;
    z-index:9999;    
    width: 100%;
    height:150px;
	margin: 0 auto;
	padding: 0;
	color: #000;
    background-color:rgba(30, 30, 30, 0.75);
    border-bottom:1px solid #4d4d4d;
    box-shadow: 0 4px 2px -2px #f04e23;
    -o-transition:all 0.4s ease;
    -moz-transition:all 0.4s ease;
    -webkit-transition:all 0.4s ease;
    transition:all 0.4s ease;
	}

header canvas, #overlay {
    position: absolute;
}
canvas#demo {
    -o-transition:all 0.4s ease;
    -moz-transition:all 0.4s ease;
    -webkit-transition:all 0.4s ease;
    transition:all 0.4s ease;
}
    
header.smaller, header.smaller #topcon {
	position:fixed;
    top: 0;
    left: 0;
    height: 100px;
    /*background-color:rgba(0, 0, 0, 0.75);*/
}

header.smaller img.shrink {
    height: 60px;
    -o-transition:all 0.4s ease;
    -moz-transition:all 0.4s ease;
    -webkit-transition:all 0.4s ease;
    transition:all 0.4s ease;
}

header img.header {
    display:block;
    /*width:150px;*/
    margin:0 auto;
    padding-top:6px;
    opacity:0;
    -o-transition:all 0.4s ease;
    -moz-transition:all 0.4s ease;
    -webkit-transition:all 0.4s ease;
    transition:all 0.4s ease;
}

header.smaller img.header {
    opacity:1.0;
    -o-transition:all 0.4s ease;
    -moz-transition:all 0.4s ease;
    -webkit-transition:all 0.4s ease;
    transition:all 0.4s ease;
}

header.smaller #social {
    /*display:none;*/
}

#conwrap {
    position:relative;
    width: 100%;
    max-width: 1280px;
	margin: 0 auto;
    /*border-top:3px solid #f04e23;*/
    }

#topcon {
    position:absolute;
    top:0;
    right:0;
    bottom:0;
    left:0;
    height:150px;
	}

#topbarcon {
	width:100%;
    height:40px;
    background-color:rgba(0, 0, 0, 0.75);
    border-bottom:1px solid #4d4d4d;
    -o-transition:all 0.4s ease;
    -moz-transition:all 0.4s ease;
    -webkit-transition:all 0.4s ease;
    transition:all 0.4s ease;
	}

#topbarcon.smaller {
    height:0;
    }

#top, #topbar {
	width: 100%;
    max-width: 1280px;
	margin: 0 auto;
    color: #ffffff;
	}
  
#menucon {
    width: 100%;
    z-index:3;
	}

.menu {
    margin: 0 auto;
    padding:5px 3% 5px 0;
    text-align:right;
    }

#mlogo {
    opacity:1;
    -o-transition:all 2s ease;
    -moz-transition:all 2s ease;
    -webkit-transition:all 2s ease;
    transition:all 2s ease;
	}

#mlogo.smaller {
    opacity:0;
    }
    
#slidescon, #surveycon {
    width: 100%;
    position: relative;
	}

#slides, #slides2, #survey {
    width: 100%;
    max-width: 1920px;
	margin: 0 auto;
    position: relative;
    z-index:1;
	}

#slides {
    margin-top: 1em;
    max-width:1280px;
	}

#slides2 {
    max-width: 1280px;
	}

#survey {
    max-width: 1280px;
    color:#d7d7d7;
	}

#slidesM {
    width: 100%;
    display: none;
	}

#callconM {
	position:absolute;
    bottom:20px;
    width:100%;
    z-index:6;
    }

#callM {
	margin:0 auto;
    text-align:center;
    }

#boxquote, #partquote {
    position:absolute;
    top:30%;
    left:10%;
    width:25%;
    height:23%;
    padding:20px;
    color:#ffffff;
    font-size:1.75em;
    line-height:normal;
    background-color:rgba(125, 130, 133, 0.75);
    z-index:2;
	}

#partquote {
    top:70%;
    height:18%;
    background-color:rgba(140, 197, 65, 0.75);
    font-size:1.75em;
	}

#partquote .head {
    margin-bottom:0.75em;
    line-height:normal;
    display:block;
	}

#partquote .content {
    display:inline-block;
    font-size:0.5em;
    margin-right:25%;
	}
    
#boxquote .button, #partquote .button {
    position:absolute;
    bottom:20px;
    right:20px;
	}
    
.tagline {
    position:absolute;
    top:10%;
    left:10%;
    color:#ffffff;
    z-index:2;
	}

.tagline .head {
    display:inline-block;
    font-size:3.5em;
    margin-bottom:0.5em;
	}

.tagline .sub {
    font-size:1.25em;
	}

.taglineM {
    background-color:#666666;
    padding: 10px 0;
	}

.taglineM .head {
    display:inline-block;
    font-size:1.5em;
    margin-bottom:0.5em;
	}

.taglineM .sub {
    font-size:0.875em;
	}

.slidebutton {
    position:absolute;
    top:30%;
    left:10%;
    z-index:2;
	}
    
#maincontentcon, #subcontentcon, #subcontentcon2, #testcon {
	width: 100%;
    font-size:1.25em;
    /*background-color:#fffef2;*/
	}

#subcontentcon {
        /*background-color:#f4f4f4;*/
	}

#testcon {
        /*background-image: url(../../images/testback.png);*/
	}
	
#maincontent {
	width: 100%;
    max-width: 1280px;
	margin: 0 auto;
	/*padding: 1em 0px;*/
	line-height: 1.5em;
	}

#maincontent2 {
	width: 100%;
    max-width: 1600px;
	margin: 0 auto;
	/*padding: 1em 0px;*/
	line-height: 1.5em;
	}

#subcontent, #subcontent2 {
	position:relative;
    width: 100%;
    max-width: 1280px;
	margin: 0 auto;
	}

.narrowcon {
	width: 100%;
    max-width: 1024px;
	margin: 0 auto;
	}

.narrowcon2 {
	width: 100%;
    max-width: 800px;
	margin: 0 auto;
	}
    
.halfcontentcon {
	width: 100%;
    background-color:#ffffff;
    overflow: hidden;
	}
    
.halfcon2, .halfcon4 {
	float:left;
	width:50%;
	background:#2e2e2e; /* column 2 background colour */
    padding-bottom: 500em;
    margin-bottom: -500em;
}
.halfcon1, .halfcon3 {
	float:left;
	width:50%;
	background:#414141; /* column 1 background colour */
    padding-bottom: 500em;
    margin-bottom: -500em;
}
.halfcon4 {
	background:#1f5678; /* column 4 background colour */
}
.halfcon3 {
	background:#ffffff; /* column 3 background colour */
}
.halfcol1, .halfcol2, .halfcol3, .halfcol4 {
	margin:7%;
}

.nobcol {
    background:transparent !important;
}


	#mobQLinks {
        display:none;
        padding:0;
	}

	.sessions {
		color: #999999;	
	}
		
	.sessions p {
		margin: 2em 0 2em 0;	
	}

	.sessions img {
		padding:20px 0 20px 0;	
	}

		#accred {
			width: 100%;
			/*max-width: 92.3em; 1200px / 13 */
            max-width: 960px;
			margin: 0 auto;
            background-color:#ffffff;
		}

   #footercon {
	    clear:both;
        width: 100%;
        background-color:rgba(0, 0, 0, 1.0);
        border-top:1px solid #4d4d4d;
	}

   #barcon {
        width: 100%;
        background-color:#f04e23;
        color:#fff;
	}

   #cookiescon, #enqcon {
        display:none;
        position:fixed;
        bottom:0;
        left:0;
        width:220px;
        margin:0;
        background-color: #3d3d3d;
        color:#fff;
        font-size:0.75em;
        font-weight:bold;
        opacity: 0.75;
        z-index:99999;
	}

   #cookies, #enqin {
        padding:10px;
        border: 10px solid rgba(240,78,35,0.75);
	}
   #enqcon {
        top:30%;
        right:0;
        bottom:inherit;
        left:inherit;
        font-size:0.875em;
        opacity: 1.0;
	}
   #enqcon .head2 {
        font-size:1.25em;
        color:#f04e23;
        font-weight:bold;
	}
   #enqcon2 {
        display:none;
        position:fixed;
        top:30%;
        right:0;
        left:inherit;
        width:60px;
        z-index:99998;
	}
   #enqcon2 a.full {
        position:absolute;
        top:0;
        right:0;
        bottom:0;
        left:0;
	}
   #enqmain {
        position:relative;
        background-color:#f04e23;
        color:#fff;
        font-weight:bold;
	}
   span.enqin2 {
        display:block;
        text-align:center;
	}
   span.enqin2 i {
        display:block;
        margin:10px 0;
	}
   .enqin2 {
        padding:10px;
        letter-spacing:2px;
	}
   #eclose {
        text-align:center;
        cursor:pointer;
        padding:5px;
	}
        
		#footer, #bar, #cookiesn {
            max-width: 1280px;
	        margin: 0 auto;
            font-size: 0.875em; /* 12 / 16 */
			/*max-width: 92.3em; 1200px / 13 */
			margin: 0 auto;
			padding: 4em 0 4em 0;
            text-align:center;
			color: #ffffff;
            /*-moz-box-shadow: 4px 0px 4px 0px #000;
            -webkit-box-shadow: 4px 0px 4px 0px #000;
            box-shadow: 4px 0px 4px 0px #000;*/        
		}

		#bar {
			padding:0;
		}
        
        #footerL {
             padding:0 6em 0 0;
        }

        #footerC {
             padding:0 3em 0 3em;
             border-left:1px dotted #404041;
             border-right:1px dotted #404041;
        }

        #footerR {
             padding:0 0 0 3em;
        }

		#qlinks {
			width: 100%;
			margin: 0 auto;
		}

		#qlinks .column {
	        float:left;
            width:33%;
	        margin: 1% 0 1% 0;
            text-align:left;
		}

		#footer strong {
			font-size: 1.077em; /* 14 / 13 */
			color: #aaa;
		}

		#footer a:link, #footer a:visited { color: #ffffff; text-decoration: none; }
		#footer a:hover { color: #f04e23; }

		ul.pagefooterlist, ul.pagefooterlistimages {
			display: block;
			float: left;
			margin: 0px;
			padding: 0px;
			list-style: none;
		}

		ul.pagefooterlist li, ul.pagefooterlistimages li {
			clear: left;
			margin: 0px;
			padding: 0px 0px 3px 0px;
			display: block;
			line-height: 1.5em;
			font-weight: normal;
			background: none;

		}

		ul.pagefooterlistimages li {
			height: 34px;
		}


		/*ul.pagefooterlistimages li img {
			padding: 5px 5px 5px 0px;
			vertical-align: middle;
			opacity: 0.75;
			-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=75)";
			filter: alpha( opacity  = 75);
			-webkit-transition: all 0.3s ease;
			-moz-transition: all 0.3s ease;
			-o-transition: all 0.3s ease;
			transition: all 0.3s ease;*/
		}

		ul.pagefooterlistimages li a
		{
			text-decoration: none;
		}

		/*ul.pagefooterlistimages li a:hover img {
			opacity: 1.0;
			-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
			filter: alpha( opacity  = 100);
		}*/

			#smallprint {
				margin-top: 10px;
				line-height: 1.4em;
				text-align: center;
				color: #ffffff;
				font-size: 0.923em; /* 12 / 13 */
                font-weight:normal;
			}

			#smallprint p{
				vertical-align: middle;
			}

			#smallprint .twitter-follow-button{
				margin-left: 1em;
				vertical-align: middle;
			}

			/*#smallprint img {
				margin: 0px 10px 15px 0px;
				vertical-align: middle;
				opacity: 0.5;
				-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
				filter: alpha( opacity  = 50);
				-webkit-transition: all 0.3s ease;
				-moz-transition: all 0.3s ease;
				-o-transition: all 0.3s ease;
				transition: all 0.3s ease;
			}


			#smallprint a:hover img {
				opacity: 1.0;
				-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
				filter: alpha( opacity  = 100);*/
			}

			#smallprint a:link, #smallprint a:visited { color: #999; text-decoration: none; }
			#smallprint a:hover { color: #999; text-decoration: underline; }


/*  SECTIONS  ============================================================================= */

.section {
	clear: both;
	padding: 0px;
	margin: 0px;
}

	
/*  CODE  ============================================================================= */

pre.code {
	padding: 0;
	margin: 0;
	font-family: monospace;
	white-space: pre-wrap;
	font-size: 1.1em;
}

strong.code {
	font-weight: normal;
	font-family: monospace;
	font-size: 1.2em;
}

.nowrap {
	white-space: nowrap;
}

/*  EXAMPLE  ============================================================================= */

#example .col {
	background: #ccc;
	background: rgba(204, 204, 204, 0.85);

}

/*  NOTES  ============================================================================= */


.note {
	position:relative;
	padding:1em 1.5em;
	margin: 0 0 1em 0;
	background: #fff;
	background: rgba(255, 255, 255, 0.5);
	overflow:hidden;
}

.note:before {
	content:"";
	position:absolute;
	top:0;
	right:0;
	border-width:0 16px 16px 0;
	border-style:solid;
	border-color:transparent transparent #cccccc #cccccc;
	background:#cccccc;
	-webkit-box-shadow:0 1px 1px rgba(0,0,0,0.3), -1px 1px 1px rgba(0,0,0,0.2);
	-moz-box-shadow:0 1px 1px rgba(0,0,0,0.3), -1px 1px 1px rgba(0,0,0,0.2);
	box-shadow:0 1px 1px rgba(0,0,0,0.3), -1px 1px 1px rgba(0,0,0,0.2);
	display:block; width:0; /* Firefox 3.0 damage limitation */
}

.note.rounded {
	-webkit-border-radius:5px 0 5px 5px;
	-moz-border-radius:5px 0 5px 5px;
	border-radius:5px 0 5px 5px;
}

.note.rounded:before {
	border-width:8px;
	border-color:#ff #ff transparent transparent;
	background: url(/images/bodyback.png);
	-webkit-border-bottom-left-radius:5px;
	-moz-border-radius:0 0 0 5px;
	border-radius:0 0 0 5px;
}

/*  SCREENS  ============================================================================= */

.siteimage {
	max-width: 90%;
	padding: 5%;
	margin: 0 0 1em 0;
	background: transparent url(/images/stripe-bg.png);
	-webkit-transition: background 0.3s ease;
	-moz-transition: background 0.3s ease;
	-o-transition: background 0.3s ease;
	transition: background 0.3s ease;
}

.siteimage:hover {
	background: #bbb url(/images/stripe-bg.png);
	position: relative;
	top: -2px;
	
}

/*  COLUMNS  ============================================================================= */

.twocolumns{
	-moz-column-count: 2;
	-moz-column-gap: 2em;
	-webkit-column-count: 2;
	-webkit-column-gap: 2em;
	column-count: 2;
	column-gap: 2em;
  }

/*  BUTTONS  ============================================================================= */


.button, .button2, .buttonM {
	display: inline-block;
	outline: none;
	cursor: pointer;
	text-align: center;
	text-decoration: none;
	color: #fff;
	padding: 8px 20px;
	margin: 1px;
	/*-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;*/
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	box-shadow: 0 1px 2px rgba(0,0,0,.2);
	background-color: rgba(0, 0, 0, 0.25);
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	font-size : 0.5em; /* 24 / 16 */
				
}

.bfont { 
    font-size:1em;
}

.button { 
	border: 1px solid #f04e23;
}

.button2 { 
	background: #4bbfaa url(/images/glass.png) repeat-x 0 50%;
}

.buttpad { 
	padding: 15px 60px;
}

.buttpad2 { 
	padding: 15px 40px;
}

.buttonM { 
	width:30%;
	padding: 10px;
    font-size:1em;
}

.button:visited, .button2:visited, .buttonM:visited { 
	color : #fff;
}

.button:hover, .button2:hover, .buttonM:hover {
	background-color: rgba(240, 78, 35, 0.25);
	text-decoration: none;
}

.button:hover a: {
	color: #fff !important;
}

.button:active, .button2:active, .buttonM:active {
	background: #f04e23;
	position: relative;
	top: 1px;
}

.buttonM:hover {
	background: #1f5678;
}
.buttonM:active {
	background: #1f5678;
}

  .csTwitter, .csLinkedIn, .csEmail, .csFacebook {
    display:inline-block;
    width:25px;
    height:25px;
    margin:auto;
    margin-right:5px;
    /*-webkit-transition: all 0 ease;
    -moz-transition: all 0 ease;
    -o-transition: all 0 ease;
    transition: all 0 ease;*/
  }
  .csTwitter {
    background-image:url('/images/twitter.png');
  }
  .csTwitter:hover {
    background-position: 0 -25px;
  }
  .csFacebook {
    background-image:url('/images/facebook.png');
  }
  .csFacebook:hover {
    background-position: 0 -25px;
  }

/*  GLOBAL OBJECTS ============================================================================= */

.breaker { clear: both; }

.spacer { height:20px; }

.group:before,
.group:after {
    content:"";
    display:table;
}
.group:after {
    clear:both;
}
.group {
    zoom:1; /* For IE 6/7 (trigger hasLayout) */
}

.hidden {
    overflow:hidden;
}

.padding {
    padding:0 2.08% 0 2.08% !important;
    border:1px solid #ffffff;
}

.padding0 {
    padding:0.25% 0.25% 0.25% 0.25% !important;
}

.padding2 {
    padding:0.5em 2% 0.5em 2% !important;
}

.padding3 {
    padding:3em 2% 1.5em 2% !important;
}

.padding3A {
    padding:1.5em 2% 1.5em 2% !important;
}

.padding3AS {
    padding:1.5em 2% 3em 2% !important;
}

.padding3A2 {
    padding:0 2% 1.5em 2% !important;
}

.padding3AM {
    padding:1.5em 2% 1.5em 2% !important;
}

.padding3B {
    padding:1.5em 0 3em 0 !important;
}

.padding3D {
    padding:0 0 6em 0 !important;
}

.padding4 {
    padding:1.25em 4% 1em 4% !important;
}

.padding5 {
    padding:1.25em 3% 1.25em 3% !important;
}

.paddingAll {
    padding:5px 2.08% 10px 2.08% !important;
}

.floatleft {
    float: left;
}

.floatright {
    float: right;
}

.bmargin {
	margin-bottom:2em;
	}

.tmargin {
	margin-top:2em;
	}

.tmar0 {
	margin-top:0 !important;
	}

.tmar20 {
	margin-top:20px;
	}

.tmarginM {
	margin-top:1em;
	}

.taright {
	text-align:right;
	}

.taleft {
	text-align:left;
	}

.tacen {
	text-align:center;
	}

/* VENDOR-SPECIFIC ============================================================================= */

html { 
-webkit-overflow-scrolling : touch; 
-webkit-tap-highlight-color : rgb(52,158,219); 
-webkit-text-size-adjust : 100%; 
-ms-text-size-adjust : 100%; }

.clearfix { 
zoom : 1; }

::-webkit-selection { 
background : rgb(23,119,175); 
color : rgb(250,250,250); 
text-shadow : none; }

::-moz-selection { 
background : rgb(23,119,175); 
color : rgb(250,250,250); 
text-shadow : none; }

::selection { 
background : rgb(23,119,175); 
color : rgb(250,250,250); 
text-shadow : none; }

button, 
input[type="button"], 
input[type="reset"], 
input[type="submit"] { 
-webkit-appearance : button; }

::-webkit-input-placeholder {
font-size : .875em; 
line-height : 1.4; }

input:-moz-placeholder { 
font-size : .875em; 
line-height : 1.4; }

.ie7 img,
.iem7 img { 
-ms-interpolation-mode : bicubic; }

input[type="checkbox"], 
input[type="radio"] { 
box-sizing : border-box; }

input[type="search"] { 
-webkit-box-sizing : content-box;
-moz-box-sizing : content-box; }

button::-moz-focus-inner, 
input::-moz-focus-inner { 
padding : 0;
border : 0; }

p {
/* http://www.w3.org/TR/css3-text/#hyphenation */
-webkit-hyphens : none;
-webkit-hyphenate-character : "\2010";
-webkit-hyphenate-limit-after : 1;
-webkit-hyphenate-limit-before : 3;
-moz-hyphens : none; }

/* RESPONSIVE MENU ============================================================================= */

/* GENERAL */

	.sdesk {
		display:block; 
	}
	
    .smob {
        display:none; 
	}

    .show1280, .csdesk  {
        display:none;
     }

    #cform, #nf-form-3-cont  {
        font-size: 0.75em;
     }
     
    #rotate  {
        font-size: 1.5em;
        font-style: italic;
        font-weight: bold;
        padding-right: 10%;
        margin-bottom: 20px;
     }

    #rotateOE  {
        font-size: 0.875em;
        font-style: italic;
     }
     
    #rotate div, #rotateOE div  {
        padding-bottom: 0;
     }

    #rotate p, #rotateOE p {
        position: relative;
     }

    #rotate div p:first-child, #rotateOE div p:first-child  {
        padding-top: 20px;
     }

    #rotate div p:last-child, #rotateOE div p:last-child  {
        padding-bottom: 20px;
     }
     
    #rotate div p:first-child:before  {
        content: url('../images/start-quotes.png');
        position: absolute;
        top: -47px;
     }

    #rotate div p:last-child:after  {
        content: url('../images/end-quotes.png');
        position: absolute;
        bottom: -57px;
        right: 0;
     }

    #rotateOE div p:first-child:before  {
        content: url('../images/start-quotes2.png');
        position: absolute;
        top: -15px;
     }

    #rotateOE div p:last-child:after  {
        content: url('../images/end-quotes2.png');
        position: absolute;
        bottom: -15px;
        right: 0;
     }
     
    .oecontent, .oecontentS  {
        position:absolute;
        top:6%;
        /*left:6%;*/
        margin:0 3%;
        width:auto;
        color:#fff;
        font-size:1.25em;
        font-weight:bold;
        z-index:99999;
     }

    .oe50  {
        max-width:50%;
        z-index:9999;
     }

    .oe50r  {
        max-width:50%;
        right:3%;
        color:#f04e23;
        text-align:right;
        z-index:9999;
     }
     
    .oecontent span, .oecontentS span, .oecontentM span  {
        font-weight:normal;
     }

    .oeinner  {
        background-color: rgba(0, 0, 0, 0.5);
        padding:20px 80px;
        width:auto;
     }

    .buttcont  {
        position:absolute;
        bottom:10%;
        left:3%;
        z-index:9999;
     }

    .csright  {
        left:inherit;
        right:0;
        text-align:right;
     }

    #oebox, #oebox2  {
        position:relative;
        top:-150px;
        background-color:#3d3d3d;
        z-index:9998;
        padding:10px;
        border:10px solid rgba(240,78,35,0.75);
        font-size:0.875em;
        opacity: 0.75;
     }

    #oebox2  {
        margin-top:20px;
        padding:20px;
        background-color:#000;
        border:1px solid rgba(77,77,77,1.0);
     }

    .conbox  {
        background-color:#000;
        padding:60px 40px;
        border:1px solid rgba(240,78,35,0.75);
        font-size:0.875em;
        text-align:center;
     }

    .conbox2  {
        clear:both;
        background-color:#3d3d3d;
        z-index:9998;
        padding:30px;
        border:5px solid rgba(240,78,35,0.75);
        margin:20px 0 0 0;
        font-size:1.25em;
     }
     
    .sbox2, .sbox3  {
        position:relative;
        background-color:#3d3d3d;
        margin-bottom: 5px;
        padding: 10px;
        /*border: 10px solid rgba(240,78,35,0.75);*/
        font-size: 0.875em;
        opacity: 0.75;
        -webkit-transition: all 1s ease;
        -moz-transition: all 1s ease;
        -o-transition: all 1s ease;
        transition: all 1s ease;
     }
    .sbox2:hover  {
        background-color:#f04e23;
     }

    .sbox2:hover img {
        opacity: 0.65;
     }

    .sbox3 {
        opacity: 1;
     }

    .sbox3 ul {
        /*display: -webkit-flex;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;*/
        width: 100%;
        padding: 0;
     }

    li.flex-item {
        display: inline-block;
        width: 250px;
        margin: 10px;
     }

    span.bdate {
        position:absolute;
        right:10px;
        bottom:10px;
        font-size:0.75em;
     }
     
    a.sbname {
        color: #f04e23;
        font-weight: bold;
     }

    a.sbtitle {
        font-size: 0.875em;
     }

    a.sbcontact {
        font-size: 0.75em;
     }
     
    .sboxL  {
        width: 25%;
        float: left;
     }

    .sboxR  {
        width: 75%;
        float: left;
     }

    .sboxI  {
        padding: 20px;
        margin-left: 50px;
     }

    .sbox2 a, .services a  {
        position:absolute;
        top:0;
        right:0;
        bottom:0;
        left:0;
        display:block;
        z-index: 1;
     }

    #social  {
        height:25px;
        z-index:9998;
        margin-top:1em;
        margin-left:-5px;
        position: absolute;
        right: 0;
        text-align: left;
     }

    #socialM  {
        text-align:center;
        display:none;
        background-color: #1f5678;
     }

    #socialMInner  {
        display:inline-block;
        height:25px;
     }

    #contactBox {
       	position: absolute;
        top:10%;
        right:3%;
        /*margin:2em 0 0 4em;*/
        text-align:right;
        font-size:1.5em;
    }

    .services {
       	width:100%;
        position:relative;
    }

    .videocon {
        padding:0 0 20% 20%;
    }
    
    .dline {
       	border-top: 2px dotted #c8dd69;
        margin:2em 0;
    }

    .rborder {
        border-right:5px solid #c2b59b;
        padding-right: 6%;
        min-height: 500px;
    }

    .rborder2 {
        background-image:url('../../images/blueborder.png');
        background-position:right;
        background-repeat:repeat-y;
    }
    
    #cbText {
       	position:absolute;
        top:50px;
        left:20px;
		font-family:  'proximanova-thin', sans-serif, Myriad Pro, arial, MuseoSlab300, 'lucida sans unicode', 'lucida grande', 'Trebuchet MS', verdana,  helvetica, helve, sans-serif;
        font-size:0.75em;
        color:#918c8b;
        text-align:left;
    }
	.infoBoxTop, .infoBoxBottom	{
        max-width:500px;
        margin:0;
        padding:0;
        }
	.infoBox	{
        /*float:right;*/
        max-width:500px;
        background-image:url('/images/boxback.png');
        color:#ffffff;
        margin:0;
        padding:0;
        border-top:1px solid #6d6e71; 
        border-bottom:1px solid #6d6e71; 
        }
	.infoBoxInner	{
        padding:0 3em;
        text-align:left;
        }
	.infoBox2	{
        /*float:right;
        width:400px;*/
        padding:20px;
        margin:0;
        font-size:1em;
        background-color:#fafafa;
        border:1px solid #cdc6b6;
        }
	.infoBox span	{
        color: #fffcd6;
        font-weight:bold;
        }
	.infoBox ul, .infoBox2 ul	{
        list-style-type: none;
        padding: 0;
        margin: 0;
        }
	.infoBox ul li, .infoBox2 ul li	{
        min-height:41px;
        background-image: url(/images/tick.png);
        background-repeat: no-repeat;
        background-position: 0px 5px; 
        padding-left: 33px;
        padding-top:10px;        
        }
    .swipe  {
        display:none;
     }
    .quote  {
        font-size:0.875em;
        color:#747474;
        line-height:normal;
        padding:0.5em;
        font-style:italic;
     }
    .quote img  {
        display:block;
        margin-bottom:1em;
     }
    .quote strong  {
        font-size:1.25em;
        color:#46748c;
        font-weight:bold;
     }

.twocolfloat {
   width: 50%;
   float:left;
   text-align:left;
}

.threecolfloat {
   width: 33%;
   float:left;
}

#afees1 {
   display:none;
   color:#f04e23;
}

#fees1.fhidden {
   /*display:none;*/
   border: 0;
   clip: rect(0 0 0 0);
   height: 1px;
   margin: -1px;
   overflow: hidden;
   padding: 0;
   position: absolute;
   width: 1px;
}

#fees1.factive, .boxcon {
   clip: auto;
   height: auto;
   margin: 0 0 20px 0;
   overflow: visible;
   position: static;
   width: auto;
   padding:20px;
   background-color:#3d3d3d;
}

#surbut {
   position:absolute;
   bottom:30px;
   right:20px;
   font-weight:bold;
   background-color: rgba(0, 0, 0, 0.5);
   z-index:9999;
}

/* thumbnail grid for galleries */
.wrap {
   overflow: hidden;
   background-color:#ede9e1;
   padding:20px 10px;
}
.box {
   float: left;
   position: relative;
   width: 20%;
   padding-bottom: 20%;
}
.box2, li.box2 {
   width: 25%;
   float: left;
}
.boxInner {
   position: absolute;
   left: 10px;
   right: 10px;
   top: 10px;
   bottom: 10px;
   overflow: hidden;
}
.boxInner2 {
   margin: 10px;
}
.boxInner img {
   max-width: 100%;
}
.boxInner .titleBox {
   position: absolute;
   bottom: 0;
   left: 0;
   right: 0;
   margin-bottom: -50px;
   background: #000;
   background: rgba(0, 0, 0, 0.5);
   color: #FFF;
   padding: 10px;
   text-align: center;
   -webkit-transition: all 0.3s ease-out;
   -moz-transition: all 0.3s ease-out;
   -o-transition: all 0.3s ease-out;
   transition: all 0.3s ease-out;
}
body.no-touch .boxInner:hover .titleBox, body.touch .boxInner.touchFocus .titleBox {
   margin-bottom: 0;
}

.ppwrap {
   background-color:#ede9e1;
   padding:20px 10px;
}
.ppwrap:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0; 
}
.ppic {
   float: left;
   width: 25%;
   min-height:240px;
   font-size:0.875em;
   text-align:left;
}
.ppInner {
   padding:0 10px;
}

/* Flexible iFrame */

.Flexible-container {
    position: relative;
    padding-bottom: 31%;/* proportion value to aspect ratio 16:9 (9 / 16 = 0.5625 or 56.25%) ie divide height by width to get % */
    padding-top: 30px;
    height: 0;
    overflow: hidden;
    margin:1em 0 1em 0;
}

.Flexible-container iframe,   
.Flexible-container object,  
.Flexible-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

#cscontent1, #cscontent2, #cscontent3, #cscontent4 {
   -webkit-transition: opacity .5s ease-in-out;
   -moz-transition: opacity .5s ease-in-out;
   -ms-transition: opacity .5s ease-in-out;
   -o-transition: opacity .5s ease-in-out;
   transition: opacity .5s ease-in-out;
}


/* Home page boxes */

.sbox  {
  position: relative;
  width:100%;
  overflow:hidden;
  z-index: 0;
  background-color: #000000;
} 

.sbox img  {
  display:block;
} 

.sbox:hover img {
  /*-webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);*/
  opacity:0.25;
  filter:alpha(opacity=25); /* For IE8 and earlier */
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}      

.stext  {
  position: absolute;
  bottom: -480px;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
  text-align: center;
}

.sbox:hover .stext   {
  bottom: 0;
  opacity:1.0;
  filter:alpha(opacity=100); /* For IE8 and earlier */
  color: #ffffff;
}      

.sbox .stext img {
  opacity:1.0;
  filter:alpha(opacity=100); /* For IE8 and earlier */
}

/* TWITTER WIDGET OVERRIDES */

a.customisable-highlight  {
  color: #f04e23 !important;
  font-size:large;
}
   
