@charset "utf-8";
/* CSS Document */
.container.pl5p.pr5p .col-md-8.text-center.m-auto.white img {
	max-width: 400px;
}
.feature-desc p a {
	color: #b23043;
}
hr{
	margin-top:20px;
	margin-bottom:20px;
	border:0;
	border-top: 1px solid;
	border-color:  rgba(177,227,168,.40);}


/*---------- BLOG ----------*/
.blog-post {
    background-color: transparent;
	border: 1px solid rgba(0, 0, 0, .022);
    margin: 5px 0;
}	
.f {
    margin: 10px 0;
}
.bi {
	font-size: 14px;
	color: #b23043;}

    .navbar-right-elements .list-inline > li > a {
	color: #999;

	position: absolute;
	top: 23px;
	text-transform: uppercase;
	right: 17%;
}	
#owlsl {
	min-height: 150px;
}
@media (max-width: 680px) {
	
.collapsed-hero-logo {
    height: 100%;
    position: relative;
    
}	
.collapsed-hero-logo .logo-img {
    position: absolute;
    top: 50%;

	left: -12%;
    
}
}


#work
{
	width: 100%;
	padding-top: 120px;
}
.work_nav_container
{
	padding-top: 120px;
	padding-bottom: 136px;
}
.work_nav_container ul li
{
	position: relative;
	display: inline-block;
	margin-right: 60px;
}
.work_nav_container ul li:last-child
{
	margin-right: 0px;
}
.work_nav_container ul li a
{
	font-size: 36px;
	font-weight: 400;
	color: #717a85;
	margin-top: 0px;
	margin-bottom: 0px;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}
.work_nav_container ul li a:hover
{
	color: #313131;
}
.work_nav_container ul li.active a
{
	color: #313131;
}
.work_nav_container ul li.active::after
{
	display: block;
	position: absolute;
	left: -5px;
	bottom: 7px;
	width: calc(100% + 10px);
	height: 20px;
	background: rgba(0, 187, 213, 0.2);
	content: '';
	z-index: -1;
}
.work_container
{
	padding-left: 0px;
	padding-right: 0px;
}
.grid
{
	/*margin-top: 166px;*/
	margin-bottom: 0px;
}
.grid-item a::after
{
	display: block;
	position: absolute;
	content: '';
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: rgba(0, 187, 213, 0.45);
	opacity: 0;
	-webkit-transition: opacity 500ms ease;
	-moz-transition: opacity 500ms ease;
	-ms-transition: opacity 500ms ease;
	-o-transition: opacity 500ms ease;
	transition: opacity 500ms ease;
}
.grid-item a:hover::after
{
	opacity: 1;
}
.grid-item a:hover h4
{
	opacity: 1;
}
.grid-item
{
	width: 50%;
	height: calc(50vw / 1.777777777777778);
	overflow: hidden;
}
.grid-item a
{
	display: block !important;
	width: 100%;
	height: 100%;
}
.grid-item a span
{
	display: block;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	-webkit-transition: all 2000ms ease;
	-moz-transition: all 2000ms ease;
	-ms-transition: all 2000ms ease;
	-o-transition: all 2000ms ease;
	transition: all 2000ms ease;
}
.grid-item a:hover span
{
	transform: scale(1.1);
}
.grid-item a h4
{
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	color: #FFFFFF;
	font-weight: 400;
	text-align: center;
	margin-top: 0px;
	margin-bottom: 0px;
	opacity: 0;
	-webkit-transition: all 700ms ease;
	-moz-transition: all 700ms ease;
	-ms-transition: all 700ms ease;
	-o-transition: all 700ms ease;
	transition: all 700ms ease;
	z-index: 10;
}

/* CSS Document */

/******************************

COLOR PALETTE

#FFFFFF - BACKGROUND LIGHT
#F7F7F7 - BACKGROUND "DARK"
#313131 - TEXT COLOR DARK
#717a85 - PARAGRAPH COLOR
#00bcd5 - BLUE
#db5246 - RED

GRADIENTS

#00bcd5 - #0dd1ec - HOME PANEL


[Table of Contents]

1. Fonts
2. Body and some general stuff
3. Header
4. Logo
5. Home Navigation
6. Hamburger menu
7. Fullscreen Menu
8. Work
9. Contact
10. Footer


******************************/

/***********
1. Fonts
***********/

@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,600,700,800|Playfair+Display:400,400i,700,900|Raleway:300,300i,400,400i,500,600,700,800,900');

/*********************************
2. Body and some general stuff
*********************************/

*
{
	margin: 0;
	padding: 0;
}

/* CSS Document */

/******************************

[Table of Contents]

1. 991px
2. 767px
3. 479px

******************************/

/************
1. 991px
************/

@media only screen and (max-width: 991px)
{

	.work_nav_container
	{
		padding-top: 50px;
		padding-bottom: 63px;
	}
	.work_nav_container ul li a
	{
		font-size: 24px;
		font-weight: 500;
	}
	.work_nav_container ul li.active::after
	{
		left: -5px;
		bottom: 4px;
		width: calc(100% + 10px);
		height: 15px;
		background: rgba(0, 187, 213, 0.2);
		content: '';
		z-index: -1;
	}

}

/************
2. 767px
************/

@media only screen and (max-width: 767px)
{

	#work
	{
		padding-top: 80px;
	}
	.work_nav_container ul li
	{
		margin-right: 40px;
	}
	.work_nav_container ul li:last-child
	{
		margin-right: 0px;
	}
	.work_nav_container ul li a
	{
		font-size: 18px;
	}
	.work_nav_container
	{
		padding-top: 30px;
		padding-bottom: 43px;
	}
	.work_nav_container ul li.active::after
	{
		left: -5px;
		bottom: 2px;
		height: 10px;
	}
	.grid-item
	{
		width: 100%;
		height: calc(100vw / 1.777777777777778);
	}

}

/************
3. 479px
************/

@media only screen and (max-width: 479px)
{

	.work_nav_container ul li
	{
		margin-right: 20px;
	}
	.work_nav_container ul li:last-child
	{
		margin-right: 0px;
	}
	.work_nav_container ul li a
	{
		font-size: 16px;
	}

}
.bg-own {
	background-color: #982334;
}
/*! Pushy - v1.1.0 - 2017-1-30
* Pushy is a responsive off-canvas navigation menu using CSS transforms & transitions.
* https://github.com/christophery/pushy/
* by Christopher Yee */

/* Menu Appearance */

.pushy {
  position: fixed;
  width: 200px;
  height: 100%;
  top: 0;
  z-index: 9999;
  background: #191918;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  /* enables momentum scrolling in iOS overflow elements */
}

.pushy a {
  display: block;
  color: #b3b3b1;
  padding: 15px 30px;
  text-decoration: none;
}

.pushy a:hover {
  color: #FFF;
}

.pushy ul:first-child {
  margin-top: 10px;
}

.pushy.pushy-left {
  left: 0;
}

.pushy.pushy-right {
  right: 0;
}

.pushy-content {
  visibility: hidden;
}

/* Menu Movement */

.pushy-left {
  -webkit-transform: translate3d(-200px, 0, 0);
  -ms-transform: translate3d(-200px, 0, 0);
  transform: translate3d(-200px, 0, 0);
}

.pushy-open-left #container,
.pushy-open-left .push {
  -webkit-transform: translate3d(200px, 0, 0);
  -ms-transform: translate3d(200px, 0, 0);
  transform: translate3d(200px, 0, 0);
}

.pushy-right {
  -webkit-transform: translate3d(200px, 0, 0);
  -ms-transform: translate3d(200px, 0, 0);
  transform: translate3d(200px, 0, 0);
}

.pushy-open-right #container,
.pushy-open-right .push {
  -webkit-transform: translate3d(-200px, 0, 0);
  -ms-transform: translate3d(-200px, 0, 0);
  transform: translate3d(-200px, 0, 0);
}

.pushy-open-left .pushy,
.pushy-open-right .pushy {
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.pushy-open-left .pushy-content,
.pushy-open-right .pushy-content {
  visibility: visible;
}

/* Menu Transitions */

#container,
.pushy,
.push {
  transition: transform 0.2s cubic-bezier(0.16, 0.68, 0.43, 0.99);
}

.pushy-content {
  transition: visibility 0.2s cubic-bezier(0.16, 0.68, 0.43, 0.99);
}

/* Site Overlay */

.site-overlay {
  display: none;
}

.pushy-open-left .site-overlay,
.pushy-open-right .site-overlay {
  display: block;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 9998;
  background-color: rgba(0, 0, 0, 0.5);
  -webkit-animation: fade 500ms;
  animation: fade 500ms;
}

@keyframes fade {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@-webkit-keyframes fade {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

/* Submenu Appearance */

.pushy-submenu {
  /* Submenu Buttons */
  /* Submenu Icon */
}

.pushy-submenu ul {
  padding-left: 15px;
  transition: max-height 0.2s ease-in-out, visibility 0.2s ease-in-out;
}

.pushy-submenu ul .pushy-link {
  transition: opacity 0.2s ease-in-out;
}

.pushy-submenu button {
  width: 100%;
  color: #b3b3b1;
  padding: 15px 30px;
  text-align: left;
  background: transparent;
  border: 0;
}

.pushy-submenu button:hover {
  color: #FFF;
}

.pushy-submenu > a,
.pushy-submenu > button {
  position: relative;
}

.pushy-submenu > a::after,
.pushy-submenu > button::after {
  content: '';
  display: block;
  height: 11px;
  width: 8px;
  position: absolute;
  top: 50%;
  right: 15px;
  background: url("../../../pushy/img/arrow.svg") no-repeat;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  transition: transform 0.2s;
}

/* Submenu Movement */

.pushy-submenu-closed ul {
  max-height: 0;
  overflow: hidden;
  visibility: hidden;
}

.pushy-submenu-closed .pushy-link {
  opacity: 0;
}

.pushy-submenu-open {
  /* Submenu Icon */
}

.pushy-submenu-open ul {
  max-height: 1000px;
  visibility: visible;
}

.pushy-submenu-open .pushy-link {
  opacity: 1;
}

.pushy-submenu-open a::after,
.pushy-submenu-open button::after {
  -webkit-transform: translateY(-50%) rotate(90deg);
  -ms-transform: translateY(-50%) rotate(90deg);
  transform: translateY(-50%) rotate(90deg);
}

/**canvas header**/
.pushy {
  width: 800px; 
  padding-top: 90px;}
  .pushy.pushy-right {
    -webkit-transform: translate3d(800px, 0, 0);
    -ms-transform: translate3d(800px, 0, 0);
    transform: translate3d(800px, 0, 0); }

.pushy-open-left .pushy, .pushy-open-right .pushy {
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.pushy-open-left .site-overlay, .pushy-open-right .site-overlay {
  background: rgba(255, 255, 255, 0.8); }

.pushy .cart-content {
  padding: 30px 15px;
  position: relative; }
  .pushy .cart-content h4 small {
    font-size: 13px;
    display: block;
    padding-bottom: 10px;
    color: rgba(255, 255, 255, 0.8); }
  .pushy .cart-content .pushy-link {
    display: inline-block;
    position: absolute;
    top: 10px;
    right: 10px;
    padding: 0; }
  .pushy .cart-content ul {
    padding-top: 30px; }
    .pushy .cart-content ul li {
      padding: 20px 0;
      border-bottom: 1px solid rgba(255, 255, 255, 0.1); }
      .pushy .cart-content ul li a:not(.btn-primary) {
        padding: 0;
        font-size: 14px; }
        .pushy .cart-content ul li a:not(.btn-primary) .img-fluid {
          width: 60px;
          margin-right: 15px; }
      .pushy .cart-content ul li .close {
        text-shadow: none;
        color: #fff;
        font-size: 1rem; }
      .pushy .cart-content ul li p {
        font-size: 13px; }

.pushy a.btn-primary {
  color: #fff; }
  

@media (max-width: 768px) {
	.pushy {
  width: 100%; }
  

  
 
}


#c .container {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100vh;
  padding-top: 56.25%; /* 16:9 Aspect Ratio (divide 9 by 16 = 0.5625) */
}

/* Then style the iframe to fit in the container div with full height and width */
.responsive-iframe {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 700px;
  margin-top: 110px;
}
	
.resp-container {
  height: 700px;
  
  

}
@media (max-width: 600px) {
	.pushy {
  width: 400px; }
  
.responsive-iframe {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 80%;
  height: 600px;
  margin-top: 110px;
  margin-left: auto;
  margin-right: auto;
}
  
 
}
.number-counter #p:after {

  content:" %";
	
}
.black{
	color:#333;
}


/*---------- PORTFOLIO ----------*/
ul.portfolio-filters {
    margin-bottom: 30px;
    padding-left: 0;
}
.portfolio-filters li {
    display: inline-block;
    cursor: pointer;
    font: 600 10px/1 'Montserrat', sans-serif;
    color: rgba(0, 0, 0, .85);
    letter-spacing: 1px;
    text-transform: uppercase;
    margin: 0;
    background-color: transparent;
    padding: 7px 13px;
    -webkit-transition: all .3s;
    transition: all .3s;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    user-select: none;
}
.portfolio-filters li:hover {
    color: rgba(0, 0, 0, .5);
}
.portfolio-filters li.active {
    cursor: default;
    color: rgba(0, 0, 0, .5);
}
.portfolio-item {
    position: relative;
    z-index: 1;
    overflow: hidden;
    border-radius: 0;
}
/*-- Gap 0 --*/
.portfolio [data-gap="0"] { padding: 0 }
[data-gap="0"] .portfolio-feierabend .portfolio-item { margin-bottom: 0 }
[data-gap="0"] .portfolio-feierabend > div { padding: 0 }
[data-gap="0"] .portfolio-filters { margin-bottom: 0 }

/*-- Gap 10 --*/
.portfolio [data-gap="10"] { padding: 5px }
[data-gap="10"] .portfolio-feierabend .portfolio-item { margin-bottom: 0 }
[data-gap="10"] .portfolio-feierabend > div { padding: 0 5px; margin: 5px 0 }
[data-gap="10"] .portfolio-filters { margin-bottom: 0 }

/*-- Gap 15 --*/
.portfolio [data-gap="15"] { padding: 10px }
[data-gap="15"] .portfolio-feierabend .portfolio-item { margin-bottom: 0 }
[data-gap="15"] .portfolio-feierabend > div { padding: 0 10px; margin: 10px 0 }
[data-gap="15"] .portfolio-filters { margin-bottom: 0 }

/*-- Gap 20 --*/
.portfolio [data-gap="20"] { padding: 20px }
[data-gap="20"] .portfolio-feierabend .portfolio-item { margin-bottom: 0 }
[data-gap="20"] .portfolio-feierabend > div { padding: 0 20px; margin: 20px 0 }
[data-gap="20"] .portfolio-filters { margin-bottom: 0 }
.portfolio-item {
    border-radius: 0;
}
.gallery-title-absolute {
    position: absolute;
    top: 47px;
    left: 20px;
    right: 0;
}
@media (max-width: 992px) {
    .gallery-title-absolute {
        position: absolute;
        top: 38px;
        left: 1px;
        right: 0;
    }
}
.portfolio-item img {
    max-width: 100%;
    width: 100%;
}
.portfolio-feierabend.lightbox > div a {
    cursor: zoom-in;
}
.lightbox > div a {
    cursor: zoom-in;
}
/*-- Portfolio Caption Style 1 --*/
.portfolio-feierabend > div[data-caption-style="1"] .portfolio-item img {
    -webkit-transition: transform .3s;
    transition: transform .3s;
}
.portfolio-feierabend > div[data-caption-style="1"] .portfolio-item:hover img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-transition: transform .8s;
    transition: transform .8s;
}
.portfolio-feierabend > div[data-caption-style="1"] .item-caption {
    position: absolute;
    z-index: 2;
    background-color: rgba(255, 255, 255, 0);
    width: 100%;
    height: 100%;
    -webkit-transition: all .15s;
    transition: all .15s;
}
.portfolio-feierabend > div[data-caption-style="1"] .item-caption:hover {
    background-color: rgba(255, 255, 255, 1);
    -webkit-transition: background-color .3s;
    transition: background-color .2s;
    transition-delay: .2s;
}
.portfolio-feierabend > div[data-caption-style="1"] .item-caption .caption-desc {
    position: absolute;
    width: 100%;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    opacity: 0;
    -webkit-transition: opacity .1s;
    transition: opacity .1s;
}
.portfolio-feierabend > div[data-caption-style="1"] .item-caption:hover .caption-desc{
    opacity: 1;
    -webkit-transition: opacity .6s;
    transition: opacity .6s;
    transition-delay: .4s;
}
.portfolio-feierabend > div[data-caption-style="1"] .item-caption .caption-desc .caption-btn {
    display: inline-block;
    -webkit-transition: opacity .2s;
    transition: opacity .2s;
}
.portfolio-feierabend > div[data-caption-style="1"] .item-caption .caption-desc .caption-btn:hover {
    opacity: .5;
}

/*-- Portfolio Caption Style 2 --*/
.portfolio-feierabend > div[data-caption-style="2"] .portfolio-item img {
    -webkit-transition: transform .3s;
    transition: transform .3s;
}
.portfolio-feierabend > div[data-caption-style="2"] .portfolio-item:hover img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-transition: transform .8s;
    transition: transform .8s;
}
.portfolio-feierabend > div[data-caption-style="2"] .item-caption {
    position: absolute;
    z-index: 2;
    background-color: rgba(255, 255, 255, 0);
    width: 100%;
    height: 100%;
    -webkit-transition: background-color .15s;
    transition: background-color .15s;
}
.portfolio-feierabend > div[data-caption-style="2"] .item-caption:hover {
    background-color: rgba(255, 255, 255, .95);
    -webkit-transition: background-color .3s;
    transition: background-color .3s;
}
.portfolio-feierabend > div[data-caption-style="2"] .item-caption .caption-desc {
    position: absolute;
    width: 100%;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    opacity: 0;
    -webkit-transition: opacity .1s;
    transition: opacity .1s;
}
.portfolio-feierabend > div[data-caption-style="2"] .item-caption:hover .caption-desc{
    opacity: 1;
    -webkit-transition: opacity .6s;
    transition: opacity .6s;
    -webkit-transition-delay: .3s;
    transition-delay: .3s;
}
.portfolio-feierabend > div[data-caption-style="2"] .item-caption .caption-desc .project-title p {
    padding: 0 25%;
    padding-top: 8px;
}
.portfolio-feierabend > div[data-caption-style="2"] .item-caption .caption-btn {
    position: absolute;
    width: 100%;
    bottom: 25px;
    opacity: 0;
    -webkit-transition: opacity .1s;
    transition: opacity .1s;
}
.portfolio-feierabend > div[data-caption-style="2"] .item-caption:hover .caption-btn {
    opacity: 1;
    -webkit-transition: opacity .6s;
    transition: opacity .6s;
    -webkit-transition-delay: .3s;
    transition-delay: .3s;
}
.portfolio-feierabend > div[data-caption-style="2"] .item-caption .caption-btn h5 {
    display: inline-block;
    -webkit-transition: opacity .2s;
    transition: opacity .2s;
}
.portfolio-feierabend > div[data-caption-style="2"] .item-caption .caption-btn h5:hover {
    opacity: .5;
}

/*-- Portfolio Caption Style 3 --*/
.portfolio-feierabend > div[data-caption-style="3"] .portfolio-item img {
    -webkit-transition: transform .5s;
    transition: transform .5s;
}
.portfolio-feierabend > div[data-caption-style="3"] .portfolio-item:hover img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-transition: transform 1s;
    transition: transform 1s;
}
.portfolio-feierabend > div[data-caption-style="3"] .item-caption {
    position: absolute;
    z-index: 2;
    background-color: rgba(0, 0, 0, .5);
    width: 100%;
    height: 100%;
    -webkit-transition: background-color .15s;
    transition: background-color .15s;
}
.portfolio-feierabend > div[data-caption-style="3"] .item-caption:hover {
    background-color: rgba(0, 0, 0, 0);
    -webkit-transition: background-color .3s;
    transition: background-color .3s;
}
.portfolio-feierabend > div[data-caption-style="3"] .item-caption .caption-desc {
    position: absolute;
    color: #fff;
    bottom: 20px;
    left: 40px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    opacity: 1;
    -webkit-transition: opacity .1s;
    transition: opacity .1s;
}
.portfolio-feierabend > div[data-caption-style="3"] .item-caption:hover .caption-desc{
    opacity: 0;
    -webkit-transition: opacity .3s;
    transition: opacity .3s;
}
.portfolio-feierabend > div[data-caption-style="3"] .item-caption .caption-desc .project-title p {
    padding: 0 25%;
    padding-top: 8px;
}
.portfolio-feierabend > div[data-caption-style="3"] .item-caption .caption-btn {
    position: absolute;
    width: 100%;
    bottom: 25px;
    opacity: 0;
    -webkit-transition: opacity .1s;
    transition: opacity .1s;
}
.portfolio-feierabend > div[data-caption-style="3"] .item-caption:hover .caption-btn {
    opacity: 1;
    -webkit-transition: opacity .6s;
    transition: opacity .6s;
    -webkit-transition-delay: .3s;
    transition-delay: .3s;
}
.portfolio-feierabend > div[data-caption-style="3"] .item-caption .caption-btn h5 {
    display: inline-block;
    -webkit-transition: opacity .2s;
    transition: opacity .2s;
}
.portfolio-feierabend > div[data-caption-style="3"] .item-caption .caption-btn h5:hover {
    opacity: .5;
}

.portfolio-item .prev{
	left: 3%;
	-webkit-transition: 0.4s;
	-moz-transition: 0.4s;
	-o-transition: 0.4s;
	-ms-transition: 0.4s;
	background-image: url(../img/l1.png);
	background-size: auto auto;
	background-repeat: no-repeat;
	opacity: .4;
}
#slider .owl-nav div.owl-next {
    right: 3%;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    -ms-transition: 0.4s;
	background-image: url(../img/l2.png);
	background-size: auto auto;
	background-repeat: no-repeat;
	opacity: .4;
}
/*-- Portfolio Project Page 1 --*/
.projectPage ul.ul-h li {
    padding: 0 15px;
}
.book {
	color: #b23043;
}
.book:hover {
	color: rgba(178,48,67,.80);
}

#slider .owl-nav div.owl-prev, 
#slider .owl-nav div.owl-next {
    color: #fff;
    font-size: 18px;
    margin-top: -20px;
    position: absolute;
    top: 50%;
    text-align: center;
    line-height: 39px;
    opacity: 0;
  
    width: 80px;
    height: 80px;
}
#slider .owl-nav div.owl-prev{
	left: 3%;
	-webkit-transition: 0.4s;
	-moz-transition: 0.4s;
	-o-transition: 0.4s;
	-ms-transition: 0.4s;
	background-image: url(../img/l1.png);
	background-size: auto auto;
	background-repeat: no-repeat;
	opacity: .4;
}
#slider .owl-nav div.owl-next {
    right: 3%;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    -ms-transition: 0.4s;
	background-image: url(../img/l2.png);
	background-size: auto auto;
	background-repeat: no-repeat;
	opacity: .4;
}
#slider:hover .owl-nav div.owl-next{
    right: 2%;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    -ms-transition: 0.4s;
    opacity: .7;
}
#slider:hover .owl-nav div.owl-prev{
    left: 2%;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    -ms-transition: 0.4s;
    opacity: .7;
}
#slider:hover .owl-nav div.owl-next:hover,
#slider:hover .owl-nav div.owl-prev:hover{
    color:#fff;
	opacity: 0.6;
    
}
.h1-lg1 {
	font: 300 80px 'Peace Sans';
	color: rgba(242,244,236,0.950);
	letter-spacing: .5px;
	text-transform: uppercase;
	
}
@media (max-width: 1200px) {

    .h1-lg1 {
        font-size: 70px;
    }

}
@media (max-width: 992px) {

    .h1-lg1 {
        font-size: 50px;
    }

}
.reservation-card {
  background-color: #fff;
  padding: 30px 20px;
  max-width: 600px;
  width: 100%;
  min-height: 100px;
  margin: 0 auto;
  border-radius: 5px; }

.chefs-card {
  display: block;
  position: relative; }
  .chefs-card .img-fluid {
    margin-bottom: 15px;
    transition: all .3s;
    -webkit-transition: all .3s;
    border-radius: 7px; }
  .chefs-card .chefs-overlay {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%; }
    .chefs-card .chefs-overlay h4 {
      display: inline-block;
      padding: 6px 20px;
      background-color: rgba(219, 46, 46, 0.8);
      color: #fff;
      position: absolute;
      left: 10px;
      bottom: 70px; }
    .chefs-card .chefs-overlay span {
      display: inline-block;
      padding: 6px 20px;
      background-color: rgba(0, 0, 0, 0.8);
      color: #fff;
      position: absolute;
      left: 10px;
      bottom: 42px; }
  .chefs-card:hover .img-fluid {
    transform: translateY(-8px); }

.gallery-row a {
  display: block;
  width: 20%;
  margin: 0px auto;
  float: left;
  padding: 8px; }
  .gallery-row a .img-fluid {
    transition: all .3s;
    -webkit-transition: all .3s;
    border-radius: 7px; }
  .gallery-row a:hover .img-fluid {
    transform: translateY(-8px); }

/*
Booking-form
*/
.reservation-card {
  margin-bottom: 20px; }
  .reservation-card .smart-forms {
    padding: 0px; }
    .reservation-card .smart-forms .form-body {
      padding: 0px; }
    .reservation-card .smart-forms .refresh-captcha {
      background-color: #b23043;
      border-color: #b23043; }
  .reservation-card .btn-primary {
    background-color: #b23043;}
    .reservation-card .btn-primary:hover {
      background-color: #db2e2e; }
