﻿html  
{
  background: url(../images/background.jpg) repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

body {
	margin: 0px;
	padding: 0px;
	color: #333;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 13px;
	line-height: 1.5em; 
	background-image: url(../images/templatemo_body.png);
	background-repeat: repeat-x;
	background-position: top;
}

a, a:link, a:visited { color: #522a4f; text-decoration: underline; }
a:hover { text-decoration: none; }

p { margin: 0px; padding: 0; }
img { border: none; }

h1, h2, h3, h4, h5, h6 { color: #000; }
h1 { font-size: 40px; font-weight: normal; margin: 0 0 30px 0; padding: 5px 0; }
h2 { font-size: 22pt; font-weight: normal; margin: 0 0 30px 0; padding: 10px 0 15px 0; border-bottom: 1px dotted #ded4b1; font-family: 'PT Serif', serif; line-height:30px;}
h3 { font-size: 21px; margin: 0 0 15px 0; padding: 0; padding: 0; color: #000; font-weight: normal; }
h4 { font-size: 14pt; margin: 0 0 20px 0; padding: 0 0 10px 0; color: #f93284; border-bottom: 1px dotted #ded4b1; font-family: 'Cinzel', serif; }
h5 { font-size: 16px; margin: 0 0 10px 0; padding: 0; color: #333; }
h6 { font-size: 14px; margin: 0 0 5px 0; padding: 0; color: #333; }

.cleaner { clear: both; width: 100%; height: 0px; font-size: 0px;  }
.cleaner_h10 { clear: both; width:100%; height: 10px; }
.cleaner_h20 { clear: both; width:100%; height: 20px; }
.cleaner_h30 { clear: both; width:100%; height: 30px; }
.cleaner_h40 { clear: both; width:100%; height: 40px; }
.cleaner_h50 { clear: both; width:100%; height: 50px; }
.cleaner_h60 { clear: both; width:100%; height: 60px; }


.float_l { float: left; }
.float_r { float: right; }

.image_wrapper { display: inline-block; padding: 4px; border: 1px solid #fff; background: none; margin-bottom: 10px; }
.image_fl { float: left; margin: 3px 15px 0 0; }
.image_fr { float: right; margin: 3px 0 0 15px; }

blockquote { font-style: italic; margin-left: 10px;}
cite { font-weight: bold; color:#3b3823; }
cite span { color: #696443; }
em { color: #000; }

.tmo_list { margin: 20px 10px; padding: 0; list-style: none; }
.tmo_list li { background: transparent url(../images/templatemo_list.png) no-repeat scroll 0 0px; margin:0 0 20px; padding:0 0 0 18px; 	line-height: 1em; }
.tmo_list li a { color: #666; text-decoration: none; }
.tmo_list li a:hover { color: #000; text-decoration: none; }
.tmo_list .tmo_list_link {cursor:text; color:#333;}
.tmo_list .tmo_list_link:hover {color:#333;}

.btn_more a {
	display: block;
	width: 90px;
	height: 25px;
	color: #3e1537;
	padding: 2px;
	font-size: 11px;
	text-align: center;
	font-weight: bold;
	text-decoration: none;
    background:	url(../images/templatemo_button.jpg) no-repeat;
}

.btn_more a:hover {
	text-decoration: none;
    background:	url(../images/templatemo_button_hover.jpg) no-repeat;
}

.button a { color: #666; font-weight: bold; }

.button a span { color: #000; font-size: 14px; }

.button a:hover { color: #000; text-decoration: none; }

.homephone
{
    width:220px;
    padding:4px 0px 4px 0px;
    position:absolute;
    top:0px;
    right:20%;
    z-index:99;
    font-family: 'Cinzel', serif;
    background:#7db221;
    text-align:center;
    -moz-border-bottom-left-radius:5px;
    border-bottom-left-radius:5px;
    -moz-border-bottom-right-radius:5px;
    border-bottom-right-radius:5px;
}
.homephone a
{
    display:block;
    text-decoration:none;
    color:#fff;
    font-weight:bold;
}
.homephone span
{
    font-size:15pt;
}
.header_m
{
    display: none;
    width:100%;
    height:auto;
}
#templatemo_header_wrapper {
	width: 100%;
	height: 150px;
	background: url(../images/templatemo_header.jpg) repeat center top; 
}

#templatemo_header {
	width: 910px;
	height: 150px;
	padding: 0 30px;
	margin: 0 auto;
	background: url(../images/templatemo_header.jpg) repeat center top;
}

#templatemo_header  #site_title {
	width: 910px;
	height: 150px;
	text-align: center;
	position:relative;
}

#templatemo_header  #site_title h1 {
	margin: 0;
	padding: 0;
	
}
#templatemo_header  #site_title img {
    margin-top:5px;
	
}

#templatemo_header  #site_title a {
	margin: 0px;
	padding: 0px;
	font-size: 40px;
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
}

#templatemo_header  #site_title a span {
	display: block;
	font-size: 16px;
	color: #333;
	font-weight: normal;
	margin-top: 10px;
}

#header_right {
	float: right;
	width: 660px;
}
#wrap_notifi
{
    overflow:hidden;    
}
#notification
{
    width:100%;
    background:#000;
    position: fixed;
    top: 0;
    z-index:999;    
    text-align:center;
    color:#fff;
    font-weight: bold;
    line-height: 1.5em;
    font-size: 15pt;
    display:none;
    padding: 5px;
    font-family: Calibri,Candara,Segoe,Segoe UI,Optima,Arial,sans-serif;
}
.notificationtop a
{
    color:#a61e22;
    text-decoration:none !important;    
    background:#fff;
    padding:4px 5px 4px 5px;
    font-size:11pt;
    border-radius:5px;
    -moz-border-radius:5px;
    margin-left:10px;
    cursor:pointer;
}

/* menu */

#templatemo_menu {
	clear: both;
	width: 960px;
	position:absolute;
	margin-top:-12px;
}

#templatemo_menu ul {
	height: 53px;
	margin: 0;
	padding: 0;
	list-style: none;
}

#templatemo_menu ul li {
	padding: 0;
	margin: 0;
	display: inline-block;
}

#templatemo_menu ul li a {
	float: left;
	display: block;
	height: 33px;
	width: 105px;
	padding: 20px 0 0 0;
	margin-right: 7px;
	font-size: 14px;
	color: #fff;	
	margin-top: 3px;
	text-align: center;
	text-decoration: none;
	font-weight: bold;
	outline: none;
	border: none;
}

#templatemo_menu ul li a:hover, #templatemo_menu ul .current {
	color: #666;
	height: 35px;
	padding: 18px 0 0 0;	
	background: url(../images/templatemo_menu_hover.png) center center no-repeat;
}

#templatemo_menu ul li:hover > ul
{
	display: block;
}

.menudown
{
	background: url(../images/openmenu.png) 85px 29px no-repeat;
}

#templatemo_menu ul ul
{
	position: absolute;
	width: 240px;
	background: #e6cd7f;
	margin-top: 51px;
	margin-left: 10px;
	z-index: 999;
	padding: 10px;
	height:270px;
	box-shadow: 1px 1px 1px #999;
	display: none;
}

#templatemo_menu ul ul li
{	
	font-weight: bold;
	margin-bottom: 20px;
}

#templatemo_menu ul ul li a
{
	padding: 0px;
	outline: none;
	border: none;
	text-align: left;
	width: 220px;
	height: auto;
	height: 10px;
	margin: 0px;
	color:#9a7735;
}

#templatemo_menu ul ul li a:hover
{
	background: none;
	margin: 0px;
	padding: 0px;
	height: 10px;
	color:#000;
}

/* end of menu */

/* content */

#templatemo_middle_wrapper {
	clear: both;
	width: 980px;
	padding: 0 1px;
	margin: 2px auto 0 auto;	
}

#templatemo_middle {
	padding: 10px 8px;
	background: #fffaea;	
	margin-top:45px;
}

#templatemo_content {
	float: left;
	width: 660px;

}

#templatmeo_sidebar {
	float: right;
	width: 280px;
}

.content_box_wrapper {
	padding: 1px;
	background: #fff;
	margin-bottom: 10px;
}

.content_box {
	padding: 8px;
	background: url(../images/groovepaper.png) 0px 0px repeat;
}
.content
{
	min-height: 400px;
}
.content_box h2
{
	color: #f93284;	
}
.content_box p
{
    margin-left:10px;   
}
.content_box a
{
    text-decoration:none;   
}
.content_box a:hover
{
    text-decoration:underline;   
}
#templatemo_content p {
	margin-bottom: 10px;
}

.col_w300 {
	width: 300px;
}

.col_w210 {
	float: left;
	margin-right: 20px;
	width: 190px;
	padding-right: 20px;
}
.col_w210 h4  
{
    font-size: 18px; 
    margin: 0 0 10px 0; 
    padding: 0 0 5px 0; 
    font-weight:normal; 
    background: none; 
	border-bottom: 1px dotted #ac8b4a;
}

.col_w590 {
	width: 590px;
	margin-right: 50px;
}

.col_last {
	margin-right: 0;
}

.post_section h2 {
	margin: 0;
	padding: 10px 0 10px 0;
	line-height: 30px;
}

.post_section .post_meta {
	padding: 5px 0;
	margin-bottom: 20px;
	background: url(../images/templatemo_divider.jpg) repeat-x bottom;
}

.post_section p {
	text-align: justify;
	margin-bottom: 20px;
}

.post_section img {
	float: left;
	margin-right: 20px;
	padding: 5px; border: 1px solid #dddddd;
	background: #eeeeee;
	display: inline-block;
}

.post_section .category {
	float: left;
	width: 300px;
}

.post_section .comment {
	position: absolute;
	top: -10px;
	right: 0px;
	width: 70px;
	height: 42px;
	text-align: center;
	padding-top: 10px;
	font-size: 16px;
	font-weight: bold;
	background: url(images/templatemo_comment.png) no-repeat;
}

.post_section .comment a {
	color: #333;
	text-decoration: none;
}

.comment_tab {
	padding: 10px 0 30px 0;
	margin: 0 0 30px 0;;
	border-bottom: 1px dashed #fff;
	font-size: 20px;
	font-weight: bold;
}

#comment_section {
	clear: both;
	margin-bottom: 60px;
	width: 605px;
}

.first_level {
	margin: 0; padding: 0;
}

.comments {
	list-style: none; 
}

.comments li { margin-bottom: 10px; list-style:none; }
.comments li .commentbox1 { border: 1px solid #ddd;  background: #eee; }
.comments li .commentbox2 { border: 1px solid #ccc;  background: #ddd; }

.comments li .comment_box { clear: both; width:100%; padding: 15px;  }
.comment_box .gravatar { float: left; width: 50px; border: 1px solid #fff; margin-right: 15px; background: #fff; }
.comment_box .gravatar img { margin: 0; width: 50px; height: 50px; }
.comment_box .comment_text { margin: 0 0 0 65px; }

.comment_box .comment_text p { margin: 0; }
.comment_text .comment_author { font-size: 14px; font-weight: bold; color: #522a4f; margin-bottom: 10px; }
.comment_text .date { font-size: 12px; font-weight: normal; color: #948393; padding-left: 10px; }
.comment_text .time { font-size: 12px; font-weight: normal; color: #948393; padding-left: 10px; }
.comment_text .reply a { display: block; clear: both; float: right; padding: 1px 10px; height: 24px; text-align: center; background: #3694ab; border: 1px solid #fff; color: #fff; } 


#comment_form {
	clear: both;
}

#comment_form h3 {
	font-size: 20px;
	border-bottom: 1px dotted #666;
	margin-bottom: 10px;
	padding-bottom: 10px;
}

#comment_form form {
	padding: 20px;
	background: #eee;
	border: 1px solid #ddd;
}

#comment_form textarea {
	background: #fff none repeat fixed 0 0;
	border: 1px solid #ddd;
	display:block;
	font-size:1.1em;
	height:150px;
	margin-top:5px;
	padding:5px;
	width: 360px;
}

#comment_form .form_row {
	width: 100%;
	margin-bottom: 15px;
}

#comment_form form input {
	margin-top: 5px;
	padding: 3px 10px;
	width: 200px;
	background:#fff none repeat fixed 0 0;
	border: 1px solid #ddd;
}

#comment_form .submit_btn {
	width: 90px;
	font-weight: bold;
	color: #7d4c79;
	cursor: pointer;
	padding: 5px 10px;
}


.service_box {
	clear: both;
	margin-bottom: 30px;
}

.service_box img {
	float: left;
	width: 48px;
	height: 48px;
}

.service_box .sb_right {
	float: right;
	width: 540px;
}

.ads_125 {
	margin: 0;
	padding: 0;
	list-style: none;
}

.ads_125 li {
	display: block;
	float: left;
	margin: 0 10px 10px 0;
	padding: 0;
	display: inline-block;
}

.ads_125 li a {
	display: block;
	width: 125px;
	height: 125px;
}

.ads_125 .odd {
	margin-right: 0;
}

.ads_125 .last_row {
	margin-bottom: 0;
}
					
.recent_comment_box {
	padding: 0 0 15px;
	margin: 0 0 15px;
	border-bottom: 1px solid #ccc;
}

.recent_comment_box a {
	color: #522a4f;
	font-weight: bold;
}


#contact_form {
	padding: 0;
}

#contact_form form {
	margin: 0px;
	padding: 0px;
	/*border:1px solid #e2d1be;
	padding: 20px 20px 10px 20px; */
}

#contact_form form .input_field {
	width: 290px;
	padding: 5px 0;
	background: #fff;
	border: 1px solid #dfdfdf;
}

#contact_form form label {
	display: block;
	width: 100px;
	margin-right: 10px;
	font-size: 14px;	
}

#contact_form form textarea {
	width: 300px;
	height: 200px;
	background: #fff;
	border: 1px solid #dfdfdf;
}

#contact_form form .submit_btn {
	padding: 5px 15px;
	background: #fff;
	border: 1px solid #dfdfdf;
}
.cotactviewtitle
{
    margin-bottom:10px;
}

#sub_from
{
    position:fixed;
    left:30%;
    top:30%;
    z-index:999999;
	clear:none;
	width:550px;
	text-align: justify;
	background:  url(../images/wild_oliva.png)  repeat;
	-moz-border-radius: 10px;
	border-radius: 10px;
    padding:20px;
	background:#ad8b4b;
	display:none;
}
.contact_from_title
{
    font-size:22pt;
    color:#fff;
}
.subboxgroup
{
    overflow:hidden;
    margin-top:20px;
    background:#fff;
    padding:10px;
    border-radius:10px;
    -moz-border-radius:10px;
    line-height:20pt;
}
#opttitle
{
    text-align:center;
    font-size:14pt;
    margin-bottom:20px;
    color: #666666;
}
.optcell
{
    margin-bottom:10px;
    text-align:center;
}
.subtextbox
{
	width: 250px;	
	height: 30px;
	padding-left:5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border: 1px solid #cccccc;
}
#optnotify
{
	display: none;
	position: fixed;
	width: 400px;
	min-height: 190px;
	background: #fff;
	z-index: 9999;
	top: 50%;
	left: 50%;
	margin-top: -100px;
	margin-left: -200px;
	border-radius: 10px;
	-moz-border-radius: 10px;
	border: 2px solid #ccc;
	background: #f1f1f1;
	padding: 10px;
	color: #000;
	text-align: center;
}
#optnotifytitle
{
	font-size: 12pt;
	font-weight: bold;
	margin-bottom: 20px;
}
#notifyok
{
	margin-top: 30px;
	background: #706a6c;
	color: #fff;
	width: 50px;
	height: 30px;
	border: none;
	cursor: pointer;
}
#otpsubmit
{
     padding:7px;    
     background:#c82828;
     font-weight:bold;
     color:White;
     border:none;
     border-radius:5px;
     -moz-border-radius:5px;
     cursor: pointer;
}
#otpsubmit:hover
{    
     opacity:0.9;
}
#cancel
{
     padding:7px;    
     background:#7bbc3e;
     font-weight:bold;
     color:White;
     border:none;
     border-radius:5px;
     -moz-border-radius:5px;    
     cursor: pointer;
}
#cancel:hover
{
     opacity:0.9;
}
#fsub
{
     background:url(../images/sub.png)center 0px no-repeat;
     width:120px;
     height:40px;  
     position:fixed;
     top:20%;
     right:0px;
     z-index:9999;
     cursor: pointer;
     border-bottom-left-radius:4px;
     border-top-left-radius:4px;
     -moz-border-bottom-left-radius:4px;
     -moz-border-top-left-radius:4px;
     
}
#fsub:hover
{
     opacity:0.9;
 }
/*Contact form*/
#form
{
				
}
.txtbox
{
	border: 1px solid #ccc;
	height: 30px;
	width: 90%;
}
.textarea
{
	min-height: 300px;
}
.formrowtop
{
	font-weight: bold;
}
.formrow
{
	margin-bottom: 10px;
}
.buttonrow
{
	text-align: center;
}
#bSend
{
	width: 100%;
	max-width: 150px;
	background: #181818;
	color: #fff;
	border:1px solid #a79a9a;
	text-align: center;
	cursor: pointer;
	margin: 0px auto;
	height: 35px;
	line-height: 35px;
}
#bSend:hover
{
    opacity:0.8;
}
#bPartySend
{
	width: 100%;
	max-width: 150px;
	background: #181818;
	color: #fff;
	border:1px solid #a79a9a;
	text-align: center;
	cursor: pointer;
	margin: 0px auto;
	height: 35px;
	line-height: 35px;
}
#bPartySend:hover
{
    opacity:0.8;
}
#formnotify
{
	width: 90%;
	max-width: 400px;
	min-height: 160px;
	background: #fff;
	border: 1px solid #ccc;
	position: fixed;
	top: 20%;
	left: 50%;
	margin-left: -200px;
	padding: 10px;
	text-align: center;
	box-shadow: 2px 2px 5px #666;
	z-index: 99999;
	display: none;
}
#formnotifycontent
{
	font-size: 12pt;
	color: #666;
	margin-top: 30px;
}
#formnotifyok
{
	margin: 0px auto;
	margin-top: 20px;
	width: 100px;
	height: 35px;
	line-height: 35px;
	color: #a79a9a;
	background: #fff;
	cursor: pointer;
	border:1px solid #a79a9a;
}
#formnotifyok:hover
{
	background: #666;
	color:#fff;
}
#formpwait
{
	float: left;
	margin-left: 20px;
	display: none;
}
#formwait
{
	display: none;
}
/*Contact form*/

/*Sign In*/

.sign
{
    overflow:hidden;
    max-width:500px;
    width:100%;
    margin:0px auto;
    text-align:left;
}
.sign_title
{
    text-align:center;
    font-size:14pt;
    font-weight:bold;    
}
#bSubmit
{
    width: 100%;
    max-width: 100px;
    background: #181818;
    border-radius:5px;
    -moz-border-radius:5px;
    color: #fff;
    text-align: center;
    cursor: pointer;
    margin: 0px auto;
    height: 35px;
    line-height: 35px;
    margin-top:20px;
}
#bSubmit:hover
{
    opacity:0.8;
}
#formsign
{
    margin-top:30px;
}
.txtboxsign
{
    width:99%;
    border: 1px solid #ccc;
    height: 30px;
}
#formnotify
{
	width: 90%;
	max-width: 400px;
	min-height: 160px;
	background: #fff;
	border: 1px solid #ccc;
	border-radius: 10px;
	-moz-border-radius: 10px;
	position: fixed;
	top: 20%;
	left: 50%;
	margin-left: -200px;
	padding: 10px;
	text-align: center;
	box-shadow: 2px 2px 5px #666;
	z-index: 99999;
	display: none;
}
#formnotifycontent
{
	font-size: 12pt;
	color: #666;
	margin-top: 30px;
}
#formnotifyok
{
	margin: 0px auto;
	margin-top: 20px;
	width: 100px;
	height: 35px;
	line-height: 35px;
	color: #fff;
	background: #df811e;
	cursor: pointer;
}
#formnotifyok:hover
{
	background: #be3024;
}
#formpwait
{
	float: left;
	margin-left: 20px;
	display: none;
}
#formwait
{
    display: none;
}
/*Sign In*/

/* footer */

#templatemo_footer {
	clear: both;
	width: 920px;
	padding: 30px;
	padding-bottom: 20px;
	color: #f2e5f1;
	background: url(../images/bottomback.jpg) 0px 0px repeat;
}

#templatemo_footer h4 {
	color: #f93284;
}

#templatemo_footer ul { padding: 0; margin: 0; list-style: none; }

#templatemo_footer li { padding: 0; margin: 0 0 5px 0; }

#templatemo_footer li a {
	display: block;
	color: #896a2e;
	text-decoration: none;
	border-bottom: 1px dashed #ac8b4a;
}

#templatemo_footer li a:hover {
	color: #fff;
}

#templatemo_footer .last {
	padding-right: 0;
}

/* social */

#templatemo_footer  #social_box {
	clear: both;
	margin: 20px 0;
	padding: 0;
	list-style: none;
}

#social_box li {
	display: block;
	float: left;
	padding: 0;
	margin: 0;
}

#social_box li a {
	width: 30px;
	height: 30px;
	margin: 0 10px 5px 0;
	text-decoration: none;
	border: none;
}


/* end of social */

/* end of footer*/

/* copyright */

#templatemo_copyright {
	clear: both;
	width: 920px;
	padding: 10px 30px;
	text-align: center;
	color: #fff;
	font-size: 8pt;
	line-height: 25px;
	background: url(../images/copyrightback.jpg) 0px 0px repeat;
}

#templatemo_copyright a {
	color: #fff;
}

/* end of copyright */

/*Music*/
#wmusic
{
	opacity: 0.0;
}

#soundback
{
    width:45px;
    height: 45px;
    padding-top:5px;
    text-align:center;
    background: #e0c880;
    position:fixed;
    z-index:9999;
    left:0;
    top: 80%;
    -moz-border-top-right-radius:10px;
    border-top-right-radius:10px;
    -moz-border-bottom-right-radius:10px;
    border-bottom-right-radius:10px;
}
#soundbutton
{
	width: 32px;
	height: 32px;
	-moz-border-top-right-radius: 5px;
	-moz-border-bottom-right-radius: 5px;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
	cursor: pointer;
	background: url(../images/soundoff.png) 0px 0px no-repeat;
	margin-left: 7px;
	margin-top: 5px;
}
/*Music*/

/* Home About */
.homeabout
{
    margin-top:20px;
    font-size: 14pt;
    line-height: 25px;
    font-family: 'Source Sans Pro', sans-serif;
    color: #666;
}
.homeabout span
{
    font-weight:bold;
}
.aboutimg
{
    float:left;
    width:100%;
    margin-bottom:10px;
}

.col_map {
	float: left;
	width: 430px;
	padding-right: 10px;
}
/* Home About */

/* Services */
.servicesgroup
{
    margin-bottom:30px;
    overflow:hidden;
    padding-bottom:20px;
}
.servicestitle
{
   font-family: 'Playball', cursive;
   font-size:25pt;
   line-height:28px;
   margin-bottom:10px;
   padding-left:10px;
   color:#f93284;
}
.servicesMain
{
   font-family: 'Playball', cursive;
   font-size:30pt;
   line-height:28px;
   margin-bottom:10px;
   text-align:center;
   color:#f93284;
}
.servicesimg
{
    margin:0px auto;
    padding:0px;
    text-align:center;
}
.servicesimg img
{
    margin-right:5px;
    margin-left:5px;
    padding: 5px; 
    border: 1px solid #dddddd; 
    background: #eeeeee;
}
.servicesrowgroup
{
    
}
.servicesrow
{
    width:620px;
    margin-left:10px;
    margin-right:8px;
    padding-top:8px;
    border-bottom:1px dashed #999999;
    
}
.titlenote
{
    color:#a1a1a1;
    margin-bottom:20px;
    margin-left:20px;    
}
.price
{
    float:right;
    color:#ac8b4a;   
    display:none;
}
.services_note
{
     color:#a1a1a1;
}
#linktop
{
    width:42px;
    height:42px;
    background:url(../images/top.png) 0px 0px no-repeat;
    position: fixed;
    right:7%;
    bottom:40px;
    opacity:1.0;
    cursor:pointer;
    display:none;
}
#linktop:hover
{
     opacity:0.8;
}

/* Services */

/* Gallery */
#gallery
{
	text-align:center;
	width:100%;
	overflow:hidden;
}

#gallery img
{
	border: none;
	margin-top:5px;
	padding: 5px;
    border: 1px solid #dddddd; 
    background: #eeeeee;
    display:inline-block;
    margin-bottom:10px; 
    margin-left:10px;
    margin-right:10px;
}

.page_gallery
{
    font-size:12pt;
    
}
.page_gallery strong
{
     margin-right:10px;
    
}
.page_gallery a
{
    margin-right:10px;
    color:#9a8e66;
}


/* Gallery */


/*Products*/
#productcontent
{
	width: 910px;
	padding-left: 10px;
}

.productcat
{
	text-align: center;
	line-height: 40px;
	margin-bottom: 30px;
}

.productrow
{
	
}

.productcatgroup
{
	float: left;
}

.dropdown
{
	width: 130px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	height: 28px;
	border: 1px solid #cccccc;
}

.textbox
{
	width: 150px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	height: 25px;
	border: 1px solid #cccccc;
}


.searchbutton {
	-moz-box-shadow:inset 0px 1px 0px 0px #ffffff;
	-webkit-box-shadow:inset 0px 1px 0px 0px #ffffff;
	box-shadow:inset 0px 1px 0px 0px #ffffff;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #f9f9f9), color-stop(1, #e9e9e9) );
	background:-moz-linear-gradient( center top, #f9f9f9 5%, #e9e9e9 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f9f9f9', endColorstr='#e9e9e9');
	background-color:#f9f9f9;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #dcdcdc;
	display:inline-block;
	color:#666666;
	font-family:arial;
	font-size:12px;
	font-weight:bold;
	padding:6px 24px;
	text-decoration:none;
	text-shadow:1px 1px 0px #ffffff;
	cursor: pointer;
}.searchbutton:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #e9e9e9), color-stop(1, #f9f9f9) );
	background:-moz-linear-gradient( center top, #e9e9e9 5%, #f9f9f9 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#e9e9e9', endColorstr='#f9f9f9');
	background-color:#e9e9e9;
}.searchbutton:active {
	position:relative;
	top:1px;
}
/* This imageless css button was generated by CSSButtonGenerator.com */

.productgroup
{
	float: left;
	width: 200px;
	margin-left: 10px;
	text-align: center;
	margin-bottom: 10px;
	height: 300px;
	border: 1px dashed #e5e5e5;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.productimgback
{
	height: 150px;
	padding-top: 10px;
}

.productimgback img
{
	border: 1px solid #e5e5e5;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.productgrouptitle
{
	margin-top: 5px;
	font-weight: bold;
	margin-bottom: 10px;
}

.productgrouptitle a
{
	text-decoration: none;
	color: #532d22;
}

.productgrouptitle a:hover
{
	color: #ffffff;
}

.productprice
{
	color: #000000;
	margin-bottom: 10px;
}

.productpage
{
	margin-top: 30px;
	margin-bottom: 20px;
	text-align: center;
}

.productpage a
{
	color: #532d22;
	text-decoration: none;
}

.productpage a:hover
{
	color: #ffffff;
}

.productaddbutton
{
	text-align: center;
}

.productaddbutton img
{
	border: 0px;
	padding: 0px;
	margin: 0px;
}

#productcart
{
	text-align: center;
	width: 350px;
	border: 1px dashed #e5e5e5;
	margin-bottom: 30px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	padding: 10px;
	float: right;
}

#productcart img
{
	border: none;
}

.products_img
{
    width:900px;
    margin-bottom:20px;
    overflow:hidden;
}
.products_img img
{
    float:left;
    margin-right:10px;
    margin-bottom:10px;
    border:1px solid #ccc;
}

.progroup
{
	float: left;
	text-align: center;
	width: 310px;
	margin-left: 5px;
	margin-right: 5px;
	margin-bottom: 20px;
}
.progroup img
{
	width: 300px;
	border: 4px solid #f4f4f4;
}
.proname
{
	font-family: Georgia;
	color: #666;
	font-size: 16pt;
}
/*Products*/

/*product detail*/
#productdetailcontent
{
	width: 910px;
	padding-left: 10px;
}

.productdetailgroup
{
	border: 1px dashed #e5e5e5;
	padding: 5px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	overflow: hidden;
	margin-bottom: 10px;
}

#pddetailsmallimg
{
	float: left;
	width: 200px;
	text-align: center;
}

#pddetailsmallimg img
{
	padding: 5px;
	border: 1px solid #ẹe5e5;
	-moz-border-radius: 10px;
	border-radius: 10px;
}

#pddetailtitle
{
	text-align: left;
	font-size: 11pt;
}

#pddetailtype
{
	text-align: left;
	color: #532d22;
	font-weight: bold;
}

#pddetailprice
{
	text-align: left;
	color: #532d22;
	margin-top: 10px;
	font-weight: bold;
}

#pddetailbutton
{
	text-align: left;
	margin-top: 10px;
}

#pddetailnav
{
	text-align: right;
	margin-bottom: 5px;
}

#pddetailnav a
{
	text-decoration: none;
	color: #9a8e66;
}

#pddetailnav a:hover
{
	color: #000000;
}


/*product detail*/

/*Cart*/

#cart
{
	
}

#cart a
{
	text-decoration: none;
	color: #ff0000;
}

#cart a:hover
{
	color: #000000;
}

#cart table
{
	width: 780px;
	border-collapse: collapse;
	margin-bottom: 20px;
}

#cart td
{
	text-align: left;
	border-collapse: collapse;
	border: 1px solid #e9e8e8;
	padding: 10px;
}
/*Cart*/


/*Egift*/

#egifttopnote
{
	font-weight: bold;	
}

.egiftrow
{
	text-align: left;
	margin-top: 20px;
}

#egiftlibrary
{
	text-align: left;
	margin-top: 20px;
}

#egiftlibrary img
{
	margin: 5px;
	border: 2px solid #e9e8e8;
	padding: 2px;
	cursor: pointer;
}

#egiftlibrary img:hover
{
	border: 2px solid #9a8e66;
}

#cardimg
{
	width: 650px;
	height: 296px;
	border: 2px solid #e9e8e8;
}

#egiftmessagegroup
{
	width: 650px;
	height: 286px;
	padding-top: 10px;
	font-family: Arial;
	font-size: 11pt;
	line-height: 140%;
}

.calendar
{
	position: relative;
	border: 1px solid #e5e5e5;
	background: #ffffff;
}

.full
{
	width: 100%;
}
/*Egift*/

/* Reviews */
.groupreviews
{
    width:95%;
}
.reviews
{
    text-align:left;
	width:97%;
	overflow:hidden;
	border:1px solid #ded4b1;
	margin-bottom:20px;
	padding:10px;
	
}
.star
{
   margin-top:70px;    
   
}
.reviews a
{
     float:right;    
}
.add
{
     float:left;    
      
}
.add span
{
     font-size:12pt;
     font-weight:bold;
     color:#235cdb; 
}
.img_user
{
    float:left;
    margin-right:10px;
    
}
.noidung
{
    margin:10px;    
}
#nutyelp
{
    overflow:hidden;
}
.imgreviews
{
     background:#f4e2a6;
     width:120px;
     height:40px;   
     float:left;
     text-align:center;
     margin-left:5px;
     border-radius:10px;
     margin-bottom:20px;
 }
.imgreviews a
{
    display:block;
}
.imgreviews img
{
    border:none;   
}
/* Reviews */

#bookingform
{
	width: 620px;
	border: 5px solid #ded4b1;
	position: fixed;
	top: 10%;
	left: 25%;
	background: #ffffff;
	overflow: scroll;
	display: none;
}

#bookingclose
{
	width: 80px;
	color: #fff;
	background: #9a8e66;
	height: 30px;
	position: absolute;
	right: 0px;
	text-align: center;
	line-height: 28px;
	cursor: pointer;
}

#bookingclose:hover
{
	background: #ded4b1;
}

.homewelcome
{
	font-size: 14pt;
	margin-top: 10px;
	color: #9a8e66;
	font-family: Georgia;
}

.groupfbye
{
    background:#ccc;
    height:130px;
    width:35px;   
    top:15%;
    left:0px;
    position: fixed;
    z-index:999999;
    padding:10px;
    border-top-right-radius:10px;
    border-bottom-right-radius:10px;
    -moz-border-top-right-radius:10px;
    -moz-border-bottom-right-radius:10px;
   
}
.line
{
    border-bottom:1px solid rgba(255,255,255,0.2);
    height:5px;
    width:33px;
    text-align:center;
    margin-bottom:10px;
}


/* Promotion */
.promotionimg
{
    overflow:hidden;
    margin-bottom:20px;
}
.promotionprint a
{
    border:none;
}
/* Promotion */

/* Location */
.maps
{
    margin-top:10px;
    margin-bottom:20px;
}
/* Location */

/* Spa Party */
.spaparty
{
    text-align:center;
    font-size:18pt;
    font-family:Georgia;
    line-height:30px;
}
.spaparty_img
{
    
}
#spaparty_phone
{
    color:#1abc25;    
}
/* Spa Party */

.menuimg
{
    display:none;
}
#dragguide
{
	width: 195;
	height: 19px;
	background: url(../images/dragguide.jpg) 0px 0px no-repeat;
	display: none;
}

/* Notification */
#groupnoti
{
    width:100%;
    height:100%;
    position:absolute;
    top:0px;
    z-index:99;
}
#noti
{
    width:595px;
    margin:0px auto;
    padding:10px;   
    margin-top:20px;
    background:#fff;
}
#noti img
{
    width:100%;
}
#closenoti
{
    float:right;
    cursor:pointer;
    margin-bottom:5px;
}

/* Notification */





/*  700px hoac nho hon */
@media screen and (max-width: 700px) 
{ 
    #notification
    {
        font-size:10pt;    
    }
    .notificationtop a
    {
        font-size:9pt;
    }
    body 
    {
        background:none;
    }
    .homephone
    {
        display:none;
    }
    #soundback
    {
    	opacity: 0.5;
    }
    #templatemo_header_wrapper
    {
        width:100%;        
        height:auto;
    }
    #templatemo_header
    {
        width:100%;
        margin:0px;
        padding:0px;
        height:auto;      
	    background: url(../images/templatemo_header.jpg) repeat center top;
    }
    
    #templatemo_header  #site_title
    {
        width:100%;
        overflow:hidden;
    }  
    .addthis_toolbox
    {
       display:none;
    }
    .groupfbye
    {
        display:none;
    }
    .header_m
    {
        display:block;
        overflow:hidden;
    }
    .groupmenu_m
    {
        width:100%;   
        margin-top:5px;
        margin-bottom:2px;
        overflow:hidden; 
        color:#000;      
    }
    .groupmenu_m ul
    {
        margin:0px;
        padding:0px;
    }
    
    .groupmenu_m ul li
    {
        width:24.5%;
        margin-left:0.2%;
        margin-right:0.2%;
        padding-top:10px;
        float:left;
        background:#ad8b4b;
        text-align:center;    
        list-style-type:none;    
    }
    .groupmenu_m ul li a
    {
        padding-top:10px;     
        color:#fff;  
        text-decoration:none;
        font-size:10pt;
    }
    /* Subbar */
    #subbar
    {
        display:none;
        
    }   
    #call_m span
    {
        display:block;
        background:url(../images/phone_m.png)center 0px no-repeat;
        padding:30px 0px 10px 0px;
    }
    #email_m span
    {
        display:block;
        background:url(../images/services_m.png)center 0px no-repeat;
        padding:30px 0px 10px 0px;
    }
    #direction_m
    {
        cursor:pointer;
    }
    #direction_m span
    {
        display:block;
        background:url(../images/location_m.png)center 0px no-repeat;
        padding:30px 0px 10px 0px;
    }
    #subbar_m
    {
        display:block;
        cursor:pointer
    }
    #subbar_m span
    {
        display:block;
        background:url(../images/stay_m.png)center 0px no-repeat;
        padding:30px 0px 10px 0px;
    }
    .groupmenu_m ul li.second
    {
        width:49.58%;
        margin-left:0.2%;
        margin-right:0.2%;
        float:left;
        background:#ad8b4b;
        margin-top:2px;       
        text-align:center;    
        list-style-type:none;    
    }
    .groupmenu_m ul li.second a
    {
        color:#fff;
        font-size:10pt;
        text-decoration:none;
    }
    #e-gift span
    {
        display:block;
        background:url(../images/gift_m.png)center 0px no-repeat;
        padding:30px 0px 10px 0px;
    }
	#promotion span
    {
        display:block;
        background:url(../images/promotions.png)center 0px no-repeat;
        padding:30px 0px 10px 0px;
    }
    
    /* Banner */
    .slideshow_m
    {
       display:none;
    }  
    .banner_m
    {
        display:block;
    }
      
    .groupbanner
    {
        width:100%;      
        height:auto;  
        margin:0px auto;
        position:relative;
        overflow:hidden;
        border-top:4px solid #ac8a4a; 
    }
    .banner_opacity
    {
        width:100%;
        opacity:0;
        vertical-align:bottom;
    }
    .banner
    {
        width:100%;
        height:100%;
        position:absolute;
        top:0px;
        display:none;
    }
    #banner1
    {    
        background:url(../images/slideshow/01.jpg)0px 0px no-repeat;
        -webkit-background-size: 100%;
        -moz-background-size: 100%;
        -o-background-size: 100%;
        background-size: 100%;
        display:block;
    }
    #banner2
    {    
        background:url(../images/slideshow/02.jpg)0px 0px no-repeat;
        -webkit-background-size: 100%;
        -moz-background-size: 100%;
        -o-background-size: 100%;
        background-size: 100%;
    }
    #banner3
    {    
        background:url(../images/slideshow/03.jpg)0px 0px no-repeat;
        -webkit-background-size: 100%;
        -moz-background-size: 100%;
        -o-background-size: 100%;
        background-size: 100%;
    }
    #banner4
    {    
        background:url(../images/slideshow/04.jpg)0px 0px no-repeat;
        -webkit-background-size: 100%;
        -moz-background-size: 100%;
        -o-background-size: 100%;
        background-size: 100%;
    }
    #banner5
    {    
        background:url(../images/slideshow/05.jpg)0px 0px no-repeat;
        -webkit-background-size: 100%;
        -moz-background-size: 100%;
        -o-background-size: 100%;
        background-size: 100%;
    }
    .groupnext
    {
        width:100%;
        margin:0px auto;
        overflow:hidden;    
        padding:5px 0px 5px 0px;     
        text-transform:uppercase;
        text-align:center; 
        overflow:hidden;
    }
    .nextbox
    {
        width:95px;
        margin:0px auto;    
    }
    .next
    {
        width:15px;
        height:15px;
        float:left;
        background:url(../images/next.png)center 0px no-repeat;
        cursor:pointer;
        margin-left:2px;
        margin-right:2px;
        overflow:hidden;
    }
    .next:hover
    {
        background:url(../images/next.png)center -15px no-repeat;
    }
    #next1
    {
        background:url(../images/next.png)center -15px no-repeat;
    }
    #flag
    {
        display:none;
    }
    
    /* Banner */
    
    /* Menu */   
     #templatemo_menu
    {
        width:100%; 
        overflow:hidden;    
        margin-top:10px;  
        position:relative;        
    }
    #templatemo_menu ul li
    {
	    border-bottom:1px dashed #d6b67a;
    }
    #templatemo_menu ul ul li a
    {
        width:100%;
        display:none;
        text-align:center;
        color:#fff;
    }
    #templatemo_menu ul ul li a:hover
    {
        color:#fff;
    }
    #templatemo_menu ul li:hover > ul
    {
	    display: none;
    }
    
    .menu_m 
    {
        height:44px; 
    }
    #templatemo_menu ul
    {
        width:100%;
        height:44px;
        background:#ac8b4a; 
        overflow:hidden;       
    }
    #templatemo_menu ul li
    {
        width:100%; 
    }
    #templatemo_menu ul li a 
    {
        margin:0px;
	    padding:0px;
	    float: none;
	    display: block;
	    height: 44px;
	    width: 100%;
	    line-height:44px;
	   
    }
    #templatemo_menu ul li a:hover
    {
        height: 44px;
        line-height:44px;
        background:none;
        margin:0px;
        padding:0px;
        color:#fff;
        text-decoration: underline;
    }
    #templatemo_menu ul .current
    {
        height: 44px;
        line-height:44px;
        background:none; 
        padding:0px;
        color: #fff;
        text-decoration: underline;
    }
    
    .menuimg
    {
        display:block;
        width:30px;
        height:44px;
        position:absolute;
        z-index:3;
        right:0px;
        background: url(../images/iconmenu_m.png)0px 11px no-repeat; 
        background-color:#3c321e;
        cursor:pointer;
    }
    .menudown
    {
        background:none;
    }
    /* Menu */
    
    /* Home */
    #templatemo_middle_wrapper
    {
        width:100%;  
        margin:0px;
        padding:0px;
        border:none;
        position:relative;
    }   
    #templatemo_middle
    {
        margin:0px;
        padding:0px;
        overflow:hidden;
    }
    #templatemo_content
    {
        width:100%;
        float:none;
    }
    
    #templatmeo_sidebar
    {
        width:100%;
        float:none;
    }
     
    #templatemo_footer
    {
        width:100%;
        padding:0px;
        padding-top:30px;
    }
     #templatemo_copyright
    {
        width:100%;
        height:45px;
        padding:0px; 
        line-height:45px;       
    }
    .col_w210
    {
        width:100%;
        padding:0px;
        text-align:center;
    }
    .col_map
    {
        width:100%;
        float:none;
        padding:0px;
    }
    .col_map iframe
    {
        width:100%;
    }
    
    #templatemo_footer  #social_box {
	    width:160px;
	    margin:0px auto;
	    padding:0px;
	    overflow:hidden;
	    margin-bottom:20px;
    }
    .center_m
    {
        text-align:center;
    }
    .tmo_list
    {
        width:220px;
        margin:0px auto;
        padding:0px;
        text-align:left;
        padding-left:70px;
    }  
    
    .ads_125
    {
        width:280px;
        margin:0px auto; 
        padding:0px;
    }
    .ads_125 li
    {
        margin:0px;
        padding:0px;
        padding-left:10px;
        margin-bottom:10px;
    }
    
    .aboutimg img
     {
         width:42%;
         float: left;    
     }
    
    #top_bt
    {
        right:10px;
        bottom:5px;
    }    
    #designed
    {
        width: 100%;
    }   
    #sub_from
    {
       width:90%;
       top:10%;
       left:0px;
           
    }    
    /* Home */
    
    /* Product */
    .progroup
    {
        float:none;
        margin:0px auto;
        padding:0px;
        margin-bottom:30px;
    }
    .procontent
    {
        width:88%;
        height:auto;
    }
    /* Product */
    
    /* Services */
    .servicestitle
    {
        text-align:center;
    }
    .servicesrow
    {
        width:95%;
        overflow:hidden;
    }
    .servicesrow_name
    {
        width:70%;
    }
    /* Services */
    
    #soundback
    {
    	opacity: 0.5;
    }
    
     
    /* Book an */
    #bookan
    { 
        position:relative;
        margin:0px auto;
        padding:0px;
        float:none;
        margin-top:10px;
    }
    
    /* Book an */
    
    /*reviews*/
    .reviews
    {
    
	width:95%;
	
    }
    /*reviews*/
    
    /* Subbar */
    #fsub
    {
        display:none;   
    }
    /* Subbar */
    
    /* Notification */
    #noti
    {
        width: 90%;
    }
    /* Notification */
    
}
/*  580px hoac nho hon */
@media screen and (max-width: 580px) 
{ 

    #templatemo_header #site_title
    {
        height:auto;
        margin-bottom:20px;
    }
    #templatemo_header  #site_title img
    {
        width:380px;
        margin-top:10px;
    }    
   
    
    /*Promotion*/
    .promotionimg img
    {
        width:100%;
       
    }
    /*Promotion*/
    
    .aboutimg
    {
        width:100%;
        float:none;
        overflow:hidden; 
        text-align:center;       
    }     
    .groupmenu_m ul li a
    {
        font-size:9pt;
    }
}


/*  400px hoac nho hon */
@media screen and (max-width: 400px) 
{ 
	#templatemo_header  #site_title img
    {
        width:90%;
        margin-top:20px;
    }  
     
    .aboutimg img
    {
         width:90%;
         float:none;
         margin-bottom:10px;
    }
    
    /*Services*/   
    .servicesimg img
    {
        width:265px;
    }
    /*Services*/
    
    /* contact */
     #dragguide
    {	    
	    display:block;
    }
    .scroll_m 
    {
        width:98%;
        overflow-x:auto;
    }
    #contact_form
    {
        width:450px;
        overflow:hidden;
    } 
    .map
    {
        display:none;
    }
     /* contact */
    
  
    
    /* Product */
    .progroup
    {
        width:90%;
        float:none;
        margin:0px auto;
        padding:0px;
        margin-bottom:30px;
    }
    .progroup img
    {
        width:95%;
    }
    /* Product */
    
    /* Spa Party */
    .spaparty_img img
    {
        width:90%;    
    }
    /* Spa Party */
    .groupmenu_m ul li a
    {
        font-size:7pt;
    }
}