p:first-child { 
    margin: 0px;
}
p:last-child { 
    margin-bottom: 0px;
}

@font-face {
    font-family: 'open_sanscondensed_light';
    src: url('../../../../img/fonts/opensans-condlight-webfont.eot');
    src: url('../../../../img/fonts/opensans-condlight-webfont.eot?#iefix') format('embedded-opentype'),
         url('../../../../img/fonts/opensans-condlight-webfont.woff2') format('woff2'),
         url('../../../../img/fonts/opensans-condlight-webfont.woff') format('woff'),
         url('../../../../img/fonts/opensans-condlight-webfont.ttf') format('truetype'),
         url('../../../../img/fonts/opensans-condlight-webfont.svg#open_sanscondensed_light') format('svg');
    font-weight: normal;
    font-style: normal;

}
body
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #333333;
	margin: 0px;
	background-color: #E1E4E6;
	background-image: url(../../img/page/bg.png);
	background-repeat: repeat-x;
	background-position: top;
}
li
{
	list-style: square;
	font-size: 16px;
	color: #000000;
}
li p
{
	color:#333;
}
img {
	border: none;

}
a:link {
	color: #333333;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #333333;
}
a:hover {
	text-decoration: underline;
	color: #333333;
}
a:active {
	text-decoration: none;
	color: #333333;
}
.clear {
	clear:both;
}
.container {
	width: 1000px;
	margin: 0px auto;
}
.header {
	margin: 0px;
	float: left;
	width: 100%;
	background-image: url(../../img/page/top-bg.png);
	background-position: 200px 0px;
	background-repeat: no-repeat;
	border-bottom: 5px solid;
	border-bottom-color: #34398A;
	margin-bottom: 2px;
}
.top-logo {
	margin: 0px;
	float: left;
	width: 340px;
	background-image: url(../img/top-logo.png);
	height: 130px;
	background-repeat: no-repeat;
	background-position: center top;
}
.top-info {
	margin: 0px;
	float: right;
	width: 640px;
	height: 130px;
	background-repeat: no-repeat;
	background-image: url(../img/top-info.png);
	background-position: right;
}
.main {
	float: left;
	width: 1200px;
	margin-left: -100px;
	position: relative;
}
.slideshow {
	z-index: 0;
	width: 100%;
	float: left;
}

.slideshow  img {
	width: 100%;
	height: 400px;
}
.slideshow-prevbtn {
	position: absolute;
	left: 0px;
	top: 0;
	height: 400px;
	z-index: 99;
	width: 100px;
	background-image: url(../img/prev-btn.png);
	background-position: center;
	background-repeat: no-repeat;
}
.slideshow-nextbtn {
	position: absolute;
	right: 0;
	top: 0;
	height: 400px;
	z-index: 98;
	width: 100px;
	background-image: url(../img/next-btn.png);
	background-position: center;
	background-repeat: no-repeat;
}
.line {
	float: left;
	width: 1000px;
	border-bottom: 5px solid;
	border-bottom-color: #34398A;
	margin-bottom: 2px;
	margin-top: 2px;
}
#essence {
	padding: 20px;

}

.one {
	float: left;
	width: 1000px;
}


.left-side {
	float: left;
	width: 700px;
	}

.right-side {
	float: left;
	width: 300px;
	background-repeat: repeat;
	background-color: #CCCCCC;
}
.address1 {
	float: left;
	width: 500px;
}
.address2 {
	float: left;
	width: 500px;
}

.footer {
	margin: 0px;
	border-top: 1px solid;
	border-color: #34398A;
	float: left;
	width: 100%;
	margin-top: 20px;
}
#footer {
	margin: 0px;
	padding: 10px;
	width: 730px;
	float: left;
	font-size: 13px;
}
#footer ul {
	margin: 0px;
	float: left;
	width: 100%;
	list-style: none;
	padding: 0px;
}

#footer li {
	margin: 0px;
	float: left;
	padding-right: 12px;
	list-style: none;
}
#footer ul ul{
	display:none;
	}
#subtitles {
	margin: 0px;
	float: right;
	padding: 10px;
	width: 230px;
	text-align: right;
}
h1 {
	color: #000000;
	font-family: open_sanscondensed_light;
	font-size: 30px;
	margin: 0px;
	margin-bottom: 15px;
	width: 100%;
	font-weight: bold;
	color: #34398A;
}
h2 {
	margin: 0px;
	font-family: open_sanscondensed_light;
	font-size: 24px;
	margin-bottom: 10px;
	width: 100%;
	color: #34398A;
	font-weight: bold;
}
h3 {
	margin: 0px;
	font-family: open_sanscondensed_light;
	font-size: 18px;
	margin-bottom: 10px;
	width: 100%;
	color: #333333;
	font-weight: bold;
}
h4 {
	margin: 0px;
	font-size: 22px;
	margin-bottom: 10px;
	width: 100%;
	color: #942420;
	font-weight: normal;
	font-family: open_sanscondensed_light;
}
#map1 {
	color: #000000;
	font-family: Tahoma;
	font-size: 11px;
	width: 100%;
	height: 400px;
}
#map2 {
	color: #000000;
	font-family: Tahoma;
	font-size: 11px;
	width: 100%;
	height: 400px;
}
#toTop {
	width:35px;
	position:fixed; /* together with this to put the div at the bottom*/
	right:50px;
	z-index: 1000;
	height: 35px;
	background-image: url(../../img/page/back-to-top.png);
	bottom: 50px;
}

@media (max-width: 800px) {
	
	.container{
	width:100%;
	}
.header {
	width: 100%;
	background-position: center top;
	border-bottom: none;
}
	.top-logo{
	width: 100%;
	height: 130px;
	background-position: center;
	}
	.top-info{
	width: 100%;
	height: 100px;
	background-position: center;
	}
	.menu  {	
	font-family: open_sanscondensed_light;	
	display:block;
	float:left;
	width:100%;
	}	
	.main{
	display: none;
	}
.line {
	width: 100%;
}
	.Slider{
	display: none;
	}
	.left-side{
	background-image:none;
	float:left;
	width:100%;
	}	
	.right-side{
	float:left;
	width:100%;
	}
	.one{
	float:left;
	width:100%;
	}
	.address1{
	background-image:none;
	float:left;
	width:100%;
	}	
	.address2{
	float:left;
	width:100%;
	}

	.footer{
	float: left;
	width: 100%;
	}
	#footer{
	width: 95%;
	float: left;
	}
	.subtitles{
	float: left;
	width: 95%;
	}
	#toTop {
	bottom:10px; /* together with this to put the div at the bottom*/
	left:10px;
	
}
