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

/*circle-effect-css*/
.circle-effect {
	display: block;
	overflow: hidden;
	transition: all 0.25s ease-out 0s;
	position: relative;
}
.circle-effect img {
	width: 100%;
	-webkit-transition: all 0.25s ease-out 0s;
	transition: all 0.25s ease-out 0s;
	display: block;
}
.circle-effect .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;
}
.custom-select1 .circle-effect { 
	width: 16px;
	transform: translateY(-50%);
	position: absolute;
	top: 50%;
	right: 9.3%;
	z-index: -9;
}
.circle-effect:hover img, .custom-select1:hover .circle-effect img { 
	opacity: 0;
}
.circle-effect:hover .circle-row1, .custom-select1:hover .circle-effect .circle-row1 {
	opacity: 1;
	visibility: visible;
	bottom: 0;
	right: 0;
}
.circle-effect:hover .circle-row1 img, .custom-select1:hover .circle-effect .circle-row1 img { 
	opacity: 1;
}

/*checkbox-effect-css*/
.checkbox1 {
	width: 100%;
	float: left;
	margin: 0 0 14px;
}
.checkbox2 {
	width: 100%;
	float: left;
	margin: 0 0 14px;
}
.checkbox1 a, .checkbox2 a {
	color: #ffffff;
}
.checkbox1 a:hover, .checkbox2 a:hover {
	color: #84937b;
}
.checkbox1 span, .checkbox2 span {
	font-size: 13px;
	font-weight: 400;
	color: #ffffff;
	letter-spacing: 0.24px;
	line-height: 1.77;
	display: inherit;
	position: relative;
	top: -6px;
}
[type="checkbox"]:checked,
[type="checkbox"]:not(:checked) {
    position: absolute;
    left: -9999px;
}
[type="checkbox"]:checked + label,
[type="checkbox"]:not(:checked) + label
{
    cursor: pointer;
    display: block;
    padding: 0 0 0 20px;
    position: relative;
}
[type="checkbox"]:checked + label:before,
[type="checkbox"]:not(:checked) + label:before {
    content: '';
    width: 12px;
    height: 12px;
	background: none;
	border: 1px solid #ffffff;
	border-radius: 50%;
    position: absolute;
    left: 0;
    top: 0;
}
[type="checkbox"]:checked + label:after,
[type="checkbox"]:not(:checked) + label:after {
    content: '';
    width: 6px;
    height: 6px;
    background: #84937b;
	border-radius: 50%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    position: absolute;
    top: 3px;
    left: 3px;
}
[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 #ffffff;
}

/*Smartphone css*/
@media screen and (max-width: 480px) {
/*circle-effect-css*/
.custom-select1 .circle-effect { 
	width: 12px;
	right: 5%;
}

/*checkbox-effect-css*/
[type="checkbox"]:checked + label, [type="checkbox"]:not(:checked) + label {
	display: inline;
}
}

@media screen and (min-width:481px) and (max-width:600px) {
/*circle-effects-css*/
.custom-select1 .circle-effect { 
	width: 12px;
	right: 5%;
}

/*checkbox-effect-css*/
[type="checkbox"]:checked + label, [type="checkbox"]:not(:checked) + label {
	display: inline;
}
}

@media screen and (min-width:601px) and (max-width:767px) {
/*circle-effects-css*/
.custom-select1 .circle-effect { 
	width: 12px;
	right: 5%;
}

/*checkbox-effect-css*/
[type="checkbox"]:checked + label, [type="checkbox"]:not(:checked) + label {
	display: inline;
}
}

@media screen and (min-width:768px) and (max-width:900px) {
/*circle-effect-css*/
.custom-select1 .circle-effect { 
	width: 12px;
}

/*checkbox-effect-css*/
.checkbox1 {
	margin: 0 0 8px;
}
.checkbox2 {
	margin: 0 0 8px;
}
.checkbox1 span, .checkbox2 span {
	font-size: 11px;
	top: -3px;
}
}

@media screen and (min-width:901px) and (max-width:1024px) {
/*circle-effect-css*/
.custom-select1 .circle-effect { 
	width: 14px;
}

/*checkbox-effect-css*/
.checkbox1 {
	margin: 0 0 11px;
}
.checkbox2 {
	margin: 0 0 11px;
}
.checkbox1 span, .checkbox2 span {
	font-size: 12px;
	top: -4px;
}
}

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

}

@media screen and (-webkit-min-device-pixel-ratio:0) {

}
