/*

Responsive Mobile Menu v1.0
Plugin URI: responsivemobilemenu.com

Author: Sergio Vitov
Author URI: http://xmacros.com

License: CC BY 3.0 http://creativecommons.org/licenses/by/3.0/

*/

/* -----HEADER ----- */


/* Smartphones (portrait and landscape) ----------- */
@media only screen 
and (min-device-width : 320px) 
and (max-device-width : 480px) {
/* Styles */			
	#header{ 
	position:fixed; 
	top:0px; 
	right:0px; 
	background:#111; 
	width:100%; 
	height: 50px; 
	z-index: 999; 
	}
}

/* iPads (portrait and landscape) ----------- */
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) {
/* Styles */
	#header{ 
	position:fixed; 
	top:0px; 
	right:0px; 
	background:#111; 
	width:100%; 
	height: 90px; 
	z-index: 999; 
	}
}


/* Desktops and laptops ----------- */
@media only screen 
and (min-width : 1224px) {
	#header{ 
	position:fixed; 
	top:0px; 
	right:0px; 
	background:#111; 
	width:100%; 
	height: 90px; 
	z-index: 999; 
	}
}


/* Large screens ----------- */
@media only screen 
and (min-width : 1824px) {
/* Styles */
	#header{ 
	position:fixed; 
	top:0px; 
	right:0px; 
	background:#111; 
	width:100%; 
	height: 90px; 
	z-index: 999; 
	}
}





/**** MOBILE NAV ****/

/* Smartphones (portrait and landscape) ----------- */
@media only screen 
and (min-device-width : 320px) 
and (max-device-width : 480px) {
.rmm {
	display:block;
	position:relative;
	width:100%;
	margin:0 auto !important;
	text-align: right;
	line-height:20px !important;

padding-top: 0px;
padding-right: 0px;
top: 0;
right: 0;
float:right; 
position: fixed;	
font-family: Georgia, serif; 	
	}
}



/* iPads (portrait and landscape) ----------- */
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) {
/* Styles */

.rmm {
	display:block;
	position:relative;
	width:100%;
	margin:0 auto !important;
	text-align: center;
	line-height:10px !important;

padding-top: 30px;
padding-right: 30px;
top: 0;
right: 0;
float:right; 
position: fixed;	
font-family: Georgia, serif; 	
	}
}



/* Desktops and laptops ----------- */
@media only screen 
and (min-width : 1224px) {
/* Styles */
.rmm {
	display:block;
	position:relative;
	width:100%;
	margin:0 auto !important;
	text-align: center;
	line-height:10px !important;

padding-top: 30px;
padding-right: 35px;
top: 0;
right: 0;
float:right; 
position: fixed;	
font-family: Georgia, serif; 	
	}
}


/* Large screens ----------- */
@media only screen 
and (min-width : 1824px) {
/* Styles */
.rmm {
	display:block;
	position:relative;
	width:100%;
	margin:0 auto !important;
	text-align: center;
	line-height:10px !important;

padding-top: 30px;
padding-right: 35px;
top: 0;
right: 0;
float:right; 
position: fixed;	
font-family: Georgia, serif; 	
	}
}


/* ------------ GENERAL STYLE ----------- */


.rmm * {
	-webkit-tap-highlight-color:transparent !important;
	font-family:Arial;
}
.rmm a {
	color:#ebebeb;
	text-decoration:none;
}
.rmm .rmm-main-list, .rmm .rmm-main-list li {
	margin:0px;
	padding:0px;
}
.rmm ul {
	display:block;
	width:auto !important;
	margin:0 auto !important;
	overflow:hidden;
	list-style:none;
}


/* sublevel menu - in construction */
.rmm ul li ul, .rmm ul li ul li, .rmm ul li ul li a {
	display:none !important;
	height:0px !important;
	width:0px !important;
}
/* */


.rmm .rmm-main-list li {
	display:inline;
	padding:0px;
	margin:0px !important;
}
.rmm-toggled {
	display:none;
	width:100%;
	position:relative;
	overflow:hidden;
	margin:0 auto !important;
}
.rmm-button:hover {
	cursor:pointer;
}
.rmm .rmm-toggled ul {
	display:none;
	margin:0px !important;
	padding:0px !important;
}
.rmm .rmm-toggled ul li {
	display:block;
	margin:0 auto !important;
}




/* MINIMAL STYLE */


.rmm.minimal a {
font-size:18pt; 
color:#fff; 
font-family: Georgia, serif; 
font-style: italic;
text-shadow:.0px .0px 0 #000; 
font-weight: 200;
font-style: italic;
text-decoration:none; 
text-transform: none;
padding: 2px 22px  2px  22px;
margin-left: 0px;
margin-right: 0px;
outline: none; 
background:none; 
letter-spacing: 1.5px;
z-index: 7000;


    -webkit-transition: background-color 0.25s ease-in;
    -moz-transition: background-color 0.25s ease-in;
    -ms-transition: background-color 0.25s ease-in;
    -o-transition: background-color 0.25s ease-in;
    transition: background-color 0.25s ease-in;

}
.rmm.minimal a:hover {
color:#888;
background:none;
text-decoration:none;
}

.rmm.minimal .rmm-main-list li a {
	display:inline-block;
	padding:8px 30px 8px 30px;
	margin:0px -3px 0px -3px;
	font-size:15px;
}
.rmm.minimal .rmm-toggled {
	width:100%;
	min-height:36px;
}
.rmm.minimal .rmm-toggled-controls {
	display:block;
	height:36px;
	color:#ccc;
	text-align:left;
	position:relative;
}
.rmm.minimal .rmm-toggled-title {
	position:relative;
	top:0px;
	left:0px;
	font-size:0px;
	background: none;
}
.rmm.minimal .rmm-button {
	display:block;
	position:absolute;
	right:10px;
	top:13px;
	margin-bottom: 20px;
}

.rmm.minimal .rmm-button span {
	display:block;
	margin:5px 0px 5px 0px;
	height:2px;
	background:#fff;
	width:33px;
}
.rmm.minimal .rmm-toggled ul li a {

	display:block;
	width:100%;
	text-align:center;
	padding:18px 40px 18px 10px;
	border-bottom:0px solid #dedede;
	background:#111;
	color:#fff;

}
.rmm.minimal .rmm-toggled ul li a:hover {
	display:block;
	width:100%;
	text-align:center;
	padding:10px 40px 10px 0px;
	border-bottom:1px solid #dedede;
	background:#111;
	color:#ccc;
}
.rmm.minimal .rmm-toggled ul li:first-child a {
	border-top:0px solid #ccc;
}
