@charset "utf-8";
/* CSS Document */

body {
	background: #FFF;
}
#wrapper {
	width: 640px;
	margin: 0px auto;
	height: auto;
}
.header {
	background: #191919 url(../images/logo.png) no-repeat left;
	width: 100%;
	height: 150px;
	float: left;
}
.logo {
	margin-left: 10px;
	margin-top: 45px;
	float: left;
	width: 100%;
	height: auto;
}
.logo img {
	margin-top: 60px;
	margin-left: 100px;
}
.logo p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #FFF;
	text-align: center;
}
.social {
	float: right;
	width: 60%;
}
.social ul {
	float: right;
	margin-right: 20px;
	margin-top: 10px;
}
.social ul li {
	display: inline;
	margin-left: 15px;
}
.banner {
	background:url(../images/banner.jpg) no-repeat;
	width: 100%;
	float: left;
	height: 202px;
	margin-top:10px;
	padding: 5px 0px 10px;
}
.banner a { width:280px; height:87px; margin-top:106px; margin-left:9px; float:left; text-indent:-11111px;}

.page {
	background: #fff;
	width: 640px;
	margin: 0 auto;
	float: left;
}
.loading {
	display: none;
}
.accordion {
	width: 97%;
	background: #262626;
}
.accordion li span a {
	color: #212220;
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 20px;
	margin: 0;
	padding: 10px 10px 10px 70px;
	background: url(../images/right-arrow.png) right no-repeat;
}
.accordion li.active span a {
	border-bottom: 5px solid #262626;
	border-top: 3px solid #FFF;
	border-radius: 5px 5px 0px 0px;
	-moz-border-radius: 5px 5px 0px 0px;
	-ms-border-radius: 5px 5px 0px 0px;
	-o-border-radius: 5px 5px 0px 0px;
	-webkit-border-radius: 5px 5px 0px 0px;
}
.accordion li.locked span a {
	background: #963;
	background: #963 -webkit-gradient(linear, left top, left bottom, from(#c96), to(#963)) no-repeat;
	background: #963 -moz-linear-gradient(top, #c96, #963) no-repeat;
	border-bottom: 1px solid #630;
	border-top: 1px solid #fc9;
}
.accordion li span {
	margin: 0;
	padding: 0;
}
.accordion .panel {
	padding: 10px;
}
.home {
	background: #bfb1a4 url(../images/home.png) 5px 7px no-repeat;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	-webkit-border-radius: 5px;
}
.whyus {
	background: #bfb1a4 url(../images/why-us.png) 5px 7px no-repeat;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	-webkit-border-radius: 5px;
}
.service {
	background: #bfb1a4 url(../images/service.png) 5px 7px no-repeat;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	-webkit-border-radius: 5px;
}
.location {
	background: #bfb1a4 url(../images/location.png) 5px 7px no-repeat;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	-webkit-border-radius: 5px;
}
.tesimonials {
	background: #bfb1a4 url(../images/testimonials.png) 5px 7px no-repeat;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	-webkit-border-radius: 5px;
}
.reservation {
	background: #bfb1a4 url(../images/reservation.png) 5px 7px no-repeat;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	-webkit-border-radius: 5px;
}
.blog {
	background: #bfb1a4 url(../images/blog.png) 5px 7px no-repeat;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	-webkit-border-radius: 5px;
}
.memo {
	width: 45%;
	margin-right: 7px;
	float: left;
	border: 1px solid #e4e4e3;
	padding: 10px;
	border-radius: 5px;
	margin-bottom: 10px;
	background: #e2e2e2;
}
.memo p {
	margin-bottom: 0px;
}
.fotter {
	width: 100%;
	height: auto;
	float: left;
	background: #1c1c1c;
	border-top: 1px solid #1e1e1e
}
.fotter_left {
	width: 45%;
	float: left;
	padding: 15px 10px;
}
.fotter_left h3 {
	color: #ffffff;
	text-transform: uppercase;
	margin-bottom: 15px;
}
.fotter_left p {
	color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	margin-bottom: 10px;
}
.fotter_left p span {
	font-size: 17px;
	font-weight: bold;
}
.fotter_right {
	width: 45%;
	float: right;
	padding: 15px 10px;
}
.fotter_right h3 {
	color: #ffffff;
	text-transform: uppercase;
	margin-bottom: 15px;
}
.fotter_right p {
	color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	margin-bottom: 10px;
}
.fotter_left p a {
	color: #bfb1a4;
}
.fotter_right p span {
	font-size: 17px;
	font-weight: bold;
}
.fotter_right p a {
	color: #bfb1a4;
}
.fotter_right p a:hover {
	text-decoration: none;
}
.fotter ul li {
	color: #bfb1a4;
	list-style: none;
	display: inline;
	margin-left: 0px;
	padding: 0px 10px;
	border-right: 1px solid #999;
}
.fotter ul li a {
	color: #bfb1a4;
	text-decoration: none;
}
.fotter ul li:last-child {
	border-right: none;
}
pre {
	display: none;
}
.spanField {
	width: 160px;
	float: left;
}
.inputField {
	width: 300px;
}
.commentField {
	width: 300px;
	height: 120px;
}
.button {
	background: #182732;
	margin-right: 15px;
	padding: 8px 30px;
	border: none;
	border-radius: 3px;
	color: #FFF;
}
.button:hover {
	background: #e74c3c;
}
.heading {
	background: #bfb1a4;
	border-radius: 5px 5px 0px 0px;
}
.heading p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 28px;
	font-weight: bold;
	text-align: center;
	padding: 10px 0px;
	margin-bottom: 0px;
}
.heading h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 26px;
	font-weight: bold;
	text-align: left;
	padding: 10px;
	margin-bottom: 0px;
}
.one_half {
	width: 48%;
	float: left;
}
.one_third {
	width: 33%;
	float: left;
}
.read_more p a {
	border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-top: #fff 1px solid;
	padding: 10px 23px;
	color: #fff;
	background: #182732;
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 15px;
}
.read_more p a:hover {
	background: #e74c3c;
	transition: 1s;
}
.content {
	width: 100%;
	background: #262626;
	padding-top: 10px;
}
.content p {
	color: #ffffff;
	padding: 10px 10px 5px 10px;
	font-size: 14px;
	line-height: 24px;
	margin-bottom: 0px;
}
.content h2 {
	color: #ffffff;
	padding-left: 10px;
	padding-top: 20px;
}
.content h3 {
	color: #ffffff;
	padding-left: 10px;
	margin-bottom: 0px;
	padding-top: 20px;
}
.content ul li {
	color: #ffffff;
	padding-bottom: 20px;
	line-height: 24px;
	font-size: 14px;
	background: url(../images/bullets.png) no-repeat 0px 5px;
	list-style: none;
	padding-left: 30px;
	margin-left: 10px;
}
.content p a {
	color: #bfb1a4;
}
.content p a:hover {
	text-decoration: none;
}
.service_list ul {
	margin-bottom: 0px;
}
.service_list ul li {
	list-style: square;
	background: none;
	margin-left: 30px;
	padding-bottom: 15px;
	padding-left: 10px;
}

#cssmenu {
  background: #455868;
  margin: 0;
  width: 100%;
  padding: 0;
  line-height: 1;
  display: block;
  position: relative;
  font-family: 'PT Sans', sans-serif;
  float:left;
}
#cssmenu ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: block;
}
#cssmenu ul:after {
  content: ' ';
  display: block;
  font-size: 0;
  height: 0;
  clear: both;
  visibility: hidden;
}
#cssmenu ul li {
  margin: 0;
  padding: 0;
  display: block;
  position: relative;
}
#cssmenu ul li a {
  text-decoration: none;
  display: block;
  margin: 0;
  -webkit-transition: color .2s ease;
  -moz-transition: color .2s ease;
  -ms-transition: color .2s ease;
  -o-transition: color .2s ease;
  transition: color .2s ease;
}
#cssmenu ul li ul {
  position: absolute;
  left: -9999px;
  top: auto;
}
#cssmenu ul li ul li {
  max-height: 0;
  position: absolute;
  -webkit-transition: max-height 0.4s ease-out;
  -moz-transition: max-height 0.4s ease-out;
  -ms-transition: max-height 0.4s ease-out;
  -o-transition: max-height 0.4s ease-out;
  transition: max-height 0.4s ease-out;
  background: #ffffff;
}
#cssmenu ul li ul li.has-sub:after {
  display: block;
  position: absolute;
  content: '';
  height: 10px;
  width: 10px;
  border-radius: 5px;
  background: #000000;
  z-index: 1;
  top: 13px;
  right: 15px;
}
#cssmenu ul li ul li.has-sub:before {
  display: block;
  position: absolute;
  content: '';
  height: 0;
  width: 0;
  border: 3px solid transparent;
  border-left-color: #ffffff;
  z-index: 2;
  top: 15px;
  right: 15px;
}
#cssmenu ul li ul li a {
  font-size: 14px;
  font-weight: 400;
  text-transform: none;
  color: #000000;
  letter-spacing: 0;
  display: block;
  width: 160px;
  padding: 11px 10px 11px 20px;
}
#cssmenu ul li ul li:hover > a,
#cssmenu ul li ul li.active > a {
  color: #4cb6ea;
}
#cssmenu ul li ul li:hover:after,
#cssmenu ul li ul li.active:after {
  background: #4cb6ea;
}
#cssmenu ul li ul li:hover > ul {
  left: 170px;
  top: 0;
}
#cssmenu ul li ul li:hover > ul > li {
  max-height: 72px;
  position: relative;
}
#cssmenu > ul > li {
  float: left;
}
#cssmenu > ul > li:after {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: 0;
  top: 0;
  z-index: 0;
  background: #ffffff;
  -webkit-transition: height .2s;
  -moz-transition: height .2s;
  -ms-transition: height .2s;
  -o-transition: height .2s;
  transition: height .2s;
}
#cssmenu > ul > li.has-sub > a {
  padding-right: 40px;
}
#cssmenu > ul > li.has-sub > a:after {
  display: block;
  content: '';
  background: #ffffff;
  height: 12px;
  width: 12px;
  position: absolute;
  border-radius: 13px;
  right: 14px;
  top: 16px;
}
#cssmenu > ul > li.has-sub > a:before {
  display: block;
  content: '';
  border: 4px solid transparent;
  border-top-color: #4cb6ea;
  z-index: 2;
  height: 0;
  width: 0;
  position: absolute;
  right: 16px;
  top: 21px;
}
#cssmenu > ul > li > a {
  color: #ffffff;
  padding: 15px 20px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 14px;
  z-index: 2;
  position: relative;
}
#cssmenu > ul > li:hover:after,
#cssmenu > ul > li.active:after {
  height: 100%;
}
#cssmenu > ul > li:hover > a,
#cssmenu > ul > li.active > a {
  color: #000000;
}
#cssmenu > ul > li:hover > a:after,
#cssmenu > ul > li.active > a:after {
  background: #000000;
}
#cssmenu > ul > li:hover > a:before,
#cssmenu > ul > li.active > a:before {
  border-top-color: #ffffff;
}
#cssmenu > ul > li:hover > ul {
  left: 0;
}
#cssmenu > ul > li:hover > ul > li {
  max-height: 72px;
  position: relative;
}
#cssmenu #menu-button {
  display: none;
}
 @media screen and (max-width: 640px) {
#wrapper {
	width: 95%;
}
.banner {
	width: 100%;
}
.banner img {
	width: 100%;
}
.page {
	width: 100%;
}
.accordion {
	width: 96.5%;
}
.fotter_right {
	width: 44%;
}
.fotter {
	width: 99.8%;
}
.memo {
	width: 90%;
}
#cssmenu > ul {
    max-height: 0;
    overflow: hidden;
    -webkit-transition: max-height 0.35s ease-out;
    -moz-transition: max-height 0.35s ease-out;
    -ms-transition: max-height 0.35s ease-out;
    -o-transition: max-height 0.35s ease-out;
    transition: max-height 0.35s ease-out;
  }
  #cssmenu > ul.open {
    max-height: 1000px;
    border-top: 1px solid rgba(110, 110, 110, 0.25);
  }
  #cssmenu ul {
    width: 100%;
  }
  #cssmenu ul > li {
    float: none;
  }
  #cssmenu ul li a {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    padding: 12px 20px;
  }
  #cssmenu ul > li:after {
    display: none;
  }
  #cssmenu ul li.has-sub > a:after,
  #cssmenu ul li.has-sub > a:before,
  #cssmenu ul li ul li.has-sub:after,
  #cssmenu ul li ul li.has-sub:before {
    display: none;
  }
  #cssmenu ul li ul,
  #cssmenu ul li ul li ul,
  #cssmenu ul li ul li:hover > ul {
    left: 0;
    position: relative;
  }
  #cssmenu ul li ul li,
  #cssmenu ul li:hover > ul > li {
    max-height: 999px;
    position: relative;
    background: none;
  }
  #cssmenu ul li ul li a {
    padding: 8px 20px 8px 35px;
    color: #ffffff;
    width: auto;
  }
  #cssmenu ul li ul ul li a {
    padding: 8px 20px 8px 50px;
  }
  #cssmenu ul li ul li:hover > a {
    color: #000000;
  }
  #cssmenu #menu-button {
    display: block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    padding: 15px 20px;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 14px;
    letter-spacing: 1px;
    color: #ffffff;
    cursor: pointer;
  }
  #cssmenu #menu-button:after {
    display: block;
    content: '';
    position: absolute;
    height: 3px;
    width: 22px;
    border-top: 2px solid #ffffff;
    border-bottom: 2px solid #ffffff;
    right: 20px;
    top: 16px;
  }
  #cssmenu #menu-button:before {
    display: block;
    content: '';
    position: absolute;
    height: 3px;
    width: 22px;
    border-top: 2px solid #ffffff;
    right: 20px;
    top: 26px;
  }
}
@media screen and (max-width: 580px) {
.header {
	background: #191919 url(../images/logo2.png) no-repeat;
}
.social {
	width: 100%;
}
.logo {
	margin-left: 0px;
}
.page {
	width: 99.5%;
}
.content img {
	width: 100%;
}
.accordion {
	width: 96%;
}
ul.accordion, ol.accordion {
	padding: 2% !important;
}
.fotter {
	width: 99.5%;
}
.fotter_left, .fotter_right {
	float: left;
	width: 95%;
	padding: 1%;
}
.inputField, .commentField {
	width: 90%;
}
}
