body{
    overflow-x: hidden !important;
    color: #454545;
    background-color: transparent;
    background: url(bcg-f1c84e2b5553ae2752257ef34b3fe7f6.jpg) no-repeat center center;
    background-size: cover;
    background-attachment: fixed;
}
h2{
    font-weight: bold;
    margin-bottom: 45px;
}
svg path:hover{
    cursor: pointer
}
header{
    background: #fff;
}
.navbar {
    padding: 0;
}
.navbar-nav{
    width: 100%;
}
.log-out,.log-in{
    display: inline-block;
    padding: 5px 10px;
    margin: 30px;
    color: #373c43;
    transition: all .2s ease-in;
    margin-right:0;
}
.log-out:hover,.log-in:hover{
    color: #e85c41;
    text-decoration: none;
}
.navbar-dark .navbar-nav .nav-link{
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
    padding: 15px 15px;
    font-size: .8rem;
    transition: all .2s ease-in;
    margin-left: -5px;
}
.navbar-dark .navbar-nav .nav-link:hover{
    background: rgba(232,92,65,0.85);
}
.navbar-nav .active{
    background: #e85c41;
}
.home-link,home-link:hover{
    background: transparent!important;
}

@media (min-width: 768px) {
    .navbar-nav .right-menu{
        text-align: right;
    }
    .right-menu .nav-link{
        display: inline-block;
    }
}
.page-content{
    margin-top: 50px;
    margin-bottom: 50px;
}
.main-container,.dark-bcg{
    padding-top: 30px;
    padding-bottom: 30px;
}
.main-container{
    background: #fff;
    color: #3A3D45;
}
.dark-bcg{
    background: #373C43;
    color: #fff;
}
footer {
    width: 100%;
    font-size: .8rem;
    color: #999;
    background: #373C43;
    padding: 25px 0 11px 0;
}
footer h4{
    font-size: 1rem;
}
footer a{
    color: #999;
    transition: all .2s ease-in;
}
footer a:hover{
    color: #e85c41;
    text-decoration: none;
}
.region-serach {
    width: 250px;
    margin-top: 30px;
}
.region-serach label{
    color: #e85c41;
    font-size: .7rem;
    font-weight: bold;
}
.region-serach input[type="submit"]{
    background: transparent;
    color: #fff;
    border-color: #fff;
    width: 100%;
    border-radius: 15px;
    transition: all .2s ease-in;
    margin-top: 40px;
}
.region-serach input[type="submit"]:hover,.region-serach input[type="submit"]:focus,.order:focus{
    background: #fff;
    color: #e85c41;
    outline: none!important;
    box-shadow: none;
}
.events{
    margin-top: 20px;
    font-size: .9rem;
}
.events-navi {
    color: #e85c41;
    font-size: .8rem;
}
.events-navi a{
    transition: all .2s ease-in;
    color: #444;
}
.events-navi a:hover{
    text-decoration: none;
    color: #e85c41;
}
.events .row{
    margin-bottom: 25px;
}
.events .item{
    border: 1px solid #ccc;
    border-radius: 15px;
    padding: 15px 10px;
    overflow:hidden;
}
.events .show{
    display: flex;
}
.event-date{
    width: 10%;
    float: left;
}
.event-title{
    width: 70%;
    float: left;
    border-left:solid 1px red;
    border-right:solid 1px red;
    padding: 0 20px;
}
.event-status{
    float: right;
    width: 19%;
}
.event-preview{
    padding: 5px 50px;
    color: #e85c41!important;
    background: #fff;
    border: 1px solid #e85c41;
    border-radius: 15px;
    text-align: center;
    font-size: .8rem;
    display: flex;
    align-items: center;
    transition: all .2s ease-in;
}
.event-preview:hover{
    text-decoration: none;
    background: #e85c41;
    color: #fff!important;
}
.event-pagination{
    text-align: center;
    color: #444;
    font-size: .8rem
}
.event-pagination a{
    color: #444;
    transition: all .2s ease-in;
}
.event-pagination a:hover{
    text-decoration: none;
    color:#e85c41;
}
.default-form{
    padding: 0 60px;
}
.default-form label{
    opacity: 0;
    margin-bottom: 0;
	height: 0;
}
.opisArea {
	margin-bottom: 2rem;
}
.opisArea label{
	opacity: 100;
	height:2em;
}
.opisArea ::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    font-size: 0.75em;
}

.opisArea :-ms-input-placeholder { /* Internet Explorer 10-11 */
    font-size: 0.75em;
}

.opisArea ::-ms-input-placeholder { /* Microsoft Edge */
    font-size: 0.75em;
}
.default-form input[type="text"],.default-form textarea,.default-form select,.region-serach select,.order {
    background: transparent;
    border: none;
    border-bottom: 1px solid #444;
    padding: 5px 5px;
    color: #444;
    border-radius: 0;
    transition: all .2s ease-in;
}
.default-form textarea {
    background: #e6e7e8;
    border: none;
    border-bottom: 1px solid #444;
    padding: 5px 5px;
    color: #444;
    border-radius: 0;
    transition: all .2s ease-in;
}
.ocena .form-group {
	margin-bottom: 60px;
}
.form-ocena-opis:hover ~ .form-ocena-punkty {
	background-color: #e6e7e8;
}
.ocena h5 {
	color: #e85c41;
}
.ocena .default-form select{
    margin-bottom: 0px;
}
.default-form select{
    margin-bottom: 40px;
}
.form-group p {
	margin-bottom: 0px;
}
.order{
    border: none;
    font-size: .8rem;
    margin-top: -10px;
}
.region-serach select{
    color: #fff!important;
}
.region-serach select:focus {
    background: #444;
    color: #fff;
    outline: none!important;
    box-shadow: none;
}
.tooltip-inner {
background-color: #e85c41 !important;
color: #fff;
}
.tooltip.bs-tooltip-auto[x-placement^=right] .arrow::before, .tooltip.bs-tooltip-right .arrow::before {
    margin-top: 1px;
    content: "";
    border-width: 5px 5px 5px 0;
    border-right-color: #e85c41;
}
.tooltip-inner {
    background-color: #e85c41;
	font-weight: 300;
	padding: 4px;
}
@-moz-document url-prefix() {
    select.form-control,.region-serach select,.order{
        padding-right: 25px;
        background-image: url("data:image/svg+xml,\
            <svg version='1.1' xmlns='http://www.w3.org/2000/svg' width='14px'\
            height='14px' viewBox='0 0 1200 1000' fill='rgb(51,51,51)'>\
            <path d='M1100 411l-198 -199l-353 353l-353 -353l-197 199l551 551z'/>\
            </svg>");
        background-repeat: no-repeat;
        background-position: calc(100% - 7px) 50%;
        -moz-appearance: none;
        appearance: none;
    }
}
.default-form input[type="text"]:focus,.default-form textarea:focus,.default-form select:focus,.region-serach select{
    outline: none!important;
    border-color:#e85c41;
    box-shadow: none;
    color: #444;
}
.default-form textarea:focus{
	border: 1px solid #e85c41;
    box-shadow: none;
    color: #444;
}
.event-description{
    text-align: justify;
}
.event-status-action{
    color: #e85c41;
    font-weight: bold;
}
.event-status-date{
    font-size: 2rem;
    font-weight: bold;
}
.event-contact{
    font-weight: bold;
}
.event-contact a{
    color: #e85c41;
    text-decoration: underline;
}
.event-contact a:hover{
    color: #e85c41;
    text-decoration: none;
}
.orange-container{
    background: #e85c41;
    text-align: center;
}
.orange-container a{
    margin: 15px auto;
    display: block;
    color: #fff;
}
.orange-container a:hover{
    text-decoration: none;
}
.btn-grey{
    color: gray;
    border: none;
    text-align: center;
    font-size: 1rem;
    font-weight: bold;
    transition: all .2s ease-in;
    margin: 0 auto;
    display: inline-block;
    background: transparent;
}
.btn-grey:hover,.btn-grey:focus{
    cursor: pointer;
    color: #e85c41;
    outline: none!important;
    box-shadow: none;
}
.btn-orange{
    padding: 15px 100px;
    color: #e85c41!important;
    background: #fff;
    border: 2px solid #e85c41;
    border-radius: 15px;
    text-align: center;
    font-size: 1rem;
    font-weight: bold;
    transition: all .2s ease-in;
    margin: 0 auto;
    display: inline-block;
    margin-top: 30px;
}
.btn-orange:hover,.btn-orange:focus{
    text-decoration: none;
    background: #e85c41;
    color: #fff!important;
    outline: none!important;
    box-shadow: none;
}
.btn-orange-sm{
    padding: 15px 15px;
    color: #e85c41!important;
    background: #fff;
    border: 2px solid #e85c41;
    border-radius: 15px;
    text-align: center;
    font-size: .9rem;
    font-weight: 500;
    transition: all .2s ease-in;
    margin: 0 auto;
    display: inline-block;
    margin: 10px 0;
}
.btn-orange-sm:hover,.btn-orange-sm:focus{
    text-decoration: none;
    background: #e85c41;
    color: #fff!important;
    outline: none!important;
    box-shadow: none;
}
.btn-outline-secondary:hover,.btn-outline-secondary:focus{
    text-decoration: none;
    background: #e85c41;
    color: #fff!important;
    outline: none!important;
    box-shadow: none;
	border-color: #e85c41;
}
.tab-line{
    width: 77%;
    height: 2px;
    background: #ccc;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    top: 48px;
}
.nav-tabs{
    border: none;
}
.nav-tabs .circle{
    width: 7px;
    height: 7px;
    background: #ccc;
    border-radius: 50%;
    position: relative;
    margin: 0 auto 15px auto;
}
.nav-tabs .nav-link.active .circle{
    background: #e85c41;
}
.nav-tabs .nav-item{
    width: 20%;
    text-align: center;
}
.nav-tabs .nav-link{
    font-weight: bold;
    color: #ccc;
    border: none;
    border-radius: 0;
}
.nav-tabs .nav-link.active{
    color: #e85c41;
    border: none;
    border-radius: 0;
    z-index: 2222;
}
.tab-pane{
    padding-top: 30px;
    min-height: 600px;
}
#addPerson{
    text-decoration: underline;
    margin-bottom: 30px;
    display: inline-block;
    margin-top: 30px;
}
#addPerson:hover{
    text-decoration: none;
}
.orange-text{
    transition: all .2s ease-in;
    color: #e85c41;
}
.orange-text:hover{
    color:  #e85c41;
}
.form-check label{
    opacity: 1;
}
/* Create a custom checkbox */
.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #fff;
    border-radius: 55%;
    border: 1px solid #e85c41;
    margin-left: -1px;
}
.default-form input:checked ~ .checkmark {
    background-color: #fff;
}
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}
.default-form input:checked ~ .checkmark:after {
    display: block;
}
.default-form .checkmark:after {
    left: 9px;
    top: 5px;
    width: 5px;
    height: 10px;
    border: solid #444;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.form-check-label{
    margin-left: 30px;
    cursor: pointer;
}
.custom-form-opacity {
    opacity: 1!important;
}
.custom-checkbox .custom-control-label::before {
    border-radius: 55%;
}
.custom-control-label::before {
   position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #fff;
    border: 1px solid #e85c41;
    margin-left: -1px;
}
.custom-checkbox .custom-control-input:checked~.custom-control-label::before {
    background-color: #fff;
	color: #3A3D45;
}
.custom-checkbox .custom-control-input:checked~.custom-control-label::after {
    left: 9px;
    top: 5px;
    width: 7px;
    height: 12px;
    border: solid #444;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.addLogo-section{
    margin-top: 30px;
}
.event-time .border-right-col{
    border-right:1px #000 solid;
}
.xs-preview{
    display: none;
}
.xs-start{
    display: none;
}
.event-time hr{
    display: none;
}
.event-contact hr{
    display: none;
}
.map-cnt{
    max-height: 400px;
    max-width: 400px;
    margin: 0 auto;
}
@media (min-width: 768px) {
    .log-out-sm{
        display: none;
    }
    .footer-xs{
        display: none;
    }
}
@media (max-width: 768px) {
    body{
        background: none;
    }
    #logo{
        text-align: center;
        display: block;
    }
    .navbar-dark .navbar-nav .nav-link{
        border-bottom: 1px solid #000;
    }
    .map-cnt{
        margin-top: 30px;
    }
    .navbar-dark .navbar-toggler{
        margin-left: 15px;
    }
    .page-content{
        margin: 0;
    }
    h2{
        text-align: center;
        font-size: 1.2rem;
    }
    .log-out{
        display: none;
    }
    .log-out-sm{
        margin-right: 20px;
        position: absolute;
        right: 0;
        top:15px;
    }
    .bg-dark{
        padding: 10px 0;
    }
    .event-date{
        border-right: 1px solid red;
    }
    .event-title{
        border:none;
        padding-right: 25px;
    }
    .event-status{
        display: none;
    }
    .hidden-xs{
        display: none!important;
    }
    .event-date{
        width: 25%;
        text-align: center;
    }
    .event-title{
        width: 75%;
    }
    .region-serach{
        width: auto;
    }
    .default-form{
        padding: 0;
    }
    .tab-line{
        width: 73%;
    }
    .border-right-col{
        border-right:none;
    }
    .event-time hr{
        display: block;
        width: 90%;
        border: 1px solid #000;
        margin: 30px auto;
    }
    .xs-preview{
        display: flex;
        align-items: center;
        justify-content: center;
        position: absolute;
        height: 100%;
        margin-top: -16px;
        right: 15px;
        border-radius-right: 15px;
        width: 92%;
        border-radius: 15px;
    }
    .xs-grey-arrow{
        display: flex;
        align-items: center;
        justify-content: center;
        background: #ccc;
        position: absolute;
        height: 100%;
        right: 0;
        border-radius-right: 15px;
        width: 30px;
        border-radius: 0px 15px 15px 0px;
        color: #fff;
        transition: all .2s ease-in;

    }
    .xs-preview:hover .xs-grey-arrow{
        background: #e85c41;
    }
    .sm-start{
        display: none;
    }
    .xs-start{
        display: block;
        font-weight: bold;
        color: #e85c41;
    }
    .xs-start span{
        color: #444;
        font-size: 1.3rem;
    }
    .event-contact hr {
        width: 40%;
        display: block;
        border: 1px solid #ccc;
        margin: 30px auto;
    }
    .footer-xs{
        width: 100%;
        display: block;
    }
    .footer-xs img {
        margin-bottom: 20px;
    }
    .left-col,.right-col{
        padding:5px 15px;
        width: 50%;
    }
    .left-col {
        float: left;
    }
    .right-col{
        float: right;
        text-align: right;
        margin-bottom: 20px;
    }
    .copyright{
        display: none;
    }
}
.step-2 li:first-child{
    margin-right: 60%;
}
.step-3 li:first-child{
    margin-right: 20%;
}
.step-3 li:last-child{
    margin-left: 20%;
}
.step-4 li{
    margin-right: 6.5%;
}
.step-4 li:last-child{
    margin-right: 0;
}
.step-5 li{
    margin:auto;
}
.step-6 li{
    width: 16.4%!important;
}
.step-6 .tab-line{
    width: 79%;
    margin-left: -1%;
}
.step-7 li{
    width: 13.5%!important;
}
.step-7 .tab-line{
    width: 78%;
    margin-left: -3%;
}
.step-8 li{
    width: 12%!important;
}
.step-8 .tab-line{
    width: 81%;
    margin-left: -2%;
}
.accordion .card-header:after {
    font-family: "Font Awesome 5 Free";
	font-weight: 900; 
    content: "\f139";
    float: right; 
}
.accordion .card-header.collapsed:after {
    /* symbol for "collapsed" panels */
	font-weight: 900; 
    content: "\f13a"; 
}
.card {
    background-color: #fff;
    border: 0px solid #ffffff;
	padding: .75rem .25rem;
}
.card-body {
    padding: .5rem 0;
}
.card-header {
    padding: 2rem 0 0.5rem 0.5rem;
    margin-bottom: 0;
    background-color: #ffffff;
    border-bottom: 1px solid #000000;
}
.tab-pane {
    padding-top: 0px;
    min-height: 600px;
}
.nav-fill .nav-item {
    padding: 5px;
}
.nav-pills .nav-link {
    border: 2px solid gray;
	border-radius: 15px;
	color: gray!important;
    background: #fff;
    text-align: center;
    font-size: 1rem;
    font-weight: bold;
    transition: all .2s ease-in;
}
.nav-pills .nav-link:hover,.nav-pills .nav-link:focus{
    text-decoration: none;
    background: #e85c41;
    color: #fff!important;
    outline: none!important;
    box-shadow: none;
	border: 2px solid #e85c41;
}
.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    color: #fff;
    background-color: #e85c41;
	color: #fff!important;
	border: 2px solid #e85c41;
}
.nav-link {
    padding: 1rem 1rem;
}
.padding15 {
	    padding: 0 15px;
}
.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(0, 0, 0, 0.05);
}
a {
    color: #e85c41;
}
a:hover, a:focus {
    color: grey;
	text-decoration: none;
}

.prevpage {
    padding: 15px 90px;
}


.skasuj {
    padding: 15px 27px;
    background: #fff;
    border: 2px solid;
    border-radius: 15px;
    text-align: center;
    font-size: 1rem;
    font-weight: bold;
    transition: all .2s ease-in;
    margin: 0 auto;
    display: inline-block;
    margin-top: 30px;
}
