/*
* PHOENIX - A premium template from Designova
* Build: Apr 2018;
* Author: Designova, http://www.designova.net
* Copyright (C) 2018 Designova
* This is a premium product. For licensing queries please contact info@designova.net
*/


/* Table of contents
–––––––––––––––––––––––––––––––––––––––––––––––––– 
- 1. Common
- 2. Header
- 3. Footer
- 4. Navigation
- 5. Pages
- 6. Utilities
*/


/* 1. Common
–––––––––––––––––––––––––––––––––––––––––––––––––– */


/*Custom Web Fonts:*/
/* The font LORIN is a premium product by Designova, for more information: http://www.fontastica.com/ */

@font-face {
  font-family: 'Lorin-by-Designova';
  src: url('../fonts/Lorin-by-Designova/Lorin-Bold.eot');
  src: url('../fonts/Lorin-by-Designova/Lorin-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/Lorin-by-Designova/Lorin-Bold.woff2') format('woff2'), url('../fonts/Lorin-by-Designova/Lorin-Bold.woff') format('woff'), url('../fonts/Lorin-by-Designova/Lorin-Bold.ttf') format('truetype'), url('../fonts/Lorin-by-Designova/Lorin-Bold.svg#Lorin-Bold') format('svg');
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: 'Lorin-by-Designova';
  src: url('../fonts/Lorin-by-Designova/Lorin-Light.eot');
  src: url('../fonts/Lorin-by-Designova/Lorin-Light.eot?#iefix') format('embedded-opentype'), url('../fonts/Lorin-by-Designova/Lorin-Light.woff2') format('woff2'), url('../fonts/Lorin-by-Designova/Lorin-Light.woff') format('woff'), url('../fonts/Lorin-by-Designova/Lorin-Light.ttf') format('truetype'), url('../fonts/Lorin-by-Designova/Lorin-Light.svg#Lorin-Light') format('svg');
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: 'Lorin-by-Designova';
  src: url('../fonts/Lorin-by-Designova/Lorin-Regular.eot');
  src: url('../fonts/Lorin-by-Designova/Lorin-Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/Lorin-by-Designova/Lorin-Regular.woff2') format('woff2'), url('../fonts/Lorin-by-Designova/Lorin-Regular.woff') format('woff'), url('../fonts/Lorin-by-Designova/Lorin-Regular.ttf') format('truetype'), url('../fonts/Lorin-by-Designova/Lorin-Regular.svg#Lorin-Regular') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Lorin-by-Designova';
  src: url('../fonts/Lorin-by-Designova/Lorin-ExtraBold.eot');
  src: url('../fonts/Lorin-by-Designova/Lorin-ExtraBold.eot?#iefix') format('embedded-opentype'), url('../fonts/Lorin-by-Designova/Lorin-ExtraBold.woff2') format('woff2'), url('../fonts/Lorin-by-Designova/Lorin-ExtraBold.woff') format('woff'), url('../fonts/Lorin-by-Designova/Lorin-ExtraBold.ttf') format('truetype'), url('../fonts/Lorin-by-Designova/Lorin-ExtraBold.svg#Lorin-ExtraBold') format('svg');
  font-weight: 800;
  font-style: normal;
}

html,
body {
  overflow-x: hidden;
  font-family: 'Work Sans', sans-serif;
}

p {
  font-size: 13px;
  line-height: 21px;
  margin-bottom: 0;
  opacity: 0.6;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: 'Lorin-by-Designova', sans-serif;
}

h1,
h2 {
  line-height: 1.2;
}

h3,
h4,
h5,
h6 {
  line-height: 1.5;
}

a {
  color: inherit;
  text-decoration: none;
}

a:hover {
  color: blue;
  text-decoration: none;
}

a:focus {
  outline: none;
}

.overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  background-color: rgba(255, 255, 255, 0.2);
}

.overlay-white {
  background-color: rgba(255, 255, 255, 0.2);
}

.overlay-black {
  background-color: rgba(0, 0, 0, 0.8);
}

.overlay-dark {
  background-color: rgba(0, 0, 0, 0.3);
}

.sticky-border {
  background-color: #121212;
  z-index: 9999;
}

.sticky-border-top {
  position: fixed;
  top: 0;
  left: 0;
  height: 10px;
  width: 100%;
}

.sticky-border-bottom {
  position: fixed;
  bottom: 0;
  left: 0;
  height: 10px;
  width: 100%;
}

.sticky-border-left {
  position: fixed;
  top: 0;
  left: 0;
  width: 10px;
  height: 100%;
}

.sticky-border-right {
  position: fixed;
  top: 0;
  right: 0;
  width: 10px;
  height: 100%;
}

a.venobox-image {
  -webkit-transition: all .4s linear;
  -moz-transition: all .4s linear;
  -ms-transition: all .4s linear;
  -o-transition: all .4s linear;
  transition: all .4s linear;
}

a.venobox-image:hover:after {
  content: ' ';
  top: 0;
  right: 15px;
  position: absolute;
  width: 40px;
  height: 40px;
  background-color: #000;
  background-image: url(../images/zoom.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 25px 25px;
  -webkit-transition: all .4s linear;
  -moz-transition: all .4s linear;
  -ms-transition: all .4s linear;
  -o-transition: all .4s linear;
  transition: all .4s linear;
}


/*Preloader*/

html.preloader-running,
body.preloader-running {
  overflow: hidden;
}

html.preloader-running .sticky-sidebar {
  display: block;
}

div#preloader {
  background: none repeat scroll 0 0 white;
  height: 100%;
  left: 20%;
  position: fixed;
  top: 0px;
  width: 80%;
  z-index: 99999;
  border: solid 10px #121212;
  border-left: none;
}

div#preloader.fluidview {
  left: 0px;
}

#status {
  width: 200px;
  height: 200px;
  position: absolute;
  left: 50%;
  top: 50%;
  background-image: url(../images/loader.gif);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 50px 50px;
  margin: -100px 0 0 -100px;
}


/* 2. Header
–––––––––––––––––––––––––––––––––––––––––––––––––– */

header.masthead {
  width: 20%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 970;
  background-color: #fff;
}

.c-logo-brand {
  font-size: 32px;
  line-height: 42px;
  font-weight: 700;
  -webkit-transform: rotate(90deg) translate(100.5%, calc(93% - 39px));
  -ms-transform: rotate(90deg) translate(100.5%, calc(93% - 39px));
  transform: rotate(90deg) translate(100.5%, calc(93% - 39px));
}

.c-logo-brand-name-wrapper {
  top: -7px;
}


/* 3. Footer
–––––––––––––––––––––––––––––––––––––––––––––––––– */

footer.mastfoot {
  padding: 60px 0 100px 0;
}

.social-wrap {
  padding: 0;
}

.foot-social {
  list-style: none outside none;
  padding: 0;
  margin-top: 20px;
}

.foot-social li {
  display: inline-block;
  margin-left: 0px;
  margin-right: 2px;
  margin-bottom: 0;
}

.foot-social li a>img {
  width: 28px;
  opacity: 1;
  -webkit-transition: all .8s linear;
  -moz-transition: all .8s linear;
  -ms-transition: all .8s linear;
  -o-transition: all .8s linear;
  transition: all .8s linear;
}

.foot-social li a>img:hover {
  opacity: 0.2;
  -webkit-transition: all .8s linear;
  -moz-transition: all .8s linear;
  -ms-transition: all .8s linear;
  -o-transition: all .8s linear;
  transition: all .8s linear;
}

.copyright-symbol {
  font-family: 'Work Sans', sans-serif;
  font-size: 40px;
}

.footer-heading {
  font-family: 'Cutive+Mono', monospace;
  font-size: 15px;
  font-style: italic;
  padding-right: 30px;
}

.footer-heading span {
  color: blue;
  font-size: 22px;
  font-family: 'Lorin-by-Designova';
  font-weight: 700;
  font-style: normal;
}


/* 4. Navigation
–––––––––––––––––––––––––––––––––––––––––––––––––– */

.button_container {
  position: absolute;
  left: -70px;
  bottom: 6px;
  height: 27px;
  width: 35px;
  cursor: pointer;
  z-index: 100;
  -webkit-transition: opacity .25s ease;
  transition: opacity .25s ease;
}

.button_container:hover {
  opacity: .7;
}

.button_container.active .top {
  -webkit-transform: translateY(10px) translateX(0) rotate(45deg);
  transform: translateY(10px) translateX(0) rotate(45deg);
  background: blue;
}

.button_container.active .middle {
  opacity: 0;
  background: blue;
}

.button_container.active .bottom {
  -webkit-transform: translateY(-10px) translateX(0) rotate(-45deg);
  transform: translateY(-10px) translateX(0) rotate(-45deg);
  background: blue;
}

.button_container span {
  background: blue;
  border: none;
  height: 5px;
  width: 100%;
  position: absolute;
  top: 0px;
  left: 0;
  -webkit-transition: all .35s ease;
  transition: all .35s ease;
  cursor: pointer;
}

.button_container span:nth-of-type(2) {
  top: 10px;
}

.button_container span:nth-of-type(3) {
  top: 20px;
}

.overlay-nav {
  position: fixed;
  top: 0;
  left: 20%;
  width: 80%;
  height: 100%;
  opacity: 1;
  visibility: hidden;
  -webkit-transition: opacity .35s, visibility .35s, width .35s;
  transition: opacity .35s, visibility .35s, width .35s;
  z-index: 50;
}

.overlay-nav:before {
  content: '';
  background: rgb(255, 255, 255, 0.9);
  /* background-image: url('../images/menu/left.jpg');*/
  background-position: center right;
  background-size: cover;
  background-repeat: no-repeat;
  left: -55%;
  top: 0;
  width: 40%;
  height: 100%;
  position: absolute;
  -webkit-transition: left .35s ease;
  transition: left .35s ease;
}

.overlay-nav:after {
  content: '';
  background: white;
  background-image: url('../images/menu/right.jpg');
  background-position: center left;
  background-size: cover;
  background-repeat: no-repeat;
  right: -55%;
  top: 0;
  width: 60%;
  height: 100%;
  position: absolute;
  -webkit-transition: all .35s ease;
  transition: all .35s ease;
}

.overlay-nav.open {
  opacity: 1;
  visibility: visible;
  height: 100%;
}

.overlay-nav.open:before {
  left: 0;
}

.overlay-nav.open:after {
  right: 0;
}

.overlay-nav.open li {
  -webkit-animation: fadeInRight .5s ease forwards;
  animation: fadeInRight .5s ease forwards;
  -webkit-animation-delay: .35s;
  animation-delay: .35s;
}

.overlay-nav.open li:nth-of-type(2) {
  -webkit-animation-delay: .45s;
  animation-delay: .45s;
}

.overlay-nav.open li:nth-of-type(3) {
  -webkit-animation-delay: .55s;
  animation-delay: .55s;
}

.overlay-nav.open li:nth-of-type(4) {
  -webkit-animation-delay: .65s;
  animation-delay: .65s;
}

.overlay-nav nav {
  position: relative;
  top: 50%;
  margin-left: 50px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 38px;
  text-align: left;
  z-index: 100;
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
}

.overlay-nav ul {
  list-style: none;
  padding: 0;
  margin: 0 auto;
  display: inline-block;
  position: relative;
  height: 100%;
}

.overlay-nav ul li {
  display: block;
  height: 25%;
  height: calc(100% / 7);
  min-height: 50px;
  position: relative;
  opacity: 0;
}

.overlay-nav ul li a {
  display: block;
  position: relative;
  color: #000;
  text-decoration: none;
  overflow: hidden;
  font-family: 'Lorin-by-Designova', sans-serif;
  font-weight: bold;
}

.overlay-nav ul li a:hover {
  color: blue;
}

.overlay-nav ul li a:hover:after,
.overlay-nav ul li a:focus:after,
.overlay-nav ul li a:active:after {
  width: 100%;
}

.overlay-nav ul li a:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 0%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  height: 3px;
  background: blue;
  -webkit-transition: .35s;
  transition: .35s;
}

.overlay-nav .slogan-text {
  display: none;
  font-family: 'Cutive+Mono', monospace;
  font-size: 15px;
  font-style: italic;
  padding-right: 30px;
}

.overlay-nav .slogan-text span {
  color: blue;
  font-size: 22px;
  font-family: 'Lorin-by-Designova';
  font-weight: 700;
  font-style: normal;
}

@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    left: 20%;
  }
  100% {
    opacity: 1;
    left: 0;
  }
}

@keyframes fadeInRight {
  0% {
    opacity: 0;
    left: 20%;
  }
  100% {
    opacity: 1;
    left: 0;
  }
}


/* 5. Pages
–––––––––––––––––––––––––––––––––––––––––––––––––– */

section.mastwrap {
  margin-left: 20%;
  margin-top: 65px;
  margin-right: 5%;
}

.badge-dark {
  background-color: #020202;
  padding: 80px;
}

.hero-heading {
  font-size: 10rem;
  line-height: 1em;
  font-weight: bold;
  color: #080808;
  margin-bottom: 30px;
}

.sub-heading {
  color: blue;
}


/*PROMO GRID*/

.promo-grid .row {
  margin-top: 50px;
}

.promo-grid-node {
  cursor: pointer;
  -webkit-transition: all .4s ease-in-out;
  -moz-transition: all .4s ease-in-out;
  -ms-transition: all .4s ease-in-out;
  -o-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
}

.promo-grid h6 {
  font-size: 12px;
  line-height: 12px;
  margin-bottom: 5px;
  font-weight: 200;
  font-family: 'Work Sans', sans-serif;
}

.promo-grid h2 {
  font-weight: bold;
  margin-bottom: 10px;
}

.node-border {
  width: 0px;
  padding: 70px 0;
  background: #fff;
  position: absolute;
  top: 50%;
}

.node-border p {
  color: blue;
  display: none;
  font-family: 'Cutive+Mono', monospace;
  font-size: 14px;
  line-height: 14px;
  font-style: italic;
  width: 400px;
}

[class^="imghvr-blocks-zoom-top-left"],
[class*=" imghvr-blocks-zoom-top-left"] {
  background-color: transparent;
}

[class^="imghvr-"] figcaption,
[class*=" imghvr-"] figcaption {
  opacity: 0;
}

.promo-grid-node:hover [class^="imghvr-"] figcaption,
.promo-grid-node:hover [class*=" imghvr-"] figcaption {
  opacity: 1;
  color: #000;
  font-family: 'Cutive+Mono', monospace;
  font-size: 18px;
  line-height: 28px;
  font-style: italic;
}

.promo-grid-node:hover figcaption {
  transform: scale(0.8);
}


/*ABOUT*/

.highlight-block {
  padding: 0px 0px 40px 0px;
  border-bottom: solid 2px #080808;
  margin: 50px 0;
}

.highlight-block h3 {
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 4px;
  font-weight: bold;
  margin-bottom: 10px;
  color: blue;
}


/*PROJECT*/

.project-info {}

.project-info h1 {
  font-size: 8rem;
  line-height: 0.9em;
  font-weight: bold;
  color: #080808;
}

.project-info h4 {
  font-size: 18px;
  line-height: 25px;
  font-weight: 300;
}

.project-spec ul {
  list-style-type: none;
  padding: 0;
}

.project-spec ul li {
  border-bottom: solid 2px #080808;
  padding: 5px 0;
  font-size: 13px;
  line-height: 20px;
}

.filter-project{
  position: fixed;
  top: 50px;
  right: 50px;
  cursor: pointer;
  -webkit-transition: all .4s linear;
     -moz-transition: all .4s linear;
    -ms-transition: all .4s linear;
     -o-transition: all .4s linear;
      transition: all .4s linear;
}
.filter-project:hover{
  opacity: 0.3;
  -webkit-transition: all .4s linear;
     -moz-transition: all .4s linear;
    -ms-transition: all .4s linear;
     -o-transition: all .4s linear;
      transition: all .4s linear;
}
.filter-project img{
  width: 24px;
  height: 24px;
}
.project-filter-wrap{
  position: fixed;
  right: -300px;
  top: 0;
  height: 100%;
  width: 250px;
  background-color: #121212;
  padding: 70px;
  z-index: 999;
  text-align: center;
}
.project-filter-wrap ul{
  list-style-type: none;
  padding: 0;
  margin:0;
}
.project-filter-wrap ul li{    
  display: block;
  margin: 20px 0;
  border-bottom: solid 1px #333;
  padding-bottom: 20px;
}
.project-filter-wrap ul li:last-child{    
  border-bottom: none;
}
.project-filter-wrap ul li a{
  font-size: 12px;
  line-height: 18px;
  color: #fff;
  font-family: 'Lorin-by-Designova';
  -webkit-transition: all .4s linear;
     -moz-transition: all .4s linear;
    -ms-transition: all .4s linear;
     -o-transition: all .4s linear;
      transition: all .4s linear;
}
.project-filter-wrap ul li a:hover{
  color: blue;
  -webkit-transition: all .4s linear;
     -moz-transition: all .4s linear;
    -ms-transition: all .4s linear;
     -o-transition: all .4s linear;
      transition: all .4s linear;
}
.filter-project-close{
  position: absolute;
  top: 50px;
  right: 50px;
  cursor: pointer;
  -webkit-transition: all .4s linear;
     -moz-transition: all .4s linear;
    -ms-transition: all .4s linear;
     -o-transition: all .4s linear;
      transition: all .4s linear;
}
.close-project{
  position: fixed;
  top: 50px;
  right: 50px;
  cursor: pointer;
  -webkit-transition: all .4s linear;
     -moz-transition: all .4s linear;
    -ms-transition: all .4s linear;
     -o-transition: all .4s linear;
      transition: all .4s linear;
}
.close-project:hover{
  opacity: 0.3;
  -webkit-transition: all .4s linear;
     -moz-transition: all .4s linear;
    -ms-transition: all .4s linear;
     -o-transition: all .4s linear;
      transition: all .4s linear;
}
.close-project img{
  width: 24px;
  height: 24px;
}
.close-project {
  display: none;
}

.project-category {
  color: blue;
  margin-bottom: 30px;
}

.project-fold {
  color: #080808;
}

.project-fold a {
  font-family: 'Cutive+Mono', monospace;
  font-size: 14px;
  line-height: 14px;
  font-style: italic;
}


/*NEWS*/

.news-block {
  margin-top: 30px;
  background-color: #080808;
}

.news-block-content {
  padding: 40px;
  color: #fff;
}

.news-block:hover {
  background-color: blue;
}

.news-block-content p {
  opacity: 0.5;
  margin-top: 10px;
}


/*WORKS*/

.works-filter-wrap.autograph-kraft {
  display: none;
}

.filter-notification.autograph-kraft span,
.menu-notification span {
  font-size: 34px;
  float: right;
  margin-left: 20px;
}

.works-filter.autograph-kraft {
  list-style: none;
  padding: 0;
  margin: 0;
}

.works-filter.autograph-kraft li {
  display: inline-block;
  margin-left: 10px;
  margin-right: 10px;
}

.works-filter.autograph-kraft li a {
  font-size: 16px;
  line-height: 24px;
}

.works-container.autograph-kraft {
  padding: 0;
  margin: 70px auto 0 auto;
  overflow: hidden;
}

.works-filter.autograph-kraft li:last-child:after {
  display: none;
}

.works-item.autograph-kraft {
  overflow: hidden;
}

.works-item.autograph-kraft a {
  opacity: 0;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  z-index: 100;
  text-align: center;
  text-decoration: none;
  -webkit-transition: all .4s ease-in-out;
  -moz-transition: all .4s ease-in-out;
  -ms-transition: all .4s ease-in-out;
  -o-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
}

.works-item.autograph-kraft a:hover {
  text-decoration: none;
  opacity: 1;
  -webkit-transition: all .4s ease-in-out;
  -moz-transition: all .4s ease-in-out;
  -ms-transition: all .4s ease-in-out;
  -o-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
}

.info a:hover {
  cursor: url("../images/plus.png") 40 40, crosshair;
  -webkit-transition: all .4s ease-in-out;
  -moz-transition: all .4s ease-in-out;
  -ms-transition: all .4s ease-in-out;
  -o-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
}

.zoom a:hover {
  cursor: url("../images/zoom.png") 40 40, crosshair;
  -webkit-transition: all .4s ease-in-out;
  -moz-transition: all .4s ease-in-out;
  -ms-transition: all .4s ease-in-out;
  -o-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
}

.works-item-inner {
  text-align: left;
  padding: 0 100px;
}

.works-thumbnails-view {
  margin-top: 40px;
}

.works-thumbnails-view .works-item-inner {
  text-align: left;
  padding: 40px;
}

.works-thumbnails-view .works-item-inner p>span {
  font-size: 24px;
  letter-spacing: normal;
  line-height: 24px;
  margin-top: 0;
}

.works-item-inner h3>span {
  font-size: 12px;
  letter-spacing: normal;
  line-height: 19px;
  text-transform: none;
  margin-bottom: 5px;
  border-bottom: solid 2px;
  font-weight: 200;
}

.works-item.autograph-kraft a:hover .works-item-inner h3 {}

.works-item.autograph-kraft a:hover .works-item-inner p {}

.works-item-fade {
  opacity: 0.1;
  -webkit-transition: all .4s ease-in-out;
  -moz-transition: all .4s ease-in-out;
  -ms-transition: all .4s ease-in-out;
  -o-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
}

.works-item-fade a {
  display: none;
}

.works-masonry-container {
  padding: 0;
  margin: 0px;
}

.works-masonry-container .works-item-one-third {
  margin: 0;
  padding: 0;
  width: 33.3%;
}

.works-masonry-container .works-item-two-third {
  margin: 0;
  padding: 0;
  width: 66.6%;
}

.works-masonry-container .works-item-one-half {
  margin: 0;
  padding: 0;
  width: 50%;
}

.works-masonry-container .works-item-one-fourth {
  margin: 0;
  padding: 0;
  width: 25%;
}

.works-masonry-container .works-item-one-sixth {
  margin: 0;
  padding: 0;
  width: 16.66%;
}

.works-masonry-container .works-item-full-width {
  margin: 0;
  padding: 0;
  width: 100%;
}

.works-masonry-container .works-item-one-third-spaced {
  margin: 1%;
  padding: 0;
  width: 31.3%;
}

.works-masonry-container .works-item-one-half-spaced {
  margin: 1%;
  padding: 0;
  width: 48%;
}

.works-masonry-container .works-item-two-third-spaced {
  margin: 1%;
  padding: 0;
  width: 64.6%;
}

.works-masonry-container .works-item-one-fourth-spaced {
  margin: 1%;
  padding: 0;
  width: 23%;
}

.works-masonry-container .works-item-one-sixth-spaced {
  margin: 1%;
  padding: 0;
  width: 14.66%;
}

.ImageWrapper .ImageOverlayP {
  background-color: rgba(0, 0, 0, 1);
}


/*CONTACT*/

.email-wrap {
  padding-top: 20px;
}

.contact-mail {
  font-size: 18px;
  line-height: 25px;
  font-weight: 300;
}

.contact-form-wrap {}

.contact-item .alert {
  background-color: blue;
  color: #fff;
}

input {
  background: transparent;
  border: none;
  border-bottom: 1px solid;
  border-radius: 0px;
  box-shadow: none;
  font-size: 14px;
  line-height: 20px;
  font-weight: 300;
  margin-bottom: 30px;
  padding: 10px 0;
  width: 100%;
  -webkit-transition: all .8s linear;
  -moz-transition: all .8s linear;
  -ms-transition: all .8s linear;
  -o-transition: all .8s linear;
  transition: all .8s linear;
}

input:focus,
textarea:focus {
  -webkit-transition: all .8s linear;
  -moz-transition: all .8s linear;
  -ms-transition: all .8s linear;
  -o-transition: all .8s linear;
  transition: all .8s linear;
}

textarea {
  background: url('../images/textarea.png') repeat;
  border: none;
  border-bottom: 1px solid;
  border-radius: 0px;
  box-shadow: none;
  font-size: 14px;
  line-height: 20px;
  font-weight: 300;
  padding: 10px 0;
  resize: none;
  width: 100%;
  -webkit-transition: all .8s linear;
  -moz-transition: all .8s linear;
  -ms-transition: all .8s linear;
  -o-transition: all .8s linear;
  transition: all .8s linear;
}

input,
textarea {
  border-color: #232323;
  color: #999;
}

input.send_message {
  cursor: pointer;
  float: left;
  font-size: 12px;
  font-weight: 400;
  margin: 0;
  width: 120px;
}

input.send_message:hover {}

fieldset {
  border: 0 none;
  float: left;
  padding: 0;
  position: relative;
  width: 100%;
}

fieldset h1 {
  font-size: 24px;
}

.contact-label-box {
  font-weight: 300;
  font-size: 24px;
  line-height: 31px;
  padding: 30px 20px;
  text-align: center;
}

.contact-label-box>span {
  display: block;
  margin-right: 10px;
}

.contact-label-box>span>img {
  height: 60px;
  width: 60px;
}

.contact-label-box a:hover {
  text-decoration: none;
}

.contact .alert {
  box-shadow: none;
  border: none;
  border-radius: 0;
  text-shadow: none;
  font-size: 12px;
  line-height: 19px;
  font-weight: 300;
  margin-bottom: 10px;
  padding: 10px;
  text-align: left;
}

.btn-wrap {
  margin-top: 30px;
}

.space-left {
  margin-left: 1%;
}

.alert {
  margin-top: 0px;
  border-radius: 0px;
  padding: 5px;
  -webkit-transition: all .8s linear;
  -moz-transition: all .8s linear;
  -ms-transition: all .8s linear;
  -o-transition: all .8s linear;
  transition: all .8s linear;
}

.alert>p {
  text-shadow: none;
  font-size: 14px;
  line-height: 21px;
  font-weight: 300;
}

.contact-address {
  font-size: 14px;
  font-weight: 200;
  line-height: 21px;
}

.email-wrap {
  font-size: 24px;
  font-weight: 600;
  line-height: 31px;
  margin-top: 10px;
  margin-bottom: 20px;
  padding: 0;
}
.map-iframe{
  width: 100%;
  height: 500px;
}
/* Set a size for our map container, the Google Map will take up 100% of this container */
  #map {
    width: 100%;
    height: 500px;
  }

/* 6. Utilities
–––––––––––––––––––––––––––––––––––––––––––––––––– */


/* Portfolio Isotope Transitions */

.isotope,
.isotope .isotope-item {
  -webkit-transition-duration: 0.8s;
  -moz-transition-duration: 0.8s;
  -ms-transition-duration: 0.8s;
  -o-transition-duration: 0.8s;
  transition-duration: 0.8s;
}

.isotope {
  -webkit-transition-property: height, width;
  -moz-transition-property: height, width;
  -ms-transition-property: height, width;
  -o-transition-property: height, width;
  transition-property: height, width;
}

.isotope .isotope-item {
  -webkit-transition-property: -webkit-transform, opacity;
  -moz-transition-property: -moz-transform, opacity;
  -ms-transition-property: -ms-transform, opacity;
  -o-transition-property: -o-transform, opacity;
  transition-property: transform, opacity;
}

.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
  -webkit-transition-duration: 0s;
  -moz-transition-duration: 0s;
  -ms-transition-duration: 0s;
  -o-transition-duration: 0s;
  transition-duration: 0s;
}


/*Buttons*/

.btn-phoenix {
  border-radius: 0px;
  text-decoration: none;
  padding: 10px 14px;
  font-size: 12px;
  line-height: 19px;
  text-transform: uppercase;
  letter-spacing: 4px;
  -webkit-transition: all .4s ease-in-out;
  -moz-transition: all .4s ease-in-out;
  -ms-transition: all .4s ease-in-out;
  -o-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
}

.btn-phoenix-big {
  border-radius: 0px;
  text-decoration: none;
  padding: 15px 20px;
  font-size: 18px;
  line-height: 25px;
  text-transform: uppercase;
  letter-spacing: 1px;
  -webkit-transition: all .4s ease-in-out;
  -moz-transition: all .4s ease-in-out;
  -ms-transition: all .4s ease-in-out;
  -o-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
}

.btn-phoenix:hover {
  -webkit-transition: all .4s ease-in-out;
  -moz-transition: all .4s ease-in-out;
  -ms-transition: all .4s ease-in-out;
  -o-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
}

.btn-phoenix-white {
  border: none;
  background: #ccc;
  color: #121212;
}

.btn-phoenix-white:hover {
  background: #121212;
  color: #fff;
}

.btn-phoenix-dark {
  border: none;
  background: #121212;
  color: #fff;
}

.btn-phoenix-dark:hover {
  background: #ccc;
  color: #121212;
}

.btn-phoenix-color {
  background: blue;
  color: white;
  border: none;
}

.btn-phoenix-color:hover {
  background: #333;
  border: none;
  color: #fff;
}


/*Additional Helper Calsses*/

.font-light {
  font-weight: 300;
}

.font-bold {
  font-weight: 700;
}

.font-heavy {
  font-weight: 900;
}

.add-top {
  margin-top: 120px;
}

.add-top-half {
  margin-top: 60px;
}

.add-top-quarter {
  margin-top: 30px;
}

.add-bottom {
  margin-bottom: 120px;
}

.add-bottom-half {
  margin-bottom: 60px;
}

.add-bottom-quarter {
  margin-bottom: 30px;
}

.pad {
  padding: 60px;
}

.pad-top {
  padding-top: 120px;
}

.pad-top-half {
  padding-top: 60px;
}

.pad-top-quarter {
  padding-top: 30px;
}

.pad-bottom {
  padding-bottom: 120px;
}

.pad-bottom-half {
  padding-bottom: 60px;
}

.pad-bottom-quarter {
  padding-bottom: 30px;
}

.remove-top {
  margin-top: 0;
}

.no-border {
  border: none;
}

.ease {
  -webkit-transition: all .4s ease-in-out;
  -moz-transition: all .4s ease-in-out;
  -ms-transition: all .4s ease-in-out;
  -o-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
}

.ease:hover {
  -webkit-transition: all .4s ease-in-out;
  -moz-transition: all .4s ease-in-out;
  -ms-transition: all .4s ease-in-out;
  -o-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
}

.no-pad {
  padding-top: 0;
  padding-left: 0;
  padding-bottom: 0;
  padding-right: 0;
}

.valign {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

.overlay {
  position: absolute;
  top: 0;
  left: 0;
}

.img-bg {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.parallax {
  background-attachment: fixed;
  background-size: cover;
  height: 100%;
  position: relative;
  width: 100%;
}


/*this class will be activated on mobile devices in order to switch off the parallax effect*/

.parallax-off {
  background-attachment: scroll;
  background-size: cover;
}

.no-scroll-xy {
  overflow: hidden;
  -webkit-transition: all .4s ease-in-out;
  -moz-transition: all .4s ease-in-out;
  -ms-transition: all .4s ease-in-out;
  -o-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
}


/*Responsive Video Embeds*/

.responsive-video-embed iframe {
  border: 0;
  width: auto;
}


/*Poster Image displayed instead BGVideo on mobile devices*/

.poster-img {
  background: url(../images/poster.jpg) center center no-repeat;
  background-size: cover;
}
