* {
	margin: 0;
	padding: 0;
}

h1,h2,h3,h4,h5,h6,p,label,input,textarea, li, span, th, td {
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
}

p {
    font-size: 16px;
}

footer {
    background-color: #45B39E;
	color: #fff;
	text-align: center;
	padding-top: 40px;
	padding-bottom: 40px;
}

footer a {
	color: #fff;
	text-align: center;
}

footer a:hover {
	color: #fff;
}

footer .footer-contact-list > p {
	margin-bottom: 15px;
	font-size: 18px;
    white-space: pre;
}
footer .footer-contact-list > p i {
    margin-right: 10px;
    width: 40px;
    height: 40px;
    font-size: 20px;
    line-height: 40px;
    vertical-align: middle;
    text-align: center;
    border: 1px solid #fff;
    border-radius: 50%;
    padding: 0px;
}

.paragraph {
	line-height: 1.5em;
	font-size: 18px;
	padding-top: 40px;
	padding-bottom: 40px;
}

a.effect{
  display: block;
  color: #666;
  text-decoration: none;
  position: relative;
}

a.effect::after{
  content: "";
  background: #666;
	mix-blend-mode: color;
  width: calc(100% + 20px);
  height: 0;
  position: absolute;
  bottom: -4px;
  left: -10px;
	transition: all .3s cubic-bezier(0.445, 0.05, 0.55, 0.95);
}

a.effect:hover::after{
	height: calc(100% + 8px)
}

.logo {
    height: 80px;
    padding: 5px;
}

.menu-home .navbar-nav > li > a {
    text-shadow: none;
    color: #666;
    font-size: 18px;
    line-height: 50px;
}

.fsize-30 {
  font-size: 30px;
}

.menu-home .icon-bar {
    background-color: #666;
}

.menu-home .navbar-nav li.active > a {
    text-decoration: underline;
}

.spacer {
	margin-top: 80px;
	display: block;
	height: 1px;
	background-color: transparent;
}

.navbar-absolute-top {
    z-index: 1030;
    position: absolute;
    right: 0;
    left: 0;
    top: 20px;
}

.navbar-relative-top {
    background-color: #ffffff;
    padding: 0px;
    margin-bottom: 0px;
    border-radius: 0px;
	border-bottom: 1px solid #ddd;
}

#prihlaska * {
	font-family: 'Merriweather', serif;
}

#prihlaska .desc {
	margin-top: 20px;
}

.navbar-fixed-top {
    background-color: #ffffff;
    top: -60px;
    transition: 300ms;
}

.navbar-fixed-top .navbar-header {
    position: relative;
}

.navbar-fixed-top.active {
    top: 0px;
}

.navbar-fixed-top.active {
    transition: 300ms all;
}

.navbar-collapse {
    padding: 0px;
}

.menu-home.navbar-fixed-top .navbar-collapse {
    max-height: 500px;
}

.menu-home .navbar-nav > li > a:hover,  .menu-home .navbar-nav > li > a:focus, .menu-home .navbar-nav > li > a:active{
    text-shadow: none;
    color: #666;
    background-color: transparent;
    text-decoration: underline;
}

.navbar-toggle .icon-bar {
    transition: 300ms all;
    width: 30px;
    height: 3px;
}


.navbar-toggle:not(.collapsed) .icon-bar:nth-of-type(2){
    margin-top: 6px;
    transform: rotate(45deg);
}

.navbar-toggle:not(.collapsed) .icon-bar:nth-of-type(3){
    display: none;
}

.navbar-toggle:not(.collapsed) .icon-bar:nth-of-type(4){
    transform: rotate(-45deg);
    margin-top: -2px;
}

.navbar-absolute-top .dropdown {
    background-color: transparent;
}

.navbar-absolute-top .navbar-nav > li.lang {
    position: absolute;
    right: 0px;
    top: -25px;
}

.navbar-fixed-top .navbar-nav > li.lang {
    right: 0px;
}

.navbar-relative-top .navbar-nav > li.lang {
    right: 0px;
    top: 0px;
}


.dropdown-plus {
    color: white;
    font-size: 24px;
    margin-left: 40px;
    font-weight: bold;
    transition: 300ms all;
    cursor: pointer;
}

.dropdown-plus.active {
    transform: rotate(45deg);
}

.dropdown {
    display: none;
    background-color: #383e47;
    position: absolute;
    z-index: 99999999;
}

.dropdown > li {
    list-style: none;
    color: #fff;
    display: block;
    height: 30px;
	min-width: 200px;
}

.dropdown > li > a {
    color: #fff;
    font-size: 18px;
    padding: 0px 15px;
    height: 30px;
}

.nav .divider::after {
    content: " ";
    display: block;
    position: absolute;
    height: 50px;
    width: 1px;
    background-color: #fff;
    right: 0px;
    top: 15px;
}

#slide {
    position: relative;
    overflow: hidden;
}

#slide img {
    min-width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
}

#slide .overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    background-color: rgba(0,0,0,0.3);
    z-index: 10;
}

#slide .overlay .inner-space {
    color: #fff;
    width: auto;
    top: 50%;
    margin-top: -100px;
    text-align: left;
    position: absolute;
    font-size: 48px;
}

#slide .overlay .inner-space-right {
    color: #fff;
    width: auto;
    bottom: 20%;
    text-align: left;
    position: absolute;
    font-size: 48px;
	right: 20%;
}

.swipe-left, .swipe-right {
    transition: 1000ms all;
    opacity: 0;
}

.swipe-left.visible {
    margin-left: 0px;
    opacity: 1;
}

.swipe-right.visible {
    margin-right: 0px;
    opacity: 1;
}

.swipe-left {
    margin-left: -500px;
}

.swipe-right {
    margin-right: -500px;
}

.right-info {
	background-color: rgba(0,0,0,0.5);
	padding: 20px;
}

.right-info p {
	font-size: 18px;
}

#slide .overlay .inner-space h1 {
    font-size: 52px;
    font-weight: bold;
}

#slide .overlay .arrow-down {
    color: #fff;
    width: 100%;
    margin-top: -50px;
    top: 100%;
    text-align: center;
    position: absolute;
    font-size: 36px;
    transition: 300ms all;
    text-decoration: none;
}

#slide .overlay .arrow-down:hover {
    margin-top: -60px;
}


.btn-project {
    margin-top: 40px;
    display: inline-block;
    background-color: transparent;
    border: 1px solid #fff;
    color: #fff;
    padding: 5px 20px;
    border-radius: 0px;
    transition: 300ms all;
    text-decoration: none;
    padding: 10px;
    font-size: 16px;
}

.btn-project:hover, .btn-project:focus, .btn-project:active {
    background-color: #fff;
    color: #333;
    text-decoration: none;
}

.form-control {
	border-radius: 0px;
    background-color: transparent;
    border: 1px solid #383e47;
}

.form-control:hover, .form-control:focus, .form-control:active {
    background-color: #fff;
    color: #333;
    text-decoration: none;
    border-color: #383e47;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(0,0,0,.4);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(0,0,0,.4);
}

.btn-primary {
	border-radius: 0px;
    background-color: #fff;
	color: #333;
	border-color: #383e47;
	transition: 300ms all;
}

.btn-primary:hover, .btn-primary:active {
	color: #fff;
	border-color: #383e47;
    background-color: #383e47;
}
.btn-warning {
	border-radius: 0px;
    background-color: #fff;
	color: #f19a1f;
	border-color: #f19a1f;
	transition: 300ms all;
}

.btn-warning:hover, .btn-warning:active {
	color: #fff;
	border-color: #f19a1f;
    background-color: #f19a1f;
}
.btn-danger {
	border-radius: 0px;
    background-color: #fff;
	color: #d43f3a;
	border-color: #d43f3a;
	transition: 300ms all;
}

.btn-danger:hover, .btn-danger:active {
	color: #fff;
	border-color: #d43f3a;
    background-color: #d43f3a;
}
#portal-login {
	max-width: 600px;
	border: 1px solid #383e47;
	padding: 15px;
	margin-left: auto;
	margin-right: auto;
	display: block;
	box-shadow: 0px 5px 5px rgba(0,0,0,0.2);
	margin-bottom: 40px;
}

.dashboard {
    border: 1px solid #ddd;
    padding: 15px;
}

.materials .material-link {
	display: block;
	background-color: #eee;
	margin-bottom: 15px;
	padding: 5px 15px;
	color: #333;
}

.materials .material-link:hover {
	text-decoration: none;
	background-color: #ddd;
}

.galerie .thumbs .clearfix::before {
    display: block;
    width: 100%;
    height: 20px;
    position: relative;
    clear: both;
}