/*
Theme Name: Impactscool
Theme URI: https://impactscool.com/
Author: Happy Brain
Author URI: https://www.happybrain.it/
Description: This is the theme developed from Happy Brain - Creative & Digital Agency for Dublin TAG Campus
Version: 1.0
*/
html {
    height: 100%;
    position: relative;
    }
body {
	font-family: 'Nunito Sans', sans-serif;
	-webkit-backface-visibility: hidden;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-size: 14px;
	color: #777;
    margin: 0;
    position: relative;
    min-height: 100%;
}

h1, h2, h3, h4, h5, h6, .nunito {
	font-family: 'Nunito', sans-serif;
	color: #47505F;
	line-height: 1.17;
	font-weight: 800
}
h1, h2 {
	font-weight: 900;
}
.nunito-sans {
	font-family: 'Nunito Sans', sans-serif;
}
.nunito {
	font-family: 'Nunito', sans-serif;
}

h1 {font-size: 40px; font-weight: 900;}
h2 {font-size: 40px;}
h3 {font-size: 20px;}
h4 {font-size: 18px;}
h5 {font-size: 16px;}
h6 {font-size: 14px;}

.text-big {font-size: 120px;}
.text-size-50 { font-size:50px; line-height: 47px;}
.text-size-40 { font-size:40px;}
.text-size-35 { font-size:35px;}
.text-size-30 { font-size:30px;}
.text-size-22 { font-size:22px;}
.text-size-20 { font-size:20px;}
.text-size-18 { font-size:18px;}
.text-size-16 { font-size:16px;}
.text-size-15 { font-size:15px;}
.text-size-14 { font-size:14px;}
.text-size-13 { font-size:13px;}
.text-size-12 { font-size:12px;}
.font-weight-900 { font-weight: 900}
.font-weight-800 { font-weight: 800}
.font-weight-600 { font-weight: 600}
.lett-space {letter-spacing: 1px}
.lett-space-2 {letter-spacing: 2px}

/* COLORI */
p, .grey { color: #777} /* testi */
.dark { color: #47505F} /* blu titoli e testi */
.white { color: white;}
a, .sky, a.dark:hover, a:hover i.dark:before, a:hover { color: #29A49E} /* celeste */

.bg_light {background: #F5F5F5;}
.bg_dark {background: #47505F; }
.bg_sky { background: #29A49E; }

.btn {
	padding: 10px 35px;
    border-radius: 30px 30px 30px 30px;
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 1px;
    border: 0;
    font-weight: 800;
    color: white;
    font-family: 'Nunito', sans-serif;
}
.btn.bg_light {
   	color: #474f5f
}
.btn.small {
    padding: 6px 20px;
    font-size: 12px;
}
.btn.bg_sky:hover {
	background: #47505F;
	color: white;
}
.btn.bg_dark:hover {
	background: #29A49E;
	color: white;
}
.bg_sky .btn.bg_dark:hover {
	background: #fff;
	color: #29A49E;
}
.bg_dark .btn.bg_sky:hover {
	background: #35bbb5;
	color: white;
}

/* Robotica e AI */
.cat-3162 .btn {
	background: #4A90E2;
}
/* Big data */
.cat-3219 .btn, .cat-item-3219 a {
	background: #5858C9;
}
/* Future company */
.cat-3167 .btn, .cat-item-3167 a {
	background: #B04BC9;
}
/* Realtà virtuale */
.cat-3195 .btn, .cat-item-3195 a {
	background: #55C295;
}
/* Città e trasporti */
.cat-3166 .btn, .cat-item-3166 a {
	background: #EB5467;
}
/* Pianeta terra spazio */
.cat-3185 .btn, .cat-item-3185 a {
	background: #F5A623;
}
/* Scienza e medicina */
.cat-3158 .btn, .cat-item-3158 a {
	background: #65C1BE;
}
/* Notizie dal mondo */
.cat-3293 .btn, .cat-item-3293 a {
	background: #EEC543;
}
/* Parlano di noi */
.cat-3294 .btn, .cat-item-3294 a {
	background: #29A49E;
}


.transition, a, .btn, i, input:hover, input, *:before, *:after {
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}
a:hover, .btn, button, a:focus, button:focus, .btn:focus, input:focus, input[type="submit"]:hover, select:focus, textarea:focus {
	text-decoration: none;
	outline: none;
	cursor: pointer;
	box-shadow:none;
}
.py-6 {
	padding-top: 5rem;
	padding-bottom: 5rem;
}
.px-6 {
	padding-left: 5rem;
	padding-right: 5rem;
}
.pt-6 {
	padding-top: 5rem;
}
.pb-6 {
	padding-bottom: 5rem;
}
@media(max-width:767px) {
	.py-6 {
		padding-top: 3rem;
		padding-bottom: 3rem;
	}
	.px-6 {
		padding-left: 3rem;
		padding-right: 3rem;
	}
	.pt-6 {
		padding-top: 3rem;
	}
	.pb-6 {
		padding-bottom: 3rem;
	}
}
.arrow {
	bottom: -20px;
    left: 0;
    height: auto;	
}
.arrow-down {
	width: 0px;
    height: 0px;
    border-left: 30px solid rgba(0, 0, 0, 0);
    border-right: 30px solid rgba(0, 0, 0, 0);
    border-top: 20px solid #29A49E;
}
.hidden {
	overflow: hidden
}
.wrapper {
    padding-top: 78px;
    min-height: 100%;
    overflow: hidden;
    height: 100%;
    position: relative;
    display: block;
}

@media(max-width:1199px) {
	.wrapper {
	    padding-top: 71px;
	}
}

/* Nav */

header {
	background: white;
	-webkit-box-shadow: 0px 2px 10px -2px rgba(84, 84, 84, 0.20);
    -moz-box-shadow: 0px 2px 10px -2px rgba(84, 84, 84, 0.20);
    box-shadow: 0px 2px 10px -2px rgba(84, 84, 84, 0.20);
}
header .navbar-brand .logo_w {
	display: none;
}
header .navbar-brand img {
	height: 62px;
}
header .navbar-nav .nav-link {
	font-size: 12px;
	color: #47505F;
	letter-spacing: 1px;
	font-weight: 700
}
header .nav_shop a span:before, header .nav_shop a {
	color: #47505F;
}
header .nav_shop a span:hover:before, header .nav_shop a:hover, header .navbar-nav .nav-link:hover {
	color: #29A49E;
}
header .nav_shop a span {
	line-height: 9px;
    display: block;
}
header .nav_shop a span:before {
	font-size: 15px;
}
header .nav_shop a .icon-linkedin:before {
	font-size: 17px;
}
header .nav_shop a span.icon-cart:before {
	font-size: 20px;
}
.navbar-toggler i:before {
	color: #29A49E;
}
.navbar-toggler.collapsed i:before{
	color: #47505F;
}
#navbarSearch:after {
    display: none;
}
header .dropdown-menu.form {
    min-width: 20rem;
    padding: 20px;
    left: auto;
    right: 0;
    padding: 20px 20px;
    border: 0;
    border-radius: 0;
	margin-top: 0;
    background: #f5f5f5;
    font-family: 'Nunito', sans-serif;
    -webkit-box-shadow: 0px 2px 10px -2px rgba(84, 84, 84, 0.20);
    -moz-box-shadow: 0px 2px 10px -2px rgba(84, 84, 84, 0.20);
    box-shadow: 0px 2px 10px -2px rgba(84, 84, 84, 0.20);
}
header.transparent .dropdown-menu.form {
	margin-top: 0;
	box-shadow: none;
}
header .dropdown-menu.form input[type="search"] {
    border: 0;
    border-bottom: 1px solid #ccc;
    box-shadow: none;
    width: 70%;
    float: left;
    height: 30px;
     background: #f5f5f5;
}
header .dropdown-menu.form input[type="submit"] {
	background-color: #29a39d;
    color: #fff;
    border: 0;
    width: 30%;
    float: left;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 800;
    height: 30px;
    padding-top: 5px;
}
header .dropdown-menu.form input[type="submit"]:hover {
	background: #474f5f;
}
header #navbarNav li.nav-item .dropdown-menu {
	border-radius: 0;
	border: 0;
	text-align: center;
	font-size: 12px;
	letter-spacing: 1px;
}	
ul#menu-categorie {
    list-style: none;
    padding: 0;
}
header .nav_shop, header .navbar-nav {
	padding-bottom: 13px;
}
#qtranslate-chooser li {
    display: inline-block;
}
#qtranslate-chooser {
    padding: 0;
}
#qtranslate-chooser li a span {
    display: none;
}
#qtranslate-chooser li.lang-it a:before {
    content: 'IT';
    display: block;
    font-size: 18px;
    font-weight: bold;
    line-height: 18px;
}

#qtranslate-chooser li.lang-en a:before {
    content: 'EN';
    display: block;
    font-size: 18px;
    font-weight: bold;
    line-height: 18px;
}
#qtranslate-chooser li {
	display: block !important
}
#qtranslate-chooser li.active {
	display: none !important
}
#qtranslate-chooser li a {
    display: block;
    padding: 0 5px;
    margin-top: 0 !important;
}
#qtranslate-chooser {
    margin-top: 0 !important;
}

@media (min-width:991px) {
	header .navbar-expand-lg .navbar-nav .nav-link {
	    padding-right:10px;
	    padding-left:10px;
	}
	#navbarNav a {
		position: relative
	}
	#navbarNav a:after, header #navbarNav li.nav-item a:after {
	    content: '';
	    width: 55px;
	    height: 2px;
	    background: #29A49E !important;
	    position: absolute;
	    left: 0;
	    right: 0;
	    bottom: 0;
	    margin: 0 auto;
	    opacity: 0;
	    border: 0 !important;
	}
	header li ul li a:after  {
		content: none !important;
	} 
	header #navbarNav li.nav-item {
		position: relative;
	}
	#navbarNav a:hover:after, #navbarNav .active a:after, header li.nav-item:hover a:after  {
	    opacity: 1 !important;
	}
	header.transparent {
		background: transparent;
	} 
	header.transparent .navbar-brand .logo {
		display: none;
	}
	header.transparent .navbar-brand .logo_w {
		display: block;
	}
	header.transparent .navbar-nav .nav-link,
	header.transparent .nav_shop a span:before,
	header.transparent .nav_shop a {
		color: white;
	}
	header.transparent {
		box-shadow:none;
	}
	header #navbarNav li.nav-item:hover .dropdown-menu {
	    display: block;
	}
	header #navbarNav li.nav-item .dropdown-menu {
		font-weight: bold;
	    padding: 10px 20px;
	    border: 0;
	    border-radius: 0;
	    margin-top: 13px;
	    left: auto;
	    right: auto;
	    margin-left: auto;
	    margin-right: auto;
	    background: #f5f5f5;
	    width: 100%;
	    max-width: 300px !important;
	    min-width: max-content;
	}
	header li.nav-item .dropdown-menu a {
		padding: 7px 0;
	    display: block;
	    color: #474f5f;
	}
	header li.nav-item .dropdown-menu a:hover {
		color: #29a39d
	}
	header li.nav-item:before {
	    content: '';
	    position: absolute;
	    height: 31px;
	    background: none;
	    width: 94%;
	    bottom: -22px;
	    left: 0;
	}
	header li.nav-item.language:before, header li.nav-item.search:before {
		content: '';
		position: relative;
		height: 14px;
		background: #ccc;
		width: 1px;
		bottom: 0;
		margin-left: 10px;
		margin-right: 10px;
	}
	header li.nav-item.search:before {margin-left: 0;}
	.nav_shop_ul:before {
    	margin-top: 10px;
	}
	header .nav_shop a span.text-size-14:before {
	    font-size: 14px;
	}
}
@media (max-width:1199px) and (min-width:991px) {
	
	header .navbar-brand img {
	    height: 55px;
	}
	header .nav_shop a {
	    padding: 0 5px !important;
	}
	header .nav_shop a span:before {
		font-size: 15px;
	}
	.nav_shop_ul:before {
	    margin-top: 4px;
	}	
}
@media (max-width:1199px) {
	header .nav_shop {
		padding-bottom: 16px;
	}
	header .navbar-nav{
		padding-bottom:9px;
	}
	header #navbarNav li.nav-item .dropdown-menu {
		margin-top: 9px;
	}
	header .dropdown-menu.form {
		margin-top: 0;
	}
}
@media(max-width:991px) {
	header .navbar-brand img {
		height: 55px;
	}
    .navbar #navbarNav.collapse.show,
    .navbar #navbarNav.collapsing {
        background: #fffffff0;
        position: absolute;
        right: 0;
        left: 0;
        bottom: 0;
        min-height: 100vh;
        top: 71px;
        overflow-x: scroll;
    }
    #navbarNav li {
	    display: block !important;
	    text-align: left;
	    width: 100%;
	    border-bottom: 1px solid #e9e9e9;
	    padding: 10px;
	}
	#navbarNav li a {
		font-size: 20px;
		text-align: center
	}
    .navbar {
	    position: inherit;
	    padding: 0 10%;
    }
    #navbarNav .navbar-nav {
	    max-width: 720px;
	    padding: 5% 0;
	    margin: 0 auto;
	}
	#navbarText a {
	    font-size: 18px;
	    font-weight: 500;
	    padding: 13px 0;
	}
	header #navbarNav li.nav-item .dropdown-menu {
	    background:none;
	    border-top: 1px solid #e9e9e9;
	    margin: 0;
	}
	#navbarNav li.nav-item .dropdown-menu li {
		border:0;
		text-align: center;
		font-weight: bold;
		padding: 4px 0;
	}
	#navbarNav li.nav-item .dropdown-menu li a {
		text-transform: none;
		font-size: 18px;
		color: #777;
	}
	header #navbarNav li.nav-item i {
		position: relative;
		top:2px;
	}
	header .nav_shop a span:before {
	    font-size: 18px;
	}
	.language a {
	    font-size: 22px;
	    padding: 0 1rem !important;
	    line-height: 31px;
	}
	header .nav_shop a {
	    padding: 0 10px !important;
	}
	span.icon-search {
	    display: block;
	    margin-top: 4px;
	}

	#navbarNav .social_mobile li {
	    display: inline-block !important;
	    width: auto;
	    border: 0 !important;
	}
	#navbarNav .social_mobile {
	    text-align: center;
	    margin-top: 3rem;
	}
	#qtranslate-chooser li {
	    margin-top: 6px !important;
	}
}
@media (max-width: 767px) {
	#navbarNav .navbar-nav {
	    max-width: 540px;
	}
	#navbarNav li a {
		font-size: 16px;
		text-align: center
	}
	#navbarNav li.nav-item .dropdown-menu li a {
		font-size: 15px;
	}
}
@media (max-width: 575px) {
	#navbarNav .navbar-nav {
	    max-width:100%;
	    padding: 20px 0;
	}
	#navbarNav li a {
		font-size: 12px;
		padding: 3px 0;
		text-align: left;
	}
	#navbarNav li.nav-item .dropdown-menu li {
		text-align: left;
	}
	#navbarNav li.nav-item .dropdown-menu li a {
		font-size: 12px;
	}
	.social_mobile span:before {
	    font-size: 20px;
	}
}

/* Home */

.img_bg, .bg_imgContent {
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}
.top_decoro {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    z-index: 10;
    width: auto;
    text-align: right;
}
.top_decoro img {
	height: 50%;
    width: auto;
    display: inline-block !important;
}
@media (max-width: 767px) {
	.top_decoro {
	    display: none !important;
	}
	.img_bg {
		background-position: 80% center;	
	}
}
@media (max-width: 575px) {
	.img_bg h2 {
		font-size: 36px;
		line-height: 34px
	}
	.img_bg {
		background-position: 70% center;	
	}
}

.scroll {
    bottom: 50px;
    left: 0;
    right: 0;
    text-align: center;
    width: 100%;
}
#slider_banner .hover {
	top:0;
	left:0;
}
.circle {
	width: 50px;
    height: 50px;
	border-radius: 100%;
    font-size: 26px;
    line-height: 57px;
}
.circle.icon-plus {
    background: #fff;
}
.hover figcaption i {
	color: #29a39d
}
.swiper-pagination {
	display: none;
}


@media(min-width:991px) {
	.effect_box img {
		max-width: none;
	    -webkit-transition: -webkit-transform 0.3s;
	    transition: transform 0.3s;
	    -webkit-backface-visibility: hidden;
	    backface-visibility: hidden;
	    zoom: 1;
	    width: 101%;
	    height: auto !important;
	}
	.effect_box {
		overflow: hidden;
	}
	.effect_box:hover img  {
		-webkit-transform: scale3d(1.05,1.05,1);
		transform: scale3d(1.05,1.05,1);
	}
}
@media(max-width:991px) {
	.effect_box img {
		width: 100%;
		height: auto !important;
	}
}

.grid_news {
    margin: 0 30px;
}
.grid_news .news_content {
	margin-bottom: 30px;
}
.grid_news .news_content {
	width: 58.333333%;
	float: right;
	padding-right: 0;
    padding-left: 0;
    margin-right: -15px;
    margin-left: -15px;
}
.news_content figure .btn {
    position: absolute;
    bottom: 15px;
    left: 15px;
    z-index: 10;
}
.fancybox-content .news_content {
	max-height: 270px;
}
.fancybox-content .news_content figure img {
    z-index: 0;
    height: auto !important;
    width: 123% !important;
    display: block;
    position: relative;
    float: left;t;
}
.news_content figure .btn {
	opacity: 1;
    display: block !important;
    transform: none !important;
    z-index: 99;
}
   
@media(min-width:991px) {
	.grid_news .news_content:first-child {
		width: 41.666667%;
		float: left;
	}
	.grid_news .news_content:first-child figure {
		height: 300px;
	}
	.grid_news .news_content:first-child figure img {
		height: 100%;
		width: auto !important
	}
	.grid_news .news_content:first-child [class*=col-] {
	    width: 100% !important;
	    max-width: 100%;
	    flex: 0 0 100%;
	}
	.grid_news .news_content {
		max-height: 248px;
		overflow: hidden;
	}
	.grid_news .news_content:first-child {
		max-height: none !important;
		overflow: hidden;
	}
	.grid_news .news_content:first-child figcaption {
	    height: 225px;
	}
}
@media(min-width:991px) and (max-width:1199px)  {
	.grid_news .news_content:first-child figure {
		height: 320px;
	}
	.grid_news .news_content figure {
	    height: 252px;
	}
	.grid_news .news_content figure img {
		height: 100%;
		width: auto !important
	}
	.grid_news .news_content {
		max-height: 252px;
	}
	.grid_news .news_content:first-child {
		max-height: none !important;
	}
	.grid_news .news_content:first-child figcaption {
	    height: 214px;
	}
}
@media(max-width:991px) {
	.grid_news .news_content, .grid_news .news_content:first-child {
		width: 100%;
		float: none;
	}
	.grid_news {
	    margin: 0 15px;
	}
	.grid_news .news_content {
		margin-right: 0px;
		margin-left: 0px;
    }
    .text-big.light {
	    position: relative;
    }
}
.grid_news_simple .news_content {
    margin-bottom: 40px;
    position: relative;
    margin-top: 40px;
    overflow: visible;
    -webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}
.grid_news_simple .news_content:first-child {
	margin-top: 0
}
.grid_news_simple .news_content:after {
	content: '';
	position:absolute;
	left: 0;
	right: 0;
	bottom: -20px;
	display: block;
	height: 1px;
	width: 100%;
	background-color: #e9e9e9;
}
.grid_news_simple .news_content:last-child:after {
	content: none;
}
.grid_news_simple .news_content h6 {
	font-size: 18px
}
.grid_news_simple .news_content:hover {
    -webkit-box-shadow:0px 0px 22px 0px rgba(84, 84, 84, 0.15);
    -moz-box-shadow:0px 0px 22px 0px rgba(84, 84, 84, 0.15);
    box-shadow: 0px 0px 22px 0px rgba(84, 84, 84, 0.15);
}
.sidebar .newsletter input[type="submit"] {
	position: relative;
	left: 0;
}
.sidebar .yikes-easy-mc-form label.label-inline {
    width: 100% !important;
    float: none !important;
    padding: 0 !important;
    margin-bottom: 0 !important;
}
.sidebar .yikes-easy-mc-form label.label-inline input {
	border: 0 !important;
    padding: 0 15px;
    text-align: center;
    height: 40px;
}
.edit-link {
	display: none !important; 
}
.sidebar .yikes-easy-mc-submit-button {
	width: 100% !important;
}
.sidebar .yikes-easy-mc-form .submit-button-inline-label {
	width: 100% !important;
}
.sidebar .newsletter button {
	margin-top: 8px !important;
}
h2.widgettitle {
    text-align: center;
}
.newsletter input[type="email"] {
    padding: 0 20px !important;
    border-radius: 30px 30px 30px 30px;
    font-size: 14px;
    height: 40px;
    margin-bottom: 0 !important
}

.yikes-easy-mc-success-message {
    color: #fff !important;
    background: #29a49ed9 !important;
    padding: 6px 10px !important;
    position: relative;
    font-weight: bold;
    width: 93.5%;
}
.yikes-easy-mc-error-message {
    color: #fff !important;
    background: #dc4320ad !important;
    padding: 6px 10px !important;
    position: relative;
    font-weight: bold;
    width: 93.5%;
}
.sidebar .yikes-easy-mc-success-message, .sidebar .yikes-easy-mc-error-message {
	width:100% !important;
}
footer .yikes-easy-mc-success-message {
	width: 
}
footer .newsletter input[type="submit"], footer .newsletter button {
	position: relative;
	left: -42px;
	margin-bottom: 0 !important;
}
.yikes-easy-mc-form label.label-inline {
    width: 70% !important;
    margin-bottom: 0 !important;
}
.yikes-easy-mc-form .submit-button-inline-label {
    width: 30% !important;
    margin-bottom: 0 !important;
}
.newsletter input {
    border: 0 !important;
}
footer {
    line-height: 24px;
}
footer h6 {
    color: #29a49d;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 12px;
}
footer i.icon-love {
    position: relative;
    top: 2px;
}
footer i.icon-youtube {
    position: relative;
    top: 3px;
}
.social a:hover i {
		color: #29a49d
	}
@media(max-width:1199px) {
	footer p.d-inline-block {
		display: block !important;
		text-align: center;
	}
	.content_footer, .content_footer ul {
		display: block !important
	}
	.content_footer ul {
		text-align: center !important
	}
}	
@media(max-width:991px) {
	.social {
	    border-top: 1px solid #dee2e6;
	    padding: 20px 0;
	    border-bottom: 1px solid #dee2e6;
	}
	.social i {
	    font-size: 25px;
	    margin: 0 8px;
	}	
	.bg_people {
	    background-position: left bottom;
	    background-size: 150%;
	}
}
@media(max-width:575px) {
	footer .border-top {
		border: 0 !important;
	}
	.borderBottom {
		border-bottom: 1px solid #dee2e6;
	}
	.newsletter input[type="submit"] {
		left: 0;
		margin: 0 auto;
	}
	.bg_people {
	    background-position: center bottom;
	    background-size: 300%;
	    padding-bottom: 300px
	}
}

/* Team */

.card-img {
	display: block;
	overflow: hidden
}
.img_content:before {
	background: #29a49dc9;
	content: '';
	opacity: 0;
	position: absolute;
	top:0;
	height: 100%;
	width: 100%;
	z-index: 10;
}
.card:hover .img_content:before {
	opacity: 1;
}
.card-img .hover {
    top: 0;
    left: 0; 
    opacity: 0;
    display: none;
}
.card-img .hover {
    height: 100%;
    display: none;
}
.card:hover .card-img .hover {
    display: flex;
    z-index: 10;
    opacity: 1;
}
.card-img .hover ul {
	text-align: center;
	-webkit-transition: transform 0.35s;
    transition: transform 0.35s;
    -webkit-transform: translate3d(0,7rem,0);
    transform: translate3d(0,7rem,0);
}
.card-img .hover:hover ul {
    opacity: 1;
    -webkit-transition: transform 0.35s;
    transition: transform 0.35s;
    -webkit-transform: translate3d(0,-1rem,0);
    transform: translate3d(0,-1rem,0);
}    
.animated-modal {
    border-radius: 4px;
    overflow: hidden;
    transform: translateY(-80px);
    transition: all .5s; 
}
.fancybox-slide--current .animated-modal {
    transform: translateY(0);
    opacity: 1;
    transition-duration: .3s;
}
.page-id-42 .fancybox-content, .single .fancybox-content {
	max-width: 600px;
}
.profile .circle {
    width: 130px;
    height: 130px;
    border-radius: 100%;
    overflow: hidden;
    margin: 0 auto;
    position: relative;
    z-index: 10
}
.decoro {
    position: absolute;
    top: -23%;
    z-index: 0;
    width: 100%;
    left: 0;
    padding-left: 30%;
}
.archive.author .decoro {
	padding-left: 33%;
}
button.fancybox-close-small {
    background: #29A49E;
    color: #fff;
}
.fancybox-content {
	background: none;
	padding: 0;
}
.fancybox-content .arrow-down {
	border-left: 20px solid #0000;
    border-right: 20px solid #0000;
	border-top: 15px solid #fff;
}
.fancybox-button.disabled, .fancybox-button.disabled:hover, .fancybox-button[disabled], .fancybox-button[disabled]:hover {
	color: white;
}
a.fancybox-button {
    border: 1px solid #fff;
    background: none;
}
.fancybox-bg {
	background:#474f5f;
	opacity: 0.9
}
@media(max-width:767px) {
	.decoro {
		display: none;
	}
}
@media(max-width:575px) {
	.profile .circle {
	    width: 100px;
	    height: 100px;
    }
}

/* People */

.grid_box .hover {
    top: 0;
    left: 0;
}
.grid_box .effect_box:hover .hover {
	background: #29a49dc9;
}
.linea_top:before {
    content: '';
    position: absolute;
    left: 50%;
    height: 5.5rem;
    width: 1px;
    background: #dee2e6;
    top: 0;
    z-index: 10;
}
.first {
    margin-bottom: 29px;
    display: block;
}
@media(max-width:991px) {
	.grid_box .effect_box .hover {
		background: #00000054;
	}
}
.bg_people {
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: cover;
}
@media(min-width:1800px) {
	.bg_people {
		height: 400px
	}
}
@media(min-width:1600px) {
	.bg_people {
		height: 350px
	}
}

.sidebar span.screen-reader-text {
    display: none;
}
.search-form {
    position: relative;
}
.search-form label {
    width: 100%;
}
.search-form label input {
    width: 100%;
    border: 0;
    height: 40px;
    padding: 0 10px;
    padding-right: 40px;
}

.search-form input[type="submit"] {
    position: absolute;
    top: 0;
    right: 0;
    width: 40px;
    height: 40px;
    border: 0;
    background: none;
    color: transparent;
}
.sidebar h2 {
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 700;
}
#wpp-2 ul {
    padding-left: 0;
}

#wpp-2 ul li a img {
    width: 100%;
    height: auto !important;
    margin: 0;
    margin-bottom: 10px;
}
#wpp-2 ul li {
	margin-bottom: 20px;
}
#wpp-2 ul li:last-child {
   margin-bottom: 0;
}
.wpp-post-title {
    font-size: 16px;
    font-family: 'Nunito', sans-serif;
    color: #47505F;
    line-height: 1.17;
    font-weight: 800;
    display: block;
    text-align: left;
}
.search-form label:after {
	content: "\74";
    position: absolute;
    right: 0;
    top: 0;
    width: 40px;
    text-align: center;
    font-family: "impact";
    height: 40px;
    font-size: 16px;
    padding-top: 8px;
}
#search-5, #categories-3 {
    margin-bottom: 15px;
    border-bottom: 1px solid #dbdbdb;
    padding-bottom: 10px;
}
.wpp-list li {
    display: block;
    margin-bottom: 10px;
}
.wpp-list-with-thumbnails li {
    display: block;
    margin-bottom: 20px;
}
.wpp-list-with-thumbnails li img {
    width: 100%;
    height: auto;
    margin-bottom: 10px;
}
.wpp-list-with-thumbnails li:last-child {
    margin-bottom: 0;
}
.wpp-list {
    padding: 0;
}
.widget_categories ul {
    padding: 0;
    list-style: none;
}
.widget_categories ul li {
    display: block;
    margin-bottom: 10px;
}
.widget_categories ul li a {
    padding: 5px 0;
    border-radius: 30px 30px 30px 30px;
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 1px;
    border: 0;
    font-weight: 800;
    color: #fff;
    font-family: 'Nunito', sans-serif;
    display: block;
    text-align: center;
}
#slider_categorie .d-flex {
	z-index: 10;
}
#slider_categorie .d-flex:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    width: 100%;
    height: 100%;
	background: -moz-linear-gradient(top, rgba(71,79,95,0) 0%, rgba(71,79,95,0.85) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(71,79,95,0) 0%,rgba(71,79,95,0.85) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(71,79,95,0) 0%,rgba(71,79,95,0.85) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00474f5f', endColorstr='#d9474f5f',GradientType=0 ); /* IE6-9 */
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition:all 0.3s ease-in-out;
	-o-transition:all 0.3s ease-in-out;
	transition:all 0.3s ease-in-out;
}

#slider_categorie img {
	position: relative;
	z-index: 0;
}
#slider_categorie .d-block {
	z-index: 10;
	position: relative;
}
#slider_news  .swiper-slide {
	overflow: hidden;
}
#slider_news  .swiper-slide .d-flex {
	z-index: 100;
	left: 0;
	right: 0;
	top:0;
}
#slider_news .swiper-slide:before {
    content: '';
    background: #1c232f69;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 0;
    height: 100%;
}
.header_page .hover {
	top: 0;
    left: 0;
}

@media(max-width:991px) {
	.img_big h2 {
		font-size: 40px;
		line-height: 38px;
	}
	.bg_people {
	    background-position: left bottom;
	    background-size: 150%;
	}
	#filterPost {
	    display: none;
	}
	#filterPost.collapse.show {
	    display: block;
	}
	.widget_categories {
		text-align: left;
	}
	.widget_categories ul li {
		display: inline-block;
		margin: 4px;
	}
	.widget_categories ul li a {
		padding: 5px 20px;
	}
	#slider_news img {
		height: 400px;
		width: auto !important
	}
	#slider_news h2 {
		font-size:25px;
	}
	#slider_news p {
		font-size:16px;
	}
	#slider_news .swiper-slide {
		display: -ms-flexbox!important;
		display: flex!important;
	    -ms-flex-pack: center!important;
		justify-content: center!important;
	}
	.grid_news_simple .news_content h6 {
	    font-size: 15px;
	}
}
@media(max-width:767px) {
	.img_big {
		height: 600px;
	}
	.img_big img {
		height: 100%;
		width: auto !important
	}
	.img_big:before {
		content: '';
		background: #000;
		opacity: 0.2;
		position: absolute;
		left: 0;
		height: 100%;
		width: 100%;
		top: 0;
	}
	
}
@media(max-width:575px) {
	.bg_people {
	    background-position: center bottom;
	    background-size: 300%;
	    padding-bottom: 300px;
	}
}

.single h2 {
	line-height: 20px;
}
.video_link a:hover .circle {
	background:#47505F;
}
.video_link a {
	left: 0;
	top: 0;
	z-index: 100;
}
.video_link .circle {
    width: 80px;
    height: 80px;
    font-size: 40px;
    line-height: 86px;
}
.swiper-button-next, .swiper-button-prev  {
    width: 50px;
    height: 50px;
    background: rgba(255, 255, 255, 0.81);
    right: 0;
    background-image: none;
    text-align: center;
}
.swiper-button-prev {
	left: 0;
}
.swiper-button-next, .swiper-button-prev {
	opacity: 1 !important;
}
.swiper-button-next:before {
	content: "\41";
	font-size: 30px;
	font-family: "impact" !important;
	margin-top: 2px;
    display: block;
}
.swiper-button-prev:before {
	content: "\62";
	font-size: 30px;
	font-family: "impact" !important;
	margin-top: 2px;
    display: block;
}
.swiper-button-prev:hover:before, .swiper-button-next:hover:before {
	color: #29a39d;
}
.article a {
	font-weight: bold !important
}
.article h2 {
	line-height: 1.17;
}
.article img {
	height: auto !important
}
.wp-caption {
    width: 100% !important;
}
.wp-caption p {
    font-style: italic;
    color: #29a49d;
    display: block;
    margin-top: 10px;
}
.tag a:hover {
	color: #47505F;
}
.tag a:after {
    content: ',';
}
.tag a:last-child:after {
    content: none;
}
.nav_article *:before {
	display: block;
}
.arrow_article i {
    font-size: 26px;
    color: #ccc;
}
.arrow_article:hover i {
    color: #29a39d;
}
.author_article .circle {
    width: 130px;
    height: 130px;
    border-radius: 100%;
    overflow: hidden;
    display: block;
}
#slider_related [class*="col-"] {
    width: 100%;
    max-width: 100%;
    flex: 0 0 100%;
}
#slider_related figure img {
	height: auto !important
}
span.article img {
    max-width: 100%;
    height: auto !important;
}
.news_content i {
    position: absolute;
    top: 40%;
    left: 44%;
    z-index: 99;
    text-align: center;
}
.list_article_author a {
    margin-bottom: 30px;
}
.list_article_author a img {
    height: auto;
}

a.video-post {
    position: relative;
}

a.video-post .img-video {
    display: block;
    width: 100%;
    position: relative;
}
a.video-post .img-video .hover{
    position: absolute;
    width: 100%;
    top:0;
    left: 0;
    height: 100%;
    z-index: 10;
    opacity: 0;
    background: rgba(0, 0, 0, 0.30);
}
a.video-post .img-video:hover .hover {
	opacity: 1;
}
a.video-post h5 {
	font-size: 19px;
}

.swiper-archive .swiper-button-prev {
    height: 100%;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-left: 30px;
    width: 10%;	
}	
.swiper-archive .swiper-button-next {
	height: 100%;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-right: 30px;
    width: 10%;
}

.page-id-21656 .hover {
	z-index: 10;
}

.swiper-archive .swiper-button-next {
    right: -10%;
}
.swiper-archive .swiper-button-prev {
    left: -10%;
}

@media (max-width:767px) {	
	a.video-post h5 {
		font-size: 14px;
	}
	.header_page {
	    height: 300px;
	}	
	.header_page > img {
	    height: 100%;
	    width: auto !important;
	}
	.header_page .text-size-50 {
	    font-size: 40px;
	    line-height: 44px;
	}
	.swiper-archive .swiper-button-prev:before,
	.swiper-archive .swiper-button-next:before {
   		font-size: 21px;
    }
    .swiper-archive .swiper-button-next {
	    right: -12%;
	    width: 12%;
	}
	.swiper-archive .swiper-button-prev {
	    left: -12%;
	    width: 12%;
	}
}


.video-sidebar .yikes-easy-mc-form label.label-inline {
    width: 100% !important;
    padding-right: 0 !important;
}

.video-sidebar .yikes-easy-mc-form .submit-button-inline-label {
    width: 100% !important;
    margin-top: 10px;
}

.video-sidebar h2.widgettitle {
    font-size: 16px;
    text-align: left;
    font-weight: 700;
}

h2.widgettitle {
    font-size: 16px;
    text-align: left;
    font-weight: 700;
}

li#tag_cloud-3 a, li#tag_cloud-2 a {
    display: block;
    font-size: 11px !important;
    text-transform: uppercase;
    font-weight: 700;
    background: #dee0e2;
    border-radius: 26px;
    margin-bottom: 6px;
    letter-spacing: 1px;
    padding: 6px 11px;
    line-height: 15px;
    color: #47505f;
}

li#tag_cloud-3 {
    margin-bottom: 24px;
}

.video-post .title span {
    display: inline;
    font-size: 10px !important;
    text-transform: uppercase;
    font-weight: 900;
    background: #dee0e2;
    border-radius: 26px;
    margin-top: 6px;
    letter-spacing: 1px;
    padding: 5px 11px;
    line-height: 15px;
    color: #47505f;
}


.swiper-button-disabled {
    display: none !important;
}
.swiper-archive .swiper-button-next:focus,
.swiper-archive .swiper-button-prev:focus {
	outline: none !important;
}

.tax-tag-video .dropdown-video,
.tax-categoria-video .dropdown-video,
.page-id-21656 .dropdown-video {
    height: 50px;
    width: 100%;
    background: none;
    text-align: left;
    padding: 0 20px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 12px;
    font-weight: 600;
    border: 1px solid #dadada;
    color: #474f5f;
    display: flex;
    align-items: center;
}
.tax-tag-video .dropdown-video:after,
.tax-categoria-video .dropdown-video:after,
.page-id-21656 .dropdown-video:after {
    margin-left: auto;
}
.tax-tag-video .dropdown-menu ,
.tax-categoria-video .dropdown-menu ,
.page-id-21656 .dropdown-menu {
    width: 100%;
    margin: 0;
    border-radius: 0;
    max-height: 300px;
    overflow: scroll;
    z-index: 99999;
}
.tax-tag-video  a.dropdown-item,
.tax-categoria-video  a.dropdown-item,
.page-id-21656 a.dropdown-item {
    border-bottom: 1px solid #d3d4d5;
    padding: 10px 20px;
    font-size: 14px;
    color: #676767;
    text-transform: capitalize;
}
.tax-tag-video a.dropdown-item:last-child,
.tax-categoria-video a.dropdown-item:last-child,
.page-id-21656 a.dropdown-item:last-child {
    border: 0;
}
.tax-tag-video a.dropdown-item:hover,
.tax-categoria-video a.dropdown-item:hover,
.page-id-21656 a.dropdown-item:hover {
    color: #474f5f;
}
