/*********************************************************
  Fonts
*********************************************************/
@import url(https://fonts.googleapis.com/css?family=Merriweather:400,300italic,300,400italic,700,700italic);

@import url(https://fonts.googleapis.com/css?family=Dancing+Script:700);
@import url(https://fonts.googleapis.com/css?family=Crimson+Text:400,600,700,400italic);

body {
  font-family: 'Merriweather', serif;
  color: #000;
	padding: 0;
	margin: 0;
  /*padding-top: 100px;*/ /* Required padding for .navbar-fixed-top. Remove if using .navbar-static-top. Change if height of navigation changes. */
}
a{text-decoration: none;}
/*********************************************************
  Fonts Style
*********************************************************/
h1{
  font-family: 'Merriweather', serif;
}

h2 {
  margin: 0 0 18px;  
  font: 700 50px/1.2 'Dancing Script', cursive;
}

/*h3 {
  font: 400 16px/1.2 'Crimson Text',  serif;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #a7a9ac;
  margin: 0;
}*/

h3 {
  font-family: 'Merriweather', serif;
}
a:hover{text-decoration: none;}
/*********************************************************
  Global Style
*********************************************************/
.with-top-border, .with-bottom-border{position: relative;}
.with-top-border:before, .with-bottom-border:after {position: absolute; display: block; content: ''; height: 1px; left: 15px; right: 15px; top: 0; background-color: #33271B; opacity: 0.4;}
.with-bottom-border:after{top: auto; bottom:0;}
.no-border{border: 0;}
.col-centered {
    display:block;
    margin-left: auto;
    margin-right: auto
}
.hidden{display: none;}
.border-right{border-right:1px solid #D4D9D9;}
.border-top{border-top:1px solid #D4D9D9;}
.center{margin-left:auto; margin-right:auto;}
.vspacer10{height: 10px;}
.vspacer20{height: 20px;}
.vspacer30{height: 30px;}
.vspacer40{height: 40px;}
.vspacer80{height: 80px;}
.vspacer100{height: 100px;}
.vspacer120{height: 120px;}
.vspacer150{height: 150px;}
.vspacer200{height: 200px;}
.vspacer400{height: 400px;}
.vspacer500{height: 500px;}
.vspacer600{height: 600px;}

.marginTop10{margin-top: 20px; }
.marginTop20{margin-top: 20px; }
.marginTop40{margin-top: 40px; }
.marginTop60{margin-top: 60px; }

.marginBottom10{margin-bottom: 10px; }
.marginBottom20{margin-bottom: 20px; }
.marginBottom40{margin-bottom: 40px; }
.marginBottom60{margin-bottom: 60px; }
.marginBottom80{margin-bottom: 80px; }
.marginBottom100{margin-bottom: 100px; }

.paddingT10{padding: 10px;}
.paddingTB60{ padding:60px 0;}
.paddingTB90{ padding:90px 0;}

.sub-header{
  padding: 15px 0;
  margin: 20px auto;
}
.sub-header h1{
  font-size: 30px;
  padding: 0;
}
.sub-header h3{
  font-size: 20px;
  color: #286090;
}
.sub-header h4{
  color: #000;
}
.sub-header button{
  padding: 5px 25px;
}
.sub-header .phone-number button{
  font-size: 30px; 
}
.sub-header .phone-number button .badge{
  font-size: 25px; 
  background-color: #286090;
  color: #fff;
}
@media(max-width:768px) {
    .sub-header .phone-number button{
      font-size: 20px; 
    }
    .sub-header .phone-number button .badge{
      font-size: 20px; 
    }
}
@media(max-width:390px) {
    .sub-header .phone-number button{
      font-size: 13px; 
    }
    .sub-header .phone-number button .badge{
      font-size: 13px; 
    }
}
@media(max-width:390px) {
    .sub-header button{
      padding: 5px 5px;
    }
    .sub-header .phone-number button{
      font-size: 12px; 
    }
    .sub-header .phone-number button .badge{
      font-size: 12px; 
    }
}

.sub-header-colored{
  background-color: #D25920;
  color: #fff;
}
.stitle{
  color: #FF7400;
}
.hide{display: none;}

.about-text p, .about-text ul li{
  line-height: 25px;
}
.center-block {
    display: block;
    margin-left: auto;
    margin-right: auto;
 }
/*********************************************************
  Colors Style
*********************************************************/
.red-color{color:#FF0000; }
.error-msg{color:#FF0000; font-style: italic;}
/*********************************************************
  Custom Style
*********************************************************/
.smaller{font-size:14px; }
.alert{margin: 0;}
cite { color: #000;}
/*********************************************************
  Labels Style
*********************************************************/
.taluka-label a{ padding:8px; color: #ffffff; font-size: 15px; }
.taluka-label a:hover{ text-decoration: none; background-color:#31B0D5; }
/*********************************************************
  Top Menu
*********************************************************/
.navbar{
    background: #ffffff;
    border: 0;
    margin: 0;
    padding: 0 40px 0 40px;
}
.navbar-toggle-aside-menu .glyphicon{
    font-size: 30px;
    color: #000000;
}

.navbar .navbar-brand img{
    padding: 0;
    margin: 0;
    width: 300px;
}
@media(max-width:768px) {
    .navbar{
      padding: 0 30px 0 30px;
    }
    .navbar .navbar-brand img{
        width: 250px;
    }
}
@media(max-width:390px) {
    .navbar{
      padding: 0;
    }
    .navbar .navbar-brand img{
        width: 200px;
    }
}
/*********************************************************
  Side Menu
*********************************************************/
.navbar-toggle-aside-menu{padding:12px 16px 7px 16px;margin-right:10px}
.aside-menu-in .wrapper{left:-100%}
.aside-menu.left{width:280px;height:100%;overflow-y:scroll;position:fixed;left:0;top:0;background:#222;border-right:1px solid #333;display:none;z-index:1100}.aside-menu.right{width:280px;height:100%;overflow-y:scroll;position:fixed;right:0;top:0;background:#222;border-left:1px solid #333;display:none;z-index:1100}

.aside-menu .glyphicon, .onscrollmenu .glyphicon{
    color: #ffffff;
    float: right;
    padding: 5%;
    margin: auto 5%;
    font-size: 25px;
}
/* Sidebar Styles */

.asideMenu-nav {
    margin: 0;
    padding: 0;
    padding-top: 50px;
    list-style: none;
}

.asideMenu-nav li {
    width: 100%;
    line-height: 30px;
    list-style: none;
}

.asideMenu-nav li a {
    display: block;
    text-decoration: none;
    font-weight: 500;
    color: #ffffff;
}

.asideMenu-nav li a:hover {
    text-decoration: underline;
}

.asideMenu-nav li a:active,
.asideMenu-nav li a:focus {
    text-decoration: none;
}


@media(max-width:390px) {
    .aside-menu.right{
      width:100%;height:100%;
    }
    .asideMenu-nav li{
      width:100%;
      margin-left: auto;
      margin-right: auto;
    } 
}
/*********************************************************
  Side Arrows Style
*********************************************************/
#side-arrows{
  width: 100%;
  position: fixed;
  top:50%;
}
#side-arrows .arrowLeft, #side-arrows .arrowRight{
  padding: 12px 5px;
  background: #3498DB;
  
}
#side-arrows .arrowLeft a, #side-arrows .arrowRight a{color: #fff;}
#side-arrows .arrowLeft{
  float: left;
  -webkit-border-top-right-radius: 10px;
  -webkit-border-bottom-right-radius: 10px;
  -moz-border-radius-topright: 10px;
  -moz-border-radius-bottomright: 10px;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}
#side-arrows .arrowRight{
  float: right;
  -webkit-border-top-left-radius: 10px;
  -webkit-border-bottom-left-radius: 10px;
  -moz-border-radius-topleft: 10px;
  -moz-border-radius-bottomleft: 10px;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}

/*********************************************************
  On scroll side menu icon
*********************************************************/
.onscrollmenu{
    display: none;
    position: fixed;
    top: 5%;
    right: 2%;
    z-index: 999;
    padding: 10px;
    background-color: rgba(0,0,0,0.8);
}
#onscrollrmenu{
    display: none;
    position: fixed;
    top: 12%;
    right: 1%;
    z-index: 999;
}
@media(max-width:980px) {
  #onscrollrmenu{
    border:1;
  }
}

/*********************************************************
    Fixed on scroll menu
*********************************************************/
#sticky_navigation_wrapper { width:100%; height:50px; }
.sticky_navigation { 
  width:100%; 
  height:50px; 
  text-align:center; 
  background: #ffffff; 
  -moz-box-shadow: 0 0 5px #999; 
  -webkit-box-shadow: 0 0 5px #999; 
  box-shadow: 0 0 5px #999;  
}
.sticky_navigation ul { width:100%;display: inline-block;  margin: 0 auto; text-align:center; padding:5px; padding-left:23%;}
.sticky_navigation ul li { margin:0; padding:0; display:inline; }

.sticky_navigation ul li a { 
  display:block; 
  float:left; 
  margin:0 0 0 5px; 
  padding:0 20px; 
  height:40px; 
  line-height:40px; 
  font-size:14px; 
  font-weight:bold; 
  color:#ddd; 
  background:#333; 
  -moz-border-radius:3px; 
  -webkit-border-radius:3px; 
  border-radius:3px; 
}
.sticky_navigation ul li a:hover, .sticky_navigation ul li a.selected { color:#fff; background:#111; }

#sticky_navigation_wrapper.affix {
    position: fixed;
    top: 0;
    width: 100%;
    z-index:10;
}
.sticky_navigation ul li .phone{ background:#31B0D5; font-size: 20px;}
.sticky_navigation ul li .phone .badge{ background:#286090; font-size: 17px; padding: 6px}


#rmenu.stick {
    margin-top: 0 !important;
    position: fixed;
    top: 20px;
    right: 10px;
}
/*********************************************************
  Media Queries for Sticky bar starts here
*********************************************************/
@media(max-width:1280px) {
    .sticky_navigation ul {
      padding-left:1%; 
    }
}
@media(max-width:980px) {
    .sticky_navigation ul {
      padding-left:1%; 
    }
    .sticky_navigation ul li a { 
      padding:0 8px; 
      height:35px; 
      line-height:35px; 
      margin-bottom:5px; 
      font-size:13px; 
    }
    .sticky_navigation ul li .phone{ font-size: 16px;}
    .sticky_navigation ul li .phone .badge{ font-size: 15px; padding: 4px}
}
@media(max-width:800px) {
    .sticky_navigation { 
      height: 80px;
    }
    .sticky_navigation ul {
      padding-left:4%; 
    }
    .sticky_navigation ul li a { 
      padding:0 5px; 
      height:30px; 
      line-height:30px; 
      margin-bottom:5px; 
      font-size:14px; 
    }
    .sticky_navigation ul li .phone{ font-size: 20px;}
    .sticky_navigation ul li .phone .badge{ font-size: 15px; padding: 6px}
}
@media(max-width:360px) {
    .sticky_navigation { 
      height: 120px;
    }
    .sticky_navigation ul {
      padding-left:4%; 
    }
    .sticky_navigation ul li a { 
      padding:0 5px; 
      height:25px; 
      line-height:25px; 
      margin-bottom:5px; 
      font-size:13px; 
    }
    .sticky_navigation ul li .phone{ font-size: 17px;}
    .sticky_navigation ul li .phone .badge{ font-size: 15px; padding: 4px}
}
@media(max-width:320px) {
    .sticky_navigation { 
      height: 100px;
    }
    .sticky_navigation ul {
      padding-left:1%; 
    }
    .sticky_navigation ul li a { 
      padding:0 5px; 
      height:20px; 
      line-height:20px; 
      margin-bottom:3px; 
      font-size:12px; 
    }
    .sticky_navigation ul li .phone{ font-size: 15px;}
   .sticky_navigation ul li .phone .badge{ font-size: 14px; padding: 2px}
}
/*********************************************************
  Media Queries for Sticky bar ends here
*********************************************************/

/*********************************************************
  Misc Style
*********************************************************/
.page-header {
  padding: 0 1%;
}
.page-header h1{
  font-size: 25px;
}


/*********************************************************
  Home Page Style
*********************************************************/
.homeWrapper{}
.home-image{
    position:relative;
    margin-bottom:5px;
    margin-left: auto;
    margin-right: auto;
}
.home-image img, .container-fluid div, .home-image1{
    margin-left: auto;
    margin-right: auto;
}
/*.home-image .home-caption{
    position:absolute;
    left:0;
    right: 70%;
    bottom:20px;
    background:#222222;
}*/
.home-image .home-caption{
    position:absolute;
    left:0;
    bottom:10px;
    padding:6px 8px;
    font-size:13px;
    font-weight:500;
    background:#222222;
    color: #ffffff;
}

@media(max-width:768px) {
    .home-image .home-caption{
        margin-left: 5px;
    }
}
@media(max-width:390px) {
    .home-caption{
        margin-left: 0;
    }
}
/*********************************************************
  Home Page Style
*********************************************************/
.home-wapper .home-content{
    border: 0;
    box-shadow: none;
}
.home-wapper .home-content h4{
    font-weight: bold;
    color: #3498DB;
}

.home-wapper .home-content .home-image { 
   position: relative; 
   width: 100%; 
}

.home-wapper .home-content .home-image h3 { 
   position: absolute; 
   top: 70%; 
   left: 0; 
   width: 100%; 
}
.home-wapper .home-content .home-image h3 span { 
   color: white; 
   font-size: 14px;
   letter-spacing: -1px;  
   background: #222222; 
   padding: 8px 10px; 
}

@media(max-width:800px) {
    .home-wapper .home-content .home-image h3 { 
       position: absolute; 
       top: 80%; 
       left: 0; 
       width: 100%; 
    }
    .home-wapper .home-content .home-image h3 span { 
       font-size: 16px;
       padding: 8px 10px; 
    }
}
@media(max-width:768px) {
    .home-wapper .home-content .home-image h3 { 
       position: absolute; 
       top: 60%; 
       left: 0; 
       width: 100%; 
    }
    .home-wapper .home-content .home-image h3 span { 
       font-size: 14px;
       padding: 8px 10px; 
    }
}
@media(max-width:390px) {
    .home-wapper .home-content .home-image h3 { 
       position: absolute; 
       top: 55%; 
       left: 0; 
       width: 100%; 
    }
    .home-wapper .home-content .home-image h3 span { 
       font-size: 12px;
       padding: 6px 8px; 
    }
}
/*********************************************************
  Home Page Strip
*********************************************************/
.strip_section {
    background-color: #222222; 
    color:#fff; 
    width: 100%;
    padding: 40px 20px;
    margin: 20px auto;
}
.strip_section_orange {
    background-color: #FF9403; 
    color:#fff; 
    width: 100%;
    padding: 20px 20px;
    margin: 20px auto;
}
.strip_section_orange a{
  color:#000000;
}
.strip_section_blue {
    background-color: #337AB7; 
    color:#fff; 
    width: 100%;
    padding: 40px 20px;
    margin: 20px auto;
}
.strip_section_white {
    background-color: #FFFFFF; 
    color:#000; 
    width: 100%;
    padding: 10px 20px;
    margin: 20px auto;
}
.strip_btn {
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 700;
    background-color: transparent; 
    padding: 10px 20px;
    color: #000;
    background-color: #ffffff;
    border:none;
    border-radius: 3px;
    line-height: 1;
    letter-spacing: 0px;
}

.strip_btn:active, .strip_btn:hover, .strip_btn:focus{
    background-color: #272727;
    color: #fff;
    border-color:#E6CFB0;
    opacity: 1;
    text-decoration: none;
}

.news_btn {
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 700;
    background-color: transparent; 
    padding: 10px 20px;
    color: #fff;
    background-color: #286090;
    border:none;
    border-radius: 3px;
    line-height: 1;
    letter-spacing: 0px;
}

.news_btn:active, .news_btn:hover, .news_btn:focus{
    background-color: #272727;
    color: #fff;
    border-color:#E6CFB0;
    opacity: 1;
    text-decoration: none;
}


/*********************************************************
  Listing Page Option 1
*********************************************************/
.listing-label{
  font-size: 15px;
}
.listing-wapper .panel-heading{
    background: none;
    border: 0;    
    padding-left:30px;
}
.listing-wapper .panel-body .small{
    font-size: 10px;
}
.listing-wapper .panel-heading h3 a{
    color: #000000;
    font-weight: bold;
}
.listing-wapper .panel-heading h3 a:hover{
    color: #337AB7
}
.listing-wapper .panel-body h4{
    font-weight: bold;
    color: #3498DB;
}
.listing-wapper .panel-body h3{
    font-weight: bold;
    color: #9CD70E;
}
.listing-wapper .panel-body h3 >span{
    font-weight: normal;
    font-size: 11px;
    color: #333333;
}
.listing-wapper .panel-footer {
    padding: 0;
    margin: 0;
}
.listing-wapper .listing-footer {
    /*border-right:1px solid #D4D9D9;*/
    display: block;
    text-align: center;
    padding: 8px;
}
/*********************************************************
  Listing Page Option 2
*********************************************************/
.listing-option2 .panel-heading{  
    padding-left:15px;
}
.listing-option2 .panel-body .small{
    padding-top: 15px;
    font-size: 10px;
}

/*********************************************************
  Listing Page Option 3
*********************************************************/
.listing-option3 .listing-option3-heading{
    background: #3498DB;    
}
.listing-option3 h1{
    font-size: 25px;    
}
.listing-option3 .listing-option3-caption{
    position: absolute;
    bottom: 0;
    background-color: #094C83;
    color: #fff;
    left:0;   
    right:0;  
}
.listing-option3 .listing-option3-caption a{
    color: #ffffff;
}
.listing-option3 .featured-caption{
   background-color: #4AA3DF; 
}
.listing-option3 .featured-caption a{
   color: #ffffff; 
}

.listing-option3 .listing-option3-content, .listing-option3 .listing-option3-content .option3-header{
    padding: 0; 
}
.listing-option3 .listing-option3-content .option3-label{
   font-size: 16px; 
}
.listing-option3 .listing-option3-image, .listing-option3 .listing-option3-wrapper{
    padding: 0;
    margin: 0;
}
.listing-option3 .listing-option3-content .option3-phone { 
   position: absolute; 
   top: 45%; 
   left: 4.5%; 
   width: 100%; 
}
.listing-option3 .listing-option3-content .option3-phone span { 
   color: #ffffff; 
   font-size: 18px;
   letter-spacing: -1px;  
   background: #5CB85C; 
   padding: 8px 10px; 
}
.listing-option3 .listing-option3-content .option3-email { 
   position: absolute; 
   top: 55%; 
   left: 4.5%; 
   width: 100%; 
}
.listing-option3 .listing-option3-content .option3-email span { 
   color: #222222;  
   font-size: 16px;
   letter-spacing: -1px;  
   background: #F0AD4E; 
   padding: 8px 10px; 
}
.listing-option3 .listing-option3-content .option3-reviews span { 
   color: #ffffff; 
   font-size: 18px;
   letter-spacing: -1px;  
   background: #A94442; 
   padding: 8px 10px; 
}
.listing-option3 .listing-option3-content .option3-reviews { 
   position: absolute; 
   top: 65%; 
   left: 4.5%; 
   width: 100%; 
}

.listing-option3 .listing-option3-content .advertiser_photo { 
   position: absolute; 
   bottom: 20%; 
   right: 6%;  
}
.listing-option3 .listing-option3-content .advertiser_photo img{ 
   border-radius: 100%;
   border: 2px solid #FFF;
   max-width: 70px;
}
/*.listing-option3 .listing-option3-content .option3-email{
   margin-top: 20px;
}*/
.listing-option3 .listing-option3-content .option3-phone a, .listing-option3 .listing-option3-content .option3-email a{ 
   text-decoration: none;
}

.listing-option3 .listing-option3-desc{
    padding-left:20px;
}
/* responsive style for phone n email */
@media (max-width: 1024px) {
  .listing-option3 .listing-option3-content .option3-phone { 
     top: 45%;
     left: 7%; 
  }
  .listing-option3 .listing-option3-content .option3-phone span { 
     font-size: 16px;
     padding: 4px 5px; 
  }
  .listing-option3 .listing-option3-content .option3-email { 
     top: 53%; 
     left: 7%
  }
  .listing-option3 .listing-option3-content .option3-email span {  
     font-size: 16px; 
     padding: 4px; 
  }
  .listing-option3 .listing-option3-content .option3-reviews { 
     top: 61%; 
     left: 7%
  }
  .listing-option3 .listing-option3-content .option3-reviews span {  
     font-size: 16px; 
     padding: 4px; 
  }
  .listing-option3 .listing-option3-content .advertiser_photo { 
     bottom: 30%; 
     right: 8%;  
  }
  .listing-option3 .listing-option3-content .advertiser_photo img{ 
     max-width: 55px;
  }
}

@media (max-width: 800px) {
  .listing-option3 .listing-option3-content .option3-phone { 
     top: 40%;
     left: 8.5%; 
  }
  .listing-option3 .listing-option3-content .option3-phone span { 
     font-size: 14px;
     padding: 4px 5px; 
  }
  .listing-option3 .listing-option3-content .option3-email { 
     top: 48%; 
     left: 8.5%
  }
  .listing-option3 .listing-option3-content .option3-email span {  
     font-size: 14px; 
     padding: 4px; 
  }
  .listing-option3 .listing-option3-content .option3-reviews { 
     top: 55%; 
     left: 8.5%
  }
  .listing-option3 .listing-option3-content .option3-reviews span {  
     font-size: 16px; 
     padding: 4px; 
  }
  .listing-option3 .listing-option3-content .advertiser_photo { 
     bottom: 33%; 
     right: 10%;  
  }
  .listing-option3 .listing-option3-content .advertiser_photo img{ 
     max-width: 45px;
  }
}

@media (max-width: 360px) {
  .listing-option3 .listing-option3-content .option3-phone { 
     top: 32%;
     left: 10%; 
  }
  .listing-option3 .listing-option3-content .option3-phone span { 
     font-size: 12px;
     padding: 4px 5px; 
  }
  .listing-option3 .listing-option3-content .option3-email { 
     top: 38%; 
     left: 10%;
  }
  .listing-option3 .listing-option3-content .option3-email span {  
     font-size: 12px; 
     padding: 4px; 
  }
  .listing-option3 .listing-option3-content .option3-reviews { 
     top: 44%; 
     left: 10%
  }
  .listing-option3 .listing-option3-content .option3-reviews span {  
     font-size: 12px; 
     padding: 4px; 
  }
  .listing-option3 .listing-option3-content .advertiser_photo { 
     bottom: 38%; 
     right: 12%;  
  }
  .listing-option3 .listing-option3-content .advertiser_photo img{ 
     max-width: 40px;
  }
}
/*********************************************************
  Information Details Style
*********************************************************/
/* Left Side Content */
.gallery-container .thumbnails{
  margin: 0;
  padding: 0;
}

/* Right Side Content */
.sidewrapper button, #dir-form button 
{
  background-color: #D16807;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.bottomaligned {position:absolute; bottom:0;  margin-bottom:7px; left: 0;}
@media (min-width: 768px) {
  .sidewrapper{
    padding: 40px 40px 20px 5px;
  }
  
  .info-sidelinks .navbar{
    width: 90%;
    border: 1px solid #DDDDDD;
    padding: 0;
    margin: 0;
  }
  .info-sidelinks .navbar .navbar-collapse {
    padding: 0;
    max-height: none;
  }
  .info-sidelinks .navbar ul {
    float: none;
  }
  .info-sidelinks .navbar ul:not {
    display: block;
  }
  .info-sidelinks .navbar li {
    float: left;
    display: block;
  }
  .info-sidelinks .navbar li .badge{
    background-color: #D16807;
  }
  
  .info-sidelinks .navbar li a {
    padding-top: 12px;
    padding-bottom: 12px;
    color: #000000;
  }
}

/* Right Side Menu Content */
.rmenu .panel-heading{
  font-weight: bold;
  padding: 10px 25px;
  margin: 0;
  background-color:#337AB7;
  color: #ffffff; 
}
.rmenu ul{
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.rmenu ul li{
  padding: 5px 18px;
}
.rmenu ul li a{
  color: #000000;
}
.helpline{
  border: 1px solid #4f4840;
}
.helpline .panel-heading{
  background-color:#4f4840;
}
.helpline .panel-heading a{
  color: yellow;
  font-size: 25px;
}
.helpline .panel-heading a:hover{
  color: #FFFFFF;
}
/*  --------------------- */
.fixed {
  position: fixed;
  top:20px; 
  padding: 0;
  margin: 0;
 }

/*********************************************************
  Advertiser Page Style
*********************************************************/
.advertiser-wapper {
    border: 0;
    padding: 0;
    margin: 0;
}
.advertiser-wapper .primary-image{
  padding: 5px;
  border-top: 1px solid #D4D9D9;
  border-left: 1px solid #D4D9D9;
  border-right: 1px solid #D4D9D9;
}
.advertiser-wapper .advertiser-right .thumbnail-image{
  padding: 5px;
  border: 1px solid #D4D9D9;
}

.advertiser-wapper .advertiser-left-desc{
    padding: 0;
}
.advertiser-wapper .advertiser-left-desc .title{
    font-size: 20px;
}
.advertiser-wapper .advertiser-left-desc h4{
    font-weight: bold;
    color: #3498DB;
}
.advertiser-wapper .advertiser-left-desc .advertiser-aminities{
    margin: 10px 0;
    padding: 5px;
    border: 1px solid #D4D9D9;
    border-radius: 5px;
    font-size: 11px;
}
.advertiser-aminities .aminities-center{
    text-align: center;
    padding: 0;
}
.advertiser-details {
    margin-top: 50px;
    border: 1px solid #D4D9D9;
    border-radius: 5px;
}
.advertiser-details .nav-tabs li a{border: 0;}

.advertiser-details .nav-tabs > li a:active{
    border: 0;
}
.advertiser-details .nav-tabs li a:hover{
    border: 0;
    
}
/*********************************************************
  General Service Option 1 Style
*********************************************************/

.service-box-option-1 {
  margin: 25px 0;
}
.service-option1-icon {
  text-align: center;
  font-size: 42px;
  color: #111;
}

.service-option1-title {
  letter-spacing: 6px;
  text-align: center;
  margin: 5px 0 18px;
  text-align: center;
}
/*********************************************************
   General Service Option 2 Style
*********************************************************/
.service-box-option-2{
  margin:10px;
}
.service-box-option-2 .service-option2-icon{
  font-size:68px;
  margin-top:10px;
  text-align:center;
  display:block
}
.service-box-option-2:hover .service-option2-icon, .service-box-option-2:hover h4{color:#D05820}

@media(max-width:800px) {
  .service-box-option-2 h4, .service-box-option-2 p{
    text-align: center;
  }
}
/*********************************************************
   General Service Option 3 Style
*********************************************************/
.service-box-option-2 .service-option3-icon{
  font-size:45px;
  margin-top:10px;
  text-align:center;
  display:block;
  color: #98758B;
  border:5px solid #BEB6BB;
  -webkit-border-radius: 90px;
  -moz-border-radius: 90px;
  border-radius: 90px;
}
.service-box-option-2 .service-option3-text, .service-box-option-2 .service-option3-text h4{
  color: #333333;
}
.service-box-option-2 .service-option3-icon:hover{
  color: #D05820;
  border:5px solid #D05820;
}
/*********************************************************
   Guest Option Style
*********************************************************/
.guest-option-1 .carousel img{
  width: 100%;
}

@media (max-width: 979px) {
  .guest-option-1 .carousel img {
    width: 100%;
    height: auto;
  }
}
@media (max-width: 470px) {
  .guest-option-1 .carousel img {
    max-width:300%;
    width:150%;
    min-height: 300px;
  }
}
/*********************************************************
   Directory Style
*********************************************************/
.directory-wrapper{
  background-color: #ffffff;
  border: 2px solid #D4E5F7;
}
.directory-phone button{
  font-size: 25px;
}
.directory-phone .badge{
  font-size: 23px;
}
.directory-form{
  border: 1px solid red;
}
/*********************************************************
  Gallery Style
*********************************************************/
#gallery .mix{
    opacity: 0;
    display: none;
    padding: 10px;
}

.filter {
    padding:0;
    margin:0;
    margin-bottom:20px;
    text-align:center;
}

.filter li {
    display:inline-block;
    margin-right:3px;
    margin-bottom:20px;
}

.filter a {
    color:#fff;
    padding:10px 20px;
    color:#555;
    border:solid 1px #ddd;
    text-decoration:none;
    outline:none
}

.filter a:hover {
    border:solid 1px #D05820;
}

.filter a:focus, .filters a.selected {
    background:#D05820;
    border:solid 1px #D05820;
    color:#FFF
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
  #gallery .mix{
    width:49.5%;
  }
}

@media only screen and (max-width: 480px) {
  #gallery .mix{
    width:100%;
  }
}

.teamWrapper{
  border: 0;
  box-shadow: none;
}
.team-content{
  border: 1px solid #dfdfdf;
}
.team-text{
  padding:5px;
}
.team-text h4{
  color: #000;
  font-size: 15px;
  font-weight: bold;
  text-transform: uppercase;
}


/*********************************************************
  Restaurant  Style
*********************************************************/
.restaurant {
  position: relative;
  background: #fff;
}
.restaurant-header {
  text-align: center;
  margin: 0 0 60px;
}

.divider {
  text-align: center;
  margin: 60px 0 0;
}
/*-------------------------------------------------------
  Restaurant Classic Menu  Style
--------------------------------------------------------*/
.menu-classic img {
  margin: 0 0 10px;
}
.overlay {
  position: relative;
  margin: 0;
}

.overlay a {
  position: absolute;
  text-indent: 200%;
  font-size: 0;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  opacity: 0;
  z-index: 10;
}

.overlay img {
  display: block;
  height: auto;
  width: 100%;
}

.overlay figcaption {
  background: rgba(0, 0, 0, .8);
  position: absolute;
  text-align: center;
  padding: 0px;
  bottom: 0px;
  right: 0px;
  left: 0px;
  top: 0px;
  opacity: 0;
  -webkit-transition: all 0.2s ease-in-out;
     -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
     -o-transition: all 0.2s ease-in-out;
      transition: all 0.2s ease-in-out;
}

.overlay .caption-inner {
  position: absolute;
  margin-top: -25px;
  width: 100%;
  top: 50%;
  left: 0;
}

.overlay:hover figcaption {
  opacity: 1;
}

.overlay:hover span,
.overlay:hover .overlay-icon i{
  -webkit-transform: rotate(0deg);
     -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
     -o-transform: rotate(0deg);
      transform: rotate(0deg);
}

.overlay-icon {
  border: 2px solid #fff;
  line-height: 48px;
  font-size: 20px;
  margin: 0 auto;
  height: 50px;
  width: 50px;
  color: #fff;
  -webkit-border-radius: 50px;
     -moz-border-radius: 50px;
     -o-border-radius: 50px;
      border-radius: 50px;
}

.overlay-icon i,
.overlay-icon span {
  color: #F5D76E;
  -webkit-transform: rotate(-45deg);
     -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
     -o-transform: rotate(-45deg);
      transform: rotate(-45deg);
  -webkit-transition: all 0.2s ease-in-out;
     -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
     -o-transition: all 0.2s ease-in-out;
      transition: all 0.2s ease-in-out;
}

/*-------------------------------------------------------
  Restaurant List Menu  Style
--------------------------------------------------------*/
.menu {
  border-bottom: 1px dotted #DDD;
  padding: 0 0 10px;
  margin: 0 0 20px;
}

.menu-classic img {
  margin: 0 0 10px;
}
.menu-title { font-weight: bold;}
.menu-title,
.menu-price {
  font-size: 16px;
  margin: 0;
}

.menu-detail {
  font-size: 14px;
}

.menu-price-detail {
  position: relative;
  text-align: right;
}

.menu-label {
  background: #81BEF7;
  position: relative;
  display: inline-block;
  padding: 2px 10px 0px 10px;
  /*font-family: 'Crimson Text', serif;*/
  letter-spacing: 1px;
  font-style: italic;
  font-size: 13px;
  float: right;
  top: 5px;
}

@media (max-width: 767px) {

  .menu-title,
  .menu-detail,
  .menu-price-detail {
    text-align: center;
  }

  .menu-label {
    float: none;
  }

  .mouse-icon {
    display: none;
  }

  .iconbox {
    margin: 10px 0;
  }

  .testimonial-avatar,
  .testimonial-info {
    text-align: center;
  }

}

/*********************************************************
  Icons  Style
*********************************************************/
.fa-check-square-o:before {
    list-style:none;
    color:#D05820;
    content:open-quote;
    font-size:16px;
    line-height:.1em;
    margin-right:10px;
    font-family:FontAwesome;
    content:"\f046"
}
.fa-times:before {
    list-style:none;
    color:#D05820;
    content:open-quote;
    font-size:16px;
    line-height:.1em;
    margin-right:10px;
    font-family:FontAwesome;
    content:"\f00d"
}

/*********************************************************
  Google map  Style
*********************************************************/
#map{ height: 400px;}

/*********************************************************
  Slider  Style
*********************************************************/
.jssortContainer{
  position: relative; 
  margin: 0 auto; 
  top: 0px; 
  left: 0px; 
  width: 800px; 
  height: 500px; 
  overflow: hidden; 
  visibility: hidden; 
}
.slides{
  cursor: default; 
  position: relative; 
  top: 0px; 
  left: 0px; 
  width: 800px; 
  height: 400px; 
  overflow: hidden;
}
.jssorContainer .slides .thumb{
  width: 72px;
  height: 72px;
}
.jssortaleft, .jssortaright {
  display: block;
  position: absolute;
  /* size of arrow element */
  width: 40px;
  height: 40px;
  cursor: pointer;
  background: url('../images/slider-gallery/arrows.png') no-repeat;
  overflow: hidden;
}
.jssortaleft { background-position: -10px -40px; top:158px;left:8px;width:40px;height:40px; }
.jssortaright { background-position: -70px -40px; top:158px;right:8px;width:40px;height:40px;}

.jssortarrows{
  position:absolute;
  left:0px;
  bottom:0px;
  width:800px;
height:100px;
}

.jssortarrows .p {
  position: absolute;
  top: 0;
  left: 0;
  width: 72px;
  height: 72px;
}
        
.jssortarrows .t {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}
        
.jssortarrows .w {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
}
        
.jssortarrows .c {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 68px;
  height: 68px;
  border: #000 2px solid;
  box-sizing: content-box;
  background: url('../images/slider-gallery/plus.png') -800px -800px no-repeat;
  _background: none;
}
        
.jssortarrows .pav .c {
  top: 2px;
  _top: 0px;
  left: 2px;
  _left: 0px;
  width: 68px;
  height: 68px;
  border: #000 0px solid;
  _border: #fff 2px solid;
  background-position: 50% 50%;
}
        
.jssortarrows .p:hover .c {
  top: 0px;
  left: 0px;
  width: 70px;
  height: 70px;
  border: #fff 1px solid;
  background-position: 50% 50%;
}
        
.jssortarrows .p.pdn .c {
  background-position: 50% 50%;
  width: 68px;
  height: 68px;
  border: #000 2px solid;
}
        
* html .jssortarrows .c, * html .jssortarrows .pdn .c, * html .jssortarrows .pav .c {
  /* ie quirks mode adjust */
  width /**/: 72px;
  height /**/: 72px;
}


.section-title {
  margin-bottom: 70px;
  padding-bottom: 0;
  text-align: center;
  font-weight:400;
}

.section-title h1 {
  margin-top:0;
  margin-bottom:45px;
  /*font-family: 'Dancing Script', cursive;*/
  color:#f26522;
  position:relative;
}

.section-title h1:after{
  position:absolute;
  content:"\f005  \f005  \f005  \f005  \f005  \f005  \f005  \f005";
  font-family:FontAwesome;
  font-size:12px;
  width:100%;
  height:20px;
  text-align:center;
  left:0;
  bottom:-40px;
  color:#dde6eb;
}

.slider-content h1:after {
  content:"\f005  \f005  \f005  \f005  \f005  \f005  \f005  \f005  \f005  \f005  \f005  \f005  \f005  \f005  \f005  \f005  \f005  \f005  \f005  \f005";
}

/*********************************************************
  Buttons
********************************************************/

.btn-primary {  
  border:1px solid #fff;
  color:#fff;
  background-color:transparent;
  text-transform: capitalize;
  font-size: 16px;
  font-weight: 700;
  padding: 13px 20px;
  position: relative;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; 
  letter-spacing:0;
  position:relative;
  box-shadow:none;
  z-index:1;
}
.btn-primary:before, 
.btn-primary:after {
  position:absolute;
  content:"";
  height:100%;
  width:0;
  border-radius:4px;
  z-index:-1;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.btn-primary:before { 
  left:0;
  top:0;
  border-top:2px solid #d65b21;
}

.btn-primary:after {  
  right:0;
  bottom:0;
  border-bottom:2px solid #d65b21;  
}

.btn-primary:hover:before {
  left:0;
  width:100%;
  background-color:rgba(242, 110, 34, 0.7);
}
.btn-primary:hover:after {
  width:100%;
  right:0;
  background-color:rgba(242, 110, 34, 0.7);
}

.btn-primary:hover, 
.btn-primary:focus {
  color:#fff;
  background-color:transparent;
  box-shadow: 0px 0px 0px 1px #d65b21;
  border-color:#d65b21;
}

.btn-secondary {  
  color: #ffffff;
  background-color:#0f2d41;
  text-transform: capitalize;
  font-size: 14px;
  font-weight: 700;
  padding: 11px 20px;
  position: relative;
  border-radius:0;
  letter-spacing:0;
  position:relative;
  box-shadow:none;
  z-index:1;
}
.btn-secondary:hover, 
.btn-secondary:focus {
  color: #ffffff;
  background-color:#246a99;
  border: 0;
  border-radius:0;
}
.btn-search {  
  color: #ffffff;
  background-color:#005e7c;
  text-transform: capitalize;
  font-size: 13px;
  font-weight: 700;
  padding: 6px 20px;
  position: relative;
  border-radius:0;
  letter-spacing:0;
  position:relative;
  box-shadow:none;
  z-index:1;
}
.btn-search:hover, 
.btn-search:focus {
  color: #ffffff;
  background-color:#0094c6;
  border-radius:0;
}

.btn-logout {  
  color: #ffffff;
  background-color:#F89406;
  text-transform: capitalize;
  font-size: 13px;
  font-weight: 700;
  padding: 6px 10px;
  position: relative;
  border-radius:0;
  letter-spacing:0;
  position:relative;
  box-shadow:none;
  z-index:1;
}
.btn-logout:hover, 
.btn-logout:focus {
  color: #F89406;
  background-color:#FFE69E;
  border-radius:0;
}
.btn-info a{
  color: #ffffff;
}

.parallax-section {   
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment:fixed;
  width: 100%;
  min-height:437px;
  color:#fff;
  position:relative;
}

.overlay-bg {
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height:100%;
}

.form-control {
  height: 55px;
  padding:12px 18px;
  color: #000;
  border: 1px solid #ededed;
  border-radius: 0;
  box-shadow: none;
  outline: none;
}

.form-control:focus {
  border-color: #f26522;
  outline: 0;
  -webkit-box-shadow:none;
  box-shadow:none;
}

.form-group {
  margin-bottom: 30px;
}


/*********************************************************
  slider-section
********************************************************/
#slider-section, #home-section{
  /*background-image:url(../images/restaurant/slider/1.jpg);*/
  background-repeat:no-repeat;
  background-size:100% auto;
  background-color:#ffffff;
  position:relative;
  color:#fff;
  height:900px;
}

#home-wrapper {
  position:relative;
  color:#fff;
  height:800px; 
}

#home-wrapper .overlay-bg, 
#slider-section .overlay-bg, 
#home-section .overlay-bg {
  background-color:rgba(19, 19, 22, 0.45);
}

.slider-content {
  position:absolute;
  left:0;
  top:50%;
  margin-top:-140px;
  width:100%;
  color:#fff;
}

.slider-content h1 {
  font-size:60px;
  font-weight:300;
  text-transform:initial;
  margin-bottom:55px;
  position:relative;
}

.slider-content h1 span.dancing-script{
  font-size:40px;
  /*font-family: 'Dancing Script', cursive;*/
  display:block;
  margin-bottom:5px;
}
.slider-content h1 a{
  color:#fff;
}

span.bold{
  font-weight:800;
}

.slider-content h2 {
  /*font-family: 'Dancing Script', cursive;*/
  font-size:30px;
   margin-bottom:35px;
}

.slider-content .slider-logo {
  display:inline-block;
}
.slider-content h1:after {
  position:absolute;
  content:"\f005  \f005  \f005  \f005  \f005  \f005  \f005  \f005";
  font-family:FontAwesome;
  font-size:12px;
  width:100%;
  height:20px;
  text-align:center;
  left:0;
  bottom:-40px;
  color:#dde6eb;
}

.slider-content h1:after {
  content:"\f005  \f005  \f005  \f005  \f005  \f005  \f005  \f005  \f005  \f005  \f005  \f005  \f005  \f005  \f005  \f005  \f005  \f005  \f005  \f005";
}

/*********************************************************
  Media Queries for slider starts here
*********************************************************/
@media(max-width:1280px) {
  #slider-section, #home-section{
      height:640px;
    } 
    .slider-content {
      top:40%;
      margin-top:-35px;
    }
    .slider-content h1 {
      font-size:60px;
      margin-bottom:45px;
    }
    .section-title h1:after, .slider-content h1:after {
      font-size:12px;
      height:20px;
      bottom:-40px;
    } 
}
@media(max-width:980px) {
    #slider-section, #home-section{
      height:490px;
    }
    .slider-content {
      top:40%;
      margin-top:-35px;
    }
    .slider-content h1 {
      font-size:35px;
      margin-bottom:45px;
    }
    .section-title h1:after, .slider-content h1:after {
      font-size:12px;
      height:20px;
      bottom:-40px;
    }  
}
@media(max-width:800px) {
   #slider-section, #home-section{
      height:380px;
    }
    .slider-content {
      top:30%;
      margin-top:-35px;
    }
    .slider-content h1 {
      font-size:30px;
      margin-bottom:45px;
    }
    .section-title h1:after, .slider-content h1:after {
      font-size:12px;
      height:20px;
      bottom:-40px;
    }
}
@media(max-width:360px) {
   #slider-section, #home-section{
      height:170px;
    }
    .slider-content {
      top:15%;
      margin-top:-35px;
    }
    .slider-content h1 {
      font-size:18px;
      margin-bottom:35px;
    }
    .section-title h1:after, .slider-content h1:after {
      font-size:10px;
      height:10px;
      bottom:-20px;
    }
    .slider-content .btn-primary{
      font-size:14px;
      padding: 5px;
    } 
}
@media(max-width:320px) {
    #slider-section, #home-section{
      height:150px;
    }
    .slider-content {
      top:15%;
      margin-top:-35px;
    }
    .slider-content h1 {
      font-size:18px;
      margin-bottom:35px;
    }
    .section-title h1:after, .slider-content h1:after {
      font-size:10px;
      height:10px;
      bottom:-20px;
    }
    .slider-content .btn-primary{
      font-size:14px;
      padding: 5px;
    }
}
/*********************************************************
  Media Queries for slider bar ends here
*********************************************************/
/*=========special-items==========*/
.special-item {
  
}

.special-item  h2 {
  font-weight:500;
  margin-bottom:30px;
}

.special-item:hover .special-item-image img {
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}

.special-item-image {
  position:relative;
  min-height: 250px;
  overflow:hidden;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; 
  box-shadow:0 0 1px 1px #e3e3e3;
  -webkit-box-shadow:0 0 4px 1px #e3e3e3;
  border-radius:3px;
  margin-bottom:35px;
}

.special-item-image img {
  position:absolute; 
  left:0; 
  top:0;
  width:100%;
  height:100%;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;  
  padding:10px;
}

.special-item-image img:nth-child(2){
  opacity:0;
}

.special-item:hover .special-item-image img:nth-child(2){
  opacity:1;
}

.special-item:hover .special-item-image img:nth-child(1){
  opacity:0;
}


/*=========our-products==========*/

#our-products {
  background-color:#333;
  color:#fff;
  background-image:url(../images/restaurant/others/our-products-bg.jpg);
}

#our-products .overlay-bg {
  background-color:rgba(0, 0, 0, 0.50);
}

#our-products .section-title h1 {
  color:#fff;
}

#our-products .our-product {
  border:3px solid #fff;
  padding:35px;
  margin-bottom:25px;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  overflow:hidden;
}

#our-products .our-product img {
  display:inline-block;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

#our-products .our-product h2 {
  margin-bottom:3px;
  font-weight:500;
}

#our-products .our-product:hover img {
-moz-transform: rotateY(180deg);
-webkit-transform: rotate(180deg);
-o-transform: rotate(180deg);
-ms-transform: rotate(180deg);
transform: rotateY(180deg);
}


/*=========weekly-promo==========*/

#weekly-promo {
  background-color:#fff;
  overflow:hidden;
  max-height:575px;
  position:relative;
}

.promo-slider {
  margin-top:-225px;
}

.promo-info .section-title {
  margin-top:-30px;
}

.promo-info .section-title h1 {
  /*font-family: 'Merriweather', serif;*/
  color:#5a6a72;
  font-weight:700;
}

.promo-info .section-title h1 span{
  display:block;
  font-size:24px;
  /*font-family: 'Dancing Script', cursive;*/
  color:#f26522;
  font-weight:400;
  margin-bottom:5px;
}

.promo-slider .promo-info{
  padding:25px;
}

.promo-slider .weekly-promo {
  color:#000;
}

.promo-slider .weekly-promo h4 {
  color:#5a6a72;
  line-height:25px;
  margin-bottom:30px;
}

.promo-slider .weekly-promo >p{
  max-width:400px;
  display:inline-block;
}

.promo-image img {
  display:inline-block;
}

.promo-slider .slide .promo-info {
  opacity:0;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; 
  -moz-transform: scale(0.5);
  -webkit-transform: scale(0.5);
  -o-transform: scale(0.5);
  -ms-transform: scale(0.5);
  transform: scale(0.5);
}

.promo-slider .slide.active-slide .promo-info {
  opacity:1;
  -moz-transform: scale(1);
  -webkit-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.promo-slider .slide .promo-image {
  position:relative
}


.promo-slider .slide .promo-image:before, 
.promo-slider .slide.active-slide .promo-image:before {
  position:absolute;
  content:"";
  height:100%;
  width:100%;
  left:0;
  top:0;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.promo-slider .slide .promo-image:before  { 
  background-color:rgba(90, 106, 114, 0.75);
}

.promo-slider .slide.active-slide .promo-image:before  {
  background-color:inherit;
}

.bx-wrapper .bx-prev {
  top: 70px;
}

.bx-wrapper .bx-next {
  top: 450px;
}

.bx-wrapper .bx-prev, 
.bx-wrapper .bx-next {  
  color:#5a6a72;
  font-size:40px;
  position:absolute;
  left:25%;
  margin-left:-25px;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.bx-controls-direction:before{
  position: absolute;
  content:"";
  background:#fff;
  left:0;
  top:0;
  height:105px;
  width:50%;
}

.bx-controls-direction:after{
  position: absolute;
  content:"";
  background:#fff;
  left:0;
  top:472px;
  height:105px;
  width:50%;
}

/*=========promo-offer==========*/

#promo-offer {
  /*background-image:url(../images/restaurant/others/promo-offer-bg.jpg);*/
  background-color:#6d3b29;
  font-size:18px;
}

#promo-offer .overlay-bg {
  background-color:rgba(0, 0, 0, 0.57);
}

.promo-offer-content img{
  margin-bottom:30px;
}

.promo-offer-content >span{
  font-size: 39px;
  font-weight: 300;
  text-transform: capitalize;
}

.promo-offer-content h1 {
  font-size:60px;
  font-weight: 300;
  margin-top:0;
}

.promo-offer-content h1 span{
  font-weight:800;
}

.promo-offer-content i{
  margin-right:10px;
}

.promo-offer-content .btn-primary{
  padding:13px 33px;
  margin-top:35px;
}

/*=========Menu Accordion==========*/

#our-menu {
  padding-top:90px;
  overflow:hidden;
}

#menu-accordion .panel {
  border:0;
  border-radius:0;
  -webkit-box-shadow:none;
  box-shadow:none;
  margin-top:0;
}

#menu-accordion {
  margin-bottom:0;
}

#menu-accordion .accordion-heading {
  border-top:1px solid #e6e6e6;
  padding:30px 0 45px;  
}

#menu-accordion .accordion-heading h1{
  position:relative;
  display:inline-block;
}

#menu-accordion .accordion-heading h1:before, 
#menu-accordion .accordion-heading h1:after {
  position: absolute;
  content: "\f005 \f005 \f005 \f005 \f005 \f005 \f005 \f005";
  font-family: FontAwesome;
  font-size: 12px;
  color:#f26522;
  top: 50%;
  margin-top: -3px;
  letter-spacing:3px;
}

#menu-accordion .accordion-heading h1:before {
  left: 0;
  margin-left: -125px;
}

#menu-accordion .accordion-heading h1:after {
  right:0;
  margin-right:-125px;
}

#menu-accordion .accordion-heading.active h1:before, 
#menu-accordion .accordion-heading.active h1:after {
  color:#fff;
}
a {
  color: #f26522;
  text-decoration: none;
  -webkit-transition: 300ms;
  -moz-transition: 300ms;
  -o-transition: 300ms;
  transition: 300ms;
}

#menu-accordion .accordion-heading a{
  color: #f26522;
  text-decoration: none;
  -webkit-transition: 300ms;
  -moz-transition: 300ms;
  -o-transition: 300ms;
  transition: 300ms;
  font-weight:700;
}

#menu-accordion .accordion-headinga:focus, #menu-accordion .accordion-heading a:hover {
  text-decoration: none;
  outline: none;
}

#menu-accordion .accordion-heading:hover {
  background-color:#f7f7f7;
}

#menu-accordion .accordion-heading.active {
  background-image:url(../images/restaurant/menu/heading-bg.jpg);
  background-size:cover;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

#menu-accordion .accordion-heading:hover a {
  color:#f26522;
} 

#menu-accordion .accordion-heading.active a{
  color:#fff;
}


#menu-accordion .menu-info {
  margin-top:40px;
  margin-bottom:50px;
}

.menu-items .item {
  margin-bottom:65px;
}

.menu-items .item img {
  display:inline-block;
}

.menu-items .item span{
  display:block;
  color:#f26522;
  font-size:30px;
  font-weight:500;
  margin-bottom:10px;
}

.menu-items .item  h2{
  -webkit-transition:all 0.3s ease;
  -moz-transition:all 0.3s ease;
  -ms-transition:all 0.3s ease;
  -o-transition:all 0.3s ease;
  transition:all 0.3s ease; 
}

.menu-items .item:hover h2 {
  color:#000;
}

/*=========Extras==========*/

#extras {
  background-color:#574600;
  background-image:url(../images/restaurant/others/extras-bg.jpg);
  overflow:hidden;
  color:#fff;
}

#extras .extra-benefits {
  padding-top:65px;
  padding-bottom:65px;
}

#extras .extra-benefits .extra {
  margin-bottom:25px;
}

#extras .extra-benefits h1, 
#extras .extra-benefits h2 {
  font-weight:700;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

#extras .extra-benefits h1 {
  margin-bottom:125px;
  position:relative;
}

#extras .extra-benefits h1:after {
  position:absolute;
  content:"";
  height:35px;
  width:100%;
  left:0;
  bottom:0;
  margin-bottom:-50px;
  background-image:url(../images/restaurant/others/extras-heading-bg.png);
  background-repeat:no-repeat;
  background-position:center bottom;  
}

#extras .extra-benefits i {
  font-size:75px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

#extras .extra-benefits .extra:hover i {
  animation-name: flash;
  -webkit-animation-name: flash;
  animation-duration: 0.75s;
  -webkit-animation-duration: 500ms;
  animation-iteration-count: 1;
  -webkit-animation-iteration-count: 1; 
  animation-delay: 0;
  -webkit-animation-delay: 0;
  animation-timing-function: linear;
  -webkit-animation-timing-function: linear;
  color:#f26522;
}

#extras .extra-benefits .extra:hover h2 {
  color:#f26522;
}

#extras .overlay-bg {
  background-color:rgba(0, 0, 0, 0.75);
}

/*================Table-booking==============*/

#table-booking {
  position:relative;
}

#gmap {
  height:400px;
}

#contact-form .btn-primary {
  padding:15px 55px;
  display:inline-block;
  margin-top:35px;
  background-color:#f26522;
  color:#fff;
}

#contact-form .btn-primary:before { 
  border-top:2px solid #dd5f23;
}

#contact-form .btn-primary:after {  
  border-bottom:2px solid #dd5f23;  
}

#contact-form .btn-primary:hover:before {
  background-color:rgba(206, 88, 32, 0.7);
}

#contact-form  .btn-primary:hover:after {
  background-color:rgba(206, 88, 32, 0.7);
}

#contact-form .btn-primary:hover, 
#contact-form .btn-primary:focus {
  box-shadow: 0px 0px 0px 1px #dd5f23;
}

#room_type{
  appearance:none;
  -moz-appearance:none; /* Firefox */
  -webkit-appearance:none; /* Safari and Chrome */
  background-image:url(../images/restaurant/bottom-arrow.png);
  background-repeat:no-repeat;
  background-position:right 20px top 23px;
  
}

/*================comments==============*/

#comments {
  background-image:url(../images/restaurant/others/comment-bg.jpg);
  background-color:#2e0202;
  font-size:18px;
}

#comments .comment {
  background-color:rgba(242, 101, 34, 0.83);
  padding:50px;
  margin-top:80px;
  margin-bottom:80px;
  max-width:555px;
}

#comments .comment i{
  font-size:75px;
}

#comments .comment img {
  margin-bottom:35px;
}

#comments .comment h2 {
  /*font-family: 'Dancing Script', cursive;*/
  font-size:30px;
  margin-bottom:25px;
}

#comments .comment h4 {
  font-weight:600;
  margin-top:20px;
}

#comments .comment h4 span{
  display:block;
  font-size:14px;
  font-weight:400;
  margin-top:7px;
}

#comments .commenter img{
  display:inline-block;
  margin-top:-40px;
}

/*================Contact =================*/

.contact-info h2 {
  /*font-family: 'Dancing Script', cursive;*/
  font-size:32px;
  margin-top:8px;
  margin-bottom:25px;
}

.contact-info .footer-logo {
  margin-bottom:35px;
}

.contact-info .address {
  margin-top:25px;
  margin-bottom:20px;
}

.contact-info li {
  margin-bottom:10px;
  font-size:15px;
}

.contact-info.date li{
  font-size:15px;
}

.contact-info li  i {
  font-size:18px;
  margin-right:10px;
}


.social-icons  {
  font-size:16px;
  font-weight:600;
}

.social-icons ul {
  margin-top:20px;
}

.social-icons li i{
  background-color:#fff;
  color:#fff;
  height:25px;
  width:25px;
  font-size:18px;
  line-height:25px;
  display:block;
  text-align:center;
  border-radius:3px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.social-icons li i.fa-facebook {
  background-color:#566C9E;
}

.social-icons li i.fa-twitter {
  background-color:#0EB1F2;
}

.social-icons li i.fa-google-plus {
  background-color:#D54831;
}

.social-icons li i.fa-linkedin {
  background-color:#1F84D2;
}

.social-icons li i.fa-pinterest {
  background-color:#CD565C;
}

.contact-info ul {
  list-style: none;
  margin:0;
  padding:0;
}
.contact-info .event{
  position:relative;
  overflow:hidden;
  margin-top:20px;
  padding:3px 0;
}

.contact-info .event-date{
  position:absolute;
  left:0;
  top:0px;  
  text-align:center;
  font-size:14px;
  height:65px;
  width:65px;
  border:1px solid #e6e6e6;
}

.contact-info .event-date span{
  display:block;  
  font-weight:300;
  font-size:42px;
  line-height:35px;
  margin-bottom:3px;
}

.contact-info .event-info {
  padding-left:80px;

}

.contact-info .event-info h4 {
  margin-bottom:0;
  font-size:16px;
}

/*================Footer-bottom==============*/
/*

#footer-bottom {
  background-color:#f26522;
  color:#fff;
  padding:40px 0 30px;
  font-weight:300;
}

#footer-bottom a {
  color:#fff;
  font-weight:600;
}

@media (min-width: 1400px) {
  
}*/

/*================Responsive Style for Resturant==============*/

/* md */
@media (min-width: 992px) and (max-width: 1199px) {
  .special-item-image {
    min-height:205px;
  }
  .promo-slider .slide {
    margin-bottom:0 !important;
  }
  #comments .commenter img {
    margin-top:-15px;
  }
}

/* sm */
@media (min-width: 768px) and (max-width: 991px) {
  .special-item-image {
    min-height:155px;
  }
  #our-products .our-product{
    padding:15px;
  }
  #our-products .our-product h2{
    font-size:20px;
  }
  .promo-slider {
    margin-top: -300px;
  }
  .bx-wrapper .bx-prev {
    top: 50px;
  }
  .bx-wrapper .bx-next {
    top: 480px;
  }
  #weekly-promo {
    max-height:585px;
  }
  .promo-slider .slide .promo-image{
    margin-top:80px;
  }
  #comments .commenter img {
    margin-top:40px;
  }
}


/* xs */
@media (max-width: 767px) {
  h1 {
    font-size:28px;
  }
  h2{
    font-size:20px;
  }
  h3{
    font-size:16px;
  }
  .padding90 {
    padding: 50px 0px;
  }
  .section-title {
    margin-bottom:30px;
    font-size:14px;
  }
  .section-title h1{
    font-size:25px;
  }
/*  .slider-content{
    font-size:20px;
  }
  .slider-content h1 {
    font-size: 40px;
  }
  .slider-content h1 span.dancing-script, .slider-content h2 {
    font-size:24px;
  }*/
  #our-products {
    background-image:inherit;
  }
  .special-item-image img {
    width:100%;
  }
  .special-items .col-sm-4, 
  #our-products .col-sm-3, 
  .menu-items .col-sm-4{
    float:left;
    width:50%;
  }
  .special-item {
    margin-bottom: 25px;
  }
  .special-item-image {
    box-shadow:none;
    -webkit-box-shadow: none; 
  }
  .special-item h2 {
    margin-bottom:15px;
  }
  .bx-wrapper .bx-prev, .bx-wrapper .bx-next {
    font-size:30px;
    left:50px;
    color:#fff;
  }
  .bx-wrapper .bx-prev {
    top: 20px;
  }
  .bx-wrapper .bx-next {
    top: 50px;
    bottom:inherit;
  }
  .bx-wrapper .bx-prev, .bx-wrapper .bx-next, 
  .bx-controls-direction:before , 
  .bx-controls-direction:after, 
  .promo-slider .slide .promo-image:before, 
  .promo-slider .slide.active-slide .promo-image:before {
    display:none;
  }
  .promo-slider {
    margin-top: -280px;
  }
  .promo-slider .slide {
    margin-bottom:15px !important;
  }
  #weekly-promo {
    max-height:680px;
  }
  .promo-offer-content h1 {
    font-size:40px;
  }
  .promo-offer-content >span {
    font-size: 28px;
  }
  .promo-offer-image img {
    display:none;
  }
  #our-menu {
    padding-top: 45px;
  }
  #menu-accordion .accordion-heading {
    padding: 0px 0 10px;
  }
  #menu-accordion .accordion-heading h1 {
    font-size:24px;
  }
  #extras .extra-benefits .extra {
    margin-bottom: 40px;
  }
  #extras .extra-benefits i {
    font-size: 40px;
  }
  .extra-benefits .col-sm-4 {
    float:left;
    width:33.33%;
  }
  .contact-info {
    margin-bottom:35px;
  }
  #footer-bottom {
    padding: 30px 0px 20px;
  }
}

/* XS Portrait */
@media (max-width: 479px) {
  .special-item-image {
    max-height:205px;
  }
  #weekly-promo {
    max-height:700px;
  }
  .promo-slider {
    margin-top: -330px;
  }
  .special-items .col-sm-4, 
  #our-products .col-sm-3, 
    .menu-items .col-sm-4, 
    .extra-benefits .col-sm-4{
      float:none;
      width:100%;
  }
  
}

/*********************************************************
   Call to action: Piecharts
*********************************************************/
.call-to-action {
    background:#D05820;
    padding:30px 0;
    margin: 20px 0;
}
.call-to-action h3{
    font-size: 27px;
    line-height: 35px;
    font-weight: normal;
    color: #fff;
}
.call-to-action small{
    font-size: 15px;
    font-weight: bold;
    color: #fff;
}
.call-to-action i{
  color: #FFFFFF;
}
/*circle progress bars widgets*/
.piechart h4{
    color: #fff;
    text-transform:uppercase;
    font-weight: bold;
}
.piechart p{
    color: #fff;
    font-size: 14px;
}
.chart {
  position: relative;
  display: inline-block;
  text-align: center;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  margin:20px 0;
  height: 130px;
}
.chart + p {
    margin: 25px 0 10px;
}
.chart canvas {
}
.percent {
  display: block;
  position: absolute;
  top:50%;
  left:50%;
  font-size: 50px;
  margin-top: 0.7em;
  margin-left: -0.75em;
  z-index: 2;
  color: #000;
}
.percent:after {
    content: "%";
    font-size: 0.5em;
}

/*********************************************************
    Pricing
*********************************************************/
.rate-box {
    text-align: center;
    border: 1px solid #404040;
    border-radius: 5px;
}
.rate-title h4, .rate-title h5 {
    padding: 10px 0;
    font-size: 16px;
}
.rate-box .rate {
    font-size: 50px;
    font-weight: 700;
    position: relative;
    border-bottom: 1px solid #404040;
    padding: 20px 0;
    background-color: #404040;
    color: #ffffff;
}
.rate-box .rate .rate-sm {
    font-size: 14px;
    position: absolute;
}
.rate-box .rate .rate-lg {
    padding-left: 10px;
}
.rate-box .rate-tenure {
    font-size: 12px;
    color: #ffffff;
    font-weight: 400;
}
.rate-box .rate-features {
    font-size: 13px;
    text-transform: uppercase;
    border-bottom: 1px solid #404040;
    padding: 20px 0;
    color: #000;
}
.rate-box .rate-features ul {
    list-style: none;
    padding: 0px;
    margin: 0px;
}
.rate-box .rate-features ul li {
    padding: 10px 2px;
}
.rate-box .rate-btn{
    padding: 20px 0;
}
.rate-box .rate-btn .btn-custom{
    font-size: 22px;
}

/*********************************************************
    Pricing - 9 luxuries villas
*********************************************************/
.horizontal_slider_list_wrapper{
    position: relative;
    margin-top: 5px;
}
.horizontal_slider_list_wrapper > div{
    overflow: hidden;
}
ul.horizontal_slider_list{
    padding: 0;
    margin: 0;
}
ul.horizontal_slider_list li{
    display: block;
    float: left;
    height: 100%;
    width:800px;
    border:1px solid red;
}
ul.horizontal_slider_list li a:hover{
    text-decoration: none;
}
.horizontal-item article {background-color: rgba(100,100,100,0.1); text-align: center; padding: 20px; border-radius: 4px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.horizontal-item article{color:#000000;}
.horizontal-item article:hover {background-color: #D05820; color:#ffffff;}
.horizontal-item .item-title{ font-weight: bold; margin: 10px 0;}
.horizontal-item .item-thumbnail img{width: 100%;}

.es-nav {
    position: absolute; right: 0; top: -70px;

}
.es-nav span {
  cursor: pointer;     
  display: inline-block;
  width: 30px;
  height: 30px;
  font-size: 0;
  color: transparent;
  position: relative;
}
.es-nav span:before {
    border-radius: 3px;
    font-size: 30px;
    font-family: FontAwesome;
    content: '\f053';
    color: #33271B;
    background-color: #fff;
    display: block;
    position: absolute;
    cursor: pointer;
    padding: 5px 11px;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    transition: all 0.2s linear;
}
.es-nav span.es-nav-prev{
  background: transparent;
}
.es-nav span.es-nav-next{
  background: transparent;
  margin-left: 6px;
}
.es-nav span.es-nav-next:before{
  content: '\f054';
}
.es-nav span.es-nav-next:hover:before, .es-nav span.es-nav-prev:hover:before {background-color: transparent; color:#3498DB; background-color: #fff; opacity: 0.7;}


/* Carousel */

#quote-carousel {
    padding: 0 10px 30px 10px;
    margin-top: 30px;
    /* Control buttons  */
    /* Previous button  */
    /* Next button  */
    /* Changes the position of the indicators */
    /* Changes the color of the indicators */
}
#quote-carousel .carousel-control {
    background: none;
    color: #CACACA;
    font-size: 2.3em;
    text-shadow: none;
    margin-top: 30px;
}
#quote-carousel .carousel-control.left {
    left: -60px;
}
#quote-carousel .carousel-control.right {
    right: -60px;
}
#quote-carousel .carousel-indicators {
    right: 50%;
    top: auto;
    bottom: 0px;
    margin-right: -19px;
}
#quote-carousel .carousel-indicators li {
    width: 50px;
    height: 50px;
    margin: 5px;
    cursor: pointer;
    border: 4px solid #CCC;
    border-radius: 50px;
    opacity: 0.4;
    overflow: hidden;
    transition: all 0.4s;
}
#quote-carousel .carousel-indicators .active {
    background: #333333;
    width: 128px;
    height: 128px;
    border-radius: 100px;
    border-color: #f33;
    opacity: 1;
    overflow: hidden;
}
.carousel-inner {
    min-height: 300px;
}
.item blockquote {
    border-left: none;
    margin: 0;
}
.item blockquote p:before {
    content: "\f10d";
    font-family: 'Fontawesome';
    float: left;
    margin-right: 10px;
}
/*********************************************************
   Main Footer Style
*********************************************************/
#main-footer {
  padding: 20px 0; 
  background-color:#D4E5F7; 
  color:#000000;
}
#main-footer a{
  color:#000000;
}

/*********************************************************
   Advertiser Footer Style
*********************************************************/
#footer {
  padding: 20px 0; 
  background-color:#222222; 
  color:#ffffff;
}
#footer h3 {font-size: 16px; font-weight:bold; text-transform: uppercase;}
#footer a{color:#ffffff;}
#footer .social-icons{margin: 53px 0 50px;}

/*********************************************************
   Hotel Listing
*********************************************************/
.hotel-listing{
  border: 0;
  padding: 0;
  margin: 0;
}
.hotel-listing .hotel-title{
  padding: 10px;
  background-color: #3498DB;  
}
.hotel-listing .hotel-title a{
  color: #fff;
  font-weight: bold;

}
.hotel-listing .hotel-body{
  padding: 0;
  margin: 0;
}
.hotel-listing .hotel-body .panel-footer{
  border-top: 1px solid #DDDDDD;
}

/*********************************************************
  Cars Listing
*********************************************************/
.carWrapper {
  margin: 10px;
}
.carWrapper .panel{
  border:0; 
  box-shadow: 1px 1px 8px 3px #888888;
}
.carWrapper .panel, .carWrapper .panel .panel-body{
  padding: 0; 
}
.carWrapper img{
  margin-left: auto;
  margin-right: auto;
}
.carWrapper .panel .panel-footer{
   border: 0;
   background-color: #6F5498;
}
.carWrapper .panel .panel-footer a{
  color: #FFFFFF;
  font-weight: bold;
} 
.carWrapper .panel .panel-body p, .carWrapper .panel .panel-body h4{
  padding: 2px 10px; 
}
.carWrapper .car-location{
  padding: 0;
  padding-left: 10px;
}
.carWrapper .label-primary{
  background-color: #FF9403;
}

.rental-header{
  background-color: #337AB7;
}
.events-header{
  background-color: #FF9403;
}
.rental-header h1, .rental-header h3, .events-header h1, .events-header h3{
  color: #FFFFFF;
}

.form-group label{
  font-weight: normal;
}

/*********************************************************
  Recipes Listing
*********************************************************/
.recipeContainer {
  border: 1px solid #F5F5F5;

}
.recipeContainer img {
  display: block;
  height: auto;
  width: 100%;
}
.recipeContainer .receipe-title {
  padding: 5px 0;
}
.recipeContainer .receipe-button {
  padding: 5px 0;
  background-color: #066BC8;  
  color: #ffffff;
  font-size: 16px;
  cursor: pointer;
}
.recipeContainer .receipe-desc {
  padding: 5px 0;
}
.recipeContainer .receipe-desc a{
  padding: 5px 0;
}
.recipe-thumbnail{
  display: inline-block;
  padding: 5px;
  margin: 5px 10px;
  border: 2px solid #cdcdcd;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
/*horizontal slider*/
.horizontal_slider_list_wrapper{
    position: relative;
    margin-top: 5px;
}
.horizontal_slider_list_wrapper > div{
    overflow: hidden;
}
ul.horizontal_slider_list{
    padding: 0;
    margin: 0;
}
ul.horizontal_slider_list li{
    float: left;
    width:400px;
    height: 100%;
}

.es-nav {
    position: absolute; right: 0; top: -45px;
}
.es-nav span {
  cursor: pointer;     
  display: inline-block;
  width: 30px;
  height: 30px;
  font-size: 0;
  color: transparent;
  position: relative;
}
.es-nav span:before {
    border-radius: 3px;
    font-size: 30px;
    font-family: 'FontAwesome';
    content: '\f053';
    color: #3498DB;
    background-color: #fff;
    display: block;
    position: absolute;
    cursor: pointer;
    padding: 5px 11px;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.es-nav span.es-nav-prev{
  background: transparent;
}
.es-nav span.es-nav-next{
  background: transparent;
  margin-left: 6px;
}
.es-nav span.es-nav-next:before{
  content: '\f054';
}
.es-nav span.es-nav-next:hover:before, .es-nav span.es-nav-prev:hover:before {background-color: transparent; color:#000; background-color: #fff; opacity: 0.7;}


/*-------------------------------------------------------
  Restaurant List Menu  Style
--------------------------------------------------------*/
.menu {
  border-bottom: 1px dotted #DDD;
  padding: 0 0 10px;
  margin: 0 0 20px;
}

.menu-classic img {
  margin: 0 0 10px;
}
.menu-title { font-weight: bold;}
.menu-title,
.menu-price {
  font-size: 16px;
  margin: 0;
}

.menu-detail {
  font-size: 14px;
}

.menu-price-detail {
  position: relative;
  text-align: right;
}

.menu-label {
  background: #6FA9D9;
  color: #FFFFFF;
  position: relative;
  display: inline-block;
  padding: 2px 10px 0px 10px;
  margin: 0px 5px;
  letter-spacing: 1px;
  font-style: italic;
  font-size: 13px;
  float: right;
  top: 5px;
}
.menu-new{
  background: #127045;
}
.menu-spicy{
  background: #D73632;
}

@media (max-width: 767px) {

  .menu-title,
  .menu-detail,
  .menu-price-detail {
    text-align: center;
  }

  .menu-label {
    float: none;
  }

  .mouse-icon {
    display: none;
  }

}

#recaptcha{
  transform:scale(0.77);
  -webkit-transform:scale(0.77);
  transform-origin:0 0;
  -webkit-transform-origin:0 0;
}

img.lazy {
    /* optional way, set loading as background */
    background-image: url('../images/spin.gif');
    background-repeat: no-repeat;
    background-position: 50% 50%;
    width: 300px;
    height: 200px;
} 

.imgWrapper 
{
  display:none;
}
#loadMore{
  padding: 10px 40px;
  text-align: center;
}


ul li {
    list-style:none;
    margin-bottom:10px;
}

#bsPhotoGalleryModal .modal-content {
    border-radius:0;
    margin-top: 20%;
}
#bsPhotoGalleryModal .modal-dialog img {
    text-align:center;
    margin:0 auto;
    width:100%;
}
#bsPhotoGalleryModal .modal-body {
    padding:0px !important;
}
#bsPhotoGalleryModal .bsp-close {
  position: absolute; 
  right: -14px; 
  top: -11px; 
  font-size: 30px; 
  color:#fff; 
  text-shadow: 1px 1px 18px #000;
}

#bsPhotoGalleryModal .bsp-close:hover {
  cursor: pointer;
  opacity:.6;
  text-shadow: none;
  
}
.bspHasModal {
  cursor: pointer;
}
.bspHasModal .text {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.imgWrapper1 {
  overflow: hidden;
  max-height: 99px;
}

a.bsp-controls, 
a.bsp-controls:visited, 
a.bsp-controls:active {
  position: absolute;
  top: 44%;
  font-size: 26px;
  color: #fff;
  text-shadow: 1px 1px 18px #000;
}
a.bsp-controls.next {
  right:-10px;
}
a.bsp-controls.previous {
  left:-10px;
}
a.bsp-controls:hover {
  opacity:.6;
  text-shadow: none;
}
.bsp-text-container {
  clear:both;
  display:block;
  padding-bottom: 5px;
}
#bsPhotoGalleryModal h6{
  margin-bottom: 0;
  font-weight: bold;
  color: #000;
  font-size: 14px;
  padding-left: 12px;
  padding-right: 12px;
  margin-bottom: 5px;
}
#bsPhotoGalleryModal .pText {
  font-size: 11px;
  margin-bottom: 0px;
  padding: 0 12px 5px;
} 
 

@media screen and (max-width: 380px){
   .col-xxs-12 {
     width:100%;
   }
   .col-xxs-12 img {
     width:100%;
   }
}

/* news - events style */
.news-events{
  padding: 5px;
}
.news-header{font-size: 30px;}

/* search - events style */
.nav-search {
  position: relative;
  margin-top:10px;
  margin-left: 55%;
  float: left; 
}
@media(max-width:1280px) { 
  .nav-search {
    margin-top:10px;
    margin-left: 320px;
  }
}
@media(max-width:980px) { 
  .nav-search {
    margin-top:10px;
    margin-left: 120px;
  }
}
@media(max-width:800px) { 
  .nav-search {
    margin-top:10px;
    margin-left: 20px;
  }
}
@media(max-width:360px) { 
  .nav-search {
    margin-top:5px;
    margin-left: 30px;
  }
}
@media(max-width:320px) { 
  .nav-search {
    margin-top:5px;
    margin-left: 15px;
  }
}

.nav-search .advert-search{
  margin:0 15px;
}

.searchWrapper .panel-primary .panel-heading{
  background-color: #337AB7;
}
.searchWrapper .panel-success .panel-heading{
  background-color: #DFF0D8;
}
.searchWrapper .panel-info .panel-heading{
  background-color: #D9EDF7;
}
.searchWrapper .panel-warning .panel-heading{
  background-color: #FCF8E3;
}
.searchWrapper .panel-danger .panel-heading{
  background-color: #F2DEDE;
}
.search-input{ height: 45px; }

/* Advanced Search Style */
.advanced-search select, .advanced-search input{ height: 40px; padding: 0 10px;}
.advanced-results .alert{
  margin: 10px;
}
/* Advanced Search Ends Style */

.carousel-control.left,.carousel-control.right {background:none;width:25px;}
.carousel-control.left {left:-25px;}
.carousel-control.right {right:-25px;}

.blue{background:#1B6AAA;}

.block-text {
    color: #626262;
    font-size: 14px;
    margin-top: 27px;
    padding: 15px 18px;
}

.block-text .btn{
  background-color: #7865AC;
  color: #ffffff;
}

.block {
    display: block;
}

/* Events slider on homepage*/
.carousel-inner{
  min-height: 120px;
  padding: 10px;
}
.carousel-events a{
  color: #000;
}

.carousel-events .event-item{
  padding: 10px;
}
.carousel-events .event-item:hover{
-webkit-box-shadow: -1px 1px 7px 4px rgba(0,0,0,0.33);
-moz-box-shadow: -1px 1px 7px 4px rgba(0,0,0,0.33);
box-shadow: -1px 1px 7px 4px rgba(0,0,0,0.33);
}

.carousel-events .event-item .event-text{
  padding-left: 10px;
}
@media(max-width:768px) {
    .carousel-events .event-item .event-text{
      padding-left: 5px;
      font-size: 12px;
    }
}
.carousel-events .carousel-control .fa{
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  font-size: 60px;
  color: #000;
}

.map-bullet{
  padding: 0;
}

.map-bullet .alert{
  font-size: 18px;
}
.map-bullet i{
  font-size: 30px;
  color: #337AB7;
  margin-right: 10px;
}


/* Sign in form styles starts here */
.advuser-container.advuser {
    max-width: 400px;
}
.advuser {
    background-color: #F7F7F7;
    padding: 20px 25px 30px;
    margin: 0 auto 25px;
    margin-top: 10%;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    -moz-box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.3);
}

.form-signin #advEmail,
.form-signin #advPassword {
    direction: ltr;
    height: 44px;
    font-size: 16px;
}
#LoginHolder .form-signin input, #RegHolder .form-signin input{
  color: #000;
}
.form-signin input[type=email],
.form-signin input[type=password],
.form-signin input[type=text],
.form-signin button {
    width: 100%;
    display: block;
    margin-bottom: 10px;
    z-index: 1;
    position: relative;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #ffffff;
}
.form-signin .form-control:focus {
    color: #ffffff;
    border-color: rgb(104, 145, 162);
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgb(104, 145, 162);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgb(104, 145, 162);
}
.btn.btn-signin, .btn.btn-forgot {
    background-color: #0665A2;
    padding: 0px;
    font-weight: 700;
    font-size: 14px;
    height: 36px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    border: none;
    -o-transition: all 0.218s;
    -moz-transition: all 0.218s;
    -webkit-transition: all 0.218s;
    transition: all 0.218s;
}
.btn.btn-signin:hover,
.btn.btn-signin:active,
.btn.btn-signin:focus {
    background-color: #3498DB;
}
.forgot-password {
    color: #0665A2;
}
.forgot-password:hover,
.forgot-password:active,
.forgot-password:focus{
    color: #3498DB;
}

.forgotHolder{
    margin-top: 20px;
}

.forgotHolder .btn-forgot{
    background-color: #CC6142;
}
/* Sign in form styles ends here */

.cal-tooltip{
  color: #626262;
}