#hoursOnTop p{
  display: inline;
  font-size: 13px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0;
  color: #ccc;
  margin-left: 15px;
  text-transform: none;
  display: inline;
}
/**
 *  =================================================================================================
 *
 *  Author:      EvenThemes
 *  Template:    Restora - A Responsive Multipurpose Restaurant Or Cafe Theme
 *  Version:     1.0
 *
 *  =================================================================================================
 *
 *
 *  TABLE OF CONTENTS:
 *  ===================
 *
 *     |
 *     |-->  [ 1 ] - General Basics
 *     |     |-->  [ 1.1 ] - Basic Style
 *     |     |-->  [ 1.2 ] - Featured Button 
 *     |     |-->  [ 1.3 ] - Overlay
 *     |     |-->  [ 1.5 ] - FontAwsome Icons 
 *     |     |-->  [ 1.6 ] - Featured Section 
 *     |     |-->  [ 1.7 ] - Stars Rate
 *     | 
 *     |-->  [ 2 ] - Other Miscellaneous
 *     |     |-->  [ 2.1 ] - Preloader
 *     |     |-->  [ 2.2 ] - Magnific Popup Animation
 *     |     |-->  [ 2.3 ] - Notification Style
 *     |
 *     |-->  [ 3 ] - Header and Navigation
 *     |     |-->  [ 3.1 ] - Top Bar Style
 *     |     |-->  [ 3.2 ] - Navbar Style
 *     |
 *     |-->  [ 4 ] - Main Content
 *     |     |-->  [ 4.1 ] - Full Container
 *     |     |-->  [ 4.2 ] - Banner Structure Section
 *     |
 *     |-->  [ 5 ] - Sections Content
 *     |     |-->  [ 5.1 ] - Features Section
 *     |     |-->  [ 5.2 ] - About Us / Video Section
 *     |     |-->  [ 5.3 ] - Services Section
 *     |     |-->  [ 5.4 ] - Our Menu Section
 *     |     |-->  [ 5.5 ] - Counter Up Section
 *     |     |-->  [ 5.6 ] - Two Cols Section
 *     |     |-->  [ 5.7 ] - Section Shop
 *     |     |-->  [ 5.8 ] - Reservation Form
 *     |     |-->  [ 5.9] - Our Team Section
 *     |     |-->  [ 5.10] - Gallery Section
 *     |     |-->  [ 5.11] - Subscribe Section
 *     |     |-->  [ 5.12] - Testmonials Section
 *     |     |-->  [ 5.13] - Opening Hours Section
 *     |     |-->  [ 5.14] - Contact Section
 *     |     |-->  [ 5.15] - Google Map Section
 *     |     |-->  [ 5.16] - Footer Section
 *     |
 *     |-->  [ 6 ] - Media Queries
 *     |     |-->  [ 6.1 ] - Width between 1200px to 0
 *     |     |-->  [ 6.2 ] - Width between 992px to 0
 *     |     |-->  [ 6.3 ] - Width between 768px to 0
 *     |     |-->  [ 6.4 ] - Width between 480px to 0
 *
**/




/**
 *  -------------------------------------------------------------------------------
 *  [ 1 ] - General Basics
 *  -------------------------------------------------------------------------------
 *
 *  This part contains the general settings that you can change like general
 *  font-family, color, links, buttons, sections overlay .. etc.
 *
 *  ------
 *
 *  General Basics divided to the following sections:
 *
 *     |
 *     |-->  [ 1.1 ] - Basic Style
 *     |-->  [ 1.2 ] - Featured Button 
 *     |-->  [ 1.3 ] - Overlay
 *     |-->  [ 1.5 ] - FontAwsome Icons 
 *     |-->  [ 1.6 ] - Featured Section 
 *     |-->  [ 1.7 ] - Stars Rate
 *     |
 *
*/

/* 1.1 - Basic Style 
---------------------------------------------------------------------- */
body {
  font-family: 'Work Sans', sans-serif;
  text-rendering: optimizeLegibility !important;
  -webkit-overflow-scrolling: touch;
  -moz-overflow-scrolling: touch;
  -ms-overflow-scrolling: touch;
  -o-overflow-scrolling: touch;
  overflow-scrolling: touch;
}
@-ms-viewport{
  width:device-width;
}
@-o-viewport{
  width:device-width;
}
@viewport{
  width:device-width;
}
a, a img {
  outline: none !important;
  border: none;
}
a:focus {
    outline: 0px solid
}
a:hover {
    text-decoration: none
}
img {
    max-width: 100%;
    height: auto;
}
ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

input, textarea {
  vertical-align: middle;
  color: #444;
  background-color: #fff;
  box-shadow: none;
  outline: none;
  width: 264px;
  height:33px;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
input:focus, textarea:focus, button:focus {
  outline: none;
}
.datepicker td.active,
.datepicker td.active:hover {
  background-image: none;
}
.table-row {
    display: table-row;
    height: 100%;
}
.table-cell {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
}
/* End Basic Style 
---------------------------------------------------------------------- */



/* 1.2 - Featured Button
---------------------------------------------------------------------- */
.button {
  display: inline-block;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  box-shadow: inset 0 50px 0 0 rgba(0,0,0,.0), inset 0 -3px 0 rgba(0,0,0,.1);
  padding: 10px 35px 11px;
  font-size: 16px;
  color: #fff;
  text-decoration: none;
  border: 0;
  outline: none;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  margin-top: 30px;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
.button:hover,
.button:active,
.button:focus {
  box-shadow: inset 0 50px 0 0 rgba(0,0,0,.07);
  color: #fff;
  text-decoration: none;
}
.button.button-upper {
  margin: 0;
  font-size: 15px;
  padding: 12px 35px 10px;
  text-transform: uppercase;
  font-weight: 600;
}

/* End Featured Button
---------------------------------------------------------------------- */



/* 1.3 - Overlay
---------------------------------------------------------------------- */
div[class*='overlay'] {
  position: relative;
  z-index: 1;
}
div[class*='overlay']:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}
.overlay-1:before {
  background-color: rgba(0,0,0,.1);
}
.overlay-2:before {
  background-color: rgba(0,0,0,.2);
}
.overlay-3:before {
  background-color: rgba(0,0,0,.3);
}
.overlay-4:before {
  background-color: rgba(0,0,0,.4);
}
.overlay:before,
.overlay-5:before {
  background-color: rgba(0,0,0,.5);
}
/*--.overlay-6:before {
  background-color: rgba(0,0,0,.6);*/
}
.overlay-7:before {
  background-color: rgba(0,0,0,.7);
}
.overlay-8:before {
  background-color: rgba(0,0,0,.8);
}
.overlay-9:before {
  background-color: rgba(0,0,0,.9);
}
div[class*="overlay"] .container {
  position: relative;
  z-index: 3;
}
/* End Overlay
---------------------------------------------------------------------- */


/* 1.4 - FontAwsome Icons
---------------------------------------------------------------------- */
.fa {
  display: inline-block;
  margin: 0 10px 0 0;
  color: #fff;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
  height: 28px;
  width: 28px;
  line-height: 28px;
  text-align: center;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
/* End FontAwsome Icons
---------------------------------------------------------------------- */



/* 1.5 - Featured Section
---------------------------------------------------------------------- */
.section {
  padding: 20px 0 60px;
}
.section .container > .row > [class^="col"] {
  padding-top: 40px;
}
.section p {
  line-height: 1.7;
  color: #888;
}
.section-gray {
  background-color: #F2F7FA;
}
.section .section-header {
  text-align: center;
  padding-bottom: 20px;
  padding-top: 20px;
}
.section .h2 {
  display: inline-block;
  position: relative;
  padding-bottom: 20px;
  min-width: 100px;
  font-family:Lucida Calligraphy;
}
.section .h2:before {
  position: absolute;
  content: '';
  display: block;
  width: 140px;
  height: 0;
  border: 1px solid transparent;
  top: 100%;
  left: 50%;
  margin-left: -70px;
}
.section .h2:after {
  font-family:'FontAwesome';
  position: absolute;
  content: '\f000';
  font-size: 14px;
  width: 30px;
  height: 20px;
  line-height: 20px;
  background-color: #fff;
  top: 80%;
  left: 50%;
  margin-left: -15px;
}
.section .h2 + p {
  margin: 0 auto;
  max-width: 500px;
  padding-top: 25px;
}
.section-gray .h2:after {
  background-color: #F2F7FA;
  box-shadow: 0px 0px 0px 5px #F2F7FA;
}
/* End Featured Section
---------------------------------------------------------------------- */




/* 1.6 - Stars Rate
---------------------------------------------------------------------- */
.rate {
  font-size: 17px;
}
.rate .fa.fa-star {
  font-size: 17px;
  margin: 0;
  padding: 0;
  width: 25px;
  height: 25px;
  line-height: 25px;
  background-color: transparent;
  text-shadow: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.rate .fa.star-yellow {
  color: #FC9B00;
}
.rate .fa.star-gray {
  color: rgba(0, 0, 0, 0.2);
}
/* End Stars Rate
---------------------------------------------------------------------- */


/**
 *  -------------------------------------------------------------------------------
 *  [ 2 ] - Other Miscellaneous
 *  -------------------------------------------------------------------------------
 *
 *  This part contains the Website Loading element and Magnific Popup Animation .. etc.
 *
 *  ------
 *
 *  Others Miscellaneous divided to the following sections:
 *
 *     |
 *     |-->  [ 2.1 ] - Preloader
 *     |-->  [ 2.2 ] - Magnific Popup Animation
 *     |-->  [ 2.3 ] - Notification Style
 *
*/

/* 2.1 - Preloader
---------------------------------------------------------------------- */
#preloader {
  position: fixed;
  width: 100%;
  background: rgba(255,255,255,.97);
  height: 100%;
  z-index: 99999999999;
}

.loader {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 40px;
  height: 40px;
  margin: auto;
  -webkit-animation: loading 1.2s infinite ease-in-out;
          animation: loading 1.2s infinite ease-in-out;
}
@-webkit-keyframes loading {
  0% {
    -webkit-transform: perspective(120px) rotateX(0deg) rotateY(0deg);
            transform: perspective(120px) rotateX(0deg) rotateY(0deg); }
  50% {
    -webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
            transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg); }
  100% {
    -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
            transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);}
}

@keyframes loading {
  0% {
    -webkit-transform: perspective(120px) rotateX(0deg) rotateY(0deg);
            transform: perspective(120px) rotateX(0deg) rotateY(0deg); }
  50% {
    -webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
            transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg); }
  100% {
    -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
            transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg); }
}
/* End Preloader
---------------------------------------------------------------------- */




/* 2.2 - Magnific Popup Animation
---------------------------------------------------------------------- */
/* overlay at start */
.mfp-fade.mfp-bg {
  opacity: 0.8;
  filter: Alpha(opacity=80);
  -webkit-transition: all 0.15s ease-out;
  -moz-transition: all 0.15s ease-out;
  -ms-transition: all 0.15s ease-out;
  -o-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}
/* overlay animate in */
.mfp-fade.mfp-bg.mfp-ready {
  opacity: 0.8;
  filter: Alpha(opacity=80);
}
/* overlay animate out */
.mfp-fade.mfp-bg.mfp-removing {
  opacity: 0;
  filter: Alpha(opacity=0);
}

/* content at start */
.mfp-fade.mfp-wrap .mfp-content {
  opacity: 0;
  filter: Alpha(opacity=00);
  -webkit-transition: all 0.15s ease-out;
  -moz-transition: all 0.15s ease-out;
  -ms-transition: all 0.15s ease-out;
  -o-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}
/* content animate it */
.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1;
  filter: Alpha(opacity=100);
}
/* content animate out */
.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0;
  filter: Alpha(opacity=0);
}
/* End Magnific Popup Animation
---------------------------------------------------------------------- */




/* 2.3 - Notification Style
---------------------------------------------------------------------- */
#notification {
  position: fixed;
  bottom: 10px;
  left: 10px;
  width: 370px;
  background: #fff;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  padding: 30px 15px;
  z-index: 999;
}

#notification .notif-img {
  position: absolute;
  top: 0;
  left: 10px;
  width: 70px;
  height: 100%;
  -webkit-background-size: 100% auto;
  -moz-background-size: 100% auto;
  background-size: 100% auto;
  background-position: left center;
  background-repeat: no-repeat;
}
#notification.error .notif-img {
  background-image: url(../images/error.png);
}
#notification.valid .notif-img {
  background-image: url(../images/valide.png);
}
#notification .notif-inner {
  padding-left: 80px;
  text-align: left;
}
#notification .notif-inner h5 {
  margin: 0;
  padding-bottom:10px;
  font-size: 15px;
  color: #555;
  line-height: 23px;
  font-weight: 600;
}
#notification.error .notif-inner h5 {
  color: #FF503F;
}
#notification.valid .notif-inner h5 {
  color: #87C500;
}
#notification .notif-inner p {
  color: #555;
  margin: 0;
  padding: 0;
  line-height: 20px;
  font-weight: 400;
}
#notification i {
  margin: 0;
  font-size: 14px;
  color: #999;
  background: none;
  position: absolute;
  right: 15px;
  top: 15px;
  line-height: 10px;
  width: 10px;
  height: 10px;
  cursor: pointer;
  -webkit-transition: all 0.2s ease 0s;
  -moz-transition: all 0.2s ease 0s;
  -ms-transition: all 0.2s ease 0s;
  -o-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
}
#notification i:hover {
  color: #FF503F;
}
#notification.valid i:hover {
  color: #87C500;
}
/* End Notification Style
---------------------------------------------------------------------- */




/**
 *  -------------------------------------------------------------------------------
 *  [ 3 ] - Header and Navigation
 *  -------------------------------------------------------------------------------
 *
 *  This part contains the logo and navigation settings and the settings. 
 *
 *  ------
 *
 *  Header divided to the following sections:
 *
 *     |
 *     |-->  [ 3.1 ] - Top Bar Style
 *     |-->  [ 3.2 ] - Navbar Style
 *
 */


/* 3.2 - Top Bar Style
---------------------------------------------------------------------- */
.header .top-bar {
  width: 100%;
  background-color: #030E18 !important;
  height: 50px;
  font-size: 13px;
  color: #aaa;
  overflow: hidden;
}
.header .top-bar .contact {
  text-align: left;
  line-height: 51px;
  overflow: hidden;
}
.header .top-bar .contact .phone,
.header .top-bar .contact .email {
  display: inline-block;
}
.header .top-bar .contact a {
  color: #aaa;
}
.header .top-bar .contact a:hover {
  color: #eee;
}
.header .top-bar .contact .phone {
  padding-right: 15px;
}
.header .top-bar .contact span > i.fa {
  font-size: 15px;
  margin: 0 5px 0 0;
  color: #eee;
  cursor: default;
}
.header .top-bar .contact span > i.fa-phone {
  font-size: 140%;
  vertical-align: -1px;
}
.header .top-bar .social-icons {
  text-align: right;
  line-height: 53px;
  overflow: hidden;
}
.header .top-bar .social-icons .fa {
  font-size: 15px;
  margin: 0 0 0 5px;
  color: #aaa;
  height: 30px;
  width: 30px;
  line-height: 31px;
  background-color: rgba(255, 255, 255, .3);
}
.header .top-bar .social-icons .fa:hover {
  background-color: rgba(255, 255, 255, .4);
  color: #ccc;
}

/* End Top Bar Style
---------------------------------------------------------------------- */



/* 3.3 - Navbar Style
---------------------------------------------------------------------- */
.header  .navbar {
  width: 100%;
  margin-bottom: 0;
  border: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.header .navbar-default {
  background-color: #fff;
  border-color: #fff;
}
.header .navbar-default .navbar-brand {
  height: 84px;
  padding: 15px 0;
}
.header .navbar-default .logo {
  display: block;
  text-decoration: none;
}
.header .navbar-default .logo img {
    height: 75px;
    margin-left: 5px;
    margin-bottom: 0px!important;
    margin-top: -12px!important;
    opacity: 0.80;
  filter: Alpha(opacity=80);
}
.header .navbar-default .navbar-nav>li>a,
.header .navbar-default .navbar-nav>li>a:focus {
  font-size: 12px;
  font-weight: 600;
  color: #888;
  padding: 35px 10px 25px;
  margin: 0 0 0 5px;
  border: 0;
  border-bottom: 4px solid transparent;
  text-transform: capitalize;
  -webkit-transition: all 400ms ease-in-out;
  -moz-transition: all 400ms ease-in-out;
  -ms-transition: all 400ms ease-in-out;
  -o-transition: all 400ms ease-in-out;
  transition: all 400ms ease-in-out;
  text-transform: uppercase;
}
.header .navbar-default .navbar-nav>li>a:hover,
.header .navbar-default .navbar-nav>.active>a,
.header .navbar-default .navbar-nav>.active>a:focus,
.header .navbar-default .navbar-nav>.active>a:hover {
  background-color: #ECF0F3;
  color: #333;
}
.header .navbar-default .navbar-collapse,
.header .navbar-default .navbar-form {
  border-color: #eee;
}
.header .navbar-default .navbar-toggle {
  margin-top: 25px;
  margin-bottom: 25px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  border: 2px solid transparent;
}
.header .navbar-default .navbar-toggle .icon-bar {
  height: 0;
  border: 1px solid transparent;
}
.header .navbar-default .navbar-toggle:focus .icon-bar,
.header .navbar-default .navbar-toggle:hover .icon-bar {
  border-color: #FFF;
}
/* End Navbar Style
---------------------------------------------------------------------- */




/**
 *  -------------------------------------------------------------------------------
 *  [ 4 ] - Main Content
 *  -------------------------------------------------------------------------------
 *
 *  This part contains the full container and banner structure section style.
 *  ------
 *
 *  Main content divided to the following sections:
 *
 *     |
 *     |-->  [ 4.1 ] - Full Container
 *     |-->  [ 4.2 ] - Banner Structure Section
 *
 */


/* 4.1 - Full-container
---------------------------------------------------------------------- */
.full-container {
  display: block;
  position: relative;
  max-width: 100%;
  overflow: hidden;
  padding: 0;
  margin: 0;
}
/* End Full-container
---------------------------------------------------------------------- */



/* 4.2 - Banner Structure Section
---------------------------------------------------------------------- */
.banner-structure {
  background-color: #fff;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  color: #eee;
  text-align: center;
  position: relative;
  padding: 50px 0 110px;
}
.scroll {
  position: absolute;
  bottom: 15px;
  left: 50%;
  z-index: 100;
  margin-left: -24.5px;
}
.scroll .mouse-scroll {
  color: #FFF;
  display: block;
  font-size: 42px;
  width: 23px;
  height: 45px;
  border: 2px solid #FFF;
  position: relative;
  margin: 0 auto 5px;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  border-radius: 16px;
  opacity: 0.7;
  filter: Alpha(opacity=70);
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
.scroll .mouse-scroll:hover {
  opacity: 1;
  filter: Alpha(opacity=100);
}
.scroll .mouse-scroll:before {
  content: '';
  display: block;
  position: absolute;
  top: 7px;
  width: 0;
  border-width: 1px;
  border-style: solid;
  border-color: inherit;
  height: 10px;
  background: #eee;
  left: 50%;
  margin-left: -1px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
.banner-structure .container {
  position: relative;
  z-index: 100;
}
.banner-structure h1 {
  display: inline-block;
  font-family: Lucida Calligraphy;
  font-size: 48px;
  padding: 15px 40px;
  font-weight: 300;
  line-height: 80px;
  background-color: rgba(0,0,0,.5);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  color: #eee;
  text-transform: uppercase;
}

.banner-structure h3 {
  font-family: 'Lato', sans-serif;
  display: inline-block;
  position: relative;
  font-size: 20px;
  margin: 0;
  padding: 10px 0;
  font-weight: 400;
  text-transform: capitalize;
}
.banner-structure h3:before {
  position: absolute;
  content: '';
  display: block;
  width: 60px;
  height: 0;
  border: 1px solid rgba(255,255,255,.5);
  top: 55%;
  left: -70px;
}
.banner-structure h3:after {
  position: absolute;
  content: '';
  display: block;
  width: 60px;
  height: 0;
  border: 1px solid rgba(255,255,255,.5);
  top: 55%;
  right: -70px;
}
.banner-structure p {
  margin: 5px auto;
  width: 60%;
  line-height: 2;
  font-weight: 400;
}
.banner-structure .button {
  padding: 11px 30px;
  min-width: 190px;
  margin-top: 30px;
  font-size: 16px;
  font-weight: 600;
  border: 0;
  -webkit-box-shadow: inset 0 50px 0 0 rgba(0,0,0,.0);
  -moz-box-shadow: inset 0 50px 0 0 rgba(0,0,0,.0);
  box-shadow: inset 0 50px 0 0 rgba(0,0,0,.0);
  text-transform: uppercase;
}
.banner-structure .button:hover {
  -webkit-box-shadow: inset 0 50px 0 0 rgba(0,0,0,.07);
  -moz-box-shadow: inset 0 50px 0 0 rgba(0,0,0,.07);
  box-shadow: inset 0 50px 0 0 rgba(0,0,0,.07);
}
.banner-structure .button.empty {
  padding: 9px 10px;
  margin-right: 20px;
  background-color: transparent;
  border: 2px solid rgba(255,255,255,.5);
  color: rgba(255,255,255,.8);
}
.banner-structure .button .fa {
  background-color: transparent;
  padding: 0;
  padding-right: 10px;
  width: 20px;
  height: 20px;
  line-height: 20px;
}


/* End Banner Structure Section
---------------------------------------------------------------------- */





/**
 *  -------------------------------------------------------------------------------
 *  [ 5 ] - Sections Content
 *  -------------------------------------------------------------------------------
 *
 *  This part contains the sections content like clients, featured, call to action,
 *  testmonials, ... etc.
 *
 *  ------
 *
 *  Main content divided to the following sections:
 *
 *     |
 *     |-->  [ 5.1 ] - Features Section
 *     |-->  [ 5.2 ] - About Us / Video Section
 *     |-->  [ 5.3 ] - Services Section
 *     |-->  [ 5.4 ] - Our Menu Section
 *     |-->  [ 5.5 ] - Counter Up Section
 *     |-->  [ 5.6 ] - Two Cols Section
 *     |-->  [ 5.7 ] - Section Shop
 *     |-->  [ 5.8 ] - Reservation Form
 *     |-->  [ 5.9] - Our Team Section
 *     |-->  [ 5.10] - Gallery Section
 *     |-->  [ 5.11] - Subscribe Section
 *     |-->  [ 5.12] - Testmonials Section
 *     |-->  [ 5.13] - Opening Hours Section
 *     |-->  [ 5.14] - Contact Section
 *     |-->  [ 5.15] - Google Map Section
 *     |-->  [ 5.16] - Footer Section
 *
 */


/* 5.1 - Features Section
---------------------------------------------------------------------- */
.features .row > [class^="col"] {
  padding-left: 10px;
  padding-right: 10px;
}
.features h4 {
  font-weight: 600;
  margin: 0;
  padding: 25px 0 15px;
}
.features img {
  width: 100px;
}
/* End Features Section
---------------------------------------------------------------------- */




/* 5.2 - About Us / Video Section
---------------------------------------------------------------------- */
.about-us, .video {
  padding: 0;
  position: relative;
}
.about-us .row > [class^="col"],
.video .row > [class^="col"]  {
  padding-right: 30px;
  height: 380px;
  position: relative;
}
.about-us .col-img,
.video .col-video {
  position: absolute;
  top: 0;
  bottom: 0;
  min-height: 300px;
  background-color: inherit;
  background-position: center top;
  -webkit-background-size:cover;
  -moz-background-size: cover;
  background-size: cover;
}

.about-us .col-content:before,
.video .col-content:before {
  content: '';
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  border-width: 15px;
  border-style: solid;
  top: 50%;
  margin-top: -15px;
  z-index: 10;
  border-color: transparent transparent transparent #F2F7FA;
  right: -29px;
}
.video .col-video:after {
  content: '';
  position: absolute;
  display: block;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,.3);
  z-index: 1;
}
.video .col-video .play {
  display: block;
  position: absolute;
  width: 70px;
  height: 70px;
  margin-top: -35px;
  margin-left: -35px;
  background-color: rgba(0,0,0,.5);
  -webkit-box-shadow: 0 0 0 10px rgba(0,0,0,.5);
  -moz-box-shadow: 0 0 0 10px rgba(0,0,0,.5);
  box-shadow: 0 0 0 10px rgba(0,0,0,.5);
  background-image: url(../images/play.png);
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  top: 50%;
  left: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  z-index: 2;
  cursor: pointer;
}

.about-us h3,
.video h3 {
  margin: 0;
  padding: 10px 0 20px;
}
.about-us .title-upper,
.video .title-upper {
  text-transform: uppercase;
}
/* End About Us / Video Section
---------------------------------------------------------------------- */



/* 5.3 - Services Section
---------------------------------------------------------------------- */
.services {
  text-align: center;
}
.services .row > [class^="col"] {
  padding-left: 10px;
  padding-right: 10px;
}
.services .col-inner {
  text-align: center;
  background-color: #fff;
  border: 1px solid #e7e7e7;
  -webkit-box-shadow: 0 0 2px 1px rgba(0,0,0, .1);
  -moz-box-shadow: 0 0 2px 1px rgba(0,0,0, .1);
  box-shadow: 0 0 2px 1px rgba(0,0,0, .1);
}
.services .col-inner .box {
  position: relative;
  padding: 30px 15px 20px;
}
.services .col-inner img {
  display: block;
  width: 100%;
}
.services .col-inner h4 {
  margin: 0;
  padding: 20px 0;
  font-weight: 600;
}
.services .col-inner .box > div {
  display: block;
  position: absolute;
  width: 100%;
  height: 4px;
  top: 0;
  left: 0;
}
.services .col-inner .flaticon {
  display: inline-block;
  position: absolute;
  width: 60px;
  height: 60px;
  line-height: 50px;
  text-align: center;
  left: 50%;
  top: 0;
  margin-left: -30px;
  margin-top: -28px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  color: #fff;
  background-color: inherit;
  border: 2px solid #fff;
  font-size: 40px;
}
.services .col-inner .box-one > div {
  background-color: #EFA11B;
}
.services .col-inner .box-two > div {
  background-color: #7D3F94;
}
.services .col-inner .box-three > div {
  background-color: #E94E38;
}
/* End Services Section
---------------------------------------------------------------------- */



/* 5.4 - Our Menu Section
---------------------------------------------------------------------- */
.our-menu .our-menu-single {
  background-color: #fff;
  -webkit-box-shadow: 0px 1px 2px 1px #ddd;
  -moz-box-shadow: 0px 1px 2px 1px #ddd;
  box-shadow: 0px 1px 2px 1px #ddd;
}
.our-menu .our-menu-single h4 {
  margin: 0;
  padding: 10px 0;
}
.our-menu .our-menu-single .our-menu-img {
  overflow: hidden;
}
.our-menu .our-menu-single .our-menu-img img {
  width: 100%;
  -webkit-transition: transform 2s ease-in-out;
  -moz-transition: transform 2s ease-in-out;
  -ms-transition: transform 2s ease-in-out;
  -o-transition: transform 2s ease-in-out;
  transition: transform 2s ease-in-out;
}
.our-menu .our-menu-single:hover .our-menu-img img {
  webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
.our-menu .our-menu-single .our-menu-about {
  padding: 15px;
  position: relative;
}
.our-menu .our-menu-about .our-menu-prix {
  position: absolute;
  top: 20px;
  right: -8px;
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  padding: 5px 10px 5px 25px;
  z-index: 2;
}
.our-menu .our-menu-about .our-menu-prix:before {
  content: '';
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  border: 7px solid #fff;
  border-top-color: rgba(255,255,255,.3);
  border-right-color: rgba(255,255,255,.3);
  bottom: 0;
  left: 0;
  z-index: 3;
}
.our-menu .our-menu-about .our-menu-prix .corner {
  position: absolute;
  width: 8px;
  height: 8px;
  background-color: inherit;
  top: -8px;
  right: 0px;
}
.our-menu .our-menu-about .our-menu-prix .corner:after {
  content: '';
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  border-width: 4px;
  border-style: solid;
  border-color: #F2F7FA #F2F7FA rgba(0,0,0,.2) rgba(0,0,0,.2);
  background-color: inherit;
  -webkit-box-shadow: inset 0 10px 0 0 rgba(0,0,0,.2);
  -moz-box-shadow: inset 0 10px 0 0 rgba(0,0,0,.2);
  box-shadow: inset 0 10px 0 0 rgba(0,0,0,.2);
  top: 0px;
  right: 0px;
}
.our-menu .our-menu-single .our-menu-info {
  color: #333;
  font-weight: 600;
}
.our-menu .our-menu-single .rate {
  text-align: right;
  padding-top: 10px;
}
.menu_bg {
  background-color: rgba(9, 123, 22, 1);
  padding: 0px;
  height: auto;
  width: 100%;
  text-align:center;    
        position: relative;
        z-index: 9;
}
.menu_bg ul li {
    color: #fff;
    display: inline-block;
    font-size: 15px;
    font-weight: 700;
    padding: 10px 20px;
    text-transform: uppercase;
}
.section_half {
    float: left;
    height: auto;
    width: 50%;
    padding: 15px;
    box-sizing: border-box;
}

.clear {
    clear: both;
}
.menu_category {
    text-align: center;
}
.item {
    margin-top: 15px;
    padding: 0 15px;
    position: relative;
    width: 50%;
}
.menu_category h3 {
   
    display: inline-block;
    font-size: 16px;
    font-weight: 600;
    margin: 25px 0 0;
    padding: 5px 20px;
   
}
.container {
    height: auto;
    margin: 0 auto;
    max-width: 1200px;
    position: relative;
    padding: 0 15px;
}
.menu_bg ul li a {
  color: #FFF;
}
.menu_category {
    text-align: center;
}
.menu_bg ul li.active {
     background-color: rgba(236, 38, 38, 1);
}
.menu_bg ul li:hover {
    background-color: rgba(236, 38, 38, 1);
}
.menu_bg ul li:hover a{
text-decoration:none;
}
@media (max-width: 890px) and (min-width: 250px)
.menu_category h2 {
    font-size: 13px;
    font-weight: 700;
}

.menu_category h2,h3 {
    display: inline-block;
    font-size: 16px;
    font-weight: 600;
    margin: 20px 0 0;
    padding: 5px 20px;
    text-align: center;
    text-transform: uppercase;
  font-family:Lucida Calligraphy;
  color:#FF8214;
  
}
.menu_category h1 {
    display: inline-block;
    font-size: 16px;
    font-weight: 600;
    margin: 20px 0 0;
    padding: 5px 20px;
    text-align: center;
    text-transform: uppercase;
  font-family:Lucida Calligraphy;
   
  
}
h4 {
    display: block;
    margin-block-start: 1.33em;
    margin-block-end: 1.33em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    font-family: Lucida Calligraphy;
}
.item h4 {
    margin: 6px 0 0;
 
}
.item h4 .price {
    color: #2A1840;
    float: right;
   font-weight: bold;
}
.section_half article p {
    color: #999;
    font-size: 13px;
    line-height: 22px;
    margin: 0 0 20px;
    padding: -1px 10px;
    text-align: justify;
    font-style: italic;
}
.item article {
    border-bottom: 2px dotted #dcdcdc;
    padding: 0 0 10px;
}

/*  End Our Menu Section
---------------------------------------------------------------------- */




/* 5.5 - Counter Up Section
---------------------------------------------------------------------- */
.counter-up {
  color: #FFF;
  background-position: center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
}
.counter-up .flaticon {
  display: block;
  width: 110px;
  height: 110px;
  line-height: 110px;
  text-align: center;
  font-size: 80px;
  margin: 0 auto;
  background-color: rgba(0, 0, 0, 0.35);
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
  color: #eee;
}
.counter-up h3 {
  display: inline-block;
  padding: 10px 0;
  font-size: 32px;
  position: relative;
}
.counter-up .col-md-3 h3:after {
  position: absolute;
  content: '';
  display: block;
  width: 40px;
  height: 0;
  left: 50%;
  margin-left: -20px;
  border: 1px solid #78787F;
  bottom: 0;
}
.counter-up .col-md-3 h4 {
  margin: 0;
  padding: 10px 0 0;
  color: #ddd;
  font-size: 16px;
}
/* End Counter Up Section
---------------------------------------------------------------------- */




/* 5.6 - Two Cols Section
---------------------------------------------------------------------- */

.two-cols .row-one .col-about {
  padding-left: 30px;
}
.two-cols .row-two .col-about {
  padding-right: 30px;
}
.two-cols .col-images {
  padding-left: 0;
  padding-right: 0;
  overflow: hidden;
}
.two-cols .col-images >  [class^="col"] {
  padding: 5px;
}
.two-cols .col-images >  [class^="col"] > .img {
  width: 100%;
  height: 190px;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.two-cols .col-images >  [class^="col"]:first-child > .img {
  height: 200px;
}
.two-cols .col-about b {
  display: inline-block;
  padding-top: 20px;
}
.two-cols .col-about h3 {
  margin: 0;
  padding: 10px 0;
  line-height: 1.7;
}
.two-cols .col-about h4 {
  text-transform: uppercase;
  margin: 0;
  padding: 8px 0 20px;
}
.two-cols ul li {
  padding-top: 10px;
  line-height: 1.8;
}
.two-cols .item {
  display: inline-block;
  position: relative;
  padding-left: 28px;
  color: #444;
  text-shadow: 0 1px 1px rgba(153, 153, 153, 0.5);
}
.two-cols .item:before {
  content: '';
  display: block;
  position: absolute;
  padding: 4px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  border: 3px solid transparent;
  height: 0;
  width: 0;
  left: 0;
  top: 5px;
}
/* End Two Cols Section
---------------------------------------------------------------------- */




/* 5.7 - Section Shop
---------------------------------------------------------------------- */
.section-shop {
  padding: 30px 0;
}
.section-shop .section-wrapper {
  background-color: #EEF4F6;
  position: relative;
  min-height: 100px;
  padding-left: 100px;
  padding-right: 260px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  overflow: hidden;
}
.section-shop .section-wrapper .left {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 100px;
  height: 100%;
}
.section-shop .section-wrapper .right {
  position: absolute;
  top: 0;
  height: 100%;
  width: 260px;
  right: 0;
}
.section-shop .section-wrapper .fa {
  position: absolute;
  top: 50%;
  left: 0;
  font-size: 45px;
  width: 100px;
  height: 100px;
  line-height: 95px;
  margin-top: -50px;
}
.section-shop .section-wrapper h3 {
  text-transform: uppercase;
  color: #555;
  margin: 0;
  padding: 12px 0 12px;
}
.section-shop .section-wrapper .button {
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -21px;
}
.section-shop .section-wrapper .inner {
  padding: 10px 20px;
}
/* End Section Shop
---------------------------------------------------------------------- */



/* 5.8 - Reservation Form
---------------------------------------------------------------------- */
.reservation form .row {
  margin-right: 0;
  margin-left: 0;
}
.reservation [class^="col"] {
  padding: 20px 0 0;
}
.reservation .row .form-element {
  padding: 16px 8px 0;
}

.reservation  input,
.reservation  textarea,
.reservation  select {
  width: 100%;
  padding: 10px 12px;
  border: 2px solid #EEF4F6;
  background-color: #EEF4F6;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -moz-resize: none;
  resize: none;
  outline: none;
}
.reservation  select {
  padding: 10px 11px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  overflow: hidden;
  background-image: url(../images/dropdown.gif);
  background-repeat: no-repeat;
  background-position: right center;
  border-right: 10px solid transparent;
}
.reservation  textarea {
  height: 102px;
}
.reservation  input:focus,
.reservation  textarea:focus {
  background-color: #fff;
}
/*  End Reservation Form
---------------------------------------------------------------------- */

/*============================================= 
                Contact Us Page
=============================================*/

.form-group {
    margin-bottom: 30px;
}
.form-control {
    height: 60px;
    padding: 20px 30px;
    font-size: 16px;
    line-height: 25px;
    font-weight: 300;
    color: #212121;
    border: 1px solid #eee;
    border-radius: 0;
}
.form-control:focus {
    border-color: #2196F3;
}

.contact-us p, .contact-us address {
font-size:14px;
}

.contact-us h3 {
margin-top:0;
}

.contact-us address {
margin-bottom:40px;
line-height:25px;
}

.contact-us address a {
color:#2196F3;
}

.contact-us address a:hover {
color:#212121;
}
.contact-me {
background: #fff;
padding: 50px 40px 35px 40px;
box-shadow: 0 10px 30px 5px rgba(17,21,23,.1);
}
.search-submit{
  position: absolute;
  right: 20px;
  top:20px;
  background: none;
  border:0;
  padding: 0;
  font-size:20px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  color:#e0e0e0;
}

.search-submit:hover{
  color: #2196F3;
}


/* 5.9 - Our Team Section
---------------------------------------------------------------------- */

.our-team .row [class^="col"] {
  padding-left: 10px;
  padding-right: 10px;
}
.our-team .team-member {
  display: inline-block;
  width: 100%;
  position: relative;
  background-color: #fff;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  overflow: hidden;
  max-width: 400px;
}
.our-team .team-member .member-photo img {
  display: block;
  width: 100%;
  -webkit-filter: brightness(0.8);
  filter: brightness(0.8);
  -webkit-transition: all 400ms ease-in-out;
  -moz-transition: all 400ms ease-in-out;
  -ms-transition: all 400ms ease-in-out;
  -o-transition: all 400ms ease-in-out;
  transition: all 400ms ease-in-out;
}
.our-team .team-member:hover .member-photo img {
  display: block;
  width: 100%;
  -webkit-filter: brightness(1);
  filter: brightness(1);
}
.our-team .team-member .member-about {
  position: absolute;
  bottom: 5px;
  left: 0;
  width: 96%;
  margin: 0 2%;
  background-color: rgba(0,0,0,.7);
  padding: 5px 0;
  color: #eee;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.our-team .team-member h4 {
  font-size: 17px;
  margin: 0;
  padding: 5px 5px 10px;
  position: relative;
}
.our-team .team-member h4:after {
  content: '';
  display: block;
  position: absolute;
  width: 40px;
  height: 3px;
  background-color: rgba(255,255,255,0.4);
  bottom: 0;
  left: 50%;
  margin-left: -20px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.our-team .team-member p {
  padding: 5px;
  margin: 0;
  text-transform: uppercase;
  color: #ddd;
}
.our-team .team-member .social-icons {
  position: absolute;
  top: -50px;
  left: 50%;
  width: 170px;
  margin-left: -85px;
  background-color: rgba(0,0,0,.5);
  padding: 7px 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-transition-duration: 400ms;
  -moz-transition-duration: 400ms;
  -ms-transition-duration: 400ms;
  -o-transition-duration: 400ms;
  transition-duration: 400ms;
}
.our-team .team-member:hover .social-icons {
  top: 10px;
}
.our-team .team-member .social-icons .fa {
  background-color: transparent;
  width: 31px;
  height: 31px;
  line-height: 28px;
  font-size: 15px;
  -webkit-border-radius: 31px;
  -moz-border-radius: 31px;
  border-radius: 31px;
  border: 2px solid #ddd;
  color: #ddd;
  margin: 0;
}
.our-team .team-member .social-icons .fa:hover {
  color: #F5F5F5;
  border-color: #F5F5F5;
}
.our-team .team-member .social-icons a:not(:last-child) {
  margin-right: 4px;
}
/*  End Our Team Section
---------------------------------------------------------------------- */



/* 5.10 - Gallery Section
---------------------------------------------------------------------- */
.gallery .gallery-filter {
  padding: 15px 0 30px;
}
.gallery .gallery-filter > div {
  display: inline-block;
  margin: 0 -3px;
  padding-top: 15px;
}
.gallery .gallery-filter .filter {
  display: block;
  position: relative;
  margin: 0;
  padding: 12px 15px;
  border-width: 1px 0;
  border-style: solid;
  border-color: #e7e7e7;
  color: #555;
  background-color: #fff;
  font-weight: 600;
  text-transform: uppercase;
  text-decoration: none;
  -webkit-transition: all 400ms ease-in-out;
  -moz-transition: all 400ms ease-in-out;
  -ms-transition: all 400ms ease-in-out;
  -o-transition: all 400ms ease-in-out;
  transition: all 400ms ease-in-out;
}
.gallery .gallery-filter .filter:after {
  content: '';
  display: block;
  position: absolute;
  width: 1%;
  height: 0;
  border: 1px solid transparent;
  bottom: -1px;
  left: 50%;
  opacity: 0;
  filter: Alpha(opacity=0);
  -webkit-transition: all 400ms ease-in-out;
  -moz-transition: all 400ms ease-in-out;
  -ms-transition: all 400ms ease-in-out;
  -o-transition: all 400ms ease-in-out;
  transition: all 400ms ease-in-out;
}
.gallery .gallery-filter .filter.active:after,
.gallery .gallery-filter .filter:hover:after {
  opacity: 1;
  filter: Alpha(opacity=100);
  width: 80%;
  left: 10%;
}

.gallery .gallery-single {
  padding: 0px;
  display: none;
  position: relative;
}
.gallery .gallery-content {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.7);
  z-index: 1;
  opacity: 0;
  filter: Alpha(opacity=0);
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -ms-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  -webkit-transform: scale(0.5);
  -moz-transform: scale(0.5);
  -ms-transform: scale(0.5);
  -o-transform: scale(0.5);
  transform: scale(0.5);
}
.gallery .gallery-single .gallery-content h4 {
  margin: 0;
  padding-top: 20px;
  padding-bottom: 10px;
}
.gallery .gallery-single .gallery-content p {
  color: #ffffff;
  font-style: italic;
}
.gallery .gallery-single .gallery-content ul li {
  display: inline-block;
}
.gallery .gallery-single:hover .gallery-content {
  opacity: 1;
  filter: Alpha(opacity=100);
  -webkit-transform: scaleY(1);
  -moz-transform: scaleY(1);
  -o-transform: scaleY(1);
  -ms-transform: scaleY(1);
  transform: scaleY(1);
}
.gallery .gallery-single img {
      display: block;
    width: 345px;
    height: 230px;
}
/*  End Our Menu Section
---------------------------------------------------------------------- */





/* 5.11 - Subscribe Section
---------------------------------------------------------------------- */
.subscribe {
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  background-position: right top;
  background-repeat: no-repeat;
  color: #eee;
}
.subscribe h2 {
  font-family: 'Lato', sans-serif;
  font-weight: 300;
  margin: 0;
  padding: 25px 0 20px;
  color: #fff;
}
.subscribe p {
  max-width: 550px;
  margin: 0 auto;
  padding: 10px 0;
  color: #F5F5F5;
}
.subscribe .subscribe-form {
  display: block;
  width: 100%;
  max-width: 600px;
  margin: auto;
  padding: 10px;
  background-color: rgba(0, 0, 0, .5);
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.subscribe .subscribe-form [class^="col"] {
  padding: 5px 5px;
}
.subscribe .subscribe-form input {
  width: 100%;
  padding: 10px 15px;
  margin: 0 auto;
  border: 0;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  margin-right: 10px;
}
.subscribe .subscribe-form .button {
  font-size: 14px;
  display: block;
  width: 100%;
  padding: 10px 0;
}
.subscribe .subscribe-form + p {
  padding-bottom: 0;
  font-style: italic;
}
.subscribe .subscribe-form + p > .fa {
  background-color: transparent;
  font-size: 16px;
  margin: 0;
  vertical-align: -1px;
}
/* End Subscribe Section
---------------------------------------------------------------------- */





/* 5.12 - Testmonials Section
---------------------------------------------------------------------- */
.testmonials .single-testmonial {
  position: relative;
  padding: 23px 20px;
  background: #F2F7FA;
  overflow: hidden;
  -webkit-box-shadow: 0 3px 0px 0px #E5EAEC;
  -moz-box-shadow: 0 3px 0px 0px #E5EAEC;
  box-shadow: 0 3px 0px 0px #E5EAEC;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  min-height: 170px;
}
.testmonials .single-testmonial.small-testmonial {
  text-align: center;
}
.testmonials .single-testmonial .testmonial-image {
  position: absolute;
}
.testmonials .single-testmonial.small-testmonial .testmonial-image {
  position: relative;
}
.testmonials .single-testmonial .testmonial-image img {
  display: block;
  width: 80px;
  height: 80px;
  margin: 0 auto;
  border: 5px solid #fff;
  -webkit-box-shadow: 0 4px 4px #ccc;
  -moz-box-shadow: 0 4px 4px #ccc;
  box-shadow: 0 4px 4px #ccc;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.testmonials .single-testmonial .testmonial-image .fa {
  display: block;
  width: 30px;
  height: 30px;
  line-height: 30px;
  position: absolute;
  left: 50%;
  margin: 0 0 0 -13px;
  top: 95px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -webkit-transition-duration: 400ms;
  -moz-transition-duration: 400ms;
  -ms-transition-duration: 400ms;
  -o-transition-duration: 400ms;
  transition-duration: 400ms;
}
.testmonials .single-testmonial:hover .testmonial-image i {
  transform: rotate(180deg);
}
.single-testmonial .testmonial-quote,
.single-testmonial .testmonial-info {
  margin-left: 105px;
}
.single-testmonial .testmonial-info {
  padding: 5px 0;
}
.single-testmonial.small-testmonial .testmonial-quote,
.single-testmonial.small-testmonial .testmonial-info {
  margin-left: 0;
}
.single-testmonial .testmonial-quote {
  padding-top: 10px;
}
.single-testmonial.small-testmonial .testmonial-info {
  text-align: center;
  padding-top: 60px;
}
.single-testmonial .testmonial-info .rate {
  font-size: 15px;
}
.single-testmonial .testmonial-info .via {
  font-weight: 600;
  padding-right: 8px;
  font-size: 16px;
}
/* End Testmonials Section
---------------------------------------------------------------------- */



/* 5.13 - Opening Hours Section
---------------------------------------------------------------------- */
.opening-hours {
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  background-position: right top;
  background-repeat: no-repeat;
  padding: 60px 0;
}
.opening-hours .container .row > [class^="col"] {
  padding: 0;
}
.opening-hours .container .row .col-inner {
  background-color: #fff;
  padding: 0 0 0 320px;
  position: relative;
  -webkit-box-shadow: 0px 20px 40px 0px rgba(0,0,0,0.5);
  -moz-box-shadow: 0px 20px 40px 0px rgba(0,0,0,0.5);
  box-shadow: 0px 20px 40px 0px rgba(0,0,0,0.5);
}
.opening-hours .opening-hours-wrapper {
  padding: 20px;
}
.opening-hours .container .col-img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  width: 320px;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.opening-hours .col-inner h3 {
  margin: 0;
  padding: 10px 0 5px;
}
.opening-hours .col-inner h5 {
  margin: 0;
  padding: 10px 0 15px;
  text-transform: uppercase;
}
.opening-hours .opening-hours-footer {
  background-color: #E8E4E4;
  padding: 10px;
}
.opening-hours .opening-hours-footer .opening-hours-inner {
  background-color: #F5F5F5;
  border: 1px dashed #ccc;
  padding: 10px 10px 20px;
}
.opening-hours .opening-hours-footer h4 {
  margin: 0;
  padding: 5px 0 15px;
}
.opening-hours .opening-hours-footer ul {
  padding-left: 5px;
  padding-bottom: 10px;
}
.opening-hours .opening-hours-footer table td {
  padding: 4px 8px;
}
.opening-hours table td .divider {
  width: 65px;
  height: 5px;
  border-bottom: 1px solid #ddd;
}
/* End Opening Hours Section
---------------------------------------------------------------------- */



/* 5.14 - Contact Section
---------------------------------------------------------------------- */
.contact-section .fa {
  background-color: transparent;
  font-size: 50px;
}
.contact-section .fa-envelope-o:before {
  font-size: 85%;
}
.contact-section .fa-phone:before {
  font-size: 90%;
}
.contact-section h4 {
  margin: 0;
  padding: 20px 0 15px;
}
.contact-section .info b {
  display: block;
  line-height: 1.7;
}
/* End Contact Section
---------------------------------------------------------------------- */


/* 5.15 - Google Map Section
---------------------------------------------------------------------- */
#map {
  width: 100%;
  height: 350px;
}
.map-location {
  position: relative;
  width: 300px;
  height: 100px;
  box-shadow: 0px 0px 5px 0px rgba(0,0,0,.3);
  padding-left: 100px;
}
.map-location .location-img {
  position: absolute;
  height: 100%;
  width: 100px;
  left: 0;
  top: 0;
  background-image: url(../images/map-location.jpg);
  background-position: center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
}
.map-location .location-welcome {
  padding: 15px;
}
.map-location .location-welcome h4 {
  font-size: 16px;
  font-weight: bold;
  margin: 0;
  padding-bottom: 10px;
}
/* End Google Map Section
---------------------------------------------------------------------- */




/* 5.16 - Footer Section
---------------------------------------------------------------------- */
footer {
  background-color: #3B3F48;
  color: #F1F1F1;
}
footer .main-footer {
  padding: 20px 0 60px;
}
footer .col-wrapper {
  padding: 40px 0 0;
}
footer .logo-footer {
  display: block;
  height: 52px;
  margin-bottom: 17px;
}
footer .logo-footer img{
  height: 87px;
  opacity: 0.95;
  filter: Alpha(opacity=95);
  background-color:rgba(255,255,255,.15);
}
footer .col-wrapper h3 {
  display: inline-block;
  position: relative;
  font-size: 18px;
  margin: 10px 0 50px;
  padding-left: 10px;
  height: 4px;
  line-height: 4px;
  border-left: 4px solid transparent;
  color: #fff;
  position: relative;
  text-transform: uppercase;
}
footer .col-wrapper h3:before,
footer .col-wrapper h3:after {
  content: '';
  display: block;
  position: absolute;
  height: 4px;
  width: 0;
  border: inherit;
}
footer .col-wrapper h3:before {
  left: -4px;
  top: -7px;
}
footer .col-wrapper h3:after {
  left: -4px;
  top: 7px;
}
footer p {
  line-height: 1.8;
  color: #ddd;
  margin: 0;
  padding: 0 0 15px;
}
footer .contact-info {
  display: inline-block;
}
footer .contact-info > p {
  font-size: 15px;
  padding-bottom: 20px;
}
footer .contact-info a {
  color: #ddd;
}
footer .contact-info a:hover {
  color: #fff;
}
footer .social-icons a {
  display: inline-block;
  margin-right: 10px;
}
footer .social-icons .fa {
  height: 32px;
  width: 32px;
  line-height: 32px;
  margin: 0;
  background-color: rgba(255, 255, 255, .3);
}
footer .social-icons .fa-facebook:hover {
  background-color: #365999;
}
footer .social-icons .fa-instagram:hover {
  background-color: #4DADF9;
}
footer .social-icons .fa-google-plus:hover {
  background-color: #DB4834;
}
footer .social-icons .fa-linkedin-square:hover {
  background-color: #0077b5;
}
footer .social-icons .fa-pinterest-p:hover {
  background-color: #bd081c;
}
footer .social-icons .fa-youtube-play:hover {
  background-color: #cd201f;
}
footer .social-icons a:last-child {
  margin-right: 0;
}
footer .footer-subscribe form {
  width: 100%;
  position: relative;
}
footer .footer-subscribe input {
  padding: 10px 50px 10px 15px;
  border: 0;
  margin: 0;
}
footer .footer-subscribe button {
 position: relative;
    height: 33px;
    width: 40px;
    line-height: 40px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    margin: 0;
    padding: 0;
    right: 23px;
    top: 5px;
    border: 0;
}
}
footer .footer-subscribe1 button {
      position: absolute;
    height: 33px;
    width: 37px;
    line-height: 40px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    margin: 0;
    padding: 0;
    
    top: 110px;
    border: 0;
}
footer .sub-footer {
  background-color: #030E18;
  color: #aaa;
  position: relative;
  padding: 10px 0 25px;
}
footer .sub-footer [class^="col"] {
  padding: 15px 10px 0;
}
footer .sub-footer ul.footer-links li {
  display: inline-block;
  padding: 0 10px;
}
footer .sub-footer ul.footer-links li > a {
  color: #aaa;
}
footer .sub-footer ul.footer-links li > a:hover {
  color: #eee;
  text-decoration: underline; 
}
footer .sub-footer .scroll-up {
  position: absolute;
  width: 36px;
  height: 36px;
  line-height: 36px;
  font-size: 17px;
  margin-left: -18px;
  top: -20px;
  left: 50%;
  cursor: pointer;
}
div {
    display: block;
}
/* End Footer Section
---------------------------------------------------------------------- */



/*  -------------------------------------------------------------------------------
 *  [ 6 ] - Media Queries
 *  -------------------------------------------------------------------------------
 *  
 *  This part contains the all changes that needed for elements for the Bootsrap
 *  widths.
 *  
 *  It's divided to the following sections:
 *  
 *     |
 *     |-->  [ 6.1 ] - Width between 1200px to 0
 *     |-->  [ 6.2 ] - Width between 992px to 0
 *     |-->  [ 6.3 ] - Width between 768px to 0
 *     |-->  [ 6.4 ] - Width between 480px to 0
 *  
*/


/* 1.2 - Width between 1200px to 0
---------------------------------------------------------------------- */

@media (min-width:1200px) {
  .opening-hours .container .row .col-inner {
    padding: 0 0 0 420px;
  }
  .opening-hours .container .col-img {
    width: 420px;
  }
}
/*@media screen and (max-width:1199px) {}
*/

/* End Width between 1200px to 0
---------------------------------------------------------------------- */


/* 1.2 - Width between 992px to 0 
---------------------------------------------------------------------- */

@media screen and (max-width: 991px) {
  
  .top-bar .contact .email {
    display: none;
  }
  .header .navbar-default .navbar-brand {
    height: 64px;
    padding: 10px 15px;
  }
  .header .navbar-default .navbar-toggle {
    margin-top: 15px;
    margin-bottom: 15px;
  }
  .navbar-default .navbar-nav>li>a {
    padding: 12px;
    margin: 0 2px;
    border-top: 0;
    text-align: center;
  }
  .about-us .row > .col-img:before,
  .video .row > .col-video:before {
    display: none;
  }
  .contact-us  > .container > .row > .col-bg {
    position: static;
    height: 350px;
  }
  footer {
    text-align: center;
  }
  footer .text-right {
    text-align: center;
  }
  footer .container {
    padding-top: 20px;
  }
  
}
/* End Width between 992px to 0 
---------------------------------------------------------------------- */


/* 1.2 - Width between 768px to 0
---------------------------------------------------------------------- */
@media screen and (max-width: 767px) {
  .top-bar .contact {
    display: none;
  }
  .top-bar .social-icons {
    text-align: center;
  }
  .about-us .col-img,
  .video .col-video {
    position: relative;
    top: auto;
    bottom: auto;
  }
  .about-us, .video {
    text-align: center;
  }
  .section-shop .section-wrapper {
    padding-right: 0;
  }
  .section-shop .section-wrapper .left {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 100px;
    height: 100%;
  }
  .section-shop .section-wrapper .right {
    position: static;
    height: 100%;
    width: 100%;
    text-align: right;
    padding: 10px 20px 15px;
  }
  .section-shop .section-wrapper .button {
    position: static;
    margin-top: 0;
  }
  .opening-hours .container .col-img {
    display: none;
  }
  .opening-hours .container .row > [class^="col"] {
    padding: 2% !important;
  }
  .opening-hours .container .row .col-inner {
    padding: 0 !important;
  }

}
/* End Width between 768px to 0
---------------------------------------------------------------------- */


/* 1.2 - Width between 480px to 0
---------------------------------------------------------------------- */

@media (max-width:480px) {
  #preloader {
    display: none;
  }
  .subscribe .subscribe-form [class^="col"] {
    width: 100%;
  }
  .section-shop .section-wrapper {
    padding: 0px;
    text-align: center;
  }
  .section-shop .section-wrapper .left {
    position: relative;
    width: 100%;
    height: 100px;
  }
  .section-shop .section-wrapper .right {
    position: relative;
    height: auto;
    width: 100%;
    text-align: center;
    padding: 10px 10px 20px;
  }
  .section-shop .section-wrapper .fa {
    position: static;
    top: auto;
    left: auto;
    margin-top: 0;
  }
  .section-shop .section-wrapper .button {
    position: static;
    top: auto;
    left: auto;
    margin-top: 0;
  }
}




/* End Width between 480px to 0
---------------------------------------------------------------------- */