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

Theme Name: Gruppo Bison
Description: Official template
Author: guud.it
Author URI: http://www.guud.it
Version: 1.0

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

/* ----------------------------------------------------------------
Basic
-----------------------------------------------------------------*/

dl,
dt,
dd,
ol,
ul,
li {
    margin: 0;
    padding: 0;
}

ul, ol {
    padding-left: 12px;
}

li {
    padding: 0px;
    padding-left: 12px;
    margin: 5px 0;
}


.clear {
    clear: both;
    display: block;
    font-size: 0px;
    height: 0px;
    line-height: 0;
    width: 100%;
    overflow: hidden;
    box-shadow: none;
}

::selection {
    background: #DEBB4D;
    color: #FFF;
    text-shadow: none;
}

::-moz-selection {
    background: #DEBB4D;    /* Firefox */
    color: #FFF;
    text-shadow: none;
}

::-webkit-selection {
    background: #DEBB4D;    /* Safari */
    color: #FFF;
    text-shadow: none;
}

:active,
:focus {
    outline: none !important;
    color: inherit;
}

/* ----------------------------------------------------------------
Typography
-----------------------------------------------------------------*/
body {
    line-height: 1.5;
    color: #19213c;
    font-family: 'Palanquin', sans-serif;    /*    letter-spacing: 0.02em;*/
}

a {
    text-decoration: none;
    color: #19213c;
    transition: all 0.2s;
}

a:hover {
    color: #19213c;
    text-decoration: underline;
    transition: all 0.2s;
}

a img {
    border: none;
}

img {
    max-width: 100%;
}

iframe {
    border: none !important;
}

/* ----------------------------------------------------------------
Basic Layout Styles
-----------------------------------------------------------------*/
h1,
h2,
h3,
h4,
h5,
h6 {
    color: #19213c;
    font-weight: 600;
    line-height: 1.5;
    margin: 0 0 30px 0;
}

h5,
h6 {
    margin-bottom: 20px;
}

h1 {
    font-size: 36px;
}

h2 {
    font-size: 30px;
}

h3 {
    font-size: 24px;
}

h4 {
    font-size: 15px;
}

h5 {
    font-size: 14px;
}

h6 {
    font-size: 12px;
}

h4 {
    font-weight: 600;
}

h5,
h6 {
    font-weight: bold;
}

h1 > span:not(.nocolor),
h2 > span:not(.nocolor),
h3 > span:not(.nocolor),
h4 > span:not(.nocolor),
h5 > span:not(.nocolor),
h6 > span:not(.nocolor) {
    color: #19213c;
}

p,
pre,
ul,
ol,
dl,
dd,
blockquote,
address,
table,
fieldset,
form {
    margin-bottom: 14px;
}

small {
}

/* ----------------------------------------------------------------
Helper Classes
-----------------------------------------------------------------*/
.divcenter {
    position: relative !important;
    float: none !important;
    margin-left: auto !important;
    margin-right: auto !important;
}

.wrapper {
    padding-top: 190px;
}

.page-content {
    padding: 40px 0 0;
}

.mt10 {
    margin-top: 10px;
}

.mt20 {
    margin-top: 20px;
}

.mt30 {
    margin-top: 30px;
}

.mt40 {
    margin-top: 40px;
}

.mt50 {
    margin-top: 50px;
}

.mt60 {
    margin-top: 60px;
}

.mt80 {
    margin-top: 80px;
}

.mt100 {
    margin-top: 100px;
}

.mb10 {
    margin-bottom: 10px;
}

.mb20 {
    margin-bottom: 20px;
}

.mb30 {
    margin-bottom: 30px;
}

.mb40 {
    margin-bottom: 40px;
}

.mb50 {
    margin-bottom: 50px;
}

.mb60 {
    margin-bottom: 60px;
}

.mb80 {
    margin-bottom: 80px;
}

.mb100 {
    margin-bottom: 100px;
}


/* ----------------------------------------------------------------
Loader
-----------------------------------------------------------------*/
.page-loader {
    background: #fff;
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 99999;
}
.loader {
    background: url(../images/loader.gif) no-repeat center;
    background-size: contain;
    position: absolute;
    display: inline-block;
    height: 60px;
    width: 90px;
    left: 50%;
    top: 50%;
    margin: -45px 0 0 -45px;
    text-indent: -9999em;
}


/* ----------------------------------------------------------------
Header
-----------------------------------------------------------------*/
.header {
    position: fixed;
    top: 0;
    z-index: 999;
    width: 100%;
    background: rgba(255, 255, 255, 0.9);
    /* height: 240px; */
    transition: all 0.1s;
}

/* ----------------------------------------------------------------
Top Menu
-----------------------------------------------------------------*/
.top-menu {
    text-align: right;
    font-size: 12px;
    padding: 6px 0;
    letter-spacing: 0.02em;
    height: 26px;
}

/* ----------------------------------------------------------------
Logo
-----------------------------------------------------------------*/
.company-logo {
    padding: 22px 0 32px;
    padding: 10px 0 10px;
}

.logo {
	padding-top: 170px;
    width: 272px;
    height: 66px;
    background: url(../images/logo_bison.png) no-repeat center / contain;
}

/* ----------------------------------------------------------------
Menu
-----------------------------------------------------------------*/
.menu-bar {
    position: relative;
    height: 36px;
}

.main-menu {
    text-align: center;
    position: relative;
}

.menu-item {
    display: inline-block;
    overflow: hidden;
    padding: 0px 16px 10px;
	text-transform: uppercase;
}

.menu-item a {
    display: inline-block;
    letter-spacing: 0.03em;
    text-decoration: none !important;
    font-size: 14px;
    font-weight: 400;
    position: relative;
}

.menu-item a:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 4px;
    bottom: -6px;
    left: 0;
    background-color: #19213c;
    visibility: hidden;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}

.menu-item a:hover,
.menu-item a:active,
.menu-item a:focus {
    color: #19213c;
}

.menu-item a.active:before,
.menu-item a:hover:before {
    visibility: visible;
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}

.lang-menu {
    display: block;
    right: 0;
    position: absolute;
    top: 0px;
}

.lang-menu a {
    letter-spacing: 0.03em;
    font-size: 14px;
    font-weight: 400;
}

.lang-menu a.current {
    font-weight: 600;
}

/* ----------------------------------------------------------------
Scrolled Header
-----------------------------------------------------------------*/
.header.scrolled {
    height: 90px;
    background: #19213c;
    color: #FFF;
}

.header.scrolled .company-logo {
    padding: 0px 0;
    /*position: absolute;*/
    top: 0;
}

.header.scrolled .logo {
    background: url(../images/logo_bg.png) no-repeat center / contain;
    max-height: 83px;
    width: 100%;
	padding-top: 0px;
    top: 0;
}

.header.scrolled .main-menu {
    /*margin-top: 16px;*/
}

.header.scrolled .menu-item {
    padding: 4px 16px 10px;
}

.header.scrolled .menu-item a:before {
	background-color: #fff;
}

.header.scrolled .lang-menu {
    top: 4px;
}

.header.scrolled .ar-link {
    margin-right: 10px;
}

.header.scrolled a {
    color: #FFF;
}

.header .menu-bar {
    margin-top: 80px;
}

.header.scrolled .menu-bar {
    margin-top: 30px;
}

/* ----------------------------------------------------------------
Mobile Menu
-----------------------------------------------------------------*/
.mobile-menu-toggle {
    display: none;
}

.hamburger {
    padding: 18px 15px;
    display: inline-block;
    cursor: pointer;
    transition-property: opacity, filter;
    transition-duration: 0.15s;
    transition-timing-function: linear;
    font: inherit;
    color: inherit;
    text-transform: none;
    background-color: transparent;
    border: 0;
    margin: 0;
    overflow: visible;
}

.hamburger:hover {
    opacity: 0.7;
}

.hamburger-box {
    width: 40px;
    height: 24px;
    display: inline-block;
    position: relative;
}

.hamburger-inner {
    display: block;
    top: 50%;
    margin-top: -2px;
}

.hamburger-inner,
.hamburger-inner::before,
.hamburger-inner::after {
    width: 40px;
    height: 4px;
    background-color: #DEBB4D;
    border-radius: 4px;
    position: absolute;
    transition-property: transform;
    transition-duration: 0.15s;
    transition-timing-function: ease;
}

.hamburger-inner::before,
.hamburger-inner::after {
    content: "";
    display: block;
}

.hamburger-inner::before {
    top: -10px;
}

.hamburger-inner::after {
    bottom: -10px;
}

.hamburger--elastic .hamburger-inner {
    top: 2px;
    transition-duration: 0.275s;
    transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.hamburger--elastic .hamburger-inner::before {
    top: 10px;
    transition: opacity 0.125s 0.275s ease;
}

.hamburger--elastic .hamburger-inner::after {
    top: 20px;
    transition: transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.hamburger--elastic.js-hiraku-offcanvas-btn-active .hamburger-inner {
    transform: translate3d(0, 10px, 0) rotate(135deg);
    transition-delay: 0.075s;
}

.hamburger--elastic.js-hiraku-offcanvas-btn-active .hamburger-inner::before {
    transition-delay: 0s;
    opacity: 0;
}

.hamburger--elastic.js-hiraku-offcanvas-btn-active .hamburger-inner::after {
    transform: translate3d(0, -20px, 0) rotate(-270deg);
    transition-delay: 0.075s;
}

.mobile-menu {
    background-color: #debb4d !important;
}

.offside-logo {
    width: 100%;
    padding: 35px 0;
    background-color: #FFF;
}

.mobile-logo {
    background: url(../images/logo.png) no-repeat center / contain;
    width: 100%;
    height: 100px;
}

.menu-items {
    padding: 20px 0 40px;
    background: #FFF;
}

.mobile-menu .menu-item {
    display: block;
    overflow: hidden;
    padding: 15px 15px;
    text-align: center;
}

/* ----------------------------------------------------------------
Home Slider
-----------------------------------------------------------------*/
.home-slider {
    margin: 30px 0;
}

.home-slider img {
}

.slide {
    position: relative;
}

.slide-caption {
    position: absolute;
    bottom: 0;
    z-index: 99;
    color: #FFF;
    padding: 40px 45px 30px;
    font-size: 46px;
    width: 100%;
    font-weight: 700;
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.55) 100%);
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.55) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.55) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#a6000000', GradientType=0);
}

/* ----------------------------------------------------------------
Home Abstract
-----------------------------------------------------------------*/
.home-abstract {
    margin-top: 65px;
}

.home-abstract-text {
    background: #eee;
    font-size: 32px;
    line-height: 42px;
    text-align: center;
    padding: 55px 75px;
}

/* ----------------------------------------------------------------
Home Abstract
-----------------------------------------------------------------*/
.home-bluebox {
    background: #19213c;
    margin-top: 90px;
    text-align: center;
}

.home-bluebox-intro {
    font-size: 32px;
    line-height: 42px;
    text-align: center;
    padding: 70px 30px 30px;
    color: #FFF;
}

.home-bluebox-intro .logo-small {
    width: 90px;
    margin: 8px auto 36px;
}

.home-bluebox-text {
    padding: 30px 0 50px;
}

.home-bluebox-text .box {
    margin-bottom: 30px;
}

.home-bluebox-text h1 {
    font-weight: 400;
    font-size: 34px;
    letter-spacing: 0.02em;
    text-decoration: underline;
    margin: 10px 0 20px;
    color: #FFF;
}

.home-bluebox-text p {
    font-weight: 400;
    font-size: 18px;
    line-height: 26px;
    letter-spacing: 0.02em;
    margin: 10px 0 20px;
    color: #FFF;
}

/* ----------------------------------------------------------------
Footer
-----------------------------------------------------------------*/
.footer {
    font-size: 14px;
    line-height: 22px;
    letter-spacing: 0.02em;
    padding: 32px 0;
    background: #FFF;
}

.footer-spacer {
    margin: 40px 0;
    display: block;
    height: 1px;
    width: 100%;
    background: #d9d8d8;
}

.footer-links {
    text-align: right;
}

.footer-links a {
    display: block;
}


.company-details {
    font-size: 12px;
    line-height: 22px;
    margin: 30px 0 0;
    width: 100%;
}

.credits {
    float: right;
}

.credits a {
    font-weight: 700;
}

/* ----------------------------------------------------------------
Projects Grid
-----------------------------------------------------------------*/
.home-projects {
    padding: 60px 0 10px;
}

/* FIRST ITERATION

.project-item {
position: relative;
margin: 0 0 30px;
}
.project-caption {
position: absolute;
bottom: 0;
z-index: 99;
color: #FFF;
padding: 15px 20px;
font-size: 20px;
line-height: 34px;
width: 100%;
font-weight: 700;
background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.75) 100%);
background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.75) 100%);
background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.75) 100%);
}
.project-item-big .project-caption {
font-size: 32px;
padding: 35px;
}
.project-row.even .project-item-big {
margin-top: -134px;
}

*/
.project-grid {
    margin: 0 -15px;
    overflow: hidden;
}

.project-grid-item {
    position: relative;
    margin: 0 0 30px;
    float: left;
    cursor: pointer;
}

.project-item-img {
    width: 100%;
    height: 100%;
    position: relative;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 10px;
}

.project-grid-caption {
    position: absolute;
    bottom: 0;
    z-index: 99;
    color: #FFF;
    padding: 15px 20px;
    font-size: 16px;
    line-height: 28px;
    width: 100%;
    text-transform: capitalize;
    font-weight: 700;
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.75) 100%);
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.75) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.75) 100%);
    text-shadow: 0 0 4px rgba(0, 0, 0, 0.65);
}

.project-grid-item.c1 {
    width: 50%;
    height: 392px;
    padding: 0 15px;
}

.project-grid-item.c1 .project-grid-caption,
.project-grid-item.c4 .project-grid-caption {
    font-size: 24px;
    padding: 20px;
}

.project-grid-item.c2 {
    width: 33.33333333%;
    margin-right: 16.66666667%;
    height: 248px;
    padding: 0 15px;
    margin-bottom: 174px
}

.project-grid-item.c3 {
    width: 33.33333333%;
    margin-left: 16.66666667%;
    height: 248px;
    padding: 0 15px;
}

.project-grid-item.c4 {
    width: 50%;
    margin-top: -144px;
    height: 392px;
    padding: 0 15px;
}

/* NTH CHILD */

/*
.project-grid-item.enabled:nth-child(4n+1) {
width: 50%;
height: 392px;
padding: 0 15px;
}
.project-grid-item.enabled:nth-child(4n+1) .project-grid-caption,
.project-grid-item.enabled:nth-child(4n+4) .project-grid-caption {
font-size: 32px;
padding: 35px;
}
.project-grid-item.enabled:nth-child(4n+2) {
width: 33.33333333%;
margin-right: 16.66666667%;
height: 248px;
padding: 0 15px;
margin-bottom: 174px
}
.project-grid-item.enabled:nth-child(4n+3) {
width: 33.33333333%;
margin-left: 16.66666667%;
height: 248px;
padding: 0 15px;
}
.project-grid-item.enabled:nth-child(4n+4) {
width: 50%;
margin-top: -144px;
height: 392px;
padding: 0 15px;
}
*/

/* ----------------------------------------------------------------
Contacts
-----------------------------------------------------------------*/

.contacts {
    margin: 40px 0;
    font-size: 24px;
    line-height: 32px;
}

.contact-form .form-group {
    margin-bottom: 0;
}

.contact-form .form-group input.form-control {
    display: block;
    width: 100%;
    height: 50px;
    padding: 9px 12px;
    font-size: 18px;
    line-height: 32px;
    color: #626262;
    background-color: #fff;
    background-image: none;
    border: 1px solid #19213c;
    border-bottom: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.contact-form .form-group textarea.form-control {
    display: block;
    width: 100%;
    height: 200px;
    padding: 9px 12px;
    font-size: 18px;
    color: #626262;
    background-color: #fff;
    background-image: none;
    border: 1px solid #19213c;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.contact-form .checkbox {
    font-size: 12px;
    line-height: 12px;
    margin: 20px 0 14px;
    color: #626262;
    width: 100%;
}

.contact-form .checkbox a {
    color: inherit;
    text-decoration: underline;
}

.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"],
.radio input[type="radio"],
.radio-inline input[type="radio"] {
    position: absolute;
    margin-top: 0px;
    margin-left: -20px;
}

.bison-button {
    display: block;
    width: 100%;
    height: 50px;
    padding: 12px 12px 10px;
    font-size: 16px;
    color: #19213c;
    background-color: #debb4d;
    background-image: none;
    border: 1px solid #19213c;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    text-transform: uppercase;
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    letter-spacing: 0.04em;
}

.contacts-map {
    background: #eee;
    padding: 30px 0;
    margin-top: 60px;
}

.map-container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    max-width: 100%;
    border: 3px solid #FFF;
}

.map-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
}

.wpcf7-form-control-wrap {
    margin-bottom: 0;
}

.wpcf7 br {
    display: none;
}

.wpcf7-form-control-wrap input[type="text"],
.wpcf7-form-control-wrap input[type="email"] {
    display: block;
    width: 100%;
    height: 50px;
    padding: 9px 12px;
    font-size: 18px;
    line-height: 32px;
    color: #626262;
    background-color: #fff;
    background-image: none;
    border: 1px solid #19213c;
    border-bottom: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

div.wpcf7 input[type="file"]{
    font-size:18px;
    margin:18px 0px;
}

.wpcf7-form-control-wrap textarea {
    display: block;
    width: 100%;
    height: 200px;
    padding: 9px 12px;
    font-size: 18px;
    color: #626262;
    background-color: #fff;
    background-image: none;
    border: 1px solid #19213c;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.wpcf7-list-item {
    margin: 0;
}

.wpcf7 .checkbox {
    font-size: 12px;
    line-height: 12px;
    margin: 20px 0 14px;
    color: #626262;
    width: 100%;
    display: block;
}

.wpcf7 .checkbox a {
    color: inherit;
    text-decoration: underline;
}

.wpcf7 .checkbox input[type="checkbox"] {
    position: relative;
    margin-top: 0;
    margin-left: -20px;
    float: left;
}

.wpcf7-submit {
    display: block;
    width: 100%;
    height: 50px;
    padding: 7px 12px 7px;
    font-size: 16px;
    color: #19213c;
    background-color: #debb4d;
    background-image: none;
    border: 1px solid #19213c;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    text-transform: uppercase;
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    letter-spacing: 0.04em;
    line-height: 26px;
}

.wpcf7-not-valid {
    color: red !important;
}

span.wpcf7-not-valid-tip {
    color: #FFF !important;
    font-weight: normal;
    display: block;
    border: 1px solid #000;
    border-bottom: 0;
    padding: 2px 12px;
    font-size: 12px !important;
    background: red;
}

.message span.wpcf7-not-valid-tip {
    color: #FFF !important;
    font-weight: normal;
    display: block;
    border: 1px solid #000;
    border-top: 0;
    padding: 2px 12px;
    font-size: 12px !important;
    background: red;
}

.checkbox span.wpcf7-not-valid-tip {
    display: none !important;
}

.wpcf7-validation-errors {
    border: 1px solid red !important;
}

.wpcf7-response-output {
    margin: 20px 0 20px 0 !important;
    padding: 15px !important;
    font-size: 14px;
    line-height: 20px;
    /*color: red;*/
}

.wpcf7-form.invalid .checkbox label {
    color: red !important;
}

/* ----------------------------------------------------------------
Page Elements
-----------------------------------------------------------------*/
.lead {
    font-size: 28px;
    line-height: 40px;
    text-align: center;
    font-weight: 500;
}

.gfx {
    background-color: #757a8a;
    background-clip: content-box;
    margin-bottom: 1em;
}

.gfx img {
    -webkit-mix-blend-mode: multiply;
    -moz-mix-blend-mode: multiply;
    -o-mix-blend-mode: multiply;
    mix-blend-mode: multiply;
    margin-bottom: 0;
    filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns=!string!><filter id=!string!><feColorMatrix type=!string!color-interpolation-filters=!string!values=!string!/></filter></svg>#filter');
    -webkit-filter: grayscale(1);
    -moz-filter: grayscale(1);
    -webkit-filter: grayscale(1);
    -o-filter: grayscale(1);
   filter: grayscale(1);
    filter: gray;
}

.bg-gray {
    background: #eee;
    background-clip: content-box;
}

.bg-yellow {
    background: #debb4d;
    background-clip: content-box;
}

.links {
    margin: 16px 0;
    text-align: center;
}

.download {
    display: block;
    width: 100%;
    border: 1px solid #1d1d1d;
    border-bottom: 0;
    padding: 8px 10px;
    margin: 0 auto;
    text-transform: uppercase;
    max-width: 350px;
    text-align: center;
    font-size: 12px;
    line-height: 32px;
    -webkit-transition: all 0.25s linear;
    transition: all 0.25s linear;
    background: url('../images/file.svg') no-repeat center -100px transparent;
    background-size: 16px;
}

.download:last-child {
    border-bottom: 1px solid #1d1d1d;
}

.download:hover {
    color: transparent;
    text-decoration: none;
    background: url('../images/file.svg') no-repeat center center #757a8a;
    background-color: #757a8a;
    background-size: 32px;
}

.download.read:hover {
    color: transparent;
    text-decoration: none;
    background: url('../images/read.svg') no-repeat center center #debb4d;
    background-color: #debb4d;
}

.table-bordered > tbody > tr > td,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > td,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > thead > tr > th {
    border-color: #1d1d1d;
}

td,
th {
    padding: 10px;
}

/* ----------------------------------------------------------------
Azienda
-----------------------------------------------------------------*/
.company-text {
    text-align: left;
    font-size: 28px;
    line-height: 40px;
}

.company-block-1 {
}

.company-block-1 .company-text {
    padding: 40px 10px 40px 60px;
}

.company-block-2 {
}

.company-block-2 .company-text {
    padding: 40px 10px 40px 50px;
}

.company-block-2 .company-image {
    margin-top: -40px;
}

.company-block-3 {
    margin-top: 30px;
}

.company-block-3 .company-text {
    padding: 20px 20px 70px 50px;
}

.company-block-3 .company-image {
    z-index: 99;
    position: relative;
}

.company-block-4 {
    margin-top: -45px;
}

.company-block-4 .catalog {
    background: url(../images/catalog.jpg) no-repeat center top;
}

.company-block-4 .company-text {
    padding: 60px 80px 200px 0px;
    font-size: 21px;
    line-height: 32px;
    text-align: center;
}

.company-block-4 .company-image {
    margin-top: 20px;
    padding: 30px 40px 40px 20px;
}

.company-block-4 .download {
    margin-top: 30px;
    font-size: 14px;
    line-height: 32px;
    letter-spacing: 0.06em;
    max-width: 280px;
    padding: 18px 10px;
}

/* ----------------------------------------------------------------
Qualità
-----------------------------------------------------------------*/
.qual {
    margin-top: 30px;
    margin-bottom: 30px;
    padding: 0 20px;
}

.qual h3 {
    font-size: 20px;
    letter-spacing: 0.03em;
    margin-bottom: 16px;
}

.qual p {
    margin: 10px 0;
    font-size: 15px;
    font-weight: 600;
}

.soa-table {
    width: 100%;
    padding: 50px 20px 30px;
}

.soa-table table {
    width: 100%;
    font-size: 13px;
    line-height: 32px;
    font-weight: 600;
}

.soa-table table tr:first-child {
    background: #bfbfbf;
}

.soa-docs {
    margin-top: 1em;
    margin-bottom: 1em;
    text-align: center;
}

/* ----------------------------------------------------------------
Realizzazioni
-----------------------------------------------------------------*/
.project-filters {
    margin: 80px 0;
    text-align: center;
}

.project-filters .filter {
    display: inline-block;
    font-size: 12px;
    padding: 15px 20px;
    background: #eee;
    text-decoration: none;
    margin: 3px 1px;
}

.project-filters .filter:hover,
.project-filters .filter:focus,
.project-filters .filter.active {
    background: #d9d8d8;
    color: #000;
}

.more-projects {
    padding: 60px 0;
    text-align: center;
    background: #eee;
}

.more-projects h2 {
    font-size: 26px;
    font-weight: bold;
    text-decoration: underline;
    margin-bottom: 50px;
}

.more-projects p {
    font-size: 16px;
    line-height: 26px;
}

/* ----------------------------------------------------------------
Modal
-----------------------------------------------------------------*/
.modal {
        padding-right: 0 !important;
}

.modal-backdrop {
    background-color: #FFF;
    opacity: 1 !important;
}

.modal-navigation {
    margin: 20px auto;
    text-align: center;
}

.modal-prev {
    background: url(../images/prev.svg) no-repeat center bottom #eee;
}

.modal-next {
    background: url(../images/next.svg) no-repeat center bottom #eee;
}

.modal-close {
    background: url(../images/close.svg) no-repeat center bottom #eee;
}

.modal-prev,
.modal-next,
.modal-close {
    display: inline-block;
    width: 56px;
    height: 56px;
    background-size: 56px 112px;
    cursor: pointer;
}

.modal-prev:hover,
.modal-next:hover,
.modal-close:hover {
    background-position: center top;
}

.modal-dialog {
    width: 100%;
    margin: 0 auto;
}

.modal-content {
    box-shadow: none;
    border-radius: 0;
    border: 0;
}

.modal-title {
    color: #19213c;
    font-size: 32px;
    text-align: center;
    line-height: 38px;
    text-transform: capitalize;
    margin: 20px auto 40px;
}

.modal-description p {
    font-size: 18px;
    line-height: 28px;
    text-align: center;
    margin-bottom: 30px;
}

.modal-slider {
    position: relative;
    margin-bottom: 40px;
}

.modal-slider-prev {
    background: url(../images/prev.svg) no-repeat center top #eee;
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -28px;
}

.modal-slider-next {
    background: url(../images/next.svg) no-repeat center top #eee;
    position: absolute;
    top: 50%;
    right: 0;
    margin-top: -28px;
}

.modal-slider-prev,
.modal-slider-next {
    display: inline-block;
    width: 56px;
    height: 56px;
    background-size: 56px 112px;
    cursor: pointer;
    z-index: 999;
    transition: all 0.3s;
}

.modal-slider-prev:hover,
.modal-slider-next:hover {
    background-color: #ddd;
}

.modal.fade .modal-dialog {
    -webkit-transform: scale(0.7);
    -moz-transform: scale(0.7);
    -ms-transform: scale(0.7);
    transform: scale(0.7);
    opacity: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

.modal.fade.in .modal-dialog {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
}

.modal .owl-gallery {
    background: url('../images/loader.gif') no-repeat center;
}

/* ----------------------------------------------------------------
Responsive 992 - 1119
-----------------------------------------------------------------*/
@media (min-width:992px) and (max-width:1119px) {
    .home-abstract-text,
    .home-bluebox-intro {
        font-size: 26px;
        line-height: 38px;
    }

    .project-grid-item.c1,
    .project-grid-item.c4 {
        height: 342px;
    }

    .project-grid-item.c2,
    .project-grid-item.c3 {
        height: 198px;
    }

    .home-bluebox-text h1 {
        font-size: 28px;
    }

    .home-bluebox-text p {
        font-size: 15px;
        line-height: 22px;
    }

    .company-text {
        font-size: 22px;
        line-height: 32px;
    }

    .qual p {
        font-size: 14px;
    }

}

/* ----------------------------------------------------------------
Responsive 768 - 991
-----------------------------------------------------------------*/
@media (min-width:768px) and (max-width:991px) {
    .header.scrolled .menu-item {
        padding: 4px 10px 10px;
    }

    .menu-item a,
    .lang-menu a {
        font-size: 13px;
    }

    .home-abstract-text,
    .home-bluebox-intro {
        font-size: 24px;
        line-height: 36px;
    }

    .project-grid-item.c1,
    .project-grid-item.c2,
    .project-grid-item.c3,
    .project-grid-item.c4 {
        width: 50%;
        height: 200px;
        margin: 0 0 30px 0;
    }

    .project-grid-item.c1 .project-grid-caption,
    .project-grid-item.c4 .project-grid-caption {
        font-size: 20px;
        padding: 15px 20px;
    }

    .company-details {
        text-align: center;
    }

    .credits {
        float: none;
    }

    .home-bluebox-text h1 {
        font-size: 28px;
    }

    .home-bluebox-text p {
        font-size: 15px;
        line-height: 22px;
    }

    .company-text {
        font-size: 22px;
        line-height: 32px;
    }

    .qual h3 {
        text-align: left
    }

    .qual {
        overflow: hidden;
    }

    .qual .links {
        width: 50%;
        float: right;
    }

    .gfx {
        width: 45%;
        float: left;
    }

    .qual p {
        font-size: 14px;
        width: 50%;
        float: right;
    }

    .download {
        font-size: 11px;
	}

    .lead {
        font-size: 24px;
        line-height: 34px;
    }

    .company-block-1 {
    }

    .company-block-1 .company-text {
        padding: 40px;
    }

    .company-block-2 {
    }

    .company-block-2 .company-text {
        padding: 40px;
    }

    .company-block-2 .company-text br {
        display: none;
    }

    .company-block-2 .company-image {
        margin-top: 0px;
    }

    .company-block-3 {
        margin-top: 30px;
    }

    .company-block-3 .company-text {
        padding: 40px;
    }

    .company-block-3 .company-text br {
        display: none;
    }

    .company-block-3 .company-image {
        z-index: 99;
        position: relative;
    }

    .company-block-4 {
        margin-top: 0px;
    }

    .company-block-4 .catalog {
        background-size: contain;
    }

    .company-block-4 .company-text {
        padding: 30px 100px 200px 280px;
        font-size: 18px;
        line-height: 28px;
    }

    .company-block-4 .company-image {
        margin-top: 20px;
        padding: 30px 40px 40px 20px;
    }

    .company-block-4 .download {
        max-width: 260px;
        padding: 10px;
    }

}

/* ----------------------------------------------------------------
Responsive 0 - 767
-----------------------------------------------------------------*/
@media (max-width:767px) {
    
    .header .menu-bar, .header.scrolled .menu-bar {
        margin-top: 15px;
    }

    .header {
        height: 90px;
        background: #19213c;
    }

    .wrapper {
        padding-top: 90px;
    }

    .page-content {
        padding: 0;
    }

    .main-menu,
    .lang-menu,
    .top-menu {
        display: none;
    }

    .company-logo {
        float: left;
        padding: 15px 0;
    }
    
    .header .logo {
        background: url(../images/logo_bg.png) no-repeat center / contain;
        max-height: 83px;
        width: 100%;
        padding-top: 0px;
        top: 0;
    }

    .menu-bar {
        margin: 15px 0;
        overflow: hidden;
        height: 60px;
        text-align: right;
        background: #19213c;
    }

    p br,
    h1 br,
    h2 br,
    h3 br {
        display: none;
    }

    .lang-menu {
        position: relative;
        width: 100%;
        padding: 20px 0;
        text-align: center;
    }

    .ar-menu {
        text-align: center;
        border-top: 1px solid #19213c;
        padding: 20px 0;
    }

    .slide-caption {
        padding: 40px 15px 10px;
        font-size: 28px;
    }

    .mobile-menu-toggle {
        display: block;
    }

    .project-filters {
        margin: 30px 0;
        text-align: center;
    }

    .project-grid-item.c1,
    .project-grid-item.c2,
    .project-grid-item.c3,
    .project-grid-item.c4 {
        width: 100%;
        height: 350px;
        margin: 0 0 30px 0;
    }

    .project-grid-item.c1 .project-grid-caption,
    .project-grid-item.c4 .project-grid-caption {
        font-size: 20px;
        padding: 15px 20px;
    }

    .company-details {
        text-align: center;
    }

    .credits {
        float: none;
    }

    .home-abstract-text,
    .home-bluebox-intro {
        font-size: 24px;
        line-height: 36px;
        padding: 35px;
    }

    .home-bluebox-text h1 {
        font-size: 28px;
    }

    .home-bluebox-text p {
        font-size: 15px;
        line-height: 22px;
    }

    .company-text {
        font-size: 22px;
        line-height: 32px;
    }

    .qual h3 {
        text-align: center
    }

    .qual {
        overflow: hidden;
    }

    .qual .links {
        width: 100%;
        float: right;
    }

    .gfx {
        width: 100%;
        float: left;
    }

    .qual p {
        font-size: 14px;
        width: 100%;
        float: right;
    }

    .download {
        font-size: 11px;
         /*max-width:*/
    }

    .attestato .download {
        border-bottom: 0;
    }

    .attestato:last-child .download {
        border-bottom: 1px solid #1d1d1d;
    }

    .lead {
        font-size: 24px;
        line-height: 34px;
    }

    .company-block-1 {
    }

    .company-block-1 .company-text {
        padding: 40px;
    }

    .company-block-2 {
    }

    .company-block-2 .company-text {
        padding: 40px;
    }

    .company-block-2 .company-text br {
        display: none;
    }

    .company-block-2 .company-image {
        margin-top: 0px;
    }

    .company-block-3 {
        margin-top: 30px;
    }

    .company-block-3 .company-text {
        padding: 40px;
    }

    .company-block-3 .company-text br {
        display: none;
    }

    .company-block-3 .company-image {
        z-index: 99;
        position: relative;
    }

    .company-block-4 {
        margin-top: 0px;
    }

    .company-block-4 .catalog {
        background-size: contain;
    }

    .company-block-4 .company-text {
        padding: 20px 90px 170px 250px;
        font-size: 16px;
        line-height: 24px;
    }

    .company-block-4 .company-image {
        margin-top: 20px;
        padding: 30px 40px 40px 20px;
    }

    .company-block-4 .download {
        max-width: 230px;
        padding: 10px 6px;
        margin-top: 20px;
        font-size: 12px;
        line-height: 24px;
    }

    .footer {
        text-align: center;
    }

    .footer-links {
        text-align: center;
        margin-top: 30px;
    }

    .footer-links a {
        padding: 0 20px;
    }

    .contacts p {
        margin-bottom: 30px;
        text-align: center;
    }

    .contacts p br {
        display: inline;
    }

    .more-projects p br {
        display: block;
    }

    .footer p br {
        display: inline;
    }

}

.modal-loader{
    display: none;
    background-color: #fff;
    background: url('../images/loader.gif') no-repeat center #fff;
    width:100%;
    height:100vh;
    position:fixed;
    top:0;
    left:0;
    right:0;
    bottom:0;
    z-index: 1500;
}

.modal-loader p{
    font-size:1.3em;
    position:absolute;
    top:35vh;
    text-align: center;
    width:100%;
    opacity: 1;
}

.modal-loader p{
    -webkit-animation-name: blinker;
    -webkit-animation-duration: 2s;
    -webkit-animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;

    -moz-animation-name: blinker;
    -moz-animation-duration: 2s;
    -moz-animation-timing-function: linear;
    -moz-animation-iteration-count: infinite;

    animation-name: blinker;
    animation-duration: 2s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
}

@-moz-keyframes blinker {  
    0% { opacity: 1.0; }
    50% { opacity: 0.0; }
    100% { opacity: 1.0; }
}

@-webkit-keyframes blinker {  
    0% { opacity: 1.0; }
    50% { opacity: 0.0; }
    100% { opacity: 1.0; }
}

@keyframes blinker {  
    0% { opacity: 1.0; }
    50% { opacity: 0.0; }
    100% { opacity: 1.0; }
}

#cookie_popup_alert {
z-index: 1000;
width: 100%;
background: #cccccc none repeat scroll 0% 0%;
padding:20px;	
font-family: arial,sans-serif;
font-size: 11px;
letter-spacing: 0.05em;
line-height: 30px;
text-transform: uppercase;
position: fixed;
bottom: 0px;
left: 0px;
width: 100%;
height: 50px;
color: #000;
}