@import 'https://fonts.googleapis.com/css?family=Lato:300,400&subset=latin-ext';

/* BOOTSTRAP */
.navbar .navbar-nav {
  display: inline-block;
  float: none;
  vertical-align: top;
}
.navbar .navbar-collapse {
	text-align: center;
}

.navbar {
	margin-bottom: 0!important;
	font-size: 16px;
	font-weight: 500;
}

#bs { z-index: 999999; }

/* GENREAL */
html, body { height: 100%; }
body {
	margin: 0;
	background-color: #fff;
	font-size: 18px;
	color: #222;
	font-weight: 300;
	line-height: 1.6em;
}

span * { display: inline-block }

body, input, button, div { font-family: 'Lato', 'Open Sans', 'Avenir Next Condensed Medium', Calibri, 'Gill Sans', sans-serif!important; }

h1, h2, h3 {
	font-weight: 300;
	color: #;
}

h2 {
	font-size: 26px;
}

section {
	padding: 120px 0;
}

section content {
	display: block;
	margin: 0 auto;
	width: 60%;
}

/* GENERAL ELEMENTS */
.clear { clear: both; }

.section-title {
	font-size: 32px;
	text-align: center;
	margin-bottom: 20px;
	display: inline-block;
	border-bottom: 1px solid #ddd;
	padding-bottom: 10px;
	padding-right: 80px;
}

#google-map {
  height: 350px;
  width: 100%;
}

.parallax {
	display: table;
	min-height: 300px;
	height: 300px;
	width: 100%;
}

.parallax-text {
	display: table-cell;
	vertical-align: middle;
	color: #fff;
	font-size: 20px;
	padding: 40px 60px;
}

.scrollTop {
	font-size: 18px;
	color: #fff!important;
	background-color: rgba(0,0,0,0.2);
	border-radius: 100%;
	height: 46px;
	width: 46px;
	position: fixed;
	padding: 12px 17px 0;
	bottom: 20px;
	right: 20px;
	z-index: 999999;
}.scrollTop:hover {
	background: rgba(0,0,0,0.5);
}

#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 999999;
  background: #fff;
}

#preloader > i {
  position: absolute;
  font-size: 40px;
  line-height: 36px;
  top: 50%;
  left: 50%;
  height: 36px;
  width: 36px;
  margin-top: -15px;
  margin-left: -15px;
  display: inline-block;
}

/* HOME */

#home { position: relative; padding: 0; }

.fullscreen {
	height: 100%;
	width: 100%;
	background-size: cover;
	background-position: center center;
}

.phone a {
	font-size: 24px;
	color: #fff!important;
	margin: 40px 140px;
	float: right;
}

.phone i {
	font-size: 22px;
	margin-right: 10px;
	color: #fff!important;
}

.phone-mobile a {
	font-size: 22px;
	color: #fff;
	padding: 10px 0px;
	text-align: center;
}

.phone-mobile i {
	font-size: 20px;
	margin-right: 10px;
	color: #fff!important;
}

.title {
	position: absolute;
	bottom: 30%;
	width: 100%;
	text-align: center;
}

.name {
	text-transform: uppercase;
	font-size: 60px;
	color: #fff;
	line-height: 2em;
}

.job {
	text-transform: uppercase;
	font-size: 30px;
	color: #eee;
}

.scrollbtn {
	position: absolute;
	bottom: 20px;
	margin: 0 auto;
	width: 1px;
	left: 0; right: 0;
	font-size: 20px;
	color: #fff;
	padding: 20px;
}.scrollbtn:hover, .scrollbtn:focus {
	color: #adadad;
}

/* OTWARCIE */
#otwarcie {
	background-color: #fff;
}

/* PSYCHOTERAPIA */
#psychoterapia {
	background-color: #fff;
}

/* O MNIE */
#omnie {
	background-color: #f9f9f9;
	border-top: 1px solid #eee;
	border-bottom: 1px solid #eee;
}

/* KONTAKT */
#kontakt  {
	padding-bottom: 0!important;
}

#kontakt  content {
	margin-bottom: 60px;
}

#google-map {
	border-top: 1px solid #ddd!important;
}

/* STOPKA */
footer {
	text-align: center;
	padding: 20px;
	background-color: #333;
	color: #fff;
	font-size: 12px;
}

/* Mobile */

@media screen and (max-width: 768px) {
   .parallax-text { text-align: center; margin: 30px 20px; }
   .name { font-size: 30px; }
   .job { font-size: 22px; }
   .phone-mobile {
		text-align: center;
		padding-top: 40px;
   }
   
   .section-title {
	   padding: 0 30px 10px;
   }
   
   section content {
	   width: 85%;
	   text-align: center;
   }
   
   section content * {
		margin-left: 0!important;
   }
   
   section content ul {
	   text-align: left;
   }
   
   #bs {
	  background-color: rgba(255,255,255,.9);
	  position: absolute;
		width: 100%;
	}
}