.bs-callout-success {
    color: #3c763d;
    border-color: rgb(71, 164, 71);
    background-color: #f4f8fa; /*#dff0d8;*/
}

.bs-callout-success h4 {
    color: darkgreen;
}

.container .x-small {
    font-size: 90%;
}

.rouble {
    font-family: "PT Sans";
    font-size: 98%;
}

.features {
    margin: 55px 0;
}

.thumbnail {
    border: 0;
    text-align: center;

}

.thumbnail .caption p {

}

.thumbnail .caption h3 {
    text-align: center;
    vertical-align: middle;
    position: absolute;
    left: 40px;
    top: 0px;
    margin: 0;
    padding: 0;
    width: 60px;
    height: 60px;
    font-size: 45px;
    background-color: #666;
    color: #eee;
    border: 5px solid #fff;
    border-radius: 30px;
}

.thumbnail .caption h4 {
    color: #333;
    font-size: 28px;
    color: rgb(92, 32, 64);
}

/*Hover Animation*/

.thumbnail img {
    -moz-transition: all 0.6s ease;
    -webkit-transition: all 0.6s ease;
    -ms-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    transition: all 0.6s ease;
}

.thumbnail:hover img {
    -moz-transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -o-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);

}

body {
    padding: 0px;
    font-family: "PT Sans", sans-serif;
    color: rgb(47, 79, 79);
}

.container p {
    font-family: "PT Sans", sans-serif;
    font-weight: 400;
    font-size: 120%;
    color: #333;
}

#pictured {
    background: url('/i/zadok5.jpg') no-repeat top center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    margin-top: 0px;
}

.white .container h1, .white .container h2 {
    font-family: "Ubuntu", serif;
    font-weight: 300;
    color: rgb(92, 32, 64);
}

.stripe {
    padding: 0px;
    background-color: rgba(255, 255, 255, 0.0);
}

.white {
    background-color: #ffffff;
    background-color: rgba(255, 255, 255, 1);
    /*    box-shadow: 20px 0px 40px rgba(0, 0, 0, 0.4);*/
}

.bord {
    /* background-color: #86A3A4; */
    background-color: rgba(134, 163, 164, 0);
    padding-top: 1px;
}

.p30 {
    padding: 30px 0;
}

.center {
    text-align: center;
}

.center-block {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.footer {
    box-shadow: -10px 0px 15px rgba(0, 0, 0, 0.1);
    background-color: #f9f9f9;
    padding-top: 40px;
    padding-bottom: 40px;
    border-top: 13px solid #f9f9f9;

}

.footer p {
    font-size: 100%;
    font-family: "PT Sans", sans-serif;
}

#map {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    height: 360px;
    padding: 0;
    margin: 0 0 0 auto;
}

#map .address {
    color: rgb(92, 32, 64);
    font-size: 90%;
    font-family: "Roboto", sans-serif;
    font-style: normal;
    font-weight: 400;
}

#map .tel {
    color: rgb(92, 32, 64);
    font-size: 125%;
    font-family: "Roboto", sans-serif;
    font-style: normal;
    font-weight: 600;
}

/* Main marketing message and sign up button */
.jumbotron {
    text-align: center;
    background-color: #f9f9f9;
    color: #000 !important;
    margin: 40px 0 0 0;
    padding-top: 30px;
    padding-bottom: 30px;
    color: #ffffff;
}

.jumbotron h1 {
    /*    text-shadow: 0px 0px 8px rgba(0, 0, 0, 1);*/
    font-family: "Marck Script", sans-serif;
    color: darkslategray;
    font-size: 62px;
}

.jumbotron h2, .jumbotron h3 {
    font-family: "Roboto Condensed", serif;
    font-weight: 400;
}

.jumbotron h2 {
    font-size: 38px;
}

.jumbotron .lead {
    font-size: 26px;
}

.jumbotron .btn-lg {
    font-size: 21px;
    padding: 14px 24px;
}

.img-center {
    display: block;
    margin: 0 auto;
}

/* Customize the nav-justified links to be fill the entire space of the .navbar */
.nav-justified {
    background-color: #eee;
    border-radius: 5px;
    border: 1px solid #ccc;
}

.navbar-brand {
    font-family: "Marck Script", sans-serif;
}

.nav-justified > li > a {
    padding-top: 15px;
    padding-bottom: 15px;
    color: #777;
    font-weight: bold;
    text-align: center;
    border-bottom: 1px solid #d5d5d5;
    background-color: #e5e5e5;
    /* Old browsers */
    background-repeat: repeat-x;
    /* Repeat the gradient */
    background-image: -moz-linear-gradient(top, #f5f5f5 0%, #e5e5e5 100%);
    /* FF3.6+ */
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f5f5f5), color-stop(100%, #e5e5e5));
    /* Chrome,Safari4+ */
    background-image: -webkit-linear-gradient(top, #f5f5f5 0%, #e5e5e5 100%);
    /* Chrome 10+,Safari 5.1+ */
    background-image: -ms-linear-gradient(top, #f5f5f5 0%, #e5e5e5 100%);
    /* IE10+ */
    background-image: -o-linear-gradient(top, #f5f5f5 0%, #e5e5e5 100%);
    /* Opera 11.10+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f5f5f5', endColorstr='#e5e5e5', GradientType=0);
    /* IE6-9 */
    background-image: linear-gradient(top, #f5f5f5 0%, #e5e5e5 100%);
    /* W3C */
}

.nav-justified > .active > a, .nav-justified > .active > a:hover, .nav-justified > .active > a:focus {
    background-color: #ddd;
    background-image: none;
    box-shadow: inset 0 3px 7px rgba(0, 0, 0, .15);
}

.nav-justified > li:first-child > a {
    border-radius: 5px 5px 0 0;
}

.nav-justified > li:last-child > a {
    border-bottom: 0;
    border-radius: 0 0 5px 5px;
}

.form-signin {
    max-width: 430px;
    padding: 15px 15px 15px 0;
    /*
        margin: 0 auto;
    */
}

.form-signin .form-signin-heading, .form-signin .checkbox {
    margin-bottom: 10px;
}

.form-signin .checkbox {
    font-weight: normal;
}

.form-signin .form-control {
    position: relative;
    font-size: 16px;
    height: auto;
    padding: 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.form-signin .form-control:focus {
    z-index: 2;
}

.form-signin input[type="text"] {
    margin-bottom: -1px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.form-signin input[type="password"] {
    margin-bottom: 10px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

@media (min-width: 768px) {
    .nav-justified {
        max-height: 52px;
    }

    .nav-justified > li > a {
        border-left: 1px solid #fff;
        border-right: 1px solid #d5d5d5;
    }

    .nav-justified > li:first-child > a {
        border-left: 0;
        border-radius: 5px 0 0 5px;
    }

    .nav-justified > li:last-child > a {
        border-radius: 0 5px 5px 0;
        border-right: 0;
    }
}

/* Responsive: Portrait tablets and up */
@media screen and(min-width: 768px) {
    /* Remove the padding we set earlier */
    .masthead, .marketing, .footer {
        padding-left: 0;
        padding-right: 0;
    }
}

#trusty {
}

.block-top-pad {
    margin-top: 40px;
}

.question-list > li {
    display: block;
    /*            float: left;*/
    padding: 20px;
    min-height: 80px;
    min-width: 300px;
    width: 100%;
}

#question-carousel {
    margin: 30px;
    font-family: 'Roboto Condensed';
    font-size: 1.5em;
    color: #000;
}

.lightgray {
    background-color: #f9f9f9;
    box-shadow: -10px 0px 15px rgba(0, 0, 0, 0.1), 10px 0px 15px rgba(0, 0, 0, 0.1);
    /*box-shadow: 0px 0px 20px 2px rgba(0, 0, 0, 0.4);*/
    margin-top: 40px;
    margin-bottom: 40px;

}

.lightgray .thumbnail {
    background: none;
}


.jumbotron {
    box-shadow: 10px 0px 15px rgba(0, 0, 0, 0.1);
}


@media screen and (min-width: 768px){
    #region {
        max-width: 30%;
        text-align: right;
        position: absolute;
        right: 10px;
        top: 20px;
    }
    .jumbotron .dropdown-menu {
        right:0;
        left: -80px
    }
}