﻿

/********** core css ***********/

html {
    max-width: 100%;
    min-width: 300px;
}

body {
    margin: 0;
    /*color: #000;*/
    /*font-size: 20px;*/
    background-color: #fff;
    
    -webkit-overflow-scrolling: touch;
}
/* DEFAULT CSS  */

h1 {
    padding: 0px;
    margin: 0px 0px 0px 0px;
}

@media (max-width: 480px) {
    h1 {
    font-size:35px!important;
    }
}


h2 {
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 10px 0px;
}

h3 {
    padding: 0px;
    margin: 0;

}


h4 {
    font-size: 25px;
    margin: 0px;
    padding: 20px 0px 0px 0px;
    font-weight:300;
}

h5 {
    font-size: 20px;
    margin: 0px;
    padding: 0px 0px 0px 0px;
}


h6 {
    font-size: 18px;
    margin: 0px;
    padding: 0px 0px 0px 0px;
}

p {
    line-height: 150%;
    padding-bottom: 10px;
}

ul li{
   /*font-size: 20px;*/
}


strong
{
    font-weight:700!important;
}

a {

    text-decoration: none;
}

    /*a:link {
        color: #000;
        text-decoration: none;
    }

    a:active {
        color: #000;
        text-decoration: none;
    }

    a:visited {
        color: #000;
        text-decoration: none;
    }

    a:hover {
        color: #666;
        text-decoration: none;
    }*/

/*h2 a:hover {
    color: #666;
    text-decoration: none;
}*/

.fade-in {
    opacity: 1.0;
}

    .fade-in:hover {
        opacity: 0.8;
        transition: 0.3s;
    }


/*#SiteFooterDiv a:link, #CallOurTeamDiv a:link {
    color: #fff;
    text-decoration: none;
}

#SiteFooterDiv a:active, #CallOurTeamDiv a:active {
    color: #fff;
    text-decoration: none;
}

#SiteFooterDiv a:visited, #CallOurTeamDiv a:visited {
    color: #fff;
    text-decoration: none;
}

#SiteFooterDiv a:hover, #CallOurTeamDiv a:hover {
    color: #EBD72F;
    text-decoration: none;
}*/


.blackButton,
.whiteButton,
.customButton
 {
    display: inline-block;
    /*font-weight: 400;
    line-height: 2.25;*/
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    /*border: 2px solid transparent;
    padding: .5rem 1rem;*/
    /*font-size: 1rem;*/
    /*border-radius: .25rem;*/
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    /*min-width: 220px;*/
    margin:5px;
       text-decoration: none!important;
}

    .blackbutton:focus, .button:hover, .whitebutton:focus, .whiteButton:hover, .custombutton:focus, .customButton:hover {
        text-decoration: none!important;
    }


    .blackButtton:focus, .blackButton:hover,.whiteButtton:focus, .whiteButton:hover, .customButtton:focus, .customButton:hover {
        text-decoration: none!important;
    }

    .blackButton.focus, .blackButton:focus, .whiteButton.focus, .whiteButton:focus, .customButton.focus, .customButton:focus {
        outline: 0;
        -webkit-box-shadow: 0 0 0 2px rgba(2,117,216,.25);
        box-shadow: 0 0 0 2px rgba(2,117,216,.25);
        text-decoration: none!important;
    }

    .customButton {
      display: inline-block;
    /*border: solid 2px #EBD72F;
    color: #fff !important;*/
    margin:5px;
    /*background-color: transparent;
    border-radius: 0px;
    font-weight: bold !important;
        text-transform:uppercase;*/
       text-decoration: none!important;
}

    .customButton:hover {
         /*border: solid 2px #EBD72F;
    color: #391C69 !important;*/
        text-decoration: none!important;
        /*background-color: #EBD72F;*/
    }

    .customButton.focus, .btn-primary:focus {
           /*border: solid 2px #EBD72F;
    color: #391C69 !important;*/
        text-decoration: none!important;
        /*background-color: #EBD72F;*/
    }



.blackButton {
      display: inline-block;
    /*border: solid 2px #000;
    color: #000 !important;*/
    margin:5px;
    /*background-color: transparent;
    border-radius: 0px;
        text-transform:uppercase;*/
       text-decoration: none!important;
}

    .blackButton:hover {
         /*border: solid 2px #000;
    color: #fff !important;*/
        text-decoration: none!important;
        /*background-color: #000;*/
     
    }

    .blackButton.focus, .btn-primary:focus {
           /*border: solid 2px #000;
    color: #fff !important;*/
        text-decoration: none!important;
        /*background-color:#000;*/
 
    }



.whiteButton {
      display: inline-block;
    /*border: solid 2px #fff;
    color: #fff !important;*/
    margin:5px;
    /*background-color: transparent;
    border-radius: 0px;
        text-transform:uppercase;*/
       text-decoration: none!important;
}

    .whiteButton:hover {
         /*border: solid 2px #fff;
    color: #000 !important;*/
        text-decoration: none!important;
        /*background-color: #fff;*/
    }

    .whiteButton.focus, .btn-primary:focus {
           /*border: solid 2px #fff;
    color: #000 !important;*/
        text-decoration: none;
        /*background-color: #fff;*/
    }
.not-underline {
    text-decoration: none !important;
}

.videoWrapper {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 */
    height: 0;
}

    .videoWrapper iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

.videoWrappersd {
    position: relative;
    padding-bottom: 75%; /* 16:9 */
    padding-top: 25px;
    height: 0;
}

.responsiveImage {
    width: 100%;
    height: auto;
}
/***********Main Template************/

.topBar
{   position:fixed;
    width:100%;
    /*padding:5px 20px 5px 5px;*/
    background-color:#000;
    color:#fff;
    height:36px;
    font-size:16px;
    font-weight:bold;
    /*text-align:right;*/
    z-index: 105;

}

.topBar a:link, .topBar a:active, .topBar a:visited{
    color:#333;
}

.topBar a:hover{
    color:#666;
    text-decoration:none;
}


header {
    position: relative;
    height: 102px;
    z-index: 100;
    width: 100%;
}

.secondarySiteNavWrapper 
{
    z-index: 100;
    width: 100%;
}

#snavMenuMobile
{
    width:100%;
    text-align:center;
    padding-top:5px;
}


.headerSpacer {
    position: relative;
    height: 0px;
    background-color: #FFFFFF;
    z-index: 99;
}

.navtop {
    position: absolute;
    width: 100%;
    z-index: 102;
    /*right: 125px;
    top: 22px;*/
   outline:none; 
}

#socialHeaderMobile {
padding-left:32px;
}

#socialHeader {
    position: absolute;
    /*width: 120px;*/
    z-index: 104;
    /*right: 3px;
    top: 22px;*/
}

.mobileMenu {
    position: fixed;
    z-index: 100001;
    /*right: 20px;
    top: 25px;*/

}

.mobileMenuClose
{
    position:relative;
    /*color:#fff;*/
    text-align:left;
    padding:5px 0px 0px 0px;
    left:35px;
    margin-left:-5px;
    display:none!important;
}

#mobileCover {
    width:100%;height:100vh;position:fixed;background-color:rgba(0,0,0,.5);z-index:100000;

}


.mobileMenuContent {
    display: none;
    position: fixed;
    width:100%;
    right:0px;
    top: 0px;
    background-color: #FFF;
    z-index: 100001;
    padding-top: 0px;
    overflow-y: auto;
    overflow-x:hidden;
    border-radius: 0px;

}

.snavMobileMenuContent {
    display: none;
    position: fixed;
    width: 100%;
    right: 0px;
    top: 0px;
    background-color: #FFF;
    z-index: 100000;
    padding-top: 0px;
    overflow-y: auto;
    overflow-x: hidden;
    border-radius: 0px;
}

.copyright {
    padding: 10px 20px 0px 20px;
    position: relative;
    bottom: 5px !important;
    width: 100%;
    text-align: center;
    text-align: -moz-center;
    text-align: -webkit-center;
    font-size: 14px;
    color: #b2acac;
    z-index: 1000;
    margin: -100px 0px 0px 0px;
    text-transform:uppercase;
 
}





.vcenter {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    /* make main axis vertical */
}


.vcenterleftjustify {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    /* make main axis vertical */
}


.vcenterleftjustify p {
    width:100%;
}


    .vcenter iframe {
        width: 100%;
    }

    .vcenter .whiteButton{
        display:inline-block!important;
    }

.fill {
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

    .fill img {
        flex-shrink: 0;
        min-width: 100%;
        min-height: 100%;
    }

/****SUBPAGE TEMPLATE **********/
.subpageWrapper {
}

.subpageHeaderWrapper {
    position: relative;
    /*background-image: url('/config/images/subheader_default.jpg');*/
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    width: 100%;
    /*height: 400px;*/

}

    .subpageHeaderWrapper::after {
        /**
        * This overlay isn't necessary, but it may help with readability.
        * In modern browsers, the `mix-blend-mode` property can be adjusted to
        * show off some pretty funky effects when paired with a vide
        */
        background-color: rgba(61, 56, 65, 0.5);
        content: '';
        height: 100%;
        left: 0;
        mix-blend-mode: multiply;
        position: absolute;
        top: 0;
        width: 100%;
        /*height: 400px;*/
    }

    .subpageHeaderWrapper h1 {
        /*color: #FFFFFF;*/
        /*font-size: 65px;*/
        padding: 0px 20px 0px 20px;
        z-index: 60;
        text-align:center;
        /*font-weight:300!important;*/
    }

   


.subpageContentWrapper {
    position:relative;
    width: 100%;

}

/****SCROLL TOP FOOTER **********/

.cd-top {
    display: inline-block;
    height: 40px;
    width: 40px;
    position: fixed;
    bottom: 40px;
    right: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
    /* image replacement properties */
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    /*background: #000 url(/site/images/cd-top-arrow.svg) no-repeat center 50%;*/
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity .3s 0s, visibility 0s .3s;
    -moz-transition: opacity .3s 0s, visibility 0s .3s;
    transition: opacity .3s 0s, visibility 0s .3s;
    z-index: 100002;
}

    .cd-top.cd-is-visible, .cd-top.cd-fade-out, .no-touch .cd-top:hover {
        -webkit-transition: opacity .3s 0s, visibility 0s 0s;
        -moz-transition: opacity .3s 0s, visibility 0s 0s;
        transition: opacity .3s 0s, visibility 0s 0s;
    }

    .cd-top.cd-is-visible {
        /* the button becomes visible */
        visibility: visible;
        opacity: 1;
    }

    .cd-top.cd-fade-out {
        /* if the user keeps scrolling down, the button is out of focus and becomes less visible */
        opacity: .5;
    }

.no-touch .cd-top:hover {
    background-color: #e86256;
    opacity: 1;
}

@media only screen and (min-width: 768px) {
    .cd-top {
        right: 20px;
        bottom: 20px;
    }
}

@media only screen and (min-width: 1024px) {
    .cd-top {
        height: 60px;
        width: 60px;
        right: 30px;
        bottom: 30px;
    }
}





/************forms*******************/
select.custom-dropdown {
    -webkit-appearance: none; /*REMOVES DEFAULT CHROME & SAFARI STYLE*/
    -moz-appearance: none; /*REMOVES DEFAULT FIREFOX STYLE*/
    border: 1px solid #e1e1e1; /*REMOVES BORDER*/
    color: #000;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    font-size: 16px;
    padding: 5px;
    width: 100%;
    cursor: pointer;
    background: #ffffff url(/site/images/drop-down-arrow.png) no-repeat right center;
    background-size: 40px 45px; /*TO ACCOUNT FOR @2X IMAGE FOR RETINA */
}

select.custom-dropdown:focus
{
 /*border: 1px solid #C6771D;*/
}


select.custom-dropdownlistings {
    -webkit-appearance: none; /*REMOVES DEFAULT CHROME & SAFARI STYLE*/
    -moz-appearance: none; /*REMOVES DEFAULT FIREFOX STYLE*/
    border: 1px solid #e1e1e1; /*REMOVES BORDER*/
    color: #999999;
    -webkit-border-radius: 5px;
    border-radius: 0px;
    font-size: 16px;
    padding: 2px;
    width: 140px;
    cursor: pointer;
    background: #ffffff url(/site/images/drop-down-arrow.png) no-repeat right center;
    background-size: 30px 35px; /*TO ACCOUNT FOR @2X IMAGE FOR RETINA */
}




#form_content_text {
    min-height: 550px;
    color: #000;
    text-align: center;
    background-color: transparent;
    width: 100%;
}

#form_content_text_nonav {
    text-align: center;
    background-color: transparent;
    font-family: 'LatoRegular';
    width: 100%;
}



#fbElementHeadingOnlyCell {
}

#form_thanks {
    font-weight: bold;
    width: 100%;
}

.fbElementTextCell {
      padding: 5px;
    font-size:16px!important;
    
}

.radioItemText {
    font-size: 16px;
    padding-right: 20px;
}

.fbElementRadio {
    text-align: left;
    vertical-align: top;
    padding: 5px 5px 5px 5px;
    font-size: 16px;
    width: 100%;
    color: #000;
}

    .fbElementRadio input[type="radio"] {
        margin: 0px 5px 0px 20px;
        color:#000;/* Or any other value */
    }

        

.fbElementTextAreaCell {
    padding: 5px;
    font-size:16px!important;
}

.fbTextElement {
    border: 0px;
    background-color: #ffffff;
    width: 100%;
    color: #000000;
    height: 38px;
        padding: 0px 5px;
    border: 1px solid #e1e1e1;
    border-radius: 5px;
    font-size:16px;
}

.fbTextElement:focus {
    /*border: 1px solid #C6771D;*/
}

.fbTextAreaElement {
    border: 0px;
    background-color: #ffffff;
    width: 100%;
    color: #000000;
    height: 120px;
    padding: 5px;
    border: 1px solid #e1e1e1;
    border-radius: 5px;
   font-size:16px;
}


.fbTextAreaElement:focus {
    /*border: 1px solid #C6771D;*/
}


.fbElementCell {
    vertical-align: top;
    color: #000;
}

label {
    color: #000;
}

input {
    color: #000;
}

.fbElementHeadingOnlyCell {
    font-size: 18px;
    font-weight: bold;
}

.fbElementTextOnlyCell {
    font-size: 16px;
    padding: 5px 5px 5px 5px;
    width: 100%;
}

.fbElementButtonOnlyCell {
    text-align: left;
    padding: 5px 5px 5px 5px;
    width: 100%;
}

.form_required_error {
    color: Red;
}

.formLoading {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0px;
    left: 0px;
    text-align: center;
    vertical-align: middle;
    background-color: rgba(255, 255, 255, 0.5);
}









.formButton {
    display: block;
    height: 60px;
    border: solid 2px #000;
    margin: 0px;
    color: #9c1826 !important;
    background-color: transparent;
    text-transform: capitalize;
    text-align: center;
    width: 200px;
    max-width: 250px;
    overflow: hidden;
    border-radius: 0px;
    text-decoration: none;
    padding-top: 17px;
    text-decoration: none !important;
}

    .formButton a {
        margin: 0px;
        color: #9c1826 !important;
        background-color: transparent;
        text-transform: capitalize;
        text-align: center;
        width: 200px;
        max-width: 250px;
        overflow: hidden;
        text-decoration: none;
        padding-top: 17px;
        text-decoration: none !important;
    }

.formButton {
    margin: 0px;
    color: #9c1826 !important;
    background-color: transparent;
    text-transform: capitalize;
    text-align: center;
    width: 200px;
    max-width: 250px;
    overflow: hidden;
    font: normal 18px 'LatoBold';
    border-radius: 0px;
    text-decoration: none;
    padding-top: 17px;
    text-decoration: none !important;
}

    .formButton a:hover {
        color: #FFF !important;
        text-decoration: none !important;
    }

    .formButton:hover {
        color: #FFF !important;
        text-decoration: none !important;
        background-color: #9c1826;
    }

        .formButton:hover a {
            color: #FFF !important;
        }




.validationHeader {
    display: block;
    color: #000;
    font-size: 20px;
    margin: 0px;
    padding: 5px 0px 0px 20px;
    text-align: center !important;
    border-left: 0px;
    border-right: 0px;
}


.validationSummary ul {
    font-size: 18px;
    text-align: center;
}


    .validationSummary ul li {
        font-size: 20px;
        text-align: center;
        list-style-type: none;
    }


div.RadAjax_MetroTouch .raColor {
    background-color: transparent;
}

.formitem {
    padding: 10px;
    color: #626262;
    text-transform: uppercase;
   font-size: 14px;
}



input[type="radio"] {
    margin: 5px;
}



input[type="radio"] {
    margin: 5px;
}




/*old animation*/



/* animated elements */
.animateblock {
    opacity: 1;
}

    .animateblock.animated {
        opacity: 1;
    }

    /* animation transition styles */
    .animateblock.left {
        margin-left: -25%;
    }

        .animateblock.left.animated {
            margin-left: 0%;
        }

    .animateblock.right {
        display: block;
        margin-left: 25%;
    }

        .animateblock.right.animated {
            margin-left: 0%;
        }

    .animateblock.top {
        display: block;
        width: auto;
        margin-top: -25px;
    }

        .animateblock.top.animated {
            margin-top: 0px;
        }

    .animateblock.btm {
        display: block;
        margin-top: 25px;
    }

        .animateblock.btm.animated {
            margin-top: 0;
        }


    .animateblock.size {
        display: block;
        width: 10%;
        text-align: center;
    }

        .animateblock.size.animated {
            width: 100%;
            height: 100%;
        }

        .animateblock.size img {
            max-width: 100%;
            height: auto;
        }

#myModal {
    z-index: 10000000 !important;
}


/*******BLOGS*******/
.blogEntryImage {
    width: 100%;
    height: auto;
}

/*****STAFF*****/


.staffgrid br {
    display: none;
}


.staffdetails {
    display: inline-block;
    width: 250px;
    margin: 5px;
    text-align: center;
    vertical-align: top;
}

.staffImage {
        max-width: 200px;
        width: 100%;
        height: auto;
        padding: 0px 0px 20px 0px;
   
    }


.staffalt1details {
    position:relative;
    display: inline-block;
    width: 45%;
    margin: 5px;
    text-align: left;
    vertical-align: top;
}

.staffalt1img
{
    width:70%;
    z-index:50;
}
.staffImageAlt
{
    width:100%;
    height:auto;
}

.staffalt1name
{
position:absolute;
top:50px;
right:0px;
background-color:#DF1E25;
z-index:51;
color:#fff;
width:40%;
text-align:center;
padding:5px;
}




.staffButton
 {
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    border: 1px solid transparent;
    padding: .5rem 1rem;
    font-size: .7rem;
    /*border-radius: .25rem;*/
    border-radius: 0px;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    max-width:60%;
    margin:5px;
      font-family:'Montserrat'!important; font-weight: 400!important;
}

    .staffButton:focus {
        text-decoration: none;
    }


    .staffButton:focus, .staffButton:hover {
        text-decoration: none;
    }

    .staffButton.focus, .staffButton:focus {
        outline: 0;
        -webkit-box-shadow: 0 0 0 2px rgba(2,117,216,.25);
        box-shadow: 0 0 0 2px rgba(2,117,216,.25);
        text-decoration: none;
    }

    

.staffButton {
      display: inline-block;
    border: solid 2px #707070;
    color: #FFF !important;
    margin:10px 0px 10px 0px;
    background-color: #707070;
    border-radius: 3px;
        text-transform:uppercase;
}

   .staffButton:hover {
         border: solid 2px #999898;
    color: #fff !important;
        text-decoration: none;
        background-color: #999898;
    }

    .staffButton.focus, .btn-primary:focus {
           border: solid 2px #999898;
    color: #fff !important;
        text-decoration: none;
        background-color:#999898;
    }
/*Listings*/
.listingsWrapper {
    position: relative;
    padding: 0px;
    border: 1px solid #e1e1e1;
    margin: 5px;
    -o-transition: 1s;
    -ms-transition: 1s;
    -moz-transition: 1s;
    -webkit-transition: 1s;
    /* ...and now for the proper property */
    transition: 1s;
}

    .listingsWrapper:hover {
        border: 1px solid #b2acac;
        color: #000;
        text-decoration: none !important;
        -o-transition: 1s;
        -ms-transition: 1s;
        -moz-transition: 1s;
        -webkit-transition: 1s;
        /* ...and now for the proper property */
        transition: 1s;
    }


.listingsIconWrapper {
    padding: 20px;
    height: 60px;
    width: 100%;
    text-align: center;
    text-align: -moz-center;
}

.listingIconWrapper {
    display: inline-block;
    padding: 5px;
    font-weight: bold;
    text-transform: uppercase;
    text-align: center;
    text-align: -moz-center;
    font-size: 10px;
}

    .listingIconWrapper img {
        width: 30px;
    }


.listingsImageWrapper {
    position: relative;
    background-size: cover;
    width: 100%;
    height: 240px;
    background-repeat: no-repeat;
}

.listingsImageMed {
    width: 100%;
    height: auto;
    z-index: 55;
}

.listingsImagePrice {
    color: #fff;
    font-size: 20px;
    position: absolute;
    bottom: 5px;
    left: 10px;
    z-index: 56;
    background-image: url('/site/images/bg_black.png');
    width: 100%;
    padding: 5px;
    margin: 0px 0px -5px -10px;
}

.listingsTextWrapper {
    position: relative;
    display: inline-block;
    text-align: center;
    width: 100%;
    font-weight: 100;
    color: #808281;
}

    .listingsTextWrapper h3 {
        font-size: 18px !important;
        font-weight: 200;
        color: #000;
        padding: 20px 20px 0px 20px;
        margin: 0px;
    }




.listingHeaderRow {
    background-color: #e3e3e3;
    width: 100%;
    padding: 0px 0px 0px 0px;
    font-size: 80% !important;
}


.listingHeaderRowContainer {
    text-align: center;
}

.listingHeaderRow h1 {
    position: relative;
    font-size: 16px !important;
    font-weight: bold;
    padding: 0px;
    margin: 0px;
}

.listingHeaderDeliveryLine {
    display: inline-block;
    text-align: center;
    padding: 0px 20px 0px 20px;
    border-right: 1px solid #808281;
    margin: 10px 0px;
    vertical-align: top;
}

.listingHeaderPrice {
    display: inline-block;
    padding: 0px 20px;
    border-right: 1px solid #808281;
    text-align: center;
    margin: 10px 0px;
    vertical-align: top;
}

.listingHeaderBeds {
    display: inline-block;
    padding: 0px 20px;
    border-right: 1px solid #808281;
    text-align: center;
    margin: 10px 0px;
    vertical-align: top;
}

.listingHeaderFullBaths {
    display: inline-block;
    padding: 0px 20px;
    border-right: 1px solid #808281;
    text-align: center;
    margin: 10px 0px;
    vertical-align: top;
}

.listingHeaderHalfBaths {
    display: inline-block;
    padding: 0px 20px;
    border-right: 1px solid #808281;
    text-align: center;
    vertical-align: top;
}

.listingHeaderSize {
    display: inline-block;
    padding: 0px 20px;
    border-right: 1px solid #808281;
    text-align: center;
    margin: 10px 0px;
    vertical-align: top;
}

.listingHeaderLotSize {
    display: inline-block;
    padding: 0px 20px;
    border-right: 0px solid #808281;
    text-align: center;
    margin: 10px 0px;
    vertical-align: top;
}


.listingOverview {
    font-size: 80%;
}

.listingPagerPage {
    border: 1px solid #e1e1e1;
    padding: 5px 0px;
    width: 40px;
    text-align: center;
    text-align: -moz-center;
    display: inline-block;
    margin: 5px;
    background-color: transparent;
    -o-transition: 1s;
    -ms-transition: 1s;
    -moz-transition: 1s;
    -webkit-transition: 1s;
    /* ...and now for the proper property */
    transition: 1s;
}

.listingPagerPageSelected {
    border: 1px solid #e1e1e1;
    padding: 5px 0px;
    width: 40px;
    text-align: center;
    text-align: -moz-center;
    display: inline-block;
    margin: 5px;
    background-color: #e1e1e1;
}

.listingPagerPage:hover {
    text-decoration: none;
    background-color: #eeeeee;
    -o-transition: 1s;
    -ms-transition: 1s;
    -moz-transition: 1s;
    -webkit-transition: 1s;
    /* ...and now for the proper property */
    transition: 1s;
}

.listingsItemCount {
    position: absolute;
    width: 120px;
    right: -8px;
    top: 5px;
    color: #999999;
    text-align: right;
}


/*Property Search*/
#propertysearchWrapperDiv {
    position: static;
    background-size: cover;
    background-attachment: fixed;
    background-repeat: no-repeat;
    margin: 0 auto;
    text-align: center;
    text-align: -moz-center;
    -webkit-background-size: cover;
    -webkit-transition-delay: none;
    -webkit-transition-duration: none;
    -webkit-transition-property: none;
    -webkit-transition-timing-function: none;
    backface-visibility: visible;
    transform: none;
    -webkit-backface-visibility: visible;
    -webkit-font-smoothing: antialiased;
    -webkit-perspective: none;
    -webkit-transform: none;
    height: 100vh;
    padding-left: 20px;
}

    #propertysearchWrapperDiv::after {
        /**
        * This overlay isn't necessary, but it may help with readability.
        * In modern browsers, the `mix-blend-mode` property can be adjusted to
        * show off some pretty funky effects when paired with a video.
        */
        background-color: rgba(61, 56, 65, 0.5);
        content: '';
        height: 100%;
        left: 0;
        mix-blend-mode: multiply;
        position: absolute;
        top: 0;
        width: 100%;
        height: calc(100vh);
    }

@media only screen and (max-width: 768px) {
    #propertysearchWrapperDiv {
           background-attachment:scroll;
    }

        #propertysearchWrapperDiv::after {
        display:none;
        }
}



#propertysearchWrapperDiv h1 {
    color: #FFF;
    margin: 0px;
    padding: 0px 20px 0px 20px;
    font-weight: bold;
    font-size: 60px;
}

#propertysearchWrapperDiv h2 {
    color: #FFF;
    font-size: 20px;
    text-align: center;
    text-align: -moz-center;
    width: 100%;
    margin: 0px;
    padding: 0px 20px 20px 20px;
    z-index: 50;
}

.propertySearchHeader {
    z-index: 50;
}

.propertySearchResultsHeader {
    background-color: #aa272f;
    padding: 20px 0px;
}

    .propertySearchResultsHeader h1 {
        color: #ffffff;
        text-align: center;
    }

.flterItem {
    padding-top: 5px;
    display: inline-block;
    width: 90px;
    color: #999;
    font-size: 10px;
}


/***************Browser Size Styles*****************/

@media screen and (min-width:200px) {

    
.copyright {
  
    height:auto;
}



    h1 {
    font-size: 40px;
    }

     .logo {
        position: relative;
        width: 250px;
        height: auto;
        z-index: 103;
    }

    .headerSpacer {
        position: relative;
        height: 0px;
        background-color: #FFFFFF;
        display: none;
    }

    #socialHeader {
        position: absolute;
        width: 120px;
        z-index: 101;
        right: 80px;
        top: 22px;
    }


    .td33 {
        width: 100%;
    }

    .td66 {
        width: 100%;
    }

    .td50 {
        width: 100%;
    }

    .td25 {
        width: 100%;
    }

    .td75 {
    }

    .subpageHeaderWrapper h1 {
        /*color: #FFFFFF;
        font-size: 45px;*/
        padding: 0px 20px 0px 20px;
                /*font-weight:300!important;*/
    }

    .subpageHeaderWrapper {
        /*height: 250px;*/
    }

        .subpageHeaderWrapper::after {
            /**
        * This overlay isn't necessary, but it may help with readability.
        * In modern browsers, the `mix-blend-mode` property can be adjusted to
        * show off some pretty funky effects when paired with a video.
        */
            background-color: rgba(61, 56, 65, 0.3);
            content: '';
            height: 100%;
            left: 0;
            mix-blend-mode: multiply;
            position: absolute;
            top: 0;
            width: 100%;
            /*height: 250px;*/
        }

    .staffDetailImage {
        width: 100%;
        height: auto;
        padding: 0px 0px 20px 0px;
        float: left;
    }

    

    .staffalt1details {
    position:relative;
    display: inline-block;
    width: 100%;
    margin: 5px;
    text-align: left;
    vertical-align: top;
}

.staffalt1img
{
    width:70%;
    z-index:50;
  
}

.staffalt1name
{
position:absolute;
top:auto;
bottom:100px;
right:0px;
background-color:#DF1E25;
z-index:51;
color:#fff;
width:40%;
text-align:center;
padding:5px 10px 5px 5px;
  font-size:16px!important;
}

.memberTitle{
     font-size:12px!important;
}

    /*listing mobile*/

    .listingHeaderDeliveryLine {
        display: inline-block;
        text-align: center;
        padding: 0px 20px 0px 20px;
        border-right: 0px solid #808281;
        margin: 10px 0px;
    }

    .listingHeaderPrice {
        display: inline-block;
        padding: 0px 20px;
        border-right: 0px solid #808281;
        text-align: center;
        margin: 10px 0px;
    }

    .listingHeaderBeds {
        display: inline-block;
        padding: 0px 20px;
        border-right: 0px solid #808281;
        text-align: center;
        margin: 10px 0px;
    }

    .listingHeaderFullBaths {
        display: inline-block;
        padding: 0px 20px;
        border-right: 0px solid #808281;
        text-align: center;
        margin: 10px 0px;
    }

    .listingHeaderHalfBaths {
        display: inline-block;
        padding: 0px 20px;
        border-right: 0px solid #808281;
        text-align: center;
    }

    .listingHeaderSize {
        display: inline-block;
        padding: 0px 20px;
        border-right: 0px solid #808281;
        text-align: center;
        margin: 10px 0px;
    }

    .listingHeaderLotSize {
        display: inline-block;
        padding: 0px 20px;
        border-right: 0px solid #808281;
        text-align: center;
        margin: 10px 0px;
    }


    .seriesEpisodeSectionTitle
    {
        text-align:left;
    }
}


@media screen and (min-width:320px) {

   
}

@media screen and (min-width:480px) {
}


@media screen and (min-width:568px) {
    .logo {
        position: relative;
        width: 262px;
        padding: 0px 0px 0px 0px;
        height: auto;
        z-index: 103;
    }

    .staffDetailImage {
        max-width: 300px;
        width: 100%;
        height: auto;
        padding: 0px 20px 20px 0px;
        float: left;
    }

    h1 {
    font-size: 55px;
    }

    .staffalt1details {
    position:relative;
    display: inline-block;
    width: 45%;
    margin: 5px;
    text-align: left;
    vertical-align: top;
}

.staffalt1img
{
    width:70%;
    z-index:50;
}

.staffalt1name
{
position:absolute;
bottom:auto;
top:50px;
right:0px;
background-color:#DF1E25;
z-index:51;
color:#fff;
width:40%;
text-align:center;
padding:5px 10px 5px 5px;
    font-size:18px!important;
}

.memberTitle{
     font-size:16px!important;
}
}



@media screen and (min-width:768px) {

    
.copyright {
    height:auto;
}



    .subpageHeaderWrapper h1 {
        /*color: #FFFFFF;
        font-size: 65px;*/
        padding: 0px 20px 0px 20px;
                /*font-weight:300!important;*/
    }

    .subpageHeaderWrapper {
        /*height: 400px;*/
        /*background-color:#000;*/
    }

        .subpageHeaderWrapper::after {
            /**
        * This overlay isn't necessary, but it may help with readability.
        * In modern browsers, the `mix-blend-mode` property can be adjusted to
        * show off some pretty funky effects when paired with a video.
        */
            background-color: rgba(61, 56, 65, 0.3);
            content: '';
            height: 100%;
            left: 0;
            mix-blend-mode: multiply;
            position: absolute;
            top: 0;
            width: 100%;
            /*height: 400px;*/
        }

    .td33 {
        width: 33%;
    }

    .td66 {
        width: 66%;
    }

    .td50 {
        width: 50%;
    }

    .td25 {
        width: 25%;
    }

    .td75 {
        width: 75%;
    }
}


@media screen and (min-width:991px) {
         #socialHeader {
        position: absolute;
        /*width: 120px;*/
        z-index: 101;
        /*right: 3px;
        top: 22px;*/
    }
    .headerSpacer {
        position: relative;
        height: 0px;
        background-color: #FFFFFF;
        display: none;
    }




    .listingHeaderDeliveryLine {
        display: inline-block;
        text-align: center;
        padding: 0px 20px 0px 20px;
        border-right: 1px solid #808281;
        margin: 10px 0px;
    }

    .listingHeaderPrice {
        display: inline-block;
        padding: 0px 20px;
        border-right: 1px solid #808281;
        text-align: center;
        margin: 10px 0px;
    }

    .listingHeaderBeds {
        display: inline-block;
        padding: 0px 20px;
        border-right: 1px solid #808281;
        text-align: center;
        margin: 10px 0px;
    }

    .listingHeaderFullBaths {
        display: inline-block;
        padding: 0px 20px;
        border-right: 1px solid #808281;
        text-align: center;
        margin: 10px 0px;
    }

    .listingHeaderHalfBaths {
        display: inline-block;
        padding: 0px 20px;
        border-right: 1px solid #808281;
        text-align: center;
          margin: 10px 0px;
    }

    .listingHeaderSize {
        display: inline-block;
        padding: 0px 20px;
        border-right: 1px solid #808281;
        text-align: center;
        margin: 10px 0px;
    }

    .listingHeaderLotSize {
        display: inline-block;
        padding: 0px 20px;
        border-right: 0px solid #808281;
        text-align: center;
        margin: 10px 0px;
    }

     .seriesEpisodeSectionTitle
    {
        text-align:center;
    }
}


@media screen and (min-width:1200px) {
   

    .td33 {
        width: 33%;
    }

    .td66 {
        width: 66%;
    }

    .td50 {
        width: 50%;
    }

    .td25 {
        width: 25%;
    }

    .td75 {
        width: 75%;
    }
}

.blogEntriesHomeWrapper {
    position: relative;
    padding: 0px;
    border: 0px solid #e1e1e1;
    margin: 5px;
    -o-transition: 1s;
    -ms-transition: 1s;
    -moz-transition: 1s;
    -webkit-transition: 1s;
    /* ...and now for the proper property */
    transition: 1s;
}
.blogEntriesWrapperHome {
    position: relative;
    padding: 0px;
    border: 0px solid #e1e1e1;
    margin: 5px;
    -o-transition: 1s;
    -ms-transition: 1s;
    -moz-transition: 1s;
    -webkit-transition: 1s;
    /* ...and now for the proper property */
    transition: 1s;
}

    .blogEntriesWrapperHome:hover {
        border: 0px solid #b2acac;
        color: #000;
        text-decoration: none !important;
        -o-transition: 1s;
        -ms-transition: 1s;
        -moz-transition: 1s;
        -webkit-transition: 1s;
        /* ...and now for the proper property */
        transition: 1s;
    }

    
.blogEntriesImageWrapperHome {
    position: relative;
    background-size: cover;
    width: 100%;
    height: 240px;
    background-repeat: no-repeat;
    margin-bottom:10px;
}

.blogEntriesTextWrapperHome {
    position: relative;
    display: inline-block;
    text-align: center;
    width: 100%;
    font-weight: 100;



}

.blogEntriesTextWrapperHome h2 {
    font-size:20px;
    padding-top:5px;
}
.blogEntriesTextWrapperHome p
{
    width:280px;padding-left:20px;text-align:left;font-size:16px;
}


*:focus {
    outline: none!important;
}


/********Home Events*********/


.eventBoxRollover
{
    opacity:1.0;

}

.eventBoxRollover:hover
{
    opacity:0.6!important;

}

.dateBox {
    float: left;
    padding:0px;
    height: 52px;
    text-align: center;
    width: 52px;
    background-color:transparent;
    border-radius:0px;
    
}

.homeeventsh1 {
       position:relative;
   display:block;    
    margin: 0;
    padding: 0px 0px 50px 0px;
    text-align: center;
    margin-top:0px;


}

.eventBox h2 {

    /*color: #391C69;*/
    display: block;
    font-size: 20px;
    margin: 0;
    padding: 14px 0px 0px 0px;
    text-align: left;
}

.eventBox p
{
    font-size: 16px;
    /*color: #000;*/
}


@media only screen and (max-width: 768px) {
  .eventTextImageWrapper {
    background-attachment: scroll!important;
  }
}



.dateBox h3 {
    border: none;
    display: block;
    font-weight: 300;
    font-size:14px;
    margin:0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    text-align: center;
    text-transform: uppercase;
}

.dateBox h3 span {
    display: block;
    font-weight: 700;
     font-size:30px;
    margin: 0;
    padding: 0px 0px 0px 0px;
    text-align: center;
    text-transform: uppercase;
    padding-top:0px;
}

.eventBox {
    float: left;
    margin: -15px 0 0 10px;
    width: 75%;
}

/************** Events Page ****************/

#featuredEvents_wrapper
{
    position: relative;
    width: 700px;
    padding: 5px;
    margin-top: 0px;
}

#featuredEvents_body
{
    position: relative;
    background-color: #efefef;
    padding: 0px 0px 0px 0px;
    color: #000000;
    border: solid 1px #ffffff;
}

.featuredEvents_table
{
    padding: 5px 5px 5px 5px;
}
#featuredEvents_image
{
    /* height: 100%;     float: left;     padding: 10px 10px 10px 10px;     min-width:50px;*/
}

#featuredEvents_header
{
    font-size: 16px;
    text-transform: uppercase;
    font-weight: bold;
    color: #000000;
    padding-left: 10px;
    left: 0px;
}
.featuredEvents_header
{
    display: none;
}
#featuredEvents_dateTime
{
    padding-left: 10px;
}
.featuredEventsDate
{
    font-weight: bold;
}
#featuredEvents_title
{
    font-size: 15px;
    color: #000000;
    text-transform: uppercase;
    padding-left: 7px;
}

#featuredEvents_desc
{
    padding-left: 10px;
}
#featuredEvents_moreInfo
{
    padding-top: 10px;
    padding-left: 10px;
}
#subPageEventHeader
{
    font-weight: bold;
    font-size: 17px;
}
.floatImageLeft
{
    float: left;
    padding-right: 15px;
}
.eventDate
{
    font-weight: normal;
}
.eventTitle
{
    position: relative;
    font-size: 15px;
    font-weight: bold;
    color: #000000;
    text-transform: uppercase;
}
#groupSubHeader
{
    display: none;
}
#groups_events_description
{
    position: relative;
    width: 310px;
    text-align: left;
}
.subPageHeaders
{
    font-weight: bold;
}
#events_wrapper
{
    text-align: left;
    margin-top: 0px;
    padding: 10px 0px 0px 0px;
}

#events_body
{
    position: relative;
    text-align: left;
    margin: 0px 0px 0px 0px;
}

#noEventsMessage
{
    min-height: 471px;
    padding-left: 0px;
}

#eventsText_Wrapper
{
    position: relative;
    min-height: 434px;
}

#events_header
{
    font-size: 16px;
    text-transform: uppercase;
    font-weight: bold;
    color: #000000;
}
.events_header
{
    font-size: 16px;
    text-transform: uppercase;
    font-weight: bold;
    color: #000000;
}
#events_date
{
    position: absolute;
    width: 540px;
}

#events_time
{
    position: relative;
    width: 540px;
    left: 160px;
}

#events_title
{
    position: relative;
    left: 160px;
    width: 540px;
    font-size: 15px;
    font-weight: bold;
    color: #000000;
    text-transform: uppercase;
}

#events_description
{
    position: relative;
    left: 160px;
    width: 540px; /*width: 550px;*/
}

#events_moreInfo
{
    position: relative;
    left: 160px;
    width: 540px;
    padding-bottom: 10px;
    color: #000000;
}

a.events_moreInfoLink
{
    color: #000000;
}
a.events_moreInfoLink:link, a.events_moreInfoLink:visited
{
    color: #000000;
}
.events_moreInfoLink:hover
{
    color: #000000;
    text-decoration: underline;
}

#eventsDetails_wrapper
{
    position: relative;
    min-height: 434px;
}

a.eventDetailsLinks, a.eventDetailsLinksa:links, .eventDetailsLinks:visited
{
    color: #000000;
    text-decoration: none;
}
a.eventDetailsLinks:hover
{
    color: #000000;
    text-decoration: underline;
}
/* Events Calendar */
.cellHeader
{
    text-align: left;
    position: relative;
    padding-top: 30px;
    padding-left: 20px;
    font-weight: bold;
}

.headerTitle
{
    display: none;
}

/* Event Calendar */
.calendarHeader
{
    display: none;
}
#eventscalendar_wrapper
{
    position: relative;
    padding-left: 20px;
}
#calendar_wrapper
{
    width: 630px;
    height: 240px;
    padding-top: 20px;
    position: relative;
}
#left_calendar
{
    width: 430px;
    position: absolute;
    left: 5px;
    height: 100%;
}
#right_calendar
{
    width: 120px;
    position: absolute;
    top: 50px;
    left: 450px;
}
.aspCalendar
{
    text-align: center;
}
.dayStyle
{
    text-align: center;
    cursor: default;
}
.dayHeader
{
}
.titlestyle
{
    background-color: #666666;
    height: 30px;
    color: White;
    width: 100%;
}
.CalendarDay
{
    background-color: #67D2FB;
    text-align: center;
    color: #ffffff;
}
.today
{
    color: black;
    background-color: #a51e24;
}
.nextPrev
{
    font-weight: bold;
    text-align: center;
}
#divider_events
{
    display: none;
}


/******** Event Calendar  **********/


.addtocalendar ul a
{
    list-style-type: none;
    display: block;
    padding-top: 0px;
    padding-right: 30px;
    padding-bottom: 2px;
    padding-left: 22px;
    background-color: transparent;
    background-image: url("/site/images/emailIcons.gif");
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-position: left top;
    color: #26a7f2;
    position:relative;
    top:-17px;
    font-size:14px;
}
.addtocalendar ul li
{
    float: left;
    list-style-type: none;
    padding: 0px 10px 0px 0px;
}
ul li.outlook a
{
    background-position: 0px -0px;
}
ul li.apple a
{
    background-position: 0px -20px;
}
ul li.google a
{
    background-position: 0px -38px;
}
ul li.yahoo a
{
    background-position: 0px -58px;
}
#quickLinks_wrapper
{
    position: absolute;
    top: 107px;
    left: 575px;
    text-align: left;
    font-size: 19px;
    color: #99b344;
    font-family: Century Gothic, Arial;
    font-weight: bold;
}
#quicklinks
{
    visibility: hidden;
    background-color: #333333;
}
#quicklinks_text
{
    position: relative;
    width: 450px;
    padding: 0px 10px 5px 10px;
    overflow: hidden;
    text-align: left;
}

#clickhere_quick
{
    position: relative;
    width: 20px; /*background-color:green;*/
    top: 0px;
    left: 0px;
    height: 45px;
    z-index: 900;
}
#clickhere_quick_img
{
    top: 0px;
    left: 4px;
    height: 45px;
    width: 20px;
    position: relative;
}
.DayWithAppointments a
{
    background-color: #c9e0fc;
    background-image: none;
}
.DayWithEvents a
{
    background-color: Gray;
    background-image: none;
}
.DayWithEvents a:hover
{
    background-color: #630221;
    background-image: none;
}

h2.eventDetailsTitle
{
    background-image: url("/site/images/sep.gif");
    background-repeat: repeat-x;
}

#eventDetailsCalImage
{
    position: relative;
    float: left;
    background-image: url(/site/images/dateimage.png);
    background-repeat: no-repeat;
    width: 95px;
    height: 72px;
    text-align: center;
    margin: 0px;
}
.eventDetailsCalDay
{
    position: absolute;
    color: White;
    font-weight: bold;
    top: 6px;
    left: 25px;
}
.eventDetailsCalDate
{
    position: absolute;
    color: Black;
    font-weight: bold;
    top: 29px;
    left: 23px;
    text-align: center;
    margin: 0px auto;
    font-size: 17px;
    width: 20px;
}

.eventDetailsCalMonth
{
    position: absolute;
    color: Black;
    font-weight: bold;
    top: 48px;font-size: 13px;
    left: 25px;
}
#eventDetailsVenueDesc
{
    position: relative;
    left: 35px;
    padding-left: 10px;
    width: 325px;
    min-height: 100px;
}
.eventDetailsTitleVenue
{
    height: 20px;
    width: 30px;
    float: left;
}
#eventDetailsTitle
{
    position: relative;
    left: 15px;
    width: 25px;
    min-height: 100px;
}
.DayWithAppointments a
{
    background-color: #e1e1e1;
}

#eventCalendarWrapper
{
    width: 100%;
    max-width:1100px;
    min-height: 750px;
    height: 100%;
    height: auto;
    position: relative;
    padding-left: 0px;
}
#eventCalendarHeader
{
    width: 100%;
    min-height: 40px;
    position: relative;
    display: none;
}

#calendarEventList
{
    position: relative;
    width: 450px;
    left: 240px;
    top: 0px;
    min-height: 30px;
}
#calendarEventWrapperCenter
{
    background-color:#fff;
    border:1px solid #ddd;
    position: relative;
    width: 100%;
    min-height: 300px;
    padding:20px 20px 20px 20px;
    margin:0px 0px 30px 0px;
}
#quicklinks
{
    margin-left: 0px;
    display: block;
    width: 450px;
    background-color: #333333;
    height: 40px;
}
#quicklinks_text
{
    visibility: visible;
    width: 555px;
}
#detailsHeader
{
    position: relative;
    padding: 0px 10px 0px 0px;
    height: 36px;
    vertical-align: middle;
    padding-top: 2px;
    margin-top: 0px;
    background-color: #302f2f;
    width: 470px;
}
.detailsHeader
{
    text-align: center;
}
#addtocalendarBar
{
    margin-top: 12px;
}
#calendarEvent
{
    position: relative;
    max-width: 510px;
    width:100%;
    min-height: 30px;
    padding: 0px 15px 0px 15px;
    color:Black;
}
#calendarEventImage
{
    left: 0px;
    width: 85px;
    height: 75px;
    float: left;
}
#eventDetailsVenuWrapper
{
    position: relative;
    width: 310px;
    padding-left: 10px;
} 
#calendarEventTitle h2
{
    padding-top: 0px;
    color:Black;
}
#calendarEventDescription
{
    position: relative;
    min-height: 5px;
    width:100%;
}

h2
{
    padding:0px;
    margin:0px;
}
#calendarEventMoreInfo
{
    position: relative;
    width: 100%;
    min-height: 5px;
}
#calendarEventDate
{
    position: relative;
    width: 100%;
    height: 20px;
}
#calendarEventTime
{
    position: relative;
    width: 100%;
    height: 20px;
}
#calendarEventWidget
{
    position: absolute;
    left: 490px;
    top: 0px;
    width: 25px;
    min-height: 60px;
}

#calendarEventDescription img
{
 width:100%;
 padding:0px 0px 0px 0px;
}
#social_quick
{
    display: none;
}
#eventGrid
{
    margin:0px;
    padding:0px;
  
}

/************News Box*****************/
.newsBox h2 {

    /*color: #391C69;*/
    display: block;
    font-size: 20px;
    margin: 0;
    padding: 12px 0px 0px 0px;
    text-align: left;
}

.newsBox p
{
    font-size: 16px;
    /*color: #000;*/
}

.newsWrapper .newsBox {
    height: auto !important;
}


.newsWrapper .container .row {
    padding-right: 0px !important;
    margin: 0px !important;
}

@media only screen and (max-width: 768px) {
  .newsWrapper {
    background-attachment: scroll!important;
  }
}




/*************Evite******************/

.eviteTableCell {
    padding: 0px 0px 0px 0px;
    vertical-align:top;
}

.eviteRBList {
    width: 100%;
    text-align:left;
    padding:10px 20px 10px 0px;
    margin:0px
}

.eviteThumbs {
    height: 200px;
    width: 250px;
    overflow: hidden;
}

.eviteThumbImage {
    width: 200px;
}

#evite_wraper li {
        list-style-type:none !important;
        vertical-align:top;
}
.eviteRBList li {
    list-style-type: none !important;
    vertical-align:top;
}


/*************Message Archve******************/
#messageWrapper
{
    background-color:transparent;
    margin-bottom:30px;
}
.messageButton {
    display: inline-block;
    font-weight: 400;
    line-height: 1.25;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    border: 1px solid transparent;
    padding: .5rem 1rem;
    font-size: 1rem;
    /*border-radius: .25rem;*/
    border-radius: 0px;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    margin:2px;
       -webkit-box-shadow: 0 0 0 2px rgba(0,0,0,.25);
        box-shadow: 0 0 0 2px rgba(0,0,0,.25);
}

    .messageButton:focus, .messageButton:hover {
        text-decoration: none;
    }

    .messageButton.focus, .messageButton:focus {
       outline: 0;
       text-decoration: none;
    }



.messageButton {
      display: inline-block;
    /*border: solid 2px #000;
    color: #000 !important;*/
    margin:2px;
    /*background-color: #fff;
    border-radius: 0px;
    font-weight: bold !important;
        text-transform:uppercase;*/
}

    .messageButton:hover {
         /*border: solid 2px #000;
    color: #fff !important;*/
        text-decoration: none;
        /*background-color: #000;*/
    }

    .messageButton.focus, .btn-primary:focus {
           /*border: solid 2px #000;
    color:#fff !important;*/
        text-decoration: none;
        /*background-color: #000;*/
    }

.messageGridView {
    text-align:center;
    text-align:-moz-center;
    padding:30px 0px 20px 0px;
}

    
.messagegrid br
{
    display:none; 

}


.messageImage
{
    width:250px;
    height:141px;
   
}

@media only screen and (max-width: 768px) {
    .messageImage {
        width: 100%;
        height: auto;
    }
}

.messageBlockItem
{

    margin:5px;

}
.messageBlock
{
   display:inline-block;
}

.messageGridView h2
{
  
}

.episodeSliderTitle
{
    padding:5px 0px 0px 0px;
    margin:0px;
    text-transform:uppercase;
    font-size:16px;
    text-align:center;
}

.episodeShareHeader h3
{
    font-size:20px!important;
}


.episodeShareButtons
{

}

.episodeVideoContainer
{
    padding:30px 0px 30px 0px!important;
 
}

.addthis_toolbox:before,
.addthis_toolbox:after {
  display: table;
  content: "";
}
.addthis_toolbox:after {
  clear: both;
}
[class*="addthis_button"] {
  display: inline-block;
  margin-left: 4px;
}
[class*="addthis_button"]:first-child {
  margin-left: 0;
}
[class*="addthis_button"] .fa {
  color: #000;
  font-size: 37px;
}
[class*="addthis_button"]:hover .fa {
  color: #666
}


@media only screen and (min-width: 200px) {
    
.messageLatestImageWrapper
{
 position:relative;
   width:100%;
   height:auto;
}


.messageLatestImageWrapper::after {
        /**
        * This overlay isn't necessary, but it may help with readability.
        * In modern browsers, the `mix-blend-mode` property can be adjusted to
        * show off some pretty funky effects when paired with a video.
        */
        background-color: rgba(61, 56, 65, 0.0);
        content: '';
        height: 100%;
        left: 0;
        mix-blend-mode: multiply;
        position: absolute;
        top: 0;
        width: 100%;
    }

.messageLatestImageWrapper img
{
    width:100%;
    height:auto;
}

.messageLestestTextWrapper {
    position:relative;
    width: 100%;
    text-align:left!important;
    left:20px;
}

.messageLestestTextWrapper h1
{
    color:#000;
    padding:20px 0px 0px 0px;
    margin:0px;
    font-size:35px;
    padding-right:30px!important;

}

.messageLestestTextWrapper p
{
    color:#000!important;
    padding:0px;
    margin:0px;
    font-size:16px;
   width:100%;
   max-width:500px;
   padding-right:30px!important;

}

.episodeButtonWraper 
{
    text-align:center;
}


.searchIcon
{
    visibility:hidden;
}
}

@media only screen and (min-width: 768px) {
    
.messageLatest {
    position:relative;
    width:100%;
    height:auto;
   
}

.messageLatestImageWrapper
{
   position:relative;
   width:100%;
   height:auto;
}


.messageLatestImageWrapper::after {
        /**
        * This overlay isn't necessary, but it may help with readability.
        * In modern browsers, the `mix-blend-mode` property can be adjusted to
        * show off some pretty funky effects when paired with a video.
        */
        content: '\A';
        background-color: rgba(61, 56, 65, 0.5);
        content: '';
        height: auto;
        left: 0;
        mix-blend-mode: multiply;
        position: absolute;
        top: 0;
        width: 100%;
        height:100%;
   
    }

.messageLatestImageWrapper img
{
    width:100%;
    height:auto;
}

.messageLestestTextWrapper {
    position:absolute;
    width: 100%;
    text-align:left!important;
    left:30px;
    top: 50%;
     transform: translate(0%, -50%);
}

.messageLestestTextWrapper h1
{
    color:#FFF;
    padding:0px;
    margin:0px;
    font-size:50px;
    padding-right:30px!important;

}

.messageLestestTextWrapper p
{
    color:#FFF!important;
    padding:0px;
    margin:0px;
    font-size:22px;
   width:100%;
   max-width:500px;
   padding-right:30px!important;

}

.episodeButtonWraper 
{
    text-align:center;
}



}


@media only screen and (min-width: 991px) {
    .searchIcon {
        display: block;
        visibility:visible;
    }
}

/***************** Live Broadcast ********************/




.lbTitle
{
    font-size: 18px;
    color: #fff;
    font-family:'Lato', Century Gothic, Helvetica, Verdana;
    padding-left: 18px;
}
.lbDescription
{
    font-size: 16px;
    color: #000;
}

.lbSmallTitle
{
    font-size: 16px;
    font-weight: bold;
    color: #000;
    text-transform: uppercase;
}

.lbPageViews
{
    color: #fff;
    width:100%;
    height:380px;
    overflow:hidden;

    
}

.lbPageViewsLarge
{
    color: #fff;
    width:100%;
    height:405px;
    overflow:auto;
}
#lb_countdown
{
    position:relative;

}

#lb_countdowniphone
{
    position:relative;
    left:0px;
    top:10px;
    height: 63px;
    width: 286px;
}



.lbTabStrip
{
    width: 100%;
}

.lbTabStripLarge
{
   padding:0px 20px 0px 30px;
}
.lbLargeTabs
{
    position:relative;
    margin:0px 0px 0px 10px;
   
}

.lbSmallTabs
{
    position:relative;
    margin:0px 10px 0px 10px;
   
}




.lbMap
{
      position:relative;
    margin:0px 10px 0px 10px;
}


.lbEditor
{
    background-color:#333;
    border-width:0px;
    border:0px 0px 0px 0px;
    
}

#LBRotator
{
    z-index: 1;
    background-color:#333;

}


#footer
{
    position:relative;
    left:0px;
    width:950px;
}
#downloadflash
{
    position:absolute;
    left:750px;
}






#playerWrapper
{
    position:relative;
    width:100%;
    background-color:transparent;

}

.lbPlayerCell
{
    position:relative;
    width:100%;
    height:auto;
}



.playerlbWrapper
{
   position:relative;
   z-index:5;
   display:none;
  
}

.playerRotator
{
    position:relative;
    width:100%;
    height:auto;
    z-index:6;
    padding:0px;
    margin:0px;
    display:block;
}

#playerRotator img
{
   width:100%;
   height:auto;

}


.odPlayerCell
{
    width:100%;
    height:auto;
    text-align:left;
}
.odHeader
{
    font-size:18px;
    text-align:left;
    font-weight:bold;
}

/************Countdown timer***************/


#countdownTimer
{
    position: absolute;
    top: 10px;
    z-index: 100;
    color: #fff;
    font-size: 11px;
    text-transform: uppercase;
    font-weight:normal;
    text-align: left;
    left:127px;
   
}
#countdownTimeriphone
{
    position: relative;
    top: 0px;
    z-index: 100;
    color: #000000;
    font-size: 11px;
    text-transform: uppercase;
       font-weight:normal;
    text-align: center;
    left: 0px;
    top:10px;
}

#countdownHeader
{
    position:relative;
    color:#666;
    font-size:22px;
    font-family: 'LatoBold', HeleveticaNeue, Tahoma,Sans-Serif;
    text-transform:uppercase;
       font-weight:bold;

}


.countdownHeader
{
    position:absolute;
    top:5px;
    left:0px;
    color:#666;
    font-size:22px;
    font-family: 'LatoBold', HeleveticaNeue, Tahoma,Sans-Serif;
    text-transform:uppercase;
       font-weight:bold;

}

.countdownLive
{
 
    color:#fff;
    font-size:22px;
    font-family: 'LatoBold', HeleveticaNeue, Tahoma,Sans-Serif;
    text-transform:uppercase;
    font-weight:normal;

}

#countdownHeaderIphone
{
    position:relative;
    color:#fff;
    font-size:28px;
    font-family: 'LatoBold', HeleveticaNeue, Tahoma,Sans-Serif;
    text-transform:uppercase;
    width:120px;
    font-weight:normal;

}

.countdownLargeText
{
    font-size: 22px;
    color: #000;
    font-weight:normal;
    font-family: 'LatoBold', HeleveticaNeue, Tahoma,Sans-Serif;
    
}

.countdownSmallText
{
    display:inline-block;
    font-size: 14px;
    text-transform: lowercase;
    color: #000;
  font-family: 'LatoLight', HeleveticaNeue, Tahoma,Sans-Serif;
  padding-left:2px;
  padding-top:5px;
}


.countdownCell
{
    vertical-align: top;
    text-align: center;
    font-weight:normal;
    padding:0px 0px 0px 0px;
}

#notesHeader
{
    display:none;
}

.lbMultipage
{
    width:100%;
   /* height:700px; for 16:9*/
   height:405px;
    background-color:#333;
    color:#333;
}

.lbMultipageLarge
{
    width:100%;
    height:404px;
    background-color:#333;
     border:solid 1px #333;
}
#lbCallouts
{
    position:relative;
padding:40px 20px 40px 20px;
background-color:#eeeeee;
margin-top:30px;

}


#lbCallouts img
{
 width:100%;
 height:auto;

}


#lbCallout1
{
    position:absolute;
    left:0px;
    top:0px;
}

#lbRotatorSmallLeft
{
    position:absolute;
    left:0px;
    top:0px;
    
}
#lbcalloutseperator
{
    position:absolute;
    left:314px;
    visibility:hidden;
}

#lbCallout2
{
    position:absolute;
    left:325px;
    top:0px;
    
}

#lbRotatorSmallMiddle
{
    position:absolute;
    left:325px;
    top:0px;
}

#lbCallout3
{
    position:absolute;
    left:650px;
    top:0px;
    
}

#lbRotatorSmallRight
{
    position:relative;
    left:640px;
    top:0px;
}

.lbSubHeader
{

    font-size:30px;
    color: #000;
padding-top:10px;
font-weight:bold;
}

#lbFooterIcons
{
    position:absolute;
    left:px;
    top:0px;
    width:600px;

}

.lbScheduleHeader
{
    position:relative;
    font-size:16px;
    color: #000;
    padding-bottom:20px;
    
}

.lbSceduleTitle
{
    position:relative;
    font-weight:bold;
    font-size:25px;
    color: #000;
    padding-bottom:20px;
}

.st_sharethis_custom{ 
        background: url("/imagea/icon_share.png") no-repeat scroll left top transparent; 
        padding:0px 16px 0 0; 
}

.youVersionIframe
{
    height:499px;
    width:100%;
}

input[type=text]
{

}

input[type="checkbox"] {
    margin-right: 5px;
}

element.style
{
 position: relative;
padding-top: 5px;
}
  
  .emailtextBox
  {margin-left:5px;
  }



.smallPageViewDiv 
{
    width:300px;
   /* height:700px; for 16:9*/
   height:700px;
    background-color:#333;
    border:solid 1px #333;
    color:#333;
    /*overflow:auto;*/
}
.fb-comments
{
    position:relative;
    height:740px;
    overflow:auto;
    width:300px;
}
#bibleSearchWindow
{
    width:300px;
    height:600px;
    overflow:hidden;
}

    #search_wrapper {
    position: absolute;
    width: 274px;
    height: 36px;
    text-align: right;
    display:block;
    vertical-align: middle;
    background-image: url(https://s3-us-west-1.amazonaws.com/faithnetworkuserfilestore/FAITHNETWORK_USERFILESTORE/FAITHNETWORK_USERFILESTORE/imagelibraries/ministries/a359baab-97b6-428f-80d8-6e5094fc15a7/siteimages/header_search.png);
    background-position: top;
    background-repeat: no-repeat;
    right:20px;
    top:110px;
      z-index: 100005!important;
}



.countdownheadertext
{
    display:inline-block;
    color:#000;
   font-size: 22px;
     font-weight:bold;

}

#countdownTextDays
{
    display:inline-block;
    padding:0px 0px 0px 0px;
    font-size: 22px;
    color: #000;
    font-weight:bold;
}

#countdownTextHours
{
 display:inline-block;
  font-size: 22px;
      padding-left:10px;
    color: #000;
   font-weight:bold;

}


#countdownTextMins
{
   display:inline-block;
    font-size: 22px;
        padding-left:10px;
    color: #000;
     font-weight:bold;
}

#countdownTextSec
{
display:inline-block;
 font-size: 22px;
     padding-left:10px;
    color: #000;
    font-weight:bold;
}



#instagramWrapper {
    position: relative;
    margin-top: 20px;
    width: 950px;
    overflow: hidden;
    text-align: left;
}

#footerWrapper {
    padding-top: 30px;
    padding-bottom: 0px;
    position: relative;
    width: 100%;
    height:100%;
    background-color:#e3e3e3;
    border:1px solid #e3e3e3;
}

#instagram {
    position: absolute;
    top: 0px;
    left: 0px;
}

#map {
    position: relative;
    Top: 0px;
    left: 660px;
    height: 400px;
    width: 330px;
}



#mapText {
    position: relative;
    height: 130px;
    padding: 30px 10px 0px 10px;
    vertical-align: middle;
    text-align: center;
    font-size: 30px;
    color: #999;
    width: 280px;
}

.footerHeaderText {
    font-family: 'LatoBold','Century Gothic';
    font-stretch: narrower;
    font-weight: bold;
    font-size: 20px;
    text-transform: uppercase;
    padding-bottom: 12px;
}

.siteButton {
    width: 100%;
    height: 40px;
    padding-top: 10px;
    color: #fff;
    background: #155294;
    font-size: 15px;
    text-transform: uppercase;
    text-align: center;
    font-weight: bold;
    text-decoration: none;
}

    .siteButton:hover {
        color: #fff;
        background: #000;
        text-decoration: none;
    }

#footerSite {
    margin-top: 10px;
}

.lbTabPanels{
    position: relative; height: 500px; width: 100%; overflow: auto;border:1px solid #dddddd;border-top:0px;
}
@media only screen and (min-width: 200px) {
#lbvideoWrapper
{
    position:relative;
    padding:0px 0px 0px 0px;
    width:100%;
}

.lbLargeTabs
{
    position:relative;
    margin:0px 0px 0px 0px;
   
}

.lbSmallTabs
{
    position:relative;
    margin:0px 0px 0px 0px;
   
}

.lbMap{
    display:inline-block;width:100%;height:auto;overflow:visible;padding:0px 0px 0px 0px;margin:0px;
}

#countdownText
{
    position:relative;
    width:100%;
    padding:5px 0px 5px 0px;
    margin:0px;
    font-size: 22px;
    
}

.lbRight{
    padding:0px 25px 10px 25px!important;
    margin:0px;
}

.lbLeft{
    padding:10px 25px 10px 25px!important;
    margin:0px;
}
.lbInstagram
{
      position:relative;
    margin:0px 0px 0px 0px;
}

.chatRollWindow
{
    width:100%;
    height:90%;
    min-height:400px;
    padding:0px;
    margin:0px;
}


}

@media only screen and (min-width: 991px) {
#lbvideoWrapper
{
    position:relative;
    display:block;
    padding:10px 10px 10px 10px;
    width:100%;
}

.lbLargeTabs
{
    position:relative;
    margin:0px 10px 0px 10px;
   
}

.lbSmallTabs
{
    position:relative;
    margin:0px 0px 0px 0px;
   
}

#countdownText
{
    position:relative;
    width:100%;
    padding:5px 0px 5px 0px;
    margin:0px;
    font-size: 22px;
    
}

.lbRight{
    padding:0px 30px 10px 0px!important;
    margin:0px;
}

.lbLeft{
    padding:0px 0px 10px 15px!important;
    margin:0px;
}

.lbMap
{
    display:inline-block;width:100%;height:750px;overflow:hidden;padding:0px 0px 0px 10px;margin:0px;
}

.lbInstagram
{
      position:relative;
    margin:0px 0px 0px 10px;
}
.chatRollWindow
{
    width:100%;
    height:90%;
    min-height:300px;
    padding:0px;
    margin:0px;
}
}

a.twitter-timeline {
  /* Buttonish */
  display: inline-block;
  padding: 6px 12px 6px 30px;
  margin: 10px 0;
  border: #ccc solid 1px;
  border-radius: 3px;
  background: #f8f8f8 url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxNy4xLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Ig0KCSB2aWV3Qm94PSIwIDAgNzIgNzIiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDcyIDcyIiB4bWw6c3BhY2U9InByZXNlcnZlIj4NCjxyZWN0IHg9IjAiIGZpbGw9Im5vbmUiIHdpZHRoPSI3MiIgaGVpZ2h0PSI3MiIvPg0KPHBhdGggZmlsbD0iIzU1YWNlZSIgZD0iTTY4LjgxMiwxNS4xNDFjLTIuMzQ4LDEuMDM5LTQuODY5LDEuNzQzLTcuNTE5LDIuMDZjMi43MDMtMS42Miw0Ljc3OC00LjE4Nyw1Ljc1Ni03LjI0NGMtMi41MjksMS41LTUuMzMsMi41OTItOC4zMTMsMy4xNzYNCglDNTYuMzQ5LDEwLjU5MSw1Mi45NDgsOSw0OS4xODIsOWMtNy4yMjksMC0xMy4wOTIsNS44NjEtMTMuMDkyLDEzLjA5M2MwLDEuMDI2LDAuMTE4LDIuMDIxLDAuMzM4LDIuOTgxDQoJYy0xMC44ODUtMC41NDgtMjAuNTI4LTUuNzU3LTI2Ljk4Ny0xMy42NzljLTEuMTI2LDEuOTM2LTEuNzcxLDQuMTg0LTEuNzcxLDYuNTgxYzAsNC41NDIsMi4zMTIsOC41NTEsNS44MjQsMTAuODk4DQoJYy0yLjE0Ni0wLjA2OS00LjE2NS0wLjY1Ny01LjkzLTEuNjM4Yy0wLjAwMiwwLjA1NS0wLjAwMiwwLjExLTAuMDAyLDAuMTYyYzAsNi4zNDUsNC41MTMsMTEuNjM4LDEwLjUwNCwxMi44NA0KCWMtMS4xMDEsMC4yOTgtMi4yNTYsMC40NTctMy40NDksMC40NTdjLTAuODQ2LDAtMS42NjctMC4wNzgtMi40NjUtMC4yMzFjMS42NjcsNS4yLDYuNDk5LDguOTg2LDEyLjIzLDkuMDkNCgljLTQuNDgyLDMuNTEyLTEwLjEyOSw1LjYwNi0xNi4yNiw1LjYwNmMtMS4wNTUsMC0yLjA5Ni0wLjA2MS0zLjEyMi0wLjE4NGM1Ljc5NCwzLjcxNywxMi42NzYsNS44ODIsMjAuMDY3LDUuODgyDQoJYzI0LjA4MywwLDM3LjI1MS0xOS45NDksMzcuMjUxLTM3LjI0OWMwLTAuNTY2LTAuMDE0LTEuMTM0LTAuMDM5LTEuNjk0QzY0LjgzOCwyMC4wNjgsNjcuMDU4LDE3Ljc2NSw2OC44MTIsMTUuMTQxeiIvPg0KPC9zdmc+DQo=") 8px 8px no-repeat;
  background-size: 1em 1em;

  /* Text */
  font: normal 12px/18px Helvetica, Arial, sans-serif;
  color: #333;
  white-space: nowrap;
}

a.twitter-timeline:hover,
a.twitter-timeline:focus {
  background-color: #dedede;
}

/* Color Highlight for keyboard navigation */

a.twitter-timeline:focus {
  outline: none;
  border-color: #0089cb;
}





.topButton {
    display: inline-block;
    font-weight: 400;
    line-height: 1.25;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    border: 1px solid transparent;
    padding: .5rem 1rem;
    font-size: 12px;
    /*border-radius: .25rem;*/
    border-radius: 0px;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    margin:5px;
}

    .topButton:focus, .topButton:hover {
        text-decoration: none;
    }


    .topButtton:focus, .topkButton:hover {
        text-decoration: none;
    }

    .topButton.focus, .topButton:focus {
        outline: 0;
        -webkit-box-shadow: 0 0 0 2px rgba(2,117,216,.25);
        box-shadow: 0 0 0 2px rgba(2,117,216,.25);
        text-decoration: none;
    }



.topButton {
      display: inline-block;
    border: solid 1px #FFF;
    color: #FFF !important;
    margin: 5px;
    background-color: #000;
    border-radius:3px;
    font-weight: bold !important;
    text-transform:uppercase;
}

    .topButton:hover {
        border: solid 1px #FFFFFF;
    color: #000 !important;
        text-decoration: none;
        background-color: #FFFFFF;
    }

    .topButton.focus, .btn-primary:focus {
       
        border: solid 1px #FFFFFF;
    color: #000 !important;
        text-decoration: none;
        background-color: #FFFFFF;
    }


.homeslider {
    position:relative;
    margin: 60px 0px 20px 0px;
    width:100%;
    max-width:1050px!important;
}

/*****media side by site sections for homepage*******/
 #mediaSideBySideWrapperDiv {
     position:relative;
            /*startTemplateWrapperDivBackgroundColor*/ background-color: #eeeeee; /*endTemplateWrapperDivBackgroundColor*/
            padding: 0px 0px 0px 0px;
            text-align: center;
            text-align: -moz-center;
        }

            #mediaSideBySideWrapperWrapperDiv h1 {
                
                margin: 0px;
                padding: 0px 0px 30px 0px;
                font-weight:700!important;
                text-transform:uppercase;
                font-size:40px!important;
            }

            #mediaSideBySideWrapperWrapperDiv p {

                font-size: 20px;
                text-align: center;
                margin: 0px;
                padding: 0px 20px 30px 20px;
            }



        @media screen and (min-width:200px) {
            .mediaSideBySideWrapperVcenter {
                padding: 100px 20px 100px 0px;
            }
        }


        @media screen and (min-width:768px) {
            .mediaSideBySideWrapperVcenter {
                padding: 0px 20px 0px 0px;
            }
        }

          /********video library*********/

        select.videocustom-dropdown {
 -webkit-appearance: none;  /*REMOVES DEFAULT CHROME & SAFARI STYLE*/
 -moz-appearance: none;  /*REMOVES DEFAULT FIREFOX STYLE*/
 border: 0px solid #e1e1e1;  /*REMOVES BORDER*/

 color: #000;
 -webkit-border-radius:5px;
 border-radius: 5px;
 font-size: 14px;
 padding: 5px;
 width: 150px;
 cursor: pointer;

 background: #f1f0ee url(/site/images/videodrop-down-arrow.png) no-repeat right center;
 background-size: 40px 45px; /*TO ACCOUNT FOR @2X IMAGE FOR RETINA */
 font-family:'avantgarde_bk_btdemi';

}


               .videoViewWrapper {
                background-color: #4D4E4F;
                padding:20px 0px 30px 0px;
                color:#fff!important;
            }

            .videoViewWrapper h2 {
               font-weight:900!important;
                color:#fff!important;
                padding:0px!important;
                margin:0px!important;
                font-size:30px;
            }
              .videoViewWrapper h3 {
               font-weight:900!important;
                color:#fff!important;
                padding:0px!important;
                margin:0px!important;
                text-transform:uppercase;
                font-size:16px;
            }


                @media screen and (min-width:200px) {
      .videosTitleOverlay
        {
            color:#fff;
            font-weight:900!important;
            font-size:16px;
        }

         .videosTitleOverlay span
        {
            color:#fff;
            font-weight:700!important;
            font-size:14px;
            text-transform:uppercase;
        }
        }


        @media screen and (min-width:768px) {



        .videosTitleOverlay
        {
            color:#fff;
            font-weight:900!important;
            font-size:20px;
        }

             .videosTitleOverlay span
        {
            color:#fff;
            font-weight:700!important;
            font-size:16px;
            text-transform:uppercase;
        }
        }

        
        /****************Nav Tabs************/

.navTabsWrapper
{
    /*background-color:#FC990B;*/

    border-bottom:solid 1px blue!important;
}

 

    .nav-tabs .navTabs {
        border: 1px solid #fff;
        /*border-top-right-radius: 0px;
        border-top-left-radius: 0px;*/
        /*font-weight:bold;
        color:#fff;*/
 
    }

        .nav-tabs .navTabs:focus, .nav-tabs .nav-link:hover {
            /*border-color: #eceeef #eceeef #ddd;
            color: #000!important;
            background-color:#fff!important;*/
        }

        .nav-tabs .navTabs.disabled {
            color: #fff;
            background-color:#f0af2f;
            border-color: transparent;
        }

        .nav-tabs .navTabs.show .navTabs, .nav-tabs .navTabs.active {
       /*border-color: #fff #fff #FC990B;
            color: #000!important;
            background-color:#fff!important;*/
       border-bottom:1px solid transparent!important;
        }

     


        @media screen and (max-width:767px){
    .navTabs {width:100%!important;}
}
       

     
       
        /********New Give**********/


        .giveAmountRow
        {
    text-align:center;
    text-align:-moz-center;
    background-color:#808281;
    padding-top:30px;
    padding-bottom:20px;
    color:#fff;
        }

        .giveAmountWrapper
        {
        vertical-align:top!important;
        font-weight:bold;
        }

        .giveDollarSign 
        {
            font-weight:bold;
            display:inline-block;
       
        }

        .giveAmountTb
        {
            font-size:80px;
            border:0px;
            text-align:center;
            text-align:-moz-center;
            padding:0px;
            margin:0px;
            font-weight:bold;
        }

        .giveAmountTb::before {
   content: "$";
   font-size: 15px;
   left: 0px;
   top:-70px;
   margin-right: 0px;
   position: relative;
   font-size:20px;
   font-weight:bold;
}


        .giveContainer
        {
            padding-top:30px;
            padding-bottom:30px;
            font-size:16px;
 
        }


        .btn-give {
    color: #808281;
    background-color: #fff;
    border-color: #ccc;
    white-space: normal;
}

    .btn-give:hover {
        color: #808281;
        background-color: #e6e6e6;
        border-color: #adadad;
    }

    .btn-give.focus, .btn-give:focus {
        -webkit-box-shadow: 0 0 0 2px rgba(204,204,204,.5);
        box-shadow: 0 0 0 2px rgba(204,204,204,.5);
    }

    .btn-give.disabled, .btn-give:disabled {
        background-color: #fff;
        border-color: #ccc;
    }

    .btn-give.active, .btn-give:active, .show > .btn-give.dropdown-toggle {
        color: #fff!important;
        background-color: #808281;
        background-image: none;
        border-color: #adadad;
    }


  


        .btn-givenext {
    color: #fff;
    background-color: #808281;
    border-color: #ccc;
    min-width:200px;
}

    .btn-givenext:hover {
        color: #808281;
        background-color: #fff;
        border-color: #adadad;
    }

    .btn-givenext.focus, .btn-givenext:focus {
        -webkit-box-shadow: 0 0 0 2px rgba(204,204,204,.5);
        box-shadow: 0 0 0 2px rgba(204,204,204,.5);
    }

    .btn-givenext.disabled, .btn-givenext:disabled {
        color: #808281;
        background-color: #fff;
        border-color: #adadad;
    }

    .btn-givenext.active, .btn-givenext:active, .show > .btn-givenext.dropdown-toggle {
        color: #808281;
        background-color: #fff;
        background-image: none;
        border-color: #adadad;
    }

  
    .calspan {
        float: left;
        margin-left: 6px;
        margin-top: -28px;
        position: relative;
        z-index: 2;
        color: #808281;
    }


    .giveLogInWrapper{
        width:100%;
        max-width:500px;
        padding:20px;
        margin:5px 5px 5px 0px;
        background-color:#eee;
        border-radius:5px;
    }



    
        /***************Store******************/

        .productListImage
        {
            width:100%;
            max-width:250px;
        }

        .storeListCostFeatured
        {
            font-size:16px;
            font-weight:bold!important;
        }

        .storeListTitleFeatured{
            font-size:16px;
        }

        .storeCategoriesH2
        {
            font-weight:700;
            font-size:22px;
        }
        .form_element
        {
            font-size:16px;
            padding-bottom:5px;
        }



.sliderTitles {
    font-size: 14px;
}

.max-width-100
{
max-width:100px;
}
.max-width-200 {
    max-width: 200px;
}
.max-width-300 {
    max-width: 300px;
}
.max-width-400 {
    max-width: 400px;
}
.max-width-500 {
    max-width: 500px;
}
.max-width-600 {
    max-width: 600px;
}
.max-width-700 {
    max-width: 700px;
}
.max-width-800 {
    max-width: 800px;
}
.max-width-900 {
    max-width: 900px;
}
.max-width-1000 {
    max-width: 1000px;
}

.multipleLocationsGrid br {
    display: none;
}


.multipleLocationsDetails {
    display: inline-block;
    width: 250px;
    margin: 5px 5px 30px 5px;
    text-align: left;
    vertical-align: top;
}

@media only screen and (max-width: 568px) {

    .multipleLocationsDetails {
        display: inline-block;
        width: 300px;
        margin: 5px 5px 30px 5px;
        text-align: left;
        vertical-align: top;
    }
}
