body {
    font-family: 'Ubuntu', sans-serif;
}

.top {
    background-color: #c4211c;
    border-radius: 1.2rem;
}

.bwx-card {
	padding: 10px;
	border: 1px solid #e5e5e5;
}
.hero {
    background-size: cover !important;
}

.hero-sm {
    height: 350px !important;
}

.hero-icon {
    overflow: visible;
}

.app-icon {
    position: absolute;
    margin: 0 auto;
    width: 100%;
    margin: 0 auto;
    bottom: -90px;
}

.app-icon img {
    max-width: 180px !important;
}

.app-icon-overview {
    max-width:150px !important;
}

.big-icon {
    font-size: 4em !important;
}

img {
    max-width: 100%;
}

.app-icon img {
    max-width: 100%;
    display: block;
    margin: 0 auto;
}

.img-border {
    padding:10px;
    border: 1px solid #efefef;
}

label, input {
    color: #333 !important;
}

input {
    border-radius: 1.2rem !important;
}

select {
    height: 53px !important;
    border-radius: 1.2rem !important;
}

.selectWrapper{
  border-radius: 1.2rem;
  display:inline-block;
  overflow:hidden;
  background-color: #e8ebed;
  border: 2px solid #e8ebed;
  width: 100% !important;
}

.selectBox{
  border:0px;
  outline:none;
}

.selectWrapper:focus-within {
    background-color: #fff;
    border: 2px solid #ccc;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}

.contact-form input[type="checkbox"] {
    margin-top: 5px;
}

.form-field {
    font-size: 16px;
    line-height: 1;
    width: 100%;
    height: 53px;
    padding: 16px;
    color: #17405c;
    border: 1px solid #f5f5f5;
    background-color: #fff;
    box-shadow: 0 1px 4px 1px rgba(60, 60, 59, .11);
    border-radius: 4px;
    transition:box-shadow .3s, fill .3s;
    font-weight: 400;
}


p {
	font-size: 17px;
	line-height: 22px;
    color: #333;
}

.justify {
    text-align: justify;
}

.fa-ul li {
    margin-bottom: 10px;
}

.cursor-pointer {
    cursor: pointer !important;
}

.text-white {
	color: white !important;
}

.text-red {
	color: #c4211c !important;
    text-shadow: none !important;
}

.text-black {
	color: black !important;
}
.text-blue{
    color:#439fe0 !important;
}

.text-underline {
	text-decoration: underline !important;
}
.text-uppercase {
    text-transform: uppercase !important;
}

.bg-red {
	background-color: #c4211c !important;
}

.bg-black {
	background-color: #242626;
}

.bg-extra-black {
	background-color: black !important;
}

.bg-footer {
    background-color: #f5f5f5;
}

.navbar {
    border-bottom-color: rgb(229, 229, 229);
    padding: 15px;
}

/*.navbar-brand {
	width: 170px;
	height: 170px;
	background: white; 
	-moz-border-radius: 50%; 
	-webkit-border-radius: 50%; 
	border-radius: 50%;
	position: absolute;
	top: -10px;
	z-index: 1;
}

.navbar-brand>img {
	max-width: 110px;
	display: block;
	margin: 22% auto;
}*/

.testimonials-balloon .quote {
    padding: 30px;
}

.testimonials-balloon cite {
    font-style: normal;
}

.testimonials-balloon cite strong {
    font-size: 1.1em;
}


.hero .lead {
	font-weight: 400;
}

.line {
    width: 70px;
    height: 4px;
    background: #439FE0;
    margin: 0 auto 30px auto;
}

.line.line-left {
    margin-left: 0;
}

.line.line-white {
    background: white !important;
}

.line.line-black {
    background: black !important;
}

.btn, a.btn {
	color: white;
    text-transform: uppercase !important;
}

.btn.btn-red, 
a.inverse.btn-red, 
.inverse a.btn-red, 
.btn.btn-red:focus, 
.btn-nav.btn-red:focus {
    border-radius: 1.2rem;
	background-color: #c4211c;
    border-color: #c4211c;
}

.btn.btn-red:hover, 
.btn-nav.btn-red:hover{
	background-color: #a82622;
    border-color: #a82622; 
}

.btn-shadow.btn-red {
	-webkit-box-shadow: 0 4px 0 #a81016;
	-moz-box-shadow: 0 4px 0 #a81016;
	box-shadow: 0 4px 0 #a81016;
}

.btn-sm {
    padding: 5px 10px !important;
}

.card {
  -webkit-box-shadow: 0px 0px 40px 5px rgba(0,0,0,0.1);
  -moz-box-shadow: 0px 0px 40px 5px rgba(0,0,0,0.1);
  box-shadow: 0px 0px 40px 5px rgba(0,0,0,0.1);
}

.card-hover:hover {
  -webkit-box-shadow: 0px 0px 40px 5px rgba(0,0,0,0.1);
  -moz-box-shadow: 0px 0px 40px 5px rgba(0,0,0,0.1);
  box-shadow: 0px 0px 40px 5px rgba(0,0,0,0.1);
  cursor: pointer;
}

.card-image {
    height: 200px;
    width: 100%;
    background-size: cover !important;
    background-position: center center !important;
}

.card-body {
      padding: 30px;
}

li.bullet {
	list-style-position: inside;
    text-indent: -1em;
    padding-left: 1em;
	list-style-image: url('../images/bulletsm.png') !important;
}


.timeline {
    list-style: none;
    padding: 20px;
    position: relative;
    border-left: none;
}

.timeline:before {
    top: 0;
    bottom: 0;
    position: absolute;
    content: " ";
    width: 3px;
    background-color: #ffffff;
    left: 50%;
    margin-left: -1.5px;
}

.timeline > li {
    margin-bottom: 20px;
    position: relative;
}

.timeline > li:before,
.timeline > li:after {
    content: " ";
    display: table;
}

.timeline > li:after {
    clear: both;
}

.timeline > li:before,
.timeline > li:after {
    content: " ";
    display: table;
}

.timeline > li:after {
    clear: both;
}

.timeline > li > .timeline-panel {
    width: 46%;
    float: left;
    border: 1px solid #439FE0;
    border-radius: 0;
    background: #439FE0;
    color: white;
    padding: 40px;
    position: relative;
}

.timeline > li > .timeline-panel:before {
    position: absolute;
    top: 26px;
    right: -15px;
    display: inline-block;
    border-top: 15px solid transparent;
    border-left: 15px solid #439FE0;
    border-right: 0 solid #439FE0;
    border-bottom: 15px solid transparent;
    content: " ";
}

.timeline > li > .timeline-panel:after {
    position: absolute;
    top: 27px;
    right: -14px;
    display: inline-block;
    border-top: 14px solid transparent;
    border-left: 14px solid #439FE0;
    border-right: 0 solid #439FE0;
    border-bottom: 14px solid transparent;
    content: " ";
}

.timeline > li > .timeline-badge {
    color: #fff;
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 1.4em;
    text-align: center;
    position: absolute;
    top: 16px;
    left: 50%;
    margin-left: -25px;
    background-color: #439FE0;
    z-index: 100;
    border-top-right-radius: 50%;
    border-top-left-radius: 50%;
    border-bottom-right-radius: 50%;
    border-bottom-left-radius: 50%;
}

.timeline > li.timeline-inverted > .timeline-panel {
    float: right;
}

.timeline > li.timeline-inverted > .timeline-panel:before {
    border-left-width: 0;
    border-right-width: 15px;
    left: -15px;
    right: auto;
}

.timeline > li.timeline-inverted > .timeline-panel:after {
    border-left-width: 0;
    border-right-width: 14px;
    left: -14px;
    right: auto;
}

.timeline-badge.primary {
    background-color: #2e6da4 !important;
}

.timeline-badge.success {
    background-color: #3f903f !important;
}

.timeline-badge.warning {
    background-color: #f0ad4e !important;
}

.timeline-badge.danger {
    background-color: #d9534f !important;
}

.timeline-badge.info {
    background-color: #5bc0de !important;
}

.timeline-title {
    margin-top: 0;
    color: inherit;
}

.timeline-body > p,
.timeline-body > ul {
    margin-bottom: 0;
}

.timeline-body > p + p {
    margin-top: 5px;
}

.countdown .timer {
    min-width: 20% !important;
    padding: 10px;
    margin-right: 10px;
    margin-left: 0;
}

.countdown .timer>div {
    font-weight: 500 !important;
    font-size: 50px;
    line-height: 70px;
}

.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover {
   background-color: #56B68B;
   border-color: #56B68B;
}

.pagination>li>a, .pagination>li>span {
    border-color: #ddd !important;
    border-width: 1px !important
}

.right-logo {
    border-left: 1px solid rgba(65,64,66,.35);
    padding-left: 25px;
    margin-left: 25px !important;
}

.nav-pills li a {
    background-color: white !important;
    color: #c4211c !important;
}

.nav-pills li.active a {
    background-color: #c4211c !important;
    color: white !important;
}

.winners ul {
    padding-left: 30px;
}

@media (max-width: 1100px) {
    .logos img {
        height: 50px !important;
    }
}

@media (min-width: 1024px) {
    .countdownMargin {
        margin-top: -30px;
    }
}

@media (max-width: 991px) {
    
    .logos img {
        height: 60px !important;
    }

    .input-style {
        padding: 0 !important;

    }

    input {
        margin: 10px 0;
    }

    .birth-year, .birth-day {
        
    }
    .birth-year {
        width: 29% !important;
        float: left;
        margin-left: 1%;
    }

    .birth-day {
        width: 19% !important;
        float: left;
        margin-right: 1%;
    }

    .birth-month {
        width: 50% !important;
        float: left;
    }

    .navbar .container-fluid {
        padding: 0 !important;
    }

    .navbar-right {
        margin-right: 0 !important;
    }

    .navbar-nav {
        float: right!important;
        margin-right: -15px;
    }

    .dropdown > a {
        border-bottom: none !important;
    }
}

@media (max-width: 890px) {
    
}

@media (max-width: 767px) {

    .navbar-header {
        width: 70%;
        float: left;
        padding: 16px 0 0 17px;
    }

    footer .container-fluid {
        padding: 0 !important;
    }

    footer .col-sm-4, footer .col-sm-8 {
        
        text-align: center;
    }

    .content {
        padding-top: 16px !important;
    }

    

    ul.timeline:before {
        left: 40px;
    }

    ul.timeline > li > .timeline-panel {
        width: calc(100% - 90px);
        width: -moz-calc(100% - 90px);
        width: -webkit-calc(100% - 90px);
        padding: 20px;
    }

    ul.timeline > li > .timeline-badge {
        left: 15px;
        margin-left: 0;
        top: 16px;
    }

    ul.timeline > li > .timeline-panel {
        float: right;
    }

    ul.timeline > li > .timeline-panel:before {
        border-left-width: 0;
        border-right-width: 15px;
        left: -15px;
        right: auto;
    }

    ul.timeline > li > .timeline-panel:after {
        border-left-width: 0;
        border-right-width: 14px;
        left: -14px;
        right: auto;
    }
}

@media (max-width: 389px) {
    .navbar-header img {
        height: 20px !important;
    }
    .right-logo {
        margin-left: 10px !important;
        padding-left: 10px;
    }
}

@media (max-width: 265px) {
    .navbar-header img {
        height: 15px !important;
    }
    .right-logo {
        margin-left: 5px !important;
        padding-left: 5px;
    }
}

.mixitup-control {
    padding: 10px;
    text-transform: uppercase;
}
.mixitup-control-active {
    text-decoration: underline;
    font-weight: 700;
}

.mix {
    height: 400px;
    overflow: visible;
}
.mix.soon {
    opacity: 0.4;
}

/* COOKIE GDPR CONSENT */
:root {
    --purple: white;
    --red: #c4211c;
}

code {
    color: #c4211c;
    font-family: monospace;
    font-size: 16px;
    background: #f7f7f7;
    padding: 3px 5px;
    border-radius: 3px;
    border: 1px solid #ebebeb;
}
button#ihavecookiesBtn {
    margin-left: 0px !important;
}
/* Cookie Dialog */
#gdpr-cookie-message {
    position: fixed;
    right: 30px;
    bottom: 30px;
    max-width: 375px;
    background-color: white;
    padding: 20px;
    border-radius: 1.2rem;
    box-shadow: 0 6px 6px rgba(0,0,0,0.25);
    margin-left: 30px;
    font-family: system-ui;
    z-index: 999;
}
#gdpr-cookie-message h4 {
    color: #c4211c;
    font-family: 'Ubuntu', sans-serif;
    font-size: 18px;
    font-weight: 800;
    margin-bottom: 10px;
}
#gdpr-cookie-message h5 {
    color: #c4211c;
    font-family: 'Ubuntu', sans-serif;
    font-size: 15px;
    font-weight: 800;
    margin-bottom: 10px;
}
#gdpr-cookie-message p, #gdpr-cookie-message ul {
    color: #333333;
    font-size: 15px;
    line-height: 1.5em;
    font-family: 'Ubuntu', sans-serif;
    padding-left: 0;
}

#gdpr-cookie-message p:last-child {
    margin-bottom: 0;
    text-align: right;
}
#gdpr-cookie-message li {
    width: 49%;
    display: inline-block;
}
#gdpr-cookie-message a {
    color: #c4211c;
    text-decoration: none;
    font-size: 15px;
    padding-bottom: 2px;
    border-bottom: 1px dotted rgba(255,255,255,0.75);
    transition: all 0.3s ease-in;
}
#gdpr-cookie-message a:hover {
    border-bottom-color: #c4211c;
    transition: all 0.3s ease-in;
}
#gdpr-cookie-message button,
button#ihavecookiesBtn {
    border: none;
    background: #c4211c;
    color: white;
    font-family: 'Ubuntu', sans-serif;
    font-size: 15px;
    padding: 7px 15px;
    border-radius: 1.2rem;
    margin-top: 20px;
    margin-left: 15px;
    font-weight: 800;
    border: 3px solid #c4211c;
    cursor: pointer;
    transition: all 0.3s ease-in;
}
#gdpr-cookie-message button:hover {
    background: transparent;
    color: #c4211c;
    transition: all 0.3s ease-in;
}
button#gdpr-cookie-advanced {
    background: white;
    color: #c4211c;
}
button#gdpr-cookie-advanced:hover {
    background: #c4211c;
    color: white;
}
#gdpr-cookie-message button:disabled {
    opacity: 0.3;
}

#gdpr-cookie-message label {
    font-weight: 400;
}

#gdpr-cookie-message input[type="checkbox"] {
    float: left;
    margin-top: 6px;
    margin-right: 6px;
}