﻿

ul, ol {
    margin: 0;
}



html, body {
    font-size: 100%;
}



.header-top {
    background: rgba(73, 84, 91, 0.84);
    padding: 3% 0;
}

.logo {
    float: left;
}

.logoText {
    color: #FFF;
    font-size: 25px;
    font-weight: 600;
}

.nav:before,
.nav:after {
    content: " ";
    display: table;
}

.nav:after {
    clear: both;
}

.nav ul {
    list-style: none;
}

@media screen and (max-width:800px) {
    .active {
        display: block;
    }

    .menu li a {
        text-align: left;
        border-radius: 0;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        -o-border-radius: 0;
    }

    .nav {
        list-style: none;
        width: 95%;
        position: absolute;
        right: 20px;
        background: rgba(73, 84, 91, 0.87);
        top: 66px;
        z-index: 111;
    }

        .nav:after {
            content: '';
            position: absolute;
            right: 18px;
            top: -9px;
            border-left: 10px solid rgba(0, 0, 0, 0);
            border-right: 10px solid rgba(0, 0, 0, 0);
            border-bottom: 10px solid rgba(73, 84, 91, 0.87);
        }

    .menu li a span.messages {
        text-align: center;
        top: 15px;
    }

    .nav li ul {
        width: 100%;
    }

    .menu ul {
        margin: 0;
    }

    .nav > li.hover > ul {
        width: 100%;
    }

    .nav > li {
        float: none;
        display: block;
    }

    .nav ul {
        display: block;
        width: 100%;
    }

    .nav > li.hover > ul, .nav li li.hover ul {
        position: static;
    }

    .nav li a {
        border-top: 1px solid rgba(73, 84, 91, 0.87);
    }

    .nav li:first-child a {
        border-top: none;
    }
}

.header-bottom {
    padding: 15% 0;
    padding-top: 10%;
    text-align: center;
}

    .header-bottom h1 {
        font-family: Work Sans;
        color: #FFF;
        font-size: 2.7em;
        text-transform: uppercase;
        background: #4B565D;
        padding: 10px;
        width: 48%;
        margin: 0 auto 2% auto;
    }

    .header-bottom h2 {
        font-family: Work Sans;
        color: #FFF;
        font-size: 2.7em;
        text-transform: uppercase;
        background: #4B565D;
        padding: 10px;
        margin: 0 auto;
    }
/*--services--*/
.services {
    background: #4bcaff;
    padding: 6% 0;
}

i.coffee {
    background: url(../images/img-sprite.png)no-repeat -3px -7px;
    width: 50px;
    height: 60px;
    display: inline-block;
}

i.instant {
    background: url(../images/img-sprite.png)no-repeat -73px -8px;
    width: 55px;
    height: 60px;
    display: inline-block;
}

i.advisor {
    background: url(../images/img-sprite.png)no-repeat -156px -8px;
    width: 55px;
    height: 60px;
    display: inline-block;
}

i.frame {
    background: url(../images/img-sprite.png)no-repeat -242px -8px;
    width: 55px;
    height: 60px;
    display: inline-block;
}

.m_4 {
    margin-bottom: 5%;
    position: relative;
}

span.bottom_line {
    width: 50px;
    display: block;
    border-bottom: 2px solid #FFF;
    position: absolute;
    bottom: -10px;
    margin: 0 15px;
}

h3.m_3 {
    color: #fff;
    font-size: 2em;
    font-family: Work Sans;
    text-transform: uppercase;
    margin: 0 15px;
}

h3.m_1 {
    color: #FFF;
    font-size: 1.7em;
    text-transform: uppercase;
    font-weight: 400;
    margin: 5% 0;
}

p.m_2 {
    color: #fff;
    font-size: 14px;
    line-height: 1.5em;
}
/*--portfolio--*/
.Portfolio1 {
    padding: 6% 0;
}

.portfolio_top {
    margin-bottom: 5%;
}

h3.m_5 {
    color: #333;
    font-size: 2em;
    font-family: Work Sans;
    text-transform: uppercase;
}

.m_6 {
    position: relative;
}

span.portfolio_line {
    width: 60px;
    display: block;
    border-bottom: 2px solid #515f67;
    position: absolute;
    bottom: 0px;
}

.portfolio_left {
    float: left;
}

/******** SAP ************/
.sap_tabs {
    clear: both;
    padding: 0em 0 2em;
}

.tab_box {
    background: #fd926d;
    padding: 2em;
}

.top1 {
    margin-top: 2%;
}

.resp-tabs-list {
    list-style: none;
    padding: 2em 15px 1em;
    margin: 0 auto;
}

.resp-tab-item {
    color: #000;
    font-size: 0.9em;
    cursor: pointer;
    padding: 6px 25px;
    display: inline-block;
    margin: 0;
    text-align: center;
    list-style: none;
    outline: none;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    text-transform: uppercase;
    border: 2px solid #4bcaff;
    margin: 0 0.5em 0;
}

.resp-tab-active {
    background: #4bcaff;
    text-shadow: none;
    color: #fff;
    border: 2px solid #4bcaff;
}

.resp-tabs-container {
    padding: 0px;
    background-color: #fff;
    clear: left;
}

h2.resp-accordion {
    cursor: pointer;
    padding: 5px;
    display: none;
}

.resp-tab-content {
    display: none;
}

.resp-content-active, .resp-accordion-active {
    display: block;
}

.tab_img {
    padding: 1em 0em;
}

.img-top {
    position: relative;
}

.link-top {
    position: absolute;
    top: 0%;
    text-align: center;
    width: 90%;
    background: rgba(0, 0, 0, 0.49);
    height: 100%;
    padding: 5em 0 0;
    display: none;
}

i.link {
    background: url(../images/eye.png)no-repeat 0px 0px;
    width: 35px;
    height: 27px;
    display: inline-block;
}

.img-top:hover .link-top {
    display: block;
}

/* Self Clearing Goodness */
/*	Strip
/*-----------------------------------------------------------------------------------*/
.b-link-stripe {
    position: relative;
    display: inline-block;
    vertical-align: top;
    font-weight: 300;
    overflow: hidden;
}

    .b-link-stripe .b-wrapper {
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        text-align: center;
        color: #ffffff;
        overflow: hidden;
    }

        .b-link-stripe .b-wrapper:hover {
            background: rgba(75, 202, 255, 0.56);
        }

    .b-link-stripe .b-line {
        position: absolute;
        top: 0;
        bottom: 0;
        width: 20%;
        background: rgba(75, 202, 255, 0.85);
        transition: all 0.5s linear;
        -moz-transition: all 0.5s linear;
        -ms-transition: all 0.5s linear;
        -o-transition: all 0.5s linear;
        -webkit-transition: all 0.5s linear;
        opacity: 0;
        visibility: hidden; /* lt-ie9 */
    }
    /* lt-ie9 */
    .b-link-stripe:hover .b-line {
        visibility: visible;
    }

    .b-link-stripe .b-line1 {
        left: 0;
    }

    .b-link-stripe .b-line2 {
        left: 20%;
        transition-delay: 0.1s !important;
        -moz-transition-delay: 0.1s !important;
        -ms-transition-delay: 0.1s !important;
        -o-transition-delay: 0.1s !important;
        -webkit-transition-delay: 0.1s !important;
    }

    .b-link-stripe .b-line3 {
        left: 40%;
        transition-delay: 0.2s !important;
        -moz-transition-delay: 0.2s !important;
        -ms-transition-delay: 0.2s !important;
        -o-transition-delay: 0.2s !important;
        -webkit-transition-delay: 0.2s !important;
    }

    .b-link-stripe .b-line4 {
        left: 60%;
        transition-delay: 0.3s !important;
        -moz-transition-delay: 0.3s !important;
        -ms-transition-delay: 0.3s !important;
        -o-transition-delay: 0.3s !important;
        -webkit-transition-delay: 0.3s !important;
    }

    .b-link-stripe .b-line5 {
        left: 80%;
        transition-delay: 0.4s !important;
        -moz-transition-delay: 0.4s !important;
        -ms-transition-delay: 0.4s !important;
        -o-transition-delay: 0.4s !important;
        -webkit-transition-delay: 0.4s !important;
    }

    .b-link-stripe:hover .b-line {
        opacity: 1;
    }
/*-----------------------------------------------------------------------------------*/
/*	Animation effects
/*-----------------------------------------------------------------------------------*/
.b-animate-go {
    text-decoration: none;
}

.b-animate {
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    visibility: hidden;
    font-size: 1.1em;
    font-weight: 700;
}

    .b-animate img {
        margin-top: 38%;
        display: -webkit-inline-box;
    }
/* lt-ie9 */
.b-animate-go:hover .b-animate {
    visibility: visible;
}

.b-from-left {
    position: relative;
    left: -100%;
}

.b-animate-go:hover .b-from-left {
    left: 0;
}
/*--default--*/
.default {
    background: #515f67;
    padding: 6% 0;
}

p.m_7 {
    color: #FFF;
    font-size: 15px;
    line-height: 1.8em;
    margin: 5% 0;
}

h3.m_21 {
    color: #FFF;
    font-size: 2em;
    font-family: Work Sans;
    text-transform: uppercase;
}

.m_22 {
    position: relative;
    margin-bottom: 10%;
}

.m_8 {
    position: relative;
    margin-bottom: 10%;
}

span.default_line {
    width: 50px;
    display: block;
    border-bottom: 2px solid #FFF;
    position: absolute;
    bottom: 0px;
}

.button a {
    color: #29353C;
    font-size: 0.85em;
    text-transform: uppercase;
    font-weight: bold;
    text-decoration: none;
    cursor: pointer;
    padding: 12px 35px 9px 35px;
    display: inline-block;
    outline: none;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    border: 2px solid #29353C;
}

    .button a:hover {
        background: #fff;
        border: 2px solid #fff;
        color: #00B3FD;
    }
/*--twitter--*/
.twitter {
    background: #4bcaff;
    padding: 5% 0;
}

i.icon_twitter {
    background: url(../images/img-sprite.png)no-repeat -328px -19px;
    width: 40px;
    height: 40px;
    float: right;
}

.twitter_left {
    float: left;
}

p.m_9 {
    color: #fff;
    font-size: 1.5em;
    margin-top: 2%;
    font-weight: 300;
}

.join {
    width: 100%;
    background: url(../images/join_bg.jpg) no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: center;
    background-size: 100% 100%;
    padding: 6% 0;
}

p.m_10 {
    color: #FFF;
    font-size: 15px;
    line-height: 1.8em;
    margin: 0 0 5%;
}

p.m_11 {
    color: #FFF;
    font-size: 15px;
    line-height: 1.8em;
}

li.twt a span {
    background: url(../images/img-sprite.png)no-repeat -315px -6px;
    width: 70px;
    height: 70px;
    display: block;
    border: 2px solid #FFF;
}

    li.twt a span:hover {
        background: url(../images/img-sprite.png)no-repeat -315px -6px #4BCAFF;
        border: 2px solid #00B3FD;
    }

li.google a span {
    background: url(../images/img-sprite.png)no-repeat -376px -6px;
    width: 70px;
    height: 70px;
    display: block;
    border: 2px solid #FFF;
}

    li.google a span:hover {
        background: url(../images/img-sprite.png)no-repeat -376px -6px #4BCAFF;
        border: 2px solid #00B3FD;
    }

li.dribble a span {
    background: url(../images/img-sprite.png)no-repeat -429px -4px;
    width: 70px;
    height: 70px;
    display: block;
    border: 2px solid #FFF;
}

    li.dribble a span:hover {
        background: url(../images/img-sprite.png)no-repeat -429px -4px #4BCAFF;
        border: 2px solid #00B3FD;
    }

li.coffee a span {
    background: url(../images/img-sprite.png)no-repeat 8px -76px;
    width: 70px;
    height: 70px;
    display: block;
    border: 2px solid #FFF;
}

    li.coffee a span:hover {
        background: url(../images/img-sprite.png)no-repeat 8px -76px #4BCAFF;
        border: 2px solid #00B3FD;
    }

.testimonials {
    padding: 6% 0;
}

i.quotation {
    background: url(../images/img-sprite.png)no-repeat -81px -91px;
    width: 40px;
    height: 40px;
    float: right;
}

p.m_12 {
    color: #555;
    font-size: 1.5em;
    margin: 3% 0;
    font-weight: 300;
}

span.m_13 {
    color: #4BCAFF;
    font-size: 0.95em;
    font-weight: 500;
}
/*--contact--*/
.contact {
    width: 100%;
    background: url(../images/footer_bg.jpg) no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: center;
    background-size: 100% 100%;
    padding: 6% 0;
}

p.comment-form-author {
    margin-bottom: 8%;
}

.address p, .address p a {
    font-size: 0.85em;
    line-height: 2em;
    color: #fff;
}

    .address p span {
        text-decoration: underline;
        cursor: pointer;
    }

        .address p span:hover {
            text-decoration: none;
        }

p.m_13 {
    color: #fff;
    line-height: 1.8em;
    font-size: 0.85em;
    margin-bottom: 8%;
}

.footer-bottom {
    background: #353f47;
    padding: 6% 0;
}

.copy {
    float: right;
}

    .copy p {
        color: #536169;
        font-size: 0.85em;
        text-decoration: none;
        text-transform: uppercase;
    }

        .copy p a {
            color: #fff;
        }

ul.footer-nav {
    float: left;
    list-style: none;
    color: #536169;
    padding: 0;
}

    ul.footer-nav li:first-child {
        margin-left: 0;
    }

    ul.footer-nav li {
        display: inline-block;
        margin: 0 10px;
    }

        ul.footer-nav li a {
            color: #536169;
            font-size: 0.85em;
            font-weight: 500;
            text-decoration: none;
            text-transform: uppercase;
        }

            ul.footer-nav li a:hover {
                color: #fff;
            }

#toTop {
    display: none;
    text-decoration: none;
    position: fixed;
    bottom: 10px;
    right: 10px;
    overflow: hidden;
    width: 40px;
    height: 40px;
    border: none;
    text-indent: 100%;
    background: url(../images/top-move.png) no-repeat right top;
}
/*--single--*/
.single {
    padding: 6% 0;
}

.desc h5 a {
    text-decoration: none;
}

.extra {
    color: #4D606E;
    font-size: 0.85em;
    line-height: 1.8em;
    font-weight: 600;
    margin: 10px 0;
}

    .extra a {
        color: #000;
    }

.single h3 {
    font-size: 1.5em;
    color: #4BCAFF;
    font-weight: 800;
    text-transform: uppercase;
    margin-bottom: 1%;
}

.reply a {
    color: #4D606E;
    font-size: 0.85em;
    font-weight: 600;
    text-transform: uppercase;
}

.single p {
    color: #555;
    font-size: 0.85em;
    line-height: 1.8em;
    margin: 2% 0;
}

.comment h2 {
    font-size: 1.5em;
    color: #4BCAFF;
    font-weight: 800;
    text-transform: uppercase;
    margin-bottom: 2%;
}

ul.comment-list {
    padding: 0;
    list-style: none;
}

    ul.comment-list img {
        float: left;
        width: 7%;
        margin-right: 20px;
    }

.login-area {
    display: inline-block;
    padding: 10px;
    background: rgba(73, 84, 91, 0.74);
    width: 600px;
    left: 0px;
    right: 0px;
    margin: auto;
    border-radius: 4px;
}

    .login-area p {
        position: relative;
        padding: 8px 0;
        margin: 0;
    }

    .login-area label {
        display: block;
        color: #fff;
    }

    .login-area span {
        color: #EF1821;
        position: absolute;
        left: 4px;
        top: 30px;
    }

    .login-area input[type="text"] {
        padding: 10px 10px;
        width: 100%;
        color: #999;
        font-size: 20px;
        border: none;
        background: #F4F7F9;
        outline: none;
        display: block;
    }

    .login-area input[type="submit"] {
        padding: 15px 30px;
        color: #FFF;
        background: #EF1821;
        font-size: 1em;
        font-weight: 600;
        border: none;
        outline: none;
        cursor: pointer;
        text-transform: uppercase;
        -webkit-transition: all 0.5s ease-in-out;
        -moz-transition: all 0.5s ease-in-out;
        -o-transition: all 0.5s ease-in-out;
        transition: all 0.5s ease-in-out;
        border: 2px solid #EF1821;
    }

        .login-area input[type="submit"]:hover {
            background: #fff;
            color: #EF1821;
            border: 2px solid #EF1821;
        }

    .login-area h2 {
        font-family: Work Sans;
        font-size: 1.5em;
        color: #EF1821;
        font-weight: 500;
        text-transform: uppercase;
        margin-bottom: 2%;
    }

    .login-area textarea {
        padding: 15px 20px;
        width: 80%;
        color: #999;
        font-size: 13px;
        outline: none;
        height: 200px;
        display: block;
        border: none;
        background: #F1F3F6;
    }

.links {
    padding: 10px 0px;
    border: 1px solid #EEE;
    border-left: none;
    border-right: none;
    margin: 30px 0 50px 0;
}

    .links ul {
        padding: 0;
    }

        .links ul li {
            display: inline-block;
            margin-right: 20px;
        }

            .links ul li a {
                color: #4D606E;
                font-size: 0.85em;
                padding-left: 10px;
                font-weight: 600;
            }

i.blog_icon1 {
    width: 25px;
    height: 25px;
    background: url(../images/img-sprite.png)no-repeat -155px -91px;
    float: left;
}

i.blog_icon2 {
    width: 25px;
    height: 25px;
    background: url(../images/img-sprite.png)no-repeat -200px -91px;
    float: left;
}

i.blog_icon3 {
    width: 25px;
    height: 25px;
    background: url(../images/img-sprite.png)no-repeat -249px -91px;
    float: left;
}

i.blog_icon4 {
    width: 25px;
    height: 25px;
    background: url(../images/img-sprite.png)no-repeat -296px -91px;
    float: left;
}

i.blog_icon5 {
    width: 25px;
    height: 25px;
    background: url(../images/img-sprite.png)no-repeat -337px -90px;
    float: left;
}
/*--responsive design--*/
@media (max-width:1366px) {
    .header-bottom h1 {
        font-size: 2.5em;
        width: 52%;
    }

    .header-bottom h2 {
        font-size: 2.5em;
        width: 73%;
    }
}

@media (max-width:1280px) {
    .header-bottom h1 {
        font-size: 2.2em;
        width: 50%;
    }

    .header-bottom h2 {
        font-size: 2.2em;
        width: 70%;
    }
}

@media (max-width:1024px) {
    .header-bottom h1 {
        font-size: 2em;
        width: 57%;
    }

    .header-bottom h2 {
        font-size: 2em;
    }

    li.twt a span {
        background: url(../images/img-sprite.png)no-repeat -324px -16px;
        width: 50px;
        height: 50px;
    }

        li.twt a span:hover {
            background: url(../images/img-sprite.png)no-repeat -324px -16px #4BCAFF;
        }

    li.google a span {
        background: url(../images/img-sprite.png)no-repeat -386px -16px;
        width: 50px;
        height: 50px;
    }

        li.google a span:hover {
            background: url(../images/img-sprite.png)no-repeat -386px -16px #4BCAFF;
        }

    li.dribble a span {
        background: url(../images/img-sprite.png)no-repeat -438px -14px;
        width: 50px;
        height: 50px;
    }

        li.dribble a span:hover {
            background: url(../images/img-sprite.png)no-repeat -438px -14px #4BCAFF;
        }

    li.coffee a span {
        background: url(../images/img-sprite.png)no-repeat -1px -85px;
        width: 50px;
        height: 50px;
    }

        li.coffee a span:hover {
            background: url(../images/img-sprite.png)no-repeat -1px -85px #4BCAFF;
        }

    h3.m_5, h3.m_3, h3.m_21 {
        font-size: 1.8em;
    }

    p.m_7 {
        margin: 20px 0;
    }

    p.m_9, p.m_12 {
        font-size: 1.2em;
    }

    .commentform input[type="text"] {
        padding: 15px;
    }

    h3.m_1 {
        font-size: 1.3em;
    }

    .contactform_bottom input[type="submit"] {
        padding: 18px 75px;
    }

    .single h3, .comment h2, .comments-area h2 {
        font-size: 1.2em;
    }
}

@media (max-width:800px) {
    .header-bottom h1 {
        font-size: 1.7em;
        width: 61%;
    }

    .header-bottom h2 {
        font-size: 1.7em;
    }

    h3.m_1 {
        margin: 10px 0;
        font-size: 1.5em;
    }

    .top_grid {
        margin-bottom: 20px;
        text-align: center;
    }

    .default_top {
        margin-bottom: 20px;
    }

    #filters li span {
        font-size: 14px;
    }

    .m_22 {
        margin-bottom: 6%;
    }

    .b-animate img {
        margin-top: 33%;
    }

    .commentform_desc {
        margin: 20px 0;
        display: none;
    }

    .commentform_desc1 {
        display: block;
        margin-top: 20px;
    }

    p.m_13 {
        margin-bottom: 10px;
    }

    .single_button a {
        padding: 17px 45px;
    }

    .top_grid1 {
        text-align: center;
    }
}

@media (max-width:768px) {
    .header-top {
        padding: 10px 0;
    }

    .header-bottom h1 {
        font-size: 1.5em;
        width: 57%;
    }

    .header-bottom h2 {
        font-size: 1.5em;
    }

    h3.m_5, h3.m_3, h3.m_21 {
        font-size: 1.5em;
    }

    p.m_9, p.m_12 {
        font-size: 1em;
    }

    p.m_10 {
        font-size: 14px;
        line-height: 1.5em;
        margin: 0 0 10px;
    }

    p.m_7 {
        margin: 15px 0;
        font-size: 14px;
        line-height: 1.5em;
    }

    h3.m_1 {
        font-size: 1.2em;
    }

    p.comment-form-author {
        margin-bottom: 20px;
    }

    .commentform input[type="text"], .contactform_bottom textarea {
        padding: 12px;
    }

    p.m_13 {
        margin-bottom: 10px;
        font-size: 14px;
        line-height: 1.5em;
    }

    .contactform_bottom input[type="submit"] {
        padding: 15px 80px;
    }

    .contactform_bottom textarea {
        width: 98%;
        height: 150px;
    }

    ul.social {
        margin-top: 20px;
    }

    .footer-bottom {
        padding: 20px 0;
    }

    .single_button a {
        padding: 12px 30px;
    }

    .single p {
        color: #555;
        font-size: 0.8125;
        line-height: 1.5em;
        margin: 10px 0;
    }

    .tab_img {
        padding: 0.3em 0em;
    }

    .img-top {
        float: left;
        width: 25%;
        padding: 0px 10px 0px 0px;
    }

    .portfolio_top {
        margin-bottom: 0%;
    }

    .resp-tabs-list {
        padding: 2em 0px 1em;
    }
}

@media (max-width:640px) {
    .header-bottom h1 {
        font-size: 1.3em;
        width: 61%;
    }

    .header-bottom h2 {
        font-size: 1.3em;
    }

    #filters li span {
        font-size: 12px;
        padding: 4px 8px;
    }

    .resp-tab-item {
        margin: 0 0.2em 0;
    }

    .sap_tabs {
        padding: 0em 0 0em;
    }
}

@media (max-width:480px) {
    .header-bottom h1 {
        font-size: 1em;
        width: 65%;
    }

    .header-bottom h2 {
        font-size: 1.3em;
    }

    #filters li span {
        font-size: 12px;
        padding: 4px 8px;
    }

    .header-bottom h2 {
        font-size: 1em;
    }

    #portfoliolist .portfolio {
        width: 48%;
    }

    .portfolio_left {
        float: none;
    }

    #filters {
        margin-top: 7%;
    }

    .resp-tab-item {
        font-size: 0.7em;
        padding: 6px 15px;
    }

    .b-animate img {
        margin-top: 25%;
    }

    .img-top {
        width: 50%;
        padding: 0px 10px 10px 0px;
    }

    .tab_img {
        padding: 0em 0em;
    }
}

@media (max-width:320px) {
    .header-bottom h1 {
        font-size: 0.85em;
        width: 90%;
        margin-bottom: 0;
    }

    .header-bottom h2 {
        display: none;
    }

    #filters li span {
        font-size: 12px;
        padding: 4px 8px;
    }

    .header-bottom h2 {
        font-size: 1em;
        width: 88%;
    }

    #portfoliolist .portfolio {
        width: 48%;
    }

    .portfolio_left {
        float: none;
    }

    #filters {
        margin-top: 7%;
    }

    p.m_11 {
        display: none;
    }

    ul.social li {
        margin-right: 5px;
    }

    .resp-tab-item {
        font-size: 0.65em;
        padding: 6px 3px;
    }
}


.login-area {
    text-align: left;
}

.jumbotron {
    padding-top: 20px;
    padding-bottom: 20px;
    margin-top: 100px;
}

.lead {
    margin-bottom: 0px;
}

.blank-page-holder {
    position: relative;
    width: 760px;
    max-width: 100%;
    margin: 0 auto 0;
    padding: 55px 0;
    text-align: center;
    color: #666666;
}


footer {
    font-size: 13px;
}

html, body {
    font-family: Work Sans;
}

.titlebar-edge {
    cursor: ns-resize;
    height: 6px;
    -webkit-app-region: no-drag;
}

.app,
.callout-backdrop,
.connecting,
.titlebar {
    position: absolute;
    top: 0;
    left: 0;
}

.titlebar {
    -webkit-app-region: drag;
    pointer-events: none;
    height: 25px;
    width: 100%;
    z-index: 3000;
}

    .titlebar button {
        -webkit-app-region: no-drag;
    }

.error {
    color: #970003;
}

#headerContainer {
    width: 100%;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&1+0,0.75+20,0.2+100 */
    background: -moz-linear-gradient(left, rgba(255,255,255,1) 0%, rgba(255,255,255,0.75) 20%, rgba(255,255,255,0.2) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left, rgba(255,255,255,1) 0%,rgba(255,255,255,0.75) 20%,rgba(255,255,255,0.2) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, rgba(255,255,255,1) 0%,rgba(255,255,255,0.75) 20%,rgba(255,255,255,0.2) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#33ffffff',GradientType=1 ); /* IE6-9 */
}

#headerLeft {
    float: left;
    width: 500px;
}

#headerRight {
    float: right;
    width: 500px;
}

.headerImage {
    height: 130px;
    background-repeat: no-repeat;
}



.contentpage {
    color: #525151;
    padding-left: 10px;
    padding-top: 20px;
    padding-bottom: 10px;
    position: absolute;
    right: 0px;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#262626+0,000000+100&1+0,0.8+44,0.5+99 */
    /*background: -moz-linear-gradient(left, rgba(38,38,38,1) 0%, rgba(21,21,21,0.8) 44%, rgba(0,0,0,0.5) 99%, rgba(0,0,0,0.5) 100%); 
    background: -webkit-linear-gradient(left, rgba(38,38,38,1) 0%,rgba(21,21,21,0.8) 44%,rgba(0,0,0,0.5) 99%,rgba(0,0,0,0.5) 100%); 
    background: linear-gradient(to right, rgba(38,38,38,1) 0%,rgba(21,21,21,0.8) 44%,rgba(0,0,0,0.5) 99%,rgba(0,0,0,0.5) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#262626', endColorstr='#80000000',GradientType=1 ); */
}

@media (min-width: 768px) {
    .contentpage {
        width: 700px;
    }
}

@media (min-width: 1200px) {
    .contentpage {
        width: 1150px;
    }
}

@media (min-width: 1600px) {
    .contentpage {
        width: 1550px;
    }
}

@media (min-width: 1900px) {
    .contentpage {
        width: 1850px;
    }
}


.wizard-actions {
    display: block;
    list-style: none;
    padding: 0;
    position: relative;
    width: 100%;
}

    .wizard-actions li {
        display: inline;
    }

.tab-content.transparent {
    background-color: transparent;
}

.smart-form *, .smart-form :after, .smart-form :before {
    margin: 0;
    padding: 0;
    box-sizing: content-box;
    -moz-box-sizing: content-box;
}

.radio input, .checkbox input {
    position: absolute;
    left: -9999px;
}

    .radio input[type="radio"], .radio-inline input[type="radio"], .checkbox input[type="checkbox"], .checkbox-inline input[type="checkbox"] {
        float: left;
        margin-left: -20px;
    }

input[type="radio"], input[type="checkbox"] {
    margin: 4px 0 0;
    margin-top: 1px \9;
    line-height: normal;
}

input[type="checkbox"], input[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}

.radio i, .checkbox i {
    position: absolute;
    top: 11px;
    left: 0;
    display: block;
    width: 17px;
    height: 17px;
    outline: 0;
    border-width: 1px;
    border-style: solid;
    background: #FFF;
}

.radio i {
    border-radius: 50%;
}

.radio input:checked + i, .checkbox input:checked + i, .toggle input:checked + i {
    border-color: #3276B1;
}

.input input, .select select, .textarea textarea, .radio i, .checkbox i, .toggle i, .icon-append, .icon-prepend {
    border-color: #BDBDBD;
    transition: border-color .3s;
    -o-transition: border-color .3s;
    -ms-transition: border-color .3s;
    -moz-transition: border-color .3s;
    -webkit-transition: border-color .3s;
}

.radio input:checked + i:after, .checkbox input:checked + i:after {
    opacity: 1;
}

.checkbox input + i:after {
    color: #3276B1;
}

.checkbox input + i:after {
    content: '\f00c';
    top: -1px;
    left: 1px;
    width: 15px;
    height: 15px;
    font: 400 16px/19px FontAwesome;
    text-align: center;
}

.radio input + i:after {
    background-color: #3276B1;
}

.radio input + i:after {
    content: '';
    top: 4px;
    left: 4px;
    width: 9px;
    height: 9px;
    border-radius: 50%;
}

.radio input + i:after, .checkbox input + i:after {
    position: absolute;
    opacity: 0;
    transition: opacity .1s;
    -o-transition: opacity .1s;
    -ms-transition: opacity .1s;
    -moz-transition: opacity .1s;
    -webkit-transition: opacity .1s;
}

.radio, .checkbox {
    margin-bottom: 4px;
    padding-left: 25px;
    cursor: pointer;
}

label {
    font-weight: 400;
}

.input-group .form-control:last-child, .input-group-addon:last-child, .input-group-btn:last-child > .btn, .input-group-btn:last-child > .dropdown-toggle, .input-group-btn:first-child > .btn:not(:first-child) {
    border-radius: 6px;
}

/* .has-error-radio {
    color: #d59392 !important;
}

input.has-error-radio {
    color: #d59392 !important;
} */

/* .has-error {
    color: #fff;
    background-color: #d59392 !important;
    border: 1px solid #953b39;
} */

.has-error-checkbox {
    color: #fff;
    background-color: #d59392;
    border: 1px solid #953b39;
}

input.has-error-checkbox {
    color: #fff;
    background-color: #d59392;
    border: 1px solid #953b39;
}

/* input.has-error {
    color: #fff;
    background-color: #d59392;
    border: 1px solid #953b39;
} */

    input.has-error::-webkit-input-placeholder {
        color: #953b39;
    }

/* .bootstrapWizard li.active .has-error, .bootstrapWizard li.active.complete .has-error {
    background: #d59392 !important;
} */




/* Loader */
.windows8 {
    position: relative;
    width: 78px;
    height: 78px;
    margin: auto;
}

    .windows8 .wBall {
        position: absolute;
        width: 74px;
        height: 74px;
        opacity: 0;
        transform: rotate(225deg);
        -o-transform: rotate(225deg);
        -ms-transform: rotate(225deg);
        -webkit-transform: rotate(225deg);
        -moz-transform: rotate(225deg);
        animation: orbit 6.96s infinite;
        -o-animation: orbit 6.96s infinite;
        -ms-animation: orbit 6.96s infinite;
        -webkit-animation: orbit 6.96s infinite;
        -moz-animation: orbit 6.96s infinite;
    }

        .windows8 .wBall .wInnerBall {
            position: absolute;
            width: 10px;
            height: 10px;
            background: rgb(67,66,66);
            left: 0px;
            top: 0px;
            border-radius: 10px;
        }

    .windows8 #wBall_1 {
        animation-delay: 1.52s;
        -o-animation-delay: 1.52s;
        -ms-animation-delay: 1.52s;
        -webkit-animation-delay: 1.52s;
        -moz-animation-delay: 1.52s;
    }

    .windows8 #wBall_2 {
        animation-delay: 0.3s;
        -o-animation-delay: 0.3s;
        -ms-animation-delay: 0.3s;
        -webkit-animation-delay: 0.3s;
        -moz-animation-delay: 0.3s;
    }

    .windows8 #wBall_3 {
        animation-delay: 0.61s;
        -o-animation-delay: 0.61s;
        -ms-animation-delay: 0.61s;
        -webkit-animation-delay: 0.61s;
        -moz-animation-delay: 0.61s;
    }

    .windows8 #wBall_4 {
        animation-delay: 0.91s;
        -o-animation-delay: 0.91s;
        -ms-animation-delay: 0.91s;
        -webkit-animation-delay: 0.91s;
        -moz-animation-delay: 0.91s;
    }

    .windows8 #wBall_5 {
        animation-delay: 1.22s;
        -o-animation-delay: 1.22s;
        -ms-animation-delay: 1.22s;
        -webkit-animation-delay: 1.22s;
        -moz-animation-delay: 1.22s;
    }



@keyframes orbit {
    0% {
        opacity: 1;
        z-index: 99;
        transform: rotate(180deg);
        animation-timing-function: ease-out;
    }

    7% {
        opacity: 1;
        transform: rotate(300deg);
        animation-timing-function: linear;
        origin: 0%;
    }

    30% {
        opacity: 1;
        transform: rotate(410deg);
        animation-timing-function: ease-in-out;
        origin: 7%;
    }

    39% {
        opacity: 1;
        transform: rotate(645deg);
        animation-timing-function: linear;
        origin: 30%;
    }

    70% {
        opacity: 1;
        transform: rotate(770deg);
        animation-timing-function: ease-out;
        origin: 39%;
    }

    75% {
        opacity: 1;
        transform: rotate(900deg);
        animation-timing-function: ease-out;
        origin: 70%;
    }

    76% {
        opacity: 0;
        transform: rotate(900deg);
    }

    100% {
        opacity: 0;
        transform: rotate(900deg);
    }
}

@-o-keyframes orbit {
    0% {
        opacity: 1;
        z-index: 99;
        -o-transform: rotate(180deg);
        -o-animation-timing-function: ease-out;
    }

    7% {
        opacity: 1;
        -o-transform: rotate(300deg);
        -o-animation-timing-function: linear;
        -o-origin: 0%;
    }

    30% {
        opacity: 1;
        -o-transform: rotate(410deg);
        -o-animation-timing-function: ease-in-out;
        -o-origin: 7%;
    }

    39% {
        opacity: 1;
        -o-transform: rotate(645deg);
        -o-animation-timing-function: linear;
        -o-origin: 30%;
    }

    70% {
        opacity: 1;
        -o-transform: rotate(770deg);
        -o-animation-timing-function: ease-out;
        -o-origin: 39%;
    }

    75% {
        opacity: 1;
        -o-transform: rotate(900deg);
        -o-animation-timing-function: ease-out;
        -o-origin: 70%;
    }

    76% {
        opacity: 0;
        -o-transform: rotate(900deg);
    }

    100% {
        opacity: 0;
        -o-transform: rotate(900deg);
    }
}

@-ms-keyframes orbit {
    0% {
        opacity: 1;
        z-index: 99;
        -ms-transform: rotate(180deg);
        -ms-animation-timing-function: ease-out;
    }

    7% {
        opacity: 1;
        -ms-transform: rotate(300deg);
        -ms-animation-timing-function: linear;
        -ms-origin: 0%;
    }

    30% {
        opacity: 1;
        -ms-transform: rotate(410deg);
        -ms-animation-timing-function: ease-in-out;
        -ms-origin: 7%;
    }

    39% {
        opacity: 1;
        -ms-transform: rotate(645deg);
        -ms-animation-timing-function: linear;
        -ms-origin: 30%;
    }

    70% {
        opacity: 1;
        -ms-transform: rotate(770deg);
        -ms-animation-timing-function: ease-out;
        -ms-origin: 39%;
    }

    75% {
        opacity: 1;
        -ms-transform: rotate(900deg);
        -ms-animation-timing-function: ease-out;
        -ms-origin: 70%;
    }

    76% {
        opacity: 0;
        -ms-transform: rotate(900deg);
    }

    100% {
        opacity: 0;
        -ms-transform: rotate(900deg);
    }
}

@-webkit-keyframes orbit {
    0% {
        opacity: 1;
        z-index: 99;
        -webkit-transform: rotate(180deg);
        -webkit-animation-timing-function: ease-out;
    }

    7% {
        opacity: 1;
        -webkit-transform: rotate(300deg);
        -webkit-animation-timing-function: linear;
        -webkit-origin: 0%;
    }

    30% {
        opacity: 1;
        -webkit-transform: rotate(410deg);
        -webkit-animation-timing-function: ease-in-out;
        -webkit-origin: 7%;
    }

    39% {
        opacity: 1;
        -webkit-transform: rotate(645deg);
        -webkit-animation-timing-function: linear;
        -webkit-origin: 30%;
    }

    70% {
        opacity: 1;
        -webkit-transform: rotate(770deg);
        -webkit-animation-timing-function: ease-out;
        -webkit-origin: 39%;
    }

    75% {
        opacity: 1;
        -webkit-transform: rotate(900deg);
        -webkit-animation-timing-function: ease-out;
        -webkit-origin: 70%;
    }

    76% {
        opacity: 0;
        -webkit-transform: rotate(900deg);
    }

    100% {
        opacity: 0;
        -webkit-transform: rotate(900deg);
    }
}

@-moz-keyframes orbit {
    0% {
        opacity: 1;
        z-index: 99;
        -moz-transform: rotate(180deg);
        -moz-animation-timing-function: ease-out;
    }

    7% {
        opacity: 1;
        -moz-transform: rotate(300deg);
        -moz-animation-timing-function: linear;
        -moz-origin: 0%;
    }

    30% {
        opacity: 1;
        -moz-transform: rotate(410deg);
        -moz-animation-timing-function: ease-in-out;
        -moz-origin: 7%;
    }

    39% {
        opacity: 1;
        -moz-transform: rotate(645deg);
        -moz-animation-timing-function: linear;
        -moz-origin: 30%;
    }

    70% {
        opacity: 1;
        -moz-transform: rotate(770deg);
        -moz-animation-timing-function: ease-out;
        -moz-origin: 39%;
    }

    75% {
        opacity: 1;
        -moz-transform: rotate(900deg);
        -moz-animation-timing-function: ease-out;
        -moz-origin: 70%;
    }

    76% {
        opacity: 0;
        -moz-transform: rotate(900deg);
    }

    100% {
        opacity: 0;
        -moz-transform: rotate(900deg);
    }
}


.contentpage {
    width: -webkit-calc(100% - 110px);
    width: -moz-calc(100% - 110px);
    width: calc(100% - 110px);
}

.pager .previous > a, .pager .previous > span,
.pager .next > a, .pager .next > span,
.pager .cancel > a, .pager .cancel > span {
    float: left;
    margin-left: 5px;
}

.pager li {
    padding-left: 20px;
}

.center-inline {
    text-align: center;
}

.input-group-addon:last-child, .input-group-btn:last-child > .btn, .input-group-btn:last-child > .dropdown-toggle, .input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle) {
    border-bottom-left-radius: 0px;
    border-top-left-radius: 0px;
}

.bs-callout {
    padding: 20px;
    margin: 20px 0;
    border: 1px solid #434242;
    background-color: #fff;
    border-left-width: 5px;
    border-radius: 3px;
}

.bs-callout-danger {
    border-left-color: #ce4844;
}

.bottom-nav ul {
    color: #fff;
    font-size: 14px;
    text-align: center;
}


.cnpl {
    padding-left: 0px !important;
}

#printConfirmArea {
    text-align: center;
}

#printConfirmArea a {
    padding-right: 20px;
    padding-left: 20px;
}

/* .modal-background {
    background: url(images/PopUp-BGfoto.jpg) no-repeat;
    background-size: cover;
} */


.modalZ {
    z-index: 10000;
    position: relative;
}

.ui-autocomplete {
    z-index: 9999 !important;
}

.checkbox-left {
    padding-left: 20px !important;
    width: 100%;
    text-align: left;
}

.select2-container {
  margin-bottom: 18px !important;
}

.button-right-align {
    float: right;
}

/* .profi-date-left {
    padding-left: 12px !important;
} */

.deaktiviert {
    cursor: default !important;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 1.428571429 !important;
}

.select2-container--default .select2-selection--single {
    height: 34px;
    font-size: 14px;
    color: #555555;
    border-color: #cccccc;
    border-radius: 6px;
    padding: 6px 6px;
}

input[type="checkbox"][disabled] + i {
    background: lightgray;
}

p.dashboard_error_not_entries {
    font-weight: bold;
}

.personalData-secured {
    background-color: black;
    color: black;
}