﻿body,
html {
    margin: 0;
    padding: 0;
}

body {
    line-height: 24px;
    color: #323232;
    font-size: 14px;
    font-weight: 400;
    /* 	font-family: 'Probaproregular' ; */
    font-family: 'Probaproregular', 'Open Sans', Arial, Helvetica, sans-serif;
    /* 	font-family: 'Open Sans', Arial, Helvetica, sans-serif; */
}

h1 {
    font-size: 60px;
    margin-top: 0;
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
    position: relative;
}

h1 span {
    position: relative;
}

h1:before {
    content: attr(data-title);
    font-size: 61px;
    margin-top: 0;
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
    position: absolute;
    top: 4px;
    left: 3px;
    color: rgba(6, 60, 54, 0.08);
    z-index: 0;
}

h2 {
    font-size: 30px;
    margin-top: 0;
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
}

h5 {
    font-size: 15px;
    line-height: 1.5;
    font-weight: 800;
}

h6 {
    font-size: 13px;
    letter-spacing: 2px;
    line-height: 17px;
    font-weight: 800;
}

h3,
h4,
h5,
h6 {
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
    margin-top: 10px
}

h2 span,
h3 span {
    font-weight: 300;
}

a:hover,
a:focus {
    text-decoration: none;
    outline: none;
}

a {
    color: #333;
}


/*  Padding and Margin Style   ||-----------*/

.no-padding {
    padding: 0;
}

.padding-20 {
    padding: 20px;
}

.padding-30 {
    padding: 30px;
}

.padding-40 {
    padding: 40px;
}

.padding-60 {
    padding: 60px;
}

.plr-0 {
    padding-left: 0;
    padding-right: 0;
}

.pl-0 {
    padding-left: 0;
}

.pr-0 {
    padding-right: 0;
}

.pr-30 {
    padding-right: 30px;
}

.pl-70 {
    padding-left: 70px;
}

.pr-70 {
    padding-right: 70px;
}

.plr-20 {
    padding-left: 20px;
    padding-right: 20px;
}

.ptb-0 {
    padding-top: 0px;
    padding-bottom: 0px;
}

.pt-0 {
    padding-top: 0px;
}

.pb-0 {
    padding-bottom: 0px;
}

.pt-30 {
    padding-top: 30px;
}

.ptb {
    padding-top: 80px;
    padding-bottom: 80px;
}

.pt {
    padding-top: 110px;
}

.pb {
    padding-bottom: 110px;
}

.ptb-15 {
    padding-top: 15px;
    padding-bottom: 15px;
}

.pt-15 {
    padding-top: 15px;
}

.pb-15 {
    padding-bottom: 15px;
}

.ptb-60 {
    padding-top: 80px;
    padding-bottom: 80px;
}

.pt-60 {
    padding-top: 60px;
}

.pb-60 {
    padding-bottom: 60px;
}

.pb-40 {
    padding-bottom: 40px;
}

.ptb-40 {
    padding-bottom: 40px;
    padding-top: 40px;
}

.ptb-80 {
    padding-top: 80px;
    padding-bottom: 80px;
}

.pt-80 {
    padding-top: 80px;
}

.pb-80 {
    padding-bottom: 80px;
}

.pt-50 {
    padding-top: 50px;
}

.pb-50 {
    padding-bottom: 50px;
}

.pb-70 {
    padding-bottom: 70px;
}

.pb-38 {
    padding-bottom: 38px;
}

.mtb-0 {
    margin-top: 0px;
    margin-bottom: 0px;
}

.mlr-0 {
    margin-left: 0px;
    margin-right: 0px;
}

.mt-0 {
    margin-top: 0px;
}

.mb-0 {
    margin-bottom: 0px;
}

.ml-0 {
    margin-left: 0px;
}

.mr-0 {
    margin-right: 0px;
}
`
.mtb-80 {
    margin-top: 80px;
    margin-bottom: 80px;
}

.mt-20 {
    margin-top: 20px;
}

.mt-80 {
    margin-top: 80px;
}

.mb-80 {
    margin-bottom: 80px;
}

.mtb-60 {
    margin-top: 60px;
    margin-bottom: 60px;
}

.mt-60 {
    margin-top: 60px;
}

.mb-60 {
    margin-bottom: 60px;
}

.mtb-45 {
    margin-top: 45px;
    margin-bottom: 45px;
}

.mt-45 {
    margin-top: 45px;
}

.mb-45 {
    margin-bottom: 45px;
}

.mt-40 {
    margin-top: 40px;
}

.mb-35 {
    margin-bottom: 35px;
}

.mb-20 {
    margin-bottom: 20px;
}

.mtb-30 {
    margin-top: 30px;
    margin-bottom: 30px;
}

.ml-15 {
    margin-left: 15px;
}

.mt-30 {
    margin-top: 30px;
}

.mb-30 {
    margin-bottom: 30px;
}

.ml-30 {
    margin-left: 30px;
}

.mr-30 {
    margin-right: 30px;
}

.mtb-25 {
    margin-top: 25px;
    margin-bottom: 25px;
}

.mt-25 {
    margin-top: 25px;
}

.mb-25 {
    margin-bottom: 25px;
}

.mtb-15 {
    margin-top: 15px;
    margin-bottom: 15px;
}

.mt-15 {
    margin-top: 15px;
}

.mt-10 {
    margin-top: 10px;
}

.mb-15 {
    margin-bottom: 15px;
}

.float-left {
    float: left;
}

.float-right {
    float: right;
}

.mt-up {
    margin-top: -100px;
}

@media (min-width: 768px) and (max-width: 991px) {
    .mt-sm-30 {
        padding-top: 30px;
    }
    .float-none-sm {
        float: none;
    }
    .float-left-sm {
        float: left;
    }
    .float-right-sm {
        float: right;
    }
    .pl-sm-0 {
        padding-left: 0;
    }
    .plr-xs-15 {
        padding-right: 15px;
        padding-left: 15px;
    }
    .mb-sm-30 {
        margin-bottom: 30px;
    }
    .padding-sm-25 {
        padding: 25px;
    }
}

@media (max-width: 767px) {
    .text-xs-left {
        text-align: left;
    }
    .pr-xs-0 {
        padding-right: 0;
    }
    .pl-xs-0 {
        padding-left: 0;
    }
    .pr-xs-0 {
        padding-right: 0;
    }
    .plr-xs-15 {
        padding-right: 15px;
        padding-left: 15px;
    }
    .padding-sm-25 {
        padding: 25px;
    }
    .pb-xs-30 {
        padding-bottom: 30px;
    }
    .pt-xs-60 {
        padding-top: 60px;
    }
    .ptb-xs-40 {
        padding-top: 40px;
        padding-bottom: 40px;
    }
    .pt-xs-40 {
        padding-top: 40px;
    }
    .pb-xs-40 {
        padding-bottom: 40px;
    }
    .pb-xs-60 {
        padding-bottom: 60px;
    }
    .ptb-xs-60 {
        padding-top: 60px;
        padding-bottom: 60px;
    }
    .ml-xs-0 {
        margin-left: 0;
    }
    .mtb-xs-0 {
        margin-top: 0px;
        margin-bottom: 0px;
    }
    .mt-xs-0 {
        margin-top: 0px;
    }
    .mb-xs-0 {
        margin-bottom: 0px;
    }
    .mtb-xs-15 {
        margin-top: 15px;
        margin-bottom: 15px;
    }
    .mt-xs-15 {
        margin-top: 15px;
    }
    .mb-xs-15 {
        margin-bottom: 15px;
    }
    .mtb-xs-30 {
        margin-top: 30px;
        margin-bottom: 30px;
    }
    .mt-xs-30 {
        margin-top: 30px;
    }
    .mb-xs-30 {
        margin-bottom: 30px;
    }
    .float-none-xs {
        float: none;
    }
    .float-left-xs {
        float: left;
    }
    .float-right-xs {
        float: right;
    }
}


/*  General Style   ||-----------*/

.no-brdr {
    border: none;
}

.left-bg {
    position: relative;
}

.right-bg {
    position: relative;
}

.left-bg:before {
    content: '';
    width: 50%;
    height: 100%;
    background: #000;
    position: absolute;
    top: 0;
    left: 0;
    display: block;
}

.right-bg {
    position: relative;
}

.right-bg:before {
    content: '';
    width: 36%;
    height: 100%;
    background: #000;
    position: absolute;
    top: 0;
    right: 0;
    display: block;
}

.color {
    color: #daa106;
}

.light-color * {
    color: #fff;
}

.italic {
    font-style: italic;
}

.about-block p {
    line-height: 2;
    line-height: 1.4;
}

.main-last-news.about-block p {
    max-height: 96px;
    overflow: hidden;
}

.v-align {
    display: inline-block;
    vertical-align: top;
}

.btn-text {
    font-size: 13px;
    color: #fff;
    font-family: 'Raleway', sans-serif;
    font-weight: 700;
    line-height: 60px;
    border: 2px solid #daa106;
    padding: 0 40px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    display: inline-block;
    text-transform: uppercase;
    letter-spacing: 1px;
    background: #daa106;
    min-width: 172px;
    height: 60px;
    text-align: center;
    -webkit-transition: all 0.2s linear 0s;
    -moz-transition: all 0.2s linear 0s;
    -ms-transition: all 0.2s linear 0s;
    -o-transition: all 0.2s linear 0s;
    transition: all 0.2s linear 0s;
}

.small-btn {
    padding: 10px 30px;
}

.btn-text:hover {
    background: none;
    color: #daa106;
    text-decoration: none;
}

.icon-box {
    width: 80px;
    height: 80px;
    line-height: 80px;
    background-color: #1fcab8;
    margin: 20px auto;
    color: #fff;
    font-size: 25px;
    text-align: center;
    display: block;
    border-radius: 50%;
}

.width-25per {
    width: 25%;
}

.width-75per {
    width: 75%;
}

@media (min-width: 768px) and (max-width: 991px) {
    .width-25per {
        width: 30%;
    }
    .width-75per {
        width: 70%;
    }
}

@media (max-width: 767px) {
    .width-25per {
        width: 100%;
    }
    .width-75per {
        width: 100%;
    }
}

.half-width {
    width: 50%;
}

@media (max-width: 767px) {
    .half-width {
        width: 100%;
    }
    .img-responsive {
        width: 100%;
    }
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.height-300 {
    height: 300px;
}

.height {
    height: 250px;
}

.border {
    border: 1px solid #ccc;
}

.about-block {
    -webkit-transition: all 0.4s linear 0s;
    -ms-transition: all 0.4s linear 0s;
    transition: all 0.4s linear 0s;
}

.v-line {
    border-left: 3px solid #daa106;
    padding-left: 20px;
}

.big-icon {
    line-height: 185px;
    margin: 20px auto;
    color: #3bafda;
    font-size: 100px;
    text-align: center;
    display: block;
}

.dark-bg,
.hover-bg:hover {
    background: #daa106;
}

.black-bg {
    background: #2C2C2C;
}

.gray-bg {
    background: #f1f1f1;
}

.dark-gray-bg {
    /*background: #eaeff3;*/
}

img {
    max-width: 100%;
}

.mt-15 {
    margin-top: 15px;
}

.box-shadow {
    box-shadow: 14px 14px 0 0 rgba(0, 0, 0, 0.19);
}

.box-shadow-l {
    box-shadow: -14px 14px 0 0 rgba(0, 0, 0, 0.19);
}

@media (max-width: 767px) {
    .box-shadow,
    .box-shadow-l {
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
    }
}

.height-300 {
    height: 236px;
}

.pb-15 {
    padding-bottom: 15px;
}

.m-height {
    min-height: 183px;
}



/*news block*/

.block-latest__news {
    width: 100%;
    height: 230px;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 10px;
    flex-direction: column;
    align-items: center;
}
.block-latest__news-name-news_info {
    order: 2;
    width: 47%;
    overflow: hidden;
    text-overflow: clip;
    max-height: 57%;
}
.block-latest__news-preview_block {
    order: 3;
    width: 45%;
    height: 34%;
    text-overflow: clip;
    overflow: hidden;
    margin-top:7px;
    line-height: 1.18em;
    font-size: 1.13em;
}
.block-latest__news-images {
    order: 0;
    width: 47%;
    height: 100%;
}
@media screen and (max-width: 992px) {
  .block-latest__news_block.col-sm-6 {
    /*width: 100%;*/
    /*display:flex;*/
  }
  .module-flex-items_last-news-modules {
    display: flex;
    flex-direction: column;
  }
  .block-latest__news-images {
    width: 35%; 
  }
}

@media screen and (max-width: 768px) {
  .container{
      max-width: 99%;
  }
  .block-latest__news{

  }
  /*.block-latest__news {*/
    /*height:auto;*/
    /*flex-wrap: nowrap;*/
    /*flex-direction: column;*/
    /*align-items: center;*/
  /*}*/
  /*.block-latest__news-images {*/
      /*order: 2;*/
      /*width: 100%;*/
      /*height:60%;*/
  /*}*/
  /*.block-latest__news-preview_block {*/
    /*width: 100%;*/
    /*!*height: 10%;*!*/
    /*min-height: 30px;*/
    /*padding-top:0px;*/
    /*text-align: justify;*/
  /*}*/
  /*.block-latest__news-name-news_info {*/
    /*order: 1;*/
    /*width: 100%;*/
    /*height:auto;*/
    /*!*max-height: 30%;*!*/
    /*justify-content: center;*/
  /*}*/
  /*.block-latest__news-images svg {*/
    /*display: block;*/
    /*width: 100%;*/
    /*height: 100%;*/
  /*}*/
}



/*end news block*/


/*  Box Hover Style   ||-----------*/

.grid figure {
    position: relative;
    overflow: hidden;
    margin: 10px 1%;
    background: #133642;
    text-align: center;
    cursor: pointer;
}

.grid figure img {
    position: relative;
    display: block;
    max-width: 100%;
    opacity: 0.5;
}

.grid figure figcaption {
    padding: 2em;
    color: #fff;
    text-transform: uppercase;
    font-size: 1.25em;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.grid figure figcaption::before,
.grid figure figcaption::after {
    pointer-events: none;
}

.grid figure figcaption,
.grid figure figcaption>a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


/* Anchor will cover the whole item by default */


/* For some effects it will show as a button */

.grid figure figcaption>a {
    z-index: 1000;
    text-indent: 200%;
    white-space: nowrap;
    font-size: 0;
    opacity: 0;
}

.grid figure h2 {
    word-spacing: -0.15em;
    font-size: 19px;
}

.grid figure h2 span {
    font-weight: 800;
}

.grid figure h2,
.grid figure p {
    margin: 0;
}

.grid figure p {
    letter-spacing: 1px;
    font-size: 68.5%;
}


/*---------------*/


/***** Sadie *****/


/*---------------*/

figure.effect-sadie figcaption::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: -webkit-linear-gradient(top, rgba(72, 76, 97, 0) 0%, rgba(72, 76, 97, 0.8) 75%);
    background: linear-gradient(to bottom, rgba(72, 76, 97, 0) 0%, rgba(72, 76, 97, 0.8) 75%);
    content: '';
    opacity: 0;
    -webkit-transform: translate3d(0, 50%, 0);
    transform: translate3d(0, 50%, 0);
}

figure.effect-sadie h2 {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    color: #fee;
    -webkit-transition: -webkit-transform 0.35s, color 0.35s;
    transition: transform 0.35s, color 0.35s;
    -webkit-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0);
}

figure.effect-sadie figcaption::before,
figure.effect-sadie p {
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
}

figure.effect-sadie p {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 2em;
    width: 100%;
    opacity: 0;
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
}

figure.effect-sadie:hover h2 {
    color: #fff;
    -webkit-transform: translate3d(0, -50%, 0) translate3d(0, -40px, 0);
    transform: translate3d(0, -50%, 0) translate3d(0, -40px, 0);
}

figure.effect-sadie:hover figcaption::before,
figure.effect-sadie:hover p {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}


/*-----------------*/


/***** Goliath *****/


/*-----------------*/

figure.effect-goliath {
    background: #0e332f;
}

figure.effect-goliath img,
figure.effect-goliath h2 {
    -webkit-transition: -webkit-transform 0.35s;
    transition: transform 0.35s;
}

figure.effect-goliath img {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

figure.effect-goliath h2,
figure.effect-goliath p {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 30px;
}

figure.effect-goliath p {
    text-transform: none;
    font-size: 90%;
    opacity: 0;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: translate3d(0, 50px, 0);
    transform: translate3d(0, 50px, 0);
}

figure.effect-goliath:hover img {
    -webkit-transform: translate3d(0, -100px, 0);
    transform: translate3d(0, -100px, 0);
}

figure.effect-goliath:hover h2 {
    -webkit-transform: translate3d(0, -100px, 0);
    transform: translate3d(0, -100px, 0);
}

figure.effect-goliath:hover p {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.grid figure.effect-goliath {
    margin: 0;
}


/*---------------*/


/***** Zoe *****/


/*---------------*/

.grid figure.effect-zoe {
    background: none;
}

.grid figure.effect-zoe img {
    opacity: 1;
}

figure.effect-zoe figcaption {
    top: auto;
    bottom: 0;
    padding: 1em;
    height: 4.45em;
    background: #1fcab8;
    -webkit-transition: -webkit-transform 0.35s;
    transition: transform 0.35s;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
}

figure.effect-zoe .name-block {
    float: left;
}

figure.effect-zoe p.icon-links {
    float: right;
    margin-top: 8px;
}

figure.effect-zoe p.icon-links a {
    float: left;
    color: #323232;
    font-size: 1.4em;
}

figure.effect-zoe:hover p.icon-links a:hover,
figure.effect-zoe:hover p.icon-links a:focus {
    color: #252d31;
}

figure.effect-zoe p.description {
    position: absolute;
    bottom: 5em;
    padding: 2em;
    color: #000;
    text-transform: none;
    font-size: 15px;
    opacity: 0;
    -webkit-transition: opacity 0.35s;
    transition: opacity 0.35s;
    -webkit-backface-visibility: hidden;
    /* Fix for Chrome 37.0.2062.120 (Mac) */
    background: rgba(31, 202, 184, 0.67);
    left: 0;
}

figure.effect-zoe .name-block,
figure.effect-zoe p.icon-links a {
    -webkit-transition: -webkit-transform 0.35s;
    transition: transform 0.35s;
    -webkit-transform: translate3d(0, 200%, 0);
    transform: translate3d(0, 200%, 0);
}

figure.effect-zoe p.icon-links a span::before {
    display: inline-block;
    padding: 8px 10px;
    speak: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

figure.effect-zoe h2 {
    display: inline-block;
}

figure.effect-zoe:hover p.description {
    opacity: 1;
}

figure.effect-zoe:hover figcaption,
figure.effect-zoe:hover .name-block,
figure.effect-zoe:hover p.icon-links a {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

figure.effect-zoe:hover .name-block {
    -webkit-transition-delay: 0.05s;
    transition-delay: 0.05s;
}

figure.effect-zoe:hover p.icon-links a:nth-child(3) {
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s;
}

figure.effect-zoe:hover p.icon-links a:nth-child(2) {
    -webkit-transition-delay: 0.15s;
    transition-delay: 0.15s;
}

figure.effect-zoe:hover p.icon-links a:first-child {
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s;
}


/* -------------------------------------*/


/* Carousel-Theme (Slider Elements - Bullets, Pagination, etc..) ---------*/


/* -------------------------------------*/

.owl-nav {
    position: static;
}

.owl-carousel.white .owl-controls .owl-page span {
    background: none repeat scroll 0 0 #fff;
}

.owl-carousel.white .owl-controls .owl-page.active span {
    background: #e6ae49;
}

.nf-carousel-theme {}

.nf-carousel-theme .owl-controls .owl-pagination {
    position: absolute;
    z-index: 2;
    left: 0;
    text-align: center;
    width: 100%;
    margin-top: 15px;
}

.nf-carousel-theme .owl-controls .owl-nav .owl-prev,
.nf-carousel-theme .owl-controls .owl-nav .owl-next {
    width: 31px;
    height: 31px;
    line-height: 31px;
    font-size: 16px;
    margin-top: -15px;
    color: #fff;
}

.content-carousel .owl-controls .owl-nav .owl-prev,
.content-carousel .owl-controls .owl-nav .owl-next,
.image-slider .owl-controls .owl-nav .owl-prev,
.image-slider .owl-controls .owl-nav .owl-next,
.fullwidth-slider .owl-controls .owl-nav .owl-prev,
.fullwidth-slider .owl-controls .owl-nav .owl-next,
.nf-carousel-theme .owl-controls .owl-nav .owl-prev,
.nf-carousel-theme .owl-controls .owl-nav .owl-next {
    background: #1fcab8;
    color: #fff;
    display: block;
    top: 50%;
    transition: all 0.25s ease 0s;
    -o-transition: all 0.25s ease 0s;
    -moz-transition: all 0.25s ease 0s;
    -webkit-transition: all 0.25s ease 0s;
    z-index: 3;
    position: absolute;
    text-align: center;
}

.content-carousel .owl-controls .owl-nav .owl-prev:hover,
.content-carousel .owl-controls .owl-nav .owl-next:hover,
.image-slider .owl-controls .owl-nav .owl-prev:hover,
.image-slider .owl-controls .owl-nav .owl-next:hover,
.fullwidth-slider .owl-controls .owl-nav .owl-prev:hover,
.fullwidth-slider .owl-controls .owl-nav .owl-next:hover,
.nf-carousel-theme .owl-controls .owl-nav .owl-prev:hover,
.nf-carousel-theme .owl-controls .owl-nav .owl-next:hover {
    color: #fff;
}

.content-carousel .owl-controls .owl-nav .owl-next,
.image-slider .owl-controls .owl-nav .owl-next,
.fullwidth-slider .owl-controls .owl-nav .owl-next,
.nf-carousel-theme .owl-controls .owl-nav .owl-next {
    right: 0;
}

.nf-carousel-theme .owl-controls .owl-nav .owl-prev {
    left: 0;
    margin-left: -51px;
    opacity: 0;
}

.nf-carousel-theme .owl-controls .owl-nav .owl-next {
    right: 0;
    margin-right: -51px;
    opacity: 0;
}

.content-carousel:hover .owl-controls .owl-nav .owl-prev,
.content-carousel:hover .owl-controls .owl-nav .owl-next,
.image-slider:hover .owl-controls .owl-nav .owl-prev,
.image-slider:hover .owl-controls .owl-nav .owl-next,
.fullwidth-slider:hover .owl-controls .owl-nav .owl-prev,
.fullwidth-slider:hover .owl-controls .owl-nav .owl-next,
.nf-carousel-theme:hover .owl-controls .owl-nav .owl-prev,
.nf-carousel-theme:hover .owl-controls .owl-nav .owl-next {
    margin-right: 0;
    margin-left: 0;
    opacity: 1;
}

.owl-prev,
.owl-next {
    position: absolute;
    top: 0;
    height: 100%;
    width: 0;
    background: rgba(25, 169, 153, 0.56);
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    font-size: 25px;
    overflow: hidden;
    color: #fff;
    text-align: center;
}

.owl-nav i {
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

.owl-prev {
    left: 0;
}

.owl-next {
    right: 0;
}


/*Form Style   ||-----------*/

button {
    outline: none;
    border: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    cursor: pointer;
    display: inline-block;
}

button,
input,
textarea,
select {
    font-family: 'Raleway', sans-serif;
    font-size: 12px;
}

input[type="text"],
input[type="email"],
input[type="tel"],
input[type="number"],
input[type="password"],
input[type="radio"],
input[type="checkbox"],
textarea,
select {
    appearance: none;
    -webkit-appearance: none;
    border: 1px solid #fff;
    -webkit-border-radius: 0px;
    border-radius: 0px;
    color: #202020;
    outline: none;
    font-weight: 400;
    letter-spacing: 1px;
    font-size: 13px;
    padding: 12px 15px;
    transition: all 0.2s ease 0s;
    -moz-transition: all 0.2s ease 0s;
    -webkit-transition: all 0.2s ease 0s;
    -o-transition: all 0.2s ease 0s;
    display: inline-block;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="tel"]:focus,
input[type="number"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus,
input[type="password"]:focus,
textarea:focus {
    outline: none;
    color: #323232;
}

input,
textarea,
select {
    margin-bottom: 20px;
    font-family: 'Raleway', sans-serif;
    font-size: 12px;
}

input.input-sm,
.input-sm {
    padding: 8px 15px;
}

textarea {
    height: 120px;
}

label {
    color: #323232;
    font-size: 13px;
    margin-bottom: 10px;
    padding-right: 3px;
    margin-top: 6px;
    font-weight: 600;
    font-family: 'Raleway', sans-serif;
}

.form-full {
    width: 100%;
}

.form-field-wrapper {
    margin-bottom: 20px;
}

.form-field-wrapper input,
.form-field-wrapper textarea,
.form-field-wrapper select {
    margin-bottom: 0px;
}

select.input-sm {
    height: 37px;
    line-height: 1;
}

form .error {
    border-color: #e1534f;
}

form label.error {
    margin-bottom: 0px;
    margin-top: 3px;
    color: #e1534f;
    font-size: 12px;
    font-weight: 400;
}

.successContent,
.errorContent {
    margin-bottom: 20px;
    display: none;
    text-transform: none;
    letter-spacing: 1px;
}


/*-------------------------------------------------------------------------------------------*/


/* HEADER         ||---------------------------- */


/*-------------------------------------------------------------------------------------------*/


/*  Header Style   ||-----------*/

.wrapper {
    position: relative;
    width: 100%;
    overflow: hidden;
    background: #fff;
}

.boxed {
    margin-left: auto;
    margin-right: auto;
    max-width: 1170px;
}

#header,
.header {
    /* 	background: #314555; */
    /* background: radial-gradient(#314555, #2D5CA6); */
    background: radial-gradient(circle, #2D5CA6, #114D82);
}

#header.header-1 {
    background: #fff;
}

.logo,
.nav-bg {
    position: relative;
    z-index: 9;
}

.logo a {
    display: inline-block;
    padding: 26px 0;
}

.header-1 .logo a {
    display: inline-block;
    padding: 26px 0 20px;
}

@media (min-width: 992px) {
    .header-1 .logo a {
        padding: 18px 0 20px;
    }
}

.menu {
     border-bottom: 4px solid #1fcab8;
    border-top: 4px solid #1fcab8;
    height: 29px;
    position: absolute;
    /* right: 29px; */
    /*top: 100px;*/
    top: 15px;
    /*width: 44px;*/
    width: 34px;
    background: none;
    z-index: 10;
    left: 20px;
}

.menu:after {
    position: absolute;
    top: 9px;
    right: 0;
    content: '';
    width: 100%;
    height: 4px;
    background: #1fcab8;
}

.header ul {
    float: right;
    list-style: none;
    padding: 0;
    margin: 0;
}

.header ul li {
    float: left;
}

.navigation>ul {
    position: relative;
}

.navigation ul li a {
    font-size: 12px;
    font-family: 'Raleway', sans-serif;
    font-weight: 600;
    text-decoration: none;
    text-transform: uppercase;
}

.navigation>ul>li>a {
    display: block;
    padding: 38px 16px;
    color: #323232;
    transition: all 0.25s ease 0s;
    -webkit-transition: all 0.25s ease 0s;
    -moz-transition: all 0.25s ease 0s;
    -o-transition: all 0.25s ease 0s;
    outline: none;
}

.navigation>ul>li:last-child a {
    padding-right: 0;
}

.navigation>ul>li>ul.sub-nav {
    left: 0px !important;
}

.navigation ul li ul li a {
    font-size: 12px;
    font-weight: normal;
}

.navigation .sub-nav {
    left: 100%;
    border-top: 20px solid transparent;
    position: absolute;
    top: 102%;
    min-width: 200px;
    width: 100%;
    z-index: 3;
    background-clip: padding-box;
    padding: 0;
    transition: top 0.3s ease 0s, visibility 0.2s ease 0.2s, opacity 0.2s ease 0.1s;
    -webkit-transition: top 0.3s ease 0s, visibility 0.2s ease 0.2s, opacity 0.2s ease 0.1s;
    -moz-transition: top 0.3s ease 0s, visibility 0.2s ease 0.2s, opacity 0.2s ease 0.1s;
    -ms-transition: top 0.3s ease 0s, visibility 0.2s ease 0.2s, opacity 0.2s ease 0.1s;
    -o-transition: top 0.3s ease 0s, visibility 0.2s ease 0.2s, opacity 0.2s ease 0.1s;
    opacity: 0;
    visibility: hidden;
    background-color: #2a3b48;
    -webkit-backface-visibility: hidden;
}

.navigation .sub-nav li {
    display: block;
    float: none;
    margin: 0;
    border-bottom: 1px solid #314351;
    padding-bottom: 0;
    position: relative;
    line-height: 18px;
    
}

.navigation li:hover>.sub-nav {
    opacity: 1;
    top: 80%;
    transition: top 0.1s ease 0s;
    -webkit-transition: top 0.1s ease 0s;
    visibility: visible;
}

.navigation li.sub-menu .sub-nav {
    border: none;
    opacity: 0;
    top: 0;
    visibility: visible;
    left: auto;
    right: 110%;
    visibility: hidden;
    transition: all 0.1s ease 0s;
    -webkit-transition: all 0.1s ease 0s;
}

.navigation li.sub-menu:hover .sub-nav {
    visibility: visible;
    opacity: 1;
    right: 100%;
    transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
}

.navigation li i.cursor {
    display: block;
    position: absolute;
    top: 0;
    height: 100%;
    right: 0px;
    background: hsla(0, 0%, 0%, 0.15);
}

.navigation li i.cursor:before {
    display: block;
    position: absolute;
    top: 43%;
    top: calc(50% - 3px);
    right: 8px;
    border-right: 1px solid #b2bac7;
    border-top: 1px solid #b2bac7;
    padding: 3px;
    transform: rotate(45deg);
    content: '';
}

.navigation>ul>li>i.cursor {
    display: none
}

.header-2 .navigation li:hover ul .sub-nav {
    top: 0px;
    border-top: 0px;
}

.header-2 .navigation>ul>li.main-menu-online {
   /* float: right;
    left: 3%;
    border-left: 0px;
    position: relative;*/
    
    
    left: auto;
    right: 0;
    position: absolute;
    bottom: 70px;
    background: #1c528f;
    border-left: none;
}

.header-2 .navigation>ul>li.main-menu-online>a {
    font-size: 10px;
    padding: 0 10px;
    margin: 0px;
    color: #fff;
}

li.main-menu-online i {
    display: block;
    top: 50%;
    margin-top: -6px;
    left: -5px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    position: absolute;
    transition: .5s;
    background: #0aab3c;
}

li.main-menu-online i:before,
li.main-menu-online i:after {
    content: '';
    position: absolute;
    border: 1px solid #0aab3c;
    left: -10px;
    right: -10px;
    top: -10px;
    bottom: -10px;
    border-radius: 50%;
    animation: pulse 1.8s linear infinite;
    opacity: 0;
}

li.main-menu-online i:after {
    animation-delay: .5s;
}

@keyframes pulse {
    0% {
        transform: scale(0.5);
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
    100% {
        transform: scale(1.2);
        opacity: 0;
    }
}

@media only screen and (min-width: 768px) {
    .navigation .sub-nav li:hover {
        background: #263642;
    }
}

.navigation .sub-nav li:last-child {
    border-bottom: 0;
}

.navigation .sub-nav li a {
    padding: 8px 25px 8px 15px;
    display: block;
    color: #fff;
}

.navigation .sub-nav li.current {
    background: #4ec4e8
}

.header-2 .navigation>ul>li.current {
    /*background: #eaeff3*/
    color: #fff;
}


/*Top bar*/

.top-bar-section {
    padding-top: 10px;
    padding-bottom: 10px;
    background: #1a2731;
    color: #fff;
}

.header-1 .top-bar-section {
    background: #f7f7f7;
}

.top-social-icon {
    float: right;
}

.top-social-icon {
    text-align: center;
}

.top-bar-section.top-bar-bg-color a {
    color: #fff;
}

.top-contact a i {
    padding-left: 5px;
    padding-right: 5px;
}

.top-social-icon {
    float: right;
}


/* .top-social-icon {
	text-align: center;
	margin-right: 30px;
} */

.top-social-icon {
    text-align: center;
    margin-right: 0%;
}

.top-social-icon ul {
    margin: 0;
    padding: 0;
}

.top-social-icon li {
    margin-left: 10px;
}

.top-contact .welcome-text {
    padding-top: 8px;
    letter-spacing: 0.5px;
    display: block;
    font-weight: 600;
    font-size: 10px;
    color: #a9b1b8;
    text-transform: uppercase;
}

.header-1 .top-contact .welcome-text {
    color: #2c3740;
}

.welcome-text i {
    margin-right: 6px;
}

.top-bar-section a i {
    font-size: 16px;
}

.top-social-icon a.btn {
    padding: 9px 20px;
}

.top-social-icon a.btn:hover {
    color: #1fcab8;
}

.link-hover-black>a:last-child {
    margin-left: 10px;
}

.icons-hover-black i {
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    margin: 5px 1px 5px 0;
    display: inline-block;
    background: #314555;
    color: #fff;
    -webkit-transition: all 0.2s ease 0s;
    -moz-transition: all 0.2s ease 0s;
    -ms-transition: all 0.2s ease 0s;
    -o-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
}

.icons-hover-black i:hover {
    background: #1fcab8;
}


/*  Header style 2   ||-----------*/

.header-2 .primary-header {
    background: #fff;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}

.header-2 .navigation>ul {
    float: left;
    width: 100%
}

.header-2 .navigation>ul>li {
    border-left: 1px solid #dedddd;
    position: relative;
}

.navigation_wrapper {
    display: none;
    width: 100%;
    height: 100%;
    position: absolute;
    background: #dedddd;
    margin-left: 100%;
    z-index: 1;
    box-shadow: 0px 10px 10px #0006;
}

.navigation ul li:hover ul .navigation_wrapper {
    display: block;
}

.navigation ul ul ul {}

@media only screen and (min-width: 768px) {
    .header-2 .navigation>ul>li:hover {
        background: #2a3b48;
    }
}

.header-2 .navigation>ul>li>a {
    color: #314555;
    padding: 18px 32px;
}

.header-2 .navigation li:hover>a {
    color: #fff;
}

.header-2 .navigation li:hover .sub-nav {
    top: 67%;
}

.call-us ul {
    list-style-type: none;
    line-height: 1.3;
    padding-top: 22px;
}

.call-us ul li {
    display: inline-block;
    font-weight: bold;
    padding: 0px 1px 0px 33px;
    vertical-align: top;
    position: relative;
}

.call-us ul li.phone-nomber {
    padding-top: 4px;
}

/* .call-us ul li:first-child:after {
    content: "";
    background: #d5dce4;
    display: block;
    position: absolute;
    right: -15px;
    top: -5px;
    width: 1px;
    height: 67px;
} */


/* .call-box {
	display: inline-block;
    font-weight: 600;
    font-size: 12px;
    color: rgba(255, 255, 255, 0.58);
    text-transform: uppercase;
} */


/* .call-box {
    display: inline-block;
    font-weight: 600;
    padding-left: 10px;
    font-size: 12px;
    color: rgba(255, 255, 255, 0.58);
    text-transform: uppercase;
} */

.call-box {
    display: inline-block;
    font-weight: 600;
    padding-left: 3px;
    font-size: 13px;
    color: rgba(255, 255, 255, 0.85);
    text-transform: uppercase;
    right: 3%;
    position: absolute;
    top: 13px;
}

.call-box>span {
    display: block;
}

.call-us .phone-nomber i {
    font-size: 23px;
    margin-right: 12px;
    vertical-align: top;
    margin-top: 0;
    display: inline-block;
    color: rgba(255, 255, 255, 0.58);
}

.call-us i.ion-ios-email-outline {
    margin-top: -10px;
}

.call-us ul li .position {
    float: left;
    display: inline;
    margin-left: 6px;
    margin-right: 6px;
    padding-top: 5px;
    color: rgba(255, 255, 255, 0.58);
}

.call-us ul li .icon-fa {
    font-size: 50px;
    font-weight: 400;
    font-family: oswald;
    float: left;
    display: inline;
    margin-left: 3px;
    margin-right: 3px;
    color: rgba(255, 255, 255, 0.58);
    line-height: 47px;
}

.call-us ul li .time_block {
    color: #fff;
    font-size: 10px;
    font-weight: 500;
    padding-bottom: 2px;
}

.call-us ul li .date-block {
    color: #fff;
    font-weight: 600;
    font-size: 14px;
    font-family: open sans;
}

.call-us ul li .date-block span {
    display: block;
    font-size: 10px;
    color: #a9b1b8;
}

.call-us ul li a {
    font-size: 22px;
    color: #fff;
    line-height: 1;
    transition: 1s all ease;
    -webkit-transition: 1s all ease;
}

.call-us ul li.phone-nomber a {
    font-size: 24px;
}

/* .call-us ul li:first-child {
    padding-left: 49px;
} */

.mailing-icon {
    margin-right: 7px;
}

.icons-hover-black .mailing-icon i {
    background: none;
    width: 20px;
    color:#21b5e2;
    font-size: 17px;
}

.header-2 .top-bar-section {
    background: #F7F7F7;
    border-bottom: 1px solid #364f63;
    padding: 0px;
}

body .header-2 .top-bar-section {
    background: #1a2731;
}

.header-2 .top-bar-section.top-bar-bg-color a,
.header-2 .top-social-icon li {
    color: #fdfdfd;
    font-size: 14px;
    margin-left: 3px;
}

.header-2 .top-bar-section.top-bar-bg-color a:hover,
.call-us ul li a:hover {
    color: #1fcab8;
}

.col-right {
    text-align: right;
}

.col-right .opening {
    float: right;
    text-align: left;
    padding: 25px 0 0 33px
}

.header .col-right ul,
.header .col-right ul li {
    float: none;
    position: relative;
    color: #2c3740;
    font-weight: bold;
}

.header .col-right ul li span,
.header .col-right ul li * {
    color: #2c3740;
}

.col-right .call-us {
    display: inline-block;
    text-align: right;
    float: none;
}

.col-right .opening ul:after {
    content: "";
    background: #d5dce4;
    display: block;
    position: absolute;
    left: -15px;
    top: -9px;
    width: 1px;
    height: 67px;
}

.header-style {
    box-shadow: 0 0px 1px 1px rgba(0, 0, 0, 0.1);
}

.header-style,
.header-1 .nav-wrap {
    box-shadow: 0 0px 1px 1px rgba(0, 0, 0, 0.1);
}

.header-1 .nav-wrap {
    position: relative;
}

.header-1 .nav-wrap:after {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    width: 0;
    height: 0;
    border-right-color: transparent;
    border-top-color: transparent;
    border-bottom-color: #1fcab8;
    border-left-color: #1fcab8;
    border-style: solid;
    border-top-width: 46px;
    border-right-width: 34px;
    border-bottom-width: 40px;
    border-left-width: 40px;
    margin-left: -338px;
}

.header-1 .nav-wrap:before {
    content: '';
    width: 50%;
    height: 86px;
    background: #1fcab8;
    position: absolute;
    top: 0;
    left: -338px;
}

.header-1 .navigation>ul>li>a {
    padding: 30px 16px;
}

.fix-header #header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
}

.module-flex-items {
    display: flex;
    flex-wrap: wrap;
    align-items: start;
}

.module-flex-items .two-items {
    width: 50%;
    display: flex;
    flex-wrap: wrap;
    align-items: start;
    margin-bottom: 20px;
}

.module-flex-items .two-items:nth-child(1n) {
    padding-right: 20px;
    padding-left: 0px
}

.module-flex-items .two-items:nth-child(2n) {
    padding-left: 20px;
    padding-right: 0px;
}

.two-items h3 {
    margin: 0px;
    font-size: 18px;
    margin-bottom: 10px;
    line-height: 20px;
    word-wrap: break-word;
}

.module-flex-items .two-items p {
    max-height: 82px;
    overflow: hidden;
    font-size: 12px;
    margin-bottom: 0px;
}

.module-main-title-info {
    font-size: 12px;
    color: #9a9a9a;
    position: relative;
}

.module-main-title-info span {
    display: inline-block
}

.module-main-title-info .postview {
    margin-left: 8px;
    padding-left: 10px;
}

.module-main-title-info .postview i {
    font-size: 19px;
    line-height: 0px;
    position: absolute;
    margin-top: 1px;
    margin-left: -17px;
}

.module-main-title-info .fb_iframe_widget {
    position: absolute;
    top: -3px;
    margin-left: 8px;
}

.ptb-main {
    padding: 40px 0px 40px 0px;
}

@media only screen and (min-width: 767px) {
    #header.fix .nav-wrap,
    #header.fix .primary-header,
    .header-style.fix-header {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        z-index: 999999;
    }
    #header.fix .nav-wrap,
    .header-style.fix-header {
        background: #fff;
    }
    .p-top {
        padding-top: 157px;
    }
}

.boxed #header.fix .nav-wrap,
.boxed #header.fix .primary-header,
.boxed .header-style.fix-header {
    max-width: 1170px;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
}

@media (min-width: 992px) and (max-width: 1199px) {
    .header-2 .navigation>ul>li>a {
        padding-left: 28px;
        padding-right: 28px;
    }
    .header.header-2 .navigation>ul>li>a {
        padding-left: 28px;
        padding-right: 25px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .navigation {
        margin-left: 0;
    }
    .navigation>ul>li>a {
        padding: 38px 13px;
    }
    .navigation .sub-nav {
        left: -27px;
    }
    .header-1 .nav-wrap:after {
        margin-left: -167px;
    }
    .header-1 .nav-wrap:before {
        left: -166px;
    }
    .header-1 .navigation li:hover .sub-nav {
        top: 77%;
    }
    .call-us ul li a {
        font-size: 16px;
    }
    .header-2 .navigation>ul>li>a {
        padding: 18px 23px;
    }
    .header-1 .navigation>ul>li>a {
        padding: 30px 10px;
    }
    .header.header-2 .navigation>ul>li>a {
        padding: 18px 7px;
    }
    .navigation .btn-text {
        padding: 0 10px;
        min-width: 160px;
    }
    .top-contact .welcome-text {
        font-size: 11px;
    }
}

@media (max-width: 767px) {
    .module-flex-items .two-items {
        width: 100%;
        margin-bottom: 20px;
    }
    .module-flex-items .two-items:nth-child(1n),
    .module-flex-items .two-items:nth-child(2n) {
        padding: 0px;
    }
    .container {
        margin: 0 auto;
        max-width: 480px;
        width: 100%;
    }
    .header ul,
    .header ul li {
        float: none;
    }
    .top-social-icon {
        text-align: center;
    }
    .top-social-icon ul li {
        display: inline-block;
        margin: 0 4px;
    }
    .top-social-icon ul li:last-child,
    .top-social-icon ul li:last-child a {
        width: 100%;
        margin: 0;
    }
    .story-content,
    .video-frame {
        width: 100%;
        margin-left: 0;
        margin-right: 0;
        float: none;
    }
    .logo a {
        padding: 29px 0px;
    }
    .header-1 .logo a {
        padding: 26px 0 20px;
    }
    .navigation {
        display: none;
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        z-index: 9;
        background: #314555;
    }
    .header-1 .navigation {
        top: 1px;
    }
    .navigation ul li {
        border-bottom: 1px solid #fff;
    }
    .header-2 .navigation>ul>li {
        border-left: none;
    }
    .navigation>ul>li>a,
    .header-2 .navigation>ul>li>a,
    .navigation>ul>li:last-child a,
    .header-1 .navigation>ul>li>a {
        padding: 10px 15px;
        color: #fff;
    }
    .header-2 .primary-header {
        border-bottom: 1px solid #fff;
        background: none;
    }
    .navigation .sub-nav,
    .navigation li.sub-menu .sub-nav,
    .navigation li.sub-menu:hover .sub-nav {
        position: static;
        opacity: 1;
        visibility: visible;
        width: 100%;
        border-top: none;
        transition: inherit;
        -webkit-transition: inherit;
        padding: 0;
    }
    .navigation ul li i {
        color: #fff;
        font-size: 25px;
        position: absolute;
        right: 15px;
        top: 9px;
        cursor: pointer;
        pointer-events: none;
    }
    .navigation ul li ul {
        display: none;
    }
    .navigation .on>.ion-ios-plus-empty:before {
        content: '\f462';
        font-family: "Ionicons";
    }
    .nf-col-padding {
        padding-left: 15px;
        padding-right: 15px;
    }
    .footer h5:after {
        margin-bottom: 18px;
    }
    .footer-info .col-xs-12 {
        min-height: 0;
    }
    .call-us ul li a {
        font-size: 24px;
    }
    .col-right .opening ul::after,
    .col-right {
        display: none;
    }
    .header-style .logo {
        padding-bottom: 56px;
    }
    .header-style .navigation {
        top: 163px;
    }
    .header-2 .navigation>ul,
    .top-social-icon {
        float: none;
        ;
    }
    .header-2 .top-social-icon ul li:last-child,
    .header-2 .top-social-icon ul li:last-child a {
        width: auto;
    }
    .header-2 .top-social-icon {
        padding-bottom: 0;
    }
    .header-2 .appointment-button {
        display: block;
        margin: 10px auto;
        width: 200px;
    }
    .header-2 .navigation {
        top: 3px;
    }
    .header-2.header-style .navigation {
        top: 148px;
    }
    .header-1 .nav-wrap:before,
    .header-1 .nav-wrap:after {
        display: none;
    }
    .header-2 .navigation>ul>li.main-menu-online {
        float: initial;
    }
}


/*==============================================================================================*/


/* FOOTER         ||---------------------------- */


/*==============================================================================================*/

.footer {
    background-color: #2d3740;
    background-size: cover;
    color: #f7f7f7;
    position: relative;
    width: 100%;
    display: block;
    overflow: hidden;
}

.footer hr {
    border-color: #eee;
}

.footer .footer-info p {
    color: #7f7f7f;
    margin-bottom: 0px;
}

.footer-info .col-xs-12 {
    /*min-height: 200px;*/
}

.footer-logo {
    max-width: 125px;
    display: inline-block;
    width: 100%;
}

.footer .social,
.contact .social {
    font-size: 17px;
}

.footer ul {
    list-style: none;
    margin: 0px;
    padding: 0px;
}

.footer ul.social li,
.contact ul.social li {
    display: inline-block;
    margin: 0 7px 0 0;
}

.footer .link a {
    font-size: 12px;
    font-weight: 400;
    text-transform: uppercase;
    color: #7f7f7f;
}

.footer h5 {
    color: #f0eded;
    margin-bottom: 30px;
}

.footer .link-small a {
    text-transform: none;
    color: #7f7f7f;
}

.footer address {
    color: #7f7f7f;
    position: relative;
    padding-left: 30px;
}

.footer .blog-link li {
    margin-right: 5px;
    margin-bottom: 15px;
}

.footer .link-small a {
    position: relative;
    padding-left: 29px
}

.footer .link-small li {
    margin-bottom: 20px;
}

.footer .icons-hover-black i {
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    margin-bottom: 15px;
    display: inline-block;
    margin-right: 1px;
    background: #1f272f;
    color: #fff;
}

.footer .blog-link img {
    width: 60px;
    height: 40px;
}

.footer .copyright {
    text-align: center;
    padding: 10px 0 0px;
    background: #29333c;
    font-size: 12px;
    position: relative;
}

.footer .copyright p,
.footer .copyright p a {
    color: #7f7f7f;
}

.footer .post-content {
    font-size: 12px;
    color: #615F5F;
    text-transform: uppercase;
}

.footer .fa-icons {
    font-size: 22px;
    position: absolute;
    top: 0;
    left: 0;
}

.entry-thumbnail {
    float: left;
    margin: 0 15px 0 0;
    max-width: 60px;
    padding-right: 0;
}

.entry-thumbnail {
    float: left;
    margin: 0 15px 0 0;
    max-width: 60px;
    padding-right: 0;
}

.blog-link .fa {
    font-size: 15px;
    margin-right: 8px;
}


/* light footer css */

.light-footer {
    background-color: #EFEFEF;
    border-top: 1px solid #D6D4D4;
    color: #000;
}

.light-footer.footer h5,
.light-footer.footer .footer-info p,
.light-footer.footer .copyright,
.light-footer .copyright a {
    color: #000;
}

.light-footer.footer .copyright {
    border-top: 1px solid #E0DFDF;
    background: #FBFBFB;
}

.light-footer .newsletter .newsletter-input,
.light-footer .newsletter .newsletter-input:focus {
    background: #eee;
    color: #000;
}

.newsletter {
    position: relative;
}

.newsletter form {
    position: relative;
    margin-top: 20px;
}

.newsletter .newsletter-input,
.newsletter .newsletter-input:focus {
    width: 100%;
    border-top: 0px none;
    border-left: 0px none;
    border-right: 0px none;
    padding-right: 40px;
    background: none;
    border-radius: 0;
    border: 1px solid #B1AFAF;
    color: #7f7f7f;
}

.newsletter .newsletter-btn {
    position: absolute;
    top: 0px;
    right: 0px;
    font-size: 18px;
    background: #7f7f7f;
    line-height: 23px;
    border-radius: 0;
    width: 49px;
}

.footer .icons-hover-black {
    padding-top: 10px;
}


/*Footer Style 2*/

.footer-style-2:before {
    content: '';
    width: 517px;
    height: 166%;
    position: absolute;
    top: 0;
    left: 0;
    background: #1fcab8;
    transform: rotate(23deg);
    transform-origin: 100% 0;
    -webkit-transform: rotate(23deg);
    -webkit-transform-origin: 100% 0;
}

.footer-style-2 .icons-hover-black i {
    background: #02695e;
}

.footer-style-2 .footer-info p {
    color: #fff;
    margin-bottom: 15px;
}

.instagram ul {
    margin: 0;
    padding: 0;
}

.instagram li {
    margin: 0 0 4px;
    padding: 0;
    list-style: none;
    display: inline-block;
}

.footer-style-2 .blog-link li {
    margin-right: 0;
    margin-bottom: 15px;
    width: 50%;
    float: left;
}


/*-------------------------------------------------------------------------------------------*/


/*  Main Banner        ||---------------------------- */


/*-------------------------------------------------------------------------------------------*/

.main-banner {
    position: relative;
}

.main-banner .banner-text span {
    font-weight: 600;
    color: #ffffff;
    font-size: 16px;
    display: block;
    margin-bottom: 5px;
    font-family: 'Raleway', sans-serif;
    text-transform: uppercase;
    letter-spacing: 2px;
    line-height: 1;
}

.main-banner .banner-text h2 {
    font-size: 42px;
    color: #ffffff;
    margin-bottom: 10px;
    line-height: 1.3;
}

.main-banner .banner-text p {
    font-family: 'Lora', serif;
    font-style: italic;
    color: #ffffff;
    font-size: 15px;
    margin-bottom: 20px;
    line-height: 1.8;
}

.main-banner .tp-parallax-wrap {}

.main-banner .tp-mask-wrap {
    height: auto;
}

.main-banner .more-btn {
    background: #1fcab8;
    line-height: 30px;
    padding-left: 38px;
    padding-right: 38px;
    font-weight: 700;
    color: #fff;
}

.main-banner li .btn-text {
    line-height: 60px;
    padding-left: 38px;
    padding-right: 38px;
    font-size: 13px;
    font-weight: 700;
}

#wrapper .main-banner .tp-bullets {
    top: auto;
    left: 52%;
    display: block;
    visibility: visible;
    opacity: 1;
    bottom: 66px;
}

.main-banner .tp-bullet {
    width: 26px;
    height: 3px;
    background: #8f8f8f;
}

.main-banner .tp-bullet.selected {
    background: #ffaf36;
}

.tparrows.tp-leftarrow,
.tparrows.tp-rightarrow {
    border: 1px solid #fff;
    z-index: 99;
    cursor: pointer;
    background: none;
    visibility: hidden;
}

.main-banner:hover .tparrows.tp-leftarrow,
.main-banner:hover .tparrows.tp-rightarrow {
    visibility: visible;
}

.tparrows.tp-leftarrow:hover,
.tparrows.tp-rightarrow:hover {
    background: #1fcab8;
    border: 1px solid #1fcab8;
}

.slotholder:before {
    /*border-top: none;*/
    /*border-bottom: none;*/
    /*position: absolute;*/
    /*left: 0;*/
    /*top: 0;*/
    /*width: 100%;*/
    /*height: 100%;*/
    /*z-index: -999;*/
    /*background-color: rgba(0, 0, 0, .4);*/
    /*content: '';*/
}

@media (max-width: 480px) {
    .main-banner .banner-text h2 {
        font-size: 18px;
    }
    .main-banner .banner-text p {
        line-height: 1.2;
        font-size: 15px;
    }
}


/*  Page Intro   ||-----------*/

.inner-intro {
    background-color: #314555;
    background: linear-gradient(to left, #314454, #1a2731);
    height: 130px;
    display: block;
    position: relative;
    overflow: hidden;
}

.inner-intro.inner-intro-small {
    height: 380px;
}

.inner-intro .container {
    position: relative;
    height: 100%;
    display: table;
}

.inner-intro .container .title {
    display: table-cell;
    vertical-align: middle;
    text-align: left;
}


/*.bg-img {
	background: url(../images/hosting-slide3.jpg) 0 0 no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
}*/

.overlay-before:before {
    content: '';
    width: 517px;
    height: 300%;
    position: absolute;
    top: 0;
    left: 0;
    background: #1fcab8;
    transform: rotate(23deg);
    -webkit-transform: rotate(23deg);
    transform-origin: 100% 0;
    -webkit-transform-origin: 100% 0;
    transition: all 1s;
}


/*.overlay-before:hover:before {
	top: -100%;
	transition: all 1s;
	transform: rotate(-23deg);
}*/

.inner-intro h1 {
    font-size: 32px;
}

@media (max-width: 767px) {
    .inner-intro {
        height: 220px;
    }
    .overlay-before:before {
        width: 100%;
        transform: rotate(23deg);
        -webkit-transform: rotate(23deg);
        transform: rotate(0);
        -webkit-transform: rotate(0);
        transform-origin: 100% 0;
        -webkit-transform-origin: 100% 0;
        opacity: 0.9;
    }
}


/*  Testimonial   ||-----------*/

#testimonial .client-pic {
    width: 60px;
    margin: 0 auto;
    display: block;
    border: 3px solid #1fcab8;
}

.client-name {
    padding-top: 10px;
}

.client-name strong,
.client-name span {
    display: block;
    line-height: 1.8;
}

.star i {
    display: inline-block;
    margin: 0 1px;
    color: #1fcab8;
}

#testimonial-section h4 {
    font-size: 14px;
    font-weight: 400;
}

#testimonial-section h4 span {
    text-transform: capitalize;
    font-weight: 300;
    display: inline-block;
    margin-right: 5px;
}

#testimonial .owl-item .item {
    opacity: 0.7;
    -webkit-transform: scale(0.6);
    -moz-transform: scale(0.6);
    -ms-transform: scale(0.6);
    -o-transform: scale(0.6);
    transform: scale(0.8);
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

#testimonial .owl-item.center .item {
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}

#testimonial .owl-controls {
    text-align: center;
    margin-top: 30px;
}

#testimonial .owl-dot {
    display: inline-block;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    border: 2px solid #1fcab8;
    margin: 0 5px
}

#testimonial .owl-dot.active {
    background: #1fcab8;
}


/* ----------------------------------------------------------------------*/


/* Pagination Navigation   --------------------------------------------- */


/* ----------------------------------------------------------------------*/

.pagination-nav {
    width: 100%;
    display: block;
    position: relative;
    text-align: center;
}

.pagination-nav ul {
    margin: 0px;
    padding: 0px;
}

.pagination-nav ul li {
    display: inline-block;
    margin: 0px 2px;
}

.pagination-nav ul li a {
    display: block;
    border: 1px solid #1fcab8;
    color: #1fcab8;
    text-align: center;
    font-size: 16px;
}

.pagination>li>a,
.pagination>li>span {
    padding: 7px 15px;
}

.pagination>li:last-child>a,
.pagination>li:last-child>span,
.pagination>li:first-child>a,
.pagination>li:first-child>span {
    border-radius: 0;
    width: 38px;
    text-align: center;
    padding: 0;
    height: 38px;
    line-height: 30px;
    font-size: 22px;
}

.pagination>.disabled>span,
.pagination>.disabled>span:hover,
.pagination>.disabled>span:focus,
.pagination>.disabled>a,
.pagination>.disabled>a:hover,
.pagination>.disabled>a:focus {
    color: #777;
    cursor: not-allowed;
    background-color: #fff;
    border-color: #ddd;
    padding: 0px;
}

.pagination-nav ul li.active a,
.pagination-nav ul li:hover a {
    background: #1fcab8;
    color: #fff;
}


/* ----------------------------------------------------------------------*/


/* Sidebar Widget   ---------------------------------------------------- */


/* ----------------------------------------------------------------------*/

.sidebar-widget {
    margin-bottom: 50px;
}

.sidebar-widget h4 {
    margin: 0px;
    padding-top: 0;
    padding-bottom: 15px;
}

.widget-search {
    position: relative;
}

.widget-search input[type="text"] {
    padding-right: 30px;
    border: 1px solid #DEDEDE;
    margin-bottom: 0;
}

.widget-search input[type="text"]:focus {
    border: 1px solid #1fcab8;
}

.blog-post-hr input[type="text"],
.blog-post-hr textarea {
    border: 1px solid #DEDEDE;
}

.blog-post-hr input[type="text"]:focus,
.blog-post-hr textarea:focus {
    border: 1px solid #1fcab8;
}

.widget-search input[type="submit"] {
    background-color: rgba(0, 0, 0, 0);
    border: 0 none;
    color: #8d8d8d;
    cursor: pointer;
    display: inline-block;
    float: right;
    font-family: "FontAwesome", sans-serif;
    margin: 0;
    outline: 0 none;
    white-space: nowrap;
    padding: 0 3px;
    text-decoration: none;
    transition: all 0.25s ease 0s;
    -moz-transition: all 0.25s ease 0s;
    -o-transition: all 0.25s ease 0s;
    -webkit-transition: all 0.25s ease 0s;
    position: absolute;
    top: 10px;
    right: 10px;
}

form.search_form {
    position: relative
}

.widget-search input[type="submit"].search_btn {
    width: 20px;
    height: 20px;
    border-right: 2px solid #22b5e2;
    border-bottom: 2px solid #22b5e2;
    transform: rotate(-45deg);
    position: absolute;
    top: 13px;
    right: 14px;
}

.widget-search input[type="submit"].search_btn:hover {
    border-right: 2px solid #2e404f;
    border-bottom: 2px solid #2e404f;
}

.widget-search input[type="submit"]:hover {
    color: #e6ae49;
}

.search_query_results {
    font-size: 22px;
    margin: 0px 0px 30px;
    padding-bottom: 20px;
    border-bottom: 1px solid #dedede;
    font-family: 'Oswald', sans-serif;
}

.search_query_results span {
    font-weight: bold
}

.sidebar-widget hr {
    margin-bottom: 15px;
}

.sidebar-widget ul {
    margin: 0px;
    padding-left: 0px;
}

.sidebar-widget ul li {
    list-style: none;
    font-weight: 400;
}

.sidebar-widget ul li .fa {
    color: #22b5e2;
    margin-right: 10px;
}

.categories li {
    border-bottom: 1px solid #DEDEDE;
}

.sidebar-widget ul li a {
    display: inline-block;
    padding: 4px 0px;
    font-size: 13px;
    color: #323232;
    cursor: pointer;
}

.sidebar-widget .categories li a {
    padding: 10px 0px;
    text-transform: capitalize;
}

.sidebar-widget ul li a:hover {
    color: #1fcab8;
}

.widget-tag {
    display: inline-table;
    margin-top: 15px;
}

.widget-tag li {
    float: left;
    margin-bottom: 5px;
    margin-right: 5px;
    text-transform: uppercase;
}

.widget-tag li a {
    padding: 4px 10px;
    display: block;
    border: 1px solid #1fcab8;
    color: #1fcab8;
}

.sidebar-widget .widget-tag li a:hover {
    background: #1fcab8;
    color: #fff;
}

.sidebar-widget .widget-post {
    position: relative;
}

.sidebar-widget .widget-post .widget-post-media {
    width: 118px;
    display: table-cell;
    padding: 0px 15px 0px 0px;
}

.sidebar-widget .widget-post li {
    margin-bottom: 20px;
}

.sidebar-widget .widget-post a {
    padding: 0px;
}

.sidebar-widget .widget-post .widget-post-media img,
.sidebar-widget .widget-post .widget-post-media video {
    width: 100%;
    vertical-align: top;
}

.sidebar-widget .widget-post .widget-post-info {
    display: table-cell;
    vertical-align: top;
}

.sidebar-widget .widget-post .widget-post-info h5,
.sidebar-widget .widget-post .widget-post-info h6 {
    margin-bottom: 5px;
}

.sidebar-widget .widget-post .widget-post-info p {
    margin: 0px;
}

.sidebar-widget .color-widget {
    overflow: hidden;
}

.sidebar-widget .color-widget li {
    float: left;
    width: 25px;
    height: 25px;
    margin: 0 8px 8px 0;
    border: 1px solid #f1f1f1;
}

.sidebar-widget .red-box {
    background: #FF0000;
}

.sidebar-widget .yellow-box {
    background: #FFD700;
}

.sidebar-widget .blue-box {
    background: #0000FF;
}

.sidebar-widget .green-box {
    background: #008000;
}

.sidebar-widget .orange-box {
    background: #FF4500;
}

.sidebar-widget .light-b-box {
    background: #ADD8E6;
}

.sidebar-widget .black-box {
    background: #000;
}

.sidebar-widget .darkmagenta-box {
    background: #8B008B;
}

.sidebar-widget .darkturquoise-box {
    background: #00CED1;
}

.sidebar-widget .Olive-box {
    background: #00CED1;
}

.sidebar-widget .Orchid-box {
    background: #DA70D6;
}

.sidebar-widget .purple-box {
    background: #800080;
}

.sidebar-widget .darkturquoise-box {
    background: #8B4513;
}

.sidebar-widget .magenta-box {
    background: #FF00FF;
}

.sidebar-widget .SaddleBrown-box {
    background: #8B4513;
}


/*  blog   ||-----------*/

.post-media {
    margin: 0 0 20px;
}

.post-media i {
    display: inline-block;
    font-size: 17px
}

.post-media span {
    display: inline-block;
    margin-right: 15px;
}

.post-content {
    position: relative;
}

.divider {
    border-top: 1px solid #ddd;
}

.item-nav {
    text-align: center;
    display: block;
    overflow: hidden;
}

.item-nav .item-prev,
.item-nav .item-next,
.item-nav .item-all-view {
    position: relative;
    display: inline-block;
}

.item-nav .item-all-view h5,
.item-nav .item-all-view h6 {
    transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
}

.item-nav .item-all-view h5:hover,
.item-nav .item-all-view h6:hover {
    color: #e6ae49;
}

.item-nav .item-prev .prev-btn,
.item-nav .item-next .next-btn,
.item-all-view {
    display: inline-block;
    font-size: 25px;
    text-align: center;
    height: 51px;
    line-height: 51px;
    transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
}

.item-nav .item-prev .prev-btn,
.item-nav .item-next .next-btn {
    color: #fff !important;
    width: 51px;
    line-height: 46px;
    font-size: 42px;
    border: 1px solid #1fcab8;
}

.item-nav .item-prev:hover .prev-btn,
.item-nav .item-next:hover .next-btn {
    background: #1fcab8;
    color: #2d3740;
}

.item-nav .item-prev {
    text-align: left;
    float: left;
}

.item-nav .item-next {
    text-align: right;
    float: right;
}

.item-nav .item-prev .item-prev-text,
.item-nav .item-next .item-next-text {
    position: absolute;
    top: 0px;
    z-index: -1;
    visibility: hidden;
    opacity: 0;
    transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    width: 245px;
    font-size: 14px;
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
}

.item-nav .item-prev:hover .item-prev-text,
.item-nav .item-next:hover .item-next-text {
    margin-left: 0;
    margin-right: 0;
    visibility: visible;
    opacity: 1;
    z-index: 1;
}

.item-nav .item-prev .item-prev-text {
    left: 100%;
    margin-left: -110px;
    padding-left: 15px;
}

.item-nav .item-next .item-next-text {
    right: 100%;
    margin-right: -110px;
    padding-right: 15px;
}

.item-nav .item-prev .item-prev-text p,
.item-nav .item-prev .item-prev-text h5,
.item-nav .item-prev .item-prev-text h6,
.item-nav .item-next .item-next-text p,
.item-nav .item-next .item-next-text h5,
.item-nav .item-next .item-next-text h6 {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
}

.item-nav .item-prev .item-prev-text h5,
.item-nav .item-prev .item-prev-text h6,
.item-nav .item-next .item-next-text h5,
.item-nav .item-next .item-next-text h6,
.item-nav .item-all-view h5,
.item-nav .item-all-view h6 {
    padding-top: 8px;
}


/*  Partner Section   ||-----------*/
#partner-section{
    margin-bottom: 50px;
}
#idColSm12partnet{
    padding: 0 !important;
}

.logo-group {
    /*overflow: hidden;*/
    padding: 0;
    /*border: 1px solid #ddd;*/
    border-right: none;
    border-bottom: none;
    position: relative;
    background: #fff;
}

.video-title-main {
    font-size: 18px;
    margin-bottom: 20px;
    display: block;
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
}

/*.logo-group li {*/
    /*width: 20%;*/
    /*float: left;*/
    /*height: 150px;*/
    /*list-style: none;*/
    /*border-right: 1px solid #ddd;*/
    /*border-bottom: 1px solid #ddd;*/
    /*position: relative;*/
    /*overflow: hidden;*/



/*}*/
.logo-group{
    text-align: center;
    display: block;
    letter-spacing: -.36em;
    line-height: 0;
}
.logo-group>.partner-logo{
    width: 340px;
    /*float: left;*/
    display: block;
    line-height: normal;
    letter-spacing: normal;
    height: 140px;
    list-style: none;
    border: none;
    font-family: 'Oswald', sans-serif;
    position: relative;
    margin: 5px;
    box-shadow: 0 4px 7px rgba(0, 0, 0, 0.1);
    float: left;
}

.logo-group>.partner-logo a{
    color: #000;
    display: block;
    position: relative;
    width: 340px;
    height: 140px;
    position: absolute;
    left: 0;
    top: 0;
}

.logo-group>.partner-logo a span {
    font-size: 13px;
    display: block;

    text-align: center;
    position: absolute;
    bottom: 24px;
    left: 0;
    right: 0;
    padding: 15px;
    color: #6d6d6d;
    width: 340px;
    height: 24px;
    line-height: 16px;
    /*transition: all 0.3s;*/
    text-transform: uppercase;
    overflow: hidden;
    /*transition: top 0.3s*/
}
.logo-group>.partner-logo:hover{
    box-shadow:none;
}
.logo-group>.partner-logo:hover img{
    opacity: 0.2;
}
.logo-group>.partner-logo:hover a span {
    /*background: rgba(31, 45, 58, 0.8);*/
    background: rgba(115, 169, 250, 0.2);
    bottom: initial;
    top: 0px;
    height: 100%;
    /*color: #fff;*/
    font-size: 16px;
    color: #000;
    font-family: 'Oswald', sans-serif;
    color: #23527c;
    /*transition: top background 0.3s*/
}

.logo-group>.partner-logo img {
    display: block;
    margin: 15px auto;
    max-height: 60px;
}

@media only screen and (max-width: 767px) {
    .logo-group li {
        /*width: 50%;*/
    }
}

@media only screen and (max-width: 500px) {
    .logo-group li {
        /*width: 100%;*/
    }
}

.client-avtar {
    position: absolute;
    left: 42px;
    top: -36px;
    width: 70px;
    height: 70px;
    border: 2px solid #3bafda;
}

.right-pos {
    left: auto;
    right: 42px;
}

.bg-dark {
    position: relative;
}

#testimonial .owl-carousel .owl-item {
    opacity: 0.5;
    transform: scale(0.8);
    transition: all 0.3s ease-in;
}

#testimonial .owl-carousel .owl-item.center {
    opacity: 1;
    transform: scale(1);
    transition: all 0.3s ease-out;
}


/*  Time Line Section  ||-----------*/

.btn-icon {
    padding: 0;
    display: inline-block;
    text-align: center;
    border-radius: 2px;
    height: 35px;
    width: 35px;
    line-height: 35px
}

.btn-icon i {
    line-height: 35px
}

.btn-icon.btn-icon-lined {
    line-height: 31px
}

.btn-icon.btn-icon-lined i {
    line-height: 31px
}

.btn-icon.btn-icon-lined.btn-icon-thin {
    line-height: 33px
}

.btn-icon.btn-icon-lined.btn-icon-thin i {
    line-height: 33px
}

.btn-icon-lined {
    display: inline-block;
    text-align: center;
    border-radius: 2px;
    background-color: #fff;
    border-width: 2px;
    border-style: solid;
    border-color: #3D4051;
    color: #3D4051;
    height: 35px;
    width: 35px;
    line-height: 35px
}

.btn-icon-lined i {
    line-height: 35px
}

.btn-icon-lined.btn-icon-lined {
    line-height: 31px
}

.btn-icon-lined.btn-icon-lined i {
    line-height: 31px
}

.btn-icon-lined.btn-icon-lined.btn-icon-thin {
    line-height: 33px
}

.btn-icon-lined.btn-icon-lined.btn-icon-thin i {
    line-height: 33px
}

.btn-icon-lined.btn-icon-thin {
    border-width: 1px
}

.btn-icon-lined:hover {
    background-color: #fff;
    color: #fff
}

.btn-icon-lined.btn-default-light {
    color: #bbb;
    border: 2px solid #bbb
}

.btn-icon-lined.btn-default-light:hover {
    color: #bbb;
    border: 2px solid #bbb
}

.btn-icon-lined.btn-default {
    color: #777;
    border-color: #777
}

.btn-icon-lined.btn-default:hover {
    color: #777;
    border-color: #777
}

.btn-icon-lined.btn-primary {
    color: #009688;
    border-color: #009688
}

.btn-icon-lined.btn-success {
    color: #8BC34A;
    border-color: #8BC34A
}

.btn-icon-lined.btn-info {
    color: #00BCD4;
    border-color: #00BCD4
}

.btn-icon-lined.btn-warning {
    color: #FFCA28;
    border-color: #FFCA28
}

.btn-icon-lined.btn-danger {
    color: #F44336;
    border-color: #F44336
}

.btn-icon-round {
    border-radius: 50%
}

.btn-icon-sm {
    height: 30px;
    width: 30px;
    line-height: 30px
}

.btn-icon-sm i {
    line-height: 30px
}

.btn-icon-sm.btn-icon-lined {
    line-height: 26px
}

.btn-icon-sm.btn-icon-lined i {
    line-height: 26px
}

.btn-icon-sm.btn-icon-lined.btn-icon-thin {
    line-height: 28px
}

.btn-icon-sm.btn-icon-lined.btn-icon-thin i {
    line-height: 28px
}

.btn-icon-md {
    height: 45px;
    width: 45px;
    line-height: 45px;
    font-size: 18px
}

.btn-icon-md i {
    line-height: 45px
}

.btn-icon-md.btn-icon-lined {
    line-height: 41px
}

.btn-icon-md.btn-icon-lined i {
    line-height: 41px
}

.btn-icon-md.btn-icon-lined.btn-icon-thin {
    line-height: 43px
}

.btn-icon-md.btn-icon-lined.btn-icon-thin i {
    line-height: 43px
}

.btn-icon-lg {
    height: 65px;
    width: 65px;
    line-height: 65px;
    font-size: 28px
}

.btn-icon-lg i {
    line-height: 65px
}

.btn-icon-lg.btn-icon-lined {
    line-height: 61px
}

.btn-icon-lg.btn-icon-lined i {
    line-height: 61px
}

.btn-icon-lg.btn-icon-lined.btn-icon-thin {
    line-height: 63px
}

.btn-icon-lg.btn-icon-lined.btn-icon-thin i {
    line-height: 63px
}

.btn-icon-lg-alt {
    height: 70px;
    width: 70px;
    line-height: 70px
}

.btn-icon-lg-alt i {
    line-height: 70px
}

.btn-icon-lg-alt.btn-icon-lined {
    line-height: 66px
}

.btn-icon-lg-alt.btn-icon-lined i {
    line-height: 66px
}

.btn-icon-lg-alt.btn-icon-lined.btn-icon-thin {
    line-height: 68px
}

.btn-icon-lg-alt.btn-icon-lined.btn-icon-thin i {
    line-height: 68px
}

.ui-timline-left .ui-timeline:before {
    left: 0
}

@media (min-width: 768px) {
    .ui-timline-left .ui-timeline .tl-item:before {
        display: none
    }
    .ui-timline-left .ui-timeline .tl-item .tl-caption {
        margin-left: -55px
    }
    .ui-timline-left .ui-timeline .tl-item .tl-body .tl-time {
        left: auto;
        right: 15px;
        color: #777
    }
}

.ui-timeline {
    display: table;
    position: relative;
    table-layout: fixed;
    width: 100%;
    border-spacing: 0;
    border-collapse: collapse
}

.ui-timeline:before {
    background-color: #d5d5d5;
    bottom: 0px;
    content: "";
    position: absolute;
    left: 0;
    top: 30px;
    width: 1px;
    z-index: 0
}

@media (min-width: 768px) {
    .ui-timeline:before {
        left: 50%
    }
}

.ui-timeline .tl-item {
    display: table-row;
    margin-bottom: 5px
}

.ui-timeline .tl-item:before {
    display: none;
    content: ""
}

@media (min-width: 768px) {
    .ui-timeline .tl-item:before {
        display: block;
        width: 50%
    }
}

.ui-timeline .tl-item .tl-caption {
    width: 150px;
    margin-left: -55px
}

@media (min-width: 768px) {
    .ui-timeline .tl-item .tl-caption {
        margin-left: -110px
    }
}

@media (min-width: 768px) {
    .ui-timeline .tl-item.alt {
        text-align: right
    }
    .ui-timeline .tl-item.alt:before {
        display: none
    }
    .ui-timeline .tl-item.alt:after {
        content: "";
        display: block;
        width: 50%
    }
    .ui-timeline .tl-item.alt .tl-body .tl-entry {
        margin: 0 35px 15px 0
    }
    .ui-timeline .tl-item.alt .tl-body .tl-time {
        right: -220px;
        left: auto;
        text-align: left
    }
    .ui-timeline .tl-item.alt .tl-body .tl-icon {
        right: -53px;
        left: auto
    }
    .ui-timeline .tl-item.alt .tl-body .tl-content:after {
        right: -16px;
        left: auto;
        border: 8px solid transparent;
        border-left: 8px solid rgba(255, 255, 255, 0.9);
        border-top: 8px solid rgba(255, 255, 255, 0.9)
    }
}

.ui-timeline .tl-item .tl-body {
    display: table-cell;
    width: 50%;
    vertical-align: top
}

.ui-timeline .tl-item .tl-body .tl-entry {
    position: relative;
    margin: 0 0 35px 36px
}

.ui-timeline .tl-item .tl-body .tl-entry .btn-primary {
    background-color: #1fcab8;
    border-color: #1fcab8;
    padding: 10px 12px;
}

.ui-timeline .tl-item .tl-body .tl-time {
    z-index: 1;
    position: absolute;
    left: auto;
    right: 15px;
    top: 0;
    width: 150px;
    color: #777;
    line-height: 35px;
    text-align: right
}

@media (min-width: 768px) {
    .ui-timeline .tl-item .tl-body .tl-time {
        left: -220px;
        right: auto;
        color: #3D4051
    }
}

.ui-timeline .tl-item .tl-body .tl-icon {
    position: absolute;
    left: -53px;
    top: 0
}

.ui-timeline .tl-item .tl-body .tl-content {
    position: relative;
    padding: 15px;
    border-radius: 2px;
    background-color: rgba(255, 255, 255, 0.9)
}

.ui-timeline .tl-item .tl-body .tl-content:after {
    content: " ";
    line-height: 0;
    position: absolute;
    left: -16px;
    top: 0;
    border: 8px solid transparent;
    border-right: 8px solid rgba(255, 255, 255, 0.9);
    border-top: 8px solid rgba(255, 255, 255, 0.9)
}

.tooltip-inner {
    padding: .85em
}

.ui-timeline {
    display: table;
    position: relative;
    table-layout: fixed;
    width: 100%;
    border-spacing: 0;
    border-collapse: collapse
}

.ui-timeline:before {
    background-color: #d5d5d5;
    bottom: 0px;
    content: "";
    position: absolute;
    left: 0;
    top: 30px;
    width: 1px;
    z-index: 0
}

@media (min-width: 768px) {
    .ui-timeline:before {
        left: 50%
    }
}

.ui-timeline .tl-item {
    display: table-row;
    margin-bottom: 5px
}

.ui-timeline .tl-item:before {
    display: none;
    content: ""
}

@media (min-width: 768px) {
    .ui-timeline .tl-item:before {
        display: block;
        width: 50%
    }
}

@media (max-width: 767px) {
    .ui-timeline .tl-item .tl-caption {
        margin-left: -39px;
    }
    .ui-timeline .tl-item .tl-body .tl-icon {
        left: -48px;
    }
}

.bg-gray {
    color: #000;
    background-color: #EFF0F1;
}


/*  Team Section  ||-----------*/

.designation {
    display: block;
    text-transform: capitalize;
    font-size: 15px;
}


/*  Serve Section  ||-----------*/

#serve-section img {
    width: 100%;
}


/*  Faq Page  ||-----------*/

.faq h3 {
    font-size: 24px;
    font-weight: 400;
    margin-bottom: 38px;
    text-transform: capitalize;
}

.faq .page-header {
    margin: 0;
}

.faq .faq-header h2 strong {
    border-bottom-style: solid;
    border-bottom-width: 2px;
}

.faq .faq-header h2 {
    margin-bottom: 27px;
    font-weight: 300;
}

.faq .faq-header {
    margin-bottom: 0;
}

.faq .panel-title>a {
    display: block
}

.faq .panel-group .panel+.panel {
    margin-top: 14px;
}

.faq .panel-group .panel-heading+.panel-collapse>.panel-body {
    border: none;
    padding: 48px 18px;
    background: #f2ede9;
}

.faq .panel-default>.panel-heading {
    padding: 0;
    background: #f2ede9;
}

.faq .panel-default>.panel-heading a {
    padding: 13px 60px 14px 28px;
    color: #26211d;
    position: relative;
}

.faq .panel-default>.panel-heading a:hover {
    text-decoration: none;
}

.faq .panel-default>.panel-heading a.collapsed {
    background-position: right top
}

.faq .panel-group .panel {
    border-radius: 0;
    border: none;
    box-shadow: none
}

.faq .panel-group .panel p {
    font-weight: 300;
}

.save-lives.ask-us {
    background: #faf8f6;
}

.save-lives.ask-us h2 {
    font-weight: 300;
    margin-bottom: 30px;
}

.faq .panel-heading {
    border-radius: 0;
}

.faq .collape-plus {
    position: absolute;
    right: 0;
    top: 0;
    display: block;
    width: 48px;
    height: 100%;
    text-align: center;
}

.collape-plus:before {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}

.panel-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 16px;
    color: inherit;
    font-weight: 400;
    text-transform: capitalize;
}

.faq .collape-plus {
    background: #1fcab8;
    color: #fff;
}

.panel-title a[aria-expanded="true"] .fa-plus:before {
    content: "\f068";
    font-famiyl: 'FontAwesome';
}


/*  404 page         ||---------------------------- */

.big-font {
    font-size: 130px;
    margin-bottom: 22px;
    display: block;
}

.big-font i {
    color: #1fcab8;
}

.page-404 {
    border-top: 1px solid #f1f1f1;
}


/* Blog Page   --------------------------------------------------------- */

#blog {
    background: #e5f0fb;
}

.blog-post {
    display: inline-block;
    width: 100%;
}

.blog-post .post-media {
    position: relative;
    overflow: hidden;
    margin-bottom: 25px;
}

.blog-post .post-media iframe {
    width: 100%;
}

.blog-post .post-meta,
.comment-list .post-meta,
.sidebar-widget .post-meta {
    text-transform: uppercase;
    color: #999;
    font-size: 13px;
}

.post-meta span>a>i {
    color: #1fcab8;
}

.blog-post .post-meta span,
.comment-list .post-meta span {
    margin-right: 3px;
}

.blog-post .post-header h5,
.blog-post .post-header h4,
.blog-post .post-header h3 {
    margin-top: 10px;
    margin-bottom: 20px;
}

.blog-post .post-header h2 {
    margin-bottom: 30px;
    margin-top: 10px;
}

.blog-post .post-entry {
    margin-bottom: 30px;
}

.blog-post .post-entry a:not(.btn) {
    border-bottom: 1px dashed #22b5e2;
    color: #22b5e2;
    transition: all 0.3s;
}

.blog-post .post-entry a:hover {
    border-bottom: 1px solid #147c9c;
    color: #147c9c;
    transition: all 0.3s;
}

.blog-post .post-entry.posts-view-pkr a img {
    display: block;
    margin: 0px auto 20px;
    width: initial;
    max-height: 640px;
}

.blog-post .post-entry.posts-view-pkr p {
    margin-bottom: 20px;
}

.blog-post .post-entry p,
.blog-post .post-entry blockquote,
.post-entry ul {
    margin-bottom: 20px;
}

.blog-post .post-entry ul {
    color: #202020;
}

.lead-point li {
    list-style: none;
    margin-bottom: 10px;
    color: #1fcab8;
    font-weight: 600;
}

.lead-point li i {
    margin-right: 10px;
}

.blog-post .post-tag {
    color: #999;
    text-transform: uppercase;
    font-size: 13px;
}

.blog-post .post-tag span {
    margin-right: 10px;
}

.blog-post .post-more-link {
    font-size: 11px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.post-meta .post-more-link a {
    padding: 8px 18px;
    display: block;
    text-align: center;
    min-width: 0;
    height: auto;
    line-height: inherit;
}

.blog-post .post-more-link {
    position: relative;
    z-index: 2;
}

.blog-post .post-more-link a i {
    font-size: 18px;
    margin: 0;
    background: none;
}

.blog-post .icons-hover-black {
    position: absolute;
    bottom: 39px;
    padding: 10px 0;
    visibility: hidden;
}

.post-section .post-more-link {
    margin-top: 17px;
}

.post-section .blog-post .icons-hover-black {
    bottom: auto;
    top: 39px;
}

.blog-section .icons-hover-black {
    bottom: auto;
    top: 39px;
}

.blog-post .post-more-link:hover .icons-hover-black {
    visibility: visible;
}

.blog-post .post-more-link:hover .btn-color-line {
    background: #1fcab8;
    color: #fff;
}

.blog-post .icons-hover-black a {
    opacity: 0;
    transition: all 0.25s ease 0s;
}

.blog-post .post-more-link:hover .icons-hover-black a {
    opacity: 1;
    transition: all 0.25s ease 0s;
}

.facebook-icon {
    background: #3b5998;
}

.twitter-icon {
    background: #00a0d1;
}

.linkedin-icon {
    background: #00a0d1;
}

.googleplus-icon {
    background: #db4a39;
}

.blog-post .icons-hover-black a {
    padding: 8px 12px;
    color: #fff;
}

.blog-post .icons-hover-black a:hover {
    opacity: 0.8;
}

.blog-post .post-more-link .icons-hover-black i {
    line-height: 28px;
}

.blog-post blockquote {
    border-left: none;
    color: #fff;
    font-size: 17px;
    font-weight: 400;
    padding: 25px 25px;
    margin: 0px;
    font-weight: 300;
}

.blog-post blockquote:after {
    content: "";
    font-family: FontAwesome;
    padding-left: 7px;
    font-size: 12px;
}

.blog-post blockquote:before {
    content: "";
    font-family: FontAwesome;
    padding-right: 7px;
    font-size: 12px;
}

.blog-post-hr hr {
    margin-bottom: 45px;
}

.post-author {
    display: inline-block;
    position: relative;
    margin-bottom: 40px;
}

.post-author img {
    width: 120px;
}

.post-author .post-author-details {
    padding-left: 20px;
}

@media (max-width:767px) {
    .post-author .post-author-details {
        padding-left: 0;
        padding-top: 25px;
    }
}

.blog-post .fa-tag {
    padding-right: 10px;
    color: #1fcab8;
}

.post-author h6 {
    margin-top: 0px;
    margin-bottom: 0;
}

.post-author-blog {
    overflow: hidden;
}

.post-author ul.social {
    margin: 0px;
    padding: 0px;
    font-size: 16px;
}

.post-author ul.social li {
    list-style: none;
    display: inline-block;
    margin: 0 5px;
}

.post-comment {}

.post-comment .comment-numb {
    font-weight: 300;
}

.post-comment .comment-list {
    margin-left: 0px;
    padding-right: 0px;
    list-style: none;
    padding: 0px;
}

.post-comment .comment-list h6 {
    margin-top: 0px;
    margin-bottom: 3px;
}

.post-comment .comment-list li:first-child {
    padding-top: 0px;
}

.post-comment .comment-list li {
    padding-top: 15px;
}

.post-comment .comment-list li:last-child .comment-detail {
    border-bottom: 0px none;
}

.post-comment .comment-list li,
.post-comment .comment-list .comment-reply {
    position: relative;
    padding-left: 100px;
}

.post-comment .comment-list .comment-detail {
    border-bottom: 1px dotted #eee;
    padding-bottom: 24px;
}

.post-comment .comment-list .comment-reply {
    padding-top: 30px;
}

.post-comment .comment-list .comment-reply-btn i {
    padding-right: 3px;
}

.post-comment .comment-avatar {
    left: 0;
    margin-right: 15px;
    position: absolute;
    width: 85px;
}

.post-comment .comment-avatar img {
    width: 100%;
}

.post-comment-star .star-rat {
    display: inline-block;
}

.post-comment-star label {
    margin-right: 6px;
}

.blog-date {
    position: absolute;
    bottom: 0;
    left: 0;
    background: #1fcab8;
    color: #fff;
}

span.event-calender.blog-date.category-page {
    padding: 5px 10px;
    font-size: 18px;
    text-align: center;
    transition: all 0.3s;
}

.img_on_main_page.blog:hover span.event-calender.blog-date.category-page {
    left: -40px;
}

span.event-calender.blog-date.category-page span {
    color: #d1eef7;
    border-top: 1px solid #9fd1e0;
    margin-top: 3px;
}

.post-media {
    position: relative;
}

.post-media .event-calender,
.first-event .event-calender {
    width: 54px;
    height: 67px;
    font-size: 23px;
    padding-top: 11px;
    z-index: 9;
    text-align: center;
}

.post-media .event-calender span,
.first-event .event-calender span {
    font-size: 12px;
}

.blog-post .blog-date span,
.post-media .event-calender span {
    color: #fff;
}

.post-media img {
    display: block;
}

.event-calender span {
    font-size: 14px;
    color: #fff;
    display: block;
    text-transform: uppercase;
    margin-top: 0;
    margin-right: 0;
}

.post-tag.news-tags-top {
    margin-bottom: 20px;
    border-top: 1px solid #f0f0f0;
    border-bottom: 1px solid #f0f0f0;
    padding: 5px 0px;
    text-transform: initial;
}


/*  Register and login Pages   ||-----------*/

.page-signin .main-body {
    max-width: 480px;
    margin: 10px auto;
}

.page-signin .body-inner {
    position: relative;
    padding: 0 20px 20px;
}

.card {
    position: relative;
    overflow: hidden;
    margin: 10px 0 20px 0;
    border-radius: 2px;
}

.mdl-shadow--2dp,
.card-panel,
.card {
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
}

.bg-white {
    background-color: #fff;
    color: #3D4051;
}

.z-depth-2,
.page-signin .card {
    box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.card .card-content {
    padding: 20px;
    border-radius: 0 0 2px 2px;
}

.page-signin .card .card-content {
    padding: 30px 20px;
    overflow: auto;
}

.page-signin .logo {
    font-size: 26px;
    font-weight: normal;
}

.page-signin .form-group {
    position: relative;
    margin: 0;
}

.ui-input-group {
    position: relative;
    margin: 18px 0 12px;
}

.card .card-action {
    border-top: 1px solid rgba(0, 0, 0, 0.05);
    padding: 20px;
}

.card .card-action.no-border {
    border: 0;
}

.color-primary,
a.color-primary {
    color: #1fcab8;
}

.card .card-action>a {
    margin-right: 20px;
    text-transform: uppercase;
}

.page-signin .additional-info {
    text-align: center;
    font-size: 12px;
}

.page-signin .additional-info a {
    color: #fafafa;
}

.page-signin .additional-info .divider-h {
    border-right: 1px solid #fafafa;
    margin: 0 15px;
}

.page-signin .additional-info {
    text-align: center;
    font-size: 12px;
}

.page-signin .body-inner:before {
    z-index: -1;
    content: ' ';
    line-height: 0;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #1fcab8;
    height: 220px;
}

.ui-input-group>input {
    padding-left: 0;
    padding-right: 0;
    border: none;
    box-shadow: 0 0 0 #fff;
    border: none;
    border-bottom: 1px solid #CBD5DD;
    margin: 0;
}

.ui-input-group>input:focus {
    border-bottom: 1px solid #CBD5DD;
    box-shadow: 0 0 0 #fff;
}

.page-signin .ui-input-group .form-control {
    color: #555;
}

.ui-input-group .input-bar {
    position: relative;
    display: block;
    width: 100%;
}

.ui-input-group .input-bar:before {
    left: 50%;
}

.ui-input-group .input-bar:before,
.ui-input-group .input-bar:after {
    content: '';
    height: 1px;
    width: 0;
    bottom: 1px;
    position: absolute;
    background: #1fcab8;
    -webkit-transition: all 0.35s cubic-bezier(0.4, 0, 0.2, 1);
    -moz-transition: all 0.35s cubic-bezier(0.4, 0, 0.2, 1);
    transition: all 0.35s cubic-bezier(0.4, 0, 0.2, 1);
}

.ui-input-group .input-bar:after {
    right: 50%;
}

.ui-input-group .input-bar:before,
.ui-input-group .input-bar:after {
    content: '';
    height: 1px;
    width: 0;
    bottom: 1px;
    position: absolute;
    background: #1fcab8;
    -webkit-transition: all 0.35s cubic-bezier(0.4, 0, 0.2, 1);
    -moz-transition: all 0.35s cubic-bezier(0.4, 0, 0.2, 1);
    transition: all 0.35s cubic-bezier(0.4, 0, 0.2, 1);
}

.ui-input-group>label {
    color: #999;
    font-size: 14px;
    font-weight: normal;
    position: absolute;
    pointer-events: none;
    left: 0;
    top: 10px;
    -webkit-transition: all 0.35s cubic-bezier(0.4, 0, 0.2, 1);
    -moz-transition: all 0.35s cubic-bezier(0.4, 0, 0.2, 1);
    transition: all 0.35s cubic-bezier(0.4, 0, 0.2, 1);
    margin: 0;
}

.ui-input-group>input:focus~label,
.ui-input-group>input:valid~label {
    top: -20px;
    left: 0;
    font-size: 12px;
}

.ui-input-group>input:focus~label,
.ui-input-group>textarea:focus~label {
    color: #1fcab8;
}

.ui-input-group>input:focus~.input-bar:before,
.ui-input-group>input:focus~.input-bar:after {
    width: 50%;
}

.ui-input-group>input:focus~.input-bar:before,
.ui-input-group>input:focus~.input-bar:after {
    width: 50%;
}

.checkbox-field label {
    font-size: 12px;
}

.checkbox-field #check_box ,.checkbox-field #lcheck_box {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0
}

.custom-check {
    width: 20px;
    height: 20px;
    display: inline-block;
    border: 1px solid #1fcab8;
    top: 4px;
    position: relative;
    margin-right: 10px;
}

.custom-check:before {
    content: "";
    font-family: "Ionicons";
    color: #1fcab8;
    font-size: 24px;
    position: absolute;
    top: -3px;
    left: 5px;
}

.checkbox-field #check_box:checked+.custom-check:before , #lcheck_box:checked+.custom-check:before {
    content: "\f3fd";
}

.spacer {
    display: block;
    margin-top: 15px;
    margin-bottom: 15px;
}


/*Newslatter*/

.newsletter {
    position: relative;
}

.newsletter form {
    position: relative;
    margin-top: 20px;
}

.newsletter .newsletter-input {
    appearance: none;
    -webkit-appearance: none;
    border: 1px solid #fff;
    -webkit-border-radius: 0px;
    border-radius: 0px;
    color: #202020;
    outline: none;
    font-weight: 400;
    letter-spacing: 1px;
    font-size: 13px;
    padding: 12px 15px;
    transition: all 0.2s ease 0s;
    -moz-transition: all 0.2s ease 0s;
    -webkit-transition: all 0.2s ease 0s;
    -o-transition: all 0.2s ease 0s;
    display: inline-block;
}

.newsletter .newsletter-input,
.newsletter .newsletter-input:focus {
    width: 100%;
    border-top: 0px none;
    border-left: 0px none;
    border-right: 0px none;
    padding-right: 40px;
    background: none;
    border-radius: 0;
    border: 1px solid #B1AFAF;
    color: #7f7f7f;
}

.newsletter .newsletter-btn {
    position: absolute;
    top: 0px;
    right: 0px;
    font-size: 18px;
    background: #1fcab8;
    line-height: 46px;
    border-radius: 0;
    width: 49px;
}


/*project*/

#project-section .italic {
    margin-bottom: 8px;
}

#project-section .grid figure {
    float: none
}

#project-section:hover .owl-prev,
#project-section:hover .owl-next {
    width: 40px;
}


/*======================*/

.block_wrapper {
    overflow: hidden;
    transform: translateZ(0);
    -webkit-transform: translateZ(0);
}

.box-block {
    border: 1px solid #ddd;
}

.title-box {
    position: relative;
    padding-left: 70px;
}

.box-icon {
    position: absolute;
    top: 0;
    left: 0;
}

.box-icon {
    color: #4b4e53;
    font-size: 54px;
    transition: all 0.1s ease 0s;
    -webkit-transition: all 0.1s ease 0s;
}

.box-block:hover .box-icon {
    font-size: 62px;
}

.title-box h3 {
    color: #4b4e53;
    line-height: 2;
    font-size: 18px;
    margin: 0;
}

.title-box p {
    margin-bottom: 0;
}

.our-point {
    padding: 0 0 0 20px;
}

.our-point li {
    list-style: none;
    margin-bottom: 10px;
    color: rgba(0, 0, 0, 0.61);
}

.our-point li i {
    color: rgba(0, 0, 0, 0.61);
}

.our-vision p {
    font-size: 17px;
    line-height: 1.65;
}


/*  Contact Page   ||-----------*/

.map {
    width: 100%;
    height: 450px;
}

#map {
    height: 100%;
}

#success {
    display: none;
    position: absolute;
    top: -76px;
    left: 0;
    width: 100%
}

.dark-translucent-bg {
    border-top: none;
    border-bottom: none;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 9;
}

.dark-translucent-bg {
    background-color: rgba(0, 0, 0, .4);
}

.contact-form {
    position: relative;
    background: #fff;
    text-align: center;
}

.contact-form input[type="text"],
.contact-form textarea {
    padding-right: 30px;
    border: 1px solid #DEDEDE;
    margin-bottom: 0;
    font-size: 14px;
}

form .error {
    border-color: #e1534f;
}

.contact-form textarea {
    height: 202px;
}

.contact-form input[type="text"] {
    display: block;
    height: 46px;
    margin-bottom: 32px;
    width: 100%;
    font-size: 14px;
    padding: 0 15px;
    border: 1px solid #e5e5e5;
    color: #878787;
    background: transparent;
    -webkit-appearance: none;
    border-radius: 0;
}

.contact-form input[type="text"]:focus,
.contact-form textarea:focus {
    border: 1px solid #1fcab8;
}

.i-block {
    display: inline-block;
}

.icon-circle {
    font-size: 50px;
    border: 1px solid #d5d5d5;
    height: 89px;
    width: 89px;
    text-align: center;
    line-height: 89px;
    margin: 0 auto;
    border-radius: 100%;
    display: block;
}

.contact .icon-circle {
    border: 1px solid #1fcab8;
    color: #1fcab8;
}

.mapmarker .ion-ios-location {
    color: #1fcab8;
    font-size: 50px;
}

@media (max-width: 767px) {
    .inner-intro .container {
        width: 100%;
        max-width: 720px;
        text-align: center;
    }
}


/*  Preloader   ||-----------*/

#preloader {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999999;
    background: #1fcab8;
}

.sk-circle {
    width: 80px;
    height: 80px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
}

.sk-circle .sk-child {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

.sk-circle .sk-child:before {
    content: '';
    display: block;
    margin: 0 auto;
    width: 15%;
    height: 15%;
    background-color: #fff;
    border-radius: 100%;
    -webkit-animation: sk-circleBounceDelay 1.2s infinite ease-in-out both;
    animation: sk-circleBounceDelay 1.2s infinite ease-in-out both;
}

.sk-circle .sk-circle2 {
    -webkit-transform: rotate(30deg);
    -ms-transform: rotate(30deg);
    transform: rotate(30deg);
}

.sk-circle .sk-circle3 {
    -webkit-transform: rotate(60deg);
    -ms-transform: rotate(60deg);
    transform: rotate(60deg);
}

.sk-circle .sk-circle4 {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

.sk-circle .sk-circle5 {
    -webkit-transform: rotate(120deg);
    -ms-transform: rotate(120deg);
    transform: rotate(120deg);
}

.sk-circle .sk-circle6 {
    -webkit-transform: rotate(150deg);
    -ms-transform: rotate(150deg);
    transform: rotate(150deg);
}

.sk-circle .sk-circle7 {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.sk-circle .sk-circle8 {
    -webkit-transform: rotate(210deg);
    -ms-transform: rotate(210deg);
    transform: rotate(210deg);
}

.sk-circle .sk-circle9 {
    -webkit-transform: rotate(240deg);
    -ms-transform: rotate(240deg);
    transform: rotate(240deg);
}

.sk-circle .sk-circle10 {
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg);
}

.sk-circle .sk-circle11 {
    -webkit-transform: rotate(300deg);
    -ms-transform: rotate(300deg);
    transform: rotate(300deg);
}

.sk-circle .sk-circle12 {
    -webkit-transform: rotate(330deg);
    -ms-transform: rotate(330deg);
    transform: rotate(330deg);
}

.sk-circle .sk-circle2:before {
    -webkit-animation-delay: -1.1s;
    animation-delay: -1.1s;
}

.sk-circle .sk-circle3:before {
    -webkit-animation-delay: -1s;
    animation-delay: -1s;
}

.sk-circle .sk-circle4:before {
    -webkit-animation-delay: -0.9s;
    animation-delay: -0.9s;
}

.sk-circle .sk-circle5:before {
    -webkit-animation-delay: -0.8s;
    animation-delay: -0.8s;
}

.sk-circle .sk-circle6:before {
    -webkit-animation-delay: -0.7s;
    animation-delay: -0.7s;
}

.sk-circle .sk-circle7:before {
    -webkit-animation-delay: -0.6s;
    animation-delay: -0.6s;
}

.sk-circle .sk-circle8:before {
    -webkit-animation-delay: -0.5s;
    animation-delay: -0.5s;
}

.sk-circle .sk-circle9:before {
    -webkit-animation-delay: -0.4s;
    animation-delay: -0.4s;
}

.sk-circle .sk-circle10:before {
    -webkit-animation-delay: -0.3s;
    animation-delay: -0.3s;
}

.sk-circle .sk-circle11:before {
    -webkit-animation-delay: -0.2s;
    animation-delay: -0.2s;
}

.sk-circle .sk-circle12:before {
    -webkit-animation-delay: -0.1s;
    animation-delay: -0.1s;
}

@-webkit-keyframes sk-circleBounceDelay {
    0%,
    80%,
    100% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }
    40% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes sk-circleBounceDelay {
    0%,
    80%,
    100% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }
    40% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}


/* ==============================
  20. Side Bar Widget styles
============================== */

.single-sidebar-widget ul {
    list-style: none;
    padding-left: 0;
}

.single-sidebar-widget {
    margin-bottom: 50px;
}

.single-sidebar-widget:last-child {
    margin-bottom: 0;
}

.single-sidebar-widget .sec-title {
    margin-bottom: 30px;
}

.single-sidebar-widget .sec-title h2 {
    font-size: 20px;
    font-family: 'Oswald', sans-serif;
}

.single-sidebar-widget .sec-title {
    font-size: 15px;
    font-weight: 600;
}

.single-sidebar-widget .sec-title h2:after {
    width: 35px;
}

.single-sidebar-widget .contact-form input,
.single-sidebar-widget .contact-form .select-menu+.ui-selectmenu-button {
    height: 40px;
}

.single-sidebar-widget .contact-form .select-menu+.ui-selectmenu-button {
    margin-bottom: 2px;
}

.single-sidebar-widget .contact-form .select-menu+.ui-selectmenu-button .ui-selectmenu-text {
    line-height: 40px;
}

.single-sidebar-widget .dwnld-broucher a {
    text-transform: uppercase;
    color: #08ADD0;
    font-weight: 600;
    margin-top: 30px;
    font-size: 12px;
    display: inline-block;
}

.single-sidebar-widget .special-links li:last-child {
    margin-bottom: 0;
}

.single-sidebar-widget .special-links li a {
    background: #f9f9f9;
    color: #323232;
    border: 1px solid #e9e9e9;
    font-weight: 600;
    text-transform: uppercase;
    display: block;
    margin-bottom: 5px;
    line-height: 50px;
    position: relative;
    padding: 0 20px;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    position: relative;
}

.single-sidebar-widget .special-links li:hover a:after,
.single-sidebar-widget .special-links li.active a:after {
    color: inherit;
}

.single-sidebar-widget .special-links li a:after {
    content: '\f101';
    font-family: 'FontAwesome';
    position: absolute;
    top: 0;
    right: 20px;
    line-height: 50px;
    color: #6A6969;
    font-weight: normal;
}

.single-sidebar-widget .special-links li a:before {
    content: '\f0da';
    font-family: 'FontAwesome';
    position: absolute;
    top: 0;
    left: -1px;
    color: #fab702;
    font-size: 0px;
    line-height: 50px;
    opacity: 0;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    border-left: 4px solid #fab702;
}

.single-sidebar-widget .special-links li:hover a,
.single-sidebar-widget .special-links li a.active {
    background: #fff;
    color: #fab702;
}

.single-sidebar-widget .special-links li a.active:after {
    color: #fab702;
}

.single-sidebar-widget .special-links li a:hover:before,
.single-sidebar-widget .special-links li a.active:before {
    opacity: 1;
}

.search-box placeholder {
    color: #000;
}

.single-sidebar-widget .search-box form {
    background: #e5e5e5;
    width: 100%;
    height: 48px;
    border: 1px solid #e9e9e9;
}

.single-sidebar-widget .search-box form input {
    padding-left: 30px;
    border: none;
    outline: none;
    height: 100%;
    color: rgba(255, 255, 255, 0.5);
    width: calc(100% - 55px);
    background-color: transparent;
}

.single-sidebar-widget .search-box form input::-webkit-input-placeholder {
    /* WebKit, Blink, Edge */
    color: rgba(255, 255, 255, 0.5);
    opacity: 1;
}

.single-sidebar-widget .search-box form input:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: rgba(255, 255, 255, 0.5);
    opacity: 1;
}

.single-sidebar-widget .search-box form input::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: rgba(255, 255, 255, 0.5);
    opacity: 1;
}

.single-sidebar-widget .search-box form input:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: rgba(255, 255, 255, 0.5);
}

.single-sidebar-widget .search-box form input:placeholder-shown {
    /* Standard (https://drafts.csswg.org/selectors-4/#placeholder) */
    color: rgba(186, 185, 185, 1);
}

.single-sidebar-widget .search-box form button {
    position: relative;
    left: 2px;
    width: 50px;
    background: #fab702;
    color: #000000;
    font-size: 16px;
    padding: 11px 0px;
    border: none;
    outline: none;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}

.single-sidebar-widget .search-box form button:hover {
    background: #1FB5C7;
}

.single-sidebar-widget .search-box form button:hover i {
    color: #fff;
}

.single-sidebar-widget .search-box form button:hover:after {
    background: #1FB5C7;
}

.single-sidebar-widget .search-box form button i {
    position: relative;
    z-index: 2;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}

.single-sidebar-widget .categories ul li:last-child a {
    border: none;
}

.single-sidebar-widget .categories ul li a {
    color: #898989;
    text-transform: capitalize;
    line-height: 42px;
    display: block;
    border-bottom: 1px solid #E6E6E6;
    position: relative;
}

.single-sidebar-widget .categories ul li a:after {
    content: '\f105';
    font-family: 'FontAwesome';
    color: #C8C8C8;
    position: absolute;
    top: 0;
    right: 0;
}

.single-sidebar-widget .popular-post .img-cap-effect .img-box .img-caption:before {
    border-width: 2px;
}

.single-sidebar-widget .popular-post li {
    margin-bottom: 30px;
}

.single-sidebar-widget .popular-post li:last-child {
    margin-bottom: 0;
}

.single-sidebar-widget .popular-post .img-box,
.single-sidebar-widget .popular-post .content {
    display: table-cell;
    vertical-align: middle;
}

.single-sidebar-widget .popular-post .img-box {
    width: 110px;
}

.single-sidebar-widget .popular-post .content {
    padding-left: 30px;
}

.single-sidebar-widget .popular-post .content a h4 {
    font-family: 'Open Sans', sans-serif;
    color: #242424;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 500;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}

.single-sidebar-widget .popular-post .content a h4:hover {
    color: #1FB5C7;
}

.single-sidebar-widget .popular-post .content p {
    color: #8E8D8D;
    font-size: 13px;
    line-height: 20px;
    margin: 0;
}

.single-sidebar-widget .popular-post .content span {
    color: #1CBAC8;
    font-size: 13px;
    display: block;
    margin-top: 4px;
    font-weight: 500;
}

.single-sidebar-widget .text-box p {
    color: #8E8D8D;
}

.single-sidebar-widget .insta-feed ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.single-sidebar-widget .insta-feed ul .img-cap-effect .img-box .img-caption:before {
    border-width: 2px;
}

.single-sidebar-widget .insta-feed {
    font-size: 0;
    display: inline-block;
}

.single-sidebar-widget .insta-feed img {
    max-width: 100%;
    display: inline-block;
    font-size: 0;
    margin-bottom: 1px;
    margin-right: 1px;
}

.single-sidebar-widget .tag-cloud {
    font-size: 0;
    margin-left: -5px;
    margin-right: -5px;
}

.single-sidebar-widget .tag-cloud li {
    display: inline-block;
}

.single-sidebar-widget .tag-cloud li a {
    display: block;
    color: #787878;
    text-transform: uppercase;
    border: 1px solid #EAEAEA;
    border-radius: 20px;
    padding: 7px 22px;
    font-size: 12px;
    margin: 0 5px;
    margin-bottom: 10px;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}

.single-sidebar-widget .tag-cloud li a:hover {
    background: #E5E5E5;
    color: #787878;
    border-color: #E5E5E5;
}

.single-client-box {
    margin-bottom: 50px;
}

.single-client-box:last-child {
    margin-bottom: 0;
}

.single-client-box .icon-box,
.single-client-box .content {
    display: table-cell;
    vertical-align: middle;
}

.single-client-box .icon-box {
    width: 170px;
    text-align: center;
    border-top: 4px solid #1FB5C7;
    border-left: 1px solid #E9E9E9;
    border-bottom: 1px solid #E9E9E9;
}

.single-client-box .content {
    padding-top: 30px;
    padding-bottom: 30px;
    padding-right: 30px;
    padding-left: 30px;
    border-right: 1px solid #E9E9E9;
    border-bottom: 1px solid #E9E9E9;
    border-top: 1px solid #E9E9E9;
}

.single-client-box .content h3 {
    font-size: 18px;
    font-weight: bold;
    font-family: 'Alegreya', sans-serif;
    color: #242424;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.single-client-box .content p {
    color: #898989;
    margin: 0;
}

.single-sidebar-widget ul.brochure-btns li a {
    font-family: 'Open Sans', sans-serif;
    color: #404040;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 14px;
    display: block;
    background: #FBFBFB;
    border: 1px solid #EDEDED;
    padding: 12px 20px;
}

.single-sidebar-widget ul.brochure-btns li {
    display: block;
    margin-bottom: 21px;
}

.single-sidebar-widget ul.brochure-btns li a i {
    color: #e94429;
    margin: 0 10px 0;
    font-size: 1.2em;
}

.faq.service-box .panel-group .panel-heading+.panel-collapse>.panel-body {
    padding: 20px 18px;
    background: rgba(242, 237, 233, 0.38)
}

@media (max-width: 480px) {
    h1 {
        font-size: 36px;
    }
}


/*  Project   ||-----------*/

.filter-button-group {
    list-style: none;
    padding: 0;
    overflow: hidden;
}

.filter-button-group li {
    float: left;
    margin-bottom: 10px;
    margin-right: 20px;
}

.line-btn {
    background: none;
    color: #323232;
    padding: 5px 10px;
    border: 2px solid #e1e1e1;
    display: block;
    cursor: pointer;
    -webkit-transition: all 0.2s linear 0s;
    -moz-transition: all 0.2s linear 0s;
    -ms-transition: all 0.2s linear 0s;
    -o-transition: all 0.2s linear 0s;
    transition: all 0.2s linear 0s;
}

.line-btn:hover,
.line-btn.active {
    background: #fab702;
    border: 2px solid #fab702;
    color: #fff;
}

.project-col-3 {
    list-style: none;
    padding-left: 0;
    padding-top: 29px;
    margin-left: -30px;
}

.project-col-3 li {
    float: left;
    padding-left: 30px;
    width: 33.33%;
    margin-bottom: 15px;
}

@media (max-width: 991px) {
    .project-col-3 li {
        width: 50%;
    }
}

@media (max-width: 767px) {
    .project-col-3 li {
        width: 100%;
    }
}


/*  Project details   ||-----------*/

.project-details {
    position: relative;
}

.project-info {
    position: absolute;
    top: 80%;
    right: 20px;
    background: #d49c07;
    color: #fff;
    padding: 48px 30px;
    width: 400px;
}

.project-box {
    overflow: hidden;
    width: 100%;
}

.project-info ul,
.project-gallery {
    list-style: none;
    padding: 0;
}

.project-info li {
    padding-top: 10px;
}

.project-info strong {
    min-width: 133px;
    display: inline-block;
}

.project-gallery {
    overflow: hidden;
}

.project-gallery li {
    margin-bottom: 20px;
    width: 50%;
    float: right;
    padding-right: 20px;
}

.project-gallery li img {
    width: 100%;
    max-width: none;
}

#related-project .owl-prev,
#related-project .owl-next {
    top: -80px;
    right: 0;
    left: auto;
    border: 2px solid #e9e9e9;
    color: #ccc;
    font-size: 22px;
    height: 1.8em;
    line-height: 1.6em;
    padding: 0;
    text-align: center;
    width: 1.8em;
    margin-right: 0;
    margin-left: 0;
    opacity: 1;
    background: none;
}

#related-project .owl-prev {
    right: 50px;
}

#related-project .owl-prev:hover,
#related-project .owl-next:hover {
    border: 2px solid #fab702;
    color: #fff;
    background: #fab702;
}

.project-col-3 li.width-2 {
    width: 66.66%;
}

.project-col-3 li.grid-sizer {
    margin-bottom: 0;
}

@media (min-width: 768px) and (max-width: 991px) {
    .project-info {
        width: 100%;
    }
    .project-info {
        position: static;
    }
    .project-info li {
        float: left;
        width: 50%;
    }
    .project-gallery {
        margin-left: -20px;
    }
    .project-gallery li {
        float: left;
        width: 25%;
        padding-right: 0;
        padding-left: 20px;
        margin-bottom: 0;
    }
    .project-col-3 li.width-2 {
        width: 50%;
    }
}

@media (max-width: 767px) {
    .project-info {
        width: 100%;
    }
    .project-info {
        position: static;
    }
    .project-info li {
        float: none;
    }
    .project-col-3 li.width-2 {
        width: 100%;
    }
    .project-gallery li {
        margin-bottom: 0;
    }
}


/*Testimonial 2*/

.owl-item {
    cursor: move;
}

.box-width {
    margin: 0 auto;
    text-align: center;
    max-width: 598px;
}

.name-text {
    color: #fff;
    font-size: 14px;
    display: block;
    text-transform: uppercase;
}

.site-text {
    color: #fff;
    font-style: italic;
    font-size: 14px;
}

.panel-group .panel {
    border-radius: 0;
}

.get-touch .contact-form {
    text-align: left;
}

.xs-size {
    position: relative;
    font-size: 16px;
    right: 0;
    top: 0;
    -webkit-transition: all 0.2s linear 0s;
    -ms-transition: all 0.2s linear 0s;
    transition: all 0.2s linear 0s;
}

.btn-text:hover .xs-size {
    top: -6px;
    right: -10px;
}

.date-bg {
    background: #314555;
}

.chooose-box strong {
    display: block;
    margin-bottom: 15px;
}

.chooose-box strong i {
    font-size: 20px;
    margin-right: 10px;
    color: #daa106;
}

#blog-section {
    position: relative;
    overflow: hidden;
}

#blog-section .blog-post .post-more-link {
    float: none;
}

.project-info-box li {
    padding-top: 10px;
}

.project-info-box strong {
    min-width: 133px;
    display: inline-block;
}

@media (max-width: 991px) {
    .project-info-box {
        padding-left: 26px;
    }
    .project-info-box strong {
        min-width: 100px;
    }
}

.top-btn {
    min-width: 0;
    padding: 0 29px;
    line-height: 50px;
    height: 50px;
    margin-left: 20px;
    background: #314555;
}

.top-btn:hover,
.header-1 .icons-hover-black i:hover {
    background: #a57a06;
}

.half-width {
    overflow: hidden;
}

.last-news-modules .half-width {
    max-height: 180px;
}

.none-responsive {
    max-width: none;
}

.bg-img-1 {
    background: url(../images/new_slider02.jpg) 0 0 no-repeat;
    background-size: cover
}

.bg-img-2 {
    background: url(../images/slider-home-construction-02.jpg) 0 0 no-repeat;
    background-size: cover
}


/*Gallery*/

.gallery {
    padding-bottom: 20px;
}

.isotope .item {
    width: 25%;
    float: left;
    padding-bottom: 30px;
}

.gallery .item {
    padding-bottom: 30px;
}

.gallery-col-2 .isotope .item {
    width: 50%;
}

.gallery-col-3 .isotope .item {
    width: 33.33%;
}

.icon-box {
    width: 100px;
    height: 100px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    font-size: 43px;
    line-height: 100px;
}

.gallery-item-detail .icon-box {
    color: #fff;
}

.nf-col-padding {
    padding-left: 15px;
    padding-right: 15px;
}

.gallery-item-detail a {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    color: #fff;
}

.gallery-item-img {
    position: relative;
    overflow: hidden;
}

.gallery-item-img img {
    transform: scale(1);
    -webkit-transform: scale(1);
    transition: all 0.2s ease-in-out 0s;
    -moz-transition: all 0.2s ease-in-out 0s;
    -webkit-transition: all 0.2s ease-in-out 0s;
    -o-transition: all 0.2s ease-in-out 0s;
}

.gallery-item-img:hover img {
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
}

.gallery-item-img .gallery-item-detail {
    background-color: #cb7b52;
    text-align: center;
    color: #fff;
    display: -webkit-flex;
    display: flex;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    visibility: hidden;
    overflow: hidden;
    transition: all 0.5s ease-in-out 0s;
    -moz-transition: all 0.5s ease-in-out 0s;
    -webkit-transition: all 0.5s ease-in-out 0s;
    -o-transition: all 0.5s ease-in-out 0s;
}

.team-item-img .team-item-detail,
.gallery-item-img .gallery-item-detail {
    background-color: rgba(203, 123, 82, 0.32);
}

.gallery-item:hover .gallery-item-detail {
    opacity: 1;
    visibility: visible;
}

@media (max-width: 991px) {
    .isotope .item {
        width: 33.33%;
    }
}

@media (max-width: 767px) {
    .isotope .item,
    .gallery-col-3.isotope .item {
        width: 50%;
    }
}

@media (max-width: 480px) {
    .isotope .item,
    .gallery-col-3.isotope .item,
    .gallery-col-2.isotope .item {
        width: 100%;
    }
}

.weather img {
    width: 36px;
    margin-right: 5px;
}

.weather {
    padding-right: 10px;
    border-left: 1px solid #a9b1b8;
    margin-right: 5px;
}

.img_on_main_page {
    display: block;
    width: 100%;
     height: 270px !important;
    background-position: center;
    background-size: cover;
    position: relative;
}

.img_on_main_page.small {
    height: 158px;
}

.img_on_main_page.small.widget {
    min-height: 250px;
    height: initial;
}

.img_on_main_page.small.without_image.widget {
    background: #2d3740;
    transition: all 0.3s;
}

.img_on_main_page.small.without_image.widget .widget_post_title {
    background: none;
    position: initial;
    height: auto;
}

.img_on_main_page.small.without_image.widget:hover {
    background: #22b5e2;
    transition: all 0.3s;
}

/*
.img_on_main_page.blog {
    height: 276px;
}
*/

.widget-post-view-page {
    margin: 0px 0px 20px;
    transition: all 0.3s;
}

span.widget_post_title {
    display: block;
    line-height: 21px;
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
    position: absolute;
    bottom: 0px;
    color: #fff;
    padding: 5px 10px;
    background: rgba(0, 0, 0, 0.5);
    width: 100%;
    transition: all 0.3s;
    height: 31px;
}

.widget-post-view-page:hover span.widget_post_title {
    height: 100%;
    transition: all 0.3s;
}

.inner-intro.bg-img.light-color.overlay-before.parallax-background:hover .overlay-before:before {
    transition: all 1s;
    transform: rotate(-23deg);
}

.breadcrumb {
    padding: 8px 15px;
    margin-bottom: 0px;
    list-style: none;
    background-color: transparent;
    border-radius: 0px;
}

.breadcrumbs_wrapper {
    background: #304454;
    color: #fff;
}

.breadcrumbs_wrapper a {
    color: #fff;
}

.breadcrumb>.active {
    color: #a9b1b8;
}

.rev_slider a {
    color: #fff;
}

.player-block-wrapper {
    margin-bottom: 50px;
}

.page_enabled {
    text-align: center;
}

.level_selector[data-level-selector]>ul {
    background-color: rgba(0, 0, 0, 0.62) !important;
    border-radius: 4px !important;
    color: #fff !important;
}

.level_selector[data-level-selector] li a {
    color: #fff !important;
}

.level_selector[data-level-selector] li[data-title] {
    background-color: rgba(0, 0, 0, 0.5) !important;
    margin: 3px !important;
    border-radius: 2px !important;
    padding: 5px 10px !important;
    text-transform: uppercase !important;
}

.archive_list {
    float: left;
    width: 100%;
    padding: 10px 0;
}

.a__title_wrap {
    position: relative;
}

.archive_list .a__icon {
    float: left;
    margin-right: 10px;
}

.archive_list .a__body {
    float: left;
    width: 90%;
    width: calc(100% - 49px);
}

.archive_list .a__icon img {
    cursor: pointer
}

.archive_list .a__title_wrap .a__title {
    display: block;
    font-size: 16px;
    text-transform: uppercase;
    min-height: 33px;
    padding-right: 50px;
    line-height: 32px;
    font-weight: bold;
    color: #323232;
}

.archive_list .a__title_wrap .a__size,
.a__title_wrap .a__size {
    font-size: 10px;
    color: #707b84;
}

.archive_list .a__stats {
    border-top: 1px solid #2d3740;
}

.archive_list .a__stats span {
    font-synthesis: 10px;
}

.archive_list .a__stats span {
    font-size: 12px;
    color: #2d3740;
    display: block;
    float: left;
}

.archive_list .a__stats span:last-child {
    float: right
}

.a__title_wrap .a__play {
    display: block;
    position: absolute;
    top: 0px;
    right: 0px;
    width: 52px;
    height: 30px;
    cursor: pointer;
    border: 2px solid #2d3740;
    transition: all .2s;
}

.a__title_wrap .a__play:before {
    display: block;
    width: 34px;
    height: 30px;
    background: #fff;
    content: ' ';
    top: -2px;
    left: 7px;
    position: absolute;
    transition: all .2s;
}

.a__title_wrap .a__play:after {
    display: block;
    border: 7px solid transparent;
    border-left: 13px solid #22b5e2;
    content: ' ';
    top: 6px;
    left: 19px;
    position: absolute;
    transition: all .2s;
}

.a__title_wrap .a__play:hover:after {
    left: 17px;
    border-left: 13px solid #2d3740;
    transition: all .2s;
}

.a__title_wrap .a__play:hover {
    width: 46px;
    transition: all .2s;
}

.a__title_wrap .a__play:hover:before {
    width: 28px;
    transition: all .2s;
}

.stream_archive h5 {
    float: left;
    width: 100%;
    border-bottom: 1px solid #dedddd;
    padding-bottom: 15px;
}

@media screen and (min-width: 1800px) {
    /*	.container {
		width: 970px;
	}*/
}


/* -- SEARCH -- */




.search_wrapper {
/*
    position: absolute;
    right: 79px;
*/
}

.search_wrapper i {
  position: absolute;
  padding: 14px 20px;
  font-size: 32px;
  background: #ffffff;
  color: #314555;
  cursor: pointer;
  display: inline-block;
 }

li.main-menu-online.current {
    left: 3%;
    display: block;
    position: absolute;
}

.form-group.field-searchform-form_search {
    display: none;
}


.header_close_search_panel {
    width: 6%;
    height: 100%;
    margin: 0px;
    font-size: 4em;
    justify-content: center;
    align-items: center;
    display:flex;
}

/* .input_wrapper {
    position: absolute;
    width: 92%;
    background: #fff;
    z-index: 1;
    height: 60px;
    box-sizing: border-box
} */

.input_wrapper {
    position: absolute;
    width: 100%;
    background: #fff;
    z-index: 1;
    height: 60px;
    box-sizing: border-box;
  }

.input_wrapper .ui-input-group {
    margin: 3px 0px 0px 0px;
    width: 65%;
    float: left;
}

.input_wrapper .ui-input-group input {
    padding: 11px 0px;
    font-size: 21px;
    height: initial;
    border-bottom: 2px solid;
}

.input_wrapper .ui-input-group>input:focus~label,
.input_wrapper .ui-input-group>input:valid~label {
    top: -5px;
}

.input_wrapper .ui-input-group>label {
    top: 16px;
    font-size: 16px;
}

/* .input_wrapper .sections_wrapper {
    float: left;
    position: relative;
    font-size: 12px;
    text-transform: uppercase;
    padding-left: 10px;
    width: 28%;
} */

button#button-layout-search {
    display: none;
}

.input_wrapper .sections_wrapper {
    float: left;
    position: relative;
    font-size: 12px;
    text-transform: uppercase;
    padding-left: 0px;
    width: 22%;
    margin: unset;
  }

.input_wrapper .sections_wrapper .current_section {
    padding: 18px;
    display: block;
    background: #eaeff3;
    color: #314555;
    text-align: center;
    cursor: pointer;
}

.input_wrapper .search_btn {
    width: 7%;
    float: left
}

.input_wrapper .search_btn i {
    display: block;
    text-align: center;
    background: #22b5e2;
    color: #fff;
    font-size: 32px;
    padding: 14px;
    cursor: pointer;
}

.input_wrapper .sections_list {
    position: absolute;
    background: #fff;
    padding: 10px;
    width: 97%;
    width: calc(100% - 10px);
    text-align: center;
    border-top: 1px solid #dde5ea;
    box-shadow: 0px 5px 7px rgba(0, 0, 0, 0.2);
}

.input_wrapper .sections_list:before {
    display: block;
    position: absolute;
    border: 10px solid transparent;
    border-bottom: 10px solid #dde5ea;
    top: -21px;
    left: 50%;
    left: calc(50% - 10px);
    content: '';
}

.input_wrapper .sections_list:after {
    display: block;
    position: absolute;
    border: 10px solid transparent;
    border-bottom: 10px solid #fff;
    top: -20px;
    left: 50%;
    left: calc(50% - 10px);
    content: '';
}

.input_wrapper .sections_list ul {
    float: initial;
}

.input_wrapper .sections_list ul>li {
    float: initial;
    border-bottom: 1px dotted #eaeff3;
    padding: 10px 0px;
    cursor: pointer;
}

.input_wrapper .sections_list ul>li:last-child {
    border: 0px;
}

.input_wrapper .sections_list li.active {
    font-weight: bold;
    color: #314555
}

.input_wrapper .sections_list li.active:before {
    content: '';
    display: inline-block;
    margin-right: 10px;
    border-bottom: 2px solid #de761b;
    border-right: 2px solid #de761b;
    width: 5px;
    height: 10px;
    transform: rotate(45deg);
}

.empty_info {
    font-size: 16px;
    text-align: center;
    color: #2d3740;
}

.declarations_list span {
    font-size: 62px;
    float: left;
    margin-right: 10px;
    color: #314555;
}

a.declarations_list {
    display: flex;
    align-items: center;
}

.flex-nav-wrap {
    display: flex;
    flex-wrap: wrap;
}

.flex-nav-wrap>div {
    width: 50%;
    display: flex;
}

.d_wrapper {
    border-bottom: 1px solid #dddddd;
    margin-bottom: 10px;
    padding-bottom: 10px;
    width: 100%;
}

.d_main_info .d_lastname {
    font-size: 18px;
    font-weight: bold;
    font-family: 'Oswald', sans-serif;
    color: #525252;
}

.d_main_info .d_lastname span {
    color: #22b5e2;
}

.d_main_info {
    float: left;
    width: 60%;
}

.d_load_file {
    float: right
}

.d_load_file a,
.d_load_file .d_not_load {
    display: inline-block;
    font-size: 10px;
    margin-left: 10px;
    width: 52px;
    text-align: center;
    line-height: 8px;
}

.d_load_file a.d_file span i,
.d_load_file .d_not_load span i {
    display: block;
    margin: 0px auto;
    text-align: center;
    position: relative;
    font-size: 48px;
}

.d_load_file a.d_file span i span {
    position: absolute;
    bottom: 8px;
    background: #333;
    font-style: normal;
    color: #fff;
    text-align: center;
    font-size: 10px;
    padding: 3px 0px;
    width: 26px;
    left: 13px;
}

.d_load_file a.d_file:hover span i span {
    background: #23527c;
}

.d_load_file .d_not_load span {
    color: #a9b1b8;
}

small.long_title_small {
    display: block;
    margin-top: 10px;
    font-size: 16px;
    color: #a2abb2;
}

.d_main_dates {
    float: left;
    width: 100%;
    font-size: 12px;
    color: #797979;
    margin-top: 5px;
}

.d_main_dates span {
    font-weight: bold;
    color: #000;
}

.d_main_info div {
    font-size: 13px;
    color: #525252;
    line-height: 17px;
}

div.search_name_header{
  display:none;
}

.header-2 .navigation>ul>li.main-menu-online {
 /*left: 3%;*/
}


@media screen and (max-width: 767px) {
  div.search_name_header{
    display: flex;
    width: 16%;
    color: #f7f8f8;
    height: 100%;
    align-items: center;
    font-size: 12px;
    font-family: 'Raleway', sans-serif;
    font-weight: 600;
    text-decoration: none;
    text-transform: uppercase;
    z-index: 0;
    margin-left: 0%;
    order: 1;
    padding-left: 15px;
  }

  .search_wrapper i {
    padding: 14px 20px;
    font-size: 30px;
    background: #314555;
    color: #ffffff;
    cursor: pointer;
    position: relative;
  }
  .icon_search_header {
    width: 13%;
    order: 2;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
  }
  .search_wrapper{
    left: 0px;
    position: absolute;
    width: 100%;
    height: 22%;
    background: #314555;
    display: flex;
  }
  .input_wrapper {
    position: relative;
    width: 100%;
    z-index: 1;
    height: 240px;
    box-sizing: border-box;
    display: flex;
    background: #314555;
    border-bottom: 1px solid white;
  }
  .input_wrapper .sections_wrapper {
    float: left;
    position: relative;
    font-size: 12px;
    text-transform: uppercase;
    padding-left: 0px;
    width: 95%;
    height: 24%;
    margin-top: 0.5%;
  }
  .input_wrapper .sections_wrapper .current_section {
    display: block;
    background: #eaeff3;
    color: #314555;
    text-align: center;
    cursor: pointer;
    height: 100%;
    padding: 11px;
  }
  form#w1 {
      width: 100%;
  }
  .input_wrapper .search_btn i {
    display: block;
    text-align: center;
    background: #22b5e2;
    color: #fff;
    font-size: 32px;
    cursor: pointer;
    height: 100%;
  }
  .input_wrapper .search_btn {
    width: 95%;
    float: left;
    height: 24%;
    margin-top: 1%;
    margin-bottom: 1%;
  }
  .header_close_search_panel {
    width: 95%;
    height: 24%;
    margin-top: 1px;
    font-size: 4em;
    justify-content: start;
    align-items: start;
    display: flex;
    margin-bottom: 1%; 
  }
  .header_close_search_panel i {
    color: #314555c7;
    width: 12%;
    background: #eaeff3ad;
    justify-content: center;
    text-align: center;
  }
  .search_panel_footer {
      width: 100%;
      display:flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
  }
  .input_wrapper .ui-input-group {
    margin: 3px 0px 0px 0px;
    width: 95%;
    float: left;
    height: 24%;
  }

  .input_wrapper .sections_list {
    position: absolute;
    background: #fff;
    padding: 10px;
    width: 100%;
    text-align: center;
    border-top: 1px solid #dde5ea;
    box-shadow: 0px 5px 7px rgba(0, 0, 0, 0.2);
  }

}



/* --- Pages --- */

.main_page_file_wrapper {
    display: flex;
    flex-wrap: wrap
}

.page_file_wrapper {
    background: #eee;
    float: left;
    width: 49%;
    /* border-bottom: 1px solid #d6d6d6; */
    /* border-right: 1px solid #d6d6d6; */
    margin-right: 2%;
    margin-bottom: 2%;
    padding: 5px 5px 15px;
}

.page_file_wrapper:nth-child(2n) {
    margin-right: 0px;
}

.page_file_wrapper.full_width {
    width: 100%;
    margin-right: 0px;
    border-bottom: 1px solid #d6d6d6;
}

.page_file_wrapper .p_file_icon {
    padding: 5px 15px;
}

.page_file_wrapper .p_file_icon i {
    font-size: 56px;
    position: relative;
    color: #22b5e2;
}

.page_file_wrapper .p_file_icon i span {
    position: absolute;
    font-size: 9px;
    bottom: 16px;
    font-style: normal;
    font-weight: bold;
    color: #29333c;
    left: 0px;
    text-transform: uppercase;
    width: 30px;
    text-align: center;
}

.page_file_wrapper .page_file_container {
    display: flex;
    background: #eee;
}

.page_file_wrapper .p_filename {
    padding: 0px 5px;
    width: 100%;
}

.page_file_wrapper .p_filename .d_lastname {
    width: 100%;
    text-transform: none;
    font-size: 16px;
    font-family: inherit;
    margin-top: 12px;
    display: inline-block;
    line-height: 18px;
    word-break: break-word;
}

.page_file_wrapper .p_filename .d_lastname:first-letter {
    text-transform: uppercase
}

.page_file_wrapper .p_files_action {
    text-align: right;
    margin-top: 5px;
}

.page_file_wrapper .p_files_action a {
    display: block;
    text-align: center;
    margin-right: 5px;
    margin-top: 5px;
    padding: 3px 10px;
    background: #fff;
    border: 1px solid #aabcca;
    border-radius: 50px;
}

.page_file_wrapper .p_files_action a>i {
    font-size: 22px;
    line-height: 0px;
}

.page_file_wrapper .file-info {
    font-size: 0.9em;
    color: #7f878e;
    line-height: 16px;
    margin-top: 5px;
}

.page_file_wrapper .file-info span {
    color: #4c5669;
    font-weight: 600;
}

.page_file_wrapper .old_version_wrapper {
    padding-top: 10px;
    margin: 10px 10px 0px;
    border-top: 1px dashed #aabbca;
}

.page_file_wrapper .old_version_wrapper .child_item {
    border-bottom: 1px solid #aabbca;
    padding: 5px 0px 15px;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
}

.page_file_wrapper .old_version_wrapper .child_item:last-child {
    border-bottom: 0px;
}

.show_hide_docs_child {
    cursor: pointer;
}

.old_version_wrapper .child_files_action {
    float: right;
    text-align: right;
}

.old_version_wrapper .child_files_action a {
    display: inline-block;
    background: #3880fb;
    color: #fff;
    margin: 2px 0px;
    padding: 2px 0px;
    font-size: 12px;
    text-align: center;
    width: 105px;
    border-radius: 50px;
    border: 1px solid #1e54b1;
}

.old_version_wrapper .child_files_action a:hover {
    background: #1e54b1;
}

a.documents-back-btn {
    font-size: 16px;
    padding: 10px;
    display: block;
    margin-bottom: 30px;
    border: 1px solid #dedddd;
    background: #f9f9f9;
    border-radius: 4px;
}

a.documents-back-btn:hover {
    background: #fff;
}

.child-categories-wrapper {
    display: flex;
    flex-wrap: wrap;
    margin: 0px -15px 30px;
}

.child-categories-wrapper .child-category {
    width: 25%;
    text-align: center;
    padding: 0px 15px 15px 15px;
}

.child-categories-wrapper .child-category a {
    display: block;
    border: 1px solid #dedddd;
    background: #f9f9f9;
    padding: 10px;
    border-radius: 4px;
}

.child-categories-wrapper .child-category a:hover {
    background: #fff;
}

.child-categories-wrapper .child-category a i {
    display: block;
    font-size: 62px;
    color: #496477;
}

ul.tree-menu-docs {
    list-style: none;
    margin: 0;
    padding: 0px;
}

ul.tree-menu-docs:first-child {
    border: 1px solid #dedddd;
    border-top: 0px;
}

ul.tree-menu-docs li {
    border-top: 1px solid #dedddd;
}

ul.tree-menu-docs li a {
    padding: 5px 10px;
    display: inline-block;
}

ul.tree-menu-docs li a.active {
    color: #3780fb
}

.tree-menu-docs .parent-el-text {
    display: inline-block;
    padding: 5px 0;
}

ul.tree-menu-docs .icon {
    margin: 0px 5px 0px 20px;
    font-size: 18px;
    line-height: initial;
    color: #314655;
}

ul.tree-menu-docs .icon.active {
    color: #3880fb;
}

i.li_spacer {
    display: inline-block;
    width: 20px;
}

.file_icon__pk {
    display: block;
    width: 55px;
    height: 70px;
    background: #3980fb;
    position: relative;
    margin: 10px 0;
}

.file_icon__pk .text {
    position: absolute;
    width: 100%;
    bottom: 0;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    background: rgba(0, 0, 0, 0.2);
}

.file_icon__pk span.corner {
    position: absolute;
    width: 20px;
    height: 20px;
    background: #eeeeee;
    top: 0px;
    right: 0px;
}

.file_icon__pk span.corner:before {
    display: block;
    position: absolute;
    content: '';
    border: 10px solid transparent;
    border-left: 10px solid #9ec2ff;
    border-bottom: 10px solid #9ec2ff;
}

.file_icon__pk span.corner:after {
    display: block;
    position: absolute;
    content: '';
    top: 20px;
    border: 10px solid transparent;
    border-right: 10px solid #1f53b1;
    border-top: 10px solid #1f53b1;
}

.file_icon__pk.xls,
.file_icon__pk.xlsx {
    background: #029d54
}

.file_icon__pk.xls span.corner:before,
.file_icon__pk.xlsx span.corner:before {
    border-left: 10px solid #67c498;
    border-bottom: 10px solid #67c498;
}

.file_icon__pk.xls span.corner:after,
.file_icon__pk.xlsx span.corner:after {
    border-right: 10px solid #027e43;
    border-top: 10px solid #027e43;
}

.file_icon__pk.pdf {
    background: #df4430
}

.file_icon__pk.pdf span.corner:before {
    border-left: 10px solid #fa7658;
    border-bottom: 10px solid #fa7658;
}

.file_icon__pk.pdf span.corner:after {
    border-right: 10px solid #c31209;
    border-top: 10px solid #c31209;
}

.file_icon__pk.ppt {
    background: #ff7300
}

.file_icon__pk.ppt span.corner:before {
    border-left: 10px solid #ff9900;
    border-bottom: 10px solid #ff9900;
}

.file_icon__pk.ppt span.corner:after {
    border-right: 10px solid #ff4d00;
    border-top: 10px solid #ff4d00;
}

.file_icon__pk.jpg,
.file_icon__pk.jpeg,
.file_icon__pk.png {
    background: #ff7300
}

.file_icon__pk.jpg span.corner:before,
.file_icon__pk.jpeg span.corner:before,
.file_icon__pk.png span.corner:before {
    border-left: 10px solid #ff9900;
    border-bottom: 10px solid #ff9900;
}

.file_icon__pk.jpg span.corner:after,
.file_icon__pk.jpeg span.corner:after,
.file_icon__pk.png span.corner:after {
    border-right: 10px solid #ff4d00;
    border-top: 10px solid #ff4d00;
}

.file_icon__pk.zip,
.file_icon__pk.rar {
    background: #f6b502
}

.file_icon__pk.zip span.corner:before,
.file_icon__pk.rar span.corner:before {
    border-left: 10px solid #ffe15e;
    border-bottom: 10px solid #ffe15e;
}

.file_icon__pk.zip span.corner:after,
.file_icon__pk.rar span.corner:after {
    border-right: 10px solid #d79f01;
    border-top: 10px solid #d79f01;
}

@media screen and (max-width: 1024px) {
    .page_file_wrapper {
        width: 100%;
        margin-right: 0;
    }
}


/* dropfiles */

.ext {
    display: block;
    float: left;
    width: 55px;
    height: 70px;
    background: #3980fb;
    position: relative;
    margin: 10px 15px 10px 11px;
}

.ext .txt {
    position: absolute;
    width: 100%;
    bottom: 0;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    background: rgba(0, 0, 0, 0.2);
}

.ext span.corner {
    position: absolute;
    width: 20px;
    height: 20px;
    background: #eeeeee;
    top: -46px;
    right: 0px;
}

.ext span.corner:before {
    display: block;
    position: absolute;
    content: '';
    border: 10px solid transparent;
    border-left: 10px solid #9ec2ff;
    border-bottom: 10px solid #9ec2ff;
}

.ext span.corner:after {
    display: block;
    position: absolute;
    content: '';
    top: 20px;
    border: 10px solid transparent;
    border-right: 10px solid #1f53b1;
    border-top: 10px solid #1f53b1;
}

.ext.xls,
.ext.xlsx {
    background: #029d54
}

.ext.xls span.corner:before,
.ext.xlsx span.corner:before {
    border-left: 10px solid #67c498;
    border-bottom: 10px solid #67c498;
}

.ext.xls span.corner:after,
.ext.xlsx span.corner:after {
    border-right: 10px solid #027e43;
    border-top: 10px solid #027e43;
}

.ext.pdf {
    background: #df4430
}

.ext.pdf span.corner:before {
    border-left: 10px solid #fa7658;
    border-bottom: 10px solid #fa7658;
}

.ext.pdf span.corner:after {
    border-right: 10px solid #c31209;
    border-top: 10px solid #c31209;
}

.ext.ppt {
    background: #ff7300
}

.ext.ppt span.corner:before {
    border-left: 10px solid #ff9900;
    border-bottom: 10px solid #ff9900;
}

.ext.ppt span.corner:after {
    border-right: 10px solid #ff4d00;
    border-top: 10px solid #ff4d00;
}

.ext.jpg,
.ext.jpeg,
.ext.png {
    background: #ff7300
}

.ext.jpg span.corner:before,
.ext.jpeg span.corner:before,
.ext.png span.corner:before {
    border-left: 10px solid #ff9900;
    border-bottom: 10px solid #ff9900;
}

.ext.jpg span.corner:after,
.ext.jpeg span.corner:after,
.ext.png span.corner:after {
    border-right: 10px solid #ff4d00;
    border-top: 10px solid #ff4d00;
}

.dropfiles_list {
    display: flex;
    flex-wrap: wrap;
}

.dropfiles_list .file {
    background: #eee;
    float: left;
    width: 49%;
    /* border-bottom: 1px solid #d6d6d6; */
    /* border-right: 1px solid #d6d6d6; */
    margin-right: 2%;
    margin-bottom: 2%;
    padding: 5px 5px 15px;
}

.dropfiles_list .file {
    background: #eee;
    float: left;
    width: 100%;
    /* border-bottom: 1px solid #d6d6d6; */
    /* border-right: 1px solid #d6d6d6; */
    margin-right: 0%;
    margin-bottom: 2%;
    padding: 5px 5px 15px;
}

.dropfiles_list .file:nth-child(2n) {
    margin-right: 0px;
}

.filecontent {
    width: 75%;
    float: left;
}

.filecontent h3 {
    margin-left: 80px;
    text-transform: none;
    font-size: 16px;
    font-family: inherit;
}

.file-xinfo {
    font-size: 12px;
    color: #546b7d;
    line-height: 16px;
    margin-left: 80px;
}

.file-right {
    float: right;
}

.file-right a {
    display: block;
    text-align: center;
    margin-right: 5px;
    margin-top: 5px;
    padding: 1px 10px;
    background: #fff;
    border: 1px solid #aabcca;
    border-radius: 50px;
}

.post-entry.posts-view-pkr .categories-head {
    display: none;
}


/* TABLES */

.blog-post .post-entry table {
    width: 100%;
    border: 0px solid;
}

.blog-post .post-entry table tr {
    border: 0px
}


/*.blog-post .post-entry table tr:first-child { border-top: 1px solid #d0d0d0 }*/


/*.blog-post .post-entry table tr:nth-child(2n) { background: #eee }*/

.blog-post .post-entry table td {
    border: 1px solid #a9b1b8;
    background: #f7f7f7;
    padding: 10px;
    color: #2d3740;
/*     min-width: 76px; */
}

.blog-post .post-entry.posts-view-pkr td p {
    margin: 0;
}

.page_full_width {
    padding: 40px 60px;
}

.img_on_main_page.person_list {
    width: 120px;
    height: 180px !important;
    display: block;
    margin: 0px auto;
}

.img_on_main_page.person_list.ks {
    background-repeat: no-repeat;
    background-size: 10em;
    width: 100%;
}


/* === Tabs ===*/

.tab-wrapper {}

.tab-wrapper p:not(:last-child) {
    margin: 0 0 20px;
}

.tab-wrapper section {
    display: none;
    padding: 20px 0 0;
    border-top: 1px solid #abc;
}

.tab-wrapper input {
    display: none;
}

.tab-wrapper label {
    display: inline-block;
    margin: 0 0 -1px;
    padding: 15px 25px;
    font-weight: 600;
    text-align: center;
    color: #abc;
    border: 1px solid transparent;
}

.tab-wrapper label:before {
    font-family: fontawesome;
    font-weight: normal;
    margin-right: 10px;
}


/*.tab-wrapper label[for*='1']:before { content: '\f1cb'; }
.tab-wrapper label[for*='2']:before { content: '\f17d'; }
.tab-wrapper label[for*='3']:before { content: '\f16c'; }
.tab-wrapper label[for*='4']:before { content: '\f171'; }
.tab-wrapper label[for*='5']:before { content: '\f171'; }*/

.tab-wrapper label:hover {
    color: #789;
    cursor: pointer;
}

.tab-wrapper input:checked+label {
    color: #0af;
    border: 1px solid #abc;
    border-top: 2px solid #0af;
    border-bottom: 1px solid #fff;
}

.tab-wrapper #tab1:checked~#content1,
.tab-wrapper #tab2:checked~#content2,
.tab-wrapper #tab3:checked~#content3,
.tab-wrapper #tab4:checked~#content4,
.tab-wrapper #tab5:checked~#content5,
.tab-wrapper #tab6:checked~#content6 {
    display: block;
}

@media screen and (max-width: 800px) {
    .tab-wrapper label {
        font-size: 12;
    }
    .tab-wrapper label:before {
        margin: 0;
        font-size: 18px;
    }
}

@media screen and (max-width: 500px) {
    .tab-wrapper label {
        padding: 15px;
    }
}

.p_wrapper {
    display: flex;
    margin-bottom: 40px;
}

.single_person_photo img {
    max-height: 250px;
}

.single_person_info ul {
    list-style: none;
}

.single_person_info ul li:first-child {
    font-size: 20px;
    font-weight: bold;
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
    margin-bottom: 10px;
}

div#section-page {
    border-bottom: 1px solid #dedddd;
    padding-top: 20px;
}

.section-page-wrapper {
    display: flex;
    flex-wrap: wrap;
}

.section-page-wrapper .item {
    width: 33.3333%;
    padding: 15px;
}

.section-page-wrapper .item a {
    display: flex;
    align-items: center;
}

.section-page-wrapper .item .pm_main_image {
    max-width: 56px;
}

.section-page-wrapper .item .pm_main_image {
    float: left;
    margin-right: 15px;
}

@media screen and (max-width: 1024px) {
    .section-page-wrapper .item {
        width: 50%;
    }
}

@media screen and (max-width: 800px) {
    .section-page-wrapper .item {
        width: 100%;
        text-align: center;
        padding: 10px;
        border-bottom: 1px solid #eaeff3;
    }
    .section-page-wrapper .item .pm_main_image {
        float: initial;
        margin-right: 15px;
        display: inline-block;
    }
}

ul.page_category_list {
    list-style: none;
    margin: 0px;
    padding: 0px;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 30px;
}

ul.page_category_list li a {
    font-size: 16px;
    display: flex;
    align-items: center;
}

ul.page_category_list li {
    width: 50%;
}

ul.page_category_list li a i {
    font-size: 62px;
    float: left;
    display: block;
    margin-right: 10px;
    align-items: center;
    color: #314555;
}

.page_material_list {
    font-size: 16px;
    margin-bottom: 10px;
}

h3.page_section {
    margin-bottom: 20px;
    border-bottom: 1px solid #dedddd;
    padding-bottom: 10px;
}

a.old_fersion {
    padding: 13px 10px;
    background: #10181f;
    margin-right: 10px;
    color: #22b5e2 !important;
}

.old_virsion_inform {
    position: fixed;
    top: 15px;
    right: 15px;
    background: #1a2731;
    background: rgba(255, 255, 255, 0.95);
    border: 1px solid #a7baca;
    box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.15);
    z-index: 999;
    color: #2b3c4b;
    padding: 10px 20px;
}

.old_virsion_inform a {
    display: block;
    float: left;
    background: #314555;
    color: #ffffff;
    padding: 10px 20px;
    margin-bottom: 10px;
}

.old_virsion_inform .close {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 20px;
    height: 20px;
    color: transparent;
    opacity: 1;
}

.old_virsion_inform .close:before,
.old_virsion_inform .close:after {
    content: '';
    border-top: 1px solid #49555f;
    width: 100%;
    transform: rotate(-45deg);
    top: 50%;
    left: 0px;
    position: absolute;
}

.old_virsion_inform .close:after {
    transform: rotate(45deg)
}

.old_virsion_inform a.btn_close {
    margin-right: 15px;
    background: #3980fb;
    cursor: pointer;
}

div#pereglyad {
    padding: 0px;
    width: 100%;
    background: transparent;
}

div#pereglyad iframe {
    border: 0px;
    width: 100%;
}

.page_gallery_wrapper {
    display: flex;
    flex-wrap: wrap;
}

.page_gallery_wrapper a {
    display: block;
    width: 18%;
    margin: 1%;
    height: 146px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

@media screen and (max-width: 1024px) {
    .page_gallery_wrapper a {
        width: 23%;
    }
}

@media screen and (max-width: 768px) {
    .page_gallery_wrapper a {
        width: 31%;
    }
}

@media screen and (max-width: 480px) {
    .page_gallery_wrapper a {
        width: 48%;
    }
}

.pkrv_form input {
    border: 1px solid #dedddd;
    padding: 10px;
    margin: 0px;
    border-radius: 3px;
}

.pkrv_form .hint-block {
    line-height: 14px;
    font-size: 12px;
    padding-top: 5px;
    color: #628eb5;
}

.form_info_text {
    margin: 30px 15px 10px;
    padding-bottom: 20px;
    border-bottom: 1px dashed #dedddd;
}

.form_info_text a {
    display: inline-block;
    border-bottom: 1px dashed #86dbfb;
    color: #22b5e2;
}

.btn-form-send {
    background: #22b5e2;
    padding: 15px;
    margin-top: 15px;
    color: #fff;
    text-transform: uppercase;
}

.btn-form-send:hover {
    background: #198aad;
    color: #fff;
}

.has-error .help-block {
    font-size: 12px;
    margin: 0px;
}

.pkrv_form .btn[disabled] {
    background: #a9b1b8;
}

.pkrv_form select {
    appearance: menulist-button;
    -webkit-appearance: menulist-button;
}

.personal-data-ok {
    padding-top: 20px
}

.checkbox-field label {
    cursor: pointer
}

.it-services {
    display: flex;
    text-align: center;
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
}

.it-services>figure {
    padding: 0px 20px;
    border-right: 1px solid #dedddd;
    width: 20%;
}

.it-services>figure:last-child {
    border: 0
}

.it-services>figure img {
    width: 76px
}

.personal-data-confirm .help {
    font-size: 12px;
    line-height: 16px;
    color: #3b8ea9;
}

.personal-data-confirm label {
    padding: 0px;
    margin-bottom: 4px;
    margin-top: 11px;
}

.form-radio {
    display: flex;
    flex-wrap: wrap;
}

.form-radio .btn {
    white-space: normal
}

.radio-wrap .help-block {
    margin: 0px
}

.img_on_main_page.fractions_image {
    max-width: 185px;
    height: 120px !important;
}

.fractions_item .person_list_fraction a {
    color: #2c87f1;
    border-bottom: 1px dashed #adadad;
}

.fractions_item .fractions-image-width {
    width: 200px
}

h3.fraction-title {
    padding-bottom: 10px;
    margin-bottom: 40px;
    border-bottom: 1px solid #a9b1b8;
}


.files-single-sidebar {
    background: #eee;
    padding: 20px;
    text-align: center;
}

.files-single-sidebar .file_name {
    line-height: 16px;
    font-size: 14px;
}

.files-single-sidebar .file_icon__pk {
    margin: 0px auto 15px;
    text-align: left;
}

.files-single-sidebar .p_files_action a {
    background: #fff;
    border: 1px solid #a9b1b8;
    border-radius: 50px;
    padding: 5px 9px;
    margin-top: 10px;
    display: inline-block;
}

.single_person_info span.lastname {
    width: initial;
    color: #323232;
}

.single_person_info span {
    color: #00aaff;
    width: 156px;
    display: inline-flex;
    align-items: center;
}

.single_person_info li a {
    border-bottom: 1px dashed #9096a5;
}

.scroll-wrapper {
    display: block;
    position: fixed;
    right: 20px;
    bottom: 20px;
    opacity: .8
}

.scroll-wrapper:hover {
    opacity: 1
}

#mb_scroll-top,
#mb_scroll-bottom {
    height: 46px;
    width: 46px;
    cursor: pointer;
    position: relative;
    transition: all 0.4s;
    border-radius: 50%;
    margin-top: 5px;
    background: #22b5e2;
}

#mb_scroll-top:hover,
#mb_scroll-bottom:hover {
    background: #2d3740;
    transition: all 0.4s;
}

#mb_scroll-top:before,
#mb_scroll-bottom:before {
    display: block;
    content: '';
    position: absolute;
    border-left: 2px solid #fff;
    border-top: 2px solid #fff;
    transform: rotate(45deg);
    top: 19px;
    left: 16px;
    width: 15px;
    height: 15px;
}

#mb_scroll-bottom:before {
    transform: rotate(-135deg);
    top: 13px;
}

.separator-textarea {
    position: relative;
    text-align: center;
    float: left;
    width: 100%;
    margin: 3px 0px;
}

.separator-textarea i {
    display: inline-block;
    width: 36px;
    height: 36px;
    background: #fff;
    border: 1px solid #ccc;
    text-align: center;
    line-height: 34px;
    border-radius: 50%;
    font-style: initial;
    font-size: 12px;
}

.separator-textarea:before,
.separator-textarea:after {
    display: block;
    position: absolute;
    content: '';
    left: 5%;
    top: 50%;
    width: 39%;
    border-top: 1px solid #ccc;
    box-sizing: border-box;
    z-index: 0;
}

.separator-textarea:after {
    right: 5%;
    left: initial
}


/* - calendar on person page - */

.calendar-wrapper {
    display: table;
    width: 100%;
    border-spacing: 3px;
}

.calendar-week {
    display: table-row
}

.calendar-week>span {
    display: table-cell;
    text-align: center;
    padding: 5px 0px;
    background: #eef0f3;
    font-size: 16px;
    color: #4e5367;
    position: relative;
}

.calendar-week>span.weekend {
    background: #304454;
    color: #e8eff1;
}

.calendar-week>span.reception_day {
    background: #4ec4e8;
    box-shadow: inset 1px 1px 0px #70afe2, inset -1px -1px 0px #70afe2;
    color: #fff;
}

.calendar-week.name>span {
    background: transparent;
    font-size: 11px;
    padding: 0;
}

.calendar-week>span.today:before {
    display: block;
    position: absolute;
    content: '';
    border: 2px solid #304454;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
}

.calendar-week>span.weekend.today:before {
    border-color: #4ec4e8;
}

.calendar-week>span.clear_day {
    background: #f6f7f9
}

.calendar-week>span.reception_day.today {
    background: #4ee87e;
    box-shadow: inset 1px 1px 0px #3dc367, inset -1px -1px 0px #3dc367;
}

.calendar-week>span.reception_day.today:before {
    border-color: #127b33;
}


/* --- Instagram --- */

.instagram-wrapper {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

/*
.instagram-wrapper .instagram-item {
    width: 25%;
    padding: 15px;
}
*/

.instagram-wrapper .instagram-item {
    width: 25%;
    padding: 15px;
    overflow: hidden;
    height: 207px;
}
.instagram-item .instagram-image {
    min-height: 100px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
    cursor: pointer;
    max-height: 194px;
}


/*
.instagram-item .instagram-image {
    min-height: 238px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
    cursor: pointer;
}
*/


.instagram-image span.folder_icon {
    display: block;
    position: absolute;
    width: 15px;
    height: 15px;
    background: #fff;
    top: 10px;
    right: 10px;
    box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.4);
    border-radius: 3px;
}

.instagram-image span.folder_icon:before {
    display: block;
    content: '';
    width: 15px;
    height: 15px;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
    border-radius: 3px;
    right: -2px;
    top: 2px;
    position: absolute;
}

.instagram-image span.insta-likes {
    position: absolute;
    bottom: 10px;
    left: 10px;
    color: #fff;
    padding: 0px 7px;
    background: rgba(0, 0, 0, 0.6);
    border-radius: 20px;
}

@media screen and (max-width: 1198px) {
    .instagram-item .instagram-image {
        min-height: 205px
    }
}

@media screen and (max-width: 992px) {
    .instagram-wrapper .instagram-item {
        width: 33.3333%
    }
}

@media screen and (max-width: 768px) {
    .instagram-wrapper .instagram-item {
        width: 50%
    }
    .instagram-item .instagram-image {
        min-height: 195px
    }

}

@media screen and (max-width: 480px) {
    .instagram-wrapper .instagram-item {
        width: 50%
    }
    .instagram-item .instagram-image {
        min-height: 150px
    }
}

span.post-views {
    position: relative;
    padding: 0px 10px 0px 30px;
}

span.post-views i {
    font-size: 22px;
    position: absolute;
    left: 10px;
    top: -4px;
}

.post-tag.news-tags-top .fb-share-button {
    float: right;
    margin-top: -2px;
    margin-right: -10px;
}

.about-block.fixed h3 a {
    color: #027cc4;
}

.short-info-news-item,
.short-info-news-item a {
    color: #848484;
    font-size: 12px;
    line-height: 1;
}

.short-info-news-item .news_tags {
    margin-right: 10px;
}

.short-info-news-item .news_tags i {
    color: #7ec4d8;
    margin-right: 3px;
}

.blog-post-hr .fixed {
    padding: 20px;
    border: 1px solid #dce4ea;
    background: #edf1f5;
    margin-bottom: 30px;
}

.short-info-news-item .post-views i {
    font-size: 18px;
    top: -1px;
    left: 13px;
}

.maplist ol {
    counter-reset: myCounter;
    margin-left: 0;
    padding-left: 5px;
    color: rgb(100, 100, 100);
}

.maplist li {
    position: relative;
    padding-left: 3em;
    margin: 0.45em 0;
    list-style: none;
    line-height: 1.8em;
    cursor: pointer;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.maplist li:hover {
    color: rgb(0, 0, 0);
}

.maplist li:before {
    content: counter(myCounter);
    counter-increment: myCounter;
    position: absolute;
    top: 0;
    left: 0;
    width: 1.8em;
    height: 1.8em;
    line-height: 1.8em;
    padding: 0px;
    color: #fff;
    background: #2980b9;
    font-weight: bold;
    text-align: center;
    border-radius: .9em;
    box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.3);
    z-index: 1;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.maplist li:hover:before {
    background-color: #2ecc71;
}

.maplist li li:before {
    background-color: #22b5e1;
}

.maplist li:after {
    position: absolute;
    top: 2.1em;
    left: 0.9em;
    width: 2px;
    height: calc(100% - 2em);
    content: '';
    background-color: rgb(203, 203, 203);
    z-index: 0;
}

.maplist li:hover:after {
    background-color: #2ecc71;
}

.maplist li li {
    font-size: 0.9em;
}

.col-sm-5.row.align-items-center.justify-content-start {
    display: block;
    position: absolute;
    top: 7px;
    height: 23px;
    padding: 0px;
}

/* a.bvi-open {
    display: inline-block;
    position: inherit;
} */

top-contact {
    float: left;
    white-space: nowrap;
    left: 50%;
    text-align: center;
    display: contents;
}

.top-contact .welcome-text {
    padding-top: 0px;
    letter-spacing: 0.5px;
    display: block;
    font-weight: 600;
    font-size: 18px;
    color: #ffffff;
    text-transform: none;
    padding-bottom: 10px;
    user-select: none;
}

.top-contact.link-hover-black {
    display: contents;
    text-align: center;
}

.secondary-header {
    /* background: radial-gradient(circle at 50%, #114677 10%, #12426e 20%, #12426e 30%, #1a3e62 40%, #194069 50%, #1a3d5d 60%, #1a3e63 70%, #1a3d5d 80%, #1d3d5b 90%, #1e3b59 100%); */
    background: radial-gradient(circle, #2D5CA6, #114D82);
}


.gov {
    position: relative;
    top: 9px;
    left: 0px;
}

li .partner-logol {
    width: 150px;
    height: 149px;
    border: 1px solid black;
}

li .partner-logol :hover {
    background: rgba(31, 45, 58, 0.8);
    bottom: initial;
    top: 0px;
    height: 100%;
    color: #fff;
    transition: top background 0.3s;
}

ul .block {
    margin: 0;
    padding: 39px;
    background: white;
}

a .link_sites {
    display: block;
    width: 100%;
    height: 100%;
}

a.link_sites img {
    display: block;
    margin: 15px auto;
    max-height: 85px;
}

span.text_logo {
    font-size: 12px;
    display: block;
    line-height: 1.5;
    text-align: center;
    position: absolute;
    top: 100px;
    left: 0px;
    padding: 15px;
    color: #ffffff;
    width: 100%;
    height: 51px;
    transition: all 0.3s;
    text-transform: uppercase;
    overflow: hidden;
    transition: top 0.3s;
}

li.partner-logol {
    width: 20%;
    float: left;
    height: 150px;
    list-style: none;
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    position: relative;
    overflow: hidden;
}

ul.block {
    float: right;
    list-style: none;
    padding: 2px 2px 2px 2px;
    margin: 0;
    border: 1px solid #ffe5e5;
    background: radial-gradient(circle at 50%, #114677 10%, #12426e 20%, #12426e 30%, #1a3e62 40%, #194069 50%, #1a3d5d 60%, #1a3e63 70%, #1a3d5d 80%, #1d3d5b 90%, #1e3b59 100%);
}

button.close_modal {
    display: inline-block;
    padding: 1px;
    font-size: 15px;
    border: 1px solid #1a3e63;
    color: #ffffff;
    background-color: #1a3e63;
    top: 8px;
    position: relative;
    width: 109px;
    height: 45px;
    border-radius: 10px;
    border: 1px solid black;
}

#close_modal :hover {
    color: #1d3b59;
    background-color: white;
    border-color: #194068;
}

li.partner-logol :hover {
    bottom: initial;
    background: rgba(31, 45, 58, 0.8);
    top: 0px;
    height: 100%;
    color: #fff;
    transition: top background 0.3s;
}

.emblem {
    max-width: 100%;
    width: 3%;
    margin-bottom: -10px;
    margin-top: 10px;
    position: sticky;
    text-align: center;
    left: 49%;
    pointer-events: none;
    user-select: none;
    position: -webkit-sticky;
}

.btn-lg,
.btn-group-lg>.btn {
    padding: 1px 1px;
    width: 150px;
    height: 50px;
    background-color: unset;
    border: unset;
}

a.person_list_deputy_commission_name {
    color: #3089f1;
}

.time_block {
    width: 80%;
    margin-left: 5%;
}

.yellow {
    background-color: #ffe358;
    width: 10px;
    height: 20px;
}

.blue {
    background-color: #2669e3;
    width: 10px;
    height: 20px;
}

span.one {
    display: block;
    position: absolute;
    width: 10px;
    top: 0px;
    left: 24px;
    color: #ffffff;
}

span.light {
    display: block;
    position: relative;
    top: 23px;
/*     color: #aab3c6; */
    font-family: 'proba_pro_regular';
    font-size: 13px;
    left: 15px;
    text-align: center;
    width: 150px;

}

.wrap-text {
    display: block;
    position: absolute;
    height: 81%;
    top: 4px;
    left: 17px;
    width: 84%;
    color:#aab3c6;
}


.wrap-text:hover{
  
     color: #21b5e2 ;
}   

span.telephone.fa.fa-phone.phone {
    font-weight: 600;
    font-size: 13px;
    color: rgba(255, 255, 255, 0.85);
    text-transform: uppercase;
    position: relative;
    top: 9px;
}
.telephone fa fa-phone phone :hover{
    color: #22b5e2 ;
}


#bvi-open{
    top: 74px;
    text-align: center;
    font-size: 14px;
    color: white;
    position: absolute;
    cursor: pointer;
    right: 75px;
    user-select: none;
}


.call-us {
    display: block;
    right: 2%;
    position: relative;
    top: 21px;
}


@media screen and (max-width: 1304px) {
    span.telephone.fa.fa-phone.phone {
        margin-left: 20%;
    }

    

}


  .fa-phone:before {
    content: "\f095";
    color: #21b5e2;
    font-size: 17px;
    margin-right: 2px;
}

#mail :hover {
background: none;
}

a.bvi-open {
    top: 9px;
}

i.fa.fa-eye {
    font-size: 25px;
    color: #21b5e2;
    background: none;
    display: inline-block;
    padding-bottom: 0px;
  
}

#text-eye {
    font-size: 10px;
    background: none;
    position: relative;
    display: block;
    padding-top: 1px;
  
}

a.bvi-open :hover {

    color: #21b5e2;
    

}

.cnt {
    text-align: center;
}

.cover {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.6;
    z-index: 100;
}

.modal {
    display: none;
    position: absolute;
    top: 94px;
    overflow-x: auto;
    z-index: 200;
  
    max-width: 45%;
    height: 250px;
    margin-left: 15px;
    background: #31486c;

}

.content-modal {
    width: 98%;
    height: 80%;
    margin-top: 3%;
    margin-left: 1%;
}

.content-modal ul {
    float: left;
    line-height: 22px;
    display: inline-grid;
    margin-left: 5%;
}

.content-modal ul li {
    
    min-width: 3%;
    min-height: 3%;
}

.content-modal ul li :hover {
    text-decoration: underline;
}

.open-modal-btn {
    cursor: pointer;
}




a.content-window {
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    font-family: "ProbaProSemiCorrect";
    user-select: none;
}

span.modal_closed {
    color: #969696;
    display: block;
    right: 19px;
    position: absolute;
    top: 6px;

    cursor: pointer;
}

div#other_executive {
    color: #fff;
    cursor: pointer;
    width: 214px;
    position: relative;
    bottom: 52px;
    text-align: center;
    user-select: none;
    margin-left: 10px;
}

#other_executive :hover {
    text-decoration: underline;
}



@media screen and (max-width: 1000px)  {

    #bvi-open{
        right: 8px;
        position: absolute;
        display: block;

    }

    

    #text-eye{
        
        padding-top: 0px;
        top: -5px;

    }
    

    .content-modal ul {


        margin-left: 3%''

    }
 
}

@media screen and (max-width: 400px)  {


    #bvi-open{
        display: none;
    }
    
}


.icon-fa {
    margin-bottom: 30px;
}


.date-block {
    position: relative;
    display: contents;
    font-size: 16px;
    color: #7f7f7f;
    font-weight: 350;
}
.time_work {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    margin-right: 14px;
    font-size: 22px;
    color: #7f7f7f;
}

.date-block {
    display: inline-grid;
    font-size: 14px;
    margin-right: 0px;
    color: #7f7f7f;
}

/* Stream*/
.archive_by_years {
    margin-top: 30px;
}


.link_archive_by_years{
    margin-left: 3px;
    font-size: 16px;
    display: flex;
    align-items: center;
}
i.ion-folder {
    margin-right: 6px;
    display: inline-block;
    position: relative;
    font-size: 62px;
    color: #314555;
}


/*________end__stream____________ */


 /* .person-files-presenters :hover .person-name {
      
          display:flex;

    }                          */
 
    .person-files-presenters {
        width: 67%;
        height: 330px;
        background: red;
        /* display:flex; */
    }

    .person-files-presenters-background {
        width: 100%;
        height: 100%;
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
        display: inline-block;

    }   

    .person-name {
        background: #0605054f;
        height: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        color: #f9f9f9;
        flex-direction: column;
        font-size: 18pt;
    }
    .person-files-presenters-downloads {
    display: flex;
    align-items: stretch;
    margin-top: 10px;
    }
    .person-files-presenters-view {
        margin-right: 32px;
     }
    
     .person-files-presenters-view a {
        color: white;
    }
    .loading_search a {
        color: #21b5e2;
    }
    
    .name-presenter span {
        background: #f5f5dc3d;
    }

    i.fa.fa-eye.icon_download {
        font-size: 14pt;
    }

    i.fa.fa-download.icon_download {
        font-size: 14pt;
    }
    
    /*document manager*/
    
    
    
  .options_file-file_manager {
      display: flex;
      flex-direction: row;
      font-size: 0.9em;
      color: #7f878e;
      line-height: 16px;
  }

  .options_file-file_manager span {
    color: #4c5669;
    font-weight: 600;
  }



  .button_block {
      display: flex;
      border: 1px solid;
      /* width: 60px; */
      flex-shrink: 0;
      justify-content: space-between;
      color: white;
  } 

.button_back {
    height: 100%;
    width: 100%;
    border-right: 1px solid;
    cursor: pointer;
    color: #346f9f;
    border: 1px solid #295aa0;
    font-size: 18px;
    border-radius: 4px;
    padding: 10px;
    margin-bottom: 30px;
}

.button_back:hover {
    color: #337ab7;
}

 
  .result_catigories_page_catigories {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-gap: 2vw !important;
    word-break: break-word;
    
    
  }


  .result_catigories_page {
	
    display: flex;
    flex-direction: row;
    /* align-items: center; */
    border-top: 1px solid #dcdcdc;
    padding-top: 20px;
    padding-bottom: 20px;
    /*box-shadow: 0 -5px 15px -7px rgb(0 0 0 / 30%);*/
}


}

@media (max-width:1200px) {
    .result_catigories_page_catigories {
      display: grid;
      grid-template-columns: 1fr 1fr 1fr;
      grid-gap: 1vw;
    }
  }

  @media (max-width:998px) {
    .result_catigories_page_catigories {
      display: grid;
      grid-template-columns: 1fr 1fr ;
      grid-gap: 1vw;
    }

  }

  @media (max-width:770px) {
    .result_catigories_page_catigories {
      display: grid;
      grid-template-columns: 1fr  ;
      grid-gap: 1vw;
    }
  }

  @media (max-width:480px){

    .result_catigories_page_catigories {

      word-break: break-all;
    
    }

  }


  .file-meneger_block_files-result  {
    display: flex;
    flex-direction: column;
  } 

  .name_file-meneger_files {
    font-size: 14px;
    font-weight: bold;
    word-break: break-all;
}

span.icon-download-file {
    margin: 3px 3px 3px 3px;
}


  .file-meneger_files {
    display: flex;
    flex-direction: row;
    background-color: #eeeeee;
    margin-top: 20px;
    padding: 10px;
  }


  .info_block-file-meneger {
    display: flex;
    flex-direction: column;
    width: 85%;
    margin-top: 10px;
    margin-bottom: 10px;
}

  .download-file-meneger {
    border-radius: 50px;
    padding: 5px;
    background: white;
    /* width: 100%; */
    text-align: center;
    font-size: 95%;
    border: 1px solid #aabcca;
  }

  .view_document-file-meneger {
    margin-top: 5px;
    border: 1px solid #aabcca;
    text-align: center;
    border-radius: 50px;
    padding: 4px;
    background: white;
    font-size: 95%;
    min-width: 100px;
}



.icon_file-meneger_files {
    display: flex;
    justify-content: center;
    width: 85px;
    
    align-items: center;
}

.p_files_action.get_stat.block_download_file {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 15%;
}



.p_files_action .get_stat .block_download_file {
    display: flex;
    flex-direction: column;
    width: 13%;
    align-items: center;
    justify-content: center;
}

.download-file-meneger > a :hover {
     color: #23527c; 
}

.view_document-file-meneger > a :hover {
     color: #23527c;
}



.size_files-file-meneger {
    margin-right: 5px;
    font-weight: 300;
}


/*bread crumbs*/

.bread_crumbs_block_manager {
    display: flex;
    margin-bottom: 10px;
    word-break: break-all;
}


.bread_crumbs_block_manager-old-category a span {
    color: #3cbce5;
    border-bottom: 1px dashed #22b5e2;
    font-size: 16px;
}

.bread_crumbs_block_manager-old-category a span:hover{
  color: #147c9c; 
  border-bottom: 1px solid #147c9c; 
}

.bread_crumbs_block_manager {
    display: flex;
    margin-bottom: 10px;
    flex-wrap: wrap;
}

.separator-bread-crumbs-category {
    margin-right: 5px;
    margin-left: 5px;
}




@media (max-width:991px) {

  .info_block-file-meneger{
    width: 65%;
  }

   .p_files_action.get_stat.block_download_file {
    display: flex;
    flex-direction: column;
    width: 30%;
    align-items: center;
    justify-content: center;
  }


}

@media (max-width:767px) {


  .icon_file-meneger_files {
    display: flex;
    justify-content: center;
    width: 60px;
    min-width: 60px;
    align-items: flex-start;
  } 


  .info_block-file-meneger .{
    width: 60%;
  }

  .p_files_action.get_stat.block_download_file {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 30%;
  }

  
}


@media (max-width:480px) {

  .file-meneger_files {
    display: flex;
    flex-direction: column;
    background-color: #eeeeee;
    margin-top: 20px;
    justify-content: center;
    align-items: center;
  }

  .icon_file-meneger_files {
    display: flex;
    justify-content: center;
    width: 100%;
  }

  .info_block-file-meneger {
    width: 90%;
  }

  .p_files_action.get_stat.block_download_file {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
  }


  .download-file-meneger {
    
    width: 100%;
    
  }

  .view_document-file-meneger {
    width: 100%;
   
  }

}


.sidebar-widget-convocations-block {
    display: flex;
    align-items: center;
}


.sidebar-widget-convocations-block span i {
    font-size: 32px;
}

/* video youtube  */
    .video_player_youtube {
      position:relative;
      width:100%;
      height:0;
      padding-bottom:56.25%;
      background-color:#000000;
    }
    .video_player_youtube_preview_image{
      position:absolute;
      left:0;
      top:0;
      width:100%;
      height:100%;
      border:none;
    }
    .video_player_youtube__button {
      position:absolute;
      top:50%;
      left:50%;
      width:68px;
      height:48px;
      border:none;
      padding:0;
      background-color:transparent;
      transform:translate(-50%,-50%);
      display:none; 
    }
    .video_player_youtube__button--enabled {
      display:block;
    }
    .video_player_youtube__button{
        cursor:pointer;
    }
    .video__button-shape {
      fill:#212121;
      fill-opacity:0.8;
    }
    .video_player_youtube:hover .video__button-shape , 
    .video_player_youtube__button:focus .video__button-shape{
      fill:#ff0000;
      fill-opacity:1;
    }
    .video__button-icon{
      fill:#ffffff;
    }
    .video_player_youtube__button {
      outline:none;
    }
  /* end video youtube */


/* BEGIN NEW STYLE */


@media (max-width: 767px){
    .container {
        width: 99% !important;
        max-width: 99% !important;
    }
    #text-eye{


        display: none;
    }
    #bvi-open>span>i{
        margin-right: 10px;
    }

}
@media (min-width: 768px){
    .container {
        width: 99% !important;
    }

}
@media (min-width: 1200px){
    .container {
        width: 92% !important;
    }
    body {
        font-size: 16px;
    }
}

.container{
    position: relative;
}
/*div#section-page .section-page-wrapper{*/
    /*position: relative;*/
    /*margin-top: 20px;*/
    /*text-align: center;*/
    /*display: block;*/
    /*letter-spacing : -.36em;*/
    /*line-height: 0;*/

/*}*/
/*div#section-page>.container>.row{*/
    /*!*background: #1d5987;*!*/
/*}*/
/*div#section-page>.container .item{*/
    /*display: inline-block;*/
    /*width: 350px;*/
    /*line-height: normal;*/
    /*letter-spacing: normal;*/
    /*!*min-height: 160px;*!*/
    /*box-shadow: 0 7px 10px rgba(0,0,0, 0.1);*/
    /*background: #fff;*/
    /*margin: 10px 10px 20px 10px;*/

/*}*/
/*div#section-page>.container>.row>.section-page-wrapper>.item:hover{*/
    /*background: rgba(115, 169, 250, 0.2);*/
    /*box-shadow: none;*/
    /*border-color: #fff;*/
/*}*/
/*div#section-page>.container .item>a{*/
    /*display: block;*/
    /*margin: 0 auto;*/
    /*min-height: inherit;*/
    /*width: 100%;*/
    /*font-size: 1.2em;*/
    /*padding: 0;*/
    /*!*line-height: 1.3em;*!*/
    /*position: relative;*/




/*}*/
/*div#section-page>.container .item>a>div{*/
    /*float: none;*/
    /*display: block;*/
    /*position: relative;*/
    /*width: 100%;*/
    /*margin: 0 auto 10px;*/

/*}*/
/*div#section-page>.container .item>a>div>h4{*/
    /*text-align: center;*/
    /*line-height: 1.4em;*/
    /*display: block;*/
    /*height: 48px;*/
    /*overflow: hidden;*/

/*}*/

/*div#section-page>.container .item>a>div>img{*/
    /*height: 56px;*/
    /*display: block;*/
/*}*/

/*#blog-section{*/
    /*background: transparent;*/
    /*box-shadow: 0 -3px 20px rgba(0,0,0,0.1);*/

/*}*/
/*div#section-page{*/
    /*border: none !important;*/
    /*padding-bottom: 50px;*/

/*}*/
/*span.telephone.fa.fa-phone.phone{*/
    /*top: 0;*/
/*}*/

.navigation ul li a{
    font-size: 15px;
    font-weight: normal;
}
.emblem{
    max-width: 36px;
    margin-bottom: -15px;
}
.icon_search_header>i{
    right: 0;
}
.top-contact>.welcome-text {
    text-transform: uppercase;
    font-weight: normal;
}
#bvi-open{
    top: 10px;
    right: 0;
    max-width: 120px;
}
#text-eye{
    font-size: 13px;
    line-height: 16px;

}
.menu-header>.navigation{
    max-width: 1400px;
    margin: 0 auto;
}



.block-latest__news{


    overflow: hidden;
    margin-bottom: 50px !important;
}

.block-latest__news image{
    position: absolute;
    top: 0;
}
.block-latest__news-images{
    position: relative;
    background: rgba(224, 224, 224, 0.2);
}
.block-latest__news-images>div{
    position: absolute;
    left: 0; right: 0; top: 0; bottom: 0;
    background-size: cover;
    opacity: 0.2;
    background-color: transparent;
    background-position: center;
    background-repeat: no-repeat;
    -moz-filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
    -o-filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
    -webkit-filter: grayscale(100%);
    filter: gray;
    filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
    /*filter: blur(3px);*/

}
.block-latest__news-images>a{
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
}
.block-latest__news-preview_block{
    text-overflow: ellipsis;
    font-size: 1em;
    line-height: 1.2em;
}
.my_head_title{
    display: block;
    word-wrap: break-word;
    height: 100%;
    font-size: 1em;
    line-height: 1.2em;
    overflow: hidden;
    text-overflow: ellipsis;
}
.block-latest__news>div{
    display: block;
    position: relative;
    float: right;
}
.about-block{
    font-size: 16px;
}

/* ********************* */
#show_more_news, #show_all_news{
    font-weight: normal;
    font-size: 16px;
    transition: none;
    padding: 0 30px;
    box-shadow: 1px 2px 5px rgba(0, 0, 0, 0.2);
    margin-right: 5px;
    margin-left: 5px;

}
#show_more_news:hover{
    border-color: transparent;
    color: #23527c;
    background: rgba(115, 169, 250, 0.2);
    transition: none;
    box-shadow: none;
}
#show_all_news:hover{
    border-color: transparent;
    color: #23527c;
    background: rgba(115, 169, 250, 0.2);
    transition: none;
    box-shadow: none;
}

#id_box_container>div{

}

div#section-page .section-page-wrapper{
    position: relative;
    margin-top: 20px;
    text-align: center;
    display: block;
    letter-spacing : -.36em;
    line-height: 0;

}
div#section-page>.container>.row{
    /*background: #1d5987;*/
}
div#section-page>.container .item{
    display: block;
    width: 340px;
    line-height: normal;
    letter-spacing: normal;
    float: left;
    /*min-height: 160px;*/
    box-shadow: 0 4px 7px rgba(0,0,0, 0.1);
    background: #fff;
    margin: 10px 10px 20px 10px;

}
div#section-page>.container>.row>.section-page-wrapper>.item:hover{
    background: rgba(115, 169, 250, 0.2);
    box-shadow: none;
    border-color: #fff;
}
div#section-page>.container .item>a{
    display: block;
    margin: 0 auto;
    min-height: inherit;
    width: 100%;
    font-size: 1.2em;
    padding: 0;
    /*line-height: 1.3em;*/
    position: relative;




}
div#section-page>.container .item>a>div{
    float: none;
    display: block;
    position: relative;
    width: 100%;
    margin: 0 auto 10px;

}
div#section-page>.container .item>a>div>h4{
    text-align: center;
    line-height: 1.4em;
    display: block;
    height: 48px;
    overflow: hidden;

}

div#section-page>.container .item>a>div>img{
    height: 56px;
    display: block;
}

#blog-section{
    background: transparent;
    /*box-shadow: 0 -3px 20px rgba(0,0,0,0.1);*/
    border-bottom: 1px solid #e8e8e8;


}
div#section-page{

    padding-bottom: 50px;
    border-bottom: 1px solid #e8e8e8;

}
span.telephone.fa.fa-phone.phone{
    top: 0;
}
.ytcredits{
    color: transparent;
    font-size: 1px;
    position: absolute;
    z-index: -9999;
}


/* BEGIN: YOUTUBE - ВИДЕО С КАНАЛА ПКРВ*/

#ytThumbs{

}



#ytThumbs>.ytlist .meta {
    display: none;
}

#ytThumbs>.ytlist {
    list-style:none;
    display: block;

    letter-spacing: -.36em;
    line-height: 0;

    position: relative;

    padding: 0;
    text-align: center;
}

#ytThumbs>.ytlist>li{
    display: block;
    margin: 10px 15px;
    width: 340px;
    letter-spacing: normal;
    line-height: normal;
    float: left;
    cursor: pointer;
    box-shadow: 0 4px 7px rgba(0, 0, 0, 0.1);
    /*padding: 10px 15px;*/

}
#ytThumbs>.ytlist>li>a{
    display: block;
}
#ytThumbs>.ytlist>li>div{
    position: relative;
    width: 320px;
    height: 230px;
    margin: 0 auto;
}
#ytThumbs>.ytlist>li>div>img{
    display: block;
    padding: 0;
    outline: none;
    border: none;
    width: 320px;
    height: 180px;
}
#ytThumbs>.ytlist>li>div>div{
    position: absolute;
    display: table-cell;
    z-index: 1;
    width: 300px;
    height: 50px;
    padding: 10px;
    text-align: center;
    vertical-align: middle;
    bottom: 0;
    font-size: 16px;
    line-height: 18px;
    font-family: 'Oswald', sans-serif;
}
#ytThumbs>.ytlist>li:hover{
background:rgba(115, 169, 250, 0.2);
}

#ytThumbs>.ytPlayer{
    background: #333;
    padding: 0;
    text-align: center;
    margin-bottom: 20px;
    line-height: 0;
    font-size: 0;
    position: fixed;
    top: 40PX;
    bottom: -20px;
    right: 0;
    left: 0;
    z-index: 100;
    display: block;

}

#ytThumbs>.ytPlayer>iframe{
    display: block;
    line-height: normal;
    font-size: 12px;
    position: absolute;
    top: 0;
    bottom: 0 !important;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    /*margin-top: 40px;*/
    margin-bottom: 40px;
    z-index: 500;

}
#ytThumbs>.a_block{
    position: fixed;
    z-index: 200;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 40px;
    background: #333;
    border-bottom: 2px solid #22b5e2;

}
#id_close_video_youtube{
    position: absolute;
    width: 100px;
    height: 40px;
    background: #22b5e2;
    font-size: 17px;
    line-height: 40px;
    cursor: pointer;
    text-transform: uppercase;
    right: 0;
    color: #fff;
    text-align: center;
}
/* END: YOUTUBE - ВИДЕО С КАНАЛА ПКРВ*/


.mx_news{
    display: block;
    position: relative;
    width: 50%;
    float: left;
    margin: 10px 0 30px 0;
    height: 250px;
    overflow: hidden;
    padding: 0;
}
.mx_news > .mx_news_content{
    display: block;
    position: relative;
    float: left;
    outline: none;
    /*margin-left: 25px;*/
    width: 98%;
    padding: 5px 1%;
}

.mx_news > .mx_news_content > .mx_box_image{
    position: relative;
    float: left;
    width: 38%;
    margin-right: 2%;
    height: 250px;
    display: table;
    padding: 0;
    border-spacing: 0;
    border: none;
}
.mx_news > .mx_news_content > .mx_box_image > span{
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-color: #dfdfdf;
    opacity: 0.2;
    filter: grayscale(100%);
    z-index: 0;
}
.mx_news > .mx_news_content > .mx_box_image > div{
    display: table-cell;
    padding: 0;
    border: none;
    width: 100%;
    height: 250px;
    vertical-align: middle;
    text-align: center;
}
.mx_news > .mx_news_content > .mx_box_image > div > img{
    display: inline-block;
    position: relative;
    outline: none;
    border: none;
    max-height: 250px;
    max-width: 100%;
    margin: 0 auto;
    z-index: 1;
}
.mx_news > .mx_news_content > .mx_box_text{
    position: relative;
    float: right;
    width: 58%;
    margin: 0 1%;
}
.mx_news > .mx_news_content > .mx_box_text > .mx_date_and_view{
    position: relative;
    height: 30px;
    width: 100%;
    margin-right: 5px;
}
.mx_news > .mx_news_content > .mx_box_text > .mx_date_and_view > div{
    float: left;
    height: 30px;
    margin-right: 5px;
    font-size: 12px;
}
.mx_news > .mx_news_content > .mx_box_text > .mx_date_and_view > div.fb-share-button{
    margin-top: -2px;
}
.mx_news > .mx_news_content > .mx_box_text > .mx_head_news{
    margin-bottom: 0;
    text-transform: uppercase;
    font-family: 'Oswald', sans-serif;
    font-size: 19px;
    line-height: 21px;
    height: 63px;
    width: 100%;
    overflow: hidden;
}
.mx_news > .mx_news_content > .mx_box_text > .mx_text_news{
    display: block;
    position: relative;
    margin-bottom: 10px;
    font-size: 15px;
    line-height: 16px;
    height: 80px;
    width: 100%;
    overflow: hidden;
    text-align: justify;
}

#id-section-page-wrapper > .item{
    width: 340px !important;

}

.mx-list-news-img{
    width: 38%;
    margin-right: 2%;
    padding-right: 0;
    display: table;
    position: relative;
}

.mx-list-news-img > div{
    display: table-cell;

    vertical-align: middle;
/*     height: 300px !important; */


}
.mx-list-news-img > b{
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    bottom: 0;
    background-repeat: no-repeat;
    background-position: center;
    background-color: transparent;
    background-size: cover;
    filter: grayscale(100%);
    opacity: 0.2;
}
.mx-list-news-img{
/*     height: 300px !important; */
}
.mx-list-news-img img{
    display: block;
    max-height: 100%;
    max-width: 100%;
    margin: 0 auto;
}

.mx-list-news-text{
    width: 60%;

}
.mx-list-news-text > .text-content > p{
    text-align: justify;
    font-size: 16px;
    line-height: 17px;
    height: 85px;
    overflow: hidden;
    margin: 0;
    padding: 0;
}

.fixed .mx-list-news-text > .box-title > .short-info-news-item{
    margin-top: 10px;
    line-height: normal;
}

.mx-header-contacts{
    width: 100%;
    height: 40px;
    position: relative;
    font-size: 14px;
    font-weight: normal;
}
.mx-header-contacts > table{
    table-layout: fixed;
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
    border: none;
    height: 40px;
    position: relative;
}
.mx-header-contacts > table td{
    vertical-align: middle;
    height: 40px;
    line-height: 18px;
    border: none;
    padding: 0 5px;
}
.mx-header-contacts > table td.mx-col1{
    text-align: left;
    text-transform: uppercase;
}
.mx-header-contacts > table td.mx-col1>a:before{
    content: "\f095";
    color: #21b5e2;
    font-size: 14px;
    margin-left: 5px;
    margin-right: 5px;
    font-family: FontAwesome;
}
.mx-header-contacts > table td.mx-col2{
    width: 10px;
}
.mx-header-contacts > table td.mx-col3{
    text-align: right;
}
.mx-header-contacts > table td.mx-col3 > a:before{
    content: "\f0e0";
    color: #21b5e2;
    font-size: 14px;
    margin-right: 5px;
    font-family: FontAwesome;
}


.fa-eye:before {
    content: "\f06e";
/*
    font-size: 35px;
    color: #fff;
*/
}

#idOFFSites{
    height: 320px;
    overflow: hidden;
}
#id-show-partner{
    margin: 30px auto 20px;
    text-align: center;
    border-bottom: 1px solid #ddd;
    padding-top: 30px;
    position: relative;
    width: 300px;


}
#id-show-partner > button{
    position: absolute;

    height: 60px;
    line-height: 40px;
    padding: 0 15px;
    cursor: pointer;
    width: 100px;

    background: #fff;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.15);

    left: 50%;
    margin-left: -50px;
    top: 50%;
    margin-top: -15px;


}
#id-show-partner > button:hover{

    box-shadow: none;
}

#id-show-partner > button.open-partner-pas:before{
    content: "\f078";
    position: absolute;
    width: 100px;
    height: 60px;
    color: #333;
    margin-left: -48px;

    font-size: 20px;
    font-family: FontAwesome;


}
#id-show-partner > button.open-partner-pas:hover:before{
    content: "\f078";
    position: absolute;
    width: 100px;
    height: 60px;
    color:#23527c;
    margin-left: -48px;

    font-size: 20px;
    font-family: FontAwesome;
}

#id-show-partner > button.open-partner-act:before{
    content: "\f077";
    position: absolute;
    width: 100px;
    height: 60px;
    color: #333;
    margin-left: -48px;

    font-size: 20px;
    font-family: FontAwesome;


}
#id-show-partner > button.open-partner-act:hover:before{
    content: "\f077";
    position: absolute;
    width: 100px;
    height: 60px;
    color:#23527c;
    margin-left: -48px;

    font-size: 20px;
    font-family: FontAwesome;
}

.mx-copyright{
    border-top: 1px solid #36414c;
}

#id-mx-footer{
    width: 100%;
    position: relative;
    margin-top: 10px;


}
#id-mx-footer > .mx-footer-block{
    display: inline-block;
    padding: 0 15px;
    min-width: 400px;


    position: relative;


}
#id-mx-footer > .mx-footer-block > .mx-fb-head{
    font-family: 'Oswald', sans-serif;
    font-size: 18px;
    text-transform: uppercase;
}
#id-mx-footer > .mx-footer-block > .mx-fb-info{
    display: block;
    margin: 20px 0 30px 0;
    padding-left: 25px;
    color: #888;
    font-size: 15px;
    line-height: 18px;
}
#id-mx-footer > .mx-footer-block > .mx-fb-info > .str2{
    margin-top: 5px;
}

#id-mx-footer > .mx-footer-block:before{
    color: #888;
    font-family: Ionicons;
    position: absolute;
    top: 43px;
    font-size: 18px;
}
#id-mx-footer > .fblock1:before{content: "\f4b9";}
#id-mx-footer > .fblock2:before{content: "\f456";}
#id-mx-footer > .fblock3:before{content: "\f017"; font-family: FontAwesome;}


@media (min-width: 1200px){
    #id-mx-footer{
        display: flex;
        flex-direction: row;
    }
    #id-mx-footer > .mx-footer-block{
        flex-grow: 1;
    }
}

@media (min-width: 1px) and (max-width: 700px){
    .mx_news{
        width: 98%;
        height: auto;
        margin-bottom: 30px;
        padding-bottom: 10px;
        border-bottom: 1px solid #e2e2e2;
    }
    .mx_news > .mx_news_content{
        display: block;
        position: relative;
        float: left;
        outline: none;
        margin-left: 0;
    }
    .mx_news > .mx_news_content > .mx_box_image{
        width: 98% !important;
    }
    .mx_news > .mx_news_content > .mx_box_image > div{
        height: 300px;
    }
    .mx_news > .mx_news_content > .mx_box_image > div > img{
        max-height: 300px;
    }
    .mx_news > .mx_news_content > .mx_box_text{
        width: 98% !important;
        margin-top: 10px;
    }



}


@media (min-width: 1px) and (max-width: 1000px){
    .mx-list-news-img{width: 100%;margin-right: 0; 
/* 	    height: 400px !important; */
	    }
    .mx-list-news-text{width: 100%;}
    .mx-list-news-img > div{
/* 	    height: 400px !important; */
	    }
}

@media (max-width: 1300px){
    .mx_news{width: 98%;}
    .mx_news > .mx_news_content > .mx_box_image{width: 38%;}
    .mx_news > .mx_news_content > .mx_box_text{width: 58%;}
}






/* END NEW STYLE */