@charset "utf-8";
/* CSS Document */

/*Play-hover*/
.video-play-button {
	width: 32px;
	height: 32px;
	float: right;
	background: #f5a13f;
	border: 2px solid #f5a13f;
	border-radius: 50%;
	transform:translateY(-50%);
	transition: all 0.25s ease-out 0s;
	margin: 0 0 0;
	position: absolute;
	top: 50%;
	right: 0;
}
.video-play-button:after {
	-webkit-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
	display: block;
	width: 50px;
	height: 50px;
	background: rgba(0,0,0,0.60);
	border-radius: 50%;
	-webkit-animation: pulse-border 1500ms ease-out infinite;
	animation: pulse-border 1500ms ease-out infinite;
}
.video-play-button:before {
	-webkit-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
	display: block;
	width: 36px;
	height: 36px;
	background: rgba(0,0,0,0.60);
	border-radius: 50%;
	-webkit-animation: pulse-border 1500ms ease-out infinite;
	animation: pulse-border 1500ms ease-out infinite;
}
.video-play-button:after, .video-play-button:before {
	content: "";
	position: absolute;
	z-index: 0;
	left: 50%;
	top: 50%;
	z-index: -9;
}
.video-play-button span {
	display: block;
	position: relative;
	z-index: 3;
	width: 0;
	height: 0;
	border-left: 9px solid #000000;
	border-top: 5px solid transparent;
	border-bottom: 5px solid transparent;
	transition: all 0.25s ease-out 0s;
	margin: 9px 12px;
}

.testi-wrapp .video-play-button {
	width: 32px;
	height: 32px;
	float: right;
	background: none;
	border: none;
	border-radius: 50%;
	transition: all 0.25s ease-out 0s;
	margin: 0 0 0;
	position: relative;
	right: 0;
}
.testi-wrapp .video-play-button:after, .video-play-button:before {
	content: "";
	position: absolute;
	z-index: 0;
	left: 50%;
	top: 50%;
	z-index: -9;
	display:none;
}
.testi-wrapp .video-play-button span {
	display: block;
	position: relative;
	z-index: 3;
	width: 0;
	height: 0;
	border-left: 40px solid #ffffff;
	border-top: 24px solid transparent;
	border-bottom: 24px solid transparent;
	transition: all 0.25s ease-out 0s;
	margin: 9px 12px;
}

 @-webkit-keyframes pulse-border {
 0% {
 -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
 transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
 opacity: 1;
}
 100% {
 -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
 transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
 opacity: 0;
}
}
 @keyframes pulse-border {
 0% {
 -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
 transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
 opacity: 1;
}
 100% {
 -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
 transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
 opacity: 0;
}
}

/*Checkbox-css*/
.checkbox1 {
	width: auto;
	float: none;
	display: inline-block;
	margin: 0 18px 46px 0;
}
.checkbox2 {
	width: auto;
	float: none;
	display: inline-block;
	margin: 0 0 46px;
}
.checkbox1 a, .checkbox2 a {
	color: #ffffff;
}
.checkbox1 a:hover, .checkbox2 a:hover {
	color: #f5a13f;
}
.checkbox1 span, .checkbox2 span {
	font-size: 14px;
	font-weight: 500;
	color: #ffffff;
	letter-spacing: 0;
	line-height: 24px;
	display: inherit;
	position: relative;
	top: -5px;
}
[type="checkbox"]:checked,
[type="checkbox"]:not(:checked) {
    position: absolute;
    left: -9999px;
}
[type="checkbox"]:checked + label,
[type="checkbox"]:not(:checked) + label
{
    position: relative;
    padding-left: 30px;
    cursor: pointer;
    line-height: 20px;
    display: initial;
    color: #666;
}
[type="checkbox"]:checked + label:before,
[type="checkbox"]:not(:checked) + label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 14px;
    height: 14px;
	background: rgba(0,0,0,0.0);
	border: 1px solid #784f1f;
	border-radius: 50%;
}
[type="checkbox"]:checked + label:after,
[type="checkbox"]:not(:checked) + label:after {
    content: '';
    width: 6px;
    height: 6px;
    background: #f5a13f;
	border-radius: 50%;
    position: absolute;
    top: 4px;
    left: 4px;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
[type="checkbox"]:not(:checked) + label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}
[type="checkbox"]:checked + label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}
[type="checkbox"]:checked + label:before {
    background: #ffffff;
}

.checkbox1 { width:100%; margin:0 18px 13px 0;}
.sidbar-wrapp [type="checkbox"]:checked + label, [type="checkbox"]:not(:checked) + label { display:inline-block;}
.sidbar-wrapp .checkbox1 span, .sidbar-wrapp .checkbox2 span { font-size:13.5px; color:#000000;}
.sidbar-wrapp .checkbox1 a, .sidbar-wrapp .checkbox2 a { color:#000000;}
.sidbar-wrapp [type="checkbox"]:checked + label:before, .sidbar-wrapp [type="checkbox"]:not(:checked) + label:before { background:#ffffff; border:1px solid #ffffff;}

/*Parallax-css*/
.background { 
 background-repeat: no-repeat;
 background-position: 50% 50%;
}
.fullscreen { 
 height: 100%; 
 overflow: hidden;
}

/* Square-effect-css */
.square-effect1 {
  cursor: pointer;
  overflow: hidden;
  background: -webkit-linear-gradient(45deg, #f5a13f 0%, #643600 100%);
  background: linear-gradient(45deg, #f5a13f 0%,#643600 100%);
  position: relative;
}
.square-effect1 img {
  width: 100%;
  display: block;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  position: relative;
}
.square-effect1:hover img {
  opacity: 0.6;
  transform: scale(1.08);
  transition: all 1.5s ease 0s;
  filter: grayscale(100%);
}

/*Back-to-top-css*/
#scroll {
    width: 40px;
    height: 40px;
    background: url(../images/scroll1-up-orange-arrow.svg) no-repeat center / 100%;
    text-indent: -9999px;
    cursor: pointer;
    display: none;
	margin: 0 0 0;
    position: fixed;
    right: 0;
    bottom: 150px;
}
#scroll:hover {
    background: url(../images/scroll2-up-black-arrow.svg) no-repeat center / 100%;
    opacity: 1;
	filter: "alpha(opacity=100)";
    -ms-filter: "alpha(opacity=100)";
}

/* Circle-hover-css */
.circle-hover1 {
	display: inline-block;
	overflow: hidden;
	cursor: pointer;
	position: relative;
}
.circle-hover1 .circle-img {
	width: 100%;
	height: 100%;
	overflow:hidden;
	position: absolute;
	z-index: 10;
	bottom: -40px;
	right: 0;
	opacity: 0;
	visibility: hidden;
	-webkit-transition-duration: 300ms;
	-o-transition-duration: 300ms;
	transition-duration: 300ms;
}
.circle-hover1:hover .circle-img {
	opacity: 1;
	visibility: visible;
	bottom: 0;
	right: 0;
}
.instagram-wrapp .circle-hover1 {
	border-radius: 50%;
}
.instagram-wrapp .circle-hover1 .circle-img {
	border-radius: 50%;
}
/*Map-color*/
.map-color {
	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	-ms-filter: grayscale(100%);
	-o-filter: grayscale(100%);
	filter: grayscale(100%);
}

/*Smartphone css*/
@media screen and (max-width: 480px) {
/*Checkbox-css*/
.checkbox1 { width:100%; margin:0 0 8px;}
.checkbox2 { width:100%; margin:0 0 18px;}
.checkbox1 span, .checkbox2 span { font-size:12px; line-height:22px;}
}

@media screen and (min-width:481px) and (max-width:600px) {
/*Checkbox-css*/
.checkbox1 { width:100%; margin:0 0 8px;}
.checkbox2 { width:100%; margin:0 0 18px;}
.checkbox1 span, .checkbox2 span { font-size:12px; line-height:22px;}
}

@media screen and (min-width:601px) and (max-width:767px) {
/*Checkbox-css*/
.checkbox1 { width:100%; margin:0 0 8px;}
.checkbox2 { width:100%; margin:0 0 18px;}
.checkbox1 span, .checkbox2 span { font-size:12px; line-height:22px;}
}

@media screen and (min-width:768px) and (max-width:900px) {
/*Checkbox-css*/
.checkbox1 {
	width: 100%;
	margin: 0 0 8px;
}
.checkbox2 {
	width: 100%;
	margin: 0 0 28px;
}
.checkbox1 span, .checkbox2 span {
	font-size: 12px;
}
}

@media screen and (min-width:901px) and (max-width:1024px) {
/*Checkbox-css*/
.checkbox1 {
	width: 100%;
	margin: 0 0 8px;
}
.checkbox2 {
	width: 100%;
	margin: 0 0 37px;
}
.checkbox1 span, .checkbox2 span {
	font-size: 13px;
}
}

@media screen and (min-width:1025px) and (max-width:1240px) {
/*Checkbox-css*/
.checkbox1 {
	width: 100%;
	margin: 0 0 8px;
}
.checkbox2 {
	width: 100%;
	margin: 0 0 37px;
}
.checkbox1 span, .checkbox2 span {
	font-size: 13px;
}
}