body{
	background-color: #ffffff;
	margin: 0px;
}

.container{
	width: 1140px;
	margin: auto;
	padding: 0px 15px;
}

header{
	width: 100%;
	height: 100px;
	border-bottom: 1px solid #eeeeee;
	float: left;
}

.desktop-header{
	display: block;
}

.mobile-header{
	display: none;
}

.top-logo{
	border-right: 1px solid #eeeeee;
	float: left;
}

.top-logo img{
	height: 50px;
	margin: 25px;
}

.top-flag{
	border-left: 1px solid #eeeeee;
	float: right;
}

.top-flag img{
	height: 50px;
	margin: 25px;
}

.top-search-button{
	border-left: 1px solid #eeeeee;
	float: right;
}

.top-search-button i{
	margin: 42px 20px;
}

.top-menu{
	float: right;
}

.top-menu-item-list{
	margin: 0px 15px;
}

.top-menu-item{
	margin: 39px 15px;
	float: left;
}

.top-menu-item a{
	font-family: 'Raleway', sans-serif;
	font-size: 13px;
	font-weight: 700;
	line-height: 22px;
	letter-spacing: 1px;
	color: #444444;
	text-decoration: none;
}

.top-menu-item a.selected{
	color: #de6262;
}



.mobile-menu{
	float: left;
	display: none;
	margin-top: -5px;
	width: 100%;
}

.mobile-menu-item-list{
	width: 100%;
	float: left;
}

.mobile-menu-item{
	padding: 20px 25px;
	width: calc(100% - 30px);
	float: left;
	z-index: 1000;
	position: relative;
	background-color: #ffffff;
	border-bottom: 1px solid #eeeeee;
}

.mobile-menu-item:first-child{
	padding-top: 20px;
	border-top: 1px solid #eeeeee;
}

.mobile-menu-item:last-child{
	padding-bottom: 20px;
}

.mobile-menu-item a{
	font-family: 'Raleway', sans-serif;
	font-size: 13px;
	font-weight: 700;
	line-height: 22px;
	letter-spacing: 1px;
	color: #444444;
	text-decoration: none;
}




.bottom-menu{
	float: right;
}

.bottom-menu-item-list{
	margin: 0px 15px;
}

.bottom-menu-item{
	margin: 39px 15px;
	float: left;
}

.bottom-menu-item a{
	font-family: 'Raleway', sans-serif;
	font-size: 13px;
	font-weight: 700;
	line-height: 22px;
	letter-spacing: 1px;
	color: #cccccc;
	opacity: 0.8;
	text-decoration: none;
}





.slider{
	width: 100%;
	/*height: 400px;*/
	/*background: url('../images/slider_1.jpg') center center no-repeat;*/
	background: url('http://turkeyinh2020.eu/sites/default/files/pika/ict_turkey_2016_x2.jpg') center center no-repeat;
	background-size: cover;
	margin-bottom: 60px;
	float: left;
	position: relative;
}

.slider .overlay{
	width: 100%;
	/*height: 400px;*/
	background: rgba(0, 0, 0, 0);
	position: absolute;
}



.intro-image{
	width: 375px;
	height: 240px;
	margin-top: 30px; 
}

.intro-image .overlay{
	width: 100%;
	height: 240px;
	background-color: rgba(0, 0, 0, 0.15);
}

.page-content{
	width: 100%;
	margin-bottom: 60px;
	float: left;
}

.page-content.gray{
	background-color: #f9f9f9;
}

.page-content.include-padding{
	padding: 60px 0px;
}

.page-content-title{
	margin-top: 30px;
	margin-bottom: 50px;
}

.page-content-sub-title{
	margin-top: 30px;
	margin-bottom: 50px;
}

.page-content-centered-title{
	margin-bottom: 50px;
	text-align:center;
}

.page-content-centered-title:after{
	margin: 30px auto 0px auto !important;
}



.icon-box .heading{
	margin-bottom: 15px;
}

.icon-box .heading i{
	width: 48px;
	height: 48px;
	font-size: 42px;
	margin: 4px 11px 7px 0px;
	color: #de6262;
}

.icon-box .heading span{
	width: 100%;
	color: #999999;
	font-family: 'Crete Round', serif;
	font-size: 16px;
	font-weight: 400;
	font-style: italic;
	line-height: 1.5;
	margin-bottom: 7px;
	float: left;
}


.latest-news-list{
	width: 100%;
	float: left;
}

.latest-news-list .button-area{
	width: 100%;
	float: left;
}

.latest-news-list a{
	color: #ffffff;
	text-decoration: none;
}

.latest-news-list .load-more-button{
	width: 140px;
  padding: 10px 15px;
  background-color: #444444;
  border: 2px solid #444444;
  text-align: center;
  margin: auto;
	color: #ffffff;
	border-radius: 3px;
}

.latest-news-list .load-more-button span{
	font-family: 'Raleway', sans-serif;
	font-size: 16px;
  font-weight: 700;
  letter-spacing: 1px;
  line-height: 1.5;
}

.latest-news-list .load-more-button:hover{
	cursor: pointer;
}

.latest-news-group{
	width: 100%;
	float: left;
	margin-bottom: 30px;
}

.latest-news .image{
	width: 100%;
	float: left;
	height: 175px;
	position: relative;
}

.latest-news .image .overlay{
	width: 100%;
	height: 175px;
	background-color: rgba(0, 0, 0, 0.4);
}

.latest-news .title{
	margin-top: 30px;
	float: left;
}

.latest-news .title h3{
	color: #333333;
	font-family: 'Raleway', sans-serif;
	font-size: 16px;
	font-weight: 600;
	line-height: 1.5;
	margin: 0px;
}

.latest-news .title h3:after{
	display: none;
}

.latest-news .title h3 a{
	color: #333333;
	text-decoration: none;
}

.latest-news .title h3 a:hover{
	color: #de6262;
}

.latest-news .details{
	margin-top: 10px;
	float: left;
}

.latest-news .details i{
	color: #999999;
	font-size: 14px;
  margin-right: 10px;
}

.latest-news .details span{
	color: #999999;
	font-family: 'Crete Round', serif;
	font-size: 13px;
	font-weight: 400;
	font-style: italic;
	line-height: 14px;
}

.latest-news .content{
	margin-top: 20px;
	float: left;
}

.latest-news .content p{
	font-size: 14px;
}





.team-members{
	width: 100%;
	float: left;
}

.team-member{
	width: 100%;
	margin-top: 60px;
	float: left;
}

.team-member:first-child{
	width: 100%;
	margin-top: 40px;
	float: left;
}

.team-member .heading{
	width: 860px;
	float: left;
}

.team-member .heading h4{
	margin-bottom: 15px;
}

.team-member .heading span{
	width: 100%;
	color: #de6262;
	font-family: 'Crete Round', serif;
	font-size: 16px;
	font-weight: 400;
	font-style: italic;
	line-height: 1.5;
	margin-bottom: 7px;
	float: left;
}

.team-member.left .photo{
	width: 250px;
	margin-right: 30px;
	float: left;
}

.team-member.right .photo{
	width: 250px;
	margin-left: 30px;
	float: left;
}

.team-member .photo img{
	width: 250px;
	height: 306px;
	float: left;
}




.upcoming-events-list{
	width: 100%;
	float: left;
	position: relative;
}

.upcoming-events-list .timeline-border{
	width: 0px;
  height: 975px;
	position: absolute;
  top: 0;
  left: 50%;
  border-left: 1px dashed #cccccc;
  z-index: 1;
}

.upcoming-events-list .timeline-month-label{
  width: 180px;
  padding: 10px 15px;
  background-color: #f9f9f9;
  border: 2px solid #eeeeee;
  text-align: center;
  margin: auto;
  position: relative;
  z-index: 10;
  color: #333333;
}

.upcoming-events-list .timeline-month-label span{
	font-family: 'Raleway', sans-serif;
	font-size: 18px;
  font-weight: 700;
  letter-spacing: 1px;
  line-height: 1.5;
}

.upcoming-events-list .timeline-month-label.white{
	background-color: #ffffff;
}

.upcoming-events-list .timeline-month-label.load-more-button{
	width: 140px;
	color: #ffffff;
	background-color: #444444;
	border-radius: 3px;
	border-color: #444444;
}

.upcoming-events-list .timeline-month-label.load-more-button:hover{
	cursor: pointer;
}

.upcoming-events-list .timeline-month-label.load-more-button span{
	font-size: 16px;
}

.upcoming-event{
	width: 500px;
}

.upcoming-event.left{
	float: left;
}

.upcoming-event.right{
	float: right;
}

.upcoming-event .title{
	width: 100%;
	float: left;
}

.upcoming-event .arrow{
  border: 2px solid #cccccc;
  background-color: #f9f9f9;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  z-index: 10;
}

.upcoming-event.left .arrow{
	position: absolute;
  top: 22px;
  right: -77px;
}

.upcoming-event.right .arrow{
	position: absolute;
  top: 22px;
  left: -77px;
}

.upcoming-event.left .arrow .arrow-divider{
	width: 50px;
	border-bottom: 1px dashed #cccccc;
	position: absolute;
  right: 15px;
  top: 4px;
}

.upcoming-event.right .arrow .arrow-divider{
	width: 50px;
	border-bottom: 1px dashed #cccccc;
	position: absolute;
  left: 15px;
  top: 4px;
}

.upcoming-event .title a{
	text-decoration: none;
	color: #333333;
}

.upcoming-event .title a:hover{
	color: #de6262;
}

.upcoming-event .title h2{
	font-family: 'Raleway', sans-serif;
	font-size: 20px;
  font-weight: 600;
  letter-spacing: 1px;
  line-height: 1.5;
  margin: 0px;
}

.upcoming-event .details{
	margin-top: 20px;
	float: left;
}

.upcoming-event .details i{
	width: 14px;
	color: #999999;
	font-size: 14px;
  margin-right: 10px;
}

.upcoming-event .details span{
	color: #999999;
	font-family: 'Crete Round', serif;
	font-size: 13px;
	font-weight: 400;
	font-style: italic;
	line-height: 14px;
	margin-right: 10px;
}

.upcoming-event .content{
	margin-top: 20px;
	float: left;
}

.upcoming-event .content p{
	font-size: 14px;
}

.upcoming-event .divider{
	width: 100%;
	float: left;
	border-bottom: 2px solid #eeeeee;
}








footer{
	width: 100%;
	float: left;
}

.footer-top{
	width: 100%;
	float: left;
	background-color: #333333;
	padding: 60px 0px;
}

.footer-top p{
	color: #cccccc;
	opacity: 0.8;
	font-size: 14px;
	line-height: 1.7;
}

.footer-top .divider{
	width: 100%;
	float: left;
	margin: 0px 0px 30px 0px;
	border-bottom: 1px dashed #e5e5e5;
	border-bottom-color: rgba(255,255,255,.1);
}

.footer-contact-details{
	width: 340px;
	float: left;
	margin-right: 60px;
}

.footer-top .footer-contact-details .info{
	width: 100%;
	float: left;
	margin-bottom: 30px;
}

.footer-top .footer-contact-details .info h4{
	font-family: 'Lato', sans-serif;
  font-size: 14px;
  color: #cccccc;
  font-weight: 700;
  margin: 0px;
}

.footer-top .footer-contact-details .info p{
	font-family: 'Lato', sans-serif;
  font-size: 14px;
  color: #cccccc;
  font-weight: 400;
  margin: 0px;
}

.footer-top .footer-contact-details .info p a{
	color: #cccccc;
	text-decoration: none;
}

.footer-top .footer-contact-details .info p a:hover{
	color: #de6262;
}

.footer-top .footer-subscription{
	width: 100%;
	float: left;
}

.footer-top .footer-subscription p{
	font-family: 'Lato', sans-serif;
  font-size: 14px;
  color: #cccccc;
  font-weight: 400;
  margin: 0px;
}

.footer-top .subscription-box{
	width: 100%;
	float: left;
	margin-top: 10px;
}

.footer-top input[type="text"]{
	border: 1px solid rgba(0, 0, 0, 0.25);
	border-left: none;
	background-color: rgba(0, 0, 0, 0.20);
	width: 194px;
	height: 30px;
	float: left;
	outline: none;
	padding: 4px 10px;
	font-family: 'Lato', sans-serif;
	font-size: 14px;
	color: #999999;
}

.footer-top .subscription-icon-box{
	width: 38px;
	height: 38px;
	float: left;
	color: #999999;
	border: 1px solid rgba(0,0,0,.25);
	background-color: rgba(0,0,0,.35);
	border-radius: 4px 0px 0px 4px;
	-moz-border-radius: 4px 0px 0px 4px;
	-webkit-border-radius: 4px 0px 0px 4px;
}

.footer-top .subscription-icon-box i{
	margin: 12px;
	font-size: 14px;
}

.footer-top .subscription-button{
	width: 85px;
	height: 40px;
	float: left;
	color: #ffffff;
	background-color: rgba(0,0,0,.35);
	border-radius: 0px 4px 4px 0px;
	-moz-border-radius: 0px 4px 4px 0px;
	-webkit-border-radius: 0px 4px 4px 0px;
}

.footer-top .subscription-button p{
	font-family: 'Lato', sans-serif;
  font-size: 14px;
  color: #cccccc;
  font-weight: 400;
  margin: 8px 0px !important;
  text-align: center;
}

.footer-top .subscription-button:hover{
	background-color: rgba(0,0,0,.30);
	cursor: pointer;
}

.footer-top .twitter-area{
	width: 340px;
	float: left;
	margin-right: 60px;
}

.footer-top .twitter-area .title{
	width: 100%;
	float: left;
	margin-bottom: 30px;
}

.footer-top .twitter-area .title h4{
	font-family: 'Lato', sans-serif;
  font-size: 14px;
  color: #cccccc;
  font-weight: 700;
  margin: 0px;
  letter-spacing: 2px;
}

.footer-top .twitter-row{
	width: 100%;
	float: left;
	margin-bottom: 20px;
}

.footer-top .twitter-row:last-child{
	margin-bottom: 0px;
}

.footer-top .twitter-row .icon{
	width: 20px;
	height: 20px;
	float: left;
}

.footer-top .twitter-row .icon i{
  font-size: 14px;
  color: #cccccc;
  margin: 3px 0px;
}

.footer-top .twitter-row .tweet{
	width: 320px;
	float: left;
}

.footer-top .twitter-row .tweet p{
	font-family: 'Lato', sans-serif;
  font-size: 14px;
  color: #cccccc;
  font-weight: 400;
  margin: 0px;
}

.footer-top .twitter-row .tweet p a{
	color: #de6262;
	text-decoration: none;
}

.footer-top .twitter-follow-button{
	width: 150px;
	height: 40px;
	float: right;
	color: #ffffff;
	background-color: rgba(0,0,0,.35);
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	margin-top: 5px;
}

.footer-top .twitter-follow-button p{
	font-family: 'Lato', sans-serif;
  font-size: 14px;
  color: #cccccc;
  font-weight: 400;
  margin: 8px 0px !important;
  text-align: center;
}

.footer-top .twitter-follow-button p a{
  color: #cccccc;
  text-decoration: none;
}

.footer-top .twitter-follow-button:hover{
	background-color: rgba(0,0,0,.30);
	cursor: pointer;
}

.footer-top .flickr-area{
	width: 340px;
	float: left;
}

.footer-top .flickr-area .title{
	width: 100%;
	float: left;
	margin-bottom: 30px;
}

.footer-top .flickr-area .title h4{
	font-family: 'Lato', sans-serif;
  font-size: 14px;
  color: #cccccc;
  font-weight: 700;
  margin: 0px;
  letter-spacing: 2px;
}

.footer-top .flickr-row{
	width: 100%;
	float: left;
	margin-bottom: 2px;
}

.footer-top .flickr-row .flickr-item{
	width: 83.5px;
	height: 83.5px;
	float: left;
	margin-right: 2px;
	position: relative;
}

.footer-top .flickr-row .flickr-item.fourth{
	margin-right: 0px;
}

.footer-top .flickr-row .flickr-item .overlay{
	width: 83.5px;
	height: 83.5px;
	position: absolute;
	top: 0px;
	left: 0px;
	background-color: rgba(0,0,0,0.30);
}

.footer-top .flickr-row .flickr-item .overlay:hover{
	background-color: rgba(0,0,0,0.20);
	cursor: pointer;
}

.footer-bottom{
	width: 100%;
	float: left;
	background-color: #292929;
	padding: 30px 0px;
}

.footer-bottom .copyright-area{
	width: 340px;
	float: left;
	margin-right: 60px;
	margin-top: 5px;
}

.footer-bottom .logo-list{
	width: 340px;
	float: left;
	margin-right: 60px;
	text-align: center;
}

.footer-bottom .logo-list img{
	opacity: 0.75;
	margin: 0px 5px;
}

.footer-bottom .social-item-list{
	width: 340px;
	float: left;
}

.footer-bottom .social-item-list p{
	margin-top: 25px;
}

.footer-bottom .social-item-list p i{
	float: right;
	color: #555555;
	margin-left: 20px;
	font-size: 20px;
}





.div-half{
	width: 555px;
	float: left;
}

.div-half.first{
	margin-right: 30px;
}

.div-half.second{
	
}

.div-one-third{
	width: 375px;
	margin-right: 30px;
	float: left;
}

.div-two-third{
	width: 735px;
	float: left;
}

.div-one-fourth{
	width: 262.50px;
	float: left;
	margin-right: 30px;
}

.div-one-fourth:last-child{
	margin-right: 0px;
}

a.link-button{
	color: #333333;
	font-family: 'Lato', sans-serif;
	font-size: 16px;
	font-weight: 600;
	text-decoration: none;
	padding: 12px 26px;
	margin: 10px 0px 0px 0px;
	background-color: transparent;
	border: 2px solid #444444;
	border-radius: 3px;
	float: left;

	-webkit-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}

a.link-button:hover{
	color: #ffffff;
	background-color: #444444;
}

h1{
	color: #333333;
	font-family: 'Raleway', sans-serif;
	font-size: 28px;
	font-weight: 600;
	line-height: 1;
	letter-spacing: 1px;
	margin: 0px;
}

h3{
	color: #333333;
	font-family: 'Raleway', sans-serif;
	font-size: 26px;
	font-weight: 700;
	line-height: 1.5;
	letter-spacing: 1px;
	margin: 0px;
	position: relative;
}

h3:after{
	width: 40px;
	margin-top: 30px;
	content: '';
	border-bottom: 2px solid #444;
	display: block;
}

h3 span{
	/*color: #de6262;*/
}

h4{
	color: #333333;
	font-family: 'Raleway', sans-serif;
	font-size: 20px;
	font-weight: 700;
	line-height: 1.5;
	letter-spacing: 1px;
	margin: 0px;
}

p{
	color: #555555;
	font-family: 'Lato', sans-serif;
	font-size: 15px;
	line-height: 1.8;
	margin: 0px 0px 30px 0px;
}



.single-page h3{
	color: #333333;
	font-family: 'Raleway', sans-serif;
	font-size: 26px;
	font-weight: 700;
	line-height: 1.5;
	letter-spacing: 1px;
	margin: 0px;
	position: relative;
}

.single-page h3:after{
	display: none;
}

.single-page h5{
	font-family: 'Lato', sans-serif;
	font-size: 20px;
  font-weight: 300;
  color: #777777;
  line-height: 1.5;
  margin-top: 10px;
}

.single-page h5:after{
	width: 40px;
	margin-top: 30px;
	content: '';
	border-bottom: 2px solid #444;
	display: block;
}







.title-area{
	width: 100%;
	padding: 50px 0px;
  background-color: #f5f5f5;
  border-bottom: 1px solid #eeeeee;
  float: left;
  margin-bottom: 30px;
}

.title-area span{
	font-family: 'Lato', sans-serif;
	font-size: 18px;
	font-weight: 300;
	color: #999999;
	line-height: 1.5;
	margin-top: 10px;
	float: left;
}

.details-div{
	width: 100%;
	float: left;
}

.details-div h2{
	font-family: 'Raleway', sans-serif;
	font-size: 24px;
	font-weight: 600;
	line-height: 1.5;
	letter-spacing: 1px;
	color: #444444;
	margin: 0px;
}

.details-div .info{
	margin: 10px 0px 35px 0px;
}

.details-div .info i{
	color: #999999;
	font-size: 14px;
  margin-right: 10px;
}

.details-div .info span{
	color: #999999;
	font-family: 'Crete Round', serif;
	font-size: 13px;
	font-weight: 400;
	font-style: italic;
	line-height: 14px;
	margin-right: 10px;
}

.details-div .image{
	float: left;
	width: 100%;
	margin-bottom: 30px;
}

.details-div .image img{
	width: 100%;
}

.details-div .image .image-container{
	width: 100%;
	height: 460px; 
}

.details-div .image .overlay{
	width: 100%;
	height: 460px;
	position: absolute;
	background: rgba(0, 0, 0, 0.1);
	top: 0px;
}

.details-div .content{
	float: left;
	width: 100%;
}

.details-div .content p{
	font-size: 14px;
	line-height: 1.8;
	margin-bottom: 15px;
}

.details-div .content p a, .details-div .content ul li a, .details-div .content ol li a{
	font-size: 14px;
	line-height: 1.8;
	color: #de6262;
	text-decoration: none;
}

.details-div .content ul li, .details-div .content ol li{
	color: #555555;
	font-family: 'Lato', sans-serif;
	font-size: 14px;
	line-height: 1.8;
	margin: 0px;
}

.details-div .share{
	width: 100%;
	float: left;
	margin-bottom: 30px;
}

.details-div .share .left-part{
	width: 50%;
	float: left;
}

.details-div .share .right-part{
	width: 50%;
	float: right;
	text-align: right;
}

.details-div .share span{
	font-family: 'Lato', sans-serif;
	font-size: 13px;
	font-weight: 700;
	line-height: 36px;
	color: #555555;
}

.details-div .share i{
	font-size: 20px;
	margin-left: 10px;
	color: #555555;
}

.details-div .divider{
	width: 100%;
	border-bottom: 2px solid #f5f5f5;
	float: left;
}

.section-divider{
	width: 100%;
	border-bottom: 1px solid #f5f5f5;
	float: left;
	margin: 30px 0px;
}






.consortium-items{
	width: 100%;
	float: left;
}

.consortium-item{
	width: 100%;
	margin-top: 60px;
	float: left;
}

.consortium-item:first-child{
	width: 100%;
	margin-top: 40px;
	float: left;
}

.consortium-item .heading{
	width: 960px;
	float: left;
}

.consortium-item .heading h4{
	margin-bottom: 15px;
}

.consortium-item .heading span{
	width: 100%;
	color: #de6262;
	font-family: 'Crete Round', serif;
	font-size: 16px;
	font-weight: 400;
	font-style: italic;
	line-height: 1.5;
	margin-bottom: 7px;
	float: left;
}

.consortium-item.left .photo{
	width: 150px;
	margin-right: 30px;
	float: left;
}

.consortium-item.right .photo{
	width: 150px;
	margin-left: 30px;
	float: left;
}

.consortium-item .photo img{
	width: 150px;
	float: left;
}

.consortium-divider{
	width: 100%;
	border-bottom: 1px solid #f5f5f5;
	float: left;
	margin-top: 20px;
}

.team-divider{
	width: 100%;
	border-bottom: 1px solid #f5f5f5;
	float: left;
}





.fc-left h2, .fc-right h2, .fc-center h2{
	font-family: 'Raleway', sans-serif;
	font-size: 24px;
	font-weight: 600;
	line-height: 1.5;
	letter-spacing: 1px;
	color: #444444;
	margin: 0px;
}

.fc-day-header span, .fc-day-number{
	font-family: 'Lato', sans-serif;
	font-size: 13px;
	font-weight: 700;
	line-height: 36px;
	color: #555555;	
}

.fc-day-number{
	margin-left: 10px;
}

.fc-event-container{
	padding: 10px 5px 20px 5px !important
}

.fc-content{
	padding: 5px;
}

.fc-title{
	font-family: 'Lato', sans-serif;
	font-size: 13px;
	font-weight: 400;
	line-height: 1.5;
	color: #ffffff;	
}

.calendar-left-button, .calendar-right-button{
	width: 20px;
  padding: 12px 15px;
  background-color: #ffffff;
  border: 1px solid #eeeeee;
  text-align: center;
  margin: auto;
  position: relative;
  z-index: 10;
  border-radius: 3px;
}

.calendar-left-button i, .calendar-right-button i{
	font-size: 12px;
}

.map-section{
	width: 100%;
	height: 500px;
	margin-top: -30px;
	float: left;
}

#map{
	width: 100%;
	height: 500px;
}

.contact-details{
	width: 240px;
	float: right;
	margin-top: 80px;
}

.contact-details .title{
	width: 100%;
	float: left;
	margin-bottom: 30px;
}

.contact-details .title h4{
	font-family: 'Lato', sans-serif;
	font-size: 14px;
	color: #555555;
	font-weight: 700;
	margin: 0px;
}

.contact-details .info{
	width: 100%;
	float: left;
	margin-bottom: 5px;
}

.contact-details .info p{
	font-family: 'Lato', sans-serif;
	font-size: 14px;
	color: #555555;
	font-weight: 400;
	margin: 0px;
}

.contact-details .info p a{
	color: #555555;
	text-decoration: none;
}

.contact-details .info p a:hover{
	color: #de6262;
}

.contact-form{
	width: 860px;
	float: left;
	margin-top: 80px;
	margin-right: 40px;
}

.contact-form h3{

}

.contact-form-row{
	width: 100%;
	float: left;
	margin-bottom: 20px;
	padding: 30px 0px;
}

.contact-form-row .contact-form-row-content{
	width: 100%;
	float: left;
	margin-bottom: 30px;
}

.contact-form-row .contact-form-row-content .full{
	width: 860px;
	float: left;
}

.contact-form-row .contact-form-row-content .half{
	width: 415px;
	float: left;
}

.contact-form-row .contact-form-row-content .half.margin-left{
	margin-left: 30px;
}

.contact-form-row input[type="text"]{
  width: 383px;
  padding: 8px 14px;
  font-size: 15px;
  line-height: 1.5;
  color: #555555;
  margin-top: 10px;
  background-color: #ffffff;
  border: 2px solid #dddddd;
  -webkit-transition: border-color ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s;
  transition: border-color ease-in-out .15s;
  outline: none;
}

.contact-form-row label{
	font-family: 'Raleway', sans-serif;
	font-size: 13px;
	font-weight: 700;
	line-height: 1.5;
	letter-spacing: 1px;
	color: #555555;
}

.contact-form-row label span{
	margin-left: 5px;
}

.contact-form-row input[type="text"]:focus{
	border-color: #aaaaaa;
}

.contact-form-row select{
  width: 415px;
  height: 42px;
  padding: 8px 14px;
  font-size: 15px;
  line-height: 1.5;
  color: #555555;
  margin-top: 10px;
  background-color: #ffffff;
  border: 2px solid #dddddd;
  -webkit-transition: border-color ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s;
  transition: border-color ease-in-out .15s;
  outline: none;
}

.contact-form-row textarea{
  width: 828px;
  height: 100px;
  padding: 8px 14px;
  font-size: 15px;
  line-height: 1.5;
  color: #555555;
  margin-top: 10px;
  background-color: #ffffff;
  border: 2px solid #dddddd;
  -webkit-transition: border-color ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s;
  transition: border-color ease-in-out .15s;
  outline: none;
  resize: none;
}

.contact-form-row-content .button-area{
	width: 100%;
	float: left;
}

.contact-form-row-content .send-message-button{
	width: 140px;
  padding: 10px 15px;
  background-color: #444444;
  border: 2px solid #444444;
  text-align: center;
	color: #ffffff;
	border-radius: 3px;
	float: left;
}

.contact-form-row-content .send-message-button span{
	font-family: 'Raleway', sans-serif;
	font-size: 16px;
  font-weight: 700;
  letter-spacing: 1px;
  line-height: 1.5;
}














.page-content .twitter-area{
	width: 100%;
	float: left;
}

.page-content .twitter-area .title{
	width: 100%;
	float: left;
	margin-bottom: 30px;
}

.page-content .twitter-area .title h4{
	font-family: 'Lato', sans-serif;
  font-size: 14px;
  color: #333333;
  font-weight: 700;
  margin: 0px;
  letter-spacing: 2px;
}

.page-content .twitter-row{
	width: 100%;
	float: left;
	margin-bottom: 20px;
}

.page-content .twitter-row:last-child{
	margin-bottom: 0px;
}

.page-content .twitter-row .icon{
	width: 20px;
	height: 20px;
	float: left;
}

.page-content .twitter-row .icon i{
  font-size: 14px;
  color: #333333;
  margin: 3px 0px;
}

.page-content .twitter-row .tweet{
	width: 355px;
	float: left;
}

.page-content .twitter-row .tweet p{
	font-family: 'Lato', sans-serif;
  font-size: 14px;
  color: #333333;
  font-weight: 400;
  margin: 0px;
}

.page-content .twitter-row .tweet p a{
	color: #de6262;
	text-decoration: none;
}

.page-content .twitter-follow-button{
	width: 150px;
	height: 40px;
	float: right;
	color: #ffffff;
	background-color: rgba(0,0,0,.35);
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	margin-top: 5px;
}

.page-content .twitter-follow-button p{
	font-family: 'Lato', sans-serif;
  font-size: 14px;
  color: #333333;
  font-weight: 400;
  margin: 8px 0px !important;
  text-align: center;
}

.page-content .twitter-follow-button p a{
  color: #333333;
  text-decoration: none;
}

.page-content .twitter-follow-button:hover{
	background-color: rgba(0,0,0,.30);
	cursor: pointer;
}







.horizon2020-calls-list{
	width: 100%;
	float: left;
}

.horizon2020-calls-row{
	width: 100%;
	float: left;
	margin-bottom: 30px;
}

.horizon2020-calls-item{
	width: 358px;
	float: left;
	margin-right: 30px;
	border: 1px solid #e5e5e5;
	background-color: #f9f9f9;
}

.horizon2020-calls-item:last-child{
	margin-right: 0px;
}

.horizon2020-calls-item .title{
	width: 318px;
	float: left;
	padding: 15px 20px;
}

.horizon2020-calls-item .title a{
	text-decoration: none;
  color: #333333;
}

.horizon2020-calls-item .title a h2:hover{
	color: #de6262;
}

.horizon2020-calls-item .title a h2{
	color: #333333;
  font-family: 'Raleway', sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.5;
  margin: 0px;
  margin-bottom: 5px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.horizon2020-calls-item .title span{
  color: #999999;
  font-family: 'Crete Round', serif;
  font-size: 13px;
  font-weight: 400;
  font-style: italic;
  line-height: 14px;
}

.horizon2020-calls-item .details{
	width: 318px;
	float: left;
	padding: 0px 20px 15px 20px;
}

.horizon2020-calls-item .details p{
	color: #555555;
  font-family: 'Lato', sans-serif;
  font-size: 14px;
  line-height: 1.8;
  margin: 0px 0px 10px 0px;
  height: 225px;
}

.horizon2020-calls-item .details span{
  color: #de6262;
  font-family: 'Crete Round', serif;
  font-size: 13px;
  font-weight: 400;
  font-style: italic;
  line-height: 14px;
  float: left;
  margin: 10px 0px;
}

.horizon2020-calls-item .details .button{
  width: 150px;
  height: 40px;
  float: right;
  color: #ffffff;
  background-color: #444444;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  margin-top: 5px;
}

.horizon2020-calls-item .details .button p{
	font-family: 'Lato', sans-serif;
  font-size: 14px;
  color: #ffffff;
  font-weight: 400;
  margin: 8px 0px !important;
  text-align: center;
}

.horizon2020-calls-item .details .button p a{
	color: #ffffff;
  text-decoration: none;
}

.horizon2020-calls-list .button-area{
	width: 100%;
	float: left;
	margin-top: 20px;
}

.horizon2020-calls-list .button-area a{
	color: #ffffff;
	text-decoration: none;
}

.horizon2020-calls-list .load-more-button{
	width: 140px;
  padding: 10px 15px;
  background-color: #444444;
  border: 2px solid #444444;
  text-align: center;
  margin: auto;
	color: #ffffff;
	border-radius: 3px;
}

.horizon2020-calls-list .load-more-button span{
	font-family: 'Raleway', sans-serif;
	font-size: 16px;
  font-weight: 700;
  letter-spacing: 1px;
  line-height: 1.5;
}

.horizon2020-calls-list .load-more-button:hover{
	cursor: pointer;
}

.div-one-third .title{
	width: 100%;
	float: left;
	margin-bottom: 20px;
	position: relative;
}

.div-one-third .title h4{
	color: #333333;
  font-family: 'Raleway', sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 1px;
  margin: 0px;
  
  background-color: #ffffff;
  float: left;
  padding-right: 10px;
}

.div-one-third .title .overlay h4{
	color: #fefefe;
  font-family: 'Raleway', sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 1px;
  margin: 0px;
  
  text-align: center;
  width: 100%;
  display: table-cell;
  vertical-align: middle;
  background-color: transparent;
  padding-right: 0px;
  float: none;
}

.div-one-third .title .title-border{
  top: 15px;
  border-top: 1px solid #eeeeee;
  position: absolute;
  width: 100%;
  z-index: -1;
}

.div-one-third .entry{
	width: 100%;
	float: left;
	margin-bottom: 30px;
}

.div-one-third .entry .entry-title a{
	color: #333333;
	text-decoration: none;
}

.div-one-third .entry .entry-title a h5:hover{
	color: #de6262;
}

.div-one-third .entry .entry-title h5{
	color: #333333;
  font-family: 'Raleway', sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 1px;
  margin: 0px;
}

.div-one-third .entry .details{
	margin-top: 5px;
	float: left;
}

.div-one-third .entry .details i{
	width: 14px;
	color: #999999;
	font-size: 14px;
  margin-right: 10px;
}

.div-one-third .entry .details span{
	color: #999999;
	font-family: 'Crete Round', serif;
	font-size: 13px;
	font-weight: 400;
	font-style: italic;
	line-height: 14px;
	margin-right: 10px;
}