*, *:before, *:after {
    box-sizing: border-box;
}


/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}

.nav:after, .nav:before, .navbar-collapse:after, .navbar-collapse:before, .navbar-header:after, .navbar-header:before, .navbar:after, .navbar:before {
    display: inline !important;
}

.navbar-system ol, .navbar-system ul, .navbar-system a {
    list-style: none;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
    margin: 0;
    padding: 0;
}
blockquote, q {
    quotes: none;
    
}
blockquote:before, blockquote:after, q:before, q:after {
    content: '';
    content: none;
    display: inline !important;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}

.inner-container {
    margin: 0 0 0 auto;
    position: fixed;
    display: inline-block;
    width: 100%;
    z-index: 1000;
    text-align: right;
    padding: 0 15% 0 15%;
    background: white;
    box-shadow: 0px 1px 8px #888888;
}
.inner-container:after, .inner-container:before {
    content: "" clear : both;
}

.head-li {
    font-weight: 900;
    font-size: 16px;
    color: #336699;
    cursor: default; 
}

.category-image {
    max-width: 100%;
}

nav.menu {
    background: white;
    position: relative;
    min-height: 61px;
    height: 100%;
}

.menu > ul > li {
    list-style: none;
    display: inline-block;
    color: white;
    line-height: 62px;  
    font-family: 'Open Sans',sans-serif;
    font-weight: 500;
    
}

.menu > ul li {
    text-align: left;
}


.menu > ul li .nav, .xs-menu li a {
    text-decoration: none;
    color: black;
    display:block;
    padding: 0px 10px;  
}

.menu > ul li a{
    text-decoration: none;
    color: black;
    display:block;
    font-size: 12px;
}

.menu > ul li .nav:hover {
    background:#369;
    color: #fff !important;
    transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -webkit-transition-duration: 0.3s;
}

.menu > ul li .nav-link:hover {
    color: #369;
    background-color: #efefef;
    transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -webkit-transition-duration: 0.3s;
}


.displaynone{
    display: none;
}

.menu-div {
    float: left; 
    padding: 10px 0 0 10px;
}

.mega-menu-big {
   background: none repeat scroll 0 0 white;
    position: absolute;
    padding-top: 15px;
    padding-bottom: 20px;
    width: 100%;
    left: 0;
    display:none;
    transition-duration: 0.3s;
    border: 1px #a5a5a5 solid;
}

.mega-menu-kc {
   background: none repeat scroll 0 0 white;
    position: absolute;
    padding: 15px 0;
    width: 175.25px;
    display:none;
    transition-duration: 0.3s;   
    margin: 0 auto;
    border: 1px #a5a5a5 solid;
}

.mega-menu-events {
   background: none repeat scroll 0 0 white;
    position: absolute;
    padding: 15px 0;
    width: 326.5px;
    display:none;
    transition-duration: 0.3s;   
    margin: 0 auto;
    border: 1px #a5a5a5 solid;
    margin-left: -87.5px;
}

.mega-menu-about {
   background: none repeat scroll 0 0 white;
    position: absolute;
    padding: 15px 0;
    width: 117.90px;
    display:none;
    transition-duration: 0.3s;   
    margin: 0 auto;
    border: 1px #a5a5a5 solid;
}

.mega-menu-press {
   background: none repeat scroll 0 0 white;
    position: absolute;
    padding: 15px 0;
    width: 137.25px;
    display:none;
    transition-duration: 0.3s;   
    border: 1px #a5a5a5 solid;
    margin-left: -40.39px;
}

#menutoggle i {
    color: #fff;
    font-size: 33px;
    margin: 0;
    padding: 0; 
}


/*--column--*/
.mm-3column:after, .mm-3column:before{
content:"";
display:table;
clear:both;
}

.solo-column {
    max-width: 95%;
    padding: 0 5%;  
}
.mm-img-column {
        max-width: 33%;
    float: left;
    padding-left: 1%;
    padding-top: 10px;
}
.mm-3column {
    width: 25%;
    padding: 0 1%;
    height: 140px;
    float: left;
    position: relative; 
}
.responsive-img {
    display: block;
    max-width: 100%;
}

.border-right {
    border-right: 1px solid #a5a5a5;
}

.categories-list li {
    display: block;
    line-height: normal;
    margin: 0;
    padding: 5.5px 5px 5.5px 5px;
    cursor: hand;
}
.categories-list li :hover{
    background:inherit !important;
}

.categories-list span {
    font-size: 18px;
    padding-bottom: 5px;
}

.li-spacer {
    height: 25px;
}

.nav-ad-container {
    width: 100%;
}

.nav-image-button {
    background: #369;
    height: 100%;
    width: 100%;
    font-size: 18px;
    border-radius: 2px;
    letter-spacing: .03em;
    cursor: pointer;
    text-align: center;
    color: white !important;
}

.nav-ad-image {
    max-width: 100%;
}

.nav {
    cursor: default !important;
    font-size: 14px !important;
}

.mobile-nav-header {
    color: #3099d8;
    text-decoration: none;
    font-weight: bolder;
    border-left: 3px solid transparent;
    width: 100%;
    display: inline-block;
    padding: 1em !important;
    cursor: default;
}


.display-on{
display:block;
    transition-duration: 0.9s;
}

.drop-down > a:after{
    content:"\f103";
    color:#fff;
    font-family: FontAwesome;
    font-style: normal;
    margin-left: 5px;
}

.drop-down2 > a:after{
    content:"\f103";
    color:#fff;
    font-family: FontAwesome;
    font-style: normal;
    margin-left: 5px;
}

.drop-down3 > a:after{
    content:"\f103";
    color:#fff;
    font-family: FontAwesome;
    font-style: normal;
    margin-left: 5px;
}

.drop-down4 > a:after{
    content:"\f103";
    color:#fff;
    font-family: FontAwesome;
    font-style: normal;
    margin-left: 5px;
}

.drop-down5 > a:after{
    content:"\f103";
    color:#fff;
    font-family: FontAwesome;
    font-style: normal;
    margin-left: 5px;
}

 /*MediaQuerys*/
 @media (max-width: 600px) {
.menu {
    display:none;
}
 .xs-menu li a {
     padding:0px;
}
 .xs-menu-cont{
    display:block ;
 }
}


/*Animation--*/

.animated {
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}       

@media all and (max-width: 1500px){
    .inner-container {padding: 0 12% 0 12%;}
}

@media all and (max-width: 1375px){
    .mm-3column {height: 155px;}
}   

@media all and (max-width: 1140px){
    .mm-3column {height: 165px;}
}

@media all and (max-width: 1060px){
    .mm-3column {height: 185px;}
}

@media all and (max-width: 1000px){
    .mm-3column {height: 170px;}
}     
 
@media all and (max-width: 990px){
    .mm-3column {height: 180px;}
}   


@media all and (max-width: 790px){
     .menu-div {padding: 10px 0 0 0;}
}

@media all and (max-width: 768px){
     .inner-container {display: none;}
}



@media all and (max-width: 1300px){
    .inner-container {padding: 0 10% 0 10%;}
}

@media all and (max-width: 1100px){
    .inner-container {padding: 0 8% 0 8%;}
}  

@media all and (max-width: 1000px){
    .inner-container {padding: 0 5% 0 5%;}
}

@media all and (max-width: 900px){
    .inner-container {padding: 0 3% 0 3%;}
}           