.geekcontainer {/* margin-top: 101px; */
width: 1170px;
margin-left: 15px;
}
#geek-menu {

    clear: both;
    position: relative;
    

    /* z-index: 1000; */
    

    /* margin: 125px 15px 0 15px; */

}

.homep {
	background: url(../home-icon.png) no-repeat;
	margin-top: 18px;
	margin-left: 5px !important;
	
}
.homep:hover {
	background: url(../home-icon.png) no-repeat !important;
	background-color: #fff !important;
	margin-top: 18px;
	margin-left: 5px !important;
}
.stick {
    position:fixed !important;
    top:0px!important;
	width: 100%!important;
	-webkit-box-shadow: 0px 1px 10px rgba(50, 50, 50, 0.5);
	-moz-box-shadow:    0px 1px 10px rgba(50, 50, 50, 0.5);
	box-shadow:         0px 1px 10px rgba(50, 50, 50, 0.5);
	z-index: 5001;
	left: 0px;
	margin: 0px !important;
	margin-top: 0px !important;
	-webkit-backface-visibility: hidden;
	background: #fff;
}


.stick #geek-menu {width: 1170px; margin:auto; }

.stick1 {
    position:fixed !important;
    top:0px!important;
	right: 50px;
	z-index: 50001;
	color: #fff;
	margin-top: 0px !important;
	-webkit-backface-visibility: hidden;
	margin-top:0px;
	padding-top:12px !important;
	border:0px !Important}
@media (max-width: 1200px) {
   #geek-menu, .geekcontainer {display:none}
   } 