/*
 Theme Name: Plastic Surgery Of Virginia Beach
 Author: Red Spot Interactive
 Version: 1.0
 */

.readers-choice{
	padding: 6px 0px;
}

 @media only screen and (max-width : 1200px) {
 	.readers-choice{
 		margin: 20px auto;
 		padding: 0px;
 	}
 }

 /* Sidebar Form styling */
	.sidebar-form {
		padding: 6px 16px 0px 10px;
	}
 .sidebar-form input[type="text"], 
 .sidebar-form input[type="email"], 
 .sidebar-form input[type="tel"], 
 .sidebar-form select, 
 .sidebar-form textarea {
    margin: 0 0 4px;
    border-radius: 0;
    box-shadow: none;
    border: solid 1px #efefef;
    background: #fff;
    width: 100%;
    height: 20px;
    padding: 1px 2%;
    font-size: 11px;
    display: block;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
}

}#contact-sidebar {
    margin-bottom: 45px;
}
.contact-subject {
    display: none;
}

#contact-sidebar #mc {
    display: block;
    margin:0 auto;
    text-align: center;

}
#contact-sidebar #mc p {
    color: #fff;
    font-size: 11px;
    font-weight: 600;
    padding: 12px 20px;
    line-height: 1.2;
    text-align: center;
    border-radius: 10px;
    position: relative;
    margin-bottom: 5px;
}
#contact-sidebar #mc_form_op, #contact-sidebar #mc_form_eq {
    margin: 0 10px;
    color: #fff;
    font-size: 22px;
}
#contact-sidebar #mc_form_c_1, #contact-sidebar #mc_form_c_2, #contact-sidebar #mc_r {
    background-color: #fff;
    border: 0;
    display: inline;
    text-align: center;
    width: 10%;
    border-style: solid;
    border-width: 1px;
    border-color: #ccc;
}
#contact-sidebar .contact-submit {
    color: #fff;
    border: white solid 2px;
    text-transform: uppercase;
    display: block;
    box-shadow: none;
    font-size: 18px;
    line-height: 1;
    font-family: 'Ek Mukta', sans-serif !important;
    text-align: center;
    background: transparent;
    width: 70%;
    margin: 20px auto;
}

.mobile-view{
	display: none;
}

@media only screen and (min-device-width : 332px) and (max-device-width : 441px) {
	.mobile-break{
		padding: 0 60px;
	}
}
@media only screen and (max-width : 1700px) {
/* Styles */
	#carousel-wrap{
		position: relative !important;
		background: linear-gradient(135deg, #208895 0%,#5ec2ce 50%,#208895 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	}

	#carousel-wrap .form-container {
	    float: none;
	    width: 70%;
	    margin: 0 auto;
	}
}


/*PK Custom CSS*/
.text-uppercase {
	text-transform: uppercase;
}

img {
	max-width: 100%;
}

html {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*, *:before, *:after {
  -webkit-box-sizing: inherit;
  -moz-box-sizing: inherit;
  box-sizing: inherit;
}

.quickform #uEmail, 
.quickform #uPhone, 
.quickform #uZip, 
.quickform #uProc, 
.quickform #uMsg {
    display: none; 
}
.quickform.expanded #uEmail, 
.quickform.expanded #uPhone, 
.quickform.expanded #uZip, 
.quickform.expanded #uProc, 
.quickform.expanded #uMsg {
    display: block;
}

.quickform.expanded #uProc #Procedures {display:none;}

.navbar {
	min-height: auto;
}

.green-quote {
	fill: #93c700;
	max-width: 43px;
	transform: rotate(180deg);
	margin: 0 0 15px 0;
}

/*Homepage*/

.home-title {
	border-bottom: #4eb6c2 solid 2px;
	padding: 20px 0;
}

.mobile-quick-form {
	padding-top: 10px;
}

.dl-menuwrapper button:hover, .dl-menuwrapper button.dl-active, .dl-menuwrapper ul {
    background: #37acba;
}

.dl-menuwrapper li.main-page a {
    background: #0d7e8a;
}

.homepage-testimonials {
    background: #0d7d89;
    padding: 30px 0;
}

.meet-the-doc {
    background: #DBF6F9;
    padding: 60px 0 30px;
}

.doc-img img {
    color: #187D88;
    border: 1px solid #3EACB9;
    padding: 3px;
    margin: 55px auto 0 auto;
    display: block;
}

.doc-img a {
    left: 50%;
    transform: translateX(-50%);
    position: relative;
    margin-top: 10px;
}

.btn {
    background-color: #187d88;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    display: inline-block;
    cursor: pointer;
    color: #ffffff !important;
    font-size: 14px;
    padding: 10px 20px;
    text-decoration: none !important;
}

.btn:hover {
    background-color: #3EACB9;
    color: #ffffff;
}

.footer-box {
    text-align: left;
    color: #ccc;
    font-size: 14px;
}

.footer-box h4 {
    font-size: 30px !important;
    font-weight: 700;
    font-family: "Lato", serif !important;
    font-weight: 300;
    color: #187D88 !important;
    border-bottom: 1px solid #3EACB9;
    padding-bottom: 14px;
}

.footer-box img {
    margin: 0 24px 24px 0;
    float: left;
    text-align: left;
}

.footer-box a {
    color: #187d88;
    text-decoration: underline;
}


/*------------------------------------------------*/
/*-----------------[BASIC STYLES]-----------------*/
/*------------------------------------------------*/

body, textarea {
	line-height: 1.6em;
	font-family: 'Ek Mukta', sans-serif !important;
	font-size: 13px;
	color: #432b01;
}
textarea {
}
#page-wrap a {
	text-decoration: underline;
	color: #0d7d89;
	
}
#page-wrap a:hover {
	color: #37acba;
}
.clear {
	clear: both;
}
.ui-tabs-hide {
	display: none;
}
br.clear {
	margin: 0px;
	padding: 0px;
}
h1, h2, h3, h4, h5, h6 {
	color: #0d7d89 !important;
	padding-bottom: 5px;
	line-height: 1em;
}
h1 {
	font-size: 2em !important;
	font-weight: normal;
	margin-bottom: 10px;
}
h2.h1{
	font-size: 2em !important;
    font-weight: 400;
    margin: 0 0 12px;
}
h2 {
	font-size: 20px !important;
	margin-bottom: 8px;
	font-weight: bold !important;
	margin-top: 0;
	line-height: 1.2em;
}
h3 {
	font-size: 1.2em !important;
}
h4 {
	font-size: 18px !important;
}
h5 {
	font-size: 16px !important;
}
h6 {
	font-size: 14px !important;
}
p {
    margin: 0 0 18px;
}
strong {
	font-weight: bold;
}
cite, em, i {
	font-style: italic;
}
pre, code {
	font-family: Courier New, monospace !important;
	margin-bottom: 10px;
}
ins {
	text-decoration: none;
}
sup, sub {
	height: 0;
	line-height: 1;
	position: relative;
	vertical-align: baseline;
}
sup {
	bottom: 0.8em;
}
sub {
	top: 0.3em;
}
dl {
	margin: 0 0 1.5em 0;
}
dl dt {
	font-weight: bold;
}
dd {
	margin-left: 1.5em;
}
blockquote {
	margin: 1.5em;
	padding: 1em;
	color: #666666;
	background: #e6e6e6;
	font-style: italic;
	border: 1px solid #dcdcdc;
}
blockquote p {
	padding-bottom: 0px;
}

/*------------------------------------------------*/
/*---------------[WORDPRESS STYLES]---------------*/
/*------------------------------------------------*/

.alignleft {
	float: left;
	padding: 10px;
}
.alignright {
	float: right;
	padding: 10px;
}
.aligncenter {
	margin: 0 auto;
	padding: 10px;
	display: block;
}

/* Smartphones (portrait) ----------- */
@media only screen and (max-width : 600px) {
.alignleft {
	float: none !important;
	padding: 10px;
	display: block;
	text-align: center;
	margin: 0 auto;
}
.alignright {
	float: none !important;
	padding: 10px;
	display: block;
	text-align: center;
	margin: 0 auto;
}
}


/* =Navigation
 -------------------------------------------------------------- */
#assistive-text, .assistive-text {
	position: absolute;
	text-indent: -90000px;
}

.navigation, .nav-single {
	color: #888;
	font-size: 12px;
	line-height: 18px;
	overflow: hidden;
}
.navigation a:link, .navigation a:visited {
	color: #888;
	text-decoration: none;
}
.navigation a:active, .navigation a:hover {
	color: #ff4b33;
}
#nav-previous {
	float: left;
	width: 50%;
}
#nav-next {
	float: right;
	text-align: right;
	width: 50%;
}
#nav-above {
	margin: 0 0 18px 0;
}
#nav-above {
	display: none;
}
.paged #nav-above, .single #nav-above {
	display: block;
}
#nav-below {
	margin: -18px 0 0 0;
}

/* =Comments
 -------------------------------------------------------------- */
#comments {
	clear: both;
}
#comments .navigation {
	padding: 0 0 18px 0;
}
h3#comments-title, h3#reply-title {
	color: #000;
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 0;
}
h3#comments-title {
	padding: 24px 0;
}
.commentlist {
	list-style: none;
	margin: 0;
}
.commentlist li.comment {
	border-bottom: 1px solid #e7e7e7;
	line-height: 24px;
	margin: 0 0 24px 0;
	padding: 0 0 0 86px;
	position: relative;
}
.commentlist li:last-child {
	border-bottom: none;
	margin-bottom: 0;
}
#comments .comment-body ul, #comments .comment-body ol {
	margin-bottom: 18px;
}
#comments .comment-body p:last-child {
	margin-bottom: 6px;
}
#comments .comment-body blockquote p:last-child {
	margin-bottom: 24px;
}
.commentlist ol {
	list-style: decimal;
}
.commentlist .avatar {
	position: absolute;
	top: 4px;
	left: 0;
}
.comment-author {
}
.comment-author cite {
	color: #000;
	font-style: normal;
	font-weight: bold;
}
.comment-author .says {
	font-style: italic;
}
.comment-meta {
	font-size: 12px;
	margin: 0 0 18px 0;
}
.comment-meta a:link, .comment-meta a:visited {
	color: #888;
	text-decoration: none;
}
.comment-meta a:active, .comment-meta a:hover {
	color: #ff4b33;
}
.commentlist .even {
}
.commentlist .bypostauthor {
}
.reply {
	font-size: 12px;
	padding: 0 0 24px 0;
}
.reply a, a.comment-edit-link {
	color: #888;
}
.reply a:hover, a.comment-edit-link:hover {
	color: #ff4b33;
}
.commentlist .children {
	list-style: none;
	margin: 0;
}
.commentlist .children li {
	border: none;
	margin: 0;
	padding: 0 0 0 56px;
}
.nopassword, .nocomments {
	display: none;
}
#comments .pingback {
	border-bottom: 1px solid #e7e7e7;
	margin-bottom: 18px;
	padding-bottom: 18px;
}
.commentlist li.comment+ li.pingback {
	margin-top: -6px;
}
#comments .pingback p {
	color: #888;
	display: block;
	font-size: 12px;
	line-height: 18px;
	margin: 0;
}
#comments .pingback .url {
	font-size: 13px;
	font-style: italic;
}

/* Comments form */

#respond {
	border-top: 1px solid #e7e7e7;
	margin: 24px 0;
	overflow: hidden;
	position: relative;
}
#respond p {
	margin: 0;
}
#respond .comment-notes {
	margin-bottom: 1em;
}
.form-allowed-tags {
	line-height: 1em;
}
.children #respond {
	margin: 0 48px 0 0;
}
h3#reply-title {
	margin: 18px 0;
}
#comments-list #respond {
	margin: 0 0 18px 0;
}
#comments-list ul #respond {
	margin: 0;
}
#cancel-comment-reply-link {
	font-size: 12px;
	font-weight: normal;
	line-height: 18px;
}
#respond .required {
	color: #ff4b33;
	font-weight: bold;
}
#respond label {
	color: #888;
	font-size: 12px;
}

#respond input[type=text] {
	margin: 0 0 9px;
	width: 98%;
}
#respond textarea {
	width: 98%;
}
#respond .form-allowed-tags {
	color: #888;
	font-size: 12px;
	line-height: 18px;
}
#respond .form-allowed-tags code {
	font-size: 11px;
}
#respond .form-submit {
	margin: 12px 0;
}
#respond .form-submit input {
	font-size: 14px;
	width: auto;
}

/* Wordpress Stuff */

.alignleft {
	float: left;
	padding: 10px;
}
.alignright {
	float: right;
	padding: 10px;
}
.aligncenter {
	margin: 0 auto;
	padding: 10px;
}

/*------------------------------------------------*/
/*-----------------[THEME STYLES]-----------------*/
/*------------------------------------------------*/

body {
	line-height: 1.4em;
	font-size: 18px;
	color: #333;
	background: #fff;
	font-family: 'Ek Mukta', sans-serif !important;
}

.ba_img {
width: 50%;
height: 100%;
max-height: 140px;
}

.ba_box {

}

.fsize40 {
	font-size: 32px;
	line-height: 1em;
}
.fsize32 {
	font-size: 22px;
	line-height: 1em;
}
.fsize36 {
	font-size: 24px;
	line-height: 1em;
}
.fsize22 {
	font-size: 18px;
	line-height: 1em;
}
.fsize34 {
	font-size: 28px;
	line-height: 1em;
}
.fsize43 {
	font-size: 34px;
	line-height: 1em;
}

.fsize28 {
	font-size: 25px;
	line-height: 1em;
}
.fsize42 {
	font-size: 36px;
	line-height: 1em;
}
.fsize48 {
	font-size: 40px;
	line-height: 1em;
}
.fsize52 {
	font-size: 42px;
	line-height: 1em;
}

#page-wrap {
	
}


.top-banner {
    text-align: center;
    background: #2D4C8F;
    color: #fff;
    font-weight: bold;
    letter-spacing: 0.1em;
    position: relative;
    padding: 2px 0;
    z-index: 90;
}

.top-banner p {
	margin: 0;
}

#header {
    position: relative;
    z-index: 12;
    border-bottom: #0e7e8a solid 2px;
}

.georgia {
	font-family: Georgia, Times, "Times New Roman", serif !important;;
}

h1, h2, h3, h4, h5, h6 {
	font-family: 'Ek Mukta', sans-serif !important;
}

h1 {
	margin: 0 0 12px 0;
}

h1.entry-title {
	font-size: 2em;
	font-weight: bold;
	color: #0d7d89;
}

#branding {
	padding: 0 16px;
	position: relative;
}

#header > .container {
	background: #fff;
}

#logo {
	padding: 10px 0;
	display: block;
	max-width: 520px;
}

#logo img {
	width: 100%;
	max-width: none;
}

.call-us-action {
    color: #010002;
    font-size: 27px;
    padding: 10px 0 0 0;
		color: #36acb8;
}

.call-us-action a{

}

.call-us-action span {
	display: block;
}

.call-us-action .line1 {
	font-size: 21px;
}

.call-us-action .line2 {
	font-size: 21px;
}

.call-us-action .phone-number {
	font-size: 32px;
	margin-bottom: 10px;
	font-weight: 700;
	color: #0d7d89;	
}

.call-us-action .phone-number:hover{
color: #37acba;
}

.header-links {
	float: right;
	margin: 0;
	padding: 2px;
	background: #0e7e8a;
}

ul#menu-header-links {
    list-style: none;
    text-align: right;
    display: inline-block;
    padding: 0;
    margin: 0;
}

ul#menu-header-links li {
    display: inline-block;
    padding: 0 6px;
    border-left: solid 1px #fff;
}

ul#menu-header-links li:first-child {
    border-left: none;
}

ul#menu-header-links li a{
    color: #fff !important;
    font-size: 18px;
    font-weight: 200;
    text-transform: uppercase;
    text-decoration: none;
}

#main-navigation {
	background: #37acba;
	border-bottom: #0d7e8a solid 5px;
}

#access.navbar {
	margin-bottom: 0px;
	position: relative;
	z-index: 10;
	padding: 0;
}

#access.navbar .nav, #access.navbar .nav > li {
	float: none;
	display: inline-block;
	*display: inline; /* ie7 fix */
	*zoom: 1; /* hasLayout ie7 trigger */
	vertical-align: top;
}

#access.navbar .nav > li {
	padding: 0;
}

#access.navbar .nav > li:first-child {
	border-left: none;
}

#access .navbar-inner {
	text-align: center;
	border-radius: 0;
	box-shadow: none;
	border: none;
	color: #fff;
	padding: 0;
	background: none;
	filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}

#access.navbar .nav > .active > a, #access.navbar .nav > .active > a:hover, #access.navbar .nav > .active > a:focus {
	box-shadow: none;
	background: white;
	color: #000 !important;
}

#access .dropdown-menu {
	text-align: left;
	margin: 0;
	border: none;
	border-radius: 0;
	box-shadow: none;
	padding: 0;
	background: #37acba;
}

#access .navbar .nav > li {
	height: 59px;
	border-left: solid 1px #fff;
}

#access .navbar .nav > li:first-child {
	border: none;
}

#access a {
	font-size: 15px;
	color: #fff !important;
	text-transform: uppercase;
	text-shadow: none;
	padding: 0px 8px 0px 18px;
	line-height: 27px;
	font-weight: normal;
	text-align: center;
	margin: 5px 0 0 0;
}

.nav>li>a:hover, .nav>li>a:focus {
	background: white;
	color: black !important;
}
#access a:hover{
	color: #000 !important;
}
#access li:first-child a {
	border: none;
}
#access a span {

	display: inline-block;
	text-align: center;
	line-height: 20px;
	vertical-align: baseline;
	padding: 0;
}

#access .dropdown-menu li a span {
	text-align: left;
	line-height: 20px;
	padding: 0;
}

#access .dropdown-menu li a {
	font-size: 15px;
	padding: 6px 10px;
	color: #fff !important;
	border: none;
	white-space: normal;
	text-align: left;
	line-height: 19px;
	height: auto;
	margin: 0;
	text-transform: none;
}

#access .dropdown-menu li.current-menu-ancestor  a, #access .dropdown-menu li.current-menu-item  a {
	background: #6B6057;
}

#access .dropdown-menu li:hover > a,
#access .dropdown-menu li a:hover {
	background: #217B83;
	color: #fff;
}

#access .dropdown-menu li:hover > .sub-menu {
	visibility: visible;
}

#access.navbar .nav > li > .dropdown-menu:before, #access.navbar .nav > li > .dropdown-menu:after {
	display: none;
}

#access.navbar .dropdown-submenu > a:after {
	display: none;
}

#access .dropdown:hover > .dropdown-menu {
	display: block;
}

#access .dropdown-menu .dropdown-menu {
	left: 100%;
	top: 0;
	border-top: none;
	background: #37acba;
}
#access .dropdown-menu .dropdown-menu li a {
	color: #fff;
}

#access .dropdown-menu .dropdown-menu li:hover > a,
#access .dropdown-menu .dropdown-menu li > a:hover {
	background: #217B83;
}

#access .dropdown-menu .dropdown-menu li a:hover {
	color: #FFF;
}

.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus, .dropdown-submenu:hover > a, .dropdown-submenu:focus > a {
	background: none;
}

#access select {
	width: 90%;
	margin: 8px auto;
	clear: both;
}



#mobile-menu {
    background: #000000;
}
#mobile-menu .nav {
    margin: 0 auto;
    width: 100%;
}

#mobile-menu .nav span.dl-trigger {
    cursor: pointer;
    display: inline-block;
    text-align: left;
    width: 33%;
    padding-left: 10px;
    padding-right: 10px;
}

#mobile-menu .nav .phone {
    display: inline-block;
    text-align: center;
    width: 31%;
    padding-left: 10px;   padding-right: 10px;
}

#mobile-menu .nav .location {
    display: inline-block;
    text-align: right;
    width: 32%;
    padding-left: 10px;   padding-right: 10px;
}

body.home #page-content-wrap{
	position: relative;
}

#page-content-wrap > .container {
	position: relative;
	background: #fff;
}

.bagallery-container a.bagallery-box-view{
	text-decoration: none !important;
	color: #fff !important;
}

/*
 * Lead Form
 */

#carousel-wrap {
	position: absolute;
	width: 100%;
	z-index: 10;
	padding: 10px;
	top: 0;
}

.carousel-wrap-inside {
	display: block;
}

.quickform {
	position: relative;
	width: 100%;
	top: 0;
	background: linear-gradient(135deg, #208895 0%,#5ec2ce 50%,#208895 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */;
}

#carousel-wrap .quickform {

}

#sidebar-left .quickform {
	margin-bottom: 10px;
}

.quickform .formhead {
	color: #fff;
	text-align: center;
	font-size: 1em;
	font-weight: normal;
	margin: 0px;
	padding: 6px 16px 0px 10px;
	position: relative;
	z-index: 2;
}

.quickform .formhead .line1 {
	font-size: 22px;
	line-height: 1em;
}

.quickform .formhead .line2 {
	font-size: 22px;
	line-height: 1em;
}

.quickform .formhead .line3 {
	font-size: 36px;
	font-weight: normal;
	line-height: 25px;
	margin-top: 0;
	margin-bottom: 0;
	padding: 0 0 10px;
}

.quickform .formbody {
	padding: 4px 12px 4px;
	margin: 0;
	color: #fff;
	position: relative;
	z-index: 2;
}

.quickform .formsubmit {
	text-align: right;
	bottom: 0;
	z-index: 2;
	width: 100%;
}

.quickform .formbody form {
	margin: 0;
}

/*.quickform input[type="text"] {
	margin: 0 0 4px;
	border-radius: 0;
	box-shadow: none;
	border: solid 1px #efefef;
	background: #fff;
	width: 100%;
	height: 20px;
	padding: 1px 2%;
	font-size: 11px;
	display: block;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
}

.quickform textarea {
	margin: 0 0 1px;
	padding: 2px 2%;
	border-radius: 0;
	box-shadow: none;
	width: 100%;
	border: solid 1px #efefef;  background: #fff;
	height: 42px;
	font-size: 11px;
	border: none;
	line-height: 1.2em;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
}

.quickform select {
	border-radius: 0;
	box-shadow: none;
	width: 100%;
	margin: 0px 0 4px;
	font-size: 11px;
	height: auto;
	padding: 3px 2px;
	display: block;
	border: solid 1px #efefef;
	background: #fff;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
}

.quickform input[type="submit"] {
	color: #fff;
	border: white solid 2px;
	text-transform: uppercase;
	display: block;
	box-shadow: none;
	font-size: 18px;
	line-height: 1;
	font-family: 'Ek Mukta', sans-serif; 
	text-align: center;
	background: transparent;
	width: 70%;
	margin: 20px auto;
}
*/

/*
 * Blocks
 */

/*
 * Sidebars
 */
 
.sidebar-left {
	padding: 10px 0 0 0;
}

.sidebar-left .quickform {
	margin-bottom: 0px;
	height: auto;
	padding-bottom: 35px;
}

.site-section-widget {
    margin-bottom: 50px;
}

.site-section-widgets img {
  border: solid 2px #1a8089;
  padding: 3px;
}

.site-section-widgets h2 {
	font-weight: 300;
}




a.site-section-widget {
    position: relative;
    display: block;
    margin: 6px 0px;
    padding: 0;
    color: #fff;
    overflow: hidden;
    height: 98px;
}

a.site-section-widget .background {
    
}

a.site-section-widget .background img {
    width: 100%;
    max-width: none;
    margin-right: -10px;
}

a.site-section-widget .inside {
    position: absolute;
    z-index: 8;
    bottom: 8px;
    left: 8px;
}

a.site-section-widget .inside .small {
    font-family: Verdana, Geneva, sans-serif !important;  
    font-size: 18px;
    line-height: 1em;
}

a.site-section-widget .inside .big {
    font-size: 32px;
    line-height: 30px;
}

body.home .site-section-widgets {
    
}

.sidebar-left .special-link-block {
	text-align: center;
	color: #000;
	font-size: 18px;
	text-transform: uppercase;
	display: block;
	text-decoration: none !important;
	margin: 0 0 10px 0;
}

.sidebar-left .special-link-block img {
	border: solid 2px #1a8089;
	padding: 3px;
}

.sidebar-left .special-link-block h2 {
	font-weight: 300;
}

.sidebar-left .special-link-block {
	text-align: center;
	color: #000;
	font-size: 18px;
	text-transform: uppercase;
}


/*
 *  Sidebar Right
 */ 

.sidebar-right {
}

.testimonials-wrap {
	padding: 15px 10px 15px;
}

#sidebar-right .testimonials-wrap {
	border-top: solid 1px #666;
	padding: 25px 10px 15px;
}

.testimonial.cycle-slide {
	left: 50% !important;
	transform: translateX(-50%) !important;
	width: 100% !important;
}

.testimonials-wrap .testimonial .entry {
	font-size: 20px;
	font-style: italic;
	line-height: 24px;
	text-align: center;
	padding-bottom: 10px;
}

.testimonials-wrap .testimonial .author {
	font-style: italic;
	line-height: 24px;
	font-size: 14px;
	text-align: center;
}


#content-wrap {
	padding-top: 10px;
	position: relative;
	background: #fff;
}

#testimonials-wrap {
	
}

#testimonials-wrap  span.title {
	color: #2D4C8F;
	display: block;
	text-align: center;
	text-transform: uppercase;
	padding: 4px 0;
	font-size: 22px;
	font-weight: bold;
}

#testimonials-wrap .read-more {
	margin-bottom: 8px;	
}

#testimonials-wrap .read-more a {
	color: #2D4C8F;
	text-decoration: none;
	text-align: center;
	display: block;
}

#testimonials-wrap .linesep {
	border-bottom: solid 2px #2D4C8F;
	margin: 4px auto 8px;
	width: 90%;
}

#testimonials {
	padding: inherit;
	color: #fff;
	height: auto;
	font-size: 17px;
	font-weight: normal;
	line-height: 22px;
	text-align: center;
	font-style: italic;
}

#testimonials strong {
	font-size: 1.6em;
	font-weight: normal;
}
#testimonials .author {
	display: block;
	color: black;
	font-size: 22px;
}

.left-quote {
	top: -5px;
	right: 10px;
	position: relative;
} 

.right-quote {
	top: 0px;
	left: 10px;
	position: relative;
}

.left-quote img, .right-quote img {
	width: 25px;
}


/*
 * Sliders
 */

 #layerslider_1 {
 	z-index: 1;
 }

#homepage-sliders-container {
	height: auto;
	position: relative;
	border-bottom: #0e7e8a solid 2px;
}

#carousel-wrap .carousel-inner {
	overflow: hidden;
	margin: 0 auto;
}

#homepage-sliders-container .carousel {
	margin: 0;
	width: 100%;
}

#homepage-sliders-container .carousel-indicators {
	bottom: auto;
	text-align: center;
	top: 92%;
	right: 0;
	left: 0;
	width: 88%;
	margin: 0 auto;
}

#homepage-sliders-container .carousel-indicators li {
	width: 23px;
	height: 23px;
	background: url('images/slider-bullet-inactive.png') no-repeat center;
	padding: 5px 0;
	border-radius: 0;
	float: none;
	display: inline-block;
	border: none;
	margin: 0;
}

#homepage-sliders-container .carousel-indicators li.next-item {
	background: url('images/slider-button-next.png') no-repeat;
	width: 21px;
	margin: 0;
}

#homepage-sliders-container .carousel-indicators li.prev-item {
	background: url('images/slider-button-previous.png') no-repeat;
	width: 21px;
	margin: 0;
}

#homepage-sliders-container .carousel-indicators li.active {
	background: url('images/slider-bullet-active.png') no-repeat center;
}

#header-sliders .slider-content p {
	margin: 0;
}

#header-sliders .slider-content img {
	max-width: none;
	position: relative;
	width: 100%;
}

#header-sliders .overlay {
	margin-left: 280px;
	margin-right: 200px;
	position: absolute;
	top: 100px;
	color: #fff;
	max-width: 340px;
}

#header-sliders .overlay h1 {
	color: #fff;
	text-shadow: 0 0 4px #000;
}

#header-sliders .overlay h3 {
	color: #ccc;
}

#content {
	position: relative;
	padding-top: 12px;
}

#homepage-content-wrap #content {
	padding-top: 0px;
}

/*.entry-content {
	margin-right: 30px;
}*/

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

#crumbs {
	margin-bottom: 18px;
}

#crumbs a {
	font-weight: bold;
	line-height: 20px;
}

#bottom-background-cover {
    height: 14px;
    width: 100%;
    position: absolute;
    bottom: -14px;
    background: #fff;
    border-top: solid 2px #00a3a0;
}

nav.navigation.pagination {
    border-radius: 0;
}

nav.navigation.pagination .screen-reader-text {
    display: none;
}

nav.navigation.pagination span, 
nav.navigation.pagination a {
    display: inline-block;
    border: solid 1px #ccc;
    padding: 3px;
    min-width: 25px;
    text-align: center;
    border-radius: 0 !important;
}

#footer {
	color: #fff;
	margin: 0;
	padding: 20px 0;
	width: 100%;
	background: #222;
	position: relative;
}

#footer p {
	margin-bottom: 4px;
}

#footer .footer-top {
    padding: 30px 0;
}

#footer .footer-bottom {
    border-top: 1px solid rgba(0, 0, 0, 0.2);
    box-shadow: inset 0 1px rgba(255, 255, 255, 0.07);
    color: #666;
    font-size: 14px;
    padding: 40px 0;
}

#footer .footer-bottom a {
	color: #666;
	text-decoration: none;
}

#footer .site-info {
	font-size: 15px;
	line-height: 1.4em;
}

#footer .container {
	text-align: center;    
	position: relative;
}

#footer .inner {
	padding-top: 12px;
	padding-bottom: 10px;
	text-align: center;
	margin: 0 24px
}

#footer .footer-nav-menu {
	padding: 0;
	margin: 0 0 6px;
}

#footer .footer-nav-menu li {
	display: inline;
	list-style-type: none;
	margin: 0;
}

#footer .footer-nav-menu li a {
	color: #fff;
	display: inline-block;
	padding: 0 8px;
	font-weight: normal;
	font-size: 16px;
	line-height: 18px;
	border-left: solid 1px #fff;
	text-decoration: none;
}

#footer .footer-nav-menu li:first-child a {
	border-left: none;
	padding-left: 0;
}

.social-icons {
    display: block;
}

#header .social-icons {
	text-align: center;
	margin-top: 20px;
}

#footer .social-icons {
    position: absolute;
    bottom: 0;
    right: 0;
}

.social-icons ul {
    list-style: none;
    padding: 0;
}

.social-icons ul li{
    display: inline-block;
    margin: 0 5px;
    max-width: 37px;
}

.page-content {
}



/*************************************************
 *********         Page Specific          *********
 *************************************************/

/* Homepage */

#homepage-content-wrap {
    position: relative;
}

.additional-content a.page-readmore,
.additional-content a.page-readless {
	display: block;
	position: absolute;
	left: 50%;
	font-weight: 100;
	text-decoration: none;
	transform: translateX(-50%);
	text-align: center;
}

.additional-content a.page-readmore {
	bottom: 0 ;
}

.additional-content a.page-readless {
	bottom: 0 ;
}

.additional-content {
    position: relative;
    padding-bottom: 40px;
    padding-top: 0px;
}

.additional-content a.page-readmore{
    display: none;
}

.additional-content.closed{
    padding-top: 40px;
    padding-bottom: 0px;
}

.additional-content.closed .additional-content-inside {
    display: none;
}

.additional-content.closed a.page-readmore{
    display: block;
	bottom: auto ;
	top: 0 ;
}

.additional-content.closed a.page-readless{
    display: none;
	top: auto ;
	bottom: 0 ;
}

.gallery-container {
	max-width: 1180px;
    margin: auto;
    display: block;
}
.gallery-container h2{
	margin-left: 20px;
}
.post-preview {
	vertical-align: top;
}
.post-preview img, .post-preview a, .post-preview p {
	display: block;
	padding: 0 1em 1em !important;
}
.flex-direction-nav a {
	height: 55px !important;
}
.featured.slides img {
	max-width: 300px;
	margin: auto;
}
.featured.slides a, .featured.slides p {
	max-width: 500px;
	margin: auto;
}
.single .attachment-medium.wp-post-image {
	float: right;
    margin: 0 28px 15px 15px;
}

@media(max-width: 1024px) {
	.call-us-action .phone-number {
		font-size: 28px;
		margin: 0 0 5px 0;
	}
	.call-us-action .line1 {
		font-size: 18px;
	}
	.call-us-action .line2 {
		font-size: 18px;
	}

	#header .social-icons {
		margin-top: 10px;
	}

	ul#menu-header-links li a {
		font-size: 16px;
	}

	#menuheaderlinks li a {
		font-size: 32px;
	}

}
										
@media (min-width: 1200px) {

	.fsize40 {
		font-size: 40px;
		line-height: 1em;
	}
	.fsize32 {
		font-size: 32px;
		line-height: 1em;
	}
	.fsize36 {
		font-size: 36px;
		line-height: 0.8em;
	}
	.fsize22 {
		font-size: 22px;
		line-height: 1em;
	}
	.fsize34 {
		font-size: 34px;
		line-height: 1em;
	}
	.fsize43 {
		font-size: 43px;
		line-height: 1em;
	}
	.fsize28 {
		font-size: 28px;
		line-height: 1em;
	}
	.fsize42 {
		font-size: 42px;
		line-height: 1em;
	}
	.fsize48 {
		font-size: 48px;
		line-height: 1em;
	}
	.fsize52 {
		font-size: 52px;
		line-height: 1em;
	}
	
	.top-banner {
		letter-spacing: 0.2em;
	}
	
	#homepage-sliders-container .carousel {
		margin: 0;
	}
	
	a.clickreciever {
		height: 423px;
	}
	
	.quickform {
		height: auto;
		padding-bottom: 5px;
	}

	.quickform .background {
		height: 360px;
		width: 320px;
	}
	
	.call-us-action .call-today {
	}
	
	.call-us-action .phone-number {
	}

	#access a {
		padding: 12px;
		font-size: 22px;
	}

	#header-links li a {
		font-size: 14px;
	}

	#header-links li {
		padding: 0 10px 0 12px;
	}

	#header-links li.icon {
		padding: 0 4px;
	}

	#header-links {
		padding: 16px 10px;
		text-align: center;
	}

	#branding .tagline {
		font-size: 21px;
		padding: 24px 0;
		background-position: 0px 36px;
	}

	#branding .tagline .phone-number {
		font-size: 48px;
	}
	
/*	.quickform input[type="text"] {
		padding: 1px 0;
		height: 24px;
		margin-bottom: 5px;
	}*/

	.quickform select {
		margin-bottom: 5px;
	}

	.quickform textarea {
		height: 68px;
	}

	.quickform .formbody {
		padding: 4px 14px 0px;
	}

	.quickform input[type="submit"] {
	}

	a.site-section-widget {
		height: 117px;
		font-size: 16px;
		margin: 9px 0px;
	}
	
	.sidebar-right a.site-section-widget {
	}
	
	a.site-section-widget .inside img.invisalign {
		width: 150px;
	}
	
	a.site-section-widget .background {
		height: 112px;
	}
	
	.sidebar-right a.site-section-widget .background {
		background:#fff;
		height: 108px;
	}
	
	a.site-section-widget .background img {
		width: 100%;
	}
	
	.sidebar-right a.site-section-widget .background img {
	}
	
	a.site-section-widget .background img.doctors {
		top: -10px;
		left: -8px;
		height: 124px;
		width: 169px;
	}


	a.site-section-widget .inside {
		padding: 6px 6px;
	}
	
	.quickform .formhead .line1 {
		font-size: 26px;
		line-height: 1em;
	}
	
	.quickform .formhead .line2 {
		font-size: 26px;
		line-height: 1em;
	}
	
	.quickform .formhead .line3 {
		font-size: 38px;
		line-height: 30px;
		
		padding-bottom: 10px;
	}		

	.quickform .formhead .line3 a{
	   color: #0d7d89;
	}

	.quickform .formhead .line3 a:hover{
	   color: #37acba;
	}


}

@media (min-width: 992px) and (max-width: 1199px) {
	
	.call-us-action {
		margin-top: 12px;
	}
	
	.call-us-action .line1, .call-us-action .line2 {
		font-size: 18px;
	}	
	.social-icons ul li { 
		margin: 0 3px;
    	max-width: 35px;
	}

	.homepage-testimonials{
		min-height: 250px;
	}
	
}

@media (min-width: 768px) and (max-width: 991px) {
	
	body {
		line-height: 1.6em;
		font-size: 16px;
	}
	
	.fsize40 {
		font-size: 24px;
		line-height: 1em;
	}
	.fsize32 {
		font-size: 20px;
		line-height: 1em;
	}
	.fsize36 {
		font-size: 18px;
		line-height: 0.9em;
	}
	.fsize22 {
		font-size: 14px;
		line-height: 1em;
		padding-top: 3px;
	}
	.fsize34 {
		font-size: 20px;
		line-height: 1em;
	}
	.fsize43 {
		font-size: 24px;
		line-height: 1em;
	}

	.fsize28 {
		font-size: 20px;
		line-height: 1em;
	}
	.fsize42 {
		font-size: 28px;
		line-height: 1em;
	}
	.fsize48 {
		font-size: 30px;
		line-height: 1em;
	}
	.fsize52 {
		font-size: 34px;
		line-height: 1em;
	}
	
	.top-banner {
		letter-spacing: 0em;
	}
	
	#branding{
		height: auto;
    	padding: 0;
	}
	
	#branding .header-links{
    	margin-bottom: 0;
	}
	
	#homepage-sliders-container .carousel-indicators{
		top: 90%;
	}

	#access a {
		font-size: 12px;
		line-height: 22px;
		padding: 0 5px 0 12px;
	}
	
	#access .dropdown-menu li a {
		font-size: 14px;
		padding: 2px 8px;
	}
		
	#access a span {
		line-height: 16px;
	}

	#branding .tagline {
		font-size: 14px;
		font-weight: bold;
		padding: 16px 0;
		background: none;
	}

	#branding .facebook-like-count {
		font-size: 12px;
		width: auto;
	}

	#header-links {
		text-align: center;
		margin: 0;
		padding: 12px 4px;
	}
	
	.call-us-action .call-today {
	    font-size: 14px;
	}
	
	.call-us-action .phone-number {
	    font-size: 20px;
	}


	#branding .header-right {
		margin-top: 12px;
	}

	#header-links li {
		/* display: none; */
	}
	
	#testimonials {
		font-size: 13px;
		line-height: 16px;
	}
	
	#testimonials-wrap span.title {
		font-size: 14px;
	}
	
	#testimonials-wrap .read-more a {
		font-size: 12px;
		line-height: 14px;
	}
	
	ul#menu-header-links{
		margin-bottom: 0	
	}
	
	.call-us-action{
		margin-bottom: 2px;
		margin-top: 10px;
	}

	.quickform .background {
		height: 300px;
		width: 320px;
	}

	.quickform .formhead {
		margin: 0;
		padding: 4px;
	}

	.quickform .formhead .line1, .quickform .formhead .line2 {
		font-size: 16px;
		line-height: 1em;
		font-weight: normal;
	}

	.quickform .formhead .line3 {
		font-size: 26px;
		line-height: 18px;
	
		padding-bottom: 2px;
	}

	#access a{
		font-size: 12px;
	}

	.call-us-action {
	line-height: 1.1;
	}

	.call-us-action .phone-number	{
		font-size: 24px;
	}

	.call-us-action .line1 {
		font-size: 18px;
	}

	.call-us-action .line2 {
		font-size: 18px;
	}	

	.quickform input[type="submit"]	{
		font-size: 12px;
	}

	.social-icons ul li	{
		max-width: 27px;
	}

		.homepage-testimonials{
		min-height: 250px;
	}

}



@media (max-width: 767px) {

	#logo {
		margin:0 auto;
	}
	
	#header {
		background: #fff;
	}
	
	#branding {
		height: auto;
	}

	#sidebar-left {
		margin-top: 0;
		margin-bottom: 0px;
	}
	
	.sidebar-inside{
		box-shadow: none;
		-moz-box-shadow: none;
		-webkit-box-shadow: none;
		border-bottom: solid 1px #ccc;
		padding: 0;
		margin-bottom: 20px;
	}

	#sidebar-left .quickform {
		margin-top: 0px;
	}

	.site-section-block{
		margin-bottom: 20px;	
	}

	#homepage-sliders-container {
		height: auto;
		background: none;
		border: none;
    	padding-top: 0!important;
	}

	#homepage-sliders-container .carousel {
		margin: 0;
	}
	
	#carousel-wrap {
		position: relative;
    	padding: 0;
	}
	
	#carousel-wrap .container {
		padding: 0;
	}

	#carousel-wrap .carousel-inner {
		width: 100%;
		height: auto;
	}
	
	#carousel-wrap .form-container{
		float: none;
		width: 100%;
	}

	.quickform {
		position: relative;
		width: 100%;
		padding-top: 4px;
		height: auto;
	}
	
	.quickform form {
		margin: 0;
		padding-bottom: 20px;
	}
	
	
	.sidebar-left .quickform{
    padding-bottom: 0;
	}

	.quickform .formhead {

	}

	.quickform .hide-collapsed {
		display: none;
	}

	.quickform.expanded .hide-collapsed {
		display: block;
	}
	
	.quickform .formsubmit {
		width: auto;
		position: relative;
		height: auto;
		padding: 0 10px;
	}
	
	.quickform input[type="submit"]{
		width: 100%;
		left: 0;
		background: none;
		text-align: center;
		padding: 0;
		margin: 0px auto 8px;
		display: block;
		background: #333;
	}

	#testimonials{
		height: auto;
	}

	a.site-section-widget {
		text-align: center;
	}

	.social-icons {
		display: block;
		position: relative;
		padding-top: 20px;
	}
	/*.home .fancybox-overlay {    display: none !important;}*/
	
	.entry-content {
          margin-right: 0 !important;
        }

    .single .attachment-medium.wp-post-image {
    	display: block;
		float: none;
	    margin: 10px auto;
	}

	.homepage-testimonials{
		min-height: 250px;
	}
	div.call-us-action {
		display: block;
	}
	.call-us-action .line1, .call-us-action .line2 {
		display: none;
	}
	.associations img {
		display: block;
		margin: 20px auto;
	}
	.sidebar-left .quickform, .sidebar-left .quickform.expanded{
		display: none !important;
	}
	.mobile-view{
		display: block !important;
	}
}

@media (min-width: 300px) and (max-width: 580px) {
.homepage-testimonials{
		min-height: 350px;
	}
}
