/*
  @ elements

    ### 01. Font-import
    ### 02. General
    ### 03. Fullscreen video
    ### 04. Back2top
    ### 05. Typography
    ### 06. Header
    ### 07. Footer
    ### 08. Form
    ### 09. Sidebar
    ### 10. Hero
    ### 11. Buttons
    ### 12. Images
    ### 13. Jumbotron

  @pages

    ### AA. Home
    ### BA. Products
    ### CA. Distributors
    ### DA. Contact
    ### EA. Try & Buy
    ### FA. Awards - landing
    ### FB. Awards - apply
    ### GA. Basic page
    ### HA. News - overview
    ### HB. News - article
    ### IA. 404
    ### JA. Press

*/

/* ###################################################### */
/* ### 01. Font import */
/* ###################################################### */

/* Ref 1. https://www.fontsquirrel.com/fonts/source-sans-pro */
/* Ref 2. https://transfonter.org/ */

@font-face {
  font-family: "app";
  src: url("../fonts/italic.ttf") format("truetype");
  font-weight: normal;
  font-style: italic;
}

@font-face {
  font-family: "app";
  src: url("../fonts/bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: "app";
  src: url("../fonts/bold-italic.ttf") format("truetype");
  font-weight: bold;
  font-style: italic;
}

@font-face {
  font-family: "app";
  src: url("../fonts/regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

/* ###################################################### */
/* ### 02. General */
/* ###################################################### */

::-moz-selection {
  background: #fff200;
  color: #fff;
}

::selection {
  background: #fff200;
  color: #fff;
}

::-webkit-scrollbar {
  width: 10px;
}

::-webkit-scrollbar-track {
  border-radius: 0;
  background: #ededed;
}

::-webkit-scrollbar-thumb {
  border-radius: 0;
  background: #fff200;
}

.popover {
  max-width: 480px;
}

* {
  outline: none !important;
}

html,
body {
  height: 100%;
}

body {
  position: relative;
  overflow-x: hidden;
}

iframe {
  border: 0;
  overflow: hidden;
}

hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 2px solid #ddd;
}

.wp-caption-text {
  display: none;
}

/* See 07. Footer > footer nav.navbar-default */

#wrapper {
  margin: 0 auto -120px auto;
  min-height: 100%;
  padding: 80px 0 180px 0; /* show some padding below */
  padding: 80px 0 120px 0;
}

@media (min-width:768px) {

  hr.section {
    border: 0;
    margin: 130px 0;
    height: 70px;
    background-image: url("/wp-content/uploads/2017/02/surefas-next_generation_fasteners__divider.svg");
    background-color: transparent;
    background-repeat: no-repeat;
    background-size: auto 100%;
    background-position: center center;
  }

}

@media (max-width:767px) {

  hr.section {
    margin: 40px 0;
    border-top: 2px solid #ccc;
  }

  #wrapper {
    margin-bottom: -330px;
    padding-bottom: 370px;
  }

}

/* ###################################################### */
/* ### 03. Video | fullscreen */
/* ###################################################### */

/* Fullscreen | video wrappers */

.fullscreen {
  height: 100%;
  position: relative;
}

.fullscreen + #wrapper {
  margin: 0 auto;
/*
  padding: 50px 0;
*/
  padding: 50px 0 80px 0;
  min-height: 0;
}

.fullscreen .container {
  padding-top: 15%;
}

.fullscreen img {
  margin: 0 auto;
  width: 480px;
  max-width: 90%;
  height: auto;
}

.fullscreen h1 {
  margin: 50px auto;
  color: #fff;
  font-size: 48px;
  text-shadow: 0 0 2px rgba(0, 0, 0, .5);
}

/* Responsive, full-screen video */
/* Ref. http://slicejack.com/fullscreen-html5-video-background-css/ */

.fullscreen-bg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
  z-index: -100;
  background-color: #cacaca;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.template-home .fullscreen-bg:after,
.template-products .fullscreen-bg:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  background: rgba(0, 0, 0, .75);
  top: 0;
  left: 0;
}

.fullscreen-bg__video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* Scroll indicator */

.fullscreen .scroller {
  display: none;
}

@media (min-height:640px) {

  .fullscreen .scroller {
    position: absolute;
    display: block;
    bottom: 25px;
    left: 0;
    width: 100%;
    text-align: center;
    height: 75px;
  }

  .fullscreen .scroller:hover span:after,
  .fullscreen .scroller:active span:after {
    opacity: 1;
  }

  .fullscreen .scroller span {
    width: 75px;
    height: 75px;
    display: inline-block;
    transition: all 1s ease-out;
    animation: pulse infinite 8s;
  }

  .fullscreen .scroller span:after {
    content: "\e00e";
    line-height: 80px;
    color: #fff;
    font-family: "icons" !important;
    font-size: 40px;
    transition: all 1s ease-out;
    opacity: .5;
  }

}

@keyframes pulse {

  60%, 100% {
    opacity: 1;
  }

  80% {
    opacity: 0;
  }

}

@media screen and (orientation:portrait) {

  .fullscreen,
  .fullscreen-bg,
  .template-home #distribution {
    min-height: 480px;
  }

}

@media screen and (orientation:landscape) {

  .fullscreen,
  .fullscreen-bg,
  .template-home #distribution {
    min-height: 320px;
  }

}

@media (min-aspect-ratio: 16/9) {

  .fullscreen-bg__video {
    height: 300%;
    top: -100%;
  }

}

@media (max-aspect-ratio: 16/9) {

  .fullscreen-bg__video {
    width: 300%;
    left: -100%;
  }

}

@media (max-width: 767px) and (orientation:portrait) {

  .fullscreen,
  .fullscreen-bg,
  .template-home #distribution {
    max-height: 640px;
  }

}

@media (max-width: 767px) {

  .fullscreen + #wrapper {
    padding: 50px 0;
  }

  .fullscreen .container {
    padding-top: 35%;
  }

  .fullscreen  h1 {
    font-size: 32px;
  }

}

@media (max-width: 400px) {

  .fullscreen-bg__video {
    display: none;
  }

}

/* Video #modal */

button.close {
  font-size: 32px;
  opacity: .75;
}

.modal-content {
  border-radius: 0;
  box-shadow: none;
  border: 1px solid #444;
}

/* Responsive YouTube embed */
/* Ref. https://css-tricks.com/NetMag/FluidWidthVideo/Article-FluidWidthVideo.php */

#videoWrapper {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  height: 0;
  background: #ccc url( data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw== ); center center no-repeat;
  background-size: 0 0;
}

#videoWrapper.loading {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  background-size: 100% auto;
  background-size: cover;
}

#videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* ###################################################### */
/* ### 05. Back2top */
/* ###################################################### */

/* Ref. https://jsfiddle.net/AndreaLigios/dehy80gt/ */

.back2top-wrapper {
  position: fixed;
  bottom: 0;
  width: 100%;
  height: 1px;
  z-index: 666;
}

.back2top-wrapper .container {
  position: relative;
  height: 0;
  width: 100% !important;
}

#back2top {
  position: absolute;
  -webkit-transition: opacity .75s ease;
  transition: opacity .75s ease;
  opacity: 0;
  background: #222 !important;
  font-weight: normal !important;
}

#back2top.affix {
  opacity: .5;
  bottom: 15px;
}

#back2top.affix:hover {
  opacity: 1;
}

@media (min-width: 768px) {

  #back2top.affix {
    left: 15px;
  }

}

@media (max-width: 767px) {

  .back2top-wrapper .container {
    text-align: center;
  }

  .back2top-wrapper {
    display: block;
  }

  #back2top.affix {
    -webkit-transform: translateX(-25px);
    transform: translateX(-25px);
  }

}

/* ###################################################### */
/* ### 05. Typography */
/* ###################################################### */

body {
  font-family: "app", serif;
  font-size: 16px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: bold;
}

h1 .text-muted,
h2 .text-muted,
h3 .text-muted,
h4 .text-muted,
h1 b,
h2 b,
h3 b,
h4 b {
  color: #fff200;
}

h1 {
  font-size: 52px;
}

h2 {
  font-size: 44px;
}

h3 {
  font-size: 36px;
}

h4 {
  font-size: 24px;
}

p {
  font-size: 16px;
  line-height: 26px;
}

div.paragraph p {
  font-size: 18px;
  line-height: 28px;
}

a {
  color: #fff200;
}

a:focus {
  outline: none;
  outline-offset: 0;
  color: #337ab7;
}

/* ###################################################### */
/* ### 06. Header */
/* ###################################################### */

.navbar-default {
  background-color: rgba(255, 255, 255, 0);
  border: none;
  min-height: 50px;
  -webkit-transition: background-color 0.5s ease-in-out;
  transition: background-color 0.5s ease-in-out;
}

.navbar-default .navbar-nav > li > a {
  color: #fff;
  text-transform: uppercase;
  padding: 17px 20px;
  font-size: 16px;
}

.navbar-default .navbar-nav > li > a:focus,
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:focus,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:focus,
.navbar-default .navbar-nav > .open > a:hover {
  color: #fff200;
  background-color: transparent;
}

.navbar-default .navbar-nav > li > a:focus,
.navbar-default .navbar-nav > li > a:hover {
  text-decoration: underline;
}

/* Affixed */

.navbar-default.affix {
  background-color: rgba(255, 255, 255, 1);
}

.template-distributors .navbar-default {
  background-color: rgba(255, 255, 255, .85);
}

.template-distributors .navbar-default .navbar-nav > li > a,
.navbar-default.affix .navbar-nav > li > a {
  color: #222;
}

.template-distributors .navbar-default .navbar-nav > li.active > a,
.navbar-default.affix .navbar-nav > li.active > a {
  color: #fff200;
  background: #fafafa;
}

.template-distributors .navbar-default .navbar-nav > li > a:focus,
.navbar-default.affix .navbar-nav > li > a:focus,
.template-distributors .navbar-default .navbar-nav > li > a:hover {
  background: #fafafa;
}

.navbar-default.affix .navbar-nav > li > a:hover {
  background: #fff;
}

/* #about */

.about-home,
.template-home .about-site {
  display: none !important;
}

.template-home .about-home {
  display: block !important;
}

/* Submenu */

.dropdown-menu {
  padding: 0;
  border-radius: 0;
  background: rgba(255, 255, 255, 1);
  border: none;
  box-shadow: 1px 1px 1px rgba(0, 0, 0, .25);
}

.dropdown-menu > li > a {
  padding: 5px 10px;
  font-size: 17px;
}

.dropdown-menu > li > a:focus,
.dropdown-menu > li > a:hover,
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:focus,
.dropdown-menu > .active > a:hover,
.template-products #header_menu .dropdown-menu > li > a:focus,
.template-products #header_menu .dropdown-menu > li > a:hover {
  color: #fff200 !important;
  background-color: #fafafa !important;
  text-decoration: underline;
}

/* Toggle position of language-switcher */

.container.nav-top {
  position: relative;
}

.wpml-ls-legacy-dropdown-click {
  width: 60px !important;
  position: absolute;
  top: 12px;
  right: 0;
}

#header_menu {
  margin-right: 25px;
}

/* Logotype */

.navbar-brand {
  padding: 10px 15px;
}

.navbar-brand > img {
  width: 148px;
  height: auto;
  -webkit-transition: transform .35s ease;
  transition: transform .35s ease;
}

.navbar-brand:hover > img {
  -webkit-transform: scale(1.05, 1.05);
  transform: scale(1.05, 1.05);
}

#header_menu .call4action a {
  font-weight: bold;
  padding: 5px 15px !important;
  border-radius: 50px;
  margin: 12px 20px 0 10px;
  background: #fff200;
  color: #333;
}

/* Try & Buy at mobiles */

.template-trybuy .navbar-header > .call4action {
  display: none !important;
}

.navbar-header > .call4action {
  position: fixed;
  bottom: 15px;
  left: 15px;
}

.navbar-header > .call4action a,
#back2top {
  display: inline-block;
  padding: 6px 15px;
  background: #fff200;
  color: #fff;
  border-radius: 25px;
  font-weight: bold;
}

.navbar-header > .call4action a:hover,
#back2top:hover {
  text-decoration: none;
  opacity: .9;
}

/* Hamburger */

.navbar-toggle {
  border-radius: 0;
  border: none;
}

.navbar-default .navbar-toggle,
.navbar-default .navbar-toggle:focus,
.navbar-default .navbar-toggle:hover {
  background: transparent;
}

.navbar-default .navbar-toggle:hover .icon-bar,
.navbar-default.affix .navbar-toggle:hover .icon-bar,
.navbar-default .navbar-toggle:focus .icon-bar,
.navbar-default .navbar-toggle .icon-bar {
  background: #fff200;
}

/* Animated hamburger, forked (cleaner code, backwords compatible) */
/* Ref. https://gist.github.com/carusog/a3823cab08d3f91e7929 */

.navbar-toggle .icon-bar {
  width: 24px;
  height: 2px;
  border-radius: 0;
}

.navbar-toggle .icon-bar+.icon-bar {
  margin-top: 5px;
}

.icon-bar {
  position: relative;
  -webkit-transition: all .5s ease, background-color .000001s ease;
  transition: all .5s ease, background-color .000001s ease;
}

.navbar-toggle.collapsed span:nth-of-type(1) {
  -webkit-transform: rotate(0);
  transform: rotate(0);
  top: 0;
}

.navbar-toggle.collapsed span:nth-of-type(2) {
  opacity: 1;
  width: 100%;
  margin-left: 0;
}

.navbar-toggle.collapsed span:nth-of-type(3) {
  -webkit-transform: rotate(0);
  transform: rotate(0);
  bottom: 0;
}

.navbar-toggle span:nth-of-type(1) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 8px;
}

.navbar-toggle span:nth-of-type(2) {
  opacity: 0;
  width: 0;
  margin-left: 50%;
}

.navbar-toggle span:nth-of-type(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transform: rotate(-45deg);
  bottom: 6px;
}

#header_menu .nav-products .caret {
  display: none;
}

@media screen and (min-width: 768px) {

  #header_menu .nav-products.dropdown.open {
    background: #fff;
  }

  .navbar-right .dropdown-menu {
    left: 0;
    right: auto;
    overflow: hidden;
    border-radius: 0 7px 7px 8px !important;
    min-width: 140px;
  }

  .affix .navbar-right .dropdown-menu {
    border-radius: 0 0 8px 8px !important;
  }

}

/* Submenu in-line with parent */

@media screen and (min-width: 768px) {

  .dropdown-menu > li > a {
    padding: 5px 10px 5px 20px;
  }

}

/* Slide-left | -right hamburger */

@media screen and (max-width: 767px) {

  .navbar-default {
    background-color: rgba(255, 255, 255, 0);
  }

  .menu-open .navbar-default {
    background-color: rgba(255, 255, 255, 1);
  }

  [class*=navbar-slide-] .navbar-collapse {
    display: block;
    min-height: 100%;
    background: #ccc;
    position: fixed;
    border: 0;
    width: 75%;
    -webkit-transition: right .75s ease, left 1.5s ease;
    transition: right .75s ease, left 1.5s ease;
  }

/* Slide right -> left */

  .navbar-slide-right .navbar-collapse,
  .navbar-slide-right .navbar-collapse.collapsing[aria-expanded=false] {
    -webkit-box-shadow: -2px 2px 2px rgba(0, 0, 0, .35);
    box-shadow: -2px 2px 2px rgba(0, 0, 0, .35);
    border-left: 1px solid #eee;
    right: -75%;
  }

  .navbar-slide-right .navbar-collapse.collapsing,
  .navbar-slide-right .navbar-collapse.in {
    right: 0;
  }

  [class*=navbar-slide] [class*=icon-] a:before {
    font-family: "icons";
    color: #666;
    padding: 0 15px 0 0;
    -webkit-transform: scale(1.5) translateY(1px);
    transform: scale(1.5) translateY(1px);
    display: inline-block;
  }

  [class*=navbar-slide] .icon-products > a:before {
    content: "\e01d";
  }

  [class*=navbar-slide] .icon-distributors a:before {
    content: "\e034";
  }

  [class*=navbar-slide] .icon-about a:before {
    content: "\e057";
  }

  [class*=navbar-slide] .icon-contact a:before {
    content: "\e06e";
  }

  [class*=navbar-slide] #menu li > a {
    padding: 10px 30px 8px 25px !important;
  }

}

@media (max-width: 767px) and (orientation:landscape) {

  [class*=navbar-slide-] .navbar-collapse {
    width: 50%;
  }

}

/* Language selector */

.js-wpml-ls-legacy-dropdown-click.wpml-ls-legacy-dropdown-click {
  width: 30px !important;
  max-width: 30px !important;
  position: absolute;
  top: 12px;
  right: 15px;
}

.wpml-ls-legacy-dropdown-click .wpml-ls-flag {
  display: inline;
  vertical-align: middle;
  width: 30px;
  height: auto;
}

.wpml-ls-legacy-dropdown-click a {
  display: block;
  text-decoration: none;
  border: none;
  background-color: transparent;
  padding: 0;
  line-height: 0;
}

.wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu {
  border: none;
  margin: 10px 0 0 0;
  background: transparent;
  padding: 0;
}

.wpml-ls-legacy-dropdown-click a.wpml-ls-item-toggle:after {
  content: none;
}

.wpml-ls-legacy-dropdown-click a:hover,
.wpml-ls-legacy-dropdown-click a:focus,
.wpml-ls-legacy-dropdown-click .wpml-ls-current-language:hover > a {
  background-color: transparent;
}

@media (min-width:992px) {

  a.navbar-brand.topnav:after {
    content: "textiles to rely on";
    color: #fff;
    position: absolute;
    top: 17px;
    left: 180px;
    font-size: 16px;
    opacity: 1;
    -webkit-transition: all .25s ease;
    transition: all .25s ease;
  }

  .affix a.navbar-brand.topnav:after {
    color: #000;
    font-size: 0;
  }

  .template-distributors a.navbar-brand.topnav:after {
    color: #000;
  }

}

@media (min-width:768px) and (max-width:1199px) {

  .nav > li > a {
    padding: 17px 10px !important;
  }

}

@media (max-width:767px) {

  .wpml-ls-legacy-dropdown-click .wpml-ls-flag {
    width: 26px;
  }

  .wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu {
    margin: 5px 0 0 0;
  }

  .wpml-ls-legacy-dropdown-click {
    right: 15px;
  }

/* Pulldown menu */

  .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus,
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover {
    color: #333;
    background-color: #ddd;
  }

  .navbar-default .navbar-nav > li > a {
    color: #000;
  }

  .navbar-default .navbar-collapse,
  .navbar-default .navbar-form {
    border-color: #fff;
    background: rgba(255, 255, 255, 1);
    border-bottom: none;
    box-shadow: 0 4px 4px rgba(0, 0, 0, .25);
  }

  #header_menu {
    margin: 0 -15px;
  }

  .wpml-ls-legacy-dropdown-click {
    margin: 0 55px 0 0;
  }

  #header_menu > li:last-of-type {
    display: none;
  }

}

@media (max-width:480px) {

  .navbar-brand > img {
    width: 120px;
  }

  .navbar-brand {
    padding: 12px 15px;
  }

}

/* ###################################################### */
/* ### 07. Footer */
/* ###################################################### */

/* See 02. General > #wrapper */

footer {
  min-height: 120px;
  width: 100%;
  background-color: #444;
  border-radius: 0;
  margin: 0;
  color: #fff;
}

footer .container {
  max-width: 900px;
}

footer div ul {
  margin-top: 25px;
  list-style-type: none;
  padding: 0;
}

footer div ul li {
  margin: 5px 0;
}

footer div a,
footer div a:hover {
  color: #fff;
}

footer .social .icon {
  font-size: 18px;
  min-width: 28px;
  display: block;
  text-align: center;
}

footer .social a {
  text-decoration: none !important;
}

footer .social li {
  margin: 0;
}

#newsletter.response.error #cmEmail {
  color: #fff;
  background: #c00;
}

#newsletter.response.success {
  padding: 8px 10px;
  color: #fff;
  background: #409840;
}

footer #newsletter {
  margin: 20px auto 0 auto;
}

footer #newsletter #cmEmail {
  border: 1px solid #444;
  background: #fff;
  border-radius: 50px 0 0 50px;
  color: #222;
}

footer #newsletter #cmEmail:focus {
  z-index: 0;
}

footer #newsletter #cmSubmit {
  border: none;
  background: #fff200;
  border-radius: 0 50px 50px 0;
  padding: 6px 20px 6px 18px;
  min-width: 0;
  font-size: 14px;
}

footer #newsletter #cmSubmit:hover {
  background: #999 !important;
}

footer #newsletter #cmSubmit .icon {
  -webkit-transform: scale(1.5) translateY(1px);
  transform: scale(1.5) translateY(1px);
  display: inline-block;
  color: #fff;
}

@media (max-width:767px) {

  footer {
    min-height: 340px;
    line-height: 30px;
    padding: 25px 0;
  }

  footer div ul {
    margin: 0;
  }

}

/* ###################################################### */
/* ### 08. Form */
/* ###################################################### */

textarea.form-control {
  height: 120px;
  resize: none;
}

form label {
  color: #fff;
  font-weight: normal;
}

form hr {
  border-top: 1px solid #ddd;
  clear: both;
  height: 2px;
  margin: 20px 15px 40px 15px;
  float: left;
  width: 100%;
  max-width: 700px;
}

div.wpcf7 .ajax-loader {
  background: transparent url("/wp-content/themes/surefas-child/assets/img/ajax-loader.gif") center center no-repeat;
  width: 32px;
  height: 32px;
  margin: 8px 0 0 12px;
}

/* Campaign Monitor AJAX form */

#cmForm #fieldEmail {
  background: #000;
  color: #0f0;
}

/* CONTACTORM 7 */

.wpcf7 [class*=output] {
  border: none !important;
  color: #fff;
  font-weight: bold;
  -webkit-border-radius: 0;
  border-radius: 0;
  text-align: center;
  padding: 1rem !important;
  clear: both;
  margin: 1rem 15px 2rem 0 !important;
}

.wpcf7 form.sent [class*=output] {
  background: #090;
}

.wpcf7 form.invalid [class*=output]{
  background: #c00;
}

.wpcf7 form.unaccepted [class*=output] {
  background: #ffb900;
}

/* VARIOUS */

.form-control,
.form-control:focus {
  border: 0;
  border-radius: 0;
  box-shadow: none;
  background: #666;
  color: #fff;
}

.form-control:focus {
  background: #6a6a6a;
}

select.form-control {
  padding: 6px;
}

div.wpcf7 {
  margin: 0 auto;
}

span.wpcf7-not-valid-tip {
  font-size: 1em;
  display: block;
  font-weight: bold;
  position: absolute;
  background: #c00;
  color: #fff;
  margin: 2px 1px 0 0;
  padding: 5px 10px;
  right: 0;
  text-shadow: none;
}

.wpcf7-form-control-wrap {
  position: relative;
  display: inline-block;
  width: 100%;
}

span.wpcf7-list-item {
  margin: 0;
}

label.checkboxed {
  position: relative;
  width: 100%;
}

input[type="checkbox"] {
  display: none;
}

input[type="checkbox"] + span {
  display: block;
  padding: 7px 0 7px 34px;
  cursor: pointer;
  font-size: 15px;
}

input[type="checkbox"] + span:before {
  content: "";
  border-radius: 50%;
  width: 24px;
  height: 24px;
  position: absolute;
  left: 0;
  top: 6px;
  text-align: center;
  -webkit-transition: all .25s ease;
  transition: all .25s ease;
  text-shadow: none;
  background: #fff;
/* border: 2px solid #fff200; */
}

input[type="checkbox"]:checked + span:before {
  background: #fff200;
}

.form-group {
  min-height: 68px;
}

input[type="file"] {
  min-height: 48px;
}

@media (min-width: 768px) {

  form .form-group.group-lg,
  form .form-group.group-xs {
    width: 50%;
    float: left;
    padding: 0 15px 0 0;
  }

  form .form-group.group-lg {
    width: 100%;
    clear: both;
  }

}

/* ###################################################### */
/* ### 09. Sidebar */
/* ###################################################### */

.aside {
  color: #fff;
}

.aside h3 {
  margin: 10px 0;
}

.aside h3 a {
  color: #fff;
}

.aside .vcard {
  font-size: 18px;
  line-height: 32px;
  float: left;
  width: 100%;
}

.aside .vcard a[href*=mailto]:hover {
  color: #fff;
  text-decoration: underline;
}

/* ###################################################### */
/* ### 10. Hero */
/* ###################################################### */

.hero {
  background: #fff200 url( data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw== ); center center no-repeat;
  background-position: fixed;
  background-size: cover;
  margin: 0 0 50px 0;
  padding: 50px 0 0 0;
}

.hero h1 {
  color: #fff;
  text-shadow: 0 0 4px rgba(0, 0, 0, .5);
  margin: 48px 0;
  text-transform: uppercase;
  font-size: 60px;
}

@media (max-width:767px) {

  .hero {
    margin: 0 0 35px 0;
  }

  .hero h1 {
    margin: 20px 0;
    font-size: 40px;
  }

}

/* ###################################################### */
/* ### 11. Buttons */
/* ###################################################### */

.btn.active,
.btn:active {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn {
  border: 2px solid #fff200;
  background: transparent;
  color: #fff200;
  box-shadow: none;
  border-radius: 120px;
  min-width: 80px;
  text-transform: uppercase;
  padding: 8px 20px;
  font-weight: bold;
  font-size: 20px;
}

.btn.active,
.btn:active,
.btn.focus,
.btn:focus,
.btn:hover {
  color: #333 !important;
  background: #fff200 !important;
  border-color: #fff200 !important;
}

.btn.btn-download i.icon {
  -webkit-transform: scale(1.5) translateY(1px);
  transform: scale(1.5) translateY(1px);
  display: inline-block;
  margin: 0 20px 0 0;
}

.btn.btn-news i {
  display: inline-block;
  -webkit-transform: scale(1.25) translateY(1px);
  transform: scale(1.25) translateY(1px);
  margin: 0 10px 0 0;
}

.btn.btn-share {
  min-width: 0;
  padding: 0;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  line-height: 60px;
  font-size: 30px;
}

.btn.btn-share i {
  display: inline-block;
}

.btn-share .hc-twitter {
  -webkit-transform: translateY(2px);
  transform: translateY(2px);
}

.btn-share .hc-facebook {
  -webkit-transform: translateY(1px);
  transform: translateY(1px);
}

.btn-share .hc-linkedin {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.template-home .fullscreen .btn {
  margin: 10px;
}

.btn-light {
  border-color: #fff;
  color: #fff;
}

.btn-light:hover,
.btn-light:active,
.btn-light:focus {
  background: #fff !important;
  color: #fff200 !important;
}

.btn-dark {
  border-color: #333;
  color: #333;
}

.btn-dark:hover,
.btn-dark:active,
.btn-dark:focus {
  background: #333 !important;
  color: #fff !important;
}

/* ###################################################### */
/* ### 12. Images */
/* ###################################################### */

#wrapper .content img[class*=wp-image-][class*=size-],
#wrapper .content div[id*=attachment_] {
  max-width: 100%;
  text-align: center;
}

figure img {
  border-radius: 12px;
}

/* ###################################################### */
/* ### 13. Jumbotron */
/* ###################################################### */

.jumbotron {
  background: transparent;
  color: #fff;
  border-radius: 0;
  border: 0;
  padding: 15px;
}

.jumbotron h1 {
  font-size: 40px;
  margin: 0;
}

.jumbotron div.paragraph {
  margin: 25px 0 35px 0;
  font-size: 22px;
  line-height: 32px;
}

/* ###################################################### */
/* ### AA. Home */
/* ###################################################### */

.template-home .announcement {
  background: #fff200;
  color: #333;
  padding: 20px;
}

.template-home .announcement p {
  font-size: 20px;
}

.template-home .announcement a.btn {
  margin: 25px auto 20px auto;
}

#announcement a:not(.btn) {
  border-bottom: 2px solid #333;
  color: #333;
  opacity: .75;
}

#announcement a:not(.btn):hover {
  text-decoration: none;
  opacity: 1;
}

@media (min-width:992px) {

  .template-home .fullscreen img {
    width: 380px;
  }

  .template-home .fullscreen h1 {
    margin: 75px auto;
  }

}

@media (max-width:767px) {

  .template-home .fullscreen + #wrapper {
    padding: 50px 0 0 0;
  }

}

@media (max-width:767px) and (orientation:landscape) {

  .template-home .fullscreen .container {
    padding-top: 75px;
  }

  .template-home .fullscreen h1 {
    margin: 35px auto;
  }

}

/* -------------------------------------- */
/* section #products */
/* -------------------------------------- */

.template-home #products figure .img-logo {
  margin: 40px auto;
  width: 100%;
  height: auto;
}

.template-home #products h2,
.template-home #products .paragraph:first-of-type {
  margin: 20px auto;
}

.template-home #products .row:last-of-type {
  margin-top: 40px;
}

.template-home #products figcaption h3 {
  font-weight: bold;
  margin: 30px 0 15px 0;
}

.template-home #products figcaption h4 {
  color: #666;
  font-size: 20px;
  font-weight: normal;
  margin: 10px auto 25px auto
}

.template-home #products figcaption div.paragraph {
  margin: 20px 0 30px 0;
}


@media ( min-width: 992px ) {

  .product-index-1.product-total-2 {
    margin-bottom: 6rem;
  }

}

@media (max-width: 991px) {

  .template-home #products [class*="col-"] {
    margin: 0 0 30px 0;
    padding-bottom: 30px;
  }

}

@media (max-width: 767px) {

  .template-home #products [class*="col-"] {
    border-bottom: 2px solid #ddd;
  }

  .template-home #products [class*="col-"]:last-of-type {
    margin: 0;
    border: none;
    padding-bottom: 0;
  }

  .template-home #products .btn-lg {
    width: 100%;
  }

}

/* -------------------------------------- */
/* section #applications */
/* -------------------------------------- */

.template-home #applications figure:after {
/*
  content: "i";
  width: 32px;
  height: 32px;
  background: rgba(255, 255, 255, .35);
  position: absolute;
  right: 0;
  bottom: 0;
  text-align: center;
  line-height: 32px;
  font-size: 22px;
  font-weight: bold;
  color: #fff;
*/
}

.template-home #applications h2 {
  margin: 0 auto 40px auto;
}

.template-home #applications div.paragraph {
  margin: 0 0 40px 0;
}

.template-home #applications figure {
  margin: 0 auto;
  position: relative;
}

.template-home #applications figure img + img {
  position: absolute;
  top: 0;
  opacity: 0;
  -webkit-transition: opacity .5s ease;
  transition: opacity .5s ease;
}

.template-home #applications figure.active img + img {
  opacity: 1;
  border-radius: 0;
}

.template-home #applications .spacer.hidden-xs {
  width: 100%;
  height: 30px;
  clear: both;
}

.template-home #applications figure figcaption.text-left {
  position: absolute;
  background: #fff;
  z-index: 1;
  border: 1px solid #fff200;
  padding: 0;
  display: none;
  width: 100%;
  border-radius: 12px;
  overflow: hidden;
}

.template-home #applications figure figcaption.text-left.no-text {
  background: #fff200;
}

.template-home #applications figure.active figcaption.text-left {
  display: block;
}

.template-home #applications figure.active figcaption.text-left h3 {
  margin: -1px 0 5px 0;
  font-size: 20px;
  background: #fff200;
  color: #fff;
  padding: 5px 5px 5px 10px;
}

.template-home #applications figure figcaption.text-left.no-text h3 {
  margin-bottom: -1px;
}

.template-home #applications figure.active figcaption.text-left p {
  padding: 5px 10px 0 10px;
  font-size: 16px;
  line-height: 22px;
}

@media (min-width: 768px) {

  .template-home #applications .container {
    max-width: 740px;
  }

}

@media (max-width: 767px) {

  .template-home #products h2 {
    margin: 0 auto 20px auto;
  }

  .template-home #products figure img.img-responsive {
    margin: 0 auto;
    width: 75%;
    max-width: 240px;
  }

  .template-home #applications figure {
    max-width: 767px;
  }

  .template-home #applications .col-xs-6 {
    padding: 15px;
  }

  .template-home #applications .col-xs-6:last-of-type {
    padding-bottom: 0;
  }

}

/* -------------------------------------- */
/* section #testimonials */
/* -------------------------------------- */

.template-home #testimonials #quote-carousel .carousel-inner {
  min-height: 180px;
}

/* Ref 1 . https://codepen.io/nikhil/pen/pJBMPp */
/* Ref 2 . https://codepen.io/nikhil/pen/bdJXRW */

.template-home #testimonials h2 {
  margin: 0 auto 40px auto;
}

.template-home #testimonials #quote-carousel {
  padding: 0 10px 30px 10px;
}

.template-home #testimonials #quote-carousel .carousel-control {
  background: none;
  color: #cacaca;
  font-size: 2.3em;
  text-shadow: none;
  margin-top: 30px;
}

.template-home #testimonials #quote-carousel .carousel-indicators {
  position: relative;
  right: 50%;
  top: auto;
  bottom: 0px;
  margin-top: 20px;
  margin-right: -19px;
}

.template-home #testimonials #quote-carousel .carousel-indicators li {
  width: 100px;
  height: 100px;
  cursor: pointer;
  border-radius: 50%;
  overflow: hidden;
  opacity: .5;
  transition: all .4s ease-in;
  vertical-align: middle;
  margin: 0 10px;
}

.template-home #testimonials #quote-carousel .carousel-indicators .active {
  opacity: 1;
  transition: all .2s;
}

.template-home #testimonials .item blockquote {
  border-left: none;
  margin: 0;
}

/* Ref. http://www.evotech.net/blog/2007/04/named-html-entities-in-numeric-order/ */

.template-home #testimonials .item blockquote p:before {
  content: "\201D";
  font-family: sans-serif;
  margin: 0;
  font-size: 50px;
  color: #888;
  -webkit-transform: translateY(10px);
  transform: translateY(10px);
  position: absolute;
}

.template-home #testimonials .item blockquote div.paragraph {
  text-indent: -30px;
}

.template-home #testimonials .item blockquote div.paragraph small {
  font-size: 16px;
}

.template-home #testimonials .logos {
  margin-top: 40px;
  margin-bottom: 40px;
}

.template-home #testimonials h3 {
  margin: 10px auto 40px auto;
}

.template-home #testimonials .logos [class*="col-"] {
  padding: 4px;
}

@media (max-width:767px) and (orientation:portrait) {

  .template-home #testimonials #quote-carousel .carousel-inner {
    min-height: 380px;
  }

}

@media (max-width:767px) and (orientation:landscape) {

  .template-home #testimonials #quote-carousel .carousel-inner {
    min-height: 240px;
  }

}

@media (max-width: 767px) {

  .template-home #testimonials .item blockquote div.paragraph {
    text-indent: 0;
  }

  .template-home #testimonials .item blockquote p:before {
    content: "";
  }

  .template-home #testimonials .logos {
    margin-top: 0;
    margin-bottom: 0;
  }

  .template-home #testimonials .logos [class*="col-xs-"]:nth-child(odd) {
    padding: 5px 5px 5px 15px;
  }

  .template-home #testimonials .logos [class*="col-xs-"]:nth-child(even) {
    padding: 5px 15px 5px 5px;
  }


  .template-home #testimonials #quote-carousel .carousel-indicators {
    right: 0;
    width: 100%;
  }

  .template-home #testimonials #quote-carousel .carousel-indicators {
    left: 0;
    margin-left: 0;
  }

  .template-home #testimonials #quote-carousel .carousel-indicators li {
    width: 70px;
    height: 70px;
    margin: 0 5px;
  }

}

/* -------------------------------------- */
/* section #numbers */
/* -------------------------------------- */

.template-home #numbers h2 {
  margin: 100px auto 40px auto;
}

.template-home #numbers b.ready {
  color: #fff200;
  -webkit-transform: scale(1.25, 1.25);
  transform: scale(1.25, 1.25);
}

.template-home #numbers b {
  display: inline-block;
  transition : all 1s ease;
}

.template-home #numbers .col-sm-4 b {
  font-size: 60px;
}

.template-home #numbers .col-sm-4 span {
  font-size: 28px;
}

.template-home #numbers .col-sm-4 {
  padding-bottom: 25px;
}

/* -------------------------------------- */
/* section #distribution */
/* -------------------------------------- */

.template-home #distribution h2,
.template-home #distribution .paragraph {
  margin: 0 auto 40px auto;
  color: #fff;
}

.template-home #distribution {
  margin-top: 40px;
  padding: 10% 0;
  background: transparent url( data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw== ); center center no-repeat;
  background-size: 100% auto;
  background-size: cover;
  background-attachment: fixed;
}

.template-home #distribution ul {
  margin: 40px 0 0 0;
  font-size: 20px;
}

.template-home #distribution .list-inline > li {
  margin: 0 10px 0 0;
}

.template-home #distribution .list-inline > li:last-of-type {
  margin-right: 0;
}

.template-home #distribution .list-inline > li:after {
  content: "|";
  padding: 0 0 0 20px;
}

.template-home #distribution .list-inline > li:last-of-type:after {
  content: "";
  display: none;
}

@media (max-width: 767px) {

  .template-home #distribution .list-inline > li:after {
    content: "";
    display: none;
  }

  .template-home #distribution .list-inline li {
    padding: 10px 0;
    display: block;
    width: 100%;
  }

  .template-home #distribution .btn {
    margin: 12px 0;
  }

}

@media (min-width: 768px) {

  .template-home #distribution .btn {
    margin: 0 8px;
  }

}

/* -------------------------------------- */
/* section #about */
/* -------------------------------------- */

.template-home #about h2 {
  margin: 0 auto 40px auto;
}

.template-home #about {
  margin-top: 80px;
  padding: 80px 0 0 0;
  background: #666 url( data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw== ); center center no-repeat;
  background-attachment: fixed;
  background-size: cover;
}

.template-home #about * {
  color: #fff;
  text-shadow: 0 0 4px rgba(0, 0, 0, .5);
}

.template-home #about div.paragraph {
  margin: 20px 0;
}

.template-home #about .logos {
  background: rgba(255, 255, 255, .75);
  padding: 40px 20px;
  margin: 40px 0 20px 0;
}

@media (max-width: 767px) {

  .template-home #about .logos {
    margin-top: 0;
    padding: 20px 0;
    background: transparent;
  }

  .template-home #about .logos [class*="col-xs-"] {
    padding: 5px;
  }

}

/* -------------------------------------- */
/* section #company - @products #info */
/* -------------------------------------- */

.template-home #company {
  margin-top: 80px;
}

.template-home #company h2 {
  margin: 0 auto 40px auto;
}

.template-home #company div.paragraph {
  margin: 0 0 80px 0;
}

.template-home #company figure i,
.template-products #features figure i {
  margin: 0 auto;
  display: block;
  font-size: 40px;
  font-size: 10vw;
}

.template-home #company figure i.statement-1,
.template-home #company figure i.statement-2,
.template-home #company figure i.statement-3 {
  color: #fff200;
}

.template-home #company figcaption h3 {
  font-weight: bold;
  margin: 50px auto 30px auto;
}

.template-home #company figcaption div.paragraph {
  margin: 20px 0 0 0;
}

@media (max-width: 767px) {

  .template-home #company div.paragraph {
    margin-bottom: 0;
  }

  .template-home #company .text-center {
    text-align: left;
  }

  .template-home #company figure i,
  .template-products #features figure i {
    margin: 0 20px 20px 0;
    float: left;
    font-size: 20vw;
  }

  .template-home #company .row + .row [class*="col-"] {
    margin: 40px 0 60px 0;
    border-top: 2px solid #ccc;
    padding-top: 0;
  }

  .template-home #company [class*="col-"]:last-of-type {
    margin: 0;
  }

}

/* ###################################################### */
/* ### BA. Products */
/* ###################################################### */

.template-products .fullscreen-bg {
  background-color: #666;
}

.template-products #wrapper {
  padding-top: 0;
  margin-bottom: 30px;
}

.template-products section:not(#installation) {
  padding-top: 54px;
}

.template-products .fullscreen .btn {
  margin-bottom: 40px;
}

.template-products #submenu .container {
  padding-right: 0;
}


.template-products #submenu * {
  color: #333;
  font-size: 16px;
  display: inline-block;
  margin: 0;
}

.template-products #submenu li a {
  padding: 17px 20px;
}

/* -------------------------------------- */
/* section #features */
/* -------------------------------------- */

.template-products #features img.logo {
  margin: 20px auto 40px auto;
  width: 560px;
  max-width: 90%;
  height: auto;
}

.template-products.page-imar #features img.logo {
  background-image: url(https://suretex.com/wp-content/uploads/2023/12/IMAR-logo.png);
  background-size: cover;
  object-position: -99999px 99999px;
}

.template-products #features div.paragraph {
  margin: 0 0 80px 0;
}

.template-products #features figure img {
  margin: 0 auto;
  border-radius: 50%;
  max-width: 75%;
}

.template-products #features figcaption h3 {
  font-weight: bold;
  margin: 50px auto 30px auto;
}

.template-products #features figcaption div.paragraph {
  margin: 20px 0 0 0;
}

/* -------------------------------------- */
/* section #info */
/* -------------------------------------- */

.template-products #info h2 {
  margin: 0 auto 20px auto;
}

.template-products #info figcaption p {
  font-size: 18px;
  line-height: 28px;
}

.template-products #info figure img {
  margin: 50px auto;
}

/* -------------------------------------- */
/* section #product */
/* -------------------------------------- */

.template-products.modal-hide .modal-backdrop,
.template-products.modal-hide .modal {
  display: none !important;
}

.template-products #product figure:after {
/*
  content: "\e0d2";
  position: absolute;
  top: 0px;
  left: 15px;
  width: 32px;
  height: 32px;
  background: rgba(0, 0, 0, .15);
  text-align: center;
  line-height: 32px;
  font-size: 16px;
  font-family: "icons";
  color: #fff;
  pointer-events: none;
*/
}

.template-products #product figure {
  cursor: pointer;
}

.template-products #product figure img {
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
}

.template-products #product figure:hover img {
  opacity: .75;
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}

.template-products #prod-image {
  margin: 10px auto 30px auto;
}

.template-products #modal-prod .modal-body {
  position: relative;
  padding: 15px 30px;
}

.template-products #product {
  margin-bottom: 100px;
  margin-bottom: 0; /* disable when adding more blocks to this page */
}

.template-products #product h2 {
  margin: 0 auto 60px auto;
}

.template-products #product h3 {
  margin: 80px 0 40px 0;
  padding: 0 0 10px 0;
}

.template-products #product h3.toggle-xs i {
  transition: transform .5s ease;
  transform: translateY(1px);
}


.template-products #product h3.toggle-xs.collapsed i {
  -webkit-transform: scaleY(-1) translateY(-1px);
  transform: scaleY(-1) translateY(-1px);
}

.template-products #product h3.toggle-xs small {
  font-size: 16px;
  margin: 5px 0 0 0;
  color: #666;
  font-weight: normal;
  display: block;
}

.template-products #product figcaption,
.template-products #product h3 {
  text-align: left;
}

.template-products #product figure img {
  margin: 0 auto 40px auto;
}

.template-products #product figcaption h3 {
  font-weight: bold;
  margin: 50px auto 30px auto;
}

.template-products #product figcaption div.paragraph {
  margin: 20px 0 0 0;
}

.template-products #product .btn {
  margin: 15px auto 0 auto;
}

/* -------------------------------------- */
/* section #installation */
/* -------------------------------------- */

.template-products #installation i.icon {
  margin: 0 auto;
  font-size: 90px;
  background: #fff;
  display: inline-block;
  padding: 20px;
  border-radius: 50%;
}

.template-products #installation .btn.btn-download {
  margin: 30px 0;
}

.template-products #installation .installation_faq {
  background: #aaa url( data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw== ); center center no-repeat;
  background-size: 100% auto;
  background-size: cover;
  padding: 80px 15px;
}

.template-products #installation .installation_faq img {
  margin: 0 auto;
}

.template-products #installation .installation_faq h2 {
  margin: 40px auto 0 auto;
  text-shadow: 0 0 5px rgba(255, 255, 255, .75);
}

.template-products #installation .installation h3 {
  margin: 60px 0 40px 0;
}

.template-products #installation .videoWrapper {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  height: 0;
  background: #ccc;
}

.template-products #installation .videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.template-products #installation .steps {
  padding: 0 0 0 15px;
}

.template-products #installation .steps li {
  margin: 0 0 10px 0;
}

/* -------------------------------------- */
/* section #faq */
/* -------------------------------------- */

.template-products #faq img {
  max-width: 100%;
  height: auto;
  margin: 20px auto;
}

.template-products #faq h2 {
  margin: 0 0 40px 0;
}

.template-products #faq .panel-title {
  font-size: 20px;
  margin: 5px 0;
}

.template-products #faq .panel-body {
  background: transparent;
  color: #000;
}

.template-products #faq .panel-default > .panel-heading {
  background-color: transparent;
  border: none;
  border-radius: 0;
}

.template-products #faq .panel-default > .panel-heading a,
.template-products #faq .panel-default > .panel-heading:focus a {
  color: #000;
}

.template-products #faq .panel-group .panel {
  border-radius: 0;
}

#faq .panel-default > .panel-heading + .panel-collapse > .panel-body,
#faq .panel-default {
  border: none;
}

#faq .panel {
  -webkit-box-shadow: none;
  box-shadow: none;
}

#faq .panel-heading {
  padding: 10px 0;
}

#faq .panel-body {
  padding: 0;
}

.template-products.submenu_affix #submenu li.active a {
  text-decoration: underline;
}

/* colors @strataglass */

.template-products.page-strataglass .fullscreen-bg:after {
  background: rgba( 0, 0, 0, .5 );
}

.template-products.page-strataglass #faq .panel-default > .panel-heading a,
.template-products.page-strataglass #installation i.icon,
.template-products.page-strataglass #features figure i {
  color: rgba( 0, 185, 232, 1 );
}

.template-products.page-strataglass #submenu {
  background-color: rgba( 0, 185, 232, 1 );
}

.template-home #products .btn-strataglass,
.template-products.page-strataglass .btn {
  color: rgba( 0, 185, 232, 1 );
  border-color: rgba( 0, 185, 232, 1 );
}

.template-home #products .btn-strataglass.active,
.template-home #products .btn-strataglass:active,
.template-home #products .btn-strataglass.focus,
.template-home #products .btn-strataglass:focus,
.template-home #products .btn-strataglass:hover,
.template-products.page-strataglass .btn.active,
.template-products.page-strataglass .btn:active,
.template-products.page-strataglass .btn.focus,
.template-products.page-strataglass .btn:focus,
.template-products.page-strataglass .btn:hover {
  background: rgba( 0, 185, 232, 1 ) !important;
  border-color: rgba( 0, 185, 232, 1 ) !important;
}

.template-products.page-strataglass #product a {
  color: rgba( 0, 185, 232, 1 );
}

/* colors @imar */

.template-products.page-imar .fullscreen-bg:after {
  background: rgba( 0, 0, 0, .5 );
}

.template-products.page-imar #faq .panel-default > .panel-heading a,
.template-products.page-imar #installation i.icon,
.template-products.page-imar #features figure i {
  color: rgba( 0, 56, 124, 1 );
}

.template-products.page-imar #submenu {
  background-color: rgba( 0, 56, 124, 1 );
}

.template-home #products .btn-imar,
.template-products.page-imar .btn {
  color: rgba( 0, 56, 124, 1 );
  border-color: rgba( 0, 56, 124, 1 );
}

.template-home #products .btn-imar.active,
.template-home #products .btn-imar:active,
.template-home #products .btn-imar.focus,
.template-home #products .btn-imar:focus,
.template-home #products .btn-imar:hover,
.template-products.page-imar .btn.active,
.template-products.page-imar .btn:active,
.template-products.page-imar .btn.focus,
.template-products.page-imar .btn:focus,
.template-products.page-imar .btn:hover {
  background: rgba( 0, 56, 124, 1 ) !important;
  border-color: rgba( 0, 56, 124, 1 ) !important;
  color: #fff !important;
}

.template-products.page-imar #submenu li a {
  color: #fff;
}

.template-products.page-imar a.download-link {
  color: #003a78;
}

/* colors @general */

.template-products #submenu .nav > li > a:focus,
.template-products #submenu .nav > li > a:hover {
  background: transparent;
  text-decoration: underline;
}

/* general */

/* Ref. http://stackoverflow.com/a/25214200/5118952 */

.template-products #submenu {
  border-bottom: none;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}


@media (min-width: 768px) {

/* fixed submenu */

  .template-products.submenu_affix #submenu {
    position: fixed;
    top: 54px;
    left: 0;
    right: 0;
    z-index: 1;
  }

  .template-products .gizmo {
    width: 100%;
    height: 54px;
    background: transparent;
    display: none;
  }

  .template-products.submenu_affix .gizmo {
    display: block;
  }

  .template-products [id*=collapse_] {
    display: block;
  }

  .template-products #product h3 {
    pointer-events: none;
  }

  .template-products #submenu.affix {
    width: 100%;
    left: 0;
    padding: 0;
    top: 50px;
    border: none;
    z-index: 1;
    margin: 0;
  }

  .template-products [id*=collapse_] .col-sm-3 figure {
    min-height: 480px;
  }

/*
  .template-products #product figcaption {
    min-height: 220px;
  }
*/

  .template-products hr.section {
    margin-bottom: 80px;
  }

}

@media (max-width: 767px) {

/* Submenu */

  .template-products #submenu {
    padding: 10px 0;
  }

  .template-products #submenu li a {
    padding: 10px;
  }

/* General */

  .template-products .btn.btn-download {
    width: 100%;
  }

  .template-products hr.section {
    margin-bottom: 20px;
  }

/* Collapse */

  .template-products #product h3 {
    margin: 20px 0 0 0;
    padding: 10px;
    cursor: pointer;
    border: 1px solid #000;
    background: #fff;
  }

  .template-products[class*="page-"] #product h3:hover,
  .template-products[class*="page-"] #product h3:hover small {
    color: #fff !important;
  }

  .template-products #product h3.toggle-xs small {
    margin: 10px 0 0 0;
  }

/* Collapse - colors @strataglass */

  .template-products.page-strataglass #product h3 {
    border-color: rgba( 0, 185, 232, 1 );
  }

  .template-products.page-strataglass #product h3:hover {
    background: rgba( 0, 185, 232, 1 );
  }

  .template-products.page-strataglass #product h3,
  .template-products.page-strataglass #product h3.toggle-xs small {
    color: rgba( 0, 185, 232, 1 );
  }

/* Collapse - colors @imar */

  .template-products.page-imar #product h3 {
    border-color: rgba( 0, 56, 124, 1 );
  }

  .template-products.page-imar #product h3:hover {
    background: rgba( 0, 56, 124, 1 );
  }

  .template-products.page-imar #product h3,
  .template-products.page-imar #product h3.toggle-xs small {
    color: rgba( 0, 56, 124, 1 );
  }

/* Various */

  .template-products .row.parts {
    margin-top: 25px;
  }

  .template-products #product {
    margin-bottom: 50px;
  }

  .template-products [id*=collapse_] {
    padding: 0px;
    float: left;
    margin: 20px 0px 0px;
  }

  .template-products #submenu.affix {
    position: relative;
  }

  .template-products section:not(#installation) {
    padding-top: 35px;
  }

  .template-products .fullscreen {
    margin-bottom: 0;
  }

  .template-products .fullscreen  h1 {
    font-size: 22px;
    margin: 40px 0;
  }

  .template-products .fullscreen .btn {
    margin: 10px auto 20px auto;
  }

  .template-products .fullscreen img {
    max-width: 75%;
  }

  .template-products #features div.paragraph {
    margin-bottom: 0;
  }

  .template-products #features .text-center {
    text-align: left;
  }

  .template-products #features figure img {
    margin: 0 20px 10px 0;
    width: 120px;
    float: left;
  }

  .template-products #features .row + .row [class*="col-"] {
    margin: 40px 0;
    border-top: 2px solid #ccc;
    padding-top: 0;
  }

  .template-products #features .row + .row [class*="col-"]:last-of-type {
    margin: 0;
  }

  .template-products #product h2 {
    margin: 0 auto 40px auto;
    line-height: 36px;
  }

  .template-products #product .img-producttree {
    margin: 0 auto 40px auto;
  }

  .template-products #product [class*="col-sm"] {
    margin: 0 0 40px 0;
    padding-bottom: 30px;
    border-bottom: 2px solid #ccc
  }

  .template-products #product [class*="col-sm"]:last-of-type {
    margin: 0;
    padding-bottom: 0;
    border: none;
  }

  .template-products #installation .btn.btn-download {
    width: 100%;
    margin: 30px 0;
  }

  .template-products #installation .steps {
    margin-top: 30px;
  }

  .template-products #installation i.icon {
    font-size: 90px;
  }

  .template-products #installation .installation h3 {
    line-height: 32px;
  }

}

@media (max-width:767px) and (orientation:landscape) {

  .template-products .fullscreen,
  .template-products .fullscreen-bg {
    min-height: 520px;
  }

  .template-products .fullscreen .container {
    padding-top: 75px;
  }

}

/* ###################################################### */
/* ### CA. Distributors */
/* ###################################################### */

/* Maps : wrapper */

#map {
  background-color: #444 !important;
  width: 100%;
  padding: 20% 0 0 0;
  text-align: center;
  color: #fff;
}

#map h5.loading {
  color: #aaa;
  font-size: 24px;
  font-weight: normal;
}

#map .loading i {
  color: #ccc;
  font-size: 100px;
}

/* Maps : remove Google */

/* #map .gmnoprint, -> makes markers unclickable */

#map .gmnoprint,
#map .gmnoprint a,
#map .gm-style-cc,
#map .gmnoprint span,
#map a[href^="http://maps.google.com/maps"],
#map a[href^="https://maps.google.com/maps"] {
  display: none !important;
}

/* Maps : clustered numbers */

#map .gm-style div {
  color: #333 !important;
  font-size: 18px !important;
  font-weight: normal !important;
  line-height: 300% !important;
}

/* Maps : text-balloon */

#map .gm-style-iw {
  padding: 20px 0 0 0;
}

.gm-style .gm-style-iw-t::after,
.gm-style .gm-style-iw-c {
  background: #fff200;
}

#map .gm-style-iw > div a {
  color: #333 !important;
}

#map .gm-style-iw > div > div {
  font-weight: normal;
  text-align: left;
  min-width: 240px;
  font-size: 16px !important;
  line-height: 22px !important;
  color: #333 !important;
  margin: 0 0 0 15px;
}

#map .gm-style-iw > button {
  transform: scale( 1.5 ) translate( -5px, 5px );
}

#map .gm-style-iw > div > div h6 {
  font-size: 16px;
  margin: 0 0 15px 0;
  color: #333;
}

#map .gm-style-iw > div > div .list-inline {
  margin-left: 0;
}

#map .gm-style-iw > div > div .list-inline > li {
  display: block;
  padding: 0 0 0 40px;
  margin: 8px 0;
}

#map .gm-style-iw > div > div .list-inline > li .icon {
  margin: 0 5px 0 -35px;
  color: #fff200;
  font-size: 18px;
  -webkit-transform: translate(-4px, 4px);
  transform: translate(-4px, 4px);
  display: inline-block;
  background: #333;
  border-radius: 50%;
  padding: 4px;
}

/* Maps : caption */

.template-distributors .caption {
  position: absolute;
  z-index: 1;
  background: rgba( 0, 0, 0, .75 );
  max-width: 480px;
  padding: 1rem;
  margin: 0;
  top: 70px;
  left: 15px;
  border: 1px solid #000;
}

@media (max-width: 767px) {

  .template-distributors .caption {
    max-width: 90%;
    left: 5%;
  }

}

.template-distributors .caption p {
  color: #ddd;
  line-height: 1.35;
}

.template-distributors .caption p:last-of-type {
  margin: 0 !important;
}

.template-distributors .caption a:hover {
  color: #ddd;
}

/* Maps : index */

.template-distributors .index {
  position: absolute;
  z-index: 1;
  background: rgba(255, 255, 255, .85);
  max-width: 700px;
  padding: 15px;
  margin: 0;
  line-height: 35px;
  font-weight: bold;
  top: 70px;
  left: 15px;
  border: 1px solid #999;
}

.template-distributors .index i.icon {
  font-weight: normal;
  display: inline-block;
  min-width: 20px;
  text-align: center;
  margin: 0 10px 0 0;
  font-size: 20px;
  -webkit-transform: translateY(5px);
  transform: translateY(5px);
  color: #666;
}

@media (max-width: 767px) {

  #map {
    padding: 40% 0 0 0;
  }

  #map .gm-style-iw > div > div .list-inline > li {
    padding: 0;
  }

  #map .gm-style-iw > div > div .list-inline > li .icon {
    display: none;
  }

}

@media (min-width: 768px) and (min-height: 520px) {

  .template-distributors footer {
    background-color: rgba(0, 0, 0, .85);
    position: absolute;
    bottom: 0;
  }

}

/* ###################################################### */
/* ### DA. Contact */
/* ###################################################### */

.template-contact .aside {
  border: 0;
  float: left;
}

.template-contact #wrapper {
  background: #333 url( data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw== ); center center no-repeat;
  background-attachment: fixed;
  background-size: cover;
  padding-top: 80px;
}

.template-contact .form {
  color: #fff;
  text-shadow: 0 0 6px rgba(0,0,0,.5);
}

.template-contact .form h2 {
  margin-top: 0;
}

.template-contact form.wpcf7-form {
  margin: 30px 0 0 0;
  float: left;
  width: 100%;
}

#recaptcha {
  margin: 20px 0;
}

@media (min-width: 768px) {

  #recaptcha {
    float: left;
    width: 100%;
    min-height: 80px;
  }

  #recaptcha > div,
  .template-trybuy input[type="submit"],
  .template-contact input[type="submit"],
  .template-awards-2 input[type="submit"] {
    float: right;
  }

  div.wpcf7 .ajax-loader {
    position: absolute;
    right: 168px;
    margin: 8px 0 0 0;
  }

}

@media (max-width: 767px) {

  .template-contact .fullscreen .container {
    padding-top: 80px;
  }

}

/* ###################################################### */
/* ### EA. Try & Buy */
/* ###################################################### */

.template-trybuy .products {
  margin-top: 30px;
}

.template-trybuy .options {
  margin: 30px 0 0 0;
  padding: 0;
  list-style: none;
}

.template-trybuy .buy .btn {
  margin: 20px 0 0 0;
  min-width: 240px;
}

.template-trybuy .options li {
  margin: 0 0 0 10px;
}

.template-trybuy .options li label {
  margin: 0;
  padding: 4px 0;
}

.template-trybuy .options li input[type="checkbox"] + span:before {
  top: 9px;
}

.template-trybuy textarea#your-application {
  height: 48px;
}

@media (max-width: 767px) {

  .template-trybuy .buy .btn {
    display: block;
  }

  .template-trybuy .buy {
    padding-bottom: 35px;
    border-bottom: 2px solid #337ab7;
    margin-bottom: 30px;
  }

   .template-trybuy .products figure {
     float: left;
   }

  .template-trybuy .options {
    float: left;
    margin: 25px 0 35px 0;
  }

  .template-trybuy .options li {
    width: 50%;
    margin: 0;
    display: inline-block;
    float: left;
  }

  .template-trybuy .options li span {
    font-size: 14px;
  }

}

/* ###################################################### */
/* ### FA. Awards - landing */
/* ###################################################### */

.template-awards-1 hr.section {
  opacity: .35;
}

.template-awards-1 .share {
  margin: 0 -15px 25px -15px;
}

.template-awards-1 .share ol li{
  margin: 10px;
}

.template-awards-1 .img-lead {
  overflow: hidden;
}

.template-awards-1 .img-lead .img-fade {
  position: relative;
}

.template-awards-1 .img-lead .img-fade::after {
  content: "";
  background: rgba(0, 0, 0, .25);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}

.template-awards-1 .img-lead h4 {
  font-size: 40px;
  width: 100%;
  margin: 0;
  padding: 30px 60px 30px 30px;
  background: rgba(0, 0, 0, .25);
  border-bottom: 2px solid #fff;
}

.template-awards-1 .lead {
  margin-bottom: 40px;
}

.template-awards-1 .img-portrait img {
  border-radius: 50%;
}

.template-awards-1 .context h5 {
  font-size: 30px;
  margin: 0 0 30px 0;
  color: #fff;
}

.template-awards-1 .context h5:before {
  content: "\201D";
  font-family: sans-serif;
  padding: 0 15px 0 0;
  color: #fff200;
  font-size: 50px;
  transform: translateY(5px);
  display: inline-block;
}

.template-awards-1 .context small {
  color: #888;
  font-size: 16px;
  margin: 10px 0 0 0;
}

@media (max-width: 767px) {

  .template-awards-1 .img-lead h4 {
    padding: 15px 45px 15px 15px;
    font-size: 25px;
  }

  .template-awards-1 .img-lead h4 small {
    display: block;
    margin: 5px 0 0 0;
  }

  .template-awards-1 .img-portrait {
    margin-bottom: 30px;
  }

}

/* ###################################################### */
/* ### FB. Awards - apply */
/* ###################################################### */

.template-awards-2 .content div.paragraph {
  margin: 25px 0 0 0;
}

.template-awards-2 .content ul {
  padding: 5px 0 15px 25px;
  margin: 15px 0;
  color: #fff;
}

.template-awards-2 .content ul li {
  font-size: 16px;
  margin: 10px 0;
}

.template-awards-2 form {
  border-top: 2px solid #eee;
  margin-top: 20px;
  padding-top: 35px;
}

@media (min-width: 768px) {

  .template-awards-2 .tac_okay span.wpcf7-not-valid-tip {
    left: 0;
    width: 260px;
  }

  .template-awards-2 form {
    float: left;
  }

}

/* ###################################################### */
/* ### GA. Basic page */
/* ###################################################### */

body[class*=template-basic] #wrapper,
body[class*=template-404] #wrapper,
body[class*=template-article] #wrapper,
body[class*=template-awards-] #wrapper,
body[class*=template-trybuy] #wrapper {
  background: #333 url( data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw== ); center center no-repeat;
  background-attachment: fixed;
  background-size: cover;
}

body[class*=template-basic] a:hover,
body[class*=template-404] a:hover,
body[class*=template-article] a:hover,
body[class*=template-awards-] a:hover,
body[class*=template-trybuy] a:hover,
body[class*=template-basic] #wrapper,
body[class*=template-404] #wrapper,
body[class*=template-article] #wrapper,
body[class*=template-trybuy] #wrapper,
body[class*=template-awards-] #wrapper {
  color: #fff;
}

.template-basic #wrapper ul,
.template-basic #wrapper ol {
  line-height: 28px;
}

.template-basic .content h2,
.template-basic .content h3 {
  margin: 20px 0;
}

.aside .btn-list {
  margin: 10px 0 40px 0;
  padding: 0;
  list-style: none;
}

.aside .btn-list li {
  margin: 0 0 20px 0;
}

@media (max-width: 767px) {

  [class*=template-basic] .btn-download {
    width: 100%;
    margin: 0 auto 30px auto;
  }

  [class*=template-basic] .title_wrap,
  [class*=template-article] .title_wrap,
  [class*=template-awards-] .title_wrap {
    margin: 50px auto 0 auto;
  }

  [class*=template-basic] .fullscreen h1,
  [class*=template-article] .fullscreen h1,
  [class*=template-awards-] .fullscreen h1 {
    font-size: 40px;
  }

}

/* ###################################################### */
/* ### HA. News - overview */
/* ###################################################### */

.read-more {
  color: #ccc;
  display: inline-block;
  margin: 0 0 0 6px;
  font-size: 13px;
}

.template-articles hr {
  float: left;
  width: 100%;
  margin: 20px 0 40px 0;
}

.template-articles .content h2 {
  margin: 0 0 20px 0;
}

.template-articles .content .col-md-10:last-of-type hr {
  display: none;
}

@media (min-width: 768px) {

  .date-badge {
    max-width: 100px;
    background: transparent;
    max-width: 100px;
    border: 2px solid #fff200;
  }

  .date-badge .date {
    display: block;
    font-size: 36px;
    font-weight: 600;
    line-height: 1;
    color: #fff200;
    padding: 10px;
  }

  .date-badge .month-year {
    display: block;
    background: #fff200;
    color: #fff;
    padding: 5px 10px;
    font-size: 15px;
    font-weight: bold;
  }

}

@media (max-width: 767px) {

  .date-badge.text-center {
    text-align: left;
    font-weight: bold;
    margin: 0 0 5px 0;
    font-size: 16px;
  }

  .template-articles .content [class*=col-] {
    padding: 0;
  }

}

/* ###################################################### */
/* ### HB. News - article */
/* ###################################################### */

.template-article .btn-list {
  margin: 0 0 20px 0;
}

.template-article .btn-list .btn-share {
  margin: 0;
  width: 45px;
  height: 45px;
  line-height: 45px;
  font-size: 22px;
}

.template-article article > h2:first-of-type {
  margin-top: 0;
  width: 100%;
  clear: both;
}

.template-article h2 small {
  display: block;
  margin: 10px 0 20px 0px;
  border-bottom: 2px solid #ccc;
  padding: 0 0 10px 0;
  color: #ccc;
}

.template-article .article-img img {
  margin: 8px 25px 25px 0;
  max-width: 360px;
}

@media (max-width: 767px) {

  .template-article .btn-list {
    text-align: left;
  }

  .template-article .btn-list li:first-of-type {
    width: 100%;
    margin: 10px 0 20px 0;
  }

  .template-article .article-img {
    margin: 40px auto;
    display: block;
  }

  .template-article .article-img img {
    max-width: 100%;
    float: none !important;
    margin: 0 auto;
  }

}

/* ###################################################### */
/* ### IA. 404 */
/* ###################################################### */

.template-404 img[src*=svg] {
  max-height: 480px;
  margin: 0 auto;
}

/* ###################################################### */
/* ### JA. Press */
/* ###################################################### */

.page-press .wp-caption {
  float: left;
  margin: 8px 25px 25px 0;
}

.page-press .content ul {
  margin: 30px 0;
  display: inline-block;
}

@media (max-width: 767px) {

  .page-press .wp-caption {
    margin: 0 auto 40px auto;
    display: block;
    float: none !important;
  }

}