*,
*:after,
*::before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}



@import url(https://fonts.googleapis.com/css?family=Lato:400,300,700,900);

.e-text{
	font-size: 13px;
	color: #5077a4;
	padding-left: 30px;
	font-weight: normal;
	text-transform: uppercase;
}

.m{
	padding-left: 7px;
	font-size: 12px;
	color: #d9b292;
	line-height: 1.55em;
	display: block;
}

.follow-icon{
	padding-bottom: 20px;
	position: absolute;
	bottom: 0px;
	display: block;
	z-index: 1;
	color: #FFF;
	width: 35px;
}

.NavigationSlideOut {
	width: 260px;
	height: 100%;
	position: fixed;
	top: 0;
	left: -300px;
	background-color: #003d56;
	float: left;
	z-index: 1000;
	transition-timing-function: ease;
	padding-left: 90px;
}
.navbar {
  width: 260px;
  height: auto;
  display: block;
  margin: 0;
  padding: 100px 0 0 0;
}
.NavigationTab {
  width: 260px;
  height: 2.8em;
  display: block;
  font-size: 20px;

}
.NavigationTab a {
  text-decoration: none;
}
.NavigationTab a {
  color:#fff;
  margin: 0 auto;
  padding: 0;
  vertical-align: middle;
  width: 100%;
  transition: all ease 0.35s;
}
.NavigationTab a:hover {
  color: #d9b292;
}
.NavigationTab:hover {
}
.menuIcon {
	position: fixed;
	top: 0;
	left: 0px;
	margin: 0px;
	z-index: 1002;
	cursor: pointer;
	background-color: #003d56;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 20px;
	padding-left: 5px;
	height: 100%;
	float: left;
}
.menuIcon div {
  width: 36px;
  height: 3px;
  background: #d9b292;
  margin: 7px;
  transition: 0.35s ease-in-out;
}
.on .line_one {
  transform: rotate(45deg) translate(7px, 7px);
}
.on .line_two {
  opacity: 0;
}
.on .line_three {
  transform: rotate(-45deg) translate(7px, -7px);
}

@media screen and (max-width: 991px) {
.row-content{
	padding-right: 10px;
	padding-left: 10px;
}	
	
.navbar {
  width: 260px;
  height: auto;
  display: block;
  margin: 0;
  padding: 70px 0 0 0;
}


.NavigationSlideOut {
	width: 260px;
	height: 100%;
	position: fixed;
	top: 0;
	left: -300px;
	background-color: #003d56;
	float: left;
	z-index: 1000;
	transition-timing-function: ease;
	padding-left: 70px;
}
.menuIcon {
	position: fixed;
	top: 0;
	left: 0px;
	margin: 0px;
	z-index: 1002;
	cursor: pointer;
	background-color: #003d56;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	height:auto;
	float: left;
}
.menuIcon div {
  width: 36px;
  height: 3px;
  background: #d9b292;
  margin: 7px;
  transition: 0.35s ease-in-out;
}
.on .line_one {
  transform: rotate(45deg) translate(7px, 7px);
}
.on .line_two {
  opacity: 0;
}
.on .line_three {
  transform: rotate(-45deg) translate(7px, -7px);
}

.m{
	padding-left: 7px;
	font-size: 12px;
	color: #d9b292;
	line-height: 1.55em;
	display: none;
}

}
