

@charset "UTF-8";


body, .text {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;

	font-size: 16px;
	color: #ff0000;
	background-color: #131313;
	line-height: 16px;
	letter-spacing: 1px;

	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	text-decoration: none;
	text-align: left;

	background-image: url('img/bg/');
	background-position: center top;
	background-attachment: fixed;
	background-repeat: no-repeat;

	padding: 0;
	margin: 0px;
	margin-top: 22px;
	margin-left: 22px;
	margin-bottom: 22px;
	margin-right: 22px;
}


td, tr {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 10px;
	color: #b4b4b4;
	line-height: 16px;
	letter-spacing: 1px;
	text-decoration: none;
	background-color: transparent;
}




#topic
{
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 10px;
	color: #ff0000;
	line-height: 16px;
	letter-spacing: 1px;
	text-align: right;
	text-transform: uppercase;
	text-decoration: none;
	font-style: normal;
	font-weight: bold;
	background-color: transparent;
}


#sub-topic
{
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 10px;
	color: #f8f8f0;
	line-height: 16px;
	letter-spacing: 1px;
	text-align: right;
	text-transform: none;
	text-decoration: none;
	font-style: normal;
	font-weight: bold;
	background-color: transparent;
}




hr
{
	border: 0;
	height: 0;
	display: block;
	margin-top: 22px;
	margin-bottom: 22px;
	margin-left: auto;
	margin-right: auto;
	border: 2px solid rgba(255, 255, 255, 1.0);
}




#review_TEXT
{
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 10px;
	color: #b4b4b4;
	line-height: 16px;
	letter-spacing: 1px;
	text-align: right;
	text-transform: none;
	text-decoration: none;
	font-style: italic;
	font-weight: normal;
	background-color: transparent;
}


#review_HIGHLIGHT
{
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 10px;
	color: #ffffff;
	line-height: 16px;
	letter-spacing: 1px;
	text-align: right;
	text-transform: none;
	text-decoration: none;
	font-style: italic;
	font-weight: normal;
	background-color: transparent;
}




a {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 40px;
	color: #4d4d4d;
	line-height: 16px;
	background-color: transparent;
	border-bottom: 0px dotted transparent;
	font-weight: normal;
	text-decoration: none;
	margin: 0px 0px;
}


a:link, a:active, a:visited
{
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 10px;
	color: #f8f8f0;
	line-height: 16px;
	background-color: none;
	border-bottom: 1px dotted #696969;
	font-weight: normal;
	text-decoration: none;
	margin: 0px 0px;
}


a:hover
{
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 10px;
	color: #f8f8f0;
	line-height: 16px;
	background-color: #696969;
	border-bottom: 0px dotted #ffffff;
	font-weight: normal;
	text-decoration: none;
	margin: 0px 0px;
}




#img_LOGO
{
	color: #ffffff;
	text-decoration: none;
	margin: 0px 0px;
}




img
{
	text-decoration: none;
}




		/*
		unvisited + visited link
		*/
a img, a img:link, a img:visited, a img:focus
{
	border: 0px solid #cccccc;
	background-color: #cccccc;
	padding: 0;
	/* margin: 0 0 0px 0; */
	vertical-align: top;
	text-decoration: none;
	}

		/*
		mouse over + selected link
		*/
a img:hover, a img:active
{
	border: 0px solid #cccccc;
	background-color: #cccccc;
	padding: 0;
	/* margin: 0 0 0px 0; */
	vertical-align: top;
	text-decoration: none;
	-webkit-transition: color 0s ease;
	-moz-transition: color 0s ease;
	-o-transition: color 0s ease;
	-ms-transition: color 0s ease;
	transition: color 0s ease;
	}




/* DESKTOP - logo ------------- */

.desktop-logo
{
	display: block;
	width: 44px;
	height: 44px;
	background: url('../img/logos/MNTNS_logo-square_GREY-CLEAR_44x44.png') bottom;
	background-color: none; /* WHEN PUBLISHING WEBSITE SET BACKGROUND TO >> none - red */
	text-indent: -99999px;
	margin: 0px 0 0px 0;
	border: 0;
	padding: 0;
}
.desktop-logo:hover
{
	background-position: 0 0;
	background: url('../img/logos/MNTNS_logo-square_WHITE-CLEAR_44x44.png') bottom;
	background-color: none; /* WHEN PUBLISHING WEBSITE SET BACKGROUND TO >> none - red */
	margin: 0px 0 0px 0;
	border: 0;
	padding: 0;
	transition: 0.4s; /* Transition effects on hover (color) */
}








cordion container.
 */
.Accordion
{
	border-left: solid 0px #000000;
	border-right: solid 0px #000000;
	border-bottom: solid 0px #000000;
	overflow: hidden;
	outline:none;
}
.AccordionPanel
{
	margin: 0px;
	padding: 0px;
}


.AccordionPanelTab
{
	background-color: transparent;
	border-top: solid 0px transparent;
	border-bottom: solid 0px black;
	margin: 0px;
	padding: 0px;
	cursor: pointer;
	-moz-user-select: none;
	-khtml-user-select: none;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 20px;
	font-style: normal;
	line-height: 16px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #b4b4b4;
	text-decoration: none;
	text-align: left;
	letter-spacing: 1px;
}
.AccordionPanelContent
{
	overflow: hidden;
	margin: 0px;
	padding: 0px;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 20px;
	font-style: normal;
	line-height: 16px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #b4b4b4;
	text-decoration: none;
	text-align: left;
	letter-spacing: 1px;
}
.AccordionPanelOpen .AccordionPanelTab
{
	background-color: transparent;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 20px;
	font-style: normal;
	line-height: 16px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #MNTNS_Release_12x_Front_157x213;
	text-decoration: none;
	text-align: left;
	letter-spacing: 13px;
	text-indent: 0px;
}
.AccordionPanelTabHover
{
	text-decoration: underline;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 20px;
	font-style: normal;
	line-height: 16px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #696969;
	text-decoration: none;
	background-color: transparent;
	text-align: left;
	letter-spacing: 1px;
}
.AccordionPanelOpen .AccordionPanelTabHover
{
	color: #ffffff;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.AccordionFocused .AccordionPanelTab
{
	background-color: #ffffff;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.AccordionFocused .AccordionPanelOpen .AccordionPanelTab
{
	background-color: #ffffff;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

