/*
Theme Name:         Ricky Richards
Description:        Ricky Richards is a WordPress starter theme based on Foundation 6 by Zurb
Version:            1.0.0
Author:             Emmix

*/

body,
h1,
h2,
h3,
h4,
h5,
h6,
p {
    font-family: 'Roboto', sans-serif;
}

body,
p {
    font-size: 0.9375rem;
    color: #586674;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Ubuntu', sans-serif;
    color: #353f49;
    font-weight: 700;
}

header,
footer {
    font-weight: 400;
}

a {
    color: #9966cc ;
}
.entry-content a{
    /*color: #1779ba;*/
}
body:not(.page-template-division) .entry-content a,body:not(.page-template-division) .site-content a{
    color: #00bcb4;
}
button:focus,
button:active {
    outline: none;
}

.clear {
    height: 4rem;
}

.content ul {
    margin-left: 0;
}

.content li {
    list-style: none;
    clear: left;
    display: block;
}

.content li::before {
    font-family: FontAwesome;
    content: '\f105';
    display: block;
    float: left;
    margin-right: 9px;
    color: #00bcb4;
}
.page-template-about-story ul.sun-control li a{
    color: #ff8d6a
}
.header-container {
    padding: 1.875rem 0;
}
.social-header{
    float: right;
}
.social-header .social-item{
    display: inline-block;
}
.head-right {
    float: right;
}

.fullWidth {
    display: block;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    max-width: initial;
}

.sections {
    display: block;
    padding: 0.9375rem;
    width: 100%;
}

.contain {}

.sc_font {
    font-family: 'Ubuntu', sans-serif;
}

.sc_font h1,
.sc_font h2,
.sc_font h3,
.sc_font h4,
.sc_font h5,
.sc_font h6 {
    font-family: 'Ubuntu', sans-serif;
}

.middle {
    display: table-cell;
    vertical-align: middle;
    height: 100%;
}

.categories .middle {
    height: 322px;
}

.categories_extend .middle {
    height: 422px;
}

.main-content {
    padding-bottom: 0.9375rem;
}

.gform_wrapper textarea {
    resize: inherit;
}

.primary-menu {
    float: left;
}

.primary-menu>li:not(.has-form) {
    display: inline-block;
    margin-right: 1.5rem;
}

.primary-menu>li.has-form {
    float: right;
    margin-top: 5px;
}

.primary-menu li.menu-item-has-children:not(.has-form) {
    position: relative;
}

.primary-menu li:not(.has-form)>a {
    position: relative;
}

.primary-menu>li:not(.has-form)>a::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 3px;
    background: #00b7b3;
    bottom: 0;
    left: 0;
    -webkit-transform: scale(0, 1);
    transform: scale(0, 1);
    -webkit-transition: -webkit-transform 0.3s ease-out;
    transition: -webkit-transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
    transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
}

.primary-menu>li:not(.has-form)>a:focus::before,
.primary-menu>li:not(.has-form)>a:hover::before,
.primary-menu>li.current-menu-item:not(.has-form)>a::before,
.primary-menu>li.active:not(.has-form)>a::before,
.primary-menu>li:not(.has-form):hover>a::before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
}

.primary-menu li.menu-item-has-children:not(.has-form)>a::after {
    content: "\f107";
    font-family: FontAwesome;
    font-weight: 400;
    display: inline-block;
    padding-left: 5px;
}

.primary-menu .dropdown {
    margin: 0;
    list-style: none;
    position: absolute;
    top: 100%;
    left: 0;
    min-width: 12.375rem;
    background-color: #fff;
    padding: .9375rem 0;
    opacity: 0;
    visibility: hidden;
    z-index: 100;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.primary-menu>.menu-item-has-children>.dropdown {
    -webkit-transform: translateY(1.25rem);
    transform: translateY(1.25rem);
}

.primary-menu .dropdown li>a:focus,
.primary-menu .dropdown li>a:hover,
.primary-menu .dropdown li.current-menu-item>a {
    color: #333;
}

.primary-menu li.menu-item-has-children:hover>.dropdown {
    opacity: 1;
    visibility: visible;
}

.primary-menu>li.menu-item-has-children:hover>.dropdown {
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

.primary-menu .dropdown li.menu-item-has-children:not(.has-form)>a::after {
    content: "\f105";
}

.primary-menu .dropdown .dropdown {
    left: 100%;
    top: 0;
    -webkit-transform: translateX(-1.25rem);
    transform: translateX(-1.25rem);
}

.primary-menu .dropdown li.menu-item-has-children:hover>.dropdown {
    -webkit-transform: translateX(0);
    transform: translateX(0);
}

.header-search {
    float: left;
    display: block;
    padding: 1.125rem 0;
}

.primary-menu li>a {
    font-size: 1.125rem;
    padding: 1.125rem 1rem;
    color: #353f49;
}

#mobile-menu .menu {
    margin-top: 6rem;
}

#mobile-menu .is-drilldown-submenu-parent>a::after {
    right: -1rem;
}

#mobile-menu .is-drilldown li {
    font-size: 1.1rem;
    padding: .6875rem 0;
}

#mobile-menu ul ul {
    background: #000;
}

.harmburger-menu {
    width: 3.875rem;
    height: 4.5rem;
    font-size: 1.5rem;
    position: absolute;
    right: 0;
    top: 3rem;
    cursor: pointer;
}

.slick-slide {
    display: none;
}

.slick-slide img {
    width: 100%;
}

.home-sliders {
    overflow: hidden;
    height: 27.8125rem;
}

.slick-prev,
.slick-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 1.375rem;
    height: 4rem;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}

.slick-next {
    right: -2rem;
    background: url('assets/images/icons/arrow.png') no-repeat;
    background-size: contain;
}

.slick-prev {
    left: -2rem;
    background: url('assets/images/icons/arrow.png') no-repeat;
    background-size: contain;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
}

a.group {
    margin-bottom: 2.0625rem;
}

a.group:nth-child(3) {
    clear: both;
}

h1.head {
    font-weight: 300;
    font-size: 3.75rem;
}

.customers_logo {
    margin-top: 1.3rem;
}

.customer-item {}

.lastest-posts h1.head {
    text-align: center;
}

.lastest-post {
    margin: 3rem 0;
}

.lastest-post h3.title {
    font-size: 1rem;
    font-weight: 600;
    margin-top: 1.375rem;
    margin-bottom: 0.2rem;
}

.read-more {
    background: #c2c5c8;
    font-weight: 600;
}

.quote-graphic {
    text-align: right;
}

.quote-sub p {
    font-weight: 600;
    font-size: 2.25rem;
    line-height: 1.2;
    float: left;
    color: #fff;
    padding: 1.125rem 1px;
}

.quote .bg {
    padding: 2.9375rem 0;
}

section {
    clear: both;
    overflow: hidden;
    padding: 4rem 0;
}

.quote {}

.featured-testimonials-quotation {
    margin-bottom: 1.3125rem;
    padding-left: 6rem;
    position: relative;
}

.featured-testimonials-quotation::before {
    font-family: 'Catamaran', sans-serif;
    content: "â€œ";
    font-size: 11.4rem;
    color: #d5d9dc;
    position: absolute;
    top: -5px;
    left: 0;
    line-height: 1;
}

.testimonial-author {
    padding-left: 6rem;
}

.testimonial-author p {
    margin: 0;
}

.testimonial-author .name {
    font-weight: 600;
}

.testimonial-author .position {
    font-style: italic;
}

.testimonial-author .site {
    font-weight: 400;
}

.testi_list {
    padding: 1rem;
}

@media screen and (max-width:39.9375em) {
    .featured-testimonials-quotation,
    .testimonial-author {
        margin-left: 0;
    }
}

section.lastest-posts {
    background: #eaebec;
}

.post-item {
    background: #fff;
}

.site-footer {
    background: #333e48;
}

.social-item--value a {
    position: relative;
    width: 1rem;
    height: 1rem;
    margin: 7.22px 0;
    margin-right: 10px;
    float: left;
    color: #a9a9a9;
}

.social-item--value a:after {
    top: 100%;
    width: 0;
    border-top: 7.22px solid #fff;
}

.social-item--value .fa {
    position: absolute;
    width: 100%;
    text-align: center;
    line-height: 1rem;
    font-size: 1rem;
}
.social-item--value a.fb:hover{color:#778ab8;}
.social-item--value a.li:hover{color:#1263a4;}
.social-item--value a.tw:hover{color:#1f9af1;}
.social-item--value a.yt:hover{color:#a20006;}
.social-item--value a.go:hover{color:#be3224;}
.social-item--value a.in:hover{color:#f8be16;}

.column:last-child:not(:first-child),
.columns:last-child:not(:first-child) {
    float: left;
}

.search-popup {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #fff;
    z-index: 9999;
    visibility: hidden;
    opacity: 0;
    transition: all .3s;
}

.search-popup.open {
    opacity: .95;
    visibility: visible;
}

.search-popup-container {
    display: flex;
    align-items: center;
    max-width: 75rem;
    width: 100%;
    height: 100%;
    padding: 0 .9375rem;
    margin: 0 auto;
    position: relative;
}

.search-popup-close {
    position: absolute;
    top: 0;
    right: .9375rem;
    margin-top: 3rem;
    width: 40px;
    height: 40px;
    font-size: 2.5rem;
    line-height: 32px;
    color: #333;
    text-align: center;
    cursor: pointer;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.search-popup-close:hover {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}

.search-popup .search-form .search-input {
    height: 3.125rem;
    font-size: 1.25rem;
    font-style: italic;
    background-color: transparent;
    border: 0;
    padding: .5rem 0;
    margin: 0;
}

.search-form {
    width: 100%;
    position: relative;
    border-bottom: 3px solid #fff;
    padding: .5rem 0;
}

.search-form .search-button {
    position: absolute;
    right: 0;
    top: calc(50% - 1.5625rem);
    width: 3.125rem;
    height: 3.125rem;
    text-align: center;
    cursor: pointer;
}

.site-footer {
    background-size: cover;
}

footer .contact-item {
    clear: both;
}

footer strong {
    display: block;
    float: left;
    width: 14%;
}

.contact-item--value .address_text {
    display: block;
    float: left;
}

footer .address_text p {
    color: #fff;
}

footer .gform_body ul {
    margin: 0px;
}

footer .gform_body ul li {
    list-style: none;
}

footer .gform_body input {
    background: #06080a;
    color: #fff;
    border: none;
}

footer .gform_body input::-webkit-input-placeholder {
    color: #fff;
}

footer .gform_body input::-moz-placeholder {
    color: #fff;
}

footer .gform_body input:-ms-input-placeholder {
    color: #fff;
}

footer .gform_body input:-moz-placeholder {
    color: #fff;
}

footer .gform_body input:focus {
    background: #06080a;
}

footer .gform_wrapper button:after {
    content: "";
}

footer .gform_wrapper button {
    padding: 0.8125rem;
}

footer .widget-title {
    color: #fff;
}

.footer-widgets {
    text-transform: none;
}

.footer-widgets .widget .widget-title {
    text-transform: none;
    font-weight: 700;
}

footer .second {
    padding-top: 0.4375rem;
}

footer .second li {
    font-weight: 700;
    margin-bottom: 1.375rem;
    line-height: 1.25rem;
}

footer .second li::before {
    content: '\f054';
    font-family: 'FontAwesome';
    font-size: 1.313rem;
    float: left;
}

footer .second li:nth-child(1) {
    color: #05afa9;
}

footer .second li:nth-child(2) {
    color: #ea8567;
}

footer .second li:nth-child(3) {
    color: #9778d3;
}

footer .second li:nth-child(4) {
    color: #fed56b;
}

footer .second li a {
    margin-left: 0.75rem;
}

footer .third li {
    line-height: 1.875rem;
}

footer .gform_description {
    font-weight: 700;
}

footer .gform_heading {
    margin-bottom: 0.625rem;
}

.footer-bottom {
    background: rgba(24, 31, 36, 0.5);
    overflow: hidden;
}

.footer-bottom p {
    color: #fff;
}

.site-content {}

.banner {
    position: relative;
    width: 100%;
    line-height: 28rem;
    background-color: #f5f5f5;
}

.banner.default-banner{
    line-height: 24rem;
}

.banner.style-default::before {
    content: "";
   /* background: url('assets/images/default-corner-top.png') top right no-repeat;*/
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    opacity: 0.85;
    background-color: rgba(7, 50, 81, 0.31);
}
.woocommerce-page .banner.style-default::before,.single-product .banner.style-default::before{
    content:none;
}
.banner.bn_home,
.banner.bn_home .contain {
    height: 27.8125rem;
}

.banner.bn_home .contain {
    background: rgba(7, 50, 81, 0.15);
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    width: 100vw;
}

.banner.bn_home .contain h2,.banner.bn_home .contain h1 {
    font-weight: bold;
    color: #fff;
    font-size: 3.125rem;
}

.banner.bn_home .contain a {
    font-weight: 400;
    font-size: 1rem;
    background: #00bcb4;
    border-radius: 5px;
    display: block;
    width: auto;
    max-width: 200px;
    margin: 0 auto;
}

.head_detail {
    position: relative;
    padding: 1rem .9375rem 1rem 6.25rem;
    display: inline-block;
    vertical-align: middle;
}

.head_detail .head__titles,
.head_detail h1 {
    color: #FFF;
    font-size: 3.125rem;
    font-family: Ubuntu;
    font-weight: 700;
}

.head_detail p {
    color: #FFF;
    font-size: 1.25rem;
}

.head_detail .author {
    font-weight: 300;
    font-style: normal;
}

h1.page-title {
    font-weight: 300;
    font-size: 3.75rem;
    margin-top: 4rem;
    margin-bottom: 2rem;
}

.logo_block {
    padding-right: 0;
}

.logo_block .logo {
    display: table-cell;
    height: 54px;
    vertical-align: middle;
}

.site-header {
    z-index: 10;
    background: white;
    position: relative;
}

.site-header::before {
    content: "";
    display: block;
    height: 3px;
    width: 100%;
    background: linear-gradient(to right, #9778d3 0%, #ffa42f 50%, #00bcb4 100%);
    position: absolute;
    bottom: 0px;
}

.pagination-centered {
    clear: both;
    margin: 0 auto;
    text-align: center;
}
body.single-supplier .main-content .wp-post-image{
    width: auto;
}
.supplier .image-container {
    padding: 2rem;
}

.supplier h3 {

}

.supplier a {
    /*display: block;*/
    margin: 0 auto;
}
.supplier .share a{
    display: inline-block;
}
.home-page-header {
    padding-top: 0.9375rem;
}

.home .site-content {
    padding-bottom: 0;
}

.home-sliders .items {
    height: calc(50vw + 50px);
}

.contain {
    position: relative;
}

.box {
    height: 322px;
    margin-top: 0.9375rem;
    margin-bottom: 0.9375rem;
}

.home .categories .box,
.home .categories .middle {
    height: 422px;
}
.sections.support > .large-12{
    display: flex;
}
.sections.categories_extend,
.sections.categories {
    padding-top: 0;
    padding-bottom: 0;
}

.categories_extend .box {
    height: 422px;
}

.bg_box {
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    background-size: cover;
    background-position: center center;
}

.box_content h2::after,
.box h2::after,
.sub_title::after,
.support h2::after {
    display: block;
    width: 1.875rem;
    background: #00bcb4;
    height: 3px;
    content: "";
    margin-top: 0.9375rem;
}

.orange .box_content h2::after {
    background: #ff8d6a;
}

.purple .box_content h2::after {
    background: #9778d3;
}

.green .box_content h2::after {
    background: #00bcb4;
}

.yellow .box_content h2::after,
.support h2::after {
    background: #ffb718;
}

.box_content {
    position: absolute;
    background: #fff;
    padding: 3.4375rem 2.5rem;
}

.large-4 .box_content {
    background: #f2f7fa;
    padding: 3.4375rem 2.5rem;
    width: 75%;
    position: relative;
    margin: 0 auto;
}

.large-8 .box_content {
    background: #f2f7fa;
    padding: 3.4375rem 2.5rem;
    min-width: 545px;
    position: relative;
    float: none;
    left: 30px;
    max-width: calc(100% - 60px);
}

.large-8 .box_content {
    max-width: calc( 55vw - 60px);
}
.home .large-12 .box_content {
    background: #f2f7fa;
    padding: 3.4375rem 2.5rem;
    /*min-width: 545px;*/
    position: relative;
    float: none;
    left: 30px;
    max-width: calc(100% - 60px);
}
.box_content h2,.box_content h3,
.box h2 {
    font-size: 2.5rem;
    font-weight: bold;
    word-break: break-word;
    overflow-wrap: break-word;
}

.box_content p {
    font-size: 0.9375rem;
}

a.find-more {
    font-style: italic;
    font-size: 0.9375rem;
}

.support .image_block {
    /*width: calc(58.33333% + 0.9375rem);*/
    width: calc(41.66667% - 0.9375rem);
    padding-right: 0;
    padding-left: 0;
    /*height: 322px;*/
    position: relative;
    overflow: hidden;
    /*background: none !important;*/
    /*background-color:#000 !important; */
}

.support .image_block img {
    width: 100%;
}

.support .content {
    /*width: calc(41.66667% - 0.9375rem);*/
    width: calc(58.33333% + 0.9375rem);
    background: #f2f7fa;
    padding: 0 40px;
    font-size: 0.9375rem;
}

.support .content .contain {
    display: table-cell;
    height: 322px;
    vertical-align: middle;
}

.support .content .contain h2 {
    font-size: 2.5rem;
    font-weight: bold;
}

.category .banner.style-One::before {
    content: "";
    background: url(assets/images/Technical-Textiles-corner-top.png) top right no-repeat;
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    opacity: 0.85;
}

.f-o-m {
    color: #9778d3;
    font-style: italic;
}

.category .post {
    background: #f2f2f2;
    padding: 50px 40px;
}

.main-content .wp-post-image {
    width: 100%;
}
.page-template-supplier .main-content .wp-post-image {
    max-width: 7.5rem;
}

h2.post-title {
    font-size: 1.875rem;
}

h2.post-title a,
h3.entry-title a {
    height: calc(2.625rem * 2);
    overflow: hidden;
    display: block;
}

h2.post-title::after {
    display: block;
    width: 1.875rem;
    background: #00bcb4;
    height: 3px;
    content: "";
    margin-top: 0.9375rem;
}

body.blog .page-title {
    display: none;
}

.blog .site-main,
.single-post .site-main,
.search-results .site-main,
.single .site-main {}

.blog .site-main .blogpost-entry {
    background: #fff;
    padding-right: .9375rem;
    padding-left: .9375rem;
    margin-bottom: 2rem;
}

.blog .column:last-child:not(:first-child) {
    float: left;
}

.entry-content {    word-wrap: break-word;}

.entry-title {
    margin-bottom: 2rem;
}

.entry-content p,
.main-content p {
    margin-bottom: 1rem;
}

.blogpost-entry.category-blog .entry-content,
.post-items .post-item .entry-excerpt {
    height: 8rem;
    overflow: hidden;
}

.block_middle p {
    color: #fff;
}

.block_item {
    padding: 5rem;
    background: url(assets/images/logo-transparent.png) no-repeat bottom right;
}

.block_item h2.title::after {
    display: block;
    width: 1.875rem;
    background: #00bcb4;
    height: 3px;
    content: "";
    margin-top: 0.9375rem;
}

.bottom_block .content li {
    display: inline-block;
    width: 49%;
}

.block_item.style-1 {
    background: url(assets/images/logo-transparent-one.png) no-repeat bottom right;
}

.block_item.style-2 {
    background: url(assets/images/logo-transparent-two.png) no-repeat bottom right;
}

.block_item.style-3 {
    background: url(assets/images/logo-transparent-three.png) no-repeat bottom right;
}

.block_item.style-4 {
    background: url(assets/images/logo-transparent-four.png) no-repeat bottom right;
}

.block_item .title {
    font-size: 2.5rem;
}

.page-template-division .hentry {
    background: #fff;
    padding: 5rem 2.5rem;
    padding-top:0;
}

.page-template-division .banner::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    opacity: 0.85;
}

.page-template-division .page-header-wrapper {
    padding-bottom: 0.9275rem;
}

.page-template-division .extend_block li {
    list-style: none;
    clear: left;
    display: block;
    min-width: 50%;
}

.page-template-division .extend_block h2 {
    width: 100%;
    word-break: normal;
}

.page-template-division .extend_block li::before {
    font-family: FontAwesome;
    content: '\f105';
    display: block;
    float: left;
    margin-right: 9px;
}

.gfield_description.validation_message,
.validation_error {
    color: red;
}

.gform_wrapper.download_wrapper button:after {
    content: "\f0ed";
}

.page-template-division .extend_block form li::before {
    display: none;
}

.page-template-division .extend_block form li {
    clear: none;
    min-width: auto;
    padding-left: 0;
}

.page-template-division .extend_block .gform_wrapper button {
    clear: left;
    display: block;
}

.page-template-division .division_experts .accordion {
    background: transparent;
}

.page-template-division .division_experts .accordion-title {
    border: none;
    border-top: 3px solid #00bcb4;
    padding-left: 0;
    background: transparent;
}

.page-template-division .division_experts .accordion-title::before {
    font-size: 1.375rem;
}

.page-template-division .division_experts .is-active>.accordion-title::before {
    content: '\f00d';
    font-family: 'FontAwesome';
}

.page-template-division .division_experts a,
.page-template-division .division_experts .profile_description h3 a {
    color: #363f49
}

.page-template-division .division_experts .profile_description a {
    color: #9966cc;
}

.page-template-division .division_experts .profile_description .email {
    word-break: break-word;
    font-size: 0.8125rem;
}
.page-template-division .style-One .division_experts a,.page-template-division .style-One .division_experts .profile_description h3 a,.page-template-division .style-One a{
    color: #00bcb4;
}
.page-template-division .style-Two .division_experts a,.page-template-division .style-Two .division_experts .profile_description h3 a,.page-template-division .style-Two a{
    color: #ff8d6a;
}
.page-template-division .style-Three .division_experts a,.page-template-division .style-Three .division_experts .profile_description h3 a,.page-template-division .style-Three a{
    color: #9778d3;
}
.page-template-division .style-Four .division_experts a,.page-template-division .style-Four .division_experts .profile_description h3 a,.page-template-division .style-Four a{
    color: #ffb718;
}
.page-template-division .style-One .division_experts .accordion-title {
    border-top: 3px solid #00bcb4;
}

.page-template-division .style-Two .division_experts .accordion-title {
    border-top: 3px solid #ff8d6a;
}

.page-template-division .style-Three .division_experts .accordion-title {
    border-top: 3px solid #9778d3;
}

.page-template-division .style-Four .division_experts .accordion-title {
    border-top: 3px solid #ffb718;
}

.page-template-division .division_experts .accordion-content {
    padding: 0;
    border: none;
    background: transparent;
}

.page-template-division .division_experts .accordion-content h3 {
    font-size: 1.25rem;
}

.page-template-division .division_experts .profile_image {
    padding-left: 0;
}

.page-template-division .division_experts .accordion-title:hover {
    background-color: transparent;
}

.page-template-division .division_experts .accordion-title span {
    clear: both;
    display: block;
}

.page-template-division .division_experts .accordion-title span.button_title {
    font-size: 1.4375rem;
    color: #000;
    margin-bottom: 0.625rem;
}

.page-template-division .division_experts .accordion-title span.button_description {
    font-size: 0.9375rem;
    color: #a0a0a0;
}

.page-template-division .division_experts .staff {
    margin-top: 1.5rem;
    margin-bottom: 1.875rem;
}

.page-template-division .style-One.banner::before {
    background-color: rgba(7, 50, 81, 0.3);
}

.page-template-division .style-One h2::after {
    background: #00bcb4;
}

.page-template-division .style-One .extend_block ul {
    max-height: 9.375rem;
    position: relative;
}

.page-template-division .style-One .extend_block li::before {
    color: #00bcb4;
}

.page-template-division .style-One .extend_block ul {
    margin: 0;
}

.page-template-division .style-One .extend_block li:nth-child(n+7) {
    position: absolute;
    right: 0;
    top: 0;
}
.page-template-division .style-One .extend_block .extra_li li:nth-child(n+7){
    min-width: 64%;
}
.page-template-division .style-One .extend_block li:nth-child(8) {
    top: calc(1.5625rem * 1);
}

.page-template-division .style-One .extend_block li:nth-child(9) {
    top: calc(1.5625rem * 2);
}

.page-template-division .style-One .extend_block li:nth-child(10) {
    top: calc(1.5625rem * 3);
}

.page-template-division .style-One .extend_block li:nth-child(11) {
    top: calc(1.5625rem * 4);
}

.page-template-division .style-One .extend_block li:nth-child(12) {
    top: calc(1.5625rem * 5);
}

.page-template-division .extend_block .content {
    padding-top: 1.875rem;
    padding-bottom: 1.875rem;
    min-width: 36vw;
}

.page-template-division .style-Two.banner::before {
    background-color: rgba(7, 50, 81, 0.3);
}

.page-template-division .style-Two h2::after {
    background: #ff8d6a;
}

.page-template-division .style-Two .extend_block ul {
    max-height: 6.375rem;
    position: relative;
}

.page-template-division .style-Two .extend_block li:nth-child(n+5) {
    position: absolute;
    right: 0;
    top: 0;
}

.page-template-division .style-Two .extend_block li:nth-child(6) {
    top: calc(1.5625rem * 1);
}

.page-template-division .style-Two .extend_block li:nth-child(7) {
    top: calc(1.5625rem * 2);
}

.page-template-division .style-Two .extend_block li:nth-child(8) {
    top: calc(1.5625rem * 3);
}

.page-template-division .style-Two .extend_block li:nth-child(9) {
    top: calc(1.5625rem * 4);
}

.page-template-division .style-Two .extend_block li:nth-child(10) {
    top: calc(1.5625rem * 5);
}

.page-template-division .style-Two .extend_block li::before {
    color: #ff8d6a;
}

.page-template-division .style-Three.banner::before {
    background-color: rgba(7, 50, 81, 0.3);
}

.page-template-division .style-Three h2::after {
    background: #9778d3;
}

.page-template-division .style-Three .extend_block ul {
    max-height: 6.375rem;
    position: relative;
}

/*.page-template-division .style-Three .extend_block li:nth-child(n+5) {
    position: absolute;
    right: 0;
    top: 0;
}

.page-template-division .style-Three .extend_block li:nth-child(6) {
    top: calc(1.5625rem * 1);
}

.page-template-division .style-Three .extend_block li:nth-child(7) {
    top: calc(1.5625rem * 2);
}

.page-template-division .style-Three .extend_block li:nth-child(8) {
    top: calc(1.5625rem * 3);
}

.page-template-division .style-Three .extend_block li:nth-child(9) {
    top: calc(1.5625rem * 4);
}

.page-template-division .style-Three .extend_block li:nth-child(10) {
    top: calc(1.5625rem * 5);
}*/

.page-template-division .style-One .extend_block ul{
    max-height: none;
}

.page-template-division .style-Three .extend_block li{
    float: left;
    width: 50%;
    clear: none;
}

.page-template-division .style-Three .extend_block li{
    float: left;
    width: 50%;
    clear: none;
}

.page-template-division .style-Three .extend_block li::before {
    color: #ff8d6a;
}

.page-template-division .style-Three .extend_block li::before {
    color: #9778d3;
}

.page-template-division .style-Four.banner::before {
    background-color: rgba(7, 50, 81, 0.3);
}

.page-template-division .style-Four h2::after {
    background: #ffb718;
}

.page-template-division .style-Four .extend_block li::before {
    color: #ffb718;
}

.page-template-division .extend_block .gform_wrapper button {
    clear: left;
    display: block;
    background-color: #ffb718;
}

.extend_block .box_content {
    height: 390px;
    position: relative;
    width: 100%;
    padding-left: 5%;
    padding-right: 0;
    padding-top: 0;
    padding-bottom: 0;
}

.page-template-division .before_footer {
    padding: 1.625rem 0;
    background: #3ac0bf;
    text-align: center;
    position: relative;
}

.page-template-division .before_footer span,
.page-template-technical .before_footer a {
    display: inline-block;
    color: #fff;
    font-weight: 600;
    font-size: 1.5rem;
    text-transform: uppercase;
    vertical-align: middle;
}

.page-template-division .before_footer a {
    padding: 0.75rem 1.125rem;
    background: none;
    border: 2px solid #fff;
    border-radius: 4px;
    margin-left: 0.9375rem;
    margin-bottom: 0;
}

.page-template-division .box,
.page-template-division .box_content {
    min-height: 390px;
    margin: 0;
}

.extend_block .sections {
    padding-left: 0;
    padding-right: 0;
}

.sub_title {
    font-size: 2.5rem;
    font-weight: bold;
}

.sidebar.print-media {}

.single-post .banner img,
.blog .banner img {
    width: 100%;
}

span.read_more {
    color: #9778d3;
}

.widget-menu-accordion {}

.widget-menu-accordion>ul.menu {
    margin-left: 0;
    border-top: 2px solid #3ac0bf;
}

.widget-menu-accordion>ul>li,
.is-accordion-submenu-parent {
    font-size: 1.125rem;
    font-weight: 600;
    list-style: none;
    border-bottom: 2px solid #3ac0bf;
    padding: 1.25rem 0;
}

.is-accordion-submenu-parent {
    clear: both;
}

.is-accordion-submenu-parent li {
    list-style: none;
}

.widget-menu-accordion ul li a,
.is-accordion-submenu-parent>a {
    color: #333e48;
    display: block;
    width: 100%;
}

.is-accordion-submenu-parent>a::after {
    font-family: 'FontAwesome';
    content: "\f067";
    display: block;
    height: 0;
    border-bottom-width: 0;
    position: absolute;
    top: 0;
    margin-top: 0;
    right: 1rem;
    border: none;
    font-size: 0.875rem;
    font-weight: 300;
}

.is-accordion-submenu-parent[aria-expanded=true]>a::after {
    content: "\f068";
    transform: none;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
}

.woocommerce input.button.apply {
    background: #3ac0bf;
    color: #fff;
    font-size: 1rem;
    font-weight: 600;
    padding: 0.875rem 0;
    float: left;
    width: 60%;
}

.woocommerce .question_form_wrapper h3.gform_title {
    font-size: 1.5625rem;
}
.single-product .entry-content h4{
    text-transform: lowercase;
}
.single-product .entry-content h4:first-letter{
     text-transform: uppercase;
}
.attribute,
select.product-cats {
    height: auto;
    font-size: 1.125rem;
    padding-top: 0.625rem;
    padding-bottom: 0.625rem;
    margin: 0;
}

hr.border {
    border-bottom: 2px solid #3ac0bf;
}

.lmp_load_more_button {
    background: #3ac0bf;
    text-align: center;
    color: #fff;
    font-size: 1.5rem;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 1.5rem;
    padding: 1.5625rem 0;
    margin-bottom: 2rem;
}

h1.product_title {
    font-size: 3.125rem;
    font-family: Ubuntu;
    font-weight: 700;
}

h2.woocommerce-loop-product__title {
    font-weight: 600;
    font-size: 1.125rem;
    font-family: 'Ubuntu', sans-serif;
    word-break: break-word;
}

.woocommerce .site-header {}

.single-product .site-content,
.woocommerce .site-content {
    padding-top: 1.875rem;
    padding-bottom: 1.875rem;
}

.single-product .page-header-wrapper {
    padding-bottom: 0;
}
.woocommerce div.product .woocommerce-tabs .panel{
    margin-bottom: 0;
}
.woocommerce div.product .woocommerce-tabs ul.tabs {
    display: none;
}

.gallery_products figure:not(:first-child) {
    display: none;
}

.woocommerce .available_colours .flex-viewport {
    width: calc(60% - 0.9375rem);
    float: left;
}

.woocommerce .available_colours .flex-viewport img {
    width: 100%;
}

.woocommerce .available_colours .flex-control-thumbs {
    display: block;
    float: left;
    width: calc(40% - 0px);
    margin: 0;
    margin-left: 0.9375rem;
}

.woocommerce .available_colours .flex-control-thumbs li {
    display: inline-block;
    width: 25%;
    padding-left: 0.9375rem;
    padding-bottom: 0.9375rem;
}

.download_datasheet {
    clear: both;
    padding-top: 1.875rem;
    padding-bottom: 1.875rem;
}

.download_datasheet a {
    display: block;
    color: #fff !important;
    font-size: 1.25rem;
    padding: 1.25rem;
    background: #00bcb4;
}

.download_datasheet a::before {
    font-family: FontAwesome;
    content: "\f0ed";
    margin-right: 0.625rem;
}

.sidebar h3.widget-title {
    font-size: 0.9375rem;
    line-height: 1.5;
    font-weight: bold;
    font-family: Ubuntu;
    color: #333;
}

.sidebar ul {
    margin-left: 1.25rem;
}

.sidebar label {
    display: none;
}

.sidebar .request_menu {
    padding: 10px;
    background-color: #3ac0bf;
}

.sidebar .request_menu a {
    color: #fff;
}

.sidebar .column:last-child:not(:first-child),
.sidebar .columns:last-child:not(:first-child) {
    float: left;
}

.page-template-check-template .banner {
    display: none
}

.my-gallery figure {}

.my-gallery figure .title {
    position: absolute;
    top: 30%;
    font-size: 0.625rem !important;
    color: #fff;
    text-align: center;
    width: 90%;
}

.gallery_products figure a {
    position: relative;
    display: block;
}

.gallery_products figure .caption {
    background: url(assets/images/showcase_gallery.png) no-repeat top right;
    width: 220px;
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    height: 156px;
    background-size: cover;
    max-width: 100%;
}

.gallery_products .caption h5 {
    margin: 0 0 15px;
    color: #fff;
    font-size: 1.875rem;
}
.MediaViewMainContentContainer{
    overflow: hidden !important;
}
.gallery_products .caption-inner {
    position: absolute;
    top: 40%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
    right: 0;
    text-align: center;
}
.title_active{
    margin-left:1.875rem;
}
.sidebar .download ul a {
    font-weight: 300;
    padding-left: 15px;
}

.woocommerce .sidebar li.intro_content {
    margin-bottom: 1.5625rem;
}

.woocommerce .sidebar [type=submit],
.woocommerce .sidebar [type=button] {
    border: none;
    background: #00bcb4;
    border-radius: 5px;
    color: #fff;
}

.woocommerce .filter {
    background: #f2f2f2;
}

.woocommerce h2.title {
    background: url(assets/images/default-logo.png) no-repeat center center;
    background-size: cover;
    color: #fff;
    font-size: 1.5625rem;
    text-align: center;
    margin-bottom: 0;
    padding-top: 1.25rem;
    padding-bottom: 0.9375rem;
}

.woocommerce .filter h3 {
    overflow: hidden;
    font-size: 0.9375rem;
    margin-top: 1.25rem;
    margin-bottom: 0.3125rem;
}

.woocommerce .filter input[type="checkbox"] {
    margin-bottom: 0;
}

.woocommerce .filter .filter_item {
    max-height: 15.625rem;
    overflow-y: auto;
    margin: 0.875rem 0;
}
.woocommerce .filter .filter_item label span{
    text-transform: capitalize;
}
.woocommerce .filter a.remove-filter {
    font-weight: normal;
    float: right;
/*    color: #00bcb4;*/
}

.woocommerce .filter .apply_section {
    overflow: hidden;
    margin: 0.875rem 0;
}

.my-gallery figcaption {
}

.rotate-logo {
    margin: 0 auto;
    background: url('assets/images/rotate-logo.png') no-repeat;
    background-size: cover;
    clear: both;
    display: block;
    width: 45px;
    height: 50px;
    -webkit-animation: spin 4s linear infinite;
    -moz-animation: spin 4s linear infinite;
    animation: spin 4s linear infinite;
}

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

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

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

.gform_wrapper ul {
    margin: 0;
}

.gform_wrapper ul li {
    list-style: none;
}

.gform_wrapper label {
    display: none;
}

.pum-container,
.pum-content,
.pum-content+.pum-close,
.pum-content+.pum-close:active,
.pum-content+.pum-close:focus,
.pum-content+.pum-close:hover,
.pum-overlay,
.pum-title {
    background: 0 0;
    border: none;
    bottom: auto;
    clear: none;
    cursor: default;
    float: none;
    font-family: inherit;
    font-size: medium;
    font-style: normal;
    font-weight: 400;
    height: auto;
    left: auto;
    letter-spacing: normal;
    line-height: normal;
    max-height: none;
    max-width: none;
    min-height: 0;
    min-width: 0;
    overflow: visible;
    position: static;
    right: auto;
    text-align: left;
    text-decoration: none;
    text-indent: 0;
    text-transform: none;
    top: auto;
    visibility: visible;
    white-space: normal;
    width: auto;
    z-index: auto
}

.pum-container .pum-content+.pum-close>span,
.pum-content,
.pum-title {
    position: relative;
    z-index: 1
}

.pum-overlay {
    position: fixed;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1999999999;
    overflow: initial;
    display: none;
    transition: all .15s ease-in-out
}

.pum-overlay.pum-form-submission-detected,
.pum-overlay.pum-preview {
    display: block
}

.pum-overlay,
.pum-overlay *,
.pum-overlay:after,
.pum-overlay:before,
.pum-overlay:after,
.pum-overlay:before {
    box-sizing: border-box
}

.pum-container {
    top: 100px;
    position: absolute;
    margin-bottom: 3em;
    z-index: 1999999999
}

.pum-container.pum-responsive {
    left: 50%;
    margin-left: -47.5%;
    width: 95%;
    height: auto;
    overflow: visible
}

.pum-container.pum-responsive img {
    max-width: 100%;
    height: auto
}

.pum-container.custom-position {
    left: auto;
    top: auto;
    margin-left: inherit
}

.pum-container .pum-content>:last-child {
    margin-bottom: 0
}

.pum-container .pum-content+.pum-close {
    background: #00bcb4;
    padding: 10px;
    right: 0;
    top: 0;
    text-decoration: none;
    text-align: center;
    line-height: 1;
    position: absolute;
    cursor: pointer;
    min-width: 1em;
    z-index: 2
}

.pum-container .pum-content+.pum-close:hover {
    background: #00bcb4;
    padding: 10px;
    right: 0;
    top: 0;
}

.pum-container.pum-scrollable .pum-content {
    overflow: auto;
    overflow-y: scroll;
    max-height: 95%
}

.pum-overlay-disabled {
    visibility: hidden
}

.pum-overlay-disabled::-webkit-scrollbar {
    display: block
}

.pum-overlay-disabled .pum-container {
    visibility: visible
}

html.pum-open.pum-open-overlay,
html.pum-open.pum-open-overlay.pum-open-fixed .pum-overlay {
    overflow: hidden
}

html.pum-open.pum-open-overlay-disabled.pum-open-fixed .pum-container,
html.pum-open.pum-open-overlay.pum-open-fixed .pum-container {
    position: fixed
}

html.pum-open.pum-open-overlay.pum-open-scrollable body>[aria-hidden] {
    padding-right: 15px
}

html.pum-open.pum-open-overlay.pum-open-scrollable .pum-overlay.pum-active {
    overflow-y: scroll;
    background: #fff;
}

html.pum-open.pum-open-overlay-disabled.pum-open-scrollable .pum-overlay.pum-active {
    position: static;
    height: auto;
    width: auto
}

.pum-container iframe.formidable {
    width: 100%;
    overflow: visible
}

.pika-single,
body div#ui-datepicker-div[style] {
    z-index: 9999999999!important
}

.pika-single {}

.popmake-close {
    cursor: pointer
}

@media only screen and (min-width:1024px) {
    .pum-container.pum-responsive.pum-responsive-nano {
        margin-left: -5%;
        width: 10%
    }
    .pum-container.pum-responsive.pum-responsive-micro {
        margin-left: -10%;
        width: 20%
    }
    .pum-container.pum-responsive.pum-responsive-tiny {
        margin-left: -15%;
        width: 30%
    }
    .pum-container.pum-responsive.pum-responsive-small {
        margin-left: -20%;
        width: 40%
    }
    .pum-container.pum-responsive.pum-responsive-medium {
        margin-left: -30%;
        width: 60%
    }
    .pum-container.pum-responsive.pum-responsive-normal {
        margin-left: -30%;
        width: 70%
    }
    .pum-container.pum-responsive.pum-responsive-large {
        margin-left: -35%;
        width: 80%
    }
    .pum-container.pum-responsive.pum-responsive-xlarge {
        margin-left: -47.5%;
        width: 95%
    }
    .pum-container.pum-responsive.pum-position-fixed {
        position: fixed
    }
}

.pum-theme-default-theme {
    background-color: rgba(255, 255, 255, 1.00)
}

.pum-container,
.pum-theme-default-theme .pum-container {
    padding: 18px;
    border-radius: 0px;
    border: 1px none #000000;
    box-shadow: 1px 1px 3px 0px rgba(2, 2, 2, 0.23);
    background-color: rgba(249, 249, 249, 1.00)
}

.pum-title,
.pum-theme-default-theme .pum-title {
    color: #000000;
    text-align: left;
    text-shadow: 0px 0px 0px rgba(2, 2, 2, 0.23);
    font-family: inherit;
    font-weight: inherit;
    font-size: 32px;
    font-style: normal;
    line-height: 36px
}

.pum-content,
.pum-theme-default-theme .pum-content {
    color: #8c8c8c;
    font-family: inherit;
    font-weight: inherit;
    font-style: normal
}

.pum-content+.pum-close,
.pum-theme-default-theme .pum-content+.pum-close {
    height: auto;
    width: auto;
    left: auto;
    right: 0px;
    bottom: auto;
    top: 0px;
    padding: 8px;
    color: #ffffff;
    font-family: inherit;
    font-weight: inherit;
    font-size: 12px;
    font-style: normal;
    line-height: 14px;
    border: 1px none #ffffff;
    border-radius: 0px;
    box-shadow: 0px 0px 0px 0px rgba(2, 2, 2, 0.23);
    text-shadow: 0px 0px 0px rgba(0, 0, 0, 0.23);
    background-color: rgba(0, 183, 205, 1.00)
}

.single-staff .entry-content h4 {
    font-size: 1.25rem;
    font-style: italic;
    color: #9aa5ad;
}
.single-staff .position:after{
    background:#000;
}
.our_team_head {
    color: #fff;
    padding-top: 10%;
    padding-left: 4vw;
}

.our_team_head h1 {
    color: #FFF;
    font-size: 3.125rem;
    font-family: Ubuntu;
    font-weight: 700;
}

.our_team_head p {
    color: #FFF;
    font-size: 1.25rem;
}

.hotspot {
    max-width: 647px;
    margin-right: 4vw;
    float: right;
}

.map-hotspot {
    width: 100%;
    position: relative;
}

.hotspot .image {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
    width: 100%;
}

.hotspot .vic.p-1 {
    top: 74%;
    left: 73%;
}

.hotspot {
    position: relative;
    z-index: 9;
}

.hotspot a:hover {
    text-decoration: none;
}

.hotspot .image {
    line-height: 0;
}

.hotspot .tip {
    position: absolute;
    display: none;
}

.hotspot .tip .area {
    display: none;
    width: 17px;
    height: 17px;
    position: relative;
    z-index: 3;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    color: #fff;
    font-size: 10px;
    font-weight: bold;
    line-height: 17px;
    text-align: center;
}

.hotspot .tip .icon {
    display: block;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: 100%;
    padding-bottom: 16px;
    width: 40px;
}

.hotspot .tip .icon:hover {
    z-index: 9;
}

.hotspot .state.active .tip .icon {
    z-index: 4;
}

.hotspot .state.active>.tip.sales,
.hotspot .state.active>.tip.business-development-manager,
.hotspot .state.focus>.tip.on .area+.icon {
    display: block;
}

.hotspot .state.focus>.tip.on .area+.icon {
    z-index: 5;
}

.hotspot .tip .icon i {
    display: block;
    background: transparent url(assets/images/map-team-marker.png) top center/cover no-repeat scroll;
    width: 40px;
    height: 60px;
    top: 0;
    position: absolute;
}

.hotspot .tip.architectural-design .icon i {
    background: transparent url(assets/images/map-team-marker-ad.png) top center/cover no-repeat scroll;
}

.hotspot .tip.sun-control .icon i {
    background: transparent url(assets/images/map-team-marker-sc.png) top center/cover no-repeat scroll;
}

.hotspot .tip.print-media .icon i {
    background: transparent url(assets/images/map-team-marker-pm.png) top center/cover no-repeat scroll;
}

.hotspot .tip.technical-textiles .icon i {
    background: transparent url(assets/images/map-team-marker-tt.png) top center/cover no-repeat scroll;
}

.hotspot .tip .icon img {
    width: 100%;
    height: 100%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    padding-top: 5px;
}

.hotspot .head-office.p-1 {
    top: 60%;
    left: 70%;
}

.hotspot .head-office.p-2 {
    top: 60%;
    left: 72%;
}

.hotspot .head-office.p-3 {
    top: 60%;
    left: 74%;
}

.hotspot .head-office.p-4 {
    top: 60%;
    left: 76%;
}

.hotspot .head-office.p-5 {
    top: 60%;
    left: 78%;
}

.hotspot .head-office.p-6 {
    top: 60%;
    left: 80%;
}

.hotspot .head-office.p-7 {
    top: 60%;
    left: 82%;
}

.hotspot .head-office.p-8 {
    top: 60%;
    left: 84%;
}

.hotspot .head-office.p-9 {
    top: 60%;
    left: 86%;
}

.hotspot .head-office.p-10 {
    top: 60%;
    left: 88%;
}

.hotspot .head-office.p-11 {
    top: 60%;
    left: 90%;
}

.hotspot .head-office.p-12 {
    top: 68%;
    left: 71%;
}

.hotspot .head-office.p-13 {
    top: 68%;
    left: 73%;
}

.hotspot .head-office.p-14 {
    top: 68%;
    left: 75%;
}

.hotspot .head-office.p-15 {
    top: 68%;
    left: 77%;
}

.hotspot .head-office.p-16 {
    top: 68%;
    left: 79%;
}

.hotspot .head-office.p-17 {
    top: 68%;
    left: 81%;
}

.hotspot .head-office.p-18 {
    top: 68%;
    left: 83%;
}

.hotspot .head-office.p-19 {
    top: 68%;
    left: 85%;
}

.hotspot .head-office.p-20 {
    top: 68%;
    left: 87%;
}

.hotspot .head-office.p-21 {
    top: 68%;
    left: 89%;
}

.hotspot .head-office.p-22 {
    top: 75%;
    left: 70%;
}

.hotspot .head-office.p-23 {
    top: 75%;
    left: 72%;
}

.hotspot .head-office.p-24 {
    top: 75%;
    left: 74%;
}

.hotspot .head-office.p-25 {
    top: 75%;
    left: 76%;
}

.hotspot .head-office.p-26 {
    top: 75%;
    left: 78%;
}

.hotspot .head-office.p-27 {
    top: 75%;
    left: 80%;
}

.hotspot .head-office.p-28 {
    top: 75%;
    left: 82%;
}

.hotspot .head-office.p-29 {
    top: 75%;
    left: 84%;
}

.hotspot .act.p-1 {
    top: 38%;
    right: 11%;
}

.hotspot .act.p-2 {
    top: 38%;
    right: 16%;
}

.hotspot .act.p-3 {
    top: 38%;
    right: 18%;
}

.hotspot .act.p-4 {
    top: 45%;
    right: 25%;
}

.hotspot .act.p-5 {
    top: 45%;
    right: 11%;
}

.hotspot .act.p-6 {
    top: 45%;
    right: 16%;
}

.hotspot .act.p-7 {
    top: 45%;
    right: 18%;
}

.hotspot .act.p-8 {
    top: 45%;
    right: 25%;
}

.hotspot .act.p-9 {
    top: 50%;
    right: 11%;
}

.hotspot .act.p-10 {
    top: 50%;
    right: 16%;
}

.hotspot .act.p-11 {
    top: 50%;
    right: 18%;
}

.hotspot .act.p-12 {
    top: 50%;
    right: 25%;
}

.hotspot .northern-territory.p-1,
.hotspot .northern-territory.p-2,
.hotspot .northern-territory.p-3,
.hotspot .northern-territory.p-4 {
    top: 28%;
    left: 44%;
}
.hotspot .northern-territory.p-2 {
    left: 48%;
}

.hotspot .northern-territory.p-3 {
    left: 52%;
}

.hotspot .northern-territory.p-4 {
    left: 56%;
}
.hotspot .northern-territory.p-5,
.hotspot .northern-territory.p-6,
.hotspot .northern-territory.p-7,
.hotspot .northern-territory.p-8 {
    top: 35%;
    left: 44%;
}
.hotspot .northern-territory.p-6 {
    left: 48%;
}

.hotspot .northern-territory.p-7 {
    left: 52%;
}

.hotspot .northern-territory.p-8 {
    left: 56%;
}

.hotspot .western-australia.p-1,
.hotspot .western-australia.p-2,
.hotspot .western-australia.p-3,
.hotspot .western-australia.p-4,
.hotspot .western-australia.p-5,
.hotspot .western-australia.p-6,
.hotspot .western-australia.p-7,
.hotspot .western-australia.p-8 {
    top: 48%;
    left: 12%;
}

.hotspot .western-australia.p-2 {
    left: 16%;
}
.hotspot .western-australia.p-3 {
    left: 20%;
}
.hotspot .western-australia.p-4 {
    left: 24%;
}
.hotspot .western-australia.p-5 {
    left: 28%;
}
.hotspot .western-australia.p-6 {
    left: 32%;
}
.hotspot .western-australia.p-7 {
    left: 36%;
}
.hotspot .western-australia.p-8,
.hotspot .western-australia.p-9,
.hotspot .western-australia.p-10,
.hotspot .western-australia.p-11,
.hotspot .western-australia.p-12,
.hotspot .western-australia.p-13,
.hotspot .western-australia.p-14,
.hotspot .western-australia.p-15 {
    top: 55%;
    left: 12%;
}
.hotspot .western-australia.p-9 {
    left: 12%;
}
.hotspot .western-australia.p-10 {
    left: 16%;
}
.hotspot .western-australia.p-11 {
    left: 20%;
}
.hotspot .western-australia.p-12 {
    left: 24%;
}
.hotspot .western-australia.p-13 {
    left: 28%;
}
.hotspot .western-australia.p-14 {
    left: 32%;
}
.hotspot .western-australia.p-15 {
    left: 36%;
}


.hotspot .queensland.p-1,
.hotspot .queensland.p-2,
.hotspot .queensland.p-3,
.hotspot .queensland.p-4,
.hotspot .queensland.p-5 {
    top: 40%;
    left: 68%;
}

.hotspot .queensland.p-2 {
    left: 72%;
}

.hotspot .queensland.p-3 {
    left: 76%;
}

.hotspot .queensland.p-4 {
    left: 80%;
}
.hotspot .queensland.p-5 {
    left: 84%;
}
.hotspot .queensland.p-6
.hotspot .queensland.p-7,
.hotspot .queensland.p-8,
.hotspot .queensland.p-9 {
    top: 46%;
    left: 72%;
}
.hotspot .queensland.p-7 {
    left: 76%;
}

.hotspot .queensland.p-8 {
    left: 80%;
}
.hotspot .queensland.p-9 {
    left: 84%;
}
.hotspot .queensland.p-10
.hotspot .queensland.p-11,
.hotspot .queensland.p-12 {
    top: 46%;
    left: 76%;
}

.hotspot .queensland.p-11 {
    left: 80%;
}
.hotspot .queensland.p-12 {
    left: 84%;
}


.hotspot .victoria.p-1,
.hotspot .victoria.p-2,
.hotspot .victoria.p-3 {
    bottom: 26%;
    left: 74%;
}

.hotspot .victoria.p-2 {
    left: 78%;
}

.hotspot .victoria.p-3 {
    left: 82%;
}
.hotspot .victoria.p-4,
.hotspot .victoria.p-5,
.hotspot .victoria.p-6 {
    bottom: 20%;
    left: 74%;
}

.hotspot .victoria.p-5 {
    left: 78%;
}

.hotspot .victoria.p-6 {
    left: 82%;
}

.hotspot .new-south-wales.p-1,
.hotspot .new-south-wales.p-2,
.hotspot .new-south-wales.p-3,
.hotspot .new-south-wales.p-4,
.hotspot .new-south-wales.p-5 {
    bottom: 36%;
    left: 74%;
}
.hotspot .new-south-wales.p-2 {
    left: 78%;
}
.hotspot .new-south-wales.p-3 {
    left: 82%;
}
.hotspot .new-south-wales.p-4 {
    left: 86%;
}
.hotspot .new-south-wales.p-5 {
    left: 90%;
}
.hotspot .new-south-wales.p-6,
.hotspot .new-south-wales.p-7,
.hotspot .new-south-wales.p-8,
.hotspot .new-south-wales.p-9,
.hotspot .new-south-wales.p-10 {
    bottom: 30%;
    left: 78%;
}
.hotspot .new-south-wales.p-7 {
    left: 78%;
}
.hotspot .new-south-wales.p-8 {
    left: 82%;
}
.hotspot .new-south-wales.p-9 {
    left: 86%;
}
.hotspot .new-south-wales.p-10 {
    left: 90%;
}

.hotspot .south-australia.p-1,
.hotspot .south-australia.p-2,
.hotspot .south-australia.p-3,
.hotspot .south-australia.p-4,
.hotspot .south-australia.p-5 {
    top: 52%;
    left: 46%;
}

.hotspot .south-australia.p-2 {
    left: 50%;
}

.hotspot .south-australia.p-3 {
    left: 54%;
}
.hotspot .south-australia.p-4 {
    left: 58%;
}
.hotspot .south-australia.p-5 {
    left: 62%;
}
.hotspot .south-australia.p-6,
.hotspot .south-australia.p-7,
.hotspot .south-australia.p-8,
.hotspot .south-australia.p-9,
.hotspot .south-australia.p-10 {
    top: 58%;
    left: 46%;
}

.hotspot .south-australia.p-7 {
    left: 50%;
}

.hotspot .south-australia.p-8 {
    left: 54%;
}
.hotspot .south-australia.p-9 {
    left: 58%;
}
.hotspot .south-australia.p-10 {
    left: 62%;
}


.hotspot .tasmania.p-1,
.hotspot .tasmania.p-2,
.hotspot .tasmania.p-3 {
    bottom: 10%;
    right: 15%;
}

.hotspot .tasmania.p-2 {
    right: 19%;
}

.hotspot .tasmania.p-3 {
    right: 23%;
}
.hotspot .tasmania.p-4,
.hotspot .tasmania.p-5,
.hotspot .tasmania.p-6 {
    bottom: 3%;
    right: 15%;
}

.hotspot .tasmania.p-2 {
    right: 19%;
}

.hotspot .tasmania.p-3 {
    right: 23%;
}

.woocommerce a.button.call,.button.call{
    display: none;
}
.term-sun-control .site-content a{
    color: #ff8d6a !important;
}
.category-sun-control .site-content .woocommerce-breadcrumb a,.category-sun-control .content li::before,.category-sun-control .site-content .available_colours a{
    color: #ff8d6a;
}
.term-sun-control.woocommerce input.button.apply,.term-sun-control .lmp_load_more_button,.category-sun-control .download_datasheet a,.category-sun-control.woocommerce .sidebar [type=submit], .category-sun-control.woocommerce .sidebar [type=button]{
    background: #ff8d6a;
}
.term-print-media .site-content a{
    color: #9778d3 !important;
}
.category-print-media .site-content .woocommerce-breadcrumb a,.category-print-media .content li::before,.category-print-media .site-content .available_colours a{
    color: #9778d3;
}

.term-print-media.woocommerce input.button.apply,.term-print-media .lmp_load_more_button,.category-print-media .download_datasheet a,.category-print-media.woocommerce .sidebar [type=submit], .category-print-media.woocommerce .sidebar [type=button]{
    background: #9778d3;
}
.category-sun-control .gallery_products figure .caption{
    background: url(assets/images/showcase-sun.png) no-repeat top right;
}
.category-print-media .gallery_products figure .caption{
    background: url(assets/images/showcase-print.png) no-repeat top right;
}
@media only screen and (max-width:1024px) {
    .pum-container.pum-responsive.pum-position-fixed {
        position: absolute
    }
}

.pum-theme-framed-border {
    background-color: rgba(255, 255, 255, 0.50)
}

.pum-container,
.pum-theme-framed-border .pum-container {
    padding: 18px;
    border-radius: 0px;
    border: 20px outset #dd3333;
    box-shadow: 1px 1px 3px 0px rgba(2, 2, 2, 0.97) inset;
    background-color: rgba(255, 251, 239, 1.00)
}

.pum-title,
.pum-theme-framed-border .pum-title {
    color: #000000;
    text-align: left;
    text-shadow: 0px 0px 0px rgba(2, 2, 2, 0.23);
    font-family: inherit;
    font-size: 32px;
    line-height: 36px
}

.pum-content,
.pum-theme-framed-border .pum-content {
    color: #2d2d2d;
    font-family: inherit
}

.pum-content+.pum-close,
.pum-theme-framed-border .pum-content+.pum-close {
    height: 20px;
    width: 20px;
    left: auto;
    right: -20px;
    bottom: auto;
    top: -20px;
    padding: 0px;
    color: #ffffff;
    font-family: Acme;
    font-size: 20px;
    line-height: 20px;
    border: 1px none #ffffff;
    border-radius: 0px;
    box-shadow: 0px 0px 0px 0px rgba(2, 2, 2, 0.23);
    text-shadow: 0px 0px 0px rgba(0, 0, 0, 0.23);
    background-color: rgba(0, 0, 0, 0.55)
}
.gfield_visibility_hidden {
    visibility: hidden;
    height: 0;
}
@media print,screen and (min-width:64em) {
    .categories .large-4 .middle,
    .categories_extend .large-4 .middle {
        width: 33vw;
    }
    .large-collapse>.columns.gallery_products {
        padding-right: 1.6667%;
    }
    .large-collapse>.columns.form {
        padding-left: 1.875rem;
    }
    .gallery_products figure a {
        min-height: 33.125rem;
    }
    .gallery_products figure a img {
        visibility: hidden;
    }
}

@media screen and (min-width:75em) {
    .page-template-division .head_detail {
        max-width: 41.6667vw;
    }
    .harmburger-menu {
        display: none;
    }
    select.attribute {
        margin-bottom: 0;
    }
}

@media screen and (max-width:75em) and (min-width:40em) {
    .woocommerce .filter h3 {
        float: none;
        clear: both;
    }
    .woocommerce .filter h3 a.remove-filter {
        float: none;
    }
    .woocommerce .filter h3 span {
        width: 100%;
        display: block;
    }
    .woocommerce input.button.apply {
        width: 100%;
    }
}

@media screen and (max-width:75em) and (min-width:64em) {
    .gallery_products .caption h5 {
        font-size: 1.375rem;
    }
}

@media print,screen and (min-width:48em) {
    .woocommerce ul.products li.product,
    .woocommerce-page ul.products li.product {
        width: calc((100% - (30px * (6 - 1)))/6);
        float: left;
        margin-right: 1.875rem;
    }
    .woocommerce ul.products li.product.last,
    .woocommerce-page ul.products li.product.last {
        margin-right: 0;
    }
}

@media print,screen and (min-width:40em) {
    #mobile-menu,
    .title-bar {
        display: block !important;
    }
}

@media screen and (max-width:38.75em) {
    .large-8.columns.yellow .box {
       
    }
    .large-8 .box_content {
        min-width: auto;
    }
    .large-4 .box_content,
    .large-8 .box_content,.home .large-12 .box_content {
        padding: 1rem 1rem;
    }

    .box_content h2,.box_content h3,
    .box h2,
    .support .content .contain h2 {
        font-size: 1.6rem;
    }
    .support .content {
        padding: 0 1rem;
    }
    .head_detail {
        padding-left: 1.25rem;
    }
    .head_detail h1 {
        font-size: 2.6rem;
    }
    .blogpost-entry.category-blog .entry-content {
        height: 7rem;
        overflow: hidden;
    }
}

@media screen and (max-width:85.375em) {
    .large-4 .box_content,
    .large-8 .box_content {
        width: 85%;
    }
}

@media screen and (max-width:76em) and (min-width:64em) {
    .large-4 .box_content h2,.large-4 .box_content h3,
    .large-8 .box_content h2,.large-8 .box_content h3,
    .support .content .contain h2 {
        font-size: 1.6rem;
    }
}

@media screen and (max-width:85.375em) and (min-width:76em) {
    .large-4 .box_content h2,.box_content h3,
    .large-8 .box_content h2,.large-8 .box_content h3 {
        font-size: 1.95rem;
    }
}

@media screen and (max-width:85.375em) and (min-width:64em) {
    .large-4 .box_content,
    .large-8 .box_content {
        padding-top: 5%;
        padding-bottom: 5%;
    }
}

@media screen and (max-width:79.9375em) {
    .primary-menu>li:not(.has-form) {
        margin-right: 1rem;
    }
}

@media screen and (max-width:74.9375em) {
    .large-4 .box_content,
    .large-8 .box_content {
        width: 90%;
    }
    .large-8 .box_content {
        max-width: 90%;
    }
    .main-navigation {
        display: none;
    }
    .is-drilldown li {
        font-size: 1.1rem;
        padding: 1rem;
    }
    .is-drilldown li a {
        color: #fff;
    }
    h1.head {
        font-size: 2.75rem;
    }
    .woocommerce a.button.call,.button.call{
        display: block;
        position: absolute;
        top: 1rem;
        right: 0.4rem;
        background: none;
        color: black;
    }
}

@media screen and (max-width:63.9375em) {
    .sections.support > .large-12{
        display: block;
    }
    .woocommerce a.button.call,.button.call{
        top:3rem;
    }
    .harmburger-menu{
        top: 6rem;
    }
    .block_item {
        padding: 0;
    }
    .support .image_block,
    .support .content {
        width: 100%;
    }
    .list_staff .description {
        margin: 10vw auto;
    }
    .categories .large-4 .middle,
    .categories_extend .middle,
    .extend_block .box_content,
    .categories .large-8 .middle {
        width: 100vw;
    }
    .large-4 .box_content,
    .large-8 .box_content,.home .large-12 .box_content {
        width: 90%;
        margin: 0 auto;
        left: auto;
    }
    .home .large-12 .box_content {
        min-width: auto;
        max-width: 100% !important;
    }
}

@media screen and (max-width:40em) {
    .quote-sub p {
        font-size: 1.265rem;
    }
    .page-template-division .extend_block ul {
        max-height: 100% !important;
    }
    .page-template-division .extend_block li {
        position: relative !important;
    }
    .page-template-division .style-One .extend_block li {
        top: auto !important;
    }
    .page-template-division .extend_block h2 {
        margin-top: 2rem;
    }
    .banner.bn_home .contain {
        padding: 0.5rem
    }
    .banner.bn_home .contain h2 {
        font-size: 2.7rem;
    }
}

@media only screen and (min-width:120.063em) {
    .box_content h2,.box_content h3,
    .box h2 {
        font-size: 1.9rem;
    }
}

body.page-id-193 {
    background: #333e48;
}

.page-id-193 .entry-content p,
.page-id-193 .main-content p {
    color: #fff;
}

.page-id-193.page-template-division .hentry {
    background: #333e48;
}

.page-id-193 .box_content {
    background: #333e48;
}

.page-id-193 .box_content h2 {
    color: #fff;
}

.page-id-193 .profile_image a:after {
    background: transparent url(assets/images/hexagon-200-dark.png) top center/cover no-repeat scroll
}

.page-id-193 .division_experts a,
.page-id-193 .division_experts .profile_description h3 a {
    color: #ffb718;
}

.page-id-193 .division_experts .accordion-title span.button_title,.page-id-193.page-template-division .division_experts .profile_description {
    color: #fff;
}
.page-id-193 .entry-content a,.page-id-193.page-template-division .division_experts .profile_description a{color:#ffb718;}
.page-id-156 .extend_block .sections:first-child li{
    min-width: 33%;
    display: inline-block;
    position: initial;
}
.page-id-156 .extend_block .sections:nth-child(5) li{
    display: inline-block;
    position: initial;
}
.page-id-61.page-template-division .style-One.banner::before{
    content: none;
}
label.architectural-design {
    display: none;
}
.before_iframe{
    position: relative;
    overflow: hidden;
    max-height: 350px;
    max-width: 600px;
    display: block;
    margin: 0 auto;
}
body.home .before_iframe{
    margin: 0 auto;
    max-width: 750px;
    max-height: 422px;
}
body.home .before_iframe .flex-video{
    margin:0;
}
.before_iframe.iframe_home{
    max-width: 550px;
}
.page-id-2224 .entry-content li a,.page-id-2229 .entry-content li a,.page-id-2227 .entry-content li a,.page-id-2231 .entry-content li a{
    color: #00bcb4;
}
.opacs{
    display: block;
    position: relative;
    height: 100%;
    background: rgba(0,0,0,0.4);
}
.opacs > img{
    position: relative;
    z-index: 5;
    opacity: 0;
}

.opacs .icon_holder{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 150px;
    overflow: hidden;
    text-align: center;
    z-index: 10;
    margin: auto;
}

.opacs .icon_holder img{
    width: 100px;
    display: block;
    margin: auto;
}

.opacs .icon_holder span{
    font-family: 'Ubuntu', sans-serif;
    color: #fff;
    font-size: 25px;
    font-weight: bold;
}
body.home .before_iframe{
    height: 100%;
    width: 100%;
    max-width: none;
}

@media(max-width: 565px){
    .opacs .icon_holder{
        height: 70px;
    }

    .opacs .icon_holder img{
        width: 50px;
        display: block;
        margin: auto;
    }
}

.urlorange li a{
    color: #ea8567 !important;
}

.customcolorful strong{
    position: relative;
    padding-left: 20px;
}

.customcolorful .bcolorful:before,
.customcolorful .ocolorful:before{
    content: '\f054';
    font-family: 'FontAwesome';
    font-size: 1.313rem;
    position: absolute;
    left: 0;
    top: -7px;
}

.customcolorful .ocolorful:before{
    color: #05afa9;
}

.customcolorful .bcolorful:before{
    color: #ea8567;
}

@media(max-width: 1593px){
    .primary-menu li>a{
        padding: 1.125rem 5px;
    }
}

@media(max-width: 1388px){
    .primary-menu li>a{
        padding: 1.125rem 0px;
        font-size: 14px;
    }

    .header-search{
        padding: 11px 0;
    }
}

.harmburger-menu{
    top: 4rem;
}

.ptb2 {
    padding-top:2em;
    padding-bottom:2em;
}