@font-face {
    font-family: 'MyriadProRegular';
    src: url('../fonts/myriadpro-regular.eot');
    src: url('../fonts/myriadpro-regular.eot') format('embedded-opentype'),
         url('../fonts/myriadpro-regular.woff') format('woff'),
         url('../fonts/myriadpro-regular.ttf') format('truetype'),
         url('../fonts/myriadpro-regular.svg#MyriadProRegular') format('svg');
}

body{
	font-family: 'MyriadProRegular';
	overflow-x: hidden;
}
.wrapper{
	overflow: hidden;
	width: 1024px!important;
	padding-left: 0!important;
	padding-right: 0!important;
}
#header{
	background-image: -webkit-gradient(
	linear,
	left top,
	left bottom,
	color-stop(0.61, #5E3923),
	color-stop(1, #3C2517)
	);
	background-image: -o-linear-gradient(bottom, #5E3923 61%, #3C2517 100%);
	background-image: -moz-linear-gradient(bottom, #5E3923 61%, #3C2517 100%);
	background-image: -webkit-linear-gradient(bottom, #5E3923 61%, #3C2517 100%);
	background-image: -ms-linear-gradient(bottom, #5E3923 61%, #3C2517 100%);
	background-image: linear-gradient(to bottom, #5E3923 61%, #3C2517 100%);
	border-bottom: 1px solid #7f7168;
	z-index: 999;
}
.menu{
	margin-top: 20px;
	margin-left: 40px;
}
.menu li{
	float:left;
	margin-right: 24px;
	border-radius: 6px;
	list-style: none;
}
.menu li:hover{
	background: url(../img/bg.png);
}
.current{
	background: url(../img/bg.png);
}
.menu li a{
	float:left;
	width: 100%;
	padding: 4px 10px 1px 7px;
	color: #fff;
}
.menu li a img{
	margin: 3px 11px 5px 8px;
}
.slider-space{
	background-color: #d9d9d9;
	padding-bottom: 15px;
}
#slidr{
	margin: 25px 0;
}
.slides img{
	width: 100%;
	height: 95%;
}
.slide-text{
	position: absolute;
	right: 0;
	top: 160px;
	width: 58%;
	background: url(../img/slidebg.png);
}
.slide-text h1{
	font-size: 2.1em;
	margin: 0;
	padding-left: 12px;
	color: #fff;
}
.slide-text h2{
    color: white;
}
.slide-text h2{
	font-size: 2.1em;
	margin: 0;
	padding-left: 12px;
	color: #fff;
}
.slide-text p{
	font-size: 1.25em;
	margin-top: 5px!important;
	padding-left: 14px;
}
.slides{
	margin-top: 20px;
	height: 100%;
}
#myController{
	width: 191px!important;
	height: 49px;
	left: 50%!important;
	top: -16px;
	position: relative;
	float: left;
	padding-left: 70px;
	padding-top: 20px!important;
	margin-top: -25px;
	margin-left: -95.5px!important;
	background: url(../img/bg1.png) no-repeat left 97%, url(../img/bg3.png) no-repeat center bottom, url(../img/bg2.png) no-repeat 100% 97%;
}
#myController span{
	width: 12px;
	height: 12px;
	float:left;
	background-color: #878787;
	border-radius: 1000px;
	margin-left: 3px;
	cursor: pointer;
}
.jFlowSelected{
	background: url(../img/list.png) no-repeat;
	background-size: 100% 100%;
}
.content{
	background: url(../img/cont-bg.png);
	padding: 10px 0px;
	margin-top: 10px;
	padding-top: 25px;
	background-size: 100% 100%;
	min-height: 921px;
}
.content ul li{
	text-align: center;
}
.content ul li span{
	padding: 10px 20px;
	border-radius: 5px;
	cursor: pointer;
	font-size: 1.4em;
	font-weight: bold;
	color: #545454;
	text-shadow: -0.5px -0.5px 1px #a8a7a7;
}
.content ul li .active{
	background: url(../img/mid-menu.png);
	border-top: 1px solid #a6a291;
	color: #fff;
}
.content ul li span:hover{
	background: url(../img/mid-menu.png);
	border-top: 1px solid #a6a291;
	color: #fff;
}
[class*="block-grid-"]{
	margin: 0!important;
}
.some-text{
	margin-top: 37px;
	font-size: 1.4em;
	padding-left: 30px;
	line-height: 1.25;
	color: #323232;
}
.footer-space{
	background-color: #5d3823;
	margin-top: 30px;
}
.copyright{
	text-align: center;
	padding: 20px 0;
	color: #ffffff;
}
.table img{
	width: 100%;
}
.content-wrap{
	display: none;
}
.tab-1{
	display: block;
}
@media only screen and (min-width: 240px) and (max-width: 1050px),
only screen and (min-device-width: 240px) and (max-device-width: 1050px) {
	.wrapper{
	width: 100%!important;
}
}