﻿body {
    padding: 0px;
    font-family: 'Pontano Sans',Verdana;
    margin: 0px;
    background-color: #3980B4;
    background-repeat: no-repeat;
    background-position: top center;
    background-attachment: fixed;
    -o-background-size: cover;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    background-size: cover;
}

h1 {
    font-family: 'Fugaz One';
    font-size: 30px;
    padding: 10px;
    margin: 0px;
    color: #387CCF;
    text-align: center;
    background: url('/themes/winter/images/ui/header_background.png');
    letter-spacing: 0.5px;
    border-top: 1px solid #777;
    border-bottom: 1px solid #777;
}

h2 {
    font-family: Averia Serif Libre;
    font-size: 25px;
    font-weight: bold;
    margin: 20px 20px 0 20px;
    color: #154b8d;
    text-align: center;
    clear: both;
}

h3 {
    font-family: Averia Serif Libre;
    font-size: 25px;
    margin-left: 10px;
    margin-top: 35px;
    margin-bottom: 10px;
    color: #154b8d;
    clear: both;
    border-bottom: 1px groove #777;
}

hr {
    width: 75%;
}

.hotel-name {
    font-size: 45px;
    text-align: left;
    padding-left: 25px;
    background: url('/images/ui/backgrounds/trans_green_t70.png');
    /*text-shadow: 1px 1px 4px Black;*/
}

a {
    color: #3E87D4;
    text-decoration: none;
}

    a:hover {
        color: #07C;
        text-decoration: underline;
    }

    a:visited {
        color: #07C;
        text-decoration: underline;
    }

.top_ticker {
    float: left;
    width: 500px;
    margin-left: 120px;
    margin-right: auto;
    padding-right: 15px;
    font-size: 12px;
}

.top_ticker_item {
    height: 20px;
    border-right: 1px solid #ccc;
    padding-right: 20px;
    margin-right: 20px;
}

.top_ticker_link {
    color: #00f;
    text-decoration: none;
}

a.top_ticker_link:hover {
    color: #00f;
    text-decoration: underline;
}



.bgi {
    display: none;
    z-index: -1;
    position: fixed;
    top: 0;
    left: 0;
}

.wrapper {
    width: 100%;
}

.page_wrapper {
    width: 1000px;
    margin-left: auto;
    margin-right: auto;
    box-shadow: 1px 2px 30px #000;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
    -webkit-border-top-radius: 15px;
    -webkit-border-bottom-radius: 15px;
    -moz-border-radius-top: 15px;
    -moz-border-radius-bottom: 15px;
}



.header {
    width: 1000px;
    height: 114px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0px;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    -webkit-border-top-left-radius: 15px;
    -webkit-border-top-right-radius: 15px;
    -moz-border-radius-topleft: 15px;
    -moz-border-radius-topright: 15px;
    background: url('/themes/winter/images/ui/Big_Bear_Lake_California_Official_Guide_Winter.png');
    border-top: 1px solid #333;
    border-left: 1px solid #333;
    border-right: 1px solid #333;
}

.content {
    clear: both;
    width: 1000px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0px;
    border-left: 1px solid #333;
    border-right: 1px solid #333;
}

.page-content {
    color: #333;
    background: url('/images/ui/backgrounds/trans_white_t85.png');
    clear: both;
}


.footer {
    clear: both;
    width: 1000px;
    height: 75px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 75px;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
    -webkit-border-bottom-left-radius: 15px;
    -webkit-border-bottom-right-radius: 15px;
    -moz-border-radius-bottomleft: 15px;
    -moz-border-radius-bottomright: 15px;
    border-bottom: 1px solid #333;
    border-left: 1px solid #333;
    border-right: 1px solid #333;
    border-top: 1px solid #667;
}

.menu {
    vertical-align: bottom;
}

.nm {
    display: block;
    top: 19px;
    left: 0px;
}

.mobile {
    display: none;
}

.features {
    padding: 0 20px;
    clear: both;
}

    .features ul {
        margin: 0;
        padding: 0;
    }

    .features li {
        float: left;
        margin-left: 30px;
        list-style-type: square;
    }

.description {
    padding: 20px;
    clear: both;
}

.hours {
    margin-top: 20px;
    clear: both;
}

.location {
    margin-top: 20px;
    width: 100%;
}

.tiles {
    text-align: center;
}

    .tiles ul {
        list-style-type: none;
        list-style-image: none;
        text-indent: 0;
        margin: 0;
        padding: 0;
        text-align: center;
    }

    .tiles li {
        display: inline;
    }

    .tiles a {
        text-decoration: none;
    }

.tile {
    background-color: #bbb;
    width: 250px;
    height: 120px;
    border: 1px solid #bbb;
    margin: 40px 40px 0px 40px;
    float: left;
    border-radius: 3px;
    box-shadow: 1px 2px 3px #555;
    overflow: hidden;
    display: block;
}

    .tile:hover {
        border: 1px solid #00b009;
        text-decoration: none;
        box-shadow: 0px 0px 12px #0a8700;
        cursor: pointer;
    }
    /*.tile:hover {
        border: 1px solid Black;
        text-decoration: none;
        cursor: pointer;
        box-shadow: 1px 3px 10px #555;
    }*/

    .tile h2 {
        padding: 0px;
        margin: 0px;
        font-size: 19px;
        color: White;
        background: url('/images/ui/backgrounds/trans_grey_t57.png');
        padding-left: 4px;
        border-bottom: 1px solid rgba(255, 255, 255, 0.10);
        text-align: left;
        font-family: 'Lato';
        font-kerning: auto;
        text-shadow: 0px 0px 3px #000;
    }

    .tile h3 {
        padding: 0px;
        margin: 0px;
        font-size: 19px;
        color: White;
        background: url('/images/ui/backgrounds/trans_grey_t57.png');
        padding-left: 4px;
        border-bottom: 1px solid rgba(255, 255, 255, 0.10);
        text-align: left;
        font-family: 'Lato';
        font-kerning: auto;
    }

    .tile span {
        height: 49px;
        padding: 2px;
        color: #333;
        font-size: 13px;
        position: relative;
        top: 65px;
        background: url('/images/ui/backgrounds/trans_white_t85.png');
        text-align: left;
        font-family: 'Ropa Sans';
        left: 0px;
        display: block;
        border-top: 1px solid #fff;
    }



.top_a_div {
    margin-top: 25px;
    margin-bottom: 0px;
    margin-left: auto;
    margin-right: auto;
    width: 970px;
    border: 1px solid White;
    background: url('/images/ui/backgrounds/trans_white_t85.png');
    position: relative;
    max-height: 90px;
    z-index: 1000;
    overflow: hidden;
}

.aimage {
    display: block;
    border: none;
    width: 100%;
    z-index: 999;
    margin:0;
    MARGIUN:0;
}

.site_title {
    position: relative;
    font-size: 50px;
    font-family: 'Yanone Kaffeesatz';
    text-shadow: 2px 2px 5px #333;
    border: 1px solid Black;
    color: #F5D107;
}

.navigate_menu {
    width: 100%;
    margin-left: 0px;
    margin-right: 0px;
}

.auto {
    width: 100%;
    display: block;
}

.clearer {
    clear: both;
    height: 16px;
}

.clear {
    clear: both;
}

.floatl {
    float: left;
}

.floatr {
    float: right;
}

.menu_list {
    list-style-type: none;
    list-style-image: none;
    text-indent: 0px;
    margin: 0px;
    padding: 0px;
    color: Black;
    font-size: 11px;
    font-weight: normal;
    line-height: 20px;
}

    .menu_list li {
        display: inline;
    }

    .menu_list a {
        padding-top: 5px;
        padding-bottom: 5px;
        color: Black;
        display: inline;
    }

        .menu_list a:hover {
            background-color: #0F0;
            border-radius: 3px;
        }

.drop_menu {
    height: 300px;
    background: White;
    border-radius: 5px;
    margin-top: -1px;
    padding: 10px;
    box-shadow: 2px 5px 10px #000;
    z-index: 999999999;
    overflow: hidden;
    border-bottom: 1px solid #555;
    border-left: 1px solid #555;
    border-right: 1px solid #555;
}

.sub_menu {
    float: left;
    width: 125px;
    height: 290px;
    margin: 5px;
    text-align: left;
    border-right: 1px solid #888;
    padding-right: 5px;
}

    .sub_menu h4 {
        padding: 0px;
        margin: 0px;
        font-size: 11px;
        color: Black;
    }

    .sub_menu img {
        border: none;
    }

    .sub_menu ul {
        list-style-type: none;
        list-style-image: none;
        text-indent: 0px;
        margin: 0px;
        padding: 0px;
        text-align: center;
    }

    .sub_menu li {
        display: inline;
    }

    .sub_menu a {
        text-align: left;
        padding: 0px;
        margin: 0px;
        display: block;
    }

.sub_menu_wide img {
    border: none;
}

.sub_menu_wide h4 {
    padding: 0px;
    margin: 0px;
    font-size: 11px;
    color: Black;
}

.sub_menu_wide ul {
    list-style-type: none;
    list-style-image: none;
    text-indent: 0px;
    margin: 0px;
    padding: 0px;
    text-align: center;
}

.sub_menu_wide li {
    display: inline;
}

.sub_menu_wide a {
    text-align: left;
    padding: 0px;
    margin: 0px;
    display: block;
}

.padding {
    padding: 20px 20px 20px 20px;
}

.padding_low {
    padding: 0px 20px 20px 20px;
}

.paddinglr {
    padding-left: 10px;
    padding-right: 10px;
}

.padding5 {
    padding: 5px;
}

.padding10 {
    padding: 10px;
}

.margina {
    margin-left: auto;
    margin-right: auto;
}

.tile_squares {
    text-align: center;
}

    .tile_squares ul {
        list-style-type: none;
        list-style-image: none;
        text-indent: 0px;
        margin: 0;
        padding: 0;
        text-align: center;
    }

    .tile_squares li {
        font-size: 14px;
        font-weight: bold;
        margin: 0;
        padding: 0;
        background: none;
        color: #333;
        text-align: left;
        display: inline;
    }

    .tile_squares a {
        text-decoration: none;
        vertical-align: top;
        width: 250px;
        height: 250px;
        background: #fff;
        padding: 0;
        border-radius: 3px;
        border: 1px solid #000;
        box-shadow: 1px 1px 4px #808080;
        display: inline-block;
        overflow: hidden;
        color: #777;
        margin: 40px 40px 0px 20px;
    }

        .tile_squares a:hover {
            border: 1px solid #00b009;
            text-decoration: none;
            box-shadow: 0px 0px 8px #0a8700;
        }

.tile_squares_image {
    width: 250px;
    height: 150px;
    overflow: hidden;
}

    .tile_squares_image img {
        width: 100%;
        border: 0;
    }

.tile_squares h3 {
    font-size: 16px;
    margin: 0;
    color: #fff;
    border-bottom: none;
    display: block;
    float: none;
    list-style: none;
    text-align: left;
    font-weight: normal;
    white-space: nowrap;
    background: #8BA5C5;
    padding: 5px 0 2px 7px;
    font-family: 'Fugaz One';
}

.tile_squares span {
    display: block;
    float: none;
    clear: both;
    list-style: none;
    text-align: left;
    margin: 0 0 0 10px;
    color: #777;
    font-weight: normal;
}


.tile_buttons {
    text-align: center;
}

    .tile_buttons ul {
        list-style-type: none;
        list-style-image: none;
        text-indent: 0;
        margin: 0;
        padding: 0;
        text-align: center;
    }

    .tile_buttons li {
        display: inline;
    }

    .tile_buttons a {
        text-decoration: none;
        width: 250px;
        height: 50px;
        border: 1px solid #000;
        margin: 25px 25px 15px 25px;
        border-radius: 3px;
        box-shadow: 1px 1px 4px #808080;
        overflow: hidden;
        background: #E3FCAC;
        font-size: 19px;
        color: #111;
        vertical-align: middle;
        text-align: center;
        display: inline-block;
        padding: 25px 0 0 0;
    }

        .tile_buttons a:hover {
            border: 1px solid #006D00;
            text-decoration: none;
            box-shadow: 0px 0px 8px #0a8700;
        }


.limages {
    padding: 0px 15px 15px 0px;
    float: left;
    max-width: 400px;
    text-align: center;
    font-weight: bold;
    clear: left;
}

    .limages img {
        display: block;
        width: 100%;
    }

.section {
    clear: both;
}

.input {
    padding: 5px;
}


.classifieds {
    font-family: 'News Cycle';
    padding: 20px 0;
}

    .classifieds ul {
        text-indent: 0;
        list-style: none;
        padding: 0;
    }

    .classifieds li {
        padding: 10px;
        margin: 10px;
        font-size: 15px;
        border: 1px solid #cfd0eb;
        background: url('/images/ui/backgrounds/trans_white_t85.png');
        border-radius: 5px;
    }

.home-hotel-search {
    position: relative;
    top: -165px;
    right: 0px;
    height: 0px;
    text-align: right;
}

.bottom-spot {
    margin: 20px 0 10px 0;
}

.side-a {
    position: fixed;
    text-align: right;
    right: 5px;
    top: 200px;
    width: 160px;
    height: 600px;
}

.translator {
    position: absolute;
    right: 20px;
    top: 0px;
}

.blog-list h3 {
    font-family: 'Pontano Sans',Verdana;
    font-size: 15px;
    margin-left: 0;
    margin-top: 0;
    margin-bottom: 0;
    color: #154b8d;
    clear: none;
    border-bottom: 0;
}

.re-search {
    background-color: white;
    font-size: 14px;
}

    .re-search .inner {
        width: 200px;
        margin-left: auto;
        margin-right: auto;
        padding: 50px 0;
    }

    .re-search select {
        padding: 5px;
    }

    .re-search input {
        clear: both;
        float: right;
    }

    .re-search .area {
        float: left;
        margin: 0 20px 0 0;
    }

    .re-search .bedrooms {
        float: left;
        margin: 0 20px 0 0;
    }

    .re-search .bathrooms {
        float: left;
    }

    .re-search .button {
        display: block;
        padding: 20px 30px;
        clear: both;
        border: 2px solid #bbb;
        text-align: center;
        border-radius: 3px;
        float: right;
        margin: 30px 20px 0 0;
    }


.srg {
    background: #fff;
}


    .srg ul {
        margin: 0;
        padding: 0 2px;
    }

    .srg li {
        list-style: none;
    }

    .srg .listing {
        float: left;
        overflow: hidden;
        position: relative;
        margin: 0 1px 1px 0;
    }

    .srg .image {
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center center;
        width: 198px;
        height: 190px;
        overflow: hidden;
        margin: -20px 0;
    }

    .srg .info {
        position: absolute;
        width: 100%;
        height: 35px;
        bottom: 0px;
        background-color: rgba(0, 0, 0, 0.4);
        color: #fff;
        font-size: 12px;
        font-family: 'Voces', cursive;
        padding: 0 0 0 10px;
    }

    .srg .price {
        font-size: 14px;
        font-weight: bold;
    }

    .srg .area {
        font-size: 11px;
    }

    .srg .beds {
        position: absolute;
        font-size: 9px;
        margin-right: 14px;
        bottom: 13px;
        right: 2px;
    }

    .srg .baths {
        position: absolute;
        font-size: 9px;
        margin-right: 14px;
        bottom: 3px;
        right: 2px;
    }


.srm {
    background: #fff;
    width: 220px;
    float: left;
    height: 500px;
    overflow-y: auto;
}


    .srm ul {
        margin: 0;
        padding: 0 2px;
    }

    .srm li {
        list-style: none;
    }

    .srm .listing {
        float: left;
        overflow: hidden;
        position: relative;
        margin: 0 1px 1px 0;
    }

    .srm .image {
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center center;
        width: 198px;
        height: 190px;
        overflow: hidden;
        margin: -20px 0;
    }

    .srm .info {
        position: absolute;
        width: 100%;
        height: 45px;
        bottom: 0px;
        background-color: rgba(0, 0, 0, 0.4);
        color: #fff;
        font-size: 12px;
        font-family: 'Voces', cursive;
        padding: 0 0 0 10px;
    }

    .srm .price {
        font-size: 14px;
        font-weight: bold;
    }

    .srm .area {
        font-size: 11px;
    }

    .srm .beds {
        font-size: 9px;
        float: left;
        margin: 0 5px 0 0;
    }

    .srm .baths {
        font-size: 9px;
    }

    .srm a {
        position: absolute;
        right: 3px;
        bottom: 3px;
        padding: 5px 10px;
        font-size: 9px;
        border: 1px solid #fff;
        color: white;
    }

    .srm .mark {
        position: absolute;
        right: 3px;
        bottom: 27px;
        font-weight:bold;
        font-size: 15px;
        color: #FFFF2A;
        text-transform:uppercase;
        text-shadow:2px 2px 3px #333;
    }

.srmap {
    width: 750px;
    height: 500px;
}

.results-map {
    width: 100%;
    background-color: #fff;
}


.property {
        width: 100%;
        background: #fff;
    }

        .property h1 {
            text-transform: capitalize;
        }

        .property h2 {
            font-size: 35px;
        }

        .property .listing {
            float: left;
            overflow: hidden;
            position: relative;
            margin: 0 0 20px 0;
        }

        .property .image {
            background-size: cover;
            background-repeat: no-repeat;
            background-position: center center;
            width: 100%;
            overflow: hidden;
            margin: 0;
        }

        .property .info {
            margin: 0 0 0 10px;
        }

        .property .price {
            font-size: 13px;
            font-weight: bold;
        }

        .property .price {
            clear: both;
            font-size: 30px;
            margin: 0 0 0 0;
        }

        .property .remarks {
            clear: both;
            font-size: 15px;
            margin: 50px 0 0 0;
        }

        .property .label {
            float: left;
            clear: both;
            width: 150px;
        }

    .broker .name {
        font-size: 35px;
        font-weight: bold;
        margin: 0 0 0 10px;
        color: #387CCF;
    }

    .broker .phone {
        font-size: 25px;
        font-weight: bold;
        margin: 0 0 0 10px;
    }

    .broker .address {
        font-size: 20px;
        margin: 0 0 0 10px;
    }

    .broker .city {
        font-size: 20px;
        margin: 0 0 0 10px;
        float: left;
    }

    .broker .state {
        font-size: 20px;
        margin: 0 0 0 10px;
    }

    .property .contact {
        margin: 0 0 50px 20px;
        padding: 0 0 50px 0;
        background-color: white;
    }



.loading {
    width: 100%;
    height: 5000px;
    background-color: white;
}

@media only screen and (max-width: 1400px) {
    .side-a {
        top: 100px;
    }
}

@media only screen and (max-width: 1335px) {
    .side-a {
        display: none;
    }
}

@media only screen and (max-width: 1000px) {

    .translator {
        position: static;
        right: 0;
        top: 0;
        text-align: right;
    }

    .home-hotel-search {
        position: relative;
        top: auto;
        left: 20px;
        height: auto;
    }


    .page_wrapper {
        width: 100%;
        margin-left: auto;
        margin-right: auto;
        box-shadow: none;
        border-top-left-radius: 0px;
        border-top-right-radius: 0px;
        border-bottom-left-radius: 0px;
        border-bottom-right-radius: 0px;
        -webkit-border-top-radius: 0px;
        -webkit-border-bottom-radius: 0px;
        -moz-border-radius-top: 0px;
        -moz-border-radius-bottom: 0px;
        /*position: relative;*/
    }


    .top_a_div {
        width: 95%;
        margin-top: 1px;
    }

    .aimage {
        height: auto;
        width: 100%;
    }

    .nm {
        display: none;
    }

    .mobile {
        display: block;
    }

    .header {
        width: 100%;
        height: auto;
        margin: 0;
        padding: 0px;
        border-top-left-radius: 0px;
        border-top-right-radius: 0px;
        -webkit-border-top-left-radius: 0px;
        -webkit-border-top-right-radius: 0px;
        -moz-border-radius-topleft: 0px;
        -moz-border-radius-topright: 0px;
        background: none;
    }

    .footer {
        width: 100%;
        height: auto;
        margin-left: 0px;
        margin-right: 0px;
        margin-bottom: 0px;
        border-bottom-left-radius: 0px;
        border-bottom-right-radius: 0px;
        -webkit-border-bottom-left-radius: 0px;
        -webkit-border-bottom-right-radius: 0px;
        -moz-border-radius-bottomleft: 0px;
        -moz-border-radius-bottomright: 0px;
        border-bottom: 1px solid #333;
        border-left: 1px solid #333;
        border-right: 1px solid #333;
    }

    .content {
        width: 100%;
        margin-left: 0px;
        margin-right: 0px;
    }



    .tile {
        width: 250px;
        height: 80px;
        border: 1px solid #000;
        margin: 20px 15px 20px 15px;
        border-radius: 3px;
        box-shadow: 1px 2px 3px #555;
        display: inline-block;
        float: none;
        vertical-align: top;
    }

        .tile:hover {
            border: 1px solid #00b009;
            text-decoration: none;
            box-shadow: 0px 0px 8px #0a8700;
        }

        .tile h3 {
            padding: 0px;
            margin: 0px;
            font-size: 19px;
            color: White;
            background: url('/images/ui/framework/darken.png') repeat;
        }

        .tile span {
            display: none;
        }





    .sub_menu {
        width: 100%;
        margin-left: auto;
        margin-right: auto;
        height: 25px;
    }
}

@media only screen and (max-width: 800px) {
    .tile {
        margin: 10px 20px 10px 20px;
    }
}

@media only screen and (max-width: 600px) {
    .tile {
        width: 100px;
        height: 100px;
        background-position: -62px 0px;
        margin: 10px 10px 10px 10px;
    }

        .tile h3 {
            height: 100px;
            font-size: 14px;
            text-align: left;
            width: 100px;
            text-wrap: none;
            background: url('/images/ui/backgrounds/trans_grey_t57.png');
            padding: 2px;
            text-shadow: 2px 2px 5px #000;
            height: auto;
        }

    .tile_buttons a {
        width: 100px;
        height: 60px;
        background-position: -62px 0px;
        margin: 10px 10px 10px 10px;
        font-size: 15px;
        padding: 38px 0 0 0;
    }


    body {
        background-image: none;
        background: none;
    }

    #bg {
        background-image: none;
    }

    h1 {
        font-size: 23px;
        font-weight: Bold;
    }

    h2 {
        font-size: 18px;
    }

    h3 {
        font-size: 15px;
    }


    .hotel-name {
        font-size: 26px;
        font-weight: Bold;
    }

    .padding {
        padding: 5px 5px 5px 5px;
    }

    .footer {
        margin: 0;
    }

    .classifieds li {
        font-size: 13px;
    }




    .tile_squares a {
        width: 120px;
        height: 100px;
        margin: 20px 20px 0 0;
    }



    .tile_squares_image {
        width: 120px;
        height: 100px;
    }

        .tile_squares_image img {
            width: 100%;
            border: 0;
        }

    .tile_squares h3 {
        font-size: 10px;
    }

    .tile_squares span {
        display: none;
    }
}

@media only screen and (max-width: 400px) {
    body {
        font-size: 14px;
    }

    h1 {
        font-size: 18px;
        font-weight: Bold;
    }

    h2 {
        font-size: 15px;
    }

    h3 {
        font-size: 12px;
    }

    .features {
        font-size: 13px;
    }

    img {
        max-width: 300px;
    }
}
