#block-sitebranding{
	margin-top: 11px;
}

.p-style{
	font-size:16px;
}
.center-text{
	text-align:center;
}

.fh-goal{
	height:400px;
	margin-top:30px !important;
}

.fh-goal .result-container-left{
	width:100% !important;
	padding:0px 20px;
}

#block-trainingactivities{
	margin-top: 60px;
	margin-bottom: 60px;
}

.results .intellectual-outputs-image{
	background-image: url(../../../../files/bg/t4_obk.png);
    height: 550px;
    background-repeat: no-repeat;
    background-size: unset;
    background-position: center;
}

.results .training-activities-image{
	background-image: url(../../../../files/training_activities.jpg);
    height: 460px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.results .multiplier-events-image{
	background-image: url(../../../../files/multiplier_events.jpg);
    height: 550px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.results .result-container{
	padding: 20px;
    position: relative;
    display: flex;
    width: 650px;
    min-height: 85px;
	max-width: 100%;
	margin-top: 10px;
}

.results .result-container .result-container-left{
	color: #fff;
    font-size: 20px;
    width: 92%;
    align-self: center;
}

.results .result-container .result-container-right{
	position: absolute;
    right: 0;
    width: 60px;
    text-align: center;
    height: 100%;
    font-size: 30px;
    top: 0;
    background: rgba(255,255,255,0.2);
}

.results .result-container .result-container-right-icon{
	height: 100%;
}

.results .result-container .result-container-right-icon a{
	position: absolute;
    height: 100%;
    top: 0;
    display: flex;
    justify-content: center;
    text-align: center;
    width: 100%;
}

.results .result-container .result-container-right-icon a:hover,
.newsletter-link-box a{
	text-decoration: none;
}

.results .result-container .result-container-right-icon i{
	align-self: center;
}

.results .result-container .result-container-right-icon i:before{
    position: relative;
    right: -5px;
    color: #fff;
}

.newsletter-link-box{
	display: inline-block;
	margin: 0 4px;
}

.newsletter-link-box a{
    color: #fff !important;
    width: 90px;
    height: 90px;
    display: block;
    text-align: center;
    padding-top: 5px;
	font-weight: bold;
	 pointer-events: none;
	cursor: default;
}

.newsletter-link-box .newsletter-icon i{
	font-size: 35px;
    margin-top: 15px;
    margin-bottom: 5px;

}

.newsletter-link-box .newsletter-icon span{
	font-size: 17px;
}

.time-newsletter-title{
	font-size: 28px;
    margin-bottom: 20px;
	font-weight: bold;
}

.mailchimp-newsletter-mergefields input.form-email{
	width: 80%;
	float:left;
}

.mailchimp-newsletter-mergefields label{
	display:table;
	width:100%;
}

#mailchimp-signup-subscribe-block-newsletter-signup-form .form-actions .button{
	float:right;
	width:20%;
	margin-top:-8px;
}

#mc_embed_signup input.email {
	background-color: #eeeeee !important;
	height: 50px !important;
	border-radius: 0 !important;
	border: unset !important;
	text-align: left !important;
}

#mc_embed_signup input.email::placeholder{
	color:#aaaaaa !important;
}

#mc_embed_signup .button {
	height: 50px !important;
    border-radius: 0 !important;
    font-size: 15px !important;
    background: #012066 !important;
    font-weight: bold !important;
    border: unset !important;
	transition:all 0.2s ease-in-out !important;
	-webkit-transition:all 0.2s ease-in-out !important;
}

#mc_embed_signup .button:hover {
	background-color:#0072CE!important;
	transition:all 0.2s ease-in-out !important;
	-webkit-transition:all 0.2s ease-in-out !important;
}

.subscribe-block #mc_embed_signup input:hover {
    border: unset !important;
}

.mailchimp-newsletter-mergefields{
	text-align:center;
}

.block-mailchimp-signup-subscribe-blocknewsletter-signup{
	width: 25%;
    margin: 0px auto;
    position: absolute;
    right: 25%;
    bottom: 20%;
}

#mc-embedded-subscribe-form{
    margin-top: 20px;
}

/* .time-newsletter.animated{
	margin-left: 50px;
} */

.frontpage-info-podaci-1-inside{
	width: 600px;
}

.newsletter-link-en a{
	background: #E84E32 !important;
}

.newsletter-link-dk a{
	background: #CE1127 !important;
}

.newsletter-link-nl a{
	background: #FF9900 !important;
}

.newsletter-link-hr a{
	background: #013FB6 !important;
}

.newsletter-link-sl a{
	background: #009900 !important;
}

.view-id-newsletter .newsletter-container{
	padding: 100px 35px;
    background: #eee;
} 

.frontpage-info-podaci-1-inside .pager{
	position: relative;
	top: 15px;
}

.frontpage-info-podaci-1-inside .pager li a{
	font-size: 11px;
	width: 30px;
	height: 30px;
	padding: 3px;
}

.time-header{ 
	height: 250px;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    display: flex;
}

.time-header:before{
	content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgb(7, 123, 192, 0.4);
    z-index: 1;
}

/*.time-header:before {
	content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    background: linear-gradient(270deg,rgb(7, 123, 192, 0.7),rgb(244, 196, 68, 70%));
    background-size: 400% 100%;
    background-position: 0% 50%;
    -webkit-animation: back-anim 5s ease infinite;
    -moz-animation: back-anim 5s ease infinite;
    -o-animation: back-anim 5s ease infinite;
    animation: back-anim 5s linear infinite;
}*/

@keyframes back-anim{
	0% {background-position: 0% 50%;}
	50% {background-position: 100% 50%;}
	100% {background-position: 0% 50%;}
}


.time-header.header-news{
	background-image: url('../../../../files/bg/t4news.png');
}

.time-header.header-about-project{
	background-image: url('../../../../files/bg/t4e4_about.jpg');
}

.time-header.header-activities{
	background-image: url('../../../../files/bg/t4act.png');
}

.time-header.header-partners{
	background-image: url('../../../../files/bg/t4e4_partneri.jpg');
}

.time-header .container{
	position: relative;
    z-index: 2;
    align-self: center;
}

.time-header .container .header-title{
	font-size: 46px;
	color: #ffffff;
    font-weight: bold;
}

.time-header .container .header-border{
	margin-bottom: 20px;
}

.time-header .container .header-border::before{
	display: block;
	width: 40px;
	height: 2px;
	background: #1f4c9b;
	content:"";
	position: relative;
	top: 10px;
	float: left;
}

.time-header .container .header-border span{
	margin-left: 10px;
	font-weight: bold;
	color:#dddddd;
}

#block-timeaboutproject1{
	background: #fff;
	padding-bottom: 80px;
	padding-top: 80px;
}

/* #block-timeaboutproject1 .content .field--name-body{
	display: flex;
}

#block-timeaboutproject1 .content .col-md-6{
	align-self: center;
} */

.node-id-328{
	display: none;
}

.partner-country{
	text-align: center !important;
	font-weight: bold;
}

#block-views-block-flexslider-views-example-block-1{
	background-image: url(../../../../../../../time-project.eu/sites/default/files/citation-image.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.time-partners-list ul li{
	list-style-image: url(../../../../files/chevron-circle-red-1.png);
	background-repeat: no-repeat;
}

.partner-tabs i{
	float: right;
	padding-top: 5px;
}

.partner-tabs h4{
	margin-top: 5px;
}

.partner-tabs .panel-default>.panel-heading{
	background-color: #fff;
}

.partner-tabs .panel-group .panel{
	border: none;
}

.partner-tabs #croatia .panel{
	border-bottom: 1px solid #013FB6;
}

.partner-tabs #croatia .panel-title a,
.partner-tabs #croatia i{
	color: #013FB6;
}

.partner-tabs #slovenia .panel{
	border-bottom: 1px solid #009900;
}

.partner-tabs #slovenia .panel-title a,
.partner-tabs #slovenia i{
	color: #009900;
}

.partner-tabs #denmark .panel{
	border-bottom: 1px solid #CE1127;
}

.partner-tabs #denmark .panel-title a,
.partner-tabs #denmark i{
	color: #CE1127;
}

.partner-tabs #netherlands .panel{
	border-bottom: 1px solid #FF9900;
}

.partner-tabs #netherlands .panel-title a,
.partner-tabs #netherlands i{
	color: #FF9900;
}

@media all and (max-width: 1888px){
	.newsletter-link-box{
		margin: 0px;
	}
}
 
/*  @media all and (max-width: 1410px){
	#footer{
		height: 195px;
	} */
}

@media all and (max-width: 1300px){
	/* #footer{
		height: 260px;
	} */
	
	#footer .right-footer .footer-area{
		min-height: 260px;
	}
	
	.footer-first,
	.footer-second{
		width: 100%;
	}
}


 @media all and (max-width: 1200px){

	.frontpage-info-podaci-1-inside{
		width: 100%;
	}
} 

@media all and (max-width: 991px){
	
	#footer .col-md-3 .region-footer-fourth img{
		padding-top: 5px !important;
		padding-bottom: 10px;
	}
	
	#footer .col-md-3 .region-footer-third img{
		margin-top: 15px !important;
	}
	
	.results .result-container{
		width: 100%;
		margin-top: 0;
		margin-bottom: 10px;
	}
	
	.about-project-1-container,
	#block-timeaboutproject1 .content .field--name-body{
		display: block !important;
	}
	
	.about-time-text{
		width: 100% !important;
		float: none !important;
	}
	
	.todo-footer .right-footer-bg-image img{
		width: 210px;
		position: relative;
		top: 15px;
		left: 0;
	}
	
	.about-time-image img{
		margin: 0 auto !important;
	}
	
	#footer .right-footer .footer-area{
		min-height: auto;
	}
	
	.frontpage-info-podaci-1{
		padding: 40px 0;
	}
	
	.results .intellectual-outputs-image,
	.results .multiplier-events-image,
	.results .training-activities-image{
		height: 400px;
	}
	
	.time-partners-list{
		width: 300px;
		margin: 0 auto;
	}
	
	#block-views-block-flexslider-views-example-block-1{
		padding: 0;
	}

}

 @media screen and (max-width: 400px){
	#block-todofront1 .front-left{
		margin-top: -40px !important;
	}
} 

.results-menu .result-container-menu{
    width: 250px!important;
    max-width: none;
}

.results-menu a{
    color: #FFF;
}

.results-menu .result-container-menu .result-container-left-menu{
    font-size: 13px;
}

.results-menu .result-container-menu .result-container-right-menu {
    width: 35px;   
}