@font-face {
	font-family: 'GothamHTF-Bold';
	src: url('../fonts/GothamHTF-Bold.eot');
	src: local('☺'), url('../fonts/GothamHTF-Bold.woff') format('woff'), url('../fonts/GothamHTF-Bold.ttf') format('truetype'), url('../fonts/GothamHTF-Bold.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'GothamHTF-Book';
	src: url('../fonts/GothamHTF-Book.eot');
	src: local('☺'), url('../fonts/GothamHTF-Book.woff') format('woff'), url('../fonts/GothamHTF-Book.ttf') format('truetype'), url('../fonts/GothamHTF-Book.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'GothamHTF-Light';
	src: url('../fonts/GothamHTF-Light.eot');
	src: local('☺'), url('../fonts/GothamHTF-Light.woff') format('woff'), url('../fonts/GothamHTF-Light.ttf') format('truetype'), url('../fonts/GothamHTF-Light.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'GothamHTF-Medium';
	src: url('../fonts/GothamHTF-Medium.eot');
	src: local('☺'), url('../fonts/GothamHTF-Medium.woff') format('woff'), url('../fonts/GothamHTF-Medium.ttf') format('truetype'), url('../fonts/GothamHTF-Medium.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'GothamHTF-XLight';
	src: url('../fonts/GothamHTF-XLight.eot');
	src: local('☺'), url('../fonts/GothamHTF-XLight.woff') format('woff'), url('../fonts/GothamHTF-XLight.ttf') format('truetype'), url('../fonts/GothamHTF-XLight.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}
.hide{ display: none !important;}
.container-fluid {
    padding: 0;
    overflow: hidden;
    position: relative;
    width: 100%
}

.menu-content{
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    width: 93%;
    margin: 0 auto;
    z-index: 9;
    padding-top: 45px;
}
.icon-menu{ position: relative;}
.icon-menu a{
    font-size: 36px;
    color: #fff;
}
.fixedMenu{
    position: fixed;
    width: 100%;
    padding: 20px 3.5%;
    background: rgba(0,0,0,0.8);
    top: 0;
    margin-top: 0 !important;
    z-index: 9999;
}
.fixedMenu .icon-menu a{ color: #fff !important;}
.menu-content .from-agency p{
    font-family: "GothamHTF-Bold";
    font-size: 16px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #ffffff;
    text-transform: uppercase;
}
.fixedMenu .logoMenu2{ display: none !important;}
.fixedMenu .logoMenu{ display: block !important;}
.menu-nav {
    position: fixed;
    width: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    transform: translate3d(0, -100%, 0);
    visibility: hidden;
    transition: all .7s;
    -webkit-transition: all .7s;
    z-index: 10;
    background: #ff1306;
    padding: 20px 5%;
    z-index: 999999999;
    overflow-y: auto;
}
.nav-content {
    display: flex;
    flex-wrap: wrap;
}
.menu-nav .top_bar{
    display: flex;
    justify-content: space-between;
    margin-top: 50px;
}
.menu-nav .top_bar a{ font-size: 36px; color:#fff;opacity: 1;}
.head_info { margin-top: 50px;}
.head_info .wrap-location { justify-content: flex-start; margin-bottom: 35px;}
.head_info .wrap-location .item{ width: 30%;margin-right: 35px;}
.head_info .wrap-location .item .icon{
    height: 40px;
    text-align: left;
}
.head_info .wrap-location .item p{
    font-family: "GothamHTF-Medium";
    font-size: 14px;
    text-align: left;
    color: #fff;
    line-height: 1.43;
}
.head_info .wrap-location .item p a{
    color: #fff;
    text-decoration: none;
}
.head_info .social a{ 
    margin-right: 20px;
    color: #fff;
    font-family: "GothamHTF-Medium";
    text-decoration: none;
}
.nav-content a{
    text-decoration: none;
    font-family: 'GothamHTF-Light';
    font-size: 56px;
    font-weight: 300;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.55;
    letter-spacing: normal;
    color: #ffffff;
    width: 100%;
    text-transform: uppercase;
}
.project-wrap{
    background-image: url('../images/hero_1.jpg');
    background-position: top;
    background-size: cover;
    height: 100vh;
    min-height: 780px;
    width: 100%;
    padding-top: 45px;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    background-attachment: fixed;
}
.main-project .project-wrap{ align-items: flex-start;}
.main-project .project-details{ margin-bottom: 0;}
.project-wrap:before{
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 0.62;
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.88));
}
.main-project .project-details{ margin-bottom: 0;}
.project-details{
    width: 85%;
    position: relative;
    margin: 0 auto 90px auto;
}
.project-details .project-brand{
    font-family: 'GothamHTF-Medium';
    font-size: 24px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #ffffff;
    margin-bottom: 5px;
}
.project-details .project-title a{
    font-family: 'GothamHTF-Light';
    font-weight: 300;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.5;
    letter-spacing: normal;
    color: #ffffff;
    text-transform: uppercase;
    text-decoration: none;
}
.project-details .project-title a{ font-size: 64px;}
.project-details .project-content{
    font-family: 'GothamHTF-Book';
    font-size: 16px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.9;
    letter-spacing: normal;
    color: #ffffff;
    width: 100%;
    max-width: 680px;
}
.services{
    background: linear-gradient(to bottom, #f9f9f9, #ffffff);    width: 100%;
    margin: 0 auto;
    min-height: 780px;
    padding: 12rem 8%;
}
.agency{ 
    background-image: url('../images/hormiguero.jpg');
    background-size: cover;
}
.agency .project-wrap{ background: inherit;}
.services .title, 
.clients .title,
.family .title{ margin-bottom: 25px;}
.services h2, .clients h2, .family h2{
    font-family: 'GothamHTF-Light';
    font-size: 64px;
    font-weight: 300;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.05;
    letter-spacing: normal;
    color: #232323;
    text-transform: uppercase;
}
.services .description p, 
.family  .description p{
    font-family: 'GothamHTF-Book';
    font-size: 18px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.5;
    letter-spacing: normal;
    color: #232323;
}
.services .wrap-service{
    margin: 55px auto;
    display: flex;
    justify-content: space-around;
}
.wrap-service .service{
    width: 16.66%;
    text-align: center;
}
.wrap-service .service .icon{ 
    height: 170px; 
    display: flex;
    align-items: center;
    justify-content: center;
}
.service .icon img{ max-width: 120px; }
.service .icon .hoverServ{ 
    display: none; 
}
.wrap-service .service:hover {
 cursor: pointer;

}
.wrap-service .service:hover .hoverServ{
 display: block;
}

.wrap-service .service:hover .imgServ{
    display: none;
   }
   

.wrap-service .service p{
    font-family: 'GothamHTF-Book';
    font-size: 16px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #000000;
    line-height: 1.5;
}
.clients{
    background: #232323;   
    margin: 0 auto;
    min-height: 780px;
    padding: 12rem 8%;
}
.clients h2{ color: #ffffff;}
.wrap-clients{
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    margin-top: 50px;
}
.wrap-clients .client{ width: 20%; margin-bottom: 70px;}
.wrap-clients .client .icon{ text-align: center;}
.wrap-clients .client img{ max-width: 60%;}
.location{
    margin: 0 auto;
    padding: 8rem 8%;
}
.wrap-location{
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}
.wrap-location .item{ 
    width: 33%;
    text-align: center;
}
.wrap-location .item .icon{ height: 60px;}
.wrap-location .item a{ text-decoration: none;}
.wrap-location .item p{
    font-family: 'GothamHTF-Book';
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.6;
    letter-spacing: normal;
    text-align: center;
    color: #333333;
    margin: 0;
}
.wrap-location .item p a{
    color: #333333;
    text-decoration: none;
}
.location .logo{ margin-top: 5rem;text-align: center;}
.family{
    margin: 0 auto;
    min-height: 780px;
    padding:9rem 8% 3rem 8%;
}

.wrap-family{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 45px;
}
.wrap-family .nav-pills{ 
    width: 25%;
    padding-right: 25px;
}
.family .nav-link{
    font-family: 'GothamHTF-Bold';
    font-size: 15px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.71;
    letter-spacing: normal;
    color: #000000;
    padding:0; 
    margin-bottom: 5px;
    text-transform: uppercase;
}
.mobileNavGal{
    display: none;
    width: 100%;
    margin-bottom: 35px;
}
.mobileNavGal select{
    width: 100%;
    height: 45px;
    text-indent: 15px;
}
.nav-pills .nav-link.active, .nav-pills .show>.nav-link{
    background: initial;
    color: #eb3725;
}
.wrap-family .collage{ width: 75%; overflow-x: hidden;}
.photos {
    /* line-height: 0;   
    -webkit-column-count: 4;
    -webkit-column-gap:   0px;
    -moz-column-count:    4;
    -moz-column-gap:      0px;
    column-count:         4;
    column-gap:           0px; */
    display: flex;
    flex-wrap: wrap;    
 }
 .image{
    width: 25% !important;
    height: auto;
    position: relative;
    overflow-x: hidden;
    margin-right: -1px;
 }
 .overlay{
    visibility: hidden;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background: rgba(0,0,0,0.65);
 }
 .photos img {
    /* Just in case there are inline attributes */
    width: 100% !important;
    height: auto;
  }
 .photos .image:hover .overlay{
     visibility: visible;
 }
 .photos .image .info{
    visibility: hidden;
    position: absolute;
    transform: translate3d(100%, 0, 0);
     color: #fff;
     bottom: 30px;
     left: 25px;
     right: 25px;
 }
 .photos .image .info .name{    
    font-family: "GothamHTF-Bold";
    font-size: 24px;
    color: #eb3725;
    width: 100%;
    margin-bottom: 5px;
    display: block;
    line-height: 1.1;
    text-transform: uppercase;
 }
 .photos .image .info .job{    
    font-family: "GothamHTF-Medium";
    color: #fff;
    line-height: 1.2;
 }
 .photos .image:hover .info{
    visibility: visible;
    transition: all .7s;
    -webkit-transition: all .7s;    
   -webkit-transform: translate3d(0, 0, 0); 
    transform: translate3d(0, 0, 0); 
 }
 .photos .image .hoverLogo{
    visibility: hidden;
    -webkit-transform: translate3d(80%, -100%, 0);
    transform: translate3d(80%, -100%, 0);
 }
 .photos .image .hoverLogo img{ max-width: 25px !important;}
 .photos .image:hover .hoverLogo{
    visibility: visible;
    -webkit-transform:  translate3d(80%, 25px, 0); 
    transform: translate3d(80%, 25px, 0); 
    transition: all .7s;
     -webkit-transition: all .7s;    
 }
 .large{ height: 400px !important;}
/** Single ***/
/* .single .menu-content{ margin-top: 45px; } */
.single .menu-content .from-agency p{ color: #000000; }
.single .icon-menu a{ color: #000;}
.single .head{ 
    width: 100%; 
    max-width: 920px;
    margin: 6.5rem auto 0 auto;
}
.single .brand{
    font-family: 'GothamHTF-Medium';
    font-size: 26px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #000000;
}
.single h1{
    font-family: 'GothamHTF-Light';
    font-size: 64px;
    font-weight: 300;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.5;
    letter-spacing: normal;
    color: #000000;
    text-transform: uppercase;
}
.feature_post{    
    background: #232323;
    min-height: 740px;
    position: relative;
    padding-bottom: 2rem;
    display: flex;
    align-items: flex-end;
    margin-top: 10.5rem;
}
.feature_post .slides{
    height: 640px;
    width: 85%;
    position: absolute;
    top: -105px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
.feature_post .slides .slide{
    width: 100%;
    height: 100%;
    background-size: cover;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    outline: 0;
}
.slick-list,
.slick-track{ width: 100%; height: 100%; }
.slick-dots{    
    margin-top: 8px !important;
    display: flex;
    justify-content: center;
    width: 100%;
    list-style-type: none;
    padding: 0;
}
.slick-dots li{ margin-right: 10px; }
.slick-dots li:last-of-type{ margin-right: 0; }
.slick-dots button{
    border-radius: 100%;
    width: 10px;
    height: 10px;
    padding: 0;
    font-size: 0;
    box-shadow: none;
    background: #fff;
    border-color: #fff;
    border: 1px solid #fff;
    color: #fff;
    outline: 0 !important;
    cursor: pointer;
}
.slick-dots .slick-active button{
    background: #eb3725;
    border-color: #eb3725;
    border: 1px solid #eb3725;
    }
.feature_post .description{
    width: 100%;
    max-width: 820px;
    margin: 0 auto;
}
.feature_post p{
    font-family: 'GothamHTF-Book';
    font-size: 16px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 2.14;
    letter-spacing: normal;
    text-align: justify;
    color: #ffffff;
}
.single .content-single{
   width: 100%;
   max-width: 800px; 
   margin: 4rem auto;
}
.single .content-single p{
    font-family: 'GothamHTF-Book';
    font-size: 16px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 2.14;
    letter-spacing: normal;
    color: #060606;
}
.recomendations{
    margin: 8rem auto 0 auto;
    width: 100%;
}
.recomendations .title{ max-width: 800px; margin: 0 auto;}
.recomendations .title h2{
    font-family: 'GothamHTF-Bold';
    font-size: 22px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.73;
    letter-spacing: normal;
    text-align: justify;
    color: #000000;
}
.recomendations .cases{
    display: flex;
    justify-content: space-between;
    width: 100%;
    max-width: 940px;
    margin: 4rem auto 0 auto;
}
.recomendations .cases .case-other{ width: 48.5%;}
.recomendations .cases .case-other .info{ margin-top: 30px;}
.recomendations .case-other .info a{ 
    font-family: 'GothamHTF-Book';
    font-size: 24px;
    color: #212529;
    text-decoration: none;
    margin-bottom: 10px;
    display: block;
}
.recomendations .cases .case{
    width: 100%;
    background: rebeccapurple;
    height: 390px;
    background: url('../images/caso1_interna.jpg');
    background-position: center;
    background-size: cover;
    position: relative;
}
.recomendations .cases .case a{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    cursor: pointer;
    font-size: 0;
}
.agency{position: relative;}
.agency video {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: 0;
    -ms-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}
.agency .project-wrap:before{ background-image: linear-gradient(to bottom, rgba(0, 0, 0,0.6), rgba(0, 0, 0, 0.88));}
.agency .project-wrap{ align-items: center;}
.agency .project-details{ display: flex; color: #fff;}
.agency .project-details .left-side{ 
    width: 50%;
    font-family: "GothamHTF-XLight";
    font-size: 136px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.agency .project-details .right-side{ width: 40%; padding-right: 5%;}
.agency .project-details .right-side h2{
    font-family: "GothamHTF-Medium";
    font-size: 32px;
    margin-bottom: 30px;
}
.agency .project-details .right-side p{
    font-family: "GothamHTF-XLight";
    font-size: 16px;
    margin-bottom: 30px;
}
.p-project .head {
    max-width: 1200px;
}
.wrap-projects{ 
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
    margin: 8rem 0;
}
.wrap-projects .item-project{
    width: 50%;
    height: 520px;
    overflow-y: hidden;
    background-image: url('../images/hero_1.jpg');
    background-position: top;
    background-size: cover;    
    padding: 0 6%;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}
.wrap-projects .item-project a{ font-size: 0;}
.wrap-projects .item-project .info{ 
    transform: translate3d(0, 100%, 0);
    visibility: hidden;
    z-index: 9;
}
.wrap-projects .item-project:hover .info{ 
    visibility: visible; 
    transform: translate3d(0, 0, 0);
    transition: all .7s;
    -webkit-transition: all .7s;    
    }

.wrap-projects .item-project:hover a{ 
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background: rgba(0,0,0,0.65);
}
.item-project .brand a{
    font-family: 'GothamHTF-Medium';
    font-size: 24px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #ffffff;
    margin-bottom: 5px;
    z-index: 9;
    position:  relative !important;
    text-decoration: none;
    background: inherit !important;
}
.item-project .title a{
    font-family: 'GothamHTF-Light';
    font-weight: 300;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.5;
    letter-spacing: normal;
    color: #ffffff;
    text-transform: uppercase;
    text-decoration: none;
    font-size: 46px;
    position:  relative !important;
    text-decoration: none;
    background: inherit !important;
    z-index: 9;
}
.item-project p{
    font-family: 'GothamHTF-Book';
    font-size: 16px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.9;
    letter-spacing: normal;
    color: #ffffff;
    position: relative;
    z-index: 9;
}
footer{
    background: #000000;
    padding: 35px 10%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
footer .right-side a{
    margin: 0 8px;
    color: #fff;
    text-transform: uppercase;
    font-family: 'GothamHTF-Bold';
    font-size: 13px;
}
footer .right-side a:hover{
    color: #eb3725;
    text-decoration: none;
}
.p-blog .head .title{
    max-width: 85%;
    margin: 8rem auto 0 auto;
}
.wrap-blog{
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
    max-width: 85%;
    margin: 5rem auto;
}
.wrap-blog .item{
    width: 48%;
    background: #fafafa;
    margin-bottom: 4rem;
    padding-bottom: 20px;
    position: relative;
}
.wrap-blog .item .banner{
    height: 220px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}
.wrap-blog .item .top_header{
    display: flex;
    justify-content: space-between;
    margin: 20px 30px;
}
.wrap-blog .item .top_header span{
    font-size: 12px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: 2px;
    color: #808080;
    font-family: "GothamHTF-Book";
    text-transform: uppercase;
}
.wrap-blog .item .title {
    margin: 0 30px;
    padding-right: 200px;
    max-height: 78px;
    height: 78px;
    overflow: hidden;
}
.wrap-blog .item .title h2{
    font-size: 26px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.4;
    letter-spacing: normal;
    color: #000000;
    font-family: "GothamHTF-Book";
    text-transform: uppercase;
}
.wrap-blog .item .detail{ margin: 6px 30px;}
.wrap-blog .item .detail p{ 
    font-family: 'GothamHTF-Book';
    font-size: 15px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.5;
    letter-spacing: normal;
    color: #000000;
}
.wrap-blog .item .goPost{
    margin: 3rem 30px 0 30px;
    display: flex;
    justify-content: space-between;  
    font-family: 'GothamHTF-Book';
    font-size: 13px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: 2px;
    color: #4d4d4d;
    text-transform: uppercase;
}
.wrap-blog .item a{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    cursor: pointer;
}
.wrap-blog .item:hover{
    background: #ea3927;
}
.wrap-blog .item:hover span img{ display: none }
.wrap-blog .item:hover .title h2{ color: #fff; }
.wrap-blog .item:hover .detail p{ color: #fff; }
.wrap-blog .item:hover .top_header span{ color: #fff; }
.wrap-blog .item:hover .goPost{ color: #fff; }
.wrap-blog .item:hover .banner:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 0.62;
    background-image: linear-gradient(to bottom, rgba(234, 57, 39, 0.85), rgba(234, 57, 39, 0.85));
}
.showMore {
    width: 240px;
    border-radius: 38px;
    border: solid 1px #979797;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 16px 0;
    font-family: 'GothamHTF-Light';
    font-size: 18px;
    color: #979797;
    text-decoration: none;
    text-transform: uppercase;
}
.showMore:hover{
    background: #ea3927;
    border-color: #ea3927;
    color: #fff;
    text-decoration: none;
}
.s-blog .featurePost{
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
    margin-top: 9rem;
    height: 380px;
    display: flex;
    align-items: flex-end;
}

.s-blog .info{
    margin: 0 auto 15px auto;
    max-width: 80%;
    width: 100%;
}
.s-blog .info .category{
    border-radius: 40px;
    background-color: rgba(0, 0, 0, 0.4);
    padding: 5px 22px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: justify;
    color: #ffffff;
    font-family: "GothamHTF-Bold";
}
.s-blog .info .title{
    max-width: 60%;
    margin: 10px 0 35px 0;
}
.s-blog .info  h1{
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.5);
    font-family: 'GothamHTF-Book';
    font-size: 42px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.4;
    letter-spacing: normal;
    color: #ffffff;
}
.s-blog .info a{
    font-size: 14px;
    font-style: normal;
    font-stretch: normal;
    line-height: 3.17;
    letter-spacing: normal;
    text-align: justify;
    color: #ffffff;
    font-family: 'GothamHTF-Book';
}
.s-blog .info a i{ font-size: 10px; margin-right: 5px;}
.single .s-blog .content-single{
    max-width: 80%;
    margin: 2.5rem auto;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
.s-blog .post-info{
    display: flex;
    justify-content: space-between;
    margin-bottom: 35px;
}
.s-blog .post-info span{
    font-size: 12px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: 2px;
    color: #808080;
    font-family: "GothamHTF-Book";
    text-transform: uppercase;
}
.s-blog .content{ width: 70%;}
.s-blog .content a{ 
    color: #ee5243; 
    text-decoration: none;
    font-family: "GothamHTF-Bold";
}
.s-blog .content blockquote{
    max-width: 480px;
    margin: 3.5rem auto;
}
.s-blog .content blockquote  p{
    font-size: 30px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.27;
    letter-spacing: normal;
}
.s-blog .sidebar{ 
    width: 25%;
    padding: 0 10px;
}
.s-blog .sidebar .detail{ margin: 20px auto;}
.s-blog .sidebar .detail p{
    font-family: 'GothamHTF-Book';
    font-size: 12px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 2;
    letter-spacing: normal;
    color: #000000;
}
.s-blog .sidebar .suscribe{
    font-family: 'GothamHTF-Light';
    font-size: 16px;
    font-weight: 300;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #b8b8b8;
    border-radius: 38px;
    border: solid 1px #e3e3e3;
    display: block;
    padding: 17px;
    margin: 35px 10px;
}
.s-blog .sidebar .suscribe:hover{
    background: #ee5243; 
    color: #fff;
    text-decoration: none;
    font-family: "GothamHTF-Bold";
}
.s-blog .recomendations{margin: 5rem auto 0 auto; width: 100% !important;}
.s-blog .recomendations .title{ max-width: 90%;}
.s-blog .recomendations .wrap-blog{ max-width: 90%; margin: 4rem auto;}
.s-blog .recomendations .wrap-blog .item{ width: 32%;}
.s-blog .recomendations .wrap-blog .item .title{ padding: 0;}
.s-blog .recomendations .wrap-blog .item .title h2{
    font-size: 22px;
    text-align: left;
}
.s-blog .recomendations .wrap-blog .item .top_header{ flex-wrap: wrap;} 
.s-blog .recomendations .wrap-blog .item .top_header span{ width: 100%; margin: 6px 0;}

.logo-zeit{max-width: 340px; width: 100%;}
.waiting{ margin-right: 8px; display: none;}
@media only screen and (min-width:1560px) {
    .photos .profile{ height: 360px;} 
    .large{ height: 720px !important;}
    .p-project .head{ max-width: 93%;}
    .wrap-projects .item-project{ height: 720px;}
    .wrap-blog .item .banner{ height: 305px;}
}
@media only screen and (max-width:1360px) {
    .nav-content a{ font-size: 52px; }
    .project-details .project-title a{ font-size: 54px;}
    .agency .project-details .left-side{ font-size: 120px;}
    .agency .project-details .right-side{ width: 45%;}
    .services h2, .clients h2, .family h2{ font-size: 54px;}
    .photos .large .info .name{ font-size: 28px;}
    .single h1{ font-size: 52px;}
    .wrap-projects .item-project{ padding: 0 6%;}
}

@media only screen and (max-width:1280px){
    .nav-content a{ 
        font-size: 42px;
        margin-bottom: 7px; 
    }
    .head_info .wrap-location{ justify-content: space-between}
    .head_info .wrap-location .item{ width: 40%;margin: 0;}
    .wrap-clients .client img{ max-width: 75%;}    
    .single h1{ font-size: 44px;}
    
    .image{ width: 33% !important;}

    .wrap-blog{ max-width: 90%;}

    .p-blog .head .title{max-width: 90%;}
    .wrap-blog .item .title{ padding-right: 120px;}
    .s-blog .info h1{ font-size: 42px;}
}
@media only screen and (max-width:1200px){
    .nav-content a{ font-size: 36px; }
    .agency .project-details .left-side{ width: 45%; font-size: 80px;}
    .agency .project-details .right-side{ width: 50%; padding-right: 0;}
    .services, .clients{ padding: 9rem 8%;}
    .services h2, .clients h2, .family h2{ font-size: 42px; }
    .wrap-clients{ justify-content: space-between;}
    .wrap-clients .client{ width: 20%;}
    .wrap-clients .client img{ max-width: 65%;}
    .location .logo{ max-width: 60px; margin: 5rem auto 0 auto;}
    .single h1{ font-size: 36px;}
    .photos .image .info .name{ font-size: 22px;}
    .item-project .title a{font-size: 38px;}
    .p-project .head{ max-width: 93%;}
}
@media only screen and (max-width:1080px){
    .services .wrap-service{ 
        flex-wrap: wrap; 
        justify-content: space-around;    
        margin-top: 7rem;
    }
    .wrap-service .service{ width: 30%; margin-bottom: 25px;}
    .location{ padding: 5rem 8%;}
    .single .head{ max-width: 100%; width: 93%;}
    .single .brand{ font-size: 24px;}
    .recomendations{ width: 90%;}
    .wrap-family .nav-pills{ 
        width: 100%;
        flex-direction: row !important;
        margin-bottom: 35px;
        margin-right: 0;
    }
    .family .nav-link{
        margin-bottom: 5px;
        width: 33%;
    }
    .wrap-family .collage{ width: 100%;}
    .image{ width: 25% !important;}
    .photos .image .info{
       bottom: 15px;
       left: 20px;
       right: 20px;
    }
    .photos .image .info .name{ font-size: 18px;}
    .photos .image .info .job{ font-size: 14px;}
    .photos .image .hoverLogo{
       transition: all .7s;
       -webkit-transition: all .7s;    
    }
    .item-project .title a {
        font-size: 34px;
    }
    .item-project .brand a{
        font-size: 22px;
    }
    .wrap-blog .item .title{ max-height: 70px;}
    .wrap-blog .item .title h2{ font-size: 24px;}
    .s-blog .recomendations .wrap-blog .item{ width: 48%;}
    .s-blog .info .title{ max-width: 80%;}
    .s-blog .info{ max-width: 90%;}
    .s-blog .content blockquote p{ font-size: 28px;}
    .single .s-blog .content-single{ max-width: 90%;}
    .logo-zeit{max-width: 270px}

    footer{ padding: 35px 3% }
     
}
@media only screen and (max-width:991px){
    .fixedMenu{ padding: 20px 7% !important;}
    .single .head{ width: 90%;}
    .menu-content{ width: 100%; padding: 45px 7% }
    .menu-nav .top_bar{ margin-top: 15px; }
    .menu-nav{ padding: 0 8% 20px 8%; overflow-y: auto;}
    .nav-content a {
        font-size: 32px;
        margin-bottom: 8px;
    }
    .menu-nav .top_bar a{ font-size: 32px;}
    .project-wrap{ background-attachment: initial;}
    .project-details .project-title  a{font-size: 46px;}
    
    .head_info .wrap-location .item{ width: 48%; margin-bottom: 40px; }
    .head_info .wrap-location .item:last-of-type{ margin-bottom: 0px;}
    .head_info .social{ margin-bottom: 35px;}
    
    .project-details{ margin-bottom: 40px;}

    .agency .project-details .left-side{ width: 30%;font-size: 42px; align-items: flex-start;}
    .agency .project-details .right-side{ width: 70%;}

    .services .wrap-service{ margin-top: 3rem;}
    .wrap-service .service{ width: 47%;}
    .wrap-service .service .icon{ max-width: 60px; margin: 0 auto;}
    .services .description p, .family .description p{ font-size: 16px;}
    .wrap-clients .client {width: 25%;}
    .wrap-clients .client img{ max-width: 75%;}

    .wrap-location .item{ width: 100%; margin-bottom: 40px;}
    .location .logo{ margin-top: 2rem;}
    
    .single .head{ margin-top: 8rem;}
    .feature_post{ 
        margin-top: 2rem;
        align-items: flex-start;
        flex-wrap: wrap;
    }
    .feature_post iframe{ height: 480px;}
    .feature_post .slides{ 
        position: relative; 
        top: inherit;
        height: 480px;
        width: 100%;
        background-size: cover;
    }
    .feature_post .slides .slide{ background-size: cover; }
    .feature_post .description,
    .single .content-single{ width: 100%; max-width: 85%;}
    .recomendations .cases .case{ height: 280px;}

    body .container-fluid:nth-child(1) .project-wrap{ background-position: right; }
    
    .family .nav-link{width: 50%;}

    .p-blog .head{ margin-left: 15px;}
    .p-blog .head .title{max-width: 95%;}
    .wrap-blog{ max-width: 95%; margin: 3rem auto;}
    .wrap-blog .item{ margin-bottom: 3rem; width: 100%;}
    .wrap-blog .item .title{ padding-right: 0;}
    .single .s-blog .content-single{ flex-wrap: wrap;}
    .s-blog .content{ width: 100%;}
    .s-blog .sidebar{
        width: 100%;
        margin-top:25px;
    }
    .sidebar-logo{
        text-align: center;
        margin-bottom: 30px;
    }
    .s-blog .sidebar .detail p{ font-size: 16px;}

    footer{ flex-wrap: wrap;}
    footer .left-side{ width: 100%; text-align: center; }
    footer .right-side{ 
        width: 100%; 
        text-align: center;
        margin-top: 40px; 
    }

}
@media only screen and (max-width:768px){
    .mobileNavGal{ display: block;}
    .family{ padding-bottom: 8rem;}
    .wrap-family .nav-pills{ display: none; }
    .photos{ 
        -webkit-column-count: 2;
        -moz-column-count: 2;
        column-count: 2;
    }
    .wrap-projects .item-project{ height: 480px; width: 100%;}
    .agency .project-details{ flex-wrap: wrap;}
    .agency .project-details .left-side{ width: 100%;}
    .agency .project-details .right-side{ width: 100%;}
    .image {
        width: 50% !important;
    }
    .s-blog .info h1{ font-size: 34px;}
    .s-blog .recomendations .wrap-blog .item{ width: 100%;}
    .s-blog .featurePost{ margin-top: 7.5rem; }
}
@media only screen and (max-width:667px){
    .nav-content a { font-size: 28px; }
    .head_info{ margin-top: 30px; }
    .top_logo{ max-width: 55px;}
    .icon-menu a{ font-size: 28px; }
    .menu-content .from-agency p{ font-size: 14px;}
    .icon-garnier img{ max-width: 36px; }
    .project-wrap,.services, .family,.clients{ min-height: 670px;}
    .project-details .project-title a{ font-size: 34px;}
    .agency .project-details .left-side{ font-size: 34px;}
    .agency .project-details .right-side h2{
        font-size: 24px;
        margin-bottom: 20px;
        padding-top: 8px;
    }
    .services{ padding: 6rem 8% 2rem  8%;}
    .services h2, .clients h2, .family h2{ font-size: 34px; }

    .single .brand{ font-size: 22px;}
    .single h1{ font-size: 28px;}
    .recomendations{ margin: 4rem auto 0 auto;}
    .recomendations .cases{ flex-wrap: wrap; }
    .recomendations .cases .case-other{ width: 100%;}
    .recomendations .cases .case {
        height: 460px;
        width: 100%;
        margin-bottom: 40px;
    }
    footer{ flex-wrap: wrap; justify-content: center;}
    footer .left-side{ width: 100%; order:2;text-align: center;}
    footer .right-side{ order: 1; margin: 30px 0 40px 0;}

    .wrap-projects{ margin: 4rem 0;}
}
@media only screen and (max-width:620px){
    .menu-nav .top_bar{ padding-top: 8px; }
    .head_info .wrap-location .item {
        width: 100%;
        margin-bottom: 25px;
    }
    
    .head_info .wrap-location .item{ display: flex; justify-content: space-between;}
    .head_info .wrap-location .item .icon{ min-width: 20%;}
    .head_info .wrap-location .item .info-contact{ width: 80%;}
    .head_info .wrap-location .item p{ width: 100%; display: block;}

    .project-details .project-content{ padding-right: 20px;}
    
    .services{ padding: 6rem 8% 0 8%;}
    .wrap-service .service .icon{ height: 95px;}
    .wrap-service .service .icon img{ max-width: 80%;}
    .clients{ padding: 6rem 8%;}
    .services h2, .clients h2, .family h2{ font-size: 30px; }
    .wrap-clients .client{width: 30%;}
    .wrap-clients .client img{ max-width: 85%;}

    .feature_post{ min-height: auto;}
    .feature_post iframe,.feature_post .slides{height: 380px;}
    .feature_post .description{ margin-top: 3rem; width: 90%;}
    .single .content-single{ width: 90%;}
    .recomendations .cases .case{ height: 295px;}
    
    .photos .image:hover .hoverLogo{
        -webkit-transform: translate3d(77%, 15px, 0);
        transform: translate3d(77%, 15px, 0);
    }
    .item-project .title a{
        font-size: 28px;
        margin-bottom: 8px;
    }
    .item-project p{ font-size: 14px;}
    
    .wrap-blog .item .top_header{ flex-wrap: wrap; margin: 20px;}
    .wrap-blog .item .top_header span{ margin: 6px 0;}
    .wrap-blog .item .title{ margin: 0 20px 10px 20px; height:65px;}
    .wrap-blog .item .detail{ margin: 6px 20px;}
    .wrap-blog .item .goPost{margin: 3rem 20px 0 20px}
    .s-blog .featurePost{ height: 280px;}
    .s-blog .info .title{ 
        max-width: 80%;
        margin-bottom: 15px;
    }
    .s-blog .info h1{ font-size: 28px;}
    .s-blog .post-info{ flex-wrap:wrap;}
    .s-blog .post-info span{ margin:6px 0;}
    .logo-zeit{max-width: 215px}
}

@media only screen and (max-width:480px){
    .nav-content a{ font-size: 24px; }
    .menu-nav .top_bar a{ font-size: 28px;}
   .project-details .project-title a{ font-size: 28px;}
   .project-details .project-content{ font-size: 14px; }
   .agency{ padding: 15px 0;}
   .agency .project-wrap{ padding: 0;}
   .agency .project-details .left-side {
        font-size: 30px;
        width: 25%;
    }
    .agency .project-details .right-side {
        width: 80%;
        padding: 0 10px;
    }
    .agency .project-details .right-side p{ font-size: 14px; margin-bottom: 20px;}
    .services h2, .clients h2, .family h2{ font-size: 28px; }
    .services .description p, .family .description p{ font-size: 14px; }
    .wrap-service .service p{ font-size: 14px;}

    .feature_post p{ font-size: 14px;}
    .single .content-single p{ font-size: 14px;}
    .feature_post iframe,.feature_post .slides{height: 320px;}
    .s-blog .info .title{ max-width: 95%;}
    .s-blog .info h1{ font-size: 26px; }
    .sidebar-logo{
        width: 75%;
        margin: 0 auto;
        margin-bottom: 40px;
    }
    .s-blog .sidebar{ padding: 0;}

    footer .left-side{ width: 90%; }
}
