/* COMMON */
form {
	margin: 0;
}
.header {
	background: none;
	padding: 16px 0 0 0;
}
.header .logo {
	display: block;
	margin-top: -44px;
}
h1.pageTitle {
	color: #00A3DB;
	font-weight: bold;
}
section h2.title {
	background: none;
	border-bottom: 1px solid #000;
}
.clear {
	clear: both;
}
.clearZero {
	clear: both;
	height: 0;
	overflow: hidden;
}

#main_menu {
	padding-top: 6px;
}
body {
	font-size: 14px;
}
/* END COMMON */



/* CONTACT FORM */

select, 
textarea, 
input[type="text"], 
input[type="password"], 
input[type="datetime"], 
input[type="datetime-local"], 
input[type="date"], 
input[type="month"], 
input[type="time"], 
input[type="week"], 
input[type="number"], 
input[type="email"], 
input[type="url"], 
input[type="search"], 
input[type="tel"], 
input[type="color"], 
.uneditable-input {
	height: 28px;
}

.searchFormInlineContainer {
	text-align: right;
}
.searchFormInlineContainer input {
	vertical-align: middle;
}
.searchFormInlineContainer input[type="text"] {
	height: 12px;
	padding: 3px 5px;
	margin-top: 2px;
	margin-right: 5px;
	margin-bottom: 0;
}
.searchFormInlineContainer input.searchBtn {
	text-indent: -6000px;
	background: url('../images/Search.png') 2px 2px no-repeat;
	border: 0;
	margin-top: 2px;
	width: 20px;
	height: 20px;
}

input[type="text"].gsc-input {
	-webkit-box-shadow: none;
     -moz-box-shadow: none;
          box-shadow: none;
}

#nerriTrick {
	/*height: 0;
	padding: 0;
	overflow: hidden;
	border: none;
	margin: 0;*/
	display: none;
}

#recaptcha_area{
	float:right;
	margin-bottom: 10px;
}

.editor-label{
	text-align: right;
	
}

/* END DIPLO FORM */

/* PARTNERS */
.partnerImageContainerOuter {
	display: inline-table;
	background-color: white;
	margin-bottom: 18px;
	width: 96%;
}
.partnerImageContainerInner {
	height: 125px;
	display: table-cell;
	vertical-align: middle;
	width: 259px;
}
.profile {
	border-bottom: 5px #3a3a3a solid;
	border-top: 2px #3a3a3a solid;
	margin-bottom: 30px;
	min-height: 365px;
	height: auto;
	background-color: #e8e8e8;
}
.profile img {
	margin: 0;
	/*width: 90%;*/
	/*max-width: 169px;*/
	max-width: 100%;
	max-height: 100px;
}
.profile h4 {
	margin-bottom: 5;
	height: 100px;
	display: inline-table;
}
.profile h4 a {
	color: #3A3A3A;
	display: table-cell;
	vertical-align: middle;
}
/* END PARTNERS */

/* RESOURCES */
.publicationItem {
	margin-bottom: 25px;
	border-bottom: 1px #a6a6a6 dotted;
	padding-bottom: 5px;
}

.publicationsLinks{
	margin-top: 5px;
}
.publicationItem h6 {
	margin: 0;
	-webkit-margin-after: 0;	/*reset webkit default values because conflict with jquery height calculation*/
	-webkit-margin-before: 0;	/*reset webkit default values because conflict with jquery height calculation*/
	line-height: normal;
}
.buttonLinkDownload {
	font-size: 14px;
	line-height: 18px;
	margin: 0 15px 0 0;
	padding: 0 0 0 20px;
	display: block;
	float: left;
	padding-top: 5px;
}
.buttonLink {
	background: url('../images/linkIcon.png') 0px 5px no-repeat;
}
.buttonDownload {
	background: url('../images/downloadIcon.png') 0px 5px no-repeat;
}

.publicationRow {
	margin-bottom: 8px;
}
.publicationLabel {
	font-weight: bold;
	text-align: right;
}

.videoLinkBox {
	display: block;
	position: relative;
	text-decoration: none !important;
}
.videoLinkBox:hover {
}
.videoTitle {
	position: absolute;
	top: 0;
	left: 0;
	width: 90%;
	opacity: 0;
	text-align: center;
	padding: 10% 5% 2% 5%;
	text-decoration: none !important;
	font-size: 18px;
	color: #fff;
	-webkit-transform: translateY(100px);
   -moz-transform: translateY(100px);
   -o-transform: translateY(100px);
   -ms-transform: translateY(100px);
   transform: translateY(100px);
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
   filter: alpha(opacity=0);
   opacity: 0;
   -webkit-transition: all 0.2s linear;
   -moz-transition: all 0.2s linear;
   -o-transition: all 0.2s linear;
   -ms-transition: all 0.2s linear;
   transition: all 0.2s linear;
}
.videoLinkBox:hover .videoTitle {
	opacity: 1;
	-webkit-transform: translateY(0px);
   -moz-transform: translateY(0px);
   -o-transform: translateY(0px);
   -ms-transform: translateY(0px);
   transform: translateY(0px);
}
.videoBoxMask {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-webkit-transition: all 0.2s linear;
   -moz-transition: all 0.2s linear;
   -o-transition: all 0.2s linear;
   -ms-transition: all 0.2s linear;
   transition: all 0.2s linear;
}
.videoLinkBox:hover .videoBoxMask {
	background: rgba(0,0,0,0.6);
}
/* END RESOURCES */

/* HOME */
.planning {
	padding-top: 0px;
	padding-bottom: 0;
}
.planning a{
	padding-bottom: 24px;
}
.homeBoxWithImage {
	position: relative;
}
.homeBoxImage {
	position: absolute;
	top: 0;
	left: 0;
	background-repeat:no-repeat;
	background-size:cover; /* you can remove this and add image instead of background ;) */
}
.homeBoxWithImage, .homeBoxImage, .homeBoxWithImageLink{
	display: block;
	/*width: 270px;*/
	height: 228px;
}
.homeBoxImage, .homeBoxWithImageLink{
	width: 100%;
}
.homeBoxWithImageLink {
}
.homeBoxTextContainer {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 0;
	background: rgba(0,0,0,0.6);
	width: 100%;
}
.homeBoxText {
	display: none;
}
.homeBoxWithImage:hover .homeBoxText {
	display: block;
}
.homeBoxWithImage:hover .homeBoxImage {
	background-image: none !important;
}
.homeBoxWithImage:hover .homeBoxTextContainer {
	background: none;
}

.homeBoxWithImage h4, .homeBoxWithImage .homeBoxText {
	padding: 0 10px;
}
.homeBoxWithImage .homeBoxText {
	padding-bottom: 5px;
	color: #808080;
}
.homeBoxWithImage a {
	text-decoration: none;
	color: #3A3A3A;
}
.homeBoxWithImage h4 {
	color: #fff;
	text-decoration: none;
}
.homeBoxWithImage:hover h4 {
	color: #3A3A3A;
}
.camera_caption > div h2.slide_title{
	line-height:25px;
	font-size:23px;
}
.slide_descr{
	line-height:14px;
	font-size:13px;
}

/* media queries */
@media (max-width: 1200px) {
	.homeBoxWithImage h4 {
		font-size: 18px;
	}
}
@media (max-width: 979px) {
	.psHomeBoxesWithImageContainer .span9 {
		margin-top: 20px;
	}
	.psHomeBoxesWithImageContainer .span3 {
		margin-bottom: 20px;
	}
	.homeBoxWithImage h4 {
		font-size: 16px;
	}
	.camera_caption > div h2.slide_title{
	line-height:18px;
	font-size:17px;
	}
	.slide_descr{
		line-height:13px;
		font-size:13px;
	}
}

@media (max-width: 767px) {
	.camera_caption > div h2.slide_title{
		line-height:15px;
		font-size:14px;
	}
	.slide_descr{
		line-height:11px;
		font-size:11px;
	}
	
	.homepageTextBoxes {
		clear: both;
	}
}

/* END HOME */

/* DIALOG */

.dialog {
  background: url('../images/logoDialog.png') 50px 15px no-repeat #FFFFFF;
  padding: 90px 20px 20px 20px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  box-shadow: 2px 2px 2px #000;
}

.dialog .dialog_close {
    bottom: auto;
    left: auto;
    position: absolute;
    right: -18px;
    top: -15px;
}
.dialog_close {
    bottom: 30px;
    display: inline;
    float: right;
    left: 32px;
    position: relative;
    z-index: 992;
}

.dialog h1 {
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 20px;
  color: #143d8d;
  margin-bottom: 10px;
}
.dialog h1, .dialog .dialogText {
  padding: 0 22px;
}
.dialog .dialogText {
  color: #000;
  margin-bottom: 5px;
  padding-bottom: 10px;
}
.dialog object {
  padding: 0 0 20px 0;
}

/* END DIALOG */

/* SOCIAL */
.FBComments{
	margin-top: 10px;	
}


/* END SOCIAL */

/* NEWS PAGE */
.newsColumnTitle{
	color:#00A3DB;
}

h2.title a.sideNewsColumnTitle {
	text-transform: capitalize ;
	font-size: 18px;
	color:#00A3DB;
	font-weight: bold;
}
h2.title a.sideNewsColumnTitle:hover {
	text-decoration: underline;
}
.sideNewsPageRow .span6 {
	padding-bottom: 20px;
	height: 70px;
	margin-bottom: 20px;
}
.sideNewsPageRow .span4 {
	padding-bottom: 10px;
	min-height: 80px;
	height:auto;
	margin-bottom: 20px;
	position: relative;
	padding-bottom: 35px;
}
.tagsContainer {
	margin-top: 5px;
	width: 100%;
	display: block;
	
}
	
.newsTags , .publicationsTags{	
	margin-top:5px;
	padding-left: 20px;
	background: url(../images/tag.png) no-repeat 0 0;
	font-size: 11px;
	display: block;
}
.newsTags a , .publicationsTags a{
	color: gray;
	cursor: pointer;
	float:left;
	display:block;
}

.newsContentFilterItemActive,
.newsTags a:hover, 
.publicationsTags a:hover{
	color: #00A3DB;
	text-decoration:none;
}


.separator{
	color: gray;
	float:left;
	display:block;
}
.recent_post .newsDate,
.sideNewsPageRow .newsDate{
	margin-bottom:0px;
	color: gray;
	float: left;
	width: 77%;
}
.sideNewsPageRow h6{
	display: block;
	float:left;
	width: 77%
}


/* END NEWS PAGE */

/* CONTACT PAGE */
.introductionText{
	padding: 7px 0px;
	font-size: 14px;
}

form .mandatoryFields {
	text-align: right;
}
.formRow .acceptPrivacyContainer {
	text-align: right;
	padding: 0 0 15px 0;
}
.formRow .acceptPrivacyContainer * {
	vertical-align: middle;
}
.formRow label {
	width: 150px;
	float: left;
	margin-right: 12px;
	text-align: right;
	text-transform: capitalize;
}
.formRow label.acceptPrivacyLabel {
	width: auto;
	float: none;
	display: inline;
}
.formRow label.error {
	float: none;
	padding-left: 142px;
	color: red;
	text-transform: lowercase;
}
.formRow .acceptPrivacyContainer label.error {
	width: 100%;
	padding: 0;
	text-align: right;
}
.formRow input[type=text], .formRow textarea.contactText, .formRow .privacyContainer {
	width: 594px;
	float: left;
}

.contact_form textarea {
	min-height: 0 !important
}
.formRow textarea.contactText {
	min-height: 200px !important;
}
.formRow textarea.privacy {
	width: 100%;
	min-height: 60px !important;
}

		
/* media queries */
@media (max-width: 1200px) {
	.formRow input[type=text],
	.formRow textarea.contactText,
	.formRow .privacyContainer {
		width: 444px;
	}
}
@media (max-width: 979px) {
	.formRow input[type=text],
	.formRow textarea.contactText,
	.formRow .privacyContainer {
		width: 300px;
	}
}

@media (max-width: 767px) {
	.formRow label {
		width: 100%;
		float: none;
		/*margin-right: 12px;*/
		text-align: left;
	}
	.formRow label.error {
		padding-left: 0;
	}
	.formRow input[type=text],
	.formRow textarea.contactText,
	.formRow .privacyContainer {
		width: 98%;
		float: none;
	}
}

/* CONTACT PAGE */


/* FOOTER */
.footer_bottom {
    margin-top: 25px;
}

#footer h2.title a {
	color: #3A7CA7;
}
#footer h2.title a:hover {
	color: #fff;
}
.foot_right_block {
	padding-top: 0;
}
.follow_us a {
	background-image: url("../img/foot_socials.png");
}

#footer li.clickableBox:hover .date, #footer li.clickableBox:hover .author {
	text-decoration: underline;
}

.flags {
	/*width: 117px;*/
	float: left;
	margin-right: 7px;
}
.flags img:first-child {
	margin-right: 2px;
}
.copyrightText {
	width: 446px;
	float: left;
}
@media (max-width: 1199px){
	.copyrightText {
		width: 336px;
	}
	.header .logo {
		display: block;
		margin-top: -38px;
	}
	/*.sideNewsPageRow .span4 {
		padding-bottom: 10px;
		min-height: 100px;
		margin-bottom: 20px;
	}*/
}
@media (max-width: 979px) {
	.copyrightText {
		width: 228px;
	}
	.foot_menu li a {
		font-size: 11px;
	}
	.header .logo {
		display: block;
		margin-top: -50px;
	}
	/*.sideNewsPageRow .span4 {
		padding-bottom: 10px;
		min-height: 130px;
		margin-bottom: 20px;
	}*/
}
@media (max-width: 767px) {
	.copyrightText {
		width: 100%;
		margin: 8px 0;
	}
	.foot_menu li a {
		font-size: 12px;
	}
	.header .logo {
		display: block;
		margin-top: -50px;
	}
	/*.sideNewsPageRow .span4 {
		padding-bottom: 10px;
		min-height: 70px;
		margin-bottom: 20px;
	}*/
}
@media (max-width: 460px) {
	
	.header .logo {
		display: block;
		margin-top: -45px;
	}
}
@media (max-width: 420px) and (min-width: 371px){
	.header .logo {
		display: block;
		margin-top: -41px;
	}
}

@media  (max-width: 370px) and (min-width: 336px){
	.header .logo {
		display: block;
		margin-top: -39px;
	}
}

@media  (max-width: 335px) and (min-width: 321px){
	.header .logo {
		display: block;
		margin-top: -37px;
	}
}

@media (max-width: 320px) {
	
	.header .logo {
		display: block;
		margin-top: -34px;
	}
}
.viewAll{
	text-align:right;
	margin-top:17px;
	}
.viewAll a{
			color: #3A7CA7 !important;
		}
/* END FOOTER */

.fb_iframe_widget span iframe{
	max-width:450px;
}
.likeButton{
	width: 20px; 
	float: left; 
	margin-top: 5px;
}
.FBButtonContainer{	
	position:absolute;
	bottom:5px;
	left:0;
}

.staff{
	border-bottom: 1px solid #000;
	background-color: #e8e8e8;
	min-height: 150px;
}

.staffRole{
	color: #00a3db;
	font-weight: bold;
	font-size: 14px;
	margin-left: 10px;
	display: block;
	margin-top: 30px;
}

.titleStaff{
	margin: 0 0 0px 0 !important;
}

.staffName{
	text-transform: uppercase;
	background: #00a3db;
	padding: 5px 10px;
	font-size: 16px;
	line-height: 17px;
	color: #FFF;
	font-weight: bold;
}
.staffMail{
	color: #000;
	padding: 5px 10px 0 10px;
				
}

.staffMail a{
	cursor: pointer;
}

.staffDescription{
	padding: 5px 10px;
}
			
.partnerContactTitle{
	color: #00a3db;
	font-weight: bold;
}

.staff img{
	float: left; 
	margin: 10px 5px 0 10px;
}

.welcome_block span a{
	color: #00A3DB;
	text-decoration: none;
	cursor: pointer;
}

.aboutBox {
	margin-top:15px;
}

.aboutBox a{
	text-decoration: none;			
	color: gray;
}



/* deliverables page*/

.deliverable-item{
	margin-top: 25px;	
}

.deliverable-item .image-container
{
    width: 25%;
    float: right;
    min-height: 40px;
	text-align: right;
}

.deliverable-item .title-container
{
    width: 75%;
    float: left;
}
.deliverable-item .title-container h2
{
    line-height: 0;
}

.deliverable-item .title-container span
{
    font-size: 12px;
}

.deliverable-item .description-container
{
    margin-top: 10px;
}

.deliverable-download{
	margin-top: 10px;
	background: url('/images/downloadIcon.png') left center no-repeat;
	padding-left: 20px;
	margin-bottom: 10px;
}
/* end deliverables page*/

/* events page*/
.events-page .span4{
	padding-bottom: 10px;
}

.events-page .tagsContainer
{
	margin-top: 10px;				
}

.events-page .tagsContainerShort{
	color: #3A7CA7;
	
}
		
.events-page a{
	text-decoration: none;
}

.events-page h6{
	font-size: 18px;
	font-weight: bold;
	color: #00A3DB;
	line-height: 28px;
	margin: 0;
}

.gallery_overlay {
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	position: fixed;	
	padding: 3%;
	z-index: 9999;
	background-color: rgba(34, 34, 34, .7);
}

.camera_wraper{
	margin: auto;
}

.galleria{
	height: 100%;
}

.closeGallery {
	position: absolute;
	top: -15px;
	right: -15px;
	background-image: url('/img/close2.png');
	background-position: -7px -9px;
	height: 34px;
	width: 34px;
	cursor: pointer;
	z-index: 99999;
}

.gallery-container{
	padding-bottom: 20px;	
}

.galleria-container{
	height: 100%;
	position: relative;
}

.gallery-preview{	
	cursor: pointer;		
}
.gallery-preview:hover{	
	border: 3px solid #00A3DB;
}

.widgetContent h2{
	margin-bottom: 10px;	
}

	
.imgContainer .imgLink{
	width: 100%;		
}
	
/* end events page*/


.education-material{
			
	margin-top: 20px;
			
}

.education-material h2{
	border-bottom: 0px solid #000;
	background-image: none;
	margin: 25px 0 0 0;
}
				
.education-material h2 span{
	text-transform: none;
	font-size: 19px;
}


ul.links li{
	
}
ul.links li a{
	margin-top: 7px;
	display: block;
}



ul.links-deliverables {
    padding: 0;
    margin: 0;
    list-style: none;
}

ul.links-deliverables:hover a {
    text-decoration: none;
}
ul.links-deliverables h6 {
    margin-bottom:0;
    margin-top:15px;
}


/*Cookies*/
#ps-cookie-short {
    background-color:#00A3DB;
}
.ps-cookie-button {
    background-color:#000;
}

/* EDITOR PROPERTIES - PLEASE DON'T DELETE THIS LINE TO AVOID DUPLICATE PROPERTIES */
