/* 
    Created on : Aug 4, 2014, 10:22:12 AM
    Author     : keng
*/
/*
    This CSS pertains to objects that always remain constant and does not change with the responsive layout.
*/

a {
    color: #31B9E5;
    text-decoration: none;
}

a:hover {
    color: #102446;
    text-decoration: none;
}

a:focus {
    color: #31B9E5;
    text-decoration: underline;
}

hr {
    /*
    border: 0;
    height: 1px;*/
    border-top: 1px solid rgba(115,115,115, .3);
}

.cursor {
    cursor: pointer;
}

.clear {
    clear: both;
}

.clear-10 {
    clear: both;
    height: 10px;
}

.clear-20 {
    clear: both;
    height: 20px;
}

.clear-30 {
    clear: both;
    height: 30px;
}

.clear-40 {
    clear: both;
    height: 40px;
}

.clear-50 {
    clear: both;
    height: 50px;
}

/* TEXT COLORS */
.text-grey {
    color: #888;
}

.text-magenta {
    color: #C11F70;
}

.text-purple {
    color: #5B1D5E;
}

.text-white {
    color: #FFF;
}

.text-red {
    color: #f65436 !important;
}

.text-blue {
    color: #31B9E5;
}

.text-navy-blue {
    color: #102446;
}

.text-navy-muted {
    color: #495A64;
}
/*-----------------------------------------------*/

/* TEXT COLORS */


.bg-color-blue {
    background-color: #31B9E5;
}

.bg-color-white {
    background-color: #fff;
}

.bg-color-black {
    background-color: #000;
}

.bg-color-navy {
    background-color: #102446;
}

.bg-color-navy-muted {
    background-color: #495A64;
}

.bg-color-navy-muted-light {
    background-color: #65737B;
}
/*-----------------------------------------------*/

.shadow-box {
    -webkit-box-shadow: 0px 0px 2px 1px rgba(0, 0, 0, 0.2);
    -moz-box-shadow:    0px 0px 2px 1px rgba(0, 0, 0, 0.2);
    box-shadow:         0px 0px 2px 1px rgba(0, 0, 0, 0.2);
}

.shadow-box-medium {
    -webkit-box-shadow: 0px 0px 5px 2px rgba(0, 0, 0, 0.3);
    -moz-box-shadow:    0px 0px 5px 2px rgba(0, 0, 0, 0.3);
    box-shadow:         0px 0px 5px 2px rgba(0, 0, 0, 0.3);
}

.shadow-box-thick {
    -webkit-box-shadow: 0px 0px 10px 5px rgba(0, 0, 0, 0.5);
    -moz-box-shadow:    0px 0px 10px 5px rgba(0, 0, 0, 0.5);
    box-shadow:         0px 0px 10px 5px rgba(0, 0, 0, 0.5);
}

.shadow-box-wide {
    -webkit-box-shadow: 0px 0px 30px 5px rgba(0, 0, 0, 0.3);
    -moz-box-shadow:    0px 0px 30px 5px rgba(0, 0, 0, 0.3);
    box-shadow:         0px 0px 30px 5px rgba(0, 0, 0, 0.3);
}

.shadow-inset {
    -webkit-box-shadow: inset 0px 0px 56px -12px rgba(0,0,0,0.44);
    -moz-box-shadow: inset 0px 0px 56px -12px rgba(0,0,0,0.44);
    box-shadow: inset 0px 0px 56px -12px rgba(0,0,0,0.44);
}

.img-box {
}

.float-none {
    float: none !important;
}

.float-left {
    float: left;
}

.float-right {
    float: right;
}

.click-open-box hr {
    -webkit-transition: border-top-color 200ms;
    -moz-transition: border-top-color 200ms;
    -o-transition: border-top-color 200ms;
    transition: border-top-color 200ms;
}

.click-open-box:hover {
    cursor: pointer;
}
.click-open-box:hover hr {
    cursor: pointer;
    border-top-color: #31B9E5;
    
    -webkit-transition: border-top-color 200ms;
    -moz-transition: border-top-color 200ms;
    -o-transition: border-top-color 200ms;
    transition: border-top-color 200ms;
}

.click-open-box div {
    display: none;
    margin-top: 10px;
    box-sizing: content-box;
}

sup {
    text-decoration: none !important;
}

a.anchor{display: block; position: relative; top: -160px; visibility: hidden;}


.back-to-top {
    position: fixed;
    bottom: 10px;
    right: 10px;
    padding: 5px;
    text-align: center;
    background: #102446;
    color: #fff;
    font-size: 12px;
    display: none;
    
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    
    z-index: 999;
}

.back-to-top:hover {
    background: #31B9E5;
}

.back-to-top i {
    font-size: 18px;
}

.band-top {
    height: 12px;
}

.no-padding-sides {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.no-padding-top {
    padding-top: 0 !important;
}

.no-padding-bottom {
    padding-bottom: 0 !important;
}

.no-padding-top-bottom {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

.slide-show .bg-band-purple {
    position: absolute;
    opacity: .8;
    bottom: 0;
    z-index: 2;
}

.cat-page {
    text-align: center;
}

.cat-page .arrow-down {
    font-size: 30px; 
    margin: auto;
    margin-bottom: 30px;
}

.office-shot {
    width: 95%;
    height: 186px;
    margin: auto;
    margin-bottom: 20px;
    
     -webkit-border-radius: 5px;
     -moz-border-radius: 5px;
     border-radius: 5px;
}

.center-align {
    text-align: center;
}

.right-align {
    text-align: right;
}

.scrolloff {
    pointer-events: none;
}

.max-pic {
    max-width: 100%;
}

.link-block {
    margin: 10px 0;
}

.link-block a {
    padding: 10px 0;
    display: block;
    border-bottom: 1px solid #eee;
}

.link-block a:first-child {
    border-top: 1px solid #eee;
}

/*OVERRIDES*/
/*disable boostrap row margin */
.row {
    margin: 0;
}

.bx-wrapper .bx-controls-direction a {
    text-indent: 0;
    background: none;
    font-size: 30px;
}