a.uk-link-text, 
.uk-link-text a, .uk-link-toggle .uk-link-text
 {text-decoration:none;}

 a.uk-link-text:hover, 
  a.uk-link-text:focus,
.uk-link-text a:hover, 
.uk-link-text a:focus,
.uk-link-toggle .uk-link-text:hover,
.uk-link-toggle .uk-link-text:focus
 {text-decoration:underline;}



/******** Main Queries  ********/


/**** uk-width-*@xl ***/
@media (max-width:1600px) {}

@media (max-width:1400px) {

 
}

/**** uk-width-*@l ***/
@media (max-width:1200px) {


}



@media (min-width: 640px) {
   
}

@media (min-width: 960px) {


}

@media (min-width:1200px) {

}

@media (min-width:1400px) {

}

@media (min-width:1600px) {}

@media (min-width:1900px) {}

@media (min-width:2500px) {}

@media (min-width:1024px) and (max-width:1280px) {}

@media (min-width:960px) and (max-width:1024px) {}

/* Portrait and Landscape iPad*/
@media only screen and (min-device-width:768px) and (max-device-width:1024px) and (-webkit-min-device-pixel-ratio:1) {}

/* Tablet Landscape iPad 1 and 2 */
@media only screen and (min-device-width:768px) and (max-device-width:1024px) and (orientation:landscape) and (-webkit-min-device-pixel-ratio:1) {}

/* Landscape Galaxy Tab */
@media (max-device-width:1280px) and (orientation:landscape) {}

/* For portrait layouts only */
@media only screen and (min-device-width:481px) and (max-device-width:1024px) and (orientation:portrait) {


}

@media only screen and (min-device-width:768px) and (max-device-width:1024px) and (orientation:portrait) and (-webkit-min-device-pixel-ratio:1) {}

/* iPad Pro */
@media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (-webkit-min-device-pixel-ratio: 2) {}

/* iPad Pro Portrait*/
@media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait) {


}

/* iPad Pro Landscape */
@media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape) {}



/**** uk-width-*@m ***/
@media only screen and (max-width:960px) {
}


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

 /**** uk-width-*@s ***/

@media only screen and (max-width:640px) {
	 html,
    .uk-text-lead {
        line-height: 1.6;
        font-size:16px;
    }

 .uk-heading-medium,
    .uk-heading-small {
        font-size: 34px;
    }

    .uk-h1,
    h1 {
        font-size: 30px;
    }

    .uk-h2,
    h2 {
        font-size: 28px;
    }

    .uk-h3,
    h3
        {
        font-size: 22px;
    }

    .uk-h4,
    h4 {
        font-size: 18px;
    }

    .uk-h5,
    h5,
    .uk-h6, h6 {
   font-size: 16px;

    }


.uk-subnav.uk-subnav-pill>* {
    margin-top: 8px;
    margin-bottom: 8px;
    padding-left: 16px;
}
}