/* ----------------------------------------------------
	ADD CUSTOM STYLES HERE...
------------------------------------------------------- */
.callout-section.dark-yellow {
    background: #f79800 !important;
}
.section.dark #owl-team .owl-next, .section.dark #owl-team .owl-prev {
    background-color: #f79800 !important;
}

.section.dark .general-title hr{
    border-color: #f79800 !important;
}

.section.dark a.st:hover {
    background-color: #f79800 !important;
}

.footer.dark a:hover, .section.dark .readmore, .section.dark .team-member h4 span{
    color: #f79800 !important;
}

/**
 * DR customization
 */
@media (min-width: 768px) {
    .navbar-default .nav > li > a {
        padding: 10px 8px !important;
    }
}
@media (min-width: 992px) {}
@media (min-width: 1200px) {
    .navbar-default .nav > li > a {
        padding: 10px 15px !important;
    }
}

.footer .social {
    margin-bottom: 1em;
}

.blog-title .widget-title {
    margin: 10px 0px -10px 0px !important;
}

.dr-block .col {
    margin-bottom: 20px; 
}

.dr-block a:link,
.dr-block a:visited
.dr-block a:hover
.dr-block a:active {
    color: #07144f;
}
.dr-block a:hover {
    text-decoration: underline !important;
}

.dr-video {
    height: 0;
    position: relative;
    padding-bottom: 56.25%; /* Если видео 16/9, то 9/16*100 = 56.25%. Также и с 4/3 - 3/4*100 = 75% */
}
.dr-video iframe {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.dr-colofon {
    padding: 40px 0 !important;
}
.dr-colofon .row h4 {
    font-weight: bold
}
.dr-colofon .row .col {
    line-height: 1.4em !important;
}

#content .blog-title h2 {
   margin-bottom: 20px;
}


