/*   
Theme Name: NEXTT
Theme URI: http://advertek.gr
Description: An Ultra Responsive WordPress Theme by Advertek
Version: 0.2.0
Author: Advertek
Author URI: http://advertek.gr

License:
License URI:
*/


*{
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;    /* Firefox, other Gecko */
    box-sizing: border-box;         /* Opera/IE 8+ */
}
body{
    -webkit-animation-delay: 0.1s;
    -webkit-animation-name: fontfix;
    -webkit-animation-duration: 0.1s;
    -webkit-animation-iteration-count: 1;
    -webkit-animation-timing-function: linear;
}
@-webkit-keyframes fontfix {
    from { opacity: 1; }
    to   { opacity: 1; }
}
/***********************************************************************************************************************
                                                GENERAL
************************************************************************************************************************/
.hr_normal{
    border-top: 5px solid #ddd;
}
.alignright{
    float: right;
}
.alignleft{
    float: left;
}
strong{
    font-weight: 700;
}
.bx-thumnails a img{
    width: 75px;
    margin: 10px;
}
.wally-popup{
    z-index:999999;
}
/***********************************************************************************************************************
                                            BOOTSTRAP DROP DOWN
************************************************************************************************************************/

@media screen and (max-width: 768px) {
    .navbar-default .navbar-nav > li > a {
        padding: 10px 30px;
        font-size: 14px !important;
        border-bottom: 1px solid #f1f1f1;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .navbar-collapse.collapse {
        display: none !important;
    }
    .navbar-collapse.collapse.in {
        display: block !important;
    }
    .navbar-header .collapse, .navbar-toggle {
        display:block !important;
    }
    .navbar-header {
        float:none;
    }
}

/***********************************************************************************************************************
                                            HEADER STATIC
************************************************************************************************************************/

.static-menu{
    z-index: 99999999;
    padding: 10px 0 10px 0;
}
#static-menu-logo img{
    height: auto;
}
.static-header-menu ul {
    list-style: none;
    float: left;
    display: inline-block;
}
.static-header-menu li a{
    color: #444;
    text-transform: uppercase;
    line-height: 24px !important;
}
.static-header-menu li a:hover{
    border-bottom: 1px solid #000;
}
.static-header-menu li a span{
    font-size: 14px;
}
.static-header-menu{
    position: relative;
    top: 34px;
}
.static-header-menu li ul li{
    background: rgba(0, 0, 0, 1);
    padding: 10px !important;
}
.static-header-menu li ul li a:hover{
    background: rgba(0, 0, 0, 1);
    border-bottom: none;
}
.static-page-full-slider .static-menu{
    position: fixed;
    z-index: 99999999999999999;
    background-color: #fff;
    width: 100%;
}
/***********************************************************************************************************************
                                                HEADER SMALL
************************************************************************************************************************/
.header-small{
    width: 100%;
}

/***********************************************************************************************************************
                                                 TITLE FULL IMG
************************************************************************************************************************/
.title-full-img-header_full_img{
    width: 100%;
    height: 350px;
}
.title-full-img-center_header_title{
    width: 100%;
    text-align: center;
    padding: 170px 0 0 0;
}
.title-full-img-center_header_title h1{
    line-height: 47px;
    margin: 0;
    text-transform: uppercase;
    color: #fff;
}
.title-full-img-center_header_title_sub_title p{
    font-size: 16px;
    text-transform: uppercase;
    color: #fff;
    letter-spacing: 5px;
    font-weight: 100;;
}
.title-full-img-center_header_title_head{
    border-bottom: 1px solid #fff;
    display: inline-block;

}
/***********************************************************************************************************************
                                                    PAGE HORIZONTAL LINE
************************************************************************************************************************/
.horizontal-line{
    padding: 30px 0 0 0;
}
.page-horizontal-line-title h2{
    text-transform: uppercase;
    font-size: 19px;
    font-weight: 700;
    line-height: 5px;
}
/***********************************************************************************************************************
                                                    PAGE FULL SLIDER
************************************************************************************************************************/

.container_1, .container_2, .container_3, .container_4, .container_5{
    display: inline-block;
    min-width: 300px;
    position: absolute;
    left: 10px;
    bottom: 50px;
    text-align: left;
}
.container_1_inner, .container_2_inner, .container_3_inner, .container_4_inner, .container_5_inner{
    color: #fff;
    background-color: rgba(0, 0, 0, 0.5);
    padding:15px;
    border-radius: 5px;
}
.section_title{
    line-height: 20px;
    margin: 0 0 10px 0;
}
.section_link{
    display: inline-block;
    background-color: #B8994F;
    padding:10px;
    text-decoration: none;
    margin: 5px;
    color: #fff;
    font-weight: 700;
    border-radius: 5px;
}
.section_link:hover{
    text-decoration: none;
    color: #444;
}
/***********************************************************************************************************************
                                                        SHORTCODE BUTTON
************************************************************************************************************************/
.nextt-button{
    padding: 4px 7px;
    background: #444;
    display: inline-block;
    border-radius: 5px;
    color: #fff;
}
.nextt-button:hover{
    color: #fff;
    text-decoration: none;
}

.nextt-button-green{
    background: #56c86b;
    color: #fff;
}
.nextt-button-green:hover{
    color: #fff;
    text-decoration: none;
}

.nextt-button-gray{
    background: #f1f1f1;
    color: #444;
}
.nextt-button-gray:hover{
    color: #444;
    text-decoration: none;
}

.nextt-button-blue{
    background: #0073aa;
    color: #fff;
}
.nextt-button-blue:hover{
    color: #fff;
    text-decoration: none;
}
/***********************************************************************************************************************
                                                    IMAGE TEXT SHORTCODE
************************************************************************************************************************/
.imagetext{

    overflow: hidden;
    display: table;
}
.imagetext_content{
    font-size: 1.5em;
    color: #fff;
    padding: 15px;
    display: table-cell;
    background: #45BB70;
    float: none;
    vertical-align: top;
}
.imagetext_image{
    padding: 0;
    display: table-cell;
    float: none;
    vertical-align: top;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
/***********************************************************************************************************************
                                                    HIDEMORE SHORTCODE
************************************************************************************************************************/
.hidemore-text{
    display: none;
}
.hidemore-button{
    color: #4c538d;
    text-decoration: none;
}
.hidemore-button:hover{
    text-decoration: none;
    color: #728dc8;
}
.hidemore-button:focus{
    text-decoration: none;
    color: #728dc8;
}
.hidemore-button:active{
    text-decoration: none;
    color: #728dc8;
}
/***********************************************************************************************************************
                                                    PAGE BLOG DOUBLE LINE
************************************************************************************************************************/
.page-blog-double{
    padding: 40px 20px 20px 20px;
    min-height: 530px;
}
.page-blog-double-title a{
    color: #444;
}
.page-blog-double-title a:hover{
    color: #555;
    text-decoration: none;
}
.more-link{
    text-transform: uppercase;
    color: #d5ae1d;
}
.more-link:hover{
    color: #d5ae1d;
    text-decoration: none;
}
/***********************************************************************************************************************
                                                    PAGE PRODUCT
************************************************************************************************************************/
.product-page{
    padding-top: 30px;
}
.product-big-image{
    cursor: pointer;
}
.product-group{
    padding: 40px 0 0 0 ;
}
.img-group{

}
/***********************************************************************************************************************
                                                   COPY RIGHT DARK
************************************************************************************************************************/

.copyright-white{
    background-color: #f1f1f1;
    color: #444;
    line-height: 30px;
    padding: 10px 0 10px 0;
    margin: 0 0 0 0;
}
.copyright-dark{
    background-color: #444;
    color: #fff;
    line-height: 30px;
    padding: 10px 0 10px 0;
    margin: 0 0 0 0;
}
.right-copyright{
    text-align: right;
}
.left-copyright{
    text-align: left;
}
.advertek-logo{
    height: 25px;
}
/***********************************************************************************************************************
                                                   FOOTER 4 WIDGETS
************************************************************************************************************************/
.widget-4-footer-title{
    font-size: 17px;
    font-weight: 700;
}
.widget-4-footer{
    list-style: none;
}
.widgets-4-footer{
    padding: 30px 0 30px 0;
    color: #444;
}

/***********************************************************************************************************************
                                               HEADER 3
************************************************************************************************************************/
.static-menu-bar-content{
    position: fixed;
    height: 100%;
    overflow: scroll;
    width: 500px;
    z-index: 9999999999;
}
.static-menu-bar{
    background: #fff;
    position: relative;
    height: 100%;
    width: 250px;
    top:0;
    left: 0;
}
.static-menu-bar .navbar-nav > li{
    float: none;
}
.static-menu-bar .navbar-header{
    width: 100%;
}
.static-menu-bar .collapse.navbar-collapse{
    float: left !important;
    display: block !important;
}

@media screen and (max-width: 767px) {
    .static-menu-bar-content{
        background: #fff;
        position: relative;
        height: auto;
        width: 100%;
        top:0;
        left: 0;
    }
    .static-menu-bar{
        width: 100% !important;
    }
    .static-menu-bar{
        background: #fff;
        position: relative;
        height: auto;
        width: 100%;
        top:0;
        left: 0;
    }
    .static-menu-bar .navbar-nav > li{
        float: none;
    }
    .static-menu-bar .navbar-header{
        width: auto;
    }
    .static-menu-bar .collapse.navbar-collapse{
        float: left !important;
    }
}
/***********************************************************************************************************************
                                                   MENU BOOTSTRAP RESPONSIVE 4 WIDGETS
************************************************************************************************************************/
.navbar{
    float: right;
    width: 100%;
}
.submenu-languages{
    display: none;
}
.menu-item-language-current:hover > ul{
    display: block;
}
.menu-item-language ul li{
    list-style: none;
    text-align: center;
}
#menu-mainmenu{
    float: right;
    margin-top: 30px;
}
.navbar{
    background: transparent;
    border: none;
}
.navbar-brand{
    height: auto;
    padding: 0;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus{
    background: transparent;
    color: #444;
}
.navbar-default .navbar-nav > li > a{
    color: #444;
    line-height: inherit;
}
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus{
    color: #000;
}
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus{
    background: transparent;
    color: #000;
}
.dropdown-menu{
    background: #111;
}
.dropdown-menu > li > a{
    color: #fff;
}
.navbar-default .navbar-collapse, .navbar-default .navbar-form{
    border: none;
}
.navbar{
    margin: 0;
}

.sidebar-nav {
    padding: 9px 0;
}
.dropdown-menu .sub-menu {
    left: 100%;
    position: absolute;
    top: 0;
    visibility: hidden;
    margin-top: -1px;
}

.dropdown-menu li:hover .sub-menu {
    visibility: visible;
}


.nav-tabs .dropdown-menu, .nav-pills .dropdown-menu, .navbar .dropdown-menu {
    margin-top: 0;
}

.navbar .sub-menu:before {
    border-bottom: 7px solid transparent;
    border-left: none;
    border-right: 7px solid rgba(0, 0, 0, 0.2);
    border-top: 7px solid transparent;
    left: -7px;
    top: 10px;
}
.navbar .sub-menu:after {
    border-top: 6px solid transparent;
    border-left: none;
    border-right: 6px solid #fff;
    border-bottom: 6px solid transparent;
    top: 11px;
    left: -6px;
}
@media screen and (min-width: 767px) {
    .dropdown:hover .dropdown-menu {
        display: block;
    }

}
.caret{
    display: none !important;
}
.navbar-default .navbar-collapse, .navbar-default .navbar-form{
    width: 100%
}
@media screen and (max-width: 767px) {

    /*.caret {*/
        /*display: block !important;*/
        /*width: 100% !important;*/
        /*border: none !important;*/
        /*color: #444 !important;*/
        /*background: #f1f1f1 !important;*/
        /*padding: 10px !important;*/
        /*font-size: 100px !important;*/
        /*position: relative !important;*/
        /*clear: both !important;*/
        /*overflow: auto !important;*/
        /*text-align: center;*/
        /*height: auto !important;*/
    /*}*/
    .caret {
        display: inline-block !important;
        /* width: 100% !important; */
        border: none !important;
        color: #444 !important;
        background: #f1f1f1 !important;
        padding: 10px !important;
        font-size: 100px !important;
        position: relative !important;
        clear: both !important;
        overflow: auto !important;
        text-align: center;
        height: auto !important;
        float: right;
        top: -41px;
        width: 100px !important;
        cursor: pointer;
    }
}