.header
{
 position: fixed;
 top:0;
 left:0;
 width: 100%;
 background: rgba(255,255,255,0.4);
 z-index: 100;
 height: 53px;
}

.slickslider
{
 height: 100%;
 /*position: relative;*/
 margin-top: -83px;
 height: calc(100% + 83px);
}

.header__nav{
 margin-left: 230px;
}

.languages a,
.header__nav>li>a
{
 color: #2d2d2d!important;
}
.header__nav>li>a
{
 line-height: 53px;
}

.languages
{
 top: 28px;
 color: #2d2d2d!important;
}

.header__logo
{
 background:url("/logo.png") no-repeat center center;
 background-size: 100% 100%;
 padding: 0!important;
 height: 50px;
 width: 174px;
 position: relative;
 top:-29px;
}

@media(max-width: 991px) {
 .header__nav>li>a
 {
  padding: 0 25px;
 }
}

@media(max-width: 767px)
{
 .header__logo
 {
  top:-10px;
 }

 .navbar-collapse
 {
  background: white;
  top:73px;
 }
}

.navbar-toggle .icon-bar
{
 background: black;
}

body
{
 padding-top: 83px;
}

.contact__col__img img
{
 display: block;
 width: 100%;
 height: 530px;
 object-fit: cover;
}

.box-mood .big-title, .box-mood .big-title a, .box-mood .extra-title, .box-mood .extra-title a, .box-mood .small-title, .box-mood .small-title a, .box-mood .smaller-title, .box-mood .smaller-title a
{
 text-transform: none;
}

.smaller-title,
.smaller-title a
{
 font-size: 30px!important;
}

.small-title,
.small-title a
{
 font-size: 40px!important;
}
.tagcloud-bg
{
 text-align: center;
 background: url('/cloud.png') no-repeat center center;
 background-size: 100% 100%;
 padding: 50px;
}

.box-mood,
.content
{
 background: none!important;
}

.about__me
{
 background: white;
}

.languages
{
 font-size: 13px;
 top:18px;
}

.footer__copyright
{
 line-height: 40px;
}

@media (min-width: 992px) and (max-width: 1199px)
{
 .header__nav {
  margin-left: 212.5px;
 }
}

@media (min-width: 768px) and (max-width: 991px)
{
 .header__nav {
  margin: 0;
  margin-left: 70px;
 }
}

.navbar-toggle{
 top: 19px;
}
.navbar-toggle.open
{
 top:16px;
}

@media (max-width: 767px)
{
 .navbar-collapse {
  top: 53px;
 }
}

@media (min-width: 768px) and (max-width: 991px), (max-width: 767px)
{
 .footer {
  margin-top: 0px;
 }
}