
/* ////////////////////////////////////////////  TOP LAYOUT  */

/* --------------------------------  falka  -------*/
section[id^='ext_menu-']{
    padding-bottom: 12em;
    background: 100% 86px no-repeat url(../img/4s_logo-line.png);
}
.mbr-navbar__brand{
	transform: translateY(12px);
}

@media (min-width: 768px) {
	.mbr-navbar__container {
	}
}
@media (min-width: 992px) {
	.mbr-navbar__container {
	}
}
@media (min-width: 1200px) {
	.mbr-navbar__container {
	}
}



/* ////////////////////////////////////////////  MENU  */

nav ul.mbr-buttons--right li a.btn{
	padding:9px 10px;
	font-family: 'Oswald', sans-serif;
}
nav ul.mbr-buttons--right li a.mbr-buttons__link{
	margin-left:5px;
}
.submenu{
	display: none;
	position:absolute;
	z-Index: 1001;
	top:0px;
	left:0px;
	background:#252525;
}
.submenu a{
	display:block;
	background:black;
	padding:8px 25px;
	margin-bottom:1px;
	font-family: "Roboto", Helvetica, Arial, sans-serif;
	font-weight:normal;
	text-transform: capitalize;
	text-decoration:none;
	color:white;
}
.submenu a.marked{
	margin-bottom:0px;
	padding:12px 25px;
	//border-top:2px solid white;
	border-bottom:2px solid white;
	color:#ee0000;
}
.submenu a:hover{
	background:white;
	color:black;
}
.mbr-navbar__hamburger {
    color: white;
}



/* ////////////////////////////////////////////  FLAGI  */

nav ul.btn-inverse li a{
	text-indent: 9999px;
	white-space: nowrap; 
	overflow: hidden;
	border: none;
	width:30px;
	height:22px;
}
nav ul.btn-inverse li:nth-of-type(1) a{
    background: 0% 0% no-repeat url(../img/flag-pl.png);
}
nav ul.btn-inverse li:nth-of-type(1) a:hover{
    background: 0% 0% no-repeat url(../img/flag-pl-over.png);
}
nav ul.btn-inverse li:nth-of-type(2) a{
    background: 0% 0% no-repeat url(../img/flag-en.png);
}
nav ul.btn-inverse li:nth-of-type(2) a:hover{
    background: 0% 0% no-repeat url(../img/flag-en-over.png);
}
nav ul.btn-inverse li:nth-of-type(3) a{
    background: 0% 0% no-repeat url(../img/flag-de.png);
}
nav ul.btn-inverse li:nth-of-type(3) a:hover{
    background: 0% 0% no-repeat url(../img/flag-de-over.png);
}
nav ul.mbr-buttons--right li a.mbr-buttons__btn{
	margin-left:5px;
}
/* grupa flag */
nav ul:nth-of-type(2){
	margin-left:8px;
	margin-top:-20px;
}



/* ////////////////////////////////////////////  CONTACT PANEL  */

.contactPanel {
	position: fixed;
	bottom: 0px;
	left: 30px;
	z-Index: 1002;
	background: #232323;
	width:296px;
	height:150px;
	padding:8px 10px 0px 8px;
	overflow:hidden;
	background: 50% 50% no-repeat url(../img/contactPanel.png);
}
#contactPanelTitle{
	display:block;
	position:absolute;
	top:10px;
	left:8px;
	width:280px;
	height:40px;
	line-height:38px;
	color:white;
	font-weight:700;
	font-size:1.6rem;
	text-align:center;
	vertical-align:middle;
}
#contactPanelPhone, #contactPanelMail{
	display:block;
	position:absolute;
	width:268px;
	height:46px;
	line-height:44px;
	color:white;
	font-weight:500;
	font-size:1.5rem;
	text-align:left;
	padding-left:50px;
	vertical-align:middle;
}
#contactPanelPhone{
	top:58px;
	left:14px;
}
#contactPanelMail{
	top:104px;
	left:14px;
	background: 50px 50% no-repeat url(../img/contact/cp-handlowy-out.png);
	text-indent:9999px;
	overflow:hidden;
}
#contactPanelMail:hover{
	background: 50% 50% no-repeat url(../img/contact/cp-handlowy-over.png);
}



/* ////////////////////////////////////////////  CONTENT  */

/* --------------------------------  headers  -------*/
section .mbr-header__text, .mbr-section__header {
	line-height:1.1;
	padding-bottom:1.5vw;
	font-family: 'Lato', sans-serif;
	color: #ee0000;
	font-size: 32px;
}
section.mbr-after-navbar .mbr-header__text {
	font-weight: 400;
	font-size: 48px;
}
/*
h2{
	color: #ee0000 !important;
    margin-top:40px;
}
h3{
    color: #000000;
    margin-top:20px;
}
*/

/* --------------------------------  paragraphs  -------*/
p {
	line-height:1.3;
	padding-bottom:1vw;
}
section.mbr-after-navbar p {
	color: #ffffff;
	font-size: 30px;
	margin: 0 0 10px 0;
	font-family: "Roboto", Helvetica, Arial, sans-serif;
}

/* --------------------------------  buttons & links  -------*/
.btn-info{
    background-color: #ee0000;
    border-color: #ee0000;
	white-space: normal;
}
.btn-info:hover{
    background-color: #000000;
    border-color: #000000;
}
div.gotoList {
    text-align:center;
    padding:25px;
    margin:0px auto;
}
div.gotoList a {
    background:url('../img/arrow-up.png') 50% 12px no-repeat;
    display:block;
    width:150px;
    padding:26px 10px 10px 10px;
    margin:0px auto;
    color:#ee0000;
    text-decoration: none;
    font-weight:bold;
}
div.gotoList a:hover {
    background: url('../img/arrow-up-over.png') 50% 12px no-repeat;
    color:#000000;
}
a {
	color: #ee0000;
}
a:hover {
	color: #000000;
}

/* --------------------------------  lists  -------*/
section[id^='msg-box'] div.mbr-article li, section[id^='features'] div.mbr-article li, section[id^='content'] div.mbr-article li {
    line-height: 1.2;
    background: 0px 4px no-repeat url(../img/bullet-s-red.png);
    padding-left:20px;
	list-style: none;
	margin-bottom:12px;
}

section[id^='content'] div.mbr-section__container--middle, section[id^='content'] div.mbr-section__container--middle h3 {
    padding-bottom:0px;
}

/* --------------------------------  features  -------*/
section[id^='features'] div.mbr-section__container--middle {
	padding-bottom:0px;
}

/* --------------------------------  blockquote  -------*/
blockquote {
    color: #252525 !important;
    background: #f9f9f9 0px 0px no-repeat url(../img/blockicon-quote.png);
	border-color: #ee0000 !important;
    border-left: 2px solid;
    margin: 30px 0px !important;
    padding: 20px 20px 20px 58px;
}
blockquote p {
    color: #252525 !important;
	padding-bottom:4px !important;
}
blockquote em {
    color: #ee0000;
}

/* --------------------------------  images  -------*/
.mbr-figure__img{
	display:block;
}



/* ////////////////////////////////////////////  REFERENCJE  */

#gallery1-52 a {
  pointer-events: none; /* Disables the button completely. Better than just cursor: default; */
}



/* ////////////////////////////////////////////  CYTATY  */

.mbr-reviews {
	display:table;
	margin:auto;
	overflow:hidden;
}
.mbr-reviews__item {
	background: #f9f9f9 0px 0px no-repeat url(../img/blockicon-quote.png);
	margin-left:3%;
	display:table-cell;
	width:31%;
	padding: 20px 20px 20px 60px;
	overflow:hidden;
	
	color: #ee0000;
	font-size:1.8rem;
	font-weight: 900;
}
.mbr-reviews__item p {
	font-style: italic;
	color:#777777;
	font-weight: normal;
	font-size:1.5rem;
}
.mbr-reviews__item:first-child {
	margin-left:0;
}



/* ////////////////////////////////////////////  FORM  */

#fName, #fEmail, #fPhone, #fSubject{
	width:100%;
	padding:8px;
	font-size:1.6rem;
	background:#f9f9f9;
	border: 1px solid #e5e5e5;
	box-shadow: 4px 4px rgba(0,0,0,0.03);
}
#fSubmit{
	width:100%;
	max-width:480px;
}
#ckb_1, #ckb_2, #ckb_3 {
    display: inline-block;
    vertical-align: top;
	margin-right:1.2rem;
}
#ckb_1_lab, #ckb_2_lab, #ckb_3_lab {
    display: inline-block;
    width: 88%;
	margin-bottom:2rem;
	color:#252525;
	font-size: 17px;
	font-weight:normal;
    vertical-align: top;
	text-align:left;
}

/* ////////////////////////////////////////////  FOOT  */

/* --------------------------------  logo  -------*/

div.mbr-contacts img.mbr-contacts__img{
	width: 15em;
}

/* --------------------------------  links  -------*/
div.mbr-contacts a {
	color:#ffffff;
}
div.mbr-contacts a:hover {
	color:#ee0000;
}

/* --------------------------------  top of page  -------*/
.topOfPage {
	display: none;
	position: fixed;
	bottom: 0;
	right: 3vw;
	z-Index: 1001;
}
.topOfPage a {
	display: block;
	text-indent: 9999px;
	white-space: nowrap; 
	overflow: hidden;
	width: 70px;
	height: 55px;
	margin: 40px 0px 0px 40px;
	background: 0% 0% no-repeat url(../img/top-out.png);
}
.topOfPage a:hover {
	background: 0% 0% no-repeat url(../img/top-over-red.png);
}

/* --------------------------------  printing  -------*/
#printA {
	display: block;
	position: absolute;
	top:0px;
	left:0px;
	width: 20px;
	height: 20px;
	background: rgba(200,200,200,0.01);
	z-index: 1002;
}
.hideIt{
	display:none;
}