@font-face {
    font-family: 'latohairline';
    src: url('lato-hairline-webfont.woff2') format('woff2'),
         url('lato-hairline-webfont.woff') format('woff');
    font-style: normal;
}

body{margin:0; padding:0;}

.glx-header {
    background-color: #f2bf30;
    color: #fff;
    min-height: 120px;
    width: 100%;
}
.glx-wrap{margin:0 auto; max-width:1280px;}
.glx-logo{    
	float: left;
	padding: 25px 0;
	width: 320px;
	height: 70px;
}
.glx-logo img{    
	height:70px;
}

.glx-nav{ float:right; max-width: 1140px; font-family: 'Lato', sarif !important ; text-transform: uppercase;}
.glx-nav:hover ul li .glx-a{color:#e1e9ee;}
.glx-nav ul{ list-style:none; padding:0 !important; margin:0 !important;}
.glx-nav .glx-ul .glx-li{display:inline-block;     margin: 0 !important;}
.glx-nav ul li .glx-a{line-height: normal !important;transform:scale(1,0.99); color:white; text-decoration:none !important; display:block; padding: 52px 21px 49px 20px ; font-size:15.7px; text-align:center;}
.glx-nav ul li .glx-a:hover{color:white !important; cursor:pointer;}
.glx-li {}
.glx-li ul{z-index:999; min-width:200px; display:none; padding: 10px 0 10px 0 !important;  top:120px; background:#999999; position:absolute;  list-style:none;}
.glx-li:hover ul{margin:0 !important; display:block; }
.glx-li ul li { max-width:160px; text-align:left;}
.glx-li ul li a{display:block; width:100%; text-decoration:none !important; padding:20px; font-size:11.5px; color:#e1e9ee;}
.glx-li ul li a:hover{color:white !important; }
.glx-footer {font-family: 'Lato', sarif ; margin:0 auto; max-width:1280px; background-color: #999999; }
.glx-footer p{color: #ccc !important; line-height: 1 !important; margin: 3px 0 0 0; font-size: 15.5px;  padding: 80px;}

@media only screen and (max-width: 1320px){
.glx-wrap {max-width: 1140px;}
.glx-footer {max-width: 1140px;}
}
@media only screen and (max-width: 1200px){
.glx-wrap {max-width: 960px;}
.glx-footer {max-width: 960px;}
}
@media only screen and (max-width: 980px){
.glx-header {display:none;}
.glx-footer {display:none;}
}
.clear {clear:both;}