nav, nav img {
    height: 50px;
}

body {
    overflow-x: hidden;
}

.services {
    width: 96%;
    text-align: center;

    margin-left: 2%;
    margin-right: 2%;
}

.service {
    width: 19%;
    margin-left: 3%;
    margin-right: 3%;
    float: left;
}

.clear {
    width: 100%;
    height: 40px;
    text-align: center;
}

.separate {
    width: 100%;
    height: 25px;
    background: inherit;
}

.separate2 {
    width: 100%;
    height: 25px;
    background: #FAFAFA;
}

.circle {
    width: 100%;
    height: auto;
    text-align: center;
    z-index: 1000;
}

.clear-fix:before, .clear-fix:after {
    content: " ";
    display: table;
}

.clear-fix:after {
    clear: both;
}

.light-gray {
    background: #E0E2E1;
}

.gray {
    background: #EAE6E2;
}

.macbook {
    margin-top: 40px;
    margin-bottom: 40px;
    float: left;
    width: 50%;
}

.red-button {
    color: #fff;
    background: #CC3130;
    border: none;
    width: auto;
    border-radius: 3px;
    padding: 10px;
}

.red-button:hover {
    color: #fff;
    background: #EF3B3B;
    border: none;
    width: auto;
    border-radius: 3px;
    padding: 10px;
    text-decoration: none;
}

.textJustify {
    text-align: justify;
}

.head-text {
    margin-left: 10%;
    margin-right: 10%;
    font-weight: 600;
}

.btn-right {
    float: right;
}

.btn-left {
    float: left;
}

.f-panel {
    color: #533413;
}

.box {
    border: none !important;
}



.sep-img {
    width: 50px;
    height: 50px;
    background: url(/images/separate.png) repeat-y;
    position: relative;
}

.sep-img:hover {
    width: 48px;
    height: 48px;
    background: url(/images/separate-hover.png) repeat-y;
    position: relative;
}

.sep-shadow {
    width: 50px;
    height: 50px;
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5);
    position: relative;
}

.sep-shadow:hover {
    width: 48px;
    height: 48px;
    box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
    position: relative;
}

.light-light-gray {
    background-color: #FAFAFA;
}

.iphone {
    float: right;
    position: absolute;
    bottom: 0;
    right: 0;
}

@media screen and (max-width: 1300px) and (min-width: 880px) {
    .iphone {
        width: 260px;
        height: 300px;
    }
}

[name='hideAfterClick'] {
    z-index: 999;
    position: relative;
}

[name='hidePartOfNews'] {
    display: none;
    position: relative;
    z-index: 0;
}

.forNews {
    max-width: 100%;
}

.hideBySep {
    display: none;
}

.list {
    list-style-image: url(/images/check.png);
}

.list2 {
    list-style: none;
}

.withoutUkPadding {
    padding-left: 0 !important;
}

#map {
    width: 100%;
    height: 75vh;
}

.border-right {
    border-right: 1px solid #CC3130;
}

.uk-tab-left > li.uk-active > .border {
    border-right-color: transparent !important;
    border: 1px solid #CC3130;
}

.input::selection {
    background: rgba(239, 59, 59, 0.8);
    color: #ffffff;
    text-shadow: none;
}

.comments {
    background-color: #424242;
    color: #fff;
    padding: 50px;
}

.without-dot {
    list-style-type: none;
}



.red-row {
    text-indent: 50px;
}

.link {
    color: #cc3130;
}

.link:hover {
    color: #EF3B3B;
}

.color-white {
    color: #fff;
}

.color-brown {
    color: #533413;
}

.hr-gray {
    border: none;
    color: #BDBCBD;
    background-color: #BDBCBD;
    height: 2px;
}

.hr-white {
    border: none;
    color: #FFF;
    background-color: #FFF;
    height: 2px;
}
.previous {
    left: -50px !important;
}

.next {
    right: -50px !important;
}


.pulse{
    color: #CC3130;
    background-position: center;
    background-size: contain;
    font-weight: 400;
    font-size: 17px;
    animation-name: pulse;
    -webkit-animation-name: pulse;

    animation-duration: 1.5s;
    -webkit-animation-duration: 1.5s;

    animation-iteration-count: infinite;
    -webkit-animation-iteration-count: infinite;


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

@-webkit-keyframes pulse {
    0% {
        -webkit-transform: scale(0.75);
        opacity: 0.7;
    }
    50% {
        -webkit-transform: scale(1);
        opacity: 1;
    }
    100% {
        -webkit-transform: scale(0.75);
        opacity: 0.7;
    }
}
