
/* ==== Google font ==== */
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300,700,600);
@import url('font-awesome.css');
/* ==== overwrite bootstrap standard ==== */
@import url('animate.css');



body {
  font-family:'Open Sans', Arial, sans-serif;
  font-size:14px;
  font-weight:300;
  line-height:1.6em;
  color:#fff;
  background-color:#fff;
  overflow-x:hidden;
}

h1,h2,h3,h4,h5,h6 {
  color:#333;
  line-height:1.1em;
}

p {
  color:#333;
  font-size:13px;
}
a {
    text-decoration:none;
    transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -webkit-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    outline: none;
  color:#333;
}
a:hover {
  text-decoration: none;
  color:#eee; 
  }

.btn-primary {
  padding: 8px 20px;
  background: #1BBD36;
  color: #fff;
  border-radius: 4px;
  border:none;
  margin-top: 10px;
}

.text-center h2 {
  margin-bottom:30px;
}

.text-center p {
  margin-bottom:50px;
  color:#333;
}

.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #fff;
  text-transform:uppercase;
  font-size:18px;
  border-radius:30px;
  margin-left:-10px;
}

/*===========================
  Menu and Navigation
============================ */
.navigation  {
  background-color:#fff;
  padding:0;
}

.navbar-brand  {
  margin-top: -7px;
}

.navbar-brand i {
  font-size: 1.1em;
  background-color: #1a1aff;
  color: #fff;
  text-align: center;
  width: 25px;
  height: 25px;
  line-height: 25px;
  border-radius: 3px;
  margin-right: 10px;
}

.navbar-brand p {
  font-size: 0.8em;
  margin-top: 5px;
  font-weight: 600;
}

.menu {
  font-size:14px;
  float:right;
  text-transform:uppercase;
  font-weight:700;
  margin-top: 3px;  
}

.menu ul.nav-tabs li {
  color:#000; 
}

.nav-tabs {
  border-bottom: 0;
}
.nav-tabs > li {
  float: left;
  margin-bottom: 0;
}
.nav-tabs > li > a {  
  border-radius:0;
  color:#333;
  padding:30px;
}

.nav-tabs > li > a:hover {  
  color: #DC143C;
  border-color: #fff #fff #fff;
  border-radius:0;
  background-color:#fff; 
  transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.nav-tabs > li > a.active {
  color: #DC143C;
  border-radius:0;
  transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}


/*===========================
  slider
============================ */
#main-slider {
  margin-top:40px;
}

.no-margin {
  margin: 0;
  padding: 0;
}

#main-slider .carousel .carousel-content {
  margin-top: 20px;
  background-color: rgba(0,49,73,0.55);
  padding: 30px 30px;
  border-radius: 25px;
}

#main-slider .carousel .slide-margin{
  margin-top: 100px;
}

#main-slider .carousel h1 {
  color: #fff;
  margin-top: 0px;
}

#main-slider .carousel h2 {
  color: #DC143C;
  text-transform:uppercase;
  font-size:55px;
  font-weight:800;
  margin-bottom: 20px;
}

#main-slider .carousel p {
  color: #fff;
  font-size:25px;
  font-weight: 600;
  line-height: 25px;
}

#main-slider .carousel .btn-slide {
  padding: 8px 20px;
  background-color: #1a1aff;
  color: #fff;
  font-weight: bold;
  border-radius: 5px;
  margin-top: 25px;
  display: inline-block;
}
#main-slider .carousel .btn-slide:hover {
  background-color: #fff;
  color: #1a1aff;
  transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}


#main-slider .carousel .item {
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  left: 0 !important;
  opacity: 0;
  top: 0;
  position: absolute;
  width: 100%;
  display: block !important;
  height: 730px;
  -webkit-transition: opacity ease-in-out 500ms;
  -moz-transition: opacity ease-in-out 500ms;
  -o-transition: opacity ease-in-out 500ms;
  transition: opacity ease-in-out 500ms;
}

#main-slider .carousel .item:first-child {
  top: auto;
  position: relative;
}

#main-slider .carousel .item.active {
  opacity: 1;
  -webkit-transition: opacity ease-in-out 500ms;
  -moz-transition: opacity ease-in-out 500ms;
  -o-transition: opacity ease-in-out 500ms;
  transition: opacity ease-in-out 500ms;
  z-index: 1;
}

#maps {
  margin-top: 0px;
  margin-bottom: 50px;
}

#maps iframe {
    width: 100%;
    height: 450px;
}

ul.social-network {
  list-style:none;
  margin-top:0px;  
  padding:10px;
  transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}

ul.social-network li {
  display:inline;
  margin: 0 18px; 
  font-size:25px; 
}

ul.social-network li a {  
  color: #1a1aff;  
}
.social-network li:hover .fa-facebook {
  color: #DC143C;
}
.social-network li:hover .fa-instagram {
  color: #DC143C; 
}

#lajsna {
  padding: 50px 0px;
}
#lajsna h3 {
  font-size: 4em;
  color: #DC143C;
  font-weight: bold;
}
#lajsna h4 {
  color: #fff;
  font-size: 2em;
}

.lates {
  padding:20px;
}

.lates h2 {
  font-size:50px;
  font-weight:600;
  color:#DC143C;
}

.lates p {
  font-size: 18px;
  font-weight: 600;
  background-color: #eee;
  padding: 10px 10px;
  border-radius: 5px;
  color: #1a1aff;
}

#kontakt {
  background-color: #fff;
  padding-top: 50px;
  padding-bottom: 30px;
  margin-top: -10px;
  margin-bottom: 50px;
}

#kontakt i {
  width: 100px;
  height: 100px;
  font-size: 80px;
  line-height: 100px;
  color: #fff;
  background: #1a1aff;
  text-align: center;
  border-radius: 6px;
}

#kontakt p {
  font-size: 18px;
  font-weight: bold;
}

.info {
  margin-top: 20px;
  margin-bottom: 0px;
}

#network {
  background-color: #fff;
  padding: 20px;
}

#network a {
  font-size: 1.5em;
  padding-left: 20px;
}

#footer {
    min-height: 100px;
    background: #1a1aff;
    color: #fff;
}
#footer h6 {
    font-size: 15px;
    color: rgba(255,255,255,0.8);
    margin-top: 20px;
}
#footer a {
    color: #f6f6f6;
    font-size: 12px;
    text-decoration: underline !important;
}
#footer a:hover {
    color: #DC143C;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}

.media-body p {
  margin-bottom:30px;
}

a.scrollup{
  color: #DC143C;
  height:30px;
  width:30px;
  font-size:10px;
  line-height:30px;
  text-align:center;
  text-decoration:none;
  position:fixed;
  bottom:30px;
  right:25px !important; 
  opacity:0,5;
  border-radius:50%;
  z-index:999;
}
a.scrollup:hover{
  opacity:1;
  background-color:#999;
}