/*
Theme Name: EFS, Erasmus University Rotterdam
Theme URI: http://www.erasmusfiscalstudies.nl
Author: VISSR Webdevelopment
Author URI: http://vissr.nl/
Description: Thema voor EFS.
Version: 3.0
*/

@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i,800,800i');

body {
	background: white;
	font-family: 'Open Sans', sans-serif;
	color: #414141;
	-webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 15px;
    padding-top: 130px !important;
}

.yellow {
	color: #fcc500; 
}

div#header-fixed {
	position: fixed;
	top: 0;
	width: 100%;
	background: white;
	z-index: 9999999999;
}

.filter_slide {
	display:none;
}

section#header-small {
	display:none;
}

section#header {
	padding-top: 15px;
}

section#header .container {
	padding: 0;	
}

section#header .container .row {
	border-bottom:  1px solid #cccccc;
}

section#header .container div {
	padding: 0;
}

.efs-logo-mobile {
	display: none;
}

.efs-search-mobile {
	display: none;
	font-size: 24px;
	margin-left: 40px;
}

section#header h1 {
	font-weight: bold;
	font-size: 30px;
	position: relative;
	bottom: -15px;
	transition: all 0.3s ease-out;
	color: #1b1b1b !important;
	text-decoration: none !important;
}

section#header a:hover {
	text-decoration: none !important;
}

section#header .efs-logo {
	width: 250px;
	float: right;
	position: relative;
	top: -20px;
	margin-bottom: -25px;
	transition: all 0.3s ease-out;
}

section#header .erasmus-logo {
	width: 125px;
	float: right;
}

.navbar .container {
	padding-left: 0;
	position: relative;
	left: 0px;
}

.navbar.navbar-light {
	background: white !important;
}

.navbar ul li a {
	color: #fcc500 !important;
	font-weight: bold;
	font-size: 16px;
	margin-right: 10px;
}

.navbar ul li a:hover {
	color: #414141 !important;
}

.navbar ul li.active a {
	color: #414141 !important;
}

.navbar .search {
	background: #efefef;
	border: 0;
	font-size: 14px;
	position: relative;
	color: #222520;
	padding-left: 30px;
	width: 150px;
	margin-right: 20px;
}

.navbar .form-inline {
	position: relative;
}

.navbar .form-inline:before {
	font-family: FontAwesome;
    content: "\f002";
    color: #222520;
    position: absolute;
    left: 10px;
    top: 7px;
    z-index: 2;
}

section#visual {
	background: url(images/header-afbeelding.jpg);
	height: 590px;
	background-size: cover;
	background-position: center bottom;
	border-bottom: 10px solid #fcc500;
	padding: 0;
}

section#visual.small {
	height: 500px;
}

section#bottom-visual {
	background: url(images/header-afbeelding.jpg);
	height: 590px;
	background-size: cover;
	background-position: center bottom;
	padding: 0;
}

section#bottom-visual.small {
	height: 500px;
}

section#visual .btn-light {
	background: none;
	border-radius: 0;
	color: white;
	font-weight: 700;
	border: 2px solid white;
	font-size: 18px;
	float:right;
	margin-top: 510px;
	border-radius: 5px;
}

section#visual.small .btn-light {
	float:right;
	margin-top: 420px;
	border-radius: 5px;
}

section#visual .btn-light:hover {
	background: white;
	color: #fcc500;
}

section#services {
	padding-top: 80px;
	padding-bottom: 30px;
}

section#services .service .service-header {
	background-size: cover;
	background-position: center center;
	height: 175px;
	border-bottom: 5px solid #fcc500;
}

section#services .service h1 {
	font-size: 24px;
	font-weight: 600;
	margin-top: 20px;
	margin-bottom: 20px;
	padding-left: 20px;
}

section#services .service h1 a {
	text-decoration: none !important;
	color: #414141;
}

section#services .service a {
	color: #fcc500;
	text-decoration: none;
	font-weight: 600;
}

section#services .service a:hover {
	color: black;
}

section#services .service-content {
	position: relative;
	padding-left: 70px;
	padding-right: 20px;
}

section#services .service-content:before {
    font-family: FontAwesome;
    content: "\f054";
    background: #fcc500;
    padding: 3px 7px 3px 9px;
    border-radius: 50px;
    color: white;
    position: absolute;
    left: 20px;
    top: 0;
}

section#testimonial {
	color: white;
	font-size: 22px;
	padding-top: 50px;
	padding-bottom: 20px;
	border-bottom: 1px solid #ccc;
}

section#testimonial .top {
	background: #17437b;
}

section#testimonial .btn-light {
	background: none;
	border-radius: 0;
	color: white;
	font-weight: 700;
	border: 2px solid white;
	font-size: 15px;
	border-radius: 5px;
}

section#testimonial .btn-light:hover {
	background: white;
	color: #004971;
}

section#testimonial .image {
	width: 300px;
	height: 300px;
	background-size: cover;
	background-size: center center;
	border-radius: 500px;
	position: absolute;
	top: -0px;
}

section#testimonial .bg-white {
	color: #414141;
}

section#testimonial .top {
	padding-top: 40px;
}

section#testimonial .details {
	padding-top: 40px;
}

section#testimonial .text {
	padding-bottom: 40px;
}

section#testimonial .details, section#testimonial .details h1  {
	font-size: 18px;
}

section#testimonial .details h1 {
	font-weight: 700;
	color: #fcc500;
	position: relative;
	padding-left: 50px;
	font-size: 22px;
}

section#testimonial .details p {
	padding-left: 50px;
}

section#testimonial .details h1:before {
    font-family: FontAwesome;
    content: "\f138";
    color: #414141;
    position: absolute;
    left: 0;
    font-size: 1.7em;
    top: -7px;
}

section#video {
	padding-top: 40px;
	padding-bottom: 40px;
}

section#video h1 {
	text-align:center;
	font-weight: bold;
	font: 30px;
	margin-bottom: 40px;
}

section#video h2 {
	font-weight: bold;
	font: 26px;
	margin-bottom: 20px;
}

section#video a {
	color: #fcc500;
	text-decoration: none;
	font-weight: 600;
}

section#video a:hover {
	color: black;
}

section#video .youtube {
	margin-top: -3px;
	margin-right: 5px;
}

section#news {
	background: #fcc500;
	padding-top: 40px;
	padding-bottom: 40px;
}

section#news h1 {
	color: white;
	font-weight: bold;
	margin-bottom: 40px;
	font-size: 2rem;
}

section#news .btn-light {
	background: none;
	border-radius: 5px;
	color: white;
	font-weight: 700;
	border: 2px solid white;
	font-size: 15px;
	margin-left: 15px;
}

section#news .btn-light:hover {
	background: white;
	color: #fcc500;
}

section#news .news {
	background: white;
	margin-bottom: 40px;
	border-top: 5px solid #17437b;
}

section#news .news a {
	color: #fcc500;
	text-decoration: none;
	font-weight: 600;
}

section#news .news a:hover {
	color: black;	
}

section#news .news h1 {
	color: #fcc500;
	font-size: 20px;
	font-weight: bold;
	margin: 0 0 10px 0;
}

section#news .news .date {
	font-size: 12px;
	color: #ccc;
}

section#news .news .header {
	height: 180px;
	background-size: cover;
	background-position: center center !important;
}

section#news .news .content:before {
    font-family: FontAwesome;
    content: "\f054";
    background: #fcc500;
    padding: 3px 7px 3px 9px;
    border-radius: 50px;
    color: white;
    position: absolute;
    left: 20px;
    top: -10px;
}

section#news .news .content {
	padding: 30px 20px 20px 20px;
	position: relative;
}

section#rotterdam .container {
	padding-top: 40px;
	padding-bottom: 40px;
}

section#rotterdam h1 {
	font-weight: bold;
	font: 30px;
	margin-bottom: 40px;
}

section#rotterdam .header {
	height: 350px;
	background-size: cover;
	background-position: center center;
	background-image: url(images/rotterdam.jpg);
}

section#footer {
	padding-top: 40px;
	padding-bottom: 40px;
	background: #606060;
	color: white;
}

section#footer a {
	color: white;
	text-decoration: none;
}

section#footer a:hover {
	color: black !important;
}

section#footer .col-md-3 {
	margin-bottom: 20px;
}

section#footer h1 {
	color: white;
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 20px;
}

section#footer ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

section#footer .social-button {
	background: white;
	padding: 2px 8px;
	color: grey;
	font-size: 24px;
}

section#footer ul li:before {
	font-family: FontAwesome;
    content: "";
    color: white;
    position: absolute;
    left: 0;
    top: 0;
}

section#footer ul li {
	position: relative;
	padding-left: 0;
	margin-top: 5px;
	margin-bottom: 5px;
}

section#footer ul li a {
	color: white;
	text-decoration: none;
}

section#footer hr {
	border-color: white;
}

section#footer .disclaimer {
	text-align: center;
	font-size: 12px;
}

section#content {
	padding-top: 40px;
	padding-bottom: 40px;
}

section#content a {
	color: #fcc500;
	text-decoration: none;
}

section#content a:hover {
	color: black;
}

section#content h1 {
	font-weight: bold;
	font-size: 32px;
	color: #fcc500;
	margin-bottom: 40px;
}

section#content h2 {
	font-weight: bold;
	font-size: 24px;
	color: #414141;
	margin-bottom: 40px;
}

section#content h1.black {
	color: #414141;
}

section#content .btn-light {
	background: none;
	border-radius: 5px;
	color: #fcc500;
	font-weight: 700;
	border: 2px solid #fcc500;
	font-size: 15px;
}

section#content .btn-light:hover {
	background: #fcc500;
	color: white;
}

section#content .btn-secondary {
	background: none;
	border-radius: 5px;
	color: #cccccc;
	font-weight: 700;
	border: 2px solid #cccccc;
	font-size: 15px;
}

section#content .btn-secondary:hover {
	background: #cccccc;
	color: white;
}

section#route {
	padding-top: 40px;
	padding-bottom: 40px;
}

section#route h1 {
	font-weight: bold;
	font-size: 30px;
}

section#route h2 {
	font-size: 24px;
	margin-top: 40px;
	margin-bottom: 20px;
}

.docent-box {
	margin-bottom: 20px !important;
	width: 100% !important;
}

.docent-box .media-heading {
	font-size: 15px;
	color: #fcc500;
	font-weight: bold;
}

.docent-box strong {
	font-weight: bold;
}

.docent-box em {
	font-weight: normal !important;
	font-style: normal !important; 
}

.media {
	display: inline-block;
}

.docent {
	margin-right: 20px; 
	width: 100px !important;
	height: 100px !important;
	float: left;
	background:#eee;
	background-size: cover !important;
	background-position: center center;
}

.docent.bigger {
	width: 125px !important;
	height: 125px !important;
}

.docent-info {
	overflow:hidden;
	word-wrap: normal;
}

.agenda {
	margin-top: 40px;
}

.agenda h2 {
	font-weight: bold;
	font-size: 22px;
}

i.fa-circle {
	color: #ccc;
	font-size: 0.8em;
	margin-right: 10px;
}

.agenda-filters span {
	margin-right: 35px;
}

.agenda .content {
	background: #fcc500;
	padding: 30px 30px 10px 30px;
	position: relative;
	margin-top: 30px;
}

.agenda .content:before {
	font-family: FontAwesome;
    content: "\f054";
    background: white;
    padding: 3px 7px 3px 9px;
    border-radius: 50px;
    color: #fcc500;
    position: absolute;
    left: 30px;
    top: -12px;
}

.agenda .content a {
	color: #414141;
	text-decoration: none;
	font-weight: bold;
	margin-right: 10px;
}

.agenda .content a:hover {
	color: black;
}

.publications-filters a {
	margin-right: 20px;
	margin-bottom: 10px;
}

table thead th {
	background: #f5f5f5;
}

.table .fa-angle-up {
	color: #fcc500;
	float: right;
	margin-top: 3px;
}

.card {
	border-radius: 0;
	border: 2px solid #fcc500;
	margin-top: 10px;
}

.card .card-header {
	background: white;
	border-bottom: 0 solid;
}

.card .card-header a {
	color: #fcc500;
	font-weight: 700;
	font-size: 15px;
}


.card .card-header a:after {
	font-family: FontAwesome;
    content: "\f139";
    color: #fcc500;
    position: absolute;
    right: 16px;
    top: 15px;
    z-index: 2;
    font-size: 20px;
}

.card .card-header a.collapsed:after {
	font-family: FontAwesome;
    content: "\f13a";
    color: #fcc500;
    position: absolute;
    right: 16px;
    top: 15px;
    z-index: 2;
}

.alert-info {
	background: #f1f1f1;
	color: #414141;
	border: 0;
	font-size: 15px;
	padding: 5px 15px;
}

.alert-info h1 {
	color: #fcc500 !important;
	font-size: 17px !important;
	margin: 10px 0 5px 0 !important;
}

.alert-info ul {
	margin-bottom: 10px;
}

.alert-info ul li {
	list-style-type: none;
	position: relative;
}

.alert-info ul li:before {
	font-family: FontAwesome;
    content: "\f138";
    color: #414141;
    position: absolute;
    left: -25px;
    top: 0;
    z-index: 2;
}

.submenu ul {
	margin-bottom: 10px;
	margin-left: 0;
	padding-left: 30px;
	font-size: 18px;
}

.submenu ul li {
	list-style-type: none;
	position: relative;
}

.submenu ul li.active a {
	color: #414141 !important;
}

.submenu ul li:before {
	font-family: FontAwesome;
    content: "\f138";
    color: transparent;
    position: absolute;
    left: -25px;
    top: 0;
    z-index: 2;
}

.col-lg-12 {
	margin-top: 20px;
}

.reference {
	clear:both;
	margin-top: 20px;
}

.reference-header {
	cursor: pointer;
}

.reference-header img {
	width: 60px;
}

.reference-body {
	display:none;
}

.reference em {
	font-weight: normal;
}

.fancybox-container {
    z-index: 1000000000000000 !important;
}

.gallery img {
	margin-bottom: 3px !important;
}

a.grey {
	color: #414141 !important;
}

a.grey:hover {
	color: #fcc500 !important;
}

.more-link {
	font-weight: bold;
}

.programme-card a {
	font-weight: bold !important;
}

input[type=radio] {
	margin-right: 10px;
}

.wpcf7-submit {
	background: none;
	border-radius: 5px;
	color: #fcc500;
	font-weight: 700;
	border: 2px solid #fcc500;
	font-size: 15px;
}

.calendar {
	background: #fcc500;
	text-align:center;
	display: inline-block;
	padding: 10px 10px 10px 10px;
	width: 60px;
	text-transform: uppercase;
	color: white;
	float: left;
	margin-bottom: 20px;
	margin-right: 20px;
	font-weight: bold;
}

.calendar span {
	color: black;
}

.calendar-item {
	margin-bottom: 30px;
	display:inline-block;
}

.calendar-body {
	overflow: hidden;
}

@media(max-width: 768px) {
	.col-sm-hidden {
		display: none;
	}
	
	body {
		padding-top: 0 !important;
	}
}

@media(max-width: 992px) {
	.col-md-hidden {
		display: none;
	}
	
	.navbar ul {
		text-align: center;
	}
	
	.navbar .form-inline {
		display: none;
	}
	
	.login {
		display:none;
	}
	
	#header {
		display:none;
	}
	
	.navbar-toggler {
		border: 0;
	}
	
	.efs-logo-mobile {
		display: block;
		margin-left: auto;
		margin-right: auto;
		width:40%;
	}
	
	.efs-search-mobile {
		float: left;
		display: block;
	}
	
	.col-lg-6{
		margin-top: 20px;
	}
	
	.col-md-3 {
		margin-top: 40px;
	}
}

@media(max-width: 1250px) {
	.navbar ul li a {
		font-size: 15px;
		margin-right: 5px;
	}
	
	#menu-item-6898 {
		display: none;
	}
	
	.navbar ul li:last-child a {
		margin-right: 0 !important;	
	}
	
	.login {
		display: none !important;
	}
}

@media(max-width: 1400px) {
	.form-inline {
		display: none;
	}
}

@media (min-width: 1400px) {
    .container{
        max-width: 1330px;
    }
}

@media (min-width: 980px) {
    .pull-right-lg {
        float: right;
        margin-top: 40px;
    }
}

@media(max-width: 992px) {
	#menu-item-6898 {
		display: block;
	}
}