/*
Theme Name: Oasis - 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 {
	max-width: 1170px !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;
}
#header {
    
	 position: relative;
    top: 0px;
    left: 0px;
    width: 100%;
    background: transparent;z-index: 10000000; 
}
.home #header, #site-header.sca #header, .main-header {
    background-color: transparent;
    background-image: none;
}
header#site-header {
    position: relative;
    width: 100%;
    float: left;
    height: auto;
padding: 10px 0px;}
.archive header#site-header  {
	background-color: #000;
}
#site-header.sca #header, .main-header {
    /* background-color: rgba(0,0,0,0.7) ; */
}
.asinnerImage {
    display: none;
}
.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;
}
.noborder { 
	border: 0;
	-webkit-box-shadow: 0 0 0 0 black;
	-moz-box-shadow: 0 0 0 0 black;
	box-shadow: 0 0 0 0 black;
}
.center { text-align: Center; }
.clear { clear: both; }

/* header */
/*  .main-header { background: #2b346b; } */

.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: #ccc; 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;
	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;
	width: 33.33%;
	position: relative;
	padding: 10px;
	box-sizing: border-box;
}
.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 */
input[type="text"], textarea {
	background-color: #eee;
}
#page.single { float: left; }
.article { background: none;  margin: 0 auto; float: none; }
.page h1.title { margin-bottom: 20px; }

/* footer */
.copyrights { text-align: center; color: #fff; }
#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: 30px;
}
.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 12px;
    margin: 0;
    font-size: 14px !important;
    text-transform: none !important;
}
.newCon {
	height: 100vh;
	background-size: cover;
	background-position: 50% 50%;
}
.welcome h1 {
    font-size: 30px;
    color: #282e67;
    margin-top: 0px;
}
.welcome img {
    padding: 3px;
    border: 1px solid #ccc;
}
.welcome .row:after {
	clear: both;
	content: "";
	display: block;
}
.rwow {
	float: right !important;
}
.lwow {
	float: left !important;
}
.leftwow {
	width: 34%;
	float: left;
	box-sizing: border-box;
	padding:0px 15px;
}
.leftwow img {
    display: block;
    box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.56);
}
.rightwow {
    
	width: 100%;
	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 {
    position: relative;
    padding:100px 0px;
}
#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;
}
.featured {
	margin: 30px auto 20px;
}
.featured img {
	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;
}
.homeBoxes,
.featured,
.welcome {
	overflow: hidden;
}
.featured p {
	padding-right: 15px;
}
.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;
}
.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; text-transform: none !important;font-size: 26px !important;display: block;font-weight: bold !important;}
.innerImage {
	height: 350px;
	background-size: cover;
	background-position: 50% 50%;
	position: relative;
}
.article {
	max-width: 1200px;
	width: 100%;
	margin:20px auto;
	box-shadow: 0px 0px 0px;
	padding:20px 15px;
	box-sizing: border-box;
}

/* New Draft */
.video_holder {
    height: 100vh;
    position: relative;
    overflow: hidden;
}

.video_holder video {
    position: absolute;
    top: 0px;
    left: 0px;
    height: 100% !important;
    width: 100% !important;
    object-fit: cover;
}
#secondary-navigation {
	float: none !important;
}
.carousel-caption {
    color: #fff;
    position: absolute;
    top: 50%;
    width: 100%;
    text-align: center;
    z-index: 10;
    transform: translateY(-50%);
}

.video_holder:before {
    height: 100%;
    width: 100%;
    position: absolute;
    content: "";
    background-color: #000;
    opacity: 0.5;
    left: 0px;
    top: 0px;
    z-index: 1;
}

.carousel-caption p {
    font-size: 23px;
    text-transform: capitalize;
}
.carousel-caption h1 {
	color: #fff;
    font-size: 48px;
}

.carousel-caption a {
    display: inline-block;
    border: 2px solid #fff;
    color: #fff;
    padding: 9px 40px;
    font-size: 22px;
    border-radius: 3px;
    margin-top: 15px;
}
.zoomSection a:hover,
.carousel-caption a:hover {
	background-color: #006e51;
	color: #fff;
	border-color: #006e51;
}
div#header .container {
    max-width: 100% !important;
    padding: 0px 15px;
    box-sizing: border-box;
}

div#header .logo-wrap {
    float: left;
padding: 10px 0px;}

div#header .rightside {
    float: right;
    width: auto;
}

div#header .address p,div#header .address .pull-inline {
    display: inline-block;
    color: #000;
    margin-right: 16px;
	font-size: 18px;
}
div#header .address p {
	margin-bottom: 13px;
}

header .navigation {
    width: 100%;
    float: none;
}

ul#menu-main-menu {
    padding-top: 0px;
}

#logo img {
    max-width: 225px;
}

div#wp_access_helper_container {
    top: 180px;
}

#secondary-navigation a {
    padding: 5px 10px;
    text-transform: uppercase !important;
}

.address a {
    color: #000 !important;
}

.social-icons.pull-inline a {
    color: #fff !important;
}

.address {
    padding-top: 0px;
    text-align: right;
}
.welcome {
	padding: 140px 0px;
	box-sizing: border-box;
}
section.welcome .row {
    margin: 0px 0px 35px;
}

section.welcome h1 {
    font-size: 34px;
    font-weight: bold;
    color: #111;
    letter-spacing: 1px;
}

section.welcome img {
    padding: 0px;
    border: 0px;
    display: block;
    margin: 0px auto;
}
.map iframe {
	display: block;
	width: 100%;
}
section.welcome .row:nth-child(2) strong {
    display: block;
    font-size: 24px;
    margin-bottom: 5px;
}

.copyrights, .copyrights p, .copyrights a {
    border-color: #fff !important;
    color: #fff !important;
}
section.welcome h3 {
    text-transform: capitalize;
    color: #454545;
    font-weight: bold;
    font-size: 24px;
}
footer {
	margin: 0px !important;
}

.zoomSection {
	position: relative;
}
.zoomSection {
	padding:300px 0px;
	overflow: hidden;
}
.samba:before {
	animation-name: samba;
    animation-duration: 30s;
    animation-fill-mode: both;
}
.reviews:before,
.zoomSection:before {
	height: 100%;
    background-position: 50% 68%;
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    background-attachment: fixed;
    background-size: cover;
}
.servicesField .container {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}
.servitem {
    width: 33.33%;
    float: left;
    padding: 15px;
    box-sizing: border-box;
}
#reviews {
	background-attachment: fixed;
	background-size: cover;
	background-position: 50% 50%;
}
section#reviews p {
    text-align: justify;
    color: #fff;
    font-size: 20px;
    text-align: center;
}

section#reviews h4 {
    color: #fff;
    font-weight: bold;
    font-size: 27px;
}
section#reviews:after {
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    background-color: #494949;
    opacity: 0.5;
    height: 100%;
    width: 100%;
}

section#reviews h2 {
    position: relative;
    z-index: 10;
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 1px;
    font-size: 38px;
}

section#reviews .container {
    position: relative;
    z-index: 10;
}

.servicesField {
    padding: 100px 0px;
}

.servitem a {
    display: block;
    text-align: center;
}
.servitem {
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.servitem:hover a {
	color: #fff !important;
}
.servitem:hover {
	background-color: rgba(0,0,0,0.2);
}

.servitem img {
    max-width: 95px;
    margin-bottom: 15px;
}

.servitem a:nth-child(2) {
    text-transform: uppercase;
    color: #777;
    font-weight: bold;
    font-size: 19px;
    letter-spacing: 0px;
}
.servitem:nth-child(1),.servitem:nth-child(2),.servitem:nth-child(3),.servitem:nth-child(4) {
    margin-bottom: 30px;
}

/* @media screen and (min-width: 1600px) { } */
	@keyframes samba {
		0% { opacity: 0; }
		100% { opacity: 1;}
	}

.zoomSection1:after,
.zoomSection:after {
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    content: "";
    background-color: #494949;
    opacity: 0.5;
    height: 100%;
    width: 100%;
}

.zoomSection {
    text-align: center;
}
.paws {
    padding: 100px 0px;
   	background-image: url(/wp-content/uploads/2018/11/asfalt-dark.png);
}

.paws img {
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.paws a {
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.paws a:hover img {
	transform: rotate(0deg) !important;
}
.copyrights p span {
	border-color: #fff !important;
}
.copyrights p span span {
	border:0px !important;
	padding:0px !important;
	margin:0px !important;
}
.copyrights strong {
    font-size: 21px;
}
.paws .col6 {
    width: 50%;
    float: left;
    text-align: center;
}

.paws a {
    display: block;
}

.paws img {
    display: block;
    margin: 0px auto;
}

.paws span {
    display: block;
    text-transform: uppercase;
    font-size: 35px;
    color: #000;
    font-weight: bold;
    letter-spacing: 1px;
}

.paws .col6:nth-child(1) {
    position: relative;
    top: -50px;
}

.paws .col6:nth-child(2) {
    position: relative;
    bottom: -50px;
}

.paws .col6:nth-child(1) img {
    position: relative;
    transform: rotate(11deg);
}

.paws .col6:nth-child(2) img {
    position: relative;
    transform: rotate(-11deg);
}

.zoomSection p {
    color: #fff;
    font-size: 22px;
    line-height: 27px;
    text-align: justify;
    text-align-last: center;
}

.zoomSection .container {
    position: relative;
    z-index: 100;
}

.zoomSection span {
    font-weight: bold;
    font-size: 35px;
    margin: 35px 0px 0px;
    display: block;
}

.zoomSection a {
    display: inline-block;
    border: 2px solid #fff;
    color: #fff;
    padding: 9px 40px;
    font-size: 22px;
    border-radius: 3px;
    margin-top: 15px;
}
header#site-header {
    z-index: 10000000;
}
@media screen and (max-width: 1440px) {

	.zoomSection {
		padding:190px 0px;
	}
}
@media screen and (min-width: 881px) {
	#logo img {
	    box-sizing: border-box;
	}
	.sub-menu li {
	    background-color: #00533d !important;
	    border-bottom: 1px solid rgba(255,255,255,0.4) !important;
	    box-sizing: border-box;
	}
	.sub-menu li:hover {
		background-color: #004432  !important;
	}
	.sub-menu li a {
	    color: #fff !important;
	}
	.address,
	#logo img,
	#site-header {
	    -webkit-transition: all 0.3s ease-in-out;
    	transition: all 0.3s ease-in-out;
	}
	.sca .address {
		/* padding-top: 13px; */
	}
	#logo img {
		box-sizing: border-box;
	}
	.sca #logo img {
    	padding-right: 75px;
	}
	#site-header.sca #header {
	    /* background-color: rgba(0,0,0,0.7); */
	}
}
@media screen and (max-width: 1152px) {
    #page.single {
        margin-top: 100px;
    }
	section#reviews p {
		padding:0px 30px;
		box-sizing: border-box;
	}
	#secondary-navigation a {
	    padding: 5px 6px;
	    text-transform: uppercase !important;
	}
	#logo img {
	    box-sizing: border-box;
	    display: block;
	    width: 100%;
	}
	.zoomSection {
	    padding: 150px 50px;
	    overflow: hidden;
	}
	.welcome {
		padding: 70px;
	}
	.innerImage {
		height: 350px;
	}
	#page {
		max-width: 100% !important;
		width: 100% !important;
	}
 	footer .container {
	  	width: 100%;
 	}
 	.headerPhone {
	  	box-sizing: border-box;
 	}
}
/* mobile */
@media screen and (max-width: 880px) {
    header#site-header {
        height: auto !important;
    }
    #header{
        background-color: rgb(10, 88, 161, 0) !important;
    }
    #page.homepage {
        padding-top: 20px !important;
    }
	.welcome img {
		width: 75%!important;
	}
	#post-236 img, #post-11 img, #post-11 img {
		width: 120px!important;
	}
	#secondary-navigation .navigation .current-menu-item {
    	background: #333!important;
    }
	html .post-content img {
	    width: auto !important;
	    height: auto !important;
	    float: none !important;
	    margin: 0px auto 20px !important;
	}
	.rightside {
		width: 100% !important;
	}
	.rightside a#pull {
	    box-sizing: border-box;
	    margin: 0px auto;
	}
	#logo img {
	    box-sizing: border-box;
	    display: block;
	    width: 100%;
	    margin: 10px auto;
	}
	.address {
		display: none !important;
	}
	div#header .container {
	    max-width: 100% !important;
	    padding: 0px;
	    box-sizing: border-box;
	    width: 100% !important;
	    text-align: center;
	}
	#header #logo a { display:block; text-align: center; }
	#header:after,#regular-header:after {
		clear: both;
		content: "";
		display: block;
	}
	#site-header {
		position: relative !important;
	}
	.logo-wrap {
		width: 100% !important;
	}
	.servitem {
		width: 50%;
		margin-bottom: 20px !important;
	}
	.servicesField {
		box-sizing: border-box;
		padding:50px 20px;
	}
	#reviews,
	.reviews:before, .zoomSection:before {
		background-attachment: scroll;
	}
	section.welcome h1,
	section.welcome p,section.welcome h3 {
		text-align: center;
	}
	.welcome {
    	padding: 40px 20px;
	} 
	#header .logo-wrap {
		float: none !important;
	}
	#secondary-navigation {
		height: auto !important;
	}
	#page.homepage {
		padding-top: 20px !important;
	}
	.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: #005a42; padding: 10px; border-radius: 0; -moz-border-radius: 0px; 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 { display: none; }
	.homeBoxes, .homeWidgets, .welcome, .footerSocial, div.footer .copy { width: 100%; height: auto;}
	.box01, .box02, .box03 { width: 96%; float: none; margin-bottom: 20px; padding: 2%;}
	.welcome {margin: 20px auto;}
	.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;
	}
	.homeBoxes .box01, .homeBoxes .box02, .homeBoxes .box03 {
		height: auto;
	}
	.box02 .btn {
		display: block;
		max-width: 250px;
		margin:10px auto 0px;
	}
	footer .container {
		width: 100%;
	}
	#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; }
	section.welcome .row:nth-child(1) .leftwow {
	    float: left;
	    width: 40%;
	}

	section.welcome .row:nth-child(1) .rightwow {
	    float: right;
	    text-align: left;
	    width: 60%;
	}
    #header {
        position: relative;
    }
	section.welcome .row:nth-child(1) .rightwow p,section.welcome .row:nth-child(1) .rightwow h1 {
	    text-align: left;
	}
	.asinnerImage {
		display: none !important;
	}
    section.welcome .row:nth-child(1) .leftwow {
        width: 100%;
        margin-bottom: 20px;
    }
    section.welcome .row:nth-child(1) .rightwow {
        width: 100%;
    }
}
ul.WellnessPlans {
    list-style: none;
    text-align: center;
}

ul.WellnessPlans li {
    display: inline-block;
    text-align: center;
}
#menu-item-348 .sub-menu {
	right: 0px;
	left: auto;
}
.page h1.title {
    margin-bottom: 20px;
    font-weight: bold;
    border-bottom: 1px solid #006d51;
    padding-bottom: 10px;
}

.asinnerImage {
    height: 210px;
    background-color: rgba(10, 88, 161, 0.57);
}
@media screen and (max-width: 540px) {
	#site-header {
        position: relative !important;
        /* background-color: rgba(10, 88, 161, 0.27) !important; */
    }
	.home .sticks {
	    display: inline-block;
	    text-align: center;
	    margin-bottom: 0px;
	    margin-left: -4px;
	    background-color: #777777;
	    padding: 8px 24.3px;
	    margin: 0px 10px;
	    font-size: 16px;
	    min-width: 27%;
	    border-top-right-radius: 5px;
	    border-top-left-radius: 5px;
	    color: #fff;
	    box-sizing: border-box;
	    width: 50%;
	    border-radius: 0px;
	    float: left;
	    margin: 0px;
	    border: 1px solid #fff;
	    background-color: #005a42;
	}
	#reviews,
	.paws {
		padding:50px 0px;
	}
	footer .container {
		box-sizing: border-box;
	}
	.col6 {
        width: 100% !important;
        top: 0px !important;
        margin-bottom: 30px;
    }
	.zoomSection a {
        display: inline-block;
        border: 2px solid #fff;
        color: #fff;
        padding: 9px 20px;
        font-size: 22px;
        border-radius: 3px;
        margin-top: 15px;
    }
	.zoomSection span {
	    font-weight: bold;
	    font-size: 35px;
	    margin: 35px 0px 0px;
	    display: block;
	    line-height: 36px;
	    font-size: 30px;
	}
	.zoomSection {
		padding:50px 15px;
	}
	.zoomSection p {
		text-align: center;
	}
	section.welcome h1 {
	    font-size: 29px;
	    font-weight: bold;
	    color: #111;
	    letter-spacing: 1px;
	    line-height: normal;
	    margin: 15px 0px;
	}
	.welcome {
		padding:20px 10px;
	}
	.welcome img {
		margin-bottom: 10px;
	}
	section.welcome .row:nth-child(1) .leftwow {
	    float: left;
	    width: 100%;
	}

	section.welcome .row:nth-child(1) .rightwow {
	    float: right;
	    text-align: left;
	    width: 100%;
	}

	section.welcome .row:nth-child(1) .rightwow p,section.welcome .row:nth-child(1) .rightwow h1 {
	    text-align: center;
	}
}
html section#wda_testi {padding: 100px 0px;}
.innersep {display: none;}
.servicesField {
	display: none;
}
.socialMedia a {
    float: left;
    width: 100%;
    letter-spacing: .15em;
    padding: 9px 7px 7px;
    box-sizing: border-box;
    color: #fff;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
    background: #145781;
    text-transform: uppercase;
    text-align: center;
}


section#services > h2 {display: none;}
.map iframe {
    display: block;
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
filter: grayscale(100%);
}

.dm-rate-us a:visited  {
	color: black !important;
}



#logo a  {
	font-family:cursive !important;
	font-weight: bold !important;
	color: #006e51 !important;
	line-height: 34px;
	-webkit-transition: all 0.3s ease-in-out !important;
    transition: all 0.3s ease-in-out !important;
}
}

#header > div {
	max-width: 1300px;
}

#header > div > div.logo-wrap {
	width: 350px;
	height: 83px;
}

.fa {
	color: #006e51;
}

.social-icons.pull-inline a {
	background-color: none !important;
}

.social-icons a {
	background: none;
}


#logo {
	display: flex !important;
}

#logo a {
	text-shadow: 1px 1px #057d57;
	font-size: 28px !important;
}

#logo > img {
	margin-right: 5px;
}

@media screen and (max-width: 880px) 
{
	#logo > img {
	width: 67px;
    margin-left: 18px;	
	}
}

.text-logo:hover {
    background-color: #006e51;
    color: white !important;
    border-color: #006e51;
}

#logo > a:hover {
	color: white !important;
}


#logo > a > span
{
   text-transform: uppercase;
  font-size: 30px;
	text-shadow: 2px 2px #057d57;
}

