﻿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:rgba(255, 255, 255, 0.85);
    box-shadow:0px 0px 3px 1px #888888;
    -moz-border-radius:5px;
    border-radius:5px;
}

.header
{
    height:150px;
}
.logo 
{
    width:320px;
    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;
}

/* Menu */
.menugroup
{
    width:780px;
    float:right;
    height:100px;
}
.menu ul
{
    margin:0px;
    padding:0px;
}
.menu ul li
{
    width:85px;    
    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)center -20px no-repeat;
    background-color:#dbc37d;
    color:#fff;
    -moz-border-bottom-left-radius:10px;
    border-bottom-left-radius:10px;
    -moz-border-bottom-right-radius:10px;
    border-bottom-right-radius:10px;
}
.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;
    -moz-border-radius:5px;
    border-radius:5px;
}
#banner1
{
    display:block;    
}
.bannertxt
{
    width:80%;
    padding:10px  0px 10px 80px;
    position:absolute;
    z-index:8;
    bottom:20px;
    font-size:42pt;
    font-family: 'Playball', cursive;
    color:#fff;   
    line-height:38px;    
}
.bannertxt span
{
    font-size:20pt;
    font-family: 'Roboto', sans-serif;
    font-weight:300;
    line-height:10px;    
}

.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;
    margin-bottom:30px;
}
.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:30pt;
    margin-bottom:10px;
    font-family: 'Oswald', sans-serif;
    color:#ad8b4b;
}
.homeservicesimg
{
    text-align:center;
}
.homeservicesimg img
{
    -moz-border-radius:360px;
    border-radius:360px;
    border:2px solid #dbc37d;
    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:#ad8b4b;
    text-decoration:none;
    text-align:center;
    color:#fff;
    font-size:15pt;
    font-family: 'Playball', cursive;
    -moz-border-radius:5px;
    border-radius: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; 
}
.more:hover
{
    background:#dbc37d;
}
.about
{
    overflow:hidden;
    margin-bottom:50px;
}
.aboutnote
{
    margin-top: 40px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    text-align:center;
    padding: 10px;
    background: #ad8b4b;
    color: #fff;
    font-size: 18pt;
    line-height: 35px;    
    font-family: 'Courgette', cursive;
    font-weight:bold;
}
.hometitle
{
    font-family: 'Courgette', cursive;
    font-size:40pt;
    font-weight:bold;
    color:#ad8b4b;
}
.aboutimg
{
    width:400px;
    float:right;
}
.abouttxt
{
    width:700px;
    float:left;
    padding-top:20px;
    font-size: 12pt;
    line-height: 18pt;
}
.aboutslogan
{
	clear: both;
	padding-top: 30px;
	font-size: 20pt;
	text-align: center;
	font-family: 'Courgette', cursive;
	color: #ad8b4b;
}
.aboutimg img
{
    -moz-border-radius:360px;
    border-radius:360px;
    border:2px solid #dbc37d;
}
.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:99% 5px, 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:18pt;
    font-family: 'Playball', cursive;
    margin-bottom:20px;
}
.fbgroup
{
    width:230px;
    background:#fff;
}

.footer_r a
{
    color:#fff;
    text-decoration:none;
}
.footer_r a:hover
{
    color:#dbc37d;
}
.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:#dbc37d;
}
.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_social
{
    background:url(../images/yelp.png)0px 0px no-repeat;
}
.yelp_social:hover
{
    background:url(../images/yelphover.png)0px 0px no-repeat;
}
.twitter
{
    background:url(../images/twitter.png)0px 0px no-repeat;
}
.twitter:hover
{
    background:url(../images/twitterhover.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;
}
.yellowpages
{
    background:url(../images/yp.png)0px 0px no-repeat;
}
.yellowpages:hover
{
    background:url(../images/yphover.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;
}

.homephone
{
    width:250px;
    margin:0px auto;
    padding:0px;
    position:absolute;
    top:40px;
    right:0px;
    margin-right:100px;
}
.homephone a
{
    display:block;
    padding:10px 0px 10px 0px;
    color:#fff;
    text-decoration:none;
    text-align:center;
    background:url(../images/bg_menu.png)0px -20px no-repeat;
    background-color:#7a5819;
    font-size:18pt;
    border-radius: 5px;
	-moz-border-radius: 5px;
}
.bookan
{
    position:absolute;
    top:50px;
    right:0px;
    margin-right:360px;
    padding:0px;
}
#linktop
{
    width:39px;
    height:39px;
    display:block;
    position:fixed;
    right:10px;
    bottom:10px;
    z-index:99;
    background:url(../images/top.png)0px 0px no-repeat;
    opacity:0.6;
    cursor: pointer;
}
#linktop:hover
{
    opacity:1.0;
}
/* Home */


/* Menu moblie */
.header_m
{
    display:none;
}
/* Menu moblie */


/* 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;
    font-family: 'Courgette', cursive;
    font-size:30pt;
    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
{
    -moz-border-radius:360px;
    border-radius:360px;
    border:2px solid #dbc37d;
}
.servicesimg2
{
    position:relative;
    z-index:9;
    margin-left:-50px;    
}
.servicestitle
{
    font-size:34pt;
    font-family: 'Playball', cursive;
    text-align:center;
    margin-bottom:10px;
    color: #ad8b4b;
}
.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 #ccc;
    overflow:hidden;
    font-size:15pt;
    color:#000;
}

.row_note
{
    color:#999;  
    font-size:11pt;
    font-weight:300;      
    margin-top:5px;
}
.price
{
    font-family: 'Roboto', sans-serif;
    float:right;
    color:#ad8b4b;
}
.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;
}
/* 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:#ad8b4b;
    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;
}

.subboxgroup
{
    width:100%;
    background:#fff;
    overflow:hidden;
    margin-top:30px;
}
#opttitle
{
    text-align:center;
    font-size:18pt;
    margin-bottom:20px;
}
.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;
}
.optbutton
{
    width: 80px;	
	height: 30px;
	border:none;
	background:#dbc37d;
	cursor:pointer;
	color:#fff;
	-moz-border-radius: 5px;
	border-radius: 5px;
	
}
.optbutton:hover
{
	background:#ad8b4b;
	color:Black;
}

#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: 14pt;
	font-weight: bold;
	margin-bottom: 20px;
}
#notifyok
{
	margin-top: 30px;
	background: #706a6c;
	color: #fff;
	width: 50px;
	height: 30px;
	border: none;
	cursor: pointer;
}

#subtop
{
    display:block;
    width:120px;
    height:35px;
    position:absolute;
    right:0px;
    margin-right:130px;
    line-height:35px;
    text-align:center;
    background:#dbc37d;
    color:#fff;
    text-decoration:none;
    -moz-border-bottom-left-radius: 5px;
    border-bottom-left-radius: 5px;
     -moz-border-bottom-right-radius: 5px;
    border-bottom-right-radius: 5px;	
}
#subtop:hover
{
    background:#ad8b4b;
}


#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;
}

/*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: #7a5819;
}
#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*/
/* Contacts */


/* Reviews */
.reviewsgroup
{
    overflow:hidden;
    margin-bottom:40px;
    margin-top:20px;
    padding-bottom:30px;
    border-bottom:1px dotted #ccc;
}
.reviews
{
    overflow:hidden;
}
.reviewsimg
{
    width:60px;
    height:60px;
    float:left;
    margin-right:10px;
    margin-bottom:10px;
}
.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;
}
.pages
{
    background: url(../images/reviews/logo-yp.png) 16px 0px 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*/
.grouppro
{
    margin-bottom:30px;
}
.proimg img    
    {
        
        border-radius:5px;
    }
/* 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*/
.card_m
{
    max-width: 650px;
    width: 98%;
    border: 1px dashed #ccc;
    background: #f1f1f1;
}

#egifttopnote
{
	font-weight: bold;	
	color: #000000;
}

.egiftrow
{
	text-align: left;
	margin-top: 20px;
}

#egiftlibrary
{
	text-align: left;
	margin-top: 20px;
}

#egiftlibrary img
{
	margin: 5px;
	border: 2px solid #e5e5e5;
	padding: 2px;
	cursor: pointer;
}

#egiftlibrary img:hover
{
	border: 2px solid #dbc37d;
}

.egiftbox
{
	float: left;
	width: 208px;
	margin-right: 10px;
	text-align: center;
	margin-bottom: 20px;
}

#cardimg img
{
	width: 100%;
}

#egiftmessagegroup
{
	font-family: Arial;
	font-size: 10pt;
	line-height: 140%;
	overflow: hidden;
	background: #f1f1f1;
	color: #000;
}

.calendar
{
	position: relative;
	border: 1px solid #e5e5e5;
	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;
}

#productcart
{
	text-align: center;
	width: 350px;
	border: 1px dashed #e5e5e5;
	margin-bottom: 30px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	padding: 10px;
	float: right;
	margin-right: 10px;
}

#productcart img
{
	border: none;
}

#egifttabbar
{
	margin-bottom: 20px;
	overflow: hidden;
}

.egifttab
{
	float: left;
	height: 35px;
	margin-right: 10px;
	width: 200px;
	font-size: 12pt;
	color: #fff;
	background: #f2c781;
	text-align: center;
	font-weight: bold;
	line-height: 32px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	-moz-border-top-left-radius: 5px;
	-moz-border-top-right-radius: 5px;
}

.egifttab a
{
	height: 35px;
	width: 200px;
	display: block;
	color: #fff;
	text-decoration: none;
}

.egifttab a:hover
{
	background: #666;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	-moz-border-top-left-radius: 5px;
	-moz-border-top-right-radius: 5px;
}

.giftselect
{
	background: #666;
}
#dragguide
{
	width: 195;
	height: 19px;
	background: url(../images/dragguide.jpg) 0px 0px no-repeat;
	display: none;
}

.gifttextarea
{
	width: 500px; 
	height: 80px;
}
/*Egift*/

/*Cart*/
#cart
{
	
}

#cart a
{
	text-decoration: none;
	color: #ff0000;
}

#cart a:hover
{
	color: #000;
}

#cart table
{
	width: 900px;
	border-collapse: collapse;
	margin-bottom: 20px;
}

#cart td
{
	text-align: left;
	border-collapse: collapse;
	border: 1px solid #cccccc;
	padding: 10px;
}

.error
{
    font-size:14pt;
    line-height:32px;
}
.error a
{
    color:#ad8b4b;
    font-weight:bold;
    text-decoration:none;
}
/*Cart*/

/* Notification */
#groupnoti
{
    width:100%;
    height:100%;
    position:absolute;
    top:0px;
    z-index:99;
}
#noti
{
    width:650px;
    margin:0px auto;
    padding:10px;   
    margin-top:20px;
    background:#fff;
}
#noti img
{
    width:100%;
}
#closenoti
{
    float:right;
    cursor:pointer;
    margin-bottom:5px;
}

/* Notification */


/* 1260px hoac nho hon */
@media screen and (max-width: 1260px) 
{ 
    .bgfooter
    {
        width:1250px;
    }
     
}



/* 900px hoac nho hon */
@media screen and (max-width: 900px) 
{ 
    body
    {
        min-width:0px;
    }
    .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:780px;   
        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;
    }
    .homeservices_l
    {
        width:30%;
        float:left;
        margin-right:5%;
    }
    .homeservices_r
    {
        width:30%;
        float:right;
    }
    .homeservicesimg img
    {
        width:80%;
    }
    .grouphomeservices h2
    {
        font-size:30pt;
    }
    
    .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
    {
        width:300px;
        margin:0px auto;
        margin-bottom:20px;
        height:170px;
    }
    .homephone
    {
        margin-right:0px;
        position:relative;
        top:10px;
        margin:0px auto;
        text-align:center;
    }
    .homephone a
    {
        display:block;
    }
    .bookan
    {
        top:10px;
        position:relative;
        margin-right:0px;
        text-align:center;
    }
    .bookan a
    {
        display:block;
    }
    #subtop
    {
        margin:0px auto;
        position:relative;
        left:0px;	
    }    
    /* 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:100%;
        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;
    }
    .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:40pt;
    }
    /* Home */
    
}
/* 720px hoac nho hon */
@media screen and (max-width: 720px) 
{
    .main
    {
        background:#fff;
    }
    
    .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-color:#dbc37d; 
        margin-bottom:2px;
        overflow:hidden;
    }
    .menu ul li a
    {
        display:block;
        height:40px; 
        line-height:40px; 
        padding:0px;
        color:Black;
        text-align:center;
        
    }
    .menu ul li:hover, .menu ul li .selected
    {
        color:#fff;
        text-decoration:underline;
        -moz-border-radius:0px;
        border-radius:0px;
        background:url(../images/bg_menu.png)0px -25px no-repeat;
        background-color:#ad8b4b; 
    }
    .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:215px;
        display:none;
    }
    .bookan
    {
        top:5px;
    }    
    .homephone
    {
        width:100%;
        margin:0px auto;
        padding:0px;
        margin-bottom:10px;
    }
    .homephone a
    {
        display:block;
        padding:5px 0px 5px 0px;
        color:#fff;
        text-decoration:none;
        text-align:center;
        font-size:18pt;
        border-top-left-radius: 5px;
	    -moz-border-radius: 0px;
	    border-radius: 0px;
    }
    
    #subtop
    {
        width:100%;
        left:0px;
        margin:0px;
        -moz-border-radius:0px;
        border-radius:0px;
    }
    
    /* Home */
    
    /* Menu moblie */
    
    .header_m
    {
        display:block;
       /* background-color: #ff6195;
        background-position: center center;
        background-repeat: no-repeat;
        background: -webkit-gradient(radial, center center, 0, center center, 460, from(#fff), to(#122745));
        background: -webkit-radial-gradient(circle, #fff, #122745);
        background: -moz-radial-gradient(circle, #fff, #122745);
        background: -ms-radial-gradient(circle, #fff, #122745);*/
        overflow:hidden;

    }
    /*.logo_m
    {
        text-align:center;   
        margin-top:10px;    
       
    }
    .logo_m img
    {
        border:none;
    }
    .logo_m a
    {
        text-decoration:none;
        color:#000;        
    }
    .logo_m span
    {
        display:block;
        margin-top:10px;
        font-size:14pt;
    }
    */
    .groupmenu_m
    {
        width:100%;   
        margin-top:20px;
        margin-bottom:10px;
        overflow:hidden;     
    }
    .groupmenu_m ul
    {
        margin:0px;
        padding:0px;
    }
    
    .groupmenu_m ul li
    {
        width:24.5%;
        margin-left:0.2%;
        margin-right:0.2%;
        float:left;
        background:#ac8a4a;
        padding-top:10px;       
        text-align:center;    
        list-style-type:none;    
    }
    .menugroup ul li:hover a,.menugroup ul li .selected
    {   
        background: none;
    }
    .groupmenu_m ul li a
    {
        color:#fff;
        text-decoration: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/email_m.png)center 0px no-repeat;
        padding:30px 0px 10px 0px;
    }    
    #egift_m span
    {
        display:block;
        background:url(../images/egift_m.png)center 0px no-repeat;
        padding:30px 0px 10px 0px;
    }  
    #bookonline_m span
    {
        display:block;
        background:url(../images/bookonline_m.png)center 0px no-repeat;
        padding:30px 0px 10px 0px;
    }
    #bookonline_m a
    {
        cursor: pointer;
    }
    
    #direction_m
    {
        width:49%;
        float:left;
        padding-top:10px; 
        cursor:pointer;
        background:#ac8a4a;   
        text-align:center;          
    }
    #direction_m a
    {
        color:#fff;  
        text-decoration:none;   
    }
    #direction_m span
    {
        display:block;
        background:url(../images/location_m.png)center 0px no-repeat;
        padding:30px 0px 10px 0px;
    }
    #subbar_m 
    {
        width:49%;
        float:right;
        padding-top:10px; 
        cursor:pointer;
        background:#ac8a4a;
        text-align:center;
    }
    #subbar_m a
    {
        color:#fff;   
        text-decoration:none;  
    }
    #subbar_m span
    {
        display:block;
        background:url(../images/stay_m.png)center 0px no-repeat;
        padding:30px 0px 10px 0px;
    }
    /* Menu moblie */
    
    /* 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 */
}


/*  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) 
{
    
    /* Menu moblie */
    .groupmenu_m ul li a
    {
        font-size:10pt;
    }    
    /* Menu moblie */

    /* 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 */
    
    /* 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) 
{
     /* Menu moblie */
    .groupmenu_m ul li a
    {
        font-size:7pt;
    }    
    /* Menu moblie */
    
    /* Logo */
    .logo img
    {
        width:85%;
    }
    .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%;  
        padding-left:10px;
    }
    .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 */
   
}