/*
 Theme Name:	Searchuser
 Theme URI:	http://newstartsite.wp.webuserhost.nl
 Description:	Searchuser Theme
 Author:	Searchuser
 Theme URI:	http://www.searchuser.nl
 Template:	nisarg
 Version:	1.0.0
*/

@import url("../nisarg/style.css");

/* =Theme customization starts here
------------------------------------------------------- */

body {
    background: white;
    overflow-x: hidden;
    position: relative;
}

html.html {
    margin-top: 0 !important;
    min-height: 100%;
    overflow-y: scroll;
}

html #wpadminbar {
    position: fixed;
}

.home {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    background-attachment: fixed;
}


/*.home,*/

.search-bar {
    background-image: url(/wp-content/themes/searchuser/assets/images/home-image.jpg);
    background-color: #cccccc;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

.home .search-bar {
    color: white;
    text-shadow: 0 0 10px grey;
    height: 550px;
    padding-top: 150px;
}

.search-bar .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    margin-top: 50px;
}

.search-bar .container:before,
.search-bar .container:after {
    content: initial;
}

.search-bar h2 {
    color: white;
    text-shadow: 0 0 10px grey;
    margin-left: 20px;
}

.home,
.home #page {
    min-height: 100%;
}


/*.home*/

#page {
    padding-bottom: 30px;
}

.post-content,
.single-post-content,
.post-comments,
.comments-area,
#secondary .widget {
    box-shadow: none;
    background: transparent;
}

.entry-title {
    font-family: 'Roboto';
    font-size: 25px;
    font-weight: 700;
    color: #01963A;
    text-transform: none;
    text-align: left;
    overflow: visible;
    margin: 5px 0 15px;
}

.entry-header,
.entry-content,
.entry-summary {
    padding: 0;
    text-align: left;
    overflow: visible;
}

.entry-footer {
    display: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Roboto';
    text-transform: none;
    color: inherit;
}

#masthead .navbar-collapse ul.navbar-nav li a,
.jsn-bootstrap3 h1,
.jsn-bootstrap3 h2,
.jsn-bootstrap3 h3,
.jsn-bootstrap3 h4,
.jsn-bootstrap3 h5,
.jsn-bootstrap3 h6,
.jsn-bootstrap3 .h1,
.jsn-bootstrap3 .h2,
.jsn-bootstrap3 .h3,
.jsn-bootstrap3 .h4,
.jsn-bootstrap3 .h5,
.jsn-bootstrap3 .h6 {
    font-family: 'Roboto' !important;
    margin-top: 0 !important;
}

h1 {
    font-size: 60px;
    margin-bottom: 40px;
}

h2 {
    font-size: 30px;
    margin-top: 30px;
    margin-bottom: 30px;
}

h3 {
    font-size: 24px;
    margin-top: 30px;
    margin-bottom: 15px
}

h4 {
    font-size: 16px;
}

body,
button,
input,
select,
textarea,
p {
    font-family: 'Roboto';
    font-size: 14px;
    line-height: 22px;
}

input[type=text],
input[type=email],
input[type=url],
textarea {
    width: 100%;
    color: #3c3c3c;
}

i.fa {
    color: inherit;
}

a.btn .fa {
    color: white;
    font-weight: 400;
}

img {
    margin: 0;
}

a[href] {
    color: #9b9b9b;
}

a[href]:active,
a[href]:focus,
a[href]:hover {
    color: #01963A;
}

a:empty {
    display: inline-block;
    position: relative;
    top: -250px;
}

.entry-content a,
#secondary .widget a {
    color: #04B431;
    text-decoration: underline;
}

.entry-content a:hover,
#secondary aside.widget a:hover {
    color: #666;
}

a.no-styling {
    text-decoration: none;
    color: inherit;
}

footer#colophon a {
    color: white;
}

.navbar .contact-bar span a:active,
.entry-title a:active,
h2.entry-title a:active,
footer#colophon a:active,
footer#colophon a:active .fa,
.navbar .contact-bar span a:focus,
.entry-title a:focus,
h2.entry-title a:focus,
footer#colophon a:focus,
footer#colophon a:focus .fa,
.navbar .contact-bar span a:hover,
.entry-title a:hover,
h2.entry-title a:hover,
footer#colophon a:hover,
footer#colophon a:hover .fa {
    color: #01963A;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"],
a.btn,
a.btn:visited {
    border-radius: 0;
    border: 0;
    background: #04B431;
    /*background: #01963A !important;*/
    color: white;
    font-size: inherit;
    font-weight: 400;
    padding: 5px 15px;
    text-decoration: none;
    border-radius: 5px;
}

button:active,
button:focus,
button:hover,
html input[type="button"]:active,
html input[type="button"]:focus,
html input[type="button"]:hover,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="reset"]:hover,
input[type="submit"]:active,
input[type="submit"]:focus,
input[type="submit"]:hover,
a.btn:active,
a.btn:focus,
a.btn:hover {
    border-radius: 0;
    border: 0;
    color: white;
    -webkit-filter: brightness(120%);
    filter: brightness(120%);
    outline-color: transparent;
    border-radius: 5px;
}

.gform_wrapper form .gform_footer input.button,
.gform_wrapper form .gform_footer input[type=image],
.gform_wrapper form .gform_footer input[type=submit] {
    font-size: 22px;
    font-weight: 600;
}

.col-md-3,
.col-md-9 {
    width: auto;
    float: none;
}

a.btn-default:hover,
a.btn-default:focus {
    border: 0;
}

.owl-caption:after,
.header-caption:after {
    content: "";
    display: block;
    height: 0px;
}

.owl-caption.adjusted:after,
.header-caption.adjusted:after {
    height: 1px;
}

section.error-404 {
    margin-bottom: 60px;
}

input[type="search"].search-field {
    width: calc(100% - 35px);
}

button.search-submit {
    border-radius: 0 3px 3px 0;
    width: 35px;
}

.search-submit:before {
    line-height: 35px;
}

.wpml-ls-legacy-list-horizontal {
    padding: 0;
}

blockquote {
    background: white;
}

blockquote p {
    font-style: normal;
}

.page-id-145 .company-info input {
    padding-right: 240px;
    border: none;
    margin-left: -6px;
}

.page-id-935 .gform_legacy_markup_wrapper .gfield_radio li label {
    margin-top: 8px;
}


/* Header
=========================================== */

#masthead {
    margin-bottom: 45px;
}

#spacer {
    display: none;
}

.navbar {
    width: 100%;
    box-shadow: none;
    text-transform: none;
    border: none;
    -webkit-box-shadow: 0 -15px 30px 5px rgba(0, 0, 0, .2);
    box-shadow: 0 -15px 30px 10px rgba(0, 0, 0, .2);
}

.navbar .contact-bar {
    background: #BDBDBD;
    width: 100%;
    z-index: 20000;
}

.navbar .contact-bar>div {
    padding: 0 15px;
    margin: auto;
    overflow: hidden;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.navbar .contact-bar .fa,
.navbar .contact-bar span {
    color: #ffffff;
    font-size: 1.1em;
    text-transform: none;
}

.navbar .contact-bar span {
    line-height: 30px;
    display: inline-block;
}

.navbar .contact-bar span:not(:last-child) {
    margin-right: 50px;
}

.navbar .contact-bar a {
    color: inherit;
    /*text-decoration: underline;*/
    text-decoration: none;
}

.navbar #text-7,
.navbar #text-7 a {
    font-size: 1.15em;
    letter-spacing: 1px;
    color: #ffffff;
    animation: pulse 2s ease 0s 1 normal forwards;
    transition: 0.3s;
}

@keyframes pulse {
    0% {
        animation-timing-function: ease-out;
        transform: scale(1);
        transform-origin: center center;
    }
    10% {
        animation-timing-function: ease-in;
        transform: scale(0.91);
    }
    17% {
        animation-timing-function: ease-out;
        transform: scale(0.98);
    }
    33% {
        animation-timing-function: ease-in;
        transform: scale(0.87);
    }
    45% {
        animation-timing-function: ease-out;
        transform: scale(1);
    }
}

.navbar #text-7:hover a {
    letter-spacing: 3px;
    transition: 0.3s;
    color: #00ff00;
}

.navbar #text-7:hover i {
    color: #00ff00;
}

.navbar .contact-bar button,
.navbar .contact-bar input {
    font-size: 16px;
    line-height: 20px;
    font-weight: normal;
    border-radius: 0;
    border: 0;
    margin: 0;
}

.navbar .contact-bar button {
    background: #BDBDBD;
    padding: 10px 25px;
    transition: 0.3s;
}

.navbar .contact-bar button:active,
.navbar .contact-bar button:focus,
.navbar .contact-bar button:hover {
    background: #9b9b9b !important;
    color: #00ff00;
    transition: 0.3s;
}

.navbar .contact-bar button .fa {
    display: none !important;
}

.navbar .contact-bar .widget .search-submit:before {
    line-height: 26px;
}

#navigation_menu:before,
#navigation_menu:after {
    content: initial;
}

.navbar-header {
    position: relative;
    float: none;
    height: auto;
    display: inline-block;
}

.navbar-default .navbar-toggle {
    display: inline-block;
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    border: none;
}

.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
    background-color: #01963A;
    border-radius: 5px;
}

.navbar-toggle .icon-bar {
    height: 3px;
}

.navbar-collapse.collapse {
    position: relative;
    display: none !important;
}

.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
    max-height: none;
}

.navbar-collapse.collapse.in {
    display: block !important;
}

#masthead .navbar-brand {
    bottom: 10px;
    z-index: 10000;
    padding: 5px 0;
    margin: 0;
    height: auto;
}

.navbar-brand img {
    margin: 0;
}

.navbar-nav {
    position: absolute;
    right: 0;
    bottom: 23px;
}

#masthead .col-md-3 {
    margin-left: 0;
    width: 25%;
    padding: 0;
}

#masthead .col-md-9 {
    width: 75%;
    float: left;
    padding: 0;
}

.navbar-default .navbar-nav>li>a {
    border: 0;
    padding: 0 15px;
    text-decoration: none;
}

ul.nav li.dropdown:hover>ul.dropdown-menu {
    border: 0;
    border-radius: 0;
    padding: 30px 0 0 0;
    box-shadow: none;
}

.navbar-default .navbar-nav>li>.dropdown-menu>li>a {
    line-height: 2;
    text-decoration: none;
    padding: 3px 15px;
}

.navbar-default .navbar-nav .dropdown-menu>.active>a,
.navbar-default .navbar-nav .dropdown-menu>.active>a:hover,
.navbar-default .navbar-nav .dropdown-menu>.active>a:focus {
    background-color: #fff;
    color: #01963A;
}

.navbar.navbar-default .navbar-nav>.active>a,
.navbar.navbar-default .navbar-nav>.active>a:hover,
.navbar.navbar-default .navbar-nav>.active>a:focus {
    border: 0;
    background: #01963A;
    color: white;
    padding: 0 15px;
}

.navbar.navbar-default .navbar-nav>li>a:hover,
.navbar.navbar-default .navbar-nav>li>a:focus {
    color: #01963A;
}

.navbar.navbar-default .navbar-nav>li>.dropdown-menu>li>a:hover,
.navbar.navbar-default .navbar-nav>li>.dropdown-menu>li>a:focus {
    background: #01963A;
    color: white;
}

.navbar-default {
    background: #ffffff;
    /*background: #fffcef; /* Old browsers */
    /*background: -moz-linear-gradient(top, #fffcef 0%, #fff082 100%); /* FF3.6-15 */
    /*background: -webkit-linear-gradient(top, #fffcef 0%,#fff082 100%); /* Chrome10-25,Safari5.1-6 */
    /*background: linear-gradient(to bottom, #fffcef 0%,#fff082 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    /*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fffcef', endColorstr='#fff082',GradientType=0 ); /* IE6-9 */
}

.navbar .caret {
    display: none;
}

.nav>li:not(.active):last-child>a {
    margin-right: -15px;
}

#masthead div.mega-menu-toggle {
    background: transparent;
    border-width: 1px 0;
    border-style: solid;
    margin: 0 -35px;
}

#masthead .navbar-collapse,
#masthead .wr-megamenu-container,
#masthead #mega-menu-wrap-primary {
    background: transparent !important;
}

#masthead .navbar-collapse ul.navbar-nav li,
#masthead .wr-megamenu-container ul.wr-mega-menu>li {}

#masthead .wr-megamenu-container ul.wr-mega-menu li>ul.sub-menu,
#masthead .wr-megamenu-container ul.wr-mega-menu li>.wr-megamenu-inner {
    -webkit-transform: none;
    transform: none;
    transition: none;
    opacity: 1;
    visibility: visible;
    left: 0 !important;
    background: rgba(255, 255, 255, 0.9);
    padding-top: 50px;
    border: none;
}

#masthead .wr-megamenu-container ul.wr-mega-menu li:not(.active)>ul.sub-menu,
#masthead .wr-megamenu-container ul.wr-mega-menu li:not(.active)>.wr-megamenu-inner {
    visibility: hidden;
}

#masthead .wr-megamenu-inner .jsn-bootstrap3>h3 {
    padding: 0 25px;
    font-size: 16px;
    margin-bottom: 0;
}

#masthead .navbar-collapse ul.navbar-nav li a,
#masthead .wr-megamenu-container ul li a,
#masthead #mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-item>a.mega-menu-link {
    color: #3c3c3c;
    transition: 0.3s;
    height: 114px;
    padding: 15px;
}

#masthead .navbar-collapse ul.navbar-nav li a,
#masthead #mega-menu-wrap-primary #mega-menu-primary a.mega-menu-link .mega-description-group {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-direction: column;
    height: 100%;
}

#masthead #mega-menu-wrap-primary #mega-menu-primary a.mega-menu-link .mega-description-group:after {
    display: none;
    content: "Meer informatie\2002\f063";
    font-family: fontawesome, Roboto, sans-serif;
    padding: 8px 12px;
    background: #9b9b9b;
    color: white;
    line-height: 1;
}

html[lang="en-US"] #masthead #mega-menu-wrap-primary #mega-menu-primary a.mega-menu-link .mega-description-group:after {
    content: "More information\2002\f063";
}

html[lang="de-DE"] #masthead #mega-menu-wrap-primary #mega-menu-primary a.mega-menu-link .mega-description-group:after {
    content: "Mehr Informationen\2002\f063";
}

html[lang="fr-FR"] #masthead #mega-menu-wrap-primary #mega-menu-primary a.mega-menu-link .mega-description-group:after {
    content: "Plus d'information\2002\f063";
}

#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-flyout.mega-menu-item-has-children>a.mega-menu-link:after,
#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-flyout li.mega-menu-item-has-children>a.mega-menu-link:after,
#mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-item-has-children>a.mega-menu-link:after {
    display: none;
}

#masthead .navbar-collapse ul.navbar-nav li:hover a,
#masthead .navbar-collapse ul.navbar-nav li.active a,
#masthead .wr-megamenu-container ul li:hover a,
#masthead .wr-megamenu-container ul li.active a,
#masthead #mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-item>a.mega-menu-link:hover,
#masthead #mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-item>a.mega-menu-link:active,
#masthead #mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-item>a.mega-menu-link:focus,
#masthead #mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-item.mega-toggle-on>a.mega-menu-link {
    color: white;
    background: #BDBDBD !important;
    transition: 0.3s;
}

#masthead #mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-item>a.mega-menu-link:hover .mega-description-group:after,
#masthead #mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-item>a.mega-menu-link:active .mega-description-group:after,
#masthead #mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-item>a.mega-menu-link:focus .mega-description-group:after,
#masthead #mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-item.mega-toggle-on>a.mega-menu-link .mega-description-group:after {
    color: #3c3c3c !important;
    background: white;
}

#mega-menu-wrap-primary #mega-menu-primary a.mega-menu-link .mega-description-group .mega-menu-title {
    font-family: Roboto;
    font-size: 20px;
    font-weight: bold;
    margin-top: 30px;
}

#mega-menu-wrap-primary #mega-menu-primary a.mega-menu-link .mega-description-group .mega-menu-description {
    display: none;
    font-size: 18px;
    font-style: normal;
}


/*#masthead .wr-megamenu-container ul li a h5 {
    margin-bottom: 0;
}

#masthead .wr-megamenu-container ul li a button {
    color: white;
    background: #9b9b9b !important;
    margin-top: 5px;
}

#masthead .wr-megamenu-container ul li:hover a button,
#masthead .wr-megamenu-container ul li.active a button {
    color: #3c3c3c;
    background: white !important;
    -webkit-filter: none;
    filter: none;
}

#masthead .wr-mega-menu li a i {
    margin: 0;
}*/

#masthead .mega-sub-menu-buttons,
#masthead .mega-sub-menu-items {
    display: inline-block;
    vertical-align: top;
}

#masthead .mega-sub-menu-title {
    margin-bottom: 15px;
}

#masthead .mega-sub-menu-button {
    padding: 8px 40px 8px 12px;
    border: 2px solid #c1c1c1;
    margin: 5px 0 15px;
    position: relative;
    cursor: pointer;
}

#masthead .mega-block-title {
    display: none;
}

#masthead .mega-sub-menu-button:hover {
    background: #9c9c9c;
    border-color: #9b9b9b;
    color: white;
}

#masthead .mega-sub-menu-button:after {
    content: "\f061";
    font-family: fontawesome;
    position: absolute;
    right: 15px;
    top: calc(50% - 12px);
}

.site-header {
    margin: 0;
}

.site-header .site-branding {
    max-width: 100%;
    position: relative;
    top: 0;
    left: 0;
    margin-right: 0;
    -webkit-transform: none;
    transform: none;
}

#masthead .site-header .site-branding .youtube-container {
    position: relative;
    height: 0;
    width: 100%;
    padding-top: calc(720 / 1400 * 100%);
    overflow: hidden;
}

#masthead .site-header .site-branding .youtube-container iframe {
    position: absolute;
    top: -4.65%;
    left: 0;
    height: 109.3%;
    width: 100%;
    border: 0;
}

#masthead .image-container {
    height: 400px;
}

#masthead .image-container img {
    position: absolute;
    min-height: 100%;
    min-width: 100%;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

#masthead div.owl-stage-outer {
    margin: 0;
    padding: 0;
    z-index: 1;
}

#masthead .owl-carousel .foo-item {
    max-height: none;
}

#masthead .owl-carousel .owl-item,
.owl-carousel .owl-item img {
    margin: 0;
    padding: 0;
}

#masthead .owl-carousel .owl-item img {
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    position: relative;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

#masthead .owl-carousel .owl-nav {
    position: absolute;
    width: 100%;
    height: 0;
    margin: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

#masthead .owl-carousel .owl-down,
.owl-down {
    position: absolute;
    color: #fff;
    font-size: 20px;
    margin: 5px;
    padding: 4px 7px;
    background: #ccc;
    display: inline-block;
    cursor: pointer;
    border-radius: 3px;
    bottom: 5%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

#masthead .owl-carousel .owl-down:hover,
.owl-down:hover {
    background: #666;
    color: #fff;
    text-decoration: none;
}

#masthead .owl-carousel .owl-down,
.owl-down,
#masthead .owl-carousel .owl-nav,
#masthead .owl-carousel .owl-dots {
    z-index: 2;
}

#masthead .owl-carousel .owl-nav>* {
    margin: 0 10px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.owl-carousel [class*=owl-] .fa,
.owl-down .fa {
    color: white;
}

#masthead .owl-carousel .owl-nav .owl-prev {
    left: 0;
}

#masthead .owl-carousel .owl-nav .owl-next {
    right: 0;
}

#masthead .owl-carousel .owl-dots {
    position: absolute;
    margin-right: 50px;
    right: 5%;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

#masthead .owl-carousel .owl-dots .owl-dot {
    display: block;
}

#masthead .owl-caption,
#masthead .header-caption {
    position: absolute;
    background: none;
    width: calc(90% - 100px);
    padding-right: 5%;
    left: 50%;
    top: 50%;
    bottom: initial;
    -webkit-transform: translate(-50%, -50%) translateY(-15px);
    transform: translate(-50%, -50%) translateY(-15px);
    text-align: left;
}

#masthead .large-header .foogallery-container .owl-caption,
#masthead .large-header .header-caption {
    -webkit-transform: translate(-50%, -50%) translateY(-75px);
    transform: translate(-50%, -50%) translateY(-75px);
}

#masthead .owl-caption h4,
#masthead .header-caption h4 {
    font-family: 'Roboto Slab', serif;
    font-weight: 600;
    font-size: 40px;
    line-height: 1.1;
    width: 100%;
    color: white;
}

#masthead .owl-caption p {
    font-family: 'Roboto Slab', serif;
    font-weight: 600;
    font-size: 25px;
    line-height: 1.1;
    width: 100%;
    color: white;
}

#masthead .large-header .foogallery-container .owl-caption p:after,
#masthead .large-header .header-caption p:after {
    content: "";
    display: block;
    height: 5px;
    width: 425px;
    max-width: 50%;
    background: white;
    margin-top: 20px;
}

#masthead .foo-item .owl-caption a,
#masthead .header-caption a {
    margin: 15px 0 0 0;
    background: none;
}


/* Footer
=========================================== */

footer#colophon {
    position: fixed;
    width: 100%;
    bottom: 0;
    background: #A4A4A4;
    padding: 0;
    min-height: 0;
    z-index: 100;
}

footer#colophon .site-info {
    margin: 0 auto;
    padding: 0 35px;
    text-align: left;
    font-size: 13px;
    line-height: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

footer#colophon .widget {
    padding: 0;
}

footer#colophon .menu {
    font-size: 14px;
    margin: 0 -15px;
    padding: 2px;
}

footer#colophon .menu>li {
    display: inline-block;
}

footer#colophon .menu>li>a {
    padding: 5px 15px;
    display: block;
}

footer#colophon a:hover {
    color: #00ff00;
}

footer#colophon .widget-title {
    display: none;
}

footer#colophon .fa {
    color: white;
    text-transform: none;
    font-size: 25px;
}

footer#colophon .fa-phone,
footer#colophon .fa-envelope {
    font-size: 15px;
}

footer#colophon .site-credits {
    margin: 0;
    padding: 0 20px;
    background: #1a1a1a;
}

footer#colophon .site-credits span {
    display: block;
    margin: auto;
    padding: 0 15px;
    font-size: 12px;
    line-height: 40px;
    text-decoration: underline;
}

footer#colophon .row:before,
footer#colophon .row:after {
    content: initial;
}


/* nisarg fix
============================================ */

ul.nav li.dropdown:hover>ul.dropdown-menu {
    border: 0;
    border-radius: 0;
    padding: 31px 0 0 0;
    box-shadow: none;
}

.dropdown-toggle {
    width: auto;
    background-color: transparent;
    background: none;
    height: 20px;
}

.dropdown-toggle:after {
    background-color: transparent;
    content: "";
}

.dropdown-toggle:hover,
.dropdown-toggle:focus {
    background: none;
}

.sub-menu {
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    background-color: transparent;
}

.sub-menu>li>a {
    padding: 0;
}

@media (min-width: 768px) {
    ul.nav li.dropdown:hover>ul.dropdown-menu {
        display: block;
    }
}


/* Sidebar
=========================================== */

#secondary .widget,
#secondary .widget ul,
#secondary .widget li {
    border: 0;
    padding: 0;
}

#secondary .widget-title {
    margin: 0;
    padding: 0;
    text-transform: none;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 20px;
}

#secondary h4.widget-title::after {
    content: none;
}


/* Blog/Archive
=========================================== */

.blog article,
.archive article {
    margin-bottom: 92px;
}

.blog article>*,
.archive article>* {
    vertical-align: top;
}

.has-post-thumbnail .featured-image {
    display: inline-block;
    padding: 0;
    overflow: hidden;
    width: 100%;
}

.has-post-thumbnail .featured-image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    margin: 0;
}

.has-post-thumbnail .article-container {
    display: inline-block;
    max-width: 100%;
}

article .entry-meta,
.read-more {
    text-align: left;
    text-transform: none;
}

.read-more a {
    font-size: 20px;
}

article .entry-meta {
    font-weight: 400;
    color: #424242;
}

article .entry-meta a {
    display: none;
    color: #01963A;
    text-decoration: underline;
}

article .entry-meta a:hover {
    color: #666;
}

.entry-header .entry-meta::after {
    content: none;
}


/* Shortcodes
====================================================================================== */

section.bg-section {
    position: relative;
    margin: 30px 0;
    padding: 30px 0;
}

section.bg-section .bg {
    position: absolute;
    height: 100%;
    min-width: 100vw;
    max-width: none;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    margin: 0;
    z-index: 0;
    background-size: cover;
    background-position: 50%;
}

section.bg-section * {
    position: relative;
    z-index: 1;
}

section.bg-section button {
    padding: 20px 25px;
    background: white !important;
    color: #2a3060;
    font-size: 22px;
    font-weight: bold;
}

.search-shortcode {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 450px;
    max-width: 100%;
}

.home .search-shortcode {
    width: 700px;
    margin: auto;
}

.search-shortcode label {
    flex-grow: 1;
    width: auto;
    margin: 5px 15px;
}

.search-shortcode label input[type="search"].search-field {
    width: 100%;
    font-size: 16px;
    padding: 10px 15px;
}

.home .search-shortcode label input[type="search"].search-field {
    margin-top: 100px;
    padding: 20px 30px;
    font-size: 22px;
    border-radius: 15px;
}

.search-shortcode button {
    display: none;
    white-space: nowrap;
    margin: 5px 0;
    font-size: 18px;
}

.home .search-shortcode button {
    display: none;
    font-size: 22px;
}

div.su-tabs {
    background: none !important;
}

div.su-tabs-nav span.su-tabs-current,
div.su-tabs-pane {
    background: #f3f4f9 !important;
}

div.su-tabs-nav span {
    font-family: 'Roboto Slab', serif;
    font-size: 16px;
    font-weight: 600;
    padding: 5px 14px;
}

div.su-tabs-pane {
    padding: 30px;
}

.rss-container {
    background: #f1f1f9;
    padding: 20px;
    /*height: 560px;*/
}

.rss-frame {
    max-width: 100%;
    height: 490px;
    border: none;
    overflow: hidden;
}

.news-block,
.posts-carousel-block {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
    margin-top: 25px;
    background: #f1f1f9;
    padding: 40px 40px 0;
}

.news-block article,
.posts-carousel-block>.post {
    width: 30%;
    margin-bottom: 40px;
    transition: opacity 1s;
}

.news-block article>a,
.posts-carousel-block>.post>a {
    display: block;
    max-width: 400px;
}

.news-block .article-thumbnail,
.posts-carousel-block .article-thumbnail {
    position: relative;
    width: 100%;
    height: 0;
    padding-top: 67%;
    overflow: hidden;
    background-size: cover;
    background-position: 50%;
}

.posts-carousel-block>.post .content>h2 {
    height: 70px;
    overflow: hidden;
}

.posts-carousel-block>.post .content>.excerpt {
    height: 110px;
    overflow: hidden;
    position: relative
}

.posts-carousel-block>.post .content>.excerpt:after {
    content: "";
    width: 100%;
    height: 20px;
    position: absolute;
    bottom: 0;
    left: 0;
    background: linear-gradient(rgba(241, 241, 241, 0), rgba(241, 241, 241, 1));
}

.news-block .read-more-container,
.posts-carousel-block .read-more-container {
    margin-top: 15px;
}

.ajax[class*='-container'] {
    transition: opacity 1s;
}


/* Misc
====================================================================================== */

.entry-content div.owl-carousel {
    padding: 0 50px;
}

div.owl-carousel .owl-item {
    vertical-align: middle;
    float: none;
    display: inline-block;
    transition: filter .5s;
}

div.owl-carousel .owl-item:not(:hover) {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}

div.foo-item {
    text-align: center;
}

div.foo-item a {
    margin: 0;
    display: inline;
}

div.owl-carousel .owl-nav {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: calc(100% - 100px);
    height: 0;
    margin: 0;
}

div.owl-carousel .owl-nav [class*=owl-] {
    margin: 0 10px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    margin: 0;
    background: transparent;
    padding: 0;
    line-height: 30px;
    font-size: 0;
    width: 30px;
    height: 30px;
}

div.owl-carousel .owl-nav [class*=owl-]:after {
    font-family: fontawesome;
    font-size: 30px;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    color: #2a3060;
    text-align: center;
}

div.owl-carousel .owl-nav [class*=owl-]:hover {
    background: transparent;
}

div.owl-carousel .owl-nav .owl-prev {
    left: -50px;
}

div.owl-carousel .owl-nav .owl-next {
    right: -50px;
}

div.owl-carousel .owl-nav .owl-prev:after {
    content: '\f053';
}

div.owl-carousel .owl-nav .owl-next:after {
    content: '\f054';
}

div table {
    border-collapse: collapse;
    overflow: hidden;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

th,
td {
    padding: 15px;
    background-color: white;
    color: black;
}

.table-responsiv {
    width: 100%;
    padding: 0px;
    margin-bottom: 0px;
    overflow-y: hidden;
    overflow-x: auto;
    min-height: 0.01%;
}


/* Advertisements
=========================================== */

.company-container.is-advertisement {
    display: flex;
    justify-content: space-between;
    background: #e0f3fb;
    min-height: 150px;
    padding: 15px;
    margin-bottom: 25px;
    flex-wrap: wrap;
    border: 2px solid #D8D8D8;
    border-radius: 10px;
}

.company-container.is-advertisement .company-logo {
    background-size: contain;
    background-repeat: no-repeat;
    min-width: 120px;
    width: 120px;
    height: 120px;
    margin-right: 15px;
}

.company-container.is-advertisement .company-info {
    flex-grow: 1;
    flex-basis: 300px;
}

.company-container.is-advertisement .company-info span.ad {
    color: #FAFAFA;
    background-color: #BDBDBD;
    border: 2px solid #BDBDBD;
    padding: 4px 7px;
    border-radius: 5px;
    font-size: .6em;
    font-family: 'Roboto';
    display: inline-block;
    vertical-align: bottom;
    margin-left: 310px;
    margin-bottom: 20px;
}

.company-container.is-advertisement .company-info div.excerpt {
    max-height: 22px;
    overflow: hidden;
}

.company-container.is-advertisement .company-info .company-buttons {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.company-container.is-advertisement .company-info .company-buttons .separator {
    flex-grow: 1;
}

.company-container.is-advertisement .company-info .company-buttons button {
    background-color: #04B431;
    margin-top: 15px;
    margin-left: 210px;
    padding: 5px 10px;
    border-radius: 5px;
}

.company-container.is-advertisement .company-info .company-buttons a:not(:last-child) button {
    margin-right: 10px;
}


/* Search
=========================================== */

.search-by-product-id .search-toggle-container,
.search-by-product-id .search-filter {
    display: none;
}

.search-by-product-id .product-header,
.search-by-product-id .product-description {
    text-align: center;
}

.search-by-product-id .product-name {
    text-align: center;
    margin: 10px 0 25px;
}

.company-search .search-toggle {
    display: flex;
    margin-bottom: 45px;
    justify-content: space-between;
}

.company-search .search-toggle>div {
    padding: 15px;
    width: 50%;
    text-align: center;
    color: white;
    cursor: pointer;
    background: #2a3060;
}

.company-search .search-toggle>div.active {
    background: #009de0;
}

.company-search .search-toggle>div:not(.active):hover {
    -webkit-filter: brightness(120%);
    filter: brightness(120%);
}

.company-search .search-filter {
    padding: 25px;
    background: #f3f4f9;
    margin-bottom: 50px;
}

.company-search .search-filter form {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
}

.company-search .search-filter form:not(.active) {
    display: none;
}

.company-search .search-filter form .column {
    width: 45%;
}

.company-search .search-filter .show-filter {
    cursor: pointer;
}

.company-search .search-filter h3 {
    text-align: center;
}

.company-search .search-filter h3:first-child {
    margin-top: 0;
}

.company-search .search-filter h3:last-child {
    margin-bottom: 0;
}

.company-search .search-filter h5 {
    font-weight: bold;
}

.company-search .search-filter .search-option.term>h5:not(.active) {
    display: none;
}

.company-search .search-filter label {
    font-weight: normal;
}

.company-search .search-filter input[type="checkbox"] {
    width: auto;
}

.company-search .company-container,
.company-search .product-container {
    display: flex;
    justify-content: space-between;
    background: #f3f4f9;
    min-height: 150px;
    padding: 15px;
    margin-bottom: 25px;
    flex-wrap: wrap;
}

.company-search .company-description {
    max-height: 110px;
    overflow: hidden;
    position: relative;
}

.company-search .company-description:after {
    content: "";
    position: absolute;
    z-index: 1;
    bottom: 0;
    left: 0;
    pointer-events: none;
    background-image: linear-gradient(to bottom, rgba(224, 243, 251, 0), rgba(224, 243, 251, 1) 90%);
    width: 100%;
    height: 1.5em;
}

.company-search .company-container.is-advertisement {
    background: #e0f3fb;
}

.company-search .company-container .company-logo {
    background-size: contain;
    background-position: 50%;
    background-repeat: no-repeat;
    min-width: 150px;
    width: 150px;
    height: 120px;
    margin-right: 15px;
}

.company-search .company-container .company-info,
.company-search .product-container .product-info {
    flex-grow: 1;
    flex-basis: 300px;
}

.company-search .company-container .company-info span.ad {
    color: #009de0;
    border: 2px solid #009de0;
    padding: 4px 7px;
    border-radius: 5px;
    font-size: .8em;
    font-family: 'Roboto', serif;
    display: inline-block;
    vertical-align: bottom;
}

.company-search .company-container .company-info .company-buttons,
.company-search .product-container .product-info .product-buttons {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.company-search .company-container .company-info .company-buttons .separator {
    flex-grow: 1;
}

.company-search .company-container .company-info .company-buttons button,
.company-search .product-container .product-info .product-buttons button {
    margin-top: 15px;
}

.company-search .company-container .company-info .company-buttons a:not(:last-child) button {
    margin-right: 15px;
}

.company-search .search-pagination-container {
    margin-bottom: 25px;
}

.company-search .search-pagination-container>* {
    margin-right: 5px;
    line-height: 1.5;
    vertical-align: middle;
}

.company-search .search-pagination-container>.current {
    display: inline-block;
    background: #009de0 !important;
    color: white;
    font-size: inherit;
    font-weight: 400;
    padding: 5px 15px;
}

.company-search .search-more {
    text-align: center;
    margin-bottom: 50px;
}

.company-search .search-more button {
    margin-right: 25px;
}

.company-search .search-more.searching button {
    display: none;
}

.company-search .search-more .fa {
    display: none;
    font-size: 50px;
}

.company-search .search-more.searching .fa {
    display: inline-block;
    -webkit-animation: spin 1s linear infinite;
    -moz-animation: spin 1s linear infinite;
    animation: spin 1s linear infinite;
}

@-moz-keyframes spin {
    0% {
        -moz-transform: rotate(0deg);
    }
    100% {
        -moz-transform: rotate(360deg);
    }
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}


/* Profiel
=========================================== */

.company-profile .company-info-container {
    background: #f3f4f9;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 25px;
    margin-bottom: 40px;
}

.company-profile .company-info-container .company-info,
.company-profile .company-info-container .contact-info {
    width: 26%;
}

.company-profile .company-info-container .company-info {
    max-width: 154px;
}

.company-profile .company-information-table {
    background: #f3f4f9;
    border: 0px;
    box-shadow: none;
}

.company-profile .company-information-table tr {
    background: none;
}

.company-profile .company-information-table td {
    background: #f3f4f9;
    border: none;
    padding: 5px 1px;
    vertical-align: top;
}

.company-profile form#edit-mode-form .company-information-table td {
    vertical-align: middle;
}

.company-profile .company-information-table td:not(:last-child) {
    /* display:none;*/
    font-weight: normal;
}

.company-profile .company-info-container .company-info .company-logo {
    padding-top: 70%;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: contain;
}

.company-profile #edit-mode-form .company-info-container .contact-info td {
    white-space: nowrap;
}

.company-profile .company-info-container .contact-info button {
    display: inline-block;
    margin-top: 10px;
    width: 100%;
}

.company-profile .company-info-container .contact-info button .fa:first-child {
    font-size: 1.5em;
    vertical-align: bottom;
}

.company-profile .company-info-container .company-website {
    width: 40%;
}

.company-profile .company-info-container .company-website .iframe-container,
.company-profile .company-content-tabs .iframe-container {
    position: relative;
    padding-top: 70%;
    margin-bottom: 25px;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
}

.company-profile .company-info-container .company-website .iframe-container iframe,
.company-profile .company-content-tabs .iframe-container iframe {
    position: absolute;
    height: 100%;
    top: 0;
    left: 0;
    border: none;
}

.company-profile .company-phrase {
    margin-bottom: 40px;
}

.company-profile .company-content-tabs {
    margin-bottom: 75px;
}

.company-profile .company-content-tabs p:empty {
    display: none;
}

.company-profile .company-news-item:not(:last-child) {
    margin-bottom: 40px;
}

.company-profile .product-container,
.company-profile .job-container {
    background: white;
    padding: 15px;
    margin-bottom: 25px;
}

.company-profile .supplier-types span {
    display: inline-block;
    padding: 2px 4px;
    font-size: 11.844px;
    font-weight: bold;
    line-height: 14px;
    color: #ffffff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    white-space: nowrap;
    vertical-align: baseline;
    background-color: #999999;
    border-radius: 3px;
    cursor: help;
    margin: 0 5px 0 0;
}

.company-profile .supplier-types span.distributor {
    background-color: #f89406;
}

.company-profile .supplier-types span.manufacturer {
    background-color: #b94a48;
}

.company-profile .supplier-types span.service-provider {
    background-color: #468847;
}

.company-profile .supplier-types span.wholesale {
    background-color: #3a87ad;
}

.company-profile> :not(#edit-mode-form) .company-images,
.company-profile> :not(#edit-mode-form) .company-videos {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
}

.company-profile .company-images img,
.company-profile .company-videos .iframe-container {
    width: 100%;
    margin-bottom: 25px;
}

.company-profile .company-catalogs div {
    margin-bottom: 25px;
}

.company-profile .company-catalogs a {
    display: inline-block;
}

.company-profile .company-catalogs img {
    margin-right: 25px;
    max-width: 100px;
    max-height: 100px;
}

.company-profile .product-container p,
.company-profile .company-manager p {
    margin-bottom: 0;
}

.company-profile .social-media .fa {
    font-size: 30px;
    margin-right: 5px;
}

.company-profile .company-map label {
    margin: 10px 10px 10px 0;
}

.company-profile .ginput_recaptcha iframe {
    position: static !important;
}

.company-profile .company-manager,
.company-profile .company-video,
.company-profile .social-media-item,
.company-profile .company-job-item,
.company-profile .add-product-container,
.company-profile .add-video-container,
.company-profile .add-manager-container,
.company-profile .add-social-media-container,
.company-profile .add-news-container,
.company-profile .add-job-container {
    margin-bottom: 25px;
}

.company-profile .remove-product,
.company-profile .remove-video,
.company-profile .remove-manager,
.company-profile .remove-social-media,
.company-profile .remove-news,
.company-profile .remove-job {
    margin-top: 10px;
}

.company-profile .radio label,
.company-profile .checkbox label {
    margin-right: 25px;
}

.company-profile .radio input,
.company-profile .checkbox input {
    width: auto;
}


/* Get The Lead
=========================================== */

.page-template-page-lead .search-bar {
    display: none;
}

iframe#get-the-lead {
    height: 960px;
    border: none;
    /*margin: -45px 0 0;*/
    display: block;
}


/* Login
=========================================== */

iframe {
    border: none;
}

form#login {
    background: #f3f4f9;
    padding: 20px;
    overflow: hidden;
}

form#login h3 {
    margin-top: 5px;
}

form#login label {
    width: 150px;
    display: inline-block;
}

form#login input:not([type="submit"]) {
    width: calc(100% - 150px);
    display: inline-block;
    margin-bottom: 15px;
}

form#login input[type="submit"] {
    font-family: fontawesome, Roboto, sans-serif;
    width: auto;
    float: right;
    margin-bottom: 15px;
}

div.register-container {
    background: #2a3060;
    padding: 20px;
    color: white;
}

div.register-container button {
    background: white !important;
    color: #2a3060;
    margin-bottom: 10px;
}


/* Browser Responsiveness
=========================================== */

@media (max-width: 1239px) {
    .navbar .contact-bar>div {
        justify-content: center;
        text-align: center;
    }
    .home .search-bar {
        height: 500px;
        padding-top: 40px;
        margin-top: -20px;
    }
    .search-bar .container {
        margin-top: 130px;
    }
    h1 {
        font-size: 50px;
    }
    .premUnter {
        font-size: 26px;
    }
    .navbar-brand img {
        margin-top: 5px;
        margin-left: 15px;
    }
    .search-bar {
        margin-top: -20px;
    }
    #masthead .navbar-collapse ul.navbar-nav li a,
    #masthead .wr-megamenu-container ul li a,
    #masthead #mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-item>a.mega-menu-link {
        color: #3c3c3c;
        transition: 0.3s;
        height: 90px;
        padding-top: 5px;
        padding-right: 30px;
    }
    .company-profile .company-info-container .company-info,
    .company-profile .company-info-container .contact-info {
        width: 48%;
    }
    .company-profile .company-info-container .company-website {
        width: 100%;
        margin-top: 25px;
    }
}

@media (max-width: 1031px) {
    div.csColumn {
        clear: both !important;
        float: none !important;
        text-align: left !important;
        margin-left: 0% !important;
        margin-right: 0% !important;
        width: 100% !important;
    }
    .home .search-bar {
        height: 500px;
        padding-top: 40px;
        margin-top: -20px;
    }
    .search-bar .container {
        margin-top: 130px;
    }
    .search-bar .container h2 {
        margin-bottom: 10px;
    }
    h1 {
        font-size: 40px;
    }
    .search-bar {
        margin-top: 150px;
    }
    .premUnter {
        font-size: 30px;
    }
    .csColumn .wp-image-1183,
    .wp-image-1186,
    .wp-image-1186,
    .wp-image-1195,
    .wp-image-1186,
    .wp-image-1179,
    .wp-image-1198 {
        display: none;
    }
    .company-profile-buttons button {
        padding: 6px;
        margin-bottom: 10px;
    }
}

@media (max-width: 900px) {
    .page-id-935 .gform_legacy_markup_wrapper .gfield_radio li label {
        margin-top: -28px;
    }
}

@media (max-width: 807px) {
    .home .search-bar {
        height: 300px;
        padding-top: 40px;
        margin-top: -20px;
    }
    .search-bar .container {
        margin-top: 20px;
    }
    .search-bar .container label {
        margin-bottom: 20px;
    }
    h1 {
        font-size: 30px;
    }
    h2 {
        font-size: 25px;
        text-align: center;
    }
    .search-bar {
        margin-top: -30px;
    }
    .navbar {
        text-align: center;
    }
    body.admin-bar {
        padding-top: 46px;
    }
    .page-id-145 .contact-bar {
        margin-top: -23px;
    }
    #wpadminbar {
        height: 46px;
    }
    .navbar .contact-bar>div>* {
        width: 100%;
        min-height: 40px;
    }
    .navbar .contact-bar span,
    .navbar .contact-bar button {
        font-size: 15px;
        border: 0;
        width: 50%;
        float: left;
        padding: 5px;
        margin: 0 0 0 -6px !important;
    }
    .wpml-ls-legacy-list-horizontal>ul {
        text-align: left;
        padding: 0;
        margin-left: -4px !important;
    }
    section.bg-section button {
        padding: 12px 17px;
        background: white !important;
        color: #2a3060;
        font-size: 18px;
        font-weight: bold;
    }
    .container,
    #masthead .wr-megamenu-inner .jsn-bootstrap3 {
        width: auto !important;
        padding: 0 35px;
    }
    html {
        overflow-x: hidden;
    }
    .navbar-nav {
        margin: 0;
        position: static;
    }
    .navbar-fixed-top,
    .admin-bar .navbar-fixed-top {
        top: 0;
        position: relative;
    }
    .navbar-collapse {
        border-top: 1px solid #e7e7e7;
        border-bottom: 1px solid #e7e7e7;
        padding-bottom: 5px;
    }
    .navbar-default .navbar-nav>li>.dropdown-menu {
        display: block;
        position: static;
        float: none;
        width: auto;
        margin-top: 4px;
        margin-bottom: 4px;
        background-color: transparent;
        border: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
        padding: 0 !important;
    }
    .nav>li {
        display: table;
        float: none;
    }
    .navbar-default .navbar-nav>li>a {
        padding: 5px 15px 0px;
    }
    .navbar.navbar-default .navbar-nav>.active>a,
    .navbar.navbar-default .navbar-nav>.active>a:hover,
    .navbar.navbar-default .navbar-nav>.active>a:focus {
        margin-top: 5px;
    }
    .navbar.navbar-default .navbar-nav>li>.dropdown-menu>li>a {
        color: #999;
        line-height: 20px;
    }
    .navbar.navbar-default .navbar-nav>li>.dropdown-menu>.active>a,
    .navbar.navbar-default .navbar-nav>li>.dropdown-menu>.active>a:hover,
    .navbar.navbar-default .navbar-nav>li>.dropdown-menu>.active>a:focus {
        background: #01963A;
        color: white;
    }
    .navbar.navbar-default .navbar-nav>li>.dropdown-menu>li>a:hover,
    .navbar.navbar-default .navbar-nav>li>.dropdown-menu>li>a:focus {
        color: #01963A;
        background: transparent;
    }
    .navbar-nav .dropdown .dropdown-menu>li>a,
    .navbar-nav .dropdown .dropdown-menu .dropdown-header {
        padding: 0px 15px 0px 25px;
    }
    .it-responsive-mega {
        cursor: pointer;
    }
    #masthead .wr-megamenu-container:not(.active) {
        display: none;
    }
    #masthead .wr-mega-menu .wr-menu-down {
        display: none;
    }
    #masthead .wr-megamenu-container a.menu-item-link {
        margin-right: 0;
    }
    #masthead .col-md-3,
    #masthead .col-md-9 {
        width: 100%;
    }
    .it-responsive-mega {
        display: block;
        width: 38px;
        clear: both;
        height: 38px;
        background: rgba(204, 204, 204, 0.5) url(../images/icon-menu.svg) center no-repeat;
    }
    .wr-megamenu-container ul li {
        border-top: 1px solid rgba(255, 255, 255, 0.15);
        line-height: 1.5;
        width: 100%;
    }
    #cc_spacer {
        display: none;
    }
    .home .search-shortcode label input[type="search"].search-field {
        font-size: 16px;
        padding: 10px 15px;
    }
    /*.home*/
    footer#colophon {
        position: absolute;
    }
    .company-search .search-filter form .column {
        width: 100%;
    }
    .company-profile .company-info-container .company-info,
    .company-profile .company-info-container .contact-info {
        width: 100%;
    }
    .news-block article,
    .posts-carousel-block>.post {
        width: 100%;
    }
    .posts-carousel-block>.post .content>h2 {
        font-size: 25px;
        height: 55px;
    }
}

@media (max-width: 641px) {
    .page-id-935 .gform_wrapper form .gform_footer input.button {
        padding: 0 10px;
    }
    .page-id-1279 .gform_wrapper form .gform_footer input.button {
        padding: 0 10px;
    }
    .page-id-905 .gform_wrapper form .gform_footer input.button {
        padding: 0 10px;
    }
}

@media (max-width: 500px) {
    #masthead .owl-caption h4,
    #masthead .header-caption h4 {
        font-size: 30px;
    }
    h2 {
        font-size: 22px;
        text-align: center;
    }
    #masthead .owl-caption p {
        font-size: 20px;
    }
    .company-profile .company-information-table tr {
        padding: 5px 0;
    }
    .company-profile .company-information-table td {
        padding: 0;
    }
    .page-id-139 .excel {
        margin-right: 55px;
    }
}

@media (min-width: 600px) {
    .has-post-thumbnail .featured-image {
        width: 210px;
        height: 210px;
    }
    body:not(.single) .has-post-thumbnail .article-container {
        width: 265px;
        margin-left: 35px;
    }
}

@media (min-width: 808px) {
    .container,
    #masthead .wr-megamenu-inner .jsn-bootstrap3,
    .navbar .contact-bar>div,
    footer#colophon .site-info,
    footer#colophon .site-credits span {
        width: 750px !important;
        ;
    }
    #masthead .wr-megamenu-inner .jsn-bootstrap3 {
        margin: auto;
    }
    #spacer {
        display: block;
        height: 150px;
    }
    /*
        .navbar .contact-bar {
            position: fixed;
        }

        .navbar > .container {
            margin-top: 50px;
        }
    */
    #navigation_menu {
        display: flex;
        justify-content: space-between;
        align-items: center;
        flex-wrap: wrap;
    }
    .navbar-default .navbar-toggle {
        display: none;
    }
    .navbar-collapse.collapse {
        display: block !important;
    }
    /*
        ul.nav li.dropdown:hover > ul.dropdown-menu {
            border: 1px solid #999;
            border-top: 0;
        }
    */
    #masthead .navbar-collapse,
    #masthead .wr-megamenu-container {
        display: inline-block;
        width: auto;
    }
    #masthead .navbar-collapse ul.navbar-nav,
    #masthead .wr-megamenu-container ul.wr-mega-menu {
        float: none;
        display: flex;
        justify-content: flex-end;
        position: static;
    }
    #masthead .owl-caption,
    #masthead .header-caption {
        width: 720px;
    }
    footer#colophon .site-info {
        padding: 0 15px;
    }
    .has-post-thumbnail .featured-image {
        width: 280px;
        height: 185px;
    }
    body:not(.single) .has-post-thumbnail .article-container {
        width: 330px;
        margin-left: 35px;
    }
    .company-profile .company-images img,
    .company-profile .company-videos .iframe-container {
        width: 48%;
    }
    .company-profile .company-videos .iframe-container {
        padding-top: 34%;
    }
    #masthead .mega-sub-menu-buttons {
        width: 20%;
        margin-right: 5%;
    }
    #masthead .mega-sub-menu-items {
        width: 75%;
        padding-top: 35px;
    }
    .company-search .search-containers {
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
    }
    .company-search .companies-container,
    .company-search .products-container {
        display: inline-block;
        width: 48%;
        vertical-align: top;
    }
    @media (max-width: 1031px) {
        #masthead .navbar-brand {
            bottom: 15px;
            width: 150px;
        }
        .navbar-default .navbar-nav>li>a,
        .navbar.navbar-default .navbar-nav>.active>a,
        .navbar.navbar-default .navbar-nav>.active>a:hover,
        .navbar.navbar-default .navbar-nav>.active>a:focus {
            padding: 0 10px;
        }
        .navbar-default .navbar-nav>li>.dropdown-menu>li>a {
            padding: 3px 10px;
        }
        .nav>li:not(.active):last-child>a {
            margin-right: -10px;
        }
        .search-bar .container label {
            margin-bottom: 20px;
        }
    }
}

@media (min-width: 1032px) {
    .col-md-3 {
        width: 265px;
        float: left;
        margin-left: 20px;
    }
    .col-md-9 {
        width: 680px;
        float: left;
    }
    .container,
    #masthead .wr-megamenu-inner .jsn-bootstrap3,
    .navbar .contact-bar>div,
    footer#colophon .site-info,
    footer#colophon .site-credits span {
        width: 970px !important;
        ;
    }
    #masthead .owl-caption,
    #masthead .header-caption {
        width: 940px;
    }
    .has-post-thumbnail .featured-image {
        width: 280px;
        height: 185px;
    }
    body:not(.single) .has-post-thumbnail .article-container {
        width: 330px;
        margin-left: 35px;
    }
}

@media (min-width: 1240px) {
    .col-md-3 {
        width: 315px;
    }
    .col-md-9 {
        width: 830px;
    }
    .container,
    #masthead .wr-megamenu-inner .jsn-bootstrap3,
    .navbar .contact-bar>div,
    footer#colophon .site-info,
    footer#colophon .site-credits span {
        width: 1170px !important;
        ;
    }
    #masthead .owl-caption,
    #masthead .header-caption {
        width: 1140px;
    }
    #masthead .owl-caption h4,
    #masthead .header-caption h4 {
        font-size: 46px;
    }
    #masthead .owl-caption p {
        font-size: 22px;
        line-height: 34px;
    }
    .has-post-thumbnail .featured-image {
        width: 300px;
        height: 250px;
    }
    body:not(.single) .has-post-thumbnail .article-container {
        width: 445px;
        margin-left: 50px;
    }
    .col-md-9 section.bg-section .bg {
        margin-left: 160px;
    }
}

@media screen {
    .print-only {
        display: none !important;
    }
}

@media print {
    #masthead,
    .company-profile-buttons,
    button,
    .company-info,
    .company-website,
    .su-tabs-nav,
    #map,
    .company-map,
    form,
    img,
    .img,
    a:empty,
    .iframe-container {
        display: none !important;
    }
    div.su-tabs-pane,
    .social-media {
        display: block !important;
        padding: 0;
    }
    h3 {
        font-size: 20px;
        margin: 15px 0 5px;
    }
    .print-only {
        page-break-before: always;
    }
    .img-container.print-only {
        display: block !important;
        page-break-before: auto;
    }
    .print-only>img {
        display: block !important;
    }
    .company-profile .product-container,
    .company-profile .job-container,
    .company-profile .company-manager {
        page-break-inside: avoid;
        padding: 0;
    }
    .contact-footer .widget {
        margin-top: 15px;
        page-break-after: always;
    }
}