﻿@charset "utf-8";
@import url(https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css);

/*
KOLORY EUROMEDIC:

czerwony: #e3000f;
ciemnoszary: #6f6f6e;
jasnoszary: #cfcfcf;

*/

a, p, span {
	font-family: "Verdana";
	font-size: 13px;
}

@font-face {
    font-family: 'Euromedic';
    src: url('../assets/Euromedic-Medium/euromedic-medium.eot');
    src: url('../assets/Euromedic-Medium/euromedic-medium.eot') format('embedded-opentype'),
         url('../assets/Euromedic-Medium/euromedic-medium.woff') format('woff'),
         url('../assets/Euromedic-Medium/euromedic-medium.ttf') format('truetype'),
         url('../assets/Euromedic-Medium/euromedic-medium.svg#EuromedicMedium') format('svg');
}

a {
	font-family: inherit;
	font-size: inherit;
	color: inherit;
	text-decoration:inherit;
	}

a.more-link {
text-decoration:none;
}

p a {
text-decoration: underline;
}

a:hover {
color: #e3000f;
}

.container a img {
	border-bottom: none;
	}

ul, ol {
	list-style: none;
	}

h1, h2, h3, h4, h5, h6, nav {
	font-family: 'Euromedic';
	font-weight: normal;
	text-transform:uppercase;
	}

.clear {
	clear: both;
	}

.hidden {
	display: none;
	}


/* Main CSS */


body {
	background: #fff;
	min-width:1200px;
	}

body, input, textarea, select {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	line-height: 20px;
	color: #6f6f6e;
	}

body > header, body section, body > footer {
	width:100%;
	clear:both;
	}

.pos-center {
	text-indent: 0px;
	display:block;
	width: 1200px;
	margin:0 auto;
	margin-left:auto;
	margin-right:auto;
	height: auto;
	position:relative;
	}

/* Ikonki przy tytułach: */

@font-face {
    font-family: 'Euromedic-icon';
    src: url('../assets/Euromedic-icon/euromedic-icon.eot');
    src: url('../assets/Euromedic-icon/euromedic-icon.eot') format('embedded-opentype'),
         url('../assets/Euromedic-icon/euromedic-icon.woff') format('woff'),
         url('../assets/Euromedic-icon/euromedic-icon.ttf') format('truetype'),
         url('../assets/Euromedic-icon/euromedic-icon.svg#EuromedicMedium') format('svg');
}

[class^="icon-"]:after, [class*=" icon-"]:after {
  font-family: "Euromedic-icon";
  font-style: normal;
  font-weight: normal;
  font-size:inherit;
  speak: none;

  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;

  font-variant: normal;
  text-transform: none;

  line-height: 1em;

  margin-left: .6em;
 }

.icon-nfz:after { content: 'n'; }
.icon-prywatnie:after { content: 'p'; }
.submenu div {display:none;}

/* HEADER */

body > header {
	background-color: #fff;
	height: 140px;
	border-bottom: 1px solid #fff;
	}


body > header h1 {
	float: left;
	margin:50px 0 20px 62px;
	}

body > header h1,
body > header h1 a {
	width: 150px;
	height: 45px;
	}

body > header h1 a {
	text-indent: -997em;
	display: block;
	background:url(../img/logo.svg) no-repeat;
	background-size: contain;
	background-position: center;
	}

	body > header h1.fifteen a {
	text-indent: -997em;
	display: block;
	background:url(../img/logo_15lat.png) no-repeat;
	line-height:140px;
	}

body > header h1.en a {
	text-indent: -997em;
	display: block;
	background:url(../img/logo.svg) no-repeat;
	background-size: contain;
	background-position: center;

	}

	/* menu główne */
body > header nav {
	float: right;
	margin-top: 62px;
	}

body > header nav ul.menu > li {
	float: left;
	margin-right: 15px;
	position: relative;
	}
body > header nav ul.menu > li:last-child {
	margin-right: 6px;
	}

body > header nav ul.menu > li > a {
	display: block;
	height: 22px;
	vertical-align:middle;
	line-height:25px;
	font-size: 16px;
	border-top: 2px solid rgba(0, 0, 0, 0);
	}

body > header nav ul > li > a:hover {
	border-top: 2px solid #e3000f;
	border-bottom: 2px solid #e3000f;
	color: #e3000f;
	}

body > header nav ul.menu li ul.submenu {
	background: #fff;
	position: absolute;
	top: 26px;
	padding:22px 0 10px 0;
	z-index:10;
	border-bottom: 5px solid #e3000f;
	display:none;
	white-space: nowrap;
	min-width:200px;
	}

	body > header nav ul.menu li ul.submenu > li > a {
		display: inline-block;
		height: 22px;
		line-height:25px;
		border-top: 2px solid transparent;
		border-bottom: 2px solid transparent;
		}

	body > header nav ul.menu li ul.submenu > li > a:hover {
		border-top-color: #e3000f;
		border-bottom-color: #e3000f;
		}

body > header nav ul > li.flag {
	margin-right: 5px;
	}

body > header nav ul > li.flag > a:hover {
	border-top: none;
	border-bottom: none;
	}

body > header nav ul > li.flag > a span {
	display:block;
	width: 20px;
	height: 12.5px;
	text-indent: -997em;
	border: 1px solid grey;
	background-size:contain;
	margin-bottom: 3px;
	}

body > header nav ul > li.flag > a span.flag-en {
	background-image: url('../img/flag-en.png');
	}
body > header nav ul > li.flag > a span.flag-pl {
	background-image: url('../img/flag-pl.png');
	}

@media all and (max-width: 1450px) {
  body > header nav ul.menu li ul.submenu.submenu-pos-right {
	right:0px;
	}
}


body > header nav ul.menu li ul.submenu li {
	padding: 6px 0;
	margin: 0 20px;
	}

body > header nav ul.menu li:hover ul.submenu {
	display:block;
	}


body > header nav ul.menu li:hover ul.submenu li.submenu-title {
	background-color: #e3000f;
	color: #fff;
	margin:10px 0;
	padding: 4px 20px;
	font-size:13px;

	}


div.pagination {
clear:both;
width:100%;
}

div.pagination .pagination-previous, div.pagination .pagination-next {
display:block;
}

/* SEKCJE */


.white {
	background: #fff;
	}

.lgrey {
	background: #cfcfcf;
	}

.dgrey {
	background: #6f6f6e;
	color: #fff;
	}

.box {
	display:table;
	text-align:center;
	padding: 10px 25px;
	margin: 30px auto 0;
	width:auto;
	text-indent:0;
	}

.box:first-child {
	margin-top: 0;
	}

.box h4 {
	margin-bottom: 10px;
	}

.box p {
	text-align: center;
	text-indent: 0px;
	}


.box, .white .box, .lgrey .box {
	border: 4px solid #6f6f6e;
	color: #6f6f6e;
	}

.box.red {
	border: 4px solid #e3000f;
	color: #e3000f;
	}

.dgrey .box {
	border: 4px solid #fff;
	color: #fff;
	}

.btn {
	display:table;
	font-family:"Euromedic";
	font-size:14px;
	text-transform:uppercase;
	text-align:center;
	padding: 10px 25px;
	margin: 30px auto;
	width:auto;
	text-indent:0;
	text-decoration: none;
	}

.btn, .white .btn, .lgrey .btn {
	border: 2px solid #e3000f;
	color: #e3000f;
	}

.dgrey .btn {
	border: 2px solid #fff;
	color: #fff;
	}

.btn:hover, .white .btn:hover, .lgrey .btn:hover, .btn-red {
	border: 2px solid #e3000f;
	background:#e3000f;
	color: #fff;
	}


.dgrey .btn:hover {
	border: 2px solid #fff;
	background:#fff;
	color: #6f6f6e;
	}

.btn-red:hover {
	border: 2px solid #fff;
	background:#6f6f6e;
	color: #fff;
	}



p {
	text-align:left;
	padding-bottom:10px;
	text-indent: 0px;
}

p img {
	text-indent:0px;
	}

span.nfz {
width: 30px;
height: 12px;
display: inline-block;
text-indent: -997em;
	background:url(../img/nfz.png) no-repeat;
	line-height: 1em;
	margin-right: 8px;
}

/* Ustawienia listy: */

section.multicolumn  ul li {
    list-style-type: none;
    position: relative;
	text-align: left;
	margin-left:20px;
	padding-left:10px;
}

section.multicolumn  ul li:after {
    content: "";
	width:10px;
	height:10px;
    position: absolute;
    left: -10px;
	top:5px;
	display:block;
}


section.multicolumn.white  ul li:after,
section.multicolumn.lgrey  ul li:after {
    background-color: #e3000f;
}

section.multicolumn.dgrey  ul li:after {
    background-color: #fff;
}


/* Ustawienia wspólne: */
@media screen and (-webkit-min-device-pixel-ratio:0) {
  section.uslugi_header, section#header {
  background-attachment: initial !important;
background-size: 80% !important;
background-position: center -top !important;
  }

    .slider div {
  background-attachment: initial !important;
background-size: 100% !important;
background-position: center -top !important;
  }
}


section {
	height: auto;
	}

section h2 {
	font-size: 26px;
	margin: 0 auto;
	padding: 75px 0;
	line-height: 30px;
	text-align:center;
	clear:both;
	}

/* sekcja Multicolumn */
section.multicolumn {
	float:left;
	}

section.multicolumn .column {
	width:276px;
	margin: 0 12px;
	float:left;
	padding-bottom: 80px;
	text-align:center;
	}

section.multicolumn .twocolumn {
	width:575px;
	margin: 0 12px;
	float:left;
	padding-bottom: 80px;
	text-align:center;
	}

section.multicolumn .column img,
section.multicolumn .twocolumn img {
	width:100%;
	height: auto;
	}


section.multicolumn .underlined:after {
	display:block;
	margin:0 auto;
	content:"";
	border-bottom:2px solid #e3000f;
	width: 45%;
	height:0;
	padding-top: 20px;
	}

section.multicolumn h3 {
	margin-top:20px;
	margin-bottom:20px;
	font-size: 18px;
	}

section.multicolumn h5 {
	font-size: 14px;
	font-weight: normal;
	margin: 14px 0;
	}



section.multicolumn .column h3 {
    margin-top:0;
}

section.multicolumn h3 span {
	font-size: 14px;
	}

section.multicolumn .line-top:before {
	display:block;
	margin: 0 auto 55px;
	content:"";
	border-bottom:2px solid #e3000f;
	width: 65px;
	height:0;
	}

section.multicolumn h4 {
	font-size: 14px;
	}

section.multicolumn h3+h4:before {
	display:block;
	margin:15px auto;
	content:"";
	border-bottom:2px solid #e3000f;
	width: 65px;
	height:0;
	}

section .projekt-ue {
	padding: 130px 40px 90px;
	background:url(../img/ue-baner.jpg) center top no-repeat;
	text-align:center;
	}

section .projekt-ue p {
		text-align:center;
		width: 680px;
		margin: 0 auto;
	}

section .tab-container ul {
	margin: 120px auto 0;
	width: 100%;
	height: 140px;
	border-bottom: 1px solid #ddd;

	}

section .tab-container li {
	width: auto;
	float: left;
	margin-left: 0 !important;
	padding-left:0 !important;
	}

section .tab-container li a {
	margin:5px !important;
	padding: 10px 20px;
	}

section .tab-container li:after {
	display:none !important;
	}

section .tab-container div table,
section .tab-container div p {
	margin: 0 auto;
	width: 540px;
	}

section .tab-container div p:first-of-type {
	margin-top: 30px;
	border-top: 1px solid #ddd;
	padding-top: 10px;
	}

section .tab-container div table tr td {
	padding: 5px 10px;
	}

section .tab-container div table tr:nth-child(even) {
	background: #efefef;
	}

section .tab-container div table tr td:first-of-type {
	width: 400px;
	}

section .tab-container div table tr td:nth-of-type(2) {
	width: 140px;
	text-align: right;
	}

/* Sekcja Slider */
section.slider {
	float:left;
	position:relative;
	}

a#slider-prev {
position: absolute;
left:50px;
top:50px;
}

a#slider-next {
position: absolute;
right:50px;
top:50px;
}

a.next-btn {
position: absolute;
right:50px;
top:35px;
}

section.slider .column {
	width:425px;
	margin: 0 12px;
	float:left;
	padding-bottom: 40px;
	text-align:center;
	}

section.slider img {
	width:650px;
	margin: 0 12px;
	float:right;
	padding-bottom: 40px;
	}

section.slideshow .slider .column {
	background: none;
	}

#mapa {
position:relative;
height:660px;
}

#mapa h2 {
position: absolute;
display:block;
width:100%;
text-align: center;
z-index:10;
pointer-events:none;
background:rgba(255,255,255,.5);
}

#map {
position: absolute;
top:0;
height: 660px;
width:100%;
z-index:5;
}

.map_content {
width:450px;
}

.map_content  h3 {
width:100%;
display:block;
text-align:center;
padding: 10px 0 20px;
}

.map_content  img {
float:left;
margin: 0 20px 20px 0
}

.map_content  div {
float:left;
width:200px;
}


	/* FOOTER */
	/* góra */

body > footer section {
	height: 240px;
	}

body > footer section div.column {
	float:left;
	width:240px;
	padding: 0 28px;
	margin: 30px 0;
	text-align:left;
	}

body > footer section div.column {
	border-left: 1px solid #6f6f6e;
	}

body > footer section div.column:first-child {
	border-left: none;
	}

body > footer section h3 {
	font-size:19px;
	margin-bottom:20px;
	}

body > footer section {
	font-size:14px;
	}

	/* dół */

body > footer aside {
	height: 110px;
	}

body > footer nav {
	float: left;
	margin-left:20px;
	height: 110px;
	position:absolute;
	left:0;
	}

body > footer nav ul > li {
	float: left;
	margin-right: 20px;
	}

body > footer nav ul > li a {
	display: table-cell;
	height: 22px;
	vertical-align:middle;
	line-height:110px;
	font-size: 12px;
	}

body > footer nav ul > li a:hover {
	color: #cfcfcf;
	}

body > footer aside a#logo-nfz {
	float:right;
	display:block;
	text-indent:-997em;
	background:url(../img/logo-nfz.png) no-repeat;
	width: 68px;
	height: 25px;
	margin:42.5px 20px;
	position:absolute;
	right:175px;
	}

body > footer aside a#logo-mediraty {
	float:right;
	display:block;
	text-indent:-997em;
	background:url(../img/logo-mediraty.png) no-repeat;
	width: 85px;
	height: 50px;
	margin:30px 20px;
	position:absolute;
	right:75px;
	}

body > footer aside a#logo-sto {
	float:right;
	display:block;
	text-indent:-997em;
	background:url(../img/logo-sto.png) no-repeat;
	width: 50px;
	height: 50px;
	margin:30px 20px;
	position:absolute;
	right:10px;
	}

body > footer aside.ue {
	height: 70px;
	background: none repeat scroll 0 0 #3f3f3e;
	}

body > footer aside.ue a {
	display:block;
	text-indent:-997em;
	background:url(../img/ue.png) no-repeat;
	width: 870px;
	height: 70px;
	margin: 0 auto;
	}

/* Ustawienia formularzy */

/*------------------------------------------------*/
/*-----------[Fast Secure Contact Form]-----------*/
/*------------------------------------------------*/

/* Alignment DIVs */
.fscf-div-form              { width:99%; max-width:555px; }
.fscf-div-left-box          { float:left; width:55%; max-width:270px; }
.fscf-div-right-box         { float:left; width:235px; }
.fscf-div-clear             { clear:both; }
.fscf-div-field-left        { clear:left; float:left; width:99%; max-width:550px; margin-right:10px; }
.fscf-div-field-prefollow   { clear:left; float:left; width:99%; max-width:250px; margin-right:10px; }
.fscf-div-field-follow      { float:left; padding-left:10px; width:99%; max-width:250px; }
.fscf-div-label             { text-align:left; padding-top:5px; }
.fscf-div-field             { text-align:left; }
.fscf-div-captcha-sm        { width:175px; height:50px; padding-top:2px; }
.fscf-div-captcha-m         { width:250px; height:65px; padding-top:2px; }
.fscf-image-captcha         { border-style:none; margin:0; padding:0px; padding-right:5px; float:left; }
.fscf-image-captcha-refresh { border-style:none; margin:0; padding:0px; vertical-align:bottom; }
.fscf-div-submit            { text-align:left; clear:both; padding-top:15px; }
.fscf-fieldset              { border:1px solid black; width:99%; max-width:550px; padding:10px; }

/* Styles of labels, fields and text */
.fscf-required-indicator { text-align:left; }
.fscf-required-text      { text-align:left; }
.fscf-hint-text          { font-size:x-small; font-weight:normal; }
.fscf-div-error          { color: #e3000f; }

.fscf-div-error :first-child        {
text-align:left;
display:table;
	text-align:center;
	padding: 10px 25px;
	margin: 30px auto 0;
	width:auto;
	text-indent:0;
		border: 4px solid #e3000f;
	color: #e3000f;
}
.fscf-div-redirecting    { text-align:left; }
.fscf-fieldset-field     { border:1px solid black; width:97%; max-width:500px; padding:10px; }
.fscf-label              { text-align:left; }
.fscf-option-label       { display:inline; }
.fscf-input-text         { text-align:left; margin:0; width:99%; }
.fscf-input-captcha      { text-align:left; margin:0; width:50px; }
.fscf-input-textarea     { text-align:left; margin:0; width:99%; height:120px; }
.fscf-input-select       { text-align:left; }
.fscf-input-checkbox     { width:13px; }
.fscf-input-radio        { width:13px; }
.fscf-button-submit      {

cursor:pointer; margin:0;
	display:table;
	font-family:"Euromedic";
	font-size:14px;
	text-transform:uppercase;
	text-align:center;
	padding: 10px 25px;
	margin: 30px auto;
	width:auto;
	text-indent:0;
	text-decoration: none;
		border: 2px solid #e3000f;
	color: #e3000f;
	background: white;
}

.fscf-button-submit:hover {
	border: 2px solid #e3000f;
	background:#e3000f;
	color: #fff;
}
.fscf-button-reset       { cursor:pointer; margin:0; }
.fscf-button-vcita       { text-decoration:none; display:block; text-align:center; background:linear-gradient(to bottom, #ed6a31 0%, #e55627 100%); color:#fff !important; padding:8px; }
.fscf-button-div-vcita   { border-left:1px dashed #ccc; margin-top:25px; padding:8px 20px; }
.fscf-powered-by         { font-size:x-small; font-weight:normal; padding-top:5px; text-align:center; }

/* Placeholder Style - WebKit browsers - Safari, Chrome */
::-webkit-input-placeholder { opacity:0.6; color:#333333; }

/* Placeholder Style - Mozilla Firefox 4 - 18 */
:-moz-placeholder { opacity:0.6; color:#333333; }

/* Placeholder Style - Mozilla Firefox 19+ */
::-moz-placeholder { opacity:0.6; color:#333333; }

/* Placeholder Style - Internet Explorer 10+ */
:-ms-input-placeholder { opacity:0.6; color:#333333; }


.btn-stick {
	position: absolute;
	top:0;
	right: 100px;
}

img {
	margin-top: 10px;
}

.btn-stick .btn {
	display: inline-block;
	border: none;
	margin-top: 0;
	margin-right: 0px;
	padding: 10px 16px;

}
