@import url(https://fonts.googleapis.com/css?family=Roboto:400,300,700&subset=latin,cyrillic);

#brand-image
{
    height: 40px;
}

.navbar-brand
{
    padding: 5px;
}

.navbar-collapse.collapse
{
    text-align: center; /* Set this */
    /*display: block !important;
        height: auto !important;
        padding-bottom: 0;
        overflow: visible !important;*/
}

.navbar-nav
{
    display: inline-block;
    float: none;

    margin: 0;
}

section
{
    min-height: 200px;
    padding-top: 50px;
    padding-bottom: 50px;

    border-top: 1px lightgray solid;
};

.header
{
    margin-bottom: 56px;
}

.content
{
    height: 100%;
    min-height: 100%;
    padding-top: 56px;
    padding-bottom: 62px;
}

.properties
{
    padding: 0 0 0 10px;

    list-style: none;

    border-left: 1px lightgray dashed;
}

.properties .name
{
    font-weight: 700;

    text-transform: uppercase;
}

.metro
{
    padding: 0 0 0 10px;

    list-style: none;
}

.station:before
{
    display: inline-block;

    width: 10px;
    height: 10px;
    margin-right: 5px;

    content: '';

    border: 1px solid black;
    border-radius: 50%;
}

.bg-white
{
    background-color: rgba(255,255,255, 1);
}

.bg-gray
{
    background-color: rgba(240,240,240, .95);
}

.bg-image-mishina
{
    min-height: 700px;
    padding-top: 0;
    padding-bottom: 0;

    background-image: url(../img/mishina01.jpg);
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center center;
}

.gray::before
{
    background-color: gray;
}

.green::before
{
    background-color: green;
}


.navbar
{
    margin-bottom: 0;
}

.container-foto
{
    position: relative;
    top: 50%;
    left: 50%;

    overflow: hidden;

    width: auto;
    max-height: 300px;
    padding: 0;

    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
}

.navbar-fixed-top
{
    border-bottom: 1px darkgray solid;
}

.block-banner
{
    height: 400px;
    min-height: 400px;
    max-height: 400px;
}

.banner
{
    height: 100%;

    vertical-align: middle;
}

.contact-card-wrapper
{
    min-height: 200px;

    text-align: center;
}

.paddingless
{
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

html
{
    position: relative;

    min-height: 100%;
}

body
{
    font-family: 'Roboto', sans-serif;
    font-size: 18px;

    color: #000000;

    height: 100%;
    margin: 0;
    margin-bottom: 60px;
    padding-top: 58px;
}

.footer
{
    position: absolute;
    bottom: 0;

    width: 100%;
    height: 60px;
    /*background-color: rgba(63, 62, 58, 0.7);*/

    background-color: #3f3f3f;
}

.footer .container-fluid
{
    padding: 20px;
    padding-bottom: 0;
}

.footer .row
{
    font-size: larger;
}

@media (max-width: 767px)
{
    .footer .row
    {
        font-size: smaller;
    }
}

.footer .contacts-bottom
{
    font-weight: 700;

    padding-left: 5%;

    text-align: left;

    color: #fff;
}

.footer .copyright-bottom
{
    padding-right: 5%;

    text-align: right;

    color: darkgray;
}

.bg-image
{
    background-repeat: no-repeat;
    background-attachment: fixed;
}

.bg-mishina
{
    background-image: url(../img/mishina01.jpg);
}

.bg-lease
{
    background: url(../img/bg_lease4.jpg) center center repeat-x;
    background-size: cover;
    border-left: 1px solid #EEE;
}

.bg-living
{
    background: url(../img/bg_living1.jpg) center center repeat-x;
    background-size: cover;
    border-right: 1px solid #EEE;
}

.bg-hovered:hover {
    opacity: 0.9;
}

.bg-hovered h1 {
    color: #FFF;
    /*text-shadow: 0 0 3px #000000;*/
    text-transform: uppercase;
    margin: 30px auto;
}

.bg-hovered a {
    /*text-shadow: 0 0 3px #000000;
    box-shadow: 0 0 3px #000000;*/
    margin: 30px auto;
}

.bg-hovered a:hover {
    color: #EEE;
    /*text-shadow: 0 0 3px #000000;
    box-shadow: 0 0 6px #000000;*/
}

section h1.title {
    text-transform: uppercase;
}

section.special-offer {
    padding: 0;
}

.bg-maintenance
{
    background: url(../img/bg_maintenance.jpg) center center repeat-x;
    background-size: cover;
}

.bg-maintenance:hover {
    opacity: 0.9;
}

.bg-maintenance h1 {
    color: #FFF;
    text-shadow: 0 0 3px #000000;
    /*color: #000;*/
    text-transform: uppercase;
    margin: 30px auto;
}

.bg-maintenance a {
    text-shadow: 0 0 3px #000000;
    box-shadow: 0 0 3px #000000;
    margin: 30px auto;
}

.bg-maintenance a:hover {
    color: #EEE;
    text-shadow: 0 0 3px #000000;
    box-shadow: 0 0 6px #000000;
}

.bg-image-light
{
    /*background: url(../img/bg_light.jpg) center center no-repeat;*/
    background: url(../img/carousel09.jpg) center center no-repeat;
    background-size: cover;
}

.bg-back1
{
    background: url(../img/bg_back11.jpg) center center repeat-x;
    background-size: cover;
}

.bg-back1:hover {
    opacity: 0.9;
}

.bg-back2
{
    background: url(../img/bg_back2.jpg) center center repeat-x;
    background-size: cover;
}

.bg-back2:hover {
    opacity: 0.9;
}

.bg-back3
{
    background: url(../img/bg_back3.jpg) center center repeat-x;
    background-size: cover;
}

.bg-back3:hover {
    opacity: 0.9;
}

@media (max-width: 767px)
{
    body
    {
        padding-top: 51px;
    }
}

.text-justified
{
    padding-bottom: 40px;

    text-align: justify;
}

.text-centered
{
    text-align: center;
}

h1
{
    margin-bottom: 50px;
}

h1.company-name
{
    text-align: center;
    color: #FFF;
    font-size: 6vw;
    font-weight: 900;
    text-transform:  uppercase;
}

.carousel .item
{
    max-height: 600px;
}

.item img
{
    position: relative;
    top: 50%;
}

.object-card
{
    margin: 10px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    background-color: #f3f3f3;
}

.object-card a
{
    text-decoration: none;
}

.object-card a.object-site {
    padding-left: .5em;
    padding-right: .5em;
    background-color: orangered;
    color: white;
    font-size: 1.1em;
}

.object-title
{
    margin-bottom: 0;
    padding-right: 10px;
    padding-left: 10px;
}

.card-text
{
    padding: 10px;
}

.object-properties
{
    color: #000000;
    font-size: small;
}

.top-buffer
{
    margin-top: 20px;
}

.plate {
    background: rgba(40,40,40, .95);
    background-color: rgba(63, 63, 63, .6);
    color: #FFF;
    text-align: center;
    margin: 0 10%;
    margin-bottom: 20px;
    padding: 10px;
    /*width: 50%;
    min-width: 50%;
    height: 50%;
    min-height: 50%;*/
}

.plank
{
    width: 50%;
    min-width: 50%;
    height: 50%;
    min-height: 50%;

    background-color: rgba(63, 63, 63, .75);
}

.btn-special {
    color: #FFF;
    background-color: transparent;
    border: 2px solid #FFF;
    font-size: 1.5vw; 
}

.btn-special-red {
    color: orangered;
    background-color: transparent;
    border: 2px solid orangered;
    font-size: 1.5vw; 
    margin: 12px auto;
}

/* Flaired edges, by Tomas Theunissen */

hr.style-two {
    border: 0;
    height: 2px;
        
    background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 50%, rgba(255,255,255,0) 100%);
    background: -o-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 50%, rgba(255,255,255,0) 100%);
    background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 50%, rgba(255,255,255,0) 100%); /* FF3.6-15 */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#00ffffff',GradientType=1 ); /* IE6-9 */
}



hr.style-seven {
    height: 30px;
    border-style: solid;
    border-color: white;
    border-width: 1px 0 0 0;
    border-radius: 20px;
    margin: auto 20vw;
}
hr.style-seven:before { /* Not really supposed to work, but does */
    display: block;
    content: "";
    height: 30px;
    margin-top: -31px;
    border-style: solid;
    border-color: white;
    border-width: 0 0 1px 0;
    border-radius: 20px;
}

.smaller {
    font-size: 0.82em;
}

h3.whity {
    color: #ffffff;
    text-shadow: 0 0 3px #000000;
}

h3.whity:hover {
    color: #ffffff;
    text-decoration: none;
    text-shadow: 0 0 6px #000000;
}

a:hover {
    text-decoration: none;
}

.news-box {
    background-color: #ffffff;
    margin: 20px auto;
    padding: 10px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19); 
}

.news-date {
    font-size: 14px;
}

h2.news-title {
    font-size: 24px; 
}

.news-text-preview {
    font-size: 14px;
}

.links h1 {
    font-size: 20px;
    margin: 20px auto;
}

.bg-news{
    background: url(../img/bg_news04.jpg) center center repeat-x;
    background-size: cover;
}

.partner-logo {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    background-color: rgba(255, 255, 255, 0.75);
}

.glyphicon-chevron-left:before {
    content: "\25c4";
    color: orangered;
}

.glyphicon-chevron-right:before {
    content: "\25ba";
    color: orangered;
}

.stickToTop {
    position: fixed;
    top: 58px;
    right: 0;
    left: 0;
    /* height: 70px; */
    z-index: 1;
}

.menuSticked {
    margin-top: 59px;
}