﻿/* General Stuff */

html
{
    height: 100%;
    min-height: 100%;
}

body
{
    height: 100%;
    min-height: 100%;
    width: 100%; 
    min-width: 320px;
    background-color: #9e9fa1;
}

.clearfix
{
    clear: both;
    height: 1px;
    margin: 0 0;
    padding: 0 0;
    font-size: 0px;
    line-height: 0px;
}

/* Layout */

div.mobile-wrapper {
    max-width: 1024px;
    margin: 0 auto;
    background-color: #f3f3f3;
}

div.mobile-header {
    width: 100%;
    height: auto;
    margin: 0 0;
    padding: 0 0;
}

div.mobile-header img {
    max-width: 100%;
    height: auto;
    margin: 0 0;
    padding: 0 0;
    
}

div.mobile-buttons {
    clear: both;
    width: 96%;
    margin: 8px Auto;
    text-align: center;
}

div.mobile-buttons a, div.mobile-buttons a:visited {
    display: block;
    height: 48px;
    margin: 0 0;
    padding: 0 0;
    font-weight: bold;
    color: #FFFFFF;
    line-height: 48px;
    text-align: center;
    border: 1px solid #000000;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    background-color: #b02e18;
    background: linear-gradient(top, #c6371e, #b02e18);
    background: -webkit-linear-gradient(top, #c6371e, #b02e18);
    background: -moz-linear-gradient(top, #c6371e, #b02e18);
    background: -ms-linear-gradient(top, #c6371e, #b02e18);
    background: -o-linear-gradient(top, #c6371e, #b02e18);
}

div.mobile-buttons a:hover {
    color: #FFFFFF;
    background-color: #b02e18;
    background: linear-gradient(top, #c6371e, #b02e18);
    background: -webkit-linear-gradient(top, #c6371e, #b02e18);
    background: -moz-linear-gradient(top, #c6371e, #b02e18);
    background: -ms-linear-gradient(top, #c6371e, #b02e18);
    background: -o-linear-gradient(top, #c6371e, #b02e18);
}

div.mobile-buttons a.call {
    float: left;
    width: 48%;
}

div.mobile-buttons a.find {
    float: right;
    width: 48%;
}

div.mobile-buttons a.classic {
    float: none;
    width: 100%;
}

div.mobile-buttons a img {
    display: inline-block;
    position: relative;
    top: 6px;
    margin: 0 8px 0 0;
}

div.mobile-buttons a span {
    display: inline-block;
    margin: 0 0;
}

div.mobile-content {
    clear: both;
    width: 96%;
    margin: 0 auto;
    padding: 10px 0 0 0;
    font-family: Cambria, "Hoefler Text", Utopia, "Liberation Serif", "Nimbus Roman No9 L Regular", Times, "Times New Roman", Serif;
    font-size: 18px;
}

div.mobile-content h1, div.mobile-content h2, div.mobile-content h3 {
    font-weight: bold;
    color: #232323;
    text-align: center;
}

div.mobile-content h1 {
    margin: 4px auto 8px auto;
    font-size: 24px;
    line-height: 32px;
}

div.mobile-footer {
    clear: both;
    height: 6px;
}

/* Photos */

img.mobile-photo-left, img.mobile-photo-right {
    margin: 0 0 16px 0;
    width: 48%;
    height: auto;
    border: 1px solid #000000;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
}

img.mobile-photo-left {
    float: left;
}

img.mobile-photo-right {
    float: right;
}
