body {
  background: url(../img/bg.png);
}

.menu {
    color:#FFF;
    height:76px;
    width:100%;
    transition-duration: 0.5s;
    position: absolute;
}


@media (max-width: 768px) { 
  .menu {
    color:#FFF;
    height:76px;
    width:100%;
    transition-duration: 0.5s;
    position: relative;
  }
}

.logo {
  position: absolute;
  left: calc(35% - 72px);
  top: 20px;
  text-align: center;
}

.logo2 {
  position: absolute;
  right: calc(35% - 72px);
  top: 20px;
  text-align: center;
}

@media (max-width: 768px) {
  .logo {
    position: absolute;
    top: 10px;
  }

  .logo2 {
    position: absolute;
    top: 10px;
  }
}

.logo img {
  width: 80px;
}

.logo2 img {
  width: 83px;
  opacity: 0.6;
}

.top {
  height: 150px;
  width: 100%;
}

.top .iflag {
  position: absolute;
  left: 0px;
  z-index: -1;
}

.top .iflag img {
  width: 170px;
}

@media (max-width: 768px) {
  .top .iflag {
    display: none;
  }
}

.top .flag {
    width: 36px;
    margin-top: 8px;
}

.top .flags {
  float: right;
  margin-top: 105px;
}

.top .social {
  float: left;
  margin-top: 109px;
}

@media (max-width: 768px) {
  .top .flags {
    float: right;
    margin-top: 115px;
  }

  .top .social {
    float: left;
    margin-top: 119px;
  }
}

.top .social a {
  text-decoration: none;
}

.top .social img {
  margin-right: 8px;
  width: 28px;
}

.tooltip {
    font-family: ifont, segoe UI;
    font-size: 14px;
}

.logo-fa {
    position: absolute;
    z-index: 999;
    margin-top: -20px;
    margin-right: 50px;
    transition-duration: 0.5s;
}

@media (max-width: 768px) { 

  .logo-fa {
    right: 30px;
    top: 25px;
    height: 65px;
  }
  .logo-en, .logo-tr {
    left: 30px;
    top: 30px;
    height: 65px;
  }
  .logo {
    margin-top: -5px;
  }
}

@media (max-width: 992px) { 
  .logo-fa {
      margin-right: 20px;
  }
}


.logo-en, .logo-ru, .logo-tr {
    position: absolute;
    z-index: 999;
    margin-top: -20px;
    margin-left: 50px;
    transition-duration: 0.5s;
}

@media (max-width: 768px) { 
  .logo-en, .logo-ru, .logo-tr {
    margin-left: 20px;
  }
}

@media (max-width: 992px) { 
  .logo-en, .logo-ru, .logo-tr {
      margin-left: 20px;
  }
}

.main-slider {
  margin: 40px 0 0px 0;
}

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

@media (max-width: 992px) { 
    .content-header {
        margin-top: 55px;
    }
}

@media (max-width: 768px) { 
    .main-slider {
        margin-top: -3px;
    }

    .content-header {
        margin-top: -120px;
    }
}






.btn {
    height: 40px;
}

.form-control {
    height: 40px;
}

.contact-info {
    text-align: justify;
}

.contact-info hr {
    padding: 0px;
    margin: 0px 0 10px 0;
}

.contact-info p {
    line-height: 25px;
}

.contact-map {
    margin-top: 80px;
    height: 250px;
    width: 100%;
    position: relative;
    border-bottom: 1px solid #CCC;
    border-top: 1px solid #CCC;
    margin-top: 40px;
}

@media (max-width: 768px) {
  .contact-map {
    margin-top: 80px;
    height: 250px;
    width: 100%;
    position: relative;
    border-bottom: 1px solid #CCC;
    border-top: 1px solid #CCC;
    margin-top: -3px;
  }
}

.pages {
    margin-top: 30px;
}

.main-about {
    text-align: center;
    font-size: 15px;
    line-height: 30px;
}

.main-about img {
    display: none;
}

.main-about-container {
    margin-top: -40px;
    margin-bottom: -40px;
    position: relative;
    z-index: 99;
}

.main-about-row {
    padding: 10px 5%;
}

.main-about-box {
    background-color: #FFF;
   -moz-box-shadow:    inset 0 0 20px #DDD;
   -webkit-box-shadow: inset 0 0 20px #DDD;
   box-shadow:         inset 0 0 20px #DDD;
   border: 1px solid #DDD;
   border-radius: 3px;
   padding: 0px 40px 40px 40px;
}

.content-text img {
  margin-top: 20px;
}


/*************************************  TEAM ***********************************************/


.team-mate {
    position: relative;
    box-shadow: 1px 1px 5px #ddd;
    border: 1px solid #ddd;
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}
.team-mate:before {
    position: absolute;
    content: "";
    bottom: -1px;
    left: 0;
    right: 0;
    height: 5px;
    width: 100%;
    background: #0c80d0;
    visibility: hidden;
    -webkit-transform: scaleX(0);
    -moz-transform: scaleX(0);
    -ms-transform: scaleX(0);
    -o-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}
.team-mate:hover:before {
    visibility: visible;
    -webkit-transform: scaleX(1);
    -moz-transform: scaleX(1);
    -ms-transform: scaleX(1);
    -o-transform: scaleX(1);
    transform: scaleX(1);
}
.team-mate .member-photo {
    overflow: hidden;
    position: relative;
    background: #F1F1F1;
}
.team-mate .member-photo img {
    width: 100%;
    margin: 0 auto;
}
.team-mate .member-photo a img {
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}
.team-mate .member-title {
    padding: 15px 0;
    background-color: #fff;
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}
.team-mate .member-title h4 {
    text-transform: uppercase;
    font-size: 18px;
    margin: 0 0 10px;
}
.team-mate:hover .member-title {
    background-color: #F9F9F9;
}


/*************************************  SECTION TITLE **************************************/


.section-title-center {
    text-align: center;
    margin-top: 30px;
}
.section-title-center h3 {
    color: #333;
    font-size: 30px;
    margin: 0;
    text-transform: capitalize;
    position: relative;
}
.white {
    color: #FFF;
}
.section-title-center h5 {
    font-size: 13px;
    text-transform: uppercase;
}
.section-title-center h3 span {
    font-weight: 400;
}
.section-title-center span.line {
    background-color: #ddd;
    height: 1px;
    width: 28%;
    font-size: 28px;
    display: inline-block;
    position: relative;
    margin: 11px auto 18px;
}
.section-title-center span.line:before {
    position: absolute;
    content: "";
    height: 5px;
    width: 80px;
    background-color: #0c80d0;
    top: -2px;
    border-radius: 30px;
    left: 50%;
    margin-left: -40px;
}

.section-title-center span.line-white {
    background-color: #FFF;
    height: 1px;
    width: 28%;
    font-size: 28px;
    display: inline-block;
    position: relative;
    margin: 11px auto 18px;
}
.section-title-center span.line-white:before {
    position: absolute;
    content: "";
    height: 5px;
    width: 80px;
    background-color: #0c80d0;
    top: -2px;
    border-radius: 30px;
    left: 50%;
    margin-left: -40px;
}


/**************************************** MAIN UNITS ***************************************/

.main-units {
    background: #191919 url('../img/section-bg.png');
    padding-bottom: 50px;
}

.units a:link, .units a:visited {
    display: block;
    border-bottom: 1px solid #DDD;
    line-height: 45px;
    transition-duration: 0.5s;
}

.units a:hover {
    border-bottom: 1px solid #FFC312;
    text-decoration: none;
    text-indent: 5px;
    transition-duration: 0.5s;
}


figure.snip1480 {
  font-family: ifont, Segoe UI;
  position: relative;
  float: left;
  overflow: hidden;
  width: 100%;
  max-height: 250px;
  color: #ffffff;
  text-align: left;
  font-size: 14px;
}
figure.snip1480 * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
figure.snip1480 img {
  width: 100%;
  height: 100%;
  vertical-align: top;
}
figure.snip1480 figcaption {
  background-color: rgba(255, 195, 18, 0.75);
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
}
figure.snip1480 h3 {
  text-align: center;
  font-size: 16px;
  padding: 10px;
  margin: 0;
  color: #191919;
  font-weight: 400;
  text-transform: uppercase;
}
figure.snip1480:before {
  background: rgba(255, 195, 18, 0.75);
  content: "";
  left: 0;
  right: 0;
  bottom: 100%;
  top: 0;
  position: absolute;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
figure.snip1480 i {
  position: absolute;
  font-size: 3.5em;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50px);
  transform: translate(-50%, -50px);
  opacity: 0;
}
figure.snip1480 a {
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  position: absolute;
  z-index: 1;
}
figure.snip1480:hover:before,
figure.snip1480.hover:before {
  bottom: 0;
}
figure.snip1480:hover i,
figure.snip1480.hover i {
  opacity: 1;
  color: #191919;
}
figure.snip1480:hover figcaption,
figure.snip1480:hover h3,
figure.snip1480.hover figcaption {
  background: #191919;
  color: #FFC312;
}


/*********************************** GALLERY ******************************/

.snip1500 {
  font-family: ifont, segoe ui;
  position: relative;
  float: left;
  overflow: hidden;
  margin: 10px 1%;
  min-width: 230px;
  max-width: 315px;
  height: 190px;
  width: 100%;
  color: #ffffff;
  text-align: center;
  font-size: 15px;
  background-color: #000000;
  border-radius: 3px;
}

.snip1500 *,
.snip1500 *:before,
.snip1500 *:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.55s ease;
  transition: all 0.55s ease;
}

.snip1500 img {
  max-width: 100%;
  backface-visibility: hidden;
  vertical-align: top;
}

.snip1500 figcaption {
  position: absolute;
  top: 50%;
  left: 50%;
  padding: 5px 10px 10px;
  opacity: 0;
  -webkit-transform: rotate(45deg) translate(-50%, -50%);
  transform: rotate(45deg) translate(-50%, -50%);
  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
}

.snip1500 figcaption:before,
.snip1500 figcaption:after {
  height: 2px;
  width: 400px;
  position: absolute;
  content: '';
  background-color: #ffffff;
}

.snip1500 figcaption:before {
  top: 0;
  left: 10px;
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
}

.snip1500 figcaption:after {
  bottom: 0;
  right: 10px;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
}

.snip1500 figcaption div:before,
.snip1500 figcaption div:after {
  width: 2px;
  height: 300px;
  position: absolute;
  content: '';
  background-color: #ffffff;
}

.snip1500 figcaption div:before {
  top: 10px;
  right: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
}

.snip1500 figcaption div:after {
  bottom: 10px;
  left: 0;
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
}

.snip1500 h2,
.snip1500 h4 {
  margin: 0;
  text-transform: uppercase;
}

.snip1500 h2 {
  font-weight: 400;
}

.snip1500 h4 {
  display: block;
  font-weight: 700;
  background-color: #ffffff;
  padding: 5px 10px;
  color: #000000;
}

.snip1500 a {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.snip1500:hover img,
.snip1500.hover img {
  zoom: 1;
  filter: alpha(opacity=50);
  -webkit-opacity: 0.5;
  opacity: 0.5;
}

.snip1500:hover figcaption,
.snip1500.hover figcaption {
  opacity: 1;
}

.snip1500:hover figcaption:before,
.snip1500.hover figcaption:before,
.snip1500:hover figcaption:after,
.snip1500.hover figcaption:after,
.snip1500:hover figcaption div:before,
.snip1500.hover figcaption div:before,
.snip1500:hover figcaption div:after,
.snip1500.hover figcaption div:after {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}

.snip1500:hover figcaption:before,
.snip1500.hover figcaption:before,
.snip1500:hover figcaption:after,
.snip1500.hover figcaption:after {
  -webkit-transition-delay: 0.15s;
  transition-delay: 0.15s;
}

/*********************************** MARGIN *******************************/

.mt-1 { margin-top: 10px; }
.mt-2 { margin-top: 20px; }
.mt-3 { margin-top: 30px; }
.mt-4 { margin-top: 40px; }
.mt-5 { margin-top: 50px; }

.mb-1 { margin-bottom: 10px; }
.mb-2 { margin-bottom: 20px; }
.mb-3 { margin-bottom: 30px; }
.mb-4 { margin-bottom: 40px; }
.mb-5 { margin-bottom: 50px; }

/*************************************************************************/

.carousel-showmanymoveone .carousel-control {
  width: 4%;
  background-image: none;
}

.carousel-showmanymoveone img {
    background: #FFF;
    text-align: center;
}

.carousel-showmanymoveone .carousel-control.left {
  margin-left: 15px;
}
.carousel-showmanymoveone .carousel-control.right {
  margin-right: 15px;
}
.carousel-showmanymoveone .cloneditem-1,
.carousel-showmanymoveone .cloneditem-2,
.carousel-showmanymoveone .cloneditem-3 {
  display: none;
}
@media all and (min-width: 768px) {
  .carousel-showmanymoveone .carousel-inner > .active.left,
  .carousel-showmanymoveone .carousel-inner > .prev {
    left: -50%;
  }
  .carousel-showmanymoveone .carousel-inner > .active.right,
  .carousel-showmanymoveone .carousel-inner > .next {
    left: 50%;
  }
  .carousel-showmanymoveone .carousel-inner > .left,
  .carousel-showmanymoveone .carousel-inner > .prev.right,
  .carousel-showmanymoveone .carousel-inner > .active {
    left: 0;
  }
  .carousel-showmanymoveone .carousel-inner .cloneditem-1 {
    display: block;
  }
}
@media all and (min-width: 768px) and (transform-3d), all and (min-width: 768px) and (-webkit-transform-3d) {
  .carousel-showmanymoveone .carousel-inner > .item.active.right,
  .carousel-showmanymoveone .carousel-inner > .item.next {
    -webkit-transform: translate3d(50%, 0, 0);
            transform: translate3d(50%, 0, 0);
    left: 0;
  }
  .carousel-showmanymoveone .carousel-inner > .item.active.left,
  .carousel-showmanymoveone .carousel-inner > .item.prev {
    -webkit-transform: translate3d(-50%, 0, 0);
            transform: translate3d(-50%, 0, 0);
    left: 0;
  }
  .carousel-showmanymoveone .carousel-inner > .item.left,
  .carousel-showmanymoveone .carousel-inner > .item.prev.right,
  .carousel-showmanymoveone .carousel-inner > .item.active {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
    left: 0;
  }
}
@media all and (min-width: 992px) {
  .carousel-showmanymoveone .carousel-inner > .active.left,
  .carousel-showmanymoveone .carousel-inner > .prev {
    left: -25%;
  }
  .carousel-showmanymoveone .carousel-inner > .active.right,
  .carousel-showmanymoveone .carousel-inner > .next {
    left: 25%;
  }
  .carousel-showmanymoveone .carousel-inner > .left,
  .carousel-showmanymoveone .carousel-inner > .prev.right,
  .carousel-showmanymoveone .carousel-inner > .active {
    left: 0;
  }
  .carousel-showmanymoveone .carousel-inner .cloneditem-2,
  .carousel-showmanymoveone .carousel-inner .cloneditem-3 {
    display: block;
  }
}
@media all and (min-width: 992px) and (transform-3d), all and (min-width: 992px) and (-webkit-transform-3d) {
  .carousel-showmanymoveone .carousel-inner > .item.active.right,
  .carousel-showmanymoveone .carousel-inner > .item.next {
    -webkit-transform: translate3d(25%, 0, 0);
            transform: translate3d(25%, 0, 0);
    left: 0;
  }
  .carousel-showmanymoveone .carousel-inner > .item.active.left,
  .carousel-showmanymoveone .carousel-inner > .item.prev {
    -webkit-transform: translate3d(-25%, 0, 0);
            transform: translate3d(-25%, 0, 0);
    left: 0;
  }
  .carousel-showmanymoveone .carousel-inner > .item.left,
  .carousel-showmanymoveone .carousel-inner > .item.prev.right,
  .carousel-showmanymoveone .carousel-inner > .item.active {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
    left: 0;
  }
}

/************************************* FOOTER *******************************/

.footer {
  width: 100%;
  position: relative;
  background: #333;
  margin-top: 40px;
  padding-bottom: 20px;
}

.footer .footer-map {
  width: 100%;
  height: 175px;
  border-radius: 5px;
}

.footer .finfo {
  height: 250px;
  color: #333;
}

.footer-contact-info {

}

@media (max-width: 768px) {
  .footer .fmap, .footer .finfo {
    width: 100%;
    display: block;
  }
}


.rand-gallery ul { 
  margin: 0px 0px 0px -10px;
  padding: 0px;
}
.rand-gallery ul li {
    float: right;
    list-style: none;
    padding: 0px 0px 10px 10px;
    width: 33.333%;
}
.rand-gallery a,.rand-gallery a img {
    width: 100%;
    float: left;
    height: 55px;
    border-radius: 5px;
}

.copyright {
  border-top: 1px solid #FFF;
  margin-top: -35px;
  padding-top: 10px;
  text-align: center;
  color: #CCC;
}

.copyright a:link, .copyright a:visited {
  color: #FFF;
}



/************************************************************/


.caption-animate .item.active .carousel-caption {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.caption-animate  .item.active .carousel-caption.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.caption-animate  .item.active .carousel-caption.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}

.caption-animate .item.active .carousel-caption.flipOutX,
.caption-animate .item.active .carousel-caption.flipOutY,
.caption-animate .item.active .carousel-caption.bounceIn,
.caption-animate .item.active .carousel-caption.bounceOut {
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
}
.caption-animate .item .carousel-caption.fadeIn,
.caption-animate .item .carousel-caption.fadeInDown,
.caption-animate .item .carousel-caption.fadeInDownBig,
.caption-animate .item .carousel-caption.fadeInLeft,
.caption-animate .item .carousel-caption.fadeInLeftBig,
.caption-animate .item .carousel-caption.fadeInRight,
.caption-animate .item .carousel-caption.fadeInRightBig,
.caption-animate .item .carousel-caption.fadeInUp,
.caption-animate .item .carousel-caption.fadeInUpBig{
  opacity:0;
}