.slick-prev,
.slick-next{
	display: none!important;
}

.pre-title{
    flex-direction: column;
}

.pre-title .pre-title-icon{
    margin-right: 0!important;
    margin-bottom: 10px;
}

/* -> MENU
================================ */
.navbar,
.navbar.scrolled{
    height: 60px;
    padding: 0px;
    background-color: #fff;
    -webkit-box-shadow: 1px 1px 3px rgba(0,0,0,.3);
    box-shadow: 1px 1px 3px rgba(0,0,0,.3);
}

.navbar > .container{
    height: 60px;
}

#pre-nav{
    display: none;
}

.navbar-toggler {
    padding: 0.15rem 0.50rem;
    background-color: #be1519;
    position: absolute;
    right: 15px;
    top: 12px; 
}

	.navbar-toggler-icon {
	    background-image: url(../img/toggle.svg);
	}

.navbar-brand {
	line-height: 60px;
    padding: 0;
    height: 60px;
	padding-left: 15px;
}

	.navbar-brand img{
        height: 37px;
        filter: none;
	}

	.navbar-collapse{
        border-top: 1px solid #ddd;
        position: relative;
        left: 0;
        right: 0;
        background-color: #fff;
        -webkit-box-shadow: 1px 1px 3px rgba(0,0,0,.3);
        box-shadow: 1px 1px 3px rgba(0,0,0,.3);
        padding: 0px 15px 10px 15px;
	}

	.navbar ul li{
		margin: 0;
	}

	.navbar ul li:first-child{
		margin-top: 5px;
	}

	.navbar ul li:last-child{
		margin-bottom: 5px;
	}

		.navbar ul li a{
            display: block;
            text-align: center;
            color: #000;
        }

        .navbar ul > li > a.btn{
            padding: 10px 15px;
            margin-top: 5px;
        }
/* ============================= */


/* -> Slideshow
================================ */
#slideshow {
    min-height: 500px;
}

        .slide{
            min-height: 500px;
        }

    .caption{
        padding-top: 60px;
        text-align: center;
    }     

        .caption-pre-title{
            justify-content: center;
            line-height: 22px;
            font-size: 18px;
        }

        .caption h1{
            line-height: 50px;
            font-size: 40px;
            margin-bottom: 10px;
        }

        .caption-text{
            max-width: 100%;
            margin: 0px auto 20px auto;
            font-size: 16px;
            line-height: 26px;
        }
/* ============================= */

#about{
    padding: 70px 0px;
}

#services{
    padding: 70px 0px 40px;
}

#locations{
    padding: 70px 0px;
}

#contacts{
    padding: 70px 0px;
}