@import url('https://fonts.googleapis.com/css?family=Lato&subset=latin-ext');
@import url("//maxcdn.bootstrapcdn.com/font-awesome/4.1.0/css/font-awesome.min.css");

body {
	margin: 0;
	font-family: 'Lato', sans-serif;
	font-size:15px;
}

a {
	color: #8c2633;
	text-decoration: none;
}

a:hover {
	color: #bd2431;
}

.content-node a {
	color: #bd2431;
}

.content-node a:hover {
	text-decoration: underline;
}

hr {
	border: 0;
	height: 1px;
	background-color: #aaaaaa;
	background: linear-gradient(to right, #ffffff , #858585, #ffffff);
}

#gorny_pasek {  /* the flags */
	position: absolute;
	top: 5px;
	right: 50px;
}

#grafika_wizerunkowa {
	background-color: #570418;
	height: 170px;
	width: 100%;
}

#main_site {
	width: calc(50% - 320px);
	height: 170px;
	display: inline-block;
	background-image: url('/wa/sites/all/themes/siw30/img/uamlogo_red20.png');
	background-position: right top;
	background-repeat: no-repeat;
}

#current_site {
	width: calc(50% + 320px);
	height: 170px;
	margin: 0 auto 0 auto;
	background-color: #570418;
	display: inline-block;
	background-image: url('/wa/sites/all/themes/siw30/img/wa_header.jpg');
	
	background-repeat: no-repeat;
}

#menu2 {
	width: 640px;
	background-color: #eeeeee;
	padding-left: calc(50% - 320px);
	position: relative;
	float: left;
	height: 33px;
}

ul.menu {
	background-color: #f6f6f6;
	margin: 0;
	list-style: none;
	padding: 0;
	width: 100%;
	display: table;
	font-size: 17px;
}

ul.menu li {
	display: inline-block;
	text-align: center;
	box-sizing: border-box;
	display: table-cell;
	margin: 0;
}

ul.menu li a {
	color: #000000;
	padding-top: 5px;
	padding-bottom: 3px;
	border-bottom: 2px solid #f6f6f6;
	display: block;
}

ul.menu li a:hover {
	border-bottom: 2px solid #bd2431;
	color: #570418;
}

/* for the admin menu */

.body ul {
	background-color: #ffffff;
	padding: 0;
}

.body ul li {
	display: block;
	background-color: #ffffff;
	text-align: left;
}

.body ul li a:hover {
	border-bottom: 0px;
}

/* /admin */

ul.menu li a:first-child {
	padding: 0 10px 0 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	display: block;
}

li.leaf {
	list-style-type: none;
	list-style-image: none;
	padding: 0;
}

#new_search_box {
	width: calc(50% - 320px);
	height: 33px;
	overflow: none;
	background-color: #eeeeee;
	float: left;
}

#new_search_box input {
	background-color: transparent;
	border: 0;
	margin-left: 30px;
	padding: 7px 0 7px 0;
	-webkit-transition: width 0.4s ease-in-out;
   transition: width 0.4s ease-in-out;
   width: 80px;
   height: 33px;
   box-sizing: border-box;
   outline: none;
}

#new_search_box input[type=text]:focus, #new_search_box input:not(:placeholder-shown) {
    width: 245px;
    border-bottom: 1px solid #cccccc;
}

#new_search_box_submit {
    position: relative;
    z-index: 1;
    left: -25px;
    top: 1px;
    color: #7B7B7B;
    cursor:pointer;
    width: 0;
}

/* MAIN */

#menus_and_content {
	width: 100%;
	background-color: #f6f6f6;
	position: relative;
	float: left;
}

#menu_lewe {
	width: calc(50% - 320px);
	float: left;
	vertical-align: top;
	padding-top: 20px;
}

.menu_lewe_naglowek {
	display: none;
}

.menu_lewe_tresc, .menu_lewe_naglowek {
	width: 245px;
	margin-left: auto;
	margin-right: 30px;
}

.menu_lewe_tresc p {
	border-left: 3px solid #eeeeee;
	background-color: #ffffff;
	margin: 0;
	padding: 10px 10px 5px 10px;
	font-size: 17px;
	font-weight: bold;
	color: #8c2633;
}

.menu_lewe_naglowek {
	box-sizing: border-box;
	border-left: 3px solid #eeeeee;
	background-color: #ffffff;
	padding: 10px 10px 5px 10px;
	font-size: 17px;
	font-weight: bold;
	color: #8c2633;
}

.menu_lewe_tresc ul {
	padding: 0;
	margin: 0 0 20px 0;
	background-color: #ffffff;
	list-style: none;
	border-left: 3px solid #eeeeee;
	display: block;
}

.menu_lewe_tresc ul li a {
	color: #000000;
	display: block;
	padding: 5px 10px 5px 10px;
	border: none;
	margin: 0;
}

.menu_lewe_tresc ul li {
	display: block;
	text-align: left;
	font-size: 15px;
	margin: 0;
	border: none;
}

.menu_lewe_tresc ul li a:hover {
	color: #570418;
	border-left: 3px solid #bd2431;
	margin-left: -3px;
	border-bottom: 0;
}

#tresc_strony {
	width: 640px;
	background-color: #ffffff;
	float: left;
	padding-bottom: 50px;
}

.item_list ul {
	padding-left: 0;
}

#tresc_wlasciwa {
	padding: 0 40px 0 40px;
	position: relative;
}

.pager li {
	display: inline-block;
}

#menu_prawe {
	width: calc(50% - 320px);
	float: left;
}

#search {
	display: none;
}

.container-inline, .menu_prawe_naglowek, #js_calendar_navigator, .menu_prawe_tresc {
	width: 245px;
	display: block;
	margin-left: 30px;
	margin-right: auto;
	background-color: #ffffff;
	box-sizing: border-box;
}

.container-inline, .menu_prawe_naglowek {
	margin-top: 20px;
}

.menu_prawe_naglowek {
	padding: 10px 10px 5px 10px;
	font-size: 17px;
	font-weight: bold;
	color: #8c2633;
}

/* FOOTER */

#footer_wrapper {
	background-color: #570418;
	color: #ffffff;
	display: block;
	padding: 20px;
	float: left;
	box-sizing: border-box;
	width: 100%;
}

#footer a {
	color: #e4dadc;
	font-size: 12px;
}

#footer a:hover {
	text-decoration: underline;
}

/* TEXT ATTRIBUTES */

.submitted {
	font-size: 12px;
	color: #aaaaaa;
}

#tresc_strony ul {
	padding-left: 15px;
}


/* HAMBURGER ANIMATION */

@media (max-width:940px){
	
	.hamburger_icon {
		position: absolute;
		float: right;
		margin-top: -82px;
		margin-right: calc(50% - 320px);
		background-color: transparent;
		border: 10px solid transparent;
		opacity: 0.5;
	}
	
	
	#nav-icon1, #nav-icon2, #nav-icon3, #nav-icon4 {
	  width: 40px;
	  height: 30px;
	  position: relative;
	  -webkit-transform: rotate(0deg);
	  -moz-transform: rotate(0deg);
	  -o-transform: rotate(0deg);
	  transform: rotate(0deg);
	  -webkit-transition: .5s ease-in-out;
	  -moz-transition: .5s ease-in-out;
	  -o-transition: .5s ease-in-out;
	  transition: .5s ease-in-out;
	  cursor: pointer;
	}
	
	#nav-icon1 span, #nav-icon3 span, #nav-icon4 span {
	  display: block;
	  position: absolute;
	  height: 6px;
	  width: 100%;
	  background: #bc2431;
	  border-radius: 2px;
	  opacity: 1;
	  left: 0;
	  -webkit-transform: rotate(0deg);
	  -moz-transform: rotate(0deg);
	  -o-transform: rotate(0deg);
	  transform: rotate(0deg);
	  -webkit-transition: .25s ease-in-out;
	  -moz-transition: .25s ease-in-out;
	  -o-transition: .25s ease-in-out;
	  transition: .25s ease-in-out;
	}
	
	.hamburger_icon:hover {
		opacity: 1;
	}	
	
	#nav-icon4 {
	}
	
	#nav-icon4 span:nth-child(1) {
	  top: 0px;
	  -webkit-transform-origin: left center;
	  -moz-transform-origin: left center;
	  -o-transform-origin: left center;
	  transform-origin: left center;
	}
	
	#nav-icon4 span:nth-child(2) {
	  top: 12px;
	  -webkit-transform-origin: left center;
	  -moz-transform-origin: left center;
	  -o-transform-origin: left center;
	  transform-origin: left center;
	}
	
	#nav-icon4 span:nth-child(3) {
	  top: 24px;
	  -webkit-transform-origin: left center;
	  -moz-transform-origin: left center;
	  -o-transform-origin: left center;
	  transform-origin: left center;
	}
	
	#nav-icon4.open span:nth-child(1) {
	  -webkit-transform: rotate(45deg);
	  -moz-transform: rotate(45deg);
	  -o-transform: rotate(45deg);
	  transform: rotate(45deg);
	  top: -2px;
	  left: 5px;
	}
	
	#nav-icon4.open span:nth-child(2) {
	  width: 0%;
	  opacity: 0;
	}
	
	#nav-icon4.open span:nth-child(3) {
	  -webkit-transform: rotate(-45deg);
	  -moz-transform: rotate(-45deg);
	  -o-transform: rotate(-45deg);
	  transform: rotate(-45deg);
	  top: 26px;
	  left: 5px;
	}
}

/* SLIDER */

#slideshowWrapper{position:relative;width:100%; margin-left: 5px;}
ul#slideshow{list-style:none;width:100%;overflow:hidden;padding:0;margin:20px 0 0 0;outline:none;}
#fssList{list-style:none;width:100%;margin:auto;padding:5px 0 0 45%;}
#fssList li{display:inline;padding-right:10px;}
#slideshow li a img {width: 100%;}
@media (min-width:550px){
	#slideshowWrapper {
		margin-left: 10px;
	}
}


/* RESPONSIVE */

@media (max-width:1200px){
	
	#gorny_pasek {  /* the flags */
		right: calc(100% - 925px);
	}	
	
	#main_site {
		width: 285px;
	}

	#current_site {
		background-image: url('/wa/sites/all/themes/siw30/img/wa_header_name.jpg');
		width: calc(100% - 285px);	
	}
	
	#menu2 {
		padding-left: 285px;	
		padding-right: calc(100% - 925px);
	}
	
	#menu_lewe {
		width: 285px;	
		padding-left: 15px;
		box-sizing: border-box;
	}
	
	#new_search_box {
		position: absolute;
		top: 130px;
		left: 660px;
		width: 265px;
		background-color: transparent;
		box-sizing: border-box;
		text-align: right;
	}

	#new_search_box input {
		margin-left: 10px;
		color: #ffffff;
	}
	
	#new_search_box input[type=text]:focus, #new_search_box input:not(:placeholder-shown) {
    	background-color: #7a0621;
    	border: 0;
    	padding-left: 5px;
	}
		
	#menu_prawe {
		width: 640px;
		float: left;
		margin-left: 255px;	
	}
}

@media (min-width:941px){
	#tresc_strony {
		min-height: 1450px;
	}
}

@media (max-width:940px){

	#gorny_pasek {  /* the flags */
		right: calc(50% - 310px);
	}	

	#grafika_wizerunkowa {
		background-color: #490314;
	}

	#main_site {
		display: none;
	}

	#current_site {
		background-image: url('/wa/sites/all/themes/siw30/img/wa_header_simple.jpg');
		width: 640px;
		margin-left: calc(50% - 320px);
	}
	
	#menu2 {
		padding-left: calc(50% - 320px);
		padding-right: calc(50% - 320px);
	}
	
	#menu_lewe {
		display: none;
		margin-left: calc(50% - 320px);
		width: 640px;
		padding: 0;
		background-color: #ffffff;
		padding-bottom: 5px;
		margin-bottom: 10px;
	}
	
	.menu_lewe_tresc, .menu_lewe_naglowek {
		width: 320px;
		float: left;
		margin: 0;
	}
	
	.menu_lewe_tresc p {
		border-left: 3px solid #ffffff;
	}
	
	.menu_lewe_naglowek {
		border-left: 3px solid #ffffff;
	}
	
	.menu_lewe_tresc ul {
		margin: 0;
		border-left: 3px solid #ffffff;
	}
	
	#new_search_box {
		position: absolute;
		left: calc(50% - 2px);
		top: 137px;
	}
	
	#tresc_strony {
		width: 640px;
		background-color: #ffffff;
		margin-left: calc(50% - 320px);
	}
	
	#menu_prawe {
		width: 640px;
		float: left;
		margin-left: calc(50% - 350px);
	}

}

@media (max-width:655px){

	#gorny_pasek {  /* the flags */
		right: 25px;
	}	

	#grafika_wizerunkowa {
		background-color: #490314;
	}

	#main_site {
		display: none;
	}

	#current_site {
		background-image: url('/wa/sites/all/themes/siw30/img/graf_wiz_siw_responsive.jpg');
		width: calc(100% - 30px);
		margin-left: 15px;
	}
	
	#menu2 {
		padding-left: 15px;
		padding-right: 15px;
		overflow-y: hidden;
		width: calc(100% - 30px)!important;
	}
	
	ul.menu {
		width: 100%;
		box-sizing: border-box;
	}
	
	ul.menu li {
		display: block;
		float: left;
	}
	
	#menu_lewe {
		display: none;
		margin: 0 15px 15px 15px;
		width: calc(100% - 30px);
		padding: 0;
		background-color: #ffffff;
		padding-bottom: 5px;
	}
	
	.menu_lewe_tresc, .menu_lewe_naglowek {
		width: 50%;
		float: left;
		margin: 0;
	}
	
	#new_search_box {
		position: absolute;
		left: calc(100% - 337px);
		top: 137px;
	}
	
	.hamburger_icon {
		margin-top: -82px;
		margin-right: 15px;
	}
	
	#tresc_strony {
		width: 100%;
		margin: 0;
		padding: 0 15px 0 15px;
		background-color: #f6f6f6;
		box-sizing: border-box;
	}
	
	#tresc_wlasciwa {
		padding: 0;
		margin: 0;
		background-color: #ffffff;	
		float: left;
		width: 100%;
	}
	
	#menu_prawe {
		width: calc(100% - 30px);
		float: left;
		margin-left: 15px;
		background-color: #ffffff;
	}
	
	#footer_wrapper {
		border-left: 15px solid #490314;
		border-right: 15px solid #490314;
	}

}

@media (min-width:570px){
	
	.responsive_extra_buttons {
		display: none;
	}
}