<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
Theme Name: Eugene Kim MD | Plastic Surgery
Theme URI: http://www.creativetakeweb.com
Description: Theme produced by CreativeTake Web
Version: 1.0
Author: CreativeTake Web
Author URI: http://www.creativetakeweb.com
*/

/* =Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */
/*Sets CSS3 Effects for IE8*/
*{behavior: url(/?pie=true);}

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;
}
:focus {/* remember to define focus styles! */
    outline: 0;
}

html {
	
	height: 100%;
	-webkit-text-size-adjust: 100%;
	-webkit-appearance: none;
}

 {
    line-height: 1;
}

p {
	margin: 1em 0;
}

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: "" "";
}

em, i {
	font-style: italic;
}

hr {
	overflow:hidden;
	line-height: 0;
	margin: 30px 0 50px 0;
	color: rgba(155,179,184,0.93)
}

hr {
    border: 0;
    height: 1px;
    background-image: -webkit-linear-gradient(left, rgba(155,179,184,0), rgba(155,179,184,0.75), rgba(155,179,184,0));
    background-image:    -moz-linear-gradient(left, rgba(155,179,184,0), rgba(155,179,184,0.75), rgba(155,179,184,0));
    background-image:     -ms-linear-gradient(left, rgba(155,179,184,0), rgba(155,179,184,0.75), rgba(155,179,184,0));
    background-image:      -o-linear-gradient(left, rgba(155,179,184,0), rgba(155,179,184,0.75), rgba(155,179,184,0));
}

a img {
    border: 0;
}
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}

a {
    text-decoration: underline;
}
a:hover {
    text-decoration: none;
}

a img {
    border: 0;

}

img, a img {
	z-index: 1;
	position: relative;
}

.cufon-loading {
    display: none;
    visibility: hidden;
}
.clear {
    clear: both;
}

.no-border {
	border: none !important;
	background: none !important;
	box-shadow: 		none !important;
	-moz-box-shadow: 	none !important;
	-webkit-box-shadow: none !important;
}

.alignleft {
    float: left;
    margin: 10px 30px 10px 0;
}

.alignright{
    float: right;
    margin: 10px 0 20px 20px;
}

.alignright-marg-bot {
    float: right;
    margin: 10px 0 0 20px;
}

.aligncenter{
    float: none;
    margin: 15px auto !important;
    display: block;
}

.hide-text {
	text-indent: -9999px;
	white-space: nowrap;
	overflow: hidden;
}

.home iframe {
	margin: 0;
}

.entry-content iframe {
	display: block;
	margin: 2em auto !important;
}

iframe, embed {
	margin: 0 auto;
	max-width: 100%;
	max-height: 100% !important;
}

.faqlist {
	width: 30%;
	float: left;
	display: block;
}

.spec {
	float: left;
	width: 40%;
}

/*** Structures and Defaults
****************************************************************/
body {
	background-color: #7a8cad !important;
	background-attachment: scroll;
    text-align:left;
    color: #333;
    font-family: 'PTSansRegular', Helvetica, Arial, sans-serif;
    font-weight: normal;
    font-size: 18px;
    text-transform: none;
    line-height: 1.65em;
    -moz-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	text-rendering: optimizeLegibility;
	-webkit-text-size-adjust: 100%;

	width: 100%;
	max-width: 1280px;
	
	margin: 0 auto !important;
}

.wrapper,
.wrapper-1024,
.wrapper-960,
#one-column #primary {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	padding: 0 30px !important;
}

.wrapper-container {
	margin: 0 auto;
	width: 100%;
	position: relative;
	z-index: 99;
}

.wrapper {
    margin: 0 auto;
    width: 100%;
    
    max-width: 1280px;
}

.wrapper-1024 {
    margin: 0 auto;
    width: 100%;
    max-width: 1024px;
    
}

.wrapper-960 {
    margin: 0 auto;
    width: 100%;
    max-width: 960px;
    
    position: relative;
}

.top-bar {
	background: transparent url(images/top-bg.png) repeat-x center top;
	margin: 0 auto;
    width: 100%;
    position: relative;
    float: left;
    height: 36px;
    z-index: 999;

    -webkit-background-size: 	100% 100%;
    -moz-background-size: 		100% 100%;
    -o-background-size: 		100% 100%;
    background-size: 			100% 100%;
}

.top-bar h3 {
	font-family: 'qwigleyregular', cursive;
	color: #00235d;
	font-size: 38px;
	float: right;
	margin: 0 15px 0 0;
	padding: 3px 0;
	line-height: 0.9em;
}

.top-bar h3:after {
	content: url(images/arrow.png);
	padding-left: 15px;
}

.middle-bar {
	/*background: transparent url(images/header-bg.png) repeat-x center top;*/
	margin: 0 auto;
    width: 100%;
    position: relative;
    float: left;
    height: auto;
    z-index: 999;
    -webkit-background-size: 	100% 100%;
    -moz-background-size: 		100% 100%;
    -o-background-size: 		100% 100%;
    background-size: 			100% 100%;
}

.ie8 .top-bar {
}

.bottom-bar {
	background: #5f8bcc;
	margin: 0 auto;
    width: 100%;
    position: relative;
    float: left;
    height: 40px;
    z-index: 99;
}
.ie8 .bottom-bar {
}

#main .wide-bg {
	width: 100%;

}

.full-bg {
	background: #fff url(images/gradients/content-bg.png) repeat-x center top;
	margin: 0 auto 0 auto;
	padding: 120px 0 20px 0;
	width: 100%;
	position: relative;
	float: left;
	display: block;
	z-index: 1;
	overflow: hidden;
	border-top: 1px solid #fff;
}

#featured .wrapper {
	height: 380px;
}


.home #main {
    width: 100%;
    min-height: 615px;
    margin: 0;
    padding: 0;
    float:left;
    background-color: #fff;
	max-width: 100%;
	margin-top: 0;
}

#main {
	background: #fff;
    width: 100%;
    min-height: 615px;
    margin: 0;
    padding: 0;
    float:left;
	max-width: 100%;
	margin-top: -1px !important;
}

#contentfull {
	width: 100%;

max-width: 1280px;
margin: 0 auto;
}


#main .wrapper {
	margin: 0 auto;
    padding: 0px;
}

#main .full-bg .wrapper {
	margin: 0 auto;
    padding: 0px;
    width: 100%;
    
    max-width: 1280px;
    position: relative;
	top: 0;
	z-index: 999;
}

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

.section.media {
	background: #ebf2f9;
	height: auto;
	padding: 30px 0;
}

.section.media h3 {
	font-size: 48px;
	margin: 0 0 5px 0;
}

.halfs {
	width: 45%;
	float: left;
}

.section.media .featured {
	border-right: 1px solid #a5bee2;
}

.section.media .testimonials a.reviews {
	font-size: 24px;
	margin: 10px 0 ;
	padding: 5px 0;
	display: block;
}

.section.media .testimonials .social-contain {
	margin: 0 auto;
	display: block;
	width: 50%;
	clear: left;
}

.section.media .testimonials .social-contain #yelp img,
.section.media .testimonials .social-contain #realself img {
	width: 100%;
	height: auto;
}

.section.media .testimonials .social-contain #yelp,
.section.media .testimonials .social-contain #realself {
	float: left;
	margin-right: 5%;
	display: block;
	width: 45%;
}

.section.media .testimonials .social-contain #yelp:hover,
.section.media .testimonials .social-contain #realself:hover {
	opacity: 0.65;
}

.section.media .testimonials p {
	font-family: 'pt_serifregular', Helvetica, Arial, sans-serif;
	font-size: 20px;
	text-align: center;
	width: 75%;
	margin: 0 auto;
	padding: 10px 0 30px 0;
	color: #333;
	border-bottom: 1px solid #5f8bcc;
	font-style: italic;
	text-align: center;
}

.section.media .testimonials p:before {
	content: url(images/quote-left.png);
	padding-right: 15px;
}

.section.media .testimonials p:after {
	content: url(images/quote-right.png);
	padding-left: 15px;
}

.section.media .testimonials p span {
	color: #5f8bcc;
}

.section.showcase {
	background: #fff;
}

.section.showcase h3 {
	font-size: 32px;
	line-height: 0.8em;
}

.section.showcase p {
	text-align: left;
}

.section.showcase .full-service,
.section.showcase .intro {
	margin-right: 5%;
}

.section.showcase .full-service ul {
	float: left;
	width: 45%;
	text-align: left;
	margin-left: 3%;
}

.section.showcase .full-service ul li {
	float: left;
	display: block;
	clear: left;
}

.section.showcase .full-service ul li a {
	background: url(images/right-arrow.png) no-repeat left center;
	padding-left: 15px;
}

.section.tour {
	background: #ebf2f9;
	padding: 30px 0;
}

.section.tour h3 {
	font-size: 48px;
	text-align: left;
	margin: 20px 0 0 0;
}

.section.tour p {
	text-align: left;
}

.services-bg {
	background: url(images/services-bg.jpg) repeat-x left top;
	display: block;
	position: relative;
	height: 210px;
	width: 100%;
}

.home .section.contact {
	background: #fff url(images/contact-bg.jpg) no-repeat center top;
	position: relative;
	display: block;
	width: 100%;
	height: 315px;
	float: left;
	z-index: 99;
	padding: 30px 0;

	-webkit-background-size: 	cover;
	-moz-background-size: 		cover;
	-o-background-size: 		cover;
	background-size: 			cover;
}

.section.contact {
	background: #fff url(images/contact-bg-2.jpg) no-repeat center top;
	position: relative;
	display: block;
	width: 100%;
	height: 265px;
	float: left;
	z-index: 99;
	padding: 30px 0;

	-webkit-background-size: 	cover;
	-moz-background-size: 		cover;
	-o-background-size: 		cover;
	background-size: 			cover;
}

.section.contact .thirds p {
	font-family: 'PTSansNarrowRegular', Helvetica, Arial, sans-serif;
	line-height: 1.2em;
	font-size: 18px;
	text-align: left;
	color: #fff;
	float: left;
	width: 100%;
	margin: 25px 0 0 5%;
}

.section.contact .thirds p span {
	text-transform: uppercase;
	color: #8f9c74;
}

.section.contact .thirds a {
	color: #fff;
}

.section.contact .thirds span a {
	color: #8f9c74;
	text-transform: none;

}

.section.contact .thirds a:hover {
	text-decoration: underline;
}

.home .section.contact .find-us {
	float: left;
	margin: 25px 0 0 0;
	width: 49%;
}

.section.contact .find-us {
	float: right;
	margin: 0 0 0 0;
	width: 49%;
}

.home .section.contact .form {
	height: auto;
	margin: 0 auto;
	display: block;
	position: relative;
	padding: 0;
	float: right !important;
	width: 49% !important;
}

.section.contact .form {
	height: auto;
	margin: 0 auto;
	display: block;
	position: relative;
	padding: 0;
	float: left !important;
	width: 49% !important;
}

.home .section.contact h3 {
	color: #e5dbcd;
	font-size: 72px;
	text-transform: uppercase;
	letter-spacing: -3px;
	text-align: left;
}

.section.contact h3 {
	text-align: center;
	font-size: 30px;
	color: #fff;
	text-transform: uppercase;
	margin: 0 0 15px 0;
}

.section.contact p {
	color: #fff;
	font-size: 24px;
	text-align: left;
}

@media only screen
and (max-width : 1185px) {
	.sf-menu a {
		padding: 0 6px !important;
	}
}

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

}

@media only screen
and (max-width : 1024px) {
	.promos-two .bx-slider li h2 {
		width: 37% !important;
		margin: 0 0 0 530px !important;
		text-align: center !important;
		}
	.promos-two .bx-slider li#one p {
		background: url(images/quote.png) no-repeat 400px top !important;
		padding-left: 455px !important;
	}
	.promos-two .bx-slider li#one a {
		margin: 0 0 0 640px !important;
	}
	ul.tabs li .tabs-menu li {
		height: 18px !important;
		line-height: 10px !important;
	}
	ul.tabs li .tabs-menu li a {
		font-size: 13px !important;
		padding: 0 !important;
	}
	.home ul.tabs li a img {
		top: 0px !important;
	}
	ul.tabs li a img {
		top: 0 !important;
	}
	.promos .bx-slider li#one {
		background: transparent url(images/slider/slider2-1.png) no-repeat 95% top !important;
	}
	.promos .bx-slider li#one p {
		width: 550px !important;
	}
	.location .find-us {
		margin: 25px 0 0 0 !important;
	}
}

@media only screen
and (max-width : 1145px) {
	.location .find-us {
		margin: 25px 0 0 0 !important;
	}
}

.location .map {
	float: left;
	margin: 30px 0 0 30px;
}

.location h3 {
	font-family: 'PTSansNarrowRegular', Helvetica, Arial, sans-serif;
	text-align: center;
	font-size: 48px;
	margin: 0;
	padding: 0;
	color: #fff;
}

.location h5 {
	font-family: 'PTSansNarrowRegular', Helvetica, Arial, sans-serif;
	text-align: center;
	font-size: 24px;
	line-height: 34px;
	text-transform: none;
	color: #777;
}

.location h4 {
	font-family: 'PTSansNarrowRegular', Helvetica, Arial, sans-serif;
	text-align: center;
	font-size: 38px;
	color: #fff;
}

.location h4 a {
	font-family: 'PTSansRegular', Helvetica, Arial, sans-serif;
	font-size: 40px;
	color: #7a6a53;
	letter-spacing: -1px;
	text-transform: none;
}

.location h5 a:hover {
	color: #948c75;
}

#primary .formcolumns {
	float: left;
	width: 48%;
}

#primary .formcolumns-last {
	float: left;
	clear: left;
	width: 40%;
}

#primary .wpcf7 p input[type="text"],
#primary .wpcf7 p input[type="tel"],
#primary .wpcf7 p input[type="email"] {
	width: 80%;
	min-width: 320px
	border: 1px #333333 solid;
	padding: 15px;
}

#primary .wpcf7 textarea {
	border: 1px #333333 solid;
	height: 170px;
	width: 380px;
}

/*** Fonts and Social Media ICOs
****************************************************************/
@font-face {
    font-family: 'daunpenhregular';
    src: url('fonts/daunpenh-webfont.eot');
    src: url('fonts/daunpenh-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/daunpenh-webfont.woff') format('woff'),
         url('fonts/daunpenh-webfont.ttf') format('truetype'),
         url('fonts/daunpenh-webfont.svg#daunpenhregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

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

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

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

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

}

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

/* Use the following CSS code if you want to use data attributes for inserting your icons */
[data-icon]:before {
	font-family: 'icomoon';
	content: attr(data-icon);
	speak: none;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
}

/* Use the following CSS code if you want to have a class per icon */
/*
Instead of a list of all class selectors,
you can use the generic selector below, but it's slower:
[class*="icon-"] {
*/
.icon-twitter, .icon-youtube, .icon-vimeo, .icon-linkedin, .icon-google-plus, .icon-facebook, .icon-yelp, .icon-blogger, .icon-instagram {
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
}

.icon-twitter:before, .icon-youtube:before, .icon-vimeo:before, .icon-linkedin:before, .icon-google-plus:before, .icon-facebook:before, .icon-yelp:before, .icon-blogger:before, .icon-instagram:before {
	font-family: 'icomoon';
}

.icon-twitter:before {
	content: "\74";
}
.icon-youtube:before {
	content: "\79";
}
.icon-vimeo:before {
	content: "\76";
}
.icon-linkedin:before {
	content: "\69";
}
.icon-google-plus:before {
	content: "\67";
}
.icon-facebook:before {
	content: "\66";
}
.icon-yelp:before {
	content: "\70";
}
.icon-blogger:before {
	content: "\62";
}
.icon-instagram:before {
	content: "\72";
}

/*** Typography
****************************************************************/
h1, h2, h3, h4, h5, h6, h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
	font-weight: normal;
	line-height: 0.5em;
    word-wrap: break-word;
    font-family: 'daunpenhregular', Times, serif !important;
    color: #5f8bcc !important;
    text-transform: none;
    margin: 1.2em 0 0.2em 0;
}

.alt-font {
	color: #fff;
	font-family: 'PTSansNarrowRegular', Helvetica, Arial, sans-serif !important;
	text-align: center;
	font-size: 48px;
}
.center {
	text-align: center;
}

.margin-balance {
	margin: 0 auto;
	text-align: center;
	clear: both;
}


h1, h2, h3, h4, h5, h6 {
	color: #5f8bcc;
	font-weight: normal;
}

#content h1, #content h2, #content h3 {
	border-bottom: none;
}

h1 {
    font-size: 2.625em; /* = 42px */
    line-height: 28px;
}

h1 {
    padding: 0 0 5px;
    font-size: 64px;
}

h1 a {
    text-decoration: none;
}

h2 {
    padding: 0 0 5px;
    font-size: 36px;
}

h3 {
    padding: 0 0 5px;
    font-size: 32px;
}

h4 {
    font-size: 28px;
}

h5 {
    font-size: 24px;
}

h6 {
    font-size: 22px;
}

.wp-caption-text {
	text-align: center;
}

.wp-caption-text span {
	font-family: 'PTSansRegular', Helvetica, Arial, sans-serif;
	text-transform: uppercase;
	font-size: 18px;
}


/*** Links
****************************************************************/
a {
	color: #5f8bcc;
	font-weight: normal;
	text-decoration: none;

	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: 	all 0.2s ease-in-out;
    -ms-transition: 	all 0.2s ease-in-out;
    -o-transition: 		all 0.2s ease-in-out;
	transition: 		all 0.2s ease-in-out;
}

a:hover,
a:focus,
a:active {
	color: #2b589a;
	outline: 0;
	text-decoration: none;
}

a.margin {
	margin-left: 40px;
}

#pdf {
	background: url(images/icon-pdf.png) no-repeat left center;
	padding: 0 0 0 20px;
}

::selection {
	background: #5f8bcc;
	color: #fff;
	text-shadow: none;
}

a.button-big,
.wpcf7 input[type="submit"] {
	background: #b6c988;
	color: #fff;
	display: inline-block;
	font-family: 'daunpenhregular', Helvetica, Arial, sans-serif;
	font-size: 26px;
	font-weight: normal;
	line-height: 14px;
	padding: 15px 30px 5px 30px;
	margin: 15px auto 15px auto;
	text-align: center;
	text-transform: uppercase;
    letter-spacing: -1px;
    border: 1px solid #b6c988;

    border-radius: 1px;
   -webkit-border-radius: 1px;
    -moz-border-radius: 1px;

	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: 	all 0.2s ease-in-out;
	-ms-transition: 	all 0.2s ease-in-out;
	-o-transition: 		all 0.2s ease-in-out;
	transition: 		all 0.2s ease-in-out;
}

a.button-big:hover,
.wpcf7 input[type="submit"]:hover {
	background: #fff !important;
	color: #5f8bcc;
	border: 1px solid #5f8bcc;
	cursor: pointer;
}

a.button-big-alt {
	background: #fff;
	color: #253c87;
	display: inline-block;
	font-family: 'PTSansNarrowRegular', Helvetica, Arial, sans-serif;
	font-size: 18px;
	font-weight: normal;
	line-height: 14px;
	padding: 15px 60px;
	margin: 15px auto 15px auto;
	text-align: center;
	text-transform: uppercase;

    border: 1px solid #fff;

	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: 	all 0.2s ease-in-out;
	-ms-transition: 	all 0.2s ease-in-out;
	-o-transition: 		all 0.2s ease-in-out;
	transition: 		all 0.2s ease-in-out;
}

a.button-big-alt:hover {
	background: #948c75;
	color: #fff;
	border: 1px solid #fff;
}


/*** Header
****************************************************************/

#header {
	background: #FFF;
	position: relative;
	height: auto;
	width: 100%;
	float: left
}

#site-logo {
    float:left;
    padding: 0 5px;
    margin: 0;
}

#site-meta{
    float: right;
    text-align: right;
    line-height: 16px;
    margin: 8px 15px 0 0;
}

#logo {
	background: transparent;
	display: block;
	float: left;
	margin: 8px 0 0 0;
	//position: absolute;
	z-index: 9999999;
}

#logo img {
	width: 100%;
	height: auto;
}

.site-name {
	display: block;
	font-size: 2.063em; /* = 33px */
    line-height: 1.0em;
	padding-top: 20px;
}

.site-name a {
    color: #333;
	font-weight: 700;
}

.site-description {
    color: #afafaf;
	display: block;
	font-size: 0.875em; /* = 14px */
	margin: 10px 0;
}

header .creds {
	background: url(images/creds.png) no-repeat center center;
	background-size: contain;
	min-height: 160px;
}


.contact-us {
	font-family: 'daunpenhregular', Helvetica, Arial, sans-serif;
	font-size: 14px;
	width: 100%;
	max-width: 1024px;
	margin: 0 auto !important;
	float: none;
	height: auto;
	display: block;
	position: relative;
	top: 0;
	text-align: left;
	clear: right;
	right: 0;
	padding: 0;
}

.contact-us h2.consult {
	color: #7d8589 !important;
	font-family: 'daunpenhregular', Helvetica, Arial, sans-serif;
	float: right;
	height: auto;
	line-height: 1em;
	font-style: italic;
	font-size: 24px;
	font-weight: normal;
	text-align: right;
	padding: 0;
	text-transform: none;
	position: relative;
	margin: 15px 0 0 0;
}

.contact-us h2.address {
	color: #7d8589 !important;
	font-family: 'daunpenhregular', Helvetica, Arial, sans-serif;
	float: right;
	height: 24px;
	line-height: 1em;
	font-size: 24px;
	font-weight: normal;
	text-align: right;
	text-transform: none;
	position: relative;
	margin: 10px 0 0 0;
	padding: 0;
	clear: right;
}

.contact-us h2.number {
	float: right !important;
	line-height: 1em;
	font-weight: normal;
	text-align: right;
	text-transform: none;
	position: relative;
	margin: 0 0 0 0;
	padding: 0;
	clear: right;
}

.contact-us h2.number a {
	font-family: 'daunpenhregular', Helvetica, Arial, sans-serif;
	color: #b9cb8d !important;
	font-size: 54px;
	line-height: 0.1em
}

.contact-us h2.number a:hover {
	color: #b9cb8d !important;
}

.slider-container {
	background: #f5f4f4 url(images/segment-bg2.jpg) repeat-x center 0px;
	height: auto;
	position: relative;
	margin: 0 auto;
	z-index: 15;
	padding: 30px 0 0 0;
	width: 100%;
	float: left;

	-webkit-background-size: 	cover;
	-moz-background-size: 		cover;
	-o-background-size: 		cover;
	background-size: 			cover;
}

.video-gallery {
	position: relative;
	display: block;
	height: auto;
	width: 30%;
	z-index: 99;
	float: left;
	margin-right: 20px;
}

.photo-gallery {
	position: relative;
	display: block;
	height: auto;
	width: 30%;
	z-index: 99;
	float: left;
	border-left: 1px solid #fff;
}

.photo-gallery img {
	display: block;
	margin: 0 auto;
}

.photo-gallery p {
	font-size: 18px;
	margin: 0;
	padding: 30px 35px 0px 35px;
	text-align: center;
	color: #fff;
}

.icons-container {
	background: #fff;
	height: 585px;
	position: relative;
	margin: 0 auto;
	z-index: 15;
	padding: 0 0 0 0;
	width: 100%;
	font-size: 16px;
	overflow: hidden;
}

.icons-container img {
	margin: 10px 30px 30px 0 !important;
}

.icons-container h3 {
	font-size: 48px;
	text-align: center;
	margin: 60px 0 20px 0;
}

.icons-container p {
}

.home .services-container {
	background: transparent;
	height: auto;
	position: relative;
	margin: 0 auto -85px auto;
	z-index: 9;
	padding: 0 0;
	width: 100%;
	font-size: 14px;
	float: left;
}

.services-container {
	background: transparent;
	height: auto;
	position: relative;
	margin: 0 auto;
	z-index: 9;
	padding: 0 0;
	width: 100%;
	font-size: 14px;
	float: left;
}

.services {
	position: relative;
	display: block;
	float: none;
	margin: 0 auto 0 8%;
	width: 80%;
	height: auto;
	z-index: 99;
	top: 0;
}

.home .services {
	position: relative;
	display: block;
	float: none;
	margin: 0 auto;
	width: 100%;
	max-width: 1380px;
	height: auto;
	z-index: 99;
	top: 0;
}

.services h1 {
	text-align: center;
	font-weight: 400;
	color: #595c63;
	font-size: 32px;
	margin: 40px 0 30px 0;
	padding-bottom: 30px;
	border-bottom: 1px solid #ebebeb;
}

ul.tabs {
	margin: auto;
	height: 100%;
}

.home ul.tabs li {
	background: #fff;
	float: left;
	display: block;
	position: relative;
	width: 24.35%;
	margin: 0 0.319%;
	padding: 0 0 0 0;
	overflow: hidden;
	height: auto;
	clear: none;
}

ul.tabs li {
	background: #fff;
	float: left;
	display: block;
	position: relative;
	width: 100%;
	margin: 20px 0 0 0;
	padding: 0 0 0 0;
	overflow: hidden;
	height: auto;
	clear: left;
}

ul.tabs li:last-child {
}

ul.tabs li a {
	display: block;
	float: left;
	position: relative;
	width: 100%;
}

.home ul.tabs li a img {
	width: 100%;
	margin: 0 0 -10px 0;
	padding: 0;
	position: relative;
	top: 0px;
}

ul.tabs li a img {
	width: 100%;
	margin: 0 0 -10px 0;
	padding: 0;
	position: relative;
	top: 0;
	opacity: 1;
}

ul.tabs li a img,
ul.tabs li a h4 {
	opacity: 1;
	-webkit-transition: all 0.2s ease-in;
	-moz-transition: 	all 0.2s ease-in;
	-ms-transition: 	all 0.2s ease-in;
	-o-transition: 		all 0.2s ease-in;
	transition: 		all 0.2s ease-in;
}

ul.tabs li a {
	opacity: 0.7;
	-webkit-transition: all 0.2s ease-in;
	-moz-transition: 	all 0.2s ease-in;
	-ms-transition: 	all 0.2s ease-in;
	-o-transition: 		all 0.2s ease-in;
	transition: 		all 0.2s ease-in;
}

ul.tabs li a:hover {
	opacity: 1;
}

ul.tabs li:hover img {
	opacity: 1;
}

ul.tabs li span {
	height: 7px;
	width: 24px;
	display: block;
	position: absolute;
	margin: 0 auto;
	top: 5px;
	left: 120px;
}

ul.tabs li a h4 {
	font-family: 'daunpenhregular', Helvetica, Arial, sans-serif;
	background: url(images/services/title-bg.png) repeat 0 0;
	position: absolute;
	color: #fff;
	width: 100%;
	font-size: 48px;
	text-align: center;
	bottom: 0;
	height: 50px;
	line-height: 1.3em;
	text-transform: uppercase;
	z-index: 9999;
	opacity: 1 !important;
	margin: 0;
}

ul.tabs li .hov {
	background: transparent;
	position: absolute;
	width: 100%;
	font-size: 30px;
	text-align: center;
	top: 0;
	height: 100%;
	padding-top: 0;
	z-index: 99999;
}

ul.tabs li:hover .hov {
	background: transparent;
}

ul.tabs li:hover h4 {
	color: #fff;
}

ul.tabs li a p {
	color: #333333;
	font-size: 13px;
	line-height: 20px;
}
ul.tabs li a:hover p {
	color: #0d1322;
}

ul.tabs li nav {
	position: absolute;
	background: transparent;
	display: block;
	z-index: 9999;
	float: left;

	opacity: 0;
    height: 0;
    overflow: hidden;

	-webkit-transition: opacity 0.2s ease-in;
	-moz-transition: 	opacity 0.2s ease-in;
	-ms-transition: 	opacity 0.2s ease-in;
	-o-transition: 		opacity 0.2s ease-in;
	transition: 		opacity 0.2s ease-in;
}

ul.tabs li:hover nav {
	opacity: 1;
    height: auto;
}

ul.tabs li .tabs-menu {
	width: 100%;
	float: left;
	margin-top: 5px;
	display: block;
}

ul.tabs li .tabs-menu li {
	background: transparent;
	position: relative;
	display: block;
	float: left;
	width: 100%;
	height: 25px;
}

ul.tabs li .tabs-menu li a {
	display: block;
	margin: 0 auto;
	font-size: 18px;
	color: #7a6a53;
	padding: 0;
	text-align: center;
	width: 225px;
	float: none;
}

ul.tabs li .tabs-menu li:last-child a {
	border: none;
}

ul.tabs li .tabs-menu li a:hover {
	color: #99b2b7;
}


/*** Before &amp; After Slider Effects
****************************************************************/

.before_after_slider {
  position: relative;
  margin: 50px auto;
  width: 640px;
  height: 384px;
}

.before_after_slider img {
	border: none !important;
	border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
}

.before_after_slider .color,
.black_white {
    position: absolute;
  }

.black_white {
  overflow: hidden;
  border-right: 2px solid #fff;

}

.arw-slide {
	position: relative;
	 background: url(images/arw-slide.png) no-repeat right bottom;
	 height: 20px;
	 width: 60px;
}

/*** Top Navigation
****************************************************************/
#nav-wrapper {
	background: #fff;
	width: 100%;
	border-top: 1px solid #e1e1e1;
	border-bottom: 1px solid #e1e1e1;
}

#access {
	background: transparent;
	display: block;
	float: none;
	width: 100%;
	height: 40px;
	position: relative;
	z-index: 999999;
	margin: 0 auto;
	text-align: center;
}

#access ul.mega-menu-horizontal {
	text-align: center !important;
}

.sticky-animate {
	top: -90px;
	-webkit-transition: top 500ms ease-in;
	-moz-transition: 	top 500ms ease-in;
	-o-transition: 		top 500ms ease-in;
	-ms-transition: 	top 500ms ease-in;
	transition: 		top 500ms ease-in;
}

.sticky-wrapper {
	height: 0 !important;
}

.stuck {
	position: fixed !important;
	width: 100%;
	box-shadow: 0 2px 3px rgba(0,0,0,0.3);
	background-size: 11% !important;
	left: 0;
	top: 0 !important;
	height: auto !important;
	z-index: 9999999;
}


/* MegaMenu */
#mega-menu-header-nav-2 img {

}

#access.stuck .sf-menu {
	margin: 0px auto;
	width: 1280px;
}

#access #searchform {
	float: right;
	width: 225px;
	padding: 5px 10px;
}

#access #searchform input[type="text"] {
	background: #5a606e;
	color: #fff;
	border: 0;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	width: 160px;
	padding: 7px;
}

#access #searchform input[type="submit"] {
	background: url(images/search-button.png) no-repeat left top;
	border: 0;
	padding: 5px;
	height: 26px;
	width: 40px;
}

#access #searchform input[value="Search"] {
	color: #232B3D;
	text-indent: -9999px;
	white-space: nowrap;
	overflow: hidden;
}

#access #searchform input[type="submit"]:hover {
	opacity: 0.8;
	cursor: pointer;
}


.sf-menu, .sf-menu * {
	margin: 0;
	padding: 0;
	list-style: none;
}
.sf-menu li {
	position: relative;
}
.sf-menu ul {
	position: absolute;
	display: none;
	left: 0;
	z-index: 99;
	top: 40px;
}
.sf-menu &gt; li {
	float: none;
	display: inline-block;
	padding-bottom: 25px; /* For Hover */
}

.sf-menu &gt; li:hover{
	cursor: pointer;
}
.sf-menu li:hover &gt; ul,
.sf-menu li.sfHover &gt; ul {
	display: block;
}

.sf-menu ul ul {
	top: 0;
	left: 100%;
}

/*** point all arrows down ***/
.sf-arrows.sf-navbar ul .sf-with-ul:after {
	margin-top: -3px;
	margin-right: 0;
	border-color: transparent;
	border-top-color: #dFeEFF; /* edit this to suit design (no rgba in IE8) */
	border-top-color: rgba(255,255,255,.5);
}

.sf-arrows.sf-navbar ul &gt; li &gt; .sf-with-ul:focus:after,
.sf-arrows.sf-navbar ul &gt; li:hover &gt; .sf-with-ul:after,
.sf-arrows.sf-navbar ul &gt; .sfHover &gt; .sf-with-ul:after {
	border-color: transparent;
	border-top-color: white;
}

.sf-menu ul {
/* 	background: rgba(109,110,110,0.30); */
	background: #fff;
	box-shadow: 3px 6px 6px rgba(0,0,0,.2);
	min-width: 12em; /* allow long menu items to determine submenu width */
	*width: 12em; /* no auto sub width for IE7, see white-space comment below */
}

.sf-menu a {
	background: none;
	color: #fff;
	font-family: 'daunpenhregular', Helvetica, Arial, sans-serif;
	font-weight: normal;
	font-size: 24px;
	line-height: 50px;
	text-transform: uppercase;
	height: 40px;
	display: block;
	position: relative;
	padding: 0 18px;
	margin: 0;
	text-decoration: none;
	zoom: 1;

	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

.sf-menu &gt; li:first-child a {
}
.sf-menu &gt; li:last-child a {
}

.sf-menu li li a {
	color: #7fa2d6;
	line-height: 42px;
	height: 42px;
	border-right: none;
	margin: 0;
	text-align: left;
}

.sf-menu a:hover,
.hover {
	color: #fff !important;
	background-color: #7fa2d6 !important;
}

.sf-menu li.current_page_item a,
.sf-menu li.current_menu_item a {

}

.sf-menu li {
	background: none;
	white-space: nowrap; /* no need for Supersubs plugin */
	*white-space: normal; /* ...unless you support IE7 (let it wrap) */
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: 	all 0.2s ease-in-out;
    -ms-transition: 	all 0.2s ease-in-out;
    -o-transition: 		all 0.2s ease-in-out;
	transition: 		all 0.2s ease-in-out;
	height: auto;
}

.sf-menu li:hover {
}

.sf-menu ul li a,
.sf-menu ul li:first-child a
 {
	 background: none;
}

.sf-menu li ul li a:hover {
	background:#7fa2d6 !important;
	color:  #fff !important;
}

.sf-menu li:hover,
.sf-menu li.sfHover,
.sf-menu li:hover a,
.sf-menu li.sfHover a {
	/* only transition out, not in */
	-webkit-transition: none;
	transition: none;
}

.sf-menu {
	margin: 0 auto 0 auto;
	width: 100%;
	height: 50px;
}

.stuck .sf-menu {
	margin: 0 auto 0 auto;
	width: 100%;
	height: 50px;
}

/*** arrows (for all except IE7) **/
.sf-arrows .sf-with-ul {
	padding-right: 2.5em;
	*padding-right: 1em; /* no CSS arrows for IE7 (lack pseudo-elements) */
}
/* styling for both css and generated arrows */
.sf-arrows .sf-with-ul:after {
	content: '';
	position: absolute;
	top: 50%;
	right: 1em;
	margin-top: -3px;
	height: 0;
	width: 0;
	/* order of following 3 rules important for fallbacks to work */
	border: 5px solid transparent;
	border-top-color: #dFeEFF; /* edit this to suit design (no rgba in IE8) */
	border-top-color: rgba(255,255,255,.5);
}
.sf-arrows &gt; li &gt; .sf-with-ul:focus:after,
.sf-arrows &gt; li:hover &gt; .sf-with-ul:after,
.sf-arrows &gt; .sfHover &gt; .sf-with-ul:after {
	border-top-color: white; /* IE8 fallback colour */
}
/* styling for right-facing arrows */
.sf-arrows ul .sf-with-ul:after {
	margin-top: -5px;
	margin-right: -3px;
	border-color: transparent;
	border-left-color: #dFeEFF; /* edit this to suit design (no rgba in IE8) */
	border-left-color: rgba(255,255,255,.5);
}
.sf-arrows ul li &gt; .sf-with-ul:focus:after,
.sf-arrows ul li:hover &gt; .sf-with-ul:after,
.sf-arrows ul .sfHover &gt; .sf-with-ul:after {
	border-left-color: white;
}

/*** Mega Menu
****************************************************************/
.showcase-container-default {
	position: relative !important;
	float: left !important;
	height: 260px !important;
	width: 375px !important;
	overflow: hidden !important;
	display: block !important;
	top: 0 !important;
	margin: 0 40px 0 0 !important;
}

.showcase-container {
	background: #fff !important;
	position: absolute !important;
	float: left !important;
	height: 260px !important;
	width: 375px !important;
	overflow: hidden !important;
	display: none !important;
	top: 0 !important;
	left: 0 !important;
	line-height: 0 !important;
}

.showcase-container img {
	position: absolute !important;
	line-height: 0 !important;
	height: 260px !important;
	width: 375px !important;
	border: none !important;
	top: 0 !important;
}

.mega-menu-item-text-3 li:hover .showcase-container {
	display: block !important;
}

.showcase-menu {
	position: static !important;
	float: left !important;
	height: 260px !important;
	width: 180px !important;
}

.showcase-menu li {
	position: static !important;
}

.mega-menu-wrap .mega-menu.mega-menu-horizontal &gt; li.mega-menu-item &gt; a:hover {
		background: url(images/nav-arrow.png) no-repeat center bottom !important;
}

.mega-menu-wrap .mega-menu.mega-menu-horizontal li li a {
	-webkit-transition: all 0.2s ease-in-out !important;
	-moz-transition: 	all 0.2s ease-in-out !important;
    -ms-transition: 	all 0.2s ease-in-out !important;
    -o-transition: 		all 0.2s ease-in-out !important;
	transition: 		all 0.2s ease-in-out !important;
}

.mega-menu-wrap .mega-menu.mega-menu-horizontal &gt; li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a:hover {
	color: #fff !important;
}

.mega-menu-wrap .mega-menu.mega-menu-horizontal li li a:hover {
	color: #99b2b7 !important;
}

.textwidget {
	position: relative !important;
}

/*** Content
****************************************************************/

#one-column,
.def-column {
//	background: url(images/gradients/content-bg.png) repeat-x left top;
	float: left;
	display: block;
	position: relative;
	width: 100%;
	border-top: 1px solid #fff;
}

#one-column #primary {
    margin: 0 auto;
    padding: 0;
    width: 100%;
    max-width: 1024px;
    position: relative;
	display: block;
	float: none;
}

#wided #primary {
    margin: 0 auto;
    padding: 0;
    width: 100%;
    max-width: 100%;
    position: relative;
	display: block;
	float: none;
}

.home #primary {
  	position: relative;
	margin: 30px 15px 0 15px;
	width: 63%;
	float: left;
	padding: 0;
}

.segment-outer {
	margin: 0 auto;
    padding: 0;
    width: 100%;
    max-width: 100%;
    position: relative;
	display: block;
	float: none;
}

.segment {
	margin: 0 auto;
    padding: 0;
    width: 100%;
    max-width: 1024px;
    position: relative;
	display: block;
	float: none;
}

#primary {
  	position: relative;
	margin: 10px 0 0 0;
	width: 65%;
	float: left;
	padding: 0 0 20px 0;
}

#primary strong {
    font-weight:bold;
}

#primary em span {
    color: #5f8bcc;
}

.bold {
    font-weight:bold;
    font-size: 18px;
}

#primary p {
	font-size: 18px;
}

.home #primary p {
	text-align: left;
}

.home #primary h1 {
	font-family: 'daunpenhregular', Helvetica, Arial, sans-serif;
	font-size: 56px;
	line-height: 0.5em;
	font-weight: normal;
	text-transform: uppercase;
	color: #5f8bcc;
	display: block;
    padding-bottom: 5px;
    margin: 0 auto 0 auto;
	position: relative;
	top: 0;
	text-align: left;
	border-bottom: 4px solid #cfdcf0;
}

#primary h1 {
	font-family: 'daunpenhregular', Helvetica, Arial, sans-serif;
	font-size: 56px;
	line-height: 0.5em;
	font-weight: normal;
	text-transform: uppercase;
	color: #b6c988 !important;
	display: block;
    padding-bottom: 5px;
    margin: 0 auto 0 auto;
	position: relative;
	top: 0;
	text-align: left;
	border-bottom: none;
}

#primary h1.post-title {
	margin: 1em 0px 0.25em 0px;
	line-height: 0.7em;
	font-size: 42px;
}


.home #primary .content-wrapper {
    padding: 50px 0 30px 0;
    width: 100%;
	margin: 0 auto;
}

#primary .content-wrapper {
    padding: 0 0 30px 0;
    width: 100%;
	margin: 0 auto;
}

#primary ul {
    margin:0;
    padding: 0 0 15px 80px;
    list-style: disc;
    color: #000;
}
#primary ul ul {
    margin:0;
    padding: 0 0 0 20px;
    list-style: disc;
}
#primary li {
    padding-left: 2px;
    list-style: disc;
}
#primary li li {
    list-style: disc;
}

#primary img {
	border: none;
	box-shadow: 		0 0 5px rgba(0,0,0,.4);
	-moz-box-shadow: 	0 0 5px rgba(0,0,0,.4);
	-webkit-box-shadow: 0 0 5px rgba(0,0,0,.4);
}

.home #primary a {
	text-decoration: none;
}

#primary a {
	text-decoration: underline;
}

#primary a img {
    border: none;
}

#primary a:hover img {
    opacity: 0.8;
}

#primary a:hover {
}

#content {
	float: left;
	margin: 15px;
	background: none;
	background-color: none;
}

.home #content {
	background-color: rgba(0, 0, 0, 0);
	width: 100%;
	margin: 0 auto;
	position: relative;
	display: block;
	float: left;
	padding: 0;
	min-height: 165px;
}

/*** Slideshow
****************************************************************/
#slideshow {
    position: relative;
	margin: 0 auto;
	overflow:hidden;
	width: 100%;

}

#slideshow img {
    background: transparent !important;
    border: 0 !important;
}
#slideshow img + img{display:none;}

#slideshow-images {
	left: 555px;
}

#secondary #sub-nav{
	position: fixed;
	top: 50px;
	z-index: 0;
	width: 555px;
	min-height: 700px;

}
#secondary #sub-nav ul {
    list-style: none;
	position: relative;
	top: 220px;
	right: 110px;
	width: 360px;
	float: right;
	text-align: right;
}

#sub-nav{
	position:absolute;
	top: 0px;
	z-index: 999;
	width: 555px;
	min-height: 700px;

}

#sub-nav ul {
    list-style: none;
	position: relative;
	top: 170px;
	width: 360px;
	float: right;
	text-align: right;
}

#sub-nav li {
    float: right;
    position: relative;
	margin: 0px 5px 22px 25px;
	display:block;
	clear:both;

}
#sub-nav li a {
	font-family: 'Open Sans', Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	font-size:24px;
	color:#fff;
	text-decoration:none;
	padding:5px;
	height:50px;
	line-height: 30px;
}

#sub-nav li a:after {
	content:' â€º';
	font-size: 26px;
	line-height: 24px;
}

#sub-nav li:hover &gt; a,
#sub-nav a:focus {

    color: #70CBD2;
}
.selected {
	position:absolute;
	top:0px;
	z-index:2999;
	width:960px;
	height:700px;
	left:555px;}

.selected img, .selected img + img{
	display:none;
}

.selectednav {
	position:absolute;
	z-index:3000;
	width: 410px;
	height: 700px;
	top:0px;
	right:0px;
	background: transparent url(images/selected.png) top left no-repeat;
	display:none;
}

.selectednav ul {

    list-style: none;
	position:relative;
	top:170px;
}

.selectednav li {
    float: left;
    position: relative;
	margin: 0 10px 22px 10px;
	display:block;
	clear:left;

}
.selectednav li a {
	font-family: 'Open Sans', Arial, Helvetica, sans-serif;
	text-transform:none;
	font-size:24px;
	color:#333333;
	text-decoration:none;
	padding: 25px;
	height:50px;
	line-height: 30px;
}

.selectednav  li a:before {
	content:'â€º ';
	font-size: 26px;
	line-height: 24px;
}
.selectednav li:hover &gt; a,
.selectednav a:focus {

    color: #41858A !important;
}

#menu-inside-pages{
	margin-top:20px;
	background:url(images/subNav_line.gif) 5px top no-repeat;
	padding-top:10px;
}
#menu-inside-pages li a{
	font-family:open_sans_lightregular, san-serif;
	text-transform:uppercase;
	font-size:24px;
	text-decoration:none;
}

/***  Breadcrumb
****************************************************************/
.breadcrumb-list {
	font-size: 12px;
}

/* =Responsive 12 Column Grid
    http://themeid.com/responsive-grid/
-------------------------------------------------------------- */
.grid {
	float: left;
	margin-bottom: 2.127659574468%;
	padding-top: 0;
}

.marg {
	margin: 25px 0 0 0;
}

.grid-right {
	float: right;
	margin-bottom: 2.127659574468%;
	padding-top: 0;
}

.col-60,
.col-140,
.col-220,
.col-300,
.col-380,
.col-460,
.col-540,
.col-620,
.col-700,
.col-780,
.col-860 {
	display: inline;
	margin-right: 2.127659574468%;
}

.col-60 {
	width: 6.382978723404%;
}

.col-140 {
	width: 14.893617021277%;
}

.col-220 {
	width: 24.304255319149%;
}

.col-300 {
	width: 31.914893617021%;
}

.col-380 {
	width: 40.425531914894%;
}

.col-460 {
	width: 48.936170212766%;
}

.col-540 {
	width: 57.446808510638%;
}

.col-620 {
	width: 65.957446808511%;
}

.col-700 {
	width: 74.468085106383%;
}

.col-780 {
	width: 82.978723404255%;
}

.col-860 {
	width: 91.489361702128%;
}

.col-940 {
	width: 100%;
	height: 0;
}

.fit {
	margin-left: 0 !important;
	margin-right: 0 !important;
}

/*** Sidebar
****************************************************************/
.home #secondary {
	background-color: transparent;
    float: right;
	width: 33%;
	margin: -35px 0 35px 0;
	padding: 0;
}

#secondary {
	background-color: transparent;
    float: right;
	width: 33%;
	margin: 0 0 35px 0;
	padding: 0;
}

#secondary .textwidget h3 {
	text-transform: uppercase;
	text-align: center;
	line-height: 1.2em;
	font-size: 26px;
	border-bottom: 4px solid #cfdcf0;
	padding: 0 0 2px 0;
}

#secondary .textwidget h3 span {
	font-size: 56px;
}

#secondary .content-wrapper {
	background: transparent;
    padding: 0;
    margin: 20px 10px 10px 10px;
}
.home #secondary .content-wrapper {
	border: none;
}


#secondary .widget {
    margin: 0 0 75px;
}

#secondary .widget h3.widget-title,
h3.widget-title {
	color: #333;
	text-transform: none;
    padding: 5px;
    margin: 15px;
    font-size: 28px;
    font-weight: normal;
    position: relative;
    display: block;
    border-bottom: 1px solid #333;
}

#secondary .widget ul {
    padding: 10px 10px 10px 30px;
}

#secondary .widget li {
    list-style-type: none;
    padding: 0 0 0 0;
    margin: 0;
    word-wrap: break-word;
}
#secondary .widget li li {
    margin:0 0 0 10px;
    padding:1px 0;
    list-style: none;
}

#secondary .widget li {
	margin: 6px 0;
	text-align: left;

	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: 	all 0.2s ease-in-out;
	-ms-transition: 	all 0.2s ease-in-out;
	-o-transition: 		all 0.2s ease-in-out;
	transition: 		all 0.2s ease-in-out;
}

#secondary .widget li a {
	font-size: 18px;
	font-family: 'PTSansNarrowRegular', Helvetica, Arial, sans-serif;
	text-transform: none;
	font-weight: normal;
	line-height: 1.5em;

	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: 	all 0.2s ease-in-out;
	-ms-transition: 	all 0.2s ease-in-out;
	-o-transition: 		all 0.2s ease-in-out;
	transition: 		all 0.2s ease-in-out;
}

#secondary .widget li li a {
	font-size: 26px;
}

#secondary .widget li:hover {
}

#secondary .widget li a:hover {
	color: #99b2b7;
}

#secondary .widget li a {
}

#secondary .widget li a.arrow-down {
}

#secondary .widget li li a {
	background: none;
}

#secondary .widget li li a::before {

	font-size: 12px;
}

#secondary ul.menu li a {
	background-color: #000;
	border-left: 9px solid #e1e1e1;
	float: left;
	width: 308px;
	height: 110px;
	margin: 8px 0;
	text-indent: -9999px;
	white-space: nowrap;
	overflow: hidden;
}

#secondary ul.menu li:first-child a {margin-top:15px;}

#secondary ul.menu li a:hover {
	border-left: 9px solid #cc3;
}

#secondary ul.menu li.one a {background: url(images/services/photo-gallery.jpg)}

#secondary ul.menu li.two a {background: url(images/services/finance.jpg)}

#secondary ul.menu li.three a {background: url(images/services/testimonials.jpg)}

/* =Widgets
-------------------------------------------------------------- */
.widget-wrapper {
	-webkit-border-radius: 4px;
    -moz-border-radius: 4px;
	background-color: #f9f9f9;
	border: 1px solid #e5e5e5;
	border-radius: 4px;
	margin: 0 0 20px;
	padding: 20px;
}

.widget-wrapper select,
.widget-wrapper input[type="text"],
.widget-wrapper input[type="password"],
.widget-wrapper  input[type="email"] {
	width: 75%;
}

#widgets {
	margin-top: 40px;
}

.tagcloud {
	padding: 0 35px;
}

#widgets a {
	display: inline-block;
	margin: 0;
	padding: 0;
	text-decoration: none;
}

#widgets form {
    margin: 0;
}

#widgets ul,
#widgets ol {
    padding: 0 0 0 20px;
}

#widgets ul li a {
	display: inline;
	text-decoration: none;
}

#widgets .widget-title img {
	float: right;
	height: 11px;
	position: relative;
	top: 4px;
	width: 11px;
}

#widgets .rss-date {
	line-height: 18px;
	padding: 6px 12px;
}

#widgets .rssSummary {
	padding: 10px;
}

#widgets cite {
	font-style: normal;
	line-height: 18px;
	padding: 6px 12px;
}

#widgets .tagcloud,
#widgets .textwidget {
	display: block;
	line-height: 1.5em;
	margin: 0;
	word-wrap: break-word;
}

.textwidget {
	line-height: 20px;
}

.textwidget p.dedicated {
	color: #C00;
text-align: center;
font-size: 18px;
font-weight: bold;
}

.textwidget .dedicated span {
	text-transform: uppercase;
	font-size: 14px;
font-weight: normal;
}

.textwidget img {
	margin: 0 auto;
	display: block;
}

.textwidget a.button {
	margin: 0 auto;
	bottom: 25px;
	position: absolute;
	margin-left: 60px;
}

.textwidget h5 {
	font-family: 'Verdana', Verdana, Geneva, sans-serif;
	margin: 0;
	color: #609ab5;
	font-size: 16px;
	font-weight: bold;
}

.textwidget h5 span {
	font-family: 'Verdana', Verdana, Geneva, sans-serif;
	margin: 0;
	color: #222;
	font-size: 14px;
	font-weight: normal;
}

#widgets .textwidget a {
	display: inline;
}

#widgets ul .children {
	padding: 0 0 0 10px;
}

#widgets .author {
	font-weight: 700;
	padding-top: 4px;
}

.widget_archive select, #cat {
	display: block;
	margin: 0 15px 0 0;
}

.top-widget-wrapper {
	width: 100%;
	background: none;
	height: 50px;
}

.top-widget {
	font-family: 'Open Sans', Arial, Helvetica, sans-serif;
    border: none;
    margin: 0 auto;
	line-height: 55px;
	padding: 0;
/* 	text-align: right; */
	width: 1080px;
	display: block;
	color: #583d1c;
	font-size: 20px;
	font-weight: normal;
	letter-spacing: normal;
	text-transform: none;
}

.top-widget ul {
    padding: 0;
}

.top-widget select,
.top-widget input[type="text"],
.top-widget input[type="password"],
.top-widget input[type="email"] {
    width: auto;
}

.top-widget #searchform {
    margin: 0;
}

.top-widget .widget-title {
    font-size: 14px;
    padding: 0;
    text-align: right;
}

.widget-title a {
	border-bottom: none;
	padding: 0 !important;
}

.widget a {
	color: #333333;
}

/*** Footer
****************************************************************/

#footer {
	position: relative;
	z-index: 0;
	display: block;
	float: left;
	width: 100%;
	text-align: center;
}

.home #footer {
	position: relative;
	z-index: 3003;
}

#footer-info {
	max-width: 1024px;
	margin: 0 auto 80px;
/*
	padding: 0;
	margin: 0;
	float: left;
	position: relative;
	display: block;
	width: 100%;
	height: auto;
	overflow: hidden;
*/
}

#footer-widgets {
	background-color: #ebebeb;
	height: 380px;
	position: relative;
	display: block;
	clear: both;
}

#footer-widgets .wrapper {
    overflow: hidden;
}

#footer-widgets .widget {
    float: left;
    width: 322px;
    height: auto;
    padding: 10px 10px 10px 20px;
    margin: 0 10px 10px 10px;
    background: transparent url(images/sep.png) no-repeat left 40px;

}

#footer-widgets .widget:first-child {
	background: none;
	border: none;
}

#footer-widgets h3.widget-title {
	color: #629080;
	text-transform: none;
	font-size: 30px;
	margin: 5px 0 10px 0;
}

#footer-widgets h3.widget-title.blue {
	color: #619bb7;
}

.home #footer-widgets .aside-container {
	width: 1270px;
	margin: 0 auto;
}

#footer-widgets .aside-container {
	width: 1100px;
	margin: 0 auto;
}

#footer-widgets .widget.contact,
#footer-widgets .widget.directions {
	width: 500px;
}

#footer-widgets .widget.directions {
	background: transparent url(images/map.jpg) no-repeat right center;
}

#footer-widgets .widget.locations {

}

#footer-widgets .widget.locations a {
	background: url(images/map-icon.png) no-repeat left center;
	color: #629080;
	text-decoration: underline;
	font-size: 12px;
	padding: 22px;
}

#footer-widgets .widget.locations a:hover {
	color: #609AB5;
}

#footer-nav {
	font-size: 12px;
    padding:0;
    overflow: hidden;
}

#footer-nav li {
    display: inline;
}

#footer-nav a {
    padding: 0;
    text-decoration: none;
}

#footer-nav a:hover {
    text-decoration: none;
}

.footer .wpcf7 textarea,
.footer .wpcf7 input {
	padding: 5px;
	font-size: 16px;
}

.footer .wpcf7 textarea {
	float: none;
	width: 160px;
	height: 160px;
	margin: 0;
	border: none;
}

.footer .wpcf7 input {
	float: left;
	display: block;
	width: 208px;
	height: 40px;
	margin: 0 10px 10px 0;
	border: none;
}

.footer .wpcf7 input[type="submit"] {
	background: url(images/button.png) repeat-x left bottom;
	color: #fff;
	border: 1px solid #b6c988;
	text-transform: uppercase;
	font-size: 18px;
	margin: 10px 0 0 0;
	width: 100px;
}

.footer .wpcf7 input[type="submit"]:hover {
	background: url(images/button.png) repeat-x left top;
	color: #fff;
	text-transform: uppercase;
	cursor: pointer;

}


/*** Footer Menu
****************************************************************/
.home .footer {
	background: #000 url(images/parallax/para1-2.jpg) repeat-x center top;
	font-family: 'PTSansRegular', Helvetica, Arial, sans-serif;
	width: 100%;
	height: 320px;
	color: #54568d;
	font-size: 14px;
	padding: 0 0;
	margin: 0;
	float: none;
	top: 0;
	position: relative;

	-webkit-background-size: 	110%;
	-moz-background-size: 		110%;
	-o-background-size: 		110%;
	background-size: 			110%;
}

.footer {
	background: #000 url(images/parallax/para1-2.jpg) repeat-x center top;
	font-family: 'PTSansRegular', Helvetica, Arial, sans-serif;
	width: 100%;
	height: 320px;
	color: #54568d;
	font-size: 16px;
	padding: 0 0;
	margin: 0;
	float: left;
	top: 0;
	position: relative;
}

.footer p {
	font-size: 16px;
	text-align: center;
	display: block;
	margin: 25px 0 0 0;
	line-height: 1.2em;
}

.footer p span {
	color: #d5d4cf;
	font-style: italic;
}

.footer .wrapper {
   margin: 0 auto;
	width: 100%;
	max-width: 1280px;
}

.footer a {
	color: #54568d;
}

.footer a:hover {
	text-decoration: underline;
	color: #4e6889;
}

.home #footer-nav {
	margin: 0 auto;
	padding: 10px 0 5px 0;
	text-align: left;
    float: none;
    text-align: center;
}

#footer-nav {
	margin: 0 auto;
	padding: 10px 0 5px 0;
	text-align: left;
    float: left;
    text-align: center;
}

#footer-nav .nav {
	margin: 0 ;
}

#footer-nav li {
	clear: both;
	display: inline;
	list-style-type: none;
	margin: 0 auto;
	float: none;
	text-align: center;
	border-left: 1px solid #fff;
}

#footer-nav li a {
	color: #fff;
	font-size: 16px;
	line-height: 16px;
	padding: 0 7px;
	text-decoration: none;
	text-transform: none;
	text-align: center;
}

#footer-nav li:first-child a {
	padding-left: 0;
}

.bottom {
	background: #5f8bcc;
	color: #fff;
	width: 100%;
	position: relative;
	float: left;
	font-size: 16px;
	font-weight: normal;
	text-align: center;
	height: auto;
	padding: 0 0 10px 0;
	letter-spacing: -1px;
}

.bottom a {
	color: #fff;
}

.bottom a:hover {
	color: #174a96;
}

.bottom .creds {
	position: relative;
	display: block;
	float: left;
	width: 25%;
	margin-left: 7%;
	height: 140px;
	background: url(images/creds.png) no-repeat center center;
}

#footer-nav li.current_page_item a,
#footer-nav li.current_menu_item a {
	text-decoration: underline;
	color: #174a96;
}

#footer-nav li a:hover {
	color: #174a96;
}

#footer-nav li:first-child {
	border-left: none;
}

#footer-nav li:last-child &gt; a {

}
/************Footer Features*************************************************/
.number,
.schedule,
.social,
.copyright-right {
	margin: 5px 0 0 0;
	padding: 5px 10px;
}

footer .number {
	height: auto;
	margin: 0 auto;
	display: block;
	position: relative;
	float: right !important;
	width: 49% !important;
}

.social {

}

.number h3 {
	font-size: 42px;
	color: #7a6a53;
	font-family: 'daunpenhregular', Helvetica, Arial, sans-serif;
	margin: 0.5em 0 0.5em 0;
	padding: 0;
	text-transform: none;
	text-align: left;
}

.social h3 {
	text-align: center;
	font-family: 'daunpenhregular' serif !important;
	color: #735744;
	font-size: 48px;
	font-weight: normal;
	margin: 60px 0 5px 0;
	text-transform: none;
}

.social h3 span {
	font-family: 'daunpenhregular', Times, serif !important;
}

.social p {
	text-align: center;
	margin: 0;
	line-height: 1.5em;
	padding: 0 20px;
}

.footer-copyright {
	display: block;
	position: relative;
	float: left;
	clear: both;
	margin: 25px 0 0 0;
}

.copyright {
	float: left;
	clear: left;
	text-align: left;
}

.contact-social {
	float: right;
	text-align: right;
	height: auto;
	display: block;
	margin-top: 25px;
	width: 27%;
}

.contact-social p,
.contact-social a.tel-number {
	font-family: 'daunpenhregular', Helvetica, Arial, sans-serif;
	margin: 0;
}

.contact-social p {
	font-size: 22px;
}

.contact-social a.tel-number {
	font-size: 30px;
	float: right;
}

/*** Social Icons
****************************************************************/
.wrapper .social-icons {
	list-style: none;
	line-height: normal;
	padding: 0 0 0 0;
	margin: 7px 0 0 0;
	text-align: left;
	float: right;
	position: relative;
}

.ie7 .wrapper .social-icons {
	margin: 0px 0 0 0;

}

.wrapper .social-icons li {
	display: inline;
	margin: 1px;
	padding-left: 5px;
}

.ie7 .wrapper .social-icons a {
	height: 16px;
	width: 16px;
}

.wrapper .social-icons a {
	background: #5f8bcc;
	color: #fff;
	padding: 3px 10px;
	font-size: 16px;

	text-align: center;
	line-height: 20px;
	text-decoration: none;

	-webkit-transition: 	all 0.2s ease-out;
	-moz-transition: 		all 0.2s ease-out;
	-ms-transition: 		all 0.2s ease-out;
	-o-transition: 			all 0.2s ease-out;
	transition: 			all 0.2s ease-out;
}

.wrapper .social-icons a:hover {
	background: #fff;
	color: #5f8bcc;
}

.wrapper .icon-yelp,
.wrapper .icon-blogger,
.wrapper .icon-vimeo,
.wrapper .icon-youtube,
.wrapper .icon-twitter,
.wrapper .icon-facebook,
.wrapper .icon-linkedin,
.wrapper .icon-rss-feed,
.wrapper .icon-instagram,
.wrapper .icon-pinterest,
.wrapper .icon-foursquare,
.wrapper .icon-google-plus,
.wrapper .icon-stumble-upon {
	display: inline;
}

.ie7 .wrapper .icon-yelp,
.ie7 .wrapper .icon-blogger,
.ie7 .wrapper .icon-vimeo,
.ie7 .wrapper .icon-youtube,
.ie7 .wrapper .icon-twitter,
.ie7 .wrapper .icon-facebook,
.ie7 .wrapper .icon-linkedin,
.ie7 .wrapper .icon-rss-feed,
.ie7 .wrapper .icon-instagram,
.ie7 .wrapper .icon-pinterest,
.ie7 .wrapper .icon-foursquare,
.ie7 .wrapper .icon-google-plus,
.ie7 .wrapper .icon-stumble-upon {
	display: inline-block;
}

.social-icons h2 {
	font-family: 'Open Sans', Arial, Helvetica, sans-serif;
	font-weight: bold;
	float: left;
	line-height: 2px;
	color: white;
	padding-left: 0;
	font-size: 24px;
}


.footer-social {
	display: block;
	position: relative;
	float: right;
	height: 34px;
}

.footer-copy {
	display: block;
	position: relative;
	float: none;
	margin: 0 auto;
	width: 50%;
	height: 34px;
	padding-top: 10px;
}

.footer-social p {
	font-size: 14px;
	padding: 10px;
	margin: 0;
	float: left;
}

#footer .social-icons {
	list-style: none;
	line-height: normal;
    padding: 0 0;
	margin: 10px auto 40px;
	text-align: center;
	float: none;
	height: auto;
	clear: both;
}

#footer .social-icons li {
	display: inline-block;
	padding: 0 12px;
}

.social h4 {
	float: left;
	margin-left: 150px;
	text-transform: uppercase;
	font-size: 18px;
	color: #552C92;
}

.ie7 .wrapper .social-icons {
	margin: 0px 0 0 0;
}

#footer .social-icons li {
	display: inline-block;
	margin: 3px auto;
	padding-left: 10px;
	float: none;
}

#footer .social-icons a {
	background: #8faedb;
	color: #fff;
	padding: 3px 10px;
	font-size: 16px;
	text-align: center;
	line-height: 20px;
	text-decoration: none;

	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-ms-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}

#footer .social-icons a:hover {
	background: #fff;
	color: #5f8bcc;
	opacity: 1;
}

.ie7 .wrapper .social-icons a {
	height: 16px;
	width: 16px;
}

#footer-info .icon-yelp,
#footer-info .icon-blogger,
#footer-info .icon-vimeo,
#footer-info .icon-youtube,
#footer-info .icon-twitter,
#footer-info .icon-facebook,
#footer-info .icon-linkedin,
#footer-info .icon-rss-feed,
#footer-info .icon-instagram,
#footer-info .icon-pinterest,
#footer-info .icon-foursquare,
#footer-info .icon-google-plus,
#footer-info .icon-stumble-upon {
	display: block;
	font-size: 0 !important;
	height: 100px;
	width: 100px;
	padding: 0 !important;
	border-radius: 50%;
	overflow: hidden;
}

#footer-info .icon-yelp:before,
#footer-info .icon-blogger:before,
#footer-info .icon-vimeo:before,
#footer-info .icon-youtube:before,
#footer-info .icon-twitter:before,
#footer-info .icon-facebook:before,
#footer-info .icon-linkedin:before,
#footer-info .icon-rss-feed:before,
#footer-info .icon-instagram:before,
#footer-info .icon-pinterest:before,
#footer-info .icon-foursquare:before,
#footer-info .icon-google-plus:before,
#footer-info .icon-stumble-upon:before {
	font-size: 64px;
	line-height: 80px;
	padding: 10px 0;
	border-radius: 50%;
	display: block;
	text-align: center;
}


/*** Breadcrumb Lists
****************************************************************/
.breadcrumb-list {
	font-size: 14px;
}

/*** Primary Content Styles
****************************************************************/

#primary article.post {
    margin: 0 0 15px;
}

.post-data {
	margin-bottom: 60px;
}

#primary h1.entry-title {
	font-family: 'daunpenhregular', Helvetica, Arial, sans-serif;
	font-size: 48px;
	line-height: 0.7em;
	font-weight: normal;
	text-transform: uppercase;
	color: #b6c988 !important;
	display: block;
	padding-bottom: 5px;
	margin: 55px auto 30px auto;
	position: relative;
	top: 0;
	text-align: left;
	border-bottom: 1px solid #7d8589;
}

.entry-content {
    min-height: 435px;
}

.entry-content p {
    margin: 0 0 15px;
}

.slider .entry-title {
	color: #000;
	font-family: 'PTSansNarrowRegular', Helvetica, Arial, sans-serif;
	font-weight: normal;
	text-transform: none;
	font-size: 48px;
    padding: 0 0 0 0px;
    margin: 0 0 15px 0;
    float: left;
}

.page-id-17 .slider .entry-title {
	font-size: 78px !important;
}

.page-id-2511 .bg-container, .page-id-2511 #access {
	display:none !important;
}

.page-id-2512 .bg-container, .page-id-2512 #access {
	display:none !important;
}


/*** Blog Stylings
****************************************************************/

#nav-single {
    padding: 0 0 30px;
}

#nav-single .nav-previous {
	float: left;
}

#nav-single .nav-next {
	float: right;
}

#comments-title {
    color: #666;
    font-size: 10px;
    font-weight: 500;
    line-height: 2.6em;
    padding: 0 0 2.6em;
    text-transform: uppercase;
}

.nopassword,
.nocomments {
    color: #aaa;
    font-size: 24px;
    font-weight: 100;
    margin: 26px 0;
    text-align: center;
}
.commentlist {
    list-style: none;
    margin: 0 auto;
    width: 68.9%;
}
.commentlist li{
    list-style: none !important;
}
.content .commentlist,
.page-template-sidebar-page-php .commentlist {
    width: 100%; /* reset the width for the one-column and sidebar page layout */
}
.commentlist &gt; li.comment {
    background: #f6f6f6;
    border: 1px solid #ddd;
    -moz-border-radius: 3px;
    border-radius: 3px;
    margin: 0 0 1.625em;
    padding: 1.625em !important;
    position: relative;
}
.commentlist .pingback {
    margin: 0 0 1.625em;
    padding: 0 1.625em;
}
.commentlist .children {
    list-style: none;
    margin: 0;
}
.commentlist .children li.comment {
    background: #fff;
    border-left: 1px solid #ddd;
    -moz-border-radius: 0 3px 3px 0;
    border-radius: 0 3px 3px 0;
    margin: 1.625em 0 0;
    padding: 1.625em !important;
    position: relative;
}
.commentlist .children li.comment .fn {
    display: block;
}
.comment-meta .fn {
    font-style: normal;
}
.comment-meta {
    color: #666;
    font-size: 12px;
    line-height: 2.2em;
}
.commentlist .children li.comment .comment-meta {
    line-height: 1.625em;
    margin-left: 50px;
}
.commentlist .children li.comment .comment-content {
    margin: 1.625em 0 0;
}
.comment-meta a {
    font-weight: bold;
}
.comment-meta a:focus,
.comment-meta a:active,
.comment-meta a:hover {
}
.commentlist .avatar {
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: 0 1px 2px #ccc;
    -moz-box-shadow: 0 1px 2px #ccc;
    box-shadow: 0 1px 2px #ccc;
    left: -102px;
    padding: 0;
    position: absolute;
    top: 0;
}
.commentlist &gt; li:before {
    content: url(images/comment-arrow.png);
    left: -21px;
    position: absolute;
}
.commentlist &gt; li.pingback:before {
    content: '';
}
.commentlist .children .avatar {
    background: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    left: 2.2em;
    padding: 0;
    top: 2.2em;
}
a.comment-reply-link {
    background: #eee;
    -moz-border-radius: 3px;
    border-radius: 3px;
    color: #666;
    display: inline-block;
    font-size: 12px;
    padding: 0 8px;
    text-decoration: none;
}
a.comment-reply-link:hover,
a.comment-reply-link:focus,
a.comment-reply-link:active {
    background: #888;
    color: #fff;
}
a.comment-reply-link &gt; span {
    display: inline-block;
    position: relative;
    top: -1px;
}

/* Post author highlighting */
.commentlist &gt; li.bypostauthor {
    background: #ddd;
    border-color: #d3d3d3;
}
.commentlist &gt; li.bypostauthor .comment-meta {
    color: #575757;
}
.commentlist &gt; li.bypostauthor .comment-meta a:focus,
.commentlist &gt; li.bypostauthor .comment-meta a:active,
.commentlist &gt; li.bypostauthor .comment-meta a:hover {
}
.commentlist &gt; li.bypostauthor:before {
    content: url(images/comment-arrow-bypostauthor.png);
}

/* Post Author threaded comments */
.commentlist .children &gt; li.bypostauthor {
    background: #ddd;
    border-color: #d3d3d3;
}

/* Comment Form */
#respond {
    background: #f4f4f4;
    border: 1px solid #d3d3d3;
    -moz-border-radius: 3px;
    border-radius: 3px;
    margin: 10px 110px 1.625em 0;
    padding: 1.625em;
    overflow: hidden;
    position: relative;

    box-shadow: 0px 5px 21px -7px black;
}
#respond input[type="text"],
#respond textarea {
    background: #fff;
    border: 4px solid #eee;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: inset 0 1px 3px rgba(204,204,204,0.95);
    -moz-box-shadow: inset 0 1px 3px rgba(204,204,204,0.95);
    box-shadow: inset 0 1px 3px rgba(204,204,204,0.95);
    position: relative;
    padding: 10px;
    text-indent: 80px;
}
#respond .comment-form-author,
#respond .comment-form-email,
#respond .comment-form-url,
#respond .comment-form-comment {
    position: relative;
}
#respond .comment-form-author label,
#respond .comment-form-email label,
#respond .comment-form-url label,
#respond .comment-form-comment label {
    background: #eee;
    -webkit-box-shadow: 1px 2px 2px rgba(204,204,204,0.8);
    -moz-box-shadow: 1px 2px 2px rgba(204,204,204,0.8);
    box-shadow: 1px 2px 2px rgba(204,204,204,0.8);
    color: #555;
    display: inline-block;
    font-size: 13px;
    left: 4px;
    min-width: 60px;
    padding: 4px 10px;
    position: relative;
    top: 40px;
    z-index: 1;
}
#respond input[type="text"]:focus,
#respond textarea:focus {
    text-indent: 0;
    z-index: 1;
}
#respond textarea {
    resize: vertical;
    width: 95%;
}
#respond .comment-form-author .required,
#respond .comment-form-email .required {
    color: #bd3500;
    font-size: 22px;
    font-weight: bold;
    left: 75%;
    position: absolute;
    top: 45px;
    z-index: 1;
}
#respond .comment-notes,
#respond .logged-in-as {
    font-size: 13px;
}
#respond p {
    margin: 10px 0;
}
#respond .form-submit {
    float: right;
    margin: -10px 0 0;
}
#respond input#submit {
    background: #111829;
    border: none;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: 0px 1px 2px rgba(0,0,0,0.3);
    -moz-box-shadow: 0px 1px 2px rgba(0,0,0,0.3);
    box-shadow: 0px 1px 2px rgba(0,0,0,0.3);
    color: #eee;
    cursor: pointer;
    font-size: 15px;
    margin: 20px 0 0;
    padding: 5px 22px;
    position: relative;
    text-shadow: 0 -1px 0 rgba(0,0,0,0.3);
}
#respond input#submit:active {
    background: #3a4e7b;
    color: #FFFFFF;
}
#respond #cancel-comment-reply-link {
    color: #666;
    margin-left: 10px;
    text-decoration: none;
}
#respond .logged-in-as a:hover,
#respond #cancel-comment-reply-link:hover {
    text-decoration: underline;
}
.commentlist #respond {
    margin: 1.625em 0 0;
    width: auto;
}
#reply-title {
    color: #373737;
    font-size: 24px;
    font-weight: bold;
    line-height: 30px;
}
#cancel-comment-reply-link {
    color: #888;
    display: block;
    font-size: 10px;
    font-weight: normal;
    line-height: 2.2em;
    letter-spacing: 0.05em;
    position: absolute;
    right: 1.625em;
    text-decoration: none;
    text-transform: uppercase;
    top: 1.1em;
}
#cancel-comment-reply-link:focus,
#cancel-comment-reply-link:active,
#cancel-comment-reply-link:hover {
    color: #ff4b33;
}
#respond label {
    line-height: 2.2em;
}
#respond input[type=text] {
    display: block;
    height: 24px;
    width: 75%;
}
#respond p {
    font-size: 12px;
}
p.comment-form-comment {
    margin: 0;
}
.form-allowed-tags {
    display: none;
}


/* ---------- Extended  ---------- */

.rpwe-block ul{
}

.rpwe-block li{
	margin: 0 0 15px 0;
}

.rpwe-block a{
	display: inline!important;
	text-decoration: none;
	color: #333;
	font-family: 'Open Sans', Arial, Helvetica, sans-serif;
	font-weight: bold;
	width: 95px;
	font-size: 16px;
}

.rpwe-block a.more-link {
	color: #fff;
	float: right;
	text-transform: lowercase;
	font-family: 'Candara', Verdana, Geneva, sans-serif;
	font-weight: normal;

}

.rpwe-block h3{
	font-size: 16px;
	margin: 0;
}

.rpwe-thumb{
}

.rpwe-summary{
	font-size: 14px;
	line-height: 18px;
}

.rpwe-time{
}

.rpwe-alignleft{
}

.rpwe-alignright{
}

.rpwe-alignnone{
}

.rpwe-clearfix:before,
.rpwe-clearfix:after{
content: "";
display: table;
}

.rpwe-clearfix:after{
clear:both;
}

.rpwe-clearfix{
zoom: 1;
}

/*** Search Form
****************************************************************/

#searchform {
    padding: 5px 10px;
}

#searchform input[type="text"] {
    border: 1px solid #bbb;
    width: 200px;
    padding: 7px;
}

#searchform input[type="submit"] {
    padding: 5px;
}

/*** Slideshow
****************************************************************/
#slideshow {
    position: relative;
}

#slideshow img {
    background: transparent !important;
    border: 0 !important;
}

/*** Sidebar Contact Form
****************************************************************/

#sidebar-contact-form input[type="text"],
#sidebar-contact-form textarea {
    width: 325px;
    padding: 5px;
    border: 1px solid #AAA;
}

#sidebar-contact-form textarea {
    height: 100px;
}

#sidebar-contact-form p {
    padding-bottom: 10px;
}

#sidebar-contact-form .row {
    margin: 0 0 10px;
}

.widget .wpcf7 .wpcf7-list-item-label,
.widget .wpcf7 .wpcf7-list-item-label a,
.widget .wpcf7 a {
	color: #666666;
	font-size: 12px;

}

.widget .wpcf7 .wpcf7-checkbox {
	margin-left: 0;
}

.widget .wpcf7 a {
	color: #666666;
	text-decoration: underline;
}

.widget .wpcf7 a:hover {
	color: #F7811B;
}

.home .widget .wpcf7 {
	width: 100%;
	height: 100%;
	text-align: center;
	position: relative;
	margin: 25px 0 0 0;
}

.widget .wpcf7 {
	width: 100%;
	height: 210px;
	text-align: center;
	position: relative;
	margin: 30px 0 0 0;
}

div.wpcf7-validation-errors {
	border: 2px solid #F7E700;
	color: red;
	background: white;
	z-index: 9999999999;
}

.home .widget .wpcf7 input,
.home .widget .wpcf7 textarea,
.home .widget .wpcf7 p#captcha {
	width: 70%;
	padding: 7px;
	font-size: 12px;
	color: #888888;
	border: none;
	float: none;
	margin: 5px auto;
	text-transform: none;
}

.widget .wpcf7 input,
.widget .wpcf7 textarea,
.widget .wpcf7 p#captcha {
	width: 100%;
	padding: 7px;
	font-size: 12px;
	color: #888888;
	border: none;
	float: none;
	margin: 0 auto;
	text-transform: lowercase;
}

#secondary .widget .wpcf7 input,
#secondary .widget .wpcf7 textarea,
#secondary .widget .wpcf7 p#captcha {
	width: 76%;
	padding: 7px;
	font-size: 12px;
	color: #888888;
	background: #ebf2f9;
	border: 1px solid #cfd9e8;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}

.widget .wpcf7 input,
.widget .wpcf7 textarea,
.wpcf7 p#captcha {
	margin: 7px 0;
}

.widget .wpcf7 input {
	height: 25px;
}

.widget .wpcf7 input[type="checkbox"] {
	width: 20px;
	height: 20px;
}

.home .widget .wpcf7 textarea {
	height: 75px;
}

.widget .wpcf7 textarea {
	height: 79px;
	margin: 7px 0 0 0;
}

.wpcf7 .sced-left {
	display: block;
	float: left;
	width: 45%;
}

.wpcf7 p#captcha {
	background: white;
	height: 26px;
	float: left;
	padding: 7px;
}

.wpcf7 input.captcha-input {
	float: right;
	height: 25px;
}

.wpcf7 .sced-right {
	display: block;
	float: left;
	width: 44%;
	margin-left: 5%;
}

.wpcf7 .sced-right p {
	float: left;
}

.home .widget .wpcf7 input[type="submit"] {
	font-family: 'PTSansRegular', Helvetica, Arial, sans-serif;
	background: #a8bd8a url(images/gradients/button-bg.png) repeat left top;
	color: #fff;
	font-size: 16px;
	font-weight: normal;
	line-height: 22px;
	width: 72%;
	height: 40px;
	display: block;
	margin: 10px auto;
	padding: 0 0;
	text-transform: uppercase;
	text-decoration: none;
	list-style: none;
	border: 1px solid #808b68;

	-webkit-background-size: 100% 100%;
	-moz-background-size: 100% 100%;
	-o-background-size: 100% 100%;
	background-size: 100% 100%;

	-webkit-transition: color 0.2s ease-out;
	-moz-transition: color 0.2s ease-out;
	-ms-transition: color 0.2s ease-out;
	-o-transition: color 0.2s ease-out;
	transition: color 0.2s ease-out;

}

.widget .wpcf7 input[type="submit"] {
	font-family: 'PTSansRegular', Helvetica, Arial, sans-serif;
	background: #a8bd8a url(images/gradients/button-bg.png) repeat left top;
	color: #fff;
	font-size: 16px;
	font-weight: normal;
	line-height: 22px;
	width: 105%;
	height: 40px;
	display: block;
	margin: 10px auto;
	padding: 0 0;
	text-transform: uppercase;
	text-decoration: none;
	list-style: none;
	border: 1px solid #808b68;

	-webkit-background-size: 100% 100%;
	-moz-background-size: 100% 100%;
	-o-background-size: 100% 100%;
	background-size: 100% 100%;

	-webkit-transition: color 0.2s ease-out;
	-moz-transition: color 0.2s ease-out;
	-ms-transition: color 0.2s ease-out;
	-o-transition: color 0.2s ease-out;
	transition: color 0.2s ease-out;

}

.widget .wpcf7 input[type="submit"]:hover {
	background: #fff !important;
	color: #333;
	border: 1px solid #808b68;
	cursor: pointer;
}

#secondary .widget .wpcf7 input[type="submit"] {
	font-family: 'daunpenhregular', sans-serif !important;
	color: #fff;
	background: #5f8bcc;
	font-size: 30px;
	font-weight: normal;
	line-height: 1.5em;
	border: 1px solid #cfd9e8;
	width: 80%;
	height: 40px;
	display: block;
	margin: 10px 0;
	padding: 0px;
	text-transform: uppercase;
	text-decoration: none;
	list-style: none;

	border-radius: 1px;
	-moz-border-radius: 1px;
	-webkit-border-radius: 1px;

	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-ms-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;

}

#secondary .widget .wpcf7 input[type="submit"]:hover {
	background: #111;
	color: #5f8bcc;
	border: 1px solid #5f8bcc;
	cursor: pointer;
}

.home .widget .wpcf7 p {
	width: 100%;
	padding: 0 0 0 0;
	line-height: 1.2em;
	margin: 10px 0 0 0;
	float: left;
	clear: both;
	font-size: 12px;
	text-align: center;
}

.widget .wpcf7 p {
	width: 100%;
	padding: 0 0 0 0;
	line-height: 1.2em;
	margin: 0;
	float: left;
	clear: both;
	font-size: 12px;
	text-align: center;
}

#secondary .widget .wpcf7 p {
	width: 100%;
	padding: 0 0 0 30px;
	line-height: 1.2em;
	margin: 0;
	float: left;
	clear: both;
	font-size: 12px;
	text-align: left;
}

.widget .widget .wpcf7 h3 {
	font-size: 27px;
	color: #FFFFFF;
	text-shadow: 1px 1px 5px black;
	padding-top: 10px;
	margin-bottom: 0;

}

.widget .wpcf7 h3 span {
	font-weight: bold;
}

.home .slider,
.home .bx-slider,
.home .bx-slider li,
.home .bx-wrapper {
	height: 555px;
}

.slider,
.bx-slider,
.bx-slider li,
.bx-wrapper {
	height: 260px;
}

.home .promos .slider,
.home .promos-two .slider,
.promos .bx-slider,
.promos-two .bx-slider,
.promos .bx-slider li,
.promos-two .bx-slider li,
.promos .bx-wrapper,
.promos-two .bx-wrapper {
	height: 370px;
}

.promos .slider {
	background: url(images/parallax/para1-2.jpg) repeat-x center 600px fixed;
	padding: 0;
	-webkit-background-size: 	110%;
	-moz-background-size: 		110%;
	-o-background-size: 		110%;
	background-size: 			110%;
}

.promos-two .slider {
	background: url(images/segment-bg.jpg) repeat-x center top;
	padding: 0;
}

.home .slider {
	background: #fff;
	position: relative;
	display: block;
	width: 100%;
	margin-bottom: -100px;
	border: 0;
	z-index: 9;
}

.slider {
	background: transparent;
	float: left;
	position: relative;
	display: block;
	width: 100%;
	height: 100%;
	margin-top: 0;
	border: 0;
	z-index: 9;
}

.slider h2.tag {
	font-family: 'daunpenhregular', sans-serif !important;
	font-weight: normal;
	text-transform: none;
	color: #00235d;
	font-size: 48px;
	text-align: left;
	line-height: 1em;
	margin-top: 100px;
}

.slider h2.tag .span-1 {
	font-size: 72px;
	text-transform: uppercase;
}

.slider h2.tag .span-2 {
	font-family: 'qwigleyregular', cursive;
	font-size: 48px;
	padding-left: 255px;
}

.title-container {
	background: #2c2927;
	width: 100%;
	float: left;
	position: relative;
	padding: 15px 0;
}

.tagline {
	background: url(images/tagline-bg.png) repeat left top;
	width: 100%;
	height: 80px;
	float: left;
	position: absolute;
	bottom: 0;
	display: block;
}

.tagline h2 {
	font-family: 'PTSansRegular', Helvetica, Arial, sans-serif;
	font-size: 32px;
	color: #fcf5ed;
	font-style: italic;
	line-height: 60px;
	text-align: center;
}

.home .bg-container {
	background: #000 url(images/page-bgs/inner-bg.jpg) no-repeat center center;
	display: block;
	position: relative;
	width: 100%;
	height: 400px;

}

.bg-container {
	background: #000 url(images/page-bgs/page-bg1.jpg) no-repeat center center;
	display: block;
	position: relative;
	width: 100%;
	height: 335px;

	-webkit-background-size: 	cover;
	-moz-background-size: 		cover;
	-o-background-size: 		cover;
	background-size: 			cover;
}

.bx-slider {
	overflow: hidden;
	
}

.bx-slider a {
	-webkit-transition: background 0.3s ease-in-out;
-moz-transition: 		background 0.3s ease-in-out;
-ms-transition: 		background 0.3s ease-in-out;
-o-transition: 			background 0.3s ease-in-out;
transition: 			background 0.3s ease-in-out;
}

.bx-slider li {
	position: relative;
	margin: 0;
}

.bx-slider li#one {
	background: #fff url(images/slider/slider1.jpg) no-repeat center top;
	-webkit-background-size: 	cover;
	-moz-background-size: 		cover;
	-o-background-size: 		cover;
	background-size: 			cover;
}

.bx-slider li#two {
	background: #fff url(images/slider/slider2.jpg) no-repeat center top;
	-webkit-background-size: 	cover;
	-moz-background-size: 		cover;
	-o-background-size: 		cover;
	background-size: 			cover;
}

.bx-slider li#three {
	background: #fff url(images/slider/slider3.jpg) no-repeat center top;
	-webkit-background-size: 	cover;
	-moz-background-size: 		cover;
	-o-background-size: 		cover;
	background-size: 			cover;
}

.bx-slider li#four {
	background: #fff url(images/slider/slider4.jpg) no-repeat center top;
	-webkit-background-size: 	cover;
	-moz-background-size: 		cover;
	-o-background-size: 		cover;
	background-size: 			cover;
}

.promos .bx-slider li#one {
	background: transparent url(images/slider/slider2-1.png) no-repeat 85% top;
}

.promos-two .bx-slider li#one {
	background: transparent url(images/slider/slider2.png) no-repeat 25% top;
}

.promos {
	position: relative;
	display: block;
	width: 100%;
	height: 370px;
}

.promos .slider {
	background: #fff url(images/segment-bg2.jpg) repeat-x center top;
	padding: 0;
}

.promos .bx-slider li#one a {
	margin: 10px 0 0 210px;
	float: left;
}

.promos .bx-slider li#one p {
	color: #333;
	width: 600px;
	text-align: center;
	overflow: hidden;
	padding-left: 0;
}

.promos .bx-slider li#one img {
	position: relative;
	float: left;
	margin: 0 0 20px 150px;
}

.promos-two .bx-slider li#one a {
	margin: 0 0 0 350px;
}

.promos-two {
	position: relative;
	display: block;
	width: 100%;
	overflow: hidden;
	border-bottom: 2px solid #4d3f6f;
}

.promos-two .bx-slider li#one p {
	background: url(images/quote.png) no-repeat 580px top;
	color: #333;
	width: 560px;
	text-align: center;
	overflow: hidden;
	padding-left: 640px;
	font-size: 24px;
	font-family: 'PTSansNarrowRegular', Helvetica, Arial, sans-serif;
}

.promos-two .bx-slider li#one a {
	margin: 0 0 0 810px;
}

a.cta {
	background: url(images/cta.png) no-repeat left top;
	display: block;
	position: relative;
	margin: 10px 0 10px 30px;
	width: 240px;
	height: 240px;
	float: right;

	text-indent: -9999px;
	white-space: nowrap;
	overflow: hidden;
}

a.cta:hover {
	opacity: 0.8;
}

a.cta-2 {
	background: url(images/cta-2.png) no-repeat left top;
	display: block;
	position: relative;
	margin: 30px auto;
	width: 947px;
	height: 150px;
	float: none;

	text-indent: -9999px;
	white-space: nowrap;
	overflow: hidden;
}

a.cta-2:hover {
	opacity: 0.8;
}

a.cta-gallery {
	background: url(images/cta-gallery.jpg) no-repeat left top;
	display: block;
	position: relative;
	margin: 10px 0 10px 30px;
	width: 80%;
	height: 115px;
	float: left;

	-webkit-background-size: 	100% 100%;
	-moz-background-size: 		100% 100%;
	-o-background-size: 		100% 100%;
	background-size: 			100% 100%;

	text-indent: -9999px;
	white-space: nowrap;
	overflow: hidden;
}

a.cta-gallery:hover {
	opacity: 0.8;
}

/* Slider One */
.home .bx-slider li .boxed {
	display: block;
	width: 100%;
	
	max-width: 1130px;
	margin: 0 auto;
	padding: 140px 0 0 30px;
	position: relative;
}

.bx-slider li .boxed {
	display: block;
	width: 100%;
	
	max-width: 1024px;
	margin: 0 auto;
	padding: 300px 0 0 0;
	position: relative;
}

.bx-slider li h2 {
	font-family: 'daunpenhregular', sans-serif !important;
	font-weight: normal;
	text-transform: none;
	color: #00235d;
	font-size: 48px;
	text-align: left;
	line-height: 1em;
}

.bx-slider li h2 span.span-1 {
	font-size: 72px;
	text-transform: uppercase;
}

.bx-slider li h2 span.span-2 {
	font-family: 'qwigleyregular', cursive;
	font-size: 48px;
	padding-left: 255px;
}

.bx-slider li#one h2 span,
.bx-slider li#two h2 span,
.bx-slider li#three h2 span {
}

.bx-slider li#two h2 span {
	padding-left: 50px;
}

.bx-slider li#two h2 span.span-2 {
	padding-left: 100px;
}

.bx-slider li#three h2 span {
	padding-left: 100px;
}

.bx-slider li#four h2 span {
	padding-left: 100px;
}

/*Promos Slider One */
.promos .bx-slider li .boxed {
	display: block;
	width: 100%;
	
	max-width: 1280px;
	margin: 0 auto;
	padding:50px 0 0 100px;
	position: relative;
}

.promos .bx-slider li h2 {
	font-family: 'PTSansNarrowRegular', sans-serif !important;
	font-weight: normal;
	text-transform: none;
	color: #fff;
	font-size: 36px;
	text-align: left;
	color: #68699a;
	clear: both;
}

.promos .bx-slider li h2 span {
	padding-left: 0;
}

/* Promos-two Slider One */

.promos-two .bx-slider li .boxed {
	display: block;
	width: 100%;
	
	max-width: 1280px;
	margin: 0 auto;
	padding: 70px 0 0 0;
	position: relative;

}

.promos-two .bx-slider li h2 {
	font-family: 'CenturyGothic', sans-serif !important;
	font-weight: 300;
	text-transform: uppercase;
	color: #99b2b7;
	width: 38%;
	margin: 0 0 0 680px;
	text-align: center;
	border-bottom: 1px solid #333;
	text-indent: 0px;
	white-space: nowrap;
	overflow: hidden;
}

/** RESET AND LAYOUT
===================================*/

.bx-wrapper {
	position: relative;
	margin: 0 auto 0 auto;
	padding: 0;
	height: 528px;
	
	*zoom: 1;
}

.bx-wrapper img {
	max-width: 100%;
	display: block;
}

/** THEME
===================================*/

.bx-wrapper .bx-viewport {
	border: none;
	left: 0;
	background: transparent;
}

.bx-viewport {
	
}

.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
	position: absolute;
	bottom: -30px;
	width: 100%;
}

/* LOADER */

.bx-wrapper .bx-loading {
	min-height: 50px;
	background: url(images/bx_loader.gif) center center no-repeat #fff;
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2000;
}

/* PAGER */

.bx-wrapper .bx-pager {
	text-align: center;
	font-size: .85em;
	font-family: Arial;
	font-weight: bold;
	color: #666;
	padding-top: 20px;
}

.bx-wrapper .bx-pager .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
	display: inline-block;
	*zoom: 1;
	*display: inline;
}

.bx-wrapper .bx-pager.bx-default-pager a {
	background: #666;
	text-indent: -9999px;
	display: block;
	width: 10px;
	height: 10px;
	margin: 0 5px;
	outline: 0;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
	background: #000;
}

/* DIRECTION CONTROLS (NEXT / PREV) */

.bx-wrapper .bx-prev {
	left: 10px;
	background: url(images/controls3.png) no-repeat 15px 0px;
}

.bx-wrapper .bx-next {
	right: 10px;
	background: url(images/controls3.png) no-repeat -20px 0px;
}

.bx-wrapper .bx-prev:hover {
	background-position: 15px bottom;
}

.bx-wrapper .bx-next:hover {
	background-position: -20px bottom;
}

.bx-wrapper .bx-controls-direction a {
	position: absolute;
	top: 60%;
	margin-top: -16px;
	outline: 0;
	width: 32px;
	height: 50px;
	text-indent: -9999px;
	z-index: 9999999;

	-webkit-transition:  none;
	-moz-transition: 	 none;
	-ms-transition:		 none;
	-o-transition: 		 none;
	transition: 		 none;
}

.bx-wrapper .bx-controls-direction a.disabled {
	display: none;
}

/* AUTO CONTROLS (START / STOP) */

.bx-wrapper .bx-controls-auto {
	text-align: center;
}

.bx-wrapper .bx-controls-auto .bx-start {
	display: block;
	text-indent: -9999px;
	width: 10px;
	height: 11px;
	outline: 0;
	background: url(images/controls.png) -86px -11px no-repeat;
	margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-start:hover,
.bx-wrapper .bx-controls-auto .bx-start.active {
	background-position: -86px 0;
}

.bx-wrapper .bx-controls-auto .bx-stop {
	display: block;
	text-indent: -9999px;
	width: 9px;
	height: 11px;
	outline: 0;
	background: url(images/controls.png) -86px -44px no-repeat;
	margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-stop:hover,
.bx-wrapper .bx-controls-auto .bx-stop.active {
	background-position: -86px -33px;
}

/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
	text-align: left;
	width: 80%;
}

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
	right: 0;
	width: 35px;
}

/* IMAGE CAPTIONS */

.bx-wrapper .bx-caption {
	position: absolute;
	bottom: 0;
	left: 0;
	background: #666\9;
	background: rgba(80, 80, 80, 0.75);
	width: 100%;
}

.bx-wrapper .bx-caption span {
	color: #fff;
	font-family: Arial;
	display: block;
	font-size: .85em;
	padding: 10px;
}

.consult-form-section {
background: #f7f7f7;
padding: 10px;
margin: 10px 0
}

.consult-form-section strong {
display: block;
margin-bottom: 15px;
}

.consult-form-section .wpcf7-list-item {
display: inline-block;
width: 45%;
}

.consult-form-questions {
margin-top: 20px;
}


.consult-form-questions &gt; div {
overflow: hidden;
border-bottom: 1px solid #ddd;
margin-bottom: 15px;
padding-bottom: 15px;
}

.consult-form-questions &gt; div &gt; label {
float: left;
width: 45%;
}

.consult-form-questions &gt; div .wpcf7-form-control-wrap {
float: right;
}

/****************************************************************/
/*** Plugin Support ***/
/****************************************************************/

.mapp-layout {
padding: 2px !important;
}

.mapp-layout {
	border: 3px solid #eeeeee !important;
}

.ytc-promotion {
	display: none !important;
}

#ytc-wrapper h5.ytctitle {
	text-align: center !important;
}

#ytc-wrapper a {
    background-color: transparent !important;
    line-height: 1em !important;
	text-decoration: none !important;
	font-size: 26px !important;
}

.ctmg-container .shareaholic-canvas {
	display: none !important;
	visibility: hidden !important;
	white-space: nowrap !important;
}

/****************************************************************/
/*** CTA ***/
/****************************************************************/

.cta-container {
	position: relative;
	display: block;
	clear: both;
	margin: 2.5em 0;
}

.cta-container a {
	background: #5f8bcc;
	padding: .5em;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	color: #fff;
	font-size: 28px;
	width: 100%;
	margin: 0 auto;
	display: block;
	text-align: center;

	border-radius: 			4px;
	-moz-border-radius: 	4px;
	-webkit-border-radius: 	4px;
text-decoration:none !important;
}

.cta-container a i {
	font-size: 24px;
}

#primary .cta-container a:hover {
	opacity: 3;
	background: #fff;
	color: #5f8bcc;
	border: solid 1px #5f8bcc;
}</pre></body></html>