html, body {
    height: 100%;
    font-family: 'Open Sans', arial;
    font-size: 14px;
    background: #f1f1f1;
}

#wrap {min-height: 100%;}

#main {
    overflow:auto;
    padding-bottom: 280px;
}  /* must be same height as the footer */


/*Opera Fix*/
body:before {/* thanks to Maleika (Kohoutec)*/
    content:"";
    height:100%;
    float:left;
    width:0;
    margin-top:-32767px;/* thank you Erik J - negate effect of float*/
}

#footer {
    position: relative;
    margin-top: -257px; /* negative value of footer height */
    height: 252px;
    clear:both;
}

.footer-widget {
    color: #ffffff;
    background-color: #4F5D73;
    /*border-bottom: 1px solid #e6e6e6;*/
    /*border-top: 1px solid #e6e6e6;*/
    margin-top: 12px;
    padding-top: 30px;
    padding-bottom: 30px;
    font-size: 14px;
}

.footer-widget a, .footer-widget p {
    color: #ffffff;
}

.footer-widget h5 {
    color: #ffffff;
}

.footer-copyright {
    background-color: #3F4B5C;
    padding: 15px 0;
    text-align: left;
    color: #ffffff;
    font-size: 12px;
}

.header {
    color: #ffffff;
    background-color: #4F5D73;
    padding: 10px;
}

.header a {
    color: #ffffff;
}

.header p { margin: 0; }

.social-1 { margin-bottom: 0; }

.social-1 li a i.fa-facebook {
    background-color: #3b5998;
}

.social-1 li a i.fa-twitter {
    background-color: #0084b4;
}

.social-1 li a i.fa-google-plus {
    background-color: #C63D2D;
}
.social-1 li a i {
    width: 32px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    color: #fff;
    font-size: 16px;
    -webkit-transition: all 200ms ease-in;
    -o-transition: all 200ms ease-in;
    -moz-transition: all 200ms ease-in;
    transition: all 200ms ease-in;
}

.social-1 li a i:hover {
    opacity: 0.8;
}

.scrollToTop {
    color: #fff;
    position: fixed;
    bottom: 0px;
    right: 5px;
    width: 48px;
    height: 48px;
    text-align: center;
    cursor: pointer;
    background-color: #2D2D2D;
    z-index: 1005;
    display: none;
}

.scrollToTop i {
    line-height: 50px;
    font-size: 28px;
}


.navbar-custom {
    background-color: #FF6600;
    /*border-color: #333333;*/
    border-radius: 0;
    border: 0;
    margin-bottom: 0;
}

.navbar-custom .navbar-nav {
    margin-top: 0;
    margin-bottom: 0;
}

.navbar-default .navbar-brand, .navbar-default .navbar-brand:hover {
    color: #ffffff;
    text-transform: uppercase;
}

.navbar-default .navbar-toggle {
    border-color: #ffffff !important;
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #ffffff;
}

.navbar-custom .navbar-toggle {
    border: none;
    border-radius: 0;
}

.navbar-custom .navbar-toggle:hover, .navbar-custom .navbar-toggle:focus {
    background: rgba(0,0,0,0.09);
}

.navbar-custom .navbar-collapse, .navbar-custom .navbar-form {
    border: none;
}

.navbar-custom.navbar-default .navbar-nav>.active>a,
.navbar-custom.navbar-default .navbar-nav>.active>a:hover,
.navbar-custom.navbar-default .navbar-nav>.active>a:focus {
    color: #ffffff;
    background: rgba(0,0,0,0.09);
}
.navbar-custom.navbar-default .navbar-nav>.cart>a {
    color: #ffffff;
    background-color: #008C69;
}

.navbar-custom .navbar-nav .open .dropdown-menu>li>a:hover,
.navbar-custom .navbar-nav .open .dropdown-menu>li>a:focus {
    color: #6F6E6E;
}

.navbar-custom .navbar-nav>.open>a,
.navbar-custom .navbar-nav>.open>a:hover,
.navbar-custom .navbar-nav>.open>a:focus {
    color: #ffffff;
    background-color: #E89A3E;
}

.navbar-custom .navbar-nav>li>a:hover, .navbar-custom .navbar-nav>li>a:focus {
    color: #ffffff;
    background: rgba(0,0,0,0.06);
}

.navbar-custom .navbar-nav>li>a {
    color: #ffffff;
}
.btn, .form-control { border-radius: 0;}

.page-content {
    background-color: #ffffff;
    padding-top: 30px;
}

.home-box {
    padding: 0 20px;
}

.margin-bottom-20 { margin-bottom: 20px; }
.margin-top-20 { margin-top: 20px; }
.margin-bottom-10 { margin-bottom: 10px; }
.marginLeft-10 { margin-left: 10px; }
.banner {
    background: url('../img/background.jpg') fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    color: #FFFFFF;
    padding: 40px 0;
    font-size: 16px;
}

.banner h1 {
    color: #fff;
    font-weight: 600;
    font-size: 40px;
    line-height: 50px;
    letter-spacing: 0.10em;
    margin-bottom: 0px;
    text-transform: uppercase;
    text-shadow: 0 1px 2px rgba(0,0,0,1);
}

.banner p {
    font-size: 16px;
    line-height: 18px;
}

.menu-warp {
    margin: 10px 0;
    text-align: center;
}

.menu-warp a {
    display: block;
    text-decoration: none;
}

.menu-warp p {
    padding: 10px;
    background-color: #4F5D73;
    color: #ffffff;
}

.menu-warp a:hover p {
    background-color: #404b5d;
}



/**** MEDIA QUERIES ****/
@media only screen and (max-width: 991px) {
    #property-listings .property-listing {
        padding: 5px!important;
    }
    #property-listings .property-listing a {
        margin: 0;
    }
    #property-listings .property-listing .media-body {
        padding: 10px;
    }

    .home-items {
        width: 100%;
    }
}

#property-listings .property-listing .media-body h4{ font-size: 16px; }

@media only screen and (min-width: 992px) {
    #property-listings .property-listing img {
        max-width: 180px;
    }
}



/**** LAYOUT ****/
.list-inline>li {
    padding: 0 10px 0 0;
}
.container-pad {
    padding: 30px 15px;
}


/**** MODULE ****/
.bgc-fff {
    background-color: #fff!important;
}
.box-shad {
    border: 1px solid #cccccc;
}
.brdr {
    border: 1px solid #dddddd;
    position: relative;
}

/* Font changes */
.fnt-smaller {
    font-size: .9em;
}
.fnt-lighter {
    color: #bbb;
}

/* Padding - Margins */
.pad-10 {
    padding: 10px!important;
}
.mrg-0 {
    margin: 0!important;
}
.btm-mrg-10 {
    margin-bottom: 10px!important;
}
.btm-mrg-20 {
    margin-bottom: 20px!important;
}

/* Color  */
.clr-535353 {
    color: #535353;
}




.food-menu a {
    position: relative;
    display: block;
    padding: 5px;
    margin-bottom: -1px;
    color: #A5A5A5;
    font-size: 14px;
}

.food-menu a.active {
    color: #FF6600;
}

.food-menu a:hover, .food-menu a:focus {
    color: #FF6600;
    text-decoration: none;
}

.spicy {
    background: url(../img/spicy-level.png) no-repeat;
    height: 22px;
    overflow: hidden;
    width: 150px;
}

.spicy.spicy0 { background-position:-150px 0; }
.spicy.spicy1 { background-position:-120px  0; }
.spicy.spicy2 { background-position:-90px 0; }
.spicy.spicy3 { background-position:-60px 0; }
.spicy.spicy4 { background-position:-30px 0; }
.spicy.spicy5 { background-position: 0 0; }

.basket-btn {
    position: absolute;
    right: -15px;
    bottom: -10px;
    border-radius: 0;
}

.input-checkbox {
    /*text-align: center;*/
    width: 165px;
    float: left;
}
.input-checkbox label { margin-left: 5px; }

.required label:after {
    content: " *";
    color: #CC0000;
}

label {
    font-size: 13px;
    font-weight: normal;
    line-height: 19px;
}

.error-message {
    color: #a94442;
    margin-top: 5px;
    margin-bottom: 5px;
    font-size: 12px;
}

#map {
    height: 263px;
    width: 100%;
    background: url(../img/loader.gif) center center no-repeat;
}

@media screen and (max-width: 1200px){
    #map { height: 215px;}
}

.language a.active {
    color: #FF6600;
}


.facebook-button {
    float: left;
    width: 100px;
}

.twitter-button {
    float: left;
    width: 100px;
}

.google-button {
    float: left;
    width: 100px;
}

.pinterest-button {
    float: left;
}

#socialIcons {
    position: absolute;
    bottom: 25px;
    right: 20px;
}


.caption {
    padding: 15px 25px;
    background-color: #493C3B;
    color: #FFFFFF;

}

.caption a {
    color: #FFFFFF;
    text-decoration: none;
}
.caption h3 { font-size: 20px; }
.caption h3, .caption p {
    margin: 0;
}

.flexslider .slides > li > a { text-decoration: none;}

.slideshow {
    position: relative;
}

.no-border td { border-top: none !important; }


.caption {
    padding: 15px 25px;
    background-color: #4F5D73;
    color: #FFFFFF;

}

.caption a {
    color: #FFFFFF;
    text-decoration: none;
}
.caption h3 { font-size: 20px; }
.caption h3, .caption p {
    margin: 0;
}

.caption p { font-size: 12px; }

.flexslider .slides > li > a { text-decoration: none;}
.panel {
    border-radius: 0;
    border: none;
}
.panel .panel-body { padding: 14px; }
.panel .panel-heading {
    border: none;
    background-color: #4F5D73;
    color: #ffffff;
}

.box-content {
    background-color: #4F5D73;
    color: #ffffff;
    padding: 10px 15px;
}

.social_connect {
    margin: 2px 0;
    height: 36px;
    color: #FFFFff;
    font-size: 15px;
}

.social_connect:hover {
    text-decoration: none;
    opacity: .9;
}
.social_connect i {
    padding: 10px;
    background: rgba(0,0,0,0.06);
    width: 40px;
    text-align: center;
}

.social_connect .text {
    margin-left: 10px;
    border-color: #39559f;
    -moz-border-radius: 0 2px 2px 0;
    -khtml-border-radius: 0 2px 2px 0;
    -webkit-border-radius: 0 2px 2px 0;
    border-radius: 0 2px 2px 0;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.social_connect a {
    text-decoration: none;
    color: #FFFFff;
    display: block;
}

.googleconnect { background-color: #D9534F; }

.fbconnect { background-color: #39559f; }

.div-divider:after {
    content: "or";
    width: 100%;
    background-color: transparent;
    display: block;
    height: 1px;
    border-top: 1px solid #DDDDDD;
    position: absolute;
    top: 50%;
    margin-top: -1px;
    z-index: 1;
}

.div-divider {
    text-align: center;
    position: relative;
    top: 2px;
    padding-top: 1px;
    margin-bottom: 15px;
    margin-top: 15px;
    line-height: 0;
}

.div-divider span {
    line-height: 1;
    font-size: 12px;
    color: #888;
    font-weight: normal;
    z-index: 2;
    position: relative;
    display: inline-block;
    background-color: #ffffff;
    padding: 0 8px 0 7px;
}

/*--------- Replace File Upload ----------*/

.file-wrapper i { font-size: 70px; }

.file-wrapper {
    cursor: pointer;
    display: inline-block;
    overflow: hidden;
    position: relative;
    width: 100%;
    border: 2px dashed #CCCCCC;
    background-color: #ececec;
    float: left;
    padding: 25px 30px;
    text-align: center;
    /*margin: 10px 0;*/
}

.file-wrapper .button {
    cursor: pointer;
    display: inline-block;
    font-size: 11px;
    font-weight: bold;
    text-transform: uppercase;
}

.file-wrapper input {
    cursor: pointer;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
}

.file-wrapper input {
    filter: alpha(opacity=1);
    -moz-opacity: 0.01;
    opacity: 0.01;
    font-size: 100px;
}

.file-wrapper .file_name { font-size: 10px;}
