/**** ICOMOON ****/
@font-face {
	font-family: icomoon;
	src: url(../fonts/icomoon.eot?o1f6go);
	src: url(../fonts/icomoon.eot?o1f6go#iefix) format("embedded-opentype"), url(../fonts/icomoon.ttf?o1f6go) format("truetype"), url(../fonts/icomoon.woff?o1f6go) format("woff"), url(../fonts/icomoon.svg?o1f6go#icomoon) format("svg");
	font-weight: 400;
	font-style: normal;
}

[class*=" icon-"],
[class^="icon-"] {
	font-family: icomoon !important;
	speak: none;
	font-style: normal;
	font-weight: 400;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.icon-newsletter:before {
	content: "\e91a";
}

.icon-ltf:before {
	content: "\e913";
}

.icon-ltf-outline:before {
	content: "\e914";
}

.icon-academy:before {
	content: "\e915";
}

.icon-magazine:before {
	content: "\e916";
}

.icon-radio:before {
	content: "\e917";
}

.icon-tv:before {
	content: "\e918";
}

.icon-article:before {
	content: "\e900";
}

.icon-association:before {
	content: "\e901";
}

.icon-event:before {
	content: "\e902";
}

.icon-speech:before {
	content: "\e903";
}

.icon-sponsor:before {
	content: "\e904";
}

.icon-mail:before {
	content: "\e905";
}

.icon-linkedin:before {
	content: "\e906";
}

.icon-twitter:before {
	content: "\e907";
}

.icon-facebook:before {
	content: "\e908";
}

.icon-google:before {
	content: "\e909";
}

.icon-googleplus:before {
	content: "\e90a";
}

.icon-search:before {
	content: "\e919";
}

.icon-lock:before {
	content: "\e90b";
}

.icon-dropdown:before {
	content: "\e90c";
}

.icon-close:before {
	content: "\e90d";
}

.icon-menu:before {
	content: "\e90e";
}

.icon-next:before {
	content: "\e90f";
}

.icon-previous:before {
	content: "\e910";
}

.icon-up:before {
	content: "\e911";
}

.icon-down:before {
	content: "\e912";
}

/**** EKKO-LIGHTBOX ****/
.ekko-lightbox-container {
	position: relative;
}

.ekko-lightbox-nav-overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 100;
	width: 100%;
	height: 100%;
}

.ekko-lightbox-nav-overlay a {
	z-index: 100;
	display: block;
	width: 49%;
	height: 100%;
	font-size: 30px;
	color: #fff;
	text-shadow: 2px 2px 4px #000;
	opacity: 0;
	filter: dropshadow(color=#000000, offx=2, offy=2);
	-webkit-transition: opacity 0.5s;
	-moz-transition: opacity 0.5s;
	-o-transition: opacity 0.5s;
	transition: opacity 0.5s;
}

.ekko-lightbox-nav-overlay a:empty {
	width: 49%;
}

.ekko-lightbox a:hover {
	text-decoration: none;
	opacity: 1;
}

.ekko-lightbox .glyphicon-chevron-left {
	left: 0;
	float: left;
	padding-left: 15px;
	text-align: left;
}

.ekko-lightbox .glyphicon-chevron-right {
	right: 0;
	float: right;
	padding-right: 15px;
	text-align: right;
}

.ekko-lightbox .modal-footer {
	text-align: left;
}

/**** MAIN CSS ****/
*,
*:before,
*:after {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-ms-box-sizing: border-box;
}

.row-centered {
	text-align: center;
}

.col-centered {
	display: inline-block;
	float: none;
	text-align: center;
	margin-right: -4px;
}

.btn {
	white-space: normal !important;
	word-wrap: break-word;
}

img {
	-webkit-backface-visibility: hidden;
}

.img-responsive {
	display: inline-block;
	width: 100%;
}

.intro .img-responsive {
	width: 100%;
}

#logo_kopjra {
	width: 20%;
	margin-bottom: 40px;
}

#partners .img-responsive {
	width: 75%;
}

body {
	height: 100%;
	color: #12181e;
	font-family: "Source Sans Pro", sans-serif;
	font-weight: 400;
}

.page-wrapper {
	display: flex;
	min-height: 100vh;
	flex-direction: column;
}

a,
a:focus {
	color: #5198f4;
	font-weight: 600;
	text-decoration: none;
	-webkit-transition: all ease-in-out 0.15s;
	-o-transition: all ease-in-out 0.15s;
	transition: all ease-in-out 0.15s;
}

a.btn-default:focus {
	font-weight: 400;
}

a:hover {
	color: #2064a8;
	text-decoration: none;
	-webkit-transition: all ease-in-out 0.15s;
	-o-transition: all ease-in-out 0.15s;
	transition: all ease-in-out 0.15s;
}

p,
ul,
ol {
	font-family: "Source Sans Pro", sans-serif;
	font-weight: 400;
	font-size: 1.4em;
	line-height: 2em;
}

.cta-link {
	font-family: "Teko", sans-serif;
	font-size: 3rem;
	font-weight: 400;
}

h1 {
	font-family: "Lato", sans-serif;
	font-size: 4rem;
	font-weight: 400;
	color: #2064a8;
	text-align: center;
	letter-spacing: 2rem;
	padding-left: 2rem;
	margin-bottom: 4rem;
}

#overview-intro h1,
#academy-intro h1 {
	font-family: "Source Sans Pro", sans-serif;
	font-weight: 400;
	font-size: 3rem;
	letter-spacing: 0.2rem;
	line-height: 4rem;
	margin: 50px 0;
}

h2 {
	font-family: "Lato", sans-serif;
	font-size: 2.5rem;
	font-weight: 700;
	color: #2064a8;
	text-align: center;
	letter-spacing: 3px;
	padding-left: 1rem;
	text-transform: uppercase;
}

h3 {
	font-family: "Teko", sans-serif;
	font-size: 1.6em;
	font-weight: 200;
}

h4 {
	font-family: "Source Sans Pro", sans-serif;
	text-align: center;
	font-size: 1.5em;
	color: #888;
}

/**** NAVBAR ****/
.header {
	width: 100%;
	position: absolute;
	z-index: 1001;
}

.header ul {
	font-family: "Lato", sans-serif;
	font-weight: 600;
	text-transform: uppercase;
	border: none;
	font-size: 1.2em;
	letter-spacing: 3px;
}

.navbar {
	padding: 0;
	background-color: rgba(255, 255, 255, 0.5);
}

.navbar-brand {
	margin: 10px 20px;
	height: 40px;
	width: 40px;
	background: url(../img/logo_legaltechitaly.svg) no-repeat;
	background-size: cover;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.navbar-toggle {
	z-index: 3;
}

.navbar .navbar-collapse {
	text-align: center;
}

.nav > li > a:focus,
.nav > li > a:hover {
	text-decoration: none;
	background-color: transparent;
}

.nav > li {
	margin: 10px 15px 10px 15px;
}

.nav > .search-form {
	margin: 10px 15px 0px;
}

.navbar-nav > li > .btn-outline {
	top: 0;
	padding: 8px 20px !important;
}

.navbar-nav > li > a.btn-outline {
	padding-top: 0px;
	padding-bottom: 0px;
	margin-right: 20px;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.navbar-nav > li > a div {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	border-bottom: 2px solid #ccc;
	z-index: 1;
}

.navbar-nav > .active > a div {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	border-bottom: 2px solid #5198f4;
	z-index: 10;
}

.navbar-toggle .icon-bar {
	background-color: #5198f4;
}

nav a {
	padding-top: 10px !important;
	padding-bottom: 10px !important;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

nav .navbar-toggle {
	margin: 13px 15px 13px 0;
}

.navbar-fixed-bottom .navbar-collapse,
.navbar-fixed-top .navbar-collapse {
	max-height: 500px;
}

.nav-divider {
	border-left: 2px solid #5198f4;
	padding-bottom: 10px;
}

/**** NAVBAR SHRINK ****/
nav.navbar.shrink {
	min-height: 30px;
	background-color: rgba(255, 255, 255, 1);
	box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.1);
}

nav.shrink a {
	padding-top: 5px !important;
	padding-bottom: 5px !important;
}

nav.shrink .navbar-brand {
	margin: 10px 20px;
	height: 31px;
	width: 110px;
	background: url(../img/logo_legaltechitaly.svg) no-repeat;
	background-size: cover;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.navbar-toggle .icon-bar {
	display: block;
	width: 30px;
	height: 3px;
	border-radius: 1px;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.navbar-toggle {
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

nav.shrink .navbar-toggle {
	margin: 8px;
}

nav.shrink .navbar-toggle .icon-bar {
	display: block;
	width: 22px;
	height: 2px;
	border-radius: 1px;
}

nav.navbar {
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.header nav.shrink ul {
	font-family: "Source Sans Pro", sans-serif;
	font-weight: 600;
	border: none;
	font-size: 1em;
}

@media (min-width: 1050px) {
	.header nav.shrink .dropdown-menu {
		background-color: rgba(255, 255, 255, 1);
		box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.175);
		transition: all 0.3s ease;
		margin-top: 0px;
	}
}

nav.shrink .navbar-nav > li > .btn-outline {
	top: 0;
	padding: 3px 15px !important;
}

.navbar-nav #search-form {
	font-size: 1em;
	height: inherit;
}

.iframe-container iframe {
	aspect-ratio: 16 / 9;
	width: 100%;
}

/**** DEFAULT BUTTONS ****/
button:hover {
	-webkit-transition: all ease-in-out 0.15s;
	-o-transition: all ease-in-out 0.15s;
	transition: all ease-in-out 0.15s;
}

.btn-default {
	font-family: "Teko", sans-serif;
	font-size: 3rem;
	font-weight: 400;
	color: #fff;
	margin: 10px;
	padding: 15px 30px;
	background-color: #5198f4;
	border: none;
	border-radius: 4px;
	font-family: "Teko", sans-serif;
	letter-spacing: 1px;
	text-transform: uppercase;
}

.btn-default:focus,
.btn-default.focus {
	outline: none;
	color: #fff;
	background-color: #5198f4;
}

.btn-default:hover,
.btn-default:active:hover,
.btn-default.active:hover,
.btn-default:active:focus,
.btn-default.active:focus,
.btn-default:active.focus,
.btn-default.active.focus {
	outline: none;
	color: #fff;
	background-color: #2064a8;
}

.btn.focus,
.btn:focus,
.btn:hover {
	color: #fff;
}

.btn:active,
.btn.active {
	outline: none;
	-webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0);
	box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0);
}

.btn-secondary {
	font-family: "Teko", sans-serif;
	font-size: 3rem;
	font-weight: 400;
	margin: 10px;
	letter-spacing: 1px;
	text-transform: uppercase;
	color: #5198f4;
	background-color: transparent;
	padding: 13px 30px;
	border: 2px solid #5198f4;
	border-radius: 4px;
}

.btn-secondary:hover,
.btn-secondary:active:hover,
.btn-secondary.active:hover,
.btn-secondary:active:focus,
.btn-secondary.active:focus,
.btn-secondary:active.focus,
.btn-secondary.active.focus {
	background-color: #5198f4;
	border: 2px solid #5198f4;
}

.btn-outline {
	font-family: "Teko", sans-serif;
	font-weight: 400;
	font-size: 1.1em;
	letter-spacing: 1px;
	color: #5198f4;
	background-color: transparent;
	top: 9px;
	margin: 0px;
	padding: 3px 15px 3px 15px;
	border-radius: 0px;
	border: 2px solid #5198f4;
}

/**** BACKGROUNDS ****/
.intro {
	width: 100%;
	height: 100%;
	height: 100vh;
	text-align: center;
}

#overview-intro {
	background: url(../img/bg_intro.jpg) no-repeat center center scroll;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

#forum-intro {
	background: url(../img/bg_forum.jpg) 50% 0 repeat scroll;
	min-height: 50vh;
	height: 50vh;
	width: 100%;
	margin: 0 auto;
	position: relative;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

#academy-intro {
	background: url(../img/bg_academy.jpg) 50% 0 repeat scroll;
	min-height: 50vh;
	height: 50vh;
	width: 100%;
	margin: 0 auto;
	position: relative;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

#map-intro {
	background: url(../img/bg_map.jpg) 50% 0 repeat scroll;
	min-height: 50vh;
	height: 50vh;
	width: 100%;
	margin: 0 auto;
	position: relative;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

#awards-intro {
	background: url(../img/bg_awards.jpg) 50% 0 repeat scroll;
	min-height: 50vh;
	height: 50vh;
	width: 100%;
	margin: 0 auto;
	position: relative;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

#report-intro {
	background: url(../img/bg_report.jpg) 50% 0 repeat scroll;
	min-height: 50vh;
	height: 50vh;
	width: 100%;
	margin: 0 auto;
	position: relative;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

#magazine-intro {
	background: url(../img/bg_magazine.jpg) 50% 0 repeat scroll;
	min-height: 50vh;
	height: 50vh;
	width: 100%;
	margin: 0 auto;
	position: relative;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

/**** INTRO SECTION ****/
#main-section {
	flex: 1;
}

#main-section .img-responsive {
	width: 50%;
	margin: 100px 0;
}

@media (max-width: 520px) {
	#main-section .img-responsive {
		width: 75%;
	}
}

#logo {
	width: 100%;
}

#overview-intro .img-responsive {
	max-width: 100%;
}

.intro-content {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	margin: 10rem 0;
}

.intro-content h1 {
	margin: 0px;
}

@media (max-width: 520px) {
	#overview-intro > .container p {
		font-size: 1.4em;
		line-height: 1.7em;
	}
}

.login > .container p {
	font-size: 1.3em;
}

#overview-intro a img,
#overview a img,
.sponsor a img {
	opacity: 0.7;
	-webkit-transition: all ease-in-out 0.2s;
	-o-transition: all ease-in-out 0.2s;
	transition: all ease-in-out 0.2s;
}

#overview-intro a img:hover,
#overview a img:hover,
.sponsor a img:hover {
	opacity: 1;
}

.sponsor img {
	width: 75%;
}

.sponsor a img {
	margin: 10px;
}

.sponsor-flex {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.sponsor-flex img {
	width: 80%;
	height: auto;
}

.sponsor-flex div {
	max-width: 15%;
	margin: 20px;
}

#academy .sponsor img {
	margin: 30px 15px;
}

#metrics h1 {
	font-family: "Teko", sans-serif;
	letter-spacing: 1px;
	padding-left: 0;
	font-size: 4em;
	margin: 0;
	color: #5198f4;
}

.p-title {
	letter-spacing: 2px;
	color: #2064a8;
}

#metrics {
	margin-bottom: 50px;
}

#media-channels .post {
	margin-top: 20px;
	margin-bottom: 20px;
	vertical-align: top;
}

#media-channels i {
	font-size: 5em;
	color: #2064a8;
}

.media-icon {
	font-size: 7em;
	color: #2064a8;
}

.ltf-icon {
	max-height: 10em;
	max-width: 10em;
}

#organizers img {
	width: 75%;
	margin-bottom: 30px;
}

.paragraph {
	margin-bottom: 50px;
}

.filters-menu {
	min-width: 160px;
	padding: 5px 0;
	margin: 2px 0 0;
	font-size: 1.5em;
	border: 1px solid rgba(0, 0, 0, 0.05);
	border-radius: 0px;
	-webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.175);
	box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.175);
}

@media (max-height: 700px) {
	.intro-desktop {
		display: none !important;
	}

	.intro-mobile {
		display: flex !important;
	}

	#overview-intro .img-responsive {
		max-width: 70%;
	}

	#overview-intro > .container p {
		font-size: 1.3em;
		line-height: 1.7em;
	}
}

/**** SECONDARY SECTION ****/
.secondary-section {
	padding: 60px 0;
}

#about .col-xs-12 p {
	padding-top: 20px;
}

#media i {
	padding: 15px;
}

.gallery {
	margin: 50px 0;
}

@media (max-width: 768px) {
	.gallery div:first-child {
		margin-bottom: 30px;
	}
}

.startups-table td:nth-child(5),
.startups-table th:nth-child(5),
.startups-table td:nth-child(6),
.startups-table th:nth-child(6) {
	text-align: right;
}

.startups-table td:nth-child(3),
.startups-table th:nth-child(3),
.startups-table td:nth-child(4),
.startups-table th:nth-child(4) {
	text-align: center;
}

.under30-table td:nth-child(3),
.under30-table th:nth-child(3),
.under30-table td:nth-child(4),
.under30-table th:nth-child(4) {
	text-align: center;
}

/**** NEWSLETTER INPUT ****/
#mc_embed_signup {
	margin: 0px;
}

.form-control {
	font-family: "Source Sans Pro", sans-serif;
	font-weight: 300;
	font-size: 1.4em;
	padding-left: 10px;
	margin-bottom: 25px;
	height: 50px;
	border: none;
	border-bottom: 2px solid #bababa;
	border-radius: 0px;
	background-color: rgba(255, 255, 255, 0);
	-webkit-box-shadow: inset 0 0px 0px rgba(0, 0, 0, 0);
	box-shadow: inset 0 0px 0px rgba(0, 0, 0, 0);
	color: #444;
	-webkit-transition: all ease-in-out 0.15s;
	-o-transition: all ease-in-out 0.15s;
	transition: all ease-in-out 0.15s;
}

.form-control:focus {
	-webkit-box-shadow: none;
	box-shadow: none;
	color: #444;
	background-color: rgba(0, 0, 0, 0);
	border-color: #5198f4;
}

.form-control::-webkit-input-placeholder {
	color: #888;
}

.form-control:-moz-placeholder {
	color: #bababa;
}

.form-control::-moz-placeholder {
	color: #bababa;
}

.form-control:-ms-input-placeholder {
	color: #bababa;
}

.intro-academy .form-control::-webkit-input-placeholder {
	color: #444;
	font-weight: 200;
}

.intro-academy .form-control:-moz-placeholder {
	color: #444;
	font-weight: 200;
}

.intro-academy .form-control::-moz-placeholder {
	color: #444;
	font-weight: 200;
}

.intro-academy .form-control:-ms-input-placeholder {
	color: #444;
	font-weight: 200;
}

/**** EDITIONS PAGE ****/
.panel-left {
	margin-bottom: 30px;
	vertical-align: top;
}

.panel-heading {
	padding: 0;
	box-shadow: 0px 3px 20px rgb(202, 202, 202);
}

.panel-group .panel {
	margin-bottom: 0;
	border-radius: 4px;
	border: none;
}

.panel-default {
	border: none;
}

.panel-default > .panel-heading {
	color: #333;
	background-color: #fff;
	border: none;
	border-radius: 4px;
}

.accordion-collapse {
	max-height: 0px;
	position: relative;
	-webkit-transition: max-height 1s ease-in-out;
	-moz-transition: max-height 1s ease-in-out;
	-o-transition: max-height 1s ease-in-out;
	transition: max-height 1s ease-in-out;
}

.accordion-collapse.in {
	max-height: 5000px;
}

.edition-panel {
	min-height: 400px;
	height: auto;
	position: relative;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

.edition-panel a {
	margin: 0 0 50px;
}

.edition-panel .img-responsive {
	padding: 50px 25px 40px;
	border-radius: 8px;
	width: 85%;
}

@media (max-width: 400px) {
	.edition-panel .img-responsive {
		width: 100%;
		padding: 25px;
	}
}

#editions h1 {
	margin-bottom: 40px;
}

.edition-panel h3 {
	font-family: "Teko", sans-serif;
	font-size: 3em;
	font-weight: 400;
	letter-spacing: 1px;
	color: #5198f4;
	text-align: center;
	text-transform: uppercase;
	padding: 20px 40px 0px 40px;
}

.edition-panel h4 {
	padding: 0px 40px 20px;
	color: #2064a8;
}

.edition-panel p {
	font-size: 1.2em;
	padding: 10px 40px 40px 40px;
}

.accordion-body {
	border: 2px solid #eaeaea;
}

.accordion-body h2 {
	font-size: 2.3em;
	font-weight: 500;
	margin: 40px 0px 0px 0px;
}

.accordion-body h3 {
	font-size: 1.5em;
	font-weight: 500;
	padding: 0;
	margin: 30px 0px 10px 0px;
}

.accordion-body p {
	font-size: 1.3em;
	font-weight: 400;
	padding: 0;
	color: #888;
}

.accordion-body ul {
	padding: 0;
}

.accordion-padding {
	padding-bottom: 40px;
}

.time {
	font-weight: 300;
}

.edition-panel .btn-outline {
	font-family: "Source Sans Pro", sans-serif;
	font-weight: 600;
	font-size: 1.4em;
	padding: 7px 20px;
	margin-bottom: 50px;
	color: #5198f4;
	background-color: transparent;
	border-radius: 0px;
	border: 2px solid #5198f4;
}

.edition-panel .btn-outline:hover {
	color: #fff;
}

#editions > .container {
	margin-bottom: 30px;
}

/*** TABLES ***/
table {
	font-size: 1.2em;
	margin-top: 30px;
}

th {
	text-transform: uppercase;
	color: #2064a8;
}

.table > thead > tr > th {
	border-bottom: none;
}

.table > tbody > tr > td,
.table > tbody > tr > th,
.table > tfoot > tr > td,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > thead > tr > th {
	padding: 10px;
	line-height: 1.42857143;
	vertical-align: top;
	border-top: none;
}

/**** VIDEO PAGE ****/
.gallery-header {
	text-align: left;
	border-bottom: 2px solid #444;
	margin: 30px 0px 15px 0px;
}

.gallery-header h2 {
	float: left;
	margin: 0;
}

.gallery-header .form-inline {
	margin-bottom: 10px;
	display: table;
}

.thumbnail {
	border: none;
	padding: 0px;
}

.thumbnail img {
	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	-ms-filter: grayscale(100%);
	-o-filter: grayscale(100%);
	filter: grayscale(100%);
	cursor: pointer;
	-webkit-transition: all ease-in-out 0.3s;
	-o-transition: all ease-in-out 0.3s;
	transition: all ease-in-out 0.3s;
}

.thumbnail img:hover {
	-webkit-filter: grayscale(0%);
	-moz-filter: grayscale(0%);
	-ms-filter: grayscale(0%);
	-o-filter: grayscale(0%);
	filter: none;
	cursor: pointer;
}

.thumbnail .caption {
	padding: 5px 0px 0px 0px;
}

.caption a {
	font-size: 1em;
	font-weight: 500;
	color: #999;
}

.caption a:hover {
	color: #5198f4;
}

.caption > p {
	font-size: 0.9em;
	margin: 5px 0px 0px 0px;
	line-height: 1.5;
}

.ekko-lightbox .modal-content {
	background-color: transparent;
	border: 5px solid #fff;
}

.ekko-lightbox .modal-body {
	padding: 0;
}

.ekko-lightbox .modal-header {
	height: 0;
	min-height: 0;
	padding: 0;
	visibility: hidden;
}

.ekko-lightbox .embed-responsive {
	position: inherit;
}

/**** GET INVOLVED PAGE ****/
#call-to-actions {
	margin-bottom: 20px;
}

#call-to-actions .post {
	vertical-align: top;
	margin-bottom: 60px;
}

#call-to-actions i {
	font-size: 5em;
	margin: 50px 0px 20px 0px;
	color: #5198f4;
}

#call-to-actions .btn {
	font-weight: 600;
	font-size: 1.1em;
	top: 9px;
	margin: 10px 0px 0px 0px;
	padding: 8px 15px 8px 15px;
}

.noresize {
	resize: none;
}

.vresize {
	resize: vertical;
}

/**** GET INVOLVED MODAL ****/
#actionModal .form-group {
	margin: 20px;
}

#actionModal .form-control {
	font-family: "Source Sans Pro", sans-serif;
	font-weight: 300;
	font-size: 1.1em;
	border: none;
	height: auto;
	margin: 10px 0px 0px 0px;
	padding: 10px 0px 10px 10px;
	border: 2px solid #ccc;
	border-radius: 0px;
	background-color: rgba(0, 0, 0, 0);
	-webkit-box-shadow: inset 0 0px 0px rgba(0, 0, 0, 0);
	box-shadow: inset 0 0px 0px rgba(0, 0, 0, 0);
	-webkit-transition: all ease-in-out 0.15s;
	-o-transition: all ease-in-out 0.15s;
	transition: all ease-in-out 0.15s;
}

#actionModal .form-control:focus {
	-webkit-box-shadow: none;
	box-shadow: none;
	color: #444;
	background-color: rgba(255, 255, 255, 0);
	border-color: #5198f4;
}

#actionModal .btn {
	font-family: "Source Sans Pro", sans-serif;
	font-size: 1.4em;
	font-weight: 400;
	color: #fff;
	padding: 10px 30px;
	margin: 0px 0px 20px 0px;
	border: none;
	border-radius: 0;
}

/**** SCROLL-TO-TOP ****/
.scroll-top-wrapper {
	position: fixed;
	opacity: 0;
	visibility: hidden;
	overflow: hidden;
	z-index: 99999999;
	right: 30px;
	bottom: 30px;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.scroll-top-wrapper.show {
	visibility: visible;
	cursor: pointer;
	opacity: 1;
}

.scroll-top-wrapper > .btn-default {
	font-size: 1.5em;
	margin: 0;
	padding: 11px 15px 10px 15px;
	letter-spacing: normal;
}

/**** FOOTER ****/
.footer h2 {
	font-size: 1.6em;
	margin-bottom: 15px;
}

.footer .form-control,
.gallery-header .form-control {
	font-family: "Source Sans Pro", sans-serif;
	font-weight: 400;
	font-size: 1.1em;
	display: inline-block;
	height: 30px;
	width: 90%;
	border: none;
	padding-left: 5px;
	margin: 15px;
	border-bottom: 2px solid #bababa;
	border-radius: 0px;
	background-color: rgba(255, 255, 255, 0);
	-webkit-box-shadow: inset 0 0px 0px rgba(0, 0, 0, 0);
	box-shadow: inset 0 0px 0px rgba(0, 0, 0, 0);
	color: #444;
	-webkit-transition: all ease-in-out 0.15s;
	-o-transition: all ease-in-out 0.15s;
	transition: all ease-in-out 0.15s;
}

.footer .form-control:focus,
.gallery-header .form-control:focus {
	-webkit-box-shadow: none;
	box-shadow: none;
	color: #444;
	background-color: rgba(255, 255, 255, 0);
	border-color: #5198f4;
}

.footer {
	color: #444;
	background-color: #eaeaea;
	bottom: 0;
}

.footer .row .col-centered {
	vertical-align: top;
	margin-top: 20px;
}

.checkbox label {
	font-family: "Source Sans Pro", sans-serif;
	font-weight: 300;
	font-size: 0.9em;
}

.footer .btn-default {
	font-size: 2.5rem;
	padding: 10px 30px;
}

.btn-default.disabled,
.btn-default.disabled.active,
.btn-default.disabled.focus,
.btn-default.disabled:active,
.btn-default.disabled:focus,
.btn-default.disabled:hover,
.btn-default[disabled],
.btn-default[disabled].active,
.btn-default[disabled].focus,
.btn-default[disabled]:active,
.btn-default[disabled]:focus,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default,
fieldset[disabled] .btn-default.active,
fieldset[disabled] .btn-default.focus,
fieldset[disabled] .btn-default:active,
fieldset[disabled] .btn-default:focus,
fieldset[disabled] .btn-default:hover {
	background-color: #5198f4;
	border-color: #5198f4;
}

.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
	opacity: 0.6;
}

#address p {
	margin-top: 40px;
	margin-bottom: 40px;
	text-align: center;
	font-size: 1.2em;
}

#social {
	margin: 35px 0 0;
}

#social a {
	font-size: 1.5em;
	margin: 0 15px;
}

#footer-link {
	font-family: "Lato", sans-serif;
	font-size: 1.1em;
	margin-bottom: 50px;
}

/**** PRIVACY MODAL ****/
.modal-header {
	padding: 10px 10px 0px;
	border-bottom: none;
}

.modal-content {
	border: none;
	border-radius: 4px;
	-webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0);
	box-shadow: 0 5px 15px rgba(0, 0, 0, 0);
}

.modal-body {
	padding: 50px;
}

.modal-body p {
	margin: 0 0 50px 0;
	text-align: left;
}

.modal.fade .modal-dialog {
	-webkit-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	transform: translate(0, 0);
}

.modal-footer {
	text-align: center;
}

.privacy p,
ul,
ol {
	font-size: 1em;
}

.privacy h3 {
	font-size: 1.4em;
}

#disclaimer {
	font-size: 1.2em;
}

#contentpub #poweredBy {
	visibility: hidden;
}

/**** COOKIE DISCLAIMER ****/
.cookie {
	font-family: "Source Sans Pro", sans-serif;
	font-weight: 400;
	padding-top: 0.7em;
	padding-bottom: 0.7em;
	color: #444;
}

.cookie > p {
	margin-bottom: 0;
	font-size: 1.2em;
}

.cookieButton {
	font-size: 1.2em;
	margin-bottom: 10px;
	top: 3px;
	padding: 5px 15px;
}

.cookieModalButton {
	font-size: 1.2em;
	margin: 0;
	padding: 10px 30px;
}

.cookieHideAnim {
	-webkit-transform: translate(0%, 100%);
	-moz-transform: translate(0%, 100%);
	-ms-transform: translate(0%, 100%);
	transform: translate(0%, 100%);
}

.cookieShowAnim {
	-webkit-transform: translate(0%, 0%);
	-moz-transform: translate(0%, 0%);
	-ms-transform: translate(0%, 0%);
	transform: translate(0%, 0%);
}

.cookieContainer {
	position: fixed;
	display: block;
	bottom: 0;
	width: 100%;
	z-index: 100;
	background-color: rgba(255, 255, 255, 0.9);
	transition: transform 1s ease-in-out;
}

/**** RESPONSIVE TUNING ****/
@media (max-width: 768px) {
	h1 {
		font-size: 3.5rem;
		font-weight: 400;
		color: #2064a8;
		text-align: center;
		letter-spacing: 2px;
		padding-left: 2px;
		margin-bottom: 4rem;
	}

	p {
		font-size: 1.2em;
	}

	#academy-intro h1 {
		font-size: 2.5em;
		margin: 30px 0px 10px;
	}

	#academy-intro h2 {
		font-size: 1.3em;
		margin: 30px 0px 20px;
	}

	.intro .img-responsive {
		margin-bottom: 30px;
	}

	.intro-academy #search-form {
		font-size: 1.3em;
		margin: 0px;
	}

	.intro-academy .input-group-addon {
		font-size: 2em;
	}

	.btn-round {
		font-size: 1.2em;
		margin: 5px;
		padding: 5px 15px;
		border-radius: 100px;
	}

	.editions-bt .btn {
		padding: 10px;
	}

	.collapsing,
	.collapse.in {
		background: rgba(255, 255, 255, 1);
	}

	#main-nav > .pull-right {
		float: none !important;
	}

	#main-nav {
		text-align: center;
		border-top-width: 0px;
		margin-top: 15px;
	}

	#dropdownMenu1 {
		font-size: 1.2em;
	}

	.dropdown-menu > li > a {
		font-size: 0.8em;
		line-height: 2;
		color: #444;
	}

	.active > a {
		color: #5198f4;
	}

	.navbar {
		margin: 0px;
	}

	.navbar-nav {
		margin: 20px;
	}

	.navbar .btn-outline {
		top: 0px;
	}

	.navbar-nav > li > a.btn-outline {
		margin: 0px;
	}

	#media-channels .col-xs-12 {
		margin-top: 50px;
	}

	.btn-donation {
		margin: auto;
		margin-top: 20px;
		margin-bottom: 30px;
	}

	.login h1 {
		font-size: 2.4em;
		margin-bottom: 0px;
	}

	.login .form-control {
		margin-bottom: 0px;
		height: 40px;
	}

	.login form {
		margin-top: 20px;
	}

	.login > .container p {
		font-size: 1.1em;
		margin: 0px;
	}

	.login .btn-default {
		padding: 10px;
		margin-top: 10px;
	}

	.btn-block {
		width: 95%;
		letter-spacing: 2px;
	}

	#metrics img {
		padding: 0em 4em 0em 4em;
		margin-top: 20px;
	}

	#metrics p {
		margin-bottom: 20px;
	}

	.member {
		margin: 0px;
	}

	.member img {
		padding: 0em 2em 0em 2em;
	}

	.service img {
		padding: 0em 4em 0em 4em;
	}

	.gallery-header h2 {
		float: none;
		margin: 0;
	}

	.sponsor-flex {
		justify-content: space-around;
	}

	.sponsor-flex img {
		width: 80%;
	}

	.sponsor-flex div {
		max-width: 40%;
		margin: 0;
	}
}

@media (max-width: 1050px) {
	#main-nav,
	.navbar {
		background-color: rgba(255, 255, 255, 1);
	}

	.navbar-header {
		float: none;
	}

	.navbar-left,
	.navbar-right {
		float: none !important;
	}

	.navbar-toggle {
		display: block;
	}

	.navbar-collapse {
		border-top: 1px solid transparent;
		box-shadow: inset 0 1px 0 rgba(255, 255, 255, 1);
	}

	.navbar-fixed-top {
		top: 0;
		border-width: 0 0 1px;
	}

	.navbar-collapse.collapse {
		display: none !important;
	}

	.navbar-nav {
		float: none !important;
		margin-top: 7.5px;
	}

	.navbar-nav > li {
		float: none;
	}

	.navbar-nav > li > a {
		padding-top: 10px;
		padding-bottom: 10px;
	}

	.collapse.in {
		display: block !important;
	}

	.navbar-nav .open .dropdown-menu {
		position: static;
		float: none;
		width: auto;
		margin-top: 0;
		background-color: transparent;
		border: 0;
		-webkit-box-shadow: none;
		box-shadow: none;
	}
}

@media (min-width: 768px) {
	.form-inline .input-group .form-control,
	.form-inline .input-group,
	.form-inline .input-group .input-group-btn {
		width: 100%;
	}
}

#main-nav .dropdown-menu {
	font-size: 16px;
	min-width: auto;
	margin-top: 10px;
}

#main-nav .dropdown-menu > li > a {
	padding: 5px 30px;
}

#main-nav .nav .open > a {
	background-color: #00000000;
}
