
body {
    font-family: 'Open Sans', sans-serif;
}

.siteHeader {
    position: static;
}

.navbar-fixed-top {
    border-width: 0 0 0px;
}

.navbar-fixed-top .container {
    padding-left: 0px;
}

.logoArea a {
    height: 78px;
}

.home-container-upper {
    margin-top: 100px;
}

.bubbleGroupedContent {
    margin: 0 auto;
    border: 0em;
    height: 1200px;
    background: none;
}

button{
    border:2px black solid;   
    padding:10px;
    
    -moz-border-radius: 100px / 50px;
    -webkit-border-radius:100px / 50px;
    border-radius:100px / 50px;
    
    background-color:#c0973f;
    
    margin: auto 10px;
    font-size: 18px;    
    
    -webkit-transition:all 0.3s ease-in-out;    
    -moz-transition:all 0.3s ease-in-out;
    -o-transition:all 0.3s ease-in-out;
    -ms-transition:all 0.3s ease-in-out;
    transition:all 0.3s ease-in-out;        
}


.dsr-title, .dsr-sub-title, .dsr-footer-title, .dsr-suburb {
    color: white;
/*    font-family: sans-serif;*/
    font-weight: bold;
    letter-spacing: 0.1ex;
    white-space: nowrap;
    text-align: center;
    font-size: 32px;
}

    .dsr-title {
        margin: 20px;
        margin-bottom: 10px;
    }
    .dsr-footer-title {
        font-size: 24px;
        font-weight: normal;
    }
    .dsr-footer-title span {
        border-bottom: solid 1px #d3b466;
        padding-bottom: 6px;
        margin-right: 90px;
    }

    .dsr-sub-title {
        color: white;
        font-size: 18px;
        font-weight: normal;
        font-style: italic;
        margin: 10px;
    }

    .dsr-suburb {
        color: #d3b466;
        font-size: 14px;
        font-weight: bold;
        margin-top: 16px;
    }

.dsr-footer-detail {
    color: #ccc;
    line-height: 1.4;
    max-width: 600px;
    margin-top: 30px;
}

.dsr-footer-detail p {
    margin: 0 0 30px;
}

.footer-globe {
    position: relative;
    display: inline-block;
    top: 30px;
    left: -10px;
    width: 90px;
    height: 86px;
    background: url('../images/dsr_sprites.png') -15px -12px no-repeat;
}

.dsr-suburb-gauge img {
    width: 180px;
    height: 180px;
    margin: 15px;
}

.dsr-suburb-enter {
    display: inline-block;
    width: 450px;
    margin-left: auto;
    margin-right: auto;
    font-size: 14px;
    margin: 0px;
    padding: 6px;
    height: 30px;
    box-shadow: 0 0 10px rgba(0,0,0,0.9) inset;
    border: 0;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.dsr-suburb-info2 {
    color: #777;
    background-color: white;
    box-shadow: 0 0 10px rgba(0,0,0,0.9) inset;
    font-size: 12px;
    line-height: 1.4;
    text-align: justify;
    padding: 20px;
    width: 75%;
    max-width: 600px;

    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.dsr-suburb-info {
    background-color: white;
    font-size: 12px;
    margin-left: auto;
    margin-right: auto;
    padding: 25px;
    width: 80%;
    box-shadow: 0 0 10px rgba(0,0,0,0.9) inset;
    border: 0;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    color: gray;
    line-height: 1.5;
}

.dsr-growth-chart-title {
    font-size: 28px;
    font-weight: 400;
    color: #6695c3;
    margin-bottom: 20px;
}

.magazine-container {
    margin-bottom: 30px;
}

.magazine-title {
    max-width: 70%;
    margin-left: auto;
    margin-right: auto;
    font-size: 18px;
    padding: 30px 30px 0px 30px;
}

.home-header {
    height: 76px;
}

.home-page-info-column {
    width: 30%;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 80px;
}

.home-page-upper-container, .home-page-lower-container {
    position: relative;
    top: 0px;
    left: 0px;
    padding-top: 15px;
    padding-bottom: 20px;
    background: url("../images/big-data.jpg");
}

    .home-page-lower-container {
        background: url("../images/big-data-dark.jpg");
    }

/*    .home-page-upper-container:before {
        content: '';
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        opacity: .6; 
    }*/

.service-boxes {
    border-bottom: 2px solid #6695C3;
    padding-top: 40px;
    padding-bottom: 40px;
}


.quickstart {
    padding: 10px 2px 12px;
    margin: 0 5px;
    min-height: 320px;
    max-width: 240px;
    min-width: 205px;
    line-height: 1.2;

    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;

    border: 2px solid;
    border-color: #6695c3;
    background-color: #e8f1fa;
    
    -webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
    
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    
    -moz-user-select: none;  
    -webkit-user-select: none;  
    -ms-user-select: none;  
    -o-user-select: none;  
    user-select: none;
    
}

.quickstart.qs_side {
    background-color: #2a6496;
    border-color: #d3b466;
}

.quickstart-btn {
    font-size: 12px;
}

/*.quickstart:hover {
    border-color: #6695c3;
    background-color: #6695c3;
}*/

.quickstart_heading {
    padding: 1px 20px 10px 20px;
    font-size: 16px;
    font-weight: bold;
    color: #d3b466;
}

.quickstart_detail {
    font-size: 14px;
    padding: 10px 30px 1px 30px;
    text-align: justify;
    color: #606060 ;
    min-height: 130px;
}

.detail_box_border {
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;

    border:3px solid;
    border-color: #f8f8ff;
    background-color: #f8f8ff;

}

.animation-check {
    background-image: url('<c:url value="/resources/images/check_sprite_1.png" />');
    height: 90px;
    width: 92px;
    padding: 0;
    margin: 0 auto;  
}
.animation-check:hover {
    /* -moz-animation: sprite-animation-check .6s steps(13,end) infinite; */
    -webkit-animation: sprite-animation-check .6s steps(13,end) infinite;
   /*  -o-animation: sprite-animation-check .6s steps(13,end) infinite; */
    animation: sprite-animation-check .6s steps(13,end) infinite;
}
/* @-moz-keyframes sprite-animation-check { 
        from { background-position: 0 0; }
        to { background-position: -1215px 0; } 
} */
@-webkit-keyframes sprite-animation-check { 
        0% { background-position: 0 0; }
        100% { background-position: -1215px 0; }
}
/* @-o-keyframes sprite-animation-check { 
        from { background-position: 0 0; }
        to { background-position: -1215px 0; }
} */
@keyframes sprite-animation-check {
        0% { background-position: 0 0; }
        100% { background-position: -1215px 0; } 
}
.animation-find {
        background-image: url('<c:url value="/resources/images/find_sprite.png" />');
        height: 90px; 
        width: 92px;
        padding: 0;
        margin: 0 auto;
        
}
.animation-find:hover {
    -webkit-animation: sprite-animation-find .6s steps(13,end) infinite;
    animation: sprite-animation-find .6s steps(13,end) infinite;
}
@-webkit-keyframes sprite-animation-find { 
        from { background-position: 0 0; }
        to { background-position: -1225px 0; } 
}
@keyframes sprite-animation-find {
        from { background-position: 0 0; }
        to { background-position: -1225px 0; } 
}
.animation-monitor {
        background-image: url('<c:url value="/resources/images/monitor_sprite.png" />');
        height: 90px; 
        width: 92px;
        padding: 0;
        margin: 0 auto;
        
}
.animation-monitor:hover {
    -webkit-animation: sprite-animation-monitor .6s steps(13,end) infinite;
    animation: sprite-animation-monitor .6s steps(13,end) infinite;
}
@-webkit-keyframes sprite-animation-monitor{
        from { background-position: 0 0; }
        to { background-position: -1258px 0; } 
}
@keyframes sprite-animation-monitor {
        from { background-position: 0 0; }
        to { background-position: -1258px 0; } 
}


.home_mkt_selector {
    margin: 0 auto;
}

.home_mkt_selector input[type="text"] {
    background-color: #fff !important;
    border: 0 none;
    border-radius: 3px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.9) inset;
    font-size: 14px;
    height: 30px;
    margin: 0;
    padding: 6px;
    padding-left: 12px;
    width: 450px;
}

.home_mkt_selector .ui-widget-content {
    background: none; border:none;
    margin-bottom: 0 !important;
}

.home_mkt_selector #dsr_market_summary_text {
    display: none;
    background-color: white;
    border-radius: 5px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.9) inset;
    color: #777;
    font-size: 12px;
    line-height: 1.4;
    max-width: 700px;
    padding: 20px;
    text-align: justify;
    margin-top: 10px;
    overflow-y:auto;
}

#banner1 {
    position:sticky;
    display: block;
    top:270px;
    float:left;
    left:10%;
    z-index:101;
    color:#d3b466;
    font-size: 3rem;
    line-height: 4rem;
    font-family: 'Open Sans', sans-serif;
}

.cglowing {
	animation: glowing 3s ease-in-out infinite both;
}

@keyframes glowing {
  0% { background-color: #B20000; border-color:#B20000; box-shadow: 0 0 3px #B20000; }
  50% { background-color: #FF0000; border-color:#FF0000; box-shadow: 0 0 40px #FF0000; }
  100% { background-color: #B20000; border-color:#B20000; box-shadow: 0 0 3px #B20000; }
}