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

/* Basic Styles */

nav {
	height: 50px;
	width: 100%;
	background: #0196d3;
	font-size: 16pt;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-weight: bold;
	float:left;
	position: relative;
	border-bottom: 4px solid #fff;
}
nav ul {
	padding: 0;
	margin: 0 auto;
	width: 100%;
	height: 40px;
}
.laptop-store {
position: absolute;
/* left: 0px; */
top: 10%;
right: 0px;
}
.laptop-store1 {
    position: fixed;
    /* left: 0px; */
    top: 0%;
    right: 0px;
    z-index: 999999;
}
.shop{padding-left:15px;}
.shop a:hover{background-color:#007b9f!important;}
@media only screen and (max-width: 768px){
	.footer-fix{
	position: fixed; 
	top:30%;
	width: 100%; 
	
	font-size: 15px; 
	text-align: center; 
	z-index: 9; 
	background-color: #2e82c5 ; 
	
	color: #fff !important;
}
.footer-fix a{
	
	color: #fff !important;
}
.footer-fix .border{border-right:1px solid #fff;}
}
@media only screen and (min-width: 769px){
.footer-fix{
	Display:none;
}
}

nav li {
	display: inline;
	float: left;
}
nav a {
	color: #fff;
	display: inline-block;
	font-size:13px;
	padding:0px 5px;
	font-weight:bold;
	font-family: 'Open Sans', sans-serif;
	text-align: center;
	text-decoration: none;
	line-height: 40px;
}
nav li a {
	border-right: 1px solid #fff;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
}
nav li:last-child a {
	border-right: 0;
}
nav a:hover, nav a:hover, .active {
	background-color: #000;
	color:#fff;
}
nav a#pull {
	display: none;
}

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

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

/*Smartphone*/
@media only screen and (max-width : 320px) {
	nav li {
		display: block;
		float: none;
		width: 100%;
	}
	nav li a {
	}
}







@media (min-width: 1200px) {
}

@media (min-width: 992px) and (max-width: 1199px) {
	
	
	
}

@media (min-width: 768px) and (max-width: 991px) {
	.contact-top{display:none;}
	
nav {
	height: 40px;
	width: 100%;
	background: #017b9e;
	font-size: 11pt;
	font-family: 'PT Sans', Arial, sans-serif;
	font-weight: bold;
	float:left;
	position: relative;
	margin-bottom:40px;
	border-bottom: 2px solid #fff;
}
nav ul {
	padding: 0;
	margin: 0 auto;
	width: 100%;
	height: 40px;
}
nav li {
	display: inline;
	float: left;
}
nav a {
	color: #fff;
	display: inline-block;
	padding:0px 10px;
		background: #017b9e;
		margin-bottom:2px;
	font-weight:bold;
	font-family: 'Open Sans', sans-serif;
	text-align: center;
	text-decoration: none;
	line-height: 40px;
}
nav li a {
	border-right: 1px solid #fff;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
}
nav li:last-child a {
	border-right: 0;
}
nav a:hover, nav a:active {
	background-color: #017b9e;
	color:#fff;
}
nav a#pull {
	display: none;
}
	
	
	
	
}
@media (max-width: 767px) {
	
	}