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

/*scrollbar-effects-css*/
/* Firefox */
* {
	scrollbar-width: auto;
	scrollbar-color: #91845a #ffffff;
}
/* Chrome, Edge, and Safari */
*::-webkit-scrollbar {
    width: 8px;
}
*::-webkit-scrollbar-track {
    background: #ffffff;
    border-radius: 0;
}
*::-webkit-scrollbar-thumb {
    background-color: #91845a;
    border-radius: 0;
    border: 0px solid #91845a;
    height: 69px !important;
}

/*play-hover*/
.video-play-button {
	width: 100%;
	height: 40px;
	float: left;
	border: 3px solid #ffffff;
	border-radius: 50%;
	margin: 0 0 0;
	position: relative;
}
.video-play-button:after {
	width: 58px;
	height: 58px;
	background: rgba(213,167,167,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: 44px;
	height: 44px;
	background: rgba(213,167,167,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 {
	display: block;
	position: relative;
	z-index: 3;
	width: 0;
	height: 0;
	border-left: 18px solid #ffffff;
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent;
	margin: 7px 11px;
}
 @-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-effects {
	display: block;
	overflow: hidden;
	transition: all 0.25s ease-out 0s;
	position: relative;
}
.circle-effects img {
	width: 100%;
	-webkit-transition: all 0.25s ease-out 0s;
	transition: all 0.25s ease-out 0s;
	display: block;
}
.circle-effects .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: 99;
}
a .circle-effects, .impoer-btn1 .circle-effects, .marker-btn3 .circle-effects { 
	width: 6.9px;
	float: right;
	transform: translateY(-50%);
	margin: 0 0 0;
	position: absolute;
	top: 50%;
	right: 26px;
}
.header-row2 li .circle-effects { 
	width: auto;
	float: none;
	display: inline-block;
	vertical-align: middle;
	margin: 0 2px 0 0;
	position: relative;
	top: -2px;
}

.header-row2 li .mail-icon { top:-1px;}

.fheader-row2 li .circle-effects { 
	width: auto;
	float: none;
	display: inline-block;
	vertical-align: middle;
	margin: 0 2px 0 0;
	position: relative;
	top: -2px;
}

.fheader-row2 li .mail-icon { top:-1px;}

.circle-effects:hover img, a:hover .circle-effects img, .impoer-btn1:hover .circle-effects img, .marker-btn3:hover .circle-effects img, .header-row2 li:hover .circle-effects img, .fheader-row2 li:hover .circle-effects img { 
	opacity: 0;
}
.circle-effects:hover .circle-row1, a:hover .circle-effects .circle-row1, .impoer-btn1:hover .circle-effects .circle-row1, .marker-btn3:hover .circle-effects .circle-row1, .header-row2 li:hover .circle-effects .circle-row1, .fheader-row2 li:hover .circle-effects .circle-row1 {
	opacity: 1;
	visibility: visible;
	bottom: 0;
}
.circle-effects:hover .circle-row1 img, a:hover .circle-effects .circle-row1 img, .impoer-btn1:hover .circle-effects .circle-row1 img, .marker-btn3:hover .circle-effects .circle-row1 img, .header-row2 li:hover .circle-effects .circle-row1 img, .fheader-row2 li:hover .circle-effects .circle-row1 img { 
	opacity: 1;
}

/*checkbox-effect-css*/
.checkbox1 {
	width: 100%;
	float: left;
	margin: 0 0 0;
}
.checkbox2 {
	width: 100%;
	float: left;
	margin: 0 0 16px;
}
.checkbox1 a, .checkbox2 a {
	font-weight: 600;
	color: #91845a;
}
.checkbox1 a:hover, .checkbox2 a:hover {
	color: #232015;
}
.checkbox1 span, .checkbox2 span {
	font-size: 13px;
	font-weight: 500;
	color: #232015;
	letter-spacing: normal;
	line-height: 2.08;
	display: inherit;
	position: relative;
	top: -5px;
}
[type="checkbox"]:checked,
[type="checkbox"]:not(:checked) {
    position: absolute;
    left: -9999px;
}
[type="checkbox"]:checked + label,
[type="checkbox"]:not(:checked) + label
{
    cursor: pointer;
    display: inline;
    padding: 0 0 0 20px;
    position: relative;
}
[type="checkbox"]:checked + label:before,
[type="checkbox"]:not(:checked) + label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 11px;
    height: 11px;
	background: none;
	border: 1px solid #91845a;
	border-radius: 50%;
}
[type="checkbox"]:checked + label:after,
[type="checkbox"]:not(:checked) + label:after {
    content: '';
    width: 5px;
    height: 5px;
    background: #373737;
	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 #91845a;
}

/*square-effect-css*/
.square-effect1 {
	overflow: hidden;
	cursor: pointer;
	display: block;
	position: relative;
}
.square-effect1 img {
	width: 100%;
	display: block;
	-webkit-transition-duration: 500ms;
	-o-transition-duration: 500ms;
	transition-duration: 500ms;
	position: relative;
}
.square-effect1:hover img {
	transform: scale(1.08);
	transition: all 1.5s ease 0s;
	filter: grayscale(100%);
}
.square-effect1 .square-row1 {
	width: 100%;
	height: 100%;
	background: #65373b;
	filter: alpha(opacity=0);
	transform: translateY(-50%);
	-webkit-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
	display: inline-block;
	opacity: 0;
	margin: 0 auto 0;
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
}
.square-effect1:hover .square-row1 img {
	transform: none;
	transition: none;
	filter: none;
}
.square-effect1:hover .square-row1 {
	opacity: 1;
	filter: alpha(opacity=100);
}

/*Smartphone css*/
@media screen and (max-width: 480px) {
/*checkbox-effect-css*/
.checkbox1 {
	width: 100%;
	margin: 0 0 6px;
}
.checkbox2 {
	width: 100%;
	margin: 0 0 18px;
}
}

@media screen and (min-width:481px) and (max-width:600px) {
/*checkbox-effect-css*/
.checkbox1 {
	width: 100%;
	margin: 0 0 6px;
}
.checkbox2 {
	width: 100%;
	margin: 0 0 18px;
}
}

@media screen and (min-width:601px) and (max-width:767px) {
/*checkbox-effect-css*/
.checkbox1 {
	width: 100%;
	margin: 0 0 6px;
}
.checkbox2 {
	width: 100%;
	margin: 0 0 18px;
}
}

@media screen and (min-width:768px) and (max-width:900px) {
/*checkbox-effect-css*/
.checkbox2 {
	margin: 0 0 18px;
}
}

@media screen and (min-width:901px) and (max-width:1024px) {
/*checkbox-effect-css*/
.checkbox2 {
	margin: 0 0 22px;
}
}

@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) {

}