@font-face {
    font-family: 'LibreBaskerville';
    src: url('../fonts/LibreBaskerville.eot');
    src: url('../fonts/LibreBaskerville.woff2') format('woff2'),
    url('../fonts/LibreBaskerville-1.eot') format('embedded-opentype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'LibreBaskerville';
    src: url('../fonts/LibreBaskerville-Bold.eot');
    src: url('../fonts/LibreBaskerville-Bold.woff2') format('woff2'),
    url('../fonts/LibreBaskerville-Bold-1.eot') format('embedded-opentype');
    font-weight: 600;
    font-style: normal;
}
@font-face {
    font-family: 'LibreBaskerville';
    src: url('../fonts/LibreBaskerville-Italic.eot');
    src: url('../fonts/LibreBaskerville-Italic.woff2') format('woff2'),
    url('../fonts/LibreBaskerville-Italic-1.eot') format('embedded-opentype');
    font-weight: normal;
    font-style: italic;
}
@font-face {
    font-family: 'Open Sans';
    src: url('../fonts/OpenSans-Bold.eot');
    src: url('../fonts/OpenSans-Bold.woff2') format('woff2'),
    url('../fonts/OpenSans-Bold-1.eot') format('embedded-opentype');
    font-weight: 700;
    font-style: normal;
}
@font-face {
    font-family: 'Open Sans';
    src: url('../fonts/OpenSans-Regular.eot');
    src: url('../fonts/OpenSans-Regular.woff2') format('woff2'),
    url('../fonts/OpenSans-Regular-1.eot') format('embedded-opentype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Open Sans';
    src: url('../fonts/OpenSans-Italic.eot');
    src: url('../fonts/OpenSans-Italic.woff2') format('woff2'),
    url('../fonts/OpenSans-Italic-1.eot') format('embedded-opentype');
    font-weight: normal;
    font-style: italic;
}
@font-face {
    font-family: 'Open Sans';
    src: url('../fonts/OpenSans-BoldItalic.eot');
    src: url('../fonts/OpenSans-BoldItalic.woff2') format('woff2'),
    url('../fonts/OpenSans-BoldItalic-1.eot') format('embedded-opentype');
    font-weight: 700;
    font-style: italic;
}
@font-face {
    font-family: 'Open Sans';
    src: url('../fonts/OpenSans-Semibold.eot');
    src: url('../fonts/OpenSans-Semibold.woff2') format('woff2'),
    url('../fonts/OpenSans-Semibold-1.eot') format('embedded-opentype');
    font-weight: 600;
    font-style: normal;
}
@font-face {
    font-family: 'Open Sans';
    src: url('../fonts/OpenSans-SemiboldItalic.eot');
    src: url('../fonts/OpenSans-SemiboldItalic.woff2') format('woff2'),
    url('../fonts/OpenSans-SemiboldItalic-1.eot') format('embedded-opentype');
    font-weight: 600;
    font-style: italic;
}

html, body {
    padding: 0;
    margin: 0;
}
h1, h2, h3, h4, h5, h6 {
    font-family: 'Open Sans';
    font-size: 30px;
    color: #1100ab;
    font-weight: 600;
}
h2 {
    font-size: 20px;
}
p, div, span, a {
    font-family: LibreBaskerville;
    font-size: 18px;
    color: #434345;
    line-height: 1.75em;
}
#top-menu-wrapper.blue-menu {
    background-color: #1100ab;
}
#top-menu-wrapper {
    padding-top: 25px;
    padding-bottom: 25px;
    text-transform: uppercase;
    font-family: "Open Sans";
    font-size: 15px;
}
#top-menu-wrapper .navbar-default {
    background: none;
    border: none;
    margin-bottom: 0;
}
#top-menu-wrapper .navbar-default a {
    font-size: 15px;
    font-family: "Open Sans";
    color: #1100ab;
}
#top-menu-wrapper.blue-menu .navbar-default a {
    color: #ffffff;
}
#top-menu-wrapper .navbar-default a:after {
    display: block;
    text-align: center;
    width: 15px;
    margin: auto;
    padding-top: 8px;
    content: ' ';
    border-bottom: 1px solid transparent;
}

#top-menu-wrapper .current-menu-item a:after,#top-menu-wrapper .menu-item a:hover:after {
    content: ' ';
    display: block;
    text-align: center;
    width: 15px;
    border-bottom: 1px solid #1100ab;
    margin: auto;
    padding-top: 8px;
}
#top-menu-wrapper.blue-menu .current-menu-item a:after, #top-menu-wrapper.blue-menu .menu-item a:hover:after {
    border-color: #ffffff;
}
#page-header-box img {
    width: 100%;
    height: auto;
    margin-bottom: 100px;
}
.menu-item:hover>.dropdown-menu{
    display: block;
}
.menu-item:hover>.dropdown-menu .menu-item:hover>.dropdown-menu {
    top:0;
    left: 100%;
    margin-top: -10px;

}
.menu-item:hover>.dropdown-menu .menu-item:hover>.dropdown-menu .menu-item {
    color: #1100ab;
}
.dropdown-menu .menu-item a:hover:after{
    border-bottom: 0 !important;
}

html body #page-footer-widgets{
    float: left;
    width: 100%;
    position: relative;
    background-image: url(../img/footer-widget-bg.jpg);
    background-size: cover;
    -webkit-background-size: cover;
    color: #ffffff;
    padding-top: 50px;
    padding-bottom: 30px;
}
#page-footer-widgets h6, #page-footer-widgets a, #page-footer-widgets li, #page-footer-widgets p,
#page-footer-widgets label {
    color: #ffffff;
}
#page-footer-widgets h6 {
    text-transform: uppercase;
    font-size: 22px;
    margin-bottom: 30px;
    font-weight: 500;
}
#page-footer-widgets h6:after {
    content: '_';
    display: block;
}
#page-footer-widgets p {
    padding-bottom: 40px;
}
html body #page-footer-widgets ::-webkit-input-placeholder,
#page-footer-widgets .fc-form.fc-form-1 .form-element .field-cover textarea,
html body #page-footer-widgets .form-element .field-cover input[type="text"],
html body #page-footer-widgets .form-element .field-cover textarea {
    border-color: #ffffff;
    font-size: 10px;
    font-family: 'LibreBaskerville';
    color: #ffffff;
    background: none;
    border-radius: 0;
    text-transform: uppercase;
}
html body .page-body ::-webkit-input-placeholder,
html body .page-body .fc-form.fc-form-1 .form-element .field-cover textarea,
html body .page-body .form-element .field-cover input[type="text"],
html body .page-body .form-element .field-cover textarea {
    font-size: 18px;
    border-radius: 0;
    text-transform: uppercase;
    color: #434345;
    border-color: #434345;
}
html body #page-footer-widgets button {
    padding-top: 10px;
    padding-bottom: 10px;
    border-radius: 0 !important;
}
html body #page-footer-widgets button span, html body #page-footer-widgets button {
    font-size: 12px;
    font-family: "Open Sans";
    color: #1100ab;
    font-weight: 700;
    line-height: 1em;
    border-radius: 0;
    letter-spacing: 2px;
}
html body .page-body button span, html body .page-body button {
    color: #ffffff;
    font-family: "Open Sans";
    font-weight: 700;
    font-size: 17.5px;
}
html body #page-footer-widgets .error {
    padding: 5px;
    font-size: 10px;
}
#footer {
    float: left;
    width: 100%;
}
.copyright {
    padding-top: 15px;
    padding-bottom: 15px;
    text-align: center;
    color: #1100ab;
    font-size: 14px;
}
.copyright img {
    display: inline-block;
    padding-right: 25px;
}
.page-body {
    float: left;
    width: 100%;
}
.page-icon-link {
    padding-top: 125px;
    background-position: center top;
    background-repeat: no-repeat;
    text-align: center;
}
.page-icon-link.theme-icon-info {
    background-image: url(../img/information-icon.png);
    background-position: center 10px;
}
.page-icon-link.theme-icon-certificate {
    background-image: url(../img/test-certification-icon.png);
}
.page-icon-link.theme-icon-quality {
    background-image: url(../img/quality-control-icon.png);
}
.page-icon-link a {
    color: #1100ab;
    font-size: 20px;
    font-style: italic;
    font-family: 'Open Sans';
}
.page-icon-link a:hover {
    text-decoration: none;
}
html body .owl-carousel .owl-item img {
    width: auto;
    margin: auto;
}
html body .owl-carousel .owl-item {
    text-align: center;
}
/**
 * Black & White
 */
html body .owl-carousel .owl-item img.grayscale {
    filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); /* Firefox 10+ */
    filter: gray; /* IE6-9 */
    -webkit-filter: grayscale(100%); /* Chrome 19+ & Safari 6+ */
    -webkit-backface-visibility: hidden; /* Fix for transition flickering */
}

html body .owl-carousel .owl-item img.grayscale:hover {
    filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'1 0 0 0 0, 0 1 0 0 0, 0 0 1 0 0, 0 0 0 1 0\'/></filter></svg>#grayscale");
    -webkit-filter: grayscale(0%);
}

svg {
    background-repeat: no-repeat;
}

svg image:hover {
    opacity: 0;
}

html body .owl-carousel .owl-item img.half-grayscale {
    filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'saturate\' values=\'0.5\'/></filter></svg>#grayscale"); /* Firefox 10+ */
    filter: gray alpha(opacity=50); /* IE6-9 */
    -webkit-filter: grayscale(50%); /* Chrome 19+ & Safari 6+ */
    -webkit-backface-visibility: hidden; /* Fix for transition flickering */
}

html body .owl-carousel .owl-item img.half-grayscale:hover {
    filter: none;
    -webkit-filter: grayscale(0%);
}
.owl-item .item{
    line-height: 150px;
    display: inline-block;
}
.owl-prev, .owl-next {
    background-repeat: no-repeat;
    margin-top: -20px;
}
html body .owl-controls .owl-prev {
    background-image: url(../img/carousel-left-arrow.png);
    color: transparent;
    float:left;
    margin-left: -35px;
    height: 40px;
}
html body .owl-controls .owl-next {
    margin-right: -35px;
    float:right;
    background-image: url(../img/carousel-right-arrow.png);
    color: transparent;
    height: 40px;
}

html body .owl-controls {
    position: absolute;
    top: 50%;
    margin-top: -16px;
    width: 100%;
}
.company-description-wrapper .title, .formcraft-wrapper h6 {
    margin-bottom: 50px;
    border-bottom: 2px solid #1100ab;
    text-transform: uppercase;
    padding-bottom: 10px;
    float: left;
}

.company-description-wrapper .description, .form-wrapper {
    clear: both;
}
.test-wrapper {
    padding: 0 2px 2px;
}
.test-overlay, .certificate-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(255,255,255, 0.5);
    z-index: 10;
    display: none;
}
.test-container {
    position: relative;
    height: 400px;
    width: 400px;
    margin: -200px;
    top: 50%;
    left: 50%;
    text-align: center;
}
.test-overlay .title, .certificate-overlay a {
    display: inline-block;
    font-size: 30px;
    text-align: center;
    color: #1100ab;
    font-family: "Open Sans";
    font-weight: 600;
    z-index: 100;
    text-transform: uppercase;
    margin-bottom: 25px;
}
.test-overlay .title:after, .certificate-overlay a:after {
    display: block;
    content: '';
    border-bottom: 2px solid #1100ab;
}
.test-overlay .description {
    line-height: 1.75em;
    margin-bottom: 35px;
    text-align: left;
    font-size: 14px;
}
html body .test-image img {
    width: 100%;
    height: auto;
}
.test-overlay .play-video {
    display: block;
    width: 42px;
    height: 42px;
    margin: auto;
    background-image: url(../img/play-video-button.png);
}
.page-body ul {
    padding-left: 20px;
}
.page-body li {
    padding-left: 10px;
    list-style-image: url(../img/bullet-barrel.png);
    list-style-position: outside;
}
.tech-details-tabs .vc_tta-tab a span{
    letter-spacing: 3px;
    font-family: "Open Sans";
    font-size: 24px;
    text-transform: uppercase;
    font-weight: 600;
    color: #bebebe;
}
.tech-details-tabs .vc_tta-tab.vc_active a span{
    color: #1100ab;
}
.tech-details-tabs .vc_tta-tab a span:after {
    content: ' / ';
}
.tech-details-tabs .vc_tta-tab:last-of-type a span:after {
    content: '';
}
html body .tech-details-tabs .vc_tta-tab a {
    padding: 0 !important;
    background: none !important;
}
.technical-details-wrapper .row:nth-child(odd) {
    background-color: #ecebf8;
}
.technical-details-wrapper .row {
    padding: 15px;
}
.technical-details-wrapper .name {
    font-family: "Open Sans";
    font-weight: 600;
    font-size: 24px;
    text-transform: uppercase;
    color: #1100ab;
}
.technical-details-wrapper .value {
    text-align: center;
}
html body .tech-details-tabs .vc_tta-tabs-container {
    margin-bottom: 15px;
}
.certificate-wrapper {
    text-align: center;
}
.certificate-overlay a {
    text-decoration: none;
}
.certificate-overlay .title {
    font-size: 14px;
}
.overlay-container {
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.overlay-container-inner {

}
@media (max-width: 768px) {
    .logo img {
        margin: auto;
    }
    .certificate-wrapper {
        margin-bottom: 150px;
    }
    .technical-details-wrapper .name {
        text-align: center;
    }
    html body .owl-controls .owl-prev {
        margin-left: 0;
    }
    html body .owl-controls .owl-next {
        margin-right: 0;
    }
    html .formcraft-css .fc-form.frame-hidden .form-page-content {
        margin-right: 0 !important;
    }
    html body .formcraft-css .fc-form .form-element .form-element-html {
        padding-right: 0 !important;
    }
}
