@import url('https://fonts.googleapis.com/css?family=Lato:100,100i,300,300i,400,400i,700,700i,900,900i&display=swap');
@import url('https://fonts.googleapis.com/css?family=EB+Garamond:400,400i,500,500i,600,600i,700,700i,800,800i&display=swap');

html {
	overflow-x: hidden;
}
html {
	line-height: 1.15;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
	padding: 0;
	margin: 0;
	background-color: #FFF;
	font-size: 18px;
}
body {
	font-size: 18px;
}
a {
	outline: none;
	border: none;
	border-width: 0px;
	line-height: 1.15;
	color: #611F37;
}
a:hover {
	-webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}
a:active, a:focus, a:hover {
	outline: none;
	text-decoration: none;
    color: #a22530;
}
[type=button]:not(:disabled), [type=reset]:not(:disabled), [type=submit]:not(:disabled), button:not(:disabled) {
	outline: none;
}
p:last-child {
	margin-bottom: 0;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	color: #611F37;
	font-family: 'EB Garamond', serif;
}
h1 {
	font-size: 55px;
	letter-spacing: 1px;
}
h2, h3 {
	font-size: 42px;
	letter-spacing: 1px;
}
h4 {
	font-size: 28px;
	letter-spacing: 1px;
}

h5 {
	font-size: 22px;
	letter-spacing: 1px;
}
.container {
	max-width: 1120px;
	width: 100%;
	margin: 0 auto;
}

/*******************
*   PADDING-STYLE  *
********************/

.section-padding {
	padding: 60px 0;
}

/*******************
*  HEADER_BLOCK   *
********************/

.header-block {
	padding: 30px 0;
	background-image: url('../images/background_head.png');
	background-repeat: no-repeat;
	background-position: left;
	background-size: 60%;
}
.header-top-block-nav {
	text-align: right;
}
ul.header-top-block-nav {
	padding: 0;
	margin: 0;
}
ul.header-top-block-nav li {
	display: inline-flex;
}
ul.header-top-block-nav li a {
	font-weight: 500;
	margin: 0 8px;
	font-size: 14px;
}
ul.header-top-block-nav li a i {
	margin-left: 5px;
}
.navbar-brand {
    display: inline-block;
    padding-top: 0;
    padding-bottom: 0;
    margin-right: 0;
    font-size: 1.25rem;
    line-height: inherit;
    white-space: nowrap;
}
.navbar-brand img {
	margin-top: -20px;
}
.form-inline.searching {
	width: 100%;
	flex-flow: row;
	max-width: 480px;
	margin-bottom: 14px;
}
.form-inline.searching .form-control {
    width: 70%;
    float: left;
    font-family: 'EB Garamond', serif;
    font-style: italic;
    font-size: 19px;
    padding: 0 5px;
}
.btn-searching {
	background: #611F37;
	border: 1px solid #611F37;
	color: #FFF;
	outline: none;
	-webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    width: 30%;
    float: left;
    display: block;
    font-family: 'EB Garamond', serif;
    font-style: italic;
    font-size: 24px;
    padding: 2px;
}
.btn-searching:hover {
	background: #FFF !important;
	color: #611F37 !important;
	outline: none !important;
	-webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}
.main_menu .navbar {
	padding: 0px;
}
.main_menu .navbar-toggler i {
	font-size: 30px;
}
.main_menu .main-menu-item {
	text-align: right;
	flex-direction: column;
    align-items: flex-end;
	margin-top: 20px;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
	.main_menu .main-menu-item {
		padding-left: 25px;
	}
}
.main_menu .main-menu-item ul li .nav-link {
	color: #000;
	font-size: 18px;
	padding: 0px 20px;
	text-transform: uppercase;
	letter-spacing: 1.2px;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
	.main_menu .main-menu-item ul li .nav-link {
		padding: 0px 18px;
	}
}
.main_menu .main-menu-item ul li .nav-link:hover {
	color: #a22530;
}
.dropdown-menu {
	border: 0px solid rgba(0, 0, 0, 0.15) !important;
	background-color: #fafafa;
}
.dropdown .dropdown-item {
}
.dropdown .dropdown-menu {
	transition: all 0.5s;
	overflow: hidden;
	transform-origin: top center;
	transform: scale(1, 0);
	display: block;
	margin-top: 12px;
}
.dropdown .dropdown-menu .dropdown-item {
	font-size: 14px;
	padding: 9px 18px !important;
	color: #000 !important;
}
.dropdown .dropdown-menu .dropdown-item:hover {
	color: #a22530 !important;
}
.dropdown .dropdown-menu .dropdown-item:active {
	background: #a22530 !important;
	color: #FFF !important;
}
.dropdown:hover .dropdown-menu {
	transform: scale(1);
}
ul.navbar-nav {
	margin-top: 20px;
}
@media (max-width: 991px) {
	.single_page_menu .navbar-collapse ul li .nav-link {
		color: #000 !important;
	}
	.navbar-light .navbar-toggler {
		border-color: transparent;
	}
	.navbar-collapse {
		z-index: 9999 !important;
		width: 100%;
		background-color: #fff;
		text-align: center !important;
		padding: 0 10px 0;
	}
	ul.navbar-nav {
		margin-top: 0px;
	}
	.main_menu .main-menu-item {
		text-align: left !important;
		width: 100%;
	}
	.main_menu .main-menu-item .nav-item {
		padding: 10px 0 !important;
	}
	.main_menu .main-menu-item .nav-item a {
		padding: 5px 0 !important;
	}
	.navbar-nav {
		align-items: start !important;
	}
	.dropdown .dropdown-menu {
		transform: scale(1, 0);
		display: none;
		margin-top: 10px;
	}
	.dropdown:hover .dropdown-menu {
		transform: scale(1);
		display: block;
		color: #ff5e13;
	}
	.dropdown .dropdown-item:hover {
		color: #ff5e13 !important;
	}
	.dropdown-menu {
		background: none;
	}
	.form-inline.searching {
		width: 100%;
		flex-flow: row;
		max-width: 800px;
	}
	.header-block {
		padding: 20px 0;
	}
}
@media (max-width: 575px) {
	.navbar-brand {
		max-width: 80%;
	}
	.form-inline.searching .form-control {
		width: 65%;
		float: left;
	}
	.btn-searching {
		width: 30%;
		font-size: 1em;
		height: 85%;
	}
	.header-block {
		padding: 10px 0;
	}
}
@media (max-width: 310px) {
	.navbar-brand {
		max-width: 70%;
	}
}
.little-line {
	border-top: 1px solid #adb5bd;
	box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.4);;
	height: 1px;
	-webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.4);;
	-moz-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.4);;
}

/*******************
*  WELCOME_BLOCK   *
********************/

.welcome-block p span {
	font-size: 22px;
	color: #333333;
	text-transform: uppercase;
	font-weight: 500;
	letter-spacing: 2px;
}
.welcome-block p a {
	font-style: italic;
	font-size: 18px;
	font-weight: 500;
}
/*******************
*  WELCOME_BLOCK   *
********************/

.news_updates {
	background: url('../images/background_recent_news.png');
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
.block-news {
	border-bottom: 1px dotted #adb5bd;
	padding-bottom: 20px;
	padding-top: 20px;
}
.block-news:last-child {
	border-bottom: none;
	padding-bottom: 0px;
}
.block-news-box-header {
	display: flex;
	justify-content: space-between;
    align-items: center;
}
.block-news-title {
	font-size: 22px;
	color: #333333;
	text-transform: uppercase;
	font-weight: 600;
	letter-spacing: 2px;
}
.block-news-date {
	font-style: italic;
	font-size: 14px;
	font-weight: 500;
	color: #611F37;
}
.block-news-box-text p {
	margin-bottom: 0;
	font-size: 18px;
    font-family: 'EB Garamond', serif;
}
.block-news-box-text p a {
	font-style: italic;
	font-size: 18px;
	font-weight: 500;
	color: #611F37;
}

/*******************
*  PARTNER_BLOCK   *
********************/

/*******************
* RESULT_ABOUT_BLOCK *
********************/

.result_about {
	background-image: url("../images/backgroud_show_about.png");
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
.right_pads {
	padding-right: 40px;
}
.left_pads {
	padding-left: 40px;
}
.shows-big-block-title {
	min-height: 120px;
}
.shows-big-block h3 {
	text-align: center;
}
p.p-shows-big-block {
	font-size: 20px;
    font-family: 'EB Garamond', serif;
    font-style: italic;
}
.result_about h3 span {
	color: #000;
}
.shows-small-block {
	display: flex;
	align-items: center;
	border-bottom: 1px dotted #adb5bd;
	padding-bottom: 20px;
	padding-top: 20px;
}
.shows-small-block:last-child {
	border: none;
	padding-bottom: 0px;
}
.shows-small-block-img {
	width: 55px;
	text-align: center;
	margin-right: 15px;
}
.shows-small-block-img i {
	color: #611F37;
	width: 55px;
}
.shows-small-block-text h4 {
	text-transform: uppercase;
	color: #611F37;
	font-weight: 600;
	letter-spacing: 1px;
}
.shows-small-block-text p {
	margin-bottom: 0;
	font-size: 17px;
	font-style: italic;
    font-family: 'EB Garamond', serif;
}
.shows-small-block-text p a {
	font-style: italic;
	font-size: 17px;
	font-weight: 500;
	color: #611F37;
}
/*******************
* PRE_FOOTER_BLOCK  *
********************/

.pre_footer {
	background-color: #1c1c1c;
	color: #FFF;
}
.pre_footer .footercat-name {
	font-size: 22px;
    color: #751d41;
    font-weight: 700;
    text-transform: uppercase;
}
.pre_footer .footercat-info, .footercat-info-contact p a {
	font-size: 20px;
    color: #FFF;
    font-style: italic;
    font-family: 'EB Garamond', serif;
}
.footercat-info-contact p {
	margin-bottom: 0;
    font-family: 'EB Garamond', serif;
}
.footercat-info-contact p a i {
    color: #751d41;
    margin-right: 10px;
}
ul.footer-nav {
	margin: 0;
	padding: 0;
	padding-left: 40px;
}
ul.footer-nav li {
	margin: 8px 0;
	list-style: none; 
}
ul.footer-nav li::before {
	content: "\f105";
    font-family: FontAwesome;
	color: #7d1c24;
	font-weight: bold;
	display: inline-block;
	width: 1em;
	margin-left: -1em;
}
ul.footer-nav li a {
	font-size: 20px;
    font-style: italic;
    color: #FFF;
    font-family: 'EB Garamond', serif;
}
.footercat-info-contact p a:hover, ul.footer-nav li a:hover {
    color: #751d41;
}

/*******************
*  FOOTER_BLOCK   *
********************/

.copyright-footer {
	background-color: #751d41;
	color: #ffffff;
	padding: 20px;
}
.copyright-footer p a {
	color: #FFF;
}
.copyright-footer p a:hover {
	text-decoration: underline;
}

/*******************
*   MEDIA_STYLES   *
********************/

@media (max-width: 1280px) {
	.right_pads {
		padding-right: 60px;
	}
	.left_pads {
		padding-left: 60px;
	}
}
@media (max-width: 1180px) {
	.right_pads {
		padding-right: 20px;
	}
	.left_pads {
		padding-left: 20px;
	}
}
@media (max-width: 991px) {
	h1 {
		font-size: 45px;
	}
	h2, h3 {
		font-size: 35px;
	}
	h4 {
		font-size: 20px;
	}
	.pre_footer .footercat-name {
		font-size: 20px;
	}
	.pre_footer .footercat-info, .footercat-info-contact p a, ul.footer-nav li a {
		font-size: 18px;
	}
	.news_updates h2 {
		text-align: center;
	}
	.shows-big-block-title {
		min-height: 60px;
	}
	.right_pads {
		padding-right: 0px;
	}
	.left_pads {
		padding-left: 0px;
	}
	.header-block {
		background-size: 80%;
	}
}
@media (max-width: 767.99px) {
	h1 {
		font-size: 35px;
	}
	h2, h3 {
		font-size: 30px;
	}
	.result_about {
		background-color: #f7f7f7;
		background-image: none;
	}
	.header-block {
		background-color: #f7f7f7;
		background-image: none;
	}
	.header-top-block {
		margin-bottom: 20px;
	}
}
@media (max-width: 640px) {
	.header-top-block-nav {
		text-align: center;
	}
	ul.header-top-block-nav {
		padding: 0;
		margin: 0;
	}
	ul.header-top-block-nav li span, .mobile-none {
		display: none !important;
	}
}
@media (max-width: 575px) {
	.welcome-block p span, .block-news-title {
		font-size: 18px;
	}
	.footercat-name, .footercat-info, .footercat-info-contact {
		text-align: center;
	}
	ul.footer-nav {
		text-align: center;
		padding-left: 0;
	}
	.block-news-box-header {
		align-items: flex-start;
		flex-direction: column;
	}
}

.line-bottom {
	position: relative;
	margin-bottom: 30px;
	padding-bottom: 10px;
}
.line-bottom:after {
	bottom: -1px;
	content: "";
	height: 2px;
	left: 0;
	position: absolute;
	width: 50px;
	background: #7F1B40
}

.mt-6 {
	margin-top: 25px;
}

.mb-6 {
	margin-bottom: 25px;
}

.mt-15 {
	margin-top: 15px;
}

.mb-15 {
	margin-bottom: 15px;
}

.list {
	margin-left: 0;
	padding-left: 0;
}

.serif {
	font-family: 'EB Garamond', serif;
}