@import url('https://fonts.googleapis.com/css?family=Quicksand:400,700');
@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,700&subset=latin-ext');
@import url('https://fonts.googleapis.com/css?family=Signika:400,700&subset=latin-ext');

/* Reset
-----------------------------*/
html, body, header, footer,
h1, h2, h3, h4, h5, h6, p,
form, fieldset,
ul, li, dl, dt, dd { background:transparent; border:0; font-size:100%; margin:0; outline:0; padding:0; vertical-align:baseline; }
img { vertical-align:bottom; }
ul { list-style:none; }
a { color:#000; text-decoration:none; }

/* Page
-----------------------------*/
html {
	//overflow-y:scroll;
	-webkit-text-size-adjust:none;
	-webkit-overflow-scrolling: touch;
}
html, body {
	height:100%;
}

body {
	background:#fff;
	color: #1c242c;
	font-family: "Open Sans", sans-serif;
	min-height:100%;
	min-width: 320px;
}

legend { display:none; }
.clear { clear: both; }
.bold {	font-weight: bold; }
.grey {	color: #5d5d5d; }
.black { color: #000; }
.red { color: #de2014; }

input.submit {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

.a-red {
	color: #e62038;
}
.a-blue {
	color: #26b9ec;
}

a {
    color: #1c242c;
	text-decoration: none;
}
a.underline {
	text-decoration: underline;
}
a.underline:hover {
	text-decoration: none;
}
.no-display {
	display: none;
}
.interior {
	padding: 0 6.25% 0 5.55%;
}

/* Contact
-----------------------------*/
.contact a {
	color: #fff;
}

/* Content
-----------------------------*/
.content {
	text-align: center;
}
.content h1 {
	line-height: 25px;
}
.page {
	text-align: left;
}
.page h1 {
	padding: 36px 0 74px 0;
	padding: 2.5vw 0 5.14vw 0;
	font-size: 1.7em;
	color: #e62038;
	font-family: "Quicksand", sans-serif;
	font-weight: 700;
	margin: 0;
}
.content h2 {
    font-size: 17px;
    line-height: 20px;
    overflow: hidden;
    text-align: left;
	margin-bottom: 10px;
	font-weight: 600;
}
.content h3 {
    font-size: 17px;
    line-height: 19px;
    overflow: hidden;
    text-align: left;
	margin-bottom: 5px;
	font-weight: 600;
}
.content h4 {
    font-size: 13px;
	font-weight: 600;
	margin: 10px 0 0 0;
}
.content .title {
    //font-size: 18px;
    //line-height: 18px;
	//display: block;
	//margin-bottom: 15px;
}

/* Menu
-----------------------------*/
#menu a {
    color: #fff;
}

#jPanelMenu-menu {

	-webkit-box-shadow: inset 6px 0px 8px 0px rgba(50,50,50,0.05);
-moz-box-shadow: inset 6px 0px 8px 0px rgba(50,50,50,0.05);
box-shadow: inset 6px 0px 8px 0px rgba(50,50,50,0.05);
	background-color: #1c242c;
	padding-top: 57px;
	padding-top: 17.8vw;
}

#jPanelMenu-menu a {
	display: block;
	height: 40px;
	margin-left: 20px;
	line-height: 40px;
	height: 12.5vw;
	margin-left: 6.25vw;
	line-height: 12.5vw;
	border-bottom: solid 1px #48515b;
	font-size: 15px;
	font-size: 1.15em;
	font-family: "Quicksand", sans-serif;
	font-weight: 700;
	color: #fff;
}
#jPanelMenu-menu a.active {
	color: #e62038;
}
#jPanelMenu-menu a.hover {
	color: #26b9ec;
}
#jPanelMenu-menu a.no-border {
	border-bottom: none;
}

/* Slider
-----------------------------*/
.swiper-container {
	margin-bottom: 50px;
}
.swiper-container .swiper-wrapper {
    width: 100%;
	cursor: grab;
	cursor: -webkit-grab;
	cursor: -moz-grab;
}
.swiper-container .swiper-wrapper img {
	width: 100%;
}
.swiper-container .swiper-pagination {
	padding-top: 11px;
	margin: 0 auto;
	text-align: center;
	width: 100%;
	height: 14px;
	position: relative !important;
	bottom: 0 !important;
}
.swiper-pagination-bullet {
	height: 12px;
	width: 12px;
	background-color: #fff;
	border: 1px solid #ccc;
	opacity: 1 !important;
}
.swiper-pagination-bullet-active {
	position: relative;
	border: 1px solid #aaa;
}
.swiper-pagination-bullet-active span {
	height: 10px;
	width: 10px;
	display: block;
	background-color: #66a12d;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
	-webkit-border-radius: 5px;
	position: absolute;
	top: 1px;
	left: 1px;
}

/* Country
-----------------------------*/
@media all and (max-width: 767px) {
	#home .banner:lang(pl) {
		background-image: url('../../../media/pl/banner/m/1.jpg');
	}
	#home .banner:lang(en) {
		background-image: url('../../../media/en/banner/m/1.jpg');
	}
}

@media all and (min-width: 768px) {
	#home .banner:lang(pl) {
		background-image: url('../../../media/pl/banner/1.jpg');
	}
	#home .banner:lang(en) {
		background-image: url('../../../media/en/banner/1.jpg');
	}
}