/*
 @package     nebotemplate
 @copyright   Copyright (C) 2016 Aleksandr Matyushkin. All Rights Reserved.
 @license     GNU General Public License version 2, or later.
 @website     http://webmasterset.ru
*/

.player-poster[data-poster] .play-wrapper[data-poster] {
    width: 100%;
    height: 55% !important;
}

.text {
    margin-top: 320px;
}

.nav>li>a {
    padding: 10px 9px;
}

#fon {
    height: 100%;
}

.navbar-default .navbar-nav > li > a {
    color: #fff;
    font-size: 16px;
    padding-top: 5px;
    padding-bottom: 5px;
}

.navbar {
    position: relative;
    min-height: 20px;
    margin-bottom: 20px;
    border: 1px solid transparent;
}

#amheader {
    background: #000;
    padding: 5px 0;
}

#logo img {
    margin: 0 auto;
}

input, select, textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    width: 60%;
}

.catItemVideoBlock h3 {
    display: none;
}

@font-face {
  font-family: font1;
  src: url(../fonts/font1.ttf);
}

#top,
.navbar-nav,
h1, .h1, h2, .h2, h3, .h3, h4, .h4 {
  font-family: font1;
}

.navbar-default {
    background-color: #000;
    border-color: #000;
    margin-bottom: 0px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

.component {
  color: #fefefe;
  max-width: 800px;
  margin: 0 auto;
}

.catItemTitle a {
    color: #fefefe;
}



#center .container, .middle {
    background: inherit;
}

.page-header {
    padding-bottom: 9px;
    margin: 0 0 20px;
    border-bottom: none;
}

.page-header h1 {
 text-align: center;
  margin-top: 30px;
}

.middle {
    padding-top: 0px;
    padding-bottom: 10px;
}