html, body {
	background:#fff;
}

body {
	font:300 18px/24px 'Oswald', sans-serif;
	letter-spacing:1px;
	color:#3b322d;
}

.disabled a,
a.disabled {
	pointer-events: none;
}


a {
	color:#ae0f09;
	text-decoration:none;
}

a:hover {
	color:#3b322d;
	text-decoration:none;
}

h1, h2, h3, h4, h5, h6 {
	margin:0;
}

p {
	margin:0 0 20px 0;
}

em {
	font-style:italic;
}

b, strong {
	font-weight:400;
}

template {
	display:none;
}


/* Layout
----------------------------------------------------------------------------------------------------------------------*/
.header {
	position:fixed;
	top:30px;
	left:50px;
	right:50px;
	height:120px;
	white-space:nowrap;
	z-index:999;
}

.logo {
	display:inline-block;
	margin:0 20px 0 0;
	background:url(../img/design/logo.svg);
	background-size:contain;
	vertical-align: top;
	transition:background 0.4s ease;
}

.main-menu {
	display:inline-block;
	vertical-align:bottom;
}

.main-menu a {
	display:inline-block;
	margin:30px;
	padding-bottom:15px;
	text-transform:uppercase;
	font-size:14px;
	font-weight:700;
	letter-spacing:4px;
}
.main-menu a.active {
	border-bottom:2px solid #ae0f09;
}

.hamburger {
	display:none!important;
	margin:15px 15px 30px 0;
	font-size:42px;
	vertical-align:bottom;
	width:0;
	opacity:0;
}

footer {

}

.section.fp-responsive {
	height:auto!important;
}

@media only screen and (max-width: 1260px) {

	.container {
		width:auto;
		margin:60px;
	}

	.fp-slidesContainer .container {
		margin:40px 80px;
	}

	.main-cta {
		margin-top:5px!important;
	}

}

@media only screen and (max-width: 800px) {

	.header {
		left:20px;
	}

	.container {
		width:auto;
		margin:20px 20px 120px 20px;
	}

	.fp-slidesContainer .container {
		margin:40px 80px;
	}

	.fp-slidesContainer {
		padding-bottom: 100px;
	}
}


#fullpage {
	opacity:0;
}

#fp-nav ul li .fp-tooltip {
	color:#fff;
	background-color:#ae0f09;
	text-transform:uppercase;
	letter-spacing:2px;
	padding:5px 12px;
	border-radius:20px;
}

.fp-section.active {
	z-index:1;
}

#fp-nav ul li, .fp-slidesNav ul li {
	height:20px;
}

#fp-nav ul li a span, .fp-slidesNav ul li a span {
	width:10px;
	height:10px;
	background:#CB9A96;
}

#fp-nav ul li a.active span,
.fp-slidesNav ul li a.active span,
#fp-nav ul li:hover a.active span,
.fp-slidesNav ul li:hover a.active span {
	width:18px;
	height:18px;
	background:#ae0f09;
	transition:all ease 0.4s;
}

#fp-nav ul li:hover a span,
.fp-slidesNav ul li:hover a span {
	width:18px;
	height:18px;
}

.fp-controlArrow {
	color:#ae0f09;
}

.fp-controlArrow.fp-prev:after {
	font-size:64px;
	content: '\e314';
}

.fp-controlArrow.fp-next:after {
	font-size:64px;
	content: '\e315';
}


/* Animations
----------------------------------------------------------------------------------------------------------------------*/
.section .bg-zoom {
	transition:all 5s ease;
	-ms-transform:scale(1) rotate(0deg);
	transform:scale(1) rotate(0deg);
}

.section.active .bg-zoom {
	-ms-transform:scale(1.06) rotate(-0.03deg);
	transform:scale(1.06) rotate(-0.03deg);
}

.animate {
	transition:all 500ms ease;
	-webkit-backface-visibility: hidden;
	-webkit-transform: translate3d(0,120px,0);
	-moz-transform: translate3d(0,120px,0);
	-ms-transform: translate3d(0,120px,0);
	-o-transform: translate3d(0,120px,0);
	transform: translate3d(0,120px,0);
	opacity:0;
}

.animated {
	-webkit-backface-visibility: hidden;
	-webkit-transform: translate3d(0,0,0);
	-moz-transform: translate3d(0,0,0);
	-ms-transform: translate3d(0,0,0);
	-o-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
	opacity:1;
}



/* Colors
----------------------------------------------------------------------------------------------------------------------*/
.primary {
	color:#ae0f09!important;
}

.secondary {
	color:#3b322d!important;
}

.tertiary {
	color:#CB9A96!important;
}

.pale {
	color:#f7dbea!important;
}

.light {
	color:#fff3fa!important;
}

.warning {
	color:#ec2751!important;
}

.success {
	color:#8fe614!important;
}

.primary-bg {
	background-color:#ae0f09;
}
.primary-bg a {
	color:#fff3fa;
}

.secondary-bg {
	background-color:#3b322d;
}
.secondary-bg a {
	color:#fff3fa;
}

.tertiary-bg {
	background-color:#CB9A96;
}
.tertiary-bg a {
	color:#fff3fa;
}

.pale-bg {
	background-color:#f7dbea;
}
.pale-bg a {
	color:#ae0f09;
}

.light-bg {
	background-color:#fff3fa;
}
.tertiary-bg a {
	color:#ae0f09;
}

.warning-bg {
	background-color:#ec2751;
}
.warning-bg a {
	color:#fff;
}

.success-bg {
	background-color:#8fe614;
}
.success-bg a {
	color:#fff;
}



/* Nagative
----------------------------------------------------------------------------------------------------------------------*/
.negative * {
	color:#fff;
}

.negative a {
	color:#fff;
}

.negative a:hover {
	color:#fff3fa;
}

.negative .logo {
	background-image:url(../img/design/logo_negative.svg);
}

.negative .btn {
	border:2px solid #fff;
	background:#fff;
	color:#ae0f09;
}
.negative .btn:hover, .negative .btn:focus {
	background:#fff;
	border-color:#fff;
	color:#3b322d;
}

#fp-nav.negative ul li a.active span,
.negative .fp-slidesNav ul li a.active span,
#fp-nav.negative ul li:hover a.active span,
.negative .fp-slidesNav ul li:hover a.active span {
	background:#fff;
}

.negative .main-menu a.active {
	border-bottom:2px solid #fff;
}

.negative ul.checklist li:before {
	color:#fff;
}

.negative hr {
	background:#fff;
}

.negative .secondary, .negative .headline, .negative .title {
	color:#eee;
}


/* Typography
----------------------------------------------------------------------------------------------------------------------*/
.headline {
	font:700 42px/48px 'Oswald', serif;
	letter-spacing:2px;
	text-transform:uppercase;
	color:#ae0f09;
}

.title {
	font-size:34px;
	line-height:40px;
	font-weight:700;
	letter-spacing:2px;
	color:#ae0f09;
	text-transform:uppercase;
}

.subtitle {
	font-size:30px;
	line-height:36px;
	font-weight:400;
	letter-spacing:1px;
	color:#ae0f09;
}


.big {
	font-size:26px;
	line-height:34px;
}

.tiny {
	font-size:14px!important;
	line-height:20px!important;
}

.small {
	font-size:16px!important;
	line-height:20px!important;
}

.normal {
	font-size:18px!important;
	line-height:24px!important;
}

.caps {
	text-transform:uppercase;
	font-size:16px;
	font-weight:400;
	letter-spacing:1px;
}

.bold {
	font-weight:400;
}

.underline {
	text-decoration:underline;
}


@media only screen and (max-width: 1260px) {

	.headline {
		font-size:36px;
		line-height:42px;
	}

	.title {
		font-size:24px;
		line-height:28px;
	}

	.subtitle {
		font-size:21px;
		line-height:26px;
	}


	.big {
		font-size:18px;
		line-height:24px;
	}
}


@media only screen and (max-width: 800px) {

	.headline {
		font-size:30px;
		line-height:36px;
	}

	.title {
		font-size:21px;
		line-height:25px;
	}

}



/* Buttons
----------------------------------------------------------------------------------------------------------------------*/
.btn {
	display:inline-block;
	border:2px solid #ae0f09;
	background:#ae0f09;
	font-size:24px;
	color:#fff;
	outline:0;
	padding:15px 30px;
	text-transform:uppercase;
	vertical-align:middle;
	-webkit-tap-highlight-color:transparent;
	transition-duration:.15s;
	letter-spacing:1px;
	text-align:center;
	text-decoration:none;
	box-sizing:border-box;
}
.btn:hover, .btn:focus {
	background:#3b322d;
	border-color:#3b322d;
	cursor:pointer;
	text-decoration:none;
	color:#fff;
}

.btn.block {
	width:100%;
}

.btn.disabled, .btn:disabled {
	background-color:#DFDFDF !important;
	color:#9F9F9F !important;
	border-color:#DFDFDF !important;
	cursor:default;
}

.btn.disabled *, .btn:disabled * {
	pointer-events:none;
}

.btn.disabled:hover, .btn:disabled:hover {
	background-color:#DFDFDF !important;
	color:#9F9F9F !important;
}

.btn.red {
	border:2px solid #ec2751;
	background:#ec2751;
	color:#fff;
}
.btn.red:hover, .btn.red:focus {
	background:#3b322d;
	border-color:#3b322d;
	color:#fff;
}

.btn.grey {
	border:2px solid #ccc;
	background:#ccc;
	color:#3b322d;
}
.btn.grey:hover, .btn.grey:focus {
	background:#3b322d;
	border-color:#3b322d;
	color:#fff;
}


.btn.white {
	border:2px solid transparent;
	background:rgba(255,255,255,0.8);
	color:#3b322d;
}
.btn.white:hover, .btn.white:focus {
	background:#fff;
	border-color:#fff;
	color:#3b322d;
}


.btn.ghost {
	border:2px solid #ae0f09;
	background:transparent;
	color:#ae0f09;
}
.btn.ghost:hover, .btn.ghost:focus {
	background:transparent;
	border-color:#3b322d;
	color:#3b322d;
}
.btn.ghost.red {
	border-color:#f26883;
	color:#f26883;
}
.btn.ghost.red:hover, .btn.ghost.red:focus {
	border-color:#3b322d;
	color:#3b322d;
}

.btn.blank {
	border:none;
	background:transparent;
	color:#ae0f09;
}
.btn.blank:hover, .btn.blank:focus {
	border:none;
	background:transparent;
	color:#3b322d;
}
.btn.blank.red {
	color:#f26883;
}
.btn.blank.red:hover, .btn.blank.red:focus {
	color:#3b322d;
}

.btn.narrow {
	padding:2px 10px;
	font-size: 18px;
}


/* Icons
----------------------------------------------------------------------------------------------------------------------*/
.icheckbox.checked:before,
.selectric .button:before,
.selectric-hover .button:before,
.selectric-open .button:before,
.iradio.checked:after,
.fp-controlArrow.fp-prev,
.fp-controlArrow.fp-next,
.checklist li:before {
	font-family: 'Material Icons';
	font-weight: normal;
	font-style: normal;
	font-size: 16px;
	display: inline-block;
	line-height: 1;
	text-transform: none;
	letter-spacing: normal;
	word-wrap: normal;
	white-space: nowrap;
	direction: ltr;
	-webkit-font-smoothing: antialiased;
	text-rendering: optimizeLegibility;
	-moz-osx-font-smoothing: grayscale;
	font-feature-settings: 'liga';
}


/* Layout
----------------------------------------------------------------------------------------------------------------------*/

/* Basic */
.push {
	margin:30px;
}

.push-up {
	margin-top:30px;
}

.push-down {
	margin-bottom:30px;
}

.push-left {
	margin-left:30px;
}

.push-right {
	margin-right:30px;
}

.push-v {
	margin-top:30px;
	margin-bottom:30px;
}

.push-h {
	margin-left:30px;
	margin-right:30px;
}

/* Level 1 */
.push-1 {
	margin:15px;
}

.push-up-1 {
	margin-top:15px;
}

.push-down-1 {
	margin-bottom:15px;
}

.push-left-1 {
	margin-left:15px;
}

.push-right-1 {
	margin-right:15px;
}

.push-v-1 {
	margin-top:15px;
	margin-bottom:15px;
}

.push-h-1 {
	margin-left:15px;
	margin-right:15px;
}

/* Level 2 */
.push-2 {
	margin:50px;
}

.push-up-2 {
	margin-top:50px;
}

.push-down-2 {
	margin-bottom:50px;
}

.push-left-2 {
	margin-left:50px;
}

.push-right-2 {
	margin-right:50px;
}

.push-v-2 {
	margin-top:50px;
	margin-bottom:50px;
}

.push-h-2 {
	margin-left:50px;
	margin-right:50px;
}


/* Basic */
.pad {
	padding:30px;
}

.pad-top {
	padding-top:30px;
}

.pad-bottom {
	padding-bottom:30px;
}

.pad-left {
	padding-left:30px;
}

.pad-right {
	padding-right:30px;
}

.pad-v {
	padding-top:30px;
	padding-bottom:30px;
}

.pad-h {
	padding-left:30px;
	padding-right:30px;
}

/* Level 1 */
.pad-1 {
	padding:15px;
}

.pad-up-1 {
	padding-top:15px;
}

.pad-bottom-1 {
	padding-bottom:15px;
}

.pad-top-1 {
	padding-left:15px;
}

.pad-right-1 {
	padding-right:15px;
}

.pad-v-1 {
	padding-top:15px;
	padding-bottom:15px;
}

.pad-h-1 {
	padding-left:15px;
	padding-right:15px;
}

/* Level 2 */
.pad-2 {
	padding:50px;
}

.pad-top-2 {
	padding-top:50px;
}

.pad-bottom-2 {
	padding-bottom:50px;
}

.pad-left-2 {
	padding-left:50px;
}

.pad-right-2 {
	padding-right:50px;
}

.pad-v-2 {
	padding-top:50px;
	padding-bottom:50px;
}

.pad-h-2 {
	padding-left:50px;
	padding-right:50px;
}


/* Overlay
----------------------------------------------------------------------------------------------------------------------*/
.overlay, .overlay.light {
	position:absolute;
	top:0; right:0; bottom:0; left:0;
	background:rgba(255,255,255,0.8);
}

.overlay.medium {
	background:rgba(151, 104, 145, 0.50);
}

.overlay.dark {
	background:rgba(115, 1, 7, 0.85);
}



/* Cards
----------------------------------------------------------------------------------------------------------------------*/
.card {
	display:block;
	background:#fff;
	border-radius:0;
	width:100%;
	box-sizing:border-box;
	z-index:1;
}

.card.card-l {
	max-width:800px;
}

.card.card-m {
	max-width:600px;
}

.card.card-s {
	max-width:400px;
}


/* Shadows
----------------------------------------------------------------------------------------------------------------------*/
.shadow-l {
	box-shadow:0 0 150px rgba(0, 0, 0, 0.40);
}

.shadow-m {
	box-shadow:0 5px 30px rgba(0, 0, 0, 0.40);
}

.shadow-s {
	box-shadow:0 2px 10px rgba(0, 0, 0, 0.20);
}


/* Horizontal rule
----------------------------------------------------------------------------------------------------------------------*/
hr {
	background-color:#ae0f09;
	margin:15px 0;
	height:3px;
}

hr.fat {
	height:6px;
}

hr.tiny {
	width:80px;
}

hr.dashed {
	background:none;
	border-bottom:2px dashed #ae0f09;
}


/* Pagination
----------------------------------------------------------------------------------------------------------------------*/
ul.pagination li a {
	color: rgba(0, 0 ,0 , 0.54);
}

ul.pagination li.active a {
	background-color: #DCE47E;
	color: #FFF;
	font-weight: bold;
	cursor: default;
}
ul.pagination .disabled:hover a {
	background: none;
}

.paginator {
	text-align: center;
}

.paginator ul.pagination li {
	float: none;
	display: inline-block;
}

.paginator p {
	text-align: right;
	color: rgba(0, 0 ,0 , 0.54);
}

.asc:after {
	content: " \2193";
}
.desc:after {
	content: " \2191";
}



/* Icons
----------------------------------------------------------------------------------------------------------------------*/
.icon.check {

}

.icon.close {

}

.icon.question {

}

.icon.pdf {

}

.icon.download {

}


/* Tables
----------------------------------------------------------------------------------------------------------------------*/
table {
	margin-bottom:30px;
}

table thead {

}

table tr {
	border-color:#fff3fa;
}

table thead td {
	border-color:#CB9A96;
}

table tr th {
	border-color:#CB9A96;
	color:#3b322d;
}

table tbody td {
	border-color:#f7dbea;
}

table tbody tr:hover td {
	background-color:#fff3fa;
}

table tr td:first-of-type, table tr th:first-of-type {
	padding-left:0;
}

table tr td:last-of-type, table tr th:last-of-type {
	padding-right:0;
}

table tbody tr:last-of-type td {
	border-bottom:none;
}

table.zebra tbody tr:nth-of-type(even) td {
	background-color:#fff3fa;
}


/* Form
----------------------------------------------------------------------------------------------------------------------*/
.form .error-message {
	display: block;
	padding: 0.375rem 0.5625rem 0.5625rem;
	margin-top: -1px;
	margin-bottom: 1rem;
	font-size: 0.75rem;
	font-weight: normal;
	font-style: italic;
	color: rgba(0, 0, 0, 0.54);
}

.required > label {
	font-weight: bold;
}
.required > label:after {
	content: ' *';
	color: #C3232D;
}



/* Placeholders
----------------------------------------------------------------------------------------------------------------------*/
::-webkit-input-placeholder {
	color:#CB9A96;
}

:-moz-placeholder {
	color:#CB9A96;
}

::-moz-placeholder {
	color:#CB9A96;
}

:-ms-input-placeholder {
	color:#CB9A96;
}


/* Form inputs
----------------------------------------------------------------------------------------------------------------------*/
input[type=text], input[type=email], input[type=password], select {
	background-color:#fff;
	border:2px solid #e0c6d5;
	border-radius:0;
	outline:none;
	height:54px;
	width:100%;
	font-size:24px;
	padding:0 10px;
	box-sizing:border-box;
	transition:all 0.2s;
}

input[type=text]:disabled, input[type=email]:disabled, input[type=password]:disabled,
textarea:disabled, select:disabled {
	color:rgba(0, 0, 0, 0.15);
	border-color:#eee;
}

input:disabled + label,
input[readonly="readonly"] + label {
	color:rgba(0, 0, 0, 0.26);
}

textarea {
	width:100%;
	border:2px solid #e0c6d5;
	border-radius:0;
	color:#3b322d;
	outline:none;
	background-color:#fff;
	overflow-y:hidden;
	padding:10px;
	margin:5px 0 0 0;
	box-sizing:border-box;
	resize:none;
	transition:all 0.2s;
	font-size: 24px;
}

input[type=text]:hover, input[type=email]:hover, input[type=password]:hover,
textarea:hover, select:hover {
	border:2px solid #ae0f09;
}

input[type=text]:focus, input[type=email]:focus, input[type=password]:focus,
textarea:focus, select:focus {
	border:2px solid #ae0f09;
}

select {
	background-color:rgba(255, 255, 255, 0.9);
	width:100%;
	padding:5px;
	border:2px solid #f7dbea;
	border-radius:6px;
}

.card > input:last-child, .card > textarea:last-child {
	margin-bottom:0;
}

.input .errors {
	margin-top:20px;
	margin-bottom:20px;
}
.input .errors:empty {
	display:none;
}

.input .notice {
	margin-top:-15px;
}

.input label, .textarea label {
	text-transform:uppercase;
	letter-spacing:1px;
	font-weight:700;
	font-size:14px;
}

input[type=text].neutral {
	display:inline-block;
	background:transparent;
	border:none;
	padding:0;
	margin:0
}


/* Form elements
----------------------------------------------------------------------------------------------------------------------*/
.required > label {
	font-weight:bold;
}

.required > label:after {
	content:' *';
	color:#f26883;
}


/* Placeholders
----------------------------------------------------------------------------------------------------------------------*/
::-webkit-input-placeholder {
	color:#CB9A96;
}

:-moz-placeholder {
	color:#CB9A96;
}

::-moz-placeholder {
	color:#CB9A96;
}

:-ms-input-placeholder {
	color:#CB9A96;
}



/* Fieldsets
----------------------------------------------------------------------------------------------------------------------*/
fieldset {
	border: none;
	padding: 1.25rem;
	margin: 1.125rem 0;
}

fieldset legend {
	border-bottom: 2px solid #1798A5;
	width: 100%;
	line-height: 2rem;
}


/* Blockquote
----------------------------------------------------------------------------------------------------------------------*/
blockquote {
	font-size: 18px;
	line-height: 1.5;
	border-left: 3px solid #CB9A96;
	padding: 0 50px 0 15px;
	margin:30px 0 30px 15px;
}


/* Image figure and caption
----------------------------------------------------------------------------------------------------------------------*/
figcaption {
	color:#CB9A96;
	font-size:14px;
	line-height:1.3334;
	padding:15px 0;
}


/* Lists
----------------------------------------------------------------------------------------------------------------------*/
ol {
	list-style-type:decimal;
	padding:0;
}

ul {
	list-style-type:square;
	padding:0;
}

ul li {
	margin-bottom:5px;
}

ul li li {
	list-style-type:circle;
}

dt {
	font-weight:600;
}

dd, li {
	margin-left:15px;
}

dd > *, li > * {
	margin-top:0;
}


/* Checklist
----------------------------------------------------------------------------------------------------------------------*/
ul.checklist {

}

ul.checklist li:before {
	position:absolute;
	left:-10px;
	content:'\e5ca';
	color:#ae0f09;
	line-height:32px;
	font-size:28px;
}

ul.checklist li {
	position:relative;
	list-style:none;
	padding-left:30px;
	margin-bottom:15px;
}


/* Grid column seperators
----------------------------------------------------------------------------------------------------------------------*/
.grid .column.separated, .grid .column.separated-m, .grid .column.separated-l, .grid .column.separated-xl {
	border-color:#f7dbea;
}


/* Pre
----------------------------------------------------------------------------------------------------------------------*/
pre {
	display:block;
	padding:15px;
	white-space:pre;
	background:#fff3fa;
	color:#CB9A96;
	border-radius:5px;
}


/* iRadio
----------------------------------------------------------------------------------------------------------------------*/
.icheckbox,
.iradio {
	display:inline-block;
	margin:1px 5px 5px 0;
	vertical-align:middle;
	cursor:pointer;
	border:2px solid;
	-webkit-transition:border-color .1s;
	-moz-transition:border-color .1s;
	-o-transition:border-color .1s;
	transition:border-color .1s
}

.icheckbox.disabled,
.iradio.disabled,
.icheckbox.disabled + label,
.iradio.disabled + label {
	opacity:.5
}

.icheckbox.focus,
.iradio.focus {
	outline:thin dotted #333;
	outline:5px auto -webkit-focus-ring-color;
	outline-offset:-2px
}

.icheckbox input[type="checkbox"],
.iradio input[type="checkbox"],
.icheckbox input[type="radio"],
.iradio input[type="radio"] {
	margin:0
}

.icheckbox {
	position:absolute;
	width:21px;
	height:21px;
	background-color:#fff;
	background-image:-webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0, rgba(0, 0, 0, 0.03) 100%);
	background-image:-moz-linear-gradient(top, rgba(255, 255, 255, 0) 0, rgba(0, 0, 0, 0.03) 100%);
	background-image:linear-gradient(to bottom, rgba(255, 255, 255, 0) 0, rgba(0, 0, 0, 0.03) 100%);
	background-position:50% 50%;
	background-repeat:repeat-x;
	background-size:100%;
	border-color:#ccc;
	border-radius:1px
}

.icheckbox.hover {
	border-color:#ae0f09
}

.icheckbox.checked {
	border-color:#ae0f09;
}

.icheckbox.checked:before {
	position:relative;
	content:'\e5ca';
	color:#3b322d;
	line-height:12px;
	font-size:29px;
	left:-2px;
	-webkit-animation:tt-check-in .2s both;
	-moz-animation:tt-check-in .2s both;
	animation:tt-check-in .2s both
}


.icheck-label {
	position:relative;
	display:block;
	padding:0 0 0 30px;
	letter-spacing:0;
	line-height:25px;
	cursor:pointer;
}

.icheck-label:hover .iradio {
	border-color:#ae0f09
}


.iradio {
	position:absolute;
	left:0;
	margin-top:0;
	width:21px;
	height:21px;
	padding:3px;
	background-color:#fff;
	background-image:-webkit-linear-gradient(top, rgba(0, 0, 0, 0.03) 0, rgba(255, 255, 255, 0) 100%);
	background-image:-moz-linear-gradient(top, rgba(0, 0, 0, 0.03) 0, rgba(255, 255, 255, 0) 100%);
	background-image:linear-gradient(to bottom, rgba(0, 0, 0, 0.03) 0, rgba(255, 255, 255, 0) 100%);
	background-repeat:repeat-x;
	border-color:#ccc;
	border-radius:30px;
}

.iradio:after {
	display:none;
	width:21px;
	height:21px;
	border:1px solid;
	content:"";
	opacity:0
}

.iradio.hover {
	border-color:#ae0f09
}

.iradio.checked {
	border-color:#ae0f09;
}

.iradio.checked:after {
	position:relative;
	left:-5px;
	top:-12px;
	display:block;
	content:'\e5ca';
	font-size:29px;
	border:none;
	opacity:1;
	-webkit-animation:tt-check-in .2s both;
	-moz-animation:tt-check-in .2s both;
	animation:tt-check-in .2s both
}

@keyframes tt-check-in {
	0% {
		opacity:0;
		-webkit-transform:scale(0.85);
		-moz-transform:scale(0.85);
		-ms-transform:scale(0.85);
		-o-transform:scale(0.85);
		transform:scale(0.85)
	}
	50% {
		-webkit-transform:scale(1.15);
		-moz-transform:scale(1.15);
		-ms-transform:scale(1.15);
		-o-transform:scale(1.15);
		transform:scale(1.15)
	}
}


/* Selectric
----------------------------------------------------------------------------------------------------------------------*/
.selectric-wrapper {
	position: relative;
	cursor: pointer;
}

.selectric-responsive {
	width: 100%;
}

.selectric {
	position: relative;
	background-color: #fff;
	border: 2px solid #f7dbea;
	border-radius: 0;
	color: #3b322d;
	width: 100%;
	height: 50px;
	line-height: 50px;
	font-size: 16px;
	margin: 5px 0 15px 0;
	padding: 0 10px;
	transition: all 0.2s;
	box-sizing: border-box;
}
.selectric .label {
	display: block;
	line-height: 50px;
	margin: 0;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.selectric .button {
	display: block;
	position: absolute;
	right: 0;
	top: 0;
	width: 38px;
	height: 38px;
	text-align: center;
}

.selectric .button:before {
	content:'\e313';
	color:#CB9A96;
	font-size: 36px;
	line-height: 50px;
}

.selectric-hover .selectric {
	border-color: #ae0f09;
	color: #ae0f09;
}
.selectric-hover .button:before, .selectric-open .button:before {
	color:#ae0f09;
}

.selectric-open {
	z-index: 9999;
}
.selectric-open .selectric {
	color:#ae0f09;
	border-color: #ae0f09;
}
.selectric-open .selectric-items {
	display:block;
	outline:none;
}

.selectric-disabled {
	filter: alpha(opacity=50);
	opacity: 0.5;
	cursor: default;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.selectric-hide-select {
	position: relative;
	overflow: hidden;
	width: 0;
	height: 0;
}
.selectric-hide-select select {
	position: absolute;
	left: -100%;
	display: none;
}

.selectric-input {
	position: absolute !important;
	top: 0 !important;
	left: 0 !important;
	overflow: hidden !important;
	clip: rect(0, 0, 0, 0) !important;
	margin: 0 !important;
	padding: 0 !important;
	width: 1px !important;
	height: 1px !important;
	outline: none !important;
	border: none !important;
	*font: 0/0 a !important;
	background: none !important;
}

.selectric-temp-show {
	position: absolute !important;
	visibility: hidden !important;
	display: block !important;
}

/* Items box */
.selectric-items {
	display:none;
	position:absolute;
	top:100%;
	left:0;
	border-radius:0;
	background:#fff;
	z-index:-1;
	box-shadow: 1px 1px 4px rgba(148, 176, 199, 0.40);
}

.selectric-items .selectric-scroll {
	height:100%;
	overflow:auto;
}

.selectric-above .selectric-items {
	top:auto;
	bottom:100%;
}

.selectric-items ul, .selectric-items li {
	list-style:none;
	padding:0;
	margin:0;
	line-height:20px;
	min-height:20px;
}

.selectric-items li {
	display:block;
	padding:10px 10px 10px 12px;
	line-height:30px;
	color:#3b322d;
	cursor:pointer;
}

.selectric-items li.selected {
	color:#ae0f09;
}

.selectric-items li:hover {
	color:#ae0f09;
}

.selectric-items .disabled {
	filter:alpha(opacity=50);
	opacity:0.5;
	cursor:default !important;
	background:none !important;
	color:#ccc !important;
	-webkit-user-select:none;
	-moz-user-select:none;
	-ms-user-select:none;
	user-select:none;
}

.selectric-items .selectric-group .selectric-group-label {
	font-weight:bold;
	padding-left:10px;
	cursor:default;
	-webkit-user-select:none;
	-moz-user-select:none;
	-ms-user-select:none;
	user-select:none;
	background:none;
	color:#ae0f09;
}

.selectric-items .selectric-group.disabled li {
	filter:alpha(opacity=100);
	opacity:1;
}

.selectric-items .selectric-group li {
	padding-left:25px;
}


/* Switch
----------------------------------------------------------------------------------------------------------------------*/
.switch input {
	display:none;
}
.switch label {
	display:inline-block;
	margin:0 0 10px 0;
	font-size:14px;
	line-height:40px;
	padding:0 25px;
	background:#edf5f9;
	color:#CB9A96;
	cursor:pointer;
	transition:all 0.1s ease;
}
.switch label:hover {
	color:#506570;
}
.switch label.active {
	background:#ae0f09;
	color:#fff;
}

.switch label:nth-child(2) {border-radius:6px 0 0 6px}
.switch label:last-child {border-radius:0 6px 6px 0}

.switch.block label {
	display:block;
	border-radius:8px;
}

.switch.ghost label {
	background:transparent;
	border:2px solid transparent;
	padding:0 10px;
}

.switch.ghost label:hover {
	background:transparent;
	border:2px solid #CB9A96;
	color:#CB9A96;
}

.switch.ghost label.active {
	background:transparent;
	border:2px solid #ae0f09;
	color:#ae0f09;
}


/* Toast
   ================================================================================================================== */
#toast-container {
	display:block;
	position:fixed;
	z-index:10000;
}

@media only screen and (max-width:600px) {
	#toast-container {
		min-width:100%;
		bottom:0;
	}
}

@media only screen and (min-width:601px) and (max-width:992px) {
	#toast-container {
		left:5%;
		bottom:7%;
		max-width:90%;
	}
}

@media only screen and (min-width:993px) {
	#toast-container {
		top:80px;
		right:7%;
		max-width:86%;
	}
}

.toast {
	border-radius:6px;
	top:0;
	width:auto;
	clear:both;
	margin-top:10px;
	position:relative;
	max-width:100%;
	height:auto;
	min-height:48px;
	line-height:1.5em;
	background-color:#444;
	padding:10px 25px;
	font-size:20px;
	color:#fff;
	display:-webkit-flex;
	display:-ms-flexbox;
	display:flex;
	-webkit-align-items:center;
	-ms-flex-align:center;
	align-items:center;
	-webkit-justify-content:space-between;
	-ms-flex-pack:justify;
	justify-content:space-between;
	box-sizing: border-box;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.toast.success {
	background-color:#8fe614;
	color:#000!important;
}
.toast.error {
	background-color:#ec2751;
	color:#fff!important;
}

.toast .btn, .toast .btn-large, .toast .btn-flat {
	margin:0;
	margin-left:3rem;
}

@media only screen and (max-width:600px) {
	.toast {
		width:100%;
		border-radius:0;
	}
}

@media only screen and (min-width:601px) and (max-width:992px) {
	.toast {
		float:left;
	}
}

@media only screen and (min-width:993px) {
	.toast {
		float:right;
	}
}


/* Messages
----------------------------------------------------------------------------------------------------------------------*/
div.message {
	text-align: center;
	cursor: pointer;
	display: block;
	font-weight: normal;
	padding: 0 1.5rem 0 1.5rem;
	transition: height 300ms ease-out 0s;
	background-color: #CB9A96;
	color: #626262;
	top: 15px;
	right: 15px;
	z-index: 999;
	overflow: hidden;
	height: 50px;
	line-height: 2.5em;
	box-radius: 5px;
}

div.message:before {
	line-height: 0px;
	font-size: 20px;
	height: 12px;
	width: 12px;
	border-radius: 15px;
	text-align: center;
	vertical-align: middle;
	display: inline-block;
	position: relative;
	left: -11px;
	background-color: #FFF;
	padding: 12px 14px 12px 10px;
	content: "i";
	color: #CB9A96;
}

div.message.error {
	background-color: #C3232D;
	color: #FFF;
}

div.message.error:before {
	padding: 11px 16px 14px 7px;
	color: #C3232D;
	content: "x";
}
div.message.hidden {
	height: 0;
}




/* Animated down icon
----------------------------------------------------------------------------------------------------------------------*/
@-moz-keyframes bounce {
	0%, 20%, 50%, 80%, 100% {
		-moz-transform: translateY(0);
		transform: translateY(0);
	}
	40% {
		-moz-transform: translateY(-20px);
		transform: translateY(-20px);
	}
	60% {
		-moz-transform: translateY(-10px);
		transform: translateY(-10px);
	}
}
@-webkit-keyframes bounce {
	0%, 20%, 50%, 80%, 100% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
	40% {
		-webkit-transform: translateY(-20px);
		transform: translateY(-20px);
	}
	60% {
		-webkit-transform: translateY(-10px);
		transform: translateY(-10px);
	}
}
@keyframes bounce {
	0%, 20%, 50%, 80%, 100% {
		-moz-transform: translateY(0);
		-ms-transform: translateY(0);
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
	40% {
		-moz-transform: translateY(-20px);
		-ms-transform: translateY(-20px);
		-webkit-transform: translateY(-20px);
		transform: translateY(-20px);
	}
	60% {
		-moz-transform: translateY(-10px);
		-ms-transform: translateY(-10px);
		-webkit-transform: translateY(-10px);
		transform: translateY(-10px);
	}
}

.arrow {
	position:relative;
	display:block;
}

.arrow i {
	font-size:80px;
	color:#ae0f09;
}

.bounce {
	-moz-animation: bounce 3s infinite;
	-webkit-animation: bounce 3s infinite;
	animation: bounce 3s infinite;
}



/* Slideout
----------------------------------------------------------------------------------------------------------------------*/
.slideout-container {
	position:fixed;
	top:0;
	left:0;
	bottom:0;
	background:#fff;
	width:50%;
	z-index:9999;
	box-shadow:0 2px 25px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.01);
	display:none;
	overflow:scroll;
	overflow-scrolling:touch;
	-webkit-overflow-scrolling:touch;
}

.slideout-content {
	position:absolute;
	top:0; right:0; left:0;
	width:100%;
	padding:40px;

}

#slideoutOverlay {
	display:none;
	z-index:9998;
}

@media only screen and (max-width : 1200px) {

	.slideout-container {
		width:80%;
	}

}



/* Responsive Google Map
----------------------------------------------------------------------------------------------------------------------*/
.google-maps {
	position:relative;
	padding-bottom:75%;
	height:0;
	overflow:hidden;
}

.google-maps iframe {
	position:absolute;
	top:0;
	left:0;
	width:100% !important;
	height:100% !important;
}



/* Milkglas background
----------------------------------------------------------------------------------------------------------------------*/
.glass {
	background:rgba(255,255,255,0.8);
	padding:30px;
}


.form-submit-overlay {
    margin: 20px 0;
    padding: 40px;
    background: #ae0f09;
    color: #fff;
}


.iziToast > .iziToast-body .iziToast-texts {
    font: 300 21px/24px 'Oswald', sans-serif !important;
}

.iziToast > .iziToast-body .iziToast-message, .iziToast > .iziToast-body .iziToast-title {
    font-size: 20px !important;
}

.iziToast > .iziToast-progressbar > div {
    background: #000 !important;
}

.iziToast {
    border-radius: 0 !important;
}
