button[disabled], html input[disabled] {
    cursor: auto !important;
}
.custom-font {
    font-family: 'SteelfishBold', sans-serif;
}
.quick-animated {
    -webkit-transition: all 0.15s ease-in-out;
    -moz-transition:all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
}

.animated {
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition:all 0.2s ease-in-out;
    transition: all 0.3s ease-in-out;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);

    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;

    -webkit-perspective: 1000;
    -moz-perspective: 1000;
    -ms-perspective: 1000;
    perspective: 1000;
}

/* Utilities
============================================*/
.thick { font-weight: 700; }
.thin { font-weight: 400; }
.uppercase {text-transform: uppercase}
.icon-margin-8 { margin-right: 8px}
.icon-margin-12 { margin-right: 12px}
.icon-margin-18 { margin-right: 18px}
.icon-margin-24 { margin-right: 24px}
.icon-margin-top-8 { margin-top: 8px}
.icon-margin-top-12 { margin-top: 12px}
.icon-margin-top-18 { margin-top: 18px}
.icon-margin-top-24 { margin-top: 24px}
.cls { clear: both }
.relative { position: relative }


/*
Visualiser
 */
 .visualiser-option {
     background-color: #242a2f;
     text-align: center;
     border-radius: 7px;
     padding: 20px 0;
     color: white;
     display: inline-block;
 }
 .visualiser-option img {
     max-width: 50%;
 }
 .visualiser-option p {
     font-size: 1.3em;
 }
.op0 {
    opacity: 0;
}
.op1 {
    opacity: 1;
}
/**
new footer
 */
section#footer_area {
    width: 100%;
    float: left;
    height: auto;
    background-color: #242a2f;
    text-transform: uppercase;
}
footer {
    padding: 80px 0;
}
@media screen and (max-width: 768px){
    footer {
        padding: 30px 0;
    }
}
.footer_box {
    width: 100%;
    float: left;
    height: auto;
    padding: 30px 0;
}
.footer_heading {
    width: 100%;
    float: left;
    height: auto;
    color: #fff;
}
.footer_heading h3 {
    font-size: 24px;
    line-height: 20px;
    letter-spacing: 1px;
    margin-top: 0;
}
.footer_menu {
    padding: 10px 0;
}
.footer_heading_1 {
    width: 100%;
    float: left;
    height: auto;
    color: #fff;
}
.footer_social {
    padding: 0px 0 0;
}
.footer_heading_1 h3{
    margin-top: 0;
}
.footer_social ul li {
    padding: 12px 15px 12px 0;
    display: inline-block;
}
.footer_menu ul li {
    padding: 3px 0;
    display: block;
}
footer ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}
.footer_menu ul li a {
    font-family: 'Lato', sans-serif;
    color: #fff;
    font-size: 14px;
    line-height: 22px;
    font-weight: 300;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    text-decoration: none;
    text-transform: none;
}
.footer_menu ul li a:hover {
    color: #337ab7;
}
.footer_logo a img.img-responsive {
    width: 90%;
    float: left;
    height: auto;
}
@media screen and (max-width: 768px){
    .footer_logo a img.img-responsive {
        width: 150px;
        float: none;
    }
}
.copyright_text p {
    font-size: 11px;
    color: #FFF;
    font-family: 'Lato', sans-serif;
    text-transform: none;
}



.spacer-tiny {
    display: block;
    height: 1px;
    width: 50%;
    margin: 8px 0;
    clear: both;
}
button.close{
    position: absolute;
    right: 24px;
    top: 18px;
    z-index: 150;
}
.screen-disclaimer {
    position: absolute;
    right: 24px;

}

/**
Fix for Fascias
 */
#table-container_fascia {
    display: none;
}
#table-container1_fascia {
    display: none;
}
#table-container2_fascia {
    display: none;
}
#table-container3_fascia {
    display: none;
}
#thumb-container1_fascia {
    display: none;
}