﻿/*

.content p {
    margin: 30px 0;
}

.content p:nth-child(2n+1), .content.light p:nth-child(2n+1) {
    background: none repeat scroll 0 0 rgba(255, 255, 255, 0.1);
    border-radius: 3px;
    padding: 5px 10px;
}
.content p:nth-child(3n+3) {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    color: #bbb;
    padding: 0;
}
.content.light p:nth-child(2n+1) {
    background: none repeat scroll 0 0 rgba(255, 255, 255, 0.8);
}
.content.light p:nth-child(3n+3) {
    color: #666;
}
.content p.full:nth-child(2n+1), .content p.half:nth-child(2n+1), .content p.full:nth-child(3n+3), .content p.half:nth-child(3n+3) {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    padding: 0;
}
.content h2 {
    font-size: 200%;
    line-height: 130%;
}
.content h2:first-child {
    margin-top: 5px;
}
.content:nth-child(2n+1) h2 {
    font-family: "Oswald",sans-serif;
    font-style: normal;
    font-weight: 300;
}
hr + .content:nth-child(2n+1) h2 {
    font-family: "Lobster Two","Georgia",serif;
    font-style: italic;
    font-weight: 700;
}
.content.light h2 {
    color: inherit;
}
.content img {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.2);
    box-sizing: border-box;
    margin: 0;
    padding: 3px;
}
.content.light img {
    background: none repeat scroll 0 0 rgba(255, 255, 255, 0.4);
}
.content input[type="text"], .content textarea {
    background: none repeat scroll 0 0 rgba(255, 255, 255, 0.6);
    border: medium none;
    border-radius: 3px;
    box-shadow: -1px -1px 1px rgba(255, 255, 255, 0.6) inset, 3px 3px 20px rgba(0, 0, 0, 0.5) inset;
    color: #222;
    font-family: inherit;
    font-size: inherit;
    min-height: 20px;
    padding: 5px;
    width: 50%;
}
.content textarea {
    min-height: 80px;
    width: 70%;
}
.content .half img {
    margin: 0 0 2% 2%;
    max-width: 48%;
}
.content .half img:nth-child(2n+1) {
    margin: 0 2% 2% 0;
}
*/
.bright_search {
  float: right;
  position: relative;
  right: 0;
  top: 0;
  z-index: 9999; }

#search {
  background: none repeat scroll 0 0 #469836;
  position: relative; }
  #search .navbar-search {
    position: absolute; }

.transitions .content {
  transition: all 0.6s ease-out 0s; }

.content {
  background: none repeat scroll 0 0 #333;
  box-sizing: border-box;
  margin: 10px;
  max-width: 97%;
  overflow: auto;
  padding: 20px;
  width: 740px;
  border-radius: 5px; }
  .content hr {
    border-top: 1px solid rgba(0, 0, 0, 0.7);
    margin-bottom: -10px; }

.content.hidden {
  display: none; }

.content.light {
  background-color: #ddd;
  color: #333; }
  .content.light hr {
    border-bottom: 1px solid rgba(255, 255, 255, 0.6);
    border-top: 1px solid rgba(0, 0, 0, 0.1); }

#search-box input {
  float: left;
  height: 18px;
  width: 300px;
  margin-left: 5px; }

#search-box select {
  float: left;
  height: 24px;
  margin-left: 5px; }

#search-box input[type=submit] {
  width: 80px;
  height: 24px;
  background: #0094de;
  color: #FFF;
  border: none;
  cursor: pointer;
  float: left; }

#search-box-content {
  background: none repeat scroll 0 0 #ddd;
  box-sizing: border-box;
  margin: 16px 0;
  max-width: 100%;
  overflow: auto;
  padding: 5px;
  position: absolute;
  top: 14px;
  border-radius: 5px;
  z-index: 99; }
  #search-box-content a {
    color: #555; }
  #search-box-content .search-more {
    color: #a50000; }
  #search-box-content hr {
    border-top: 1px solid rgba(0, 0, 0, 0.7);
    margin-bottom: -10px; }
  #search-box-content ul {
    margin: 0;
    padding: 0;
    width: 100%;
    float: left;
    list-style: none; }
    #search-box-content ul li {
      padding: 5px 10px;
      margin-bottom: 5px;
      float: left;
      width: 100%; }
      #search-box-content ul li:last-child {
        margin-bottom: 5px; }
      #search-box-content ul li:nth-child(2n+1) {
        background: none repeat scroll 0 0 rgba(255, 255, 255, 0.1);
        border-radius: 3px;
        padding: 5px 10px; }

.search-box-img {
  float: left;
  background: none repeat scroll 0 0 #ffffff;
  border: 1px solid #e7e7e7;
  box-shadow: 1px 1px 3px #bdbdb6;
  color: #333333;
  font-size: 90%;
  padding: 6px 6px 2px;
  text-align: center;
  margin-left: 5px;
  margin-right: 10px; }

.search-box-content {
  padding: 6px 6px 2px; }
  .search-box-content p {
    margin: 0px;
    padding: 0px; }
  .search-box-content h3 {
    margin: 0;
    padding: 0;
    font-size: 13px;
    line-height: 16px;
    color: #979797; }

.search-box-content-price {
  color: #f04331;
  float: none; }

.search-box-content-brand {
  font-size: 11px;
  color: #000066; }

.search-box-content-menu {
  font-size: 11px;
  color: #d7f4fa; }

.search-box-conten-warranty {
  font-size: 11px;
  color: #979797; }
