/*
Theme Name: Gala - Schema Child
Version: 1.0
Description: A child theme of Schema by MyThemeShop
Template: mts_schema
Text Domain: schema
*/

/* Carousel */
@import url("../mts_schema/style.css");
/* general */
.container {
	width: 100% !important;
	box-sizing: border-box;
	padding:0px 10px;
	max-width: 1040px !important;
}

.btn {
	color: #fff !important;
	background: #1179bd;
	padding: 10px 15px;
	text-transform: uppercase;
	border-radius: 10px;
	-moz-border-radius: 10px;
	box-shadow: 1px 1px 1px #000;
	-moz-box-shadow: 1px 1px 1px #000;
}
.button {
	border-radius: 0;
    border: none;
    color: #fff;
    background: #333;
    box-shadow: none !important;
    cursor: pointer;
    display: inline-block;
    font-size: 12px;
    font-weight: 700;
    line-height: 38px;
    letter-spacing: .1rem;
    padding: 0 30px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    white-space: nowrap;
    transition: all .3s ease;
}
.alignleft {
	float: left;
	margin: 0px 20px 20px 0px;
	border: 2px solid #ececec;
	margin-bottom:20px;
	-webkit-box-shadow: 0 8px 6px -6px black;
	-moz-box-shadow: 0 8px 6px -6px black;
	box-shadow: 0 8px 6px -6px black;
}
.alignright {
	float: right;
	margin: 0px 0px 20px 20px;
	border: 2px solid #ececec;
	margin-bottom:20px;
	-webkit-box-shadow: 0 8px 6px -6px black;
	-moz-box-shadow: 0 8px 6px -6px black;
	box-shadow: 0 8px 6px -6px black;
}
.alignnone {
	border: 2px solid #ececec;
	margin-bottom:20px;
	-webkit-box-shadow: 0 8px 6px -6px black;
	-moz-box-shadow: 0 8px 6px -6px black;
	box-shadow: 0 8px 6px -6px black;
}
.center { text-align: Center; }
.clear { clear: both; }

/* header */
.main-header { background: #2b346b; }
#header { background: #fff; top: 0px;}
.logo-wrap, .headerPhone, .headerInfo { float: left; width: 31%; padding: 1%; }
.logo-wrap { margin: 10px 0 0 0; }
.headerInfo { width: 32%; text-align: right; margin-top: 30px; }
.headerInfo p { margin-bottom: 5px; }
.headerPhone { text-align: center; margin-top: 30px; }
.headerPhone a { color: #fff !important; }
div.header-social-icons { background: none; border: 0px; }
div.header-social-icons a { background: #fff; border-radius: 50%; padding: 10px; width: 30px; text-align: center; line-height: 30px; margin: 0px 5px; font-size: 26px;}
div.header-social-icons::before { border: 0px; }
#primary-navigation .header-social-icons a, .header-social-icons a { padding: 0px 10px; }

.primary-slider-container { max-width: 100%; float: none; width: 100%;  overflow: hidden; margin: 0px; }
.primary-slider-container .slide-caption { width: 94%; padding: 2% 3%; bottom: 0%; left: 0px; max-height: 50px; }
.slide-title { font-size: 32px !important; line-height: 34px; }
.owl-carousel .owl-item img { max-width: 100% !important; }
.primary-slider .owl-dots { bottom: 8%; top: inherit; right: 16%; }


#page { padding-top: 0px; width: 100%; max-width: 100%; }

/* home boxes */
.homeBoxes {
	margin: 0px auto;
	margin-top: 0px;
	height: 240px;
	text-align: left;
	padding: 25px 0px;
}
.homeBoxes h3{
	color: #000;
	font-size: 32px;
	margin-top: 0px;
}
.homeBoxes p{
	color: #000 !important;
	font-size: 14px !important;
}
.homeBoxes .box01,
.homeBoxes .box02,
.homeBoxes .box03 {
	float: left;
	height: 200px;
	width: 31%;
	position: relative;
	padding: 1%;
}
.homeBoxes .box02{
	width: 32%;
}

/* home widgets */
.homeWidgets {
	margin: 30px auto;
	text-align: left;
}
.widgetBox {
	margin-right: 3%;
	margin-bottom: 20px;
	padding: 2%;
	width: 27%;
	float: left;
	border-radius: 10px;
	-moz-border-radius: 10px;
	background: rgba(255,255,255,0.8);
}
.widgetBox h3 { text-align: center; }

.widgetBox.noMargin {
	margin-right: 0px;
}
.widgetBox img { width: 100%; }

.textwidget p {
	font-size: 16px;
	line-height: 20px;
}



/* inner pages */
#page.single { float: left; }
.article { background: none;  margin: 0 auto; float: none; }
.page h1.title { margin-bottom: 20px; }

/* footer */
.copyrights { text-align: center; }
#copyright-note span { display: none; }
.to-top { float: none; }
#copyright-note .to-top span{ display: inline-block; font-size: 16px; line-height: 24px; }

.hide-d { display: none; }

.social-icons a {
    display: inline-block;
    color: #fff;
    background: #404040;
    width: 25px;
    height: 25px;
    line-height: 25px;
    text-align: center;
    border-radius: 2px;
}
.headerPhone {
	width: 100%;
	margin-top: 0px;
}
.headerPhone p {
	display: inline-block;
	font-size: 14px;
	margin:0px;
	color: #fff;
}
header .navigation {
	float: right;
	width: 80%;
}
header .logo-wrap {
	float: left;
	width: 20%;
}
.navigation ul {
	text-align: right;
	padding-top: 25px;
}
.navigation ul li {
	float: none;
	display: inline-block;
}
#secondary-navigation .navigation > ul > .menu-item-has-children > a {
    padding-right: 32px;
} 
#secondary-navigation a{
    padding: 5px 10px;
    margin: 0;
    font-weight: 400 !important;
    font-size: 14px !important;
    text-transform: none !important;
}
.c6 {
	position: relative;
}
.newCon {
	height: 600px;
	background-size: cover;
	background-position: 50% 50%;
}
.welcome {
    padding: 75px 0px 40px;
    background-color: #2d2d2d;
}
.welcome h1, .welcome p {
    color: #fff !important;
}
.text-center h1 {
    text-align: center;
    font-size: 34px;
    color: #000;
}
.jc {
    position: absolute;
    bottom: -49px;
    right: 30px;
    width: 100px;	
}
.welcome h1 {
    margin-top: 0px;
}
.leftwow {
	width: 33.33%;
	float: left;
	box-sizing: border-box;
	padding:0px 15px;
}
.rightwow {
	width: 66.66%;
	box-sizing: border-box;
	padding:0px 15px;
	float: right;
}
.row {
	margin:0px -15px;
}
.row:after,
.container:after {
	clear: both;
	content: "";
	display: block;
	position: relative;
}
.main-header .container {
	background-color: transparent !important;
}
#reviews {
    padding-bottom: 20px;
    background: #f2f2f2;
    padding-top: 10px !important;
}
#reviews h2 {
    color: #1179bd;
    font-size: 32px;
    padding-top: 10px !important;
}
#reviews h4 {
    font-weight: normal;
    line-height: 26px;
    font-size: 16px;
}
.carousel-indicators {
    bottom: -9px !important;
}
.col-sm-6 {
	width: 50%;
	box-sizing: border-box;
	padding:0px 15px;
	float: left;
}
.homeBoxes {
    background: #2b4f97;
    border-bottom: 5px solid #2b4f97;
    font-size: 14px;
    padding: 30px 0px;
}
.homeBoxes h3 {
	margin-top: 0;
    margin-bottom: 10px;
    text-transform: uppercase;
    font-size: 18px;
    text-align: center;
    color: #fff;
}
footer {
	margin-top: 0px;
	padding:10px 0px;
}
.to-top,.to-top a {
	color: #fff !important;
}
#page.single {
	float: none !important;
}
.article:after {
	clear:both;
	content: "";
	display: block;
	position: relative;
}
.post-info {
	display: none !important;
}
#featured-thumbnail {
	float: right;
	width: 30%;
}
.front-view-content {
	float: left;
	width: 68%;
}
.opacit_ { opacity: 0; }
.sticky { position: fixed !important; box-shadow: 0px 0px 17px rgba(0,0,0,0.9); }
.sticky img { max-width: 100px !important }

#logo a, #logo img { float: none !important; }
.innerImage {
	height: 550px;
	background-position: 50% 15%;
    background-size: inherit;
	position: relative;
}

.benefit-box {
	background-color: #333;
	float: left;
	margin: 40px;
	width: 20%;
	padding: 10px;
}
.benefit-box p, .benefit-box h3 {
	color: #fff;
}
.benefit-box h2 {
	color: #c43c35;
	font-size: 42px;
}

.treatments-back {
	background: #efefef;
    width: 100%;
    padding: 23px 0 1px;
	display: none;
}
.parent-pageid-281 .treatments-back {
	display: block; /*only display Back to Treatments if it is a treatments page */
}
.treatments-back a {
	font-size: 42px;
	color: #333;
}
.treatments-back i {
    padding-right: 15px !important;
	padding-bottom: 10px;
    font-size: 25px;
    vertical-align: middle;
    color: #c43c35;
}
/* New Boxes */
.aparallax,
.parallax {
	background-size: cover;
	background-attachment: fixed;
	background-position: 50% 50%;
}
.copyrights #logo {
    margin-bottom: 0px !important;
}
.cta.parallax * {
    color: #fff !important;
}
.cta.parallax h2,.cta.parallax .container {
    position: relative;
    z-index: 100;
}
.aparallax:before {
    filter: grayscale(100%);
    position: absolute;
    opacity: 0.6;
    top: 0px;
    left: 0px;
    background-size: 100%;
    background-position: 50% 50%;
    width: 100%;
    height: 100%;
    content: "";
}
.parallax:before {
    filter: grayscale(100%);
    position: absolute;
    opacity: 0.6;
    top: 0px;
    left: 0px;
    background-size: initial;
    background-position: 50% 50%;
    width: 100%;
    height: 100%;
    content: "";
    background-image: url(/wp-content/uploads/2018/11/dark-geometric.png);
    background-color: #000;
}
.cta.parallax h4 {
    font-style: italic;
    font-weight: bold;
}
.content_cta a:hover {
    background: #aa3d12;
}
.cta.parallax h2 {
    text-transform: uppercase;
    font-size: 31px;
    font-weight: bold;
    letter-spacing: 1px;
}
.cta {
	background-color: #fff;
	padding: 80px 0px;
	text-align: center;
	position: relative;
}
.iframe_map p {
    margin: 0px;
}

.iframe_map iframe {
    display: block;
    position: relative;
    z-index: 10;
}
footer {
	margin-top: 0px !important;
}
.nopad {
	padding:0px !important;
}
.col {
	float: left;
	box-sizing: border-box;
	padding:0px 15px;
}
.c4 {
	width: 25%;
}
.post_fields .c4:nth-child(1) {
	width: 50%;
}
.post_fields .col {
	padding: 0px;
}
.post_fields a {
	display: block;
	position: relative;
	height: 282px;
	background-size: cover;
	background-position: 50% 50%;
}
.post_fields a:hover:before {
	background: rgba(0,0,0,.75);
}
.post_fields a:before {
    background: rgba(0,0,0,.45);
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 1;
    transition: all .3s ease;
    content: "";
}
.post_fields h2 {
    color: #fff;
    position: absolute;
    z-index: 3;
    bottom: 0;
    font-weight: 400;
    letter-spacing: .5px;
    font-size: 4rem;
    line-height: .9;
    padding: 0 20px;
    width: 90%;	
}
.post_fields h2:after {
    font-family: fontAwesome;
    color: #c43c35;
    font-size: 40px;
    content: "\f105";
    right: 0;
    position: absolute;
    bottom: 0;
}
.post_fields h2 span {
    max-width: 280px;
    position: relative;
    display: inherit;
    font-size: 40px;
}
.content_cta h1 {
    display: inline-block;
    background: rgba(255,255,255,.7);
    padding: 5px 20px 1px;
    margin-bottom: 20px;
    font-size: 50px;
    font-weight: 400;
}
.content_cta h3 {
    color: #101010;
    font-size: 30px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 300;
    margin-bottom: 65px;
    margin-top: -8px;
}
.content_cta a {
	background: #c43c35;
    color: #fff !important;
    padding: 21px 40px 22px;
    font-size: 2rem;
    font-weight: 300;
    line-height: .45;
    transition: all .3s ease;
    letter-spacing: .5px;
    padding-bottom: 23px;
    font-family: 'Teko',sans-serif;
    transform: skewX(-20deg);
    display: inline-block;
}
.copyrights a {
    color: #efefef;
    border: none !important;
    font-size: 17px;
}
.content_cta a span {
    transform: skewX(20deg);
    font-size: 20px;
    display: inline-block;

   	line-height: .45;
    transition: all .3s ease;
    letter-spacing: .5px;
}
#site-footer ul li {
    list-style: none;
    display: inline;
    padding: 10px;
    float: none;
}
#site-footer a {
	font-family: Teko;
	font-weight: 300;
}
#site-footer img {
    max-width: 190px;
    margin-top: 10px;
    margin-bottom: 0px;
/*     filter: brightness(0) invert(1); */
}
.content_cta {
	position: relative;
	z-index: 10;
}
.content_cta h1 {
    text-align: center;
    color: #c43c35 !important;
}
.copyrights {
	padding:0px !important;
}
.c3 {
	width: 33.33%;
}
.treatments {
    padding: 30px 0px 50px;
}
.treatments .c3 {
	padding:15px;
	margin-bottom: 20px;
}
.button:hover,
.treatments a:hover {
    background-color: #606c76;
    border-color: #606c76;
    color: #fff;
    outline: 0;
}
.treatments img {
	display: block;
	box-sizing: border-box;
    border-bottom: 5px solid #c43c35;
    margin-bottom: 35px;
}
.treatments .wrap {
	padding:0px 20px;
	box-sizing: border-box;
}
.treatments p {
    font-size: 13px;
    margin-bottom: 3px;
}
.treatments p + p {
    margin-bottom: 35px;
    line-height: 22px;
    font-weight: 300;
}
.treatments strong {
	font-family: 'Teko',sans-serif;
	display: block;
	font-size: 19px;
	letter-spacing: 0.5px;
}
.treatments a {
    border-radius: 0;
    border: none;
    color: #fff;
    background: #333;
    box-shadow: none !important;
    cursor: pointer;
    display: inline-block;
    font-size: 1.1rem;
    font-weight: 700;
    line-height: 38px;
    letter-spacing: .1rem;
    padding: 0 3rem;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    white-space: nowrap;
    transition: all .3s ease;

    font-family: 'Teko',sans-serif;
    display: inline-block;
    background-color: #333;
    font-weight: 300;
    font-size: 15px;
    padding-top: 2px;
}
.twr h2 {
    text-align: center;
    color: #333 !important;
    font-size: 45px;
    line-height: 56px;
    font-weight: 300;
    font-family: Teko;
	margin-bottom: 5px;
}
.twr {
	max-width: 670px;
	margin:0px auto;
}
body,p {
    color: #606c76;
}
.featured .container {
	max-width: 1040px;
	padding:35px 15px 0px;
	box-sizing: border-box;
}
.twr p {
	font-size: 17px;
	line-height: 28px;
	letter-spacing: 0.17;
	font-weight: 300;
	text-align: center;
	margin-bottom: 35px;
}
.featured h2 {
	font-size: 45px;
	line-height: 56px;
	color: #606c76;
	margin-bottom: 20px;
	letter-spacing: 0.1px;
}
.featured p {
	margin-bottom: 25px;
	font-size: 17px;
	font-weight: 300;
}
.c6 {
	width: 50%;
}
section.featured {
    padding: 16px 0px 60px;
}
.heroImage {
	position: relative;
	width: 100%;
}
section#find-more p em {
    font-weight: bold;
}
section#find-more p {
    font-size: 17px;
    font-weight: 300;
    line-height: 29px;
    letter-spacing: 0.17px;
}
.heroImage {
	height: 100vh;
}
.c3 .wrapsa {
    background-color:#f7f7f7;
    padding-bottom: 25px;
}
.wrapsa .img {
    display: block;
    box-sizing: border-box;
    border-bottom: 5px solid #c43c35;
    margin-bottom: 35px;
    height: 190px;
    background-size: cover;
    background-position: 50% 50%;
}
.heroBan {
    height: 100vh;
    position: fixed;
    background-size: cover;
    background-position: 50%;
    width: 100%;
    top: 0px;
}
.heroBan:before {
    height: 100%;
    background: rgba(12, 12, 12, 0.16);
    position: absolute;
    top: 0px;
    left: 0px;
    content: "";
    width: 100%;
}
.flex {
	display: flex;
	align-items: center;
	justify-content: center;
}
.qt p {
    color: #606c76;
    font-size: 17px;
    margin-bottom: 0px;
    line-height: 29px;
}
.qt h2 {
    color: #c43c35;
    font-size: 18px;
    line-height: 30px;
    padding-right: 22px;
    padding-left: 20px;
    border-left: 5px solid #fff;
    text-transform: uppercase;
}
.welcome {
	position: relative;
	z-index: 1;	
}
.treatments,
.featured {
	background-color: #fff;
	position: relative;
	z-index: 1;
}
/* Icon 1 */

#nav-icon1, #nav-icon2, #nav-icon3, #nav-icon4 {
  width: 30px;
  height: 24px;
  position: relative;
  margin: 0px auto;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer;
}

#nav-icon1 span, #nav-icon3 span, #nav-icon4 span {
  display: block;
  position: absolute;
    height: 3px;
    width: 100%;
  background: #fff;
  border-radius: 0px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}

/* Icon 3 */

#nav-icon3 span:nth-child(1) {
  top: 0px;
}

#nav-icon3 span:nth-child(2), #nav-icon3 span:nth-child(3) {
    top: 9px;
}

#nav-icon3 span:nth-child(4) {
    top: 18px;
}

#nav-icon3.open span:nth-child(1) {
  top: 18px;
  width: 0%;
  left: 50%;
}

#nav-icon3.open span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

#nav-icon3.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

#nav-icon3.open span:nth-child(4) {
  top: 18px;
  width: 0%;
  left: 50%;
}
#site-header {
	background-color: transparent;
}
.newMenu {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    z-index: 1000;
}
.leftLogo a {
	display: block;
}
.leftLogo img {
    max-height: 110px;
    margin-left: 40px;
    transition: all .5s ease;
	
}


.button-slanted {
    display: inline-block;
    margin: 0px 5px;
}
.button-slanted-text {
    display: inline-block;
}
.button-apt {
    background: #c43c35;
    color: #fff !important;
    padding: 26px 40px;
    font-size: 20px;
    box-sizing: border-box;
    font-weight: 300;
    line-height: .45;
    transition: all .3s ease;
    letter-spacing: .5px;
    padding-bottom: 23px;
    font-family: 'Teko',sans-serif;
}

.button-learn {
    box-sizing: border-box;

    background: #101010;
    color: #fff !important;
    padding: 26px 48px;
    font-size: 20px;
    font-weight: 300;
    line-height: .45;
    transition: all .3s ease;
    letter-spacing: .5px;
    padding-bottom: 23px;
    font-family: 'Teko',sans-serif;
}
.makeitwhite {
    background-color: #fff;
    position: relative;
    z-index: 10;
    padding: 10px 0px;
}
#find-more {
    position: absolute;
    transform: translateY(-135px);
    display: block;
}
.innerImage.asda {
    max-height: 250px;
}
.wpb_wrapper h1 {
    color: #fff;
    font-size: 8rem;
    font-weight: 400;
    text-transform: uppercase;
    margin-bottom: 0;
    font-size: 65px;
    line-height: 96px;
    margin: 0px;
}
.wpb_wrapper h3 {
    color: #fff;
    font-size: 30px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 300;
    margin-bottom: 30px;
    margin-top: -8px;
}
.menuFromAbove {
	width: 100%;
	height: 100vh;
	position: fixed;
	top: 0px;
	left: 0px;
	background-color: rgba(16, 16, 16, 0.85);
    position: fixed;
    background-size: cover;
    background-position: center center;
    z-index: 999;

    height: 100%;
    top: -100%;
    transform: translate(0%,-100%) translate3d(0px,0px,0px);
    width: 100%;
    -webkit-transition: all .7s cubic-bezier(.69,0,.25,.90);
    transition: all .7s cubic-bezier(.69,0,.25,.90);
    height: 200px;
}
.menuFromAbove ul {
    text-align: center;
    position: absolute;
    bottom: 27px;
    width: 100%;
    left: 0;
    right: 0;
}
.menu-item-has-children > a:after {
	display: none !important;
}
.menuFromAbove ul li a {
    font-family: Montserrat;
	font-weight: 400;
    font-size: 38px;
    line-height: 1;
    display: inline-block;
    margin-bottom: 14px;
    padding: 0;
    background: transparent;
    color: #fff;
    letter-spacing: .7px;
    text-transform: uppercase;
    transition: all .2s ease;
    border-bottom: 2px solid rgba(0,0,0,0);
    font-weight: 400;
    line-height: 1;
    padding: 0;
    background: transparent;
    color: #fff;
    letter-spacing: .7px;
    text-transform: uppercase;
}
.menuFromAbove li:hover .sub-menu {
    opacity: 1;
    visibility: visible;
}
ul.sub-menu {
    -webkit-transition: all .2s cubic-bezier(.69,0,.25,.90);
    transition: all .2s cubic-bezier(.69,0,.25,.90);
    width: 200px;
    bottom: auto;
    opacity: 0;
    visibility: hidden;
}
ul.sub-menu li {
    background-color: #c43c35;
    width: 100%;
    display: block;
    text-align: left;
}
.fixed-social-icons {
    position: fixed;
    right: 10px;
    z-index: 1000;
    top: 50%;
    transform: translateY(-50%);
    width: 40px;
}
.slick-dots li:before {
    width: 20px;
    height: 5px;
}
.carousel.slide p {
    max-width: 900px;
    margin: 0px auto 20px;
}
.slick-dots button {
    width: 25px !important;
    height: 7px !important;
    border-radius: 0px !important;
    padding: 0px !important;
}
.slick-dots li button {
    width: 16px;
    height: 16px;
    background-color: #b0b0b0 !important;
}
.fixed-social-icons a {
    display: block;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background-color: #c43c35;
    color: #fff;
    margin-bottom: 10px;
    border: 1px solid #fff;
    box-sizing: border-box;
}

.fixed-social-icons a:hover {
    background-color: #000;
}
.menuFromAbove ul li ul.sub-menu li a {
    padding: 10px 10px;
    display: block;
    margin: 0px;
}
.menuFromAbove ul li {
    display: inline-block;
    font-size: 20px;
    position: relative;
}
.menuFromAbove ul li a {
    font-size: 19px;
    padding: 0px 14px;
    text-transform: capitalize;
}
.leftLogo {
    width: 284px;
    float: left;
}
.accessibility-location-right .accessability_container {
    right: -180px!important;
    top: 100px;
}
.iisible {
    transform: translate3d(0px,0px,0px);
    top: 0%;
}
.wpb_wrapper {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    text-align: center;
}
.menu + a {
    position: absolute;
    color: #fff;
    border: 2px solid #fff;
    top: 30px;
    right: 80px;
    z-index: 999;
    padding: 8px 19px;
    font-size: 16px;
    letter-spacing: .8px;
    font-weight: 400;
    line-height: 1;
    padding-top: 10px;
    background: transparent;
    transition: all .3s ease;
    font-family: 'Teko',sans-serif;
}
.menu + a:hover {
	background-color: #c43c35;
	color: #fff;
}
.menu {
    position: absolute;
    z-index: 1000;
    top: 38px;
    right: 30px;
    width: 30px;
    height: 24px;
    padding: 0;
    cursor: pointer;
    border: none;
    outline: none;
    background: transparent !important;
}
.innerImage.asda div {
    position: absolute;
    bottom: 0px;
    width: 100%;
    max-width: 1080px;
    margin: 0px auto;
    text-align: left;
    left: 0px;
    right: 0px;
}
.innerImage {
    height: 360px;
    width: 100%;
    position: relative;
    overflow: hidden;
    margin-bottom: 50px;
    position: relative;

}
.innerImage.asda h1 {
    background-color: #333;
    color: #fff;
    margin: 0px;
    display: inline-block;
    padding: 5px 20px;
}
.article {
	margin:10px auto;
	padding:20px;
	box-sizing: border-box;
	width: 100%;
	max-width: 1200px;
	box-shadow: 0px 0px 0px; 
}
.innerImage:before {
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    content: "";
    background-color: #333;
    opacity: 0.7;
}
.blacki,
.blacki + a,
#nav-icon3 span,
.menu + a,
.newMenu {
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.blacki {
	position: absolute;
	top: 0px;
	opacity: 0;
	left: 0px;
}
.newMenu {
/* 	padding-bottom: 12px; */
}
.ase .blacki + a {
	opacity: 0;
	visibility: hidden;
}
.ase img {

}
.ase .blacki {
	opacity: 1;
}
.ase {
    box-shadow: 0px 0px 10px rgba(0,0,0,0.2);
	background-color: rgba(255,255,255,0.9);
}
.ase .menu + a {
	color: #606c76;
	border-color: #606c76;
}
.ase .menu + a:hover {
	color: #fff !important;
}
.ase #nav-icon3 span {
	background-color: #606c76 !important;
}

@media screen and (max-width: 1366px) {
	#page {
		max-width: 100% !important;
		width: 100% !important;
	}
}
.post_fields h2 {
	box-sizing: border-box;
}

/* Treatments */
.pageSpo h2 {
    font-size: 50px;
    font-weight: 400;
    color: #c43c35;
    text-transform: uppercase;
    text-align: center;
}
.pageSpo blockquote {
    margin:17px 0px 25px;
    border-left: 3px solid #c43c35;
    background: #f9f9f9;
    box-sizing: border-box;
        padding: 1rem 1.5rem;
    margin-left: 6%;
}
.article {
    max-width: 1080px !important;
}
.copyrights {
    color: #fff;
}
p {
    font-weight: 300;
    line-height: 28.9px;
    font-size: 17px;
}
.copyrights p {
    margin-bottom: 0px;
    font-size: 15px;
}

.copyrights ul {
    margin-bottom: 5px;
}

.copyrights p a,.copyrights a {
    font-family: Montserrat !important;
    font-size: 13px;
}

.copyrights p:first-of-type {
    font-weight: bold;
    font-size: 16px;
}
.pageSpo .r {
    width: 74%;
    padding-top: 20px;
    padding-left: 20px;
    box-sizing: border-box;
    float: left;
}
.pageSpo .r h3 {
    margin-bottom: 20px;
}
.pageSpo .r p {
    margin-bottom: 25px;
}
.pageSpo .l {
    float: left;
    width: 26%;
}
.pageSpo ul {
    margin-bottom: 25px;
    padding-left: 0px;
}
.pageSpo li {
    display: inline-block;
    background: orange;
    color: #fff;
    text-align: center;
    padding: 5px 13px 2px;
    margin: 5px 13px 12px 0;
    font-size: 19px;
}
.pageSpo li:before {
    font-family: FontAwesome;
    color: #c43c35;
    content: "\f105";
    padding-right: 10px;
}
.benefit-box {
    background-color: #333;
    float: left;
    margin: 40px;
    width: 100%;
    box-sizing: border-box;
    padding: 16px;
    margin-top: 5px;
    margin-left: 0px;   
}
.benefit-box p, .benefit-box h3 {
    color: #fff;
    margin-bottom: 20px;
}
.benefit-box h2 {
    font-size: 45px;
    text-align: left;
    text-transform: capitalize;
}
.pageSpo blockquote:after {
    display: none;
}
.qt img {
    border: 2px solid #000;
    box-sizing: border-box;
}
.pageSpo blockquote p {
    line-height: 28.9px;
    font-size: 17px;
    font-weight: 300;
}
section#find-more .text-center {
    text-align: center;
    font-size: 20px;
}

section#find-more .text-center h1 {
    font-size: 34px;
    color: #c43c35;
}
/* Knowlegdge Base */
.oasdaso .c3 {
	background-color: #333;
	padding: 20px;
	width: 20%;
}
.iframe_map iframe {
    display: block;
}
footer {
    margin-top: 0px !important;
}
.tagle {
    display: none;
}
.c3:nth-child(2) {
    animation-delay: 0.2s;
}   
.c3:nth-child(3) {
    animation-delay: 0.4s;
}
a.newBtn {
    display: inline-block;
    background-color: #c43c35;
    padding: 5px 10px;
    color: #fff;
}
a.newBtn:hover {
    background-color: #999;
    color: #fff !important;
}
@media screen and (min-width: 881px) {
    .menu-item-has-children > a:after {
        content: "\f107";
        font-family: FontAwesome;
        color: #fff;
        right: -3px;
        position: absolute;
        top: 8px;
        display: block !important;
    }
}
@media screen and (max-width: 880px) {
	.newMenu.speciaci {
		min-height: 40px;
	}
    .speciaci img {

    }
    .speciaci #nav-icon3 span {
        background-color: #fff !important;
    }
    .fixed-social-icons {
        display: none !important;
    }
    .pageSpo h2 {
        font-size: 39px;
        font-weight: 400;
        color: #c43c35;
        text-transform: uppercase;
        text-align: center;
    }
    .l,.r {
        padding:0px !important;
        width: 100% !important;
    }
    .r {
        padding-top: 20px !important;
    }
    .pageSpo .benefit-box {
        width: 100%;
        margin:20px auto 10px;
    }
}

.oasdaso .c3 li {
	padding: 8px 0;
    margin-bottom: 0;
    /*transition: all .3s ease;*/
    cursor: pointer;
    list-style: none;
}

.oasdaso .c3 li a {
	color: #fff;
}

.oasdaso .c3 h2 {
	color: #c43c35;
}

.kb6 h2 a {
	color: #333;
    font-size: 35px;
    font-weight: 100;
    text-transform: uppercase;
}

.carousel-caption {
    text-shadow:none;
    bottom:16%;
    position: absolute;
    text-align: center;
    width: 100%;
}
.carousel-caption h1 {
    text-transform:uppercase;
    margin-bottom:5px;
    color:#fff;
    font-size:48px;
    font-weight:400;
    text-shadow: 1px 1px 1px #000;
}
.carousel-caption p {
    margin-bottom:25px;
    color:#fff;
    font-weight:700;
    font-size:18px
}
.carousel-caption a {
    background-color:#c43c35;
    border:none;
    box-shadow:none;
    color:#fff;
    border-style:none;
    padding:9px 27px;
    font-size:16px;
    display:inline-block;
    margin-bottom:0;
    border-radius:2px;
    text-align:center;
    vertical-align:middle;
    font-weight:700;
    line-height:1.43;
    -webkit-user-select:none;
    -moz-user-select:none;
    -ms-user-select:none;
    user-select:none;
    white-space:nowrap;
    cursor:pointer
}
.video-wrapper {
    position: relative;
}
.carousel-caption a:hover {
    background-color:#bf3f0c;
    color:#fff;
}
.carousel-inner img, .carousel-inner video {
    width:100%;
}
.carousel-video {
    height:800px;
}
.carousel-video .carousel-inner {
    height:100%;
}
.carousel-video .carousel-inner .item {
    height:100%;
    position:relative;
}
.carousel-video .carousel-inner .item video {
    position:absolute;
    bottom:-40px;
    left:0;
}
html .carousel-caption {
    right: 20%;
    left: 20%;
    padding-bottom: 30px;
    left: 0px;
    right: 0px;
    margin: 0px auto;
    bottom: 150px;
}
@media screen and (max-width: 1152px) {
	.cta {
	    padding: 95px 0px 80px;
	}
	.content_cta h3 {
	    margin-bottom: 45px;
	}
	.row {
		margin: 0px;
	}
	.innerImage {
		height: 350px;
	}
 	footer .container {
  		width: 100%;
 	}
 	.headerPhone {
  		box-sizing: border-box;
 	}
}
html button.aicon_link {
    background-color: #101010!important;
}
.c7 {
    width: 75%;
}
.kb4 {
    width: 40%;
}
.kb6 {
    width: 60%;
}
.classic-header {
    background-color: #fff !important;
    position: relative;
    z-index: 1000;
}
.classic-header .logo-wrap a {
    display: block;
}
.classic-header #logo {
    float: none !important;
    display: block;
    padding:0px !important;
    margin:0px !important;
}
.classic-header #logo img {
    display: block !important;
    float: none;
    width: 100%;
}
.classic-header ul {
    position: relative;
    width: 100%;
    float: none;
    top: 0px !important;
    bottom: 0px !important;
}
.classic-header ul .sub-menu {
    top: auto !important;
    bottom: auto !important;
}
div#regular-header {
    overflow: hidden;
    clear: both;
    padding: 0;
    background-color: #c43c35;
}
#regular-header a br {
    display: none;
}
/* mobile */
@media screen and (max-width: 880px) {
    .speciaci.newMenu {
        position:   relative;
        background-color: rgba(0,0,0,0.8) !important;
    }
    .classic-header img {
        max-width: 300px;
        margin: 0px auto;
    }
	.c7 {
		width: 100%;
	}
	.kb4 {
		width: 100%;
	}
	.kb6 {
		width: 100%;
	}
	.oasdaso .c3 {
		display: none;
	}
	.featured .c6 {
		width: 100%;
		margin-bottom: 20px;
	}
	.home .sticks {
		background-color: #cd430c;
	}
	.post_fields .c4:nth-child(1) {
		width: 100%;
	}
	.home .move_down {
	    display: block;
	    position: relative;
	    z-index: 10;
	}
	.post_fields .c4 {
		width: 50%;
	}
	.treatments .c3 {
		width: 50%;
	}
	#header #logo a { display:block; }
	#header:after,#regular-header:after {
		clear: both;
		content: "";
		display: block;
	}
	.logo-wrap {
		width: 100% !important;
	}
    .classic-header .navigation .menu {
        display: block!important;
        float: none;
        background: transparent;
        margin-bottom: 0;
        transform: translateY(0px);
        height: auto;
        left: 0px !important;
    }
	#header .logo-wrap {
		float: none !important;
	}
	#secondary-navigation {
		height: auto !important;
	}
    #site-header .container {
        padding:0px !important;
    }
    a#pull {
        margin:0px !important;
        box-sizing: border-box;
    }
	.hide-d { display: block; }
	#header { background: none; padding: 0px 0 0px 0px; margin-bottom: 0px; }
	.mobileBtn { margin-bottom: 0px; }
	.mobileBtn a, .hours{ display: block; color: #fff; text-align: center; background: #c43c35; padding: 10px; border-radius: 2px; -moz-border-radius: 2px; margin: 10px !important;}
	.mobileBtn.phoneBtn { font-size: 20px; }
	.mobileBtn a:hover, .mobileBtn a:visited { color: #fff; }
	.primary-slider-container, .hide-xs { display: none; }
	.container, .welcome .container, .widgetBox { width: 96%; padding: 2%; }
	
	.innerImage { 
		height: 300px; 
	}
	.homeBoxes, .homeWidgets, .welcome, .footerSocial, div.footer .copy { width: 100%; height: auto;}
	.box01, .box02, .box03 { width: 96%; float: none; margin-bottom: 20px; padding: 2%;}
	.homeBoxes .box01, .homeBoxes .box02, .homeBoxes .box03 { width: 98%; }
	.post-content img { width: 100% !important; height: auto !important; }
	.footer-widgets.widgets-num-4 .f-widget:nth-child(even), .footer-widgets.widgets-num-3 .f-widget:nth-child(even),
	.footer-widgets.widgets-num-4 .f-widget, .footer-widgets.widgets-num-3 .f-widget	{ width: 100% !important; max-width: 100% !important; }
	.hours { display: none !important; }
	.main-header { background-color: #fff !important; }
	.leftwow {
		 width: 100%;
	}
	.rightwow {
		width: 100%;
	}
	.col-sm-6 {
		width: 100%;
	}
	.row {
		margin:0px;
	}
	.welcome iframe {
		height: 400px !important;
	}
	.featured .btn {
		display: block;
		text-align: center;
	}
	.leftLogo img {
    max-height: 70px;
    margin-top: 10px;
    margin-left: 40px;
    transition: all .5s ease;
    width: 170px;
}
.newMenu {
    padding-bottom: 3px;
}
	.homeBoxes .box01, .homeBoxes .box02, .homeBoxes .box03 {
		height: auto;
	}
	.leftLogo {
	    width: 170px;
	    float: left;
	}
	.menu {
		top: 19px;
	}
	.menu + a {
		display: none !important;
	}
	.jc {
	    position: absolute;
	    bottom: 0px;
	    right: 30px;
	    width: 100px;
	}
	.wpb_wrapper h3 {
	    color: #fff;
	    font-size: 20px;
	    text-transform: uppercase;
	    letter-spacing: 1px;
	    font-weight: 300;
	    margin-bottom: 34px;
	    margin-top: -8px;
	}
	.wpb_wrapper h1 {
		font-size: 50px;
	}
	.box02 .btn {
		display: block;
		max-width: 250px;
		margin:10px auto 0px;
	}
	footer .container {
		width: 100%;
	}
    .welcome img {
        width: 100% !important;
    }
    .welcome {
        overflow: hidden;
    }
	.c6 {
		width: 100% !important;
	}
	#regular-header { display: none; }
	.sticky { background-color: #fff !important; }
	
	div.header-social-icons { float: none !important; text-align: center; background:none!important;}
	div.header-social-icons a { float: none; display: inline-block; position: relative; z-index: 9999; }
	.header-social-icons {  text-align: Center; float: none !important; }
	.header-social-icons a {  display: inline-block; font-size: 32px !important; width: 34px !important; line-height: 34px; color: #333 !important; }
    .innerImage.asda {
        max-height: 200px;
    }	
    .wrapper:after {
        clear: both;
        content: "";
        display: block;
    }

    .wrapper {
        position: relative;
    }
    .menu {
        top: 19px;
/*         top: 50%; */
        transform: translateY(-50%);
    }
}
@media screen and (max-width: 640px) {
    span.tagle {
        position: absolute;
        right: 0px;
        z-index: 10000;
        height: 42px;
        top: 0px;
        display: block;
        width: 42px;
        text-align: center;
        line-height: 42px;
        color: #fff;
        border-left: 1px solid #fff;
    }
    .sub-menu  {
        width: 100% !important;
        top: 0px !important;
        text-indent: 20px;
    }
    .tagle {
        display: block;
    }
	.benefit-box {
		width: 95%;
		margin: 0px;
	}
	.leftLogo img {
    max-height: 70px;
    margin-top: 10px;
    margin-left: 19px;
    transition: all .5s ease;
    width: 170px;
}
	.content_cta h1 {
    display: inline-block;
    background: rgba(255,255,255,.7);
    padding: 5px 20px 1px;
    margin-bottom: 19px;
    font-size: 30px;
    font-weight: 400;
}
	.treatments .c3 {
		width: 100% !important;
	}
	.twr p {
		padding:0px 15px;
		box-sizing: border-box;
	}
	.content_cta h3 {
    margin-bottom: 30px;
    font-size: 20px;
    padding: 0px 20px;
    box-sizing: border-box;
}
	.button-apt {
	    background: #c43c35;
	    color: #fff !important;
	    padding: 20px 20px;
	    font-size: 16px;
	    box-sizing: border-box;
        margin:0px 4px;
	    font-weight: 300;
	    line-height: .45;
	    transition: all .3s ease;
	    letter-spacing: .5px;
	    padding-bottom: 23px;
	    font-family: 'Teko',sans-serif;
	}
	.post_fields a {
    display: block;
    position: relative;
    height: 200px;
    background-size: cover;
    background-position: 50% 50%;
}
	.post_fields .c4 {
		width: 100% !important;
	}
	.button-learn {
	    box-sizing: border-box;
	    background: #101010;
	    color: #fff !important;
	    padding: 20px 25px;
	    font-size: 16px;
	    font-weight: 300;
	    line-height: .45;
	    transition: all .3s ease;
	    letter-spacing: .5px;
	    padding-bottom: 23px;
	    font-family: 'Teko',sans-serif;
	}
	.wpb_wrapper h1 {
        font-size: 35px;
        line-height: 40px;
        margin-bottom: 18px;
        font-weight: bold;
	}
    .menuFromAbove {
        top: 0px;
        background-color: rgba(16, 16, 16, 0.95);
        width: 300px;
        height: 100vh;
        overflow-y:scroll;
        transform: translate(-100%,0%) translate3d(0px,0px,0px);
    }
    .menuFromAbove ul {
        position: relative;
        top: 100px;
        bottom: auto;
    }
    .menuFromAbove ul li {
        display: block;
        text-align: left;
        border-bottom: 1px solid #fff;
    }
    .iisible {
        transform: translate(0%,0%) translate3d(0px,0px,0px);
        top: 0%;
    }
    .menuFromAbove .sub-menu {
        display: none;
        transition: 0s;
    }
    .menuFromAbove ul li a {
        margin: 0px;
        display: block;
        padding: 10px 10px;
    }

}
.innerImage img { width: 100% !important; }
#header .logo-wrap { padding: 0px; }
.carousel{position:relative}.carousel-inner{position:relative;width:100%;overflow:hidden}.carousel-inner>.item{position:relative;display:none;-webkit-transition:.6s ease-in-out left;transition:.6s ease-in-out left}.carousel-inner>.item>img,.carousel-inner>.item>a>img{display:block;height:auto;max-width:100%;line-height:1}.carousel-inner>.active,.carousel-inner>.next,.carousel-inner>.prev{display:block}.carousel-inner>.active{left:0 !important;}.carousel-inner>.next,.carousel-inner>.prev{position:absolute;top:0;width:100%}.carousel-inner>.next{left:100%}.carousel-inner>.prev{left:-100%}.carousel-inner>.next.left,.carousel-inner>.prev.right{left:0}.carousel-inner>.active.left{left:-100%}.carousel-inner>.active.right{left:100%}.carousel-control{position:absolute;top:0;bottom:0;left:0;width:15%;font-size:20px;color:#fff;text-align:center;text-shadow:0 1px 2px rgba(0,0,0,0.6);opacity:.5;filter:alpha(opacity=50)}.carousel-control.left{background-image:-webkit-linear-gradient(left,color-stop(rgba(0,0,0,0.5) 0),color-stop(rgba(0,0,0,0.0001) 100%));background-image:linear-gradient(to right,rgba(0,0,0,0.5) 0,rgba(0,0,0,0.0001) 100%);background-repeat:repeat-x;filter:progid: DXImageTransform.Microsoft.gradient(startColorstr='#80000000',endColorstr='#00000000',GradientType=1)}.carousel-control.right{right:0;left:auto;background-image:-webkit-linear-gradient(left,color-stop(rgba(0,0,0,0.0001) 0),color-stop(rgba(0,0,0,0.5) 100%));background-image:linear-gradient(to right,rgba(0,0,0,0.0001) 0,rgba(0,0,0,0.5) 100%);background-repeat:repeat-x;filter:progid: DXImageTransform.Microsoft.gradient(startColorstr='#00000000',endColorstr='#80000000',GradientType=1)}.carousel-control:hover,.carousel-control:focus{color:#fff;text-decoration:none;outline:0;opacity:.9;filter:alpha(opacity=90)}.carousel-control .icon-prev,.carousel-control .icon-next,.carousel-control .glyphicon-chevron-left,.carousel-control .glyphicon-chevron-right{position:absolute;top:50%;z-index:5;display:inline-block}.carousel-control .icon-prev,.carousel-control .glyphicon-chevron-left{left:50%}.carousel-control .icon-next,.carousel-control .glyphicon-chevron-right{right:50%}.carousel-control .icon-prev,.carousel-control .icon-next{width:20px;height:20px;margin-top:-10px;margin-left:-10px;font-family:serif}.carousel-control .icon-prev:before{content:'\2039'}.carousel-control .icon-next:before{content:'\203a'}.carousel-indicators{position:absolute;bottom:10px;left:50%;z-index:15;width:60%;padding-left:0;margin-left:-30%;text-align:center;list-style:none}.carousel-indicators li{display:inline-block;width:10px;height:10px;margin:1px;text-indent:-999px;cursor:pointer;background-color:#000 \9;background-color:rgba(0,0,0,0);border:1px solid #fff;border-radius:10px}.carousel-indicators .active{width:12px;height:12px;margin:0;background-color:#fff}.carousel-caption{position:absolute;right:15%;bottom:20px;left:15%;z-index:10;padding-top:20px;padding-bottom:20px;color:#fff;text-align:center;text-shadow:0 1px 2px rgba(0,0,0,0.6)}.carousel-caption .btn{text-shadow:none}@media screen and (min-width:768px){.carousel-control .glyphicons-chevron-left,.carousel-control .glyphicons-chevron-right,.carousel-control .icon-prev,.carousel-control .icon-next{width:30px;height:30px;margin-top:-15px;margin-left:-15px;font-size:30px}.carousel-caption{right:20%;left:20%;padding-bottom:30px}.carousel-indicators{bottom:20px}}.clearfix:before,.clearfix:after{display:table;content:" "}.clearfix:after{clear:both}
@-webkit-keyframes fadeInUp{from{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}to{opacity:1;-webkit-transform:none;transform:none}}@keyframes fadeInUp{from{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}to{opacity:1;-webkit-transform:none;transform:none}}.fadeInUp{-webkit-animation-name:fadeInUp;animation-name:fadeInUp}
.animated{-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-fill-mode:both;animation-fill-mode:both}
@-webkit-keyframes fadeInDown{from{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}to{opacity:1;-webkit-transform:none;transform:none}}@keyframes fadeInDown{from{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}to{opacity:1;-webkit-transform:none;transform:none}}.fadeInDown{-webkit-animation-name:fadeInDown;animation-name:fadeInDown}@-webkit-keyframes fadeInDownBig{from{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}to{opacity:1;-webkit-transform:none;transform:none}}
@media screen and (min-width:0) and (min-resolution: .001dpcm) { 
 .opacit_ {opacity:1;}
}

.sspecials * {
    box-sizing: border-box;
}

.social-side {
    text-align: center;
    width: 100%;
    height: auto;
    display: inline-block;
    vertical-align: middle;
    padding: 0;
    margin: 0;
    position: relative;
    z-index: 300;
    width: 56px;
    padding: 10px 0;
    background: #e07b3b;
    border: 2px solid #fff;
    display: inline-block;
    float: none;
}

/* Side Socials/Phone */
.sspecials {
	text-align: center;
    text-transform: uppercase;
    color: #fff;
    width: 75px;
    height: auto;
    position: fixed;
    top: 50%;
    transform: translateY(-72%);
    left: 3px;
    z-index: 3000;
}
.sspecials.dirTab { 
    top: 50%;
    transform: translateY(40%);}

.call-side {
    width: 100%;
    height: 90px;
    padding: 23px 0 0;
    margin: 0 0 9px;
    background: #7d7d7d;
    border: 2px solid #000;
    position: relative;
}
.call-side .infos {
    line-height: 2;
    font-size: 16px;
	font-family: 'Lato', sans-serif;
    font-weight: 300 !important;
}
.call-side .icon {
    line-height: 25px;
    font-size: 18px;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    margin: -17px -15px 0;
    background: #c43c35;
    border: 2px solid #fff;
    position: absolute;
    top: 0;
    left: 50%;
}

.sociAnim a:nth-child(2) {
    color: #fff;
    margin-left: 5px;
}
.sociAnim {
    font-family: 'Teko';
    line-height: 2;
    font-size: 10px !important;
    text-align: center;
    color: #fff;
    height: 72px;
    width: 200px;
    background: none;
    position: absolute;
    bottom: 12px;
    left: 0;
    margin-left: 73px;
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -ms-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center;
    -webkit-transition-duration: 0.35s;
    -moz-transition-duration: 0.35s;
    -o-transition-duration: 0.35s;
    -ms-transition-duration: 0.35s;
    transition-duration: 0.35s;
    -webkit-transition-timing-function: ease-in-out;
    -moz-transition-timing-function: ease-in-out;
    -o-transition-timing-function: ease-in-out;
    -ms-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
}
.RightBar { background: rgba(0,0,0,0.7); height: 64px; }
.RightBar a { font-size: 16px; line-height: 64px; display: block; }
.sspecials.dirTab .RightBar a { line-height: 24px; font-size: 13px; display: block; padding-top: 10px; }
.social-side {
	text-align: center;
    width: 100%;
    height: auto;
    display: inline-block;
    vertical-align: middle;
    padding: 0;
    margin: 0;
    position: relative;
    z-index: 300;
    width: 56px;
    padding: 10px 0;
    background: #e07b3b;
    border: 2px solid #fff;
    display: inline-block;
    float: none;
}
.social-side:before {
	content: '';
    border-color: #696969;
    border: 1px solid rgba(255, 255, 255, 0.31);
    width: auto;
    height: auto;
    position: absolute;
    top: 4px;
    right: 4px;
    bottom: 4px;
    left: 4px;
}
.call-side span {
	font-size: 35px;
    font-family: 'Playfair Display', serif;
}
.side-s-wrap {
	position: relative;
	z-index: 1;
	vertical-align: top;
}
.social-side a {
    line-height: 20px;
    color: #fff;
    font-size: 16px;
    width: 100%;
    height: auto;
    margin: 4px 0;
    display: block;
   	vertical-align: middle;
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    -ms-transition-duration: 0.3s;
    transition-duration: 0.3s;
}
.call-side:hover:after {
    -webkit-transform: scale(1.4);
    -moz-transform: scale(1.4);
    -ms-transform: scale(1.4);
    -o-transform: scale(1.4);
    transform: scale(1.4);
}
.sspecials:hover .sociAnim {
    -webkit-transform: scale(1.4);
    -moz-transform: scale(1.4);
    -ms-transform: scale(1.4);
    -o-transform: scale(1.4);
    transform: scale(1.4);    
}
.call-side:before {
    content: '';
    border-color: #a5a5a5;
    border: 1px solid rgba(255, 255, 255, 0.31);
    display: block;
    width: auto;
    height: auto;
    position: absolute;
    top: 4px;
    right: 4px;
    bottom: 4px;
    left: 4px;
}

.social-side a:hover {
	color: #afede2;
    z-index: 400;
    -webkit-transform: scale(1.66);
    -moz-transform: scale(1.66);
    -ms-transform: scale(1.66);
    -o-transform: scale(1.66);
    transform: scale(1.66);
}


/* services grid */

.cta.parallax {
    min-height: 510px;
}
.service-tile:nth-child(4) {
    grid-column-start: 2;
    grid-column-end: 4;
}
.service-tile:nth-child(3) {
    grid-column-start: 1;
    grid-column-end: 1;
}
.service-tile:nth-child(2) {
    grid-column-start: 3;
    grid-column-end: 4;
}
.service-tile:nth-child(1) {
    grid-column-start: 1;
    grid-column-end: 3;
}
.cta.parallax.services .container {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(2, 96%);
    column-gap: 12px;
    row-gap: 1em;
}

.service-tile {
    background-size: 125%;
    background-position: 50% 50%;
	background-repeat:no-repeat;
	cursor:pointer;
	transition:all .2s ease-in;
}
.service-tile:hover {
    background-position: 35% 50%;
}
.service-tile div {
	opacity:0;
	transition: all .2s ease-in;
}
div.show-info{
	opacity:1;
}
div#service-tile h3 {
    text-align: left;
    position: relative;
    left: 13px;
    top: 20px;
}
@media screen and (max-width:880px){
	.aparallax:before {
    background-repeat: no-repeat;
    background-size: 740px;
}
	div#service-tile h3 {
		text-align:center;
		position:unset;
	}
	.cta.parallax.services .container {
		display:flex;
		justify-content:center;
		align-items:center;
		flex-wrap:wrap;
		flex-direction:column;
	}
	.cta.parallax.services .container > * {
		width: 100%;
		margin: 10px auto;
		min-height:180px;
	}
}

@media screen and (min-width:880px){
	.leftLogo img {
		position: absolute;
		left: 92px;
	}

	div#extra-info p {
		position: relative;
		bottom: -89px;
	}
	div#extra-info {
		position: relative;
		background: #828282a8;
		height: 100%;
		width: 100%;
		top: -42px;
		box-sizing: border-box;
	}
	
.page-id-30 .leftLogo img {
    display: none;
}
}

.menuFromAbove ul li a{
	font-family: 'Lato', sans-serif;
	font-weight:bold;

}

.menuFromAbove{
	background:url(/wp-content/uploads/2019/03/fish-gray-slate-background.jpg)!important;
}

.logo-over-video {
	max-width:400px;
}

@media screen and (max-width:880px) {
	.leftLogo img {
		filter: brightness(0) invert(1);
	}
}









.flex-box{
    display: flex;
    flex-wrap: wrap;
}
.flex-img,
.flex-gallery,
.flex-logos,
.flex-staff{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;    
}
.flex-staff{
    align-content:center;
}
.flex-staff > div{
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}
.flex-gallery img,
.flex-logos img,
.flex-img img,
.flex-staff img{
    width: 300px;
    height: 300px !important;
    object-fit: cover;
    object-position: top;
    margin: 5px;
}
.flex-logos img{
    width: 225px;
    height: 126px !important;
    outline: 0 !important;
    border: 0px !important;
    margin: 5px !important;
    object-fit: contain;
}
.flex-gallery img{
    width: 200px;
    height: 400px !important;
}
.flex-staff h2{
    margin:0;
}
.col-12, .col-11, .col-10, .col-9, .col-8, .col-7,
.col-6, .col-5, .col-4, .col-3, .col-2, .col-1{    padding: 1%;     }
.col-12{    width: calc(((100% / 12) * 12) - 2%);     }
.col-11{    width: calc(((100% / 12) * 11) - 2%);     }
.col-10{    width: calc(((100% / 12) * 10) - 2%);     }
.col-9{    width: calc(((100% / 12) * 9) - 2%);     }
.col-8{    width: calc(((100% / 12) * 8) - 2%);     }
.col-7{    width: calc(((100% / 12) * 7) - 2%);     }
.col-6{    width: calc(((100% / 12) * 6) - 2%);     }
.col-5{    width: calc(((100% / 12) * 5) - 2%);     }
.col-4{    width: calc(((100% / 12) * 4) - 2%);     }
.col-3{    width: calc(((100% / 12) * 3) - 2%);     }
.col-2{    width: calc(((100% / 12) * 2) - 2%);     }
.col-1{    width: calc(((100% / 12) * 1) - 2%);     }
.flex-ul-2{  columns: 2;    column-fill: balance;   }
.flex-ul-3{  columns: 3;   column-fill: balance;    }
.dm-full ul.no-check li,
.dm-half ul.no-check li{
    list-style: disc;
}
.dm-full ul.no-check li:before,
.dm-half ul.no-check li:before{
    display: none;
}
ul.no-dot{
    list-style-type: none !important;
}
img.no-border{
    border: none;
    outline: none;
}

.tooltip {
  position: relative;
  display: inline-block;
  border-bottom: 1px dotted black;
}

.tooltip .tooltiptext {
  visibility: hidden;
  width: 120px;
  background-color: black;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px 0;

  /* Position the tooltip */
  position: absolute;
  z-index: 1;
  top: -5px;
  left: 105%;

  /* Fade in tooltip - takes 1 second to go from 0% to 100% opac: */
  opacity: 0;
  transition: opacity 1s;
}

.tooltip .tooltiptext::after {
  content: " ";
  position: absolute;
  top: 50%;
  right: 100%; /* To the left of the tooltip */
  margin-top: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: transparent black transparent transparent;
}

.tooltip:hover .tooltiptext {
  visibility: visible;
}

@media (max-width: 880px) {
    .flex-ul-2,
    .flex-ul-3{  columns: 1;     }
    .col-12, .col-11, .col-10, .col-9, .col-8, .col-7,
    .col-6, .col-5, .col-4, .col-3, .col-2, .col-1{
        width: 100%;
    }
}