/*
Theme Name: LuftmanMD | Dermatology | Debra B. Luftman M.D.
Theme URI: http://www.creativetakeweb.com
Description: Theme produced by CreativeTake Medical
Version: 1.0
Author: CreativeTake Medical
Author URI: http://www.creativetakeweb.com
Text Domain: luftman
*/

/* =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 {
	min-width: 10px;
	height: 100%;
	-webkit-text-size-adjust: 100%;
	-webkit-appearance: none;
}

body {
    line-height: 1;

}

p {
	margin: 1em 0;
}

sup { vertical-align: super;
    font-size: smaller; 
}

ol, ul {
    list-style: none;
}
table {/* tables still need 'cellspacing="0"' in the markup */
    border-collapse: separate;
    border-spacing: 0;
    width: 100%;
}
caption, th, td {
    font-weight: normal;
    text-align: left;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: "";
}
blockquote, q {
    quotes: "" "";
}

blockquote {
	font-family: 'Montserrat', serif;
	padding: 5px 35px;
	border-left: 5px solid #ebebeb;
	margin: 10px 100px;
	font-size: 28px;
	text-align: center;
	font-weight: normal;
}

blockquote span {
	font-style: italic;
	font-weight: normal;
	color: #072859
}

blockquote p {
	margin: 10px 0 !important;
}

em, i {
	font-style: italic;
}

hr {
	border-width: 0;
}

hr {
	border: 0;
	clear: both;
    height: 1px;
    background: #072859;
    background-image: -webkit-linear-gradient(left, #ccc, #333, #ccc);
    background-image:    -moz-linear-gradient(left, #ccc, #333, #ccc);
    background-image:     -ms-linear-gradient(left, #ccc, #333, #ccc);
    background-image:      -o-linear-gradient(left, #ccc, #333, #ccc);
    margin: 3em 0;
}

hr.style-eight {
	font-family: 'Montserrat';
    padding: 0;
    border: none;
    color: #072859;
    text-align: center;
}
hr.style-eight::after {
    content: "§";
    display: inline-block;
    position: relative;
    top: -0.7em;
    font-size: 1.5em;
    padding: 0 0.25em;
    background: white;
}

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 {

}

.cufon-loading {
    display: none;
    visibility: hidden;
}
.clear {
    clear: both;
}

.margin-balance {
	display: block;
	margin: 20px auto;
	text-align: center;
	clear: both;
}

.resp {
	max-width: 100%;
	height: auto;
}

.divider {
	float: left;
	margin:0;
	position: relative;
	display: block;
	height: 3px;
	background: #adca93;
	width: 100%;
	clear: both;
}

.alignleft {
    float: left;
    margin: 10px 30px 20px 0;
}

.alignright{
    float: right;
    margin: 10px 0 20px 30px;
}

.aligncenter{
    float: none;
    margin: 15px auto !important;
    display: block;
}

.pull-left {
	float: left;
}

.pull-right {
	float: right;
}

.hide-all {
	display: block;
	visibility: hidden;
	white-space: nowrap;
}

.hide-text {
	text-indent: -9999px;
	white-space: nowrap;
	overflow: hidden;
}

.bx-slider-outreach iframe,
#primary iframe {
	display: block;
	margin: 0.5em auto;

}

/*** Structures and Defaults
****************************************************************/
body {
	background-color: #fff;
	background-attachment: scroll;
    text-align:left;
    color: #333;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-size: 17px;
    text-transform: none;
    line-height: 1.6;
    -moz-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	text-rendering: optimizeLegibility;
	-webkit-text-size-adjust: 100%;
}

.wrapper,
.wrapper-768,
.wrapper-1024,
.wrapper-1280,
.wrapper-1366,
.wrapper-1600,
#one-column #primary {
	padding: 0 30px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

.wrapper {
    margin: 0 auto;
    width: 100%;
    max-width: 1280px;
    min-width: 10px;
}

.wrapper-1600 {
    margin: 0 auto;
    width: 100%;
    max-width: 1600px;
    min-width: 10px;
}

.wrapper-1366 {
    margin: 0 auto;
    width: 100%;
    max-width: 1366px;
    min-width: 10px;
}

.wrapper-1280 {
    margin: 0 auto;
    width: 100%;
    max-width: 1280px;
    min-width: 10px;
}

.wrapper-1024 {
    margin: 0 auto;
    width: 100%;
    max-width: 1024px;
    min-width: 10px;
}

.wrapper-768 {
    margin: 0 auto;
    width: 100%;
    max-width: 768px;
    min-width: 10px;
}

#main .wide-bg {
	width: 100%;

}

#featured .wrapper {
	height: 380px;
}

.home #main {
    width: 100%;
    min-height: 615px;
    margin: -205px 0 0 0;
    padding: 0;
    float:left;
    background-color: #fff;
	max-width: 100%;
}

#main {
	width: 100%;
	min-height: 700px;
	background-color: transparent;
	padding-bottom: 0;
	display: block;
	position: relative;
	margin: -205px 0 0 0;
}

#contentfull {
	width: 100%;
	min-width: 10px;
	max-width: 1280px;
	margin: 0 auto;
}

.section {
	position: relative;
	display: block;
	float: left;
	width: 100%;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	padding: 50px 0;
}

.section.services {
	background: #fff;
}

.home .section.services {
	background: #fff;
	padding: 0;
}

.home ul.tabs {
	margin: 0 auto 0 auto;
	width: 100%;
	height: auto;
	position: relative;
	float: left;
	display: block;
	padding:0;
}

ul.tabs {
	margin: 0 auto 0 auto;
	width: 100%;
	height: auto;
	position: relative;
	float: left;
	display: block;
	padding:0;
}

ul.tabs li, ul.tabs li a,ul.tabs li a h4,ul.tabs li a img {
	-webkit-transition:all .2s ease-out!important;
	-moz-transition:all .2s ease-out!important;
	-ms-transition:all .2s ease-out!important;
	-o-transition:all .2s ease-out!important;
	transition:all .2s ease-out!important;
}

ul.tabs li {
	background: #00477f;
	float: left;
	display: block;
	clear: none;
	position: relative;
	height: auto;
	width: 30%;
	margin: 0 1.5%;
	padding: 0;
	overflow: hidden;
}

ul.tabs li:nth-child(1) {
	background: #79c8ef;
}

ul.tabs li:nth-child(2) {
	background: #41ade2;
}

ul.tabs li:nth-child(3) {
	background: #adca93;
}

ul.tabs li:hover {
	background: #adca93;
	box-shadow: 			0px 2px 2px rgba(0,0,0,0.3), 0px 3px 6px rgba(0,0,0,0.5);
	-moz-box-shadow: 		0px 2px 2px rgba(0,0,0,0.3), 0px 3px 6px rgba(0,0,0,0.5);
	-webkit-box-shadow: 	0px 2px 2px rgba(0,0,0,0.3), 0px 3px 6px rgba(0,0,0,0.5);
}

.home ul.tabs li::before {
	content: "";
	display: block;
	padding-top: 70%;
}

ul.tabs li::before {
	content: "";
	display: block;
	padding-top: 40%;
}

ul.tabs li .contain .box {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	padding: 5%;
	border: 0;
}

ul.tabs li a.button {
	background: #fff;
	border-color: #fff;
	color: #333;
	font-weight: 400;
	padding: 20px 30px;
	position: relative;
	margin: 2% auto;
	width: 50%;
}

ul.tabs li a.button:hover {
	background: #41ADE2;
	color: #fff;
}

ul.tabs li .margin-balance {
	margin: 0 auto;
}

ul.tabs li a {
	display: block;
	width: 100%;
	height: 100%;
}

ul.tabs li h4 {
	color: #fff;
	font-size: 36px;
	margin: 10px 0 0 0;
	padding: 0;
	text-align: center;
	text-transform: uppercase;
}

ul.tabs.alt li h4 {
	font-size: 26px;
	margin: 25px 0 0 0;
}

ul.tabs li p {
	font-family: 'Montserrat', Helvetica, Arial, sans-serif;
	color: #fff;
	font-weight: normal;
	margin: 1em 0;
	padding: 0;
	text-align: center;
	line-height: 1.5;
}


ul.tabs li a:hover h4 {
	color: #fff !important;
}

ul.tabs li a p {
	color: #333333;
	font-size: 13px;
	line-height: 20px;
}
ul.tabs li a:hover p {
	color: #0d1322;
}

ul.tabs li a p,ul.tabs li a h4,ul.tabs li a {
	-webkit-transition:all .2s ease-out;
	-moz-transition:all .2s ease-out;
	-ms-transition:all .2s ease-out;
	-o-transition:all .2s ease-out;
	transition:all .2s ease-out;
}

ul.tabs.alt li h4 {
	margin: 0;
	line-height: 1;
	height: auto;
	
	position: relative;
}

ul.tabs.alt li .contain .box {
	border: 0;
}

ul.tabs.alt li .contain .box {
	padding: 17% 0;
}

/*** Fonts and Social Media ICOs
****************************************************************/
@font-face {
    font-family: 'caslon_540regular';
    src: url('fonts/ufonts.com_caslon-540-webfont.eot');
    src: url('fonts/ufonts.com_caslon-540-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/ufonts.com_caslon-540-webfont.woff2') format('woff2'),
         url('fonts/ufonts.com_caslon-540-webfont.woff') format('woff'),
         url('fonts/ufonts.com_caslon-540-webfont.ttf') format('truetype'),
         url('fonts/ufonts.com_caslon-540-webfont.svg#caslon_540regular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
	font-family: 'icomoon';
	src:url('fonts/icomoon.eot?i38w3y');
	src:url('fonts/icomoon.eot?i38w3y#iefix') format('embedded-opentype'),
		url('fonts/icomoon.ttf?i38w3y') format('truetype'),
		url('fonts/icomoon.woff?i38w3y') format('woff'),
		url('fonts/icomoon.svg?i38w3y#icomoon') format('svg');
	font-weight: normal;
	font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
	font-family: 'icomoon';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;

	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.icon-google-plus:before {
	content: "\78";
}
.icon-blogger:before {
	content: "\62";
}
.icon-facebook:before {
	content: "\66";
}
.icon-linkedin:before {
	content: "\69";
}
.icon-yelp:before {
	content: "\70";
}
.icon-instagram:before {
	content: "\72";
}
.icon-twitter:before {
	content: "\74";
}
.icon-foursquare:before {
	content: "\75";
}
.icon-vimeo:before {
	content: "\76";
}
.icon-youtube:before {
	content: "\79";
}
.icon-pinterest:before {
	content: "\64";
}
.icon-tumblr:before {
	content: "\77";
}


/*** Typography
****************************************************************/
h1,h2,h3,h4,h5,h6,h1 a,h2 a,h3 a,h4 a,h5 a,h6 a {
	font-weight:400;
	line-height:1em;
	word-wrap:break-word;
	font-family:'caslon_540regular', serif;
	text-transform:none;
	margin:.2em 0;
}

.fancy {
  line-height: 0.5;
  text-align: center;
}
.fancy span {
  display: inline-block;
  position: relative;
}
.fancy span:before,
.fancy span:after {
  content: "";
  position: absolute;
  height: 5px;
  border-top: 1px solid #735744;
  top: 10px;
  width: 130%;
}

h2.fancy span:before,
h2.fancy span:after {
  content: "";
  position: absolute;
  height: 5px;
  border-top: 1px solid #735744;
  top: 5px;
  width: 145%;
}

#one-column .fancy span:before,
#one-column .fancy span:after {
  content: "";
  position: absolute;
  height: 5px;
  border-top: 1px solid #735744;
  top: 10px;
  width: 235%;
}

#one-column h2.fancy span:before,
#one-column h2.fancy span:after {
  content: "";
  position: absolute;
  height: 5px;
  border-top: 1px solid #735744;
  top: 5px;
  width: 260%;
}
.fancy span:before {
  right: 100%;
  margin-right: 15px;
}
.fancy span:after {
  left: 100%;
  margin-left: 15px;
}

#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 {
	color: #adca93;
    padding: 0 0 5px;
    font-size: 38px;
}

h3 {
    padding: 0 0 5px;
    font-size: 32px;
}

h4 {
	color: #adca93;
    font-size: 30px;
}

h5 {

    font-size: 24px;
}

h6 {
	color: #adca93;
    font-size: 20px;
}

.wp-caption-text {
	text-align: center;
}

.wp-caption-text span {
	font-family: 'Montserrat', Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	font-size: 18px;
}


/*** Links
****************************************************************/
a {
	color: #41ADE2;
	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: #D4E2C9;
	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: #adca93;
	color: #fff;
	text-shadow: none;
}

::-moz-selection {
	background: #adca93;
	color: #fff;
	text-shadow: none;
}

a.button:after {
	content: '';
}

a.button,
a.button.alt,
.widget .wpcf7 input[type="submit"],
#primary .wpcf7 input[type="submit"] {
	background: #41ade2;
	color: #fff;
	display: inline-block;
	font-family: 'Montserrat', Helvetica, Arial, sans-serif;
	font-size: 14px;
	font-weight: 400;
	line-height: 1;
	padding: 20px 60px;
	border: 0;
	margin: 0 auto 0 auto;
	text-align: center;
	text-transform: uppercase;
	-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;
	clear: both;
	border: 2px solid #41ade2;

	border-radius: 			0px;
	-moz-border-radius: 	0px;
	-webkit-border-radius: 	0px;
}

a.button:hover,
a.button.alt:hover,
.widget .wpcf7 input[type="submit"]:hover,
#primary .wpcf7 input[type="submit"]:hover {
	background: #fff;
	color: #41ade2;
	cursor: pointer;
	border: 2px solid #41ade2;
}

a.button.alt,
#primary .wpcf7 input[type="submit"],
.widget .wpcf7 input[type="submit"] {

}

a.button.alt:hover,
#primary .wpcf7 input[type="submit"]:hover,
.widget .wpcf7 input[type="submit"]:hover {
	background: transparent;
	border: 2px solid #41ade2;
	color: #41ade2;
}

.widget .wpcf7 input[type="submit"] {
	background: #fff;
	border-color: #fff;
	color: #333;
	width: 100% !important;
	height: auto;
	margin-top: 0.5em !important;
}

.widget .wpcf7 input[type="submit"]:hover {
	background: #adca93;
	color: #fff;
	border: 2px solid #adca93;
}

header a.button-alt {
	background: transparent;
	color: #fff;
	display: block;
	font-family: 'Montserrat', Times, serif;
	font-size: 18px;
	font-weight: normal;
	line-height: 20px;
	padding: 0.5em 2em;
	border: 1px solid #fff;
	text-align: center;
	text-transform: uppercase;
	-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;
	border-radius: 			3px;
	-moz-border-radius:		3px;
	-webkit-border-radius: 	3px;
	float: right;
	margin: 30px 0 15px 0;
}

header a.button-alt:hover {
	background: #fff;
	color: #072859;
	border: 1px solid #fff;
}

.float-box {
	background: #79c8ef;
	position: fixed;
	z-index: 99999;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	padding: 0;
	right: -300px;
	top: 30%;
	width: 300px;

	-webkit-transition: 	all 0.4s ease-out;
	-moz-transition: 		all 0.4s ease-out;
	-ms-transition: 		all 0.4s ease-out;
	-o-transition: 			all 0.4s ease-out;
	transition: 			all 0.4s ease-out;
}

.float-box.hidden {
	background: #79c8ef;
	position: fixed;
	z-index: 99999;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	padding: 0;
	right: 0;
	top: 30%;
	width: 270px;
}

.float-box p {
	color: #fff;
	font-size: 14px;
	text-align: left;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	margin: 0 0 1em 0;
	padding: 15px;
}

.float-box p:nth-of-type(2) {
	border-top: 1px solid #fff;
}

.float-box a.clicker {
	background: transparent url("images/clicker.png") no-repeat scroll left top;
	-webkit-background-size: 	58px 100%;
	-moz-background-size: 		58px 100%;
	-o-background-size: 		58px 100%;
	background-size: 			58px 100%;
	position: absolute;
	display: block;
	height: 100%;
	left: -58px;
	top: 0;
	color: #fff;
}

.float-box a.clicker span {
	position: relative;
	display: block;
	top: 50%;
	right: 10px;
/* Safari */
	-webkit-transform:rotate(90deg);
/* Firefox */
	-moz-transform:rotate(90deg);
/* IE */
	-ms-transform:rotate(90deg);
/* Opera */
	-o-transform:rotate(90deg);

	-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;
}

.float-box a.clicker span:before {
	content: '«';
	display: block;
	position: absolute;
	left: 30px;
	top: 20px;
		/* Safari */
	-webkit-transform:	rotate(-90deg);
/* Firefox */
	-moz-transform:		rotate(-90deg);
/* IE */
	-ms-transform:		rotate(-90deg);
/* Opera */
	-o-transform:		rotate(-90deg);
}

.float-box a.clicker:hover span {
	color: #ADCA93;
}

.float-box h3 {
	background: transparent;
	color: #fff;
	text-align: center;
	margin: 0;
	padding: 10px;
}

.float-box img {
	max-width: 80%;
	height: auto;
	margin: 0 auto;
	display: block;
}

.float-box .wpcf7 p {
	width: 100%;
    float: left;
    display: block;
    position: relative;
    margin: 0 0 0.5em 0;
}


.float-box .wpcf7 input,
.float-box .wpcf7 textarea {
	font-family: sans-serif;
	text-transform: lowercase;
	font-size: 14px;
	width: 100%;
	padding: 8px;
	border: 0;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;

	border-radius: 			5px;
	-moz-border-radius: 	5px;
	-webkit-border-radius: 	5px;
}

.float-box .wpcf7 input[type="submit"] {
	background: #56B6BE;
	color: #fff;
	margin: -3px 0px 0px;
	display: block;

	-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;
}

.float-box .wpcf7 input[type="submit"]:hover {
	background: #CECECE;
	color: #adca93;
	cursor: url(images/send_msg.png) 2 2, auto !important;
}

.float-box .wpcf7 img.ajax-loader {
	position: absolute;
	z-index: 999;
	top: 6px;
	right: 12px;
}

.float-box .wpcf7 textarea {
	height: 75px;
	resize: none;
}

.float-box a.book-apt {
	text-align: left;
	color: #fff;
	display: block;
	padding: 15px;
	float: left;
	width: 100%;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}

.float-box a.book-apt:hover {
	background: #adca93;
}


/*** Header
****************************************************************/

.home #header {
	background: transparent;
	position: relative;
	height: 205px;
	width: 100%;
	z-index: 9999;

}

#header {
	background: transparent;
	position: relative;
	height: 205px;
	width: 100%;
	z-index: 9999;

}


#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 {
	display: block;
	margin: 0;
	position: relative;
	text-align: center;
}

#logo {
	background: transparent;
	display: block;
	float: left;
	margin: 0;
	position: relative;
	top: 0;
	width: 100%;
	height: auto;
}

#logo.alt {
	background: transparent;
	display: block;
	float: left;
	margin: 0;
	position: absolute;
	top: 120px;
	width: 280px;
	margin-left: 15%;
}

#logo img {
	max-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;
}

.boxed .wrapper {
	padding: 0;
}

.contact-us {
	font-family: 'Montserrat', serif;
	font-size: 16px;
	float: left;
	height: auto;
	display: block;
	position: relative;
	text-align: left;
	clear: both;
	width: 100%;
}

.contact-us.alt {
	display: none;
	visibility: hidden;
	position: absolute;
	top: 180px;
	margin-left: 150px;
	width: 260px;
	padding-top: 10px;
	border-top: 1px solid #fff;
}


.contact-us.alt a,
.contact-us.alt a.button {
	font-size: 14px;
}

.contact-us.alt a.tel {
	font-size: 20px;
}

.contact-us.alt a.button {
	width: 40%;
}

.wrapper .contact-us.alt .social-icons {
	margin: 15px 0;
}

.contact-us a.button:nth-of-type(2) {
	float: right;
}

.contact-us a {
	font-family: 'Montserrat', Helvetica, Arial, sans-serif;
	font-weight: normal;
	color: #42aee2;
	font-size: 20px;
	display: inline-block;
	margin: 0;
	text-transform: uppercase;
	-webkit-transition: 	all 0.3s ease-in-out;
	-moz-transition: 		all 0.3s ease-in-out;
	-ms-transition: 		all 0.3s ease-in-out;
	-o-transition: 			all 0.3s ease-in-out;
	transition: 			all 0.3s ease-in-out;
}

.contact-us a span {
	display: block;
	color: #333;
	font-weight: bold;
	-webkit-transition: 	all 0.3s ease-in-out;
	-moz-transition: 		all 0.3s ease-in-out;
	-ms-transition: 		all 0.3s ease-in-out;
	-o-transition: 			all 0.3s ease-in-out;
	transition: 			all 0.3s ease-in-out;
}

.contact-us a.button {
	background: #333;
	font-family: 'Montserrat', serif;
	font-weight: normal;
	color: #fff;
	font-size: 24px;
	display: inline-block;
	margin: 0 1%;
	border: 1px solid #000;
	padding: 10px;
	text-transform: uppercase;
	width: 40%;
	text-shadow: none;
	box-shadow: 			0px 2px 5px rgba(0,0,0,0.5);
	-moz-box-shadow: 		0px 2px 5px rgba(0,0,0,0.5);
	-webkit-box-shadow: 	0px 2px 5px rgba(0,0,0,0.5);
}

.contact-us a:hover,
.contact-us a:hover span {
	background: transparent;
	color: #adca93;
}

.contact-us a.button::after {p
	content: '';
}

.contact-us a.button:hover {
	background: transparent;
	color: #840980;
}

.wrapper .contact-us .social-icons a {
	font-weight: normal;
}

.section.info {
	background: #fff;
	padding: 45px 0;
}

.section.info h2 {
	font-family: "Montserrat", times, serif;
	font-size: 48px;
	line-height: 48px;
	font-weight: normal;
	text-transform: uppercase;
	color: #072859;
	display: block;
	padding-bottom: 6px;
	margin: 30px auto;
	position: relative;
	top: 0px;
	text-align: center;
	border-bottom: 3px solid #BFA173;
}

.section.info img {
	margin: 1em auto;
}

.section.info h3,
.section.info p {
	text-align: center;
}

.section.info h3 {
	font-size: 32px;
	margin: 0.3em 0;
}

.section.info p {
	font-family: "Montserrat",Helvetica,sans-serif;
	font-size: 36px;
	color: #072859;
	text-align: center;
	padding: 15px 0;
	margin: 15px 0;
	line-height: 1.2em;
}


.section.content-holder .section.para-1 {
	background: transparent url(images/parallax/parallax-1.png) repeat 0 0;
}

.section.content-holder {
	background: #fff url(images/parallax/parallax-bg.jpg) repeat 0 0 fixed;
	padding: 0;
}

/*** Section: Locations *** --------------------------- */
.section.locations {
display: none;
	
}

.section.locations ul,
.section.locations ul li,
.section.locations ul li a,
.section.locations ul li .contain,
.section.locations ul li a img {
	list-style: none;
	position: relative;
	position: relative;
	width: 100%;
}

.section.locations ul li {
	width: 48%;
	margin: 0px 5px;
	overflow: hidden;
float: left;
}

.section.locations ul li a {
	height: 100%;
	display: block;
}

.section.locations ul li a .contain h3,
.section.locations ul li a .contain p,
.section.locations ul li a img,
.section.locations ul li a .contain {
	-webkit-transition: 	all 0.3s ease-in-out;
	-moz-transition: 		all 0.3s ease-in-out;
	-ms-transition: 		all 0.3s ease-in-out;
	-o-transition: 			all 0.3s ease-in-out;
	transition: 			all 0.3s ease-in-out;
}

.section.locations ul li a .contain {
	background: rgba(255, 255, 255, 0.8);
	position: absolute;
	bottom: 0;
	left: 0;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	padding: 2% 10%;
}

.section.locations ul li a:hover .contain {
	background: #41ADE2;
}

.section.locations ul li a .contain h3 {
	float: left;
	display: block;
	margin: 15px 0 0 0;
	padding: 0;
font-size: 28px;
	text-transform: uppercase;
}

.section.locations ul li a:hover .contain h3,
.section.locations ul li a:hover .contain p {
	color: #fff;
}

.section.locations ul li a .contain p {
	color: #333;
	font-size: 14px;
	float: right;
	margin: 0;
	padding-left: 20px;
	border-left: 3px solid #ADCA93;
}

.section.locations ul li a .contain img {
	max-width: 100%;
}


.section.locations ul li a:hover img {
	-ms-transform: 		scale(1.1); /* IE 9 */
	-webkit-transform: 	scale(1.1); /* Safari */
	transform: 			scale(1.1);
}



/*** Section: Meet Doc *** --------------------------- */
.section.meet-doc {
	background: #fff url(images/parallax/parallax-bg.jpg) repeat 0 0;
	padding: 0;
}

.section.meet-doc .section.para-1 {
	background: transparent url(images/parallax/parallax-1.png) repeat 0 0;
}

.section.meet-doc img.docs {
	bottom: 0;
	position: absolute;
	width: 42%;
}

.section.meet-doc .content-container {
	float: right;
	width: 100%;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	padding: 15px;
}

.section.meet-doc .content-container h3 {
	font-size: 60px;
	color: #41ADE2;
	margin: 0;
	text-transform: uppercase;
}

.section.meet-doc .content-container h3::after{
	content: '';
	background: #d4e2c9;
	height: 10px;
	width: 100%;
	display: block;
	margin: 10px 0;
}

.section.meet-doc .content-container p {
	font-family: 'Montserrat', Helvetica, Arial, sans-serif;
	text-align: left;
}


/*** Section: Creds *** --------------------------- */

.section.creds img {
	display: block;
	margin: 0 auto;
	max-width: 100%;
	height: auto;
}

.section.creds img.creds-mobile {
	display: none;
}


/*** Section Contact *** --------------------------- */

.section.contact {
	background: #7cc9ef;
}

.section.contact .wrapper {
	max-width: 1024px;
}

.section.contact h4 {
	font-size: 60px;
	color: #fff;
	text-align: center;
	text-transform: uppercase;
	margin: 0 0 .2em 0;
}

.section.contact img.map {
	border: 5px solid #fff;
	width: 280px;
	height: 280px;
}

.section.contact p {
	color: #fff;
	font-size: 18px;
	font-weight: normal;
	line-height: 1.25;
	text-align: center;
}

.section.contact a.tel span {
	text-transform: none;
	color: #fff;
	font-weight: normal;
}

.section.contact p#fax span {
	text-transform: none;
	font-family: Helvetica, Arial, sans-serif;
	color: #fff;
	font-size: 20px;

	font-size: 18px;
	font-weight: bold;
	line-height: .8;
}


.section.contact .wrapper .social-icons a {
	text-transform: none;
}

.section.contact a:hover {
	text-decoration: underline;
}

.section.contact .wrapper .social-icons a:hover {
	text-decoration: none;
}

.section.contact .wrapper .social-icons {
	margin: 0;
}

.section.contact .wrapper .social-icons a {
	background: #b1b1b1;
	color: #adca93;
	font-weight: normal;
	line-height: 1;
	display: inline-block;
}

.section.contact .wrapper .social-icons a:hover {
	background: #fff;
	color: #adca93;
}


/*** Before & After Slider Effects
****************************************************************/

.before_after_slider {
  position: relative;
  margin: 50px 0;
  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;
}

.home .header-bar {
	background: #2e3133;
	position: absolute;
	display: block;
	width: 100%;
	float: left;
	height: 36px;
	bottom: 0;
}

.header-bar {
	background: rgba(0,0,0,0.8);
	position: absolute;
	display: block;
	width: 100%;
	float: left;
	height: 36px;
	bottom: 0;
}

#access {
	background: rgba(45, 163, 222, 0.9);
	display: block;
	float: left;
	width:100%;
	position: relative;
	margin-top: 20px;
	z-index: 999999;
	
	box-shadow: 			0px 3px 4px rgba(0,0,0,0.4);
	-moz-box-shadow: 		0px 3px 4px rgba(0,0,0,0.4);
	-webkit-box-shadow: 	0px 3px 4px rgba(0,0,0,0.4);
}

#access.alt {
	margin-top: 25px;
}


#access,
.sf-menu,
.sf-menu a {
	height: 50px;
}

.sticky-animate {
	top: -100px;
	-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;
}

#access.stuck {
	background: rgba(45, 163, 222, 0.9);
	border-top: 1px solid #f6f6f6;
	display: block;
	float: left;
	width: 100%;
	height: 50px;
	position: absolute;
	z-index: 999999;
	margin: 0;
	border-top: 0;
	top: 0 !important;
	box-shadow: 		0px 3px 6px rgba(0,0,0,.2);
	-webkit-box-shadow: 0px 3px 6px rgba(0,0,0,.2);
	-moz-box-shadow: 	0px 3px 6px rgba(0,0,0,.2);

}

.stuck {
	position: fixed !important;
	width: 100%;
	background: #fff;
	box-shadow: 		0px 3px 6px rgba(0,0,0,.2);
	-webkit-box-shadow: 0px 3px 6px rgba(0,0,0,.2);
	-moz-box-shadow: 	0px 3px 6px rgba(0,0,0,.2);
	left: 0;
	top: 0 !important;
}

.sf-menu a {
	background: none;
	color: #fff;
	font-family: 'Montserrat', Helvetica, sans-serif;
	font-weight: normal;
	font-size: 16px;
	text-transform: uppercase;
	display: block;
	line-height: 50px;
	position: relative;
	padding: 0 25px;
	text-decoration: none;
	zoom: 1;
	margin: 0;
	border-right: 1px solid #4aabd7;

	-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;
	margin: 0;
}

.sf-menu a:hover,
.hover {
	color: #fff !important;
	background-color: #adca93 !important;
}


.stuck .sf-menu a {
	background: transparent;
	color: #fff;
	font-family: 'Montserrat', Helvetica, sans-serif;
	font-weight: normal;
	font-size: 16px;
	line-height: 50px;
	text-transform: uppercase;
	height: 50px;
	display: block;
	position: relative;
	padding: 0 35px;
	text-decoration: none;
	zoom: 1;
	margin: 0;
	border-right:  1px solid #4aabd7;
	-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;
	margin-top: 0;
}


#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;
/* 	top: 0; */
	left: 0;
	z-index: 99;
	top: 50px;
}

.stuck .sf-menu ul {
	position: absolute;
	display: none;
/* 	top: 0; */
	left: 0;
	z-index: 99;
}

.stuck .sf-menu ul ul {
	position: absolute;
	display: none;
	top: 0 !important;
	left: 0;
	z-index: 99;
	top: 55px;
}

.sf-menu > li {
	float: none;
	padding-bottom: 45px; /* For Hover */
	display: inline-block;
	margin-left: -5px;
}

.sf-menu > li:hover{
	cursor: pointer;
}
.sf-menu li:hover > ul,
.sf-menu li.sfHover > ul {
	display: block;
}

.sf-menu ul ul {
	background: rgba(98, 160, 215, 0.9);
	top: 0;
	left: 100% !important;

	box-shadow: 			none;
	-moz-box-shadow: 		none;
	-webkit-box-shadow: 	none;
}

.sf-menu ul ul ul {
	background: #555;
}

.sf-menu ul ul ul li a:hover {
	background: #fff !important;
	color: #111 !important;
}

/*** 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 > li > .sf-with-ul:focus:after,
.sf-arrows.sf-navbar ul > li:hover > .sf-with-ul:after,
.sf-arrows.sf-navbar ul > .sfHover > .sf-with-ul:after {
	border-color: transparent;
	border-top-color: white;
}

.sf-menu {
	margin: 0 auto;
	width: 100%;
	text-align: center;
	margin-left: 0%;
}

.stuck .sf-menu {
	margin: 0 auto;
	width: 100%;
	text-align: center;
	height: 55px;

}
.sf-menu ul {
	background: rgba(255, 255, 255, 1);
	border: none;
	box-shadow: 		3px 6px 6px rgba(0,0,0,.3);
	-webkit-box-shadow: 3px 6px 6px rgba(0,0,0,.3);
	-moz-box-shadow: 	3px 6px 6px rgba(0,0,0,.3);
	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 ul ul li a {
	color: #fff !important;
}

.sf-menu ul ul li a:hover {
	color: #fff !important;
	background: #212121 !important;
}

.sf-menu > li:first-child a {
	padding: 0 35px;
}
.sf-menu > li:last-child a {
	border: none;
}

.sf-menu li li a,
.stuck .sf-menu li li a {
	color: #333 !important;
	line-height: 42px !important;
	height: 42px !important;
	border-right: none !important;
	margin: 0 !important;
	text-align: left;
	text-transform: none;
}

.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 li a:hover {
	background: #adca93 !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;
}

/*** 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 > li > .sf-with-ul:focus:after,
.sf-arrows > li:hover > .sf-with-ul:after,
.sf-arrows > .sfHover > .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 > .sf-with-ul:focus:after,
.sf-arrows ul li:hover > .sf-with-ul:after,
.sf-arrows ul .sfHover > .sf-with-ul:after {
	border-left-color: white;
}

/*** Content
****************************************************************/

#one-column,
#def-column {
	background: #fff;
	background: -webkit-radial-gradient(#fff 65%, #eeeeee 100%);
	background: 		radial-gradient(#fff 65%, #eeeeee 100%);
	float: left;
	width: 100%;
	display: block;
}

#one-column #primary {
    margin: 0 auto;
    width: 100%;
    min-width: 10px;
    max-width: 1280px;
    position: relative;
	display: block;
	float: none;
}

.home #primary {
  	position: relative;
	margin: 0;
	width: 100%;
	float: left;
	padding: 0;
}

.cta-container {
	background: #fff;
	float: left;
	margin: 2em auto;
	display: block;
	width: 100%;
	border: 2px solid #b1c1e2;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	padding: 30px;
	position: relative;
}

.cta-container h3 {
	color: #56B6BE;
	font-size: 48px;
	text-align: center;
	text-shadow: 0px 2px 3px rgba(0, 0, 0, 0.3);
}

.cta-container p.testimonial {
	font-style: italic;
	text-align: center;
	margin-bottom: 3em;
}

.cta-container p.testimonial:before {
	content: url(images/quote-left.png);
	padding-right: 10px;
}

.cta-container p.testimonial:after {
	content: url(images/quote-right.png);
	padding-left: 10px;
	position: absolute;
}

.cta-container p.testimonial span {
	color: #adca93;
	font-weight: bold;
}

.holder {
	float: none;
	position: relative;
	width: 80%;
	display: block;
	clear: both;
	margin: 0 auto;
}

#primary {
  	position: relative;
	margin: 1em 0 0 0;
	width: 72%;
	float: left;
	padding: 0 0 20px 0;
}

#primary strong,
strong {
    font-weight:bold;
}

#primary p {
font-size: 18px;
}

.home #primary p {
	color: #333;
	font-size: 17px;
	font-weight: normal;
	text-align: left;
	margin: 0;
	padding: 15px 0;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}

.home #primary strong {
	color: #adca93;
	display: block;
	margin-bottom: 0.2em;
}

.home #primary h1 {
	font-family: 'caslon_540regular', times, serif;
	font-size: 60px;
	line-height: 1;
	font-weight: 300;
	color: #41ade2;
	display: block;
	padding-bottom: 6px;
	margin: 0 auto 0 auto;
	position: relative;
	text-align: left;
	text-transform: uppercase;
	border-bottom: 0;
}

.home #primary h1::after {
	content: '';
	background: #d4e2c9;
	height: 10px;
	width: 100%;
	display: block;
	margin: 25px 0 10px 0;
	position: relative;
}

#primary h1 {
	background: none;
	 font-family: 'caslon_540regular', Helvetica, sans-serif;
	font-size: 48px;
	line-height: 36px;
	font-weight: 300;
	text-transform: none;
	color: #adca93;
	display: block;
    padding-bottom: 15px;
    margin: 10px auto;
	position: relative;
	top: 0;
}

#primary h1 span.sub-title {
	background: none;
	 font-family: 'caslon_540regular', Helvetica, sans-serif;
	font-size: 38px;
	line-height: 36px;
	font-weight: normal;
	font-style: italic;
	text-transform: none;
	border-bottom:0;
	color: #adca93;
	display: block;
    padding-bottom: 5px;
    margin: 0 auto;
	position: relative;
	top: 0;
}

#primary h1.entry-title {
	background: none;
	font-family: 'caslon_540regular', Helvetica, sans-serif;
	font-size: 52px;
	line-height: 1;
	font-weight: normal;
	text-transform: uppercase;
	color: #adca93;
	display: block;
    padding-bottom: 0.5em;
    margin: 0.2em auto;
	position: relative;
	text-align: left;
}

#primary .content-wrapper {
    padding: 30px 0;
    width: 100%;
	margin: 0 auto;
}
#primary ul {
    margin:0;
    padding: 0 0 0px 30px;
    list-style: disc;
    color: #333;
    font-size: 18px;
    margin-bottom: 1em;
}
#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-radius: 			0;
	-moz-border-radius: 	0;
	-webkit-border-radius: 	0;
}

.home #primary .margin-balance {
	clear: none;
}

.home #primary a {
	text-decoration: none;
}

.home #primary a.button {
	float: left;
}

#primary a {
	text-decoration: none;
}

#primary a img {
    border: 5px solid #ebebeb;
}

#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: none;
	padding-top: 1%;
	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: 'Montserrat', 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 > 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: 'Montserrat', 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 > 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;
}

/*  COLUMN GRID SETUP
/******************************************/
.col-4-4,
.col-3-4,
.col-2-4,
.col-1-4,
.col-1-2,
.col-1-3,
.col-2-3,
.col {
	display: block;
	float:left;
	margin: 1% 1.6% 1% 0;
}
.col:first-child { margin-left: 0; }

/*  GROUPING  */
.group:before,
.group:after { content:""; display:table; }
.group:after { clear:both;}
.group { zoom:1; /* For IE 6/7 */ }

/*  GRID OF FOUR  */
.col-4-4 {
	width: 100%;
}
.col-3-4 {
	width: 73.6%;
}
.col-2-4,
.col-1-2 {
	width: 48.2%;
}
.col-1-4 {
	width: 22.4%;
}
.col-1-3 {
	width: 31.7%;
}
.col-2-3 {
	width: 63.4%;
}

/*** Sidebar
****************************************************************/

#secondary {
	background-color: transparent;
    float: right;
	width: 25%;
	margin: 35px 0;
	padding: 0;
}

#secondary .content-wrapper {
	background: transparent;
    padding: 0;
    margin: 20px 10px 10px 10px;
}
.home #secondary .content-wrapper {
	border: none;
}

#secondary aside {
	background: #fff;
	box-shadow: 			0px 2px 5px rgba(0,0,0,0.5);
	-moz-box-shadow: 		0px 2px 5px rgba(0,0,0,0.5);
	-webkit-box-shadow: 	0px 2px 5px rgba(0,0,0,0.5);
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	padding: 5%;
	float: left;
	width: 100%;
}

#secondary aside p {
	font-family: Helvetica, Arial, sans-serif;
}


#secondary .widget {
    margin: 0 0 35px;
}

#secondary .widget h3 {
	color: #adca93;
	text-transform: none;
    padding: 5px;
    margin: 15px;
    font-size: 28px;
    font-weight: normal;
}

#secondary .widget ul {
    padding: 10px;
}

#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: 22px;
	 font-family: 'Montserrat', Helvetica, sans-serif;
	text-transform: none;
	font-weight: normal;
	line-height: 1.5em;
	padding-left: 0;

	-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:before {
	content: '• '
}

#secondary .widget li li a {
	font-size: 26px;
}

#secondary .widget li:hover {
}

#secondary .widget li a:hover {
}

#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 {}

.top-widget {
	font-family: 'Montserrat', 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;
}

h3.widget-title {
	border-bottom: 1px solid #bbbbbb;
	display: block;
	margin: 0 0 10px 0;
	position: relative;
	text-transform: uppercase;
}

#secondary .widget h3 {
	text-transform: uppercase;
    padding: 15px 0;
    margin: 15px;
    font-size: 28px;
    font-weight: normal;
    text-align: center;

}

/*** 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 {
	width: 100%;
	float: left;
	position: relative;
	height: auto;;
	background: #fff;
    text-align: left;
    padding: 0;
}

#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;
}

#primary .wpcf7 textarea,
#primary .wpcf7 input {
	padding: 5px;
	font-size: 16px;
	border: 1px solid #aaaaaa;
	width: 100%;
}

#primary.wpcf7 textarea {
	float: none;
	height: 160px;
	margin: 0;
}

#primary .wpcf7 p {
	font-family: 'Montserrat', Helvetica, sans-serif;
	float: left;
	width: 100%;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}

#primary .wpcf7 input,
#primary.wpcf7 textarea {
	float: left;
	display: block;
	width: 95%;
	height: 40px;
	margin: 0;
	border: 1px solid #aaaaaa;
}

#primary .wpcf7 input[type="submit"] {
	height: auto;
}

#primary .wpcf7 input[type="checkbox"] {
	border: 0;
	width: auto;
}


.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 Menu
****************************************************************/
.home .footer {
	background: #fff;
	font-family: 'Montserrat', Helvetica, sans-serif;
	width: 100%;
	height: auto;
	color: #072859;
	font-size: 14px;
	padding: 2em 0;
	margin: 0;
	top: 0;
	display: block;
	z-index: 99;
	float: left;
}

.footer {
	background: #ccd5e3;
	background: -webkit-linear-gradient(#ccd5e3, #fff);
	background: linear-gradient(#ccd5e3, #fff);

	font-family: 'Montserrat', Helvetica, sans-serif;
	width: 100%;
	height: auto;
	color: #072859;
	font-size: 14px;
	padding: 2em 0;
	margin: 0;
	top: 0;
	display: block;
	z-index: 99;
	float: left;
}

.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%;
	min-width: 10px;
	max-width: 1366px;
}

.footer a {
	color: #fff;
}

.footer a:hover {
	text-decoration: underline;
	color: #4e6889;
}

#footer-nav {
	margin: 0 auto;
	padding: 5px 0;
	text-align: left;
    width: 100%;
    float: left;
}

#footer-nav .nav {
	margin: 0 ;
}

#footer-nav li {
	clear: both;
	display: block;
	list-style-type: none;
	margin: 0 auto;
	float: left;
	padding: 0;
	text-align: left;
	width: 100%;
}

#footer-nav li a {
	color: #fff;
	font-size: 18px;
	line-height: 1.3;
	padding: 5px 0px;
	text-decoration: none;
	text-transform: none;
	text-align: center;
}

#footer-nav li:first-child a {
	background: none;
}

.bottom {
	background: #41ade2;
	color: #fff;
	width: 100%;
	position: relative;
	float: left;
	text-align: left;
	height: auto;
	padding: 30px 0;
}

.bottom h4 {
	color: #fff;
	text-align: left;
	font-size: 20px;
	text-transform: uppercase;
}

.bottom p.address {
	text-align: left;
	font-size: 16px;
}

.bottom p.address span {

}

.bottom a.tel {
	font-size: 16px;
}

.bottom a.tel span {
	font-size: 16px;
}

.bottom a {
	color: #fff;
	font-size: 14px;

}

.bottom a:hover {
	color: #adca93;
}

#footer-nav li.current_page_item a,
#footer-nav li.current_menu_item a {

}

#footer-nav {
}

#footer-nav li a:hover {
	color: #adca93;
}

#footer-nav li:first-child {
	border-left: none;
}

#footer-nav li:last-child > a {
}
/************Footer Features*************************************************/

.number {
	height: auto;
	width: 66%;
	margin: 0 auto;
}

.social {
	background: url(images/phone.png) no-repeat center center;
	width: 315px;
	height: 320px;
	margin: 0 auto;
}

.number h3 {
	font-family: "Montserrat", Times, serif;
	font-size: 36px;
	line-height: 1em;
	font-weight: normal;
	text-transform: uppercase;
	color: #072859;
	display: block;
	padding-bottom: 0.5em;
	position: relative;
	top: 0px;
	text-align: center;
	border-bottom: 3px solid #072859;
	margin: 0 0 0.5em 0;
}

.social h3 {
	text-align: center;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif !important;
	color: #735744;
	font-size: 48px;
	font-weight: normal;
	margin: 60px 0 5px 0;
	text-transform: none;
}

.social h3 span {
	font-family: 'DaunPenh', 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;
	width: 100%;
	text-align: left;
	padding-top: 5px;
	border-top: 1px solid #d7d7d7;
}

.footer-copyright,
.footer-copyright a {
	font-size: 10px;
}

/*** Social Icons
****************************************************************/
.social-icons {
	list-style: none;
	line-height: normal;
    padding: 5px 0;
	margin: 40px 0;
	text-align: center;
	float: left;
	width: 100%;
}

.social-icons li {
	display: inline;
	margin: 1px;
	padding-left: 10px;
	height: auto;
}

.social-icons a {
	font-family: 'icomoon';
	background: #fff;
	color: #adca93;
	font-size: 18px;
	padding: 9px;
	line-height: 1em;

	-moz-border-radius: 	50%;
	-webkit-border-radius: 50%;
	border-radius: 		50%;
}

.social-icons a:hover {
	background: #adca93;
	color: #fff;
}

.icon-yelp,
.icon-blogger,
.icon-vimeo,
.icon-youtube,
.icon-twitter,
.icon-facebook,
.icon-linkedin,
.icon-rss-feed,
.icon-instagram,
.icon-pinterest,
.icon-foursquare,
.icon-google-plus,
.icon-stumble-upon {
	display: inline;
}

.social-icons h2 {
	font-family: 'Montserrat', Arial, Helvetica, sans-serif;
	font-weight: bold;
	float: left;
	line-height: 2px;
	color: white;
	padding-left: 0;
	font-size: 24px;
}

.float-box .social-icons {
	background: #fff;
	padding: 15px 0;
	margin: 0;
}

.float-box .social-icons a {
	background: #adca93;
	color: #fff;
}

.float-box .social-icons a:hover {
	background: #2DA3DE;
	color: #fff;
}

#footer-info .social-icons {
	list-style: none;
	line-height: normal;
    padding: 0 0;
	margin: 7px 0 0 0;
	text-align: center;
	float: left;
	height: 40px;
	width: 100%;
}

.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-info .social-icons li,
.section.contact .social-icons li {
	display: inline-block;
	margin: 3px auto;
	padding-right: 5px;
	float: left;
	padding-left: 0;
}

#footer-info .social-icons a,
.section.contact .social-icons a {
	background: #adca93;
	color: #fff;
	padding: 9px;
	font-size: 18px;
	line-height: 1em !important;
	text-align: center;
	text-decoration: none;
	text-transform: none;

	border-radius: 			50%;
	-moz-border-radius: 	50%;
	-webkit-border-radius: 	50%;
}

.section.contact .social-icons a {
	background: #000;
	color: #ae26a1;
	font-size: 22px;
	padding: 11px;
}

#footer-info .social-icons a:hover,
.section.contact .social-icons a:hover {
	background: #fff;
	color: #adca93;
}

.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;
}



/*** Breadcrumb Lists
****************************************************************/
.breadcrumb-list {
	font-size: 14px;
}

/*** Primary Content Styles
****************************************************************/

#primary article.post {
    margin: 0 0 15px;
}

.post-data {
	margin-bottom: 60px;
}

.entry-title {
    padding: 0 0 15px;
}

.entry-content {
    padding: 10px 0;
}

.entry-content p {
    margin: 0 0 1.5em;
}

.entry-title {
	color:#99edff;
	font-family:'Montserrat',Helvetica,sans-serif;
	position: relative;
	font-weight:300;
	text-transform:none;
	font-size:48px;
	line-height:1;
	padding:0.25em 0;
	margin:0 0 0 0;
	float:left;
	text-align:center;
	width: 100%;
}

/*** 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 > 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 > li:before {
    content: url(images/comment-arrow.png);
    left: -21px;
    position: absolute;
}
.commentlist > 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 > span {
    display: inline-block;
    position: relative;
    top: -1px;
}

/* Post author highlighting */
.commentlist > li.bypostauthor {
    background: #ddd;
    border-color: #d3d3d3;
}
.commentlist > li.bypostauthor .comment-meta {
    color: #575757;
}
.commentlist > li.bypostauthor .comment-meta a:focus,
.commentlist > li.bypostauthor .comment-meta a:active,
.commentlist > li.bypostauthor .comment-meta a:hover {
}
.commentlist > li.bypostauthor:before {
    content: url(images/comment-arrow-bypostauthor.png);
}

/* Post Author threaded comments */
.commentlist .children > 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: 'Montserrat', 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;
}

.widget .wpcf7 {
	width: 100%;
	height: auto;
	text-align: center;
	position: relative;
}

div.wpcf7-validation-errors {
	border: 2px solid #F7E700;
	color: red;
	background: white;
	z-index: 9999999999;
}

.widget .wpcf7 input,
.widget .wpcf7 textarea,
.widget .wpcf7 p#captcha {
	background: #eaf1ff;
	box-shadow: 			none;
	-moz-box-shadow: 		none;
	-webkit-box-shadow: 	none;
	width: 100%;
	padding: 7px;
	font-size: 16px;
	color: #404040;
	border: none;
	font-family: 'Montserrat', Helvetica, sans-serif;
	border: 1px solid #eaf1ff;
	-webkit-transition: 	all 0.3s ease-in-out;
	-moz-transition: 		all 0.3s ease-in-out;
	-ms-transition: 		all 0.3s ease-in-out;
	-o-transition: 			all 0.3s ease-in-out;
	transition: 			all 0.3s ease-in-out;
}

.widget .wpcf7 input:focus,
.widget .wpcf7 textarea:focus,
.widget .wpcf7 p#captcha:focus {
	background: #fff;
	box-shadow: 			0px 2px 5px rgba(0,0,0,0.27);
	-moz-box-shadow: 		0px 2px 5px rgba(0,0,0,0.27);
	-webkit-box-shadow: 	0px 2px 5px rgba(0,0,0,0.27);
}

#secondary .widget .wpcf7 input,
#secondary .widget .wpcf7 textarea,
#secondary .widget .wpcf7 p#captcha {
	box-shadow: 			0px 1px 2px rgba(0,0,0,0.3);
	-moz-box-shadow: 		0px 1px 2px rgba(0,0,0,0.3);
	-webkit-box-shadow: 	0px 1px 2px rgba(0,0,0,0.3);
	width: 100%;
	padding: 7px;
	font-size: 16px;
	border: none;
	font-family: 'Montserrat', Helvetica, sans-serif;
	border: 1px solid #b3b3b3;
}

.widget .wpcf7 input[type="submit"],
#secondary .widget .wpcf7 input[type="submit"] {
	box-shadow: 			none;
	-moz-box-shadow: 		none;
	-webkit-box-shadow: 	none;
}

.widget .wpcf7 input,
.widget .wpcf7 textarea,
.wpcf7 p#captcha {
	margin: 7px 0;
	border-radius: 			0px;
	-moz-border-radius: 	0px;
	-webkit-border-radius: 	0px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}

.widget .wpcf7 input {
	float: left;
	height: 45px;
}

.widget .wpcf7 input[type="checkbox"] {
	width: 20px;
	height: 20px;
}

.widget .wpcf7 textarea {
	height: 100px;
	float: left;
	resize: none;
}

.wpcf7 .sced-left {
	display: block;
	float: left;
}

.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: right;
}

.wpcf7 .sced-right p {
	float: left;
}

.widget .wpcf7 p {
	width:100%;
	padding: 0 0 0 0;
	line-height: 1.2em;
	margin: 0 auto;
	float: left;
	display: block;
	clear: both;
	font-size: 12px;
	text-align: center;
}


.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,
.bx-slider,
.bx-slider li,
.bx-wrapper {
	height: 700px;
}

.section .slider,
.section .bx-slider-reviews,
.section .bx-slider-reviews li,
.section .bx-wrapper {
	height: 210px !important;
}

.home .slider {
	background: transparent;
	position: relative;
	display: block;
	width: 100%;
	margin-bottom: 0;
	border: 0;

	-webkit-background-size: none;
  -moz-background-size: none;
  -o-background-size: none;
  background-size: none;
  z-index: 99;
  margin-top: 0;
}

.bg-container {
	display: block;
	background: #fff url(images/page-bgs/page-bg1.jpg) no-repeat center top;
	height: 300px;
	-webkit-background-size: 	cover;
	-moz-background-size: 	cover;
	-o-background-size: 		cover;
	background-size: 		cover;

	position: relative;
	width: 100%;
	margin-top: 0;
	z-index: 0;
}


.bx-slider {
	overflow: hidden;
	min-width: 10px;
}

.bx-slider-reviews {
	width: 100%;
	margin: 0 auto;
}


.bx-slider a {
	font-family: 'Montserrat', Times, serif;
}

.bx-slider-reviews a {
	font-family: 'Montserrat', Times, serif;
}

.bx-slider li {
	position: relative;
	margin: 0 auto;
}

.bx-slider-reviews li {
	position: relative;
	margin: 0;
}

.bx-slider li#one {
	background: #fff url(images/slider/slider1.jpg) no-repeat center 0;
	-webkit-background-size: 	cover;
	-moz-background-size: 		cover;
	-o-background-size: 		cover;
	background-size: 			cover;
	max-width: 100%;
	width: 100%;
}

.bx-slider li#two {
	background: #fff url(images/slider/slider2.jpg) no-repeat center 0;
	-webkit-background-size: 	cover;
	-moz-background-size: 		cover;
	-o-background-size: 		cover;
	background-size: 			cover;
	min-width: 10px;
	max-width: 100%;
	width: 100%;
}

.bx-slider li#three {
	background: #fff url(images/slider/slider3.jpg) no-repeat center 0;
	-webkit-background-size: 	cover;
	-moz-background-size: 		cover;
	-o-background-size: 		cover;
	background-size: 			cover;
	min-width: 10px;
	max-width: 100%;
	width: 100%;
}

.bx-slider li#four {
	background: #fff url(images/slider/slider4.jpg) no-repeat center 0;
	-webkit-background-size: 	cover;
	-moz-background-size: 		cover;
	-o-background-size: 		cover;
	background-size: 			cover;
	min-width: 10px;
	max-width: 100%;
	width: 100%;
}


/* Slider One */
.bx-slider li#one .boxed,
.slider .boxed-holder {
	display: block;
	width: 100%;
	min-width: 10px;
	max-width: 1280px;
	margin: 0 auto;
	padding: 100px 0 0 2%;
	position: relative;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}

.slider .boxed-holder {
	position: absolute;
	z-index: 9;
	width: 290px;
	display: block;
	padding: 0;
	margin: 240px 0 0 10%;
}

.boxed-holder .wrapper {
	padding: 0;
}

.slider .wrapper-intent {
	width: 100%;
	max-width: 1280px;
	margin: 0 auto;
	padding: 0px;
	position: relative;
	z-index: 9999;
}


/* Slider two */
.bx-slider li#two .boxed {
	display: block;
	width: 100%;
	min-width: 10px;
	max-width: 1280px;
	margin: 0 auto;
	padding: 150px 0 0 100px;
	position: relative;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;

}

.bx-slider li#two h2 {
	font-family: 'Montserrat', Helvetica, sans-serif !important;
	font-weight: normal;
	font-size: 55px;
	text-transform: uppercase;
	color: #fff !important;

}

/* Slider three */
.bx-slider li#three .boxed {
	display: block;
	width: 100%;
	min-width: 10px;
	max-width: 1280px;
	margin: 0 auto;
	padding: 150px 0 0 10px;
	position: relative;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;

}

.bx-slider li#three h2 {
	font-family: 'Montserrat', Helvetica, sans-serif !important;
	font-weight: normal;
	font-size: 55px;
	text-transform: uppercase;
	color: #fff !important;
	text-align: right

}

/** RESET AND LAYOUTp
===================================*/

.bx-wrapper {
	position: relative;
	margin: 0 auto 0 auto;
	padding: 0;
	height: 528px;
	min-width: 100%;
	*zoom: 1;
}

.bx-wrapper img {
	max-width: 100%;
	display: block;
	margin: 0 auto;
}

/** THEME
===================================*/

.bx-wrapper .bx-viewport {
	border: none;
	left: 0;
	background: transparent;
}

.bx-viewport {
	min-width: 100%;
}

.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/controls.png) no-repeat 0 -32px;
}

.bx-wrapper .bx-next {
	right: 10px;
	background: url(images/controls.png) no-repeat -43px -32px;
}

.bx-wrapper .bx-prev:hover {
	background-position: 0 0;
}

.bx-wrapper .bx-next:hover {
	background-position: -43px 0;
}

.bx-wrapper .bx-controls-direction a {
	position: absolute;
	top: 80%;
	margin-top: -16px;
	outline: 0;
	width: 32px;
	height: 32px;
	text-indent: -9999px;
	z-index: 9999999;

	-webkit-transition:  none;
	-moz-transition: 	 none;
	-ms-transition:		 none;
	-o-transition: 		 none;
	transition: 		 none;
}

.section.reviews .bx-controls-direction a {
	position: absolute;
	top: 30%;
	margin-top: 0;
	outline: 0;
	width: 58px;
	height: 113px;
	text-indent: -9999px;
	z-index: 9999999;

	-webkit-transition:  none;
	-moz-transition: 	 none;
	-ms-transition:		 none;
	-o-transition: 		 none;
	transition: 		 none;
}

.section.reviews .bx-wrapper .bx-prev {
	left: 0;
	background: url(images/controls2.png) no-repeat 0 0;
}

.section.reviews .bx-wrapper .bx-next {
	right: 10px;
	background: url(images/controls2.png) no-repeat left bottom;
}

.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 > div {
overflow: hidden;
border-bottom: 1px solid #ddd;
margin-bottom: 15px;
padding-bottom: 15px;
}

.consult-form-questions > div > label {
float: left;
width: 45%;
}

.consult-form-questions > div .wpcf7-form-control-wrap {
float: right;
}

/* Plugin Overrides */

.mapp-layout {
padding: 2px !important;
}

#ctwg-inputs ul li div .select {
	background-color: #5b4734 !important;
}

#ctwg-inputs ul li div span {
	background: #725A44 !important;
}

#ctwg-inputs ul li div span:hover {
	background-color: #b1e0e7 !important;
	color: #5b4734 !important;
}

.g-recaptcha {
	float: left;
	-ms-transform: 		scale(0.9); /* IE 9 */
	-webkit-transform: 	scale(0.9); /* Safari */
	transform: 			scale(0.9);
	width: 100%;
}

.ui-glow {
	display: block;
	position: relative;
	width: 100%;
	height: 500px;
	float: left;
}

.ui-glow img {
	max-width: 100%;
	height: auto;
	position: absolute;
	left: 0;
	right: 0;
	margin: 0 auto;
}

.ui-glow img.glow {
	z-index: 9;
}

.ui-glow img.ground {
	z-index: 8;
}

.pulse1 {
	-webkit-animation: 	pulse1 1.5s linear infinite;
	-moz-animation: 	pulse1 1.5s linear infinite;
	-ms-animation: 		pulse1 1.5s linear infinite;
	animation: 			pulse1 1.5s linear infinite;
}

@keyframes "pulse1" {
 0% {
   opacity:1;
 }
 50% {
   opacity:0;
 }
 100% {
   opacity:1;
 }

}

@-moz-keyframes pulse1 {
 0% {
   opacity:1;
 }
 30% {
   opacity:0;
 }
 100% {
   opacity:1;
 }

}