
/*-------------------------------------------------------*/
/* General
/*-------------------------------------------------------*/

.clearfix { *zoom: 1; }
.clearfix:before, .clearfix:after { display: table; line-height: 0; content: ""; }
.clearfix:after { clear: both; }
.clear { clear: both; }

.oh { overflow: hidden; }
.relative { position: relative; }
.section-wrap { padding: 150px 0; position: relative; overflow: hidden; background-attachment: fixed; }
.color-white { color: #fff !important; }
.left { float: left; }
.right { float: right; }
.bg-light { background-color: #f5f5f5; }
.bg-dark { background-color: #242424; }
.last { margin-bottom: 0 !important;}

.mt0 {margin-top: 0px !important; }
.mt10 {margin-top: 10px !important; }
.mt20 {margin-top: 20px !important; }
.mt30 {margin-top: 30px !important; }
.mt40 {margin-top: 40px !important; }
.mt50 {margin-top: 50px !important; }
.mt60 {margin-top: 60px !important; }
.mt70 {margin-top: 70px !important; }
.mb0 {margin-bottom: 0px !important; }
.mb10 {margin-bottom: 10px !important; }
.mb15 {margin-bottom: 15px !important; }
.mb20 {margin-bottom: 20px !important; }
.mb30 {margin-bottom: 30px !important; }
.mb40 {margin-bottom: 40px !important; }
.mb50 {margin-bottom: 50px !important; }
.mb60 {margin-bottom: 60px !important; }
.mb70 {margin-bottom: 70px !important; }
.ml0 {margin-left: 0 !important; }
.mr0 {margin-right: 0 !important; }
.mr10 {margin-right: 10px !important; }
.b0 { border: 0 !important;}

::-moz-selection { color: #fff; background: #000; }
::-webkit-selection { color: #fff; background: #000; }
::selection { color: #fff; background: #000; }

a {
  text-decoration: none;
  color: #5c5c5c;
  outline: none;
  -webkit-transition: color .2s ease-in-out;
  -moz-transition: color .2s ease-in-out;
  -o-transition: color .2s ease-in-out;
  transition: color .2s ease-in-out;
}

a:hover,
a:focus {
  text-decoration: none;
  color: #7a7a7a;
  outline: none;
}

:focus {
  outline: none;
}

ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

body {
  margin: 0;
  padding: 0;
  font-family: 'Pt Serif', sans-serif;
  font-size: 15px;
  line-height: 1.5;
  font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
  background: #fff;
  outline: 0;
  overflow-x: hidden;
  overflow-y: auto;
  color: #7a7a7a;
}

video {
  height: 100%;
  width: 100%;
}

body img {
  border: none;
  max-width: 100%;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -o-user-select: none;
  user-select: none;
}

h1,h2,h3,h4,h5,h6 {
  font-family: 'Montserrat', Helvetica, Arial, sans-serif;
  margin-top: 0;
  text-transform: uppercase;
  color: #333;
  letter-spacing: 0.02em;
  font-weight: 700;
}

h1 { font-size: 28px; }
h2 { font-size: 24px; }
h3 { font-size: 21px; }
h4 { font-size: 20px; }
h5 { font-size: 18px; }
h6 { font-size: 15px; }

p {
  font-size: 15px;
  color: #7a7a7a;
  font-weight: normal;
  line-height: 25px;
}


/*-------------------------------------------------------*/
/* Preloader
/*-------------------------------------------------------*/

.loader-mask {
  position:fixed;
  top:0;
  left:0;
  right:0;
  bottom:0;
  background-color:#fff; 
  z-index:99999;
}

.loader {
  position: absolute;
  left: 50%;
  top: 50%;
  font-size: 5px;
  width: 5em;
  height: 5em;
  margin:-25px 0 0 -25px;
  text-indent: -9999em;
  border-top: 0.5em solid rgba(18,18,18,1);
  border-right: 0.5em solid rgba(245,245,245,.5);
  border-bottom: 0.5em solid rgba(245,245,245,.5);
  border-left: 0.5em solid rgba(245,245,245,.5);
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation: load8 1.1s infinite linear;
  animation: load8 1.1s infinite linear;
}

.loader,
.loader:after {
  border-radius: 50%;
  width: 10em;
  height: 10em;
}
@-webkit-keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

/*-------------------------------------------------------*/
/* Navigation
/*-------------------------------------------------------*/

.navbar-default {
  background: none;
}

.slogan {
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
  font-size: 10px;
  letter-spacing: 0.050em;
  line-height: 1;
  margin-top: 12px;
  opacity: 0.7;
  font-weight: 600;
  color: #909090;
}

.navigation {
  background-color: #222;
  width: 100%;
  z-index: 500;
}

.logo {
  padding: 48px 20px;
}

.navbar-nav {
  margin: 0;
}


/* Select Demo
-------------------------------------------------------*/

.row-clear .col-xs-6:nth-child(3n + 1) { clear: left; }

@media (max-width: 767px) {

  .row-clear .col-xs-6:nth-child(3n + 1) { clear: none; }
  .row-clear .col-xs-6:nth-child(2n + 1) { clear: left; }

}

@media (min-width: 1600px) {

  .select-demo > .container {
    width: 1400px;
  }
}

@media (max-width: 400px) {
  .work-item.col-xs-6 {
    width: 100%;
  }
}

@media (max-width: 991px) {
  .call-to-action .cta-text {
    margin-bottom: 15px;
  }
}

.work-item {
  position: relative;
  overflow: hidden;
  -webkit-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  margin-bottom: 20px;
}

.work-item > a {
  display: block;
  position: relative;
}

.work-item img {
  max-width: 100%;
  width: 100%;
  height: auto;
  overflow: hidden;
  -webkit-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  backface-visibility: hidden;
  position: relative;
}


.work-item .work-description h2 {
  margin-top: 20px;
  font-size: 14px;
}

.work-item .work-description a {
  color: inherit;
  -webkit-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}

.work-item .work-description a:hover {
  color: #7c7c7c;
}

.work-img {
  position: relative;
  overflow: hidden;
}

.work-item:hover img {
  opacity: 0.8;
}

.label-new {
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: 2;
  background-color: #bfa67a;
  width: 60px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  font-size: 12px;
  color: #fff;
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

/* Call to Action
-------------------------------------------------------*/

.call-to-action {
  padding: 70px 0;
  background-color: #fff;
}

.call-to-action h2 {
  font-size: 19px;
  margin-top: 15px;
}


/* Footer
-------------------------------------------------------*/

.footer.minimal {
  padding: 100px 0;
  text-align: center;
}

.footer.minimal .copyright {
  display: block;
  margin-top: 20px;
  font-size: 12px;
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.02em;
}

.footer.minimal .copyright a {
  color: #a1a1a1;
}

.footer-logo h2 {
  color: #fff;
}


/* Buttons
-------------------------------------------------------*/

.btn {
  font-family: "Montserrat", Helvetica, Arial, sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  text-decoration: none;
  text-align: center;
  letter-spacing: 0.02em;
  border-radius: 0;
  border: 3px solid transparent;
  transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -webkit-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  color: #fff;
  background-color: #333;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.btn-lg {
  font-size: 14px;
  padding: 13px 34px;
}

.btn-md {
  font-size: 11px;
  padding: 10px 25px;
}

.btn-sm {
  font-size: 10px;
  padding: 7px 23px;
}

.btn.btn-transparent {
  background-color: transparent;
  border: 3px solid #fff;
}

.btn.btn-stroke {
  color: #333333;
  border: 3px solid #333333;
  background-color: transparent;
}

.btn.btn-dark {
  background-color: #3c3f46;
}

.btn.btn-white {
  background-color: #fff;
  color: #333;
}

.btn:hover {
  transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -webkit-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  color: #fff;
}

.btn-transparent:hover,
.btn-stroke:hover,
.btn.btn-white:hover {
  color: #fff;
  background-color: #333333;
  border-color: transparent;
}