/* FONT TANIMLAMA */
@font-face {
  font-family: 'AireBoldPro';
  src: url('font/AireBoldPro.eot'); /* IE9 Compat Modes */
  src: url('font/AireBoldProd41d.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('font/AireBoldPro.woff2') format('woff2'), /* Super Modern Browsers */
       url('font/AireBoldPro.woff') format('woff'), /* Pretty Modern Browsers */
       url('font/AireBoldPro.ttf')  format('truetype'), /* Safari, Android, iOS */
       url('font/AireBoldPro.svg#AireBoldPro') format('svg'); /* Legacy iOS */
}

@font-face {
  font-family: 'NeoSansPro-Light';
  src: url('font/NeoSansPro-Light.eot'); /* IE9 Compat Modes */
  src: url('font/NeoSansPro-Lightd41d.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('font/NeoSansPro-Light.woff2') format('woff2'), /* Super Modern Browsers */
       url('font/NeoSansPro-Light.woff') format('woff'), /* Pretty Modern Browsers */
       url('font/NeoSansPro-Light.ttf')  format('truetype'), /* Safari, Android, iOS */
       url('font/NeoSansPro-Light.svg#NeoSansPro-Light') format('svg'); /* Legacy iOS */
}

@font-face {
  font-family: 'NeoSansPro-Regular';
  src: url('font/NeoSansPro-Regular.eot'); /* IE9 Compat Modes */
  src: url('font/NeoSansPro-Regulard41d.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('font/NeoSansPro-Regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('font/NeoSansPro-Regular.woff') format('woff'), /* Pretty Modern Browsers */
       url('font/NeoSansPro-Regular.ttf')  format('truetype'), /* Safari, Android, iOS */
       url('font/NeoSansPro-Regular.svg#NeoSansPro-Regular') format('svg'); /* Legacy iOS */
}



body {
  font-family:AireBoldPro;
  font-size: 15px;
  font-weight: bold;
  background: #FBFBFB;
  color: #000000;
  }
  body.menu-show {
    overflow: hidden;
    position: fixed;
    height: 100%;
    width: 100%; }


.custom-navigation{
	z-index: 9;
}

.custom-navigation .flex-prev{ position: absolute; left: 10px; top: 50%; z-index: 99999; font-size: 29px; color: #f8f8f8;}
.custom-navigation .flex-next{ position: absolute; right: 10px; top: 50%; z-index: 99999; font-size: 29px; color: #f8f8f8;}
		
#colorlib-wrapper {
  height: 100%;
  width: 100%;
  overflow: hidden; }
  #colorlib-wrapper > div {
    width: 100%;
    height: 100%;
    overflow-y: hidden; }

a {
  color: #8a6d3b;
  text-decoration: none;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  }
  a:hover {
    text-decoration: underline;
    color: #8a6d3b; }
  a:focus, a:active {
    outline: none; }

p, span {
  margin-bottom: 1.5em;
  font-weight: 400;
  font-family: 'NeoSansPro-Regular';
  }

ul, ol {
  display: block;
  margin-bottom: 1.5em; }

span {
  font-size: 16px; }

h1, h2, h3, h4, h5, h6 {
  color: #8A6D3B;
  font-family: "AireBoldPro";
  font-weight: bold;  
  }

::-webkit-selection {
  color: #fcfcfc;
  background: #8a6d3b; }

::-moz-selection {
  color: #fcfcfc;
  background: #8a6d3b; }

::selection {
  color: #fcfcfc;
  background: #8a6d3b;
  }

#colorlib-page {
  position: relative;
  -webkit-transition: all 0.8s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  -moz-transition: all 0.8s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  -ms-transition: all 0.8s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  -o-transition: all 0.8s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: all 0.8s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1); }
  .menu-show #colorlib-page {
    -webkit-transform: scale(1.01);
    -moz-transform: scale(1.01);
    -ms-transform: scale(1.01);
    -o-transform: scale(1.01);
    transform: scale(1.01);
    position: relative; }
    .menu-show #colorlib-page:after {
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      content: '';
      background: rgba(0, 0, 0, 0.4); }

#colorlib-main-nav {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  padding: 4em 40px 40px 40px;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  z-index: 1002;
  text-align: center;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.8s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  -moz-transition: all 0.8s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  -ms-transition: all 0.8s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  -o-transition: all 0.8s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: all 0.8s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  overflow-y: scroll; }
  #colorlib-main-nav .colorlib-nav-toggle {
    position: absolute;
    top: 5px;
    right: 40px;
    padding: 20px;
    height: 44px;
    width: 44px;
    background: transparent;
    line-height: 0;
    padding: 0 !important;
    visibility: hidden;
    opacity: 0;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    border-radius: 2px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s; }
    #colorlib-main-nav .colorlib-nav-toggle i {
      top: 18px !important;
      left: 0 !important;
      margin: 0 !important;
      padding: 0 !important;
      line-height: 0;
      text-indent: 0; }
    #colorlib-main-nav .colorlib-nav-toggle.show {
      visibility: visible;
      opacity: 1; }
    #colorlib-main-nav .colorlib-nav-toggle:hover {
      background: transparent; }
      #colorlib-main-nav .colorlib-nav-toggle:hover i::before, #colorlib-main-nav .colorlib-nav-toggle:hover i::after {
        content: '';
        width: 20px;
        height: 1px;
        background: #fff;
        position: absolute;
        left: 0; }
  .menu-show #colorlib-main-nav {
    visibility: visible;
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1); }
  #colorlib-main-nav ul {
    padding: 0;
    margin: 0 0 3em 0; }
    @media screen and (max-width: 768px) {
      #colorlib-main-nav ul {
        padding: 20px 0 0 0; } }
    #colorlib-main-nav ul li {
      padding: 0;
      margin: 0;
      list-style: none; }
      #colorlib-main-nav ul li a {
        display: block;
        color: rgba(255, 255, 255, 0.9);
        font-size: 30px;
        padding: 5px 0;
        font-weight: 500; }
        @media screen and (max-width: 768px) {
          #colorlib-main-nav ul li a {
            font-size: 16px; } }
        #colorlib-main-nav ul li a:hover, #colorlib-main-nav ul li a:active, #colorlib-main-nav ul li a:focus {
          color: white;
          outline: none;
          text-decoration: none; }
      #colorlib-main-nav ul li.active a {
        color: #8a6d3b; }
  #colorlib-main-nav .form-group {
    margin-bottom: 40px;
    position: relative;
    width: 100%; }
    @media screen and (max-width: 480px) {
      #colorlib-main-nav .form-group {
        width: 100%; } }
    #colorlib-main-nav .form-group input::-webkit-input-placeholder {
      color: #636363; }
    #colorlib-main-nav .form-group input::-moz-input-placeholder {
      color: #636363; }
    #colorlib-main-nav .form-group input::-ms-input-placeholder {
      color: #636363; }
    #colorlib-main-nav .form-group input::-o-input-placeholder {
      color: #636363; }
    #colorlib-main-nav .form-group input::input-placeholder {
      color: #636363; }
  #colorlib-main-nav #search {
    font-size: 14px;
    width: 100%;
    padding-right: 3em;
    border: none;
    border: 2px solid #8a6d3b;
    background: transparent;
    color: #ffffff !important;
    }
  #colorlib-main-nav button {
    position: absolute;
    top: 0;
    right: -4px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
    background: transparent;
    color: #fff;
    border: none;
    padding: 16px; }
  #colorlib-main-nav #email {
    font-size: 18px;
    width: 100%;
    border: none;
    border: 2px solid #fff;
    background: #fff;
    color: #636363 !important; }

header {
  padding: 2em 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 9;
  margin: 0 auto; }
  @media screen and (max-width: 768px) {
    header {
      padding: 2em 0; } }
  header .colorlib-navbar-brand {
    float: left; }
    header .colorlib-navbar-brand .colorlib-logo {
      /* font-size: 20px; */
      /* text-transform: uppercase; */
      color: #fff;
      /* font-weight: 400; */
      /* letter-spacing: 5px; */
      /* padding: 7px 7px 7px 58px; */
      display: block;
      text-align: center;
      /* background: rgba(255,255,255,255); */
      position: relative;
      /* box-shadow: -2px 2px 1px #ab874a; */
      }
      header .colorlib-navbar-brand .colorlib-logo span {
        font-size: 19px;
        display: block;
        margin-bottom: 0;
        line-height: 1.0;
        color: #fff; }
      header .colorlib-navbar-brand .colorlib-logo i {
        color: #ff6107;
        position: absolute;
        top: -18px;
        bottom: 0;
        left: 7px;
        font-size: 48px; }
      header .colorlib-navbar-brand .colorlib-logo:hover {
        text-decoration: none !important; }
      header .colorlib-navbar-brand .colorlib-logo:active, header .colorlib-navbar-brand .colorlib-logo:focus {
        outline: none;
        text-decoration: none; }

#colorlib-hero {
  min-height: 750px;
  background: #ffffff url(../images/loader.gif) no-repeat center center;
  width: 100%;
  float: none;
  }
  #colorlib-hero.height-350 {
		min-height: 350px!important;
  }
  #colorlib-hero .flexslider {
    border: none;
    z-index: 1;
    margin-bottom: 0;
    position: relative; }
    #colorlib-hero .flexslider .slides {
      position: relative;
      overflow: hidden; }
      #colorlib-hero .flexslider .slides li {
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center center;
        min-height: 750px;
        position: relative; }
		
		#colorlib-hero .flexslider2 .slides li {
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center center;
        min-height: 350px!important;
        position: relative; }
		
        #colorlib-hero .flexslider .slides li .overlay {
          position: absolute;
          top: 0;
          bottom: 0;
          left: 0;
          right: 0;
          /* opacity: .5; */
          /* background: #303030; */
          }
    #colorlib-hero .flexslider .flex-control-nav {
      bottom: 2em;
      z-index: 1000;
      width: 0 auto; }
      #colorlib-hero .flexslider .flex-control-nav li a {
        background: white;
        -webkit-box-shadow: none;
        box-shadow: none;
        cursor: pointer;
        position: relative; }
        #colorlib-hero .flexslider .flex-control-nav li a:after {
          position: absolute;
          top: -3px;
          left: -3px;
          right: -3px;
          bottom: -3px;
          content: '';
          border: 1px solid #fff;
          -webkit-border-radius: 50%;
          -moz-border-radius: 50%;
          -ms-border-radius: 50%;
          border-radius: 50%; }
        #colorlib-hero .flexslider .flex-control-nav li a.flex-active {
          cursor: pointer;
          background: transparent;
          background: #8a6d3b; }
          #colorlib-hero .flexslider .flex-control-nav li a.flex-active:after {
            border: 1px solid #8a6d3b; }
    #colorlib-hero .flexslider .flex-direction-nav {
      display: block; }  
    #colorlib-hero .flexslider .slider-text {
      max-width: 100%;
      display: table;
      opacity: 0;
      height: 750px;
      z-index: 9; }
	   #colorlib-hero .flexslider2 .slider-text {
      max-width: 100%;
      display: table;
      opacity: 0;
      height: 350px;
      z-index: 9; }
	  
      #colorlib-hero .flexslider .slider-text > .slider-text-inner {
        display: table-cell;
        vertical-align: middle;
        height: 750px;
        padding: 2em;
        }
		  #colorlib-hero .flexslider2 .slider-text > .slider-text-inner {
        display: table-cell;
        vertical-align: middle;
        height: 350px!important;
        padding: 2em;
        }
		
        @media screen and (max-width: 768px) {
          #colorlib-hero .flexslider .slider-text > .slider-text-inner {
            text-align: center; } }
        #colorlib-hero .flexslider .slider-text > .slider-text-inner span i {
          font-size: 24px;
          color: #F7AF1D; }
        #colorlib-hero .flexslider .slider-text > .slider-text-inner h1, #colorlib-hero .flexslider .slider-text > .slider-text-inner h2 {
          margin: 0;
          padding: 0;
          color: white; }
        #colorlib-hero .flexslider .slider-text > .slider-text-inner h1 {
          margin-bottom: 0px;
          font-size: 44px;
          line-height: 1.3;
          font-weight: 400;
          }
          @media screen and (max-width: 768px) {
            #colorlib-hero .flexslider .slider-text > .slider-text-inner h1 {
              font-size: 38px; } }
        #colorlib-hero .flexslider .slider-text > .slider-text-inner h2 {
          font-size: 18px;
          line-height: 1.5;
          margin-bottom: 20px;
          font-weight: 300;
          color: rgba(255, 255, 255, 0.7); }
          #colorlib-hero .flexslider .slider-text > .slider-text-inner h2 a {
            color: #8a6d3b; }
        #colorlib-hero .flexslider .slider-text > .slider-text-inner p {
          color: #fff;
         
          font-size: 16px; }
        @media screen and (max-width: 480px) {
          #colorlib-hero .flexslider .slider-text > .slider-text-inner .btn {
            width: 100%; } }
        #colorlib-hero .flexslider .slider-text > .slider-text-inner .desc {
          padding: 10px;
          position: relative;
          background-color: rgba(0,0,0,0.5);
          padding-top: 20px;
          }
		  #colorlib-hero .flexslider2 .slider-text > .slider-text-inner .desc {

				  margin-top:200px;
          }
          #colorlib-hero .flexslider .slider-text > .slider-text-inner .desc .icon {
            display: block;
            position: relative;
            line-height: 1;
            background: transparent;
            display: none;
            }
            #colorlib-hero .flexslider .slider-text > .slider-text-inner .desc .icon i {
              font-size: 60px;
              color: #fff; }
          #colorlib-hero .flexslider .slider-text > .slider-text-inner .desc:before, #colorlib-hero .flexslider .slider-text > .slider-text-inner .desc:after {
            position: absolute;
            top: -2em;
            right: -2em;
            bottom: 0;
            content: '';
            width: 250px;
            height: 1px;
            background: transparent;
            opacity: .5;
            }
            @media screen and (max-width: 768px) {
              #colorlib-hero .flexslider .slider-text > .slider-text-inner .desc:before, #colorlib-hero .flexslider .slider-text > .slider-text-inner .desc:after {
                display: none; } }
          #colorlib-hero .flexslider .slider-text > .slider-text-inner .desc:after {
            height: 250px;
            width: 1px; }
          #colorlib-hero .flexslider .slider-text > .slider-text-inner .desc .desc2 {
            width: 100%;
            display: block;
            position: relative; }
            #colorlib-hero .flexslider .slider-text > .slider-text-inner .desc .desc2:before, #colorlib-hero .flexslider .slider-text > .slider-text-inner .desc .desc2:after {
              position: absolute;
              bottom: -1em;
              left: -2em;
              content: '';
              width: 250px;
              height: 1px;
              background: transparent;
              opacity: 0.5;
              }
              @media screen and (max-width: 768px) {
                #colorlib-hero .flexslider .slider-text > .slider-text-inner .desc .desc2:before, #colorlib-hero .flexslider .slider-text > .slider-text-inner .desc .desc2:after {
                  display: none; } }
            #colorlib-hero .flexslider .slider-text > .slider-text-inner .desc .desc2:after {
              height: 250px;
              width: 1px; }

.mouse {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 8em;
  z-index: 99; }
  @media screen and (max-width: 480px) {
    .mouse {
      bottom: 5em; } }

.mouse-icon {
  width: 30px;
  height: 45px;
  border: 1px solid rgba(0,0,0, 0.5);
  border-radius: 15px;
  cursor: pointer;
  position: relative;
  text-align: center;
  margin: 0 auto;
  display: block;
  }

.mouse-wheel {
  height: 6px;
  margin: 2px auto 0;
  display: block;
  width: 4px;
  background: rgba(255, 255, 255, 0.8);
  border-radius: 50%;
  -webkit-animation: 1.6s ease infinite wheel-up-down;
  -moz-animation: 1.6s ease infinite wheel-up-down;
  animation: 1.6s ease infinite wheel-up-down; }

@-webkit-keyframes wheel-up-down {
  0% {
    margin-top: 2px;
    opacity: 0; }
  30% {
    opacity: 1; }
  100% {
    margin-top: 20px;
    opacity: 0; } }

@-moz-keyframes wheel-up-down {
  0% {
    margin-top: 2px;
    opacity: 0; }
  30% {
    opacity: 1; }
  100% {
    margin-top: 20px;
    opacity: 0; } }

@keyframes wheel-up-down {
  0% {
    margin-top: 2px;
    opacity: 0; }
  30% {
    opacity: 1; }
  100% {
    margin-top: 20px;
    opacity: 0; } }

.colorlib-reservation,
.colorlib-menu,
.colorlib-services,
#colorlib-contact,
.colorlib-blog,
.colorlib-testimony,
#colorlib-contact,
.colorlib-about {
  padding: 3em 0;
  clear: both;
  position: relative;
  }
  @media screen and (max-width: 768px) {
    .colorlib-reservation,
    .colorlib-menu,
    .colorlib-services,
    #colorlib-contact,
    .colorlib-blog,
    .colorlib-testimony,
    #colorlib-contact,
    .colorlib-about {
      padding: 1em 0;
      } }

.colorlib-intro {
  padding: 2.5em 0;
  clear: both;
  background: #fff url(../images/pattern2.png) no-repeat center center;
  }

  @media(max-width:768px){
    .colorlib-intro{
      padding:0px;
    }
  }
  .colorlib-intro .intro {
    position: relative; }
    @media screen and (max-width: 768px) {
      .colorlib-intro .intro {
        margin-bottom: 30px; } }
    .colorlib-intro .intro .icon i {
      font-size: 20px;
      color: #303030;
      }
    .colorlib-intro .intro p, .colorlib-intro .intro span {
      margin: 0;
      color: #303030;
      }
      .colorlib-intro .intro p a, .colorlib-intro .intro span a {
        color: #303030;
        }
    .colorlib-intro .intro h2 {
      font-size: 16px;
      color: #303030;
      margin-bottom: 15px;
      }

.about-desc {
  padding-right: 1.5em; }
  @media screen and (max-width: 768px) {
    .about-desc {
      padding-right: 0; } }

.about-img {
  height: 450px; }

.about-img-2 {
  margin-top: 50px; }

.chef-wrap {
  margin-bottom: 30px; }
  .chef-wrap .desc h3 {
    font-size: 20px;
    margin-bottom: 15px; }

.chef-img {
  height: 400px;
  margin-bottom: 30px; }

.colorlib-video {
  overflow: hidden;
  position: relative;
  height: 300px;
  margin-bottom: 40px; }
  .colorlib-video a {
    z-index: 1001;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -45px;
    margin-left: -45px;
    width: 90px;
    height: 90px;
    display: table;
    text-align: center;
    background: #fff;
    text-decoration: none;
    -webkit-box-shadow: 0px 14px 30px -15px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 14px 30px -15px rgba(0, 0, 0, 0.75);
    -ms-box-shadow: 0px 14px 30px -15px rgba(0, 0, 0, 0.75);
    -o-box-shadow: 0px 14px 30px -15px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 14px 30px -15px rgba(0, 0, 0, 0.75);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%; }
    .colorlib-video a i {
      text-align: center;
      display: table-cell;
      vertical-align: middle;
      font-size: 40px;
      color: #8a6d3b; }
  .colorlib-video .overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.3);
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s; }
  .colorlib-video:hover .overlay {
    background: rgba(0, 0, 0, 0.7); }
  .colorlib-video:hover a {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1); }

.colorlib-introduction {
  padding: 7em 0 0 0;
  clear: both; }
  .colorlib-introduction .overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    content: '';
    background: #303030;
    opacity: .4; }
  .colorlib-introduction .intro-box {
    padding: 3em 3em 3em 3em;
    background: #FBFBFB;
    position: relative;
    z-index: 0;
    }
    .colorlib-introduction .intro-box:after {
      position: absolute;
      top: 1.5em;
      left: 1.5em;
      right: 1.5em;
      bottom: 1.5em;
      content: '';
      border: 1px solid rgba(0, 0, 0, 0.2);
      z-index: -1; }
    .colorlib-introduction .intro-box h2 {
      font-size: 34px; }

.dish-wrap {
  overflow: hidden;
  height: 400px;
  display: block;
  width: 100%;
  position: relative;
  z-index: 0;
  background: #f7f7f7;
  margin-bottom: 30px; }
  .dish-wrap .price {
    position: absolute;
    top: 5px;
    left: 5px;
    display: table;
    width: 60px;
    height: 60px;
    text-align: center;
    color: #fff;
    background: #8a6d3b;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%; }
    .dish-wrap .price span {
      display: table-cell;
      vertical-align: middle; }
  .dish-wrap .addtocart {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    display: table;
    height: 400px;
    width: 100%;
    text-align: center;
    z-index: 1;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    opacity: 0; }
    .dish-wrap .addtocart .dis-tc {
      width: 100%;
      display: table-cell;
      vertical-align: middle; }
      .dish-wrap .addtocart .dis-tc span {
        padding: 5px 10px;
        background: rgba(0, 0, 0, 0.5);
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        -ms-border-radius: 4px;
        border-radius: 4px; }
        .dish-wrap .addtocart .dis-tc span a {
          color: #fff;
          text-decoration: none; }
  @media screen and (max-width: 768px) {
    .dish-wrap {
      height: auto;
      margin-bottom: 20px; } }
  .dish-wrap .dish-img {
    height: 400px;
    z-index: -1; }
  .dish-wrap .desc {
    padding: 1.5em;
    text-align: center; }
    .dish-wrap .desc h2 {
      font-size: 22px;
      margin-bottom: 0; }
      .dish-wrap .desc h2 a {
        color: rgba(48, 48, 48, 0.75);
        text-decoration: none; }
  .dish-wrap .wrap {
    position: relative;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s; }
  .dish-wrap:hover .addtocart {
    opacity: 1; }
  .dish-wrap:hover .wrap {
    margin-top: -70px; }

.colorlib-menu-2 {
  margin-top: -13em;
  padding-top: 5em;
  background: #FBFBFB; }

.menu-dish {
  padding: 0 2em;
  margin: 0; }
  @media screen and (max-width: 768px) {
    .menu-dish {
      padding: 0; } }
  .menu-dish li {
    width: 49%;
    padding: 0;
    margin: 0;
    list-style: none;
    display: inline-block;
    position: relative;
    padding: 10px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    }
    .menu-dish li:hover, .menu-dish li:focus, .menu-dish li.active {
      background: rgba(255, 255, 255, 0.1); }
    .menu-dish li .dish-entry, .menu-dish li .text {
      display: table-cell;
      vertical-align: top; }
    .menu-dish li .dish-img {
      height: 150px;
      width: 150px;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      -ms-border-radius: 50%;
      border-radius: 50%;
      }
    .menu-dish li .text {
      padding-left: 20px; }
      .menu-dish li .text h3 {
        margin: 25px 0 10px 0;
        font-size: 25px;
        font-weight: 700;
        }
        @media screen and (max-width: 768px) {
          .menu-dish li .text h3 {
            margin-top: 0px; } }
      .menu-dish li .text .cat {
        color: #7d7d7d;
        font-size: 14px; }
      .menu-dish li .text .price {
        position: absolute;
        top: 20px;
        right: 10px;
        font-size: 24px;
        color: #404044;
        }
        @media screen and (max-width: 480px) {
          .menu-dish li .text .price {
            right: 0;
            top: 0px;
            position: relative;
            display: block;
            margin-bottom: 0px; } }

.tab-pane {
  padding: 2em 0;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s; }

.nav-tabs {
  border: none;
  border-bottom: none;
  display: inline-block;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s; }
  .nav-tabs li {
    margin: 0 auto;
    font-size: 20px;
    display: block;
    font-weight: 500; }
    @media screen and (max-width: 768px) {
      .nav-tabs li {
        font-size: 12px; } }
    .nav-tabs li a {
      border: none !important;
      border-bottom: none !important;
      background: transparent;
      color: #404044;
      bordeR: 1px solid red;
      padding: 0;
      margin: 0 1em; }
      .nav-tabs li a:hover, .nav-tabs li a:focus {
        background: transparent; }
    .nav-tabs li.active a {
      border: none !important;
      border-bottom: none !important;
      color: #404044 !important;
      background: transparent !important;
      position: relative;
      /* color: white !important; */
      /* background-color: #8a6d3b !important; */
      }
      .nav-tabs li.active a:after {
        position: absolute;
        bottom: -5px;
        left: 0;
        right: 0;
        content: '';
        width: 100%;
        height: 2px;
        background: #8a6d3b;
        margin: 0 auto; }

.intro-heading {
  margin-bottom: 3em;
  position: relative; }
  .intro-heading h2 {
    font-size: 39px;
    font-weight: 400;
    line-height: 1.2;
    position: relative;    
    }
  .intro-heading span {
    display: block;
    font-size: 18px;
    font-style: italic;
    margin-bottom: 10px;
   
    color: #969696;
    font-weight: 400; }
  .intro-heading .icon {
    position: relative;
    padding: 0;
    line-height: 1.3; }
    .intro-heading .icon:after, .intro-heading .icon:before {
      position: absolute;
      top: 51%;
      left: 0;
      right: 0;
      width: 400px;
      height: 1px;
      content: '';
      margin: 0 auto;
      background: #e3e3e3;
      z-index: -1; }
      @media screen and (max-width: 768px) {
        .intro-heading .icon:after, .intro-heading .icon:before {
          width: 250px; } }
    .intro-heading .icon:after {
      top: 48%;
      width: 300px; }
      @media screen and (max-width: 768px) {
        .intro-heading .icon:after {
          width: 180px; } }
    .intro-heading .icon i {
      font-size: 60px;
      padding: 0 20px;
      background: #FBFBFB;
      color: #b0b0b0; }

.article-entry {
  background: white;
  margin-bottom: 30px;
  }
  .article-entry .blog-img {
    height: 250px;
    display: block; }
    @media screen and (max-width: 768px) {
      .article-entry .blog-img {
        height: 400px; } }
    @media screen and (max-width: 480px) {
      .article-entry .blog-img {
        height: 270px; } }
  .article-entry .desc {
    padding: 1.5em 1em;
    margin-bottom: 20px;
    padding-left: 80px;
    position: relative; }
    .article-entry .desc h2 {
      font-size: 20px; }
      .article-entry .desc h2 a {
        color: #303030;
        text-decoration: none; }
    .article-entry .desc .meta {
      text-transform: uppercase;
      position: absolute;
      top: 0px;
      left: 0;
      background: #303030;
      text-align: center;
      padding: 0 .5em; }
      .article-entry .desc .meta span {
        display: block;
        color: #fff;
        font-weight: 400;
        margin-bottom: 0;
        padding: 0; }
      .article-entry .desc .meta .day {
        font-size: 30px;
        position: relative;
        border-bottom: 1px solid #8a6d3b; }
      .article-entry .desc .meta .month {
        font-size: 16px;
        font-weight: 400;
        padding: 0; }
    .article-entry .desc .admin {
      margin-bottom: 20px; }
      .article-entry .desc .admin span:last-child {
        color: #303030; }

.blog-img,
.insta-img,
.featured-img,
.dish-img,
.about-img,
.chef-img {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative; }

.reservation-img,
.colorlib-introduction,
.colorlib-testimony {
  background-size: cover;
  background-attachment: fixed;
  background-position: center center;
  position: relative; }

.colorlib-testimony {
  padding-bottom: 10em;
  position: relative; }
  .colorlib-testimony .intro-heading h2 {
    color: #fff; }
  .colorlib-testimony .overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    content: '';
    background: #303030;
    opacity: .8; }
  .colorlib-testimony .owl-theme .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    position: relative;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%; }
    .colorlib-testimony .owl-theme .owl-dots .owl-dot span:after {
      position: absolute;
      top: -3px;
      left: -3px;
      right: -3px;
      bottom: -3px;
      content: '';
      border: 1px solid #fff;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      -ms-border-radius: 50%;
      border-radius: 50%; }
  .colorlib-testimony .owl-theme .owl-dots .owl-dot.active span,
  .colorlib-testimony .owl-theme .owl-dots .owl-dot:hover span {
    height: 10px;
    background: #8a6d3b; }
    .colorlib-testimony .owl-theme .owl-dots .owl-dot.active span:after,
    .colorlib-testimony .owl-theme .owl-dots .owl-dot:hover span:after {
      border: 1px solid #8a6d3b; }

.testimony blockquote {
  border: none; }
  .testimony blockquote p {
   
    color: #fff;
    font-size: 20px; }
  .testimony blockquote span {
   
    color: #fff;
    font-size: 20px; }

.colorlib-reservation {
  position: relative; }
  .colorlib-reservation .overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    content: '';
    background: #303030;
    opacity: .9;
    }
  .colorlib-reservation .intro-heading h2 {
    color: #fff; }
  .colorlib-reservation .intro-heading p {
    color: rgba(255, 255, 255, 0.8); }

.colorlib-form label {
  font-weight: normal;
  color: white;
  font-family: 'NeoSansPro-Regular';
  }

.colorlib-form .form-control {
  height: 50px;
  -webkit-box-shadow: none;
  box-shadow: none;
  font-size: 16px;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  background: rgba(255, 255, 255, 0.03);
  border: 2px solid rgba(255, 255, 255, 0.1);
  color: rgb(48, 48, 48);
  font-family: 'NeoSansPro-Regular';
  }
  .colorlib-form .form-control:active, .colorlib-form .form-control:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
    border-color: #8a6d3b; }
  .colorlib-form .form-control::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: rgba(255, 255, 255, 0.7); }
  .colorlib-form .form-control::-moz-placeholder {
    /* Firefox 19+ */
    color: rgba(255, 255, 255, 0.7); }
  .colorlib-form .form-control:-ms-input-placeholder {
    /* IE 10+ */
    color: rgba(255, 255, 255, 0.7); }
  .colorlib-form .form-control:-moz-placeholder {
    /* Firefox 18- */
    color: rgba(255, 255, 255, 0.7); }

.colorlib-form .form-group {
  margin-bottom: 15px; }
  .colorlib-form .form-group .form-field {
    position: relative;
    padding: 0;
    margin: 0; }
    .colorlib-form .form-group .form-field .icon {
      position: absolute;
      top: 50%;
      -webkit-transform: translateY(-50%);
      -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      -o-transform: translateY(-50%);
      transform: translateY(-50%);
      right: 20px;
      color: rgba(255, 255, 255, 0.5); }
    .colorlib-form .form-group .form-field .form-control {
      padding-right: 50px;
      border-color: #8a6d3b;
      font-family: 'NeoSansPro-Regular';
      }

.colorlib-form textarea.form-control {
  height: inherit;
  resize: vertical; }

.colorlib-form .btn-block {
  margin-top: 28px;
  padding: 12px !important; }

.reservation-page .intro-heading h2 {
  color: #404044; }

.reservation-page .intro-heading p {
  color: #7d7d7d; }

.reservation-page .form-control {
  border: 1px solid rgba(0, 0, 0, 0.1);
  color: #b0b0b0; }
  .reservation-page .form-control::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #b0b0b0; }
  .reservation-page .form-control::-moz-placeholder {
    /* Firefox 19+ */
    color: #b0b0b0; }
  .reservation-page .form-control:-ms-input-placeholder {
    /* IE 10+ */
    color: #b0b0b0; }
  .reservation-page .form-control:-moz-placeholder {
    /* Firefox 18- */
    color: #b0b0b0; }

.reservation-page label {
  font-weight: normal;
  color: #7d7d7d; }

.f-entry {
  position: relative;
  margin-bottom: 20px; }
  .f-entry .featured-img {
    height: 60px;
    width: 60px;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%; }
  .f-entry .desc {
    padding-left: 80px; }
    .f-entry .desc h3 {
      font-size: 16px;
      line-height: 1.4;
      margin-bottom: 10px; }
      .f-entry .desc h3 a {
        color: rgba(255, 255, 255, 0.8);
        text-decoration: none; }
    .f-entry .desc span {
      color: rgba(255, 255, 255, 0.6);
      font-size: 12px;
      text-transform: uppercase;
      letter-spacing: 2px;
      display: block;
      margin-bottom: 10px; }

.btn {
  margin-right: 4px;
  margin-bottom: 4px;
  font-size: 13px !important;
  font-weight: 400;
 
  text-transform: uppercase;
  letter-spacing: 2px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  border-radius: 30px;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  padding: 8px 20px; }
  .btn.btn-md {
    padding: 8px 20px !important; }
  .btn.btn-lg {
    padding: 18px 36px !important; }
  .btn:hover, .btn:active, .btn:focus {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    outline: none !important; }

.btn-primary {
  background: #8a6d3b;
  color: #fff;
  border: 2px solid #8a6d3b; }
  .btn-primary:hover, .btn-primary:focus, .btn-primary:active {
    background: #8a6d3b !important;
    border-color: #8a6d3b !important; }
  .btn-primary.btn-outline {
    background: transparent;
    color: #7d7d7d;
    color: #8a6d3b;
    border: 1px solid #8a6d3b; }
    .btn-primary.btn-outline:hover, .btn-primary.btn-outline:focus, .btn-primary.btn-outline:active {
      background: #8a6d3b;
      color: #fff; }

.btn-success {
  background: #5cb85c;
  color: #fff;
  border: 2px solid #5cb85c; }
  .btn-success:hover, .btn-success:focus, .btn-success:active {
    background: #4cae4c !important;
    border-color: #4cae4c !important; }
  .btn-success.btn-outline {
    background: transparent;
    color: #5cb85c;
    border: 2px solid #5cb85c; }
    .btn-success.btn-outline:hover, .btn-success.btn-outline:focus, .btn-success.btn-outline:active {
      background: #5cb85c;
      color: #fff; }

.btn-info {
  background: #5bc0de;
  color: #fff;
  border: 2px solid #5bc0de; }
  .btn-info:hover, .btn-info:focus, .btn-info:active {
    background: #46b8da !important;
    border-color: #46b8da !important; }
  .btn-info.btn-outline {
    background: transparent;
    color: #5bc0de;
    border: 2px solid #5bc0de; }
    .btn-info.btn-outline:hover, .btn-info.btn-outline:focus, .btn-info.btn-outline:active {
      background: #5bc0de;
      color: #fff; }

.btn-warning {
  background: #f0ad4e;
  color: #fff;
  border: 2px solid #f0ad4e; }
  .btn-warning:hover, .btn-warning:focus, .btn-warning:active {
    background: #eea236 !important;
    border-color: #eea236 !important; }
  .btn-warning.btn-outline {
    background: transparent;
    color: #f0ad4e;
    border: 2px solid #f0ad4e; }
    .btn-warning.btn-outline:hover, .btn-warning.btn-outline:focus, .btn-warning.btn-outline:active {
      background: #f0ad4e;
      color: #fff; }

.btn-danger {
  background: #d9534f;
  color: #fff;
  border: 2px solid #d9534f; }
  .btn-danger:hover, .btn-danger:focus, .btn-danger:active {
    background: #d43f3a !important;
    border-color: #d43f3a !important; }
  .btn-danger.btn-outline {
    background: transparent;
    color: #d9534f;
    border: 2px solid #d9534f; }
    .btn-danger.btn-outline:hover, .btn-danger.btn-outline:focus, .btn-danger.btn-outline:active {
      background: #d9534f;
      color: #fff; }

.btn-outline {
  background: none;
  border: 2px solid #b0b0b0;
  font-size: 16px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s; }
  .btn-outline:hover, .btn-outline:focus, .btn-outline:active {
    -webkit-box-shadow: none;
    box-shadow: none; }

.row-padded-bottom {
  margin-bottom: 4em; }

.col-pb-sm {
  margin-bottom: 5em !important; }
  .col-pb-sm:last-child {
    margin-bottom: 0; }

.btn.with-arrow {
  position: relative;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s; }
  .btn.with-arrow i {
    visibility: hidden;
    opacity: 0;
    position: absolute;
    right: 0px;
    top: 50%;
    margin-top: -8px;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s; }
  .btn.with-arrow:hover {
    padding-right: 50px; }
    .btn.with-arrow:hover i {
      color: #fff;
      right: 18px;
      visibility: visible;
      opacity: 1; }

.colorlib-nav-toggle {
  cursor: pointer;
  text-decoration: none; }
  .colorlib-nav-toggle.active i::before, .colorlib-nav-toggle.active i::after {
    background: #303030; }
  .colorlib-nav-toggle.dark.active i::before, .colorlib-nav-toggle.dark.active i::after {
    background: #303030; }
  .colorlib-nav-toggle:hover, .colorlib-nav-toggle:focus, .colorlib-nav-toggle:active {
    outline: none;
    border-bottom: none !important; }
  .colorlib-nav-toggle i {
    position: relative;
    display: -moz-inline-stack;
    display: inline-block;
    zoom: 1;
    *display: inline;
    width: 20px;
    height: 2px;
    color: #303030;
    font: bold 14px/.4 Helvetica;
    text-transform: uppercase;
    text-indent: -55px;
    background: #fff;
    -webkit-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    transition: all .2s ease-out; }
    .menu-show .colorlib-nav-toggle i {
      background: #fff;
      color: #fff; }
    .colorlib-nav-toggle i::before, .colorlib-nav-toggle i::after {
      content: '';
      width: 20px;
      height: 2px;
      background: #fff;
      position: absolute;
      left: 0;
      -webkit-transition: 0.2s;
      -o-transition: 0.2s;
      transition: 0.2s; }
      .menu-show .colorlib-nav-toggle i::before, .menu-show .colorlib-nav-toggle i::after {
        background: #fff; }
  .colorlib-nav-toggle.dark i {
    position: relative;
    color: #fff;
    background: #fff;
    -webkit-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    transition: all .2s ease-out; }
    .colorlib-nav-toggle.dark i::before, .colorlib-nav-toggle.dark i::after {
      background: #fff;
      -webkit-transition: 0.2s;
      -o-transition: 0.2s;
      transition: 0.2s; }

.colorlib-nav-toggle i::before {
  top: -7px; }

.colorlib-nav-toggle i::after {
  bottom: -7px; }

.colorlib-nav-toggle:hover i::before {
  top: -10px; }

.colorlib-nav-toggle:hover i::after {
  bottom: -10px; }

.colorlib-nav-toggle.active i {
  background: transparent; }

.colorlib-nav-toggle.active i::before {
  top: 0;
  -webkit-transform: rotateZ(45deg);
  -moz-transform: rotateZ(45deg);
  -ms-transform: rotateZ(45deg);
  -o-transform: rotateZ(45deg);
  transform: rotateZ(45deg); }

.colorlib-nav-toggle.active i::after {
  bottom: 0;
  -webkit-transform: rotateZ(-45deg);
  -moz-transform: rotateZ(-45deg);
  -ms-transform: rotateZ(-45deg);
  -o-transform: rotateZ(-45deg);
  transform: rotateZ(-45deg); }

.colorlib-nav-toggle {
  float: right;
  position: relative;
  display: block;
  cursor: pointer;
  margin-top: 53px;
  }
  @media screen and (max-width: 768px) {
    .colorlib-nav-toggle {
      display: block;
      top: 0px; } }

.contact-info {
  /* margin-bottom: 4em; */
  padding: 0;
  color: #000;
  font-size: 18px;
  }
  .contact-info li {
    list-style: none;
    margin: 0 0 30px 0;
    position: relative;
    padding-left: 60px; }
    .contact-info li span {
      position: absolute;
      top: -0.3em;
      left: 0;
      width: 40px;
      height: 40px;
      background: #4e4e4e;
      display: table;
      text-align: center;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      -ms-border-radius: 50%;
      border-radius: 50%;
      }
    .contact-info li i {
      display: table-cell;
      vertical-align: middle;
      font-size: 16px;
      color: rgba(48, 48, 48, 0.5); }
    .contact-info li a {
      color: #8a6d3b; }

.form-control {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
  border: 1px solid #efefef;
  background: #fff;
   
  font-size: 16px;
  font-weight: 300;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  border-radius: 10px; }
  .form-control:focus, .form-control:active {
    -webkit-box-shadow: none;
    box-shadow: none; }

.intro-heading h2{
	font-size: 25px;
}
input[type="text"] {
  height: 50px;
  /* font-family: 'NeoSansPro-Regular'; */
  }

.form-group {
  margin-bottom: 30px; }

.colorlib-social-icons a:hover, .colorlib-social-icons a:focus {
  text-decoration: none !important; }

.colorlib-social-icons i {
  font-size: 24px;
  color: #8a6d3b; }

#map {
  width: 100%;
  height: 500px;
  position: relative; }
  @media screen and (max-width: 768px) {
    #map {
      height: 200px; } }

#footer {
  padding: 5em 0;
  display: block;
  width: 100%;
  background: #303030;
  }
  #footer h2 {
    font-size: 18px;
    color: #fff;
    letter-spacing: 1px;
    font-weight: 300;
    margin-bottom: 2em;
    text-align: center;
    }
  #footer p:last-child {
    margin-bottom: 0;
    }
  #footer p.colorlib-social-icons a:hover, #footer p.colorlib-social-icons a:focus {
    text-decoration: none !important; }
  #footer p.colorlib-social-icons i {
    font-size: 24px;
    color: #8a6d3b; }
  #footer p .block {
    color: #969696;
    font-size: 14px; }
  #footer .subscribe .form-control {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
    border: none;
    border: 2px solid rgba(255, 255, 255, 0.1);
    font-size: 16px;
    background: transparent;
    font-weight: 400;
    margin-bottom: 5px; }
    #footer .subscribe .form-control:focus, #footer .subscribe .form-control:active {
      -webkit-box-shadow: none;
      box-shadow: none;
      border: 2px solid #8a6d3bc7; }
  #footer .subscribe .btn-custom {
    width: 100%;
    padding: 14px 0;
    font-size: 16px;
    border: 2px solid #8a6d3b;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0; }
  #footer .instagram .insta-img {
    display: inline-block;
    width: 25%;
    padding: 0 !important;
    height: 60px;
    margin-right: -5px;
    margin-bottom: -8px;
    }
    @media screen and (max-width: 768px) {
      #footer .instagram .insta-img {
        height: 200px; } }

.js .animate-box {
  opacity: 0; }

.colorlib-navbar-brand img {
    max-width: 170px;
}

img.desen {
    width: 200px;
}

.back-contact {
    background: #ffffff;
    padding: 30px 30px;
}

img.footer-logo {
    max-width: 200px;
    /* background: #ffffff; */
    /* box-shadow: -3px 4px 1px #8a6d3b; */
    padding: 10px 0;
    margin: 0 auto;
    display: inherit;
}
.colorlib-intro .row {
  border: 2px solid #977561;
  border-radius: 6px;
}

@media(max-width:768px){
  .colorlib-intro .row {
    border-left:none;
    border-right:none;
    border-radius:0px;
  }
}

  .about-img {
    box-shadow: 2px 4px 3px #a49898;
}
.col-md-6.animate-box.fadeInUp.animated {
    padding: 7px;
}
img.footer-doner {
    max-width: 180px;
    display: block;
    margin: 0 auto;
}

p.colorlib-social-icons {
    margin-top: -17%;
}



/* REVIZELER */

.contact-sol {
    padding:20px;
    background-color: #8a6e3c;
    color: #FFF;
}

.contact-sol h3{
    color: #FFF;
    font-size:30px;
}

.contact-sol li{
    color:#FFF;
}

.contact-sol span{
    background:white !important;
}

.contact-sol a{
    color:#FFF !important;
}

#colorlib-contact textarea{
    color:#FFF;
    background-color:#5c5c5c;
    padding:0px;
    padding: 20px;
}

#colorlib-contact textarea::placeholder{
    color:#FFF;
}

#colorlib-contact textarea::-ms-input-placeholder{
    color:#FFF;
}

#colorlib-contact textarea::-ms-input-placeholder{
    color:#FFF;
}

#colorlib-contact input{
    color:#FFF;
    background-color:#5c5c5c;
}

#colorlib-contact input::placeholder{
    color:#FFF;
}

#colorlib-contact input::-ms-input-placeholder{
    color:#FFF;
}

#colorlib-contact input::-ms-input-placeholder{
    color:#FFF;
}

#colorlib-contact .btn-primary{
    background-color: #8a6d3b;
    border-color: #8a6d3b;
}

#colorlib-contact .btn-primary:hover{
    background-color:#8a6f3d !important ;
    border-color:#8a6f3d !important; 
}

#footer p{
  color:#b5b5b5;
}

@media (max-width: 992px) {
	.navbar-header {
		float: none;
		background-color: rgba(0,0,0,0.2);
	}
	.navbar-toggle {
		display: block;
	}
	.navbar-collapse {
		border-top: 1px solid transparent;
		box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
	}
	.navbar-collapse.collapse {
		display: none!important;
	}
	.navbar-nav {
		float: none!important;
		margin: 7.5px -15px;
	}
	.navbar-nav>li {
		float: none;
	}
	.navbar-nav>li>a {
		padding-top: 10px;
		padding-bottom: 10px;
		text-align: center;
	}
	.navbar-nav > li > ul{
		width: 100%;
	}
	.navbar-text {
		float: none;
		margin: 15px 0;
	}
	/* since 3.1.0 */
	.navbar-collapse.collapse.in { 
		display: block!important;
	}
	.collapsing {
		overflow: hidden!important;
	}

	.divider-vertical {
		border-right: none;
		border-left: none;
	}

}

.menuGnl{

}

.ust-menu{
    margin-bottom:0px;
    border-radius:0px;
    position: absolute;
    left: 0;
    right: 0;
    top: 56px;
    z-index: 9;
    background-color: rgba(0,0,0,0.5);
    border-left: none;
    border-right: none;
    border-color: rgba(0,0,0,0.2);
}

.ust-menu li a{
  padding-top: 20px;
  padding-bottom: 13px;
}

.ust-menu .navbar-brand{
	height: auto;
	padding: 0px;
	position: relative;
}

.ust-menu .navbar-brand img{
    max-width: 150px;
    position: absolute;
    top: -45px;
}

@media(min-width:993px){
	.navbar .navbar-nav {
		display: inline-block;
		float: none;
		vertical-align: top;
	}

	.navbar .navbar-collapse {
		text-align: right;
	}
}

.nav{

}

.nav li{

}

.nav li a{
    color:#FFF !important;
    font-size: 24px;
    font-weight:bold !important;
}

.nav li a:hover{
	color: #8a6e3c !important;
}

.navbar-toggle{
  padding: 0px;
  background-color: transparent !important;
  border: none;
  margin-bottom: 10px;
  margin-right: 15px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.navbar-toggle span{
  margin:0px;
}

@media(max-width:992px){
  .ust-menu{
      margin-bottom:0px;
      border-radius:0px;
      position: absolute;
      left: 0;
      right: 0;
      top: 0;
      z-index: 9;
      background-color: transparent;
      border-left: none;
      border-right: none;
      border-color: transparent;
  }
  .navbar-collapse{
    background-color:rgba(0,0,0,0.6);
    border:none !important;
    border-color:#000 !important;
  }
}

@media screen and (min-width:992px) and (max-width:1320px){
  .nav li a{
    font-size: 19px !important;
  }
}



.fix{
  position:fixed;
  top: 0px;
  left:0;
  right:0;
  margin:0;
  background-color: black;
}

.tabmenu-sol .nav li {
}
.tabmenu-sol .nav li a {
    color: white !important;
    font-weight: bold !important;
    background-color: #303030;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 5px;
}

.tabmenu-sol .nav li a:hover {background-color: #8a6d3b;}

/**************Animation File Start Here (animate.css)****************/
/**************Copy and Save this in another file (animate.css)****************/

/* Animation Delay */
.d01{ animation-delay:0.1s; -moz-animation-delay:0.1s; -webkit-animation-delay:0.1s; }
.d02{ animation-delay:0.2s; -moz-animation-delay:0.2s; -webkit-animation-delay:0.2s; }
.d03{ animation-delay:0.3s; -moz-animation-delay:0.3s; -webkit-animation-delay:0.3s; }
.d04{ animation-delay:0.4s; -moz-animation-delay:0.4s; -webkit-animation-delay:0.4s; }
.d05{ animation-delay:0.5s; -moz-animation-delay:0.5s; -webkit-animation-delay:0.5s; }
.d06{ animation-delay:0.6s; -moz-animation-delay:0.6s; -webkit-animation-delay:0.6s; }
.d07{ animation-delay:0.7s; -moz-animation-delay:0.7s; -webkit-animation-delay:0.7s; }
.d08{ animation-delay:0.8s; -moz-animation-delay:0.8s; -webkit-animation-delay:0.8s; }
.d09{ animation-delay:0.9s; -moz-animation-delay:0.9s; -webkit-animation-delay:0.9s; }
.d10{ animation-delay:1s; -moz-animation-delay:1s; -webkit-animation-delay:1s; }
.d11{ animation-delay:1.1s; -moz-animation-delay:1.1s; -webkit-animation-delay:1.1s; }
.d12{ animation-delay:1.2s; -moz-animation-delay:1.2s; -webkit-animation-delay:1.2s; }
.d13{ animation-delay:1.3s; -moz-animation-delay:1.3s; -webkit-animation-delay:1.3s; }
.d14{ animation-delay:1.4s; -moz-animation-delay:1.4s; -webkit-animation-delay:1.4s; }
.d15{ animation-delay:1.5s; -moz-animation-delay:1.5s; -webkit-animation-delay:1.5s; }
.d16{ animation-delay:1.6s; -moz-animation-delay:1.6s; -webkit-animation-delay:1.6s; }
.d17{ animation-delay:1.7s; -moz-animation-delay:1.7s; -webkit-animation-delay:1.7s; }
.d18{ animation-delay:1.8s; -moz-animation-delay:1.8s; -webkit-animation-delay:1.8s; }
.d19{ animation-delay:1.9s; -moz-animation-delay:1.9s; -webkit-animation-delay:1.9s; }
.d21{ animation-delay:2.1s; -moz-animation-delay:2.1s; -webkit-animation-delay:2.1s; }
.d26{ animation-delay:2.6s; -moz-animation-delay:2.6s; -webkit-animation-delay:2.6s; }
.t14{
  animation-duration: 1.4s !important;
}
.t24{
  animation-duration: 2.4s !important;
}
/*Animation ends*/
.anim,.anima {
  opacity: 0;
}
.anim.animated,.anima.animated {
  opacity: 1;
}

/***CSS Animations****/
@charset "UTF-8";

/*!
 * animate.css -http://daneden.me/animate
 * Version - 3.5.2
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2017 Daniel Eden
 */


.animated {
  animation-duration: 1s;
  animation-fill-mode: both;
}

.animated.infinite {
  animation-iteration-count: infinite;
}

.animated.hinge {
  animation-duration: 2s;
}

.animated.flipOutX,
.animated.flipOutY,
.animated.bounceIn,
.animated.bounceOut {
  animation-duration: .75s;
}

@keyframes bounce {
  from, 20%, 53%, 80%, to {
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    transform: translate3d(0,0,0);
  }

  40%, 43% {
    animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    transform: translate3d(0, -30px, 0);
  }

  70% {
    animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    transform: translate3d(0, -15px, 0);
  }

  90% {
    transform: translate3d(0,-4px,0);
  }
}

.animated.bounce {
  animation-name: bounce;
  transform-origin: center bottom;
}

@keyframes flash {
  from, 50%, to {
    opacity: 1;
  }

  25%, 75% {
    opacity: 0;
  }
}

.animated.flash {
  animation-name: flash;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@keyframes pulse {
  from {
    transform: scale3d(1, 1, 1);
  }

  50% {
    transform: scale3d(1.05, 1.05, 1.05);
  }

  to {
    transform: scale3d(1, 1, 1);
  }
}

.animated.pulse {
  animation-name: pulse;
}

@keyframes rubberBand {
  from {
    transform: scale3d(1, 1, 1);
  }

  30% {
    transform: scale3d(1.25, 0.75, 1);
  }

  40% {
    transform: scale3d(0.75, 1.25, 1);
  }

  50% {
    transform: scale3d(1.15, 0.85, 1);
  }

  65% {
    transform: scale3d(.95, 1.05, 1);
  }

  75% {
    transform: scale3d(1.05, .95, 1);
  }

  to {
    transform: scale3d(1, 1, 1);
  }
}

.animated.rubberBand {
  animation-name: rubberBand;
}

@keyframes shake {
  from, to {
    transform: translate3d(0, 0, 0);
  }

  10%, 30%, 50%, 70%, 90% {
    transform: translate3d(-10px, 0, 0);
  }

  20%, 40%, 60%, 80% {
    transform: translate3d(10px, 0, 0);
  }
}

.animated.rubber {
  animation-name: shake;
}

@keyframes headShake {
  0% {
    transform: translateX(0);
  }

  6.5% {
    transform: translateX(-6px) rotateY(-9deg);
  }

  18.5% {
    transform: translateX(5px) rotateY(7deg);
  }

  31.5% {
    transform: translateX(-3px) rotateY(-5deg);
  }

  43.5% {
    transform: translateX(2px) rotateY(3deg);
  }

  50% {
    transform: translateX(0);
  }
}

.animated.headShake {
  animation-timing-function: ease-in-out;
  animation-name: headShake;
}

@keyframes swing {
  20% {
    transform: rotate3d(0, 0, 1, 15deg);
  }

  40% {
    transform: rotate3d(0, 0, 1, -10deg);
  }

  60% {
    transform: rotate3d(0, 0, 1, 5deg);
  }

  80% {
    transform: rotate3d(0, 0, 1, -5deg);
  }

  to {
    transform: rotate3d(0, 0, 1, 0deg);
  }
}

.animated.swing {
  transform-origin: top center;
  animation-name: swing;
}

@keyframes tada {
  from {
    transform: scale3d(1, 1, 1);
  }

  10%, 20% {
    transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
  }

  30%, 50%, 70%, 90% {
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }

  40%, 60%, 80% {
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }

  to {
    transform: scale3d(1, 1, 1);
  }
}

.animated.tada {
  animation-name: tada;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@keyframes wobble {
  from {
    transform: none;
  }

  15% {
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }

  30% {
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }

  45% {
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }

  60% {
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }

  75% {
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }

  to {
    transform: none;
  }
}

.animated.wobble {
  animation-name: wobble;
}

@keyframes jello {
  from, 11.1%, to {
    transform: none;
  }

  22.2% {
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }

  33.3% {
    transform: skewX(6.25deg) skewY(6.25deg);
  }

  44.4% {
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }

  55.5% {
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }

  66.6% {
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }

  77.7% {
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }

  88.8% {
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}

.animated.jello {
  animation-name: jello;
  transform-origin: center;
}

@keyframes bounceIn {
  from, 20%, 40%, 60%, 80%, to {
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    transform: scale3d(.3, .3, .3);
  }

  20% {
    transform: scale3d(1.1, 1.1, 1.1);
  }

  40% {
    transform: scale3d(.9, .9, .9);
  }

  60% {
    opacity: 1;
    transform: scale3d(1.03, 1.03, 1.03);
  }

  80% {
    transform: scale3d(.97, .97, .97);
  }

  to {
    opacity: 1;
    transform: scale3d(1, 1, 1);
  }
}

.animated.bounceIn {
  animation-name: bounceIn;
}

@keyframes bounceInDown {
  from, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    transform: translate3d(0, -3000px, 0);
  }

  60% {
    opacity: 1;
    transform: translate3d(0, 25px, 0);
  }

  75% {
    transform: translate3d(0, -10px, 0);
  }

  90% {
    transform: translate3d(0, 5px, 0);
  }

  to {
    transform: none;
  }
}

.animated.bounceInDown {
  animation-name: bounceInDown;
}

@keyframes bounceInLeft {
  from, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    transform: translate3d(-3000px, 0, 0);
  }

  60% {
    opacity: 1;
    transform: translate3d(25px, 0, 0);
  }

  75% {
    transform: translate3d(-10px, 0, 0);
  }

  90% {
    transform: translate3d(5px, 0, 0);
  }

  to {
    transform: none;
  }
}

.bounceInLeft {
  animation-name: bounceInLeft;
}

@keyframes bounceInRight {
  from, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  from {
    opacity: 0;
    transform: translate3d(3000px, 0, 0);
  }

  60% {
    opacity: 1;
    transform: translate3d(-25px, 0, 0);
  }

  75% {
    transform: translate3d(10px, 0, 0);
  }

  90% {
    transform: translate3d(-5px, 0, 0);
  }

  to {
    transform: none;
  }
}

.animated.bounceInRight {
  animation-name: bounceInRight;
}

@keyframes bounceInUp {
  from, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  from {
    opacity: 0;
    transform: translate3d(0, 3000px, 0);
  }

  60% {
    opacity: 1;
    transform: translate3d(0, -20px, 0);
  }

  75% {
    transform: translate3d(0, 10px, 0);
  }

  90% {
    transform: translate3d(0, -5px, 0);
  }

  to {
    transform: translate3d(0, 0, 0);
  }
}

.animated.bounceInUp {
  animation-name: bounceInUp;
}

@keyframes bounceOut {
  20% {
    transform: scale3d(.9, .9, .9);
  }

  50%, 55% {
    opacity: 1;
    transform: scale3d(1.1, 1.1, 1.1);
  }

  to {
    opacity: 0;
    transform: scale3d(.3, .3, .3);
  }
}

.animated.bounceOut {
  animation-name: bounceOut;
}

@keyframes bounceOutDown {
  20% {
    transform: translate3d(0, 10px, 0);
  }

  40%, 45% {
    opacity: 1;
    transform: translate3d(0, -20px, 0);
  }

  to {
    opacity: 0;
    transform: translate3d(0, 2000px, 0);
  }
}

.animated.bounceOutDown {
  animation-name: bounceOutDown;
}

@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    transform: translate3d(20px, 0, 0);
  }

  to {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0);
  }
}

.animated.bounceOutLeft {
  animation-name: bounceOutLeft;
}

@keyframes bounceOutRight {
  20% {
    opacity: 1;
    transform: translate3d(-20px, 0, 0);
  }

  to {
    opacity: 0;
    transform: translate3d(2000px, 0, 0);
  }
}

.animated.bounceOutRight {
  animation-name: bounceOutRight;
}

@keyframes bounceOutUp {
  20% {
    transform: translate3d(0, -10px, 0);
  }

  40%, 45% {
    opacity: 1;
    transform: translate3d(0, 20px, 0);
  }

  to {
    opacity: 0;
    transform: translate3d(0, -2000px, 0);
  }
}

.animated.bounceOutUp {
  animation-name: bounceOutUp;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.animated.fadeIn {
  animation-name: fadeIn;
}

@keyframes fadeInDown {
  from {
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }

  to {
    opacity: 1;
    transform: none;
  }
}

.animated.fadeInDown {
  animation-name: fadeInDown;
}

@keyframes fadeInDownBig {
  from {
    opacity: 0;
    transform: translate3d(0, -2000px, 0);
  }

  to {
    opacity: 1;
    transform: none;
  }
}

.animated.fadeInDownBig {
  animation-name: fadeInDownBig;
}

@keyframes fadeInLeft {
  from {
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
  }

  to {
    opacity: 1;
    transform: none;
  }
}

.animated.fadeInLeft {
  animation-name: fadeInLeft;
}

@keyframes fadeInLeftBig {
  from {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0);
  }

  to {
    opacity: 1;
    transform: none;
  }
}

.animated.fadeInLeftBig {
  animation-name: fadeInLeftBig;
}

@keyframes fadeInRight {
  from {
    opacity: 0;
    transform: translate3d(100%, 0, 0);
  }

  to {
    opacity: 1;
    transform: none;
  }
}

.animated.fadeInRight {
  animation-name: fadeInRight;
}

@keyframes fadeInRightBig {
  from {
    opacity: 0;
    transform: translate3d(2000px, 0, 0);
  }

  to {
    opacity: 1;
    transform: none;
  }
}

.animated.fadeInRightBig {
  animation-name: fadeInRightBig;
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }

  to {
    opacity: 1;
    transform: none;
  }
}

.animated.fadeInUp {
  animation-name: fadeInUp;
}

@keyframes fadeInUpBig {
  from {
    opacity: 0;
    transform: translate3d(0, 2000px, 0);
  }

  to {
    opacity: 1;
    transform: none;
  }
}

.animated.fadeInUpBig {
  animation-name: fadeInUpBig;
}

@keyframes fadeOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}

.animated.fadeOut {
  animation-name: fadeOut;
}

@keyframes fadeOutDown {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }
}

.animated.fadeOutDown {
  animation-name: fadeOutDown;
}

@keyframes fadeOutDownBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    transform: translate3d(0, 2000px, 0);
  }
}

.animated.fadeOutDownBig {
  animation-name: fadeOutDownBig;
}

@keyframes fadeOutLeft {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
  }
}

.animated.fadeOutLeft {
  animation-name: fadeOutLeft;
}

@keyframes fadeOutLeftBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0);
  }
}

.animated.fadeOutLeftBig {
  animation-name: fadeOutLeftBig;
}

@keyframes fadeOutRight {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    transform: translate3d(100%, 0, 0);
  }
}

.animated.fadeOutRight {
  animation-name: fadeOutRight;
}

@keyframes fadeOutRightBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    transform: translate3d(2000px, 0, 0);
  }
}

.animated.fadeOutRightBig {
  animation-name: fadeOutRightBig;
}

@keyframes fadeOutUp {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }
}

.animated.fadeOutUp {
  animation-name: fadeOutUp;
}

@keyframes fadeOutUpBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    transform: translate3d(0, -2000px, 0);
  }
}

.animated.fadeOutUpBig {
  animation-name: fadeOutUpBig;
}

@keyframes flip {
  from {
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    animation-timing-function: ease-out;
  }

  40% {
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    animation-timing-function: ease-out;
  }

  50% {
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    animation-timing-function: ease-in;
  }

  80% {
    transform: perspective(400px) scale3d(.95, .95, .95);
    animation-timing-function: ease-in;
  }

  to {
    transform: perspective(400px);
    animation-timing-function: ease-in;
  }
}

.animated.flip {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  animation-name: flip;
}

@keyframes flipInX {
  from {
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    animation-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    animation-timing-function: ease-in;
  }

  60% {
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }

  80% {
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }

  to {
    transform: perspective(400px);
  }
}

.animated.flipInX {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  animation-name: flipInX;
}

@keyframes flipInY {
  from {
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    animation-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    animation-timing-function: ease-in;
  }

  60% {
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }

  80% {
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }

  to {
    transform: perspective(400px);
  }
}

.animated.flipInY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  animation-name: flipInY;
}

@keyframes flipOutX {
  from {
    transform: perspective(400px);
  }

  30% {
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }

  to {
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}

.animated.flipOutX {
  animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}

@keyframes flipOutY {
  from {
    transform: perspective(400px);
  }

  30% {
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }

  to {
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}

.animated.flipOutY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  animation-name: flipOutY;
}

@keyframes lightSpeedIn {
  from {
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }

  60% {
    transform: skewX(20deg);
    opacity: 1;
  }

  80% {
    transform: skewX(-5deg);
    opacity: 1;
  }

  to {
    transform: none;
    opacity: 1;
  }
}

.animated.lightSpeedIn {
  animation-name: lightSpeedIn;
  animation-timing-function: ease-out;
}

@keyframes lightSpeedOut {
  from {
    opacity: 1;
  }

  to {
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}

.animated.lightSpeedOut {
  animation-name: lightSpeedOut;
  animation-timing-function: ease-in;
}

@keyframes rotateIn {
  from {
    transform-origin: center;
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }

  to {
    transform-origin: center;
    transform: none;
    opacity: 1;
  }
}

.animated.rotateIn {
  animation-name: rotateIn;
}

@keyframes rotateInDownLeft {
  from {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }

  to {
    transform-origin: left bottom;
    transform: none;
    opacity: 1;
  }
}

.animated.rotateInDownLeft {
  animation-name: rotateInDownLeft;
}

@keyframes rotateInDownRight {
  from {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }

  to {
    transform-origin: right bottom;
    transform: none;
    opacity: 1;
  }
}

.animated.rotateInDownRight {
  animation-name: rotateInDownRight;
}

@keyframes rotateInUpLeft {
  from {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }

  to {
    transform-origin: left bottom;
    transform: none;
    opacity: 1;
  }
}

.animated.rotateInUpLeft {
  animation-name: rotateInUpLeft;
}

@keyframes rotateInUpRight {
  from {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }

  to {
    transform-origin: right bottom;
    transform: none;
    opacity: 1;
  }
}

.animated.rotateInUpRight {
  animation-name: rotateInUpRight;
}

@keyframes rotateOut {
  from {
    transform-origin: center;
    opacity: 1;
  }

  to {
    transform-origin: center;
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}

.animated.rotateOut {
  animation-name: rotateOut;
}

@keyframes rotateOutDownLeft {
  from {
    transform-origin: left bottom;
    opacity: 1;
  }

  to {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}

.animated.rotateOutDownLeft {
  animation-name: rotateOutDownLeft;
}

@keyframes rotateOutDownRight {
  from {
    transform-origin: right bottom;
    opacity: 1;
  }

  to {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

.animated.rotateOutDownRight {
  animation-name: rotateOutDownRight;
}

@keyframes rotateOutUpLeft {
  from {
    transform-origin: left bottom;
    opacity: 1;
  }

  to {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

.animated.rotateOutUpLeft {
  animation-name: rotateOutUpLeft;
}

@keyframes rotateOutUpRight {
  from {
    transform-origin: right bottom;
    opacity: 1;
  }

  to {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}

.animated.rotateOutUpRight {
  animation-name: rotateOutUpRight;
}

@keyframes hinge {
  0% {
    transform-origin: top left;
    animation-timing-function: ease-in-out;
  }

  20%, 60% {
    transform: rotate3d(0, 0, 1, 80deg);
    transform-origin: top left;
    animation-timing-function: ease-in-out;
  }

  40%, 80% {
    transform: rotate3d(0, 0, 1, 60deg);
    transform-origin: top left;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }

  to {
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}

.animated.hinge {
  animation-name: hinge;
}

@keyframes jackInTheBox {
  from {
    opacity: 0;
    transform: scale(0.1) rotate(30deg);
    transform-origin: center bottom;
  }

  50% {
    transform: rotate(-10deg);
  }

  70% {
    transform: rotate(3deg);
  }

  to {
    opacity: 1;
    transform: scale(1);
  }
}

.animated.jackInTheBox {
  animation-name: jackInTheBox;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@keyframes rollIn {
  from {
    opacity: 0;
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }

  to {
    opacity: 1;
    transform: none;
  }
}

.animated.rollIn {
  animation-name: rollIn;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@keyframes rollOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}

.animated.rollOut {
  animation-name: rollOut;
}

@keyframes zoomIn {
  from {
    opacity: 0;
    transform: scale3d(.3, .3, .3);
  }

  50% {
    opacity: 1;
  }
}

.animated.zoomIn {
  animation-name: zoomIn;
}

@keyframes zoomInDown {
  from {
    opacity: 0;
    transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

.animated.zoomInDown {
  animation-name: zoomInDown;
}

@keyframes zoomInLeft {
  from {
    opacity: 0;
    transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

.animated.zoomInLeft {
  animation-name: zoomInLeft;
}

@keyframes zoomInRight {
  from {
    opacity: 0;
    transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

.animated.zoomInRight {
  animation-name: zoomInRight;
}

@keyframes zoomInUp {
  from {
    opacity: 0;
    transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

.animated.zoomInUp {
  animation-name: zoomInUp;
}

@keyframes zoomOut {
  from {
    opacity: 1;
  }

  50% {
    opacity: 0;
    transform: scale3d(.3, .3, .3);
  }

  to {
    opacity: 0;
  }
}

.animated.zoomOut {
  animation-name: zoomOut;
}

@keyframes zoomOutDown {
  40% {
    opacity: 1;
    transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  to {
    opacity: 0;
    transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
    transform-origin: center bottom;
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

.animated.zoomOutDown {
  animation-name: zoomOutDown;
}

@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
  }

  to {
    opacity: 0;
    transform: scale(.1) translate3d(-2000px, 0, 0);
    transform-origin: left center;
  }
}

.animated.zoomOutLeft {
  animation-name: zoomOutLeft;
}

@keyframes zoomOutRight {
  40% {
    opacity: 1;
    transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
  }

  to {
    opacity: 0;
    transform: scale(.1) translate3d(2000px, 0, 0);
    transform-origin: right center;
  }
}

.animated.zoomOutRight {
  animation-name: zoomOutRight;
}

@keyframes zoomOutUp {
  40% {
    opacity: 1;
    transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  to {
    opacity: 0;
    transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
    transform-origin: center bottom;
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

.animated.zoomOutUp {
  animation-name: zoomOutUp;
}

@keyframes slideInDown {
  from {
    transform: translate3d(0, -1000%, 0);
    visibility: visible;
  }

  to {
    transform: translate3d(0, 0, 0);
  }
}

.animated.slideInDown {
  animation-name: slideInDown;
}

@keyframes slideInLeft {
  from {
    transform: translate3d(-1000%, 0, 0);
    visibility: visible;
  }

  to {
    transform: translate3d(0, 0, 0);
  }
}

.animated.slideInLeft {
  animation-name: slideInLeft;
}

@keyframes slideInRight {
  from {
    transform: translate3d(1000%, 0, 0);
    visibility: visible;
  }

  to {
    transform: translate3d(0, 0, 0);
  }
}

.animated.slideInRight {
  animation-name: slideInRight;
}

@keyframes slideInUp {
  from {
    transform: translate3d(0, 1000%, 0);
    visibility: visible;
  }

  to {
    transform: translate3d(0, 0, 0);
  }
}

.animated.slideInUp {
  animation-name: slideInUp;
}

@keyframes slideOutDown {
  from {
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    transform: translate3d(0, 1000%, 0);
  }
}

.animated.slideOutDown {
  animation-name: slideOutDown;
}

@keyframes slideOutLeft {
  from {
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    transform: translate3d(-1000%, 0, 0);
  }
}

.animated.slideOutLeft {
  animation-name: slideOutLeft;
}

@keyframes slideOutRight {
  from {
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    transform: translate3d(1000%, 0, 0);
  }
}

.animated.slideOutRight {
  animation-name: slideOutRight;
}

@keyframes slideOutUp {
  from {
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    transform: translate3d(0, -1000%, 0);
  }
}

.animated.slideOutUp {
  animation-name: slideOutUp;
}


.testimonial-sec {
  overflow: hidden !important;
}


.franchising-form label {
    color:#0c0c0b;
}

 .franchising-form .colorlib-form .form-control::placeholder {
    
    color: #333; }
.franchise {
    margin: 50px 20px;
}
.franchise label {
    color: black;
}
.franchising-form label {
    color:#0c0c0b;
    font-family: 'NeoSansPro-Regular';
}

 .franchise .colorlib-form .form-control::placeholder {
    
    color: #333; }


    .menu-yemek .nav li a {
    color: #8a6d3b !important;
    font-family: 'NeoSansPro-Regular';
    font-size: 20px;
}

.tarihce-img img {
   position: relative;
}
.tarihce-img a {
    position: absolute;
    z-index: 99999999999;
    top: 53%;
    margin-left: 20px;
}
.tarihce-img h3:hover {
  font-size:25px;
  }
  label.dosyasec {
    border: 2px solid #8a6d3b;
    padding: 12px 145px;
    color: #303030 !important;
}

.ylogojpg {
 
    top: -5px !important;
    max-width: 100px !important;
   
}

.imgtarihce img {
    border: 2px solid #8a6d3b;
    background: #ffffff;
}

form.colorlib-form {
    margin: 20px 0;
}


option {
    color: #8a6d3b;
}
.footer-subeler {

}
.footer-subeler ul {
    list-style-type:none;
   

}
.footer-subeler ul li {
    
  text-decoration:none;
  font-size:20px;
  color:#e6e6e6;
  /* text-shadow:2px 2px 2px #8a6d3b; */
  cursor:pointer;
    
}

.dish-wrap{

	cursor: pointer;

}	

a.text-facebook i{ color: #3b5998!important; }
a.text-instagram i{ color: #833AB4!important }
a.text-youtube i{ color: #FF0000!important }
	
.social-buttons{
	/* width: 100%; */
	/* display:inline-flex;  */
	text-align: center;
	margin: 0 auto;
}
.social-buttons a{
 
	font-size: 20px;
	color: #fff;
	padding: 10px;
	cursor: pointer;
	border-radius: 50%;
	margin: 10px;
	background: #fff;
    height: 50px;
    width: 50px;
    display: inline-block;
}
.social-buttons a.text-facebook:hover{ 
	background: #3b5998; 
}
.social-buttons a.text-facebook:hover i , .social-buttons a.text-instagram:hover i , .social-buttons a.text-youtube:hover i{ 
	color: #fff!important; 
}

.social-buttons a.text-instagram:hover{ 
	background: #833AB4; 
}
 .social-buttons a.text-youtube:hover{ 
	background: #FF0000; 
}

.social-buttons a svg, .social-buttons a i{
	
	font-size: 28px;
	color: #fff;
	
}
.footer-subeler ul li a{color:#e6e6e6;}
.footer-subeler ul li:hover {
 
  font-size:20px;
  color:#8a6d3b;
  text-shadow:none;
}
.footer-linkler {
    margin-top: 50px;
   
}
.footer-linkler a {
    margin-top: 20px;
   
}

.sosyal-medya ul {
  list-style-type:none;
}
.sosyal-medya img {
    max-width:200px;
}
.sosyal-medya img:hover {
    max-width:210px;
}
input#submit {
    font-family: 'NeoSansPro-Regular';
}
.carousel-inner .item img {
    max-height:300px;
}
.carousel-inner {
    box-shadow: 3px 3px 5px #989393;
}

.adres a {
    text-decoration:none;
    color:#303030;
    
}
.adres a:hover {
   color:#8a6d3b
    
}
#instaa {

  
  display: block;
  width: 100%;
  margin-bottom: 30px;
  
}
#instaa .instagram .insta-img {
    display: inline-block;
    width: 20%;
    padding: 0 !important;
    height: 150px;
    margin-right: 0px;
    margin-bottom: -7px;
    }
	#instaa .instagram .insta-img:hover {
		 opacity:.6;
    }
    .instagram {
    box-shadow: 0px 0px 8px 2px #8a8383;
}
.basin-yazi p {
    color: antiquewhite;
}

#myModal {}

#myModal .modal-body{
    padding:0px;
    border-radius:0px;
}

.swal2-popup.swal2-modal.swal2-show {}

h2#swal2-title {
    font-size: 35px !important;
    font-weight: 900 !important;
    font-family: 'NeoSansPro-Regular';
    color:#000;
}

div#swal2-content {
     font-family: 'NeoSansPro-Regular';
    font-size: 18px !important;
    font-weight: 900 !important;
    color: #000 !important;
   
}

.swal2-popup.swal2-modal.swal2-show {
    min-width: 500px !important;
}

@media(max-width:501px){
  .swal2-popup.swal2-modal.swal2-show {
    width:100% !important;
  }
}

button.swal2-confirm.swal2-styled {
    font-size: 15px !important;
    font-family: 'NeoSansPro-Regular';
}

.iletisimHarita {
    height: 500px;
}

.iletisimHarita iframe{
  height: 500px;
  width: 100%;
  border: none;
  padding: 0px;
  margin: 0px;
}

.iletisimHarita iframe body{
  padding:0px !important;
  margin:0px !important;
}

.detay-text h2 {
    
background-color: #8a6d3b;
   
padding: 17px 30px 10px;

color: #fff;

margin-top: 25px;

margin-bottom: 25px;

border: 1px solid #808080;
}

@media(max-width:992px){
    nav.navbar.ust-menu.navbar-inverse {
      margin-top: 30px;
    }

    nav.navbar.ust-menu.navbar-inverse.fix {
      margin-top: 0;
    }
    
    .ust-menu .navbar-brand img{
      max-width: 120px;
      position: absolute;
      top: -30px;
      left: 10px;
    }
}

nav.navbar.ust-menu.navbar-inverse.fix #imgLogo {
        max-width: auto;
        margin-top: 40px;
    }

@media(max-width:992px){
    nav.navbar.ust-menu.navbar-inverse.fix #imgLogo {
        max-width: auto;
        margin-top: 0px;
    }
}





/* DIL */

.dil {
    list-style: none;
    margin: 0px;
    padding: 0px;
}

.dil li {}

.dil li a {
    color: #FFF;
    display: inline-block;
    font-size: 14px;
    padding-left: 20px;
    padding-right: 20px;
}

.dil li a:hover {
  color:#FFF !important;
}

.dil li:hover ul{
    display:block;
}

.dil li ul:after{

}

.dil li ul{
    display: none;
    position: absolute;
    left: 0px;
    list-style: none;
    padding-left: 0px;
    background-color: #000000;
    margin-top: 0px;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 10px;
    padding-top: 2px;
    border-top:2px solid #fbfbfb;
}

.dil li ul li{
    
display: block;
}

.dil li ul li a{
    
padding: 0px;
    
padding-top: 10px;
    
display: block;
    
text-align: center;
}

.dil li ul li a:hover{
    
}


#owl-1 {}

#owl-1 .owl-prev{
    display: inline-block;
    font-size: 25px;
    position: absolute;
    left: -20px;
    top: calc(50% - 55px);
    cursor: pointer;
}

#owl-1 .owl-prev i{
    background-color: #eae9ec;
    border-radius: 50px;
    width: 40px;
    height: 40px;
    padding-left: 11px;
    padding-top: 7px;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,1);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,1);
    box-shadow: 0px 0px 5px 0px rgb(0, 0, 0);
}

#owl-1 .owl-next{
    display: inline-block;
    font-size: 25px;
    position: absolute;
    right: -25px;
    top: calc(50% - 55px);
    cursor: pointer;
}

#owl-1 .owl-next i{
    background-color: #eae9ec;
    border-radius: 50px;
    width: 40px;
    height: 40px;
    padding-left: 14px;
    padding-top: 7px;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,1);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,1);
    box-shadow: 0px 0px 5px 0px rgb(0, 0, 0);
}

.owl-nav.disabled {
    display: none;
}

@media(max-width:800px){
  #owl-1 .owl-prev{
    left:-12px;
  }

  #owl-1 .owl-next{
    right:-12px;
  }
}

.medya .modal-body {
    font-size: 15px;
    color: #000;
    font-family: 'NeoSansPro-Regular';
    font-weight: 600;
    letter-spacing: 0.5px;
}

.colorlib-blog-detay.videolar {
    margin-top: 30px;
}

@media(min-width:1200px){
    .sosyal-medya {
        margin-top:20px;
    }
}


.bizdenBiri{
    display: block;
    max-width: 500px;
    margin: 0 auto;
    font-size:16px !important;
    padding-bottom:5px;
}

@media(max-width:992px){
  .menu-dish li{
    width:100% !important;
  }
}

@media(max-width:500px){
  .menu-dish li .dish-img{
    width:100px;
    height:100px;
  }
}

@media(max-width:992px){
  .menu-yemek .nav li{
    margin-bottom:10px;
  }
}

@media(max-width:500px){
  .menu-yemek .nav li{
    display:block;
    width:100%;
  }
}

.beyazLogo{
  opacity:0;
}

.fix .normalLogo{
  opacity:0;
}

.fix .beyazLogo{
  opacity:1;
  top: 0 !important;
  max-width: 180px !important;
}

.colorlib-about h3 {
    color: #FFF;
    background-color: #8A6D3B;
    padding: 0px 12px;
    padding-top: 10px;
    padding-bottom: 5px;
    margin-bottom: 0px;
    margin-top: 0px;
    text-align: center;
    line-height: normal;
}

@media(max-width:992px){
    .anaSayfa .slider-text-inner {
        display:none !important;
        opacity:0;
    }
}

.anaSayfa.slider-text{
    display: block !important;
    max-width: 500px !important;
    height: auto !important;
    position: absolute;
    right: 10px;
    bottom: 102px;
}

.anaSayfa .slider-text-inner {
    display: block !important;
    vertical-align: inherit !important;
    height: auto !important;
    padding: 0px !important;
}

h2.ozelBaslik {
    background-color: #8A6D3B;
    color: #FFF;
    padding: 10px;
    padding-top: 15px;
    text-align: center;
}

.tabmenu-sol {
    padding-top: 30px;
}

.kurumsalSayfa ul li.active a {
    background-color: #8a6d3b !important;
    color: #FFF !important;
}

.haritaBaslikA {
    color: #FFF !important;
}

.haritaBaslikA:hover {
    color: #000 !important;
}

.medya .modal-body iframe{
  width:100% !important;
  margin-bottom: -5px;
}

.mVideo .modal-body{
  padding:0px;
  
}


@media (min-width: 992px) {
  .col-md-1-5 { width: 20%; }
  .col-md-2-5 { width: 40%; }
  .col-md-3-5 { width: 60%; }
  .col-md-4-5 { width: 80%; }
  .col-md-5-5 { width: 100%; }
}

@media (min-width: 1200px) {
  .col-lg-1-5 { width: 20%; }
  .col-lg-2-5 { width: 40%; }
  .col-lg-3-5 { width: 60%; }
  .col-lg-4-5 { width: 80%; }
  .col-lg-5-5 { width: 100%; }
}



.section60 {}

.sec60 {
    position: relative;
    display: block;
}

.sec60-b {
    text-align: center;
    margin-top: 30px;
}

.sec60-b b {
    background-color: #8a6d3b;
    color: #FFF;
    padding: 6px 25px;
    font-size: 30px;
    letter-spacing: 3px;
    padding-bottom: 0px;
}

.s60 {
    margin-top: 20px;
}

.sec60-i {
    margin-top: 10px;
}

.sec61 {margin-top: 40px;margin-bottom: 30px;text-align: right;}

.sec61 a {
    font-size: 22px;
    background-color: #303030;
    color: #FFF;
    padding: 3px 15px;
    letter-spacing: 1px;
    display: inline-block;
    padding-top: 7px;
}

.sec61 a:hover {}

.sec62 {
    color: #444444;
    font-size: 16px;
    font-family: 'NeoSansPro-Regular';
    text-align: right;
    padding-top: 20px;
    padding-bottom: 30px;
}

@media(max-width:992px){
  .dil{
    text-align:center;
  }
  .dil li ul{
    position:relative;
  }
}