﻿#makeMeScrollable, #makeMeScrollable1, #makeMeScrollable2, #makeMeScrollable3
{
	width:100%;
	height: auto;
	z-index: 1 !important;
	margin-top: 1%;
	-webkit-transition: -webkit-filter 25s ease-in-out;
	webkit-transition: opacity 2s ease-in-out;
	transition: opacity 1s ease-in-out;
}
#makeMeScrollable1, #makeMeScrollable2, #makeMeScrollable3
{
	opacity: 0;
}
#makeMeScrollable div.scrollableArea * ,#makeMeScrollable1 div.scrollableArea * , #makeMeScrollable2 div.scrollableArea * ,#makeMeScrollable3 div.scrollableArea *
{	 
	float: left;
	margin: 0;
	padding: 0;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-o-user-select: none;
	user-select: none;
}
.shadow
{
	box-shadow: rgb(255, 255, 255) 0px 0px 0px 5px;
	border: 5px solid rgb(255, 255, 255);
	position: relative;
	height: auto;
}
.active{
	color: #000;
}
a:hover, icon:hover
{
	color: #C99D00 !important;
}
.m-menu li a
{
  font-size: 14px;
}		
