﻿/* -----------------------------------------
:: index.htm ( and variations )
----------------------------------------- */


.phone-animation {
    width: 100%;
    min-height: 500px;
    position: relative;
}

.cellphone-left {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: url('../../themed-images/backgrounds/cellphone-bg-left.png') center center no-repeat;
    width: 100%;
    height: 100%;
    visibility: hidden;
}

.cellphone-right {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: url('../../themed-images/backgrounds/cellphone-bg-right.png') center center no-repeat;
    width: 100%;
    height: 100%;
    visibility: hidden;
}

.call-today {
    position: absolute;
    bottom: 0;
    left: 0;
    opacity: 0;
}



}
/* -----------------------------------------
:: MOBILE
----------------------------------------- */
@media (max-width: 768px) {
.logo {
    width: 100%;
}

.website-name {
    float: none;
}

.menu-bar {
    background: #222222;
    bottom: 0;
    min-height: 141px;
    position: relative;
    width: 100%;
}

}






