/*------------------------------------*\
	COLOURS
\*------------------------------------*

	Primary			#000000
	Secondard		#444444
	Link			#ff0000
	
*/

/*------------------------------------*\
	TYPOGRAPHY
\*------------------------------------*/

@import url('../fonts/fontawesome/fontawesome.css');

@font-face {
  font-family: 'ProximaNova-RegularIt';
  src:	url('../fonts/ProximaNova-RegularIt.eot?#iefix') format('embedded-opentype'),  
  		url('../fonts/ProximaNova-RegularIt.otf')  format('opentype'),
		url('../fonts/ProximaNova-RegularIt.woff') format('woff'), 
		url('../fontsProximaNova-RegularIt.ttf')  format('truetype'), 
		url('../fontsProximaNova-RegularIt.svg#ProximaNova-RegularIt') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'ProximaNova-Regular';
  src:	url('../fonts/ProximaNova-Regular.eot?#iefix') format('embedded-opentype'),  
  		url('../fonts/ProximaNova-Regular.otf')  format('opentype'),
	    url('../fonts/ProximaNova-Regular.woff') format('woff'), 
	    url('../fonts/ProximaNova-Regular.ttf')  format('truetype'), 
	    url('../fonts/ProximaNova-Regular.svg#ProximaNova-Regular') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'ProximaNova-LightIt';
  src:	url('../fonts/ProximaNova-LightIt.eot?#iefix') format('embedded-opentype'),  
  		url('../fonts/ProximaNova-LightIt.otf')  format('opentype'),
	    url('../fonts/ProximaNova-LightIt.woff') format('woff'), 
	    url('../fonts/ProximaNova-LightIt.ttf')  format('truetype'), 
	    url('../fonts/ProximaNova-LightIt.svg#ProximaNova-LightIt') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'ProximaNova-Light';
  src:	url('../fonts/ProximaNova-Light.eot?#iefix') format('embedded-opentype'),
  		url('../fonts/ProximaNova-Light.otf')  format('opentype'),
	    url('../fonts/ProximaNova-Light.woff') format('woff'), 
	    url('../fonts/ProximaNova-Light.ttf')  format('truetype'), 
	    url('../fonts/ProximaNova-Light.svg#ProximaNova-Light') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'ProximaNova-Bold';
  src:	url('../fonts/ProximaNova-Bold.eot?#iefix') format('embedded-opentype'),  
  		url('../fonts/ProximaNova-Bold.otf')  format('opentype'),
	    url('../fonts/ProximaNova-Bold.woff') format('woff'),
	    url('../fonts/ProximaNova-Bold.ttf')  format('truetype'), 
	    url('../fonts/ProximaNova-Bold.svg#ProximaNova-Bold') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'ProximaNova-Semibold';
  src:	url('../fonts/ProximaNova-Semibold.eot?#iefix') format('embedded-opentype'),  
  		url('../fonts/ProximaNova-Semibold.otf')  format('opentype'),
	    url('../fonts/ProximaNova-Semibold.woff') format('woff'), 
	    url('../fonts/ProximaNova-Semibold.ttf')  format('truetype'), 
	    url('../fonts/ProximaNova-Semibold.svg#ProximaNova-Semibold') format('svg');
  font-weight: normal;
  font-style: normal;
}


/*------------------------------------*\
    STYLES
\*------------------------------------*/

html,
button,
input,
select,
textarea {
	font-size: 15px;
	font-family: 'ProximaNova-Regular', sans-serif;
	color: #152e47;
	font-weight: normal;
	font-style: normal;
}

body {
	line-height: 1.3;
	margin: 0;
	font-size: 15px;
	font-family: 'ProximaNova-Regular', sans-serif;
	color: #5e5f5b;
	font-weight: normal;
	font-style: normal;
}

a {
	color: #cd695a;
	text-decoration: none;
	font-weight: normal;
	outline:none;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;	
}
a:hover {
	color: #152e47;
}
a:focus,
a:hover,
a:active {
	outline: 0;
}

p {
	margin: 0 0 18px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'ProximaNova-Semibold', sans-serif;
	font-style: normal;
	font-weight: normal;
	line-height: 1.2;
	margin: 0 0 20px;
}

h1 {
	font-size: 40px;
}

h2 {
	font-size: 37px;
}

h3 {
	font-size: 30px;
}

h4 {
	font-size: 24px;
}

h5 {
	font-size: 15px;
}

h6 {
	font-size: 20px;
}

img {
	vertical-align: bottom;
}

ul {
	padding: 0 0 0 15px;
	margin: 0 0 15px;
	position: relative;
}

ol {
	padding: 0 0 0 18px;
	margin: 0 0 15px;
	position: relative;
}

blockquote { 
    display: block; 
    position: relative;
    margin: 0;
    background: #444; 
    margin-bottom: 10px;
    padding: 10px 10px; 
}

hr {
	width: 100%;
	height: 1px;
	background-color: #152e47;
	margin: 20px 0;
	border: none;
}

/*------------------------------------*\
    FORMS
\*------------------------------------*/

input,
select,
textarea {
	width: 100%;
	outline: 0;
	border: none;
	border-radius: 0;
	padding: 15px;
	height: 46px;
	font-size: 15px;
	color: #152e47;
	opacity: 1;
	text-transform: uppercase;
	
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;		
}
input:focus,
select:focus,
textarea:focus {
	outline: 0;
	border: none;
}
textarea {
	height: 90px;
}
input[type="button"],
input[type="submit"],
.button {
	display: inline-block;
	outline:0;
	border: none;
	border-radius: 0;
	padding: 0 0 0 17px;
	height: 46px;
	color: #cd695a;
	text-align: left;
	text-transform: uppercase;
	background-color: #152e47;
	font-family: 'ProximaNova-Light';
	font-weight: normal;
	
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;	
}
input[type="button"]:hover,
input[type="submit"]:hover,
.button:hover {
	opacity: 0.8;
}

form.subscribeForm {
	width: 100%;
	float: left;
}

form.subscribeForm ul {
	padding: 0;
	margin: 0;
	width: 100%;
}

form.subscribeForm ul li {
	padding: 0;
	margin: 0;
	width: 100%;
	margin: 0 0 5px 0;
}

.gform_ajax_spinner { 
	display:none; 
}

.validation_error {
	font-size: 12px;
	margin: 5px;
}

.gfield_description.validation_message {
	font-size: 12px;
	position: absolute;
	right: 0;
}

form.subscribeForm .gfield_description.validation_message {
	font-size: 12px;
	position: absolute;
	right: 6px;
	margin: -17px 0;
}

/*------------------------------------*\
    BASE
\*------------------------------------*/

html,
body {
	width: 100%;
	height: 100%;
	font-size: 100%;
}

body {
	background-color: #fff;
}

div.page {
	position: relative;
	width: 100%;
	height: 100%;
}

div.page .container {
	position: relative;
	/*min-width:940px;*/
	max-width: 1290px;
	min-width: 320px;
	padding:0px 15px;
	margin:0 auto;
}

/*------------------------------------*\
    STRUCTURE
\*------------------------------------*/

header {	
	position: relative;
	float:left;
	width:100%;
	height: 86px;
}

div.logo {	
	float: left;
	padding: 20px 0 20px 24px;
}

main {
	position: relative;
	float:left;
	width:100%;
}



/*------------------------------------*\
    NAVIGATION
\*------------------------------------*/

footer {
	position: relative;
	float:left;
	width:100%;
}

/* Quicklinks */

section.quicklinks {
	width: 100%;
	float: left;
	position: relative;
}

a.quicklinkBlock {
	float: left;
	width: 20%;
	background-color: #cd695a;
	max-height: 240px;
	padding: 45px 0 40px 0;
	text-align: center;
}

a.quicklinkBlock:hover {
	background-color: #be5a4b;
}

img.quicklinkIcon {
	width: 36%;
	clear: both;
}

span.quicklinkText {
	color: #fff;
	text-transform: uppercase;
	font-size: 16px;
	float: left;
	width: 100%;
	margin: 17px 0 0 0;
}

/* Give Us a Call */

footer .giveUsACall {
	float: left;
	width: 100%;
	text-align: center;
	padding: 90px 0 85px 0;
}

footer .giveUsACall p {
	float: left;
	width: 100%;
	font-family: 'ProximaNova-Semibold';
	font-weight: normal;
	font-style: normal;
	font-size: 30px;
	color: #cd695a;
	margin: 0;
}

footer .giveUsACall a {
	font-family: 'ProximaNova-Semibold';
	font-weight: normal;
	font-style: normal;
	font-size: 30px;
	color: #cd695a;
}

footer .giveUsACall a:hover {
	color: #cd695a;
}

/* Subscribe */

section.subscription {
	float: left;
	width: 100%;
	padding: 47px 0 47px 0;
	background-color: #d0d1d3;
	display: none;
}

section.subscription .container {
	width: 100%;
	margin: 0px auto;
}

section.subscription .containerInner {
	margin: 0px auto;
	width: 655px;
}

img.subscribeIcon {
	float: left;
	width: 97px;
	margin: 27px 20px 0 0;
}

span.subscribeText {
	float: left;
	width: 205px;
	margin-right: 20px;
	text-align: left;
	color: #152e47;
	margin: 27px 20px 0 0;
}

span.subscribeText h5 {
	margin-bottom: 10px;
}

span.subscribeText p {
	font-family: 'ProximaNova-Light';
	font-weight: normal;
	font-style: normal;
	font-size: 15px;
}

.subscribeForm {
	float: left;
	width: 300px;
	text-align: left;
}

.subscribeForm h6 {
	font-size: 15px;
	font-family: 'ProximaNova-Light';
	font-weight: normal;
	font-style: normal;
	color: #152e47;
	float: right;
	margin: 5px 0 0 0;
}

.gfield_label {
	display: none;
}

/* Footer Links */

section.footerLinks {
	float: left;
	width: 100%;
	background-color: #152e47;
	padding: 33px 0 75px 0;
}

.linkColumn {
	float: left;
	width: 12%;
	margin-right: 1%;
	margin-bottom: 110px;
}

.linkColumn h3 {
	font-size: 12px;
	text-transform: uppercase;
	font-family: 'ProximaNova-Regular', sans-serif;
	font-weight: normal;
	font-style: normal;
	margin: 0 0 5px 0;
	color: #cd695a;
}

.linkColumn h3 a:hover {
	color: #fff;
}

.linkColumn h4 {
	font-size: 12px;
	font-family: 'ProximaNova-Regular', sans-serif;
	font-weight: normal;
	font-style: normal;
	margin: 0 0 5px 0;
}

.linkColumn h4 a {
	color: #fff;
}

.linkColumn h4 a:hover {
	color: #cd695a;
}

span.tagline {
	float: right;
	color: #fff;
	font-family: 'ProximaNova-Semibold';
	font-size: 15px;
	text-transform: uppercase;
}

.copyright hr {
	background-color: #fff;
	margin: 0 0 13px 0;
}

span.credits,
span.credits a,
span.credits p {
	color: #fff;
	font-size: 10px;
	text-transform: uppercase;
}

span.credits a:hover {
	color: #cd695a;
}

span.footerLogo {
	float: right;
	width: 100%;
}

.copyright img {
	float: right;
	margin-top: -28px;
}

/*------------------------------------*\
    HOME
\*------------------------------------*/

section.slider {
	float: left;
	width: 100%;
	height: auto;
}

section.slider .flexslider {
	margin: 0;
	padding: 0;
	border: none;
	position: relative;
	height:555px;
}

.flex-viewport {
	height:100%;
}

.overlayOuter {
	position: absolute;
	right: 0;
	bottom: 0;
	width: 37%;
	height: 100%;
	background-color: rgba(78,78,79,0.5); 
	/*padding: 97px 85px 0 28px;*/
	z-index: 9999;
}

.overlayOuter .overlay {
	position: absolute;
	right: 0;
	bottom: 0;
	/*width: 37%;*/
	width:100%;
	height: 100%;
	/*background-color: rgba(78,78,79,0.5); */
	padding: 97px 85px 0 28px;
	z-index: 9999;
	display:none;
}

/*.overlayOuter .overlay:first-child {
	display: block;
}*/

section.slider ul.slides {
	padding: 0;
	margin: 0;
	height:100%;
	width:100%;
}

section.slider ul.slides li {
	position: relative;
	background-size: cover;
	background-position: center top;
	height: 100%;
}

section.slider ul.slides li img {
	position: absolute;
	left: -10000;
	top: -10000;
	background-repeat: no-repeat;
	padding: 0;
	margin: 0;
	width: 100%;
	height: auto;
	visibility: hidden;
}

span.overlaySliderLogo {
	position: absolute;
	bottom: 45px;
	width: 100%;
	text-align: center;
	left: 0;
}

section.slider ul.slides .overlay img.sliderLogo {
	max-width: 234px;
	display: inline-block;
	width: 100%;
}

.overlay h3 {
	color: #fff;
	font-size: 28px;
}

.overlay hr {
	background-color: #cd695a;
	width: 69px;
	height: 4px;
}

ul.flex-direction-nav {
	display: none;
}


/*------------------------------------*\
    STANDARD ELEMENTS
\*------------------------------------*/

section.banner {
	position: relative;
	float: left;
	width: 100%;
	background-size: cover;
	background-position: center top;
	background-repeat: no-repeat;
	height: 470px;
}

section.banner .pageName {
	position: absolute;
	text-transform: uppercase;
	font-family: 'ProximaNova-Bold';
	font-size: 40px;
	color: #fff;
	bottom: 30px;
	right: 55px;
}

.sideNavWrapper {
	float: left;
	width: 25%;
	margin-right: 5%;
	padding: 35px 0 0 15px;
}

.sideNav {
	float: left;
	width: 100%;
}

.sideNav ul {
	float: left;
	width: 100%;
	padding: 0;
	margin: 0 !important;
	border-top: 2px solid #888889;
	border-bottom: 2px solid #cd695a;
}

.sideNav li {
	float: left;
	padding: 0;
	margin: 0px;
	width: 100%;
	border-bottom: 2px solid #cd695a;
}

.sideNav li:last-child {
	border-bottom: none;
}

.sideNav li a {
	font-family: 'ProximaNova-Bold';
	font-size: 19px;
	margin: 0;
	padding: 20px 0;
	text-transform: none !important;
	color: #b2b2b0;
	line-height: 1;
	float: left;
}

.sideNav li a:hover {
	margin: 0;
	padding: 20px 0;
	color: #152e47;
}

.sideNav .current_page_item a,
.sideNav > .menu-item > .menu-item-type-taxonomy > menu-item-object-category > current a {
	color: #152e47;
}

.content {
	float: left;
	width: 100%;
	padding: 35px 15px 75px 15px;
}

.contentWrapper {
	float: right;
	width: 70%;
	padding: 25px 0 75px 0;
}

.contentBlock {
	float: left;
	width: 100%;
}

.content div.clear:first-instance {
	display: none;
}

.contentBlock ol {
	list-style: decimal !important;
}

.contentBlock h2 {
	color: #152e47;
}

.contentBlock h6 {
	color: #cd695a;
	margin-bottom: 10px;
}

.contentBlock ul {
	float: left;
	list-style: disc;
	margin: 0 0 0 25px;
	padding: 0;
	width: 100%;
}

.contentBlock li {
	list-style: disc;
	margin: 7px 0;
	padding: 0;
}

/*------------------------------------*\
    TEAM
\*------------------------------------*/

.teamMember {
	float: left;
	width: 100%;
}

.teamMember hr {
	float: left;
	width: 100%;
	background-color: #d0d1d3;
	margin: 37px 0;
}

.teamMember:last-child hr {
	display: none;
}

.profileImage {
	float: left;
	width: 30%;
	margin-right: 5%;
}

.profileImage img {
    width: 100%;
    height: auto;
}

.profileText {
	float: left;
	width: 65%;
}


/*------------------------------------*\
    NEWS
\*------------------------------------*/

a.postTitle {
	font-family: 'ProximaNova-Semibold', sans-serif;
	font-style: normal;
	font-weight: normal;
	font-size: 37px;
	color: #152e47;
	float: left;
	width: 100%;
	line-height: 1 !important;
}

span.date {
	float: left;
	width: 100%;
	color: #cd695a;
	font-size: 15px;
	font-family: 'ProximaNova-Light';
	font-style: normal;
	font-weight: normal;
	margin: 20px 0 25px 0;
}

.excerpt {
	float: left;
	width: 100%;
	margin: 0 0 10px 0;
}

a.readMore {
	float: left;
	font-family: 'ProximaNova-Light';
	font-style: normal;
	font-weight: normal;	
	background-color: #d0d1d3;
	color: #152e47;
	font-size: 9px;
	padding: 14px 22px;
	margin-top: 15px;
}

a.readMore:hover {
	background-color: #cd695a;
}

article hr {
	float: left;
	width: 100%;
	height: 3px;
	background-color: #d0d1d3;
}

.wp-pagenavi {
	height: 46px;
	float: left;
}

span.pages {
	display: none;
}

.wp-pagenavi span.current {
    background-color: #d0d1d3;
    color: #152e47;
    font-size: 20px;
    height: 46px;
    line-height: 46px;
    width: 46px;
    margin: 0 5px 0 0;
    text-align: center;
    padding: 0;
    float: left;
    border: none;
    font-family: 'ProximaNova-Semibold', sans-serif;
}

.nextpostslink,
.previouspostslink {
    border: none !important;
    margin: 0 5px 0 0 !important;
    padding: 0;
    text-decoration: none;
    background-color: #d0d1d3;
    color: #152e47;
    font-size: 20px;
    height: 46px;
    line-height: 46px;
    width: 46px;
    text-align: center;
    padding: 0 !important;
    float: left;
}



.page.larger,
.page.smaller {
    border: none !important;
    margin: 0;
    padding: 0;
    text-decoration: none;
    background-color: #d0d1d3;
    color: #152e47;
    font-size: 20px;
    height: 46px;
    line-height: 46px;
    width: 46px;
    margin: 0 5px 0 0;
    text-align: center;
    padding: 0 !important;
    float: left;
}

.wp-pagenavi a, 
.wp-pagenavi span {
    text-decoration: none;
    border: none;
    padding: 0;
    margin: 0;
}

.page.larger:hover,
.page.smaller:hover {
	color: #fff;	
	background-color: #152e47;
}


.nextpostslink:hover,
.previouspostslink:hover {
	color: #fff;	
	background-color: #152e47; 	
}

.pagination {
	float: left;
	width: 100%;
	height: 46px;
}

.previousPost {
    position: relative;
    float: right;
    width: 46px;
    height: 46px;
    background-color: #d0d1d3;
    background-image: url('../img/prev_@2X.png');
    background-repeat: no-repeat;
    background-position: center center;
    text-indent: -9999px;
    background-size: 16px auto;
}

.nextPost {
    position: relative;
    float: right;
    width: 46px;
    height: 46px;
    background-color: #d0d1d3;
    background-image: url('../img/next_@2X.png');
    background-repeat: no-repeat;
    background-position: center center;
    text-indent: -9999px;
    background-size: 16px auto;
}

.nextPost a,
.previousPost a {
	float: left;
	width: 100%;
	height: 100%;
}

.previousPost:hover {
	color: #fff;	
	background-color: #cd695a;

    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;	
}

.nextPost:hover {
	color: #fff;	
	background-color: #cd695a;
	
	-webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}


/*------------------------------------*\
    CONTACT
\*------------------------------------*/

.mapContact {
	float:left;
	width: 100%;
	background-color: #eceded;
	margin-bottom: 100px;
}


.halfWidth {
	float: left;
	width: 50%;
}

.halfWidth.twoCol {
	float: left;
	width: 48%;
	margin-bottom: 10px;
	margin-left: 2%;
}

.halfWidth.twoCol:nth-child(2n+0) {
	margin-left: 0%;
	
}

.contactForm {
	float: left;
	width: 100%;
	background-color: #eceded;
	padding: 59px 78px 33px 75px;
}

.contactForm ul {
	padding: 0;
	margin: 0;
}

.contactForm li {
	margin: 0 0 33px 0;
}

.gform_validation_container {
	display: none;
}

.contactForm .textarea {
	height: 150px;
	resize: none;
}

.contactForm input[type="button"], 
.contactForm input[type="submit"], 
.contactForm .button {
    display: inline-block;
    outline: 0;
    border: none;
    border-radius: 0;
    padding: 0;
    height: 46px;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    background-color: #152e47;
    font-family: 'ProximaNova-Light';
    font-weight: normal;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.contactForm h2 {
	color: #152e47;
}

.contactForm h6 {
	font-family: 'ProximaNova-Light';
    font-weight: normal;
    float: right;
    font-size: 15px;
    margin-top: 13px;
}

h6.enquireRequired {
	position: absolute;
	bottom: -130px;
	right: 0px;
	font-family: 'ProximaNova-LightIt';
}

h6.required {
	font-family: 'ProximaNova-LightIt';
	position: absolute;
	top: 147px;
	left: 190px;
}

/* Google Map */

.map {
    width: 100%;
    height: 100%;
    margin: 0;
    float: left;
    background-color: #eceded;
}

.googleMap {
	width: 100%;
	height: 100%;
}

/* fixes potential theme css conflict */
.googleMap img {
   max-width: inherit !important;
}

a[href^="http://maps.google.com/maps"]{display:none !important}

.gm-style-cc {
    display:none;
}
.gmnoprint a, .gmnoprint span {
    display:none;
}
.gmnoprint div {
    background:none !important;
}

/*------------------------------------*\
    NAVIGATION
\*------------------------------------*/

nav.nav {	
	float: right;
	height: 100px;
	margin: 0;
	padding: 0;
}

nav.nav ul {
    position: relative;
    padding: 0;
    list-style: none;
    margin: 54px 0 0 0 !important;
}

nav.nav ul li {
    position: relative;
    display: inline-block;
}

nav.nav ul li a {
    font-family: 'ProximaNova-Regular';
    font-weight: normal;
    font-style: normal;
    color: #808080;
    font-size: 12px;
    text-transform: uppercase;
    margin: 0 32px;
    width: 100%;
}

nav.nav > ul > li > a:hover {
    color: #cd695a;
    padding: 0 0 14px 0;
}


nav.nav > ul > li > ul {
    background-color: rgba(0,11,43,0.3);
    border-top: 0;
    display: none;
    padding: 10px 0 10px 0;
    margin: 0;
    position: absolute;
    left: -19px;
    top: 32px;
    margin: 0px !important;
    z-index: 99999;
    width: 180px;
    
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

nav.nav > ul > li > ul > li {
	width: 100%;
	float: left;
}

nav.nav > ul > li > ul > li > a,
nav.nav > ul > li > ul > li > ul > li > a {
	text-transform: none !important;
	float: left;
	color: #fff;
	padding: 5px 0px 5px 18px;
	margin: 0;
	line-height: 1;
}

nav.nav > ul > li > ul > li > ul > li > a {
	font-size: 12px;
}

nav.nav > ul > li:hover > ul {
	display: block;
}

nav.nav > ul > li > ul > li > ul {
    background-color: rgba(0,11,43,0.3);
    border-top: 0;
    display: none;
    padding: 10px 0;
    margin: 0;
    position: absolute;
    left: 180px;
    top: 0px;
    margin: 0px !important;
    z-index: 99999;
    width: 180px;
    
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

nav.nav > ul > li > ul > li > ul li {
	float: left;
	width: 100%;
}


nav.nav > ul > li > ul > li:hover > ul {
	display: block;
}

nav.nav > ul > li > ul > li > a:hover,
nav.nav > ul > li > ul > li > ul > li > a:hover {
	color: #fff;
	background-color: rgba(204,105,88,0.45);
}

nav.nav > ul > li > ul > li > a::before {
	background: transparent;
}

nav.nav > ul > li > ul > li.current-menu-item > a {
	background-color: rgba(204,105,88,0.45);
}


/* Mobile Menu */

nav.mobileNav.show {
	display: block;
}

nav.mobileNav {
	display: none;
	float: left;
	width: 100%;
	height: 1000px;
	background-color: #152e47;
	z-index: 99;
	padding: 50px 20px 20px 20px;
}

nav.mobileNav > ul {
	float: left;
	width: 100%;
	padding: 0;
	margin: 0;
}

nav.mobileNav > ul > li {
	float: left;
	width: 100%;
	padding: 0;
	margin: 0;
}

nav.mobileNav > ul > li a {
	float: left;
	width: 100%;
	padding: 10px 0 10px 10px;
	margin: 0;
	color: #fff;
	text-transform: uppercase;
}

nav.mobileNav > ul > li a:hover {
	color: #cc6958;
}

nav.mobileNav > ul > li > ul {
	float: left;
	width: 100%;
	padding: 10px 0;
	margin: 0 0 10px;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
}

nav.mobileNav > ul > li > ul > li {
	float: left;
	width: 100%;
	padding: 5px 0;
	margin: 0;
}

nav.mobileNav > ul > li > ul > li:hover {
	background-color: #cc6958;
	color: #fff;	
}	

nav.mobileNav > ul > li > ul > li a {
	float: left;
	width: 100%;
	padding: 0 0 0 10px;
	margin: 0;
}	

nav.mobileNav > ul > li > ul > li a:hover {
	color: #fff;
}

/* mobile button */

button.mobile-button {
	display: none;
	position: absolute;
	right: 15px;
	top: 27px;
	margin: 0;
	padding: 0;
	height: 50px;
	width: 50px;
	background-color: transparent;
	border: none;
}

button.mobile-button span {
	display: block;
	position: absolute;
	top: 18px;
	left: 5px;
	right: 0;
	height: 4px;
	background-color: #152e47;
    pointer-events: none;
    text-indent: -9999px;
	cursor: pointer;
}

button.mobile-button span:after, 
button.mobile-button span:before {
    content: '';
    position: absolute;
    display: block;
    left: 0px;
    width: 100%;
    height: 4px;
    background-color: #152e47;
    pointer-events: none;
}

button.mobile-button span::before {
    top: -10px;
}

button.mobile-button span::after {
    bottom: -10px;
}

button.mobile-button:hover span,
button.mobile-button:hover span::after,
button.mobile-button:hover span::before {
	/*opacity: 0.8;*/
	background:#697989;
}

button.mobile-button.mobile-close:hover span {
	background:none;
}

button.mobile-close {
	display: none !important;
}

button.mobile-close span {
    background-color: transparent;
}
 
button.mobile-button.mobile-close span::after,
button.mobile-button.mobile-close span::before {
	transform-origin: 50% 50%;
	top :0;
	width: 30px;
	background-color: #fff;
}
 
button.mobile-button.mobile-close span::before {
	transform: rotate3d(0,0,1,45deg); 
}
button.mobile-button.mobile-close span::after {
	transform: rotate3d(0,0,1,-45deg); 
}

button.mobile-button.mobile-close:hover span::after,
button.mobile-button.mobile-close:hover span::before {
	background-color: #fff;
}


/*------------------------------------*\
    RESPONSIVE
\*------------------------------------*/

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

}

@media only screen and (-webkit-min-device-pixel-ratio:1.5),
	   only screen and (min-resolution:144dpi) {

}

/*------------------------------------*\
    HELPERS
\*------------------------------------*/

.clear:before,
.clear:after {
    content:' ';
    display:table;
}
.clear:after {
    clear:both;
}
.clear {
    *zoom:1;
}

/**
 * 8.0 Alignments
 */

.alignleft {
	display: inline;
	float: left;
}

.alignright {
	display: inline;
	float: right;
}

.aligncenter {
	display: block;
	margin-right: auto;
	margin-left: auto;
}

blockquote.alignleft,
.wp-caption.alignleft,
img.alignleft {
	margin: 0.4em 1.6em 1.6em 0;
}

blockquote.alignright,
.wp-caption.alignright,
img.alignright {
	margin: 0.4em 0 1.6em 1.6em;
}

blockquote.aligncenter,
.wp-caption.aligncenter,
img.aligncenter {
	clear: both;
	margin-top: 0.4em;
	margin-bottom: 1.6em;
}

.wp-caption.alignleft,
.wp-caption.alignright,
.wp-caption.aligncenter {
	margin-bottom: 1.2em;
}

.v-wrap{
    height: 100%;
    white-space: nowrap;
    text-align: center;
}
.v-wrap:before{
    content: "";
    display: inline-block;
    vertical-align: middle;
    width: 0;
    margin-right: -.25em;
    height: 100%; 
}
.v-box{
    display: inline-block;
    vertical-align: middle;
    white-space: normal;
}

.no-margin {
	margin: 0 !important;
}

.no-padding {
	padding: 0 !important;
}

.hidden {
    display: none !important;
    visibility: hidden;
}

.invisible {
    visibility: hidden;
}

/*------------------------------------*\
    MISC
\*------------------------------------*/

*,
*:after,
*:before {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	
	-webkit-font-smoothing: antialiased;
	font-smoothing: antialiased;
	text-rendering: optimizeLegibility;
}

html {
  -webkit-tap-highlight-color: transparent; 
}

::selection {
	background: #000;
	color: #FFF;
	text-shadow: none;
}
::-webkit-selection {
	background: #000;
	color: #FFF;
	text-shadow: none;
}
::-moz-selection {
	background: #000;
	color: #FFF;
	text-shadow: none;
}

/*------------------------------------*\
    PRINT
\*------------------------------------*/

@media print {
	* {
		background:transparent !important;
		color:#000 !important;
		box-shadow:none !important;
		text-shadow:none !important;
	}
	
	a,
	a:visited {
		text-decoration:underline;
	}
	
	a[href]:after {
		content:" (" attr(href) ")";
	}
	
	abbr[title]:after {
		content:" (" attr(title) ")";
	}
	
	.ir a:after,
	a[href^="javascript:"]:after,
	a[href^="#"]:after {
		content:"";
	}
	
	pre,blockquote {
		border:1px solid #999;
		page-break-inside:avoid;
	}
	
	thead {
		display:table-header-group;
	}
	
	tr,img {
		page-break-inside:avoid;
	}
	
	img {
		max-width:100% !important;
	}
	
	@page {
		margin:0.5cm;
	}
	
	p,
	h2,
	h3 {
		orphans:3;
		widows:3;
	}
	
	h2,
	h3 {
		page-break-after:avoid;
	}
}
