@font-face {
  font-family: 'brandon_textblack';
  src: url('../fonts/hvd_fonts_-_brandontext-black-webfont.woff2') format('woff2'),
  url('../fonts/hvd_fonts_-_brandontext-black-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;

}
@font-face {
  font-family: 'brandon_textblack_italic';
  src: url('../fonts/hvd_fonts_-_brandontext-blackitalic-webfont.woff2') format('woff2'),
  url('../fonts/hvd_fonts_-_brandontext-blackitalic-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;

}
@font-face {
  font-family: 'brandon_textbold';
  src: url('../fonts/hvd_fonts_-_brandontext-bold-webfont.woff2') format('woff2'),
  url('../fonts/hvd_fonts_-_brandontext-bold-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;

}
@font-face {
  font-family: 'brandon_textbold_italic';
  src: url('../fonts/hvd_fonts_-_brandontext-bolditalic-webfont.woff2') format('woff2'),
  url('../fonts/hvd_fonts_-_brandontext-bolditalic-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;

}
@font-face {
  font-family: 'brandon_textlight';
  src: url('../fonts/hvd_fonts_-_brandontext-light-webfont.woff2') format('woff2'),
  url('../fonts/hvd_fonts_-_brandontext-light-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;

}
@font-face {
  font-family: 'brandon_textmedium';
  src: url('../fonts/hvd_fonts_-_brandontext-medium-webfont.woff2') format('woff2'),
  url('../fonts/hvd_fonts_-_brandontext-medium-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;

}
@font-face {
  font-family: 'brandon_textmedium_italic';
  src: url('../fonts/hvd_fonts_-_brandontext-mediumitalic-webfont.woff2') format('woff2'),
  url('../fonts/hvd_fonts_-_brandontext-mediumitalic-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;

}

@font-face {
  font-family: 'brandon_text_regularregular';
  src: url('../fonts/hvd_fonts_-_brandontext-regular-webfont.woff2') format('woff2'),
  url('../fonts/hvd_fonts_-_brandontext-regular-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;

}
@font-face {
  font-family: 'brandon_textregular_italic';
  src: url('../fonts/hvd_fonts_-_brandontext-regularitalic-webfont.woff2') format('woff2'),
  url('../fonts/hvd_fonts_-_brandontext-regularitalic-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;

}

@font-face {
  font-family: 'brandon_textthin';
  src: url('../fonts/hvd_fonts_-_brandontext-thin-webfont.woff2') format('woff2'),
  url('../fonts/hvd_fonts_-_brandontext-thin-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;

}
@font-face {
  font-family: 'brandon_textthin_italic';
  src: url('../fonts/hvd_fonts_-_brandontext-thinitalic-webfont.woff2') format('woff2'),
  url('../fonts/hvd_fonts_-_brandontext-thinitalic-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;

}
body {
  font-family: 'brandon_text_regularregular';
  font-size: 14px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x:hidden;
}
header {
  position: absolute;
  width: 100%;
  z-index: 99999;
  left: 0px;
  padding: 15px;
}
section.body {
  padding: 15px;
  position: relative;
}
a:hover, a:focus{
  text-decoration: none;
}
.navbar-default {
  background-color: transparent;
  border-color: transparent;
}
.navbar-default .navbar-nav>li>a {
  color: #fff;
  text-transform: uppercase;
  font-family: 'brandon_textblack';
  letter-spacing: 1px;
}
.slider-bg::before {
  content: '';
  background: rgba(19, 19, 19, 0.35);
  width: 100%;
  height: 100vh;
  position: absolute;
  mix-blend-mode: multiply;
  z-index: 999;
}
.phone {
  text-align: right;
  font-size: 16px;
  font-family: 'brandon_textblack';
  color: #fff;
  letter-spacing: 1px;
  display: inline-block;
  margin-right: 15px;
}
.phone i{
  color: #fff;
}
.social{
  display: inline-block;
}
.menu-right-bar {
  float: right;
  padding-top: 30px;
}
.social .fa {
  color: #fff;
  padding: 10px;
}
.navbar-default .navbar-nav>li>a:focus, .navbar-default .navbar-nav>li>a:hover {
  color: #ffffff;
  background-color: transparent;
}
.navbar-default .navbar-nav>li>a span{
  position: relative;
}
.navbar-default .navbar-nav>li>a span::after {
  content: '';
  background: #ed1414;
  display: inline-block;
  height: 3px;
  position: absolute;
  left: 0px;
  bottom: -20px;
  width: 0%;
  transition: 0.3s;
}
.navbar-default .navbar-nav>li>a:hover span::after{
  width: 100%;
}
.navbar-right {
  float: right!important;
  margin-right: 0px;
  padding-top: 10px;
  border-top: solid 1px #c7c7c7;
  margin-top: 15px;
}
.navbar-brand {padding-top:0;padding-bottom:0;}
.navbar-brand>img {
  display: block;
  margin-top: 0;
  width:300px;
}
.slider-bg{
  background: url(../img/slider.jpg);
  background-size: cover;
  width: 100%;
  height: 100vh;
}
.owl-carousel {
  display: none;
  position: relative;
  width: 100%;
  height: 100vh;
  -ms-touch-action: pan-y;
}
.owl-carousel .owl-wrapper-outer {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 100vh;
}
.slider-bg .container {
  z-index: 9999;
}
.slider-bg .container h3 {
  color: #ffffff;
  font-size: 60px;
  text-transform: uppercase;
  font-family: 'brandon_textbold';
}
span.red {
  color: #ed1414 !important;
}
.caption{
  display: inline-block;
}
.border-caption {
  background: #ed1414;
  width: 40%;
  height: 7px;
  display: inline-block;
  margin-bottom: 13px;
}
.caption {
  display: inline-block;
  position: relative;
  width: 550px;
}
.caption p {
  color: #fff;
}
.owl-theme .owl-controls .owl-page {
  display: block;
  zoom: 1;
}
.owl-controls.clickable {
  position: absolute;
  top: 0px;
}
.owl-pagination {
  text-align: right;
}
.owl-theme .owl-controls .owl-page span {
  display: inline-block;
  width: 12px;
  height: 12px;
  margin: 5px 7px;
  filter: Alpha(Opacity=50);
  opacity: 0.5;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  background: #869791;
}
.owl-theme .owl-controls .owl-page span {
  display: inline-block;
  width: 9px;
  height: 9px;
  margin: 5px 7px;
  filter: Alpha(Opacity=50);
  opacity: 1 !important;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  background: #ffffff;
}
.owl-page.active span {
  background: #ed1414 !important;
}
.owl-pagination {
  text-align: right;
  display: inline-block;
  float: right;
}
.about {
  padding: 60px;
  background: #f5f5f5;
}
.title h2 {
  margin-top: 0px;
}
.title h2 {
  margin-top: 0px;
  color: #575757;
  font-size: 30px;
  text-transform: uppercase;
  font-family: 'brandon_textbold';
  letter-spacing: 1px;
}
.title span {
  text-transform: uppercase;
  color: #ed1414;
  font-family: 'brandon_textbold';
  letter-spacing: 1px;
}
p {
  color: #828282;
  font-size: 15px;
  line-height: 25px;
}
span.title-border {
  width: 400px;
  margin: 0px auto;
  height: 1px;
  background: #d2cbcb;
  display: block;
  margin-bottom: 28px;
  margin-top: 29px;
}
span.title-border::before {
  content: '';
  background: #ed1414;
  display: block;
  width: 8px;
  height: 8px;
  border-radius: 8px;
  margin: 0px auto;
  position: relative;
  top: -3px;
  box-shadow: 0px 0px 0px 19px #fff;
}
.about span.title-border::before {
  box-shadow: 0px 0px 0px 19px #f5f5f5;
}
.about a {
  background: #ed1414;
  color: #fff;
  padding: 11px 20px;
  text-transform: uppercase;
  display: inline-block;
  font-family: 'brandon_textblack';
  letter-spacing: 1px;
}
.about a i {
  margin-left: 10px;
}
.project {
  padding: 60px;
}
.project-item.big {
  min-height: 360px;
}
.project-item.big {
  min-height: 360px;
}
.project-item {
  min-height: 180px;
}
.project-item.big .project-item-inner {
  box-shadow: 5px 5px 5px 5px;
}
.col-sm-4.bigs {
  position: relative;
  z-index: 99;
}
.project-item.big .project-item-inner {
  box-shadow: 0px 0px 94px -9px #000;
  transition: 0.3s;
}
.project-item.big .project-item-inner:hover {
  box-shadow: 0px 0px 94px -2px #000;
}
.project-item .project-item-inner{
  transition: 0.3s;
}
.project-item .project-item-inner:hover {
  box-shadow: 0px 0px 94px -6px #000;
}
.project-item-inner {
  position: absolute;
  width: 100%;
  height: 100%;
  background: url(../img/project/1.jpg);
  background-size: cover !important;
  left: 0px;
  background-position: center center !important;
}
.project-item-inner:hover{
  transform: scale(1.1);
}
.project-items-first .col-sm-3:hover{
  z-index: 9999;
}
.project-items-first .col-sm-6:hover{
  z-index: 9999;
}
.project-items-first .col-sm-5:hover{
  z-index: 9999;
}
.project-item-inner:hover{

}
.project-items {
  margin-bottom: 80px;
}
.project-item-inner::before {
  content: '';
  background: rgba(0, 0, 0, 0.59);
  width: 100%;
  height: 100%;
  position: absolute;
}
.project-caption h3 {
  margin: 0px;
}
.project-item .project-item-inner {
  transition: 0.3s;
}
.project-item .project-title span {
  color: #ffffff;
  font-size: 12px;
  display: block;
  text-transform: uppercase;
  margin-bottom: 5px;
  opacity: 0;
  transition: 0.3s;
  background-color: #ed1414;
    margin: 0px auto;
    display: block;
    width: 150px;
    padding: 8px 0;
}
.project-item .project-title span i {margin-left:5px;}
.project-item:hover .project-title span {
  opacity: 1;
}
.project-item-inner h3 {
  font-size: 16px;
  color: #fff;
  position: relative;
  text-align: left;
  display: inline-block;
  text-align: center;
}
.project-title {
  text-align: center;
  position: absolute;
  /* left: 0; */
  margin-top: -28px;
  top: 50%;
  width: 100%;
}
div#map {
  width: 100%;
  height: 500px;
}
.project-items-first .col-sm-4:hover {
  z-index: 9999;
}
.row.large-preject .project-item {
  min-height: 220px;
}
footer{
  min-height: 250px;
  background: #252525;
  padding-top: 45px;
}
footer .menu ul li {
  display: inline-block;
}
footer .menu ul li a {
  padding: 12px 0px;
  display: inline-block;
  text-transform: uppercase;
  font-family: 'brandon_textblack';
  color: #acacac;
}
footer .menu ul li a span {
  padding: 0px 18px;
  border-right: solid 1px #4d4d4d;
}
.footer-contact i {
  float: left;
}
.footer-contact p {
  display: table;
  font-size: 14px;
}
address {
  display: inline-block;
  margin: 0px;
}
.footer-phone {
  display: inline-block;
}
.footer-mail {
  display: inline-block;
}
footer .menu ul li:first-child span {
  padding-left: 0px;
}
footer .menu ul li:last-child span {
  border: none;
}
.footer p {
  color: #acacac;
  font-family: 'brandon_textbold';
}
.footer-contact i {
  margin-right: 10px;
}
i.footer-icon {
  margin-left: 26px;
}
i.footer-icon.no-margin {
  margin-left: 0px;
}
.footer-contact {
  margin-top: 37px;
  margin-bottom: 20px;
}
.copyright {
  padding-top: 20px;
  border-top: solid 1px #626060;
  padding-bottom: 10px;
}
.project-caption {
  background: #2b2b2b;
  padding: 11px;
  min-height: 150px;
  padding-top: 50px;
  padding-right: 22px;
  padding-left: 10px;
}
.project-caption h3 span {
  font-size: 17px;
  width: 100%;
  display: block;
  text-align: right;
}
.project-caption h3 {
  color: #fff;
  font-family: 'brandon_textbold';
  text-align: right;
}
.projet-all-item.orders .project-item {
  min-height: 240px;
}
.project-titles {
  margin-bottom: 60px;
}
section#inner-banner {
  min-height: 500px;
  background: url(../img/inner-banner.jpg);
  background-size: cover;
  background-position: center center;
  position: relative;
}
section#inner-banner::before {
  content: '';
  background: rgba(0, 0, 0, 0.37);
  width: 100%;
  height: 100%;
  position: absolute;
}
.inner-banner {
  position: relative;
  top: 270px;
}
.inner-banner h1 {
  font-size: 40px;
  color: #fff;
  font-family: 'brandon_textbold';
  position: relative;
  display: inline-block;
}
ul.brendcump li {
  display: inline-block;
}
ul.brendcump li a {
  display: inline-block;
  color: #fff;
  font-family: 'brandon_textblack';
  color: #d3d3d3;
  font-size: 13px;
}
ul.brendcump i{
  margin-right: 10px;
  margin-left: 10px;
  color: #fff;
}
ul.brendcump li a.active{
  color: #fff;
}
.inner-banner h1::after {
  content: '';
  display: block;
  width: 50%;
  height: 7px;
  position: relative;
  background: #ed1414;
  top: 6px;
}
.about-content {
  margin-top: 100px;
}
ul.sidebar li a {
  color: #7f7677;
}
ul.sidebar li a {
  color: #7f7677;
  font-family: 'brandon_textbold';
  font-size: 15px;
  letter-spacing: 1px;
  margin-bottom: 10px;
  display: inline-block;
}
ul.sidebar li::before {
  content: '';
  width: 5px;
  height: 5px;
  background: #ed1414;
  position: relative;
  display: inline-block;
  top: -2px;
  left: -7px;
  border-radius: 20px;
}
ul.sidebar li {
  list-style: none;
}
ul.sidebar li a::after {
  content: '';
  display: block;
  background: #ed1414;
  width: 0px;
  height: 2px;
  margin-top: 7px;
  margin-bottom: 17px;
  transition: 0.3s;
}
ul.sidebar li a:hover::after{
  width: 37px;
}
.about-img {
  padding: 10px;
  border: solid 1px #eaeaea
}
.abs-img {
  position: absolute;
  width: 300px;
  padding: 10px;
  border: solid 1px #eaeaea;
  bottom: -30px;
  right: -30px;
}
.gallery-mask {
  text-align: center;
  position: absolute;
  z-index: 999;
  top: 0px;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.42);
  padding-top: 170px;
  opacity: 0;
  transition: 0.3s;
}
.gallery-item {
  position: relative;
}
.gallery-item:hover .gallery-mask{
  opacity: 1;
}
.gallery-mask h2{
  margin: 0px;
}
.gallery-mask p{
  color: #fff;
  font-size: 17px;
}
.gallery-mask h2 {
  color: #fff;
  text-transform: uppercase;
  font-family: 'brandon_textbold';
  font-size: 24px;
  display: inline-block;
  border-bottom: solid 2px;
  padding-bottom: 8px;
  margin-bottom: 9px;
}
.about-content {
  margin-bottom: 80px;
}
.gallery-mask .mark{
  position: absolute;
  right: 10px;
  top: 10px;
  background: transparent;
}
ul.sidebar.vertical li {
  display: inline-block;
}
ul.sidebar.vertical li {
  display: inline-block;
  margin-right: 30px;
}
ul.sidebar.vertical li a {
  opacity: 0.5;
}
ul.sidebar.vertical li a.active{
  opacity: 1;
}
ul.sidebar.vertical li a.active::after{
  width: 37px;
}
ul.sidebar.vertical {
  margin-top: 30px;
}
.project-inner .project-item {
  min-height: 270px;
  position: relative;
  margin-bottom: 30px;
}
a.more-buttons {
  display: block;
  background: transparent;
  border-bottom: solid 2px #ed1414;
  color: #434141;
  font-weight: bold;
  font-size: 16px;
  letter-spacing: 1px;
  padding-bottom: 10px;
  margin-top: 30px;
}
a.more-buttons i {
  position: relative;
  top: 5px;
  color: #ed1414;
}
#content{
  position: relative;
  min-height: 450px;
}
.col-sm-5.abs-maps {
  position: absolute;
  right: 0px;
  top: 0px;
}
.product-menu ul li a {
  font-size: 15px;
  color: #b1b1b1;
  text-transform: uppercase;
  font-family: 'brandon_textbold';
  letter-spacing: 0px;
  padding: 19px 0px;
  border-bottom: solid 1px #efefef;
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.product-menu ul {
  border-right: solid 3px #ed1414;
  padding-right: 5px;
}
.navbar-default .navbar-nav>li.home-active>a span::after {
  width: 100%;
}
.product-menu ul li a span {
  font-family: 'brandon_textbold';
}
.product-menu ul li {
  list-style: none;
}
.product-menu ul li a span {
  font-family: 'brandon_textblack';
  margin-right: 11px;
}
.project-content h2 {
  color: #323232;
  font-size: 20px;
  text-transform: uppercase;
  font-family: 'brandon_textbold';
}
section#content.project-all {
  margin-top: 80px;
  margin-bottom:50px;
}
p.pin-cap {
  font-size: 13px;
  vertical-align: middle;
  display: table-cell;
  height: 60px;
  line-height: 16px;
  width: 785px;
  color: #252525;
  font-family: 'brandon_textbold';
}
.project-icon .col-sm-3 {
  padding: 4px;
}
.product-menu ul li a{
  transition: 0.3s;
}
.product-menu ul li a.active{
  color: #000;
}
.product-menu ul li a:hover {
  color: #000;
}
div#map2 {
  height: 400px;
}
.about-img img {
  width: 100%;
}
.contact-item h2 {
  font-size: 20px;
  color: #575757;
  font-family: 'brandon_textbold';
}
i.contact-icon {
  float: left;
}
.contact-item p {
  display: table;
}
i.contact-icon {
  float: left;
  margin-right: 10px;
}
i.contact-icon::before {
  position: relative;
  top: 6px;
  color: #ed1414;
}
.contact-content h2{
  font-size: 20px;
  color: #575757;
  font-family: 'brandon_textbold';
}
form.form-contact input {
  width: 100%;
  height: 50px;
  margin-bottom: 30px;
  padding-left: 15px;
}
.form-contact textarea {
  height: 200px;
  width: 100%;
  border: solid 1px #ccc;
  padding: 15px;
}
form.form-contact button {
  padding: 13px 31px;
  background: #ed1414;
  border: none;
  color: #fff;
  font-weight: bold;
  float: right;
  margin-top: 20px;
}
.contact-item {
  margin-bottom: 50px;
}
.maps {
  margin-bottom: 30px;
}
.gallery-img {
  min-height: 400px;
  background-size: cover !important;
  background-position: center center !important;
}
.footer-logo.pull-right img {
  width: 200px;
  margin-top: -80px;
}
.gallery-img-item {
  width: 100%;
  height: 400px;
  background-size: cover !important;
  background-position: center center;
}
.fancybox-opened .fancybox-skin {
  -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
  box-shadow: none;
  border-radius: 0px;
  border: none !important;
}
.gallery-mask a.fancybox {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  z-index: 99999999999;
}

li.home-active a::after {
  width: 37px !important;
}
.caption-item {
  display: inline-block;
  margin-right: 15px;
  margin-left: 15px;
}
.marker-caption {
  text-align: center;
  margin-bottom: 40px;
}
.caption-item img {
  margin-right: 11px;
}
.caption-item {
  font-weight: bold;
  font-size: 16px;
}
.about-gallery {
  margin-top: 50px;
  margin-bottom:50px;
}

#maps {margin-bottom:30px;}


.footer-logo-svg {}
