@charset "utf-8";
/* CSS Document */

* {
	margin:0;
	padding:0;
	outline:none;
}
@font-face {
	font-family: 'Conv_BELLB';
	src: url('../fonts/BELLB.eot');
	src: local('☺'), url('../fonts/BELLB.woff') format('woff'), 
		url('../fonts/BELLB.ttf') format('truetype'), 
		url('../fonts/BELLB.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}
img{
	max-width: 100%;
	height: auto;
}

html {
    height: 100%;
}
body {
	background: url(../images/main-bg.jpg) no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
#header{
	background: #fff;
	float: left;
	width: 100%;
	padding: 10px 0;
	position: relative;
	border-bottom: #afa994 solid 3px;
}
.logo{
	float: left;
}
.right{
	float: right;
	font-size: 60px;
	color: #85786d;
	font-family: 'Conv_BELLB';
	text-transform: uppercase;
	padding: 100px 0 0 0;
}
.center{
	width: 974px;
	margin: 0 auto;
	overflow: hidden;
}

a {
	color:#fff;
	text-decoration:none;
}
#footer{
	background: rgba(100,82,70,0.8);
	padding: 10px 0;
	min-height: 100px;
	position: fixed;
	bottom: 0;
	right: 0;
	left: 0;
	width: 100%;
}
.foot-logo{
	float: left;
}
.btm-txt{
	float: right;
	width: 67%;
	padding: 50px 0 0 0;
	color: #fff;
	font-family: 'Lato', sans-serif;
}
.btm-txt h4{
	color: #fff;
	font-size: 22px;
	line-height: 28px;
	font-weight: 400;
}
.btm-txt h5{
	color: #fff;
	font-size: 15px;
	line-height: 18px;
	font-weight: 300;
	margin: 35px 0 0 0;
}

@media all and (max-width: 1024px) and (min-width: 0px){
.center{
	width: 96%
}
.logo {
    width: 141px;
}
.right{
	font-size: 50px;
	padding: 80px 0 0 0;
}

.foot-logo {
    width: 200px;
}
.btm-txt{
	padding: 20px 0 0 0;
}
.btm-txt h4 {
    font-size: 20px;
    line-height: 26px;
}
.btm-txt h5 {
    font-size: 14px;
    line-height: 18px;
    margin: 20px 0 0;
}
}