/* ---------------------------------------------------
   CUSTOM: NAV BAR
--------------------------------------------------- */

#access {
    padding-top: 8px;
    position: absolute;
    right: 15px;
    z-index: 100;
}

#access .responsiveSelectFullMenu {
	height: 40px; 
	background: none; 
	margin-left: 0; 
	/*margin-right: -20px;*/
	margin-top: 24px; 
	padding: 0;
}

/*#access .responsiveMenuSelect {
	margin: 20px 0 0 -15px;
}*/
	
	
#access .responsiveSelectFullMenu > li {
	float: left; 
	display: block; 
	position: relative; 
	padding: 0; 
	margin: 0; 
	/*border: 1px solid #595758;*/
	border: 0; 
	border-right: none; 
	line-height: 44px; 
	/*-webkit-box-shadow: 1px 0 0 rgba(255, 255, 255, 0.2) inset; 
	-moz-box-shadow: 1px 0 0 rgba(255, 255, 255, 0.2) inset; 
	box-shadow: 1px 0 0 rgba(255, 255, 255, 0.2) inset;*/
	-webkit-box-shadow: none; 
	-moz-box-shadow: none; 
	box-shadow: none; 
}
	
	
#access .responsiveSelectFullMenu > li:first-child {
	-webkit-box-shadow: 0 0 0; 
	-moz-box-shadow: 0 0 0; 
	box-shadow: 0 0 0; 
}
	
	
#access .responsiveSelectFullMenu > li:last-child {
	/*border-right: solid 1px #595758;*/
	border-right: 0;  
	-webkit-box-shadow: 1px 0 0 rgba(255, 255, 255, 0.2) inset, 1px 0 0 rgba(255, 255, 255, 0.2); 
	-moz-box-shadow: 1px 0 0 rgba(255, 255, 255, 0.2) inset, 1px 0 0 rgba(255, 255, 255, 0.2); 
	box-shadow: 1px 0 0 rgba(255, 255, 255, 0.2) inset, 1px 0 0 rgba(255, 255, 255, 0.2); 
}
	
	
#access .responsiveSelectFullMenu > li.active {
	background: none; 
	border-color: #595758; 
}
	
	
#access .responsiveSelectFullMenu > li.active > a {
	color: #D25036; 
	cursor: default; 
}
	
	
#access .responsiveSelectFullMenu > li.active:hover {
	background: none; 
	cursor: default; 
}
	
	
#access .responsiveSelectFullMenu > li:hover {
	background: none; 
}
	
	
#access .responsiveSelectFullMenu > li > a {
	color: #595758; 
}

#access .responsiveSelectFullMenu > li > a:hover {
	/*color: #D25036;*/ 
}
	
	
#access .responsiveSelectFullMenu > li ul {
	margin-bottom: 0; 
}
	
	
#access .responsiveSelectFullMenu > li .flyout {
	display: none; 
}
	
	
#access .responsiveSelectFullMenu > li.has-flyout > a:first-child {
	/*padding-right: 40px;*/
	padding-right: 15px;
	position: relative;
	background: url(../images/arrow-down.png) no-repeat center 34px;
}
	
/* drop-down arrow */

/*#access .responsiveSelectFullMenu > li.has-flyout > a:first-child:after {
	content: ""; 
	display: block; 
	width: 0; 
	height: 0; 
	border: solid 4px; 
	border-color: #e6e6e6 transparent transparent transparent; 
	position: absolute; 
	right: 20px; 
	top: 17px; 
}*/
	
#access .responsiveSelectFullMenu > li.has-flyout > a:first-child:after {
	content: ""; 
	display: block; 
	width: 0; 
	height: 0; 
	border: 0; 
	border-color: none; 
	position: absolute; 
	/*right: 20px;*/ 
	/*top: 17px; */
	right: 5px;
	top: 19px;
}
	
	
#access .responsiveSelectFullMenu > li.has-flyout > a.flyout-toggle {
	border-left: 0 !important; 
	position: absolute; 
	right: 0; 
	top: 0; 
	padding: 20px; 
	z-index: 2; 
	display: block; 
}
	
	
#access .responsiveSelectFullMenu > li.has-flyout.is-touch > a:first-child {
	padding-right: 55px; 
}
	
	
#access .responsiveSelectFullMenu > li.has-flyout.is-touch > a.flyout-toggle {
	border-left: 1px dashed #666; 
}
	
	
#access .responsiveSelectFullMenu > li > a:first-child
{
	position: relative;
	padding: 0 20px;
	
	display: block;
	text-decoration: none;
	font-size: 12px;
	color: #F00;
}
	
	
#access .responsiveSelectFullMenu > li > input {
	margin: 0 10px; 
}
	
	
#access .responsiveSelectFullMenu.vertical {
	height: auto; 
	margin-top: 0; 
}
	
	
#access .responsiveSelectFullMenu.vertical > li {
	float: none; 
	border-bottom: none; 
	border-right: solid 1px #595758; 
	-webkit-box-shadow: none; 
	-moz-box-shadow: none; 
	box-shadow: none; 
}
	
	
#access .responsiveSelectFullMenu.vertical > li.has-flyout > a:first-child:after {
	content: ""; 
	display: block; 
	width: 0; 
	height: 0; 
	border: solid 4px; 
	border-color: transparent transparent transparent #e6e6e6; 
}
	
	
#access .responsiveSelectFullMenu.vertical > li .flyout {
	left: 100%; 
	top: -1px; 
}
	
	
#access .responsiveSelectFullMenu.vertical > li .flyout.right {
	left: auto; 
	right: 100%; 
}
	
	
#access .responsiveSelectFullMenu.vertical > li.active {
	/*border-right: solid 1px #595758;*/ 
	border-right: 0; 
}
	
	
#access .responsiveSelectFullMenu.vertical > li:last-child {
	border-bottom: solid 1px #595758; 
}
	
	
	
.flyout {
	background: #fff; 
	padding: 20px; 
	margin: 0; 
	border: 1px solid #595758; 
	position: absolute; 
	top: 44px; 
	/*left: -1px;*/ 
	/*width: 250px;*/
	left: 15px; 
	width: 200px;
	z-index: 40; 
	-webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1); 
	-moz-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1); 
	box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1); 
	/* remove margin on any first-child element */ 
	/* remove margin on last element */ 
}
	
	
.flyout p {
	line-height: 1.2; 
	font-size: 12px; 
}
	
	
.flyout *:first-child {
	margin-top: 0; 
}
	
	
.flyout *:last-child {
	margin-bottom: 0; 
}
	
	
.flyout.small {
	width: 166.66667px; 
}
	
	
.flyout.large {
	width: 437.5px; 
}
	
	
.flyout.right {
	left: auto; 
	right: -2px; 
}
	
	
.flyout.left {
	right: auto; 
	left: -2px; 
}
	
	
.flyout.up {
	top: auto; 
	bottom: 39px; 
}
	
	
	
ul.flyout, #access .responsiveSelectFullMenu li ul {
	padding: 0; 
	list-style: none; 
}
	
	
ul.flyout li, #access .responsiveSelectFullMenu li ul li {
	border-left: 0; 
}
	
	
ul.flyout li a, #access .responsiveSelectFullMenu li ul li a {
	background: #fff; 
	border: solid 1px #eef2f1; 
	border-width: 0 0 1px; 
	color: #595758; 
	display: block; 
	font-size: 12px; 
	height: auto; 
	line-height: 1; 
	padding: 12px 15px;
	-webkit-box-shadow: none; 
	-moz-box-shadow: none; 
	box-shadow: none; 
}

ul.flyout li:last-child a {
	border: 0; 
}
	
	
ul.flyout li a:hover, ul.flyout li a:focus, #access .responsiveSelectFullMenu li ul li a:hover, #access .responsiveSelectFullMenu li ul li a:focus {
	background: #eef2f1; 
	color: #595758; 
}
	
	
ul.flyout li.active, #access .responsiveSelectFullMenu li ul li.active {
	margin-top: 0;
	border-top: 0; 
	/*border-top: 1px solid #4d4d4d;*/ 
	/*border-left: 4px solid #1a1a1a;*/ 
}
	
	
ul.flyout li.active a, #access .responsiveSelectFullMenu li ul li.active a {
	/*background: #eef2f1;*/ 
	/*border: none;*/ 
	color: #595758; 
	height: auto; 
	margin: 0; 
	position: static; 
	top: 0; 
	-webkit-box-shadow: 0 0 0; 
	-moz-box-shadow: 0 0 0; 
	box-shadow: 0 0 0; 
}

/*
ul.flyout li.active a, #access .responsiveSelectFullMenu li ul li.active a {
	background: #4d4d4d; 
	border: none; 
	color: #595758; 
	height: auto; 
	margin: 0; 
	position: static; 
	top: 0; 
	-webkit-box-shadow: 0 0 0; 
	-moz-box-shadow: 0 0 0; 
	box-shadow: 0 0 0; 
}
*/

/* -------------------------------------------------- */



/* ---------------------------------------------------
   CUSTOM: RESPONSIVE NAV BAR
--------------------------------------------------- */

.sidebar-box .responsiveSelectContainer ul li a, .sidebar-box h4 {
	font-family: "Helvetica Neue","Helvetica",Helvetica,Arial,sans-serif;
	font-size: 11px;
	line-height: 1.66;
	font-style: normal;
	font-weight: normal;
	text-transform: uppercase;
	text-decoration:none;
	color: #D25036;
	display:block;
	margin-bottom: 10px;
	margin-top: 0;
	padding-bottom: 6px;
	padding-top: 6px;
	border-bottom: 1px solid #CCCCCC;
	border-top: 1px solid #CCCCCC;
	/* TOGGLE */
	background-image: url(../images/arrow-opened.png);
	background-repeat: no-repeat;
	background-position: right center;	
	cursor:pointer;
	
}


.sidebar-box .responsiveSelectContainer ul li ul.sub-menu li a {
	color: #595758;
    font-family: Georgia,"Times New Roman",Times,serif;
    font-size: 11px;
    line-height: 1.66em;
	
	font-style: normal;
    font-weight: normal;
	text-transform: none;
	text-decoration:none;

	display:block;
    margin-bottom: 0;
    margin-top: 0;
    padding-bottom: 0;
    padding-top: 0;
	border: none;
	
	background:none;
}

.sidebar-box .responsiveSelectContainer ul li ul.sub-menu li a:hover {
	color: #D25036;
}

.sidebar-box .responsiveSelectContainer ul li ul.sub-menu {
    margin-bottom: 15px;
}


.toggle-close {
	background-image: url(../images/arrow-closed.png) !important;
	background-repeat: no-repeat;
	background-position: right center;
	border-bottom: 0 !important;
	margin-bottom: 0 !important;
}

.toggle-close-last {
	background-image: url(../images/arrow-closed.png) !important;
	background-repeat: no-repeat;
	background-position: right center;
}



/* -------------------------------------------------- */


/* ---------------------------------------------------
   CUSTOM: RESPONSIVE ELEMENTS TO HIDE
--------------------------------------------------- */


@media (max-width: 767px) {
	#header-category {
		display:none !important;
	}
	
	.sidebar-box .widget_search {
		display:none !important;
	}
	
	#sidebar {
		border-right: none !important;
	}
}	


/* -------------------------------------------------- */


