@charset "utf-8";
/* CSS Document         */
/* Autor: Dominik Sobel */
/* www.casi-studio.eu   */

body {
	color: #535050;
	font-size: 12px;
	font-family: 'robotolight', Verdana, Geneva, sans-serif;
	background: url('../img/bg.png') #242021;
}


div, aside, article, nav, section, footer
{
	behavior: url('../csshover3.htc');
}

a { text-decoration: none; color: #ffd400; font-family: 'robotoregular'; }
a:hover { color: #565656 }
*:focus { outline: 0; }
a img { border: 0; }

html, body, div, span, object, iaframe, h1, h2, h3, h4, h5, h6, 
p, blockquote, pre, a, abbr, address, cite, code, del, dfn, em, 
img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, hr, 
dl, dt, dd, ol, ul, li, fieldset, form, label, legend, 
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figure, figcaption, hgroup, 
menu, footer, header, nav, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
}
article, aside, canvas, figure, figure img, figcaption, hgroup,
footer, header, nav, section, audio, video {
	display: block;
}

button, .button { cursor: pointer; border: 0; background: #1da292; color: #fff; padding: 2px 5px; font-size: 23px; line-height:23px; font-family: 'robotolight'; -moz-transition: background 0.3s ease-in; -webkit-transition: background 0.3s ease-in; transition: background 0.3s ease-in; }
button:hover, .button:hover { background: #706f6f; }
input { border: 1px solid #706f6f; color: #706f6f; font-size: 12px; padding: 12px; font-family: 'robotolight'; }
ul { margin: 0; padding: 0; }
.wrapper { width: 1000px; margin: 0 auto; }
.full_line { float: left; width: 100%; }
h1, h2, h3, h4, h5, strong { font-weight: normal; font-family: 'robotoregular';}
.none { display: none; }
.conteiner { float: left; width: 966px; padding: 0 17px; background: #fff; }

/** FONT **/
@font-face {
    font-family: 'bebas_neueregular';
    src: url('../font/bebasneue-webfont.eot');
    src: url('../font/bebasneue-webfont.eot?#iefix') format('embedded-opentype'),
         url('../font/bebasneue-webfont.woff') format('woff'),
         url('../font/bebasneue-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'robotolight_italic';
    src: url('../font/roboto-lightitalic-webfont.eot');
    src: url('../font/roboto-lightitalic-webfont.eot?#iefix') format('embedded-opentype'),
         url('../font/roboto-lightitalic-webfont.woff') format('woff'),
         url('../font/roboto-lightitalic-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'robotoregular';
    src: url('../font/roboto-regular-webfont.eot');
    src: url('../font/roboto-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../font/roboto-regular-webfont.woff') format('woff'),
         url('../font/roboto-regular-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'robotolight';
    src: url('../font/roboto-light-webfont.eot');
    src: url('../font/roboto-light-webfont.eot?#iefix') format('embedded-opentype'),
         url('../font/roboto-light-webfont.woff') format('woff'),
         url('../font/roboto-light-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

/***
  HEADER
***/
header.main { width: 100%; float: left; position: relative; background: #ffd400; height: 110%; position: relative; }
header.main .logo { width: 413px; height: 78px; float: left; margin: 25px 0 0 10px; }
header.main .logo img { max-width: 100%; height: auto; }
header.main .right { float: right; width: 350px; }
header.main .right > div > div { float: left; width: 100%; }

header.main .right .language { float: right; margin-top: 7px; width: auto; }
header.main .right .language span { float: left; font-family: 'robotolight_italic'; text-transform: uppercase; font-size: 13px; color: #2b2728; line-height: 22px; margin-right: 10px; }
header.main .right .language ul { float: left; list-style: none; }
header.main .right .language ul li { float: left; }
header.main .right .language ul li a { float: left; width: 22px; height: 22px; background: url('../img/polish.png') no-repeat; }
header.main .right .language ul li a.en { background: url('../img/english.png') no-repeat; margin-left: 10px; }
header.main .right .language ul li a:hover { -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=60)"; filter: alpha(opacity=60); -moz-opacity:0.6; -khtml-opacity: 0.6; opacity: 0.6; }

header.main .right .phone { color: #e2324f; font-size: 28px; text-transform: uppercase; font-family: 'bebas_neueregular'; text-align: right; margin-top: 15px; }
header.main .right .phone span { background: url('../img/icons/phone.png') no-repeat 0 center; padding-left: 22px; }

header.main .right .free { text-transform: uppercase; float: right; font-family: 'bebas_neueregular'; margin-top: 9px; }
header.main .right .free strong { float: left; background: #fff; font-size: 20px; color: #242021; font-family: 'bebas_neueregular'; padding: 5px 10px; border-radius: 3px; -webkit-border-radius: 3px; -moz-border-radius: 3px; -khtml-border-radius: 3px; margin-right: 15px; }
header.main .right .free span { font-size: 26px; color: #242021; float: left; }

/***
  Nawigacja
***/
nav.main { float: left; width: 100%; margin-top: 30px; }
nav.main ul { float: left; width: 100%; list-style: none; }
nav.main li { float: left; position: relative; }
nav.main li + li { padding-left: 1px; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
nav.main li a { float: left; color: #fff; padding: 25px 0; width: 100%; text-align: center; font-size: 28px; font-family: 'bebas_neueregular'; text-transform: uppercase; -moz-transition: background 0.3s ease-in; -webkit-transition: background 0.3s ease-in; transition: background 0.3s ease-in; -moz-transition: color 0.34s ease-in; -webkit-transition: color 0.3s ease-in; transition: color 0.3s ease-in; background: #2b2728; }
nav.main li.active a,
nav.main li a:hover { background: #ffd400; color: #fff; }
nav.main li.glowna { width: 22%; }
nav.main li.onas { width: 12%; }
nav.main li.oferta { width: 15%; }
nav.main li.postoje { width: 16%; }
nav.main li.wspolpraca { width: 20%; }
nav.main li.kontakt { width: 15%; }


/***
  Strona główna
***/
#slidershow { float: left; width: 100%; margin-top: 15px; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; border: 3px solid #cdcdcd; position: relative; }
#slidershow .text { position: absolute; bottom: 30px; right: 30px; z-index: 9999; }
#slidershow .text > div { float: left; width: 100%; }
#slidershow .text h2 { float: right; font-size: 38px; text-transform: uppercase; color: #fff; background: #ffd400; padding: 18px 22px; font-family: 'bebas_neueregular'; }
#slidershow .text h3 { float: right; font-size: 34px; text-transform: uppercase; color: #242021; padding: 12px 20px 12px 80px; font-family: 'bebas_neueregular'; background: url('../img/icons/phone2.png') no-repeat #fff 20px center; margin-top: 7px; }
#slidershow .rslides { position: relative; list-style: none; overflow: hidden; width: 100%; padding: 0; margin: 0; }
#slidershow .rslides li { -webkit-backface-visibility: hidden; position: absolute; display: none; width: 100%; left: 0; top: 0; }
#slidershow li:first-child { position: relative; display: block; float: left; }
#slidershow .rslides img { display: block; height: 500px; float: left; width: 100%; border: 0; }


/**/
#logos h2 { float: left; width: 100%; font-size: 28px; font-family: 'bebas_neueregular'; margin: 35px 0 15px; }
#logos > div { float: left; width: 100%; margin-bottom: 30px; }
#logos > div ul { list-style: none; float: left; width: 100%; }
#logos > div ul li { float: left; }
#logos > div ul li.neo { background: url('../img/logos/neo.png') no-repeat; width: 98px; height: 98px; }
#logos > div ul li.albatros{ background: url('../img/logos/albatros.png') no-repeat; width: 122px; height: 98px; margin-left: 7%; }
#logos > div ul li.zajazdujana { background: url('../img/logos/zajazdujana.png') no-repeat; width: 99px; height: 99px; margin-left: 7%; }
#logos > div ul li.dominikanska { background: url('../img/logos/dominikanska.png') no-repeat; width: 180px; height: 55px; margin-left: 7%; margin-top: 17px; }
#logos > div ul li.galleon { background: url('../img/logos/galleon.png') no-repeat; width: 142px; height: 50px; margin-left: 7%; margin-top: 17px; }
#logos > div ul li:hover { background-position: center bottom; }


/***
  Wzór podstrony
***/
#subpage_content h1 { float: left; width: 96%; font-size: 48px; font-family: 'bebas_neueregular'; margin: 30px 0; color: #ffd400; border-bottom: 10px solid #ebebeb; padding: 0 2% 20px; }
#subpage_content .text { float: left; width: 96%; font-size: 18px; padding: 0 2% 30px; }
#subpage_content .text p + p { margin-top: 15px; }
#subpage_content .text ul { float: left; width: 100%; margin: 0; padding: 0; list-style: none; }
#subpage_content .text ul li { float: left; width: 100%; }
#subpage_content .text ul li span { background: url('../img/subpage-li.png') no-repeat 0 6px; padding-left: 30px; float: left; }
#subpage_content .text ul li + li { margin-top: 5px; }
.contact .text { font-size: 24px !important; }
.contact .text a { color: #535050; font-family: 'robotolight'; }
.contact .text a:hover { color: #ffd400; }


/***
  Stopka
***/
footer.main { display: flex; align-items: center; justify-content: space-between; float: left; width: 96%; padding: 17px 2%; background: #2b2728; color: #fff; font-family: 'bebas_neueregular'; margin-top: 10px; font-size: 19px; }
footer.main .left-text { flex: 1; text-align: left; }
footer.main .right-text { text-align: right; flex: 1; }
footer.main .social-links { text-align: center; flex: 0; }
footer.main .social-links strong { display: flex; align-items: center; gap: 8px; white-space: nowrap; }

footer.main .social-links a { display: inline-block; }
footer.main .social-links img, footer.main .social-links svg { width: 20px; height: auto; transition: transform 0.3s ease-in-out; }
footer.main .social-links a:hover svg, footer.main .social-links a:hover img { transform: scale(1.2); fill: #ffd400;}
footer.main strong,
footer.main a { color: #ffd400; font-family: 'bebas_neueregular';  }

/***********************************************************************************************************************/

@media screen and (max-width: 1000px) { 
	.wrapper { width: 98%; margin: 0 1%; min-width: 240px; }
	.conteiner { width: 96%; padding: 0 2%; }
	#logos > div ul li.albatros{ margin-left: 5%; }
	#logos > div ul li.zajazdujana { margin-left: 5%; }
	#logos > div ul li.dominikanska { margin-left: 5%; }
	#logos > div ul li.galleon { margin-left: 5%; }
}
@media screen and (max-width: 850px) { 
	#logos > div ul li.albatros{ margin-left: 3%; }
	#logos > div ul li.zajazdujana { margin-left: 3%; }
	#logos > div ul li.dominikanska { margin-left: 3%; }
	#logos > div ul li.galleon { margin-left: 3%; }
}
@media screen and (max-width: 800px) { 
	header.main { height: 115px; }
	header.main .logo { width: 320px; margin-top: 28px; }
	header.main .right { width: 280px; }
	header.main .right .phone { font-size: 24px; }
	header.main .right .free strong { font-size: 18px; }
	header.main .right .free span { font-size: 22px; }
	nav.main li a { font-size: 24px; }
	#slidershow .text { bottom: 10px; right: 10px; }
	#slidershow .text h2 { font-size: 32px; padding: 12px 20px; }
	#slidershow .text h3 { font-size: 30px; }
}
@media screen and (max-width: 780px) { 
	#logos { display: none; }
	#slidershow { margin-bottom: 15px; }
	footer.main { font-size: 18px; }
}
@media screen and (max-width: 700px) { 
	header.main .logo { width: 280px; }
	header.main .right { width: 265px; }
	nav.main li a { font-size: 20px; padding: 20px 0; }
	#slidershow .text h2 { font-size: 28px; padding: 8px 14px; }
	#slidershow .text h3 { font-size: 26px; }
	#slidershow .text { bottom: 5px; right: 5px; }
	header.main .right .phone { font-size: 22px; }
}
@media screen and (max-width: 600px) { 
	footer.main .left-text strong { display: none; }
	footer.main .left-text { width: 42%; }
	footer.main .right-text { width: 56%; }
	nav.main { background: #2B2728; }
	header.main { margin-bottom: 30px; }
	header.main .right { width: auto; }
	header.main .right .nav-phone { position: absolute; width: 100%; bottom: -40px; left: 0; height: 40px; background: #fff; }
	header.main .right .phone { margin-top: 10px; }
	header.main .right > div > div { width: auto; float: none; }
	header.main .right .phone { float: left; margin-left: 10px; font-size: 18px; }
	header.main .right .free { margin-right: 10px; margin-top: 10px; }
	header.main .right .free span { font-size: 18px; }
	header.main .right .free strong { padding: 0; font-size: 18px; margin-right: 5px; background: none; }
	#slidershow .text h2 { font-size: 22px; padding: 5px 10px; }
	#slidershow .text h3 { font-size: 20px; background: #fff; padding: 12px 20px 12px 20px; }
	/**/
    nav.main a.menu-link { float: left; display: block; color: #fff; background:url('../img/menu-link.png') no-repeat 0 bottom; width: 28px; height: 28px; margin: 10px; }
    nav.main a.menu-link:hover { background-position: 0 0; }
	nav.main .menu { min-width: inherit; float: left; overflow: hidden; max-height: 0; margin-bottom: 1em; }
	nav.main .menu.active, 
	nav.main .menu > ul ul.active { max-height: 55em; display: block; }
	nav.main .menu { display: none; }
	nav.main .menu ul { display: inline; float: none; }
	nav.main .menu li{ width: 100% !important; margin: 0 !important; }
	nav.main .menu li, 
	nav.main .menu li + li { padding-left: 0 !important; padding-top: 1px; }
	nav.main .menu li a { color: #fff; display: block; padding: 0.4em 1em; position: relative; font-size: 22px; text-align: left; }
	header.main nav ul { top: 89px; }
	/**/
	#subpage_content .text { font-size: 16px; }
	.contact .text { font-size: 20px !important; }
}
@media screen and (max-width: 500px) {
	header.main .right .language span { display: none; }
}
@media screen and (max-width: 450px) { 
	.wrapper { width: 100%; margin: 0; }
	footer.main { font-family: 'robotoregular'; font-size: 12px;  }
	footer.main strong,
	footer.main a { font-family: 'robotoregular'; }
	#slidershow .text h2,
	#slidershow .text h3 { display: none; }
	header.main { margin-bottom: 50px; min-width: 240px; }
	header.main .right .nav-phone { bottom: -64px; height: 64px; }
	header.main .right .phone { width: 90%; margin: 10px 5% 0 5%; text-align: left; min-width: 240px; float: left; }
	header.main .right .free { width: 90%; margin: 5px 5% 0 5%; min-width: 240px; float: left; }
}
@media screen and (max-width: 400px) { 
	footer.main .left-text { width: 100%; text-align: center; text-transform: uppercase; }
	footer.main .right-text { display: none; }
	/**/
	#subpage_content .text { font-size: 13px; padding: 0 2% 20px; }
	#subpage_content h2 { font-size: 36px; margin: 20px 0; border-bottom: 6px solid #ebebeb; padding: 0 2% 10px; }
}
@media screen and (max-width: 370px) { 
	header.main { height: 100px; }
	header.main .logo { width: 220px; margin-top: 30px; }
}
@media screen and (max-width: 300px) { 
	header.main { padding-top: 30px; }
	header.main .right > div > div.language { position: absolute; top: 0; left: 0; width: 100%; float: left; height: 22px; padding: 6px 0; background: #272324; margin-top: 0; }
	header.main .right .language ul { float: right; margin-right: 10px; }
	header.main .logo { width: 92%; margin: 30px 4% 0; }
}
@media screen and (max-width: 240px) { 
	header.main .right .phone,
	header.main .right .free span,
	header.main .right .free strong { font-size: 13px; font-family: 'robotoregular'; }
	header.main .right .nav-phone { bottom: -75px; height: 75px; }
}