﻿div.amazing-chatthingy {
    position: fixed;
    margin-top: -107px;
    top: 100%;
    left: 100%;
    margin-left: -217px;
    z-index: 11000;
}

    div.amazing-chatthingy img {
        /*width: 100px;*/
    }

.anchorwrap {
    text-align: center;
    margin-top: 14px;
}

.anchorresp {
    display: inline-block;
    text-align: left;
    width: 24%;
    margin-right: 0%;
}

    .anchorresp.fixed {
        width: 100px;
        margin-right: 10px;
    }

/* FIVE ITEMS */
.anchorwrap5 {
    text-align: center;
    margin-top: 14px;
}

.anchorresp5 {
    display: inline-block;
    text-align: left;
    width: 19.5%;
    margin-right: 0%;
}

.anchorresp.fixed5 {
    width: 100px;
    margin-right: 10px;
}

.fatty {
    font-family: Raleway;
    font-weight: 900;
}

}

@media all and (max-width: 608px) {
    #desktop {
        display: none
    }
}

@media only screen and (min-width: 600px) {
    #mobile {
        display: none
    }
}

@media only screen and (min-width: 760px) {
    #anchormobile {
        display: none;
    }
}

.modal-header {
    background: #57b7e6 !important;
}

.close {
    float: right;
    font-size: 43px;
    font-weight: bold;
    line-height: 1;
    color: #ffffff;
    text-shadow: 0 1px 0 #fff;
    filter: alpha(opacity=70);
    opacity: .7;
}

.btn-custom {
    background-color: #ffc000;
    color: #000000;
    font-weight: bold;
}

@media (min-width:768px) {
    .mobileSpecial {
        display: none;
    }
}

.mobileSpecial {
    color: red;
    font-size: 18px;
}

.air_desktop {
    display: block;
}

.air_mobile {
    display: none;
}

@media (max-width:767px) {
    .air_desktop {
        display: none;
    }

    .air_mobile {
        display: block;
    }
}
