@import url('https://fonts.googleapis.com/css?family=Montserrat:100,200,300,400,500,600,700,800,900');
@import url('font-awesome.min.css');
@import url('animate.css');
@import url('hover.css');
@import url('magnific-popup.css');
@import url('owl.carousel.css');
@import url('owl.transitions.css');
@import url('settings.css');
@import url('layers.css');
@import url('navigation.css');
html {
 font-size:75%;
 -webkit-font-smoothing:antialiased;
}
body {
 font-family:'Montserrat',sans-serif;
 font-size:1em;
 font-weight:300;
 line-height:1.65;
 color:#eee;
 -webkit-font-smoothing:antialiased;
    -webkit-text-size-adjust:100%
}
::-webkit-scrollbar {
 width:8px;
 height:8px;
}
::-webkit-scrollbar-thumb {
 cursor:pointer;
 background:#CDAA1D;
}
::selection {
 background-color:#66551A;
 color:#fff;
}
-webkit-::selection {
 background-color:#66551A;
 color:#fff;
}
::-moz-selection {
 background-color:#66551A;
 color:#fff;
}
h1,.h1 {
 font-weight:100;
 font-size:8vmin;
 line-height:1.2;
 letter-spacing:0.32em;
 text-transform:uppercase;
 color:#3d3d3d;
}
h2,.h2 {
 font-weight:700;
 font-size:3em;
 letter-spacing:0.2em;
 text-transform:uppercase;
 color:#EFB400;
}
h3,.h3 {
 font-size:1.875em;
 line-height:1.1;
 font-weight:normal;
 color:#3d3d3d;
}
.main-header h4,.h4 {
 font-size:1.6em;
 line-height:1.35;
 font-weight:200;
 color:#fff;
 text-align:center;
 letter-spacing:0.5em;
 text-transform:uppercase;
}
h1 a,.h1 a,h2 a,.h2 a,h3 a,.h3 a,h4 a,.h4 a {
 color:inherit;
}
h1 a:hover,.h1 a:hover,h2 a:hover,.h2 a:hover,h3 a:hover,.h3 a:hover,h4 a:hover,.h4 a:hover {
 text-decoration:none;
}
p {
 margin-bottom:1.6em;
}
b,strong {
 font-family:'Montserrat',sans-serif;
}
ul {
 list-style:none;
 padding-left:0;
}
a {
 color:#c5a47e;
 -webkit-transition:color .3s ease-out;
 -o-transition:color .3s ease-out;
 transition:color .3s ease-out;
}
a:hover,a:focus {
 color:#c5a47e;
 outline:none;
}
a:focus {
 text-decoration:none;
}
.form-control,textarea.form-control {
 font-size:1em;
 height:3.625em;
 border-radius:0;
 padding-left:22px;
 color:#555;
 background-color:#f3f3f3;
/* border:1px solid #f3f3f3;*/
 -webkit-box-shadow:none;
 box-shadow:none;
 -webkit-appearance:none;
 -webkit-transition:all .15s;
 -o-transition:all .15s;
 transition:all .15s;
}
textarea.form-control {
 height:7.9em;
 padding-top:1.1em;
 resize:none;
}
.form-control:focus {
 border-color:#c5a47e;
 background-color:#fff;
 outline:0;
 -webkit-box-shadow:none;
 box-shadow:none;
}
.form-control::-moz-placeholder {
 color:#aaa;
 text-transform:capitalize;
 opacity:1;
}
.form-control:-ms-input-placeholder {
 color:#666666;
}
.form-control::-webkit-input-placeholder {
 color:#666666;
}
.form-control.error {
 border-color:#c5a47e;
}
.form-group {
 margin-bottom:2px;
}
.wobble-error {
 -webkit-animation:hvr-wobble-horizontal 1s ease-in-out 0s 1 normal;
 animation:hvr-wobble-horizontal 1s ease-in-out 0s 1 normal;
}
label.error {
 display:none!important;
}
label {
    font-weight: 300;
	color:#777;
}
.btn-danger, .btn-default, .btn-info, .btn-primary, .btn-success, .btn-warning {
    text-shadow: none;
}
.btn-group-lg > .btn, .btn-lg {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius:0px;
}
.btn-primary {
    color: #555;
    background-color: #F2F2F2;
	background-image: none;
    border-color:none;
	transition: .81s ease-in-out;
    border-color: #ccc;
}
.btn-primary:focus,.btn-primary.focus {
 color:#fff;
 background-color:#286090;
 border-color:#122b40
}
.btn-primary:hover {
 color:#888;
 background-color:#eee;
 border-color:#bbb;
}
.btn-primary:active,.btn-primary.active,.open>.dropdown-toggle.btn-primary {
 color:#fff;
 background-color:#286090;
 border-color:#204d74
}
.btn-primary:active:hover,.btn-primary.active:hover,.open>.dropdown-toggle.btn-primary:hover,.btn-primary:active:focus,.btn-primary.active:focus,.open>.dropdown-toggle.btn-primary:focus,.btn-primary:active.focus,.btn-primary.active.focus,.open>.dropdown-toggle.btn-primary.focus {
 color:#fff;
 background-color:#204d74;
 border-color:#122b40
}
.btn-primary:active,.btn-primary.active,.open>.dropdown-toggle.btn-primary {
 background-image:none
}
.btn-primary.disabled:hover,.btn-primary[disabled]:hover,fieldset[disabled] .btn-primary:hover,.btn-primary.disabled:focus,.btn-primary[disabled]:focus,fieldset[disabled] .btn-primary:focus,.btn-primary.disabled.focus,.btn-primary[disabled].focus,fieldset[disabled] .btn-primary.focus {
 background-color:#337ab7;
 border-color:#2e6da4
}
.btn {
 padding:18px;
 border-radius:0;
}
/*.btn {
 position:relative;
 display:inline-block;
 padding:1.1em 2.2em 1.05em;
 font-size:0.975em;
 border-radius:0;
 font-weight:300;
 color:#fff;
 letter-spacing:0.15em;
 text-transform:uppercase;
 text-decoration:none;
 background-color:transparent;
 border:1px solid #EBD352;
 -webkit-transition:all .3s ease-out!important;
 transition:all .3s ease-out!important;
}
.btn:hover,.btn:focus {
 color:#fff;
 background-color:rgba(160,120,10,.4);
 -webkit-box-shadow:none;
 border:1px solid #7C5803;
 box-shadow:none;
 outline:none!important;
}*/
.btn .icon-next {
 position:relative;
 top:-0.1em;
 margin-left:0.6em;
 vertical-align:middle;
}
.btn-gray {
 background-color:#f2f2f2;
 color:#a7a7a7;
}
.btn-shadow-1 {
 box-shadow:0 15px 34px rgba(0,0,0,0.18);
}
.btn-shadow-2 {
 box-shadow:0 15px 34px rgba(197,164,126,0.5);
}
.icon-next {
 display:inline-block;
 width:0.94em;
 height:0.75em;
 background:url(../img/next.png) 0 0 no-repeat;
 background-size:0.94em 0.75em;
}
.loader {
 position:fixed;
 overflow:hidden;
 z-index:100;
 left:0;
 top:0;
 width:100%;
 height:100%;
 background:rgba(255,255,255,.7);
 color:#fff;
 text-align:center;
}
.loader .page-lines .line {
 background-color:#e4cc00;
}
.loader-brand {
 position:absolute;
 left:0;
 width:100%;
 top:50%;
 -webkit-transform:translate(0,-50%);
 -ms-transform:translate(0,-50%);
 -o-transform:translate(0,-50%);
 transform:translate(0,-50%);
}
.sk-folding-cube {
 margin:20px auto;
 width:40px;
 height:40px;
 position:relative;
 -webkit-transform:rotateZ(45deg);
 transform:rotateZ(45deg);
}
.sk-folding-cube .sk-cube {
 float:left;
 width:50%;
 height:50%;
 position:relative;
 -webkit-transform:scale(1.1);
 -ms-transform:scale(1.1);
 transform:scale(1.1);
}
.sk-folding-cube .sk-cube:before {
 content:'';
 position:absolute;
 top:0;
 left:0;
 width:100%;
 height:100%;
 background-color:#d5aa17;
 -webkit-animation:sk-foldCubeAngle 2.4s infinite linear both;
 animation:sk-foldCubeAngle 2.4s infinite linear both;
 -webkit-transform-origin:100% 100%;
 -ms-transform-origin:100% 100%;
 transform-origin:100% 100%;
}
.sk-folding-cube .sk-cube2 {
 -webkit-transform:scale(1.1) rotateZ(90deg);
 transform:scale(1.1) rotateZ(90deg);
}
.sk-folding-cube .sk-cube3 {
 -webkit-transform:scale(1.1) rotateZ(180deg);
 transform:scale(1.1) rotateZ(180deg);
}
.sk-folding-cube .sk-cube4 {
 -webkit-transform:scale(1.1) rotateZ(270deg);
 transform:scale(1.1) rotateZ(270deg);
}
.sk-folding-cube .sk-cube2:before {
 -webkit-animation-delay:0.3s;
 animation-delay:0.3s;
}
.sk-folding-cube .sk-cube3:before {
 -webkit-animation-delay:0.6s;
 animation-delay:0.6s;
}
.sk-folding-cube .sk-cube4:before {
 -webkit-animation-delay:0.9s;
 animation-delay:0.9s;
}
@-webkit-keyframes sk-foldCubeAngle {
 0%,10% {
  -webkit-transform:perspective(140px) rotateX(-180deg);
  transform:perspective(140px) rotateX(-180deg);
  opacity:0;
 }
 25%,75% {
  -webkit-transform:perspective(140px) rotateX(0deg);
  transform:perspective(140px) rotateX(0deg);
  opacity:1;
 }
 90%,100% {
  -webkit-transform:perspective(140px) rotateY(180deg);
  transform:perspective(140px) rotateY(180deg);
  opacity:0;
 }
}
@keyframes sk-foldCubeAngle {
 0%,10% {
  -webkit-transform:perspective(140px) rotateX(-180deg);
  transform:perspective(140px) rotateX(-180deg);
  opacity:0;
 }
 25%,75% {
  -webkit-transform:perspective(140px) rotateX(0deg);
  transform:perspective(140px) rotateX(0deg);
  opacity:1;
 }
 90%,100% {
  -webkit-transform:perspective(140px) rotateY(180deg);
  transform:perspective(140px) rotateY(180deg);
  opacity:0;
 }
}
.layout {
 position:relative;
 overflow:hidden;
}
.text-primary {
 color:#EFB400;
 font-weight:300;
 letter-spacing:normal;
 font-size:1em;
}
.page-lines {
 position:absolute;
 z-index:-1;
 left:0;
 top:0;
 width:100%;
 height:100%;
}
.page-lines .col-line {
 padding:0;
}
.page-lines .line {
 position:absolute;
 left:0;
 width:1px;
 height:50000px;
 background-color:rgba(206,205,200,.3);
}
.page-lines .col-line:last-child .line:last-child {
 left:auto;
 right:0;
}
.row-base {
 margin-top:-3em;
}
.col-base {
 margin-top:3em;
}
.section {
 position:relative;
 padding-top:7.1em;
 padding-bottom:6.1em;
 }
.section-header {
 position:relative;
}
.section-title {
 text-align:center;
 margin:0;
 margin-left:0.32em;
}
.fade-title-left,.fade-title-right {
 font-weight:700;
 font-size:10.8em;
 line-height:1;
 color:#000;
 position:absolute;
 left:0;
 top:0.03em;
 opacity:0.035;
 -webkit-transform:translate(-50%,-50%);
 -ms-transform:translate(-50%,-50%);
 -o-transform:translate(-50%,-50%);
 transform:translate(-50%,-50%);
}
.fade-title-right {
 left:100%;
}
.section-content {
 margin-top:7.1em;
}
.header-inner .vertical-panel-content {
 bottom:auto;
 top:12.2vmin;
}
.brand-panel {
 position:absolute;
 z-index:4;
 left:6.5em;
 top:0;
 width:auto;
 height:auto;
 padding:0;
 text-align:center;
 -webkit-transition:all 0.3s;
 -o-transition:all 0.3s;
 transition:all 0.3s;
}
.brand {
 display:inline-block;
 font-weight:700;
 font-size:4vmin;
 line-height:1;
 color:#BA9B1F;
}

.brand:hover,.brand:focus {
 color:#eee;
 text-decoration:none;
}
.brand-name {
 position:absolute;
 z-index:-1;
 bottom:-0.4em;
 right:-0.37em;
 font-weight:700;
 font-size:7.75em;
 line-height:1;
 opacity:.2;
}
.slide-number {
 margin-top:8vmin;
}
.slide-number .current-number {
 font-size:8vmin;
 letter-spacing:0.1em;
 line-height:1;
}
.slide-number sup {
 display:inline-block;
 position:relative;
 top:-3px;
 font-size:2vmin;
 letter-spacing:0.1em;
 color:#3d3d3d;
 vertical-align:top;
 margin-left:0.46em;
}
.slide-number sup .delimiter {
 display:inline-block;
 margin-right:0.4em;
}
.header-phone {
 font-weight:300;
 font-size:0.81em;
 position:absolute;
 z-index:3;
 color:#ccc;
 left:50vmin;
 top:5.9vmin;
}
@media (max-width: 480px) {
 .header-phone {
  display:none;
 }
 .rev_slider .tp-caption{
	display:none;	
}

}
@media (min-width: 992px) and (max-width: 1200px) {
 .header-phone {
  display:none;
 }
}
.vertical-panel,.vertical-panel-content {
 position:absolute;
 width:19.735vmin;
 left:0;
 bottom:0;
 text-align:center;
 -webkit-transition:all 0.3s;
 -o-transition:all 0.3s;
 transition:all 0.3s;
}
.vertical-panel {
 z-index:3;
 background-color:#f6f5f3
}
.vertical-panel-content {
 z-index:4;
}
.vertical-panel-info {
 margin-bottom:3.5vmin;
}
.vertical-panel-info .line {
 height:5vmin;
 width:1px;
 margin:15px auto 0;
 background-color:#c5c4c2;
}
.vertical-panel-title {
 font-size:10px;
 white-space:nowrap;
 text-transform:uppercase;
 letter-spacing:1em;
 color:#3d3d3d;
 position:relative;
 left:-6px;
 margin:0 auto;
 width:1px;
 -webkit-transform:rotate(-90deg);
 transform:rotate(-90deg);
 -webkit-transform-origin:0 0;
 transform-origin:0 0;
}
@media (max-height: 850px) {
 .vertical-panel-title {
  display:none;
 }
}
.social-list {
 margin-bottom:3.5vmin;
}
.social-list li {
 margin-top:3.8vmin;
}
.social-list .fa {
 font-size:2.4vmin;
 color:#c5c4c2;
}
.social-list .fa:hover {
 color:#c5a47e;
 text-decoration:none;
}
.navbar-desctop {
 display:none;
 position:absolute;
 z-index:2;
 top:0;
 left:0;
 width:100%;
 /*padding:5.9vmin 0 0;*/
 background-color:rgba(213,170,23,0.95);
}
.navbar-desctop .brand {
 display:none;
 position:relative;
 float:left;
 top:0;
 font-size:1.6em;
}
.navbar-desctop-menu {
 float:right;
 font-weight:700;
 font-size:0.85em;
 letter-spacing:0.10em;
 text-transform:uppercase;
 margin-bottom:0;
}
.navbar-desctop-menu li {
 position:relative;
 -webkit-perspective:2000px;
 perspective:2000px;
 transition:all .3s ease-out;
}
.navbar-desctop-menu li a {
 display:block;
 text-decoration:none;
}
.navbar-desctop-menu>li:hover {
 background-color:#be9014;
}
.navbar-desctop-menu>li {
 float:left;
 border-right:1px solid #A57E0C;
 padding:4.9vmin;
 /*margin-left:5.1em;*/
}
.navbar-desctop-menu>li>a {
 color:#fff;
 background-color:transparent;
}
.navbar-desctop-menu>li.active {
 background-color:#be9014;
}
.navbar-desctop-menu li ul {
 position:absolute;
 z-index:10;
 left:100%;
 top:60%;
 text-transform:capitalize;
 visibility:hidden;
 min-width:265px;
 opacity:0;
 box-shadow:0 1px 3px rgba(0,0,0,0.1);
 background:rgba(255,255,255,0.95);
 -webkit-transition:all .3s ease-out;
 -moz-transition:all .3s ease-out;
 transition:all .3s ease-out;
}
.navbar-desctop-menu>li>ul {
 left:-1px;
 margin-top:0;
}
.navbar-desctop-menu li:hover>ul {
 top:0;
 visibility:visible;
 opacity:1;
}
.navbar-desctop-menu>li:hover>ul {
 top:100%;
}
.navbar-desctop-menu li li {
 border-bottom:1px solid #bbb;
}
.navbar-desctop-menu li li:last-child {
 border-top:1px solid #fff;
}
.navbar-desctop-menu li li a {
 color:#9B7315;
 font-weight:700;
 font-size:.88em;
 padding:33px;
 transition: .3s ease-out;
 text-transform:uppercase;
}
.navbar-desctop-menu li li>a:hover {
 background-color:#f8ed8e;
}
.navbar-desctop.affix {
 position:fixed;
 z-index:5;
 top:0;
 background-color:rgba(213,170,23,0.95);
 padding: 0;
 box-shadow:0 0 35px rgba(0,0,0,0.1);
}
.navbar-desctop.affix.affix-top {
 padding-top:1.2em;
}
.navbar-desctop.affix .brand {
 display:inline-block;
}
.navbar-desctop.affix .brand img{
  max-width:160px;
 }
.navbar-desctop.affix .navbar-desctop-menu li a {
 color:#fff;
}
.navbar-desctop.affix .navbar-desctop-menu li li a {
 color:#9B7315;
}
.navbar-desctop.affix .navbar-desctop-menu li li>a:hover {
 background-color:#f8ed8e;
}
.navbar-desctop.affix .navbar-desctop.affix .navbar-desctop-menu .active>a {
 color:#000;
}
.navbar-mobile {
 position:absolute;
 z-index:2;
 left:0;
 top:-20px;
 width:100%;
}
.navbar-mobile .brand {
 display:none;
 margin-left:5px;
 font-size:1.6em;
}
.navbar-mobile .brand img {
 width:100%;
 padding:7vmin;

}
.navbar-collapse {
 background-color:#fff;
}
@media (max-height: 320px ) {
 .navbar-collapse {
  max-height:240px;
 }
}
@media (max-width: 480px ) {
 .brand-panel .brand img {
   max-width:105px;
   position:relative;
   top:15px;
   left:-60px
 }
}
.navbar-toggle {
 padding:0;
 margin-top:70px;
 margin-bottom:0;
 border-radius:0;
 border:0;
}
.navbar-toggle .icon-bar {
 background-color:#fff;
 height:2px;
 width:30px;
}
.navbar-toggle .icon-bar+.icon-bar {
 margin-top:5px;
}
.navbar-toggle.collapsed .icon-bar {
 background-color:#fff;
}
.navbar-nav-mobile {
 font-weight:300;
 font-size:0.9em;
 background-color:#fff;
 letter-spacing:0.22em;
 text-transform:uppercase;
 margin-bottom:0;
}
.navbar-nav-mobile li {
 position:relative;
 border-top:1px solid #ececec;
}
.navbar-nav-mobile li a {
 display:block;
 padding:2.7em;
 color:#000;
 text-decoration:none;
}
.navbar-nav-mobile>.current>a {
 color:#c5a47e;
}
.navbar-nav-mobile li a .fa-angle-down {
 position:relative;
 display:inline-block;
 vertical-align:middle;
}
.navbar-nav-mobile>.current>a .fa-angle-down {
 top:0;
 left:0;
 -webkit-transform:rotate(180deg);
 -ms-transform:rotate(180deg);
 -o-transform:rotate(180deg);
 transform:rotate(180deg);
}
.navbar-nav-mobile>.active>a,.navbar-nav-mobile>.active>a:hover {
 color:#000;
 -webkit-transition:none;
 -o-transition:none;
 transition:none;
}
.navbar-nav-mobile ul {
 display:none;
}
.navbar-nav-mobile li a:hover,.navbar-nav-mobile li .active>a {
 color:#c5a47e;
}
.navbar-mobile.affix {
 position:fixed;
 z-index:5;
 background-color:#be9014;
 box-shadow:0 0 35px rgba(0,0,0,0.1);
}
.navbar-mobile.affix .brand {
 display:inline-block;
}
.navbar-mobile.affix .navbar-toggle .icon-bar {
 background-color:#fff;
}
.main {
 position:relative;
 overflow:hidden;
 min-height:420px;
}
.main-inner {
 position:relative;
 z-index:1;
 min-height:0;
 padding:33.7vmin 0 17vmin;
}

.main-projects,.main-contacts {
 padding:34.2vmin 0 34vmin;
}
.main-project {
 padding:33.7vmin 0 11vmin;
 background-size:cover;
 background-position:center 0;
}
.main-contacts:after {
 content:'';
 position:absolute;
 left:0;
 width:100%;
 height:100%;
 top:0;
 opacity:1;
 background:-webkit-linear-gradient(bottom,rgba(39,39,39,0.5) 0%,rgba(39,39,39,0.75) 26%,rgba(39,39,39,0.6) 100%);
 background:linear-gradient(to top,rgba(39,39,39,0.5) 0%,rgba(39,39,39,0.75) 26%,rgba(39,39,39,0.6) 100%);
}
.main-header {
 position:relative;
 z-index:2;
}
.main-header h1 {
 color:#EDC13D;
 font-weight:200;
 font-size:3.5em;
 text-align:center;
 letter-spacing:.05em;
 margin:0;
}
.main-inner .page-lines {
 z-index:1;
}
.main-inner .page-lines .line {
 border-color:#fff;
}
.main-blog .page-lines,.main-projects .page-lines,.main-project .page-lines,.main-contacts .page-lines {
 opacity:0.08;
}
.rev_slider {
 color:#fff;
 min-height:420px;
}
.rev_slider .btn {
 -webkit-transition:background-color .3s ease-out!important;
 transition:background-color .3s ease-out!important;
}
.tp-caption {
 padding:0 20px;
 text-align:right;
}
.arrow-left,.arrow-right {
 position:absolute;
 z-index:4;
 bottom:4vh;
 cursor:pointer;
 -webkit-transition:all 0.3s;
 -o-transition:all 0.3s;
 transition:all 0.3s;
}
.arrow-left {
 left:26vmin;
}
.arrow-right {
 right:15px;
}
.arrow-left:after,.arrow-right:before {
 content:'';
 display:inline-block;
 vertical-align:middle;
 background-color:transparent;
 font-size:1.5em;
 border:1px solid rgba(255,255,255,0.2);
 padding:22px;
 font-weight:100;
 line-height:1;
 text-transform:uppercase;
 color:#fff;
}
.arrow-left:after {
 content:'\f104';
 font-family:'FontAwesome';
}
.arrow-right:before {
 content:'\f105';
 font-family:'FontAwesome';
}
.arrow-left:before,.arrow-right:after {
 content:'';
 display:inline-block;
 vertical-align:middle;
 width:1.3em;
 height:1em;
 opacity:0.25;
 -webkit-transition:all 0.5s;
 -o-transition:all 0.5s;
 transition:all 0.5s;
}
.arrow-left:hover:before,.arrow-right:hover:after {
 opacity:1;
}
.arrow-left:before {
 background:url(../img/prev.png) 0 0 no-repeat;
 background-size:1.3em 1em;
 margin-right:0.82em;
}
.arrow-right:after {
 background:url(../img/next.png) 0 0 no-repeat;
 background-size:1.3em 1em;
 margin-left:0.72em;
}
.slide-title {
 font-size:35px;
 font-weight:200;
 text-transform:lowercase;
}
.slide-subtitle {
 font-size:.81em;
 border-right:2px solid #eee;
 font-weight:200;
 line-height:1.7;
}
.bg-about {
 background: rgba(0, 0, 0, 0) url("../img/lloyed-about.jpg") no-repeat scroll center center / cover;
}
.bg-opacity {position:relative}
.bg-opacity::before {
  background: #000 none repeat scroll 0 0;
  content: "";
  height: 100%;
  left: 0;
  opacity: 0.5;
  position: absolute;
  top: 0;
  width: 100%;
}
.entry {
 margin:3.2em 0;
}
.entry-title {
 font-size:1.3em;
 margin:0 0 1em;
 padding-left:1em;
 font-weight:400;
 text-align:justify;
 color:#99711E;
 border-left:4px solid #99711E;
}
.entry-text {
 font-size:1.1em;
 font-weight:200;
 color:#000;
 text-align:justify;
 line-height:1.2;
}
.about .fade-title-left {
 top:1em;
}
.col-about-title {
 margin-top:0;
 margin-bottom:1.1em;
 font-weight:200;
 text-align:right;
 color:#B99A1E;
}
.col-about-info p:last-child {
 margin-bottom:0;
 font-weight:200;
 text-align:right;
 color:#000;
}
.col-about-img {
 position:relative;
}
.col-about-img img {
 display:block;
 border:1px solid #ccc;
 padding:8px;
}
.row-services {
 margin-left:-4.1em;
 margin-right:-4.1em;
}
.col-service {
 padding:0 4.1em;
}
.service-item {
 margin-bottom:1em;
}
.service-item:last-child {
 margin-bottom:0;
}
.service-item h4 {
 margin-top:0.2em;
 font-weight:700;
 color:#F1DD6B;
 font-size:1em;
 text-transform:uppercase;
 letter-spacing:normal;
 margin-bottom:1.1em;
}
.services .service-item h4 {
 margin-top:1.25em;
}
.service-item p {
 color:#eee;
 font-weight:300;
 text-align:justify;
}
.service-item p:last-child {
 margin-bottom:1.25em;
}
/*..................................*/
.bg, .bg-filter {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  z-index: -100;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}
.bg-filter {
  z-index: -99;
  background-color:rgba(0,0,0,.9);
  opacity: 0.5;
}
.intro-text {
  widht: 100%;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  position: absolute;
}
/*...................................................*/
.objects {
 position:relative;
}
.object-label {
 position:absolute;
 width:1em;
 height:1em;
 background-color:#e5bf93;
 border-radius:50%;
 cursor:pointer;
}
.popover.top {
 margin-top:-20px;
}
.object-info {
 position:absolute;
 display:none;
 z-index:1;
 left:50%;
 bottom:40px;
 width:12.4em;
 margin-left:-6.2em;
 padding:1.1em 1.3em 3em;
 border:0;
 background-color:rgba(0,0,0,0.6);
 border-radius:4px;
 -webkit-box-shadow:none;
 box-shadow:none;
}
.object-info.in {
 display:block;
}
.object-info:before {
 content:'';
 position:absolute;
 top:100%;
 left:50%;
 margin-left:-16px;
 width:0;
 height:0;
 border:16px solid transparent;
 border-top:14px solid rgba(0,0,0,0.6);
}
.object-title {
 font-size:1em;
 font-weight:normal;
 letter-spacing:0.16em;
 text-transform:uppercase;
 color:#c5a47e;
 padding:0 0 1em;
 border-bottom:1px solid rgba(249,249,249,0.2);
 margin:0 0 .5em;
}
.object-content {
 font-size:0.75em;
 line-height:2.6;
 color:#fff;
 padding:0;
}
.popover.top>.arrow {
 border-top-color:transparent;
}
.popover.top>.arrow:after {
 border-top-color:rgba(0,0,0,0.6);
}
.bg-projects {
 position:relative;
 background:url(../img/projects.jpg) 50% 0 no-repeat;
 background-size:cover;
}
.project {
 padding:0;
 overflow:hidden;
}
.project figure {
 position:relative;
}
.project figure img {
 display:block;
 width:100%;
 -webkit-transition:all 8s linear;
 -o-transition:all 8s linear;
 transition:all 8s linear;
}
.project figure:after {
 content:'';
 position:absolute;
 left:0;
 top:0;
 width:100%;
 height:100%;
 background-color:#111;
 opacity:0.7;
 -webkit-transition:all 0.5s;
 -o-transition:all 0.5s;
 transition:all 0.5s;
}
.project.project-light figure:after {
 opacity:0.5;
}
.project figcaption {
 position:absolute;
 z-index:1;
 font-weight:200;
 left:0;
 top:0;
 right:0;
 bottom:0;
 margin:3.2em 3.6em;
}
.project-title {
 position:relative;
 top:0;
 left:0;
 margin:0;
 font-weight:200;
 font-size:1.5em;
 line-height:1.05;
 color:#eee;
 text-transform:capitalize;
 -webkit-transition:all 0.5s;
 -o-transition:all 0.5s;
 transition:all 0.5s;
}
.project-category {
 position:absolute;
 left:0;
 bottom:0;
 margin:0 0 -0.8em;
 font-weight:normal;
 font-size:15px;
 text-transform:lowercase;
 color:#bbb;
 letter-spacing:0.1em;
 -webkit-transform:rotate(-90deg);
 -ms-transform:rotate(-90deg);
 -o-transform:rotate(-90deg);
 transform:rotate(-90deg);
 -webkit-transform-origin:0 0;
 transform-origin:0 0;
 -webkit-transition:all 0.5s;
 -o-transition:all 0.5s;
 transition:all 0.5s;
}
.project-zoom {
 position:absolute;
 left:50%;
 top:50%;
 width:9em;
 height:9em;
 margin:-4.5em;
 border-radius:50%;
 background-color:#eee;
 overflow:hidden;
 opacity:0;
 -webkit-transform:scale(0.5);
 -ms-transform:scale(0.5);
 -o-transform:scale(0.5);
 transform:scale(0.5);
 -webkit-transition:all 0.7s;
 -o-transition:all 0.7s;
 transition:all 0.7s;
}
.project-zoom:after {
 content:'';
 position:absolute;
 left:50%;
 top:50%;
 width:2.625em;
 height:2.625em;
 background:url(../img/zoom.png) 0 0 no-repeat;
 background-size:cover;
 -webkit-transform:translate(-50%,-50%);
 -ms-transform:translate(-50%,-50%);
 -o-transform:translate(-50%,-50%);
 transform:translate(-50%,-50%);
}
.project figure:hover:after {
 opacity:0;
}
.project figure:hover img {
 -webkit-transform:scale(1.4);
 transform:scale(1.4);
}
.project figure:hover .project-title {
 top:30px;
 opacity:0;
}
.project figure:hover .project-category {
 opacity:0;
 letter-spacing:.30em;
}
.project figure:hover .project-zoom {
 opacity:1;
 -webkit-transform:scale(1);
 -ms-transform:scale(1);
 -o-transform:scale(1);
 transform:scale(1);
}
.owl-prev,.owl-next {
 position:absolute;
 top:50%;
 font-size:1.4em;
 font-weight:300;
 text-transform:uppercase;
 color:#fff;
 border:1px solid #bbb;
 -webkit-transform:translateY(-50%);
 transform:translateY(-50%);
 -webkit-transition:all 0.3s;
 -o-transition:all 0.3s;
 transition:all 0.3s;
}
.owl-prev:hover,.owl-next:hover {
 opacity:1;
}
.owl-prev {
 left:0.8em;
 padding:15px;
}
.owl-next {
 left:auto;
 right:0.8em;
 padding:15px;
}
.mfp-figure {
 box-shadow:none;
}
.mfp-iframe-scaler {
 overflow:visible;
}
.mfp-image-holder .mfp-close,.mfp-iframe-holder .mfp-close {
 padding:0;
 margin-top:-10px;
 font-family:inherit;
 font-size:40px;
 font-weight:300;
 line-height:0;
}
img.mfp-img {
 min-height:460px;
}
.mfp-title {
 padding-right:40px;
 font-size:.81em;
 color:#000;
 margin-top:0;
 font-weight:300;
 text-align:center;
 line-height:2;
 background-color:#fff;
 text-transform:uppercase;
 letter-spacing:normal;
 padding-bottom:30px;
}
.mfp-counter {
 top:5px;
}
.mfp-bg {
 background-color:#141414;
}
.mfp-arrow-left:before,.mfp-arrow-left .mfp-b {
 display:none;
}
.mfp-arrow-right:before,.mfp-arrow-right .mfp-b {
 display:none;
}
.mfp-wrap .mfp-content {
 -webkit-perspective:1300px;
 perspective:1300px
}
.mfp-wrap .mfp-figure,.mfp-wrap .mfp-iframe-scaler {
 opacity:0;
 -webkit-transform-style:preserve-3d;
 transform-style:preserve-3d;
 -webkit-transform:scale(0) rotateY(60deg);
 -o-transform:scale(0) rotateY(60deg);
 transform:scale(0) rotateY(60deg);
}
.mfp-bg {
 opacity:0;
 -webkit-transition:.5s;
 -o-transition:.5s;
 transition:.5s;
}
.mfp-wrap .mfp-figure,.mfp-wrap .mfp-iframe-scaler {
 opacity:0;
 -webkit-transition:.3s ease-in-out;
 -o-transition:.3s ease-in-out;
 transition:.3s ease-in-out;
 -webkit-transform:rotateY(-60deg);
 -ms-transform:rotateY(-60deg);
 -o-transform:rotateY(-60deg);
 transform:rotateY(-60deg);
}
.mfp-bg {
 opacity:0;
 -webkit-transition:.5s;
 -o-transition:.5s;
 transition:.5s;
}
.mfp-wrap.mfp-ready .mfp-figure,.mfp-wrap.mfp-ready .mfp-iframe-scaler {
 opacity:1;
 -webkit-transform:rotateX(0);
 -ms-transform:rotateX(0);
 -o-transform:rotateX(0);
 transform:rotateX(0);
}
.mfp-ready.mfp-bg {
 opacity:0.8;
}
.mfp-wrap.mfp-removing .mfp-figure,.mfp-wrap.mfp-removing .mfp-iframe-scaler {
 opacity:0;
 -webkit-transform:rotateX(-60deg);
 -ms-transform:rotateX(-60deg);
 -o-transform:rotateX(-60deg);
 transform:rotateX(-60deg);
}
.mfp-zoom-out-cur,.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
 cursor:url(../img/zoom-out.cur),zoom-out;
}
.mfp-removing.mfp-bg {
 opacity:0;
}
.project-title-info {
 font-size:2vmin;
 text-transform:uppercase;
 letter-spacing:0.2em;
 margin-left:-1.8em;
}
.project-title-info .project-info-item {
 display:inline-block;
 margin-left:1.8em;
}
.project-details-item {
 position:relative;
}
.project-details-img {
  padding:0;
  left:-15px;
  position: relative;
}
.project-details-info {
 background-color:#BC9210;
 padding:5em ;
 color:#fff;
 text-align:justify;
}
.project-details-title {
 position:relative;
 font-weight:300;
 font-size:1.3em;
 line-height:38px;
 text-transform:uppercase;
 color:#fff;
 margin:0 0 0.7em;
}

.project-details-title:before {
 content:'';
 position:absolute;
 top:-0.25em;
 border-top:3px solid #fff;
 left:0;
 width:6.5em;
}
.project-details-descr {
 font-size:1.2em;
 font-weight:200;
 line-height:1.1em;
}
.project-details-descr p:last-child {
 margin-bottom:0;
}
.project-details-item:nth-child(even) .project-details-info {
 right:-15px;
 left:auto;
 top:0;
}
.experience {
 text-align:center;
}
.text-parallax {
 background:no-repeat 0 0;
 display:inline-block;
}
.text-parallax-content {
 font-weight:100;
 font-size:1.8em;
 line-height:1;
 overflow:hidden;
 margin-bottom:0;
 background:#fff;
 color:#363636;
 mix-blend-mode:lighten;
}
.experience-info {
 position:relative;
 top:-0.75em;
 font-size:1.5625em;
 line-height:1.45;
 letter-spacing:0.06em;
 display:inline-block;
 text-align:left;
 margin:0 0 0 0.5em;
}
.clients {
 text-align:center;
}
.clients-list {
 margin:-3.8em -1.95em 0;
}
.clients-list .client {
 display:inline-block;
 vertical-align:middle;
 padding:3.8em 1.95em 0;
 margin:0;
}
.clients-list .client img {
 opacity:0.2;
 display:block;
 -webkit-transition:all 0.5s;
 -o-transition:all 0.5s;
 transition:all 0.5s;
}
.clients-list .client a:hover img {
 opacity:1;
}
.bg-blog {
 background:url(../img/blog.jpg) 50% 0 no-repeat;
 background-size:cover;
}
.blog {
 position:relative;
 margin-bottom:3em;
 margin-right:1px;
 background-color:#fff;
 box-shadow:0 1px 15px rgba(0,0,0,0.08);
}
.blog:last-child {
 margin-bottom:0;
}
.blog-thumbnail {
 position:static;
}
.blog-thumbnail-bg {
 position:absolute;
 left:0;
 top:0;
 bottom:0;
 right:5px;
 padding:0;
 border-radius:0.25em 0 0 0.25em;
 overflow:hidden;
 background-size:cover;
 background-position:50% 0;
}
.blog-thumbnail-img img {
 border-radius:0.25em 0.25em 0 0;
}
.blog-info {
 padding:3.3em 3em;
}
.blog-tags {
 margin-top:-0.8em;
}
.blog-tags a {
 display:inline-block;
 font-size:0.75em;
 line-height:1;
 padding:0.77em 1.1em 0.77em;
 border-radius:2em;
 background-color:#ededed;
 text-transform:uppercase;
 color:#6f6f6f;
 margin-top:0.8em;
 margin:0.8em 0.7em 0 0;
 -webkit-transition:all 0.2s;
 transition:all 0.2s;
}
.blog-tags a:hover {
 background-color:#c5a47e;
 text-decoration:none;
 color:#fff;
}
.blog-title {
 font-weight:400;
 font-size:1.5em;
 line-height:1.333;
 margin:1.8em 0 0.8em;
}
.blog-info p {
 margin-bottom:0;
}
.blog-meta {
 font-size:0.88em;
 color:#b4b4b4;
 overflow:hidden;
}
.blog-meta .author {
 float:left;
}
.blog-meta .author a {
 color:#b4b4b4;
}
.blog-meta .author a:hover {
 text-decoration:none;
 color:#c5a47e;
}
.blog-meta .time {
 float:right;
}
.blog-info .blog-meta {
 border-top:1px solid #ededed;
 margin-top:1.7em;
 padding-top:1.7em;
}
.read-more {
 display:inline-block;
 font-size:0.88em;
 letter-spacing:0.1em;
 text-transform:uppercase;
}
.read-more {
 padding-right:2em;
 background:url(../img/read-more.png) right 50% no-repeat;
 -webkit-transition:all 0.3s;
 -o-transition:all 0.3s;
 transition:all 0.3s;
}
.read-more:hover {
 text-decoration:none;
 background-position:95% 50%;
}
.blog-info .read-more {
 margin-top:2.8em;
}
.blog-details {
 margin:10.2em 0 8.3em;
}
.col-secondary {
 margin-top:7.1em;
}
.post-header {
 margin-bottom:5em;
}
.post-header h3 {
 font-weight:400;
 font-size:2.2em;
 line-height:1.43;
 margin:0 0 0 0;
}
.post-header .blog-meta {
 margin-top:2.45em;
}
.post-thumbnail {
 margin-bottom:2.5em;
}
.post-thumbnail img {
 width:100%;
}
.post .blog-tags {
 margin-top:5.4em;
}
.widget {
 margin-bottom:3.65em;
}
.widget-title {
 font-weight:normal;
 font-size:1.3em;
 text-transform:uppercase;
 text-align:center;
 margin:0 0 2.25em 0;
}
.recent-post {
 margin-bottom:1.7em;
 overflow:hidden;
}
.recent-post:last-child {
 margin-bottom:0;
}
.recent-post-thumbnail {
 width:9.32em;
 float:left;
}
.recent-post-thumbnail img {
 border-radius:0.25em;
 max-width:100%;
}
.recent-post-body {
 padding-left:1.2em;
}
.recent-post-title {
 font-weight:400;
 font-size:1.1em;
 line-height:1.45;
 text-transform:none;
 letter-spacing:0;
 margin:0;
 position:relative;
}
.recent-post-time {
 font-size:0.88em;
 color:#b4b4b4;
 margin-top:0.9em;
}
.bg-contacts {
  background: url("../img/contact_bg.jpg") center bottom no-repeat;
  background-size:cover;
}
.contacts .fade-title-right {
 left:90%;
}
.row-field {
 margin-left:-5px;
 margin-right:-5px;
}
.col-field {
 padding:1px;
}
.col-message {
 display:none;
 margin-top:20px;
}
.col-address {
 font-size:1.125em;
 line-height:2.1;
 margin-top:2em;
}
.form-submit {
 margin-top:1.2em;
 margin-right:5em;
}
.success-message {
 display:none;
}
.error-message {
 display:none;
}
.success-message .fa {
 margin-right:7px;
 font-size:1.5em;
}
.contact-details {
 position:relative;
 overflow:hidden;
 margin-top:-1px;
}
.col-map {
 height:35em;
}
.gmap {
 position:absolute;
 top:0;
 left:0;
 right:0;
 padding:0;
 height:100%;
}
.map-info {
 padding:1.2em;
 visibility:visible;
}
.map-title {
 margin-bottom:1em;
}
.map-title h3 {
 margin:0;
 color:#D1A91F;
 font-size:1.4em;
 font-weight:200;
}
.map-address-row {
 margin-top:1em;
 text-align:left;
 color:#000;
}
.map-address-row .fa {
 float:left;
 margin:0.35em 0.6em 0 0;
 width:1.1em;
 text-align:left;
 color:#D1A91F;
 font-size:1.3em;
}
.map-address-row .text {
 display:block;
 overflow:hidden;
 font-size:1.15em;
}
.contact-info {
 color:#fff;
 padding:0;
 background:url(../img/contact-details.jpg) 50% no-repeat;
 background-size:cover;
}
.contact-info-content {
 padding:2.5em;
 background-color:#AD890C;
}
.contact-info-title {
 font-size:80px;
 letter-spacing:0.32em;
 text-transform:uppercase;
 color:#fff;
 opacity:0.1;
 position:absolute;
 top:100%;
 left:100%;
 margin-top:-0.5em;
 margin-left:-2.3em;
 -webkit-transform:rotate(-90deg);
 transform:rotate(-90deg);
 -webkit-transform-origin:0 0;
 transform-origin:0 0;
}
.contact-row {
 position:relative;
 z-index:1;
 margin-bottom:2.3em;
}
.contact-row:last-child {
 margin-bottom:0;
}
.contact-row h4 {
 margin:0 0 0.8em;
 color:#fff;
}
.contact-row .fa {
 float:left;
 width:1.1em;
 margin-top:-0.15em;
 padding:1px;
 text-align:center;
 font-size:1.3em;
 line-height:1.25;
}
.contact-body {
 padding-left:2.6em;
}
.contact-content {
 font-size:1.3em;
}
.phone-row {
 font-size:1.3em;
 letter-spacing:0.2em;
 margin-top:0.5em;
}

/* ----------------------------------------------------
	11) FOOTER STYLES
------------------------------------------------------- */
.footer-big{
	color: #333;
	font-size: 17px;
}
#footer{
	padding-top: 50px;
	padding-bottom: 20px;

}
.f-inner{
	padding-top: 50px;
	padding-bottom: 50px;
}
.f-inner:hover{
	color: #960;
	 transition:all 1s;
}
.f-inner .col-sm-10{
	padding-left: 0;
}
.f-logo{
	margin-top: 70px;
}
.f-logo h2{
	font-size: 30px;
	line-height: 31px;
	font-weight: 100;
	letter-spacing: 3px;
	color: #000;	
	-webkit-font-smoothing: antialiased;
}
.f-space{
	padding: 8px 0;
}
.f-inner strong{
	color: #000!important;	
	font-weight: 700;
	font-size: 14px;
	letter-spacing: 1px;
	text-transform: uppercase;
}
.f-inner address{
	font-size: .80em;
	text-align:left;
	border-left:2px solid #ccc;
	padding-left:1em;
	font-weight:300;
	text-transform:uppercase;
	color:#000;
	line-height: 1.8em;
	margin: 0;
}
.f-inner i{
	color: #B8800C;
	border:1px solid #ccc;
	padding:13px;
	text-align:left;
}
.f-copyright{
	margin-top: 6px;
}
.f-copyright span{
	color: #aaaaaa;
	font-size: 12px;
}
ul.footer-social{
	float: right;
	padding: 0;
	margin: 0;
}
.footer-social li{	
	display: inline-block;
}
.f-cta{
	width: 100%;
	padding: 30px 0;
	font-weight: 500;
	background-color: #d0ad55;
	font-size: 15px;
	line-height: 25px;
	color: #ffffff;
	text-align: center;
	display: block;	
	position: relative;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-ms-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}
.f-cta:hover{
	background-color: #222;
}
.f-action a:focus{
	color:#fff;
}
.cta-section h2{
	margin-bottom: 30px;
}
.cta-section{
	color: #fff;	
	background: url('../img/header_bg/bg2.jpg') 50% 0 no-repeat fixed;
	background-size: cover;
}
.cta-title-2 h2{
	font-size: 30px;
	line-height: 31px;
	font-weight: 300;
	letter-spacing: 3px;
	color: #333;
	text-transform: uppercase;
	-webkit-font-smoothing: antialiased;
	padding: 0;
	margin: 0;	
}
.cta-title h2{
	font-size: 30px;
	line-height: 31px;
	font-weight: 300;
	letter-spacing: 3px;
	color: #fff;
	text-transform: uppercase;
	-webkit-font-smoothing: antialiased;
	padding: 0;
	margin: 0;	
}

/*content6*/
.content6 .title-block {padding: 100px 45px 0; position: relative; min-height: 460px;}
@media (max-width: 1200px) {.content6 .title-block {padding: 50px 5px 0;}}
@media (max-width: 992px) {.content6 .title-block {padding: 50px 5px 0; min-height: 350px; height: auto;}}
.content6 .bgw {background: #fff;}
.content6 .bgb {background: #DAD6D7;}
.content6 .bgc .title-block h1, .content6 .bgc .title-block p {font-weight:200;color: #000;}
.content6 .bgb .title-block h1, .content6 .bgb .title-block p {font-weight:200;color: #000;}
.content6 .bgw .title-block h1, .content6 .bgw .title-block p {font-weight:200;color: #000;}
.content6 .bgc .title-block .separator:before {background: #ccc;}
.content6 .title-block .block-number {font-size: 100px; position: absolute; top: 0; right: 0; color: rgba(230,230,230,.3); transition: color .3s;}
.content6 .title-block:hover .block-number {color: rgba(230,230,230,.8);}
.content6 .bgc .title-block h5, .content6 .bgb .title-block h5, .content6 .bgw .title-block h5{color: #AD891D; text-transform:capitalize; font-weight:300;font-size:1.4em;}

.separator{ display: block; width: 100%; height: 20px; background: transparent; position: relative;}
.separator:before{ content: ''; position: absolute; height: 2px; width: 77px; top: 1px; left: 0;}
.separator.transparent:before {content: ''; display: none;}

.page_head {background-size: cover; padding: 160px 0 80px;}.page_head ul li{list-style-type:disc; font-size:100%; color:#000; font-weight:200; text-align:left;}
.page_head h1 {color: #A67611; margin: 0 0 10px; font-style: normal; font-size:1em; font-weight:200; letter-spacing:normal; text-align: left;}
.page_head h3 {color: #222; font-size: 40px; line-height: 50px; font-weight: 700; margin: 0 0 10px; font-style: normal; text-align: left;}
.page_head h5 {font-size: 17px; line-height: 27px; font-weight: 700; margin: 0 0 10px; font-style: normal; text-align: left;}
.page_head p { color: #757575; font-size:.91em; text-align: justify; line-height:20px;}
.page_head blockquote {display: block; text-align: center;}
.page_head blockquote p{display: inline-block; text-align: center; font-size: 32px; line-height: 45px; color: #222; font-style: italic;}
.page_head blockquote p:before, .page_head blockquote p:after{content: '"'; display: inline-block;}
.styled:before,
.styled span:before,
.content3 .image .mbr-iconfont:hover,
.folow:before,
.date:before,
.mbr-gallery-filter li:before,
.separator:before,
.bgc {
  background: #eee;
}

//.styled{position: relative; color: #A67611; font-size:1.2em; font-weight:500; letter-spacing:normal; text-align: left;}
//.styled:before {display: inline-block; margin-right: 7px; content: ''; width: 7px; height: 7px; position: relative; background: #0dba26; }

.mbr-section {
  padding: 0 20px;
}
.mbr-section--no-padding {
  padding: 0;
}
.mbr-section--relative {
  position: relative;
}
.mbr-section--fixed-size {
  overflow: hidden;
}
.mbr-section--full-height {
  height: 100vh;
}
.mbr-section--full-height.mbr-after-navbar:before {
  display: none;
}
.mbr-section--bg-adapted {
  background-attachment: scroll;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.mbr-section--gray {
  background-color: #444444;
}
.mbr-section--light-gray {
  background-color: #f0f0f0;
}
.mbr-section--dark-gray {
  background-color: #3c3c3c;
}
.mbr-section__container {
  padding: 0;
  position: relative;
  z-index: 3;
}
.mbr-section__container--center {
  text-align: center;
}
.mbr-section__container--std-padding {
  padding: 93px 0;
}
.mbr-section__container--std-top-padding {
  padding-top: 93px;
}
.mbr-section__container--std-bot-padding {
  padding-bottom: 93px;
}
.mbr-section__container--sm-padding {
  padding: 41px 0;
}
.mbr-section__container--sm-top-padding {
  padding-top: 41px;
}
.mbr-section__container--sm-bot-padding {
  padding-bottom: 41px;
}
.mbr-section__container--isolated {
  padding-bottom: 93px;
  padding-top: 93px;
}
.mbr-section__container--first {
  padding-top: 93px;
  padding-bottom: 41px;
}
.mbr-section__container--middle {
  padding-bottom: 41px;
}
.mbr-section__container--last {
  padding-bottom: 93px;
}
.mbr-section__row {
  margin-left: -24px;
  margin-right: -24px;
}
.mbr-section__col {
  overflow: hidden;
  padding-left: 24px;
  padding-right: 24px;
}
.mbr-section__left {
  padding-right: 40px;
}
.mbr-section__right {
  padding-left: 15px;
}
.mbr-section__header {
  line-height: 1.5em;
  margin: -10px 0 0;
  text-align: center;
}
@media (min-width: 768px) {
  .mbr-section--short-paddings .mbr-section__container--std-padding {
    padding: 59px 0;
  }
  .mbr-section--short-paddings .mbr-section__container--std-top-padding {
    padding-top: 59px;
  }
  .mbr-section--short-paddings .mbr-section__container--std-bot-padding {
    padding-bottom: 59px;
  }
  .mbr-section--short-paddings .mbr-section__container--sm-padding {
    padding: 41px 0;
  }
  .mbr-section--short-paddings .mbr-section__container--sm-top-padding {
    padding-top: 41px;
  }
  .mbr-section--short-paddings .mbr-section__container--sm-bot-padding {
    padding-bottom: 41px;
  }
  .mbr-section--short-paddings .mbr-section__container--isolated {
    padding-bottom: 59px;
    padding-top: 59px;
  }
  .mbr-section--short-paddings .mbr-section__container--first {
    padding-top: 59px;
    padding-bottom: 41px;
  }
  .mbr-section--short-paddings .mbr-section__container--middle {
    padding-bottom: 41px;
  }
  .mbr-section--short-paddings .mbr-section__container--last {
    padding-bottom: 59px;
  }
}
@media (max-width: 767px) {
  .mbr-section__left {
    padding-right: 15px;
  }
  .mbr-section__right {
    padding-left: 15px;
    padding-top: 51px;
  }
}


.mbr-section {
  padding: 0 20px;
}
.mbr-section--no-padding {
  padding: 0;
}


.mbr-section__container {
  padding: 0;
  position: relative;
  z-index: 3;
}
.mbr-section__container--center {
  text-align: center;
}
.mbr-section__container--std-padding {
  padding: 93px 0;
}
.mbr-section__container--std-top-padding {
  padding-top: 93px;
}
.mbr-section__container--std-bot-padding {
  padding-bottom: 93px;
}
.mbr-section__container--sm-padding {
  padding: 41px 0;
}
.mbr-section__container--sm-top-padding {
  padding-top: 41px;
}
.mbr-section__container--sm-bot-padding {
  padding-bottom: 41px;
}
.mbr-section__container--isolated {
  padding-bottom: 93px;
  padding-top: 93px;
}
.mbr-section__container--first {
  padding-top: 93px;
  padding-bottom: 41px;
}
.mbr-section__container--middle {
  padding-bottom: 41px;
}
.mbr-section__container--last {
  padding-bottom: 93px;
}
.mbr-section__row {
  margin-left: -24px;
  margin-right: -24px;
}
.mbr-section__col {
  overflow: hidden;
  padding-left: 24px;
  padding-right: 24px;
}
.mbr-section__left {
  padding-right: 40px;
}
.mbr-section__right {
  padding-left: 15px;
}
.mbr-section__header {
  line-height: 1.5em;
  margin: -10px 0 0;
  text-align: center;
}
@media (min-width: 768px) {
  .mbr-section--short-paddings .mbr-section__container--std-padding {
    padding: 59px 0;
  }
  .mbr-section--short-paddings .mbr-section__container--std-top-padding {
    padding-top: 59px;
  }
  .mbr-section--short-paddings .mbr-section__container--std-bot-padding {
    padding-bottom: 59px;
  }
  .mbr-section--short-paddings .mbr-section__container--sm-padding {
    padding: 41px 0;
  }
  .mbr-section--short-paddings .mbr-section__container--sm-top-padding {
    padding-top: 41px;
  }
  .mbr-section--short-paddings .mbr-section__container--sm-bot-padding {
    padding-bottom: 41px;
  }
  .mbr-section--short-paddings .mbr-section__container--isolated {
    padding-bottom: 59px;
    padding-top: 59px;
  }
  .mbr-section--short-paddings .mbr-section__container--first {
    padding-top: 59px;
    padding-bottom: 41px;
  }
  .mbr-section--short-paddings .mbr-section__container--middle {
    padding-bottom: 41px;
  }
  .mbr-section--short-paddings .mbr-section__container--last {
    padding-bottom: 59px;
  }
}

@media(max-width:767px){
	#footer{text-align: left;}
	ul.footer-social{float: none;margin-top: 20px;}
	.f-inner{padding-top: 20px;padding-bottom: 20px;text-align: left;}
	.f-inner .col-sm-10{padding-left: 15px;}
	.f-logo h2{text-align: left;}
	.f-logo {margin-top: 0; margin-left:0;}
}

.backgroundCover, section#features {
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.media.media-circle .media-object {
  border-radius: 50%;
  padding: 5px 15px;
  background: none;
  transition:all .3s ease-out!important;
  color: #fff;
  width: 40px;
  height: 40px;
  margin: 10px auto;
  border: 2px solid #E3B924;
}
.media.media-circle:hover .media-object {
  background: #E3B924;
}
section#features {
  background: url(../img/features_summary.jpg);
  padding: 50px 0 0 0 !important;
  background-attachment: fixed;
  text-align: left;
}
section#features .media-circle {
  margin: 15px 0;
}
section#features .media-circle .media-body {
  margin-top: 10px;
}
section#features .media-circle .media-body h4 {
  font-size: 22px; text-transform:uppercase;line-height: 27px; font-weight: 300; margin: 0 0 10px; font-style: normal; text-align: left;
}
section#features .media-circle .media-body p {
  color: #eee;
  line-height:normal;
  font-weight:300;
}
section#features h1 {
  color: white;
  text-align: left;
  font-family:'Montserrat',sans-serif;
  text-transform:lowercase;
  letter-spacing:normal;
  margin-bottom:1em;
  font-weight: 200;
  font-size: 45px;
}
section#features h1 span {
  color: #E3B924;
}
.img-center {
  margin: 0 auto;
  background-size: cover;
}

/******TOS*******/
.acc {
  margin: 0;
  overflow: hidden;
  padding: 0;
}

.acc li {
  list-style-type: none;
  padding: 0;
}

.acc_ctrl {
  background: #f5f5f5;
  border: none;
  border-bottom: solid 1px #ccc;
  cursor: pointer;
  display: block;
  outline: none;
  padding: 2em;
  position: relative;
  text-align: center;
  width: 100%;
}

.acc_ctrl:before {
  background: #aaa;
  content: '';
  height: 2px;
  margin-right: 37px;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  width: 14px;
}

.acc_ctrl:after {
  background: #aaa;
  content: '';
  height: 2px;
  margin-right: 37px;
  position: absolute;
  right: 0;
  top: 50%;
  width: 14px;
}

.acc_ctrl.active:before {
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
}

.acc_ctrl.active h2, .acc_ctrl:focus h2 {
  position: relative;
}

.acc_panel {
  background: #D2A60D;
  display: none;
  overflow: hidden;
}
.acc_ctrl h2 {
  color: #D2A60D;
  font-size: 14px;
  font-weight:300;
  text-align:left;
  letter-spacing: 1px;
  margin: 30px;
  margin-top:0;
  margin-bottom:0;
  text-transform: uppercase;
}

.acc_panel p {
  color: #fff;
  font-size: 14px;
  line-height: 1.5;
  text-align:justify;
  margin: 55px;
}

.footer {
 text-align:justify;
 margin:0;
 font-size:12px;
 color:#aaa;
}
.footer .brand {
 margin-top:-0.45em;
 font-size:3.4em;
}
.author-link {
 color:#d0d0d0;
}
.author-link:hover {
 text-decoration:none;
}
@media (min-width: 768px) {
 html {
  font-size:85%;
 }
 .arrow-left {
  top:43.5vmin;
  bottom:auto;
 }
 .arrow-right {
  left:28vmin;
  right:auto;
  margin-left:5em;
  top:43.5vmin;
  bottom:auto;
 }
 .entry {
  padding:0 5.8em;
 }
 .col-about-spec {
  padding:0 4.4em;
 }
 .owl-prev {
  left:3.6em
 }
 .owl-next {
  right:3.6em;
 }
 .project-details {
  margin:0;
  padding:0;
 }
 .project-details-item {
  margin-bottom:0em;
 }
 .project-details-info {
  position:absolute;
  z-index:1;
  left:0;
  top:13%;
  bottom:0;
  width:55%;
 }
 .project-details-item:nth-child(odd) .project-details-img {
  padding-left:15px;
  padding-right:15px;
 }
 .project-details-item:nth-child(even) .project-details-img {
  padding-right:15px;
  padding-left:15px;
 }
}
@media screen and (max-width: 768px){
 .main-header h1 {
 font-size:3em;
 color:#fff;
 text-align:left;
 letter-spacing:normal;
}
}
@media (min-width: 992px) {
 html {
  font-size:92%;
 }
 .text-center-md {
  text-align:center;
 }
 .text-right-md {
  text-align:right;
 }
 .text-left-md {
  text-align:left;
 }
 .navbar-mobile {
  position:absolute;
  left:-50000px;
  top:-50000px;
 }
 .col-about-img {
  padding-left:0;
  left:-5px;
 }
 .col-about-img img {
  max-width:calc(100% + 5px);
 }
 .project-details-item:nth-child(odd) .project-details-img {
  padding-left:5px;
  padding-right:15px;
 }
 .project-details-item:nth-child(even) .project-details-img {
  padding-right:5px;
  padding-left:15px;
 }
 .col-primary {
  padding-right:0;
 }
 .col-secondary {
  margin-top:0;
  margin-left:0;
  padding:0 10px 50px 0;
  background-color:#ccc;
 }
 .row-field {
  margin-left:-15px;
 }
 .col-map {
  position:static;
  height:100%;
 }
}
.half-section-left,.half-section-right,.one-third-section-left,.one-third-section-right{position:relative}.half-section-left .section-bg,.half-section-right .section-bg,.one-third-section-left .section-bg,.one-third-section-right .section-bg{position:absolute;right:0;top:0;width:42%;height:100%;background-repeat:no-repeat!important;background-size:cover!important;background-position:center center!important}.half-section-left .section-bg,.one-third-section-left .section-bg{right:auto;left:0}.half-section-left .overlay,.half-section-right .overlay,.one-third-section-left .overlay,.one-third-section-right .overlay{padding:0 20px;background-color:transparent}.one-third-section-left .section-bg,.one-third-section-right .section-bg{width:30%}.thumbnail{padding:0;border:none;border-radius:0;border-bottom:3px solid #ebf0f1}.gray-bg .thumbnail{background:#fff}
.img-bg{background:url("../img/bg-features.jpg") no-repeat scroll center center / cover;}
.img-feature-bg{background:url("../img/bg-features_eng.jpg") no-repeat scroll center center / cover;}
.dark-bg {background-color: #84690D;}
.half-section-right h1 {color: white;text-align: left;text-transform:lowercase;letter-spacing:normal;font-weight: 200;margin-bottom:1em;font-size:2.4em;
}.half-section-right h1 span {color: #E3B924;}
.icon-box-4>i{border-radius:50%;display:block}.icon-box-4 ul li{list-style-type:disc; font-size:1.1em;color:#fff; text-align:justify; font-weight:200;}
.icon-box-4{position:relative;padding-left:60px;margin-bottom:30px}.icon-box-4:last-child{margin-bottom:0}.icon-box-4>i{width:44px;height:44px;font-size:16px;line-height:44px;text-align:center;font-style:normal;border:2px solid #E2C652;position:absolute;left:0;top:6px}.icon-box-4>.box-title{margin-bottom:10px; font-size:1.3em;color:#fff; font-weight:300;}.icon-box-4>.box-title h4{font-size: 18px; line-height: 27px; font-weight: 700; margin: 0 0 10px; font-style: normal; text-align: left;}
@media (max-width:380px){.icon-box-4>i{position:relative;left:auto;top:auto}.icon-box-4{padding-left:0}}
/*****PROJECT LOGO****************/
.logo-gal-item{
	overflow: hidden;
	padding:1px;
}
.logo-gal-item .project-logo{
	height: 100%;
	overflow: hidden;
}
.project-logo img{
	height: 100%;
	width: 100%;
	object-fit:cover;
	-o-object-fit:cover;
}
.logo-gal-item a:focus{
	outline: none;
}
.logo-gal-item a:after{
	content:"\f002";
	font-family: 'FontAwesome';
	opacity: 0;
	background-color: rgba(0, 0, 0, 0.75);
	position: absolute;
	right: 3px;
	left: 3px;
	top: 3px;
	bottom: 3px;
	text-align: center;
    line-height: 250px;
    font-size: 30px;
    color: #fff;
    -webkit-transition: all 0.5s ease-in-out 0s;
    -moz-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s;
}
.logo-gal-item a:hover:after{
	opacity: 1;
}
.modal-open .logo-gal-container .modal{
	background-color: rgba(0,0,0,0.2);
}
.modal-open .logo-gal-item .modal-body{
	padding: 0px;
}
.modal-open .logo-gal-item button.close{
    position: absolute;
    width: 25px;
    height: 25px;
    background-color: #F4DE93;
    opacity: 1;
    color: #000;
    z-index: 999;
    right: -12px;
    top: -12px;
    border-radius: 50%;
    font-size: 35px;
    border: 2px solid #fff;
    line-height: 25px;
    -webkit-box-shadow: 0 0 1px 1px rgba(0,0,0,0.35);
	box-shadow-shadow: 0 0 1px 1px rgba(0,0,0,0.35);
}
.modal-open .logo-gal-item button.close:focus{
	outline: none;
}
.modal-open .logo-gal-item button.close span{
	position: relative;
	top: -3px;
	font-weight:300;
	text-shadow:none;
}
.logo-gal-container .modal-dialogue{
	width: 100%;
}
.logo-gal-container .modal.fade .modal-dialog {
    -webkit-transform: scale(0.1);
    -moz-transform: scale(0.1);
    -ms-transform: scale(0.1);
    transform: scale(0.1);
	width:95%;
    top: 20%;
    opacity: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

.logo-gal-container .modal.fade.in .modal-dialog {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transform: translate3d(0, -100px, 0);
    transform: translate3d(0, -100px, 0);
    opacity: 1;
}

/******MEDIA BACKGROUND*************/
.pattern {
    background-image:url(../img/pattern.png);
    background-repeat: repeat;
    background-attachment:scroll;
    width:100%;
    height:100%;
    position:absolute;
    top:0;
    left:0
}

.divider {
    background-color:#ccc;
	width:25%;
    display:inline-block;
	padding:0;
	margin:0;
    height:4px;
}


#colorize {
    color:#eee;
	font-weight:200;
    font-size:1em;
	line-height:18px;
	text-align:justify;
}

.big-background {
    z-index:2;
	width: 100%;
	background-color:rgba(0,0,0,.4);
  	min-height: 100%;
    position:relative;
	top:15%;
    overflow:hidden
}

.big-background .big-background-container {
    position:absolute;
    top:50%;
    left:50%;
	background-color:rgba(0,0,0,.6);
	border:1px solid #111;
	padding:20px;
    -webkit-transform:translate(-50%,-50%);
    -moz-transform:translate(-50%,-50%);
    -ms-transform:translate(-50%,-50%);
    -o-transform:translate(-50%,-50%);
    transform:translate(-50%,-50%)
}

.big-background-title {
    font-size:2em;
    color:#fff;
    font-weight:200;
    text-transform:uppercase;
    text-align:left;
    margin-bottom:5px;
    display:inline-block;
    background-attachment:scroll;
}
.big-background h4 {
    font-size:1.1em;
    color:#A38314;
    font-weight:200;
    text-transform:capitalize;
    text-align:left;
    margin-bottom:5px;
}
.big-background ul{
    text-align:left;
}
.big-background ul> li> a{
    font-size:.95em;
    color:#555;
    font-weight:300;
	line-height:.22em;
	text-decoration:none;
	transition:0.5s ease-in-out;
}
.big-background ul> li> a:hover{
    color:#A38314;
	text-decoration:none;
}
.big-background i{
    color:#aaa;
}

a.big-background-btn {
    font-size:13px;
    text-transform:uppercase;
    text-decoration:none;
    color:#fff;
    background:transparent;
    border:1px solid #fff;
    padding:10px 14px;
    cursor:pointer;
    letter-spacing:2px;
    text-align:center;
    display:inline-block;
    -webkit-transition:.4s background ease;
    -moz-transition:.4s background ease;
    -o-transition:.4s background ease;
    transition:.4s background ease;
}

.big-background-btn:hover {
    color:#fff;
    background:rgba(255,255,255,0.20)
}

.big-background-default-image {
    /*background:url(../img/lloyed-about.jpg);*/
    background-repeat:no-repeat;
    background-position:center center;
    background-size:cover;
    width:100%;
    height:100%;
    z-index:0;
    backface-visibility:hidden
}

.about-section-container {
    text-align:justify;
    padding-bottom:50px;
	padding:7%;	
}

.about-section-title {
    font-size:1.5em;
	font-weight:200;
    color:#eee;
	text-transform:none;
	padding:0;
	margin:0;
	text-align:left;
    background-attachment:scroll;
    background-repeat:repeat-x;
    background-position:center center;
}



a.about-section-btn {
    font-size:13px;
    text-transform:uppercase;
    text-decoration:none;
    color:#34495e;
    background:transparent;
    border:2px solid #34495e;
    padding:10px 14px;
    cursor:pointer;
    letter-spacing:2px;
    text-align:center;
    display:inline-block;
    -webkit-transition:.4s background ease;
    -moz-transition:.4s background ease;
    -o-transition:.4s background ease;
    transition:.4s background ease;
}

.about-section-btn:hover {
    color:#fff;
    background: #34495e;
}

@media screen and (max-width: 768px) {
.about-section-title {
    line-height:1
}
.about-section-container {
	padding:5%;
}
}

@media screen and (max-width: 480px) {
.big-background-title {
    font-size:58px
}

#colorize {
	text-align:left;
}

.small-background-title {
    line-height:1
}

/*.player{ display: none;} If you want to remove the video bg on a specific viewport w/o plugin*/
}

@media screen and (max-width: 360px) {
.big-background-title,#colorize {
    line-height:1
}
}

@media screen and (max-width: 320px) {
.small-background-title {
    font-size:30px
}
}


@media (min-width: 768px) {
.gal-container .modal-dialog {
    width: 100%;
    margin: 100px auto;
}
}
@media (max-width: 768px) {
    .gal-container .modal-content{
        height:250px;
    }
	.project-details-item:nth-child(even) .project-details-info {
 left:0;
 right:0;
}
.project-details-img {
  left:0;
 right:0;
}
}

@media (min-width: 1200px) {
 html {
  font-size:100%;
 }
 .main-header {
  padding-left:0;
 }
 .project-details-info {
  width:66.5%;
 }
}
@media only screen and (min-width:1920px) {

   .navbar-desctop .brand img{
    display:none;
	}
}
@media only screen and (min-width:1600px) {

  .navbar-desctop.affix .brand{
    display:none;
	}
}
/******DESKTOP************/
@media (max-width: 1199px) {
	.project-details-info {
	 padding:2em ;
}
.form-control, textarea.form-control{
	min-height:5em;
}
}
@media (max-height: 480px) {
 .arrow-left {
  top:43.5vmin;
  bottom:auto;
 }
 .arrow-right {
  left:28vmin;
  right:auto;
  margin-left:5em;
  top:43.5vmin;
  bottom:auto;
 }
	.project-details-info {
	 padding:2em ;
}
}

@media screen and (max-width: 480px){
 .main-header h1 {
 font-size:2em;
 color:#fff;
 text-align:center;
 letter-spacing:normal;
}
.form-control, textarea.form-control{
	min-height:5em;
}
.project-title {
 font-size:230%;
}
.project-details-item:nth-child(even) .project-details-info {
 left:0;
 right:0;
}
.project-details-img {
  left:0;
 right:0;
}
}