body {
    background-color: #13a89e;
    color: #fff;
}
.top-head-wrap {
    padding-bottom: 5px;
    background-color: #fff;
    display: block;
     -webkit-filter: drop-shadow(-5px 5px 10px #111);
    filter: drop-shadow(-5px 5px 10px #111);
}
.top-head {
    color: #13a89e;
    text-transform:uppercase;
    line-height: 2em;
    padding-top: 11px;
    font-size: 120%;
    text-align: center;
    background-color: #fff;
}
@media (max-width: 767px) {
    .top-head {
        font-size: 100%;
    }
}

.top-head ul {
    text-align: center;
}
.top-head li {
    list-style-type: circle;
    list-style-position: inside;
    float:left;
    margin-right: 10px;
}
.top-head li:first-child {
    list-style-type: none;
}

.navbar {
    margin-bottom:1px;
}
.navbar-nav > li > a:hover {
  border: 1px solid #13a89e;
}
.navbar-nav > .active > a,
.navbar-nav > .active > a:hover {
  border: 1px solid #13a89e;
  background-color: #13a89e;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #fff;
  background-color: #13a89e;
}
.navbar .navbar-nav {
  display: inline-block;
  float: none;
  vertical-align: top;
}

.navbar .navbar-collapse {
  text-align: center;
}
.navbar {
    height: 50px;
    min-height: 50px;
}
.navbar-brand {
    height: 50px;
}
.navbar .navbar-nav > li > a {
    padding: 7px 8px;
    margin: 5px;
    text-decoration: none;       
}
.navbar-border {
    border-radius: 0;
    border-top: 1px solid #13a89e;
    border-bottom: 1px solid #13a89e;
    border-left: 0px solid #13a89e;
    border-right: 0px solid #13a89e;
    text-align: center;
}
.navbar-toggle {
    margin:8px;
}
.navbar-default .navbar-toggle .icon-bar {
    background-color: #13a89e;
}
.collapse.in {
    display: block;
    position: relative;
    background: #fff;
    z-index: 1000;
    border: 0;
    border: 1px solid #13a89e;
    border-top: 0;
    border-radius: 4px;
    padding-left: 20px;
    padding-right: 20px;
    overflow: visible;
}
.navbar-default .navbar-toggle {
    border-color: #13a89e;
}

.affix {
    top: 0;
    z-index:1001;
    width:100%;
    position: fixed;
}
.affix-top {
    top: 0;
    z-index:1001;
    width:100%;
    position: relative;
}
.affix .top-head {
    display: none;
}

.affix .logo img {
    margin-top: 5px;
    height: 40px;
}
.affix-top .logo {
    position: absolute; 
    z-index: 1004;
    top:-25px;
    left:5%;
}
.affix:after {
margin-bottom: 60px;
}
.affix .logo {
    position: absolute; 
    z-index: 1004;
    top:0px;
    left:3%;
}
.logo img {
    margin-top: 0px;
    height: 100px;
}

.jumbotron {
    padding-top: 48px;
    padding-bottom: 48px;
}
.jumbotron {
    padding-top: 30px;
    padding-bottom: 30px;
    margin-bottom: 30px;
    color: inherit;
    background-color: #f7f7f7;
}

.jumbotron {
    background-color: #13a89e;
    height: 850px;
}
.hero{
  background:url(../img/pic_01.png) no-repeat center;
  background-size:cover;
  border:none;
}


.icon-feature{
  text-align:center;
}

.icon-feature .glyphicon{
  font-size:60px;
}

section.features{
  background-color:#a1d5cd;
  padding:40px 0;
  color:#333;
}

.features h2{
  color:#fff;
}

.features .icon-features{
  margin-top:15px;
}
 
.ikonok{
  background-color:#a1d5cd;
  padding:10px 0;
  color:#333;
  -webkit-box-shadow: inset 0px 0px 20px 1px rgba(0,0,0,0.3);
  -moz-box-shadow: inset 0px 0px 20px 1px rgba(0,0,0,0.3);
  box-shadow: inset 0px 0px 20px 1px rgba(0,0,0,0.3);
}
.ikonok-fixed {
	position: fixed;
	width:100%;
	bottom: 46px;
}

.ikonok .row {
}
.ikonok span {
    display: block;
    text-align: center;
    padding-top: 5px;
}
.ikonok a {
    color: #333;
    text-decoration: none;
    /*text-transform: uppercase;*/
    font-size: 16px;
}
.ikon img {
	margin: auto;
}
.ikon {
	text-align: center;
}
@media (max-width: 767px) {
    .ikonok a {
        font-size: 10px;
    }
}
.ikonok img {
    display: block;
    max-width: 100%;
    height: auto;
    margin-left: auto;
	margin-right: auto;
}

.hirek {
    background:url(../img/parallax_pic.png) no-repeat center rgba(0, 0, 0, 0.85);
    background-size:cover;
    border:none;   
    padding: 20px 0;
}

.site-footer {
    background-color: #bff7ee;
    color: #333;
    margin-top:0px;
    width: 100%;
    
    position: fixed;
    height: 46px;
    bottom: 0;
    
}
.site-footer h5{
  color:inherit;
  font-size:20px;
}

.site-footer p {
	margin: 4px 0px;
	font-size:16px;
	line-height:32px;
}

.site-footer .social-icons a:hover{
  opacity:1;
}

.site-footer .social-icons a{
  display:inline-block;
  width:32px;
  border:none;
  font-size:16px;
  border-radius:50%;
  margin:4px;
  color:#fff;
  text-align:center;
  background-color:#798FA5;
  height:32px;
  opacity:0.8;
  line-height:32px;
}

@media (min-width:768px) {
  .site-footer .social-icons{
    text-align:right;
  }
} 

.navbar-brand img { 
    max-height: 40px;
    max-width: 30%; 
    overflow: visible;
    padding-top: 0;
    padding-bottom: 0; 
}

.carousel-indicators {
    top: 20px;
}

a {
    color: #fff;
    text-decoration: underline;
}

.ce-image img {
    
}
.ce-gallery img {
    padding: 1px;
    border: 1px solid #63bfb8;
    border-radius: 5px;
    -moz-border-radius: 5px;
    width: 100%;
    height: auto;
}
ul {
    list-style-type: circle;
}

.image-caption {
    color: #fff;
    font-size: 75%;
    font-style: italic;
    text-align: center;
}
.page_default, .page_startpage {
    padding-bottom: 50px;
}
.page_default_submenus {
    padding-bottom: 170px;
}
.ce-row {
    margin-left: -15px;
    margin-right: -15px;
}

.searchlinks img {
    padding: 1px;
    border: 1px solid #63bfb8;
    border-radius: 5px;
    -moz-border-radius: 5px;
    width: auto;
    height: 50px;
}

.searchlinks span {
    padding-left: 10px;
}