@charset "utf-8";
/* CSS Document */


@media only screen and (max-width: 1200px) {
	.mmt-3 {margin-top: 3rem !important;}
    .mfp_default_skin_default .mfp_default_item {
  max-width: 23% !important;

}
}


@media only screen and (max-width: 768px) {
.copyright {font-size: 1.2rem !important;}
.copyright a{ font-size: 1.2rem !important;}
.nav, .navbar-nav {width:  100% !important; text-align: center !important;}
}

@media 
  (max-device-width: 800px) 
  and (orientation: portrait)
  and (-webkit-min-device-pixel-ratio: 2) { 

}

/* Landscape */
@media 
  (max-device-width: 1280px) 
  and (orientation: landscape)
  and (-webkit-min-device-pixel-ratio: 2) { 

}


@media only screen and (max-width:  360px)
 { 
.h2, h2 {    font-size: 16px !important;}
.h3, h3 {    font-size: 12px !important;}
.slide-desc-text-default {padding: 1px 5px 1px 5px !important;}
}