﻿/* Responsive table that Stacks on Mobile */

.table-responsive-stack tr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
}

.table-responsive-stack td,
.table-responsive-stack th {
    display: block;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
}

.table-responsive-stack .table-responsive-stack-thead {
    font-weight: bold;
}

@media screen and (max-width: 768px) {
    .table-responsive-stack tr {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        border-bottom: 3px solid #ccc;
        display: block;
    }

    .table-responsive-stack td {
        float: left\9;
        width: 100%;
    }
}

.background {
    background-image: url("../img/unnamed.png");
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}


/* Contact us style */

.contact-us {
    padding: 70px 0px;
}

.section-title h2 {
    color: #ffcccb;
    font-size: 18px;
    font-weight: normal;
    text-transform: uppercase;
    letter-spacing: 4px;
    border-bottom: 5px solid #ff9d1f;
    padding-bottom: 5px;
    display: inline-block;
}

.section-title p {
    color: #fff;
    font-size: 12px;
    margin-bottom: 30px;
}


.contact-us textarea {
    min-height: 188px;
    max-width: 100%;
}

.contact-us .map {
    overflow: hidden;
    border-radius: 4px;
}


/* vertical tabs */
.tabs-section {
    overflow: hidden;
    padding: 2px 0px;
}

    .tabs-section .feature-img {
        max-height: 255px;
        overflow: hidden;
        border-radius: 10px;
        border: 3px solid #fff;
    }

    .tabs-section .nav-tabs {
        border: 0;
    }

    .tabs-section .nav-link {
        border: 0;
        padding: 11px 15px;
        transition: 0.3s;
        border-radius: 0;
        border-right: 2px solid #064574 !important;
        font-weight: 600;
        font-size: 15px;
    }

        .tabs-section .nav-link:hover {
            color: #064574;
        }

        .tabs-section .nav-link.active {
            color: #ccc;
            background: #064574;
        }

    .tabs-section .tab-pane.active {
        -webkit-animation: fadeIn 0.5s ease-out;
        animation: fadeIn 0.5s ease-out;
    }

    .tabs-section .details h3 {
        font-size: 26px;
        color: white;
        text-transform: uppercase;
        background: #064574;
        border: 3px solid #064574 !important;
    }

    .tabs-section .details p {
        color: #aaaaaa;
    }

.talon {
    border: 2px solid #ff4f4b !important;
    padding: 0;
    color: #ff4f4b;
}

    .talon .card .titluTalon {
        font-family: Cochin, Georgia, Times, Times New Roman, serif;
        color: #ff4f4b;
        font-weight: bold;
        background: #ffcccb;
    }

    .talon .card .card-body span {
        color: black;
        font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
        font-weight: bold;
    }

    .talon .card .card-body hr {
        border-top: 1px solid #ff4f4b;
    }

.border-between > [class*='col-']:before {
    bottom: 0;
    content: " ";
    left: 0;
    position: absolute;
    width: 1px;
    top: 0;
    background: #ffcccb
}


@media screen and (max-width: 992px) {
    .border-between > [class*='col-']:before {
        display: none;
    }
}

.border-between > [class*='col-']:first-child:before {
    display: none;
}

.form-inline > .form-group {
    margin-right: 20px;
}

    .form-inline > .form-group > label {
        margin-right: 10px;
    }


html {
    font-size: 1rem;
}

@include media-breakpoint-up(sm) {
    html {
        font-size: 1.2rem;
    }
}

@include media-breakpoint-up(md) {
    html {
        font-size: 1.4rem;
    }
}

@include media-breakpoint-up(lg) {
    html {
        font-size: 1.6rem;
    }
}

.dataTables_paginate a {
    padding: 6px 9px !important;
}