/*
 * Globals
 */


/* Links */

a,
a:focus,
a:hover {
    color: #fff;
}

/* Custom default button */

.btn-default,
.btn-default:hover,
.btn-default:focus {
    color: #333;
    text-shadow: none;
    /* Prevent inheritance from `body` */
    background-color: #fff;
    border: 1px solid #fff;
}


/*
 * Base structure
 */

html,
body {
    height: 100%;
    background-color: #333;
    color: #fff;
    font-family: 'Exo', 'Microsoft YaHei', sans-serif;
    font-weight: 400;
    font-size: 16px;
    letter-spacing: 1px;
}
p {
    margin: 0 0 1rem;
}


.header {
    height: 100px;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99;
    transition: all .3s ease
}

.header-small {
    height: 80px;
    background: #fff;
    -webkit-box-shadow: rgba(0, 0, 0, .1) 0 1px 5px;
    -moz-box-shadow: rgba(0, 0, 0, .1) 0 1px 5px;
    box-shadow: rgba(0, 0, 0, .1) 0 1px 5px;
    transition: all .3s ease
}

.header-in {
    width: 95%;
    margin: 15px auto;
    height: 50px;
    background: transparent;
    transition: all .3s ease;
}

.header-in .logo img {
    height: 50px;
    transition: all .3s ease
}

.header-in .logo-s img {
    height: 50px;
    transition: all .3s ease
}

.header-small .header-in {
    margin: 15px auto;
    transition: all .3s ease
}

.header-small .logo img {
    height: 22px;
    margin-top: 4px
}

.header .logo {
    float: left;
    margin-left: 10px
}

.header .meun-off {
    float: right;
    margin-right: 10px;
    margin-top: 10px;
}

.header .meun-off span {
    width: 23px;
    height: 2px;
    background-color: #000;
    display: block;
    margin: 6px auto;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.header .meun-on #span2 {
    opacity: 0
}

.header .meun-on #span1 {
    -webkit-transform: translateY(8px) rotate(45deg);
    -ms-transform: translateY(8px) rotate(45deg);
    -o-transform: translateY(8px) rotate(45deg);
    transform: translateY(8px) rotate(45deg)
}

.header .meun-on #span3 {
    -webkit-transform: translateY(-8px) rotate(-45deg);
    -ms-transform: translateY(-8px) rotate(-45deg);
    -o-transform: translateY(-8px) rotate(-45deg);
    transform: translateY(-8px) rotate(-45deg)
}

.header-nav {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.9);
    display: none
}

.header-nav ul {
    position: absolute;
    top: 45%;
    left: 50%;
    margin: 0 auto;
    margin-top: -250px;
    margin-left: -25%;
    text-align: center;
    width: 50%;
    height: 500px;
}

.header-nav ul li {
    list-style: none;
    -webkit-animation: DDInY .8s .3s ease both;
    -ms-animation: DDInY .8s .3s ease both;
    -moz-animation: DDInY .8s .3s ease both;
    animation: DDInY .8s .3s ease both
}

.header-nav ul a {
    display: block;
    height: 80px;
    overflow: hidden;
    margin: 10px 0
}

.header-nav ul span {
    display: block;
    font-size: 48px;
    line-height: 80px;
    text-transform: uppercase;
    color: #e9e7e8;
    font-weight: 300;
}

.header-nav .header-tel {
    position: absolute;
    left: 2%;
    bottom: 2%
}

.header-nav .close {
    display: block;
    position: absolute;
    top: 4%;
    right: 4%
}

.header-nav .close img {
    transition: all .5s ease
}

.header-nav .close:hover img {
    transform: rotate(180deg)
}
@media (max-width: 767px) {
    .header-nav ul{
      padding-left: 0;
    }
    .header-nav ul a{
      height:70px;
    }
    .header-nav ul span{
      font-size: 40px;
    }
}


.navbar-articles{
  width: 100%;
  height: 80px;
  margin-right: 0;
  margin-left: 0;
  padding-right: 0;
  padding-left: 0;
  background-color: #f4c61b;
}
.navbar-articles .navbar-articles-sub{
  float: right;
  padding-right: 11%;
}
.navbar-articles .navbar-articles-sub li{
  margin-left: 5px;
  margin-right: 5px;
  list-style: none;
  float: left;
}
.navbar-articles .navbar-articles-sub li a{
  margin-top: 15px;
  margin-bottom: 15px;
}
.navbar-articles .navbar-articles-sub li a:hover{
  color: #000;
}

.topBg{
  display: none;
  width: 100%;
  height: 350px;
}
.topBg-articles{
  display: block;
  background: url(/images/works-banner.jpg) center ;
  background-size: cover;
}
.topBg-about{
  display: block;
  background: url(/images/about-banner.jpg) center ;
  background-size: cover;
}
.topBg-contacts{
  display: block;
  background: url(/images/contacts-banner.jpg) center ;
  background-size: cover;
}
.topBg-news{
  display: block;
  background: url(/images/news-banner.jpg) center ;
  background-size: cover;
}
.topBg-service{
  display: block;
  background: url(/images/services-banner.jpg) center ;
  background-size: cover;
}


.vjs-big-play-button {
  left: 50% !important;
  top: 50% !important;
  margin-left: -2em;
  margin-top: -1.3em;
}

#index-carousel {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
    z-index: -1;
}
#index-carousel .item a {
    height: 100%;
    background: no-repeat center center scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
/*@media (max-width: 767px) {
    #index-carousel .item a {
      height: 30vh;
    }
}
*/
#index-service{
  line-height: 2;
  background-color: #fff;
  color: #333;
}
#index-service .index-service-img{
    padding-left: 0;
    padding-right: 0;
    overflow: hidden;
    height: 600px;
}
#index-service .index-service-text{
    height: 600px;
    padding-top: 150px;
    padding-left: 150px;
    padding-right: 150px;
    overflow: hidden;
    background-color: #fff;
    color: #444;
    overflow: hidden;
}
#index-service .index-service-text img, #index-service .index-service-img img{
    width: 100%;
    height: 600px;
}
#index-service .index-service-text p, #index-service .index-service-img p{
    margin: 0;
}

#index-video{
  padding: 100px 0;
  font-size: 2rem;
  line-height: 2;
  background-color: #333;
  color: #fff;
}

#video-index{
    margin: 0 auto;
}
@media (max-width: 767px) {
    #video-index .item a {
      width: 1170px;
      height: 658px;
    }
}

#index-projects{
  padding: 100px 0;
  line-height: 2;
  background-color: #fff;
  color: #333;
}
#index-projects .projects-title{
  font-size: 2rem;
  text-align: center;
  padding-top: 200px;
  padding-bottom: 200px;
}
#index-projects .projects-title2{
  font-size: 2rem;
  text-align: center;
  padding-top: 100px;
  padding-bottom: 200px;
}
#index-projects .projects-caption {
  display: flex;
  color: #fff;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  font-weight: 200;
  font-size: 1.2rem;
  /*
  text-shadow:#666 1px 0 0,#666 0 1px 0,#666 -1px 0 0,#666 0 -1px 0;
  -webkit-text-shadow:#666 1px 0 0,#666 0 1px 0,#666 -1px 0 0,#666 0 -1px 0;
  -moz-text-shadow:#666 1px 0 0,#666 0 1px 0,#666 -1px 0 0,#666 0 -1px 0;
  *filter: Glow(color=#666, strength=1);
  */
}

#index-projects .projects-caption-fade {
  display: flex;
  background-color: transparent;
  opacity: 0;
  transition: all 0.5s;
}
#index-projects a {
  display: block;
  width: 100%;
  height: 100%;
}
#index-projects a:hover > .projects-caption-fade {
  display: flex;
  background-color: rgba(0,0,0,0.8);
  opacity: 1;
}

#index-service{
  line-height: 2;
  background-color: #333;
  color: #fff;
  text-align: center;
}
#index-service h3{
  margin-bottom: 20px;
}
#index-service p{
  font-size: 1rem;
  text-align: left;
}
#index-service ul{
  padding-left: 0;
}
#index-service li{
  list-style: none;
}
#index-service .box:hover{
  background: #1d1d1d;
  transition: all 0.5s;
}
@media (min-width:768px) {
  #index-service .box{
    padding: 150px 80px;
  }
}
@media (max-width: 767px){
  #index-service .box{
    padding: 0px 10px;
  }
}
#index-service-2{
  background-color: #fff;
  text-align: center;
  padding: 200px 0;
}
#index-service-2 .box2{
}

.service-title{
  padding: 100px 0 100px 0;
  font-size: 2rem;
  line-height: 2;
  background-color: #fff;
  color: #333;
  text-align: center;
}

#index-about{
  padding: 100px 0;
  line-height: 2;
  background-color: #fff;
  color: #333;
}
.index-about-1{
  height: 600px;
  background: url(/images/about-1-1.jpg) no-repeat center;
  background-size: cover
}
.index-about-2{
  height: 600px;
  padding-top: 150px;
  padding-left: 150px;
  padding-right: 150px;
  overflow: hidden;
  background-color: #f4c61b;
  color: #fff
}
.index-about-3{
  height: 600px;
  background: url(/images/about-1-3.jpg) no-repeat center;
  background-size: cover
}
.index-about-4{
  height: 600px;
  background: url(/images/about-1-4.jpg) no-repeat center;
  background-size: cover
}

#index-contact .index-contact-left{
  padding: 0;
  background-color: #fff;
}
#index-contact .index-contact-right{
  padding: 0;
  background-color: #f4c61b;
}

#index-contact .index-contact .index-contact-caption{
  position: absolute;
  width: 70%;
  height: auto;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  text-align: center;
}
#index-contact a{
  display: block;
  width: 100%;
  height: 100%;
  padding: 50px;
}

#index-contact .index-contact a .circle{
  margin: 0 auto;
  width: 300px;
  height: 300px;
  text-decoration: none;
  border-radius: 20rem;
  transition: all 0.3s;
}
#index-contact .index-contact a .circle-2{
  margin: 0 auto;
  width: 100px;
  height: 100px;
  text-decoration: none;
  border-radius: 20rem;
  transition: all 0.3s;
}
#index-contact .index-contact a .circle h2{
  font-weight: 700;
}
#index-contact .index-contact a .circle h4{
  font-weight: 300;
}
#index-contact .index-contact a .circle span.default{
  display: block;
}
#index-contact .index-contact a:hover .circle span.default{
  display: none;
}
#index-contact .index-contact a .circle span.hover{
  display: none;
}
#index-contact .index-contact a:hover .circle span.hover{
  display: block;
}
#index-contact .index-contact a:hover .circle {
  height: 200px;
  margin: 50px auto;
  border-radius: 0;
}
#index-contact .index-contact-left a .circle{
  color: #f4c61b;
  border: 10px solid #f4c61b;
}
#index-contact .index-contact-right a .circle{
  color: #fff;
  border: 10px solid #fff;
}
#index-contact .index-contact .circle-caption{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  text-align: center;
}

#articles{
  padding: 100px 0;
  font-size: 2rem;
  line-height: 2;
  background-color: #fff;
  color: #333;
}
.articles-img{
  display: block;
}
.articles-img img{
  position: relative;
  margin: 0 auto;
  width: 100%;
  height: auto;
}
#articles .articles-title{
  text-align: center;
}
#articles .articles-caption {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  font-weight: 200;
  font-size: 2rem;
  text-shadow:#333 1px 0 0,#333 0 1px 0,#333 -1px 0 0,#333 0 -1px 0;
  -webkit-text-shadow:#333 1px 0 0,#333 0 1px 0,#333 -1px 0 0,#333 0 -1px 0;
  -moz-text-shadow:#333 1px 0 0,#333 0 1px 0,#333 -1px 0 0,#333 0 -1px 0;
  *filter: Glow(color=#333, strength=1);
}
#articles .article-item{
  position: relative;
  width: 25%;
  float: left;
  margin: 0;
  padding: 0;
}
#articles .grid-item-content a{
  display: block;
  width: 100%;
  height: auto;
  background-size: 100% 100%;
  background-position: center;
  transition: all 0.5s;
}
#articles .grid-item-content a:hover{
  background-size: 110% 110%;
  background-color: transparent;
}
#articles .grid-item-content a .articles-caption-fade {
  background-color: rgba(0,0,0,0.3);
  transition: all 0.5s;
}
#articles .grid-item-content a:hover .articles-caption-fade {
  background-color: transparent;
}


#articles .content div.divclass-normal {
    padding-top: 150px;
    padding-bottom: 150px;
    padding-right: 20%;
    padding-left: 20%;
    margin-right: auto;
    margin-left: auto;
}
#articles .content div.divclass-full{
  width: 100%;
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 0;
  padding-left: 0;
}
#articles .content div.divclass-black{
  background-color: #000;
}
#articles .content div.divclass-gray{
  background-color: #333;
}
#articles .content img{
  margin: 0 auto;
  width: 100%;
  height: auto;
}

.footer {
    padding-top: 100px;
    padding-bottom: 100px;
    /*margin-top: 100px;*/
    color: #99979c;
    text-align: center;
    background-color: #000
}

.footer a {
    color: #fff
}

.footer-links {
    padding-left: 0;
    margin-bottom: 20px
}
.footer h4{
    padding-left: 15px;
}
.footer-links li {
    display: block;
}

.footer-links li+li {
    margin-top: 15px
}

@media (min-width:768px) {
    .footer {
        text-align: left
    }
    .footer p {
        margin-bottom: 0
    }
}

.loading-overlay {
  position: fixed;
  top: 0;
  left: 0;
  display: table;
  opacity: 0.7;
}
.loading-overlay.loading-theme-dark {
  background-color: #000;
  color: #fff;
  opacity: 1;
  z-index: 9999;
}

#logo-wall{
  background: #1c1c1c;
  padding-top: 100px;
  padding-bottom: 100px;
}

@media (max-width: 767px) {
    #index-projects, #articles, #index-about, #index-video{
      padding: 50px 0;
    }
    #index-projects .projects-title{
      padding-top: 50px;
      padding-bottom: 50px;
    }
    #index-projects .projects-title2{
      padding-top: 0px;
      padding-bottom: 50px;
    }
    .service-title{
      padding-top: 0px;
      padding-bottom: 50px;
    }
    #index-service{
      padding: 0;
    }
    #index-service .box{
      padding-top: 10px;
      padding-bottom: 10px;
    }
    #index-service h2{
      margin-top: 10px;
      font-size: 1.4rem;
    }
    #index-service h5{
      font-size: 1rem;
    }
    #index-service li{
      font-size: 0.8rem;
    }
    #index-service p{
      font-size: 0.8rem;
      text-indent: 1.8rem;
    }
    .footer h4{
      padding-left: 0;
    }
    .footer ul{
      list-style: none;
      padding-left: 0;
    }
    .topBg{
      height: 200px;
    }
    #articles .article-item{
      width: 50%;
    }
    #index-service .index-service-img{
      height: 300px;
    }
    #index-service .index-service-img img{
      height: 300px;
    }
    #index-service .index-service-text{
      padding-top: 20px;
      padding-bottom: 30px;
      padding-left: 15px;
      padding-right: 15px;
      height: auto;
    }
    #logo-wall{
      padding-top: 50px;
      padding-bottom: 50px;
    }
    .index-about-1,.index-about-3,.index-about-4{
      height: 300px;
    }
    .index-about-2{
      height: 550px;
      padding-top: 50px;
      padding-left: 50px;
      padding-right: 50px;
    }
}
