@import url(../fonts/roboto.css);

@media (max-width: 768px) {
    body {
        font-size: 14px;
    }

    .footer {
        text-align: center;
    }

    .galaxy {
        margin: auto;
    }

    .main-car {
        width: 100%;
    }

    .main-car .orange {
        font-size: .75em;
    }
}

@media (min-width: 1200px) {
    .container {
        max-width: 1170px;
    }

    .grd div:nth-child(2n) {
        padding-left: 2em;
    }
}

html,
body {
    height: 100%;
}

.wrapper {
    display: flex;
    flex-direction: column;
    min-height: 100%;
}

.dropdown-menu {
    min-width: 100%;
    box-shadow: 0 4px 4px 0px #00000040;
}

.content {
    flex: 1 0 auto;
}

.footer {
    flex: 0 0 auto;
}

.auto-sliders {
    overflow: hidden;
    position: relative;
}

.auto-sliders:after {
    content: "";
    width: 100%;
    height: 7px;
    position: absolute;
    bottom: -10px;
    background: transparent;
    box-shadow: 0px -10px 10px rgba(0, 0, 0, 0.5);
}

body {
    background: #fff;
    font-family: 'Roboto', sans-serif;
}

a {
    text-decoration: none !important;
}

.navbar-brand img {
    max-height: 48px;
}

.phone img {
    vertical-align: sub;
}

.phone {
    color: #2A2A2A;
    font-weight: normal;
}

.phone:hover {
    color: #4F81BD !important;
}

.lily {
    color: white;
}

.slider-text {
    bottom: 5em;
}

.slider-item img {
    width: 100%;
}

.slider-item {
    min-height: 550px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top;
}

h1 {
    font-weight: bold;
}

h1, h2 {
    font-size: 30px;
}

h2 {
    font-weight: bold;
}

h3 {
    font-size: 1.375em;
}

h6 {
    font-weight: bold;
}

nav {
    background: #F5F5F5;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.25);
    z-index: 2;
}

.f-12 {
    font-size: 12px;
}

.f-14 {
    font-size: 14px;
}

.f-24 {
    font-size: 24px;
}

.type-title {
    font-weight: 600;
    line-height: 1;
    max-width: 400px;
}

.breadcrumb {
    background: none;
    padding-left: 0;
    padding-top: 0;
}

.breadcrumb a:hover {
    color: black;
}

.message {
    background: #4F81BD;
}

.tail {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 15px 30px 15px;
    border-color: transparent transparent #4F81BD transparent;
    line-height: 0;
    transform: rotate(-45deg);
    position: absolute;
    margin-left: -15px;
    margin-top: -15px;
}

.bg-blue {
    background: #4F81BD;
}

.blue-block {
    box-shadow: 0 4px 4px 0px #00000040;
    border-radius: 20px;
}

.main-btn {
    background-color: #4F81BD;
    border-radius: 30px;
    color: white !important;
    padding: 15px 30px;
    display: inline-block;
}

.main-btn:hover {
    background-color: #3b6392;
}

.main-btn:active, .main-btn:focus {
    background-color: #2A2A2A;
}

.maps {
    width: 100%;
    height: 420px;
}

.maps iframe {
    border: 1px solid #4F81BD !important;
}

.navbar-light .navbar-nav .nav-link {
    color: #4F81BD;
}

.navbar-light .navbar-nav .nav-link:hover {
    color: black;
}

.main-link, .orange, .orange a {
    color: #4F81BD;
}

.main-link:hover {
    color: black;
}

.icons {
    font-size: 13px;
}

.icoimg {
    height: 80px;
}

.links {
    color: black;
    margin-bottom: 10px;
}

.links:hover {
    color: #4F81BD;
}

.lin {
    color: #4F81BD;
}

.lin:hover {
    color: black;
}

.galaxy:hover {
    color: black !important;
    text-decoration: underline !important;
    opacity: 1 !important;
}

.text-decor {
    text-decoration: underline !important;
}

.text-decor:hover {
    color: black;
    text-decoration: none !important;
}

.error {
    font-size: 12px;
    color: brown;
    margin: auto;
    display: block;
    text-align: center;
    width: 100%;
}

.error ~ input {
    border-color: brown;
}

.dropdown-item {
    color: #4F81BD;
}

.dropdown-item .active, .nav-item .active  {
    color: black;
}

@media (min-width: 993px) {
    nav.navbar .dropdown:hover > .dropdown-menu {
        display: block;
        border: none;
        border-radius: unset;
        margin-top: -1px;
    }

    .dropdown:hover, .dropdown-item:hover {
        color: black;
        background-color: white;
    }
}

.dropdown-item {
    padding-left: 1.8rem;
}

.grd {
    grid-template-rows: 1fr 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    display: grid;
}

.list-top {
    list-style: none;
}

.list-top li:before {
    content: "\2022";
    display: inline-block;
    margin-right: .5em;
}

.grd div {
    border-bottom: 1px dashed #4F81BD;
    display: flex;
    align-items: center;
    padding: 1em;
}

.grd div:nth-child(8n),
.grd div:nth-child(7n) {
    font-weight: bold;
}

.darklink, .darklink:hover {
    color: black;
    font-weight: bold;
}

.modal-content input, .modal-content textarea {
    min-height: 50px;
    padding-left: 1.5em;
    resize: none;
}

.modal-content, .modal-content input, .modal-content textarea {
    border-radius: 30px;
    border: 1px solid #C5C5C5;
}

.close {
    font-size: 2rem;
    font-weight: 100;
    color: #4F81BD;
    opacity: 1;
}

input::placeholder {
    color: #C5C5C5;
}

.form-group {
    margin-bottom: 1.5rem;
}

[href^="tel"]:hover {
    color: rgba(0, 0, 0, .7);
}

.maps {
    display: inline-block;
}

.blue-txt {
    color: #4F81BD;
}

.types {
    display: flex;
    flex-wrap: wrap;
    text-align: center;
}

.types-item {
    min-width: 20%;
    padding: 30px 10px;
}

.types-item:hover {
    opacity: 0.8;
}

.types-item img {
    margin-bottom: 20px;
}

.types p {
    color: #4F81BD;
}

.types a:hover p {
    color: black !important;
}

.type-desc {
    max-width: 400px;
}

.type-row ul {
    list-style: none;
    padding-left: 0;
    max-width: 300px;
}

.type-row ol {
    list-style: none;
    padding: 0;
    margin: 0;
    max-width: 300px;
   /* background: #f8f9fa;
    padding: 5px 20px 20px;
    border-radius: 6px;
    border: 1px solid #eee;*/
}


.type-row li {
    border-bottom: 1px dashed #4F81BD;
    padding: 5px 0;
    font-size: 15px;
}

.type-row ul li:first-letter {
    text-transform: capitalize;
}

.type-picture {
    height: 300px;
    width: 300px;
    display: flex;
    align-items: center;
}

.type-picture img {
    height: 250px;
    margin: auto;
}

.items {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.items img {
    margin: 20px 0;
}

footer {
    background-color: #F5F5F5;
}

.foot-left a, .foot-left span {
    padding: 5px 0;
}

.foot-left a {
    color: #4F81BD;
}

.contnum,
.contmail {
    color: #4F81BD;
}

.num {
    display: flex;
    align-items: center;
    margin-left: -20px;
}

.num img {
    margin-right: 5px;
}

.num:hover {
    color: black;
}

.mail:hover {
    color: black;
    text-decoration: underline !important;
}

button:active, button:focus {
    outline: none !important;
}

table>tbody>tr>td {
    padding: 10px 20px 0;
}

@media (min-width: 1200px) {
    .container {
        max-width: 1240px;
    }
}

@media (max-width: 768px) {

    .navbar-nav {
        margin: 15px 0;
    }

    .dropdown-menu {
        display: block;
        box-shadow: none;
        border: none;
    }

    h1, h2 {
       font-size: 20px;
    }

    .num {
        margin: auto;
    }

    .delivery-block .items {
        width: calc(50% - 10px);
        margin: 5px;
    }

    .slider-text {
        right: 15px;
        left: 15px;
    }

    .whts {
        display: none;
    }


}

@media (max-width: 586px) {
    .slider-text {
        font-size: 12px;
    }

    .slider-text h2 {
        font-size: 1.5em;
    }

    .list-top {
        flex-flow: wrap;
    }

    .gastype .types-item {
        width: calc(50% - 10px);
        margin: 5px;
    }

}


@media (max-width: 400px) {

    .navbar-brand img {
        max-height: 35px;
    }

    .types-item {
        width: 100%;
    }

    .delivery-block .items {
        width: 100%;
    }
}

@media (min-width: 993px) and (max-width: 1199px) {
    .lin {
        padding-left: 10px;
    }
}
