/*CONTENTS

|_Custom Fonts (row 28)
|
|_General Styles (row 79)
|
|_Left and Right bg, top lines (row 99)
|
|_Type and scaffolding (row 125)
|
|_Helper Classes (row 152)
|
|_Custom Dropdowns Styles (row 190)
|
|_Custom Breadcrumb Styles (row 261)
|
|_Custom Pagination Styles (row 277)
|
|_Custom Inline Form Styles (row 312)
|
|_Custom Carousel Styles (row 334)
|
|_Header (row 227)
|   |_Custom Menu Styles (row 234)
|   |_Logo and Phone (row 262)
|
|_Content (row 294)
|   |_Material Block (row 320)
|   |_Services Block (row 352)
|   |_Projects Block (row 362)
|   |_About Block (row 545)
|   |_Card and Project Pages (row 551)
|   |   |_Photo List (row 556)
|   |   |_Bottom List (row 579)
|   |   |_Social List (row 593)
|   |   |_Projects (row 628)
|
|_Footer (row 382)
|
|_Media (row 409)

*/

/*-------Custom Fonts--------*/

@font-face {
    font-family: 'RobotoBold';
    src: url('../fonts/RobotoBold/RobotoBold.eot');
    src: url('../fonts/RobotoBold/RobotoBold.eot?#iefix') format('embedded-opentype'),
    url('../fonts/RobotoBold/RobotoBold.woff') format('woff'),
    url('../fonts/RobotoBold/RobotoBold.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'RobotoLight';
    src: url('../fonts/RobotoLight/RobotoLight.eot');
    src: url('../fonts/RobotoLight/RobotoLight.eot?#iefix') format('embedded-opentype'),
    url('../fonts/RobotoLight/RobotoLight.woff') format('woff'),
    url('../fonts/RobotoLight/RobotoLight.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'RobotoMedium';
    src: url('../fonts/RobotoMedium/RobotoMedium.eot');
    src: url('../fonts/RobotoMedium/RobotoMedium.eot?#iefix') format('embedded-opentype'),
    url('../fonts/RobotoMedium/RobotoMedium.woff') format('woff'),
    url('../fonts/RobotoMedium/RobotoMedium.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "RobotoCondensedBold";
    src: url("../fonts/RobotoCondensedBold/RobotoCondensedBold.eot");
    src: url("../fonts/RobotoCondensedBold/RobotoCondensedBold.eot?#iefix")format("embedded-opentype"),
    url("../fonts/RobotoCondensedBold/RobotoCondensedBold.woff") format("woff"),
    url("../fonts/RobotoCondensedBold/RobotoCondensedBold.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
}

/*-------General Styles--------*/

html {
    height: 100%;
}

body {
    background: url("../images/bg.jpg") 0 0 no-repeat;
    background-attachment: fixed;
    background-size: 100% 100%;
    color: #010915;
    height: calc(100% - 12px);
    font: 14px 'RobotoLight', sans-serif;
    position: relative;
}

.main {
    min-height: 100%;
}

/*-------Left and Right bg, top lines--------*/

.top-line {
    background-color: #010d1d;
    height: 12px;
    margin: 0 230px;
}

.fixed-dotted {
    background-position: 0 0;
    background-repeat: repeat-y;
    height: 100%;
    position: fixed;
    top: 0;
    width: 230px;
    z-index: 100;
}
    .fixed-dotted.left {
        background-image: url("../images/gray-dotted-left.png");
        left: 0;
    }
    .fixed-dotted.right {
        background-image: url("../images/gray-dotted-right.png");
        right: 0;
    }

/*--------Type and scaffolding----------*/

a {
    color: #1f63ac;
}

a:hover, a:focus {
    color: #1f63ac;
    text-decoration: none;
}

h1, h2, h3, h4, h5, h6 {
    margin-top: 0;
}

h2 {
    font-size: 28px;
}

h5 {
    font-family: 'RobotoBold';
    margin-bottom: 4px;
}

h2.m-b20 {
    margin-bottom: 20px;
}

h2.m-b35 {
    margin-bottom: 35px;
}

hr {
    background-color: #272724;
    border: 0 none;
    height: 1px;
}
hr.gray {
    background-color: #bebebe;
}

p {
    margin-bottom: 15px;
}

.nomarg {
    margin-bottom: 0 !important;
}

ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

img.img-full {
    max-height: 100%;
    width: 100%;
}

/*--------Helper Classes----------*/

.bold {
    font-family: 'RobotoBold';
}

.medium {
    font-family: 'RobotoMedium';
}

.clear {
    clear: both;
}

.overflow {
    overflow: hidden;
}

.hidden {
    display: none;
}

.white-bg {
    background-color: #fff;
}

.white-c {
    color: #fff;
}

.purple {
    color: #647b9d;
}

.p-l0 {
    padding-left: 0 !important;
}

.display-block {
    display: block;
}

/*--------Custom Dropdowns Styles----------*/

.btn.dropdown-toggle {
    background-color: transparent;
    border-color: #647b9d;
    border-radius: 0;
    color: #fff;
    font: 18px 'RobotoMedium';
    height: 24px;
    padding: 0 5px;
    outline: none;
    overflow: hidden;
    text-align: left;
    width: 100%;
}
    .btn.dropdown-toggle .caret {
        border-width: 5px;
        color: #647b9d;
        float: right;
        margin-top: 9px;
    }
.btn-default.active.focus, .btn-default.active:focus, .btn-default.active:hover,
.btn-default:active.focus, .btn-default:active:focus, .btn-default:active:hover,
.open>.dropdown-toggle.btn-default.focus, .open>.dropdown-toggle.btn-default:focus,
.open>.dropdown-toggle.btn-default:hover {
    background-color: transparent;
    box-shadow: none;
    color: #fff;
    outline: none;
}
.sel_wrap {
    display: inline-block;
    line-height: 22px;
}
.dropdown-menu {
    border-radius: 0;
    width: 100%;
}

/*--------Custom Breadcrumb Styles----------*/

.breadcrumb {
    background-color: transparent;
    border-radius: 0;
    padding: 0;
}
    .breadcrumb > li > a,
    .breadcrumb > .active {
        color: #006fad;
        font-size: 12px;
    }
    .breadcrumb > li + li:before {
        color: #006fad;
    }

/*--------Custom Pagination Styles----------*/

.pagination {
    display: block;
    margin-top: 40px;
    text-align: center;
}
    .pagination > li {
        display: inline-block;
    }
        .pagination > li > a {
            background-color: transparent;
            border-color: transparent;
            border-right-color: #010915;
            color: #4790ec;
            font-family: "RobotoBold";
            line-height: 1;
            padding: 0 10px;
        }
        .pagination > li:last-child > a,
        .pagination > li:last-child > a:hover,
        .pagination > li:last-child > a:focus,
        .pagination > li.next > a,
        .pagination > li.next > a:hover,
        .pagination > li.next > a:focus {
            border-right-color: transparent;
        }
        .pagination > li > a:hover,
        .pagination > li > a:focus,
        .pagination > .active > a,
        .pagination > .active > a:hover,
        .pagination > .active > a:focus {
            background-color: transparent;
            border-color: transparent;
            border-right-color: #010915;
            color: #010915;
        }

/*--------Custom Inline Form  Styles----------*/

.form-inline .form-group {
    margin-bottom: 0;
}
.form-inline .form-group:first-child {
     margin-right: 35px;
}
    .form-inline label,
    .form-inline .dropdown {
        display: inline-block;
        vertical-align: top;
    }
    .form-inline label {
        color: #fff;
        font: 18px 'RobotoMedium';
        margin-right: 5px;
        margin-bottom: 0;
    }
    .form-inline .dropdown {
        width: 178px;
    }

/*--------Custom Carousel Styles----------*/

.jcarousel-wrapper .jcarousel ul {
    margin: 0 -3px 0 -4px;
}
    .jcarousel-wrapper .jcarousel li {
        padding: 0 3px 0 4px;
        width: 76px;
    }
        .jcarousel-wrapper .jcarousel li a {
            border: 2px solid #010915;
            display: block;
        }

/*--------HEADER----------*/

header {
    margin-bottom: 25px;
    overflow: hidden;
}

    /*Custom Menu Styles*/

    .navbar-default {
        background-color: transparent;
        border-radius: 0;
        border: 0 none;
        margin-bottom: 30px;
        min-height: 0;
    }
        .navbar-nav > li {
            margin-right: 5px;
        }
            .navbar-default .navbar-nav > li > a {
                background-color: #335683;
                color: #bbddf9;
                font: 13px 'RobotoMedium';
                padding: 3px 25px;
                text-transform: uppercase;
            }
            .navbar-default .navbar-nav > li > a:hover,
            .navbar-default .navbar-nav > .active > a,
            .navbar-default .navbar-nav > .active > a:hover {
                background-color: #fff;
                color: #010d1d;
            }
        .navbar-default .navbar-toggle {
            background-color: #010d1d;
            border-color: #647b9d;
            margin-bottom: 0;
        }
        header .navbar-default .navbar-toggle {
            margin-right: 0;
        }
            .navbar-default .navbar-toggle .icon-bar {
                background-color: #647b9d;
            }
        .navbar-default .navbar-toggle:hover,
        .navbar-default .navbar-toggle:focus {
            background-color: #010d1d;
        }

    /*Logo and Phone*/

    .logo {
        color: #fff;
        float: left;
        font: 23px 'RobotoBold';
    }
        .logo > span {
            display: inline-block;
            line-height: 1.1;
            vertical-align: middle;
        }
            .logo > span > span {
                font: 20px 'RobotoLight';
            }
        .logo:hover, .logo:focus {
            color: #fff;
        }

    .phone {
        color: #fff;
        float: right;
        font: 22px 'RobotoBold';
        line-height: 1.1;
        margin-top: 24px;
        text-align: right;
    }
        .phone a {
            color: #fff;
            font: 18px 'RobotoLight';
        }

/*--------CONTENT----------*/

.content {
    padding-bottom: 67px;
}

.content-bg {
    background: url("../images/white-dotted2.png") 0 0 repeat;
    height: 100%;
    padding: 20px 0 70px;
}

.black-block {
    background-color: #091626;
    margin-bottom: 20px;
    padding: 20px 60px;
}
.white-block {
    background: rgba(255, 255, 255, 0.8);
    margin-bottom: 20px;
    padding: 30px 60px;
}
.blue-block {
    background-color: #2a6cb0;
    margin-bottom: 20px;
    padding: 30px 60px;
}
    .blue-block > p {
        color: #fff;
        font: 16px 'RobotoMedium';
        margin-bottom: 0;
    }

.row {
    margin-left: -30px;
    margin-right: -30px;
}

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2,
.col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3,
.col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5,
.col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6,
.col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8,
.col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9,
.col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11,
.col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
    padding-right: 30px;
    padding-left: 30px;
}

.block-row .row {
    margin: 0 -60px;
}
    .block-row .row > .col-sm-4,
    .block-row .row > .col-sm-3 {
        padding: 0 60px;
    }

    /*House size block*/
    .house-size > p {
        margin-bottom: 2px;
        white-space: nowrap;
    }
        .house-size > p > span {
            font-family: 'RobotoMedium';
        }
    .house-size.project-size {
        color: #788eae;
    }
        .house-size.project-size > p:last-child {
            margin-bottom: 0;
        }
            .house-size.project-size > p > span {
                color: #fff;
            }
    .house-size.card-size {
        font-size: 16px;
    }
        .house-size.card-size > p:last-child {
            margin-bottom: 15px;
        }

    /*Materials Block*/
    .house-material {
        padding: 35px 0;
    }
        .house-material h2 {
            margin-bottom: 25px;
            text-align: center;
        }
        .house-material-img {
            border: 4px solid #647b9d;
            margin-bottom: 28px;
        }
        .house-material .form-horizontal {
            margin-bottom: 22px;
        }
            .house-material .form-group {
                margin-bottom: 5px;
            }
                .house-material .form-group label {
                    color: #fff;
                    font: 18px 'RobotoMedium';
                    padding: 0 0 0 15px;
                    text-align: left;
                }
                .white-bg .house-material .form-group label {
                    color: #000;
                }
        .house-material .form-horizontal .col-sm-8 {
            padding-right: 15px;
        }

    /*Services Block*/
    .list-services {
        list-style: square;
        padding-left: 18px;
    }
        .list-services > li > a {
            font-family: 'RobotoBold';
        }

    /*Projects Block*/
    .project .project-img {
        border: 2px solid #fff;
        margin-bottom: 10px;
    }

    /*About Page*/
    .list-about {
        list-style: disc;
        padding-left: 18px;
    }

    /*Card and Project Pages*/
    .img-bord {
        border: 2px solid #010915;
    }

        /*Photo List*/
        .photo-list {
            margin: 10px -3px 0 -4px;
            overflow: hidden;
        }
            .photo-list > li {
                float: left;
                margin-bottom: 6px;
                padding: 0 3px 0 4px;
                width: 76px;
            }
                .photo-list > li > a {
                    border: 2px solid #010915;
                    display: block;
                }
        .photo-list.photo-list-project {
            margin-top: 5px;
        }
            .photo-list.photo-list-project > li {
                padding-right: 1px;
                width: 65px;
            }

        /*Bottom List*/
        .list-bottom {
            text-align: center;
        }
            .list-bottom > li {
                display: inline-block;
                color: #010915;
            }
                .list-bottom > li a {
                    color: #4790ec;
                    font: 12px "RobotoBold";
                    padding: 0 8px;
                }

        /*Social Links*/
        .list-social {
            margin: 30px 0 40px;
            text-align: center;
        }
            .list-social > li {
                display: inline-block;
                margin-left: 10px;
            }
            .list-social > li:first-child {
                margin-left: 0;
            }
                .social {
                    background: url("../images/social-sprite.png") 0 0 no-repeat;
                    display: inline-block;
                    height: 22px;
                    width: 77px;
                }
                    .social.social-vk {
                        background-position: -89px 0;
                        width: 83px;
                    }
                    .social.social-tw {
                        background-position: -195px 0;
                        width: 97px;
                    }
                    .social.social-g {
                        background-position: -305px 0;
                        width: 71px;
                    }
                    .social.social-edit {
                        background-position: -389px 0;
                        width: 16px;
                    }

        /*Projects*/
        .projects {
            margin-top: 40px;
            margin-bottom: 40px;
        }
            .project-block {
                margin-bottom: 50px;
            }
            .project-block:last-child {
                margin-bottom: 0;
            }
                .project-block .col-sm-5{
                    padding-right: 0;
                }
                    .project-block .house-size {
                        margin: 10px 0;
                    }
                    .project-txt {
                        font: 12px 'RobotoMedium';
                        margin-bottom: 0;
                    }

    /*--------FOOTER----------*/

footer {
    margin-top: -67px;
    position: relative;
}
    .footer-bg {
        background-color: #010d1d;
        height: 67px;
        position: relative;
    }
        .copyright {
            color: #010915;
            font: 18px "RobotoCondensedBold";
            position: absolute;
            top: -57px;
            right: 60px;
        }
        footer .navbar-default .navbar-nav > li > a {
            background-color: #1259c5;
        }
        footer .navbar-default .navbar-nav > li > a:hover,
        footer .navbar-default .navbar-nav > .active > a,
        footer .navbar-default .navbar-nav > .active > a:hover {
            background-color: #fff;
            color: #1259c5;
        }
        footer .navbar-default .navbar-toggle {
            margin-top: 18px;
        }

/*--------MEDIA----------*/

@media (max-width: 1600px){
    .fixed-dotted {
        display: none;
    }
    .top-line {
        margin: 0;
    }
}

@media (min-width: 1200px) {
    .container-fluid {
        width: 1170px;
    }
    .navbar-default .navbar-collapse,
    .navbar-default .navbar-form {
        padding: 0;
    }
}

@media (max-width: 1150px){
    .navbar-default .navbar-collapse,
    .navbar-default .navbar-form {
        border-color: transparent;
    }
    .navbar-nav {
        background-color: #335683;
        padding: 8px 0;
        margin-top: 0;
    }
        .navbar-nav > li {
            margin-right: 0;
            padding: 4px 0;
        }

    .black-block {
        padding: 20px 30px;
    }
    .white-block {
        padding: 30px;
    }
        .block-row .row {
            margin: 0 -30px;
        }
            .block-row .row > .col-sm-4,
            .block-row .row > .col-sm-3 {
                padding: 0 30px;
            }

    footer .navbar-default {
        margin-bottom: 0;
    }
        footer .navbar-nav {
            background-color: #1259c5;
        }
            .copyright {
                right: 30px;
            }
}

@media (max-width: 995px){
    .p-l0 {
        padding-left: 15px !important;
    }
    .form-horizontal .control-label {
        margin-bottom: 4px;
    }
    .block-row .row > .col-sm-4,
    .block-row .row > .col-sm-3 {
        margin-bottom: 20px;
    }
    .block-row .row > .col-sm-4:last-child,
    .block-row .row > .col-sm-3:last-child,
    .materials .row > .col-sm-4 {
        margin-bottom: 0;
    }
    .card-img-block {
        margin-bottom: 15px;
    }
    .card-carousels .col-sm-4 {
        margin-bottom: 20px;
    }
    .card-carousels .col-sm-4:last-child {
        margin-bottom: 0;
    }
    .project-block {
        margin-bottom: 20px;
    }
        .project-block .col-sm-5{
            padding-right: 30px;
        }
    .photo-list.photo-list-project > li {
        width: 76px;
    }
    .form-inline .form-group:first-child {
        margin-right: 0;
        margin-bottom: 15px;
    }
}

@media (max-width: 880px){
    .house-material .form-horizontal .col-sm-4,
    .house-material .form-horizontal .col-sm-8 {
        float: none;
        width: 100%;
    }
}

@media (max-width: 568px){
    h2 {
        font-size: 22px;
    }
    h1 {
        font-size: 26px;
    }
    header > div {
        text-align: center;
    }
    .logo, .phone {
        float: none;
    }
    .phone {
        display: block;
        text-align: center;
    }
    .form-inline .dropdown {
        width: 100%;
    }
    .copyright {
        right: 50%;
        margin-right: -91px;
    }
}





























