/*------------------------------------------------------------------------
# Viska - Jun 21, 2014
# ------------------------------------------------------------------------
# Designed by Zankover & HTML by MegaDrupal
# Websites:  http://www.megadrupal.com -  Email: info@megadrupal.com
--------------------------------------------------------------------------

    1.  Reset
    2.  Preloader
    3.  Custom scroll
    4.  Navigation
    5.  Header
    6.  Top banner
    7.  About section
    8.  Services section
    9.  Funfact section
    10. Team section
    11. Skill section
    12. Work section
    13. Process section
    14. Twitter section
    15. Pricing section
    16. News section
    17. Clients section
    18. Testimonial section
    19. Contact section
    20. Footer

--------------------------------------------------------------------------------*/

/* 1.   Reset
--------------------------------------------------------------------------------*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
    zoom:1;
}

a, input, textarea, button, select {outline: none;}
a:hover, h1:focus, h2:focus, h3:focus, h4:focus, h5:focus, h6:focus {text-decoration: none;}
a:focus, input:focus, textarea:focus, button:focus, select:focus {outline: none !important;text-decoration: none;}
.group:after { visibility: hidden; display: block; font-size: 0; content: " "; clear: both; height: 0; }
.group { display: inline-block; clear: both; }
.hide {display: none}
.wp-caption{}
.wp-caption-text{}
.sticky{}
.gallery-caption{}
.bypostauthor{}
.alignright{}
.alignleft{}
.aligncenter{}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}
ol, ul {
    list-style: none;
}

body {
    line-height: 1;
    font-size: 62.5%;
    font-family: 'Open Sans';
    color: #000;
}
body img{
    max-width: 100%;
    width: auto\9;
    height: auto;
    vertical-align: middle;
    border: 0;
}
.clear{
    clear: both;
}
.font-awesome{
    font-family: 'FontAwesome';
}
#page-wrap{
    webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -ms-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
}
.container {
    position: relative;
    z-index: 2;
}
@media (min-width: 1200px) {
    .container {
        max-width: 1200px !important;
    }
}
html, body {
    height: 100%;
}

/* 2.   Preloader
--------------------------------------------------------------------------------*/
#preloader {
    position: fixed;
    width: 100%;
    height: 100%;
    margin: auto;
    left: 0; right: 0; top: 0; bottom: 0;
    background: #222;
    z-index: 999999999999;
    text-align: center;
}
#preloader .inner {
    position: absolute;
    width: 150px; height: 266px;
    overflow: hidden;
    margin: auto;
    top: 50%;
    left: 0; right: 0;
    z-index: 9;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
#preloader .inner .image {
    overflow: hidden;
    position: absolute;
    top: 0; left: 0;
    width: 100%; height: 99%;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
}
#preloader .inner .img2 {
    position: absolute;
    top: 30px; left: -27px;
    z-index: -1;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -webkit-animation: preloader-ef 10s ease infinite;
    -moz-animation: preloader-ef 10s ease infinite;
    animation: preloader-ef 10s ease infinite;
}
@-webkit-keyframes preloader-ef {
    0% {top: 30px; left: -27px;}
    10% {top: 50px; left: 27px;}
    20% {top: -40px; left: -15px;}
    30% {top: 40px; left: -20px; -webkit-transform: scale(1.3);}
    40% {top: 60px; left: 0px;}
    50% {top: 30px; left: -27px;}
    60% {top: 45px; left: 0px;}
    70% {top: -20px; left: 10px;}
    80% {top: 0px; left: -22px;}
    90% {top: 10px; left: 20px; -webkit-transform: scale(1.3);}
    100% {top: 30px; left: -27px;}
}
@-moz-keyframes preloader-ef {
    0% {top: 30px; left: -27px;}
    10% {top: 50px; left: 27px;}
    20% {top: -40px; left: -15px;}
    30% {top: 40px; left: -20px; -moz-transform: scale(1.3);}
    40% {top: 60px; left: 0px;}
    50% {top: 30px; left: -27px;}
    60% {top: 45px; left: 0px;}
    70% {top: -20px; left: 10px;}
    80% {top: 0px; left: -22px;}
    90% {top: 10px; left: 20px; -moz-transform: scale(1.3);}
    100% {top: 30px; left: -27px;}
}
@keyframes preloader-ef {
    0% {top: 30px; left: -27px;}
    10% {top: 50px; left: 27px;}
    20% {top: -40px; left: -15px;}
    30% {top: 40px; left: -20px; transform: scale(1.3);}
    40% {top: 60px; left: 0px;}
    50% {top: 30px; left: -27px;}
    60% {top: 45px; left: 0px;}
    70% {top: -20px; left: 10px;}
    80% {top: 0px; left: -22px;}
    90% {top: 10px; left: 20px; transform: scale(1.3);}
    100% {top: 30px; left: -27px;}
}
#preloader .circle-ef {
    width: 130px; height: 130px;
    position: absolute;
    border: 2px solid #303030;
    border-radius: 50%;
    margin: auto;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    left: 0; right: 0; top: 0; bottom: 23px;
    z-index: 99;
    -webkit-animation: circle-ef 1s linear infinite;
    -moz-animation: circle-ef 1s linear infinite;
    animation: circle-ef 1s linear infinite;
}
@-webkit-keyframes circle-ef {
    100% {-webkit-transform: rotate(360deg)}
}
@-moz-keyframes circle-ef {
    100% {-moz-transform: rotate(360deg)}
}
@keyframes circle-ef {
    100% {transform: rotate(360deg)}
}
#preloader .circle-ef:after {
    content: '';
    display: block;
    position: absolute;

}
.preloader-ef {
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 1s linear;
    -moz-transition: all 1s linear;
    -ms-transition: all 1s linear;
    -o-transition: all 1s linear;
    transition: all 1s linear;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
}
#preloader.preloader-ef .inner .img2,
#preloader.preloader-ef .inner .circle-ef {
    display: none;
    -webkit-animation: none;
    -moz-animation: none;
    animation: none;
}
#preloader.preloader-ef .image {
    background: #d0d0d0;
}


/* 3.   Custom scroll
--------------------------------------------------------------------------------*/
/*#ascrail2000 {
    opacity: .6 !important;
    z-index: 999999999 !important;
    width: 5px !important;
    background-color: rgba(0,0,0,.15) !important;
    cursor: pointer;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -ms-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
}
#ascrail2000 div {
    width: 5px !important;
    border-radius: 0 !important;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -ms-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
}
#ascrail2000:hover,
#ascrail2000:hover div {
    opacity: 1 !important;
}*/

/* Section overlay */
.awe-overlay-bg {
    position: absolute;
    top: 0; left: 0;
    width: 100%; height: 100%;
    z-index: 1;
    /*background-color: rgba(0,0,0,.4);*/
}
.home .awe-overlay-bg {
    opacity: 0.5;
    background-color: rgba(0,0,0,0);
}

/* 4.   Navigation
--------------------------------------------------------------------------------*/
/*Navigation Left*/
#nav-left{
    position: fixed;
    top: 50%;
    left: 20px;
    z-index: 999;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
#nav-left ul li{
    border-width:2px;
    border-style: solid;
    border-color: transparent;
    margin-bottom: 14px;
    width: 14px;
    height: 14px;
    border-radius:100%;
    -webkit-transition: border-color .3s linear;
    -moz-transition: border-color .3s linear;
    -ms-transition: border-color .3s linear;
    -o-transition: border-color .3s linear;
    transition: border-color .3s linear;
}
#nav-left ul li a{
    display: block;
    position: relative;
    width: 10px;
    height: 10px;
    background-color: #c0c0c0;
    border-radius:100%;
    -webkit-border-radius:100%;
    -ms-border-radius:100%;
    text-indent: -9999px;
    -webkit-transition: border .3s linear;
    -moz-transition: border .3s linear;
    -ms-transition: border .3s linear;
    -o-transition: border .3s linear;
    transition: border .3s linear;
}
#nav-left ul li a:before{
    display: block;
    content: '';
    border:5px solid transparent;
    border-right:5px solid #ff2b42;
    left: 15px;
    top:0;
    width: 0;
    height: 0;
    bottom: 0;
    margin: auto;
    position: absolute;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -ms-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
}
#nav-left ul li a:after{
    content: attr(title);
    display: block;
    position: absolute;
    left: 25px;
    text-indent: 0;
    min-width: 90px;
    font-weight: bold;
    height: 30px;
    padding:0 5px;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    line-height: 30px;
    top: 50%;
    margin: auto;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);

    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -ms-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
}

#nav-left ul li:hover a{
    background-color: transparent;
}
#nav-left ul li:hover a:before,#nav-left ul li:hover a:after{
    opacity: 1;
    visibility: visible;
}

#nav-left ul li.current-page-item a{
    background-color: transparent;
}

/*End Navigation Left*/

/*Navigation*/
#nav-menu{
    background-color:#222222;
    padding: 100px 0 50px;
    height: 100%;
    position: fixed;
    z-index: 9999;
    width: 270px;
    right:-270px;
    /*overflow-y: auto;*/

    webkit-transition: all .5s cubic-bezier(0,1,0.7,1);
    -moz-transition: all .5s cubic-bezier(0,1,0.7,1);
    -ms-transition: all .5s cubic-bezier(0,1,0.7,1);
    -o-transition: all .5s cubic-bezier(0,1,0.7,1);
    transition: all .5s cubic-bezier(0,1,0.7,1);

    -webkit-transform: translateZ(0);
        -ms-transform: translateZ(0);
        -o-transform: translateZ(0);
        transform: translateZ(0);
}

.nav-menu-ef {
    right: 0 !important;
    opacity: 1 !important;
}
#nav-menu #close-menu{
    display: block;
    float: right;
    margin-right: 30px;
    cursor: pointer;
    width: 13px;
    height: 13px;
    background: url('../images/icon-close.png') no-repeat 0 50%;
}
.menu-nav {
    clear: both;
    margin: 0 !important;
    position: relative;
    right: -70px;
    opacity: 0;


    webkit-transition: all .5s cubic-bezier(0,1,0.5,1) .18s;
    -moz-transition: all .5s cubic-bezier(0,1,0.5,1) .18s;
    -ms-transition: all .5s cubic-bezier(0,1,0.5,1) .18s;
    -o-transition: all .5s cubic-bezier(0,1,0.5,1) .18s;
    transition: all .5s cubic-bezier(0,1,0.5,1) .18s;
}
.menu-nav li {
    position: relative;
    display: block;
    background-color: #222;
    padding: 0 30px;


    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.menu-nav li a,
.menu-top li a {
    display: block;
    color: #696969;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 900;
    font-family: 'Open Sans';
    line-height: 22px;
    padding: 4px 0;
    overflow: hidden;


    -webkit-transition: all .2s linear 0s ;
    -moz-transition: all .2s linear 0s ;
    -ms-transition: all .2s linear 0s ;
    -o-transition: all .2s linear 0s ;
    transition: all .2s linear 0s;
}
.menu-nav li a {
    border-bottom: 1px solid #2b2b2b;
}
.menu-nav li:last-child a {
    border: 0;
}

.menu-nav .sub-menu li,
.menu-top .sub-menu li {
    width: auto;
    padding: 0 15px;
}
.menu-nav .sub-menu,
.menu-top .sub-menu {
    position: absolute;
    background-color: #222;
    visibility: hidden;

    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;

    -webkit-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
}

.menu-top .sub-menu {
    -webkit-transition: all .3s  linear 0s;
    -o-transition: all .3s  linear 0s;
    transition: all .3s  linear 0s;
}
.menu-nav .sub-menu {
    width: 100%;
    top: 0; 
    left: 0;
    z-index: -1;
}

.menu-nav li:hover > .sub-menu {
    left: -100%;    
    visibility: visible;
}

.menu-top li a {    
    color: #FFF;
}
.menu-top > li > a {
    padding: 0 0 15px;
    line-height: 40px;
}
.menu-top .sub-menu  {
    width: 250px;
    top: 130%;
    left: -14px;
}

.menu-top .sub-menu li {
    margin-right: 0;
    float: none;
}
.menu-top li:hover > .sub-menu {
    top: 100%;
    visibility: visible;
}
.menu-top .sub-menu li .sub-menu {
    opacity: 0;
    visibility: hidden;
    left: -100%;
    top: 0;
    width: 100%;
}
.menu-top .sub-menu li:hover > .sub-menu {
    opacity: 1;
    visibility: visible;
}


/*End Navigation*/


/* 5.   Header
--------------------------------------------------------------------------------*/
    
    #header{
        min-height: 75px;
        top: 45px;
        width: 100%;
        position: absolute;
        z-index: 999;
    }
    .logo {
        float: left;
    }
    .logo a{
        text-indent: -9999px;
        display: block;

        -webkit-transition: all .3s ease;
        -moz-transition: all .3s ease;
        -ms-transition: all .3s ease;
        -o-transition: all .3s ease;
        transition: all .3s ease;
    }
    .logo a img {
        display: block;
    }
    .logo .logo-image-sticky {
        display: none;
    }
    .header-sticky .logo .logo-image {
        display: none;
    }
    .header-sticky .logo .logo-image-sticky {
        display: block;
        margin-top: -5px;
        margin-bottom: 8px;
    }
    #button-menu {
        display: block;
        float: right;
        cursor: pointer;
        margin: 24px 0 5px;
        padding-top: 14px;
        height: 30px;
        line-height: 30px;
    }
    #button-menu .icon {
        display: block;
        width: 28px;
        height: 3px;
        font-size: 17px;
        color: transparent;
        position: relative;
        background-color: #000;

        -webkit-transition: all .3s ease;
        -moz-transition: all .3s ease;
        -ms-transition: all .3s ease;
        -o-transition: all .3s ease;
        transition: all .3s ease;
    }


    #button-menu .icon:before,
    #button-menu .icon:after {
        position: absolute;
        content: "";
        height: 3px;
        width: 28px;
        background-color: #000;
        display: block;

        -webkit-transition: all .3s ease;
        -moz-transition: all .3s ease;
        -ms-transition: all .3s ease;
        -o-transition: all .3s ease;
        transition: all .3s ease;
    }
        .header-sticky #button-menu .icon:before,
        .header-sticky #button-menu .icon:after,
        .header-sticky #button-menu .icon  {
            background-color: #FFF;
        }

        .header-sticky #button-menu {
            margin-top: 24px;
        }
    #button-menu .icon:before {
        bottom: 8px;
    }
    #button-menu .icon:after {
        top: 8px;
    }

    #menu-top{
        float: right;
        margin-top: 19px;
        position: relative;
        display: flex;
        justify-content: flex-end;
        align-items: center;

        -webkit-transition: all .3s linear;
        -moz-transition: all .3s linear;
        -ms-transition: all .3s linear;
        -o-transition: all .3s linear;
        transition: all .3s linear;

        top: -999px;
    }
    .menu-top li{
        float: none;
        display: inline-block;
        margin-right: 30px;
        position: relative;
    }
    .menu-top li:last-child {
        margin-right: 0;
    }


    /*Sticky Header*/
    #header-sticky-wrapper{
        height: auto !important;
    }

    /* For Special Page admin while logged in */
    .logged-in  .header-sticky #header {
        top: 32px !important;
    }
     /* wp-customizer Page */
     .class_customize .header-sticky #header  {
        top: 0 !important;
     }
    .header-sticky #header{
        background-color: #222222;
        z-index: 99999;

        -webkit-animation: sticky-ef .5s ease;
        -moz-animation: sticky-ef .5s ease;
        animation: sticky-ef .5s ease;

        -webkit-transform: translateZ(0);
        -ms-transform: translateZ(0);
        -o-transform: translateZ(0);
        transform: translateZ(0);



    }
    @-webkit-keyframes sticky-ef {
        0% {top: -100px; opacity: 0;}
        100% {top: 0; opacity: 1;}
    }
    @-moz-keyframes sticky-ef {
        0% {top: -100px; opacity: 0;}
        100% {top: 0; opacity: 1;}
    }
    @keyframes sticky-ef {
        0% {top: -100px; opacity: 0;}
        100% {top: 0; opacity: 1;}
    }
    /*.header-sticky .logo a{
        background: url('../images/logo-scroll.png') no-repeat 0 50%;
    }*/
    

    .header-sticky #menu-top{
        top: auto;
    }
    
    /* Hide hamburger menu on desktop when sticky header is active */
    @media screen and (min-width: 769px) {
        .header-sticky #button-menu {
            display: none;
        }
    }
    /*End Sticky Header*/

/*End Header*/

/* 6.   Home
--------------------------------------------------------------------------------*/


#home {
    position: relative;
    min-height: 100%;
    min-width: 100%;
}
.blog-home{
    position: relative;
    min-height: 100%;
    min-width: 100%;
}
.fullscreen-media {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100%;
    height: auto;
    left: 0;
    min-height: 100%;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: -1;
}
/*.image {
    background-image: url("../images/parallax/image-parallax-1.jpg");
}*/
.play-btn {
    display: block;
    width: 100%;
    text-align: center;
    margin-top: 20px;
}
.play-btn .fa {
    cursor: pointer;
    color: #fff;
    font-size: 14px;
    line-height: 38px;
    text-align: center;
    width: 40px; height: 40px;
    border: 2px solid #fff;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
.pause-volume {
    text-align: center;
    position: absolute;
    bottom: 5px;
    width: 100%;
    left: 0; right: 0;
    z-index: 99;
}
/*.pause-btn,
.volume-btn {
    display: none;
}*/
.pause-btn .fa,
.volume-btn .fa {
    cursor: pointer;
    color: #fff;
    font-size: 10px;
    line-height: 25px;
    text-align: center;
    margin: 0 3px;
    opacity: 0.7;
    width: 25px; height: 25px;
    border: 1px solid #fff;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
.play-btn .fa:hover,
.pause-btn .fa:hover,
.volume-btn .fa:hover {
    background-color: rgba(225,225,225,.3);
}
.video-place {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-transition: all .4s linear;
    -moz-transition: all .4s linear;
    -ms-transition: all .4s linear;
    -o-transition: all .4s linear;
    transition: all .4s linear;
}
.home-content {
    position: absolute;
    left: 0; 
    right: 0;
    top: 50%;
    z-index: 9;
    text-align: center;

    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
.home-content .item{
    text-align: center;
}
.home-content .item h2 {
    text-transform: uppercase;
    color: #E5E5E5;
    font: 900 9em 'Open Sans' !important;
    -webkit-transition: color .3s linear;
    -moz-transition: color .3s linear;
    -ms-transition: color .3s linear;
    -o-transition: color .3s linear;
    transition: color .3s linear;
}
.home-content h3 {
    padding: 10px 20px;
    margin-top: 9px;
    display: inline-block;
    font-size: 2em;
    color: #fff;
    text-transform: capitalize;
    font-weight: 700;
    letter-spacing: 1px;
    background-color: #ff2b42;
    -webkit-transition: color .3s linear;
    -moz-transition: color .3s linear;
    -ms-transition: color .3s linear;
    -o-transition: color .3s linear;
    transition: color .3s linear;
}
.home .scroll-down {
    display: block;
    width: 22px;
    height: 36px;
    position: absolute;
    bottom: 25px;
    right: 0;
    left:0;
    z-index: 9;
    margin:auto;
    background:url('../images/icon-banner.png') no-repeat center top;
    cursor: pointer;

    -webkit-animation: icon-ef 1.5s ease infinite;
    -moz-animation: icon-ef 1.5s ease infinite;
    animation: icon-ef 1.5s ease infinite;
}
@-webkit-keyframes icon-ef {
    0%{opacity: 0.2; bottom: 30px;}
    50%{opacity: 1; bottom: 25px;}
    100%{opacity: 0.2; bottom: 30px;}
}
@-moz-keyframes icon-ef {
    0%{opacity: 0.2; bottom: 30px;}
    50%{opacity: 1; bottom: 25px;}
    100%{opacity: 0.2; bottom: 30px;}
}
@keyframes icon-ef {
    0%{opacity: 0.2; bottom: 30px;}
    50%{opacity: 1; bottom: 25px;}
    100%{opacity: 0.2; bottom: 30px;}
}

/*Title*/
.awe-header.center {
    text-align: center;
}
.awe-header h2 {
    font-size: 3em;
    font-weight: bold 700;
    text-transform: uppercase;
    position: relative;
    /*margin-top: 135px;*/
    color: #222;
}
    .awe-header.center h2 {
        display: inline-block;
    }

.awe-header h2:before {
    content: '';
    width: 58px;
    height: 4px;
    background-color: #000;
    position: absolute;
    display: block;
    left:0;
}
.awe-header .line-top:before {
    top: -15px;
}

.awe-header .line-bottom:before {
    bottom:-15px;
}
.awe-header .line-bottom.line-center:before {
    left: 0;
    right: 0;
    margin: auto;
}

.awe-header .title-big {
    font-size: 6em;
    font-weight: 900;
}
.awe-header .title-big:before {
    display: none;
}
.awe-header p {
    font:300 2em/1.6em 'Open Sans';
    margin-top: 30px;
}

.awe-header .title-big + p {
    margin-top: 7px;
}

/* Button style */
.awe-button {
    float: left;
    display: inline-block;
    text-align: center;
    text-transform: uppercase;
    line-height: 30px;
    font-size: 13px;
    color: #fff;
    padding: 4px 26px;
    background-color: #078521;

    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -ms-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
}
.awe-button:hover {
    background-color: #222;
    color: #FFF;
}

/* Seciton (background color default, background parralax */
.awe-section {
    background-color: #FFF;
    padding: 130px 0;
    position: relative;
    /*overflow: hidden;*/
} 
    
.awe-parallax{
    position: relative;
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
}


/* Process slider */
.idea-slider .item {
    margin-left: 15px;
    margin-right: 15px;
}


/* Typography */

#about .awe-header h2 {
    color: #000;
}

.awe-section .awe-header h2, 
.awe-section .awe-header p {
    color: #000;
}
.awe-section.awe-parallax .awe-header h2, 
.awe-section.awe-parallax .awe-header p,
.awe-section.awe-parallax .awe-teams .item h3,
.awe-section.awe-parallax .awe-teams .item span,
.awe-section.awe-parallax .awe-process .item .awe-icon
.awe-section.awe-parallax .awe-process .item h2,
.awe-section.awe-parallax .awe-process .item p,
.awe-section.awe-parallax .awe-contact .contact-info h2,
.awe-section.awe-parallax .awe-contact .contact-info div p,
.awe-section.awe-parallax .awe-contact .contact-info div p b,
.awe-section.awe-parallax .awe-contact .contact-info div p b a,
.awe-section.awe-parallax .awe-contact .contact-form .item input, 
.awe-section.awe-parallax .awe-contact .contact-form .item textarea {
    color: #fff ;
}
.awe-section.awe-parallax .awe-header h2:before {
    background-color: #FFF;
}
.awe-section.awe-parallax .awe-process .item .hr:after,
.awe-section.awe-parallax  .awe-process .item p {
    border-color: #FFF;
}

.awe-section.awe-parallax .awe-process .item:hover p {
    background-color: rgba(0, 0, 0, 0.3);
}


/* 7.   About section
--------------------------------------------------------------------------------*/
#about{
    min-height: 595px;
}
#about .title h2{
    margin-top: 195px;
}
#about p {
    margin-top: 40px;
    font: 300 1.6em/2em 'Open Sans';
    color: #696969;
}

#about .about-img{
    position: relative;
    width: 100%;
    top: 100px;
}
#about .about-img img {
    width: 100%;
    max-width: 386px;
    position:absolute;
    right: 15px;
}
.awe-section.about {
    padding:  180px 0 150px;
}
.about .awe-button {
    margin-top: 60px;
}

/* 8.   Services section
--------------------------------------------------------------------------------*/
#services{
    min-height: 680px;
    /*background-image: url('../images/parallax/image-parallax-2.jpg');*/
}
.awe-section.services {
    padding: 150px 0 55px;
    overflow: hidden;
}
.awe-services {
    margin-top: 35px;
}
.awe-services .item {
    margin: 0 15px;
    background: rgba(225,225,225,0.3);
    padding:25px 10px 30px 10px;
    text-align: center;
}

.awe-services .item .awe-icon {
    font-size: 48px;
    color: #fff;
}
.awe-services  .item h2 {
    font-size: 1.6em;
    color: #fff;
    font-weight: 900;
    letter-spacing: 4px;
    text-transform: uppercase;
    margin-top: 12px;
}
.awe-services  .item p{
    color:#fff;
    margin-top: 20px;
    font:300 1.6em/1.8em 'Open Sans';
}
.awe-services  .item a{
    display: inline-block;
    width: 108px;
    height: 34px;
    padding: 0 10px;
    color: #fff;
    border:1px solid #fff;
    font:700 1.2em/34px 'Open Sans';
    margin-top: 20px;
    position: relative;

    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -ms-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;

    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
#owl-services .item a img.icon {
    display: inline-block;
    margin-left: 6px;
    margin-top: -2px;
}

#owl-services .owl-controls{
    text-align: center;
    margin: 0px 15px;
    text-align: center;
    font-size: 0;
    position: relative;
    z-index: 10;
}
.owl-controls {
    margin-top: 28px !important;
}
.owl-controls .owl-buttons div{
    display: inline-block;
    font: 14px FontAwesome;
    height: 23px;
    width: 23px;
    line-height: 20px;
    color: #fff;
    border-width: 1px;
    border-style: solid;
    border-color: #FFF;
    text-align: center;;
    margin: 0 5px;
    
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -ms-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
}
#owl-services .item a:hover{
    border:1px solid #ff2b42;
}



/*.owl-controls .owl-buttons div:hover {
    border: 1px solid #ff2b42;
}*/

/*End Services*/

/* 9.   Funfact section
--------------------------------------------------------------------------------*/
    #funfacts{
        min-height: 290px;
        background-color:  #ff2b42;
    }
    .awe-section.funfacts {
        padding: 80px 0;
    }
    .awe-funfacts .item {
        text-align: center;
    }
    .awe-funfacts .item:after {
        content: '';
        display: block;
        clear: both;
    }
    .awe-funfacts .item p{
        display: inline-block;
        position: relative;
    }
    .awe-funfacts .item p .countup{
        font: 900 8em 'Open Sans';
    }
    .awe-funfacts .item p .plus{
        position: absolute;
        top: -15px;
        right: -25px;
        font: 900 4.8em 'Open Sans';
    }
    .awe-funfacts .item h3{
        font-size: 1.5em;
        text-transform: uppercase;
        margin-top: 14px;
        font-weight: 900;
    }

    .awe-funfacts .color-white p > *,
    .awe-funfacts .color-white h3  {
        color: #FFF;
    }



/*End Funfacts*/

/* 10.   Team section
--------------------------------------------------------------------------------*/
#team{
    min-height: 810px;
}
.awe-section.team {
    padding: 130px 0 150px;
}
.awe-teams {
    margin-top: 53px;
}

.awe-teams .team-member-link-main {
    display: block;
    text-decoration: none;
    color: inherit;
}

.awe-teams .team-member-link-main:hover {
    text-decoration: none;
    color: inherit;
}

.awe-teams .item{
    cursor: pointer;
    border-bottom: 1px solid #dfdfdf;
    padding-bottom: 18px;
    text-align: center;
    margin-top: 30px;
    -webkit-transition: border-color .4s linear;
    -moz-transition: border-color .4s linear;
    -ms-transition: border-color .4s linear;
    -o-transition: border-color .4s linear;
    transition: border-color .4s linear;
}
.join-team {
    margin-top: 30px;
}
.awe-teams .item .img{
    position: relative;
    overflow: hidden;
}
.awe-teams .item .img img{
    width: 100%;
}
.awe-teams .item .img .content {
    position: absolute;
    top: -100%;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 20px;
    background-color: rgba(7, 133, 33, 0.85);
    overflow: hidden;
    webkit-transition: all .4s cubic-bezier(0,1,0.5,0.98);
    -moz-transition: all .4s cubic-bezier(0,1,0.5,0.98);
    -ms-transition: all .4s cubic-bezier(0,1,0.5,0.98);
    -o-transition: all .4s cubic-bezier(0,1,0.5,0.98);
    transition: all .4s cubic-bezier(0,1,0.5,0.98);
    z-index: 10;
    pointer-events: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.awe-teams .item .img .content a {
    pointer-events: auto;
}
.awe-teams .item .img .content p{
    margin-top: 0;
    color: #fff;
    line-height: 1.8em;
    font-weight: 400;
    font-size: 1.4em;
    text-align: center;
    margin-bottom: 7px;
}
.awe-teams .content .awe-icon {
    display: inline-block;
    float: none;
    margin: 8px 5px 0;
    color: #fff;
    background-color: rgba(225,225,225,0.5);
    width: 40px;
    height: 40px;
    font-size: 18px;
    text-align: center;
    line-height: 40px;


    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
    border-radius: 100%;

    -webkit-transition: all .4s linear;
    -moz-transition: all .4s linear;
    -ms-transition: all .4s linear;
    -o-transition: all .4s linear;
    transition: all .4s linear;
}
.awe-teams .content .awe-icon:hover {
    background-color: #fff;
}


.awe-teams .item h3 {
    color: #222;
    font-weight: 900;
    font-size: 1.6em;
    text-transform: uppercase;
    margin-top: 30px;
}
.awe-teams .item span {
    font: 1.2em 'Open Sans';
    margin-top: 8px;
    display: inline-block;
    text-transform: uppercase;
    color: #696969;
}

.awe-teams .join-team{
    text-align: center;
    position: relative;

    -webkit-transition: background-color .4s linear;
    -moz-transition: background-color .4s linear;
    -ms-transition: background-color .4s linear;
    -o-transition: background-color .4s linear;
    transition: background-color .4s linear;
}
.awe-teams .join-team .content{
    display: inline-block;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    left: 0;
    right: 0;
    height: 220px;
}
.awe-teams .join-team h2{
    color: #fff;
    font-size: 1.6em;
    font-weight: 700;
    text-transform: uppercase;
    margin-top: 15px;
}
.awe-teams .join-team .add-join-team{
    margin-top: 45px;
}
.awe-teams .item:hover{
    border-bottom:1px solid #078521;
}
.awe-teams .item:hover .img .content{
    top: 0;
}

/* Team Page Styles - using same styles as main page */
.team-page-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    gap: 30px 30px;
    row-gap: 60px;
    margin-top: 50px;
    margin-bottom: 60px;
    width: 100%;
    align-items: start;
}

.team-page-grid::before,
.team-page-grid::after {
    display: none;
}

/* Team page grid uses same hover effect as main page */
/* Hover overlay styles are inherited from .awe-teams .item .img .content */

.page-header {
    margin-bottom: 30px;
}

.page-header .page-title {
    font-size: 3em;
    font-weight: 900;
    text-transform: uppercase;
    color: #222;
    margin-bottom: 20px;
}

.page-content {
    margin-bottom: 40px;
    font-size: 1.4em;
    line-height: 1.8em;
    color: #696969;
}

.no-team-members {
    text-align: center;
    padding: 60px 20px;
    color: #696969;
    font-size: 1.6em;
}

/* Single Team Member Page Styles */
.single-team-member {
    margin-top: 50px;
    margin-bottom: 50px;
}

.single-team-left {
    text-align: center;
}

.single-team-photo {
    margin-bottom: 30px;
}

.single-team-photo img {
    width: 100%;
    height: auto;
    display: block;
}

.single-team-name {
    font-size: 2.4em;
    font-weight: 900;
    text-transform: uppercase;
    color: #222;
    margin-bottom: 15px;
    line-height: 1.2em;
}

.single-team-position {
    font-size: 1.4em;
    text-transform: uppercase;
    color: #696969;
    margin-bottom: 30px;
    font-weight: 600;
}

.single-team-social {
    margin-top: 30px;
    text-align: center;
}

.single-team-social .social-link {
    display: inline-block;
    margin: 0 10px;
    color: #222;
    font-size: 1.8em;
    transition: all 0.3s ease;
}

.single-team-social .social-link:hover {
    color: #ff2b42;
    transform: scale(1.1);
}

.single-team-right {
    padding-left: 40px;
}

.single-team-name {
    text-align: left;
    margin-bottom: 15px;
}

.single-team-position {
    text-align: left;
    margin-bottom: 30px;
}

.single-team-description {
    font-size: 1.6em;
    line-height: 1.9em;
    color: #696969;
    text-align: left;
}

.single-team-description p {
    margin-bottom: 20px;
}

.single-team-description p:last-child {
    margin-bottom: 0;
}

/* Team Navigation */
.single-team-navigation {
    margin-top: 60px;
    padding-top: 40px;
    border-top: 1px solid #dfdfdf;
}

.team-nav-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.team-nav-prev,
.team-nav-next {
    flex: 1;
    min-width: 0;
}

.team-nav-prev {
    text-align: left;
}

.team-nav-next {
    text-align: right;
}

.team-nav-center {
    flex: 0 0 auto;
    padding: 0 30px;
}

.team-nav-link {
    display: inline-block;
    text-decoration: none;
    color: #222;
    font-size: 1.4em;
    font-weight: 600;
    text-transform: uppercase;
    transition: all 0.3s ease;
}

.team-nav-link:hover {
    color: #ff2b42;
    text-decoration: none;
}

.team-nav-name {
    display: inline-block;
}

.team-nav-arrow {
    display: inline-block;
    margin: 0 10px;
    font-size: 1.2em;
    font-weight: 900;
}

.team-nav-empty {
    display: inline-block;
    min-width: 100px;
}

@media screen and (max-width: 768px) {
    .team-nav-container {
        flex-direction: column;
        gap: 20px;
    }
    
    .team-nav-prev,
    .team-nav-next,
    .team-nav-center {
        text-align: center;
        width: 100%;
    }
    
    .team-nav-center {
        padding: 0;
        order: -1;
    }
}

@media screen and (max-width: 768px) {
    .team-page-grid {
        grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
        gap: 20px;
    }
    
    .page-header .page-title {
        font-size: 2em;
    }
    
    .single-team-right {
        padding-left: 0;
        margin-top: 40px;
    }
    
    .single-team-name {
        font-size: 2em;
    }
}

/*End Our Team*/





/* 11.   Skill section
--------------------------------------------------------------------------------*/
#skill{
    min-height: 680px;
    /*padding-bottom: 30px;*/
   /* background-image: url('../images/parallax/image-parallax-3.jpg')*/
}
.awe-section.skill {
    padding: 150px 0 0 ;
}

.awe-skills{
    margin-top: 70px;
    margin-bottom: 70px;
}
.awe-skills .item {
    text-align: center;
    margin-top: 30px;
}

.awe-skills .chart {
    width:150px;
    height:150px;
    text-align:center;
    position: relative;
    margin: auto;
}
.awe-skills .chart span {
    left: 0;
    text-align:center;
    display: inline-block;
    font: 300 3em/140px 'Open Sans';
    color: #fff;
    right: 0;
    position: absolute;
}
    .awe-skills .chart span:after{
        content: '%';
        margin-left: 0.1em;
        font-size: .8em;
    }
.awe-skills .item h2 {
    font-size: 1.8em;
    font-weight: 900;
    color: #fff;
    text-transform: uppercase;
    margin-top: 25px;
    letter-spacing: 1px;
}


/*End Skill*/

/* 12.   Work section
--------------------------------------------------------------------------------*/
.awe-section.work {
    padding: 130px 0 0;
}
.awe-works {
    margin-top: 50px;
}
.awe-works #filters ul{
    font-size: 0;
}
    .awe-works #filters ul li{
        display: inline-block;
        margin-top: 10px;
        font-size: 11px;
        margin-left: 45px;
        border-bottom: 1px solid #fff;
        line-height: 18px;
        -webkit-transition: all .3s linear;
        -moz-transition: all .3s linear;
        -ms-transition: all .3s linear;
        -o-transition: all .3s linear;
        transition: all .3s linear;
    }
    .awe-works #filters ul li:first-child{
        margin-left: 0;
    }
    .awe-works #filters ul li a{
        color: #9a9a9a;
        text-transform: uppercase;
        font-weight: bold;
        font: 1.2em;
    }
    .awe-works #filters ul li.select-filter{
        border-bottom:1px solid #ff2b42;
    }
    .awe-works #filters ul li:hover{
        border-bottom:1px solid #ff2b42;
    }
    .awe-works #work-wrap{
        margin-top: 93px;
    }
    .work-wrap .work-item{
        position: relative;
        overflow: hidden;
    }
    .work-wrap .work-item .work-image img{
        width: 100%;
        display: block;
        border:0;
    }
    .work-wrap .work-item .caption {
        position: absolute;
        width: 100%;
        height: 100%;
        margin: auto;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        cursor: pointer;
        opacity: 0;


        -webkit-transform: scale(1.5);
        -moz-transform: scale(1.5);
        -ms-transform: scale(1.5);
        -o-transform: scale(1.5);
        transform: scale(1.5);

        -webkit-transition: all .4s ease;
        -moz-transition: all .4s ease;
        -ms-transition: all .4s ease;
        -o-transition: all .4s ease;
        transition: all .4s ease;
    }


    .work-wrap .work-item:hover .caption{
        opacity: 1;

        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
    }
    .work-wrap .work-item .caption .caption-box {
        margin: auto;
        padding: 15px 0;
        text-align: center;
        position: absolute;
        top: 50%;
        left: 17%;
        right: 17%;


        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);
    }
    .work-wrap .work-item .caption .caption-box:before {
        content: '';
        display: block;
        position: absolute;
        width: 100%; height: 0;
        border-top: 1px solid #fff;
        margin: auto;
        top: 0; 
        left: 0; 
        right: 0;

    }
    .work-wrap .work-item .caption .caption-box:after {
        content: '';
        display: block;
        position: absolute;
        width: 100%; height: 0;
        border-top: 1px solid #fff;
        margin: auto;
        bottom: 0; 
        left: 0; 
        right: 0;

    }
    .work-wrap .work-item .caption .caption-box h2 {
        text-transform: uppercase;
        color: #fff;
        font-size: 1.8em;
        font-weight: 700;
        letter-spacing: 2px;
    }
    .work-wrap .work-item .caption .caption-box span {
        color: #fff;
        margin-top: 5px;
        font-size: 1.3em;
        display: block;
        letter-spacing: 1px;
    }
    /* Start: Recommended Isotope styles */
    /**** Isotope Filtering ****/
    .isotope-item {
        z-index: 2;
    }
    .isotope-hidden.isotope-item {
        pointer-events: none;
        z-index: 1;
    }
    /**** Isotope CSS3 transitions ****/
    .isotope,
    .isotope .isotope-item {
        -webkit-transition-duration: 0.6s;
        -moz-transition-duration: 0.6s;
        -ms-transition-duration: 0.6s;
        -o-transition-duration: 0.6s;
        transition-duration: 0.6s;
        -webkit-transition-delay: .05s;
        -moz-transition-delay: .05s;
        -ms-transition-delay: .05s;
        -o-transition-delay: .05s;
        transition-delay: .05s;
    }
    .isotope {
        -webkit-transition-property: height, width;
        -moz-transition-property: height, width;
        -ms-transition-property: height, width;
        -o-transition-property: height, width;
        transition-property: height, width;
    }
    .isotope .isotope-item {
        -webkit-transition-property: -webkit-transform, opacity;
        -moz-transition-property:    -moz-transform, opacity;
        -ms-transition-property:     -ms-transform, opacity;
        -o-transition-property:      -o-transform, opacity;
        transition-property:         transform, opacity;
    }
    /**** disabling Isotope CSS3 transitions ****/
    .isotope.no-transition,
    .isotope.no-transition .isotope-item,
    .isotope .isotope-item.no-transition {
        -webkit-transition-duration: 0s;
        -moz-transition-duration: 0s;
        -ms-transition-duration: 0s;
        -o-transition-duration: 0s;
        transition-duration: 0s;
    }
    /* End: Recommended Isotope styles */
    /* disable CSS transitions for containers with infinite scrolling*/
    .isotope.infinite-scrolling {
        -webkit-transition: none;
        -moz-transition: none;
        -ms-transition: none;
        -o-transition: none;
        transition: none;
    }

.ajax-section {
    position: relative;
}
.ajax-section:after {
    content: '';
    display: block;
    clear: both;
}
.ajax-content-outer {
    width: 100%;
    overflow: hidden;
    position: relative;
}
/*.ajax-content-inner  {
    overflow: hidden;
}
.ajaxpage {
    overflow: hidden;
}*/
.ajaxpage .item img {
    width: 100%;
}
.ajaxpage h4 {
    font-size: 1.8em;
    font-weight: 900;
    text-transform: uppercase;
    margin-bottom: 15px;
    color: #ff2b42;
}
.ajaxpage .about-pj {
    margin-bottom: 25px;
}
.ajaxpage .about-pj p {
    color: #696969;
    margin-top: 20px;
    font: 300 1.6em/1.8em 'Open Sans';
}
.ajaxpage .detail-pj ul li {
    color: #696969;
    font: 300 1.3em/1.5em 'Open Sans';
    line-height: 40px;
    border-bottom: 1px solid rgba(0,0,0,.1);
}
.ajaxpage .detail-pj ul li:last-child {
    border: 0;
}
.ajaxpage .detail-pj ul li .list-tt {
    text-transform: uppercase;
}
.ajaxpage .detail-pj ul li .list-tt a.link {
    color: #010101;
    display: block;
    font-size: 13px;
    height: 35px;
    line-height: 31px;
    margin-top: 20px;
    text-align: center;
    text-transform: uppercase;
    width: 115px;
    border:2px solid #222;

    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

/*.ajaxpage .col {
    margin-top: 30px;
}*/
.w-video {
    position: relative;
    padding-bottom: 56.25%;
    height: 0px;
    overflow: hidden;
}
.w-video iframe {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    border: 0px none;
}
.project-navigation {
    /*position: absolute;
    top: -15px;
    width: 100%;
    z-index: 2;*/
    margin-bottom: 20px;
}
.project-navigation ul {
    display: none;
    text-align: center;
}
.project-navigation ul li {
    display: inline-block;
    margin: 0 10px;
    vertical-align: middle;
}
.ajax-section #loader {
    width: 100%;
    height: 45px;
    display: none;
    position: absolute;
    top: 100px;
}
.ajax-section #loader.projectError {
    text-align: center;
    height: auto !important;
    background-position: top center;
}
.ajax-section #loader.projectError p {
    display: none;
    padding-top: 16px;
}
.ajax-section #loader {
    background: url(../images/loader.gif) center center no-repeat;
}
.ajax-section #loader.projectError p {
    color: #666 !important;
}
.closeProject a {
    display: inline-block;
}
.closeProject a .awe-icon {
    display: inline-block !important;
    font-size: 20px;
    color: transparent;
    font-size: 18px;
    color: #c0c0c0;
    z-index: 999;
    cursor: pointer;
}
.closeProject a:hover .awe-icon {
    color: #ff2b42;
}
.nextProject .awe-icon,
.prevProject .awe-icon {
    font-size: 30px;
    color: #c0c0c0;
}
.nextProject .awe-icon:hover,
.prevProject .awe-icon:hover {
    color: #ff2b42;
}
.owl-box.owl-theme .owl-controls {
    height: 0;
    margin: 0;
    padding: 0;
}
.owl-box.owl-theme .owl-buttons div {
    background-color: #fff;
    opacity: .8;
    bottom: 0;
    color: #000;
    display: block;
    font-family: 'FontAwesome';
    font-size: 17px;
    height: 50px;
    line-height: 50px;
    margin: auto;
    padding: 0;
    position: absolute;
    text-align: center;
    top: 0;
    width: 28px;
    z-index: 999;
    font-weight: bold;

    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;

}
.owl-box.owl-theme .owl-buttons div:hover {
    opacity: .8;
    color: #fff;
}
.owl-box.owl-theme .owl-buttons .owl-prev {
    left: 0;
}
.owl-box.owl-theme .owl-buttons .owl-next {
    right: 0;
}
/*End WOrk*/

/* 13.   Process section
--------------------------------------------------------------------------------*/
    .awe-process {
        margin-top: 80px;
        margin-bottom: 50px;
    }
    .awe-section.process {
        padding: 120px 0 95px;
    }
    .awe-process .item{
        text-align: center;
        cursor: pointer;
        position: relative;
        padding-top: 48px;
        margin-top: 30px;
    }
    .awe-process .item .awe-image{
        margin-top: -48px;
    }
    .awe-process .item .awe-image img{
        margin-top: -52px;
        height:100px;
    }
    .awe-process .item .awe-icon {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        margin: auto;
        font-size: 48px;
        color: #000;

        -webkit-transition: all .3s linear;
        -moz-transition: all .3s linear;
        -ms-transition: all .3s linear;
        -o-transition: all .3s linear;
        transition: all .3s linear;
    }

    .awe-section.process .awe-content {
            overflow: hidden;
        }
    .awe-process .item .hr {
        height: 3px;
        background-color: #e3e3e3;
        display: block;
        position: relative;
        margin-top: 28px;
    }
      
    .awe-process .item h2 {
        font-size: 1.6em;
        text-transform: uppercase;
        font-weight: 900;
        margin-top: 20px;
        color: #222;

        -webkit-transition: all .3s linear;
        -moz-transition: all .3s linear;
        -ms-transition: all .3s linear;
        -o-transition: all .3s linear;
        transition: all .3s linear;
    }
    .awe-process .item p {
        border:1px solid #a5a5a5;
        padding:40px 17px;
        min-height: 185px;
        margin-top: 22px;
        font: 300 1.6em/1.8em 'Open Sans';
        color: #696969;

        -webkit-transition: all .3s linear;
        -moz-transition: all .3s linear;
        -ms-transition: all .3s linear;
        -o-transition: all .3s linear;
        transition: all .3s linear;
    }
    .awe-process .item:hover p {
        background: #222;
        color: #ffffff;
    }
    .awe-process .item .hr:after{
        display: block;
        content: '';
        position: absolute;
        top: -10px;
        width: 0;
        height: 0;
        right: 0;
        left: 0;
        margin: auto;
        border:6px solid transparent;
        border-top: 6px solid #222222;
        -webkit-transition: all .3s linear;
        -moz-transition: all .3s linear;
        -ms-transition: all .3s linear;
        -o-transition: all .3s linear;
        transition: all .3s linear;
    }
      .awe-process .item .hr:before{
        display: block;
        content: '';
        position: absolute;
        margin: auto;
        left: -15px;
        right: -15px;
        top: 0;
        height: 3px;
        background-color: #e3e3e3;
    }
    .awe-process .item:hover .hr:after{
        border-top: 6px solid #ff2b42;
    }
    .awe-footer {
        text-align: left;
    }
    .awe-footer h3 {
        margin-top: 70px;
        font-size: 4em;
        color: #222;
        text-transform: uppercase;
        font-weight: 300;
    }
    .awe-footer .awe-button {
        line-height: 30px;
        font-size: 16px;
        padding: 7px 30px;
        margin-top: 45px;
        margin-left: -15px;
    }


/* 14.   Twitter section
--------------------------------------------------------------------------------*/
#twitter{
    min-height: 450px;
    /*background-image: url('../images/parallax/image-parallax-4.jpg')*/
}
.awe-section.twitter  {
    padding: 70px 0 50px;
}
.awe-twitter .item {
    text-align: center;
}
.awe-twitter .awe-icon {
    width: 55px;
    height: 55px;
    display: block;
    color: #fff;
    line-height: 55px;
    text-align: center;
    border-radius: 100%;
    font-size: 2.5em;
    margin: 0 auto;
}
.awe-twitter .item p{
    color: #fff;
    font-size: 2.5em;
    font-weight: 300;
    text-align: center;
    line-height: 1.2em;
    width: 87%;
    margin: 32px auto auto;
}

.awe-twitter .item .time-about{
    color: #b2b2b2;
    margin-top: 28px;
    display: inline-block;
    font-size: 1.4em;
    font-weight: 300;
}
.awe-twitter .item h2{
    font-weight: 700;
    margin-top: 23px;
    font-size: 1.8em;
}
.awe-twitter .owl-buttons{
    text-align: center;
    font-size: 0;
    height: 23px;
    margin-top: 62px;
}
.awe-twitter .owl-buttons div{
    display: inline-block;
    font-size: 14px;
    font-family: 'FontAwesome';
    border:1px solid #fff;
    width: 22px;
    height: 22px;
    line-height: 20px;
    color: #fff;
    text-align: center;
    margin:0 5px 0 5px;

    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -ms-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
}
.awe-twitter .owl-buttons div:hover{
    border:1px solid #ff2b42;
}
.awe-twitter .item p a {
    color: #ff2b42;
}



/* 15.  Pricing section
--------------------------------------------------------------------------------*/
.awe-pricing .item{
    background-color: #f0f0f0;
    margin-top: 100px;
    text-align: center;
    cursor: pointer;
}
.awe-pricing .item .package {
    height: 70px;
    color: #222;
    line-height: 70px;
    font-size: 2em;
    font-weight: 900;
    text-transform: uppercase;
    display: block;
}
.awe-pricing .item .price{
    height: 100px;
}
.awe-pricing .item .price p {
    display: inline-block;
    color: #fff;
    font:700 3em 'Open Sans';
    height: 100px;
    position: relative;
    line-height: 100px;
}
.awe-pricing .item .price p span{
    position: absolute;
    color: #fff;
    display: block;
    font-weight: 400;
    font-size: 25px;
}
.awe-pricing .item .price p span.currency{
    top: -14px;
    left: -17px;
}
.awe-pricing .item .price p span.month{
    bottom: -20px;
    right: -35px;
    font-size: 16px;
}
.awe-pricing .item ul{
    padding:40px 0;
    margin: 0;
}
.awe-pricing .item ul li{
    padding: 15px 10px;
    color: #696969;
    letter-spacing: 1px;
    font: 300 1.6em/1.4em 'Open Sans';
}
.awe-pricing .item .sign-up{
    height: 60px;
    background-color: #313131;
    position: relative;
}
.awe-pricing .item .sign-up a{
    position: absolute;
    display: block;
    top: 0;
    height: 60px;
    width: 100%;
    text-transform: uppercase;
    font:700 1.6em/60px 'Open Sans';
    -webkit-transition: all 1s linear;
    -moz-transition: all .3s linear;
    -ms-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
    color: #fff;
}
.awe-pricing .item:hover .sign-up a{
    top: -20px;
}
/*End Our Plans*/

/* 16.  News section
--------------------------------------------------------------------------------*/
#news{
    min-height: 945px;
    /*background-image: url('../images/parallax/image-parallax-5.jpg')*/
}
.awe-section.news {
    padding: 130px 0 65px;
}
.awe-news {
    margin-top: 75px;
}
.awe-news .item {
    margin: 0 15px 0 15px;
    overflow: hidden;
    background-color: #fff;
}
.awe-news .item .ct {
    padding-top: 32px;
    padding-bottom: 25px;
}
.awe-news .item .image{
    position: relative;
    display: block;
    overflow: hidden;
}
.awe-news .item .image img{
    width: 100%;
}
.awe-news .item .image:after{
    position: absolute;
    content: '';
    display:block;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: 0;


    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);

    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -ms-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear;

}
.awe-news .item .image:hover:after{
    opacity: 0.6;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}
.awe-news .item .image .center {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    margin: auto;
    height: 40px;
    bottom: -40px;
    opacity: 0;
    z-index: 5;
    text-align: center;

    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -ms-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear;
}
    .awe-news .item .image:hover .center{
        opacity: 1;
        bottom: 0;
    }

.awe-news .item .image .share {
    display: inline-block;
    /*position: absolute;*/
    height: 40px;
    width: 40px;    
    text-align: center;
    line-height: 40px;
    margin-right: 5px;
}

.awe-news .item .image .share i {
    color: #fff;
    font-size: 2em;
    height: 40px;
    line-height: 40px;
    text-align: center;
    width: 40px;
}

.awe-news .item h2{
    text-align: center;
    padding: 0 35px;
    text-transform: uppercase;
    font-weight: 900;
    font-size: 2em;
    color: #222;
}
.awe-news .item h2 a{
    color: #222;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -ms-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
}

.awe-news .item p{
    padding: 0 35px;
    color: #696969;
    text-align: center;
    margin-top: 22px;
    padding-bottom: 15px;
    font: 300 1.6em/1.8em 'Open Sans';
}
.awe-news .item ul{
    font-size: 0;
    padding: 0 17px;
    overflow: hidden;
}
.awe-news .item ul li{
    display: inline-block;
    font: 300 14px 'Open Sans';
    margin-top: 15px;
    color: #000;
    float: left;
    width: 50%;
}
.awe-news .item ul li.news-date {
    text-align: left;
}
.awe-news .item ul li.comment {
    text-align: right;
}
.awe-news .item ul li a {
    color: #000;
}
.awe-news .item ul li .awe-icon {
    margin-right: 5px;
    font-size: 16px;
}

.awe-news .owl-buttons {
    text-align: center;
    font-size: 0;
    height: 23px;
    margin-top: 65px;
}
.awe-news .owl-buttons div {
    display: inline-block;
    font-size: 14px;
    font-family: 'FontAwesome';
    border: 1px solid #fff;
    width: 22px;
    height: 22px;
    line-height: 20px;
    color: #fff;
    text-align: center;
    margin: 0 5px 0 5px;

    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -ms-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
}
.awe-news .owl-buttons div:hover {
    border: 1px solid #ff2b42;
}
/*End News*/

/* 17.  Clients section
--------------------------------------------------------------------------------*/

/*#client .awe-header h2 {
    margin-top: 130px;
}*/
.awe-clients {
    margin-top: 45px;
    overflow: hidden;
}
.awe-clients .item{
    text-align: center;
    line-height: 130px;
    padding: 0 15px;
}
.awe-clients .owl-item {
    text-align: center;
}
.awe-clients .item img,
.awe-clients .owl-item img {
    max-width: 100%;
}



/* 18.  Testimonial section
--------------------------------------------------------------------------------*/
#testimonial{
    min-height: 435px;
   /* background-image: url('../images/parallax/image-parallax-6.jpg');*/
}
.awe-section.testimonial  {
    padding: 65px 0 55px;
}

.awe-testimonial .awe-icon {
    width: 55px;
    height: 55px;
    display: block;
    color: #fff;
    line-height: 55px;
    text-align: center;
    border-radius: 100%;
    font-size: 2.4em;
    margin: 0 auto;
}

.awe-testimonial .item {
    text-align: center;
}

.awe-testimonial .item p {
    color: #fff;
    font-size: 2.5em;
    text-align: center;
    line-height: 1.4em;
    width: 85%;
    margin: 45px auto auto;
    font-weight: 300;
}
.awe-testimonial .item h2 {
    font-weight: 700;
    margin-top: 25px;
    font-size: 1.8em;
    text-transform: capitalize;
}

.awe-testimonial .item span {
    color: #706f70;
    margin-top: 8px;
    display: inline-block;
    font-size: 1.4em;
    font-weight: 300;
    font-size: 1.4em;
    padding-bottom: 3px;
}
.awe-testimonial .owl-buttons {
    text-align: center;
    font-size: 0;
    height: 23px;
    margin-top: 55px;
}
.awe-testimonial .owl-buttons div {
    display: inline-block;
    font-size: 14px;
    font-family: 'FontAwesome';
    border: 1px solid #fff;
    width: 22px;
    height: 22px;
    line-height: 20px;
    color: #fff;
    text-align: center;
    margin: 0 5px 0 5px;

    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -ms-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
}
.awe-testimonial .owl-buttons div:hover {
    border: 1px solid #ff2b42;
}

/*End Testimonial*/


/* 19.  Contact section
--------------------------------------------------------------------------------*/
.awe-section.contact {
    padding: 150px 0 80px;
    overflow: hidden;
}
.awe-contact{
    margin-top: 50px;
}
.awe-contact .contact-info h2{
    font-size: 1.8em;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 900;
    color: #222222;
    margin-top: 25px;
}
.awe-contact .contact-info div{
    margin-top: 34px;
    overflow: hidden;
}
.awe-contact .contact-info .awe-icon  {
    display: block;
    float: left;
    color: #222;
    background-color: #e7e7e7;
    font-size: 20px;
    border-radius: 100%;
    width: 45px;
    height: 45px;
    text-align: center;
    line-height: 45px;
    font-weight: bold;
    margin-right: 25px;
}
.awe-contact .contact-info div p{
    color: #222;
    font: 300 1.6em/1.6em 'Open Sans';
}
.awe-contact .contact-info div p b{
    font: bold 16px/45px 'Open Sans';
    color: #222;
}
.awe-contact .contact-info div p b a{
    color: #222;
}
.awe-contact .contact-form .item{
    margin-top: 27px;
}
.awe-contact .contact-form .item input,
.awe-contact .contact-form .item textarea {
    height: 44px;
    text-transform: uppercase;
    padding: 12px 19px;
    width: 100%;
    font-size: 1.2em;
    border: 1px solid #d1d1d1;
    color: #696969;
    background-color: transparent;
}
.awe-contact .contact-form .item textarea {
    height: 180px;
    resize: none;
}
.awe-contact .contact-form .item .awe-button     {
    display: block;
    text-align: center;
    margin-top: 30px;
    border:none;
    float: right;
    
}

/*End Contact*/
/*Map*/
#map{
    min-height: 495px;
}
/*End Map*/


/* 20.  Footer
--------------------------------------------------------------------------------*/

#footer{
    min-height: 245px;
    background-color: #222222;
    position: relative;
    text-align: center;
}
.footer #scroll-top{
    position: absolute;
    width: 46px;
    height: 50px;
    display: block;
    left: 0;
    right: 0;
    margin: auto;
    top: -25px;
    font-size: 3em;
    line-height: 50px;
    color: #fff;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -ms-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
    cursor: pointer;
}

.footer .share{
    font-size: 0;
}
.footer .share .awe-icon  {
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -ms-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
    display: inline-block;
    font-size: 20px;
    width: 50px;
    height: 50px;
    line-height: 50px;
    background-color: #2e2e2e;
    color: #fff;
    margin: 70px 10px 0 10px;
}

.footer  .share a .fa-facebook:hover{
    background-color: #3b5998;
}

.footer .share a .fa-twitter:hover{
    background-color: #00aced;
}

.footer .share a .fa-google-plus:hover{
    background-color:  #dd4b39;
}

.footer .share a .fa-youtube:hover{
    background-color:  #bb0000;
}

.footer .share a .fa-linkedin:hover{
    background-color: #007bb6;
}

.footer .share a .fa-instagram:hover{
    background-color:  #517fa4;
}

.footer .share a .fa-pinterest:hover{
    background-color: #cb2027;
}

.footer .share a .fa-github:hover{
    background-color:  #46A3E4;
}

.footer .share a .fa-skype:hover{
    background-color:  #09C6FF;
}

.footer .share a .fa-flickr:hover{
    background-color:  #ff0084;
}

.footer .share a .fa-vimeo-square:hover{
    background-color:  #90d5ec;
}

.footer .share a .fa-tumblr:hover{
    background-color:  #32506d;
}

.footer .share a .fa-dribbble:hover{
    background-color:  #ea4c89;
}




.footer p {
    color: #565656;
    font:300 1.4em 'Open Sans';
    margin-top: 45px;
    text-transform: uppercase;
}

/*Retina*/
/*@media all and (-webkit-min-device-pixel-ratio: 1.5) {
    .logo a {
        background-image: url('../images/logo@2x.png');
        background-size: 100%;
    }
    .header-sticky .logo a {
        background-image: url('../images/logo-scroll@2x.png');
        background-size: 100%;
    }
}
*/



.awe-section .awe-header .normal {
    text-align: center;
}
.awe-section .awe-header .normal:before {
    margin: auto;
    left: 0; right: 0;
    top: auto;
    bottom: -15px;
}
.awe-section .awe-header .normal ~ p {
    text-align: center;
}
.awe-section .awe-header .border-title {
    text-align: center;
}
.awe-section .awe-header .border-title:before {
    margin: auto;
    left: 0; right: 0;
    bottom: auto;
    top: -15px;
}
.awe-section .awe-header .border-title ~ p {
    text-align: center;
    margin-top: 20px;
}
.awe-section .awe-header .line-through {
    border: 3px solid #fff;
    display: inline-block;
    line-height: 1.8em;
    padding: 0 15px;
}
.awe-section .awe-header .line-through:before {
    display: none;
}
.awe-section .awe-header .line-through ~ p {
    margin-top: 20px;
}


.awe-footer .js-footer-subtitle {
    font: 300 2em/1.6em 'Open Sans';
    margin-top: 10px;
    display: block;
}

.awe-footer .js-footer-desc {
    color: #696969;
    font: 300 1.6em/1.8em 'Open Sans';
    margin-top: 10px;
}

.awe-footer.style-1 .js-footer-title,
.awe-footer.style-1 .js-footer-subtitle,
.awe-footer.style-1 .js-footer-desc {
    color: #fff;
}
.awe-footer.style-2 .js-footer-title,
.awe-footer.style-2 .js-footer-subtitle,
.awe-footer.style-2 .js-footer-desc {
    color: #ff2b42;
}
.awe-footer.style-3 .js-footer-title,
.awe-footer.style-3 .js-footer-subtitle,
.awe-footer.style-3 .js-footer-desc {
    color: #000;
    opacity: .6;
}
.awe-footer.style-3 .js-footer-title,
.awe-footer.style-3 .js-footer-subtitle,
.awe-footer.style-3 .js-footer-desc {
    color: #000;
}
.dark .awe-section{
    background-color: #313131;
}
.team .js-content-slider .item,
.plans .js-content-slider .item,
.skill .js-content-slider .item,
.process .js-content-slider .item {
    margin-left: 15px;
    margin-right: 15px;
}
.team .js-content-slider [class*="col-"] .item,
.plans .js-content-slider [class*="col-"] .item,
.skill .js-content-slider [class*="col-"] .item,
.process .js-content-slider [class*="col-"] .item {
    margin-left: 0 !important;
    margin-right: 0 !important;
}
.playerBox{
    opacity: 1 !important;
}
.mbYTP_wrapper{
    opacity: 1 !important;
}

.awe-twitter  .no-item h3 {
    font-size: 20px;
    margin-top: 50px;
    text-align: center;
}
.awe-twitter  .no-item h3 a {
    color: #FFF;

}
.awe-twitter  .no-item h3 a:hover {
    text-decoration: underline;
}


/* Ajax Light Box Portfolio */
.ajaxpage {
    max-width: 960px;
    position: relative;
    margin: auto;
    background-color: #FFF;
    top: 200px;
}
.awe-mfp-lightbox .ajaxpage .container {
    max-width: 100% !important;
    padding-top: 0px;
    padding-bottom: 0px;
}
.awe-mfp-lightbox .ajaxpage .mfp-close {
    color: #fff;
    right: -14px;
    top: -38px;
    z-index: 99;
}
.ajaxpage .owl-controls {
    margin-top: 0 !important;
}
/*.ajax-content-inner {
    height: auto !important;
}
*/.ajaxpage .owl-item .item {
    margin-bottom: 0px;
}


/* Capcha Form */
.row-capcha {
    font-family: 'Open Sans';
    font-size: 16px;
    color: #696969;
    margin-top: 20px;
}

.row-capcha input.wpcf7-form-control {
    width: 100px !important;
    display: inline-block !important;
}

.footer-content{
    overflow: hidden;
}
.language-bar{
    display: inline-block;
    float: right;
    cursor: pointer;
    margin: 24px 10px 5px;
    height: 30px;
    line-height: 30px;
    list-style: none;
}
.language-bar li{
    display: inline-block;
    list-style: none;
    padding-left: 5px;
}

/* ------------------------ Style dopisane przez Patryk Szponar ------------------------------ */
.grafik td{
	width: 6% !important;
	text-align: center !important;
	padding: 4px 0px !important;
}

.grafiktest {
    float: left;
    width: 15%!important;
    margin: 5px !important;
}

.grafiktest td{
    margin-top: 10px;
    min-width: 130px !important;
    text-align: center !important;
    padding: 5px 0px !important;
    border-spacing: 20px;
    height: 95px;
}
.grafiktest tr:nth-child(7) > td {
    height: 145px !important;
}
.grafiktest tr:first-child td{
    height: 30px;
}
.grafiktest tr:last-child td{
    border-bottom: 1px solid #EDEDED !important;
    margin-bottom: 50px;
}

.tekstgrafik{
	font: 300 1.6em/2em "Open Sans";
	color: #696969;
	
}

.grafikglowna{
    color: #696969;
    font: 300 1.6em/1.8em "Open Sans";
    margin-top: 10px;
    margin-left: -15px;
    text-align: left;
}
[class^="column"]{ 
	width:14% !important;
	text-align: center !important;
}
.tablepress td {
	text-align: center !important;
}
.row-4 {
    min-height: 86px !important;
    height: 86px !important;
}
.shareaholic-share-buttons-heading{
    display: none;
}


/*custom*/
.blog-descript table {
	float: left;
	width: 167px;
	max-width: 100vw;
}
.blog-descript table tr {
	display: block;
	min-height: 86px;
}
.blog-descript table td {
	width: 167px !important;
	max-width: 100vw;
}
.blog-descript table thead tr {
	min-height: auto;
}
.blog-descript .dataTables_wrapper {
	clear: none;
	width: 167px;
	max-width: 100vw;
	float: left;
}
.blog-descript .dataTables_wrapper::after {
	display: none;
}

@media all and (max-width: 480px) {
	#blog-banner {
		background-size: contain!important;
		background-position: bottom!important;
		min-height: 142px;
	}
	#content-blog {
		padding-top: 0;
	}
}

/* Courses Archive Page Styles */
.courses-grid {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
	gap: 40px 30px;
	margin-top: 50px;
	margin-bottom: 60px;
	width: 100%;
}

.course-item {
	margin-bottom: 0;
}

.course-link {
	display: block;
	text-decoration: none;
	color: inherit;
	transition: all 0.3s ease;
}

.course-link:hover {
	text-decoration: none;
	color: inherit;
}

.course-item .item {
	border-bottom: 1px solid #dfdfdf;
	padding-bottom: 30px;
	transition: all 0.3s ease;
	min-height: 200px;
	display: flex;
	flex-direction: column;
}

.course-item .item:hover {
	border-bottom-color: #ff2b42;
}

.course-title {
	font-size: 2em;
	font-weight: 900;
	text-transform: uppercase;
	color: #222;
	margin-bottom: 20px;
	line-height: 1.2em;
}

.course-short-description {
	font-size: 1.4em;
	line-height: 1.8em;
	color: #696969;
	margin-bottom: 20px;
	flex-grow: 1;
}

.course-read-more {
	margin-top: auto;
	font-size: 1.2em;
	font-weight: 600;
	color: #ff2b42;
	text-transform: uppercase;
	transition: all 0.3s ease;
}

.course-link:hover .course-read-more {
	color: #222;
}

.no-courses {
	text-align: center;
	padding: 60px 20px;
	color: #696969;
	font-size: 1.6em;
}

/* Single Course Page Styles */
.single-course {
	margin-top: 50px;
	margin-bottom: 50px;
}

.single-course-left {
	text-align: center;
}

.single-course-photo {
	margin-bottom: 30px;
}

.single-course-photo img {
	width: 100%;
	height: auto;
	display: block;
}

.single-course-right {
	padding-left: 40px;
}

.single-course-name {
	font-size: 2.4em;
	font-weight: 900;
	text-transform: uppercase;
	color: #222;
	margin-bottom: 15px;
	line-height: 1.2em;
	text-align: left;
}

.single-course-short-description {
	font-size: 1.4em;
	text-transform: uppercase;
	color: #696969;
	margin-bottom: 30px;
	font-weight: 600;
	text-align: left;
}

.single-course-description {
	font-size: 1.6em;
	line-height: 1.9em;
	color: #696969;
	text-align: left;
}

.single-course-description p {
	margin-bottom: 20px;
}

.single-course-description p:last-child {
	margin-bottom: 0;
}

.single-course-booking {
	margin-top: 40px;
}

.single-course-booking .w-button {
	margin-top: 0;
	margin-left: 0;
}

/* Course Navigation */
.single-course-navigation {
	margin-top: 60px;
	padding-top: 40px;
	border-top: 1px solid #dfdfdf;
}

.course-nav-container {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
}

.course-nav-prev,
.course-nav-next {
	flex: 1;
	min-width: 0;
}

.course-nav-prev {
	text-align: left;
}

.course-nav-next {
	text-align: right;
}

.course-nav-center {
	flex: 0 0 auto;
	padding: 0 30px;
}

.course-nav-link {
	display: inline-block;
	text-decoration: none;
	color: #222;
	font-size: 1.4em;
	font-weight: 600;
	text-transform: uppercase;
	transition: all 0.3s ease;
}

.course-nav-link:hover {
    color: #078521;
    text-decoration: none;
}

.course-nav-name {
	display: inline-block;
}

.course-nav-arrow {
	display: inline-block;
	margin: 0 10px;
	font-size: 1.2em;
	font-weight: 900;
}

.course-nav-empty {
	display: inline-block;
	min-width: 100px;
}

/* Single Product Custom Layout */
.single-product-custom {
	margin-top: 50px;
	margin-bottom: 50px;
}

.single-product-left {
	text-align: center;
}

.single-product-image {
	margin-bottom: 30px;
}

.single-product-image img {
	width: 100%;
	height: auto;
	display: block;
}

.single-product-right {
	padding-left: 40px;
}

.single-product-title,
body.single-product .single-product-title,
body.single-product h1.single-product-title {
	font-size: 2.4em !important;
	font-weight: 900 !important;
	text-transform: uppercase !important;
	color: #222 !important;
	margin-top: 0px !important;
	margin-bottom: 15px !important;
	line-height: 1.2em !important;
	text-align: left !important;
}

.single-product-description,
body.single-product .single-product-description {
	font-size: 1.6em !important;
	line-height: 1.9em !important;
	color: #696969 !important;
	text-align: left !important;
}

/* Wyklucz produkty z globalnych stylów blog-item - p dziedziczy rozmiar z rodzica */
body.single-product .blog-item .single-product-description p,
body.single-product .blog-item .single-product-custom .single-product-description p,
body.single-product .single-product-description p,
body.single-product .single-product-custom .single-product-description p,
body.single-product .single-product-right .single-product-description p,
body.single-product .col-md-8 .single-product-description p,
body.single-product .single-product-custom .single-product-description p,
body.single-product .blog-item .single-product-custom .single-product-description p {
	font-size: 1em !important;
	line-height: 1.9em !important;
	color: #696969 !important;
	margin-bottom: 20px !important;
	font-weight: 300 !important;
	font: 300 1em/1.9em "Open Sans" !important;
}

/* Wyklucz produkty z .blog-item p */
body.single-product .blog-item .single-product-description,
body.single-product .blog-item .single-product-custom {
	/* Override .blog-item p for products */
}

body.single-product .blog-item .single-product-description p,
body.single-product .blog-item .single-product-custom p {
	font: 300 1.6em/1.9em "Open Sans" !important;
	line-height: 1.9em !important;
}

.single-product-description p:last-child,
body.single-product .single-product-description p:last-child {
	margin-bottom: 0 !important;
}

.single-product-terminy {
	margin-bottom: 30px;
}

.terminy-toggle {
	display: inline-block;
	font-size: 1.4em;
	font-weight: 600;
	color: #078521;
	text-decoration: none;
	cursor: pointer;
	margin-bottom: 15px;
	text-transform: uppercase;
}

.terminy-toggle:hover {
	color: #056a1a;
	text-decoration: none;
}

.terminy-toggle .toggle-icon {
	margin-left: 10px;
	display: inline-block;
	transition: transform 0.3s;
}

.terminy-list {
	margin-top: 15px;
	padding-left: 20px;
}

.terminy-list ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.terminy-list li {
	padding: 10px 0;
	border-bottom: 1px solid #e0e0e0;
	font-size: 1em;
	color: #696969;
	line-height: 1.9em;
	font-weight: 300;
}

.terminy-list li:last-child {
	border-bottom: none;
}

.single-product-discount,
.single-product-bon,
.bon-podarunkowy-section {
	margin-bottom: 20px;
}

.single-product-discount label,
.single-product-bon label,
.bon-podarunkowy-section label {
	display: block !important;
	font-size: 1.4em !important;
	font-weight: 600 !important;
	color: #222 !important;
	cursor: pointer;
}

.single-product-discount input[type="checkbox"],
.single-product-bon input[type="checkbox"],
.bon-podarunkowy-section input[type="checkbox"] {
	margin-right: 10px !important;
	width: 20px !important;
	height: 20px !important;
	cursor: pointer;
	vertical-align: middle;
}

.single-product-price {
	margin: 30px 0;
	font-size: 2em;
	font-weight: 900;
	color: #222;
}

.single-product-price .price-label {
	font-size: 16px;
	font-weight: 600;
	color: #696969;
	margin-right: 10px;
}

.single-product-price .price-amount {
	color: #078521;
}

.single-product-add-to-cart {
	margin-top: 30px;
}

/* Hide sidebar on product pages */
body.single-product .blog-list-right {
	display: none !important;
}

/* Hide default blog layout elements on product pages (but not entire blog-item) */
body.single-product .blog-item > .blog-list-img,
body.single-product .blog-item > .blog-title {
	display: none !important;
}

/* Product page uses standard Bootstrap container width, not full width */
body.single-product #main #content-blog .col-md-8 {
	width: 100% !important;
	margin-left: 0 !important;
}

/* Force 2-column layout for product page */
.single-product-custom .row {
	display: flex;
	flex-wrap: wrap;
	margin-left: -15px;
	margin-right: -15px;
}

.single-product-custom .col-md-4 {
	width: 33.33333333%;
	flex: 0 0 33.33333333%;
	max-width: 33.33333333%;
	padding-right: 15px;
	padding-left: 15px;
}

.single-product-custom .col-md-8 {
	width: 66.66666667%;
	flex: 0 0 66.66666667%;
	max-width: 66.66666667%;
	padding-right: 15px;
	padding-left: 15px;
}

/* Ensure image doesn't break layout */
.single-product-custom img {
	max-width: 100%;
	height: auto;
	display: block;
}

	max-width: 100% !important;
	padding-left: 0 !important;
	padding-right: 0 !important;
}

body.single-product #main #content-blog .container .row {
	margin-left: 0 !important;
	margin-right: 0 !important;
}

body.single-product #main #content-blog .container .row > div[class*="col-md"] {
	padding-left: 15px !important;
	padding-right: 15px !important;
}

/* Hide ALL default WooCommerce product elements */
body.single-product .woocommerce div.product > div.images,
body.single-product .woocommerce div.product > div.summary.entry-summary,
body.single-product .woocommerce div.product div.images,
body.single-product .woocommerce div.product div.summary,
body.single-product .woocommerce .product .images,
body.single-product .woocommerce .product .summary,
body.single-product .woocommerce .product .woocommerce-product-gallery,
body.single-product .woocommerce .product .product-images,
body.single-product .woocommerce .product .summary {
	display: none !important;
}

body.single-product .woocommerce-breadcrumb {
	display: none !important;
}

body.single-product .woocommerce .woocommerce-breadcrumb,
body.single-product .woocommerce .woocommerce-message,
body.single-product .woocommerce .woocommerce-info {
	display: none !important;
}

body.single-product .woocommerce-tabs,
body.single-product .related.products,
body.single-product .upsells.products {
	display: none !important;
}

/* Hide any duplicate titles or images that might be rendered by hooks */
body.single-product .woocommerce .product_title,
body.single-product .woocommerce h1.product_title,
body.single-product .woocommerce .entry-title {
	display: none !important;
}

body.single-product .single-product-custom .product_title,
body.single-product .single-product-custom h1.product_title {
	display: none !important;
}

@media screen and (max-width: 768px) {
	.single-product-right {
		padding-left: 0;
		margin-top: 30px;
	}
	
	.single-product-title {
		font-size: 2em;
	}
}

@media screen and (max-width: 768px) {
	.courses-grid {
		grid-template-columns: 1fr;
		gap: 30px;
	}
	
	.single-course-name {
		font-size: 2em;
	}
	
	.single-course-right {
		padding-left: 0;
		margin-top: 30px;
	}
	
	.course-nav-container {
		flex-direction: column;
		gap: 20px;
	}
	
	.course-nav-prev,
	.course-nav-next,
	.course-nav-center {
		text-align: center;
		width: 100%;
	}
	
	.course-nav-center {
		padding: 0;
		order: -1;
	}
}