/*

New Event

http://www.templatemo.com/tm-486-new-event

*/

body {
    background: #ffffff;
    font-family: 'Poppins', sans-serif;
    font-style: normal;
    font-weight: 400;
}


/*---------------------------------------
    Typorgraphy
-----------------------------------------*/
h1, h2, h3, h4, h5, h6 {
    font-weight: 600;
}

h3, h5 {
    font-weight: 500;
}

h1 {
    font-size: 40px;
    letter-spacing: 2px;
}

h2 {
    font-size: 30px;
    text-transform: uppercase;
}

h3 {
    line-height: 36px;
}

h5 {
    letter-spacing: 1px;
    padding-top: 10px;
}

p {
    color: #707070;
    font-size: 14px;
    line-height: 24px;
}

a {
    text-decoration: none !important;
    outline: none;
}


/*---------------------------------------
    General
-----------------------------------------*/
.section-title {
    margin-bottom: 32px;
}

#overview {
    padding-top: 14rem;
    padding-bottom: 14rem;
}

#bullet-points, #about-company,
#partners,
#steps,
#sponsors,
#contact,
#contact-data {
    padding-top: 10rem;
    padding-bottom: 10rem;
}

footer {
    padding-top: 4rem;
    padding-bottom: 4rem;
}

#bullet-points,
#partners, #sponsors,
footer {
    text-align: center;
}

#overview h3,
#bullet-points h3, #about-company h3,
#contact-data h3,
#about-robert h3,
#contact h3 {
    padding-bottom: 12px;
}

#intro .btn,
#contact .btn {
    background: transparent;
    border: 2px solid #ffffff;
    border-radius: 0px;
    color: #ffffff;
    font-weight: 600;
    letter-spacing: 1px;
    font-size: 12px;
    padding: 14px 42px;
    margin-top: 42px;
    margin-right: 12px;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

#intro .btn-danger,
#contact .btn-danger {
    background: #c7743c;
    border-color: transparent;
}

#contact .btn {
    border-radius: 100px;
}

#intro .btn-danger:hover {
    background: transparent;
    border-color: #ffffff;
    color: #ffffff;
}

#contact .btn-danger:hover {
    background: #222;
}

#intro .btn-default:hover {
    background: #ffffff;
    color: #333333;
    border-color: transparent;
}

.parallax-section {
    background-attachment: fixed !important;
    background-size: cover !important;
}

/*---------------------------------------
    Navigation Links section
-----------------------------------------*/
.custom-navbar {
    margin-bottom: 0;
    background-color: #101010;
}

.custom-navbar .navbar-brand {
    color: #ffffff;
    font-weight: 600;
    font-size: 3rem;
    line-height: 40px;
}

.custom-navbar .nav li a {
    color: #ddd;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 0.6px;
    text-transform: uppercase;
    line-height: 40px;
    transition: all 0.4s ease-in-out;
}

.custom-navbar .nav li a:hover {
    background: transparent;
    color: #c7743c;
}

.custom-navbar:not(.top-nav-collapse) .nav li a:hover {
    color: #ff6725;
}

.custom-navbar .navbar-nav > li > a:hover,
.custom-navbar .navbar-nav > li > a:focus {
    background-color: transparent;
}

.custom-navbar .nav li.active > a {
    background-color: transparent;
    color: #c7743c;
}

.custom-navbar:not(.top-nav-collapse) .nav li.active > a {
    color: #ff6725;
}

.custom-navbar .navbar-toggle {
    border: none;
    padding-top: 10px;
}

.custom-navbar .navbar-toggle {
    background-color: transparent;
}

.custom-navbar .navbar-toggle .icon-bar {
    background: #ffffff;
    border-color: transparent;
}

@media (min-width: 768px) {
    .custom-navbar {
        padding: 20px 0;
        border-bottom: 0;
        background: 0 0;
    }

    .custom-navbar.top-nav-collapse {
        background: #262626;
        padding: 0;
    }

}


/*---------------------------------------
    Intro section
-----------------------------------------*/
#intro {
    background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/backgrounds/bg-intro.jpg') 0 repeat-y fixed;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center center;
    color: #ffffff;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100vh;
    text-align: center;
}

#intro h3 {
    letter-spacing: 2px;
}


/*---------------------------------------
   Overview  section
-----------------------------------------*/
#overview img {
    position: relative;
    padding-bottom: 32px;
}


/*---------------------------------------
    Detail section
-----------------------------------------*/
#bullet-points {
    background: #222;
    color: #ffffff;
}

#bullet-points .fa {
    color: #c7743c;
    font-size: 48px;
}


/*---------------------------------------
    Video section
-----------------------------------------*/
#about-company iframe {
    border: none;
}


/*---------------------------------------
   Speakers section
-----------------------------------------*/
#partners {
    background: #f9f9f9;
}

#partners h3 {
    font-size: 18px;
    margin-bottom: 0px;
}

#partners h6 {
    color: #666;
    margin-top: 4px;
}

#partners img {
    width: 100%;
    max-width: 100%;
    height: auto;
}

#partners .col-md-3 {
    display: block;
    width: 100%;
    padding-top: 30px;
    padding-bottom: 20px;
    margin-bottom: 22px;
}

#partners .speakers-wrapper {
    background: #ffffff;
    padding-bottom: 22px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}


/*---------------------------------------
   Program section
-----------------------------------------*/
#steps h4 {
    color: #808080;
    font-size: 12px;
}

#steps h3 {
    margin-top: 16px;
}

#steps .program-divider {
    border: 1px solid #f9f9f9;
    margin-top: 32px;
    margin-bottom: 42px;
}

#steps span {
    padding-right: 12px;
}

/*#program img {*/
/*  border-radius: 50%;*/
/*}*/
#steps p {
    text-align: justify;
}

.nav-tabs {
    margin-bottom: 20px;
}

.nav-tabs > li {
    float: left;
    margin-bottom: -1px;
}

.nav-tabs > li > a {
    color: #000000;
    font-weight: 600;
    margin-right: 2px;
    line-height: 1.42857143;
    border: none;
    border-radius: 0px;
}

.nav-tabs > li > a:hover {
    background-color: transparent;
}

.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
    color: #c7743c;
    cursor: default;
    background-color: transparent;
    border: 1px solid transparent;
    border-bottom-color: #999;
}

.tab-content {
    padding-top: 20px;
}

/*---------------------------------------
    Regsiter section
-----------------------------------------*/
#contact-data {
    background: linear-gradient(rgba(0, 0, 0, 0.65), rgba(0, 0, 0, 0.65)),
    url('../images/backgrounds/bg-contact.jpg') 50% 1700px repeat-y fixed;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center center;
    color: #ffffff;
}

#contact-data .form-control {
    background: transparent;
    border: 2px solid #ffffff;
    border-radius: 0px;
    color: #ffffff;
    margin-bottom: 16px;
}

#contact-data input {
    height: 45px;
}

#contact-data input[type="submit"], #contact-data input[type="button"] {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #c7743c;
    border: none;
    color: #ffffff;
    letter-spacing: 2px;
    height: 50px;
    margin-top: 12px;
    transition: all 0.4s ease-in-out;
}

#contact-data input[type="submit"]:hover, #contact-data input[type="button"]:hover {
    background: #ffffff;
    color: #222;
}

#contact-data .contact-col h3 a[href^="tel"], #contact-data .contact-col h3 a[href^="mailto"] {
    color: inherit;
    transition: all .3s ease-in-out;
}

#contact-data .contact-col h3 a[href^="tel"]:hover, #contact-data .contact-col h3 a[href^="mailto"]:hover {
    color: #c7743c;
}

#contact-data ul {
    margin-top: 4rem;
    list-style-type: none;
    border-left: 4px solid #fff;
    color: #fff;
    font-size: 16px;
}

#contact-data ul li {
    margin: 4px 8px;
}


/*---------------------------------------
   Faq section
-----------------------------------------*/
#faq {
    background: #f9f9f9;
    padding-top: 8rem;
    padding-bottom: 8rem;
}

#faq .panel-group {
    margin-top: 32px;
}

#faq .panel-group .panel {
    margin-bottom: 8px;
}

#faq .panel-default {
    border: none;
}

#faq .panel-default > .panel-heading {
    background: #f0f0f0;
    color: #505050;
}

#faq .panel-heading {
    border: none;
    padding-top: 8px;
    padding-bottom: 6px;
}

#faq .panel-default > .panel-heading + .panel-collapse > .panel-body {
    border-top: none;
    padding-top: 22px;
    padding-left: 32px;
    padding-bottom: 22px;
}

#faq .panel-heading .panel-title a[data-toggle="collapse"] {
    font-size: 18px;
    font-weight: 500;
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    padding: 10px 15px;
}

#faq .panel-heading .panel-title a[data-toggle="collapse"]::after {
    content: "-";
    display: block;
    position: absolute;
    line-height: 1;
    right: 1em;
    top: 50%;
    transform: translateY(-50%);
}

#faq .panel-heading .panel-title a[data-toggle="collapse"].collapsed::after {
    content: "+";
}


/*---------------------------------------
   Venue section
-----------------------------------------*/
#about-robert {
    background: url('../images/backgrounds/bg-about-robert.jpg') 50% 0 repeat-y fixed;
    background-size: cover;
    background-position: center center;
    padding-top: 7rem;
    padding-bottom: 7rem;
}

#about-robert p {
    padding-top: 12px;
    padding-bottom: 18px;
}

/*---------------------------------------
   Sponsors section
-----------------------------------------*/
#sponsors img {
    margin-top: 18px;
}


/*---------------------------------------
   Contact section
-----------------------------------------*/
#contact {
    background: url('../images/backgrounds/bg-contact.jpg') 50% 0 repeat-y fixed;
    background-size: cover;
    background-position: center center;
}

#contact .contact_des {
    padding-top: 3rem;
    padding-right: 2rem;
}

#contact .contact_detail {
    background: #ffffff;
    padding: 5rem 5rem 12rem 5rem;
}

#contact .form-control {
    background: transparent;
    border: none;
    border-bottom: 1px solid #f0f0f0;
    border-radius: 0px;
    box-shadow: none;
    margin-bottom: 16px;
    transition: all 0.4s ease-in-out;
}

#contact .form-control:focus {
    border-bottom-color: #999;
}

#contact input {
    height: 45px;
}

#contact input[type="submit"] {
    background: #222;
    border-radius: 100px;
    border: none;
    color: #ffffff;
    letter-spacing: 2px;
    height: 50px;
    margin-top: 12px;
    transition: all 0.4s ease-in-out;
}

#contact input[type="submit"]:hover {
    background: #c7743c;
}


/*---------------------------------------
   Footer section
-----------------------------------------*/
footer {
    background-attachment: fixed;
}


/* Back top */
.go-top {
    background-color: #222;
    bottom: 2em;
    right: 2em;
    color: #ffffff;
    font-size: 32px;
    display: none;
    position: fixed;
    text-decoration: none;
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    transition: all 0.4s ease-in-out;
}

.go-top:hover {
    background: #c7743c;
    color: #ffffff;
}


/*---------------------------------------
   Social icon
-----------------------------------------*/
.social-icon {
    position: relative;
    padding: 0;
    margin: 0;
}

.social-icon li {
    display: inline-block;
    list-style: none;
}

.social-icon li a {
    color: #666;
    border-radius: 100px;
    font-size: 16px;
    text-decoration: none;
    transition: all 0.4s ease-in-out;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    vertical-align: middle;
}

.social-icon li a:hover {
    background: #c7743c;
    color: #ffffff;
}


/*---------------------------------------
   Responsive styles
-----------------------------------------*/
@media (max-width: 980px) {

    p {
        font-size: 13px;
    }

    .custom-navbar .navbar-brand {
        font-size: 2rem;
    }

    .custom-navbar .nav li a {
        font-size: 11px;
        line-height: 20px;
    }

    #intro {
        height: 65vh;
    }

    #about-company iframe {
        margin-top: 42px;
    }

    #contact .contact_detail {
        background: #ffffff;
        padding: 10rem 3rem 10rem 5rem;
    }

}

@media (max-width: 768px) {

    .custom-navbar .navbar-brand {
        line-height: 20px;
    }

    #overview img,
    #bullet-points .col-md-4,
    #contact-data form {
        padding-top: 32px;
    }

    .nav-tabs > li > a {
        font-size: 13px;
    }

    #steps img {
        padding-bottom: 32px;
    }

    #sponsors img {
        padding-top: 22px;
    }

    #contact .contact_detail {
        margin-top: 82px;
    }

}

@media (max-width: 760px) {

    #intro {
        height: 100vh;
    }

}

.d-none {
    display: none !important;
}

@media (min-width: 768px) {
    .d-md-none {
        display: none !important;
    }

    .d-md-block {
        display: block !important;
    }
}

.mr-1 {
    margin-right: .25rem;
}

.mb-2 {
    margin-bottom: .5rem;
}

.powiaty {
    display: flex;
    list-style-type: square;
}

.powiaty > li {
    text-align: left;
}

.px-0 {
    padding-right: 0;
    padding-left: 0;
}

.pr-0 {
    padding-right: 0;
}

.pl-0 {
    padding-left: 0;
}

#about-company h3,
#about-company p,
#about-robert p,
#overview p,
#faq p {
    text-align: justify;
}

#faq ul {
    list-style-type: square;
    width: 96%;
    max-width: 820px;
    margin: 0 auto 10px auto;
}

#faq ul li {
    text-align: justify;
    margin-bottom: 4px;
    color: #707070;
}

.two-column-ul {
    color: #707070;
    columns: 2;
    -webkit-columns: 2;
    -moz-columns: 2;
}

.two-column-ul li {
    text-align: justify;
}

@media screen and (max-width: 767px){
    .two-column-ul {
        columns: 1;
        -webkit-columns: 1;
        -moz-columns: 1;
    }
}

#map {
    width: 100%;
    min-height: 400px;
    filter: grayscale(20%);
}
.map-iframe {
    height: 450px;
    width: 100%;
    display: block;
    border:0;
}

.separator {
    color: #ddd;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 0.6px;
    line-height: 40px;
    pointer-events: none;
    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
    -khtml-user-select: none; /* Konqueror HTML */
    -moz-user-select: none; /* Old versions of Firefox */
    -ms-user-select: none; /* Internet Explorer/Edge */
    user-select: none; /* Non-prefixed version, currently supported by Chrome, Edge, Opera and Firefox */
    padding: 15px .5rem;
    margin: 0;
}

@media screen and (max-width: 1200px){
    .separator {
        display: none;
    }
}

@keyframes pulse-animation {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.4);
    }

    100% {
        transform: scale(1);
    }
}

@keyframes pulse-sm-animation {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.1);
    }

    100% {
        transform: scale(1);
    }
}

.pulse {
    margin-left: 2px;
    margin-right: 2px;
    animation-name: pulse-animation;
    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite;
    animation-duration: 1.4s;
}

.pulse-sm {
    margin-left: 2px;
    margin-right: 2px;
    animation-name: pulse-sm-animation;
    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite;
    animation-duration: 1.5s;
    animation-delay: 4.5s;
}

footer .authors {
    cursor: context-menu;
    opacity: 0.3;
    transition: opacity .5s ease-in-out;
}

footer .authors:hover {
    opacity: 1;
}

.speakers-wrapper .image-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 260px;
    height: 260px;
}

.img-square {
    width: 256px;
    height: 256px;
    cursor: pointer;
}

#partners .item:last-child img {
    width: 200px;
}

.navbar-phone-numer i {
    margin-right: 8px;
    margin-left: 4px;
}

#about-company .two-column-ul {
    margin: auto;
    max-width: 1000px;
}

@media screen and (max-width: 767px) {
    #about-company .two-column-ul, #faq ul {
        padding: 0;
    }
}

@media screen and (max-width: 768px) {
    .navbar-brand img {
        height: 2.5rem;
    }
}

#about-company .two-column-ul li {
    margin: 8px 16px;
}

#about-company ul {
    list-style-type: square;
}

#about-company ul, #about-company p {
    margin-bottom: 10px;
    margin-top: 10px;
}

#about-company .panel-group {
    margin-top: 32px;
}

#about-company .panel-group .panel {
    margin-bottom: 8px;
}

#about-company .panel-default {
    border: none;
}

#about-company .panel-default > .panel-heading {
    background: #f0f0f0;
    color: #505050;
}

#about-company .panel-heading {
    border: none;
    padding-top: 8px;
    padding-bottom: 6px;
}

#about-company .panel-default > .panel-heading + .panel-collapse > .panel-body {
    border-top: none;
    padding-top: 22px;
    padding-left: 32px;
    padding-bottom: 22px;
}

#about-company .panel-heading .panel-title a[data-toggle="collapse"] {
    font-size: 18px;
    font-weight: 500;
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    padding: 10px 15px;
}

#about-company .panel-heading .panel-title a[data-toggle="collapse"]::after {
    content: "-";
    display: block;
    position: absolute;
    line-height: 1;
    right: 1em;
    top: 50%;
    transform: translateY(-50%);
}

#about-company .panel-heading .panel-title a[data-toggle="collapse"].collapsed::after {
    content: "+";
}

#contact-data .text-white {
    color: #dddddd;
}

.contact-col {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-evenly;
}

.contact-icon {
    margin-right: .5rem;
}

#contact-data h3 {
    margin: 0;
}

#contact-data h4 {
    font-size: 14px;
    font-weight: 300;
    color: #ADADAD;
    margin: 0 0 4px 0;
}

@media screen and (max-width: 767px) {
    .suit-parallax {
        background: white;
        padding: 15px;
    }

    #overview {
        padding-top: 8rem;
        padding-bottom: 8rem;
    }

    #overview .container .row div:nth-child(2) {
        display: none;
    }
}

@media screen and (min-width: 768px) {
    #overview .container .row {
        height: 320px;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    #overview .container .row div:last-child {
        display: flex;
        justify-content: center;
        align-items: center;
    }
}


#intro .btn, #contact .btn {
    margin-top: 24px;
}


@media screen and (min-width: 768px){
    .custom-navbar .navbar-brand, .custom-navbar .nav li a, .separator {
        line-height: 70px;
    }
}

/* Powiaty i gminy start: */
.area-of-expertise {
    list-style-type: none;
    padding: 0;
    padding-inline: 0;
}

.area-of-expertise-entry {
    list-style-type: none;
}

.area-of-expertise-entry div:first-child {
    font-weight: bold;
}

.powiaty, .gminy {
    /*display: flex;*/
    /*flex-direction: column;*/
    /*justify-content: center;*/
    /*align-items: center;*/
}

.powiaty-entry, .gminy-entry {
    /*display: flex;*/
    /*justify-content: center;*/
    /*align-items: center;*/
}

@font-face {
    font-family: 'fon';
    font-style: normal;
    font-weight: 400;
    src: local('Pacifico Regular'), local('Pacifico-Regular'), url(https://fonts.gstatic.com/s/pacifico/v12/FwZY7-Qmy14u9lezJ-6H6MmBp0u-.woff2) format('woff2');
    font-display: swap;
}

@media screen and (max-width: 767px){
    #intro .container .row div {
        padding: 0;

    }
    #intro .container .row div h3 {
        font-size: 20px;
    }
}
