/*
 * Copyright 2011-2016 Exentis
 * Dedicated StyleSheet


//@import url('https://fonts.googleapis.com/css?family=Roboto:400,400i,700&subset=latin-ext');
*/
@import url('https://fonts.googleapis.com/css?family=Roboto:300,400,400i,700&subset=latin-ext');

.pagination {
  width: 100%;
}

.pagination ul {
    display: table;
    margin: 0 auto;
    border-bottom: 1px solid #dddddd;
    padding: 0;
    border-left: 1px solid #dddddd;
}

.pagination ul li {
    list-style: none;
    float: left;
    padding: 5px 10px;
    border-right: 1px solid #dddddd;
    border-top: 1px solid #dddddd;
}

.pagination ul li a {
  	color: #b72828;
}

.tooltip {
  display: none !important;
}

body {
  font-family: 'Roboto', sans-serif;
  font-weight:400;
  font-style: normal;
  margin:0px;
  padding:0px;
  color:#333;
}

h1, h2, h3 {
	font-weight: 700;
    font-size: 18px;
    display: inline-block;
    margin: 35px 0px 0px;
    padding: 0;
    text-transform: uppercase;
    text-align: center;
    background-color: #0889c1;
    color: #fff;
    padding: 5px 20px;
}

div#right h3 {
  	display:block;
    text-align: center;
  	width:100%;
}

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

ul {
    list-style-position: inside;
}

.inline {
  	display:inline-block;
  	vertical-align:top;
}

.clear {
    clear: both;
}

.bold {
  	font-weight:700;
}

a {
  color:#0c68ba;
}

p {
    margin: 10px 0;
}

.blue {
    color:#0889c1;
}

div#first-section {
    margin-bottom: 3px;
}


#mainmenu ul {
  	padding:0px;
  	margin:0px;
  	list-style:none;
    margin-top: 0px;
    float: right;
}

#mainmenu ul li {
    float: left;
    padding: 0px 10px 0 10px;
    margin: 0px;
}

#mainmenu ul li:last-child {
    float: left;
    padding: 0px 0px 0 10px;
    margin: 0px;
}

#mainmenu ul li.item-116 {
  display:none;
}
#mainmenu ul li.active a {
border-bottom: 1px solid #0889c1;
}

#mainmenu ul li:hover a,
#mainmenu ul li.active a {
color:#0889c1;
}

#mainmenu li a {
    color: #333;
    font-size: 14px;
    text-transform: none;
    padding: 0px 0px 5px;
}

#mainmenu li a:hover {
    color:#0889c1;
}


div#logo p {
  	margin:10px 0;
}

div#logo img {
    max-width: 100%;
}

/*Search*/
div.search form {
    text-align: right;
    margin-top: 10px;
}

div.search form input#mod-search-searchword {
    width: 200px;
    outline: 1px solid #e6e6e6;
    border: 0px !important;
    padding: 5px;
}

div.search label.element-invisible {
    display: none;
}

/*BIP*/
div#bip p {
    margin: 0;
}

div#bip img {
    margin: 9px 0;
    float: right;
}

/*Slider*/

div#second-section {
    border-top: 5px solid #e6e6e6;
    margin-top: 10px;
	overflow: hidden;  
}

div#second-section #slider {
    padding:0px;
}

.card-grid_noflip,
.card-grid {
    height: 215px;
    width: 25%;
    margin: 0px;
    display: inline-block;
    float: left;
}

.section-sl {
    padding: 33px 0;
}

.section-si {
    padding: 0;
  	display:block;
  	margin:0 auto;
  	overflow:hidden;
}

.section-si p {
    margin: 0;
}

.section-sl, .section-si {
    height: 215px;
}

.section-1 {
    background-color: #d64d3c;
}

.section-3 {
    background-color: #85b61b;
}

.section-6,
.section-8 {
    background-color: #0889c1;
}

p.big_line {
    text-transform: uppercase;
    color: #fff;
    font-size: 22px;
    font-weight: 700;
    text-align: center;
}

p.small_line {
    text-transform: none;
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    text-align: center;
    margin: 2px;
}

p.small_line a {
    text-transform: none;
    color: #fff;
}

.section-1:after {
    content: "";
    position: absolute;
    height: 100%;
    display: block;
    width: 50vw;
    right: 100%;
    top: 0;
    background-color: #d64d3c;
}

.section-8:before {
    content: "";
    position: absolute;
    height: 100%;
    display: block;
    width: 50vw;
    left: 100%;
    bottom: 0;
    background-color: #0889c1;
}

body.itemid-101 .section-1:after {
    content: "";
    position: absolute;
    height: 50%;
    display: block;
    width: 50vw;
    right: 100%;
    top: 0;
    background-color: #d64d3c;
}

body.itemid-101 .section-8:before {
    content: "";
    position: absolute;
    height: 50%;
    display: block;
    width: 50vw;
    left: 100%;
    bottom: 0;
    background-color: #0889c1;
}

/*Imieniny*/

.second-subrow {
    background-color: #e6e6e6;
}

div#underslider div.imieniny {
    color: #0889c1;
    padding: 12px 0;
    font-weight: 700;
}

/*Contact Right*/

.custom.contactus {
    background: url(../images/shadow.png) 00% 100% no-repeat;
    margin-left: -13px;
}

.custom.contactus .contactwrapper {
    background: url(../images/kontakt.jpg) 100% 50% no-repeat;
    padding: 19px;
    margin: 8px 0px 0px 12px;
}

/*Licznik*/

div#right-middle {
    background-color: #0c68ba;
    float: left;
    width: 100%;
    margin: 25px 0 0;
}

div#right-middle p {
    color: #fff;
    font-size: 16px;
}

div#right-middle p a {
    color: #fff;
}

/*Rotator*/

div#right-bottom {
    float: left;
    width: 100%;
}

/*News*/


span.image-title {
    color: #fff;
    margin-left: 10px;
    margin-top: 7px;
    display: inline-block;
    width: 70%;
    font-size: 16px;
}


.latest-wrapper {
    float: left;
    min-height: 100px;
    margin-top: 20px;
    vertical-align: top;
    width: 100%;
    background-color: #e6e6e6;
    padding: 10px;
}

.img-wrapper {
/*    float: left;
    margin: 0 10px 0px 0px;
    overflow: hidden;*/
}

.img-wrapper img {
    width: 100%;
    height: auto;
  	border: 1px solid #fff;
}

.txt-wrapper {
/*  float:left;
  width: 65%;*/
}

span.mod-latest-date {
	border-bottom: 1px solid #fff;
    display: block;
    padding: 0 0 5px 25px;
    margin-bottom: 10px;
    background: url(../images/calendar.png) 0% 0% no-repeat;
  
}

.latest-wrapper h4 {
  display: block;
  width: 100%;
  margin: 0px;
  padding: 0;
}

.latest-wrapper h4 a {
    color: #333;
    margin: 0;
    font-size: 18px;
  	font-weight:700;
}

.latest-wrapper h4 a:hover {
	color: #3B465A;
}

.mod-latest-desc {
	margin-top: 15px;
}
.mod-latest-image {
	min-height: 100px;
}

ul.latestnews {
list-style: none;
padding: 0;
}

ul.latestnews li {
border-left: 1px solid #008dd2;
border-bottom: 1px solid #008dd2;
margin: 0 20px 10px 0;
padding-left:10px;  
-webkit-transition: 0.5s;
-moz-transition: 0.5s;
-o-transition: 0.5s;
-ms-transition: 0.5s;
transition: 0.5s;
}

ul.latestnews li:hover {
border-left: 10px solid #e20513;
border-bottom: 1px solid #008dd2;
}

ul.latestnews li:hover a span {
color: #e20513;
}

ul.latestnews li a span {
color:#000;
}

.pull-left.item-image {
  float:left;
  width: 250px;
  border: 1px solid  #fff;
  margin: 0 10px 10px 0;
  height:auto;
  overflow:hidden;
}

.pull-left.content-image {
  float:left;
  width: 250px;
  border: 1px solid  #fff;
  margin: 0 10px 10px 0;
  height:auto;
  overflow:hidden;
}

.pull-right.content-image {
  float:right;
  width: 250px;
  border: 1px solid #fff;
  margin: 0 0px 10px 10px;
  height:auto;
  overflow:hidden;
}


.content-image img,
.pull-left.content-image img,
.pull-right.content-image img,
.pull-left.item-image img {
  width: 100%;
  height:auto;
}


/*Sixt Section*/

div#sixth-section {
   	border-top: 5px solid #e6e6e6;
    margin: 25px 0 10px;  
  	padding-top:10px;
}

div#sixth-section p {
  text-align:center;
  margin:0px;
  font-size:13px;
  color:#333;
}

div#sixth-section ul {
  margin:0px;
  padding:0px;
  list-style:none;
}

div#sixth-section ul li,
div#sixth-section ul li a {
	font-size:12px;
  	margin:0px;
  	padding:0px;
  	color:#333;
}

/*!
 * Hover.css (http://ianlunn.github.io/Hover/)
 * Version: 2.0.2
 * Author: Ian Lunn @IanLunn
 * Author URL: http://ianlunn.co.uk/
 * Github: https://github.com/IanLunn/Hover

 * Made available under a MIT License:
 * http://www.opensource.org/licenses/mit-license.php

 * Hover.css Copyright Ian Lunn 2014. Generated with Sass.
 */

/* Underline From Center */

.banner--clone {
    position: fixed !important;
    top: -6px;
    left: 0;
    display:block;
    background-color:#fff;
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
    margin: 0 auto;
    width: 100%;
    z-index: 1000 !important;
  
}

.banner--clone div#logo img {
    margin: 10px auto 0;
}


.banner--clone div#mainmenu {
    margin: 0;
}

.banner--clone #button {
    display: none;
}

.banner--stick {
    -webkit-transform: translateY(0%);
    -ms-transform: translateY(0%);
    transform: translateY(0%);
    border-bottom: 1px solid #154633;
    -webkit-box-shadow: 0px 17px 27px -15px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 17px 27px -15px rgba(0,0,0,0.75);
    box-shadow: 0px 17px 27px -15px rgba(0,0,0,0.75);
}

.banner--unstick {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.banner--clone .banner--unstick #logo img {
    display:none;
}

.banner--clone input#mod-search-searchword {
    margin: 12px 20px 15px 0px;
}

.banner--clone div#logo img {
    height: 60px;
    position:relative;
}

/*Scroll Up*/
.scrollup {
    height: 40px;
    width: 60px;
  	background:url('../images/top.png') 0% 0% no-repeat;
    position: fixed;
    bottom: 20px;
    right: 20px;
    display: none;
    z-index: 10000;
    top: initial;
    color: #0889c1;
    font-size: 22px;
}

a.scrollup:hover {
	opacity:0.5;
  	filter: Alpha(Opacity=50);
}

.slicknav_menu {display:none;}

table.pricelist {
    width: 100%;
}

table.pricelist tr:nth-child(even) {
    background-color: #e6e6e6;
}

table.pricelist tr td {
    padding: 3px;
    vertical-align: top;
    text-align: left;
    border-bottom: 1px solid #85b61b;
}

table.pricelist tr td:nth-child(1) {
    width: 5%;
}

table.pricelist tr td:nth-child(2) {
    width: 35%;
}

table.pricelist tr td:nth-child(3) {
    width: 10%;
}

table.pricelist tr td:nth-child(4) {
    width: 10%;
}

table.pricelist tr td:nth-child(5) {
    width: 40%;
}

table.pricelist td.pricelist_mainheader {
    text-transform: uppercase;
    font-weight: 700;
    text-align: center !important;
    padding: 30px !important;
    font-size: 20px;
}

table.pricelist td.pricelist_header {
    text-transform: uppercase;
    font-weight: 700;
    text-align: center !important;
    padding: 10px !important;
    font-size: 16px;
}

.contact_rightside {
    padding:50px 20px;
  	background:url('../images/awarie_kontakt.jpg') 50% 50% no-repeat;
    margin-bottom: 25px;
}

.contact_rightside p {
    text-align: center;
    font-size: 20px;
    font-weight: 700;
    margin-top: 20px;
}

.contact_rightside p.blue {
    font-size: 28px;
}

.contact_leftside {
    font-size: 13px;
    margin-bottom: 25px;
}

.paddingcorrector {
  padding:0 5px;
}


/*Mods & Overrides*/

@media (max-width: 1478px) {

}

@media (max-width: 1200px) {
.custom.contactus .contactwrapper {
    background: url(../images/kontakt.jpg) 100% 50% no-repeat;
    padding: 30px 5px;
    margin: 8px 0px 0px 12px;
}

.contactwrapper p {
    font-size: 13px;
}

.contactwrapper img {
    max-width: 15px;
}

  h1, h2, h3 {
    font-size: 16px;
}  
}

@media (max-width: 992px) {
  .slicknav_menu {display:block;}
  #mainmenu, #bip{display:none;}
  #mainmenu ul li.item-116 {display:block;}
  div.search form {text-align: center;}
}

@media (max-width: 772px) {
.card-grid_noflip,
.card-grid {
    height: 215px;
    width: 100%;
    margin: 0px;
    display: inline-block;
    float: left;
}


.section-1:after,
.section-8:before, 
body.itemid-101 .section-1:after,
body.itemid-101 .section-8:before {
    display:none;
}
  
}
