/*
Theme Name: SPC AG Theme
Theme URI: http://www.madebymuse.de
Description: Theme für https://spcbasel.com
Author URI: http://www.madebymuse.de
Version: 1.0
*/

html, body{
  	margin: 0;
	padding: 0;
	perspective: unset;
	-webkit-perspective: unset;
}
body{
	font-size: 19px;
	font-family: 'Open Sans', sans-serif;
	color: #454545;
	background: #f3f3f3;
	-webkit-font-kerning: normal;
    font-kerning: normal;
    -webkit-font-feature-settings: "kern" 1;
    font-feature-settings: "kern" 1;
    -webkit-font-variant-ligatures: common-ligatures;
    font-variant-ligatures: common-ligatures;
    -webkit-overflow-scrolling: touch;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
	font-weight: 400;
	min-height: 100vh;
  overflow-x: hidden;
}

body.nav_opend{
	overflow: hidden;
}
p {
    letter-spacing: 0px;
    font-size: 20px;
	line-height: 1.4;
}

/*MASTHEADER START*/
#mastheader {
    position: fixed;
    width: 100%;
    _height: 165px;
    z-index: 2100;
	top:0;
	left:0;
	transform: translateY(0px);
transition: all .3s cubic-bezier(.455,.03,.515,.955);
	background: #fff;
	min-height: 100px;
}
#inner-mastheader {
    display: flex;
    flex-wrap: wrap;
    width: 78%;
    margin: 0px auto;
    max-width: 1260px;
    padding: 10px 0 5px;
}
#mastheader.sticky{
}

body.nav_opend #mastheader {
	overflow: auto;
	height:100%;
	background: rgba(0, 48, 94, 0.95);
}

.navbar .container {
}

.site-branding:not(.sticky-site-branding) {
	  width: 170px;
    position: relative;
    padding: 0;
    display: block;
    margin: 0px;
	transition: 0.3s ease all;
	-webkit-transition: 0.3s ease all;
}
.sticky .site-branding:not(.sticky-site-branding) {
	  width: 130px;
    position: relative;
    padding: 0;
    display: block;
    margin: 0px;
	transition: 0.3s ease all;
	-webkit-transition: 0.3s ease all;
  margin-right: 40px;
}
.site-branding:not(.sticky-site-branding) img {
	width: 170px;
	transition: 0.3s ease all;
	-webkit-transition: 0.3s ease all;
}

.header_icons {
  width: 130px;
}
.home .herosection, .home .herosection.black {
    border-left: 6.5vw solid #fff !important;
}
.navbar.navbar-fixed-top {
    width: calc(100% - 360px);
    padding-right: 60px;
}

.header_icons {
    padding-top: calc(2.4rem + 1px);
    -webkit-transition: all .3s cubic-bezier(.25,.46,.45,.94) 0ms;
    transition: all .3s cubic-bezier(.25,.46,.45,.94) 0ms;
}
.sticky .header_icons {
    padding-top: calc(1.8rem + 1px);
}
.header_icons a {
  color: #00aca9;
  text-decoration: none;
  font-weight: bold !important;
  font-size: 21px;
  padding: 3px;
  margin-left: 12px;
}
.sticky nav {
    border-color:
    transparent;
}
.sticky .sticky-site-branding{
	opacity: 1;
		transition: 0.5s ease all;
	-webkit-transition: 0.5s ease all;
	transition-delay: .2s;
	-webkit-transition-delay: .2s;
	max-width: 100%;
}
.site-branding img{
	width: 100%;
	max-width: 100%;
	height: auto;
	position: relative;
	z-index: 200;
}
.site-branding a {
    position: relative;
    top: 7px;
}
.navbar-header{
	position: relative;
    width: 100%;
}
nav {
    position: relative;
    border-top: none;
    padding-left: 0;
    transition: 0.3s ease all;
    -webkit-transition: 0.3s ease all;
    width: 100%;
}
nav .search-icon {
    position: absolute;
    top: 50%;
    color:#0f4588;
    font-weight: bold;
    right: 0;
    font-size: 18px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
	cursor: pointer;
	display: none;
}
#menu-main-menu {
    width: 100%;
    text-align: right;
	padding-top: 0px;
}
nav ul {
    padding: 0;
	margin: 0;
	text-align: left;
}
nav ul li {
    list-style: none;
    display: inline-block;
	position: relative;
  padding-left: 2.2rem;
}
nav ul#menu-main-menu > li > a {
  color: #000;
  font-weight: 600;
  text-decoration: none;
  font-size: 14px;
  line-height: 1;
  display: block;
  padding: 2.4rem 0rem calc(2.4rem - 3px) 0;
      padding-left: 2.2rem;
  transition: 0.3s ease-in-out all;
  -webkit-transition: 0.3s ease-in-out all;
  border-bottom: 3px solid transparent !important;
  line-height: 1.875rem;
  text-transform: uppercase;
  position: relative;
  z-index: 200;
  letter-spacing: 0.3px;
}
#menu-main-menu > li > a {
    padding-left: 0 !important;
}
nav ul li:first-child > a {
    padding-left: 0;
}

nav > .nav-bg-holder > ul > li.current_page_item a::after, nav > .nav-bg-holder > ul > li > a:hover::after, nav > .nav-bg-holder > ul > li.current-page-ancestor.current-menu-ancestor > a::after,
.archive.category nav > .nav-bg-holder > #menu-main-menu > li:last-of-type a::after, .single nav > .nav-bg-holder > #menu-main-menu > li:last-of-type a::after{
    -webkit-transform-origin: left top;
    transform-origin: left top;
    -webkit-transform: scale(1);
    transform: scale(1);
}
nav > .nav-bg-holder > ul > li > a::after{
    content: "";
    position: absolute;
    bottom: -8px;
    left: 0;
    width: 100%;
    height: 5px;
    background: #00aca9;
    -webkit-transform-origin: right top;
    transform-origin: right top;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transition: transform .3s cubic-bezier(.25,.46,.45,.94) 0ms;
    -webkit-transition: -webkit-transform .3s cubic-bezier(.25,.46,.45,.94) 0ms;
    transition: -webkit-transform .3s cubic-bezier(.25,.46,.45,.94) 0ms;
    transition: transform .3s cubic-bezier(.25,.46,.45,.94) 0ms;
    transition: transform .3s cubic-bezier(.25,.46,.45,.94) 0ms,-webkit-transform .3s cubic-bezier(.25,.46,.45,.94) 0ms;
}

nav > .nav-bg-holder > ul > li > .sub-menu, nav > .nav-bg-holder > ul > li > .sub-menu > li > .sub-menu, nav > .nav-bg-holder > ul > li > .sub-menu > li > .sub-menu > li > .sub-menu{
  position: absolute;
  display: none;
  _opacity: 0;
}

nav > .nav-bg-holder > ul > li > .sub-menu {
    position: fixed !important;
    right: 0;
    padding-right: 9%;
    box-sizing: border-box;
    top: 50vh;
transform: translateY(-50%);
}

.sub-menu a {
  text-decoration: none;
  color: #00aca9;
  font-weight: 400;
  font-size: 26px;
  line-height: 3 !important;
  display: block;
  position: relative;
}
.fstitle {
    font-size: 32px !important;
    display: none !important;
}
nav > .nav-bg-holder > ul > li > .sub-menu > li.menu-item-has-children > a::after {
    content: "+";
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    font-size: 36px;
    font-weight: 300;
    transition: 0.3s ease all;
}
nav > .nav-bg-holder > ul > li > .sub-menu > li.menu-item-has-children.open  a::after{
  transform: translateY(-50%) rotate(45deg);
}
nav > .nav-bg-holder > ul > li > .sub-menu > li {
    padding-left: 0;
    display: block;
    width: 100%;
    color: #000;
    font-size: 22px;
    line-height: 1.6;
    border-bottom: 1px solid #deeded;
    border-top: 1px solid #deeded;
    max-width: 500px;
}
nav > .nav-bg-holder > ul > li > .sub-menu > li:not(:first-of-type) {
    margin-top: -1px;
}
nav > .nav-bg-holder > ul > li > .sub-menu a{
  transition: 0.3s ease all;
}
nav > .nav-bg-holder > ul > li > .sub-menu a:hover{
  _color: #106c79;
  color: #105F68;
}

nav > .nav-bg-holder > ul > li > .sub-menu li:not(.open) a:hover::after{
  transform: translateY(-50%) rotate(90deg) !important;
}

nav > .nav-bg-holder > ul > li > .sub-menu {
    position: fixed !important;
    right: 0;
    padding-right: calc(9% + 32px);
    box-sizing: border-box;
    top: 50vh;
    transform: translateY(-50%);
}


.sub-menu-wrapper > .sub-menu > li > .sub-menu {
  display: block !important;
}
.sub-menu-wrapper > .sub-menu > li > .sub-menu > li {
  display: block;
}
.sub-menu-wrapper > .sub-menu > li > .sub-menu > li > a {
  display: block;
  line-height: 2.2 !important;
  font-size: 22px;
  position: relative;
}
.sub-menu-wrapper > .sub-menu > li > .sub-menu > li > a:before {
  content: "–";
  position: relative;
  left: -16px;
}

.header_icons {
    position: relative;
}
.header_icons a{
  transition: 0.3s ease all;
  pointer-events: inherit;
  opacity: 1;
}
.nav_active .header_icons a{
  pointer-events: none;
  opacity: 0;
}
.close-nav {
  color: #00aca9;
  position: absolute;
  top: 38px;
  right: 8px;
  opacity: 0;
  pointer-events: none;
  z-index: 1000000;
  transition: 0.3s ease all;
  cursor: pointer;
  font-weight: bold !important;
  font-size: 22px;
}

.nav_active .close-nav{
  opacity: 1;
  pointer-events: inherit;
}

.navbar-backdrop{
  height: 100vh;
  width: 0vw;
  position: fixed;
  top: 0;
  right: 0;
  background: rgba(0,0,0,0.875);
  -webkit-transition: all .3s cubic-bezier(.25,.46,.45,.94) 0ms;
  transition: all .3s cubic-bezier(.25,.46,.45,.94) 0ms;
  transition-delay: 0s;
}
.navbar-backdrop-bg{
  height: 100vh;
  width: 0vw;
  position: fixed;
  top: 0;
  right: 0;
  -webkit-transition: all .3s cubic-bezier(.25,.46,.45,.94) 0ms;
  transition: all .3s cubic-bezier(.25,.46,.45,.94) 0ms;
  transition-delay: 0s;
}

.navbar-backdrop-2{
  height: 100vh;
  width: 0vw;
  position: fixed;
  top: 0;
  right: 0;
  background: #fff;
  -webkit-transition: all .4s cubic-bezier(.25,.46,.45,.94) 0ms;
  transition: all .4s cubic-bezier(.25,.46,.45,.94) 0ms;
  transition-delay: .1s;
}

.navbar-backdrop.active_backdrop{
  width: 100vw;
  -webkit-transition: all .85s cubic-bezier(.25,.46,.45,.94) 0ms;
  transition: all .85s cubic-bezier(.25,.46,.45,.94) 0ms;
  transition-delay: .021s;
}
.navbar-backdrop-bg.active_backdrop{
  width: 100vw;
  -webkit-transition: all .85s cubic-bezier(.25,.46,.45,.94) 0ms;
  transition: all .85s cubic-bezier(.25,.46,.45,.94) 0ms;
  transition-delay: .025s;
}

.navbar-backdrop-2.active_backdrop{
  _width: 75vw;
  transition-delay: 0s;
}

.site-branding svg path{
  transition: 0.3s ease all;
  transition-delay: .0s;
}

.nav_active .site-branding svg path:not(.st1){
  fill: #fff;
  transition-delay: .55s;
}
.nav_active .site-branding svg path.st1{
  fill: transparent;
  transition-delay: .55s;
}



.nav_active #menu-main-menu > li > a:not(.active-parent-menu-item) {
    color: #A7A7A7;
}

.nav_active #menu-main-menu > li > a:not(.active-parent-menu-item):after,
.nav_active .nav-bg-holder > ul > li.current-page-ancestor.current-menu-ancestor > a::after{
    background: #A7A7A7;
}

.nav_active nav > .nav-bg-holder > ul#menu-main-menu.nav_active_on > li > .sub-menu > li:nth-child(2){
  transition-delay: .21s !important;
}
.nav_active nav > .nav-bg-holder > ul#menu-main-menu.nav_active_on > li > .sub-menu > li:nth-child(3){
  transition-delay: .32s !important;
}
.nav_active nav > .nav-bg-holder > ul#menu-main-menu.nav_active_on > li > .sub-menu > li:nth-child(2){
  transition-delay: .43s !important;
}
.nav_active nav > .nav-bg-holder > ul#menu-main-menu.nav_active_on > li > .sub-menu > li:nth-child(3){
  transition-delay: .54s !important;
}
.nav_active nav > .nav-bg-holder > ul#menu-main-menu.nav_active_on > li > .sub-menu > li:nth-child(4){
  transition-delay: .65s !important;
}
.nav_active nav > .nav-bg-holder > ul#menu-main-menu.nav_active_on> li > .sub-menu > li:nth-child(5){
  transition-delay: .76s !important;
}
.nav_active nav > .nav-bg-holder > ul#menu-main-menu.nav_active_on > li > .sub-menu > li:nth-child(6){
  transition-delay: .87s !important;
}
.nav_active nav > .nav-bg-holder > ul#menu-main-menu.nav_active_on > li > .sub-menu > li:nth-child(7){
  transition-delay: .98s !important;
}
.nav_active nav > .nav-bg-holder > ul#menu-main-menu.nav_active_on > li > .sub-menu > li:nth-child(8){
  transition-delay: 1.2s !important;
}
.nav_active nav > .nav-bg-holder > ul#menu-main-menu.nav_active_on > li > .sub-menu > li:nth-child(9){
  transition-delay: 1.32s !important;
}

.nav_active nav > .nav-bg-holder > ul#menu-main-menu.nav_active_on > li > .sub-menu > li{
  opacity: 1;
  transform: translateY(0px);
  -webkit-transform: translateY(0px);
  transition: 0.3s ease all !important;
  -webkit-transition: 0.3s ease all !important;
}

.nav_active nav > .nav-bg-holder > ul#menu-main-menu.nav_active_on.nav_active_on2  > li > .sub-menu > li{
  opacity: 1;
  transform: translateY(0px);
  -webkit-transform: translateY(0px);
  transition: 0s ease all !important;
  -webkit-transition: 0s ease all !important;
  transition-delay: unset !important;
}

nav > .nav-bg-holder > ul#menu-main-menu > li > .sub-menu > li{
opacity: 0;
transform: translateY(40px);
-webkit-transform: translateY(40px);
transition: 0.3s ease all !important;
-webkit-transition: 0.3s ease all !important;
transition-delay: 0s !important;
}
.sub-menu-wrapper > .sub-menu > li {
    display: block !important;
    padding: 0;
    border-top: 1px solid #deeded;
}
.sub-menu-wrapper > .sub-menu {
  display: block !important;
}
.sub-menu-wrapper{
  display: none;
}
.sub-smenu li:not(.menu-item-has-children) a::after {
  display: none !important;
}
/* .navbar-backdrop::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    background: url(https://spc.itworqs.de/wp-content/uploads/2021/11/main-scaled.jpg);
    width: 100%;
    height: 100%;
    filter: grayscale(1);
    opacity: .15;
    background-position: center center;
    opacity: 0;
    transition: 0.6s ease all;
    transition-delay: .6s;
}


.navbar-backdrop.active_backdrop::after{
  opacity: .15;
} */

/* HOME SLIDER */
.herosection {
    height: 100vh;
}
.herosection .owl-stage-outer{
  overflow-y: hidden !important;
  min-height: calc(100vh + 60px) !important;
  height: auto;
}
.herosection .sa_hover_container {
    padding: 0 !important;
    border: none !important;
    height: 100vh !important;
    overflow-y: visible !important;
}
.herosection .sa_hover_container{
  background-size: cover;
  width: 100% !important;
  background-repeat: no-repeat !important;
}

.sa_hover_container::after {
    content: "";
    background: #000;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    opacity: .2;
}


.sa-description-box h3 {
  font-size: 46px;
  line-height: 1.1;
  font-weight: 800;
  margin-top: 10px;
  margin-bottom: 10px;
}
.sa-description-box {
    position: absolute;
    bottom: -50px;
    background: #00aca9;
    color: #fff;
    z-index: 100;
    padding: 30px 37px 70px;
    max-width: 530px;
    _left: 50px;
    left: 5%;
    height: auto;
    border-radius: 0px 45px 0px 0px;
}

.sa-description-box p:last-of-type {
    margin-bottom: 0 !important;
}

/* ARROWS & BUTTONS */

#arrrow-down {
  position: absolute;
  bottom: 11vh;
  left: -4.275vw;
  font-size: 26px;
  color: #000;
  font-weight: bold !important;
  cursor: pointer;
}
#arrrow-down:before {
  content: "";
  background: #000;
  width: 1.55px;
  height: 36px;
  position: absolute;
  top: -14px;
  left: 12.25px;
  border-radius: 13px;
}
#arrrow-down::after {
    content: "scroll down";
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 2.4px;
    transform: rotate(-90deg);
    display: block;
    position: absolute;
    width: 91px;
    height: 100%;
    left: -23px;
    bottom: 92px;
    color: #00aca9;
}

.more-btn{
  position: relative;
}
.more-btn:after{

content: "\e628";
font-family: 'themify';
speak: none;
font-style: normal;
font-weight: normal;
font-variant: normal;
text-transform: none;
line-height: 1;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}

.more-btn:before{

content: "\e628";
font-family: 'themify';
speak: none;
font-style: normal;
font-weight: normal;
font-variant: normal;
text-transform: none;
line-height: 1;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}


/* .more-btn {
  color: #fff;
  font-weight: bold;
  text-decoration: none;
  position: relative;
} */
.more-btn {
color: #00aca9;
font-weight: bold;
text-decoration: none;
position: relative;
border: ;
background: #fff;
padding: 12px 38px 12px 12px;
margin-top: 0px !important;
display: inline-block;
font-size: 15px;
letter-spacing: .4px;
border-radius: 1px;
transition: all .4s cubic-bezier(.39,.575,.565,1);
}
/*
.more-btn:after {
  left: 10px;
  position: relative;
  top: 3px;
} */
.more-btn{
  overflow: hidden;
}
.more-btn::after {
  right: 10px;
  position: absolute;
  top: 50%;
  font-size: 20px;
  transform: translateY(-50%);
  transition: all .4s cubic-bezier(.39,.575,.565,1);
}
.more-btn:hover::after {
  right: -80px;
  opacity: 0;
}
.more-btn:hover {
background: #00aca9;
color: #fff;
box-shadow: 0 8px 30px 0 rgba(0,0,0,.15);
transition: all .4s cubic-bezier(.39,.575,.565,1);
}

.more-btn::before {
  right: 100px;
  position: absolute;
  top: 50%;
  font-size: 20px;
  transform: translateY(-50%);
  opacity: 0;
  transition: all .4s cubic-bezier(.39,.575,.565,1);
}

.more-btn:hover::before {
  right: 10px;
  position: absolute;
  top: 50%;
  font-size: 20px;
  transform: translateY(-50%);
  opacity: 1;
}

/* MAIN SECTIONS */

.home .container.fullwidth {
    padding-top: 100px;
    padding-bottom: 75px;
}
body:not(.home) .container.fullwidth {
    padding-top: 180px;
    padding-bottom: 75px;
}
.full-row.full-row-boxed {
    width: 78%;
    margin: 0px auto;
    max-width: 1260px;
}

.container h3 {
  font-size: 28px;
  color: #00aca9;
  letter-spacing: -.2px;
}
.container h1, .container h2 {
  font-size: 42px;
  margin-top: -10px;
  font-weight: 300;
  line-height: 1.25;
  max-width: 724px;
}
.sticky .close-nav {
    top: 29px;
}

.addMailBox {
  background: #00aca9;
  color: #fff;
  font-size: 15px;
  font-weight: bold;
  padding: 20px;
  border-radius: 2px 9px 2px 2px;
  max-width: 280px;
  position: relative;
  overflow: hidden;
  box-shadow: 0 8px 30px 0 rgba(0,0,0,.15) !important;
transition: all .4s cubic-bezier(.39,.575,.565,1) !important;
}
.addMailBox a {
  color: #fff;
  display: block;
  text-decoration: none;
  font-weight: 500;
  font-family: 'Barlow';
font-size: 21px;
letter-spacing: -.2px;
margin-top: 5px;
}
.full-row.full-row-boxed.contact-form {
    margin-top: -40px;
}
.addMailBox .ti-email {
  position: absolute;
  font-size: 92px;
  transform: rotate(-15deg);
  top: 16px;
  right: -16px;
  opacity: .3;
}
body:not(.home) h1 {
    margin-bottom: 5px;
}
.textwidget ul {
    padding-left: 20px;
}
.textwidget li {
  list-style: none;
  position: relative;
  padding-left: 5px;
}
.textwidget li:before {
  position: absolute;
  content: "";
  width: 7.5px;
  height: 8px;
  background: #00aca9;
  left: -16px;
  top: calc(50% + 1px);
  transform: translateY(-50%);
  border-radius: 0px 3px 0px 0px;
}
.sa-description-box p {
    font-family: 'Barlow';
    font-size: 22px;
    margin-bottom: 30px !important;
}
.more-btn{
  font-family: 'Open Sans', sans-serif !important;
}
.recent-posts{
  margin-left: 0 !important;
}
.recent-posts li:before{
  display: none !important;
}
.textwidget p {
    max-width: 960px !important;
    line-height: 1.5;
    font-family: 'Barlow';

}
.bigtext p{
  font-size: 24px !important;
}
.product-front-boxes .panel-widget-style {
    height: 0;
    padding-bottom: 112.25%;
    position: relative;
    background-size: cover !important;
}
.white-bg{
  background: #fff;
  padding-bottom: 90px;
}
.row-pre-image{
  position: relative;
}
.more-boxes .so-panel {
    background: #00aca9;
    padding: 10px 30px;
    margin-bottom: 0 !important;
}
.more-boxes .so-panel h3{
  color: #fff;
}
.more-boxes .panel-grid-cell{
  position: relative;
  overflow: hidden;
}
.more-boxes .widget_custom_html {
    color: #fff;
    background: none;
    position: absolute;
    top: 40px;
    right: -40px;
    padding: 0;
}
.more-boxes .widget_custom_html {
    color: #fff;
    _font-size: 170px;
    font-size: 144px;
    opacity: .25 !important;
}
#searcharea form{
transform: translateY(40px);
-webkit-transform: translateY(40px);
opacity: 0;
transition: 0.05s;
transition-delay: 0s;
}
#searcharea.active-search-on form{
  transform: translateY(0px);
  -webkit-transform: translateY(0px);
  opacity: 1;
  transition: 0.3s ease all;
  transition-delay: .5s;
}
#searcharea {
    position: fixed !important;
    right: 0;
    padding-right: calc(9% + 32px);
    box-sizing: border-box;
    top: 50vh;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    display: none;
}
#suche input {
    border-bottom: 1px solid #deeded;
    border-top: none;
    border-left: none;
    border-right: none;
    font-size: 26px;
    font-weight: 400;
    padding: 20px 0;
    width: 100%;
    max-width: 500px;
    color: #00aca9;
    outline: 0;
}
#search {
    color: #00aca9;
    font-weight: bold;
    border: none;
    background: #fff;
    position: relative;
    right: 34px;
    font-size: 23px;
    top: 3px;
    cursor: pointer;
}

#nav-more-icons {
  max-width: 500px;
}
#nav-more-icons .panel-grid-cell {
  width: 47% !important;
}
#nav-more-icons.more-boxes .so-panel {
    background: #00aca9;
    padding: 0;
    margin-bottom: 0 !important;
    border-radius: 1px;
}


#nav-more-icons {
    max-width: 500px;
    margin-top: 40px;
}
#nav-more-icons h3 {
  margin-top: 11px;
  margin-bottom: 8px;
  font-size: 20px;
}
#nav-more-icons p {
  margin-bottom: 8px;
}
#nav-more-icons .more-btn{
  padding: 0;
}
#nav-more-icons.more-boxes .widget_custom_html {
  color: #fff;
font-size: 49px !important;
margin-right: 30px;
margin-top: -28px;
background: unset;
padding: 0;
}
#nav-more-icons a {
    text-decoration: none;
    display: block;
    padding: 8px 12px 8px !important;
}
.more-boxes .ti-paint-bucket {
    transform: scaleX(-1) translateY(9px) rotate(-20deg) translateX(10px);
    display: block;
}
.more-boxes .ti-shopping-cart {
    transform: scaleX(-1) translateY(-2px) rotate(13deg) translateX(30px);
    display: block;
    font-size: 160px;
}
.boxed-text p {
  margin: ;
  margin-top: 0;
}
.boxed-text {
  padding-left: 40px;
  padding-right: 0px;
}
.row-pre-image::before {
    background: #f3f3f3;
    content: "";
    width: 100%;
    height: 100px;
    position: absolute;
    top: 0;
    left: 0;
}
.row-pre-image.large-img-boxed .so-widget-sow-image{
  width: 78%;
margin: 0px auto;
max-width: 1260px;
position: relative;
}
.row-pre-image .so-widget-sow-image img{
  width: 100%;
  height: auto;
  margin-top: 20px;
  margin-bottom: 30px;
}
.product-front-boxes .panel-grid-cell:first-of-type {
    padding-right: 2vw;
}
.product-front-boxes .panel-grid-cell:last-of-type {
    padding-left: 2vw;
    margin-top: -60px;
}
.product-front-boxes .so-widget-sow-editor {
    position: absolute;
    background: #00aca9;
    left: -15px;
    bottom: 30px;
    min-width: 69%;
    padding: 25px;
    border-radius: 0px 12px 0px 0px;
}

.container .product-front-boxes .so-widget-sow-editor h3 {
  font-size: 24px;
  color: #fff;
  margin: 0 0 6px;
}

.container .product-front-boxes .so-widget-sow-editor p {
  color: #fff;
  font-size: 20px;
  margin-bottom: 18px;
  margin-top: 0;
  font-family: 'Barlow';
}
.container .product-front-boxes .so-widget-sow-editor p:last-of-type {
    margin-bottom: 0;
}

#mastheader.sticky nav ul#menu-main-menu > li > a{
  padding: 1.7rem 0rem calc(1.7rem - 1px) 0
}


/* FadeIn Animations */
.fadeInOnScroll{
opacity: 0;
transform: translateY(40px);
-webkit-transform: translateY(40px);
transition: 0.5s ease all;
-webkit-transition: 0.5s ease all;
}

.fadeInOnScroll.slideIn{
opacity: 1;
transform: translateY(0px);
-webkit-transform: translateY(0px);
}
#menu-main-menu a{
  font-family: 'Open Sans', sans-serif !important;
}
h1, h2, h3, h4, h5, p, .sa-description-box, .contains-large-parallax .so-panel, .recent-posts li, .footer_widget, .so-widget-sow-image, .more-boxes .so-panel, .textwidget li, .history > .panel-layout > .panel-grid, .faq .so-panel, .team .panel-grid-cell, .posts-area .main, .cat-link-item a,
.contact-maps, .addMailBox, .wpcf7-form, .row-pre-image img, .post-content-inner{
  opacity: 0;
  transform: translateY(40px);
  -webkit-transform: translateY(40px);
  transition: 0.5s ease all;
  -webkit-transition: 0.5s ease all;
}
.footer_widget p{
  opacity: 1 !important;
  transform: translateY(0px) !important;
  -webkit-transform: translateY(0px) !important;
  transition: unset !important;
  -webkit-transition: unset !important;
}
h1.slideIn, h2.slideIn, h3.slideIn, h4.slideIn, h5.slideIn, p.slideIn, .sa-description-box.slideIn,  .sa-description-box.slideIn p, .product-front-boxes .so-widget-sow-editor.slideIn, .contains-large-parallax .so-panel.slideIn, .recent-posts li.slideIn, .footer_widget.slideIn, .so-widget-sow-image.slideIn, .more-boxes .so-panel.slideIn, .textwidget li.slideIn,
.history > .panel-layout > .panel-grid.slideIn, .faq .so-panel.slideIn, .team .panel-grid-cell.slideIn, .posts-area .main.slideIn, .cat-link-item a.slideIn, .contact-maps.slideIn, .addMailBox.slideIn, .wpcf7-form.slideIn, .row-pre-image img.slideIn, .row-pre-image .slideIn img, .post-content-inner.slideIn{
opacity: 1;
transform: translateY(0px);
-webkit-transform: translateY(0px);
}
.contact-form .panel-grid-cell:last-of-type {
    padding-right: 7.5%;
}
.history > .panel-layout > .panel-grid {
  position: relative;
  background: #fff;
}
.so-widget-sow-google-map .gm-control-active > img {
    transform: translate(-50%,-50%) !important;
}
.history .panel-grid-cell{
  width: 50% !important;
}
.history > .panel-layout > .panel-grid:nth-child(2n+1) .panel-grid-cell:nth-of-type(1) {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
.history > .panel-layout > .panel-grid:nth-child(2n+1) .panel-grid-cell:nth-of-type(2) {
    margin-left: 50% !important;
    padding: 20px 40px 30px;
box-sizing: border-box;
align-self: center;
}

.history > .panel-layout > .panel-grid:nth-child(2n+2) .panel-grid-cell:nth-of-type(1) {
padding: 20px 40px 30px;
box-sizing: border-box;
align-self: center;
}

.history > .panel-layout > .panel-grid:nth-child(2n+2) .panel-grid-cell:nth-of-type(2) {
    height: 100% !important;
    width: 100%;
    position: absolute;
    right: 0;
}

.history > .panel-layout > .panel-grid:nth-child(2n+2) .panel-grid-cell:nth-of-type(2) .so-panel, .history > .panel-layout > .panel-grid:nth-child(2n+2) .panel-grid-cell:nth-of-type(2) .panel-widget-style,
.history > .panel-layout > .panel-grid:nth-child(2n+1) .panel-grid-cell:nth-of-type(1) .so-panel, .history > .panel-layout > .panel-grid:nth-child(2n+1) .panel-grid-cell:nth-of-type(1) .panel-widget-style{
  position: absolute;
  background-size: cover;
  background-position: center center;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}
.history > .panel-layout > .panel-grid {
    position: relative;
    background: #fff;
    box-shadow: 0px 0px 20px -10px rgba(0,0,0,0.4);
    margin-bottom: 60px !important;
    min-height: 380px;
}
.history > .panel-layout > .panel-grid:first-of-type {
    margin-top: 20px !important;
}
.history > .panel-layout > .panel-grid:last-of-type {
    margin-bottom: 10px !important;
}
.sa-description-box.slidedIn,
.product-front-boxes .so-widget-sow-editor{
  transition: 0.0s ease all;
  -webkit-transition: 0.0s ease all;
}

.contains-large-parallax {
    background-size: cover !important;
    background-attachment: fixed;
    padding: 90px 0;
    margin: 90px 0;
}

.contains-large-parallax .so-panel{
  background: rgba(255,255,255,.85);
  padding: 12px 45px 25px;
  width: 78%;
  margin: 0px auto;
      margin-bottom: 0px;
  margin-bottom: 0px;
  max-width: 540px;
  font-weight: bold;
  border-radius: 2px;
}

.contains-large-parallax .so-panel em {
    color: #00aca9;
    font-weight: bold;
    font-size: 24px;
    position: relative;
    top: 3px;
    display: inline-block;
    margin-right: 10px;
    margin-left: 2px;
}


/* POSTS SHORTCODE */


.recent-posts, .posts-area {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0 !important;
  justify-content: space-between;
}
.recent-posts li, .posts-area .main {
  width: 47%;
  padding: 0px;
  box-sizing: border-box;
  background: #fff;
}

.postImg {
    height: 0;
    padding-bottom: 56%;
    background-size: cover !important;
}


.recent-posts a, .posts-area a {
  color: #00aca9;
  text-decoration: none;
  font-size: 22px;
}
.post-text h3, .wp-post-text h3 {
  margin-top: 0;
  margin-bottom: 10px;
  margin-top: 0;
  line-height: 1.1;
}
.post-text, .wp-post-text {
  padding: 30px 30px 25px;
}
.post-text p, .posts-area p {
  font-family: 'Barlow';
    font-size: 20px;
}


/* FOOTER */
footer {
    _background: #111;
    background: #105F68;
}

.innerFooter{
padding: 80px 0 40px;
color: #fff;
}

.innerFooter a{
  color: #fff;
  text-decoration: none;
}

.innerFooter, footer .bottom{
width: 78%;
margin: 0px auto;
max-width: 1260px;
}
.copyright {
    padding: 20px 0;
    border-top: 1px solid #05545D;
    text-align: left;
    color: #fff;
    font-size: 13px;
}
footer .st0, footer path:not(.st1) {
    fill: #fff;
}
footer .st1 {
    fill: transparent;
}
.footerLogo {
    max-width: 110px;
    margin-right: 20px;
}

.footer_widget_row {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

#fw_1, #fw_2, #fw_3 {
    max-width: 300px;
    margin-left: 0 !important;
}
.footer_widget p:first-of-type {
    margin-top: -5px !important;
}
.footer_widget p {
    font-size: 18px;
    line-height: 1.6;
    font-family: 'Barlow';
}

#menu-meta-navigation {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0;
  justify-content: right;
}
footer #menu-meta-navigation li {
  color: #fff;
  border-radius: ;
  border-right: 1px solid #fff;
  padding: 0 10px;
}
footer #menu-meta-navigation li a {
  color: #fff;
  text-decoration: none;
}
.copyright {
  display: flex;
  flex-wrap: wrap;
}
footer #menu-meta-navigation li:last-of-type {
  border: none;
  padding-right: 0 !important;
}
.menu-meta-navigation-container {
  width: calc(100% - 400px);
  text-align: right;
}
.inner-cpr {
  width: 400px;
}
footer h2 {
    font-size: 12px;
    margin-top: 0;
    border-bottom: 2px solid #00aca9;
    font-weight: 900;
    text-transform: uppercase;
    margin-bottom: 20px;
    display: inline-block;
    padding-bottom: 2px;
}

.call-to-section {
  background: #00aca9;
  padding: 35px 0;
  color: #fff !important;
}
.call-to-section-inner{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  align-items: center;
  width: 78%;
margin: 0px auto;
max-width: 1260px;
}
.call-to-section .footer_widget:first-of-type {
    width: calc(100% - 230px);
}
.call-to-section .footer_widget:last-of-type {
    width: 230px;
}
.call-to-section p, .call-to-section .footer_widget p:first-of-type {
  margin: 0 !important;
  font-size: 18px;
}
.call-to-section .footer_widget:last-of-type p {
  max-height: 48px;
}
.call-to-section .footer_widget:last-of-type p .more-btn {
    width: 100% !important;
    box-sizing: border-box;
}

#menu-footer-products {
  font-size: 16px;
  line-height: 1.91;
  list-style: none;
  margin: 0;
  padding: 0;
  margin-top: -5px;
}
#menu-footer-products {
    line-height: 1.85;
    font-family: 'Barlow';
    font-size: 18px;
}
#menu-footer-products a:hover{
  text-decoration: underline !important;
}

#backToTop {
    position: fixed;
    background: #00aca9;
    color: #fff;
    bottom: 20px;
    right: 20px;
    padding: 13px 15px 10px;
    font-weight: bold;
    font-size: 24px;
    border-radius: 0px 10px 0px 0px;
    cursor: pointer;
    display: none;
}

.herosection .autohide-arrows .owl-nav, .herosection .owl-nav {
    display: block !important;
}
.owl-nav {
    display: block !important;
    position: absolute;
    bottom: 110px;
    right: 25px;
}
.sa_owl_theme .owl-nav .owl-prev {
    left: auto !important;
    right: 64px !important;
}
.herosection .sa_owl_theme .owl-nav button.owl-prev, .herosection .sa_owl_theme .owl-nav button.owl-next {
    background: #00aca9 !important;
    opacity: 0 !important;
    color: #fff !important;
    _display: none;
    width: auto !important;
height: auto !important;
padding: 11px 15px 6px !important;
transition: 0.3s ease all;
-webkit-transition: 0.3s ease all;
transition-delay: 0s;
}

.herosection .sa_owl_theme .owl-nav button.owl-prev:hover, .herosection .sa_owl_theme .owl-nav button.owl-next:hover{
  color: #00aca9 !important;
}

.herosection .sa_owl_theme .owl-nav button.owl-prev.toggleOpacity, .herosection .sa_owl_theme .owl-nav button.owl-next.toggleOpacity{
  opacity: 1 !important;
  transition-delay: .3s;
}

/* FAQ */

.faq .so-panel {
  background: #fff !important;
  box-shadow: 0px 0px 20px -10px rgba(0,0,0,0.4);
  position: relative;
  border-radius: 2px;
  border: 1px solid #e6e6e6;
}
.faq .so-panel h3 {
  font-size: 18px;
  padding: 15px 55px 15px 15px;
  border-bottom: 1px solid #ededed;
  background: #f8f8f8;
  margin-bottom: 0;
  position: relative;
  cursor: pointer;
}
.faq .so-panel h3:after {
content: "\e64b";
font-family: 'themify';
speak: none;
font-style: normal;
font-weight: normal;
font-variant: normal;
text-transform: none;
line-height: 1;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
position: absolute;
right: 15px;
font-weight: bold;
font-size: 22px;
transform: rotate(0deg);
-webkit-transform: rotate(0deg);
transition: 0.3s ease all;
}
.faq .so-panel.opened h3:after {
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
}
.faq .textwidget {
  padding: 20px 15px;
  display: none;
}
.faq .so-panel:first-of-type .textwidget{
  display: blocK;
}

.faq .textwidget p:last-of-type {
  margin-bottom: 0;
}
.faq .textwidget p:first-of-type {
  margin-top: 0;
}
.faq .so-panel h3, .faq .so-panel p,
.posts-area .main h3, .posts-area .main  p,
.contact-maps p,
.so-widget-sow-google-map img,
.team .panel-grid-cell .so-widget-image img, .team .panel-grid-cell .so-widget-image, .team .panel-grid-cell .so-widget-sow-image{
  transform: translateY(0px) !important;
  -webkit-transform: translateY(0px) !important;
  opacity: 1 !important;
}
.blog h1, .archive.category h1 {
    margin-bottom: 30px !important;
}
.cat-link-item a {
    background: #00aca9;
    padding: 13px 25px 15px;
    display: block;
    margin: 0 15px 0 0;
    color: #fff;
    font-weight: bold;
    text-decoration: none;
    text-transform: lowercase;
    font-size: 16px;
    border-radius: 2px;
    transition: 0.3s ease all;
}
#nav-more-icons {
    max-width: 500px;
    margin-top: 40px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.cat-link-item a:hover, .cat-link-item a.active_cat {
background: #fff !important;
color: #00aca9 !important;
box-shadow: 0 8px 30px 0 rgba(0,0,0,.15) !important;
transition: all .4s cubic-bezier(.39,.575,.565,1) !important;
}
.row-pre-image.large-img-boxed .so-widget-sow-image img{
  box-shadow: 0 8px 30px 0 rgba(0,0,0,.15) !important;
  transition: all .4s cubic-bezier(.39,.575,.565,1) !important;
}
.post-cat-navigation {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 50px;
}
.posts-area .main {
    margin-bottom: 45px;
}
.team .panel-grid-cell {
  background: #fff;
  box-shadow: 0px 0px 20px -10px rgba(0,0,0,0.4);
}
.team .panel-grid-cell .so-panel {
  margin-bottom: 0 !important;
}
.team .panel-grid-cell .so-widget-image {
  margin: 0 !important;
}
.team .panel-grid-cell .textwidget {
  padding: 2px 22px 8px;
}
.team .panel-grid-cell .textwidget p {
  font-size: 18px;
}
.team .panel-grid-cell .textwidget p strong {
  font-size: 22px;
  color: #00aca9;
  margin-bottom: 5px;
display: inline-block;
}
.team .panel-grid-cell .textwidget p em {
  font-size: 17px;
  max-width: 242px;
  display: inline-block;
  font-style: normal;
}
.team .panel-grid-cell .textwidget p a {
  color: #00aca9;
  text-decoration: none;
}
.team .panel-grid-cell .textwidget p span[class*=" ti-"],
.contact-maps .panel-grid-cell .textwidget span[class*=" ti-"] {
    color: #00aca9;
    width: 24px;
    display: inline-block;
    margin: 5px 0 10px;
}

.meta p, .meta p a {
    margin-top: 0;
    font-size: 17px;
    letter-spacing: .2px;
}

.single .meta a{
  color: #00aca9;
}

body:not(.home) .container.fullwidth.contact .panel-grid:nth-last-child(2) {
    margin-bottom: 0 !important;
}
.post-content > p:empty{
  display: none;
}
body:not(.home) .container.fullwidth.contact {
    padding-bottom: 0 !important;
}
.single .wp-post-text-big {
  width: 58% !important;
  padding: 30px 30px;
  box-sizing: border-box;
}
.gm-style-cc, .gm-style-mtc {
    display: none !important;
}
.single .post-content-inner {
  display: flex;
  flex-wrap: wrap;
  background: #fff;
  box-shadow: 0px 0px 20px -10px rgba(0,0,0,0.4);
  _align-items: center;
}

.contact-maps .panel-layout {
  background: #fff;
  position: relative;
  margin-top: 20px;
  border-radius: 3px;
  box-shadow: 0px 0px 20px -10px rgba(0,0,0,0.4);
}
.contact-maps .panel-layout .panel-grid{
  align-items: center !important;
}
.contact-maps .panel-layout .panel-grid-cell:first-of-type {
  padding: 30px;
}
.contact-maps .panel-layout .panel-grid-cell:first-of-type p:first-of-type {
  margin-top: 0;
}
.contact-maps .panel-layout .panel-grid-cell:first-of-type p:last-of-type{
  margin-bottom: 0;
}
.contact-maps .panel-layout .panel-grid-cell:first-of-type {
    padding: 30px 5%;
}
.contact-maps .sow-google-map-canvas {
    height: 420px !important;
    max-height: 65vh !important;
    min-height: 370px !important;
}
.contact-maps p a{
  color: #00aca9;
  text-decoration: none;
}
.contact-maps p img {
    max-width: 120px;
    height: auto;
}
.single .postImg {
    height: 100%;
    padding-bottom: 0;
    background-size: cover !important;
    min-height: 330px;
}
.wp-post-text-big h3{
  margin-top: 0;
}
.single .wp-post-text-big {
    width: 58% !important;
    padding: 40px 35px 36px;
    box-sizing: border-box;
    transform: scale(.90);
    align-self: center;
}
.single .wp-post-img {
  width: 42%;
}
.single .wp-post-text {
    max-width: 960px;
    margin: 0px auto;
}

.wp-post-text-big h3 {
    margin-top: 0;
    font-size: 20px;
    color: #111 !important;
    margin-bottom: 30px;
}
.wp-post-text-big h3 a {
    text-decoration: none;
}
.more-link-blog {
color: #fff;
font-weight: bold;
text-decoration: none;
position: relative;
border: ;
background: #00aca9;
padding: 12px 12px 12px 38px;
margin-top: 0px !important;
display: inline-block;
font-size: 15px;
letter-spacing: .4px;
border-radius: 1px;
transition: all .4s cubic-bezier(.39,.575,.565,1);
}
.more-link-blog{
  position: relative;
}
.more-link-blog:after{

content: "\e629";
font-family: 'themify';
speak: none;
font-style: normal;
font-weight: normal;
font-variant: normal;
text-transform: none;
line-height: 1;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}

.more-link-blog:before{

content: "\e629";
font-family: 'themify';
speak: none;
font-style: normal;
font-weight: normal;
font-variant: normal;
text-transform: none;
line-height: 1;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}


.more-link-blog{
  overflow: hidden;
}
.more-link-blog::after {
  left: 10px;
  position: absolute;
  top: 50%;
  font-size: 20px;
  transform: translateY(-50%);
  transition: all .4s cubic-bezier(.39,.575,.565,1);
}
.more-link-blog:hover::after {
  left: -80px;
  opacity: 0;
}
.more-link-blog:hover {
background: #fff;
color: #00aca9;
box-shadow: 0 8px 30px 0 rgba(0,0,0,.15);
transition: all .4s cubic-bezier(.39,.575,.565,1);
}

.more-link-blog::before {
  left: 130px;
  position: absolute;
  top: 50%;
  font-size: 20px;
  transform: translateY(-50%);
  opacity: 0;
  transition: all .4s cubic-bezier(.39,.575,.565,1);
}

.more-link-blog:hover::before {
  left: 10px;
  position: absolute;
  top: 50%;
  font-size: 20px;
  transform: translateY(-50%);
  opacity: 1;
}
.contact-form h3{
  margin-top: 15px;
}
.ff-item{
  position: relative;
}
.contact-form form .ff-item br{
  display: none;
}
.contact-form form label {
    letter-spacing: 0;
    pointer-events: none;
    position: absolute;
    top: 16px;
    left: 23px;
    font-size: 19px;
    font-weight: 400;
    color: #00aca9;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
.contact-form form .on label {
    letter-spacing: 0;
    pointer-events: none;
    position: absolute;
    top: 10px;
    left: 23px;
    font-size: 13px;
    font-weight: 400;
    color: #a7a7a7;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
.contact-form form input:not([type="submit"]),
.contact-form form textarea{
  box-sizing: border-box;
  font-family: 'Open Sans', sans-serif;
-webkit-appearance: none;
letter-spacing: 0;
width: 100%;
font-weight: 400;
border: 1px solid #b9b9b9;
height: 60px;
color: #000;
font-size: 18px;
padding: 14px 22px 0;
background: transparent;
outline: none;
border-radius: 2px;
margin-bottom: 15px;
}
#submit-wp-form {
    border: none;
    background: #00aca9;
    color: #fff;
    cursor: pointer;
}
#submit-wp-form:hover {
    border: none;
    background: #fff;
    color: #00aca9;
}
#submit-wp-form:after,
#submit-wp-form:before{
  content: "\e661";
}
.contact-form form textarea{
  min-height: 150px;
  resize: none;
}
.contact-form h3 {
    margin-top: 15px;
    font-size: 20px;
    color: #000;
}

.history h3 {
    font-size: 20px;
    display: inline-block;
    margin-bottom: 15px;
    position: relative;
}
.history h3:after {
  content: "";
  background: #00aca9;
  height: 2px;
  width: 45px;
position: absolute;
left: 0;
bottom: -22px;
}

@media all and (max-width: 1260px) {
#inner-mastheader{
  width: 87%;
}
}

@media all and (max-width: 1024px) {

}

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

}

@media all and (max-width: 825px) {

}

@media all and (max-width: 780px) {

}

@media all and (max-width: 680px) {

}

@media all and (max-width: 550px) {

}

@media all and (max-width: 490px) {

}

@media all and ( orientation: landscape) and (max-height: 415px) {

}

@media all and (max-width: 380px) {

}
