/*DESKTOP
======================*/

@media screen and (min-width: 1170px) {}

@media screen and (min-width: 990px) {}

@media screen and (min-width: 990px) and (max-width: 1169px) {}

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

}


/*TABLET
======================*/
@media screen and (min-width: 990px) and (max-width: 1279px) {
    .menu_content {
        /* background: rgba(0, 0, 0, 0.85); */
        height: 100px;
        width: 20%;
        position: fixed;
        top: 14%;
        right: 0;
        bottom: 0;
        left: 80%;
        display: none;
        z-index: 2;
    }
    .menu_content ul {
        list-style-type: none;
        padding: 0;
        text-align: right;
        position: absolute;
        top: 0;
        right: -15px;
        transform: translate3d(-50%, -50%, 0);
    }
    .menu_content ul li {
        font-size: 13px!important;
        color: #3989C6;
        font-size: 24px;
        letter-spacing: 1.4px;
        padding: 3px 0;
    }
    
    
    .main_menu {
        height: 100%;
        position: relative;
    }
    .main_menu h1 {
        width: 100%;
        text-align: center;
        font-family: 'Slabo 13px', serif;
        font-size: 38px;
        font-weight: normal;
        letter-spacing: 1px;
        color: white;
        position: absolute;
        top: 50%;
        right: auto;
        bottom: auto;
        left: 50%;
        transform: translate3d(-50%, -50%, 0);
    }
    .main_menu .trigger {
        width: 30px;
        height: 30px;
        position: absolute;
        top: 0px;
        right: 0px;
        z-index: 3;
        cursor: pointer;
        transition: top .1s ease-in-out;
    }
    .main_menu .trigger span {
        display: block;
        width: 100%;
        height: 1px;
        background: #3989C6;
        margin: 0 0 5px 0;
        transition: all .2s ease-in-out;
        position: absolute;
    }
    .main_menu .trigger span:first-child {
        top: 0;
        left: 0;
    }
    .main_menu .trigger span:nth-child(2) {
        top: 10px;
        left: 0;
    }
    .main_menu .trigger span:last-child {
        top: 20px;
        left: 0;
    }
    .main_menu .trigger.on {
        top: 5px;
    }
    .main_menu .trigger.on span:first-child {
        transform: rotate(45deg);
        background: #3989C6;
    }
    .main_menu .trigger.on span:nth-child(2) {
        transform: rotate(-45deg);
        background: #3989C6;
        top: 0;
    }
    .main_menu .trigger.on span:last-child {
        transform: rotate(45deg);
        background: #3989C6;
        top: 0;
    }
    .menu_content {
        background: rgba(0, 0, 0, 0.85);
        height: 100%;
        width: 100%;
        position: fixed;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        display: none;
        z-index: 2;
    }
    .menu_content ul {
        list-style-type: none;
        padding: 0;
        left: 0;
        width: 250px;
        text-align: center;
        position: absolute;
        top: 50%;
        right: auto;
        bottom: auto;
        left: 50%;
        transform: translate3d(-50%, -50%, 0);
    }
    .menu_content ul li {
        color: #3989C6;
        font-size: 27px;
        padding: 13px 0;
    }
    .menu_content ul li a {
        font-size: 16px;
    }
}
@media screen and (max-width:1279px) and (orientation:landscape) {}

@media screen and (max-width: 989px) {
    .menu_content {
        /* background: rgba(0, 0, 0, 0.85); */
        height: 100px;
        width: 20%;
        position: fixed;
        top: 14%;
        right: 0;
        bottom: 0;
        left: 80%;
        display: none;
        z-index: 2;
    }
    .menu_content ul {
        list-style-type: none;
        padding: 0;
        text-align: right;
        position: absolute;
        top: 0;
        right: -15px;
        transform: translate3d(-50%, -50%, 0);
    }
    .menu_content ul li {
        font-size: 13px!important;
        color: #3989C6;
        font-size: 24px;
        letter-spacing: 1.4px;
        padding: 3px 0;
    }
    
    
    .main_menu {
        height: 100%;
        position: relative;
    }
    .main_menu h1 {
        width: 100%;
        text-align: center;
        font-family: 'Slabo 13px', serif;
        font-size: 38px;
        font-weight: normal;
        letter-spacing: 1px;
        color: white;
        position: absolute;
        top: 50%;
        right: auto;
        bottom: auto;
        left: 50%;
        transform: translate3d(-50%, -50%, 0);
    }
    .main_menu .trigger {
        width: 30px;
        height: 30px;
        position: absolute;
        top: 0px;
        right: 0px;
        z-index: 3;
        cursor: pointer;
        transition: top .1s ease-in-out;
    }
    .main_menu .trigger span {
        display: block;
        width: 100%;
        height: 1px;
        background: #3989C6;
        margin: 0 0 5px 0;
        transition: all .2s ease-in-out;
        position: absolute;
    }
    .main_menu .trigger span:first-child {
        top: 0;
        left: 0;
    }
    .main_menu .trigger span:nth-child(2) {
        top: 10px;
        left: 0;
    }
    .main_menu .trigger span:last-child {
        top: 20px;
        left: 0;
    }
    .main_menu .trigger.on {
        top: 5px;
    }
    .main_menu .trigger.on span:first-child {
        transform: rotate(45deg);
        background: #3989C6;
    }
    .main_menu .trigger.on span:nth-child(2) {
        transform: rotate(-45deg);
        background: #3989C6;
        top: 0;
    }
    .main_menu .trigger.on span:last-child {
        transform: rotate(45deg);
        background: #3989C6;
        top: 0;
    }
    .menu_content {
        background: rgba(0, 0, 0, 0.85);
        height: 100%;
        width: 100%;
        position: fixed;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        display: none;
        z-index: 2;
    }
    .menu_content ul {
        list-style-type: none;
        padding: 0;
        left: 0;
        width: 250px;
        text-align: center;
        position: absolute;
        top: 50%;
        right: auto;
        bottom: auto;
        left: 50%;
        transform: translate3d(-50%, -50%, 0);
    }
    .menu_content ul li {
        color: #3989C6;
        font-size: 24px;
        padding: 10px 0;
    }
    .menu_content ul li a {
        font-size: 16px;
    }
}

@media screen and (min-width: 600px) and (max-width: 767px) {
    .slick-prev
    {
        left: 15px;
    }
    .slick-next
    {
        right: 15px;
    }
}


/* MOBILE
======================*/

@media screen and (max-width: 767px) {
    .main_menu {
        height: 100%;
        position: relative;
    }
    .main_menu h1 {
        width: 100%;
        text-align: center;
        font-family: 'Slabo 13px', serif;
        font-size: 38px;
        font-weight: normal;
        letter-spacing: 1px;
        color: white;
        position: absolute;
        top: 50%;
        right: auto;
        bottom: auto;
        left: 50%;
        transform: translate3d(-50%, -50%, 0);
    }
    .main_menu .trigger {
        width: 30px;
        height: 30px;
        position: absolute;
        top: -33px;
        right: 0px;
        z-index: 311;
        cursor: pointer;
        transition: top .1s ease-in-out;
    }
    .main_menu .trigger span {
        display: block;
        width: 100%;
        height: 2px;
        background: #3989C6;
        margin: 0 0 5px 0;
        transition: all .2s ease-in-out;
        position: absolute;
    }
    .main_menu .trigger span:first-child {
        width: 21px;
        top: 0;
        left: 9px;
    }
    .main_menu .trigger span:nth-child(2) {
        top: 10px;
        left: 0;
    }
    .main_menu .trigger span:last-child {
        width: 12px;
        top: 20px;
        left: 18px;
    }
    .main_menu .trigger.on {
        top: -24px;
    }
    .main_menu .trigger.on span:first-child {
        transform: rotate(45deg);
        background: #3989C6;
        left:-0px;
        top: -2px;
    }
    .main_menu .trigger.on span:nth-child(2) {
        transform: rotate(-45deg);
        background: #3989C6;
        top: 0;
    }
    .main_menu .trigger.on span:last-child {
        transform: rotate(45deg);
        background: #3989C6;
        top: 8px;
        left:14.5px;
    }
    .menu_content {
        background: rgba(0, 0, 0, 0.85);
        height: 100%;
        width: 100%;
        position: fixed;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        display: none;
        z-index: 302;
    }
    .menu_content ul {
        list-style-type: none;
        padding: 0;
        left: 0;
        width: 250px;
        text-align: center;
        position: absolute;
        top: 50%;
        right: auto;
        bottom: auto;
        left: 50%;
        transform: translate3d(-50%, -50%, 0);
    }
    .menu_content ul li {
        color: #3989C6;
        font-size: 24px;
        padding: 12px 0;
    }
    .menu_content ul li a {
        font-size: 16px;
    }
    .menu_content a{
        margin-right:0px!important;
    }
}
@media screen and (max-width: 460px) {
    
}
@media screen and (max-width: 330px) {
    
}


/* ONLY
======================*/

@media screen and (-webkit-min-device-pixel-ratio:2) and (min-width: 768px) and (max-width: 989px) {}

@media screen and (-webkit-min-device-pixel-ratio:2) and (max-width: 767px) {}


/* Firefox All */

@-moz-document url-prefix() {
    .xxxx {}
}


/* Safari 5~6 ONLY */

@media screen and (-webkit-min-device-pixel-ratio:0) {
    ::i-block-chrome,
    .xxxx {}
}


/* Safari 6Ã¤Â»Â¥Ã¤Â¸Å  ONLY */

@media screen and (min-color-index:0) and(-webkit-min-device-pixel-ratio:0) {
    @media {
        _:-webkit-full-screen,
        .xxxx {}
    }
}


/**/
