/*==================================================
=                  Media Queries                   =
==================================================*/

    /*==========  Mobiles   ==========*/

/* ----------- iPhone 4 and 4S ----------- */

/* Portrait and Landscape */
@media only screen
    and (min-width: 320px)
    and (max-width: 480px) {
        
    /* CUSTOM TOP PANEL STARTS HERE*/
        
        .ntk-auth-block {
            position: relative;
            float: left;
            z-index: 2;
            margin-left: -70px;
        }
        
        .ntk-auth-block .ntk-auth,
        .ntk-auth-block .ntk-register {
            padding: 0px 20px;
        }
        
        .ntk-send-news {
            -webkit-transform: translateY(20%);
            transform: translateY(20%);
            text-align: center;
        }

        
        .ntk-mainmenu {
            height: auto;
        }
        
        .navbar-default {
            position: absolute;
            left: 0;
            top: 50px;
            background-color: transparent;
            z-index: 1;
            width: 100%;
        }
        
        .navbar-nav {
            margin: 0;
        }
        
        .navbar-collapse {
            background-color: #04a8e4;
            width: 100%;
            padding-left: 0;
            padding-right: 0;
        }
        
        .ntk-mainmenu .nav-justified > li,
        .ntk-mainmenu .nav-justified > li:last-child {
            border: 0;
        }
        
        .navbar-toggle {
            margin-bottom: 0;
        }
        
    /* CUSTOM TOP PANEL ENDS HERE*/
        
    /* CUSTOMIZE POPUP FORMS*/
        .ntk-auth-dialog {
            margin-top: 50px;
        }
        
        .ntk-auth-form {
            padding: 0;
            width: 100%;
        }
        
        .ntk-register-link,
        .ntk-register-link>a {
            font-size: 16px;
        }
        
        .auth-close-btn i {
            font-size: 26px;
            right: 0;
        }
        
        .ntk-search-form input[type=text] {
            width: 100%;
        }
        
        .ntk-search-button i {
            right: 10%;
        }
        

        
    /* CUSTOMIZE NEWS LIST HOVER */

        .ntk-newslist-item figure:after {
            background-color: transparent;
        }

        
        .ntk-newslist-item figure .fa-video-camera {
            opacity: 1;
        }
        
        .google-ad {
            -webkit-transform: translateX(0);
            transform: translateX(0);
        }
        
    /* CUSTOMIZE NTK TOP PROGRAM*/

        .ntk-prog-cat-date {
            float: left;
            text-align: left;
            width: 50%;
            margin-left: 15px;
            margin-bottom: 20px;
        }
        
    /* CUSTOMIZE NTK ON AIR BLOCK*/
        
        .ntk-on-air i {
            top: 25px;
        }
        
    /* PHOTO SLIDER ARROWS IN THE DETAIL NEWS */
        .ntk-photo-lg .carousel-control.left,
        .ntk-photo-lg .carousel-control.right {
            top: 35%;
        }    
        
    /* CUSTOMIZE SOCIAL BLOCK IN THE DETAIL NEWS */
        
        .ntk-detailnews-socials .vk,
        .ntk-detailnews-socials .fb,
        .ntk-detailnews-stats {
            float: none;
            display: block;
            margin-left: auto;
            margin-right: auto;
            text-align: center;
            margin-bottom: 10px;
        }
        
    /* CUSTOM READ ALSO BLOCK IN THE DETAIL NEWS */
        
        #ntk-read-also .ntk-newslist-item {
            margin-bottom: 10px;
        }


    /*CUSTOM FOR WEBCAM*/
        
        
        .ntk-webcam-row {
            margin-bottom: 10px;
        }
        
        .ntk-webcam-quote p,
        .ntk-webcam-quote p>a {
            padding-top: 50px;
            font-size: 22px;
        }
        
        .ntk-webcam-quote p:before {
            margin: 0;
        }
        
        footer {
            margin-top: 100px;
        }

        .birthday-date-area .month {
            width: 37%;
        }

}




/* ----------- iPhone 5 and 5S ----------- */

/* Portrait and Landscape */
@media only screen 
    and (min-width: 320px) 
    and (max-width: 568px) {  

}

/* ----------- iPhone 6 ----------- */

/* Portrait and Landscape */
@media only screen 
    and (min-width: 375px) 
    and (max-width: 667px)  { 

}

/* ----------- iPhone 6+ ----------- */

/* Portrait and Landscape */
@media only screen 
    and (min-width: 414px) 
    and (max-width: 736px)  { 
        
/*        custom top panel with auth block and menu*/
        
        .ntk-auth-block {
            position: relative;
            float: left;
            z-index: 2;
        }
        
        .ntk-auth-block .ntk-auth,
        .ntk-auth-block .ntk-register {
            padding: 0 20px;
        }

        
        .ntk-mainmenu {
            height: auto;
        }
        
        .navbar-default {
            position: absolute;
            left: 0;
            top: 50px;
            background-color: transparent;
            z-index: 1;
            width: 100%;
        }
        
        .navbar-nav {
            margin: 0;
        }
        
        .navbar-collapse {
            background-color: #04a8e4;
            width: 100%;
            padding-left: 0;
            padding-right: 0;
        }
        
        .ntk-mainmenu .nav-justified > li,
        .ntk-mainmenu .nav-justified > li:last-child {
            border: 0;
        }
        
        .navbar-toggle {
            margin-bottom: 0;
        }
        
/*        end custom top panel*/
        
        /*        customize popup forms*/
        .ntk-auth-dialog {
            margin-top: 50px;
        }
        
        .ntk-auth-content {
            padding: 0;
            width: 100%;
        }
        
        .ntk-register-link,
        .ntk-register-link>a {
            font-size: 16px;
        }
        
        .auth-close-btn i {
            font-size: 26px;
            right: 0;
        }   
        
        .ntk-search-form input[type=text] {
            width: 100%;
        }
        
        .ntk-search-button i {
            right: 10%;
        }
        
        /*  customize news-list-hover*/

        .ntk-newslist-item figure:after {
            background-color: transparent;
        }
        
        .ntk-newslist-item figure .fa-video-camera {
            opacity: 1;
        }
        
        /* PHOTO SLIDER ARROWS IN THE DETAIL NEWS */
        .ntk-photo-lg .carousel-control.left,
        .ntk-photo-lg .carousel-control.right {
            top: 40%;
        } 

        
        /* CUSTOMIZE SOCIAL BLOCK IN THE DETAIL NEWS */
        
        .ntk-detailnews-socials .vk,
        .ntk-detailnews-socials .fb,
        .ntk-detailnews-stats {
            float: left;
            margin-bottom: 10px;
        }
        
            /* CUSTOM HEIGHT FOR READ ALSO BLOCK IN THE DETAIL NEWS */
        
        #ntk-read-also .ntk-newslist-item {
            margin-bottom: 10px;
        }


         /*CUSTOM FOR WEBCAM*/
        
        .ntk-webcam-row {
            margin-bottom: 10px;
        }
        
        .ntk-webcam-quote p:before {
            margin: 0;
        }
        
        footer {
            margin-top: 100px;
        }
}

/* ----------- Galaxy S3, S4, S5 ----------- */

/* Portrait and Landscape */
@media screen 
    and (min-width: 320px) 
    and (max-height: 640px) {
}

/* ----------- HTC One ----------- */

/* Portrait and Landscape */
@media screen 
    and (device-width: 360px) 
    and (device-height: 640px) {

}

    /*========== Phablets ============*/

@media screen
    and (min-width: 360px)
    and (max-width: 760px) {
        
        /*        top panel with auth block and menu*/
        
        .ntk-auth-block {
            position: relative;
            float: left;
            z-index: 2;
            margin-left: -70px;
        }
        
        .ntk-auth-block .ntk-auth,
        .ntk-auth-block .ntk-register {
            padding: 0 20px;
        }

        
        .ntk-mainmenu {
            height: auto;
        }
        
        .navbar-default {
            position: absolute;
            left: 0;
            top: 50px;
            background-color: transparent;
            z-index: 1;
            width: 100%;
        }
        
        .navbar-nav {
            margin: 0;
        }
        
        .navbar-collapse {
            background-color: #04a8e4;
            width: 100%;
            padding-left: 0;
            padding-right: 0;
        }
        
        .ntk-mainmenu .nav-justified > li,
        .ntk-mainmenu .nav-justified > li:last-child {
            border: 0;
        }
        
        .navbar-toggle {
            margin-bottom: 0;
        }
        
/*        end top panel*/
        
        /*        customize popup forms*/
        .ntk-auth-dialog {
            margin-top: 50px;
        }
        
        .ntk-auth-content {
            padding: 0;
            width: 100%;
        }
        
        .ntk-register-link,
        .ntk-register-link>a {
            font-size: 16px;
        }
        
        .auth-close-btn i {
            font-size: 26px;
            right: 0;
        }   
        
        .ntk-search-form input[type=text] {
            width: 100%;
        }
        
        .ntk-search-button i {
            right: 10%;
        }
        
        /*  customize news-list-hover*/

                /*  customize news-list-hover*/

        .ntk-newslist-item figure:after {
            background-color: transparent;
        }
        
        .ntk-newslist-item figure .fa-video-camera {
            opacity: 1;
        }
        
        /*        ntk top program*/
        
        .ntk-prog-cat-date {
            float: left;
            text-align: left;
            width: 50%;
            margin-left: 15px;
            margin-bottom: 20px;
        }
        
        /*  NTK ON AIR BLOCK*/
        
        .ntk-on-air i {
            top: 25px;
        }
        
        /* CUSTOMIZE SOCIAL BLOCK IN THE DETAIL NEWS */
        
        .ntk-detailnews-socials .vk,
        .ntk-detailnews-socials .fb,
        .ntk-detailnews-stats {
            float: none;
            display: block;
            margin-left: auto;
            margin-right: auto;
            text-align: center;
            margin-bottom: 10px;
        }

}

    /*==========  Tablets   ==========*/

/* ----------- iPad mini, 1 and 2,  ----------- */

/* Portrait and Landscape */
@media only screen 
    and (min-width: 768px) 
    and (max-width: 1024px) {
      
        .ntk-important {
            width: auto;  
        }
        
        .ntk-mainmenu .nav-justified > li.active {
            background-color: #fff;
        }
               
        .ntk-mainmenu {
            height: 100%;
        }
        
        /*        customize popup forms*/
        .ntk-auth-dialog {
            margin-top: 50px;
        }
        
        .auth-close-btn i {
            font-size: 26px;
            right: 0;
        } 
        
        /*  customize news-list-hover*/

                /*  customize news-list-hover*/

        .ntk-newslist-item figure:after {
            background-color: transparent;
        }
        
        .ntk-newslist-item figure .fa-video-camera {
            opacity: 1;
        }
        
        /* NTK TOP PROGRAM */
        
        .ntk-prog-cat-date {
            float: left;
            text-align: left;
            width: 50%;
            margin-left: 15px;
            margin-bottom: 20px;
        }
        
        /*  NTK ON AIR BLOCK*/
        
        .ntk-on-air i {
            top: 25px;
        }
        
        /* REPAIR EMBED VIDEO FOR TABLETS */
        
        .embed-responsive-16by9 {
            width: 100%;
        }
        
        /* CUSTOMIZE PHOTO CLOSE BUTTON  */
        
        .ntk-photo-close-btn {
            margin-right: 10%;
            top: 2%;
        }

        .birthday-date-area .month {
            width: 37%;
        }
}



/* ----------- Galaxy Tab 10.1 and Kindle Fire HD 7" ----------- */

/* Portrait and Landscape */
@media only screen
    and (min-width: 800px) 
    and (max-width: 1280px) {
        
        .ntk-important {
            width: auto;  
        }
        
        .ntk-mainmenu .nav-justified > li.active {
            background-color: #fff;
        }  
        
        /*  customize news-list-hover*/

                /*  customize news-list-hover*/

        .ntk-newslist-item figure:after {
            background-color: transparent;
        }
        
        .ntk-newslist-item figure .fa-video-camera {
            opacity: 1;
        }
        
        .ntk-prog-cat-date {
            float: left;
            text-align: left;
            width: 50%;
            margin-left: 15px;
            margin-bottom: 20px;
        }
}

/* ----------- Asus Nexus 7 ----------- */

/* Portrait and Landscape */
@media screen 
    and (min-width: 601px) 
    and (max-height: 906px) {
      
}

@media only screen and (max-width: 1200px) {
    .register-social-block .vk {
        margin-bottom: 5px;
    }
}

@media only screen and (max-width: 767px) {
    .ntk-social-block .social-block-text {
        padding-bottom: 10px;
    }

    .ntk-auth-form .left-col-register {
        padding: 0;
    }

    .ntk-auth-form .right-col-register {
        padding: 0;
    }

    .conditions-container .row .conditions-text {
        padding: 20px;
    }

    .ntk-auth-form .form-group-agree {
        margin-top: 20px;
    }
}

@media screen
and (min-width: 767px)
and (max-height: 992px) {

}

@media only screen and (max-width: 359px) {
    .ntk-progslide-info{
        width: 50%;
    }
}

