/*
@media screen and (max-width: 3840px) and (min-width: 1920px) {
	.master-width { max-width:1920px !important; margin:0 auto !important; overflow:hidden; }
}


@media screen and (min-width:3840px) {
	.master-width { max-width:3840px !important; margin:0 auto !important; overflow:hidden !important; }
}
*/


.mt-4 { margin-top:1.5rem !important; }
.mt-5 { margin-top:3rem !important; }

#Load_Privacy { cursor:pointer; }

.text-success { color:green; }

.cursor-pointer { cursor: pointer; }

.bg-white { background:#FFF; }

.btn_blue { background-color: #55718d !important; }
.btn_red { background-color: #B55C57 !important; }
.btn_green { background-color: #7EBAA9 !important; }

/* Verify */

input[type="text"].Verify {
	display:block;
	width:0;
	height:0;
	border:none;
	margin:0;
	padding:0;
}

/* Cookies */

#cookieNotice {
	width:100%;
	position:fixed;
	bottom:0px;
	box-shadow:0px 0 10px 0 #000000;
	background:#000000;
	z-index:9999;
	text-align:center;
	color:#E5E5E5;
	padding:10px;
	vertical-align:middle;
	cursor:pointer;
}

#cookiesClose {
	padding:5px 5px 2px 5px;
	background:#000;
	color:#E5E5E5;
	border:1px solid #E5E5E5;
	border-radius:5px;
}

#cookiesClose:hover {
	background:#E5E5E5;
	color:#000;
}


/*--------------------------------------------------------------
# Back to Top
--------------------------------------------------------------*/

#backtotop{z-index:999;display:inline-block;background-color:#A8A8A8;color:#000;position:fixed;visibility:hidden;bottom:10px;right:18px;width:36px;height:36px;line-height:36px;font-size:16px;text-align:center;opacity:.2;}
#backtotop i{display:block;width:100%;height:100%;line-height:inherit;color:#000;}
#backtotop.visible{visibility:visible;opacity:.5;}
#backtotop:hover{opacity:1;cursor:pointer;}