@font-face {
    font-family: 'robotobold';
    src: url('../../fonts/roboto-bold-webfont.eot');
    src: url('../fonts/roboto-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/roboto-bold-webfont.woff') format('woff'),
         url('../fonts/roboto-bold-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'robotoregular';
    src: url('../fonts/roboto-regular-webfont.eot');
    src: url('../fonts/roboto-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/roboto-regular-webfont.woff') format('woff'),
         url('../fonts/roboto-regular-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'robotolight';
    src: url('../fonts/roboto-light-webfont.eot');
    src: url('../fonts/roboto-light-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/roboto-light-webfont.woff') format('woff'),
         url('../fonts/roboto-light-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'times';
    src: url('../fonts/times-webfont.eot');
    src: url('../fonts/times-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/times-webfont.woff2') format('woff2'),
         url('../fonts/times-webfont.woff') format('woff'),
         url('../fonts/times-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

body {
	font-family: robotolight, sans-serif;
	color: #2f3438;
	background: #fff;
}

a {
	color: #d40404;
}

a:hover, a:focus {
	color: #000;
	text-decoration: none;
}

.mainContent {
	border: none;
}

.header {
	background: none;
}

.navbar {
	margin-bottom: 12px;
	border: none;
}

.navbar-default {
	background: none;
}

.container-fluid {
	padding-right: 0;
}

.navbar-collapse {
	padding-right: 0;
}

.myMenu {
	margin-top: 48px;
}

.myBrand img {
	max-height: 109px;
}

.myBrand {
	top: 0;
	padding-top: 14px;
}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
	color: #000;
	border: 1px #d40404 solid;
	background: #fff;
}

.navbar-nav > li {
	border-right: none;
}

.navbar-nav > li:last-child {
	border-right: none;
}

.navbar-default .navbar-nav > li > a {
	color: #000;
	text-transform: uppercase;
	padding-left: 25px;
	padding-right: 25px;
	font-family: robotoregular, sans-serif;
	font-size: 16px;
	border: 1px #fff solid;
}

.navbar-nav > li:last-child a {
	margin-right: 0;
}

.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
	color: #000;
	border: 1px #d40404 solid;
}

.dropdown-menu {
	border: none;
	background: #eaeaea;
	border-radius: 0;
}

.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
	background: #eaeaea;
}

.dropdown-menu > li > a {
	color: #000;
	padding: 10px 25px;
	text-transform: uppercase;
	border-bottom: 1px solid #ccc;
}

.dropdown-menu > li:last-child > a {
	border-bottom: none;
}

.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
	background: #224e99;
	color: #fff;
}

.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
	background: #224e99;
}

li.lang-item-pl a, li.lang-item-en a, li.lang-item-de a {
	padding-left: 0!important;
	padding-right: 10px!important;
}

.navbar-default .navbar-nav > li.lang-item-pl > a:hover, .navbar-default .navbar-nav > li.lang-item-pl > a:focus {
	background: none;
}

.navbar-default .navbar-nav > li.lang-item-en > a:hover, .navbar-default .navbar-nav > li.lang-item-en > a:focus {
	background: none;
}

.navbar-default .navbar-nav > li.lang-item-de > a:hover, .navbar-default .navbar-nav > li.lang-item-de > a:focus {
	background: none;
}

.slider {
	max-width: 1480px;
	margin: 20px auto;
	border-bottom: 2px #d40404 solid;
}

.slider .panel {
	margin-bottom: 0;
}

.breadcrumb {
	background: none!important;
	font-size: 12px;
	font-style: italic;
}

.panel-default {
	border: none;
}

.panel {
	box-shadow: none;
}

.panel-default > .panel-heading {
	background: none;
	border: none;
}

.panel-title {
	font-family: robotoregular, sans-serif;
	margin-bottom: 20px;
	font-size: 30px;
	color: #d40404;
	text-transform: uppercase;
}

.nav-pills > li > a {
	border-radius: 0;
	font-size: 16px;
	border: 1px #fff solid;
}

.nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
	color: #000;
	border: 1px #d40404 solid;
	background: #fff;
}

.panel-body {
	line-height: 2;
}

.nav > li > a:hover, .nav > li > a:focus {
	color: #000;
	border: 1px #d40404 solid;
	background: #fff;
}

.category-realizacje .item-list img, .category-realizacje .item img {
	max-width: 250px;
}

.obraz-lista img, .obraz-lista img {
	max-width: 880px;
	width: 100%;
}

.thumbnail {
	border: 1px solid #dfdfdf;
	border-radius: 0;
}

textarea#tresc-kontakt {
	max-height: 203px;
}

input.wyslij, button.btn {
	border: 1px #fff solid;
    color: #d40404;
    float: right;
    font-family: robotolight;
    font-size: 15px;
    padding: 2px 15px;
    border-radius: 0;
}

button.btn {
	line-height: none;
}

input.wyslij:hover, button.btn:hover {
	color: #000;
	border: 1px #d40404 solid;
	background: #fff;
}

.hot {
	font-size: 24px;
	font-style: italic;
	text-align: center;
}

#metaslider_widget-6 .panel-title {
	text-align: center;
	font-size: 20px;
	margin-bottom: 15px;
	font-style: normal;
	font-family: robotolight, sans-serif;
}

.copyrights {
	color: #ababab;
	background: none;
	margin-top: 15px;
}

.copyrights a {
	color: #ababab;
	font-weight: bold;
}

.copyrights a:hover, .footer .copyright a:focus {
	color: #000;
}

.footer {
	background: #6c6c6c;
	color: #e5e5e5;
	border-bottom: 2px #d40404 solid;
	max-width: 1480px;
	margin: 0 auto;
	padding: 30px 0 0 0;
}

.footer .panel-body {
	padding-top: 0;
}

.footer .dolny {
	text-align: right;
}

.footer .nav .menu-item {
	text-align: left;
}

.footer .nav .menu-item a {
	color: #e5e5e5;
}

.footer .nav .menu-item a:hover {
	background: none;
	color: #fff;
	border: none;
}

.logo-footer {
	padding: 100px 0 45px 0;
}

.numer-footer {
	padding: 36px 0 0 0;
	font-size: 23px;
}

.media {
	margin: 0;
}

.pager li > a, .pager li > span {
	border-radius: 0;
}

body.single .media {
	margin-bottom: 0;
}

.item-list .panel-body {
	padding: 0;
}

.obraz-lista {
	margin-bottom: 15px;
}

a.obraz-href:hover {
	border-color: #224e99;
}

.media-body {
	display: inline;
}

.pagination > li > a, .pagination > li > span {
	color: #ed217c;
}

.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
	background: #ed217c;
	border-color: #ddd;
}

.pagination > li:first-child > a, .pagination > li:first-child > span {
	border-radius: 0;
}

.pagination > li:last-child > a, .pagination > li:last-child > span {
	border-radius: 0;
}

.form-control {
	border-radius: 0;
}

.logo-small {
	margin-top: 10px;
	height: 100px;
}

img.alignleft {
	float: left;
	margin-right: 25px;
}

img.alignright {
	float: right;
	margin-left: 25px;
}

article p {
	text-align: justify;
}

div.wpcf7-response-output {
	margin: 0;
	font-weight: bold;
}

button#catapultCookie {
	border-radius: 0!important;
}

.dolny .panel {
	background: none;
}

.metaslider .caption-wrap {
	opacity: 1!important;
	background: none!important;
	bottom: -29%!important;
	line-height: 7.5em!important;
	height: 100%;
}

.metaslider .caption {
	text-align: center;
	font-size: 4vw;
	font-family: robotobold;
} 

.metaslider .caption span {
	font-family: times;
	font-size: 8vw;
	font-style: italic;
	font-weight: bold;
}

#cookieChoiceInfo {
	padding: 15px!important;
	background: #fff!important;
} 

@media only screen and (max-width: 860px) {
	.metaslider .caption-wrap {
		bottom: -20%!important;
		line-height: 3em!important;
	}
}

.startowe {
	max-width: 1280px;
	margin: 30px auto 70px;
	overflow: hidden;
}

ul#startowe {
	list-style-type: none;
	padding: 0;
	mnargin: 0;
}

ul#startowe li {
	float: left;
	padding: 20px;
	max-width: 310px;
	margin: 40px 3px 0;
	text-align: center;
	background: #fff;
}

ul#startowe li:hover {
	border-color: #224e99;
}

ul#startowe li:hover img {
	border-color: #000;
}

ul#startowe li .panel {
	margin-bottom: 0;
}

ul#startowe li .panel-body {
	padding: 0;
}

ul#startowe li .panel-heading {
	padding: 0;
}

ul#startowe li img {
	padding: 10px;
	border: 1px #d40404 solid;
	border-radius: 140px;
}

ul#startowe li a {
	font-size: 24px;
	line-height: 55px;
	font-family: robotoregular;
}

#menu-stopka-menu-1 li a {
	padding-left: 25px;
}

#menu-stopka-menu-1 li:first-child a {
	padding-left: 0;
}

.home .mainRow {
	margin-top: 55px;
}

.home .mainRow h3 {
	text-transform: uppercase;
	padding-bottom: 20px;
	font-size: 30px;
}

.home .mainRow h3 a {
	cursor: auto;
}

.home .mainRow h3 a:hover {
	color: #d40404;
}

#text-3 h3 {
	font-size: 24px;
	font-family: robotolight, sans-serif;
	padding-bottom: 0;
	margin-bottom: 12px;
}

.category-realizacje article {
	max-width: 250px;
	float: left;
	margin-right: 65px;
	margin-bottom: 60px;
}

.category-realizacje article:last-of-type {
	margin-right: 0;
}

.item-list {
	border: 0;
}

input.wpcf7-submit {
	background: none;
	border: 1px solid #dfdfdf;
	padding: 5px 10px;
	width: 693px;
}

input.wpcf7-submit:hover {
	background: #224e99;
	color: #fff; 
}

div.wpcf7 .wpcf7-form-control {
 	max-width: 100%;
}

.single-post a.thumbnail {
	display: none;
}

#gallery-1 img:hover {
	border-color: #d40404;
}

.lang-item a:hover, .lang-item a:focus {
	border-color: #fff!important;
}

.item img.pfr {
	max-width: 100%;
	height: 100%;
}