html,
body {
    height: 100%;
}
body {    
    background: url(../images/bg.jpg) 0 0 repeat;
}
.lead {
    font-size: 18px;
}

.clear {
    clear: both;
}
.center {
    text-align: center;
}

.indent-20 {
    margin-top: 20px;
}
.separator {
    border-bottom: #373638 1px solid;
    height: 25px;
}

.featured-title h3 {
	margin-top: 30px;
	font-size: 25px;
    color: #939393;
    font-weight: 600;
    letter-spacing: -1px;
}

.featured-title h2 {
 	color: #ffffff;
    margin: -3px 0 0 0;
    font-size: 34px;
    text-transform: uppercase;
    letter-spacing: -2px;
}

.header-block {
    background: #fff;
}
.header-block .navbar {
    background: url(../images/header-block.jpg) 0 0 repeat-x #1b1b1c;
    border-radius: 5px;
}

.header-block-pad {
    padding: 8px 0px 8px 20px;
}

h1.brand {
    font-size: 60px;
}

h1.brand a {
    display: inline-block;
}

h1.brand span {
  //  font-family: 'Dancing Script', cursive;
    color: #046169;
    display: inline-block;
    font-size: 30px;
    line-height: 50px;
    vertical-align: bottom;
    padding-bottom: 22px;
}
.brand img {
    height: 98px;
    width: auto;
}

.navbar_ .navbar-inner_ {
    padding: 10px 0px 10px 20px;
}

.slider {
    margin-top: -52px
}

.contacts {
    margin: 10px 20px 0px 0px;
    padding: 6px 0px 10px 0;
    text-align: right;
    background: none;
}

.contacts a {
    line-height: 76px;
}

.contacts span, .contacts a {
    color: #046169;
    font-size: 20px;
    text-decoration: none;
    font-weight: 700;
}

.home-about {
    text-align: center;
    background: url(../images/header-block.jpg) 0 0 repeat-x #1b1b1c;
    margin-top: 50px;
    border-radius: 5px;
    padding: 25px 0;
}

.home-about h1, .home-about h2, 
.home-about h3, .home-about h4, 
.home-about h5, .home-about p:first-child {
    font-size: 28px;
    margin: 0 0 18px;
    color: #fff;
}

.home-about p {
    font-size: 18px;
    line-height: 20px;
    color: #676667;
    margin: 0;
    text-decoration: none;
    font-weight: 200;
}

.featured p {
    font-size: 18px;
}

.services h1 {    
    font-size: 23px;
    text-transform: uppercase;
    letter-spacing: -2px;
    margin: 46px 0 18px 0;
}

.service {
    position: relative;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    min-height: 320px;
}

.parallax {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    height: 150%;
    left: 0;
    overflow: hidden;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1;
}

.service .service-content {
    padding: 0px 15px 15px;
    z-index: 999;
    color: #fff;
    background-color: rgba(0, 0, 0, .8);
    padding: 15px;
    z-index: 999;
    color: #fff;
    background-color: rgba(0, 0, 0, .8);
    width: 80%;
}

.service .service-content h4,
.service .service-content h1 {
    padding-top: 15px;
    margin-top: 31px;
}

.service .service-content p {
    margin-bottom: 5px;
}

.service .service-content p.text-info {
    color: #fff;
}

.service .list-services {
    margin: 0;
}

.service .list-services>li {
    width: 100%;
    margin-left: 20px;
}

.contact-form textarea {
    height: 183px;
}

.contact-form .error, .contact-form .empty {
    color: #cf3046;
}

.alert {
    display: none;
    padding: 5px 15px;
    color: #fff;
    border-radius: 5px;
    margin-bottom: 5px;
}

.alert.danger {
    background-color: #cf3046;
    border-color: #cf3046;
}

.alert.success {
    background-color: #008214;
    border-color: #008214;
}

.page h1 {
    font-size: 23px;
    text-transform: uppercase;
    letter-spacing: -2px;
    margin: 46px 0 18px 0;
}

footer {
    padding: 20px 0;
    background-size: contain;
}

footer .f-bottom{
    border-top: #373638 1px solid;
}
footer .copyright,
footer .footer-links {
    text-align: center;  
    padding-top: 10px;
}

/*footer .footer-links {    
    text-align: right;
}*/

footer .lead {
    margin-bottom: 15px;
    color: #fff;
}


@media (min-width: 769px) {
    .service .list-services>li {
        width: 50%;
        margin-left: 0;
        min-height: inherit;
    }

    footer .copyright {
        text-align: left; 
    }

    footer .footer-links {
        text-align: right; 
    }
}

@media (max-width: 767px) {

   .hidden-xs {
        display: none !important;
        visibility: hidden !important;
   }

   .contacts a {
        line-height: inherit;
    }

    h1.brand span {
        line-height: 30px;
    }
}

@media (min-width: 992px) {

    .featured-title h3 {
        font-size: 35px;
    }
    .featured-title h2 {
        font-size: 56px;
    }
    .service .service-content {
        position: absolute;
        top: 50%; 
        left: 50%; 
        transform: translate(-50%, -50%);
    }

    .contacts span, .contacts a {
        font-size: 28px;
    }

    h1.brand span {
        font-size: 50px;
        line-height: 50px;
    }
    
}

@media (min-width: 1200px) {
    .featured-title h2 {
        font-size: 28px;
    }

    .service .list-services {
        margin: 0;
    }

    .service .list-services>li {
        width: 25%;
        margin-left: 0;
        min-height: inherit;
    }

    .contacts span, .contacts a {
        font-size: 36px;
    }

    h1.brand span {
        font-size: 60px;
        line-height: 60px;
    }
}