body {
	margin: 0;
	font-size: 62.5%;
	padding: 0;
	background-color: #fff;
}

.top-bar {
	background-color: #f46149;
	padding: 10px;
	height: 45px;
}

#main-container {
	width: 100%;
	/*overflow: auto;*/ /* Overflow should scroll */
	left: 0px;
	-webkit-overflow-scrolling: auto; /* This gives us scrollbars. */
	position: fixed; /* This means we don't have to worry about overflow issues */
	/*-webkit-transition: left 0.2s ease-in;
	transition: left 0.2s ease-in;*/
}

#sub-container {
	position: relative;
}

#content {
	font-size: 1.5em;
	box-sizing: border-box;
	text-align: justify;	
	box-sizing: border-box;
	-moz-box-sizing: border-box;
}

.menu-icon {
	padding: 4px 6px 12px 7px;
	border-radius: 5px;
	background: rgba(0,0,0,0.2);
	cursor: pointer;
	display: inline-block;
	width: 33px;
	height: 20px;
	float: left;
}

.menu-icon .bar {
	background: white;
	border-radius: 5px;
	width: 30px;
	height: 4px;
	margin: 5px 0 0 0;
}

.slide-in {
     border-color: #2d4b5a;
     width: 155px;
     left: -165px;
            /*border-width: 3px;
            height: 37px;
            width: 94%;
            font-size: 14px;*/
	/*background-color: #2d4b5a;
	width: 155px;
	position: absolute;
	box-shadow: inset -20px 0 30px rgba(0,0,0,0.2);
	top: 0;
	left: -165px;*/
	/*-webkit-transition: left 0.2s ease-in;
	transition: left 0.2s ease-in;*/
}

.slide-in ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.slide-in ul li {

    border-color: #2d4b5a;
            border-width: 3px;
            /*height: 37px;
            width: 94%;
            font-size: 14px;*/
	/*padding: 3px;
	font-weight: bold;
	font-size: 0em;*/
	/*border-bottom: 2px solid #3d6071;*/
	/*color: #c4d6e0;
    width: 84%;*/
}

.slide-in ul li:hover {
     border-color: #4D819C;
                /*border-width: 3px;
                height: 37px;
                width: 94%;
                font-size: 14px;*/
	/*background-color: #3d6071;
	color: #fff;*/
}

.slide-in.on {
	left: 0px !important;
}

#main-container.on {
	left: 148px !important;
}


/* IGNORE =========================== */

.demo-bar {
	position: fixed;
	bottom: 0;
	width: 96%;
	padding: 2%;
	font-size: 1em;
	background-color: rgba(220, 220, 214, 0.75);
	text-align: right;
}

.demo-bar a {
	background: rgba(0,0,0,0.2);
	border-radius: 10px;
	text-decoration: none;
	padding: 5px 10px;
	margin: 0 10px 0 0;
	text-shadow: 0px 1px 0px rgba(0,0,0,0.3);
	color: #fff;
	font-family: Arial, sans-serif;
	font-weight: bold;
	display: inline-block;
}

.demo-bar a:hover {
	background: rgba(0,0,0,0.3);
}

.travel a {
	text-decoration: none;
	border-bottom: 1px solid #f9f9f9;
	color: #f9f9f9;
	margin: 12px 0 0 0;
	font-size: 1.6em;
	display: inline-block;
	float: right;
}