/*! Flickity v1.1.0
http://flickity.metafizzy.co
---------------------------------------------- */
.flickity-enabled{position:relative}.flickity-enabled:focus{outline:0}.flickity-viewport{overflow:hidden;position:relative;height:100%}.flickity-slider{position:absolute;width:100%;height:100%}.flickity-enabled.is-draggable{-webkit-tap-highlight-color:transparent;tap-highlight-color:transparent;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.flickity-enabled.is-draggable .flickity-viewport{cursor:move;cursor:-webkit-grab;cursor:grab}.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down{cursor:-webkit-grabbing;cursor:grabbing}.flickity-prev-next-button{position:absolute;top:50%;width:44px;height:44px;border:none;border-radius:50%;background:#fff;background:hsla(0,0%,100%,.75);cursor:pointer;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%)}.flickity-prev-next-button:hover{background:#fff}.flickity-prev-next-button:focus{outline:0;box-shadow:0 0 0 5px #09F}.flickity-prev-next-button:active{filter:alpha(opacity=60);opacity:.6}.flickity-prev-next-button.previous{left:10px}.flickity-prev-next-button.next{right:10px}.flickity-rtl .flickity-prev-next-button.previous{left:auto;right:10px}.flickity-rtl .flickity-prev-next-button.next{right:auto;left:10px}.flickity-prev-next-button:disabled{filter:alpha(opacity=30);opacity:.3;cursor:auto}.flickity-prev-next-button svg{position:absolute;left:20%;top:20%;width:60%;height:60%}.flickity-prev-next-button .arrow{fill:#333}.flickity-prev-next-button.no-svg{color:#333;font-size:26px}.flickity-page-dots{position:absolute;width:100%;bottom:-25px;padding:0;margin:0;list-style:none;text-align:center;line-height:1}.flickity-rtl .flickity-page-dots{direction:rtl}.flickity-page-dots .dot{display:inline-block;width:10px;height:10px;margin:0 8px;background:#333;border-radius:50%;filter:alpha(opacity=25);opacity:.25;cursor:pointer}.flickity-page-dots .dot.is-selected{filter:alpha(opacity=100);opacity:1}
/* ==========================================================================

Author: mTheme
Author URI: http://themeforest.net/user/mtheme_market
Version: 1.0


Content Tabel
+---------------+

* body
	+ Header / #header
	+ Main Content / #main-content
	+ Footer / #footer

========================================================================== */


body{
	font-size: 15px;
	line-height: 22px;
}
body.loadpage{}
body:before{
	content: "";
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	opacity: 0;
	z-index: -999;
	
		-webkit-transition: opacity 2s, z-index 2s;
    transition: opacity 2s, z-index 2s;
}
body.loadpage:before{
	opacity: 0.9;
	z-index: 9998;
}
body:after{
	content: "\f110";
	position: fixed;
	top: 50%;
	left: 0;
	right: 0;
	font-family: FontAwesome;
  	font-size: 48px;
  	text-align: center;
  	margin-top: -20px;
  	z-index: -999;  	
  	opacity: 0;
  	
  		-webkit-transition: opacity 2s, z-index 2s;
    transition: opacity 2s, z-index 2s;
		-webkit-animation: fa-spin 2s infinite linear;
	animation: fa-spin 2s infinite linear;
}
body.loadpage:after{
	opacity: 1;
	z-index: 9999;
}
a:hover,
a:focus{
	text-decoration: none;
	outline: 0;
}
img{
	max-width: 100%;
}
h1,h2,h3,h4,h5,h6{
	margin: 0 0 10px;
}
h1.title,
h2.title,
h3.title,
h4.title,
h5.title,
h6.title{
	text-transform: uppercase;
}
h1.title{
	font-size: 40px;
}
.line-title{
    display: inline-block;
    margin-bottom: 25px;
    padding-bottom: 20px;
    position: relative;
}
.line-title .fa{
    bottom: 0;
    font-size: 6px;
    left: 0;
    position: absolute;
    right: 0;
    text-align: center;
}
.line-title:after,
.line-title:before{
	bottom: 0;
    content: "";
    position: absolute;
}
.line-title:before{
    bottom: 2px;
    height: 2px;
    left: 15%;
    right: 50%;
    z-index: 1;
    margin-right: 10px;
}
.line-title:after{
    bottom: 2px;
    height: 2px;
    right: 15%;
    left: 50%;
    z-index: 1;
    margin-left: 10px;
}

.nav > li > a:focus, .nav > li > a:hover{
	background-color: transparent;
}
.backgroundFixed{
	background-attachment: fixed;
	background-position: top center;
	background-repeat: no-repeat;
}

#wrap{
	overflow-x: hidden;
}
/*********************
======= Header =======
*********************/
.header{
	position: relative;
}
.header a{
	color: inherit;
}
/* Top header */
.header-inner{
    left: 0;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
    z-index: 2;
}
.style-v2 .header-inner{
    height: 80px;
    left: auto;
    position: relative;
    right: auto;
    top: auto;
}
.style-v3 .header-inner{
    left: auto;
    position: relative;
    right: auto;
    top: auto;
}
.style-v2 .logo{
    float: left;
    position: absolute;
    top: 0;
    z-index: 3;
}
.style-v3 .logo{
	position: relative;
}
.style-v3 .logo a{
    left: 50%;
    margin-left: -88px;
    position: absolute;
    top: 0;
    z-index: 9;
}
.style-v2 .header-right{
	float: right;
	margin: 0;
}
.header-top{
	margin-top: 55px;
	margin-bottom: 20px;
}
.style-v3 .header-top{
	margin-top: 0;
	margin-bottom: 0;
}
.style-v3 .header-left, 
.style-v3 .header-right{
	margin: 0;
}
#primary-navigation{
    border: 0 none;
    border-radius: 0;
    display: inline-block;
    margin: 0;
    padding: 0;	
}
.style-v2 #primary-navigation{
	margin: 0 0 0 180px;
}
.style-v2 #navbar{
	padding: 0;
}
.header-left,
.header-right{
	margin-top: 25px;
}
.header-left{
	text-align: right;
}
.header-right{
	text-align: left;
}
.header-left li,
.header-right li{
	display: inline-block;
	/*font-style: italic;*/
}
.header-left li:before,
/*.header-right li:before{
	content: "/";
}*/
.header-left li:first-child:before,
.header-right li:first-child:before{
	content: "";
}
.header-left li a,
.header-right li a{
	display: inline-block;
	padding-left: 5px;
    padding-right: 3px;
}
.style-v2 .header-right li a{
	padding-top: 0;
	padding-bottom: 0;
	font-size: 14px;
	line-height: 80px;
}
#primary-navigation{
	font-size: 16px;
	text-transform: uppercase;
}
.style-v3 #primary-navigation{
	display: block;
}
.navbar-brand{
	display: none;
}
.style-v3 .navbar-nav{
	width: 50%;
	text-align: left;
}
.style-v3 .navbar-nav:FIRST-CHILD{
	text-align: right;
}
.navbar-nav > li{
	margin: 0 30px;
	padding-bottom: 15px;
}
.style-v2 .navbar-nav > li,
.style-v3 .navbar-nav > li{
	padding: 15px 0;
}
.style-v3 .navbar-nav > li{
	float: none;
	display: inline-block;
}
.navbar-nav > li > a{
	padding-left: 0;
	padding-right: 0; 
	font-weight: bold;
}
.navbar-nav > li ul{
	list-style: none;
	padding: 0;
	margin: 0;
}
.navbar-nav > li .mega-menu,
.navbar-nav > li .dropdown{
    left: 0;
    position: absolute;
    text-align: left;
    top: -900px;

	-webkit-transition: opacity 0.35s, top 0s ease 0.35s; /* Safari */
    transition: opacity 0.35s, top 0s ease 0.35s;
}
.navbar-nav > li:hover .mega-menu,
.navbar-nav > li:hover .dropdown{
	opacity: 1;
	top: 100%;
	-webkit-transition: top 0s ease 0s; /* Safari */
    transition: top 0s ease 0s;
}
.navbar-nav > li .mega-menu{
	right: -1000px;
}
.navbar-nav > li .mega-menu-inner,
.navbar-nav > li .dropdown {
	padding: 10px 20px;
	font-size: 13px;
	float: left;
}
.navbar-nav > li .mega-menu-inner li,
.navbar-nav > li .dropdown li{
	padding-top: 5px;
	white-space: nowrap;
}
.navbar-nav > li .mega-menu-inner li:FIRST-CHILD,
.navbar-nav > li .dropdown li:FIRST-CHILD{
	padding-top: 0;
}
.navbar-nav > li .mega-menu-inner figcaption{
    line-height: 18px;
    margin-top: 5px;
    text-transform: none;
}
.navbar-nav > li .mega-menu .mega-cols{
	float: left;
	min-width: 120px;
	max-width: 170px;
}
/* Banner */
#banner{
	position: relative;
	z-index: 1;
}
.nivo-directionNav{
	display: none;
}
.nivo-controlNav{
    bottom: 10px;
    left: 0;
    position: absolute;
    right: 0;
    z-index: 15;
}
.nivo-controlNav a{
	border-radius: 50%;
    display: inline-block;
    height: 15px;
    margin: 0 4px;
    opacity: 0.6;
    text-indent: -9999px;
    width: 15px;
}
.nivo-controlNav a:hover,
.nivo-controlNav a.active{
	opacity: 1;
}
.nivo-caption{
    background: none;
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    padding: 0;
    margin: 0;
    opacity: 1;
}
.nivo-caption-content{
	bottom: 26%;
    left: 30%;
    position: absolute;
    right: 30%;
    z-index: 3;
    text-align: center;
}
.style-v3 .nivo-caption-content,
.style-v2 .nivo-caption-content{
	bottom: auto;
	top: 30%;
}
.nivo-caption-content .desc{
	font-size: 20px;
}
.nivo-caption-img-1{
	position: absolute;
	bottom: 40px;
	right: 0;
	width: 35%;
	z-index: 2;
}
.nivo-caption-img-2{
	position: absolute;
	bottom: 40px;
	left: 0;
	width: 30%;
	z-index: 1;
}
.nivo-caption-img-1 img,
.nivo-caption-img-2 img{
    max-width: 100%;
    position: static;
}


/*********************
======= Main =======
*********************/
.page-content{
	padding-top: 55px;
}
.section{
	padding: 90px 0 50px;
	overflow: hidden;
}
.section.menu-item{
	padding: 30px 0;
}
.home .section{
	line-height: 26px;
}
.home .section p{
	margin-bottom: 20px;
}

/* Info */
.infoUs{
	text-align: center;
}
.page-about .infoUs{
	text-align: left;
}
.infoUs .title{
	width: 60%;
}
.infoUs figure{
	margin-top: -50px;
    text-align: left;
}
.infoUs figure img{
	position: relative;
	z-index: 3;
}
.infoUs figure img + img{
	z-index: 2;
	margin-top: -70px;
}

/* Services */
.services{
	position: relative;
}
.service-effect{
	position: absolute;
	left: 0;
	bottom: 0;
	right: 0;
	bottom: 0;
	z-index: 2;
	padding: 0;
	margin: 0;
	top: 0;
	list-style: none;
}
.service-effect:after{
	content:"";
	position: absolute;
	left: 0;
	bottom: 0;
	top: 0;
	right: 0;
	background-color: transparent;
	z-index: 3;
}
.service-effect li{
	position: absolute;
	left: 50%;
	top: 120px;
}
.service-effect li:nth-child(6n+1){
    margin-left: -370px;
    margin-top: 80px;	
    z-index: 6;
}
.service-effect li:nth-child(6n+2){
    margin-left: -320px;
    margin-top: -80px;
    z-index: 1;	
}
.service-effect li:nth-child(6n+3){
    margin-left: -145px;
    margin-top: -135px;
    z-index: 3;	
}
.service-effect li:nth-child(6n+4){
    margin-left: 35px;
    margin-top: -80px;
    z-index: 4;	
}
.service-effect li:nth-child(6n+5){
    margin-left: 120px;
    z-index: 5;	
}
.service-effect li:nth-child(6n+6){
    margin-left: 200px;
    margin-top: 110px;
    z-index: 6;	
}
#services-item{
    list-style: outside none none;
    margin: 0 auto;
    position: relative;
    width: 70%;
    min-height: 600px;
    padding: 0;
    z-index: 4;
}
#services-item li{
    background: hsl(33, 74%, 81%) none repeat scroll 0 0;
    border-radius: 100%;
    display: inline-block;
    position: absolute;
    width: 50px;
	height: 50px;
	text-indent: -9999px;
	margin: -25px 0 0 -25px;
	left: 50%;
	top: 50%;
	
	-webkit-transition: all 1s; /* Safari */
    transition: all 1s;
}
#services-item li.active{
	text-indent: inherit;
	width: 220px;
	height: 220px;
	margin-top: -110px;
	margin-left: -110px;
}
#services-item li:hover{
	cursor: pointer;
}
#services-item li.active:hover{
	cursor: default;
}
#services-item li:after,
#services-item li:before{
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
}
#services-item li:after{
    height: 17px;
    margin: -8.5px 0 0 -1.5px;
    width: 3px;
}
#services-item li:before{
	width: 17px;
	height: 3px;
	margin: -1.5px 0 0 -8.5px;
}
#services-item li:nth-child(6n+1){
    left: 15%;
    top: 10%;
}
#services-item li:nth-child(6n+2){
	background: hsl(19, 63%, 50%);
    left: 30%;
    top: 45%;
}
#services-item li:nth-child(6n+3){
	background: hsl(11, 94%, 65%) none repeat scroll 0 0 !important;
    top: 15%;
}
#services-item li:nth-child(6n+4){
    background: hsl(33, 100%, 50%) none repeat scroll 0 0 !important;
    left: 65%;
    top: 40%;
}
#services-item li:nth-child(6n+5){
    background: hsl(15, 45%, 28%) none repeat scroll 0 0 !important;
	left: 80%;
    top: 10%;
}
#services-item li:nth-child(6n+6){
    background: hsl(203, 65%, 77%) none repeat scroll 0 0 !important;
 	left: 90%;
    top: 50%;
}
#services-item li.active:after, 
#services-item li.active:before{
	display: none;
}
#services-item li aside{
    border: 1px solid #FFF;
    border-radius: 100%;
    bottom: 3px;
    box-sizing: border-box;
    left: 3px;
    padding: 3px;
    position: absolute;
    right: 3px;
    text-align: center;
    top: 3px;
    z-index: 3;
    overflow: hidden;
    line-height: 22px;
}
#services-item li .service-inner{
	padding: 35px 20px 10px;
}
#services-item li aside h3{
	margin: 0 0 10px;
	text-transform: uppercase;
}
#services-item li .service-inner a{
	color: inherit;
}
#services-item li .service-inner a:hover{
	opacity: 0.7;
}
#services-item li em.animated{
    border: 5px solid #FFF;    
    border-radius: 50%;
    bottom: -5px;
    content: "";
    left: -5px;
    position: absolute;
    right: -5px;
    top: -5px;
    z-index: 2;
}


/* Latest */
.latest{
	text-align: center;
	/*padding-top: 130px;*/
}
.latest .posts_list{
	list-style: none;
	padding: 0;
	text-align: left;
	margin: 0;
}
.latest .posts_list li{
	display: inline-block;
	width: 100%;
	padding: 35px 0;
	border-bottom: 1px solid;
}
.latest .posts_list figure{
    float: left;
    margin-right: 50px;
    width: 32%;
}
.latest .posts_list li:nth-child(2n) figure{
	float: right;
    margin-left: 50px;
    margin-right: 0;
}
.latest .posts_list img{
	max-width: 100%;
}
.latest .posts_list aside{
	overflow: hidden;
}
.latest .posts_list aside h4{
	text-transform: uppercase;
}
.widget-gallery ul{
	list-style: none;
	padding: 0;
	border: 10px solid hsl(32, 38%, 84%);
    box-shadow: 0 0 15px 0 hsla(32, 38%, 84%, 0.75);
    margin: 0 0 0 30px;
    display: inline-block;
}
.widget-gallery li{
	float: left;
	width: 50%;
	position: relative;
}
.widget-gallery li figure{
	position: relative;
	overflow: hidden;
}
.widget-gallery li figure a{
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
}
.widget-gallery li figure a:after{
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	opacity: 0.6;
	
		-webkit-transition: all 0.25s;
    transition: all 0.25s;
}
.widget-gallery li figure:hover a:after{
	opacity: 0.2;
	left: 20px;
	right: 20px;
	bottom: 20px;
	top: 20px;
}
.widget-gallery li figure img{
	width: 100%;
	/*
		-webkit-transition: all 0.25s;
    transition: all 0.25s; */
}
.widget-gallery li figure:hover img{
    	/*-webkit-transform: scale(1.2,1.2);
    transform: scale(1.2,1.2); */
}
.latest .modal{
	text-align: left;
}

/* info recipe */
.info-recipe{
	padding: 50px 0;
}
.info-recipe figure{
	float: right;
	width: 50%;
}
.info-recipe aside{
	overflow: hidden;
}
.info-recipe aside h4{
	padding-top: 20px;
	padding-bottom: 10px;
	text-transform: uppercase;
	line-height: 26px;
}
.info-recipe .video-recipe li{
	float: right;
	width: 49%;
	padding: 0 0 0 20px;
}
.info-recipe .video-recipe li a{
	padding: 0;
	margin: 0;
}
.info-recipe .video-recipe li a img{
	max-width: 100%;
	height: auto;
}
.info-recipe .video-recipe h5{
	text-transform: uppercase;
	padding-top: 20px;
}

/* bullet proof */
.bulletproof figure{
	text-align: right;
	margin-top: -40px;
	padding-right: 30px;
}
.bulletproof ul{
	padding: 0 0 0 20px;
	margin: 0;
	list-style-image: url("../imgs/list-style-1.png");
}
.bulletproof h4.title{
	text-align: center;
	margin-top: 20px;
}

/* About */
.page-header{
	padding: 0;
	margin: 0;
	text-align: center;
	position: relative;
	border: 0;
}
.page-header .post-thumbnail{
	position: relative;
}
.style-v2 .page-header .post-thumbnail,
.style-v3 .page-header .post-thumbnail{
	 bottom: 0;
    left: 0;
    overflow: hidden;
    position: absolute;
    right: 0;
    top: 0;
    height: auto;
}
.page-header .post-thumbnail:after{
	content:"";
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	opacity: 0.45;
}
.page-header .post-thumbnail img{
}
.page-header .title{
	bottom: 0;
    left: 0;
    margin: 0;
    position: absolute;
    right: 0;
    font-weight: bold;
}
.style-v2 .page-header .title{
	position: static;
	padding: 55px 0;
}
.style-v3 .page-header .title{
	position: static;
	padding: 100px 0 50px;
}
.style-v2 .page-header .title .line-title,
.style-v3 .page-header .title .line-title{
	margin: 0;
}
.ourMission {
	overflow: visible;
	padding: 50px 0;
}
.ourMission figure{
    margin-bottom: -120px;
    margin-top: -100px;
    position: relative;
}
.ourMission h5.title{
    margin: 0;
    padding: 10px 0;
}
.ourPromise h1.title{
	padding-top: 50px;
}

.gallery-about{
	padding: 0;
	height: 360px;
}
.gallery-about .gallery-flickity{
	margin: 0;
}
.gallery-about img{
	height: 100%;
	width: auto;
}
.ourMethods figure{
	text-align: right;
	padding-right: 30px;
	position: relative;
}
.ourMethods figure img{
	width: 70%;
	margin-top: -30px;
}
.ourMethods figure img + img{
    bottom: 0;
    left: 0;
    position: absolute;
    width: 60%;
}

/* Galleries */
#galleries{
	margin-top: -15px;
}
.galleries .filter,
.menus .filter{
    margin-bottom: 35px;
    padding: 15px 0;
    text-align: center;
}
.galleries .filter .button,
.menus .filter .button{
	font-size: 12px;
	text-transform: uppercase;
	font-weight: bold;
	padding: 0 10px;
	line-height: 32px;
	border: 2px solid;
	background-color: transparent;
	margin: 0 3px; 
}
.galleries .gallery-item{
	display: inline-block;
    float: none;
    position: static;
	-webkit-transition: height 1.5s ease 0.5s;
    transition: height 1.5s ease 0.5s;
}
.galleries .gallery-item.active{
	-webkit-transition: height 1.5s;
    transition: height 1.5s;
}
.galleries-v1 .gallery-v1 .close{
    font-size: 32px;
    font-weight: 300;
    opacity: 1;
    text-shadow: none;
}

.galleries .gallery-item .inner{
	display: inline-block;
	width: 100%;
}
.galleries .gallery-item figure{
	position: relative;
}
.galleries .gallery-item figure img{
	width: 100%;	
} 
.galleries .gallery-item figure figcaption > a.gallery-ajax{ 
	bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
}
.galleries .gallery-item figure figcaption > a.gallery-ajax:after{ 
	content: "";
	position: absolute;
	bottom: 20px;
    left: 20px;
    top: 20px;
    right: 20px;
    background-color: rgba(226, 121, 0, 0.4);
    z-index: 4;
    
        
        	-ms-transform: scale(0,0);
    	-webkit-transform: scale(0,0);
    transform: scale(0,0);
    		-ms-transition: -ms-transform 0.75s;
    	-webkit-transition: -webkit-transform 0.75s;
    transition: transform 0.75s;
}
.galleries .gallery-item figure:hover figcaption > a.gallery-ajax:after{ 
        -ms-transform: scale(1,1);
    -webkit-transform: scale(1,1);
    transform: scale(1,1);	
}
.galleries .gallery-item figure .gallery-icon{
	position: absolute;
	left: 0;
	right: 0;
	top: 50%;
	margin-top: -20px;
	height: 40px;
	text-align: center;
	z-index: 5;
}
.galleries .gallery-item figure .gallery-icon a{
    font-size: 20px;
    height: 40px;
    line-height: 40px;
    width: 40px;
    margin: 0 2.5px;
    opacity: 0;
    
		-webkit-animation-duration: 0.75s;
	animation-duration: 0.75s;
	
  		-webkit-animation-fill-mode: both;
  	animation-fill-mode: both;
  	
		-webkit-animation-name: fadeOutLeft;
	animation-name: fadeOutLeft;
}
.galleries .gallery-item figure .gallery-icon a + a{
		-webkit-animation-name: fadeOutRight;
	animation-name: fadeOutRight;	
}
.galleries .gallery-item figure:hover .gallery-icon a{
			-webkit-animation-delay: 0.25s;
    animation-delay: 0.25s;
    
		-webkit-animation-name: fadeInLeft;
	animation-name: fadeInLeft;
}
.galleries .gallery-item figure:hover .gallery-icon a + a{
		-webkit-animation-name: fadeInRight;
	animation-name: fadeInRight;	
}
.galleries .gallery-item h4.title{
	margin: 15px 0 50px;
	position: relative;
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.galleries .gallery-item h4.title:after {
	bottom: -50px;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(0, 0, 0, 0);
	border-bottom-color: #000;
	border-width: 30px;
	margin-left: -30px;
	opacity: 0;
}
.galleries .active h4.title:after{
	opacity: 1;
	-webkit-transition: opacity 1s ease 1s;
    transition: opacity 1s ease 1s;
}
.galleries .gallery-v1{
	padding-bottom: 50px;
    left: 0;
    position: absolute;
    top: auto;
    width: 100%;
    overflow: hidden;
    opacity: 0;
	-webkit-transition: opacity 1s;
    transition: opacity 1s;
    z-index: -999;
}
.galleries .active .gallery{
	-webkit-transition: opacity 1s ease 1s;
    transition: opacity 1s ease 1s;
    
	opacity: 1;
	z-index: 3;
}
.galleries .gallery .gallery-inner{
	padding: 50px 0;
}

.gallery-flickity{
	margin-bottom: 20px;
}
.gallery .flickity-page-dots,
.gallery-v1 .flickity-prev-next-button{
	display: none;
}
.gallery-v1 .gallery-cell{
	width: 60%;
	margin: 0 20px;
	opacity: 0.2;
	-webkit-transition: opacity 1s; /* Safari */
    transition: opacity 1s;
}
.gallery-about .gallery-cell{
	height: 360px;	
}
.gallery-about .gallery-cell img{
	width: auto;
	max-width: none;
	height: 100%;
}
.gallery-cell img{
	width: 100%;
}

.gallery-meta{
	display: inline-block;
	width: 100%;
	margin: 20px 0 0;
}
.gallery-meta > *{
	float: left;
	line-height: 21px;
}
.gallery-meta .gallery-date{
	margin-right: 30px;
	padding-right: 30px;
	border-right: 1px solid;
}
.gallery-v2 .gallery-meta{
	border-top: 1px solid;
	padding-top: 20px;
}
.flickity-prev-next-button{
	background: transparent !important;
	border: 1px solid;
}
.gallery-v2 .gallery-meta .gallery-date,
.gallery-v2 .gallery-meta .gallery-location{
	border: 0 none;
    font-size: 14px;	
}
.gallery-meta .sharethis{
	float: right;
	position: relative;
	display: none;
}
.gallery-v2 .gallery-meta .sharethis{
    clear: both;
    float: left;
    margin-top: 30px;
}
.gallery-meta .sharethis .stButton{
    height: 36px;
    line-height: 36px;
    margin: -5px 0 0;
    position: absolute;
    right: 0;
    text-indent: -9999px;
    top: 0;
    width: 110px;
}
.gallery-meta .sharethis .sharethis-icon{
    float: right;
    font-size: 16px;
    font-weight: bold;
    height: 36px;
    line-height: 36px;
    margin-top: -5px;
    text-align: center;
    text-transform: uppercase;
    width: 110px;	
}
.gallery-meta .sharethis .sharethis-icon .fa{
    font-size: 18px;
    font-weight: normal;
    margin-right: 8px;
}
.gallery-meta label{
	font-weight: normal;
	margin: 0;
}
.gallery-v2 .gallery-cell{
	width: 100%;
}
.gallery-v1 .gallery-cell.is-selected{
	opacity: 1;
}
.gallery-v1 h3.title,
.gallery-v1 .entry-content{
	width: 60%;
	margin: auto;
}
.gallery-v1 .entry-content{
	font-size: 16px;
}
.gallery-v1 h3.title{
	margin-bottom: 20px;
}
.gallery-v2 h3.title{
	font-weight: bold;
	padding-left: 10px;
}
.gallery-v2 .entry-content{
	font-size: 16px;
	padding-left: 10px;
}
.modal{
	padding-right: 0 !important;
	margin-top: 5px;
}
.modal-header{
	border: 0;
	padding: 40px 0 0;
}
.modal-content{
	border-radius: 0;
	border: 0;
	min-height: 100%;
}
.modal-header .close {
    font-size: 26px;
    margin-top: 0;
    opacity: 1 !important;
}


/* Blog */
article.post{
	margin-bottom: 50px;
}
.page-blog article.post .post-thumbnail{
	position: relative;
	overflow: hidden;
}
.page-blog article.post .post-thumbnail img{
        -ms-transform: scale(1,1);
    -webkit-transform: scale(1,1);
    transform: scale(1,1);
    
        		-ms-transition: -ms-transform 0.5s;
    	-webkit-transition: -webkit-transform 0.5s;
    transition: transform 0.5s;
}
.page-blog article.post .post-thumbnail:hover img{
        -ms-transform: scale(1.2,1.2);
    -webkit-transform: scale(1.2,1.2);
    transform: scale(1.2,1.2);	
}
.page-blog article.post .post-thumbnail a{ 
	bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
}
.page-blog article.post .post-thumbnail a:after{ 
	content: "";
	position: absolute;
	bottom: -30px;
    left: -30px;
    top: -30px;
    right: -30px;
    
    border: 30px solid;
    border-color: rgba(226, 121, 0, 0.4);
    
    	-webkit-transition: all 0.25s;
    transition: all 0.25s;
}
.page-blog article.post .post-thumbnail:hover a:after{ 
    bottom: 0px;
    left: 0px;
    top: 0px;
    right: 0px;
}

.page-post article.post .post-thumbnail,
.page-blog-sidebar article.post .post-thumbnail{
	margin-bottom: 20px;
}
article.post .entry-left{
    float: left;
    margin-top: 5px;
    padding-right: 30px;
    width: 90px;
}
article.post .entry-left .social a{
    border: 2px solid;
    border-radius: 50%;
    display: inline-block;
    font-size: 20px;
    height: 40px;
    line-height: 40px;
    margin: 7px 0;
    text-align: center;
    width: 40px;
    position: relative;
    	-webkit-transition: all 0.2s; /* Safari */
    transition: all 0.2s;
}
article.post .entry-left .social a:hover{
    	-webkit-transform: scale(1.1,1.1);
    transform: scale(1.1,1.1);
}
article.post .entry-main{
	overflow: hidden;
}
.entry-date{
	font-size: 52px;
	line-height: 48px;
	margin-bottom: 10px;
}
.page-post article.post .entry-date,
.page-blog-sidebar article.post .entry-date{
	line-height: 36px;
}
.page-post article.post .entry-date small,
.page-blog-sidebar article.post .entry-date small{
    border-top: 1px solid;
    float: left;
    line-height: 24px;
    margin-top: 10px;
    padding-top: 5px;
    width: 100%;
    margin-bottom: 15px;
}
.entry-date small{
	font-size: 20px;
}
.entry-title{
    font-weight: bold;
    margin: 0 0 20px;
}
.page-post .entry-title{
	margin: 0 0 20px;
}
.entry-content{
	margin-bottom: 35px;
}
.page-post .entry-content{
	margin-bottom: 0;
}
.entry-meta{
	position: relative;
	padding-top: 15px;
}
.page-post .entry-meta{
	margin-bottom: 15px;
}
.entry-meta:after{
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	height: 2px;
	width: 82px;
}
.navigation{
	margin: 0 0 50px;
	border-top: 1px solid;
	padding-top: 10px;
	font-size: 18px;
}
.pagination{
	margin: 0;
}
.pagination > *{
	margin-right: 20px;
}
#comments{
    margin-left: 90px;
    margin-bottom: 50px;
}
#comments h3.title{
	margin-bottom: 20px;
	border-top: 1px solid;
    padding-top: 50px;
}
#comments .comment-list{
	list-style: none;
	padding: 0;
	margin-bottom: 40px;
}
#comments .comment-avatar{
    border-radius: 50%;
    float: left;
    height: 70px;
    margin-right: 20px;
    overflow: hidden;
    width: 70px;
}
#comments .comment-main{
	overflow: hidden;
}
#comments h5.title{
	font-size: 16px;
	margin: 0;
}
#comments .comment-date{
	font-size: 14px;
	margin-bottom: 10px;
}
#comments .comment{
	margin-bottom: 25px;
}
#comments .children{
    list-style: outside none none;
    margin-left: 90px;
    padding: 0;
    margin-top: 25px;
}
#respond h3.title{
	padding-top: 35px;
}

.comment-form input,
.comment-form textarea{
	border: 1px solid;
	line-height: 40px;
	padding: 0 10px;
	width: 100%;
	margin-bottom: 10px;
		-webkit-box-shadow: none;
	box-shadow: none;
}
.comment-form-author{
	float: left;
	width: 48%;
}
.comment-form-email{
	float: right;
	width: 48%;
}
.comment-form button{
    background: none;
    border: 2px solid;
    font-weight: bold;
    line-height: 40px;
    padding: 0 30px;
    text-transform: uppercase;
		-webkit-transition: all 0.2s; /* Safari */
    transition: all 0.2s;
}
.comment-form button:before{
	top: -2px;
	right: -2px;
	bottom: -2px;
	left: -2px;
}
.sidebar{
	padding-left: 10px;
}
h3.widgettitle{
	font-size: 20px;
	text-transform: uppercase;
	font-weight: bold;
	margin-bottom: 15px;
}
.sidebar .widget{
	margin-bottom: 35px;
}
.sidebar .widget ul{
	line-height: 28px;
	list-style-image: url("../imgs/list-style-1.png");
	padding-left: 20px;
}
.sidebar .categories ul li:hover,
.sidebar .achives ul li:hover{
	list-style-image: url("../imgs/list-style-2.png");
}
.sidebar .categories ul li a,
.sidebar .achives ul li a{
	display: block;
}
.sidebar .recent-post ul,
.sidebar .recent-comment ul{
	list-style: outside none none;
	padding: 0;
}
.sidebar .recent-post li,
.sidebar .recent-comment li{
    border-top: 1px solid;
    margin-top: 11px;
    padding-top: 10px;
}
.sidebar .recent-post li:FIRST-CHILD,
.sidebar .recent-comment li:FIRST-CHILD{
	margin: 0;
	padding: 0;
	border: 0;
}
.sidebar .recent-comment-author{
	font-size: 18px;
}
.sidebar .recent-comment-date{
    display: block;
    font-size: 12px;
    line-height: 12px;
    margin-bottom: 10px;
}
.sidebar .tagcloud a{
    border: 1px solid;
    display: inline-block;
    line-height: 24px;
    margin-bottom: 10px;
    margin-right: 5px;
    padding: 0 15px;
}

/* Menus */
#menus{
	margin-top: -15px;
}
.menus .menu-inner{
	padding-top: 10px;
}
.menus h1.title{
	margin-bottom: 35px;
}
.menus .menu-thumbnail{
	margin-right: 30px;
}
.menus .col-sm-push-6 > *{
	margin-left: 40px;
	margin-right: 0;
}
.menus aside{
	margin-bottom: 20px;
	font-size: 14px;
}
.menus .menu-img{
	float: left;
	margin-right: 20px;
	width: 50px;
}
.menus .menu-content{
	overflow: hidden;
}
.menus .menu-title{
	font-size: 15px;
	position: relative;
}
.menus .menu-title:after{
	content: "";
	position: absolute;
	bottom: 4px;
	left: 0;
	right: 0;
	border-bottom: 1px dashed;
	z-index: 1;
}
.menus .menu-title span{
	background-color: inherit;
	position: relative;
	z-index: 2;
	padding: 0 5px 0 0;
}
.menus .menu-title .menu-price{
    float: right;
    font-size: 15px;
    font-weight: normal;
    padding: 0 0 0 5px;
}
.menus .menu-title .menu-price .fa{
	margin-right: 3px;
}

.filter-stuck,
.style-v2 #wrap .header-stuck,
.style-v3 #wrap .header-stuck{
    border-bottom: 1px solid;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 999;
}
.style-v2 .filter-stuck{
    top: 80px;
    z-index: 998;	
}
.style-v3 .filter-stuck {
    bottom: 0;
    margin: 0;
    top: auto;
    border-width: 1px 0 0;
    border-style: solid;
    z-index: 998;
    
    	-webkit-transition: all 1s;
    transition: all 1s;
}

/* Contact Form */
.contact-content{
	margin-right: 20px;
	margin-bottom: 50px;	
}
.contact-content .contact-desc{
	padding: 10px 0;
}
.contact-form input,
.contact-form textarea{
	border: 1px solid;
	line-height: 26px;
	padding: 7px 10px;
	width: 100%;
	margin-bottom: 15px;
		-webkit-box-shadow: none;
	box-shadow: none;
	-webkit-border-radius: 0;
	border-radius: 0;
}
.contact-form button{
    background: none;
    border: 2px solid;
    font-weight: bold;
    line-height: 40px;
    padding: 0 30px;
    text-transform: uppercase;
		-webkit-transition: all 0.2s; /* Safari */
    transition: all 0.2s;
}
.contact-form button:before{
	top: -2px;
	right: -2px;
	bottom: -2px;
	left: -2px;
}
.contact-form .alert{
	margin-bottom: 0;
	margin-top: 30px;
}
#map-canvas{
	width: 100%;
	height: 450px;
	border-width: 1px 0;
	border-style: solid; 
}

/*********************
======= Footer =======
*********************/

#footer{
	padding: 50px 0 0;
}
.footer-info .widget > .title{
    border-bottom: 1px solid;
    line-height: 40px;
    margin-bottom: 20px;
}
.footer-info .contact-us p{
	display: inline-block;
	width: 100%;
	margin-bottom: 20px;
}
.footer-info .contact-us .fa{
    float: left;
    font-size: 24px;
    margin-right: 10px;	
}
.footer-info .contact-us p span{
	overflow: hidden;
}
.footer-info ul{
	list-style: none;
	margin: 0;
	padding: 0;
	line-height: 26px;
}
.footer-info a{
	color: inherit;
}
.footer-info input{
	line-height: 22px;
	border: 1px solid;
	background-color: transparent;
	padding: 4px 5px;
	border-radius: 0;
	-webkit-border-radius: 0;
	width: 100%;
	outline: 0;
	  -webkit-box-shadow: none;
          box-shadow: none;
}
.footer-info button{
	border: 0;
	text-transform: uppercase;
	width: auto;
	padding: 0 20px;
	line-height: 35px;
}
.footer-info .social li{
	float: left;
	width: 30px;
	line-height: 30px;
	text-align: center;
	margin-right: 10px;
	margin-bottom: 10px;
	font-size: 18px;
}
.footer-info .social li a{
	display: block;
}
.copyright{
	line-height: 56px;
	font-size: 14px;
	text-align: center;
	border-top: 1px solid;
}
/* ==========================================================================

Author: mTheme
Author URI: http://themeforest.net/user/mtheme_market
Version: 1.0


Content Tabel
+---------------+

* body
	+ Header / #header
	+ Main Content / #main-content
	+ Footer / #footer

========================================================================== */


@media (min-width: 768px) {
	.galleries .gallery-item.col-sm-6{
		width: 49.5%;
	}
}
@media (min-width: 992px) {
	.galleries .gallery-item.col-md-4{
		width: 33%;
	}
}
@media (min-width: 1200px) {
	.galleries .gallery-item.col-lg-3{
		width: 24.7%;
	}	
}
@media (min-width: 1900px) {
	.nivo-caption-content{
		bottom: 40%;
	    left: 35%;
	    right: 35%;
	}
	.service-effect li {
		top: 200px;
	}
	.service-effect li:nth-child(6n+1) {
	    margin-left: -400px;
	    margin-top: 80px;
	}
	.service-effect li:nth-child(6n+2) {
	    margin-left: -320px;
	    margin-top: -100px;
	}
	.service-effect li:nth-child(6n+5) {
	    margin-left: 170px;
	    top: 160px;
	}
	.service-effect li:nth-child(6n+6) {
	    margin-left: 230px;
	    margin-top: 130px;
	}
	#services-item{
		min-height: 800px;
		width: auto;
	}
	.page-header .title{
    	bottom: 10px;
    }
    .infoUs figure {
	    text-align: right;
	}
}
@media (min-width: 992px) and (max-width: 1199px) {
	.navbar-nav > li {
	    margin: 0 20px;
	}
	.style-v2 .navbar-nav > li{
		margin: 0 15px;
	}
	.nivo-controlNav{
		bottom: 0;
	}	
	.nivo-caption-img-1,
	.nivo-caption-img-2{
		bottom: 0;
	}
	.nivo-caption-content {
   		bottom: 10%;
    	left: 20%;
    	right: 20%;
    }
    .nivo-caption-content h1.title{
  		margin-bottom: 10px;
    	padding-bottom: 10px;
    }
    h1.title{
    	font-size: 32px;
    }
    h2.title{
    	font-size: 28px;
    }
    #services-item{
    	min-height: 340px;
    }
    .service-effect li{
    	top: 240px;
    }
    .service-effect li img{
    	height: auto;
    	width: 110px;
    }
    .service-effect li:nth-child(6n+1){
    	margin-left: -190px;
    	margin-top: -65px;
	}
	.service-effect li:nth-child(6n+2){
    	margin-left: -170px;
    	margin-top: -110px;
	}
	.service-effect li:nth-child(6n+3){
    	margin-left: -60px;
    	margin-top: -160px;
	}
	.service-effect li:nth-child(6n+4){
    	margin-left: 40px;
    	margin-top: -140px;
	}
	.service-effect li:nth-child(6n+5){
    	margin-left: 115px;
    	margin-top: -100px;
	}
	.service-effect li:nth-child(6n+6){
	    margin-left: 115px;
	    margin-top: -40px;
	}
	#services-item li:nth-child(6n+4){
		top: 60%;
	}
	.widget-gallery ul{
		margin: 0;
	}
	.info-recipe .video-recipe li{
		width: 100%;
		float: none;
	}
	.info-recipe .video-recipe h5 {
    	margin-bottom: 15px;
    	padding-top: 0;
    }
    .modal-body {
    	padding: 15px 0;
    }
    .header-top{
    	margin-top: 20px;
    }
    
	.line-title{
		margin-bottom: 15px;
    	padding-bottom: 10px;
	}
	.header-top {
    	margin-bottom: 15px;
    }
    .page-header .title{
    	bottom: 0;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
	.style-v2 .logo {
		width: 135px;
	}
	.style-v2 #primary-navigation{
		margin-left: 135px;
	}
	.navbar-nav > li {
	    margin: 0 20px;
	}
	.style-v2 .navbar-nav > li,
	.style-v3 .navbar-nav > li {
	    margin: 0 4px;
	}
	.nivo-controlNav{
		bottom: 0;
	}	
	.nivo-caption-img-1,
	.nivo-caption-img-2{
		bottom: 0;
	}
	.nivo-caption-content {
   		bottom: 10%;
    	left: 20%;
    	right: 20%;
    }
    .nivo-caption-content h1.title{
  		margin-bottom: 10px;
    	padding-bottom: 10px;
    }
    h1.title{
    	font-size: 32px;
    }
    h2.title{
    	font-size: 28px;
    }
    #services-item{
    	min-height: 340px;
    }
    .service-effect li{
    	top: 200px;
    }
    .service-effect li img{
    	height: auto;
    	width: 100px;
    }
    .service-effect li:nth-child(6n+1){
    	margin-left: -170px;
    	margin-top: -30px;
	}
	.service-effect li:nth-child(6n+2){
    	margin-left: -135px;
    	margin-top: -80px;
	}
	.service-effect li:nth-child(6n+3){
    	margin-left: -60px;
    	margin-top: -160px;
	}
	.service-effect li:nth-child(6n+4){
    	margin-left: 40px;
    	margin-top: -140px;
	}
	.service-effect li:nth-child(6n+5){
    	margin-left: 115px;
    	margin-top: -100px;
	}
	.service-effect li:nth-child(6n+6){
	    margin-left: 115px;
	    margin-top: -40px;
	}
	#services-item li:nth-child(6n+1){
		left: 5%;
	}
	#services-item li:nth-child(6n+2){
		top: 50%;
	}
	#services-item li:nth-child(6n+4){
		top: 60%;
	}
	#services-item li:nth-child(6n+6){
		left: 95%;
	}
	.widget-gallery ul{
		margin: 0;
	}
	.info-recipe .video-recipe li{
		width: 100%;
		float: none;
	}
	.info-recipe .video-recipe h5 {
    	margin-bottom: 15px;
    	padding-top: 0;
    }
    .modal-body {
    	padding: 15px 0;
    }
    .header-top{
    	margin-top: 20px;
    }
    .page-header .title{
    	color: #000 !important;
    	padding-top: 50px;
    	position: static;
    }
    .style-v2 .page-header .title,
    .style-v3 .page-header .title{
    	color: #FFF !important;
    }
    
    .ourMission figure {
	    margin-bottom: 0;
	    margin-top: 0;
	}
	.ourPromise h1.title {
	    padding-top: 0;
	}
	.ourMethods figure img {
    	margin-top: 0;
    }
	.page-blog article.post .post-thumbnail {
	    margin-bottom: 20px;
	}
	.page-blog-standard .entry-date{
		float: left;
	    margin-top: 5px;
	    padding-right: 30px;
	    width: 90px;
	    line-height: 36px;
	}
	.page-blog-standard .entry-date small {
	    border-top: 1px solid;
	    float: left;
	    line-height: 24px;
	    margin-bottom: 15px;
	    margin-top: 10px;
	    padding-top: 5px;
	    width: 100%;
	}
	.page-blog-standard .entry > *:not(.entry-date) {
		margin-left: 90px;
	}
	.gallery-meta > *{
		float: none;
	}
	.gallery-meta .gallery-date{
		border: 0;
		padding: 0;
		margin: 0;
	}
	.gallery-meta .sharethis {
	    margin-top: -30px;
	}
}
@media screen and (max-width: 767px) {
	h1.title{
    	font-size: 32px;
    }
    h2.title{
    	font-size: 28px;
    }
    .header-top{
    	margin-top: 0;
    }
    .header-left, 
    .header-right {
	    margin-top: 0;
	}
	.header-left {
	    text-align: left;
	}
	.header-right {
	    text-align: right;
	}
	.style-v2 .header-right{
		display: none;
	}
	.logo{
		display: inline-block;
		width: 100%;
		margin-top: 20px;
	}
	.style-v2 .logo{
    	display: block;
    	margin: 0;
    	width: 150px;
	}
	.style-v3 .logo {
	    left: 0;
	    margin: 0;
	    position: absolute;
	    right: auto;
	    top: 0;
	    width: auto;
	}
	.style-v3 .logo a{
		left: auto;
		margin: 0 !important;
		display: block;
		text-align: left;
		width: 130px;
	}
	.style-v3 .header-left, 
	.style-v3 .header-right{
		display: none;
	}
	.style-v2 #primary-navigation,
	.style-v3 #primary-navigation  {
    	display: block;
    	margin: 0;
	}
	.style-v2 .navbar-header,
	.style-v3 .navbar-header {
    	float: right;
    	padding: 14px 0;
    }
    .style-v2 .navbar-collapse{
    	color: #FFF;
    }
    .navbar-nav > li{
    	padding-bottom: 0;
    }
	.navbar-nav > li .mega-menu, 
	.navbar-nav > li .dropdown{
		-webkit-transition: none;
		transition: none;
		
		  -webkit-animation-name: none;
  		animation-name: none;
	}
	.nivo-caption-content {
	    bottom: 20px;
	    left: 15%;
	    right: 15%;
	}
	.nivo-caption-img-1,
	.nivo-caption-img-2{
		bottom: 0;
	}
	.nivo-controlNav {
	    bottom: 0;
	    padding: 0;
	}
	.nivo-caption .line-title {
	    margin-bottom: 10px;
	    padding-bottom: 15px;
	}
	.infoUs{
		background-position: right 70px !important;
	}
	#services-item{
		min-height: 160px;
		width: 100%;
	}
	.service-effect li {
	    top: -70px;
	}
	.service-effect li:nth-child(6n+1){
		margin-left: -140px;
    	top: -25px;
    	width: 90px;
	}
	.service-effect li:nth-child(6n+2){
		margin-left: -120px;
    	margin-top: 90px;
    	width: 80px;
	}
	.service-effect li:nth-child(6n+3){
		margin-left: -65px;
  		margin-top: 60px;
    	width: 90px;
	}
	.service-effect li:nth-child(6n+4){
	    margin-left: 25px;
    	margin-top: 90px;
    	width: 90px;
	}
	.service-effect li:nth-child(6n+5){
		margin-left: 80px;
	    margin-top: 130px;
	    width: 70px;
	}
	.service-effect li:nth-child(6n+6){
		margin-left: 70px;
	    margin-top: 160px;
	    width: 60px;
	}
	#services-item li.active{
		z-index: 99;
	}
	#services-item li:nth-child(6n+1){
	    left: 18%;
	    top: 25%;
	}
	#services-item li:nth-child(6n+2){
	    left: 30%;
	    top: 50%;
	}
	#services-item li:nth-child(6n+3){
	    left: 43%;
	    top: 25%;
	}
	#services-item li:nth-child(6n+4){
	    left: 56%;
	    top: 50%;
	}
	#services-item li:nth-child(6n+5){
	    left: 68%;
	    top: 25%;
	}
	#services-item li:nth-child(6n+6){
	    left: 80%;
	    top: 50%;
	}
	.widget-gallery ul{
		margin: 0;
	}
	.footer-info .widget{
	    display: inline-block;
	    margin-bottom: 20px;
	    width: 100%;
	}
	.info-recipe .video-recipe{
		display: inline-block;
		width: 100%;
	}
	.bulletproof figure {
	    margin-bottom: 20px;
	    margin-top: 0;
	    padding-right: 0;
	    text-align: center;
	}
	#primary-navigation{
		display: block;
	}
	.navbar-header{
		text-align: center;
	}
	.navbar-toggle{
		float: none;
		margin-right: 0;
	}
	.navbar-brand{
		display: inline-block;
		margin: 0;
		float: none;
	}
	#navbar{
		background-color: rgba(0,0,0, 0.9); 
		overflow-x: hidden;
		text-align: left;
		max-height: 250px;
		position: relative;
		z-index: 2;
	}
	.infoUs figure{
		position: relative;
		z-index: 1;
		margin-bottom: 20px;
	}
	.style-v2 #navbar,
	.style-v3 #navbar {
	    left: 0;
	    padding: 15px 0 0;
	    position: absolute;
	    right: 0;
	    top: 100%;
	    width: 100%;
	}
	.style-v3 #navbar{
		padding-top: 25px;
	}
	.style-v3 .navbar-nav{
	    float: none;
	    padding: 0 !important;
	    text-align: left !important;
	    width: auto;
	    margin: 0;
	}
	.style-v2 .navbar-nav > li,
	.style-v3 .navbar-nav > li {
	    padding: 0;
	    display: block;
	}
	.navbar-nav > li .mega-menu, 
	.navbar-nav > li .dropdown{
		position: static;
		opacity: 1;
		display: inline-block;
		float: none;
	}
	.navbar-nav > li .mega-menu-inner, 
	.navbar-nav > li .dropdown{
		background: none !important;
		color: #FFF !important;
		font-size: 100%;
	}
	.navbar-nav > li .mega-menu-inner a, 
	.navbar-nav > li .mega-menu-inner, 
	.navbar-nav > li .dropdown a{
		color: #FFF !important;
	}
	.navbar-nav > li .mega-menu-inner a:focus, 
	.navbar-nav > li .mega-menu-inner a:focus, 
	.navbar-nav > li .dropdown a:focus{
		color: #e27900 !important;
	}
	.nivo-caption-content .desc{
		display: none;
	}
	.style-v3 .nivo-caption-content .desc,
	.style-v2 .nivo-caption-content .desc{
		display: block;
	}
    .page-header .title{
    	color: #000 !important;
    	padding-top: 50px;
    	position: static;
    }
    .style-v2 .page-header .title,
    .style-v3 .page-header .title{
    	color: #FFF !important;
		padding: 30px 0;
    }
    .page-header .post-thumbnail {
	    height: 220px;
	}
	.page-header .post-thumbnail img{
		height: 100%;
		width: auto;
		max-width: none;
	}
	.style-v2 .page-header .post-thumbnail img,
	.style-v3 .page-header .post-thumbnail img{
		height: auto;
		width: 100%;
	}
	.ourMission figure {
	    margin-bottom: 20px;
	    margin-top: 0;
	    text-align: center;
	}
	.ourPromise h1.title {
	    padding-top: 20px;
	}
	.ourMethods figure {
	    margin-bottom: 20px;
	    padding-right: 0;
	}
	.menus h1.title {
	    margin: 0 0 25px;
	}
	.menus .menu-thumbnail {
	    margin: 0 0 20px;
	}
	.galleries .filter .button, 
	.menus .filter .button{
		margin-bottom: 5px;
	}
	.page-blog article.post .post-thumbnail {
	    margin-bottom: 20px;
	}
	.page-blog-standard .entry-date{
		float: left;
	    margin-top: 5px;
	    padding-right: 30px;
	    width: 90px;
	    line-height: 36px;
	}
	.page-blog-standard .entry-date small {
	    border-top: 1px solid;
	    float: left;
	    line-height: 24px;
	    margin-bottom: 15px;
	    margin-top: 10px;
	    padding-top: 5px;
	    width: 100%;
	}
	.page-blog-standard .entry > *:not(.entry-date) {
		margin-left: 90px;
	}
	#map-canvas{
		height: 250px;
	}
	.page-content {
	    padding-top: 35px;
	}
	.contact-content {
	    margin: 0 0 50px;
	}
	.galleries .gallery-item.col-xs-6{
		width: 49.5%;
	}
	.gallery-meta > *{
		float: none;
	}
	.gallery-meta .gallery-date{
		border: 0;
		padding: 0;
		margin: 0;
	}
	.gallery-meta .sharethis {
	    margin-top: -30px;
	}
	.gallery-v1 .gallery-cell,
	.gallery-v1 h3.title, 
	.gallery-v1 .entry-content{
		width: 75%;
	}
}
@media screen and (max-width: 480px) {
	.galleries .gallery-item.col-xs-6{
		width: 100%;
	}
	#map-canvas{
		height: 200px;
	}
	.logo{
		margin-top: 10px;
	}
	.style-v2 .logo{
		margin-top: 0;
	}
	.header-top{
		margin-bottom: 0;
	}
	.logo img{
		width: 165px;
	}
	.style-v2 .logo img{
		width: 100%;
	}
	.page-header .post-thumbnail {
	    height: 175px;
	}
	.page-header .title{
		padding-top: 35px;
	}
	.nivo-caption-content{
		display: none;
	}
	.style-v3 .nivo-caption-content,
	.style-v2 .nivo-caption-content{
		top: 15%;
		display: block;
	}
	.style-v3 .nivo-caption-content h1.title,
	.style-v2 .nivo-caption-content h1.title{
		font-size: 28px;
	}
	.style-v3 .nivo-caption-content .desc,
	.style-v2 .nivo-caption-content .desc{
		font-size: 16px;
	}
	.infoUs{
		background-image: none !important;
	}
	#services-item {
    	min-height: 60px;
    }
    #services-item li:nth-child(6n+1){
	    left: 25%;
	    top: -30%;
	}
	#services-item li:nth-child(6n+2){
	    left: 35%;
	    top: 60%;
	}
	#services-item li:nth-child(6n+3){
	    left: 45%;
	    top: -30%;
	}
	#services-item li:nth-child(6n+4){
    	left: 55%;
    	top: 60%;
	}
	#services-item li:nth-child(6n+5){
		left: 65%;
    	top: -30%;
	}
	#services-item li:nth-child(6n+6){
	    left: 75%;
	    top: 60%;
	}
	#services-item li.active {
	    left: 50% !important;
	    top: 15% !important;
	}
	.gallery-v1 h3.title {
	    font-size: 18px;
	}
	.gallery-v1 .gallery-cell{
		margin: 0 10px;
	}
	.latest .posts_list figure {
	    float: none !important;
	    margin: 0 0 15px !important;
	    text-align: center;
	    width: auto;
	}
	.info-recipe figure {
	    float: none;
	    text-align: center;
	    width: auto;
	}
	.info-recipe .video-recipe li {
	    float: none;
	    padding: 0;
	    width: auto;
	}
	.style-v2 .page-header .title,
    .style-v3 .page-header .title{
		padding: 20px 0;
    }
}
