*:before, *:after {
	-ms-box-sizing: border-box;
}

/*Home page*/

/*****************************FOOTER*********************************/
.l-footer .footer-top .row .column .mc4wp-form p.mc-email input {
}
/******************PAGE TRUE FALSE************************************/
.single-true_false.single .right-content {
	overflow: visible;
}
/******************PAGE ARTICLE************************************/
body .right-content .other_articles > h3 {
	margin-bottom: 10px; 
}
.wpb_single_image .vc_single_image-wrapper {
	display: block !important ; 
}
/******************SOCIAL SHARE***************************/

body .social-share div ul li.email a,
body .social-share div ul li.facebook a,
body .social-share div ul li.email:hover span,
body .social-share div ul li.facebook:hover span
{
	background-position: 0 !important;
}
.social-share div ul li.twitter {
	margin-left:5px !important;
}

/*******************ASIDE**************************/
.aside {
	width:31.25%;
}
.aside .vc_wp_custommenu ul.menu {
	position: relative;
}
.aside .vc_wp_custommenu ul.menu > li:after,
.aside .vc_wp_custommenu ul.menu > li:before {
	content: '';
	display: block;
	width:20px;
	height:20px;
	position: absolute;
	top:50px;
	background-repeat: no-repeat;
}
.aside .vc_wp_custommenu ul.menu > li:before {
	background-image: url("../img/menu-link-right.png");
	right:0;
}
.aside .vc_wp_custommenu ul.menu > li:after {
	background-image: url("../img/menu-link-left.png");
}

.aside .vc_wp_custommenu ul.menu > li.current-menu-item:before {
	background-image: url("../img/menu-link-active-right.png");
	right:0;
}

.aside .vc_wp_custommenu ul.menu > li.current-menu-item:after {
	background-image: url("../img/menu-link-active-left.png");
}

@media screen and (max-width: 1459px) {
	.l-footer .footer-top .row .column .mc4wp-form p.mc-email input {
		line-height: 35px;
	}
}