@CHARSET "ISO-8859-1";
/* Reset CSS
 * --------------------------------------- */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,
form,fieldset,input,textarea,p,blockquote,th,td {
    padding: 0;
    margin: 0;
}
a{
	text-decoration:none;
}
table {
    border-spacing: 0;
}
fieldset,img {
    border: 0;
}
address,caption,cite,code,dfn,em,strong,th,var {
    font-weight: normal;
    font-style: normal;
}
strong{
	font-weight: bold;
}
ol,ul {
    list-style: none;
    margin:0;
    padding:0;
}
caption,th {
    text-align: left;

}
h1,h2,h3,h4,h5,h6 {
    font-weight: normal;
    font-size: 100%;
    margin:0;
    padding:0;
    color:#444;
}
q:before,q:after {
    content:'';
}
abbr,acronym { border: 0;
}

/* Form Contact Us */
input{
	box-shadow: 0 0 10px rgba(0,0,0,0.8);
	width: 200px;
    height: 45px;
    background: none;
    margin-top: 15px;
    border: 1px solid #fff;
    border-radius: 12px;
    text-align: center;
    color: #fff;
    font-size: 18px;
}
input:focus{
	border: 1px solid #30ad64;
}
::-webkit-input-placeholder {
    color: #efefef;
    font-family: arial, helvetica;
    text-shadow: 0 1px 1px rgba(0, 0, 0, .3);
}
 
::-moz-placeholder  {
    color: #fff;
    font-family: arial, helvetica;
    text-shadow: 0 1px 1px rgba(0, 0, 0, .3);
}  /* Firefox 19+ */
 
:-moz-placeholder {
    color: #fff;
    font-family: 'PT Sans', sans-serif;
    text-shadow: 0 1px 1px rgba(0, 0, 0, .3);
}  /* Firefox 18- */
 
:-ms-input-placeholder {
    color: #fff;
    font-family: 'PT Sans', sans-serif;
    text-shadow: 0 1px 1px rgba(0, 0, 0, .3);
}
 
::placeholder {
    color: #fff;
    text-shadow: 0 1px 1px rgba(0, 0, 0, .3);
}
button{
	box-shadow: 0 0 10px rgba(0,0,0,0.8);
	margin-top: 15px;
    background: rgba(67, 140, 23, 0.89);
    border: 1px solid #fff;
    width: 200px;
    height: 45px;
    border-radius: 12px;
    color: #fff;
    font-size: 18px;
    font-family: 'PT Sans', sans-serif;
    cursor: pointer;
}
button:hover {
        background: rgba(18, 19, 17, 0.89);
    }
/* End Contact Us */

/* Custom CSS */
body{
	font-family: arial,helvetica;
	color: #333;
	color: rgba(0,0,0,0.5);
	background: #383838;
}

#section0{
	background: url(img/bg1.jpg) center;
	background-size: cover;
}
#section1{
	background: url(img/bg2.jpg) center;
	background-size: cover;
}
#section2{
	background: url(img/bg3.jpg) center;
	background-size: cover;
}
#section3{
	background: url(img/bg4.jpg) center;
	background-size: cover;
}
#section4{
	background: url(img/bg5.jpg) center;
	background-size: cover;
}
#section5{
	background: url(img/bg6.jpg) center;
	background-size: cover;
}
p{
	font-size: 1.5em;
	font-family: arial,helvetica;
	color: #fff;
	width: 820px;
	text-shadow: 2px 2px 2px black;
	margin: 0 auto;
}
h1{
	font-family: arial,helvetica;
	color: #fff;
	font-size: 3em;
	text-shadow: 2px 2px 2px black;
	margin: 0 auto;
	text-align: center;
	width: 80%;
}
.intro p{
	margin: 0 auto;
	font-size: 14px;
	color: #fff;
	width: 820px;
	text-shadow: 1px 1px 2px black;
}
.menu-url{
	text-decoration: none;
	font-size: 1.5em;
	color: #f7f7f7;
}
.menu-url:hover{
	text-decoration: underline;
}
.url{
	text-decoration: none;
	color: #f7f7f7;
}
.url:hover{
	text-decoration: underline;
}
.intro h1{
	font-weight: bold;
	margin: 0 auto;
	font-size: 22px;
}
.intro1 p{
	font-size: 16px;
	margin: 0 auto;
	color: #fff;
	width: 820px;
	text-shadow: 2px 2px 2px black;
	text-indent: 20px;
}
.intro1 h1{
	font-size: 2.2em;
}
.intro2 p{
	font-size: 16px;
	color: #fff;
	width: 820px;
	text-shadow: 1px 1px 2px black;
	text-indent: 20px;
    line-height: 1.6;
}
.intro2 h1{
    font-size: 2.2em;
	line-height: 2;
}

.intro0 h1{
	font-size: 2.5em;

}
.intro0 p{
	font-size: 1.2em;
	background: rgba(51, 51, 51, 0.8);
	border-radius: 12px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 60px;
}
.intro3 button{
	text-align: center;
	width: 250px;
	margin-right: 20px;
	float: left;
}
.textonbutton{
	width: 790px;
	background: rgba(51, 51, 51, 0.8);
	border-radius: 8px;
	color: #fff;
	min-height: 135px;
	margin: 0 auto;
	padding-top: 30px;
	text-align: center;
	font-size: 1.3em;
}
.textbutton{
	width: 235px;
	background: rgba(51, 51, 51, 0.8);
	float: left;
	margin-right: 20px;
	margin-top: 15px;
	border-radius: 12px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	padding-right: 5px;
	color: #fff;
	min-height: 135px;
}
form{
	text-align: center;
	width: 20%;
	float: left;
	padding-left: 10px;
}
.form1{
	float:right;
	width: 25%;
}
ol{
	list-style: circle;
}
img{
	padding-bottom: 15px;
}
#map{
    width: 30%;
    float: right;
    padding-right: 60px;
    height: 400px;
}
.price{
	font-size: 16px;
	color: #fff;
	text-shadow: 1px 1px 2px black;
	margin: 0 auto;
	width: 320px;
	line-height: 1.6;
}
.info{
	float: left;
	width: 300px;
	background: rgba(51, 51, 51, 0.8);
	border-radius: 5px;
	height: 175px;
	margin-right: 15px;
}
.info p{
	padding: 0 5px;
    width: 100%;
    line-height: 1.6;
    font-size: 16px;
    float: left;
    text-shadow: 1px 1px 2px black;
}

.bgtext{
	background: rgba(51, 51, 51, 0.5);
	z-index:9;
	opacity: 0.8;
    width: 100%;
    margin: 0 auto;
    min-height: 210px;
    height: auto;
}
#answer{
	color: #f7f7f7;
	padding-top: 5px;
}
#header, #footer{
	position:fixed;
	height: 50px;
	display:block;
	width: 100%;
	background: #333;
	z-index:9;
	opacity: 0.8;
}
#footer p{
	text-align: center;
    color: #fff;
    width: 80%;
    padding-top: 10px;
    text-decoration: none;
    font-size: 14px ;
}
.live{
	float:right;
	margin-top: -25px;
	margin-right: 5px;
}
#header{
	top:0px;
}
#footer{
	bottom:0px;
}
#ymap{
	float: left;
    margin-top: 15px;
}
.logo{
	position: absolute;
	background: url(logo.png) center no-repeat;
	height: 50px;
	width: 200px;
	padding-left: 70px;
}

.contact{
	color: #fff;
	font-family: arial, helvetica;
	text-shadow: 0 1px 1px rgba(0, 0, 0, .3);
	font-size: 2em;
	text-align: center;
	text-shadow: 1px 1px 2px black;
}
.intro2{
	position: relative;
	top: 0;
	height: 100%;
	width: 100%;
}

.intro3{
	margin: 0 auto;
	height: auto;
	width: 810px;
}
a{
	text-decoration:none;
	color: #fff;
}
a:hover{
	color: #fff;
	text-decoration: underline;
}
.info4{
	background: rgba(51, 51, 51, 0.8);
	border-radius: 12px;
	padding: 5px;
	width: 700px;
	margin: 0 auto;
}
/* End CSS */
/* Menu */
.align-right{
	text-align: right;
}
.align-left{
	text-align: left;
	width: 300px;
	position: fixed;
	padding-top: 6px;
	padding-left: 30px;
	color: #fff;
}
#menu{
	width: 700px;
	position:fixed;
	padding-top:6px;
	padding-right: 30px;
	right: 0;
	height: 70px;
	z-index: 70;
	margin:0;
	color: #fff;
	font-size: 1.2em;
	font-family: 'PT Sans', sans-serif;
}
#menu li {
	display:inline-block;
	color: #fff;
}
#menu li.active{
	color: #fff;
}
#menu li a{
	text-decoration:none;
	color: #fff;
}
#menu li.active a:hover{
	color: #fff;
}
#menu li:hover{
	text-decoration: underline;
}
#menu li a,
#menu li.active a{
	padding: 9px 18px;
	display:block;
}
#menu li.active a{
	color: #fff;
	text-decoration: underline;
}


/* End Menu */
