


#popupWindow {
    display: none;
}
#popupWindow .cOverlay {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.75);
	backdrop-filter: blur(3px);
    z-index: 999999;
}
#popupWindow .popupWindowWrapper {
    position: fixed;
    top: 50%;
    left: 0;
    right: 0;
    transform: translate(0px, -50%);
    background-color: rgba(255, 255, 255, 0.91);
    box-shadow: 0 0 8px rgba(0,0,0,0.7);
    margin: 0 auto;
    padding: 0 0;
    box-sizing: border-box;
    color: #333;
    z-index: 1000000;
	line-height: 140%;
    border-radius: 10px;
    overflow: hidden;
}
#popupWindow.top .popupWindowWrapper {
    top: 0;
    transform: none;
    border-radius: 0px;
}
#popupWindow.bottom .popupWindowWrapper {
    bottom: 0;
    transform: none;
    border-radius: 0px;
}
#popupWindow.admin {
    display: block;
}
#popupWindow .popupWindowWrapper h2 {
    font-size: 20px;
    padding: 20px 5% 0;
    display: inline-block;
}
#popupWindow .popupWindowWrapper .powImg {
    line-height: 0;
}
#popupWindow .popupWindowWrapper .powImg img {
    width: 100%;
    height: auto;
}
#popupWindow .popupWindowWrapper .powImg.left {
    float: left;
    margin-right: 5%;
}
#popupWindow .popupWindowWrapper .powImg.right {
    float: right;
    margin-left: 5%;
}

#popupWindow .popupWindowWrapper .powText {
    font-size: 14px;
    padding: 20px 5% 20px;
}

#popupWindow .popupWindowWrapper .powClose {
    position: absolute;
    top: 0px;
    right: 0px;
    padding: 2px 8px;
    background-color: rgba(255, 255, 255, 0.65);
    color:  rgba(2, 95, 85, 1);
    font-size: 12px;
    box-shadow: 0 0 5px rgba(0,0,0,0.7);
}

#popupWindow .popupWindowWrapper footer {
    margin: 35px 0 0;
    padding: 0 0;
    text-align: center;
}
#popupWindow .popupWindowWrapper footer .bttn {
    display: block;
    /* background-color: #fff; */
    color: #fff;
    margin: 0 0;
    padding: 8px 16px;
    font-size: 16px;
    box-shadow: 0 0 8px rgba(0,0,0,0.7);
}
#popupWindow .popupWindowWrapper footer .bttn:hover {
    background-color: #ddd;
    color: #000;
}

@media(max-width:778px) {

    #popupWindow {
        
    }

    #popupWindow .popupWindowWrapper {
        width: 90% !important;
        max-height: 90%;
        overflow-x: none;
        overflow-y: auto;
    }
    #popupWindow .popupWindowWrapper a.powClose {
        
    }
    #popupWindow .popupWindowWrapper h2 {
        font-size: 16px;
    }
    #popupWindow .popupWindowWrapper footer {
        margin: 20px 0 0;
    }
    #popupWindow .popupWindowWrapper footer .bttn {
        display: block;
        font-size: 14px;
    }
    #popupWindow .popupWindowWrapper .powText {
        font-size: 14px;
        padding: 10px 5% 10px;
    }

}

#goTop {
	display: none;
	position: fixed;
	bottom: 0;
	right: 0;
}
#mobilHeader,
#mobilNav {
	display: none;
}

@media(max-width:778px) {

	#mobilHeader {
		display: block;
		position: fixed;
		top: 0;
		left: 0;
		right: 0;
		z-index: 101;
		padding: 0px 10px;
		height: 60px;
		line-height: 60px;
	}
	#mobilHeader .headline {
		float: left;
		padding-left: 15px;
		line-height: 60px;
	}
	#mobilHeader .button {
		height: 100%;
    		position: relative;
		float: left;
		cursor: pointer;
		margin: 0 0 0 0px;
	}
	#mobilHeader .button img {
    		position: absolute;
		height: 100%;
		-webkit-transition: all .25s ease;
		-moz-transition: all .25s ease;
		-o-transition: all .25s ease;
		transition: all .25s ease;
	}
	.mobileIsOpen #mobilHeader .button img {
		-webkit-transition: all .25s ease;
		-moz-transition: all .25s ease;
		-o-transition: all .25s ease;
		transition: all .25s ease;
		transform: rotate(90deg);
	}
	#mobilHeader .button img.isNormal {
		opacity: 1;
	}
	.mobileIsOpen #mobilHeader .button img.isNormal {
		opacity: 0;
	}
	.mobileIsOpen #mobilHeader .button img.isOpen {
		    opacity: 1;
	}
	#mobilHeader .button img.isOpen {
		opacity: 0;
	}
		
	#mobilHeader .logoM {
		height: 60%;
		margin-top: 12px;
		text-align: center;
	}
	#mobilHeader .logoM img {
		height: 100%;
	}
	
	#mobilNav {
		display: block;
		position: fixed;
		top: 0;
		bottom: 0px;
		left: -9999px;
		width: 65%;
		overflow-x: hidden;
		overflow-y: auto;
		z-index: 100;
	}
	#mobilNav .mHInner {
		
	}
	#mobilNav .mHInner .navi ul {
		width: 100%;
	}
	#mobilNav .mHInner .navi ul li a {
		display: block;
	}
	
}

