@charset "utf-8";
/* CSS Document */



/*----------general----------*/
html,
button,
input,
select,
textarea{
    color: #222;
}

body{
	padding:0;
	margin:0;
	font-family: 'Roboto', sans-serif;	font-size:14px;
	background:url(../img/darkened_texture.jpg) repeat;
}
*{
	padding:0;
	margin:0;	
}
::-moz-selection{
    background: #b3d4fc;
    text-shadow: none;
}
::selection {
    background: #b3d4fc;
    text-shadow: none;
}
a, p, ul, ol, li, span, h1, h2, h3, h4, h5, h6, img, hr, section, aside, article, header, nav, footer{
	margin:0;
	padding:0;
}
ul, ol, li{
	list-style:none;
}
hr{
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}
a{
	text-decoration:none;
	color: #000;
}
a:hover{
	color: #696969;
}
img{
    vertical-align: middle;
	border:none;
}
fieldset{
    border: 0;
    margin: 0;
    padding: 0;
}
textarea{
    resize: vertical;
}
.chromeframe{
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}
.clearfix:before,
.clearfix:after{
    content: " ";
    display: table;
}
.clearfix:after{
    clear: both;
}
.clearfix{
    *zoom: 1;
}



/*----------main-area----------*/
.main-area{
	margin:0;
	padding:0;
	width:100%;
	float:left;
	position:relative;
}
.slider{
	margin:0;
	padding:0;
	width:100%;
	float:left;
	position:relative;
}
.slider img{
	float:left;
	width:100%;
}



/*----------main-next-area----------*/
.over-all-area{
	position:absolute;
	width:100%;
	top:0;
	left:0;
}
.wraper{
	margin:0 auto;
	width:90%;
	position:relative;
}
.top-content{
	left: 0;
    position: absolute;
    top: 0;
    width: 100%;
	z-index:1000;
}



/*----------header-area----------*/
header{
	float:left;
	width:100%;
}
.massage-alert{
	float:left;
	width:100%;
	margin: 50px 0;
}
.massage-alert h4{
	border-bottom: 1px dashed #CCCCCC;
    color: #029A00;
    float: left;
    font-size: 24px;
    margin: 0 0 10px;
    padding: 0 0 10px;
    text-align: center;
    text-transform: uppercase;
    width: 100%;
}
.massage-alert p{
	float: left !important;
    font-size: 20px;
    margin: 5px 0 !important;
    text-align: center !important;
    width: 100%;
}


/*----------nav-area----------*/
/*nav {
    float: left;
    margin: 10px 0 0 20px;
    width: 98%;
}
nav ul {
    float: left;
}
nav .nav-left {
    background: url("../img/nav-left.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    float: left;
    margin: 55px 0 0;
    padding: 0 0 0 90px;
    width: 285px;
}
nav .nav-right {
    background: url("../img/nav-right.png") repeat scroll 0 0 rgba(0, 0, 0, 0);
    float: left;
    margin: 55px 0 0 -10px;
    padding: 0 0 0 10px;
    width: 410px;
    z-index: 1;
}
nav ul li {
    float: left;
    position: relative;
}
nav ul li a {
    background: url("../img/hover-nav.png") repeat-x scroll 0 52px rgba(0, 0, 0, 0);
    color: #FFFFFF !important;
    display: block;
    float: left;
    font-family: 'AgencyFB-Reg';
    font-size: 22px;
    padding: 10px 8px 15px;
    text-shadow: 1px 1px 1px #000000;
    text-transform: uppercase;
    
    transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
}
nav ul li a:hover {
    background: url("../img/hover-nav.png") repeat-x scroll 0 0 rgba(0, 0, 0, 0);
    color: #FFFFFF !important;
    display: block;
    padding: 10px 8px 15px;
    
    transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
}
nav ul li:hover ul {
    background: none repeat scroll 0 0 #5D9D0B;
    left: 0;
    opacity: 1;
    position: absolute;
    top: 50px;
    visibility: visible;
    width: 152px;
    
    transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
}
nav ul li ul {
    background: none repeat scroll 0 0 #5D9D0B;
    left: 0;
    opacity: 0;
    padding: 0;
    position: absolute;
    top: 30px;
    visibility: hidden;
    width: 152px;
    
    transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
}
nav ul li ul li {
    float: left;
    width: 100%;
}
nav ul li ul li a {
    color: #FFFFFF !important;
    display: block;
    font-family: 'AgencyFB-Reg';
    font-size: 24px;
    padding: 8px 0 8px 4px;
    text-transform: none;
    width: 97.2%;
}
nav ul li ul li a:hover {
    color: #FFFFFF !important;
    display: block;
    padding: 8px 0 8px 4px;
    
    transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
}*/
/*----------logo-area----------*/

.logo img {
    float: left;
    /*width: 100%;*/
}
.on-order{
    background: url("../img/styleLeft.png") no-repeat scroll -26px 12px rgba(0, 0, 0, 0);
    height: 260px;
    left: 0;
    margin: 70px 0 0 104px;
    position: absolute;
    top: 0;
    width: 90px;
}
/*----------award-area----------*/
.award{
	height: 200px;
    padding: 190px 0 0;
    position: relative;
    width: 100%;
    z-index: 100;
}
.award a{
	float: right;
	display: block;
}
.award img{
	float: right;
	display: block;
}
.all-focus{
	background: none;
    float: left;
    height: 150px;
    margin: 200px 0 0;
    width: 100%;
	position:relative;
	z-index:100;
}

.menu-area-view{
	float: left;
	width: 100%;
	margin-top: 50px;
	position: relative;
}

/*------------------------------*/
#menunav {
    margin-bottom: 10px;
    padding: 0;
    width: 23%;
}
.menunav-fixed {
    margin: 0;
    position: fixed;
    top: 0;
    right:0;
    width: 280px;
}
/*------------------------------*/
#sidenav {
    margin: 13px -6px;
    padding: 0;
/*    width: 258px;*/
	font-family: 'Roboto', sans-serif;
}
.sidenav-fixed {
    margin: 0;
    position: fixed;
    top: 0;
    right:0;
    width: 280px;
	margin-right:1em;
}

.menu-area-left{
	margin: 0;
	padding: 0;
	width: 180px;
	float: left;
}
.menu-area-left h4{
	background: none repeat scroll 0 0 #000;
    color: #FFFFFF;
    float: left;
    font-size: 19px;
    font-weight: normal;
	border-radius:2em;
	text-align:center;
    margin: 0 0 0 10px;
    padding: 10px;
    width: 83.4%;
}
#count_val table{
	/*background:#fff;*/
}
/*.menu-area-left ul{
	float: left;
    padding: 0 0 0 10px;
    width: 94.2%;
    margin: 0 !important;
}
.menu-area-left ul li{
	float: left;
	width: 100%;
}
.menu-area-left ul li a{
	background: none repeat scroll 0 0 #5DC1FE;
    border-bottom: 1px solid #168DFF;
    box-shadow: 0 1px 0 #A3EAFF inset;
    color: #05356D;
    display: block;
    float: left;
    font-family: "futura_md_btmedium";
    font-size: 14px;
    font-weight: normal;
    padding: 10px 0 10px 10px;
    width: 94.2%;
    
    transition: 0.5s;
    -o-transition: 0.5s;
    -moz-transition: 0.5s;
    -webkit-transition: 0.5s;
}
.menu-area-left ul li a:hover{
	background: none repeat scroll 0 0 #2FA6FF;
    border-bottom: 1px solid #0695CD;
    box-shadow: 0 1px 0 #A3EAFF inset;
    color: #fff;
	
	transition: 0.5s;
    -o-transition: 0.5s;
    -moz-transition: 0.5s;
    -webkit-transition: 0.5s;
}*/
.menu-area-left ul{
	float: left;
    padding: 0 0 0 10px;
    width: 94.2%;
    margin: 0 !important;
}
.menu-area-left ul li{
	float: left;
	width: 100%;
}
.menu-area-left ul li a{
	background: none repeat scroll 0 0 #00ABAB;
    border-bottom: 1px solid #099;
	border-radius:2em;
    color: #fff;
    display: block;
    float: left;
    font-size: 14px;
    padding: 5px 0 5px 10px;
    width: 94.2%;
    
    transition: 0.5s;
    -o-transition: 0.5s;
    -moz-transition: 0.5s;
    -webkit-transition: 0.5s;
	-webkit-box-shadow: 2px 4px 12px 0px #003834;
-moz-box-shadow: 2px 4px 12px 0px #003834;
box-shadow: 2px 4px 12px 0px #003834;
}
.menu-area-left ul li a:hover{
	background: none repeat scroll 0 0 #099;
    border-bottom: 1px solid #099;
    color: #FF6;
	
	transition: 0.5s;
    -o-transition: 0.5s;
    -moz-transition: 0.5s;
    -webkit-transition: 0.5s;
}

.total-menu{
	float:left;
	position:relative;
	width:100%;
	display:block;
	min-height:2200px;
}
.position-ab{
	left: 139px;
position: absolute;
top: 0px;
overflow: hidden;
width: 50%;
float: left;
margin-left: 9em;
}
.menu-view-middle{
	float: left;
height: 2000px;
overflow: auto;
verflow-x: hidden;
width: 100%;
}
.menu-view-middle h4{
	border: 1px dashed #E1E1E1;
    color: #C34B09;
    float: left;
    font-family: "futura_md_btmedium";
    font-size: 20px;
    font-weight: normal;
    margin: 0 0 0 10px;
    padding: 10px;
    width: 94%;
}


.listings-area{
    float: left;
    margin: 0 0 0 10px;
    width: 98%;
}
.listings-area table{
	float: left;
	width: 100%;
	border: 1px dashed #E1E1E1;
}
.listings-area table tr{
	border-bottom: 1px dashed #E1E1E1;
    float: left;
    width: 100%;
    position: relative;
}
.listings-area table tr:last-child{
	border-bottom: none;
}
.listings-area table tr td{
	float: left;
	margin: 10px 0;
}


.listings-area table tr td:first-child{
	float: left;
    margin: 10px 0 10px 10px;
    padding: 0;
    width: 55%;
}
.listings-area table tr td:nth-child(2){
	float: left;
    margin: 15px 0 15px 1px;
    width: 2%;
}
.listings-area table tr td:nth-child(3){
    float: left;
    margin: 10px 0 5px;
    padding: 6px 8px;
    text-align: center;
    width: 26%;
}
.listings-area table tr .categ-area h5{
	color: #3B7313;
font-size: 24px;
margin: 0px;
padding: 0px;
text-transform: uppercase;
font-weight: 600;
text-align: center;
border-bottom: 2px solid !important;
}
.description-area{
	float: left;
	width: 100%;
	height: 200px;
}
.listings-area table tr .list-td{
	margin: 5px 5px 0 0 !important;
    width: 48% !important;
}
.listings-area table tr td p{
	color: #666666;
    font-size: 12px;
}
.listings-area table tr td h5{
	color: #C34B09;
    font-size: 15px;
    font-weight: normal;
    margin: 10px 0 0 5px;
    padding: 0;
}
.listings-area table tr .list-td p{
	margin: 5px 0 12px 5px;
}
.listings-area table tr .add-to-ct{
    float: left !important;
    margin: 10px 0 1px !important;
    padding: 18px 0 0 !important;
    width: 7% !important;
}
.listings-area table tr td:last-child{
    float: left;
    width: 23%;
}
.listings-area table tr .add-desc{
    background: none repeat scroll 0 0 #CCCCCC;
    height: 200px;
    left: 0;
    position: absolute;
    top: 0;
    width: 100% !important;
    display: none;
}
.listings-area table tr .add-to-ct a{
	background: url("../img/shop.png") no-repeat scroll 6px 7px #7BC300;
    border-radius: 5px;
    float: right;
    height: 30px;
    margin: 4px 5px 0px 0;
    padding: 0;
    width: 30px;
    cursor:pointer;
    display: block;
    
    transition: 0.5s;
    -o-transition: 0.5s;
    -ms-transition: 0.5s;
    -moz-transition: 0.5s;
    -webkit-transition: 0.5s;
}
.listings-area table tr .add-to-ct a:hover{
	background: url("../img/shop.png") no-repeat scroll 6px 7px #468E00 !important;
	
	transition: 0.5s;
    -o-transition: 0.5s;
    -ms-transition: 0.5s;
    -moz-transition: 0.5s;
    -webkit-transition: 0.5s;
}
.listings-area table tr td input[type="button"] {
    float: left;
    margin: 3px;
    border: none;
    width: 97%;
    font-size: 14px;
    color: #fff;
    padding: 6px 0;
    display: block;
}
.listings-area table tr .add-to-ct .green-bt{
	background: none repeat scroll 0 0 #00ABAB !important;
	background:url(../images/add%20to%20cart.png);
    border: medium none;
    border-radius: 20px;
    cursor: pointer;
    float: left;
    height: 33px !important;
    line-height: 28px !important;
    margin: 0 0 5px !important;
    padding: 0;    
    width: 30px;
    
    transition: 0.5s;
    -o-transition: 0.5s;
    -ms-transition: 0.5s;
    -moz-transition: 0.5s;
    -webkit-transition: 0.5s;
}
.listings-area table tr .add-to-ct .green-bt:hover{
	background: #468E00 !important;
	/*background: url("../img/shop.png") no-repeat scroll 6px 7px #468E00 !important;*/
	transition: 0.5s;
    -o-transition: 0.5s;
    -ms-transition: 0.5s;
    -moz-transition: 0.5s;
    -webkit-transition: 0.5s;
}
.listings-area table tr .add-to-ct input[type="button"] {
    border: medium none;
    cursor: pointer;
    display: block;
    float: left;
    font-size: 14px;
    height: 35px;
    line-height: 28px;
    margin: 0;
    padding: 0;    
    width: 44px;
	border: 1px solid #005652;
    
    transition: 0.5s;
    -o-transition: 0.5s;
    -ms-transition: 0.5s;
    -moz-transition: 0.5s;
    -webkit-transition: 0.5s;
}
.listings-area table tr .add-to-ct input[type="button"]:hover{
	background: #005189;
	/*background: url("../img/shop.png") no-repeat scroll 6px 7px #005189;*/
	transition: 0.5s;
    -o-transition: 0.5s;
    -ms-transition: 0.5s;
    -moz-transition: 0.5s;
    -webkit-transition: 0.5s;
}
.listings-area table tr .add-to-ct-t{
    float: left !important;
    margin: 10px 0 1px !important;
    padding: 5px 0 0 !important;
    /*width: 15% !important;*/
}
.listings-area table tr .add-to-ct-t a{
	background: url("../img/shop.png") no-repeat scroll 6px 7px #7BC300;
    border-radius: 5px;
    float: right;
    height: 30px;
    margin: 4px 5px 0px 0;
    padding: 0;
    width: 30px;
    cursor:pointer;
    display: block;
    
    transition: 0.5s;
    -o-transition: 0.5s;
    -ms-transition: 0.5s;
    -moz-transition: 0.5s;
    -webkit-transition: 0.5s;
}
.listings-area table tr .add-to-ct-t a:hover{
	background: url("../img/shop.png") no-repeat scroll 6px 7px #468E00 !important;
	
	transition: 0.5s;
    -o-transition: 0.5s;
    -ms-transition: 0.5s;
    -moz-transition: 0.5s;
    -webkit-transition: 0.5s;
}

.listings-area table tr .add-to-ct-t .green-bt{
	background: none repeat scroll 0 0 #7BC300 !important;
    border: medium none;
    color: #FFFFFF;
    cursor: pointer;
    float: left;
    font-family: arial;
    font-size: 11px;
    font-weight: bold;
    height: 30px !important;
    line-height: 30px !important;
    margin: 0 0 5px !important;
    padding: 0;
    text-align: center;
    width: 100%;
    
    transition: 0.5s;
    -o-transition: 0.5s;
    -ms-transition: 0.5s;
    -moz-transition: 0.5s;
    -webkit-transition: 0.5s;
}
.listings-area table tr .add-to-ct-t .green-bt:hover{
	background: #468E00 !important;
	/*background: url("../img/shop.png") no-repeat scroll 6px 7px #468E00 !important;*/
	transition: 0.5s;
    -o-transition: 0.5s;
    -ms-transition: 0.5s;
    -moz-transition: 0.5s;
    -webkit-transition: 0.5s;
}
.listings-area table tr .add-to-ct-t .extra{
	background: none repeat scroll 0 0 #0695CD !important;
    border: medium none;
    color: #FFFFFF;
    cursor: pointer;
    float: left;
    font-family: arial;
    font-size: 11px;
    font-weight: bold;
    height: 30px !important;
    line-height: 30px !important;
    margin: 0 0 5px !important;
    padding: 0;
    text-align: center;
    width: 100%;
    
    transition: 0.5s;
    -o-transition: 0.5s;
    -ms-transition: 0.5s;
    -moz-transition: 0.5s;
    -webkit-transition: 0.5s;
}
.listings-area table tr .add-to-ct-t .extra:hover{
	background: #005189 !important;
	/*background: url("../img/shop.png") no-repeat scroll 6px 7px #468E00 !important;*/
	transition: 0.5s;
    -o-transition: 0.5s;
    -ms-transition: 0.5s;
    -moz-transition: 0.5s;
    -webkit-transition: 0.5s;
}
.listings-area table tr .add-to-ct-t input[type="button"]{
	background: none repeat scroll 0 0 #0695CD;
    border: medium none;
    border-radius: 5px;
    cursor: pointer;
    display: block;
    float: left;
    font-family: arial;
    font-size: 10px;
    font-weight: bold;
    height: 30px;
    line-height: 30px;
    margin: 0;
    padding: 0;
    width: 100%;
    
    transition: 0.5s;
    -o-transition: 0.5s;
    -ms-transition: 0.5s;
    -moz-transition: 0.5s;
    -webkit-transition: 0.5s;
}
.listings-area table tr .add-to-ct-t input[type="button"]:hover{
	background: #005189;
	/*background: url("../img/shop.png") no-repeat scroll 6px 7px #005189;*/
	transition: 0.5s;
    -o-transition: 0.5s;
    -ms-transition: 0.5s;
    -moz-transition: 0.5s;
    -webkit-transition: 0.5s;
}
.listings-area table tr td .green-area{
	background: none repeat scroll 0 0 #00ABAB;
    border-radius: 5px;
    color: #FFFFFF;
    font-size: 14px;
    padding: 6px 0;
    text-align: center;
    margin: 0 0 5px;
	-webkit-box-shadow: 2px 2px 6px 1px #003834;
-moz-box-shadow: 2px 2px 6px 1px #003834;
box-shadow: 2px 2px 6px 1px #003834;
    /*width: 90%;*/
    /*cursor:pointer;*/
    
    transition: 0.5s;
    -o-transition: 0.5s;
    -ms-transition: 0.5s;
    -moz-transition: 0.5s;
    -webkit-transition: 0.5s;
}
.listings-area table tr td .green-area:hover{
	background: none repeat scroll 0 0 #CC9966;
	
	transition: 0.5s;
    -o-transition: 0.5s;
    -ms-transition: 0.5s;
    -moz-transition: 0.5s;
    -webkit-transition: 0.5s;
}
.listings-area table tr td .green-area1{
	background: none repeat scroll 0 0 #CC9966;
    border-radius: 5px;
    color: #FFFFFF;
    font-size: 14px;
    padding: 6px 0;
    text-align: center;
    margin: 0 0 5px;
	-webkit-box-shadow: 2px 2px 6px 1px #003834;
-moz-box-shadow: 2px 2px 6px 1px #003834;
box-shadow: 2px 2px 6px 1px #003834;
    /*width: 90%;*/
    /*cursor:pointer;*/
    
    transition: 0.5s;
    -o-transition: 0.5s;
    -ms-transition: 0.5s;
    -moz-transition: 0.5s;
    -webkit-transition: 0.5s;
}
.listings-area table tr td .green-area1:hover{
	background: none repeat scroll 0 0 #00ABAB;
	
	transition: 0.5s;
    -o-transition: 0.5s;
    -ms-transition: 0.5s;
    -moz-transition: 0.5s;
    -webkit-transition: 0.5s;
}
/*.addb{
	background:#D5540B;
    font-size: 14px;
	padding:3px 5px;
}*/


.listings-area table tr td .blue-area{
	background: none repeat scroll 0 0 #0695CD;
    border-radius: 8px;
    color: #FFFFFF;
    font-size: 14px;
    padding: 6px 0;
    text-align: center;
    /*width: 90%;*/
    /*cursor:pointer;*/
    
    transition: 0.5s;
    -o-transition: 0.5s;
    -ms-transition: 0.5s;
    -moz-transition: 0.5s;
    -webkit-transition: 0.5s;
}
.listings-area table tr td .blue-area:hover{
	background: none repeat scroll 0 0 #005189;
	
	transition: 0.5s;
    -o-transition: 0.5s;
    -ms-transition: 0.5s;
    -moz-transition: 0.5s;
    -webkit-transition: 0.5s;
}


.menu-area-right{
	float: right;
	width: 280px;
	/*height: 220px;
    overflow: auto;*/
}
.menu-area-right h4{
	background: none repeat scroll 0 0 #000;
    color: #FFFFFF;
    float: left;
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    font-weight: normal;
    margin: 0 0 0 10px;
    padding: 10px;
    width: 93.95%;
}
.menu-area-right table{
	background: none repeat scroll 0 0 #00ABAB;
    border-bottom: 1px dashed #A6A6A6;
    /*border-left: 1px dashed #A6A6A6;
    border-right: 1px dashed #A6A6A6;*/
   /* float: left;*/
    margin: 0 0 0 10px;
    width: 94%;
}
.menu-area-right table tr{
	border-bottom: 1px dashed #A6A6A6;
    float: left;
    margin: 0;
    width: 100%;
}
.menu-area-right table tr:last-child{
	border-bottom: none;
}
.menu-area-right table tr th, .menu-area-right table tr td{
	float: left;
    margin: 0;
    padding: 10px 0;
}
.menu-area-right table tr th:first-child{
	font-size: 12px;
    font-weight: normal;
    text-transform: uppercase;
    width: 10%;
    padding-left: 5px;
    
}
.menu-area-right table tr th:nth-child(2){
	font-size: 12px;
    font-weight: normal;
    margin: 0 0 0 10px;
    text-align: left;
    text-transform: uppercase;
    width: 62%;
}
.menu-area-right table tr th:last-child{
	font-size: 12px;
    font-weight: normal;
    margin: 0;
    text-align: left;
    text-transform: uppercase;
    width: 17%;
}


.menu-area-right table tr td:first-child{
	font-size: 12px;
    font-weight: normal;
    text-transform: uppercase;
    width: 10%;
    padding-left: 5px;
}
.menu-area-right table tr td:nth-child(2){
	font-size: 12px;
    font-weight: normal;
    margin: 0 0 0 8px;
    text-align: left;
    text-transform: uppercase;
    width: 62%;
}
.menu-area-right table tr td:last-child{
	font-size: 12px;
    font-weight: normal;
    margin: 0 0 0 8px;
    text-align: left;
    text-transform: uppercase;
    width: 17%;
}
.menu-area-right table tr td input[type="text"]{
	border: 1px solid #999999;
    float: left;
    width: 90%;
    margin-left: 0;
}
.menu-area-right table tr td p{
	float: left;
    font-size: 13px;
    margin: 0 0 0 3px;
    padding: 0;
    text-align: left;
    text-transform: none;
    width: 93%;
    color: #C34B09;
}
.menu-area-right table tr td p span{
	float: left;
    font-size: 12px;
    margin: 0 0 0 3px;
    padding: 0;
    text-align: left;
    text-transform: none;
    width: 93%;
    color: #757575;
}
.color-text-gray{
	color: #444 !important;
}
.menu-area-right table tr td input[type="checkbox"]{
	border: 1px solid #999999;
    float: left;
    width: 95%
}
.menu-area-right table .price-table{
	float: left;
    margin: 10px 0 0;
    width: 100%;
}
.menu-area-right table .price-table td{
	float: left;
	width: 97% !important;
}
.menu-area-right table .price-table td h5{
	color: #fff;
    float: right;
    font-size: 14px;
    font-weight: normal;
    margin: 0 2px 0 0;
    text-align: right;
    width: 100%;
	padding-right: 20px;
}
.menu-area-right table .price-table td h6{
	color: #FF0000;
    float: right;
    font-size: 14px;
    font-weight: normal;
    margin: 0 5px 0 0;
    text-align: right;
    width: 100%;
}
.menu-area-right table tr .btn-last{
	float: left;
	width: 95% !important;
}
.menu-area-right table tr td input[type="button"]{
	background: none repeat scroll 0 0 #579509;
    border: 1px solid #333333;
    color: #FFFFFF;
    float: right;
    font-size: 16px;
    height: 32px;
    margin: 0 5px 0 0;
    transition: all 0.5s ease 0s;
    width: 55%;
}
.menu-area-right table tr td input[type="button"]:hover{
	background: none repeat scroll 0 0 #D9520B;
    transition: all 0.5s ease 0s;
}

.menu-area-right table tr td input[type="submit"]{
	background: none repeat scroll 0 0 #D9520B;
    border: 1px solid #333333;
    color: #FFFFFF;
    float: right;
    font-size: 16px;
    height: 32px;
    margin: 0 5px 0 0;
    transition: all 0.5s ease 0s;
    width: 55%;
}
.menu-area-right table tr td input[type="submit"]:hover{
	background: none repeat scroll 0 0 #579509;
    transition: all 0.5s ease 0s;
}

/*----------service-area----------*/
.all-cont{
	background: url("../img/f-bg.png") repeat scroll 0 0 rgba(0, 0, 0, 0);
    float: left;
    padding: 5px;
    position: relative;
    width: 100%;
	z-index:1000;
}
.all-cont-next{
	background: url("../img/s-bg.png") repeat scroll 0 0 rgba(0, 0, 0, 0);
    float: left;
    padding: 0;
    position: relative;
    width: 100%;
	margin: 158px 0 0;
}
.all-cont-base{
	float: left;
padding: 0px;
position: relative;
margin: 0px;
width: 100%;
background:url(bg_menu.jpg);
border-radius: 3em;
border: 0.4em solid #FFDDA1;
}
.spl-service{
	left: 0;
    margin: 0;
    position: absolute;
    top: -158px;
    width: 100%;
    z-index: 10;
}
.spl-service ul{
	float:left;
	width:100%;
}
.spl-service ul li{
	background: none repeat scroll 0 0 #fff;
    float: left;
    width: 32.66%;
}
.spl-service ul li:first-child{
	margin:0 10px 0 0;
}
.spl-service ul li:nth-child(2){
	margin:0 10px 0 0;
}
.spl-service ul li:last-child{
	float:right;
}
.service{
	float:left;
	width:100%;
}
.top-ser{
	float:left;
	width:100%;
	position:relative;
	z-index:10;
	
	transition:0.5s;
	-o-transition:0.5s;
	-moz-transition:0.5s;
	-webkit-transition:0.5s;
	-ms-transition:0.5s;
}
.top-ser span{
	float:left;
	width:100%;
	height:5px;
	background:#440d00;
}
.top-ser .flag{
	background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    height: 246px;
    left: -50px;
    position: absolute;
    top: -50px;
    width: 227px;
    z-index: 1005;
}
.top-ser img{
	float: left;
    position: relative;
    width: 100%;
    z-index: 1000;
}
.spl-service ul li:hover .top-ser{
	margin: -50px 0 0 0;
	
	transition:0.5s;
	-o-transition:0.5s;
	-moz-transition:0.5s;
	-webkit-transition:0.5s;
	-ms-transition:0.5s;
}
.ser-content-des{
	background: none repeat scroll 0 0 #FFFFFF;
    float: left;
    margin: -122px 0 0;
    position: relative;
    width: 100%;
    z-index: 0;
	
	transition:0.5s;
	-o-transition:0.5s;
	-moz-transition:0.5s;
	-webkit-transition:0.5s;
	-ms-transition:0.5s;
}
.spl-service ul li:hover .ser-content-des{
	background: none repeat scroll 0 0 #FFFFFF;
    float: left;
    margin: 0;
    position: relative;
    width: 100%;
    z-index: 0;
	
	transition:0.5s;
	-o-transition:0.5s;
	-moz-transition:0.5s;
	-webkit-transition:0.5s;
	-ms-transition:0.5s;
}
.ser-content-des p {
	float:left;
    color: #777777;
    margin: 10px 12px;
    text-align: justify;
    width: 92.5%;
}
.ser-content-des h4{
	float:left;
	width:100%;
	padding:15px 0;
	text-align:center;
	background:#440d00;
	color:#fff;
	font-family: 'AgencyFB-Reg';
	font-size:28px;
	text-transform:uppercase;
	font-weight:bold;
}



/*----------service-area----------*/
.sec-all-cont{
	/*background: url("../img/s-bg.png") repeat scroll 0 0 #FFFFFF;*/
    float: left;
    margin: 147px 0 0;
    padding: 0;
    width: 100%;
    z-index: 1;
}
.top-block-area{
	background: none repeat scroll 0 0 #FFFFFF;
    float: left;
    width: 100%;
}
.top-block-area h4{
	 color: #6D1216;
    float: left;
    font-family: 'kaushan_scriptregular';
    font-size: 28px;
    font-weight: normal;
    line-height: 40px;
    margin: 20px 30px;
    text-align: justify;
    text-shadow: 1px 1px 0 #FFFFFF;
    width: 93.9%;
}
.top-block-area h4 span{
	color: #000000;
    margin: 0 0 0 80px;
    text-align: left;
    font-family: 'futura_md_btmedium';
    font-weight: bold;
    font-size: 25px;
}
.sec-all-funct{
	/*background: url("../img/s-bg.png") repeat scroll 0 0 #FFFFFF;*/
    float: left;
    margin: 0;
    padding: 0;
    width: 100%;
    z-index: 1;
}
.sec-block{
	float:left;
	width:100%;
	background:#2f1c1c;
	padding: 0 0 10px;
}
.sec-block ul{
	float:left;
	width:100%;
}
.sec-block ul li{
    float: left;
    width: 32.66%;
}
.sec-block ul li:first-child{
	margin:0 10px 0 0;
}
.sec-block ul li:nth-child(2){
	margin:0 10px 0 0;
}
.sec-block ul li:last-child{
	float:right;
}
.n-service h4{
	float:left;
	width:100%;
	padding:8px 0;
	text-align:center;
	color:#fff;
	font-family: 'AgencyFB-Reg';
	font-size:26px;
	text-transform:uppercase;
	font-weight:normal;
}
.n-service p a{
	color: #FFFFFF;
    float: left;
    font-family: 'futura_md_btmedium';
    font-size: 14px;
    font-weight: normal;
    margin: 0 0 0 85px;
    text-align: center;
    width: 47%;
}
.n-service p a:hover{
	color:#B9705D;
}
.n-service img{
	border: 3px solid #FFFFFF;
    margin: 0 0 0 45px;
}
.last-ser-add{
	float:left;
	width:100%;
}
.last-ser-add img{
	border: medium none;
    float: left;
    margin: 0;
    width: 97%;
}
.last-ser-add h4{
	float:left;
	width:100%;
	padding:3px 0 0 0;
	text-align:center;
	color:#fff;
	font-family: 'kaushan_scriptregular';
	font-size:38px;
	text-transform:none;
	font-weight:normal;
}
.last-ser-add p{
	color: #FFFFFF;
    float: left;
    font-family: 'kite_oneregular';
    font-size: 17px;
    font-weight: normal;
    padding: 0;
    text-align: center;
    text-transform: none;
    width: 100%;
}
.last-ser-add .gree{
	color:#80b915;
}
.last-ser-add .ye{
	color:#fecb01;
}

.indx-top-head{
	float: left;
	width: 100%;
}
.indx-top-head h4{
	color: #2F1C1C;
    float: left;
    font-family: 'AgencyFB-Reg';
    font-size: 38px;
    font-weight: bold;
    padding: 15px 0;
    text-align: center;
    width: 100%;
}



.hours{
	float:right;
	width:100%;
	position:relative;
}
.hours span{
	bottom: -45px;
    height: 98px;
    left: -78px;
    position: absolute;
    width: 90px;
}
.hours span img{
	border:none;
}
.hours p{
	font-family: 'futura_md_btmedium';
	font-size:18px;
	color:#fff;
	text-align:right;
}
.welcome{
	float:left;
	width:100%;
}
.f-wel{
	float: left;
    margin: 10px 0 0 10px;
    width: 60%;
}
.f-wel h3{
	color: #2F1C1C;
    float: left;
    font-family: 'AgencyFB-Reg';
    font-size: 35px;
    font-weight: normal;
    padding: 15px 0;
    text-align: left;
    width: 100%;
}
.f-wel P{
	color:#808080;
	text-align:justify;
	margin:15px 0;
}
.f-wel img{
	float: left;
	width: 33%;
	margin: 10px 8px 0 0;
}
.bor-left{
	border-left: 1px solid #E8E8E8;
}
.bor-right{
	border-right: 1px solid #E8E8E8;
}
.bor-botm{
	border-bottom: 1px solid #E8E8E8;
}
.bor-top{
	border-top: 1px solid #E8E8E8;
}

.full-with{
	float: left;
    margin: 10px 0 0 0;
    width: 100%;
}
.full-with h3{
	color: #2F1C1C;
    float: left;
    font-family: 'AgencyFB-Reg';
    font-size: 30px;
    font-weight: normal;
    padding: 15px 0;
    text-align: left;
    width: 100%;
}
.full-with P{
	color:#808080;
	text-align:justify;
	margin:15px 0;
}

.float-left{
    float: left;
    margin: 10px 0 0 30px;
    padding: 0 15px 0 0;
    width: 42%;
}
.video-spl{
	margin: 0 auto;
	width: 600px;
}
.video-spl iframe{
	float: left !important;
    height: 360px !important;
    width: 640px !important;
}
.video iframe{
	width: 400px;
	float: left;
	margin: 10px 0;
	height: 233px;
}
.float-left img{
	float: left;
	/*width:100%;*/
	margin: 20px 0;
}
.float-left h3{
	color: #2F1C1C;
    float: left;
    font-family: 'AgencyFB-Reg';
    font-size: 27px;
    font-weight: normal;
    padding: 10px 0;
    text-align: justify;
    width: 100%;
}
.float-left P{
	color:#808080;
	text-align:justify;
	margin:15px 0;
}
.float-left ul{
	float: left;
	width: 100%;
}
.float-left ul li{
	list-style:square;
	float: left;
	margin: 10px 0 0 15px;
    text-align: justify;
    color: #808080;
}
.float-left ul{
	float: left;
	width: 100%;
}
.float-left ul li{
	color: #808080;
    float: left;
    list-style: square outside none;
    margin: 10px 0 0 15px;
    text-align: left;
}
.float-left ul li span{
	float: right;
	margin: 0 10px 0 0;
}
.border-bott{
	border-top: 1px dashed #CCCCCC;
    padding: 25px 0 0;
}
.about-us{
    float: left;
    margin: 10px 0 20px 15px;
    padding: 0 15px 0 0;
    width: 96%;
}
.about-us h3{
	color: #2F1C1C;
    float: left;
    font-family: 'AgencyFB-Reg';
    font-size: 30px;
    font-weight: normal;
    padding: 10px 0 0 0;
    text-align: justify;
    width: 100%;
}
.about-des{
	float: left;
	width: 100%;
}
.about-des P{
	color:#808080;
	text-align:justify;
	margin:15px 0;
}

.about-des P span{
	color: #333333;
    font-size: 18px;
    font-weight: normal;
}
.about-des img{
	float: right;
	margin: 15px 10px;
}
.about-des a{
	float: left;
	color: #000;
}
.about-des a:hover{
	float: left;
	color: #696969;
}

.requiredterms {
	color:#F00;
    font-family: Arial;
    font-size: 12px;
    font-style: normal;
    font-variant: normal;
    font-weight: bold;
    line-height: normal;
    text-decoration: none;
    }	

.form-booking{
	margin: 40px auto;
    width: 80%;
	position:relative;
}
.form-booking p{
	float: left;
    font-size: 15px;
    margin: 20px 0 10px;
    width: 96%;
}
.form-booking table{
	float: left;
	width: 100%;
	margin: 20px 0;
}
.form-booking table tr{
	margin: 6px 0;
	float: left;
	width: 100%;
	color: #696969;
}
.form-booking table tr th{
	color: #696969;
    float: left;
    font-size: 15px;
    font-weight: normal;
    text-align: left;
    width: 25%;
}
.form-booking table tr td{
	float: left;
	width: 46%;
}
.form-booking table tr td input[type="text"], 
.form-booking table tr td select,
.form-booking table tr td textarea {
	float: left;
	border: 1px solid #BDBDBD;
	height: 27px;
	width: 100%;
	
	transition:0.5s;
	-o-transition:0.5s;
	-moz-transition:0.5s;
	-webkit-transition:0.5s;
	-ms-transition:0.5s;
}
.form-booking table tr td input[type="text"]:hover, 
.form-booking table tr td select:hover,
.form-booking table tr td textarea:hover,
.form-booking table tr td input[type="text"]:focus, 
.form-booking table tr td select:focus,
.form-booking table tr td textarea:focus {
	border: 1px solid #027AC0;
	
	transition:0.5s;
	-o-transition:0.5s;
	-moz-transition:0.5s;
	-webkit-transition:0.5s;
	-ms-transition:0.5s;
}
.form-booking table tr td select{
	height: 30px;
    padding: 5px;
}
.form-booking table tr td textarea {
	height: 70px;
}
.form-booking table tr td .f-s1{
	float: left;
    margin: 0 3px 0 0;
    padding: 5px;
    height:30px;
    width: 32.6%;
}
.form-booking table tr td input[type="submit"], .form-booking table tr td input[type="Reset"]{
	float: left;
	border: 1px solid #333;
	height: 32px;
	width: 35%;
	background: #579509;
	color: #fff;
	font-size: 16px;
	margin: 0 10px 0 0 !important;
	
	transition:0.5s;
	-o-transition:0.5s;
	-moz-transition:0.5s;
	-webkit-transition:0.5s;
	-ms-transition:0.5s;
}
.form-booking table tr td input[type="submit"]:hover, .form-booking table tr td input[type="Reset"]:hover{
	background: #D9520B;
	
	transition:0.5s;
	-o-transition:0.5s;
	-moz-transition:0.5s;
	-webkit-transition:0.5s;
	-ms-transition:0.5s;
}
.form-booking table tr td input[type="checkbox"]{
	margin: 0 10px 0 0;
	border: 1px solid #BDBDBD;
}
.form-booking table tr td input[type="checkbox"]:hover{
	border: 1px solid #696969;
}



.float-mnu{
   float: left;
    margin: 0 0 0 15px;
    padding: 0 0 0 0;
    width: 97%;
}
.float-mnu a{
	color: #000;
}
.float-mnu {
	color: #696969;
}
.float-mnu h3{
	color: #4E3B3B;
    float: left;
    font-family: 'AgencyFB-Reg';
    font-size: 25px;
    font-weight: normal;
    padding: 10px 0 0;
    text-align: justify;
    width: 98.5%;
}
.float-mnu P{
	color:#808080;
	text-align:justify;
	margin:15px 0;
}
.float-mnu ul{
	float: left;
    margin: 0 0 10px;
    padding: 0 0 35px;
    width: 98.5%;
}
.float-mnu ul li{
	list-style:square;
	float: left;
	margin: 10px 0 0 15px;
    text-align: justify;
    color: #808080;
}
.float-mnu ul li .li{
	color: #222;
	float: left;
}
.bord-bottm{
	border-bottom: 1px dashed #C0C0C0;
}
.float-mnu ul{
    float: left;
    margin: 0 0 10px;
    padding: 10px 0 20px;
    width: 100%;
}
.float-mnu ul li{
	color: #808080;
    float: left;
    list-style: square outside none;
    margin: 10px 0 0 15px;
    text-align: left;
}
.float-mnu ul li span{
	float: right;
	margin: 0 50px 0 0;
	color: #333;
}

.float-rigt{
	float: right;
    margin: 10px 10px 0 0;
    width: 48%;
}
.float-rigt h3{
	color: #2F1C1C;
    float: left;
    font-family: 'AgencyFB-Reg';
    font-size: 27px;
    font-weight: normal;
    padding: 10px 0 0 0;
    text-align: justify;
    width: 100%;
}
.float-rigt P{
	color:#808080;
	text-align:justify;
	margin:15px 0;
}
.float-rigt ul{
	float: left;
	width: 100%;
}
.float-rigt ul li{
	color: #808080;
    float: left;
    list-style: square outside none;
    margin: 10px 0 0 15px;
    text-align: left;
}
.float-rigt img{
	float: left;
	/*width:100%;*/
	margin: 20px 0;
}
.width-spl ul{
	margin: 5px 0;
}
.width-spl ul li{
	float: left;
	width: 100%;
}
.width-spl p{
	float: left;
}

.width-sot ul li{
	width: 44%;
}
.empl img{
	float: left;
	/*width: 90%;*/
	margin: 0 0 0 5px;
}

.photo{
	float: right;
    margin: 25px 0 0;
    padding: 5px 0;
    width: 30%;
    border: 1px solid #696969;
}
.photo img{
	float: left;
	width: 93.2%;
	margin: 5px 10px;
}

.form{
	float:right;
	width: 32.6%;
	background:url(../img/frm.png) no-repeat;
}
.form h3{
	color: #FFFFFF;
    float: left;
    font-family: 'AgencyFB-Reg';
    font-size: 30px;
    font-weight: normal;
    padding: 15px 0 0 0;
    text-align: center;
    text-shadow: 1px 1px 2px #333333;
    text-transform: uppercase;
    width: 100%;
}
.form table{
	float: left;
    margin: 0 0 0 15px;
    width: 91%;
}
.form table tr td{
	float: left;
    width: 100%;
}
.form table tr td input[type="text"]{
	background: none repeat scroll 0 0 #FFFFFF;
    border: medium none;
    height: 35px;
    margin: 0 0 6px;
    padding: 0 0 0 10px;
    width: 96%;
}
.form table tr td .l-1 input[type="text"]{
	background: none repeat scroll 0 0 #FFFFFF;
    border: medium none;
    float: left;
    height: 35px;
    margin: 0 7px 6px 0;
    padding: 0 0 0 10px;
    width: 44%;
}
.form table tr td .l-2 input[type="text"]{
	background: none repeat scroll 0 0 #FFFFFF;
    border: medium none;
    float: left;
    height: 35px;
    margin: 0 0 6px 0;
    padding: 0 0 0 10px;
    width: 46%;
}
.form table tr td textarea{
	background: none repeat scroll 0 0 #FFFFFF;
    border: medium none;
    height: 80px;
    margin: 0 0 6px;
    padding: 0 0 0 10px;
    width: 96%;
}
.form table tr td input[type="submit"]{
	background: none repeat scroll 0 0 #84B83E;
    border: 1px solid #8FC349;
    box-shadow: 0 -16px 0 #6FAC1C inset;
    color: #FFFFFF;
    font-size: 17px;
    height: 35px;
   margin: 0 0 18px 95px !important;
    padding: 0;
    width: 34%;
    
    transition: 0.5s;
	-o-transition: 0.5s;
	-moz-transition: 0.5s;
	-webkit-transition: 0.5s;
	-ms-transition: 0.5s;
}
.form table tr td input[type="submit"]:hover{
	background: none repeat scroll 0 0 #F65B0E;
    border: 1px solid #FF8336;
    box-shadow: 0 -16px 0 #813502 inset;
    
    transition: 0.5s;
	-o-transition: 0.5s;
	-moz-transition: 0.5s;
	-webkit-transition: 0.5s;
	-ms-transition: 0.5s;
}
.f-cont{
	float: left;
    margin: 30px 0 8px;
    width: 100%;
}
.phylosy{
	float:left;
	width:325px;	
	height: 359px;	
	background:#fff;
	border:1px solid #ccc;
	position:relative;
	margin: 0 0 0 10px;
}
.phylosy .flag{
	background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    height: 246px;
    left: -54px;
    position: absolute;
    top: -54px;
    width: 227px;
    z-index: 1005;
}
.phylosy img{
	float:left;
	width:96.5%;
	margin:5px 0 0 5px;
}
.phylosy h3{
	color: #2F1C1C;
    float: left;
    font-family: 'AgencyFB-Reg';
    font-size: 30px;
    font-weight: normal;
    padding: 15px 0;
	margin:0 0 0 10px;
    text-align: left;
    width: 96%;
}
.phylosy p{
	color: #717171;
    float: left;
    margin: 0 0 19px;
    padding: 10px;
    text-align: justify;
    width: auto;
}
.phylosy table{
	float: left;
	width: 96%;
	margin: 7px 0 0 10px
}
.phylosy table tr td:first-child{
	float: left;
	width: 80%;
	margin: 3px 0;
}
.phylosy table tr td{
	text-align: left;
}
.phylosyfn{
	float:left;	
	width:410px;	
	height: 405px;
	background:#fff;
	border:1px solid #ccc;
	position:relative;
	margin: 0 0 0 10px;
}
.phylosyfn img{
	float:left;
	width:96.5%;
	margin:5px 0 0 5px;
}
.phylosyfn h3{
	color: #2F1C1C;
    float: left;
    font-family: 'AgencyFB-Reg';
    font-size: 30px;
    font-weight: normal;
    padding: 15px 0;
	margin:0 0 0 10px;
    text-align: left;
    width: 96%;
}
.phylosyfn p{
	color: #717171;
    float: left;
    margin: 0 0 19px;
    padding: 10px;
    text-align: justify;
    width: auto;
}
.phylosyfn table{
	float: left;
	width: 96%;
	margin: 7px 0 0 10px
}
.phylosyfn table tr td:first-child{
	float: left;
	width: 80%;
	margin: 3px 0;
}
.phylosyfn table tr td{
	text-align: left;
}
.awards{
	float: right;
	width: 37%;
	background: url("../img/header.jpg") no-repeat scroll -220px 0 rgba(0, 0, 0, 0);
	margin: 20px 0 0 0;
}
.take{
	float: right;
	width: 37%;
	margin: 20px 0 0 0;
}
.take img{
	float: left;
	width: 100%;
}
.voucher{
	float: left;
	width: 50%;
	margin: 15px 0 0 0;
}
.voucher h5{
	font-family: 'AgencyFB-Reg';
	font-size: 30px;
	color: #fff;
	width: 100%;
	text-align: center;
	margin: 15px 0;
	text-shadow: 1px 1px 1px #333333;
}
.voucher img{
	float: left;
	width: 90%;
	margin: 5px 0 0 10px;
}
.voucher a{
	color: #FFFFFF;
    float: left;
    font-family: 'kite_oneregular';
    font-size: 20px;
    margin: 24px 0;
    text-align: center;
    text-shadow: 1px 1px 1px #333333;
    width: 100%;
}

.voucher a:hover {
	color: #2F1C1C;
}

.page-award{
	float: left;
	width: 30%;
	margin: 0 5px 10px 0;
	background: #AC7451;
}
.page-award h5{
	font-family: 'AgencyFB-Reg';
	font-size: 30px;
	color: #fff;
	width: 100%;
	text-align: center;
	margin: 5px 0;
	text-shadow: 1px 1px 1px #333333;
}
.page-award img{
	float: left;
	width: 90%;
	margin: 5px 0 0 10px;
}
.page-award a{
	color: #FFFFFF;
    float: left;
    font-family: 'kite_oneregular';
    font-size: 20px;
    margin: 5px 0;
    text-align: center;
    text-shadow: 1px 1px 1px #333333;
    width: 100%;
}
.page-award a:hover {
	color: #2F1C1C;
}
.awd{
	float: right;
    margin: 65px 0 0;
    width: 40%;
}
.awd img{
	float: left;
	width: 90%;
}

.test-news{
	background: none repeat scroll 0 0 #FFFFFF;
    border: 1px dashed #CCCCCC;
    float: right;
    margin: 0 7px 0 0;
    width: 638px;
}
.test {
    border-right: 1px dashed #CCCCCC;
    float: left;
    width: 49.8%;
	height:359px;
}
.test:last-child {
    border-right: none;
    float: left;
    width: 49.8%;
}
.test h4{
	color: #2F1C1C;
    float: left;
    font-family: 'AgencyFB-Reg';
    font-size: 30px;
    font-weight: normal;
    padding: 15px 0;
	margin:0 0 0 10px;
    text-align: left;
    width: 96%;
}
.test span{
	float:right;
	margin: 30px 0 20px;
}
.test span a{
	background: none repeat scroll 0 0 #007B56;
    color: #DFDFDF;
    float: left;
    margin: 7px 10px 0 0;
    padding: 5px 7px;
    
    transition: 0.5s;
	-o-transition: 0.5s;
	-moz-transition: 0.5s;
	-webkit-transition: 0.5s;
	-ms-transition: 0.5s;
}
.test span a:hover{
	background: none repeat scroll 0 0 #84B83E;
	color:#000;
    
    transition: 0.5s;
	-o-transition: 0.5s;
	-moz-transition: 0.5s;
	-webkit-transition: 0.5s;
	-ms-transition: 0.5s;
}
.test span {
	/*background: none repeat scroll 0 0 #84B83E;*/
	color: #000;
	
	transition: 0.5s;
	-o-transition: 0.5s;
	-moz-transition: 0.5s;
	-webkit-transition: 0.5s;
	-ms-transition: 0.5s;
}
.cont-des{
	margin: 0 0 10px;
	float:left;
	width:98%;
}
.cont-des h5{
	color: #84b83e;
    float: left;
    font-size: 13px;
    margin: 0 0 5px 10px;
	font-weight: normal;
    text-align: left;
    width: 96%;
}
.cont-des p{
	color: #797979;
    float: left;
    font-size: 13px;
    margin: 0 0 0 10px;
    text-align: justify;
    width: 96%;
}
.cont-des span{
	color: #007b56;
    float: left;
    font-size: 13px;
    margin: 5px 0 0 10px;
    text-align: right;
    width: 96%;
}



/*----------gallery-area----------*/
.gallery{
	float: left;
	width: 100%;
	margin: 10px 0 50px;
}
.gallery ul{
	float: left;
	width: 100%;
}
.gallery ul li{
	float: left;
    margin: 5px 0 5px 10px;
    width: 23.7%;
}
.gallery ul li a{
	float: left;
	width: 100%;
}
.gallery ul li a img{
	float: left;
	width: 100%;
	/*border: 1px solid #333;*/
}
.gallery ul li a h3{
	font-family: 'kite_oneregular';
	float: left;
	width: 92.32%;
	padding: 5px 10px;
	background: #2F1C1C;
	color: #fff;
	font-size: 18px;
}

/*----------scroller-area----------*/
.scroller{
	float:left;
	width:100%;
	margin: 20px 0;
}



/*----------footer-area----------*/
.footer-area{
	background:url(../img/bg-main.png) repeat;
	float:left;
	width:100%;
	padding: 16px 0;
}
.about{
	float: left;
    padding: 0 0 0 10px;
    width: 337px;
}
.about h4{
	font-family: 'futura_md_btmedium';
	font-size:15px;
	font-weight:normal;
	float:left;
	width:100%;
	padding:7px 0;
	color:#a68f6d;
}
.about p{
	font-family: 'futura_md_btmedium';
	font-size:14px;
	font-weight:normal;
	float:left;
	width:100%;
	padding:5px 0;
	color:#8B8B8B;
	text-align:justify;
}
.about a{
	float:right;
	color:#02cc90;
	font-size:14px;
	text-align:right;
}
.other{
	float:right;
	width:615px;
}
.foot-1{
	float:left;
	width:178px;
	color:#ddd;
}
.foot-1 h4{
	font-family: 'futura_md_btmedium';
	font-size:15px;
	font-weight:normal;
	float:left;
	width:100%;
	padding:7px 0;
	color:#a68f6d;
}
.foot-1 ul{
	float:left;
	width:100%;
}
.foot-1 ul li{
	float:left;
	width:100%;
}
.foot-1 ul li a{
	color: #8B8B8B;
    float: left;
    font-size: 14px;
    padding: 3px 5px;
    transition: 0.5s;
	-o-transition: 0.5s;
	-moz-transition: 0.5s;
	-webkit-transition: 0.5s;
	-ms-transition: 0.5s;
}
.foot-1 ul li a:hover{
	color: #fff;
	transition: 0.5s;
	-o-transition: 0.5s;
	-moz-transition: 0.5s;
	-webkit-transition: 0.5s;
	-ms-transition: 0.5s;
}
.foot-1 ul li {
	color:#eee;
}
.foot-2{
	float:left;
	width:170px;
	color:#ddd;
}
.foot-2 h4{
	font-family: 'futura_md_btmedium';
	font-size:15px;
	font-weight:normal;
	float:left;
	width:100%;
	padding:7px 0;
	color:#a68f6d;
}
.foot-2 ul{
	float:left;
	width:100%;
}
.foot-2 ul li{
	float:left;
	width:100%;
}
.foot-2 ul li a{
	color: #8B8B8B;
    float: left;
    font-size: 14px;
    padding: 7px 0 1px 30px;
    transition: 0.5s;
	-o-transition: 0.5s;
	-moz-transition: 0.5s;
	-webkit-transition: 0.5s;
	-ms-transition: 0.5s;
}
.foot-2 ul li a:hover{
	color: #fff;
	transition: 0.5s;
	-o-transition: 0.5s;
	-moz-transition: 0.5s;
	-webkit-transition: 0.5s;
	-ms-transition: 0.5s;
}
.foot-2 ul li {
	color:#eee;
}
.foot-2 ul li .s1{
	background:url(../img/s-2.png) no-repeat;
}
.foot-2 ul li .s2{
	background:url(../img/s-3.png) no-repeat;
}
.foot-2 ul li .s3{
	background:url(../img/s-4.png) no-repeat;
}
.foot-2 ul li .s4{
	background:url(../img/s-1.png) no-repeat;
}

.foot-2 ul li .s1:hover{
	background:url(../img/s2.png) no-repeat;
}
.foot-2 ul li .s2:hover{
	background:url(../img/s3.png) no-repeat;
}
.foot-2 ul li .s3:hover{
	background:url(../img/s4.png) no-repeat;
}
.foot-2 ul li .s4:hover{
	background:url(../img/s1.png) no-repeat;
}
.foot-3{
	float:left;
	width:265px;
	color:#ddd;
}
.foot-3 h4{
	font-family: 'futura_md_btmedium';
	font-size:15px;
	font-weight:normal;
	float:left;
	width:100%;
	padding:7px 0;
	color:#a68f6d;
}
.foot-3 ul{
	float:left;
	width:100%;
}
.foot-3 ul li{
	float:left;
	width:100%;
}
.foot-3 ul li span{
	color: #8B8B8B;
    float: left;
    font-size: 14px;
    padding: 3px 5px;
}
.last-footer{
	float:left;
	width:100%;
	background:#111;
}
.last-f{
	float:left;
	width:100%;
	text-align:center;
	color:#999;
	padding:5px 0;
	font-size:12px;
}
.last-f span{
	color:#999;
}
.last-f a{
	color:#8DD600;
}
.last-f a:hover {
	color:#FFFFFF;
}





.addtocart{
	float: left;
	width: 100%;
	margin: 20px 0;
}
.add-cart-area{
	float: left;
	width: 100%;
}
.add-cart-area table{
    float: left;
    padding: 10px;
    width: 98%;
    margin: 10px;
    border: 1px dashed #e1e1e1;
}
.add-cart-area table tr{
	border-bottom: 1px dashed #E1E1E1;
    float: left;
    width: 100%;
}
.add-cart-area table tr th{
	border-right: 1px dashed #E1E1E1;
    float: left;
    font-weight: normal;
    margin: 0;
    padding: 5px;    
}
/*.add-cart-area table tr th:first-child{
    width: 11%;
}*/
.add-cart-area table tr th:first-child{
	width: 50%;
	}

.add-cart-area table tr th:nth-child(2){
    width: 21%;
}
.add-cart-area table tr th:nth-child(3){
    width: 8%;
}
.add-cart-area table tr th:nth-child(4){
    width: 8%;
}
/*.add-cart-area table tr th:nth-child(5){
    width: 8%;
}*/
.add-cart-area table tr th:last-child{
    width: 6%;
    border-right: none;
}


.add-cart-area table tr td{
	border-right: 1px dashed #E1E1E1;
    float: left;
    font-weight: normal;
    margin: 0;
    padding: 5px;
    text-align: left;
}
/*.add-cart-area table tr td:first-child{
    width: 11%;
}*/
.add-cart-area table tr td:first-child{
    width: 50%;
}
.add-cart-area table tr td:nth-child(2){
    width: 21%;
}
.add-cart-area table tr td:nth-child(3){
    width: 8%;
	text-align:center;

}
.add-cart-area table tr td:nth-child(4){
    width: 8%;
	text-align:center;
}
/*.add-cart-area table tr td:nth-child(5){
    width: 8%;
}*/
.add-cart-area table tr td:last-child{
    width: 6%;
    border-right: none;
}

.add-cart-area table tr td h6{
	background: none repeat scroll 0 0 #FFEECC;
    color: #000000;
    font-size: 14px;
    font-weight: normal;
    padding: 5px 3px;
    text-align: center;
    width: 100%;
}
.add-cart-area table tr td p{
	color: #444444;    
    margin: 10px 0;
}
.add-cart-area table tr td p span{
	color: #949494;    
    margin: 10px 0;
	font-size: 12px;
}
.add-cart-area table tr td input[type="text"]{
	border: 1px solid #888888;
    float: left;
    height: 20px;
    margin: 7px 25px 5px 44px;
    width: 60px;
	text-align:center;
}
.add-cart-area table tr td span{
	color: #444444;
    cursor: pointer;
   /* float: left;*/
    margin: 3px 0 10px -11px;
    text-align: left;
    width: 51%;
}
.add-cart-area table tr .delete-add img{
	margin: 0 0 0 15px;
	cursor: pointer;
}
.add-cart-area table tr .expand-td{
	margin: 5px 0;
    width: 80.5% !important;
}
.vouchre-frm-area{
	background: none repeat scroll 0 0 #FFEECC;
    float: left;
    padding: 0 10px;
    width: 97%;
}
.vouchre-frm-area p{
	color: #444444;
    float: left;
    margin: 25px 0 !important;
}
.vouchre-frm-area input[type="text"]{
	border: 1px solid #888888;
    height: 28px !important;
    margin: 18px 10px !important;
    width: 150px !important;
}
.vouchre-frm-area input[type="button"]{
	background: none repeat scroll 0 0 #5E9F0B;
    border: 1px solid #000000;
    color: #FFFFFF;
    height: 30px;
    margin: 18px 0px !important;
    width: 110px !important;
    cursor:pointer;
    float:left;
    transition: 0.5s;
	-o-transition: 0.5s;
	-ms-transition: 0.5s;
	-moz-transition: 0.5s;
	-webkit-transition: 0.5s;
}
.vouchre-frm-area input[type="button"]:hover{
	background: none repeat scroll 0 0 #F1590D;
	
	transition: 0.5s;
	-o-transition: 0.5s;
	-ms-transition: 0.5s;
	-moz-transition: 0.5s;
	-webkit-transition: 0.5s;
}
.vouchre-frm-area input[type="submit"]{
	background: none repeat scroll 0 0 #5E9F0B;
    border: 1px solid #000000;
    color: #FFFFFF;
    height: 30px;
    margin: 18px 0px !important;
    width: 110px !important;
    cursor:pointer;
    float:left;
    transition: 0.5s;
	-o-transition: 0.5s;
	-ms-transition: 0.5s;
	-moz-transition: 0.5s;
	-webkit-transition: 0.5s;
}
.vouchre-frm-area input[type="submit"]:hover{
	background: none repeat scroll 0 0 #F1590D;
	
	transition: 0.5s;
	-o-transition: 0.5s;
	-ms-transition: 0.5s;
	-moz-transition: 0.5s;
	-webkit-transition: 0.5s;
}
.add-cart-area table tr .g-price{
	color: #9A2805;
    float: right;
    font-size: 14px;
    margin: 5px 0;
    text-align: center;
    width: 17% !important;
}
.add-cart-area table tr .g-price p{
	color: #9A2805;
    font-size: 14px;
    margin: 2px 0;
    text-align: center;
    width: 100%;
}
.add-cart-area table tr .c-shop{
	background: url("../img/trolley_add.png") no-repeat scroll 6px 7px #5E9F0B;
    border: 1px solid #000000;
    color: #FFFFFF;
    float: left;
    margin: 5px 15px 4px 0;
    padding: 10px 13px 10px 47px;
}
.add-cart-area table tr .c-shop:hover{
	background: url("../img/trolley_add.png") no-repeat scroll 6px 7px #F1590D;
	
	transition: 0.5s;
	-o-transition: 0.5s;
	-ms-transition: 0.5s;
	-moz-transition: 0.5s;
	-webkit-transition: 0.5s;
}
.add-cart-area table tr td .p-shop{
	background: url("../img/trolley.png") no-repeat scroll 5px 7px #5E9F0B;
    border: 1px solid #000000;
    color: #FFFFFF;
    float: left;
    margin: 5px 15px 4px 0;
    padding: 10px 13px 10px 47px;
}
.add-cart-area table tr td .p-shop:hover{
	background: url("../img/trolley.png") no-repeat scroll 5px 7px #F1590D;
	
	transition: 0.5s;
	-o-transition: 0.5s;
	-ms-transition: 0.5s;
	-moz-transition: 0.5s;
	-webkit-transition: 0.5s;
}



.comments{
	display: none;
}



.register{
	float: left;
	width: 100%;
	margin: 20px 0;
}
.left-frm{
	float: left;
	width: 48%;
	padding: 8px;
}
.left-frm h4{
	color: #9A2805;
    float: left;
    font-size: 18px;
    font-weight: normal;
    margin: 15px 0;
    width: 95%;
}
.reg-frm{
	background: url("../img/bg-body.png") repeat scroll 0 0 #FFFFE4;
    border-bottom: 5px solid #B60403;
    float: left;
    margin: 35px 0 5px;
    position: relative;
    width: 100%;
}
.reg-frm .heading{
	background: none repeat scroll 0 0 #B60403;
    border-radius: 3px;
    box-shadow: 1px 1px 0 #555555;
    color: #FFFFFF;
    font-size: 15px;
    left: 10px;
    padding: 10px;
    position: absolute;
    text-align: center;
    top: -20px;
    width: 200px;
}
.reg-frm table{
	margin: 20px 0 0 0;
	float: left;
	width: 100%;
}
.reg-frm table tr{
	float: left;
    margin: 10px 6px;
    width: 97%;
}
.reg-frm table tr th{
	font-size: 14px;
	color: #333;
	font-weight: normal;
	float: left;
	margin: 0 0 0 10px;
	width: 190px;
	text-align: left;
}
.reg-frm table tr th a{
	color: #a00;
}
.reg-frm table tr th a:hover{
	color: #000;
	text-decoration: underline;
}
.reg-frm table tr th span{
	color: #a00;
	font-size: 16px;
}
.reg-frm table tr td{
	float: left;
	width: 250px;
}
.reg-frm table tr td input[type="text"],input[type="password"]{
	float: left;
	width: 91%;
	border: 1px solid #E1E1E1;
	background: #fafafa;
	height: 28px;
	
	transition: 0.5s;
	-o-transition: 0.5s;
	-moz-transition: 0.5s;
	-ms-transition: 0.5s;
	-webkit-transition: 0.5s;
}
.reg-frm table tr td select{
	background: none repeat scroll 0 0 #fafafa;
    border: 1px solid #E1E1E1;
    float: left;
    height: 28px;
    padding: 3px 0;
    width: 91%;
    
    transition: 0.5s;
	-o-transition: 0.5s;
	-moz-transition: 0.5s;
	-ms-transition: 0.5s;
	-webkit-transition: 0.5s;
}
.reg-frm table tr td input[type="text"]:hover,
.reg-frm table tr td input[type="text"]:focus,
.reg-frm table tr td select:hover,
.reg-frm table tr td select:focus{
	background: none repeat scroll 0 0 #ffffff;
	border:1px solid #999;
	color: #000;
	
	transition: 0.5s;
	-o-transition: 0.5s;
	-moz-transition: 0.5s;
	-ms-transition: 0.5s;
	-webkit-transition: 0.5s;
}
.reg-frm table tr .botn-reg{
	float: left;
	width: 100%;
}
.reg-frm table tr td input[type="submit"]{
	background: none repeat scroll 0 0 #579509;
    border: 1px solid #333;
    color:#fff;
    float: right;
    height: 32px;
    width: 30%;
    cursor:pointer;
	
	transition: 0.5s;
	-o-transition: 0.5s;
	-moz-transition: 0.5s;
	-ms-transition: 0.5s;
	-webkit-transition: 0.5s;
}
.reg-frm table tr td input[type="submit"]:hover{
	background: none repeat scroll 0 0 #D9520B;
	
	transition: 0.5s;
	-o-transition: 0.5s;
	-moz-transition: 0.5s;
	-ms-transition: 0.5s;
	-webkit-transition: 0.5s;
}
.right-frm{
	float: right;
	width: 48%;
	padding: 8px;
}
.right-frm h4{
	color: #9A2805;
    float: left;
    font-size: 18px;
    font-weight: normal;
    margin: 15px 0;
    width: 95%;
}
.maptour {
    float: left;
    width: 74%;
}
.maptour iframe {
    height: 545px;
    width: 705px;
}
.right-gal {
    float: right;
    width: 212px;
}
.right-gal ul {
    float: left;
    margin: 10px 0;
    padding: 0;
    width: 100%;
}
.right-gal ul li {
    border: 1px dashed #CCCCCC;
    border-radius: 7px;
    float: left;
    list-style: none outside none;
    margin: 0 0 20px;
    padding: 5px;
    width: 82%;
}
.right-gal ul li img {
    border-radius: 5px;
    float: left;
    margin: 0;
    width: 100%;
}
/*pagination start here*/

.boxPage{
	width:30px;
	height:27px;
	display:block;
	float:right;
	margin:8px 2px 2px 2px;
	padding-right:10px;
	}


.txtsmallOrange{
	font-family:  Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:normal;
	text-decoration:none;
	color:#000;
	padding:6px 10px;
	background:#EBD9B5;
	width:30px; height:26px;
	margin-right:6px;
}
.txtsmallNormal{
	font-family:  Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:normal;
	text-decoration:none;
	color:#FFF;
	padding:6px 10px;
	background: #5E9F0B;
	width:30px; height:26px;
	margin-right:6px;
}
.txtsmallNormal:hover{
	text-decoration:none;
	color:#000;
	background:#FFF;
}
.nextprevSC {
	font-family:  Arial, Helvetica, sans-serif;
	text-decoration: none;
	background:#5E9F0B;
	color:#FFF;
	padding:6px 8px;
	font-size:12px;
	font-weight:normal;
	width:30px; height:26px;
}
.noRecord{
	font-family:  Arial, Helvetica, sans-serif;
	width:650px;
	height:100px;
	color:#FF0000;
	margin:auto 0;
	font-size:12px;
	text-align:center;
	padding-top:20px;
}
/* validation */	
.required{
	width: 100%;
	background: #ee0101;
	position:relative;
	color:#FFF;
	width: auto;
	font-size: 11px;
	border: 2px solid #ee0101;
	box-shadow: 0 0 6px #000;
	-moz-box-shadow: 0 0 3px #000;
	-webkit-box-shadow: 0 0 3px #000;
	padding: 4px 10px 4px 10px;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	font-weight:bold;
}
.required:after{
	content: "";
    position: absolute;
   top: 100%;
   left: 20px;
   border-top: 10px solid #FF0000;
   border-top-color: inherit; 
   border-left:10px solid transparent;
   border-right:14px solid transparent; 
	}
.star{
	color:#F00;
	font-weight: bold;
	font-size:20px;
	padding: 0 0 10px;
	font-family: arial;
	}
.msggreen{
	color:#5B8B3C;
	font-weight: bold;
	font-size:12px;
	padding: 0 0 10px;
	font-family: arial;
	}
.add_message {
    background: none repeat scroll 0 0 #DFF0D8 !important;
    border: 8px solid #D9D9D9;
    color: #468847;
    /*font-weight: bold;*/
	padding: 10px;
	text-align:center;
}.err_message {
    background: none repeat scroll 0 0 #FCC9D0 !important;
    border: 8px solid #D9D9D9;
    color:#F00;
    /*font-weight: bold;*/
	padding: 10px;
	text-align:center;
}
.news-box {
    background-color: #373737;
    border: 1px solid #333333;
    color: #F6F7FA;
    font-family: 'PlayRegular';
    font-style: italic;
    height: 25px;
	margin-top: 20px;
    margin-bottom: 20px;
    width: 225px;
	padding:0 0 0 5px;
	transition:0.5s;  
	-o-transition:0.5s; 
	-moz-transition:0.5s; 
	-webkit-transition:0.5s; 
	-ms-transition:0.5s;
}
.news-box:hover,.news-box:focus {
    background-color: #373737;
    border: 1px solid #0377E4;
    color: #0377E4;
    box-shadow: 0px 0px 2px #006DDA;
	transition:0.5s;  
	-o-transition:0.5s; 
	-moz-transition:0.5s; 
	-webkit-transition:0.5s; 
	-ms-transition:0.5s;	    
}
.btn_news {
    background: none repeat scroll 0 0 #373737 !important;
    border: medium none;
    color: #CCCCCC !important;
    cursor: pointer;
    font-family: 'futura_md_btmedium' !important;
    font-size: 12px;
    height: 34px !important;
    line-height: 30px !important;
    width: 110px;
	transition:0.5s;  
	-o-transition:0.5s; 
	-moz-transition:0.5s; 
	-webkit-transition:0.5s; 
	-ms-transition:0.5s;
}
.btn_news:hover {
    background: none repeat scroll 0 0 #CCCCCC !important;    
    color: #000000 !important;  
	transition:0.5s;  
	-o-transition:0.5s; 
	-moz-transition:0.5s; 
	-webkit-transition:0.5s; 
	-ms-transition:0.5s; 
}
.contener-width{
	/*border: 1px dashed #E7E7E7;*/
    float: left;
    padding: 15px 0 10px;
    width: 100%;
}
.border-bottom-area{
	float: left;
	border-bottom: 1px dashed #A4A4A4;
	padding-bottom: 15px;
}
.guaraetee{
	height: 220px;
    position: absolute;
    right: -25px;
    top: -111px;
    width: 220px;
}



.funct-nav{
	float: left;
    margin: 20px 0;
    width: 100%;
}
.funct-nav ul{
	float: left;
	width: 100%;
}
.funct-nav ul li{
	float: left;
}
.funct-nav ul li a{
	padding: 10px 15px;
	background: #5D9F11;
}
.funct-nav ul li a:hover{
	background: #F45B0E;
}
.active{
	background: #F45B0E;
}


.fun-tab-container{
	float: left;
	width: 100%;
}
.fun-tab-container .cont-fun{
	float: left;
	position: relative;
	width: 100%;
}

.border-bottom-area{
	float: left;
	border-bottom: 1px dashed #A4A4A4;
	padding-bottom: 15px;
}







.contact-table{
	float: left;
    margin: 0 0 20px 40px;
    width: 92%;
	position:relative;
}
.contact-table h3{
	color: #2F1C1C;
    float: left;
    font-family: 'AgencyFB-Reg';
    font-size: 27px;
    font-weight: normal;
    margin: 0 0 0 65px;
    padding: 10px 0;
    text-align: justify;
    width: 85%;
}
.contact-table form{
	float: left;
    margin: 10px 65px 50px;
    width: 85%;
}
.contact-table .form-left-side{
	float: left;
	width: 50%;
}
.contact-table .form-right-side{
	float: right;
	width: 50%;
}




.contact-table .form-left-side label{
	float: left;
    margin: 5px 0;
    width: 100%;
}
.contact-table .form-left-side label span{
	float: left;
	color: #696969;
	width: 30%;
}
.contact-table .form-left-side label input[type="text"]{
	border: 1px solid #999;
	height: 30px;
	width: 57.5%;
}





.contact-table .form-right-side label{
	float: left;
    margin: 5px 0;
    width: 100%;
}
.contact-table .form-right-side label span{
	float: left;
	color: #696969;
	width: 30%;
}
.contact-table .form-right-side label input[type="text"]{
	border: 1px solid #999;
	height: 30px;
	width: 69%;
}
.contact-table .form-right-side label textarea{
	border: 1px solid #999999;
    height: 120px;
    width: 69%;
}
.contact-table .form-right-side label input[type="submit"], 
.contact-table .form-right-side label input[type="button"]{
	border: 1px solid #333;
    float: right;
    height: 33px;
    margin: 0 3px 0 0;
    width: 40%;
    background: #579509;
    color: #fff;
    
    transition: 0.5s;
    -o-transition: 0.5s;
    -moz-transition: 0.5s;
    -webkit-transition: 0.5s;
}
.contact-table .form-right-side label input[type="submit"]:hover, 
.contact-table .form-right-side label input[type="button"]:hover{
    background: #F35A0E;
    color: #fff;
    
    transition: 0.5s;
    -o-transition: 0.5s;
    -moz-transition: 0.5s;
    -webkit-transition: 0.5s;
}



.contact-table .form-left-side .err-right{
	color: #AA0000 !important;
    float: right !important;
    width: 23% !important;
}
.contact-table .form-right-side .err-right{
	color: #AA0000 !important;
    float: right !important;
    width: 12% !important;
}
/* Scrollbar vertical */
.scrollgeneric {
line-height: 1px;
font-size: 1px;
position: absolute;
top: 0; left: 0;
overflow:auto;
}

.vscrollerbase {
width: 15px;
background-color: none;
}
.vscrollerbar {
width: 5px;
background-color: #5FA10C;
margin-left:4px;
}
.scrollerjogbox {
width: 10px;
height: 10px;
top: auto; left: auto;
bottom: 0px; right: 0px;
}
/* Scrollbar vertical */

/* tab css */
.full-width{
	float: left;
    margin: 15px 0 15px 20px;
    width: 95.5%;
}

#tabs {
	border-bottom: 1px solid #ccc;
	height: 33px;
	margin: 0;
	padding-top: 5px;
	background: #eee;
}
#tabs a {
	color: #0088CC;
    float: left;
    margin: 0;
    padding: 10px 15px 6px;
    text-decoration: none;
    display: block;
}
#tabs a:hover {
	background: #ddd;
	color: #058;
	border-color: #ddd #ddd #ccc;
}
#tabs a.active {
	background: none repeat scroll 0 0 #FFFFFF;
    border-left: 1px solid #CCCCCC;
    border-right: 1px solid #CCCCCC;
    border-top: 1px solid #CCCCCC;
    color: #555555;
}
#tabs a.active:hover {
	background: #fff;
	color: #555;
	border-color: #ccc #ccc #fff;
}
#tabs_data fieldset {
	display: none;
	border: 0;
}
#tabs_data fieldset div {
	font-size: 13px;
}
#tabs_data{
	background: none repeat scroll 0 0 #FFFFFF;
    border-bottom: 1px solid #CCCCCC;
    border-left: 1px solid #CCCCCC;
    border-right: 1px solid #CCCCCC;
    padding: 5px 0 0;
}
.rg-img{
	float: right;
	width: 53%;
	padding-top: 28px;
}
/* tab css */

.header-top-addcart{
	background: none repeat scroll 0 0 #FFFFFF;
    float: right;
    height: 35px;
    line-height: 35px;
    margin: 21px 45px 0 0;
    position: relative;
    width: 200px;
    z-index: 1000;
}
.header-top-addcart .btn-toggle{
	background: url("../img/trolley.png") no-repeat scroll 8px 6px #215500;
    content: "";
    float: left;
    height: 35px;
    position: relative;
    width: 100%;
}
.header-top-addcart .btn-toggle .empty {
	background: none repeat scroll 0 0 #437701;
    color: #FFFFFF;
    display: inline-block;
    float: right;
    font-family:"Arial", sans-serif;
    font-size: 16px;
    margin: 0;
    padding: 0;
    text-align: center;
    width: 75%;
}
nav .nav-right {
    background: url("../img/nav-right.png") repeat scroll 0 0 rgba(0, 0, 0, 0);
    float: left;
    margin: -1px 0 0 -10px;
    padding: 0 0 0 10px;
    width: 410px;
    z-index: 1;
}

/*---------------light-----------------------*/
.label {
	font-family: Verdana;
	font-size: medium;
	font-weight: bold;
	color: #000000;
}
.click {
	font-family: Verdana;
	font-size: medium;
	font-weight: bold;
	color: #000000;
}

.Title {
	font-family: Verdana;
	font-size: large;
	font-weight: bold;
	color: #FF9900;
}

#Button1 {
	width: 64px;
	font-family: Verdana;
	font-size: medium;
	font-weight: bold;
	background-color: Teal;
	color: #FFF;
}
.black_overlay {
	display: none;
	position: fixed;
	top: 0%;
	left: 0%;
	width: 100%;
	height: 100%;
	background-color: black;
	z-index: 1001;
	-moz-opacity: 0.8;
	opacity: .80;
	filter: alpha(opacity=80);
}
.white_content {
	background-color: #D8D8D8;
    /*display: none;*/
    height: auto;
	min-height:280px;
    /*margin-left: 24%;*/
    overflow: auto;
    padding: 10px;
   /* position: fixed;*/
    top: 22%;
    width: 677px;
    /*z-index: 1002;*/
}
.light-table-area{
	background: none repeat scroll 0 0 #FFFFFF;
    float: left;
    margin: 0;
    overflow: hidden;
    padding: 5px;
    width: 98.3%;
}
.light-table-area h4{
	border-bottom: 1px solid #CCCCCC;
    color: #69AF30;
    font-family: arial;
    font-size: 18px;
    font-weight: normal;
    margin: 5px 0;
    padding-bottom: 10px;
}

.light-table-area h5{
	color: #92010C;
    font-family: arial;
    font-size: 16px;
    font-weight: normal;
    margin: 10px 0 0 10px;
}
.table-area{
	float: left;
	width: 100%;
	border-bottom: 1px dashed #CCCCCC;
}
/*.light-left{
	float: left;
	width: 47%;
}*/
.light-left ul{
	/*border-right: 1px dashed #CCCCCC;*/
    float: left;
    margin: 5px 0;
    padding: 10px;
    width: 94%;
}
.light-left ul li{
	float: left;
	width: 100%;
	margin: 4px 0;
}
.light-left ul li p{
	float: left;
	width: 80%;
	color: #999;
}
.light-left ul li p span{
	float: right;
}
.light-left ul li p span select{
	float: right;
	width: 150px;
	height: 30px;
	padding: 5px;
	border: 1px solid #ccc;
}
.light-left ul li input[type="checkbox"]{
	float: right;
}
.light-right{
	float: right;
	width: 47%;
}
.light-right ul{
	border-right: none;
    float: left;
    margin: 5px 0;
    padding: 10px;
    width: 94%;
}
.light-right ul li{
	float: left;
	width: 100%;
	margin: 4px 0;
}
.light-right ul li p{
	float: left;
	width: 80%;
	color: #999;
}
.light-right ul li p span{
	float: right;
}
.light-right ul li p span select{
	float: right;
	width: 150px;
	height: 30px;
	padding: 5px;
	border: 1px solid #ccc;
}
.light-right ul li input[type="checkbox"]{
	float: right;
}
.white_content .l-closed{
	background: none repeat scroll 0 0 #878787;
    border-radius: 13px;
    float: right;
    margin: 0;
    padding: 5px 6px;
}
.l-button{
	float: left;
	width:100%;
	margin: 10px 0;
}
.l-button p{
	background: none repeat scroll 0 0 #FFF1A6;
    color: #AA0000;
    float: right;
    font-family: "Arial",Helvetica,sans-serif;
    font-size: 18px;
    font-weight: bold;
    padding: 4px 20px;
    margin: 0 10px 0 0;
}
.l-button input[type="button"], .l-button input[type="Submit"]{
	background: none repeat scroll 0 0 #7BC300;
    border: 1px solid #333;
    color: #FFFFFF;
    float: right;
    font-family: "Arial",Helvetica,sans-serif;
    font-size: 16px;
    height: 30px;
    margin: 0;
    width: 85px;
    display: block;
    cursor:pointer;
    
    transition: 0.5s;
	-o-transition: 0.5s;
	-moz-transition: 0.5s;
	-ms-transition: 0.5s;
	-webkit-transition: 0.5s;
}
.l-button input[type="button"]:hover, .l-button input[type="Submit"]:hover{
	background: none repeat scroll 0 0 #D9520B;
	
	transition: 0.5s;
	-o-transition: 0.5s;
	-moz-transition: 0.5s;
	-ms-transition: 0.5s;
	-webkit-transition: 0.5s;
}
.light-full{
float:left;
width:100%;
}
.light-full ul{
	/*border-right: 1px dashed #CCCCCC;*/
    float: left;
    margin: 5px 0;
    padding: 0;
    width: 100%;
}
.light-full ul li{
	float: left;
    margin: 4px 10px 4px 5px;
    width: 45%;
}
.light-full ul li p{
	float: left;
	width: 70%;
	color: #999;
}
.light-full ul li p span{
	float: right;
}
.light-full ul li p span select{
	float: right;
	width: 150px;
	height: 30px;
	padding: 5px;
	border: 1px solid #ccc;
}
.light-full ul li input[type="checkbox"]{
	float: right;
	margin: 0 40px 0 0;
}
.quick{
	background: url("../img/bg-body.png") repeat scroll 0 0 #FFFFE4;
    border-bottom: 5px solid #B60403;
    float: left;
    margin: 35px 0 5px;
    position: relative;
    width: 100%;
}
.quick .heading{
	background: none repeat scroll 0 0 #B60403;
    border-radius: 3px;
    box-shadow: 1px 1px 0 #555555;
    color: #FFFFFF;
    font-size: 15px;
    left: 10px;
    padding: 10px;
    position: absolute;
    text-align: center;
    top: -20px;
    width: 200px;
}
.quick-listing{
	float: left;
	width: 100%;
	margin: 30px 0 0 0;
}
.quick-listing table{
	float: left;
	width: 100%;
}
.quick-listing table tr{
	float: left;
	width: 100%;
}
.quick-listing table tr th{
	font-size: 14px;
	color: #333;
	font-weight: normal;
	float: left;
	margin: 0 0 10px 10px;
	text-align: left;
}
.quick-listing table tr th:first-child{
	width: 18%;
}
.quick-listing table tr th:nth-child(2){
	width: 52%;
}
.quick-listing table tr th:last-child{
	width: 23%;
}
.quick-listing table tr td{
	font-size: 14px;
	color: #565656;
	font-weight: normal;
	float: left;
	margin: 0 0 10px 10px;
	text-align: left;
}
.quick-listing table tr td:first-child{
	width: 18%;
}
.quick-listing table tr td:nth-child(2){
	width: 52%;
}
.quick-listing table tr td:last-child{
	width: 23%;
}
.quick-listing table tr .quick-btn{ float: left;
    margin: 10px 0;
    width: 96% !important;
}
.quick-listing table tr td input[type="submit"],input[type="button"]{
	background: none repeat scroll 0 0 #579509;
    border: 1px solid #333;
    color:#fff;
    float: right;
    height: 32px;
    width: 30%;
    cursor:pointer;
	
	transition: 0.5s;
	-o-transition: 0.5s;
	-moz-transition: 0.5s;
	-ms-transition: 0.5s;
	-webkit-transition: 0.5s;
}
.quick-listing table tr td input[type="submit"]:hover{
	background: none repeat scroll 0 0 #D9520B;
	
	transition: 0.5s;
	-o-transition: 0.5s;
	-moz-transition: 0.5s;
	-ms-transition: 0.5s;
	-webkit-transition: 0.5s;
}
.custinfo{
	float:left;
	width:100%;
	margin:30px 0 0 0;
}
.custinfo tr th{font-weight:normal; text-align:left; color:#545454; margin:3px 0 0 10px; float:left;}
.custinfo tr td input[type="submit"], input[type="button"] {
    background: none repeat scroll 0 0 #579509;
    border: 1px solid #333;
    color: #fff;
    cursor: pointer;
    float: right;
    height: 32px;
    transition: all 0.5s ease 0s;
    width: 30%;
}
.paypalprocessing p{
	align:center;
}
.index_video iframe{
	margin: 0 0 -3px 11px;
    width: 300px;
	height: 200px;
}

/* HAlf Half pizza*/

.listings-area table tr .half-struct{
	background: none repeat scroll 0 0 #fff;
    border-radius: 5px;
    float: left !important;
    margin: 15px 5px 0 !important;
    padding: 3px !important;
    width: 46% !important;
}
.half-list{
	float:left;
	width:100%;
}
.half-list select{
	border: 1px solid #ccc;
    display: block;
    float: left;
    height: 30px;
    margin: 8px 5px;
    padding: 5px;
    width: 96%;
	
	transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	-ms-transition: all 0.5s ease 0s;
}
.half-list select:hover{
	border: 1px solid #0695cd;
	
	transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	-ms-transition: all 0.5s ease 0s;
}
.half-list p{
	margin: 4px 0 4px 5px;
    text-align: justify;
    width: 96%;
}
.half-list a{
	background: none repeat scroll 0 0 #0695cd !important;
    border: medium none;
    color: #ffffff;
    cursor: pointer;
    float: right !important;;
	border-radius: 5px !important;;
    font-family: arial !important;;
    font-size: 11px !important;;
    font-weight: bold !important;;
    height: 30px !important;
    line-height: 30px !important;
    margin: 5px !important;
    padding: 0 !important;
    text-align: center !important;
    width: 36% !important;
	
	transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	-ms-transition: all 0.5s ease 0s;
}
.half-list a:hover {
    background: none repeat scroll 0 0 #005189 !important;
	
    transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	-ms-transition: all 0.5s ease 0s;
}
.half-tr{
	border-top: 1px dashed #ccc;
	border-bottom: 1px dashed #ccc;
	float: left !important;
	width: 96% !important;
	margin: 5px 0 15px !important;
	padding: 6px 8px !important;
}

.half-tr p{
	float: left;
    margin: 8px 0;
	font-size:15px !important;
}
.half-price{
	float:right;
	width:42%;
}
.half-tr span{
	background: none repeat scroll 0 0 #00ABAB;
	border-radius: 5px;
    color: #fff;
    float: left;
    font-family: Arial,sans-serif;
    font-size: 20px;
    font-weight: bold;
    margin: 0 0 0 10px;
    padding: 3px 8px;
}
.half-tr input[type="submit"]{
	background: none repeat scroll 0 0 #006060;
    border: medium none;
    border-radius: 20px !important;
    cursor: pointer;
    display: block;
    float: left;
    font-size: 25px !important;
    height: 30px !important;
    line-height: 28px !important;
    margin: 0 0 0 10px !important;
	color:#fff;
    padding: 0 !important;
    width: 30px !important;
	
	transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	-ms-transition: all 0.5s ease 0s;
}
.half-tr input[type="submit"]:hover {
    background: none repeat scroll 0 0 #00ABAB !important;
    transition: all 0.5s ease 0s;
}
/* specials */
.full-spcl{
                float:left !important;
                width:96% !important;
}
.full-area-spl{
                float:left;
                width:100%;
}
.full-area-spl h5{
                float:left;
                width:95%;
                margin:10px 0 0 0 !important;
}
.spl-div{
                float:left;
                width:100%;
                margin:1px 0;
}
.spl-div p{
                margin: 15px 0;
                width:20%;
}
.spl-div select{
               border: 1px solid #FFE5B1;
display: block;
float: left;
height: 36px;
margin: 8px 9px;
padding: 4px;
width: 58%;
transition: all 0.5s ease 0s;
background: #FFF9E9;
.spl-div select:hover{
                border: 1px solid #0695cd;
                
                transition: all 0.5s ease 0s;
                -o-transition: all 0.5s ease 0s;
                -moz-transition: all 0.5s ease 0s;
                -webkit-transition: all 0.5s ease 0s;
                -ms-transition: all 0.5s ease 0s;
}
.spl-div a{
                background: none repeat scroll 0 0 #0695cd !important;
    border: medium none;
    color: #ffffff;
    cursor: pointer;
    float: right;
                border-radius: 5px;
    font-family: arial;
    font-size: 12px;
    font-weight: bold;
    height: 30px !important;
    line-height: 30px !important;
    margin: 8px 5px !important;
    padding: 0;
    text-align: center;
    width: 20%;
                
                transition: all 0.5s ease 0s;
                -o-transition: all 0.5s ease 0s;
                -moz-transition: all 0.5s ease 0s;
                -webkit-transition: all 0.5s ease 0s;
                -ms-transition: all 0.5s ease 0s;
}
.spl-div a:hover {
    background: none repeat scroll 0 0 #005189 !important;
                
    transition: all 0.5s ease 0s;
                -o-transition: all 0.5s ease 0s;
                -moz-transition: all 0.5s ease 0s;
                -webkit-transition: all 0.5s ease 0s;
                -ms-transition: all 0.5s ease 0s;
}



@media only screen 420px{


.sidenav{
	width:96%;
	margin:1% 0;}
	
}