@charset "utf-8";
/* CSS Document */

/* circle-hover-css */
.circle-hover1 {
	display: inline-block;
	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;
}

/*play-hover*/
.video-play-button {
	position: relative;
	display: block;
	width: 100%;
	height: 25px;
	float: none;
	background: none;
	border: 1px solid #ffffff;
	border-radius: 50%;
	margin: 0 auto 0;
}
.video-play-button:after {
	-webkit-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
	display: block;
	width: 52px;
	height: 52px;
	background: rgba(255,255,255,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(255,255,255,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: 10px solid #ffffff;
	border-top: 6px solid transparent;
	border-bottom: 6px solid transparent;
	margin: 5px 9px;
}

.testi-wrapp .video-play-button { height:50px; border: 2px solid #ffffff;}
.testi-wrapp .video-play-button span {
	border-left: 19px solid #ffffff;
	border-top: 13px solid transparent;
	border-bottom: 13px solid transparent;
	margin: 10px 16px;
}

 @-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;
}
}

/* square-effect-css */
.square-effect1 {
	overflow: hidden;
	cursor: pointer;
	margin: 0 0 0;
	position: relative;
}
.square-effect1 img {
	width:100%;
	display:block;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}
.square-effect1 .square-row1 {
	width: 100%;
	height: 100%;
	text-align: center;
	background-color: #343337;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
	opacity: 0;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 999;
}

.square-effect1 .square-row2 { 
	width: 100%;
	margin: 0 auto 0;
	padding: 0 6% 0;
	transform: translateY(-50%);
	position: absolute;
	top: 50%;
	right: 0;
	left: 0;
	z-index: 9;
}
.square-effect1 .square-row1:after {
	content: "";
	width: 90%;
	height: 90%;
	border: 1px solid #857a44;
	background-color: transparent;
	opacity: 0;
	filter: alpha(opacity=0);
	transform: translateY(-50%);
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
	margin: 0 auto 0;
	position: absolute;
	top: 50%;
	right:0;
	left: 0;
}
.square-effect1:hover .square-row1, 
.square-effect1:hover .square-row1:after  { 
	opacity: 1;
	filter: alpha(opacity=100);
}
.square-effect1 .up-effect1 {
	opacity: 0;
	transition-delay: 0.2s;
	transition-duration: 0.2s;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
	transform: translateY(40px);
	-webkit-transform: translateY(40px);
}
.square-effect1:hover .up-effect1,
.square-effect1:focus .up-effect1 {
	opacity: 1;
	transform: translateX(0px);
	-webkit-transform: translateX(0px);
}

.practic-col2:hover .square-row1 {
	opacity: 0.80;
}

.instagram-row1:hover .square-row1 {
	opacity: 0.80;
}

.teamer-row1:hover .square-row1 {
	opacity: 0.30;
}

.about-bar1:hover .square-row1 {
	opacity: 0.80;
}

.about-col1:hover .square-row1 {
	opacity: 0.80;
}

.bloger-bar1:hover .square-row1 {
	opacity: 0.80;
}

/* checkbox-effect-css */
.checkbox1 {
	width: 100%;
	float: none;
	display: inline-block;
	margin: 0 0 0 0;
}
.checkbox2 {
	width: 100%;
	float: none;
	display: inline-block;
	margin: 0 0 26px;
}
.checkbox1 a, .checkbox2 a {
	font-weight: 500;
	color: #ffffff;
}
.checkbox1 a:hover, .checkbox2 a:hover {
	color: #ffffff;
}
.checkbox1 span, .checkbox2 span {
	font-size: 13px;
	font-weight: 400;
	color: #ffffff;
	letter-spacing: 0.20px;
	line-height: 36px;
	display: inherit;
	position: relative;
	top: -3px;
}
[type="checkbox"]:checked,
[type="checkbox"]:not(:checked) {
    position: absolute;
    left: -9999px;
}
[type="checkbox"]:checked + label,
[type="checkbox"]:not(:checked) + label
{
    position: relative;
    padding-left: 28px;
    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: 15px;
    height: 15px;
	background: #a79849;
	border: 1px solid #a79849;
	border-radius: 50%;
}
[type="checkbox"]:checked + label:after,
[type="checkbox"]:not(:checked) + label:after {
    content: '';
    width: 7px;
    height: 7px;
    background: #a79849;
	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;
}

.touch-wrapp .checkbox1 {
	margin: 19px 0 0 0;
}

/*map-color*/
.map-color {
	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	-ms-filter: grayscale(100%);
	-o-filter: grayscale(100%);
	filter: grayscale(100%);
}

/* hover-effect-css */
.hovereffect {
  height: 100%;
  float: left;
  overflow: hidden;
  position: relative;
  text-align: center;
  cursor: pointer;
  background: #a79849;
}
.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);
}

/*Smartphone css*/
@media screen and (max-width: 480px) {
.square-effect1 .square-img1 {
	width: 94%;
	height: 90%;
	position: absolute;
	top: 5%;
}
.team-col2 .square-img1 {
    width: 60%;
    height: 64%;
    margin: 0 auto 0;
    top: 18%;
}
.instagram-col2 .square-img1 {
    width: 76%;
	height: 76%;
    margin: 0 auto 0;
    top: 12%;
}

[type="checkbox"]:checked + label:before,
[type="checkbox"]:not(:checked) + label:before {
	background: #ffffff;
	border: 1px solid #ffffff;
}
[type="checkbox"]:checked + label:after,
[type="checkbox"]:not(:checked) + label:after {
    background: #a79849;
}

.checkbox1 span, .checkbox2 span { line-height:30px;}
}

@media screen and (min-width:481px) and (max-width:600px) {
.square-effect1 .square-img1 {
	width: 94%;
	height: 90%;
	position: absolute;
	top: 5%;
}
.team-col2 .square-img1 {
    width: 60%;
    height: 64%;
    margin: 0 auto 0;
    top: 18%;
}
.instagram-col2 .square-img1 {
    width: 76%;
	height: 76%;
    margin: 0 auto 0;
    top: 12%;
}
}

@media screen and (min-width:601px) and (max-width:767px) {
.square-effect1 .square-img1 {
	width: 94%;
	height: 90%;
	position: absolute;
	top: 5%;
}
.team-col2 .square-img1 {
    width: 60%;
    height: 64%;
    margin: 0 auto 0;
    top: 18%;
}
.instagram-col2 .square-img1 {
    width: 76%;
	height: 76%;
    margin: 0 auto 0;
    top: 12%;
}
}

@media screen and (min-width:768px) and (max-width:900px) {

}

@media screen and (min-width:901px) and (max-width:1024px) {

}

@media screen and (min-width:1025px) and (max-width:1240px) {

}