/*
Theme Name: Brasserie Sixty6 Mobile
Theme URI: 
Description: 
Author: 7th Media
Author 
Tags: 
*/


/*
 * HTML5 Boilerplate
 *
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

html,
button,
input,
select,
textarea {
    color: #222;
}
html {

}
body {
	background: url(images/bg.jpg) repeat;		
    font-size: 1em;
    line-height: 1.4;
}
h1, h2, h3, h4, h5, h6 { 
	font-weight:normal;
}
li {
	list-style:none;
}
a {	
	text-decoration:none;
	color:#a10028;
}
a:hover {	
	color:#66001a;
}
p, .comp-form div {
	font-family: 'Roboto', sans-serif;
	font-weight:400;
	font-size:1.500em;
	color:#fff;
}
 input[type=submit] {
	 border:none;
 }
/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */

::-moz-selection {
    background: #6f001c;
    text-shadow: none;
}

::selection {
    background: #6f001c;
    text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

/*
 * Remove the gap between images and the bottom of their containers: h5bp.com/i/440
 */

img {
    vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
    resize: vertical;
}

/* ==========================================================================
   Chrome Frame prompt
   ========================================================================== */

.chromeframe {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */
#dvLoading { 
	background:url(images/loader.gif) no-repeat center #78001e; 
	width:100%;
	position:fixed;
	left:0;
	top:0; 
	z-index:99999;
	text-align:center;
	overflow-y:hidden;
}
#dvLoading > img {
	margin-top:19%;
}

/*HEADER*/
header {
	display:none;
	height:auto;
}
.logoCont {
	text-align:center;
	height:auto;
	padding:35px 0;
}
.logoCont > .logo {
	display:block;
	width:50%;
	margin:0 auto;
}
.logoCont > .logo > .imglogo {
	width:100%;
	height:auto;
}
.logo66 {
	display:block;
	position:absolute;
	left:35%;
	top:40px;

}
.logo66 > img {
	width:100%;
	height:auto;	
}
.arrownav {
	background:url(images/arrownav.png) no-repeat!important;
	display:block;
	position:absolute;
	width:20px;
	height:30px;
	top:12%;
	right:10%;
}
.navDrop {
	/*background:url(images/navDrop1.png) no-repeat;*/
	position:absolute;
	/*text-indent:-9999px;*/	
	display:block;		
	width:52px;
	left: 5%;
	top:75px;
	padding:5px;
	border:1px solid #C099A5;
	background-position:center center;
}
.navDrop img{
	width:100%;
}
header nav{
	display:none;
	position:absolute;
	border:1px solid #C03;
	width:100%;
	/*top:209px; */
	z-index:999; 
}
/*nav { 
	margin:0;
	border:1px solid #006;
	
}*/
nav ul{
	padding:0 !important;
}
nav ul > li > a {
	background:url(images/navborder.png) repeat-x center bottom;	
	background-color: rgba(132, 0, 37, 10); /*rgba(105, 0, 31, 10);*/
	display:block;
	color:#fff;	
	font-family: 'Roboto', sans-serif;
	font-weight:100!important;	
	font-size:0.985em;
	text-transform: uppercase;
	padding:20px 0 20px 45px;
	outline:none !important;
	margin-bottom:0px;
}
nav ul > li > a:hover {
	background-color: rgba(89, 0, 24, 10);
	color:#F7ECD5;		
}
nav ul > li > ul > li > a:hover{
	background-color: rgba(109, 1, 31, 10);
}
nav ul > li > a.current {
}
nav ul > li > a.menu-nav {
	
}
nav ul > li a:hover{
}
nav ul > li > ul > li:hover{
}
nav ul > li > ul{
	display:none;
}
nav ul > li > ul.active{
	display:block;
}
nav ul > li > ul > li.on   {
	background:red;
}
nav ul > li > ul > li {
	display:block;
	cursor:pointer;
}
nav ul > li > ul > li > a {
	background-color: rgba(124, 1, 34, 10);
	display:block;
	color:#fff;	
	font-family: 'Roboto', sans-serif;
	font-weight:400;	
	font-size:0.525em;
	text-transform: uppercase;
	padding:15px 0 15px 85px;
	outline:none !important;
}
/*CONTENT*/
.wrapper {
	display: none;
	padding:0 0 0 0;
}
.wrapper ul {
	color:#fff;
	padding:0 25px;
	font-size:1.750em;
}
.wrapper p, .comp-form {
	padding: 0 25px;
	font-size:1.5em;
}
.wrapper em {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:1.40em;
}
.banner {
	position:relative;
	width:100%;
	height:auto;
	margin:0 auto;
}
.banner .imgbanner {
	width:100%;
	height:auto;
}
.contentblock {
	background:#2f2c28;
	padding:20px 0 50px 0;
}
.contentblock.menu_p {
	padding:0 0 50px 0;
}
.contentblock.menu_m {
	padding:0;
}
#ssba {
	padding:0 50px;
}
.map {
	margin:0 auto;
	/*border:1px solid #C63;
	background:#3F3;*/
	width:100%;
	height:350px;
	float:none !important;
}
.map > div{
	font-size:14px;
}
.menunav {
	background:url(images/bg.jpg) repeat;
	margin:0;
	padding:0;
}
.menunav > li {
	background:url(images/navborder.png) repeat-x center bottom;
	list-style:none !important;
}
.menunav > li > a {
	background:url(images/on-menu.png) no-repeat 15% center;
	display:block;
	color:#fff;
	font-family: 'Roboto', sans-serif;
	font-weight:100!important;	
	font-size:1.2em;
	text-transform: uppercase;
	text-align:left;
	padding:20px 0 20px 25%;
}
em.normal {
	font-style:normal;
	letter-spacing:-1px;
}
.menulist {
	background:url(images/menu-bg.jpg) repeat;
	padding:50px 0;
	margin:50px 0 0 0;
}
.menulist h4.menu_p {
	color:#570016;
	font-family:Georgia, "Times New Roman", Times, serif;
	letter-spacing:-1px;
	font-size:2.6em;
	padding:0 25px;
	margin:0 0 30px 0;
}
.menulist p {
	font-size:2em;	
	color:#000;
}
.menulist hr.dashed {
	background:url(images/hrdashed.jpg) repeat-x center;
	border:none;
	width:85%;
	margin:0 auto;
	padding:50px 0;
}
.menulist hr.dashed:last-child {
	background:none;
	display:none;
}
.menulist ul > li  {
	background:url(images/hrdotted.png) repeat-x bottom;
	font-size:1.15em;
	color:#404040;
	padding:0 0 12px 0;
	margin:0 0 12px 0;
}
.menulist ul > li:last-child {
	background:none;
}
.menulist ul > li > span {
	display:block;
	float:right;
	color:#000;
}
hr.seperator {
	background:url(images/seperator.png) no-repeat center;
	border:none;
	height:26px;
	margin:0 auto;
	width:90%;
}
em.win {
	background: url(images/contact-icons.png) no-repeat -22px -46px transparent;
	padding-left:23px;
}
em.book {
	background: url(images/contact-icons.png) no-repeat -22px -141px transparent;
	padding-left:23px;
}
/*MENU*/

#menu {
	min-height:1080px;
}
#menu > .menuFoods {
	position:absolute;
	width:100%;
	background: url(images/menu-foodbg.jpg) no-repeat fixed;
	min-height:1080px;
	left:0;
	top:0;
}
#menufoodBtn.on , #menudrinkBtn.on {
	background:url(images/on-menu.png) no-repeat 60px center;
}
#menu > .menuDrinks {
	position:absolute;	
	width:100%;
	background: url(images/menu-drinkbg.jpg) no-repeat fixed;
	min-height:1080px;
	left:0;
	top:0;
	display:none;
	z-index:500;	
}
#menu .menubrunch { 
	background:url(images/menu.png) bottom no-repeat;
	width:1914px;
	height:2092px;
	position:absolute;
	right:0;
	top:270px;
}
#menu .roundaboutCont {
	position:absolute;
	left:30%;
	top:217px;
	width:756px;
	height:350px;
}
#menu .roundaboutCont .controls .rprev {
	display:block;
	position:absolute;
	background:url(images/prev.png) no-repeat;
	width:47px;
	height:90px;
	left:95px;
	top:30%;
	outline:none;
	text-indent:-9999px;
	z-index:9999;
}
#menu .roundaboutCont .controls .rnext {
	display:block;
	position:absolute;
	background:url(images/next.png) no-repeat;
	width:47px;
	height:90px;
	right:95px;
	top:30%;
	outline:none;
	text-indent:-9999px;
	z-index:9999;
}
#menu li {
	border-radius:10px;
}   
#menu li  img {
	width:100%;
	height:auto;
	border-radius:10px 10px 0 0;
}
#menu li span {
	background:url(images/menu-span.png) no-repeat;
	position:absolute;
	display:block;
	width:14px;
	height:8px;
	bottom:10%;
	left:48%;
}
#menu li h3.menuTitle {
	background:#8c001a;
	color:#fff;
	text-align:center;
	font-family:Georgia, "Times New Roman", Times, serif;	
	width:100%;
	height:40px;
	margin:0;
	border-radius: 0 0 10px 10px;
	padding:8px 0 0 0;
}
#menu .desc {
	background:url(images/contMidbg.png) repeat-y;
	position:absolute;	
	width:590px;
	left:31.4%;
	top:617px;
	padding:0 40px;
}
#menu  .desc > span {
	display:block;
	position:absolute;
	width:758px;
	height:44px;	
	left:0;
}
#menu  .desc > .descTop {
	background:url(images/contTopbg.png) no-repeat;
	top:-44px;
}
#menu  .desc > .descBot {
	background:url(images/contBotbg.png) no-repeat;
	bottom:-44px;
}
#menu  .desc > p {
	color:#fff;
	font-size:0.875em;
}



#blog {
	background: url(images/blogbg.jpg) no-repeat fixed;
	min-height:1080px;

}
#blog > .desc {
	position:absolute;	
	width:768px;
	left:30%;
	top:217px;	
}
#blog > .desc .block {
	background:url(images/trans.png) repeat;
	border-radius:5px 5px 0 0;	
	width:380px;
	min-height:505px;	
}
#blog > .desc .block a.imgholder {
	border-radius:5px 5px 0 0;
	display:block;
	overflow:hidden;
	height:246px;
	float:left;
}
.blogslider li {
	width:380px;
}
#blog > .desc .block  img {
	border-radius:5px 5px 0 0
}
#blog > .desc .bx-prev, #blog > .desc .bx-next {
	display:block;
	position:absolute;
	width:48px;
	height:90px;
	top:40%;
	text-indent:-9999px;
	outline:none!important;
}
#blog > .desc .bx-prev {
	background:url(images/prev.png) no-repeat;
	left:-68px;
}
#blog > .desc .bx-next {
	background:url(images/next.png) no-repeat;
	right:-68px;	
}
/*COMMENTS*/
#comments-title {
	float:left;
	width:100%;
}
.comment {
	float:left;
	width:100%;
}
.comment-respond {
	float:left;
	margin-top:20px;
}
.comment-respond label {
	width:110px;
	height:23px;
	padding:7px 0 0 0;
	display:block;
	float:left;
}
.comment-respond input[type=text], 
.comment-respond input[type=email],
.comment-respond input[type=url] {
	width:340px;
	height:30px;
	border-radius:5px;
	background:#f5f5f5;
	border:1px solid #ccc;
	padding:0 10px;
}
.comment-respond textarea {
	width:340px;	
	border:1px solid #ccc;
	padding:10px 10px;	
	border-radius:5px;
	background:#f5f5f5;
	max-width:340px;
	min-width:340px;
}
.comment-respond input[type=submit] {
	background:#a40029;
	display:block;
	float:right;
	text-transform:uppercase;
	color:#fff;	
	font-family: 'Roboto', sans-serif;
	font-weight:400;
	font-size:0.875em;
	text-align:center;
	width:128px;
	height:38px;
	margin-top:20px;
}
.articleContent {
	padding:0 30px;
}
.attachment-blog_thumb {
	margin:0 auto;
	width:100%;
	height:auto;
}
.articleContent span.meta-date {
	display:block;
	float:left;
	color:#7e7e7e;
	font-size:1.750em;
	text-transform:uppercase;
	margin:30px 0 10px 0;
}
.articleContent > h3.articleTitle {
	float:left;
	width:100%;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:2.5em;
	font-style:italic;
	padding:0 0 10px 0;
	margin:0 0 30px 0;
}
.articleContent > h3.articleTitle > a {
	color:#fff;	
}
.articleContent > h3.articleTitle > a:hover {
	color:#ddd;
}
.articleContent > p {
	float:left;
	color:#fff;
	font-family:Arial, Helvetica, sans-serif;
	padding:0;
}
article img {
	width:100%;
	height:auto;	
	margin:0 auto;
	padding:30px 0;
}
article img.size-full {
	width:100%;
	height:auto;
}
.metaClock-date {
	background: url(images/clock.png) left center no-repeat;
	display:block;
	color:#7e7e7e;	
	font-size:0.875em;
	font-style:italic;
	padding:0 0 0 20px;
	margin:15px 0 0 0;
}
.blogshare {
	background:url(images/share.png) left center no-repeat;
	width:100px;
	float:right;
	padding:0 0 0 40px;
	margin:0 0 20px 0;
}
.blogshare > li > a {
	display:block;
	float:left;	
	text-indent:-9999px;	
	width:16px;
	height:16px;
	margin:0 3px;
}
.blogshare > li > a.fb {
	background:url(images/blog-fb.png) center no-repeat
}
.blogshare > li > a.tw {
	background:url(images/blog-tw.png) center no-repeat	
}
.blogshare > li > a.gp{
	background:url(images/blog-gp.png) no-repeat	
}
.blogshare > li > a.pt {
	background:url(images/blog-pt.png) no-repeat	
}
.blogshare > li > a:hover {
	opacity:0.8;
}
.buy-gift-vouchers {
	position:absolute;
	top:80px;
	right:0;
	width:164px;
	height:115px;
	background:url('images/buy-gift-vouchers.png');
	text-indent:-9999px;
	z-index:10000;
}



/* custom bx slider overide */
.bx-viewport{ height:519px !important;}
/* custom overide for Book a Table */
.OT_wrapper { background:none!important; }
#OT_form, .OT_wrapper, .OT_list{ width:auto !important; display:none!important;}
.OT_wrapper{ border:none !important; }
.OT_header, .OT_ExtLink {
	font-size:1.750em!important;
	color:#f8f1d7!important;
	width:auto!important;
	text-decoration:underline!important;
}
.OT_ExtLink:hover {
	color:#fff!important;
	text-decoration:none!important;
}
.OT_list li{ float:none; border:none !important; margin:0; padding:0; height:auto; width:100%; }
.OT_list li > input[type="text"]{ 
	background-position:101px bottom;
	width:98%;
	height:95px;
	margin-right:25px;
	border-radius:0;
	margin:0 auto;
	margin:0;	
	padding:0 5px;
}
.OT_day, .OT_time, .OT_party{ background-image:none !important;}
.OT_navList{ left:5px !important; top:37px !important;}
.OT_Find_a_Table{ background-image:none !important; background-color:#a40029 !important; text-transform:uppercase !important; color:#fff !important; font-family: 'Roboto', sans-serif !important; font-weight:400 !important; font-size:0.875em !important; text-align:center !important; width:128px !important; height:31px !important; padding-top:7px !important; }
.OT_Find_a_Table:hover{ background:#BD0231 !important; }

/*===============================================
	Global Classes
================================================*/
 a.brassbtn {
	background:url(images/arrow-double.png) right center no-repeat #a40029;
	display:block;
	float:right;
	text-transform:uppercase;
	color:#fff;	
	font-family: 'Roboto', sans-serif;
	font-weight:400;
	font-size:0.875em;
	padding:10px 36px 0 20px;
	height:32px;
}
 a.brassbtn:hover {
	background:url(images/arrow-double.png) right center no-repeat #bd0231;
}
 h2.desctitle {
	 background:url(images/h2bg.png) repeat;
	color:#fff;
	position:absolute;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:3em;
	font-weight:normal;
	letter-spacing:-1px;
	line-height:normal;
	padding:0 0 15px 0;
	margin:0;
	bottom:0;
	left:0;
	padding:20px 5% 10px 5%;
	width:90%;
}
 h2.desctitle.mnu_ {
	 font-size:1.250em;
	 line-height:26px;
}
 h3.subdesctitle {
	 background:url(images/h2bg.png) repeat;	 
	position:absolute;	 
	text-transform:uppercase;	 
	color:#fff;	
	font-family: 'Roboto', sans-serif;
	font-weight:400;
	font-size:2.5em;
	left:0;
	bottom:0;
	margin:0;	
	padding:20px 5% 20px 5%;	
	width:90%;	
}
 h2.menu_h {
	 font-family:Georgia, "Times New Roman", Times, serif;
	 color:#fff;
 	font-size:2.4em;
	padding:0 25px;
	margin:20px 0 0 0;
} 
 h4.operatingdesc {
	 font-family:Georgia, "Times New Roman", Times, serif;
	 color:#fff;
 	font-size:2.5em;
	padding:0 25px;
	margin:0;
} 
 hr.dashed {
	 border:none;
	 border-bottom:2px dashed #4a4744;
	 width:85%;
	 margin:0 auto;
}
  hr.dotted {
	 border:none;
	 border-bottom:1px dotted #4a4744;
	 width:85%;
	 margin:0 auto;
}
 /*View More Button*/
.viewmore {
	background:#7f001f;
	display:block;
	color:#f8f1d7;
	text-transform:uppercase;
	font-family: 'Roboto', sans-serif;
	font-weight:400;
	font-size:1.750em;
	text-align:center;
	width:85%;
	padding:15px 0;
	margin:0 auto;
}
.viewmore:hover {
	color:#fff;
} 

input[type=text], input[type=email], input[type=password] {
	width:98%;
	margin:0 auto;
	margin:0;
	padding:20px 5px;
}

select {
	padding:20px 5px;
}

 input[type=submit], button[type=submit] {
	background:#7f001f;
	display:block;
	color:#f8f1d7;
	text-transform:uppercase;
	font-family: 'Roboto', sans-serif;
	font-weight:400;
	font-size:1.200em;
	text-align:center;
	width:100%;
	padding:15px 0;
	margin:0 auto;	 
 }
 	/*About Sub*/
	.subDesc {
		background:url(images/subDescbg.jpg) repeat;
		width:560px;
		min-height:1100px;
		overflow:auto;
		margin-left:300px;
		padding:50px;
	}
	.subDesc hr {
		background:url(images/hr.png) center no-repeat;
		height:13px;
		border:none;
	}
	.subDesc h2 {
		color:#570016;		
		font-family:Georgia, "Times New Roman", Times, serif;
		font-size:2.500em;
		line-height:46px;
		width:395px;
		margin:13px 0;
	}	
	.subDesc h3 {
		color:#570016;		
		font-family:Georgia, "Times New Roman", Times, serif;
		font-size:1.500em;
		line-height:26px;
		margin:0;	
	}
	.subDesc h4 {
		color:#570016;		
		font-family:Georgia, "Times New Roman", Times, serif;
		font-size:1.250em;
		line-height:26px;
	}
	.subDesc h4.menu {
		border-bottom:1px dotted #2e2e2e;
		margin:5px 0;
		padding:6px 0;
	}
	#blog .subDesc  p {
		font-size:0.875em;
	}
	#about .subDesc  p {	
	font-size:0.875em;
	}
	.subDesc  p {
		color:#404040;		
		font-family:Arial, Helvetica, sans-serif;
	}
	.subDesc .subhead > p {
		font-size:1.000em;
		font-weight:bold;
		line-height:24px;
	}	
	.subDesc .subhead2 > p {
		font-weight:bold;
		font-size:0.875em;
		line-height:20px;
	}	
	.subDesc ul {
	}
	.subDesc article ul li {
		background:url(images/bullet.png) no-repeat left  8px;
		padding:0 0 0 20px;
		margin:0 0 5px 0;
	}
	.subDesc ul > li {
		color:#404040;
		font-size:0.875em;	
		display:block;
	}
	
	.contentblock article ul > li {
		padding:0 0 0 20px;
		margin:0 0 5px 0;
	}
	.contentblock article ul > li {
		font-size:0.745em;	
		display:list-item;
		list-style:inside circle;
	}
	
	.subDesc.menu ul > li:nth-child(even){
		float:left;		
		width:20%;
		margin:0 0 15px 40px;
	}
	.subDesc.menu ul > li {
		float:left;
		width:70%;
		margin:0 0 15px 0;
	}	
	
	/* search Results */
	.searchResults{
		padding:0 25px;
	}
	.searchResults article{
		margin-top:20px;
	}
	.searchResults header{
		color:#7E7E7E;
		font-size:1.1em;
	}
	.searchResults article header h2{ 
		font-family:Georgia, "Times New Roman", Times, serif;
		font-size:2.5em;
		font-style:italic;
		margin:0 0 30px 0;
	}
	.searchResults article header h2 > a{
		color:#fff;			
	}
	.searchResults article header h2 > a:hover{ color:#ddd; }
	.searchResults article p,.searchResults p{
		padding:0;
	}
	.searchResults p em{
		color:#7E7E7E;
	}
	.searchResults article footer,
	.searchResults nav > a{ display:none; }
	

/* =============================================================================
   Button Globals
   ========================================================================== */
   
.btn.sample{ height: 40px; width: 200px; background-image: url(images/btn-sample.png); margin: 0  0 20px; }   
.clickhere{ width: 220px; height: 34px; margin: 0  0 20px; padding: 10px 10px 0; background-image: url('imgurl'); background-color:#282828 ; border-radius: 4px; -moz-border-radius: 4px; }
.clickhere:hover{ background-color: #4b4b4b; color: #fff;}

   
.left{float:left}
.right{float:right}
.clear{clear:both; height:0}
.btn{display:block; overflow:auto; text-indent:-1000em; background-position:left top; background-repeat: no-repeat; clear:left; border: 0;}
.txtbtn{display:block; overflow:auto; text-align:center; background-position:left top; background-repeat: no-repeat; clear:left; border: 0;}   


a.btn:hover, a.txtbtn:hover,  input.btn.submit:hover{background-position:left bottom !important; cursor:pointer;}
.submit:hover{background-position:left bottom}

.comp-form div {
	margin:15px 0;
}

/* ==|== Custom Design Select Box ======================================================*/
@CHARSET "UTF-8";
.sbHolder{
	background-color: #fff;
	border: none;
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
	font-weight: normal;
	float:left;	
	height: 35px;
	position: relative;
	width: 120px;
	margin-right:25px;
}
.sbSelector{
	display: block;
	height: 35px;
	left: 0;
	line-height: 30px;
	outline: none;
	overflow: hidden;
	position: absolute;
	text-indent: 10px;
	top: 2px;
	width: 100px;
}
.sbSelector:link, .sbSelector:visited, .sbSelector:hover{
	color: #000;
	outline: none;
	text-decoration: none;
}
.sbToggle{
	background: url(images/selectarrow.png) center top no-repeat;
	display: block;
	height: 30px;
	outline: none;
	position: absolute;
	right: 0;
	top: 0;
	width: 30px;
	outline:none!important;
}
.sbToggle:hover{
	/*background: url(images/selectarrow.png) center top no-repeat;*/
}
.sbToggleOpen{
	background: url(images/selectarrow.png) center -35px no-repeat;
}
.sbToggleOpen:hover{
	/*background: url(images/selectarrow.png) center top no-repeat;*/
}
.sbHolderDisabled{
	background-color: #3C3C3C;
	border: solid 1px #515151;
}
.sbHolderDisabled .sbHolder{
	
}
.sbHolderDisabled .sbToggle{
	
}
.sbOptions{
	background-color: #fff;
	border: solid 1px #515151;
	border-top:none;	
	list-style: none;
	left: -1px;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 30px;
	width: 120px;
	z-index: 1;
	overflow-y: auto;
}
.sbOptions li{
	padding: 0 7px;
}
.sbOptions a{
	border-bottom: dotted 1px #515151;
	display: block;
	outline: none;
	padding: 7px 0 7px 3px;
}
.sbOptions a:link, .sbOptions a:visited{
	color: #000;
	text-decoration: none;
}
.sbOptions a:hover{
	color: #555;
}
.sbOptions li.last a{
	border-bottom: none;
}
.sbOptions .sbDisabled{
	border-bottom: dotted 1px #515151;
	color: #999;
	display: block;
	padding: 7px 0 7px 3px;
}
.sbOptions .sbGroup{
	border-bottom: dotted 1px #515151;
	color: #EBB52D;
	display: block;
	font-weight: bold;
	padding: 7px 0 7px 3px;
}
.sbOptions .sbSub{
	padding-left: 17px;
}

/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Image replacement
 */

.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    /* IE 6/7 fallback */
    *text-indent: -9999px;
}

.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 150%;
}

/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */

.hidden {
    display: none !important;
    visibility: hidden;
}

/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

/*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

/*
 * Hide visually and from screenreaders, but maintain layout
 */

.invisible {
    visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}

/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */

.clearfix {
    *zoom: 1;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 35em) {
    /* Style adjustments for viewports that meet the condition */
}

@media print,
       (-o-min-device-pixel-ratio: 5/4),
       (-webkit-min-device-pixel-ratio: 1.25),
       (min-resolution: 120dpi) {
    /* Style adjustments for high resolution devices */
}

@media only screen and (min-width: 0) and (max-width: 320px) {
	body {
		font-size:0.5em;
	}
	.logo66 > img {
		width:50%;
	}
	.navDrop {
		top:50px;
		width:35px;
	}
	h3.subdesctitle {
		padding:10px 5%;
	}

/*	nav ul > li > a	 {
		font-size:1em;
	}
	h2.menu_h {
		font-size:1.3em;
	}
	.wrapper p {
		font-size:1em;
	}*/

	
}
/* ==========================================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */

@media print {
    * {
        background: transparent !important;
        color: #000 !important; /* Black prints faster: h5bp.com/s */
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links for images, or javascript/internal links
     */

    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group; /* h5bp.com/t */
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    @page {
        margin: 0.5cm;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}
