/*!
 * Start Bootstrap - Modern Business HTML Template (http://startbootstrap.com)
 * Code licensed under the Apache License v2.0.
 * For details, see http://www.apache.org/licenses/LICENSE-2.0.
 */

/* Global Styles */

html,
body {
    height: 100%;
}

body {
    font-family: "Roboto Condensed" !important;
    font-size: 16px !important;
    font-weight: 200;
    padding-top: 50px; /* Required padding for .navbar-fixed-top. Remove if using .navbar-static-top. Change if height of navigation changes. */
}

h1 {
margin-top: 20px !important;
}

h2 {
    margin-top: 10px !important;
    font-size: 26px !important;
}

.img-portfolio {
    margin-bottom: 30px;
}

.img-hover:hover {
    opacity: 0.8;
}

/* Home Page Carousel */

header.carousel {
    height: 50%;
}

header.carousel .item,
header.carousel .item.active,
header.carousel .carousel-inner {
    height: 100%;
}

header.carousel .fill {
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: cover;
}

/* 404 Page Styles */

.error-404 {
    font-size: 100px;
}

/* Pricing Page Styles */

.price {
    display: block;
    font-size: 50px;
    line-height: 50px;
}

.price sup {
    top: -20px;
    left: 2px;
    font-size: 20px;
}

.period {
    display: block;
    font-style: italic;
}

/* Footer Styles */

footer {
    margin: 50px 0;
}

/* Responsive Styles */

@media(max-width:991px) {
    .customer-img,
    .img-related {
        margin-bottom: 30px;
    }
}

@media(max-width:767px) {
    .img-portfolio {
        margin-bottom: 15px;
    }

    header.carousel .carousel {
        height: 70%;
    }
}

.navbar-brand {
	padding: 0px 15px; !important
}
	
.navbar-default .navbar-nav>li>a {
color:#400000; !important
}

.navbar-default .navbar-nav>li>a:hover, .navbar-default .navbar-nav>li>a:focus {

color: #fff !important;
    background-color: #f84242 !important;

}

.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:hover, .navbar-default .navbar-nav>.active>a:focus {
color: #fff !important;
    background-color: #f84242 !important;
}

.carousel-caption {
	padding-bottom: 5px; !important
	}

.carousel-indicators {	
	bottom: 0px; !important
	}

.panel-danger>.panel-heading {
	color: #000 !important;
    background-color: #fff2ef !important;
}

label {
font-weight: 100 !important;
}

.btn {
	font-size: 16px;
}

.btn-danger {
	background-color: #f84242 !important;
}

.dropdown-menu>li>a:hover, .dropdown-menu>li>a:focus {
	color: #FFFFFF !important;
	background-color: #f84242 !important;
	
}

.photo-caption {
	font-family: "Roboto Condensed" !important;
    font-size: 24px !important;
    text-align: left;
    /*padding-top: 50px; /* Required padding for .navbar-fixed-top. Remove if using .navbar-static-top. Change if height of navigation changes. */
	
}

.carousel-caption {
	padding-top: 5px !important;
	top: 5px !important;	
    left: 10px !important;
    bottom: 5px !important;
}

.contacts__label {
    border-bottom: 2px dotted #777;
}

.questions__text {
    font-size: 17pt; 
    margin: 6px;
    text-align: center;
}

.switchLangButton {
    display: inline;
    
    /* padding: 15px 5px; */
    margin: 5px -10px 5px 0px;
    padding: 10px;
    line-height: 20px;
    cursor: pointer;
    /* outline: 1px solid red; */


}

.switchLangButton:hover .switchLangButton__Text {
        background-color: #f84242;
        color: white;
}

.switchLangButton__Text {
    border: 2px solid #f84242;
    padding: 2px;
    display: inline;
}

.switchLangButton__Text:hover {
    background-color: #f84242;
    color: white;
}
.titleHeader {
    font-size: 18px !important;
}
@media all and (min-width: 720px) {
    .blockFlexRow {
        display: flex;
    }
    .blockFlex {
        display: flex;
        align-items: end;
    }
    .blockFlex p {
        margin-bottom: -10px;
    }
}