/* Add your custom style here to override dynamic.css */
@import url(https://fonts.googleapis.com/css?family=Cabin:400,400italic,500,500italic,600,600italic,700,700italic);
@import url(https://fonts.googleapis.com/css?family=Lato:400,900);

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

* {
	-webkit-transition: border-color 0.4s, color 0.3s, background-color 0.4s;
	-moz-transition: border-color 0.4s, color 0.3s, background-color 0.4s;
	transition: border-color 0.4s, color 0.3s, background-color 0.4s;
	outline: none !important;
}

body {
	height: auto !important;
}

input {
	-webkit-appearance: none;
	-webkit-border-radius: 0px;
}

#sticky-rsvp {
	position: fixed;
	font-family: 'Open Sans', sans-serif;
	background-color: #ef3e42;
	color: white;
	border-top: 0;
	border-bottom: 0;
	font-size: 0;
	padding: 24px 0 24px 0;
	bottom: 0;
	left: 0;
	width: 100%;
	z-index: 90;
	-webkit-transition: bottom 250ms linear;
	-moz-transition: bottom 250ms linear;
	-ms-transition: bottom 250ms linear;
	-o-transition: bottom 250ms linear;
	transition: bottom 250ms linear;
	margin-bottom: 0;
}

#sticky-rsvp .container {
	width: 1300px;
	max-width: 100%;
}

#sticky-rsvp .container > div {
	display: inline-block;
	vertical-align: middle;
	max-width: 100%;
}

#sticky-rsvp a {
	color: white;
	display: block;
}

#sticky-rsvp .container > div.left {
	width: 475px;
	line-height: 1;
	border-right: 1px solid #ffffff;
	font-size: 28.75px;
	letter-spacing: -0.3px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 600;
}

#sticky-rsvp .container > div.left strong {
	font-size: 49px;
	text-transform: uppercase;
	font-weight: bold;
	font-family: 'Open Sans', sans-serif;
	top: -5px;
	position: relative;
	display: inline-block;
	margin-bottom: -5px;
}

#sticky-rsvp .container > div.center {
	font-size: 19px;
	line-height: 1.3;
	padding-left: 35px;
	font-weight: 400;
	padding-right: 40px;
}

#sticky-rsvp .container > div.center strong {
	font-weight: 600;
}

#sticky-rsvp .container > div.right span,
#sticky-rsvp .container > div.left span {
	display: block;
	width: 145px;
	height: 50px;
	line-height: 50px;
	background-color: white;
	font-size: 13.4px;
	color: #ec1e2d;
	font-weight: bold;
	text-align: center;
}

#sticky-rsvp.act {
	position: fixed;
}

.container-top {
	width: 1090px;
	margin: 0 auto;
	max-width: 100%;
	padding: 0 15px;
}

h1.hide-text {
	margin: 0;
	width: 0;
	height: 0;
	display: block;
	float: left;
	padding: 0;
	text-indent: -9999px;
	position: absolute;
	left: -9999px;
}

.extra-padding-right {
	padding-right: 15px;
}

.extra-padding-left {
	padding-left: 15px;
}

.navbar-default .navbar-toggle {
	border: none;
	margin-top: 15px;
}

.navbar-fixed-top .navbar-brand {
}

.navbar-fixed-top .top-nav-row .navbar-brand {
	display: none;
	padding: 7px 15px 0 15px;
	vertical-align: middle;
}

.navbar-fixed-top .top-nav-row .navbar-brand > img {
	height: 30px;
}

.navbar-fixed-top .ham {
	float: left;
	margin-right: 30px;
	display: none;
	vertical-align: middle;
}

.shrink .navbar-fixed-top .navbar-brand {
	display: inline-block;
}

.offcanvas-toggle,
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
	background-color: transparent;
}

.navbar-default .navbar-toggle .icon-bar {
	background-color: #729BC7;
}

.lato {
	font-family: 'Lato', sans-serif;
}

.cabin {
	font-family: 'Cabin', sans-serif;
}

a {
	color: inherit;
	outline: none !important;
}

.footer-social a:hover,
.footer-social a:hover .fa,
a:hover,
.bottom-cta a:hover,
.recent-post a.recent-link:hover {
	text-decoration: none;
	color: #729BC7;
}

header {

	/*position:absolute;

	left:0;

	top:0;

	width:100%;

	z-index:10;*/
}

/*header,

header *{

    -webkit-transition: height 0.3s, width 0.3s, padding 0.3s, margin 0.3s;

    -moz-transition: height 0.3s, width 0.3s, padding 0.3s, margin 0.3s,s;

    transition: height 0.3s, width 0.3s, padding 0.3s, margin 0.3s;

    }*/
    .navbar-brand {
    	height: inherit;
    	padding: 10px 30px;
    	padding-left: 15px;
    	margin-left: 0 !important;
    }

    .navbar-brand img {
    	width: auto;
    	height: auto;
    }

/*header.shrink .navbar-brand img{

height:30px;

width:auto;

}*/
.navbar-default {
	background-color: transparent;
	border-bottom: none;
	border: none;
}

.nav-row.bottom-nav-row,
.navbar-nav > li > .dropdown-menu li a {

	/*background-color: rgba(0, 0, 0, 0.8);*/
	background-color: #fff;
}

.nav-row.bottom-nav-row {
	max-height: 76px;
}

.navbar-nav > li > .dropdown-menu li a {

	/*color: #fff;*/
	color: #322f31;
	font-size: 16px;
	font-weight: 600;
	padding: 15px 0;
	text-align: center;
}

.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus,
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
	background-color: transparent;	/*color: #fff;*/
	color: #eb4d56;
}

.nav-row.bottom-nav-row .navbar-nav > li > a {
	height: 76px;
	line-height: 76px;
	font-weight: 600;
	text-transform: uppercase;	/*color: #fff;*/
	color: #322f31;
	font-size: 15px;
	padding-bottom: 0;
	padding-top: 0;
	padding: 0 10px;
}

.nav-row.bottom-nav-row .navbar-nav > li.wow-item-contact-us > a {
	padding-right: 0;
}

.nav-row.bottom-nav-row .navbar-nav > li > a:hover,
.nav-row.bottom-nav-row .navbar-nav li.current-menu-item > a,
.nav-row.bottom-nav-row .navbar-nav li.current-menu-parent > a {

	/*color: #729BC7 !important;*/
	color: #eb4d56 !important;
}

.nav-row.bottom-nav-row .navbar-nav .dropdown-menu li.current-menu-item:hover > a,
.navbar-nav > li > .dropdown-menu li:hover a {

	/*background-color: rgba(114, 155, 199, 0.7) !important;*/
	background-color: #fff !important;	/*color: #fff !important;*/
	color: #eb4d56 !important;
}

/*header.shrink .nav-row.bottom-nav-row .navbar-nav > li > a{

height:50px;

line-height:50px;

}*/
.navbar-nav > li > .dropdown-menu {
	width: 100%;
	background-color: transparent;
	border: none;
	border-radius: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
	padding: 0;
}

.nav-row.top-nav-row {
	background-color: #7898C5;	/*height:50px;

	line-height:50px;*/
	height: 45px;	/*line-height: 40px;*/
}

header.shrink .nav-row.top-nav-row {

	/*background-color: #7fa7ee;*/
}

.nav-row.top-nav-row .social-icons {
	display: inline-block;
	height: 100%;
	padding: 0 20px;
	padding: 0;	/*border-right: 2px solid #58789a;*/
	vertical-align: top;
	line-height: 45px;
}

.nav-row.top-nav-row .social-icons a {
	display: inline-block;
	padding: 0 4px;
	padding: 0;
	position: relative;
}

.nav-row.top-nav-row .social-icons a + a {
	margin-left: 5px;
}

.footer-social {
	padding-top: 25px;
}

li .footer-social {
	padding-left: 5px;
}

.footer-social a,
.footer-social a .fa {
	font-size: 13px;
	color: #fff;
}

li .footer-social a,
li .footer-social a .fa {
	font-size: 15px;	/*color: #fff;*/
	color: #322f31;
}

li .footer-social a:hover,
li .footer-social a:hover .fa {
	color: #eb4d56;
}

.footer-social a + a {
	margin-left: 20px;
}

li .footer-social a + a {
	margin-left: 25px;
}

.nav-row.top-nav-row .social-icons a,
.nav-row.top-nav-row .social-icons a .fa {

	/*font-size: 20px;
	color: #333132;*/
	font-size: 16.51px;
	color: #fff;
}

.nav-row.top-nav-row .social-icons a:hover,
.nav-row.top-nav-row .social-icons a .fa:hover {

	/*color: white;*/
	color: #6e0015;
}

/*header.shrink .nav-row.top-nav-row .social-icons a,

header.shrink .nav-row.top-nav-row .social-icons a .fa{

font-size:18px;

}*/
.nav-row.top-nav-row .social-icons a:hover,
.nav-row.top-nav-row a:hover .fa {
	color: #fff;
}

.nav-row.top-nav-row a.sched-link {

	/*
	font-size: 18px;
	color: #333132;
	text-transform: uppercase;
	font-weight: 500;
	margin-left: 30px;
	letter-spacing: 0.5px;*/
}

.shrink #top-nav {
	display: none !important;
}

.patient-login {
	color: white;
	font-size: 17px;
	line-height: 45px;
	position: relative;
	font-weight: 600;
	display: inline-block;
}

.patient-login a {
	font-size: 16.51px;
}

.patient-login a:hover {
	color: white;
}

.nav-row.top-nav-row a.sched-link {

	/*
	    background-image: url(images/schedule.png);
	    width: 202px;
	    height: 39px;
	    display: inline-block;
	    line-height: 34px;
	    text-align: center;
	    font-weight: 600;
	    font-style: normal !important;
	    color: white !important;
	    margin-left: 30px;
	    position: relative;
	    top: -1px;
	margin-bottom:-1px;
	    cursor: pointer;
	    font-size: 16px;
	    text-shadow: 0px 1px 2px rgba(24, 24, 24, 0.61);
	    text-transform: none;
	text-decoration:none !important;
	*/
	text-decoration: none;
	color: #fff;
	text-transform: uppercase;
	font-weight: bold;
	max-width: 100%;
	height: 39px;
	line-height: 39px;
	display: inline-block;
	vertical-align: middle;
	background-color: #ee3a43;
	border-bottom: 2px solid #be2e36;
	border-width: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	text-align: center;
	margin-left: 30px;
	padding: 0 15px;
	display: inline-block;
	text-align: center;
	vertical-align: baseline;
}

/*header.shrink .nav-row.top-nav-row a.sched-link{

font-size:15px;

}*/
.nav-row.top-nav-row a.phone-link {
	display: inline-block;
	height: 100%;
	font-size: 20px;	/*color: #333132;
	font-weight: 500;
	text-decoration: none;*/
	top: 0px;
	position: relative;	/*border-right: 2px solid #58789a;*/
	line-height: 45px;	/*padding-right: 30px;*/
	padding-right: 13px;
	font-size: 16.51px;
	text-decoration: none;
	font-weight: 600;
	color: #fff;
}

/*header.shrink .nav-row.top-nav-row a.phone-link{

font-size:17px;

}*/
.nav-row.top-nav-row a.phone-link:hover,
.nav-row.top-nav-row a.sched-link:hover {
	color: #fff;
	text-decoration: none;
}

.hero {
	height: 595px;	/*height:100vh;*/
	position: relative;
	background-position: center center;
}

.hero > .container {
	position: relative;
	height: 100%;
}

.header-image .container {
	padding-top: 126px;
	position: relative;
}

.hero-text {
	font-family: 'Cabin', sans-serif;
	position: absolute;
	bottom: 21%;
	left: 0;
}

.hero-text h2,
.hero-text h3 {
	margin: 0;
}

.hero-text h2 {
	font-size: 30px;
	text-transform: uppercase;
	line-height: 30px;
	margin-bottom: 45px;
}

.hero-text h2 span {
	color: #ee3a43;
	font-size: 47px;
	line-height: 1;
	display: inline-block;
	vertical-align: middle;
}

.hero-text h3 {
	font-style: italic;
	margin-bottom: 45px;
	margin-top: 5px;
}

.header-image {
	height: 515px;	/*background-size:cover;*/
	background-position: top center;
	background-repeat: no-repeat;
	background-attachment: fixed;
	-webkit-box-shadow: 0px 0px 20px 0px rgba(111, 111, 111, 0.45);
	-moz-box-shadow: 0px 0px 20px 0px rgba(111, 111, 111, 0.45);
	box-shadow: 0px 0px 20px 0px rgba(111, 111, 111, 0.45);
}
.the-neograft-process .header-image,
.prp-light-therapy .header-image,
.products .header-image,
.before-after .header-image,
.contact-us .header-image{
	background-attachment: inherit;
}
.contact-us  .header-image .container{

	width: 1430px;
	max-width: 100%;
}
.before-after .header-image .container{
	width:1360px;
	max-width:100%;
}
.the-neograft-process .header-image .container{
	width:1280px;
	max-width:100%;
}
.products .header-image .container{
	width:1045px;
	max-width:100%;
}
.prp-light-therapy .header-image .container{
	width:1230px;
	max-width:100%;
}
.header-image.not-para {
	background-attachment: inherit;
}

.bottom-cta {
	bottom: 0;
	left: 0;
	width: 100%;
	background-color: rgba(255, 255, 255, 0.8);
}

.bottom-cta [class*='col-'] {
	padding-top: 8px;
	padding-bottom: 8px;
}

.bottom-cta a {
	font-weight: 300;
	font-size: 16px;
	color: #505050;
	display: inline-block;
	line-height: 45px;
	-webkit-transition: color 0s;
	-moz-transition: color 0s;
	transition: color 0s;
}

.bottom-cta a:before {
	width: 45px;
	height: 45px;
	content: "";
	background-size: cover;
	background-repeat: no-repeat;
	display: block;
	float: left;
	margin-right: 15px;
	-webkit-transition: background-color 0s;
	-moz-transition: background-color 0s;
	transition: background-color 0s;
}

.bottom-cta [class*='col-']:hover {
	background-color: #89a9cb;
}

.bottom-cta [class*='col-']:hover a {
	color: #fff;
}

.bottom-cta a.mail-icon:before {
	content: url(images/icons_email.svg);
}

.bottom-cta a.phone-icon:before {
	content: url(images/icons_phone.svg);
}

.bottom-cta a.map-icon:before {
	content: url(images/icons_location.svg);
}

.bottom-cta [class*='col-']:hover a.mail-icon:before {
	content: url(images/icons_email-white.svg);
}

.bottom-cta [class*='col-']:hover a.phone-icon:before {
	content: url(images/icons_phone-white.svg);
}

.bottom-cta [class*='col-']:hover a.map-icon:before {
	content: url(images/icons_location-white.svg);
}

.header-image .row {
	position: absolute;
	height: 389px;
	width: 100%;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}
.before-after .header-image .row{
	-ms-justify-content: flex-end;
	-webkit-justify-content: flex-end;
	justify-content: flex-end;
}
.header-image h2 {
	font-family: 'Cabin', sans-serif;
	font-size: 30px;
	color: #333132;
	text-transform: uppercase;
	line-height: 40px;
	letter-spacing: 0.025em;
	margin: 0;
}

.header-image h2 span {
	display: block;
	color: #ee3a43;
	font-size: 50px;
	line-height: 50px;
}
.contact-us .header-image h2,
.contact-us .header-image h2 span,
.before-after .header-image h2 ,
.before-after .header-image h2 span,
.the-neograft-process .header-image h2,
.the-neograft-process .header-image h2 span ,
.prp-light-therapy .header-image h2 ,
.prp-light-therapy .header-image h2 span,
.products .header-image h2,
.products .header-image h2 span {
	color: #fff;
}
.faq .header-image h2,
.hair-restoration-specialists .header-image h2 {
	color: #fff;
}

.contact-us .header-image h2,
.hair-restoration-consult .header-image h2,
.hair-restoration-specialists .header-image h2,
.the-neograft-process .header-image h2,
.prp-light-therapy .header-image h2,
.products .header-image h2 {
	margin-left: auto;
	text-align: right;
}

.before-after .header-image h2,
.contact-us .header-image h2,
.the-neograft-process .header-image h2,
.prp-light-therapy .header-image h2 ,
.products .header-image h2 {
	text-align: left;
}

footer {
	background-color: #333132;
	padding-top: 50px;
	padding-bottom: 10px;
	color: #808080;
}

footer h3 {
	color: #fff;
	margin-top: 0;
	margin-bottom: 28px;
	font-size: 20px;
	font-family: 'Cabin', sans-serif;
	font-weight: 400;
}

.footer-col {
	float: left;
	font-weight: 300;
}

#copyright {
	margin-top: 45px;
}

#copyright p {
	font-weight: 200;
}

section.map {
	position: relative;
}

section.map img,
section.map canvas {
	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	-ms-filter: grayscale(100%);
	-o-filter: grayscale(100%);
	filter: grayscale(100%);
}

section.map canvas {
	opacity: 0.5;
}

section.map .map-details {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	text-align: center;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-moz-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	z-index: 10;
	background-color: rgba(255, 255, 255, 0.45);
}

section.map .map-details * {
	display: block;
}

section.map .map-details h5 {
	margin: 0;
	margin-bottom: 5px;
}

section.map .map-details a.lato,
section.map .map-details a.lato:hover {
	font-weight: 900;
	color: #ee3a43;
	font-size: 50px;
	text-decoration: none;
}

section.map .map-details p {
	margin-bottom: 0;
}

section.map .map-details p a {
	font-size: 25px;
	color: #333132;
	text-decoration: none;
}

section.map .map-details address {
	font-size: 20px;
	color: #333132;
}

#breadcrumbs {
	margin-top: 15px;
}

#breadcrumbs {
	text-transform: uppercase;
	font-size: 12px;
	font-family: 'Cabin', sans-serif;
	font-weight: bold;
	color: #333132;
	letter-spacing: 0.025em;
}

#breadcrumbs a {
	color: #333132;
	text-decoration: none;
}

#breadcrumbs span.breadcrumb_last {
	color: #ee3a43;
}

.page-content {
	padding-top: 55px;
	padding-bottom: 65px;
}
.page-content .items{
	font-size: 0;
}
.page-content .item strong{
	display: block;
	font-size: 18px;
}
.page-content .item{
	width: 50%;
	display: inline-block;
	vertical-align: top;
	padding: 30px 15px;
}
.page-content .item:nth-child(1){
	border-right: 1px solid rgba(0,0,0,0.2);
}
.page-content .item p{
	font-size: 15px;
	width: 335px;
	max-width: 100%;
	margin-left: auto;
	margin-right: auto;
}
.page-content .item p:last-child{
	margin-bottom: 0;
}
body.page-template-page-contact .page-content {
	padding-top: 0;
	padding-bottom: 40px;
}

.grid.container {
	width: 1230px;
	max-width: 100%;
	margin-top: -65px;
	margin-bottom: 55px;
}

.grid-el p,
.page-content p,
.page-content li {
	font-weight: 300;
	line-height: 20px;
	color: #333132;
	margin-bottom: 25px;
}

.grid-el p:last-child,
.page-content p:last-child {
	margin-bottom: 0;
}

.page-content ul {
	padding-left: 90px;
}

.page-content li {
	position: relative;
}

.page-content li:before {
	content: "\00b7";
	position: absolute;
	left: -30px;
	font-size: 25px;
}

.page-content h3 {
	font-size: 25px;
	color: #333132;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 25px;
}

.page-content .top-section h3 {
	font-size: 30px;
}

.page-content h3.blue {
	color: #729ac6;
}

.faq .page-content h3,
.page-content h3.mmb {
	margin-bottom: 45px;
}

/* FAQ */
.accordion-container .question-title {
	cursor: pointer;
	display: block;
	background-color: #9fb8d4;
	border-bottom: 2px solid #303948;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	height: 55px;
	line-height: 55px;
	padding: 0 20px;
	margin-bottom: 10px;
	background-color: #4d4d4d;
}

.accordion-container .question-title:hover {
	background-color: #333132;
	border-color: #1d2330;
}

.accordion-container .active .question-title,
.accordion-container .active .question-title:hover {
	background-color: #9fb8d4;
	border-color: #7f93aa;
}

.accordion-container .question-title h5 {
	color: #fff;
	display: inline-block;
	margin: 0;
	font-size: 15px;
	font-weight: 300;
	text-transform: uppercase;
}

.accordion-container .answer {
	display: none;
	background-color: #f5f5f5;
	padding-top: 35px;
	padding-bottom: 35px;
	padding-right: 60px;
	padding-left: 100px;
	margin-bottom: 20px;
	position: relative;
}

.accordion-container .answer.np {
	padding-left: 60px;
}

.accordion-container .answer:before {
	position: absolute;
	display: block;
	left: 20px;
	top: 39px;
	content: "";
	background-size: cover;
	background-repeat: no-repeat;
	width: 64px;
	height: 64px;
}

.accordion-container .answer * {
	font-weight: 300;
	font-size: 15px;
	color: #808080;
	line-height: 27px;
}

.accordion-container .answer ol {
	padding-left: 24px;
	list-style: decimal;
}

.accordion-container .answer li {
	margin-bottom: 0;
}

.accordion-container .answer li:before {
	content: "";
}

.accordion-container .answer p +p {
	margin-top: 35px
}

.faq .accordion-container .answer:before {
	background-image: url(images/icon-answer.png);
}

.hair-restoration-consult .accordion-container .answer:before {
	background-image: url(images/icon-dollar.png);
}

.faq .page-bottom {
	padding-top: 65px;
}

.faq .page-bottom p {
	max-width: 625px;
	margin: 0 auto;
	margin-bottom: 40px;
}

.faq .page-bottom p:last-child,
.page-content.brown-section p:last-child {
	margin-bottom: 0;
}

.faq .page-bottom strong {
	font-size: 20px;
	line-height: 25px;
}

.sched a,
.faq .page-bottom a,
.page-content.brown-section a,
.page-content.white-section a,
.view-more a,
.show-less a,
.load-more a,
a.read_more,
a.button,
.hero-text a,
.financing-background a.modal-trigger,
.grid-el .grid-overlay a,
.home .video-container + div a,
.old-home .video-container + div a,
.contact-form-container input[type="submit"] {
	text-decoration: none;
	color: #fff;
	text-transform: uppercase;
	font-weight: bold;
	width: 149px;
	max-width: 100%;
	height: 49px;
	line-height: 49px;
	display: inline-block;
	vertical-align: middle;
	background-color: #ee3a43;
	border-bottom: 2px solid #be2e36;
	border-width: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	text-align: center;
}

.contact-form-container input[name="date"] {
	background-image: url(images/select-icons.png);
	background-position: 94% -112px;
	background-repeat: no-repeat;
}

.sched a:hover,
.nav-row.top-nav-row a.sched-link:hover,
.faq .page-bottom a:hover,
.page-content.brown-section a:hover,
.view-more a:hover,
.show-less a:hover,
.load-more a:hover,
a.read_more:hover,
.hero-text a:hover,
.financing-background a.modal-trigger:hover,
a.button:hover,
.grid-el .grid-overlay a:hover,
.home .video-container + div a:hover,
.contact-form-container input[type="submit"]:hover,
.page-content.white-section a:hover {
	border-width: 1px;
	top: 1px;
	position: relative;
}

.nav-row.top-nav-row a.sched-link:hover {
	top: 0;
}

.hero-text a,
.financing-background a.modal-trigger {
	width: inherit;
	padding: 0 30px;
}

/* Consults */
.financing-background .bottom-text {
	margin-top: 40px;
}

.financing-background .bottom-text p {
	font-size: 24px;
	line-height: 24px;
}

.hair-restoration-consult .image-container {
	width: 35%;
	padding-top: 5px;
}

.hair-restoration-consult .copy-container {
	width: 65%;
	padding-left: 40px;
}

.financing-background {
	padding-bottom: 95px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;	/*background-attachment:fixed;*/
	background-image: url(images/financing-options.jpg);
}

/* Process */
.pp_top,
.pp_bottom,
.ppt,
.pp_gallery,
div.pp_default .pp_expand {
	display: none !important;
}

div.pp_default .pp_content_container .pp_right,
div.pp_default .pp_content_container .pp_left {
	padding: 0 !important;
}

.pp_left,
.pp_right {
	background-image: none !important;
}

a.pp_close {
	top: 30px !important;
	right: 30px !important;
	position: fixed;
}

div.pp_pic_holder {
	width: 100% !important;
	z-index: 10000;
	height: 100% !important;
	top: 0 !important;
	left: 0 !important;
	position: fixed !important;
}

iframe,
div.pp_default .pp_content {
	width: 100% !important;
	height: 100vh !important;
	background-color: transparent !important;
}

.page-content.brown-section {
	background-color: #a0928a;
}

.page-content.brown-section p {
	color: #fff;
	font-weight: normal;
}

.sched a {
	margin-top: 55px;
}

.sched a,
.page-content.brown-section a,
.page-content.white-section a {
	width: 253px;
}

.viewed {
	opacity: 1 !important;
}

.video-container {
	padding-top: 25px;
}

.video-container + div {
	padding-left: 50px;
}

.checkpoints {
	background-image: url('images/Facts(faded).jpg');
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

.checkpoints ul {
	padding-left: 0;
}

.checkpoints li,
.checkpoints p {
	font-size: 20px;
	line-height: 25px;
}

.checkpoints p {
	margin-bottom: 40px;
}

.checkpoints li {
	padding-left: 95px;
}

.checkpoints li:before {
	top: 50%;
	margin-top: -24px;
	left: 20px;
	content: url(images/checkmark.png);
}

.checkpoints li:nth-child(2):before {
	
}

/* Specialist */
.tabs-container {
	background-color: #f9f6f2;
	-moz-box-shadow: inset 0 -10px 10px -15px rgba(156, 156, 156, 0.5);
	-webkit-box-shadow: inset 0 -10px 15px -10px rgba(156, 156, 156, 0.5);
	box-shadow: inset 0 -10px 15px -10px rgba(156, 156, 156, 0.5);
}

.tabs-container img {
	border: 7px solid #fff;
	-webkit-box-shadow: 0px 0px 12px 0px rgba(50, 50, 50, 0.20);
	-moz-box-shadow: 0px 0px 12px 0px rgba(50, 50, 50, 0.20);
	box-shadow: 0px 0px 12px 0px rgba(50, 50, 50, 0.20);
}

.tab-selector {
	cursor: pointer;
	color: #fff;
	text-transform: uppercase;
	font-weight: 300;
	background-color: #494c51;
	height: 46px;
	line-height: 46px;
	padding: 0 17px;
	border-bottom: 2px solid #3a3d41;
}

.tab-selector + .tab-selector {
	margin-left: 1px;
}

.tab-selector:hover {
	background-color: #2f3135;
	border-bottom-color: #25272b;
}

.tab-selector.active,
.tab-selector.active:hover {
	background-color: #9cb7d6;
	border-bottom-color: #7b92ad;
}

.tab-content {
	background-color: #2f3135;
	padding: 25px;
	width: 100%;
	color: #ffffff;
}

.tab-content p,
.tab-content ul,
.tab-content li {
	color: #ffffff;
}

.tab-content ul {
	padding-left: 75px;
}

.tab-content li {
	margin-bottom: 0;
}

.tab-content li:before {
	left: -35px;
}

/* Before & After */
.before-after .images-container {
	padding-top: 55px;
}

.before-after .grid-sizer,
.before-after .image {
	width: 30.5%;
}

.before-after .gutter-sizer {
	width: 4%;
}

.before-after .image {
	margin-bottom: 4%;
}

.before-after .image .image-position {
	-webkit-box-shadow: 0px 0px 12px 0px rgba(50, 50, 50, 0.20);
	-moz-box-shadow: 0px 0px 12px 0px rgba(50, 50, 50, 0.20);
	box-shadow: 0px 0px 12px 0px rgba(50, 50, 50, 0.20);
	padding-bottom: 30px;
}

.before-after .image .titles {
	text-align: center;
	height: 30px;
	line-height: 30px;
	text-transform: uppercase;
}

.before-after .image .fix-height {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-moz-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	min-height: 180px;
}

.before-after .image img {
	width: 100%;
}

.before-after main {
	background-color: #f9f6f1;
	-moz-box-shadow: inset 0 -10px 10px -15px rgba(156, 156, 156, 0.5);
	-webkit-box-shadow: inset 0 -10px 15px -10px rgba(156, 156, 156, 0.5);
	box-shadow: inset 0 -10px 15px -10px rgba(156, 156, 156, 0.5);
}

.before-after .with-arrow {
	position: relative;
	width: 100%;
}

.before-after .with-arrow:after {
	position: absolute;
	content: url(images/ba-arrow.png);
	bottom: -18px;
	left: 50%;
	margin-left: -17px;
	height: 36px;
}

.show-less {
	display: none;
}

/* Contact */
.contact-ctas {
	max-width: 810px;
	margin: 0 auto;
	margin-top: 35px;
}

.contact-ctas p {
	margin-bottom: 0;
}

.contact-ctas strong {
	font-size: 20px;
}

.contact-ctas a,
.contact-ctas address {
	color: #333132;
	font-weight: normal;
	font-size: 20px;
}

.contact-ctas a:hover {
	color: #729BC7;
}

.contact-ctas img {
	margin-bottom: 30px;
	width: 125px;
	height: 125px;
}

.contact-us .top-content p {
}

.contact-us .top-content strong {
	font-size: 20px;
	line-height: 25px;
}

.contact-form-container {

	/*background-image:url(images/form-back.jpg);*/

	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	position: relative;
}

.contact-form-container .form-back {
	position: absolute;
	left: 0;
	top: 0;
	width: 50%;
	height: 100%;
	background-image: url(images/Contact.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

.contact-form-container span[role=alert] {
	border: none;
	background-color: transparent;
	top: -13px;
	right: 5px;
	color: #be2e36;
	font-weight: bold;
	font-size: 12px;
}

input:-webkit-autofill,
textarea:-webkit-autofill,
select:-webkit-autofill {
	background-color: transparent !important;
}

.brown {

	/*background-color:rgba(164,150,132,0.9);*/

	background-color: #a99b95;
}

.form-container {
	padding-top: 67px;
	padding-left: 83px;
	padding-bottom: 60px;
	padding-right: 83px;
	width: 650px;
	max-width: 100%;
}

.contact-form-container .form-row .title {
	line-height: 41px;
	color: #fff;
}

.modal-content {
	border-radius: 0;
}

.close,
.close:hover,
.close:focus,
.close:active {
	position: absolute;
	right: 27px;
	top: 10px;
	float: right;
	font-size: 40px;
	font-weight: 300;
	line-height: 1;
	color: #fff;
	text-shadow: 0 1px 0 #fff;
	filter: alpha(opacity=100);
	opacity: 1;
	-webkit-appearance: none;
	outline: none;
}

.sign-up-field::-webkit-input-placeholder,
.contact-form-container::-webkit-input-placeholder {
	color: #fff;
	font-size: 15px;
}

.sign-up-field:-moz-placeholder,
.contact-form-container:-moz-placeholder {
	color: #fff;
	font-size: 15px;
}

.sign-up-field:-ms-input-placeholder,
.contact-form-container::-moz-placeholder {
	color: #fff;
	font-size: 15px;
}

.sign-up-field:-ms-input-placeholder,
.contact-form-container:-ms-input-placeholder {
	color: #fff;
	font-size: 15px;
}

.contact-form-container input[type="submit"] {
	width: 173px;
}

.contact-form-container .padding-right > .row,
.contact-form-container .padding > .row {
	padding-right: 2px;
}

.contact-form-container .padding-left > .row,
.contact-form-container .padding > .row {
	padding-left: 2px;
}

.contact-form-container .form-row + .form-row {
	margin-top: 5px;
}

.contact-form-container .form-row.submit-row {
	margin-top: 44px;
}

.contact-form-container .form-heading p {
	color: #333132;
	font-size: 17px;
	font-weight: bold;
	line-height: 1;
}

.contact-form-container .form-heading h5 {
	color: #fff;
	font-size: 50px;
	text-transform: uppercase;
	font-family: 'Cabin', sans-serif;
	margin-top: 0;
	margin-bottom: 0;
	line-height: 1;
}

.contact-form-container .form-heading h5 {
	color: #333132;
	margin: 0;
	font-family: 'HelveticaNeueLTStd45Light';
	text-align: center;
}

.contact-form-container .form-heading h5 + p.small {
	margin-bottom: 35px;
	font-size: 15px;
	margin-top: 7px;
	font-style: italic;
	color: #fff;
}

.contact-form-container .form-heading p {
	width: 520px;
	max-width: 100%;
	font-size: 15px;
	line-height: 20px;
	text-align: center;
	color: #2c2c2c;
	margin: 0 auto;
}

div.wpcf7-response-output {

	/*
	position: absolute;
	bottom: 0;
	margin-left: 0;
	padding-bottom: 0;
	padding-top: 0;
	color: #fff;
	font-size: 12px;
	border-color: transparent;*/
}

.sbOptions li:nth-child(1) {
	display: none;
}

/* PULSE */
@-webkit-keyframes pulse {
	0% {
		-webkit-transform: scale(1.1);
		transform: scale(1.1);
	}

	50% {
		-webkit-transform: scale(0.8);
		transform: scale(0.8);
	}

	100% {
		-webkit-transform: scale(1.1);
		transform: scale(1.1);
	}

}

@keyframes pulse {
	0% {
		-webkit-transform: scale(1.1);
		-ms-transform: scale(1.1);
		transform: scale(1.1);
	}

	50% {
		-webkit-transform: scale(0.8);
		-ms-transform: scale(0.8);
		transform: scale(0.8);
	}

	100% {
		-webkit-transform: scale(1.1);
		-ms-transform: scale(1.1);
		transform: scale(1.1);
	}

}

.pulse {
	margin: 0 auto;
}

.pulse:hover {
	-webkit-animation: pulse 2s linear infinite;
	animation: pulse 2s linear infinite;
}

/* Blog */
.load-less {
	display: none;
}

.blog-post {
	margin-bottom: 30px;
	padding: 0 25px;
}

.sticky-thumb,
.blog-thumb {
	position: relative;
	transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-webkit-transition: all .3s ease-in-out;
	background-position: center;
	background-size: 100% 100%;
	overflow: hidden;
}

.blog-thumb:hover,
.sticky-thumb:hover {
	background-size: 110% 110%;
}

.sticky-thumb img,
.blog-thumb img {
	width: 100%;
	visibility: hidden;
}

.sticky-thumb .sticky-overlay {
	position: absolute;
	bottom: 0;
	left: 0;
	background-color: #fff;
	padding-right: 140px;
	max-width: 100%;
}

.blog-thumb figcaption {
	position: absolute;
	display: none;
	width: 100%;
	height: 100%;
	text-align: center;
	top: 0;
	left: 0;
	right: 0;
	z-index: 2;
	background-color: rgba(114, 155, 199, 0.8);
}

.blog-thumb.show-caption figcaption,
.blog-thumb:hover figcaption {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-moz-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}

.blog-thumb figcaption span {
	font-size: 20px;
	text-transform: uppercase;
	color: #fff;
}

.post-meta {
	font-size: 12px;
	color: #666;
	margin: 10px 0;
}

.post-meta .sep {
	font-size: 16px;
	display: inline-block;
	color: #d7d7d7;
	font-weight: 200;
}

.blog-post h6 {
	margin: 0;
	font-size: 20px;
	font-family: 'Cabin', sans-serif;
	color: #000;
	font-weight: bold;
	margin-bottom: 10px;
}

.blog-post .p-summary p {
	font-size: 13px;
	color: #666666;
}

.view-more,
.load-more {
	padding-left: 15px;
	max-width: 50%;
}

.show-less,
.load-less {
	padding-right: 15px;
	max-width: 50%;
}

.load-more a span.hidden {
	display: none;
}

.page-content h3.post-title {
	margin-bottom: 0;
}

.single-post img.featured {
	width: 100%;
	margin-bottom: 20px;
}

.single-post .e-content h1,
.single-post .e-content h2,
.single-post .e-content h3 {
	font-weight: bold;
}

.single-post .page-content .e-content ol {
	list-style: decimal;
	padding-left: 20px;
}

.single-post .page-content .e-content ul {
	padding-left: 20px;
	list-style: disc;
}

.single-post .page-content .e-content li,
.page-content #sidebar li {
	margin-bottom: 0;
}

.page-content #sidebar li:before,
.single-post .page-content .e-content li:before {
	content: "";
	position: inherit;
	left: inherit;
	font-size: inherit;
}

.sticky-post .p-summary {
	padding-top: 30px;
}

#sidebar .sidebar-widget {
	margin-left: 50px;
	background-color: #f5f5f5;
	padding: 30px;
}

#sidebar .sidebar-widget.visible-xs {
	margin-left: 0;
	padding: 15px 0;
}

#sidebar .sidebar-widget.visible-xs .widget-title {
	padding: 0 15px;
}

#sidebar .sidebar-widget.visible-xs .screen-reader-text {
	display: none;
}

#sidebar .sidebar-widget + .sidebar-widget {
	margin-top: 18px;
}

#sidebar .widget-title {
	font-size: 20px;
	text-transform: uppercase;
	font-weight: bold;
	color: #333132;
	line-height: 1;
}

#sidebar .sbOptions,
#sidebar .sbHolder {
	border: none;
}

#sidebar .sbToggle {
	right: 15px;
}

#sidebar .sbOptions {
	left: 0;
}

.page-content #sidebar ul {
	padding-left: 0;
	margin-bottom: 0;
}

.page-content #sidebar li {
	text-align: right;
	display: block;
	padding: 15px 0;
	color: #888888;
	font-size: 14px;
	cursor: pointer;
}

.page-content #sidebar li + li {
	border-top: 1px solid #e3e3e5;
}

.page-content #sidebar li:last-child {
	padding-bottom: 0;
}

.page-content #sidebar li a {
	float: left;
}

.page-content #sidebar li:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}

.page-content #sidebar li:hover,
.page-content #sidebar li:hover a,
.page-content #sidebar li.current-cat,
.page-content #sidebar li.current-cat a {
	color: #729BC7;
	font-weight: 600;
}

.page-content #sidebar .visible-xs li {
	padding: 0;
	text-align: left;
}

.page-content #sidebar .visible-xs .sbOptions {
	background-color: #f5f5f5;
}

.page-content #sidebar .visible-xs .sbSelector:link,
.page-content #sidebar .visible-xs .sbSelector:visited,
.page-content #sidebar .visible-xs .sbSelector:hover {
	color: #888888;
	font-weight: bold;
}

.page-content #sidebar .visible-xs li a {
	color: #888888;
	float: none;
	display: block;
	padding-left: 15px;
}

.page-content #sidebar .visible-xs li:nth-child(1) {
	display: none;
}

.page-content #sidebar .visible-xs .sbToggle {
	background-image: url(images/select-icons-blog.png);
}

/* Home */
.home .video-container + div,
.old-home .video-container + div {
	padding-left: 50px;
	padding-top: 25px;
}

.home .page-content ul,
.old-home.page-content ul {
	padding-left: 0;
	margin-bottom: 25px;
}

.home .page-content .video-container + div li,
.old-home.page-content .video-container + div li {
	border-bottom: 1px solid #e5e5e5;
	padding-left: 15px;
	margin-bottom: 15px;
	padding-bottom: 15px;
}

.home .page-content li:before,
.old-home.page-content li:before {
	color: #ee3a43;
	left: 0;
}

.home .video-container + div p,
.old-home .video-container + div p {
	margin-bottom: 30px;
}

.home .video-container + div p strong,
.old-home .video-container + div p strong {
	font-size: 20px;
}

.row-eq-height {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}

.grid-img {
	width: 100%;
}

.grid-el {
	position: relative;
}

.grid-el .grid-overlay {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 1;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-moz-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	background-color: transparent;
	-webkit-transition: background-color 0.35s;
	-moz-transition: background-color 0.35s;
	transition: background-color 0.35s;
}

.grid-el:nth-child(2n+2) {
}

.grid-el .grid-overlay:not(.no-hover):hover {
	background-color: rgba(0, 0, 0, 0.5);
}

.grid-el .grid-overlay.no-hover {
	padding: 0 85px;
}

.grid-el .grid-overlay a {
	opacity: 0;
	width: inherit;
	padding: 0 30px;
	margin-bottom: -49px;
	-webkit-transition: opacity 0.35s, margin-bottom 0.35s;
	-moz-transition: opacity 0.35s, margin-bottom 0.35s;
	transition: opacity 0.35s, margin-bottom 0.35s;
}

.grid-el .grid-overlay:hover a {
	display: inline-block;
	opacity: 1;
	margin-bottom: 0;
}

.grid-el .grid-overlay h4 {
	margin: 0;
	color: #fff;
	letter-spacing: 0.025em;
}

.grid-el .grid-overlay:hover h4 {
	margin-bottom: 30px;
}

.grid-el .grid-overlay h4 span {
	display: block;
}

.grid-el .grid-overlay h4 span.upper-text {
	font-weight: 300;
	font-size: 26px;
}

.grid-el .grid-overlay h4 span.cabin {
	font-size: 30px;
	font-weight: bold;
	font-family: 'Cabin', sans-serif;
	text-transform: uppercase;
}

.grid-el >div {
	position: relative;
}

.doctors {
	padding: 45px 0;
}

.doctor {
	float: left;
	width: 196px;
	height: 284px;
	position: relative;
	margin-right: 10px;
	display: block;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}

.doctor:last-child {
	margin-right: 0;
}

.doctor .doctor-link {
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 44px;
	line-height: 44px;
	vertical-align: middle;
	text-align: center;
	color: #68625f;
	font-weight: 600;
	font-size: 16px;
	background-color: rgba(255, 255, 255, 0.9);
	border-top: 1px solid #fff;
	border-color: #fff;
}

/*.doctor:hover .doctor-link{

color:#fff;

    background-color: rgba(238,58,67,0.9);

border-color:#EE3A43;

}*/
.doctors-bottom strong {
	color: #ee3a43;	/* font-size:18px; */
	font-size: 20px;
	letter-spacing: 0.02em;
}

.testimonials-slider h4,
.doctors-container h4 {

	/* font-size:25px; */

	font-size: 30px;
	text-transform: uppercase;
	margin-top: 0;
	font-weight: bold;
}

.testimonials-slider {
	background-image: url(images/slider-back.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	background-attachment: fixed;
	padding-top: 15px;
	padding-bottom: 30px;
}

.testimonials-slider .carousel-nav {
	padding-bottom: 0;
	border-bottom: 0;
}

.testimonials-slider p {
	font-weight: 300;
	line-height: 20px;
}

.carousel-fade {
	margin-top: 20px;
}

.carousel-fade,
.carousel-fade .carousel-inner {
	overflow: visible;
}

.carousel-fade .carousel-inner .item {
	opacity: 0;
	transition-property: opacity;
}

.carousel-fade .carousel-inner .active {
	opacity: 1;
}

.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
	left: 0;
	opacity: 0;
	z-index: 1;
}

.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
	opacity: 1;
}

.carousel-fade .carousel-control {
	z-index: 2;
}

@media all and (transform-3d), (-webkit-transform-3d) {
	.carousel-fade .carousel-inner > .item.next,
	.carousel-fade .carousel-inner > .item.active.right {
		opacity: 0;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}

	.carousel-fade .carousel-inner > .item.prev,
	.carousel-fade .carousel-inner > .item.active.left {
		opacity: 0;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}

	.carousel-fade .carousel-inner > .item.next.left,
	.carousel-fade .carousel-inner > .item.prev.right,
	.carousel-fade .carousel-inner > .item.active {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}

}

.carousel-nav {
	margin-top: 30px;
	padding-bottom: 30px;
	border-bottom: 1px solid #fff;
	display: inline-block;
	width: 360px;
	max-width: 100%;
	line-height: 37px;
}

.carousel-nav span {
	font-size: 37px;
	color: #fff;
	font-weight: 200;
	margin: 0 15px;
}

.carousel-nav a {
	display: inline-block;
	color: #597696;
	-webkit-transition: none;
	-moz-transition: none;
	transition: none;
}

.carousel-nav a:hover {
	color: #333132;
}

.carousel-nav a .fa {
	font-size: 27px;
}

.carousel-fade .avatar {
	margin-bottom: 15px;
}

.carousel-fade p {
	margin-bottom: 0;
	color: #fff;
	font-weight: 300;
}

.carousel-fade p strong {
	color: #333132;
	font-size: 18px;
	font-weight: bold;
}

.carousel-fade .testimonial {
	padding-top: 30px;
}

.carousel-fade .testimonial p {
	color: #fff;
	font-size: 20px;
	line-height: 35px;
}

.recent-post .recent-thumb {
	-webkit-transition: 0.4s ease;
	-moz-transition: 0.4s ease;
	transition: 0.4s ease;
	position: absolute;
	visibility: hidden;
}

.recent-thumb-link {
	display: inline-block;
	position: relative;
	overflow: hidden;
	width: 60px;
	height: 60px;
	margin-right: 15px;
	margin-bottom: 25px;
	margin-top: 4px;
	transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-webkit-transition: all .3s ease-in-out;
	background-position: center;
	background-size: 100%;
}

.recent-post .recent-thumb-link:hover {
	background-size: 110%;
}

.recent-post a.recent-link {
	color: #fff;
	line-height: 16px;
	font-weight: 300;
	font-size: 15px;
}

.footer-col form {
	display: inline-block;
	position: relative;
	margin-bottom: 20px;
}

.sign-up-field .wpcf7-submit {
	position: absolute;
	top: 0;
	right: 0;
	color: #729bc7;
	font-size: 20px;
	border: 1px solid #808080;
	width: 41px;
	height: 41px;
	-webkit-appearance: none;
	background-color: rgba(129, 129, 129, 0.1);
}

.sign-up-field .wpcf7-submit:hover {
	color: #fff;
	background-color: #729BC7;
	border-color: #729BC7;
}

.footer-col div.wpcf7-response-output {
	position: relative;
	margin: 0;
	margin-top: 10px;
}

.footer-col div.wpcf7 img.ajax-loader {
	display: none;
}

.footer-col .wpcf7-form-control-wrap {
	position: relative;
	display: inline-block;
}

.footer-col span[role=alert] {
	border: 1px solid;
	position: absolute;
	top: 0px;
	left: 0px;
	right: inherit;
	background-color: #333132;
	padding: 9px;
	padding-left: 25px;
	width: calc(100% - 41px);
	font-weight: normal;
	font-size: 14px;
	padding-top: 9px;
}

.footer-col input[type="text"] {
	padding-right: 45px;
	color: #fff;
	border-color: #808080;
}

.seo-text {
	padding-top: 10px;
}

.seo-text a {
	display: inline-block;
	margin-bottom: 10px;
	font-weight: bold;
	font-size: 20px;
	color: #333132;
}

.seo-text .toggle {
	display: none;
	margin-bottom: 40px;
}

.seo-text .toggle p {
	font-weight: 200;
	font-size: 13px;
	line-height: 18px;
	margin-bottom: 20px;
}

.seo-text .toggle p:last-child {
	margin-bottom: 0;
}

#before-after {
	padding: 45px 0 0 0;
	background-color: #f6f6f6;
	overflow:hidden;
}

#before-after .swiper-wrapper {
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

#before-after .swiper-slide {
	padding: 0 15px;
	position: relative;
	text-align: center;
}

#before-after .swiper-slide.swiper-slide-active {
	transform: scale(1.2);
	z-index: 1;
}

#before-after .swiper-slide.swiper-slide-active .ba-label {
	zoom: 0.83333;
}

#before-after .swiper-container {
	padding-bottom: 10px;
	overflow:visible;
}

#before-after .swiper-slide.swiper-slide-active img {
	border: 1px solid #fff;
}

#before-after .swiper-slide.swiper-slide-prev {
	text-align: right;
}

#before-after .swiper-slide.swiper-slide-next {
	text-align: left;
}

#before-after .swiper-slide img {
	max-width: 100%;
	width: 100%;
	height: auto;
}

#before-after .swiper-slide .ba-label {
	padding: 15px 5px;
	color: #717376;
}

#before-after .swiper-slide:not(.swiper-slide-active) {
	opacity: 0.3;
}

#before-after .swiper-slide:not(.swiper-slide-active) .swiper-next,
#before-after .swiper-slide:not(.swiper-slide-active) .swiper-prev {
	display: none;
}

#before-after .swiper-next {
	width: 68px;
	height: 68px;
	background-repeat: no-repeat;
	background-position: center;
	background-image: url(images/next.png);
	position: absolute;
	right: 27.5%;
	margin-right: -60px;
	top: 50%;
	margin-top: -34px;
	z-index: 9;
	cursor: pointer;
}

#before-after .swiper-prev {
	width: 68px;
	height: 68px;
	background-repeat: no-repeat;
	background-position: center;
	background-image: url(images/prev.png);
	position: absolute;
	left: 27.5%;
	margin-left: -60px;
	top: 50%;
	margin-top: -34px;
	z-index: 9;
	cursor: pointer;
}

.schedule-outer {
	height: 75px;
	position: relative;
}
#schedule-bar {
	position: fixed;
	bottom: -100px;
	left: 0;
	width: 100%;
	z-index: 8;
	-webkit-transition: bottom 250ms linear;
	-moz-transition: bottom 250ms linear;
	-ms-transition: bottom 250ms linear;
	-o-transition: bottom 250ms linear;
	transition: bottom 250ms linear;
	margin-bottom: 0;
}
#schedule-bar a {
	background-color: #E43548;
	border-top: 5px solid #c61431;
	height: 75px;
	font-size: 30px;
	font-weight: 600;
	color: #ffffff;
	text-align: center;
	line-height: 63px;
	text-transform: none;
	display: block;
	text-decoration: none;
}
#schedule-bar a span {
	display: inline-block;
	vertical-align: middle;
	width: 170px;
	height: 50px;
	line-height: 50px;
	color: white;
	text-align: center;
	font-size: 16px;
	color: #000000;
	font-weight: 600;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	background-color: white;
	margin-left: 115px;
	top: 0;
	position: relative;
	-webkit-transition: all 250ms linear;
	-moz-transition: all 250ms linear;
	-ms-transition: all 250ms linear;
	-o-transition: all 250ms linear;
	transition: all 250ms linear;
}
#schedule-bar.locked {
	position: absolute !important;
}
#schedule-bar.active {
	bottom: 0;
}

#red-text{
	margin-top: 0;
	background-color: #ea1a31;
	font-size: 0;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-align-content: stretch;
	-ms-flex-line-pack: stretch;
	align-content: stretch;
	-webkit-align-items: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	margin-bottom: 55px;
}
#red-text .image{
	width: 305px;
	max-width: 100%;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
#red-text .text{
	padding: 40px 40px 15px 40px;
	width: calc(100% - 305px);
}
#red-text .text p{
	font-family: 'Open Sans', sans-serif;
	font-size: 18px;
	font-weight: 300;
	color: white;
	line-height: 1.3;
	margin:0 0 35px 0;
}
#red-text .text p strong{
	font-weight: 600;
}
#under-red-text{
	padding-bottom: 55px;
}
#under-red-text h2{
	font-family: 'Open Sans', sans-serif;

	font-size: 27px;
	font-weight: 300;
	margin:0 0 20px 0;
}
#under-red-text p{
	font-family: 'Open Sans', sans-serif;
	width: 810px;
	max-width: 100%;
	margin-left: auto;
	margin-right: auto;
	font-size: 18px;
	font-weight: 300;
	line-height: 1.3;
}
#under-red-text a{
	text-decoration: none;
	color: #fff;
	text-transform: uppercase;
	font-weight: bold;
	width: 149px;
	max-width: 100%;
	height: 49px;
	line-height: 49px;
	display: inline-block;
	vertical-align: middle;
	background-color: #ee3a43;
	border-bottom: 2px solid #be2e36;
	border-width: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	text-align: center;
	width: 253px;
	font-size: 15px;
	margin-top: 35px;
	font-family: "Source Sans Pro", sans-serif;
}
#under-red-text a:hover{
	border-width: 1px;
	top: 1px;
	position: relative;
}
@media (min-width:1920px) {

	/*	.header-image{

		background-size:cover;

		}*/
	}

	@media (min-width:1630px) {
		.nav-row.bottom-nav-row {
			text-align: center;
		}

		#js-bootstrap-offcanvas,
		.navbar-header {

			/*float: none;*/
			display: inline-block;
		}

	}

	@media (max-width:1550px) {
		.navbar-brand > img {
			height: 30px;
		}

		.navbar-brand {
			padding: 23px 20px;
		}

	}

	@media (max-width:1475px) {
		.nav-row.bottom-nav-row .navbar-nav > li > a {
			padding: 0 25px !important;
		}

		.nav-row.bottom-nav-row .navbar-nav > li.first > a {
			padding-left: 0 !important;
		}

		.nav-row.bottom-nav-row .navbar-nav > li.last > a {
			padding-right: 0 !important;
		}

	/*.navbar-brand {

		padding: 10px 40px;

		}*/
	}

	@media (max-width:1345px) {
		.nav-row.bottom-nav-row .navbar-nav > li > a {
			padding: 0 15px !important;
		}

		.nav-row.bottom-nav-row .navbar-nav > li.first > a {
			padding-left: 0 !important;
		}

		.nav-row.bottom-nav-row .navbar-nav > li.last > a {
			padding-right: 0 !important;
		}

	}

	@media (max-width:1245px) {
		.nav-row.bottom-nav-row .navbar-nav > li > a {
			padding: 0 10px !important;
			font-size: 15px;
		}

		.nav-row.bottom-nav-row .navbar-nav > li.first > a {
			padding-left: 0 !important;
		}

		.nav-row.bottom-nav-row .navbar-nav > li.last > a {
			padding-right: 0 !important;
		}

	/*.navbar-brand {

		padding: 10px 20px;

		}*/
	}

	@media  (min-width:768px) and (max-width:991px) {

	/*
	.navbar-fixed-top .navbar-brand {
		display: none !important;
		}*/
		#top-nav li {
			margin: 0 0 !important;		/*width: 20% !important;*/
			padding: 0 15px !important;
		}

	}

	@media  (max-width:1320px) {
		#sticky-rsvp .container > div.center {
			padding-left: 15px;
			padding-right: 30px;
		}

		#sticky-rsvp .container > div.left {
			width: 375px;
			font-size: 23px;
		}

		#sticky-rsvp .container > div.left strong {
			font-size: 39px;
		}

	}

	@media  (min-width:992px) and (max-width:1200px) {
		.nav-row.top-nav-row .container {
			width: 100%;
		}

		#top-nav li {
			margin: 0 15px !important;
		}

	}

	@media (min-width:1200px) {

		.container {
			width: 1020px;
		}

		.modal-dialog {
			width: 1200px;
		}

	}

	@media (max-width:1199px) {

		#schedule-bar a span {
			margin-left: 30px;
		}
		#schedule-bar a {
			font-size: 24px;
		}
		#sticky-rsvp .container > div.center {
			font-size: 16px;
			padding-left: 15px;
			padding-right: 30px;
		}

		#sticky-rsvp .container > div.left strong {
			font-size: 25px;
		}

		#sticky-rsvp .container > div.left {
			width: 255px;
			line-height: 1.3;
			font-size: 14px;
			letter-spacing: 0;
		}

		.form-container {
			padding-left: 30px;
			padding-right: 30px;
		}

		.doctor {
			width: 18%;
			margin-right: 2%;
		}

		.modal-dialog {
			width: 98%;
		}

		.grid-el .grid-overlay h4 span.cabin,
		.hero-text h2 span,
		.header-image h2 span,
		section.map .map-details a.lato,
		section.map .map-details a.lato:hover,
		.contact-form-container .form-heading h5 {
			font-size: 45px;
		}

	}

	@media (min-width:1120px) {
		.hair-restoration-consult .header-image h2 {
			margin-right: -100px;
		}

	}

	@media (max-width:1110px) {
		.navbar-brand {
			padding: 23px 14px;
		}

		.grid-el .grid-overlay h4 span.cabin {
			font-size: 25px;
		}

		.doctor .doctor-link {
			font-size: 15px;
		}

		.home .page-content ul,
		.old-home.page-content ul {
			margin-bottom: 20px;
		}

		.home .page-content .video-container + div li,
		.old-home.page-content .video-container + div li {
			margin-bottom: 10px;
			padding-bottom: 10px;
		}

		.grid-el .grid-overlay.no-hover {
			padding: 0 50px;
		}

		.home .video-container + div p,
		.old-home .video-container + div p {
			margin-bottom: 20px;
		}

	}

	@media (max-width:1040px) {
		.nav-row.bottom-nav-row .navbar-nav > li > a {
			padding: 0 5px !important;
		}

		.nav-row.bottom-nav-row .navbar-nav > li.first > a {
			padding-left: 0 !important;
		}

		.nav-row.bottom-nav-row .navbar-nav > li.last > a {
			padding-right: 0 !important;
		}

	}

	@media screen and (min-width:992px) {
		.footer-col.col-1 {
			width: 290px;
		}

		.footer-col.col-1 .textwidget {
			padding-right: 65px;
		}

		.footer-col.col-2 {
			width: 205px;
		}

		.footer-col.col-3 {
			width: 260px;
			padding-right: 45px;
		}

		.footer-col.col-4 {
			width: 225px;
		}

	}

	@media (max-width:991px) {
		#red-text .image {
			width: 205px;
		}
		#red-text .text p:last-child{
			margin-bottom: 0;
		}
		#red-text .text{
			padding: 15px;
			width: calc(100% - 205px);
		}
		.schedule-outer {
			height: 50px;
			position: relative;
		}
		#schedule-bar a span {
			width: 150px;
			height: 35px;
			line-height: 35px;
			font-size: 14px;
		}
		#schedule-bar a span {
			margin-left: 15px;
		}
		#schedule-bar a {
			height: 55px;
			font-size: 14px;
			line-height: 46px;
			padding-left: 15px;
			padding-right: 15px;
		}
		#sticky-rsvp .container > div.left {
			font-size: 0;
		}

		#sticky-rsvp .container > div.left > div {
			width: calc(100% - 145px);
		}

		#sticky-rsvp .container > div.left > div,
		#sticky-rsvp .container > div.left > span {
			display: inline-block !important;
			vertical-align: middle;
		}

		#sticky-rsvp .container > div.center {
			padding-left: 0;
		}

		#sticky-rsvp .container > div.left {
			width: 100%;
			border-right: 0;
			border-bottom: 1px solid white;
			padding-bottom: 15px;
			margin-bottom: 15px;
		}

		.footer-col.col-1,
		.footer-col.col-2,
		.footer-col.col-3,
		.footer-col.col-4 {
			width: 50%;
		}

		.navbar-brand > img {
			height: 30px;
		}

		.before-after .grid-sizer,
		.before-after .image {
			width: 46%;
		}

		.gutter-sizer {
			width: 4%;
		}

		.video-container + div,
		.home .video-container + div,
		.old-home .video-container + div {
			padding-left: 15px;
		}

		.video-container img {
			margin: 0 auto;
		}

		.page-id-10 .video-container img {
			margin-bottom: 30px;
		}

		.doctor {
			width: 32%;
			margin: 1% 1%;
			height: 340px;
		}

		.doctor.doctor-1 {
			margin-left: 0;
		}

		.doctor.doctor-4 {
			margin-left: 16.5%;
		}

		.doctor.doctor-3 {
			margin-right: 0;
		}

		.footer-col.col-3,
		.footer-col.col-4 {
			margin-top: 30px;
		}

		.footer-col.col-3 {
			clear: left;
		}

		.hero {
			background-position: 35% 0;
		}

		.bottom-cta a {
			width: 45px;
		}

		.bottom-cta a span {
			display: none;
		}

		.bottom-cta a:before {
			margin-right: 0;
		}

	}

	@media (min-width:768px) and (max-width:991px) {
		.container-fluid > .navbar-header {
			float: none;
			text-align: center;
			display: block;
			margin: 0 auto;
		}

		.navbar-brand {
			float: none;
			display: inline-block;
			padding-bottom: 0;
			padding-top: 10px;
			margin-left: 0;
		}

		.navbar-offcanvas .navbar-nav {
			float: none;
			display: block;
			text-align: center;
		}

		.navbar-nav > li {
			float: none;
			display: inline-block;
		}

		.nav-row.bottom-nav-row.container-fluid {
			padding-left: 0;
			padding-right: 0;
		}

		.nav-row.bottom-nav-row .navbar-nav > li > a {
			height: 30px;
			line-height: 30px;
			font-size: 14px;
		}

		.nav-row.bottom-nav-row.container-fluid .navbar-header {
			float: none;
			display: block;
			text-align: center;
		}

		.nav-row.top-nav-row {
			height: 45px;
			line-height: 45px;
		}

	/*.nav-row.top-nav-row > * {
		display: block !important;
		float: left;		/*width: 33.3333%;
		box-sizing: border-box;
		clear: none;
		text-align: center;
		padding: 0;
		}*/
		.nav-row.top-nav-row a.phone-link {
			font-size: 17px;
		}

	/*	.nav-row.top-nav-row a.sched-link {
		font-size: 17px;
		padding: 0;
		}*/
		.nav-row.top-nav-row .social-icons a,
		.nav-row.top-nav-row .social-icons a .fa {
			font-size: 17px;
		}

		.navbar-nav > li > .dropdown-menu li a {
			padding: 8px 0;
		}

		.grid-el-3,
		.grid-el-4 {
			float: right;
		}

		.tab-selector {
			padding: 0 7px;
			font-size: 14px;
		}

		.more-padding {
			padding-right: 35px;
		}

	}

	@media screen and (min-width:768px) {
		body:not(.home) {
			padding-top: 53px;
		}

		body:not(.home) .header-image {
			background-position: center 53px;
		}

		.navbar-fixed-top .top-nav-row .navbar-brand {
			display: none !important;
		}

		.home .navbar-fixed-top {
			top: 0;
		}

	/*.home .hero {
		margin-top: 0;
	}

	.nav-row.bottom-nav-row .navbar-nav > li > a {
		padding: 0 33px;
	}

	.nav-row.bottom-nav-row .navbar-nav > li.first > a {
		padding-left: 0;
	}

	.nav-row.bottom-nav-row .navbar-nav > li.wow-item-faq > a {
		padding: 0 44px;
	}

	.nav-row.bottom-nav-row .navbar-nav > li.wow-item-blog > a {
		padding: 0 42px;
	}

	.nav-row.bottom-nav-row .navbar-nav > li.last > a {
		padding-left: 23px;
		padding-right: 0;
		}*/
		.navbar-fixed-top .top-nav-row .fa-angle-up {
			float: left;
			cursor: pointer;
			color: #fff;
			font-size: 45px;
			display: none;
		}

		.shrink .navbar-fixed-top .top-nav-row .fa-angle-up {
			display: inline-block;
		}

	}

	@media (max-width:767px) {
		.sched a {
			margin-top: 30px;
		}
		#before-after a.red-button {
			margin-top: 25px;
		}
		#before-after .swiper-slide:not(.swiper-slide-active) {

			padding-top: 5%;
		}
		#before-after .swiper-prev {
			margin-top: -65px;
			left: 0;
			margin-left: 13.5%;
		}
		#before-after .swiper-next {
			margin-top: -65px;
			right: 0;
			margin-right: 13.5%;
		}
		#before-after {
			padding: 0 0 0 0;
		}
		#before-after a.red-button{
			width: 420px;
			height: 68px;
			line-height: 68px;
			font-size: 17.98px;
		}
		#before-after h3{
			margin-bottom: 45px;
			font-size: 44.98px;
		}
		#before-after .swiper-slide:not(.swiper-slide-active):not(.swiper-slide-next):not(.swiper-slide-prev){
			opacity: 0;
			visibility: hidden;
		}
		#before-after .swiper-slide:not(.swiper-slide-active) .ba-label{
			opacity: 0;
			visibility: hidden;
		}
		#before-after .swiper-slide .ba-label {
			padding: 10px 5px;
		}
		#before-after .swiper-slide.swiper-slide-active .ba-label {
			zoom: 0;
			font-size: 9px;
		}
		#before-after .swiper-slide.swiper-slide-active {
			transform: scale(1.7);
			z-index: 1;
		}
		#before-after .swiper-slide.swiper-slide-active img {
			border: 0px solid #fff;
		}
		#before-after .swiper-slide .col-xs-6 {
			padding: 0px 7px;
		}

		.page-content .item:nth-child(1) {
			border-right: 0;
			border-bottom: 1px solid rgba(0,0,0,0.2);
		}
		.page-content .item {
			width: 100%;
			display: block;
			padding: 30px 15px;
		}
		#before-after {
			padding: 0 0 0 0;
			background-color: #f6f6f6;
		}

		#before-after .swiper-slide {
			width: 90%;
			max-width: 90%;
			padding: 0;
		}

		#before-after .swiper-slide:not(.swiper-slide-active) {
			width: 90%;
			max-width: 90%;
		}

		body.page-template-page-contact .page-content {
			padding-top: 0;
			padding-bottom: 0;
		}

		.grid-el .grid-overlay h4 span.cabin {
			font-size: 40px;
		}

		.grid-el:not(:last-child) {
			margin-bottom: 15px;
		}

		#sticky-rsvp .container > div.center {
			font-size: 14px;
			line-height: 1.3;
			padding-right: 0;
		}

		.navbar-fixed-top .top-nav-row .fa-angle-up,
		#top-nav {
			display: none !important;
		}

		#js-bootstrap-offcanvas li a img {
			max-width: 150px;
			height: auto;
		}

		.ham,
		.navbar-fixed-top .navbar-brand {
			display: inline-block !important;
		}

		.navbar-fixed-top .ham {

		/*
		float: left !important;*/
		margin-right: 30px;
		vertical-align: middle;
		padding: 0;
	}

	.navbar-fixed-top .navbar-brand {
		padding: 7px 0 0 0 !important;
		vertical-align: middle;
	}

	.ham span {
		background-color: white !important;
	}

	.shrink .navbar-fixed-top .ham {
		display: inline-block;
	}

	.navbar-default .navbar-offcanvas {

		/*background-color: rgba(0, 0, 0, 0.9);*/
		background-color: #fff;
	}

	.navbar-offcanvas .dropdown-menu.shown {
		float: none;
	}

	.nav-row.bottom-nav-row .navbar-header {
		display: none;
	}

	.header-image .container {
		padding-top: 0;
	}

	.hero-text {
		padding-top: 66px;
	}

	.before-after .image {
		margin-bottom: 15px;
	}

	.hero > .container,
	.header-image .container {
		position: absolute;
		width: 100%;
		height: 100%;
		top: 0;
		left: 0;
	}

	.hero > img,
	.header-image > img {
		width: 100%;
		height: auto;
	}

	.header-image {
		height: auto;
		background-size: cover;
		background-position: bottom right;
		position: relative;
	}

	.the-neograft-process .header-image,
	.hair-restoration-specialists .header-image ,
	.prp-light-therapy .header-image,
	.products .header-image {
		background-position: bottom left;
	}

	.header-image .row {
		-ms-flex-align: flex-end;
		-webkit-align-items: flex-end;
		align-items: flex-end;
	}

	.hair-restoration-specialists .header-image .row {
		height: 77%;
	}

	.the-neograft-process .header-image .row ,
	.prp-light-therapy .header-image .row,
	.products .header-image .row{
		height: 60%;
	}

	.before-after .header-image .row,
	.contact-us .header-image .row {
		height: 62%;
	}

	.faq .header-image .row,
	.hair-restoration-consult .header-image .row {
		height: 70%;
	}

	.blog .header-image .row,
	.single-post .header-image .row,
	.archive .header-image .row {
		height: 50%
	}

	.contact-us .header-image .row {
		height: 90%;
	}

	.faq .header-image h2 {
		width: 40%;
	}

	.hair-restoration-consult .header-image h2 {
		width: 45%;
	}
	.contact-us .header-image h2,
	.before-after .header-image h2 ,
	.the-neograft-process .header-image h2{
		width: 50%;
	}

	.header-image .row {
		padding-right: 15px;
		padding-left: 15px;
	}

	/*.hero-text h3,

	.hero-text h2,*/
	.header-image h2 {
		font-size: 20px;
		line-height: 30px;
	}

	/*.hero-text h2 span{

		font-size: 25px;

		line-height:25px;

		}*/
		.header-image h2 span {
			font-size: 40px;
			line-height: 40px;
		}

		.bottom-cta a:before {
			margin-right: 0;
		}

		.hero {
			height: auto;
		}

		.hero-text > div {
			width: 100%;
		}

		.hero-text {

		/*padding-top:0;

		text-align:center;*/

		height: 82%;
		width: 100%;
		bottom: inherit;
		display: -webkit-box;
		display: -moz-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		-ms-flex-align: flex-end;
		-webkit-align-items: flex-end;
		align-items: flex-end;
		padding-left: 15px;
	}

	.hero-text h3 {
		margin-bottom: 25px;
	}

	.grid-el p br,
	.page-content p br,
	.page-content li br,
	.page-content h3 br,
	.checkpoints br {
		display: none;
	}

	
	.doctor {
		height: 300px;
	}

	.form-container {
		padding-left: 15px;
		padding-right: 15px;
		width: 100%;
	}

	.form-container .wowDate,
	.form-container input[name="validPhone"],
	.form-container .sbHolder {
		margin-bottom: 7px;
	}

	.modal-dialog {
		width: 100%;
		margin: 0;
	}

	body.modal-open {
		position: fixed;
		max-width: 100%;
	}

	.navbar-offcanvas {
		max-width: inherit;
		left: -100%;
	}

	.navbar-offcanvas.offcanvas-transform.in {
		-webkit-transform: translateX(100%);
		-ms-transform: translateX(100%);
		transform: translateX(100%);
	}

	.nav-row.bottom-nav-row .navbar-nav > li > a {
		height: 50px;
		line-height: 50px;
	}

	li .footer-social,
	.nav-row.bottom-nav-row .navbar-nav > li.first > a,
	.nav-row.bottom-nav-row .navbar-nav > li > a {
		padding-left: 15px !important;
	}

	.navbar-nav > li > .dropdown-menu li a,
	.navbar-default .navbar-nav .open .dropdown-menu > li > a,
	.navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
	.navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
		text-align: left;		/*color: #fff;*/
		color: #322f31;
	}

	.navbar-nav > li > .dropdown-menu li a {
		background-color: transparent !important;
		padding: 8px 15px 8px 25px;
		line-height: 20px;
	}

	.navbar-offcanvas .dropdown-menu.shown {
		display: inherit;
	}

	.navbar-default .navbar-nav .open .dropdown-menu > .active > a,
	.navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
	.navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
		background-color: transparent;
	}

	.page-content h3.blue {
		margin-top: 15px;
		margin-bottom: 30px;
	}

	.hair-restoration-consult .image-container,
	.hair-restoration-consult .copy-container {
		width: 100%;
		padding-left: 0;
	}

	.hair-restoration-consult .image-container {
		padding-top: 30px;
	}

	.hair-restoration-consult .image-container img {
		margin: 0 auto;
	}

	.sticky-thumb .sticky-overlay {
		padding-right: 5%;
	}

	.page-content ul {
		padding-left: 30px;
	}

	.caret.visible-xs {
		position: absolute;
		top: 50%;
		right: 20px;
		margin-top: -3px;
	}

	.contact-ctas > div + div {
		margin-top: 30px;
	}

	.contact-ctas img {
		margin-bottom: 10px;
	}

	.testimonials-slider h4,
	.doctors-container h4,
	.page-content .top-section h3 {
		font-size: 22px;
	}

}

@media (max-width:650px) {
	.header-image h2 span {
		font-size: 33px;
		line-height: 33px;
	}

}

@media (max-width:550px) {
	.header-image h2 {
		font-size: 16px;
		line-height: 26px;
	}

	.header-image h2 span {
		font-size: 27px;
		line-height: 27px;
	}

}


@media (max-width:600px) {
	#red-text .text p {
		font-size: 14px;
		line-height: 1.3;
		margin: 0 0 15px 0;
	}
	#schedule-bar a span {
		margin-left: 15px;
		margin: 10px auto 0 auto;
		display: block;
	}
	#schedule-bar a {
		height: auto;
		font-size: 14px;
		line-height: 1;
		padding-left: 15px;
		padding-right: 15px;
		padding-bottom: 15px;
		padding-top: 10px;
	}
	.doctor {
		width: 48%;
		height: 350px;
		background-position: top center;
	}

	.doctor.doctor-3,
	.doctor.doctor-1 {
		margin-right: 1%;
		margin-left: 0;
	}

	.doctor.doctor-2,
	.doctor.doctor-4 {
		margin-left: 1%;
		margin-right: 0;
	}

	.doctor.doctor-5 {
		margin-left: 25%;
	}

	.hero-text h2 {
		font-size: 25px;
		line-height: 25px;
	}

	.hero-text h2 span {
		font-size: 40px;
		line-height: 40px;
	}

	.hero-text h3 {
		font-size: 20px;
	}

}

@media (max-width:530px) {
	.hero-text h2 {
		font-size: 20px;
		line-height: 20px;
	}

	.hero-text h2 span {
		font-size: 33px;
		line-height: 33px;
	}

	.hero-text h3 {
		font-size: 16px;
		margin-bottom: 17px;
	}

}


@media (max-width:480px) {
	#red-text .image{
		display: none;
	}
	#red-text .text{width: 100%;}
	#schedule-bar a {
		font-size: 13px;
	}
	#schedule-bar a span {
		height: 30px;
		line-height: 30px;
	}
	.sched a {
		margin-top: 0;
	}
	#before-after .swiper-next {
		margin-top: -50px;
		margin-right: 0;
		width: 48px;
		height: 48px;
		background-size: cover;
	}
	#before-after .swiper-prev {
		margin-top: -50px;
		margin-left: 0;
		width: 48px;
		height: 48px;
		background-size: cover;
	}
	#before-after h3 {
		margin-bottom: 30px;
		font-size: 35px;
		margin-top: 0;
	}
	#before-after .swiper-prev {
		margin-top: -50px;
		margin-left: 5px;
	}
	#before-after .swiper-next {
		margin-top: -50px;
		margin-right: 5px;
	}
	#before-after .swiper-slide.swiper-slide-active .ba-label {
		zoom: 0;
		font-size: 14px;
	}
	#before-after {
		padding: 0 15px;
	}
	#before-after a.red-button {
		margin-top: 0;
		line-height: 48px;
		padding: 0 10px;
		font-size: 14px;
		height: 48px;
	}
	#before-after .swiper-slide{
		padding: 0 0;
	}
	#before-after .swiper-slide .col-xs-6{
		padding: 0 15px;
	}
	#before-after .swiper-slide:not(.swiper-slide-active) {
		width: 100%;
		max-width: 100%;
	}
	#before-after .swiper-slide.swiper-slide-active {
		transform: none;
		z-index: 1;
		max-width: 100%;
	}
	#before-after a.red-button {
		margin-top: 30px;
	}

	#before-after .swiper-wrapper {
		-webkit-align-items: flex-start;
		-ms-flex-align: flex-start;
		align-items: flex-start;
	}

	#sticky-rsvp .container > div.left {
		width: 100%;
		border-right: 0;
		border-bottom: 0;
		padding-bottom: 0;
		margin-bottom: 0;
	}

	#sticky-rsvp .container > div.center {
		display: none;
	}

	#sticky-rsvp .container > div.left strong {
		font-size: 16px;
	}

	#sticky-rsvp .container > div.left > div {
		line-height: 1.5;
		width: calc(100% - 125px);
		margin-top: 5px;
	}

	#sticky-rsvp .container > div.left span {
		width: 125px;
		height: 45px;
		line-height: 45px;
		font-size: 11.4px;
	}

	.before-after .grid-sizer,
	.before-after .image {
		width: 100%;
	}

	.before-after .gutter-sizer {
		width: 0%;
	}

	.before-after .images-container {
		max-width: 300px;
		margin: 0 auto;
	}

	.before-after .image {
		margin-bottom: 30px;
	}

	.header-image h2 {
		font-size: 13px;
		line-height: 13px;
	}

	.header-image h2 span {
		font-size: 24px;
		line-height: 24px;
	}

	.footer-col.col-1,
	.footer-col.col-2,
	.footer-col.col-3,
	.footer-col.col-4 {
		width: 100%;
	}

	.footer-col.col-2 {
		margin-top: 30px;
	}

	.doctor.doctor-4,
	.doctor {
		height: 250px;
	}

	.doctor + .doctor {
	}

	.doctor .doctor-link {
		font-size: 12px;
	}

	.grid-el .grid-overlay h4 span.cabin,
	section.map .map-details a.lato,
	section.map .map-details a.lato:hover,
	.contact-form-container .form-heading h5 {
		font-size: 38px;
	}

	.accordion-container .question-title {
		height: 45px;
		line-height: 45px;
		padding: 0 15px;
	}

	.accordion-container .question-title h5 {
		font-size: 13px;
	}

	.accordion-container .answer {
		padding-left: 70px;
		padding-right: 30px;
	}

	.accordion-container .answer * {
		font-size: 14px;
		line-height: 24px;
	}

	.accordion-container .answer:before {
		width: 34px;
		height: 34px;
	}

	.show-less,
	.load-less {
		float: left !important;
	}

	.hair-restoration-consult .header-image h2 {
		width: 50%;
	}

	.hideonmobile,
	.footer-col.col-1 .footer-widget,
	.footer-col.col-3 {
		display: none;
	}

	.footer-social {
		padding-top: 0;
	}

	footer {
		text-align: center;
	}

}

@media (max-width:420px) {
	.hero-text h2 {
		font-size: 17px;
		line-height: 17px;
	}

	.hero-text h2 span {
		font-size: 25px;
		line-height: 25px;
	}

	.hero-text h3 {
		font-size: 13px;
		margin-bottom: 15px;
	}

}

@media (max-width:320px) {
	.hero-text h3,
	.hero-text h2 {
		font-size: 14px;
	}

	.hero-text h2 span {
		font-size: 22px;
		line-height: 22px;
	}

	.hero-text a {
		padding: 0 20px;
		height: 40px;
		line-height: 40px;
	}

	.header-image h2 {
		font-size: 13px;
		line-height: 13px;
	}

	.header-image h2 span {
		font-size: 18px;
		line-height: 18px;
	}

	.faq .header-image h2 {
		text-align: right;
	}

	.page-content h3 {
		font-size: 18px;
	}

	.grid-el .grid-overlay h4 span.cabin {
		font-size: 30px;
	}

}

/* logo nav */
#top-nav {

	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#fefefd+0,f9f7f2+100 */
	background: rgb(254, 254, 253); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(254, 254, 253, 1) 0%, rgba(249, 247, 242, 1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(254, 254, 253, 1) 0%, rgba(249, 247, 242, 1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(254, 254, 253, 1) 0%, rgba(249, 247, 242, 1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fefefd', endColorstr='#f9f7f2', GradientType=0); /* IE6-9 */
	-webkit-box-shadow: 0 2px 5px 0 rgba(24, 24, 25, 0.11);
	box-shadow: 0 2px 5px 0 rgba(24, 24, 25, 0.11);
	clear: both;
	float: none;
	height: 53px;
	overflow: hidden;
	line-height: 53px;
}

#top-nav ul {
	padding: 0;
	margin: 0;
	text-align: left;
}

#top-nav li:nth-child(3) {
	pointer-events: none;
}

#top-nav li {
	display: inline-block;
	vertical-align: middle;
	height: 50px;
	margin-top: 0;
	line-height: 50px;
	margin: 0 0;
	padding: 0;
}

#top-nav li a:hover {
	-webkit-border-radius: 10px 10px 0 0;
	border-radius: 10px 10px 0 0;
	-webkit-box-shadow: 0 0 5px 0 rgba(24, 24, 25, 0.22);
	box-shadow: 0 0 5px 0 rgba(24, 24, 25, 0.22);
	background-color: #ffffff;
}

#top-nav li:nth-child(3) a {
	-webkit-border-radius: 10px 10px 0 0;
	border-radius: 10px 10px 0 0;
	-webkit-box-shadow: 0 0 5px 0 rgba(24, 24, 25, 0.22);
	box-shadow: 0 0 5px 0 rgba(24, 24, 25, 0.22);
	background-color: #ffffff;
}

#top-nav li:nth-child(3) a {
	display: inline-block;
	vertical-align: middle;
	height: 45px;
	line-height: 40px;
	padding: 0 35px;
	margin-top: 2px;
}

#top-nav li a {
	display: inline-block;
	vertical-align: middle;
	height: 45px;
	line-height: 40px;
	padding: 0 35px;
	margin-top: 2px;
}

#top-nav li img {
	max-width: 100%;
	vertical-align: middle;
	max-height: 35px;
	display: inline-block;
}

#top-nav li:nth-child(3) img {
	max-height: 20px;
}

#top-nav li:nth-child(1) img {
	max-height: 28px;
}

/*#top-nav li a:hover {
opacity: 1 !important;
}

#top-nav ul:hover li a {
opacity: 0.5;
}*/
#top-nav ul li a {
	opacity: 1;
}

#top-nav li:nth-child(3) a {
	opacity: 0.5 !important;
}

#after-submit:not(.success) {
	display: none;
}

#after-submit a {
	color: #ee3a43 !important;
}

#after-submit {
	position: relative;
	height: 100%;
	background-color: white;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-align-content: center;
	-ms-flex-line-pack: center;
	align-content: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 115px 0;
	background-image: none;
}

#after-submit  button.close {
	top: 10px;
	right: 15px;
}

#after-submit .container {
	max-width: 100%;
}

#after-submit h3 {
	font-size: 65px;
	font-family: 'signpaintermedium';
	color: #ee3a43;
	margin: 0;
	line-height: 1;
}

#after-submit p strong {
	font-weight: 600;
}

#after-submit p {
	font-size: 14px;
	line-height: 22px;
	font-weight: 300;
	color: #2c2c2c;
	margin-bottom: 45px;
}

#after-submit p:last-of-type {
	margin-top: -20px;
	margin-bottom: 0;
}

#after-submit .manager-info {
	margin: 50px 0 10px 0;
}

#after-submit .manager-info img {
	max-width: 100%;
	height: auto;
	margin-bottom: 3px;
}

#after-submit .manager-info p {
	font-weight: 300;
	font-size: 12px;
	color: #2c2c2c;
	margin: 0;
}

#after-submit .after-closer {
	display: block;
	position: absolute;
	right: 30px;
	top: 30px;
	width: 20px;
	height: 21px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	background-image: url(images/after-closer.png);
}

/** new form */
.modal-dialog {
	width: 100%;
	max-width: 790px;
	margin: 0 auto;
}

.modal-dialog .modal-content {
	max-width: 790px;
	width: 100%;
	padding: 80px 15px;
	border-radius: 0;
	box-shadow: none;
}

.modal-dialog button.close {
	position: absolute;
	top: 15px;
	right: 15px;
	left: auto;
}

.modal-dialog .form-content {
	background-color: transparent;
}

.modal-dialog .form-content p {
	width: 475px;
}

.form-content {
	background-color: #f2f2f2;
}

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

.form-container h3 {
	color: #333132;
	margin: 0;
	font-family: 'HelveticaNeueLTStd45Light';
	font-size: 35px;
	text-align: center;
	line-height: 1;
	letter-spacing: 1px;
}

.form-container h3:after {
	content: "";
	width: 380px;
	max-width: 100%;
	margin: 15px auto 15px auto;
	height: 3px;
	display: block;
	background-color: #729bc7;
}

.form-container p {
	width: 520px;
	max-width: 100%;
	font-size: 15px;
	line-height: 20px;
	text-align: center;
	color: #2c2c2c;
	margin: 0 auto;
	letter-spacing: 0.015em;
}

.form-container form {
	width: 680px;
	max-width: 100%;
	margin: 30px auto 0 auto;
	position: relative;
}

.form-container form input:not([type="submit"]),.form-container .selectric .label {
	width: 100%;
	border: 0;
	border-bottom: 4px solid #b8d2ed;
	background-color: #d5e0ec;
	font-size: 15px;
	color: #828282 !important;
	font-weight: 300;
	padding: 0 24px;
	height: 40px;
	margin-bottom: 5px;
	text-align: left;
}

.form-container form textarea {
	width: 100%;
	border: 0;
	border-bottom: 4px solid #b8d2ed;
	background-color: #d5e0ec;
	font-size: 15px;
	color: #828282 !important;
	font-weight: 300;
	padding: 12px 24px;
	text-align: left;
}

.form-container form input:not([type="submit"]).wpcf7-not-valid {
	border-bottom: 4px solid red;
}

.form-container .wpcf7-form.invalid .selectric:not(.changed) .label {
	border-bottom: 4px solid red;
}

.form-container .selectric .button {
	display: none !important;
}

.form-container .selectric .label {
	margin: 0;
	border-radius: 0;
}

.form-container form  .col-sm-6,
.form-container form .col-sm-12,
.form-container form .col-sm-4 {
	padding-right: 2.5px;
	padding-left: 2.5px;
}

.form-container form .col-sm-4.last {
	padding-right: 0;
}

.form-container form input::-webkit-input-placeholder,
.form-container form textarea::-webkit-input-placeholder {

	/* Chrome/Opera/Safari */
	font-size: 15px;
	color: #828282;
	font-weight: 300;
	opacity: 1;
}

.form-container form input::-moz-placeholder,
.form-container form textarea::-moz-placeholder {

	/* Firefox 19+ */
	font-size: 15px;
	color: #828282;
	font-weight: 300;
	opacity: 1;
}

.form-container form input:-ms-input-placeholder,
.form-container form textarea:-ms-input-placeholder {

	/* IE 10+ */
	font-size: 15px;
	color: #828282;
	font-weight: 300;
	opacity: 1;
}

.form-container form input:-moz-placeholder,
.form-container form textarea:-moz-placeholder {

	/* Firefox 18- */
	font-size: 15px;
	color: #828282;
	font-weight: 300;
	opacity: 1;
}

.form-container form input:focus::-webkit-input-placeholder,
.form-container form textarea:focus::-webkit-input-placeholder {

	/* Chrome/Opera/Safari */
	color: transparent;
}

.form-container form input:focus::-moz-placeholder,
.form-container form textarea:focus::-moz-placeholder {

	/* Firefox 19+ */
	color: transparent;
}

.form-container form input:focus:-ms-input-placeholder,
.form-container form textarea:focus:-ms-input-placeholder {

	/* IE 10+ */
	color: transparent;
}

.form-container form input:focus:-moz-placeholder,
.form-container form textarea:focus:-moz-placeholder {

	/* Firefox 18- */
	color: transparent;
}

.form-container form span.title {
	color: #828282;
	font-size: 15px;
	line-height: 40px;
	font-weight: 300;
	padding-left: 15px;
}

.form-footer span.required {
	font-size: 11px;
	color: #9f9e9e;
	font-style: italic;
	font-weight: 400;
	display: block;
	text-align: left;
}

.form-footer {
	text-align: center;
}

span[role="alert"] {
	display: none !important;
}

.form-content.form-container {
	width: 680px;
	max-width: 100%;
	padding-top: 0;
	padding-bottom: 0;
	padding-left: 0;
	padding-right: 0;
	margin: 0 auto;
}

.form-container  .form-heading {
	text-align: left;
}

.form-container form input:not([type="submit"]).wpcf7-not-valid {
	border-bottom: 4px solid red;
}

.form-container form input:not([type="submit"]).wpcf7-not-valid {
	border-bottom: 4px solid red;
}

.wpcf7-form.invalid .selectric:not(.changed) .label {
	border-bottom: 4px solid red;
}

.contact-form-container input[type="submit"] {
	width: 274px;
}

#myModal .close {
	font-size: 21px;
	font-weight: bold;
	line-height: 1;
	color: #000 !important;
}

.contact-form-container .padding-right > .row,
.contact-form-container .padding > .row {
	margin-left: 0;
	margin-right: 0;
}

.contact-form-container .padding-left > .row,
.contact-form-container .padding > .row {
	margin: 0;
}

.contact-form-container .form-heading h3  + p {
	margin-bottom: 15px;
}

.contact-form-container .form-heading h3,
.contact-form-container .form-heading p {
	text-align: left;
}

.contact-form-container .form-heading p {
	font-weight: 400;
}

.contact-form-container .form-heading  h3:after {
	margin-left: 0;
}

.contact-form-container .form-heading p.small {
	font-size: 11px;
	color: #9f9e9e;
	font-style: italic;
	font-weight: 400;
	display: block;
	text-align: left;
}

@media screen and (max-width:1300px) {
	.form-container form {
		width: 100%;
		padding-left: 15px;
		padding-right: 15px;
	}

}

@media screen and (max-width:767px) {
	.contact-form-container .padding-right > .row,
	.contact-form-container .padding > .row {
		padding-right: 0;
	}

	.form-container form .col-sm-6,
	.form-container form .col-sm-12,
	.form-container form .col-sm-4 {
		padding-left: 0;
		padding-right: 0;
	}

	.form-container h3,
	.form-container p,
	.contact-form-container .form-heading p.small {
		padding-left: 0;
		padding-right: 0;
		width: 100%;
	}

	.contact-form-container .form-heading h3:after {
		margin-left: auto;
	}

	.contact-form-container .form-heading h3,
	.contact-form-container .form-heading p,
	.form-container .form-heading,
	.contact-form-container .form-heading p {
		text-align: center;
	}

	.contact-form-container .form-back {
		display: none;
	}

	.form-containerh3 {
		font-size: 25px;
		line-height: 1;
	}

	.form-container h3,
	.form-container p {
		padding-left: 15px;
		padding-right: 15px;
	}

}




.home .doctors-bottom{
	width: 645px;
	max-width: 100%;
	margin: 0 auto;
}
.home .doctors-bottom p{
	line-height: 1.6;
}
.doctors-container h4 {
	width: 770px;
	max-width: 100%;
	margin-left: auto;
	margin-right: auto;
}
.doctors{
	padding-top: 20px;
}

#new-content{
	margin-bottom: 15px;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-align-content: stretch;
	-ms-flex-line-pack: stretch;
	align-content: stretch;
	-webkit-align-items: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
}
#new-content .left{
	order:0;
	padding: 110px 15px 30px 15px;
	width: 50%;
}
#new-content .left h3{
	font-size: 25px;
	line-height: 45px;
	margin-top: 0;
	margin-bottom: 30px;
	text-transform: uppercase;
	line-height: 1.1;
	color: #4d4d4d;
	font-family: 'Cabin', sans-serif;
}
#new-content .left h3 strong{
	font-weight: bold;
	color: #ee3a43;
	font-size: 50px;
}
#new-content .left  p{
	line-height: 1.6;
	color: #505050;
	margin-bottom: 0;
}
#new-content .left  p:not(:last-child){
	margin-bottom: 20px;
}
#new-content .left .inner{
	width: 490px;
	max-width: 100%;
	margin:0 auto;
}
#new-content .right{ 
	width: 50%;
	order: 1;
	background-repeat: no-repeat;
	background-position: top center;
	background-size: cover;
}
#new-content .right img{
	opacity: 0;
	max-width: 100%;
	height: auto;
}
@media screen and (min-width: 992px){
	.container {
		max-width: 100%;
	}
}
@media screen and (max-width: 1199px){
	#new-content .left h3 strong {

		font-size: 45px;
	}
	#new-content .left h3 {
		font-size: 22px;
	}
}
@media screen and (max-width: 991px){
	#new-content .left p:not(:last-child) {
    margin-bottom: 10px;
}
	#new-content .left h3{
		margin-bottom: 10px;
	}
#new-content .left {

    padding: 30px 15px;
}
#new-content .left h3 {
    font-size: 16px;
}
#new-content .left h3 strong {
    font-size: 32px;
}
}

@media screen and (max-width: 767px){
	#new-content .left p:not(:last-child) {
    margin-bottom:20px;
}
	#new-content .left h3 {
    margin-bottom:20px;
}
	#new-content .left {
		padding-top: 35px;
	}
	#new-content .right{
		background-image: none!important;
	}
	#new-content .right img{
		max-width: 100%;
		height: auto;
		opacity: 1;
	}
#new-content .left h3{
	/*font-size: 45px;
	line-height: 47px;*/
	width: 550px;
	font-weight: bold;
	max-width: 100%;
}
#new-content .left h3 strong{
	display: block;
	/*font-size: 90px;
	line-height: 1;*/
	margin:0 0 0 0;
}
#new-content .left p{
	/*font-size: 27.14px;
	line-height: 43.42px;*/
}
	#new-content .left .inner {
    width: 670px;
}
	#new-content{
		display:block;
		margin-bottom: 0;
	}
	#new-content .left,
	#new-content .right{
		width: 100%;
	}
}

@media screen and (max-width: 600px){
	#new-content .left p:not(:last-child) {
    margin-bottom: 20px;
}
	#new-content .left h3 {
    margin-bottom:15px;
}
	#new-content .left {
		padding-bottom: 0;
		padding-top: 27.5px;
	}
	

#new-content .left h3{
	font-size:22.5px;
	line-height: 23.5px;
	width:275px;
}
#new-content .left h3 strong{

	font-size: 45px;
	line-height: 1;
	margin:7.5px 0 0 0;
}
#new-content .left p{
	font-size: 13.57px;
	line-height: 21.42px;
}
	#new-content .left .inner {
    width: 100%;
}
.page-content{
	padding-top: 40px;
}
}