<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@import url('https://fonts.googleapis.com/css?family=Philosopher:700i&amp;amp;subset=cyrillic');

body {
    background: #E8E8E8;
}
/***************** HEADINGS *******************/
h1, h2, h3,
.h1, .h2, .h3, .widget-title, .main-title {
    margin-bottom: 20px;
    font-family: "Philosopher";
    font-weight: 300;
    text-transform: none;
}
h2, .h2 {
    font-size: 30px;
}
h3, .h3, .widget-title {
    font-size: 26px;
}
.page-header h1, .page-header p.main-title {
    font-size: 44px;
}
.isotopeContent h3 {
    font-size: 24px;
}
/****************** NAVBAR ********************/
#mainHeader {
    background: -webkit-linear-gradient(rgba(50, 50, 50, 0.5), transparent); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(rgba(50, 50, 50, 0.5), transparent); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(rgba(50, 50, 50, 0.5), transparent); /* For Firefox 3.6 to 15 */
    background: linear-gradient(rgba(50, 50, 50, 0.5), transparent); /* Standard syntax */
}
li.primary.contact-block,
li.primary.contact-block a,
li.primary.contact-block a:hover {
    color: #fff;
}
.nav &gt; li &gt; a:hover, .nav &gt; li &gt; a:focus {
    background: none;
}
@media (max-width: 1199px){
    .nav &gt; li &gt; a {
        padding-left: 8px;
        padding-right: 8px;
    }
}
/************* VIDEO BACKGROUND ***************/
.bg-video .video-content {
    z-index: 3;
}
.bg-video:before {
    background: url("../images/bg-dot.png");
    height: 100%;
    width: 100%;
    display: block;
    content: "";
    position: absolute;
    z-index: 1;
}
#sliderContainer {
    min-height: 100%;
}
/*************** INTRO HOMEPAGE ***************/
#search-home-wrapper {
    top: 75%;
}
#introHome {
    color: #fff;
    position: relative;
    min-height: 100%;
}
#introHome.bg-video {
    background: url("../images/bg-video.jpg") no-repeat center center #888;
    background-size: cover;
}
#introHome .introContent {
    text-align: center;
    position: absolute;
    top: 28%;
    z-index: 11;
    width: 100%;
}
#introHome h1 {
    font-size: 80px;
    padding-bottom: 3px;
    text-transform: none;
    text-shadow: 0 0 4px rgba(0,0,0,0.7);
}
#introHome h1 small {
    color: #fff;
}
#introHome h2 {
    font-size: 32px;
    line-height: 72px;
}
#introHome p {
    font-size: 18px;
    margin: 4px 0 0;
}
@media (max-width: 1199px){
    #introHome h1 {
        font-size: 60px;
    }
}
@media (max-width: 767px){
    #search-home-wrapper {
        top: 55%;
    }
    #introHome .introContent {
        top: 19%;
    }
    #introHome h1 {
        font-size: 30px;
    }
    #introHome h2 {
        font-size: 18px;
        line-height: normal;
    }
    #introHome p {
        font-size: 14px;
    }
}
#introHome a.btn {
    margin-top: 30px;
    font-size: 20px;
    padding: 15px 20px;
}
/************* VIDEO BACKGROUND ***************/
.bg-video .video-content {
    z-index: 3;
}
.bg-video:before {
    background: url("../images/bg-dot.png");
    height: 100%;
    width: 100%;
    display: block;
    content: "";
    position: absolute;
    z-index: 1;
}
/************* PARALLAX HOMEPAGE **************/
#parallaxHome {
    background-position: 50% -50px;
    background-size: cover;
    background-image: url("../images/bg-parallax.jpg");
}
#parallaxHome h2 {
    font-size: 44px;
    line-height: 52px;
    text-transform: none;
    color: #fff;
}
@media (max-width: 767px){
    #parallaxHome h2 {
        font-size: 26px;
        line-height: 30px;
    }
}
#parallaxHome .parallaxContent {
    padding-bottom: 66px;
    padding-top: 66px;
    position: relative;
    text-align: center;
    background: rgba(20, 20, 20, 0.5);
}
/**************** TESTIMONIALS ***************/
#testimonials .article-content {
    padding: 33px 25px 33px 50px;
    position: relative;
    background: #fff;
    border-bottom: 5px solid #5ca4cc;
}
#testimonials .article-content i.fa {
    display: block;
    font-size: 40px;
    height: 80px;
    line-height: 80px;
    text-align: center;
    position: absolute;
    top: -15px;
    left: -15px;
    width: 80px;
    border-radius: 40px;
    background: #fff;
    color: #5ca4cc;
}
#testimonials .article-content h4 {
    font-size: 20px;
    position: relative;
    z-index: 1;
    color: #5ca4cc;
}
/******************* MISC ********************/
#content ul {
    list-style-type: none;
}
#content ul:not(.dropdown-menu) &gt; li::before {
    content: "\f138";
    font-family: "FontAwesome";
    margin-right: 10px;
}
#widget-7 ul {
    float: left;
}
@media (min-width: 992px){
    #widget-7 ul {
        width: 33.33333333%;
    }
}
#widget-7 ul &gt; li::before {
    content: "\f00c";
}

.isotopeContent {
    padding: 15px;
}

</pre></body></html>