/* default css */
*{
	margin: 0;
	padding: 0;
}
body{
	font-family: Arial;
}
ul{
	list-style: none;
}
ul li{
	float: left;
}
a, a:hover{
	text-decoration: none;
}

/* common class */
.wrapper {
  margin: 0 auto;
  overflow: hidden;
}
.float-left{
	float: left;
}
.float-right{
	float: right;
}
.red{
	background: #EC2F2F;
	color: #fff;
}
.red p{
	text-align: center;
}
.light-red{
	background: #FCE0E0;
	color: #353535;
}
.light-red h2, .white h2{
	color: #EE5050;
}
.white{
	background: #fff;
	color: #353535;
}
.wide{
	margin: 0 auto;
}

/* home page */
.header{
	color: #353535;
	overflow: hidden;
	background: linear-gradient(rgba(255, 255, 255, 0.7), rgba(255, 255, 255, 0.7)) repeat fixed 0 0%, url("../images/bg.jpg");
	background-size: 100%;
}
.home{
	background: linear-gradient(rgba(255, 255, 255, 0.7), rgba(255, 255, 255, 0.7)) repeat fixed 0 0%, url("../images/home-bg.jpg");
	background-size: 100%;
}
.home p {
  font-weight: bold;
}
.part-1-up {
  overflow: hidden;
}
.part-1-up-2 ul li a {
  color: #353535;
  display: block;
  font-weight: bold;
}
/*for mobile menu*/
.slicknav_nav li {
  display: block;
  float: none;
  text-align: center;
}
.part-1-down{
	overflow: hidden;
}
.part-1-down h2, .part-1-down p{
  text-align: center;
}
.part-2, .part-3, .part-4, .part-5, .part-6, .part-7{
  overflow: hidden;
}
.footer {
  overflow: hidden;
  font-weight: bold;
}
.footer ul{}
.footer ul li{}
.footer ul li a {
  display: block;
}
.footer ul li:last-child a{
	padding-right: 0;
}


/*contact page*/
.contact-2 h2 {
  text-align: center;
}
.contact-2 a {
  background: #fce0e0 none repeat scroll 0 0;
  border-bottom: 5px solid #f59696;
  border-radius: 3px;
  color: #ec2f2f;
  display: block;
  margin: 0 auto 30px;
  padding: 12px 25px 8px;
  text-align: center;
  width: 290px;
}
.part-3-2 {
  margin: 0 auto;
}
.part-3-2 p {
  margin: 8px 0 7px;
}
.part-3-2 input{
  background: #fef3f3 none repeat scroll 0 0;
  border: 1px solid #780808;
  border-radius: 3px;
  display: block;
  padding: 0 7px;
  width: 96%;
}
form button {
  background: #ec2f2f none repeat scroll 0 0;
  border-radius: 3px;
  color: #fff;
  display: block;
  margin: 25px auto 60px;
  padding: 10px 0;
  text-align: center;
  width: 215px;
  border:none;
}