﻿@import url(http://fonts.googleapis.com/css?family=Roboto:400,500,700,300&subset=latin,latin-ext);

* {
    margin: 0;
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;    /* Firefox, other Gecko */
    box-sizing: border-box;         /* Opera/IE 8+ */
}
a{
    text-decoration: none;
    color: inherit;
}
html, 
body {
    height: 100%;
    text-align: center;
    font-family: "Times New Roman";
    background: #474747 url('/content/images/wood_bg.jpg') repeat top center;
    background-size: contain;
    background-attachment: fixed;
    color: #000000;
    padding: 25px 0px;
}
body {
    font-size: 16px;
}
/*nav{
    background: transparent url('/content/images/navi_bg.png') no-repeat center top;
    height: 200px;;
    margin-top: 20px;

    margin-bottom: -40px;
    position: absolute;
    top: 0;
    width: 100%;
}*/
#wrapper {
    height: auto !important;

    background: transparent url('/content/images/wood_bg.png') repeat-y center top;
    /* background-size: cover; */
    width: 1000px;
    margin: 0 auto 0;
    /* padding-top: 70px; */
}
#wrapper img.name {
    width: 100%;
    max-width: 800px;
    margin-bottom: 60px;
    margin-top: 10px;
}
#wrapper img.name.store {
    max-width: 360px;
}
.page {
    width: 1040px;
    background: url('/content/images/pattern.jpg') repeat;
    padding: 20px;
    margin-left: -20px;
}
.page > .row {
    border: 5px solid #000;
    margin:20px 78px;  
    padding: 20px 5px;

}
@media (max-width: 1100px) {
    #wrapper,.page { width: 100%;}
    .page {margin-left: 0px;}
}

.page > .row {
    margin:10px 8px;  
}

p{
    font-size: 16px;
    line-height: 21px;	
    margin: 0px;
    font-family: TimesNewRoman, 'Times New Roman', Times, Baskerville, Georgia, serif;
    text-align: justify;
}

.page > .row  > div p {
    text-align: justify;
    font-size: 20px;
    line-height: 23px;	
    margin: 0px;
    font-family: TimesNewRoman, 'Times New Roman', Times, Baskerville, Georgia, serif;
}
.page > .row  > div p.medium {
    font-size: 18px;
    line-height: 22px;
}
.page > .row  > div > img {
    width: 100%;
    height: auto;
}
.ads {
    margin: 0 auto;
    padding: 0 10px 10px;
    max-width: 1000px;
}
.ads div a {
    margin-top: 10px;
    display: inline-block;
    width: 100%;
    height: auto;
}

.ads div a>img {
    width: 100%;
    height: auto;
}

.ads.container > .col-md-4 {
  padding-left:10px;
  padding-right:10px;
}

footer{
    padding-top: 20px;
    height: 90px;
    clear: both;
}
footer p {
    color:#bbbbbb;
    text-align: center;
}

#right {
  min-height: 537px;
}

#right h2 {
    font-size: 24px;
    font-family: 'Oswald', sans-serif; 
    text-align: left;
    border-bottom: 1px solid black;
    padding-bottom: 6px;
    color:#2c2c2c;
    text-transform: uppercase;
}
#right h2:first-letter {
    text-transform:capitalize;
}
#right h1 {
    font-size: 24px;
    font-family: 'Oswald', sans-serif; 
    text-align: center;
    padding-bottom: 6px;
    color:#2c2c2c;
    text-transform: uppercase;
}
#right h1:first-letter {
    text-transform:capitalize;
}
#categories {
    background: url('/content/images/categories-bg.png') repeat-y center top;
    border-radius: 0 0 15px 15px;
    padding: 0px 15px 20px;
}
#categories ul{
    list-style: none;
    display: block;
    padding: 0;
}
#categories li a{
    display: block;
    width: 100%;
    position: relative;
    text-align: left;

}
#categories li a span { 
    font-size: 12px;
    position: absolute;
    right: 0px;
    top: calc( 50% - 6px);
    margin-right: 2px;
}
#categories .category> li {
    border-bottom: 1px solid black;
}
#categories a:hover{
    color: black;
}
#categories .category> li a{
    color: black;
    font-weight: normal;
    line-height: 40px;
    font-size: 18px;
    font-family: TimesNewRoman, 'Times New Roman', Times, Baskerville, Georgia, serif;
}
#categories .subcategory > li  a{
    color: black;
    font-weight: normal;
    line-height: 36px;
    font-size: 14px;
    font-family: TimesNewRoman, 'Times New Roman', Times, Baskerville, Georgia, serif;
}
#categories ul.subcategory {
    display: none;

}
.product{
    width: 48%;
    height: auto;
    margin-top: 12px;
    /* padding: 20px; */
    position: relative;
    float: left;
    box-sizing: border-box;
}
.product .product-name{
    font-size: 20px;
    line-height: 22px;
    color: #7a2985;
    font-weight: bold;
    max-height: 44px;
    width: 170px;
    overflow: hidden;
    margin-bottom: 20px;
}
.product .product-new{
    position: absolute;
    right: 0;
    top: 0;
}
.product .thumb{
    border: 1px solid #000;
    width: 100%;
    height: auto;

    display: none;
}
.product .thumb + img{
    display: none;
}
.product .bottom {
    padding-top: 10px;
    font-size: 18px;
    font-family: TimesNewRoman, 'Times New Roman', Times, Baskerville, Georgia, serif;
}

#detailed-product #gallery{
    width: 100%;
    height: auto;
    margin-bottom: 0px;
    position: relative;
}
#detailed-product #gallery #big-image {
    position: relative;
    margin-bottom: 20px;
    width: 100%;
    cursor:pointer;
}
#detailed-product #gallery #big-image img{
    display: none;
    border: 1px solid #bcbcbc;
    width: 100%;
}
#detailed-product #gallery #thumbnails{
    position: relative;
    width: 100%;
    bottom: -5px;
    overflow: hidden;
    text-align: center;
}

#detailed-product #gallery #thumbnails ul { 
    position: relative;
    list-style: none;
    margin: 0;
    padding: 0;
    left: 50%;

}

#detailed-product #gallery #thumbnails ul li {
    float: left;
    padding: 0 5px;
}
#detailed-product #gallery #thumbnails .prev,
#detailed-product #gallery #thumbnails .next {
    display: none;
    height: 60px;
    width: 25px;
    line-height: 60px;
    position: absolute;
    top: 0;
    color: #000;
    font-size: 24px !important;
    cursor: pointer;
    text-align: center;
}
#detailed-product #gallery #thumbnails .prev { left: 0; }
#detailed-product #gallery #thumbnails .next { right: 0; }
#detailed-product #gallery #thumbnails .prev.inactive,
#detailed-product #gallery #thumbnails .next.inactive{
    display:none !important;
}
#detailed-product #gallery #thumbnails ul li img{
    border: 1px solid #bcbcbc;
    display: none;
}
#detailed-product #description > h3{
    color: #7a2985;
    font-size: 20px;
    padding-bottom: 10px;
}
#detailed-product #description > p{
    font-size: 12px;
    font-family: arial;
    padding: 5px 0;
}
#detailed-product #description > hr{
    background-color: #bcbcbc;
    border: 0;
    height: 1px;
    margin: 5px 0;
    clear:both;
}
#detailed-product .row > div {
    text-align: left;
}
#detailed-product .row > div button.btn {
    width: 100%;
    background: none;
    border: 1px solid gray;
    font-family: 'Oswald', sans-serif; font-weight: 800;
    border-radius: 0;
    text-transform: uppercase;
    margin-bottom: 16px;
}
/*nav > div { max-width: 1000px; margin: auto; padding-top: 72px;}
nav > div ul.nav-justified { width: 320px; float: left;}
nav > div ul.right { float: right;}
nav > div ul li,nav > div ul li a { font-size: 24px; text-transform: uppercase; white-space: nowrap; font-family: 'Oswald', sans-serif; font-weight: 500;}
nav > div ul.nav > li > a:hover, nav > div ul.nav > li > a:focus { background-color: transparent;}
nav > div a.middle { position: absolute; top: 0px; left: 50%; margin-left: -140px; width: 280px; height: 140px; }
nav > div span.middle { position: absolute; top: 160px; left: 50%; margin-left: -140px; width: 280px; height: 140px; }

@media (max-width: 1100px) {
    nav > div { padding-top: 65px; }
    .nav-justified > li > a { margin-bottom: 0px; padding: 0px; text-align: center; width: 100%; }
    nav > div ul.nav-justified { width: 170px; }
    .nav-justified>li { float: none; display: block; }
}*/



form{
    width: 370px;
}

form#offer-form {
    width: 600px;
    margin-top: 20px;
} 
form .form-group{
    margin-bottom: 10px;
    text-align: left;
}
form .company_data,
form .sending_data{
    display: none;
}
form label{
    width: 75px;
    text-align: right;
    padding-right: 10px;
    font-weight: bold;
    font-family: 'Times New Roman';
    font-size: 16px;
    line-height: 26px;
    vertical-align: middle;
}
form label.radio-inline,form label.checkbox-inline {
    width: auto;
}
form input{
    width: 200px;
    text-align: left;
    border: 1px solid #585858;
    background-color: #ebebeb;
    height: 26px;
    padding: 5px;
    vertical-align: middle;
}
.radio input[type="radio"], .radio-inline input[type="radio"], .checkbox input[type="checkbox"], .checkbox-inline input[type="checkbox"]{ 
    width: 14px;
    height: 14px;
}
form  select{
    width: 200px;
    text-align: left;
    border: 1px solid #585858;
    background-color: #ebebeb;
    height: 26px;
    padding: 3px;
    vertical-align: middle;
}
form  textarea{
    width: 250px;
    text-align: left;
    border: 1px solid #585858;
    background-color: #ebebeb;
    padding: 5px;
    vertical-align: middle;
    resize: vertical;
}
form button{
    font-family: 'Roboto', sans-serif;
    margin-left: 105px;
}
form .invalid{
    border: 1px solid #a00000 !important;
    background-color: #ffe3e3 !important;
}
form .custom-checkbox input[type="checkbox"]{
    visibility:hidden;
}
form .custom-checkbox label{
    margin: 10px 0;
    height: 16px;
    padding-left: 21px;
    display: inline-block;
    line-height: 16px;
    background-repeat: no-repeat;
    background-position: 0 0;
    font-size: 16px;
    vertical-align: middle;
    cursor: pointer;
    text-align: center;
}
form .custom-checkbox label.twoline{
    margin-bottom: 26px;
}
form .custom-checkbox input[type="checkbox"]:checked + label {
    background-position: 0 -16px;
}
form .custom-checkbox input[type="checkbox"].invalid + label {
    background-image: url('/content/images/checkbox-invalid.png');
}
form .custom-checkbox label {
    background-image: url('/content/images/checkbox.png');
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.ribbon {
	padding-top: 56px;
	background-position: top center;
	background-repeat: no-repeat;
}

.ribbon-bottom {
	background-image: url(/content/images/ribbon-bottom.png);
	background-repeat: repeat-x;
	background-position: top center;
}

.logo {
	padding: 13px 0px;
}

.lang {
	width: 180px;
	height: 56px;
	margin: 0px auto;
	padding-top: 10px;
	background-image: url(/content/images/bg-lang.png);
	background-repeat: no-repeat;
	font-family: arial;
	text-align: center;
	font-size: 11px;
	color: #2c2c2c;
}

.lang a {
	color: #2c2c2c;
	text-decoration: none;	
}

.wood {
	background-image: url(/content/images/wood.jpg);
	background-repeat: repeat-y;
}

.headline {
	color: #2C2C2C;
	text-align: center;
	font-family: 'Allura', cursive;
}

.pattern {
	background-image: url(/content/images/pattern.jpg);
}

.frame {
	width: 100%;
	position: relative;
	border: solid 3px #000000;
	margin: 20px 0px;
}

.shadow-top {
	background-image: url(/content/images/shadow-top.png);
	background-repeat: repeat-x;
	background-position: top;
	padding: 10px;
}

.shadow-bottom {
	background-image: url(/content/images/shadow-bottom.png);
	background-repeat: repeat-x;
	background-position: bottom;
	padding-bottom: 56px;
}

.footer {
	color: #bbbbbb;
	font-size: 11px;
	padding-top: 16px;
	font-family: arial;
}

#products, #service {
  padding-top:0;
}

.form-group.row > label{
  padding:0 10px 0 0;
}

.nop {
  padding:0;
}

#products .product:nth-child(2n + 2){
  margin-right: 29px;
}

#offer-form input {
  padding:2px 7px;
}

#contact-form {
  width: 630px;
}

@media (max-width: 1050px) {
  #products .product:nth-child(2n + 2) {
    margin-right:27px;
  }
}

@media (max-width: 802px) {
  #products .product:nth-child(2n + 2) {
    margin-right:20px;
  }
}

@media (max-width: 578px) {
  #products .product{
    width:45%;
  }
  #products .product:nth-child(2n + 2) {
    /*margin-right:20px;*/
  }
}

img.thumbnail {
  cursor:pointer;
}

.btn msg {
	width: 200px;
}

#pages, .ppage {
  margin: 20px 10px 0 10px;
  padding:10px;
  border:1px solid #000;
  background:#FFF;
}

/* cookies */

#info_cookies_stripe{
	background-color: #EFEFEF;
	height: 36px;
	padding: 10px;
	position: absolute;
	text-align: center;
	top: 0;
	width: 100%;
}

#info_cookies_stripe > img{
	position: absolute;
	top: 10px;
	right: 10px;
	cursor: pointer;
}

#info_cookies_stripe_text{
	color: #000000;
	font-family: arial;
	font-size: 11px;
	margin: 0 auto;