@import url('https://fonts.googleapis.com/css?family=Oswald:300');

@font-face {
	font-family: 'Conv_Oswald-Bold';
	src: url('../fonts/Oswald-Bold.eot');
	src: local('☺'), url('../fonts/Oswald-Bold.woff') format('woff'), url('../fonts/Oswald-Bold.ttf') format('truetype'), url('../fonts/Oswald-Bold.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'Conv_Oswald-Regular';
	src: url('../fonts/Oswald-Regular.eot');
	src: local('☺'), url('../fonts/Oswald-Regular.woff') format('woff'), url('../fonts/Oswald-Regular.ttf') format('truetype'), url('../fonts/Oswald-Regular.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'Conv_SourceSansPro-Regular';
	src: url('../fonts/SourceSansPro-Regular.eot');
	src: local('☺'), url('../fonts/SourceSansPro-Regular.woff') format('woff'), url('../fonts/SourceSansPro-Regular.ttf') format('truetype'), url('../fonts/SourceSansPro-Regular.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

body { margin:0; padding:0;  font-family: 'Conv_Oswald-Regular';  }
.logo-nw-des span  { 
	font-size: 30px;
    color: #fff;
    margin-top: 11px !important;
    display: inline-block;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 0.2px; 
	}
.navbar-brand.logo-nw-des  {
    padding: 0px;
    float: left;
}
.navbar-brand.logo-nw-des img  {
        float: left;
    margin-right: 15px;
    width: 130px;
	display:none;
}
.nav-new-style  {
    background: rgba(49, 67, 45, 0.6);
    padding: 15px 0;
	border:none !important;
	
    z-index: 1111;
}
.nav-list-nw li a {     color: #fff !important;
    text-transform: uppercase;
    font-size: 14px;
letter-spacing: 1px;
    padding: 15px 12px;
	white-space:nowrap;
 }

.nav-list-nw li.active a  { background-color:transparent !important; }
.main-bg-head {
    position: relative;
    background: url(../img/a-unique-salon-wakefield-ma.jpg);
    height: 750px;
    background-size: cover;
    background-position: center center;
    width: 100%;
    float: left;
}
.nav-list-nw li.active:after , .nav-list-nw li:hover::after {
    position: absolute;
    content: "";
    background: url(../img/active.png);
    width: 100%;
    height: 29px;
    bottom: -12px;
    /* background-size: cover; */
    background-position: center center;
	
}
.nav-list-nw li { position:relative;  }

.text-slide  {
    background: rgba(49, 67, 45, 0.5);
    float: left;
    padding: 20px;
    color: #fff;
	    position: absolute;
    bottom: 75px;
} 
.text-slide span.upper-txt {
    font-size: 60px;
    display: block;
    text-transform: uppercase;
	    line-height: 60px;
    margin-bottom: 10px;
    text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.61);
}
.text-slide span.btm-txt  {
    font-size: 40px;
    font-family: 'Conv_SourceSansPro-Regular';
	line-height:44px;
	text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.61); 
}
.about-us {
       padding: 65px 0;
    background: url(../img/bg-about.jpg);
    background-size: cover;
    background-position: center center;
    width: 100%;
    float: left;
    background-attachment: fixed;
}
.main-title h1  {
    text-align: center;
    font-size: 48px;
    color: #31432d;
    text-transform: uppercase;
    line-height: 50px;
    position: relative;
    margin: 0px;
	    margin-bottom: 78px;
}
.main-title h1:after {
    position: absolute;
    content: "";
    background: url(../img/about-flo.png);
    width: 240px;
    height: 50px;
    bottom: -50px;
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    text-align: center;
    margin: 0 auto;
    display: block;
    left: 0;
    right: 0;
}
.user-imga, .user-imga img  {
    width: 100%;
    float: left;
	    overflow: hidden;
    transition-timing-function: linear;
    transition: 0.5s;
}
.user-imga img:hover  {
    transform: scale(1.1);
    transition-timing-function: linear;
    transition: 3s;
}
.about-cont p {
    color: #404040;
    font-family: 'Conv_SourceSansPro-Regular';
    font-size: 30px;
    line-height: 48px;
}
.call-us {
	padding: 65px 0; 
	background:#2F432F;
	text-align:center;	
}
.call-main-title h1{
    text-align: center;
    font-size: 48px;
    color: #fff !important;
    text-transform: uppercase;
    line-height: 50px;
    position: relative;
    margin: 0px;
    margin-bottom: 78px;
}
.call-main-title h1:after {
    position: absolute;
    content: "";
    background: url(../img/call-flo.png);
    width: 240px;
    height: 50px;
    bottom: -60px;
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    text-align: center;
    margin: 0 auto;
    display: block;
    left: 0;
    right: 0;
}
.call-us h3 {
    color: #fff;
    font-size: 40px;
    letter-spacing: 1px;
}
.call-us img  {
    width: 52px;
    margin-top: 20px;
}
.call-us h4 {
    font-size: 30px;
    text-transform: uppercase;
    color: #fff;
    margin-top: 30px;
}
.call-us h6  {
    font-size: 24px;
    font-family: 'Conv_SourceSansPro-Regular';
    color: #fff;
    margin-top: 30px;
    font-weight: 300;
    margin-bottom: 0px;
}
.foot-cont { padding:30px 0 40px }
.sort-link {
    list-style: none;
}
ul.sort-link li {
    display: inline-block;
    padding-right: 35px;
}
ul.sort-link li a {
    font-family: 'Conv_SourceSansPro-Regular';
    font-size: 14px;
    font-weight: 600;
    color: #404040;
	    transition: 0.3s;
}
.sort-link.social li a:hover {
    color: #81d2da;
    transition: 0.3s;
}
ul.sort-link li a:hover {
    text-decoration: none;
    transition: 0.3s;
    color: #81d3db;
}
ul.sort-link {
    display: inline-block;
    padding: 0px;
    border-right: 2px solid #404040;
} 
.sort-link.social { border:none !important; }
.sort-link.social li {
    padding-right: 0px;
    padding-left: 35px;
}
.sort-link.social li a  {
    font-size: 42px;
}
.sort-link.social li a i {
    margin-top: 10px;
    line-height: 15px;
    display: inline;
    float: left;
}
ul.sort-link.foot-btm {
    border: none;
    margin-top: 35px;
}
ul.sort-link.foot-btm li {
    font-family: 'Conv_SourceSansPro-Regular';
    font-size: 14px;
    font-weight: 600;
    color: #404040;
    border-right: 2px solid #404040;
    padding: 0 35px;
}
ul.sort-link.foot-btm li:last-child { border:none; }


@media only screen and (max-width:768px) {
	.mbl-menu {
    padding: 0px 15px;
} 
	.mbl-menu i {
    font-size: 30px;
    color: #fff;
}
.navbar-collapse.collapse {
    background: #2F432F;
    z-index: 1111;
    padding: 10px 20px;
}
.nav-list-nw li.active:after, .nav-list-nw li:hover::after { display:none; }
.text-slide {
    position: absolute;
    bottom: 0;
    width: 100%;
    left: 0;
}
.text-slide span.btm-txt {
    font-size: 26px;
    font-family: 'Conv_SourceSansPro-Regular';
    line-height: 34px;
}
.text-slide span.upper-txt {
    font-size: 30px;
    display: block;
    text-transform: uppercase;
    line-height: 40px;
    margin-bottom: 10px;
}
.main-bg-head {
    position: relative;
    background: url(../img/slide1.jpg);
    height: 400px;
    background-size: cover;
    background-position: center center;
    width: 100%;
    float: left;
}
.about-cont p {
    color: #404040;
    font-family: 'Conv_SourceSansPro-Regular';
    font-size: 22px;
    line-height: 34px;
    margin-top: 20px;
}
.xs-none { display:none !important; }
.sort-link.social li:first-child { padding:0px !important; }
ul.sort-link.foot-btm {
    border: none;
    margin-top: 10px;
}
ul.sort-link.foot-btm li { border:none !important; }
.call-main-title h1 {
    text-align: center;
    font-size: 32px;
    color: #fff !important;
    text-transform: uppercase;
    line-height: 30px;
    position: relative;
    margin: 0px;
    margin-bottom: 78px;
}
.call-us h3 {
    color: #fff;
    font-size: 30px;
    letter-spacing: 1px;
}
.contact-form {
        padding: 20px !important;
    margin-top: 0px !important;
    margin-bottom: 30px;
}
}

@media only screen and (max-width:460px) {
	.navbar-brand.logo-nw-des img {
    float: left;
    margin-right: 8px;
    width: 80px;
}
.logo-nw-des span {
    font-size: 13px;
    color: #fff;
    margin-top: 7px !important;
    display: inline-block;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 0.2px;
}
.mbl-menu i {
    font-size: 25px;
    color: #fff;
}
.text-slide span.upper-txt {
    font-size: 24px;
    display: block;
    text-transform: uppercase;
    line-height: 30px;
    margin-bottom: 10px;
}
.text-slide span.btm-txt {
    font-size: 18px;
    font-family: 'Conv_SourceSansPro-Regular';
    line-height: 24px;
}
.main-bg-head {
    position: relative;
    background: url(../img/slide1.jpg);
    height: 350px;
    background-size: cover;
    background-position: center center;
    width: 100%;
    float: left;
}
.call-main-title h1 {
    text-align: center;
    font-size: 22px;
    color: #fff !important;
    text-transform: uppercase;
    line-height: 30px;
    position: relative;
    margin: 0px;
    margin-bottom: 68px;
}
.call-us h3 {
    color: #fff;
    font-size: 22px;
    letter-spacing: 1px;
}
.call-main-title h1:after {
    position: absolute;
    content: "";
    background: url(../img/call-flo.png);
    width: 240px;
    height: 50px;
    bottom: -55px;
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    text-align: center;
    margin: 0 auto;
    display: block;
    left: 0;
    right: 0;
}
.call-us img {
    width: 42px;
    margin-top: 15px;
}
.call-us h4 {
    font-size: 20px;
    text-transform: uppercase;
    color: #fff;
    margin-top: 20px;
}
.call-us h6 {
    font-size: 18px;
    font-family: 'Conv_SourceSansPro-Regular';
    color: #fff;
    margin-top: 30px;
    font-weight: 300;
    margin-bottom: 0px;
}

}
.mbl-menu { width:100%; }
.new-map  {
    background: #fff;
    height: 600px;
    position: relative;
}
.new-map  .pos-map 
 {
    position: absolute;
    top: 0;
    z-index: 0;
    width: 100%;
    float: left;
    -webkit-filter: grayscale(100%);
       -moz-filter: grayscale(100%);
        -ms-filter: grayscale(100%);
         -o-filter: grayscale(100%);
            filter: grayscale(100%);
}
.contact-bg {
    background: url(../img/bg-contact.jpg);
    width: 100%;
    float: left;
    background-size: cover;
    background-position: center center;
    padding: 65px 0;
}
.contact-form {
    background: #2F432F;
    padding: 60px;
	    margin-top: -140px;
}
.contact-form input.form-control {
    border-radius: 0px;
    height: 48px;
    font-family: 'Conv_SourceSansPro-Regular';
    font-size: 16px;
    border: none !important;
	    padding: 15px 20px;
}
.contact-form textarea.form-control {
    border-radius: 0px;
   font-family: 'Conv_SourceSansPro-Regular';
    font-size: 16px;
    border: none !important;
	    padding: 15px 20px;
}
.btn-sbmit {
    border-radius: 0px;
   
    cursor: pointer;
    font-family: 'Conv_SourceSansPro-Regular';
    font-weight: 600;
    text-transform: uppercase;
    padding: 11px 33px;
    font-size: 16px;
    background: #7bd2da;
    border-color: #7bd2da;
}
.contact-them h4  {
    font-size: 36px;
    color: #404040;
    text-transform: uppercase;
}
.contact-them p {
    font-family: 'Conv_SourceSansPro-Regular';
    font-size: 28px;
    color: #404040;
    margin-top: 40px;
    margin-bottom: 40px;
	display:flex;
	align-items:baseline;
	white-space:nowrap;
}
.contact-them h5 {
    font-size: 32px;
	color: #404040;
    text-transform: uppercase;
}
.contact-them p sub {
    border-bottom: 3px dotted #565656;
    width: 100% !important;
    height: 22px;
    display: inline-block;
	    bottom: -0.02em;
}
.m-b-5 { margin-bottom:5px !important; }
.m-t-0 { margin-top:0px !important; }

.contact-them .schedule{ margin:5px 0; }

.contact-them p.m-t-0 sub {
   width: 100%;
}
.contact-them  {
    padding: 0 20px;
}

@media only screen and (max-width:768px) {
.contact-them h4 {
    font-size: 22px;
    color: #404040;
    text-transform: uppercase;
}
.contact-them p {
    font-family: 'Conv_SourceSansPro-Regular';
    font-size: 18px;
    color: #404040;
    margin-top: 20px;
    margin-bottom: 20px;
}
.contact-them h5 {
    font-size: 22px;
    color: #404040;
    text-transform: uppercase;
}	
	.contact-them p sub {
}
.container {
    width: 100%;
    max-width: 100%;
}
}
@media only screen and (min-width:768px) and (max-width:992px) {
	.navbar-brand.logo-nw-des img {
    float: left;
    margin-right: 7px;
    width: 100px;
}
.logo-nw-des span {
    font-size: 16px;
    color: #fff;
    margin-top: 10px !important;
    display: inline-block;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 0.2px;
}
.contact-form {
    background: #2F432F;
    padding: 20px;
    margin-top: -140px;
}
.contact-them {
    padding: 0;
}	
.contact-them h4 {
    font-size: 28px;
    color: #404040;
    text-transform: uppercase;
}
.contact-them p {
    font-family: 'Conv_SourceSansPro-Regular';
    font-size: 24px;
    color: #404040;
    margin-top: 25px;
    margin-bottom: 25px;
}

.contactForm p{ color:#fff; font-size:24px; text-align:center; }

.contact-them h5 {
    font-size: 25px;
    color: #404040;
    text-transform: uppercase;
}
.contact-them p sub {
    border-bottom: 3px dotted #565656;
    width: 14%;
    height: 22px;
    display: inline-block;
    bottom: -0.02em;
}
.contact-them p.m-t-0 sub {
    width: 21%;
}
.text-slide {
    background: rgba(49, 67, 45, 0.5);
    float: left;
    padding: 20px;
    color: #fff;
    position: absolute;
    bottom: 0;
    width: 100%;
    left: 0;
}
.text-slide span.upper-txt {
    font-size: 45px;
    display: block;
    text-transform: uppercase;
    line-height: 40px;
    margin-bottom: 10px;
}
.text-slide span.btm-txt {
    font-size: 30px;
    font-family: 'Conv_SourceSansPro-Regular';
    line-height: 34px;
}
.main-bg-head {
   
    height: 500px;
    
}
.about-cont p {
  
    font-size: 22px;
    line-height: 34px;
}
ul.sort-link.foot-btm li {
   
    padding: 0 15px;
}
}

@media only screen and (min-width:992px) and (max-width:1200px) {
	.contact-them p.m-t-0 sub {
    width: 26%;
}
.contact-them p sub {
    border-bottom: 3px dotted #565656;
    width: 19%;
  
}
}

body { overflow-x:hidden; }
.main-bg-head.new-de-team  {
    background: url(../img/bg-contact.jpg);
    background-size: cover;
    height: auto !important;
}
.meat-team {
       padding: 65px 0;
    background: url(../img/team-bg.jpg);
    background-size: cover;
    background-position: center top;
    width: 100%;
    float: left;
}
.team-mem  {
    width: 100%;
    float: left;
    padding: 10px;
    margin-bottom: 40px;
}
.team-mem img {
    width: 100%;
}
.team-mem h3 {
    font-size: 40px;
    color: #31432d;
    margin-top: 20px;
	float: left;
    width: 100%;
}
.team-mem h5{
    color: #404040;
    font-family: 'Conv_SourceSansPro-Regular';
    font-size: 23px;
}
.p-0-50 { padding:0 50px; }
.p-85-0-65	{     padding: 125px 0 65px !important; }
.team-mem .img-scale {  width: 100%;
    float: left;
overflow: hidden; }
.team-mem img  {
    width: 100%;
    float: left;
	  overflow: hidden;
    transition-timing-function: linear;
    transition: 0.5s;
}
.team-mem:hover img {
    transform: scale(1.1);
    transition-timing-function: linear;
    transition: 3s;
}
a .team-mem:hover h3 {
    color: #81d2da;
    transition: 0.3s;
	 transition-timing-function: linear;
}
a .team-mem:hover h5 {
    color: #2F432F;
    transition: 0.3s;
	 transition-timing-function: linear;
}
.gallary-left {
    height: 229px;
    overflow: hidden;
    position: relative;
    float: left;
    width: 100%;
}
a.gallary-left:after , .gallary-r8:after  {
    position: absolute;
    background: rgba(0, 0, 0, 0.25);
    content: "";
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    float: left;
    width: 100%;
	opacity:0;
	transition: 0.3s;
	 transition-timing-function: linear;
	    
}
.gallary-left:hover:after , .gallary-r8:hover:after { opacity:1;  outline: 2px solid rgba(255, 255, 255, 0.43);
    outline-offset: -20px; }
.gallary-left:hover  img  , .gallary-r8:hover  img {
    transform: scale(1.1);
    transition-timing-function: linear;
    transition: 3s;
}
.gallary-left img , .gallary-r8 img { width:100%; float:left; }
.p-0 { padding:0px !important; }
.gallary-r8 { height:458px; overflow:hidden;   position: relative;
    float: left;
    width: 100%; }
.gallary-r8 img { width:100%; float:left; }
.p-t-100 { padding-top:100px; }



#about-img{
	float:left; margin-right:20px; margin-bottom:20px; max-width:55%;
}
.price-list .col-md-6,.price-list .col-md-7,.price-list .col-md-5,.price-list .col-md-12{ padding:0; }
.price-list ul{ 
    color: #404040;
    font-family: 'Conv_SourceSansPro-Regular';
}
.price-list li{
	border-bottom:1px solid #ccc;
}
.price-list li:not(:first-child) b{ margin-top:10px; display:block; }
.price-list .prices{ margin-right:20px; text-align:right; }
.price-list .names{ margin-left:15px; }
.price-list li > span{ float:right; }
.price-list li span span{ display:inline-block; margin-right:-6px; }

@media only screen and (max-width:768px) {
	.main-bg-head.new-de-team.gall {
    background: url(../img/gallery7.jpg);
    background-size: cover;
        height: 394px !important;
    width: 100%;
    background-position: center top;
}
.contact-bg  .col-md-6.p-0, .contact-bg  .col-md-4.p-0	 { padding:0 20px !important; }
.contact-bg .gallary-r8  {     height: auto;  padding:0 20px !important; }
.nav-list-nw li a {
    font-family: Oswald, sans-serif;
    font-weight: 300;
    font-size: 18px;
    padding: 10px 12px;
}
.dis-xs-show { display:block !important; }
.dis-none-xs { display:none !important; }
#about-img{ float:none; margin:0; max-width:none; }
}
.lumos-container { z-index:1111111 !important; background-color:rgba(0,0,0,.75) !important; }

@media only screen and (min-width:768px) and (max-width:992px) {
    .gallary-r8 {     height: 288px; }
    .gallary-left  { height: 144px; }
.pos-map iframe {     height: 500px !important; } 
}
.p-b-0 { padding-bottom:0px !important; }
.p-b-150 { padding-bottom:150px !important; }


	a{ color:#629ea4; }
	a:hover, a:active, a:visited{ color:#629ea4; }
	
	@media (min-width:992px) and (max-width:1200px){
		.gallary-left{ height:193px; }
		.gallary-r8{ height:385px; }
	}