/*------------------------------------------------------------------------
# Foundry Drupal
# ------------------------------------------------------------------------
# Created by Symphony Themes
# Websites:  http://www.symphonythemes.com -  Email: info@symphonythemes.com
--------------------------------------------------------------------------
    1.   Custom CSS
    2.   Menu
    3.   Custom blocks & types
    4.   Blog, Testimonials, Gallery, Portfolio & other blocks
    5.   Contact forms & Simplenews
    6.   Login & Register
--------------------------------------------------------------------------------*/

/* 01. Custom CSS
 --------------------------------------------------------------------------------*/

/*FONTS*/

/* raleway-100 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 100;
  src: url('../fonts/raleway-v28-latin-100.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+ */
       url('../fonts/raleway-v28-latin-100.woff') format('woff'); /* Chrome 5+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

/* raleway-100italic - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Raleway';
  font-style: italic;
  font-weight: 100;
  src: url('../fonts/raleway-v28-latin-100italic.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+ */
       url('../fonts/raleway-v28-latin-100italic.woff') format('woff'); /* Chrome 5+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

/* raleway-300 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 300;
  src: url('../fonts/raleway-v28-latin-300.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+ */
       url('../fonts/raleway-v28-latin-300.woff') format('woff'); /* Chrome 5+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

/* raleway-300italic - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Raleway';
  font-style: italic;
  font-weight: 300;
  src: url('../fonts/raleway-v28-latin-300italic.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+ */
       url('../fonts/raleway-v28-latin-300italic.woff') format('woff'); /* Chrome 5+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

/* raleway-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/raleway-v28-latin-regular.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+ */
       url('../fonts/raleway-v28-latin-regular.woff') format('woff'); /* Chrome 5+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

/* raleway-italic - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Raleway';
  font-style: italic;
  font-weight: 400;
  src: url('../fonts/raleway-v28-latin-italic.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+ */
       url('../fonts/raleway-v28-latin-italic.woff') format('woff'); /* Chrome 5+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

/* raleway-600 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 600;
  src: url('../fonts/raleway-v28-latin-600.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+ */
       url('../fonts/raleway-v28-latin-600.woff') format('woff'); /* Chrome 5+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

/* raleway-600italic - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Raleway';
  font-style: italic;
  font-weight: 600;
  src: url('../fonts/raleway-v28-latin-600italic.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+ */
       url('../fonts/raleway-v28-latin-600italic.woff') format('woff'); /* Chrome 5+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

/* raleway-700 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/raleway-v28-latin-700.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+ */
       url('../fonts/raleway-v28-latin-700.woff') format('woff'); /* Chrome 5+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

/* raleway-700italic - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Raleway';
  font-style: italic;
  font-weight: 700;
  src: url('../fonts/raleway-v28-latin-700italic.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+ */
       url('../fonts/raleway-v28-latin-700italic.woff') format('woff'); /* Chrome 5+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}


/* cookies */


#cookiesjsr{
    
    --default-margin: 1.25em;
    --font-size-reset: 1.25rem;
    --btn-font-color: #fff;
    --btn-border-color: #fff;
    --btn-bg-color: #7e7f88;
    --btn-prime-font-color: #282a38;
    --btn-prime-border-color: #fff;
    --btn-prime-bg-color: #fff;
    --btn-inv-font-color: #282a38;
    --btn-inv-border-color: #282a38;
    --btn-inv-bg-color: #fff;
    --btn-prime-inv-font-color: #fff;
    --btn-prime-inv-border-color: #282a38;
    --btn-prime-inv-bg-color: #282a38;
    --link-list-font-color: #fff;
    --link-list-separator-color: #fff;
    --banner-logo-offset: 100px;
    --banner-bg-color: #7e7f88;
    --banner-font-color: #fff;
    --layer-header-height: 3.5em;
    --layer-header-bg-color: #282a38;
    --layer-header-font-color: #282a38;
    --layer-body-bg-color: #7e7f88;
    --layer-tab-bg-color: #7e7f88;
    --layer-tab-font-color: #000f37;
    --layer-tab-active-bg-color: #7e7f88;
    --layer-tab-active-font-color: #fff;
    --layer-bg-dark: #282a38;
    --layer-font-light: #fff;
    --layer-font-dark: #282a38;
    --layer-border-color: #e4e5e6;
    --layer-footer-bg-color: #7e7f88;
    --layer-footer-font-color: #282a38;
    --layer-footer-height: 4.5em;
    --switch-border-color: #e4e5e6;
    --switch-handle-color: #fff;
    --switch-bg-off: #fff;
    --switch-bg-on: #0a0;
    --switch-width: 45px;
    --switch-height: 20px;
    --switch-always-on-font-color: #0a0;
    --switch-always-on-bg-color: #7e7f88;
}

.cookiesjsr-btn{
        font-size: 1em;
}

.cookiesjsr--app{
    
}


/*STANDARDS*/

body {
  margin-top: 0;
    font-size: 13px !important;
    line-height: 22px !important;
}

img{
    max-width: 100%;
    height: auto;
}
.overlay::before {
  display: block;
}
h1.page-header {
    font-weight: 400;
    text-transform: uppercase;
    font-size: 32px;
    line-height: 40px;
}
h1 a, h2 a, h3 a, h4 a {
  font-weight: normal;
}
p:last-child {
  margin-bottom: auto !important;
}
@media all and (max-width: 767px) {
  p  {
    font-size: 14px !important;
  }
}
.label a {
  color: #fff;
}
#edit-actions input[type="submit"], #edit-actions button[type="submit"] {
  width: auto;
}
.icon.glyphicon {
  font-size: 12px;
}
.form-control {
  margin-bottom: 0;
  border: none;  
  border-radius: 0;
}
ul ul {
  /* margin-left: 40px; */
}


ul {
    list-style: disc !important;
}

.nodisc ul {
    list-style: none !important;
    list-style-position: outside !important;
}

ul li {
    margin-bottom: 8px;
}


.back-to-top {
  position: relative;
}
.accordion-2 .title:before {
  margin-right: 5px;
}
/* Zones & Regions */
#main-container {
  overflow: hidden;
  padding: 96px 0;
  position: relative;
}
@media all and (max-width: 767px) {
  #main-container  {
    padding: 80px 0;
  }
}
.page-node-type-full-page #main-container {
  padding: 0;
}

/* Search form */
#search-form input.form-search {
  height: 50px;
  background: #f8f8f8;
}
#search-form a#edit-help-link {
  display: none;
}
.path-search form.search-form + h2, .path-search form.search-form + h3 {
  padding-top: 40px;
}
.path-search ol li {
  padding-bottom: 40px;
}
/* Search block sidebar */
#search-block-form .input-group {
  width: 100%;
}
#search-block-form input[type="search"] {
  background: #f5f5f5;
  border: none;
  width: 100%;
  height: 50px;
  padding-left: 20px;
  font-weight: 500;
  /*margin-bottom: 24px;*/
  border-radius: 0;
}
.builder-row {
  margin-left: -15px;
  margin-right: -15px;
}

/* Comment form */
form#comment-form textarea {
  padding: 16px 20px;
  background: #f5f5f5 none repeat scroll 0 0;
}
form#comment-form select#edit-comment-body-0-format--2 {
  background: #f5f5f5 none repeat scroll 0 0;
}
form#comment-form button#edit-submit {
  float: right;
  max-width: 25%;
  margin-right: 0;
}
.region-content ul.links {
  padding-top: 24px;
  text-transform: uppercase;
}




/* Sidebars */
aside h2.block-title {
  font-family: "Raleway","Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 2px;
  line-height: 24px;
  padding-bottom: 12px;
  margin-bottom: 12px;
  border-bottom: 1px solid #ccc;
  text-transform: uppercase;
}
aside .block {
  margin-bottom: 48px;
  padding: 0;
}

/* Footer Style */
footer {
  border: none !important;
  margin: 0 !important;
}
footer section {
  padding: 0;
  margin: 0;
}
.footer-1 h2.block-title {
  font-family: "Raleway","Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 2px;
  line-height: 24px;
  margin-bottom: 12px;
  text-transform: uppercase;
  padding-bottom: 12px;
  border-bottom: 1px solid #555;
}

/* Margins & Padding */
p.mb24 {
  margin-bottom: 24px !important;
}
p.mb48 {
  margin-bottom: 48px !important;
}
p.mb64 {
  margin-bottom: 64px !important;
}
p.mb80 {
  margin-bottom: 80px !important;
}

/* Section */
section.border-bottom {
  border-bottom: 1px solid #ccc;
}

.hunbegrenzt.image-square{

/*    max-height:none !important;*/
  /* height:63vmax !important;
*/
}

.image-square{
/*    max-height:800px !important;*/
}


.mr10{margin-right: 10px;}
.mb10{margin-bottom: 10px}
.ml10{margin-left: 10px}






/*
.blatt:first-child .background-image-holder {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
  background: #292929;
  background-size: cover !important;
  background-position: 50% 50% !important;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  opacity: 0;
}
*/



/*--------------------------------------------------------------------------------*#213567*/


.overlay:before, .overlay20:before, .overlay40:before, .overlay50:before, .overlay60:before, .overlay80:before, .overlay90:before{
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background:  #282a38 !important;
  opacity: 0.3;
  z-index: 2;
}

.white.overlay:before, .white.overlay20:before, .white.overlay40:before, .white.overlay50:before, .white.overlay60:before, .white.overlay80:before, .white.overlay90:before{
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #fff !important;
  opacity: 0.3;
  z-index: 2;
}

.overlay20:before, .white.overlay20:before {
  opacity: 0.2;
}

.overlay40:before, .white.overlay40:before {
  opacity: 0.4;
}

.overlay50:before, .white.overlay50:before{
  opacity: 0.5;
}

.overlay60:before, .white.overlay60:before  {
  opacity: 0.6;
}

.overlay80:before, .white.overlay80:before {
  opacity: 0.8;
}

.overlay90:before, .white.overlay90:before {
  opacity: 0.9;
}


.overlay-heavy:before {
  opacity: .6;
}
.bg-light.overlay:before {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #ffffff;
  opacity: 0.1;
  z-index: 2;
}


.lightimage-bg h1,
.lightimage-bg h2,
.lightimage-bg h3,
.lightimage-bg h4,
.lightimage-bg h5,
.lightimage-bg h6 {
  color: #282a38 !important;
}
.lightimage-bg p,
.lightimage-bg span,
.lightimage-bg li {
  color: #282a38 !important;
}
.lightimage-bg a,
.bg-primary a {
  color: #282a38 !important;
}
.lightimage-bg a:hover,
.bg-primary a:hover {
  color: #333333 !important;
  opacity: .9;
}


.lightimage-bg a.bg-dark{
      color: #fff !important;
}

.lightimage-bg a:hover.bg-dark{
      color: #999 !important;
}

.produkte ul[data-bullet] li{
    line-height: 20px;
    margin-bottom: 8px;
}

.produkte h3{
    margin-bottom: 2px;
}

.produkte h5{
    margin-bottom: 16px;
}

.produkte p{
    margin-bottom: 16px;
}

/* 02. Menu
 --------------------------------------------------------------------------------*/

/* Logo */
.site-branding .logo {
  margin: 0;
}
.site-branding .logo img {
  max-height: 60%;
}
.site-branding .name {
  display: none;
}

/* Main menu */
.menu > li{ margin-right: 12px; }
nav.fixed, nav.absolute {
  z-index: 9999;
}
.navbar-toggle {
  margin: 0;
  padding: 0;
  border: none;
}
nav.transparent.fixed .menu > li > span,
.menu.nav > li > span,
.menu > li > ul li span,
.menu.nav > li > a {
  font-size: 11px;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 1px;
  color: #292929;
  opacity: 0.5;
  padding: 13px 15px;
  line-height: 30px;
  display: block;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  max-width: 100%;
  white-space: normal;
}
.menu li span:hover {
  opacity: 1 !important;
}
nav.transparent .navbar-toggle,
nav.bg-dark .navbar-toggle {
  color: #fff;
}
nav.transparent .mobile-toggle.active  .navbar-toggle {
  color: #000;
}
.menu > li > ul li span {
  color: #fff;
  height: auto;
  padding: 2px 24px;
}
.menu > li:nth-last-child(2) > ul ul,
.menu > li:nth-last-child(3) > ul ul {
  left: auto;
  right: 100%;
}
.has-dropdown::after {
  right: 15px !important;
  top: 0px !important;
}
.menu > li > ul > .has-dropdown:after {
  top: 3px !important;
  right: 15px !important;
}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus,
.nav li a:hover, .nav li a:focus {
  background: none;
}
#block-mainnavigation .navbar-nav > li > a {
  margin-top: 2px;
}
.menu > li ul {
  display: block;
  height: auto;
}
.menu > li ul li {
  margin-right: 0;
}
@media all and (min-width: 990px) {
  .menu > li.mega-menu-li ul {
    width: 400px;
  }
  .menu > li.mega-menu-li ul li {
    width: 50%;
    display: inline-block;
	margin-right: 0;
	padding-right: 0;
	float: left;
  }
  
  nav.transparent .menu > li > span,
  nav.bg-dark .menu > li > span {
    color: #fff;
  }
}
.menu li a.is-active {
  /* opacity: 1 !important; */
}
a.search-menu-item {
  font-size: 0 !important;
  position: relative;
  text-indent: 100px;
  width: 50px;
  overflow: hidden;  
}
a.search-menu-item:before,
nav.transparent.fixed a.search-menu-item::before {
  position: absolute;
  content: "\e610";
  font-family: 'themify';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  font-size: 24px;
  color: #000;
  text-indent: 0;
  left: 0;
  top: 0;
  border-left: 1px solid #ccc;
  height: 100%;
  padding: 15px 0 0 20px;
}
nav.transparent a.search-menu-item::before {
  color: #fff;
  border-left: 1px solid rgba(255, 255, 255, 0.2);
}
@media all and (max-width: 990px) {
  .navbar-toggle {
    display: block;
  }
}

/* Menu for Logged in users */
.user-logged-in nav.absolute {
  top: 80px;
}

/* Pager */
nav.pager-nav {  
}
nav.pager-nav .pagination li a {
  width: auto;
  padding: 6px 12px;
}

/* Breadcrumbs */
.breadcrumb {
  background: none;
  padding: 0;
}
.breadcrumb li a,
.breadcrumb li {
  font-family: "Raleway", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 12px;
  line-height: 24px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 700;
  font-size: 11px;
  font-weight: 600;
}
.breadcrumb > li + li:before {
  padding: 0 16px;
  color: #bbb;
}
@media all and (max-width: 767px) {
  .breadcrumb > li + li:before {
    padding: 0 4px;
  }
}

/* Nav tabs */
nav.tabs {
  text-transform: uppercase;
}

/*--------------------------------------------------------------------------------*/

/* 03. Custom Blocks & Types
 --------------------------------------------------------------------------------*/

/* Block Style */
.image-edge .container div[class*="col-"]  div[class*="col-"] {
  position: relative;
}
.background-image-holder {
  position: absolute !important;
}
.masonry-layout .masonry-item {
  background: none;
  border: none;
}
.postscript {
  margin-bottom: 48px;
}
.postscript h2.block-title,
.postscript .widget h6.title {
  font-family: "Raleway","Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 2px;
  line-height: 24px;
  margin-bottom: 15px;
  padding-bottom: 10px;
  text-transform: uppercase;
  border-bottom: 1px solid #555;
}

/* Masonry Loader */
.block-block-content9d9675fb-6125-4680-aa51-69faf55603ed {
  height: 0;
}

/* Poftfolio Project Type */
.page-node-type-project .project-brief .field .field--label {
  font-weight: normal;
}
.page-node-type-project .project-brief .field .field--item {
  letter-spacing: 2px;
  font-weight: 700;
  color: #292929;
  text-transform: uppercase;
}

/*--------------------------------------------------------------------------------*/

/* 04. Blog, Testimonials, Gallery, Portfolio & other blocks
 --------------------------------------------------------------------------------*/

/* View - Blog */
.view-blog .post-title,
.view-blog .views-field-view-node {
  margin-top: 24px;
}

/* Blog detail */
.node--type-article .field--name-field-video {
  margin-bottom: 24px;
}
.post-meta .field--name-field-blog-category {
  display: inline;
}
.node--type-article .content section[rel="schema:comment"] h2,
.node--type-article .content div[rel="schema:comment"] h6 {
  letter-spacing: 2px;
  margin-right: -2px;
  text-transform: uppercase;
  font-size: 16px;
  line-height: 24px;
  padding-top: 24px;
  border-top: 1px solid #ccc;
  margin-top: 24px;
}
.node--type-article .content section article.comment {
  padding-bottom: 40px;
}
.node--type-article .content .field--name-field-tags {
  padding: 24px 0;
}
.node--type-article .content .field--name-field-tags .field__items .field--item {
  display: inline-block;
  padding-right: 5px;
}

/* Blog Masonry */
.path-blog-masonry .main-container,
.path-blog-masonry-2-col .main-container,
.path-blog-masonry-3-col .main-container,
.path-blog-masonry-sidebar .main-container,
.path-blog-masonry-sidebar-left .main-container,
.path-blog-masonry-sidebar-right .main-container {
  background: #f8f8f8;
}

/* Block - Recent posts */
.recent-posts .views-field.views-field-created {
  display: block;
  letter-spacing: 0;
  opacity: 0.8;
  margin-top: 5px;
}
.recent-posts .link-list {
  line-height: normal;
}

/* Block - Twitter Feed */
.block-twitter-feed h3,
.block-twitter-feed hr {
  display: none;
}
.block-twitter-feed ul li {
  margin-bottom: 24px;
}
.block-twitter-feed .block-inner ul li {
  position: relative;
  padding-left: 22px;
}
.block-twitter-feed .block-inner ul li:before {
  position: absolute;
  top: 6px;
  left: 0;
  float: left;
  display: inline-block;
  color: #292929;
  content: "\e74b";
  font-family: 'themify';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  font-size: 13px;
}
.postscript .block-twitter-feed .block-inner ul li:before {
  color: #fff;
}
.block-twitter-feed .block-inner ul li hr {
  margin: 12px 0;
}

/* Block Testimonial style1 */
.block-testimonial {
  text-align: center;
}
.block-testimonial-style1 .attachment .item-list li {
  list-style: none;
  display: inline-block;
  padding: 0 5px;
}
.block-testimonial .flexslider .slides .quote-author img,
 .views-field-field-testimonial-image img {
  width: 60px;
  height: 60px;
  display: inline;
}

@media all and (min-width: 767px) {
  .block-testimonial .flex-direction-nav a.flex-prev,
  .block-testimonial .flexslider:hover .flex-direction-nav a.flex-prev {
    left: -50px;
  }
  .block-testimonial .flex-direction-nav a.flex-next,
  .block-testimonial .flexslider:hover .flex-direction-nav a.flex-next {
    right: -50px;
  }
}

/* Block gallery grid */
.block-gallery-grid-3 .views-field-field-images ul {
  float: left;
  width: 100%;
  margin: 0;
}
.block-gallery-grid-3 .views-field-field-images ul li {
  float: left;
  padding: 0px 5px 5px 0;
  width: 33.333%;
  list-style: none;
  margin: 0;  
}
.block-gallery-grid-3 .views-field-field-images ul li:nth-child(3n+1) {
  clear: left;
}
@media all and (max-width: 767px) {
  .block-gallery-grid-3 .views-field-field-images ul li {
    width: 100%;
	padding: 10px 0;
	clear: left;
  }
}

/* FlexSlide */
.flexslider {
  background: none;
  border: none;
  text-align: center;
}
.flexslider .flex-direction-nav a, .flexslider .flex-direction-nav a {
  display: block !important;
}

/* Slider */
.image-slider .slides li img {
  width: 100%;
}

/* Project Style */
.projects-2-col .masonry-layout .masonry-item {
  width: 50%;
  margin: 0 0 30px;
}
.projects-3-col .masonry-layout .masonry-item {
  width: 33.333%;
  margin: 0 0 30px;
}
.projects-4-col .masonry-layout .masonry-item {
  width: 25%;
  margin: 0 0 30px;
}
.projects-wide .masonry-layout .masonry-item {
  margin: 0 !important;
  padding: 0 !important;
}
.project a {
  color: #fff;
}
.row-gapless div[class*='col-'] {
  padding: 0;
}
.view-portfolio-parallax .parallax > .background-image-holder {
  height: 100vh !important;
  top: -50vh !important;
}
.view-portfolio-parallax .pager-nav {
  padding: 40px 0;
}

/* Nav Tab */
.user-logged-in nav.tabs {
  position: fixed;
  left: 0;
  top: 120px;
  transition: all 0.5s ease 0.25s;
  z-index: 1000;
} 
.user-logged-in nav.tabs ul.tabs--primary {
  background: #fff none repeat scroll 0 0;
  border: medium none;
  list-style: outside none none;
  opacity: 0.9;
}
.user-logged-in nav.tabs ul.tabs--primary li {
  float: none;
  display: block;
  opacity: 0.8;
}
.user-logged-in nav.tabs ul.tabs--primary li a {
  margin-right: 0;
}
.user-logged-in nav.tabs ul.tabs--primary li.active a, 
.user-logged-in nav.tabs ul.tabs--primary li:hover a {
  background: #ffb500 none repeat scroll 0 0;
  border: none;
  border-radius: 0;
  color: #fff;
}
.user-logged-in nav.tabs ul.tabs--primary li.active, 
.user-logged-in nav.tabs ul.tabs--primary li:hover {
  opacity: 1;
}

/*--------------------------------------------------------------------------------*/

/* 05. Contact forms & Simplenews
 --------------------------------------------------------------------------------*/

/* Contact form */
button#edit-preview {
  display: none;
}
form#contact-message-feedback-form span.form-required {
  display: none;
}
form#contact-message-feedback-form label[for=edit-subject-0-value],
form#contact-message-feedback-form label[for=edit-message-0-value],
form#contact-message-feedback-form label[for=edit-name],
form#contact-message-feedback-form label[for=edit-mail] {
  display: none;
}
form#contact-message-feedback-form button#edit-submit {
  width: 100%;
}
input[type="email"] {
  background: #f5f5f5;
  border: none;
  width: 100%;
  height: 50px;
  padding-left: 20px;
  font-weight: 500;
  margin-bottom: 24px;
  border-radius: 0;
}
form#contact-message-feedback-form textarea {
  width: 100%;
  border: none;
  background: #f5f5f5;
  margin-bottom: 24px;
  border-radius: 0;
  padding: 16px 20px;
}

/* Book a Table */
form#contact-message-contact-form-2-form #edit-field-booking-guests-wrapper {
  width: 48%;
  margin-right: 4%;
  float: left;
  margin-bottom: 0;
}
form#contact-message-contact-form-2-form #edit-field-booking-time-wrapper {
  width: 48%;
  float: left;
  margin-bottom: 0;
}
form#contact-message-contact-form-2-form button#edit-submit {
  width: 100%;
}

/* Planner */
form#contact-message-plan-project-form input {
  background: white;
}
form#contact-message-contact-form-3-form textarea,
form#contact-message-plan-project-form textarea {
  padding: 16px 20px;
}
form#contact-message-contact-form-3-form legend,
form#contact-message-plan-project-form legend {
  border-bottom: none;
  text-align: center;
}
form#contact-message-contact-form-3-form .fieldset-legend,
form#contact-message-contact-form-3-form .field-group-html-element h6,
form#contact-message-contact-form-3-form label[for=edit-field-planner-source],
form#contact-message-plan-project-form .fieldset-legend,
form#contact-message-plan-project-form .field-group-html-element h6,
form#contact-message-plan-project-form label[for="edit-field-planner-typeofwork"],
form#contact-message-plan-project-form label[for="edit-field-planner-budget"] {
  letter-spacing: 2px;
  font-weight: 700;
  font-size: 12px;
  line-height: 24px;
  font-family: "Raleway", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  text-align: center;
  width: 100%;
  margin-bottom: 24px;
}
form#contact-message-contact-form-3-form #edit-field-planner-typeofwork-wrapper,
form#contact-message-contact-form-3-form #edit-field-planner-budget-wrapper,
form#contact-message-contact-form-3-form #edit-field-planner-source-wrapper,
form#contact-message-contact-form-3-form .field-group-html-element,
form#contact-message-plan-project-form #edit-field-planner-typeofwork-wrapper,
form#contact-message-plan-project-form #edit-field-planner-budget-wrapper,
form#contact-message-plan-project-form #edit-field-planner-source-wrapper,
form#contact-message-plan-project-form .field-group-html-element {
  border-top: 1px solid #ccc;
  padding-top: 24px;
  margin-top: 24px;
}
form#contact-message-contact-form-3-form #edit-field-planner-source-wrapper,
form#contact-message-plan-project-form #edit-field-planner-source-wrapper {
  text-align: center;
}
form#contact-message-contact-form-3-form #edit-field-planner-source-wrapper label,
form#contact-message-plan-project-form #edit-field-planner-source-wrapper label {
  color: #292929;
  margin-bottom: 24px; 
}
form#contact-message-contact-form-3-form #edit-actions,
form#contact-message-plan-project-form #edit-actions {
  text-align: center;
}
@media all and (min-width: 767px) {
  #edit-field-planner-typeofwork .form-item,
  #edit-field-planner-budget .form-item {
    width: 25%;
    padding-left: 5%;
    margin-top: 10px;
    float: left;
  }
}

/* Block Simple News */
.block-simplenews .field--name-mail,
.block-simplenews .form-actions {
  float: left;
  width: 48%;
}
body.user-logged-in .block-simplenews .form-actions {
  float: none;
  margin-left: auto;
  margin-right: auto;
}
.block-simplenews .field--name-mail {
  margin-right: 4%;
}
.block-simplenews .field--name-mail .form-email {
  height: 50px;
  line-height: 50px;
  border: 1px solid rgba(255, 255, 255, 0.5);
}
.bg-secondary .block-simplenews .field--name-mail .form-email {
  background-color: #fff;
}
.block-simplenews .field--name-mail .form-type-email label {
  display: none;
}
.block-simplenews #edit-actions .form-submit {
  width: 100%;
}

aside .block-simplenews .field--name-mail, 
.postscript .block-simplenews .field--name-mail {
  width: 100%;
} 
aside .block-simplenews .field--name-mail input[type="email"], 
.postscript .block-simplenews .field--name-mail input[type="email"] {
  margin-bottom: 10px;
} 

/*--------------------------------------------------------------------------------*/

/* 06. Login & Register
 --------------------------------------------------------------------------------*/
/* Login/Register Page */
body.path-user .main-container {
  background: url(../img/login-bg.jpg) center center no-repeat;
  height: 100vh;
}
body.user-logged-in.path-user .main-container {
  background: none;
}
body.path-user .main-container .container {
  position: relative;
  top: 50%;
  transform: translate3d(0px, -50%, 0px);
  z-index: 2;
}
body.path-user .main-container .tabs {
  margin-bottom: 30px;
}
body.path-user .main-container button#edit-submit {
  width: 100%;
}
body.path-user .main-container p {
  color: #fff;
}
body.path-user ul.nav-tabs {
  background: #111;
}
body.path-user ul.nav-tabs li a {
  border: none;
  padding: 20px 25px;
}
@media all and (min-width: 767px) {
  body.path-user .main-container .container {
    width: 50%;
  }
  body.path-user .main-container .container .region-content {
    border: 1px solid rgba(255, 255, 255, 0.4);
    padding: 30px 30px 10px;
  }
  body.user-logged-in.path-user .main-container .container .region-content {
    padding: 0;
  }
}
/* User page when loggin */
body.user-logged-in.path-user .main-container {
  background: none;
  height: auto;
}
body.user-logged-in.path-user .main-container .container {
  transform: none;
}
body.user-logged-in.path-user ul.nav-tabs {
  background: none;
}
body.user-logged-in.path-user ul.nav-tabs li a.is-active {
  border-color: #ddd #ddd transparent;
  border-style: solid;
  border-width: 1px;
}
.field--name-field-mainmenu-transparent {
  display: none;
}

/* Page not found */
article.node--40 .field--name-body { height: 100vh; }


/*!---------- 18. ICON FEATURES ----------*/
.feature.boxed {
  padding: 32px;
  background: #f8f8f8;
}
.feature.boxed.bg-dark {
  background: #292929;
}
.bg-dark .feature.boxed {
  background: #363636;
}
.bg-secondary .feature.boxed {
  background: #fff;
}
.feature.bordered {
  padding: 32px;
  border: 1px solid #ccc;
}
.feature {
  margin-bottom: 24px;
}
.feature p:last-child {
  margin-bottom: 0;
}
@media all and (max-width: 767px) {
  .feature.boxed,
  .feature.bordered {
    padding: 24px;
  }
}
@media all and (max-width: 990px) {
  .feature .icon-lg {
    font-size: 40px;
  }
}
.feature-1 i {
  display: inline-block;
  margin-bottom: 16px;
  color: #282a38;
}
.feature-2 i {
  display: block;
  width: 80px;
  height: 80px;
  border: 1px solid #282a38;
  text-align: center;
  line-height: 80px;
  color: #282a38;
  border-radius: 50%;
  margin: 0 auto;
  margin-bottom: 24px;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
}
.feature-2 i:hover,
.feature-2.filled i {
  background: #282a38;
  color: #fff;
}
.feature-3 {
  overflow: hidden;
  margin-bottom: 15px !important;
}

.feature-3 p{
  margin-bottom: 5px !important;

}


@media all and (min-width: 768px) {
  .feature-3 {
    min-height: 10px !important;
  }
}
.feature-3 .left,
.feature-3 .right {
  display: inline-block;
  float: left;
}
.feature-3 .left {
  width: 30% !important;
}
.feature-3 .right {
  width: 70% !important;
}
.feature-3 i {
  color: #282a38;
}
.bg-primary .feature-3 i {
  color: #fff;
}
.feature-4 .left {
  width: 25%;
}
.feature-4 .right {
  width: 75%;
}
.feature-color h1,
.feature-color h2,
.feature-color h3,
.feature-color h4,
.feature-color h5,
.feature-color h6 {
  color: #ffffff;
}
.feature-color p,
.feature-color span,
.feature-color li {
  color: #ffffff;
}
.feature-color i {
  color: #fff;
  opacity: .7;
}
.feature-color:nth-of-type(1) {
  background: #282a38;
}
.feature-color:nth-of-type(2) {
  background: #1d1f29;
}
.feature-color:nth-of-type(3) {
  background: #13141a;
}
.feature-5 {
  height: 33.333333vw;
  padding: 0 48px;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
}
@media all and (max-width: 990px) {
  .feature-3 .left{
    margin-bottom: 8px;
  }
  .feature-3 .left {
    width: 30% !important;
  }
    
    .feature-3 .right {
    width: 70% !important;
  }
}
@media all and (max-width: 1280px) {
 
    
  .feature-5 {
    height: auto;
    padding: 80px 48px;
  }
  .feature-5 .v-align-transform {
    top: 0;
    transform: none;
    -webkit-transform: none;
  }
}
@media all and (max-width: 767px) {
  .feature-3 .left h5{
    margin-bottom: 0px !important;
  }
    .feature-3 .left,
  .feature-4 .left{
    width: 100% !important;
    margin-bottom: 2px !important;
      margin-top: 10px !important;
  }

  .feature-3 .right,
  .feature-4 .right {
    width: 100% !important;
    margin-bottom: 2px !important;
      margin-top: 2px !important;
  }
    
  .feature-5 {
    padding: 40px 24px;
  }
}
.image-bg .feature i {
  color: #fff;
}
.image-bg .feature h1,
.image-bg .feature h2,
.image-bg .feature h3,
.image-bg .feature h4,
.image-bg .feature h5,
.image-bg .feature h6 {
  color: #ffffff;
}
.image-bg .feature p,
.image-bg .feature span,
.image-bg .feature li {
  color: #ffffff;
}
.image-bg .feature.bordered {
  border-color: rgba(255, 255, 255, 0.4);
}
.image-bg .feature.boxed {
  background: rgba(34, 34, 34, 0.4);
}
.bg-light .feature.bordered {
  border-color: rgba(34, 34, 34, 0.2);
}