.banner-cap{
    color: #FFF;
    text-shadow: 1px 1px 1px rgba(150, 150, 150, 0.8);
}

.banner-cap h1 {
    color: #FFF !important;
}
.inline-header{
    margin: 0px;
    padding: 0px;
}


/* .cap_1 { position:absolute; top:50%; left:50%; margin:-100px 0 0 -175px; padding:0; width:350px; text-align:center; z-index:9; } */
.cap_1 { position:absolute; top:50%; left:50%; margin:-110px 0 0 -275px; padding:0; width:550px; text-align:center; z-index:9; }
.center_circle { width:280px; margin:0 auto; position:relative; border-radius:50%; background:rgba(255,255,255,0.2); margin-bottom: 25px; }
.center_circle span { font-size:54px; line-height:54px; color:#FFF; text-transform:uppercase; font-weight:bold; height:280px; width:280px; display:table-cell; vertical-align:middle; margin:0; padding:0; background:url(../images/circle_bg_1.png) no-repeat center center; border-radius:50%; font-family: 'HelveticaNeueLTStd-BdCn-Fixed', sans-serif; border:3px solid #fff; }
.center_circle ~ * { font-size:16px; line-height:24px; color:#ffffff; font-weight:normal; margin:0; padding:25px 0 0 0; font-family:'HelveticaNeueLTStd-Md'; font-weight: bold; text-align:center; }



@media (max-width: 2800px) {


    .center_circle { width:240px; }
    
    .center_circle span { width:240px; height:240px; font-size:32px; line-height:34px; background-size:100% auto !important; }
    .center_circle small { font-size:20px; line-height:24px; }
    
}
    
    
@media (max-width: 980px) {
        
    p { font-size:12px; line-height:20px; padding-top:15px; }
    .center_circle { width:220px; }
    
    .center_circle span { width:220px; height:220px; font-size:26px; line-height:34px; background-size:100% auto !important; }
    .center_circle small { font-size:18px; line-height:20px; }

}
    
    
@media (max-width: 767px) {
    .center_circle { width:170px; }
    
    .center_circle span { width:170px; height:170px; font-size:18px; line-height:26px; background-size:100% auto !important; }
    .center_circle small { font-size:15px; line-height:16px; }
    
    
}
    
@media (max-width: 480px) {
    
    .center_circle { width:150px; }
    
    .center_circle span { width:150px; height:150px; font-size:22px; line-height:22px; background-size:100% auto !important; }
    .center_circle small { font-size:13px; line-height:14px; }
    
    
    .link.left { left:10px; }
    .link.right { right:10px; }
    .link a { width:50px; height:50px; line-height:12px; } 
    
    
    .center_circle~* {line-height: 1;}
    .center_circle span { border-width:1px; line-height: 1; }
    
}
    
    /* Homepage tweaks */
@media (max-width: 767px) {
    
        .link {
            margin-top: -10px;
        }
        
        .center_circle:after {
            content: '';
            margin-bottom: 140px;
            display: block;
        }
    
        .cap_1 {
            padding: 20px 20px 0;
        }
    
        .center_circle~* {
            font-weight: normal;
            color: #646569;
            font-family: 'HelveticaNeueLTStd-BdCn';
            line-height: 1.5;
        }
    
        
    
}


.top-shadow{
    -webkit-box-shadow: 0px -15px 5px 0px rgba(0,0,0,0.38);
    -moz-box-shadow: 0px -15px 5px 0px rgba(0,0,0,0.38);
    box-shadow: 0px -15px 5px 0px rgba(0,0,0,0.38);

    
}

.exit-line{
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    line-height: 1.42857143;
    font-family: "freight-text-pro", Helvetica, sans-serif !important;
    color: #000 !important;
    font-size: 62.5%;
    -webkit-font-smoothing: antialiased;
    box-sizing: border-box;
    backface-visibility: hidden;
    position: absolute;
    left: 50%;
    width: 1px;
    border-left: 1px solid #d5d5d5;
    transition: height 1s;
    top: calc(100% - 35px);
    height: 100px;
    transition-delay: 1s;
}


.exit-line.inview .circle {
    opacity: 1;
}

.exit-line .circle {
    -webkit-transform: translate(-8px, -15px);
    -ms-transform: translate(-8px, -15px);
    transform: translate(-8px, -15px);
    -webkit-transition-delay: 2s;
    transition-delay: 2s;
}
.enter-line .circle, .exit-line .circle, .center-line .circle {
    width: 15px;
    height: 15px;
    border: 1px solid #d5d5d5;
    border-radius: 50%;
    opacity: 0;
    -webkit-transition: opacity 0.5s;
    -o-transition: opacity 0.5s;
    transition: opacity 0.5s;
}