
@import url(http://fonts.googleapis.com/css?family=Lato:300,400,700);


*, a, a:hover
{
    text-decoration: none;
}



.top_wrapper
{
    background: #29201f;
    height: 85px;
}

.logo
{
    margin: 0 auto;
    z-index: 10000;
    left: 0;
    right: 0;
}

.logo_wrapper
{
    height: 85px;
    background: #c55b4b;
    text-align: center;
}



.button_bubbles a img
{
    margin: 0 auto;
}


.button_bubbles a
{
    overflow: hidden;
}



.button_bubbles
{
    height: 185px;
    float: left;
    margin-top: -80px;
}

#carousel, #carousel img
{
    z-index: -100;
}

.welcome
{
    width: 100%;
    font-family: 'Lato', sans-serif;
    color: #877c71;
    font-weight: 500;
    text-align: center;
    margin: 10px 0px 0px 0px;
    padding: 0px;
}

    .welcome span
    {
        color: #c55b4b;
        font-size: 120%;
    }

.welcome_address
{
    font-family: 'Lato', sans-serif;
    font-weight: 300;
    text-align: center;
    margin: 0px 0px 0px 0px;
    color: #aea69f;
}

.welcome_seperator
{
    height: 1px;
    background: #e6e6e6;
    margin: 25px 0px 20px 0px;
}

.welcome_content
{
    font-family: 'Lato', sans-serif;
    font-weight: 300;
    color: #a9a9a9;
    text-align: center;
    font-size: 110%;
    padding: 0px 5px 0px 5px;
    margin: 0px 0px 10px 0px;
}

.read_more
{
    font-family: 'Lato', sans-serif;
    font-weight: 500;
    color: #a9a9a9;
    font-size: 120%;
    text-align: center;
    margin-top: 5px;
}

    .read_more span
    {
        color: #c55b4b;
    }


    .read_more:hover
    {
        color: #c55b4b;
        text-decoration: none;
        transition: all ease-in-out 0.2s;
        -webkit-transition: all ease-in-out 0.2s;
        -moz-transition: all ease-in-out 0.2s;
        -ms-transition: all ease-in-out 0.2s;
    }

        .read_more:hover > span
        {
            color: #a9a9a9;
            transition: all ease-in-out 0.2s;
            -webkit-transition: all ease-in-out 0.2s;
            -moz-transition: all ease-in-out 0.2s;
            -ms-transition: all ease-in-out 0.2s;
        }

.social
{
    text-align: center;
    margin-bottom: 20px;
}

    .social a
    {
        float: left;
        margin: 5px 0px;
        transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        cursor: pointer;
        transition: all ease-in-out 0.4s;
        -webkit-transition: all ease-in-out 0.4s;
        -moz-transition: all ease-in-out 0.4s;
        -ms-transition: all ease-in-out 0.4s;
    }

        .social a:hover
        {
            transform: rotate(35deg);
            -webkit-transform: rotate(35deg);
            -moz-transform: rotate(35deg);
            -ms-transform: rotate(35deg);
            opacity: 0.3;
            margin-top: 0px;
            transition: all ease-in-out 0.2s;
            -webkit-transition: all ease-in-out 0.2s;
            -moz-transition: all ease-in-out 0.2s;
            -ms-transition: all ease-in-out 0.2s;
        }

.footer_wrapper
{
    background: #867f68;
    padding-bottom: 20px;
}

.footer_line
{
    height: 2px;
    background: #9d9782;
    border-bottom: 1px solid #847a59;
    width: 100%;
    margin: 10px 0px 0px 0px;
    float: left;
}

.footer_mail, .footer_address, .footer_phone
{
    padding: 0px 0px 0px 45px;
    color: #bcb8ab;
    font-family: 'Lato', sans-serif;
    font-size: 12px;
    margin: 30px 0px 0px 0px;
}

    .footer_mail a, .footer_address a, .footer_phone a
    {
        color: #bcb8ab;
    }

        .footer_mail a:hover, .footer_address a:hover, .footer_phone a:hover
        {
            color: #ded9c9;
        }

.footer_address
{
    background: url('../images/home_icon.png') no-repeat;
}

.footer_phone
{
    background: url('../images/phone_icon.png') no-repeat;
}

.footer_mail
{
    background: url('../images/mail_icon.png') no-repeat;
}


.footer_sep_v1
{
    width: 8px;
    background: #98917c;
    height: 195px;
    margin: 30px 0px 0px 0px;
    float: left;
}

.footer_sep_v2
{
    width: 8px;
    background: #908a74;
    height: 170px;
    margin: 30px 0px 0px 0px;
    float: left;
}

.footer_sep_h1
{
    background: #99937d;
    width: 190px;
    height: 8px;
    float: right;
    margin: -12px 17px 0px 0px;
}

.footer_sep_h2
{
    background: #908a74;
    width: 160px;
    height: 8px;
    float: right;
    margin: 0px 17px 0px 0px;
}

.sitemap
{
    font-family: 'Lato', sans-serif;
    font-size: 80%;
    text-align: right;
    margin-top: 30px;
}

    .sitemap a
    {
        color: #bcb8ab;
        margin: 0px 10px;
    }

.copyright
{
    text-align: right;
    font-family: 'Lato', sans-serif;
    color: #bcb8ab;
    font-size: 80%;
}

    .copyright a
    {
        color: #bcb8ab;
    }

        .copyright a:hover
        {
            color: #dbd7cb;
        }


.footer_bottom
{
    width: 100%;
    height: 25px;
    background: #7d7763;
}

.tiny_head_phone
{
    height: 15px;
    background: #c55b4b;
}

.map_holder
{
    height: 400px;
    background: #bcb8ab;
    border-bottom: 7px solid #c55b4b;
    margin-bottom: 10px;
}

.contact_info h2, .contact_form h2
{
    font-family: 'Lato', sans-serif;
    color: #000;
    font-weight: 400;
    letter-spacing: -1px;
}

.contact_form h2
{
    margin-top: 40px;
}

.contact_info p
{
    font-family: 'Lato', sans-serif;
    color: #8f8f8f;
    font-weight: 400;
    font-size: 13px;
    padding: 0px 0px 0px 15px;
    border-left: 7px solid #dbddde;
    margin: 20px 0px 10px 0px;
}

.contact_text
{
    font-family: 'Lato', sans-serif;
    border: 1px solid #dadada;
    background: #fff;
    padding: 15px;
    color: #a9a9a9;
    width: 100%;
    margin: 10px 0px 7px 0px;
    outline: none;
    transition: all ease-in-out 0.2s;
    -webkit-transition: all ease-in-out 0.2s;
    -moz-transition: all ease-in-out 0.2s;
    -ms-transition: all ease-in-out 0.2s;
}

    .contact_text:focus
    {
        border: 1px solid #c55b4b;
        color: #000;
        outline: none;
        transition: all ease-in-out 0.2s;
        -webkit-transition: all ease-in-out 0.2s;
        -moz-transition: all ease-in-out 0.2s;
        -ms-transition: all ease-in-out 0.2s;
    }


.contact_select
{
    font-family: 'Lato', sans-serif;
    border: 1px solid #dadada;
    background: #fff;
    padding: 15px;
    color: #a9a9a9;
    width: 100%;
    margin: 10px 0px 7px 0px;
    outline: none;
    transition: all ease-in-out 0.2s;
    -webkit-transition: all ease-in-out 0.2s;
    -moz-transition: all ease-in-out 0.2s;
    -ms-transition: all ease-in-out 0.2s;
}


    .contact_select:focus
    {
        border: 1px solid #c55b4b;
        color: #000;
        outline: none;
        transition: all ease-in-out 0.2s;
        -webkit-transition: all ease-in-out 0.2s;
        -moz-transition: all ease-in-out 0.2s;
        -ms-transition: all ease-in-out 0.2s;
    }


.textarea
{
    height: 189px;
}

.contact_buttons input
{
    width: 100%;
    border: 0px solid #fff;
    height: 60px;
    margin-top: 10px;
}


.upcoming_events
{
    font-family: 'Lato', sans-serif;
}


    .upcoming_events thead
    {
        font-weight: 700;
        background: #e9e7e1;
    }

.send
{
    background: #407fce url(../images/send_bg.png) no-repeat center center;
}

.clear
{
    background: #c55b4b url(../images/clear_bg.png) no-repeat center center;
}

.sub_head
{
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    border-bottom: 1px dotted #a9a9a9;
    padding: 40px 0px 18px 0px;
}

.sub_content
{
    font-family: 'Lato', sans-serif;
    font-weight: 300;
    text-align: justify;
    font-size: 120%;
    padding: 10px 0px;
}

.testimonials
{
    margin: 0px;
}

    .testimonials li
    {
        list-style: none;
        background: #f2f2f2;
        border: 1px solid #d7d7d7;
        margin: 15px 0px;
    }

        .testimonials li h3
        {
            font-family: 'Lato', sans-serif;
            font-weight: 400;
            color: #c55b4b;
            margin: 15px 0px 10px 0px;
            border-left: 5px solid #bcb8ab;
            padding-left: 10px;
        }

        .testimonials li p
        {
            font-family: 'Lato', sans-serif;
            color: #535353;
            padding: 0px 15px;
            text-align: justify;
        }

        .testimonials li h4
        {
            font-family: 'Lato', sans-serif;
            color: #000;
            text-align: right;
            font-weight: 700;
            padding: 10px 15px 0px 0px;
            margin: 0px;
            border-right: 5px solid #a9a9a9;
        }

        .testimonials li address
        {
            font-family: Calibri;
            color: #aaaaaa;
            text-align: right;
            font-weight: 400;
            padding: 5px 15px 0px 0px;
            line-height: 17px;
            border-right: 5px solid #a9a9a9;
        }

.album_head
{
    width: auto;
    color: #29201f;
    padding-top: 12px;
    padding-bottom: 12px;
    font-family: Calibri;
    text-align: center;
    margin-top: 0px;
    font-size: 150%;
}

.album_cover img
{
    max-width: 100%;
    transition: all ease-in 0.3s;
    -webkit-transition: all ease-in 0.3s;
    -moz-transition: all ease-in 0.3s;
    -o-transition: all ease-in 0.3s;
    border: 1px solid #908a74;
    margin-top: 10px;
}

    .album_cover img:hover
    {
        opacity: 0.5;
        transition: all ease-in 0.2s;
        -webkit-transition: all ease-in 0.2s;
        -moz-transition: all ease-in 0.2s;
        -o-transition: all ease-in 0.2s;
        border: 1px solid #c55b4b;
    }

.plan_event_label
{
    font-weight: 400;
    font-size: 110%;
    font-family: 'Lato', sans-serif;
    float: left;
    padding-top: 23px;
    color: #908a74;
}

.plan_text
{
    float: left;
}

.floor_plan_head
{
    font-family: 'Lato', sans-serif;
    color: #c55b4b;
    font-size: 26px;
}

.floor_plan_img
{
    margin: 20px 0px;
    border-right:2px dotted #bcb8ab;
    border-left:4px solid #c55b4b;
}

.floor_plan_desc
{
    font-family: 'Lato', sans-serif;
    color: #8f8f8f;
    font-size: 15px;
    text-align:justify
}




@media screen and (min-width : 240px) and (max-width : 480px)
{

    .plan_event_label
    {
        font-size: 100%;
    }


    .button_bubbles
    {
        margin-top: 100px;
        height: auto;
    }

    .social a
    {
        float: left;
        margin: 5px 0px;
    }

    #fdw nav select
    {
        margin: 0px 0px 0px 0px;
    }

    .logo
    {
        margin-top: 20px;
    }

    .sub_head
    {
        margin-top: 65px;
    }
}


@media screen and (min-width : 240px) and (max-width : 768px)
{
    .logo_wrapper
    {
        position: absolute;
    }

    #wrapper
    {
        width: 100%;
        height: 270px;
    }

    .button_bubbles
    {
        float: left;
        margin-top: -35px;
        height: auto;
    }

    .welcome
    {
        font-size: 150%;
        margin-top: 10px;
    }

    .welcome_address
    {
        font-size: 100%;
        margin: 5px 0px 0px 0px;
    }

    #fdw nav select
    {
        margin: 0px 0px 0px 0px;
    }

    .logo
    {
        margin-top: 30px;
    }

    .sub_head
    {
        margin-top: 65px;
    }
}

::selection
{
    background: #bcb8ab;
    color: #fff;
}
