@media (max-width: 1920px) {
}

@media (max-width: 1680px) {
}

@media (max-width: 1440px) {
}

@media (min-width: 1366px) {
}

@media (max-width: 1280px) {
}

@media (max-width: 1199px) {
    .m-navbar-nav > li > a {
        height: 90px;
        line-height: 130px;
        color: #2e2e2e;
        font-size: 20px;
        padding: 0px 0px 0px 10px;
        display: block;
    }
    
    
    .m-slider-caption-title {
        font-size: 24px;
        line-height: 1;
        color: #5a6163;
        float: left;
        margin-bottom: 2%;
    }
    .m-slider-caption-subtitle {
        font-size: 16px;
        color: #ebe9e7;
        max-width: 415px;
        margin-bottom: 4%;
        float: left;
    }
    .m-slider-caption-details {
        float: left;
    }
    
    
    .uk-news-text {
        float: left;
        width: 80%;
    }
    
    .uk-bluea {
        width: 100%;
        height: 34px;
        background: rgba(0,159,220,.7);
        position: absolute;
        top: 0;
        z-index: 1;
    }
    .about-info ul {
        text-align: center;
        margin: 50px auto;
    }
    .dialog li {
        width: 285px;
        height: 98px;
        line-height: 98px;
        text-align: center;
        background-color: #4a4a4a;
        margin: 0 15px;
        display: inline-block;
    }
    
    .popup {
        position: fixed;
        z-index: 1000;
        top: 50%;
        margin-top: -277px;
       
        left: 50%;
        width: 90%;
        background: #f6f6f6;
        border: none;
        -moz-box-shadow: 4px 4px 30px #130507;
        -webkit-box-shadow: 4px 4px 30px #130507;
        box-shadow: 4px 4px 30px #130507;
        -moz-transition: top 800ms;
        -o-transition: top 800ms;
        -webkit-transition: top 800ms;
        transition: top 800ms;        
    }
    
    .uk-wrap .uk-one {
        width: 100%;
        height: 100%;
        background-image: url(../images/slider_one.jpg);
        background-repeat: no-repeat;
        background-position: center center;
        background-size: 100% 100%;
        -webkit-transform: scale(1.1);
        transform: translate(0px, 0px) scale(1.1) !important;
    }
    
    .uk-wrap .uk-two {
        width: 100%;
        height: 100%;
        background-image: url(../images/slider_two.jpg);
        background-repeat: no-repeat;
        background-position: center center;
        background-size: 100% 100%;
        -webkit-transform: scale(1.1);
        transform: translate(0px, 0px) scale(1.1) !important;
    }
}

@media (max-width: 959px) {
    .uk-container {
	   padding: 0 15px;
    }
    .m-navbar-toggle {
        float: right;
        height: auto;
        margin-top: 54px;
        padding: 10px;
        cursor: pointer;
        color: #fff;
        border: none;
        border-radius: 4px;
        background-color: #009fdc;
    }
    
    .m-navbar-nav > li > a {
        height: 90px;
        line-height: 130px;
        color: #2e2e2e;
        font-size: 14px;
        padding: 0px 0px 0px 10px;
        display: block;
    }
    
    .m-slider-caption {
        display: none;
    }
    
    .uk-news-headline {
        font-size: 24px;
        color: #009fdc;
        letter-spacing: 1px;
        margin-bottom: 28px;
        text-align: center;
    }
    .uk-news-info ul, .uk-news-infoa ul {
        padding: 0px 0px;
    }
    .uk-news-infoa ul li {
        margin-bottom: 14px;
        padding-left: 15px;
    }
    .uk-news-briefa {
        font-size: 18px;
        color: #444443;
        margin: 10px auto;
        display: none;
    }
    .uk-news-briefb {
        font-size: 18px;
        color: #444443;
        margin-top: 11px;
    }
    
    
    .uk-wrap {
        width: 100%;
        height: 158px;
        position: relative;
        overflow: hidden;
    }
    .uk-about-title {
        font-size: 47px;
        color: #009fdc;
        text-align: center;
        margin-top: 35px;
        margin-bottom: 35px;
    }
    .dialog li {
        width: 30%;
        height: 98px;
        line-height: 98px;
        text-align: center;
        background-color: #4a4a4a;
        margin: 0 5px;
        display: inline-block;
    }
    .dialog li a {
        width: 100%;
        display: block;
        font-size: 24px;
        color: #e9e9e9;
    }
    .p_close {
        position: absolute;
        top: 0;
        right: 0;
        width: 42px;
        height: 65px;
        margin: 10px 40px 0 0;
        background-image: url(../images/close.jpg);
        background-position: 0 0;
        background-repeat: no-repeat;
        background-size: 100% 100%;
    }
    
    .footer-info {
        max-width: inherit;
        margin-left: auto;
        margin-right: auto;
        padding: 0 15px;
    }
    .footer-text dl {
        font-size: 28px;
        color: #5a6163;
        margin: 0;
        margin-bottom: 26px;
    }
    .footer-text dd {
        font-size: 22px;
        color: #5a6163;
        line-height: 50px;
        margin-left: 54px;
    }
    .m-copyright {
        font-size: 14px;
    }
    
    .footer-text {
        float: right;
        width: 64%;
    }
    
    
    .environmental-title {
        font-size: 35px;
    }
    .Overview-info,
    .rehabilitation-info,
    .compliance-info,
    .considerations-info {
        padding: 0px 0px;
        border-bottom: 1px solid #acacac;
    }
    .social_copyright {
        font-size: 16px;
        color: #f3f3f3;
        text-align: center;
        padding-bottom: 18px;
    }
}

@media (max-width: 767px) {
    td, th {
        width: 100% !important;
        padding: 0 !important;
        float: left;
    }
    td h1 {
        font-size: 18px !important;
        text-align: center;
    }
    td p {
        font-size: 14px !important;
    }
    .m-logo {
        line-height: 1;
        height: auto;
        padding: 20px 0;
        display: inline-block;
        float: left;
    }
    .m-slider-caption {
        display: none;
    }
    .uk-slideshow > li > img {
        visibility: hidden;
        height: 150px !important;
    }
    .uk-news-recommend {
        float: none;
        width: auto;
        border: none;
    }
    .uk-news-home {
        float: none;
        width: auto;
    }
    
    .uk-news-headline {
        font-size: 18px;
        color: #009fdc;
        letter-spacing: 1px;
        margin-bottom: 28px;
        text-align: center;
    }
    .uk-news-info ul li {
        margin-bottom: 25px;
    }
    .uk-news-photo {
        display: none;
    }
    .uk-news-text {
        float: left;
        width: auto;
    }
    .uk-news-infoa ul li {
        padding-left: 0;
        margin-bottom: 25px;
    }
    .uk-news-briefb {
        font-size: 18px;
        color: #444443;
        margin-top: 11px;
        font-size: 14px;
        color: #646670;
        max-width: 390px;
        margin-top: 11px;
    }
    
    
    .uk-about-title {
        font-size: 18px;
        color: #009fdc;
        text-align: center;
        margin-top: 20px;
        margin-bottom: 20px;
    }
    .uk-about-text {
        max-width: initial;
        height: 57px;
        font-size: 14px;
        color: #5a6163;
        text-align: center;
    }
    .about-info ul {
        text-align: center;
        margin: 20px auto;
    }
    .dialog ul {
        text-align: center;
        margin-bottom: 30px;
    }
    .dialog li {
        width: 30%;
        height: 50px;
        line-height: 50px;
        text-align: center;
        background-color: #4a4a4a;
        margin: 0 auto;
        margin-bottom: 10px;
    }
    .dialog li a {
        width: 100%;
        display: block;
        font-size: 14px;
        color: #e9e9e9;
    }
    
    .popup {
        position: fixed;
        z-index: 1000;
        top: 50%;
        margin-top: -105px;
        left: 50%;
        width: 90%;
        background: #f6f6f6;
        border: none;
        -moz-box-shadow: 4px 4px 30px #130507;
        -webkit-box-shadow: 4px 4px 30px #130507;
        box-shadow: 4px 4px 30px #130507;
        -moz-transition: top 800ms;
        -o-transition: top 800ms;
        -webkit-transition: top 800ms;
        transition: top 800ms;
    }
    .p_close {
        position: absolute;
        top: 0;
        right: 0;
        width: 30px;
        height: 41px;
        margin: 10px 15px 0 0;
        background-image: url(../images/close.jpg);
        background-position: 0 0;
        background-repeat: no-repeat;
        background-size: 100% 100%;
    }
    .p_content {
        width: auto;
        text-align: center;
        font-size: 14px;
    }
    .click-conter {
        overflow: auto;
        height: 150px;
        padding: 30px 0 30px 0;
    }
    .history-title {
        font-size: 18px;
    }
    .history-text {
        max-width: initial;
        margin-left: auto;
        margin-right: auto;
        padding: 0 15px;
    }

    
    .location {
        margin: 20px auto;
        font-size: 18px;
        color: #009fdc;
        text-align: center;
    }
    .footer-transparency {
        width: 100%;
        height: 20px;
        background-image: url(../images/footer-transparency.jpg);
        background-position: 0 0;
        background-repeat: no-repeat;
        background-size: 100% 100%;
    }
    .footer-photo {
        float: none;
        margin-right: 0;
        text-align: center;
    }
    .footer-text {
        float: none;
        width: auto;
    }
    .footer-text dl {
        font-size: 18px;
        color: #5a6163;
        margin: 0;
        margin-bottom: 20px;
        text-align: center;
        margin-top: 20px;
    }
    .footer-text dd {
        font-size: 14px;
        color: #5a6163;
        line-height: 28px;
        margin: 0;
    }
    .m-copyright {
        font-size: 14px;
        color: #2e2e2e;
        margin-top: 10px;
        margin-bottom: 0;
        display: inline-block;
        text-align: center;
    }
    
    
    .column-page-blue {
        position: absolute;
        bottom: 0;
        width: 100%;
        height: 20px;
        background: rgba(0,159,220,.7);
    }
    .column-page-white-left,
    .column-page-white-right {
        height: 15px;
    }
    
    .environmental-title {
        font-size: 18px;
        height: 50px;
        line-height: 50px;
        margin: 0;
    }
    .Overview-info .Overview-title,
    .rehabilitation-info .rehabilitation-title,
    .compliance-info .compliance-title,
    .considerations-info .considerations-title {
        font-size: 18px;
        margin-top: 20px;
    }
    .Overview-info .Overview-text,
    .rehabilitation-info .rehabilitation-text,
    .compliance-info .compliance-text,
    .considerations-info .considerations-text {
        max-width: initial;
        margin: 0 auto;
        font-size: 14px;
        color: #646670;
        text-align: justify;
        line-height: 24px;
    }
    .Overview-info .Overview-text p,
    .rehabilitation-info .rehabilitation-text p,
    .compliance-info .compliance-text p,
    .considerations-info .considerations-text p {
        font-size: 14px !important;
        text-align: left;
    }
    .Overview-info, .rehabilitation-info, .compliance-info, .considerations-info {
        padding: 0px 5px;
        border-bottom: 1px solid #acacac;
    }
    
    
    .contact-info {
        max-width: initial;
        margin-left: auto;
        margin-right: auto;
        overflow: hidden;
        padding: 0;
        margin: 50px 0px;
        display: inline-block;
    }
    .contact-photo {
        float: none;
        text-align: center;
    }
    .contact-text {
        float: none;
        margin-left: 0;
    }
    .contact-title {
        font-size: 28px;
        color: #454849;
        text-align: center;
        margin-top: 20px;
    }
    .contact-t {
        padding-left: 0;
    }
    .contact-t p {
        height: auto;
        font-size: 18px;
        color: #454849;
        line-height: 32px;
        margin: 0;
    }
    .contact-t p a {
        color: #454849;
    }
    
    
    .social_media {
        display: none;
    }
    .social_copyright {
        padding: 15px 0;
        font-size: 14px;
    }
    
    
    /*.dialog {
        display: none;
    }*/
    .yd {
        display: block;
    }
}


@media (max-width: 479px) {    
    .uk-wrap {
        width: 100%;
        height: 99px;
        position: relative;
        overflow: hidden;
    }
    
    
    .uk-about-title {
        font-size: 18px;
        color: #009fdc;
        text-align: center;
        margin-top: 20px;
        margin-bottom: 20px;
    }
    .uk-about-text {
        max-width: initial;
        height: 114px;
        font-size: 14px;
        color: #5a6163;
        text-align: center;
    }
    .about-info ul {
        text-align: center;
        margin: 20px auto;
    }
    .dialog ul {
        text-align: center;
        margin-bottom: 30px;
    }
    .dialog li {
        width: 100%;
        height: 50px;
        line-height: 50px;
        text-align: center;
        background-color: #4a4a4a;
        margin: 0 auto;
        margin-bottom: 10px;
    }
    .dialog li a {
        width: 100%;
        display: block;
        font-size: 14px;
        color: #e9e9e9;
    }
    
    .p_content {
        width: auto;
        text-align: center;
        font-size: 14px;
    }
    .p_close {
        position: absolute;
        top: 0;
        right: 0;
        width: 30px;
        height: 41px;
        margin: 10px 15px 0 0;
        background-image: url(../images/close.jpg);
        background-position: 0 0;
        background-repeat: no-repeat;
        background-size: 100% 100%;
    }
    .history-text {
        max-width: initial;
        margin-left: auto;
        margin-right: auto;
        padding: 0 15px;
    }
    .click-conter {
        overflow: auto;
        height: 300px;
        padding: 30px 0 30px 0;
    }
    .popup {
        position: fixed;
        z-index: 1000;
        top: 50%;
        margin-top: -140px;
        left: 50%;
        width: 90%;
        background: #f6f6f6;
        border: none;
        -moz-box-shadow: 4px 4px 30px #130507;
        -webkit-box-shadow: 4px 4px 30px #130507;
        box-shadow: 4px 4px 30px #130507;
        -moz-transition: top 800ms;
        -o-transition: top 800ms;
        -webkit-transition: top 800ms;
        transition: top 800ms;
    }
    
    
    .location {
        margin: 20px auto;
        font-size: 18px;
        color: #009fdc;
        text-align: center;
    }
    
    
    .footer-transparency {
        width: 100%;
        height: 20px;
        background-image: url(../images/footer-transparency.jpg);
        background-position: 0 0;
        background-repeat: no-repeat;
        background-size: 100% 100%;
    }
    .footer-photo {
        float: none;
        margin-right: 0;
        text-align: center;
    }
    .footer-text {
        float: none;
        width: auto;
    }
    .footer-text dl {
        font-size: 18px;
        color: #5a6163;
        margin: 0;
        margin-bottom: 20px;
        margin-top: 20px;
    }
    .footer-text dd {
        font-size: 14px;
        color: #5a6163;
        line-height: 28px;
        margin: 0;
    }
    .m-copyright {
        font-size: 14px;
        color: #2e2e2e;
        margin-top: 10px;
        margin-bottom: 0;
        display: inline-block;
        text-align: center;
    }
    
    
}