@import url(http://fonts.googleapis.com/css?family=Montserrat:400,700);
#dropdown, #dropdown ul, #dropdown ul li, #dropdown ul li a, #dropdown #menu-button {
	margin: 0;
	padding: 0;
	border: 0;
	list-style: none;
	line-height: 1;
	display: block;
	position: relative;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#dropdown {
	width: 730px;
	position: absolute;
	top: 0px;
	right: 50px;
	z-index: 20;
	-webkit-transition: all 200ms linear;
	-moz-transition: all 200ms linear;
	-o-transition: all 200ms linear;
	transition: all 200ms linear;
}
#dropdown:after, #dropdown > ul:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
#dropdown #menu-button {
	font-size: 14px;
	margin: 0 10px;
	line-height: 30px;
	text-align: center;
	cursor: pointer;
	color: #C7B183;
	border: #C7B183 1px solid;
	display: none;
	background:rgba(51,51,51,0.3);
}
#dropdown {
}
#dropdown > ul {
	float: right;
}
#dropdown > ul > li {
	float: left;
}
/***********************************************************/
/***********************************************************/

#dropdown > ul > li.menu_01 {
	width: 127px;
	background-image: url(../data/menu/menu_01.png);
	background-repeat: no-repeat;
	background-position: 0 100%;
}
#dropdown > ul > li.menu_01:hover {
	background-image: url(../data/menu/c_menu_01.png);
}
#dropdown > ul > li.menu_02 {
	width: 111px;
	background-image: url(../data/menu/menu_02.png);
	background-repeat: no-repeat;
	background-position: 0 100%;
}
#dropdown > ul > li.menu_02:hover {
	background-image: url(../data/menu/c_menu_02.png);
}
#dropdown > ul > li.menu_03 {
	width: 109px;
	background-image: url(../data/menu/menu_03.png);
	background-repeat: no-repeat;
	background-position: 0 100%;
}
#dropdown > ul > li.menu_03:hover {
	background-image: url(../data/menu/c_menu_03.png);
}
#dropdown > ul > li.menu_04 {
	width: 83px;
	background-image: url(../data/menu/menu_04.png);
	background-repeat: no-repeat;
	background-position: 0 100%;
}
#dropdown > ul > li.menu_04:hover {
	background-image: url(../data/menu/c_menu_04.png);
}
#dropdown > ul > li.menu_05 {
	width: 120px;
	background-image: url(../data/menu/menu_05.png);
	background-repeat: no-repeat;
	background-position: 0 100%;
}
#dropdown > ul > li.menu_05:hover {
	background-image: url(../data/menu/c_menu_05.png);
}
/***********************************************************/
/***********************************************************/
#dropdown.align-center > ul {
	font-size: 0;
	text-align: center;
}
#dropdown.align-center > ul > li {
	display: inline-block;
	float: none;
}
#dropdown.align-center ul ul {
	text-align: left;
}
#dropdown.align-right > ul > li {
	float: right;
}
#dropdown > ul > li > a {
	height: 40px;
	display: block;
	font-size: 12px;
	line-height: 40px;
	letter-spacing: 1px;
	text-decoration: none;
	color: #ACACAC;
	font-weight: 700;
	text-transform: uppercase;
	text-align: center;
	text-indent: -9999px;
	-webkit-transition: all 200ms linear;
	-moz-transition: all 200ms linear;
	-o-transition: all 200ms linear;
	transition: all 200ms linear;
}
#dropdown > ul > li:hover > a {
	color: #ffffff;
}

#dropdown ul ul {
	position: absolute;
	left: -9999px;
}
#dropdown.align-right ul ul {
	text-align: right;
}
#dropdown ul ul li {
	height: 0;
	-webkit-transition: all .25s ease;
	-moz-transition: all .25s ease;
	-ms-transition: all .25s ease;
	-o-transition: all .25s ease;
	transition: all .25s ease;
}
#dropdown li:hover > ul {
	left: auto;
}
#dropdown.align-right li:hover > ul {
	left: auto;
	right: 0;
}
#dropdown li:hover > ul > li {
	height: 35px;
}
#dropdown ul ul ul {
	margin-left: 100%;
	top: 0;
}
#dropdown.align-right ul ul ul {
	margin-left: 0;
	margin-right: 100%;
}
#dropdown ul ul li a {
	border-bottom: 1px solid rgba(150, 150, 150, 0.15);
	padding: 11px 15px;
	width: 130px;
	font-size: 12px;
	text-decoration: none;
	font-weight: 400;
	text-align: center;
	color: #777777;
	background: rgba(255,255,255,0.95);
	-webkit-transition: all 200ms linear;
	-moz-transition: all 200ms linear;
	-o-transition: all 200ms linear;
	transition: all 200ms linear;
}
#dropdown ul ul li a:visited {
	color: #777777;
}
#dropdown ul ul li:last-child > a, #dropdown ul ul li.last-item > a {
	border-bottom: none;
}
#dropdown ul ul li:hover > a, #dropdown ul ul li a:hover {
	color: #AA925F;
	background: rgba(0,0,0,0.95);
}
#dropdown ul li .fa {
	color: #ACACAC;
	display: none;
}
@media (max-width: 999px) {
#dropdown {
	width:100%;
	right: 0px;
	background:url(../data/menu/bg2.png) repeat-x;
}
}
@media (max-width: 730px) {
#dropdown {
	width: auto;
	position: relative;
	margin: 0 auto;
	background:none;
}
#dropdown ul {
	float: none;
	display: none;
	margin: 0 10px;
}
#dropdown.align-center > ul {
	text-align: left;
}
#dropdown ul li {
	width: 100% !important;
	background-image: none !important;
	background: rgba(0,0,0,0.95);
}
#dropdown ul ul li, #dropdown li:hover > ul > li {
	height: auto;
}
#dropdown > ul > li > a {
	text-indent: 0px;
}
#dropdown ul ul li a {
	width: 100%;
	background: rgba(0,0,0,0.5);
	color: #777777;
	background: #FFF;
	border-bottom-color: #CCC;
}
#dropdown > ul > li {
	float: none;
}
#dropdown ul ul li a {
	padding-left: 25px;
}
#dropdown ul ul ul li a {
	padding-left: 35px;
}
#dropdown ul ul li a {
	color: #777777;
}
#dropdown ul ul li:hover > a, #dropdown ul ul li.active > a {
}
#dropdown ul ul, #dropdown ul ul ul, #dropdown.align-right ul ul {
	position: relative;
	left: 0;
	width: 100%;
	margin: 0;
	text-align: left;
}/*
#dropdown > ul > li.has-sub > a:after, #dropdown > ul > li.has-sub > a:before, #dropdown ul ul > li.has-sub > a:after, #dropdown ul ul > li.has-sub > a:before {
	display: none;
}*/
#dropdown #menu-button {
	display: block;
	cursor: pointer;
	text-transform: uppercase;
	font-weight: 700;
}
#dropdown ul li .fa {
	display: block;
	position: absolute;
	left: 50%;
	margin-left: 50px;
	top: 12px;
}
}
