/******** animateHeader ******/

.animate-top {
  position: relative;
  animation: animatetop 1s;
}

@keyframes animatetop {
  from {
    top: -300px;
    opacity: 0
  }
  to {
    top: 0;
    opacity: 1
  }
}

.animate-zoom {
  animation: animatezoom 0.6s;
}

@keyframes animatezoom {
  from {
    transform: scale(0)
  }
  to {
    transform: scale(1)
  }
}

/******* goTop *******/

#go-top i {
  position: fixed;
  bottom:55px;
  right: 20px;
  border: 3px solid;
  border-radius: 8px;
  transition: transform .2s;
  opacity: .5;
  cursor: pointer;
  width: 50px;
  padding-left: 7px;
  z-index: 20;
  color: #000000;
}

#go-top i:hover {
  opacity: .8;
}

/******* header *******/

#sidenav-overlay {
  position: relative;
}

ul#nav-mobile {
  background: #000;
  opacity: .8;
  width: 200px;
  text-align: center;
  padding-top: 69px;
}

nav {
  background: transparent;
  background-color: rgba(49, 64, 107, 0.9);
  height: 69px;
}

header .container {
	width: 85%;
	max-width: 1160px;
}

.navbar-fixed {
  background: #31406b;
  height: 69px;
}

nav .nav-wrapper {
  height: 69px;
}

#logo-container {
  height: 50px;
  margin-top: 12px;
}

nav .uk {
	margin-top: 69px !important;
}

.navbar-fixed ul li a {
  border-radius: 3px;
  color: #d6d6d6;
  font-family: "Open Sans", sans-serif;
  font-weight: 100;
  text-decoration: none;
  height: 69px;
}

nav .hide-on-med-and-down li a:hover {
	color: #fff;
}

nav .side-nav li a:hover {
	color: #fff;
}

nav .dropdown-content li a:hover {
  color:  #31406b !important;
}

.active {
  background-color: rgba(0,0,0,0.3);
  color: #fff!important;
}

#dropdown a {
  font-weight: 400;
}

#dropdown img {
  margin-left: 10px;
}

header .button{
  padding-top: 1px !important;
  color: #31406b;
}

header .button img{
  margin-bottom: 5px;
}

/******* slider *******/

.slides {
  height: 590px !important;
}

.slider .indicators .indicator-item.active {
  background-color: #31406b;
}

.slider .indicators .indicator-item {
  margin-bottom: 40px;
  z-index: 5;
}

.slider .slides li .right-1 {
  color: #fff;
  position: absolute;
  top: 35%;
  right: 15%;
  width: 70%;
  opacity: 0;
  text-align: left;
  padding-left: 10px;
}

.slider .slides li .center-2 {
  color: #fff;
  position: absolute;
  top: 15%;
  left: 15%;
  width: 70%;
  opacity: 0;
}

.slider .slides li .left-3 {
  color: #fff;
  position: absolute;
  top: 15%;
  left: 15%;
  width: 70%;
  opacity: 0;
  text-align: right;
  padding-right: 10px;
}

.caption {
  max-width: 500px;
  background: rgba(83, 134, 189, .25);
  border-radius: 5px;
}

#text-block-light h3 {
  font-weight: 900;
  font-size: 35px;
}

#text-block-dark h3,
#text-block-dark2 h3 {
  color: #31406b;
  font-weight: 900;
  font-size: 35px;
}

#text-block-dark h5,
#text-block-dark2 h5,
#text-block-light h5 {
  font-size: 16px;
  font-weight: 500;
}

.slider .right-align {
  padding-right: 10px;
}

.slider .left-align {
  padding-left: 10px;
}

/******* main *******/

#image_1,
#image_2,
#image_3,
#image_4,
#image_5,
#image_6,
#staggered_1,
#staggered_2 li,
#staggered_3 li {
  opacity: 0;
}

main .container {
	max-width: 1280px;
}

#vision .container,
#about .container,
#services .container,
#expertise .container {
  width: 85%;
  padding-top: 80px;
  padding-bottom: 50px;
}

hr{
  display: block;
  width: 50px;
  height: 2px;
  margin: 15px auto 25px;
  background-color: #5386bd;
}

h2 {
  font-size:36px;
  color: #414141;
}

h3 {
  font-size: 24px;
  font-weight: 400;
}

.text-value h3 {
  font-size: 24px;

}

main p {
  font-size: 16px;
  color: #818181;
}

.reason p {
  font-size:24px;
  color: #000;
  padding-bottom: 40px;
}

.icon {
  display: block;
  padding: 0;
  font-size: 25px;
  width: 64px;
  height: 64px;
  line-height: 64px;
  text-align: center;
  vertical-align: baseline;
  border-radius: 100%;
  border: 1px solid #5386bd;
  color: #5386bd;
  transition: all 500ms ease;
  float: left;
}

.item-list .item:hover .icon {
  color: #fff;
  background-color: #5386bd;
}

.item-list .item {
	height: 70px;
}

/******* about *******/

#about img {
  width: 100%;
  margin-top: 70px;
  border-radius: 3px;
}

#about .row {
  margin-bottom: 100px;
}

.about .btn {
  background: #5386bd;
  margin-top: 50px;
}

.about h2 {
	margin: 0px 0 15px;
}

.about {
  background-color: #f7f8fa;
}

.about .l7 ul {
  margin-top: -15px;
}

.production-photo img{
  display: block;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
}

.about .icon {
  margin: 0 15px;
}

.text-value p {
	padding-top: 17px;
}

#parallax_1 .row {
    margin-left: 60%;
}

/******* production *******/

.production {
  background: rgba(0, 0, 0, .6);
}

.production h5 {
  font-size: 16px;
  font-weight: 300;
}

.production hr {
  width: 100px;
}

.production .btn {
  background: #5386bd;
}

#offers {
  width: 100%;
}

#offers h3 {
  text-align: center;
  padding: 50px 0;
  background: #5386bd;
  color: #fff;
  text-transform: uppercase;
  font-size: 20px;
  margin-top: 0;
}

.production_photo img {
  width: 100%;
  height: 100%;
}

/******* succesBlock *******/


#succes_block h5 {
  width: 65px;
  height: 65px;
  border-radius: 50%;
  font-size: 38px;
  text-align: center;
  font-weight: 700;
  border: 1px solid #5386bd;
  color: #5386bd;
  line-height: 65px;
  position: relative;
  margin: 0 auto;
}

#succes_block .icon-block:hover h5 {
  color: #fff;
  background-color: #5386bd;
}

.succes_block {
  border-bottom: 1px solid #5386bd;
}

/******* products *******/

#products {
  background-color: #f7f8fa;
}

.products .container {
  width: 85%;
}

#products .l4 {
  padding-bottom: 10px;
}

.products img {
  width: 95%;
  height: 95%;
}

.products .item {
  position: relative;
  padding-bottom: 10px;
}

.products .item .title a h4 {
  position: relative;
  font-size: 16px;
  font-weight: 300;
  margin: 1.14rem 0 0 0;
}

.products .item .title a p {
  margin: 4px 0;
  color: red;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 500;
}

.products .item .title a {
  font-size: 16px;
  background: rgba(49, 64, 107, .7);
  color: #fff;
  text-align: center;
  position: absolute;
  font-weight: 300;
  display: block;
  height: 60px;
  width: 95%;
  bottom: 0;
  margin-bottom: 15px;
  transition: .2s ease-in-out;
}

.products p {
  margin-top: 5px;
  margin-bottom: 5px;
}

.products h6 {
  font-weight: 600;
  font-size: 18px;
}

.products .item:hover .title a {
  height: 95%;
  transition: .2s ease-in-out;
  padding-top: 30%;
}

.products .item p {
  display: none;
}

.products .item:hover p {
  display: block;
}


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

.contacts .parallax-container {
  height: 450px;
  width: 100%;
}

.contacts .parallax-container img {
  width: 1366px;
  height: 768px;
}

.contacts .container {
	width: 40%;
	margin:  0 auto;
}

.contacts i {
	color: #5386bd;
}


.contacts h2 {
  padding-top: 20px;
}


.contacts i.big {
	margin: 0 15px;
}

.contacts i.middle {
	margin: 0 16px;
}

.contacts i.small {
	margin: 0 18px;
}

/***** GoogleMaps ******/

#map-container {
  height: 350px;
  max-width: 100%;
  width: 100%;
}

/******* footer *******/

footer.page-footer {
  margin: 0;
  padding-top: 0;
  font-size: 12px;
}

footer .right {
  text-align: right;
}

.page-footer .row {
  width: 85%;
}


