/*---------------------------------------------------
    LESS Elements 0.9
  ---------------------------------------------------
    A set of useful LESS mixins
    More info at: http://lesselements.com
  ---------------------------------------------------*/
body {
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  text-shadow: 0 0 1px rgba(0, 0, 0, 0.1);
  font-smooth: always;
  text-rendering: optimizeLegibility;
  line-height: 1.6em;
  background-image: url('../img/bg.jpg');
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}
a {
  color: #d82b28;
}
a:hover {
  color: #d82b28;
}
body.iframe {
  background-image: none !important;
  background-color: #ebebeb;
}
body.iframe .contact-container {
  padding-top: 25px;
}
body.iframe .contact-container > .row > .col-md-9,
body.iframe .contact-container > .row > .col-md-3 {
  height: 300px;
}
body.iframe .contact-container > .row > .col-md-3 {
  border-left: solid 1px white;
}
body.iframe .contact-container .col-md-9 > table {
  width: 100%;
  table-layout: fixed;
}
body.iframe .contact-container .col-md-9 > table th {
  width: 100px;
  font-weight: 100;
  text-align: right;
  color: #898989;
}
body.iframe .contact-container .col-md-9 > table th,
body.iframe .contact-container .col-md-9 > table td {
  padding: 8px 6px;
}
body.iframe .contact-container .col-md-3 > table {
  width: 100%;
  height: 300px;
}
body.iframe .contact-container .col-md-3 > table td {
  text-align: center;
  vertical-align: middle;
}
body.iframe .contact-container input,
body.iframe .contact-container textarea {
  width: 382px;
  border: none;
  padding: 9px;
  background-color: white;
}
body.iframe .contact-container input:focus,
body.iframe .contact-container textarea:focus {
  outline: solid 2px #f16950;
}
body.iframe .contact-container .error input,
body.iframe .contact-container .error textarea {
  outline: solid 2px #f16950;
}
body.iframe .contact-container img {
  margin-bottom: 15px;
}
body.iframe .contact-form input[type="submit"],
body.iframe .contact-form button.cancel {
  width: 68px;
  height: 68px;
  border: none;
  outline: none;
  background-position: center center;
  background-repeat: no-repeat;
  background-color: transparent;
  font-size: 0;
}
body.iframe .contact-form input[type="submit"] {
  margin-bottom: 28px;
  background-image: url('../img/button_submit.png');
}
body.iframe .contact-form button.cancel {
  background-image: url('../img/button_cancel.png');
}
.fancybox-skin {
  background-color: #b7b7b7;
}
p.chromeframe {
  color: white;
  text-align: center;
  padding: 5px;
  background-color: red;
}
p.chromeframe a {
  color: black;
}
.center {
  text-align: center;
}
.red {
  color: red;
}
.typo h1,
.typo h2,
.typo h3,
.typo h4,
.typo h5,
.typo h6 {
  margin: 0 0 0.15em 0;
  line-height: 1em;
  text-transform: uppercase;
  color: #d82b28;
  font-size: 17px;
}
.typo h1 + h2,
.typo h2 + h3,
.typo h3 + h4 {
  margin-top: 1em;
}
.typo p {
  margin: 0 0 1em 0;
  line-height: 1.6em !important;
  max-width: 750px;
}
.rounded_img {
  display: inline-block;
  width: 100px;
  height: 100px;
  border: solid 4px #c8c9c8;
  background-repeat: no-repeat;
  background-position: center center;
  background-color: white;
  background-size: contain;
  -webkit-border-radius: 54px;
  -moz-border-radius: 54px;
  border-radius: 54px;
}
/* disable responsivness */
.container {
  max-width: none !important;
  width: 970px;
  padding-left: 0;
  padding-right: 0;
}
.row {
  margin-left: 0;
  margin-right: 0;
}
.row .row {
  margin-left: -15px;
  margin-right: -15px;
}
/* end of disable responsivness */
header {
  position: relative;
  height: 68px;
  background-image: url('../img/bg_header.png');
}
header .inner {
  position: relative;
  height: 68px;
  margin-left: -15px;
  margin-right: -15px;
  border-top: solid 3px #d82b28;
}
header .inner .logo {
  display: block;
  position: absolute;
  top: 17px;
  left: 56px;
}
header .bottom {
  position: absolute;
  left: 50%;
  bottom: -1px;
  width: 991px;
  height: 1px;
  margin-left: -495px;
  background-image: url('../img/header_bottom.png');
  background-position: left top;
  background-repeat: no-repeat;
}
footer {
  padding-top: 2em;
  padding-bottom: 2em;
}
footer h1,
footer h2 {
  margin-bottom: 1em !important;
  color: #d82b28;
  font-size: 17px;
}
.content {
  margin-top: 160px;
  /* TOP NAVIGATION */
  /* CATEGORIES */
  /* DETAIL */
}
.content > .inner {
  background-color: #ffffff;
}
.content .top-navigation .inner {
  height: 61px;
  background-image: url('../img/bg_top-navigation.png');
  background-position: left top;
  background-repeat: repeat-x;
}
.content .top-navigation .inner .row .col-md-4 {
  max-height: 61px;
}
.content .top-navigation .inner .search {
  height: 61px;
  line-height: 21px;
  padding-top: 20px;
  color: #585a58;
  font-size: 17px;
  font-weight: 700;
}
.content .top-navigation .inner .search input[type="text"] {
  width: 170px;
  height: 24px;
  border: none;
  outline: none;
  background-color: #ffffff;
  background-image: url('../img/bg_search-input.png');
  background-position: left bottom;
  background-repeat: repeat-x;
}
.content .top-navigation .inner .search input[type="submit"] {
  width: 19px;
  height: 19px;
  border: none;
  margin-left: 10px;
  font-size: 0;
  outline: none;
  background-color: transparent;
  background-image: url('../img/search_submit.png');
  background-position: center center;
  background-repeat: no-repeat;
}
.content .top-navigation .inner .cse .gsc-search-button input.gsc-search-button-v2,
.content .top-navigation .inner input.gsc-search-button-v2 {
  width: initial;
  height: initial;
}
.content .top-navigation .inner nav ul {
  margin: 0;
  padding: 21px 0 0 0;
  list-style: none;
}
.content .top-navigation .inner nav ul li {
  float: right;
  display: block;
  padding-left: 2em;
  text-align: right;
  font-size: 17px;
}
.content .top-navigation .inner nav ul li a {
  color: #585a58;
  text-transform: uppercase;
}
.content .top-navigation .inner nav ul li a:hover {
  color: #d82b28;
  text-decoration: none;
}
.content .top-navigation .inner nav ul li a strong {
  font-weight: 700;
}
.content .top-navigation .inner nav ul li a img {
  vertical-align: top;
}
.content .categories .inner {
  padding-top: 30px;
  padding-bottom: 30px;
  background-image: url('../img/bg_categories.png');
  background-position: left top;
}
.content .categories .inner .col-md-2 {
  margin-bottom: 25px;
  text-align: center;
}
.content .categories .inner .col-md-2 .thumbnail {
  border: none;
  padding: 0;
  background-color: transparent;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.content .categories .inner .col-md-2 .thumbnail a {
  color: #585a58;
  font-size: 15px;
}
.content .categories .inner .col-md-2 .thumbnail a:hover {
  color: #f16950;
}
.content .detail {
  min-height: 500px;
  _height: 500px;
  padding-bottom: 100px;
  background-image: url('../img/bg_detail.png');
  background-position: left top;
  background-repeat: repeat-y;
}
.content .detail h1 {
  margin-top: 2em;
}
.content .detail .row .col-md-3 .inner {
  background-color: #c8c9c8;
}
.content .detail .category_logo {
  padding-top: 30px;
  padding-bottom: 30px;
  padding-right: 7px;
  text-align: center;
}
.content .detail .category_logo img {
  border: solid 4px #c8c9c8;
  -webkit-border-radius: 54px;
  -moz-border-radius: 54px;
  border-radius: 54px;
}
.content .detail nav.category-navigation {
  margin-left: -17px;
  margin-right: -5px;
}
.content .detail nav.category-navigation ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.content .detail nav.category-navigation ul li a {
  display: block;
  padding-left: 35px;
  padding-top: 2px;
  padding-bottom: 2px;
  color: #898989;
  font-size: 14px;
}
.content .detail nav.category-navigation ul li.active a {
  color: #d82b28;
  background-color: transparent;
  background-image: url('../img/bg_category-item.png');
  background-repeat: no-repeat;
  background-position: right top;
}
.content .detail .list {
  margin-top: 2em;
}
.content .detail .list .row {
  margin-right: 0;
}
.content .detail .list article {
  background-color: #ffffff;
  margin-bottom: 4px;
}
.content .detail .list article .thumb {
  padding-left: 4px;
  padding-top: 4px;
  padding-bottom: 4px;
  padding-right: 0;
}
.content .detail .list article .description a {
  color: #d82b28;
}
.content .detail .list article .description h2 {
  color: #d82b28;
  font-size: 17px;
  margin: 14px 0;
}
.content .detail .list article .price {
  padding: 14px 0;
  color: #d82b28;
  font-size: 17px;
  text-align: center;
}
.content .detail .list article .price a {
  display: inline-block;
  margin: 16px 0;
  padding: 13px 19px;
  background-color: #f16950;
  color: #ffffff;
  text-transform: uppercase;
}
.content .detail .list article .price a:hover {
  text-decoration: none;
  background-color: #585a58;
}
.fancybox-wrap .fancybox-skin .fancybox-outer .fancybox-inner {
  min-height: 600px;
}