@charset "utf-8";
/* CSS Document */

/*circle-effects-css*/
.circle-effects1 {
	display: inline-block;
	overflow: hidden;
	cursor: pointer;
	position: relative;
	padding: 0 0 0;
}
.circle-effects1 img {
	width: 100%;
	-webkit-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
	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;
}
.circle-effects1:hover img img { 
	opacity: 0;
}
.circle-effects1:hover .circle-row1 {
	opacity: 1;
	visibility: visible;
	bottom: 0;
	right: 0;
}
.circle-effects1:hover .circle-row1 img { 
	opacity: 1;
}

/*checkbox-effect-css*/
.checkbox1 {
	width: 100%;
	float: none;
	display: inline-block;
	margin: 0 0 15px 0;
}
.checkbox2 {
	width: 77%;
	float: none;
	display: inline-block;
	margin: 0 0 22px;
}
.checkbox1 a, .checkbox2 a {
	color: #706f6f;
	font-weight: 700;
}
.checkbox1 a:hover, .checkbox2 a:hover {
	color: #000000;
	
}
.checkbox1 span, .checkbox2 span {
	font-size: 12px;
	font-weight: 400;
	color: #000000;
	letter-spacing: normal;
	line-height: 2.17;
	display: inherit;
	position: relative;
	top: -2px;
}
[type="checkbox"]:checked,
[type="checkbox"]:not(:checked) {
    position: absolute;
    left: -9999px;
}
[type="checkbox"]:checked + label,
[type="checkbox"]:not(:checked) + label
{
    position: relative;
    padding-left: 23px;
    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: 16px;
    height: 16px;
	background-color:#706f6f;
	border: 1px solid #706f6f;
	border-radius: 50%;
}
[type="checkbox"]:checked + label:after,
[type="checkbox"]:not(:checked) + label:after {
    content: '';
    width: 8px;
    height: 8px;
    background-color: #fff;
	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 {
	border: 1px solid #706f6f;
}

.map {
    -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-effect-css*/
.checkbox1 {
	width: 100%;
	margin: 0 0 8px;
}
.checkbox2 {
	width: 100%;
	margin: 0 0 22px;
}

	
}

@media screen and (min-width:481px) and (max-width:600px) {
/*checkbox-effect-css*/
.checkbox1 {
	width: 100%;
	margin: 0 0 8px;
}
.checkbox2 {
	width: 100%;
	margin: 0 0 22px;
}

}

@media screen and (min-width:601px) and (max-width:767px) {
/*checkbox-effect-css*/
.checkbox1 {
	width: 100%;
	margin: 0 0 8px;
}
.checkbox2 {
	width: 100%;
	margin: 0 0 22px;
}

}

@media screen and (min-width:768px) and (max-width:900px) {

.circle-effects1 { padding: 0 1px 0;}

.checkbox2 {
	width: 100%;
}
	
.checkbox1 span, .checkbox2 span {
	font-size: 12px;
}
}

@media screen and (min-width:901px) and (max-width:1024px) {
.checkbox1 span, .checkbox2 span {
	font-size: 12px;
}
	
.checkbox2 {
	width: 100%;
}
	
}

@media screen and (min-width:1025px) and (max-width:1240px) {
.checkbox1 span, .checkbox2 span {
	font-size: 12px;
}
	
.checkbox2 {
	width: 100%;
}
	
}
@media screen and (-webkit-min-device-pixel-ratio:0) { /* this will target only Mac Safari and Chrome browsers */ .mac-os .checkbox1 span, .mac-os .checkbox2 span { top: -6px;} }
