body {
   font-family: 'Verdana';
   font-size: 18px;
}
p {
    line-height: 1.8;
        margin-bottom: 0;
}

.font-14{ font-size: 14px; }
.bg-white {
    background-color: #ffffff;
    float: left;
    width: 100%;
}

.bg-black {
    background-color: #000000;
    color: #ffffff;
    float: left;
    width: 100%;
}

.color-white {
    color: #ffffff;
}

.display-table {
    display: table;
    width: 100%;
}

.display-table-row {
    display: table-cell;
}

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

.text-left {
    text-align: left;
}

.title-1 {
    font-family: "Hoefler Text";
    font-size: 30px;
    color: #ffffff;
    letter-spacing: 1px;
}

.color-gray {
    color: #707070;
}

.title-2 {
    font-family: "Hoefler Text";
    font-size: 20px;
    letter-spacing: 1px;
}

.title-3 {
    font-family: "Hoefler Text";
    font-size: 38px;
    color: #ffffff;
    letter-spacing: 2px;
}

.title-4 {
    font-family: 'Hoefler Titling Bold';
    font-size: 36px;
    color: #fff;
    letter-spacing: 7px;
    text-transform: uppercase;
}

.title-5 {
    font-family: 'ralewayregular';
    font-size: 18px;
    color: #000000;
    letter-spacing: 2px;
}

.title-6 {
    font-family: 'Hoefler Titling Bold';
    font-size: 24px;
    color: #fff;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.btn-muse {
    background-color: transparent;
    color: #ffffff;
    border-radius: 0;
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 2px;
    padding: 10px 25px;
    font-weight: bold;
    border: 1px solid #ffff;
}

.btn-muse2{
    background-color: #000;
    color: #ffffff;
    border-radius: 0;
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 2px;
    padding: 10px 25px;
    font-weight: bold;
    border: 1px solid #000;
}

.btn-muse2:hover,.btn-muse2:focus{ color: #fff; }

.color-black{ color: #000; }

.btn-muse:hover,
.btn-muse:focus {
    background-color: rgba(0, 0, 0, 0.8);
    color: #ffffff;
}

.btn-style-2 {
    border: 1px solid #ffffff;
    color: #fffefe;
    cursor: pointer;
    text-transform: uppercase;
    font-size: 14px;
}

.btn-style-2:hover,
.btn-style-2:focus {
    text-decoration: none;
    color: #000000;
}

.btn-style-3 {
    border: 1px solid #ffffff;
    color: #ffffff;
    cursor: pointer;
    text-transform: uppercase;
    font-size: 10px;
    border-radius: 0;
}

.btn-style-3:focus,
.btn-style-3:hover {
    color: #ffffff;
}

.btn-loadmore {
    font-size: 12px;
    color: #959595;
    letter-spacing: 3px;
    padding: 7px 25px;
    border: 1px solid #efefef;
    border-radius: 0;
}

.btn-loadmore:focus,
.btn-loadmore:hover {
    border: 1px solid #000000;
    color: #000000;
}

.text-center {
    text-align: center;
}

.nopadding-l {
    padding-left: 0;
}

.nopadding-r {
    padding-right: 0;
}


/*===========HEADER====================*/

header {
    height: auto;
}

.header {
    position: relative;
}



.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1;
    top: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.7);
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 60px;
}

.sidenav a {
    padding-bottom: 40px;
    text-decoration: none;
    font-size: 14px;
    color: #ffffff;
    display: block;
    transition: 0.3s;
    font-family: "Hoefler Text";
    text-transform: uppercase;
    letter-spacing: 3.5px;
}

.sidenav a:last-child {
    padding-bottom: 0px;
}

.sidenav a:hover,
.offcanvas a:focus {
    color: #f1f1f1;
}

.sidenav .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
}

.nav-link {
    font-size: 30px;
    cursor: pointer;
    color: #ffffff;
}

.menu-wrapper {
    margin-top: 40px;
    position: absolute;
    right: 0;
}

.sidenav {
    text-align: center;
}

.header-menu {
    position: absolute;
    z-index: 15;
    top: 0;
    width: 100%;
    /*border-bottom: solid 1px #ffffff;*/
    z-index: 7777 !important;
}

.sidenav .copyright {
    color: #ffffff;
}

.sidenav .social {
    margin-top: 50px;
}

.sidenav .social ul {
    padding-left: 0;
}

.logo {
    padding: 20px 0 20px 0px;
}
.logo img{ width: 180px; }

.slider {
    position: relative;
    top: 0;
    z-index: 0;
}

.flex-caption {
    font-family: "Hoefler Text";
    text-transform: uppercase;
    z-index: 10;
}

.flex-caption h2 {
    font-size: 36px;
    letter-spacing: 5px;
}

.flex-caption p {
    font-size: 25px;
    letter-spacing: 7px;
}

.flex-control-nav,
.flex-direction-nav {
    display: none;
}

.bg-overlay {
    position: absolute;
    width: 100%;
    /* background-color: rgba(0, 0, 0, 0.5); */
    height: 100%;
    z-index: 5;
}

.header-menu .bg-overlay {

     background-color: rgba(0, 0, 0, 0.5); 

}


/*****====FOOTER=====***/

footer {
    padding: 60px 0 0 0;
    background-color: #2D2D2D;
    float: left;
    width: 100%;
    color: #C2B59B;
    font-family: 'Verdana';
    font-size: 12px;
}

footer p {
    margin-bottom: 10px;
    font-weight: bold;
    letter-spacing: 1px;
    color: #C2B59B;
}

footer p:last-child {
    margin-bottom: 0px;
}

footer .text-right {
    vertical-align: bottom;
}

.footer-tp{
    -webkit-box-shadow: 1px 32px 58px -41px rgba(255, 255, 255, 0.1);
    -moz-box-shadow: 1px 32px 58px -41px rgba(255, 255, 255, 0.1);
    box-shadow: 1px 32px 58px -41px rgba(255, 255, 255, 0.1);
    border-bottom: 1px solid #000;
    padding-bottom: 60px;
}

.copyright{
    padding: 10px 0;
    color: #b0aca6;
}

.copyright .text{
    position: absolute;
    left: 50%;
    color:  #fff;
    transform: translateX(-50%);
    }

.social ul {
    display: block;
    margin-bottom: 0;
    padding-left: 0;
}

.social ul li {
    display: inline-block;
    list-style: none;
}

.social ul li a {
    padding: 0 5px;
    color: #fff;
    font-size: 19px;
}

.social img{ width: 15px; } 

/*****==== MAIN INDEX*****/

.main-section {
    padding: 80px 0;
    color: #000000;
    letter-spacing: 1px;
    float: left;
    width: 100%;
    position: relative;
}

.nopadding-top {
    padding-top: 0;
}

.nopadding {
    padding: 0;
}

.main-section h3 {
    margin-top: 10px;
    margin-bottom: 20px;
        line-height: 1.2;
}
.main-section h5 {
    color: #fff;
}

.main-section.bg-black i {
    color: #ffffff;
}

.company-list .list-img {
    margin-bottom: 20px;
    height: 0px;
    display: none;
}

.company-list .title-2 {
    color: #fff;
    padding: 10px 0;
    font-family: 'Verdana' !important;
    font-size:  18px;
}

.company-list .list-caption {
    color: #fff;
    font-size: 14px;
    letter-spacing: 1px;
}

.next {
    padding: 15px 0;
}


/* ============================================================
  SECTIONS PARALLAX
============================================================ */

section.module:last-child {
    margin-bottom: 0;
}

section.module h2 {
    margin-bottom: 40px;
    font-family: "Roboto Slab", serif;
    font-size: 30px;
}

section.module p {
    margin-bottom: 40px;
    font-size: 16px;
    font-weight: 300;
}

section.module p:last-child {
    margin-bottom: 0;
}

section.module.content {
    padding: 40px 0;
}

section.module.parallax {
    height: 430px;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    /*background-attachment: fixed;*/
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.bg-company .module.parallax{
    height: auto;

}

.bg-company section.module.parallax-1{
    opacity: 1;
}

section.module.parallax h1 {
    color: rgba(255, 255, 255, 0.8);
    font-size: 48px;
    line-height: 600px;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
    text-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

section.module.parallax-1 {
    background-image: url("../images/index-hand.png");
    padding-left: 50px;
    padding-right: 50px;
    opacity: 0.5;
}

.parallax-text .title-3 {
    font-size: 70px;
    letter-spacing: 24px;
  font-family: 'Hoefler Titling Bold';

}

.parallax-text .title-2 {
    color: #ffffff;
    margin-left: 14px;
    text-align: center;
    font-family: 'Verdana' !important;
}

.parallax-text {
    padding-top: 100px;
    position: relative;
    z-index: 50;
    text-align: center;
}

.main-section-a {
    position: relative;
    float: left;
    width: 100%;
}


/*==========ABOUT==============*/

.banner img {
    width: 100%;
}

.about-top {
    text-align: left;
}
.about-top h3{ color: #fff }
.about-top p {
    color: #fff;
    font-size: 14px;
    line-height: 30px;
    margin-bottom: 0;
    letter-spacing: 1px;
}

.video-wrapper {
    margin-top: 50px;
}

.video-group {
    position: relative;
}

.video-group img {
    width: 100%;
}

.overlay-fancy {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    background-color: rgba(0, 0, 0, 0.3);
}

.overlay-fancy img {
    position: absolute;
    width: 100px !important;
    left: 34%;
    top: 26%;
}
.about-group{ color: #fff; font-size: 14px; }

.about-group-list {
    display: table;
    width: 100%
}

.about-group-list .col-1 {
    width: 40%;
    display: table-cell;
    vertical-align: middle;
}

.about-group-list .col-2 {
    width: 60%;
    display: table-cell;
    vertical-align: middle;
}

.about-group .about-group-list:nth-child(odd) .col-1 {
    width: 40%;
}

.about-group .about-group-list:nth-child(odd) .col-2 {
    width: 60%;
}

.about-group .about-group-list:nth-child(even) .col-1 {
    width: 60%;
}

.about-group .about-group-list:nth-child(even) .col-2 {
    width: 40%;
}

#about-group-style-2 .about-item {
    float: right;
}

.about-group-caption {
    padding: 0 100px;
}

.about-group-caption p {
    color: #707070;
    letter-spacing: 2px;
    line-height: 30px;
}

#about-group-style-1 .about-group-caption {
    text-align: left;
}

#about-group-style-2 .about-group-caption {
    text-align: right;
}

.about-item img {
    width: 100%;
}

.about-group h4 {
    margin-bottom: 0;
}

.about-group .title-4 {
    margin-bottom: 20px;
    color: #fff;
}

#caption-style-1 .caption_title_line {
    padding-top: 32px;
    text-align: left;
}

.breadcrumb {
    padding: 50px 0;
    margin-bottom: 0px;
    background-color: transparent;
    text-align: right;
    color: #ffffff;
    font-family: 'ralewayregular';
}

.breadcrumb a {
    color: #ffffff;
    text-transform: uppercase;
    letter-spacing: 2px;
        position: relative;
    z-index: 55;
}

.caption_title_line h2 {
    font-size: 36px;
    letter-spacing: 5px;
    color: #ffffff;
    padding: 5px 0 5px 0;
    margin: 0px;
    position: relative;
    z-index: 555;
}

.banner-caption {
    position: absolute;
    top: 50%;
    text-align: center;
    width: 100%;
        font-family: "Hoefler Text";
    text-transform: uppercase;
}

.banner{
     background-size: cover;
     background-position: center;
}

.banner.banner-1{
    height: 540px;
   
}

.banner.banner-2{
    height: 280px;
   
}

.banner.banner-2 .caption_title_line h2{
    padding: 45px 0;
}

.banner-2 .caption_title_line{
     text-align: left;
}

.banner-about {
    background-image: url(../images/banner-about.png);
}


.banner-collection {
    background-image: url(../images/banner-collection.png);
}


.banner-about {
    background-image: url(../images/banner-about.png);
}

.banner-project {
    background-image: url(../images/banner-project.png);
}

.banner-meterial {
    background-image: url(../images/benner-meterial.png);
}

.banner-press {
    background-image: url(../images/banner-collection.png);
}

.banner-contact {
    background-image: url(../images/banner-contact.png);
}

.breadcrumb>li+li:before{ color: #fff;  position: relative; z-index: 555;}



/*==========CONTACT==============*/

.map-wrapper {
    width: 100%;
    position: relative;
        clear: both; 
}
.btn-map{     font-size: 12px; position: absolute; top: 30px; right: 30px; height: 40px; padding: 7px 30px;  line-height: 25px;     background: #ffffff;     letter-spacing: 2px;}
.btn-map:hover{ border: 1px solid #000; font-weight: bold; }
.map-wrapper img {
    width: 100%;
}

.contact-right {text-align: left;font-weight: bold;padding: 0px 0px;color: #ffffff;}

.contact-right > div {
    margin-bottom: 10px;
    line-height: 25px;
    letter-spacing: 1.5px;
    color:  #fff;
    font-size:  14px;
}

.contact-right > div:last-child {
    margin-bottom: 0px;
}

.contact-left .title-4 {
    text-transform: none;
    font-weight: bold;
    margin-bottom: 20px;
}

.contact-left p {
    color: #000000;
    font-weight: bold;
    font-size: 14px;
    margin-bottom: 0;
    line-height: 20px;
    letter-spacing: 1.5px;
}

/*.contact-left-a {
    padding-bottom: 40px;
}*/

.contact-left-b {
    background-color: #f0f0f0;
    border: solid 1px #ededed;
    padding: 50px 65px 41px 65px;
}

.form-muse-group {
    padding: 7px 0;
}

.form-muse {
    width: 100%;
    border-right: 0;
    border-top: 0;
    border-left: 0;
    color: #707070;
    border-bottom: 1px solid #ededed;
    padding: 5px  10px;
    font-size: 12px;
}

.form-muse:focus {
    outline: none;
}

.contact-left-b textarea.form-muse {
    height: 100px;
}

.form-muse::-webkit-input-placeholder {
    color: #707070;
    font-weight: bold;
    letter-spacing: 1.5px;
}

.form-muse:-moz-placeholder {
    /* Firefox 18- */
    color: #707070;
    font-weight: bold;
    letter-spacing: 1.5px;
}

.form-muse::-moz-placeholder {
    /* Firefox 19+ */
    color: #707070;
    font-weight: bold;
    letter-spacing: 1.5px;
}

.form-muse:-ms-input-placeholder {
    color: #707070;
    font-weight: bold;
    letter-spacing: 1.5px;
}
.location-list > div{
    margin-bottom: 25px;
}

.location-list{background-color: transparent;color: #fff;padding: 0;margin-bottom: 10px;width: 100%;}
.location-list h3{
        font-size: 16px;
    margin-bottom: 0;
    font-weight: bold;
}
.location-list p{
  
      line-height: 19px;
    font-size: 13px;
    margin-bottom: 0;
    letter-spacing: 1px;
}

.location-top{padding: 0;font-weight: bold;line-height: 25px;}

/*******CAREER********/

.career .title-4 {
    text-transform: none;
}

button.accordion {
    font-family: "Hoefler Text";
    background-color: transparent;
    color: #000000;
    cursor: pointer;
    padding: 0px 20px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    transition: 0.4s;
    border-right: 0;
    border-left: 0;
    border-top: 0;
    line-height: 2;
}

button.accordion.active,
button.accordion:hover {
    background-color: transparent;
}

button.accordion:after {
    content: '\02795';
    font-size: 13px;
    color: #000000;
    float: right;
    margin-left: 5px;
    padding: 10px;
}

button.accordion.active {
    border-bottom: 1px solid #ededed;
    z
}

button.accordion.active:after {
    content: "\2796";
}

div.panel {
    padding: 0 18px;
    background-color: white;
    max-height: 0;
    overflow: hidden;
    transition: 0.6s ease-in-out;
    opacity: 0;
}

.panel {
    margin-bottom: 0;
    background-color: #fff;
    border: none;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
    box-shadow: none;
}

div.panel.show {
    opacity: 1;
    max-height: 500px;
}

.accordion-list {
    border: 1px solid #ededed;
    margin-bottom: 5px;
}

.accordion-group {
    padding: 50px 70px;
}

.accordion-group .panel .accordion-title {
    font-weight: bold;
    margin-bottom: 30px;
    color: #000000;
    letter-spacing: 2px;
    font-size: 19px;
}

.accordion-desc {
    padding: 40px 30px;
    font-size: 18px;
    font-weight: bold;
    color: #707070;
    letter-spacing: 1px;
    float: left;
    width: 100%;
}

.accordion-group .accordion {
    font-size: 24px;
    color: #000000;
    letter-spacing: 2px;
    font-weight: bold;
}


/******** PROJECT **************/

.project-top {
    width: 100%;
    margin-bottom: 50px;
    float: left;
}

.project-top-a {
    width: 80%;
    float: left;
    padding-right: 40px;
    line-height: 25px;
    font-size: 14px;
    letter-spacing: 3px;
    color: #fff;
}

.project-top-b {
    width: 20%;
    float: left;
}

.project-top-b .btn-style-2 {
    padding: 15px 30px;
    float: right;
    width: 180px;
    text-align: center;
}

.project-list {
    background-color: #ebebeb;
    width: 100%;
    height: 40px;
    padding: 10px 0;
    text-align: center;
    margin-bottom: 30px;
}

#project a {
    color: #000000;
    text-decoration: none;
    margin-left: 15px;
    margin-bottom: 0;
    line-height: 29px;
    display: flex;
}

#project a:hover {
    font-weight: bold;
}

#project .modal-content {
    padding: 15px 30px;
}

#project .modal-header {
    padding: 0;
}

#project {
    position: absolute;
    background-color: #fff;
    z-index: 5;
    right: 200px;
    width: 500px;
    padding: 30px;
    box-shadow: 0px 1px 6px 1px #ccc;
    display: none;
}

.project {
    position: relative;
}

.loadmore {
    margin-top: 30px;
    clear: both;
    float: left;
    width: 100%;
}

.nopadding {
    padding: 0;
}

.gal-img.style1 img {
    width: 100%;
    height: 295px;
}

.gal-img.style2 img {
    height: auto;
    width: 100%;
}

.first-img {
    background-color: #f2f2f2;
    width: 100%;
    position: relative;
    cursor: pointer;
}

.text-position {
    position: absolute;
    bottom: 0;
    padding: 30px;
    background-color: rgba(255, 255, 255, 0.8);
    height: 100%;
    width: 100%;
    opacity: 0;
}

.first-img:hover .text-position {
    opacity: 1;
}

a.text-position .name {
    text-transform: uppercase;
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 6px;
    position: absolute;
    bottom: 80px;
    color: #000;
}

a.text-position p {
    font-size: 12px;
    position: absolute;
    bottom: 35px;
    width: 83%;
    color: #000;
}

#project ul {
    list-style: none;
    padding-left: 0;
}

#projectul li {
    padding: 3px 0;
}

#project ul li a:before {
    content: "- ";
    padding-right: 15px;
}


/****** METERIAL****/

.meterial-group {
    display: block;
}

.meterial-group .display-table-row img {
    width: 100%;
}

.meterial-text {
    position: absolute;
    z-index: 50;
    top: 37%;
    margin: auto;
    text-align: center;
    width: 100%;
    color: #ffffff;
}

.meterial .collection-desc{
    /* margin-top: 0 !important; */
    /* padding: 50px !important; */
}
.meterial .collection-item,.collection-list .collection-item{
        background-size: cover;
        eat;
        min-height: 400px;
        position:  relative;
}

/****** COLLECTION ****/

.collection-group {
    margin-bottom: 100px;
    position:  relative;
}

.collection-group:last-child {
    margin-bottom: 0px;
}

.collection-group .title-4 {
    text-align: left;
    margin-bottom: 15px;
    color: #fff;
}

.collection-group .collection-list {
    background-color: #f0f0f0;
}

.collection-group .collection-desc {letter-spacing: 2px;font-weight: bold;line-height: 25px;font-size: 14px;color: #fff;font-family: 'ralewayregular';position: absolute;z-index: 9;top: 50%;width: 50%;left: 50px;transform: translatey(-50%);}

.collection-desc .btn-style-2 {
    padding: 12px 35px;
    background: transparent;
    border: 1px solid #fff;
    color: #fff;
}

.collection-desc .title-4{ font-size: 20px; }


.collection-link {
    margin: 50px 0;
}

.collection-wrapper .collection-group:nth-child(even) .collection-item {
    float: right;
}

.collection .btn-style-2 {
    padding: 8px 25px;
    margin-top: 0;
}

.collection .detail {
    font-weight: bold;
    padding: 20px 0px;
}

.collection-wrapper {
    margin-top: 30px;
    position: relative;
    cursor: pointer;
}

.img-overlay {
    background-color: rgba(0, 0, 0, 0.2);
    position: absolute;
    width: 100%;
    height: 100%;
    display: none;
    top: 0;
    background-image: url("../images/icon-plus.png");
    background-repeat: no-repeat;
    background-position: 50% 50%;
}

.collection-wrapper:hover > .img-overlay {
    display: block;
}

.collection-img img {
    width: 100%
}

#Request-Brochure .modal-dialog {
    width: 750px;
}

#Request-Brochure .modal-body {
    padding: 0 80px 80px;
}

#Request-Brochure .form-muse-group {
    padding: 20px 0;
}

#Request-Brochure .form-request {
    border: 1px solid #000000;
    padding: 15px 30px;
}

#Request-Brochure .form-muse {
    border-color: #000000;
    background-color: rgba(255, 255, 255, 0.1);
}

#Request-Brochure .modal-content {
    background-color: rgba(255, 255, 255, 0.95);
}

#Request-Brochure select.form-muse {
    border: 1px solid #000000;
    height: 35px;
    padding: 0 10px;
}

.modal-muse .modal-header,
.modal-muse .modal-footer {
    border: none;
}

.modal-muse h3 {
    margin-bottom: 20px;
    font-size: 24px;
}

#Request-Brochure .form-muse::-webkit-input-placeholder {
    color: #000000 !important;
    font-weight: bold;
    letter-spacing: 1.5px;
}

#Request-Brochure textarea.form-muse {
    height: 100px;
}

#Request-Brochure .form-muse:-moz-placeholder {
    /* Firefox 18- */
    color: red;
    font-weight: bold;
    letter-spacing: 1.5px;
}

#Request-Brochure .form-muse::-moz-placeholder {
    /* Firefox 19+ */
    color: #000000;
    font-weight: bold;
    letter-spacing: 1.5px;
}

#Request-Brochure .form-muse:-ms-input-placeholder {
    color: #000000;
    font-weight: bold;
    letter-spacing: 1.5px;
}

.close {
    float: right;
    font-size: 21px;
    font-weight: normal;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    filter: alpha(opacity=20);
    opacity: 0.6;
    font-size: 41px;
}

.collection-page select {
    width: 100%;
    height: 38px;
    text-transform: uppercase;
    font-size: 15px;
    border: 1px solid #000000;
    padding-left: 10px;
    letter-spacing: 2px;
    font-weight: bold;
    font-family: "Hoefler Text";
}

.collection-filter .form-group label {
    font-size: 15px;
    letter-spacing: 2.5px;
    font-weight: normal;
    color: #000;
}

.collection-filter {
    padding-bottom: 50px;
}

.group-img {
    position: relative;
    cursor: pointer;
}

.group-list img {
    width: 100%;
}

.group-list-overlay {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.3);
    display: none;
    color: #fff;
    z-index: 50;
    text-align: center;
}

.group-img:hover .group-list-overlay {
    display: block;
}

.group-list-overlay h5 {
    font-size: 15px;
    text-transform: uppercase;
    font-family: "Hoefler Text";
    letter-spacing: 2px;
}

.group-list-overlay a {
    padding: 11px 25px;
    letter-spacing: 1.5px;
    margin: 15px 0;
}

.overlay-caption {
    position: absolute;
    top: 34%;
    margin: auto;
    text-align: center;
    width: 100%;
}

.img-wrapper {
    margin-bottom: 30px;
}

.img-wrapper .group-wrapper {
    padding-bottom: 30px;
}

.collection-content .img-wrapper:nth-child(even) .col-md-4 {
    float: right;
}

.owl-theme .owl-controls {
    margin-top: 0px !important;
}

.collection-d-bottom img {
    width: 100%;
}

.table-collection {
    display: table;
    margin-bottom: 30px;
}

.table-collection .col-1 {
    display: table-cell;
    width: 70%;
}

.table-collection .col-2 {
    display: table-cell;
    width: 30%;
    vertical-align: top;
}

.collection-text {
    padding: 25px;
    font-family: "Hoefler Text";
    font-size: 18px;
}

.collection-text p {
    margin-bottom: 25px;
}

.bg-gray {
    background-color: #ebebeb;
}

.contact-top {
    margin-bottom: 30px;
}

.contact-img img {
    width: 100%;
}

.person-detail {
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 465px;
    background-color: #000000;
    color: #fff;
}

.person-detail h3 {
    font-size: 18px;
    margin-bottom: 10px;
    font-weight: bold;
}

.person-detail h5 {
    font-size: 16px;
    font-weight: bold;
}

.designer-ollection .table-collection .col-1,
.designer-ollection .table-collection .col-2 {
    width: 50%;
}

.designer-ollection .table-collection .collection-text {
    padding: 50px;
    color: #333;
}

.nav-collection ul {
    list-style: none;
    display: flex;
}

.nav-collection ul li {
    display: inline-block;
}

.nav-collection a {
    border: 1px solid #4c4c4c;
    padding: 5px 20px;
    color: #4c4c4c;
    font-size: 16px;
}

.loader {
    border: 7px solid #f3f3f3;
    border-radius: 50%;
    border-top: 7px solid #ccc;
    width: 50px;
    height: 50px;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
    margin: auto;
}

.press-list{ margin-bottom: 50px; } 

.press-list .btn-style-2 {
    padding: 12px 35px;
    background: transparent;
    font-size: 10px;
}

.press-list-info {
    margin-bottom: 60px;
}

.press-list img{ width: 100%; }

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

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


/* ---- isotope ---- */



/* clear fix */
.grid:after {
  content: '';
  display: block;
  clear: both;
}

/* ---- .grid-item ---- */

.grid-sizer,
.grid-item {
  width: 33.333%;
}

.grid-item-width-2{
  width: 66.666%;
}


.grid-item {
  float: left;
}

.grid-item img {
  display: block;
  max-width: 100%;
}


.profect-bottom{
    width: 100%;
    float: left;
}


/*addition*/
.logo-wrapper{ text-align: center;  }
.bg-new{ background-color: #c2b59b; }
.company-list { padding: 15px;
    min-height: 350px; margin: 15px 0;}
.company-list:hover{ background-color:#c2b59b }
.bg-company { background-size: cover; background-repeat: no-repeat; }
.front{ position: relative;z-index: 9999; }
.press-wrapper{ margin-top: 30px; }
.caption_title_line{ height: 65px !important }
.m-30{ margin-bottom: 30px;float: left;
    width: 100%; }

.owl-muse-list .owl-caption{ color: #fff; }

.collection-filter label,.collection-d-bottom{ color: #fff; }
.grid-item:hover{
transform: scale(1);
    -webkit-transform: scale(1);
        -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

.grid-item:hover{
transform: scale(1.01);
    -webkit-transform: scale(1.01);
        -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

#btn_request {
    background-color: rgba(0, 0, 0, 0.8);
    color: #ffffff;
}
