body {
	font-family: 'Montserrat', sans-serif;
	color: #6E6E6E;
}

h1, h2, h3, h4, h5, h6 {
	font-family: 'Montserrat', sans-serif;
}

h1 {
	color: #000;
	text-align: center;
	text-transform: uppercase;
	font-size: 50px;
    font-weight: 800;
}

h2 {
	font-size: 38px;
    color: #000;
	font-weight: 800;
}

h3 {
	font-size: 28px;
    color: #000;
	line-height: 1.3;
    font-weight: 800;
}

p {
	font-size: 16px;
    font-weight: 400;
    line-height: 28px;
    color: #6E6E6E;
}

ul {
	padding-left: 0;
}

a:hover, a:focus {
    color: initial;
    text-decoration: none;
}


/* ---CAROUSEL--- */
#hero img {
	position: absolute;
    top: 250px;
    height: 250px;
    right: 0;
    left: 0;
    margin: auto;
}

.caption h1, .caption p {
	z-index: 11;
}

.height-md, #owl-main.height-md .item {
    height: 75vh;
}

.overlaybg {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgb(0 0 0 / 50%);
    z-index: 1;
    top: 0;
    left: 0;
}
/* ---END CAROUSEL--- */


/* ---NAVBAR--- */
.navbar-collapse {
    background-color: transparent;
	border: none;
}

.navbar-collapse.collapse.animate-after {
	background-color: #000;
}

.navbar-nav > li > a {
	color: #fff;
	font-size: 16px;
	border: none;
	text-transform: none;
}

.nav > li > a:hover {
    background-color: transparent;
    color: #860016;
    border: none;
}

.btn.responsive-menu {
	background-color: transparent;
	box-shadow: none;
	font-size: 23px;
}

.btn.responsive-menu i {
	color: #860016;
}

.navbar-brand img {
	height: 75px!important;
}
/* ---END NAVBAR--- */


.set_padding {
	padding: 100px 0;
}

.texture {
	background-image: url(../images/texture.png);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	padding: 100px 0;
}

.parallax, .parallax-fixed {
    position: relative;
    background-attachment: fixed;
    background-size: cover;
    background-repeat: no-repeat;
    overflow: hidden;
    height: 500px;
}

.maintxt {
    margin: auto;
    position: absolute;
    z-index: 1;
    right: 0;
    left: 0;
    bottom: 100px;
}

.maintxt h1 {
    color: #fff;
    margin-bottom: 0;
    text-align: center;
}

.maintxt img {
	height: 100px;
    margin: auto;
    display: block;
}

.set_menu {
	margin: 50px 0 30px;
}

.set_menu p {
    margin-top: 16px;
    margin-bottom: 6px;
}

.set_menu p::after {
    display: block;
    color: #860016;
    font-size: 14px;
    line-height: 1.7;
    font-weight: 800;
}

.set_menu span {
    display: block;
    font-weight: 800;
    font-size: 24px;
    color: #F0542C;
}

.set_menu .col-sm-6 {
	margin-bottom: 50px;
}

.set_circle {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	border-radius: 50%;
	height: 165px;
    width: 165px;
	padding-right: 15px;
}

.set_btn {
	color: #fff;
    background-color: #860016;
    padding: 15px 35px;
    border-radius: 30px;
    font-weight: 800;
}

.btn_center {
	display: table;
	margin: auto;
}

.nopadding {
	padding: 0;
}

.centra {
	float: none;
	margin: auto;
}

.indexline h2, .indexline p {
	text-align: center;
}

.indexline h2 {
	margin-bottom: 10px;
}

.indexline p {
	margin-bottom: 25px;
}



.menulist h2 {
	text-align: center;
	margin-bottom: 50px;
	color: #860016;
}

.menulist h3 {
	margin-bottom: 5px;
}

.menulist {
	padding: 0;
	margin-bottom: 70px!important;
}

.menulist .col-xs-12 {
	margin-bottom: 15px;
}

.menulist span {
    position: absolute;
    top: 0;
    right: 15px;
	display: block;
    font-weight: 800;
    font-size: 24px;
    color: #F0542C;
}






/* ---FANCYBOX--- */
.img-cover {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: center;
}

.set_gallery .col-sm-6, .set_gallery .col-xs-12 {
	padding: 0;
	outline: 2px solid #fff;
}

.icon-overlay a .icn-more {
    background-color: rgba(134, 0, 22, 0.5);
}
/* ---END FANCYBOX--- */



/* ---FOOTER--- */
.dark-bg {
    background-color: #000;
}

.footer-bottom {
    background-color: #860016;
}

.footer-bottom p, .footer-bottom a {
    color: #fff;
}

.tochat {
    position: fixed;
    right: 10px;
    bottom: 75px;
    height: 65px;
	z-index: 1111;
}

footer .inner {
    padding-top: 60px;
    padding-bottom: 60px;
}

footer img {
	height: 75px;
}

footer h4 {
	margin-bottom: 5px;
}

footer a:hover, footer a:focus {
	color: #fff;
}

.footer-menu li:before {
	content: none;
}

#scrollUp {
    background-color: #21201e;
    border-radius: 25px;
}

.testoprivacy p {
	color: #000!important;	
}

.modal-title {
	font-weight: 400;
	color: #000!important;
	font-size: 20px;
}

.modal-body p strong, .modal-body li strong, .modal-body td strong {
	color: #444;
}

.modal-body {
	margin-top: 30px;
}

.modal-body p, .modal-body h4 {
	padding-left: 26px;
}

.modal-body h4 {
	margin-top: 50px;
	color: #000;
}

.modal-body ol {
	padding-left: 35px;
}

.modal-body p, .modal-body ol {
	padding-right: 15px;
}

.modal-backdrop {
	background-color: #444;
}

.modal-content ul, .modal-content li{
	color: #6E6E6E;
}

.modal-body ul {
	padding-left: 50px;
	font-size: 16px;
    list-style: disc;
}

.modal-header {
	height: auto;
}

.modal-header button span {
	font-size: 50px;
    position: absolute;
    top: 12px;
    right: 20px;
}
/* ---END FOOTER--- */

::selection {
    background: #000000;
    color: #860016;
}

@media (max-width: 1200px) {
	.set_circle {
		margin: 0 auto 15px;
		display: table;
		float: none;
	}
	
	.set_menu .col-sm-8 {
		width: 100%;
	}
	
	.set_menu h3, .set_menu p, .set_menu span {
		text-align: center;
	}
}

@media (min-width: 1024px) and (max-width: 1200px) {
	.navbar-nav {
		padding-left: 0;
	}
}

@media (min-width: 1024px) {
	.navbar {
		position: absolute;
		right: 0;
		left: 0;
		width: 100%;
		background-color: transparent;
	}
	
	.navbar-header {
		border: none;
	}
	
	.navbar .set_btn {
		position: absolute;
		right: 0;
		top: 8px;
	}
}

@media (max-width: 1024px) {
	.navbar-brand img {
		height: 65px!important;
		margin-top: -10px;
	}
	
	.navbar-header {
		background: #000;
	}
	
	.navbar {
		background-color: #000;
	}
	
	.navbar .set_btn {
		position: absolute;
		bottom: 70px;
		top: auto;
		right: 0;
		left: 0;
		margin: auto;
		width: 217px;
		text-align: center;
	}
}

@media (max-width: 992px) {
	#hero img {
		display: none;
	}
	
	.tochat {
		bottom: 25px;
	}
	
	footer img {
		margin: auto;
		display: block;
		margin-bottom: 50px;
	}
}

@media (max-width: 767px) {
	h1 {
		font-size: 40px;
	}
	
	h2 {
		font-size: 35px;
	}
	
	h3 {
		font-size: 25px;
	}
	
	.height-md, #owl-main.height-md .item {
		height: 50vh;
	}
	
	.set_menu {
		padding: 0;
	}
	
	.set_margin_sm {
		margin-bottom: 50px;
	}
	
	.parallax, .parallax-fixed {
		height: 350px;
	}
	
	.menuitem h3 {
		width: 70%;
	}
	
	.menulist .col-xs-12 {
		padding: 0;
	}
	
	.footer-bottom p {
		margin-bottom: 10px;
	}

	footer .col-md-3 {
		margin-bottom: 30px;
		text-align: center;
	}
}


.newspaper p {
	column-count: 3;
	/*
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  grid-auto-rows: 100px 200px;*/
}

@media print {
    .pagebreak { /*
		page-break-before: always!important; 
		-webkit-column-break-inside: avoid;
          page-break-inside: avoid;
               break-inside: avoid;*/
	} /* page-break-after works, as well */
}