/* Template */
html,
body {
    color:#000;
    font-family: 'SourceSansPro Regular';
	font-weight: normal;
	font-style: normal;
    margin:0 auto;
}
body.menu-open { overflow:hidden; }
body.menu-open .glyphicon-menu-hamburger { display:none; }
h3,
h4 {
    border-bottom:4px solid #e1e1e1;
    color:#ef2139;
    font-family: 'SourceSansPro Black';
    font-size:19px;
    font-weight: 900;
    margin-bottom:20px;
    padding-bottom: 10px;
    text-transform:uppercase;
    width:100%;
}
h4 {
    border-bottom:0;
}
h2 {
    color:#ef2139;
    font-family: 'SourceSansPro Regular';
    font-size:30px;
	font-weight: normal;
    margin-bottom:20px;
    padding-bottom:0;
    text-transform:none;
    width:100%;
}
p {
    font-family: 'SourceSansPro Regular';
    font-size:17px;
}
span { text-decoration:underline; }
a {
    color:#ef2139;
    cursor:pointer;
}
ul {
    list-style-type:disc;
    padding-left: 20px;
}
ul li {
    margin-bottom:10px;
    margin-top:5px;
}
a,
button { outline: none; }
p,
.desc,
.price,
.date,
.title { max-width:100%; }


.bold {
    font-family: 'SourceSansPro Black';
    font-weight:900;
}
.btn-participate span,
.btn-lang span,
span.name,
span.glyphicon { text-decoration:none; }
span.red {
    color:#ef2139;
    text-decoration:none;
}
.form-control {
    border-radius: 0;
}

/* PAGE CONTAINER */
.container-relative { position:relative; }
.main-container { overflow:hidden; }
.page-container {
    padding-bottom:50px;
    padding-top:50px;
}

.page-container h3 {
    font-size:24px;
    padding-left:0;
}

.page-container .step-title {
    border-bottom:0;
    margin-bottom:0;
    color:#000;
    font-size:25px;
    text-align:center;
}

.page-container .step-subtitle {
    border:0;
    font-size:24px;
    text-align:center;
    text-transform:none;
}

.page-container hr {
    background-color:#e1e1e1;
    height:4px;
    margin-top:0;
    padding:0;
}

/* END PAGE CONTAINER */

.desc { font-size:17px; }
.desc ul li { text-align:left; }

.btn {
    -webkit-border-radius:0;
       -moz-border-radius:0;
            border-radius:0;
    background-color:#ef2139;
    color:#fff;
    font-family: 'SourceSansPro Black';
    font-weight: 900;
    text-transform:uppercase;
    white-space: normal;
}
.btn:hover {
    color: #FFF;
    background-color: #f58026;
}
.btn.white {
    background-color:#fff;
    color:#ef2139;
}
.btn-orange {
    background-color: #f58026;
}
.btn-orange:hover {
    background-color: #dc7322;
}
.btn-bottom {
    margin-top:40px;
    width:80%;;
}
.btn.big {
    padding: 20px;
    width: 48%;
    margin: 0 1%;
}
@media (max-width: 991px) {
    .btn.big { width: 50%; }
}

.bg-color {
    background-color:#f7f7f7;
    width: 100%;   /* was 350% */
    height: 100%;
    position: absolute;
    display: block;
    top: 0;
    left: -100%;
}

.bg-color.red { background-color:#ef2139; } 
.bg-red { background-color: #ef2139; }
.bg-orange { background-color: #f58026; }
.red { color: #ef2139; }

.msg-box,
.txt-box { text-align:center; }

.full-w {
    margin-left: -15px;
    margin-right: -15px;
}
.border-box {
    border: 1px solid #a4a9ab;
    padding: 35px 15px;
}
.border-box p:not(:last-child) { margin-bottom: 20px; }
.border-box p:last-child { margin-bottom: 0; }

.d-flex { display: flex; }
@media (max-width: 767px) {
    .d-flex { display: block; }
}
.no-margin { margin:0; }
.no-padding { padding:0; }

.red-link {
    color: #ef2139;
    display: inline-block;
}
.red-link.underline {
    text-decoration: underline;
}
.red-link:hover {
    color: #000;
    text-decoration: none;
}
.block-link {
    margin-bottom: 20px;
}


/* CUSTOM SELECT*/
.select2-container,
.select2-container span { text-decoration: none; }
.select2-container--default .select2-selection--single {
    border-radius: 0;
    border-color: #ccc;
    outline: none;
}
.select2-container .select2-selection--single .select2-selection__rendered {
    height: 34px;
    line-height: 34px;
    font-size: 14px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 34px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow::before,
.select2-container--default .select2-selection--single .select2-selection__arrow::after {
    content: '';
    width: 8px;
    height: 2px;
    position: absolute;
    top: 17px;
    background-color: #ef2139;
}
.select2-container--default .select2-selection--single .select2-selection__arrow::before {
    transform: rotate(45deg);
}
.select2-container--default .select2-selection--single .select2-selection__arrow::after {
    transform: rotate(-45deg);
    left: 5px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b {
    display: none;
}
.select2-results__option {
    font-size: 14px;
    margin: 0;
}
.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #f58026;
}
