403Webshell
Server IP : 87.98.154.146  /  Your IP : 216.73.216.101
Web Server : Apache
System : Linux webm005.cluster126.gra.hosting.ovh.net 6.18.42-ovh-vps-grsec-zfs+ #1 SMP PREEMPT_DYNAMIC Wed Aug 5 15:59:48 CEST 2026 x86_64
User : bsiadvisil ( 110003)
PHP Version : 7.3.33
Disable Function : _dyuweyrj4,_dyuweyrj4r,dl
MySQL : OFF  |  cURL : ON  |  WGET : ON  |  Perl : ON  |  Python : ON  |  Sudo : OFF  |  Pkexec : OFF
Directory :  /home/bsiadvisil/www/templates/corporex_helix3/less/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ Back ]     

Current File : /home/bsiadvisil/www/templates/corporex_helix3/less/theme.less
/**
* @package Helix Framework
* @author JoomShaper http://www.joomshaper.com
* @copyright Copyright (c) 2010 - 2017 JoomShaper
* @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 or later
*/


/* ************   START TABLE OF CONTENT   ************ */
/* **************************************************** */
/*
        01. Base Style
        01. Button & Input
        03. Top Bar
        04. Header
        05. Page Title
        06. body innerwrapper
        07. Page Builder Addons
        08. Module
        09. Login Form
        10. Search
        11. Blog
        12. Bottom
        13. Footer
        14. Comingsoon
        15. Error page
        16. Mixed CSS

        /* ************   END:: TABLE OF CONTENT  ************* */
/* **************************************************** */


/* ************   START Start Base Style   ************* */
/* **************************************************** */

a {
    -webkit-transition: color 400ms, background-color 400ms;
    transition: color 400ms, background-color 400ms;
}

body {
    line-height: 24px;
    -webkit-transition: all 400ms ease;
    transition: all 400ms ease;
}

a, a:hover, a:focus, a:active {
    text-decoration: none;
}

label {
    font-weight: normal;
}

legend {
    padding-bottom: 10px;
}

img {
    display: block;
    max-width: 100%;
    height: auto;
}

/* ***************   END:: Base Style  **************** */
/* **************************************************** */

/* ****************   START Button   ****************** */
/* **************************************************** */

.btn, .sppb-btn {
    .transition(~'color 400ms, background-color 400ms, border-color 400ms');
}

//Offline
.offline-inner {
    margin-top: 100px;
}

//input
select, textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input {
    display: block;
    height: 35px;
    padding: 4px 6px;
    font-size: 14px;
    line-height: 1;
    color: #666;
    background-color: #fff;
    background-image: none;
    border: 1px solid #f5f5f5;
    border-radius: 0;
    box-shadow: none;
}

.group-control {
    select, textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input {
        width: 100%;
    }
}

/* *****************   END:: Button  ****************** */
/* **************************************************** */

/* ****************   START Common   ****************** */
/* **************************************************** */

// go to top
.scrollup {
    width: 40px;
    height: 40px;
    position: fixed;
    bottom: 62px;
    right: 100px;
    display: none;
    z-index: 999;
    border: 1px solid #f5f5f5;
    &:before{
        content: " \f106";
        font-family: "FontAwesome";
        position: absolute;
        top: 0;
        right: 0;
        border-radius: 3px;
        width: 40px;
        height: 38px;
        line-height: 34px;
        text-align: center;
        font-size: 20px;
        font-weight: 700;
        color: #fff;
    }
}

/* *****************   END:: Common  ****************** */
/* **************************************************** */

/* ***************   START Top Bar   ****************** */
/* **************************************************** */

#sp-top-bar {
    padding: 8px 0;
    .sp-module {
        display: inline-block;
        margin: 0 0 0 20px;
    }
}

ul.social-icons {
    list-style: none;
    padding: 0;
    margin: -5px;
    display: inline-block;
    >li {
        display: inline-block;
        margin: 5px 7px;
        a {
            color: #999999;
        }
    }
}

// language switcher
.sp-module-content {
    .mod-languages {
        ul.lang-inline {
            margin: 0;
            padding: 0;
            li {
                border: none;
                display: inline-block;
                margin: 0 5px 0 0;
                a {
                    padding: 0 !important;
                }
                >a:before {
                    display: none;
                }
            }
        }
    }
}

.sp-contact-info {
    float: right;
    list-style: none;
    padding: 0;
    margin: 0 -10px;
    li {
        display: inline-block;
        margin: 0 10px;
        font-size: 90%;
        i {
            margin: 0 3px;
        }
    }
}

/* *****************   END:: Top Bar  ***************** */
/* **************************************************** */


/* ****************   START Header   ****************** */
/* **************************************************** */

//sticky header
.sticky-wrapper{
    position: relative;
    z-index: 99;
}

#sp-header {
    background: #ffffff;
    border-bottom: 1px solid #f5f5f5;
    height: 90px;
    left: 0;
    position: relative;
    top: 0;
    width: 100%;
    z-index: 99;
    .logo {
        display: inline-block;
        height: 90px;
        display: table;
        -webkit-transition: all 400ms ease;
        transition: all 400ms ease;
        margin: 0;
        a {
            font-size: 24px;
            line-height: 1;
            margin: 0;
            padding: 0;
            display: table-cell;
            vertical-align: middle;
        }
        p {
            margin: 5px 0 0;
        }
    }
    .sp-retina-logo {
        display: none;
    }
    &.menu-fixed{
        position: fixed;
        z-index: 9999;
        box-shadow: 0 3px 3px rgba(0, 0, 0, 0.05);
    }

    #sp-top-social{
        ul.social-icons{
            list-style: none;
            float: right;
            margin: 30px 0 0;
            li{
                display: inline-block;
                margin: 0;
            }
            a{
                width:30px;
                height:30px;
                display:inline-block;
                line-height: 30px;
                text-align: center;
                font-size: 15px;
                color: #ccc;
                font-weight: 100;
                margin-right: 10px;
                border-radius: 2px;
                .transition(300ms);
                &:hover{
                    color: #fff;
                }
                &:last-child{
                    margin-right: 0px;
                }
            }
        }
    }
}

.sticky-wrapper.is-sticky {
    position: relative;
    z-index: 999;
}

#sp-menu{
    border-bottom: 1px solid #f5f5f5;
    background: #fff;
}
//Search
#sp-left,
#sp-right,
#sp-search{
    .search{
        margin: 18px 0 0 0;
        form{
            margin:0;
            position: relative;
            height: 35px;
        }
        #mod-search-searchword{
            &:focus{
                box-shadow: none;
                outline: 0;
            }
        }
        .btn-top-search {
            position: absolute;
            right: 6px;
            top: 6px;
            background: transparent;
            font-size: 12px;
            text-shadow: none;
            padding: 0;
            border: 0;
            color: #666;
        }
    }
}

/* *****************   END:: Header  ****************** */
/* **************************************************** */


/* ****************   START Slider   ****************** */
/* **************************************************** */

.owl-controls.container{
    margin: 0;
    position: absolute;
    width: 100%;
    top: auto;
    bottom: 0;
}
.owl-theme .owl-controls{
    margin: 0;
}
.sppb-slider-fullwidth-wrapper{
    .owl-item{
        .sppb-slideshow-fullwidth-item-text{
            .details,
            .sppb-fw-slider-button-wrapper,
            .sppb-fullwidth-title{
                display: none;
            }
        }
    }
    .owl-item.active{
        .sppb-slideshow-fullwidth-item-text{
            .details,
            .sppb-fw-slider-button-wrapper,
            .sppb-fullwidth-title{
                display: block;
            }
        }
    }
}

.sppb-slide-item-bg.sppb-slideshow-fullwidth-item-bg{
    height: 500px;
    background-size: cover;
    .sppb-slideshow-fullwidth-item-text{
        display: inline-block;
        width: 47.4%;
        position: absolute;
        z-index: 1;
        left: 50px;
        top: 45%;
        padding: 40px;
        color: #fff;
        min-height: 169px;
        background-color: rgba(0,0,0, .6);
        h1,p{
            margin: 0;
        }
        h1.sppb-fullwidth-title {
            margin-bottom: 10px;
        }
        p.sp-introtext{
            line-height: 20px;
        }
        .sppb-fw-slider-button-wrapper {
            position: relative;
            .btn.btn-primary{
                display: inline-block;
                position: absolute;
                bottom: -55px;
                left: 0;
            }
        }
    }
}
.customNavigation{
    position: absolute;
    left: 20px;
    width: 100%;
    top: auto;
    bottom: 0;
    z-index: 9;
    text-align: right;
    a{
        border: 1px solid rgba(255,255,255,0.6);
        color: rgba(255,255,255,0.6);
        padding: 6px 15px;
        font-size: 16px;
        display: inline-block;
        cursor: pointer;
        margin: 0 0 30px 2px;
        &:hover{
            border-color: transparent;
            color: rgba(255,255,255,0.6);
        }
    }
}

/* ******************   END:: Slider  ***************** */
/* **************************************************** */


/* *************   START Feature Section   ************ */
/* **************************************************** */
#sp-page-builder {
    .sppb-section {
        .sppb-section-title{
            margin-bottom: 0;
        }
    }
}
.sppb-addon-feature{
    .sppb-addon-content{
        border: 1px solid #f5f5f5;
        padding: 40px 28px 30px;
        margin: 0;
        .transition (400ms);
        //feature icon
        i{
            font-size: 36px;
            display: inline-block;
            background: none;
            text-align: center;
            .transition (400ms);
        }
        // feature title
        h3{
            text-transform: uppercase;
            font-size: 18px;
            font-weight: normal;
            line-height: 22px;
            margin-bottom: 15px;
            .transition (400ms);
        }
        .sppb-addon-text{
            color: #666;
            .transition (400ms);
        }
        // item hover
        &:hover {
            color: #fff;
            h3{
                color: #fff;
            }
            i{
                color:#fff;
            }
            .sppb-addon-text{
                color: #fff;
            }
        }
    }
}

/* ************   END:: Feature Section   ************* */
/* **************************************************** */

/* *************   START Animated Number   ************* */
/* **************************************************** */

.sppb-addon-animated-number{
    // Animated number top box
    .sppb-animated-number-wrap{
        margin-bottom: 10px;
        position: relative;
        font-size: 30px;
        .sppb-animated-number-syntax{
            margin-left: -5px;
        }
    }
    // Animted text
    .sppb-animated-number-title{
        margin-bottom: 0;
        text-transform: uppercase;
    }
}

/* *************   END:: Animated Number  ************* */
/* **************************************************** */

/* **************   START Tab Section   *************** */
/* **************************************************** */
.sppb-addon.sppb-addon-module{
    .sptab_red{
        padding: 20px;
        .tab-padding{
            padding: 20px 0 0 !important;
            .custom{
                div{
                    img{
                        margin-right: 15px;
                    }
                }
                h3{
                    font-size: 24px;
                    color: #333;
                    margin-top: 0px;
                }
                p{
                    color: #666;
                    line-height: 20px;
                }
            }
            .latestnews{
                >div{
                    display: table;
                    border-bottom: 1px solid #f5f5f5;
                    padding: 15px 0;
                    width: 100%;
                    .article-list-img{
                        float: left;
                        width: 85px;
                        height: 55px;
                        margin-right: 25px;
                        img{
                            height: 100%;
                            width: 100%;
                        }
                    }
                    a{
                        float: left;
                        color: #666;
                        font-size: 16px;
                        margin-top: 10px;
                    }
                }
            }
            .sp-sig{
                display: table;
                width: 100%;
                a{
                    float: left;
                    width: 20%;
                    img{
                        opacity: .5;
                        .transition(400ms);
                    }
                    &:hover{
                        img{
                            opacity: 1;
                        }
                    }
                }
            }
        }
        div.tabs_buttons{
            div.tabs_mask{
                background: transparent !important;
                ul.tabs_container li.tab {
                    background: transparent !important;
                    padding: 6px 20px !important;
                    margin: 0 5px 0px!important;
                    border: 1px solid #f5f5f5 !important;
                    text-transform: uppercase !important;
                    color: #666 !important;
                    &:first-child{
                        margin-left: 0 !important;
                    }
                    &.active{
                        color: #fff !important;
                    }
                }
            }

        }
    }
}

/* **************   END:: Tab Section   *************** */
/* **************************************************** */

/* ***************   START Accordion   **************** */
/* **************************************************** */


.sppb-panel-group{
    border: 0;
    .border-radius(0);
    padding-top: 10px;
    &:first-child{
        padding-top: 0;
    }
}
.sppb-addon-accordion{
    .sppb-panel-heading{
        color: #333;
        border: 1px solid #f5f5f5;
        .transition(400ms);
        background: transparent;
        padding: 8px 30px 8px 15px;
        .sppb-panel-title{
            font-weight: 400;
            i{
                display: inline-block;
                padding-right: 5px;
            }
        }
        span{
            color: #333;
            .transition(400ms);
            i{
                color: #333;
                .transition(400ms);
            }
        }
        &.active{
            border: 1px solid transparent;
            .fa-minus{
                display: inline-block;
            }
            .fa-plus{
                display: none;
            }
            .sppb-toggle-direction{
                -webkit-transform: translateY(-50%) rotate(0deg);
                transform: translateY(-50%) rotate(0deg);
            }
            span{
                color: #fff;
                i{
                    color: #fff;
                }
            }
        }
        .fa-plus{
            display: inline-block;
        }
        .fa-minus{
            display: none;
        }
        .sppb-toggle-direction{
            -webkit-transform: translateY(-50%) rotate(0deg);
            transform: translateY(-50%) rotate(0deg);
        }
    }
    .accordion-inner{
        border-top: 0;
        border: 1px solid #f5f5f5;
        padding: 15px 15px 10px;
    }
    span.number{
        margin-right: 10px;
    }
    .sppb-panel-default{
        margin-bottom: 10px;
        &:last-of-type{
            margin-bottom: 0;
        }
    }
    .sppb-panel-group > .sppb-panel{
        border: 0;
    }
    .sppb-panel-group {
        .sppb-panel-body{
            border-color: #f5f5f5;
            border-width: 0 1px 1px;
            border-style: solid;
            line-height: 20px;
        }
        .sppb-panel{
            .sppb-panel-body{
                &:last-child{
                    border-bottom-width: 1px;
                }
            }

        }
    }
}
/* ***************   END:: Accordion   **************** */
/* **************************************************** */

/* ************   START Call To Action   ************** */
/* **************************************************** */
.sppb-section.coporex-callto-action{
    .sppb-addon-cta{
        padding: 0 !important;
        .sppb-row{
            display: block;
            >div{
                display: block;
                float: left;
            }
        }
        .sppb-addon-title.sppb-cta-title{
            margin-bottom: 0;
        }
        .sppb-cta-text{
            margin-top: 5px;
        }
        .sppb-btn-default{
            margin-top: 6px;
        }
    }
}

/* *************   END:: Call To Action   ************* */
/* **************************************************** */


/* *************   START Gallery Addons   ************* */
/* **************************************************** */
.sppb-addon-gallery {
    .sppb-addon-content{
        .sppb-gallery{
            li{
                width: 25%;
                img{
                    width: 100% !important;
                }
                .sppb-gallery-btn{
                    text-align: center;
                    position: relative;
                    span{
                        position: absolute;
                        margin: 0 2px;
                        width: 90px;
                        height: 30px;
                        line-height: 30px;
                        font-size: 12px;
                        left: 0;
                        top: 0;
                        bottom: 0;
                        right: 0;
                        margin: auto;
                        background: #fff;
                        opacity: 0;
                        -webkit-transition: opacity 400ms;
                        transition: opacity 400ms;
                        &:hover{
                            background: fade(#fff,80%);
                        }
                    }
                    &:before{
                        content: '';
                        position: absolute;
                        left: 0;
                        top: 0;
                        width: 100%;
                        height: 100%;
                        text-align: center;
                        opacity: 0;
                        -webkit-transition: opacity 400ms;
                        transition: opacity 400ms;
                    }
                    &:hover{
                        &:before{
                            opacity: 1;
                        }
                        span{
                            opacity: 1;
                        }
                    }
                }
            }
        }
    }
}

/* *************   END:: Gallery Addons   ************* */
/* **************************************************** */


/* ***********   START Testimonial Addons   *********** */
/* **************************************************** */

.sppb-carousel.sppb-testimonial-pro{
    .sppb-testimonial-content-wrap{
        display: flex;
    }
    .sppb-addon-testimonial-pro-footer{
        flex: 1;
        margin-right: 20px;
        margin-top: 0;
    }
    .sppb-testimonial-message{
        flex: 4;
        text-align: left;
    }
    .sppb-item{
        border: 1px solid #f5f5f5;
        padding: 24px 10px;
        .sppb-testimonial-message{
            line-height: 23px;
            color: #666;
            font-size: 14px;
            &:after{
                position: absolute;
                font-family: FontAwesome;
                content: "\f10e";
                font-size: 24px;
                color: #f0f0f0;
                right: 10px;
                top: -20px;
            }
        }
    }
    .sppb-testimonail-img{
        margin-right: 15px;
    }
    .sppb-carousel-control{
        position: absolute;
        top: inherit;
        left: inherit;
        width: 25px;
        height: 25px;
        margin-top: -17px;
        margin-right: -6px;
        font-size: 20px;
        font-weight: 100;
        line-height: 23px;
        text-align: center;
        border: 1px solid #f5f5f5;
        background: none;
        border-radius: 0;
        right: 15px;
        bottom: 50px;
        &:hover{
            color: #fff;
        }
    }
    .sppb-carousel-control.left{
        right: 8.2%;
    }
    .sppb-testimonial-client{
        margin: 0;
    }
}

/* ***********   END:: Testimonial Addons   *********** */
/* **************************************************** */


/* ***************   START Clients   ***************** */
/* **************************************************** */

.sppb-addon-clients{
    .sppb-col-sm-3{
        a{
            border: 1px solid #f2f2f2;
            margin-bottom: 10px;
            height: 72px;
            line-height: 72px;
            overflow: hidden;
            .transition(~'border-color 400ms');
            display: block;
        }

    }
}

/* ****************   END:: Clients   ***************** */
/* **************************************************** */


/* **************   START Breadcrumbs   *************** */
/* **************************************************** */
//Breadcrumb

div#sp-breadcrumb{
    padding: 20px;
    .breadcrumb {
        padding: 0;
        margin-bottom: 0;
        list-style: none;
        background-color: transparent;
        border-radius: 0;
        li{
            text-shadow: none;
            color: #fff !important;
            i{
                display: inline-block;
                padding-right: 5px;
            }
            a{
                &.pathway{
                    color: #fff;
                }
            }
            span.divider{
                color: #fff !important;
            }
            &::before{
                color: #fff;
                padding: 0 0 0 5px;
            }
            &:nth-child(2){
                &:before{
                    display: none;
                }
            }
        }
    }
}
#sp-go-to-top{
    min-height: 10px;
    a.sp-totop{
        color: #fff;
        small{
            display: none;
        }
        i{
            font-size: 18px;
            color: #fff;
            padding: 5px 8px;
            border: 1px solid #fff;
            float: right;
        }
    }
}


/* **************   END:: Breadcrumbs   *************** */
/* **************************************************** */


/* ***************   START Page Title   *************** */
/* **************************************************** */

#sp-title {
    min-height: 0;
}

.sp-page-title {
    padding: 50px 0;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
    background-attachment: fixed;
    h2, h3 {
        margin: 0;
        padding: 0;
        color: #fff;
    }
    h2 {
        font-size: 24px;
        line-height: 1;
    }
    h3 {
        font-size: 16px;
        font-weight: normal;
        line-height: 1;
        margin-top: 15px;
        color: rgba(255,255,255,0.8);
    }
    .breadcrumb {
        background: none;
        padding: 0;
        margin: 10px 0 0 0;
        >.active {
            color: rgba(255, 255, 255, 0.8);
        }
        >span, >li, >li+li:before, >li>a {
            color: #fff;
        }
    }
}

/* ***************   END:: Page Title  **************** */
/* **************************************************** */


/* ***********   START body innerwrapper   ************ */
/* **************************************************** */
.layout-boxed .body-innerwrapper {
    background: #fff;
}
.body-innerwrapper{
    overflow-x: hidden;
}
.layout-boxed .body-innerwrapper {
    max-width: 1240px;
    margin: 50px auto;
}

#sp-main-body {
    padding: 100px 0;
}

.com-sppagebuilder #sp-main-body {
    padding: 0;
}

/* ************   END:: body innerwrapper  ************ */
/* **************************************************** */


/* ***************   START About Page   *************** */
/* **************************************************** */
//Progressbar
.sppb-column-addons{
    .sppb-progress {
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
        margin-bottom: 20px;
        height: 25px;
        line-height: 25px;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
        .sppb-progress-bar{
            text-align: left;
            padding-left: 15px;
        }
    }
}

.sppb-addon-person .sppb-addon-content{
    position: relative;
    .sppb-person-name{
        font-weight: 500 !important;
        margin-top: 0;
        margin-bottom: 0;
        font-size: 17px !important;
    }
    .sppb-person-information{
        margin-top: 10px;
    }
    .sppb-person-image{
        position: relative;
        overflow: hidden;
        .overlay {
            margin-top: 0;
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            padding: 20px;
            color: #fff;
            opacity: 0;
            .transition(opacity 400ms);
            h4 {
                color: #fff;
            }

            .sppb-person-social {
                margin: 20px -3px 0;
                a {
                    display: inline-block;
                    color: #fff;
                    width: 30px;
                    text-align: center;
                    height: 30px;
                    line-height: 30px;
                    border: 1px solid #fff;
                    margin: 0 3px;
                    &:hover {
                        border-radius: 100%;
                    }
                }
            }
        }

        &:hover .overlay {
            opacity: 1;
        }
        img {
            width: 100%;
        }
    }
}

/* ***************   END:: About Page   *************** */
/* **************************************************** */


/* *************   START Portfolio Page   ************* */
/* **************************************************** */
.sp-simpleportfolio.sp-simpleportfolio-view-items{
    .sp-simpleportfolio-filter{
        text-align: left;
        ul{
            li{
                margin: 0 2px;
                a {
                    background: #f5f5f5;
                    color: #333;
                    padding: 12px 15px;
                    line-height: 1;
                    border-radius: 0;
                    &:hover{
                        color: #fff;
                    }
                }
                &.active{
                    a{
                        color: #fff;
                    }
                }
            }
        }
    }
    .sp-simpleportfolio-item .sp-simpleportfolio-btns a {
        width: 90px;
        height: 30px;
        line-height: 30px;
        font-size: 12px;
        margin: 0 3px 5px;
        background: #fff;
        color: #f27935;
        -webkit-transition: opacity 400ms;
        transition: opacity 400ms;
        padding: 0;
        border: 0;
        border-radius: 0;
        &:hover{
            background: fade(#fff,80%);
        }
    }
}
.com-spsimpleportfolio.view-items{
    #sp-main-body {
        padding: 70px 0 50px;
    }
}
/* *************   END:: Portfolio Page   ************* */
/* **************************************************** */


/* *************   START Pricing Page   *************** */
/* **************************************************** */
.sppb-addon-pricing-table{
    .sppb-pricing-box {
        padding: 50px 0;
        border: 1px solid #e5e5e5;
        .sppb-pricing-header{
            .sppb-pricing-title{
                margin-bottom: 43px;
            }
            .sppb-pricing-price{
                font-size: 48px;
            }
            .sppb-pricing-duration{
                font-size: 18px;
                font-weight: bold;
            }
        }
        .sppb-pricing-features {
            padding: 35px 0;
            ul > li {
                padding: 8px 0;
            }
        }
        .sppb-pricing-footer{
            .sppb-btn{
                padding: 13px 40px;
                background: none;
                border-radius: 0;
                margin-bottom: 6px;
                border: 1px solid #f2f2f2;
                font-weight: 400;
                text-transform: uppercase;
                margin-bottom: 0;
                color: #333;
                &:hover,&:focus{
                    color: #fff;
                }

            }
        }
        &.sppb-pricing-featured{
            .sppb-pricing-header{
                .sppb-pricing-title{
                    color: #fff;
                }
            }
            .sppb-pricing-footer{
                .sppb-btn{
                    background: #fff;
                    border-color: #fff;
                    &:hover,&:focus{
                        border-color: #fff;
                        color: #fff;
                    }
                }
            }
        }
    }
}

/* **************   END:: Pricing Page   ************** */
/* **************************************************** */

/* *************   START Contact Page   *************** */
/* **************************************************** */
.sppb-addon-ajax-contact{
    .sppb-form-group{
        margin-bottom: 18px;
        p{
            margin-bottom: 5px;
        }
    }
    textarea.sppb-form-control{
        border-radius: 0;
        height: 210px !important;
        box-shadow: none;
        margin-bottom: 45px;
    }
}
.contact-address{
    .sppb-addon-text-block{
        .sppb-addon-title{
            margin-top: 0!important;
        }
        .sppb-addon-content{
            *{
                color: #666;
            }
        }
    }
}

/* **************   END:: Contact Page   ************** */
/* **************************************************** */


/* **************   START Coming Soon   *************** */
/* **************************************************** */
.sp-comingsoon-wrap{
    background: #fff !important;
    width: 100%;
    display: table;
    height: 100%;
    position: fixed;
    #sp-comingsoon{
        padding: 0;
    }
    .sp-comingsoon-content-wrap{
        display: table-cell;
        vertical-align: middle;
    }
}
#sp-comingsoon{
    text-align: center;
    margin: 60px 0;
}

#sp-comingsoon .comingsoon-page-logo{
    padding: 0;
    margin: 0 auto 50px;
    display: inline-block;
}

#sp-comingsoon .sp-comingsoon-title{
    margin: 0 0 45px;
    font-weight: 300;
    color: #333;
}

#sp-comingsoon .sp-comingsoon-countdown{
    margin: 0 0 50px;
}
#sp-comingsoon .sp-comingsoon-content{
    color: #666;
    font-size: 14px;
}

#sp-comingsoon .sp-comingsoon-countdown .days,
#sp-comingsoon .sp-comingsoon-countdown .hours,
#sp-comingsoon .sp-comingsoon-countdown .minutes,
#sp-comingsoon .sp-comingsoon-countdown .seconds{
    display: inline-block;
    margin: 5px;
    padding: 20px 0 30px;
    width: 130px;
    text-align: center;
}

#sp-comingsoon .sp-comingsoon-countdown span.number{
    display: block;
    font-size: 48px;
    line-height: 48px;
    color: #fff;
}

#sp-comingsoon .sp-comingsoon-countdown span.string{
    display: block;
    margin-top: 10px;
    font-size: 18px;
    line-height: 18px;
    text-transform: uppercase;
    color: #fff;
}

#sp-comingsoon .sp-comingsoon-content{
    margin: 0 0 50px;
    max-width: 850px;
    display: inline-block;
}

#sp-comingsoon .social-icons{
    list-style: none;
    margin: 0;

}
#sp-comingsoon .social-icons li{
    display: inline-block;
    margin: 0 7px;
}
#sp-comingsoon .social-icons li a:hover{
    text-decoration: none;
}

#sp-comingsoon .social-icons li i{
    color: #ccc;
    font-size: 24px;
}

/* **************   END:: Coming Soon   *************** */
/* **************************************************** */

/* **********   START Page Builder Addons   *********** */
/* **************************************************** */
.sppb-addon-cta {
    .sppb-cta-subtitle {
        margin-bottom: 0;
        line-height: 26px !important;
    }
    .sppb-btn-lg {
        margin-top: 30px;
    }
}

//Image content addon
.sppb-addon-image-content {
    position: relative;
    .sppb-image-holder {
        position: absolute;
        top: 0;
        width: 50%;
        height: 100%;
        background-position: 50%;
        background-size: cover;
    }
    &.aligment-left {
        .sppb-image-holder {
            left: 0;
        }
        .sppb-content-holder {
            padding: 120px 0 120px 50px;
        }
    }
    &.aligment-right {
        .sppb-image-holder {
            right: 0;
        }
        .sppb-content-holder {
            padding: 120px 50px 120px 0;
        }
    }
}

@media (max-width: @screen-sm-min) {
    .sppb-addon-image-content {
        .sppb-image-holder {
            position: inherit;
            width: 100% !important;
            height: 300px;
        }
    }
}


/* **********   END:: Page Builder Addons  ************ */
/* **************************************************** */

/* ****************   START Module   ****************** */
/* **************************************************** */

.sp-module {
    margin-top: 50px;
    &:first-child {
        margin-top: 0;
    }
    .sp-module-title {
        margin: 0 0 20px;
        font-size: 14px;
        text-transform: uppercase;
        line-height: 1;
    }
    //Un-ordered List
    ul {
        list-style: none;
        padding: 0;
        margin: 0;
        >li {
            display: block;
            border-bottom: 1px solid #e8e8e8;
            -webkit-transition: 300ms;
            transition: 300ms;
            >a {
                display: block;
                padding: 5px 0;
                line-height: 36px;
                padding: 2px 0;
                -webkit-transition: 300ms;
                transition: 300ms;
                &:hover {
                    background: none;
                }
                &:before {
                    font-family: FontAwesome;
                    content: "\f105";
                    margin-right: 8px;
                }
            }
            &:last-child {
                border-bottom: none;
            }
        }
    }
    //List category
    .categories-module {
        ul {
            margin: 0 10px;
        }
    }
    //Latest News
    .latestnews {
        > div{
            display: table;
            padding-bottom: 15px;
            margin-bottom: 15px;
            width: 100%;
            border-bottom: 1px solid #e8e8e8;
            &:last-child {
                padding-bottom: 0;
                margin-bottom: 0;
                border-bottom: 0;
            }
            .article-list-img{
                margin-right: 20px;
                float: left;
                width: 90px;
                height: 65px;
                img{
                    height: 100%;
                    width: 100%;
                }
            }
            a{
                font-size: 14px;
                margin-top: 5px;
                display: block;
                font-weight: 400;
            }
        }
    }
    //Tags Cloud
    .tagscloud {
        margin: -2px 0;
        .tag-name {
            display: inline-block;
            padding: 5px 10px;
            background: #808080;
            color: #fff;
            border-radius: 4px;
            margin: 2px 0;
            span {
                display: inline-block;
                min-width: 10px;
                padding: 3px 7px;
                font-size: 12px;
                font-weight: 700;
                line-height: 1;
                text-align: center;
                white-space: nowrap;
                vertical-align: baseline;
                background-color: rgba(0, 0, 0, 0.2);
                border-radius: 10px;
            }
        }
    }
}

/* *****************   END:: Module  ****************** */
/* **************************************************** */

/* **************   Start Login Form   **************** */
/* **************************************************** */

.login {
    img {
        display: inline-block;
        margin: 20px 0;
    }
    .checkbox {
        input[type="checkbox"] {
            margin-top: 6px;
        }
    }
}

.form-links {
    ul {
        list-style: none;
        padding: 0;
        margin: 0;
    }
}
.view-registration,
.view-login{
    #sp-main-body{
        padding: 50px 0 100px 0;
        .alert{
            margin-bottom: 80px;
        }
        .alert.alert-error{
            color: #a94442;
            background-color: #f2dede;
            border-color: #ebccd1;
        }
        .alert.alert-message{
            color: #8a6d3b;
            background-color: #fcf8e3;
            border-color: #faebcc;
        }
    }
}
.com-users{
    .reg-login-form-wrap{
        background: rgba(247, 249, 251, 1);
        position: relative;
        padding: 45px;
        div.login-logo{
            width: 109px;
            margin: 0 auto;
            left: 0;
            margin: 0 auto;
            position: absolute;
            right: 0;
            top: -50px;

            a{
                display: table;
            }
        }
        .reg-login-title{
            h3{
                font-weight: 600;
                color: #000;
                margin-top: 0;
                margin-bottom: 58px;
            }
        }
        .form-validate{
            input{
                border: 1px solid #e4edf5;
                border-radius: 3px;
                box-shadow: none;
                height: 55px;
                padding: 0 0 0 20px;
            }
        }
        .registration,
        .login{
            margin-bottom: 45px;
            .form-group{
                margin-bottom: 24px;
                text-align: left;
                .btn-primary.btn-block{
                    display: inline-block;
                    width: auto;
                    margin-top: 15px;
                }
                p{
                    color: #000;
                    font-weight: 600;
                }
            }
        }
        .registration{
            margin-bottom: 0;
            >p{
                margin-bottom: 0;
                text-align: left;
            }
            .form-validate{
                .form-group{
                    .btn.btn-primary{
                        margin-top: 20px;
                        margin-bottom: 22px;
                    }
                }
            }
        }
        .form-links{
            text-align: left;
        }
    }
}

.com-users.view-login{
    .logout{
        text-align: center;
        padding: 100px 0;
        background-color: #fff;
    }
}
/* ***************   End:: Login Form  **************** */
/* **************************************************** */


/* ****************   Start Search   ****************** */
/* **************************************************** */

.search {
    .btn-toolbar {
        margin-bottom: 20px;
        span.icon-search {
            margin: 0;
        }
        button {
            color: #fff;
        }
    }
    .phrases {
        .phrases-box {
            .controls {
                label {
                    display: inline-block;
                    margin: 0 20px 20px;
                }
            }
        }
        .ordering-box {
            margin-bottom: 15px;
        }
    }
    .only {
        label {
            display: inline-block;
            margin: 0 20px 20px;
        }
    }
    .search-results {
        dt.result-title {
            margin-top: 40px;
        }
        dt, dd {
            margin: 5px 0;
        }
    }
}
.search .page-title{
    font-size: 30px;
    line-height: 1;
    position: relative;
    font-weight: 400;
    text-transform: uppercase;
    text-align: center;
    color: #181a27;
    margin-bottom: 70px;
    &:after {
        content: "";
        width: 40px;
        height: 3px;
        position: absolute;
        bottom: -18px;
        left: 50%;
        -webkit-transform: translate(-50%);
        transform: translate(-50%);
    }
}

.filter-search {
    .chzn-container-single {
        .chzn-single {
            height: 34px;
            line-height: 34px;
        }
    }
}

.form-search {
    .finder {
        label {
            display: block;
        }
        .input-medium {
            width: 60%;
            border-radius: 4px;
        }
    }
}

.finder {
    .word {
        input {
            display: inline-block;
        }
    }
    .search-results.list-striped {
        li {
            padding: 20px 0;
        }
    }
}

// search-filterĀ 
.com-search.view-search .search-filter-wrap,
.com-search.view-search .search-results-wrap{
    background: #fff;
    padding: 35px 30px;
    border-radius: 3px;
    margin-bottom: 30px;
    background: #f9f9f9;
}
.com-search.view-search .search-filter-wrap {
    overflow: hidden;
}
.com-search.view-search .search-filter-wrap .btn-toolbar{
    display: table;
    width: 100%;
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 18px;
    margin-bottom: 10px;
}
.com-search.view-search .search-filter-wrap .btn-toolbar>div {
    display: table-cell;
    vertical-align: top;
}
.com-search.view-search .search-filter-wrap .btn-toolbar .input-wrap input{
    height: 45px;
    border-radius: 3px 0 0 3px;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #959595;
}
.com-search.view-search .search-filter-wrap .btn-toolbar button{
    border-radius: 0 3px 3px 0;
    height: 45px;
    font-size: 14px;
}
.com-search.view-search .search-filter-wrap .btn-toolbar button span{
    margin-left: 5px;
    font-size: 12px;
}
.com-search.view-search .search-filter-wrap .form-limit-wrap{
    float: right;
}
.com-search.view-search .search-filter-wrap .form-limit-wrap .form-limit{
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
}
.com-search.view-search .search-filter-wrap .form-limit-wrap .form-limit label{
    padding-right: 15px;
    font-size: 14px;
    color: #333;
}
.com-search.view-search .search-filter-wrap .form-limit-wrap .counter{
    font-size: 13px;
    text-align: right;
}

.com-search.view-search .search-filter-wrap .searchintro{
    margin-bottom: 33px;
}
.com-search.view-search .search-filter-wrap fieldset label {
    margin: 0 20px 0;
    font-size: 14px;
}
.com-search.view-search .search-filter-wrap fieldset{
    width: 50%;
    float: left;
    padding-right: 30px;
}
.com-search.view-search .search-filter-wrap fieldset.only{
    padding-right: 0;
}
.com-search.view-search .search-filter-wrap fieldset legend{
    font-size: 16px;
    padding-bottom: 5px;
    margin-bottom: 10px;
}
.com-search.view-search .search-filter-wrap .ordering-box label{
    color: #333;
    float: left;
    margin-right: 15px;
    margin-left: 0;
}
.com-search.view-search .search-filter-wrap .ordering-box select{
    float: left;
}


//search-results
.com-search.view-search .search-results-wrap ul.search-results {
    padding: 0;
}
.com-search.view-search .search-results-wrap ul.search-results li {
    display: block;
    list-style: none;
    margin-bottom: 10px;
    background: #fff;
    border-bottom: 1px solid #e0e0e0;
    padding: 15px 20px;
}
.com-search.view-search .search-results-wrap .result-title,
.com-search.view-search .search-results-wrap .result-category{
    display: inline-block;
    font-size: 18px;
}
.com-search.view-search .search-results-wrap .result-title,
.com-search.view-search .search-results-wrap .result-title a,
.com-search.view-search .search-results-wrap .result-category{
    color: #333;
}
.com-search.view-search .search-results-wrap .result-category{
    display: inline-block;
}
.com-search.view-search .search-results-wrap .result-created{
    font-size: 14px;
}
.com-search.view-search .search-results-wrap .result-text,
.com-search.view-search .search-results-wrap .result-created{
    margin-top: 15px;
}
.com-search.view-search .search-results-wrap .pagination:empty{
    display: none;
}
.com-search.view-search .pagination{
    margin-top: 50px;
}
/* *****************   End:: Search   ***************** */
/* **************************************************** */

/* ******************   START Blog   ****************** */
/* **************************************************** */
.layout-blog{
    #sp-main-body {
        padding: 100px 0 78px;
    }
}

.article-info {
    margin: 0 -8px 5px;
    line-height: 12px;
    >dd {
        margin-left: 10px;
        padding-left: 10px;
        border-left: 2px solid #f5f5f5;
        display: inline-block;
        color: #999;
        &.published{
            padding-left: 0;
            border-left: 0;
        }
        a{
            color: #999;
        }
        >i {
            display: inline-block;
            margin-right: 3px;
        }
    }
}

article {
    &.item {
        margin-bottom: 80px;
        p{
            line-height: 20px;
            color: #666;
        }
        .readmore{
            a{
                background: transparent;
                padding: 0;
                &:active{
                    border: none;
                    box-shadow: none;
                }
            }
        }
        .tags{
            span{
                font-size: 12px;
            }
            a{
                padding: 4px 10px;
                display: inline-block;
                font-size: 12px;
                line-height: 20px;
                margin: 0;
                font-weight: 400;
                background: transparent;
                border-radius: 0;
                border: 1px solid #eee;
                &:hover,&:focus{
                    color: #fff;
                }
            }
        }
    }
}

.tags {
    margin-top: 20px;
    >span {
        text-transform: uppercase;
        letter-spacing: 2px;
    }
}

//Article Voting
.content_rating, .content_rating + form {
    display: none;
}

.voting-symbol {
    unicode-bidi: bidi-override;
    direction: rtl;
    font-size: 14px;
    display: inline-block;
    span.star {
        font-family: "FontAwesome";
        font-weight: normal;
        font-style: normal;
        display: inline-block;
        &.active:before {
            content: "\f005";
        }
        &:before {
            content: "\f006";
            padding-right: 5px;
        }
    }
}

.sp-rating {
    span.star:hover:before, span.star:hover ~ span.star:before {
        content: "\f005";
        cursor: pointer;
    }
}

.post_rating {
    margin-bottom: 20px;
    .ajax-loader, .voting-result {
        display: none;
    }
}

.post-format {
    position: absolute;
    top: 0;
    left: -68px;
    display: block;
    width: 48px;
    height: 48px;
    font-size: 24px;
    line-height: 48px;
    text-align: center;
    color: #fff;
    border-radius: 3px;
}

.entry-image, .entry-gallery, .entry-video, .entry-audio, .entry-link {
    margin-bottom: 20px;
}

.entry-status, .entry-quote {
    margin-bottom: 50px;
}

.entry-header {
    position: relative;
    margin-bottom: 20px;
    &.has-post-format {
        margin-left: 68px;
    }
    h2 {
        margin: 8px 0 0;
        font-size: 24px;
        line-height: 28px;
    }
}

.entry-link {
    padding: 100px 50px;
    position: relative;
    z-index: 1;
    a {
        h4 {
            margin: 0;
            font-size: 36px;
            color: #fff;
            &:hover {
                color: rgba(255, 255, 255, 0.85);
            }
        }
    }
    &:before {
        position: absolute;
        left: -60px;
        font-size: 300px;
        content: "\f0c1";
        font-family: FontAwesome;
        transform: rotate(90deg);
        top: -75px;
        color: rgba(255, 255, 255, 0.15);
        z-index: -1;
    }
}

.entry-quote {
    position: relative;
    padding: 80px 50px;
    color: rgba(255, 255, 255, 0.9);
    &:before {
        position: absolute;
        left: -40px;
        font-size: 300px;
        content: "\f10e";
        font-family: FontAwesome;
        transform: rotate(15deg);
        top: -75px;
        color: rgba(255, 255, 255, 0.15);
    }
    blockquote small {
        color: #FFF;
        font-weight: 600;
        font-size: 20px;
    }
    blockquote {
        padding: 0;
        margin: 0;
        font-size: 16px;
        border: none;
    }
}

.carousel-left, .carousel-right {
    position: absolute;
    top: 50%;
    font-size: 24px;
    width: 36px;
    height: 36px;
    line-height: 36px;
    margin-top: -18px;
    text-align: center;
    color: #fff;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 4px;
    -webkit-transition: 400ms;
    transition: 400ms;
    &:hover {
        color: #fff;
    }
    &:focus {
        color: #fff;
    }
}

.carousel-left {
    left: 10px;
}

.carousel-right {
    right: 10px;
}

.newsfeed-category {
    .category {
        list-style: none;
        padding: 0;
        margin: 0;
        li {
            padding: 5px 0;
        }
    }
    #filter-search {
        margin: 10px 0;
    }
}

.category-module, .categories-module, .archive-module, .latestnews, .newsflash-horiz, .mostread, .form-links, .list-striped {
    list-style: none;
    padding: 0;
    margin: 0;
    li {
        padding: 2px 0;
        h4 {
            margin: 5px 0;
        }
    }
}
//Social and rating
.article-footer-top{
    display: table;
    clear: both;
    width: 100%;
    .post_rating{
        line-height: 1;
        float: left;
        .voting-symbol{
            position: relative;
            top: 2px;
            padding-left: 5px;
        }
    }
}

.helix-social-share{
    float: right;
    .helix-social-share-icon{
        ul{
            padding: 0;
            list-style: none;
            margin: 0;
            li{
                margin-right: 7px;
                display: inline-block;
                div{
                    display: block;
                    a{
                        background: #f5f5f5 none repeat scroll 0 0;
                        border-radius: 50%;
                        height: 30px;
                        padding-top: 4px;
                        text-align: center;
                        width: 30px;
                        display: inline-block;
                        &:hover,
                            &:focus{
                            color: #fff;
                        }
                    }
                }
            }
        }
    }
}
//Pagination
.pagination-wraper{
    .pagination {
        margin: 0;
        margin: 0;
        list-style: none;
    }

    .pagination >li>a,
    .pagination >li>span{
        font-size: 16px;
        background-color: transparent;
        margin-right: 5px;
        border: 1px solid #f2f2f2;
        padding: 8px 15px;
        color: #999999;
        .transition(.4s);
    }
    .pagination li a{
        padding: 8px 15px;
        color: #999999;
    }

    .pagination li a:hover,
        .pagination li.disabled a:hover,
        .pagination li a:focus,
        .pagination li.active a{
        color:#fff !important;
        border-radius: 0;
    }

    .pagination li.pagination-active a {
        color: #fff;
        border: 1px solid transparent;
    }

    .pagination >li:last-child>a,
        .pagination >li:last-child>span,
        .pagination >li:first-child>a,
        .pagination >li:first-child>span{
        border-radius: 0;
    }
}
.tagspopular{
    ul{
        list-style: none;
        padding: 0;
        margin: 0;
        li{
            border: none;
            display: inline-block;
            a{
                padding: 3px 10px 5px;
                display: inline-block;
                font-size: 12px;
                line-height: 20px;
                margin: 0 0 5px;
                font-weight: 400;
                background: transparent;
                border-radius: 0;
                border: 1px solid #eee;
                &:hover,&:focus{
                    color: #fff !important;
                }
                &:before{
                    display: none;
                }
            }
        }
    }
}
#sp-right, #sp-left{
    .sp-module-title{
        font-size: 18px;
        line-height: 18px;
        font-weight: 400;
        margin: 0 0 28px 0;
        text-align: left;
        text-transform: uppercase;
    }
    .categories-module{
        display: table;
        width: 100%;
        li{
            width: 50%;
            line-height: 1;
            padding: 0;
            float: left;
            border: 0;
            a{
                &:before{
                    display: none;
                }
                color: #666;
                display: inline-block;
                padding: 0px 0 17px;
                line-height: 1;
            }
        }
    }
}
.view-article{
    .item{
        .pager{
            margin-bottom: 30px;
            text-align: right;
            li{
                display: inline-block;
                a{
                    border-radius: 0;
                    .transition(.4s);
                    padding: 5px 25px;
                    span[class^="icon-chevron"]{
                        display: none;
                    }
                    &:hover,&:focus{
                        color: #fff;
                    }
                }
            }
        }
    }
}

.view-tag{
    div.tag-category{
        fieldset.filters.btn-toolbar {
            padding: 35px 30px;
            border-radius: 3px;
            margin-bottom: 30px;
            background: #f9f9f9;
        }
        fieldset.filters.btn-toolbar button {
            padding: 10px 18px;
            font-size: 12px;
            margin-top: 20px;
        }
        ul.category {
            padding: 35px 30px;
            border-radius: 3px;
            margin-bottom: 30px;
            background: #f9f9f9;
            li {
                padding: 0;
                border: none;
                display: block;
                list-style: none;
                margin-bottom: 10px;
                background: #fff;
                border-bottom: 1px solid #e0e0e0;
                padding: 15px 20px;
                a {
                    font-size: 14px;
                    color: #333;
                }
                h3 {
                    margin: 0;
                }
            }
        }
    }
}
/* ******************   END:: Blog   ****************** */
/* **************************************************** */


/* ***************   START Bottom    ****************** */
/* **************************************************** */

#sp-bottom {
    .sp-module {
        .sp-module-title {
            font-size: 18px;
            line-height: 18px;
            font-weight: 400;
            margin: 0 0 20px 0;
            text-align: left;
            text-transform: uppercase;
        }
    }
    ul{
        margin: 0;
        padding: 0;
        list-style: none;
        li{
            border: 0;
            a{
                &:before{
                    display: none;
                }
                font-size: 12px;
                text-transform: uppercase;
                line-height: 30px;
                padding: 0;
                &:hover,
                    &:focus{
                    background-color: transparent;
                }
            }
        }
    }
    .acymailing_module_form{
        .acymailing_form{
            position: relative;
        }
        .acymailing_introtext {
            margin-bottom: 15px !important;
        }
        p{
            margin-bottom: 0;
        }
        .acysubbuttons{
            position: absolute;
            right: 0px;
            top: 0;
            margin: 0;
            >input[type='submit'] {
                text-indent: -9999em;
                height: 40px;
                width: 40px;
                .border-radius(0);
                &:hover{

                }
            }
            &:after{
                content: "\f0e0";
                font-family: FontAwesome;
                position: absolute;
                top: 50%;
                left: 50%;
                margin-top: -13px;
                margin-left: -9px;
                color: #fff;
                font-size: 18px;
                font-weight: normal;
            }
        }
        .acyfield_email {
            display: block;
        }
        .inputbox{
            display: inline-block;
            padding: 6px 45px 6px 6px;
            font-size: 14px;
            border: 1px solid #f2f2f2;
            color: #b2b2b2;
            line-height: 20px;
            font-weight: 300;
            min-height: 40px;
            width: 100% !important;
            &:focus,
                &:active{
                outline: none;
                box-shadow: none;
            }
        }
    }
    div#sp-bottom1,
    div#sp-bottom2,
    div#sp-bottom3,
    div#sp-bottom4{
        margin-bottom: 30px;
    }
}

/* ****************   END:: Bottom   ****************** */
/* **************************************************** */

/* ****************   START Footer   ****************** */
/* **************************************************** */


#sp-footer {
    background: #fcfcfc;
    font-size: 12px;
    line-height: 30px;
    text-transform: uppercase;
    padding: 26px 0;
    a {
        color: rgba(255, 255, 255, 0.9);
        &:hover {
            color: #fff;
        }
    }
    .sp-copyright{
        text-transform: uppercase;
        color: #666;
    }
    #sp-footer2{
        .nav.menu{
            list-style: none;
            margin: 0;
            padding: 0;
            text-align: right;
            li{
                display: inline-block;
                border: none;
                a{
                    &:before{
                        display: none;
                    }
                    display: inline-block;
                    color: #666;
                    margin-left: 25px;
                }
            }
        }
    }
}

#sp-footer-wrapper {

    ul {
        margin: 0;
        padding: 0;
        list-style: none;
        display: inline-block;
        &.nav {
            display: inline-block;
            list-style: none;
            padding: 0;
            margin: 0 5px;
            li {
                display: inline-block;
                margin-right: 25px;
                a {
                    display: block;
                    &:hover {
                        background: none;
                    }
                }
                &:last-child{
                    margin-right: 0;
                }
            }
        }
    }
    .helix-framework {
        display: inline-block;
        .helix-logo {
            display: block;
            width: 130px;
            height: 40px;
            text-indent: -9999px;
            background: url(../images/helix-logo-white.png) no-repeat 0 0;
        }
    }
    .copyright {
        display: block;
    }
}

/* ****************   END:: Footer   ****************** */
/* **************************************************** */


/* **************   START Error Page   **************** */
/* **************************************************** */

.error-page {
    font-family: 'Raleway';
    width: 100%;
    height: 100%;
    min-height: 100%;
    body {
        width: 100%;
        height: 100%;
        min-height: 100%;
        font-family: Raleway, sans-serif;
    }
    p{
        font-family: Raleway, sans-serif;
    }
    .error-page-inner {
        &.has-background{
            background-size: cover;
            background-position: center center;
            background-repeat: no-repeat;
        }
        .error-logo-wrap{
            text-align: center;
            margin-bottom: 30px;
            img{
                display: inline-block;
            }
        }
        height: 100%;
        min-height: 100%;
        width: 100%;
        display: table;
        text-align: center;
        >div {
            display: table-cell;
            vertical-align: middle;
        }
    }
    .fa-exclamation-triangle {
        font-size: 64px;
        line-height: 1;
        margin-bottom: 10px;
    }
    .error-code {
        font-size: 128px;
        line-height: 128px;
        margin-bottom: 0;
        line-height: .91;
        font-weight: 700;
        color: @major_color;
    }
    .error-message {
        font-size: 20px;
        line-height: 1;
        margin-bottom: 0;
        color: #333;
        text-transform: capitalize;
    }
    .btn.btn-primary{
        margin-top: 20px;
        padding: 10px 15px;
        background: transparent;
        color: @major_color;
        border: 1px solid @major_color;
        &:focus,
            &:active{
            background: transparent;
            box-shadow: none;
        }
    }
}

/* ***************   END:: Error Page   *************** */
/* **************************************************** */

//Ratina Logo
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
only screen and (-moz-min-device-pixel-ratio: 1.5),
only screen and (-o-min-device-pixel-ratio: 3/2),
only screen and (min-device-pixel-ratio: 1.5) {
    #sp-header {
        .sp-default-logo {
            display: none;
        }
        .sp-retina-logo {
            display: block;
        }
    }
    .sp-comingsoon {
        .comingsoon-page-logo{
            .sp-retina-logo{
                display: table;
                margin: 0 auto;
            }
            .sp-default-logo{
                display: none;
            }
        }
    }
}

/* ***************   START Mixed CSS   **************** */
/* **************************************************** */

.sp-social-share {
    ul {
        display: block;
        padding: 0;
        margin: 20px -5px 0;
        li {
            display: inline-block;
            font-size: 24px;
            margin: 0 5px;
        }
    }
}

// profile
.dl-horizontal {
    dt {
        margin: 8px 0;
        text-align: left;
    }
}

// page-header
.page-header {
    padding-bottom: 15px;
}

// featured contact
table.category {
    width: 100%;
    thead, tbody {
        >tr {
            border: 1px solid #f2f2f2;
            th, td {
                padding: 10px;
            }
        }
    }
}

//contact from
.contact-form {
    .form-actions {
        background: none;
        border: none;
    }
}

@media print {
    .visible-print {
        display: inherit !important;
    }
    .hidden-print {
        display: none !important;
    }
}

// sp portfolio
.sp-simpleportfolio .sp-simpleportfolio-filter > ul > li > a {
    background: #2D2D2D;
    border-radius: 2px;
    color: #fff;
    -webkit-transition: 300ms;
    transition: 300ms;
}
.featherlight {
    z-index: 99991;
}


/* ***************   END:: Mixed CSS   **************** */
/* **************************************************** */



/* **********   START Helix 1.4 Loader Css  *********** */
/* **************************************************** */

/* ************   START Pre-Loader CSS   ************** */
/* **************************************************** */

.sp-pre-loader {
    background: @preloader_bg;
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 99999;

    // Clock loader
    .sp-loader-clock {
        border: 3px solid @preloader_tx;
        border-radius: 60px;
        bottom: 0;
        height: 80px;
        left: 0;
        margin: auto;
        position: absolute;
        right: 0;
        top: 0;
        width: 80px;
        &:after{
            content: "";
            position: absolute;
            background-color: @preloader_tx;
            top:2px;
            left: 48%;
            height: 38px;
            width: 4px;
            border-radius: 5px;
            -webkit-transform-origin: 50% 97%;
            transform-origin: 50% 97%;
            -webkit-animation: grdAiguille 2s linear infinite;
            animation: grdAiguille 2s linear infinite;
        }

        &:before{
            content: "";
            position: absolute;
            background-color: @preloader_tx;
            top:6px;
            left: 48%;
            height: 35px;
            width: 4px;
            border-radius: 5px;
            -webkit-transform-origin: 50% 94%;
            transform-origin: 50% 94%;
            -webkit-animation: ptAiguille 12s linear infinite;
            animation: ptAiguille 12s linear infinite;
        }
    }
    // Circle Loader
    .sp-loader-circle{
        position: absolute;
        height: 80px;
        width: 80px;
        border-radius: 80px;
        border: 3px solid fade(@preloader_tx, 70%);
        left: 0;
        top: 0;
        right: 0;
        bottom: 0;
        margin: auto;
        -webkit-transform-origin: 50% 50%;
        transform-origin: 50% 50%;
        -webkit-animation: loader1 3s linear infinite;
        animation: loader1 3s linear infinite;
        &:after{
            content: "";
            position: absolute;
            top: -5px;
            left: 20px;
            width: 11px;
            height: 11px;
            border-radius: 10px;
            background-color: @preloader_tx;
        }
    }
    // Bubble Loop Loader
    .sp-loader-bubble-loop{
        position: absolute;
        width: 12px;
        height: 12px;
        left: 0;
        top: 0;
        right: 0;
        bottom: 0;
        margin: auto;
        border-radius: 12px;
        background-color: @preloader_tx;
        -webkit-transform-origin:  50% 50%;
        transform-origin:  50% 50% ;
        -webkit-animation: loader6 1s ease-in-out infinite;
        animation: loader6 1s ease-in-out infinite;
        &:before{
            content: "";
            position: absolute;
            background-color: fade(@preloader_tx, 50%);
            top: 0px;
            left: -25px;
            height: 12px;
            width: 12px;
            border-radius: 12px;
        }
        &:after{
            content: "";
            position: absolute;
            background-color: fade(@preloader_tx, 50%);
            top: 0px;
            left: 25px;
            height: 12px;
            width: 12px;
            border-radius: 12px;
        }
    }
    // Circle  Loader Two
    .circle-two {
        bottom: 0;
        height: 100px;
        left: 0;
        margin: auto;
        position: absolute;
        right: 0;
        top: 0;
        width: 100px;
    }
    .circle-two > span,
    .circle-two > span:before,
        .circle-two > span:after {
        content: "";
        display: block;
        border-radius: 50%;
        border: 2px solid @preloader_tx;
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }
    .circle-two > span {
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        border-left-color: transparent;
        -webkit-animation: effect-2 2s infinite linear;
        -moz-animation: effect-2 2s infinite linear;
        -ms-animation: effect-2 2s infinite linear;
        -o-animation: effect-2 2s infinite linear;
        animation: effect-2 2s infinite linear;
    }
    .circle-two > span:before {
        width: 75%;
        height: 75%;
        border-right-color: transparent;
    }
    .circle-two > span:after {
        width: 50%;
        height: 50%;
        border-bottom-color: transparent;
    }

    // Audio Wave 2 Loader
    .wave-two-wrap{
        position: absolute;
        margin: auto;
        left: 0;
        right: 0;
        top: 50%;
        width: 90px;
    }
    .wave-two {
        margin: 0;
        list-style: none;
        width: 90px;
        position: relative;
        padding: 0;
        height: 10px;
    }
    .wave-two li {
        position: absolute;
        width: 2px;
        height: 0;
        background-color: @preloader_tx;
        bottom: 0;
    }

    .wave-two li:nth-child(1) {
        left: 0;
        -webkit-animation: sequence1 1s ease infinite 0;
        animation: sequence1 1s ease infinite 0;
    }
    .wave-two li:nth-child(2) {
        left: 15px;
        -webkit-animation: sequence2 1s ease infinite 0.1s;
        animation: sequence2 1s ease infinite 0.1s;
    }
    .wave-two li:nth-child(3) {
        left: 30px;
        -webkit-animation: sequence1 1s ease-in-out infinite 0.2s;
        animation: sequence1 1s ease-in-out infinite 0.2s;
    }
    .wave-two li:nth-child(4) {
        left: 45px;
        -webkit-animation: sequence2 1s ease-in infinite 0.3s;
        animation: sequence2 1s ease-in infinite 0.3s;
    }
    .wave-two li:nth-child(5) {
        left: 60px;
        -webkit-animation: sequence1 1s ease-in-out infinite 0.4s;
        animation: sequence1 1s ease-in-out infinite 0.4s;
    }
    .wave-two li:nth-child(6) {
        left: 75px;
        -webkit-animation: sequence2 1s ease infinite 0.5s;
        animation: sequence2 1s ease infinite 0.5s;
    }

    // Audio Wave Loader
    .sp-loader-audio-wave {
        width: 3em;
        height: 2em;
        background: linear-gradient(@preloader_tx, @preloader_tx) 0 50%, linear-gradient(@preloader_tx, @preloader_tx) 0.625em 50%, linear-gradient(@preloader_tx, @preloader_tx) 1.25em 50%, linear-gradient(@preloader_tx, @preloader_tx) 1.875em 50%, linear-gradient(@preloader_tx, @preloader_tx) 2.5em 50%;
        background-repeat: no-repeat;
        background-size: 0.5em 0.25em, 0.5em 0.25em, 0.5em 0.25em, 0.5em 0.25em, 0.5em 0.25em;
        animation: audioWave 1.5s linear infinite;
        position: absolute;
        left: 0;
        top: 0;
        bottom: 0;
        right: 0;
        margin: auto;
    }

    // Loader With Logo
    .sp-loader-with-logo{
        top: 0;
        left: 0;
        width: 100%;
        height: 105px;
        right: 0;
        bottom: 0;
        margin: auto;
        text-align: center;
        position: absolute;
        .logo{
            display: inline-block;
            width: auto;
        }
        .line{
            background: @preloader_tx;
            bottom: 0;
            height: 5px;
            left: 0;
            position: absolute;
            top: auto;
        }
    }
}

/* *************   END:: Pre-Loader CSS   ************* */
/* **************************************************** */

/* ************   START Loader Animation   ************ */
/* **************************************************** */

// Clock Loader Animation
@-webkit-keyframes grdAiguille{
    0%{-webkit-transform:rotate(0deg);}
    100%{-webkit-transform:rotate(360deg);}
}

@keyframes grdAiguille{
    0%{transform:rotate(0deg);}
    100%{transform:rotate(360deg);}
}
@-webkit-keyframes ptAiguille{
    0%{-webkit-transform:rotate(0deg);}
    100%{-webkit-transform:rotate(360deg);}
}
@keyframes ptAiguille{
    0%{transform:rotate(0deg);}
    100%{transform:rotate(360deg);}
}

// Circle Loader Animation
@-webkit-keyframes loader1{
    0%{-webkit-transform:rotate(0deg);}
    100%{-webkit-transform:rotate(360deg);}
}

@keyframes loader1{
    0%{transform:rotate(0deg);}
    100%{transform:rotate(360deg);}
}

// Bubble Loop Loader Animation
@-webkit-keyframes loader6{
    0%{-webkit-transform:rotate(0deg);}
    50%{-webkit-transform:rotate(180deg);}
    100%{-webkit-transform:rotate(180deg);}
}
@keyframes loader6{
    0%{transform:rotate(0deg);}
    50%{transform:rotate(180deg);}
    100%{transform:rotate(180deg);}
}

// Ring Loader Animation
@keyframes rotate-360 {
    from {
        -moz-transform: rotate(0);
        -ms-transform: rotate(0);
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
    to {
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

// Audio Wave Loader Animation
@keyframes audioWave {
    25% {
        background: linear-gradient(@preloader_tx, @preloader_tx) 0 50%, linear-gradient(@preloader_tx, @preloader_tx) 0.625em 50%, linear-gradient(@preloader_tx, @preloader_tx) 1.25em 50%, linear-gradient(@preloader_tx, @preloader_tx) 1.875em 50%, linear-gradient(@preloader_tx, @preloader_tx) 2.5em 50%;
        background-repeat: no-repeat;
        background-size: 0.5em 2em, 0.5em 0.25em, 0.5em 0.25em, 0.5em 0.25em, 0.5em 0.25em;
    }
    37.5% {
        background: linear-gradient(@preloader_tx, @preloader_tx) 0 50%, linear-gradient(@preloader_tx, @preloader_tx) 0.625em 50%, linear-gradient(@preloader_tx, @preloader_tx) 1.25em 50%, linear-gradient(@preloader_tx, @preloader_tx) 1.875em 50%, linear-gradient(@preloader_tx, @preloader_tx) 2.5em 50%;
        background-repeat: no-repeat;
        background-size: 0.5em 0.25em, 0.5em 2em, 0.5em 0.25em, 0.5em 0.25em, 0.5em 0.25em;
    }
    50% {
        background: linear-gradient(@preloader_tx, @preloader_tx) 0 50%, linear-gradient(@preloader_tx, @preloader_tx) 0.625em 50%, linear-gradient(@preloader_tx, @preloader_tx) 1.25em 50%, linear-gradient(@preloader_tx, @preloader_tx) 1.875em 50%, linear-gradient(@preloader_tx, @preloader_tx) 2.5em 50%;
        background-repeat: no-repeat;
        background-size: 0.5em 0.25em, 0.5em 0.25em, 0.5em 2em, 0.5em 0.25em, 0.5em 0.25em;
    }
    62.5% {
        background: linear-gradient(@preloader_tx, @preloader_tx) 0 50%, linear-gradient(@preloader_tx, @preloader_tx) 0.625em 50%, linear-gradient(@preloader_tx, @preloader_tx) 1.25em 50%, linear-gradient(@preloader_tx, @preloader_tx) 1.875em 50%, linear-gradient(@preloader_tx, @preloader_tx) 2.5em 50%;
        background-repeat: no-repeat;
        background-size: 0.5em 0.25em, 0.5em 0.25em, 0.5em 0.25em, 0.5em 2em, 0.5em 0.25em;
    }
    75% {
        background: linear-gradient(@preloader_tx, @preloader_tx) 0 50%, linear-gradient(@preloader_tx, @preloader_tx) 0.625em 50%, linear-gradient(@preloader_tx, @preloader_tx) 1.25em 50%, linear-gradient(@preloader_tx, @preloader_tx) 1.875em 50%, linear-gradient(@preloader_tx, @preloader_tx) 2.5em 50%;
        background-repeat: no-repeat;
        background-size: 0.5em 0.25em, 0.5em 0.25em, 0.5em 0.25em, 0.5em 0.25em, 0.5em 2em;
    }
}

// Circle 2 Loader Animation
@-webkit-keyframes effect-2 {
    from {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@keyframes effect-2 {
    from {
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    to {
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

// Audio Wave Loader 2 animation
@keyframes sequence1 {
    0% {
        height: 10px;
    }
    50% {
        height: 50px;
    }
    100% {
        height: 10px;
    }
}
@keyframes sequence2 {
    0% {
        height: 20px;
    }
    50% {
        height: 65px;
    }
    100% {
        height: 20px;
    }
}

@keyframes rot1 {
    100% {
        transform: skew(-10deg) translateX(50px) rotate(405deg);
    }
}
@-webkit-keyframes rot1 {
    100% {
        -webkit-transform: skew(-10deg) translateX(50px) rotate(405deg);
    }
}
@keyframes rot2 {
    100% {
        transform: skew(-10deg) rotate(525deg);
    }
}
@-webkit-keyframes rot2 {
    100% {
        -webkit-transform: skew(-10deg) rotate(525deg);
    }
}
@keyframes rot3 {
    100% {
        transform: skew(-10deg) translateX(20px) translateY(-50px) rotate(645deg);
    }
}
@-webkit-keyframes rot3 {
    100% {
        -webkit-transform: skew(-10deg) translateX(20px) translateY(-50px) rotate(645deg);
    }
}

@keyframes width {
    10% {
        width: 10%;
    }
    20% {
        width: 20%;
    }
    30% {
        width: 30%;
    }
    40% {
        width: 40%;
    }
    50% {
        width: 50%;
    }
    60% {
        width: 60%;
    }
    70% {
        width: 70%;
    }
    80% {
        width: 80%;
    }
    90% {
        width: 90%;
    }
    100% {
        width: 100%;
    }
}

/* ***********   END:: Loader Animation   ************* */
/* **************************************************** */

/* **********   END:: Helix 1.4 Loader Css   ********** */
/* **************************************************** */

/* ************ START Animations Header *************** */
/* **************************************************** */

.animated{
    -webkit-animation-duration:1s;
    animation-duration:1s;
    -webkit-animation-fill-mode:both;
    animation-fill-mode:both;
}

@-webkit-keyframes fadeInDown{
    from{
        opacity:0;
        -webkit-transform:translate3d(0,-50%,0);
        transform:translate3d(0,-50%,0);
    }
    to{
        opacity:1;
        -webkit-transform:none;
        transform:none;
    }
}
@keyframes fadeInDown{
    from{
        opacity:0;
        -webkit-transform:translate3d(0,-50%,0);
        transform:translate3d(0,-50%,0);
    }
    to{
        opacity:1;
        -webkit-transform:none;
        transform:none;
    }
}
.fadeInDown{
    -webkit-animation-name:fadeInDown;
    animation-name:fadeInDown;
}

//fadeinUp
@-webkit-keyframes fadeInUp {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

.fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
}

/* ************ END:: Animations Header *************** */
/* **************************************************** */

/* *********   START Responsive Media Query   ********* */
/* **************************************************** */
//Tablet
@media screen and (min-width: 768px) and (max-width: 1199px){
    .scrollup {
        bottom: 25px;
        right: 25px;
    }
}
//Mobile Device
@media screen and (min-width: 320px) and (max-width: 767px){
    //Top social
    ul.social-icons {
        margin: 0;
        width: 100%;
        text-align: center;
        > li{
            margin: 5px;
        }
    }
    .sp-contact-info {
        display: table;
        float: none;
        margin: 0;
        text-align: center;
        width: 100%;
        li{
            margin: 0 5px;
            font-size: 89%;
        }
    }
    //Call to action
    .sppb-animated{
        .sppb-addon-cta{
            .sppb-cta-title{
                font-size: 28px !important;
                line-height: 40px !important;
            }
            .sppb-btn-lg{
                font-size: 16px;
            }
        }
    }
    //Back to top
    .scrollup {
        bottom: 25px;
        right: 25px;
    }
    //contact form
    .form-horizontal{
        .control-label{
            width: 100%;
            text-align: left;
        }
        .controls{
            margin: 0;
            width: 100%;
            input, textarea{
                width: 100%;
            }
            textarea{
                height: 131px;
            }
        }
    }
}
@media screen and (min-width: 550px) and (max-width: 767px){
    //top social
    .sp-contact-info li {
        margin: 0 5px;
        font-size: 90%;
    }
}
/* *********   END:: Responsive Media Query   ********* */
/* **************************************************** */

Youez - 2016 - github.com/yon3zu
LinuXploit