
/* ==========================================================================
   Author: Sharak / MTJ Polska
   ========================================================================== */

body {
	font-size: 14px;
	font-family: Arial, sans-serif;
	color: #000;
	background: #fff;
}
a { color: #282425; }
a:hover { color: #217fbc; text-decoration: none; }

.btn { border-radius: 0; -webkit-border-radius: 0; }
.btn-primary {
	background-color: #217fbc;
	background-image: none;
	filter: none;
	background-repeat: repeat-x;
	border-color: #217fbc;
	box-shadow: none;
	padding: 2px 14px;
}
.btn-primary:hover,
.btn-primary:focus {
  background-color: #1E70A6;
  border-color: #1E70A6;
  background-position: 0 -15px;
}
.btn-primary:active,
.btn-primary.active {
  background-color: #1E70A6;
  border-color: #1E70A6;
}
.text-italic { font-style: italic; }
.text-bold { font-weight: bold !important; }
.form-group { margin-bottom: 2px; }
.highlight { color: #217fbc; display: block; padding-top: 10px;}
.main { font-size: 16px; padding-bottom: 30px; }
hr { border-color: #217fbc; }

#header { position: relative; background-image: url(../img/header-bg.jpg); background-repeat: no-repeat; background-position: center center; background-size: auto 100%; height: 300px; padding-top: 0; padding-bottom: 5px; }
#menu, #menu.compact { height: auto; background: rgba(255,255,255,0.95); box-shadow: 0 0 5px rgba(0,0,0,0.5); transition: all 0.3s; -webkit-transition: all 0.3s; }
#menu > .container { transition: all 0.3s; -webkit-transition: all 0.3s; }
#menu .navbar-toggle { border-color: #217fbc; background-color: #fff; }
#menu .icon-bar { background-color: #217fbc; }
#menu-xs { border-color: #f8f8f8; }
#menu-xs li { margin: 0 5px; }
#menu-xs li a { color: #000; }
#menu-xs li a:hover, #menu-xs li a:focus { background-color: transparent; outline: 1px solid #217fbc;}
#menu-xs li.active a { color: #217fbc; }
#logo { padding: 0 15px; }
#logo img { max-height: 100%; }
#top { height: 100%; background-image: url(../img/header.png); background-repeat: no-repeat; background-position: 5% bottom; background-size: 80% auto; }
#motto { padding: 100px 0 20px 0; }
#motto p { font-size: 24px; line-height: 1; margin-bottom: 2px; }
#motto p.p1 { font-family: Georgia, serif; }
.bottom-line { position: absolute; left: 0; bottom: 0; width: 100%; height: 5px; background: url(../img/header-line.jpg) repeat-x 0 0; }

/* INDEX */
#kamera { position: relative; top: -15px; }
#index .main h1 { font-size: 24px; }

.galleria-thumbnails { margin: 0 auto; }
.galleria-theme-classic .galleria-stage .galleria-image img {  }

/* FOOTER */
#columns { margin-top: 20px; padding-top: 50px; padding-bottom: 20px; background-image: url(../img/columns.jpg); background-repeat: no-repeat; background-position: center top; background-size: 100% auto; }
.col-title { font-size: 20px; line-height: 24px; color: #333; padding: 10px 5px 10px 50px; background-position: 0 center; background-repeat: no-repeat; background-color: transparent; margin-bottom: 20px; }
.col-text { font-size: 14px; line-height: 28px; margin-bottom: 15px; }
#columns .btn-primary { margin-bottom: 20px; }
#galeria-col .col-title { background-image: url(../img/ico_galeria.jpg); }
#oferta-col .col-title { background-image: url(../img/ico_oferta.jpg); }
#kontakt-col .col-title { background-image: url(../img/ico_kontakt.jpg); }


#footer { margin-bottom: 0; margin-top: 20px; background-color: #2f3944; font-size: 11px; }
#footer > .container { position: relative; z-index: 1; padding-top: 40px; padding-bottom: 30px; }

#social { position: absolute; right: 0; top: -8px; }
#social a { display: inline-block; width: 34px; height: 34px; margin: 0 5px; background-image: url(../img/social.png); background-repeat: no-repeat; transition: all 0.3s ease-in-out; -webkit-transition: all 0.3s ease-in-out; }
#social a:hover { transform: translateY(-10px); -webkit-transform: translateY(-10px); }
#social a.s-fb { background-position: 0 0; }
#social a.s-gp { background-position: -45px 0; }
#social a.s-yt { background-position: -90px 0; }
#social a.s-v { background-position: -135px 0; }
#copyright { padding-top: 10px }
#copyright p { margin: 0; color: #fff; }
#copyright a { color: #fff; }
#copyright a:hover, #copyright a:focus, #copyright a:active { color: #217fbc; text-decoration: none; }
#f-menu a { display: inline-block; padding: 5px 10px; margin: 0; color: #7a899c; }
#f-menu a:hover, #f-menu a:active, #f-menu a:focus { color: #fff; text-decoration: none; }

#cookie-bar { background: #217fbc none; border: 1px solid #1062ae; bottom: 0; box-shadow: 2px 2px 4px #444; color: #fff; left: 0; margin: 14px 2%; position: fixed; width: 96%; z-index: 1101; padding: 10px; font-size: 14px; }
#cookie-bar a.more { color: #fff; font-weight: bold; }
#cookie-bar a.more:hover { color: #eee; }
#toTop { position: fixed; opacity: 0.5; z-index: 1100; display: inline-block; bottom: -50px; right: 50%; margin-right: -50px; width: 100px; color: #217fbc; border-color: #217fbc; transition: bottom 0.4s; -webkit-transition: bottom 0.4s; padding: 0; border-bottom: 0 none; height: 20px; }
#toTop:hover { opacity: 1; }
#toTop.show { bottom: 0; }

@media (min-width: 768px) {
	#header { background-size: 100% 100%; height: 400px; }
	#menu { background: rgba(255,255,255,0); box-shadow: none; }
	#menu > .container { padding-top: 15px; padding-bottom: 15px; }
	#menu.compact > .container { padding-top: 0; padding-bottom: 0; }
	#motto { padding-top: 150px; }
	#motto p { font-size: 30px; }

	#index .main h1 { font-size: 30px; }
	#kamera { top: -65px; }
	#f-menu { text-align: right; }
	#copyright { text-align: left; }
}
@media (min-width: 992px) {
	#header { height: 485px; }
	#top { background-size: auto 100%; }
	#motto { padding-top: 200px; }

	#kamera { top: -90px; }

	#columns .col-sm-4 { padding-left: 25px; }

	#f-menu a { margin: 0 10px; }
}
@media (min-width: 1200px) {
	#columns { padding-left: 150px; padding-right: 150px; }
	#columns .col-sm-4 { padding-left: 50px; }
}
