/* IDENTIFIERS*/

#add-button {
	font-size: 0.85em;
	padding: 5px;
}
#content {
	text-align: justify;
}
#content h3, h4 {
	text-align: left;
}
#content h4 {
	font-weight: 100;
}
#content h4.bold {
	font-weight: bold;
}
#eduroam_logo {
	background-image: url(../images/eduroam_logo.png);
	background-position: left center;
	background-repeat: no-repeat;
	background-size: contain;
	color: #888888;
	float: left;
	margin-top: 20px;
	min-height: 50px;
}
#footericon {
	background-image: url(../images/AAI_logo2.png);
	background-position: 48% 100%;
	background-repeat: no-repeat;
	margin-bottom: 20px;
	min-height: 25px;
}
#logo_header {
	margin-top: 1.8em;
	min-height: 4em;
}
#logo_header div {
	background: #ffffff;
	display: none;
}
#logo_header h4 {
	float: left;
	height: 3.6em;
	margin: 0;
	max-width: 65%;
	padding: 0;
}
#logo_header h5 {
	float: left;
	height: 3.6em;
	margin: 0;
	max-width: 65%;
	padding: 0;
}
#logo_header img {
	float: right;
	margin-top: 0.1em;
	max-height: 3.8em;
	max-width: 35%;
}
.nagrade > img {
	display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 15px;
    border: 1px solid #e6e6e6;
  }
#srce_logo {
	background-image: url(../images/srce_logo.png);
	background-position: right center;
	background-repeat: no-repeat;
	background-size: contain;
	color: #888888;
	float: left;
	margin-top: 20px;
	min-height: 50px;
}
#wrapper {
	background: rgb(255, 255, 255);
	background: rgba(255, 255, 255, 0.80);
	box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.50);
	margin: 20px auto;
	max-width: 950px;
	moz-box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.50);
	webkit-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.50);
}

/* CLASSES */
.button {
	font-family: "Open Sans", "Helvetica Neue", "HelveticaNeue", Helvetica, Arial, "Lucida Grande", sans-serif;
}
.grey {
	color: #4D4D4D;
}

/* MEDIA QUERIES */

@media only screen and (max-width: 320px) {
	#eduroam_logo {
		margin-top: 20px;
		max-height: 30px;
		min-height: 30px;
	}
	#map_canvas {
		max-height: 440px;
	}
	#srce_logo {
		margin-top: 20px;
		max-height: 30px;
		min-height: 30px;
	}
	#wrapper {
		border-radius: 0;
		box-shadow: 0 0 0 rgba(0, 0, 0, 0.50);
		margin: 0;
		max-width: 980px;
		moz-box-shadow: 0 0 0 rgba(0, 0, 0, 0.50);
		webkit-box-shadow: 0 0 0 rgba(0, 0, 0, 0.50);
	}
}
@media screen and (max-width: 540px) and (orientation: landscape) {
	#map_canvas {
		max-height: 275px;
	}
	#wrapper {
		border-radius: 0;
		box-shadow: 0 0 0 rgba(0, 0, 0, 0.50);
		margin: 0;
		max-width: 980px;
		moz-box-shadow: 0 0 0 rgba(0, 0, 0, 0.50);
		webkit-box-shadow: 0 0 0 rgba(0, 0, 0, 0.50);
	}

}

/*Inverse logic because of stupid IE8, so the element is first hidden, then displayed if the screen width is above 940px*/
.hide-menu-name {
	display: none;
}

@media screen and (max-width: 940px) {
	.hide-menu-name {
		display: inherit !important;
	}
}

/* HTML ELEMENTS */

a {
	color: #3D739B;
}
a.social i.foundicon-facebook {
	color: #3B5998;
	font-size: 20px;
}
a.social i.foundicon-google-plus {
	color: #D44A2D;
	font-size: 20px;
}
a.social i.foundicon-twitter {
	color: #00ACED;
	font-size: 20px;
}
a.social:hover {
	position: relative;
	top: -3px;
}
a:hover {
	color: #759CBC;
}
body {
	background: #F2F2F2 url(../images/grain.png) 0 0 repeat;
	font-family: "Open Sans", "Helvetica Neue", "HelveticaNeue", Helvetica, Arial, "Lucida Grande", sans-serif;
}
footer a {
	max-width: 39px;
	min-width: 36px;
}
footer hr {
	margin-top: 0px;
}
form.custom div.custom.dropdown li {
	overflow: hidden;
	text-overflow: ellipsis;
}
h1 small, h2 small, h3 small, h4 small, h5 small, h6 small {
	font-family: 'Open Sans', sans-serif;
}
h1, h2, h3, h4, h5, h6 {
	color: #02698F;
	font-family: 'Open Sans', sans-serif;
	font-weight: 600;
}
hr#header_separator {
	margin-bottom: 5px;
}
label {
	font-family: 'Open Sans';
	font-size: 0.95em;
	font-weight: bold;
}
.tabs-content {
	background-color: white;
}
p {
	font-family: "Open Sans", "Helvetica Neue", "HelveticaNeue", Helvetica, Arial, "Lucida Grande", sans-serif;
	text-align: justify;
}
th {
	padding: 5px;
	text-align: center;
}
