/*** HQ sdca3
Created on : 3 Mar, 2016, 12:05:10 PM
Author     : Hritik

CSS ADDITIONS BY HQ ADDED TO THE BOTTOM 04 MAY 2016
***/

body {
    font-size: 14px;
}

.bg-darkest {
    background-color: #213856;
    color: #FFF
}

.bg-dark {
    background-color: #353535;
    color: #FFF
}

.bg-somewhat-dark {
    background-color: #353535;
    color: #FFF
}

.bg-lighter {
    background-color: #558dd4;
    color: #353535;
}

.bg-lighter-still {
    background-color: #80b5f6;
    color: #353535;
}

.bg-lightest {
    background-color: #bfdafc;
    color: #353535;
}

section {
    color: #444;
    font-size: 16px
}

section.section-top {
    background: #558dd4 none repeat scroll 0 0;
}

section.section-top h3 {
    color: #FFF
}

.form-control {
    background: none;
    height: 40px
}

.nav>li>span {
    color: #fff;
    display: table-cell;
    font-size: 13px;
    font-weight: 300;
    height: 100%;
    letter-spacing: 0.1em;
    line-height: 100%;
    text-transform: uppercase;
    vertical-align: middle;
    z-index: 500;
}

.navbar-nav>li>span {
    line-height: 20px;
    padding-bottom: 10px;
    padding-top: 10px;
}

.navbar-collapse.collapse {
    position: relative;
}

.btn {
    border-radius: 0
}

.btn-success {
    border-color: #18a689
}

.btn-icon {
    height: 37px;
    padding: 2px 11px;
    width: 37px;
    font-size: 20px;
}

.btn-rounded {
    border-radius: 50px
}

.btn-golden {
    background: #f8c326 none repeat scroll 0 0;
    border-color: #f8c326;
    color: #000;
}

.btn-golden:hover {
    background: #f7ca43 none repeat scroll 0 0;
}

.btn-orange {
    background: #ff6c00 none repeat scroll 0 0;
    border-color: #ff6c00;
    color: #FFF;
}

.btn-orange:hover {
    background: #d75b00 none repeat scroll 0 0;
    border-color: #d75b00;
    color: #FFF;
}

.bg-icon.mouse {
    background: transparent url('../img/style/computer-mouse.png') no-repeat scroll 0px 0px;
    padding: 0px 0px 0px 80px;
    min-height: 64px;
}

.bg-icon.ice-cream {
    background: transparent url('../img/style/ice-cream.png') no-repeat scroll 0px 0px;
    padding: 0px 0px 0px 80px;
    min-height: 64px;
    line-height: 60px;
}

.bg-icon.hans {
    background: transparent url('../img/style/hans.jpg') no-repeat scroll 0px 0px;
    padding: 0px 0px 0px 80px;
    min-height: 64px;
}

.text-white {
    color: #fff
}

.modal-content {
    border-radius: 0
}

.modal-footer {
    padding: 10px 20px
}

.modal-header {
    padding: 10px 10px 10px 20px;
}

.modal-title {
    font-weight: 700 !important;
}

.seprator {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: #80b5f6 -moz-use-text-color -moz-use-text-color;
    border-image: none;
    border-style: solid none none;
    border-width: 1px 0 0;
    float: left;
    margin-bottom: 20px;
    margin-top: 20px;
    width: 100%;
}

.ui-radio {
    list-style: none;
    padding: 0;
    margin: 0;
}

.ui-radio li {
    display: inline-block;
    margin-right: 30px
}

.ui-radio li label {
    padding-left: 5px
}

.text-danger {
    color: #ff0020
}

.text-large {
    font-size: 300%
}

.carousel-fade .carousel-inner .item {
    opacity: 0;
    -webkit-transition-property: opacity;
    -moz-transition-property: opacity;
    -o-transition-property: opacity;
    transition-property: opacity;
    -webkit-transition-duration: 0.25s;
    -moz-transition-duration: 0.25s;
    -o-transition-duration: 0.25s;
    transition-duration: 0.25s;
}

.carousel-fade .carousel-inner .active {
    opacity: 1;
}

.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
    left: 0;
    opacity: 0;
    z-index: 1;
}

.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
    opacity: 1;
}

.carousel-fade .carousel-control {
    z-index: 2;
}


/*** FOOTER ***/

#dyn-footer .container {
    max-width: 900px
}

.newfooter2 {
    border-top: 1px solid #999;
    padding: 10px 0;
}

.newfooter4 a {
    color: #333;
    font-weight: bold;
}

@media (max-width: 991px) {
    .navbar .container {
        width: 100%
    }
}


/* HQ BOTTOM FIXED MARKETING BAR */

.footer-callout-bar {
    z-index: 999;
    width: 100%;
    height: auto;
    background-color: #f8c326;
    border-top: 6px solid #907831;
    position: fixed;
    bottom: 0px;
    left: 0px;
    padding: 5px 160px 5px 0px;
    text-align: center;
}


/* IE6 
* html .footer-callout-bar {
	position:absolute;
	top:expression((0-(footer.offsetHeight)+(document.documentElement.clientHeight ? document.documentElement.clientHeight : document.body.clientHeight)+(ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop))+'px');
}*/

.footer-callout-bar a {
    color: #333;
    font-weight: bold;
    text-decoration: none;
}

.footer-callout-bar a:hover {
    color: #3fa93b;
}


/* /HQ BOTTOM FIXED MARKETING BAR */