*{padding: 0;margin: 0;border: 0; }
*,*:before,*:after{-moz-box-sizing: border-box;-webkit-box-sizing: border-box;box-sizing: border-box;}
:focus,:active{outline: none;}
a:focus,a:active{outline: none;}
nav,footer,header,aside{display: block;}
html,body{height:100%;width:100%;font-size:100%;line-height:1;font-size:14px;-ms-text-size-adjust:100%;-moz-text-size-adjust:100%;-webkit-text-size-adjust:100%;}
input,button,textarea{font-family:inherit;}
input::-ms-clear{display: none;}
button{cursor: pointer;}
button::-moz-focus-inner {padding:0;border:0;}
a,a:visited{text-decoration: none;}
a:hover{text-decoration: none;}
ul li{list-style: none;}
img{vertical-align: top;}
h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight: inherit;  font-family: 'Lato', sans-serif;}
.content{
    max-width: 1024px;
    margin: auto;
    padding: 0px 10px;
}
header,.main_menu{
    /* box-sizing: content-box; */
    top: 0;
    background: black; 
}
.l,.r{
    display: flex;
    width: 100%;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: flex-end;

}

nav{
    min-height: 80px;
    display: flex;
    align-items: center;
    /* justify-content: space-between; */
}
nav a{
    font-family: 'Open Sans', sans-serif;
    text-transform: uppercase;
    color: #979898;
    margin-top: 10px;
}
.active{
    color: #3788be ;
}
.logo{
    font-family: 'Lato', sans-serif;
    font-size: 40px;
    font-weight:900;
    text-transform: uppercase;
    color: white;
    margin:  0px 60px;
}
.prev_post{
    display: flex;
    align-items: center;
    flex-direction: column;
    font-family: 'Open Sans' , sans-serif;
    max-width: 1024px;
}
h1{
   font-family: 'lato' , sans-serif; 
   font-size: 44px ;
   font-weight: 300;
   margin-top: 60px;
   text-align: center;
}
.line{
    height: 1px;
    width: 150px;
    background-color: #979898;
    margin: 40px 0px ;
}
.post_slogan{
    font-size: 14px;
    line-height: 22px;
    color: #606060;
    font-weight: 400;
    font-family: "Open Sans";
    text-align: center;
}
.post{
    width: 100%;
    margin-top: 60px;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.post_h{
    font-size: 20px;
    color: #000000;
    font-weight: 400;
    font-family: "Lato";
}
.post_img{
    margin-top: 35px;
    width: 100%;
    max-width: 646px ;
    max-height: 431px;
}
.post_text{
    margin-top: 35px;
    font-size: 14px;
    line-height: 22px;
    color: #606060;
    font-weight: 400;
    font-family: "Open Sans";
    text-align: center;
}
.socia{
    display: flex;
    margin: 0 auto;
    width: 700px;
}
.social_likes{
    max-width: 60px;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-right: 20px;
}
.likes {
    margin-bottom:7px ;
    position: relative;
    background: #FFF;
    border-radius: 3px; 
    width: 60px; 
    height: 35px;
    border: 1px solid rgb(117, 117, 117);
    -webkit-background-clip: padding-box; /* for Safari */
    background-clip: padding-box; /* for IE9+, Firefox 4+, Opera, Chrome */
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
}

.likes:before{
    content: "";
    position: absolute;
    top: 100%;
    left: 24%;
    z-index: 1;
    height:60px;
    width:30px;
    margin-top: -15px;
    background: linear-gradient(-45deg, white 2px, rgba(0,0,0,1) 2px, rgba(0,0,0,1) 3px, transparent 3px), linear-gradient(225deg, white 2px, rgba(0,0,0,1) 2px, rgba(0,0,0,1) 3px, transparent 3px);    
    background-position: left 0px, right bottom;
    background-size: 100% 50%;
    background-repeat: no-repeat;
    transform: rotate(-90deg);
}
.soc_m{
    width: 100%;
    border: 1px solid rgb(75, 75, 75);
    height: 25px;
    border-radius: 2px;
}
.meta .likes{
    border-radius: 1px;
    border: 1px solid rgb(65, 65, 65);
}
.in .soc_m,.meta .soc_m{
    border: 0px;
}
footer{
    margin-top: 100px;
    min-height: 65px;
    background-color: black;
    width: 100%;
    flex: 0 0 auto;
    
}
.media{
    color: white;
    display: flex;
    justify-content: space-between ;
    align-items: center;
    min-height: 65px;
}
.social{
    display: flex;
    width: 170px;
    justify-content: space-between;
}
.comand_email{
    font-family:  'Open Sans', sans-serif ;
    font-size: 12px;
    text-align: right;
}
@media (max-width:368px) {
    .logo{
     margin:  0px 10px;
    }
}