
.fullwidth { width: 100%; }

.fullwidth:before, .fullwidth:after, hr:before, hr:after { display: table; content: " "; }

.fullwidth:after, hr:after { clear: both; }

@media screen and (min-width: 1500px){
	.container{
		width:1264px;
	}
}

.column { width: 100%; }

.no-margin,
.block.no-margin,
.no-padding .block,
section.section.no-padding .block {
	margin: 0px;
	border: none;
}

.no-padding,
section.section.no-padding {
	padding: 0px;
}

.no-padding .container-fluid,
section.section.no-padding .container-fluid {
	padding: 0px;
}

.no-padding .container-fluid .row {
	margin: 0px;
}

.row.row-no-margin {
	margin: 0px;
}

.row.row-no-margin [class*="col-"] {
	padding: 0px;
}

.row.row-equal-columns {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}

.row.row-equal-columns::after,
.row.row-equal-columns::before {
	display: none;
}

.row.row-equal-columns > .column {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}

.row.row-equal-columns {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
}

.flex {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	width: 100%;
	min-height: 2px;
}

.flex.flex-middle {
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.flex.flex-bottom {
	-webkit-box-pack: end;
	-webkit-justify-content: flex-end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}

.flex.flex-space-around {
	-webkit-justify-content: space-around;
	-ms-flex-pack: distribute;
	justify-content: space-around;
}

.flex.flex-space-between {
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.flex-container {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	height: 100%;
}

.flex-container .flex {
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
}

.flex-column {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
}

.flex-space-between {
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.flex-space-around {
	-webkit-justify-content: space-around;
	-ms-flex-pack: distribute;
	justify-content: space-around;
}

.flex-item {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}

.flex-align-center {
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

.flex-align-end {
	-webkit-box-align: end;
	-webkit-align-items: flex-end;
	-ms-flex-align: end;
	align-items: flex-end;
}

.justify-end {
	-webkit-box-pack: end;
	-webkit-justify-content: flex-end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}

.justify-center {
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.flex-wrap {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.flex-padding {
	padding: 10px;
}

.flex-padding [class*="flex-col-"],
.flex-padding [class*="flex-col-xs-"] {
	padding: 10px;
}

.flex-col {
	width: 100%;
}

.flex [class*="col-"]{
	padding-left: 0;
	padding-right: 0;
}

[class*="flex-col-"] {
	position: relative;
}

section.section {
	position: relative;
	overflow: hidden;
}

.height-fixed {
	overflow: hidden;
}

.height-fixed .content {
	padding: 0px;
	height: 100%;
}

.height-fixed .container,
.height-fixed .container-fluid {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	height: 100%;
}

.height-fixed .container .row,
.height-fixed .container-fluid .row {
	height: 100%;
}

.height-100 {
	height: 100vh;
	content: "viewport-units-buggyfill; height: 100vh;";
}

.n-p-t { padding-top: 0; }

.n-p-b { padding-bottom: 0; }

.n-p-r { padding-right: 0; }

.n-p-l { padding-left: 0; }

.n-m-t { margin-top: 0; }

.n-m-b { margin-bottom: 0; }

.n-m-r { margin-right: 0; }

.n-m-l { margin-left: 0; }

.relative { position: relative; }

body {
	font-family:"Adelle Sans W04 Regular1429975";
	font-size: 18px;
	color: #000;
	position: relative;
}

::-webkit-input-placeholder { color: #cccccb; }
::-moz-placeholder { color: #cccccb; opacity: 1; }
:-ms-input-placeholder { color: #cccccb; }
:-moz-placeholder { color: #cccccb; }
.form-control::-webkit-input-placeholder { color: #fff; }
.form-control::-moz-placeholder { color: #fff; opacity: 1; }
.form-control:-ms-input-placeholder { color: #fff; }
.form-control:-moz-placeholder { color: #fff; }

::-moz-selection { background: #f7fad3; text-shadow: none; }

::selection { background: #f7fad3; text-shadow: none; }

a {
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	-ms-transition: all 0.4s;
	-o-transition: all 0.4s;
	transition: all 0.4s;
}

a:focus, a:hover {
	text-decoration: none;
}

ul { padding-left: 0; }

ul li { list-style: none; }

.h1, .h2 {
	text-transform: uppercase;
}

.chromeframe{
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background-color: #cc0066;
	z-index: 100;
}
.chromeframe p{
	position: fixed;
	font-size: 2em;
	top: 50%;
	display: inline-block;
	padding-left: 2em;
	padding-right: 2em;
	color: #000;
	margin: 0 auto;
	text-align: center;
}

/* Repeatable */

.btn-white { background-color: #fff; border-color: #cc0066; color: #cc0066; }

.btn-white:hover { background-color: #cc0066; border-color: #fff; color: #fff; }

.btn-white.focus, .btn-white:focus { background-color: #cc0066; border-color: #fff; color: #fff; }

.btn-pink { background-color: #cc0066; border-color: #fff; color: #fff; }

.btn-pink:hover { background-color: #fff; border-color: #cc0066; color: #cc0066; }

.btn-pink.focus, .btn-pink:focus { background-color: #fff; border-color: #cc0066; color: #cc0066; }

.btn-black { background-color: #000; border-color: #fff; color: #fff; }

.btn-black:hover { background-color: #fff; border-color: #000; color: #000; }

.btn-black.focus, .btn-black:focus { background-color: #fff; border-color: #000; color: #000; }

.btn-clear { background-color: transparent; border-color: transparent; color: #333; }

.btn-clear:hover { background-color: transparent; border-color: transparent; color: #cc0066; }

.btn-clear.focus, .btn-clear:focus { background-color: transparent; border-color: transparent; color: #cc0066; }


.color-pink { color: #cc0066;}

.color-pink-light { color: #efe9e8;}

.color-white{ color: #ffffff; }

.color-black { color: #000; }

.color-gray { color: #EFE9E8; }

.bg-color { background-color: #cc0066;}

.bg-color-pink-light { background-color: #efe9e8;}

.bg-color-white{ background-color: #ffffff; }

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

.bg-color-gray { background-color: #EFE9E8; }

.italic { font-family: 'Vitesse-BookItalic'; font-style: italic; }

.font-bold { font-family: 'Vitesse-Black'; }

.super-bold{ font-family: 'Vitesse-Bold'; }

.super-light{ font-family: 'Vitesse-Thin'; }

.row-block { padding-top: 50px; padding-bottom: 50px; }

.grayscale {
	-webkit-filter: grayscale(1);
	filter: grayscale(1);
}

.blur-filter {
	-webkit-filter: blur(5px);
	filter: blur(5px);
}

/* forms reset */
.form-control {

	color: #ffffff;
	font-size: 18px;
	height: 42px;
	padding: 6px 12px;
	text-align: center;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.form-control:focus {
	border-color: #cc0066;
	outline: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.form-control-static{
	font-size: 18px;
	line-height: 42px;
	height: 60px;
	text-align: center;
}

.btn {
	font-size: 18px;
	height: 42px;
	padding: 6px 12px;
	text-transform: uppercase;
}

.btn.active.focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn:active:focus, .btn:focus {
	outline: none;
	outline: none;
	outline-offset: -2px;
}

/* First fixing the dropdown menu. */
.dropdown-menu li a {
	display: block;
	padding: 3px 20px;
	clear: both;
	font-weight: normal;
	line-height: 1.428571429;
	color: #000;
	white-space: nowrap;
}
.dropdown-menu li a:hover,
.dropdown-menu li a:focus {
	color: #ffffff;
	text-decoration: none;
	background-color: #cc0066;
}
.dropdown-menu ul { list-style: none; }

