/*
Theme Name: etpalice
Author: Ewoud Schaafsma
*/

@import url('bootstrap/css/bootstrap.css');

body {
transition: all 0.3s ease;
}

#navbar-etpalice {
	background-color: #202e56;
}

#mc_embed_signup .mc-field-group input {
	color: #999;
}


.custom-socials{
	margin-top: 15px;
	padding-bottom: 5px;
	width: 100%;
}

.custom-search-form{
  	padding-right: 15px;
  	padding-bottom: 10px;
  	padding-left: 15px;
  	width: 100%;
}

input-group custom-search-form {
;
}

#social:hover {
    			-webkit-transform:scale(1.1);
-moz-transform:scale(1.1);
-o-transform:scale(1.1);
			}
#social {
color: #202e56;
				-webkit-transform:scale(0.8);
                /* Browser Variations: */
-moz-transform:scale(0.8);
-o-transform:scale(0.8);
-webkit-transition-duration: 0.5s;
-moz-transition-duration: 0.5s;
-o-transition-duration: 0.5s;
			}
/*
    Only Needed in Multi-Coloured Variation
                                               */
			.social-fb:hover {
				color: #007bb6;
			}
			.social-tw:hover {
			}
			.social-gp:hover {
				color: #d34836;
			}
			.social-em:hover {
				color: #f39c12;
			}


.socials_right {
	float: right;
}

.intranet {
	float: left;
}

#about_etpalice {
	padding-bottom: 20px;
}

#research-innovation-roadmaps {
	background-color: #f1f1f1;
	padding-top: 20px;
	padding-bottom: 20px;
}

.circle-text {
    width:100%;
    padding: 10px;
    float: left;
}
.circle-text:after {
    content: "";
    display: block;
    width: 100%;
    height:0;
    padding-bottom: 100%;
    background: #bfdbf5;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    border: 1px solid #222;

}
.circle-text div {
    float:left;
    width: 90%;
	padding-left: 10%;
  	padding-top: 36%;
    line-height:1em;
    margin-top:-0.5em;
    text-align:center;
    font-size: 1.2em;
    line-height: 1.4em;
    color:#222;
    font-weight: 300;
}

#recommondations {
	 padding-top: 40px;
  padding-bottom: 60px;

}

.navbar-default {
    background-color: none;
    border: none;
}


.widget-title {
	font-size: 14px;
	font-weight: 300;
}

#footer_etpalice {
	background-color: #202e56;
	padding-top:20px;
	color: #fff;
}

#colophone_etpalice {
	color: #222;
}

#home_blocks {
	background-color:#202e56;
	color: #fff;
	text-align: center;
	min-height:300px;
	border: 6px solid #f1f1f1;
	float: left;
	font-weight: 300;
}

#home_blocks:hover {
	background-color:#bfdbf5;
	font-weight: 500;
	cursor: pointer;
	opacity: .8;
	color: #202e56;
	transition: all 0.5s ease;
}

.home_blocks_text {
	text-align: left;
	font-weight: bold;
	padding-top: 9px;
	color: #fff;
}

.home_blocks_text:hover {
	color: #202e56 !important;
	}

#home_blocks_low {
	background-color:#202e56;
	color: #fff;
	text-align: center;
	min-height:150px;
	border: 6px solid #f1f1f1;
	float: left;
	font-weight: 300;
}

#home_blocks_low:hover {
	background-color:#bfdbf5;
	font-weight: 500;
	cursor: pointer;
	opacity: .8;
	color: #202e56 !important;
	transition: all 0.5s ease;
}

.fancybox img {
    height: auto;
    max-width: 100%;
    padding: 40px;
}
