
body, html {
    height: 100%;
    background-color: #d0ffdd;
    color: #023333 !important;
}

* {
    margin: 0;
    padding: 0;
}

header .container-fluid {
    padding-left: 0;
    padding-right: 0;
}
.jumbotron {
    background-color: #d0ffdd;
    /*background-image: url(../img/lug-1-pr.jpg);*/
    padding-top: 0;
    margin-top: 0;
   
}
.row h1, h2, h3, h4, h5 {
    text-align: center;
    color: #008080;
    font-family: 'Arial' !important;
}

/*.redder{color:red}*/
.row h1 {
    text-transform: uppercase;
}

.jumbotron p {
    
    text-indent: 30px;
}
.list-group {
    margin-top: 40px;
    margin-left: 20px;
    margin-right: 20px;
}
.list-group a:hover, .nav li a:hover {
    background-color: #bce8f1;
}
.list-group a {
    background-color: #d0ffdd;
}
.nav li a:hover
.sharelist__items {
    display: inline-block;
    vertical-align: middle;
}
.little {
    height: 50;
    width: 50;
}
.col-sm-2 a .img-responsive:hover,
.col-sm-3 a .img-responsive:hover,
.col-sm-4 a .img-responsive:hover,
.col-sm-6 a .img-responsive:hover{
      z-index: 20;
    -moz-transform:scale(4.0);
    -webkit-transform: scale(4.0);
    -o-transform: scale(4.0); 
     -moz-transition: all 1s ease-in-out;
  -webkit-transition: all 1s ease-in-out;
  -o-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
}
.col-sm-3 col-sm-push-9 a .img-responsive:hover{
      z-index: 20;
    -moz-transform:scale(0.5);
    -webkit-transform: scale(0.5);
    -o-transform: scale(0.5); 
     -moz-transition: all 1s ease-in-out;
  -webkit-transition: all 1s ease-in-out;
  -o-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
}
a:link .soc{
    z-index: 20;
    -moz-transform:scale(0.8);
    -webkit-transform: scale(0.8);
    -o-transform: scale(0.8); 
}
a .soc:hover {
      z-index: 20;
    -moz-transform:scale(1.0);
    -webkit-transform: scale(1.0);
    -o-transform: scale(1.0); 
}
a.disabled {
    pointer-events: none; /* делаем ссылку некликабельной */
    cursor: default;  /* устанавливаем курсор в виде стрелки */
    color: #000; /* цвет текста для нективной ссылки */
}
.description, #artic1, #artic2, #artic3, #artic4 {
    display: none;
}
p {
    text-align: justify;
    color: #023333;
}
#niz {
    margin-bottom: 200px; 
}
.navbar-fixed-bottom {
    background-color: #d0ffdd;
    width: 100%; 
}
#sidebar {
    position: fixed;
    top:70px;
  }
/* ==========================================================================
   Author's custom styles
   ========================================================================== */

















