﻿body {
	font: 14px/1.85em 'Open Sans', Arial, Helvetice Neue, sans-serif;
	color: #353535;
	font-weight: 400;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	-webkit-text-size-adjust: 100%;
}

[title~=emo] {
    width: 18px !important;
	height: auto;
}

.main-menu, .responsive-menu ul, .social-member, .progess-bars, .first-footer .social-footer ul { 
	padding: 0;
	margin: 0;
	list-style: none; 
}

::selection {
  background: #fcb040;
}

::-moz-selection {
  background: #fcb040;
}

a, a:hover, a:focus, input, input:hover, input:focus {
	text-decoration: none;
	-webkit-transition: all 150ms ease-in;
	-moz-transition: all 150ms ease-in;
	-o-transition: all 150ms ease-in;
	transition: all 150ms ease-in;
}

h1, h2, h3, h4, h5, h6 {
	font-family: 'Open Sans', Arial, Helvetice Neue, sans-serif;
}

*, *:before, *:after {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

#main-content, .full-width-slider {
	float: right;
	width: 77%;
}

@font-face {
    font-family: 'Open Sans';
    src: url('fonts/Open Sans Light.eot?#iefix') format('embedded-opentype'),
         url('fonts/Open Sans Light.woff') format('woff'),
         url('fonts/Open Sans Light.ttf') format('truetype'),
         url('fonts/Open Sans Light.svg#Open Sans') format('svg');
    font-weight: normal;
    font-style: normal;
}

input[type=number] {-moz-appearance: textfield;}
::-webkit-inner-spin-button { -webkit-appearance: none;}
::-webkit-outer-spin-button { -webkit-appearance: none;}

.controls {
	margin-bottom: 30px;
}

.controls select{
	height: 46px;
	width: 32%;
	display: inline-block;
	border: 1px solid #d5dbe0;
	padding: 10px 15px;
	outline: 0;
}

h1 {
	font: 40px/1.85em 'Open Sans', Arial, Helvetice Neue, sans-serif;
	font-weight: 600;
}

h3 {
	line-height: 1.5em;
}

#img-auto img {
	width: auto !important;
	height: auto;
}

#content-page {
	margin: 50px;
}

#content-page img {
	width: 70%;
	height: auto;
}

#header-nav {
	width: 100%;
	float: left;
	margin-bottom: 70px;
}

#header-nav ul li{
	float: left;
	list-style-type: none;
	margin: 5px 5px;
	margin-left: 0;
}

#header-nav ul li a{
	padding: 15px;
	background-color: #bdbdbd;
	color: white;
}

#header-nav ul li a.active{
	padding: 15px;
	background-color: #fcb040;
	color: white;
	text-shadow: 1px 1px 0px rgba(150, 150, 150, 1);
}

#header-nav ul {
	padding: 0;
}

#baner-black img {
	height: 50px;
	vertical-align: middle;
}

#baner-black {
	float: left;
	width: calc(100% - 100px);
	height: 100px;
}

#logo-sponsors {
	padding: 20px;
}

#news p {
	line-height: 2;
	color: black;
}

p {
	line-height: 2.5;
	color: black;
}

p:hover {
	color: black;
}

.site-footer {
	float: right;
	width: 77%;
}

.sponsors {
	width: 100%;
	background-color: white;
	margin-top: 30px;
	border-top: 1px solid #e0e0e0;
}

.overlay {
	background-color: rgba(31, 32, 49, 1);
	color: rgba(31, 32, 49, 1);
	width: 23%;
	height: 100%;
	position: fixed;
	z-index: -1;
	top: 0;
	z-index: -1;
}

.child-left {
    height: 100%;
    width: 23%;
    background-size: cover;
    background-repeat: no-repeat;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

.bg-aktualnosci-nav {
    background-image: url(../img/aktualnosci-nav.jpg);
    -webkit-filter: blur(0px) sepia(100%);
    -moz-filter: blur(0) sepia(100%);
    filter: blur(0px) sepia(100%);
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    opacity: 0.1;
	position: fixed;
	z-index: -1;
	top: 0;
}

/* Shutter Out Horizontal */
.hvr-shutter-out-horizontal {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  background: #e1e1e1;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  font-weight: 600;
}
.hvr-shutter-out-horizontal:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #fcb040;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-shutter-out-horizontal:hover, .hvr-shutter-out-horizontal:focus, .hvr-shutter-out-horizontal:active {
  color: white;
  text-shadow: 1px 1px 0px rgba(150, 150, 150, 1);
}
.hvr-shutter-out-horizontal:hover:before, .hvr-shutter-out-horizontal:focus:before, .hvr-shutter-out-horizontal:active:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}

/* Sweep To Right */
.hvr-sweep-to-right {
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  font-weight: 600;
}
.hvr-sweep-to-right:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #fcb040;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-sweep-to-right:hover, .hvr-sweep-to-right:focus, .hvr-sweep-to-right:active {
  color: white;
  text-shadow: 1px 1px 0px rgba(150, 150, 150, 1);
}
.hvr-sweep-to-right:hover:before, .hvr-sweep-to-right:focus:before, .hvr-sweep-to-right:active:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}

#main-sidebar { 
	float: left;
	width: 23%;
	height: 100%;
	position: fixed;
	background-color: #1C2023;
	color: white;
	box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.26);
}

.kontaktBgColor {
	font-weight: 600;
}

.kontaktBgColor:hover {
	background-color:#fcb040;
	color: white;
	text-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.26);
}

.logo { 
	margin: 50px 0;
	padding: 25px 40px;
}

.logo a {
	color: white;
}

.logo a h1 {
	text-transform: uppercase;
	font-size: 30px;
	margin: 0;
	font-weight: 800;
}

.logo span {
	color: #bee3f6;
	font-size: 13px;
}

.logo img {
	width: 100%;
}

.main-menu {
	text-align: center;
}

.main-menu li {
	margin-bottom: 1px;
}

.main-menu li a {
	color: white;
	text-transform: uppercase;
	display: block;
	border-left: 4px solid #fcb040;
	padding: 15px 30px;
	-webkit-transition: all 150ms ease-in;
	-moz-transition: all 150ms ease-in;
	-o-transition: all 150ms ease-in;
	transition: all 150ms ease-in;
}

.main-menu li a:hover {
	border-left: 4px solid #fff;
}

.copyright { 
	text-align: center;
}

a.menu-toggle-btn {
	width: 100px;
	height: 100px;
	background-color: #fcb040;
	text-align: center;
	line-height: 60px;
	display: block;
	color: white;
}

a.menu-toggle-btn i {
	line-height: 100px;
}

.responsive-navigation {
	position: relative;
	width: 100%;
	display: block;
	z-index: 9999;
}

.responsive-menu {
	display: none;
	background-color: #e0e0e0;
}

.responsive-menu ul li a {
	color: black;
	text-transform: uppercase;
	display: block;
	padding: 20px;
	border-bottom: 1px solid #bdbdbd;
	text-align: center;
}

.contact-form input, .contact-form textarea {
	width: 100%;
	display: inline-block;
	border: 1px solid #d5dbe0;
	padding: 10px 15px;
	outline: 0;
}

.contact-form input {
	height: 46px;
	margin-bottom: 30px;
}

.contact-form label {
	font-weight: normal;
}

.contact-form label.required:after {
	content: "*";
	color: red;
	margin-left: 5px;
}

.first-footer {
	background-color: #e0e0e0;
	padding: 50px;
	text-align: center;
	border-left: 0px solid #313639;
}

.first-footer .social-footer ul li {
	display: inline;
}

.first-footer .social-footer ul li a {
	width: 40px;
	height: 40px;
	background-clip: padding-box;
	background-color: #3b5998;
	text-align: center;
	line-height: 40px;
	color: white;
}

.bottom-footer {
	background-color: #bdbdbd;
	color: #ffffff;
	padding: 25px 7% 16px 7%;
}

.bottom-footer a {
	color: white;
}

.bottom-footer .credits {
	text-align: right;
}

@media (max-width: 991px) { 
	#main-content { width: 100%; }
	.site-footer { width: 100%; }
	.first-footer { border-left: 0; } 
}

@media (max-width: 767px) { 
	.slider-caption a, .slider-caption p { 
		display: none;
		top: 50px !important; 
	}
}

@media (max-height: 767px) { 
	.main-menu {
		overflow-y: auto;
		height: 350px;
	}
}
	
@media (max-width: 581px) { 
	.slider-caption {
		display: none;
	} 
	#content-page img {
	width: 100%;
	height: auto;
}
}

.activenow-form-container .activenow-form-field input, .activenow-form-container .activenow-form-field select {
    border-radius: 0px !important;
    border: 1px solid #d5dbe0 !important;
    font-size: 1.5rem !important;
}

.activenow-form-container {
    font-size: 1.5rem !important;
	overflow-y: visible !important;
}

.activenow-form-container .activenow-form-field select {
    -webkit-appearance: auto !important;
    -moz-appearance: auto !important;
	appearance: auto !important;
	height: 48px !important;
}

.activenow-form-class-description {
	background-color: #efefef !important;
}

.activenow-form-container .activenow-form-class-description .activenow-class-row {
    width: 100%;
    border-bottom: 1px solid #ffffff !important;
    padding: 10px 0;
}

.activenow-class-title {
	margin-top: 0 !important;
}

.activenow-class-label {
	padding-left: 0 !important;
}

.activenow-class-value br {
	display: none !important;
}

#active-now-submit {
	font-weight: 600 !important;
}

#active-now-submit {
	background-color: #fcb040 !important;
    color: white !important;
    width: 100% !important;
	padding: 15px !important;
	-webkit-transition: background-color 200ms linear;
    -moz-transition: background-color 200ms linear;
    -o-transition: background-color 200ms linear;
    -ms-transition: background-color 200ms linear;
	transition: background-color 200ms linear;
}

#active-now-submit:disabled {
	background-color: #cccccc !important;
	color: #666666 !important;
}