﻿.HeaderBackground {
    background: #f6e2db url('/assets/images/services/mobileapps/headerbackground.jpg') no-repeat 60% top;
}

h1 {
    line-height: 48px;
}

    h1.NormalWeight.OrangeC {
        font-size: 52px;
        line-height: 60px;
    }

    h1.Larger {
        font-size: 58px;
    }

.LineHeightExact {
    line-height: 42px;
}

.MarginTop280px {
    margin-top: 280px;
}

.BlueBackgroundPadding {
    padding: 15px 0px 15px 0px;
}

.BlueBackground {
    background-color: #1650c4;
    padding: 60px 50px;
}

.BlueButton, .BlueButton:hover {
    background-color: #1650c4;
    color: #ffffff !important;
    text-transform: uppercase;
    padding: 30px 45px;
}

.BlueUnderline {
    border-bottom: 1px solid #1650c4;
}

.readmore, .readmore:hover {
    color: #f1815b !important;
}



.ulcheckbullets {
    margin-left: 0;
}

    .ulcheckbullets li {
        list-style-image: url('/assets/images/services/checkbullet.png');
    }

ul.uk-tab li.uk-active a {
    color: #f1815b !important;
}

.BlueBackgroundColor {
    background-color: #1650c4;
}


.DoubleWidth {
    width: 220%;
}

.DiagonalLineShiftUp {
    margin-top: -20px;
}

.DiagonalLineShiftLeft {
    margin-left: -40px;
}

.DiagonalLineShiftHs h2, .DiagonalLineShiftHs h3, .DiagonalLineShiftHs h4 {
    padding-left: 40px;
}


.OrangeBulletsUl {
    padding-left: 22px;
}

    .OrangeBulletsUl li {
        list-style-image: url('/assets/images/orangebullet.png');
        padding-bottom: 10px;
    }

.PullLeft {
    position: absolute;
    margin-left: -30px;
}

.Smaller {
    font-size: 32px;
}

.Height1px {
    height: 1px;
}

.MainImageImg {
    display: none;
}




@-webkit-keyframes pulse {
    from {
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.4);
    }

    to {
        box-shadow: 0 0 0 80px rgba(255, 255, 255, 0);
    }
}

@keyframes pulse {
    from {
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.4);
    }

    to {
        box-shadow: 0 0 0 80px rgba(255, 255, 255, 0);
    }
}

@keyframes rotate {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

@keyframes scale {
    0% {
        transform: scale(1);
    }

    70% {
        transform: scale(0.96);
    }

    100% {
        transform: scale(1);
    }
}

.highlight {
    width: 80%;
    height: 280%;
    margin: auto;
    border-radius: 180px;
}


.highlight:hover {
    -webkit-animation: pulse 1s ease-out 0.4s;
    animation: pulse 1s ease-out 0.4s;
    color: #ffffff;
}


.Circle:hover {
    animation-name: scale;
    animation-duration: 0.6s;
    animation-iteration-count: 1;
    animation-timing-function: ease-out;
}


@media screen and (max-width: 1800px) {
    .MainImage {
        background: none;
    }

    .MainImageImg {
        display: inline-block;
    }

}

@media screen and (max-width: 1580px) {
    .Circle {
        background-size: 92% !important;
        padding-top: 160px;
    }

    .MarginTop280px {
        margin-top: 180px;
    }
}

@media screen and (max-width: 1280px) {
    .HeaderBackground {
        background-position-x: left;
    }
}

@media screen and (max-width: 1100px) {
    .IpadOnly {
        display: inline-block;
    }

    .NotIpad {
        display: none;
    }

    .Circle {
        background-size: 65% !important;
        padding-top: 170px;
        margin-top: 0px !important;
    }

    .CirclesContainer {
        position: relative !important;
    }

    .MarginTop280px {
        margin-top: 30px;
    }

    .DoubleWidth {
        width: 200%;
    }

    .uk-width-4-5\@s.uk-width-5-6\@l {
        margin-top: 0px;
        margin-bottom: 35px;
    }

    .OrangeBlueGradientBackground {
        background-position-y: -45%;
    }
}

@media screen and (max-width: 780px) {
    .IpadOnly {
        display: none;
    }

    .NotIpad {
        display: inline-block;
    }

    .Circle {
        background-size: 78% !important;
        padding-top: 150px;
    }
}

@media screen and (max-width: 660px) {
    .DoubleWidth {
        width: auto;
    }

    .OrangeBlueGradientBackground {
        background-position-y: 0;
    }
}
