/* MENU LEFT */
#contrive-masthead.contrive-left-side-header {
	overflow: scroll;
}
.contrive-left-side-header .main-nav > ul li a {
	font-size: 12px;
}
.contrive-left-side-header .main-nav > ul li.active {
	background: #4f66e8;
}
.contrive-left-side-header .main-nav > ul li.active a {
	color: #fff;
}
.contrive-left-side-header .main-nav > ul li:hover {
	background: #4f66e8;
}
.contrive-left-side-header .main-nav > ul li:hover a {
	color: #fff;
}
.language-mobile {
	display: none !important;
}

/* COLOR */
.text-white {
	color: #fff;
}

/* width */
.w-100 {
	width: 100% !important; 
}

/* margin */
.mb-0 {
	margin-bottom: 0 !important;
}

/* background */
.contrive-title-bg:before {
	background: rgba(0,0,0,0.5) !important;
}

/* language */
.language {
	padding: 0 20px;
}

/* hover */
/*.contrive-social-links li a:hover {
	color: #4f66e8 !important;
}*/
.fb-hover:hover  {
	color: #3b5999 !important;
}
.yahoo-hover:hover {
	color: #410093 !important;
}
.line-hover:hover {
	color: #00c300 !important;
}
.whatapp-hover:hover {
	color: #25D366 !important;
}
.youtube-hover:hover {
	color: #cd201f !important;
}

/* text align */
.text-center {
	text-align: center !important;
}



/* popup */
.images-modal {
	cursor: zoom-in;
}
.modal {
	display: none;
	position: fixed; 
	z-index: 99999; 
	left: 0;
	top: 0;
	width: 100%; 
	height: 100%; 
	overflow: auto; 
	background-color: rgb(0,0,0);
	background-color: rgba(0,0,0,0.6); 
}
.modal-content {
	background-color: #fefefe;
	margin: auto;
	padding: 5px;
	border: 1px solid #888;
	width: 50%; 
}
.modal-content img {
	width: 100%;
	height: 100%;
}
.close {
	color: #aaaaaa;
	float: right;
	font-size: 28px;
	font-weight: bold;
}
.close:hover,
.close:focus {
	color: #000;
	text-decoration: none;
	cursor: pointer;
}