﻿body 
{
    margin:0px;
    padding:0px;
    background:url(../images/background.jpg)0px 0px no-repeat;
    -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;
   
}

#notification
{
    width:100%;
    background:#c1a269;
    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;    
    background:#fff;
    padding:4px 5px 4px 5px;
    font-size:11pt;
    border-radius:5px;
    -moz-border-radius:5px;
    margin-left:10px;
    cursor:pointer;
}

#wrap_notifi
{
    overflow:hidden;    
}
.top_head
{
    background:#c1a269;
    padding:20px;
    text-align:center;
    font-size:15pt;
    color:#fff;
    font-weight:bold;
    letter-spacing:0.7px;
    display:none;
}
.header_m
{
    display:none;
}
.main
{
    width:1130px;
    margin:0px auto;
    padding:0px;
    padding: 0px 50px 0px 50px;
    background:url(../images/bg_main.png)0px 0px repeat;
    background-COLOR:#FFF;
    box-shadow:0px 0px 3px 1px #888888;
    -moz-border-radius:5px;
    border-radius:5px;
}
.header
{
    height:140px;
}
.logo 
{
    width:150px;
    float:left;
    margin-top:17px;
    margin-left:10px;
}
.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:-8px;
    font-weight:normal;
    margin-left:10px;
}

/* Menu */
.menugroup
{
    width:653px;
    float:right;
    /*height:100px;*/
}
.menu ul
{
    margin:0px;
    padding:0px;
}
.menu ul li
{
    width:90px;    
    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 -12px no-repeat;
    background-color: #c1a269;
    /*background: -webkit-linear-gradient(#fff6b8, #d3ad58);
    background: -o-linear-gradient(#fff6b8, #d3ad58);
    background: -moz-linear-gradient(#fff6b8, #d3ad58); 
    background: linear-gradient(#fff6b8, #d3ad58);
    
      -webkit-transition: all 300ms ease-in-out;
      -moz-transition: all 300ms ease-in-out;
      -ms-transition: all 300ms ease-in-out;
      -o-transition: all 300ms ease-in-out;
      transition: all 300ms ease-in-out; */
    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;
    margin-top:40px;
}
.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;   
    background:url(../images/banner1.jpg) center center no-repeat;
    background-size:cover; 
}
#banner2
{ 
    background:url(../images/banner2.jpg) center center no-repeat;
    background-size:cover; 
}
#banner3
{
    background:url(../images/banner3.jpg) center center no-repeat;
    background-size:cover; 
}
.bannertxt
{
    width:80%;
    padding:10px  0px 10px 80px;
    position:absolute;
    z-index:8;
    bottom:20px;
    font-size:50pt;
    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 */
/*Host-a-party*/
.contentparty
{
	width:90%;
	height:auto;
	margin:auto;
	margin-top:20px;
}
.contact_party
{
	max-width:650px;
	width:100%;
    margin:0px auto;
    margin-top:40px;
}
.txt_hostparty
{
    margin-top:30px;
    color:#000;
    margin-bottom:20px;
    font-size:12pt;
    margin-bottom:20px;
}
.formrowtext
{
    text-align:left;    
}
.img_hostparty
{
	width:100%;
	margin-top:20px;
	text-align:center;
	
}

.img_hostparty img
{
	padding-bottom: 15px;
	padding-right:15px;
	max-width: 350px;
    width: 100%;
    margin: 0px auto;
}

.contact_r
{
	max-width:650px;
	width:100%;
    margin:0px auto;
    margin-top:40px;
}
.contact_title
{
	font-size:15pt;
	color:#000;
	font-weight:bold;
	margin-bottom:5px;
}
#bPartySend
{
	width: 100%;
	max-width: 150px;
	background: #c1a269;
	color: #fff;
	text-align: center;
	cursor: pointer;
	margin: 0px auto;
	height: 35px;
	line-height: 35px;
}
#bPartySend:hover
{
    opacity:0.8;
}
/*End-Host-a-party*/



/* Home */
.groupcontent
{
    overflow:hidden;
    padding-bottom:60px;
    width: 100%;
    margin:0px auto;
}
.groupcontent2
{
    width: 100%;
}
.grouphomeservices
{
    overflow:hidden;

}
.homeservices_l
{
    width:350px;
    float:left;
    margin-right:37px;
}
.homeservices_l h2 a
{
   text-decoration:none;
   color:#000;     
}
.homeservices_r h2 a
{
   text-decoration:none;
   color:#000;     
}
.homeservices_r
{
    width:350px;
    float:right;
}
.grouphomeservices h2
{
    font-weight:normal;
    text-align:center;
    font-size:20pt;
    margin-bottom:10px;
    font-family: 'Oswald', sans-serif;
    color:#000;
}

.title_home
{
    font-size: 34pt!important;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;  
    padding-top:10px;  
}

.title_home>span {
    color: #c1a269;
    font-size: 34pt;
    font-weight: 700;
}
.title-detail {
    text-align: center;
    margin-top: 10px;
    margin-bottom: 50px;
    padding: 0 20px;
}
.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;
    margin-bottom:25px;
}
.more
{
    display:block;
    width:120px;
    height:32px;
    margin:0px auto;
    padding:0px;
    line-height:32px;
    background:#c1a269;
    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
{
    opacity:0.8;
    
}
.about
{
    overflow:hidden;
    margin-bottom:50px;
}
.hometitle
{
    font-family: 'Courgette', cursive;
    font-size:33pt;
    font-weight:bold;
    color:#000;
}
.row_gift
{
        
    overflow:hidden;
    padding:30px;
  
}
.container {
    margin-right: auto;
    margin-left: auto;
    padding-right: 15px;
    padding-left: 15px;
    width: 100%;
    background:#f7f7f7;
}

.col-lg-7
{
    
   width: 49%;  
   float:left;  
   margin-left:1%;
   margin-top:110px;
}
.bottom_party
{
    margin-top:40px!important;    
}
.home_gift
{
    float:right;    
}
.home_gift img
{
    width:100%;
        
}
.home_gift2
{
    float:left;  
    margin-right:1%;  
}
.home_gift2 img
{
    width:100%;
        
}

.about-us {
    line-height: 2.2em;
    text-align:center;
}

.bnt_egift
{
    background: #c1a269;
    width: 210px;
    margin: 0px auto;
    text-align: center;
    margin-bottom: 20px;
    margin-top: 10px;
    border-radius: 4px;
    -mox-border-radius: 4px;
    box-shadow: 0px 3px 5px #a7a7a7;
}
.bnt_egift a {
    font-size: 18pt;
    color: #fff;
    text-decoration:none;
    padding:5px;
}
.aboutimg
{
    width:400px;
    float:right;
}
.abouttxt
{
    width:700px;
    float:left;
    padding-top:20px;
    font-size: 15pt;
    line-height: 40px;
	text-indent: 25px;
}
.aboutslogan
{
	clear: both;
	padding-top: 30px;
	font-size: 28pt;
	text-align: center;
	font-family: 'Playball', cursive;
	color: #c1a269;
}
.aboutimg img
{
    -moz-border-radius:360px;
    border-radius:360px;
    border:2px solid #f8e6ea;
}
.aboutslogan 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:18pt;
    font-family: 'Playball', cursive;
    margin-bottom:20px;
}
.fbgroup
{
    width:230px;
    background:#fff;
}

.footer_r a
{
    color:#fff;
}
.footer_r a:hover
{
    color:#c1a269;
}
.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;
}
.social_yelp
{
    background:url(../images/yelp.png)0px 0px no-repeat;
}
.social_yelp: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;
}

.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:70px;
}
.homephone a
{
    display:block;
    padding:10px 0px 10px 0px;
    color:#fff;
    text-decoration:none;
    text-align:center;
    /*background:url(../images/bg_homephone.png)0px -40px no-repeat;*/
    background-color:#c1a269;
    font-size:18pt;
    border-radius: 5px;
	-moz-border-radius: 5px;
}
#linktop
{
    width:39px;
    height:39px;
    display:block;
    position:fixed;
    right:0px;
    bottom:5px;
    z-index:9999;
    background:url(../images/top.png)0px 0px no-repeat;
}
#linktop:hover
{
    opacity:0.8;
}
/* Home */
.term
{
    font-size:12pt;
    line-height:27px;
}
.term_title
{
    font-size:15pt;
    font-weight:bold;
    color:#c1a269;
    margin-top:20px;
}

/* Services */
.content
{
    overflow:hidden;
    min-height:300px;
    padding:50px 0px 20px 0px;   
    width: 100%;
    margin: 0px auto;
   
}
.content h2
{
    margin:0px;
    padding:0px;
    font-family: 'Courgette', cursive;
    font-size:35pt;
    font-weight:normal;
    margin-bottom:10px;
    color:#c1a269;
}
.groupservices
{
    overflow:hidden;
    margin-top:50px;
    margin-bottom:50px;
}
.servicesbox
{
    overflow:hidden;    
    margin-bottom:40px;
}
.borderservices
{
    text-align:center;
}
.groupservicesimg
{
     width:320px;
     float:left;
}
.servicesimg
{   
    margin-bottom:20px;    
}

.servicesbox_r
{
    width:640px;
    float:left;
    margin-left:50px;
}
.servicesimg img
{
    -moz-border-radius:360px;
    border-radius:360px;
    border:2px solid #f8e6ea;
}
.servicesimg2
{
    position:relative;
    z-index:9;
    margin-left:-50px;    
}
.servicestitle
{
    font-size:30pt;
    font-family: 'Playball', cursive;
    text-align:center;
    margin-bottom:10px;
}
.servicestitle_note
{
    font-size:13pt;
    text-align:left;
    margin-bottom:20px;
}
.services_note
{
    width:100%;
    color:#333;    
    text-align:center;
    font-size:12pt;
    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:#666;
	line-height: 1.5;
    
}
.title_row
{
    font-size:15pt;
    color:#c1a269;
    font-weight:bold;
}
.row_note
{
    color:#666;  
    font-size:12pt;
    font-weight:300;  
    text-align:center;    
    margin:5px 0px 10px 0px;
}
.row_note2
{
    color:#666;  
    font-size:12pt;
    font-weight:300;  
    text-align:left;    
    margin:5px 0px 10px 0px;
	font-style: italic;
}
.price
{
    font-family: 'Roboto', sans-serif;
    float:right;
    color:#000;
    font-weight:bold;
}
.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;
}
.price_left
{
    margin-right:20px;
}
.fullset
{
     overflow:hidden;
     margin-bottom:20px;
     text-align:right;
    
}


.fullset-r
{
    float:right;
    color:#3333;   
    font-weight:bold;
    font-size:14pt;
}
.fullset-l
{
    float:right;
    color:#3333;
    margin-left:70px;
    font-weight:bold;
    font-size:14pt;
}
/* Services */

/* Contacts */
.groupcontact
{
    overflow:hidden;
}
.contacts
{
    overflow:hidden;
    margin-top:40px;
    margin-bottom:30px;
}
.groupcontacts_add
{
    width:400px;
    float:left;
    margin-right:80px;
}
.groupcontacts_phone
{
    width:150px;
    float:left;
}
.groupcontacts_email
{
    width:300px;
    float:right;
}
.contactstitle
{
    font-weight:normal;
    font-size:18pt;
    margin-bottom:10px;
    font-family: 'Playball', cursive;
}
.contact_add
{
    height:60px;
    padding-left:30px;
    background:url(../images/location.png)0px 0px no-repeat;
}
.contact_phone
{
    height:40px;
    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:#FD8765;
    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:400px;
    float:left;
    
}
.contact_from_r
{
   max-width:550px;
   width:90%;
   float:right;
   margin-bottom:20px;
   
  
}
.contact_from_title
{
    font-size:20pt;
    font-weight:bold;
    color:#c1a269;
}

.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:#FD8765;
	cursor:pointer;
	color:#fff;
	-moz-border-radius: 5px;
	border-radius: 5px;
	
}
.optbutton:hover
{
	background:#FFc3a0;
	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 {
    width: 130px;
    height: 40px;
    position: fixed;
    z-index: 99;
    right: 0px;
    top: 32%;
    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: #c1a269;
    cursor: pointer;
    border:1px solid #fff;
}
#subtop:hover
{
    background-color: #333;
}

#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 #ccc;
}
.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;
}
.pages
{
    background: url(../images/reviews/logo-yp.png) 16px 0px no-repeat;
}
.face
{
    background: url(../images/reviews/face.png) center 3px no-repeat;
}
.google
{
    background: url(../images/reviews/google.png) 22px 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*/
.textbox2
{
    max-width:500px;
    width:100%;
    height:100px;
}
.card_m
{
    max-width: 650px;
    width: 98%;
    border: 1px dashed #ccc;
    background: #f1f1f1;
}

#egifttopnote
{
	font-weight: bold;	
	color: #000;
	font-family:Arial;
	text-align:left;
}

.egiftrow
{
	text-align: left;
	margin-top: 20px;
}

#egiftlibrary
{
	text-align: left;
	margin-top: 20px;
}

#egiftlibrary img
{
	margin: 5px;
	border: 2px solid #ffffcc;
	padding: 2px;
	cursor: pointer;
}

#egiftlibrary img:hover
{
	border: 2px solid #c1a269;
}

.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;
}
.center_egift
{
    font-family:Arial;
    color:#000;    
    text-align:left;
}
.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;
	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;
}
#ImageButton2
{
    cursor:pointer;
}
.textbox
{
	width: 250px;
	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
{
	max-width: 500px; 
	width: 98%;
	height: 80px;
}
/*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:#181818;
    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:850px;
    margin:0px auto;
    padding:10px;   
    margin-top:110px;
    background:#fff;
    box-shadow:0px 0px 4px 1px #888;
    overflow: hidden;
}
#noti img
{
    width: 49%;
    float: left;
    /*margin-left: 0.5%;*/
}

#closenoti
{
    width: 100%;
    text-align: right;
    float:right;
    cursor:pointer;
    margin-bottom:5px;
}

/* Notification */

/*Contact form*/

#form
{
    margin-top: 20px;
    
}
.txtbox
{
    border: 1px solid #ccc;
    height: 30px;
    width: 98%;
}
.textarea
{
    min-height: 100px;
}
.formrowtop
{
    font-weight: bold;
    text-align:left;
}
.formrow
{
    margin-bottom: 10px;
}
.buttonrow
{
    text-align: center;
}
#bSend
{
    width: 100%;
    max-width: 250px;
    background: #c1a269;
    color: #fff;
    text-align: center;
    cursor: pointer;
    margin: 0px auto;
    height: 35px;
    line-height: 35px;
}
#bSend:hover
{
    color: #fff;
    background: #333;
}
#formnotify
{
	width: 98%;
	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*/

.groupfbye
{
    background:#ccc;
    height:130px;
    width:35px;   
    top:20%;
    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;
}

/*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: #c1a269;
    border-radius:5px;
    -moz-border-radius:5px;
    color: #fff;
    text-align: center;
    cursor: pointer;
    margin: 0px auto;
    height: 35px;
    line-height: 35px;
}
#bSubmit:hover
{
    opacity:0.8;
}
#formsign
{
    margin-top:30px;
}
.txtboxsign
{
    width:99%;
    border: 1px solid #ccc;
    height: 30px;
}
/*Sign In*/

.our-pledge-img
{
    width:100%;
    overflow:hidden;
    max-width:578px;  
    margin:0px auto;
    margin-top:50px;  
}
.our-pledge-img img
{
    width:100%;
    
}
.membership
{
    width:100%;
    overflow:hidden;
    max-width:650px;  
    margin:0px auto;
    margin-top:50px;  
}
.membership img
{
    width:99%;
    border:1px solid #f1f1f1;
}


@media screen and (min-width: 1440px) 
{
	.sanitation
	{
		font-size: 13pt;
	}

	.contego_img
	{
		float: right;
		padding-right: 5%;
	}
}


/* 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%;       
    }
    .sign
    {
        width:60%;
    }
    
    .main
    {
        width:100%;
        padding:0px;
        
    }
    .header
    {
        height:auto;
        overflow:hidden;
    }
    .logo 
    {
        width:100%;
        float:none;
        text-align:center;
        margin-top:10px;
        border-bottom:2px solid #353535;
    }
    /* Menu */
    .menugroup
    {
        width:535px;   
        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:380px;
        margin:0px auto;
        margin-bottom:20px;
        display:none;
    }
    
    /* 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;
    }
    .menu ul li
    {
        width:75px;    
    }
    .menu ul li a
    {
        font-size:10pt;    
    }

}

/* 800px hoac nho hon */
@media screen and (max-width: 800px) 
{
	.contego_img
	{
		    width: 350px;
			float: none;
			margin: 0px auto;
			padding: 0px;
	}
     
    /* 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 */
    .col-lg-7
    {
       
        margin:0px;  
    }
    .bottom_party
    {
          margin:0px;     
    }
    .home_gift
    {
        float:none;  
        width:100%;  
    }
    .home_gift img
    {
        float:none;  
        width:100%;
    }
    .home_gift2
    {
        float:none;  
        width:100%;  
    }
    .home_gift2 img
    {
        float:none;  
        width:100%;
    }
    .col-lg-7
    {
        float:none;  
        width:100%;  
         
    }
    .title_home
    {
        font-size: 27pt!important;
   
    }

    .title_home>span {
   
    font-size: 27pt;
   
    }
    .title-detail
    {
        margin-bottom:3px!important;    
    }
}
/* 720px hoac nho hon */
@media screen and (max-width: 720px) 

{
    
       
    .groupfbye
    {
        display:none;
    }
    .main
    {
        margin-top:10px;
        background:#fff;
    }
    .pricename
    {
        width:70px;
        padding-right: 0px;
    }
    .logo 
    {
        border-bottom:none;
    }
    /* Banner */    
    .bannerbox
    {
        height:315px;
    }
    .banner
    {
        height:315px;
    } 
    .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%;  
        line-height:40px;  
        float:none;
        list-style-type:none; 
        background:url(../images/bg_menu.png)0px -25px no-repeat;
        background-color:#000; 
        margin-bottom:2px;
        overflow:hidden;
    }
    .menu ul li a
    {
        display:block;
        color:#fff;
        height:40px; 
        line-height:40px; 
        padding:0px;
        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:#333; 
    }
    .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 */
    
     /* Menu moblie*/
    
    .header_m
    {
        display:block;
        background-color: #fff;
        overflow:hidden;

    }
    .groupmenu_m
    {
        width:100%;   
        margin-top:5px;
        margin-bottom:5px;
        overflow:hidden;     
    }
    .groupmenu_m ul
    {
        margin:0px;
        padding:0px;
    }
    
    .groupmenu_m ul li
    {
        width:14.25%;
        margin-left:0.2%;
        margin-right:0.2%;
        float:left;
        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;
        color: #c1a269;
    }
    #services_m span
    {
        display:block;
        background:url(../images/services_m.png)center 0px no-repeat;
        padding:30px 0px 10px 0px;
        color: #c1a269;
    }
    #direction_m span
    {
        display:block;
        background:url(../images/location_m.png)center 0px no-repeat;
        padding:30px 0px 10px 0px;
        color: #c1a269;
    }
    #direction_m a
    {
        cursor: pointer;
    }
    #subbar_mo span
    {
        display:block;
        background:url(../images/stay_m.png)center 0px no-repeat;
        padding:30px 0px 10px 0px;
        color: #c1a269;
    }
    #subbar_mo a
    {
        cursor: pointer;
    }
    .groupmenu_m ul li.second
    {
        width:32.8%;
        margin-left:0.2%;
        margin-right:0.2%;
        float:left;
        background:#333;
        margin-top:2px;       
        text-align:center;    
        list-style-type:none;    
    }
    .groupmenu_m ul li.second a
    {
        color:#fff;
        text-decoration:none;
    }
   #promotion_m span
    {
        display:block;
        background:url(../images/promotions.png)center 0px no-repeat;
        padding:30px 0px 10px 0px;
        color: #c1a269;
    }
    #egift_m span
    {
        display:block;
        background:url(../images/gift_m.png)center 0px no-repeat;
        padding:30px 0px 10px 0px;
        color: #c1a269;
    }
    #book_m span
    {
        display:block;
        background:url(../images/book_m.png)center 0px no-repeat;
        padding:30px 0px 10px 0px;
        color: #c1a269;
    }
    /* Menu moblie*/
    
    /* Home */    
    .content
    {
        background:none;
        padding-top:10px;
    }
    #facebookbar
    {
        display:none;
    }

    #yelpbar
    {
        display:none;
    }
    .addthis_toolbox
    {
        display:none;
    }
    .grouphomephone
    {
        width:100%;
    }
        
    .homephone
    {
        width:100%;
        margin:0px auto;
        padding:0px;
        margin-bottom:10px;
        display:none;
    }
    .homephone a
    {
        display:block;
        padding:10px 0px 10px 0px;
        color:#fff;
        text-decoration:none;
        text-align:center;
        background:#3333;
        font-size:18pt;
        border-top-left-radius: 5px;
	    -moz-border-radius: 0px;
	    border-radius: 0px;
    }
    
    #subtop
    {
        display:none;
    }
    
    /* 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 */
    
     /* Notification */    
    #noti
    {
        width:90%;
        margin-top:20px;        
    }
    .groupnext
    {
        top:38%;
    }
    /* Notification */
    #notification
    {
        font-size:10pt;    
    }
    .notificationtop a
    {
        font-size:9pt;
    }
}

/* 580px hoac nho hon */
@media screen and (max-width: 580px) 

{
    .home_gift
    {
        float:none;  
        width:100%;  
    }
    .home_gift img
    {
        float:none;  
        width:100%;
    }
    .home_gift2
    {
        float:none;  
        width:100%;  
    }
    .home_gift2 img
    {
        float:none;  
        width:100%;
    }
    .col-lg-7
    {
        float:none;  
        width:100%;  
         
    }
    
    .sign
    {
        width:80%;
    }

    /* Banner */    
    .bannerbox
    {
        height:280px;
    }
    .banner
    {
        height:280px;
    }     
    /* Banner */ 
    .groupmenu_m ul li a
    {
        font-size:8pt;
    }
    /* 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 */
    
    /*Egift*/
    .textbox2
        {
            width:90%;
            height:100px;
        }
    /*Egift*/
    
    /* 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) 
{ 
}

/* 475px hoac nho hon */
@media screen and (max-width: 475px) 
{
	.container
	{
	    padding-left:0px;    
	}	
	.contego_img
	{
		width: 100% !important;
		float: none !important;
		padding: 0px;
		text-align:center;
		
	}
	
    .homeservicestxt
    {
        height:auto;
    }
    /* Logo */
    .logo img
    {
        width:100%;
        max-width:140px;
    }
    .logo h1 a span
    {
        margin:0px;
        margin-top:-15px;
    }
    /* Logo */
    
    /* Banner */    
    .bannerbox
    {
        height:250px;
    }
    .banner
    {
        height:250px;
    } 
    /* Banner */ 
    .groupmenu_m ul li a
    {
        font-size:6pt;
    }
    /* 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 */

}

/* 375px hoac nho hon */
@media screen and (max-width: 375px) 
{
	.contego_img
	{
		margin-left: 35px;
	}
}

