@charset "utf-8";
/* CSS Document */

.page-style-3 .title{
	font-family: 'Merriweather', serif;
}
.layer:before {
    background: rgba(0,0,0,0.3);
}
.follow a i{
	font-size: 20px;
    color: #888888;
}
.mb-10{margin-bottom: 10px;}
.text-white{
	color:#fff!important;
}
.page-style-3 .title:not(.main-col) {
    color: #c9a482!important;
}
.page-style-3 .color-type-1 .simple-text p {
    color: rgba(255,255,255,1);
}
.page-style-3 .h2 {
    font-size: 45px;
    line-height: 60px;
}
.seperator {
  position: relative;
  background-color: black;
  min-height: 400px;
  width: 100%;
  overflow: hidden;
  padding: 150px 0;
}
.seperator .overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: black;
  opacity: 0.5;
  z-index: 1;
}
.seperator video {
    max-width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: 0;
    -ms-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}
.seperator .arrow-closest {
  position: relative;
  z-index: 2;
}
.seperator p{
	color: #fff!important
}

.icons i {
    display: block;
    color: #c9a482;
    padding-bottom: 10px;
}
.icons span {
    font-weight: 600;
    letter-spacing: 1px;
    color: #c9a482;
}