.selectnav {
    display: none;
    background: #FFF;
    color: #9F9F9F;
    border: 1px solid #CCC;
}

::-moz-selection {
    background: #999;
    color: #fff;
    text-shadow: none;
}

::selection {
    background: #999;
    color: #fff;
    text-shadow: none;
}

:focus {
    outline-color: transparent !important;
    outline-style: none !important;
}

html {
    overflow-y: scroll;
    background: #fff;
}

body {
    margin: 0;
    padding: 0;
    font-family: Asap, sans-serif;
    font-size: 14px;
    line-height: 22px;
    color: #9F9F9F;
    -webkit-font-smoothing: subpixel-antialiased;
    -webkit-text-size-adjust: 100%;
    cursor: default;
    background: #FFF;
    overflow: hidden;
}

h1, h2, h3, h4, h5, h6 {
    font-family: Asap, sans-serif;
    color: #566363;
    line-height: 1.4em;
    margin: 0;
    padding: 10px 0;
    font-weight: 500;
}

    h1, h1 a {
        font-size: 28px;
        color: #262626;
        padding: 10px 0 15px;
    }

    h2, h2 a {
        font-size: 22px;
        color: #858585;
        text-decoration: underline;
        padding: 10px 0 20px;
    }

    h3, h3 a {
        font-size: 22px;
        color: #9f9f9f;
    }

    h4, h4 a {
        font-size: 18px;
        color: #262626;
        padding: 10px 0;
    }

    h5, h5 a {
        font-size: 13px;
        color: #9f9f9f;
        text-transform: uppercase;
        padding: 5px 0 10px;
    }

hr {
    border: 0 solid;
    border-top: 1px #CCC solid;
    margin: 0;
}

a {
    color: #858585;
    -webkit-transition: all .2s ease-in;
    -moz-transition: all .2s ease-in;
    -ms-transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    transition: all .2s ease-in;
}

    a:focus, a:hover {
        color: #BBA14F;
        text-decoration: none;
    }
    a.selected {
        color: #BBA14F;
    }

p {
    font-family: Asap, sans-serif;
    padding: 0 0 15px;
    margin: 0;
}

.center {
    text-align: center;
}

.center-cell {
    margin: 0 auto;
}

.container-fluid {
    padding-right: 0;
    padding-left: 0;
}

.strong {
    font-weight: 700;
}

#footer {
    margin-bottom: 30px;
}

.footer {
    position: relative;
    border-top: 1px solid #CCC;
    margin-top: 0;
    border-bottom: 1px solid #CCC;
}

    .footer h4 {
        padding-top: 0;
        padding-bottom: 28px;
        font-size: 13px;
    }

.contact {
    border: 1px solid #CCC;
    border-top: 0 solid;
    position: relative;
    overflow: hidden;
    text-align: center;
    padding: 5px 0;
    background: #FAFAFA;
}

    .contact h3 {
        text-align: center;
    }

.my-footer-text {
    text-align: center;
    height: 50px;
    line-height: 50px;
    font-size: 12px;
}

.back-to-top a {
    position: relative;
    width: 55px;
    height: 50px;
    line-height: 50px;
    border-left: 1px solid #CCC;
    border-right: 1px solid #CCC;
    border-top: 1px solid #CCC;
    text-align: center;
    font-size: 20px;
    display: block;
    float: right;
    background: #FAFAFA;
}

.border-top {
    width: 95%;
    background: #CCC;
    height: 5px;
    margin: 0 auto;
}

.background-bottom {
    width: 95%;
    background: #CCC;
    height: 6px;
    margin: 0 auto;
}

.border-bottom {
    width: 95%;
    border-bottom: 1px #CCC solid;
    border-left: 1px #CCC solid;
    border-right: 1px #CCC solid;
    background: #FAFAFA;
    height: 4px;
    margin: 0 auto;
}

.border-bottom-full {
    width: 95%;
    border-bottom: 5px #CCC solid;
    border-left: 1px #CCC solid;
    border-right: 1px #CCC solid;
    background: #CCC;
    margin: 0 auto;
}

img {
    max-width: 100%;
    height: auto;
}

.img-container, .img-container-image, .img-container-image-2, .img-container-image-3, .img-container-image-shop, .img-container-shop, img-container-image-slider {
    position: relative;
    overflow: hidden;
}

    .img-container-image img, .img-container-image-2 img {
        -webkit-transition: .7s ease-in-out;
        -moz-transition: .7s ease-in-out;
        -ms-transition: .7s ease-in-out;
        -o-transition: .7s ease-in-out;
        transition: .7s ease-in-out;
        max-width: 100%;
        height: auto;
    }

    .img-container-image-3 img {
        max-width: 100%;
        height: auto;
    }

    .img-container-image-3 .overlay {
        bottom: 0;
        color: #FFF;
        display: none;
        height: 100%;
        width: 100%;
        left: 0;
        position: absolute;
        -moz-opacity: .9;
        filter: alpha(opacity=90);
        opacity: .9;
        -khtml-opacity: .9;
        -ms-filter: "alpha(Opacity=90)"
    }

    .img-container-image-2:hover img, .img-container-image:hover img {
        -moz-opacity: .5;
        filter: alpha(opacity=50);
        opacity: .5;
        -khtml-opacity: .5;
        -ms-filter: "alpha(Opacity=50)";
        transform: scale(1.2, 1.2);
        -ms-transform: scale(1.2, 1.2);
        -webkit-transform: scale(1.2, 1.2);
    }

    .img-container-image a, .img-container-image-2 a {
        position: absolute;
        top: 50%;
        left: 50%;
        width: 40px;
        height: 40px;
        border: 0 solid #CCC;
        -moz-opacity: 0;
        filter: alpha(opacity=0);
        opacity: 0;
        -khtml-opacity: 0;
        -ms-filter: "alpha(Opacity=0)";
        text-align: center;
        -webkit-transition: .7s ease-in-out;
        -moz-transition: .7s ease-in-out;
        -ms-transition: .7s ease-in-out;
        -o-transition: .7s ease-in-out;
        transition: .7s ease-in-out;
    }

    .img-container-image-3 .overlay a {
        position: absolute;
        top: 50%;
        left: 50%;
        width: 40px;
        height: 40px;
        border: 0 solid #CCC;
        -moz-opacity: 1;
        filter: alpha(opacity=100);
        opacity: 1;
        -khtml-opacity: 1;
        -ms-filter: "alpha(Opacity=100)";
        text-align: center;
        -webkit-transition: .7s ease-in-out;
        -moz-transition: .7s ease-in-out;
        -ms-transition: .7s ease-in-out;
        -o-transition: .7s ease-in-out;
        transition: .7s ease-in-out;
    }

        .img-container-image a:hover i, .img-container-image-2 a:hover i, .img-container-image-3 .overlay a:hover i {
            -moz-opacity: .6;
            filter: alpha(opacity=60);
            opacity: .6;
            -khtml-opacity: .6;
            -ms-filter: "alpha(Opacity=60)"
        }

    .img-container-image i, .img-container-image-2 i, .img-container-image-3 .overlay i {
        line-height: 40px;
        font-size: 30px;
        color: #fff;
    }

    .img-container-image .zoom, .img-container-image-2 .zoom {
        margin-top: -80px;
        margin-left: -45px;
    }

    .img-container-image .zoom-only {
        margin-top: -80px;
        margin-left: -20px;
    }

    .img-container-image .link, .img-container-image-2 .link {
        margin-top: 60px;
        margin-left: 15px;
    }

    .img-container-image-3 .overlay .zoom {
        margin-top: 0;
        margin-left: -45px;
    }

    .img-container-image-3 .overlay .link {
        margin-top: 0;
        margin-left: 15px;
    }

    .img-container-image-2:hover a, .img-container-image-3 .overlay:hover a, .img-container-image:hover a {
        -moz-opacity: 1;
        filter: alpha(opacity=100);
        opacity: 1;
        -khtml-opacity: 1;
        -ms-filter: "alpha(Opacity=100)"
    }

    .img-container-image-2:hover .link, .img-container-image-2:hover .zoom, .img-container-image-3:hover .overlay .link, .img-container-image-3:hover .overlay .zoom, .img-container-image:hover .link, .img-container-image:hover .zoom, .img-container-image:hover .zoom-only {
        margin-top: -20px;
    }

.img-container-text {
    padding: 20px;
    overflow: hidden;
    border-top: 0 #CCC solid;
    border-bottom: 1px #CCC solid;
    border-left: 1px #CCC solid;
    border-right: 1px #CCC solid;
    background: #FAFAFA;
}

.img-container-image-shop {
    border-top: 1px #CCC solid;
    border-left: 1px #CCC solid;
    border-right: 1px #CCC solid;
}

.img-container-text p {
    padding: 15px 0 0;
}

.img-container-text h5 {
    padding: 0;
    margin: 10px 0 0;
    line-height: 1em;
    text-align: left;
}

.img-container-text h4 {
    padding: 0;
    line-height: 1em;
    text-align: left;
}

.client {
    width: auto;
    height: auto;
    -moz-opacity: .5;
    opacity: .5;
    -khtml-opacity: .5;
    -webkit-transition: .7s ease-in-out;
    -moz-transition: .7s ease-in-out;
    -ms-transition: .7s ease-in-out;
    -o-transition: .7s ease-in-out;
    transition: .7s ease-in-out;
    margin-bottom: 40px;
}

    .client:hover {
        width: auto;
        height: auto;
        -moz-opacity: 1;
        opacity: 1;
        -khtml-opacity: 1;
    }

h2.clients {
    padding: 20px 0 0;
}

.video-post {
    height: 250px;
    width: 100%;
    padding: 0;
    margin: 0 0 -5px;
    border: none;
}

.flexslider {
    border: none;
    border-radius: 0;
    box-shadow: none;
    background: 0 0;
}

.slider1 .slides img {
    width: 100%;
    height: auto;
}

.slider4 {
    border: 0 solid;
    border-radius: 0;
    box-shadow: none;
    margin: 0 0 40px !important;
    background-color: transparent;
}

    .slider4 .slides img {
        width: auto;
        height: auto;
        vertical-align: middle;
        display: inline;
        -moz-opacity: .5;
        opacity: .5;
        -khtml-opacity: .5;
        -webkit-transition: .7s ease-in-out;
        -moz-transition: .7s ease-in-out;
        -ms-transition: .7s ease-in-out;
        -o-transition: .7s ease-in-out;
        transition: .7s ease-in-out;
    }

        .slider4 .slides img:hover {
            -moz-opacity: 1;
            opacity: 1;
            -khtml-opacity: 1;
        }

.blog-slider-2 .flex-control-paging li a:hover {
    background: #ccc;
}

.blog-slider-2 .flex-control-paging li a.flex-active {
    background: #262626;
}

.top-nav {
    border: 0 solid #CCC;
    border-radius: 0;
    box-shadow: none;
    margin: 0 !important;
    background-color: transparent;
}

.top-nav-shop-slider .slides li {
    margin-right: 30px;
    max-width: 270px;
}

.top-nav-shop-slider {
    margin: 0;
    border: 0 solid #000;
    position: relative;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    box-shadow: 0 0 0 transparent;
    -webkit-box-shadow: 0 0 0 transparent;
    -moz-box-shadow: 0 0 0 transparent;
    -o-box-shadow: 0 0 0 transparent;
    zoom: 1;
}

    .top-nav-shop-slider .flex-direction-nav {
        height: 0;
        border-bottom: 0 solid #CCC;
    }

        .top-nav-shop-slider .flex-direction-nav a {
            width: 40px;
            height: 35px;
            margin: 0;
            display: block;
            position: absolute;
            padding-bottom: 0;
            background: #FAFAFA;
            top: -65px;
            z-index: 10;
            cursor: pointer;
            font-size: 0;
            text-indent: -2500px;
            opacity: 1;
            -webkit-transition: 0s ease-in-out;
            -moz-transition: 0s ease-in-out;
            -ms-transition: 0s ease-in-out;
            -o-transition: 0s ease-in-out;
            transition: 0s ease-in-out;
        }

        .top-nav-shop-slider .flex-direction-nav .flex-next i, .top-nav-shop-slider .flex-direction-nav .flex-prev i {
            text-indent: 0;
            color: #9F9F9F;
            font-size: 18px;
            width: 40px;
            height: 35px;
            position: absolute;
            line-height: 35px;
            text-align: center;
            font-weight: 400;
        }

        .top-nav-shop-slider .flex-direction-nav .flex-next {
            text-indent: 0;
            position: absolute;
            right: 0;
            border: 1px solid #CCC;
        }

        .top-nav-shop-slider .flex-direction-nav .flex-prev {
            text-indent: 0;
            position: absolute;
            left: auto;
            right: 41px !important;
            border: 1px solid #CCC;
        }

            .top-nav-shop-slider .flex-direction-nav .flex-next:hover, .top-nav-shop-slider .flex-direction-nav .flex-prev:hover {
                opacity: 1;
                background: #262626;
                border: 1px solid #262626;
            }

                .top-nav-shop-slider .flex-direction-nav .flex-next:hover i, .top-nav-shop-slider .flex-direction-nav .flex-prev:hover i {
                    color: #FFF;
                }

    .top-nav-shop-slider .flexslider:hover .flex-next:hover, .top-nav-shop-sliderv .flexslider:hover .flex-prev:hover {
        opacity: 1;
    }

    .top-nav-shop-slider .flex-direction-nav .flex-disabled {
        opacity: .6 !important;
        filter: alpha(opacity=60);
        cursor: default;
    }

    .top-nav-shop-slider .flex-control-nav {
        display: none;
    }

.top-nav-content-slider {
    margin: 0;
    border: 0 solid #000;
    position: relative;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    box-shadow: 0 0 0 transparent;
    -webkit-box-shadow: 0 0 0 transparent;
    -moz-box-shadow: 0 0 0 transparent;
    -o-box-shadow: 0 0 0 transparent;
    zoom: 1;
}

    .top-nav-content-slider .flex-direction-nav {
        height: 0;
        border-bottom: 0 solid #CCC;
    }

        .top-nav-content-slider .flex-direction-nav a {
            width: 30px;
            height: 30px;
            margin: 0;
            display: block;
            position: absolute;
            padding-bottom: 0;
            background: #FAFAFA;
            top: -40px;
            z-index: 10;
            cursor: pointer;
            font-size: 0;
            text-indent: -2500px;
            opacity: 1;
            -webkit-transition: 0s ease-in-out;
            -moz-transition: 0s ease-in-out;
            -ms-transition: 0s ease-in-out;
            -o-transition: 0s ease-in-out;
            transition: 0s ease-in-out;
        }

        .top-nav-content-slider .flex-direction-nav .flex-next {
            text-indent: 0;
            position: absolute;
            right: 0;
            border: 1px solid #CCC;
        }

        .top-nav-content-slider .flex-direction-nav .flex-prev {
            text-indent: 0;
            position: absolute;
            left: auto;
            right: 31px;
            border: 1px solid #CCC;
        }

            .top-nav-content-slider .flex-direction-nav .flex-next i, .top-nav-content-slider .flex-direction-nav .flex-prev i {
                text-indent: 0;
                color: #9F9F9F;
                font-size: 18px;
                width: 30px;
                height: 30px;
                position: absolute;
                line-height: 30px;
                text-align: center;
                font-weight: 400;
            }

            .top-nav-content-slider .flex-direction-nav .flex-next:hover, .top-nav-content-slider .flex-direction-nav .flex-prev:hover {
                opacity: 1;
                background: #262626;
                border: 1px solid #262626;
            }

                .top-nav-content-slider .flex-direction-nav .flex-next:hover i, .top-nav-content-slider .flex-direction-nav .flex-prev:hover i {
                    color: #FFF;
                }

    .top-nav-content-slider .flexslider:hover .flex-next:hover, .top-nav-content-sliderv .flexslider:hover .flex-prev:hover {
        opacity: 1;
    }

    .top-nav-content-slider .flex-direction-nav .flex-disabled {
        opacity: .6 !important;
        filter: alpha(opacity=60);
        cursor: default;
    }

    .top-nav-content-slider .flex-control-nav {
        display: none;
    }

.shop-product-slider h3 {
    font-size: 16px;
    padding: 5px 0;
}

.shop-product-slider .rs-caption p {
    color: #fff;
    padding: 0;
}

.scrollable-image {
    max-width: 450px;
    height: auto;
}

.scrollable img {
    -moz-opacity: .5;
    filter: alpha(opacity=50);
    opacity: .5;
    -khtml-opacity: .5;
    -ms-filter: "alpha(Opacity=50)";
    -webkit-transition: .7s ease-in-out;
    -moz-transition: .7s ease-in-out;
    -ms-transition: .7s ease-in-out;
    -o-transition: .7s ease-in-out;
    transition: .7s ease-in-out;
}

    .scrollable img:hover {
        -moz-opacity: 1;
        filter: alpha(opacity=1);
        opacity: 1;
        -khtml-opacity: 1;
        -ms-filter: "alpha(Opacity=100)"
    }

.head-info {
    line-height: 40px;
    overflow: hidden;
    font-size: 13px;
}

a.shop-header-links {
    margin-right: 0;
    padding: 5px;
    color: #9f9f9f;
}

    a.shop-header-links:hover {
        color: #262626;
    }

.cart {
    float: right;
    display: inline-block;
}

.money {
    float: right;
}

.logo, .logo-2 {
    display: table;
}

.logo-picture {
    background-image: url(../img/logo.png);
    max-width: 100%;
    display: block;
    overflow: visible;
    margin-left: auto;
    margin-right: auto;
}

.logo-color {
    color: #262626;
}

.login {
    height: 140px;
    display: table;
}

    .login .login-text {
        display: table-cell;
        vertical-align: middle;
    }

    .login a {
        font-size: 13px;
    }

.navbar {
    position: relative;
    background: 0 0;
    width: 100%;
    text-transform: uppercase;
    border-bottom: 1px #CDCDCD solid;
    font-family: Asap;
    font-size: 13px;
    color: #9f9f9f;
    margin-bottom: 35px;
    float: left;
}

    .navbar .nav {
        display: inline-block;
        background: #FFF;
        margin: 0;
        border-bottom: 0 #CDCDCD solid;
    }

        .navbar .nav > li {
            position: relative;
        }

            .navbar .nav > li > a {
                position: relative;
                height: 20px;
                color: #9F9F9F;
                text-shadow: none;
                padding: 15px 25px;
                border-top: 1px #CDCDCD solid;
                border-bottom: 0 #CDCDCD solid;
                border-left: 1px #CDCDCD solid;
                -webkit-transition: none;
                -moz-transition: none;
                -ms-transition: none;
                -o-transition: none;
                transition: none;
            }

.ie8 .navbar .nav {
    border-right: 1px #CDCDCD solid;
}

.navbar .nav > li.active > a, .navbar .nav > li.active > a:focus, .navbar .nav > li.active > a:hover {
    position: relative;
    color: #262626;
    height: 20px;
    text-shadow: none;
    padding: 15px 25px;
    border-top: 1px #CDCDCD solid;
    border-bottom: 0 #CDCDCD solid;
    border-left: 1px #CDCDCD solid;
    background-color: #FAFAFA;
    -webkit-box-shadow: inset 0 0 0 transparent;
    -moz-box-shadow: inset 0 0 0 transparent;
    box-shadow: inset 0 0 0 transparent;
}

.navbar .nav > li.active:last-child:hover > a, .navbar .nav > li.active:last-child > a, .navbar .nav > li:last-child > a {
    border-right: 1px #CDCDCD solid;
}

.navbar .nav > li:hover:last-child > a {
    border-right: 1px #262626 solid;
}

.navbar .nav > li.active:hover a, .navbar .nav > li:hover > a {
    color: #9f9f9f;
    text-decoration: none;
    background-color: #262626;
    border-left: 1px #262626 solid;
    border-bottom: 0 #CDCDCD solid;
    border-top: 1px #262626 solid;
}

.navbar .nav li ul {
    display: none;
    z-index: 999;
    position: relative;
    margin: 0;
    padding: 10px 0 8px;
    list-style-type: none;
    text-transform: none;
}

.navbar .nav li:hover ul {
    position: absolute;
    display: block;
    list-style-type: none;
    background-color: #262626;
    border-left: 0 #CDCDCD solid;
    border-right: 0 #CDCDCD solid;
    border-bottom: 0 #CDCDCD solid;
}

.navbar .nav li ul li ul {
    display: none;
    position: relative;
    padding: 10px 0 8px;
    margin-top: -45px;
}

.navbar .nav li.active ul li ul {
    display: none;
    position: relative;
    padding: 10px 0 8px;
    margin-top: -46px;
}

.navbar .nav li ul li ul li {
    display: none;
}

.navbar .nav li ul li:hover ul {
    display: block;
    position: absolute;
    left: 210px;
    list-style-type: none;
    text-transform: none;
    background-color: #262626;
    color: #9f9f9f;
}

    .navbar .nav li ul li:hover ul li {
        display: block;
    }

.navbar .nav li ul li {
    margin: 0;
    padding: 0;
    width: 210px;
    cursor: pointer;
}

    .navbar .nav li ul li a {
        line-height: 35px;
        margin: 0;
        display: block;
        text-decoration: none;
        padding-left: 25px;
        color: #9f9f9f;
    }

    .navbar .nav li ul li:hover a, .navbar .nav li.active ul li:hover a {
        color: #FFF;
    }

    .navbar .nav li ul li ul li a, .navbar .nav li.active ul li ul li a {
        line-height: 35px;
        margin: 0;
        display: block;
        text-decoration: none;
        padding-left: 25px;
        color: #9f9f9f !important;
    }

    .active-link a, .navbar .nav li ul li ul li:hover a, .navbar .nav li.active ul li ul li:hover a {
        color: #FFF !important;
    }

.breadcrumb {
    padding: 16px 0 28px;
    margin: 0;
    list-style: none;
    background-color: transparent;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    float: right;
    font-size: 13px;
    text-transform: uppercase;
}

    .breadcrumb > li {
        display: inline-block;
        text-shadow: 0 0 0 #fff;
    }

        .breadcrumb > li > .divider {
            padding: 0 5px;
            color: #9F9F9F;
        }

    .breadcrumb > .active {
        color: #9F9F9F;
    }

    .breadcrumb.left {
        float: left;
    }

.btn.btn-large {
    padding: 20px 22px;
}

.btn {
    padding: 14px 18px;
    color: #858585;
    text-shadow: none;
    border-radius: 0;
    -webkit-box-shadow: transparent 0 0 0 !important;
    box-shadow: transparent 0 0 0 !important;
    margin-bottom: 8px;
    background: #F4F4F4;
    border: 1px solid #CCC;
    font-weight: 400;
    font-family: Asap;
}

    .btn.btn-small {
        padding: 8px 14px;
    }

    .btn.btn-mini {
        padding: 4px 8px;
    }

    .btn:active, .btn:focus, .btn:hover {
        color: #FFF;
        background: #262626;
    }

.btn-color-1, .btn-color-2 {
    color: #FFF;
    border: 0 solid #B1C1C5;
}

.btn-style-2 {
    color: #858585;
    border: 1px solid #CCC;
    background: #F4F4F4;
}

    .btn-style-2:focus, .btn-style-2:hover {
        color: #262626;
        background: #FAFAFA;
    }

blockquote {
    margin: 0 0 15px;
    padding: 0 0 0 10px;
    font-size: 16px;
}

.form-main {
    border: 0 solid #CCC;
    overflow: hidden;
    padding: 0;
    margin: 20px 0 0;
}

.commnet-form {
    border: 1px solid #CCC;
    border-bottom: 0 #CCC solid;
    overflow: hidden;
    padding: 0;
    margin-bottom: 0;
}

.uneditable-input, input[type=color], input[type=date], input[type=datetime-local], input[type=datetime], input[type=email], input[type=month], input[type=number], input[type=password], input[type=search], input[type=tel], input[type=text], input[type=time], input[type=url], input[type=week], textarea {
    background-color: transparent;
    border: 0 solid #ccc;
    -webkit-box-shadow: inset 0 0 0 transparent;
    -moz-box-shadow: inset 0 0 0 transparent;
    box-shadow: inset 0 0 0 rgba(0, 0, 0, 0);
}

.form-404 input:focus, .form-main input:focus, .form-main textarea:focus, .form-search .search-input:focus {
    -webkit-box-shadow: rgba(0, 0, 0, 0)0 0 0 inset, transparent 0 0 0;
    box-shadow: rgba(0, 0, 0, 0)0 0 0 inset, transparent 0 0 0;
    outline: 0;
    border: 0 solid #d1d1d1;
    border-bottom: 1px #CCC solid;
}

.form-main input, .form-main textarea {
    position: relative;
    height: 30px;
    width: 100%;
    padding: 5px 0;
    margin-bottom: 0;
    color: #999;
    border: 0 solid #d1d1d1;
    border-bottom: 1px #CCC solid;
    border-radius: 0;
    font-size: 14px;
    font-family: Asap, sans-serif;
    text-indent: 10px;
    outline: 0;
    background: #FAFAFA;
}

.form-main textarea {
    height: 120px;
    resize: none;
    margin-bottom: 0;
}

.alert {
    padding: 20px 35px 20px 14px;
    margin: 0 0 10px;
    color: #789ab9;
    border-radius: 0;
    text-shadow: none !important;
}

.alert-error {
    border: 1px solid #E44565;
    background: #FEF6F7;
    color: #E54F6D;
}

    .alert-error .close, .alert-error .close:focus, .alert-error .close:hover {
        color: #E54F6D;
        opacity: 1;
        filter: alpha(opacity=100);
    }

.alert-success {
    border: 1px solid #10B552;
    background: #F3FBF6;
    color: #10B552;
}

    .alert-success .close, .alert-success .close:focus, .alert-success .close:hover {
        color: #10B552;
        opacity: 1;
        filter: alpha(opacity=100);
    }

.alert-block {
    border: 1px solid #CA8E04;
    background: #FCF9F2;
    color: #CA8E04;
}

    .alert-block .close, .alert-block .close:focus, .alert-block .close:hover {
        color: #CA8E04;
        opacity: 1;
        filter: alpha(opacity=100);
    }

.alert-info {
    border: 1px solid #47A9C2;
    background: #F6FBFC;
    color: #47A9C2;
}

    .alert-info .close, .alert-info .close:focus, .alert-info .close:hover {
        color: #47A9C2;
        opacity: 1;
        filter: alpha(opacity=100);
    }

.close {
    color: #000;
    float: right;
    font-size: 20px;
    font-weight: 700;
    line-height: 20px;
    opacity: .2;
    text-shadow: none;
}

.hero-unit {
    padding: 30px 0px 10px 0px;
    margin-bottom: 30px;
    font-size: 14px;
    color: inherit;
    background-color: transparent;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    text-align: center;
    border-bottom: 1px solid #CCCCCC;
}

    .hero-unit .lead {
        font-size: 28px;
        line-height: 1.4em;
    }

.nav-tabs {
    border: 0;
    margin-bottom: 0;
}

.tab-content h3 {
    padding-bottom: 15px;
    padding-top: 0;
}

.nav-tabs li a {
    border-radius: 0;
    color: #9F9F9F;
    background: #FAFAFA;
    padding: 20px;
    margin-right: 0;
    border: 1px solid #CCC;
    border-left: 0 solid;
    line-height: 22px;
}

.nav-tabs li:first-child a {
    border-left: 1px solid #CCC !important;
}

.nav-tabs li a:hover {
    background: #fff;
}

.tab-content {
    color: #9F9F9F;
    background: #fff;
    padding: 30px 30px 25px;
    border: 1px solid #CCC;
}

.nav-tabs > .active > a, .nav-tabs > .active > a:hover {
    background-color: #fff;
    border-color: #CCC #CCC transparent;
    border-style: solid;
    color: #262626;
    border-left: 0 solid #f1f;
}

.nav-tabs > li > a:focus, .nav-tabs > li > a:hover {
    border-color: #CCC;
}

.accordion-shortcode, .blog-slider-shortcode, .client-say-shortcode, .our-team-shortcode, .pricing-table-shortcode, .pricing-table-shortcode-1, .project-shortcode, .services-shortcode, .services-shortcode-2, .shop-item-shortcode, .skill-shortcode, .table-shortcode, .tabs-shortcode, .testimonal-shortcode {
    position: relative;
    margin-bottom: 0;
}

.google-map {
    position: relative;
    width: 100%;
    height: 300px;
    padding: 0;
    border: 0;
    margin-bottom: -6px;
    filter: url("data:image/svg+xml; utf8, <svg xmlns=\'http: //www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); filter: gray;
    -webkit-filter: grayscale(1);
}

.scrollable {
    width: 100%
}

.accordion {
    border-top: 1px solid #CCC;
    margin-bottom: 0;
}

.accordion-group {
    border-radius: 0 !important;
    margin-bottom: 0 !important;
    padding: 0;
    border: 0 solid #CCC;
}

.accordion-heading {
    background: #F4F4F4;
    border-bottom: 0 solid #CCC;
    border-left: 0 solid #CCC;
    border-right: 0 solid #CCC;
    border-top: 0 solid #CCC;
}

    .accordion-heading a {
        color: #9F9F9F;
        font-size: 16px;
        text-decoration: none;
    }

        .accordion-heading a:hover {
            color: #262626;
            text-decoration: none;
        }

.accordion-inner {
    background: #FFF;
    padding: 0 20px 30px 60px !important;
    border-bottom: 1px solid #CCC;
    border-left: 1px solid #CCC;
    border-right: 1px solid #CCC;
    border-top: 0 solid #CCC;
}

.accordion-toggle {
    padding: 20px 20px 20px 60px !important;
    background: url(../img/accordion-toogle.png) 20px center no-repeat;
    border-bottom: 1px solid #CCC;
    border-left: 1px solid #CCC;
    border-right: 1px solid #CCC;
    border-top: 0 solid #CCC;
}

.accordion-active {
    padding-left: 60px !important;
    background: url(../img/accordion-active.png) 20px center no-repeat #FFF;
    border-bottom: 0 solid #CCC;
    border-left: 1px solid #CCC;
    border-right: 1px solid #CCC;
    border-top: 0 solid #CCC;
}

.form-404 {
    border-bottom: 1px solid #CCC;
    overflow: hidden;
    margin: 0 auto;
    width: 100%;
    text-align: center;
}

    .form-404 input {
        position: relative;
        height: 52px;
        width: 270px;
        padding: 0;
        margin: 0;
        background: #FAFAFA;
        border-radius: 0;
        border-left: 1px #CCC solid;
        border-top: 1px #CCC solid;
        border-right: 1px #CCC solid;
        border-bottom: 0 solid transparent;
        font-size: 13px;
        font-family: Asap, sans-serif;
        outline: 0;
        text-indent: 10px;
    }

        .form-404 input:focus {
            border: 1px solid #CCC;
            border-bottom: 0 solid transparent;
        }

    .form-404 .btn {
        line-height: 52px;
        width: 60px;
        padding: 0;
        margin: 0 0 0 -3px;
        text-shadow: none;
        border-radius: 0;
        -webkit-box-shadow: transparent 0 0 0 !important;
        box-shadow: transparent 0 0 0 !important;
        border-top: 1px #CCC solid;
        border-right: 1px #CCC solid;
        border-left: 0 solid transparent;
        border-bottom: 0 solid transparent;
    }

table {
    width: 100%;
    border-radius: 0 !important;
    border: 0;
    border-collapse: collapse !important;
    margin-bottom: 0 !important;
}

th {
    color: #262626;
    background: #FAFAFA !important;
    border-radius: 0 !important;
    border: 1px solid #CCC !important;
    font-weight: 400 !important;
    padding: 15px 20px !important;
}

.dark {
    width: 100%;
    border-radius: 0 !important;
    border-top: 1px solid #262626;
    border-collapse: collapse !important;
    margin-bottom: 0 !important;
}

    .dark th {
        color: #E8E8E8;
        background: #262626 !important;
        border-radius: 0 !important;
        border: 1px solid #262626 !important;
        border-right: 1px solid #CCC !important;
        font-weight: 400 !important;
        padding: 15px 20px !important;
    }

        .dark th:last-child {
            border-right: 1px solid #262626;
        }

td {
    color: #7c7e7e;
    background: #fff;
    border-radius: 0 !important;
    border: 1px solid #CCC !important;
    padding: 15px 20px !important;
}

table a:hover {
    text-decoration: none;
}

.list-1, .list-2, .list-3 {
    padding: 0;
    margin-left: 0;
}

    .list-1 li {
        list-style-type: none;
        padding-top: 10px;
        padding-bottom: 10px;
        line-height: 20px;
        position: relative;
        padding-left: 40px;
    }

    .list-2 li, .list-3 li {
        list-style-type: none;
        padding-top: 10px;
        padding-bottom: 10px;
        line-height: 20px;
        height: 20px;
        position: relative;
        padding-left: 25px;
    }

    .list-3 i {
        margin-right: 5px;
    }

.box-small {
    width: 20px;
    height: 20px;
    line-height: 20px;
    border: 1px solid #CCC;
    float: left;
    display: block;
    margin-right: 0;
    text-align: center;
    position: absolute;
    left: 0;
}

.box-small-2 {
    width: 20px;
    height: 20px;
    line-height: 20px;
    border: 0 solid #CCC;
    float: left;
    display: block;
    margin-right: 0;
    text-align: center;
    position: absolute;
    left: 0;
}

.skill-shortcode {
    margin-top: 0;
    text-align: center;
    margin-bottom: 30px;
    border: 0 solid #CCC;
}

.skill-main-circle {
    width: 200px;
    height: 200px;
    position: relative;
    border-radius: 200px;
    background-color: #fff;
    border: 10px solid #CCC;
    margin: 0 auto;
}

.skill-inner-circle-1 {
    position: absolute;
    top: 0;
    left: 0;
    width: 200px;
    height: 200px;
    border-radius: 200px;
    clip: rect(0 200px 200px 50px);
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
}

.skill-inside-inner-circle-1 {
    background-color: #FFF;
    position: absolute;
    top: 0;
    left: 0;
    width: 200px;
    height: 200px;
    border-radius: 200px;
    clip: rect(0 100px 200px 0);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}

.skill-inner-circle-2 {
    position: absolute;
    top: 0;
    left: 0;
    width: 200px;
    height: 200px;
    border-radius: 200px;
    clip: rect(0 200px 200px 100px);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}

.skill-inner-circle-3 {
    position: absolute;
    top: 0;
    left: 0;
    width: 200px;
    height: 200px;
    border-radius: 200px;
    clip: rect(0 200px 200px 100px);
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
}

.skill-inside-inner-circle-2 {
    background-color: #262626;
    position: absolute;
    top: 0;
    left: 0;
    width: 200px;
    height: 200px;
    border-radius: 200px;
    clip: rect(0 100px 200px 0);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}

.skill-inner-circle-4 {
    position: absolute;
    top: 0;
    left: 0;
    width: 200px;
    height: 200px;
    border-radius: 200px;
    clip: rect(0 200px 200px 100px);
    -webkit-transform: rotate(539deg);
    -moz-transform: rotate(539deg);
    -ms-transform: rotate(539deg);
    -o-transform: rotate(539deg);
    transform: rotate(539deg);
}

.skill-inside-inner-circle-percent-1 {
    background-color: #262626;
    position: absolute;
    top: 0;
    left: 0;
    width: 200px;
    height: 200px;
    border-radius: 200px;
    clip: rect(0 100px 200px 0);
    -webkit-transform: rotate(108deg);
    -moz-transform: rotate(108deg);
    -ms-transform: rotate(108deg);
    -o-transform: rotate(108deg);
    transform: rotate(108deg);
}

.skill-inside-inner-circle-percent-2 {
    background-color: #262626;
    position: absolute;
    top: 0;
    left: 0;
    width: 200px;
    height: 200px;
    border-radius: 200px;
    clip: rect(0 100px 200px 0);
    -webkit-transform: rotate(144deg);
    -moz-transform: rotate(144deg);
    -ms-transform: rotate(144deg);
    -o-transform: rotate(144deg);
    transform: rotate(144deg);
}

.skill-inside-inner-circle-percent-3 {
    background-color: #262626;
    position: absolute;
    top: 0;
    left: 0;
    width: 200px;
    height: 200px;
    border-radius: 200px;
    clip: rect(0 100px 200px 0);
    -webkit-transform: rotate(126deg);
    -moz-transform: rotate(126deg);
    -ms-transform: rotate(126deg);
    -o-transform: rotate(126deg);
    transform: rotate(126deg);
}

.skill-text h2 {
    font-size: 30px;
    color: #262626;
    text-decoration: none;
    padding: 30px 0 1px;
    line-height: 1.1em;
}

.skill-text h3 {
    font-size: 13px;
    color: #262626;
    text-decoration: none;
    padding: 0;
}

.pagination {
    margin: 25px 0;
}

    .pagination ul {
        display: inline-block;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
        -webkit-box-shadow: 0 0 0 transparent;
        -moz-box-shadow: 0 0 0 transparent;
        box-shadow: 0 0 0 transparent;
        border: 0 solid #CCC;
        margin: 8px 0 0;
    }

        .pagination ul > li > a, .pagination ul > li > span {
            float: left;
            padding: 4px 12px;
            line-height: 20px;
            text-decoration: none;
            background-color: transparent;
            border: 0 solid #CCC;
            border-left-width: 0;
            display: block;
            font-family: Asap;
            font-size: 13px;
        }

            .pagination ul > .active > a, .pagination ul > .active > span, .pagination ul > li > a:focus, .pagination ul > li > a:hover {
                background-color: transparent;
                color: #262626;
            }

        .pagination ul > li:first-child > a, .pagination ul > li:first-child > span {
            border-left-width: 0;
            -webkit-border-top-left-radius: 0;
            -moz-border-radius-topleft: 0;
            border-top-left-radius: 0;
            -webkit-border-bottom-left-radius: 0;
            -moz-border-radius-bottomleft: 0;
            border-bottom-left-radius: 0;
        }

        .pagination ul > li:last-child > a, .pagination ul > li:last-child > span {
            -webkit-border-top-right-radius: 0;
            -moz-border-radius-topright: 0;
            border-top-right-radius: 0;
            -webkit-border-bottom-right-radius: 0;
            -moz-border-radius-bottomright: 0;
            border-bottom-right-radius: 0;
        }

    .pagination i {
        margin: 0 10px;
    }

.project {
    margin-top: 15px !important;
    margin-bottom: 0 !important;
}

.project-heading {
    width: 100%;
    height: 40px;
    line-height: 40px;
    display: table;
    padding-bottom: 0;
}

.project-heading-2 {
    width: 100%;
    height: 40px;
    line-height: 40px;
    clear: both;
    display: table;
    padding: 50px 0 0;
}

.project-title {
    float: left;
    display: table-cell;
    vertical-align: middle;
}

.project-heading h1, .project-heading-2 h1 {
    padding: 5px 0 10px;
    clear: both;
}

.project-all {
    float: right;
    margin-bottom: 10px;
}

    .project-all a {
        width: 40px;
        height: 40px;
        line-height: 40px;
        border: 1px solid #CCC;
        text-align: center;
        font-size: 20px;
        overflow: hidden;
        float: right;
        margin-left: -1px;
        display: table-cell;
        vertical-align: middle;
        background: #FAFAFA;
    }

.img-container-image-shop .hot {
    position: absolute;
    top: 5px;
    right: 5px;
    width: 60px;
    height: 60px;
    background: #262626;
    color: #fff;
    text-align: center;
    display: table;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%
}

.hot-text {
    letter-spacing: 0;
    font-weight: 700;
    padding: 5px;
    font-size: 14px;
    display: table-cell;
    vertical-align: middle;
    line-height: 16px;
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -ms-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
}

.img-container-image-shop img {
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -ms-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
}

.img-container-image-shop:hover img {
    -webkit-transform: scale(1.2, 1.2);
    -moz-transform: scale(1.2, 1.2);
    -ms-transform: scale(1.2, 1.2);
    -o-transform: scale(1.2, 1.2);
    transform: scale(1.2, 1.2);
}

.shop-cart-header {
    height: 140px;
    display: table;
    float: right;
}

    .shop-cart-header .shop-cart-header-logo, .shop-cart-header .shop-cart-header-text {
        font-size: 22px;
        color: #262626;
        display: table-cell;
        vertical-align: middle;
        text-align: right;
    }

.shop-cart-header-text-2 {
    font-size: 18px;
    color: #9f9f9f;
}

.shop-cart-header-text {
    padding-right: 20px;
}

.shop-cart-header-logo i {
    font-size: 22px;
    color: #FFF;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    width: 50px;
    height: 50px;
    background: #262626;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%
}

.shop-cart-header a {
    font-size: 13px;
    display: block;
}

.shop-search {
    margin-top: 15px;
    width: 100%;
    border: 1px solid #ccc;
}

    .shop-search input {
        width: 80%;
        background-color: transparent;
        color: #9f9f9f;
        border: 0 solid;
        -webkit-box-shadow: inset 0 0 0 transparent;
        -moz-box-shadow: inset 0 0 0 transparent;
        box-shadow: inset 0 0 0 transparent;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
        margin-top: 10px;
        padding: 0;
        margin-left: 5%;
        font-family: Asap;
        font-size: 13px;
    }

        .shop-search input:focus {
            border: 0 solid #CCC;
            border-bottom: 0 solid transparent;
            border-color: transparent;
            outline: 0;
            outline: dotted thin;
            -webkit-box-shadow: inset 0 0 0 transparent, 0 0 0 rgba(82, 168, 236, .6);
            -moz-box-shadow: inset 0 0 0 transparent, 0 0 0 rgba(82, 168, 236, .6);
            box-shadow: inset 0 0 0 transparent, 0 0 0 rgba(82, 168, 236, .6);
        }

.search-icon {
    display: block;
    margin-top: 8px;
    padding: 0 3%;
    float: right;
}

.shop-tag-huge {
    padding: 5px 10px 15px;
    float: left;
    font-size: 28px;
}

.shop-tag-large {
    padding: 5px 10px 15px;
    float: left;
    font-size: 22px;
}

.shop-tag-normal {
    padding: 5px 10px 15px;
    float: left;
    font-size: 16px;
}

.shop-tag-mini {
    padding: 5px 10px 15px;
    float: left;
    font-size: 13px;
}

h2.item-name {
    color: #262626;
    padding-top: 0;
}

h1.item-price {
    text-decoration: none;
    padding-top: 0;
}

h4.item-selectors {
    padding-top: 5px;
}

.shop-select {
    display: inline-block;
    height: 40px;
    padding: 10px;
    margin-bottom: 10px;
    border: 0 solid #ccc;
    border-width: 1px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    vertical-align: middle;
    font-family: Asap, sans-serif;
    font-size: 14px;
    line-height: 20px;
    color: #9F9F9F;
    -webkit-box-shadow: 0 0 0 #CCC, 0 0 #fff inset;
    -moz-box-shadow: 0 0 0 #CCC, 0 0 #fff inset;
    box-shadow: 0 0 0 #CCC, 0 0 #fff inset;
}

.shop-item-bottom {
    position: relative;
    overflow: hidden;
    background-color: #F4F4F4;
    border: 0 solid;
    margin-top: 0;
    border-top: 0 #CCC solid;
    border-bottom: 1px #CCC solid;
    border-left: 1px #CCC solid;
    padding-top: 0;
}

.shop-item-price {
    float: left;
    color: #262626;
    background-color: #F4F4F4;
    width: 55%;
    text-align: left;
}

.shop-item-add-to-cart {
    float: right;
    border-left: 1px #CCC solid;
    border-right: 1px #CCC solid;
    color: #262626;
    background-color: #F4F4F4;
}

.shop-item-add-to-cart-text:hover {
    color: #FFF;
}

.shop-item-bottom h5 {
    color: #262626;
    padding: 20px 5px 20px 30px;
    font-size: 14px;
    text-align: left;
}

.shop-item-add-to-cart-text {
    color: #262626;
    padding: 20px 25px;
    line-height: 1.4em;
    font-size: 14px;
}

.rating-shop-item {
    unicode-bidi: bidi-override;
    direction: rtl;
    font-size: 22px;
    text-align: left;
}

    .rating-shop-item span.star {
        font-family: FontAwesome;
        font-weight: 400;
        font-style: normal;
        display: inline-block;
    }

        .rating-shop-item span.star:hover {
            cursor: pointer;
        }

        .rating-shop-item span.star:before {
            content: "\f006";
            padding-right: 5px;
            color: #9F9F9F;
        }

        .rating-shop-item span.star:hover:before, .rating-shop-item span.star:hover ~ span.star:before {
            content: "\f005";
            color: #e3cf7a;
        }

.box-small-3 {
    width: 20px;
    height: 20px;
    line-height: 20px;
    border: 1px solid #CCC;
    float: left;
    display: block;
    text-align: center;
    margin-right: 20px;
    color: #CCC;
}

.shop-info-widget {
    position: relative;
    margin-top: 15px;
}

.shop-info-widget-text {
    position: relative;
    margin-left: 25px;
    line-height: 30px;
}

.shop-info-widget-images {
    position: relative;
}

.box-small-img {
    width: 50px;
    height: 50px;
    border: 0 solid #CCC;
    float: left;
    display: block;
    margin-right: 15px;
}

.line {
    position: relative;
    overflow: hidden;
    display: table;
    margin-bottom: 20px;
}

.line-2 {
    position: relative;
    overflow: hidden;
    margin-bottom: 0;
}

.box-large-img {
    width: 100px;
    height: 100px;
    border: 0 solid #CCC;
    float: left;
    display: block;
    margin-right: 15px;
}

.line-img-2 {
    position: relative;
}

    .line-img-2 h4 {
        padding: 0 0 10px;
    }

    .line-img-2 h5 {
        padding: 0;
    }

.line-img {
    position: relative;
    display: table-cell;
    vertical-align: middle;
}

.shop-info-widget ul {
    margin: 0;
}

    .shop-info-widget ul li {
        list-style-type: none;
        padding-left: 0;
        padding-top: 10px;
        padding-bottom: 10px;
        position: relative;
    }

h4.shop-with-icon {
    font-size: 16px;
    color: #262626;
    padding: 10px 0 20px;
}

.testimonal-shortcode {
    width: 100%
}

.testimonal {
    position: relative;
    font-weight: 400;
    padding: 25px;
    color: #9F9F9F;
    border: 1px solid #CCC;
    background: #FAFAFA;
}

    .testimonal:before {
        content: ' ';
        position: absolute;
        bottom: -30px;
        left: 46%;
        border: 15px solid #CCC;
        border-color: #CCC transparent transparent;
        background: 0 0;
        display: block;
        width: 0;
        height: 0;
    }

    .testimonal:after {
        content: ' ';
        position: absolute;
        bottom: -27px;
        left: 46.25%;
        border: 14px solid #FAFAFA;
        border-color: #FAFAFA transparent transparent;
        display: block;
        width: 0;
        height: 0;
    }

@-moz-document url-prefix() {
    .testimonal: after {
        content: ' ';
        position: absolute;
        bottom: -28px;
        left: 46.25%;
        border: 14px solid #FAFAFA;
        border-color: #FAFAFA transparent transparent;
        display: block;
        width: 0;
        height: 0;
    }
}

.testimonal-name {
    padding-top: 30px;
    text-align: center;
    color: #262626;
}

.portfolio {
    overflow: hidden;
    margin: 0;
}

    .portfolio a {
        text-decoration: none;
    }

    .portfolio li {
        list-style: none;
    }

#portfolio-filter {
    margin: 0 0 20px;
    overflow: hidden;
}

    #portfolio-filter li {
        list-style: none;
        float: left;
        margin-right: 10px;
        margin-top: 5px;
        padding: 12px 0;
    }

        #portfolio-filter li a {
            padding: 12px 15px;
            margin: 0;
            color: #9f9f9f;
            border: 1px solid transparent;
            font-family: Asap;
            font-size: 13px;
            -webkit-transition: all 0s;
            -moz-transition: all 0s;
            -ms-transition: all 0s;
            -o-transition: all 0s;
            transition: all 0s;
        }

        #portfolio-filter li:hover a {
            color: #9a9a9a;
            background: #FAFAFA;
            border: 1px solid #CCC;
            text-decoration: none;
        }

        #portfolio-filter li.act a {
            color: #fff;
            background: #262626;
            border: 1px solid transparent;
            text-decoration: none;
        }

.isotope-item {
    z-index: 2;
}

.isotope-hidden.isotope-item {
    pointer-events: none;
    z-index: 1;
}

.isotope, .isotope .isotope-item {
    -webkit-transition-duration: .4s;
    -moz-transition-duration: .4s;
    -ms-transition-duration: .4s;
    -o-transition-duration: .4s;
    transition-duration: .4s;
}

.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: top, left, opacity;
        transition-property: transform, opacity;
    }

        .isotope .isotope-item.no-transition, .isotope.no-transition, .isotope.no-transition .isotope-item {
            -webkit-transition-duration: 0s;
            -moz-transition-duration: 0s;
            -ms-transition-duration: 0s;
            -o-transition-duration: 0s;
            transition-duration: 0s;
        }

.tooltip {
    position: absolute;
    z-index: 1030;
    display: block;
    visibility: visible;
    font-size: 11px;
    line-height: 1.4;
    opacity: 0;
    filter: alpha(opacity=0);
}

    .tooltip.in {
        opacity: 1;
        filter: alpha(opacity=100);
    }

    .tooltip.top {
        margin-top: -3px;
        padding: 5px 0;
    }

    .tooltip.right {
        margin-left: 3px;
        padding: 0 5px;
    }

    .tooltip.bottom {
        margin-top: 3px;
        padding: 5px 0;
    }

    .tooltip.left {
        margin-left: -3px;
        padding: 0 5px;
    }

.tooltip-inner {
    max-width: 200px;
    padding: 8px;
    color: #9f9f9f;
    text-align: center;
    text-decoration: none;
    background-color: #3C3C3C;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

.tooltip-arrow {
    position: absolute;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
}

.tooltip.top .tooltip-arrow {
    bottom: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 5px 5px 0;
    border-top-color: #3C3C3C;
}

.tooltip.right .tooltip-arrow {
    top: 50%;
    left: 0;
    margin-top: -5px;
    border-width: 5px 5px 5px 0;
    border-right-color: #3C3C3C;
}

.tooltip.left .tooltip-arrow {
    top: 50%;
    right: 0;
    margin-top: -5px;
    border-width: 5px 0 5px 5px;
    border-left-color: #3C3C3C;
}

.tooltip.bottom .tooltip-arrow {
    top: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #3C3C3C;
}

.mCS-dark > .mCSB_scrollTools .mCSB_draggerRail {
    background: #CCC;
    background: rgba(204, 204, 204, 1);
}

.mCS-dark > .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-dark > .mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCS-dark > .mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar, .mCS-dark > .mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
    background: #262626;
    background: rgba(38, 38, 38, 1);
}

a.social-icon-main i {
    display: inline-block;
    background: 0 0;
    color: #CCC;
    margin: 0 5px 5px 0;
    cursor: pointer;
    font-size: 24px;
    width: 32px;
    height: 32px;
    line-height: 32px;
    text-align: left;
}

    a.social-icon-main i:focus, a.social-icon-main i:hover {
        color: #262626;
        -webkit-transition: all 200ms ease-in !important;
        -moz-transition: all 200ms ease-in !important;
        -ms-transition: all 200ms ease-in !important;
        -o-transition: all 200ms ease-in !important;
        transition: all 200ms ease-in !important;
    }

.color-dark {
    color: #262626;
}

.color-dark-background {
    background: #262626;
}

.color-white {
    color: #FFF;
}

.color-dark-border {
    border: 1px solid #262626;
}

.spacer1 {
    height: 1px !important;
}

.spacer5 {
    height: 5px !important;
}

.spacer10 {
    height: 10px !important;
}

.spacer15 {
    height: 15px !important;
}

.spacer20 {
    height: 20px !important;
}

.spacer25 {
    height: 25px !important;
}

.spacer30 {
    height: 30px !important;
}

.spacer35 {
    height: 35px !important;
}

.spacer40 {
    height: 40px !important;
}

.spacer45 {
    height: 45px !important;
}

.spacer50 {
    height: 50px !important;
}

.spacer55 {
    height: 55px !important;
}

.spacer60 {
    height: 60px !important;
}

.spacer65 {
    height: 65px !important;
}

.spacer70 {
    height: 70px !important;
}

.spacer75 {
    height: 75px !important;
}

.spacer80 {
    height: 80px !important;
}

.spacer85 {
    height: 85px !important;
}

.spacer90 {
    height: 90px !important;
}

.spacer95 {
    height: 95px !important;
}

.spacer100 {
    height: 100px !important;
}

.padding-left-50 {
    padding-left: 50px;
}

.padding-top-5 {
    padding-top: 5px;
}

.padding-top-4 {
    padding-top: 4px;
}

.padding-top-3 {
    padding-top: 3px;
}

.padding-top-2 {
    padding-top: 2px;
}

.padding-top-1 {
    padding-top: 1px;
}

.margin-bottom-20 {
    margin-bottom: 20px !important;
}

.margin-bottom-10, .margin-bottom-15 {
    margin-bottom: 10px !important;
}

.margin-top-20 {
    margin-top: 20px !important;
}

.margin-top-15 {
    margin-top: 15px !important;
}

.margin-top-10 {
    margin-top: 10px !important;
}

.margin-top-5 {
    margin-top: 5px !important;
}

.clear {
    clear: both;
}

.login-form {
    margin-top: 15px;
    width: 100%;
    border: 1px solid #aaa;
}

    .login-form input {
        width: 80%;
        background-color: transparent;
        color: #444;
        border: 0 solid;
        -webkit-box-shadow: inset 0 0 0 transparent;
        -moz-box-shadow: inset 0 0 0 transparent;
        box-shadow: inset 0 0 0 transparent;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
        margin-top: 10px;
        padding: 0;
        margin-left: 5%;
        font-family: Asap;
        font-size: 13px;
    }

        .login-form input:focus {
            border: 0 solid #CCC;
            border-bottom: 0 solid transparent;
            border-color: transparent;
            outline: 0;
            outline: dotted thin;
            -webkit-box-shadow: inset 0 0 0 transparent, 0 0 0 rgba(82, 168, 236, .6);
            -moz-box-shadow: inset 0 0 0 transparent, 0 0 0 rgba(82, 168, 236, .6);
            box-shadow: inset 0 0 0 transparent, 0 0 0 rgba(82, 168, 236, .6);
        }

.login-icon {
    display: block;
    margin-top: 8px;
    padding: 0 3%;
    float: right;
}

a.login-icon i:focus, a.login-icon i:hover {
    color: #262626;
}

.background {
    background-size: cover;
    background-image: url(../img/loginback.jpg);
}

.dataTables_wrapper {
    position: relative;
    clear: both;
}

table.dataTable thead .sorting, table.dataTable thead .sorting_asc, table.dataTable thead .sorting_asc_disabled, table.dataTable thead .sorting_desc, table.dataTable thead .sorting_desc_disabled {
    background: 0 0;
}

    table.dataTable thead .sorting_asc:after {
        content: "\f0de";
        float: right;
        font-family: fontawesome;
    }

    table.dataTable thead .sorting_desc:after {
        content: "\f0dd";
        float: right;
        font-family: fontawesome;
    }

    table.dataTable thead .sorting:after {
        content: "\f0dc";
        float: right;
        font-family: fontawesome;
        color: rgba(50, 50, 50, .5);
    }

table.dataTable tbody tr.selected td {
    background-color: #B0BED9 !important;
}
