/* Table of Contents
==================================================
    #Fonts
    #General
    #Header
    #Content
    #Footer */
/* Fonts
============================= */
@import url('http://fonts.googleapis.com/css?family=Roboto:100,100italic,300,300italic,400,400italic,500,500italic,700,900,700italic,900italic');

/* General
============================= */
html {
    display: block;
    position: relative;
    padding: 0;
    margin: 0;
    width: 100%;
    height: 100%;
    background: none;
    overflow-x: hidden;
    overflow-y: scroll;
}

body {
    display: block;
    position: relative;
    padding: 0;
    margin: 0;
    width: 100%;
    height: 100%;
    background: none;
    overflow: visible;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    font-size: 18px;
    color: #222;
    line-height: 1.4;
}

h1, h2, h3, h4, h5, h6 {
    margin: 15px 0;
    padding: 0;
    position: relative;
    line-height: normal;
}

hr {
    border-top: solid 1px #bbb;
    border-bottom: solid 1px #eee;
}

p {
    margin: 0;
    padding: 0;
}

a {
    color: #a9b64b;
}

a:hover, a:focus, a:active {
    color: #fff;
    outline: 0;
    text-decoration: none;
}

/* Continuation Nav Bar */
/* .navbar-static-top .nav:first-child{display: none;} */
.navbar-static-top .nav>li>a {width: auto;border-right: none;padding: 10px 20px;}
.shopper-zone{background: #829400;padding: 0px 30px !important;margin-top: 10px;}


input[type="text"], input[type="password"], input[type="number"], input[type="email"] {
    overflow: hidden;
    text-overflow: ellipsis;
}

div#map-container {
    min-height: 300px;
}

.btn-group .dropdown-menu {
    max-height: 200px;
    overflow-y: auto;
}

/* Header
============================= */
header {
    background: transparent;
}

header a.logo {
    display: inline-block;
    padding: 15px 0;
}

header a.logo > img {
    max-width: 100%;
}

.menu_bar {
    display: table-cell;
    vertical-align: middle;
    width: 100px;
    height: 100px;
    text-align: center;
    font-size: 56px;
    color: #000;
    -webkit-transition: all 400ms ease-in;
    -moz-transition: all 400ms ease-in;
    -ms-transition: all 400ms ease-in;
    -o-transition: all 400ms ease-in;
    transition: all 400ms ease-in;
}
.menu_bar .icon-bar {
    display: block;
    width: 50px;
    height: 7px;
    border-radius: 1px;
    background: #111111;
    margin: 0 auto;
    -webkit-transition: all 200ms ease-in;
    -moz-transition: all 200ms ease-in;
    -ms-transition: all 200ms ease-in;
    -o-transition: all 200ms ease-in;
    transition: all 200ms ease-in;
}
.menu_bar .icon-bar+.icon-bar {
    margin-top: 6px;
}
.menu_bar .icon-bar-top.convert {
    margin-top: -1px;
    -moz-transform: rotate(225deg);
    -webkit-transform: rotate(225deg);
    -o-transform: rotate(225deg);
    -ms-transform: rotate(225deg);
    transform: rotate(225deg);
}
.menu_bar .icon-bar-bottom.convert {
    margin-top: -19px;
    -moz-transform: rotate(315deg);
    -webkit-transform: rotate(315deg);
    -o-transform: rotate(315deg);
    -ms-transform: rotate(315deg);
    transform: rotate(315deg);
}
.menu_bar .icon-bar-middle.convert {
    opacity: 0;
}

div.alerts-block {
    min-height: 0;
}

div#msg-flash {
    margin: 0;
    border-radius: 0;
}

.search-right .form-control {
    width: 100%;
    height: 45px;
    padding: 6px 16px;
    background-color: rgba(0,0,0, .6);
    border: 1px solid transparent;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: inset none;
    -webkit-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

.search-right .input-group-addon {
    padding: 6px 16px;
    font-size: 13px;
    font-weight: 400;
    line-height: 1;
    color: #fff;
    text-align: center;
    background-color: rgba(0,0,0, .6);
    border: 1px solid transparent;
    border-radius: 0;
}
.index-home .search-right .input-group-addon {
     border-right: 1px solid rgba(255,255,255, .3);  
}

.home_search{
    width: 80%;
    height: 45px;
    padding: 8px 16px !important;
    background-color: rgba(0,0,0, .6);
    border: 1px solid transparent;
    border-radius: 0;
    color: #fff;
    font-size: 16px;
}
.cont_search{
    width: 80%;
    font-size: 16px;
}

.captions_lh{line-height: 1;padding-top: 30px;}
.slide_captions_light{font-size: 106px;font-weight: 300;font-family: 'Roboto';text-transform: uppercase;text-shadow: 4px 5px 3px rgba(0,0,0,0.5);color: #fff;}
.slide_captions_thick{font-size: 128px;font-weight: 600;font-family: 'Roboto';text-transform: uppercase;text-shadow: 4px 4px 3px rgba(0,0,0,0.7);color: #fff;}

.introduction .input-group {font-size: 30px;background: rgba(0,0,0, .6);padding: 5px 15px;color: #fff;border: 1px solid #fff;}
.introduction img {float: right;padding-top: 8px;}
.introduction .into_text {float: left;margin-right: 15px;}

/* Content
============================= */
section#content {
    padding-bottom: 15px;
}

/* Store */
div#store-gallery > a.cycle-slide {
    width: 100%;
    height: 200px;
    display: block;
    background: no-repeat center center;
    background-size: cover;
}

/* Products */
div#products-gallery > a.cycle-slide {
    width: 100%;
    height: 482px;
    display: block;
    background: no-repeat center center;
    background-size: cover;
}

/* Projects */
div#projects-gallery > a.cycle-slide {
    width: 100%;
    height: 482px;
    display: block;
    background: no-repeat center center;
    background-size: cover;
}

.galleries .thumbnail {background-color: #a9b64b;border: 1px solid #a9b64b;}
.galleries hr, .promotions hr {border-top: solid 1px #a9b64b;border-bottom: solid 1px #a9b64b;}

.section_bottom_blocks{position: absolute;left: 0;bottom: 64px;border-bottom: 1px solid;}
.bottom-home-blocks{background: rgba(0,0,0, .2) url(/assets/images/transparent-dotted-bg.png);color: #fff;/* height: 270px; */display: table;border-right: 1px dashed rgba(255,255,255,0.1);text-shadow: 4px 5px 3px rgba(0,0,0,0.5);}
.tbl-column {display: table-cell;width: 100%;height: 100%;vertical-align: bottom;}
.feature-btn {
    color: #FFF;
    border: solid;
    border-color: #FFF;
    border-width: 1px;
    padding: 10px 20px;
    border-radius: 0px;
    font-family: 'Roboto', sans-serif;
    font-size: 30px;
    font-weight: 100;
    text-shadow: 4px 5px 3px rgba(0,0,0,0.5);
}
.feature-btn.btn-block {
    color: #FFF;
    border: solid;
    border-color: #a9b64b;
    background: #a9b64b;
    border-width: 1px;
    padding: 10px 20px;
    border-radius: 0px;
    font-family: 'Roboto', sans-serif;
    font-size: 24px;
    font-weight: 400;
    text-shadow: none;
}
.cycle-slideshow {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
}
.slider1 {
    background: url('/assets/images/banners/bg-image-1.jpg') top left / cover no-repeat;
    width: 100%;
    height: 100%;
}
.slider2 {
    background: url('/assets/images/banners/bg-image-2.jpg') top left / cover no-repeat;
    width: 100%;
    height: 100%;
}
.slider3 {
    background: url('/assets/images/banners/bg-image-3.jpg') top left / cover no-repeat;
    width: 100%;
    height: 100%;
}
.slider4 {
    background: url('/assets/images/banners/bg-image-4.jpg') top left / cover no-repeat;
    width: 100%;
    height: 100%;
}
.slider5 {
    background: url('/assets/images/banners/bg-image-5.jpg') top left / cover no-repeat;
    width: 100%;
    height: 100%;
}
/* MOBI BANNERS */
.mobi_slider1 {
    background: url('/assets/images/banners/mobile/faces.jpg') top left / cover no-repeat;
    width: 100%;
    height: 100%;
}
.silver_pagers span {
    font-family: arial;
    font-size: 50px;
    width: 15px;
    height: 15px;
    display: inline-block;
    color: #fff;
    cursor: pointer;
}
.silver_pagers span.p_box.cycle-pager-active {
    background: #a9b64b;
}

span.p_box {
    width: 15px;
    height: 15px;
    background: #fff;
    margin-right: 10px;
}

.sidebar_img {
    background: url('/assets/images/sidebar-img.jpg') top left / cover no-repeat;
    position: fixed;
    right: 0;
    height: 100%;
    display: block;
}
.sidebar_img .search-right{
    max-width: 250px;
    position: absolute;
    top: 30px;
    right: 30px;
}
.sidebar_img .search-right .form-control{
    background-color: #a9b64b;
}
.content_area {
    background: rgba(69,69,69, 0.8) url(/assets/images/transparent-dotted-bg.png);
    position: absolute;
    width: 100%;
    height: 85vh;
    color: #fff;
    padding: 50px 115px;
    background-attachment: fixed;
}
.new-stores .content_area {height: auto;}
.new-stores .cycle-slideshow {position: fixed;}

.continuation_title{font-family: 'Roboto', sans-serif; font-weight: 300;color: #fff;}
.continuation_text{max-width: 960px;width: 100%;}
.footer {
    position: fixed;
    bottom: 0;
    width: 100%;
    height: 60px;
    background-color: #f5f5f5;
}
/* .fixed-top {
    position: fixed;
    top: 0;
    z-index: 1031;
} */

/* sidebar image */

.sidebar_img{background: url('/assets/images/sidebar-img.jpg') top left / cover no-repeat;}
.about .sidebar_img{background: url('/assets/images/sidebar/about.jpg') top left / cover no-repeat;}
.management .sidebar_img{background: url('/assets/images/sidebar/market-and-management.jpg') top left / cover no-repeat;}
.packing .sidebar_img{background: url('/assets/images/sidebar/Parking.jpg') top left / cover no-repeat;}
.time .sidebar_img{background: url('/assets/images/sidebar/time.jpg') top left / cover no-repeat;}
.shopping .sidebar_img{background: url('/assets/images/sidebar/shopping.jpg') top left / cover no-repeat;}
.restaurant .sidebar_img{background: url('/assets/images/sidebar/restaurant.jpg') center / cover no-repeat;}
.event .sidebar_img{background: url('/assets/images/sidebar/event.jpg') center / cover no-repeat;}
.contact .sidebar_img{background: url('/assets/images/sidebar/contact.jpg') center / cover no-repeat;}
.lady_5 .sidebar_img{background: url('/assets/images/sidebar/5.jpg') center / cover no-repeat;}
.exhibition_3 .sidebar_img{background: url('/assets/images/sidebar/3.jpg') center / cover no-repeat;}
.gallery_1 .sidebar_img{background: url('/assets/images/sidebar/1.jpg') center / cover no-repeat;}

dl {margin-bottom: 0px;}
.dl-horizontal dt {text-align: left;margin-left: 0;}
.dl-horizontal dd {text-align: right;margin-left: 0;}
dd, dt {line-height: 1.4;}

/* Footer
============================= */
footer {
    font-size: 14px;
    color: #000;
    border-top: solid 1px #eee;
    padding: 15px 0;
    font-weight: 400;
}

footer a {
    font-size: 14px;
    color: #000;
}

footer a:hover, footer a:focus {
    /*color: #e9533f;*/
    text-decoration: none;
}

footer a.social-icon-link {
    /*color: #e9533f;*/
    display: inline-block;
    text-align: left;
    vert-align: middle;
    width: 30px;
    font-size: 25px;
    line-height: 25px;
}

footer a.social-icon-link:hover, footer a.social-icon-link:focus, footer a.social-icon-link:active {
    /*color: #222;*/
    outline: 0;
    text-decoration: none;
}

.navbar-fixed-bottom{background: rgba(69,69,69, 0.8) url(/assets/images/transparent-dotted-bg.png);}
.navbar {border: none;-webkit-box-shadow: none;box-shadow: none;}
.nav>li>a {padding: 10px 70px;line-height: 42px;/* width: 200px; */text-align: center;font-size: 14px;font-weight: 400;color: #fff;border-right: 1px dashed rgba(0,0,0,.3);}
.nav>li.active>a {background: rgba(103,110,46, .6);color: #868686;}
.inner_bg{background: rgba(69,69,69, 0.5);}
.navbar-right {margin-right: 15px;}
.navbar-right>li>a {
    padding: 10px 5px;
    line-height: 42px;
    width: 50px;
    text-align: center;
    font-size: 14px;
    font-weight: 400;
    color: #fff;
    border-right: none;
}

.navbar-fixed-bottom .nav>li>a:focus,.navbar-fixed-bottom .nav>li>a:hover,.navbar-fixed-bottom .open>a,.navbar-fixed-bottom .open>a:hover {
    background: rgba(103,110,46, .6);
    color: #868686;
}
.navbar-static-top .nav>li>a:focus,.navbar-static-top .nav>li>a:hover,.navbar-static-top .open>a,.navbar-static-top .open>a:hover {
    background: rgba(103,110,46, .6);
    color: #fff !important;
}
.navbar-static-top .nav>li.active>a {color: #fff;}
.dropdown-menu {min-width: 100%;}
.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu,
.navbar-static-top .navbar-nav > li > .dropdown-menu {background-color: #454545;}
.navbar-fixed-bottom .dropdown-menu>li>a,
.navbar-static-top .dropdown-menu>li>a {color: #fff;}
.navbar-fixed-bottom .dropdown-menu>li>a:hover,
.navbar-static-top .dropdown-menu>li>a:hover {background: rgba(103,110,46, .6);}

.dropdown-menu>.active>a, .dropdown-menu>.active>a:focus, .dropdown-menu>.active>a:hover {
    background-color: rgba(103,110,46, .6);
}

.white_bg{background: #fff;color: #000;}
.stores_bg img{background: #fff;}
.gray_bg{background: #e0e0e0;color: #000;}
.green_bg{background: #a9b64b;color: #fff;}

.form-control {
    background: rgba(169, 182, 75, .8);
    padding: 6px 16px !important;
    color: #fff;
}
.inline-block, a.inline-block {width: 200px;}
.radio input[type=radio]:before, .radio-inline input[type=radio]:before, input[type=radio]:before {
    background-color: rgba(169, 182, 75, .8);}
.radio input[type=radio]:checked:after, .radio-inline input[type=radio]:checked:after, input[type=radio]:checked:after {
    border-color: rgba(169, 182, 75, .8);
}
.checkbox input[type=checkbox]:checked:after, .checkbox-inline input[type=checkbox]:checked:after, input[type=checkbox]:checked:after {
    background-color: rgba(169, 182, 75, .8);
    border-color: rgba(169, 182, 75, .8);
}

[contenteditable].form-control:focus, [type=email].form-control:focus, [type=password].form-control:focus, [type=tel].form-control:focus, [type=text].form-control:focus, input.form-control:focus, input[type=email]:focus, input[type=number]:focus, input[type=password]:focus, input[type=text]:focus, textarea.form-control:focus, textarea:focus {
    -webkit-box-shadow: inset 0 -2px 0 transparent;
    box-shadow: inset 0 -2px 0 transparent;
}

#store-gallery.cycle-slideshow {
    position: relative;
    z-index: 1;
}

::-webkit-input-placeholder {
   color: white !important;
}

:-moz-placeholder { /* Firefox 18- */
   color: white !important;  
}

::-moz-placeholder {  /* Firefox 19+ */
   color: white !important;  
}

:-ms-input-placeholder {  
   color: white !important;  
}

.modal {
    display: none;
    overflow: hidden;
    position: absolute !important;
     top: auto; 
     right: auto; 
     bottom: auto; 
     left: auto; 
    z-index: 0;
    -webkit-overflow-scrolling: touch;
    outline: 0;
    display: table-cell !important;
    width: 100%;
    vertical-align: middle;
}
.z-index{z-index: 1050;}
.modal-content {
    position: relative;
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: 3px;
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: 0;
}

.modal-content .form-control {
    background: #a9b64b;
}
.modal-content .btn {
    border-radius: 0;
    padding: 10px 16px;
}
.search-right .btn {
    border-radius: 0;
    padding: 10px 30px;
}
.modal-backdrop.in {
    opacity: .8;
    filter: alpha(opacity=80);
}
.close {
    font-size: 86px;
    font-weight: 300;
    line-height: 24px;
    opacity: 1;
    transition: all .2s;
    color: #fff;
    margin-bottom: 50px;
}
.close:focus, .close:hover {
    color: #fff;
    opacity: .5;
    filter: alpha(opacity=50);
}
 .pagination>li>a, .pagination>li>span {
    color: #a9b64b;
} 
.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover {
    z-index: 2;
    color: #fff;
    background-color: #a9b64b;
    border-color: #a9b64b;
    cursor: default;
}