*{
    box-sizing: border-box;
    font-family: Avenir-regular;
}
.site-content{
    padding: 0px!important;
}
.site-branding{
    margin-bottom: 49px!important;
    padding: 0em!important;
}

.site-branding2{
    z-index: 4;
}
.wrap{
    z-index: 12;
}
.block-content{
    vertical-align: top;
    display:flex;
    flex-wrap: wrap;
}
#products-left-section{
    width: 70%;
    border-right: 1px solid lightgrey;
    margin-right: 8px;
    padding-right: 10px;
}

#products-right-section{
    width: 29%;
    /*border: 1px solid black;*/
    padding-left: 10px;
    vertical-align: top;
}
#short-description{
    height: 42vh;
    position: relative;
    margin-top: 50px;
}
#left-section-main-image{
    /*border: 1px solid red;*/
    width: 100%;
    margin-top: 50px;
    position: relative;
}
#left-section-main-image img{
    cursor: pointer;
}
#left-section-main-image:before{
    /* content: ' ';
    display: block;
    position: absolute;
    z-index: 0;
    background: url("wp-content/uploads/2018/07/slidebg.jpg");
    background-repeat: repeat;
    height: 100%;
    width: 100%;
    top:-54%;
    left: -31%; */
}
/*.site-branding2:before{
	content: ' ';
    display: block;
    position: absolute;
    z-index: 0;
    background: url("wp-content/uploads/2018/07/slidebg.jpg");
    background-repeat: no-repeat;
    height: 100%;
    width: 100%;
    top: -50px;
    background-size: 100%;
}*/
#align{
    display: flex;
    margin: auto;
    height: 100%!important;
    overflow: hidden;
    position: relative;
}
#main-image{
    height: 82% !important;
}
#main-image img{
    width: 100%;
    height: 100%;
    object-fit: cover;

}
#gallery-thumbnails{
    position: absolute;
    bottom: 0px;
    width: 100%;
    height: 18%;
    text-align: left;
    overflow: hidden;
}
#left-section-main-image .image{
    margin: 8px 5px 0px 0px;
    height: 50px;
    width: 50px;
    text-align: center;
    display: inline-block;
    vertical-align: bottom;
    opacity: 0.65;
}

#left-section-main-image .image img{
    max-height: 34vh;
    height: 100%;
}
#product-title{
    position: absolute;
    bottom:0;
    font-size: 18px;
    color: #57646c;
    font-family: Avenir-heavy;
}
#product-model{
    position: absolute;
    bottom:20px;
    font-size: 30px;
    color:#ae9070;
    font-family: Avenir-heavy-italic;
}
#product-model span{
    font-family: Avenir-heavy-italic;
    color:#062855;
}
#description{
    /*min-height: 510px;*/
    font-size: 14px;
    margin-top:50px;
}
#description p {
    color:#62676a;
    font-size: 16px;
    font-weight: 400;
}
#description-title{
    font-size: 20px;
    color:#062855;
    text-transform: uppercase;
    font-family: Avenir-heavy;
}
#special-features-section{
    display: flex;
    flex-wrap: wrap;
    min-height: 400px;
    /*border: 1px solid black;*/
    margin-top: 50px;
    justify-content: flex-start;
    padding-right: 9px;
}


.features-item{
    width: 32%;
    max-height: 300px;
    margin: 10px 12px 10px 0px;
    overflow: hidden;
}
.features-item .item-title{
    display: block;
    width: 100%;
    font-size: 16px;
    color:#062855;
    text-transform: uppercase;
    font-weight: 600;
    padding: 5px 0px 0px 0px;
    padding-right: 7px;
    font-family: Avenir-heavy;
}
.features-item .item-description{
    display: block;
    width: 100%;
    font-size: 16px;
    background-color:rgba(184,187,186,0.3);
    color:#62676a;
    padding: 9px 18px;
}
.features-item .item-image{
    display: block;
    width: 100%;
    margin: auto;
    text-align: center;

}
#video-section{
    min-height: 470px;
    /*border: 1px solid black;*/
    margin-top: 50px;
}
#product-name-section{
    height: 50px;
    width: 100%;
    background-color: #ae9070;
}
@media(max-width: 640px){
    #product-name-section{
        margin-top: 20px;
    }
}
#product-name{
    height: 50px;
    width: 25%;
    background-color: #062855;
    position: relative;
}
#product-name p{
    font-size: 20px;
    color: white;
    text-align: center;
    font-family: Avenir-heavy;
    text-transform: uppercase;
    position: absolute;
    top: 50%;
    left:50%;
    width: 100%;
    transform: translateX(-50%) translatey(-50%);

}
#product-details-section{
    border: 2px solid #062855;
    min-height: 30px;
}
.details-block{
    padding: 5px;
}
.detail{
    display: inline-block;
    width: 40%;
    height: 20px;
    padding-left: 5px;
}

.details-block:nth-child(odd){
    background-color: lightgrey;
}
.value{
    width: 59%;
    display: inline-block;
    height: 20px;
}
#downloads-section{
    margin-top: 50px;
}
#downloads-title{
    margin-bottom: 50px;
    display: flex;
}
#downloads-title p {
    margin-bottom: 0px;
    border-bottom: 5px solid #ae9070;
    z-index: 9999;
    /*width: 50%;*/
    color: #666666;
    text-transform: uppercase;
    font-size: 20px;
    font-family: Avenir-heavy;
    font-weight: 600;

}
#downloads-title .line{
    display: inline-block;
    border-bottom: 1px solid #5a6472;
    width: 70%;
    /*height: 30px;*/
}
.downloads{
    height: 50px;
    border: 2px solid #ae9070;
    margin-bottom: 15px;
    cursor: pointer;
}

.downloads .icon{
    width: 49px;
    height: 49px;
    background-color: #ae9070;
    position: relative;
}
.downloads .icon img{
    width: 39px;
    height: 39px;
    text-align: center;
    margin: auto;
    position: absolute;
    left:50%;
    top:4px;
    transform: translateX(-50%);
}
.downloads .text{
    display: inline-block;
    font-size: 16px;
    font-family: Avenir-regular;
    color:#62676a;
    padding-left: 9px;
}
.wp-video-shortcode,.wp-video{
    width: 100% !important;
}

.category-name-section{
    height: 18vh;
    background-color: rgba(192,192,192,0.3);
    position: relative;
    z-index: 1;
}
.horizontal-line{
    width: 100%;
    border-bottom: 1px solid #062855;
    position: absolute;
    top:54%;
}
.category-name{
    text-transform: uppercase;
    position: absolute;
    top:41%;
    width: 300px;
    font-size: 20px;
    height: 35px;
    /*padding-top: 5px;*/
    line-height: 1.75;
    /*padding-left: 7px;*/
    padding-left: 15px;
    background-color:#ae9070;
    color:#062855;
    font-family: Avenir-heavy;
}
.textwidget p {
    font-size: 16px;
    color:#666666;
}
#menu-our-solutions ul li{
    font-size: 20px!important;
}
article .category-news {
    margin-bottom: 20px!important;
}
.footer-top-1 p{
    line-height: 1.4;
}
.footer-top-1 p b{
    font-family: Avenir-heavy;
    line-height: 1!important;
    font-size: 32px;
}
.footer-top-2 .row p b{
    font-family: Avenir-heavy;
}
/*MEDIAS*/
@media (max-width: 1200px) {
    .features-item{
        width: 40%;
    }
}
@media(max-width: 1170px){
    .detail,.value{
        font-size: 14px;
    }
    #product-title{
        font-size: 16px;
    }
    #product-model{
        bottom: 40px;
    }
    #product-name p{
        font-size: 18px;
    }
}


@media(max-width: 980px){
    #products-left-section{
        margin-right: 0px;
    }
    #left-section-main-image:before{
        display: none;
    }
    #downloads-title p {
    width: 30%;
    }
    #products-left-section{
        width: 100%;
        order: 2;
        padding: 0px;
        border: none;
    }
    #products-right-section{
        width: 100%;
        order: 1;
        padding-left: 0px;
        border: none;
    }
    #short-description{
        height: 100px;
    }
    #description{
        min-height: 20px;
    }
    #description p {
        width: 80%;
    }
    #downloads-section{
        width: 80%;
    }
    .downloads{
        width: 30%;
    }
    .downloads .text{
        font-size: 14px;
    }
    #special-features-section{
        justify-content:flex-start;
        padding-right: 0px;
    }
    .features-item{
        width: 43%;
    }
    #video-section{
        min-height: 0px;
    }
    #product-name p{
        font-size: 16px;
    }
    #product-title{
        font-size: 18px;
    }
    #product-model{
        bottom: 20px;
    }
}

@media(max-width: 767px){
    .search-form .search-submit .icon {
        height: 24px;
        top: -5px!important;
        width: 24px;
    }
    #top-menu li input {
        color: #005fa3;
        background: transparent;
        padding: 0.5em;
        border: 1px solid #bb9675;
    }
}
@media(max-width: 700px){
    #downloads-title p {
        font-size: 20px;
        width: auto;
    }
}
@media(max-width: 640px){
    .category-name-section{
        display: none;
    }
    .category-name{
        width: 200px;
    }
    #downloads-title p {
        font-size: 17px;
    }
    #downloads-section{
        width: 100%;
    }
    .downloads{
        width: 100%;
    }
    #description p {
        width: 100%;
    }
    .features-item{
        width: 100%;
        margin: 10px 0px 0px 0px;
    }
    .detail{
        width: 55%;
        font-size: 13px;
    }
    .value{
        width: 44%;
        font-size: 13px;
    }
    #product-name p{
        font-size: 14px;
    }
    #left-section-main-image .image{
        height: 40px;
        width: 40px;
        margin: 8px 3px 0px 3px;
    }
}
@media(max-width: 470px){
    .value{
        font-size: 12px;
        width: 100%;
        display: block;
        padding-left: 5px;
    }
    .detail{
        font-size: 12px;
        width: 100%;
        display: block;
    }
    #product-name p{
        font-size: 13px;
    }
    #product-model{
        bottom: 40px;
    }
    #product-title{
        font-size: 16px;
        line-height: 1.4;
    }
    #downloads-title p {
        width: 45%;
        font-size: 16px;

    }
}



