@import url(http://fonts.googleapis.com/css?family=Montserrat:400,700);
body {
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  font-weight: 400;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-font-smoothing: subpixel-antialiased;
  -webkit-backface-visibility: hidden; 
  backface-visibility: hidden;
}
a {
  color: #0d0c3a;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
a:hover {
  color: #0d0c3a;
}
.row {
  padding: 80px 0px;
}
.btn {
  border: none;
  background-color: #ff00007a;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  text-transform: uppercase;
  border-radius: 0;
}
.btn-common {
  background: #ec1d1d;
  color: #fff;
}
.btn:hover {
  background: #ff3b00ab;
  color: #fff;
}
.btn-common:hover {
  background: #ff3b00ab;
  color: #fff;
}
.btn-catalog {
    background: #024871;
    color: #fff;
    margin-left: 70px;
    margin-top: 60px;
}
.title {
    margin-bottom: 25px;
    text-align: center;
    font-size: 30px;
}
.subtitle {
  
    /* text-align: center; */
    font-weight: bold;
    padding-bottom: 10px;
    /* position: relative; */
    color: #434648;
    padding-right: 10px;
}
.navbar {
  margin-bottom: 0;
}
.navbar li {
  color: #d1d1d1;
}
.navbar-default {
  border: none;
  border-radius: 0;
  background: rgba(0, 0, 0, 0.53);
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  background: none;
  color: #fff;
}
.navbar-default .navbar-nav li a,
.navbar-default .navbar-nav li a:hover {
  color: #fff;
}
.navbar-default .navbar-nav > .active,
.navbar-default .navbar-nav li:hover {
  background: #e41d09;
  padding-bottom: 5px;
  color: #fff;
}

.navbar-default .navbar-nav > .inactive {
    background-color: #cccccc;
    padding-bottom: 5px;
    color: white;
}
.navbar-default .navbar-nav > .inactive:hover{
    background-color: #000;
    padding-bottom: 5px;
    color: white;
}
.navbar-default .navbar-nav > .inactive_catalog {
    background-color: #000;
    padding-bottom: 5px;
    color: white;
}
.navbar-default .navbar-brand {
  font-size: 25px;
  color: #fff;
  font-weight: 100;
}
.navbar-default .navbar-brand:hover {
  color: #eee;
}
.navbar-default .navbar-toggle .icon-bar {
  background: #fff;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background: #333;
}
.affix.navbar-default {
  background: rgba(0, 0, 0, 0.8);
}
#hero-area {
  background: #f7f7f7;
  color: #000;
}
#hero-area .btn {
  margin-right: 20px;
}
#hero-area img {
  max-width: 100%;
}
#hero-area p {
  padding: 8px;
  text-align: left;
}
#services h3 {
  margin-top: 0;
  font-size: 28px;
  color: #e74c3c;
}
/*Portfolio*/
#portfolio {
  background: #f1f1f1;
}
/*Portfolio Overlay */
.portfolio-item {
  position: relative;
  margin-bottom: 15px;
}
.portfolio-item img {
  width: 100%;
}
.portfolio-item .overlay {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  background-color: rgba(0, 0, 0, 0.8);
  display: none;
}
.portfolio-item:hover .overlay {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  background-color: rgba(0, 0, 0, 0.8);
  display: block;
}
.portfolio-item .icons .preview {
  position: absolute;
  left: 40%;
  top: 40%;
  color: #fff;
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.portfolio-item .icons .preview i {
  color: #e74c3c;
}
#clients {
  background: #fff;
}
#about {
  background: #34495e;
  color: #fff;
}
#about p {
  line-height: 30px;
  font-size: 17px;
}
#contact {
  background: #f1f1f1;
}
#contact ::-webkit-input-placeholder {
  color: #0a1b9273;
}
#contact :-moz-placeholder {
  color: #0a1b9273;
}
#contact ::-moz-placeholder {
  color: #0a1b9273;
}
#contact :-ms-input-placeholder {
  color: #0a1b9273;
}
#contact .social i {
  color: #fff;
  padding: 10px;
  margin-right: 5px;
  width: 50px;
  height: 50px;
  vertical-align: middle;
  background: #34495e;
}
#contact .social .social-links a:hover {
  color: #fff;
}
#contact .social .fa-facebook:hover {
  background: #3b5998;
  color: #fff;
}
#contact .social .fa-twitter:hover {
  background: #00CAFB;
  color: #fff;
}
#contact .social .fa-google-plus:hover {
  background: #D23A1D;
  color: #fff;
}
#contact .social .fa-linkedin:hover {
  background: #007bb6;
  color: #fff;
}
#contact .social .fa-dribbble:hover {
  background: #ea4c89;
  color: #fff;
}
#contact .social .fa-github:hover {
  background: #171515;
  color: #fff;
}
#contact .contact-info {
  margin: 40px 0;
}
#contact .contact-info p {
  font-size: 20px;
}
#contact .contact-form .form-control {
  box-shadow: none;
  font-size: 17px;
  margin-bottom: 20px;
  border-radius: 0;
  border: none;
}

/*Scroll Top*/
.to-top i {
  padding: 10px 15px;
  margin: 10px;
  background: transparent;
  color: #34495e;
  border: 2px solid #34495e;
}
.to-top i:hover {
  background: #34495e;
  color: #fff;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

#copyright {
  background: #F1F1F1;
  color: #333;
}
#copyright a {
  color: #333;
}
#search-one
{
    box-shadow: 0 0 2px rgb(12, 12, 12);
    width: 300px;
    float: left;
    height: 80px;
    background-color: #fff8f8;
    margin: 2px;
    padding: 10px;
}

#search-two
{   background-image: url(/assets/img/hero/fon.png);
    box-shadow: 0 0 2px rgb(12, 12, 12);
       width: 762px;
    float: left;
    height: 180px;
    background-color: #fff8f8;
    margin: 3px;
    border-radius: 6px;
}

#search-title {
    width: 100%;
    height: 30px;
    background-color: #6f6f6f;
    margin: auto;
    border-radius: 6px;
    padding: 4px;
}
#cat-number {
    font-weight: bold;
    background-color: white;
    width: max-content;
    padding-left: 5px;
    padding-right: 5px;
    color: #1f1c1c;
    margin-left: 8px;
    font-style: italic;
	border-radius:2px;
	float: left;
}
#cat-name {
    float: left;
    width: max-content;
    font-weight: bold;
    color: white;
    margin-left: 17px;
}
#cat-brand {
    float: right;
    margin-right: 20px;
    font-weight: bold;
    color: white;
}
#cat-photo {
	border: solid 1px #403f3fe3;
    width: 100px;
    height: 100px;
    float: left;
    border-radius: 5px;
    background-color: white;
    margin: 20px;
    background-image: url(/assets/img/hero/no_image.png);
}

#cat-opis {
        float: left;
    border-radius: 5px;
    border-right: solid 1px #2c2e35e6;
    border-left: solid 1px #2c2e35e6;
    width: 382px;
    height: 150px;
    background-color: #ffffffd9;
    font-weight: 600;
    color: #2c2e35e6;
    padding: 8px;
}
#cat-cart {
    width: 240px;
    height: 150px;
    padding: 8px;
    float: left;
    background-color: #dbfdbce3;
}
#font-price {
   
        color: Green;
    font-weight: bold;
}
#font-name{
          text-shadow: 0.5px 0px 0.5px #3c3939;
    font-size: 13px;
    color: #000000;
}
#to-cart {
margin: 20px;
}
#collapse{
	visability: visible;
}
#allparts{
	border-right: 1px solid black;
    /* background: antiquewhite; */
    font-size: 12px;
    margin-right: -25px;
	margin-top: 25px;
}
#analogparts{
	font-size: 12px;
}
#forslider{
   
    margin-top: 32px;
    margin-bottom: 39px;
}
.search {
    width: 39%;
    position: relative;
    margin-bottom: 14px;
}

.search input {
  /* отключаем бордюры у инпутов */
  border: none;
}

/* стили для поля ввода */
.search .input {
  /* растягиваем поле ввода на всю ширину формы */
  width: 100%;

  /* за счет верхнего (8px) и нижнего (9px) внутренних отступов
  ** регулируем высоту формы
  ** внутренний отступ справа (37px) делаем больше левого,
  ** т.к. там будет размещена кнопка отправки	*/
  padding: 8px 37px 9px 15px;

  /* чтобы ширина поля ввода (100%) включала в себя внутренние отступы */
  -moz-box-sizing: border-box;
  box-sizing: border-box;

  /* добавляем внутренние тени */
  box-shadow: inset 0 0 5px rgba(0,0,0,0.1), inset 0 1px 2px rgba(0,0,0,0.3);

  /* закругляем углы */
  border-radius: 20px;

  background: #EEE;
  font: 13px Tahoma, Arial, sans-serif;
  color: #555;
  outline: none;
}

/* меняем оформление поля ввода при фокусе */
.search .input:focus {
  box-shadow: inset 0 0 5px rgba(0,0,0,0.2), inset 0 1px 2px rgba(0,0,0,0.4);
  background: #E8E8E8;
  color: #333;
}

/* оформляем кнопку отправки */
.search .submit {
  /* позиционируем кнопку абсолютно от правого края формы */
  position: absolute;
  top: 0;
  right: 0;

  width: 37px;

  /* растягиваем кнопку на всю высоту формы */
  height: 100%;

  cursor: pointer;
  background: url(https://lh4.googleusercontent.com/-b-5aBxcxarY/UAfFW9lVyjI/AAAAAAAABUg/gQtEXuPuIds/s13/go.png) 50% no-repeat;

  /* добавляем прозрачность кнопке отправки */
  opacity: 0.5;
}

/* при наведении курсора меняем прозрачность кнопки отправки */
.search .submit:hover {
  opacity: 0.8;
}

/* данное свойство необходимо для того, чтобы в браузерах
** Chrome и Safari можно было стилизовать инпуты */
input[type="search"] {
  -webkit-appearance: none;
}
