/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */

/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */

html {
	font-family: sans-serif; /* 1 */
	-ms-text-size-adjust: 100%; /* 2 */
	-webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove default margin.
 */

body {
	margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */

/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
	display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */

audio,
canvas,
progress,
video {
	display: inline-block; /* 1 */
	vertical-align: baseline; /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

audio:not([controls]) {
	display: none;
	height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */

[hidden],
template {
	display: none;
}

/* Links
   ========================================================================== */

/**
 * Remove the gray background color from active links in IE 10.
 */

a {
	background-color: transparent;
}

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */

a:active,
a:hover {
	outline: 0;
}

/* Text-level semantics
   ========================================================================== */

/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */

abbr[title] {
	border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */

b,
strong {
	font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */

dfn {
	font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */

h1 {
	font-size: 2em;
	margin: .67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */

mark {
	background: #ff0;
	color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */

small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -.5em;
}

sub {
	bottom: -.25em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove border when inside `a` element in IE 8/9/10.
 */

img {
	border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */

svg:not(:root) {
	overflow: hidden;
}

/* Grouping content
   ========================================================================== */

/**
 * Address margin not present in IE 8/9 and Safari.
 */

figure {
	margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */

hr {
	box-sizing: content-box;
	height: 0;
}

/**
 * Contain overflow in all browsers.
 */

pre {
	overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */

code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

/* Forms
   ========================================================================== */

/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */

/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */

button,
input,
optgroup,
select,
textarea {
	color: inherit; /* 1 */
	font: inherit; /* 2 */
	margin: 0; /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */

button {
	overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */

button,
select {
	text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button; /* 2 */
	cursor: pointer; /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */

button[disabled],
html input[disabled] {
	cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

input {
	line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */

input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box; /* 1 */
	padding: 0; /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */

input[type="search"] {
	-webkit-appearance: textfield; /* 1 */
	box-sizing: content-box; /* 2 */
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: .35em .625em .75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */

legend {
	border: 0; /* 1 */
	padding: 0; /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */

textarea {
	overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */

optgroup {
	font-weight: bold;
}

/* Tables
   ========================================================================== */

/**
 * Remove most spacing between table cells.
 */

table {
	border-collapse: collapse;
	border-spacing: 0;
}

td,
th {
	padding: 0;
}

.top-nav,
#nav > ul,
#nav > ul .dropdown,
.slider .pagination ul,
.left-nav ul,
.widget ul,
.detail-area ul,
#footer .footer-nav ul,
#footer .info ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.clearfix:after,
.container:after,
#header:after,
#nav:after,
.slider:after,
.two-cols:after,
.slideshow .switcher:after {
	content: "";
	display: block;
	clear: both;
}

.ellipsis {
	white-space: nowrap; /* 1 */
	text-overflow: ellipsis; /* 2 */
	overflow: hidden;
}

html {
	box-sizing: border-box;
}

*,
*:before,
*:after {
	box-sizing: inherit;
}

* {
	max-height: 1000000px;
}

body {
	color: #6272a9;
	background: #fff;
	font: 16px/1.2 "Myriad Pro", "Arial", "Helvetica", sans-serif;
	min-width: 320px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

img {
	max-width: 100%;
	height: auto;
}

.gm-style img {
	max-width: none;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6,
.h {
	font-family: inherit;
	font-weight: bold;
	margin: 0 0 .5em;
	color: inherit;
}

h1,
.h1 {
	font-size: 30px;
}

h2,
.h2 {
	font-size: 27px;
}

h3,
.h3 {
	font-size: 24px;
}

h4,
.h4 {
	font-size: 21px;
}

h5,
.h5 {
	font-size: 17px;
}

h6,
.h6 {
	font-size: 15px;
}

p {
	margin: 0 0 1em;
}

a {
	color: #39f;
}

a:hover,
a:focus {
	text-decoration: none;
}

form,
fieldset {
	margin: 0;
	padding: 0;
	border-style: none;
}

input[type="text"],
input[type="tel"],
input[type="email"],
input[type="search"],
input[type="password"],
textarea {
	-webkit-appearance: none;
	-webkit-border-radius: 0;
	box-sizing: border-box;
	border: 1px solid #fff;
	padding: .4em .7em;
}

input[type="text"]:focus,
input[type="tel"]:focus,
input[type="email"]:focus,
input[type="search"]:focus,
input[type="password"]:focus,
textarea:focus {
	border-color: #000;
}

input[type="text"]::-webkit-input-placeholder,
input[type="tel"]::-webkit-input-placeholder,
input[type="email"]::-webkit-input-placeholder,
input[type="search"]::-webkit-input-placeholder,
input[type="password"]::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
	color: #e3e3e3;
}

input[type="text"]::-moz-placeholder,
input[type="tel"]::-moz-placeholder,
input[type="email"]::-moz-placeholder,
input[type="search"]::-moz-placeholder,
input[type="password"]::-moz-placeholder,
textarea::-moz-placeholder {
	opacity: 1;
	color: #e3e3e3;
}

input[type="text"]:-moz-placeholder,
input[type="tel"]:-moz-placeholder,
input[type="email"]:-moz-placeholder,
input[type="search"]:-moz-placeholder,
input[type="password"]:-moz-placeholder,
textarea:-moz-placeholder {
	color: #e3e3e3;
}

input[type="text"]:-ms-input-placeholder,
input[type="tel"]:-ms-input-placeholder,
input[type="email"]:-ms-input-placeholder,
input[type="search"]:-ms-input-placeholder,
input[type="password"]:-ms-input-placeholder,
textarea:-ms-input-placeholder {
	color: #e3e3e3;
}

input[type="text"].placeholder,
input[type="tel"].placeholder,
input[type="email"].placeholder,
input[type="search"].placeholder,
input[type="password"].placeholder,
textarea.placeholder {
	color: #e3e3e3;
}

select {
	-webkit-border-radius: 0;
}

textarea {
	resize: vertical;
	vertical-align: top;
}

button,
input[type="button"],
input[type="reset"],
input[type="file"],
input[type="submit"] {
	-webkit-appearance: none;
	-webkit-border-radius: 0;
	cursor: pointer;
}

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

[class^="icon-"],
[class*=" icon-"] {
	/* use !important to prevent issues with browser extensions that change fonts */
	font-family: "icomoon" !important;
	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-arrow-right:before {
	content: "\e900";
}

.icon-navigate_next:before {
	content: "\e901";
}

.icon-keyboard_arrow_left:before {
	content: "\e902";
}

.icon-facebook-with-circle:before {
	content: "\e903";
}

.icon-location:before {
	content: "\e904";
}

.icon-phone:before {
	content: "\e905";
}

html,
body {
	height: 100%;
}
/* Pop up Sign up */
#signup {
	border: none;
	border-radius: 5px;
	color: #333333;
	text-align: center;
	padding:50px;
    background-color: #e0e8f8;
	background: #e0e8f8 url(../images/bg-deco.png) no-repeat;
	background-size: 100%;
	background-position: 100% 100%;
}
#signup .tag-line{
	font-size: 45px;
}
#signup label {
	    display: inline-block;
	width:10%;
}
#signup input[type="text"] {
	width:80%;
}
#signup input[type="submit"] {
	margin:10px 0 0 0;
	width:80%;
}
#signup input[type="text"]::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color:    #c1c1c1;
}
#signup input[type="text"]:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color:    #c1c1c1;
   opacity:  1;
}
#signup input[type="text"]::-moz-placeholder { /* Mozilla Firefox 19+ */
   color:    #c1c1c1;
   opacity:  1;
}
#signup input[type="text"]:-ms-input-placeholder { /* Internet Explorer 10-11 */
   color:    #c1c1c1;
}

/* main container styles */

#wrapper {
	position: relative;
	overflow: hidden;
	height: 100%;
	table-layout: fixed;
	display: table;
	width: 100%;
}

/* container styles */

.container {
	max-width: 1350px;
	padding: 15px 10px;
	margin: 0 auto;
	position: relative;
}

/* heading styles */

h1 {
	font-size: 26px;
	line-height: 34px;
 	font-family: "Trebuchet MS", Helvetica, sans-serif;
	color: #6272a9;
}
h2 {
	font-size: 22px;
	line-height: 27px;
 	font-family: "Trebuchet MS", Helvetica, sans-serif;
	color: #6272a9;
}

h3 {
	font-size: 21px;
	line-height: 28px;
 	font-family: "Trebuchet MS", Helvetica, sans-serif;
	color: #9c4e89;
    border-bottom: 1px solid #f2d2e4;
}
.testimonials h3 {
	color: #6272a9;
    border-bottom: none;
}

/* header styles */

#header {
	background-color: rgba(219,227,249,1.00);
    box-shadow: 0 0px 15px 0px rgba(0, 0, 0, .5);
}

#header .container {
	padding: 0;
	position: inherit;
}

/* logo styles */

.logo {
	box-shadow: 0 0 5px rgba(0, 0, 0, .5);
	background: #fff;
	width: 180px;
	padding: 0;
	position: absolute;
	top: 0;
	left: 10px;
	float: left;
	z-index: 9999;
}

.logo img {
	max-width: 95%;
	display: block;
    margin: 24px auto 26px auto;
}


/* header content styles */

.header-content {
 	font-family: "Trebuchet MS", Helvetica, sans-serif;
}

/* topbar  styles */

.top-nav {
	font-size: 14px;
	line-height: 19px;
	position: relative;
	margin: 0 0 68px;
	text-align: right;
	font-weight: 700;
	z-index: 99;
	height:41px;
}
/*
.top-nav:before {
	content: "";
	z-index:-1;
	height:200px;
	display:block;	
}

*/
.top-nav:after {
	border-bottom: 1px solid #6272a9;
	position: absolute;
	top: 0;
	bottom: -1px;
	background: #fff;
	right: -9999px;
	left: 100%;
	content: "";
}

.top-nav li {
	padding: 10px;
	display: none;
	position: relative;
}

.top-nav li:after {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 1px;
	content: "";
	background: #6272a9;
	display: none;
}

.top-nav li.phone {
	display: inline-block;
	vertical-align: top;
}

.top-nav li.phone:before {
	font-size: 17px;
	line-height: 15px;
	position: absolute;
	left: 17px;
	top: 14px;
	font-family: "icomoon";
	content: "\e905";
	color: #6272a9;
	display: none;
}

.top-nav li.location {
	padding: 11px 11px 11px 35px;
}

.top-nav li.location:before {
	font-size: 15px;
	line-height: 15px;
	position: absolute;
	left: 15px;
	top: 12px;
	font-family: "icomoon";
	content: "\e904";
	color: #a4a4a4;
}

.top-nav li.facebook {
	padding: 5px 11px;
}

.top-nav li i {
	display: none;
}

.top-nav a {
	color: #6272a9;
	text-decoration: none;
}

.top-nav a:hover {
	color: #364370;
}

.top-nav .icon-facebook-with-circle {
	font-size: 27px;
	line-height: 29px;
	color: #175891;
}

.top-nav .icon-facebook-with-circle:hover {
	color: #e9e5d1;
}

/* opener styles */

.opener-holder {
	width: 58px;
	height: 70px;
	-webkit-transition: all .3s linear;
	transition: all .3s linear;
	position: absolute;
	right: 0;
	top: 40px;
	z-index: 9999;
}

/* nav-opener styles */

.nav-opener {
	background: #879ace;
	border-radius: 3px;
	width: 38px;
	height: 32px;
	position: absolute;
	top: 21px;
	right: 10px;
	text-indent: -9999px;
	overflow: hidden;
	display: block;
	z-index: 999999;
}

.nav-opener:before,
.nav-opener:after,
.nav-opener span {
	background: #fff;
	position: absolute;
	top: 10px;
	left: 8px;
	right: 8px;
	height: 2px;
	margin-top: -2px;
	-webkit-transition: all .2s linear;
	transition: all .2s linear;
}

.nav-opener:before,
.nav-opener:after {
	content: "";
	top: 17px;
}

.nav-opener:after {
	top: 23px;
}

.close-btn span,
.active .nav-opener span {
	opacity: 0;
}

.nav-opener:hover {
	opacity: .9;
}

.close-btn:after,
.close-btn:before,
.active .nav-opener:after,
.active .nav-opener:before {
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	top: 17px;
	left: 15%;
	right: 15%;
}

.close-btn:after,
.active .nav-opener:after {
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

body.active .opener-holder {
	background: #fff;
	right: 262px;
	top: 0;
}

body.active #nav {
	right: 0;
	width: 262px;
}

/* main navigation styles */

#nav {
	-webkit-transition: all .3s linear;
	transition: all .3s linear;
	font-size: 14px;
	line-height: 20px;
	padding: 0;
	text-transform: uppercase;
	font-weight: 700;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	overflow: auto;
	background: #6e7eab;
	z-index: 9999;
	width: 0;
}

#nav:after,
#nav:before {
	background: #e1e1e1;
	background: -webkit-linear-gradient(top, rgb(219, 227, 249) 0%, rgb(255, 255, 255) 100%);
	background: linear-gradient(to bottom, rgb(219, 227, 249) 0%, rgb(255, 255, 255) 100%);
	position: absolute;
	width: 1px;
	top: 0;
	right: 0;
	bottom: 0;
	content: "";
	display: none;
}

#nav:before {
	right: 1px;
	background: #e4e4e4;
	background: -webkit-linear-gradient(top, rgba(129, 151, 185, 0) 0%, rgb(129, 151, 185) 100%);
	background: linear-gradient(to bottom, rgba(129, 151, 185, 0) 0%, rgb(129, 151, 185) 100%);
}

#nav > ul {
	padding: 15px 0 0;
	border-bottom: 1px solid #7c7c7c;
	position: relative;
	width: 262px;
}

#nav > ul:after {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	content: "";
	background: #2f2f2f;
	height: 1px;
}

#nav > ul > li {
	border-top: 1px solid #2f2f2f;
}

#nav > ul > li:hover .dropdown {
	opacity: 1;
	visibility: visible;
}

#nav > ul > li > a {
	display: block;
	padding: 10px 20px;
	text-decoration: none;
	position: relative;
	color: #fff;
	border-top: 1px solid #7c7c7c;
}

#nav > ul > li > a:after,
#nav > ul > li > a:before {
	position: absolute;
	width: 100%;
	height: 1px;
	top: 0;
	left: 0;
	content: "";
	display: none;
}

#nav > ul > li > a:before {
	top: 1px;
}

#nav > ul > li > a:hover {
	background: #ab6c9a;
}

#nav > ul .dropdown {
	text-align: left;
	z-index: 9999;
}

#nav > ul .dropdown li {
	display: block;
	border-top: 1px solid #2f2f2f;
}

#nav > ul .dropdown a {
	text-decoration: none;
	display: block;
	padding: 10px 36px;
	color: #f7f9ff ;
	border-top: 1px solid #7c7c7c;
}

#nav > ul .dropdown a:hover {
	background: #ab6c9a;
}

#nav div {
	position: relative;
}

#nav div:hover .dropdown {
	visibility: visible;
	opacity: 1;
}

/* main informative part styles */

#main {
	position: relative;
	border-bottom: #a9a9a9 solid 3px;
}

/* main content part styles */

.main-content {
	background: #fff;
	position: relative;
	z-index: 99;
}
.testimonials .holder.subsection {
	background: #fff;
}


/* main slider styles */

.slider {
	background: #3b2614;
	position: relative;
	margin: 0 0 40px;
}

.slider:after,
.slider:before {
	height: 60px;
	border-top: 6px solid #fff;
	background: #96b0d7;
	position: absolute;
	left: -3px;
	bottom: -53px;
	content: "";
	box-shadow: inset 0 7px 23px -2px rgba(0, 0, 0, .3);
	z-index: 9;
}

.slider:before {
	left: auto;
	right: -3px;
}

.slider .btn-next,
.slider .btn-prev {
	width: 18px;
	height: 74px;
	position: absolute;
	left: 0;
	background: #fff;
	color: #6d6e71;
	top: 50%;
	margin: -59px 0 0;
	z-index: 9999;
	display: none;
}

.slider .btn-next:after,
.slider .btn-prev:after {
	font-size: 25px;
	line-height: 25px;
	font-family: "icomoon";
	content: "\e902";
	position: absolute;
	top: 50%;
	left: -4px;
	margin: -11px 0 0;
}

.slider .btn-next:hover,
.slider .btn-prev:hover {
	opacity: 1;
	background: #f58220;
	color: #fff;
}

.slider .btn-next {
	left: auto;
	right: 0;
}

.slider .btn-next:after {
	content: "\e901";
	left: -4px;
}

.slider .slideset {
	position: relative;
}



.slider .image {
	position: relative;
	left: 50%;
	min-width: 925px;
}

.slider .image img {
	width: 100%;
	height: auto;
	display: block;
	min-width: 925px;
	left: -50%;
	position: relative;
}

.slider .slide {
	position: absolute;
	z-index: 1;
	left: 0;
	top: 0;
	width: 100%;
}

.slider .slide.active {
	z-index: 2;
}

.slider .holder {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}

.slider .container {
	height: 100%;
	white-space: nowrap;
	text-align: center;
	text-align: left;
}

.slider .container:before {
	content: "";
	display: inline-block;
	vertical-align: middle;
	width: 0;
	min-height: 100%;
}

.slider .container > * {
	white-space: normal;
	display: inline-block;
	vertical-align: middle;
	max-width: 99%;
}

.slider .text-block {
	font-family: "Trebuchet", sans-serif;
	width: 96%;
	overflow: hidden;
	margin: -10px 0 0 34px;
	color: #6272a9;
	text-align:center;
}
.compact.slider .text-block {
	margin: -10px auto 0 auto;
}
.slider .line1 {
	font-size: 30px;
	font-weight: bold;
	margin: 0 0 10px;
	float: right;
	text-shadow: 1px 1px 10px rgb(255, 255, 255);
	display:none;
}
.compact.slider .line1 {
	font-size: 26px;
	font-weight: bold;
	margin: 0 13px 10px;
	float: right;
	line-height: 53px;
}


.slider h2 {
	color: #f58220;
}

.slider .more {
	display: inline-block;
	vertical-align: top;
	font-size: 14px;
	line-height: 18px;
	position: relative;
	padding: 0 0 0 25px;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	color: #6272a9;
}

.slider .more:after {
	width: 19px;
	height: 19px;
	position: absolute;
	left: 0;
	top: 0;
	border: 1px solid #6272a9;
	content: "";
	border-radius: 100%;
}

.slider .more:before {
	font-size: 18px;
	line-height: 18px;
	position: absolute;
	top: 0;
	left: 0;
	font-family: "icomoon";
	content: "\e900";
}

.slider .more:hover {
	color: #f58220;
}

.slider .more:hover:after {
	border-color: #f58220;
}

.slider .pagination {
	position: absolute;
	bottom: 15px;
	left: 0;
	right: 0;
	z-index: 9;
	display: none;
}

.slider .pagination ul {
	max-width: 950px;
	margin: 0 auto;
	text-align: center;
}

.slider .pagination ul li {
	display: inline-block;
	vertical-align: top;
	margin: 0 3px;
}

.slider .pagination ul li.active a:after {
	display: block;
}

.slider .pagination ul a {
	width: 16px;
	height: 16px;
	overflow: hidden;
	text-indent: 101%;
	white-space: nowrap;
	display: block;
	border: 1px solid #fff;
	border-radius: 100%;
	position: relative;
}

.slider .pagination ul a:after {
	position: absolute;
	top: 1px;
	right: 1px;
	bottom: 1px;
	left: 1px;
	content: "";
	background: #fff;
	border-radius: 100%;
	display: none;
}

.slider .pagination ul a:hover:after {
	display: block;
}

	.slider.compact	.btn {
  background-image: -webkit-linear-gradient(top, rgba(187, 0, 52, 0.5), rgba(167, 0, 48, 0.5));
  background-image: -moz-linear-gradient(top, rgba(187, 0, 52, 0.5), rgba(167, 0, 48, 0.5));
  background-image: -ms-linear-gradient(top, rgba(187, 0, 52, 0.5), rgba(167, 0, 48, 0.5));
  background-image: -o-linear-gradient(top, rgba(187, 0, 52, 0.5), rgba(167, 0, 48, 0.5));
  background-image: linear-gradient(to bottom, rgba(187, 0, 52, 0.5), rgba(167, 0, 48, 0.5));
  -webkit-border-radius: 7;
  -moz-border-radius: 7;
  border-radius: 7px;
  font-family: Arial;
  color: #ffffff;
  font-size: 20px;
  padding: 10px 15px 10px 15px;
  text-decoration: none;
  border: 2px solid #fff;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
}

.slider.compact .btn:hover {
  background: #3cb0fd;
  background-image: -webkit-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -moz-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -ms-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -o-linear-gradient(top, #3cb0fd, #3498db);
  background-image: linear-gradient(to bottom, #3cb0fd, #3498db);
  text-decoration: none;
}
.slider.compact .cta {
    
	    margin-top: 15px;
		height:40px;
}

/* main heading styles */

.main-heading {
	background: #cfdaf7;
	background-size: 100%;
	background-position: 100% 100%;
	text-align: center;
	border-top: 7px solid #fff;
	position: relative;
	z-index: 99;
	display: none;
	margin: 0 0 3px;
	border-bottom: solid #6272a9 2px;
    box-shadow: 0 -5px 25px -5px rgba(0, 0, 0, .2);
	}

.tag-line {
	font-size: 35px;
	line-height: 34px;
	font-family: "Niconne", sans-serif;
	color: #fff;
}

.main-heading .container {
	padding: 18px;
}

.more-items {
	-webkit-transition: all .3s linear;
	transition: all .3s linear;
	font-size: 18px;
	line-height: 22px;
 	font-family: "Trebuchet MS", Helvetica, sans-serif;
	font-weight: 700;
	background: #2b2b2b;
	color: #fff;
	text-align: center;
	position: absolute;
	bottom: -23px;
	left: -10px;
	right: -10px;
	text-transform: uppercase;
	padding: 3px 10px;
	text-decoration: none;
	z-index: 99;
	display: block;
}

.more-items span {
	display: inline-block;
	vertical-align: top;
	margin: 0 15px 0 0;
}

.more-items strong {
	display: none;
	margin: 0 15px 0 0;
}

.more-items:after {
	width: 0;
	height: 0;
	border-left: 50vw solid transparent;
	border-right: 50vw solid transparent;
	border-top: 17px solid #2b2b2b;
	position: absolute;
	left: 0;
	right: 0;
	bottom: -17px;
	content: "";
	z-index: -1;
}

.more-items:before {
	font-size: 40px;
	line-height: 40px;
	font-family: "icomoon";
	content: "\e901";
	position: absolute;
	left: 50%;
	bottom: -24px;
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
	margin: 0 0 0 -28px;
}

/* left-nav styles */

.left-nav {
	text-align: right;
	position: relative;
	margin: 0 -10px 50px;
	border-top: 18px solid #2b2b2b;
}

.left-nav.active ul {
	height: auto;
}

.left-nav.active .more-items {
	bottom: -27px;
}

.left-nav.active .more-items span {
	display: none;
}

.left-nav.active .more-items strong {
	display: inline-block;
}

.left-nav.active .more-items:before {
	-webkit-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	transform: rotate(-90deg);
}

.left-nav ul {
	-webkit-transition: all .3s linear;
	transition: all .3s linear;
	height: 123px;
	overflow: hidden;
	padding: 2px 0 0;
	margin: 0 5px;
}

.left-nav ul li {
	border-bottom: 1px solid #fff;
}

.left-nav ul a {
	border-bottom: 1px solid #a1a1a1;
	display: block;
	padding: 6px 15px 6px 10px;
	text-decoration: none;
	overflow: hidden;
}

.left-nav ul a:hover {
	background: #e3e3e3;
	background: -webkit-linear-gradient(left, #e3e3e3 0%, #f1f1f1 100%);
	background: linear-gradient(to right, #e3e3e3 0%, #f1f1f1 100%);
}

.left-nav ul .opener {
	padding: 15px 15px 15px 10px;
}

.left-nav .image {
	width: 105px;
	float: left;
	margin: 8px 5px 0 0;
}

.left-nav .image img {
	max-width: 100%;
	display: block;
}

.left-nav .text {
	font-size: 13px;
	line-height: 17px;
 	font-family: "Trebuchet MS", Helvetica, sans-serif;
	overflow: hidden;
	color: #727272;
	text-align: right;
	font-weight: 700;
}

.left-nav p {
	margin: 0;
}

.left-nav h2 {
	font-size: 16px;
	line-height: 22px;
	color: #272727;
	margin: 0;
	text-transform: uppercase;
}
.left-nav li.jumbo h2 {
	white-space: nowrap;
	position: absolute;
	right: 13px;
}
.left-nav li.jumbo p {
	margin-top: 22px;
}

/* two cols styles */

/* main content styles */

#content:only-child {
	float: none;
	width: 100%;
}

#content h1 {
	text-align: center;
	color: #6272a9;
}

#content h2 {
	font-size: 24px;
	line-height: 30px;
	text-align: center;
	text-transform: uppercase;
	color: #6272a9;
	margin: 0 0 5px;
}

#content .textblock {
	font-size: 17px;
	line-height: 34px;
	color: #6272a9;
}

#content .textblock p {
	margin: 0 0 17px;
}
section.services {
    background-color: #e0e9ff;
    border-color: #bfbcab;
    border-width: 1px 0;
    border-style: solid;
	background-size: 100%;
	background-position: 100% 100%;
	}
	
section.services h2 {
	text-align:center;
		
}
section.services h2:after {
    content: "";
	margin: 8px auto 0;
	display:block;    
    z-index: 1;
    width: 100%;
	max-width: 500px;
    height: 1px;
	border-bottom:#6272a9 solid 1px;
}
	
	
.drop-shadow {
    margin: 10px 0 ;
}

.drop-shadow:before,
.drop-shadow:after {
    content: "";
    position: absolute;
    z-index: -1;
    width: 100%;
    height: 10px;
    box-shadow: 0 10px 10px rgba(0, 0, 0, 0.7);
    margin-top: -20px;
}
.drop-shadow:before {
    box-shadow: 0 -10px 10px rgba(0, 0, 0, 0.7);
    margin-top: 10px;
}

#content .textblock .tel {
	color: #262626;
	text-decoration: none;
}

.service.boxes {
	overflow: hidden;
	text-align: center;
}
.service.boxes h2 {
	font-size: 20px;
	line-height: 26px;
	text-transform: none;
	color: #484848;
	border-bottom: 1px solid #b4b4b4;
	padding: 0 0 5px;
	margin: 0 0 11px;
}



.subsection .boxes {
	overflow: hidden;
	text-align: center;
}
.subsection .boxes h2 {
	font-size: 20px;
	line-height: 26px;
	text-transform: none;
	color: #484848;
	border-bottom: 1px solid #b4b4b4;
	padding: 0 0 5px;
	margin: 0 0 11px;
}

#content a:hover {
	opacity: .8;
}


.service .box {
	background: #fff;
	padding: 0;
	border: 0px solid #fff;
	margin: 0 0 10px;
	text-align: left;
}

.service .box img {
	width: 100%;
	height: auto;
	display: block;
	margin: 0;
}


.subsection .box {
	background: #fff;
	padding: 0;
	border: 1px solid #d3d3d3;
	margin: 0 0 10px;
	text-align: left;
}

.subsection .box img {
	width: 100%;
	height: auto;
	display: block;
	margin: 0 0 6px;
}

.subsection .box .caption {
	font-size: 16px;
	line-height:27px;		
	text-align: center;
	padding: 5px 35px 0;
	margin: 0 -5px;
	overflow: hidden;
	color: #6272a9;
}
.subsection .box .caption a {
	color: #8A674A;
}
.subsection .box .caption a.btn-more {
	color: #000;
}
.subsection .box .caption ul {
	display: block;
	list-style: none;
	text-align: center;
}
.subsection .box .caption ul li {
	display: block;
	list-style: none;
	text-align: center;
}

.subsection .box h3 {
	font-size: 24px;
	line-height: 28px;
	text-transform: uppercase;
	color: #455792;
	margin: 0 0 16px;
}

.subsection .box h3 a {
	color: #272727;
	text-decoration: none;
}

.subsection .box h3 a:hover {
	color: #f58220;
}

.subsection .btn-more {
	font-size: 14px;
	line-height: 20px;
 	font-family: "Trebuchet MS", Helvetica, sans-serif;
	font-weight: 700;
	text-decoration: none;
	background: url(../images/bg-btn.png) no-repeat;
	background-size: 100% 100%;
	float: right;
	clear: both;
	min-width: 126px;
	text-align: center;
	padding: 4px 18px 2px 56px;
	margin: 0 -10px -1px 0;
	color: #fff;
	position: relative;
	text-transform: uppercase;
}

.subsection .btn-more:after {
	font-size: 18px;
	line-height: 18px;
	position: absolute;
	top: 6px;
	right: 5px;
	font-family: "icomoon";
	content: "\e901";
}

.subsection .btn-more:hover {
	color: #000;
}

.testimonials {
    margin-bottom: 10px;
}
.testimonials h3 {
	text-align:center;
    font-size: 28px;
    margin-top: 20px;
}
.testimonials .box {
	background:#e0e9ff;
	border: #b3bfdc 1px solid;
	min-height:360px;
}
.testimonials .box .caption{
	padding-top:17px;
	color:#455792;
    line-height: 28px;
	text-align:left;
}
.testimonials .box .author{
	float:right;
}
.testimonials .box .author::before{
	content: "~ ";
}

#content .detail h2 {
	font-size: 18px;
	line-height: 22px;
	font-family: "Myriad Pro", "Arial", "Helvetica", sans-serif;
	text-align: center;
	color: #33271c;
	text-transform: none;
	margin: 0 0 2px;
}

/* sidebar styles */

#sidebar {
	overflow: hidden;
	border-left: 1px solid #a1a1a1;
	height: 100%;
	display: none;
}

#sidebar .aligncenter {
	display: block;
	margin: 0 0 14px 10px;
}

#sidebar .aligncenter img {
	width: 100%;
	height: auto;
	display: block;
}

.widget {
	overflow: hidden;
	margin: 0 0 30px;
 	font-family: "Trebuchet MS", Helvetica, sans-serif;
}

.widget h3 {
	color: #f58220;
	text-transform: uppercase;
	margin: 0 0 7px 10px;
}

.widget ul {
	border-top: 1px solid #a1a1a1;
	position: relative;
}

.widget ul:after {
	border-top: 1px solid #fff;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	content: "";
}

.widget ul li {
	border-bottom: 1px solid #fff;
}

.widget ul a {
	border-bottom: 1px solid #a1a1a1;
	display: block;
	padding: 10px;
	text-decoration: none;
	color: #474747;
}

.widget ul a:hover {
	background: #f1f1f1;
	background: -webkit-linear-gradient(left, #f1f1f1 0%, #e3e3e3 100%);
	background: linear-gradient(to right, #f1f1f1 0%, #e3e3e3 100%);
}

/* slideshow gallery styles */

.slideshow {
	position: relative;
}

.slideshow .slideset .slide {
	position: absolute;
	z-index: 1;
	left: 0;
	top: 0;
	width: 100%;
}

.slideshow .slideset .slide.active {
	z-index: 2;
}

.slideshow .slideset img {
	width: 100%;
	height: auto;
	display: block;
}

.slideshow .btn-area {
	overflow: hidden;
	position: relative;
}

.slideshow .paging {
	overflow: hidden;
	display: block;
	clear: both;
	position: relative;
}

.slideshow h1 {
	border-bottom: 1px solid #b4b4b4;
	text-align: center;
	margin: 0 0 11px;
	padding: 18px 0 4px;
	line-height: 32px;
}

.slideshow .btn {
	font-size: 15px;
	line-height: 20px;
	display: inline-block;
	vertical-align: top;
	background: -webkit-linear-gradient(top, #0aa245 0%, #077432 100%);
	background: linear-gradient(to bottom, #0aa245 0%, #077432 100%);
 	font-family: "Trebuchet MS", Helvetica, sans-serif;
	color: #fff;
	text-decoration: none;
	border-radius: 5px;
	position: relative;
	padding: 8px;
	font-weight: 700;
	margin: 0 0 7px;
}

.cta .btn {
	font-size: 15px;
	line-height: 20px;
	display: inline-block;
	vertical-align: top;
	background: -webkit-linear-gradient(top, #0aa245 0%, #077432 100%);
	background: linear-gradient(to bottom, #0aa245 0%, #077432 100%);
 	font-family: "Trebuchet MS", Helvetica, sans-serif;
	color: #fff;
	text-decoration: none;
	border-radius: 5px;
	position: relative;
	padding: 8px;
	font-weight: 700;
	margin: 0 0 7px;
}


.slideshow .btn:after {
	font-size: 20px;
	line-height: 20px;
	display: inline-block;
	vertical-align: top;
	content: "$";
	margin: 0 0 0 10px;
}

.slideshow .btn.blue {
	background: -webkit-linear-gradient(top, #0c77c6 0%, #09558e 100%);
	background: linear-gradient(to bottom, #0c77c6 0%, #09558e 100%);
	margin: 0 0 10px 5px;
}

.slideshow .btn.blue:after {
	font-family: "icomoon";
	content: "\e905";
}

.slideshow .next,
.slideshow .prev {
	font-size: 35px;
	line-height: 35px;
	width: 30px;
	height: 36px;
	background: -webkit-linear-gradient(top, #dc8200 0%, #9e5d00 100%);
	background: linear-gradient(to bottom, #dc8200 0%, #9e5d00 100%);
	color: #fff;
	top: 0;
	right: 0;
	padding: 2px 0;
	border-radius: 5px;
	text-decoration: none;
	float: right;
	position: relative;
	margin: 0 0 10px;
}

.slideshow .next:after,
.slideshow .prev:after {
	font-family: "icomoon";
	content: "\e901";
	position: absolute;
	left: -2px;
	top: 0;
}

.slideshow .prev {
	float: left;
}

.slideshow .prev:after {
	content: "\e902";
}

.slideshow .switcher {
	border: 1px solid #d3d3d3;
	background: #fff;
	position: relative;
	padding: 11px 0;
	margin: 9px 0;
}

.slideshow .switcher .mask {
	position: relative;
	overflow: hidden;
	margin: 0 20px;
}

.slideshow .switcher .slideset {
	float: left;
	width: 100% !important;
	white-space: nowrap;
	letter-spacing: -6px;
}

.slideshow .switcher .thumbnail {
	display: inline-block;
	vertical-align: top;
	width: 63px !important;
	white-space: normal;
	letter-spacing: 0;
	margin: 0 2px;
}

.slideshow .switcher .thumbnail img {
	display: block;
}

.slideshow .switcher .thumbnail.active {
	opacity: .8;
}

.slideshow .switcher .btn-next,
.slideshow .switcher .btn-prev {
	position: absolute;
	width: 26px;
	top: 0;
	left: -10px;
	bottom: 0;
	background: #ccc;
	color: #fff;
}

.slideshow .switcher .btn-next:after,
.slideshow .switcher .btn-prev:after {
	font-size: 40px;
	line-height: 40px;
	font-family: "icomoon";
	content: "\e902";
	position: absolute;
	top: 50%;
	left: -7px;
	margin: -20px 0 0;
}

.slideshow .switcher .btn-next:hover,
.slideshow .switcher .btn-prev:hover {
	opacity: 1;
	background: #000;
}

.slideshow .switcher .btn-prev {
	left: auto;
	right: -10px;
}

.slideshow .switcher .btn-prev:after {
	content: "\e901";
}

.slideshow .mask {
	position: relative;
	overflow: hidden;
}

/* detail area styles */

.detail-area {
	overflow: hidden;
}

.detail-area .detail {
	background: #fff;
	border: 1px solid #d3d3d3;
	color: #33271c;
	padding: 10px 9px 5px;
	margin: 0 0 10px;
}

.detail-area dl {
	color: #33271c;
	margin: 0;
	overflow: hidden;
}

.detail-area dl dt {
	float: left;
	width: 146px;
	font-weight: 700;
	margin: 0 0 5px;
}

.detail-area dl dd {
	margin: 0 0 5px;
	overflow: hidden;
}

.detail-area ul {
	margin: 0;
}

.detail-area ul li {
	position: relative;
	padding: 0 0 5px 8px;
}

.detail-area ul li:after {
	width: 3px;
	height: 3px;
	position: absolute;
	top: 7px;
	left: 0;
	content: "";
	background: #33271c;
	border-radius: 100%;
}

/* description styles */

.description {
	overflow: hidden;
	padding: 9px 10px 14px;
	word-spacing: -1px;
	background: #fff;
	border: 1px solid #d3d3d3;
	color: #33271c;
	margin: 0 0 22px;
}

.description p {
	margin: 0;
}

/* map styles */

.map-area {
	margin: 0;
}

.map-area h3 {
	font-size: 16px;
	line-height: 22px;
	text-align: center;
	margin: 0 0 15px;
	color: #000001;
}

.map-area .map {
	box-shadow: 0 0 5px rgba(0, 0, 0, .3);
	background: #fff;
	padding: 3px;
}

p iframe{
	width: 100%;
	box-shadow: 0 0 5px rgba(0, 0, 0, .3);
	background: #fff;
	padding: 3px;
}
/* cols styles */

.cols {
	background: #fff;
	border-top: 3px solid #b3b3b3;
	position: relative;
 	font-family: "Trebuchet MS", Helvetica, sans-serif;
	font-weight: 700;
	text-align: center;
	padding: 18px 0 0;
	display: none;
}

.cols:after {
	border-top: 18px solid #000;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	content: "";
}

.cols .col {
	display: inline-block;
	vertical-align: top;
	width: 17.5%;
	margin: 0 .9%;
	color: #686868;
	text-transform: uppercase;
	text-decoration: none;
	text-align: left;
}

.cols .col:hover {
	opacity: .8;
}

.cols .holder {
	background: #fff;
	box-shadow: inset 0 0 15px rgba(0, 0, 0, .7);
	border: solid #fff;
	border-width: 3px 0;
	padding: 18px 0 15px;
}

.cols .image {
	box-shadow: 0 0 5px rgba(0, 0, 0, .3);
	background: #fff;
	padding: 3px;
	margin: 0 0 8px;
}

.cols .image img {
	width: 100%;
	height: auto;
	display: block;
}

.cols p {
	margin: 0;
}

/* footer styles */

#footer {
	background: #fff;
	overflow: hidden;
	border-top: 4px solid #a9a9a9;
	display: table-footer-group;
	height: 1%;
}

#footer .container {
	max-width: 100%;
	padding: 20px 10px;
	border-top: #6272a9 solid 20px;
}

#footer .footer-content {
	float: left;
	width: 70%;
	text-align: center;
	margin: 0 1.5% 0 0;
	display: none;
}

#footer .title {
	font-size: 23px;
	line-height: 29px;
	color: #6272a9;
	text-transform: uppercase;
	display: block;
	border-top: 2px solid #6272a9;
	padding: 10px 0;
	font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
}

#footer .footer-nav {
	overflow: hidden;
	text-transform: capitalize;
	display: none;
}

#footer .footer-nav ul li {
	display: inline-block;
	vertical-align: top;
	position: relative;
	padding: 0 11px 19px;
}

#footer .footer-nav ul li:first-child:after {
	display: none;
}

#footer .footer-nav ul li:after {
	width: 1px;
	height: 15px;
	position: absolute;
	top: 2px;
	left: 0;
	background: #6272a9;
	content: "";
}

#footer .footer-nav ul a {
	color: #6272a9;
	text-decoration: none;
}

#footer .footer-nav ul a:hover {
	color: #6272a9;
}

#footer .info {
	overflow: hidden;
	max-width: 95%;
	margin: 0 auto;
}

#footer .info .col.f-logo {
	display: none;
}

#footer .info ul {
	font-size: 18px;
	line-height: 24px;
}

#footer .info ul li {
	padding: 0 0 20px;
}

#footer .info ul li.phone {
	font-size: 20px;
	line-height: 26px;
}

#footer .info ul a {
	text-decoration: none;
	color: #6272a9;
}

#footer .info ul a:hover {
	color: #6272a9;
}

#footer .info ul span {
	display: block;
	overflow: hidden;
}

#footer .info i {
	float: left;
	width: 25px;
	margin: 3px 4px 0 0;
}

#footer address {
	font-style: normal;
}

#footer .footer-logo {
	max-width: 150px;
	margin: 0 auto;
	display: none;
}

#footer .footer-logo img {
	width: 100%;
	height: auto;
	display: block;
}

#footer .holder {
	font-size: 14px;
	line-height: 18px;
	color: #6272a9;
	overflow: hidden;
}

#footer .holder a {
	color: #6272a9;
	text-decoration: none;
}

#footer .holder a:hover {
	color: #f58220;
}

#footer .copyright {
	float: left;
}

#footer .site-by {
	font-size: 12px;
	line-height: 15px;
	float: right;
}
#footer .info .hours .title {
	border: none;
	text-align:center;
	font-size:20px;
}
#footer .info .hours ul span {
    display: inline;
}
#footer .info .hours ul li {
	color:#6272a9;
    padding: 0;
	white-space: nowrap;
}
#footer .info .hours ul li .time {
	float:right;
	padding: 0 9px 0 0;
}

/* Physician styles */

.physician {
    float: left;
    display: block;
	margin-bottom: 60px;
}
.physician h3{
	font-size: 26px;
	color: #9c4e89;
}
.physician span.title{
	font-size: 18px;
	color: #b76ca4;
}
.physician p{
	font-size: 15px;
	line-height: 24px;
}
.physician img{
	width:16%;
	float:left;
	margin-right:20px;
    box-shadow: 0px 0px 7px rgba(0, 0, 0, .2);
    border: 4px solid #fff;
	}

@media (min-width: 768px) {
	h2 {
		font-size: 24px;
		line-height: 28px;
	}

	.logo {
		width: 300px;
		left: 10px;
		z-index: 99999;
	}

	.logo:after,
	.logo:before {
		width: 98px;
		height: 23px;
	}

	.top-nav {
		background: -moz-linear-gradient(left, rgba(219,227,249, .01) 0%, rgba(229, 237, 248, .8) 50%, rgba(255, 255, 255, 1) 100%);
		background: -webkit-linear-gradient(left, rgba(219,227,249, .01) 0%, rgba(229, 237, 248, .8) 50%, rgba(255, 255, 255, 1) 100%);
		background: -webkit-gradient(linear, 0 0, 100% 0, from(rgba(219,227,249, .01)), color-stop(0.5, rgba(229, 237, 248, .8)), to(rgba(255, 255, 255, 1)));
		background: -o-linear-gradient(left, rgba(219,227,249, .01) 0%, rgba(229, 237, 248, .8) 50%, rgba(255, 255, 255, 1) 100%);
		background: linear-gradient(left, rgba(219,227,249, .01) 0%, rgba(229, 237, 248, .8) 50%, rgba(255, 255, 255, 1) 100%);
		border-right: 1px solid #6272a9;
		z-index: 9999;
	}

	.top-nav:after {
		left: 100.1%;
	}

	.top-nav:before {
		background: -webkit-linear-gradient(left, rgba(98, 114, 169, .01) 0%, rgba(229, 237, 248, .8) 10%, rgba(98, 114, 169, 1) 100%);
		background: linear-gradient(to right, rgba(98, 114, 169, .01) 0%, rgba(229, 237, 248, .8) 10%, rgba(98, 114, 169, 1) 100%);
		position: absolute;
		top: 41px;
		height:1px;
		left: 0;
		bottom: 0px;
		right: 0;
		content: "";
		z-index: -1;
	}

	.top-nav li {
		display: inline-block;
		vertical-align: top;
		padding: 11px;
	}

	.top-nav li:after {
		display: block;
	}

	.top-nav li.phone {
		padding: 11px 15px 11px 38px;
	}

	.top-nav li.phone:before {
		display: block;
	}

	.top-nav li i {
		display: inline-block;
	}

	body.active .opener-holder {
		top: 40px;
		right: 255px;
	}

	body.active #nav {
		width: 255px;
	}

	#nav {
		z-index: 999;
	}

	#nav > ul {
		width: 255px;
		padding: 59px 0 0;
	}

	.main-content {
		padding: 15px 10px 0;
	}

	.slider {
		margin: 0 0 12px;
	}

	.slider:after,
	.slider:before {
		width: 100%;
		height: 80px;
	}

	.slider .slideset:after {
		display: block;
	}

	.slider .image {
		min-width: 980px;
	}

	.slider .image img {
		min-width: 980px;
	}

	.slider .pagination {
		bottom: 33px;
			display: block;

	}

	.main-heading {
		display: block;
	}

	.more-items {
		display: none;
	}

	.left-nav {
		border: none;
		width: 301px;
		float: left;
		border-right: 1px solid #a1a1a1;
		margin: 0 0 0 -10px;
	}

	.left-nav ul {
		height: auto;
		margin: 0;
	}

	.two-cols {
		overflow: hidden;
	}

	#content {
		padding: 12px 0 0 13px;
	}

	#content .textblock p {
		margin: 0 0 24px;
	}

	.subsection .boxes h2 {
		font-size: 24px;
		line-height: 30px;
	}

	.subsection .box-holder {
		margin: 0 -1.5%;
	}

	.service .box {
		display: inline-block;
		vertical-align: top;
		width: 47%;
		margin: 0 5px 18px;
	}
	
	.subsection .box {
		display: inline-block;
		vertical-align: top;
		width: 47%;
		margin: 0 5px 18px;
	}

	.subsection .box h3 {
		margin: 0 0 4px;
		font-size: 17px;
		line-height: 22px;
	}

	.subsection .btn-more {
		font-size: 12px;
		line-height: 16px;
		padding: 6px 18px 2px 56px;
	}

	.slideshow .btn-area {
		padding: 0 80px 0 0;
	}

	.slideshow .paging {
		top: 0;
		right: 0;
		position: absolute;
		overflow: visible;
	}

	.slideshow h1 {
		margin: 0 0 9px;
		padding: 0 0 4px;
		line-height: 38px;
	}

	.slideshow .btn {
		font-size: 16px;
		line-height: 20px;
		margin: 0 0 12px;
		padding: 7px 17px 7px 15px;
	}

	.slideshow .next,
	.slideshow .prev {
		position: absolute;
		float: none;
		margin: 0;
	}

	.slideshow .prev {
		right: 40px;
		float: none;
	}

	.slideshow .switcher .mask {
		margin: 0 28px;
	}

	.slideshow .switcher .btn-next,
	.slideshow .switcher .btn-prev {
		left: 0;
	}

	.slideshow .switcher .btn-prev {
		right: 0;
		left: auto;
	}

	.detail-area {
		margin: 0 0 10px;
	}

	.detail-area .detail {
		float: right;
		width: 49.2%;
		margin: 0;
		padding: 10px 9px 5px;
	}

	.detail-area .detail:first-child {
		float: left;
	}

	.detail-area dl dt {
		width: 118px;
	}

	.map-area h3 {
		font-size: 18px;
		line-height: 24px;
	}

	#footer .footer-content {
		display: inline-block;
	}

	#footer .footer-nav {
		display: block;
	}

	#footer .info {
		max-width: inherit;
	}

	#footer .info .col {
		border-left: 2px solid #797979;
	}

	#footer .info .col {
		padding: 0 10px 30px;
	}

	#footer .info ul {
		font-size: 16px;
		line-height: 21px;
	}
}

@media (min-width: 1024px) {
	.container {
		padding: 15px 18px;
	}
	.tag-line {
		font-size: 40px;
	}

	h2 {
		font-size: 26px;
		line-height: 30px;
	}

	#header {
		position: relative;
		z-index: 9999;
	}

	#header .container {
		padding: 0 18px;
	}

	.logo {
		width: 435px;
		left: 15px;
	}

	.logo:after,
	.logo:before {
		width: 146px;
		height: 18px;
	}

	.header-content {
		position: relative;
		padding: 0 0 0 435px;
	}

	.top-nav {
		margin: 0 0 44px;
	}

	.nav-opener {
		display: none;
	}

	body.active #nav {
		width: auto;
	}

	#nav {
		font-size: 16px;
		line-height: 24px;
		position: relative;
		top: auto;
		right: auto;
		background: none;
		overflow: visible;
		width: auto;
	}

	#nav:after,
	#nav:before {
		display: block;
	}

	#nav > ul:after {
		display: none;
	}

	#nav > ul {
		text-align: center;
		display: table;
		width: 100%;
		padding: 0;
		border: none;
	}

	#nav > ul > li {
		display: table-cell;
		vertical-align: middle;
		border: none;
	}

	#nav > ul > li:hover > a {
		background: #dbe3f9 ;
		background: -webkit-linear-gradient(top, #dbe3f9  0%, #fff 100%);
		background: linear-gradient(to bottom, #dbe3f9  0%, #fff 100%);
		color: #869dbf;
	}

	#nav > ul > li > a {
		color: #242f53;
		padding: 21px 5px 16px;
		border: none;
	}

	#nav > ul > li > a:after,
	#nav > ul > li > a:before {
		background: #e1e1e1;
		background: -webkit-linear-gradient(top, rgba(129, 151, 185, 0) 0%, rgb(129, 151, 185) 100%);
		background: linear-gradient(to bottom, rgba(129, 151, 185, 0) 0%, rgb(129, 151, 185) 100%);
		width: 1px;
		height: auto;
		bottom: 0;
		display: block;
	}

	#nav > ul > li > a:before {
		background: #e4e4e4;
		background: -webkit-linear-gradient(top, rgb(219, 227, 249) 0%, rgb(255, 255, 255) 100%);
		background: linear-gradient(to bottom, rgb(219, 227, 249) 0%, rgb(255, 255, 255) 100%);
		left: 1px;
	}

	#nav > ul > li > a:hover {
		background: #dbe3f9 ;
		background: -webkit-linear-gradient(top, #dbe3f9  0%, #fff 100%);
		background: linear-gradient(to bottom, #dbe3f9  0%, #fff 100%);
	}

	#nav > ul .dropdown {
		box-shadow: 0 0 5px rgba(0, 0, 0, .5);
		opacity: 0;
		-webkit-transition: all .3s linear;
		transition: all .3s linear;
		position: absolute;
		top: 95%;
		left: 0;
		max-width: 300px;
		border: 5px solid #fff;
		visibility: hidden;
	}

	#nav > ul .dropdown li {
		border: none;
	}

	#nav > ul .dropdown a {
		padding: 10px;
		background: -webkit-linear-gradient(top, #94aed4 0%, #7d92b3 100%);
		background: linear-gradient(to bottom, #94aed4 0%, #7d92b3 100%);
		border: none;
		white-space:nowrap;
	}

	#nav > ul .dropdown a:hover {
		background: -webkit-linear-gradient(top, #e0e8f8 0%, #dbe3f9 100%);
		background: linear-gradient(to bottom, #e0e8f8 0%, #dbe3f9 100%);
		color: #000;
	}

	.main-content {
		padding: 15px 0 0;
	}

	.slider {
		margin: 0 0 19px;
	}
	.slider.compact {
		margin: 0 0 -26px;
	}	
	
	.slider .btn-next,
	.slider .btn-prev {
		display: block;
	}

	.slider .image {
		min-width: 1200px;
	}

	.slider .image img {
		min-width: 1200px;
	}

	.slider .text-block {
		display: inline-block;
		margin: 0 0 0 29px;
		width:97%;
		text-align:left;
	}

	.slider .pagination {
		bottom: 35px;
	}
	.compact.slider .line1 {
		font-size: 30px;
		display:inline-block;
		text-align: right;
	}
	
	.slider .line1 {
		display: inline-block;
	}
	.slider.compact .cta {
		float:right;
	}
	.left-nav {
		margin: 0;
	}

	.left-nav {
		font-size: 16px;
		line-height: 22px;
		color: #272727;
		margin: 0;
	}

	#content {
		float: left;
		width: 66.4%;
		padding: 10px 20px;
	}

	#content h2 {
		margin: 0 0 15px;
	}

	#content .textblock,
	.services .textblock {
		font-size: 18px;
		line-height: 34px;
	}
	.service .box {
		width: 24%;
		margin: 0 4px 20px;
	}

	.subsection .box {
		width: 29.9%;
		margin: 0 4px 20px;
	}

	.subsection .box h3 {
		font-size: 14px;
		line-height: 17px;
	}

	#sidebar {
		display: block;
	}

	.cols {
		display: block;
	}

	#footer {
		border: none;
	}

	#footer .container {
		padding: 20px 15px;
	}

	#footer .footer-content {
		width: 70%;
	}

	#footer .footer-nav ul li {
		padding: 0 15px 19px;
	}

	#footer .footer-logo {
		display: block;
	}
}

@media (min-width: 1230px) {
	.tag-line {
		font-size: 50px;
	}

	h1 {
		font-size: 30px;
		line-height: 35px;
	}

	#nav {
		padding: 0 0 0 20px;
	}

	#nav > ul > li > a {
		padding: 21px 5px 16px;
	}

	.main-content {
		padding: 15px 18px 0;
	}

	.slider:after,
	.slider:before {
		width: 100%;
		height: 80px;
	}

	.slider .slideset:after {
		height: 25px;
	}

	.slider .image {
		min-width: 1350px;
	}

	.slider .image img {
		min-width: 1350px;
	}

	.slider .text-block {
		margin: 0 0 0 34px;
	}

	.left-nav {
		width: 303px;
	}

	#content {
		width: 70.2%;
	}

	#content h2 {
		font-size: 27px;
		line-height: 36px;
		margin: 0 0 10px;
	}

	#content .textblock p {
		margin: 0 0 25px;
	}

	.subsection .boxes h2 {
		font-size: 26px;
		line-height: 30px;
	}

	.subsection .box-holder {
		margin: 0 -2%;
	}

	.subsection .box {
		margin: 0 20px 30px;
	}

	.subsection .box h3 {
		font-size: 20px;
		line-height: 24px;
	}

	.subsection .btn-more {
		font-size: 14px;
		line-height: 20px;
		padding: 6px 20px 2px 56px;
	}

	.subsection .btn-more:after {
		font-size: 20px;
		line-height: 20px;
	}

	.slideshow h1 {
		line-height: 31px;
	}

	.detail-area .detail {
		padding: 22px 22px 12px;
	}

	.detail-area dl dt {
		width: 143px;
	}

	.detail-area ul {
		margin: 0 0 0 -12px;
	}

	.description {
		padding: 18px 22px 16px;
		word-spacing: 3px;
	}

	#footer .footer-content {
		width: 59.3%;
	}

	#footer .info .col {
		padding: 0;
		float: left;
		width: 50%;
	}

	#footer .info .col.f-logo {
		display: block;
	}

	#footer .info ul {
		padding: 0 0 0 9px;
	}

	#footer .info ul li {
		padding: 0 0 20px 0;
	}

	#footer .info i {
		font-size: 20px;
		line-height: 26px;
		margin: 0 4px 0 0;
	}
}

@media (min-width: 1350px) {
	.logo {
		left: 27px;
	}
}

@media (max-width: 767px) {
	.xMobile{
		display: none;
		visibility: hidden;
	}
	.left-nav {
		height: auto !important;
	}

	.two-cols {
		height: auto !important;
	}

	#footer .info {
		max-width:50%;
		min-width:250px;
	}

	#footer .info ul li {
		padding: 22px 0 0 0;
	}

	#footer .info .col {
		height: auto !important;
	}

	.left-nav li.jumbo h2 {
		white-space: normal;
		position: inherit;
		right: auto;
	}
	.left-nav li.jumbo p {
		margin-top: auto;
	}

}

/* Request Form --------------------------------------- */
.country{
	visibility: hidden;
	height: 0px;
	display: none;
}
.form-container {
	width: 100%;
	padding:0;
	margin: 0 auto;
}
.form-container form{
	margin: 0 auto;
}
.form-container h3 {
	margin: 0 0 30px 10px;
	color: #214B75;
}
.form-container p {
	padding: 0 10px 0 10px;
}
.form-container .required {
	font-size: 12px;
	font-weight: bold;
	color: #055b9b;
	padding-left: 3px;
	width:15%;
}

.form-container a {color:#003e51;}
.form-container a:hover {text-decoration:none;}
.form-container p {
	margin:0 0 16px;
	line-height:16px;
}
.form-container form,
.form-container fieldset {
	margin:0;
	padding:0;
	border:none;
}
.form-container input.text,
.form-container select,
.form-container textarea {
	font:13px verdana, arial, sans-serif;
	color:#000;
	width:55%;
}

.general-info textarea {
	width:50%;
}

.form-container input.text {
	width:55%;
}

.form-container .hr {
	height:2px;
	overflow:hidden;
	clear:both;
	margin:15px 0 20px;
	background-color: #001C43;
}
.row {
	width:100%;
	overflow:hidden;
	margin:0 0 10px;
}
.general-info label {
	display: inline-block;
	width: 30%;
	text-align: right;
	font-weight: bold;
	padding-right: 5px;
	line-height: 15px;
}
.general-info .radiorow label{
	display: inline;
	margin-right: 25px;
}
.general-info input[type=text],
.general-info select {
	width: 50%;
}

.general-info .radiorow strong{
	float:left;
	width:30%;
	text-align: right;
	margin:0 20px 0 0;
}

.form-content .row.buttons {

}
.form-content input[type="submit"] {
	    font-size: 15px !important;
    line-height: 26px;
	float: right;
	margin-right:19% !important;
}
/* End Request Form --------------------------------------- */

.image-100pct,
.image-35pct-left,
.image-35pct-right
{
	position: relative;
	display: inline-block;
	vertical-align: middle;
	max-width: 100%;
	height: auto;
	background-color: rgba(0, 0, 0, .05);
	border: 5px solid #fff;
	-webkit-box-shadow: 1px 1px 4px rgba(0, 0, 0, .5);
	box-shadow: 1px 1px 4px rgba(0, 0, 0, .5);
	overflow: hidden;
}
img.image-100pct,
img.image-35pct-left,
img.image-35pct-right
{
	display: block;
	background: 0 0;
}
.image-100pct img,
.image-35pct-left img,
.image-35pct-right img
{
	display: block;
	width: 100%;
	height: auto;
}
img.image-100pct ,
img.image-35pct-left ,
img.image-35pct-right
{
	display: block;
	width: 100%;
	height: auto;
}
img.image-35pct-left ,
img.image-35pct-right
{
	width: 35%;
}
.image-35pct-left{
	float:left;
	margin-right:15px;
}
.image-35pct-right{
	float:right;
	margin-left:15px;
}
#content p.image-35pct-right{
	margin: 0 0 26px 15px;
}

.video-container {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px; height: 0; overflow: hidden;
}
.video-container iframe,
.video-container object,
.video-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}


.video-container-35pct {
	width: 35%;
	position: relative;
	padding-bottom: 20%;
	padding-top: 30px; height: 0; overflow: hidden;
}
.video-container-35pct iframe,
.video-container-35pct object,
.video-container-35pct embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

@media (max-width: 768px) {
	.video-container-35pct {
		width: 100%;
		padding-bottom: 56.25%;
	}
	img.image-35pct-left,
	img.image-35pct-right {
		width: 100%;
	}

}
@media (min-width: 1600px) {
	#footer .info .col {
		padding: 0 25px;
	}
	#footer .container {
		padding: 20px 40px;
	}
}
a.nolink{text-decoration: none; color: #6872a9;}