.load-container {
  position: fixed;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  top: 0;
  left: 0;
  background: #fff;
  z-index: 999999;
  text-align: center;
}

.preloader {
  width: 125px;
  height: 125px;
  border-radius: 50%;
  position: relative;
  margin: 18% auto;
}

.preloader .outer {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  border-radius: 50%;
  -webkit-animation: preloader 2.9s infinite;
          animation: preloader 2.9s infinite;
}
.preloader .outer:after {
  content: "";
  position: absolute;
  top: 0;
  left: -50%;
  width: 210%;
  height: 100%;
  background-color: #d6d6d6;
  *zoom: 1;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=1, startColorstr='#FFD6D6D6', endColorstr='#FFD6D6D6');
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuMCIgeTE9IjAuNSIgeDI9IjEuMCIgeTI9IjAuNSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Q2ZDZkNiIvPjxzdG9wIG9mZnNldD0iNTAlIiBzdG9wLWNvbG9yPSIjMDAwMDAwIi8+PHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjZDZkNmQ2Ii8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNncmFkKSIgLz48L3N2Zz4g');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 0% 50%, 100% 50%, color-stop(0%, #d6d6d6), color-stop(50%, #000000), color-stop(100%, #d6d6d6));
  background-image: -webkit-linear-gradient(left, #d6d6d6 0%, #000000 50%, #d6d6d6 100%);
  background-image: linear-gradient(to right, #d6d6d6 0%, #000000 50%, #d6d6d6 100%);
  z-index: 1;
  -webkit-animation: preloader-gradient-shift 2.9s infinite;
          animation: preloader-gradient-shift 2.9s infinite;
}
.preloader .outer:before {
  content: "";
  background-color: #fff;
  position: absolute;
  border-radius: 50%;
  top: 6%;
  left: 6%;
  width: 88%;
  height: 88%;
  z-index: 2;
}

.preloader .inner {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  overflow: hidden;
  position: absolute;
  /* display: none; */
  -webkit-animation: preloader-inner 2.9s infinite;
          animation: preloader-inner 2.9s infinite;
  /* top: 2.5%; */
  /* left: 2.5%; */
  top: 0;
  left: 0;
}
.preloader .inner:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 200%;
  height: 100%;
  background-color: #d6d6d6;
  *zoom: 1;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=1, startColorstr='#FFD6D6D6', endColorstr='#FFD6D6D6');
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuMCIgeTE9IjAuNSIgeDI9IjEuMCIgeTI9IjAuNSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Q2ZDZkNiIvPjxzdG9wIG9mZnNldD0iNTAlIiBzdG9wLWNvbG9yPSIjMDAwMDAwIi8+PHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjZDZkNmQ2Ii8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNncmFkKSIgLz48L3N2Zz4g');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 0% 50%, 100% 50%, color-stop(0%, #d6d6d6), color-stop(50%, #000000), color-stop(100%, #d6d6d6));
  background-image: -webkit-linear-gradient(left, #d6d6d6 0%, #000000 50%, #d6d6d6 100%);
  background-image: linear-gradient(to right, #d6d6d6 0%, #000000 50%, #d6d6d6 100%);
  -webkit-animation: preloader-inner-gradient-shift 2.9s infinite;
          animation: preloader-inner-gradient-shift 2.9s infinite;
  z-index: 1;
}
.preloader .inner:before {
  content: "";
  background-color: #fff;
  position: absolute;
  border-radius: 50%;
  top: 6%;
  left: 6%;
  width: 88%;
  height: 88%;
  z-index: 2;
}

@-webkit-keyframes preloader-gradient-shift {
  0% {
    left: -100%;
  }
  50% {
    left: -5%;
  }
  100% {
    left: -100%;
  }
}
@keyframes preloader-gradient-shift {
  0% {
    left: -100%;
  }
  50% {
    left: -5%;
  }
  100% {
    left: -100%;
  }
}
@-webkit-keyframes preloader-inner-gradient-shift {
  0% {
    left: -100%;
  }
  50% {
    left: -5%;
  }
  100% {
    left: -100%;
  }
}
@keyframes preloader-inner-gradient-shift {
  0% {
    left: -100%;
  }
  50% {
    left: -5%;
  }
  100% {
    left: -100%;
  }
}
@-webkit-keyframes preloader {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
    opacity: 0;
  }
  21% {
    -webkit-transform: scale(0);
            transform: scale(0);
    opacity: 0;
  }
  50% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: .3;
  }
  79% {
    -webkit-transform: scale(0);
            transform: scale(0);
    opacity: 0;
  }
  100% {
    -webkit-transform: scale(0);
            transform: scale(0);
    opacity: 0;
  }
}
@keyframes preloader {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
    opacity: 0;
  }
  21% {
    -webkit-transform: scale(0);
            transform: scale(0);
    opacity: 0;
  }
  50% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: .3;
  }
  79% {
    -webkit-transform: scale(0);
            transform: scale(0);
    opacity: 0;
  }
  100% {
    -webkit-transform: scale(0);
            transform: scale(0);
    opacity: 0;
  }
}
@-webkit-keyframes preloader-inner {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
    opacity: 0;
  }
  21% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: .3;
  }
  50% {
    -webkit-transform: scale(0.6);
            transform: scale(0.6);
    opacity: 0;
  }
  79% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: .3;
  }
  100% {
    -webkit-transform: scale(0);
            transform: scale(0);
    opacity: 0;
  }
}
@keyframes preloader-inner {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
    opacity: 0;
  }
  21% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: .3;
  }
  50% {
    -webkit-transform: scale(0.6);
            transform: scale(0.6);
    opacity: 0;
  }
  79% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: .3;
  }
  100% {
    -webkit-transform: scale(0);
            transform: scale(0);
    opacity: 0;
  }
}

/***----------------------------------------------
    FONTS
-------------------------***/

@font-face {
    font-family: 'bebasregular';
    src: url('../fonts/BEBAS___-webfont.eot');
    src: url('../fonts/BEBAS___-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/BEBAS___-webfont.woff') format('woff'),
         url('../fonts/BEBAS___-webfont.ttf') format('truetype'),
         url('../fonts/BEBAS___-webfont.svg#bebasregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
	font-family: 'icomoon';
	src:url('../fonts/icomoon.eot?-x5f7w4');
	src:url('../fonts/icomoon.eot?#iefix-x5f7w4') format('embedded-opentype'),
		url('../fonts/icomoon.ttf?-x5f7w4') format('truetype'),
		url('../fonts/icomoon.woff?-x5f7w4') format('woff'),
		url('../fonts/icomoon.svg?-x5f7w4#icomoon') format('svg');
	font-weight: normal;
	font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
	font-family: 'icomoon';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;

	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.icon-chevron-thin-left:before {
	content: "\e600";
}
.icon-chevron-thin-right:before {
	content: "\e601";
}
.icon-pinterest:before {
	content: "\e602";
}
.icon-vimeo:before {
	content: "\e609";
}
.icon-image:before {
	content: "\e603";
}
.icon-camera:before {
	content: "\e604";
}
.icon-spinner9:before {
	content: "\e605";
}
.icon-google-plus:before {
	content: "\e608";
}
.icon-facebook:before {
	content: "\e606";
}
.icon-twitter:before {
	content: "\e607";
}


/***----------------------------------------------
    GENERAL
-------------------------***/
body{
  font-family: 'Yanone Kaffeesatz', sans-serif;
}

a{
  text-decoration: none;
}
a:hover,
a:focus{
  text-decoration: none;
}

.btn{
  border-radius: 0;
}

.buttons{
  border: none;
  background: none;
  outline: none;
}


/***----------------------------------------------
    SOCIAL
-------------------------***/

.social a{
  display: inline-block;
  text-align: center;
  margin: 0 2px;
}

.social a span{
  display: block;
  width: 30px;
  min-height: 30px;
  color: #9C9C9C;
  line-height: 30px;
  transition: all 0.4s;
}

.social a:hover span{
  color: #000;
}

/***----------------------------------------------
    NAVIGATION
-------------------------***/

.sti-menu{
	position:relative;
  font-family: 'bebasregular';
}

.sti-menu>li{
	float: left;
	margin: 1px;
  width: 96px;
  min-height: 50px;
  position: relative;
}
.sti-menu>li>a{
	display: block;
	overflow: hidden;
	background: #fff;
	text-align: center;
 height: 50px;
  width: 100%;
	position :relative;
  font-weight: 800;
  color: #111;
  transition: all 0.5s;
}
.sti-menu>li>a:hover,
.sti-menu>li:hover>a,
.sti-menu>li.hovered>a{
  background: #111;
  color: #fff!important;
}
.sti-menu>li>a>span{
	font-size: 15px;
	position:absolute;
	top: 3px;
	left: 0;
	width:100%;
  line-height: 50px;
}

.submenu{
  display: none;
  background: #111;
  position: absolute;
  top: 49px;
  left: 1px;
  padding: 15px;
  z-index: 99999;
}

.submenu a{
  color: #ccc;
  line-height: 2;
}

.submenu a:hover{
  color: #fff;
}

#nav-trigger{
  background: none;
  border: none;
  font-size: 24px;
  padding: 15px;
  color: #C0012C;
  transition: all 0.3s;
}
#nav-trigger:hover{

}

nav#main-nav.nav-mobile {
  display: none;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #FFF;
  z-index: 99999;
  text-align: center;
}

nav#main-nav.nav-mobile ul{
  height: 100%;
  text-align: center;
  margin: 0 auto
}

nav#main-nav.nav-mobile ul li{
  display: block;
  float: none;
  margin: 0 auto;
}

nav#main-nav.nav-mobile .submenu{
  position: static;
  display: block!important;
}

.close-nav{
  position: absolute;
  top: 15px;
  right: 15px;
  font-size: 20px;
  z-index: 99999;

}
.close-nav span:hover{

}

.mobile .social>div{
  float: none!important;
  right: auto;
  text-align: center;
  margin-bottom: 15px;
}


/***----------------------------------------------
    SLIDER
-------------------------***/
#slider{
  position: relative;
}
#light-slider{
  padding: 0;
  margin: 0;
}

#light-slider li{
  text-align: center;
}

#light-slider li img{
  margin: 0 auto;
}

.slider-controls{
  position: absolute;
  top: 40%;
  left: 1%;
}

.slider-controls span{
  font-size: 54px;
  color: #ddd;
}

.slider-controls span:hover{
  color: #ccc;
}

#slider-next{
  left: auto;
  right: 1%;
}


/***----------------------------------------------
    CONTENT
-------------------------***/
.modal-content .close {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 999999;
  font-size: 50px;
}

#content {
  margin-top: 20px;
}

#content {
  font-size: 13px;
}

.modal-content{
  padding: 15px;
}

#about-modal h3{
  padding: 40px 0;
  background: url(../img/aboutbg.png) right top no-repeat;
}

#faq-modal h5 {
  color: #C0012C;
}

#contact-modal input,
#contact-modal textarea{
  background: #BCD1E3;
  border-radius: 0;
}

#contact-modal .form button{
  background: #D8D8D8;
  color: #777;
  box-shadow: #444 2px 2px 2px;
  border-width: 0px;
  margin-top: 20px;
}

#form-messages .form-error {
  color: #fb0000;
}

#form-messages .form-success {
  color: #04AF47;
}

.clients-form input{
  border-top: 0;
  border-left: 0;
  border-right: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transition: none;
  -o-transition: none;
}


#lightGallery li {
  list-style: none;
  float: left;
  display: inline-block;
  width: 20%;
  height: auto;
  overflow: hidden;
  padding: 5px;
  text-align: center;
}

#lightGallery li img{
  display: block;
  max-width: 100%;
  padding: 2px;
  border: 1px solid #eee;
  vertical-align: middle;
  opacity: 0.8;
}

#lightGallery li a:hover img{
  opacity: 1;
}

.helper {
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}

.showThumbByDefault #lg-gallery.open .lg-slide {
    padding-bottom: 120px;
}
.showThumbByDefault #lg-gallery .thumb-cont .thumb-info{
    display:none;
}
/*/ actions */
.showThumbByDefault #lg-action {
    position: static;
}
.showThumbByDefault #lg-action a {
    margin-top: -14px !important;
    position: absolute;
    top: 50%;
    z-index: 9999999;
    background-color: transparent;
    font-size: 28px;
}
.showThumbByDefault #lg-action a#lg-prev {
    left: 17px;
}
.showThumbByDefault #lg-action a#lg-next {
    right: 17px;
}

.gal-caption {
    bottom: 120px;
    color: #000;
    font-family: Arial,sans-serif;
    left: 0;
    position: absolute;
    right: 0;
    z-index: 99;
    font-weight: 800;
}

.gallery-nav form{
  display: table;
  width: 100%;
  text-align: center;
}



.collection{
  background-color: #FFF;
  border: 1px solid #CCC;
  box-shadow: 2px 2px 2px rgba(0,0,0,.25);
  width: 100px;
  line-height: 3;
  margin-top: 20px;
  text-align: center;
  margin-right: 8px;
  color: #000;
  text-decoration: none;
    display: inline-block;
  font-family: 'bebasregular';
}

.lightGallery-item{
  width: 20%;
}

.collection:hover {
  background-color: #000;
  border: 1px solid #000;
  color: #FFF;
  cursor: pointer;
}

#lg-outer{
  background: #fff!important;
}

#lg-action a {
  color: #B1B1B1!important;
}
#lg-gallery .thumb-cont {
  border-top: 2px solid #DDD;
  background-color: #FFF!important;
}

@media screen and (max-width: 799px) {
    .gal-caption {
        bottom: 96px;
    }
}

@media screen and (max-width: 1024px) {
  #lightGallery li {
    width: 33.33%;
  }

  .lightGallery-item{
    width: 33.33%;
  }
}

