* {
	margin: 0;
}
html, body {
	height: 100%;
}
.wrapper {
	width:100%;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto;
	overflow:hidden;
}
.logo{
	position:absolute;
	width:100%;
	height:158px;
	margin-top:20px;
	background:url(../images/logo.png) no-repeat center center;
}
.banner{
	width:100%;
	height:598px;
	background:#000000 url(../images/header_bg.jpg) no-repeat top center;
}
.bannertitle{
	font-family: 'bebasregular', Arial, sans-serif;	
	font-size:40px;
	font-weight:100;
	line-height:55px;
	color:#fff;
	position:absolute;
	width:100%;
	margin:350px auto;
	text-align:center;
}
.bannertxt{
	font-family: 'Raleway', sans-serif;	
	font-size:20px;
	font-weight:100;
	color:#fff;
	position:absolute;
	width:42%;
	margin:425px 29% 0 29%;
	text-align:center;
}
.circle{
	width:65px;
	height:65px;
	background:url(../images/circle_arw_btn.png) no-repeat top center;
	position:absolute;
	margin:570px 48% 0 48%;
}
.content{
	width:998px;
	height:945px;
	margin:0 auto;
}
.box1{
	width:988px;
	height:278px;
	background:url(../images/1.png) no-repeat;
	margin:20px auto 10px auto;	
}
.box2{
	width:368px;
	height:378px;
	float:left;
	background:url(../images/2.png) no-repeat;
	margin:10px 0 0 5px;	
}
.box3{
	width:609px;
	height:182px;
	float:left;
	background:url(../images/3.png) no-repeat;
	margin:10px 0 0 15px;	
}
.box4{
	width:609px;
	height:182px;
	float:left;
	background:url(../images/4.png) no-repeat;
	margin:15px 0 0 15px;	
}
.box5{
	width:496px;
	height:232px;
	float:left;
	background:url(../images/5.png) no-repeat;
	margin:15px 0 0 5px;	
}
.box6{
	width:480px;
	height:232px;
	float:left;
	background:url(../images/6.png) no-repeat;
	margin:15px 0 0 15px;	
}
.footer{
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#fff;
	text-align:center;
	line-height:20px;
	width:1023px;
	min-height:100px;
	background-color:#663714;
	margin:0 auto;
}
.footerbg{
	width:100%;
	min-height:100px;
	background-color:#663714;
}
.copyright{
	float:left;	
	width:48%;
	padding:30px 0 0 2%;
	line-height:20px;	
	text-align:left;
}
.copyright a{
	color: #ffffff;
	text-decoration:none;
}
.social{
	float:right;
	width:48%;
	text-align:right;
	padding:37px 2% 0 0;	
}
.tablet {
	display:none;
}
@media only screen and (min-width : 768px) and (max-width : 1024px) {
.wrapper {
	width:100%;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto;
}
.logo{
	position:absolute;
	width:100%;
	height:158px;
	margin-top:20px;
	background:url(../images/logo.png) no-repeat center center;
}
.banner{
	width:100%;
	height:598px;
	background:#000000 url(../images/header_bg.jpg) no-repeat top center;
}
.bannertitle{
	font-family: 'bebasregular', Arial, sans-serif;	
	font-size:32px;
	font-weight:100;
	line-height:55px;
	color:#fff;
	position:absolute;
	width:90%;
	height:50px;
	margin:400px 5% 0 5%;
	text-align:center;
}
.bannertxt{
	font-family: 'Raleway', sans-serif;	
	font-size:18px;
	font-weight:100;
	color:#fff;
	position:absolute;
	width:80%;
	height:50px;
	margin:475px 10% 0 10%;
	text-align:center;
}
.circle{
	width:20%;
	height:65px;
	background:url(../images/circle_arw_btn.png) no-repeat top center;
	position:absolute;
	margin:570px 40% 0 40%;
}
.content{
	margin:0;
	width:100%;
	height:auto;
	clear:both;
}
.box1{
	width:47%;
	height:auto;
	float:left;	
	background:none;
	margin:40px 1% 10px 2%;	
}
.box2{
	width:47%;
	height:auto;
	float:left;	
	background:none;
	margin:40px 2% 10px 1%;
}
.box3{
	width:47%;
	height:auto;
	float:left;	
	background:none;
	margin:10px 1% 10px 2%;
}
.box4{
	width:47%;
	height:auto;
	float:left;	
	background:none;
	margin:10px 2% 10px 1%;
}
.box5{
	width:47%;
	height:auto;
	float:left;	
	background:none;
	margin:10px 1% 20px 2%;
}
.box6{
	width:47%;
	height:auto;
	float:left;	
	background:none;
	margin:10px 2% 20px 1%;
}
.tablet {
	display:block;
}
.box img.tablet {
	width:100%;
}
.footer{
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#fff;
	text-align:center;
	line-height:20px;
	width:100%;
	min-height:100px;
	background-color:#663714;
	margin:0 auto 0 auto;
}
.social{
	float:none;
	width:100%;
	padding:20px 0;
	height:30px;
	text-align:center;	
}
.copyright{
	float:none;	
	width:100%;
	padding:0px;
	height:50px;
	text-align:center;
}
}

@media only screen and (min-width : 480px) and (max-width : 767px) {
.wrapper {
	width:100%;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto;
}
.logo{
	position:absolute;
	width:100%;
	height:158px;
	margin-top:20px;
	background:url(../images/logo.png) no-repeat center center;
}
.banner{
	width:100%;
	height:598px;
	background:#000000 url(../images/header_bg.jpg) no-repeat top center;
}
.bannertitle{
	font-family: 'bebasregular', Arial, sans-serif;	
	font-size:38px;
	font-weight:100;
	line-height:55px;
	color:#fff;
	position:absolute;
	width:90%;
	height:50px;
	margin:300px 5% 0 5%;
	text-align:center;
}
.bannertxt{
	font-family: 'Raleway', sans-serif;	
	font-size:18px;
	font-weight:100;
	color:#fff;
	position:absolute;
	width:80%;
	height:50px;
	margin:420px 10% 0 10%;
	text-align:center;
}
.circle{
	width:20%;
	height:65px;
	background:url(../images/circle_arw_btn.png) no-repeat top center;
	position:absolute;
	margin:570px 40% 0 40%;
}
.content{
	margin:0;
	height:2090px;
	width:100%;
}
.box1{
	width:450px;
	height:325px;
	float:none;	
	background:url(../images/hor/1.png) no-repeat;
	margin:30px auto 20px auto;	
}
.box2{
	width:450px;
	height:325px;
	float:none;	
	background:url(../images/hor/2.png) no-repeat;
	margin:20px auto;	
}
.box3{
	width:450px;
	height:325px;
	float:none;
	background:url(../images/hor/3.png) no-repeat;
	margin:20px auto;	
}
.box4{
	width:450px;
	height:325px;
	float:none;	
	background:url(../images/hor/4.png) no-repeat;
	margin:20px auto;	
}
.box5{
	width:450px;
	height:325px;
	float:none;	
	background:url(../images/hor/5.png) no-repeat;
	margin:20px auto;	
}
.box6{
	width:450px;
	height:325px;
	float:none;	
	background:url(../images/hor/6.png) no-repeat;
	margin:20px auto;	
}
.tablet {
	display:none;
}
.footer{
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#fff;
	text-align:center;
	line-height:20px;
	width:100%;
	min-height:100px;
	background-color:#663714;
	margin:0 auto;
}
.social{
	float:none;
	width:100%;
	padding:20px 0;
	height:30px;
	text-align:center;	
}
.copyright{
	float:none;	
	width:100%;
	padding:0px;
	height:50px;
	text-align:center;
}
}

@media only screen and (min-width : 320px) and (max-width : 479px) {
.bannertitle{
	font-family: 'bebasregular', Arial, sans-serif;	
	font-size:30px;
	font-weight:100;
	line-height:40px;
	color:#fff;
	position:absolute;
	width:90%;
	height:50px;
	margin:290px 5% 0 5%;
	text-align:center;
}
.bannertxt{
	font-family: 'Raleway', sans-serif;	
	font-size:16px;
	font-weight:100;
	color:#fff;
	position:absolute;
	width:90%;
	height:50px;
	margin:425px 5% 0 5%;
	text-align:center;
}
.circle{
	width:23%;
	height:65px;
	background:url(../images/circle_arw_btn.png) no-repeat top center;
	position:absolute;
	margin:570px 40% 0 40%;
}
.content{
	margin:0;
	width:100%;
	height:2290px;	
}
.box1{
	width:290px;
	height:360px;
	float:none;
	background:url(../images/ver/1.png) no-repeat;
	margin:30px auto 20px auto;
}
.box2{
	width:290px;
	height:360px;
	float:none;	
	background:url(../images/ver/2.png) no-repeat;
	margin:20px auto;	
}
.box3{
	width:290px;
	height:360px;
	float:none;	
	background:url(../images/ver/3.png) no-repeat;
	margin:20px auto;	
}
.box4{
	width:290px;
	height:360px;
	float:none;	
	background:url(../images/ver/4.png) no-repeat;
	margin:20px auto;	
}
.box5{
	width:290px;
	height:360px;
	float:none;	
	background:url(../images/ver/5.png) no-repeat;
	margin:20px auto;	
}
.box6{
	width:290px;
	height:360px;
	float:none;	
	background:url(../images/ver/6.png) no-repeat;
	margin:20px auto;	
}
.footer{
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#fff;
	text-align:center;
	line-height:20px;
	width:100%;
	min-height:100px;
	background-color:#663714;
	margin:0 auto;
}
.social{
	float:none;
	width:100%;
	padding:20px 0;
	height:30px;
	text-align:center;
}
.copyright{
	float:none;	
	width:100%;
	padding:0px;
	height:50px;
	text-align:center;
}
}

#ubar {
	width: 100%;
	height: 41px;
	
	
	z-index: 9999999999999999;
	background:#67370f !important;
}
.main-menu-holder{
	width:965px;
	margin:0px auto;
	padding-top:14px;
}
.menu-main {
	margin-top: -15px;
	font-size: 12px;
	font-weight: 500;
	float:right;
}
.menu-main a {
	color: #ffffff;
	height:23px;
	text-decoration: none;
	font-family: 'Raleway', sans-serif;	
	padding:13px 15px 0 15px;
	display:block;
}
.menu-main a:hover {
	color: #ffffff;
	background-color:#502700;
	height:24px;
	text-decoration: none;
}
.menu-main li {
	height: 37px;
	margin-top:3px;
	margin-left:-2px;
	display: inline-block;
	border-right:#7e5533 solid 1px;
}

#menu-item-1007{
	background-color:#502700 !important;
}

@media screen and (max-width: 969px) {
	#ubar{
		display:none;
	}
	#main-container{
		margin-top:0;
	}
}
