@import url('https://fonts.googleapis.com/css?family=Source+Sans+Pro:400,700&display=swap');

html, body {
	width: 100%;
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 18px;
	color: #000;
	margin: 0;
	scroll-behavior: smooth;
}

h1,h2,h3,h4,h5,h6 {
	font-weight: 700;
}

.silder-content img {
	width: 100%;
	margin: 0 auto;
}

.section {
	width: 100%;
	padding: 50px 0;
}

h1 {
	text-align: center;
	font-size: 42px;
	color: #cc0000;
	margin: 0;
}

p {
	text-align: center;
}

#background-section {
	background-color: #efefef;
}

.card {
	width: 250px;
	padding: 15px;
	border-radius: 0px;
	background-color: transparent;
	border: none;
}

.card img {
	width: 100%;
}

.menu-subtitle {
	text-align: left;
	color: #cc0000;
}

.menu-title {
	font-size: 32px;
	margin-top: 25px;
}

.menu-title:after {
	content: "";
	width: 15%;
	border-bottom: 2px solid #cc0000;
	display: block;
	margin-top: 5px;
}

h3 {
	text-align: center;
}

#footer {
	background-color: rgba(0,0,0,.25);
	color: black;
	text-align: center;
}

.menu-content {
	padding: 0 15px;
}

#footer h4 {
	font-size: 25px;
}

.slick-next:before {
	content: "\f101";
}

.slick-prev:before {
	content: "\f100";
}

.slick-prev:before, .slick-next:before {
	font-family: 'FontAwesome';
	font-size: 28px;
	line-height: 1;
	opacity: .75;
	color: #191919;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

hr {
	border-top: 2px solid #cc0000;
}

a {
	color: #cc0000;
}

a:hover {
	color: #cc0000;
}

.copyright ul li {
	list-style-type: none;
	display: inline-block;
	padding-right: 25px;
}

.slick-prev {
	left: -10px;
}

.slick-next {
	right: -10px;
}

.menu-image {
	width: 100%;
	margin: 0 auto;
	display: block;
}

.menu .row {
	margin-top: 25px;
}

.menu-banner {
	background-image: url(../images/slider-2.jpg);
	height: 250px;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}

.contact-banner {
	background-image: url(../images/slider-3.jpg);
	height: 250px;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}

.btn-success {
	background-color: #cc0000;
	border: none;
}

.btn-success:hover {
	background-color: #cc0000;
	border: none;
}

.btn-success:not(:disabled):not(.disabled).active, .btn-success:not(:disabled):not(.disabled):active, .show>.btn-success.dropdown-toggle{
	background-color: #cc0000;
	border: none;
	box-shadow: none;
}

.btn-success:not(:disabled):not(.disabled).active:focus, .btn-success:not(:disabled):not(.disabled):active:focus, .show>.btn-success.dropdown-toggle:focus {
	box-shadow: none;
}

textarea {
	resize: none;
}


#return-to-top {
	position: fixed;
	bottom: 20px;
	right: 20px;
	background: rgb(0, 0, 0);
	background: rgba(0, 0, 0, 0.7);
	width: 50px;
	height: 50px;
	display: block;
	text-decoration: none;
	-webkit-border-radius: 35px;
	-moz-border-radius: 35px;
	border-radius: 35px;
	display: none;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
#return-to-top i {
	color: #fff;
	margin: 0;
	position: relative;
	left: 16px;
	top: 13px;
	font-size: 19px;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
#return-to-top:hover {
	background: rgba(0, 0, 0, 0.9);
}

.slider .slick-prev {
	left: 20px;
}

.slider .slick-next {
	right: 63px;
}

.slider .slick-prev, .slider .slick-next {
	z-index: 1;
	font-size: 25px;
}

.slider .slick-prev:before, .slider .slick-next:before {
    font-size: 50px;
    line-height: 0;
}

.slider .slick-prev:before {
    content: "\f053";
}

.slider .slick-next:before {
    content: "\f054";
}

.map-section {
	height: 450px;
}

.menu-content img {
	width: 100%;
	margin-top: 32px;
	display: block;
}

.menu-content .col-2,.menu-content .col-lg-2 {
	padding: 0;
}

.slick-next {
    right: -30px;
}

.slick-prev {
    left: -30px;
}