/**********************************************/
/*   Copyright by Piotr Wawrzyniak            */
/*   https://linkedin.com/in/piotrwawrzyniak  */
/*   http://nativecreation.pl                 */
/**********************************************/

@import url('fonts.css');
@import url('reset.css');

html {
	font-size: 62.5%;
    line-height: 62.5%;
}

body {
  background-color: #ffffff;
	margin: 0;
	padding: 0;
	font-family: 'Fira Sans', sans-serif;
  color: #444444;
  line-height: normal;
}

strong, b {
	font-family: 'Fira Sans', sans-serif;
	font-weight: 500;
}

a {
	color: #444444;
	text-decoration: none;
	-webkit-transition: 0.4s ease;
            transition: 0.4s ease;
}

a:hover {
	color: #12cec8;
}

p {
	font-size: 1.4rem;
  line-height: 2.6rem;
	margin: 0 0 35px 0;
}

h1, h2, h3, h4, h5, h6 {
	font-family: 'Fira Sans', sans-serif;
	font-weight: 400;
}

h2 {
  font-family: 'Mont-Ultra-Light';
	font-size: 4.8rem;
  line-height: 5rem;
  margin: 0 0 40px -3px;
}

h3 {
  font-family: 'Mont-Light';
	font-size: 3rem;
  color: #11cbc5;
}

h5 {
  font-size: 1.8rem;
  font-weight: 500;
}

h6 {
  font-size: 1.6rem;
  font-weight: 300;
}

input[type="text"], input[type="password"], input[type="file"], select, textarea {
	border: 2px solid #eeeeee;
  background-color: #ffffff;
	width: 250px;
	height: 45px;
	font-family: 'Fira Sans', sans-serif;
	font-size: 1.5rem;
  font-weight: 300;
	color: #999999;
	margin: 0 16px 0 0;
	padding: 0 15px 2px;
	-webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
	float: left;
}

input[type="text"]:focus, input[type="password"]:focus, input[type="file"]:focus, select:focus, textarea:focus {
    background-color: #eeeeee;
}

::-webkit-input-placeholder {
  color: #999999 !important;
  opacity: 1;
}

:-moz-placeholder {
  color: #999999 !important;
  opacity: 1;
}

::-moz-placeholder {
  color: #999999 !important;
  opacity: 1;
}

:-ms-input-placeholder {
  color: #999999 !important;
  opacity: 1;
}

ul {
	margin: 0 0 20px 8px;
}

ul li {
	margin: 0 0 5px;
	padding: 0 0 0 20px;
}

ul > li:before {
	content: '';
  display: none;
}


hr {
	background: #eeeeee;
	border: 0 none;
	height: 1px;
	font-size: 0;
	line-height: 0;
	margin: 34px 0 35px;
	clear: both;
}

/* --- [ global styles ] --- */

.container {
	max-width: 1216px;
	margin: 0 auto;
  padding: 0 15px;
  position: relative;
}

buttton {
	border: 0;
	cursor: pointer;
	-webkit-transition: 0.4s ease;
  transition: 0.4s ease;
}

.btn {
  border: 0;
	background-color: #12cec8;
  height: 45px;
	font-family: 'Fira Sans', sans-serif;
	font-size: 1.5rem;
	font-weight: 500;
	color: #ffffff;
  line-height: 4.2rem;
	text-decoration: none;
	padding: 0 30px;
	display: inline-block;
	cursor: pointer;
	-webkit-transition: 0.4s ease;
  transition: 0.4s ease;
}

.btn:hover {
	background-color: #0db4af;
}

/* --- [ mySite styles ] --- */

#wrapper {
  width: 100%;
  overflow: hidden;
  float: left;
}

#top {
  border-bottom: 2px solid #eeeeee;
  width: 100%;
  height: 111px;
  position: relative;
  z-index: 10;
  float: left;
}

#top .logo {
  height: 111px;
  padding: 39px 0 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  float: left;
}

#top .logo:before {
  content: '';
  background-color: #ffffff;
  width: 1000px;
  height: 2px;
  position: absolute;
  top: 100%;
  left: -1000px;
}

#top .menu-trigger {
	background-color: #f9f9f9;
	height: 111px;
	padding: 0 25px;
	cursor: pointer;
	-webkit-transition: 0.5s ease;
	transition: 0.5s ease;
	position: absolute;
	top: 0;
	right: 20px;
}

#top .menu-trigger:hover,
#top .menu-trigger.active {
  background-color: #10ddd6;
}

#top .menu-trigger .name,
#top .menu-trigger .trigger {
  font-family: 'Mont-Light';
  font-size: 1.5rem;
  color: #999999;
  margin: 42px 0 0;
  display: inline-block;
  vertical-align: middle;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
}

#top .menu-trigger .trigger {
  background-image: url(../images/ico-menu-trigger.png);
  width: 35px;
  height: 25px;
  position: relative;
}

#top .menu-trigger .trigger:before {
  content: '';
  background-image: url(../images/ico-menu-trigger-hover.png);
  width: 35px;
  height: 25px;
  opacity: 0;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
  position: absolute;
  top: 0;
  left: 0;
}

#top .menu-trigger:hover .trigger:before,
#top .menu-trigger.active .trigger:before {
  opacity: 1;
}

#top .menu-trigger .name {
  margin: 41px 10px 0 0;
}

#top .menu-trigger:hover .name,
#top .menu-trigger.active .name {
  color: #ffffff;
}

#top #menu {
  width: 300px;
  display: none;
  position: absolute;
  top: 111px;
  right: 20px;
}

#top #menu ul {
  background-color: #10ddd6;
  width: 100%;
  margin: 0;
  padding: 14px 0;
  float: left;
}

#top #menu ul li {
  width: 100%;
  font-size: 1.5rem;
  font-weight: 500;
  margin: 0;
  padding: 0;
  float: left;
}

#top #menu ul li a {
  width: 100%;
  color: #ffffff;
  padding: 12px 33px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
}

#top #menu ul li a:hover {
  background-color: #12cec8;
}

#main {
  width: 100%;
  position: relative;
  z-index: 5;
  float: left;
}

#main #sidebar {
  width: 385px;
  float: left;
}

#main #sidebar .image {
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 600px;
  position: relative;
  float: left;
}

#main.subpage #sidebar .image {
  height: 300px;
}

#main #sidebar .image .addition {
  background-color: #12cec8;
  width: 100px;
  height: 8px;
  position: absolute;
  bottom: 0;
  left: 0;
}

#main #sidebar .image:before {
  content: '';
  background-color: #f9f9f9;
  width: 1000px;
  height: 695px;
  position: absolute;
  top: 303px;
  left: -1000px;
}

#main.subpage #sidebar .image:before {
  height: 546px;
  top: 152px;
}

#main #sidebar .contact {
  border-right: 1px solid #eeeeee;
  width: 100%;
  height: 398px;
  padding: 38px 40px 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
}

#main #sidebar .contact .position {
  font-size: 1.6rem;
  font-weight: 300;
  line-height: 2rem;
  margin: 0 0 24px;
  display: block;
}

#main #sidebar .contact .phone {
  font-size: 3.6rem;
  font-weight: 500;
  line-height: 3.3rem;
}

#main #sidebar .contact .sepa {
  background-color: #12cec8;
  width: 50px;
  height: 2px;
  margin: 28px 0 26px;
}

#main #sidebar .contact p {
  font-size: 1.6rem;
  font-weight: 300;
  line-height: 2.4rem;
  margin: 0 0 15px;
}

#main #sidebar .contact p:last-child {
    margin: 0;
}

#main #content {
  width: calc(100% - 385px);
  padding: 52px 0 0 40px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  float: right;
}

#main #content p {
  text-align: justify;
}

#main.subpage #content h3 {
  margin: 0 0 42px;
}

#main.subpage #content h5 {
  margin: 0 0 40px;
}

#main #content .register {
  width: 100%;
  float: left;
}

#main #content .register > .phone-title {
  font-size: 1.8rem;
  font-weight: 500;
  margin: 0;
}

#main #content .register > .phone {
  font-size: 4.8rem;
  font-weight: 300;
  line-height: 6.2rem;
  margin: 0 0 17px -2px;
  display: block;
}

#main #content .register > .register-time {
  font-size: 1.4rem;
  font-weight: 300;
  margin: 0;
}

#main #content .register > .time-title {
  font-size: 1.8rem;
  font-weight: 300;
  margin: 0 0 27px;
}

#main #content .register > .time {
  border: 1px solid #eeeeee;
  width: 50%;
  min-height: 158px;
  margin: 35px 0 0;
  padding: 23px 30px 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
}

#main #content .register > p {
  font-weight: 300;
}

#main #content .register > .time:last-child {
  border-left: 0;
}

#main #content .register > .time > .name {
  font-size: 1.6rem;
  font-weight: 500;
  color: #12cec8;
  margin: 0 0 14px;
  display: block;
}

#main #content .register > .time ul {
  width: 100%;
  margin: 0;
  padding: 0;
  float: left;
}

#main #content .register > .time ul li {
  width: 100%;
  font-size: 1.4rem;
  font-weight: 300;
  line-height: 2.4rem;
  margin: 0;
  padding: 0;
  float: left;
}

#main #content .register > .time ul li strong {
  font-weight: 400;
  margin: 0 0 0 6px;
  display: inline-block;
}

#main #content #map {
  width: 100%;
  height: 400px;
  margin: 14px 0 0;
  float: left;
}

#main #content .access-check-form {
  border-bottom: 1px solid #eeeeee;
  width: 100%;
  padding: 17px 0;
  float: left;
}

#main #content .access-check-form > .title {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 4.5rem;
  margin: 0 20px 0 0;
  float: left;
}

#footer {
  border-top: 2px solid #eeeeee;
  width: 100%;
  color: #666666;
  margin: -2px 0 0;
  padding: 40px 0;
  float: left;
}

#footer p {
  font-size: 1.3rem;
  font-weight: 300;
  margin: 0;
}

#footer .copy {
  float: left;
}

#footer .nexstudio {
  float: right;
}
