*{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}
html{-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}
body{margin:0}
article,aside,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section,summary,.block{display:block}
audio,canvas,video{display:inline-block;vertical-align:baseline}
.le_menu{
padding: 8px;
margin-bottom: 7px;
background-color : #33b5e5;
color: #ffffff;
box-shadow: 0 1px  3px  rgba(0,0,0,0.12), 0  1px 2px  rgba(0,0,0,0.24);
}
.l-e_menu li:hover{
background-color: #0099cc;
}
/*RESPONSIVENESS*/
.row:after{
content: "";
clear: both;
display: block;
}
li.[class*="col-"]{
float: left;
padding:0;
margin:0!mportant}
/* For Mobiles */
.col-s-1{ width: 8.33%;}
.col-s-2{ width: 16.66%;}
.col-3-3{ width: 25%;}
.col-s-4{ width: 33.33%;}
.col-s-5{ width: 41.66%;}
.col-s-6{ width: 50%;}
.col-s-7{ width: 58.33%;}
.col-s-8{ width: 66.66%;}
.col-s-9{ width: 75%;}
.col-s-10{ width: 83.33%;}
.col-s-11{ width: 91.66%;}
.col-s-12{ width: 100%;}
/* For Tablets */
@media only  screen and  (min-width: 600px){
[class*="col-"]{
float: left;
padding: 5px;
}
}
.col-m-1{ width: 8.33%;}
.col-m-2{ width: 16.66%;}
.col-m-3{ width: 25%;}
.col-m-4{ width: 33.33%;}
.col-m-5{ width: 41.66%;}
.col-m-6{ width: 50%;}
.col-m-7{ width: 58.33%;}
.col-m-8{ width: 66.66%;}
.col-m-9{ width: 75%;}
.col-m-10{ width: 83.33%;}
.col-m-11{ width: 91.66%;}
.col-m-12{ width: 100%;}
/* For Desktops*/
@media only  screen and  (max-width: 500px){
[class*="col-"]{
float: left;
padding: 15px;
}
}
.col-1{ width: 8.33%;}
.col-2{ width: 16.66%;}
.col-3{ width: 25%;}
.col-4{ width: 33.33%;}
.col-5{ width: 41.66%;}
.col-6{ width: 50%;}
.col-7{ width: 58.33%;}
.col-8{ width: 66.66%;}
.col-9{ width: 75%;}
.col-10{ width: 83.33%;}
.col-11{ width: 91.66%;}
.col-12{ width: 100%;}
nav.top-nav{background-color:#fff !important;padding:8px 8px;border:1px solid #080808;position:absolute;right:4px;z-index:1;width:130px;}
nav.top-nav a{text-decoration:none !important}
nav.top-nav a,nav.top-nav a:link{display:block;width:120px;color:#777;padding:0 8px;border-bottom:3px solid transparent;
-webkit-transition:all 0.3s ease;-moz-transition:all 0.3s ease;-o-transition:all 0.3s ease;transition:all 0.3s ease;}
nav.top-nav a:hover{border-bottom:3px solid #fff}
#top-head{background-color:#222;color:#777;margin:0}
#top-head a,#top-head a:link{color:#fff;}