@import url('https://fonts.googleapis.com/css?family=Roboto:300&subset=cyrillic,cyrillic-ext');

body {
  margin: 0;
  overflow-x: hidden;
  font-size: 14px;
  max-width: 1920px;
  margin-right: auto;
  margin-left: auto;
  background: #f1f1f1;
}

@-webkit-keyframes rotate-right {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
  }
}
@-webkit-keyframes rotate-left {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(-360deg);
  }
}
@-webkit-keyframes hover {
  0% {
    -webkit-transform: translateY(0%);
  }
  50% {
    -webkit-transform: translateY(5%);
  }
  100% {
    -webkit-transform: translateY(0%);
  }
}
@-webkit-keyframes pull {
  0% {
    -webkit-transform: scaleY(1);
  }
  40% {
    -webkit-transform: scaleY(1.01);
  }
  60% {
    -webkit-transform: scaleY(0.99);
  }
  80% {
    -webkit-transform: scaleY(1.01);
  }
  100% {
    -webkit-transform: scaleY(0.99);
  }
  80% {
    -webkit-transform: scaleY(1.01);
  }
  100% {
    -webkit-transform: scaleY(1);
  }
}
#airplane2, #airplane1 {
  -webkit-transform: translate3d(0, 0, 0);
  -webkit-transform-origin: 200px 200px;
  -webkit-transform: translate3d(0, 0, 0);
  -webkit-animation: rotate-right 60s linear 0s infinite;
}

#countryObjects {
  -webkit-transform: translate3d(0, 0, 0);
  -webkit-transform-origin: 200px 200px;
  -webkit-transform: translate3d(0, 0, 0);
  -webkit-animation: rotate-right 240s linear 0s infinite;
}

#floatingGlobe {
  -webkit-transform: translate3d(0, 0, 0);
  -webkit-transform-origin: 200px 200px;
  -webkit-transform: translate3d(0, 0, 0);
  -webkit-animation: rotate-left 360s linear 0s infinite;
}

#globe {
  -webkit-transform: translate3d(0, 0, 0);
  -webkit-animation: hover 0s linear 0s infinite;
}

#windmill {
  -webkit-transform: translate3d(0, 0, 0);
  -webkit-transform-origin: 331px 201px;
  -webkit-transform: translate3d(0, 0, 0);
  -webkit-animation: rotate-right 2s linear 0s infinite;
}

#cloud1 {
  -webkit-transform: translate3d(0, 0, 0);
  -webkit-animation: hover 3s linear 1s infinite;
}

#cloud2 {
  -webkit-transform: translate3d(0, 0, 0);
  -webkit-animation: hover 3s linear 2s infinite;
}

#cloud3 {
  -webkit-transform: translate3d(0, 0, 0);
  -webkit-animation: hover 3s linear 3s infinite;
}

#circle1 {
  -webkit-transform: translate3d(0, 0, 0);
  -webkit-transform-origin: 200px 200px;
  -webkit-transform: translate3d(0, 0, 0);
  -webkit-animation: rotate-right 12s linear 0s infinite;
}

#circle2 {
  -webkit-transform: translate3d(0, 0, 0);
  -webkit-transform-origin: 200px 200px;
  -webkit-transform: translate3d(0, 0, 0);
  -webkit-animation: rotate-left 24s linear 0s infinite;
}

#circle3 {
  -webkit-transform: translate3d(0, 0, 0);
  -webkit-transform-origin: 200px 200px;
  -webkit-transform: translate3d(0, 0, 0);
  -webkit-animation: rotate-right 12s linear 0s infinite;
}

#circle4 {
  -webkit-transform: translate3d(0, 0, 0);
  -webkit-transform-origin: 200px 200px;
  -webkit-transform: translate3d(0, 0, 0);
  -webkit-animation: rotate-left 24s linear 0s infinite;
}

#circle5 {
  -webkit-transform: translate3d(0, 0, 0);
  -webkit-transform-origin: 200px 200px;
  -webkit-transform: translate3d(0, 0, 0);
  -webkit-animation: rotate-right 12s linear 0s infinite;
}

/******theme******/

.navbar-inverse{
  background: #2957a4;
  border: none;
}

.navbar-brand{
  padding: 0;
}

.navbar-brand img{
  width: 126px;
  margin-right: 10px;
}

.navbar-nav > li > a{
  padding-top: 25px;
  padding-bottom: 25px;

}

.navbar-inverse .navbar-nav>.active>a, .navbar-inverse .navbar-nav>.open>a{
  background: rgba(0,0,0,0.1);
  -moz-box-shadow:    none;
   -webkit-box-shadow: none;
   box-shadow:         none;
}

.navbar-inverse .navbar-nav>.active>a:hover, .navbar-inverse .navbar-nav>.open>a:hover{
  background: rgba(0,0,0,0.2);
}

.navbar-inverse .navbar-toggle{
  border-color: #fff;
}

.navbar-inverse .navbar-nav > li > a{
  color: white;

}

.about{
  position: relative;
  margin-top: -150px;
}

.header-title{
  margin: 0;
  height: 80px;
  background: url('../img/header-right.png');
}

.content-title{
   text-align: left;
   padding-top: 24px;
   padding-left: 98px;
   height: 80px;
   font-size: 18px;
   text-transform: uppercase;
   color: #fff;
   background: url('../img/header-left.png');
   background-repeat: no-repeat;
   background-position: left top;
}

.content-title-min{
   text-align: center;
   font-size: 18px;
   text-transform: uppercase;
   color: #fff;
   padding-top: 20px;
   padding-bottom: 20px;
   padding-left: 20px;
}
.about-text{
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  text-align: justify;
  padding: 60px 15px;

}

.content-text{
  background: #fff;
  max-width: 100%;
}

.row{
  margin: 0;
}

#achaa{
  background: #0098da;
  padding: 20px 5px;
  border-bottom: 3px solid #2957a4;
}

#trans{
  background: #2957a4;
  padding: 20px 5px;
  border-top: 3px solid #0098da;
  z-index: 99999;
}


.header2{
  background: url('../img/header2back.png');
  width: 100%;
  height: 100px;
}

.header2 p{
  background: url('../img/header2.png');
  padding: 31px 10px 43px;
  font-size: 18px;
  text-transform: uppercase;
  background-repeat: no-repeat;
  background-position: top center;
  color: white;
}

.header3{
  background: url('../img/header3back.png');
  width: 100%;
  height: 100px;
}

.header3 p{
  background: url('../img/header2.png');
  padding: 31px 10px 43px;
  font-size: 18px;
  text-transform: uppercase;
  background-repeat: no-repeat;
  background-position: top center;
  color: white;
}

/********scroll test*********/
* { text-align:center; }

.wrapper
{
  max-width:30em;
  margin:2em auto;
}
.service-top{
  background: url('../img/land-top.jpg');
  background-position: center;
  background-repeat: no-repeat;
  height: 750px;
  width: 100%;
  margin: 0;
}
.service{
  width: 100%;
  height: 770px;
  margin-right: auto;
  margin-left: auto;
  background: url('../img/land.jpg');
  background-position: center top; background-repeat: no-repeat;
}

.gaali-top{
  background: url('../img/gaali-top.jpg');
  background-position: center;
  background-repeat: no-repeat;
  height: 480px;
  width: 100%;
  margin: 0;
}
.gaali{
  width: 100%;
  height: 1280px;
  margin-right: auto;
  margin-left: auto;
  background: url('../img/gaali-bg.jpg');
  background-position: center top; background-repeat: no-repeat;
}

.goat{
  position: absolute;
  left:50%;
  margin-left: -445px;
  margin-top: -380px;
}

.rotate-goat{
  transform-origin:left -380px !important;
}


.car{
  position: absolute;
  left:50%;
  margin-left: -185px;
  margin-top: -380px;
  z-index: -1 !important;
  
}

.train{
  position: absolute;
  left:50%;
  margin-left: 55px;
  margin-top: -380px;
}

.airplane{
  position: absolute;
  left:50%;
  margin-left: 80px;
  top: -400px;
}

.rotate-airplane{
  transform-origin:right -380px !important;
}

.trans{
  height: inherit; width: 1400px; position: relative; left: 50%; margin-left: -700px; z-index: 0;
}


.container-middle{
  max-width: 1280px;
  margin-right: auto;
  margin-left: auto;
}

.animation1{
  height: 1520px; overflow: hidden;
}

.animation2{
  height: 1000px; overflow: hidden;
}

.animation3{
  height: 1760px; overflow: hidden;
}

.daatgal{
  background: #fff;
  width: 100%;
  height: 600px;
  margin-right: auto;
  margin-left: auto;
}

.daatgal-top{
  background: #fff;
  height: 700px;
  width: 100%;
  margin: 0;
}

.d0{
  position: absolute;
  left: 50%;
  margin-left: -366px;
  margin-top: -600px;
}

.d1{
  position: absolute;
  left: 50%;
  margin-left: 100px;
}

.d2{
  position: absolute;
  left: 50%;
  margin-left: 200px;
  margin-top: -200px;
}
.d3{
  position: absolute;
  right: 50%;
  margin-right: -96px;
  margin-top: 96px;
}

.d4{
  position: absolute;
  right: 50%;
  margin-right: 236px;
  margin-top: 20px;
}

.daatgal-content{
  background: #2957a4; 
  padding: 15px;
  color: white;
}

.daatgal-text{
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
  background: #2957a4 !important;
  color: white;
  padding-top: 0;
  text-align: justify;
  padding: 0 15px 20px 0;
}

.daatgal-title-min{
  text-align: center;
  font-size: 18px;
  text-transform: uppercase;
  padding: 20px;
  color: white;
}

.gaali-content{
  background: #0098da; 
  padding: 15px;
  color: white;
  border-bottom: 3px solid #2957a4;
}

.gaali-text{
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
  background: #0098da !important;
  color: white;
  padding-top: 0;
  text-align: justify;
  padding: 0 15px 20px 0;
}

.gaali-title-min{
  text-align: center;
  font-size: 18px;
  text-transform: uppercase;
  padding: 20px;
  color: white;
}

.g1{
  position: absolute;
  right: 50%;
  margin-right: 650px;
  margin-top: -120px;
}

.g2{
  position: absolute;
  right: 50%;
  margin-right: 0;
  margin-top: -125px;
}

.g3{
  position: absolute;
  left: 50%;
  margin-left: 0;
  margin-top: -125px;
}
.g4{
  position: absolute;
  left:50%;
  margin-left: -403px;
  margin-top: -480px;
}
.g5{
  position: absolute;
  left: 50%;
  margin-left: -80px;
  margin-top: -350px;
}
.g6{
  position: absolute;
  right: 50%;
  margin-right: -55px;
  margin-top: -300px;
}
.g7{
  position: absolute;
  right: 50%;
  margin-right: -75px;
  margin-top: -250px;
}
.g8{
  position: absolute;
  right: 50%;
  margin-right: -75px;
  margin-top: -800px;
}
.g9{
  position: absolute;
  left: 50%;
  margin-left: -323px;
  margin-top: 670px;
}
.g1{
  position: absolute;
  right: 50%;
  margin-right: 650px;
  margin-top: -120px;
}

/******contacts******/

#contact {
  background:#F9F9F9;
  padding:25px;
  margin:15px 0;
}

#contact h3 {
  color: #2957a4;
  display: block;
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 400;
  padding-bottom: 20px;
}

#contact h4 {
  margin:5px 0 15px;
  display:block;
  font-size:13px;
}

fieldset {
  border: medium none !important;
  margin: 0 0 10px;
  min-width: 100%;
  padding: 0;
  width: 100%;
}

#contact input[type="text"], #contact input[type="email"], #contact input[type="tel"], #contact input[type="url"], #contact textarea {
  width:100%;
  border:1px solid #CCC;
  background:#FFF;
  margin:0 0 5px;
  padding:10px;
  text-align: left;
}

#contact input[type="text"]:hover, #contact input[type="email"]:hover, #contact input[type="tel"]:hover, #contact input[type="url"]:hover, #contact textarea:hover {
  -webkit-transition:border-color 0.3s ease-in-out;
  -moz-transition:border-color 0.3s ease-in-out;
  transition:border-color 0.3s ease-in-out;
  border:1px solid #AAA;
}

#contact textarea {
  height:100px;
  max-width:100%;
  resize:none;
}

#contact button[type="submit"] {
  width:100%;
  border:none;
  background:#0CF;
  color:#FFF;
  margin:0 0 5px;
  padding:10px;
  font-size:15px;
}

#contact button[type="submit"]:hover {
  background:#09C;
  -webkit-transition:background 0.3s ease-in-out;
  -moz-transition:background 0.3s ease-in-out;
  transition:background-color 0.3s ease-in-out;
}

#contact button[type="submit"]:active { box-shadow:inset 0 1px 3px rgba(0, 0, 0, 0.5); }

#contact input:focus, #contact textarea:focus {
  outline:0;
  border:1px solid #999;
}
::-webkit-input-placeholder {
 color:#888;
}
:-moz-placeholder {
 color:#888;
}
::-moz-placeholder {
 color:#888;
}
:-ms-input-placeholder {
 color:#888;
}

.alpha-address{
  padding: 25px;
  background: #F9F9F9;
  margin: 15px 0;
}

.address-title-min{
  font-size: 18px;
  text-transform: uppercase;
  padding: 20px 5px 10px 5px;
  color: #2957a4;
  text-align: center;
}

.address-text{
  text-align: justify;
  padding: 5px;
}

#news-header{
  background: url(../img/news-header.jpg);
  background-attachment: fixed;
  width: 100%;
  height: 400px;

}

.news-header-text{
  color: white;
  text-align: center;
  padding-top: 220px;
  text-transform: uppercase;
  font-size: 22px;
  font-weight: 300;
}

.news-alpha{
  padding-top: 30px !important;
}

.alpha-caption p{
  text-align: justify !important;
  padding: 20px 20px;
}

.alpha-caption h3{
  text-align: left !important;
  padding: 20px 20px;
  background: #0096db;
  margin: 0;
  color: white;
  font-weight: normal;
  font-size: 18px;
}

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12{
  padding-right: 5px;
  padding-left: 5px;
}

.btn-primary{
  background: #2957AC;
  border-radius: 0;
  padding: 10px 40px;
  border: none;
}

.alpha-thumbnail{
  background: #fff;
}

.news-thumb{
  max-height: 200px;
  overflow: hidden;
}

.news-thumb img{
  width: 100%;
}

.single-news-container{
  max-width: 800px;
  margin-right: auto;
  margin-left: auto;
  padding: 20px;
  background: #fff;
}

.news-thumb-single img{
  width: 100%;
  height: auto;
}

.footer{
  padding: 20px;
}

#share-buttons img {
width: 35px;
padding: 5px;
border: 0;
box-shadow: 0;
display: inline;
}

@media (max-width: 768px) {
  .navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form{
    margin-top: 50px;
  }
  .navbar-brand img{
    width: 90px;
    margin-right: 10px;
  }

  .animation1{
     display: none;
  }

  .about{
    margin-top: -80px;
  }

}
