/*------------------------------------------------------------------------
# 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: 'lato';
    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{
    position: relative;
}
html, body {
    height: 100%;
}
h1, h2, h3, h4, h5, h6 {
    font-family: 'Raleway';
}

/* Trasition time */
#button-menu .icon,
.menu-nav li a,
.menu-top li a,
.sub-menu,
.awe-button,
.awe-teams .awe-icon,
.awe-teams .join-team,
.awe-works #filters ul li,
.work-wrap .work-item .caption,
.ajaxpage .detail-pj .link   {
    -webkit-transition: all .5s ease 0s;
    -moz-transition: all .5s ease 0s;
    -ms-transition: all .5s ease 0s;
    -o-transition: all .5s ease 0s;
    transition: all .5s ease 0s;
}



/* Animation */
@-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;}
}

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

/* 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);
}
.awe-section .container {
    position: relative;
    z-index: 2;
}
/* 4, 5.   Header (Logo + Button Menu + 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;
}

.menu-nav li a,
.menu-top li a {
    display: block;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 900;
    font-family: 'Raleway';
    overflow: hidden;
    line-height: 1.3;
}

/* Submenu common */
.sub-menu {
    position: absolute;
    background-color: #222;
    visibility: hidden;
}
.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 */
#menu-top {
    float: right;
    position: relative;
    top: -999px;
    margin-right: 30px;
}
    .header-sticky #menu-top{
        top: auto;
    }

.menu-top li{
    float: left;
    margin: 0 20px;
    position: relative;
}

.menu-top li a {
    color: #fff;
}
.menu-top > li > a {
    padding: 0;
    line-height: 75px;
}
.menu-top .sub-menu  {
    width: 250px;
    top: 130%;
    left: -14px;
}
.menu-top .sub-menu li {
    margin: 0;
    float: none;
    padding: 8px 30px;
    border-bottom: 1px solid #2b2b2b;
}
.menu-top li .sub-menu {
    visibility: hidden;
    opacity: 0;
    left: -100%;
    top: 120%;
}
    .menu-top li:hover > .sub-menu {
        top: 98%;
        visibility: visible;
        opacity: 1;
    }


/* Menu Right */
.menu-nav li {
    border-bottom: 1px solid #2b2b2b;
    padding: 10px 0;
}
    .menu-nav li:last-child{
        border: 0;
    }
.menu-nav li a {
    color: #696969;
    line-height: 1.3;
    padding: 0 30px;
}
    

    
#header{
    height: 75px;
    top: 45px;
    width: 100%;
    position: absolute;
    z-index: 999;
}
#header .container {
    position: relative;
}

/* Logo */
#header .logo {
    float: left;
}
.logo a {
    text-indent: -9999px;
    display: block;
    height: 75px;
}
.logo a img {
    max-height: 100%;
    width: auto;
    display: block;
}
.logo .logo-image-sticky,
.header-sticky .logo-image  {
    display: none;
}
.header-sticky .logo-image-sticky {
    display: block;
}

/* Customise logo's size */
.logo .logo-image img {
    padding: 5px;
}
/*.logo .logo-image-sticky img {
    margin: 18px 0;
    padding: 0;
}
*/


/* Button Menu */

#button-menu {
    position: absolute;
    right: 15px;
    top: 27px;
    cursor: pointer;
}
#button-menu .icon {
    display: block;
    width: 28px;
    height: 3px;
    font-size: 17px;
    color: transparent;
    position: relative;
    background-color: #000;
    margin-bottom: 5px;
}
    .header-sticky #button-menu .icon {
        background-color: #FFF;
    }




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

/* For Special Page admin while logged in */
.logged-in  .header-sticky #header {
    top: 32px !important;
}
@media only screen and (max-width: 600px){
    .logged-in  .header-sticky #header {
        top: 0 !important;
    }
}
 /* wp-customizer Page */
 .class_customize .header-sticky #header  {
    top: 0 !important;
 }
.header-sticky #header{
    background-color: #222222;
    z-index: 1000;

    -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);
}


/*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: cover;
    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-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-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: #222;
    font-family: 'Raleway';
    font-weight: 900;
    font-size: 90px;

    -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;}
}

/* Section Common  
--------------------------------------------------------------------------------*/
.awe-section {
    background-color: #FFF;
    padding: 130px 0;
    position: relative;
} 

    /* Section Header */
    .awe-header.center {
        text-align: center;
    }
    .awe-header h2 {
        font-size: 30px;
        line-height: 1.2;
        font-weight: 900;
        text-transform: uppercase;
        position: relative;
        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-parallax .awe-header h2:before {
            background-color: #fff;
        }
        .awe-header .line-top:before {
            top: -15px;
        }
        
        /* Heading (line-bottom) */
        .awe-header .line-bottom {
            margin-bottom: 34px;
        }
        .awe-header .line-bottom:before {
            bottom: -15px;
        }
        .awe-header .line-bottom.line-center:before {
            left: 0;
            right: 0;
            margin: auto;
        }

        /* Heading (title-big) */
        .awe-header .title-big {
            font-size: 60px;
            font-weight: 900;
        }
        .awe-header .title-big:before {
            display: none;
        }

        /* Heading (normal) */
        .awe-section .awe-header .normal {
            text-align: center;
            margin-bottom: 30px;
        }
            .awe-section .awe-header .normal:before {
                margin: auto;
                left: 0; 
                right: 0;
                top: auto;
                bottom: -15px;
            }
        .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;
            }
        /* Heading (Line through) */
        .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;
            }
       

    /* Subtitle */
    .awe-section .awe-header p {
        color: rgb(0, 0, 0);
        font-size: 20px;
        font-weight: 300;
        line-height: 1.2;
    }
    .awe-section .awe-header .border-title ~ p,
    .awe-section .awe-header .normal ~ p {
        text-align: center;
    }


    /* Section Content 
    --------------------------------------------------------------------------------*/
    .awe-section p {
        color: rgb(105, 105, 105);
        font-size: 16px;
        line-height: 2;
        font-weight: 300;
    }


    /* Section Parallax 
    --------------------------------------------------------------------------------*/
    .awe-parallax{
        position: relative;
        background-position: center center;
        background-repeat: repeat-y;
        background-attachment: fixed;
        background-size: cover;
        background-position: 50% 50%;
    }
    .awe-parallax .container {
        position: relative;
        z-index: 9;
    }
    .awe-section.awe-parallax .awe-header h2,
    .awe-section.awe-parallax p {
        color: #FFF;
    }

    




/* 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;
}
.awe-button:hover {
    background-color: #222;
    color: #FFF;
}




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


/* 7.   About section
--------------------------------------------------------------------------------*/

#about .title h2{
    margin-top: 195px;
}
#about p {
    margin-top: 40px;
}

#about .about-img{
    position: relative;
    width: 100%;
    top: 100px;
    z-index: 9;
}
#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;
}



/* 7.   Service 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: rgb(34, 34, 34);
}
    .awe-parallax .awe-services .item .awe-icon {
        color: #fff;
    }
.awe-services  .item h2 {
    font-size: 16px;
    color: rgb(34, 34, 34);
    font-weight: 900;
    line-height: 1.2;
    letter-spacing: 4px;
    text-transform: uppercase;
    margin-top: 12px;
}
    .awe-parallax .awe-services  .item h2 {
        color: #fff;
    }
.awe-services  .item p {
    margin-top: 20px;
    line-height: 1.8;
}



/* 7.   Funfact section
--------------------------------------------------------------------------------*/
#funfacts {
    background-color:  #ff2b42;
}
.awe-section.funfacts {
    padding: 80px 0;
}
.awe-funfacts .item {
    text-align: center;
}

.awe-funfacts .item p{
    position: relative;
    display: inline-block;
}
.awe-funfacts .item  .countup{
    font-size: 80px;
    font-weight: 900;
    line-height: 1.2;
    color: #000;
}
.awe-funfacts .item .plus {
    color: rgb(0, 0, 0);
    font-size: 48px;
    font-weight: 900;
    position: absolute;
    right: -30px;
    top: -30px;
}
.awe-funfacts .item h3 {
    font-size: 15px;
    text-transform: uppercase;
    margin-top: 20px;
    font-weight: 900;
}

.awe-funfacts .color-white .countup,
.awe-funfacts .color-white .plus,
.awe-funfacts .color-white h3  {
    color: #FFF;
}


/* 7.   Team section
--------------------------------------------------------------------------------*/

.awe-section.team {
    padding: 130px 0 150px;
}
.awe-teams {
    margin-top: 70px;
}

.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 .hover-overlay {
    position: absolute;
    top: -100%;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 20px;
    background-color: rgba(225, 43, 66, 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);
}
.awe-teams .item .hover-overlay p{
    margin-top: 60px;
    color: #fff;
    font-size: 14px;
    line-height: 1.8;
    font-weight: 400;
    text-align: left;
    margin-bottom: 7px;
}
.awe-teams .content .awe-icon {
    display: block;
    float: left;
    margin-top: 8px;
    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%;

}
    .awe-teams .content .awe-icon:hover {
        background-color: #fff;
    }


.awe-teams .item h3 {
    color: #222;
    font-weight: 900;
    font-size: 16px;
    text-transform: uppercase;
    margin-top: 30px;
}
.awe-teams .item span {
    font-size: 12px;
    margin-top: 8px;
    display: inline-block;
    text-transform: uppercase;
    color: #696969;
}

.awe-teams .join-team {
    text-align: center;
    position: relative;
}
.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: 16px;
    line-height: 1.2;
    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;
    }


/* 7.   Skill section
--------------------------------------------------------------------------------*/

.awe-section.skill {
    padding: 120px 0 ;
}

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

.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-weight: 300;
    font-size: 30px;
    line-height: 140px;
    color: #fff;
    right: 0;
    position: absolute;
}
    .awe-skills .chart span:after{
        content: '%';
        margin-left: 2px;
        font-size: 28px;
    }
.awe-skills .item h2 {
    font-size: 18px;
    font-weight: 900;
    color: #fff;
    text-transform: uppercase;
    margin-top: 25px;
    letter-spacing: 1px;
}



/* 7.   Portfolio section
--------------------------------------------------------------------------------*/
.awe-section.work {
    padding: 130px 0 0;
}
.awe-works {
    margin-top: 50px;
}

.awe-works #filters ul li{
    display: inline-block;
    margin-bottom: 10px;
    font-size: 11px;
    margin-left: 45px;
    border-bottom: 1px solid #fff;
    line-height: 18px;
}
.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-size: 11px;
}
.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-item{
    position: relative;
    overflow: hidden;
}
.work-item .work-image img{
    width: 100%;
    display: block;
    border:0;
}

.work-wrap .work-item .caption {
        height: auto;
        padding: 10px 0;
        top: auto;
        width: 100%;
        opacity: 1;
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        cursor: pointer;

        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
    }
    .work-wrap .work-item .caption .caption-box:before,
    .work-wrap .work-item .caption .caption-box:after {
        display: none;
    }
    .work-wrap .work-item .caption .caption-box {
        position: static;
        text-align: center;
    }


@media only screen and (min-width: 769px){
    .work-wrap .work-item .caption {
        height: 100%;
        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: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 {
        padding: 15px 0;
        position: absolute;
        top: 50%;
        left: 17%;
        right: 17%;
        margin: auto;


        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);
    }
}
    
.work-item .caption h2 {
    text-transform: uppercase;
    color: #fff;
    font-size: 18px;
    line-height: 1.2;
    font-weight: 700;
    letter-spacing: 2px;
}
.work-item .caption span {
    margin-top: 5px;
    font-size: 12px;
    display: block;
    letter-spacing: 1px;
    color: #fff;
}



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

.ajaxpage .item img {
    width: 100%;
}
.ajaxpage h4 {
    font-size: 18px;
    line-height: 1;
    font-weight: 900;
    text-transform: uppercase;
    margin-bottom: 15px;
    color: #ff2b42;
}
.ajaxpage .about-pj {
    margin-bottom: 25px;
}
.ajaxpage .about-pj p {
    margin-top: 20px;
    font-size: 16px;
    line-height: 2;
    color: rgb(105, 105, 105);
    font-weight: 300;
}
.ajaxpage .detail-pj ul li {
    color: #696969;
    font-size: 13px;
    line-height: 40px;
    font-weight: 300;
    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 .link {
    color: #010101;
    display: block;
    font-size: 13px;
    font-weight: 300;
    height: 35px;
    line-height: 31px;
    margin-top: 20px;
    text-align: center;
    text-transform: uppercase;
    width: 115px;
    border:2px solid #222;
}


.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;
}


/* 7.   Process section
--------------------------------------------------------------------------------*/



/* 7.   Twitter section
--------------------------------------------------------------------------------*/



/* 7.   Pricing section
--------------------------------------------------------------------------------*/



/* 7.   Latest section
--------------------------------------------------------------------------------*/



/* 7.   Clines section
--------------------------------------------------------------------------------*/



/* 7.   Testimonial section
--------------------------------------------------------------------------------*/


/* 7.   Contact section
--------------------------------------------------------------------------------*/




/* 7.   Map
--------------------------------------------------------------------------------*/




/* 7.   Footer
--------------------------------------------------------------------------------*/






/* 8.   Services section
--------------------------------------------------------------------------------*/




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

/*End Services*/

/* 9.   Funfact section
--------------------------------------------------------------------------------*/
    



/*End Funfacts*/

/* 10.   Team section
--------------------------------------------------------------------------------*/

/*End Our Team*/





/* 11.   Skill section
--------------------------------------------------------------------------------*/


/*End Skill*/

/* 12.   Work section
--------------------------------------------------------------------------------*/

/*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 '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;
        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: 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;
    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 'Lato';
}
.awe-news .item ul{
    font-size: 0;
    padding: 0 17px;
    overflow: hidden;
}
.awe-news .item ul li{
    display: inline-block;
    font: 300 14px 'Lato';
    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 '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;
}
/*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-size: 14px;
    font-family: 'Raleway';
    font-weight: 300;
    margin-top: 45px;
    text-transform: uppercase;
}
.footer p a {
    color: #ff2b42;
}





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

.awe-footer .js-footer-desc {
    color: #696969;
    font: 300 1.6em/1.8em 'Lato';
    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 {
    position: relative;
    margin: auto;
    background-color: #FFF;
}


@media only screen and (min-width: 768px){
    .ajaxpage {
        max-width: 750px;
    }
}

@media only screen and (min-width: 992px){
    .ajaxpage {
        max-width: 970px;
    }
}
@media only screen and (min-width: 1200px){
    .ajaxpage {
        max-width: 1170px;
    }
}

.ajaxpage .col {
    padding-bottom: 20px;
    padding-top: 20px;
}
.awe-mfp-lightbox .ajaxpage .mfp-close {
    border: 1px solid rgb(255, 255, 255);
    color: rgb(255, 255, 255);
    font-size: 20px;
    height: 30px;
    line-height: 30px;
    right: 0;
    top: -32px;
    width: 30px;
    z-index: 99;
}
.ajaxpage .owl-controls {
    margin-top: 0 !important;
}

/* Capcha Form */
.row-capcha {
    font-family: "Raleway";
    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;
}



/* Blog */

/*Blog Banner*/
   #blog-banner{
    min-height: 545px;
    position: relative;
    background: url('../images/parallax/image-parallax-7.jpg') no-repeat;
   } 
   #blog-banner #owl-banner .item h3{
    margin-top: 220px;
   }

/*End Blog Banner*/

#content-blog {
    background-color: #fff;
    padding-top: 80px;
}
.blog-item {
    border-bottom: 1px solid #e7e7e7;
    overflow: hidden;
    padding: 0 0 45px 0;
    position: relative;
    margin-bottom: 50px;


    -webkit-boz-sizing: border-box;
    -moz-boz-sizing: border-box;
    -ms-boz-sizing: border-box;
    -o-boz-sizing: border-box;
    boz-sizing: border-box;
}

.blog-audio iframe {
    border: 0;
    width: 100% !important;
}
#owl-blog-list .item img{
    width: 100%;
}
#owl-blog-list .owl-controls {
    height: 0;
    margin: 0;
    padding: 0;
}
#owl-blog-list .owl-buttons div {
    background-color: #fff;
    border: 0;
    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-blog-list .owl-buttons div:hover {
    opacity: .8;
    color: #fff;
}
#owl-blog-list .owl-buttons .owl-prev {
    left: 0;
}
#owl-blog-list .owl-buttons .owl-next {
    right: 0;
}
.blog-title {
    margin-bottom: 25px;
    min-height: 50px;
    padding-left: 65px;
    position: relative;
}
.blog-title .fa {
    color: #fff;
    display: block;
    font-size: 2.2em;
    height: 48px;
    left: 0;
    line-height: 48px;
    position: absolute;
    text-align: center;
    top: 0;
    width: 48px;
}


.blog-title h2 a {
    color: #222;
}
.blog-title ul {
    font-size: 0;
}
.blog-title ul li {
    color: #222;
    display: inline-block;
    margin-right: 16px;
    margin-top: 6px;
    position: relative;
    font: 900 12px 'Lato';
    text-transform: uppercase;
}
.blog-title ul li:after {
    bottom: 0;
    content: '|';
    margin: auto;
    position: absolute;
    right: -10px;
    top: 0;
}
.blog-title ul li:last-child:after {
    display: none;
}

.blog-item .blog-read-more {
    color: #010101;
    display: block;
    font-size: 13px;
    height: 35px;
    line-height: 31px;
    margin-top: 40px;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    text-align: center;
    text-transform: uppercase;
    width: 115px;
    border:2px solid #222;
}
.blog-item .blog-read-more:hover {
    color: #fff;
    border:2px solid #ff2b42;
}
.blog-item .blog-quote {
    border-left-width: 4px;
    border-left-style: solid;
    padding: 12px 0 12px 30px;
    position: relative;
}
.blog-item .blog-quote blockquote{
    font-size: 2.2em;
    margin-bottom: 22px;
    line-height: 1.4em;
    text-transform: uppercase;
    font-weight: 900;
    color: #222;
}
.blog-item .blog-quote span{
    font-size: 1.2em;
    text-transform: uppercase;
}
.blog-item .blog-quote .fa {
    color: #d9d9d9;
    font-size: 35px;
    left: 20px;
    position: absolute;
    top: 15px;
}
.blog-item .blog-image img {
    display: block;
    margin: 0 auto 10px;
    max-width: 100%;
    width: 100%;
}
.blog-item .blog-link {
    height: 118px;
    position: relative;
    text-align: center;
    border:2px solid #222222;
    font-weight: bold;
}
.blog-item .blog-link .fa {
    color: #222;
    font-size: 40px;
    left: 40px;
    line-height: 118px;
    position: absolute;
    top: 0;
}
.blog-item .blog-link:before {
    background-color: #cccccc;
    content: '';
    display: block;
    height: 100px;
    left: 115px;
    position: absolute;
    top: 8px;
    width: 1px;
}
.blog-item .blog-link a {
    display: block;
}
.blog-item .blog-link p {
    color: #222;
    font-size: 2.2em;
    line-height: 118px;
    font-weight: 900;
}
.blog-item .blog-text-post {
    margin-top: 0;
}

ul.page-numbers {
    font-size: 0;
    margin-bottom: 100px;
    margin-top: 65px;
}
ul.page-numbers li,
.page-links span  {
    display: inline-block;
    padding: 0;
}
ul.page-numbers li a,
.page-links span  {
    border: 1px solid #e7e7e7 ;
    border-radius: 0 !important;
    color: #000;
    display: block;
    font:700 16px/28px 'Lato';
    height: 30px;
    margin: 0;
    margin-right: 5px;
    padding: 0 5px;
    text-align: center;
    min-width: 30px;

    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -ms-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
}
.page-links .page-links-title {
    border: 0;
    background-color: transparent;
    color: #222;
}
.page-links  span {
    display: inline-block;
}
.page-links  > a > span {
    background-color: transparent;
    color: #222;
    border: 1px solid #e7e7e7;
}
ul.page-numbers li:first-child a .fa,
ul.page-numbers li:last-child a .fa {
    font-size: 19px;
    position: relative;
}
ul.page-numbers li a:hover {
    background-color: #1d1f25;
    border: 1px solid #1d1f25;
    color: #fff;
}
ul.page-numbers li.current-page a,
.page-links  span  {
    background-color: #1d1f25;
    border: 1px solid #1d1f25 ;
    color: #fff;
}

.blog-list-right .widget {
    margin-bottom: 40px;
}

.widget_search form {
    margin-top: 28px;
}
.widget_search form input {
    border: 1px solid #dcdcdc;
    color: #8d8d8d;
    font:300 1.4em 'Lato';
    height: 44px;
    padding: 0 17px;
    width: 100%;

    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.widget_categories ul,
.widget_recent_entries ul,
.widget_recent_comments ul,
.widget_archive ul,
.widget_pages ul,
.widget_meta ul,
.widget_categories ul  {
    margin-top: 16px;
    list-style: none;
}
.widget_categories ul li,
.widget_recent_entries ul li,
.widget_archive ul li,
.widget_meta ul li,
.widget_rss ul li,
.widget_nav_menu ul li,
.widget_recent_entries ul li,
.widget_recent_comments ul li,
.widget_pages ul li,
.widget_recent_comments ul li {
    border-top: 1px solid #e7e7e7;
}
.widget_categories ul li:first-child,
.widget_archive ul li:first-child,
.widget_meta ul li:first-child,
.widget_rss ul li:first-child,
.widget_recent_comments ul li:first-child,
.widget_recent_comments ul li:first-child,
.widget_nav_menu ul li:first-child,
.widget_pages ul li:first-child,
.widget_recent_entries ul li:first-child {
    border: 0;
}
.widget_categories ul li,
.widget_recent_entries ul li,
.widget_recent_comments ul li,
.widget_archive ul li,
.widget_nav_menu ul li,
.widget_pages ul li,
.widget_meta ul li,
.widget_categories ul li,
.widget_recent_comments ul li {
    font:300 16px/26px 'Lato';
    color: #696969;
}
.widget_recent_comments ul li {
    padding: 15px 0;
}
.widget_categories ul li a,
.widget_recent_entries ul li a,
.widget_recent_comments ul li a,
.widget_nav_menu ul li a,
.widget_archive ul li a,
.widget_pages ul li a,
.widget_meta ul li a,
.widget_categories ul li a,
.widget_recent_comments ul li a  {
    display: inline-block;
    color: #696969;
    font:300 16px/26px 'Lato';
    padding: 15px 0;

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

#wp-calendar {
    width: 100%;
    margin-top: 25px;
}
#wp-calendar caption {
    color: #fff;
    font: 400 18px/40px 'Lato';
    background-color: #696969;
}
#wp-calendar th {
    color: #696969;
    font: 700 16px/26px 'Lato';
}
#wp-calendar td {
    color: #696969;
    font: 300 16px/26px 'Lato';
}
#wp-calendar td a {
    font-weight: 700;
    color: #696969;
}
.widget_archive select,
.widget_categories select,
.textwidget select {
    width: 100%; height: 40px;
    color: #696969;
    font: 300 16px/26px 'Lato';
    background-color: #fff;
    border: 1px solid #eee;
    padding: 0 15px;
    margin-top: 25px;
}

.widget_categories {
    margin-top: 60px;
}
.widget_rss h2 a {
    color: #222;
}

.widget_rss ul {
    margin-top: 20px;
}
.widget_rss ul li {
    font-family: 'Lato';
    font-size: 16px;
    font-weight: 300;
    line-height: 1.5em;
    color: #696969;
    padding: 15px 0;
}
.widget_rss ul li a {
    font-weight: 700;
    color: #696969;
}

.textwidget {
    margin-top: 20px;
}
.textwidget strong {
    display: block;
    font-weight: 700;
    line-height: 1.6em;
    margin: 10px 0;
    color: #696969;
}


.comment-form {
    overflow: hidden;
    width: auto !important;
    margin-left: -15px;
    margin-right: -15px;
}
#commentform .controls,
#commentform .form-allowed-tags {
    font-family: 'Lato';
    font-size: 16px;
    color: #696969;
    margin-top: 10px;
    padding-left: 15px;
    padding-right: 15px;
}
.date-comment .comment-edit-link {
    margin-left: 15px;
    font-weight: 400;
}
#commentform .form-allowed-tags code {
    display: block;
    font-size: 10px;
    line-height: 1.5em;
    white-space: normal;
}


.awew_flickr {
    margin-top: 48px;
}
.flickr-content {
    margin: 0px -4px;
    margin-top: 28px;
    overflow: hidden;
}
.flickr-content li {
    display: block;
    float: left;
    padding: 5px;
    width: 33.33%;
}
.flickr-content li a {
    display: block;
    position: relative;
    width: 100%;
}
.flickr-content li a:before {
    content: '';
    display: block;
    height: 100%;
    width: 100%;
    position: absolute;
    margin: auto;
    top: 0; bottom: 0; left: 0; right: 0;
    z-index: 9;
    -webkit-transform: scale(0);
       -moz-transform: scale(0);
        -ms-transform: scale(0);
         -o-transform: scale(0);
            transform: scale(0);
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -ms-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
}
.flickr-content li a:hover:before {
    background: rgba(0,0,0,.8);
    -webkit-transform: scale(1);
       -moz-transform: scale(1);
        -ms-transform: scale(1);
         -o-transform: scale(1);
            transform: scale(1);
}
.flickr-content li a img {
    width: 100%;
}
.widget_recent_entries {
    margin-top: 70px;
}

.widget_tag_cloud {
    margin: 60px 0;
}
.tagcloud {
    font-size: 0;
    margin: 0px -5px;
    margin-top: 28px;
}
.tagcloud a {
    border: 1px solid #ccc;
    display: inline-block;
    height: 29px;
    margin: 5px;
    color: #696969;
    font: 300 16px/25px 'Lato' !important;
    padding: 0px 9px;
    text-align: center;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

.tagcloud a:hover {
    background-color: #1d1f25;
    color: #fff;
}
.blog-detail {
    color: #8d8d8d;
    font:300 1.6em/1.6em 'Lato';
}
.blog-detail p.p-blog-detail{
    margin-top: 65px;
}
.blog-detail .blog-quote{
    margin-top: 65px;
}
.blog-detail .blog-quote p{
    font:900 22px/1.4em 'Raleway';
}
.blog-detail .blog-quote span{
    font:12px 'Raleway';
}
.blog-comment {
    margin-top: 70px;
    overflow: hidden;
}
.title-right-blog span {
    color: #f1c40f;
}
.comment-item {
    border-bottom: 1px solid #e7e7e7;
    margin-top: 50px;
    min-height: 130px;
    overflow: hidden;
    padding-left: 135px;
    position: relative;
}
.comment-item > .comment-item {
    border-bottom: 0;
    border-top: 1px solid #e7e7e7;
    padding-top: 50px;
}

.comment-item > .comment-item {
    padding-bottom: 0;
    margin-top: 0;
}
.comment-item > .comment-item .img-comment {
    top: 50px;
}
.img-comment {
    left: 0;
    position: absolute;
    top: 0;
    width: 100px;
}
.img-comment img {
    width: 100%;
}
.user-comment {
    color: #222222;
    display: block;
    font: 900 1.6em 'Raleway';
    text-transform: uppercase;
}
.date-comment {
    color: #222222;
    display: block;
    font:900 1.2em 'Lato';
    margin-top: 2px;
    text-transform: uppercase;
}
.detail-comment {
    color: #696969;
    font:300 1.6em/1.6em 'Lato';
    margin-top: 20px;
}
.reply-comment {
    cursor: pointer;
    display: block;
    float: right;
    height: 20px;
    overflow: hidden;
    font: 1.2em/2em 'Raleway';
    margin-top: 35px;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    padding-left: 25px;
    position: relative;
    text-transform: uppercase;
    margin-bottom: 25px;
}

.reply-comment:hover {
    color: #222;
}
.reply-comment .icon {
    font-size: 20px;
    float: left;
    margin-right: 8px;
    margin-top: 1px;
}
.clear {
    clear: both;
}
.blog-leave-reply {
    margin-bottom: 55px;
    margin-top: 80px;
}
.blog-leave-reply h2 {
    margin-bottom: 65px;
}
.blog-leave-reply input[type="text"] {
    border:0;
    height: 44px;
    padding: 12px 15px;
    width: 100%;
    color: #696969;
    display: block;
    border: 1px solid #d1d1d1;
    font: 1.2em 'Raleway';
    text-transform: uppercase;
    margin-top: 30px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
.blog-leave-reply textarea,
.blog-comment textarea {
    border: 0;
    display: block;
    font: 1.2em 'Raleway';
    color: #8d8d8d;
    text-transform: uppercase;
    margin-top: 30px;
    min-height: 210px;
    padding: 10px 15px;
    width: 100%;
    border: 1px solid #d1d1d1;
    resize: none;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.blog-comment .comment-respond {
    margin-top: 80px;
}
.comment-respond .comment-reply-title small {
    font-size: 12px;
    font-weight: 400;
}
.comment-form .form-submit {
    padding-right: 15px;
}
.comment-form #submit {
    border: 2px solid #222222;
    color: #000000;
    display: block;
    float: right;
    font: 13px/30px 'Raleway';
    text-transform: uppercase;
    background: none;
    height: 34px;
    margin-top: 50px;
    text-align: center;
    text-transform: uppercase;
    width: 118px;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    
}
.comment-form #submit:hover {
    background-color: #1d1f25;
    color: #fff;
}
.blog #navigation.nav-ver2,
.blog-singer #navigation.nav-ver2 {
    position: static;
    background: #fff;
    box-shadow: 0 3px 5px rgba(0,0,0,.4);
}
.blog #navigation.nav-ver2 .logo a,
.blog-singer #navigation.nav-ver2 .logo a {
    background: #1d1f25;
}
.blog #navigation.nav-ver2 ul.menu > li > a,
.blog-singer #navigation.nav-ver2 ul.menu > li > a {
    color: #000;
}
.blog #navigation.nav-ver2 ul.menu ul:before,
.blog-singer #navigation.nav-ver2 ul.menu ul:before {
    border-bottom-color: #000;
}
.blog-video,
.awe-embed-video {
    position: relative;
    padding-bottom: 56.25%;
    height: 0px;
    overflow: hidden;
}
.blog-video iframe,
.awe-embed-video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.blog-descript .awe-embed-video iframe {
    margin-bottom: 0;
}
.blog-descript  .awe-embed-video {
    display: block;
}

/* Blog masonry */

.blog-grid.blog-item {
    border-bottom: 0;
}
.blog-grid .col img {
    width: 100%;
}
.blog-grid:after {
    content: '';
    display: block;
    clear: both;
}
.blog-grid .col .inner {
    padding-bottom: 30px;
    margin-bottom: 30px;
    border-bottom: 1px solid #e7e7e7;
}
.blog-grid .blog-title {
    padding-left: 60px;
    padding-top: 8px;
}
.blog-grid .blog-title h2 a {
    font-size: 16px;
}
.blog-grid .blog-title ul li {
    font-size: 10px;
}
.blog-grid.blog-item .blog-quote blockquote {
    font-size: 1.8em;
}
.blog-grid.blog-item .blog-link {
    height: auto;
    padding: 20px 20px 50px 20px;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -ms-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
}
.blog-grid.blog-item .blog-link p {
    font-size: 1.8em;
    line-height: 1.8em;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -ms-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
}
.blog-grid.blog-item .blog-link .fa {
    position: static;
    padding: 22px;
    border-bottom: 1px solid #222;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -ms-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
}

.blog-grid.blog-item .blog-link:before {
    display: none;
}
.owl-item-masonry.owl-theme .owl-controls {
    height: 0;
    margin: 0;
    padding: 0;
}
.owl-item-masonry.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;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    padding: 0;
    position: absolute;
    text-align: center;
    top: 0;
    width: 28px;
    z-index: 999;
    font-weight: bold;
}
.owl-item-masonry.owl-theme .owl-buttons div:hover {
    background-color: rgba(255,43,66,1);
    opacity: .8;
    color: #fff;
}
.owl-item-masonry.owl-theme .owl-buttons .owl-prev {
    left: 0;
}
.owl-item-masonry.owl-theme .owl-buttons .owl-next {
    right: 0;
}
.blog-grid.blog-item .col .head {
    position: relative;
}
.blog-grid.blog-item .col .head:after {
    content: '';
    display: block;
    position: absolute;
    width: 100%; height: 100%;
    top: 0; left: 0;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -ms-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
}
.blog-grid.blog-item .col .head:hover:after {
    background-color: rgba(0,0,0,0.8);
}
.blog-grid.blog-item .col .head .link {
    display: block;
    width: 54px; height: 54px;
    font-size: 0;
    text-align: center;
    overflow: hidden;
    border: 1px solid #fff;
    position: absolute;
    margin: auto;
    left: 0; right: 0; top: 0; bottom: 0;
    z-index: 999;
    -webkit-transform: scale(2) rotate(-270deg);
    -moz-transform: scale(2) rotate(-270deg);
    -ms-transform: scale(2) rotate(-270deg);
    -o-transform: scale(2) rotate(-270deg);
    transform: scale(2) rotate(-270deg);
    opacity: 0;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -ms-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
}
.blog-grid.blog-item .col .head:hover .link {
    -webkit-transform: scale(1) rotate(0deg);
    -moz-transform: scale(1) rotate(0deg);
    -ms-transform: scale(1) rotate(0deg);
    -o-transform: scale(1) rotate(0deg);
    transform: scale(1) rotate(0deg);
    opacity: 1;
}
.blog-grid.blog-item .col .head-image .link {
    background: url('../images/icon-plus.png') no-repeat  center center;
}
.blog-grid.blog-item .col .head-video .link {
    background: url('../images/icon-play.png') no-repeat  center center;
}
.blog-grid.blog-item .col .head-audio .link {
    background: url('../images/icon-headphone.png') no-repeat  center center;
}

#loadmore {
    text-align: center;
}
#loadmore a {
    margin-top: 20px;
    display: inline-block;
    min-width: 170px;
    height:40px;
    line-height: 40px;
    font-size: 1.6em;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 95px;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -ms-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
}
#loadmore a:hover {
    background: #222;
}


.title-right-blog,
.comment-reply-title {
    color: #222222;
    font: 900 2.4em 'Raleway';
    text-transform: uppercase;
}

.blog-title h2,
.blog-title h1 {
    display: block;
    font-weight: 900;
    color: #222;
    text-transform: uppercase;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
.blog-title h2 a {
    font-size: 30px;
}
.blog-title ul li a {
    /*color: #ff2b42;*/
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
.blog-title ul li a:hover {
    color: #222;
}

.blog-item p {
    color: #696969;
    font-family: 'Lato';
    font-weight: 300;
    font-size: 16px;
    line-height: 28px;
}
.blog-item p strong {
    font-weight: 700;
}

.blog-descript p {
    margin-bottom: 20px;
}
/*h1, h2, h3, h4, h5, h6 {
    font-family: 'Raleway';
    font-weight: 900;
}
h1 {
    font-size: 36px;
}
h2 {
    font-size: 30px;
}
h3 {
    font-size: 26px;
}
h4 {
    font-size: 22px;
}
h5 {
    font-size: 18px;
}
h6 {
    font-size: 16px;
}
p {
    font-family: 'Lato';
    font-weight: 300;
    line-height: 1.5em;
}
*/


/* Heading */
.blog-descript h1 {font-size: 36px;}
.blog-descript h2 {font-size: 30px;}
.blog-descript h3 {font-size: 24px;}
.blog-descript h4 {font-size: 18px;}
.blog-descript h5 {font-size: 14px;}
.blog-descript h6 {font-size: 12px;}

.blog-descript h1,
.blog-descript h2,
.blog-descript h3,
.blog-descript h4,
.blog-descript h5,
.blog-descript h6 {
    margin: 20px 0;
}


/* Blogquote */
.blog-descript blockquote {
    font-style: italic;
    margin-bottom: 1.71429rem;
    padding: 1.71429rem;
}

.blog-descript blockquote p {
    margin: 0;
    font-style: italic;
}

/* Table */

.blog-descript table {
    border-bottom: 1px solid #ededed;
    color: #757575;
    font-size: 0.857143rem;
    line-height: 2;
    margin: 0 0 1.71429rem;
    width: 100%;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
.blog-descript th {
    color: #636363;
    font-size: 0.785714rem;
    font-weight: bold;
    line-height: 2.18182;
    text-transform: uppercase;
}
.blog-descript td {
    border-top: 1px solid #ededed;
    padding: 6px 10px 6px 0;
}
caption, th, td {
    font-weight: normal;
    text-align: left;
}

/* Definition Lists */
.blog-descript dl {
    margin: 0 20px; 
    font-size: 15px;
    color: #696969;
}

.blog-descript dt {
    font-weight: bold;
    line-height: 1.71429;
    
}

.blog-descript dd {
    line-height: 1.71429;
    margin-bottom: 20px;

}

/* List */

.blog-descript  ul {
    list-style: disc outside ;
}

.blog-descript  ol {
    list-style: decimal outside ;
}
.blog-descript  ol, 
.blog-descript  ul {
    line-height: 1.71429;
    margin: 0 0 1.71429rem;
    font-size: 15px;
    color: #696969;
}

.blog-descript  li {
    margin: 0 0 0 2.57143rem;
}

.blog-descript ul ul, 
.blog-descript ol ol, 
.blog-descript ul ol, 
.blog-descript ol ul {
    margin-bottom: 0;
}

/* Address */

.blog-descript  address {
    display: block;
    font-style: italic;
    font-size: 14px;
    line-height: 28px;
    color: #696969;
}

.blog-descript ins {
    background-color: #fff9c0;
    text-decoration: none;
}


.blog-descript  pre {
    color: #666;
    font-size: 14px;
    padding: 20px;
    font-family: Consolas,Monaco,Lucida Console,monospace;
}


.blog-descript .edit-link a {
    font-size: 12px;
    font-weight: 400;
    font-family: 'Lato';
    margin-top: 20px;
    position: relative;
    text-transform: uppercase;
    float: right;
}

.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.alignleft {
    float: left;
}

.alignright {
    float: right;
}

img.aligncenter, .wp-caption.aligncenter {
    margin-top: 20px;
    margin-bottom: 20px;
}
img.alignleft, .wp-caption.alignleft {
    margin: 12px 24px 12px 0;
}
img.alignright, .wp-caption.alignright {
    margin: 12px 0 12px 24px;
}
.blog-descript img {
    max-width: 100%;
}
.wp-caption {
    max-width: 100%;
    padding: 4px;
}
.blog-descript  form input {
    border: 1px solid #dcdcdc;
    color: #8d8d8d;
    font: 300 1.4em "Lato";
    height: 44px;
    padding: 0 17px;
}


/* Gallery */

.blog-descript .gallery-item dt {
    font-weight: bold;
    line-height: 1.71429;
}

.blog-descript .gallery-item {
    margin-right: 0;
    margin-left: 0;
}
.blog-descript .gallery-item a {
    display: block;
}

.blog-descript .gallery img {
    border:  none !important;
}
.gallery .gallery-icon img {
    height: auto;
    max-width: 90%;
}

.blog-descript embed, 
.blog-descript iframe, 
.blog-descript object, 
.blog-descript video {
    margin-bottom: 1.71429rem;
    max-width: 100%;
}
.blog-item .blog-audio, 
.blog-item .blog-link,
.blog-item .blog-quote,
.blog-item .blog-list-img,
.blog-item .blog-video,
.blog-item .blog-image {
    margin-bottom: 50px;
}
.blog-grid .inner .head-audio,
.blog-grid .inner .head-image,
.blog-grid .inner .blog-link,
.blog-grid .inner .head-video {
    margin-bottom: 20px;
}




/* 7.   Carousel slider
--------------------------------------------------------------------------------*/

.awe-content .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;
}


.do-you-love-us-yet a:hover,
#contact .contact-form .item button:hover,
#about a:hover,
#team .join-team:hover {
    background-color: #222;
}


.mfp-container {
    top: 60px !important;
}