body {
    background: #ffffff;
    font-family: 'GothamBook', sans-serif;
    font-weight: 400;
    position: relative;
}

@font-face {
    font-family: "GothamBold", "sans-serif";
    src: url('../fonts/GothamBold.ttf') format('truetype');
}

@font-face {
    font-family: "GothamBook", "sans-serif";
    src: url('../fonts/GothamBook.ttf') format('truetype');
}

@font-face {
    font-family: "GothamLight", "sans-serif";
    src: url('../fonts/GothamLight.ttf') format('truetype');
}

@font-face {
    font-family: "GothamMedium", "sans-serif";
    src: url('../fonts/GothamMedium.ttf') format('truetype');
}

.heading {
    padding-top: 5px;
    font-family: 'GothamBold', sans-serif;
    font-size: 22px;
    font-weight: 500;
}

.subheading {
    font-size: 16px;
    padding-bottom: 60px;
}

p {
    color: #848484;
    font-weight: 400;
    font-size: 16px;
    letter-spacing: 0.4px;
    line-height: 1.3;
}

hr {
    border-top: 2px solid #828282;
    width: 120px;
    margin-bottom: 0px;
}

#menu,
#gallery,
#team {
    padding-bottom: 100px;
}

#menu {
    background: url('../imgs/Bushmills/Blur_Armazem_Bushmills.jpg') 50% 0 repeat-y fixed;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center;
    padding-top: 80px;
    padding-bottom: 80px;
}

#menu .container {
    background: rgba(255, 255, 255, 0.95);
}

#menu .container.about {
    background: none;
}

#menu .container p {
    color: black;
    padding-left: 2em;
    padding-right: 2em;
}

#about {
    margin-top: 80px;
}

#about p {
    padding-left: 1vw !important;
}

#menu #icon {
    font-family: 'GothamLight', sans-serif;
}

#icon-img {
    width: 9vw;
}

.CE-logo img {
    background: none;
    padding-top: 80px;
    width: 100%;
}

.service-bottom {
    margin-top: 80px;
    margin-bottom: 70px;
}

.service-bottom p {
    padding-top: 30px;
    padding-left: 0px !important;
    padding-right: 0px !important;
}

.parallax-section {
    background-attachment: fixed !important;
    background-size: cover !important;
}

/* preloader section */

.preloader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99999;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: row nowrap;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background: none repeat scroll 0 0 #fff;
}

.sk-spinner-pulse {
    width: 40px;
    height: 40px;
    background-color: #F6D76B;
    border-radius: 100%;
    -webkit-animation: sk-pulseScaleOut 1s infinite ease-in-out;
    animation: sk-pulseScaleOut 1s infinite ease-in-out;
}

@-webkit-keyframes sk-pulseScaleOut {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0;
    }
}

@keyframes sk-pulseScaleOut {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0;
    }
}

/* start navigation */

.navbar-default {
    height: 50px;
    background: #ffffff;
    box-shadow: 0px 2px 8px 0px rgba(50, 50, 50, 0.04);
    border: none;
    margin-bottom: 0;
}

.navbar-brand,
.navbar-nav li a {
    line-height: 2;
}

.navbar-nav {
    margin-left: 0px;
}

img.navbar-brand {
    padding: 8px 0;
    width: 20%;
    height: 20%;
}

.navbar-default .navbar-brand {
    color: #5C5C5C;
    font-size: 22px;
    font-weight: bold;
    letter-spacing: 2px;
}

.navbar-default .navbar-nav li a {
    font-size: 12px;
    letter-spacing: 1px;
}

#lettering {
    height: 50px;
    width: auto;
    padding-top: 4px;
    margin-left: 0px;
    padding-right: 10px;
}

#banner-logo {
    height: 50px;
    width: auto;
    padding-top: 4px;
    margin-left: 0px;
}

#lang-bar {
    width: 1px;
    background-color: #777;
    float: left;
    height: 20px;
    margin-top: 14px;
}

.lang {
    display: inline-block;
}

#pt {
    padding-right: 3px;
    padding-left: 15px;
}

#en {
    padding-left: 3px;
}

.navbar-header {
    float: none;
}

.navbar-toggle {
    margin-right: 3px;
}

/* home section */

#home {
    background: url('../images/home-bg.jpg') 50% 0 repeat-y fixed;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center;
    color: #ffffff;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100vh;
    text-align: center;
}

#home h1 {
    font-size: 20px;
    letter-spacing: 8px;
    font-style: normal;
    padding-top: 10px;
}

#home .btn {
    background: transparent;
    border-radius: 0;
    border: 3px solid #ffffff;
    color: #ffffff;
    font-weight: bold;
    letter-spacing: 2px;
    padding: 16px 42px;
    margin-top: 40px;
    transition: all 0.4s ease-in-out;
}

#home .btn:hover {
    background: #ffffff;
    color: #202020;
}

.description {
    position: absolute;
    left: 50px;
    bottom: 44px;
}

.title {
    font-family: 'GothamBold', sans-serif;
    text-shadow: 3px 3px 4px rgba(0, 0, 0, 0.5);
    position: absolute;
    left: 50px;
    bottom: 50px;
    margin-left: 0 !important;
}

/* menu section */

#closing-button {
    background: none;
    border: none;
    margin-top: -64px;
    float: right;
    margin-right: 14px;
}

#closing-button:focus {
    outline: none !important;
}

#closing-button span {
    color: white !important;
}

#menu h4 {
    line-height: 1.5;
}

#menu .col-md-8 {
    padding-bottom: 42px;
}

#menu .col-md-6 {
    padding-bottom: 18px;
}

#menu span {
    color: #5C5C5C;
}

/* gallery section */

#gallery {
    padding-bottom: 80px;
}

#gallery .col-md-4 {
    padding-top: 52px;
    margin-top: 3em;
}

#gallery img {
    top: 0;
    left: 0;
    position: absolute;
    width: 100%;
    padding-top: 4px;
}

#gallery .col-md-4 div {
    position: relative;
    bottom: 18px;
    padding-bottom: 4px;
}

#gallery .col-md-6 div {
    position: relative;
    bottom: 18px;
    padding-bottom: 4px;
}

#gallery h3 {
    font-size: 18px;
    line-height: 8px;
}

.image-case {
    position: relative;
}

#brand h4 {
    letter-spacing: 1px;
    font-family: 'GothamBold', sans-serif;
    bottom: 0;
    left: 0;
    top: 0;
    padding-top: 13%;
    margin-left: 30%;
    margin-top: 15%;
    margin-bottom: 15%;
    z-index: 1;
    position: absolute;
    width: 40%;
    height: 0;
    background: rgba(0, 0, 0, 0.7);
    color: #fff;
    opacity: 0;
    text-align: center;
    transition: all .3s ease-in-out;
}

#grid {
    margin-top: 10% !important;
}

#brand:hover h4 {
    height: 40%;
    opacity: 1;
}

#brand:focus h4 {
    height: 40%;
    opacity: 1;
}

/* contact section */

#contact {
    padding-top: 0px;
    padding-bottom: 80px;
}

#contact .col-md-8 {
    margin-bottom: 32px;
}

#contact .form-control {
    background: #ffffff;
    border: 2px solid #d0debb;
    border-radius: 10px;
    box-shadow: none;
    margin-top: 10px;
    margin-bottom: 10px;
    transition: all 0.4s ease-in-out;
}

#contact button.form-control {
    background: transparent;
    border: 2px solid #d0debb;
    border-radius: 6px;
    letter-spacing: 2px;
    margin-top: 12px;
    height: 50px;
    line-height: 3;
}

#contact button.form-control:hover,
#contact .cv-wrapper .cv-submition-wrapper:hover,
#contact .cv-wrapper .cv-submition-wrapper:focus {
    background: #d0debb;
}

#contact input {
    color: black;
    height: 48px;
    font-family: 'Roboto', sans-serif;
}

#contact textarea {
    font-family: 'Roboto', sans-serif;
}

#contact input[type="submit"] {
    background: transparent;
    border: 2px solid #d0debb;
    border-radius: 10px;
    letter-spacing: 2px;
    margin-top: 12px;
    height: 50px;
}

#contact input[type="submit"]:hover {
    background: #d0debb;
    color: #ffffff;
}

#contact .form {
    padding-top: 80px;
}

.message-form {
    padding-top: 80px
}

.cv-wrapper .cv-submition-wrapper {
    background: transparent;
    border: 2px solid #d0debb;
    border-radius: 10px;
    letter-spacing: 2px;
    margin-top: 12px;
    height: 50px;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    transition: all 0.4s ease-in-out;
}

.cv-wrapper .cv-submition-button {
    margin: 5px auto;
    transition: all 0.4s ease-in-out;
}

.cv-submition-wrapper:hover .cv-submition-button,
.cv-submition-wrapper:focus .cv-submition-button {
    color: white;
}

#contact .cv-wrapper .cv-description {
    margin-top: 40px;
    margin-bottom: 8px;
}

.cv-submition-wrapper .cv-submition-button:hover {
    outline: none;
    color: white;
}

.cv-submition-wrapper .cv-submition-button:focus {
    outline: none;
}

/* form */

/* footer section */

footer {
    background: url('../imgs/Bushmills/Blur_Armazem_Bushmills.jpg') 50% 0 repeat-y fixed;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center;
    color: #ffffff;
    padding-top: 80px;
    padding-bottom: 80px;
}

footer h2 {
    padding-bottom: 14px;
}

footer h3 {
    padding-top: 8px;
}

footer p {
    color: #ffffff;
}

footer span {
    font-weight: bold;
    padding-left: 24px;
}

footer .ph,
footer .address {
    padding-top: 12px;
    padding-bottom: 12px;
}

footer .fa {
    font-size: 12px;
    padding-right: 10px;
}

footer .CE-logo img {
    object-fit: contain;
    font-family: 'object-fit: contain';
    padding-top: 0px;
}

.circle {
    object-fit: contain;
    font-family: 'object-fit: contain';
    background: rgba(0, 0, 0, 0.95);
    border-radius: 50%;
    height: 200px;
    width: 200px;
    transition: all .3s ease-in-out;
}

.circle:hover {
    border-radius: 0;
}

.circle-container {
    padding-top: 80px;
    padding-bottom: 80px;
}

#email2 {
    word-break: break-all;
}

#construction-wrapper.col-md-12 {
    margin-top: 6px;
}

@media(min-width:992px) {
    #construction-wrapper {
        margin-top: 44px;
    }
}

#under-construction {
    display: inline-block;
    border: 1px solid white;
    padding: 16px 16px 6px 16px;
}

/* social icon */

.social-icon {
    padding: 0;
}

.social-icon li {
    list-style: none;
    display: inline-block;
    padding: 0;
}

.social-icon li a {
    background: #f0f0f0;
    border-radius: 50%;
    color: #5C5C5C;
    font-size: 16px;
    width: 48px;
    height: 48px;
    line-height: 48px;
    text-align: center;
    text-decoration: none;
    transition: all 0.4s ease-in-out;
    margin-top: 12px;
    margin-right: 16px;
    top: 0;
    position: relative;
    padding: 0;
}

.social-icon li a:hover {
    background: #F6D76B;
    top: 5px;
}

/*pagina individual*/

img.individual {
    background: none;
    width: 100%;
}

.service-bottom.individual {
    margin-top: 30px;
}

.texto-individual {
    padding: 80px 0;
}

.texto-individual p {
    padding-top: 30px;
    font-family: 'GothamBook', sans-serif;
    margin: 0px;
}

#menu.individual {
    padding-top: 134px;
}

.individual-container {
    padding-left: 2em;
    padding-top: 80px;
    padding-bottom: 80px;
}

#banner {
    border: 3px solid gray;
    padding: 9px;
    display: flex;
    align-items: center;
    flex-direction: row-reverse;
}

#banner p {
    color: black;
    padding-left: 1.5vw;
    margin-bottom: 0px;
}

.individual .heading h1 {
    margin-bottom: 5px;
}

.individual .heading hr {
    margin-top: 10px;
}

.individual #icon-img {
    padding-top: 30px;
    width: 70px;
}

#icon-tag {
    margin-top: 30px !important;
}

.grelha-superior.col-xs-12 {
    height: 375px;
}

/* copyright section */

#copyright {
    background: #343434;
    color: #ffffff;
    padding-top: 20px;
    padding-bottom: 20px;
    text-align: center;
}

#copyright p {
    color: #ffffff;
}

#copyright a {
    color: #ffffff;
}

#copyright a:hover {
    color: #FF0;
}

#fwslider {
    height: 41.86vw !important;
    margin-bottom: 5em;
}

.slider {
    background: #1A1A1A;
}

.images-slider {
    margin-top: 58px;
    height: 100%;
}

.images-slider #fwslider .slide {
    height: 100%;
}

.images-slider #fwslider .slide img {
    height: 100%;
}

.images-slider #fwslider .slide .slide_content {
    bottom: 0;
    top: auto;
    height: 100%;
}

h2 {
    font-size: 24px;
    font-family: 'GothamBold', sans-serif;
}

a {
    color: inherit;
}

.brand-text {
    text-align: center;
}

.brand-text h2 {
    font-family: 'GothamBold', sans-serif;
}

.brand-text:hover {
    text-decoration: none;
}

.view {
    float: left;
    overflow: hidden;
    position: relative;
    text-align: center;
    background: #fff;
    cursor: pointer;
    background-size: 100% 100%;
    height: 290px;
}

.view .mask,
.view .content {
    width: 90%;
    height: 100%;
    position: absolute;
    overflow: hidden;
    top: 0;
    margin: 4.6% 5.2%;
    left: 0;
}

.view h2 {
    font-family: 'GothamBold', sans-serif;
    text-transform: uppercase;
    color: #fff;
    text-align: left;
    position: relative;
    font-size: 16px;
    padding: 20px 20px 0px;
    margin: 24% 0 -10px 0;
}

.view a.info {
    color: #999898;
    padding: 2px 0;
}

.view a.info:hover {
    color: #fff;
}

.view img {
    object-fit: contain;
    font-family: 'object-fit: contain';
    height: 100%;
}

.view a img {
    color: inherit;
    background: inherit;
    text-decoration: none;
}

.view a img:hover {
    text-decoration: none;
    border: 3px;
}

a:hover {
    text-decoration: none;
}

a:focus {
    text-decoration: none;
}

.view-fourth .mask .border {}

.view-fourth .mask {
    background: rgba(14, 14, 14, 0.83);
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
    -webkit-transform: scale(0) rotate(-180deg);
    -moz-transform: scale(0) rotate(-180deg);
    -o-transform: scale(0) rotate(-180deg);
    -ms-transform: scale(0) rotate(-180deg);
    transform: scale(0) rotate(-180deg);
    -webkit-transition: all 0.4s ease-in;
    -moz-transition: all 0.4s ease-in;
    -o-transition: all 0.4s ease-in;
    -ms-transition: all 0.4s ease-in;
    transition: all 0.4s ease-in;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
}

.view-fourth h2 {
    font-family: 'Raleway', sans-serif;
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
    background: transparent;
    text-align: center;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.view-fourth p.a {
    font-family: 'Raleway', sans-serif;
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
    padding: 0;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    text-align: center;
    color: #FFF;
    font-size: 0.7755em;
    padding-top: 3%;
}

.view-fourth span {
    text-align: center;
    padding: 0px 28px;
    border-bottom: 3px solid #fff;
}

.view-fourth a.info {
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.view-fourth:hover .mask {
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    opacity: 1;
    -webkit-transform: scale(1) rotate(0deg);
    -moz-transform: scale(1) rotate(0deg);
    -o-transform: scale(1) rotate(0deg);
    -ms-transform: scale(1) rotate(0deg);
    transform: scale(1) rotate(0deg);
    -webkit-transition-delay: 0.2s;
    -moz-transition-delay: 0.2s;
    -o-transition-delay: 0.2s;
    -ms-transition-delay: 0.2s;
    transition-delay: 0.2s;
}

.view-fourth:hover h2,
.view-fourth:hover p,
.view-fourth:hover a.info {
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    opacity: 1;
    -webkit-transition-delay: 0.5s;
    -moz-transition-delay: 0.5s;
    -o-transition-delay: 0.5s;
    -ms-transition-delay: 0.5s;
    transition-delay: 0.5s;
}

/*--media-queries--*/

@media only screen and (max-width:1440px) {
    .view {
        height: 256px;
    }
    .view .mask,
    .view .content {
        height: 238px;
        margin: 3.6% 5.2%;
    }
    #grid h4 {
        padding-top: 10%;
    }
}

@media only screen and (max-width: 1366px) {
    .view {
        height: 245px;
    }
    .view .mask,
    .view .content {
        height: 215px;
    }
}

@media only screen and (max-width: 1280px) {
    .view {
        height: 230px;
    }
    .view .mask,
    .view .content {
        height: 203px;
    }
    .view h2 {
        margin: 19% 0 -10px 0;
    }
    img.navbar-brand {
        width: 22%;
        height: 22%;
    }
}

@media only screen and (max-width: 1024px) {
    .view {
        height: 185px;
    }
    .view .mask,
    .view .content {
        height: 163px;
    }
    img.navbar-brand {
        width: 30%;
        height: 30%;
    }
    #brand h4 {
        padding-top: 13%;
    }
}

@media only screen and (max-width: 768px) {
    .view {
        height: 138px;
    }
    .view .mask,
    .view .content {
        height: 121px;
    }
    .view h2 {
        margin: 14% 0 -10px 0;
    }
    img.navbar-brand {
        width: 20%;
        height: 20%;
    }
    #brand h4 {
        padding-top: 9%;
    }
    .heading {
        margin-top: 30px;
    }
    .individual-container {
        padding-left: 0px;
        padding-bottom: 0px;
    }
    #gallery .col-md-4 {
        margin-top: 0;
    }
}

@media only screen and (max-width: 640px) {
    .view .mask,
    .view .content {
        height: 101px;
    }
    .view {
        height: 113px;
    }
    #brand h4 {
        margin-top: 5%;
        padding-top: 2%;
    }
    .slide_content {
        display: none;
    }
}

@media only screen and (max-width: 480px) {
    .view {
        height: 169px;
        margin-top: -4px;
    }
    img.navbar-brand {
        height: 50px;
        width: auto;
    }
    #brand h4 {
        padding-top: 7% !important;
    }
    #pt {
        padding-left: 5px;
    }
    .navbar .container {
        background: white;
        padding-left: 2px;
        padding-right: 2px;
    }
    .navbar .col-xs-12 {
        padding-left: 4px;
        padding-right: 4px;
    }
}

@media only screen and (max-width: 320px) {
    .view {
        height: 110px;
    }
    .view .mask,
    .view .content {
        height: 97px;
    }
    .view h2 {
        margin: 11% 0 -10px 0;
    }
    #brand h4 {
        padding-top: 20%;
    }
    img.navbar-brand {
        height: 50px;
        width: auto;
    }
}