small {
  font-size: 75%;
  display: inline-block;
  line-height: 1.2em;
  margin-top: 1em;
}

.animated {
  -webkit-animation-duration: 4s;
  animation-duration: 4s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-iteration-count: infinite;
  -webkit-animation-iteration-count: infinite;
}


@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-10%, 0, 0);
    transform: translate3d(-10%, 0, 0);
    -webkit-animation: ease-out;
    animation: ease-out;
  }

  5% {
    opacity: 0;
    -webkit-transform: translate3d(-10%, 0, 0);
    transform: translate3d(-10%, 0, 0);
    -webkit-animation: ease-out;
    animation: ease-out;
  }

  25%  {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }

  75%  {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(20%, 0, 0);
    transform: translate3d(20%, 0, 0);
    -webkit-animation: ease-in;
    animation: ease-in;
  }
}


@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-10%, 0, 0);
    transform: translate3d(-10%, 0, 0);
    -webkit-animation: ease-out;
    animation: ease-out;
  }

  5% {
    opacity: 0;
    -webkit-transform: translate3d(-10%, 0, 0);
    transform: translate3d(-10%, 0, 0);
    -webkit-animation: ease-out;
    animation: ease-out;
  }

  25%  {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }

  75%  {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(40%, 0, 0);
    transform: translate3d(40%, 0, 0);
    -webkit-animation: ease-in;
    animation: ease-in;
  }
}



.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}

.quality {font-size: 10px; border-top: 1px dashed #888888; padding-top: 5px;}

.mainTxt .mainTxt-cont {}


.nfo .nfo-hdr {}

.nfo .mainTxt-cont,
.mainTxt .nfo-hdr {display: none;}



.default-content {
  margin-top: 40px;
}

@media screen and (min-width: 1024px) and (max-width: 1200px) {
  html {margin-left: -407px;}
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  html {margin-left: -540px;}
  #ani {margin-left: 50px!important;}
  #menu {
    position: relative;
    z-index: 1;
  }
}
@media (min-width:769px){
  .visible-xs-m {
    display: none !important;
  }
}

@media (max-width:767px){
  .default-content {
    overflow: scroll;
    margin-top: 120px;
  }
  .vacancy-list {
    margin-top: 100px;
  }
  .hidden-xs-m {
    display: none !important;
  }
  #content {
    width: 100%;
    float: left;
    margin: 0px;
    min-height: 490px;
    overflow: visible;
  }
  #warning {
    left: 0;
    width: 100% !important;
    top: 0 !important;
    border-radius: 0 !important;
    font-size: 170% !important;
    text-align: center;
    z-index: 1;
  }
  html {
    min-width: 100%;
  }
  #ani {
    display: none;
  }
  .price_info-sm {
    display: block !important;
    text-align: center;
    margin: 40px 0 !important;
  }
  .price_info {
    display: none !important;
  }
  #info p, .info p{
    margin: 5px 0 0;
  }
  #info, .info {
    width: 80% !important;
    text-align: center;
    font-size: 35px;
    margin: 0 auto;
  }
  #menu {text-align: center;}
  #menu a {margin: 18px;}
  #header {padding: 20px !important; height: 620px}
  body{min-width: 100%;}
  #phone__quality, .phone__quality {border: none 0 !important;}
  #logo {display: none;}
  .logo-sm {
    margin: 0;
    float: left;
    width: 75%;
    display: block;
  }
  .stud, .poly {
    margin: 40px auto;
    width: 100%;
    padding: 0 20px;
  }
}

.info p {
  margin: 5px 0 0;
}
.info {
  margin-bottom: 30px;
}
.info.visible-xs .time {
  margin: 20px 0px;
}

.navbar-collapse {
  overflow-x: visible;
  border-top: none;
  box-shadow: inset 0 1px 0 rgba(255,255,255,.1);
  -webkit-overflow-scrolling: touch;
  position: absolute;
  background-color: #ffc300;
  width: 100%;
  padding: 0 30px;
  font-size: 22px;
  box-shadow: 0px 10px 30px 10px rgba(0,0,0,0.6);
}
.navbar-nav a:nth-child(2) {
  display: none;
}

.navbar-nav a {
  color: #000;
}

.logo-sm img{
  width: 100%;
  height: auto;
  margin-bottom: 10px;
}
.phone__button i {
  margin-right: 15px;
}
.phone__button a {
  display: block !important;
  color:#fff;
}

.phone__button.phone__main a {
  color: #0f0f0f;
}

.phone__button.phone__main a i {
  background-color: transparent;
  color: #0f0f0f;
  border-radius: 50%;
  margin-right: 8px;
}

.phone__button.phone__main {
  background: #ff9e00;
  border-radius: 5px;
  padding: 8px;
  text-align: center;
  font-size: 24px;
}

.phone__quality {padding: 5px 0;}
.phone__button.phone__quality {
  background: #0e0e0e;
  border-radius: 5px;
  padding: 8px;
  text-align: center;
  font-size: 25px;
}

.navbar-nav span {
  text-align: center;
  font-size: 16px;
  border-top: 1px solid #000;
  margin: 10px 0px 10px 0;
  display: block;
  padding-top: 10px;
}

.navbar-toggle:focus, .navbar-toggle:hover {
  background-color: transparent !important;
  color: #ff9e00;
}

.navbar-toggle {
  padding: 0;
  margin: 0;
  border: none 0;
  color: #ff9e00;
}

.navbar-nav a{
  display: block;
  padding: 8px 0;
}





.price_info-sm {
  display: none;
}




html {
  height: 100%;
  font-weight: bold;
}


#warning__close {
  cursor: pointer;
  position: absolute;
  top: 2px;
  right: 7px;
  font-size: 20px;
  padding: 10px;
  color: #fff;
}
#warning h1{font-size: 200%;}

#warning {
  background: #ff3019;
  background: -moz-linear-gradient(top,  #ff3019 0%, #ad0303 100%);
  background: -webkit-linear-gradient(top,  #ff3019 0%,#ad0303 100%);
  background: linear-gradient(to bottom,  #ff3019 0%,#ad0303 100%);
  font-size: 20px;
  color: #fff;
  padding: 15px 35px 35px 35px;
  position: absolute;
  right: 30px;
  top: 30px;
  width: 295px;
  border-radius: 10px;
  box-shadow: 0px 0px 10px #000;
  text-shadow: 1px 1px 1px #000;
  opacity: 0.9;
  z-index: 1;
}


#ani {
  position: absolute;
  width: 638px;
  min-height: 800px;
  max-height: 100%;
  height: 100%;
  margin-left: -3%;
  background-repeat: no-repeat;
  background-size: cover;
}

#logo {
  margin-bottom: 0;
}

.price_info, .price_info-sm {  
  color: #ffaf00;
  margin-bottom: 40px;
  text-shadow: 0px 0px 10px #000;
}
.price_info {font-size: 30px;}
.price_info-sm {font-size: 23px;}