* {
	/*font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;*/
	font-family: 'Open Sans Condensed', sans-serif;
}
html {
    min-height:100%;
}
body {
	min-height:100%;
	background-color: #303030;
	padding: 5px;
}
img {
	border: 0;
}
.bg {
	position: fixed;
	z-index: -1;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-size: auto 100%;
	background-position: center top;
}
.topbar {
	position: fixed;
	z-index: 255;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 40px;
	background: #484B4D;
}
.topbar .content {
	position: relative;
	max-width: 990px;
	height: 90px;
	background: URL(/topbar.png);
	text-align: left;
}
.topbar .content .company {
	/*font-family: 'Homenaje', sans-serif;*/font-family: 'Open Sans Condensed', sans-serif;
	font-size: 18px;
	line-height: 26px;
	color: #FFFFFF;
	padding: 0 10px;
}
.topbar .content .language {
	position: absolute;
	top: 0px;
	right: 100px;
	font-size: 16px;
	line-height: 26px;
	color: #FFFFFF;
}
.topbar .content .socials {
	position: absolute;
	top: 0px;
	right: 0px;
	padding:2px;
}
.topbar .content .socials img {
	margin-left: 3px;
}
.topbar .content .menu {
	position: absolute;
	top: 35px;
	left: 50px;
	height: 50px;
}
.topbar .content .menu  div {
	float: left;
	padding-right: 30px;
	text-align: left;
}
.topbar .content .menu  div a {
	/*font-family: 'Homenaje', sans-serif;*/font-family: 'Open Sans Condensed', sans-serif;
	text-decoration: none;
	font-size: 18px;
	line-height: 46px;
	color: white;
	font-weight: bold;
}
.index {
	margin-top: 110px;
	opacity: 0.98;
}
.contact {
	margin-top: 110px;
	opacity: 0.98;
}
.header {
	max-width: 990px;
	text-align: left;
	padding-bottom: 30px;
}
.header h1 {
	/*font-family: 'Homenaje', sans-serif;*/font-family: 'Open Sans Condensed', sans-serif;
	font-weight: bold;
	font-size: 42px;
	line-height: 42px;
	color: #6A9512;
	padding: 0 50px;
	margin: 0;
	margin-bottom: 20px;
	text-shadow: 1px 1px 2px #303030;
}
.header h2 {
	/*font-family: 'Homenaje', sans-serif;*/font-family: 'Open Sans Condensed', sans-serif;
	font-weight: bold;
	font-size: 20px;
	line-height: 20px;
	color: #303030;
	padding: 0 50px;
	margin: 0;
	text-shadow: 1px 1px 2px #C0C0C0;
}
.horizbox {
	margin-bottom: 10px;
}
.horizbox img{
	max-width: 100%;
}

/*wrapper common styles*/
.wrapper  h1 {
	/*font-family: 'Homenaje', sans-serif;*/font-family: 'Open Sans Condensed', sans-serif;
	font-weight: normal;
	font-size: 32px;
	line-height: 32px;
	color: #505050;
	padding: 0 35px;
	margin: 0;
	margin-bottom: 5px;
}
.wrapper h2 {
	/*font-family: 'Homenaje', sans-serif;*/font-family: 'Open Sans Condensed', sans-serif;
	font-weight: normal;
	font-size: 22px;
	line-height: 22px;
	color: #505050;
	padding: 0 20px 0 35px;
	margin: 0;
	margin-bottom: 5px;
}
.wrapper p {
	font-weight: normal;
	font-size: 18px;
	line-height: 18px;
	color: #303030;
	padding: 0 35px;
	margin: 0;
	margin-bottom: 10px;
}
.wrapper ul, .wrapper ol {
	font-weight: normal;
	font-size: 16px;
	line-height: 16px;
	color: #303030;
}
.wrapper .small{
	font-size: 14px;
	line-height: 14px;
}
.wrapper .bold {
	font-weight: bold;
}
.wrapper .hlbold {
	color: #606060;
	font-weight: bold;
}
.wrapper .hl {
	color: #606060;
}
.wrapper .footer {
	position: absolute;
	bottom: -11px;
	right: 0px;
	width: 990px;
	max-width: 100%;
	height: 20px;
	min-height: 20px;
	max-height: 20px;
	background: URL(/wrapper_bottom.png) right;
	padding: 0;
}
/*wrapper-left (photo in the left or on top)*/
.wrapper-left { 
	position: relative;
	width: 100%;
	max-width: 990px;
	/*background: URL(/wrapper_middle.png) right;*/
	background-color: white;
	margin-bottom: 20px;
}
.wrapper-left div {
   min-height: 180px;
}
.wrapper-left .one {
	width: 180px;
	max-width: 40%;
	float: left;
	padding: 10px 10px 0px 13px;
}
.wrapper-left .one .photo {
	width: 100%;
	height: 100%;
	background-position: center center;
	background-size: cover;
}
.wrapper-left .two { 
	overflow: hidden;
	min-height: 180px;
	text-align: left;
}
/*wrapper-right (photo in the right or on top)*/
.wrapper-right { 
	position: relative;
	width: 100%;
	max-width: 990px;
	/*background: URL(/wrapper_middle.png) right;*/
	background-color: white;
	margin-bottom: 20px;
}
.wrapper-right div {
   min-height: 250px;
}
.wrapper-right .one { 
	overflow: hidden;
	min-height: 250px;
	text-align: left;
	padding-top: 20px;
}
.wrapper-right .two {
	width: 350px;
	max-width: 45%;
	float: right; 
	padding: 10px 13px 0px 10px;
}
.wrapper-right .two .photo {
	width: 100%;
	height: 100%;
	background-position: center center;
	background-size: cover;
}
/*wrapper-mixed (divs arranged by floats or one below another)*/
.wrapper-mixed { 
	position: relative;
	width: 100%;
	max-width: 990px;
	/*background: URL(/wrapper_middle.png) right;*/
	background-color: white;
	margin-bottom: 20px;
	text-align: left;
}
.wrapper-mixed>div {
	padding-top: 20px;
	padding-bottom: 5px;
}
.wrapper-mixed  .padding {
	margin: 0 20px 0 35px;
}
/*.wrapper-mixed  img{
	max-width: 90%;
	margin: 0 10px;
}*/
/*swiper slider*/
/*.swiper-container {
	width: 95%;
}
.swiper-slide {
	font-size: 18px;
	height: auto;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0;
}*/
.swiper-container {
	width: 95%;
	height: 400px;
	margin-top: 20px;
}
.swiper-slide {
	width: auto;
	height: 100%;
	text-align: center;
	font-size: 18px;
	background: #fff;

	/* Center slide text vertically */
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}
.swiper-slide  img {
	width: auto;
	height: 100%;
}
.footer {
	margin-top: 20px;
}
.footer .content {
	max-width: 990px;
}
.footer .content .map {
	background:URL(/footer_map.png);
	background-position: center center;
	background-size: cover;
	max-height: 181px;
	max-width: 990px;
}
.footer .content .map  .desc {
	color: #B0B0B0;
	font-size: 16px;
	line-height: 16px;
	font-weight: bold;
	padding: 20px;
	width: 600px;
	max-width: 89%;
	text-align: justify;
	min-height: 150px;
}
.footer .content .map  .desc  .hl {
	color: #0202FB;
}
.footer .content .copy {
	/*font-family: 'Homenaje', sans-serif;*/font-family: 'Open Sans Condensed', sans-serif;
	background: URL(/footer_copy.png) repeat-x;
	height: 56px;
	min-width: 70%;
	width: 70%;
	color: white;
	font-size: 18px;
	padding-left: 10px;
	padding-right: 10px;
}
.footer .content .email {
	/*font-family: 'Homenaje', sans-serif;*/font-family: 'Open Sans Condensed', sans-serif;
	background: URL(/footer_email.png) right no-repeat;
	height: 56px;
	min-width: 30%;
	max-width: 30%;
	text-align: right;
	color: white;
	font-size: 18px;
	padding-left: 10px;
	padding-right: 30px;
}

@media (orientation: landscape) and (min-aspect-ratio: 2/1) {
	.bg {
		background-size: 100% auto;
	}
}
@media (max-width: 680px) {
	/*.topbar .content .menu  div a {
		line-height: 23px;
	}*/
	.wrapper .sticker h1{
		font-size: 22px;
		padding: 0 20px;
	}
	.wrapper h1 {
		font-size: 26px;
		line-height: 26px;
		padding: 0 20px;
		margin: 0;
	}
	.wrapper h2 {
		font-size: 18px;
		line-height: 18px;
		padding: 0 20px;
		margin: 0;
	}
	.wrapper p {
		padding: 0 20px;
		margin-bottom: 5px;
	}
	.wrapper-mixed>div {
		clear: both;
		min-width: 100%;
	}
}
@media (max-width: 480px) {
	.topbar .content .menu {
		left: 20px;
	}
	/*.topbar .content .menu  div {
		padding-right: 0px;
		width: 145px;
	}
	.topbar .content .menu  div a {
		font-size: 15px;
	}*/
	.header h1 {
		font-size: 36px;
		line-height: 36px;
		padding: 0 20px;
		margin-bottom: 10px;
	}
	.header h2 {
		font-size: 18px;
		line-height: 18px;
		padding: 0 20px;
	}
   .wrapper .one { 
		float: none;
		width: auto;
		border: 0; 
		max-width: 100%;	
	}
   .wrapper-right .two { 
		float: none;
		width: auto;
		border: 0; 
		max-width: 100%;	
	}
	.footer .content .map  .desc {
		padding-top: 10px;
		padding-bottom: 10px;
		font-size: 14px;
		line-height: 14px;
	}
	.footer .content .copy, .footer .content .email {
		font-size: 12px;
	}
	.swiper-slide  img {
		height: auto;
		width: 100%;
	}
}
