﻿/************************ OTHER CSS begins ************************/
/*h1, h2, h3, h4, h5, h6{
	margin:0 0 0px;
	padding:0px 0;
	color:#fff;
	border-bottom:0px solid #999;
	text-transform:capitalize;
	line-height:normal;
}
h1 span, h2 span, h3 span, h4 span, h5 span, h6 span
{
    color:#999;
}*/
/*h1 {
	font-size:36px;
}
h2 {
	font-size:35px;
}
h3 {
	font-size:30px;
}
h4 {
	font-size:24px;
}
h5 {
	font-size:20px;
}
h6 {
	font-family:Arial Black, Arial, Helvetica, sans-serif;
	font-size:16px;
}

footer h6{
	font-size:16px;
}*/

p
{
    margin:0 0 10px;
    padding:0;
	line-height:24px;
}

margin-right_20
{
    margin-right:20px;
}

.banner_right
{
    height:335px;
    overflow:hidden;
}

.fleft{
	float:left;
}

.fright{
	float:right;
}

.left_img, .figure_left{
	margin:0 25px 8px 0;
	float:left;
}

.right_img, .figure_right{
	margin:0 0 8px 25px;
	float:right;
}

.align-left{
	text-align:left;
}

.align-center{
	text-align:center;
}

.align-right{
	text-align:right;
}

.align-justify{
	text-align:justify;
}

.full_row, .full-col{
	width:100%;
	overflow:hidden;
}

.display_block{
	display:block;
}

.inline-block{
	display:inline-block;
}

.display_none
{
    display:none;
}

.auto-margin{
	margin:0 auto;
	display:block;
	float:none;
}
.auto-margin.home_lo-image-margin
{
    margin-top:51px;
}

.auto-width
{
    width:auto!important;
}

.margin_bottom-15{
	margin-bottom:15px;
}

.margin_bottom-5{
	margin-bottom:5px;
}
.padding_top-20{
	padding-top:20px;
}

.padding_bottom-20
{
    padding-bottom:20px;
}

.bold-font {
	font-weight:bold;
}

.uline-font
{
    text-decoration:underline;
}

.italic-font
{
    font-style:italic;
}

.uppercase{
	text-transform:uppercase;
}

.img_border{
	border:3px solid #000000;
	box-sizing:border-box;
    -moz-box-sizing:border-box;
    -webkit-box-sizing:border-box;
    -khtml-box-sizing:border-box;
    -o-box-sizing:border-box;
}

.img_border:hover{
	border-color:#333;
}

.clear{
	clear:both;
}

.clear-none{
	clear:none;
}

.red-font
{
    color:#CF3D27!important;
}

.pink-font{
	color:#000000!important;
}

.black-font{
	color:#000!important;
}

.grey-font{
	color:#333!important;
}

.blue-font{
	color:#000000!important;
}

.beige-font{
	color:#333!important;
}

.green-font{
	color:#41812a!important;
}

.white-font{
	color:#fff!important;
}

.white_bg{
	background:#fff;
}

.beige_bg{
	background:#333;
	color:#fff;
}

.light-beige_bg{
	background:#f4efe8;
}

.pink_bg
{
    background:#000000;
    color:#fff;
}

.light-pink_bg
{
    background:#EAEAEF;
}

.black_bg
{
    background:#000;
}

.min_height-450
{
    min-height:450px;
}

.font_16{
	font-size:16px;
	font-weight:bold;
}

.subhead
{
    font-size:16px;
    font-weight:bold;
    margin:0 0 15px;
    padding:0;
}

.inner {
	padding:10px;
	overflow:hidden;
}

.inner_25{
	padding:25px;
	overflow:hidden;
}

.featured_home h4 {
    /*color:#000000;*/  color: #fff;
    font-family: 'Fjalla One',sans-serif;
    font-size: 19px;
    font-weight: normal;
    line-height: 23px;
    margin-bottom: 30px;
    padding: 15px 43px 14px;
    text-transform: uppercase;
}
.featured_home h4 {
    background: url("../images/marker3.png") no-repeat scroll 14px 15px #000000;   /*background: url("../images/marker3.png") no-repeat scroll 14px 15px #F2F7FB;*/   
    border:1px solid #000000;  /*border:1px solid #ccc;*/
}

ul.featured_products-box{
	margin:0;
	padding:0;
	overflow:hidden;
}

.featured_products-box li{
	margin:0;
	padding:15px;
	width:233px;
	height:372px;
	background:#ececec;
	border-width:1px 1px 0 0;
	border-style:solid;
	border-color:#ccc;
	list-style-type:none;
	overflow:hidden;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-khtml-box-sizing:border-box;
	-o-box-sizing:border-box;
	float:left;
}

.featured_products-box li.last{
	width:234px;
	border-right:0;
}

.featured_products-box li img{
	margin:10px auto 15px;
	width:183px;
	height:131px;
	border:1px solid #ddd;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-khtml-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	display:block;
}

.featured_products-box li span{
	margin:0 0 5px;
	display:block;
}

.featured_products-box li span > span:first-child
{
    font-weight:bold;
}

.featured_products-box li span.heading 
{
    padding:8px;
    height:18px;
    color:#000000;
    font-family:'Oswald', Sans-Serif;
    font-size:14px;
    font-weight:bold;
    text-transform:uppercase;
    overflow:hidden;
}

.featured_products-box li span.desc
{
    padding:8px;
    height:34px;
    overflow:hidden;
}


.featured_products-box li a.featured_btn {
    background: url("../images/featured_btn.png") no-repeat scroll 0 0;
    display: block;
    float: right;
    height: 34px;
    margin-left:5px;
    padding: 0 0 0 12px;
    text-decoration: none;
}

.featured_products-box li a.featured_btn span{
    background: url("../images/featured_btn.png") no-repeat scroll right 0;
    color: #565656;
    cursor: pointer;
    display: block;
    font: bold 12px "Arial";
    height: 25px;
    padding: 9px 33px 0 0;
}

.featured_products-box li a.featured_btn span:hover{
    color: #000000;
}

.featured_products-box li span.price
{
    margin:0 0 8px 0;
    padding:8px;
	font-family: 'Oswald',sans-serif;
    font-size: 17px;
	color:#333;
	overflow:hidden;
}

.featured_products-box li .btn-addtocart
{
    padding:6px 18px;
    background:#333;
    border:1px solid #333;
    color:#fff;
    font-family: 'Oswald',sans-serif;
    font-size: 14px;
    text-align:center;
    display:inline-block;
    cursor:pointer;
}

.featured_products-box li .btn-addtocart:hover
{
    background:#000000; /*background:#6C8658;*/
    border:1px solid #000000;   /*border:1px solid #6C8658;*/
}

.featured_products-box li .btn-view
{
    padding:6px 18px;
    background:#000000; /*background:#6C8658;*/
    border:1px solid #000000;   /*border:1px solid #6C8658;*/
    color:#fff;
    font-family: 'Oswald',sans-serif;
    font-size: 14px;
    text-align:center;
    display:inline-block;
    cursor:pointer;
}

.featured_products-box li .btn-view:hover
{
    background:#333;
    border:1px solid #333;
}

.btn-details{
	padding:5px 7%;
	background:#333;
	border:1px solid #333;
	color:#fff;
	font-size:11px;
	display:inline-block;
	cursor:pointer;
	text-decoration:none;
}

.btn-details:hover
{
    /*color:#000000;
	background:#fff;
	border:1px solid #000000;*/
	color:#fff;
	background:#333;
	border:1px solid #333;
}

.btn-addtocart{
	padding:5px 15px;
	/*background:#000000;
	border:1px solid #000000;*/
	/*background:#333;*/
    border:1px solid #314212;
    background:url(../img/btn-bg.png) repeat-x #5c6d3d;
	color:#fff!important;
	font-size:12px;
	display:inline-block;
	cursor:pointer;
	text-decoration:none;
}

.btn-addtocart:hover{
	background:#5c6d3d;
	border:1px solid #5c6d3d;
	color:#fff;
	text-decoration:none;
}

.btn-view{
	padding:5px 15px;
	/*background:#000000;
	border:1px solid #000000;*/
	/*background:#333;*/
    background:url(../img/view-bg.png) repeat-x #634e03;
    border:1px solid #634e03;   /*border:1px solid #6C8658;*/
	color:#fff!important;
	font-size:12px;
	display:inline-block;
	cursor:pointer;
	text-decoration:none;
}

.btn-view:hover{
	background:#634e03;
	border:1px solid #634e03;
	color:#fff;
	text-decoration:none;
}

.view{
	width:33px;
	height:33px;
	background: url(../img/view.png) no-repeat;
	background-position:left top;
	display:inline-block;
	float:right;
}

.view:hover{
	background-position:left bottom;
}


.btn-more{
	padding:5px 11px;
	background:#666;
	border:1px solid #666;
	color:#fff;
	font-family:'Open Sans', Arial, Helvetica, Serif;
	font-size:11px;
	display:inline-block;
	cursor:pointer;
	text-decoration:none;
	text-transform:uppercase;
}

.btn-more:hover{
	background:#fff;
	border:1px solid #fff;
	color:#000;
	text-decoration:none;
}

.btn-more1
{
    padding:8px 11px;
	background:#000000;
	border:1px solid #000000;
	color:#fff;
	font-family:'Open Sans', Arial, Helvetica, Serif;
	font-size:11px;
	display:inline-block;
	cursor:pointer;
	text-decoration:none;
	text-transform:uppercase;
}

.btn-more1:hover
{
    background:#fff;
	border:1px solid #000000;
	color:#000000;
	text-decoration:none;
}

.btn-more2{
	padding:8px 11px;
	background:#333;
	border:1px solid #333;
	color:#fff;
	font-size:11px;
	display:inline-block;
	cursor:pointer;
	text-decoration:none;
	text-transform:uppercase;
}

.btn-more2:hover{
	background:#333;
	border:1px solid #333;
	color:#fff;
}

select.rates_select
{
    padding:5px 3px 5px 8px;
    width:100%;
    max-width:100px;
    background:#41812a url("../images/br_down.png") no-repeat 85px center;
    border:1px solid #41812a;
    color:#fff;
     -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
    border-radius:4px;
    -moz-border-radius:4px;
    -webkit-border-radius:4px;
    -khtml-border-radius:4px;
    -o-border-radius:4px;
    box-sizing:border-box;
	-moz-box-sizing:border-box;
	-khtml-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	position:relative;
	behavior:url(js/PIE.htc);
}

.hor_split{
	margin:15px 0;
	height:1px;
	background:#bbb;
}

.hor_split-50{
	margin:15px auto;
	width:50%;
	height:1px;
	background:#bbb;
}
.grey-hor_split{
	margin:15px 0;
	height:1px;
	background:#999;
}

ul.marker_list
{
    margin:0;
    padding:0;
    overflow:hidden;
}

.marker_list li
{
    margin:0 0 8px;
    padding:0 0 0 15px;
    background: url(../img/marker1.gif) no-repeat left 2px;
    list-style-type:none;
}

.top_lo-padding-15
{
    padding:15px 0;
}

.top_lo-padding-25
{
    padding:25px 0;
}

.lo_bar{
	padding:15px 0;
	width:100%;
	font-size:11px;
	border-top:1px solid #555;
	overflow:hidden;
}

.lo_links {
	margin: 10px 0;
	display:block;
	color:#444;
	font-size:12px;
	text-align:center;
	overflow:hidden;
}

.lo_links a 
{
    font-size:12px;
	color:#444;
	text-decoration:none;
}

.lo_links a:hover, .lo_links a.active {
	color:#000000;
	text-decoration:underline;
}

.lo_links.footer_links a
{
    margin:0 10px;
}

.lo_links a.no_margin, .lo_links.no_margin-padding, .no_margin-padding, .no_margin {
	margin:0!important;
	padding:0!important;
}

.inner_padding-12{
	padding:12px;
	overflow:hidden;
}

ul.sub-categories{
	margin:0;
	padding:0;
	overflow:hidden;
}

.sub-categories li{
	margin:0 6.5px 15px;
	padding:20px;
	width:26%;
	height:190px;
	background:#fff;
	list-style-type:none;
	overflow:hidden;
	float:left;
}

.sub-categories li img{
	margin:0 auto 15px;
	width:150px;
	height:150px;
	display:block;
}

.sub-categories li span{
	margin-bottom:8px;
	width:100%;
	height:16px;
	font-weight:bold;
	display:block;
	overflow:hidden;
}

ul.disc_list{
	margin:0;
	padding:0;
}

.disc_list li{
	margin:0 0 8px 15px;
	padding:0;
	/*background: url(../img/circ-list.png) no-repeat 0 4px;*/
	list-style-type:none;
	list-style-image:url(../images/circ-list.png);
}

.infoBoxWrapper.list .disc_list li{
	background: url(../img/circ-list.png) no-repeat 0 8px;
}

.two-cols
{
    width:45%;
    float:left;
}

.two-cols.rmargin
{
    margin:0 4.9% 0 0;
    padding:0 4.9% 0 0;
    border-right:1px solid #999;
}

.three-cols
{
    margin:0 1%;
    padding:0 1% 1%;
    width:29.3%;
    float:left;
}

.three-cols img{
	margin:0 auto 15px;
	width:100%;
	height:auto;
	max-width:300px;
	max-height:200px;
	border:3px solid #000000;
	display:block;
}

.four-cols
{
    margin:0 1%;
    padding:0 1% 1%;
    width:21%;
    float:left;
}

.five-cols
{
    margin:0 1%;
    padding:0 1% 1%;
    width:18%;
    float:left;
}

.footer_heading
{
    border-bottom: 1px dotted #222;
	font-size:14px;
	font-weight:normal;
    color:#F90100; 
    margin-bottom: 10px;
    padding-bottom: 10px;
    text-transform: uppercase;
}

ul.avail_list
{
    margin:0;
    padding:0;
    overflow:hidden;
}

.avail_list li
{
    margin:0 2% 0 0;
    padding:1% 0 0;
    width:23%;
    text-align:center;
    list-style-type:none;
    float:left;
}

.avail_list li.last
{
    margin:0;
    padding:0;
}

.avail_list li input[type="text"].txtQty
{
    padding:2px;
    width:50px;
    border:1px solid #ccc;
    background:fff;
    display:inline-block;
}

.field_row
{
    margin:0 0 8px;
    width:100%;
    overflow:hidden;
}

.btn-refresh
{
    margin:3px auto;
	padding:2px 11px 2px 25px;
	width:45px;
	background: url(../img/refresh-ico.png) no-repeat #000000 0 2px;
	border:1px solid #000000;
	color:#fff!important;
	text-align:right;
	display:block;
	cursor:pointer;
	text-decoration:none!important;
}

.btn-refresh:hover{
	background: url(../img/refresh-ico.png) no-repeat #634E03 0 2px;
	border:1px solid #634E03;
	text-decoration:none;
}

.btn-delete
{
    margin:3px auto;
	padding:2px 11px 2px 25px;
	width:45px;
	background: url(../img/del-ico.png) no-repeat #000000 3px 2px;
	border:1px solid #000000;
	color:#fff!important;
	text-align:right;
	display:block;
	cursor:pointer;
	text-decoration:none!important;
}

.btn-delete:hover{
	background: url(../img/del-ico.png) no-repeat #634E03 3px 2px;
	border:1px solid #634E03;
	text-decoration:none;
}

.youtube
{
    margin:0 auto;
    padding:2px;
    width:700px;
    height:394px;
    border:1px solid #ccc;
    overflow:hidden;
}

.desc_lo-row
{
    margin:15px 0;
    padding:15px 0;
    border-top:1px solid #ccc;
    border-bottom:1px solid #ccc;
    overflow:hidden;
}

.desc_inner-row
{
    margin:10px 0;
    width:100%;
    overflow:hidden;
}

.desc_inner-row .col-1
{
    margin:0 1%;
    width:23%; 
    float:left;
}

.desc_inner-row .col-2
{
    margin:0 1%; 
    width:48%;
    float:left;
}

.desc_inner-row .col-1, .desc_inner-row .col-2
{
    display:inline-block;
}

.desc_inner-row .col-1 span, .desc_inner-row .col-2 span
{
    display: inline-block;
    width: 55%;
    height:18px;
    overflow:hidden;
    position:relative;
    top:2.5px;
}

.desc_qty
{
    margin-right:5px;
    background: none repeat scroll 0 0 #fff!important;
    border: 1px solid #d9d9d9!important;
    color: #706c56!important;
    display: inline-block!important;
    font-size: 11px!important;
    padding: 1px!important;
    margin:0!important;
    width:30px!important;
}

.desc_select
{
    padding:2px;
    background: none repeat scroll 0 0 #fff!important;
    border: 1px solid #d9d9d9!important;
    color: #706c56!important;
    display: inline-block!important;
    font-size: 12px!important;
    padding: 1px!important;
    margin:0!important;
    width:75px!important;
}

ul.products_list{
	margin:0;
	padding:0;
	overflow:hidden;
}

.products_list li{
	margin:0 0.5% 15px;   /*margin:0 2px 15px;*/
	padding:4px;
	width:24%;  /*width:228px;*/
	height:515px;
	background:#fff;
	border:2px solid #ccc;   /*border:1px solid #d7ccbc;*/
	list-style-type:none;
	overflow:hidden;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-khtml-box-sizing:border-box;
	-o-box-sizing:border-box;
	float:left;
}

.products_list li.last{
	margin-right:0;
}

.products_list li img{
	margin:10px auto 15px;
	width:100%;
	height:auto;
	max-width:137px;
	max-height:198px;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-khtml-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	display:block;
}

.products_list li a img
{
    border:0;
}

.products_list li span{
	margin:0 0 5px;
	display:block;
	overflow:hidden;
}

.products_list li span > span:first-child
{
    width:100px;
    font-weight:bold;
    float:left;
}

.products_list li span.heading 
{
    padding:14px 8px 8px;
    height:32px;
    background: url("../img/name.gif") repeat-x scroll 0 0 #f7f8f4; /*background: url("../images/name.gif") repeat-x scroll 0 0 #f1f4ef;*/
    color:#000000;  /*color:#738e5e;*/
    font-size:14px;
    text-align:center;
    text-transform:uppercase;
    overflow:hidden;
}

.products_list li span.heading a
{
    font-size:14px;
    color: #000000;
}

.products_list li span.desc
{
    padding:8px;
    height:54px;
    text-align:center;
    overflow:hidden;
}

.products_list span.price
{
    margin:0 0 8px 0;
    padding:6px 2px;
	font-family: 'Fjalla One',sans-serif;
    font-size: 18px;
	color:#333;
	overflow:hidden;
	text-align:center;
}

.products_list li .btn-addtocart
{
    padding:6px 18px;
    /*background:#333;*/
    border:1px solid #314212;
    background:url(../img/btn-bg.png) repeat-x #5c6d3d;
    color:#fff;
    font-family: 'Fjalla One',sans-serif;
    font-size: 12px;
    text-align:center;
    text-decoration:none;
    display:inline-block;
    cursor:pointer;
}

.products_list li .btn-addtocart:hover
{
    background:#314212; /*background:#6C8658;*/
    border:1px solid #314212;   /*border:1px solid #6C8658;*/
}

.products_list li .btn-view
{
    padding:6px 18px;
    /*background:#000000;*/
    background:url(../img/view-bg.png) repeat-x #634e03;
    border:1px solid #634e03;   /*border:1px solid #6C8658;*/
    color:#fff;
    font-family: 'Fjalla One',sans-serif;
    font-size: 12px;
    text-align:center;
    text-decoration:none;
    display:inline-block;
    cursor:pointer;
}

.products_list li .btn-view:hover
{
    background:#634e03;
    border:1px solid #634e03;
}

table.tbl_description
{
    margin:0 auto;
    width:100%;
    border-spacing:0;
    border-collapse:collapse;
}

.tbl_description tr:first-child
{
    background:#000000;
    color:#fff;
    font-weight:bold;
}

.tbl_description td
{
    padding:4px;
    width:20%;
    border:1px solid #000000;
    font-size:14px;
    vertical-align:top;
    text-align:center;
    font-family:Verdana;
}

.tbl_description td.col-1
{
    width:90px;
}

.tbl_description td.col-2
{
    width:294px;
}

table.tbl_xmas
{
    margin:0 auto;
    width:100%;
    border-spacing:0;
    border-collapse:collapse;
}

.tbl_xmas tr:first-child
{
    background:#000000;
    color:#fff;
    font-weight:bold;
}

.tbl_xmas td
{
    padding:4px;
    border:1px solid #000000;
    font-size:12px;
    vertical-align:top;
    text-align:center;
}

.tbl_xmas td.col-1
{
    width:390px;
}

.tbl_xmas td.col-2
{
    width:100px;
}

table.tbl_ourmenu
{
    margin:0 auto;
    width:100%;
    max-width:370px;
    border-spacing:0;
    border-collapse:collapse;
    display:block;
}

.tbl_ourmenu tr:first-child
{
    background:#000000;
    color:#fff;
    font-weight:bold;
}

.tbl_ourmenu td
{
    padding:4px;
    border:1px solid #000000;
    font-size:13px;
    vertical-align:top;
    text-align:center;
}

.tbl_ourmenu td.col-1
{
    width:270px;
}

.tbl_ourmenu td.col-2
{
    width:100px;
}

table.tbl_specials
{
    margin:0 auto;
    width:100%;
    max-width:570px;
    border-spacing:0;
    border-collapse:collapse;
    display:block;
}

.tbl_specials tr:first-child
{
    background:#000000;
    color:#fff;
    font-weight:bold;
}

.tbl_specials td
{
    padding:4px;
    border:1px solid #000000;
    font-size:13px;
    vertical-align:top;
    text-align:center;
}

.tbl_specials td.col-1
{
    width:470px;
}

.tbl_specials td.col-2
{
    width:100px;
}

/*********************** LOGIN FORM begins  ***********************/
.LoginForm
{
    margin:0 auto;
    padding:5%;
    width:100%;
    background:#ECECE4;
    border:1px solid #ccc;
    box-sizing:border-box;
	-moz-box-sizing:border-box;
	-khtml-box-sizing:border-box;
	-webkit-box-sizing:border-box;
    overflow:hidden;
    display:block;
}

.LoginForm input[type="text"]
{
    margin:0;
    padding:4px;
    width:100%;
    background:#fff;
    border:1px solid #ccc;
    color:#000;
    display:block;
    box-sizing:border-box;
	-moz-box-sizing:border-box;
	-khtml-box-sizing:border-box;
	-webkit-box-sizing:border-box;
}

.LoginForm input[type="button"]{
	padding:8px 11px;
	border:1px solid #314212;
    background:url(../img/btn-bg.png) repeat-x #5c6d3d;
	font-family: 'Fjalla One',sans-serif;
	color:#fff;
	display:inline-block;
	cursor:pointer;
}

.LoginForm input[type="button"]:hover{
	background:#5c6d3d;
	border:1px solid #5c6d3d;
	color:#fff;
	text-decoration:none;
}

.LoginForm label
{
    margin:0 0 8px;
    display:block;
}
/*********************** LOGIN FORM ends  ***********************/

/********** REGISTER FORM begins **********/
.RegForm
{
    margin:15px auto;
    padding:10px;
    width:63%;
    font-size:12px;
    background:#222;
    color:#fff;
    border:1px solid #fff;
    box-sizing:border-box;
	-moz-box-sizing:border-box;
	-khtml-box-sizing:border-box;
	-webkit-box-sizing:border-box;
    overflow:hidden;
    display:block;
}

.RegForm input[type="text"], .RegForm input[type="password"], .RegForm select
{
    margin:0 0 5px;
    padding:6px;
    width:100%;
    /*height:26px!important;*/
    font-family:Arial, Helvetica, sans-serif;
    font-size:12px;
    color:#000!important;
    background-color:#ffffff!important;
    border: 1px solid #fff!important;
    border-radius:0;
    box-sizing:border-box;
	-moz-box-sizing:border-box;
	-khtml-box-sizing:border-box;
	-webkit-box-sizing:border-box;
    display:inline-block;
}

.RegForm textarea
{
    margin:0 0 5px;
    padding:2px;
    width:70%;
    height:100px;
    font-family:Arial, Helvetica, sans-serif;
    font-size:11px; 
    color:#fff!important;
    background-color:#ffffff!important;
    border: 1px solid #ccc!important;
    border-radius:0;
    display:inline-block;
    overflow:auto;
    resize:none;
}


.RegForm input[type="submit"], .RegForm input[type="reset"]
{
    margin:0 10px;
    padding: 5px 11px;
    width:80px; /*width: 20%;*/
    /*height:32px!important;*/
    font-family:Arial, Helvetica, sans-serif;
    font-size:12px;
    text-transform:uppercase;
    border:1px solid #fff;
    background:#fff;
    color:#000;
    display:inline-block;
    outline:0;
    cursor:pointer;
}


.RegForm input[type="submit"]:hover, .RegForm input[type="reset"]:hover
{
    background:#000;
	border:1px solid #fff;
	color:#fff;
	text-decoration:none;
}

.RegForm input[type="submit"].paypal
{
    width:145px;
    height:42;
	border:0;
    background:url(../images/btn_xpressCheckout.gif) no-repeat;
}

.RegForm input[type="button"]:hover{
	background:#5c6d3d;
	border:1px solid #5c6d3d;
	color:#fff;
	text-decoration:none;
}

.RegForm label
{
    margin-right: 8px;
    width: 27%;
    font-weight:bold;
    display: block;
    float:left;
}


/********** REGISTER FORM ends **********/

/********** ADD TO CART begins **********/
input.details_qty {
    border: 1px solid #cccccc !important;
    display: block;
    float: left;
    font-family: Verdana,Tahoma,Sans-Serif;
    font-size: 11px;
    height: 18px;
    padding: 2px;
    width: 50px;
}

.addtocart-subhead {
    float: left;
    margin: 0 15px 5px;
}

.y-font {
    color: #000;
}

label.lbl-addtocart {
    font-weight: bold!important;
    margin: 0 0 0 10px;
    display:inline!important;
}

table.tbl_addtocart
{
    width:100%;
    padding:2px;
    border: 0px solid #444 !important;
    text-align:center;
    border-collapse: collapse;
    border-spacing: 0;
}

.tbl_addtocart th
{
    padding:8px 10px;
    background:#444;
    border: 1px solid #444 !important;
    text-transform:uppercase;
    color:#fff;
}

.tbl_addtocart td
{
    padding:5px;
    border: 1px solid #444 !important;
    vertical-align:top;
}

.tbl_addtocart td span, .tbl_addtocart td img
{
    margin:0 0 5px;
    display:block;
}

.tbl_addtocart tr > td:first-child img
{
    width:138px;
    height:200px;
}

.tbl_addtocart tr > td:first-child
{
    width:422px;  
    text-align:left;
}

.tbl_addtocart tr > td + td
{
    width:129px;  
}


.tbl_addtocart td input[type="text"]
{
    background: none repeat scroll 0 0 #fff;
    border: 1px solid #d9d9d9;
    color: #706c56;
    display: block;
    font-size: 1em;
    line-height: 1.4em;
    margin: 15px auto;
    padding: 1px;
    width:65%;
    height:22px;
}



/********** ADD TO CART ends **********/

/********** CHECK-OUT FORM begins **********/
.CheckoutForm
{
    margin:30px auto 20px;
    padding:5%;
    width:90%;
    background:#ECECE4;
    border:1px solid #ccc;
    box-sizing:border-box;
	-moz-box-sizing:border-box;
	-khtml-box-sizing:border-box;
	-webkit-box-sizing:border-box;
    overflow:hidden;
    display:block;
}

.CheckoutForm input[type="text"], .CheckoutForm input[type="password"]
{
    margin:0 0 5px;
    padding:6px 4px;
    width:71.5%;
    /*height:26px!important;*/
    color:#666;
    background-color:#ffffff;
    border: 1px solid #ccc;
    border-radius:0;
    box-sizing:border-box;
	-moz-box-sizing:border-box;
	-khtml-box-sizing:border-box;
	-webkit-box-sizing:border-box;
    display:inline-block;
}

.CheckoutForm textarea
{
    margin:0 0 5px;
    padding:2px;
    width:71.5%;
    height:100px;
    font-family:Arial, Helvetica, serif;
    font-size:11px; 
    color:#666!important;
    background-color:#ffffff;
    border: 1px solid #ccc;
    border-radius:0;
    box-sizing:border-box;
	-moz-box-sizing:border-box;
	-khtml-box-sizing:border-box;
	-webkit-box-sizing:border-box;
    display:inline-block;
    overflow:auto;
    resize:none;
}


.CheckoutForm input[type="submit"], .CheckoutForm input[type="reset"]
{
    margin:0 0 0 20px;
    padding: 5px 5%;
    /*width: 20%;
    height:32px;*/
    border:1px solid #314212;
    background:url(../img/btn-bg.png) repeat-x #5c6d3d;
    color:#fff;
    font-size:11px;
    display:inline-block;
    outline:0;
    cursor:pointer;
}


.CheckoutForm input[type="submit"]:hover, .CheckoutForm input[type="reset"]:hover
{
    background:#5c6d3d;
    border:1px solid #5c6d3d;
	color:#fff;
	text-decoration:none;
}


.CheckoutForm label
{
    margin-right: 8px;
    width: 27%;
    font-weight:bold;
    display: block;
    float:left;
}

/********** CHECK-OUT FORM ends **********/

/********** CONTACT FORM begins **********/
.contact-col
{
    width: 30.7%;
    float: left;
}

.contact-col.lr_margin
{
    margin: 0 15px;
    padding: 0 15px;
    border-left: 1px solid #98938f;
    border-right: 1px solid #98938f;
}

.contact-col.rmargin
{
    margin: 0 15px 0 0;
    padding: 0 15px 0 0;
    border-right: 1px solid #98938f;
}

.contact-col p
{
    padding-bottom: 8px;
}

#ContactForm
{
    width: 100%;
}

#ContactForm input[type="text"], #ContactForm select
{
    margin: 0; /*margin:0 0 5px!important;*/
    padding: 3px;
    width: 100%;
    height:30px;
    font-family:Arial, Helvetica, sans-serif;
    font-size: 12px;
    line-height:normal;
    color: #000;
    background-color: #ffffff;
    border: 1px solid #ccc;
    box-sizing:border-box;
    -moz-box-sizing:border-box;
    -webkit-box-sizing:border-box;
    display: block;
}

#ContactForm textarea
{
    margin: 0; /*margin:0 0 5px!important;*/
    padding: 3px;
    width: 100%;
    height:95px;
    font-family:Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #000;
    background-color: #ffffff;
    border: 1px solid #ccc;
    box-sizing:border-box;
    -moz-box-sizing:border-box;
    -webkit-box-sizing:border-box;
    display: block;
    overflow: auto;
    resize: none;
}

#ContactForm input[type="text"]:hover, #ContactForm textarea:hover, #ContactForm input[type="text"]:focus, #ContactForm textarea:focus
{
    border: 1px solid #000000;
    outline: none;
}

#ContactForm input[type="submit"], #ContactForm input[type="reset"]
{
    margin: 0 0px 0 5px;
    padding: 3px;
    width: 80px;
    height: 32px;
    font-family:Arial, Helvetica, sans-serif;
    font-size: 11.5px;
    font-weight:bold;
    color: #fff;
    background:#000000;
    border: 1px solid #000000;
    text-transform:uppercase;
    display: inline-block;
    outline: 0;
    cursor: pointer; /*float:right;*/
}


#ContactForm input[type="submit"]:hover, #ContactForm input[type="reset"]:hover
{
    background:#fff;
    border: 1px solid #000;
    color:#000;
}

span.contact_label
{
    margin: 0 5px 0 0;
    padding-right: 5px;
    width: 60px;
    float: left;
}

img.captcha
{
    margin: 0 10px 0 0;
    width: 91px;
    height: 26px;
    border: 1px solid #999;
    float: left;
}

#ContactForm input[type="text"].txtCaptcha
{
    margin: 0;
    width: 36.5%;   /*width: 58.5%;*/
    float: left;
}

#ContactForm input#Captchatext
{
    background: url("login_img/patternb.png") repeat scroll 0 0 transparent;
    border: 1px solid #7F9DB9;
}

.map
{
    width: 100%;
    height: 360px;
    overflow: hidden;
    padding: 2px;
    background:#fff;
    border:2px solid #999;
    box-sizing:border-box;
    -moz-box-sizing:border-box;
    -webkit-box-sizing:border-box;
    -khtml-box-sizing:border-box;
    -o-box-sizing:border-box;
}

.booking_map
{
    width: 100%;
    height: 200px;
    overflow: hidden;
    border: 0;
    margin: 0;
    padding: 2px;
    background:#fff;
    border:2px solid #000000;
    box-sizing:border-box;
    -moz-box-sizing:border-box;
    -webkit-box-sizing:border-box;
    -khtml-box-sizing:border-box;
    -o-box-sizing:border-box;
}

.video
{
    margin:0 auto;
    width: 100%;
    height: 315px;
    overflow: hidden;
    border: 0;
    margin: 0;
    padding: 2px;
    background:#fff;
    border:0px solid #fff;
    box-sizing:border-box;
    -moz-box-sizing:border-box;
    -webkit-box-sizing:border-box;
    -khtml-box-sizing:border-box;
    -o-box-sizing:border-box;
    display:block;
}
.contact_header
{
    padding:5px;
    width:100%;
    color:#444;
    text-align:center;
    text-transform:capitalize;
    background:#eee;
    border:1px solid #ccc;
    box-sizing:border-box;
    -moz-box-sizing:border-box;
    -webkit-box-sizing:border-box;
    -khtml-box-sizing:border-box;
    -o-box-sizing:border-box;
}
/********** CONTACT FORM ends **********/


/************************ OTHER CSS ends ************************/

/********************* CLEAR THE FLOATS begins *********************/
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
 
.clearfix {
	display: inline-block;
}
 
html[xmlns] .clearfix {
	display: block;
}
 
* html .clearfix {
	height: 1%;
}
/********************* CLEAR THE FLOATS ends *********************/

.table_retail
{
    margin:0 auto 3%;
    width:99%;
    border:1px solid #000000;
    font-size:11px;
}

.table_retail td
{
    padding:5px;
    width:25%;
    border:1px solid #000000;
    border-collapse:collapse;
    box-sizing:border-box;
    -moz-box-sizing:border-box;
    -webkit-box-sizing:border-box;
    -khtml-box-sizing:border-box;
    -o-box-sizing:border-box;
}

.table_retail td.desc_col-1
{
    width:10%;
}

.table_retail td.desc_col-2
{
    width:15%;
}

.table_retail td.desc_col-3
{
    width:35%;
}

.table_retail tr:first-child
{
    font-weight:bold;
    background:#000000;
    color:#fff;
}

.table_retail tr > td:first-child
{
    font-weight:bold;
    color:#000000;
}

.table_retail tr:first-child > td:first-child
{
    color:#fff;
}

.youtube-big
{
    width: 98%;
    height: 315px;
    overflow: hidden;
    border: 0;
    margin: 0 auto;
    padding: 2px;
    background:#fff;
    border:1px solid #000000;
    display:block;
}

.pdf-link
{
    padding:0 0 0 55px;
    /*width:48px;*/
    height:48px;
    background: url(../img/pdf.png) no-repeat;
    display:block;
    text-decoration:none;
}

.top_bann
{
    margin:0 1.5%;
    padding:2%;
    width:300px;
    height:173px;
    background:url(../images/top_bann.jpg) no-repeat;
    box-sizing:border-box;
    -moz-box-sizing:border-box;
    -webkit-box-sizing:border-box;
    -khtml-box-sizing:border-box;
    -o-box-sizing:border-box;
    float:left;
}

.top_bann span
{
    display:block;
}

.product_win
{
    margin:0 0 3%;
    padding:2%;
    background:#fff;
    border:1px solid #E1E1E1;
    box-sizing:border-box;
    -moz-box-sizing:border-box;
    -webkit-box-sizing:border-box;
    -khtml-box-sizing:border-box;
    -o-box-sizing:border-box;
}

.product_win .product_win-col1
{
    margin:0 3% 0 0;
    width:29%;
    float:left;
}

.product_win .product_win-col2
{
    width:68%;
    float:left;
}

.product_win .desc
{
    height:35px;
    overflow:hidden;
}

.product_win .product_win-col1 img
{
    margin:0 0 2%;
    width:168px;
    height:168px;
    background:#fff;
    border:1px solid #E1E1E1;
    box-sizing:border-box;
    -moz-box-sizing:border-box;
    -webkit-box-sizing:border-box;
    -khtml-box-sizing:border-box;
    -o-box-sizing:border-box;
    display:block;
}

.product_win .in_stock
{
    padding:2%;
    background:#fff;
    border:1px solid #E1E1E1;
    box-sizing:border-box;
    -moz-box-sizing:border-box;
    -webkit-box-sizing:border-box;
    -khtml-box-sizing:border-box;
    -o-box-sizing:border-box;
    display:block;
}

.product_win .date_added
{
    margin:0 0 2%;
    padding:0 0 2%;
    border-bottom:1px solid #E1E1E1;
}

.product_win .desc_label
{
    margin:0 3% 0 0;
    width:16%;
    font-weight:bold;
    display:inline-block;
}

.product_win .txtQty
{
    margin:0 2% 0 0;
    padding:1.6% 1%;
    width:15%;
    background:#fff;
    border:1px solid #E1E1E1;
    box-sizing:border-box;
    -moz-box-sizing:border-box;
    -webkit-box-sizing:border-box;
    -khtml-box-sizing:border-box;
    -o-box-sizing:border-box;
    display:inline-block;
}

.single_border
{
    background:#fff;
    border:1px solid #E1E1E1;
    box-sizing:border-box;
    -moz-box-sizing:border-box;
    -webkit-box-sizing:border-box;
    -khtml-box-sizing:border-box;
    -o-box-sizing:border-box;
}

.table_description
{
    margin:0 auto 3%;
    width:96%;
    border:1px solid #000000;
    font-size:11px;
}

.table_description td
{
    padding:5px;
    border:1px solid #000000;
    border-collapse:collapse;
}

.table_description td.desc_col-1
{
    width:10%;
}

.table_description td.desc_col-2
{
    width:15%;
}

.table_description td.desc_col-3
{
    width:35%;
}

.table_description tr:first-child
{
    font-weight:bold;
    background:#000000;
    color:#fff;
}

.table_description tr > td:first-child
{
    font-weight:bold;
    color:#000000;
}

.table_description tr:first-child > td:first-child
{
    color:#fff;
}

.content_box
{
    margin:0 0 2%;
    padding:2%;
    width:100%;
    background:#fff;
    border:1px solid #ccc;
    box-sizing:border-box;
    -moz-box-sizing:border-box;
    -webkit-box-sizing:border-box;
    -khtml-box-sizing:border-box;
    -o-box-sizing:border-box;
    overflow:hidden;
}

.content_box p
{
    padding:0 0 2%;
}

.desc_label
{
    margin:0 2% 0 0;
    padding:0 2% 0 0;
    width:15%;
    font-weight:bold;
    display:inline-block;
}

.recipes_row-img
{
    width:100%;
    height:auto;
    max-width:300px;
    max-height:200px;
}

.footer-border
{
    padding-top: 1%;
    border-top: 1px solid #ccc;
}


table.fare_table
{
    margin:0 auto;
    width:100%;
    border:1px solid #555;
    display:block;
}

.fare_table td
{
    padding:4px;
    background:#fff;
    border:double #555;
    border-collapse:collapse;
    border-spacing:0;
    vertical-align:top;   
}

.fare_table td:nth-child(1), .fare_table td:nth-child(6)
{
    width:25%;
}
.fare_table td:nth-child(1)
{
    background:#d00;
    color:#fff;font-weight:bold;
}
.fare_table td:nth-child(2), .fare_table td:nth-child(3), .fare_table td:nth-child(4), .fare_table td:nth-child(5)
{
    width:12%;
}

.menu_frame
{
    width:100%;
    height:250px;
    overflow:auto;
}

/*  ----------------------- SHOPPING CART -----------------------  */

#cartInstructionsDisplay {
	padding:10px;
	border-bottom:solid 1px #eceaea;
}
#cartEmptyText {
	font-size:17px;
	color:#fff;
	background:url(../img/warning2.gif) right 17px no-repeat #f76218;
	text-transform:uppercase;
	font-weight:bold;
	padding:30px 0 17px 50px;
	margin-bottom:15px;
	height:35px;
	margin:0 -10px 20px -10px;
}
#cartContentsDisplay {
	border-left:1px solid #ccc;
}
#cartContentsDisplay th {
	border:1px solid #ccc;
	border-left:none;
	padding:5px;
	text-align:center;
}
#cartContentsDisplay th {
	font-size:12px;
	font-weight:normal;
	background:#fafafa;
	color:#000;
}
#cartContentsDisplay th a {
	color:#000;
}
#cartContentsDisplay td 
{
    background:#fff;
	border-right:1px solid #ccc;
	border-bottom:1px solid #ccc;
	padding:5px;
	text-align:center;
}
#cartContentsDisplay td .cartAttribsList {
	text-align:left;
}
#cartContentsDisplay td.cartTotalDisplay {
	color:#333;
	font-size:12px;
	line-height:16px;
	font-weight:bold;
}
#cartContentsDisplay td #cartImage {
	float:none;
	display:block;
	border:solid 1px #ccc;
	margin:0 1em 0.5em 1em;
	padding:10px 0;
}
#cartContentsDisplay td #cartImage img
{
    margin:0 auto;
    width:168px;
    height:168px;
    display:block;
}
#cartProdTitle {
	border:solid 1px #ccc;
	border-bottom:solid 0px;
	display:block;
	margin:0.5em 1em 0 1em;
	padding:5px 0;
	background:#fbfbfb;
	text-align:left;
	padding-left:10px;
}
#cartContentsDisplay a {
	text-decoration:none;
}
#cartContentsDisplay td a {
	color:#404040;
}
#cartContentsDisplay td a:hover {
	color:#2087c0;
}
#cartSubTotal {
	padding:5px;
	text-align:right;
	font-weight:bold;
}
#cartSubTotal strong {
	color:#333;
	font-size:12px;
	line-height:16px;
	font-weight:bold;
}
#shoppingCartDefault .buttonRow {
	margin:5px;
}
#shoppingCartDefault .text_v_c {
	margin:5px;
	text-align:right;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:17px;
}
#shoppingCartDefault .text_v_c a {
	outline:none;
	text-decoration:underline;
}
.shcart_btn {
	overflow:hidden;
	margin:12px 0 0 0;
}
.shcart_btn div {
	float:left;
	margin-right:4px;
}
.advisory {
	margin:10px;
}
#infoShoppingCart, #popupSearchHelp {
	background:#FFFFFF;
}
#infoShoppingCart div {
	padding:20px;
}
#infoShoppingCart h1 {
	font-size:12px;
	line-height:15px;
	color:#3c3c3c;
	font-weight:bold;
	text-transform:uppercase;
	padding:11px 0 12px 20px;
	border-bottom:1px solid #e0e0e0;
	background:url(../images/title-bg.gif) repeat-x left top;
	margin-bottom:10px;
}
#popupSearchHelp div {
	padding:20px;
}
#popupCVVHelp {
	background:#FFFFFF;
}
#popupCVVHelp div {
	padding:10px 20px;
}
#popupCVVHelp h1 {
	font-size:12px;
	line-height:15px;
	color:#3c3c3c;
	font-weight:bold;
	text-transform:uppercase;
	padding:11px 0 12px 20px;
	border-bottom:1px solid #e0e0e0;
	background:url(../images/title-bg.gif) repeat-x left top;
	margin-bottom:10px;
}
.hiddenField {
	display:none;
}
#popupShippingEstimator {
	background:#FFFFFF;
	padding:0;
}
#popupShippingEstimator div {
	padding:15px;
}
#popupShippingEstimator #state {
	margin-left:128px;
}
#shippingEstimatorContent h2 {
	font-size:12px;
	line-height:15px;
	color:#3c3c3c;
	font-weight:bold;
	text-transform:uppercase;
	padding:11px 0 12px 20px;
	border-bottom:1px solid #e0e0e0;
	background:url(../images/title-bg.gif) repeat-x left top;
	margin-bottom:10px;
}
select#country, select#stateZone {
	width:160px;
	margin:0 0 3px;
}
input#state {
	width:156px;
	margin:0 0 3px 0px;
}
#popupShippingEstimator label#stateLabel {
	display:none;
}
#shippingEstimatorContent td.cartTotalDisplay {
	color:#333;
	font-size:12px;
	line-height:16px;
	font-weight:bold;
}
#shippingEstimatorContent table {
	margin:0px 0px 5px 0px;
	border-left:1px solid #E1E1E1;
	border-bottom:1px solid #E1E1E1;
	border-collapse:collapse;
}
#shippingEstimatorContent th {
	padding:5px 10px;
	border:1px solid #E1E1E1!important;
	text-align:center;
}
#shippingEstimatorContent th {
	font-size:12px;
	font-weight:normal;
	background:#fafafa;
	color:#000;
}
#shippingEstimatorContent th a {
	color:#000;
}
#shippingEstimatorContent td {
	border-left :1px solid #E1E1E1!important;
	border:1px solid #E1E1E1!important;
	padding:5px;
}
#shippingEstimatorContent td {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:17px;
}
/*============================================*/
.rev-but {
	overflow:hidden;
}
.rev-but div {
	float:left;
	margin-right:4px;
}
.button-padding {
	overflow:hidden;
}
.button-padding div {
	float:left;
	margin-right:4px;
}

.intro_facilities
{
    height:48px;
    display:block;
    overflow:hidden;
}

.checkin_Date, .txtPromo
{ 
    margin:0 auto;
    padding: 2px;
    width:70%;
    background: #fff;
    border: 1px solid #fff;
    color: #444;
    font-size: 12px;
    box-sizing:border-box;
    -moz-box-sizing:border-box;
    -webkit-box-sizing:border-box;
    -khtml-box-sizing:border-box;
    -o-box-sizing:border-box;
    display: block; 
}

.adults_select
{
    margin:0 auto;
    padding: 2px;
    width:70%;
    background: #fff;
    border: 1px solid #fff;
    color: #444;
    font-size: 12px;
    box-sizing:border-box;
    -moz-box-sizing:border-box;
    -webkit-box-sizing:border-box;
    -khtml-box-sizing:border-box;
    -o-box-sizing:border-box;
    display: block;
}

.line_height-24
{
    line-height:24px;
}

.padding_top-0, .padding_bottom-0
{
    padding-top:0;
}

ul.contact_list
{
    margin:0 0 0 20px;
    padding:0;
}

.contact_list li
{
    margin:0 0 10px;
    list-style-type:none;
    list-style-position:outside;
}

.contact_list li.contact_home
{
    list-style-image:url(../images/ico_location.jpg);
}

.contact_list li.contact_phone
{
    list-style-image:url(../images/ico_phone.jpg);
}

.contact_list li.contact_mail
{
    list-style-image:url(../images/ico_email.jpg);
}

.contact_list li.contact_website
{
    list-style-image:url(../images/ico_website.jpg);
}

.font_11
{
    font-size:12px;
}

.container_16 .grid_3.booking_contact-col
{
    width:100%;
    max-width:200px;
}

.grid_2.sponsor-col
{
    margin:7px;
    width:188px;
}

.sponsor_logo
{
    margin:0 auto;
    width:188px;
    height:90px;
    display:block;
}

#owl-demo .item, #owl-demo1 .item, #owl-demo2 .item, #owl-demo3 .item{
    margin: 3px;
    border:3px solid #41812A;
    box-sizing:border-box;
    -moz-box-sizing:border-box;
    -webkit-box-sizing:border-box;
    -khtml-box-sizing:border-box;
    -o-box-sizing:border-box;
}
#owl-demo .item img, #owl-demo1 .item img, #owl-demo2 .item img, #owl-demo3 .item img{
    display: block;
    width: 220px;
    height: 131px;
}

.newsletter-intro
{
    margin:0;
    padding:0;
    width:100%;
    height:48px;
    display:block;
    overflow:hidden;
}

.home_img
{
    width:100%;
    height:354px;
    max-width:712px;
    max-height:354px;
}

.home_services_img
{
    margin:0 auto;
    width:100%;
    height:330px;
    max-width:474px;
    max-height:330px;
    display:block;
}

.about_banner
{
    margin:0 auto;
    width:90%;
    height:auto;
    max-width:750px;
    max-height:327px;
    display:block;
    opacity:1;
}

.about_banner:hover
{
    opacity:0.75;
}

.about_accomodation-img
{
    margin:0 auto;
    width:270px;
    height:270px;
    max-width:270px;
    max-height:270px;
    display:block;
    opacity:1;
    /*transition: all 0.7s ease 0s;*/
}

.about_accomodation-img:hover
{
    opacity:0.75;
    /*transform: scale(2, 2);*/
}

.about_lo-image
{
    margin:0 auto;
    width:100%;
    height:330px;
    max-width:474px;
    max-height:330px;
    display:block;
}

.events_image
{
    margin:0 auto 15px;
    width:100%;
    height:228px;
    max-width:370px;
    max-height:228px;
    display:block;
}

.compass_image
{
    width:100%;
    height:388px;
    max-width:388px;
    max-height:388px;
}

.newsletter_image
{
    margin:0 auto;
    width:100%;
    height:188px;
    max-width:370px;
    max-height:188px;
    display:block;
}

.intro_block-text
{
    height:120px;
    overflow:hidden;
}

.content_box
{
    padding:10px;
	border:2px solid #333;
	box-sizing:border-box;
    -moz-box-sizing:border-box;
    -webkit-box-sizing:border-box;
    -khtml-box-sizing:border-box;
    -o-box-sizing:border-box;
}

.face_image
{
    margin:75px auto 0px;
    width:100%;
    height:167px;
    max-width:262px;
    max-height:167px;
    display:block;
}

.logo_img
{
    width:100%;
    height:auto;
    max-width:271px;
    max-height:126px;
}

.home_bg
{
    background:url(../images/home_bg.jpg);
    background-size:contain;
    -moz-background-size:contain;
    -webkit-background-size:contain;
}

.face_bg
{
    background:url(../images/face_bg.jpg);
    background-size:contain;
    -moz-background-size:contain;
    -webkit-background-size:contain;
}

.body_bg
{
    background:url(../images/body_bg.jpg);
    background-size:contain;
    -moz-background-size:contain;
    -webkit-background-size:contain;
}

.soul_bg
{
    background:url(../images/soul_bg.jpg);
    background-size:contain;
    -moz-background-size:contain;
    -webkit-background-size:contain;
}

#menu, .slicknav_menu
{
    display:none;
}


.fb
{
    margin:15px 0 0;
    width:25px;
    height:25px;
    background:url(../images/face.png) no-repeat left top;
    display:inline-block;
}

.fb:hover
{
    background:url(../images/face.png) no-repeat left bottom;
}
.twitter
{
    margin:15px 0 0;
    width:25px;
    height:25px;
    background:url(../images/twitter.png) no-repeat left top;
    display:inline-block;
}

.twitter:hover
{
    background:url(../images/twitter.png) no-repeat left bottom;
}

.youtube_top
{
    margin:15px 0 0;
    width:60px;
    height:25px;
    background:url(../images/youtube.png) no-repeat left top;
    display:inline-block;
}

.youtube_top:hover
{
    background:url(../images/youtube.png) no-repeat left bottom;
}