@font-face {
    font-family: "EncodeSansCondensed";
    src: url(fonts/EncodeSansCondensed-Regular.ttf);
}
@font-face {
    font-family: "EncodeSansCondensed";
    src: url(fonts/EncodeSansCondensed-Bold.ttf);
	font-weight: bold;
}
body{
margin: 0;
font-family: "EncodeSansCondensed";
color: #a98d83;
}
p{
margin: 0;
}
a:link,a:visited,a:active{
color: #ff7546;
text-decoration: none;
}
a:hover {
text-decoration: underline;
}

.menu-wrapper{
width: 964px;
margin: 0 auto;
padding: 10px 30px 0 30px;

}
.logo{
position: absolute;
top: -50px;
background-image: url('../upload/images/logo.png');
border-radius: 999px;
width: 222px;
height: 222px;
z-index: 999;
}
ul.menu{
height: 75px;
list-style-type: none;
margin: 0;
margin-left: calc(1024px - 800px);
}
ul.menu > li{
display: inline-block;
padding: 20px 15px;
color: #a98d83;
font-size: 18px;
text-transform: uppercase;
cursor: pointer;
transition: all 0.5s ease;
}
ul.menu > li:hover{
color: #ff7546;
}
ul.menu > li > a:link,
ul.menu > li > a:visited,
ul.menu > li > a:active{
color:inherit;
text-decoration: none;
}
ul.menu > li > a.active{ color: #ff7546; }

.content-wrapper{
width: 1024px;
margin: 0 auto;
}
#gallery{
height: 350px;
width: 100%;
}

#slider{
height: 325px;
width: 100%;
}
.slider-item{
position: relative;
display: inline-block;
width: 1024px;
height: 325px;
}
.slider-caption{
width: 450px;
position: absolute;
bottom: 25px;
left: 35px;
font-size: 36px;
color: #fff;
}
.thumbNav{
position: absolute;
bottom: 32px;
right: 36px
}

.content{
width: 964px;
margin: 0 auto;
padding: 50px 30px;
background-image: url('../upload/images/content-bg.png');
background-repeat: no-repeat;
background-position: bottom; 
}
h1{
font-size: 24px;
font-weight: 400;
}



.footer-wrapper{
background-color: #ff7546;
color: #fff;
}
.footer{
width: 964px;
margin: 0 auto;
padding: 10px 30px;
}
.footer-item{
display: inline-block;
width: 216px;
margin: 20px 20px 20px 0;
vertical-align: top;
}
.footer-item:last-child{
margin-right:0;
}
.footer-line{
display:block;
background-color: #fff;
width: 100%;
height: 1px;
}
.footer-copyright{
display: inline-block;
margin: 15px 0 10px 0;
}
.footer-links{
display:block;
float: right;
margin: 15px 0 10px 0;
}


ul.submenu{
height: 75px;
list-style-type: none;
margin: 0;
margin-top: -20px;
padding: 0;
}
ul.submenu > li{
display: inline-block;
padding: 20px 3px;
color: #a98d83;
font-size: 18px;
text-transform: uppercase;
cursor: pointer;
transition: all 0.5s ease;
}
ul.submenu > li:hover{
color: #ff7546;
}
ul.submenu > li > a:link,
ul.submenu > li > a:visited,
ul.submenu > li > a:active{
color: inherit;
text-decoration: none;
}
ul.submenu > li > a.active{ color: #ff7546; }