/*******************************************
***          YT Framework: css          ***
*******************************************/


/* Medium devices Desktops  
// ------------------*/
@media (min-width: 980px) and (max-width: 1199px) {
	
}

/* Small devices Tablets	
// ------------------*/
@media (min-width: 768px) and (max-width: 979px) {
	
}

/* Extra small devices Phones
// ------------------*/
@media (max-width: 767px){
	
}

#yt_logo .logo-text a {
    color: #59bdaa;
    font-size: 45px;
    line-height: 45px;
    margin: 0 auto;
    padding: 0;
    text-align: center;
    text-transform: none;
    background: #fff;
}

.site-slogan {
    font-size: 1.2em !important;
}

#moonavigator li.level1 > .item-link, #meganavigator > li > .item-link {
    margin: 0;
    color: #222;
    font-size: 14px;
    display: block;
    cursor: pointer;
    text-transform: uppercase;
    padding: 14px 20px;
    font-family: inherit;
    font-weight: normal;
}

#meganavigator .mega-content ul.subnavi li .item-link {
    text-transform: none;
    font-family: Lato;
}

body h2 {
    color: #59bdaa;
    font-family: Lato;
    font-size: 28px !important;
}

body h3 {
    color: #222;
    font-family: Lato;
    font-size: 22px !important;
}

.slideout-menu {
    z-index: 99999!important;
}