 img{
     max-width: 100%;
}
.navbar-brand img{
	width: 120%;
	}
 a:hover{
     text-decoration: none;
     transition: .5s ease-in-out;
}
 input:focus{
     outline: none;
}
body {
    font-size: 16px;
    line-height: 28px;
    color: #858394;
    -webkit-font-smoothing: antialiased;
     font-family: 'Poppins', sans-serif;
     -webkit-font-smoothing: antialiased;
     overflow-x: hidden;
}
 ::selection {
     background: rgba(255, 244, 147, .8);
     color: #272c30;
}
/*-----------------------------------------------------------------------------*/
 .navbar-nav{
     margin: 15px 0 0 0;
     font-weight: 500;
}
 .nav-link{
     color: #444;
}
 .nav-link:hover{
     color: #0b94dc;
}
/*-----------------------------------------------------------------------------*/
 .shape_1{
     position: absolute;
     width: 650px;
     height: 650px;
     top: 0;
     right: -250px;
     background-image: linear-gradient(to left bottom, #0d73a7, #125377);
     transform: rotate(30deg);
     z-index: 3;
}
 .shape_2{
     position: absolute;
     width: 750px;
     height: 325px;
     top: 345px;
     right: -252px;
     background-image: linear-gradient(to left bottom, #f19900, #ffa200);
     transform: rotate(33deg);
     z-index: 2;
}
 .shape_3{
     position: absolute;
     width: 370px;
     height: 370px;
     top: 200px;
     right: 300px;
     border: 50px solid #e7e7e7;
     transform: rotate(25deg);
}
 .shape_4{
     position: absolute;
     width: 280px;
     height: 280px;
     top: 200px;
     right: 600px;
     border: 50px solid #ffa200;
     transform: rotate(25deg);
}
 .shape_5{
     position: absolute;
     width: 280px;
     height: 280px;
     top: 400px;
     right: 500px;
     border: 50px solid #ffa200;
     transform: rotate(25deg);
}
 .slide-img{
     position: relative;
     float: left;
     width: 600px;
     margin: 180px 0 0 0px;
     z-index: 9;
}
/*-----------------------------------------------------------------------------*/
 .slider_text{
    /*padding: 15% 0 0 19%;
    */
}
 .slider_text h6{
     color: #0b94dc;
     letter-spacing: 1em;
}
 .slider_text h3{
     padding: 15px 0 0 0;
     color: #444;
     font-size: 5em;
     font-weight: bold;
}
.slider_text h3 b{
     color: #0b94dc;
     font-size: 13px;
     font-weight: normal;
    letter-spacing: 1em;
}
/*-----------------------------------------------------------------------------*/
 .social-media{
     width: 20px;
     position: absolute;
     left: 30px;
     top: calc(50% + 100px);
     transform: translateY(-50%);
     z-index: 4;
     text-align: center;
}
 .social-media h6{
     width: 120px;
     color: #444;
     transform: rotate(90deg);
     transform-origin:left;
     margin-left: 9px;
     font-weight: 600;
     margin-bottom: 120px;
     font-size: 14px;
}
 .social-media ul{
    margin: 0;
     padding: 0;
}
 .social-media ul:before{
    content: "";
     width: 1px;
     height: 42px;
     background: #444;
     display: inline-block;
     margin-bottom: 15px;
     margin-top: 10px;
}
 .social-media li{
    margin: 0;
     padding: 3px 0;
     list-style: none;
}
 .social-media li a{
    color:#444;
     font-size: 12px;
}
 .social-media li a:hover{
    color: #fc0000;
}
/*-----------------------------------------------------------------------------*/
 .mini-header{
     background: #fff;
     box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075);
     transition: .5s ease;
}
 .mini-header .navbar-brand{
     width: 150px;
}
 .mini-header .navbar-nav{
     margin-top: 7px;
     font-size: 14px;
}
/*-----------------------------------------------------------------------------*/
 .animation-bgbox {
     position: absolute;
     top: 0;
     left: 0;
     width: 100%;
     height: 100%;
     opacity: 0.3;
     z-index: -3;
}
 .animation-shape-1 {
     animation: move_wave 40s linear infinite;
     background: url(../images/animate-shape-1.png) center center no-repeat;
     background-size: cover;
     height: 100%;
}
 @keyframes move_wave {
     0% {
         transform: translateX(0) translateY(0);
    }
     50% {
         transform: translateX(-25%) translateY(-25%);
    }
     100% {
         transform: translateX(-50%) translateY(25%);
    }
}
/*-----------------------------------------------------------------------------*/
 #about{
     padding: 10% 0 5% 0;
}
 #about .thumb{
     display: inline-block;
     width: 300px;
     height: 300px;
     margin-top: 100px;
     border: 40px solid #ffa200;
     transform: rotate(30deg);
     box-shadow: 10px 10px 15px rgba(0, 0, 0, 0.3);
}
 #about .thumb img{
     display: inline-block;
     width: 285px;
     margin: -25px 0 0 15px;
     transform: rotate(-30deg);
}
 #about h6{
     color: #0b94dc;
     letter-spacing: 1em;
}
 #about h3{
     padding: 15px 0 0 0;
     color: #444;
     font-size: 3em;
     font-weight: bold;
}
/*-----------------------------------------------------------------------------*/
 .more{
     float: left;
     position: relative;
     transition: all ease .5s;
     padding: 10px 35px;
     border: 2px solid #0b94d8;
     border-radius: 50px;
     font-size: 100%;
     margin: 15px 0;
}
 .more:hover{
     color: #fff;
     background: #0b94d8;
     border: 2px solid #0b94d8;
     font-size: 100%;
     margin: 15px 0;
}
 .p-0{
     padding: 0;
}
 #box{
     margin-top: 50px;
     margin-bottom: 50px;
}
 .featured-services-box {
     position: relative;
     z-index: 1;
     background-color: #fff;
     padding: 55px 30px;
     box-shadow: 0 0 1.25rem rgba(108, 118, 134, 0.1);
     margin-bottom: 30px;
}
 .featured-services-box .icon {
     font-size: 45px;
     color: #444;
     transition: 0.5s;
     width: 50px;
}
 .featured-services-box:hover .icon {
     -webkit-transform: rotateY(360deg);
     transform: rotateY(360deg);
}
 .featured-services-box h3 {
     font-size: 24px;
     font-weight: 700;
     margin: 15px 0 15px;
     transition: 0.5s;
}
 .featured-services-box p {
     margin-bottom: 25px;
     transition: 0.5s;
}
 .featured-services-box::before {
     content: '';
     position: absolute;
     left: 0;
     top: 0;
     width: 100%;
     height: 100%;
     background: linear-gradient(to left top, #ff2c9c, #ff287b, #ff395a, #ff5137, #ff6a00);
     z-index: -1;
     opacity: 0;
     visibility: hidden;
     transition: 0.5s;
}
 .featured-services-box .back-text {
     font-size: 200px;
     position: absolute;
     font-weight: 700;
     left: 0;
     right: 0;
     text-align: center;
     margin: 0 auto;
     top: 0;
     color: #010101;
     opacity: .04;
     z-index: -1;
     text-transform: uppercase;
     transition: 0.5s;
}
 .featured-services-box:hover::before, .featured-services-box:focus::before, .featured-services-box.active::before {
     opacity: 1;
     visibility: visible;
}
 .featured-services-box:hover .icon, .featured-services-box:focus .icon, .featured-services-box.active .icon {
     color: #fff;
}
 .featured-services-box:hover p, .featured-services-box:focus p, .featured-services-box.active p {
     color: #fff;
}
 .featured-services-box:hover h3, .featured-services-box:focus h3, .featured-services-box.active h3 {
     color: #fff;
}
 .featured-services-box:hover .read-more-more, .featured-services-box:focus .read-more-more, .featured-services-box.active .read-more-more {
     color: #fff;
}
 .featured-services-box:hover .back-text, .featured-services-box:focus .back-text, .featured-services-box.active .back-text {
     opacity: .1;
}
 .read-more-more {
     color: #000;
     display: inline-block;
     position: relative;
     z-index: 1;
     font-size: 13px;
     font-weight: 600;
}
 .read-more-more::before {
     content: '';
     position: absolute;
     left: 0;
     top: 60%;
     transform: translateY(-50%);
     width: 50px;
     height: 2px;
     background: #000;
     z-index: -1;
     opacity: 0;
     visibility: hidden;
     transition: 0.5s;
}
 .read-more-more:hover::before, .read-more-more:focus::before {
     opacity: 1;
     visibility: visible;
     left: 40px;
}
 .read-more-btn{
    /*padding: 10px 30px;
    */
     color: #5d5c66;
    /*border: 2px solid #5d5c66;
     border-radius: 50px;
    */
}
 .featured-services-box:hover .read-more-btn{
     padding: 0 0 5px 0;
     color: #fff;
     border-bottom: 2px solid #fff;
}
 .featured-services-box-hover {
     background: linear-gradient(to left top, #ff2c9c, #ff287b, #ff395a, #ff5137, #ff6a00);
     text-align: center;
     color: #fff;
     position: relative;
     z-index: 1;
     background-color: #fff;
     padding: 55px 30px;
     box-shadow: 0 0 1.25rem rgba(108, 118, 134, 0.1);
     margin-bottom: 30px;
}
 .featured-services-box-hover .icon{
     font-size: 45px;
     transition: 0.5s;
     margin-bottom: 30px;
}
 .featured-services-box-contact {
     background-image: linear-gradient(to left top, #2C73D2, #0081CF, #0089BA, #008E9B, #008F7A);
     text-align: center;
     color: #fff;
     position: relative;
     z-index: 1;
     background-color: #fff;
     padding: 55px 30px;
     box-shadow: 0 0 1.25rem rgba(108, 118, 134, 0.1);
     margin-bottom: 30px;
}
 .featured-services-box-hover h3, .featured-services-box-contact h3{
     text-shadow: 1px 1px 1px #444;
}
 .featured-services-box-contact .icon{
     font-size: 45px;
     transition: 0.5s;
     margin-bottom: 30px;
}
/*-----------------------------------------------------------------------------*/
 #back-to-top{
     position: fixed;
     right: 30px;
     bottom: 30px;
     width: 48px;
     height: 48px;
     line-height: 48px;
     cursor: pointer;
     text-align: center;
     font-size: 150%;
     color: #ddd;
     border: 2px solid #ddd;
}
 #back-to-top:hover{
     border: 2px solid #444;
     color: #444;
}
 footer{
     background: url(../images/footer.png) center center no-repeat;
     background-size: 100%;
}
 .footer-con{
     padding: 30px 0;
     font-size: 90%;
     border-top: 1px solid #ddd;
}
 footer p{
     margin: 0;
     padding: 0;
}
 footer .links{
     padding: 15px 0;
}
 footer .links li {
     padding: 0 10px 0 0;
     list-style-type: none;
}
 footer .links li{
     display: inline-block;
}
 footer .links li a{
     color: #858394;
}
 footer .links li a:hover{
     color: #444;
}
 .mt-100{
     margin-top: 100px;
}
 main[role='subpage'] nav{
     background: #fff;
}
 main[role='subpage']{
     padding-top: 100px;
     padding-bottom: 30px;
}
/* main[role='subpage']:before {
     content: "";
     position: absolute;
     top: -50%;
     right: -60%;
     transform: skew(29deg, -32deg);
     width: 100%;
     height: 34.375rem;
     border-radius: 25rem 0 0 25rem;
     background: linear-gradient(-45deg, #F6F9FE 0%, #F6F9FE 50%, #F6F9FE 100%);
}
 */
 .page-header{
     padding: 50px 0;
     background: linear-gradient(161deg, #1b1a19 0%, #1b1a19 49%, #6d763d 100%);
     font-size: 200%;
     color: #fff;
}
 #slide_1{
     margin-bottom: 50px;
}
/* BREADCRUMB */
 .breadcrumb {
     background: #9f8054;
     margin-top: -30px;
    /* width: 100%;
     padding: 0;
     border-radius: 0;
     position: absolute;
     left: 15px;
     bottom: -30px;
     width: 100%;
     padding: 30px;
     margin: 0;
     */
}
 .breadcrumb .breadcrumb-item {
     display: inline-block;
     font-size: 14px;
     font-weight: 600;
     padding: 0;
}
 .breadcrumb .breadcrumb-item:first-child:before {
     display: none;
}
 .breadcrumb .breadcrumb-item:before {
     content: "»";
     color: #fff;
     font-weight: 400;
     padding: 0 20px;
}
 .breadcrumb .breadcrumb-item.active {
     color: #ebcfa7;
}
 .breadcrumb .breadcrumb-item a {
     color: #fff;
}
 .about-content h2 {
     font-size: 4vw;
     font-family: "Playfair Display", serif;
     margin-bottom: 20px;
}
 .about-content h2 span {
     color: #9f8054;
}
/* PRESS RELEASES */
 .products {
     width: 100%;
     display: flex;
     flex-wrap: wrap;
     padding: 25px 0;
}
 .products figure {
     width: 100%;
     display: flex;
     flex-wrap: wrap;
     align-items: center;
     margin: 15px 0;
     border: 1px solid #eee;
     padding: 15px;
}

 .products figure a img {
     width: 100%;
}
.products a{
     color: #858394;
}
 .products figure figcaption {
     width: 60%;
     padding-left: 20px;
}
 .products figure figcaption h5 {
     display: block;
     font-size: 22px;
     margin-bottom: 15px;
}
 .products figure figcaption p {
     font-size: 14px;
}
 .products figure figcaption small {
     display: block;
     text-transform: uppercase;
     letter-spacing: 2px;
     margin-bottom: 0;
     opacity: 0.5;
}
/* product-detailS */
 .product-detail {
     width: 100%;
     display: flex;
     flex-wrap: wrap;
     padding: 30px 0;
}
 .product-detail h2 {
     font-size: 3vw;
     margin-bottom: 20px;
}
 .product-detail h2 span {
     color: brown;
}
 .product-detail h6 {
     margin-bottom: 15px;
     font-weight: 600;
     font-size: 20px;
}
 .product-detail h5 {
     margin-bottom: 70px;
     font-weight: 600;
     opacity: 0.5;
}
 .product-detail h4 {
     margin-bottom: 20px;
     font-weight: 600;
}
 .product-detail p {
     line-height: 1.7;
     margin-bottom: 20px;
}
 .product-detail p strong {
     font-weight: 600;
}
 .product-detail ul {
     width: 100%;
     display: block;
     margin-bottom: 30px;
     padding-left: 20px;
}
 .product-detail ul li {
     margin: 0;
     padding: 4px 0;
}
 .product-detail blockquote {
     display: inline-block;
     padding: 30px;
     background: red;
     margin-bottom: 40px;
}
 .product-detail blockquote p {
     margin: 0;
}
 .product-detail blockquote strong {
     font-size: 20px;
}
 .product-detail figure {
     width: 100%;
     display: block;
     margin-bottom: 70px;
     margin-top: 50px;
}
 .product-detail .gallery-slider {
     width: 80%;
     margin-top: 50px;
     margin-bottom: 70px;
}
 .product-detail .gallery-slider .gallery-container {
     margin: 0;
}
 .product-detail .property-plan {
     display: inline-block;
}
 .product-detail .property-infos {
     display: inline-block;
     width: 100%;
     background: brown;
     color: #fff;
     padding: 50px;
     margin-bottom: 50px;
     float: left;
}
 .product-detail .property-infos .odometer {
     font-size: 60px;
     font-weight: 800;
     position: relative;
     display: inline-flex;
     padding-bottom: 30px
}
 .product-detail .property-infos .odometer:after {
     content: attr(data-text);
     font-size: 30px;
     font-weight: 600;
     margin-top: 10px;
     margin-left: 5px;
     opacity: 0.5;
}
 .product-detail .property-infos p:last-child {
     margin-bottom: 0;
}
/* CERTIFICATES */
 .certificates {
     width: 100%;
     display: flex;
     flex-wrap: wrap;
     padding: 150px 0;
}
 .certificates b {
     display: block;
     font-size: 30px;
     font-weight: 800;
     opacity: 0.2;
}
 .certificates h4 {
     display: block;
     font-size: 30px;
     margin-bottom: 15px;
}
 .certificates h4 span {
     color: brown;
}
 .certificates small {
     display: block;
     text-transform: uppercase;
     letter-spacing: 2px;
     margin-bottom: 40px;
     opacity: 0.5;
}
 .certificates small:after {
     content: "";
     width: 50px;
     height: 1px;
     background: #000;
     display: inline-block;
     margin-left: 5px;
     margin-bottom: 4px;
     opacity: 0.5;
}
 .certificates figure {
     display: block;
     margin: 0;
     box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}
 .certificates figure img {
     width: 100%;
}
/* CONTACT */
 .contact {
     width: 100%;
     display: flex;
     flex-wrap: wrap;
     padding: 50px 0;
}
 .contact b {
     display: block;
     font-size: 30px;
     font-weight: 800;
     opacity: 0.2;
}
 .contact h4 {
     display: block;
     font-size: 30px;
     margin-bottom: 15px;
}
 .contact h4 span {
     color: brown;
}
 .contact small {
     display: block;
     text-transform: uppercase;
     letter-spacing: 2px;
     margin-bottom: 50px;
     opacity: 0.5;
}
 .contact i{
     width: 100%;
     font-size: 36px;
}
 .contact small:after {
     content: "";
     width: 50px;
     height: 1px;
     background: black;
     display: inline-block;
     margin-left: 5px;
     margin-bottom: 4px;
     opacity: 0.5;
}
 .contact address strong {
     font-weight: 600;
     display: block;
     margin-bottom: 10px;
}
 .contact address p {
     display: block;
     margin: 0;
}
 .contact .map {
     display: inline-block;
     margin-bottom: 0;
     margin-top: 100px;
     background: #fff;
     position: relative;
     z-index: 8;
}
 .contact .map:before {
     content: "";
     width: 50vw;
     background: #fff;
     height: 100%;
     position: absolute;
     left: -50vw;
     top: 0;
}
 .contact .map .pattern-bg {
     width: 120%;
     height: 100%;
     position: absolute;
     left: 5%;
     top: -5%;
     background: url(../images/side-pattern-bg.png);
     background-size: cover;
}
 .contact .map .holder {
     position: relative;
     width: 100%;
     float: left;
     display: block !important;
     transform: translate(85px, -35px);
}
 .contact .map .holder iframe {
     box-shadow: 10px 10px 50px rgba(0, 0, 0, 0.2);
     width: 525px;
     height: 657px;
     border: none;
}
 .contact .contact-form {
     width: 100%;
     display: block;
     padding-left: 15%;
     background: #fff;
}
 .contact .contact-form h5 {
     margin-bottom: 40px;
}
 .contact .contact-form #contact {
     display: block;
}
 .contact .contact-form #contact .form-group {
     display: block;
     position: relative;
     margin-bottom: 35px;
}
 .contact .contact-form #contact .form-group span {
     width: 100%;
     line-height: 54px;
     position: absolute;
     left: 0;
     top: 0;
     padding: 0 20px;
     z-index: 0;
     -webkit-transition: 0.25s ease-in-out;
     -moz-transition: 0.25s ease-in-out;
     -ms-transition: 0.25s ease-in-out;
     -o-transition: 0.25s ease-in-out;
     transition: 0.25s ease-in-out;
}
 .contact .contact-form #contact .form-group span.label-up {
     font-size: 13px;
     line-height: 16px;
     top: -20px;
     font-weight: 600;
}
 .contact .contact-form #contact .form-group input[type=text] {
     background: none;
     position: relative;
     z-index: 2;
}
 .contact .contact-form #contact .form-group input:focus + span {
     font-size: 13px;
     line-height: 16px;
     top: -20px;
     font-weight: 600;
}
 .contact .contact-form #contact .form-group textarea {
     background: none;
     position: relative;
     z-index: 2;
}
 .contact .contact-form #contact .form-group textarea:focus + span {
     font-size: 13px;
     line-height: 16px;
     top: -20px;
     font-weight: 600;
}
 .contact .contact-form #contact .form-group label.error {
     color: red;
     margin-top: 5px;
     margin-bottom: 0;
     font-weight: 600;
     font-size: 13px;
}
 .contact .contact-form #success, .contact .contact-form #error {
     display: none;
     float: left;
}
 .contact .contact-form #error {
     background: red;
     color: #fff;
}
 .contact .contact-form #success {
     background: green;
     color: #fff;
}
 .contact .contact-form .alert {
     border: none;
     border-radius: 0;
     padding: 20px 30px;
}
/* FORM ELEMENTS */
 input[type="text"]{
    width: 100%;
     height: 54px;
     border: 1px solid #eee;
     padding: 0 20px;
}
 textarea{
    width: 100%;
     height: 160px;
     border: 1px solid #eee;
     padding: 15px 20px;
}
 button[type="submit"]{
     height: 54px;
     border: none;
     background: #9f8054;
    ;
     color: #fff;
     padding: 0 30px;
     font-size: 13px;
     font-weight: 600;
     text-transform: uppercase;
     float: right;
}
/*-----------------------------------------------------------------------------*/
 @media (max-width: 1200px){
     .social-media{
         display: none;
    }
     .slider_text h3{
         padding: 10%;
         font-size: 400%;
    }
}
 @media (max-width: 992px){
     .contact .contact-form{
         padding-left: 0;
    }
}
 @media (max-width: 767px){
     .navbar-toggler{
         background-color: #fff;
    }
     .navbar-toggler-icon{
         padding-top: 5px;
    }
     .navbar-toggler-icon::after{
         content: '\f0c9';
         font-family: "Font Awesome 5 Free";
         font-weight: 900;
    }
     #navbarsExampleDefault{
         background: #0e6b9c;
    }
     #navbarsExampleDefault .nav-link{
         color: #fff;
         padding-left: 15px;
    }
     .slider_text h3{
         text-align: center;
         padding: 15%;
    }
     #box{
         margin-top: 150px;
    }
     .navbar{
         background: #fff;
         box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075);
         transition: .5s ease;
    }
     .certificates figure{
         margin-bottom: 30px;
    }
}
 @media (max-width: 568px){
     .slider_text h3{
         padding-top: 30%;
    }
     #about, #box, footer{
         padding-left: 50px !important;
         padding-right: 50px !important;
    }
     #about .thumb{
         width: 80%;
    }
     #about .thumb img{
         width: 90%;
    }
     #about .thumb, #about .thumb img{
         height: auto;
    }
     #about h6{
         letter-spacing: 0;
    }
     #about h3{
         font-size: 2em;
    }
}
 @media (max-width: 375px){
     .navbar-brand img{
         width: 150px;
    }
}



.products figure:hover{
    transition: .5s ease-in-out;
    border: 1px solid #9f8054 !important;
}

.products figure:hover h5{
    transition: .5s ease-in-out;
    color: #9f8054 !important;
}
.product-detail-img{
    margin-bottom: 30px;
    border: 1px solid #ddd;
}
.product-detail-img img{
   width: 100%;
}


















.loader {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    position: fixed;
    z-index: 98;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.loader__logo {
    position: relative;
    z-index: 1;
    width: 11.25rem;
    height: 3.875rem;
    overflow: hidden;
    -webkit-transform: rotateZ(-90deg);
    -moz-transform: rotateZ(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotateZ(-90deg);
    transform: rotateZ(-90deg);
    opacity: 0;
    background-color: #171717;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: 70% 70%;
    -moz-background-size: 70%;
    background-size: 70%
}

.loader__logo-overlay {
    position: absolute;
    z-index: 1;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
    background-color: #3641ff
}

.loader__grid {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0
}

.loader__grid-item {
    position: relative;
    width: 100%;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    background-color: #171717
}

.loader__grid-item::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 1px;
    height: 100%;
    background-color: rgba(255,255,255,.1)
}

.loader__grid-item:nth-of-type(1)::before {
    display: none
}

.logo-grid {
    margin-top: 6.875rem;
    margin-bottom: 2.5rem
}

.logo-grid__list-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 8.125rem
}

.logo-grid__list-item::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 1px;
    background-color: rgba(0,0,0,.1)
}

.logo-grid__list-item::after {
    content: '';
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    height: 1px;
    background-color: rgba(0,0,0,.1)
}

.logo-grid__list-item:hover .logo-grid__image {
    opacity: 1;
    -webkit-filter: grayscale(0);
    filter: grayscale(0)
}

.logo-grid__decorator {
    display: block;
    position: absolute;
    z-index: 1;
    bottom: 0;
    left: 0;
    width: 3.125rem;
    height: 3.125rem;
    -webkit-transform: translate3d(-50%,50%,0);
    -moz-transform: translate3d(-50%,50%,0);
    transform: translate3d(-50%,50%,0);
    background-color: #fff
}

.logo-grid__decorator::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: .125rem;
    height: .125rem;
    -webkit-transform: translate3d(-50%,-50%,0);
    -moz-transform: translate3d(-50%,-50%,0);
    transform: translate3d(-50%,-50%,0);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background-color: rgba(0,0,0,.4)
}

.logo-grid__decorator--whitesmoke {
    background-color: #f5f5f5
}

.logo-grid__decorator--small {
    display: block
}

.logo-grid__decorator--right {
    right: 0;
    left: auto;
    -webkit-transform: translate3d(50%,50%,0);
    -moz-transform: translate3d(50%,50%,0);
    transform: translate3d(50%,50%,0)
}

.logo-grid__image {
    width: 40%;
    opacity: 0;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%)
}

@media (max-width: 47.938em) {
    .logo-grid__list {
        max-width:17.5rem;
        margin: 0 auto
    }

    .logo-grid__list-item {
        padding: 1.25rem;
        border-right: 1px solid rgba(0,0,0,.1)
    }
}

@media (min-width: 48em) {
    .logo-grid__list:last-child .logo-grid__decorator,.logo-grid__list:last-child .logo-grid__list-item::after {
        display:none
    }

    .logo-grid__decorator--small {
        display: none
    }

    .logo-grid__list-item {
        height: 10.625rem
    }

    .logo-grid__list-item:last-child {
        border-right: 1px solid rgba(0,0,0,.1)
    }
}

@media (min-width: 62em) {
    .logo-grid {
        margin-bottom:5rem
    }
}
