/* Id: 7.3610419.1461313315
 * Generated: 24-Nov-2016 01:05:32
 */
    .banner,
.persistent-wrapper, #content_right {
    display: none;
}
body {} .message {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    text-align: center;
    color: #fff;
}
.loader {
    margin-top: 38%;
    z-index: 2;
    opacity: 0;
    -webkit-animation: move-up 1s forwards;
    animation: move-up 1s forwards;
    -webkit-animation-delay: .5s;
    animation-delay: .5s;
}
.loader span {
    background: transparent;
    border-radius: 50%;
    display: inline-block;
    height: 0.7em;
    width: 0.7em;
    background: #fff;
    -webkit-animation-name: blink;
    animation-name: blink;
    -webkit-animation-duration: 1.4s;
    animation-duration: 1.4s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
.loader span:nth-child(2) {
    -webkit-animation-delay: .2s;
    animation-delay: .2s;
}
.loader span:nth-child(3) {
    -webkit-animation-delay: .4s;
    animation-delay: .4s;
}
.circle {
    position: relative;
    width: 85px;
    height: 85px;
    margin: 20px auto;
    overflow: hidden;
}
.circle svg {
    position: absolute;
    width: 100%;
    height: 100%;
}
.circle svg path {
    fill: #fff;
}
.circle svg.circleFill {
    z-index: 1;
    stroke-dasharray: 322;
    stroke-dashoffset: 322;
    -webkit-transition: all 3s;
    transition: all 3s;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    -webkit-animation: circle 1s forwards;
    animation: circle 1s forwards;
    -webkit-animation-delay: 0.2s;
    animation-delay: 0.2s;
    overflow: hidden;
}
.circle svg.circleTrack {
    z-index: 0;
}
.message-top-spot {
    padding: 15px 35px 25px 35px;
    position: relative;
    background: #8da3ba;
}
.message-top-spot h1 {
    color: #fff;
    font-weight: 300;
    padding: 0;
  font-size:148%;
}
.message-top-spot:after {
    top: 100%;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(255, 255, 255, 0);
    border-top-color: #8da3ba;
    border-width: 15px;
    margin-left: -15px;
}
.modal-message {
    padding: 25px;
    background: #fff;
    border-top: 1px solid #8197AF;
    color: #2b2e38;
    font-size: 13px;
}
.modal-message span {
    margin: 10px 0;
    display: block;
    position: relative;
}
.modal-message span:after,
.modal-message span:before {
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    width: 43%;
    height: 1px;
    background: rgb(193, 193, 193);
}
.modal-message span:before {
    left: 0;
}
.modal-message span:after {
    right: 0;
}
.overlay-wrap {
    background: rgba(43, 46, 56, 0.9);
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: -1;
}
.modal-btn {
    border: none;
    border-radius: 4px;
    height: 45px;
    color: #fff!important;
    background: #8da3ba;
    font-size: 18px;
    -webkit-transition: 0.2s;
    transition: 0.2s;
    cursor: pointer;
    font-family: "DinWeb-Medium";
    position: relative;
    width: 100%;
    margin: 0 auto;
    display: block;
    line-height: 45px;
}
.light-blue {
    background: rgb(218, 225, 230);
    color: rgb(45, 50, 54)!important;
}

/* Media Queries - Specific for iPhone4 */

@media only screen 
  and (max-height:480px) 
 {
  .button-wrap{
  	display:flex;
    display:-webkit-flex;
    flex-flow:column;
    -webkit-flex-direction: column;
  }
    .modal-btn{order:3;-webkit-order:3;}
  	.modal-message span{order:2;-webkit-order:2;}
    .modal-btn.light-blue{order:1;-webkit-order:1;}
}


/* Animations */

.message svg {
    position: absolute;
    top: 0;
    left: 0;
}
@-webkit-keyframes circle {
    0% {
        stroke-dashoffset: none;
        stroke: #fff;
    }
    100% {
        stroke-dashoffset: 38.5;
    }
}
@keyframes circle {
    0% {
        stroke-dashoffset: none;
        stroke: #fff;
    }
    100% {
        stroke-dashoffset: 38.5;
    }
}
@-webkit-keyframes fade {
    0% {
        opacity: 0;
    }
    80% {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
        -webkit-transform: translate(0px, 0px);
        transform: translate(0px, 0px);
    }
    90% {
        opacity: 0;
        -webkit-transform: scale(1);
        transform: scale(1);
        -webkit-transform: translate(0px, 10px);
        transform: translate(0px, 10px);
    }
    100% {
        opacity: 0;
        -webkit-transform: scale(1);
        transform: scale(1);
        -webkit-transform: translate(0px, 100px);
        transform: translate(0px, 100px);
    }
}
@keyframes fade {
    0% {
        opacity: 0;
    }
    80% {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
        -webkit-transform: translate(0px, 0px);
        transform: translate(0px, 0px);
    }
    90% {
        opacity: 0;
        -webkit-transform: scale(1);
        transform: scale(1);
        -webkit-transform: translate(0px, 10px);
        transform: translate(0px, 10px);
    }
    100% {
        opacity: 0;
        -webkit-transform: scale(1);
        transform: scale(1);
        -webkit-transform: translate(0px, 100px);
        transform: translate(0px, 100px);
    }
}
@-webkit-keyframes blink {
    0% {
        opacity: 0.2;
    }
    20% {
        opacity: 1;
    }
    100% {
        opacity: 0.2;
    }
}
@keyframes blink {
    0% {
        opacity: .2;
    }
    20% {
        opacity: 1;
    }
    100% {
        opacity: .2;
    }
}
@-webkit-keyframes move-up {
    0% {
        -webkit-transform: translate(0px, 80px);
        transform: translate(0px, 80px);
    }
    20% {
        -webkit-transform: translate(0px, 50px);
        transform: translate(0px, 50px);
        opacity: .3;
    }
    100% {
        -webkit-transform: translate(0px, 0);
        transform: translate(0px, 0);
        opacity: 1;
    }
}
@keyframes move-up {
    0% {
        -webkit-transform: translate(0px, 80px);
        transform: translate(0px, 80px);
    }
    20% {
        -webkit-transform: translate(0px, 50px);
        transform: translate(0px, 50px);
        opacity: .3;
    }
    100% {
        -webkit-transform: translate(0px, 0);
        transform: translate(0px, 0);
        opacity: 1;
    }
}

      