/* 
    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: #2065b0;
    text-decoration: none;
}

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

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;
}

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

/* TEXT COLORS */
.text-black {
    color: #000;
}

.text-lt-grey {
    color: #bbb;
}

.text-grey {
    color: #666;
}

.text-yellow {
    color: #f3be41;
}

.text-lt-blue {
    color: #31beda;
}

.text-blue {
    color: #008fd5;
}

.text-lt-green {
    color: #abd540;
}

.text-green {
    color: #3c7c30 !important;
}

.text-white {
    color: #FFF !important;
}

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

/*-----------------------------------------------*/

/* TEXT COLORS */

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

.bg-color-blue {
    background-color: #008fd5;
}

.bg-color-blue-hot {
    background-color: #5a62d1;
}

.bg-color-blue-gradient {
    background: #176aa8; /* Old browsers */
    background: -moz-linear-gradient(top,  #176aa8 0%, #073d80 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#176aa8), color-stop(100%,#073d80)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #176aa8 0%,#073d80 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #176aa8 0%,#073d80 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #176aa8 0%,#073d80 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #176aa8 0%,#073d80 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#176aa8', endColorstr='#073d80',GradientType=0 ); /* IE6-9 */

}

.bg-color-red {
    background-color: #f65436;
}

.bg-color-lt-green {
    background-color: #89c160;
}

.bg-color-green {
    background-color: #abd540;
}

.bg-color-dk-grey {
    background-color: #202a31;
}

.bg-color-grey {
    background-color: #2a3740;
}

.bg-color-lt-grey {
    background-color: #8a959b;
}

.bg-color-muted-grey {
    background-color: #38464f;
}

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

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

.bg-color-purple {
    background-color: #ab119e;
}


/*-----------------------------------------------*/

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

.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);
}

.img-box {
    height: 190px;
}

.rounded-box {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.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: #fff;
    
    -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: -250px; visibility: hidden;}

.row {
    margin: 0;
}


.back-to-top {
    position: fixed;
    bottom: 40px;
    right: 10px;
    padding: 5px;
    text-align: center;
    background: #000;
    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: #89c160;
}

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

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

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

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