/*
Theme Name: Kanal sv. Ante
Theme URI: http://www.playdigital.hr/
Author: Play Digital
Version: 1.0
*/

@font-face {
    font-family: 'Gotham Book';
    src: url('/theme-assets/du-buswebshop/css/font/Gotham-Book.eot');
    src: url('/theme-assets/du-buswebshop/css/font/Gotham-Book.eot?#iefix') format('embedded-opentype'),
    url('/theme-assets/du-buswebshop/css/font/Gotham-Book.woff2') format('woff2'),
    url('/theme-assets/du-buswebshop/css/font/Gotham-Book.woff') format('woff'),
    url('/theme-assets/du-buswebshop/css/font/Gotham-Book.ttf') format('truetype'),
    url('/theme-assets/du-buswebshop/css/font/Gotham-Book.svg#Gotham-Book') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Gotham';
    src: url('/theme-assets/du-buswebshop/css/font/Gotham-Medium.eot');
    src: url('/theme-assets/du-buswebshop/css/font/Gotham-Medium.eot?#iefix') format('embedded-opentype'),
    url('/theme-assets/du-buswebshop/css/font/Gotham-Medium.woff2') format('woff2'),
    url('/theme-assets/du-buswebshop/css/font/Gotham-Medium.woff') format('woff'),
    url('/theme-assets/du-buswebshop/css/font/Gotham-Medium.ttf') format('truetype'),
    url('/theme-assets/du-buswebshop/css/font/Gotham-Medium.svg#Gotham-Medium') format('svg');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Gotham Rounded';
    src: url('/theme-assets/du-buswebshop/css/font/GothamRounded-Bold.eot');
    src: url('/theme-assets/du-buswebshop/css/font/GothamRounded-Bold.eot?#iefix') format('embedded-opentype'),
    url('/theme-assets/du-buswebshop/css/font/GothamRounded-Bold.woff2') format('woff2'),
    url('/theme-assets/du-buswebshop/css/font/GothamRounded-Bold.woff') format('woff'),
    url('/theme-assets/du-buswebshop/css/font/GothamRounded-Bold.ttf') format('truetype'),
    url('/theme-assets/du-buswebshop/css/font/GothamRounded-Bold.svg#GothamRounded-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
}

/*
.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9 {
    padding-left: 15px;
    padding-right: 15px;
}

.row {
    margin-right: 15px;
    margin-left: 15px;
}

.container {
    padding-right: 15px;
    padding-left: 15px;
}
*/

a {
    color: #810F13;
}

a[href$='.pdf'],
a[href$='.doc'],
a[href$='.docx'],
a[href$='.xls'],
a[href$='.xlsx'],
a[href$='.csv'],
a[href$='.zip'],
a[href$='.rar'],
a[href$='.ppt'],
a[href$='.pptx'] {
    margin: 5px 0 5px 27px;
    display: inline-block;
}

a[href$='.pdf']::before,
a[href$='.doc']::before,
a[href$='.docx']::before,
a[href$='.xls']::before,
a[href$='.xlsx']::before,
a[href$='.csv']::before,
a[href$='.zip']::before,
a[href$='.rar']::before,
a[href$='.ppt']::before,
a[href$='.pptx']::before {
    margin-right: 3px;
    vertical-align: -5px;
    display: inline-block;
    content: "";
    background-repeat: no-repeat;
    background-size: 24px 24px;
    height: 24px;
    width: 24px;
    margin-left: -27px;
}

a[href$='.pdf']::before {
    background-image: url(/theme-assets/du-buswebshop/img/icon_pdf.svg);
}

a[href$='.doc']::before, a[href$='.docx']::before {
    background-image: url(/theme-assets/du-buswebshop/img/icon_doc.svg);
}

a[href$='.xls']::before, a[href$='.xlsx']::before, a[href$='.csv']::before {
    background-image: url(/theme-assets/du-buswebshop/img/icon_xls.svg);
}

a[href$='.zip']::before, a[href$='.rar']::before {
    background-image: url(/theme-assets/du-buswebshop/img/icon_zip.svg);
}

a[href$='.ppt']::before, a[href$='.pptx']::before {
    background-image: url(/theme-assets/du-buswebshop/img/icon_ppt.svg);
}


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


h3 {
    font-size: 1.5rem;
}

.btn {
    padding: .5rem 1rem;
}

.btn-lg{
    padding: 1rem 1.5rem;
}

@media (max-width: 767px) {
.btn-lg{
    padding: .5rem 1rem;
}
	}

.btn-cta {
    margin: 29px 0px;
}

.btn-primary {
    background: none;
    border: 1px solid #fff;
    color: #fff;
}

.btn-primary:hover {
    border: 1px solid #810F13;
	background: #810F13;
}

.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, .show > .btn-primary.dropdown-toggle{
	border: 1px solid #c1161c;
	background: #c1161c;
	}

.btn-outline-primary{
	border: 1px solid #c1161c;
	color: #c1161c;
	}

.btn-outline-primary:hover{
	border: 1px solid #810F13;
	background: #810F13;
	}

.btn-outline-primary:not(:disabled):not(.disabled):active, .btn-outline-primary:not(:disabled):not(.disabled).active, .show > .btn-outline-primary.dropdown-toggle{
	border: 1px solid #c1161c;
	background: #c1161c;
	}

.btn-light img {
    height: 13px;
    vertical-align: -1px;
    margin-left: 5px;
}

.btn-secondary {
    background: #fff;
    border: 1px solid #d7d7d7;
    color: #000;
}

.btn-info{
	background: #810F13;
	border: 1px solid #810F13;
	}

	.btn-info:hover{
		background: #c1161c;
		border: 1px solid #c1161c;
		}


.btn-info.disabled, .btn-info:disabled {
    background: #810F13;
    border: 1px solid #810F13;
}

.btn-info:not(:disabled):not(.disabled):active, .btn-info:not(:disabled):not(.disabled).active, .show > .btn-info.dropdown-toggle{
	border: 1px solid #c1161c;
	background: #c1161c;
	}

.display-lite{
	font-weight: normal;
	font-size: 1.5rem;
	}

@media (max-width: 991px) {
	.display-lite{
		font-size: 1.25rem;
		}
	}

@media (max-width: 767px) {
	.display-lite{
		font-size: 1rem;
		}
	}

body {
    font-family: 'Gotham Book', sans-serif;
    font-weight: 300;
}


blockquote {
    padding: 1rem 1rem 0px;
    background: #f6f6f6;
    border: 2px solid #f0f0f0;
}

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

@media (min-width: 1400px) {
    .container {
        max-width: 1340px;
    }
}

@media (min-width: 1500px) {
    .container {
        max-width: 1440px;
    }
}

@media (min-width: 1600px) {
    .container {
        max-width: 1540px;
    }
}

strong, b {

}

.header{
	display: flex;
	justify-content: flex-end;
	}

.header_logo {
    text-align: left;
    padding: 0px 24px 0 20px;
    background: white;
    margin-right: 15px;
    border-radius: 0 0 .5rem .5rem;
    box-shadow: -10px -10px 0 -5px inset rgba(0,0,0,0.1);
    position: relative;
    top: 10px;
    height: 100px;
    z-index: 10;
}

.header_logo img{
    height: 60px;
}

@media (max-width: 1199px) {
    .header_logo {
        padding: 0px 10px;
        border-radius: 0;
        box-shadow: unset;
        margin-right: 0px;
        height: auto;
        position: unset;
        top: unset;
        margin-bottom: 0;
    }


    .header_logo img{
        height: 64px;
        width: 100%;
    }
}


.navbar {
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#c1161c+1,27aae1+100 */
    background: linear-gradient(180deg, #C1161C, #810F13);
    padding: 0;
    height: 80px;
	}

@media (max-width: 1199px) {
    .navbar{
        height: auto;
    }
}

.navbar-brand {
    display: inline-block;
    padding: 10px 0;
    margin: 0 5px;
	}

.navbar-brand img {
    height: 70px;
    width: auto;
}


.shrinked header {
    position: fixed;
    top: 0;
    z-index: 1000;
    width: 100%;
    background: #fff;
    -webkit-box-shadow: 0px 0px 85px 0px rgba(0, 0, 0, 0.36);
    -moz-box-shadow: 0px 0px 85px 0px rgba(0, 0, 0, 0.36);
    box-shadow: 0px 0px 85px 0px rgba(0, 0, 0, 0.36);

}

.shrinked .header_logo {
    display: none;
}


.navbar-nav-lang, .navbar-nav-top{
	display: none !important;
	}



@media (max-width: 1399px) {
    .navbar-brand {
        padding: 15px 0 16px;
    }

    .navbar-brand img {
        height: 60px;
    }
}

@media (max-width: 1199px) {
    .navbar {
        justify-content: flex-end;
    }
}


@media (max-width: 991px) {
.header{
	flex-direction: column;
	}

	.top_nav{
		display: none !important;
		}

	.navbar-nav-lang, .navbar-nav-top{
		display: block !important;
		}
}

@media (max-width: 767px){

.header_logo{
	display: flex;
	justify-content: space-between;
    width: calc(100% - 64px);
    overflow: hidden;
	}

	.header_logo a{
		width: 100%;
		}

	}

@media (max-width: 499px) {
    .navbar-brand {
        padding: 10px 0;
        max-width: 180px;
        margin: 0;
    }

    .navbar-brand img {
        height: auto;
        width: 100%;
    }
}

.navbar-nav {
    display: flex;
    justify-content: center;
    width: 100%;
}


@media (min-width: 1200px) {
    .navbar-nav {
        text-align: center;
    }
}

.navbar-nav li a {
    color: #fff;
    padding: 24px 14px;
    letter-spacing: -.3px;
    font-weight: 400;
    display: block;
    transition: all 0.2s ease;
}

.navbar-nav li a:hover {
 	background: rgba(255, 255, 255, .25);
}

.navbar-nav li a:hover {
    text-decoration: none;
    transition: all 0.2s ease;
}

.navbar-nav > li.current_page_item > a, .navbar-nav > li.current_page_ancestor > a {
	background: rgba(255,255,255,.2);
    text-decoration: none;
    transition: all 0.2s ease;
}

.navbar-toggler {
    padding: 1rem;
    background: rgba(255, 255, 255, .5);
    transition: all 0.2s ease;
    border-radius: 0px;
}

.navbar-toggler:focus {
    outline: none;
}

.navbar-toggler:hover {
    background: rgba(255, 255, 255, .7);
    transition: all 0.2s ease;
}

.navbar-toggler[aria-expanded=false] .navbar-toggler-bar {
    background: #1e7cab;
    height: 2px;
    width: 100% px;
    display: block;
    margin: 6px 0;
    transition: all 0.2s ease;
}

.navbar-toggler[aria-expanded=true] .navbar-toggler-bar:first-child {
    background: #4272b5;
    height: 2px;
    width: 100% px;
    display: block;
    margin: 6px 0;
    transform: rotateZ(45deg) translateY(6px) translateX(6px);
    transition: all 0.2s ease;
}

.navbar-toggler[aria-expanded=true] .navbar-toggler-bar:nth-child(2) {
    display: none;
    transition: all 0.2s ease;
}

.navbar-toggler[aria-expanded=true] .navbar-toggler-bar:last-child {
    background: #4272b5;
    height: 2px;
    width: 100% px;
    display: block;
    margin: 6px 0;
    transform: rotateZ(135deg) translateY(0px) translateX(0px);
    transition: all 0.2s ease;
}

@media (max-width: 1599px) {
    .navbar-nav li a {
        font-size: .9rem;
        padding: 24px 14px;
    }
}

@media (max-width: 1399px) {
    .navbar-nav li a {
        font-size: .85rem;
        padding: 14px 12px;
    }
}

@media (max-width: 1199px) {
    .navbar-nav li a {
        font-size: 1rem;
        padding: 1rem;
        border-top: 1px solid rgba(255, 255, 255, .3);
		text-align: right;
    }
}


.navbar-nav ul {
    position: absolute;
    top: auto;
    left: 0;
    width: max-content;
    list-style: none;
    padding: 0;
    margin: 0;
    display: none;
    z-index: 10000;
}

.navbar-nav li:last-child ul {
    right: -4px;
    left: auto;
    text-align: right;
}

.navbar-nav ul > li {
    position: relative;
    height: auto;
    background: #1270a0;
    text-align: left;
    border-bottom: 1px solid rgba(255, 255, 255, .2);
    padding-left: 0px;
    transition: all ease .2s;
}

.navbar-nav ul > li:hover {
    background: #187bad;
    margin-left: 5px;
    margin-right: -5px;
    transition: all ease .2s;
}

.navbar-nav {
    list-style: none;
    padding: 0;
    margin: 0;

}

.navbar-nav > li {
    position: relative;
}

.navbar-nav li:hover > ul {
    display: inline;
}

.navbar-nav li li a {
    padding: 14px;
}

@media (max-width: 1399px) {
    .navbar-nav li li a {
        padding: 10px 14px;
    }
}

@media (max-width: 1199px) {

    .navbar-nav {
        background: rgba(255, 255, 255, 0.1);
    }

    .navbar-nav li:hover > ul {
        display: none;
    }
}


.container_bc {
    display: flex;
    justify-content: space-between;
}

.breadcrumb {
    background: none;
    margin-bottom: 0px;
    font-size: .85rem;
}

.breadcrumb .breadcrumb_loc {
    margin-right: 5px;
    color: #777;
}

.breadcrumb a {
    color: #000;
}

@media (max-width: 575px) {
    .breadcrumb {
        padding: .75rem 0rem;
    }
}

.search_container {
    align-self: center;
    display: flex;
}

.search_container a, .search_container form {
    display: block;
    font-size: 0.85rem;
    align-self: center;
}

.search_container a img {
    width: 25px;
    height: 25px;
    margin-right: 3px;
}

.search_container form {
    transition: all 0.2s ease;
}

.search_container form input[type=text] {
    height: 44px;
    border: 0px;
    background: url(/theme-assets/du-buswebshop/img/search.svg) no-repeat 10px;
    background-size: 25px;
    padding: 0 10px 0 40px;
    width: 135px;
    transition: all 0.2s ease;
    cursor: pointer;
}

.search_container form input::placeholder {
    color: #000;
    transition: all 0.2s ease;
}

.search_container form input[type=text]:focus {
    background: #f6f6f6 url(/theme-assets/du-buswebshop/img/search.svg) no-repeat 10px;
    background-size: 25px;
    width: 200px;
    transition: all 0.2s ease;
    outline: none;
    cursor: text;
}

.search_container form input:focus::placeholder {
    color: #f6f6f6;
    transition: all 0.2s ease;
}

/* Change Autocomplete styles in Chrome*/
.search_container form input[type=text]:-webkit-autofill,
.search_container form input[type=text]:-webkit-autofill:hover,
.search_container form input[type=text]:-webkit-autofill:focus {
    background-image: url(/theme-assets/du-buswebshop/img/search.svg) !important;
    background-repeat: no-repeat !important;
    background-position: 10px 10px !important;
}

@media (max-width: 1199px) {
    .navbar {
        justify-content: space-between;
    }

    .search_container {
        display: none;
    }

    .search_container form input[type=text] {
        height: 64px;
        border-radius: 0px;
        background: url(/theme-assets/du-buswebshop/img/search_navbar.svg) no-repeat 18px;
        padding: 0 0 0 56px;
        width: 100%;
        font-size: 1rem;
    }

    .search_container form input::placeholder {
        color: #4272b5;
    }

    .search_container form input[type=text]:focus {
        background: #f6f6f6 url(/theme-assets/du-buswebshop/img/search_navbar.svg) no-repeat 18px;
        width: 100%;
    }

    .search_container form input:focus::placeholder {
        color: #f6f6f6;
    }

}

@media (max-width: 1199px) {
    .search_container.search_container_navbar {
        display: inline;
        width: calc(100% - 64px);
    }
}

@media (min-width: 1200px) {
    .search_container.search_container_navbar {
        display: none;
    }

}

.black-overlay {
    background: rgba(0, 0, 0, .3);
    position: absolute;
    z-index: 1000;
    width: 100%;
    height: 855px;
}

.carousel-indicators {
    top: 10px;
    bottom: auto;
}

.carousel-caption {
    position: absolute;
    right: 0;
    left: 0;
    top: 50%;
    z-index: 1000;
    color: #fff;
    text-align: left;
    margin-bottom: 20px;
}

.carousel-caption h2 {
    font-size: 3rem;
    width: max-content;
    margin-bottom: 2rem;
    background: #fff;
    color: #eacc00;
    padding: 10px 20px 15px;
}

.carousel-caption h3 {
    font-size: 1.5rem;
    width: max-content;
    background: #fff;
    color: #222;
    padding: 20px 20px 10px;
    margin: 0px;
}

@media (max-width: 1999px) {
    .carousel-caption {
        top: 25%;
    }
}

@media (max-width: 1799px) {
    .carousel-caption {
        top: 20%;
    }

}

@media (max-width: 1599px) {
    .carousel-caption {
        top: 15%;
    }

    .carousel-caption h2 {
        font-size: 2.5rem;
        margin-bottom: 1.5rem;
    }
}

@media (max-width: 1399px) {
    .carousel-caption {
        top: 25%
    }
}

@media (max-width: 1199px) {
    .carousel-caption h2 {
        font-size: 2rem;
        width: 360px;
    }
}

@media (max-width: 767px) {
    .carousel-caption h2 {
        width: auto;
        margin: 0 auto 1rem;
        text-align: center;
    }

    .carousel-caption {
        bottom: 0%;
        top: unset;
        margin-bottom: 0px;
        text-align: center;
    }
}

@media (max-width: 575px) {
    .carousel {
        display: none;
    }
}

.section_main_buttons {
    position: relative;
    margin-top: 0px;
}

.section_main_buttons .container {
    background: white;
}

.section_main_buttons .button_container {
    display: flex;
    flex-direction: row;
    padding-top: 18px;
    justify-content: space-between;
    margin-top: -90px;
    position: relative;
    z-index: 2000;
}

@media (max-width: 575px) {
    .section_main_buttons .button_container {
        padding-top: 0px;
    }
}

.section_main_buttons a {
    display: block;
    text-align: center;
    width: 16.666666666%;
    color: #000;
    padding: 30px 0;
    transition: all 0.2s ease;
    position: relative;
    z-index: 9;
    box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
}

.section_main_buttons a:hover {
    text-decoration: none;
    margin-top: -9px;
    margin-bottom: 9px;
    transition: all 0.2s ease;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, .2);
    z-index: 10;
}

@media (max-width: 1199px) {

    .section_main_buttons .button_container {
        margin-top: -75px;
    }

    .section_main_buttons a {
        padding: 20px 0;
    }
}

@media (max-width: 991px) {

    .section_main_buttons a {
        width: 33.33333333333%
    }

    .section_main_buttons .button_container {
        flex-wrap: wrap;
        margin-top: 0px;
    }
}

@media (max-width: 499px) {

    .section_main_buttons a {
        width: 50%;
        padding: 15px 0;
    }
}

.section_main_buttons a:nth-child(1) {
    background: #ffde16;
}

.section_main_buttons a:nth-child(2) {
    background: #d1e36f;
}

.section_main_buttons a:nth-child(3) {
    background: #89d9ab;
}

.section_main_buttons a:nth-child(4) {
    background: #5bcae8;
}

.section_main_buttons a:nth-child(5) {
    background: #4c9bce;
}

.section_main_buttons a:nth-child(6) {
    background: #4272b5;
}


.section_main_buttons img {
    width: 72px;
    height: 72px;
    text-align: center;
    margin-bottom: 15px;
}

.section_main_buttons h6 {
    font-size: 1.125rem;
    margin-bottom: 0px;
}

@media (max-width: 1399px) {
    .section_main_buttons img {
        width: 60px;
        height: 60px;
    }

    .section_main_buttons h6 {
        font-size: 1rem;
    }
}

@media (max-width: 1199px) {
    .section_main_buttons img {
        width: 48px;
        height: 48px;
    }
}

@media (max-width: 499px) {

    .section_main_buttons img {
        width: 36px;
        height: 36px;
        margin-bottom: 10px;
    }

}

.section_info {
    /*background: #ffde16;
    background: #187bad;*/
    color: #fff;
}

.section_info h1 {
    font-size: 2.25rem;
    margin-bottom: 1rem;
}

.section_info .main_buttons {
	justify-content: center;
    display: flex;
    margin-top: -60px;
    z-index: 1;
    position: relative;
    margin-bottom: 30px;
}

.section_info .main_buttons .item {
    width: 25%;
    text-align: center;
}

.section_info .main_buttons .item a {
    color: #fff;
    font-size: 1.5rem;
    padding: 30px 15px;
    display: block;
    transition: all .2s ease;
    height: 100%;
	line-height: 1.2;
	margin: 0 10px;
    border-radius: 0.3rem;
	box-shadow: -10px -10px 0 -5px inset rgba(0,0,0,0.1);
	}

.section_info .main_buttons .item a:hover{
	text-decoration: none;
	transform: translateY(-20px);
	}

.section_info .main_buttons .item a span{
    display: block;
    font-size: 3rem;
    line-height: 1;
	}

.section_info .main_buttons .item a img {
    margin-bottom: 3px;
    width: 40px;
	}

.section_info .main_buttons .item:first-child a{
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#f15b28+0,f7931d+100 */
	background: rgb(241,91,40); /* Old browsers */
	background: -moz-linear-gradient(left,  rgba(241,91,40,1) 0%, rgba(247,147,29,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left,  rgba(241,91,40,1) 0%,rgba(247,147,29,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right,  rgba(241,91,40,1) 0%,rgba(247,147,29,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f15b28', endColorstr='#f7931d',GradientType=1 ); /* IE6-9 */
	}


.section_info .main_buttons .item:nth-child(2) a{
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#c1161c+1,27aae1+100 */
	background: rgb(24,97,158); /* Old browsers */
	background: -moz-linear-gradient(left,  rgba(24,97,158,1) 1%, rgba(39,170,225,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left,  rgba(24,97,158,1) 1%,rgba(39,170,225,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right,  rgba(24,97,158,1) 1%,rgba(39,170,225,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c1161c', endColorstr='#810F13',GradientType=1 ); /* IE6-9 */
	}

.section_info .main_buttons .item:nth-child(3) a{
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#006838+0,39b449+100 */
	background: rgb(0,104,56); /* Old browsers */
	background: -moz-linear-gradient(left,  rgba(0,104,56,1) 0%, rgba(57,180,73,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left,  rgba(0,104,56,1) 0%,rgba(57,180,73,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right,  rgba(0,104,56,1) 0%,rgba(57,180,73,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#006838', endColorstr='#39b449',GradientType=1 ); /* IE6-9 */
	}



@media (max-width: 1199px) {
    .section_info .main_buttons .item a {
        font-size: 1.25rem;
        padding: 20px;
    }

    .section_info .main_buttons .item a img {
        width: 35px;
    }
}

@media (max-width: 991px) {

	.section_info .main_buttons{
		margin-top: 30px;
		}

		.section_info .main_buttons .item a:hover {
			transform: translateY(-10px);
			}

    .section_info .main_buttons .item a img {
        width: 35px;
    }

	.section_info .main_buttons .item {
		width: 33%;
	}

	.section_info .main_buttons .item a{
		font-size: 1rem;
		}

	.section_info .main_buttons .item a span{
		font-size: 2rem;
		}

}

@media (max-width: 575px) {
   .section_info .main_buttons{
		margin: 15px 0;
		display: block;
		}

		.section_info .main_buttons .item {
			width: 100%;
			}

			.section_info .main_buttons .item a{
				margin-bottom: 15px;
				margin-left: 0px;
				margin-right: 0px;
				}

			.section_info .main_buttons .item a:hover{
				transform: none;
				}
}

.section_partners{
	background: #eee;
	}

	.section_partners .item{
		margin: 1rem 0;
		}

	.section_partners .item img{
		float: left;
		border: 1px solid #ddd;
		background: #fff;
		margin: 0 20px 0 0;
		border-radius: .5rem;
		}

	.section_partners .item div{
		margin-left: 120px;
		margin-top: 5px;
		}

		.section_partners .item div p{
			font-size: .85rem;
			}

		.section_partners .row .row{
			margin: 0;
			}

.section_news {
    background: #f5f5f5;
}

.news_big_images {
    margin: 40px 0 0;
    /*background: #fff;*/
}

.news_big_images .row {
    /*padding: 0 15px;*/
	padding: 0px;
	margin: 0px;
}

.news_big_images article {
    margin-bottom: 2rem;
    position: relative;
	height: 100%;
}

.news_big_images article a.img_link {
    display: none;
    width: 100%;
    height: auto;
    overflow: hidden;
}

.news_big_images article a.img_link img{
	max-height: 300px;
	border-radius: .5rem;
}

.news_big_images article a.img_link:hover{
	text-decoration: none;
}


.news_big_images article a.img_link span{
	color: #333;
}

.news_big_images article a.img_link:first-child {
    display: block;
}

.news_big_images article a.img_link:nth-child(2) {
    display: block;
    position: absolute;
    left: 4px;
    top: 4px;
    z-index: -1;
    opacity: .6;
}

.news_big_images article a.img_link:nth-child(3) {
    display: block;
    position: absolute;
    left: 8px;
    top: 8px;
    z-index: -2;
    opacity: .3;
}

.news_big_images article a.img_link:nth-child(4) {
    display: block;
    position: absolute;
    left: 12px;
    top: 12px;
    z-index: -2;
    opacity: .1;
}
/*
@media (max-width: 1599px) {
    .news_big_images article a.img_link {
        height: 220px;
    }
}

@media (max-width: 1499px) {
    .news_big_images article a.img_link {
        height: 200px;
    }
}

@media (max-width: 1399px) {
    .news_big_images article a.img_link {
        height: 180px;
    }
}

@media (max-width: 1299px) {
    .news_big_images article a.img_link {
        height: 160px;
    }
}

@media (max-width: 1199px) {
    .news_big_images article a.img_link {
        height: 220px;
    }
}

@media (max-width: 991px) {
    .news_big_images article a.img_link {
        height: 200px;
    }
}

@media (max-width: 767px) {
    .news_big_images article a.img_link {
        height: 180px;
    }
}
*/

@media (max-width: 991px){
	.news_big_images {
		margin: 25px 0 0;
		}
}

@media (max-width: 575px) {
    .news_big_images article a.img_link {
        padding: 0;
    }
}

.news_big_images article a.img_link img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
}

.news_big_images h3 {
    font-size: 1.5rem;
    margin-bottom: 0px;
    position: relative;
}

.news_big_images a:hover h3{
	text-decoration: underline;
}

.news_big_images small {
    color: #999;
}

.news_big_images small + small {
    margin-left: 0px;
}

.news_big_images img {
    width: 100%;
    height: auto;
    box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, .10);
}

@media (max-width: 991px) {
    .news_big_images h3 {
        font-size: 1.25rem;
    }
}


.news_big_images article h3 {
    margin-top: 1rem;
    margin-bottom: .75rem;
}

.news_big_images article h3 a {
    color: #000;
    transition: all 0.2s ease;
}

.news_big_images article h3 a:hover {
    color: #0093dd;
    text-decoration: none;
    transition: all 0.2s ease;
}

.news_calendar, .white_block {
    margin-bottom: 14px;
}

.news_calendar .news_calendar_title {
    background: #c0eaf5;
    padding: 1rem 1.5rem;
    margin-bottom: 4px;
    display: inline-block;
    font-weight: 400;
}

.news_calendar a {
    display: block;
    background: #c0eaf5;
    margin-bottom: 4px;
    color: #000;
    transition: all 0.2s ease;
}

.news_calendar a:hover {
    text-decoration: none;
    transition: all 0.2s ease;
    background: rgba(91, 202, 232, 0.7);
}

.news_calendar h4, .white_block h4 {
    font-size: 1.25rem;
    margin-bottom: 20px;
}

.news_calendar .calendar_date {
    color: #000;
    margin-bottom: 10px;
}

.news_calendar .calendar_date img {
    margin-right: 5px;
    vertical-align: -5px;
}

.news_calendar .calendar_img {
    width: 100%;
    height: auto;
}

.white_block {
    margin: 40px 0;
    background: #fff;
    padding: 20px;
    border-bottom: 5px solid #eee;
}

@media (max-width: 991px) {
    .white_block {
        margin: 0px 0px 20px;
    }
}

.white_block ul {
    padding-left: 0px;
}

.white_block li {
    list-style: none;
}

.white_block li a {
    display: block;
    margin-bottom: 8px;
    line-height: normal;
    color: #000;
    transition: all 0.2s ease;
    padding-left: 20px;
    background-image: url(/theme-assets/du-buswebshop/img/icon_arrow_right.svg);
    background-repeat: no-repeat;
    background-size: 14px;
    background-position: 0px 3px;
}

.white_block li a:hover {
    padding-left: 30px;
    background-position: 10px 3px;
    text-decoration: none;
    transition: all 0.2s ease;
    color: #0093dd;
}

.white_block .alert_type {
    margin-bottom: 10px;
    color: #999;
    font-size: .85rem;
}

.white_block .alert_type img {
    margin-right: 5px;
}

.section_footer {
    border-top: 15px solid #f0f0f0;
}

.section_footer {
   	background: #fff;
    padding: 10px 0 20px;
}

.footer-brand {
    margin-bottom: 20px;
}

.footer-brand img {
    max-width: 300px;
}

.section_footer h5 {
    margin: 67px 0 19px;
}

.section_footer ul {
    padding-left: 0px;
    margin-bottom: 20px;
}

.section_footer ul li {
    list-style: none;
    margin: 10px 0;
}

.section_footer ul li a {
    background: url(/theme-assets/du-buswebshop/img/icon_arrow_right.svg) no-repeat;
    padding-left: 20px;
    background-size: 14px;
    transition: all ease .2s;
    display: block;
    background-position: 0px 2px;
    line-height: 1.2;
    color: #333;
}

.section_footer ul li a:hover {
    background: url(/theme-assets/du-buswebshop/img/icon_arrow_right.svg) no-repeat;
    background-size: 14px;
    padding-left: 28px;
    transition: all ease .2s;
    text-decoration: none;
    background-position: 10px 2px;
}

@media (max-width: 1199px) {
    .footer-brand img {
        height: 60px;
    }
}

@media (max-width: 991px) {
    .footer-brand img {
        height: 50px;
    }
}

@media (max-width: 585px) {
    .section_footer h5 {
        margin: 20px 0 0;
    }
}

.section_credit {
    background: linear-gradient(180deg, #C1161C, #810F13);

    line-height: 60px;
    color: #fff;
    font-size: .85rem;
}

.section_credit span {
    margin-left: 20px;
}

.section_credit span a {
    color: #dcf3ff;
}

.section_heading {
    background: rgb(192, 22, 28);
    /*margin-bottom: 18px;*/
}

.section_heading .container {
    position: relative;
    padding: 40px 0;
}

.section_heading .container a {
    position: absolute;
    top: 1rem;
    left: 2rem;
    font-size: .85rem;
}

.section_heading .container a img {
    width: 18px;
    vertical-align: text-bottom;
    margin-right: 5px;
}

.section_heading .container h1 {
    margin: 0 2rem;
	color: #fff;
    text-align: center;
}

@media (max-width: 991px) {

    .section_heading .container {
        padding: 30px 0;
    }

    .section_heading .container_uplevel {
        padding: 30px 0;
    }

    .section_heading .container h1 {
        font-size: 2rem;
		text-align: center;
    }
}

@media (max-width: 767px) {

    .section_heading .container {
        padding: 20px 0;
    }

    .section_heading .container_uplevel {
        padding: 20px 0;
    }

    .section_heading .container h1 {
        font-size: 1.5rem;
		text-align: center;
    }
}

@media (max-width: 575px) {
    .section_heading .container h1 {
        margin: 0 1rem;
    }

    .section_heading .container a {
        left: 1rem;
    }

}

.page_content small {
    margin: .5rem 0;
    color: #6f6f6f;
    display: flow-root;
    font-weight: 300;
}

.page_content small ul {
    padding: 0;
    display: inline;
}

.page_content small ul li {
    display: inline;
}

.page_content ol li {
    margin-bottom: 1rem;
}

.page_content ul {
    padding-left: 0px;
    margin-bottom: 2rem;
}

.page_content ul>li, .page_content_search_results ul>li {
    list-style: none;
    line-height: 2rem;
    margin-left: 18px;
}

.page_content ul.pagination li, .page_content_search_results ul.pagination li {
    margin-left: 0;
}

.page_content_search_results ul>li {
    position: relative;
}

.page_content_search_results ul>li::before {
    position: absolute;
}

.page_content_search_results p {
    margin-bottom: 0px;
}

.page_content ul>li::before, .page_content_search_results ul>li::before {
    content: "—";
    margin-right: 5px;
    margin-left: -18px;
}

.page_content ul.pagination li::before, .page_content_search_results ul.pagination li::before{
	display: none;
	}

.page_content_search_results ul>li {
    line-height: 1.5;
    margin-left: 0;
    margin-top: 1rem;
    margin-bottom: 1rem;
}

.page_content_search_results ul>li::before {
    top: 2px;
}

.alignleft {
    float: left;
    margin: 0 1rem 1rem 0;
}

.alignright {
    float: right;
    margin: 0 0 1rem 1rem;
}

.aligncenter {
    margin: 0 auto 1rem;
    display: block;
}

.aside_nav{
	border-radius: 0 0 .5rem .5rem;
	}

.aside_nav .aside_title {
    background: rgb(39, 170, 225);
	color: #fff;
    padding: 1rem 1.5rem;
    font-weight: 500;
	border-radius: .5rem .5rem 0 0;
}

.aside_nav ul {
    list-style: none;
    padding-left: 0px;
    background: rgba(39, 170, 255, .15);
    margin-bottom: 18px;
    border-radius: 0 0 .5rem .5rem;
}

.aside_nav ul li {
    line-height: 1.5rem;
    padding: .75rem 0;
}

.aside_nav ul.nav li {
    line-height: 3rem;
    padding: 0;
}

/*.aside_nav .con, a.active .con{
	background: #4272b5;
	height: 2px;
	width: 20px;
	display: inline-block;
	margin-bottom: 6px;
    margin-right: 10px;
	transition: all 0.2s ease;
	margin-left: -30px;
	}


.aside_nav .con::before, .aside_nav .con::after, a.active .con::before, a.active .con::after{
	transition: all 0.2s ease;
	width: 0px;
	height: 0px;
	background: #4272b5;
	display: block;
	content:"";
	}

*/

/*
.aside_nav .con::before{
	-webkit-transform: rotateZ(45deg) translateY(-10px) translateX(5px);
	-moz-transform: rotateZ(45deg) translateY(-10px) translateX(5px);
	-ms-transform: rotateZ(45deg) translateY(-10px) translateX(5px);
	-o-transform: rotateZ(45deg) translateY(-10px) translateX(5px);
	transform: rotateZ(45deg) translateY(-10px) translateX(5px);
	}

.aside_nav .con::after{
	-webkit-transform: rotateZ(135deg) translateY(-9px) translateX(-6px);
	-moz-transform: rotateZ(135deg) translateY(-9px) translateX(-6px);
	-ms-transform: rotateZ(135deg) translateY(-9px) translateX(-6px);
	-o-transform: rotateZ(135deg) translateY(-9px) translateX(-6px);
	transform: rotateZ(135deg) translateY(-9px) translateX(-6px);
	}
*/

.aside_nav ul li a {
    color: #000;
    font-weight: 300;
    display: block;
    line-height: normal;
    transition: all 0.2s ease;
    /*background-image: url(/theme-assets/du-buswebshop/img/icon_arrow_right.svg);
    background-repeat: no-repeat;
    background-size: 14px;
    background-position: 0px 3px;*/
    margin-left: 0;
    padding-left: 20px;
}


.aside_nav ul li a:hover, .aside_nav ul li.current_page_item a {
    text-decoration: none;
    margin-left: 10px;
	position: relative;
}

.aside_nav ul li.current_page_item a::before {
	position: absolute;
    content: "";
    width: 20px;
    height: 2px;
    background: #f58220;
    top: 8px;
    left: -10px;
	}

.aside_nav small {
    margin-left: 20px;
    font-weight: 300;
    color: #999;
    transition: all 0.2s ease;
}

.aside_nav ul li a:hover ~ small {
    margin-left: 30px;
    transition: all 0.2s ease;
}


/*

	.aside_nav ul li a:hover .con::before, .aside_nav ul li a:hover .con::after, .aside_nav ul li.current_page_item a .con::before, .aside_nav ul li.current_page_item a .con::after, a.active .con::before, a.active .con::after{
		transition: all 0.2s ease;
		width: 10px;
		height: 2px;
		background: #4272b5;
		opacity: 1;
		display: block;
		content:"";
		}

*/

/*
	.aside_nav ul li a:hover .con::before, .aside_nav ul li.current_page_item a .con::before, a.active .con::before{
		-webkit-transform: rotateZ(45deg) translateY(-17px) translateX(13px);
		-moz-transform: rotateZ(45deg) translateY(-17px) translateX(13px);
		-ms-transform: rotateZ(45deg) translateY(-17px) translateX(13px);
		-o-transform: rotateZ(45deg) translateY(-17px) translateX(13px);
		transform: rotateZ(45deg) translateY(-17px) translateX(13px);
		}

	.aside_nav ul li a:hover .con::after, .aside_nav ul li.current_page_item a .con::after, a.active .con::after{
		-webkit-transform: rotateZ(135deg) translateY(-16px) translateX(-14px);
		-moz-transform: rotateZ(135deg) translateY(-16px) translateX(-14px);
		-ms-transform: rotateZ(135deg) translateY(-16px) translateX(-14px);
		-o-transform: rotateZ(135deg) translateY(-16px) translateX(-14px);
		transform: rotateZ(135deg) translateY(-16px) translateX(-14px);
		}
*/


.aside_nav .nav {
    display: block;
    /*column-count: 3;*/
}

/*
@media (max-width: 1199px){
.aside_nav .nav{
	column-count: 2;
	}
}
*/

.aside_nav .nav a {
    display: inline-block;
}

.page_content_with_fi .featured_image {
    float: left;
    max-width: 360px;
    margin: 0 2rem 2rem 0;
}

.page_content_with_fi .featured_image img {
    box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, .10);
}

.page_content_with_fi .featured_image figcaption {
    max-width: 100%;
    background: #f0f0f0;
    margin-top: 4px;
    padding: .5rem 1rem;
    font-size: .85rem;
}

.page_content_with_fi > div {
    margin-left: 180px;
}

@media (max-width: 767px) {
    .page_content_with_fi .featured_image {
        margin: 0 1rem 1rem 0;
    }
}

@media (max-width: 1199px) {
    .page_content_with_fi > div {
        margin-left: 0px;
    }

    .page_content_with_fi .featured_image {
        max-width: 50%;
    }

    .page_content_with_fi .featured_image img {
        width: 100%;
        height: auto;
    }

}


.subpage_nav ul {
    list-style: none;
    padding: 0px;
    margin-bottom: 18px;
}

.subpage_nav.subpage_nav_archive ul {
    column-count: 4;
}

@media (max-width: 991px) {
    .subpage_nav.subpage_nav_archive ul {
        column-count: 3;
    }
}

@media (max-width: 767px) {
    .subpage_nav.subpage_nav_archive ul {
        column-count: 2;
    }
}

.subpage_nav > ul > li > a > div.con {
    float: right;
    margin: 10px;
    transition: all 0.2s ease;
    display: none;
}

.subpage_nav > ul > li.page_item_has_children > a > div.con {
    display: block;
}

.subpage_nav > ul > li > a > div.con::before, .subpage_nav > ul > li > a > div.con::after {
    transition: all 0.2s ease;
    width: 10px;
    height: 2px;
    background: #4272b5;
    opacity: 1;
    display: block;
    content: "";
    position: absolute;
}

.subpage_nav > ul > li > a > div.con::before {
    -webkit-transform: rotateZ(45deg) translateY(4px) translateX(-4px);
    -moz-transform: rotateZ(45deg) translateY(4px) translateX(-4px);
    -ms-transform: rotateZ(45deg) translateY(4px) translateX(-4px);
    -o-transform: rotateZ(45deg) translateY(4px) translateX(-4px);
    transform: rotateZ(45deg) translateY(4px) translateX(-6px);
}

.subpage_nav > ul > li > a > div.con::after {
    -webkit-transform: rotateZ(135deg) translateY(-9px) translateX(-6px);
    -moz-transform: rotateZ(135deg) translateY(-9px) translateX(-6px);
    -ms-transform: rotateZ(135deg) translateY(-9px) translateX(-6px);
    -o-transform: rotateZ(135deg) translateY(-9px) translateX(-6px);
    transform: rotateZ(135deg) translateY(2px) translateX(0px);
}

.subpage_nav > ul > li > a:focus > div.con::before {
    -webkit-transform: rotateZ(135deg) translateY(5px) translateX(5px);
    -moz-transform: rotateZ(135deg) translateY(5px) translateX(5px);
    -ms-transform: rotateZ(135deg) translateY(5px) translateX(5px);
    -o-transform: rotateZ(135deg) translateY(5px) translateX(5px);
    transform: rotateZ(135deg) translateY(5px) translateX(5px);
}

.subpage_nav > ul > li > a:focus > div.con::after {
    -webkit-transform: rotateZ(45deg) translateY(1px) translateX(-1px);
    -moz-transform: rotateZ(45deg) translateY(1px) translateX(-1px);
    -ms-transform: rotateZ(45deg) translateY(1px) translateX(-1px);
    -o-transform: rotateZ(45deg) translateY(1px) translateX(-1px);
    transform: rotateZ(45deg) translateY(1px) translateX(-1px);
}

.subpage_nav ul ul {
    margin-bottom: 4px;
    display: none;
}

.subpage_nav > ul > li > a {
    display: block;
    color: #000;
    font-weight: 500;
    margin-bottom: 4px;
    transition: all 0.2s ease;
    border-bottom: 1px solid #eee;
    margin: 0;
    padding: 1rem 2.5rem;
    background-image: url(/theme-assets/du-buswebshop/img/icon_arrow_right.svg);
    background-repeat: no-repeat;
    background-size: 14px;
    background-position: 15px 20px;
}

.subpage_nav > ul > li:last-child > a {
    border-bottom: none;
}

.subpage_nav > ul > li > a:hover {
    background-color: #f0f0f0;
    background-position: 25px 20px;
    padding: 1rem 3.5rem 1rem 2.5rem;
    text-decoration: none;
    transition: all 0.2s ease;
}

@media (max-width: 575px) {
    .subpage_nav > ul > li > a {
        padding: 1rem 1rem;
    }

    .subpage_nav > ul > li > a:hover {
        padding: 1rem 1rem 1rem 1.5rem;
    }

}

/*
.subpage_nav>ul>li:focus ul{
display: block;
}*/

.subpage_nav ul ul li a {
    color: #000;
    font-weight: 300;
    display: block;
    background: #f0f0f0;
}

.subpage_nav ul ul li a .con {
    background: #4272b5;
    height: 2px;
    width: 20px;
    display: inline-block;
    margin-bottom: 6px;
    margin-right: 10px;
    transition: all 0.2s ease;
}

.subpage_nav ul ul li a .con::before, .subpage_nav ul ul li a .con::after {
    transition: all 0.2s ease;
    width: 0px;
    height: 0px;
    background: #4272b5;
    display: block;
    content: "";
}

.subpage_nav ul ul li a .con::before {
    -webkit-transform: rotateZ(45deg) translateY(-10px) translateX(5px);
    -moz-transform: rotateZ(45deg) translateY(-10px) translateX(5px);
    -ms-transform: rotateZ(45deg) translateY(-10px) translateX(5px);
    -o-transform: rotateZ(45deg) translateY(-10px) translateX(5px);
    transform: rotateZ(45deg) translateY(-10px) translateX(5px);
}

.subpage_nav ul ul li a .con::after {
    -webkit-transform: rotateZ(135deg) translateY(-9px) translateX(-6px);
    -moz-transform: rotateZ(135deg) translateY(-9px) translateX(-6px);
    -ms-transform: rotateZ(135deg) translateY(-9px) translateX(-6px);
    -o-transform: rotateZ(135deg) translateY(-9px) translateX(-6px);
    transform: rotateZ(135deg) translateY(-9px) translateX(-6px);
}

.subpage_nav ul ul li a {
    color: #000;
    font-weight: 300;
    display: block;
    padding: 1rem 1.5rem;
}


.subpage_nav ul ul li a:hover {
    font-weight: 500;
    text-decoration: none;
}

.subpage_nav ul ul li a:hover .con {
    width: 30px;
    display: inline-block;
    margin-bottom: 6px;
    margin-right: 10px;
    transition: all 0.2s ease;
}

.subpage_nav ul ul li a:hover .con::before, .subpage_nav ul ul li a:hover .con::after {
    transition: all 0.2s ease;
    width: 10px;
    height: 2px;
    background: #4272b5;
    opacity: 1;
    display: block;
    content: "";
}

.subpage_nav ul ul li a:hover .con::before {
    -webkit-transform: rotateZ(45deg) translateY(-17px) translateX(13px);
    -moz-transform: rotateZ(45deg) translateY(-17px) translateX(13px);
    -ms-transform: rotateZ(45deg) translateY(-17px) translateX(13px);
    -o-transform: rotateZ(45deg) translateY(-17px) translateX(13px);
    transform: rotateZ(45deg) translateY(-17px) translateX(13px);
}

.subpage_nav ul ul li a:hover .con::after {
    -webkit-transform: rotateZ(135deg) translateY(-16px) translateX(-14px);
    -moz-transform: rotateZ(135deg) translateY(-16px) translateX(-14px);
    -ms-transform: rotateZ(135deg) translateY(-16px) translateX(-14px);
    -o-transform: rotateZ(135deg) translateY(-16px) translateX(-14px);
    transform: rotateZ(135deg) translateY(-16px) translateX(-14px);
}

.subpage_nav {
    margin: 18px 0;
}

.subpage_nav .subpage_nav_item{
	margin-bottom: 30px;
	}

.subpage_nav .subpage_nav_item a {
    border: 1px solid #ddd;
    border-bottom: 5px solid #ddd;
    padding: 0px;
    display: block;
    background: #f6f6f6;
    transition: all 0.2s ease;
	border-radius: .5rem;
	overflow: hidden;
	height: 100%;
}

.subpage_nav .subpage_nav_item a:hover{
	text-decoration: none;
	background: #eee;
	transition: all 0.2s ease;
	}

.subpage_nav .subpage_nav_item h5 {
    margin: 18px;
}

.subpage_nav .subpage_nav_item span {
    margin: 18px;
	display: block;
	color: #333;
}

.subpage_nav .subpage_nav_item img{
	border-radius: .5rem .5rem 0 0;
}



.issues a {
    display: block;
}

.issues {
    padding-left: 0px;
    /*    column-count: 3;*/
}

.issues2 {
    padding-left: 0px;
    /*    column-count: 1;*/
}

.issues2 a {
    display: block;
}

@media (max-width: 1199px) {
    .issues {
        /*    column-count: 2;*/
    }
}

@media (max-width: 599px) {
    .issues {
        /*    column-count: 1;*/
    }


}


.section_content_contact .google_map {
    overflow: hidden;
}

.section_content_contact iframe {
    width: 100%;
    height: 500px;
    border: 0px;
    display: block;
    margin-top: -46px;
}

.section_content_contact dl {
    margin-top: .5rem;
}

.section_content_contact dt {
    clear: both;
    float: left;
    width: 120px;
    font-weight: 300;
}

.section_content_contact dd {
    float: left;
    width: 180px;
}

.working_hours {
    clear: both;
}

.clearfix {
    clear: both;
    margin-bottom: 1rem;
}


.pagination_container {
    background: #f0f0f0;
    padding: 1rem;
}

.pagination_container .pagination {
    margin-bottom: 0rem;
}

.page-numbers {
    position: relative;
    display: block;
    padding: .5rem 1rem;
    margin-left: -1px;
    line-height: 1.25;
    color: #000;
    background-color: #fff;
    border: 1px solid #ddd;
    transition: all 0.2s ease;
}

.page-numbers:hover {
    background-color: #aee0ef;
    border: 1px solid #aee0ef;
    text-decoration: none;
    transition: all 0.2s ease;
    color: #000;
}

.page-numbers.current {
    background-color: #9ddbed;
    border: 1px solid #9ddbed;
}

.nivo-lightbox-theme-default.nivo-lightbox-overlay {
    background: rgba(0, 0, 0, 0.85);
}

.gallery {
    margin: -.5rem -.5rem .5rem -.5rem !important;
}

.gallery .gallery-item {
    margin: 0px !important;
}

.gallery.gallery-columns-2 .gallery-item {
    width: 50% !important;
}

.gallery.gallery-columns-3 .gallery-item {
    width: 33.33333% !important;
}

.gallery.gallery-columns-4 .gallery-item {
    width: 25% !important;
}

.gallery.gallery-columns-5 .gallery-item {
    width: 20% !important;
}

.gallery.gallery-columns-6 .gallery-item {
    width: 16.66666% !important;
}

.gallery.gallery-columns-7 .gallery-item {
    width: 14, 28571% !important;
}

.gallery.gallery-columns-8 .gallery-item {
    width: 12.5% !important;
}

.gallery.gallery-columns-9 .gallery-item {
    width: 11.11111% !important;
}

.gallery .gallery-icon a {
    width: 100%;
    padding-top: 100%;
    overflow: hidden;
    position: relative;
    display: block;
}

.gallery .gallery-icon a img {
    border: 0px !important;
    object-fit: cover;
    object-position: center center;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    text-align: center;
    width: 100%;
    height: 100%;
    padding: .5rem;
}

.dropdown-menu {
    padding: 0px;
}

.dropdown-menu a {
    display: block;
    padding: 5px 10px;
    font-size: .9rem;
}

.dropdown-menu a:hover {
    text-decoration: none;
    background: #eee;
}

.section_archive_dropdown {
    background: #f0f0f0;
    padding: 2rem 0;
    margin: 0 0 1rem 0;
}

.section_archive_dropdown button {
    margin-right: 12px;
    margin-bottom: 1rem;
    width: 170px;
}

.section_archive_dropdown button::after {
    margin-left: 1rem;
}

.section_content mark {
    background: #ffde16;
    padding: 0 .2rem;
}

.section_content img{
	border-radius: .5rem;
}


.es-field-wrap input {
    display: block;
    width: 100%;
    height: calc(2.25rem + 2px);
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.es_submit_button {
    display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: .25rem;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    background: #ffde16;
    border: 1px solid #e5c714;
    color: #000;
}


/* Modifications */


.home_heading {
    align-self: center;
    -webkit-align-self: center;
    text-align: center;
    color: white;
    position: absolute;
	padding: 0 30px 60px;
}

.home_heading h1 {
    font-size: 4rem;

}

.home_heading .unesco{
    width:  350px;
}

@media (max-width: 1399px) {
    .home_heading .unesco{
        width:  300px;
    }
}

@media (max-width: 1199px) {

    .home_heading {
        padding: 0 30px;
    }

    .home_heading .unesco{
        width:  250px;
    }
}

@media (max-width: 991px) {

    .home_heading h1 {
        font-size: 3.5rem;

    }

}

@media (max-width: 767px), (max-height: 1080px) {

    .home_heading {
        padding: 0 10px;
    }

    .home_heading h1 {
        font-size: 3rem;

    }

    .home_heading .unesco{
        width:  200px;
    }

}

@media (max-width: 575px), (max-height: 960px) {

    .home_heading h1 {
        font-size: 2rem;

    }

}

.section_home_header {
    max-height: calc(100vh - 300px);
	height: 100%;
    position: relative;
    width: 100%;
    margin-top: 0px;
    z-index: 1;
    display: flex;
    justify-content: center;
    /*max-height: 600px;*/
    overflow: hidden;
}

	.header_video{
		width: 100%;
		}

		.header_video video{
			width: 100%;
			height: 100%;
			object-fit: cover;
			}

@media (max-width: 1899px){
	.section_home_header {
		height: 700px;
	}
}

@media (max-width: 1699px){
	.section_home_header {
		height: 650px;
	}
}

@media (max-width: 1499px){
	.section_home_header {
		height: 500px;
	}
}

@media (max-width: 1199px){
	.section_home_header {
		height: 450px;
	}
}

@media (max-width: 991px){
	.section_home_header {
		height: 400px;
	}
}

@media (max-width: 767px){
	.section_home_header {
		height: 350px;
	}
}

.cta_buttons {
    margin: 30px 0 0;
}

.cta_buttons .icon{
    line-height: 0.5rem;
    font-size: 2rem;
    display: inline-block;
    vertical-align: -10px;
    margin-right: 10px;
	}

.overlay{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.1);
	}

.section_top_nav {
    background: #2a2a2a;
    width: 100%;
}

.top_nav {
    height: 38px;
    display: flex;
    justify-content: flex-end;
	margin: 10px;
}

.top_nav a {
    color: #888;
    font-size: .72rem;
    padding: 10px;
    transition: all ease .2s;
}

.top_nav a.nav-link-ph {
    margin-right: auto;
}

.top_nav a.nav-link-ph img {
    width: 18px;
    margin-right: 8px;
}

.top_nav a:hover, .top_nav a.active {
    background: #eee;
    text-decoration: none;
    transition: all ease .2s;
    color: #333;
	border-radius: .25rem;
}

.top_nav a.top_nav_lang {
    color: #fff;
}

.top_nav a.top_nav_lang:hover {
    color: #333;
    background: #fff;
}

.top_nav a.top_nav_lang img, .top_nav .eu-icon {
    width: 19px;
    margin-right: 0;
    margin-left: 0;
    margin-bottom: 0;
    border: 1px solid #555;
}

.top_nav a.top_nav_lang img, .top_nav .eu-icon {
    margin-top: -3px;
}

.lang_list .item {
    background: #fff;
    padding: 40px;
    margin-bottom: 20px;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, .01);
    transition: all .2s ease;
    display: flex;
    align-items: center;
	border-radius: .5rem;
}

.lang_list .item-ph {
    padding: 20px;
}

.lang_list .item-ph img {
    width: 100%;
}

.lang_list .item:hover {
    transition: all .2s ease;
}

.lang_list .item .flag {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    overflow: hidden;
    box-shadow: 0 0 0 1px #ccc;
    display: inline-block;
    vertical-align: -16px;
    margin-right: 30px;
}

.lang_list .item .flag img {
    width: 50px;
    height: 50px;
    object-fit: cover;
}

.lang_list .item h4 {
    color: #333;
    margin-bottom: 0;
}

.lang_list .item:hover, .lang_list .item:hover h4 {
    text-decoration: none;
}

@media (max-width: 991px) {
    .lang_list .item {
        padding: 30px;
    }

    .lang_list .item .flag {
        vertical-align: -18px;
    }
}

@media (max-width: 767px) {

.cta_buttons .icon {
    line-height: 0.5rem;
    font-size: 1.5rem;
    vertical-align: -4px;
    margin-right: 5px;
}

    .lang_list .item {
        padding: 20px;
        margin-bottom: 15px;
    }

    .lang_list .item-ph {
        padding: 15px;
    }

    .lang_list .item .flag {
        vertical-align: -14px;
        margin-right: 15px;
    }

    .lang_list .item .flag, .lang_list .item .flag img {
        width: 40px;
        height: 40px;
    }
}

@media (max-width: 575px) {

    .lang_list .item-ph {
        padding: 10px;
    }

    .lang_list .item .flag,
    .lang_list .item .flag img {
        width: 30px;
        height: 30px;
    }

    .lang_list .item h4 {
        font-size: 1rem;
    }
}


.section_higlihtedcontent img {
    width: 100%;
	object-fit: cover;
    height: 100%;
	}


.section_higlihtedcontent {
    background: #93d9f8;
	}

.section_higlihtedcontent .row {
    background: #fff;
	border-radius: .5rem;
    overflow: hidden;
	margin: 0;
	}

	.section_higlihtedcontent .row h2{
		margin-bottom: 1rem;
		}

.navbar-expand-xl .navbar-nav .nav-link {
/*  padding: 1.5rem 1rem;*/
    padding: .75rem 1rem;
    margin: 1rem .5rem;
    border-radius: .5rem;
	}

@media (max-width: 1199px){
	.navbar-expand-xl .navbar-nav .nav-link{
		margin: 0;
	    border-radius: 0;
		}

	.section_higlihtedcontent .row h2{
		font-size: 1.5rem;
		}

	}

@media (max-width: 991px){
	.navbar-nav-lang .nav-item .top_nav_lang img{
		width: 19px;
		margin: 0;
		}
	}

.section_tickets_step1{
    border-top: 15px solid #eee;
}

.section_tickets_step1 .col-first,.section_tickets_step1 .col-first+.col{
    flex: 1 0 50%;
    max-width: 50%;
    transition: all ease .2s;
}

.section_tickets_step1.section_tickets_step2 .col-first{
    flex: 1 0 50%;
    max-width: 50%;
    transition: all ease .2s;
}

.section_tickets_step1.section_tickets_step2 .col-first+.col{
    flex: 1 0 50%;
    max-width: 50%;
    transition: all ease .2s;
    border-left: 10px solid #eee
}

.pickdate_calendar{
    /*margin: 0px 30px 20px;*/
	max-width: 98%;
}

@media (max-width: 1599px){
    .section_tickets_step1.section_tickets_step2 .col-first{
        flex: 1 0 50%;
        max-width: 50%;
    }

    .section_tickets_step1.section_tickets_step2 .col-first+.col{
        flex: 1 0 50%;
        max-width: 50%;
    }
}

@media (max-width: 1199px){
    .section_tickets_step1{
        /*background: #eee;*/
    }

    .section_tickets_step1 .col-first, .section_tickets_step1 .col-first+.col, .section_tickets_step1.section_tickets_step2 .col-first, .section_tickets_step1.section_tickets_step2 .col-first+.col{
        flex: 1 0 100%;
        max-width: 100%;
        border-right: 10px solid #eee;
        border-left: 10px solid #eee;
        padding: 0 10px;
        margin: 0;
    }

    .section_tickets_step1 .col-first+.col, .section_tickets_step1.section_tickets_step2 .col-first+.col{
        padding: 0px;
    }

    .pickdate_calendar{
        margin: 0px auto;
    }

}

@media (max-width: 767px){

    .section_tickets_step1 .col-first, .section_tickets_step1 .col-first+.col, .section_tickets_step1.section_tickets_step2 .col-first, .section_tickets_step1.section_tickets_step2 .col-first+.col{
        flex: 1 0 100%;
        max-width: 100%;
        border-right: 10px solid #eee;
        border-left: 10px solid #eee;
        padding: 0 10px;
        margin: 0;
    }

    .section_tickets_step1 .col-first{
        padding: 0 10px;
    }

    .section_tickets_step1.section_tickets_step2 .col-first{
        border-right: 10px solid #eee;
        border-left: 10px solid #eee;
    }

}


.c_head{
    display: flex;
    justify-content: space-between;
    margin: 10px;
    transition: all ease .2s;
}

.c_head .c_left, .c_head .c_right{
    height: 60px;
    width: 60px;
    line-height: 60px;
    text-align: center;
    background: #fff;
    border: 0px;
    color: #333;
    font-size: 1.25rem;
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,.2);
    transition: all ease .2s;
	border-radius: .25rem;
}

.c_head .c_left:hover, .c_head .c_right:hover{
    box-shadow: 0px 0px 15px 0px rgba(0,0,0,.2);
    text-decoration: none;
    transition: all ease .2s;
}

.c_month_year{
    line-height: 60px;
    font-size: 1.25rem;
    transition: all ease .2s;
}


.c_body{
    display: flex;
    flex-wrap: wrap;
}

.c_body button{
    margin: 10px;
    flex-grow: 1;
    width: calc(100% * (1/7) - 20px);
    height: 82px;
    background: #fff;
    border: 0px;
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,.2);
    font-size: 1.25rem;
    transition: all ease .2s;
	border-radius: .25rem;
}

.c_body button[disabled], .c_body button:hover[disabled]{
    background: #eee;
    color: #777;
    box-shadow: none;
    cursor: default;
    transition: all ease .2s;
}

.c_body button:hover{
    box-shadow: 0px 0px 15px 0px rgba(0,0,0,.2);
    cursor: pointer;
    transition: all ease .2s;
}

.c_body button.active_date, .c_body button:focus{
    background: #c1161c;
    color: #fff;
    box-shadow: none;
    border: none;
    outline: none;
    transition: all ease .2s;
}

.c_body button.calendar-th {
    background: #bbbbbb;
    color: white;
    text-transform: uppercase;
    font-size: 1rem
}

@media (max-width: 1599px){
    .c_body button{
        height: 72px;
    }
}

@media (max-width: 1499px){
    .c_body button{
        height: 66px;
    }
}

@media (max-width: 1399px){
    .c_body button{
        height: 62px;
    }
}

@media (max-width: 1299px){
    .c_body button{
        height: 56px;
    }
}

@media (max-width: 1199px){
    .c_body button{
        height: 92px;
    }
}

@media (max-width: 991px){
    .c_body button{
        height: 72px;
    }
}

@media (max-width: 767px){
    .c_body button, .c_body button.calendar-th {
        height: 52px;
        font-size: .95rem;
        padding: 0;
    }
}

.section_tickets_step1.section_tickets_step2 .c_body{
    padding: 0 8px;
    transition: all ease .2s;
}

.section_tickets_step1.section_tickets_step2 .c_body button{
    margin: 4px;
    width: calc(100% * (1/7) - 10px);
    height: 50px;
    font-size: 1rem;
    box-shadow: 0px 0px 2px 0px rgba(0,0,0,.2);
    transition: all ease .2s;
}

.section_tickets_step1.section_tickets_step2 .c_body button:hover{
    box-shadow: 0px 0px 3px 0px rgba(0,0,0,.5);
    cursor: pointer;
    transition: all ease .2s;
}

.section_tickets_step1.section_tickets_step2 .c_body button[disabled], .section_tickets_step1.section_tickets_step2 .c_body button:hover[disabled]{
    box-shadow: none;
    transition: all ease .2s;
}

.section_tickets_step1.section_tickets_step2 .c_head .c_left, .section_tickets_step1.section_tickets_step2 .c_head .c_right{
    width: 41px;
    height: 41px;
    line-height: 41px;
    transition: all ease .2s;
}

.section_tickets_step1.section_tickets_step2 .c_month_year{
    line-height: 41px;
    font-size: 1rem;
    transition: all ease .2s;
}

@media (max-width: 1199px){
    .section_tickets_step1 .text-content{
        padding: 10px 20px;
    }

    .section_tickets_step1.section_tickets_step2 .c_body{
        padding: 0px;
    }

    .section_tickets_step1.section_tickets_step2 .c_body button{
        margin: 10px;
        width: calc(100% * (1/7) - 20px);
        height: 92px;
		font-size: 1.25rem;
        box-shadow: 0px 0px 5px 0px rgba(0,0,0,.2);
    }

    .section_tickets_step1.section_tickets_step2 .c_head .c_left, .section_tickets_step1.section_tickets_step2 .c_head .c_right{
        height: 60px;
        width: 60px;
        line-height: 60px;
    }

    .section_tickets_step1.section_tickets_step2 .c_month_year{
        line-height: 60px;
        font-size: 1.25rem;
    }

}

@media (max-width: 991px){
    .section_tickets_step1.section_tickets_step2 .c_body button{
        height: 72px;
		font-size: 1rem;
    }
}

@media (max-width: 767px){
    .section_tickets_step1.section_tickets_step2 .c_body button{
        height: 52px;
		font-size: .85rem;
    }

    .section_tickets_step1 .c_head, .section_tickets_step1.section_tickets_step2 .c_head{
        margin: 10px;
    }

    .section_tickets_step1 .c_head .c_left, .section_tickets_step1 .c_head .c_right, .section_tickets_step1.section_tickets_step2 .c_head .c_left, .section_tickets_step1.section_tickets_step2 .c_head .c_right{
        width: 41px;
        height: 41px;
        line-height: 41px;
    }

    .section_tickets_step1 .c_month_year, .section_tickets_step1.section_tickets_step2 .c_month_year{
        line-height: 41px;
        font-size: 1rem;
    }

}

@media (max-width: 575px){
    .section_tickets_step1 .c_body button, .section_tickets_step1.section_tickets_step2 .c_body button{
        margin: 2px;
        width: calc(100% * (1/7) - 6px);
        height: 41px;

        box-shadow: 0px 0px 2px 0px rgba(0,0,0,.2);
        transition: all ease .2s;
    }

    .section_tickets_step1 .c_head, .section_tickets_step1.section_tickets_step2 .c_head{
        margin: 10px 2px;
    }

    .section_tickets_step1 .c_body button[disabled], .section_tickets_step1 .c_body button:hover[disabled], .section_tickets_step1.section_tickets_step2 .c_body button[disabled], .section_tickets_step1.section_tickets_step2 .c_body button:hover[disabled]{
        box-shadow: none;
    }

}

.ticket_lang_list .item{
    background: #fff;
    padding: 20px 30px;
    margin-bottom: 20px;
	border-radius: .5rem;
}

.loading-container{
	border-radius: .5rem;
	}

@media (max-width: 767px){
.ticket_lang_list .item{
	padding: 15px;
	}
}

.ticket_lang_list .item:last-child{
    margin-bottom: 0px;
}

.ticket_flag div{
    width: 30px;
    height: 30px;
    border-radius: 50%;
    overflow: hidden;
    box-shadow: 0px 0px 0px 1px #ccc;
    display: inline-block;
    vertical-align: -10px;
    margin-right: 6px;
}

.ticket_flag img{
    width: 30px;
    height: 30px;
    object-fit: cover;
}

.ticket_flag span{
    color: #777;
}

.ticket_meta_text{
    color: #777;
}

.ticket_meta_text span{
    font-family: 'Gotham', sans-serif;
    font-size: 1.125rem;
    color: #333;
    margin-left: 6px;
}

.ticket_time_text{
    margin-bottom: 20px;
    font-weight: bold;
}

.ticket_time .btn{
    padding: 9px 16px;
    margin: 5px;
    display: inline-block;
    line-height: 23px;
    width: 120px;
}


.ticket_type_list{
    background: #fff;
    padding: 30px;
    margin-top: 20px;
    display: flex;
    justify-content: space-between;
	border-radius: .5rem .5rem 0 0;
}

.ticket_type_text{
    display: none;
    background: url(/theme-assets/du-buswebshop/img/bg_choose_ticket.png);
    min-width: 271px;
    height: 45px;
    line-height: 45px;
    margin-left: -30px;
    padding-left: 30px;
    margin-right: 20px;
}

.ticket_type_table{
    width: 100%;
}

.ticket_type_table table{
    margin-bottom: 0px;
}

.ticket_type_table table tr:hover{
    background: #f4f4f4;
}

.ticket_type_table table td{
    padding: 6px 12px;
    vertical-align: middle;
    border-top: 0px;
    border-bottom: 1px solid #ddd;
}

.ticket_type_table table td+td{
    font-size: 1.125rem;
    font-family: 'Gotham', sans-serif;
    text-align: right;
}

.ticket_type_table table td:last-child{
    width: 170px;
}

.ticket_type_table table button{
    background: #fff;
    border: 0px;
    box-shadow: 0px 0px 2px 0px rgba(0,0,0,.2);
    font-size: 1.25rem;
    transition: all ease .2s;
    font-family: 'Gotham', sans-serif;
    cursor: pointer;
    width: 34px;
    border-radius: .25rem;
}

.ticket_type_table table > span{
    margin: 0;
    width: 50px;
    display: inline-block;
    text-align: center;
    /*font-size: 1.25rem;*/
    font-size: 1rem;
    transition: all ease .2s;
    font-family: 'Gotham', sans-serif;
}

.ticket_type_table table span.regular-price{
    font-size: 1rem;
    display: inline-block;
    text-decoration: line-through;
    color: #999;
    text-align: right;
    width: 100px;
    margin-left: auto;
}

.ticket_type_table table span.price{
    display: inline-block;
    text-align: right;
    width: 120px;
    margin-left: auto;
}

.ticket_type_table table small{
    display: block;
    text-align: right;
    width: 120px;
    margin-left: auto;
}

.ticket_type_table table tfoot tr:hover{
    background: none;
}

.ticket_type_table table tfoot td{
    padding: 12px;
}

.ticket_type_table table tfoot span{
    margin: 0;
    text-align: right;
    display: block;
}

.ticket_type_table table tfoot span{
    width: auto;
}

.ticket_type_action{
    background: #fff;
    padding: 0 30px 30px;
    display: flex;
    justify-content: flex-end;
	border-radius: 0 0 .5rem .5rem;
}

@media (max-width: 991px){

    .ticket_type_table table span.regular-price, .ticket_type_table table span.price{
        display: block;
    }

    .ticket_type_table table tr:hover{
        background: none;
    }

    .ticket_type_table table td+td{
        width: auto;
    }

    .ticket_type_text{
        width: 271px;
    }

    .ticket_type_table table td{
        padding: 6px 0px;
        font-size: .95rem !important;
    }

    .ticket_type_table table td span{
        font-size: .95rem !important;
    }

    .ticket_type_table table td span.regular-price{
        font-size: 80% !important;
    }

    .ticket_type_table table td:last-child{
        width: 140px;
    }

    .ticket_type_table table td:nth-child(2){
        width: 80px;
    }

    .ticket_type_list{
        flex-direction: column;
    }
}

@media (max-width: 575px){

    .ticket_type_text{
        display: none;
    }

    .ticket_lang_list .item, .ticket_type_list{
        padding: 20px;
    }

    .ticket_type_list{
        margin-top: 10px;
    }

    .ticket_type_action{
        padding: 0 20px 20px;
    }

    .ticket_type_table table td{
        line-height: 1.3;
    }

    .ticket_type_table table td:last-child{
        width: 120px;
    }

    .ticket_type_table table td:last-child button{
        padding-left: 0px;
        padding-right: 0px;
        line-height: 1.5;
    }

    .ticket_type_table table span{
        width: 30px;
    }

}


.modal{
    border-radius: 0px;
    padding-right: 0px !important;
}

.modal-full {
    min-width: 100%;
    margin: 0;
}

.modal-full .modal-content {
    min-height: 100vh;
    border-radius: 0px;
    border: 0px;
    background: #ededed;
}

.modal-full .modal-content .ticket_lang_list .item p{
    display: none;
}

.modal-header{
    border-radius: 0px;
	border: none;
}

.modal-header .close{
    font-size: 4rem;
    font-weight: normal;
    font-family: 'Gotham Book', sans-serif;
    padding: 10px 30px;
    outline: none;
}

@media (max-width: 1199px){
    .modal-header{
        /*position: fixed;
        top: 0px;
        right: 0px;*/
    }

    .modal-header .close{
        padding: 0px 30px;
        font-size: 3.5rem;
    }
}

@media (max-width: 767px){
    .modal-header .close{
        padding: 0px;
        font-size: 3rem;
    }
}

.section_tickets_step3, .section_tickets_step4{
    background: #ededed;
}

.cart_order_sum, .cart_order_user_data{
    background: #fff;
    padding: 30px;
    height: 100%;
	border-radius: .5rem;
}

.cart_order_sum table td:last-child{
    text-align: right;
}

.cart_order_sum table td{
    font-size: 1.125rem;
    font-family: 'Gotham', sans-serif;
    border-top: 1px solid #ddd;
}

.cart_order_sum table .order_details{
    font-size: 1rem;
    font-family: 'Gotham Book', sans-serif;
}

.cart_order_sum table td table{
    float: right;
}


.cart_order_sum table td table td{
    padding: 0 0 0 2rem;
    text-align: right;
    border-top: 0px;
    font-size: 1.5rem;
}

.cart_order_sum table td table tbody td{
    font-size: 1rem;
    font-family: 'Gotham Book', sans-serif;
}

.cart_order_sum table td table tfoot td{
    padding: .75rem 0 .75rem 2rem;
}

.user_data_action{
    display: flex;
    justify-content: flex-end;
    margin-top: 30px;
}

.creditcards-list{
    background: #fff;
    margin: 1rem 0;
    padding: 1rem;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.creditcards-list a{
    padding: 10px;
}


@media (max-width: 991px){
    .cart_order_sum{
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
}





.cart_list table td{
    padding: 10px 20px;
    vertical-align: middle;
    border-top: 0px;
    border-bottom: 1px solid #ddd;
    text-align: right;
}

.cart_list table.mobile-table td{
    padding: 5px 10px;
}

.cart_list table td:first-child {
    text-align: center;
}

.cart_list table td:nth-child(2){
    text-align: left;
}

.cart_list table thead, .cart_list table tbody, .cart_list table tfoot{
    padding: 10px;
}

.cart_list table tbody{
    background: #fff;
    margin-bottom: 20px;
    border-top: 0px;
}

.cart_list table thead td{
    border-top: 0px;
    text-align: right;
}

.cart_list table tbody tr:nth-child(3n+1) td:first-child{
    font-size: 1.125rem;
    font-family: 'Gotham', sans-serif;
}

.cart_list table tbody tr:nth-child(3n+1) td:nth-child(2){
    font-size: 1.125rem;
    font-family: 'Gotham', sans-serif;
    color: red;
}

.cart_list table tbody tr:nth-child(3n+1) td:nth-child(3), .cart_list table tbody tr:nth-child(3n+1) td:nth-child(5){
    font-size: 1.125rem;
    font-family: 'Gotham', sans-serif;
}

.cart_list table tbody tr:nth-child(3n+1) td:nth-child(6) div {
    width: 21px;
    height: 21px;
    line-height: 21px;
    font-size: 21px;
    color: red;
}

.cart_list table tbody tr:nth-child(3n+3) td{
    background: #f5f5f5;
}

.cart_list table tbody tr:last-child td{
    border-bottom: none;
}

.cart_list table tfoot td{
    text-align: right !important;
    border: none;
}


.cart_list table tfoot tr:nth-child(3) td:nth-child(2), .cart_list table tfoot tr:nth-child(3) td:nth-child(3){
    font-size: 1.125rem;
    font-family: 'Gotham', sans-serif;
    border-top: 1px solid #ddd;
}


.cart_action{
    padding: 0 0 30px;
    display: flex;
    justify-content: flex-end;
}

.cart_order_confirmation{
    background: #fff;
}

.cart_order_confirmation .display-3{
    background: linear-gradient(180deg, #C1161C, #810F13);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    position:relative;
    display:inline-block; /*required*/
    font-family: 'Gotham', sans-serif;
}

.cart_order_confirmation .btn-info{
    margin: 0px 0px 0px 25px;
}


.page-link{
	padding: .5rem 1rem;
	}

.page-item.active .page-link{
	background: #0093dd;
	}


.v-select.form-control {
    padding: 0;
}

.v-select.form-control .dropdown-toggle, .vs__dropdown-toggle {
    border: 0;
}

.vs__selected {
    margin-top: 0;
    padding: 0 10px;
}

.v-select.form-control .dropdown-toggle::after {
    display: none;
}

.v-select.form-control .clear {
    display: none;
}

.v-select.form-control .vs__actions {
    padding: 0 15px;
    height: calc(2.25rem + 2px);
}

.v-select.form-control .vs__selected-options {
    padding: 0;
}

.v-select.form-control input[type=search], .v-select.form-control input[type=search]:focus {
    height: calc(2.25rem + 2px);
    margin: 0;
    padding: .375rem .75rem;
}

.v-select.form-control .selected-tag {
    margin: 0;
    padding: 0px 12px;
    height: calc(2.25rem + 2px);
}
