/*! custom.css v1.0 */

/* ==========================================================================

   Custom CSS Stylesheet. This is where you should add your own styles!

   ========================================================================== */

/*
* Simple style overrides or custom adds
*/

.some-css-selector {font-size:13px;}


/* ==========================================================================
   ** Responsive styles custom rules
   * These rules are ready to be used for either overrides
   * or just your own custom rules.
   ========================================================================== */

@media only screen and (min-width : 1921px){

}

@media only screen and (max-width : 1440px){

}

@media only screen and (min-width : 1200px) and (max-width : 1440px){

}

@media only screen and (min-width : 1200px){

}

@media only screen and (max-width: 1199px){


}

@media only screen and (min-width: 992px) and (max-width: 1199px){

}

@media only screen and (min-width: 992px){
.chaser .logosize--yes .site-logo {
        width: 160%;
        height: 150px;}
.chaser.visible {height: 150px;}
}


@media only screen and (max-width: 991px) {

}

@media only screen and (min-width: 768px) and (max-width: 991px){
}

@media only screen and (min-width: 768px) {

}

@media only screen and (max-width: 767px) {
.site-header .logo-container .site-logo {float:none; width:10%; clear:both}
.site-header, .site-header.style3 {height: 5px !important; position: relative !important;}
}

@media only screen and (max-width: 480px) {
.site-header .logo-container .site-logo {float:none; width:10%; clear:both}
.site-header, .site-header.style3 {height: 5px !important; position: relative !important;}
}

@media only screen and (max-width : 320px) {

}

.site-header .kl-header-toptext {
    color: #3e3e3e;
}

.site-header .kl-header-toptext a{
    color: #3e3e3e;
}

.site-header .separator {
    background: #252525;
}


.page-subheader[class*="maskcontainer--"] {
    min-height: 230px;
}
.page-subheader .ph-content-wrap {
    height: 200px;
    min-height: 200px;



.chaser .logosize--yes .site-logo { 
	width: 150%;
}
