﻿@charset "utf-8";
@media screen and (max-width: 750px) {



/*Header Setting*/

.rightsec
{
	width:98%;
	float:none;
	margin:0 auto;
	margin-top:15px;
}
.rightsec-nav
{
	width:100%;
	float:none;
	margin:0 auto;
}


/*Serv Section*/


.serv-box
{
	width:308px;
	height:391px;
	float:none;
	margin:0 auto;
	margin-top:20px;
	margin-bottom:20px;
	-moz-box-shadow:    2px 2px 3px 1px #5b5b5b;
    -webkit-box-shadow: 2px 2px 3px 1px #5b5b5b;
    box-shadow:         2px 2px 3px 1px #5b5b5b;
}



/*Awards & News*/

.awards-sec
{
	width:309px;
	float:none;
	margin:0 auto;
}


/*Forms For Membership and reservation*/


.form-all-con
{
	width:auto;
	margin:0 auto;
	height:auto;
   -moz-box-shadow:    2px 2px 2px 2px #ccc;
   -webkit-box-shadow: 2px 2px 2px 2px #ccc;
   box-shadow:         2px 2px 2px 2px #ccc;
   margin-top:6px;
   background-image:url(../images/vacbg.png);
   background-position:top;
   background-repeat:repeat-x;
   background-color:#eeecec;
   border:2px solid #FFF;
   border-radius:5px;
   padding-top:40px;
}


.form-all-txt
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:0.80em;
	font-weight:bold;
	width:95%;
	margin:0 auto;
	height:auto;
	padding-bottom:20px;
	overflow:hidden;
}

.form-txtcon
{
	width:98%;
	float:left;
	text-align:left;
	margin-bottom:10px;
}

.form-tbcon
{
	width:97%;
	float:left;
	background-image:url(../images/clienttb.png);
	background-repeat:repeat-x;
	height:auto;
	/*border:1px solid #CCC;
	border-radius:8px;*/
}

.form-tacon
{
	width:97%;
	float:left;
	background-image:url(../images/cltabg.png);
	background-repeat:repeat-x;
	height:70px;
	border:1px solid #CCC;
	border-radius:8px;
}

.form-cltb
{
	width:98%;
	height:25px;
	padding:2px;
	border:none;
	outline:none;
	background:none;
	background-color:transparent;
}

.form-clta
{
	width:98%;
	height:50px;
	padding:2px;
	resize:none;
	border:none;
	outline:none;
	background:none;
	background-color:transparent;
}



.file-wrapper {
  cursor: pointer;
  display: inline-block;
  overflow: hidden;
  position: relative;
}
.file-wrapper input {
  cursor: pointer;
  font-size: 100px;
  height: 100%;
  filter: alpha(opacity=1);
  -moz-opacity: 0.01;
  opacity: 0.01;
  position: absolute;
  right: 0;
  top: 0;
  cursor: pointer;
}
.file-wrapper .file_button {
  background-image:url(../images/clienttb.png);
  background-repeat:repeat-x;
  border:1px solid #CCC;
  border-radius:8px;
  color: #333333;
  cursor: pointer;
  display: inline-block;
  font-size: 12px;
  font-weight: bold;
  margin-right: 0px;
  padding: 4px 0;
  width:200px;
  height:25px; 
}


/*Reservation*/

.reservation-con
{
	width:98%;
	margin:0 auto;
}

.resv-inner-con
{
	width:98%;
	float:none;
	margin:0 auto;
}

.resv-small
{
	width:30%;
	float:left;
	margin:0px 5px 0px 5px;
}

.resv-mid
{
	width:40%px;
	float:left;
	margin:0px 5px 0px 5px;
}

.resv-large
{
	width:100%;
	float:left;
	margin:0px 5px 0px 5px;
}




}