@charset "utf-8";
/* CSS Document */

/* Circle-hover-css */
.circle-hover1 {
	display: inline-block;
	border-radius: 50%;
	overflow: hidden;
	cursor: pointer;
	position: relative;
}
.circle-hover1 .circle-img {
	width: 100%;
	height: 100%;
	border-radius: 50%;
	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: 0;
}
.instagram-wrapp .circle-hover1 .circle-img {
	border-radius: 0;
}

/* Video-play-hover-css */
.video-play-button {
	width: 50px;
	height: 50px;
	float: none;
	background:none;
	border: 1px solid #ffffff;
	border-radius: 50%;
	display: block;
	-webkit-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
	margin: 0 auto 10px;
	position: relative;
	z-index: 99;
}
.video-play-button:hover {
	background: #ffffff;
	border: 1px solid #ffffff;
}
.video-play-button:after {
	-webkit-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
	display: block;
	width: 68px;
	height: 68px;
	background: rgba(195,148,82,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: 50px;
	height: 50px;
	background: rgba(195,148,82,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: 19px solid #ffffff;
	border-top: 11px solid transparent;
	border-bottom: 11px solid transparent;
	-webkit-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
	margin: 8px 17px;
}
.video-play-button:hover span {
	border-left: 19px solid #c39452;
}
 @-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;
}
}
.videobox .video-play-button {
	margin: 0 auto 0;
}
.videobox .video-play-button span {
	margin: 13px 17px;
}
/* Square-effect-css */
.square-effect1 {
  background: #c29452;
  cursor: pointer;
  overflow: hidden;
  display: inline-block;
  position: relative;
}
.square-effect1 img {
  width: 100%;
  display: block;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.square-effect1 .square-row1 {
  width: 70px;
  height: 70px;
  filter: alpha(opacity=0);
  transform: translateY(-50%);
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  opacity: 0;
  margin: 0 auto 0;
  position: absolute;
  top: 50%;
  right:0;
  bottom: 0;
  left: 0;
}
.square-effect1:hover img {
  opacity: 0.13;
  transform: scale(1.08);
  transition: all 1.5s ease 0s;
  filter: grayscale(100%);
}
.square-effect1:hover .square-row1 img {
  opacity: 1;
  transform: none;
  filter: none;
}
.square-effect1:hover .square-row1 {
  opacity: 1;
  filter: alpha(opacity=100);
}

/* Checkbox-css */
.checkbox1 {
	width: 100%;
	float: left;
	margin: 0 0 8px;
}
.checkbox2 {
	width: 100%;
	float: left;
	margin: 0 0 26px;
}
.checkbox1 a, .checkbox2 a {
	font-weight: 700;
	color: #c29452;
}
.checkbox1 a:hover, .checkbox2 a:hover {
	color: #ffffff;
}
.checkbox1 span, .checkbox2 span {
	font-size: 12px;
	font-weight: 500;
	color: #c29452;
	letter-spacing: 0.40px;
	line-height: 24px;
	display: inherit;
	position: relative;
	top: -4px;
}
[type="checkbox"]:checked,
[type="checkbox"]:not(:checked) {
    position: absolute;
    left: -9999px;
}
[type="checkbox"]:checked + label,
[type="checkbox"]:not(:checked) + label
{
    position: relative;
    padding-left: 22px;
    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: 13px;
    height: 13px;
	background: #c29452;
	border: 1px solid #c29452;
	border-radius: 50%;
}
[type="checkbox"]:checked + label:after,
[type="checkbox"]:not(:checked) + label:after {
    content: '';
    width: 5px;
    height: 5px;
    background: #ffffff;
	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: #c29452;
}

/* hover-effect-css */
.hovereffect {
  height: 100%;
  float: left;
  overflow: hidden;
  position: relative;
  text-align: center;
  cursor: pointer;
  background: #c39452;
}
.hovereffect .overlay1 {
  position: absolute;
  overflow: hidden;
  width: 80%;
  left: 10%;
  bottom: 1%;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: scale(0,1);
  -ms-transform: scale(0,1);
  transform: scale(0,1);
}
.hovereffect:hover .overlay1 {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.hovereffect img {
  display: block;
  position: relative;
  -webkit-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}
.hovereffect:hover img {
	mix-blend-mode: multiply;
}
.hovereffect h3 {
  text-align: center;
  position: relative;
  font-size: 20px;
  background-color: transparent;
  color: #FFF;
  padding: 1em 0;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: translate3d(0,-100%,0);
  transform: translate3d(0,-100%,0);
}
.hovereffect a, .hovereffect p {
  color: #FFF;
  padding: 1em 0;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: translate3d(0,100%,0);
  transform: translate3d(0,100%,0);
}
.hovereffect:hover a, .hovereffect:hover p, .hovereffect:hover h3 {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
}

/* Map-color-css */
.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) {
/* Video-play-hover-css */
.video-play-button { 
	width: 50px;
	border: 1px solid #c29452;
	margin: 0 auto 14px;
}
.video-play-button span {
	border-left:19px solid #c29452;
}
/* Checkbox-css */
.checkbox1 {
	width: 100%;
	margin: 0 0 8px;
}
.checkbox2 {
	width: 100%;
	margin: 0 0 18px;
}
.checkbox1 a, .checkbox2 a {
	color: #ffffff;
}
.checkbox1 a:hover, .checkbox2 a:hover {
	color: #f0ece4;
}
.checkbox1 span, .checkbox2 span {
	color: #ffffff;
}
[type="checkbox"]:checked + label:before,
[type="checkbox"]:not(:checked) + label:before {
	border: 1px solid #ffffff;
}
.sidbar-wrapp .checkbox1 span, .sidbar-wrapp .checkbox2 span {
	color: #c29452;
}
.sidbar-wrapp .checkbox1 a, .sidbar-wrapp .checkbox2 a {
	color: #c29452;
}
}

@media screen and (min-width:481px) and (max-width:600px) {
/* Video-play-hover-css */
.video-play-button { 
	width: 50px;
	border: 1px solid #c29452;
	margin: 0 auto 14px;
}
.video-play-button span {
	border-left:19px solid #c29452;
}
/* Checkbox-css */
.checkbox1 {
	width: 100%;
	margin: 0 0 8px;
}
.checkbox2 {
	width: 100%;
	margin: 0 0 18px;
}
.checkbox1 span, .checkbox2 span {
	color: #ffffff;
}
.sidbar-wrapp .checkbox1 span, .sidbar-wrapp .checkbox2 span {
	color: #c29452;
}
.sidbar-wrapp .checkbox1 a, .sidbar-wrapp .checkbox2 a {
	color: #c29452;
}
}

@media screen and (min-width:601px) and (max-width:767px) {
/* Video-play-hover-css */
.video-play-button { 
	width: 50px;
	border: 1px solid #c29452;
	margin: 0 auto 14px;
}
.video-play-button span {
	border-left:19px solid #c29452;
}
/* Checkbox-css */
.checkbox1 {
	width: 100%;
	margin: 0 0 8px;
}
.checkbox2 {
	width: 100%;
	margin: 0 0 18px;
}
.sidbar-wrapp .checkbox1 span, .sidbar-wrapp .checkbox2 span {
	color: #c29452;
}
.sidbar-wrapp .checkbox1 a, .sidbar-wrapp .checkbox2 a {
	color: #c29452;
}
}

@media screen and (min-width:768px) and (max-width:900px) {
/* Checkbox-css */
.checkbox1 {
	margin: 0 0 4px;
}
.checkbox2 {
	margin: 0 0 18px;
}
.checkbox1 span, .checkbox2 span { 
	font-size: 10px; 
	letter-spacing: 0.20px; 
	line-height: 22px;
	top: -5px;
}
.square-effect1 .square-row1 {
	width: 40px;
    height: 40px;
}
}

@media screen and (min-width:901px) and (max-width:1024px) {
/* Checkbox-css */
.checkbox1 {
	margin: 0 0 6px;
}
.checkbox2 {
	margin: 0 0 22px;
}
.checkbox1 span, .checkbox2 span { 
	font-size: 11px; 
	letter-spacing: 0.30px; 
	line-height: 23px;
	top: -4px;
}
.square-effect1 .square-row1 {
	width: 50px;
    height: 50px;
}
}

@media screen and (min-width:1025px) and (max-width:1240px) {
.square-effect1 .square-row1 {
	width: 60px;
    height: 60px;
}
}