body{
    font-family: "Raleway", sans-serif;
    margin: 0;
    padding: 0;
}

@media (min-width: 768px) {
  body{
    width: 100vw;
    overflow-x:hidden;
  }
}

.carousel, .carousel-inner > .item {
  display: run-in;
}

.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  height: auto;
  max-width: 100%;
  line-height: 1;
}

.carousel-container {
    margin-left:0;
}

.carousel-caption {
    text-transform: uppercase;
    margin-bottom: 20px;
}
.carousel-caption h1{
    font-weight: 900;
    font-size: 35px;
    padding: 5px 5px;
    background-color: #2574A9;
    border: 1px solid #fff;
    display: inline-block;
}
.carousel-caption h3{
    font-weight: 700;
		font-size: 25;
    padding: 5px 20px;
    background-color: #2574A9;
    border: 1px solid #fff;
    display: inline-block;
}
.thumbnail {margin-bottom:6px;}

.carousel-control.left,.carousel-control.right{
  background-image:none;
  margin-top:10%;
  width:5%;
}

.item{
/*    background: white;    */
    text-align: center;
    height: 400px;
}

.menu{
    background: #fff;
    padding-top: 5em;
    padding-bottom: 5em;
}

.carousel-inner .item{
      height: 100vh;
    }
    .item{
      height: 100vh;
    }
    .item:before {
      content: '';
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      background-image: linear-gradient(to bottom right, #222, #2574a9);
      opacity: .8;
    }
    .menu {
      position: absolute;
      z-index: 100 !important;
      top: 0;
      background-color: transparent !important;
      width: 100vw;
      color: #fff;
      padding-top: 2em;
    }
    @media (max-width: 768px) {
	  .carousel-inner .item{
	      height: 200vh;
	    }
	    .item{
	      height: 200vh !important;
	    }
	    .menu a{
	    	padding-bottom: 20px !important;
	    }
	}
    .menu .logo{
      margin-bottom: 5em;
    }
    .menu h1 {
      text-transform: uppercase;
      font-weight: 900;
    }
    .menu h3 {
      text-transform: uppercase;
      font-weight: 300;
    }
    .menu a {
      text-decoration: none;
      color: #fff;
      margin-top: 3em;
    }
    .menu a:hover .col-md-4 {
      padding: 10px;
      background-color: #206390;
    }
    .menu a:hover h3{
      color: #F39C12;
    }
    .menu a h3{
      font-weight: 500;
    }
    .menu a p{
      font-weight: 300;
      font-size: 14px;
    }
    .menu a span {
      width: 100px;
      height: 2px;
      display: inline-block;
      background-color: #fff;
    }
    .kontak{
      /*border-top: 3px solid #2574A9;*/
      background:url("../img/footer_lodyas.png") repeat center bottom;
      background-attachment: fixed;
      background-size: auto auto, cover;
      /*background-color: #1e5f8a;*/
      color: #FFF !important;
      padding: 3em 1em;
    }
    footer{
      background: #fff;
      padding: 30px 0;
    }

    footer h3{
      font-weight: 900;
      color: #555;
    }
    footer h5{
      font-weight: 700;
      color: #2574A9;
    }
    .more-link span{
      display: inline-block;
      margin: 5px;
      background-color: #2ca02c;
      padding: 3px;
    }
    .more-link span a{
      text-decoration: none;
      color: #fff;
    }


.button{
	display: block;
	position: relative;
	height: 38px;
	line-height: 37px;
	padding: 0px 16px;
	outline: 0px none;
	color: #2574A9;
	background: none repeat scroll 0% 0% transparent;
	font-size: 14px;
	text-align: center;
	text-decoration: none !important;
	cursor: pointer;
	border: 1px solid #2574A9;
	vertical-align: bottom;
	white-space: nowrap;
	-moz-user-select: none;
	box-sizing: border-box;
	/*border-radius: 999em;*/
	transition: background-color 100ms ease 0s, border-color 100ms ease 0s, color 100ms ease 0s;
	letter-spacing: -0.02em;
	font-weight: 400;
	font-style: normal;
	text-rendering: optimizelegibility;
	-moz-font-feature-settings: "liga";
	height: auto;
  line-height: 31px;
  padding: 0px 20px;
  margin: 0 1em;
}
.button:hover, .button:active{
	background-color: #2574A9;
	color: #fff;
}

thead th, tfoot th{
    background-color: #2574A9 !important;
    color: #fff;
    padding: 5px;
    font-size: 16px;
}
table{
	width: 100%;
}
table tbody{
	border-bottom: 1px solid #999;
}
td{
    padding: 5px;
    font-weight: 500;
    vertical-align: top;
}
td a{
	text-decoration: none;
    color: #C0392B;
    font-weight: 600;
}
td h3{
	font-weight: 700;
    padding: 2px 5px;
    font-size: 18px;
}
tbody .space{
	margin-bottom: 10px;
	border-bottom: 1px solid #999;
}

tr:hover{
    /*background-color: rgba(30, 139, 195, 0.8)*/
}

.data, .detail{
    background: #fff;
    padding:5em 2em;
}
.img-wrap{
    width: 250px;
    height: 250px;
    overflow: hidden;
    display: inline-block;
    margin: 5px;
}
.img-wrap .caption{
    /*background-color: #2574A9;*/
    background-color: #333;
	color: #fff;
    text-align: center;
    padding: 5px;
}
.img-wrap img{
    width: 100%;
}

.stats-wrap{
    margin-bottom: 1em;
    -moz-box-shadow: 0 0 5px #999;
	-webkit-box-shadow: 0 0 5px #999;
	box-shadow: 0 0 5px #999;
}
.stats-chart{
    padding: 1em;
    background-color: #f4f4f4;
}
.stats-data{
    padding: 1em;
    /*    background: #fff;*/
/*
    -webkit-box-shadow: inset  -7px 0 9px -7px  rgba(18,18,18,0.2);
    -moz-box-shadow:inset -7px 0 9px -7px  rgba(18,18,18,0.2);
    box-shadow: inset -7px 0 9px -7px  rgba(18,18,18,0.2);
*/
}
.index{
	position: relative;
	padding: 1em 0;
	background:url("../images/slide1.png") no-repeat center center; background-size:cover;
	color: #fff;
	width: 100%;
	min-height: 100px;
}
.overlay:before{
	position: absolute;
  content:" ";
  top:0;
  left:0;
  width:100%;
  height:100%;
  display: block;
  z-index:0;
  background-image: linear-gradient(to bottom right, #222, #2574a9);
  opacity: .8;
}
}
.index h3{
	font-weight: 700;
	padding-left: 1em;
	margin: 0;
}
.index p{
	font-weight: 500;
	padding-right: 1em;
	margin-top: 10px;
	/*color: #26A65B;*/
}
.navbar{
	margin-bottom: 0;
}
.navbar-default {
    background-color: #fff;
    border-color: #E7E7E7;
}
.navbar-brand h3{
    text-transform: uppercase;
    font-weight: 700 !important;
    color: #444 !important;
    margin-left: 1em;
}

/*//SLIDE SHOW*/
.modal-content{
	background-color: #222;
	color: #fff;
}
.modal-header {
    border-bottom: 0;
}
.modal-footer {
    border-top:0;
    text-align: center;
}

.modal-dialog {
  width: 100%;
  height: 100%;
  margin: 0;
  top: 0;
  left: 0;
}

.modal-content {
  height: 100%;
  border-radius: 0;
}

.arrow{
  margin-top: 30vh;
}
