body {
    background-color:#eeeef3;
    color:#000;
    text-align:left;
    text-rendering:optimizeLegibility;
    -webkit-font-smoothing:antialiased;
    margin:0;
    padding:0;
    }
ul,li {
    list-style:none;
    margin:0;
    padding:0;
    }
a {
    color:#fff;
    text-decoration:none;
    font-weight:bold;
    }
    
a:hover {
    color:red;
    }

.top {
    margin-right:3px;
    float:right;
    height: 45px; 
    line-height: 45px; 
    font-size: 16px; 
    padding: 0 15px; 
    box-shadow: inset 0 -15px 15px rgba(0, 0, 0, 0.25);
    
}
    
h2 {
    font-size:17px;
    margin:3px;
    }
    
.name {
    display:block;
    padding:5px;
    text-align:center;
    font-size:16px;
    max-width:325px;
    font-weight:400;
    }
    
p  {
    margin:5px;
    }

.neutral-title {
    background-color:#fff;
    clear:both;
    text-align: left;
    color: #1f7aa3;
    font-weight: bold;
    font-size: 15px;  
    padding: 9px; 
    border-bottom: 1px solid #1f7aa3;
    margin: 7px; 
}

h1 { 
    display:inline-block;
    font-size:16px;
    font-weight:700;
    text-overflow:ellipsis;
    text-transform:capitalize;
    margin:5px;
    }

.h1-bar {
    background-color:#fff;
    -webkit-box-shadow: 0 7px 20px -10px rgba(0, 0, 0, 1);
    -moz-box-shadow: 0 7px 20px -10px rgba(0, 0, 0, 1);
    box-shadow: 0 7px 20px -10px rgba(0, 0, 0, 1);
    min-height: 30px;
    text-align: left;
    width:100%; 
    font-size:14px;
    margin:47px 0 0 0;
    padding: 2px 5px 2px 7px;
    }

.top-menu { 
    background-color: #272727;
    box-shadow:0 0 15px -4px #918a90
    }
    
.top-menu { 
    position: fixed;
    top: 0; 
    min-height:45px;
    overflow: hidden; 
    text-align: center; 
    margin: 0 auto; 
    width: 100%; 
    z-index: 5;
    }

.categoryes {
    padding: 3px;
    background-color:#fff;
    font-size: 0; 
    text-align: left;
    margin:0 7px 10px 7px;
    }
    
.categoryes li {
    margin: 2px; 
    background-color:#1f7aa3;
    display:inline-block;
    border-radius:5px;
    }
    
.categoryes li a {
    color:#fff; 
    height: 32px; 
    line-height: 32px; 
    display: inline-block; 
    font-size: 16px; 
    padding: 0 10px; 
    font-weight:normal;
    }
    
.categoryes li a:hover { 
    background-color: #323242; 
    color:#fff;
    }
    
.logo {
    float:left;
    margin: 10px 0 0 0;
}

.logo a { 
    text-transform: uppercase; 
    font-size: 25px; 
    height: 25px; 
    line-height: 25px; 
    margin-left:5px;
    font-weight:bold;
}

.scrollup{
   width:40px;
   height:40px;
   opacity:1;
   position:fixed;
   bottom:60px;
   right:20px;
   display:none;
   text-indent:-9999px;
   background:url(/img/scroll-up.png) no-repeat
   }

.content { 
    overflow: hidden; 
    margin: 0 auto; 
    width: 100%; 
    max-width:1400px;
    }

.neutral {
    display:inline-block;
    margin:5px;
    max-width:325px;
    }
    
.thumbs { 
    overflow: hidden; 
    position: relative; 
    border-radius:5px;
    width:100%;
    background-color:#272727;
    }
    
.thumbs img:hover { 
    opacity: 0.7;
}

.thumbs img { 
    width: 100%; 
    height:215px;
    border-radius:5px;
    }

.footer {
    padding-top: 1px;
    transform: translateZ(0);
    background: #272727;
    color:#fff;
    width: 100%;
    font-size: 11px;
    text-align: right;
    float: left;
    font-weight: 700;
    bottom: 0; 
    }
    
.foot { 
    overflow: hidden; 
    margin: 0 auto; 
    width: 100%; 
    max-width: 1400px; 
    padding: 10px 0; 
    font-size: 13px; 
    text-align:left; 
    }
    
video {
    max-width:100%;
    width:600px;
    max-height:400px;
    }

@media screen and (max-width: 430px) {
video {
    max-width:100%;
    width:500px;
    max-height:350px;
    }
.logo a { 
    white-space:nowrap;
    overflow:hidden;
    font-size: 18px; 
    max-width:280px;
}

.top {
    font-size: 14px; 
    padding: 0 12px; 
}
    
.neutral {
    width: 95%; 
    max-width:100%;
    }

.thumbs img { 
    height:auto;
    }
}
