*::-webkit-input-placeholder {
	color: #666;
	opacity: 1;
}
*:-moz-placeholder {
	color: #666;
	opacity: 1;
}
*::-moz-placeholder {
	color: #666;
	opacity: 1;
}
*:-ms-input-placeholder {
	color: #666;
	opacity: 1;
}

body input:focus:required:invalid,
body textarea:focus:required:invalid {
	
}
body input:required:valid,
body textarea:required:valid {
	
}
body {
	font-family: "RobotoRegular", sans-serif;
	font-size: 16px;
}

div.logo {
    width:100%;
    text-align:center;
    vertical-align:top;
}

div.logo img {
    margin:15px 0;
    display: inline-block;
}

div.logo img.smalllogo {
    height:35px;
    margin: -50px 35px 0;
}

div.navig {
    border-top: #EBEBEB 1px solid;
    width:100%;    
    text-align:center;
}

h1, .h1 {
    font-family: "RobotoLight";    
    color:#3D1F14;
    font-size:46px;
    margin:15px 0;        
}

h3, .h3 {
    font-family: "RobotoLight";    
    color:#3D1F14;
    font-size:24px;
    margin:5px 0;        
}

h4, .h4 {
    font-family: "RobotoLight";    
    color:#3D1F14;
    font-size:18px;
    margin:5px 0;  
    line-height:18px;      
}

#baseNavig a.hover::before {
    content: ''; 
    position: absolute;
    left: 50%; 
    top: 0px;
    border: 7px solid transparent; 
    border-top: 7px solid #2B2A28;
    margin-left: -7px;
    -webkit-transition: 0.8s;
    -o-transition: 0.8s;
    transition: 0.8s;    
}

#baseNavig a.selected::before {
    content: ''; 
    position: absolute;
    left: 50%; 
    top: 0px;
    border: 7px solid transparent; 
    border-top: 7px solid #2B2A28;
    margin-left: -7px;
    -webkit-transition: 0.8s;
    -o-transition: 0.8s;
    transition: 0.8s;    
}

#baseNavig a::before {
    content: ''; 
    position: absolute;
    left: 50%; 
    top: 0px;
    border: 7px solid transparent; 
    border-top: 7px solid #FFF;
    margin-left: -7px;
    -webkit-transition: 0.8s;
    -o-transition: 0.8s;
    transition: 0.8s;    
}

#baseNavig {
    margin:0;
    padding:0;
    list-style-type:none;
    display: inline-block;   
}

#baseNavig li {
    float:left;
}

#baseNavig a {
    font-family: "RobotoItalic";
    color:#867976;
    display: block;
    position: relative;
    padding: 10px 30px;
    font-size:18px;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    cursor:pointer;
}

#baseNavig a.hid {
	font-family: "RobotoItalic";   
    color:#867976;
    display: block;
    position: relative;
    padding: 15px 35px;
    font-size:18px;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    cursor:pointer;
}

#baseNavig a:hover {
    color:#3D1F14;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}

#baseNavig a.selected {
    color:#3D1F14;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}

.slider {
    height:640px;
    width:100%;
    overflow: hidden;
}

.sliderh {
    height:320px;
    width:100%;
    overflow: hidden;
}

.header {
	font-family: "RobotoBold";    
    color:#fff;
    text-shadow: 2px 2px 3px #502A1B, 0 0 1em #502A1B;
    width:100%;
    text-align:center;
    font-size:64px;   
    margin-top:100px; 
}

.header img {
    margin-top: -95px;
}

.circle {
     border:7px solid #fff;
     border-radius: 150px;
     height:120px;
     width:120px;
     margin: 0 auto;   
     overflow:hidden;
     padding: 12px 15px;
     position:relative;
}

.circle span {
    position: absolute;
    top: -23px;
    right: 13px;
    color: #fff;
    font-size:110px;  
    transform: rotate(90deg);
    text-shadow: 2px 2px 3px #502A1B, 0 0 1em #502A1B;  
    -webkit-transition: 0.8s;
    -o-transition: 0.8s;
    transition: 0.8s;      
}

.circle span.active {
    top: 70px;
    -webkit-transition: 0.8s;
    -o-transition: 0.8s;
    transition: 0.8s;      
}

p.small {
    color: #99918f;    
    font-size:14px;
}

p.big {
    color: #3d1f14;    
    font-size: 18px;
    line-height: 22px;
    font-weight: 400;
    letter-spacing: 0px;
}

.midla {
    margin:15px 0;
    width:100%;
    background-position-x: 0%;
    -webkit-transition: 0.6s;
    -o-transition: 0.6s;
    transition: 0.6s; 
    background-repeat:no-repeat; 
    background-position: top; 
    position: relative;   
    overflow:hidden;
}

.mactive {
    background-position-x: 90%!important;
    -webkit-transition: 0.6s;
    -o-transition: 0.6s;
    transition: 0.6s;      
}

span.twrap {
    margin: 0 0 0 100px;
    display:block;
    padding: 250px 0 0 0;    
}

.cake {
    height:240px;
    width:100px;
    background: #AA8743;
    color:#fff;
    text-align:center;
    padding-top:100px;
    position:absolute;
    top:0;
    left:0;
    z-index:10;    
    -webkit-transition: 0.8s;
    -o-transition: 0.8s;
    transition: 0.8s;     
} 

.cakem {
    left:-100px;
    -webkit-transition: 0.8s;
    -o-transition: 0.8s;
    transition: 0.8s;
} 

section {
    background:#F8F8F8;
}

section.top_panel {
    background:#fff;
    position: fixed;
    width:100%;
    top:0;
    box-shadow: 0 0 10px rgba(0,0,0,0.5);
    z-index:1000;
    background:rgba(255,255,255,0.95);
    overflow:hidden;
    height:0;  
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;      
}

section.shown {
    height:65px;  
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;    
}

ul.small {
    color: #99918f;    
    font-size:14px;
    list-style-type:none;
    margin: 0;
    padding: 0;
}

ul.small li {
    margin: 5px 0;
}

footer {
    background:#22110B;
    font-family: "RobotoLight";
    font-size:14px;
    color:#CCC; 
}

footer a {
    color:#C1C3C6;
}

footer a:hover {
    color:#93979c; 
    text-decoration: underline;
}

footer h4 {
    color:#fff;
}

footer ul {
    list-style: none outside;
    padding: 0;
}

footer ul i {
    color:#AA8743;
    margin: 5px;
}

ul.prdList {
    list-style-type:none;
}

ul.prdList li {
    width:290px;
    height:290px;
    margin:12px;
    background: #fff;   
    float:left; 
    background-size:cover;
    transition: 0.3s;
    border:1px solid #fff;
    background-position: center center;
    position:relative;
}

ul.prdList li:hover {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    box-shadow: 0 0 10px rgba(0,0,0,0.5);
    border:1px solid #fff;
    background-position: center center;
    z-index:10;
}

ul.prdList li span {
    position: absolute;
    bottom:15px;
    font-size:18px;
    width:100%;
    border-bottom: #AFCB08 5px solid;
    border-top: #AFCB08 5px solid;
    background: rgba(0,0,0,0.5);
    padding:5px 10px;
    text-shadow: 2px 2px 3px #000, 0 0 2em #000;
    font-size:24px;
    color:#fff;
}

ul.prdList img {
    position: absolute;
    height: 55px; 
}

ul.pubList {
    list-style-type:none;
}

ul.pubList li {
    width:290px;
    height:402px;
    margin:12px;
    background: #fff;   
    float:left; 
    background-size:cover;
    transition: 0.3s;
    border:1px solid #fff;
    background-position: center center;
    position:relative;
}

ul.pubList li:hover {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    box-shadow: 0 0 10px rgba(0,0,0,0.5);
    border:1px solid #fff;
    background-position: center center;
    z-index:10;
}

ul.pubList li span {
    position: absolute;
    bottom:15px;
    font-size:18px;
    width:100%;
    border-bottom: #AFCB08 5px solid;
    border-top: #AFCB08 5px solid;
    background: rgba(0,0,0,0.5);
    padding:5px 10px;
    text-shadow: 2px 2px 3px #000, 0 0 2em #000;
    font-size:24px;
    color:#fff;
}

ul.hotlink {
    list-style: none outside;
    padding: 0;
}

ul.hotlink i {
    color:#AA8743;
    margin: 5px;
}

ul.hotlink a {
    color:#2e2e2e;
}

div.htshow {
    position:fixed; 
    z-index:15; 
    top:175px;
    opacity:0;
    -webkit-transition: 0.8s;
    -o-transition: 0.8s;
    transition: 0.8s;       
}

div.active {
    opacity:1!important;
    -webkit-transition: 0.8s;
    -o-transition: 0.8s;
    transition: 0.8s;       
}

.maintext {
    color:#656565;
}

.maintext ul {
    margin:25px 0;
}

ul.navig {
    list-style-type:none;
    margin:0;
    padding:0;
}

ul.navig li {
    margin:0;
    padding:0;
    float:left;
}

ul.navig li+li::before {
    content:'>';
    margin: 0 5px;
}

TABLE.prod {
    font-size:12px;
    color: #3e3e3e;
    border-collapse: separate;
    border-spacing: 7px 11px;
    width: 100%;
}

TABLE.prod TR.capt TD {    
    text-align: center;
    border-bottom: #3D1F14 1px solid;
}

TABLE.prod TR TD {
    padding:5px;
    border-bottom: #AA8743 1px solid;
}

TABLE.prod A {
    color: #3D1F14;
}

TABLE.prod A:hover {
    color: #AA8743;
    -webkit-transition: 0.8s;
    -o-transition: 0.8s;
    transition: 0.8s;       
}

UL.imgList {
    margin:0;
    padding:0;
    list-style-type: none;
    width:max-content;
    width: -moz-max-content;
    width: -webkit-max-content;
    -webkit-transition: 0.8s;
    -o-transition: 0.8s;
    transition: 0.8s; 
    margin-left:0px;    
}

UL.imgList LI {
    margin:5px;
    float:left;
}

DIV.imgGal {
    overflow:hidden;
    width:100%;
    height:420px;
    position:relative;
}

.imageGalScr {
    position: absolute;
    width:45px;
    height: 410px;
    background: rgba(0,0,0,0.2);
    padding: 150px 10px 0 10px;
    color: #fff;
    -webkit-transition: 0.8s;
    -o-transition: 0.8s;
    transition: 0.8s;     
    cursor: pointer;
}

.imageGalScr:hover {
    background: rgba(0,0,0,0.5);     
}

#imageGalArr {
    right:0px;
}

span.subname {
    display: block;
    text-align:left;
    font-weight: bold;
    margin: 12px 0;
}