/* GRID */
.container-fluid {
    margin-right: auto;
    margin-left: auto;
    padding-left: 5px;
    padding-right: 5px;
}

.row {
    margin-left: -5px;
    margin-right: -5px;
}

.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
    position: relative;
    min-height: 1px;
    padding-left: 5px;
    padding-right: 5px
}

.col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
    float: left
}

.col-xs-12 {
    width: 100%
}

.col-xs-11 {
    width: 91.66666667%
}

.col-xs-10 {
    width: 83.33333333%
}

.col-xs-9 {
    width: 75%
}

.col-xs-8 {
    width: 66.66666667%
}

.col-xs-7 {
    width: 58.33333333%
}

.col-xs-6 {
    width: 50%
}

.col-xs-5 {
    width: 41.66666667%
}

.col-xs-4 {
    width: 33.33333333%
}

.col-xs-3 {
    width: 25%
}

.col-xs-2 {
    width: 16.66666667%
}

.col-xs-1 {
    width: 8.33333333%
}

.col-xs-pull-12 {
    right: 100%
}

.col-xs-pull-11 {
    right: 91.66666667%
}

.col-xs-pull-10 {
    right: 83.33333333%
}

.col-xs-pull-9 {
    right: 75%
}

.col-xs-pull-8 {
    right: 66.66666667%
}

.col-xs-pull-7 {
    right: 58.33333333%
}

.col-xs-pull-6 {
    right: 50%
}

.col-xs-pull-5 {
    right: 41.66666667%
}

.col-xs-pull-4 {
    right: 33.33333333%
}

.col-xs-pull-3 {
    right: 25%
}

.col-xs-pull-2 {
    right: 16.66666667%
}

.col-xs-pull-1 {
    right: 8.33333333%
}

.col-xs-pull-0 {
    right: auto
}

.col-xs-push-12 {
    left: 100%
}

.col-xs-push-11 {
    left: 91.66666667%
}

.col-xs-push-10 {
    left: 83.33333333%
}

.col-xs-push-9 {
    left: 75%
}

.col-xs-push-8 {
    left: 66.66666667%
}

.col-xs-push-7 {
    left: 58.33333333%
}

.col-xs-push-6 {
    left: 50%
}

.col-xs-push-5 {
    left: 41.66666667%
}

.col-xs-push-4 {
    left: 33.33333333%
}

.col-xs-push-3 {
    left: 25%
}

.col-xs-push-2 {
    left: 16.66666667%
}

.col-xs-push-1 {
    left: 8.33333333%
}

.col-xs-push-0 {
    left: auto
}

.col-xs-offset-12 {
    margin-left: 100%
}

.col-xs-offset-11 {
    margin-left: 91.66666667%
}

.col-xs-offset-10 {
    margin-left: 83.33333333%
}

.col-xs-offset-9 {
    margin-left: 75%
}

.col-xs-offset-8 {
    margin-left: 66.66666667%
}

.col-xs-offset-7 {
    margin-left: 58.33333333%
}

.col-xs-offset-6 {
    margin-left: 50%
}

.col-xs-offset-5 {
    margin-left: 41.66666667%
}

.col-xs-offset-4 {
    margin-left: 33.33333333%
}

.col-xs-offset-3 {
    margin-left: 25%
}

.col-xs-offset-2 {
    margin-left: 16.66666667%
}

.col-xs-offset-1 {
    margin-left: 8.33333333%
}

.col-xs-offset-0 {
    margin-left: 0
}

@media (min-width: 768px) {
    .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9 {
        float: left
    }

    .col-sm-12 {
        width: 100%
    }

    .col-sm-11 {
        width: 91.66666667%
    }

    .col-sm-10 {
        width: 83.33333333%
    }

    .col-sm-9 {
        width: 75%
    }

    .col-sm-8 {
        width: 66.66666667%
    }

    .col-sm-7 {
        width: 58.33333333%
    }

    .col-sm-6 {
        width: 50%
    }

    .col-sm-5 {
        width: 41.66666667%
    }

    .col-sm-4 {
        width: 33.33333333%
    }

    .col-sm-3 {
        width: 25%
    }

    .col-sm-2 {
        width: 16.66666667%
    }

    .col-sm-1 {
        width: 8.33333333%
    }

    .col-sm-pull-12 {
        right: 100%
    }

    .col-sm-pull-11 {
        right: 91.66666667%
    }

    .col-sm-pull-10 {
        right: 83.33333333%
    }

    .col-sm-pull-9 {
        right: 75%
    }

    .col-sm-pull-8 {
        right: 66.66666667%
    }

    .col-sm-pull-7 {
        right: 58.33333333%
    }

    .col-sm-pull-6 {
        right: 50%
    }

    .col-sm-pull-5 {
        right: 41.66666667%
    }

    .col-sm-pull-4 {
        right: 33.33333333%
    }

    .col-sm-pull-3 {
        right: 25%
    }

    .col-sm-pull-2 {
        right: 16.66666667%
    }

    .col-sm-pull-1 {
        right: 8.33333333%
    }

    .col-sm-pull-0 {
        right: auto
    }

    .col-sm-push-12 {
        left: 100%
    }

    .col-sm-push-11 {
        left: 91.66666667%
    }

    .col-sm-push-10 {
        left: 83.33333333%
    }

    .col-sm-push-9 {
        left: 75%
    }

    .col-sm-push-8 {
        left: 66.66666667%
    }

    .col-sm-push-7 {
        left: 58.33333333%
    }

    .col-sm-push-6 {
        left: 50%
    }

    .col-sm-push-5 {
        left: 41.66666667%
    }

    .col-sm-push-4 {
        left: 33.33333333%
    }

    .col-sm-push-3 {
        left: 25%
    }

    .col-sm-push-2 {
        left: 16.66666667%
    }

    .col-sm-push-1 {
        left: 8.33333333%
    }

    .col-sm-push-0 {
        left: auto
    }

    .col-sm-offset-12 {
        margin-left: 100%
    }

    .col-sm-offset-11 {
        margin-left: 91.66666667%
    }

    .col-sm-offset-10 {
        margin-left: 83.33333333%
    }

    .col-sm-offset-9 {
        margin-left: 75%
    }

    .col-sm-offset-8 {
        margin-left: 66.66666667%
    }

    .col-sm-offset-7 {
        margin-left: 58.33333333%
    }

    .col-sm-offset-6 {
        margin-left: 50%
    }

    .col-sm-offset-5 {
        margin-left: 41.66666667%
    }

    .col-sm-offset-4 {
        margin-left: 33.33333333%
    }

    .col-sm-offset-3 {
        margin-left: 25%
    }

    .col-sm-offset-2 {
        margin-left: 16.66666667%
    }

    .col-sm-offset-1 {
        margin-left: 8.33333333%
    }

    .col-sm-offset-0 {
        margin-left: 0
    }
}

@media only screen and (min-width: 980px) {
    .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9 {
        float: left
    }

    .col-md-12 {
        width: 100%
    }

    .col-md-11 {
        width: 91.66666667%
    }

    .col-md-10 {
        width: 83.33333333%
    }

    .col-md-9 {
        width: 75%
    }

    .col-md-8 {
        width: 66.66666667%
    }

    .col-md-7 {
        width: 58.33333333%
    }

    .col-md-6 {
        width: 50%
    }

    .col-md-5 {
        width: 41.66666667%
    }

    .col-md-4 {
        width: 33.33333333%
    }

    .col-md-3 {
        width: 25%
    }

    .col-md-2 {
        width: 16.66666667%
    }

    .col-md-1 {
        width: 8.33333333%
    }

    .col-md-pull-12 {
        right: 100%
    }

    .col-md-pull-11 {
        right: 91.66666667%
    }

    .col-md-pull-10 {
        right: 83.33333333%
    }

    .col-md-pull-9 {
        right: 75%
    }

    .col-md-pull-8 {
        right: 66.66666667%
    }

    .col-md-pull-7 {
        right: 58.33333333%
    }

    .col-md-pull-6 {
        right: 50%
    }

    .col-md-pull-5 {
        right: 41.66666667%
    }

    .col-md-pull-4 {
        right: 33.33333333%
    }

    .col-md-pull-3 {
        right: 25%
    }

    .col-md-pull-2 {
        right: 16.66666667%
    }

    .col-md-pull-1 {
        right: 8.33333333%
    }

    .col-md-pull-0 {
        right: auto
    }

    .col-md-push-12 {
        left: 100%
    }

    .col-md-push-11 {
        left: 91.66666667%
    }

    .col-md-push-10 {
        left: 83.33333333%
    }

    .col-md-push-9 {
        left: 75%
    }

    .col-md-push-8 {
        left: 66.66666667%
    }

    .col-md-push-7 {
        left: 58.33333333%
    }

    .col-md-push-6 {
        left: 50%
    }

    .col-md-push-5 {
        left: 41.66666667%
    }

    .col-md-push-4 {
        left: 33.33333333%
    }

    .col-md-push-3 {
        left: 25%
    }

    .col-md-push-2 {
        left: 16.66666667%
    }

    .col-md-push-1 {
        left: 8.33333333%
    }

    .col-md-push-0 {
        left: auto
    }

    .col-md-offset-12 {
        margin-left: 100%
    }

    .col-md-offset-11 {
        margin-left: 91.66666667%
    }

    .col-md-offset-10 {
        margin-left: 83.33333333%
    }

    .col-md-offset-9 {
        margin-left: 75%
    }

    .col-md-offset-8 {
        margin-left: 66.66666667%
    }

    .col-md-offset-7 {
        margin-left: 58.33333333%
    }

    .col-md-offset-6 {
        margin-left: 50%
    }

    .col-md-offset-5 {
        margin-left: 41.66666667%
    }

    .col-md-offset-4 {
        margin-left: 33.33333333%
    }

    .col-md-offset-3 {
        margin-left: 25%
    }

    .col-md-offset-2 {
        margin-left: 16.66666667%
    }

    .col-md-offset-1 {
        margin-left: 8.33333333%
    }

    .col-md-offset-0 {
        margin-left: 0
    }
}

@media only screen and (min-width: 1200px) {
    .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9 {
        float: left
    }

    .col-lg-12 {
        width: 100%
    }

    .col-lg-11 {
        width: 91.66666667%
    }

    .col-lg-10 {
        width: 83.33333333%
    }

    .col-lg-9 {
        width: 75%
    }

    .col-lg-8 {
        width: 66.66666667%
    }

    .col-lg-7 {
        width: 58.33333333%
    }

    .col-lg-6 {
        width: 50%
    }

    .col-lg-5 {
        width: 41.66666667%
    }

    .col-lg-4 {
        width: 33.33333333%
    }

    .col-lg-3 {
        width: 25%
    }

    .col-lg-2 {
        width: 16.66666667%
    }

    .col-lg-1 {
        width: 8.33333333%
    }

    .col-lg-pull-12 {
        right: 100%
    }

    .col-lg-pull-11 {
        right: 91.66666667%
    }

    .col-lg-pull-10 {
        right: 83.33333333%
    }

    .col-lg-pull-9 {
        right: 75%
    }

    .col-lg-pull-8 {
        right: 66.66666667%
    }

    .col-lg-pull-7 {
        right: 58.33333333%
    }

    .col-lg-pull-6 {
        right: 50%
    }

    .col-lg-pull-5 {
        right: 41.66666667%
    }

    .col-lg-pull-4 {
        right: 33.33333333%
    }

    .col-lg-pull-3 {
        right: 25%
    }

    .col-lg-pull-2 {
        right: 16.66666667%
    }

    .col-lg-pull-1 {
        right: 8.33333333%
    }

    .col-lg-pull-0 {
        right: auto
    }

    .col-lg-push-12 {
        left: 100%
    }

    .col-lg-push-11 {
        left: 91.66666667%
    }

    .col-lg-push-10 {
        left: 83.33333333%
    }

    .col-lg-push-9 {
        left: 75%
    }

    .col-lg-push-8 {
        left: 66.66666667%
    }

    .col-lg-push-7 {
        left: 58.33333333%
    }

    .col-lg-push-6 {
        left: 50%
    }

    .col-lg-push-5 {
        left: 41.66666667%
    }

    .col-lg-push-4 {
        left: 33.33333333%
    }

    .col-lg-push-3 {
        left: 25%
    }

    .col-lg-push-2 {
        left: 16.66666667%
    }

    .col-lg-push-1 {
        left: 8.33333333%
    }

    .col-lg-push-0 {
        left: auto
    }

    .col-lg-offset-12 {
        margin-left: 100%
    }

    .col-lg-offset-11 {
        margin-left: 91.66666667%
    }

    .col-lg-offset-10 {
        margin-left: 83.33333333%
    }

    .col-lg-offset-9 {
        margin-left: 75%
    }

    .col-lg-offset-8 {
        margin-left: 66.66666667%
    }

    .col-lg-offset-7 {
        margin-left: 58.33333333%
    }

    .col-lg-offset-6 {
        margin-left: 50%
    }

    .col-lg-offset-5 {
        margin-left: 41.66666667%
    }

    .col-lg-offset-4 {
        margin-left: 33.33333333%
    }

    .col-lg-offset-3 {
        margin-left: 25%
    }

    .col-lg-offset-2 {
        margin-left: 16.66666667%
    }

    .col-lg-offset-1 {
        margin-left: 8.33333333%
    }

    .col-lg-offset-0 {
        margin-left: 0
    }
}

.center {
    margin: 0px auto;
    position: relative;
}

/* ABOUT */
.about {
    width: 100%;
    background-color: #007bbd;
    position: relative;
    margin: 0 0 12px 0;
    padding: 45px 150px;
}

.about .about__photo {
    width: 848px;
    height: 100%;
    background-size: cover;
    position: absolute;
    top: 0;
    right: 0;
    background-position: left center;
    background-repeat: no-repeat;
}

.about .about__photo .about__photo__over {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-image: url(../../img/ui/overlay.png);
    background-position: left center;
    background-repeat: no-repeat;
}

.about .about__text {
    width: 775px;
    position: relative;
    z-index: 1;
}

.about .about__text h1 {
    color: #fff;
    margin-bottom: 10px;
    font-size: 1.875rem;
    font-weight: 400;
}

.about .about__text p {
    color: #fff;
    margin: 0;
}

/* BANNER */
.banner {
    width: 100%;
    height: 610px;
    position: relative;
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
}

.banner .banner__features {
    width: 100%;
    background-color: rgba(255, 255, 255, 0.9);
    text-align: center;
    padding: 30px 0;
    position: absolute;
    bottom: 0;
    left: 0;
}

.banner .banner__features .banner__icon {
    margin: 0 0 10px 0;
    height: 45px;
    display: block;
}

.banner .banner__features .banner__icon img {
    display: inline-block;
    width: 40px;
}

.banner .banner__features .col-sm-3:nth-of-type(2) .banner__icon img {
    width: 32px;
}

.banner .banner__features .col-sm-3:nth-of-type(3) .banner__icon img {
    width: 35px;
}

.banner .banner__features .col-sm-3:nth-of-type(4) .banner__icon img {
    width: 22px;
}

.banner .banner__features .banner__title {
    display: block;
    color: #007bbd;
    font-size: 20px;
    line-height: 1;
    margin: 0;
    margin-bottom: 10px;
}

.banner .banner__features p {
    color: #333333;
    font-size: 16px;
    line-height: 1.3;
}

.banner .banner__slider {
    background-color: #d10025;
    text-align: center;
    width: 460px;
    padding: 35px 40px;
    position: absolute;
    top: 65px;
    right: 245px;
    padding-top: 60px;
}

.banner .banner__slider .banner__pager {
    width: 100%;
    width: 100%;
    margin: 0 0 20px 0;
}

.banner .banner__slider .banner__pager span {
    display: inline-block;
    margin: 0 3px;
    width: 13px;
    height: 13px;
    border-radius: 50%;
    background-color: #333333;
}

.banner .banner__slider .banner__pager span.active {
    background-color: #fff;
}

.banner .banner__slider .banner__title {
    color: #fff;
    font-weight: 300;
    line-height: 35px;
    margin: 0 0 10px 0;
    font-size: 30px;
}

.banner .banner__slider p {
    color: #fff;
    line-height: 20px;
    margin-bottom: 15px;
}

/* BANNER - SLICK */
.banner__slider .slick-dots {
    margin-left: 0;
    position: absolute;
    top: 20px;
    left: 50%;
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.banner__slider .slick-dots li {
    display: inline-block;
    margin-right: 3px;
    margin-left: 3px;
    width: 13px;
    height: 13px;
    border-radius: 50%;
    background-color: #333;
    transition: background-color 150ms ease-in;
}

.banner__slider .slick-dots li button,
.banner__slider .slick-dots li:before {
    display: none;
}

.banner__slider .slick-dots li.slick-active {
    background-color: #fff;
}

/* NEWS */
.news .news__heading {
    background-color: #d10025;
    padding: 20px 30px;
    margin-bottom: 12px;
}

.news .news__heading h2 {
    margin-bottom: 0;
    color: #fff;
    font-weight: 300;
    font-size: 1.875rem;
}

.news ul {
    overflow: hidden;
    list-style: none;
    margin-left: -5px;
    margin-right: -5px;
    margin-bottom: 0;
}

.news ul li {
    background-color: #fff;
    padding: 5px 0;
}

.news ul a {
    margin-bottom: 12px;
}

.news .news__inner {
    width: 100%;
    overflow: hidden;
    padding: 10px;
    background-color: #f7f7f7;
}

.news .news__thumb {
    float: left;
    margin-right: 25px;
    width: 180px;
    background-position: top center;
    background-size: cover;
}

.news .news__text {
    overflow: hidden;
}

.news .news__text span {
    color: #d10025;
    display: block;
    margin: 0 0 5px 0;
    font-size: 14px;
}

.news .news__text p, .news .news__text p span {
    color: #333333;
    font-size: 16px;
}

/*
  .news .button {
    margin: 30px;
  }
*/

.news .button--news {
    margin: 20px 30px 40px 0px !important;
}

/* TESTIMONIALS */

.testimonials {
    margin-left: -8rem;
    margin-right: -8rem;
    background-color: #193852;
}

.testimonials .center {
    max-width: 1130px;
}

.testimonials .center .testimonials__text {
    overflow: hidden;
    width: 800px;
    position: relative;
    padding: 65px 35px 45px;
    z-index: 2;
}

.testimonials .center .qoute1 {
    width: 65px;
    position: absolute;
    top: 37px;
    left: 14px;
}

.testimonials .center .qoute2 {
    width: 65px;
    position: absolute;
    right: 20px;
    bottom: 75px;
}

.testimonials .center p {
    font-style: italic;
    font-weight: 300;
    text-align: center;
    color: #fff;
    line-height: 26px;
    font-size: 18px;
}

.testimonials .center em {
    float: right;
    font-weight: 500;
    display: block;
    margin: 20px 0 0 0;
    color: #fff;
    font-size: 18px;
}

.testimonials .testimonials__man {
    width: 460px;
    position: absolute;
    bottom: 0;
    right: -70px;
    z-index: 1;
}

/* TWITTER */
.twitter .twitter__heading {
    margin-left: -10px;
    width: calc(100% + 10px);
    background-color: #d10025;
    overflow: hidden;
    padding: 20px 30px;
    margin-bottom: 12px;
}

.twitter .twitter__heading h3 {
    margin-bottom: 0;
    color: #fff;
    float: left;
    font-weight: 300;
    font-size: 1.875rem;
    line-height: 2.25rem;
}

.twitter .twitter__heading .twitter__arrows {
    float: left;
    padding: 4px 0 0 30px;
}

.twitter .twitter__heading .twitter__arrows a {
    float: left;
    padding: 3px 10px;
    border-right: 1px solid rgba(255, 255, 255, 0.3);
}

.twitter .twitter__heading .twitter__arrows a:last-of-type {
    border-right: 0;
}

.twitter .twitter__heading .twitter__arrows a img {
    float: left;
    width: 25px;
}

.twitter ul {
    background-color: #f7f7f7;
    padding: 20px 35px 20px 35px;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 0 !important;
}

.twitter ul li {
    border-bottom: 1px solid #dcdfe2;
    padding: 22px 0;
    height: 154px;
    list-style: none;
}

.twitter ul .twitter__icon {
    float: left;
    margin-right: 25px;
}

.twitter ul .twitter__text {
    overflow: hidden;
}

.twitter ul .twitter__text span {
    color: #d10025;
    display: block;
    margin: 0 0 5px 0;
    font-size: 14px;
}

.twitter ul .twitter__text p {
    color: #333333;
    font-size: 16px;
}

.twitter ul .twitter__text p a {
    font-weight: 500;
    color: #d10025;
}

.twitter .button {
    margin: 30px;
    margin-left: 0px;
}

.twitter__slider {
    padding-top: 20px;
}

.twitter__slider .slick-track {
    height: 215px;
}

.new-home .twitter ul li {
    list-style: none;
}

.twitter__slider li {
    height: 252px !important;
    list-style: none;
}

/* PRE FOOTER */

.pre-footer {
    width: 100%;
    padding: 35px 0;
    padding-left: 8rem;
    padding-right: 8rem;
    background-color: #007bbd;
    overflow: hidden;
}

.pre-footer .center {
    max-width: 1200px;
}

.pre-footer .col-md-3 {
    overflow: hidden;
    margin: 0 0 20px 0;
}

.pre-footer .pre-footer__title {
    color: #fff;
    color: #fff;
    margin: 0 0 15px 0;
    font-size: 1.3rem;
}

.pre-footer .pre-footer__links ul {
    list-style: none;
}

.pre-footer .pre-footer__links ul li {
    background-size: 10px;
    font-size: 1rem;
    padding: 0 0 5px 25px;
    background-image: url(../../img/ui/bullet.png);
    background-position: left 5px;
    background-repeat: no-repeat;
}

.pre-footer .pre-footer__links ul li a {
    color: #fff;
    opacity: 0.6;
}

.pre-footer .pre-footer__social ul {
    list-style: none;
}

.pre-footer .pre-footer__social ul li {
    float: left;
    margin: 0 10px 0 0;
}

.pre-footer .pre-footer__social ul li img {
    width: 25px;
}

.pre-footer address {
    color: #fff;
    line-height: 23px;
    font-style: normal;
    font-size: 1rem;
    opacity: 0.6;
}

.pre-footer .button {
    padding-left: 35px;
    padding-right: 35px;
    background-image: none;
    font-weight: 500;
}

/* FOOTER */
#footer {
    padding-left: 8rem;
    padding-right: 8rem;
}

#footer ul {
    list-style: none;
}

.pre-footer .pre-footer__links ul li {
    background-position: left 7px;
}

.app-info {
    overflow: hidden;
    margin-bottom: 15px;
}

.app-info p {
    color: #fff;
}

.app-info img {
    float: left;
    margin-right: 15px;
    width: 64px;
    height: 64px;
}

/* RESPONSIVE */

@media screen and (max-width: 1960px) {
    .center {
        padding-right: 20px;
        padding-left: 20px;
    }
}

@media (max-width: 1820px) {
    #main,
    .pre-footer,
    #footer {
        padding-left: 50px;
        padding-right: 50px;
    }

}

@media screen and (max-width: 1599px) {
    .header .header__right {
        margin-right: -30px;
    }

    .header .header__logo1 {
        margin-left: 0;
    }

    .about {
        padding: 45px 20px;
    }

    .banner .banner__slider {
        right: 20px;
    }

    .news .news__heading h2,
    .twitter .twitter__heading h3 {
        font-size: 1.55rem;
    }

    .news .news__thumb {
        margin-right: 15px;
        width: 100px;
    }

    .testimonials {
        margin-top: 30px;
    }

    .twitter .twitter__heading {
        padding: 20px 30px;
    }

    .twitter .twitter__heading .twitter__arrows {
        padding-left: 10px;
    }

    .twitter .twitter__heading .twitter__arrows a {
        padding: 3px 5px;
    }

    .twitter ul li {
        padding-top: 15px;
        padding-bottom: 15px;
    }

    .twitter .twitter__heading .twitter__arrows a {
        padding: 3px 5px;
    }

    .twitter ul {
        padding-right: 15px;
        padding-left: 15px;
    }

    .twitter ul li {
        padding-top: 15px;
        padding-bottom: 15px;
    }
}

@media (max-width: 1366px) {
    #main {
        padding-left: 0px;
        padding-right: 0px;
    }
}

@media (max-width: 1280px) {

    .twitter ul .twitter__text p {
        font-size: 11px;
    }

    .news .news__text p {
        font-size: 13px;
        margin-bottom: 20px;
    }

    .twitter .twitter__heading,
    .news .news__heading {
        height: 64px;
    }

}

@media screen and (max-width: 1199px) {
    .news .button {
        margin-top: 30px;
        margin-left: 15px;
    }

    .testimonials {
        margin-left: -4rem;
        margin-right: -4rem;
        padding-left: 4rem;
        padding-right: 4rem;
    }

    .testimonials .testimonials__man {
        width: 300px;
    }

    .twitter .twitter__heading .twitter__arrows a img {
        width: 20px;
    }

    .twitter ul {
        padding-right: 15px;
        padding-left: 15px;
    }

    .twitter .twitter__heading .twitter__arrows a img {
        width: 20px;
    }

    .twitter .button {
        padding-right: 30px;
        margin-top: 30px;
    }

    .twitter__slider li {
        height: auto !important;
    }

}

/* @media screen and (max-width: 1599px) and (max-width: 1199px) {
  .news .news__heading h2 {
    font-size: 1.25rem;
  }
} */

@media (max-width: 1024px) {

    .twitter .twitter__heading,
    .news .news__heading {
        height: 64px;
    }

}

@media screen and (max-width: 979px) {
    .header .header__meeting a {
        padding-right: 1.875rem;
    }

    .testimonials .testimonials__man {
        display: none;
    }

    .about .about__text {
        width: 100%;
    }

    .banner .banner__features p {
        display: none;
    }

    .testimonials .center .testimonials__text {
        width: 100%;
    }
}

@media (max-width: 768px) {
    .header__right {
        display: none;
    }

    .banner__features a {
        margin-bottom: 20px;
    }

    .banner__features a:nth-child(3),
    .banner__features a:nth-child(4) {
        margin-bottom: 0;
    }

    .banner {
        height: 550px;
    }

}

@media screen and (max-width: 767px) {
    .header .header__right {
        width: 100%;
        margin-right: 0;
    }

    .center {
        padding-right: 10px;
        padding-left: 10px;
    }

    .header .header__login {
        position: absolute;
        top: 15px;
        right: 20px;
        margin-right: 0;
    }

    .header .header__meeting {
        width: 100%;
        margin-top: 20px;
    }

    .header .header__meeting a {
        width: 100%;
    }

    .banner .banner__slider {
        width: calc(100% - 40px);
    }

    .news .news__text p {
        font-size: 12px;
    }

    .banner .banner__features .banner__title {
        font-size: 14px;
    }

    .testimonials .center p {
        font-size: 14px;
        line-height: 23px;
    }

}

@media (max-width: 480px) {

    .testimonials .center .qoute2 {
        bottom: 170px;
    }

    .banner .banner__features .banner__title {
        font-size: 10px;
    }

}

@media screen and (max-width: 479px) {
    .banner .banner__features .banner__title {
        font-size: 12px;
    }

    .center {
        padding-right: 10px;
        padding-left: 10px;
    }

    .twitter .button {
        margin: 15px;
    }

    .content img.align-left,
    .content img.alignleft,
    .content img.align-right,
    .content img.alignright {
        max-width: 50%;
    }

    .header .header__logo img {
        width: 200px;
    }

    .banner .banner__slider {
        display: none;
    }

    .news .button {
        margin: 15px;
    }

    .testimonials {
        margin-top: 0;
    }
}

@media (max-width: 320px) {

    .banner .banner__features .banner__title {
        font-size: 9px;
    }

}
