html, body {
	margin: 0;
	height: 100%;
	font-family: segoe ui, arial, sans-serif;
}

.logo {
	display: block;
	margin: 0 auto;
	width: 457px;
	height: 120px;
	padding-top: 20px;
	display: none;
}

.intro{
	background: url("../img/bg.png@v2") repeat-x scroll 0 0%, url("../img/bg_cb.png") repeat scroll 0 0 #343434;
	background: url("../img/bg.png@v2") repeat-x scroll 0 0 #eee\9;
}

.lang-menu {
    position: absolute;
    right: 0;
    top: 10px;
    display: none;
}


.menu.subp {
    float: left;
    margin-left: 50px;
    margin-top: 46px;
    text-align: right;
    width: 710px;
}

.menu.subp a {
    color: #6E6E6E;
    font-size: 16px;
    margin-left: 20px;
    text-decoration: none;
    text-transform: uppercase;
}

.menu.subp a:hover, .menu.subp a.active{
	color: #E77818;
}

.logo-small {
    float: left;
    margin: 25px 0;
}

.lang-menu a{
	color: #b2b2b2;
	text-decoration: none;
	font-size: 11px;
}

.lang-menu a:hover, .lang-menu a.active{
	color: #E77818;
}

.main_menu {
	height: 460px;
	margin: 40px auto 0;
	overflow: hidden;
	padding: 120px 0 100px;
	width: 640px;
}

.main_menu a {
	color: white;
	display: block;
	float: left;
	font-family: segoe ui,sans-serif;
	font-size: 23px;
	height: 330px;
	padding: 10px;
	text-shadow: 0 0 3px black, 0 0 3px black, 0 0 3px black, 0 0 2px black;
	-moz-text-shadow: 0 0 3px black, 0 0 3px black, 0 0 3px black, 0 0 2px black;
	-webkit-text-shadow: 0 0 3px black, 0 0 3px black, 0 0 3px black, 0 0 2px black;
	-o-text-shadow: 0 0 3px black, 0 0 3px black, 0 0 3px black, 0 0 2px black;
  width: 140px;
  text-decoration: none;
}
.main_menu a.tp {
	height: 30px;
	margin-top: 200px;
	opacity: 0;
	padding-top: 310px;
}

.main_menu a.bp{
	margin-top: -240px;
	opacity: 0;
}

.content {
	margin: 0 auto;
	width: 960px;
	position: relative;
}

.content.top {
	background: url("../img/bg_top.png") repeat-x scroll center top transparent;
}

.top_b {
    background: url("../img/footer_bg.png") repeat-x scroll center top transparent;
    margin-top: -100px;
}

.top_b .content {
	background: url("../img/footer.png") no-repeat;
	height: 100px;
}

.footer {
  background: #313131;
  box-shadow: 0 0 60px rgba(0, 0, 0, 0.2);
}

.wrapper{
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -160px;
}

.page {
	background: url("../img/wh_bg.png") repeat-x scroll center top white;	
	height: 100%;
}

.footer, .push {
	height: 160px; /* .push must be the same height as .footer */
}

.header-image {
	height: 130px;
	overflow: hidden;
	position: relative;
}

.slide {
	position:absolute;
	height:350px;
	left: -120px
}

.slide img {
	position:absolute;
	top:0;
	left:0;
	z-index:8;
}

.slide img.active {
	z-index:10;
}

.slide img.last-active {
	z-index:9;
}

a img{
	border: 0;
}

p {
    font-size: 14px;
}

table {
    font-size: 14px;
}

.contf label {
    font-size: 14px;
}

table p{
	margin: 0;
}

td {
    vertical-align: top;
}

h1 {
	border-bottom: 1px solid #F4F4F4;
	font-weight: normal;
}


li {
    font-size: 14px;
    list-style: square outside none;
}

.two-col-big{
	float: left;
	margin-right: 50px;
	width: 700px;
}

.sub-menu{
	float: left;
	width: 210px;
	margin-top: 25px;
}

.sub-menu a {
	border-bottom: 1px solid #E7E6E6;
	color: #666666;
	display: block;
	font-size: 14px;
	padding: 4px 0;
	text-decoration: none;
}

.sub-menu a.active, .sub-menu a:hover {
	color: #E77818;
}

.clear{
	clear: both;
}

.galleries a{
	display: block;
	width: 200px;
	height: 200px;
	float: left;
	position: relative;
	margin-bottom: 20px;
}

.galleries.lg{
	margin-left: -500px;
	opacity: 0;
}

.galleries.rg{
	margin-right: -500px;
	opacity: 0;
}

.galleries.lg a{
	margin-right: 20px;
	float: left;
	text-decoration: none;

}

.galleries.rg a{
	margin-left: 20px;
	float: right;
	text-decoration: none;
}

.galleries .cap {
	background: url('../img/b6.png');
	bottom: 0;
	left: 0;
	text-decoration: none;
	color: white;
	display: table-cell;
	/* height: 50px; */
	padding: 5px;
	position: absolute;
	text-align: center;
	text-transform: uppercase;
	width: 190px;
}


.images a {
	box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.18);
	display: block;
	float: left;
	height: 200px;
	margin: 0 10px 20px;
	padding: 10px;
	width: 200px;
	background: white;
}

.back {
    background: none repeat scroll 0 0 #F2F2F2;
    color: #666666;
    display: block;
    float: left;
    font-size: 45px;
    height: 30px;
    line-height: 17px;
    margin: 10px 5px 0 0;
    padding: 0 8px;
    text-decoration: none;
}

.back:hover {
    background: #ddd;
}

.row-6 {
	float: left;
	margin-right: 20px;
	width: 460px;
}

fieldset {
    border: 0 none;
    margin: 0;
    padding: 0;
}

.contf input, .contf textarea {
    border: 1px solid #959595;
    border-radius: 1px 1px 1px 1px;
    padding: 4px 8px;
    width: 350px;
    color: #666;
}

.contf.error input, .contf.error textarea{
    border: 1px solid red;
}

.btn {
    background: linear-gradient(#FFA852, #E87810) repeat scroll 0 0 #E87810;
    background: -webkit-linear-gradient(#FFA852, #E87810) repeat scroll 0 0 #E87810;
    border: 0 none;
    box-shadow: 1px 1px 2px rgba(13, 11, 11, 0.28);
    color: white;
    font-size: 15px;
    margin-top: 12px;
    padding: 4px 20px;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.33);
}

.contf textarea {
	resize: vertical;
	font-family: inherit;
}

.alert-error {
    color: red;
    display: list-item;
    font-size: 13px;
    margin-left: 16px;
}

ul.bjqs{position:relative; list-style:none;padding:0;margin:0;overflow:hidden; display:none;}
li.bjqs-slide{position:absolute; display:none;}
ul.bjqs-controls{list-style:none;margin:0;padding:0;z-index:9999;}
ul.bjqs-controls.v-centered li a{position:absolute;}
ul.bjqs-controls.v-centered li.bjqs-next a{right:0;}
ul.bjqs-controls.v-centered li.bjqs-prev a{left:0;}
ol.bjqs-markers{list-style: none; padding: 0; margin: 0; width:100%;}
ol.bjqs-markers.h-centered{text-align: center;}
ol.bjqs-markers li{display:inline;}
ol.bjqs-markers li a{display:inline-block;}
p.bjqs-caption{display:block;width:96%;margin:0;padding:2%;position:absolute;bottom:0;}

.bjqs-next, .bjqs-prev{
	list-style: none;
}

.bjqs-prev a {
	background: url("../img/arrows.png") repeat scroll 0 0 transparent;
	height: 20px;
	left: 110px;
	position: absolute;
	top: 16px;
	width: 12px;
	opacity: 0.3;
}


.bjqs-next a {
	background: url("../img/arrows.png") repeat scroll -24px 0 transparent;
	height: 20px;
	left: 130px;
	position: absolute;
	top: 16px;
	width: 12px;
	opacity: 0.3;
}

.bjqs-next a:hover, .bjqs-prev a:hover {
	opacity: 1;
}

.footer-head {
    color: white;
    margin: 12px 0;
    font-size: 16px;
}

.feeds {
    color: #A2A2A2;
    float: left;
    margin-right: 50px;
}

.cont {
    color: #A2A2A2;
    float: left;
    margin-right: 50px;
    width: 238px;
    font-size: 13px;
}


.copy {
	background: url("../img/footer_logo.png") no-repeat scroll 0 37px transparent;
	color: #A2A2A2;
	float: left;
	font-size: 13px;
	padding-top: 105px;
	text-align: center;
	width: 172px;
}

.cont a, .copy a{
	color: white;
	text-decoration: none;
}

.feeds .name {
    color: white;
}

.feeds .position {
    font-size: 10px;
}