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

/*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: -100%;
	z-index: 10;
}
.header-row1 li .circle-effects1, .linker-row3 li .circle-effects1, .linker-row2 li .circle-effects1 { 
	width: auto;
	float: left;
	margin: 0 6px 0 0;
	position: relative;
	bottom: 0;
}

.linker-row2 li .circle-effects1 { bottom:-3px; margin:0 9px 0 0;}

.circle-effects1:hover img, .header-row1 li:hover .circle-effects1 img, .linker-row3 li:hover .circle-effects1 img, .linker-row2 li:hover .circle-effects1 img { 
	opacity: 0;
}
.circle-effects1:hover .circle-row1, .header-row1 li:hover .circle-effects1 .circle-row1, .linker-row3 li:hover .circle-effects1 .circle-row1, .linker-row2 li:hover .circle-effects1 .circle-row1 {
	opacity: 1;
	visibility: visible;
	bottom: 0;
}
.circle-effects1:hover .circle-row1 img, .header-row1 li:hover .circle-effects1 .circle-row1 img, .linker-row3 li:hover .circle-effects1 .circle-row1 img, .linker-row2 li:hover .circle-effects1 .circle-row1 img { 
	opacity: 1;
}

/*checkbox-effect-css*/
.checkbox1 {
	width: 100%;
	float: none;
	display: table;
	margin: 0 auto 5px;
}
.checkbox2 {
	width: 85%;
	float: none;
	display: table;
	margin: 0 auto 28px;
}
.checkbox1 a, .checkbox2 a {
	color: #ffd167;
}
.checkbox1 a:hover, .checkbox2 a:hover {
	color: #ffffff;
}
.checkbox1 span, .checkbox2 span {
	font-size: 12px;
	font-weight: 400;
	color: #fcfcf9;
	line-height: 1.67;
	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: inline;
    color: #666;
}
[type="checkbox"]:checked + label:before,
[type="checkbox"]:not(:checked) + label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 12px;
    height: 12px;
	background:none;
	border: 1px solid #ffd167;
}
[type="checkbox"]:checked + label:after,
[type="checkbox"]:not(:checked) + label:after {
    content: '';
    width: 12px;
    height: 12px;
    background: #ffd167;
    position: absolute;
    top: 0;
    left: 0;
    -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 #ffd167;
}

/*Smartphone css*/
@media screen and (max-width: 480px) {
.header-row1 li .circle-effects1, .linker-row3 li .circle-effects1, .linker-row2 li .circle-effects1 { display:none;}

.checkbox1 span, .checkbox2 span { color:#000000;}
.checkbox1 a:hover, .checkbox2 a:hover { color: #ffd167;}
}

@media screen and (min-width:481px) and (max-width:600px) {
.header-row1 li .circle-effects1, .linker-row3 li .circle-effects1, .linker-row2 li .circle-effects1 { display:none;}

.checkbox1 span, .checkbox2 span { color:#000000;}
.checkbox1 a:hover, .checkbox2 a:hover { color: #ffd167;}
}

@media screen and (min-width:601px) and (max-width:767px) {
.header-row1 li .circle-effects1, .linker-row3 li .circle-effects1, .linker-row2 li .circle-effects1 { display:none;}

.checkbox1 span, .checkbox2 span { color:#000000;}
.checkbox1 a:hover, .checkbox2 a:hover { color: #ffd167;}
}

@media screen and (min-width:768px) and (max-width:900px) {
/*circle-effects-css*/
.header-row2 li .circle-effects1 { 
	width: auto;
	display: none;
	margin: 0 6px 0 0;
}
}

@media screen and (min-width:901px) and (max-width:1024px) {
/*circle-effects-css*/
.header-row2 li .circle-effects1 { 
	width: auto;
	display: none;
	margin: 0 6px 0 0;
}
}

@media screen and (min-width:1025px) and (max-width:1240px) {
/*circle-effects-css*/
.header-row2 li .circle-effects1 { 
	width: auto;
	display: none;
	margin: 0 6px 0 0;
}
}

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