@font-face {
    font-family: 'swis721_blkcn_btblack';
    src: url('../font/swissck-webfont.eot');
    src: url('../font/swissck-webfont.eot?#iefix') format('embedded-opentype'),
         url('../font/swissck-webfont.woff') format('woff'),
         url('../font/swissck-webfont.ttf') format('truetype'),
         url('../font/swissck-webfont.svg#swis721_blkcn_btblack') 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 */

.phone-no{ background:#000; float:right; padding:0 25px; font-size:22px; margin-right:70px;}

nav {
	width: 100%;
    background-color: #3a4f63;    /* #465c71;  vp */
    border: 1px #4e667d solid;
	font-size: 16px;
    line-height: 1.35em;	
	position: relative;
	color:#dde4ec;
	
}

nav ul {
	padding: 0;
	margin: 0 auto;
}
nav li {
	display: inline;
	float: left;
	line-height:52px;
    font-size:18px;
}
nav a {
	color: #fff;
	display: block;
	
	text-align: center;
	text-decoration: none;
padding:0 18px;	
} 
nav ul
{
    list-style: none;
    margin: 0px;
    padding: 0px;
    width: auto;

}

nav ul li a, nav ul li a:visited     /* nav ul li a, div.menu ul li a:visited  THIS FIXED IT*/
{
    background-color: #465c71;
    border: 1px #4e667d solid;
    color: #dde4ec;
    display: block;
    line-height: 1.35em;
    padding: 4px 20px;
    text-decoration: none;
    white-space: nowrap;
}

nav ul li a:hover
{
    background-color: #bfcbd6;
    color: #465c71;
    text-decoration: none;
}
nav ul li a:active
{
    background-color: #465c71;
    color: #cfdbe6;
    text-decoration: none;
}
nav a span{ color:#dde4ec ; text-transform:uppercase; font-size:14px; display:block;}


nav li:last-child a {
	border-right: 0;
	    	color:#dde4ec;   /* fixed color on Contact us*/
}
nav li a:hover, nav li a.active, nav li a:link {  /* link added? */
    background-color: #465c71;
    border: 1px #4e667d solid;
    color: #dde4ec;
    display: block;
    line-height: 1.35em;
    padding: 4px 20px;
    text-decoration: none;
    white-space: nowrap;
}
nav a#pull {
	display: none;
}


/*Styles for screen 515px and lower*/
@media only screen and (max-width : 1020px) {
	.phone-no{ margin-right:0;}
	
	.menuright ul .m-menu{ margin-top:0px;}
nav a span{ color:#dde4ec ; text-transform:uppercase; font-size:16px; display:inline; padding-right:10px; font-size:18px;}	
	nav {
		border-bottom: 0;
		
		
	}
nav  a{line-height:40px!important; color:#fff;}
	nav ul {
  		width: 100%;
  		display: none;
  		height: auto;

	}
	nav li {
		display: block;
		float: none;
		width: 100%;
	}
	nav li a {
		border-bottom: 1px solid #c2c2c2;
		line-height:40px!important;
		height:40px;
		color:#fff;
		
	}
	nav a#pull {
		display: block;
		background-color: #3a4f63;
				    	color:#FFFFFF;   /* Let's make the "MENU" white */	

		width: 84%; 
		margin:0 auto;
		position: relative;
		line-height:40px!important;
		
	}
	nav a#pull:after {
		content:"";
		background: url('../images/nav-icon.png') no-repeat;
				    	color:#dde4ec;   /* didn't do anything*/	

		width: 30px;
		height: 30px;
		display: inline-block;
		position: absolute;
		right: 0px;
		top: 10px;
		
	
	}

nav li a:hover, nav li a.active {
	background:#465c71;  /*08698c;*/

	
}
.phone-no{ background:#08698c; float:right; padding:0 0px; text-align:center; font-size:22px; 	border-bottom: 1px solid #c2c2c2;}
}

/*Smartphone*/
@media only screen and (min-width: 320px) and (max-width : 320px) {   /* added min width 320px */
	nav li {
		display: block;
		float: none;
		width: 100%;
		
		display:block!important;
		line-height:14px!important; 
	}
	nav li a {
		font-size:18px!important; height:auto!important;
	}
	
	nav a span{font-size:16px; }
}

@media only screen and (max-width :280px) {  /* 280 */
	
	nav li {
		display: block;
		float: none;
		width: 100%;
		
	
		line-height:14px!important; 
	}	
	
	nav li a {
		border-bottom: 1px solid #c2c2c2;
		line-height:30px!important;
		height:30px;
		color:#fff;
		
		font-size:16px;
		
	}
	
	.phone-no{ background:#08698c; float:right; padding:0 0px; text-align:center; font-size:22px; height:30px; line-height:30px!important;	border-bottom: 1px solid #c2c2c2;}
}