.wide_background {
    background: #ffcc2a;
    width: 100%;
}

body {
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    color: #444;
    font-size: 10pt;
    line-height: 26px;
    width: 100%;
}
p {
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    color: #444;
    font-size: 10pt;
    line-height: 22px;
}
p.information {
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    color: #444;
    font-size: 12pt;
    line-height: 28px;
}

.button.gobackbutton {
    background: #2a2a2a;
    float: right;
    border: 0px solid #ddd;
    border-radius: 5px;
    margin: 0px 8px 8px 0px;
    padding: 0px 10px 0px 10px;
    color: #fff;
}

/** HEADER **/
.row.fullheader.desktop {
    background: #000;
    height: 160px;
    margin: 0px 0px 0px 0px;
    padding: 10px 0px;
    color: #fff;
    position: fixed;   /* Locks the element in place */
    top: 0;            /* Positions it at the very top */
    left: 0;           /* Aligns it to the left edge */
    width: 100%;       /* Ensures it spans the full width */
    z-index: 1000;     /* Keeps it on top of other content */
}
/**  ***/
.row.fullheader.tablet {
    background: #000;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    color: #fff;
}
.row.fullheader.mobile {
    background: #000;
    margin: 50px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    color: #fff;
}

/** DESKTOP -------------------------------------------------------------- **/
.row.fullheader.desktop .acelogo {
    width: 30%;
    padding: 0px 0px 0px 0px;
    color: #fff;
    float: left;
}
.row.fullheader.desktop .acelogo img {
    width: 50%;
}
.row.fullheader.desktop .acesearch {
    background: none;
    width: 35%;
    color: #fff;
    float: left;
    padding: 30px 0px 0px 0px;
}
.row.fullheader.desktop .aceworkshop {
    background: none;
    width: 35%;
    color: #fff;
    float: left;
}
.row.fullheader.desktop .aceworkshop img {
    float: right;
}
.row.fullheader.desktop .businessinfo {
    background: none;
    width: 100%;
    list-style: none;
    padding: 4px 0px 0px 0px;
    margin: 0;
    text-align: left;
    color: #FFCC2A;
    float: left;
}
.row.fullheader.desktop .address {
    background: none;
    width: 50%;
    float: left;
    text-align: left;
}
.row.fullheader.desktop .address ul.details {
    background: none;
    width: 100%;
    float: left;
    text-align: left;
    list-style: none;
    padding: 0px 0px 0px 0px;
    margin: 0;
    line-height: 13pt;
}
.row.fullheader.desktop .phone {
    background: none;
    width: 50%;
    float: right;
    text-align: right;
    font-size: 24pt;
    font-weight: bold;
    padding: 6px 0px 0px 0px;
}
.row.fullheader.desktop .phone .fa-phone {
    color: #FFCC2A;
    font-size: 20pt;
}
.row.fullheader.desktop .phone a {
    color: #FFCC2A;
}
.row.fullheader.desktop .phone a:hover {
    color: #fff;
}
.row.fullmenu.desktop {
    background: #2a2a2a;
    height: 50px;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px;
    color: #fff;
    position: fixed;   /* Locks the element in place */
    top: 160px;            /* Positions it at the very top */
    left: 0;           /* Aligns it to the left edge */
    width: 100%;       /* Ensures it spans the full width */
    z-index: 1000;     /* Keeps it on top of other content */
}

/** TABLET -------------------------------------------------------------- **/
.row.fullheader.tablet .acelogo {
    background: none;
    width: 25%;
    color: #fff;
    float: left;
}
.row.fullheader.tablet .acelogo img {
    width: 80%;
}
.row.fullheader.tablet .acesearch {
    background: none;
    width: 40%;
    color: #fff;
    float: left;
    padding: 27px 0px 0px 0px;
}
.row.fullheader.tablet .aceworkshop {
    background: none;
    width: 35%;
    color: #fff;
    float: left;
}
.row.fullheader.tablet .aceworkshop img {
    width: 80%;
    float: right;
}
.row.fullheader.tablet .businessinfo {
    background: none;
    width: 100%;
    text-align: left;
    color: #FFCC2A;
    float: left;
}
.row.fullheader.tablet .address {
    background: none;
    width: 50%;
    float: left;
    text-align: left;
}
.row.fullheader.tablet .address ul.details {
    background: none;
    width: 100%;
    float: left;
    text-align: left;
    list-style: none;
    padding: 0px 0px 0px 0px;
    margin: 0;
    line-height: 13pt;
}
.row.fullheader.tablet .phone {
    background: none;
    width: 50%;
    float: right;
    text-align: right;
    font-size: 20pt;
    font-weight: bold;
    padding: 6px 0px 0px 0px;
}
.row.fullheader.tablet .phone .fa-phone {
    color: #FFCC2A;
    font-size: 20pt;
}
.row.fullheader.tablet .phone a {
    color: #FFCC2A;
}
.row.fullheader.tablet .phone a:hover {
    color: #fff;
}
.row.fullmenu.tablet {
    background: pink;
    height: 50px;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px;
}

/** MOBILE -------------------------------------------------------------- **/
.row.fullheader.mobile .acelogo {
    width: 100%;
    color: #fff;
    margin: 0px auto 0px auto;
    align-content: center;
}
.row.fullheader.mobile .acelogo img {
    width: 45%;
    margin: 0px auto 0px auto;
    padding: 10px 0px;
    display: block;
}
.row.fullheader.mobile .acesearch {
    background: none;
    width: 80%;
    color: #fff;
    margin: 0px auto 0px auto;
    display: block;
}
.row.fullheader.mobile .aceworkshop {
    background: none;
    width: 100%;
    color: #fff;
}
.row.fullheader.mobile .aceworkshop img {
    background: none;
    width: 80%;
    margin: 0px auto 0px auto;
    padding: 0px 0px 10px 0px;
    display: block;
}
.row.fullheader.mobile .businessinfo {
    background: none;
    width: 100%;
    text-align: left;
    color: #FFCC2A;
    float: left;
    padding: 0px 0px 20px 0px;
}
.row.fullheader.mobile .address {
    background: none;
    width: 100%;
    text-align: center;
}
.row.fullheader.mobile .address ul.details {
    background: none;
    width: 100%;
    text-align: center;
    list-style: none;
    padding: 0px 0px 0px 0px;
    margin: 0;
    line-height: 13pt;
}
.row.fullheader.mobile .phone {
    background: none;
    width: 100%;
    text-align: center;
    font-size: 20pt;
    font-weight: bold;
    padding: 6px 0px 0px 0px;
}
.row.fullheader.mobile .phone .fa-phone {
    color: #FFCC2A;
    font-size: 20pt;
}
.row.fullheader.mobile .phone a {
    color: #FFCC2A;
}
.row.fullheader.mobile .phone a:hover {
    color: #fff;
}
.row.fullmenu.mobile {
    background: #2a2a2a;
    height: 50px;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px;
    position: fixed;
    top: 0px;
    left: 0;
    width: 100%;
    z-index: 1000;
}


/** CONTENT -------------------------------------------------------------- **/
#common-home.desktop {
    padding-top: 0px;
}
#common-home.tablet {
    padding-top: 210px;
} /****/
#common-home.mobile {
    padding-top: 40px;
}
































