﻿/* Custom, iPhone Retina */
@media only screen and (min-width : 320px) {
    body {
        margin-left: 0;
        padding-top:50px;
    }
    .body {
        margin-left: 77.5%;
    }
    .respon-nav {
        display: block;
    }
    .right-none {
        display: none;
    }
    #earth {
        width: 42vw;
        height: 42vw;
        margin: 48px;
        background-size: cover;
    }
    .start i {
        font-size: 17px;
    }
    .start-title h3 {
        font-size: 44px;
    }
    .start-title span {
        font-size: 11px;
    }
    .earth-round {
        transform: translate(-44%, -36%);
    }
    .box-earth {
        width: 42vw;
        height: 42vw;
        margin: 48px;
    }
        .box-earth .box-earth-content {
            transform: translateY(-40%);
            padding: 10px;
            top: 50%;
        }
            .box-earth .box-earth-content h3 {
                font-size: 13px;
                margin-bottom: 8px;
            }
            .box-earth .box-earth-content p {
                font-size: 8px;
            }
    .offcanvas {
        position: relative;
        min-height: 100%;
        -webkit-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
        z-index:99999999;
    }

    .offcanvas-right {
        left: 0;
    }

        .offcanvas-right.active {
            left: 300px;
        }

        .offcanvas-right .sidebar-offcanvas {
            left: -100%;
            -webkit-transition: all 0.3s ease-in-out;
            -o-transition: all 0.3s ease-in-out;
            transition: all 0.3s ease-in-out;
        }

        .offcanvas-right.active .sidebar-offcanvas {
            left: 0;
        }

    .sidebar-offcanvas {
        position: fixed;
        top: 0;
        bottom: 0;
        width: 250px;
        padding: 60px 15px 15px;
        border-radius: 0;
        overflow-y: auto;
        overflow-x:hidden;
        z-index: 1050;
    }

        .sidebar-offcanvas .sidebar-sticky {
            padding-top: 0;
        }

        .sidebar-offcanvas .logo {
            width: 68%;
            margin-top: 0;
        }

        .sidebar-offcanvas .menu {
            margin-left: 7.5vw;
        }

        .sidebar-offcanvas .sidebar-sticky .menu > ul > li > a {
            font-size: 2.8vw;
        }

        .sidebar-offcanvas .search {
            margin-left: 10vw;
        }

        .sidebar-offcanvas .sublink {
            margin-left: 7.5vw;
        }

            .sidebar-offcanvas .sublink ul li a {
                font-size: 11px;
            }
    .alt-menus{
        font-size:2.7vw !important;
    }
    .sidebar-offcanvas .copyright {
        margin-left: 20px;
    }
        .sidebar-offcanvas .copyright p {
            font-size: 2vw;
        }
        .sidebar-offcanvas .copyright a {
            font-size: 2vw;
        }
    .img-fluid-screen img {
         height: auto; 
    }
    img.mobil-res {
        height: 60vh;
    }
}

/* Extra Small Devices, Phones */
@media only screen and (min-width : 480px) {
    body {
        margin-left: 0;
        padding-top:50px;
    }
    .body {
        margin-left: 66.5%;
    }
    .right-none {
        display: none;
    }
    .respon-nav {
        display: block;
    }
    .img-fluid-screen img {
        height: auto;
    }
    img.mobil-res {
        height: 60vh;
    }
}

/* Small Devices, Tablets */
@media only screen and (min-width : 768px) {
    body {
        padding-top: 65px;
    }
    .body {
        margin-left: 32.5%;
    }
    .respon-nav {
        display: block;
    }
    .right-none{
        display:none;
    }
    .category-menu ul li span {
        font-size: 12px;
    }
    #earth {
        width: 30vw;
        height: 30vw;
        margin: 50px;
    }
    .start-title h3 {
        font-size: 60px;
    }
    .start-title span {
        font-size: 13px;
    }
    .start i {
        font-size: 20px;
    }
    .box-earth {
        width: 30vw;
        height: 30vw;
        margin: 50px;
    }
        .box-earth .box-earth-content {
            top: 45%;
            padding: 15px;
        }
        .box-earth .box-earth-content h3 {
            font-size: 18px;
            margin-bottom: 11px;
        }

        .box-earth .box-earth-content p {
            font-size: 11px;
        }
    .offcanvas {
        position: relative;
        min-height: 100%;
        -webkit-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
    }

    .offcanvas-right {
        left: 0;
    }

        .offcanvas-right.active {
            left: 300px;
        }

        .offcanvas-right .sidebar-offcanvas {
            left: -100%;
            -webkit-transition: all 0.3s ease-in-out;
            -o-transition: all 0.3s ease-in-out;
            transition: all 0.3s ease-in-out;
        }

        .offcanvas-right.active .sidebar-offcanvas {
            left: 0;
        }

    .sidebar-offcanvas {
        position: fixed;
        top: 0;
        bottom: 0;
        width: 250px;
        padding: 60px 15px 15px;
        border-radius: 0;
        overflow-y: auto;
        z-index: 1050;
    }
    .sidebar-offcanvas .sidebar-sticky{
        padding-top:0;
    }
    .sidebar-offcanvas .logo {
        width: 68%;
         margin-top: 0;
    }
    .sidebar-offcanvas .menu {
        margin-left: 2.5vw;
    }
    .sidebar-offcanvas  .sidebar-sticky  .menu > ul > li > a {
        font-size: 1.8vw;
    }
    .sidebar-offcanvas .search {
        margin-left: 5vw;
    }
    .sidebar-offcanvas .sublink {
        margin-left: 2.5vw;
    }
        .sidebar-offcanvas .sublink ul li a {
            font-size: 11px;
        }
    .alt-menus {
        font-size: 1.7vw !important;
    }
    .sidebar-offcanvas .copyright {
        margin-left: 5px;
    }
    .sidebar-offcanvas .copyright p {
        font-size: 1vw;
    }
    .sidebar-offcanvas .copyright a {
        font-size: 1vw;
    }
}

/* Medium Devices, Desktops */
@media only screen and (min-device-width : 992px) {
    body {
        margin-left: 16.88888%;
        padding-top: 0;
    }
    .respon-nav {
        display: none;
    }
    .right-none {
        display: block;
    }

    .side-line {
        background-position: center -54px;
        background-size: 100% 100%;
    }

    .menu {
        margin-top: 14%;
        margin-bottom: 14%;
    }

    .lang {
        padding: 2px 5% 2px 5%;
    }

        .lang a {
            font-size: 12px;
        }

    .border-input {
        height: 35px;
    }

    .btn-src {
        line-height: 9px;
    }

    .sublink {
        margin-top: 42%;
    }

        .sublink ul li {
            margin-bottom: 0;
        }

        .sublink ul {
            margin-bottom: 0;
        }

    .rsosial ul {
        margin-bottom: 4px;
    }

    .right-menu {
        margin-top: 7%;
        transform: translateY(-7%);
    }

        /*.right-menu ul li a img {
            left: 20px;
            top: -9px;
            display: block;
        }*/

    .page-title {
        top: 12%;
    }

        .page-title h3 {
            font-size: 20px;
        }

    .category-title {
        font-size: 23px;
    }

    .category-menu > ul > li .nav-icon img {
        width: 30px;
    }

    .category-menu ul li span {
        font-size: 12px;
    }

    .loop .item img {
        height: 350px;
    }

    .btn-page-link {
        font-size: 13px;
    }

    .site-link {
        bottom: -37px;
    }

    .category-content-left h3 {
        font-size: 31px;
    }

    .category-content-left span {
        font-size: 14px;
    }

    .categpry-content-right p {
        font-size: 14px;
    }
    .box-earth .box-earth-content {
        transform: translateY(-25%);
        padding: 14px;
        top: 48%;
    }
        .box-earth .box-earth-content h3 {
            font-size: 19px;
            margin-bottom: 11px;
        }

        .box-earth .box-earth-content p {
            font-size: 12px;
        }
    .img-fluid-screen img {
        height: 100vh;
    }
}

/* Large Devices, Wide Screens */
@media only screen and (min-width : 1200px) {
    body {
        margin-left: 16.88888%;
        padding-top: 0;
    }
    .respon-nav{
        display:none;
    }
    .right-none {
        display: block;
    }

    .side-line {
        background-position: center -68px;
        background-size: 90% 98%;
    }

    .menu {
        margin-top: 18%;
        margin-bottom: 16%;
    }

    .lang {
        padding: 5px 12% 5px 12%;
    }

        .lang a {
            font-size: 16px;
        }

    .right-menu {
        margin-top: 7%;
        transform: translateY(-7%);
    }

        /*.right-menu ul li a img {
            left: 21px;
            top: 2px;
            display: block;
        }*/

    .border-input {
        height: 40px;
    }

    .sublink {
        margin-top: 15%;
    }

        .sublink ul li {
            margin-bottom: 3%;
        }

    .page-title {
        top: 10%;
    }

        .page-title h3 {
            font-size: 25px;
        }
    .rsosial {
        margin-top:5%;
    }
    .category-title {
        font-size: 27px;
    }
    #earth {
        width: 24vw;
        height: 24vw;
        margin: 74px;
    }
    .start-title h3 {
        font-size: 78px;
    }
    .start-title span {
        font-size: 19px;
    }
    .start i {
        font-size: 30px;
    }
    .box-earth {
        width: 24vw;
        height: 24vw;
        margin: 74px;
    }
        .box-earth .box-earth-content {
            padding: 20px;
            top: 40%;
        }
        .box-earth .box-earth-content h3 {
            font-size: 27px;
            margin-bottom: 15px;
        }
        .box-earth .box-earth-content p {
            font-size: 15px;
        } 
}
@media only screen and  (max-width : 1366px) {

    .lang {
        padding: 2px 5% 2px 5%;
    }

        .lang a {
            font-size: 12px;
        }

    .category-menu > ul > li .nav-icon img {
        width: 24px;
    }

    /*.right-menu ul li a img {
        left: 20px;
        top: -4px;
        display: block;
    }*/
}
@media only screen and (min-width:1367px){
    body {
        margin-left: 16.88888%;
    }

    .right-none {
        display: block;
    }
}

/*==========  Non-Mobile First Method  ==========*/

/* Large Devices, Wide Screens */
@media only screen and (max-width : 1200px) {
}

/* Medium Devices, Desktops */
@media only screen and (max-width : 992px) {
}

/* Small Devices, Tablets */
@media only screen and (max-width : 768px) {
}

/* Extra Small Devices, Phones */
@media only screen and (max-width : 480px) {
}

/* Custom, iPhone Retina */
@media only screen and (max-width : 320px) {
}
