@import url('https://fonts.googleapis.com/css?family=Roboto:300,400,500,700,900&subset=latin-ext');
body {
    font-family: 'Roboto', sans-serif;
    margin-top: 73px;
}

.navbar-default {
    background-color: #ffffff;
    border: 0;
    margin-bottom: 0;
}

.navbar-default .navbar-toggle {
    margin-right: 30px;
    margin-top: 21px;
}

.navbar-nav {
    margin: 0 15px;
    text-align: center;
    text-transform: uppercase;
}

.navbar-brand {
    height: inherit;
}

.navbar-brand h1 {
    font-size: 26px;
    color: #e1552f;
    font-weight: bold;
    margin: 0;
}

.navbar-brand h1 span {
    display: block;
    font-size: 16px;
    color: #192228;
}

.navbar-nav li a {
    font-size: 16px;
    color: #566574;
}

.navbar-default .navbar-nav li a:focus,
.navbar-default .navbar-nav li a:hover {
    color: #e1552f;
}

.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:focus,
.navbar-default .navbar-nav>.active>a:hover {
    background-color: transparent;
}

.header {
    background-color: #ffffff;
    background-image: url(../img/bg-header.png);
    padding: 100px 0;
}

.header h2 {
    font-size: 24px;
    color: #192228;
    text-transform: uppercase;
    font-weight: 500;
    text-align: center;
    margin: 0;
}

.header hr {
    width: 196px;
    height: 1px;
    background-color: #192228;
    border: 0;
    margin-top: 10px;
    margin-bottom: 0;
    margin-bottom: 40px;
}

.panels .box {
    color: #a2a2a2;
    background-color: #ffffff;
    padding: 70px 15px 20px 15px;
    text-align: center;
    margin-bottom: 20px;
    border: 1px solid transparent;
}

.panels .box:last-of-type {
    margin-bottom: 0;
}

.panels .box.hover:hover {
    border-color: #e1522f;
}

.panels .box h4 {
    margin-bottom: 77px;
    font-weight: normal;
    font-size: 20px;
    line-height: 1.5;
}

.panels .box img {
    width: 85%;
    max-width: 360px;
    margin-bottom: 30px;
    filter: grayscale(100%);
}

.panels .box.hover:hover img {
    filter: grayscale(0%);
}

.panels .box p a {
    display: block;
    font-size: 18px;
    font-weight: 500;
    text-transform: uppercase;
    margin: 0;
    margin-top: 50px;
    padding-top: 10px;
    border-top: 1px solid #ebebeb;
    text-decoration: none;
}

.panels .box.hover:hover p a {
    color: #e1522f;
    border-top: 1px solid #e1522f;
    text-decoration: none;
}

.panels .box p a.not-active {
    pointer-events: none;
    cursor: default;
}

.panels .box span {
    display: none;
}

.panels .box.hover:hover span {
    display: inline;
}

.panels .box a i {
    display: block;
    color: #a2a2a2;
    font-size: 18px;
    margin-left: 10px;
    display: inline;
    text-decoration: none;
}

.panels .box.hover:hover a i {
    color: #e1522f;
    text-decoration: none;
}

.footer {
    background-color: #192228;
    padding: 40px 0;
}

.footer p {
    font-size: 12px;
    font-weight: 300;
    text-align: center;
    color: #ffffff;
    margin: 0;
}

.footer span {
    font-weight: 500;
}

.meta-contact h5 {
    display: inline-block;
}


/* --- ONE PAGE --- */

.navbar-brand img {
    width: 100%;
    max-width: 150px;
}

#carousel-example-generic {
    display: none;
}

.hero .claim .text-claim {
    background-color: #ebebeb;
    padding: 100px 30px;
    text-align: center;
}

.hero .claim h3 {
    font-size: 24px;
    color: #485c6a;
    font-weight: 500;
    margin: 0;
}

.hero .claim p {
    font-size: 16px;
    color: #192228;
    font-weight: 300;
}

.btn-claim {
    display: inline-block;
    background-color: #e1552f;
    color: #ffffff;
    font-size: 18px;
    text-transform: uppercase;
    padding: 9px 35px;
    border-radius: 25px;
    margin-top: 20px;
    font-weight: 500;
}

.btn-claim:hover,
.btn-claim:focus {
    text-decoration: none;
    color: #ffffff;
    background-color: #df4920;
}

.boxes .single-box {
    padding: 20px 0;
    text-align: center;
    min-height: 400px;
}

.boxes .single-box.dark {
    background-color: #485c6a;
}

.boxes .single-box.orange {
    background-color: #e1552f;
}

.boxes .single-box .title-box {
    display: flex;
    align-items: center;
    justify-content: center;
    border-bottom: 1px solid #485c6a;
    padding-bottom: 20px;
    min-height: 75px;
}

.boxes .single-box .title-box h2 {
    align-content: center;
}

.boxes .single-box.dark .title-box,
.boxes .single-box.orange .title-box {
    border-color: #ffffff;
}

.boxes .single-box .title-box img {
    margin-right: 10px;
}

.boxes .single-box .title-box h2 {
    font-size: 22px;
    color: #485c6a;
    font-weight: 500;
    text-transform: uppercase;
    margin: 0;
}

.boxes .single-box.dark .title-box h2,
.boxes .single-box.orange .title-box h2 {
    font-size: 22px;
    color: #ffffff;
    font-weight: 500;
    text-transform: uppercase;
    margin: 0;
    margin-top: 7.5px;
}

.boxes .single-box h4 {
    font-size: 16px;
    color: #192228;
    font-weight: 500;
    margin-top: 20px;
}

.boxes .single-box p {
    font-size: 14px;
    color: #192228;
    font-weight: 300;
}

.boxes .single-box .box-img {
    display: block;
    margin: 20px auto;
    width: 100%;
    max-width: 325px;
}

.btn-my {
    display: inline-block;
    background-color: #485c6a;
    color: #ffffff;
    font-size: 18px;
    text-transform: uppercase;
    padding: 9px 35px;
    border-radius: 25px;
    margin-top: 10px;
    font-weight: 500;
    border: 1px solid #ffffff;
}

.btn-my:hover,
.btn-my:focus {
    text-decoration: none;
    color: #ffffff;
    background-color: #3e4f5b;
}

.boxes .single-box ul {
    list-style: square;
    position: absolute;
    top: 50%;
    left: 40%;
    transform: translate(-35%, -25%);
}

.boxes .single-box ul li {
    text-align: left;
    margin-bottom: 10px;
}

.boxes .single-box.orange ul li {
    color: #ffffff;
}

.boxes .panels .single-box ul li:last-child {
    margin-bottom: 0;
}

.aboutus {
    background-color: #ebebeb;
    padding: 20px 0;
}

.aboutus h4 {
    font-size: 16px;
    color: #485c6a;
    font-weight: 500;
}

.aboutus p {
    font-size: 14px;
    color: #192228;
    font-weight: 300;
    line-height: 2;
}

.aboutus img {
    width: 100%;
    max-width: 740px;
}

.gallery {
    margin-top: 20px;
    margin-bottom: 20px;
}

#slider .carousel-caption {
    top: 0;
    left: 0;
    right: 0;
    bottom: inherit;
    background-color: rgba(25, 34, 40, 0.7);
    padding: 10px 5px;
    text-shadow: none;
}

#slider .carousel-caption p {
    font-size: 12px;
    color: #ffffff;
    font-weight: 500;
    text-align: left;
    margin: 0;
}

#slider .carousel-indicators {
    display: flex;
    flex-wrap: nowrap;
    position: relative;
    white-space: nowrap;
    bottom: 0;
    width: 100%;
    margin-left: inherit;
    left: inherit;
}

#slider .carousel-indicators li {
    width: calc(100%/6);
    height: auto;
    margin: 0;
    border: 0;
}

#slider .carousel-indicators li img {
    width: 100%;
    display: block;
    filter: grayscale(100%);
}

#slider .carousel-indicators li.active img {
    filter: grayscale(0);
}

#slider .carousel-outer {
    position: relative;
}

.carousel-control {
    top: 50%;
    transform: translateY(-50%);
    width: 50px;
    height: 25px;
    border-radius: 50px 50px 0 0;
    margin: 0;
    transform: rotate(-90deg);
    background-color: #e1522f;
    font-size: 15px;
}

.carousel-control.left {
    transform: rotate(90deg);
    left: -25px;
    margin-left: 12.5px;
}

.carousel-control.left,
.carousel-control.right {
    background-image: none;
}

.carousel-control.right {
    right: -25px;
    margin-right: 12.5px;
}

.carousel-control span {
    transform: rotate(90deg);
}

.carousel-control.left span {
    transform: rotate(-90deg);
}

.carousel-control .glyphicon-chevron-left,
.carousel-control .icon-prev {
    margin-left: -8px;
    margin-top: -8px;
}

.carousel-control .glyphicon-chevron-right,
.carousel-control .icon-next {
    margin-right: -8px;
    margin-top: -8px;
}

#slider .carousel-inner {
    position: relative;
}

#slider .watermark {
    position: absolute;
    bottom: 15px;
    right: 20px;
}

#slider .watermark img {
    opacity: 0.5;
    max-width: 100px;
    filter: sepia(100%);
}

.contact {
    background-color: #ebebeb;
    padding: 20px 0;
}

.contact h3 {
    font-size: 22px;
    color: #485c6a;
    font-weight: 500;
    text-align: center;
    text-transform: uppercase;
}

.contact h4 {
    font-size: 20px;
    color: #485c6a;
    font-weight: 500;
    margin-bottom: 20px;
}

.contact h5 {
    font-size: 16px;
    color: #485c6a;
    font-weight: 500;
}

.contact p {
    font-size: 16px;
    color: #192228;
    font-weight: 300;
}

.contact .form input[type="text"],
.contact .form input[type="email"],
.contact .form textarea {
    display: block;
    border: 1px solid #e9e9e9;
    outline: 0;
    padding: 20px 15px;
    width: 100%;
    margin-bottom: 25px;
    resize: none;
    color: #192228;
    font-weight: 300;
    font-style: italic;
    font-size: 14px;
}

.contact .form textarea {
    height: 229px;
    margin-bottom: 10px;
}

.contact .form button[type="submit"] {
    display: inline-block;
    color: #ffffff;
    font-size: 14px;
    font-weight: bold;
    padding: 15px 55px;
    border: 1px solid #ffffff;
    border-radius: 25px;
    text-transform: uppercase;
    background-color: #e1552f;
    text-decoration: none;
    margin: 10px 0;
}

.contact .form button[type="submit"]:hover,
.contact .form button[type="submit"]:focus {
    text-decoration: none;
    color: #ffffff;
    background-color: #df4920;
}

.contact .form p {
    font-size: 11px;
    color: #192228;
}

.map iframe {
    border: 0;
}

.scrollup {
    display: none;
}


/* About us */

.text-section {
    padding: 25px 35px;
    background-color: #ffffff;
    min-height: 500px;
}

.text-section.v2 {
    min-height: auto;
}

.text-section h1 {
    font-size: 28px;
    text-transform: uppercase;
    margin-bottom: 25px;
}

.text-section p {
    font-size: 16px;
    line-height: 1.7;
    margin-bottom: 20px;
}


/* Contact */

.text-section h3 {
    font-size: 24px;
    color: #485c6a;
    font-weight: 500;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.text-section h4 {
    font-size: 20px;
    color: #485c6a;
    font-weight: 500;
    margin-bottom: 20px;
}

.text-section h5 {
    font-size: 16px;
    color: #485c6a;
    font-weight: 500;
    margin-bottom: 0;
}

.text-section p {
    font-size: 16px;
    color: #192228;
    font-weight: 300;
}

.text-section .form input[type="text"],
.text-section .form input[type="email"],
.text-section .form textarea {
    display: block;
    border: 1px solid #e9e9e9;
    outline: 0;
    padding: 15px;
    width: 100%;
    margin-bottom: 30px;
    resize: none;
    color: #192228;
    font-weight: 300;
    font-style: italic;
    font-size: 14px;
}

.text-section .form textarea {
    height: 216px;
}

.text-section .form button[type="submit"] {
    display: inline-block;
    color: #ffffff;
    font-size: 14px;
    font-weight: bold;
    padding: 15px 55px;
    border: 1px solid #ffffff;
    border-radius: 25px;
    text-transform: uppercase;
    background-color: #e1552f;
    text-decoration: none;
    outline: none;
}

.text-section .form button[type="submit"]:hover,
.text-section .form button[type="submit"]:focus {
    text-decoration: none;
    color: #ffffff;
    background-color: #df4920;
}

.text-section .form p {
    font-size: 11px;
    color: #192228;
}

#information-form {
    font-size: 16px;
    color: #27ae60;
    margin-top: 20px;
    text-align: right;
}

#information-form.v2 {
    margin-top: 0;
    height: 30px;
}

@media screen and (min-width: 768px) {
    body {
        margin-top: 80px;
    }
    .header {
        padding: 160px 0;
    }
    .navbar-default .navbar-nav li {
        border-left: 1px solid #ebebeb;
    }
    .navbar-default .navbar-nav li:last-of-type {
        border-right: 1px solid #ebebeb;
    }
    .navbar-default .navbar-nav li a {
        padding: 30px 20px;
    }
    .navbar-default .navbar-nav li.active {
        border-bottom: 3px solid #e1552f;
    }
    .panels .box h4 {
        margin-bottom: 70px;
        font-size: 18px;
    }
    .panels .box p {
        font-size: 16px;
    }
    .panels .box i {
        font-size: 16px;
    }
    /* --- ONE PAGE --- */
    .navbar .container .navbar-brand,
    .navbar .container-fluid .navbar-brand {
        margin-top: 5px;
    }
    #carousel-example-generic {
        display: block;
        position: relative;
    }
    #carousel-example-generic .carousel-inner .item {
        max-height: 400px;
    }
    #carousel-example-generic .carousel-inner .item img {
        max-width: inherit;
        height: 100%;
    }
    .carousel-control {
        width: 100px;
        height: 50px;
        border-radius: 100px 100px 0 0;
        margin: 0;
    }
    .carousel-control.left {
        margin-left: 0;
    }
    .carousel-control.right {
        margin-right: 0;
    }
    .carousel-control .glyphicon-chevron-left,
    .carousel-control .icon-prev {
        margin-left: -15px;
    }
    .carousel-control .glyphicon-chevron-right,
    .carousel-control .icon-next {
        margin-right: -15px;
    }
    .hero .claim {
        position: absolute;
        top: 125px;
        left: 50%;
        transform: translateX(-12.5%);
        text-align: center;
    }
    .hero .claim .text-claim {
        padding: 20px;
        background-color: rgba(235, 235, 235, 0.85);
    }
    .hero .claim h3 {
        font-size: 24px;
    }
    .hero .claim p {
        font-size: 12px;
    }
    .btn-claim {
        font-size: 12px;
        float: right;
        margin-top: 40px;
    }
    .btn-claim.v2 {
        display: none;
    }
    .boxes {
        background-color: #eaeaea;
        height: 300px;
    }
    .boxes .panels {
        max-width: 700px;
        margin: 0 auto;
        position: relative;
        top: -100px;
    }
    .aboutus .info {
        max-width: 700px;
        margin: 0 auto;
    }
    .aboutus .info img {
        margin-top: 15%;
    }
    .boxes .single-box {
        background-color: #ffffff;
        z-index: 2;
        padding-left: 20px;
        padding-right: 20px;
        min-height: 390px;
    }
    .boxes .single-box ul {
        left: 20%;
        transform: translate(-15%, -25%);
    }
    #slider {
        margin-bottom: 0;
    }
    #slider .carousel-caption {
        padding: 20px 15px;
    }
    #slider .watermark {
        bottom: 15px;
        right: 50px;
    }
    .hide-bullets {
        list-style: none;
        margin: 0 auto;
        padding: 0;
    }
    .single-img {
        width: calc(100% / 6);
        float: left;
        filter: grayscale(100%);
    }
    .single-img.active {
        filter: grayscale(0%);
    }
    .hide-bullets img {
        width: 100%;
    }
    .contact h3 {
        text-align: left;
    }
    .contact .underline {
        border-bottom: 1px solid #485c6a;
        padding-bottom: 10px;
        margin-bottom: 20px;
    }
    .contact p {
        font-size: 14px;
    }
    .contact .box-contact {
        padding: 15px 20px;
        border: 1px solid #485c6a;
    }
    .contact .form input[type="text"],
    .contact .form input[type="email"],
    .contact .form textarea {
        padding: 15px;
    }
    .contact .form input[type="text"]:first-of-type,
    .contact .form textarea {
        margin-top: 0;
    }
    .contact .form textarea {
        height: 236px;
    }
    .contact .form p {
        margin-top: -25px;
        margin-bottom: 0;
    }
    .scrollup {
        color: #ffffff;
        display: none;
        position: fixed;
        bottom: 30px;
        right: 30px;
        font-size: 25px;
        padding: 4px 10px;
        background-color: #e1552f;
        border-radius: 50%;
    }
    .scrollup:hover,
    .scrollup:focus {
        color: #ffffff;
        background-color: #df4920;
    }
}

@media screen and (min-width: 992px) {
    .header {
        padding: 150px 0;
    }
    .header hr {
        margin-bottom: 50px;
    }
    .panels .box {
        padding-top: 90px;
    }
    .panels .box h4 {
        margin-bottom: 82px;
        font-size: 20px;
    }
    .panels .box p {
        font-size: 18px;
    }
    .panels .box i {
        font-size: 18px;
    }
    /* --- ONE PAGE --- */
    #carousel-example-generic .carousel-inner .item {
        max-height: 550px;
    }
    .hero {
        position: relative;
    }
    .hero .claim {
        top: 50px;
        transform: translateX(-7.5%);
    }
    .hero .claim h3 {
        font-size: 25px;
    }
    .boxes {
        height: 200px;
    }
    .boxes .panels {
        max-width: 1000px;
        top: -200px;
    }
    .aboutus .info {
        max-width: 1000px;
        padding: 0 45px;
    }
    .aboutus .info img {
        margin-top: 0%;
    }
    .boxes .single-box ul {
        transform: translate(-12.5%, -25%);
    }
    .boxes .single-box ul li {
        margin-bottom: 5px;
    }
}

@media screen and (min-width: 1200px) {
    .header {
        padding: 200px 0;
    }
    .header hr {
        margin-bottom: 50px;
    }
    .panels .box {
        padding-left: 40px;
        padding-right: 40px;
    }
    .panels .box h4 {
        margin-bottom: 71px;
        font-weight: normal;
        font-size: 20px;
    }
    .panels .box img {
        width: 100%;
    }
    /* --- ONE PAGE --- */
    #carousel-example-generic .carousel-inner .item {
        max-height: 700px;
    }
    .hero .claim {
        transform: translateX(12.5%);
    }
    .hero .claim h3 {
        font-size: 25px;
        display: inline;
    }
    .boxes .panels {
        max-width: 1200px;
    }
    .aboutus .info {
        padding: 0;
    }
    .boxes .panels .single-box ul {
        position: absolute;
        top: 50%;
        left: 40%;
        transform: translate(-40%, -25%);
    }
    .boxes .panels .single-box ul li {
        margin-bottom: 5px;
    }
    .boxes .panels .single-box ul li:last-child {
        margin-bottom: 0;
    }
    .aboutus img {
        max-width: 550px;
    }
    #slider {
        max-width: 1000px;
        margin: 50px auto;
    }
    #slider .watermark {
        bottom: 25px;
    }
    .contact h3 {
        font-size: 22px;
    }
    .contact h5 {
        font-size: 16px;
    }
    .contact p {
        font-size: 16px;
    }
    .footer {
        padding: 50px 0;
    }
    .contact .underline {
        margin-bottom: 25px;
    }
}