@font-face {
    font-family: 'ralewaymedium';
    src: url('../fonts/raleway-medium.eot');
    src: url('../fonts/raleway-medium.eot?#iefix') format('embedded-opentype'),
         url('../fonts/raleway-medium.woff2') format('woff2'),
         url('../fonts/raleway-medium.woff') format('woff'),
         url('../fonts/raleway-medium.ttf') format('truetype'),
         url('../fonts/raleway-medium.svg#ralewaymedium') format('svg');
    font-weight: normal;
    font-style: normal;

}

/* Clearfix */
.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}
.clearfix:after {
    clear: both;
}
.clearfix {
    *zoom: 1;
}

/* Basic Styles */
body {
	background-color: #ece8e5;
}
.mbl-nav {
	height: 35px;
	width: 100%;
	font-size: 11pt;
	padding-top:5px;
	font-weight: bold;
	position: relative;
	display:none;
}
.mbl-nav ul {
	padding: 0;
	margin: 0 auto;
	width: 600px;
	height: 40px; display:none;
	background:#1475e4;
}
.mbl-nav li {
	display: inline;
	float: left;
}
.mbl-nav a {
	color: #fff;
	display: inline-block;
	width: 100px;
	text-align: center;
	text-decoration: none;font-family: "ralewaymedium"; font-size:20px;
	line-height: 40px;
}
.mbl-nav li a {
	border-right: 1px solid #576979;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
        text-transform: uppercase;
}
.mbl-nav li:last-child a {
	border-right: 0;
}
.mbl-nav li a:hover, .mbl-nav li  a:active {
	background-color: #fff;-moz-transition: all .3s linear;
        -webkit-transition: all .3s linear;
        -ms-transition: all .3s linear;
        -o-transition: all .3s linear;
        transition: all .3s linear;
		color:#1475e4;
}
.mbl-nav a#pull {
	display: none;
}

/*Styles for screen 600px and lower*/
@media screen and (max-width: 767px) {
	.mbl-nav { 
  		height: auto;display:block;
  	}
  	.mbl-nav ul {
  		width: 100%;
  		display: block;
  		height: auto;
  	}
  	.mbl-nav li {
  		width: 100%;
  		float: left;
  		position: relative;
  	}
  	.mbl-nav li a {
		border-bottom: 1px solid #576979;
		border-right: 1px solid #576979;
	}
  	.mbl-nav a {
	  	left: -7px;
                text-align: left;
	  	width: 100%;
	  	text-indent: 25px;
  	}
}

/*Styles for screen 515px and lower*/
@media only screen and (max-width : 767px) {
	.mbl-nav {
		border-bottom: 0;
	}
	.mbl-nav ul {
		display: none;
		height: auto;
	}
	.mbl-nav a#pull {
		display: block;
		width: 100%;
		position: relative;
	}
	.mbl-nav a#pull:after {
		content:"";
		background: url('nav-icon.png') no-repeat;
		width: 30px;
		height: 30px;
		display: inline-block;
		position: absolute;
		right: 15px;
		top: 10px;
	}
}

/*Smartphone*/
@media only screen and (max-width : 320px) {
	.mbl-nav li {
		display: block;
		float: none;
		width: 100%;
	}
	.mbl-nav li a {
		border-bottom: 1px solid #fff;
                text-transform: uppercase;
                padding-right: 12px;
	}
}