/*
	Theme Name: RINGTRAINING
	Author:     Pedro Stoehr, stoehr@ticktoo.com [0x9B092A26]
	Author URI: https://ticktoo.com/
	 ___       ___
	/\  \___  /\  \
	\ \   __\_\_\  \
	 \ \  \ /\____  \
	  \ \__\\/___/\__\
	   \/__/     \/__/
*/

/*! IMPORTS ------------------------------------------------------------ */

@import url('/vendors/bootstrap-4.5.2-dist/css/bootstrap.min.css');
@import url('/vendors/fontawesome-pro-5.12.1-web/css/all.css');
@import url('/vendors/swiper-6.4.12/swiper-bundle.min.css');
@import url("fonts/Roboto/Roboto.css");
/*@import url('https://use.typekit.net/qjq2egn.css');*/
@import url("https://use.typekit.net/zvg2smf.css");

/*! THEME -------------------------------------------------------------- */

html,body{
	min-height:100vh
}
body{
	background-color:rgb(23,23,23);
	color:#CCC;
	font-family:'Roboto','Helvetica Neue',Helvetica,Arial,sans-serif;
	font-size:1rem
}
h1{
	color:#FFF;
	font-size:2.5rem;
	font-weight:normal;
	margin-bottom:20px;
	text-transform: uppercase;
}
h2{
	font-size:1.8rem;
	font-weight:bold;
	color:#FFF;
	line-height:1.1;
	margin-bottom:20px;
}
h3{
	font-size:1.4rem;
	color:#CCC;
	margin-bottom:20px
}
h4{
	font-size:1rem;
	font-weight:bold;
	color:#CCC
}
a{
	color:#FFF;
	text-decoration:none;
	outline:0 none!important;
	transition:.2s
}
a:hover,a:active,a:focus{
	color:#FFF;
	text-decoration:none
}

.toggle-switch input[type="checkbox"] {
	/* need required text to show up */
	display: block;
}


button,button:focus,button:active{
	background-color:transparent;
	border:0;
	color:#999;
	outline:none;
}

.btn, .btn:hover, .btn:active{
	border:0;
	border-radius:0;
	box-shadow:none;
}
.btn-primary,.btn-race{
	background-color:rgb(224,9,24);
	border: 2px solid rgb(224,9,24);
	font-weight:bold;
	color:#FFF!important;
}
.btn-primary:hover,.btn-race:hover{
	background-color:rgb(180,10,30);
	border: 2px solid rgb(224,9,24)
}
.btn-primary:active,.btn-primary:focus,.btn-race:active,.btn-race:focus{
	background-color:rgb(180,10,30)!important;
	border: 2px solid rgb(180,10,30)!important;
	box-shadow:none!important;
}

.btn-secondary{
	background-color:#FFF;
	border-color:#FFF;
	color:rgb(224,9,24);
	font-size:1rem;
	font-weight:600
}
.btn-secondary:hover{
	background-color:#DDD;
	border-color:#DDD;
	color:rgb(224,9,24);
}
.btn-secondary:active,.btn-secondary:focus{
	background-color:#DDD!important;
	border-color:#DDD!important;
	box-shadow:none!important;
	color:rgb(224,9,24)!important;
}
.btn-link,.btn-link:hover,.btn-link:active,.btn-link:focus{
	color:#FFF;
	text-decoration:none
}

.btn-black{
	background-color:rgb(0,0,0);
	border: 2px solid rgb(0,0,0);
	font-weight:bold;
	color:#FFF;
}
.btn-black:hover{
	background-color:rgb(180,10,30);
	border: 2px solid rgb(224,9,24)
}
.btn-black:active,.btn-black:focus{
	background-color:rgb(180,10,30)!important;
	border: 2px solid rgb(180,10,30)!important;
	box-shadow:none!important;
}


.btn-grey{
	background-color:#999;
	border: 2px solid #999;
	font-weight:bold;
	color:#000;
}
.btn-grey:hover{
	background-color:#FFF;
	border: 2px solid #FFF
}
.btn-grey:active,.btn-grey:focus{
	background-color:#FFF!important;
	border: 2px solid #FFF!important;
	box-shadow:none!important;
}




.group:after{
	content:".";
	clear:both;
	display:block;
	height:0;
	visibility:hidden
}
.img-full{
	display:block;
	height:auto;
	max-width:100%;
	width:100%
}


/*! HEADER ------------------------------------------------------------- */

.site-header{
	background-color:rgb(0,0,0);
	border-bottom:1px solid rgb(35,35,35);
	min-height:62px;
	z-index:10001;
}
.site-header .container{
	position:relative
}
.site-header .menu-btn{
	background-image:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 21'><path fill='rgb(255,255,255)' d='M.9 3.9h22.3c.4 0 .8-.4.8-.9V.9c0-.5-.4-.9-.9-.9H.9C.4 0 0 .4 0 .9V3c0 .5.4.9.9.9zm0 8.5h22.3c.5 0 .9-.4.9-.9V9.4c0-.5-.4-.9-.9-.9H.9c-.5.1-.9.5-.9.9v2.1c0 .5.4.9.9.9zm0 8.6h22.3c.5 0 .9-.4.9-.9V18c0-.5-.4-.9-.9-.9H.9c-.5 0-.9.4-.9.9v2.1c0 .5.4.9.9.9z' /></svg>");
	background-position:center center;
	background-repeat:no-repeat;
	background-size:24px 22px;
	display:block;
	text-indent:-9999px
}
.site-header .brand a{
	transition:none
}
.site-header .header-account{
	position:absolute;
	right:14px;
	top:14px
}
.site-header .header-account a{
	background-color:rgb(224,9,24);
	border:2px solid rgb(224,9,24);
	color:#FFF;
	display:block;
	font-weight:500;
	line-height:32px;
	padding:0 15px;
	text-decoration:none;
	text-align:center;
}
.site-header .header-account a:hover{
	background-color:rgb(180,10,30);
	border-color:rgb(224, 9, 24);
	color:#FFF
}
.site-header .header-account a:active,.site-header .header-account a:focus{
	background-color:rgb(180,10,30);
	border-color:rgb(180,10,30);
}

/*! HERO --------------------------------------------------------------- */

.hero {
	margin:0
}
.hero img {
	box-shadow:0 1px 3px rgba(0,0,0,0.2);
}
.hero .container{
	position:relative
}

/*! PAGE --------------------------------------------------------------- */

.page{
	background-color:rgb(0,0,0);
	padding:40px 0 30px 0
}

.mpb{
	background: rgb(180,10,30);
	background: linear-gradient(0deg, rgba(180,10,30,1) 0%, rgba(224,9,24,1) 100%);
	border-radius:3px;
	color:#FFF;
}
.mpb.light{
	background:rgba(255,255,255,.1);
	border:2px solid rgba(255,255,255,.1);
}
.mpb.white{
	background: rgb(255,255,255);
	border-radius:3px;
	color:rgb(35,35,35);
}

.mpb.with-header{
	border-radius:0
}
.mpb.with-header .mpb-content{
	background-color:rgb(224,9,24);
	border-radius:0 0 3px 3px
}

.mpb.light.with-header{
	border-radius:0;
	border:0;
}
.mpb.light.with-header .mpb-content {
	background-color: transparent;
	border: solid rgba(255,255,255,.1);
	border-width: 0 2px 2px 2px;
	border-radius: 0 0 3px 3px
}

.mpb-header{
	background-color:rgba(255,255,255,.2);
	border-radius:3px 3px 0 0;
	padding:10px 0;
}
.mpb-header h2{
	color:rgb(255,255,255)!important;
	font-size:1.4rem;
	padding:0 0 0 15px;
	margin:0
}
.mpb-header h3{
	text-align:center;
	color:#FFF!important;
	padding:0;
	margin:0
}
.mpb-content{
	padding:10px 15px;
	position:relative;
}
.mpb.action{
	border-radius:3px 3px 0 0
}
.btn-mpb,.btn-mpb:hover{
	border-radius:0 0 3px 3px;
	padding:10px 0;
	margin-bottom:20px
}
.mpb-divider,.mpb-divider:hover{
	border-top:1px solid #DDD;
}

.small .mpb-header h2 {
	font-size: .9rem;
	font-weight: normal;
	line-height: 1.4
}
.small .mpb-header h2 span {
	font-weight: bold;
}


.home-intro {
	margin-bottom: 40px;
}
.home-intro p {
	color: #999;
}
.home-intro img {
	border-radius: 3px;
}

.partner h2 {
	font-size: .8rem;
	color: #666;
	text-transform: uppercase;
	margin-bottom:10px;
}

/*! EVENT LIST ----------- */


.event-list{
	font-size:1.1rem;
	margin:30px 0 0
}
.event-item{
	background-color:#FFF;
	border-top:4px solid rgb(224,9,24);
	margin:0 0 30px;
	padding:0
}
.event-image img{
	margin:-1px 0 0
}
.event-content{
	padding:10px 15px 15px
}
.event-date{
	color:#000;
	font-weight:bold;
	margin-bottom:0
}
.event-title{
	color:rgb(224,9,24);
	font-size:1.6rem;
	font-weight:bold;
	margin-bottom:10px
}
.event-meta ul{
	color:#000;
	list-style-type:none;
	margin:0 0 20px;
	padding:0
}
.event-meta li{
	margin:6px 0
}
.event-meta i{
	margin-right:6px
}
.event-meta a{
	color:#000
}
.event-meta a:hover{
	color:#000
}



.squad-list{
	font-size:1.1rem;
	margin:30px 0
}
.squad-item a{
	background-color:#FFF;
	border-bottom:4px solid rgb(224,9,24);
	color:#000;
	display:block;
	margin:0 0 15px 0;
	padding:15px 65px;
	position:relative;
}
.squad-title{
	font-weight:bold
}
.squad-status{
	color:#999;
}
.squad-item a:before {
	color: rgb(224,9,24);
	content: '\f0c0';
	font-family: 'Font Awesome 5 Pro';
	font-size: 1.6rem;
	font-weight: bold;
	left: 15px;
	position: absolute;
	top: 50%;
	transform:translateY(-50%);
}
.squad-item a:after {
	color: #999;
	content: '\f178';
	font-family: 'Font Awesome 5 Pro';
	font-size:2.6rem;
	font-weight: 300;
	right: 30px;
	position: absolute;
	top: 50%;
	transform:translateY(-50%);
}
.squad-item a:hover:after {
	color: rgb(224,9,24);
}
.squad-info,
.squad-files{
	list-style-type: none;
	margin: 0 0 20px 0;
	padding: 0;
}
.squad-info li,
.squad-files li {
	margin-bottom: 5px;
	padding: 0 0 0 24px;
	position: relative;
}
.squad-info li:before {
	color: #999;
	content: '\f30f';
	font-family: 'Font Awesome 5 Pro';
	font-weight: 300;
	left: 0;
	position: absolute;
	top: 1px;
}
.squad-files li:before {
	color: #999;
	content: '\f1c1';
	font-family: 'Font Awesome 5 Pro';
	font-weight: 300;
	left: 0;
	position: absolute;
	top: 1px;
}

.order-info {
	background-color: #333;
	border-radius: 3px;
	color: #FFF;
	margin-bottom:30px;
	padding: 10px 15px 15px 15px;
}
.info-title{
	color: #999;
	margin-bottom: 6px;
	text-transform: uppercase;
}
.order-info ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.order-info li{
	position: relative;
	padding: 0 0 0 28px;
	margin-bottom: 5px;
}
.order-info li:before {
	color: #999;
	content: '\f073';
	font-family: 'Font Awesome 5 Pro';
	font-weight: 300;
	left: 0;
	position: absolute;
	top: 1px;
}
.order-info li.info-squad:before {
	color: #999;
	content: '\f0c0';
	font-family: 'Font Awesome 5 Pro';
	font-weight: 300;
	left: 0;
	position: absolute;
	top: 1px;
}
.order-info li.info-bikes:before {
	color: #999;
	content: '\f21c';
	font-family: 'Font Awesome 5 Pro';
	left: 0;
	position: absolute;
	top: 1px;
}
.order-info li.info-hospital:before {
	color: #999;
	content: '\f0f9';
	font-family: 'Font Awesome 5 Pro';
	left: 0;
	position: absolute;
	top: 1px;
}
.order-info li.info-event:before {
	color: #999;
	content: '\f11e';
	font-family: 'Font Awesome 5 Pro';
	left: 0;
	position: absolute;
	top: 1px;
}
.order-info li.info-track:before {
	color: #999;
	content: '\f018';
	font-family: 'Font Awesome 5 Pro';
	left: 0;
	position: absolute;
	top: 1px;
}

.order-info li.info-number:before {
	color: #999;
	content: '\f163';
	font-family: 'Font Awesome 5 Pro';
	left: 0;
	position: absolute;
	top: 1px;
}
.order-info li.info-box:before {
	color: #999;
	content: '\e009';
	font-family: 'Font Awesome 5 Pro';
	left: 0;
	position: absolute;
	top: 1px;
}
.order-info li.info-transponder:before {
	color: #999;
	content: '\f2f2';
	font-family: 'Font Awesome 5 Pro';
	left: 0;
	position: absolute;
	top: 1px;
}

.option-list {
	margin:0 0 30px 0
}
.option-item {
	background-color:#FFF;
	border-bottom:4px solid rgb(224,9,24);
	color:#000;
	margin:0 0 15px 0;
	padding:15px
}
.option-header{
	margin-bottom:10px
}
.option-title{
	font-size: 1.3rem;
	font-weight: bold;
	float: left;
}
.option-price {
	font-size: 1.3rem;
	float: right;
}
.option-action {
	float: left;
	margin: 5px 15px 0 0;
}
.option-desc a {
	color: #000;
	text-decoration: underline;
}


/* ----------- v1 ------------------------------------

.event-item {
	font-size: .85rem;
}
.event-date {
	color: rgba(255,255,255,.5);
	text-align: right;
	text-transform: uppercase;
	padding: 10px 0 0 0;
	font-weight: 600
}
.event-date strong {
	color: #FFF;
	font-size: 1.2rem;
	line-height: 1.1;
	display: block;
}
.event-title {
	display: block;
	font-weight:bold;
	font-size:1.5rem;
	width: 100%;
	letter-spacing:.015rem;
	line-height: 32px;
	margin-top: 10px;
	text-transform: uppercase;
}

.event-meta ul {
	color: rgba(255,255,255,.5);
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.event-meta li {
	margin: 6px 0;
}
.event-meta i {
	margin-right: 6px;
}
.event-meta i.fa-euro-sign {
	margin-right: 10px;
}
.event-meta a {
	color: rgba(255,255,255,.5);
}
.event-meta a:hover {
	color: #FFF
}

.event-link {
	text-decoration: underline;
}

.event-list .mpb-content {
	background: url(img/s_event.svg) no-repeat center bottom 10px;
	background-size: 85%;

}

.event-action a {
		margin:15px 0 5px 0;
	padding: 6px 20px;
	vertical-align: middle;
}

*/





.action-price {
	font-weight:bold;
	font-size:1.1rem;
}

.action-cta {
	font-weight:bold;
	font-size: 1.1rem;
}

.action-cta i {
	margin-left: 4px;
}



.event-action a:hover{
	background-color:rgb(180,10,30);
	border: 2px solid rgb(224,9,24);
	color:#FFF;
}


.subhead {
	color: #999;
	margin-top: -15px;
}
.subhead i {
	margin-right: 6px;
}


.event-intro {
	font-size:1.4rem;
	line-height: 1.3;
}

.event-service{
	list-style-type: none;
	margin: 0 0 30px 0;
	padding: 0;
}
.event-service li {
	color: #FFF;
	position: relative;
	padding-left: 32px;
	margin-bottom: 10px;
}
.event-service li:before {
    color: rgb(224,9,24);
    font-weight: bold;
    content: '\f0c8';
    font-family: 'Font Awesome 5 Pro';
    left: 0;
    position: absolute;
    top: 0;
}
.event-service .service-desc {
	display: block;
	color: #999;
}

.track-info {
	font-size: .8rem;
}





.mbp.white .event-list,
.event-date.black strong {
	color:rgb(35,35,35)!important;
}



.form-check {
	font-size: .85rem;
	color: #999;
}


.toggleTrigger{
	color:#999!important;
	cursor:pointer;
	font-size:1.2rem;
	line-height:1.3;
	font-weight:normal;
	margin-bottom:15px;
	padding-top:15px;
	text-transform:none;
	border-top:1px solid rgba(255,255,255,.1);
}
.toggleTrigger i{
	color:rgb(224,9,24);
	margin-right:10px
}
.toggleTrigger:hover{
	color:#FFF!important
}

.toggleBox {
	color: #FFF;
	padding: 0 35px;
}

.toggleBox a {
	text-decoration: underline
}

.toggleTrigger[aria-expanded="true"]{
	color:#FFF !important;
}
.toggleTrigger[aria-expanded="true"] span {
	color: #999!important;
}

.btn-buy {
	line-height: 1;
	padding-top: 10px;
	padding-bottom: 10px;
}

.buy-date {
	margin-bottom: 6px
}
.buy-price {
	font-size: 1.5rem;
	margin-bottom: 6px
}


.account-nav-header{
	background-color:rgb(224,9,24);
	border-radius:3px 3px 0 0;
	color:#FFF;
	padding:5px 15px;
	position:relative;
}
.account-nav-header span {
	font-size: .8rem;
	color:rgba(255,255,255,.7);
	display:block;
}
.account-nav{
	font-size:.85rem;
	display:none;
	list-style-type:none;
	margin:0 0 20px 0;
	padding:0;
}
.account-nav li{
	background-color:#232323;
	border-top:1px solid #333;
}
.account-nav li:last-child {
	border-radius: 0 0 3px 3px;
}
.account-nav a{
	color:#999;
	border:0;
	display:block;
	padding:10px 15px
}
.account-nav a i{
	color:#FFF!important;
	margin-right:6px;
}
.account-nav a:hover{
	background-color:#444;
	color:#FFF
}
.account-nav li:last-child a:hover{
	border-radius: 0 0 3px 3px;
}

.account-nav li.account-nav-reseller {
	background-color: #444;
}

.side-faq-header,
.side-faq .entry {
	border-radius:3px;
	margin:10px;
	padding:10px;
}
.side-faq-header {
	background-color:rgb(224,9,24);
	color:#FFF;
}
.side-faq .entry {
	background-color:#232323;
	border:1px solid #333;
	cursor:pointer;
}


/*! PARTNER --------- */

.partner{
	background-color:rgb(0,0,0);
	padding:0 0 30px 0
}


/*! FOOTER ------------------------------------------------------------- */

.footer{
	font-size:.75rem;
	padding-bottom:30px;
	z-index:1
}
.footer a {
	font-weight:500
}
.footer-service{
	list-style-type:none;
	margin:0;
	padding:0
}
.footer-service a{
	color:rgb(153,153,153);
	display:block;
	padding:0 6px
}
.footer-info a{
	color:rgb(153,153,153);
}
.footer-info a:hover{
	color:#FFF;
}
.footer p{
	margin:0
}

/* --------------------------------------------------------------------- */

#fader{
	background:rgb(35,35,35);
	position:fixed;
	top:0;
	left:0;
	width:100%;
	height:100%;
	z-index:999999;
	pointer-events:none;
	animation-duration:300ms;
	animation-timing-function:ease-in-out
}
#fader:before{
	content:'fade'
}
@keyframes fade-out {
	from{
		opacity:1
	}
	to{
		opacity:0
	}
}
@keyframes fade-in {
	from{
		opacity:0
	}
	to{
		opacity:1
	}
}
#fader.fade-out{
	opacity:0;
	animation-name:fade-out
}
#fader.fade-in{
	opacity:1;
	animation-name:fade-in
}



.form-group{
	margin:10px 0 15px;
	position:relative
}
.form-group label{
	font-size:.75rem;
}
.form-group.labeled label{
	display:block;
	color:rgb(29,29,27);
	font-size:.9rem;
	display:block;
	line-height:1;
	padding-bottom:6px
}
.form-group label.infield{
	left:4px;
	position:absolute;
	top:-3px
}
.form-group input[type=text],.form-group input[type=time],.form-group input[type=password],.form-group input[type=email],.form-group input[type=date],.form-group input[type=number],.form-group textarea{
	background-color:#FFF;
	border: 2px solid #DDD;
	border-radius: 4px;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	color:#333;
	font-family: Helvetica,Arial,sans-serif;
	font-size:1rem;
	height:45px;
	-webkit-transition:all .15s ease-in-out;
	-moz-transition:all .15s ease-in-out;
	-ms-transition:all .15s ease-in-out;
	-o-transition:all .15s ease-in-out;
	transition:all .15s ease-in-out;
	padding:0 15px;
	width:100%
}
.form-group input[type=text]:focus,.form-group input[type=time]:focus,.form-group input[type=email]:focus,.form-group input[type=password]:focus,.form-group input[type=date]:focus,.form-group input[type=number]:focus,.form-group textarea:focus,.select-style select:focus{
	background-color:rgb(255,255,255);
	border-color:rgb(224,9,24);
	box-shadow:none;
	color:#333;
	outline:none!important;
}
.form-group textarea{
	min-height:120px;
	padding-top: 10px
}
.form-group ::-webkit-input-placeholder{
	color:rgb(153,153,153);
	font-weight:400
}
.form-group :-moz-placeholder{
	color:rgb(153,153,153);
	font-weight:400
}
.form-group ::-moz-placeholder{
	color:rgb(153,153,153);
	font-weight:400
}
.form-group :-ms-input-placeholder{
	color:rgb(153,153,153);
	font-weight:400
}
.select-style select{
	background:rgb(255,255,255) url(img/select_arrow.svg) no-repeat right 10px center;
	background-size:8px 8px;
	-moz-appearance:none;
	-webkit-appearance:none;
	appearance:none;
	border-radius: 4px;
	border: 2px solid #DDD;
	color:#333;
	cursor:pointer;
	display:inline-block;
	font-size:1rem;
	height:45px;
	margin:0;
	outline:none;
	padding:0 30px 0 10px;
	width:100%;
}

/*! CONTENT BLOCKS ----------------------------------------------------- */



.t3-block-intro {
	margin-bottom: 30px;
}
.t3-block-intro img {
	border-radius: 2px;
	margin-bottom: 15px;
}
.t3-block-intro ul{
	list-style-type: none;
	margin: 0;
	padding: 0;
	font-size: 1.2rem;
}
.t3-block-intro li {
	color: #FFF;
	position: relative;
	padding-left: 32px;
	margin-bottom: 10px;
}
.t3-block-intro ul li:before {
    color: rgb(224,9,24);
    font-weight: bold;
    content: '\f0c8';
    font-family: 'Font Awesome 5 Pro';
    left: 0;
    position: absolute;
    top: 0;
}


.t3-block-imageloop .looper {
	text-align: center;
	transition-timing-function: linear;
}

.t3-block-imageloop h2 {
	color: #666;
	font-size: 1.3rem;
	margin-bottom: 15px;
	text-transform: uppercase;
}


.t3-block-note {
	background-color: #FFF;
	border-radius: 2px;
	color:#333;
	margin-bottom: 30px;
	padding: 15px 20px 15px 95px;
	position: relative;
}

.t3-block-note:before {
    content: "\f0f3";  /* this is your text. You can also use UTF-8 character codes as I do here */
    font-family: 'Font Awesome 5 Pro';
    left:30px;
    position:absolute;
    top:50%;
    transform: translateY(-50%);
    font-size: 2.6rem;
    font-weight: bold;
    color: rgb(224,9,24);
}



/* ---------------------------------------------------------------------- */


.promo {
	position: relative;
	margin-bottom: 30px;
}


.promo-content .content-inner {
	border-top: 6px solid #DDD;
	background-color: #FFF;
	padding: 20px 30px 30px 30px;
	color: rgb(35,35,35);
	box-shadow: 6px 6px 0 rgba(0,0,0,.15)
}

.promo-content .content-inner  h1,
.promo-2-content h1 {
	color: rgb(35,35,35);
	font-size: 2.4rem;
	margin-bottom: 6px;
}
.promo-2-content h1 {
	color: #FFF;
}


.promo-content ul,
.promo-2-content ul{
	list-style-type: none;
	margin: -5px 0 20px 0;
	padding: 0;
}
.promo-content li,
.promo-2-content li {
	position: relative;
	padding-left: 24px;
	margin-bottom: 6px;
}
.promo-content ul li:before,
.promo-2-content ul li:before
{
    color: rgb(224,9,24);
    font-weight: bold;
    content: '\f0c8';
    font-family: 'Font Awesome 5 Pro';
    left: 0;
    position: absolute;
    top: 0;
}


.promo-2 {
	background-color: rgb(50,50,50);
	margin-bottom: 30px;
}

.promo-2-content {
	color: #FFF;
	border-top: 4px solid rgba(255,255,255,.2);
	padding: 20px 30px 30px 30px;
}

.promo-intro {
	color: #666;
	margin-top:30px;
	margin-bottom: -20px;
}

.img-vert {
	margin-bottom: 20px;
}


.finelines-container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}
.finelines-container.top {
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end
}
@media screen and (max-width:800px) {
	.finelines-container.bottom {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column
	}
}
.finelines {
	position: relative;
	min-height: 50px;
	width: 370px;
	font-size: 34px
}
@media screen and (max-width:800px) {
	.finelines {
		width: 50vw;
		min-height: 30px
	}
}
.finelines.top {
	-webkit-clip-path: polygon(39px 0, 100% 0, 100% 100%, 0 100%);
	clip-path: polygon(39px 0, 100% 0, 100% 100%, 0 100%)
}
.finelines.bottom {
	-webkit-clip-path: polygon(0 0, 100% 0, calc(100% - 39px) 100%, 0 100%);
	clip-path: polygon(0 0, 100% 0, calc(100% - 39px) 100%, 0 100%)
}
@media screen and (max-width:800px) {
	.finelines.bottom {
		-webkit-box-ordinal-group: 3;
		-ms-flex-order: 2;
		order: 2;
		width: 100%;
		margin-bottom: 40px
	}
}

.finelines-bg-full{
	font-size:24px;
	background:repeating-linear-gradient(128deg,hsla(0,0%,100%,0) -1px,hsla(0,0%,100%,0),0,hsla(0,0%,100%,.360784) .02em,hsla(0,0%,100%,0) .05em,hsla(0,0%,100%,0) 7px)
}



/* -------- WIP ---------
.form-check .custom-control-label {
	font-size: 1rem;
	padding-left: 10px;
	padding-top: 2px;
}
.form-check .custom-control-label::after,
.form-check .custom-control-label::before {
  height: 21px;
  width: 21px;
}
.form-check .custom-control-label::before {
  background-color: #fff;
  border: 1px solid #2c2b2c;
}
.custom-control-input:checked ~ .custom-control-label::before {
  background-color: rgb(224,9,24) !important;
  border-color: rgb(224,9,24);
}
*/


/* --------------------------- TOGGLE SWITCH --------------------------- */



.toggle-switch {
	display: inline-block;
	vertical-align: top;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	user-select: none;
}
.toggle-switch .ts-label {
	display: inline-block;
	margin: 0 20px 0 0;
	transition: color .56s cubic-bezier(.4,0,.2,1);
	-webkit-transition: color .56s cubic-bezier(.4,0,.2,1);
	vertical-align: top;
}
.toggle-switch .ts-helper {
	display: inline-block;
	position: relative;
	width: 40px;
	height: 16px;
	border-radius: 8px;
	background: #999;
	-webkit-transition: background .28s cubic-bezier(.4,0,.2,1);
	transition: background .28s cubic-bezier(.4,0,.2,1);
	vertical-align: middle;
	cursor: pointer;
}
.toggle-switch .ts-helper:before {
	content: '';
	position: absolute;
	top: -4px;
	left: -4px;
	width: 24px;
	height: 24px;
	background: #fafafa;
	box-shadow: 0 2px 8px rgba(0,0,0,.28);
	border-radius: 50%;
	border: 0;
	webkit-transition: left .28s cubic-bezier(.4,0,.2,1),background .28s cubic-bezier(.4,0,.2,1),box-shadow .28s cubic-bezier(.4,0,.2,1);
	transition: left .28s cubic-bezier(.4,0,.2,1),background .28s cubic-bezier(.4,0,.2,1),box-shadow .28s cubic-bezier(.4,0,.2,1);
}
.toggle-switch:not(.disabled) .ts-helper:active:before {
	box-shadow: 0 2px 8px rgba(0,0,0,.28),0 0 0 20px rgba(128,128,128,.1);
}
.toggle-switch input {
	position: absolute;
	z-index: 1;
	width: 46px;
	margin: 0 0 0 -4px;
	height: 24px;
	opacity: 0;
	filter: alpha(opacity=0);
	cursor: pointer;
}
.toggle-switch input:checked+.ts-helper:before {
	left: 20px;
}
.toggle-switch:not([data-ts-color]) input:not(:disabled):checked+.ts-helper {
	background: rgba(0,150,136,.5);
}

.toggle-switch:not([data-ts-color]) input:not(:disabled):checked+.ts-helper:before {
	background: #009688;
}

.toggle-switch:not([data-ts-color]) input:not(:disabled):checked+.ts-helper:active:before {
	box-shadow: 0 2px 8px rgba(0,0,0,.28),0 0 0 20px rgba(0,150,136,.2);
}

.toggle-switch.disabled {
	opacity: .6;
	filter: alpha(opacity=60);
}

.toggle-switch[data-ts-color=red] input:not(:disabled):checked+.ts-helper {
	background: rgba(244,67,54,.5);
}

.toggle-switch[data-ts-color=red] input:not(:disabled):checked+.ts-helper:before {
	background: #F44336;
}

.toggle-switch[data-ts-color=red] input:not(:disabled):checked+.ts-helper:active:before {
	box-shadow: 0 2px 8px rgba(0,0,0,.28),0 0 0 20px rgba(244,67,54,.2);
}

.toggle-switch[data-ts-color=blue] input:not(:disabled):checked+.ts-helper {
	background: rgba(33,150,243,.5);
}

.toggle-switch[data-ts-color=blue] input:not(:disabled):checked+.ts-helper:before {
	background: #2196F3;
}

.toggle-switch[data-ts-color=blue] input:not(:disabled):checked+.ts-helper:active:before {
	box-shadow: 0 2px 8px rgba(0,0,0,.28),0 0 0 20px rgba(33,150,243,.2);
}

.toggle-switch[data-ts-color=amber] input:not(:disabled):checked+.ts-helper {
	background: rgba(255,193,7,.5);
}

.toggle-switch[data-ts-color=amber] input:not(:disabled):checked+.ts-helper:before {
	background: #FFC107;
}

.toggle-switch[data-ts-color=amber] input:not(:disabled):checked+.ts-helper:active:before {
	box-shadow: 0 2px 8px rgba(0,0,0,.28),0 0 0 20px rgba(255,193,7,.2);
}

.toggle-switch[data-ts-color=purple] input:not(:disabled):checked+.ts-helper {
	background: rgba(186,104,200,.5);
}

.toggle-switch[data-ts-color=purple] input:not(:disabled):checked+.ts-helper:before {
	background: #BA68C8;
}

.toggle-switch[data-ts-color=purple] input:not(:disabled):checked+.ts-helper:active:before {
	box-shadow: 0 2px 8px rgba(0,0,0,.28),0 0 0 20px rgba(186,104,200,.2);
}

.toggle-switch[data-ts-color=pink] input:not(:disabled):checked+.ts-helper {
	background: rgba(233,30,99,.5);
}

.toggle-switch[data-ts-color=pink] input:not(:disabled):checked+.ts-helper:before {
	background: #E91E63;
}

.toggle-switch[data-ts-color=pink] input:not(:disabled):checked+.ts-helper:active:before {
	box-shadow: 0 2px 8px rgba(0,0,0,.28),0 0 0 20px rgba(233,30,99,.2);
}

.toggle-switch[data-ts-color=lime] input:not(:disabled):checked+.ts-helper {
	background: rgba(205,220,57,.5);
}

.toggle-switch[data-ts-color=lime] input:not(:disabled):checked+.ts-helper:before {
	background: #CDDC39;
}

.toggle-switch[data-ts-color=lime] input:not(:disabled):checked+.ts-helper:active:before {
	box-shadow: 0 2px 8px rgba(0,0,0,.28),0 0 0 20px rgba(205,220,57,.2);
}

.toggle-switch[data-ts-color=cyan] input:not(:disabled):checked+.ts-helper {
	background: rgba(0,188,212,.5);
}

.toggle-switch[data-ts-color=cyan] input:not(:disabled):checked+.ts-helper:before {
	background: #00BCD4;
}

.toggle-switch[data-ts-color=cyan] input:not(:disabled):checked+.ts-helper:active:before {
	box-shadow: 0 2px 8px rgba(0,0,0,.28),0 0 0 20px rgba(0,188,212,.2);
}

.toggle-switch[data-ts-color=green] input:not(:disabled):checked+.ts-helper {
	background: rgba(76,175,80,.5);
}

.toggle-switch[data-ts-color=green] input:not(:disabled):checked+.ts-helper:before {
	background: #4CAF50;
}

.toggle-switch[data-ts-color=green] input:not(:disabled):checked+.ts-helper:active:before {
	box-shadow: 0 2px 8px rgba(0,0,0,.28),0 0 0 20px rgba(76,175,80,.2);
}



.account-nav-trigger {
	background-image:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 21'><path fill='rgb(255,255,255)' d='M.9 3.9h22.3c.4 0 .8-.4.8-.9V.9c0-.5-.4-.9-.9-.9H.9C.4 0 0 .4 0 .9V3c0 .5.4.9.9.9zm0 8.5h22.3c.5 0 .9-.4.9-.9V9.4c0-.5-.4-.9-.9-.9H.9c-.5.1-.9.5-.9.9v2.1c0 .5.4.9.9.9zm0 8.6h22.3c.5 0 .9-.4.9-.9V18c0-.5-.4-.9-.9-.9H.9c-.5 0-.9.4-.9.9v2.1c0 .5.4.9.9.9z' /></svg>");
	background-position:center center;
	background-repeat:no-repeat;
	background-size:18px 16px;
	display:block;
	text-indent:-9999px
}


/*! RT FILES */

.rtfile-list {
	list-style-type: none;
	margin: -15px 0 0 15px;
	padding: 0 0 15px 0;
}
.rtfile-list li {
	border-bottom: 1px dashed #333;
	padding-top: 10px;
	padding-bottom: 10px
}
.rtfile-list li:last-child {
	border:0;
	padding-bottom: 0;
}
.rtfile-list a {
	color: #999;
	display: block;
}
.rtfile-list a i {
	color: #FFF;
	margin-right: 10px
}
.rtfile-list a:hover {
	color: #FFF;
}
.rtfiles-trigger {
	border-top-color: #333;
}
.rtfiles-trigger:first-child {
	border-top: none;
}
.rtfiles-trigger span {
	font-size: 1rem;
}
.rtfiles-collapse {
	background-color: #232323;
	border-radius: 3px;
	padding: 10px 20px;
}

.rtfiles-gallery {
	margin: 20px 15px 0 15px;
}




.table {
	color: #FFF;
}
.table th {
	color: #999;
	font-size: .85rem;
}

.table thead {
	background-color: #232323;
}


.table td, .table th {
	border-top-color: #333!important;
	border-bottom-color: #333;
}


.block-icon-text{
	margin-bottom:30px;
	cursor: pointer;
}
.block-icon-text .inner{
	background-color:#FFF;
	border-radius:3px;
	color:rgb(84,172,233);
	min-height:250px;
	padding:40px 20px 15px;
	text-align:center
}
.block-icon-text .icon i{
	color:rgb(224,9,24);
	font-size:7rem;
	margin:0
}
.block-icon-text h3{
	color:rgb(23,23,23);
	font-size:1rem;
	font-weight:500;
	letter-spacing:.025rem;
	margin:0;
	padding:20px 0 3px
}
.block-icon-text p{
	color:#999;
	font-size:.8rem;
	margin:0;
	padding:0
}


.modal-title,
.modal-body,
.modal-body h4 {
	color: #232323;
}
.modal-body a {
	text-decoration: underline;
	color: #232323;
}


/*! EVENT DETAIL */

.event-detail{
	background-color:#FFF;
	border-top:4px solid rgb(224,9,24);
	margin:0 0 30px;
	padding:0
}

.event-detail .event-content{
	color:#232323;
	padding: 15px 30px
}

.event-detail .event-intro {
	color: rgb(224,9,24);
}

.event-detail h2,
.event-detail h3 {
	color: #232323;
	margin-bottom: 15px;
}

.event-detail h2 {
	margin-top: 20px;

}

.event-detail .event-service li {
	font-weight: bold;
	color: #232323;
}

.event-detail .event-service .service-desc {
	font-weight: normal;
	color: #232323;
}


.line-box {
	border-bottom: 1px solid rgb(224,9,24);
	margin-bottom: 20px;
	padding-bottom: 20px
}



.divider {
	background-color: #DDD;
	height: 1px;
	width: 100%;
}

.divider.dark {
	background-color: #333
}


.order-status {
	font-weight: bold;
	color: rgb(224,9,24);
	background-color: #FFF;
	border-radius: 3px;
	text-align: center;
	padding: 10px 15px;
	margin: 10px 0 30px 0;
}


.cartdrop{
	padding:0 20px
}
.cartdrop-meta{
	color:#8BC34A
}
.cartdrop a{
	border-bottom:1px solid #DDD;
	display:inline-block;
	color:#565656;
	font-weight:600
}


.modal.legacy {
	background-color:transparent;
	border-radius:2px;
	display:none;
	left:0;
	margin:auto;
	margin-top:60px;
	max-height:70%;
	overflow-y:auto;
	padding:0;
	position:fixed;
	right:0;
	width:55%;
	will-change:top,opacity
}
.modal.legacy h1,.modal.legacy h2,.modal.legacy h3,.modal.legacy h4{
	margin-top:0
}
.modal.legacy .modal-content{
	padding:24px
}
.modal.legacy .modal-close{
	cursor:pointer
}
.modal.legacy .modal-footer{
	background-color:#FFF;
	border-radius:0 0 2px 2px;
	height:56px;
	padding:4px 6px;
	width:100%
}
.modal.legacy .modal-footer .btn,.modal.legacy .modal-footer .btn-large,.modal.legacy .modal-footer .btn-flat{
	float:right;
	margin:6px 0
}
.lean-overlay{
	background:#000;
	bottom:0;
	display:none;
	height:125%;
	left:0;
	position:fixed;
	right:0;
	top:-100px;
	width:100%;
	will-change:opacity;
	z-index:999
}
.modal.legacy.modal-fixed-footer{
	height:70%;
	padding:0
}
.modal.legacy.modal-fixed-footer .modal-content{
	height:calc(100% - 56px);
	max-height:100%;
	overflow-y:auto;
	position:absolute;
	width:100%
}
.modal.legacy.modal-fixed-footer .modal-footer{
	border-top:1px solid rgba(0,0,0,0.1);
	bottom:0;
	position:absolute
}
.modal.legacy.bottom-sheet{
	border-radius:0;
	bottom:-100%;
	margin:0;
	max-height:100%;
	top:auto;
	width:100%;
	will-change:bottom,opacity
}
@media only screen and (max-width: 992px){
    .modal.legacy{
		width:80%
	}
}

.payment-block {
	background-color: #232323;
	border-radius: 3px;
	padding: 20px;
	margin-bottom: 20px;
	margin-top: 20px;
}

.payment-block.light {
	background-color: #EEE;
}

.payment-block.light h4 {
	color: rgb(23,23,23);
}


.account-orders-toolbar {
	font-size: .9rem;
	margin: 20px 0;
}
.account-orders-toolbar i {
	margin-right:  6px;
}
.account-orders-toolbar a {
	color:  #999;
	display: inline-block;
	background-color: #333;
	border-radius: 3px;
	padding:  10px 15px;
	margin-right:  10px;
}
.account-orders-toolbar a:hover {
	color: #FFF;
	background-color: #666;
}


.radio-tab {
	margin-bottom:6px;
}
.radio-tab input[type="radio"] {
	display: none;
}

.radio-tab label {
	border: 0;
	border-radius: 3px;
	display: inline-block;
	background-color: #424242;
	padding: 8px 15px;
	color:  #CCC;
	cursor: pointer;
	width:  100%;
	text-align: center;
}

.radio-tab input[type="radio"]:checked+label {
	background-color: #FFF;
	color:  #232323;
}


/*! COOKIE CONSENT */

.cc-window {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	height: auto;
	width: calc(100% - 60px);
	max-width: 900px;
	overflow-y: auto !important;
	max-height: 520px;
	z-index: 100001;
	background-color: #FFF;
	color: #000;
}

html > body .cc-window {
	position: fixed;
}

.cc-inner {
	padding: 20px 40px;
}

.cc-inner .content_from_editor {
	padding: 0;
}

.cc-inner .content_from_editor p {
	font-size: .85rem;
	color: #646464;
}

.cc-inner .content_from_editor a {
	color: #646464;
	text-decoration: underline
}

.cc-inner .content_from_editor a:hover {
	color: rgb(224,9,24)!important;
}

.cc-overlay {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,.3);
	z-index: 90001;
}

html > body .cc-overlay {
	position: fixed;
}


.cc-inner h2 {
	color:rgb(224,9,24)!important;
	font-size:1.8rem;
	font-weight:bold;
	color:#FFF;
	line-height:1.1;
	margin-bottom:20px;
}

#cookieSettings ul {
	list-style-type: none;
	margin: 0 0 10px 0;
	padding: 0;
}
#cookieSettings .details {
	color: #646464;
	font-size: .8rem;
	margin-left: 2.5rem;
	margin-top: -12px;
	margin-bottom: 6px;
}

.cc-detail, .cc-save, .cc-extra, .cc-detail-header, .cc-link-content-ok{
	color: #646464!important;
}
.cc-detail a, .cc-save, .cc-detail-header, .cc-link-content-ok {
	cursor: pointer;
}
.cc-detail:hover, .cc-save:hover, .cc-detail-header:hover, .cc-link-content-ok:hover {
	color: rgb(224,9,24)!important;
}
.cc-footer-links {
	padding-top: 10px;
}
.cc-link-content, .cc-link-content-ok {
	padding-top: 10px;
}


/*! STOPPER */

.stopper {
	background-color:#FFF;
	border-top:4px solid rgb(224,9,24);
	color:rgb(23,23,23);
	margin-bottom: 30px;
	padding: 20px 30px;
}
.stopper-title {
	font-size: 1.4rem;
	margin-bottom: 10px;
	font-weight: bold
}
.stopper-content p:last-child {
	margin-bottom:0;
}
.stopper-content a {
	color: rgb(23,23,23);
	text-decoration: underline;
}

/*! RESPONSIVE, BABY! -------------------------------------------------- */

@media (min-width: 1400px) { /* XXL */


}
@media (min-width: 1200px){ /* EXTRA LARGE */

}
@media (min-width: 992px) and (max-width: 1200px) {
	.site-header .header-account a i {
		margin-right:0!important;
	}
	.site-header .header-account a span {
		display:none
	}

}
@media (min-width: 992px){ /* LARGE */
	.site-header {
		min-height:92px;
	}
	.site-header .brand{
		float:left;
		margin-top:28px
	}
	.site-header .brand a{
		background-image:url(img/logo.svg);
		background-position:0 0;
		background-repeat:no-repeat;
		background-size:265px 32px;
		display:block;
		height:32px;
		text-indent:-9999px;
		width:265px
	}
	.site-header .menu-btn{
		display:none
	}
	.site-header .menu-wrapper{
		display:inline-block;
		margin-left: 0
	}
	.site-header .site-menu{
		display:block!important;
		vertical-align:middle;
		font-size:.9rem;
	}
	.site-header .site-menu ul{
		display:inline-block;
		margin:28px 0 0 0
	}
	.site-header .site-menu li{
		border:0;
		letter-spacing:.05rem;
		margin-left:32px;
		margin-bottom:10px;
		position:relative;
		display:inline-block
	}
	.site-header .site-menu li a{
		color:#FFF;
		display:block;
		line-height:32px;
		padding:0;
		position:relative;
		text-decoration:none;
		text-transform:uppercase;
	}
	.site-header .site-menu li a:hover{
		color:#FFF
	}
	.site-header .site-menu li.active a{
		color:#FFF
	}

	.site-header .site-menu li > a{
		position:relative;
		z-index:5
	}
	.site-header .site-menu li > a:before{
		position:relative;
		z-index:-1;
		background:none repeat scroll 0 0 transparent;
		bottom:2px;
		content:" ";
		height:2px;
		left:0;
		right:0;
		position:absolute;
		background:rgb(224,9,24);
		transition:width .3s ease 0s,left .3s ease 0s;
		width:0
	}
	.site-header .site-menu li > a:hover:before{
		width:100%
	}
	.site-header .site-menu li.active > a:before{
		background-color:rgb(224,9,24);
		height:2px;
		width:100%
	}

	.site-header .header-account {
		margin-top:12px;
		font-size:.9rem;
	}
	.site-header .header-account a i {
		margin-right:6px;
	}
	.social-bar{
		position:fixed;
		color: #FFF;
		right:0;
		top:50%;
		transform:translateY(-50%);
		z-index:10001
	}
	.social-bar > a{
		background-color:rgb(224,9,24);
		margin:1px 0;
		padding:0
	}
	.social-bar > a{
		display:block;
		padding:5px 10px;
		color:#FFF;
		font-size:1.4rem;
		text-align:center
	}
	.social-bar > a:hover{
		background-color:rgb(180,10,30);
		color:#FFF;
	}
	.social-bar > a:first-child {
		border-radius: 3px 0 0 0
	}
	.social-bar > a:last-child {
		border-radius: 0 0 0 3px
	}
	.footer{
		padding:14px 0
	}
	.footer .footer-service {
		float:right;
	}
	.footer .footer-service a:hover{
		text-decoration: underline;
	}
	.footer .footer-service li {
		float:left;
	}
	.footer .footer-service li:last-child a {
		padding-right:0;
	}
	.footer .footer-info {
		float:left;
	}
	.small .mpb-header h2 span{
		display: block
	}


	.action-price {
		float: left;
	}
	.action-cta {
		float: right;
	}

	.promo-image {
		display:block;
		height:auto;
		max-width:75%;
		width:75%;
	}



	.promo-content {
		position: absolute;
		right: 0;
		top: 50%;
		transform: translateY(-50%);
		width: 35%;
	}

	.promo-2-content {
		color: #FFF;
		border-top: 0;
		padding: 20px 30px 30px 30px;
		position: absolute;
		top: 50%;
		transform: translateY(-50%);
	}




	.account-nav-trigger {
		display: none;
	}
	.account-nav {
		display: block!important;
	}


}
@media (max-width: 991.98px){ /* SMALL + MEDIUM */
	.site-header{
		box-shadow:0 1px 3px rgba(0,0,0,0.2);
		min-height:47px;
		position:absolute;
		top:0;
		width:100%
	}
	html > body .site-header{
		position:fixed
	}
	.site-header .container{
		min-width:100%!important;
		max-width:100%!important
	}
	.site-header .menu-btn{
		background-color:transparent;
		color:#FFF;
		cursor:pointer;
		display:block;
		height:47px;
		line-height:47px;
		position:absolute;
		left:0;
		text-align:center;
		top:0;
		width:52px
	}
	.site-header .brand{
		float:none;
		position:absolute;
		left:52px;
		top:10px;
		margin-top:0;
		margin-left:0;
	}
	.site-header .brand a{
		background-size:232px 28px;
		background:url(img/logo.svg) no-repeat center center;
		display:block;
		height:28px;
		text-indent:-9999px;
		width:232px
	}
	.site-header .site-menu{
		display:none;
		list-style-type:none;
		margin:0 15px 15px 15px;
		padding-top:60px;
	}
	.site-header .site-menu ul{
		list-style-type:none;
		margin:0;
		padding:0;
	}
	.site-header .site-menu li{
		border-bottom:1px solid rgba(255,255,255,.4);
		margin-left:0;
		margin-bottom:0;
		position:relative;
		display:block
	}
	.site-header .site-menu li:last-child {
		border-bottom:0;
	}
	.site-header .site-menu li a{
		color:#FFF;
		display:block;
		line-height:44px;
		padding:0;
		text-decoration:none
	}
	.site-header .site-menu li a:hover {
		color:#FFF;
	}
	.site-header .site-menu li.active a {
		color:#FFF
	}
	.site-header .header-account{
		position:absolute;
		right:14px;
		top:5px
	}
	.hero{
		margin-top:47px;
	}
	.page{
		padding:90px 0 30px 0
	}
	.social-bar-container{
		position:relative;
		width:100%;
		max-width:100%;
		background-color:rgb(224,9,24)
	}
	.social-bar{
		position:relative;
		right:auto;
		top:0;
		text-align:center;
		opacity:1;
		background-color:transparent;
	}
	.social-bar > a{
		background-color:transparent;
		opacity:1;
		display:inline-block;
		padding:15px 10px;
		color:#FFF;
		font-size:1.8rem;
		text-align:center
	}
	.social-bar > a:hover{
		color:#FFF;
		background-color:transparent
	}
	.footer .container{
		width:100%;
		max-width:100%;
		margin:0;
		padding:0
	}
	.footer .footer-service a{
		border-bottom:1px solid rgba(255,255,255,.2);
		display:block;
		margin:0;
		padding:10px 0;
		text-align:center;
		text-decoration:none
	}
	.footer .footer-info{
		text-align:center;
		padding:14px
	}
	h1 {
		-webkit-hyphens: auto;
		-ms-hyphens: auto;
		hyphens: auto;

	}

	.account-nav-trigger{
		background-color:transparent;
		color:#FFF;
		cursor:pointer;
		display:block;
		height:47px;
		line-height:47px;
		position:absolute;
		right:0;
		text-align:center;
		top:50%;
		transform:translateY(-50%);
		width:52px
	}

	.account-nav{
		display: none;
	}
	.mobile-spacer{
		display: block;
		height: 30px;
	}


}
@media (min-width: 768px){ /* MEDIUM ONLY */

}
@media (max-width: 576px){ /* SMALL ONLY*/
	.site-header .brand{
		float:none;
		position:absolute;
		left:52px;
		top:-2px;
		margin-top:0;
		margin-left:0;
	}
	.site-header .brand a{
		background-size:72px 48px;
		background:url(img/logo_small.svg) no-repeat center center;
		display:block;
		height:48px;
		text-indent:-9999px;
		width:72px
	}
}



/* fixes to link color and edit link */
.content-edit-btn {
	background-color: #FFF;
}
.stopper.group a:hover,
.stopper.group a,
.event-detail a:hover,
.event-detail a,
.white a:hover,
.white a  {
	text-decoration: underline;
    color: #232323;
}

.debug pre,
pre.code {
	background-color: #FFF;
}

/* images from content editor - in faq */
.modal-body img {
	width: 100%;
}


/*! END OF LINE */

