.toggle,
[id^=drop] {
	display: none;
}

/* Giving a background-color to the nav container. */
nav {
	margin: 0;
	padding: 0;
	z-index: 999;
}


/* Since we'll have the "ul li" "float:left"
 * we need to add a clear after the container. */

nav:after {
	content:"";
	display:table;
	clear:both;
}
.menu-wrap {
    clear: none;
    float: right;
    width: 65%;
    z-index: 900;
    margin-top: 0px;
    padding-top: 15px;
    padding-right: 10px;
}

#logo {
    display: block;
    float: left;
    padding-top: 5px;
    padding-right: 0px;
    padding-bottom: 5px;
    padding-left: 0px;
    z-index: 999;
    width: 353px;
    height: auto;
}
#logo a:hover {
	z-index: 999;
	background-color: rgba(255,255,255,0.0);
}




.tagline {
    text-align: right;
    float: right;
    font-size: 24px;
    font-weight: 600;
    padding-right: 20px;
    margin-bottom: 5px;
    width: 64%;
    line-height: 27px;
    margin-top: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
}
.tagline a {
    color: #FFFFFF;
}
.tagline h4 {
    font-size: 26px;
    line-height: 29px;
    font-weight: 600;
    margin-bottom: 5px;
}
.tagline h5 {
    font-size: 24px;
    line-height: 34px;
    font-weight: 600;
    display: block;
    padding-top: 1px;
}
.tagline img {

}





/* Styling the links
nav a {
	display: block;
	font-size: 16px;
	text-decoration: none;
	padding-right: 14px;
	padding-left: 14px;
	line-height: 50px;
}*/


/* Removing padding, margin and "list-style" from the "ul",
 * and adding "position:reltive" */
nav ul {
	float: right;
	padding: 0;
	margin: 0;
	list-style: none;
	position: relative;
	z-index: 999;
	}

/* Positioning the navigation items inline */
nav ul li {
    margin: 0px;
    display: inline-block;
    float: left;
	}


/* Background color change on Hover */
nav ul li.selected,
nav ul li a.selected
 {
    color: #B7CD2C;
    font-weight: 700;
}

/* Background color change on Hover */
nav ul li:hover,
nav ul li:hover>a
nav ul li.selected>a:after,
nav ul li:hover>a:after {

}


nav ul li:hover {
   
}



nav ul li.buy:hover {

}





nav ul li a {
    color: #FFFFFF;
    display: block;
    font-size: 16px;
    text-decoration: none;
    padding-right: 15px;
    padding-left: 15px;
    line-height: 40px;
    font-weight: 500;
    padding-bottom: 0px;
    margin-left: 10px;
}

nav ul li a:hover {
    color: #FFFFFF;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    border-radius: 20px;
    padding-right: 15px;
    padding-left: 15px;
	background-color: #73C2AF;
    
}


nav ul li a.buy  {
    color: #3d3d3d;
    text-decoration: none;
    display: inline-block;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    border-radius: 20px;
    font-weight: 600;
    padding-top: 10px;
    padding-right: 15px;
    padding-bottom: 10px;
    padding-left: 15px;
    background-color: #FCC049;
	line-height: 20px;
}


nav ul li.buy:hover  {
    color: #3d3d3d;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    border-radius: 20px;
    padding-right: 15px;
    padding-left: 15px;
	background-color: #73C2AF;
}






nav ul li ul li:hover {
}

/* Hide Dropdowns by Default
 * and giving it a position of absolute */
nav ul ul {
    display: none;
    position: absolute;
    /* has to be the same number as the "line-height" of "nav a" */
    top: 40px;
}

/* Display Dropdowns on Hover */
nav ul li:hover > ul {
	display:inherit;
}

/* Fisrt Tier Dropdown */
nav ul ul li {
    float: none;
    display: list-item;
    position: relative;
    color: #FFFFFF;
    width: 280px;
    padding-top: 0px;
    margin-left: 0px;
    border-bottom: 1px solid #849824;
}

/* submenu colour */
nav ul ul li a {
    position: relative;
    color: #FFFFFF;
    height: 40px;
    font-weight: 300;
    font-size: 16px;
    width: auto;
    padding-top: 5px;
    padding-bottom: 5px;
    margin-right: 0px;
    margin-left: 0px;
    padding-right: 0px;
    background-color: #B7CD2C;
}

nav ul ul li a:hover {
    color: #FFFFFF;
    background-color: #849824;
}

nav ul ul li.selected,
nav ul ul li a.selected {
    position: relative;
    color: #FFFFFF;
    background-color: #849824;
    left: auto;
    font-weight: 300;
}





/* Second, Third and more Tiers
 * We move the 2nd and 3rd etc tier dropdowns to the left
 * by the amount of the width of the first tier.
*/
nav ul ul ul li {
    position: relative;
    top: -60px;
    /* has to be the same number as the "width" of "nav ul ul li" */
    left: 280px;
}


/* Change ' +' in order to change the Dropdown symbol */
li > a:after {
    content: '';
    color: #FF0004;
}
li > a:only-child:after {
	content: '';
	color: #FFF;
}

nav ul li:hover > a {
	color: white;
}



/* Media Queries
--------------------------------------------- */

@media all and (max-width : 1200px) {

**TABLET** {
}


	#logo {
    padding-left: 20px;
    width: 280px;
    margin-top: 5px;


	}


	.tagline {
	display: none;
}

	nav {
		margin: 0;
	}


	/* Hide the navigation menu by default */
	/* Also hide the  */
	.toggle + a,
	.menu {
		display: none;
	}

	.menu-wrap {
    width: 100%;
    padding-right: 0px;
    padding-left: 0px;
    margin-bottom: 20px;
}


	/* Stylinf the toggle lable */
	.toggle {
    display: block;
    font-size: 18px;
    text-decoration: none;
    border: none;
    padding-right: 20px;
    padding-left: 20px;
    line-height: 50px;
    text-align: left;
    content: '+';
    background-image: url(/images/icon-menu.png);
    background-repeat: no-repeat;
    background-position: 96% center;
    font-weight: 500;
	}
	


	.toggle:hover {
	}

	
		/* Move main toggle button into header. */
	.toggle-main {
    position: absolute;
    top: 40px;
    right: 34px;
    width: 28px;
    height: 19px;
    background-image: url(/images/icon-menu-main.png) !important;
    padding: 0;
    margin: 0;
    font-weight: 500;
	}
	.toggle-main:hover {

	}
	
	
	
	
	/* Display Dropdown when clicked on Parent Lable */
	[id^=drop]:checked + ul {
		display: block;
	}

	nav ul {
	float: left;
	width: 100%;
	}


nav ul li {
    display: block;
    width: 100%;
    margin-left: 0px;
    margin-right: 0px;
    color: #000000;
	border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #FDD380;
		}
	


	


nav ul li a {
    background-color: #FCC049;
    color: #000000;
    padding-left: 20px;
    height: 40px;
    padding-top: 5px;
    padding-bottom: 5px;
    margin-left: 0px;
    margin-right: 0px;
	display: block;
}
nav ul li a:hover {
    background-color: #ffffff;
    color: #000000;
	-moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border-radius: 0px;
	padding-left: 20px;
}
	

nav ul li a.buy {
    background-color: #FCC049;
    color: #000000;
    padding-left: 20px;
    height: 40px;
    padding-top: 5px;
    padding-bottom: 5px;
    margin-left: 0px;
    margin-right: 0px;
	display: block;
	-moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border-radius: 0px;
	line-height: 40px;
}	
	
	
nav ul li a.buy:hover {
    background-color: #ffffff;
    color: #000000;
	-moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border-radius: 0px;
}	
	
	
nav ul li a.book  {
    background-color: #a99e73;
    color: #FFF;
    padding-left: 20px;
    height: 40px;
    padding-top: 5px;
    padding-bottom: 5px;
    margin-left: 0px;
    margin-right: 0px;
}

	nav ul ul .toggle,
	nav ul ul a {
    padding: 0 40px;
    color: #FFF;
    background-color: undefined;
	}

	nav ul ul ul a {
    padding: 0 80px;
    color: #FFFFFF;
	}

	nav a:hover,
 	nav ul ul ul a {
	}

	nav ul li ul li .toggle,
	nav ul ul a,
  nav ul ul ul a{
    color: #E00B0E;
    padding-top: 0px;
    padding-right: 20px;
    padding-bottom: 0px;
    padding-left: 20px;
	}


	/* Hide Dropdowns by Default */
	nav ul ul {
	float: none;
	position: static;
	color: #ffffff;
	background-image: none;		/* has to be the same number as the "line-height" of "nav a" */
	}

	/* Hide menus on hover */
	nav ul ul li:hover > ul,
	nav ul li:hover > ul {
    display: none;
	}

	/* Fisrt Tier Dropdown */
	nav ul ul li {
	display: block;
	width: 100%;
	border-top-width: 1px;
	border-top-style: solid;
	border-bottom-style: none;
	border-top-color: #849824;
	}
    
    /* Fisrt Tier Dropdown */
	nav ul ul li a {
    color: #ffffff;
    line-height: 40px;
    background-color: #bed242;
	}
    

	nav ul ul ul li {
		position: static;
		/* has to be the same number as the "width" of "nav ul ul li" */

	}
	
nav ul li.selected,
nav ul li a.selected
 {
    font-weight: 500;
    color: #FFFFFF;
    background-color: #849824;
}	
	
	

}



@media all and (max-width : 481px) {

**MOBILE** {
}
	
#logo {
    text-align: left;
    float: left;
    width: 200px;
    padding-top: 0px;
    margin-top: 15px;
    margin-bottom: 0px;
    padding-bottom: 0px;
	}
	
.toggle-main {
	top: 35px;
	}
	
.tagline2 {
    text-align: center;
    padding-top: 0px;
    margin-bottom: 25px;
    width: 100%;
}
.tagline2 a {
    color: #a99e73;
}

.tagline2 h5 {
    font-size: 30px;
    font-weight: 600;
    color: #a99e73;
}	
	
}
