﻿
.container {
    width: 80%;
}

.float-right {
    float: right;
}


.header-area {
    /*height: 100px;*/
    position: relative;
    z-index: 2;
}

.validation-summary-errors ul {
    padding: 0;
    text-align: center;
}

.top-area {
    background-color: #2b2a29;
}

.quick-contact, .quick-contact > p > a {
    overflow: hidden;
    color: #fff;
    font-size: 12px;
    line-height: 30px;
}

    .quick-contact > p:first-of-type {
        margin-left: 0px;
        border-right: 1px solid #02141d;
        padding-right: 15px;
    }

    .quick-contact > p {
        float: left;
        margin-left: 15px;
        margin-bottom: 0px;
    }



p {
    margin: 0 0 10px;
}

.social-links {
    float: right;
    overflow: hidden;
    border-left: 1px solid #02141d;
}

    .social-links > a {
        color: #fff;
        width: 30px;
        height: 30px;
        float: left;
        font-size: 12px;
        line-height: 30px;
        text-align: center;
        border-right: 1px solid #02141d;
    }

.mainmenu-area {
    background-color: #ae2220;
}

.color-light {
    color: #ffffff;
}

img {
    max-width: 100%;
}

a.navbar-brand {
    height: 70px;
    padding: 6px 15px;
}

.navbar-brand {
    float: left;
    height: 50px;
    padding: 15px 15px;
    font-size: 18px;
    line-height: 20px;
}

@media (min-width: 768px) {
    .container-fluid > .navbar-collapse, .container-fluid > .navbar-header, .container > .navbar-collapse, .container > .navbar-header {
        margin-right: 0;
        margin-left: 0;
    }

    .navbar-header {
        float: left;
    }
}

@media only screen and (max-width: 767px) {
    .container {
        width: 100% !important;
    }

    .quick-contact, .social-links {
        text-align: center;
    }

        .quick-contact > p:first-of-type {
            padding-right: 0px;
            border-right: 0px;
        }

        .quick-contact > p {
            display: inline-block;
        }

        .portfolio-content > .portfolio-meta a.live-work, .social-links, .social-links > a, .quick-contact > p {
            float: none;
        }

    .social-links {
        border-left: 0px none;
    }

        .social-links > a {
            display: inline-block;
            border: none;
        }

    .navbar-header {
        background-color: transparent;
    }

    .img-circle {
        display: block;
        margin: 0 auto;
        margin-bottom: 5px;
    }

    .float-right {
        float: none;
        margin-top: 5px;
    }
}


.login {
    background-color: #fff;
    border: 1px solid #cfcfcf;
    margin-top: 80px;
    padding: 10px 40px;
}


.form-horizontal .icon-append1 {
    font-size: 15px;
    height: 32px;
    line-height: 32px;
    position: absolute;
    text-align: center;
    top: 0;
    width: 29px;
    left: 0;
    background-color: #eee;
    border: 1px solid #e9e9e9;
}

input[type="text"].form-control {
    padding-left: 38px;
}


.section-title h3 {
    position: relative;
    padding-bottom: 20px;
    margin-bottom: 20px;
}


    .section-title h3:before {
        width: 80px;
        margin-left: -40px;
    }

    .section-title h3:before, .section-title h3:after {
        position: absolute;
        left: 50%;
        bottom: 0px;
        background-color: #dddddd;
        height: 2px;
        content: "";
    }



    .section-title h3:before, .section-title h3:after {
        position: absolute;
        left: 50%;
        bottom: 0px;
        background-color: #dddddd;
        height: 2px;
        content: "";
    }

    .section-title h3:after {
        width: 39px;
        background-color: #ef4836;
        margin-left: -19.5px;
        border-left: 7px solid #fff;
        border-right: 7px solid #fff;
    }


/*****************************/

.border-top.section-header {
    border-top: 1px solid #942221;
    /*height: 200px;*/
    padding: 20px 0;
}

.bg-1 {
    background-color: #ae2220;
    position: absolute;
    height: 70px;
    width: 100%;
}


/*.pattern {
    position: absolute;
    bottom: 0;
    width: 100%;
    background-image: url(https://demos.creative-tim.com/impact-design-system/front/assets/img/patterns/wave.svg);
    background-repeat: repeat-x;
    background-position: bottom;
    background-size: 1450px 160px;
    height: 0;
    padding: 0;
    padding-bottom: 140px;
}*/


/*.fixed-fluid, .fluid {
    position: relative;
    z-index: 3;
    top: -100px;
}*/

.panel {
    border-radius: 10px;
    background-color: #fff;
    position: relative;
}

.panel-heading {
    height: initial;
}

.panel-body {
    font-family: Rubik, sans-serif;
}

h3.collaps-head {
    padding: 10px;
    margin-top: 10px;
}

.btn {
    white-space: initial;
}

.butn {
    padding: 12px 40px;
    background: #fff;
    border: 1px solid transparent;
    border-radius: 30px;
    position: relative;
    z-index: 3;
    margin-left: 10px;
    margin-right: 10px;
    box-shadow: -15px 15px 20px rgba(0, 0, 0, 0.1);
    transition: all .4s;
    cursor: pointer;
    outline: none !important;
    animation-delay: 1.2s;
    display: inline-block;
}

    .butn span {
        position: relative;
        z-index: 2;
        transition-delay: 0s;
        color: #F51963;
    }

    .butn:after {
        content: '';
        width: 0;
        height: 100%;
        background: transparent;
        border-radius: 30px;
        position: absolute;
        left: 50%;
        top: 0px;
        z-index: 1;
        opacity: .5;
        transition: all .4s;
    }

.butn-light {
    /*background: transparent;*/
    border-color: #fff;
}

    .butn-light:hover {
        border-color: #F51963;
    }

        .butn-light:hover:after {
            width: 100%;
            left: 0;
            opacity: 1;
        }

        .butn-light:hover span {
            color: #fff;
        }

    .butn-light:after {
        background: #eb2521;
    }
