/*------------------------------------------------------------------------
# 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}

/* 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: 'Raleway';
    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{
    height: 100%;
    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%;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAIAAAACCAYAAABytg0kAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyFpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNS1jMDE0IDc5LjE1MTQ4MSwgMjAxMy8wMy8xMy0xMjowOToxNSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIChXaW5kb3dzKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDo5MTAxQjA0M0VBMUYxMUUzOUJCREY4NTUzNkMwOUIzRSIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDo5MTAxQjA0NEVBMUYxMUUzOUJCREY4NTUzNkMwOUIzRSI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjkxMDFCMDQxRUExRjExRTM5QkJERjg1NTM2QzA5QjNFIiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjkxMDFCMDQyRUExRjExRTM5QkJERjg1NTM2QzA5QjNFIi8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+RtN/aAAAABJJREFUeNpiYGBg+M+ADAACDAAOBAEAwac3hAAAAABJRU5ErkJggg==);
    z-index: 1;
    background-color: rgba(0,0,0,.4);
}
.home .awe-overlay-bg {
    /*
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAIAAAACCAYAAABytg0kAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyFpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNS1jMDE0IDc5LjE1MTQ4MSwgMjAxMy8wMy8xMy0xMjowOToxNSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIChXaW5kb3dzKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDpDQzM2RTA0MkVBMjQxMUUzQjFGOEIxN0RBREJDOTVGNyIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDpDQzM2RTA0M0VBMjQxMUUzQjFGOEIxN0RBREJDOTVGNyI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOkNDMzZFMDQwRUEyNDExRTNCMUY4QjE3REFEQkM5NUY3IiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOkNDMzZFMDQxRUEyNDExRTNCMUY4QjE3REFEQkM5NUY3Ii8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+sl0ucQAAABZJREFUeNpi+g8BDEwMDAyMQMwAEGAAYesG/z03/gcAAAAASUVORK5CYII=);
    */
    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;
    overflow-y: auto;
    width: 270px;
    right:-270px;
    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);
}

.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: #222;
    padding: 0 30px;
    box-sizing: border-box;
}
.menu-nav li a{
    display: block;
    color: #696969;
    font-weight: bold;
    text-transform: uppercase;
    font: 900 1.3em/40px 'Raleway';
    border-bottom: 1px solid #2b2b2b;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -ms-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
}
.menu-nav li:last-child a {
    border: 0;
}

.menu-nav .sub-menu {
    position: absolute;
    width: 200px;
    top: 0; left: 0;
    visibility: hidden;
    background: #222;
    padding: 5px 0;
    z-index: -1;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    webkit-transition: all .5s cubic-bezier(0,1,0.5,1) .3s;
    -moz-transition: all .5s cubic-bezier(0,1,0.5,1) .3s;
    -ms-transition: all .5s cubic-bezier(0,1,0.5,1) .3s;
    -o-transition: all .5s cubic-bezier(0,1,0.5,1) .3s;
    transition: all .5s cubic-bezier(0,1,0.5,1) .3s;
}
.menu-nav .sub-menu li {
    width: auto;
    padding: 0 15px;
}
.menu-nav .sub-menu a {
    font-size: 1.1em;
}
.menu-nav li:hover .sub-menu {
    left: -200px;
    visibility: visible;
    webkit-transition: all .5s cubic-bezier(0,1,0.5,1);
    -moz-transition: all .5s cubic-bezier(0,1,0.5,1);
    -ms-transition: all .5s cubic-bezier(0,1,0.5,1);
    -o-transition: all .5s cubic-bezier(0,1,0.5,1);
    transition: all .5s cubic-bezier(0,1,0.5,1);
}
/*End Navigation*/


/* 5.   Header
--------------------------------------------------------------------------------*/
    
    #header{
        height: 75px;
        top: 45px;
        width: 100%;
        position: absolute;
        z-index: 999;
    }
    .logo {
        float: left;
    }
    .logo a{
        text-indent: -9999px;
        background: url('../images/pulsmacherei_logo_klein.png') no-repeat 0 50%;
        display: block;
        width: 120px;
        height: 140px;
        -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{
        display: block;
        float: right;
        width: 27px;
        height: 17px;
        overflow: hidden;
        font-size: 17px;
        color: transparent;
        -webkit-text-shadow: 0 0 0 #000, 28px 0 0 #ff2b42;
        -moz-text-shadow: 0 0 0 #000, 28px 0 0 #ff2b42;
        text-shadow: 0 0 0 #000, 28px 0 0 #ff2b42;
        cursor: pointer;
        -webkit-transition: all .3s ease;
        -moz-transition: all .3s ease;
        -ms-transition: all .3s ease;
        -o-transition: all .3s ease;
        transition: all .3s ease;
        margin-top: 24px;
    }
    #button-menu:hover{
        -webkit-text-shadow: -29px 0 0 #000, 0 0 0 #ff2b42; 
        -moz-text-shadow: -29px 0 0 #000, 0 0 0 #ff2b42; 
        text-shadow: -29px 0 0 #000, 0 0 0 #ff2b42; 
    }
    #menu-top{
        float: right;
        height: 17px;
        margin-top: 29px;
        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;
        top: -999px;
    }
    #menu-top li{
        float: left;
        height: 17px;
        margin-right: 45px;
    }
    #menu-top li a{
        font: 900 1.3em/17px 'Raleway';
        text-transform: uppercase;
        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;
    }

    /*Sticky Header*/
    #header-sticky-wrapper{
        height: auto !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-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/pulsmacherei_logo_weiss_scroll.png') no-repeat 0 50%;
    }
    .header-sticky #button-menu{
        margin-top: 29px;
        -webkit-text-shadow: 0 0 0 #fff, 28px 0 0 #ff2b42;
        -moz-text-shadow: 0 0 0 #fff, 28px 0 0 #ff2b42;
        text-shadow: 0 0 0 #fff, 28px 0 0 #ff2b42;
    }
    .header-sticky #button-menu:hover{
        -webkit-text-shadow: -29px 0 0 #fff, 0 0 0 #ff2b42;
        -moz-text-shadow: -29px 0 0 #fff, 0 0 0 #ff2b42;
        text-shadow: -29px 0 0 #fff, 0 0 0 #ff2b42;
    }
    .header-sticky #menu-top{
        top: auto;
    }
    /*End Sticky Header*/

/*End Header*/

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


#home {
    position: relative;
    min-height: 100%;
    min-width: 100%;
    background-image: url("../images/parallax/pm_start.jpg");
}

.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: #222;
    font-weight: 900;
    font-size: 9em;

    -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: 900;
    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 'Lato';
    margin-top: 30px;
}

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

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

    -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;
} 
    
.awe-parallax{
    position: relative;
    background-position: 50% 0;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
}

/* Typography */


.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 .title h3{
    margin-top: 40px;
    font: 300 2em/1.6em "Lato";
}
#about p {
    margin-top: 40px;
    font: 300 1.6em/2em 'Lato';
    color: #696969;
}
#about p a {
    background-color: #fff;
}
#about p a:hover {
    background-color: #fff;
}
#about .awe-header p {
    font: 300 2em/1.6em "Lato";
}

#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/pm_services.jpg');
}
.awe-section.services {
    padding: 150px 0 55px;
}
.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 'Lato';
}
.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 'Raleway';
    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;
    margin-top: 28px;
}
#owl-services .owl-controls .owl-buttons div{
    display: inline-block;
    font: 14px FontAwesome;
    height: 23px;
    width: 23px;
    line-height: 20px;
    color: #fff;
    border:1px solid #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-services .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 0;
    }
    .awe-funfacts .item {
        text-align: center;
        overflow: hidden;
    }
    .awe-funfacts .item p{
        display: inline-block;
        position: relative;
    }
    .awe-funfacts .item p .countup{
        font: 900 8em 'Lato';
    }
    .awe-funfacts .item p .plus{
        position: absolute;
        top: -15px;
        right: -25px;
        font: 900 4.8em 'Lato';
    }
    .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: 83px;
}

.awe-teams .item{
    cursor: pointer;
    border-bottom: 1px solid #dfdfdf;
    padding-bottom: 18px;
    text-align: center;
    -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;
}

.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(225, 43, 66, 0.85);

    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);
}
.awe-teams .item .img .content p{
    margin-top: 60px;
    color: #fff;
    line-height: 1.8em;
    font-weight: 400;
    font-size: 1.4em;
    text-align: left;
}
.awe-teams .content .awe-icon {
    display: block;
    float: left;
    margin-top: 15px;
    margin-right: 10px;
    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 .content a .fa-twitter:hover{
    color: #00acee;
}
.awe-teams .content a .fa-pinterest:hover{
    color: #dc222a;
}
.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 'Lato';
    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 #ff2b42;
}
.awe-teams .item:hover .img .content{
    top: 0;
}
/*End Our Team*/


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

.awe-skills{
    margin-top: 100px;
}
.awe-skills .item {
    text-align: center;
}

.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 'Lato';
    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;
    }
    .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 .5s cubic-bezier(0,1,0.8,1);
        -moz-transition: all .5s cubic-bezier(0,1,0.8,1);
        -ms-transition: all .5s cubic-bezier(0,1,0.8,1);
        -o-transition: all .5s cubic-bezier(0,1,0.8,1);
        transition: all .5s cubic-bezier(0,1,0.8,1);
    }


    .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;
        background: #fff;
        width: 100%; height: 1px;
        margin: auto;
        top: -100px; 
        left: 0; 
        right: 0;

        -webkit-transition: all .4s cubic-bezier(0,1,0.8,1);
        -moz-transition: all .4s cubic-bezier(0,1,0.8,1);
        -ms-transition: all .4s cubic-bezier(0,1,0.8,1);
        -o-transition: all .4s cubic-bezier(0,1,0.8,1);
        transition: all .4s cubic-bezier(0,1,0.8,1);
    }
    .work-wrap .work-item .caption .caption-box:after {
        content: '';
        display: block;
        position: absolute;
        background: #fff;
        width: 100%; height: 1px;
        margin: auto;
        bottom: -100px; 
        left: 0; 
        right: 0;

        -webkit-transition: all .4s cubic-bezier(0,1,0.8,1);
        -moz-transition: all .4s cubic-bezier(0,1,0.8,1);
        -ms-transition: all .4s cubic-bezier(0,1,0.8,1);
        -o-transition: all .4s cubic-bezier(0,1,0.8,1);
        transition: all .4s cubic-bezier(0,1,0.8,1);
    }
    .work-wrap .work-item:hover .caption .caption-box:before {
        top: 0;
    }
    .work-wrap .work-item:hover .caption .caption-box:after {
        bottom: 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%;
}
.about-pj h4,
.detail-pj h4 {
    font-size: 1.8em;
    font-weight: 900;
    text-transform: uppercase;
    margin-bottom: 15px;
    color: #ff2b42;
}
.about-pj {
    margin-bottom: 25px;
}
.about-pj p {
    color: #696969;
    margin-top: 20px;
    font: 300 1.6em/1.8em 'Lato';
}
.detail-pj ul li {
    color: #696969;
    font: 300 1.3em/1.5em 'Lato';
    line-height: 40px;
    border-bottom: 1px solid rgba(0,0,0,.1);
}
.detail-pj ul li:last-child {
    border: 0;
}
.detail-pj ul li .list-tt {
    text-transform: uppercase;
}
.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;
}
.project-navigation ul {
    display: none;
    text-align: center;
}
.project-navigation ul li {
    display: inline-block;
    margin: 0 10px;
}
.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 {
    background-color: rgba(255,43,66,1);
    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: 110px;
    }
    .awe-section.process {
        padding: 120px 0 95px;
    }
      .awe-process .item{
        text-align: center;
        cursor: pointer;
        position: relative;
        padding-top: 48px;
      }

      .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-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 'Lato';
        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;
        left: -30px;
        top: 0;
        height: 3px;
        width: 30px;
        background-color: #e3e3e3;
      }
      .awe-process .item:hover .hr:after{
        border-top: 6px solid #ff2b42;
      }
      .awe-process .even:last-child .item{
        display: none;
      }
    .awe-footer {
        text-align: center;
    }
    .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;
    }


/* 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:900 7em 'Lato';
    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 'Lato';
}
.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 'Raleway';
    -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;
}
.awe-news .item h2 a{
    text-transform: uppercase;
    font-weight: 900;
    font-size: 2em;
    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 'Lato';
}
.awe-news .item ul{
    font-size: 0;
    padding: 0 17px;
}
.awe-news .item ul li{
    display: inline-block;
    font: 300 14px 'Lato';
    margin: 0px 17px;
    margin-top: 15px;
    color: #000;
}
.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;
    padding: 0px 15px;
    overflow: hidden;
}
.awe-clients .item{
    width: 20%;
    float: left;
    margin-top: 20px;
}
.awe-clients .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;
}
.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 'Lato';
}
.awe-contact .contact-info div p b{
    font: bold 16px/45px 'Lato';
    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;
}
#map img {
    max-width: none;
    width: auto;
}
/*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;

    -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-twitter:hover{
    background-color: #00d2ff;
}
.footer  .share a .fa-facebook:hover{
    background-color: #3c599f;
}
.footer .share a .fa-linkedin:hover{
    background-color: #0274b3;
}
.footer.share a .fa-pinterest:hover{
    background-color: #dd222a;
}
.footer p {
    color: #565656;
    font:300 1.4em 'Raleway';
    margin-top: 45px;
    text-transform: uppercase;
}

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


