#rewp_top_links {
	float: right;
	font-size: 11px;
	font-weight: bold;
	padding: 15px 20px 0px 0;
	width: 320px;
	text-align: right;
	text-transform: uppercase;
	letter-spacing: 0.05em;
	color: #666;	
	clear: both;
}
#rewp_top_links a {
	color: #666;	
}

.Top_Menu {
	float: right;
	list-style: none;
	margin: 0;
	padding: 5px 10px 0 0;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 0.05em;
	text-align: right;
}
.Top_Menu > li {
	position: relative;
	display: inline-block;
	padding: 0;
	border-radius: 8px 0 8px 0;
    -webkit-transition: background-color 200ms linear, background-image 200ms linear;
    -moz-transition: background-color 200ms linear, background-image 200ms linear;
    -o-transition: background-color 200ms linear, background-image 200ms linear;
    -ms-transition: background-color 200ms linear, background-image 200ms linear;
    transition: background-color 200ms linear, background-image 200ms linear;
}
.Top_Menu > li:after {
	display: block;
	content: '';
	position: absolute;
	bottom: 0px;
	left: 50%;
	margin-left: -15px;
	width: 30px;
	height: 2px;
	background: #fff;
	border-radius: 2px;	
	opacity: 0;
	transition: all 250ms linear;
}
.Top_Menu > li:hover:after {
	opacity: 1;
}
.Top_Menu > li > a {
	display: block;
	padding: 8px 10px;
}
.Top_Menu > li:hover a {
	text-decoration: none;
}
.Top_Menu > .current-menu-item:after {
	display: block;
	content: '';
	position: absolute;
	bottom: 0px;
	left: 50%;
	margin-left: -15px;
	width: 30px;
	height: 2px;
	background: #fff;
	border-radius: 2px;	
	transition: all 250ms linear;
	opacity: 1;
}

.home .Top_Menu > .current-menu-item:after {
	opacity: 0;
}

/* second level */

.Top_Menu > li:hover ul {
	visibility: visible;
	opacity: 1;
	transition-delay: 10ms;
}
.Top_Menu ul {
	position: absolute;
	list-style: none;
	text-indent: 0;
	top: 100%;
	width: auto;
	min-width: 100%;
	margin: 0;
	padding: 0;
	background: #f5f5f5;
	visibility: hidden;
  	opacity: 0;
	z-index: 500;
    -webkit-transition: opacity 200ms linear;
    -moz-transition: opacity 200ms linear;
    -o-transition: opacity 200ms linear;
    -ms-transition: opacity 200ms linear;
    transition: opacity 200ms linear;
}
.Top_Menu ul li a {
	display: block;
	padding: 12px 12px;
	margin: 0;	
	font-size: 14px;
	color: #000;
	white-space: nowrap;
}
.Top_Menu ul li:hover {
	background: #fff;
}
.Top_Menu ul li:hover a {
	color: #000;
}

/* third level */

.Top_Menu ul ul {
	display: none;	
}

.Mobile_Menu, #Mobile_Menu_Icon {
	display: none;
}

/* footer menu */

.Footer_Menu {
	list-style: none;
	text-indent: none;
	display: table;
	clear: both;
	width: 100%;
	padding: 0;
	margin: 0;	
	text-align: left;
}
.Footer_Menu > li {
	list-style: none;
	text-indent: none;
	padding: 0 0 10px 0;
	margin: 0;	
	display: table-cell;
	vertical-align: top;
	text-align: left;
}
.Footer_Menu > li > a {
	font-size: 12px;
	letter-spacing: .05em;
	font-weight: bold;
	text-transform: uppercase;
	color: #666;
}

/* second level */

.Footer_Menu > li > ul {
	list-style: none;
	text-indent: none;
	padding: 0;
	margin: 0;	
	display: block;	
}
.Footer_Menu > li > ul > li {
	list-style: none;
	text-indent: none;
	padding: 5px 30px 0 0;
	margin: 0;	
	display: block;
	vertical-align: top;
	text-align: left;
}
.Footer_Menu > li > ul > li > a {
	font-size: 12px;
}

@media screen and (max-width: 1140px){	

	.Top_Menu > li > a {
		padding: 8px 10px;
	}
	
}
@media screen and (max-width: 900px){
	
	.Top_Menu > li > a {
		padding: 8px 5px;
	}
	
}
@media screen and (max-width: 830px){

	#header .table, #header .row, #header .cell {
		display: block;
	}	

	#Mobile_Menu_Icon {
		display: block;
		position: absolute;
		top: 0px;
		right: 0px;
		padding: 15px;
		cursor: pointer;
		font-size: 2em;
		color: #666;
	}
	#Mobile_Menu_Icon.open {
		color: #fff;
		background: #000;
	}	

	.Top_Menu {
		display: none;
	}

	.Mobile_Menu {
		list-style: none;
		text-indent: 0;
		margin: 0;
		padding: 0;
		background: rgb(17,175,184);
	}
	.Mobile_Menu li {
		display: block;
		list-style: none;
		text-indent: 0;
		margin: 0;
		padding: 10px;
		text-align: center;
		border-bottom: solid .5px rgb(143,196,203);
	}
	.Mobile_Menu li:last-child {
		border-bottom: 0;
	}
	.Mobile_Menu li a {
		color: #fff;
		font-size: 16px;
	}

	#rewp_top_links {
		float: none;
		font-size: 11px;
		font-weight: bold;
		padding: 10px 5px;
		width: auto;
		text-align: center;
	}


}
@media screen and (max-width: 568px){	
	
	/* footer menu */
	
	.Footer_Menu {
		display: block;
	}
	.Footer_Menu > li {
		display: block;
	}
	.Footer_Menu > li > a {
	}
	
	/* second level */
	
	.Footer_Menu > li > ul {
		padding: 0 0 20px 0;
	}
	.Footer_Menu > li > ul > li {
	}
	.Footer_Menu > li > ul > li > a {
	}
		
}