/* ---------------------------------------------- /*
 * General styles
/* ---------------------------------------------- */

@import url(http://fonts.googleapis.com/css?family=Open+Sans:300,400,700);
@import url(http://fonts.googleapis.com/css?family=Roboto+Condensed:700,400,300);

body {
	font: 400 12px/1.8 "Noto Sans JP", '游ゴシック','YuGothic','HiraKakuPro','ヒラギノ角ゴ Pro',Meiryo,メイリオ,sans-serif;
	color: #453400;
	overflow-x: hidden;
	background-color: #DECBA0;
	letter-spacing: 0.08em;
}

img {
	max-width: 100%;
	height: auto;
}

a {
	color: #EDE6D5;
	cursor: pointer!important;
}

a:hover {
	text-decoration: none;
	color: #999;
}

/* ---------------------------------------------- /*
 * Transition elsements
/* ---------------------------------------------- */


.navbar a,
.form-control {
	-webkit-transition: all 0.4s ease-in-out 0s;
	   -moz-transition: all 0.4s ease-in-out 0s;
		-ms-transition: all 0.4s ease-in-out 0s;
		 -o-transition: all 0.4s ease-in-out 0s;
			transition: all 0.4s ease-in-out 0s;
}

a,
.btn {
	-webkit-transition: all 0.125s ease-in-out 0s;
	   -moz-transition: all 0.125s ease-in-out 0s;
		-ms-transition: all 0.125s ease-in-out 0s;
		 -o-transition: all 0.125s ease-in-out 0s;
			transition: all 0.125s ease-in-out 0s;
}

/* ---------------------------------------------- /*
 * Reset box-shadow
/* ---------------------------------------------- */

.btn,
.form-control,
.form-control:hover,
.form-control:focus,
.navbar-custom .dropdown-menu {
	-webkit-box-shadow: none;
			box-shadow: none;
}

/* ---------------------------------------------- /*
 * Typography
/* ---------------------------------------------- */

h1, h2, h3, h4, h5, h6 {
	letter-spacing: 5px;
	margin: 5px 0 5px;
	color: #574100;
	font-weight: bold;
}

h2 {
    font-size: 25px;
    letter-spacing: 2px;
	margin: 0 0 30px;
}

h3 {
	font-size: 13px;
	letter-spacing: 1px;
	margin: 0 0 5px;
}

h4 {
	font-size: 12px;
	letter-spacing: 1px;
}

h5 {
	font-size: 12px;
	letter-spacing: 1px;
	font-weight: 400;
}

h6 {
	font-size: 11px;
	letter-spacing: 1px;
	font-weight: 400;
}

/* ---------------------------------------------- /*
 * Reset border-radius
/* ---------------------------------------------- */

.btn,
.iconbox,
.progress,
#filter li,
.scroll-up a,
.form-control,
.input-group-addon {
	-webkit-border-radius: 3px;
	   -moz-border-radius: 3px;
		 -o-border-radius: 3px;
			border-radius: 3px;
}

/* ---------------------------------------------- /*
 * Alerts style
/* ---------------------------------------------- */

.alert {
	border: 0;
}

/* ---------------------------------------------- /*
 * Progress bars
/* ---------------------------------------------- */

.progress,
.progress-bar {
	-webkit-box-shadow: none;
			box-shadow: none;
}

.progress-bar {
	background-color: #49e2d6;
}

/* ---------------------------------------------- /*
 * Tabs
/* ---------------------------------------------- */

.nav-pills, .nav-tabs {
	margin-bottom: 20px;
}

.nav-pills > li > a {
	-webkit-border-radius: 3px;
	   -moz-border-radius: 3px;
		 -o-border-radius: 3px;
			border-radius: 3px;
}

.nav-tabs > li > a {
	-webkit-border-radius: 3px 3px 0 0;
	   -moz-border-radius: 3px 3px 0 0;
		 -o-border-radius: 3px 3px 0 0;
			border-radius: 3px 3px 0 0;
}

.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
	background: #49e2d6;
}

/* ---------------------------------------------- /*
 * Panels
/* ---------------------------------------------- */

.panel {
	border: 0;
}

.panel-body {
	background: #f5f5f5;
}

.panel-group .panel-heading + .panel-collapse > .panel-body {
	border: 0;
}

/* ---------------------------------------------- /*
 * Modal
/* ---------------------------------------------- */

.modal-content {
	border: 0;
}

/* ---------------------------------------------- /*
 * Labels
/* ---------------------------------------------- */

.label {
	padding: .2em .6em .2em;
	font-size: 70%;
}

.label-custom-1 {
	background: #49e2d6;
}

.label-custom-2 {
	background: #222;
}

/* ---------------------------------------------- /*
 * Input-group
/* ---------------------------------------------- */

.input-group .form-control {
	z-index: auto;
}

.input-group-addon {
	background: #D8E1E4;
	border: 2px solid #D8E1E4;
	padding: 6px 15px;
	font-weight: 700;
}

/* ---------------------------------------------- /*
 * Inputs styles
/* ---------------------------------------------- */

.form-control {
	background: #FFF;
	border: 2px solid #D8E1E4;
	font-size: 12px;
	padding: 0 15px;
}

.input-lg,
.form-horizontal .form-group-lg .form-control {
	height: 38px;
	font-size: 13px;
}

.input-sm,
.form-horizontal .form-group-sm .form-control {
	font-size: 11px;
	height: 30px;
}

textarea.form-control {
	padding: 15px;
}

/* ---------------------------------------------- /*
 * Custom button style
/* ---------------------------------------------- */

.btn {
	font-family: 'Roboto Condensed', sans-serif;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 13px;
	padding: 8px 26px;
	border: 0;
}

.btn:hover,
.btn:focus,
.btn:active,
.btn.active {
	outline: inherit !important;
}

.btn-list .btn {
	margin-bottom: 5px;
}

.btn-custom-1,
.btn-custom-2,
.btn-custom-3,
.btn-custom-4 {
	padding: 7px 25px;
}

.btn-custom-1 {
	background: #A39670;
	border: 1px solid #A39670;
	color: #EDE6D5;
}

.btn-custom-1:hover,
.btn-custom-1:focus,
.btn-custom-1:active,
.btn-custom-1.active {
	background: #fff;
	border-color: #fff;
	color: #222;
}

.btn-custom-2 {
	background: #574100;
	border: 1px solid #574100;
	color: #EDE6D5;
}

.btn-custom-2:hover,
.btn-custom-2:focus,
.btn-custom-2:active,
.btn-custom-2.active {
	background: #403000;
	border: 1px solid #403000;
	color: #EDE6D5;
}

.btn-custom-3 {
	background: none;
	border: 1px solid #222;
	color: #222
}

.btn-custom-3:hover,
.btn-custom-3:focus,
.btn-custom-3:active,
.btn-custom-3.active {
	background: #49e2d6;
	border-color: #49e2d6;
	color: #FFF;
}

.btn-custom-4 {
	background: none;
	border: 1px solid #222;
	color: #222;
}

.btn-custom-4:hover,
.btn-custom-4:focus,
.btn-custom-4:active,
.btn-custom-4.active {
	background: #222;
	color: #FFF;
}

/* Button size */

.btn-lg,
.btn-group-lg > .btn {
	padding: 10px 25px;
	font-size: 13px;
}

.btn-sm,
.btn-group-sm > .btn {
	padding: 6px 25px;
	font-size: 11px;
}

.btn-xs,
.btn-group-xs > .btn {
	padding: 5px 25px;
	font-size: 10px;
}

.btn .icon-before {
	margin-right: 6px;
}

.btn .icon-after {
	margin-left: 6px;
}

/* ---------------------------------------------- /*
 * Main
/* ---------------------------------------------- */

.module {
	padding: 120px 0 100px;
}

.module-gray {
	background: #f5f5f5;
}

.module-image {
	padding: 0;
}

.callout h1,
.callout h2,
.callout h3,
.callout h4,
.callout h5,
.callout h6,
.module-image,
.module-image h1,
.module-image h2,
.module-image h3,
.module-image h4,
.module-image h5,
.module-image h6 {
	color: #fff;
}

.paddingt-none {
	padding-top : 0;
}

.paddingb-none {
	padding-bottom: 0;
}

.module-header {
	text-align: center;
}

.module-header-left {
	text-align: left;
}

/*
.module-header-left .module-line {
	width: inherit;
	margin: 30px 0;
}
*/

.module-subtitle {
	font-size: 13px;
    line-height: 2em;
}

.module-line {
	background: #574100;
	width: 55px;
	height: 1px;
	margin: 30px auto;
}

.module-icon {
	font-size: 32px;
}

.callout {
	background: #574100;
	padding: 30px 0;
	color: #EDE6D5;
}

.callout h2 {
	font-size: 20px;
	letter-spacing: 1px;
	margin-bottom: 10px;
	margin-top: 10px;
	color: #EDE6D5;
}

.callout-decription {
	color: #A39670
}

.callout-btn {
	text-align: right;
}

.callout-btn > .btn {
	margin-top: 5px;
	margin-bottom: 5px;
}

.long-down {
	margin-bottom: 40px;
}

.btn-default {
    color: #EDE6D5;
    background-color: #A39670;
    border-color: #A39670;
}

.btn-default:hover, .btn-default:focus,.btn-default.focus,.btn-default:active,.btn-default.active {
    background: #574100;
    color: #EDE6D5;
}

/* ---------------------------------------------- /*
 * Home
/* ---------------------------------------------- */

#home {
	padding: 0;
}

.intro {
	position: absolute;
	width: 100%;
	top: 50%;
	left: 0;
	text-align: center;
	-webkit-transform: translate(0%, -50%);
	   -moz-transform: translate(0%, -50%);
		-ms-transform: translate(0%, -50%);
		 -o-transform: translate(0%, -50%);
			transform: translate(0%, -50%);
	padding: 0 15px;
}

.hello,
.who-creates {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-style: italic;
	text-transform: none;
	margin: 15px 0;
}

.top-copy {
    font-size: 28px;
    font-weight: bold;
    color: #574100;
    position: absolute;
    top: 30px;
    left: 40px;
}




.btn-stores{
	position: absolute;
	top: 30px;
	right: 35px;
}

.btn-stores a{
	background: url(../images/btn_stores.png) no-repeat;
	background-size: cover;
    width: 150px;
    height: 149px;
    text-indent: -9999px;
    display: block;
}

.btn-stores a:hover{
	opacity: 0.8;
    transition: opacity 300ms ease 0s;
}

.top-stores-full{
	width: 100%;
	height: 100%;
	display: block;
	cursor: pointer !important;
}

.top-stores-full:hover{
	opacity: 0.8;
    transition: opacity 300ms ease 0s;
}



.btn-logo{
	position: absolute;
	top: 30px;
	left: 35px;
	z-index: 999;
}

.btn-logo a{
	background: url(../images/btn_logo.png) no-repeat;
	background-size: cover;
    width: 150px;
    height: 149px;
    text-indent: -9999px;
    display: block;
}

.btn-logo a:hover{
	opacity: 0.8;
    transition: opacity 300ms ease 0s;
}


.btn-logo-footer{
    position: relative;
    margin: 0 auto;
    width: 153px;
    top: 0px;
    left: 0;
    margin-bottom: 30px;
}

.btn-logo-footer a{
	background: url(../images/btn_logo.png) no-repeat;
	background-size: cover;
    width: 150px;
    height: 149px;
    text-indent: -9999px;
    display: block;
}

.btn-logo-footer a:hover{
	opacity: 0.8;
    transition: opacity 300ms ease 0s;
}






.section_container{
	background: #f2ebd1;
	border-radius: 30px;
	margin-right: 50px !important;
	margin-left: 50px !important;
	padding: 50px 0;
	margin-bottom: 70px;
}



/*
.wrap{
	margin: 0 calc(50% - 50vw);
	max-width: 100vw;
	position: relative;
	overflow: hidden;
}
@keyframes zoom {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.2);
  }
}
.swiper-slide-active .slide-img,
.swiper-slide-duplicate-active .slide-img,
.swiper-slide-prev .slide-img{
  animation: zoom 10s linear 0s 1 normal both;  
}
*/

.slide-img{
	
}

.slide-img:before{
	display: block;
	content: "";
	width: 100%;
	height: 100%;
	background: #000;
	opacity: 0.05;
	position: absolute;
	z-index: 9998;
    transition: .2s;
}

.swiper-slide:hover .slide-img:before{
	opacity: 0.1;
}	
	
	
	
.slide-link{
    width: 100%;
    display: block;
    height: 100%;
    position: absolute;
    z-index: 10000;
    color: #fff !important;
}

.slide-text-wrap-1{
	position: absolute;
	bottom: 12%;
	left: 3%;
	text-shadow: 0 0 20px rgb(0, 0, 0, 0.6);
	z-index: 9999;
}

.slide-text{
	font-size: 80px;
	font-weight: bold;
	line-height: 1.2em;
	color: #fff;
	margin-bottom: 20px;
}

.slide-text-sub{
	font-size: 24px;
	font-weight: bold;
	line-height: 1.2em;
	color: #fff;
	margin-bottom: 20px;
}

.slide-text-sub-2{
	font-size: 39px;
	font-weight: bold;
	line-height: 1.2em;
	color: #fff;
	margin-bottom: 30px;
}

.slide-text-icon{
	font-size: 24px;
	font-weight: bold;
	line-height: 1.2em;
	color: #fff !important;
	margin-bottom: 10px;
	border: 2px solid #fff;
	border-radius: 100px;
    display: inline-block;
    padding: 10px 20px;
}

.slide-text-wrap-2{
	position: absolute;
	bottom: 30%;
    left: 0;
    width: 100%;
	text-shadow: 0 0 20px rgb(0, 0, 0, 0.6);
	text-align: center;
	z-index: 9999;
}

.slide-text-wrap-3{
	position: absolute;
	bottom: 40%;
    left: 0;
    width: 100%;
	text-shadow: 0 0 20px rgb(0, 0, 0, 0.6);
	text-align: center;
	z-index: 9999;
}


.swiper-horizontal>.swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
    left: 0;
    width: 100%;
    bottom: 11% !important;
}

.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 7px) !important;
}

.swiper-pagination-bullet {
    width: var(--swiper-pagination-bullet-width,var(--swiper-pagination-bullet-size,14px)) !important;
    height: var(--swiper-pagination-bullet-height,var(--swiper-pagination-bullet-size,14px)) !important;
    display: inline-block;
    border-radius: var(--swiper-pagination-bullet-border-radius,50%);
    background: none !important;
    border: 2px solid #fff !important;
    opacity: 0.9 !important;
    transition: .3s;
}

.swiper-pagination-bullet-active, .swiper-pagination-bullet:hover {
    opacity: 1!important;
    border: 2px solid #fff !important;
    background: #fff !important;
}


.slide-img img{
	object-fit: cover;
	height: 100vh;
  width: 100vw;
}

/*
.swiper-container{
	opacity: 1;
}

.swiper-container:hover{
opacity: 0.8;
}
*/



/* ---------------------------------------------- /*
 * Servise
/* ---------------------------------------------- */

.iconbox {
	background: #fff;
	border-bottom: 1px solid #d4d4d4;
	text-align: center;
	padding: 40px 20px;
	margin: 0 0 20px;
}

.iconbox-icon {
	margin: 0 0 15px;
	font-size: 32px;
	color: #222;
}

.iconbox-title {
	margin: 0 0 15px;
	padding: 0;
}

/* ---------------------------------------------- /*
 * About
/* ---------------------------------------------- */

.margin-0 {
	margin: 0!important;
}

.position-relative {
	position: relative;
}

.side-image {
	position: absolute;
	background: url(../images/about.jpg) scroll center no-repeat;
	-webkit-background-size: cover;
	   -moz-background-size: cover;
		 -o-background-size: cover;
			background-size: cover;
	height: 100%;
}

.side-image-text {
	background: #ECE8DE;
	padding: 120px 60px 120px;
}

.iconboxleft {
	position: relative;
	margin: 0 0 50px;
}

.iconboxleft-icon {
	position: absolute;
	width: 55px;
	left: 0;
	top: 0;
	font-size: 32px;
	line-height: 1;
}

.iconboxleft-text {
	padding-left: 55px;
}

.iconboxleft-title {
	margin: 0 0 15px;
	padding: 0;
}

.company-profile{
	line-height: 3em;
}

/* ---------------------------------------------- /*
 * Portfolio
/* ---------------------------------------------- */

/* Filter */

#filter {
	list-style-type: none;
	text-align: center;
	margin: 0 0 40px 0;
	padding: 0;
}

#filter li {
	background: #A39670;
	display: inline-block;
	text-transform: uppercase;
	text-decoration: none;
	letter-spacing: 1px;
	padding: 6px 20px;
	margin: 5px;
	color: #EDE6D5;
	cursor: pointer;
}
	
#filter li:hover,
#filter li.active {
	background: #574100;
	color: #EDE6D5;
}

/* Grid and portfolio items */

.portfolio-items-container {
	position: relative;
	display: block;
	width: 100%;
	padding: 0;
	margin: 0;
}

.portfolio-items-container .portfolio-item {
	display: block;
	list-style: none;
	overflow: hidden;
	width: 25%;
	width: 33.333%;
	padding: 0;
}

.portfolio-items-container .portfolio-item img {
	display: block;
	width: 100%;
	height: auto;
}

.portfolio-items-container .portfolio-item {
-webkit-transition: opacity 0.35s ease 0s, transform 0.35s ease 0s;
-moz-transition: opacity 0.35s ease 0s, transform 0.35s ease 0s;
-ms-transition: opacity 0.35s ease 0s, transform 0.35s ease 0s;
-o-transition: opacity 0.35s ease 0s, transform 0.35s ease 0s;
transition: opacity 0.35s ease 0s, transform 0.35s ease 0s;
padding-bottom: 80px!important;
}

.portfolio-items-container .portfolio-item figcaption {
	position: absolute;
	top: 0px;
	right: 0px;
	bottom: 0px;
	left: 0px;
	padding: 0px;
	opacity: 1;
	background: rgba(255,255,255,0.8);
	text-align: center;
	background: url(../images/portfolio-item-mask.png) no-repeat;
	background-repeat: round;
	width: 100%;
	margin-bottom: 80px;
}

.portfolio-items-container .portfolio-item a {
	font-size: 0;
	height: 100%;
	left: 0;
	opacity: 0;
	position: absolute;
	text-indent: 200%;
	top: 0;
	width: 100%;
	z-index: 1000;
}

.portfolio-items-container .caption-inner {
	position: absolute;
	left: 0;
	top: 110%;
	width: 100%;
	margin-top: -20px;
}

.caption-inner .portfolio-item-title {
    font-size: 13px;
    font-weight: bold;
    line-height: 1.5em;
}

.caption-inner .portfolio-item-desc {
	font-size: 12px;
	color: #B59127;
}

.portfolio-items-container .portfolio-item:hover figcaption {
	opacity: 1;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
}

/* Ajax portfolio */

.white-popup-block {
	position: relative;
	background: #fff;
	text-align: left;
	max-width: 940px;
	margin: 40px auto;
}

.mfp-bg {
	background: #000;
	opacity: 0.97;
	filter: alpha(opacity=97);
}

.popup-content,
.popup-callout {
	padding: 60px 40px;
}

.popup-callout {
	background: #f5f5f5;
	text-align: center;
}

.popup-header {
	text-align: center;
	margin: 0 0 30px;
}

.popup-title {
	margin: 0 0 5px;
}

.popup-subtitle {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-size: 14px;
}

.popup-line {
	background: #49e2d6;
	width: 55px;
	height: 1px;
	margin: 15px auto;
}

.mfp-close-btn-in .mfp-close {
	color: #fff;
}

button.mfp-close {
	position: absolute;
	border: 2px solid #fff;
	display: block;
	right: -60px;
	top: 0px;
	width: 48px;
	height: 48px;
	opacity: 1;
	filter: alpha(opacity=100);
}

.portfolio-slider .owl-controls .owl-buttons div {
	position: absolute;
	top: 50%;
	height: 40px;
	width: 40px;
	line-height: 40px;
	padding: 0;
	font-size: 16px;
}

.portfolio-slider img {
	width: 100%;
}

.portfolio-slider .owl-controls {
	margin: 0;
}

.portfolio-slider .owl-controls .owl-buttons .owl-prev {
	left: 0;
	margin: -20px 0 0 0;
	-webkit-border-radius: 0 3px 3px 0;
	   -moz-border-radius: 0 3px 3px 0;
		 -o-border-radius: 0 3px 3px 0;
			border-radius: 0 3px 3px 0;
}

.portfolio-slider .owl-controls .owl-buttons .owl-next {
	right: 0;
	margin: -20px 0 0 0;
	-webkit-border-radius: 3px 0 0 3px;
	   -moz-border-radius: 3px 0 0 3px;
		 -o-border-radius: 3px 0 0 3px;
			border-radius: 3px 0 0 3px;
}

/* ---------------------------------------------- /*
 * Twitter
/* ---------------------------------------------- */

#twitter {
	text-align: center;
}

.tweet {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-size: 16px;
}

.timePosted {
	font: 400 13px/1.8 'Roboto Condensed', sans-serif;
	text-transform: uppercase;
	letter-spacing: 1px;
	margin: 30px 0;
	color: #777;
}

.interact {
	margin: 0;
}

.interact a {
	margin-right: 10px;
}

/* ---------------------------------------------- /*
 * Contact and Map
/* ---------------------------------------------- */

#map-section {
	position: relative;
	height: 600px;
	width: 100%;
}

#map-section2 {
	position: relative;
	height: 600px;
	width: 100%;
}

#map-iframe{
	width: 100%;
}

#map {
	height: 600px;
	width: 100%;
}

.ajax-response {
	text-align: center;
}

/* ---------------------------------------------- /*
 * Footer
/* ---------------------------------------------- */

#footer {
/* 	background: #A39670; */
	text-align: center;
	padding: 40px 0 150px 0;
	color: #553F00;
}

.copyright {
	margin: 0;
	font-size: 16px;
}

.social-links {
	list-style: none;
	padding: 0;
	margin: 0 0 20px;
}

.social-links li {
	display: inline-block;
	margin: 5px;
}

.social-links a {
	width: 36px;
	height: 36px;
	display: block;
	line-height: 35px;
	text-align: center;
/*
	border: 1px solid #553F00;
	-webkit-border-radius: 50%;
	   -moz-border-radius: 50%;
			border-radius: 50%;
*/
	font-size: 25px;
	color: #553F00;
}

.social-links a:hover {
/*
	border: 1px solid rgba(255, 255, 255, 1);
	color: rgba(255, 255, 255, 1);
*/
opacity: 0.8;
}

.social-links a .fa-brands, .fab {
    font-weight: 400;
    font-size: 25px;
}

/* ---------------------------------------------- /*
 * Navigation
/* ---------------------------------------------- */

.sticky-wrapper{
	height: 70px;
    margin-top: -70px;
    z-index: 999;
}

.header {
	position: absolute;
	width: 100%;
	z-index: 998;
	height: 70px;
}

.navbar-custom {
	border: 0;
	border-radius: 0;
	margin: 0;
}


/*
.navbar-custom,
.navbar-custom .dropdown-menu {
	background: #A39670;
	padding: 0;
}

.navbar-custom .navbar-brand,
.navbar-custom .navbar-nav > li > a,
.navbar-custom .navbar-nav .dropdown-menu > li > a {
	font-size: 13px;
	letter-spacing: 1px;
	color: #EDE6D5;
    font-weight: bold;
}
*/

.navbar-custom,
.navbar-custom .dropdown-menu {
	background: #decba0;
	padding: 0;
}

.navbar-custom .nav li.active,
.navbar-custom .nav li a:hover,
.navbar-custom .nav li a:focus,
.navbar-custom .navbar-nav > li.active a {
	background: none;
	outline: 0;
	color: #574100;
	font-weight: bold;
	transition: .2s;
}

.navbar-custom .nav li a:after,
.navbar-custom .navbar-nav > li.active a:after {
	opacity: 0;
	transition: .2s;
}


.navbar-custom .navbar-nav > li a:after {
}

.navbar-custom .nav li:hover a:after,
.navbar-custom .navbar-nav > li.active a:after {
	display: block;
	content:"";
	height: 2px;
	width: 100%;
	background: #574100;
	margin-top: 6px;
	opacity: 1;
}


.navbar-custom .navbar-brand,
.navbar-custom .navbar-nav > li > a,
.navbar-custom .navbar-nav .dropdown-menu > li > a {
	font-size: 15px;
    letter-spacing: 1px;
    color: #543f00;
    font-weight: bold;
}


.navbar-custom .navbar-brand {
	font-weight: 700;
	font-size: 18px;
}

.navbar-custom .dropdown-menu {
	border: 0;
	border-top: 2px solid #49e2d6;
	border-radius: 0;
}

.navbar-custom .dropdown-menu > li > a {
	padding: 10px 20px;
}

.navbar-custom .nav .open > a,
.navbar-custom .dropdown-menu > li > a:hover,
.navbar-custom .dropdown-menu > li > a:focus {
	background: #f5f5f5;
}

.navbar-custom .navbar-toggle .icon-bar {
	background: #222;
}

@media only screen and (max-width: 768px){
.sticky-wrapper{
	height: 50px;
    margin-top: 0px;
    position: fixed;
}
.header {
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 998;
	height: 50px;
}

.navbar-custom {
    background: none;
    padding: 0;
}

.navbar-collapse{
	background: #A39670;
	box-shadow: none !important;
}

.top-copy{
	font-size: 17px;
	line-height: 1.7em;
    font-weight: bold;
    color: #574100;
    position: absolute;
    top: 20px;
    left: 20px;
    width: 200px;
}

.btn-stores{
	display: none;
}

.backstretch img{
top: 0px!important;	
}

}

@media (min-width: 768px){
.navbar-nav {
    float: none!important;
    margin: 0 auto!important;
    width: 950px!important;
}

.navbar-nav {
    float: none!important;
    margin: 0 auto!important;
    width: 1080px!important;
}


.fa-brands, .fab {
    font-weight: 400;
    font-size: 17px;
}

}

/* ---------------------------------------------- /*
 * Scroll to top
/* ---------------------------------------------- */

.scroll-up {
	position: fixed;
	display: none;
	z-index: 999;
	bottom: 1.8em;
	right: 1.8em;
}

.scroll-up a {
	background-color: #f3ecd0;
	display: block;
	width: 40px;
	height: 40px;
	text-align: center;
	color: #543f00;
	font-size: 16px;
	line-height: 40px;
	border-radius: 100px;
}

.scroll-up a:hover,
.scroll-up a:active {
	background-color: rgba(163 150 112, 0.6);
	opacity: 0.6;
	color: #543f00;
}

/* ---------------------------------------------- /*
 * Mouse animate icon
/* ---------------------------------------------- */

.mouse-icon {
	position: absolute;
	left: 50%;
	bottom: 40px;
	border: 2px solid #fff;
	border-radius: 16px;
	height: 50px;
	width: 30px;
	margin-left: -15px;
	display: block;
	z-index: 10;
}

.mouse-icon .wheel {
	-webkit-animation-name: drop;
	-webkit-animation-duration: 1s;
	-webkit-animation-timing-function: linear;
	-webkit-animation-delay: 0s;
	-webkit-animation-iteration-count: infinite;
	-webkit-animation-play-state: running;
	animation-name: drop;
	animation-duration: 1s;
	animation-timing-function: linear;
	animation-delay: 0s;
	animation-iteration-count: infinite;
	animation-play-state: running;
}

.mouse-icon .wheel {
	position: relative;
	border-radius: 10px;
	background: #fff;
	width: 4px;
	height: 10px;
	top: 4px;
	margin-left: auto;
	margin-right: auto;
}

@-webkit-keyframes drop	{
	0%   { top:5px;  opacity: 0;}
	30%  { top:10px; opacity: 1;}
	100% { top:25px; opacity: 0;}
}

@keyframes drop	{
	0%   { top:5px;  opacity: 0;}
	30%  { top:10px; opacity: 1;}
	100% { top:25px; opacity: 0;}
}

/* ---------------------------------------------- /*
 * Preloader
/* ---------------------------------------------- */

#preloader {
	background: #e0cd9f;
	bottom: 0;
	left: 0;
	position: fixed;
	right: 0;
	top: 0;
	z-index: 9999;
}

#status,
.status-mes {
    background-image: url(../images/loader_anime2.gif);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 420px;
    height: 485px;
    left: 50%;
    margin: -250px 0 0 -217px;
    position: absolute;
    top: 50%;
}

.status-mes {
	background: none;
	left: 0;
	margin: 0;
	text-align: center;
	top: 65%;
}

/* ---------------------------------------------- /*
 * Media
/* ---------------------------------------------- */

@media (max-width: 991px) {

	.side-image {
		position: relative;
		height: 300px;
	}

	.portfolio-items-container .portfolio-item {
		width: 50%;
	}

	.white-popup-block {
		margin: 80px auto;
	}

	button.mfp-close {
		position: absolute;
		right: 50%;
		margin-right: -24px;
		top: -60px;
	}

	.mfp-close:active {
		top: -59px;
	}

}

@media (max-width: 767px) {

	.portfolio-items-container .portfolio-item {
		width: 100%;
	}

	.callout {
		text-align: center;
	}

	.side-image-text {
		padding-left: 15px;
		padding-right: 15px;
	}

	.mouse-icon {
		display: none;
	}

}

@media (max-width: 480px) {

	h1 {
		font-size: 34px;
		letter-spacing: 3px;
	}

	h2 {
		font-size: 22px;
		margin: 0 0 30px;
		letter-spacing: 1px;
	}



}

.sli-examples .item:hover {
background: #f0f0f0;
color: #000;
}
.sli-examples .item {
display: block;
width: 33%;
float: left;
padding: 0;
border: 1px solid #e5e5e5;
margin: -1px 0 0 -1px;
font-size: 13px;
}.sli-examples .item > span {
display: inline-block;
margin-right: 5px;
min-width: 70px;
min-height: 70px;
border-right: 1px solid #f1f1f1;
line-height: 70px;
text-align: center;
font-size: 32px;
}
.fa-examples > div {
padding: 0;
border: 1px solid #e5e5e5;
margin: -1px 0 0 -1px;
font-size: 13px;
}.fa-examples > div > i {
display: inline-block;
margin-right: 5px;
min-width: 40px;
min-height: 40px;
border-right: 1px solid #f1f1f1;
line-height: 40px;
text-align: center;
font-size: 14px;
}




#product, #shop, #news{
	border-bottom: 1px solid #CFBE96;
}

.image-about{
		background: url(../images/img_abouta.jpg) no-repeat center center;
    background-size: cover;
    width: 100%;
    height: 100vh;
    margin-top: 120px;
}



.image-top-01{
    width: 100%;
    height: 100%;
    margin-top: 50px;
}


.margin-10 {
	margin-left: 10px!important;
	margin-right: 10px!important;
}

.margin-20 {
	margin-left: 20px!important;
	margin-right: 20px!important;
}

.margin-30 {
	margin-left: 30px!important;
	margin-right: 30px!important;
}

.margin-40 {
	margin-left: 40px!important;
	margin-right: 40px!important;
}

.margin-50 {
	margin-left: 50px!important;
	margin-right: 50px!important;
}




.mb-10 {
	margin-bottom: 10px!important;
}

.mb-20 {
	margin-bottom: 20px!important;
}

.mb-30 {
	margin-bottom: 30px!important;
}

.mb-40 {
	margin-bottom: 40px!important;
}

.mb-50 {
	margin-bottom: 50px!important;
}

.mb-60 {
	margin-bottom: 60px!important;
}

.mb-70 {
	margin-bottom: 70px!important;
}

.mb-80 {
	margin-bottom: 80px!important;
}




.image-products{
		background: url(../images/img_products.jpg) no-repeat;
    background-size: cover;
    background-position-y: -40px;
    width: 100%;
    height: 650px;
    margin-top: 80px;
    margin-bottom: 100px;
}

.image-farm{
		background: url(../images/img_farma.jpg) no-repeat center center;
    background-size: cover;
    width: 100%;
    height: 100vh;
    margin-bottom: 120px;
}

#about-company{
	text-align: center;
}

.img-farm-read{
    text-align: left;
    overflow: hidden;
    width: 950px;
    margin: 0 auto;
    margin-top: 30px;
    margin-bottom: 30px;
}

.img-farm-read h3{
font-weight: bold;
font-size: 20px;
padding-top: 40px;
margin-bottom: 30px;
}

.img-farm-left{
	float: left;
	width: 270px;
	height: 250px;
    margin-right: 60px;
}

.img-farm-right{
	float: right;
	width: 270px;
	height: 250px;
    margin-left: 60px;
}

@media only screen and (max-width: 1000px){
#preloader {
    background: #DECBA0;
    bottom: 0;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 9999;
    display: table;
    width: 100%;
    height: 100%;
}

#status{
	background: none;
	    width: 250px;
    height: 182px;
    /* left: 18%; */
    /* margin: -110px 0 0 -145px; */
    /* position: absolute; */
    /* top: 36%; */
    margin: 0 auto;
    vertical-align: middle;
    display: table-cell;
    position: static;
}

.status-mes {
background-image: url(../images/loader_anime.gif);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 250px;
    height: 182px;
    left: 0;
    /* margin: -45px 0 0 -55px; */
    position: relative;
    top: 0;
    margin: 0 auto;
    display: block;
}

.image-about{
		background: url(../images/img_about.jpg) no-repeat;
        background-size: cover;
    background-position: center;
    width: auto;
    height: 300px;
    margin-top: 120px;
    /*margin-left: -25%;*/
}

.image-products{
		background: url(../images/img_products.jpg) no-repeat;
    background-size: cover;
    width: auto;
    height: 300px;
    margin-top: 80px;
    margin-bottom: 100px;
    margin-left: -25%;
}

.image-farm{
		background: url(../images/img_farm.jpg) no-repeat;
    background-size: cover;
    width: auto;
    height: 300px;
    margin-bottom: 120px;
    margin-left: -25%;
}

.module-subtitle {
    font-size: 13px;
    line-height: 1.7em;
    text-align: left;
    padding: 0 5px;
}

#filter li {
    background: #A39670;
    display: inline-block;
    text-transform: uppercase;
    text-decoration: none;
    letter-spacing: 1px;
    padding: 6px 13px;
    margin: 2px;
    color: #EDE6D5;
    cursor: pointer;
}

.btn-group .btn {
    padding: 8px 10px;
}

.callout h2 {
    font-size: 18px;
    letter-spacing: 1px;
    margin-bottom: 20px;
    margin-top: 5px;
    color: #EDE6D5;
}

#map-section {
    position: relative;
    height: 350px;
    width: 100%;
}

#map-section2{
	height: 350px;
}

#map {
    height: 350px;
    width: 100%;
}

#map-iframe{
    height: 350px;
	width: 100%;
}

.img-farm-read{
    overflow: hidden;
    width: 100%;
    margin: 0 auto;
    margin-bottom: 50px;
    padding: 0 5px;
}

.img-farm-read img{
    max-width: 75%;
    height: auto;
    display: block;
    float: none;
    margin: 0 auto;
    margin-bottom: 0px;
    
}

.br-only-pc{
	display: none !important;
}

/* ---------------------------------------------- /*
 * Navigation
/* ---------------------------------------------- */

.sticky-wrapper{
	height: 50px;
    margin-top: -50px;
}

}

@media (min-width: 768px) {
header .container {
    width: 100%;
    padding: 0;
}

.br-only-sp{
	display: none !important;
}

.img-farm-read{
    text-align: left;
}

}

@media (max-width: 999px){
.navbar-collapse.collapse {
    /*display: none!important;
    height: auto!important;
    padding-bottom: 0;
    overflow: visible!important;
    visibility: visible!important;*/
}

.navbar-header {
    /*float: right;*/
}

.navbar-toggle {
    /*display: block !important;
    position: relative;
    float: right;
    padding: 9px 10px;
    margin-top: 8px;
    margin-right: 15px;
    margin-bottom: 8px;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;*/
}

.navbar-nav {
    width: 769px!important;
}

.nav>li>a {
    position: relative;
    display: block;
    padding: 15px 6px;
    letter-spacing: 0em;
    text-align: center;
}

.navbar-collapse.in .nav>li>a {
    position: relative;
    display: block;
    padding: 8px 6px;
    letter-spacing: 0em;
    text-align: center;
}

.collapsing .nav>li>a{ 
    padding: 8px 6px;
    letter-spacing: 0em;
}

@media (max-width: 768px) {
.navbar-nav {
    width: 100% !important;
    margin: 0 auto;
    margin-top: 15px;
    margin-bottom: 15px;
}
}