@charset "UTF-8";

#lang_dropdown_form_language .form-control {
  box-shadow: none;
}

.i18n-tr .mainnav .navbar-brand, .navbar-nav > li > a {
  font-size: 13px;
}

.i18n-my .mainnav .navbar-nav > li > a {
  font-size: 12px;
  padding: 25px 7px;
}

.i18n-tr .mainnav .navbar-nav > li > a {
  font-size: 13px;
}

.i18n-fr .mainnav .navbar-nav > li > a {
  font-size: 13px;
}

.contentholder {
    clear: both;
    display: inline-block;
    height: auto;
    min-width: 50px;
    overflow: hidden;
    position: relative;
    vertical-align: middle;
    width: 100%;
}

.contentholder::after {
    background: none repeat scroll 0 0 #c5c5c5;
    bottom: 0;
    content: "";
    display: block;
    height: 10px;
    left: 0;
    overflow: hidden;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    z-index: -1;
}

.contentholder > span {
    background: none repeat scroll 0 0 #c5c5c5;
    display: block;
    height: 10px;
    margin: 0 0 10px;
    position: relative;
    width: 100%;
}

@keyframes placeHolderShimmer {
    0% {
        background-position: -468px 0;
    }
    100% {
        background-position: 468px 0;
    }
}

@keyframes placeHolderShimmer {
    0% {
        background-position: -468px 0;
    }
    100% {
        background-position: 468px 0;
    }
}

.animated-background {
    animation-duration: 1s;
    animation-fill-mode: forwards;
    animation-iteration-count: infinite;
    animation-name: placeHolderShimmer;
    animation-timing-function: linear;
    background: linear-gradient(to right, #c5c5c5 8%, #dddddd 18%, #c5c5c5 33%) no-repeat scroll 0 0 / 800px 104px rgba(0, 0, 0, 0);
    position: relative;
}

.contentholder > span::before {
    animation-duration: 1s;
    animation-fill-mode: forwards;
    animation-iteration-count: infinite;
    animation-name: placeHolderShimmer;
    animation-timing-function: linear;
    background: linear-gradient(to right, #c5c5c5 8%, #dddddd 18%, #c5c5c5 33%) no-repeat scroll 0 0 / 800px 100% rgba(0, 0, 0, 0);
    content: "";
    display: block;
    height: 100%;
    position: absolute;
    width: 100%;
}


/* Search */

#search .left .animated-background {
  height: 145px;
  margin: 0;
}

#search .search-item .col-md-9.col-xs-9 span.animated-background:first-child {
  width: 40%;
}

#search .search-item .col-md-9.col-xs-9 span.animated-background {
  width: 70%;
}

#search .search-item .col-md-9.col-xs-9 span.animated-background:last-child {
  width: 30%;
}
