.portfolio-section{
	padding: 10px 0 0;
}
.portfolio-work-item{
	height: auto;
	position: relative;
}

.portfolio-work-item img{
	height: 100%;
	width: 100%;
	border: 1px solid #ffffff;
}

.portfolio-work-item .port-work-details{
	position: absolute;
	top: 20%;
	width: 100%;
	height: 100%;
	left: 25%;
}

.portfolio-work-item .work-meta{
	position: absolute;
	text-align: center;
}


.portfolio-work-item .work-meta li{
	width: 160px;
	height: 160px;
	margin-bottom: 1px;
	text-align: center;
	background-color: #ffffff;
	opacity: 0;
	border-radius: 50%;
	padding: 10px;
	-webkit-transform: scale(0);
	   -moz-transform: scale(0);
	    -ms-transform: scale(0);
	     -o-transform: scale(0);
	        transform: scale(0);
	-webkit-transition: all .4s;
	   -moz-transition: all .4s;
	    -ms-transition: all .4s;
	     -o-transition: all .4s;
	        transition: all .4s;
}

.portfolio-work-item:hover .port-work-details .work-meta li{
	opacity: 1;
	-webkit-transform: scale(1);
	   -moz-transform: scale(1);
	    -ms-transform: scale(1);
	     -o-transform: scale(1);
	        transform: scale(1);
}

.port-work-details .work-meta li a{
	display: block;
}

.port-work-details .work-meta li a i{
	font-size: 16px;
	color: #444;
	line-height: 35px;
}

.port-work-details .port-work-desc{
	width: 100%;
	position: absolute;
	bottom: 0;
	padding: 15px 0;
	background-color: rgba(40,41,46,0.8);
	opacity: 0;
	-webkit-transform: translateY(100%);
	   -moz-transform: translateY(100%);
	    -ms-transform: translateY(100%);
	     -o-transform: translateY(100%);
	        transform: translateY(100%);
	-webkit-transition: all .5s;
	   -moz-transition: all .5s;
	    -ms-transition: all .5s;
	     -o-transition: all .5s;
	        transition: all .5s;

}

.portfolio-work-item:hover .port-work-desc{
	opacity: 1;
	-webkit-transform: translateY(0);
	   -moz-transform: translateY(0);
	    -ms-transform: translateY(0);
	     -o-transform: translateY(0);
	        transform: translateY(0);
}

.port-work-details .port-work-desc h3{
	font-size: 18px;
	margin-top: 0;
	margin-bottom: 5px;
}

.port-work-details .port-work-desc p a{
	font-size: 14px;
	color: #ffffff;
	margin-top: 0;
	margin-bottom: 0;
}

.port-work-details .port-work-desc .like-btn {
	text-align: center;
	padding: 10px 15px;
}

.port-work-details .port-work-desc .like-btn a{
	
	font-size: 18px;
	font-weight: 400;
	color: #ffffff;
}

.port-work-details .port-work-desc .like-btn a i{
	font-size: 21px;
	color: #ffffff;
	margin-right: 5px;
}


.portfolio-filter-btn-group{
	margin-bottom: 20px;
	text-align: center;
	overflow: hidden;
}

.portfolio-filter-btn-group ul{
	display: inline-block;
}

.portfolio-filter-btn-group ul li{
	float: left;
}

.portfolio-filter-btn-group ul li a{
	padding: 10px 20px;
	display: inline-block;
	margin: 5px 8px !important;
	border: 1px solid #E05F2F;
}

.portfolio-filter-btn-group ul li a:hover{
	color: #FFF;
	background-color: #E05F2F;
}

.portfolio-filter-btn-group ul li a.selected{
	color: #ffffff;
	background: #E05F2F;
}
.portfolio-items{
	overflow: hidden;
}

.portfolio-items .portfolio-item{
	width: 25%;
	height: auto;
	position: relative;
	overflow: hidden;
}

.portfolio-items .portfolio-item img{
	height: 100%;
	border: 1px solid #ffffff;
	width: 100%;
}

.portfolio-items .portfolio-item .portfolio-details-wrapper{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background-color: rgba(40, 41, 46, 0.59);
	display: table;
	opacity: 0;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}

.portfolio-item:hover .portfolio-details-wrapper{
	opacity: 1;
}

.portfolio-item .portfolio-details{
	display: table-cell;
	padding: 50px 0;
	vertical-align: middle;
}

.portfolio-item .portfolio-details .portfolio-meta-btn{
	margin-bottom: 20px;
	text-align: center;
}

.portfolio-details .portfolio-meta-btn ul{
	display: inline-block;
}

.portfolio-details .portfolio-meta-btn ul li{
	-webkit-transform: scale(0);
	   -moz-transform: scale(0);
	    -ms-transform: scale(0);
	     -o-transform: scale(0);
	        transform: scale(0);
	-webkit-transition: all .4s;
	   -moz-transition: all .4s;
	    -ms-transition: all .4s;
	     -o-transition: all .4s;
	        transition: all .4s;
}

.portfolio-details .portfolio-meta-btn ul li.portfolio-single-link{
	-webkit-transform: translateX(400%);
	   -moz-transform: translateX(400%);
	    -ms-transform: translateX(400%);
	     -o-transform: translateX(400%);
	        transform: translateX(400%);
}

.portfolio-details .portfolio-meta-btn ul li.lighbox{

}

.portfolio-item:hover .portfolio-details .portfolio-meta-btn ul li{
	opacity: 1;
	-webkit-transform: translateX(0);
	   -moz-transform: translateX(0);
	    -ms-transform: translateX(0);
	     -o-transform: translateX(0);
	        transform: translateX(0);
}

.portfolio-details .portfolio-meta-btn ul li a{
	display: block;
	text-align: center;
}
.portfolio-details .portfolio-meta-btn ul li a i{
	font-size: 30px;
	color: #ffffff;
	line-height: 35px;
}

.portfolio-item .portfolio-details h3{
	text-align: center;
	font-size: 18px;
	margin-top: 0;
	margin-bottom: 5px;
}

.portfolio-item .portfolio-details p{
	text-align: center;
}

.portfolio-item .portfolio-details p a{
	font-size: 13px;
	text-align: center;
	color: #ffffff;
	font-style: italic;
}

.portfolio-btn-wrapper{
	text-align: center;
	overflow: hidden;
	margin-top: 50px;
}

.portfolio-btn-wrapper a.portfolio-btn{
	font-family: 'Raleway',cursive;
	font-weight: 400;
	color: #ffffff;
	display: inline;
	overflow: hidden;
	border: 2px solid #dadada;
	padding: 15px 40px;
	-webkit-border-radius: 5px;
	   -moz-border-radius: 5px;
	     -o-border-radius: 5px;
	        border-radius: 5px;
	-webkit-transition: all .3s;
	   -moz-transition: all .3s;
	    -ms-transition: all .3s;
	     -o-transition: all .3s;
	        transition: all .3s;
}
.clients-section{
	background: #ffffff;
	padding: 100px 0 80px;
}
.client-item-wrapper {
    background: #ffffff;
    text-align: center;
    margin: 0 1px;
}

.customized-text p{
	margin-bottom: 20px;
}

.customized-text h3{
	font-size: 18px;
	color: #111;
	margin-top: 0px;
	margin-bottom: 20px;
}

.customized-text ul{
	margin-left: 30px;
}

.customized-text ul li{
	margin-bottom: 10px;
}

.customized-text ul li:last-child{
	margin-bottom: 0;
}

.customized-text ul li i{
	font-size: 14px;
	margin-right: 10px;
}
.screen i {
	font-size: 60px;
	text-align: center;
	color: #ffffff;
	padding: 0 20px;
} 

#team {
    padding: 100px 0;
    background: #E05F2F;
}
.teams-section{
	position: relative;
	padding: 10px 0 55px;
}


.teams-section span {
	font-size: 28px;
}


.teams-section h2 span{
    /* font-weight: 700; */
    font-size: 62px;
    color: #000000;
    border-top: none;
    border-bottom: none;
    display: inline-block;
    padding: 8px 10px;
}

.teams-section p{
    color: #ffffff;
}


.footer-container p {
    color: #999;
}

.teams-slides img {
	margin-bottom: 20px;
	margin-top: 15px;
	width: 200px;
	height: 200px;
	border: 2px solid #fff;
}
.bg-video-wrapper{
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	max-height: 100%;
}

.bg-video-wrapper video{
	width: 100%;
	position: absolute;
	top: 50%;
	bottom: 0;
	left: 0;
	right: 0;
	-webkit-transform: translateY(-50%);
	   -moz-transform: translateY(-50%);
	    -ms-transform: translateY(-50%);
	     -o-transform: translateY(-50%);
	        transform: translateY(-50%);
}

.teams-wrapper{
	text-align: center;
	position: relative;
	z-index: 5;
}

.teams-wrapper .comment-icon{
	font-size: 24px;
	color: #ffffff;
	text-align: center;
}

.teams{
	margin-top: 50px;
	overflow: hidden;
}

.teams p{
	font-size: 14px;
	margin-bottom: 20px;
}

.teams p.client-info{
	font-size: 14px;
	font-weight: 700;
	margin-bottom: 0;
	color: #000000;
}
/*------Menue------*/

.menus{
    padding-top: 75px;
}
.menus .section-title{
    margin-bottom: 100px;
}
.menus .menus-container{
    position: relative;
    margin-bottom: 85px;
}
.menus .menu-carousel-nav{
    position: absolute;
    top: 30px;
    right: 0;
    z-index: 999;
}
.menus .menu-carousel-nav div{
    display: inline-block;
    margin-right: 44px;
}
.menus .menu-carousel-nav .owl-next{
    margin-right: 0;
}
.menus .menu-carousel-nav div span{
    display: inline-block;
    width: 15px;
    height: 27px;
    overflow: hidden;
    background-position: center top;
    cursor: pointer;
}
.menus .owl-stage{
    -webkit-perspective: 1200;
    perspective: 1200;
}
.menus .menu-carousel .owl-item{
    opacity: 0;
}
.menus .menu-carousel .owl-item.active{
    opacity: 1;
}
 
.menus .menu-carousel-nav div span:hover{
    background-position: center bottom !important;
}
.menus .menu .food{
    color: white;
    margin-bottom: 32px;
    background: #efefef;
    padding: 28px;
    float: left;
}
.menus.white-bg .menu .food{
    color: #23292c;
}
.menus .menu .food .food-name{
    font-size: 22px;
    margin-bottom: 12px;
    font-weight: 500;
}
.menus .menu .food .food-desc{
    font-size: 18px;
    font-style: italic;
    display: table;
}
.menus .menu .food .food-desc > div{
    display: table-cell;
    width: 100%;
}
.menus .menu .food .food-desc .food-details,
.menus .menu .food .food-desc .food-price{
    width: 1%;
    white-space: nowrap;
}
 
.menus-full{
    padding-top: 0;
    padding-bottom: 0;
    overflow: hidden;
    width: 100%;
}
.menus-full > .row{
    width: 100%;
    margin: 0;
}
.menus-full .left-section,
.menus-full .right-section{
    padding-right: 0;
    padding-left: 0;
    height: 100%;
    float: left;
    display: table-cell;
}
.menus-full .left-section{
    padding-top: 80px;
    width: 60%;
}
.menus-full .right-section{
    padding-top: 86px;
    background: white;
    width: 40%;
    position: absolute;
    top: 0;
    right: 0;
}
.menus-full .left-section .menus-container{
    padding-right: 50px;
}
 
.menus-full .menu .section-title{
    text-align: left;
    margin-bottom: 50px;
}
.menus-full .menu .section-title p,
.menus-full .menu .section-title h1{
    color: #23292c;
}
.menus-full .menu .section-title h1{
    line-height: 1.35em;
    margin-bottom: 0;
}
.menus-full .menu .section-title p{
    color: #73848e;
    margin-top: -6px;
}
.menus-full .menu .food{
    color: #23292c;
}
.menus-full .menu .food .food-desc .dots{
    background: url(../img/template-assets/dots-dark.png) left 14px repeat-x;
}
.menus-full .menu-meals-container{
    padding-left: 70px;
}
.menus-full .menu-meals-container ul{
    width: 315px;
}
.menus-full .menu-meals-container .owl-stage{
    width: auto !important;
}
.menus-full .menu-meals-container .owl-stage-outer{
    overflow: visible;
}
.menus-full .menu-meals-container ul li{
    position: relative;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}
.menus-full .menu-meals-container ul .owl-item{
    cursor: pointer;
    padding-top: 25px;
    padding-bottom: 26px;
    border-bottom: 1px solid #e5e5e5;
}
.menus-full .menu-meals-container ul .owl-item:first-of-type{
    padding-top: 0;
}
.menus-full .menu-meals-container ul .owl-item:last-of-type{
    border-bottom: none;
}
.menus-full .menu-meals-container ul li figure{
    float: left;
    margin-right: 20px;
    width: 60px;
}
.menus-full .menu-meals-container ul li .meal-details{
    overflow: hidden;
}
.menus-full .menu-meals-container ul li h3{
    margin-top: 10px;
    margin-bottom: 6px;
    color: #23292c;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.menus-full .menu-meals-container ul li p{
    font-size: 14px;
    font-style: italic;
    color: #73848e;
    line-height: 24px;
}
.menus-full .menu-meals-container ul .owl-item.active li h3{
    color: #e36630;
}
.menus-full .menu-meals-container ul .owl-item li:before{
    content: '';
    display: inline-block;
    width: 0;
    height: 0;
    position: absolute;
    top: 50%;
    left: -94px;
    z-index: 99;
    border-top: 11px solid transparent;
    border-right: 12px solid white;
    border-bottom: 11px solid transparent;
    border-left: 12px solid transparent;
    -webkit-transform: translateX(24px) translateY(-50%);
    -moz-transform: translateX(24px) translateY(-50%);
    transform: translateX(24px) translateY(-50%);
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.menus-full .menu-meals-container ul .owl-item.active li:before{
    -webkit-transform: translateX(0) translateY(-50%);
    -moz-transform: translateX(0) translateY(-50%);
    transform: translateX(0) translateY(-50%);
}
.menus-full .menu-meals-container ul .owl-item{
    width: auto !important;
    float: none !important;
}
.menus-full .menus-container{
    margin-bottom: 75px;
}
.menus-full .menu-carousel-nav{
    position: relative;
    top: auto;
    right: auto;
    margin-top: 17px;
    margin-left: 15px;
}
 
.menus.style2{
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    background-color: #fcfbf2;
}
.menus.style2 .section-title{
    margin-bottom: 110px;
}
.menus.style2 .menu-carousel-nav{
    top: 5px;
}
.menus-full.style2 .section-title{
    margin-bottom: 56px;
}
.menus-full.style2 .section-title h3{
    margin-bottom: 20px;
}
.menus-full.style2 .menu .food .food-name{
    font-family: 'Open Sans', sans-serif;
    font-size: 22px;
    font-weight: 700;
}
.menus-full.style2 .menu-meals-container ul .owl-item li h3{
    font-family: 'bebas_neue', sans-serif;
    font-weight: 700;
    margin-bottom: 0;
}
.menus-full.style2 .menu-meals-container ul .owl-item.active li h3{
    color: #bd8c60;
}

.menus-full.style3 {
    background: #f8ffee;
}
.menus-full.style3 .section-title{
    margin-bottom: 56px;
}
.menus-full.style3 .section-title h1{
    margin-bottom: 13px;
}
.menus-full.style3 .left-section{
    padding-top: 0;
}
.menus-full.style3 .menu .food .food-name{
    font-family: 'Open Sans', sans-serif;
    font-size: 22px;
    font-weight: 700;
}
.menus-full.style3 .menu-meals-container ul .owl-item li h3{
    font-family: 'nevis-Bold', sans-serif;
    font-weight: 700;
    margin-bottom: 0;
}
.menus-full.style3 .menu-meals-container ul .owl-item.active li h3{
    color: #a0bd31;
}
.menus.style3{
    padding-top: 110px;
}
.menus.style3 .section-title{
    margin-bottom: 53px;
}
.menus.style3 .menu-carousel-nav{
    display: none;
}
.menus.style3 .menu-column{
    padding-top: 38px;
    padding: 20px;
    background: #E05F2F;
    display: inline-block;
    padding-bottom: 0;
}
.menus.style3 .menu .food .food-name,
.menus.style3 .menu .food .food-price{
    font-family: 'Open Sans', sans-serif;
    font-size: 19px;
    font-style: normal;
    line-height: 30px;
}
.menus.style3 .menu .food .food-name{
    width: 1%;
    white-space: nowrap;
    display: table-cell;
    color: #555;
}
.menus.style3 .menu .food .food-price{
    color: #E05F2F;
    font-weight: 700;
    font-size: 28px;
}
.menus.style3 .menu .food .dots{
    position: relative;
    top: 8px;
}
.menus.style3 .menu .food .food-details{
    font-style: italic;
    width: 100%;
    display: inline-block;
    white-space: normal;
    margin-top: 9px;
    color: #E05F2F;
}
.menus.menus-full.style3 .menu .food .food-details{
    white-space: nowrap;
}
/* -------- Pricing Table Style ------- */
.pricing-section{
	padding: 100px 0;
}

.pricing-plans{
	text-align: center;
	padding: 30px 15px;
}

.pricing-plan-one {
	margin-bottom: 80px;
}
.recommended-pricing{
	background-color: #f5f5f5;
	padding: 60px;
	top: -40px;
	border: 1px solid #ddd;
	border-radius: 5px;
}
.pricing-plans .pricing-titles{
	text-align: center;
	border: 1px solid #80cc0c;
	border-bottom: 0;
	padding: 25px 0 15px;
}

.pricing-plans .pricing-titles h2{
	font-size: 18px;
	font-weight: 700;
	margin-bottom: 17px;
	color: #111111;
	margin-top: 10px;
}

.pricing-plans .pricing-titles p{
	font-size: 16px;
	color: #80cc0c;
}

.pricing-plans .pricing-titles p span{
	font-size: 30px;
	font-weight: 300;
}
.pricing-plans .pricing-service-name{
	background-color: #ffffff;
	border-left: 1px solid #80cc0c;
	border-right: 1px solid #80cc0c;
}

.pricing-plans ul li{
	text-align: center;
	padding: 20px 0;
	color: #111111;
	border-bottom: 2px solid #F9F9F9;
}
.pricing-plans a.signup-btn{
	font-size: 14px;
	font-weight: 700;
	color: #ffffff;
	padding: 15px 30px;
	text-align: center;
	display: inline-block;
	background: #80cc0c;
}
.bg-btn {
	padding: 20px;
	border-top: none;
	border: #80cc0c solid 1px;
	border-top: none;
}
.pricing-plans a.signup-btn:hover{
	color: #ffffff;
	background: #65a00a;
}



@media only screen and (min-width: 992px) and (max-width: 1199px) {
 
  .main-menu.minified {
    background-color: #28292e;
    padding: 20px 0 0;
    position: fixed;
  }

  .navbar-header {
    float: none;
    text-align: center;
  }

  .navbar-brand {
    float: none;
    font-size: 18px;
    line-height: 20px;
    padding: 15px;
  }

  .navbar-collapse {
  	text-align: center;
  }

  .main-menu .navbar-nav {
    display: inline-block;
    float: none;
  }

  .navbar-nav > li {
    display: inline-block;
    float: none;
    margin-bottom: 5px;
  }
 
  .portfolio-items .portfolio-item {
    height: auto;
    overflow: hidden;
    position: relative;
    width: 33.33331%;
  }
}
 

@media only screen and (min-width: 768px) and (max-width: 991px) {
 
  .main-menu.minified {
    background-color: #28292e;
    padding: 20px 0 0;
    position: fixed;
  }

  .navbar-header {
    float: none;
    text-align: center;
  }

  .navbar-brand {
    float: none;
    font-size: 18px;
    line-height: 20px;
    padding: 15px;
  }

  .navbar-collapse {
  	text-align: center;
  }

  .main-menu .navbar-nav {
    display: inline-block;
    float: none;
  }

  .navbar-nav > li {
    display: inline-block;
    float: none;
    margin-bottom: 5px;
  }
  .blurb-icon-left-square .icon {
    height: 50px;
    width: 50px;
    margin-right: 20px;
  }

  .blurb-icon-left-square .blurb-text {
    float: left;
    width: 140px;
  }

  .blurb-icon-left-square .icon i {
    font-size: 24px;
    line-height: 50px;
  }
 
  .portfolio-items .portfolio-item {
    height:auto;
    overflow: hidden;
    position: relative;
    width: 33.33331%;
  }
}
 

@media only screen and (max-width: 767px) {
.minified .navbar-brand {
	display: inherit;
	width: 122px;
	margin: -66px 0 0 0;
	float: left !important;
}
 .navbar-brand{
	 float:none !important;
	 height: 0;
	 padding: 0;
	 font-size: 18px;
	 line-height: 20px;
	}
  .section-header {
    margin-bottom: 60px;
    text-align: center;
  }
  .navbar-toggle {
    border: 1px solid #fff;
  }

  .navbar-toggle .icon-bar {
    border-radius: 1px;
    display: block;
    height: 2px;
    width: 22px;
    background-color: #fff;
  }

  .navbar-collapse {
    border-top: 0px solid transparent;
    box-shadow: 0 0px 0 rgba(255, 255, 255, 0) inset;
}
.main-menu{
	padding:0 !important;
}
  .main-menu .navbar-nav {
    float: right;
    padding: 10px 0;
    width: 100%;
  }

  .main-menu .navbar-nav li {
    display: block;
    width: 100%;
    text-align: right;
    padding: 8px 10px;
    background: rgb(11, 13, 17);
  }
.navbar-brand img{
	margin:0;
	/* width: 41%; */
	margin: 0;
}
  .main-menu .navbar-nav li:last-child{
  	margin-bottom: 0;
  }
  .blurb-icon-only {
    margin-bottom: 50px;
  }

  .blurb-icon-only:last-child{
  	margin-bottom: 0;
  }
  .blurb-icon-left-square .blurb-text {
    float: left;
    width: 61%;
  }
.icon-container {
  margin-bottom: 50px;
  }

.icon-container:last-child{
  margin-bottom: 0;
 }

  .process-item {
    text-align: center;
    margin-bottom: 50px;
  }

  .process-item:last-child{
  	margin-bottom: 0;
  }
  .cta-1 h2 {
    text-align: center;
    margin-bottom: 30px;
  }

  .cta-1 p{
  	text-align: center;
  	margin-bottom: 20px;
  }

  .cta-1 .cta-btn{
  	text-align: center;
  }

  .cta-1 .cta-btn a{
  	float: none;
  }
 
.main-slides h1.slider-text-big {
  color: #ffffff;
  font-size: 38px;
  margin-bottom: 25px;
  margin-top: 0;
  white-space: normal !important;
  text-align: center;
  width: 100% !important;
  margin-left: 0;
 }

.main-slides p {
  color: #ffffff;
  font-size: 18px !important;
  font-weight: 400;
  margin-bottom: 0;
  white-space: normal !important;
  text-align: center;
  margin-top: 20px;
  width: 100% !important;
  margin-left: 0px;
 }
 
  .portfolio-items .portfolio-item {
    height:auto;
    overflow: hidden;
    position: relative;
    width: 100%;
  }
  .service-wrapper > div{
    margin-bottom: 50px;
  }
 
  .contact-section .contact-address {
    margin-bottom: 50px;
  }


}
 

@media only screen and (min-width: 480px) and (max-width: 767px) {
 
  .portfolio-items .portfolio-item {
    width: 50%;
  }

}
