/*
*Theme Name:     CozyStay Child Theme
*Theme URI: 	 https://cozystay.loftocean.com/
*Description:    CozyStay child theme for user customization
*Author:         Loft.Ocean
*Author URI:     http://www.loftocean.com
*License: 		 GNU General Public License v2 or later
*License URI: 	 http://www.gnu.org/licenses/gpl-2.0.html
*Tags: 			 full-width-template, left-sidebar, right-sidebar, custom-background, custom-colors, custom-header, custom-menu, editor-style, featured-images, rtl-language-support, sticky-post, threaded-comments, translation-ready
*Template:       cozystay
*Text Domain: 	 cozystay-child
*Version:        1.0
*/

 /** Add your styles below **/



#group-navigation {
	width:100%;
	height: 75px;
	position:absolute;
	top:0px;
	background:rgba(5,38,82,1);
	z-index:9998;
}
#group-navigation ul {
	width: 100%;
	height: 75px;
	position: relative;
	padding-top:5px;
	padding-bottom:5px;
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
}
#group-navigation ul li {
	float:right;
	width:150px;
	height:65px;
	margin-left:5px;
	position:relative;
	display:table;
}
#group-navigation ul li.btn-expand {
	height:15px;
	width:auto;
	position:absolute;
	bottom:-15px;
	right:0px;
	border:none;
	display:table;
}
#group-navigation ul li a.nav-group-divers {
	width:150px;
	height:65px;
	display:table-cell;
	vertical-align:middle;
	background:url(images/img-nav-group-divers.png) left top no-repeat;
}
#group-navigation ul li a.nav-group-place {
	width:150px;
	height:65px;
	display:table-cell;
	vertical-align:middle;
	background:url(images/img-nav-group-place.png) left top no-repeat;
}
#group-navigation ul li a.nav-group-resort {
	width:150px;
	height:65px;
	display:table-cell;
	vertical-align:middle;
	background:url(images/img-nav-group-resort.png) left top no-repeat;
}
#group-navigation ul li a.expand{
	padding-right:19px;
	padding-left:5px;
	display:table-cell;
	vertical-align:middle;
	color:#B8C7DB;
	font-size:0.8em;
	background:rgba(5,38,82,1) url(images/img-nav-group-arrow.png) right top no-repeat;
}
#group-navigation ul li a:hover  {
	color:#FFF;
	background-position:right top;
}
