﻿body 
{
    margin:0px;
    padding:0px;
    background:url(../images/background.jpg) repeat center center fixed;
    -webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
    font-size:11pt;
    font-family: 'Roboto', sans-serif;
    font-weight:300;
    min-width:1250px;
   
}
.main
{
    width:1130px;
    margin:0px auto;
    padding:0px;
    padding: 0px 50px 0px 50px;
   /* background:url(../images/bg-body.jpg) 50px 70% no-repeat fixed;*/
   background-image: linear-gradient(to right, #e5e0d9, #eadecd 30%, #eadecd, #e5e0d9, #eadecd 70%, #e5e0d9);
    box-shadow:0px 0px 3px 1px #888888;
}
.header
{
    height:150px;
}
.header_m
{
    display: none;
    width:100%;
    height:auto;
}
.logo 
{
    width:380px;
    float:left;
    margin-top:20px;
}
.logo h1
{
    margin:0px;
    padding:0px;
}
.logo h1 a
{
    text-decoration:none;
    font-size:9pt;
}
.logo h1 a span
{
    display:block;
    text-align:center;
    color:#a4a4a4;
    font-size: 12pt;
    margin-top:-15px;
    font-weight:normal;
}
#wrap_notifi
{
    overflow:hidden;    
}
#notification
{
    background:#800020;
    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:#000;
    text-decoration:none;    
    background:#fff;
    padding:4px 5px 4px 5px;
    font-size:11pt;
    border-radius:5px;
    -moz-border-radius:5px;
    margin-left:10px;
    cursor:pointer;
}
/* Menu */
.menugroup
{
    width:750px;
    float:right;
    height:80px;
}
.menu ul
{
    margin:0px;
    padding:0px;
}
.menu ul li
{
    width:83px;    
    float:left;
    list-style-type:none;  
}
.menu ul li a
{
    display:block;
    padding:80px 0px 15px 0px;  
    text-decoration:none;
    color:#323232;
    text-align:center;
    font-family: 'Oswald', sans-serif;
    font-size:12pt;    
}
.menu ul li:hover, .menu ul li .selected
{
    background:url(../images/bg_menu.png) -30px -50px no-repeat;
    background-color:#800020;
    color:#fff;
}
.menu ul li:hover a
{
    color:#fff;
}
.menu ul li:hover > ul
{
    display:block;   
}
.menu ul ul
{
    width:200px;
    height:0px;
    background:#f34b70;   
    display:none;
    overflow:hidden;
    position:absolute;
    z-index:99;
    -moz-border-radius:5px;
    border-radius:5px;
    box-shadow:0px 0px 3px 1px #888888;
}
.menu ul ul li
{
    width:100%;
    display:block;
    padding:0px;
    float:none;
}

.menu ul ul li a
{
    display:block;
    padding:0px;
    text-align:left;
    padding:5px 0px 5px 10px;
    color:#fff;
}
.menu ul ul li:hover
{
    background:none;
}
.menu ul ul li a:hover
{
    color:#323232;
    background:none;
}
 .menuimg
 {
     display:none;
 }
/* Menu */

/* Banner */
.groupbanner
{
    overflow:hidden;
}
.bannerbox
{
    width:1130px;
    height:535px;
    position:relative;   
    overflow:hidden;
    margin-bottom:40px;
}
.banner
{
    width:1130px;
    height:535px;
    position:absolute;
    display:none;
    overflow:hidden;
}
#banner1
{
    display:block;    
}
.bannertxt
{
    width:80%;
    padding:10px  0px 10px 80px;
    position:absolute;
    z-index:8;
    bottom:20px;
    font-size:30pt;
    color:#800020;   
    line-height:38px;    
    background: url(../images/bannerback.png) 0px 0px repeat;
}
.bannertxt span
{
    font-size:18pt;
    font-family: 'Roboto', sans-serif;
    font-weight:300;
    line-height:10px;
    color:#62550f;     
}

.groupnext
{
    width:100%;
    position:absolute;
    z-index:9;
    top:45%;
}
.next
{
    width:60px;
    height:60px;
    background:#fff;
    cursor:pointer;
    opacity:0.8;
    -o-transition:all 0.3s ease-in;
    -ms-transition:all 0.3s ease-in;
    -moz-transition:all 0.3s ease-in;
    -webkit-transition:all 0.3s ease-in;
    transition:all 0.3s ease-in; 
}
#bnext
{
    float:right;
    margin-right:10px;
    background:url(../images/next.png)0px 0px no-repeat;
}
#bback
{
    float:left;
    margin-left:10px;
    background:url(../images/prev.png)0px 0px no-repeat;
}
#bnext:hover
{
    background:url(../images/nexthover.png)0px 0px no-repeat;
}
#bback:hover
{
    background:url(../images/prevhover.png)0px 0px no-repeat;
}
#flag
{
    display:none;
}
/* Banner */


/* Home */
.groupcontent
{
    overflow:hidden;
    padding-bottom:60px;
}
.grouphomeservices
{
    overflow:hidden;
    padding-bottom:60px;
    margin-bottom:30px;
    background:url(../images/bg_borderpage.png)0px bottom no-repeat;
}
.homeservices_l
{
    width:350px;
    float:left;
    margin-right:37px;
}
.homeservices_r
{
    width:350px;
    float:right;
}
.grouphomeservices h2
{
    font-weight:normal;
    text-align:center;
    font-size:26pt;
    margin-bottom:10px;
    font-family: 'Oswald', sans-serif;
    color:#393939;
}
.homeservicesimg
{
    text-align:center;
}
.homeservicesimg img
{
    -moz-border-radius:360px;
    border-radius:360px;
    box-shadow:0px 3px 5px #a7a7a7;
}
.homeservicestxt
{
    height:80px;
    margin-top:10px;
    text-align:center;
}
.more
{
    display:block;
    width:120px;
    height:32px;
    margin:0px auto;
    padding:0px;
    line-height:32px;
    background:#800020;
    text-decoration:none;
    text-align:center;
    color:#fff;
    font-size:14pt;
    font-family: 'Oswald', sans-serif; 
    -o-transition:all 0.3s ease-in;
    -ms-transition:all 0.3s ease-in;
    -moz-transition:all 0.3s ease-in;
    -webkit-transition:all 0.3s ease-in;
    transition:all 0.3s ease-in; 
}
.more:hover
{
    background:#c50233;
}
.about
{
    overflow:hidden;
    margin-bottom:50px;
}

.groupabout
{
    background:#4b4b4b;
    padding:10px;
    margin-top:30px;
    font-size:11pt;
    color:#fff;
    line-height: 25px;
}
.abouttitle
{
    text-align:center;
    margin-bottom:10px;
    font-size:22pt;
    font-family: 'Cinzel', serif;
}
.abouttitle2
{
    
    font-size:14pt;
    font-weight:bold;
}
.hometitle
{
    font-family: 'Oswald', sans-serif;
    font-size:35pt;
    font-weight:bold;
    color:#800020;
}
.aboutimg
{
    width:400px;
    float:right;
}
.abouttxt
{
    width:700px;
    float:left;
    padding-top:20px;
    font-size: 15pt;
    line-height: 40px;
}
.vipcard
{
    width:100%;
    margin-top:10px;
}
.vipcard img
{
    -moz-border-radius:150px;
    border-radius:15px;
}
.aboutslogan
{
	clear: both;
	padding-top: 30px;
	font-size: 25pt;
	text-align: center;
	font-family: 'Handlee', cursive;
	color: #393939;
}
.aboutimg img
{
    -moz-border-radius:10px;
    border-radius:10px;
}
.aboutimg2
{
    position:relative;
    z-index:9;
    margin-bottom:30px;
    margin-left:-50px;     
}
.aboutimg3
{
    position:relative;
    z-index:9;
    margin-left:120px;  
    margin-top:-90px;  
}
.bgfooter
{
    width:100%;
    height:53px;
    margin-top:-63px;
    position:absolute;
    background:url(../images/bg_footer.png)center 0px repeat;   
}

.groupfooter
{
    margin-top:-10px;
    background:url(../images/bg_footer3.png),url(../images/bg_footer2.png);
    background-position:1050px 10px, 0px 0px;  
    background-repeat:no-repeat,repeat;
    overflow:hidden;
}
.footer
{
    width:1130px;
    margin:0px auto;
    padding:0px;
    margin-top:20px;
    padding-bottom:20px;
    overflow:hidden;
    color:#fff;
    font-size:10pt;
}

.footer_l
{
    width:275px;
    float:left;
    margin-right:10px;
}
.footer_r
{
    width:275px;
    float:right;
    line-height: 22px;
}
.footertitle
{   
    font-size:16pt;
    font-family: 'Cinzel', serif;
    margin-bottom:20px;
}
.fbgroup
{
    width:230px;
    background:#fff;
}

.footer_r a
{
    color:#fff;
    text-decoration:none;
}
.footer_r a:hover
{
    color:#ccc;
}
.homehours
{
    margin:0px;
    padding:0px;
}
.homehours li
{   
    list-style-type:none;
    margin-bottom:5px;
}
.welcome
{
    margin-top:30px;
    font-size:20pt;
    font-family: 'Courgette', cursive;
    color:#ccc;
}
.weaccept
{
    margin-top:30px;
}

.groupsocial
{
    margin-top:20px;
    overflow:hidden;
}
.social
{
    width:35px;
    height:35px;
    display:block;
    float:left;
    margin-right:5px;
    -o-transition:all 0.3s ease-in;
    -ms-transition:all 0.3s ease-in;
    -moz-transition:all 0.3s ease-in;
    -webkit-transition:all 0.3s ease-in;
    transition:all 0.3s ease-in; 
}
.facebook
{
    background:url(../images/facebook.png)0px 0px no-repeat;
}
.facebook:hover
{
    background:url(../images/facebookhover.png)0px 0px no-repeat;
}
.yelp_icon
{
    background:url(../images/yelp_icon.png)0px 0px no-repeat;
}
.yelp_icon:hover
{
    background:url(../images/yelp_iconhover.png)0px 0px no-repeat;
}
.wordress
{
    background:url(../images/wordress.png)0px 0px no-repeat;
}
.wordress:hover
{
    background:url(../images/wordresshover.png)0px 0px no-repeat;
}
.googleplus
{
    background:url(../images/googleplus.png)0px 0px no-repeat;
}
.googleplus:hover
{
    background:url(../images/googleplushover.png)0px 0px no-repeat;
}

.copyright
{
    margin-top:20px;
    font-size:9pt;
    color:#c5c5c5;
}

#facebookbar
{
    display:block;   
    position:fixed;
    z-index:999;
    top:22%;
    right:0px; 
}

#facebookbar img
{
    border:none;
	border-top-left-radius: 5px;
	-moz-border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
	-moz-bottom-top-left-radius: 5px;
}

#yelpbar
{
    display:block;   
    position:fixed;
    z-index:999;
    top:56%;
    right:0px; 
}

#yelpbar img
{
    border:none;
	border-top-left-radius: 5px;
	-moz-border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
	-moz-bottom-top-left-radius: 5px;
}

.grouphomephone
{
    width:100%;
    height:120px;
    overflow:hidden;
    margin-bottom:20px;
    position:relative;
}
#notetop
{
   background:#800020;
	text-align:center;
	font-size:16pt;
	color:#fff;
	padding-top: 12px;
	padding-bottom: 12px;
	font-weight: bold;
}
.homephone
{
    width:250px;
    margin:0px auto;
    padding:0px;
    position:absolute;
    top:40px;
    right:0px;
    margin-right:100px;
}
.homephone a
{
    display:block;
    padding:15px 0px 15px 0px;
    color:#fff;
    text-decoration:none;
    text-align:center;
    background:url(../images/bg_phone.png) 50px 70% no-repeat;
    background-color:#800020;
    font-size:18pt;
}
.bookan
{
    width:200px;
    position:absolute;
    top:55px;
    right:360px;
}
#linktop
{
    width:51px;
    height:65px;
    display:block;
    position:fixed;
    right:10px;
    bottom:10px;
    z-index:99;
    background:url(../images/top.png)0px 0px no-repeat;
    opacity:0.8;
    cursor: pointer;
}
#linktop:hover
{
    opacity:1.0;
}
#soundback
{
    display:none;
    width:45px;
    height: 45px;
    padding-top:5px;
    text-align:center;
    background: #838383;
    position:fixed;
    z-index:9999;
    left:0px;
    bottom:40px;
    -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-left-radius: 5px;
	-moz-border-bottom-left-radius: 5px;
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
	cursor: pointer;
	background: url(../images/soundoff.png) 0px 0px no-repeat;
	margin-left: 7px;
	margin-top: 5px;
}

/* Home */


/* Services */
.content
{
    overflow:hidden;
    min-height:300px;
    padding:50px 0px 20px 0px;   
    margin-bottom:50px;
    background:url(../images/bg_borderpage.png)0px 0px no-repeat;
}

.content h2
{
    margin:0px;
    padding:0px;
    color:#800020;
    font-family: 'Cinzel', serif;
    font-size:28pt;
    font-weight:normal;
    margin-bottom:10px;
}
.groupservices
{
    overflow:hidden;
    margin-top:50px;
    margin-bottom:50px;
}
.servicesbox
{
    overflow:hidden;    
    margin-bottom:40px;
}
.borderservices
{
    text-align:center;
}
.groupservicesimg
{
     width:320px;
     float:left;
     margin-left:70px;
}
.servicesimg
{   
    margin-bottom:20px;    
}

.servicesbox_r
{
    width:600px;
    float:left;
    margin-left:40px;
}
.servicesimg img
{
    border-radius: 5px;
    -moz-border-radius: 5px;
    box-shadow:0px 3px 5px #888;
}
.servicesimg2
{
    position:absolute;
    z-index:9;
    margin-left:-20px;   
    margin-top: 80px; 
}
.servicestitle
{
    font-size:25pt;
    font-family: 'Cinzel', serif;
    text-align:center;
    margin-bottom:10px;
}
.servicestitle_note
{
    font-size:15pt;
    text-align:center;
    margin-bottom:10px;
}
.services_note
{
    width:100%;
    color:#666666;    
    text-align:center;
    margin-top:10px;
}
.grouprow
{
    overflow:hidden;    
}
.row
{
    font-family: 'Comfortaa', cursive;
    padding-top:5px;
    padding-bottom:6px;
    margin-bottom:20px;
    border-bottom:1px dotted #b49e26;
    overflow:hidden;
    font-size:14pt;
    color:#000;
}

.row_note
{
    color:#999;  
    font-size:11pt;
    font-weight:300;      
    margin-top:5px;
}
.row_title
{
    font-size:15pt;
    text-align:center;    
    margin-bottom:5px;
    font-weight:bold;
    margin-top:30px;
}
.price
{
    font-family: 'Roboto', sans-serif;
    float:right;
    color:#800020;
}
.grouppricename
{
    overflow:hidden;
    margin-bottom:10px;
}
.pricebox
{
    float:right;
}
.pricename
{
    width:70px;
    float:left;
    font-weight:bold;
    text-align:right;
}
.price2
{
    width:70px;
    float:left;
    text-align:right;
}
.grouppricename
{
    overflow:hidden;
    margin-top:20px;
    margin-bottom:10px;
}
.pricenamebox
{
    float:right;
    overflow:hidden;    
}
.pricename
{
    width:60px;
    float:left;
    overflow:hidden;   
    text-align:right; 
    padding-right:0px;
    color:Black;
    font-weight:bold;
}
.price2
{
    width:100px;
    float:left;
    text-align:right;
}
.img-bottom
{
    width: 100%;
    max-width: 800px;
    margin: 0px auto;
}
.img-bottom img
{
    width: 100%;
    margin-top: 30px;
}
/* Services */

/* Contacts */
.groupcontact
{
    overflow:hidden;
}
.contacts
{
    overflow:hidden;
    margin-top:10px;
    margin-bottom:30px;
}
.groupcontacts_add
{
    width:400px;
    float:left;
    margin-right:80px;
}
.groupcontacts_phone
{
    width:150px;
    float:left;
}
.contactstitle
{
    font-weight:normal;
    font-size:18pt;
    margin-bottom:10px;
    font-family: 'Playball', cursive;
}
.contact_add
{
    height:45px;
    padding-left:30px;
    background:url(../images/location.png)0px 0px no-repeat;
}
.contact_phone
{
    height:25px;
    padding-left:30px;
    background:url(../images/phone.png)0px 0px no-repeat;
}
.contact_email
{
    height:40px;
    padding-left:30px;
    background:url(../images/email.png)0px 0px no-repeat;
}
.contact_email a
{
    color:#ef2988;
    text-decoration:none;
}
.contact_email a:hover
{
    color:#353535;
    text-decoration:none;
}
.maps
{ 
    overflow:hidden;
    margin-bottom:20px;
}


.contact_from
{
    overflow:hidden;    
}
.contact_from_l
{
    width:560px;
    float:left;
    border-right:1px solid #ccc;
   
}
.contact_from_r
{
    width:520px;
    float:right;
}
.contact_from_title
{
    font-size:22pt;
    font-weight:bold;
}

/*Contact form*/
#form
{
    margin-top: 20px;
}
.txtbox
{
    border: 1px solid #ccc;
    height: 30px;
    width: 90%;
}
.textarea
{
    min-height: 100px;
}
.formrowtop
{
    font-weight: bold;
}
.formrow
{
    margin-bottom: 10px;
}
.buttonrow
{
    text-align: center;
}
#bSend
{
    width: 100%;
    max-width: 250px;
    background: #ccc;
    color: #000;
    text-align: center;
    cursor: pointer;
    margin: 0px auto;
    height: 35px;
    line-height: 35px;
}
#bSend:hover
{
    color: #fff;
    background: #800020;
}
#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;
}
/*Contact form*/

#subbar {
    width: 130px;
    height: 40px;
    position: fixed;
    z-index: 99;
    right: 0px;
    top: 40%;
    border-top-left-radius: 4px;
    -mox-border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    -moz-border-bottom-left-radius: 4px;
    background: url(../images/subbar.png) 0px 0px no-repeat;
    background-color: #800020;
    cursor: pointer;
    opacity: 1.0;
}
#subbar:hover
{
    opacity:0.8;
}
#book_top
{
    display:block;
    width:150px;
    height:35px;
    position:absolute;
    left:330px;
    line-height:35px;
    text-align:center;
    background:#800020;
    color:#fff;
    text-decoration:none;	
    font-weight:bold;
    font-size:14pt;
    padding:0px 0px 5px 0px;
	border-bottom-left-radius:10px;
	border-bottom-right-radius:10px;
	-moz-border-bottom-leftt-radius:10px;
	-moz-border-bottom-right-radius:10px;
}
#book_top:hover
{
    opacity:0.8;
}
#streetview
{
    margin-top:20px;
}
.streetviewtitle
{
    font-size:15pt;
    margin-bottom:10px;
}

#dragguide
{
	width: 195px;
	height: 19px;
	background: url(../images/dragguide.jpg) 0px 0px no-repeat;
	display: none;
}
/* Contacts */


/* Reviews */
.reviewsgroup
{
    overflow:hidden;
    margin-bottom:40px;
    margin-top:20px;
    padding-bottom:30px;
    border-bottom:1px dotted #fff;
}
.reviews
{
    overflow:hidden;
}
.reviewsimg
{
    width:60px;
    height:60px;
    float:left;
    margin-right:10px;
    margin-bottom:10px;
}
.reviewsimg img
{
    width: 60px;
    height: 60px;
}
.reviewsname
{
    display:inline-block;
    float:left;
}
.reviewsname span
{
    font-weight:bold;
}
.reviewsyelp
{
    width:60px;
    float:right;
    text-align:center;
    padding-top:2px;
    margin-right:10px;
}
.reviewsyelp img
{
    border:none;
}
.reviewsstar
{
    margin-bottom:20px;
}

.reviewstxt
{
    
    
}
.groupreviews_bt
{
    overflow:hidden;
}
.reviewsus
{
    font-weight:bold;
    margin-top:20px;
    margin-bottom:10px;
}

.content .review_bt
{
    display:block;
    width:80px;
    height:40px;
    line-height:40px;
    -moz-border-radius:5px;
    border-radius:5px;
    background-color:#eeeeee;
    color:#fff;
    margin-bottom:5px;
    float:left;
    margin-right:10px;
}
.content .review_bt:hover
{
    background-color:#ccc;   
}

.yelp
{
    background: url(../images/reviews/yelp.png) 14px 6px no-repeat;
}
.google
{
    background: url(../images/reviews/google.png) 20px 2px no-repeat;
}
.face
{
    background: url(../images/reviews/face.png) center 3px no-repeat;
}
.reviewsimg img
{
    border:none;
}
/* Reviews */

/* Products */

.productsgroup
{
    
}
.products
{
    width:320px;
    margin-right:40px;
    margin-left:6px;
    margin-bottom:30px;
    overflow:hidden;
    float:left; 
}
.products img
{
    width:100%;    
}
.products_title
{
    padding:0px 5px 0px 5px;
    font-size:20pt;
    color:#555555;
    margin-top:20px;
    background:#e9e9e9;   
    color:#353535; 
}
.products_note
{
    padding:0px 5px 5px 5px;
    margin-bottom:20px;
    background:#e9e9e9;
}

.products_price
{
    float:right;
    color:#f34a6f;
    font-size:20pt;
}
/* Products */

/* Gallery */
#gallery
{
	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:2px;
    opacity:1.0;
}
#gallery img:hover
{
    opacity:0.8;
}
/* Gallery */

/* Promotions*/
.group_promotion
{
    margin-bottom:20px;
}
/* Promotions*/

/* Designed */

#designed
{
	text-align: left;
	margin-top: 10px;
}

#designed img
{
	border: none;
	-moz-border-radius: 5px;
	border-radius: 5px;
	opacity:0.8;
}
#designed img:hover
{
	opacity:1.0;
}

/* Designed */
/*Egift*/
.egiftcontent
{
    margin-left:20px;
}
#egifttopnote
{
	font-weight: bold;	
	color: #666;
}

.egiftrow
{
	text-align: left;
	margin-top: 20px;
}

#egiftlibrary
{
	text-align: left;
	margin-top: 20px;
}

#egiftlibrary img
{
	margin: 5px;
	border: 2px solid #ccc;
	padding: 2px;
	cursor: pointer;
}

#egiftlibrary img:hover
{
	border: 2px solid #4b4b4b;
}

#cardimg
{
	width: 650px;
	height: 296px;
	border: 2px solid #ccc;
}

#egiftmessagegroup
{
	width: 650px;
	height: 286px;
	padding-top: 10px;
	font-family: Arial;
	font-size: 11pt;
	line-height: 140%;
}

.calendar
{
	position: relative;
	border: 1px solid #fff7dd;
	background: #ffffff;
}

.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;
}

.textbox
{
	width: 150px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	height: 25px;
	border: 1px solid #cccccc;
}
.textbox2
{
    width:500px;
    height:80px;
}

#productcart
{
	text-align: center;
	width: 350px;
	border: 1px dashed #fff7dd;
	margin-bottom: 30px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	padding: 10px;
	float: right;
	margin-right: 10px;
}

#productcart img
{
	border: none;
}

#dragguide
{
	width: 195px;
	height: 19px;
	background: url(../images/dragguide.jpg) 0px 0px no-repeat;
	display: none;
}
/*Egift*/

/*Cart*/
#cart
{
	
}

#cart a
{
	text-decoration: none;
	color: #ff0000;
}

#cart a:hover
{
	color: #000;
}

#cart table
{
	width: 1000px;
	border-collapse: collapse;
	margin-bottom: 20px;
}

#cart td
{
	text-align: left;
	border-collapse: collapse;
	border: 1px solid #cccccc;
	padding: 10px;
}
/*Cart*/
.error
{
    font-size:14pt;
    margin-bottom:50px;
    margin-top:20px;
    line-height:50px;
}
.error a
{
    color:#800020;
    text-decoration:none;
}
.error a:hover
{
    text-decoration:underline;
}
.giftcart
{
    margin:30px;
}


/* Notification */
#groupnoti
{
    width:100%;
    height:100%;
    position:absolute;
    top:0px;
    z-index:9999;
}
#noti
{
    width:600px;
    margin:0px auto;
    padding:10px;   
    margin-top:20px;
    background:#fff;
    box-shadow:0px 0px 2px 1px #888;
}
#noti img
{
    width:100%;
}
#closenoti
{
    float:right;
    cursor:pointer;
    margin-bottom:5px;
    color:#000;
}
 .egift_m
    {
        display:none;
    }

/* Notification */

/*Sign In*/

.sign
{
    overflow:hidden;
    width:40%;
    margin:0px auto;
}
.sign_title
{
    text-align:center;
    font-size:14pt;
    font-weight:bold;    
}
#bSubmit
{
    width: 100%;
    max-width: 100px;
    background: #38b44a;
    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*/

.line
{
    border-bottom:1px solid rgba(255,255,255,0.5);
    height:5px;
    width:33px;
    text-align:center;
    margin-bottom:10px;
}
.social_bar
{
    background:#e2e2e2;
    height:130px;
    width:35px;   
    top:20%;
    left:0px;
    position: fixed;
    z-index:99;
    padding:10px;
    border-top-right-radius:10px;
    border-bottom-right-radius:10px;
    -moz-border-top-right-radius:10px;
    -moz-border-bottom-right-radius:10px;
}

.social_bar a:hover
{
    opacity:0.7;
}

/* 1260px hoac nho hon */
@media screen and (max-width: 1260px) 
{ 
    .bgfooter
    {
        width:1250px;
    }
     
}



/* 900px hoac nho hon */
@media screen and (max-width: 900px) 
{ 
    .social_bar
    {
        display:none;
    }
    
    body
    {
        min-width:0px;
    }
    /*Sign In*/
    .sign
    {
        width:60%;
    }
    /*Sign In*/
    .bgfooter
    {
        width:100%;       
    }
    
    .main
    {
        width:100%;
        padding:0px;
        
    }
    .header
    {
        height:auto;
        overflow:hidden;
    }
    .logo 
    {
        width:100%;
        float:none;
        text-align:center;
        margin-top:20px;
        padding-bottom:20px;
        border-bottom:2px solid #353535;
    }
    /* Menu */
    .menugroup
    {
        width:750px;   
        height:130px;     
        float:none;
        margin:0px auto;
        padding:0px;
    }
    /* Menu */
    
    /* Banner */  
    .groupbanner
    {
        overflow:hidden;
        margin-bottom:40px;        
    }
    .bannerbox
    {
        width:98%;
        height:350px;
        margin:0px auto;
        padding:0px;
    }
    .banner
    {
        width:100%;
        height:350px;
    } 
    .banner img
    {
        width:100%;
    }
    /* Banner */
    
    /* Home */
    
    .homeservicesbox
    {       
          margin:0px auto;
          padding:0px;
    }
    .homeservicestxt
    {
        height:120px;
        margin-top:10px;
        text-align:center;
    }
    .homeservices_l
    {
        width:30%;
        float:left;
        margin-right:5%;
    }
    .homeservices_r
    {
        width:30%;
        float:right;
    }
    .homeservicesimg img
    {
        width:80%;
    }
    .grouphomeservices h2
    {
        font-size:20pt;
    }
    
    .aboutimg
    {
        width:400px;
        float:none;
        margin:0px auto;
        padding:0px;
    }
    .abouttxt
    {
        width:95%;
        float:none;
        margin:0px auto;
        padding:0px;
        text-align:center;
        padding-top:30px;
    }
    
    .footer
    {
        width:580px;
    }

    .footer_l
    {
        width:275px;
        float:left;
        margin-right:5px;
        margin-left:5px;
        margin-bottom:20px;
    }
    .footer_r
    {
        width:275px;
        float:left;
    }
    .grouphomephone
    {
        height:155px;
        margin:0px auto;
        margin-bottom:0px;
    }
    #notetop
    {
        margin-left:10px;
        width:450px;
    }
    .homephone
    {
        text-align:center;
        margin-right:10px;
        display: none;
    }
    #soundback
    {   
        bottom:5px;   
    	opacity: 0.5;
    }
    /* Home */
    
    /* Services*/
    .content
    {
        width:98%;
        margin:0px auto;
        padding:0px;
        padding-top:50px;
        padding-bottom:20px;
    }
    .groupservicesimg
    {
         margin-left:0px;
    }
    .servicesimg
    {
        width:320px;
        margin:0px auto;
        float:none;
    }

    .servicesbox_r
    {
        width:50%;  
        margin:0px;
        float:left;
    }
    
    .borderservices img
    {
        width:100%;
    }
    /* Services*/
    
    
    /* Contacts */
    .groupcontacts_add
    {
        width:290px;
        margin-right:40px;
    }
    .groupcontacts_phone
    {
        width:140px;
    }
    .groupcontacts_email
    {
        width:200px;
    }
    .contact_from_l
    {
        width:98%;
        float:none;
        margin:0px;
        border:none;
        margin-bottom:10px;
    }
    .contact_from_r
    {
        width:100%;
        float:none;
    }
    .contact_from_title
    {
        text-align:center;
    }
    /* Contacts */
    
    /* Products */
    .productsgroup
    {
        width:700px;
        margin:0px auto;
        padding:0px;
    
    }
    
    .products
    {
        width:320px;       
        float:left;
        margin-right:20px;   
    }
    
    /* Products */
    
    /* Gallery */
    #gallery
    {
	    width:580px;
	    margin:0px auto;
	    padding:0px;
	    overflow:hidden;
    }
    /* Gallery */
    .giftcart
    {
        overflow-x:auto;
        width:100%;
        margin-left:5px;
    }
    

}

/* 800px hoac nho hon */
@media screen and (max-width: 800px) 
{
    /* Banner */  
    .bannerbox
    {
        height:300px;
    }
    .banner
    {
        height:300px;     
    } 
    /* Banner */ 
     
    /* Home */    
    .homeservicesbox
    {       
          width:100%;
          margin:0px auto;
          padding:0px;
    }
    .homeservicestxt
    {
        height:100px;
        margin-top:10px;
        text-align:center;
    }
    .homeservices_l
    {
        width:350px;
        float:none;
        margin:0px auto;
        padding:0px;
        margin-bottom:40px;
    }
    .homeservices_r
    {
        width:350px;
        float:none;
        margin:0px auto;
        padding:0px;
    }
    .grouphomeservices h2
    {
        font-size:30pt;
    }
        
    /* Home */
   
}
/* 720px hoac nho hon */
@media screen and (max-width: 720px) 
{
    #notification
    {
        font-size:10pt;    
    }
    .notificationtop a
    {
        font-size:9pt;
    }
    .grouphomephone
    {
        display: none;
    }
    .main
    {
        margin-top:0px;
    }
      .egift_m
    {
        display:block;
        width:100%;
        margin:0px auto;
        font-weight:bold;
        text-decoration:none;
        text-align:center;
        color:#fff;        
        padding-top:5px;
	border:none;
    }
    .egift_m img
    {
        height:30px;    
    } 
    .egift_m a
    {
        background:#ed2e52;  
         height:30px;  
    } 
    .pricename
    {
        width:70px;
        padding-right: 0px;
    }
    .logo 
    {
        border-bottom:none;
    }
    /* Banner */    
    .bannerbox
    {
        height:250px;
    }
    .banner
    {
        height:250px;
    } 
    .bannertxt
    {
        display:none;
        width:0px;
        overflow:hidden;
    }
    /* Banner */  
    
    /* Menu */
    .menugroup
    {
        width:98%;
        height:auto;        
        position:relative;
        margin-top:5px;
        margin-bottom:10px;
    }
    .menu ul 
    {
        height:40px;    
        overflow:hidden;  
    }
    .menu ul li
    {
        width:100%;  
        height:40px;  
        float:none;        
        list-style-type:none; 
        background:url(../images/bg_menu.png)0px -15px no-repeat;
        background-color:#edde8c; 
        margin-bottom:2px;
        overflow:hidden;
    }
    .menu ul li a
    {
        display:block;
        height:40px; 
        line-height:40px; 
        padding:0px;
        color:#000;
        text-align:center;
        
    }
    .menu ul li:hover, .menu ul li .selected
    {
        text-decoration:underline;
        -moz-border-radius:0px;
        border-radius:0px;
        background:url(../images/bg_menu.png)0px -15px no-repeat;
        background-color:#800020; 
    }
    .menu ul li:hover a
    {
        color:#fff;
        text-decoration:underline;
    }
    .menu ul li:hover > ul
    {
        display:none;   
    }
    .menu ul ul
    {
        display:none;
        width:0px;
        height:0px;
        box-shadow:none;
    }
    .menuimg
    {
        display:block;
        width:40px;
        height:40px;
        position:absolute;
        z-index:3;
        right:0px;
        background: url(../images/iconmenu_m.png)0px 0px no-repeat;
        cursor:pointer;
    }
    /* Menu */
    
    /* Home */    
    .content
    {
        background:none;
        padding-top:10px;
    }
    #facebookbar
    {
        display:none;
    }

    #yelpbar
    {
        display:none;
    }
    .addthis_toolbox
    {
        display:none;
    }
    .grouphomephone
    {
        width:100%;
        height:250px;
    }
        
    .homephone
    {
        width:100%;
        margin:0px auto;
        padding:0px;
        margin-bottom:10px;
    }
    .homephone a
    {
        display:block;
        padding:10px 0px 10px 0px;
        color:#fff;
        text-decoration:none;
        text-align:center;
        font-size:18pt;
        border-top-left-radius: 5px;
	    -moz-border-radius: 0px;
	    border-radius: 0px;
    }
    .bookan
    {
        width:100%;
        text-align:center;
        margin:0px auto;
        left:0px;
        top:180px;
        
    }
    #subtop
    {
        width:100%;
        left:0px;
        margin:0px;
        -moz-border-radius:0px;
        border-radius:0px;
    }
    #book_top
    {
        display:none;
    }
    #notetop
    {
        background:url(../images/bg_notetop.png)repeat;
        padding:5px 0px 5px 0px;
        width:100%;
        margin:0px;
        margin-top:130px;
        text-align:center;
    }
    .vipcard img
    {
        width:90%;
    }
    /* Home */
    
    /* Services */
    .servicesbox_r
    {
        width:95%;
        float:none;
        margin:0px auto;
    }  
    .groupservicesimg
    {
        width:100%;
        float:none;
        margin-bottom:20px;
    }
    .row
    {
        font-family: 'Roboto', sans-serif;
        margin-bottom:0px;
        overflow:hidden;
        font-size:12pt;
        font-weight:bold;
    
    }
    .servicesimg_m
    {
        display:none;
    }
    /* Services */ 
    
    /* Contacts */
    .groupcontacts_add
    {
        width:100%;
        float:none;
        margin:0px;
        margin-bottom:20px;
    }
    .groupcontacts_phone
    {
        width:100%;
        float:none;
        margin-bottom:20px;
    }
    .groupcontacts_email
    {
        width:100%;
        float:none;
    }
    /* Contacts */
    
    /* Products */
    .productsgroup
    {
        width:100%;
        margin:0px auto;
        padding:0px;    
    }
    .products
    {
        width:45%;       
        float:left;
        margin-right:20px;   
    }
    /* Products */
    
    /* Gallery */  
    #gallery img
    {
        width:250px;	  
        margin-left:10px;
    }
    /* Gallery */
     /* Egift */
    #dragguide
    {	    
	    display:block;
    }
    .card_m
    {
        overflow-x:auto;
        width:100%;
    }
    /* Egift */
    .header_m
    {
        display:block;
        overflow:hidden;
    }
    .groupmenu_m
    {
        width:100%;   
        margin-top:5px;
        margin-bottom:2px;
        overflow:hidden; 
        color:#fff;      
    }
    .groupmenu_m ul
    {
        margin:0px;
        padding:0px;
    }
    
    .groupmenu_m ul li
    {
        width:20%;
        float:left;
        text-align:center;    
        list-style-type:none;    
    }
    .groupmenu_m ul li a
    {
        padding-top:10px;     
        color:#800020;  
        text-decoration:none;
        font-size:10pt;
    }
    /* Subbar */
    #subbar 
	{
        transform: rotate(-90deg);
        -webkit-transform: rotate(-90deg);
        -moz-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
        -o-transform: rotate(-90deg);
        right: -45px;
        border-top-left-radius: 5px;
        -moz-border-top-left-radius: 5px;
        border-top-right-radius: 5px;
        -moz-border-top-right-radius: 5px;
        border-bottom-left-radius: 0px;
        -moz-border-bottom-left: 0px;
        top: 70%;
        border: 1px solid #fff;
    }  
    #call_m span
    {
        display:block;
        background:url(../images/phone_m.png)center 0px no-repeat;
        padding:30px 0px 10px 0px;
    }
    #services_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:32.8%;
        margin-left:0.2%;
        margin-right:0.2%;
        float:left;
        background:#800020;
        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/gift2.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;
    }
    #book_m span
    {
        display:block;
        background:url(../images/bookonline_m.png)center 0px no-repeat;
        padding:30px 0px 10px 0px;
    }
    .logo img
    {
        width:50%;
    }
}


/*  650px hoac nho hon*/
@media screen and (max-width: 650px) 
{
    /* Notification */    
    #noti
    {
        width:90%;
    }
    /* Notification */
}

/* 580px hoac nho hon */
@media screen and (max-width: 580px) 
{

    /*Sign In*/
    .sign
    {
        width:80%;
    }
    /*Sign In*/
    /* Banner */    
    .bannerbox
    {
        height:190px;
    }
    .banner
    {
        height:190px;
    }     
    /* Banner */ 
    
    /* Home */
    
    .aboutimg
    {
        width:400px;
        float:none;
        margin:0px auto;
        padding:0px;
    }
    
    .footer
    {
        width:100%;
    }

    .footer_l
    {
        width:275px;
        float:none;
        margin:0px auto;
        padding:0px;
        margin-bottom:20px;
    }
    .footer_r
    {
        width:275px;
        float:none;
        margin:0px auto;
        padding:0px;
    }
    
    /* Home */
     .grouphomephone
    {
    }
    /* Contacts */
    #optnotify
    {
        width:100%;
        left:0px;
        top:10%;
        margin:0px;
        padding:10px 0px 10px 0px;
    }

    /* Contacts */
    
    /* Products */
    .productsgroup
    {
        width:100%;
        margin:0px auto;
        padding:0px;    
    }
    .products
    {
        width:320px;       
        float:none;
        margin:0px auto;
        margin-bottom:20px;   
    }
    /* Products */
    
    /* Gallery */ 
    #gallery
    {
        width:100%;
        text-align:center;
    }  
    #gallery img
    {
        width:265px;	
        float:none; 
        display:block; 
        margin:0px auto;
        margin-bottom:10px;
    }
    /* Gallery */
    
    /* Promotions*/
    .proimg img    
    {
        width:100%;
    }
    /* Promotions*/
}

/* 480px hoac nho hon */
@media screen and (max-width: 480px) 
{ 
   
}

/* 400px hoac nho hon */
@media screen and (max-width: 400px) 
{
    /* Logo */
    .logo img
    {
        width:65%;
    }
    .logo h1 a span
    {
        margin:0px;
        margin-top:-15px;
    }
    /* Logo */
    
    /* Banner */    
    .bannerbox
    {
        height:130px;
    }
    .banner
    {
        height:130px;
    } 
    /* Banner */ 
    
    /* Home */
    .homeservicesbox
    {       
          width:100%;
          margin:0px auto;
          padding:0px;
    }
    .homeservices_l
    {
        width:90%;
    }
    .homeservices_r
    {
        width:90%;
    }
    .homeservicesimg img
    {
        width:80%;
    }
    .aboutimg
    {
        width:100%;  
    }
    .aboutimg img
    {
        width:65%;       
    }
    .aboutimg .aboutimg2
    {
        width:40%;       
        position:relative;
        z-index:9;
        margin-left:-50px;    
    }
    .aboutimg .aboutimg3
    {
        width:45%;       
        position:relative;
        z-index:9;
        margin-left:90px;    
    }    
  
    /* Home */
    
    /* Products */    
    .products
    {
        width:85%;       
    }
    /* Products */
    
    /* Services*/  
    .servicesimg
    {
        width:100%;
        margin:0px auto;
        float:none;
        padding-left:20px;
    }
    .servicesimg img
    {
        width:60%;
    }
    .servicesimg  .servicesimg2
    {
        width:35%;
    }
    /* Services*/
    
    /* Contacts */
    #streetview
    {
        display:none;
    }
    .contact_from_title
    {
        text-align:left;
    }
    .form_m
    {
        width:450px;
    }
    .scroll_m
    {
        width:100%;
        overflow-x:auto;
    }
    #dragguide
    {
        display:block;
        margin-top:20px;
    }    
    /* Contacts */
   .groupmenu_m ul li a
    {
        font-size:7.5pt;
    }
}
@media screen and (max-width: 320px)
{
    .aboutimg img
    {
        margin-left: 10px;
    }
    .aboutslogan
    {
        font-size: 23pt;    
    }    
    .abouttxt
    {
        width: 85%;    
    }
}