/*
Theme Name:         Doble
Theme URI:          http://www.arcamedia.com/
Description:        Custom WordPress theme built by Arcamedia. Email support at support@arcamedia.com
Version:            1.1
Author:             Arcamedia - Greg Whitehead
Author URI:         http://www.arcamedia.com/

License:            MIT License
License URI:        http://opensource.org/licenses/MIT
*/

.banner-main {
	/*background-color: #d4dae2 !important;
	border-bottom: 20px solid #b40b46;*/
	min-height: 560px !important;
}

@media (max-width: 1225px) {
	.banner-main {
	min-height: 525px !important;
}
}

@media (max-width: 1050px) {
	.banner-main {
	min-height: 425px !important;
}
}

.banner-main article {
	width:  100%;
}

.banner-main .article-out {
    float: none !important;
    position: initial !important;
        margin-bottom: -4.5em !important;
}

.single-product #breadcrumbs a, #breadcrumbs .breadcrumb_last {
	background-color:  transparent;
	font-family: 'dinbold', Arial, Helvetica, sans-serif;
}

.single-product #breadcrumbs a {
	border-right:  solid 1px #fff;
	border-radius:  0px;
	max-height:  14px;
}

.bread-crumb {
	position: inherit;
}

#breadcrumbs {
	line-height: 11px !important;
}

@media (max-width: 767px) {
.banner-in article h1 {
    letter-spacing: -.3px;
    font-size: 30px;
    line-height: 31px;
}

.prod-img {
	max-width: 400px !important;
    width: 100% !important;
}
}

#measures {
	padding:  1em 0 2em;
}

#measures .icons-desktop, #measures .icons-mobile {
	margin-bottom: 1em;
	text-align: center;
}

#measures .measure-icons {
	text-align:  center;
}

#measures p {
	max-width: 125px;
	text-align: center !important;
    line-height: 1.2em;
    margin: 0 auto;
	margin-top: 10px;
}

#measures .moisture:before {
	content: '';
	width: 156px;
	height: 103px;
	position: absolute;
	background-image: url(../plus.html);
	margin-left: -100px;
	background-size: contain;
}



@media (min-width: 768px) {
#measures .icons-mobile {
	display: none;
}

.banner-main .col-md-6 {
	float:  left;
}
}

@media (max-width: 1006px) {
	#measures .moisture:before {
	width: 100px;
	height: 50px;
	background-image: url(../plus.html);
	margin-left: -50px;
	margin-top: 15px;
}
}

@media (max-width: 767px) {
#measures .icons-desktop {
	display: none;
}
#measures .moisture:before {
	margin-top: 30px;
}
}


#four-icon {
	margin-top: 2em;
	margin-bottom:  3em;
}

.icon-col {
	text-align:  center;
}

#gas {
	background-size: cover;
	background-repeat: no-repeat;
	 display: table;
	 width:  100%;
	 text-align:  center;
	 position: relative;
	 z-index: 1;
    overflow: hidden;
}

#gas-video {
	width: 100vw;
  height: 100vh;
  object-fit: cover;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: -1;
  background-size: cover;
}


#gas .gas-text-wrapper {
	position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100vw;
}

#water-title {
	text-align: center;
	padding: 6em 0em 1em;
}

#water-bg img {
	width:  100%;
	height:  auto;
}



#beam {
	background-color: #000;
	padding: 2em 0em 6em;
}

#beam .title-bg{
	background-image: url(../beam-bg.html);
    background-size: cover;
    width: 100%;
    text-align: center;
    padding: 5em 0em;
    background-position: center center;
background-repeat: no-repeat;

}

#beam .title-bg {
    animation: pulse 9s infinite;
}

@keyframes pulse {
  0%, 100% {
    background-size: 100%;
  }
  50% {
    background-size:105%;
  }
}



#beams h2:first-of-type {
	margin-bottom: 10px;
}



@media (max-width: 1006px){
	#beam h2 {
		    font-size: 4vw;
	    line-height: 6.5vw;
	}

	#beam .title-bg {
		padding: 2em 0em;
	}

	#beam p {
		text-align: center;
		/*color: #fff;*/
		font-size: 18px;
    line-height: 22px;
	}
}


#web {
	padding: 5vh 0em 25vh;
	z-index: 0;
    overflow: hidden;
    position: relative;
}

#web:after {
	/*background: url(/wp-content/themes/de/assets/ruby/web-dashboard.jpg) no-repeat;*/
    position: absolute !important;
    width: 100%;
    top: 0px;
    left: 55%;
    content: '';
    height: 100%;
    width: 100%;
    z-index: 1;
    background-position: 0px 0px;
}


#web-text {
	padding: 3em 0 1em;
}


@media (min-width: 1200px){
	#web-text {
		display: none;
	}


}

@media (max-width: 1200px) {
	#web {
		padding: 5vh 0em 25vh;
	}

	#web .row {
		display: none;
	}

	#web:after {
	left: inherit;
    background-size: cover;
}
}

@media (max-width: 768px){
#web {
    padding: 5vh 0em 60vh;
}
}


#bubble {
	background-image: url('../bubbles-bg-lighter.html');
	background-size: cover;
	background-repeat:  no-repeat;
	background-position: center top;
	overflow: hidden;
}

#bubble .container {
    width:  100%;
}



#bubble .row {
	/*padding-top: 35vh;*/
	padding-bottom: 10vh;
}

#bubble .row div {
	margin: 0 auto;
	text-align:  center;
}

#bubble .bubble-overlay img {
	animation: fade 25s infinite;
}

@keyframes fade {
    0% {
    transform: translate(0, 400px);
    opacity: 0;
    height:  100%;
  }

  15% {

    opacity: 0.9;
  }

  20% {
    opacity: 1;
  }

  85% {
  	opacity: 0.5;
  }

  95% {
  	opacity: 0.1;
  }


  100% {
    transform: translate(0, -200px);
    opacity: 0;
    height:  130%;
  }
}

#bubble p.disclaimer {
	font-size: 16px;
}

#engineered {
	background-color: #005daa;
	height: 100vh;
	position: relative;
	overflow: hidden;
}

#engineered #panel-wrapper {
	width:  100%;
	position: absolute;
	top: 0px;
	height:  100%;
	background-color: #005daa;
}

#engineered .bg-panel {
	width: 20%;
	display: inline-block;
	background-size: cover;
	background-repeat:  no-repeat;
	background-position: center top;
	height: 100%;
}

#engineered .bg-panel.p2 {
	background-position: right top;
}

.bg-panel.panel-down {
	transform: translateY(100%);
	transition: 1.5s ease;
}

.bg-panel.panel-up {
	transform: translateY(0%);
	transition: 0.5s ease;
}

.bg-panel.p2 {
	transition-delay: 0.1s;
}

.bg-panel.p3 {
	transition-delay: 0.2s;
}

.bg-panel.p4 {
	transition-delay: 0.3s;
}

.bg-panel.p5 {
	transition-delay: 0.4s;
}

#engineered .bg-panel.p1 {
	background-image: url('../engineered-bg1.html');
}

#engineered .bg-panel.p2 {
	background-image: url('../engineered-bg2.html');
}

#engineered .bg-panel.p3 {
	background-image: url('../engineered-bg3.html');
}

#engineered .bg-panel.p4 {
	background-image: url('../engineered-bg4.html');
}

#engineered .bg-panel.p5 {
	background-image: url('../engineered-bg5.html');

}

#engineered .container {
    width:  100%;
    position: absolute;
    bottom:  0px;
}

@media (max-width: 767px) {
#engineered .container {
    padding: 0px !important;
}
}

#engineered .row {
	padding-top: 30vh;
	padding-bottom: 15vh;
	background: rgb(0,93,170);
background: linear-gradient(0deg, rgba(0,93,170,1) 0%, rgba(0,93,170,1) 50%, rgba(255,255,255,0) 100%);
}

#engineered .row div {
	margin:  0 auto;
}


#nine-gas {
	background-image: url('../9-gas-bg.html');
	background-size: cover;
	margin: 0.5em 0em 3em;
	padding:  6em 0em;
	background-position: center center;
}

#nine-gas h3 {
	font-size: 35px;
}

#nine-gas p {
	line-height:  30px;
	margin-top: 1em;
}

#nine-gas h3, #nine-gas p {
	text-align:  center;
	color: #fff;
}

#complete-family {
	background-color: #fff;
	padding:  1em 0em;
}

#complete-family h2 {
	font-size: 40px;
	text-align:  center;
	color:  #4d4d4d;
	font-family: "DINPro-Light", Arial, Helvetica, sans-serif;
	margin-bottom: 1em;
}

#complete-family h2 span {
	font-family: 'dinbold', Arial, Helvetica, sans-serif;
}

#complete-family .gray-bar {
	background: rgb(77,77,77);
background: linear-gradient(90deg, rgba(77,77,77,1) 0%, rgba(100,100,100,1) 100%);
text-align: left;
padding: 0.5em;
}

#complete-family .red-bar {
	background: #b40b46;
text-align: left;
padding: 0.5em;
display: flex;
  flex-direction: column;
  justify-content: space-between;
max-width: 58px;
min-height: 255px;
}

#complete-family .product-box {
	background: rgb(106,106,106);
background: linear-gradient(90deg, rgba(106,106,106,1) 0%, rgba(255,255,255,0) 100%);
padding: 0px;
margin-left:  0.5em;

}

#complete-family .text-box {
display: flex;
  flex-direction: column;
  justify-content: space-between;
padding: 0.5em;
margin-left:  0.5em;
min-height: 255px;
}

#complete-family .text-box p {
	padding: 0px;
}

#complete-family .text-box p:first-of-type {
	padding-top: 5px;
}

#complete-family .text-box p:last-of-type {
	padding-bottom: 5px;
}

#complete-family .prod-box-img {
	text-align: right;
	margin: 20px 0px 15px;
}



#complete-family .prod-title {
	width:  100%;
	text-align:  center;
	background-color: #b40b46;
	color: #fff;
}

#complete-family .prod-title span {
	font-family: 'dinbold', Arial, Helvetica, sans-serif;
}

#complete-family .detection-row {
	margin-bottom:  2em;
}



#complete-family .diagnostic-row {
	margin-bottom:  2em;
}



#complete-family .detection-row>div:first-of-type:before {
	content: 'DETECTION MONITORS';
	position: absolute;
	left: -30px;
	bottom: 0px;
	transform: rotate(180deg);
	font-size: 30px;
	z-index: 9999;
	writing-mode: vertical-rl;
	font-family: 'dinbold', Arial, Helvetica, sans-serif;
	color: #4d4d4d;
	text-transform: capitalize !important;
}

#complete-family .diagnostic-row>div:first-of-type:before {
	content: 'DIAGNOSTIC MONITORS';
	position: absolute;
	left: -30px;
	bottom: 0px;
	transform: rotate(180deg);
	font-size: 27px;
	z-index: 9999;
	writing-mode: vertical-rl;
	font-family: 'dinbold', Arial, Helvetica, sans-serif;
	color: #4d4d4d;
	text-transform: capitalize !important;
}

#complete-family .diagnostic-row .prod-box-img {
margin-right:  -15px;
	}

#complete-family .calistos-row>div:first-of-type:before {
	content: 'CALISTO\'S FEATURE';
	position: absolute;
	left: -30px;
	bottom: 0px;
	transform: rotate(180deg);
	font-size: 27px;
	z-index: 9999;
	writing-mode: vertical-rl;
	font-family: 'dinbold', Arial, Helvetica, sans-serif;
	color: #4d4d4d;
	text-transform: capitalize !important;
}

@media (max-width: 760px) {

	#complete-family .prod-box-img {
	    text-align: center;
	    margin: 20px 0px 15px;
	}

	#complete-family .detection-row, #complete-family .diagnostic-row, #complete-family .calistos-row {
		margin-left: 1em;
	}

	#complete-family .detection-row>div, #complete-family .diagnostic-row>div, #complete-family .calistos-row>div {
		margin-bottom:  0.5em;
	}

	#complete-family .detection-row>div:first-of-type:before, #complete-family .calistos-row>div:first-of-type:before, #complete-family .diagnostic-row>div:first-of-type:before {
		left: -14px !important;
		font-size: 24px !important;
	}

	#water-title {
		margin-bottom: 0px;
	}

	#water-title h2:before {
		position: absolute;
		 left: 50%;
		 transform: translateX(-50%);
		 margin-left: initial !important;
		 margin-top: -75px;
		 top: 0px;
		 width: 40px;
		 background-repeat:  no-repeat;
	}

	#water-title h2{
	font-size: 32px;
		color: #005daa;

	}
}

@media (min-width: 760px) {
	#features .container {
	padding: 0 2em;
}
#water-title {
	margin-right: -50px;
}
}

.prod-title h3 {
	color:  #fff !important;
}

#easy-accurate {
	background-image: url('../easy-accurate-bg.html');
	background-size: cover;
	margin: 3em 0em;
	padding:  6em 0em;
	text-align:  center;

}

.easy-interior {
	background-color: rgba(255, 255, 255, 0.9);
	margin:  0 auto;
	padding: 1.25em 1em;
}

#easy-accurate h3 {
	font-size:  40px;
	    font-family: 'din_conbold', Arial, Helvetica, sans-serif;
	    margin-bottoM: 0.7em;
	    color:  #4d4d4d;
}

#easy-accurate p {
	    font-family: 'dinbold', Arial, Helvetica, sans-serif;
	    margin-bottom: 0.5em;
	    color:  #4d4d4d;
}

#easy-accurate .btn {
	background-color: #b40b46 !important;
}

#easy-accurate .btn:hover {
	background-color: #ca0f50 !important;
}

#features {
	margin: 1em 0 3em;
}

#features h3 {
	color: #b8b8b8;
	font-size: 36px;
	cursor:  pointer;
	font-family:  "dinbold", Arial, Helvetica, sans-serif;
}



#features .col-md-6 {
	border-bottom:  1px solid #b8b8b8;
	padding: 0px;
}

#features .col-md-6:first-of-type h3 {
	padding-bottom: 10px;
	color: #4d4d4d;
}

#features .col-md-6:first-of-type h3:after {
	content: '';
	position: absolute;
	    bottom: -1px;
    left: 0px;
    height: 3px;
	width:  97%;
	background-color: #b40b46;
	z-index: 9;
	}

#features ul {
    list-style-position: outside;
    list-style-type: disc !important;
    padding: 20px 0px 20px 10px !important;
}

#features li:before {
	content: none;
}

footer {
	margin-top:  0px;
}

#tabcontainer {
	padding-top: 2em;
  margin-bottom:1em;
}

#tabcontainer .fas[style] {
	color:  #000 !important;
}

#tabcontainer h2 {
	color:  #000 !important;
}

#tabcontainer .scrtabs-tabs-movable-container {
	/*max-width: 1140px;*/
    margin: 0 auto !important;
}

@media (max-width: 768px) {
	#tabcontainer .scrtabs-tabs-movable-container {
	min-width: 1300px !important;
    margin: 0 auto !important;
}

#tabcontainer .justify-content-center {
    -webkit-box-pack: left !important;
    -ms-flex-pack: left !important;
    justify-content: left !important;
}
}

/*#tabcontainer .justify-content-center {
    -webkit-box-pack: left !important;
    -ms-flex-pack: left !important;
    justify-content: left !important;
}*/

#tabcontainer .scrtabs-tab-container {
    height: 120px;
    background: transparent !important;
    box-shadow: none;
    display: flex;

}

#tabcontainer .scrtabs-tabs-movable-container ul:after {
	content: '';
	height:  1px;
	width:  5000px;
	position:  absolute;
	bottom: 0px;
	left: -2000px;
	background-color: #b8b8b8;
}

.nav>li>a {
	border-top: 0px;
    border-right: 0px;
    border-left:  0px;
	border-bottom: 2px solid #fff !important;

}

.nav-tabs>li.active>a, .nav-tabs>li.active>a:hover, .nav-tabs>li.active>a:focus {
    background: none !important;
    border-top: 0px;
    border-right: 0px;
    border-left:  0px;
    border-bottom: 3px solid #b40b46 !important;
    z-index: 999;
}

.nav>li>a:hover, .nav>li>a:focus {
    text-decoration: none;
    background-color: transparent !important;
    color: #000!important;
    border-top: 0px;
    border-right: 0px;
    border-left:  0px;
    border-bottom: 3px solid #b40b46 !important;
    z-index: 999;
}

.col-xs-5ths,
.col-sm-5ths,
.col-md-5ths,
.col-lg-5ths {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.col-xs-5ths {
    width: 50%;
    float: left;
        margin-bottom: 1em;
}

@media (min-width: 768px) {
    .col-sm-5ths {
        width: 20%;
        float: left;
    }
}

@media (min-width: 992px) {
    .col-md-5ths {
        width: 20%;
        float: left;
    }
}

@media (min-width: 1200px) {
    .col-lg-5ths {
        width: 20%;
        float: left;
    }
}

/* These are class choices for misc options */

.ff-din_conbold {
  font-family: 'din_conbold', Arial, Helvetica, sans-serif;
}
.ff-dinbold {
  font-family: 'dinbold', Arial, Helvetica, sans-serif;
}
.ff-DINPro-Light {
  font-family: 'DINPro-Light' ;
}

.fal, .far {
    font-family: "Font Awesome 5 Pro";
}

.content-main ul li li:before, .content-main ol li li:before {
	content: '\25A0' !important;
    display: block;
    position: relative;
    max-width: 0px;
    max-height: 0px;
    left: -24px;
    top: -3px;
    font-size: 20px;
}

@media (max-width: 479px){}
.single-product .banner-main.banner-in {
    padding-bottom: 0;
    background: none;
    background: none;
    overflow: visible !important;
}
}
