/* ==== Google font ==== */
@import url('https://fonts.googleapis.com/css?family=Noto+Serif:400,400italic,700|Open+Sans:300,400,600,700');

/* === prettify === */
@import url('../js/google-code-prettify/prettify.css');
/* === fontawesome === */
@import url('font-awesome.css');
/* === custom icon === */
@import url('custom-fonts.css');
/* ==== overwrite bootstrap standard ==== */
@import url('overwrite.css');
@import url('animate.css');

/* ===================================
1. General
==================================== */

body {
	font-family:'sofia-pro','Open Sans', Arial, sans-serif;
	font-size:14px;
	font-weight:300;
	line-height:1.6em;
	color:#656565;
}

a:active {
	outline:0;
}

.clear {
	clear:both;
}

h1,h2, h3, h4, h5, h6 {
	font-family:'sofia-pro','Open Sans', Arial, sans-serif;
	font-weight:700;
	line-height:1.1em;
	color:#333;
	margin-bottom: 20px;
}

h1 {
	font-weight: 200;
	font-size: 42px;
	text-transform: uppercase
}

h2 {
	font-weight: 400;
}

h3 {
	font-weight: 300;
	text-transform: uppercase;
}


p {
	font-size: 18px;
	font-weight: 300;
	line-height: 1.6;
}

/* ===================================
2. layout
==================================== */

.container {
	padding:0 20px 0 20px;
	position:relative;
}

@media (min-width: 1200px) {
	.container {
		width: 980px;
	}
}

#wrapper{
	width:100%;
	margin:0;
	padding:0;
}


.row,.row-fluid {
	margin-bottom:30px;
}

.row .row,.row-fluid .row-fluid{
	margin-bottom:30px;
}

.row.nomargin,.row-fluid.nomargin {
	margin-bottom:0;
}



/* ===================================
3. Responsive media
==================================== */

.video-container,.map-container,.embed-container 		{ position:relative; margin:0 0 15px 0;	padding-bottom:51%; padding-top:30px; height:0; overflow:hidden; border:none; }
.embed-container iframe,
.embed-container object,
.embed-container embed,
.video-container iframe,
.map-container iframe,
.map-container object,
.map-container embed,
.video-container object,
.video-container embed 					{ position:absolute; top:0; left:0; width:100%; height:100%; }
iframe {
	border:none;
}

img.img-polaroid {
	margin:0 0 20px 0;
}
.img-box {
	max-width:100%;
}
/* ===================================
4. Header
==================================== */

/* --- header -- */


header .navbar {
	margin-bottom: 0;
}

.navbar-default {
	border: none;
}

.navbar-brand {
	color: #222;
	text-transform: uppercase;
	font-size: 24px;
	font-weight: 700;
	line-height: 1em;
	letter-spacing: -1px;
	margin-top: 25px;
	padding: 0 0 0 15px;
}
header .navbar-logo {
	float:right;
}
header .navbar-logo .apl--logo__primary {
	width:125px;
	margin-top:30px;
	margin-left:13px;
}

header .navbar-collapse .apl--logo__secondary {
	display:none;
	float:left;
	width:125px;
	margin-top:30px;
	margin-left:25px;
}
@media (max-width: 992px) {
	header .navbar-logo .apl--logo__primary {
		display: none;
	}
	header .navbar-collapse .apl--logo__secondary {
		display:block;
	}
}
@media (max-width: 768px) {
	header .navbar-collapse .apl--logo__secondary {
		display:none;
	}
	header .navbar-logo {
		display: block;
		width:100%;
		float: left;
		clear:both;
		margin-bottom:5px;
		margin-right: -14px;
		margin-left: -14px;
	}
	header .navbar-logo .apl--logo__primary {
		display:block;
		max-width:200px;
		margin-left:0;
		margin-top:15px;
	}
}
header .navbar-collapse  ul.navbar-nav {
	float: left;
	margin-right: 0;
}

header .navbar-default{
	background-color: #fff;
}

header .nav li a:hover,
header .nav li a:focus,
header .nav li.active a,
header .nav li.active a:hover,
header .nav li a.dropdown-toggle:hover,
header .nav li a.dropdown-toggle:focus,
header .nav li.active ul.dropdown-menu li a:hover,
header .nav li.active ul.dropdown-menu li.active a{
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}


header .navbar-default .navbar-nav > .open > a,
header .navbar-default .navbar-nav > .open > a:hover,
header .navbar-default .navbar-nav > .open > a:focus {
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}


header .navbar {
	min-height: 105px;
	background-color: #141414;
}

header .navbar-nav > li  {
	/* padding-bottom: 30px;
        padding-top: 30px;*/
}

header .nav-primary {
	background-color: #fff !important;
}


header  .navbar-nav > li > a {
	padding-bottom: 6px;
	padding-top: 5px;
	margin-left: 2px;
	line-height: 30px;
	font-weight: 700;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}


.dropdown-menu li a:hover {
	color: #fff !important;
}

header .nav .caret {
	border-bottom-color: #f5f5f5;
	border-top-color: #f5f5f5;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
	background: transparent url('/vendor/CNZ/Assets/public/img/arrow-down.png') no-repeat center bottom;
}

.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
	background: transparent url('/vendor/CNZ/Assets/public/img/arrow-down.png') no-repeat center bottom;
}

.dropdown-menu  {
	box-shadow: none;
	border-radius: 0;
	border: none;
}
/*
.dropdown-menu li:last-child  {
	padding-bottom: 0 !important;
	margin-bottom: 0;
}
*/
header .nav li .dropdown-menu  {
	padding: 0;
}

header .nav li .dropdown-menu li a {
	line-height: 1.6;
	padding: 3px 0px;
	text-transform: none;
}

header .nav li .codes li {
	background-color: #212121;
	padding:12px 20px;
	margin-bottom: 8px;
}

header .nav li .codes li a {
	font-weight: 600;
	font-size: 16px;
	color:#d1d2d4;
	text-transform: uppercase;
}

/* --- menu --- */

header .navigation {
	float:right;
}

header ul.nav li {
	border:none;
	margin:0;
}

header ul.nav li a {
	font-size:14px;
	border:none;
	font-weight:400;
	text-transform:uppercase;
}

header ul.nav li ul li a {
	font-size:14px;
	border:none;
	font-weight:400;
	text-transform:uppercase;
}

.navbar .nav > li > a {
	font-size:14px;
	color: #d1d2d4;
	font-weight:400;
	text-shadow: none;
	margin-left: 13px;
}

.navbar .nav a:hover {
	background:none;
}

.navbar .nav > .active > a,.navbar .nav > .active > a:hover {
	background:none;
}

.navbar .nav > .active > a:active,.navbar .nav > .active > a:focus {
	background:none;
	outline:0;
	font-weight:700;
}

.navbar .nav li .dropdown-menu {
	z-index:2000;
}

header ul.nav li ul {
	margin-top:1px;
	min-width: 320px;
}
header ul.nav li ul li ul {
	margin:1px 0 0 1px;
}
.dropdown-menu .dropdown i {
	position:absolute;
	right:0;
	margin-top:3px;
	padding-left:20px;
}

.navbar .nav > li > .dropdown-menu:before {
	display: inline-block;
	border-right: none;
	border-bottom: none;
	border-left: none;
	border-bottom-color: none;
	content:none;
}



ul.nav li.dropdown a {
	z-index:1000;
	display:block;
}

select.selectmenu {
	display:none;
}

.nav > li.dropdown.open {
	position: static;
}
.nav > li.dropdown.open .dropdown-menu {
	display:block;
	/*width: 100%;*/
	width:960px;
	margin: auto;
	text-align: left;
	left:0;
	right:0;
	top:0;
	background-color: transparent;
	padding-top: 20px;
	/*min-height:300px;*/
}
.dropdown-menu>li {
	display: table-cell;
}

.dropdown.open .full-width {
	position: absolute;
	width: 100vw;
	left: calc(-50vw + 50%);
	min-height:400px;
	background-color: #141414;
}

.dropdown-menu .link-list h3 {
	margin-bottom: 0;
}

/* ===================================
5. Section: Featured
==================================== */

#featured{
	width: 100%;
	background:#fcfcfc;
	position:relative;
	margin:0;
	padding:0;
}

/* ===================================
6. Sliders
==================================== */
/* --- flexslider --- */

#featured .flexslider {
	padding:0;
	background: #fff;
	position: relative;
	zoom: 1;
}

/*
.flex-caption {background:none; -ms-filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#4C000000,endColorstr=#4C000000); filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#4C000000,endColorstr=#4C000000); zoom: 1;}
.flex-caption { bottom: 35px; background-color: rgba(0, 0, 0, 0.8); color: #fff; margin: 0; padding: 25px 25px 25px 30px; position: absolute; left: 0; width: 350px;}
.flex-caption h3 {color: #fff; letter-spacing: 1px; margin-bottom: 8px; text-transform: uppercase;}
.flex-caption p {margin: 0 0 15px;}
*/

.flex-caption {
	bottom: 0;
	background-color: #121212;
	margin: 0;
	padding: 10px 10px 50px 10px;
	position: absolute;
	left: 0;
	width: 40%;
}

.flex-caption h1 {
	font-weight: 200;
	font-size: 50px;
	color:#fff;
	text-transform: uppercase;
	float: right;
	width: 292px;
	margin:9px 21px 16px 10px;
}

.flex-caption.mtb {
	background-color: #00953b;
}

.flex-caption.road {
	background-color: #e1261c;
}

.flex-caption.track {
	background-color: #e1261c;
}

.flex-caption.bmx {
	background-color: #004b98;
}

.flex-caption.school {
	background-color: #ffb81d;
}


/* ===================================
7. Section: grey panel
==================================== */
section.grey-panel, section.quick-find-panel {
	background:#dfe0e2;
}

section.quick-find-panel {
	padding-top: 83px;
}



/* ===================================
8. Section: Content
==================================== */

#content {
	position:relative;
	background:#fff;
	padding:50px 0 40px 0;
}

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

/* --- Call to action --- */

.cta-text {
	text-align: center;
	margin-top:10px;
}


.big-cta .cta {
	margin-top:10px;
}

/* --- box --- */

.box {
	width: 100%;
}
.box-gray  {
	background: #f8f8f8;
	padding: 20px 20px 30px;
}
.box-gray  h4,.box-gray  i {
	margin-bottom: 20px;
}
.box-bottom {
	padding: 20px 0;
	text-align: center;
}
.box-bottom a {
	color: #fff;
	font-weight: 700;
}
.box-bottom a:hover {
	color: #eee;
	text-decoration: none;
}


/* ===================================
9. Section: Bottom
==================================== */

#bottom {
	background:#fcfcfc;
	padding:50px 0 0;

}
/* twitter */
#twitter-wrapper {
	text-align: center;
	width: 70%;
	margin: 0 auto;
}
#twitter em {
	font-style: normal;
	font-size: 13px;
}

#twitter em.twitterTime a {
	font-weight:600;
}

#twitter ul {
	padding: 0;
	list-style:none;
}
#twitter ul li {
	font-size: 20px;
	line-height: 1.6em;
	font-weight: 300;
	margin-bottom: 20px;
	position: relative;
	word-break: break-word;
}


/* ===================================
10. Inner - Section: page headline
==================================== */

#inner-headline{
	background:#252525;
	position:relative;
	margin:0;
	padding:0;
	color:#fefefe;
}


#inner-headline .inner-heading h2 {
	color:#fff;
	margin:20px 0 0 0;
}

/* --- breadcrumbs --- */
#inner-headline ul.breadcrumb {
	margin:30px 0 0;
	float:left;
}

#inner-headline ul.breadcrumb li {
	margin-bottom:0;
	padding-bottom:0;
}
#inner-headline ul.breadcrumb li {
	font-size:13px;
	color:#fff;
}

#inner-headline ul.breadcrumb li i{
	color:#dedede;
}

#inner-headline ul.breadcrumb li a {
	color:#fff;
}

ul.breadcrumb li a:hover {
	text-decoration:none;
}

/* ============================
11. Forms
============================= */

/* --- contact form  ---- */
form#quick-search input[type="text"] {
	width: 100%;
	border: 1px solid #f5f5f5;
	min-height: 40px;
	padding-left:20px;
	padding-top:10px;
	height: 66px;
	font-size:24px;
	font-weight: 200;
	padding-right:20px;
	text-transform: uppercase;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;

}

form#contactform textarea {
	border: 1px solid #f5f5f5;
	width: 100%;
	padding-left:20px;
	padding-top:10px;
	font-size:13px;
	padding-right:20px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;

}

form#contactform .validation {
	font-size:11px;
}

#sendmessage {
	border:1px solid #e6e6e6;
	background:#f6f6f6;
	display:none;
	text-align:center;
	padding:15px 12px 15px 65px;
	margin:10px 0;
	font-weight:600;
	margin-bottom:30px;

}

#sendmessage.show,.show  {
	display:block;
}

/* --- comment form ---- */
form#commentform input[type="text"] {
	width: 100%;
	min-height: 40px;
	padding-left:20px;
	font-size:13px;
	padding-right:20px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-border-radius: 2px 2px 2px 2px;
	-moz-border-radius: 2px 2px 2px 2px;
	border-radius: 2px 2px 2px 2px;

}

form#commentform textarea {
	width: 100%;
	padding-left:20px;
	padding-top:10px;
	font-size:13px;
	padding-right:20px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-border-radius: 2px 2px 2px 2px;
	-moz-border-radius: 2px 2px 2px 2px;
	border-radius: 2px 2px 2px 2px;
}


/* --- search form --- */
.search{
	float:right;
	margin:35px 0 0;
	padding-bottom:0;
}

#inner-headline form.input-append {
	margin:0;
	padding:0;
}



/* ===============================
12. Portfolio
================================ */

.work-nav #filters {
	margin: 0;
	padding: 0;
	list-style: none;
}

.work-nav #filters li {
	margin: 0 10px 30px 0;
	padding: 0;
	float:left;
}

.work-nav #filters li a {
	color: #7F8289;
	font-size: 16px;
	display: block;
}

.work-nav #filters li a:hover {

}

.work-nav #filters li a.selected {
	color: #DE5E60;
}

#thumbs {
	margin: 0;
	padding: 0;
}

#thumbs li {
	list-style-type: none;
}

.item-thumbs {
	position: relative;
	overflow: hidden;
	margin-bottom: 9px;
	cursor: pointer;
}

.item-thumbs a + img {
	width: 100%;
}

.item-thumbs .hover-wrap {
	position: absolute;
	display: block;
	width: 100%;
	height: 100%;

	opacity: 0;
	filter: alpha(opacity=0);

	-webkit-transition: all 450ms ease-out 0s;
	-moz-transition: all 450ms ease-out 0s;
	-o-transition: all 450ms ease-out 0s;
	transition: all 450ms ease-out 0s;

	-webkit-transform: rotateY(180deg) scale(0.5,0.5);
	-moz-transform: rotateY(180deg) scale(0.5,0.5);
	-ms-transform: rotateY(180deg) scale(0.5,0.5);
	-o-transform: rotateY(180deg) scale(0.5,0.5);
	transform: rotateY(180deg) scale(0.5,0.5);
}

.item-thumbs:hover .hover-wrap,
.item-thumbs.active .hover-wrap {
	opacity: 1;
	filter: alpha(opacity=100);

	-webkit-transform: rotateY(0deg) scale(1,1);
	-moz-transform: rotateY(0deg) scale(1,1);
	-ms-transform: rotateY(0deg) scale(1,1);
	-o-transform: rotateY(0deg) scale(1,1);
	transform: rotateY(0deg) scale(1,1);
}

.item-thumbs .hover-wrap .overlay-img {
	position: absolute;
	width: 100%;
	height: 100%;
	opacity: 0.80;
	filter: alpha(opacity=80);
	background: #000;
}

.item-thumbs .hover-wrap .overlay-img-thumb {
	position: absolute;
	border-radius: 60px;
	top: 50%;
	left: 50%;
	margin: -16px 0 0 -16px;
	color: #fff;
	font-size: 32px;
	line-height: 1em;
	opacity: 1;
	filter: alpha(opacity=100);
}


/* --- Portolio filter --- */

ul.portfolio-categ{
	margin:10px 0 30px 0;
	padding:0;
	float:left;
	list-style:none;
}

ul.portfolio-categ li{
	margin:0;
	padding:0 20px 0 0;
	float:left;
	list-style:none;
	font-size:13px;
	font-weight:600;
}

ul.portfolio-categ li a{
	display:block;
	padding:35x 0 35x 0;
	color:#353535;
}

ul.portfolio-categ li.active a:hover, ul.portfolio-categ li a:hover,ul.portfolio-categ li a:focus,ul.portfolio-categ li a:active {
	text-decoration:none;
	outline:0;
}



/* --- portfolio detail --- */
.top-wrapper {
	margin-bottom:20px;
}

/* ===============================
13. Elements
================================ */

/* --- blockquote --- */
blockquote {
	font-size:16px;
	font-weight:400;
	font-family:'Noto Serif', serif;
	font-style:italic;
	padding-left:0;
	color:#a2a2a2;
	line-height:1.6em;
	border:none;
}

blockquote cite 							{ display:block; font-size:12px; color:#666; margin-top:10px; }
blockquote cite:before 					{ content:"\2014 \0020"; }
blockquote cite a,
blockquote cite a:visited,
blockquote cite a:visited 				{ color:#555; }

/* --- pullquotes --- */

.pullquote-left {
	display:block;
	color:#a2a2a2;
	font-family:'Noto Serif', serif;
	font-size:14px;
	line-height:1.6em;
	padding-left:20px;
}

.pullquote-right {
	display:block;
	color:#a2a2a2;
	font-family:'Noto Serif', serif;
	font-size:14px;
	line-height:1.6em;
	padding-right:20px;
}

/* --- button --- */
.btn {
	text-transform: uppercase;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	font-size: 24px;
	font-weight: 600;
}

.btn-theme {
	color: #fff;
}

.btn-theme:hover {
	color: #eee;
}

.btn.btn-black {
	background-color: #121212;
	color: #fff;
	font-size: 18px;
	font-weight: 400;
	padding: 16px 24px;
}
.btn.btn-join {
	position: relative;
	padding:42px 24px;
	color: #fff;
	font-size: 30px;
	font-weight: 700;
	background-color: #A79357;
}

.btn.btn-join:after {
	content: url("/vendor/CNZ/Assets/public/img/arrow-right.png");
	position: absolute;
	top: 50%;
	right: 35px;
	transform: translateY(-42%);
}

.join-nav .btn {
	width: 250px;
	text-align: left;
}

@media (max-width: 1199px) {
	.join-nav .btn {
		width: 100%;
	}
}


.quick-find .btn {
	width: 100%;
	padding: 34px 24px;
	background-color: #a2a3a4;
	color: #fff;
	font-size:20px;
	font-weight: 600;
	margin-bottom:8px;
}

.btn.btn-search {
	padding: 15px 24px;
	width: 100%;
}

.btn-top {
	padding: 5px 10px;
}


/* --- anchor styles --- */
a.action-link {
	text-transform: uppercase;
	font-size:20px;
	font-weight: 600;
}

a.action-link:after {
	content: url('/vendor/CNZ/Assets/public/img/arrow-right-gold.png');
	padding-left: 10px;
	position: relative;
	top:3px;
}




/* --- list style --- */

ul.general {
	list-style:none;
	margin-left:0;
}

ul.link-list{
	margin:0;
	padding:0;
	list-style:none;
	margin-top:30px;
}

ul.link-list li{
	margin:0;
	padding:2px 0 2px 0;
	list-style:none;
}

ul.link-list li a{
	color:#8c8d8e;
}
ul.link-list li a:hover {
	color:#eee;
}

ul.join-nav li {
	margin-bottom: 7px;
}
/* --- Heading style --- */

h4.heading {
	font-weight:700;
}

.heading {
	margin-bottom: 30px;
	margin-top: 30px;
	border-bottom: 1px solid #eee;
	padding-bottom: 5px;
	text-transform: uppercase;
}

.heading {
	position: relative;

}


.widgetheading {
	width:100%;

	padding:0;
}

#bottom .widgetheading {
	position: relative;
	border-bottom: #e6e6e6 1px solid;
	padding-bottom: 9px;
}

aside .widgetheading {
	position: relative;
	border-bottom: #e9e9e9 1px solid;
	padding-bottom: 9px;
}

footer .widgetheading {
	position: relative;
}

footer .widget .social-network {
	position:relative;
	margin-top: 0;
}

footer ul.social-network {
	margin-right: 20px;
}

footer ul.social-network li {
	margin:0 10px;
}

footer ul.social-network i.fa {
	font-size:2em;
	color:#A79357;
}

footer .supporter {
	margin-bottom: 6px;
	padding-left: 3px;
	padding-right: 3px;
	height: 80px;
   	margin-top: 10px;
}

footer address, footer p {
	color:#8c8d8e;
}


footer address strong, footer p strong {
	color:#d1d2d4;
	font-weight: 300;
	font-size: 14px;
}

footer .footer-contact-details p {
	font-size: 14px;
}

#bottom .widget .widgetheading span, aside .widget .widgetheading span, footer .widget .widgetheading span {
	position: absolute;
	width: 60px;
	height: 1px;
	bottom: -1px;
	right:0;

}

/* --- Map --- */
.map{
	position:relative;
	margin-top:-50px;
	margin-bottom:40px;
}

.map iframe{
	width:100%;
	height:450px;
	border:none;
}

.map-grid iframe{
	width:100%;
	height:350px;
	border:none;
	margin:0 0 -5px 0;
	padding:0;
}

/* --- our team --- */

ul.team-detail{
	margin:-10px 0 0 0;
	padding:0;
	list-style:none;
}

ul.team-detail li{
	border-bottom:1px dotted #e9e9e9;
	margin:0 0 15px 0;
	padding:0 0 15px 0;
	list-style:none;
}

ul.team-detail li label {
	font-size:13px;
}

ul.team-detail li h4, ul.team-detail li label{
	margin-bottom:0;
}

ul.team-detail li ul.social-network {
	border:none;
	margin:0;
	padding:0;
}

ul.team-detail li ul.social-network li {
	border:none;
	margin:0;
}
ul.team-detail li ul.social-network li i {
	margin:0;
}

/* --- Pricing box --- */


.pricing-title{
	background:#fff;
	text-align:center;
	padding:10px 0 10px 0;
}

.pricing-title h3{
	font-weight:600;
	margin-bottom:0;
}

.pricing-offer{
	background: #fcfcfc;
	text-align: center;
	padding:40px 0 40px 0;
	font-size:18px;
	border-top:1px solid #e6e6e6;
	border-bottom:1px solid #e6e6e6;
}

.pricing-box.special .pricing-offer{
	color:#fff;
}

.pricing-offer strong{
	font-size:78px;
	line-height:89px;
}

.pricing-offer sup{
	font-size:28px;
}

.pricing-content{
	background: #fff;
	text-align:center;
	font-size:14px;
}

.pricing-content strong{
	color:#353535;
}

.pricing-content ul{
	list-style:none;
	padding:0;
	margin:0;
}

.pricing-content ul li{
	border-bottom:1px solid #e9e9e9;
	list-style:none;
	padding:15px 0 15px 0;
	margin:0 0 0 0;
	color: #888;
}

.pricing-action{
	margin:0;
	background: #fcfcfc;
	text-align:center;
	padding:20px 0 30px 0;
}

.pricing-wrapp{
	margin:0 auto;
	width:100%;
	background:#fd0000;
}

/* --- pricing box alt 1 --- */
.pricing-box-alt {
	border: 1px solid #e6e6e6;
	background:#fcfcfc;
	position:relative;
	margin:0 0 20px 0;
	padding:0;
	-webkit-box-shadow: 0 2px 0 rgba(0,0,0,0.03);
	-moz-box-shadow: 0 2px 0 rgba(0,0,0,0.03);
	box-shadow: 0 2px 0 rgba(0,0,0,0.03);
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.pricing-box-alt .pricing-heading {
	background: #fcfcfc;
	text-align: center;
	padding:40px 0 0px 0;
	display:block;
}
.pricing-box-alt.special .pricing-heading {
	background: #fcfcfc;
	text-align: center;
	padding:40px 0 1px 0;
	border-bottom:none;
	display:block;
	color:#fff;
}
.pricing-box-alt.special .pricing-heading h3 {
	color:#fff;
}

.pricing-box-alt .pricing-heading h3 strong {
	font-size:32px;
	font-weight:700;
	letter-spacing:-1px;
}
.pricing-box-alt .pricing-heading h3 {
	font-size:32px;
	font-weight:300;
	letter-spacing:-1px;
}

.pricing-box-alt .pricing-terms {
	text-align: center;
	background:#333;
	display:block;
	overflow:hidden;
	padding:30px 0 20px;
}

.pricing-box-alt .pricing-terms  h6 {
	font-style:italic;
	margin-top:10px;
	color:#fff;

	font-family:'Noto Serif', serif;
}

.pricing-box-alt .icon .price-circled {
	margin: 10px 10px 10px 0;
	display: inline-block !important;
	text-align: center !important;
	color: #fff;
	width: 68px;
	height: 68px;
	padding:12px;
	font-size: 16px;
	font-weight:700;
	line-height: 68px;
	text-shadow:none;
	cursor: pointer;
	background-color: #888;
	border-radius: 64px;
	-moz-border-radius: 64px;
	-webkit-border-radius: 64px;
}

.pricing-box-alt  .pricing-action{
	margin:0;
	text-align:center;
	padding:30px 0 30px 0;
}


/* ===============================
14. Blog & article
================================ */

article{
	margin-bottom:40px;
}

article .post-heading h3 {
	margin-bottom:20px;
}

article .post-heading h3 a {
	font-weight:700;
	color:#353535;
}

article .post-heading h3 a:hover {
	text-decoration:none;
}


/* --- post meta --- */
.post-meta {
	background:#fcfcfc;
	border:1px solid #e6e6e6;
	border-top:none;
	text-align:center;
}

.post-meta .format {
	border-bottom:1px solid #e6e6e6;
	padding:10px 0 10px;
}

.post-meta i{
	margin:0;
}

.post-meta .date {
	border-bottom:1px solid #e6e6e6;
	padding:10px 0 10px;
}

.post-meta .date span {
	text-align:center;
	color:#999;
	font-size:12px;
	font-weight:600;
}

.post-meta .comments {
	padding:10px 0 10px;
}

.post-meta .comments a {
	color:#999;
	font-size:12px;
	font-weight:700;
}

.post-meta .comments a:hover {
	text-decoration:none;
}

/* --- post format --- */

.post-image {
	margin-bottom:20px;
}

.post-quote {
	margin-bottom:20px;
}

.post-video {
	margin-bottom:20px;
}

.post-audio {
	margin-bottom:20px;
}

.post-link {
	margin-bottom:20px;
}

.post-slider {
	margin-bottom:20px;
}


.post-quote blockquote {
	font-size:16px;
	color:#999;
	font-family:'Noto Serif', serif;
	font-style:italic;
	line-height:1.6em;
}


.post-image img:hover {
	-webkit-box-shadow: 0 0 2px #979797;
	-moz-box-shadow: 0 0 2px #979797;
	box-shadow: 0 0 2px #979797;
	-webkit-transition: all 1s ease-in-out;
	-moz-transition: all 1s ease-in-out;
	-o-transition: all 1s ease-in-out;
	transition: all 1s ease-in-out;
}

ul.meta-post{
	float:left;
	margin: 0;
	padding:0;
	list-style:none;
}

ul.meta-post li{
	float:left;
	margin:0 10px 0 0;
	padding:0;
	list-style:none;
	border-right:1px dotted #e9e9e9;
	padding-right:10px;
}

ul.meta-post li i {
	float:left;
	font-size:12px;
	margin:2px 5px 0 0;
}

ul.meta-post li a{
	color:#999;
	float:left;
	font-size:12px;
	font-weight:600;
}

/* --- single post --- */
.bottom-article{
	overflow: hidden;
	border-top:1px solid #f5f5f5;
	border-bottom:1px solid #f5f5f5;
	padding:10px 0 10px 0;
	margin-top:20px;
}

/* --- author info --- */

.about-author {
	border:1px solid #f5f5f5;
	padding:20px;
	float:left;
	margin-bottom:5px;
}

.about-author h5 {
	margin-bottom:10px;
}



/* --- Comment --- */

.comment-area {
	float:left;
	width:100%;
	margin-top:30px;
}


.media-content{
	overflow:hidden;
	margin-left:12px;
	border-bottom:1px dotted #d5d5d5;
	padding-bottom:20px;
}

.media-content h6 {
	font-size:14px;
	font-weight:700;
}

.media-content span{
	color:#a9a9a9;
	font-size:14px;
	font-weight:300;
}

.comment-area .thumbnail > img {
	display: block;
	width:60px;
	height:60px;
}
.filter-list{
	margin-top:20px;
}

/* --- pagination --- */

#pagination a,
#pagination span {
	display: block;
	float: left;
	margin: 0 7px 0 0;
	padding: 7px 10px 6px 10px;
	font-size: 12px;
	line-height:12px;
	color: #888;
	font-weight:600;
}

#pagination a:hover {
	color: #fff;
	text-decoration:none;
}

#pagination span.current {
	background: #333;
	color: #fff;
	font-weight: bold;
}


/* ===============================
15. Aside, sidebar
================================ */

aside{
	position:relative;
	margin-bottom:40px;
}

.sidebar-nav{
	float:left;
	width:100%;
}

.right-sidebar{
	border-left:1px solid #f5f5f5;
	padding:0 0 0 30px;
	-webkit-box-shadow:inset 1px 0 0 0 rgba(0,0,0,.01);
	box-shadow:inset 1px 0 0 0 rgba(0,0,0,.01);

}


.left-sidebar{
	border-right:1px solid #f5f5f5;
	padding:0 30px 0 0;
	-webkit-box-shadow:inset 1px 0 0 0 rgba(0,0,0,.01);
	box-shadow:inset 1px 0 0 0 rgba(0,0,0,.01);
}


.left-sidebar .widget h3, .left-sidebar .widget .widget-content{
	padding-right:20px;
}



aside .widget {
	margin-bottom:40px;
}


ul.cat, ul.recent, ul.folio-detail, ul.contact-info{
	margin:0;
	padding:0;
	list-style:none;
}

ul.cat li, ul.recent li, ul.folio-detail li, ul.contact-info li{
	margin:0 0 15px 0;
	list-style:none;
}

ul.cat li a, ul.folio-detail li a{
	color:#656565;
}

ul.folio-detail li label{
	display:inline;
	cursor:default;
	color:#353535;
	font-weight:bold;
}

.widget ul.recent li {
	margin-bottom:20px;
}

ul.recent li h6 {
	margin:0 0 10px 0;
}

ul.recent li h6 a{
	color:#353535;
	font-size:16px;
	font-weight:600;
}


.widget ul.tags {
	list-style:none;
	margin:0;
	margin-left: 0;
	padding-left:0;
}

.widget ul.tags li {
	margin:0 5px 15px 0;
	display:inline-block;
}


.widget ul.tags li a {
	background:#e6e6e6;
	color:#333;
	padding:5px 10px;
}

.widget ul.tags li a:hover {
	text-decoration:none;
	color:#fff;
}

/* ===== Widgets ===== */

/* --- flickr --- */
.widget .flickr_badge {
	width:100%;
}
.widget .flickr_badge img { margin: 0 9px 20px 0; }

footer .widget .flickr_badge {
	width: 100%;
}
footer .widget .flickr_badge img {
	margin: 0 9px 20px 0;
}

.flickr_badge img {
	width: 50px;
	height: 50px;
	float: left;
	margin: 0 9px 20px 0;
}

/* --- latest tweet widget --- */

.twitter ul{
	margin-left:0;
	list-style:none;
}

.twitter  img{
	float: left;
	margin-right: 15px;
}
.twitter span.tweet_time{
	display: block;
	padding-bottom: 5px;

}
.twitter li{
	border-bottom: 1px dashed #efefef;
	padding-bottom: 20px;
	margin-bottom: 20px;
	list-style: none;
}
.twitter li:last-child{border: none;}

/* --- Recent post widget --- */

.recent-post{
	margin:20px 0 0 0;
	padding:0;
	line-height:18px;
}

.recent-post h5 a:hover {
	text-decoration:none;
}

.recent-post .text h5 a {
	color:#353535;
}


ul.time-post{
	float:left;
	width:120px;
	padding:0;
	list-style:none;
	margin:0 20px 0 0;
	text-align:center;
	color: #0e0f0f;
}

ul.time-post li{
	float:none;
	background:#f8f8f8;
	list-style:none;
	margin:0 0 2px 0;
	padding:0;
}

ul.time-post li a img:hover{
	opacity: 0.8;
	/* For IE 5-7 */
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
	/* For IE 8 8 */
	-MS-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
}

ul.time-post li.time{
	float:none;
	padding:5px 0 5px 0;
	text-shadow: none;
}

.recent-post ul.time-post li.time{
	color:#121214;
}

.post-meta{
	margin-bottom:20px;
}

.post-meta span{
	padding:0 10px 0 10px;
	margin-bottom:10px;
}

.post-meta span a{
	color:#919191;
}

.post-meta strong{
	font-weight:200;
	color:#c7c7c7;
}

.item .text {
	margin-left:140px;
	margin-bottom:20px;
}

/* ===============================
16. Footer
================================ */

footer{
	padding:50px 0 0 0;
	color:#f8f8f8;
	background-color: #111;
}

footer a {
	color:#8c8d8e;
}

footer a:hover {
	color:#fff;
}

footer .copyright {
	font-size:14px;
	font-weight: 300;
	color:#505051;
}

footer h1, footer h2, footer h3, footer h4, footer h5, footer h6{
	color:#fff;
}

footer address {
	line-height:1.6em;
}

footer h5 a:hover, footer a:hover {
	text-decoration:none;
}

ul.social-network {
	list-style:none;
	margin:0;
	margin-top: 22px;
	font-size: 12px;
	text-transform: uppercase;
}
ul.social-network i.fa {
	font-size:16px;
}

ul.social-network li.last {
	margin-right: 0;
}

ul.social-network li {
	display:inline;
	margin: 0 5px;
}

#sub-footer{
	text-shadow:none;
	color:#f5f5f5;
	padding:0;
	padding-top:30px;
	margin:20px 0 0 0;
}

#sub-footer p{
	margin:0;
	padding:0;
}

#sub-footer span{
	color:#f5f5f5;
}

.copyright {
	text-align:left;
	font-size:12px;
}

#sub-footer ul.social-network {
	float:right;
}


/* ===============================
 Live preview purpose
================================ */
/* --- buttons --- */

.bs-docs-example {
	margin:0 0 10px 0;
}

.demobtn a.btn {
	margin:0 10px 10px 0;
}

section.demogrid .col-lg-1,section.demogrid .col-lg-2,section.demogrid .col-lg-3,section.demogrid .col-lg-4,section.demogrid .col-lg-5,section.demogrid .col-lg-6,section.demogrid .col-lg-7,section.demogrid .col-lg-8,section.demogrid .col-lg-9,section.demogrid .col-lg-10,section.demogrid .col-lg-11 {
	background:#f6f6f6;
	text-align:center;
	padding:20px 0 20px;
}

section.demogrid .show-grid .row,section.demogrid .show-grid .row-fluid {
	margin-bottom:0;
}

section.demogrid .show-grid .nest {
	background:#ddd;
	text-align:center;
	padding:20px 0 20px;
}

section.demogrid .col-lg-12.nest {
	background:#f6f6f6;
	text-align:center;
	padding:20px 0 0;
}

.demoinline p {
	display:inline;
	margin-right:20px;
}


/* ===============================
17. Divider, Line & Misc
================================ */

.solidline {
	border-top:1px solid #f5f5f5;
	margin:0 0 30px;
}

.dottedline {
	border-top:1px dotted #f5f5f5;
	margin:0 0 30px;
}

.dashedline {
	border-top:1px dashed #f5f5f5;
	margin:0 0 30px;
}

.blankline {
	height:1px;
	margin:0 0 30px;
}


/* scroll to top */
.scrollup{
	position:fixed;
	width:32px;
	height:32px;
	bottom:0px;
	right:20px;
	background: #222;

}

a.scrollup {
	outline:0;
	text-align: center;
}

a.scrollup:hover,a.scrollup:active,a.scrollup:focus {
	opacity:1;
	text-decoration:none;
}
a.scrollup i {
	margin-top: 10px;
	color: #fff;
}
a.scrollup i:hover {
	text-decoration:none;
}




/* =============================
18. Position & alignment
============================= */

.absolute{
	position:absolute;
}

.relative{
	position:relative;
}

.aligncenter{
	text-align:center;
}

.aligncenter span{
	margin-left:0;
}

.floatright {
	float:right;
}

.floatleft {
	float:left;
}

.floatnone {
	float:none;
}

.aligncenter {
	text-align:center;
}

/* --- Image allignment style --- */

img.pull-left, .align-left{
	float:left;
	margin:0 15px 15px 0;
}

.widget img.pull-left {
	float:left;
	margin:0 15px 15px 0;
}

img.pull-right, .align-right {
	float:right;
	margin:0 0 15px 15px;
}

article img.pull-left, article .align-left{
	float:left;
	margin:5px 15px 15px 0;
}

article img.pull-right, article .align-right{
	float:right;
	margin:5px 0 15px 15px;
}

/* =============================
20. Spacer, margin
============================= */

.clear-marginbot{
	margin-bottom:0;
}

.marginbot10{
	margin-bottom:10px;
}
.marginbot20{
	margin-bottom:20px;
}
.marginbot30{
	margin-bottom:30px;
}
.marginbot40{
	margin-bottom:40px;
}

.clear-margintop{
	margin-top:0;
}

.margintop10{
	margin-top:10px;
}

.margintop20{
	margin-top:20px;
}

.margintop30{
	margin-top:30px;
}

.margintop40{
	margin-top:40px;
}

/* ===================================
21. Section: grid
==================================== */
section.grid {
	background:transparent;
	padding:0;
	margin-top:-40px;
	margin-bottom: -72px;
}

@media (min-width: 1200px) {
	section.grid .container {
		width: 1020px;
	}
}

section.grid .disciplines,
section.grid .people {
	padding:10px 3px 10px 3px;
	background-color:#fff;
	overflow: hidden;
	z-index:100;
}

section.grid .disciplines,
section.grid .people {
	padding:10px 4px 0px 4px;
	overflow: hidden;
	background-color:#fff;
	z-index:100;
}


div.disciplines.col-lg-12 .col-lg-4,
div.people.col-lg-12 .col-lg-4 {
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 10px;
}

section.grid .disciplines .box,
section.grid .people .box{
	/*min-height: 320px;*/
	height: 320px;
	background-color:#121212;
	background-size: cover;
}

@media screen and (max-width: 680px) {
	section.grid .disciplines .box {
		height: 200px;
	}
	section.grid .people .box {
		height: 280px;
	}
	.people .box h3.title {
		font-size: 18px;
	}
}

section.grid .disciplines .box:hover,
section.grid .people .box:hover{
	cursor: pointer;
	background-image: none !important;
}

.disciplines .box h3.title {
	background-color: #121212;
	height: 66px;
	position: absolute;
	width: 88%;
	text-align: center;
	padding-top: 18px;
	text-transform: uppercase;
	color: #fff;
	font-weight: 600;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
}

@media (max-width: 760px) {
	.disciplines .box h3.title {
		font-size: 16px;
	}
}

.people .box h3.title{
	background-color: rgba(0,0,0,0.4);
	height: 66px;
	position: absolute;
	text-align: center;
	text-transform: uppercase;
	color: #fff;
	font-weight: 600;
	bottom: 0;
	margin-bottom: 0px;
	padding: 18px 10px 10px 10px;
}

.disciplines .box span.description,
.people .box span.description{
	position: absolute;
	text-align: center;
	color: rgba(0,0,0,0);
	font-size: 16px;
	font-weight: 300;
	text-transform: uppercase;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	height: 10px;
	padding-top: 5px;
}

section.grid .disciplines .box:hover h3 {
	/*border-bottom: 3px solid #a79357;
    /*margin-top: 30%;*/
	/* padding-top: 0;
        height:36px;*/
	height:80px;
	padding-top: 0px;
}

section.grid .disciplines .box:hover {
	background-image: none !important;
}

.people .item-thumbs {
	margin-bottom: 0px;
}

.people .item-thumbs .hover-wrap .overlay-img {
	width: 100%;
}

section.grid .disciplines .box:hover span.description,
section.grid .people .box:hover span.description{
	color: #a79357;
	border-top: 3px solid #a79357;
	width: 80%;
}

.disciplines .box.road {
	background-image: url('/img/grid/splash-rnt-1.png');
}

.disciplines .box.track {
	background-image: url('/img/grid/SliderHomeV11.png');
}

.disciplines .box.mountain {
	background-image: url('/img/grid/MTBNZ.png');
}

.disciplines .box.bmx {
	background-image: url('/img/grid/splash-bmx.png');
}

.disciplines .box.schools {
	background-image: url('/img/grid/schools.png');
}

.disciplines .box.events {
	background-image: url('/img/grid/events.png');
}


.disciplines.mtb .box.about {
	background-image: url('/img/mtb/about.jpg');
}

.disciplines.mtb .box.riders {
	background-image: url('/img/mtb/riders.jpg');
}

.disciplines.mtb .box.elite {
	background-image: url('/img/mtb/elite2.jpg');
}

.disciplines.mtb .box.events {
	background-image: url('/img/mtb/events.jpg');
}

.disciplines.mtb .box.news {
	background-image: url('/img/mtb/news.jpg');
}

.disciplines.mtb .box.gallery {
	background-image: url('/img/mtb/gallery.jpg');
}
/* =============================
22. Media queries
============================= */

@media (min-width: 768px) and (max-width: 979px) {

	a.detail{
		background:none;
		width:100%;
	}



	footer .widget form  input#appendedInputButton {
		display: block;
		width: 91%;
		-webkit-border-radius: 4px 4px 4px 4px;
		-moz-border-radius: 4px 4px 4px 4px;
		border-radius: 4px 4px 4px 4px;
	}

	footer .widget form  .input-append .btn {
		display: block;
		width: 100%;
		padding-right: 0;
		padding-left: 0;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		margin-top:10px;
	}

	ul.related-folio li{
		width:156px;
		margin:0 20px 0 0;
	}
}

@media (max-width: 767px) {

	body {
		padding-right: 0;
		padding-left: 0;
	}
	.navbar-brand {
		margin-top: 10px;
		border-bottom: none;
	}
	.navbar-header {
		margin-top: 20px;
		border-bottom: none;
	}

	.navbar-nav {
		border-top: none;
		float: none;
		width: 100%;
	}

	header .navbar-nav > li  {
		padding-bottom: 0;
		padding-top: 0;
	}

	header .nav li .dropdown-menu  {
		margin-top: 0;
	}

	.dropdown-menu {
		position: absolute;
		top: 0;
		left: 40px;
		z-index: 1000;
		display: none;
		float: left;
		min-width: 160px;
		padding: 5px 0;
		margin: 2px 0 0;
		font-size: 13px;
		list-style: none;
		background-color: #fff;
		background-clip: padding-box;
		border: 1px solid #f5f5f5;
		border: 1px solid rgba(0, 0, 0, .15);
		border-radius: 0;
		-webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
		box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
	}



	.navbar-collapse.collapse  {
		border: none;
		overflow: hidden;
	}


	.box {
		border-bottom:1px solid #e9e9e9;
		padding-bottom:20px;
	}

	#featured .flexslider .slide-caption {
		width: 90%;
		padding: 2%;
		position: absolute;
		left: 0;
		bottom: -40px;
	}


	#inner-headline .breadcrumb {
		float:left;
		clear:both;
		width:100%;
	}

	.breadcrumb > li {
		font-size:13px;
	}


	ul.portfolio li article a i.icon-48{
		width:20px;
		height:20px;
		font-size:16px;
		line-height:20px;
	}


	.left-sidebar{
		border-right:none;
		padding:0 0 0 0;
		border-bottom: 1px dotted #e6e6e6;
		padding-bottom:10px;
		margin-bottom:40px;
	}

	.right-sidebar{
		margin-top:30px;
		border-left:none;
		padding:0 0 0 0;
	}


	footer .col-lg-1, footer .col-lg-2, footer .col-lg-3, footer .col-lg-4, footer .col-lg-5, footer .col-lg-6,
	footer .col-lg-7, footer .col-lg-8, footer .col-lg-9, footer .col-lg-10, footer .col-lg-11, footer .col-lg-12{
		margin-bottom:20px;
	}

	#sub-footer ul.social-network {
		float:left;
	}

	[class*="span"] {
		margin-bottom:20px;
	}

}

@media (max-width: 480px) {
	.bottom-article a.pull-right {
		float:left;
		margin-top:20px;
	}


	.search{
		float:left;
	}

	.flexslider .flex-caption {
		display:none;
	}


	.cta-text {
		margin:0 auto;
		text-align:center;
	}

	ul.portfolio li article a i{
		width:20px;
		height:20px;
		font-size:14px;
	}


}

@media (max-width: 360px) {

}

section.news {
	padding-top: 64px;
}

.news .twitter-feed {
	margin-top:25px;
}

.news-list,
.events-list {
	padding-bottom: 30px;
	padding-right:40px;
}

.news-list li,
.events-list li {
	min-height: 240px;
}

.news-list h2
.events-list h2 {
	margin-bottom: 10px;
}

.news-list small,
.events-list small {
	margin-bottom: 10px;
}

.news-list span,
.event--subheading span,
.news-details span,
.article--meta span,
.news-listing span,
.event-listing h2 span {
	margin-left: 2px;
	padding-left: 4px;
	padding-right: 4px;
	border-left: 2px solid;
}

.news-list strong,
.events-list {
	font-size: 16px;
	font-weight: 600;
}

.events-list h3 {
	text-transform: none;
	margin-bottom: 5px;
}

.news-date {
	font-size:16px;
}

.news-date span:first-child {
	margin-left:10px;
}

/**
 * Event listings page
 */
.event-listing h2 {
	margin-top: 0;
}
.event-listing h3 {
	margin-top: 0;
	color:#A79357;
}

.event-listing .event-url {
	margin-top: 10px;
}

.event-listing .contact-details {
	margin-bottom: 15px;
}

.event-listing .location {
	padding-top: 10px;
}

.event-listing li.media {
	border-bottom: 1px solid #eee;
	padding-bottom: 30px;
}

.event-icon {
	display: block;
	width: 175px;
	height: 175px;
	background: url('/vendor/CNZ/Assets/public/img/event.jpg') no-repeat center center;
	background-size: contain !important;
	margin-bottom: 15px;
	border: 1px solid #ccc;
}

span.schools {
	border-color:#ffb81d !important;
}
span.track {
	border-color:#e1261c !important;
}
span.road {
	border-color:#e1261c !important;
}
span.bmx {
	border-color:#004b98 !important;
}
span.mtb {
	border-color:#00953b !important;
}

span.bmx, span.mtb {
	text-transform: uppercase;
}

span.schools, span.track, span.road {
	text-transform: capitalize;
}


.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
	padding-left: 7px;
	padding-right: 7px;
}

#quick-find,#member-login, #member-benefits {
	background-color:rgba(17,17,17, 0.6);
	padding:40px 0px;
}

#quick-find h4, #member-login h4, #member-benefits h4 {
	color: #fff;
}

div.col-lg-6.first {
	padding-right:4px;
}

div.col-lg-12.first {
	padding-left: 4px;
}


div.col-lg-6.last {
	padding-left:4px;
}

section {
	background-color: #fff;
	padding: 30px 0px;
}

body	{
	/*	background:url('../img/cnz-team.jpg');
        background-size: cover;
        background-repeat: no-repeat;
        background-attachment:fixed;*/
}


blockquote {
	color:#fff;
}

/* The CSS */
#quick-find select {
	padding:3px;
	margin: 0;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;
	-webkit-box-shadow: 0 3px 0 #ccc, 0 -1px #fff inset;
	-moz-box-shadow: 0 3px 0 #ccc, 0 -1px #fff inset;
	box-shadow: 0 3px 0 #ccc, 0 -1px #fff inset;
	background: #f8f8f8;
	color:#888;
	border:none;
	outline:none;
	display: inline-block;
	-webkit-appearance:none;
	-moz-appearance:none;
	appearance:none;
	cursor:pointer;
	font-size: 16px;
	width: 100%;
	min-height: 40px;
}

#quick-find h3 {
	margin-top: 5px;
	color: #fff;
	text-align: center;
}

/* Targetting Webkit browsers only. FF will show the dropdown arrow with so much padding. */
@media screen and (-webkit-min-device-pixel-ratio:0) {
	#quick-find select {padding-right:18px}
}

#quick-find label {
	position:relative;
	width:100%;
}
#quick-find label:after {
	content:'<>';
	font:24px "Consolas", monospace;
	color:#aaa;
	-webkit-transform:rotate(90deg);
	-moz-transform:rotate(90deg);
	-ms-transform:rotate(90deg);
	transform:rotate(90deg);
	right:8px; top:2px;
	padding:0 0 2px;
	border-bottom:1px solid #ddd;
	position:absolute;
	pointer-events:none;
}
#quick-find label:before {
	content:'';
	right:6px; top:0px;
	width:20px; height:20px;
	background:#f8f8f8;
	position:absolute;
	pointer-events:none;
	display:block;
}

ul.events li {
	padding-left: 16px;
	margin-bottom:40px;
}

ul.events li.road {
	border-left: 8px solid #f0654b;
}

ul.events li.mountain {
	border-left: 8px solid #7abd4e;
}

ul.events li.bmx {
	border-left: 8px solid #16c7d6;
}

.box-gray {
	background: #1F1B1C;
	padding: 41px 24px 25px;
	border-radius: 60%;
	height: 165px;
}


#search-input {
	width: calc(100% - 50px);
	background: none;
	border: none;
	outline: none;
	font-size: 36px;
	color: #525252;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	max-width: 100%;
	padding: 10px 5px;
	vertical-align: middle;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	height:60px;
	padding-top:15px;
	line-height: 1;
}

.navbar-nav.disciplines li {
	padding-bottom: 0px;
	padding-top: 12px;
}

.navbar-nav.disciplines li a {
	color:#A79357;
}

.gold {
	color:#A79357;
}

.img-holder {
	width: 100%;
	height: 300px;
	overflow: hidden;
	background: #f5f5f5;
	position: relative;
}

.img-holder:after {
	content: "\f110";
	position: absolute;
	font-family: 'FontAwesome';
	font-size: 40px;
	font-weight: 600;
	color: #000;
	top: 50%;
	left: 48%;
	transform: translate(-50%, -50%);
	z-index: 1;
	-webkit-animation: fa-spin 1s infinite steps(8);
	animation: fa-spin 1s infinite steps(8);
}

.well {
	background-color: #dfe0e2;
	border-radius: 0;
}

.well h4 {
	text-transform: uppercase;
}

.well a {
	color: #333;
}

.list-recent {
	padding: 0;
	margin: -18px 0 0 0;
	list-style: none;
}

.list-recent > li {
	border-bottom: 1px solid rgba(0,0,0,0.1);
}

.list-recent > li:last-of-type {
	border-bottom: none;
}

.list-recent > li > a {
	display: block;
	padding: 8px 10px;
	font-weight: 600;
	font-size: 13px;
}

.pagination {
	margin: 0;
}

.pagination > li > a,
.pagination > li > a:hover,
.pagination > li > a:focus {
	color: #A79357;
	font-weight: bold;
	background: #fff;
}

.pagination > .active > a,
.pagination > .active > a:hover {
	color: #A79357;
	background: #dfe0e2;
	border-color: #dfe0e2;
}

.page-header {
	margin-top: 150px;
}

.page-header-bg {
	background-repeat: no-repeat, no-repeat;
	background-position: center center, top center;
	background-size: cover;
}

.page-header-bg > .page-header {
	margin-bottom: 0;
}

.page-header-bg > .page-header h1 {
	color: #fff;
	text-shadow: 1px 1px 10px rgba(0,0,0,0.7);
}

a.badge {
	color: #fff !important;
	padding-left: 10px !important;
}

.list-categories > li,
.list-unstyled > li {
	padding-top: 5px;
	padding-bottom: 5px;
}

.list-categories > li > a,
.list-unstyled > li > a {
	font-weight: 600;
	padding-left: 0;
}

.thumbnail {
	position: relative;
	border-radius: 0;
	border: none;
	padding: 0;
	overflow: hidden;
}

.thumbnail > figcaption {
	transition: all 0.5s ease-in;
	position: absolute;
	display: block;
	text-align: center;
	top: 100%;
	width: 100%;
	height: 100%;
	padding: 12% 8%;
	background: rgba(0,0,0,0.85);
}

.thumbnail:hover > figcaption {
	transition: all 0.5s ease-out;
	top: 0;
}

.thumbnail > figcaption > h4 {
	text-transform: uppercase;
	font-weight: 400;
	color: #fff;
}

.thumbnail > figcaption > hr {
	border-color: #A79357;
}

.paragraph {
	margin-bottom: 15px;
}

.breadcrumb {
	background-color: #dfe0e2 !important;
}

.breadcrumb > li > a {
	color: #797979 !important;
}

.breadcrumb > .active {
	color: #A79357 !important;
	font-weight: 500;
}

/*.dropdown-menu > li {*/
/*display: block;*/
/*padding: 5px 15px;*/
/*}*/

.bg-img {
	width: 100%;
	height: 300px;
	position: absolute;
	z-index: 999;
	background-repeat: no-repeat;
	background-position: top center;
	background-size: cover;
}

.read-more {
	font-size: 13px !important;
	font-weight: 700;
	text-transform: uppercase;
}

.filter {
	background: #dfe0e2 !important;
	margin-top: -30px;
	padding: 30px 0
}

.thumbnail .thumbnail--frame {
	display: block;
	width: 300px;
	height: 200px;
	overflow: hidden;
}

.thumbnail--frame > .thumbnail--img{
	width: 300px !important;
	height: auto !important;
}

.delay-500 {
	animation-delay: 0.5s;
}

.event {
	box-shadow: 0 0 8px 2px rgba(0,0,0,0.1);
	padding: 15px;
}

.event--heading {
	margin-bottom: 15px;
	padding-left: 5px
}

.event--subheading {
	display: block;
	font-size: 14px;
	font-weight: 600;
	margin-bottom: 10px;
	padding-left: 5px;
}

.event--prop {
	color: #999;
	font-size: 13px;
	font-weight: 500;
	text-transform: capitalize;
	line-height: 30px
}

.tab-content > .tab-pane {
	padding: 60px 0;
	background: #dfe0e2;
	border: none;
	font-size: 18px;
	line-height: 1.6;
	min-height: 400px;
}

.nav-tabs > li > a {
	font-size: 18px;
	padding: 15px 45px;
}

.nav-tabs > li.active > a:active,
.nav-tabs > li.active > a:focus,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a {
	background: #dfe0e2;
	border-color: #dfe0e2;
}

#map {
	width: 100%;
	height: 400px;
}

.article {}

.article--header {
	border-bottom: 1px solid #eee;
}

.article--header > .article--heading {
	margin-top: 0;
	font-weight: 300;
	text-transform: uppercase;
	color: #A79357;
}

.article--subheading > .article--meta {
	margin-right: 20px;
	font-weight: 500;
	color: #999;
}

.article--media {
	padding: 20px 0;
	margin-bottom: 20px;
	border-bottom: 1px solid #eee;
}

.article--media > .article--image {
	width: 100%;
	height: 300px;
	background-position: top center;
	background-repeat:no-repeat;
	background-size: cover
}

.article--body,
.article--body p{
	font-size: 18px;
	font-weight: 300;
	line-height: 1.6;
	margin-bottom: 20px;
}

.article--tags {
	margin: 15px 0 0;
	padding: 15px 0;
	list-style: none;
	border-top: 1px solid #eee;
	border-bottom: 1px solid #eee;
}

.article--tag {
	display: inline-block;
	text-transform: capitalize;
	background-color: #A79357;
	font-size: 14px;
	color: #fff;
	padding: 5px 20px;
	margin-right: 10px;
}

.document-listing li h4 {
	margin-top: 0px;
}

ul.document-listing li {
	min-height: 100px;
	margin-top: 20px;
	margin-bottom: 20px;
	border: 0;
	border-bottom: 1px solid #eee;
}

.tokenized {
	height: 100%;
	min-height: 32px;
	border-radius: 0;
	padding: 5px 5px 0;
}

.tokenized__tokens {
	list-style: none;
	margin: 0;
	padding: 0;
}

.tokenized__tokens > .tokens__item {
	display: inline-block;
	background: #A79357;
	font-weight: 600;
	margin-right: 5px;
	margin-bottom: 5px;
	padding: 4px 8px;
	color: #fff;
}

.tokens__item > .fa {
	margin-right: 5px;
}

.tokenized__tokens > .tokens__item--input-field > input {
	background: transparent;
	padding: 5px 10px;
	border: none;
}

.tokenized__dropdown {
	border: 1px solid #ccc;
	background: #fff;
	list-style: none;
	margin: 0;
	padding: 0;
}

.tokenized__dropdown > li > a {
	display: block;
	padding: 5px 15px;
	color: #666;
	text-decoration: none;
}

.tokenized__dropdown > li > a:hover {
	background: #5897FB;
	color: #fff;
}

/**
 * Custom fancy box - people
 */
.fancybox-wrap {
	width:80% !important;
	left:10%;
}

.fancybox-title-outside-wrap {
	position: absolute;
	margin-top: 10px;
	color: #fff;
	top: 0;
	width: 50%;
	right: 10%;
	background-color: rgba(47, 50, 56,0.5);
	padding-left: 10px;
}

.fancybox-title-outside-wrap h5 {
	color:#fff;
	padding-top: 20px;
}

@media (min-width: 1800px) {
	.fancybox-title-outside-wrap {
		right: 5%;
	}
}


.sidebar {
	list-style: none;
	margin: 0;
}

.sidebar .sidebar {
	margin: 0 0 0 15px;
}

.sidebar__item {
	padding-top: 8px;
}

.sidebar__item--active > * {
	color: #A79357 !important;
}

.quick-links {
	margin-top: 30px;
}

.quick-links li {
	margin-left: 20px;
	margin-bottom: 15px;
}
.video {
	position: relative;
	display: block;
}

.video:before {
	position: absolute;
	display: block;
	content: '';
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.5);
}

.video:after {
	position: absolute;
	display: block;
	top: 50%;
	left: 50%;
	content: "\f04b";
	font-family: 'FontAwesome';
	transform: translate(-50%, -50%);
	font-size: 50px;
	color: #fff;
	text-shadow: 2px 2px 2px rgba(0,0,0,0.3);
}

.modal {
	background-color: rgba(0,0,0,.5);
}
.modal.open {
	display: block;
}

.lightbox .modal-dialog {
	margin-top: 25%;
	transform: translateY(-50%);
	box-shadow: none !important;
}

.lightbox .modal-content {
	border-radius: 0;
	box-shadow: none !important;
	background: #2F3238;
}

.lightbox .modal-header {
	padding: 0;
	margin: 0;
	border: none;
}

.lightbox .modal-body {
	padding: 0;
	margin: 0;
	border: none;
}

.lightbox .modal-body iframe {
	padding: 0;
	margin: 0;
	width: 100% !important;
	min-height: 400px;
	max-height: 600px;
	border: none;
}

.lightbox .modal-body img {
	padding: 0;
	margin: 0;
	width: 100% !important;
	height: auto;
	max-width: 100%;
	border: none;
}

.lightbox .close {
	background: #000;
	opacity: 0.2;
	padding: 15px;
	color: #fff;
	margin-right: -1px;
}

.lightbox .prev,
.lightbox .nxt {
	position: absolute;
	padding: 7px 15px;
	background: #000;
	opacity: 0.4;
	color: #fff;
	font-size: 28px;
	top: 50%;
	transform: translateY(-50%);
}

.lightbox .prev:hover,
.lightbox .nxt:hover {
	opacity: 1;
	background: #A79357;
}

.lightbox .prev {
	left: 0;
}

.lightbox .nxt {
	right: 0;
}

.lightbox .close:hover {
	background: #A79357;
	opacity: 1;
}

.page-overlay {
	position: fixed;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	color: rgba(255,255,255,0.5);
	background-color: #2F3238;
	z-index: 9999;
}

.page-overlay > div {
	position: absolute;
	top: 48%;
	left: 48%;
	font-size: 50px;
	text-align: center;
	transform: translate(-50%,-50%);
}

.page-overlay img {
	display: block;
	margin: 0 auto;
}

.page-overlay i {
	margin-top: 50px;
}

.page-header-bg {
	margin-left: 0;
	margin-right: 0;
}

.event-listing p {
	font-size: 15px;
}

@media screen and (max-width: 560px) {
	.event-listing h2,
	.event-listing h3 {
		font-size: 21px;
	}
	.event-listing .media-left {
		margin-bottom: 10px;
		display: block;
	}

	.event-listing .media-body {
		width: 100%;
		clear: both;
		display: block;
	}
}

/*************************
	LIGHTBOX  COMPONENT
*************************/

.Lightbox {
	position: fixed;
	display: none;
	align-items: flex-start;
	-ms-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-flex-direction: row;
	-moz-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-moz-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	padding: 10px;
	margin: 0;
	background-color: rgba(0, 0, 0, 0.7);
	z-index: 9999;
}

.Lightbox--open {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	overflow-x: hidden;
	overflow-y: auto;
}

.Lightbox__container {
	flex: 1;
	-ms-flex: 1 0 auto;
	position: relative;
	background-color: #2F3238;
	box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
	background-clip: padding-box;
	outline: 0;
	max-width: 1200px;
	width: 80%;
	/*-webkit-flex-basis: calc(80% - 2px);*/
	/*flex-basis: calc(80% - 2px);*/
}

.Lightbox__container--lg {
	width: 75%;
}

.Lightbox__header {
	position: absolute;
	top: 0;
	width: 100%;
	display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
	display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
	display: -ms-flexbox;      /* TWEENER - IE 10 */
	display: -webkit-flex;
	display: flex;
	justify-content: flex-end;
	z-index: 9999;
}

.Lightbox__title {
	margin: 0;
	line-height: 1.4em;
}


.Lightbox__body {}

@media (min-width: 900px) and (max-width: 1300px){
	.Lightbox__container {
		max-width: 960px;
		width: 100%;
	}
}

@media screen and (max-width: 768px){
	.Lightbox {
		align-items: flex-start;
	}
	.Lightbox__container {
		width: 100%;
	}
}

/*************************
	MEDIA COMPONENT
*************************/
.Media {}
.Media__title {
	color: #fff;
	font-size: 18px;
	font-weight: 300;
	line-height: 1.6em;
}

.Media__associated {
	display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
	display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
	display: -ms-flexbox;      /* TWEENER - IE 10 */
	display: -webkit-flex;
	display: flex;
	width: 100%;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: flex-start;
}

.Media__link {
	display: block;
	width: calc(50% - 15px);
	margin-right: 15px;
	margin-bottom: 15px;
}

.Media__img {
	width: 100%;
	max-width: 100%;
	height: auto;
}
/*************************
	PROFILE COMPONENT
*************************/

.Profile {
	width: 100%;
	height: 100%;
	position: relative;
}

.Profile__control {
	transition: all 0.2s ease-out;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	padding: 15px 20px;
	background: rgba(38,41,46,0.5);
	color: rgba(255,255,255,0.5);
	z-index: 9999;
}

.Profile__control:hover {
	transition: all 0.2s ease-in;
	cursor: pointer;
	background: #A79357;
	color: #fff;
}

.Profile__control--next {
	right: 0;
}

.Profile__control--previous {
	left: 0;
}

/*************************
	PERSON COMPONENT
*************************/

.Person {
	display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
	display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
	display: -ms-flexbox;      /* TWEENER - IE 10 */
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start
}

.Person__name {
	margin-top: 15px;
	margin-bottom: 15px;
	font-size: 24px;
	font-weight: 300;
	color: #fff;
	line-height: 1.4em;
}

.Person__photo,
.Person__details {
	-webkit-box-flex: 1;      /* OLD - iOS 6-, Safari 3.1-6 */
	-moz-box-flex: 1;         /* OLD - Firefox 19- */
	-webkit-flex: 1 50%;          /* Chrome */
	-ms-flex: 1 50%;
	flex: 1 50%;
	min-width: 50%;
	width: 50%;
}

.Person__photo {
	display: block;
	height: auto;
}

.Person__details {
	-webkit-box-flex: 1;
	-webkit-flex-grow: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	padding: 0 50px 15px 25px;
}

.Person__bio {
	color: #bbb;
	font-size: 16px;
}

@media screen and (max-width: 768px) and (orientation: portrait) {
	.Person {
		flex-wrap: wrap;
	}
	.Person__photo,
	.Person__details {
		flex: 1 100%;
		width: 100%;
	}
}

@media screen and (max-width: 768px) and (orientation: landscape) {
	.Person__photo {
		-webkit-flex: none;
		-ms-flex: none;
		flex: none;
		height: 95vh;
		min-width: auto;
		width: auto;
	}
	.Person__details {
		-webkit-box-flex: 1;
		-webkit-flex-grow: 1;
		-ms-flex-positive: 1;
		flex-grow: 1;
		min-width: 50%;
	}
}

/*************************
	BUTTON COMPONENT
*************************/

.Button {
	border: none;
}

.Button--close {
	transition: all 0.2s ease-out;
	background: rgba(38,41,46,0.5);
	padding: 15px 20px;
	color: rgba(255,255,255,0.5);
	font-size: 28px;
}

.Button--close:hover {
	transition: all 0.2s ease-in;
	cursor: pointer;
	background: #A79357;
	color: #fff;
}

.Button--outline {
	border: 2px solid #A8A8A8;
	padding: 8px 16px;
	text-transform: uppercase;
	background: transparent;
	font-size: 16px;
	color: #A8A8A8;
}

.Button--outline:hover {
	transition: all 0.2s ease-in;
	border-color: #A79357;
	background: #A79357;
	color: #fff;
}

#create-event .modal-content {
	border-radius: 0;
	background: #2F3238;
}

#create-event .modal-header {
	padding: 0;
	background: #2B2E34;
	border-bottom: none;
}

#create-event .modal-title {
	padding: 15px 30px;
	text-transform: uppercase;
	font-size: 21px;
	color: #A79357;
}

#create-event .Button--close {
	padding: 20px 25px !important;
}

#create-event .modal-body {
	padding: 30px 60px;
}

#create-event .modal-footer {
	background: #2B2E34;
	border: none;
	padding: 20px 30px;
}

.Input,
.select2-container--default .select2-selection--multiple,
.select2-container--default .select2-selection--single {
	width: 100%;
	max-width: 500px;
}

.Input--line,
.select2-container--default .select2-selection--multiple,
.select2-container--default .select2-selection--single {
	transition: all 0.3s ease-in;
	padding: 10px 15px;
	border: none;
	font-size: 16px;
	background: #fff;
	color: #000;
}

.select2-container--default {
	width: 100%;
	max-width: 500px;
}

.Input--line:focus {
	transition: all 0.3s ease-in;
	color: #000;
	border-color: #fff !important;
}

.select2-selection--single .select2-selection__rendered {
	position: absolute;
	font-size: 16px;
	top: 48%;
	margin: 0;
	transform: translateY(-50%);
	color: #000 !important;
}

/*.Input--line[data-validity="valid"] {
	border-color: #00CC66 !important;
}*/

.Input--line[data-validity="invalid"],
select[data-validity="invalid"] + span.select2-container--default .select2-selection--multiple,
select[data-validity="invalid"] + span.select2-container--default .select2-selection--single {
	border-color: #CC0000 !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
	transform: translate(-50%,50%);
	height: 22px !important;
}
.select2-selection--single .select2-selection__clear { display: none; }
.select2-container--default .select2-selection--multiple,
.select2-container--default .select2-selection--single {
	border-radius: 0;
	padding: 5px 5px;
}

.select2-selection--single {
	height: 45px !important;
}

.select2-container--focus .select2-selection--multiple,
.select2-container--focus .select2-selection--single {
	max-width: 500px;
	box-shadow: none !important;
	border: none !important;
	border-bottom: 2px solid #fff !important;
	color: #fff !important;
}

.select2-selection__choice {
	background-color: #A79357 !important;
	border-radius: 0 !important;
	border: none !important;
	padding: 3px 6px;
}

.select2-selection__choice__remove {
	color: #fff !important;
}

.select2-dropdown {
	background: #2B2E34;
	color: #fff;
	max-width: 500px;
	border: none;
	border-radius: 0;
	border-bottom: 2px solid #fff;
}

.select2-results__option {
	padding: 10px 15px;
	user-select: none;
	-webkit-user-select: none
}

.select2-results__option[aria-selected=true]{
	background: rgba(0,0,0,0.2) !important;
}

.inputfile {
	width: 0.1px;
	height: 0.1px;
	opacity: 0;
	overflow: hidden;
	position: absolute;
	z-index: -1;
}

.inputfile + label {
	max-width: 80%;
	font-size: 1.5rem;
	/* 20px */
	font-weight: 700;
	text-overflow: ellipsis;
	white-space: nowrap;
	cursor: pointer;
	display: inline-block;
	overflow: hidden;
	padding: 0.625rem 1.25rem;
	/* 10px 20px */
}

.no-js .inputfile + label {
	display: none;
}

.inputfile:focus + label,
.inputfile.has-focus + label {
	outline: 1px dotted #000;
	outline: -webkit-focus-ring-color auto 5px;
}

.inputfile + label * {
	/* pointer-events: none; */
	/* in case of FastClick lib use */
}

.inputfile + label svg {
	width: 1em;
	height: 1em;
	vertical-align: middle;
	fill: currentColor;
	margin-top: -0.25em;
	/* 4px */
	margin-right: 0.25em;
	/* 4px */
}


/* style 1 */

.inputfile-1 + label {
	color: #f1e5e6;
	background-color: #d3394c;
}

.inputfile-1:focus + label,
.inputfile-1.has-focus + label,
.inputfile-1 + label:hover {
	background-color: #722040;
}


/* style 2 */

.inputfile-2 + label {
	color: #A8A8A8;
	border: 2px solid #A8A8A8;
}

.inputfile-2:focus + label,
.inputfile-2.has-focus + label,
.inputfile-2 + label:hover {
	color: #A79357;
	border-color: #A79357;
	outline: none;
	box-shadow: none;
}


/* style 3 */

.inputfile-3 + label {
	color: #d3394c;
}

.inputfile-3:focus + label,
.inputfile-3.has-focus + label,
.inputfile-3 + label:hover {
	color: #722040;
}


/* style 4 */

.inputfile-4 + label {
	color: #d3394c;
}

.inputfile-4:focus + label,
.inputfile-4.has-focus + label,
.inputfile-4 + label:hover {
	color: #722040;
}

.inputfile-4 + label figure {
	width: 100px;
	height: 100px;
	border-radius: 50%;
	background-color: #d3394c;
	display: block;
	padding: 20px;
	margin: 0 auto 10px;
}

.inputfile-4:focus + label figure,
.inputfile-4.has-focus + label figure,
.inputfile-4 + label:hover figure {
	background-color: #722040;
}

.inputfile-4 + label svg {
	width: 100%;
	height: 100%;
	fill: #f1e5e6;
}


/* style 5 */

.inputfile-5 + label {
	color: #d3394c;
}

.inputfile-5:focus + label,
.inputfile-5.has-focus + label,
.inputfile-5 + label:hover {
	color: #722040;
}

.inputfile-5 + label figure {
	width: 100px;
	height: 135px;
	background-color: #d3394c;
	display: block;
	position: relative;
	padding: 30px;
	margin: 0 auto 10px;
}

.inputfile-5:focus + label figure,
.inputfile-5.has-focus + label figure,
.inputfile-5 + label:hover figure {
	background-color: #722040;
}

.inputfile-5 + label figure::before,
.inputfile-5 + label figure::after {
	width: 0;
	height: 0;
	content: '';
	position: absolute;
	top: 0;
	right: 0;
}

.inputfile-5 + label figure::before {
	border-top: 20px solid #dfc8ca;
	border-left: 20px solid transparent;
}

.inputfile-5 + label figure::after {
	border-bottom: 20px solid #722040;
	border-right: 20px solid transparent;
}

.inputfile-5:focus + label figure::after,
.inputfile-5.has-focus + label figure::after,
.inputfile-5 + label:hover figure::after {
	border-bottom-color: #d3394c;
}

.inputfile-5 + label svg {
	width: 100%;
	height: 100%;
	fill: #f1e5e6;
}


/* style 6 */

.inputfile-6 + label {
	color: #d3394c;
}

.inputfile-6 + label {
	border: 1px solid #d3394c;
	background-color: #f1e5e6;
	padding: 0;
}

.inputfile-6:focus + label,
.inputfile-6.has-focus + label,
.inputfile-6 + label:hover {
	border-color: #722040;
}

.inputfile-6 + label span,
.inputfile-6 + label strong {
	padding: 0.625rem 1.25rem;
	/* 10px 20px */
}

.inputfile-6 + label span {
	width: 200px;
	min-height: 2em;
	display: inline-block;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	vertical-align: top;
}

.inputfile-6 + label strong {
	height: 100%;
	color: #f1e5e6;
	background-color: #d3394c;
	display: inline-block;
}

.inputfile-6:focus + label strong,
.inputfile-6.has-focus + label strong,
.inputfile-6 + label:hover strong {
	background-color: #722040;
}

@media screen and (max-width: 50em) {
	.inputfile-6 + label strong {
		display: block;
	}
}

@media screen and (max-width: 768px) {
	.dropdown.open .full-width {
		position: static !important;
		width: auto;
		margin-left: 15px;
	}

	.dropdown.open .full-width .dropdown-menu > li {
		display: block;
		width: auto;
	}

	.link-list.codes {
		width: 320px !important;
	}
}

.tabular-form .nav-tabs {
	border-bottom: 2px solid #A8A8A8;
}

.tabular-form .nav-tabs > li {
	margin-bottom: -2px;
}

.tabular-form .nav-tabs > li > a {
	color: #A8A8A8;
	margin-right: 0 !important;
}

.tabular-form .nav-tabs > li > a:hover {
	transition: all 0.2s ease-in;
	background: #2B2E34;
	border-color: #2B2E34;
}

.tabular-form .nav-tabs > li.active > a {
	border: 2px solid #A8A8A8;
	color: #A79357;
	border-bottom: 2px solid #2F3238;
	background: transparent;
}

.tabular-form .tab-pane.active {
	background: transparent;
	padding: 30px 0 !important;
}

.Adverts {
	display: flex;
	width: 100%;
	justify-content: center;
	margin: 0 15px;
}

.Advert {
	display: inline-block;
	flex: 1 33.333333333%;
	max-width: 33.333333333%
}

.Advert__img {
	display: block;
	width: 100%;
}
