/* ---- RESET ---- */
@import url('https://fonts.googleapis.com/css?family=Nothing+You+Could+Do');
@import url('https://fonts.googleapis.com/css?family=Montserrat');

/* SCROLLBAR CUSTOM */
/* width */
::-webkit-scrollbar {
    width: 12px;
}

/* Track */
::-webkit-scrollbar-track {
    background: #212121;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #c62828;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: #C20E1A;
}

html, body {
  height: 100vh;
}

body {
    padding:0;
    margin:0;
    color:#2B2B2B;
    font-family: 'Montserrat', sans-serif;
}

a {
    color: #C20E1A;
    text-decoration: none;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

a:hover, a:visited {
    text-decoration: none;
}

a:hover {
    color: #222221;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

p {
    margin:0;
    padding:0;
}

h1,h2,h3,h4,h5,h6 {
    margin:0;
    padding:0;
}


/* ============================
    SECTION GENERALS
=============================== */

.SectionTitle {
    position:relative;
    margin:0 0 2rem 0;
    font-size: 2rem;
    color: #222221;
    padding-bottom:0.7rem;
}
.SectionTitle:before {
    content: "";
    position: absolute;
    width: 5rem;
    height: 4px;
    bottom: 0;
    left: calc(50% - 2.5rem);
    background-color: #C20E1A;
}

.SectionIntro {
    line-height: 1.5rem;
    font-size: 1rem;
}

section {
    position:relative;
    padding-top:6rem;
    padding-bottom:3rem;
}

section #home {
    position: absolute;
    padding: 0;
    margin:0;
    width:100%;
    height: 100px;
    top:0;
}

.BGgrey {
  background: #eee;
}

.BGwhite {
  background: #fff;
}

.Content-Wrapper {
    position:absolute;
    z-index:2;
    width:100%;
    top:100vh;
}

/* ============================
    BUTTONS
=============================== */

.btn-skin {
    background-color: #C20E1A;
    text-shadow: 0 1px rgba(0, 0, 0, 0.15);
    color: #fff;
    cursor: pointer;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;

}
.btn-skin:hover {
    background-color: #333;
    color: #fff;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.btn-border {
    background-color: none;
    border:2px solid #fff;
    text-shadow: 0 1px rgba(0, 0, 0, 0.15);
    color: #fff;
    cursor: pointer;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;

}
.btn-border:hover {
    background-color: none;
    border:2px solid #C20E1A;
    text-shadow: 0 1px rgba(0, 0, 0, 0.15);
    color: #C20E1A;
    cursor: pointer;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

/* ============================
    SLIDER
=============================== */

.SliderWrapper {
    z-index:0;
    width:100%;
}

.Fixed {
    position: fixed;
}

.Absolute {
    position: relative;
}

/* ============================
    ABOUT
=============================== */
#about {
    background-color:#fff;
}

#about .doc-item {
    display: flex;
    padding-bottom:1rem;
}

#about .doc-item .icon {
    align-items: center;
    margin-right: 1.5rem;
}

#about .doc-item .icon-text {

}

#about .doc-item .icon {
    width:2rem;
}

#about .doc-item .title {
    color: #C20E1A;
    font-weight: 600;
    margin-bottom: 5px;
    font-size: 1.2rem;
    text-transform: uppercase;
}

#about .doc-item .description {
    line-height: 1.5rem;
    font-size: 1rem;
}

#PhotoAbout {
    width:90%;
    border-radius:5% 0 5% 0;
    /*box-shadow: 0px 4px 10px rgba(0,0,0,0.3);*/
    border: 5px solid #fff;
}


/* ============================
    GET QUOTE
=============================== */
.parallax-window {
    position:relative;
    min-height: 250px;
    width:100%;
    z-index:3;
    background:rgba(11, 15, 41, 0.8);
}

.parallax-window .Quote {
    color: #fff;
    font-size:2.5rem;
    font-weight:600;
    font-family:'Nothing You Could Do', cursive;
    text-shadow: 0 3px rgba(0, 0, 0, 0.4);
}

.parallax-window .Quote-Small {
    color: #fff;
    font-size:2rem;
    font-weight:600;
    font-family:'Nothing You Could Do', cursive;
    text-shadow: 0 3px rgba(0, 0, 0, 0.4);
}

/* ============================
    LOCATION
=============================== */
#location {
    background-color:#eee;
    padding-bottom:7rem;
}

#location .doc-item {
    display: flex;
    padding-bottom:1rem;
}

#location .doc-item .icon {
    align-items: center;
}

#location .doc-item .icon-text {
    padding-left:1.5rem;
}

#location .doc-item .icon img {
    height: 2rem;
    border:none;
}

#location .doc-item .title {
    font-weight: 600;
    margin-bottom: 5px;
    font-size: 1rem;
    text-transform: uppercase;
}

#location .doc-item .description {
    line-height: 1.5rem;
    font-size: 1rem;
}

#PhotoLocation {
    height: 35rem;
    border-radius:5% 0 5% 0;
    /*box-shadow: 0px 4px 10px rgba(0,0,0,0.3);*/
    border: 5px solid #fff;
}


/* ============================
    PORTFOLIO
=============================== */
#portfolio {
    background-color:#fff;
}
/* ====================================================== */
/*   FILTERS
/* ====================================================== */
#portfolio #portfolio-wrapper {
    /* border:1px solid black; */
    text-align: center;
}

#portfolio #portfolio-flters {
    padding: 0;
    margin: 0 0 2rem 0;
    list-style: none;
    text-align: center;
}

#portfolio #portfolio-flters li {
    cursor: pointer;
    margin: 0 10px;
    display: inline-block;
    padding: 10px 22px;
    font-size: 12px;
    line-height: 20px;
    color: #666666;
    border-radius: 4px;
    border:1px solid #666;
    text-transform: uppercase;
    background: none;
    margin-bottom: 5px;
    transition: all 0.3s ease-in-out;
}

#portfolio #portfolio-flters li:hover, #portfolio #portfolio-flters li.filter-active {
    background: #C20E1A;
    color: #fff;
    border:1px solid #C20E1A;
}

/* ====================================================== */
/*   ITEMS
/* ====================================================== */
@media (max-width: 543px) {

    .portfolio-item {
        position: relative;
        width: 100%;
        overflow: hidden !important;
        margin: 0;
        padding: 0;
    }

    .portfolio-item a img  {
        width:100%;
        height: auto;
        -webkit-transition:all 0.25s ease-in-out;
        -moz-transition:all 0.25s ease-in-out;
        -o-transition:all 0.25s ease-in-out;
        -ms-transition:all 0.25s ease-in-out;
        transition:all 0.25s ease-in-out;
    }

    .overlay {
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        background-color: rgba(0,0,0,.7);
        overflow: hidden;
        width: 100%;
        height: 0;
        transition: .5s ease;
        border-radius: 0 0 5px 5px;
    }
}
@media (min-width: 544px) {
    .portfolio-item {
        position: relative;
        width: 100%;
        overflow: hidden !important;
        margin: 0;
        padding: 0;
    }

    .portfolio-item a img  {
        width:100%;
        height: auto;
        -webkit-transition:all 0.25s ease-in-out;
        -moz-transition:all 0.25s ease-in-out;
        -o-transition:all 0.25s ease-in-out;
        -ms-transition:all 0.25s ease-in-out;
        transition:all 0.25s ease-in-out;
    }

    /* The overlay effect (full height and width) - lays on top of the container and over the image */
    .overlay {
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        background-color: rgba(0,0,0,.7);
        overflow: hidden;
        width: 100%;
        height: 0;
        transition: .5s ease;
        border-radius: 0 0 5px 5px;
    }

    /* When you mouse over the container, the overlay text will "zoom" in display */
    .portfolio-item:hover .overlay {
        height:25%;
    }

    .portfolio-item:hover img {
        transform: scale(1.15,1.15);
        -webkit-transform:scale(1.15,1.15);
        -moz-transform:scale(1.15,1.15);
        -ms-transform:scale(1.15,1.15);
        -o-transform:scale(1.15,1.15);
    }

    /* Some text inside the overlay, which is positioned in the middle vertically and horizontally */
    .overlay .text {
      color: white;
      font-size: 0.8rem;
      position: absolute;
    /*
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      */
      text-align: left;
    }
    .overlay .text span {
      color: #C20E1A;
      font-size: 1rem;
      font-weight:700;
    }
}




/* ============================
    CONTACT
=============================== */
#contact #google-map {
    height: 400px;
    width: 100%;
    margin-bottom:3rem;
}

#contact .info .IconContact {
    font-size: 1.6rem;
    color: #C20E1A;
    float: left;
}

#contact .info .IconSocialContact {
    color:#fff;
}

#contact .info p {
    padding: 0 0 10px 50px;
    margin-bottom: 1.5rem;
    line-height: 1.5rem;
    font-size: 0.9rem;
}

#contact .social-links {
    padding-bottom: 20px;
}

#contact .social-links a {
    font-size: 18px;
    display: inline-block;
    background: #333;
    color: #fff;
    line-height: 1;
    padding: 8px 0;
    border-radius: 50%;
    text-align: center;
    width: 36px;
    height: 36px;
    transition: 0.3s;
}

#contact .social-links a:hover {
    background: #C20E1A;
    color: #fff;
}

#contact .form .validation {
    color: red;
    display: none;
    margin: 0 0 20px;
    font-weight: 400;
    font-size: 13px;
}

#contact .form input, #contact .form textarea, #contact select {
    border-radius: 0px;
    font-size: 0.9rem;
}

#contact .form label.error {
    color:red;
    font-size:0.7rem;
    padding:0;
    margin:0;
}

#contact .form #AjaxResponse {
    text-align:center;
    margin-bottom:1rem;
}

input[type=text]:active, input[type=text]:focus, input[type=email]:active, input[type=email]:focus, .form textarea:active, .form textarea:focus, .form select:active, .form select:focus {
    border:1px solid #C20E1A;
    box-shadow: none;
}

/* ============================
    FOOTER
=============================== */

footer {
    background-color:#222222;
    position:relative;
    padding:1.5rem;
}

footer .footer-item {
    margin-bottom:1rem;
    /* border:1px solid red; */
}



footer .footerlogo {
    width:95%;
    max-width:20rem;
}



footer ul {
    margin:0;
    padding:0;
}

footer li {
    display:inline-block;
    padding:0.3rem;
}

footer li i {
    color: #C20E1A;
}

footer li a {
    color:#fff;
}

footer li:hover a {
    color:#777;
}

.footer-copyright {
    color:#666;
    font-size: 0.8rem;
    margin-top:0.2rem;
    margin-bottom:1rem;
}

.footer-about {
    text-align:left;
    margin: 0 0 0.2rem 20;
    margin-bottom: 1rem;
    line-height: 1.5rem;
    font-size: 0.9rem;
    color: #888;
}

.footer-about span {
    text-decoration: uppercase;
    color:#fff;
    font-weight:600;
    line-height:2.5rem;
}

footer .info {
    color:#fff;
    width:16rem;
    margin:0 auto;
}

footer .info .IconFooter {
    font-size: 1.2rem;
    color: #fff;
    float: left;
    margin: 0;
    padding: 0;
}

footer .info p {
    text-align:left;
    margin: 0 0 0.2rem 2.6rem;
    margin-bottom: 1rem;
    line-height: 1.5rem;
    font-size: 0.9rem;
    color: #888;
}

footer .social-links {
    text-align:center;
    padding: 0.5rem 0 2rem 0;
}

footer .social-links a {
    font-size: 18px;
    display: inline-block;
    background: #C20E1A;
    color: #fff;
    line-height: 1;
    padding: 8px 0;
    border-radius: 50%;
    text-align: center;
    width: 36px;
    height: 36px;
    transition: 0.3s;
}

footer .social-links a:hover {
    background: #333;
    color: #fff;
}
