@import url(https://fonts.googleapis.com/css?family=Source+Sans+Pro:400,200,600,900);

body {
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 16px;
  font-weight: 400;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-font-smoothing: subpixel-antialiased;
  -webkit-backface-visibility: hidden; 
  backface-visibility: hidden;
}
a {
  color: #e74c3c;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
a:hover {
  color: #e76c3c;
}
strong {
  font-weight: 600;
}
.row {
  padding: 80px 0px;
}
.navbar-toggle {
  border:0;
  border-radius: 0;
}
.btn {
  border: none;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  text-transform: uppercase;
  border-radius: 0;
}
.btn-common {
  background: #e74c3c;
  color: #fff;
}
.btn-common:hover {
  background: #e76c3c;
  color: #fff;
}

.title {
  font-size: 50px;
}
.subtitle {
  font-weight: 400;
  padding-bottom: 30px;
  position: relative;
  color: #333;
}
.navbar {
  margin-bottom: 0;
}
.navbar li {
  color: #d1d1d1;
}
.navbar li.separator{
  background-color: #d1d1d1;
  padding: 1px 0;
  margin: 5px 15px;  
}
.navbar-default {
  border: none;
  border-radius: 0;
  background: rgba(0, 0, 0, 0.7);
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  background: none;
  color: #fff;
}
.navbar-default .navbar-nav li a,
.navbar-default .navbar-nav>li>a:hover,
.navbar-default .navbar-nav>li>a:focus {
  color: #fff;
}
.navbar-default .navbar-nav > .active {
  background: #e74c3c;
  padding-bottom: 5px;
  color: #fff;
}
.navbar-default .navbar-brand {
  font-size: 25px;
  color: #fff;
  font-weight: 200 !important;
}
.navbar-default .navbar-brand:hover {
  color: #eee;
}
.navbar-default .navbar-toggle .icon-bar {
  background: #fff;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background: #333;
}
.affix.navbar-default {
  background: rgba(0, 0, 0, 0.8);
}
.navbar-brand {
  text-transform: uppercase;
  font-weight: 400 !important;
}
a.lang-link {
  font-weight: 600;
  color: #e74c3c !important;
}

a.lang-link:hover {
  color: #fff !important;
}

#hero-area {
  background-image: url(../img/home/hero.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 450px;
  width: 100vw;
  display: table-cell;
  vertical-align: middle;
}

#hero-text {
  display: inline-block;
}

#hero-area .btn {
  font-size: 1.5em;
}
/*Project*/
#project {
  background-image: url(../img/project/bg-project.jpg);
  background-position: top;
  background-size: cover;
  background-repeat: no-repeat;

  color: #fff;
}
/*Photo*/
#photo {
  background: #f1f1f1;
}
/*Photo Overlay */
.photo-item {
  position: relative;
  margin-bottom: 15px;
}
.photo-item img {
  width: 100%;
}
.photo-item .overlay {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  background-color: rgba(0, 0, 0, 0.8);
  display: none;
}
.photo-item:hover .overlay {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  background-color: rgba(0, 0, 0, 0.8);
  display: block;
}
.photo-item .icons .preview {
  position: absolute;
  left: 43%;
  top: 43%;
  color: #fff;
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.photo-item .icons .preview i {
  color: #e74c3c;
}
/*Exhibition*/
#exhibition{
  background: #333;
  position: relative;
  overflow: hidden;
  color: #fff;
}
#exhibition #exhibition-text{
  position: relative;
  z-index: 1;
}
#exhibition #exhibition-text h1,
#exhibition #exhibition-text h2 {
  font-weight: 200;
}
#exhibition .fa-clock-o {
  position: absolute;
  font-size: 60em;
  color: rgba(0,0,0,.1);
  bottom: -.4em;
  right: .1em;
  z-index: 0;

  -ms-transform: rotate(30deg); /* IE 9 */
  -webkit-transform: rotate(30deg); /* Chrome, Safari, Opera */
  transform: rotate(30deg);
}
/*Partner*/
#partner {
  background: #eee;
}

.partner-img img {
  margin-bottom: 2em;
  background-color: #e6e6e6;
  margin-left: auto;
  margin-right: auto;
}

.partner-img:hover img {
  background-color: transparent;
}
/*About*/
#about {
  background: #fff;
}
/*Team*/
#team {
  background: #333;
  color:#fff;
}
#team-consonant {
  margin-top: 1em;
}
#team-consonant .row {
  padding-top:0;
  padding-bottom:0;
}
#team-consonant .row p {
  margin-bottom: 1em;
  font-weight: 200;
}
#contacts {
  background: #f1f1f1;
  text-align: center;
}

/*Scroll Top*/
.to-top i {
  padding: 10px 15px;
  margin: 10px;
  background: transparent;
  border: 2px solid #e74c3c;
}
.to-top i:hover {
  color: #fff;
  border: 2px solid #fff;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

footer {
  background: rgba(0,0,0,.8);
  color: #fff;
}

footer .row {
  padding-top: 0;
  padding-bottom: 0;
}

footer #copyright {
  padding-top: 25px;
}