body {
	margin: 0;
	padding: 0;
	position: relative;
	height: 100%;
	/* background-color: #95cbff; */
	width: 100%;
	overflow-x: hidden;
	font-family: 'Martel Sans', sans-serif, 'é»‘é«”';
	min-width: 320px;
}
body.m.lbmode {
    overflow: hidden;
	height: auto;
    height: initial;
}
html {
    height: 100%;
}
input, select, textarea {
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.menubtn:hover{
	cursor: pointer;
}
.clearfix:after{
    clear: both;
    content: " ";
    display: block;
    font-size: 0;
    height: 0;
    visibility: hidden;
}

#container {
    width: calc(100% - 290px);
    margin-left: 270px;
    height: 100vh;
    /* width: 95%; */
    /* margin-left: 50px; */
    margin-right: 1%;
    box-sizing: border-box;
    overflow: hidden;
    -webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
    transition: all .5s ease-out;
    position: relative;
}

#mainWrapper {
    position: relative;
    width: 100%;
    height: 100vh;
    padding-top: 80px;
    font-weight: bold;
}
#mainWrapper.lr {
	box-sizing: border-box;
}
#MWrapper, #RWrapper{
	float: left;
	/* max-width: 680px; */
	height: 100vh;
	position: relative;
	/* padding-top: 80px; */
	/* box-sizing: border-box; */
	height: 100%;
}
#MWrapper{
	width: 35%;
	/* background-color: grey; */
	-webkit-animation: fadein 2s;
	-moz-animation: fadein 2s;
	-ms-animation: fadein 2s;
	-o-animation: fadein 2s;
	animation: fadein 2s;
}
#RWrapper, #districtWrapper{
	width: 100%;
	/* background-color: #F4F4F4; */ /* For browsers that do not support gradients */
	/* background: -webkit-linear-gradient(right, #F4F4F4 , #FFFFFF); */ /* For Safari 5.1 to 6.0 */
	/*background: -o-linear-gradient(right, #F4F4F4, #FFFFFF); /* For Opera 11.1 to 12.0 */
	/*background: -moz-linear-gradient(right ,#F4F4F4, #FFFFFF); /* For Firefox 3.6 to 15 */
	/* background: linear-gradient(to right,#F4F4F4, #FFFFFF); */ /* Standard syntax */
}
/*.gradientBG.expand {
    width: 100%;
} */

.gradientBG {
    width: 0%;
    height: 100%;
    position: absolute;
    background: -webkit-linear-gradient(right, #F4F4F4 , #FFFFFF);
    background: -o-linear-gradient(right, #F4F4F4, #FFFFFF);
    background: -moz-linear-gradient(right ,#F4F4F4, #FFFFFF);
    background: linear-gradient(to right,#F4F4F4, #FFFFFF);
    -webkit-animation: width 2s forwards;
    -moz-animation: width 2s forwards;
    -ms-animation: width 2s forwards;
    -o-animation: width 2s forwards;
    animation: width 2s forwards;
    position:absolute;
    top:0;
    left: 0;
}
#MWrapper, #RWrapper {
    box-sizing: border-box;
}
.sectionHeader {
    font-size: 15px;
    margin-bottom: 55px;
    position: relative;
}

#MWrapper .sectionHeader{
    padding-top: 7%;
}
.firstLayer {
    font-size: 25px;
    line-height: 1.75em;
}
.secLayer {
	font-size: 22px;
    line-height: 1.75em;
}
.thirdLayer{
	font-size: 20px;
	line-height: 1.5em;
}
.forthLayer{
	font-size: 15px;
	font-weight: 400;
}
.btnDown {
    width: 20px;
    height: 15px;
    position: absolute;
    right: 0;
    bottom: 0;
    right: 70px;
    bottom: 20px;
}
.firstInner{
	margin-left: 18%;
}

.gradientDetailsText {
    z-index: 10;
    position: relative;
}
#gradientBG {
    width: 100%;
    position: fixed;
    background-color: #FFFFFF; 
    /*background: -webkit-linear-gradient(bottom, transparent 20%, #FFFFFF 80%);
    background: -o-linear-gradient(bottom, transparent 20%, #FFFFFF 80%); 
    background: -moz-linear-gradient(bottom ,transparent 20%, #FFFFFF 80%);
    background: linear-gradient(to bottom,transparent 20%, #FFFFFF 80%); */
    height: 100px;
    bottom: 0;
	background: -moz-linear-gradient(top,  rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */

}

.ol-attribution{
    display: none;
}

.ol-control button{
    background-color: rgba(0,0,0,0.5) !important;
}

@media screen and (max-height: 640px) {
    /*#container.sections{
        width: 100%;
        margin-left: 50px;
        transition: .8s;
    }*/

    #container {
        width: calc(100% - 70px);
        margin-left: 50px;
        -webkit-transition: all .5s ease-out;
        -ms-transition: all .5s ease-out;
        -moz-transition: all .5s ease-out;
        -o-transition: all .5s ease-out;
        transition: all .5s ease-out;
    }
}

@media screen and (min-width: 768px) and (max-width: 1599px) {
	/*#container.sections{
	    width: 100%;
		margin-left: 50px;
		transition: .8s;
	}*/

	#container {
		width: calc(100% - 70px);
		margin-left: 50px;
		-webkit-transition: all .5s ease-out; 
		-ms-transition: all .5s ease-out; 
		-moz-transition: all .5s ease-out;
		-o-transition: all .5s ease-out;
		transition: all .5s ease-out;
	}
}
@media screen and (max-width: 767px){
	#container {
		width: 100%;
		height: 100%;
		margin-left: 0;
	}
	#MWrapper, #RWrapper {
		width: 100%;
		height: auto;
		box-sizing: initial;
	}

	#MWrapper {
		padding: 5%;
		padding-right: 0;
	}

	#MWrapper .sectionHeader{
		padding-top: 0;
	}
}