@charset "utf-8";
/* CSS Document */

/*play-hover*/
.video-play-button {
	height: 60px;
	float: left;
	border: 4px solid #ffffff;
	border-radius: 50%;
}
.video-play-button:after {
	width: 80px;
	height: 80px;
	background: rgba(255,255,255,0.60);
	border-radius: 50%;
	display: block;
	-webkit-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
	-webkit-animation: pulse-border 1500ms ease-out infinite;
	animation: pulse-border 1500ms ease-out infinite;
}
.video-play-button:before {
	width: 60px;
	height: 60px;
	background: rgba(102,129,60,0.60);
	border-radius: 50%;
	display: block;
	-webkit-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-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 {
	width: 0;
	height: 0;
	border-left: 18px solid #ffffff;
	border-top: 12px solid transparent;
	border-bottom: 12px solid transparent;
	display: block;
	margin: 14px 20px;
	position: relative;
	z-index: 3;
}
 @-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;
}
}

/*circle-effects-css*/
.circle-effects1 {
	display: block;
	overflow: hidden;
	transition: all 0.25s ease-out 0s;
	position: relative;
}
.circle-effects1 img {
	width: 100%;
	-webkit-transition: all 0.25s ease-out 0s;
	transition: all 0.25s ease-out 0s;
	display: block;
}
.circle-effects1 .circle-row1 {
	width: 100%;
	height: 100%;
	opacity: 0;
	overflow:hidden;
	visibility: hidden;
	-webkit-transition-duration: 300ms;
	-o-transition-duration: 300ms;
	transition-duration: 300ms;
	position: absolute;
	right: 0;
	bottom: 0;
	z-index: 10;
}
a .circle-effects1 { 
	width: auto;
	float: left;
	transform: translateY(-50%);
	margin: 0 0 0;
	position: absolute;
	top: 50%;
	left: 20px;
}
.header-btn1 .circle-effects1 { 
	width: auto;
	transform: none;
	margin: 0 0 0;
	position: relative;
	top: 0;
	left: inherit;
}
.menuzord-menu > li .circle-effects1 { 
	width: auto;
	transform: none;
	margin: 4px 6px 0 0;
	position: relative;
	top: inherit;
	left: inherit;
}
.circle-effects1:hover img, a:hover .circle-effects1 img, .memberships-col2:hover .circle-effects1 img, .competitors-col2:hover .circle-effects1 img { 
	opacity: 0;
}
.circle-effects1:hover .circle-row1, a:hover .circle-effects1 .circle-row1, .memberships-col2:hover .circle-effects1 .circle-row1, .competitors-col2:hover .circle-effects1 .circle-row1 {
	opacity: 1;
	visibility: visible;
	bottom: 0;
	right: 0;
}
.circle-effects1:hover .circle-row1 img, a:hover .circle-effects1 .circle-row1 img, .memberships-col2:hover .circle-effects1 .circle-row1 img, .competitors-col2:hover .circle-effects1 .circle-row1 img { 
	opacity: 1;
}

.familyden-wrapp2 a .circle-effects1 { width:20px; left:0;}

/*checkbox-effect-css*/
.checkbox1 {
	width: 100%;
	float: none;
	display: table;
	margin: 0 auto 10px;
}
.checkbox2 {
	width: 84%;
	float: none;
	display: table;
	margin: 0 auto 16px;
}
.checkbox1 a, .checkbox2 a {
	color: #66813c;
}
.checkbox1 a:hover, .checkbox2 a:hover {
	color: #5b5b5b;
}
.checkbox1 span, .checkbox2 span {
	font-size: 12px;
	font-weight: 400;
	color: #66813c;
	letter-spacing: 0.5px;
	line-height: 1.63;
	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: 22px;
    cursor: pointer;
    line-height: 20px;
    display: inline;
    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: #66813c;
	border: 1px solid #66813c;
	border-radius: 50%;
}
[type="checkbox"]:checked + label:after,
[type="checkbox"]:not(:checked) + label:after {
    content: '';
    width: 7px;
    height: 7px;
    background: #ffffff;
	border-radius: 50%;
    position: absolute;
    top: 3px;
    left: 3px;
    -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 {
	border: 1px solid #66813c;
}

/*square-effect-css*/
.square-effect1 {
	overflow: hidden;
	cursor: pointer;
	display: block;
	position: relative;
}
.square-effect1 img {
	width: 100%;
	display: block;
	transition: all 0.25s ease-out 0s;
	-o-transition: all 0.25s ease-out 0s;
	-ms-transition: all 0.25s ease-out 0s;
	-moz-transition: all 0.25s ease-out 0s;
	-webkit-transition: all 0.25s ease-out 0s;
}
.square-effect1:hover img, .memberships-col2:hover .square-effect1 img  {
	transform: scale(1.08);
	transition: all 0.25s ease-out 0s;
	-o-transition: all 0.25s ease-out 0s;
	-ms-transition: all 0.25s ease-out 0s;
	-moz-transition: all 0.25s ease-out 0s;
	-webkit-transition: all 0.25s ease-out 0s;
	/*filter: grayscale(100%);*/
}
.square-effect1:after {
	content: "";
	width: 0;
	height: 0;
	border-bottom: 1px solid #ed9b35;
	border-left: 1px solid #ed9b35;
	filter: alpha(opacity=0);
	transition: all 0.25s ease-out 0s;
	-o-transition: all 0.25s ease-out 0s;
	-ms-transition: all 0.25s ease-out 0s;
	-moz-transition: all 0.25s ease-out 0s;
	-webkit-transition: all 0.25s ease-out 0s;
	opacity: 0;
	margin: 0 0 0;
	position: absolute;
	bottom: 6%;
	left: 8%;
	z-index: 9;
}
.square-effect1:hover:after {
	width: 26%;
	height: 26%;
	opacity: 1;
	filter: alpha(opacity=100);
}
.video-col1 .square-effect1:after {
	bottom: 9.4%;
	left: 6%;
}
.memberships-col2 .square-effect1 {
	overflow: inherit;
}
.memberships-col2 .square-effect1:after {
	display: none;
}
.team-col1 .square-effect1:after {
	bottom: 8.8%;
	left: 8%;
}
.services-col2 .square-effect1:after {
	border-right: 1px solid #ed9b35;
	border-left: none;
	bottom: 6.8%;
	left: inherit;
	right: 5%;
}
.services-col2:nth-child(2n) .square-effect1:after {
	border-right: none;
	border-bottom: 1px solid #ed9b35;
	border-left: 1px solid #ed9b35;
	bottom: 6%;
	left: 5%;
	right: inherit;
}
.instagram-col2 .square-effect1:after {
	bottom: 9.2%;
	left: 8%;
}

.about-wrapp .about-col2 .square-effect1:after {
	border-right: 1px solid #ed9b35;
	border-left: none;
	bottom: 6.8%;
	left: inherit;
	right: 5%;
}
.about-wrapp .about-col2:nth-child(2n) .square-effect1:after {
	border-right: none;
	border-bottom: 1px solid #ed9b35;
	border-left: 1px solid #ed9b35;
	bottom: 6%;
	left: 5%;
	right: inherit;
}

.about-slider .square-effect1:hover img {
	filter: grayscale(100%);}

/* upload-btn1 */
.upload-row1 { width:100%; float:left; position:relative; margin:0 0 26px;}
.upload-row1 .upload-col1 { width:71.8%; float:right;}
.upload-btn1:hover, .upload-btn1:active, .upload-btn1:focus, .upload-btn1 { width:auto; float:none; display:inline-block; color: #66813c; border:1px solid #66813c; border-radius:25px; font-size: 14px; letter-spacing: 0; font-weight:700; outline: none; position: relative; overflow: hidden; padding:12px 26px 12px 26px;}
.upload-btn1 span { display:inline-block;}
.upload-btn1 input.uploadlogo { position: absolute; top: 0; right: 0; margin: 0; padding: 0; font-size: 20px; cursor: pointer; opacity: 0; filter: alpha(opacity=0); width: 100%; height: 100%; }
input::-webkit-file-upload-button {
 cursor: pointer !important;
 height: 42px;
 width: 100%;
}

/* hover-effect-css */
.hovereffect {
  height: 100%;
  float: left;
  overflow: hidden;
  position: relative;
  text-align: center;
  cursor: pointer;
  background: rgba(31, 36, 56, 0.61)
;
}
.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 0s;
  transition: all 0.25s ease-out 0s;
}
.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) {
/*checkbox-effect-css*/
.checkbox1 {
	width: 100%;
	margin: 0 0 10px;
}
.checkbox2 {
	width: 100%;
	margin: 0 0 16px;
}
.checkbox1 span, .checkbox2 span {
	font-size: 11px;
}
[type="checkbox"]:checked + label, [type="checkbox"]:not(:checked) + label {
	padding-left: 24px;
}
}

@media screen and (min-width:481px) and (max-width:600px) {
/*checkbox-effect-css*/
.checkbox1 {
	width: 100%;
	margin: 0 0 10px;
}
.checkbox2 {
	width: 100%;
	margin: 0 0 16px;
}
.checkbox1 span, .checkbox2 span {
	font-size: 11px;
}
[type="checkbox"]:checked + label, [type="checkbox"]:not(:checked) + label {
	padding-left: 24px;
}
}

@media screen and (min-width:601px) and (max-width:767px) {
/*checkbox-effect-css*/
.checkbox1 {
	width: 100%;
	margin: 0 0 10px;
}
.checkbox2 {
	width: 100%;
	margin: 0 0 16px;
}
.checkbox1 span, .checkbox2 span {
	font-size: 11px;
}
[type="checkbox"]:checked + label, [type="checkbox"]:not(:checked) + label {
	padding-left: 24px;
}
}

@media screen and (min-width:768px) and (max-width:900px) {
.header-btn1 .circle-effects1 {
	width: 14px;
}
/*checkbox-effect-css*/
.checkbox1 {
	margin: 0 auto 6px;
}
.checkbox2 {
	width: 100%;
	margin: 0 auto 10px;
}
.checkbox1 span, .checkbox2 span {
	font-size: 11px;
}
[type="checkbox"]:checked + label, [type="checkbox"]:not(:checked) + label {
	padding-left: 24px;
}
}

@media screen and (min-width:901px) and (max-width:1024px) {
.header-btn1 .circle-effects1 {
	width: 16px;
}
/*checkbox-effect-css*/
.checkbox1 {
	margin: 0 auto 8px;
}
.checkbox2 {
	width: 100%;
	margin: 0 auto 13px;
}
.checkbox1 span, .checkbox2 span {
	font-size: 11px;
}
[type="checkbox"]:checked + label, [type="checkbox"]:not(:checked) + label {
	padding-left: 27px;
}
}

@media screen and (min-width:1025px) and (max-width:1240px) {

}

@media screen and (min-width:1241px) and (max-width:1340px) {

}

@media screen and (min-width:1341px) and (max-width:1440px) {

}

@media screen and (-webkit-min-device-pixel-ratio:0) {
.mac-os .checkbox1 span, .mac-os .checkbox2 span { top: -4px;} 
}