/* 
Theme Name: Primayer
Author: Wizbit Internet Services Ltd.
Author URI: https://www.wizbit.net/
Text-Domain: primayer
*/


body {
    background: #fff;
    color: #666666;
    margin: 0;
    padding: 0;
}

body.admin-bar #nav.fixed {
    top: 32px;
}

/* Images & Other Objects */

img, object, embed { max-width: 100%; }
img { height: auto; }
img { vertical-align: middle; }

.wp-video {
	margin-bottom: 25px;
}

/* FONTS ---------------------*/
/* FONTS ---------------------*/
/* FONTS ---------------------*/
/* FONTS ---------------------*/

h1 {
    font-family: 'Arial', sans-serif; /*400 600 700*/
    font-weight: 400;
    font-size: 1.9em;
    color: #3D628F;
    margin: 0 0 0 0;
}

h2 {
    font-family: 'Arial', sans-serif; /*400 600 700*/
    font-weight: 400;
    font-size: 1.3em;
    color: #3D628F;
    margin: 0 0 0 0;
}

h3 {
    font-family: 'Arial', sans-serif; /*400 600 700*/
    font-weight: 400;
    font-size: 1.2em;
    color: #3D628F;
    margin: 0 0 0 0;
}

h4 {
    font-family: 'Arial', sans-serif; /*400 600 700*/
    font-weight: 400;
    font-size: 1.2em;
    color: #3D628F;
    margin: 0 0 0 0;
}

p, th, td {
    font-family: 'Arial', sans-serif; /*400 600 700*/
    font-weight: 400;
    font-size: 0.95em;
    color: #333;
    margin: 0 0 1em 0;
}
p a {
    color:#333;
    font-weight: 600;
    text-decoration:none;
}

p a:hover {
    color:#333;
    font-weight: 600;
    text-decoration:underline;
}


a {
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    transition: all 0.5s;
}

a.btn-cta {
	display: inline-block;
	text-decoration: none;
	font-family: 'Arial', sans-serif; /*400 600 700*/
	font-weight: 700;
	color: #fff;
	background-color: #3D628F;
	border-radius: 0px;
	padding: 20px 40px;
	margin: 20px 0;
	font-size: 16px;
	-webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    transition: all 0.5s;
}

a.btn-cta:hover {
	background: #8dc2ea;
}

/* INTRO --------------------*/
/* INTRO --------------------*/
/* INTRO --------------------*/
/* INTRO --------------------*/
/* INTRO --------------------*/
/* INTRO --------------------*/

#intro h1 {
    font-family: 'Arial', sans-serif; /*400 600 700*/
    font-weight: 600;
    font-size: 1.02em;
    color: #333;
    margin: 0 0 0.4em 0;
}

/* MAILCHIMP NEWSLETTER ------*/
/* MAILCHIMP NEWSLETTER ------*/
/* MAILCHIMP NEWSLETTER ------*/
/* MAILCHIMP NEWSLETTER ------*/

#newsletter {
    display: none;
    position: fixed;
    width: 400px;
    height: 400px;
    right: 50%;
    bottom: 50%;
    transform: translate(50%, 50%);
    z-index: 60;
    background-color: rgba(141,194,234,0.95);*/
    background-image: url(/wp-content/uploads/2017/08/popup.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    border: 3px solid #09144E;
    text-align: center;*/
	z-index:999;
}

#newsletter .gform_wrapper {
    position: absolute;
    bottom: 1em;
    left: 2em;
}

#newsletter .gform_wrapper .gform_heading {
    margin: 0;
}

#newsletter h3 {
    font-family: 'Arial', sans-serif; /*400 600 700*/
    font-weight: 600;
    font-size: 2em;
    color: #fff;
    margin: 0 0 0.2em 0em;
}

#newsletter h4 {
    color: #005088;
}*/

#newsletter span {
    font-family: 'Arial', sans-serif; /*400 600 700*/
    font-weight: 600;
    font-size: 1em;
    color: #fff;
    margin: 0 0 1em 0em;
}

#newsletter .gform_button {
    background: #76cc1e;
}

#newsletter .gform_button:hover {
    background: #005088;
}

#newsletter .cancel {
    position: absolute;
    top: -1em;
    right: -1em;
    color: #fff;
    cursor: pointer;
}

#newsletter .cancel:hover {
    text-decoration: underline;
}
*/
/* SIDETABS ------------------*/
/* SIDETABS ------------------*/
/* SIDETABS ------------------*/
/* SIDETABS ------------------*/

/* bottom */

#bottom-product-tab {
    position: fixed;
    width: auto;
    height: 46px;
    bottom: 20px;
    left: 20px;
    z-index: 15;
    padding: 0 1em;
    background-color: #CD1428;
    border-radius: 5px;
}

#bottom-product-tab:hover {
    background-color: #fc0d33;
}

#bottom-product-tab a {
    text-decoration: none;
}

#bottom-product-tab p {
    line-height: 3em;
    text-align: center;
    color: #fff;
}

/* right */

#sidetabs {
    position: fixed;
    width: 46px;
    top: 210px;
    right: 0;
    z-index: 15;
}

#sidetabs div {
    background-repeat: no-repeat;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}

#sidetabs .tab-products {
    background-color: #C8C9CC;
    height: 160px;
    margin-bottom: 4px;
}

#sidetabs .tab-quote {
    background-color: #CD1428;
    height: 119px;
    margin-bottom: 4px;
}

#sidetabs .tab-contact {
    background-color: #96B1D3;
    height: 119px;
}

#sidetabs.uk .tab-products:hover {
    background-color: #DDD;
}

#sidetabs.uk .tab-quote:hover {
    background-color: #fc0d33;
}

#sidetabs .tab-contact:hover {
    background-color: #A6BEDA;
}

#sidetabs.uk .tab-products {
    background-image: url(images/btn-side-products-transparent.png);
}

#sidetabs.uk .tab-quote {
    background-image: url(images/btn-side-quote-transparent-white-text.png);
}

#sidetabs.uk .tab-contact {
    background-image: url(images/btn-side-contact-transparent.png);
}

#sidetabs.france .tab-products {
    background-image: url(images/btn-side-contact-transparent-fr.fw.png);
    height: 138px;
}
#sidetabs.france .tab-products:hover {
    background-color: #DDD;
}
#sidetabs.france .tab-quote {
    background-image: url(/wp-content/uploads/2017/10/btn-side-quote-transparent-white-text-fr-1.png);
    height: 130px;
}
#sidetabs.france .tab-quote:hover {
    background-color: #fc0d33;
}

#sidetabs.france .tab-contact {
    background-image: url(images/btn-side-contact-transparent-fr.png);
    height: 124px;
}

#sidetabs.spanish .tab-products:hover {
    background-color: #DDD;
}

#sidetabs.spanish .tab-quote:hover {
    background-color: #fc0d33;
}
#sidetabs.spanish .tab-products {
    background-image: url(images/btn-side-products-es.png);
	 height: 198px;
}

#sidetabs.spanish .tab-quote {
    background-image: url(images/btn-side-quote-transparent-white-text-es.png);
	 height: 124px;
}

#sidetabs.spanish .tab-contact {
    background-image: url(images/btn-side-contact-transparent-es.fw.png);
	 height: 133px;
}
*/
/* HEADER --------------------*/
/* HEADER --------------------*/
/* HEADER --------------------*/
/* HEADER --------------------*/

#header {
    padding: 1em 0;
}

#header .right {
    text-align: right;
}

/* language */

#header .language .google {
    margin: 0 0 0 0.5em;
}

#header .language .wpml-ls-legacy-list-horizontal,
#google_translate_element {
    display: inline-block;
}

#header .language ul li a {
    /*text-decoration: none;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    opacity: 0.5;
    filter: alpha(opacity=50);*/
}

#header .language ul li a:hover {
    -webkit-filter: grayscale(0%);
    filter: grayscale(0%);
    opacity: 1;
    filter: alpha(opacity=1);
}

#header .language .wpml-ls-current-language a {
    -webkit-filter: grayscale(0%);
    filter: grayscale(0%);
    opacity: 1;
    filter: alpha(opacity=1);
}

/* links */

#header .links ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

#header .links ul li {
    color: #999;
    display: inline;
    font-size: 1.05em;
    margin: 0 0 0 1em;
    padding: 0;
}

#header .links ul li a {
    text-decoration: none;
    color: #999;
}

#header .links ul li a:hover {
    color: #3D628F;
}

/* SEARCH --------------------*/
/* SEARCH --------------------*/
/* SEARCH --------------------*/
/* SEARCH --------------------*/

#header .search-form {
    position: relative;
    display: inline-block;
    right: 0;
    margin-left: 2em;
}

#header .search-field {
    background-color: transparent;
    background-image: url(images/search-icon-grey.png);
    background-position: 10px center;
    background-repeat: no-repeat;
    background-size: 18px 18px;
    border: none;
    cursor: pointer;
    height: 37px;
    margin: 0px 0;
    padding: 0 0 0 35px;
    position: relative;
    -webkit-transition: width 400ms ease, background 400ms ease;
    transition:         width 400ms ease, background 400ms ease;
    width: 0;

    font-family: 'Arial', sans-serif;
    font-weight: 400;
    font-size: 0.9em;
    border-radius: 2px;
}

#header .search-field:hover {
    background-image: url(images/search-icon-blue.png) !important;
}

#header .search-field:focus {
    background-image: url(images/search-icon-blue.png) !important;
    /*border: 1px solid #2ca9e1;*/
    cursor: text;
    outline: 0;
    width: 200px;
    background-color: #f7f7f7;
}

.search-form .search-submit, .search-form .screen-reader-text { 
    display: none;
}

/* NAV -----------------------*/
/* NAV -----------------------*/
/* NAV -----------------------*/
/* NAV -----------------------*/

#nav {
    background: #8DC2EA;
    margin-bottom: 20px;
    z-index: 20;
}

#nav.fixed {
    position: fixed;
    top: 0;
    width: 100%;
}

#menu {
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: left;
    font-family: 'Arial', sans-serif; /*300 400 700*/
    font-weight: 400;
    font-size: 0.7em;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

#menu li {
    position: relative;
    display: inline;
}

#menu a {
    display: inline-block;
    padding: 1.2em 2em;
    margin: 0 0 0 0;
    color: #fff;
    text-decoration: none;
    margin-right: -4px;
}

#menu ul {
    position: absolute;
    left: -9999px;
    margin: 0;
    padding: 0;
    text-align: left;
}

#menu ul li {
    display: block;
}

#menu li:hover ul {
    left: 0;
    z-index: 999;
}

#menu li:hover a {
    background: rgb(255, 255, 255);
    background: rgba(255, 255, 255, 0.2);
    color: #fff;
}

#menu li:hover ul a {
    text-decoration :none;
    background: #3D628F;
}

#menu li:hover ul a:hover {
    text-decoration: none;
    background: #8DC2EA;
}

#menu ul a {
    white-space: nowrap;
    display: block;
    border-bottom: 1px solid #fff;
    padding: 0.6em 1em;
}

#menu .sub-menu .sub-menu,
#menu .sub-menu li:hover .sub-menu li .sub-menu {
    display: none;
    position: absolute;
    top: 0;
    left: 100%;
    /*margin-left: 3px;*/
}

#menu .sub-menu li:hover .sub-menu, 
#menu .sub-menu li .sub-menu li:hover .sub-menu {
    display: block;
}

#menu .right a {
    float:right;
    /*margin-right: 3px;*/
    background: rgb(255, 255, 255);
    background: rgba(255, 255, 255, 0.2);
    color: #fff;
    font-weight: 700;

    margin-right: 1px;
}

#menu .right a:hover {
    float:right;
    /*margin-right: 3px;*/
    background: #3D628F;
}

#menu .current-menu-item a,
#menu .current-menu-parent a {
    background: #3D628F;
}
#menu .current-menu-item li:hover a {
    background: #8DC2EA !important;
}

/* home menu */
/* home menu */

#menu .menu-item-home a {
    padding: 8px;
    vertical-align: middle;
}

#menu .fa {
    font-size: 1.825em;
}

/* product menu */
/* product menu */

#menu .product-menu .sub-menu a {
    padding: 1em;
}

#menu .product-menu .sub-menu .product-extras {
    display: none;
    position: absolute;
    top: 0;
    left: 100%;
    width: 22em;
    height: 100%;
    background: #3D628F;
    box-sizing: border-box;
}

#menu .product-menu .sub-menu .product-extras p {
    font-family: 'Arial', sans-serif;
    font-size: 1.25em;
    text-align: center;
    text-transform: none;
    color: #fff;
    margin: 8px 0 0 0;
    white-space: normal;
}

#menu .product-menu .sub-menu:hover .product-extras {
    display: block;
}

/* SLICKNAV */

.slicknav_menu {
    display: none;
}

/* BANNER HOME ---------------*/
/* BANNER HOME ---------------*/
/* BANNER HOME ---------------*/
/* BANNER HOME ---------------*/

#banner-home {
    padding: 0em 0em 20px 0em;
    background-color: #fff;
}

#banner-home .images {
    position: relative;
    display: flex;
	z-index: 100;
}

#banner-home h3.innovation {
    bottom: 30%;
    font-size: 30px;
    font-weight: 300;
    text-transform: uppercase;
    letter-spacing: 9px;
}

#banner-home h3 {
    position: absolute;
    bottom: 18%;
    left: 8%;
    color: #fff;
    font-weight: 600;
    font-size: 20px;
    text-shadow: 2px 2px #000;
    z-index: 5;
}

#banner-home .watermark {
    position: absolute;
    top: 10%;
    left: 34%;
    width: 53%;
	 pointer-events: none;
	 z-index: -1;

}

#banner-home .right-images {
    position: relative;
    z-index: 10;
}

#banner-home .box {
    position: absolute;
    margin-right: 10px;
    width: 100%;
    height: 0;
    padding-bottom: 61%;
    background-repeat: no-repeat;
    background-size: contain;
}

#banner-home .box.bottom {
    bottom: 0;
}

#banner-home h2 {
    font-family: 'Arial', sans-serif; /*400 600 700*/
    font-weight: 400;
    font-size: 1.2em;
    color: #3D628F;
    margin: 1em 0 0.5em 0;
}

#banner-home a {
    color: #666;
    text-decoration: none;
}

#banner-home a:hover {
    color: #34B8C0;
}

/* BANNER --------------------*/
/* BANNER --------------------*/
/* BANNER --------------------*/
/* BANNER --------------------*/

#banner {
    padding: 0em 0em 0em 0em;
    background-color: #fff;
}

#banner .images {
    position: relative;
    display: flex;
}

#banner .images .banner {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 240px;
}

#banner h3.innovation {
    bottom: 30%;
    font-size: 30px;
    font-weight: 300;
    text-transform: uppercase;
    letter-spacing: 9px;
}

#banner h3 {
    position: absolute;
    bottom: 18%;
    left: 8%;
    color: #fff;
    font-weight: 600;
    font-size: 20px;
    text-shadow: 2px 2px #000;
    z-index: 5;
}

#banner .watermark {
    position: absolute;
    top: 10%;
    left: 34%;
    width: 53%;

}

#banner .right-images {
    position: relative;
    z-index: 10;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    margin-left: 10px;
    height: 240px;
}

#banner .box {
    position: absolute;
    margin-right: 10px;
}

#banner .box.bottom {
    bottom: 0;
}

#banner h2 {
    font-family: 'Arial', sans-serif; /*400 600 700*/
    font-weight: 400;
    font-size: 1.2em;
    color: #3D628F;
    margin: 1em 0 0.5em 0;
}

#banner a {
    color: #666;
    text-decoration: none;
}

#banner a:hover {
    color: #34B8C0;
}

/* INTRO ---------------------*/
/* INTRO ---------------------*/
/* INTRO ---------------------*/
/* INTRO ---------------------*/

#intro .inner {
    position: relative;
    background-color: rgba(230,237,247,0.8);
    /*background-image: url(images/home-map.png);*/
    background-repeat: no-repeat;
    background-size: 620px auto;
    background-position: 95% 50%;
    margin-left: 10px;
    margin-right: 10px;
    padding: 2em 2em 1em 2em;
}

#intro h2 {
    font-weight: 400;
    font-size: 1.2em;
    margin: 0 0 0.5em 0;
}

#intro p {
    margin: 0 0 1em 0;
}

/* CONTENT -------------------*/
/* CONTENT -------------------*/
/* CONTENT -------------------*/
/* CONTENT -------------------*/

#content .inner {
    position: relative;
    background-color: rgb(230,237,247);
    background-color: rgba(230,237,247,0.8);
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom: 20px; /*3em*/
    padding: 2em;
}
#content .inner.solid {
    background-color: #8dc2ea;
    margin-left: 0;
    margin-right: 0;
}

#content .inner.solid h1,
#content .inner.solid .gfield_label, 
#content .inner.solid .ginput_counter {
    color: #fff !important;
}

#content .environmental {
    background-color:#309b59;
    padding:1em 0 1em 0em;
}
#content .environmental h2 {
    font-weight: 400;
    font-size: 1.4em;
    color:#1b4c0a;
    margin: 0em 0 0.5em 0.4em;
}

#content .environmental p {
    margin: 0 0 1em 0;
    color:#fff;
}
#content .companies {
    text-align:center;
    margin-top:0.5em;
}

#content .companies:nth-child(3n+1) {
    clear: both;
}

#content .companies h2 {
    font-weight: 400;
    font-size: 1.4em;
    color:#3D628F;
    text-align:center;
}

#content .companies p {
    margin: 0 0 1em 0;
    color:#333;
    text-align:center;
}

#content h1 {
    font-weight: 400;
    /*font-size: 1.2em;*/
    margin: 0 0 0.5em 0;
}

#content h2 {
    font-weight: 400;
    font-size: 1.4em;
    margin: 0 0 0.5em 0;
}
#content h3 {
    font-weight: 400;
    font-size: 1.2em;
    margin: 0 0 0.5em 0;
}

#content p {
    margin: 0 0 1em 0;
}
#content p a {
    color:#333;
    text-decoration:none;
}
#content p a:link {
    color:#333;
    text-decoration:none;
}
#content p a:hover {
    color:#333;
    text-decoration:underline;
}

#content li {
    font-family: 'Arial', sans-serif; /*400 600 700*/
    font-weight: 400;
    font-size: 0.95em;
    color: #333;
    margin-bottom: 0;
}

/* TITLE ---------------------*/
/* TITLE ---------------------*/
/* TITLE ---------------------*/
/* TITLE ---------------------*/

#title {
    background-color: rgba(230,237,247,0.8);
    background-repeat: no-repeat;
    background-size: cover;
}

#title .inner {
    position: relative;
    height: 414px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center top;
}

#title h2,
#title .inner .logo {
    position: absolute;
    right: 0;
    top: 40px;
    display: inline-block;
    font-size: 2em;
    color: #fff;
    padding: 15px 25px;
}
#title h3,
#title .inner .title {
    position: absolute;
    left: 0;
    bottom: 30px;
    display: inline-block;
    font-size: 2em;
    color: #fff;
    padding: 15px 25px;
    background: rgb(68, 68, 68);
    background: rgba(68, 68, 68, 0.7);
    border-right: 4px solid #8DC2EA;
}
/* CRUMBTRAIL ----------------*/
/* CRUMBTRAIL ----------------*/
/* CRUMBTRAIL ----------------*/
/* CRUMBTRAIL ----------------*/

#crumbtrail {
    padding: 1.2em 0;
}

#crumbtrail p {
    font-size: 0.8em;
    color: #999;
    margin: 0;
}

#crumbtrail a {
    color: #999;
    text-decoration: none;
}

#crumbtrail a:hover {
    color: #8DC2EA;
}

/* SIDEBAR ---------------- */
/* SIDEBAR ---------------- */
/* SIDEBAR ---------------- */
/* SIDEBAR ---------------- */

#sidebar {
    background-color: rgb(230,237,247);
    background-color: rgba(230,237,247,0.8);
    padding: 1em;
}

/* PRODUCTS ----------------*/
/* PRODUCTS ----------------*/
/* PRODUCTS ----------------*/
/* PRODUCTS ----------------*/

#products {
    padding: 0em 0em 2em 0em;
    background-color: #fff;
}

#products hr {
    border: 0;
    background: #ccc;
    height: 1px;
    margin: 0 0 1em 0;
}


#products .box {
    margin-bottom: 2em;
}

#products h1 {
    font-family: 'Arial', sans-serif; /*400 600 700*/
    font-weight: 400;
    font-size: 1.8em;
    color: #3D628F;
    margin: 0.5em 0 0.5em 0;
}

#products h2 {
    margin: 0.5em 0 0.5em 0;
}

#products h3 {
    font-family: 'Arial', sans-serif; /*400 600 700*/
    font-weight: 400;
    font-size: 1.2em;
    color: #3D628F;
    margin: 1em 0 0.5em 0;
}

#products ul {
    list-style-type: none;
    margin: 1em 0 1em 0;
    padding: 0;
}

#products ul li {
    font-family: 'Arial', sans-serif; /*300,400,600,700,900*/
    font-weight: 400;
    font-size: 0.95em;
    color: #333;
    line-height: 1.5em;
    padding: 0 0 0 1.2em;
    margin: 0 0 0.5em 0;
    background-image: url(images/bullet.gif);
    background-repeat: no-repeat;
    background-position: 0 9px;
}
#products ul li a {
    font-family: 'Arial', sans-serif; /*300,400,600,700,900*/
    font-weight: 600;
    color: #333;
    line-height: 1.5em;
    margin: 0 0 0.5em 0;
    text-decoration:none;
}
#products ul li a:hover {
    color:#333;
    font-weight:600;
    text-decoration:underline;
}
#products ul ul {
    list-style-type: none;
    margin: 0.5em 0 0.5em 0;
    padding: 0;
}

#products ul li li {
    font-family: 'Arial', sans-serif; /*300,400,600,700,900*/
    font-weight: 400;
    font-size: 0.95em;
    color: #5C5D61;
    line-height: 1.5em;
    padding: 0 0 0 1.2em;
    margin: 0 0 0.5em 0;
    background-image: none;
    background-repeat: no-repeat;
    background-position: 0 9px;
}
#products ul li li a {
    font-family: 'Arial', sans-serif; /*300,400,600,700,900*/
    font-weight: 400;
    color: #5C5D61;
    line-height: 1.5em;
    margin: 0 0 0.5em 0;
    text-decoration:none;
}
#products ul li li a:hover {
    color:#3D628F;
    text-decoration:underline;
}

#products a.btn2 {
    display: block;
    font-family: 'Arial', sans-serif; /*300,400,600,700,900*/
    font-weight: 400;
    font-size: 0.95em;
    margin: 1.4em 0 0.4em 0;
    padding: 1.4em 1em 1.4em 1em;
    background-color: #CD1428;
    color: #fff;
    text-decoration: none;
    border: 1px solid #CD1428;
}

#products a.btn2:hover {
    background-color: #fff;
    color: #CD1428;
}

#products .btn {
    position: relative;
    display: block;
    font-family: 'Arial', sans-serif; /*300,400,600,700,900*/
    font-weight: 400;
    font-size: 0.95em;
    margin: 1.4em 0 0.4em 0;
    padding: 1.4em 1em 1.4em 1em;
    color: #5C5D61;
    text-decoration: none;
    border: 1px solid #ddd;
}

#products .btn img.uk {
    position: absolute;
    top: 14px;
    right: 110px;
}

#products .btn img.france {
    position: absolute;
    top: 14px;
    right: 60px;
}

#products .btn img.spanish {
    position: absolute;
    top: 14px;
    right: 10px;
}

#products .fa {
    margin-right: 0.5em;
}

.tab {
    display: inline-block;
    overflow: hidden;
    border: 1px solid #ccc;
    background-color: #ccc;
}

.tab button {
    font-family: 'Arial', sans-serif; /*400 600 700*/
    font-weight: 400;
    background-color: inherit;
    float: left;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 14px 16px;
    transition: 0.3s;
}

.tab button:hover {
    background-color: #ddd;
}

.tab button.active {
    background-color: #AFC4DE;
}

#intro .tab {
    position: relative;
    left: 10px;
    top: 5px;
    border: none;
}

#intro .tab button {
    background-color: #AFC4DE;
}

#intro .tab button.active {
    background-color: rgb(230,237,247);
}

#welcome div,
#welcome h2,
#welcome p,
#gallery .fgsp-slider-wrap, 
#gallery .fgsp-slider-wrap div,
#gallery .fgsp-slider-wrap button,
#gallery .fgsp-slider-wrap a,
#gallery .fgsp-slider-wrap img {
    visibility: inherit;
    height: inherit;
}

#distributors {
    visibility: hidden;
    height: 0;
}

#distributors img {
    visibility: inherit;
    height: inherit;
}

#schematic, #extra-info {
    margin-top: 1em;
}

#schematic h2, #extra-info h2 {
    margin-bottom: 1em;
}

/* CATEGORIES ----------------*/
/* CATEGORIES ----------------*/
/* CATEGORIES ----------------*/
/* CATEGORIES ----------------*/

#categories {
    padding: 20px 0em 0 0em;
    background-color: #fff;
}

#categories .box {
    margin-bottom: 20px;
}

#categories h2 {
    font-family: 'Arial', sans-serif; /*400 600 700*/
    font-weight: 400;
    font-size: 1.4em;
    color: #3D628F;
    margin: 0em 0 1em 0;
}

#categories ul {
    list-style-type: none;
    margin: 1.5em 0 1.5em 0;
    padding: 0 0 0 0;
}

#categories ul li {
    font-family: 'Arial', sans-serif; /*400 600 700*/
    font-weight: 400;
    font-size: 0.9em;
    color: #666; 
    padding: 0 0 0 1.2em;
    margin: 0 0 0.2em 0;
    line-height: 1.5em;
    background-image: url(images/bullet.png);
    background-repeat: no-repeat;
    background-position: 0 8px;
}

#categories a {
    color: #3d628f;
    text-decoration: none;
}

#categories a:hover {
    color: #8dc2ea;
}

#categories a.btn {
    font-family: 'Arial', sans-serif; /*400 600 700*/
    font-weight: 500;
    font-size: 0.8em;
    text-transform: uppercase;
    background-color: #8DC2EA;
    color: #fff;
    text-decoration: none;
    padding:  0.6em 1.5em;
    display: inline-block;
    -webkit-border-radius: 5px; 
    -moz-border-radius: 5px; 
    border-radius: 5px;
	margin: 0 0 5px 0;
}

#categories a.btn:hover {
    background-color: #3D628F;
    color: #fff;
}

#categories .item {
    position: relative;
    overflow: hidden;
}

#categories .image-holder {
    width: 100%;
    height: 0;
    padding-bottom: 64%;
    overflow: hidden
}

#categories .item img {
    max-width: 100%;

    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
#categories .item:hover img {
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

/* LISTINGS & RELATED PRODUCTS-----------------*/
/* LISTINGS & RELATED PRODUCTS-----------------*/
/* LISTINGS & RELATED PRODUCTS-----------------*/
/* LISTINGS & RELATED PRODUCTS-----------------*/

#listings,
#related-products {
    display: flex;
    flex-wrap: wrap;
}

#listings .box,
#related-products .box {
    position: relative;
    box-sizing: border-box;
    background: #fff;
    min-height: 300px; /*330px*/
    margin-bottom: 1.5em;
    border: 1px solid #ccc;
    /*border-bottom: 1px solid #5C5D61;*/
}

#related-products .box {
    min-height: 280px;
}

#listings .box .image-holder,
#related-products .image-holder {
    position: relative;
    margin-top: 10px;
}

#listings .box .image-holder img,
#related-products .image-holder img {
    width: 80%;
    display: block;
    margin: auto;
}

#listings .box .logo,
#related-products .box .logo {
    display: block;
    margin: auto;
    height:70%;
}

#listings .box .copy,
#related-products .copy {
    padding: 0em 0em 0em 0em; /*1em 2em 1em 2em*/
    /*min-height: 300px;*/
}

#listings .box h2,
#related-products .box h2 {
    font-size: 1.325em;
    line-height: 1.2em;
    margin: 0em;
    /*min-height: 60px;*/
    font-weight: 700;
    color: #5C5D61;
    text-align: center;
    padding: 0 2em;

    /*background: #EEE;*/

    display: table-cell;
    vertical-align: middle;
}

#listings .box p,
#related-products .box p {
    font-size: 0.85em;
    line-height: 1.5em;
    margin-bottom: 1.5em;
}

#listings .box p.cat,
#related-products .box p.cat {
    font-weight: 500;
    font-size: 0.8em;
    /*min-height: 60px;*/
    /*text-transform: uppercase;*/
    text-align: center;
    margin-bottom: 0em;
    color: #C2C2C2;
    padding: 0 0.2em;

    display: table-cell;
    vertical-align: middle;
}

#listings .box p.cat span.separator:last-child,
#related-products .box p.cat span.separator:last-child {
    display: none;
}

#listings .box a.btn,
#related-products .box a.btn {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    font-family: 'Arial', sans-serif; /*300,400,600,700,900*/
    font-weight: 600;
    font-size: 0.8em;
    text-transform: uppercase;
    text-align: center;
    letter-spacing: 0.08em;
    background: #8DC2EA;
    color: #fff;
    text-decoration: none;
    padding:  0.7em 0.8em;
    display: block; /*inline-block*/
    margin: 0.5em 0 0 0;
    -webkit-transition: background-color 0.5s;
    -moz-transition: background-color 0.5s;
    -o-transition: background-color 0.5s;
    -ms-transition: background-color 0.5s;
    transition: background-color 0.5s;
}

#listings .box a.btn:hover,
#related-products .box a.btn:hover {
    background: #5C5D61;
    color: #fff;
}
#listings .data {
    position: relative;
    background: #fff;
    margin-bottom: 1.5em;
    border: 1px solid #ccc;
    min-height:250px;
}

#listings .data .image-holder {
    position: relative;
}

#listings .data .image-holder img {
    width: 80%;
    display: block;
    margin: auto;
}

#listings .data .image-holder .logo {
    position: absolute;
    top: 1.5em;
    right: 0;
    width: auto;
    height: 48px;
}

#listings .data .copy {
    padding: 1em 2em;
    /*min-height: 300px;*/
}

#listings .data h2 {
    font-size: 1em;
    line-height: 1.2em;
    margin-bottom: 0em;
    min-height: 60px;
    font-weight: 700;
    color: #5C5D61;
}

#listings .data p {
    font-size: 0.85em;
    line-height: 1.5em;
    margin-bottom: 1.5em;
}

#listings .data p.cat {
    font-weight: 600;
    font-size: 0.8em;
    min-height: 60px;
    text-transform: uppercase;
    margin-bottom: 0.7em;
    color: #5C5D61;
}

#listings .data p.cat span.separator:last-child {
    display: none;
}

#listings .data a.btn {
    font-family: 'Arial', sans-serif; /*300,400,600,700,900*/
    font-weight: 600;
    font-size: 0.8em;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    background: #5C5D61;
    color: #fff;
    text-decoration: none;
    padding:  0.7em 0.8em;
    display: block; /*inline-block*/
    margin-bottom: 0em;
    -webkit-transition: background-color 0.5s;
    -moz-transition: background-color 0.5s;
    -o-transition: background-color 0.5s;
    -ms-transition: background-color 0.5s;
    transition: background-color 0.5s;
}

#listings .data a.btn:hover {
    background: #8DC2EA;
    color: #fff;
}
#listings .data .buttons {
    position: absolute;
    bottom: 0;
    width: 100%;
    display: block;
}

#listings .data .buttons .btn {
    margin-top: 5px;
}


/* IMAGE ZOOM */

#listings .item {
    position: relative;
    overflow: hidden;
}

#listings .image-holder {
    width: 100%;
    height: 0;
    padding-bottom: 80%; /*64*/
    overflow: hidden
}

#listings .item img {
    max-width: 100%;

    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
#listings .item:hover img {
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

/* PRODUCT SELECTOR --------- */
/* PRODUCT SELECTOR --------- */
/* PRODUCT SELECTOR --------- */
/* PRODUCT SELECTOR --------- */

.filter {
    position: relative;
}

.filter p {
    display: inline-block;
    background: #8DC2EA;
    color: #fff;
    min-width: 50px;
    cursor: pointer;
    margin: 0.4em !important;
    padding: 0 0.5em;
    line-height: 3;
    text-align: center;
}

.filter p:hover {
    background: #5C5D61;
}

@keyframes zoom-in {
    0% {
        transform: scale(.1);
    }
    100% {
        transform: none;
    }
}

.is-animated {
    animation: .6s zoom-in;
}

/* product backgrounds */

.filter p.network-monitoring,
#listings .box a.btn.network-monitoring,
#related-products .box a.btn.network-monitoring,
.filter p.surveillance-du-reseau,
#listings .box a.btn.surveillance-du-reseau,
#related-products .box a.btn.surveillance-du-reseau {
    background: #8DC2EA;
}

.filter p.flow-measurement,
#listings .box a.btn.flow-measurement,
#related-products .box a.btn.flow-measurement,
.filter p.mesure-de-debit,
#listings .box a.btn.mesure-de-debit,
#related-products .box a.btn.mesure-de-debit {
    background: #006699;
}

.filter p.leak-detection,
#listings .box a.btn.leak-detection,
#related-products .box a.btn.leak-detection,
.filter p.detection-de-fuites,
#listings .box a.btn.detection-de-fuites,
#related-products .box a.btn.detection-de-fuites {
    background: #004a6f;
}

.filter p.remote-leak-location,
#listings .box a.btn.remote-leak-location,
#related-products .box a.btn.remote-leak-location,
.filter p.localisation-fuites-a-distance,
#listings .box a.btn.localisation-fuites-a-distance,
#related-products .box a.btn.localisation-fuites-a-distance {
    background: #1a76a3;
}

.filter p.local-leak-location,
#listings .box a.btn.local-leak-location,
#related-products .box a.btn.local-leak-location,
.filter p.localisation-fuites-locale,
#listings .box a.btn.localisation-fuites-locale,
#related-products .box a.btn.localisation-fuites-locale {
    background: #00AAEE;
}

.filter p.leak-listening-confirmation,
#listings .box a.btn.leak-listening-confirmation,
#related-products .box a.btn.leak-listening-confirmation,
.filter p.ecoute-confirmation-fuite,
#listings .box a.btn.ecoute-confirmation-fuite,
#related-products .box a.btn.ecoute-confirmation-fuite {
    background: #0c2858;
}

.filter p.remote-telemetry,
#listings .box a.btn.remote-telemetry,
#related-products .box a.btn.remote-telemetry {
    background: #006699;
}
.filter p.scada,
#listings .box a.btn.scada,
#related-products .box a.btn.scada {
    background: #006699;
}
.filter p.business-optimisation,
#listings .box a.btn.business-optimisation,
#related-products .box a.btn.business-optimisation {
    background: #006699;
}

.filter p:hover,
#listings .box a.btn:hover,
#related-products .box a.btn:hover {
    background: #5C5D61;
}

/* NEWS & EVENTS ------------ */
/* NEWS & EVENTS ------------ */
/* NEWS & EVENTS ------------ */
/* NEWS & EVENTS ------------ */

.posts-grid {
    position: relative;
    margin: 0 auto;
}

.posts-grid .post-item {
    width: 30%;
    min-height: 516px;
    margin: 0 20px 1em 20px;
    padding: 1em; /*0 1em*/
    border-bottom: 4px solid #8DC2EA;
    background-color: rgba(230,237,247,0.8);
    float: left;
    box-sizing: border-box;
}

.post-item img {
    display: block;
    width: 100%;
}

.post-item h2 {
    line-height: 1em;
    font-size: 22px;
    font-weight: normal;
    margin: 12px 0;
}
.post-item h3 {
    line-height: 1em;
    font-size: 18px;
    font-weight: normal;
    margin: 0 0 0.5em 0;
}
.post-item a {
    color: #3D628F;
    text-decoration: none;
}

.post-item p {
    font-size: 14px;
    line-height: 1.6em;
    margin: 12px 0;
}

.post-item li {
    font-family: 'Arial', sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.6em;
}

.post-item p.date {
    font-size: 0.75em;
    color: #999;
    float: left;
}

.post-item p.more {
    font-weight: 600;
    float: right;
}

.post-item .more a {
    text-transform: uppercase;
}

.post-item a:hover {
    color: #8DC2EA;
}

/* PARTNER PORTAL DOWNLOADS   */
/* PARTNER PORTAL DOWNLOADS   */
/* PARTNER PORTAL DOWNLOADS   */
/* PARTNER PORTAL DOWNLOADS   */

#partner-downloads {
    margin-bottom: 2em;
}
#partner-downloads .new-downloads {
    background-color: rgba(230,237,247,0.8);
    box-sizing: border-box;
    background-clip: content-box;
    margin-bottom: 2em;
}

#partner-downloads h2,
#partner-downloads .new-downloads h3 {
    text-align: center;
}

#partner-downloads .new-downloads .image {
    padding: 0 10px;
}

#partner-downloads .new-downloads .links {
    padding: 0 10px;
    border-bottom: 4px solid #8DC2EA;
}

#partner-downloads a {
    color: #3D628F;
    text-decoration: none;
}

#partner-downloads a:hover {
    color: #8DC2EA;
    text-decoration: underline;
}

/* FORMS ---------------------*/
/* FORMS ---------------------*/
/* FORMS ---------------------*/
/* FORMS ---------------------*/

.formwrap {
	background: #eee;
	border: 1px solid #ddd;
	padding: 10px 30px 30px 30px;
	margin-bottom: 30px;
}

body .gform_wrapper {
    margin: 0 0 0 0;
    padding: 0 0 0 0;
}

body .gform_body .gform_fields .gfield .ginput_container {
    margin: 0 0 0 0;
    padding: 0 0 0 0;
}

body .gform_wrapper ul li {
    margin-bottom: 1em!important;
    margin-top: 0!important;
	background-image: none!important;
	padding: 0 10px 0 0!important; /*0 0 0 1.2em*/
    margin: 0 0 0.5em 0!important;
}

body .gform_wrapper h2.gsection_title {
	margin-bottom: 10px!important;
}

body .gform_wrapper .gform_body .gform_fields .gfield .gfield_label {
    font-family: 'Arial', sans-serif; /*300 400 700*/
    font-weight: 400;
    font-size: 0.85em;
    color: #666!important;
    margin: 0 0 0.5em 0;
}

body .gform_wrapper .gform_body .gform_fields .gfield input[type=text] {
    font-family: 'Arial', sans-serif; /*300 400 700*/
    font-weight: 400!important;
    font-size: 0.85em!important;
    color: #666;
    background: rgb(255, 255, 255);
    background: rgba(255, 255, 255, 1);
    border: none!important;
    padding: 0.9em!important;
    margin: 0 0 0 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

body .gform_wrapper .gform_body .gform_fields .gfield select {
    font-family: 'Arial', sans-serif; /*300 400 700*/
    font-weight: 400!important;
    font-size: 0.85em!important;
    color: #666;
    background: rgb(255, 255, 255);
    background: rgba(255, 255, 255, 1);
    border: none!important;
    padding: 0.7em!important;
    margin: 0 0 0 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

body .gform_wrapper .gform_body .gform_fields .gfield textarea {
    font-family: 'Arial', sans-serif; /*300 400 700*/
    font-weight: 400;
    font-size: 0.85em;
    color: #666!important;
    background: rgb(255, 255, 255);
    background: rgba(255, 255, 255, 1);
    border: none!important;
    padding: 0.5em;
    margin: 0 0 0 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.ginput_container_address input {
    margin-bottom: 10px !important;
}

body .gform_wrapper .gform_footer {
    margin: 0 0 0 0;
    padding: 0 0 0 0;
}

body .gform_wrapper .gform_body .gform_fields .gfield .gfield_label .gfield_required {color: red}

body .gform_wrapper .gform_footer input[type=submit] {
    font-family: 'Arial', sans-serif; /*300 400 700*/
    font-weight: 400;
    font-size: 0.8em;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    background: #3D628F;
    color: #ffffff;
    text-decoration: none;
    padding:  1em 2em;
    display: block;
    margin: 0 0 0 0;
    border: none;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    transition: all 0.5s;
}

.gform_wrapper .gform_footer input.button:hover {
    background: #666;
}

#input_3_7_1, #input_3_7_2 {
    margin-bottom: 4px;
}

#gform_wrapper_1 input::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color:    #999;
}
#gform_wrapper_1 input:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color:    #999;
    opacity:  1;
}
#gform_wrapper_1 input::-moz-placeholder { /* Mozilla Firefox 19+ */
    color:    #999;
    opacity:  1;
}
#gform_wrapper_1 input:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color:    #999;
}
#gform_wrapper_1 input::-ms-input-placeholder { /* Microsoft Edge */
    color:    #999;
}

.gform_confirmation_message {
    font-family: 'Arial', sans-serif; /*300 400 700*/
    font-weight: 700;
}

#field_9_26 {
    border-bottom: none;
}

#field_9_26 .box p {
    font-size: 1.25em;
}

/* DISTRIBUTOR MAPS --------- */
/* DISTRIBUTOR MAPS --------- */
/* DISTRIBUTOR MAPS --------- */
/* DISTRIBUTOR MAPS --------- */

#euro-map {
    visibility: hidden;
    position: fixed;
    right: 50%;
    bottom: 50%;
    transform: translate(50%, 50%);
    z-index: 1010;
    width: 100%;
    max-width: 800px;
}

#euro-map img#close {
    position: absolute;
    top: -1em;
    right: -1em;
    cursor: pointer;
    z-index: 1010;
}

/* FOOTER --------------------*/
/* FOOTER --------------------*/
/* FOOTER --------------------*/
/* FOOTER --------------------*/

#footer {
    position: relative;
    padding: 1em 0 1em 0;
    background: #8DC2EA;
    border-top: 10px solid #D4E7F5;
}

#footer .right {
    text-align: right;
}

#footer p {
    font-size: 0.75em;
    color: #fff;
    line-height: 2em;
    margin: 0;
}

#footer ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

#footer li {
    font-family: 'Arial', sans-serif; /*300 400 700*/
    font-weight: 400;
    color: #fff;
    display: inline;
    font-size: 0.75em;
    line-height: 2em;
    margin: 0;
    padding: 0;
}

#footer li a {
    text-decoration: none;
    color: #fff;
}

#footer li a:hover {
    color: #3D628F;
}

#footer span {
    color: #fff;
    margin: 0 8px 0 10px;
}

/* CUSTOMER/PARTNER LOGINS ----------*/
/* CUSTOMER/PARTNER LOGINS ----------*/
/* CUSTOMER/PARTNER LOGINS ----------*/
/* CUSTOMER/PARTNER LOGINS ----------*/

.adminMenu a {
    font-family: 'Arial', sans-serif; /*300 400 700*/
    font-weight: 400;
    color: #333;
    text-decoration: none;
}

.adminMenu a:hover {
    text-decoration: underline;
}

/* REVIEWS -------------------*/
/* REVIEWS -------------------*/
/* REVIEWS -------------------*/
/* REVIEWS -------------------*/

#reviews {
    padding: 4em 0em 4em 0em;
    background-color: #f2f2f2;
    text-align: center;
    background-image: url(images/background-testimonial.jpg);
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
}

#reviews blockquote {
    font-family: 'Arial', sans-serif;
    font-weight: 400;
    font-size: 1.5em;
    font-style: italic;
    margin: 0.25em 0;
    padding: 0.25em 6em;
    line-height: 1.5;
    position: relative;
    color: #5C5D61;
    text-align:left;
}

#reviews blockquote:before {
    display: block;
    content: "\201C";
    font-size: 130px;
    position: absolute;
    left: 60px;
    top: -45px;
    color:#3D628F;
}

#reviews blockquote cite {
    font-family: 'Arial', sans-serif; /*400 500 600*/
    font-style: normal;
    color: #24933c;
    font-size: 0.55em;
    display: block;
    margin-top: 1.5em;
}

#reviews blockquote cite:before {
    content: "\2014 \2009";
}

/* =WordPress Core
-------------------------------------------------------------- */
.alignnone {
    margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 10px auto 20px auto;
}

.alignright {
    float:right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

a img.alignnone {
    margin: 5px 20px 20px 0;
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.wp-caption {
    background: #fff;
    /*border: 1px solid #f0f0f0;*/
    max-width: 96%; /* Image does not overflow the content area */
    /*padding: 5px 3px 10px;*/
    text-align: center;
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}

.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
	color: red;
}

.wp-caption-text {
	font-size: 13px;
	font-style: italic;
	padding: 10px 0 0 0;
}


/* Img Wrap
-------------------------------------------------------------- */
.fgsp-img-wrap {
    margin-top:1em!important;
}

/*Pop up-------------------------------------------------------------- */
.pum-theme-44130 .pum-title, .pum-theme-lightbox .pum-title {
    font-family: 'Arial', sans-serif!important; /*400 600 700*/
    font-weight: 400!important;
    font-size: 1.9em!important;
    color: #3D628F!important;
    margin: 0 0 0.5em 0!important;
}

.pum-theme-44130 .pum-container, .pum-theme-lightbox .pum-container {
    border: 8px solid #3D628F!important;
    box-shadow: 0px 0px 30px 0px rgba( 2, 2, 2, 1.00 );
    background-color: rgba( 255, 255, 255, 1.00 );
}
#slider .slider-image {
    background: transparent url('/wp-content/uploads/2017/06/circle-image-sml7.gif') no-repeat;
    background-size: cover;
    display: inline-block;
}


.slider-image {
    background-image: url('http://www.tenderbar.dk/vladlens/wp-content/uploads/2015/08/Privat_knap_small_hover.png');
}

.slider-image img {
    opacity: 0;
}

/* MEDIA QUERIES --------------------*/
/* MEDIA QUERIES --------------------*/
/* MEDIA QUERIES --------------------*/
/* MEDIA QUERIES --------------------*/


/* MOBILE VERTICAL */
@media (max-width: 414px) {

    /* NEWSLETTER */

    #newsletter {
        width: 330px;
        height: 330px;
    }

    #newsletter .gform_wrapper {
        left: 1em;
    }

    /* SLIDER */

    #banner-home .images {
        display: block;
		z-index: 100;
    }

    /* NAV */

    .js #nav {
        display:none;
    }

    .js .slicknav_menu {
        display:block;
    }

    #banner-home h3.innovation {
        bottom: 60%;
    }

    .posts-grid .post-item {
        width: 100%;
        margin: 0 0 1em 0;
    }

    #bottom-product-tab {
        width: 150px;
        height: 35px;
        bottom: 18px;
        padding: 0 0.5em;
        border-bottom-left-radius: 5px;
        border-bottom-right-radius: 5px;
    }
    #bottom-product-tab p {
        line-height: 2.5em;
    }

    #reviews blockquote {
        padding: 0;
    }
    #reviews blockquote:before {
        content: "";
        display: none;
    }
}

/* MOBILE HORIZONTAL */
@media (min-width: 415px) and (max-width: 767px) {

    /* NEWSLETTER */

/*    #newsletter {
        width: 350px;
        height: 350px;
    }
*/
    /* SLIDER */

    #banner-home .images {
        display: block;
		z-index: 100;
    }

    /* NAV */

    .js #nav {
        display:none;
    }

    .js .slicknav_menu {
        display:block;
    }

    /* INTRO */

    #intro .inner {
        background-image: none;
    }

    .posts-grid .post-item {
        width: 42%;
    }

    /* FOOTER */

    #footer .right {
        text-align: left;
    }

    #listings .box a.btn {
        position: static;
    }

    #bottom-product-tab {
        width: 150px;
        height: 35px;
        bottom: 18px;
        border-bottom-left-radius: 5px;
        border-bottom-right-radius: 5px;
    }
    #bottom-product-tab p {
        line-height: 2.5em;
    }

}

/* TABLET VERTICAL */
@media (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
    #banner h3.innovation {
        bottom: 33%;
        font-size: 24px;
    }

    #banner .images .banner,
    #banner .right-images {
        height: 150px !important;
    }
}

/* DESKTOP > TABLET */
@media (min-width: 768px) and (max-width: 1024px) {


    /* NAV */

    .js #nav {
        display:none;
    }

    .js .slicknav_menu {
        display:block;
    }

    #banner-home .box {
        padding-bottom: 54%;
    }

    #banner .images .banner,
    #banner .right-images {
        height: 200px;
    }

    /* INTRO */

    #intro .inner {
        background-size: 350px auto;
        background-position: 95% 20%;
    }

    .posts-grid .post-item {
        width: 42%;
    }

}

/* DESKTOP */
@media (min-width: 1025px) {}

.gform_wrapper.gf_browser_chrome .gfield_checkbox li input, .gform_wrapper.gf_browser_chrome .gfield_checkbox li input[type=checkbox] {
	margin-top: -18px!important;
}

.gform_wrapper ul.gfield_checkbox, .gform_wrapper ul.gfield_radio {
	background-color: #fff;
	padding: 0.8em 0em 0.1em 0.9em!important;
    width: calc(100% + 0px)!important;
}
.gform_wrapper a:link{
text-decoration:underline;
	color:#666;
}
.gform_wrapper a:active{
text-decoration:underline;
	color:#666;
}
.gform_wrapper a:visited{
text-decoration:underline;
	color:#666;
}
.gform_wrapper a:hover{
text-decoration:underline;
	color:#666;
}
input#choice_9_27_1 {
	margin-top:6px!important;
}
