﻿@charset "UTF-8";
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
	html {
		font-family: sans-serif;
		-ms-text-size-adjust: 100%;
		-webkit-text-size-adjust: 100%;
	}
	
	body {
		margin: 0;
	}
	
	article,
	aside,
	details,
	figcaption,
	figure,
	footer,
	header,
	hgroup,
	main,
	menu,
	nav,
	section,
	summary {
		display: block;
	}
	
	audio,
	canvas,
	progress,
	video {
		display: inline-block;
		vertical-align: baseline;
	}
	
		audio:not([controls]) {
			display: none;
			height: 0;
		}
	
	[hidden],
	template {
		display: none;
	}
	
	a {
		background-color: transparent;
	}
	
		a:active,
		a:hover {
			outline: 0;
		}
	
	abbr[title] {
		border-bottom: 1px dotted;
	}
	
	b,
	strong {
		font-weight: bold;
	}
	
	dfn {
		font-style: italic;
	}
	
	h1 {
		font-size: 2em;
		margin: 0.67em 0;
	}
	
	mark {
		background: #ff0;
		color: #000;
	}
	
	small {
		font-size: 80%;
	}
	
	sub,
	sup {
		font-size: 75%;
		line-height: 0;
		position: relative;
		vertical-align: baseline;
	}
	
	sup {
		top: -0.5em;
	}
	
	sub {
		bottom: -0.25em;
	}
	
	img {
		border: 0;
	}
	
	svg:not(:root) {
		overflow: hidden;
	}
	
	figure {
		margin: 1em 40px;
	}
	
	hr {
		box-sizing: content-box;
		height: 0;
	}
	
	pre {
		overflow: auto;
	}
	
	code,
	kbd,
	pre,
	samp {
		font-family: monospace, monospace;
		font-size: 1em;
	}
	
	button,
	input,
	optgroup,
	select,
	textarea {
		color: inherit;
		font: inherit;
		margin: 0;
	}
	
	button {
		overflow: visible;
	}
	
	button,
	select {
		text-transform: none;
	}
	
	button,
	html input[type="button"],
	input[type="reset"],
	input[type="submit"] {
		-webkit-appearance: button;
		cursor: pointer;
	}

    button[disabled],
    html input[disabled] {
        cursor: default;
    }

    button::-moz-focus-inner,
    input::-moz-focus-inner {
        border: 0;
        padding: 0;
    }

	input {
		line-height: normal;
	}

    input[type="checkbox"],
    input[type="radio"] {
        box-sizing: border-box;
        padding: 0;
    }

    input[type="number"]::-webkit-inner-spin-button,
    input[type="number"]::-webkit-outer-spin-button {
        height: auto;
    }

    input[type="search"] {
        -webkit-appearance: textfield;
        box-sizing: content-box;
    }

        input[type="search"]::-webkit-search-cancel-button,
        input[type="search"]::-webkit-search-decoration {
            -webkit-appearance: none;
        }
	
	fieldset {
		border: 1px solid #c0c0c0;
		margin: 0 2px;
		padding: 0.35em 0.625em 0.75em;
	}
	
	legend {
		border: 0;
		padding: 0;
	}
	
	textarea {
		overflow: auto;
	}
	
	optgroup {
		font-weight: bold;
	}
	
	table {
		border-collapse: collapse;
		border-spacing: 0;
	}
	
	td,
	th {
		padding: 0;
	}

/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
    *,
    *:before,
    *:after {
        background: transparent !important;
        color: #000 !important;
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

        a[href]:after {
            content: " (" attr(href) ")";
        }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    a[href^="#"]:after,
    a[href^="javascript:"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group;
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }

    .navbar {
        display: none;
    }

    .btn > .caret,
    .dropup > .btn > .caret {
        border-top-color: #000 !important;
    }

    .label {
        border: 1px solid #000;
    }

    .table {
        border-collapse: collapse !important;
    }

        .table td,
        .table th {
            background-color: #fff !important;
        }

    .table-bordered th,
    .table-bordered td {
        border: 1px solid #ddd !important;
    }
}
	
	* {
		box-sizing: border-box;
	}
	
		*:before,
		*:after {
			box-sizing: border-box;
		}
	
	html {
		font-size: 10px;
		-webkit-tap-highlight-color: transparent;
	}
	
	body {
		font-family: "Proxima Nova A W07 Regular", sans-serif;
		font-size: 14px;
		line-height: 1.42857143;
		color: #FEFEFE;
		background-color: #fff;
	}
	
	input,
	button,
	select,
	textarea {
		font-family: inherit;
		font-size: inherit;
		line-height: inherit;
	}
	
	a {
		color: #FF6C08;
		text-decoration: none;
	}
	
		a:hover, a:focus {
			color: #bb4c00;
			text-decoration: underline;
		}
	
		a:focus {
			outline: thin dotted;
			outline: 5px auto -webkit-focus-ring-color;
			outline-offset: -2px;
		}
	
	figure {
		margin: 0;
	}
	
	img {
		vertical-align: middle;
	}
	
	.img-responsive {
		display: block;
		max-width: 100%;
		height: auto;
	}
	
	.img-rounded {
		border-radius: 0;
	}
	
	.img-thumbnail {
		padding: 4px;
		line-height: 1.42857143;
		background-color: #fff;
		border: 1px solid #ddd;
		border-radius: 0;
		-webkit-transition: all 0.2s ease-in-out;
		transition: all 0.2s ease-in-out;
		display: inline-block;
		max-width: 100%;
		height: auto;
	}
	
	.img-circle {
		border-radius: 50%;
	}
	
	hr {
		margin-top: 20px;
		margin-bottom: 20px;
		border: 0;
		border-top: 1px solid #F5F5F5;
	}
	
	.sr-only {
		position: absolute;
		width: 1px;
		height: 1px;
		margin: -1px;
		padding: 0;
		overflow: hidden;
		clip: rect(0, 0, 0, 0);
		border: 0;
	}
	
	.sr-only-focusable:active, .sr-only-focusable:focus {
		position: static;
		width: auto;
		height: auto;
		margin: 0;
		overflow: visible;
		clip: auto;
	}
	
	[role="button"] {
		cursor: pointer;
	}
	
	h1, h2, h3, h4, h5, h6,
	.h1, .h2, .h3, .h4, .h5, .h6 {
		font-family: inherit;
		font-weight: 500;
		line-height: 1.1;
		color: inherit;
	}
	
		h1 small,
		h1 .small, h2 small,
		h2 .small, h3 small,
		h3 .small, h4 small,
		h4 .small, h5 small,
		h5 .small, h6 small,
		h6 .small,
		.h1 small,
		.h1 .small, .h2 small,
		.h2 .small, .h3 small,
		.h3 .small, .h4 small,
		.h4 .small, .h5 small,
		.h5 .small, .h6 small,
		.h6 .small {
			font-weight: normal;
			line-height: 1;
			color: #2A1505;
		}
	
	h1, .h1,
	h2, .h2,
	h3, .h3 {
		margin-top: 20px;
		margin-bottom: 10px;
	}
	
		h1 small,
		h1 .small, .h1 small,
		.h1 .small,
		h2 small,
		h2 .small, .h2 small,
		.h2 .small,
		h3 small,
		h3 .small, .h3 small,
		.h3 .small {
			font-size: 65%;
		}
	
	h4, .h4,
	h5, .h5,
	h6, .h6 {
		margin-top: 10px;
		margin-bottom: 10px;
	}
	
		h4 small,
		h4 .small, .h4 small,
		.h4 .small,
		h5 small,
		h5 .small, .h5 small,
		.h5 .small,
		h6 small,
		h6 .small, .h6 small,
		.h6 .small {
			font-size: 75%;
		}
	
	h1, .h1 {
		font-size: 22px;
	}
	
	h2, .h2 {
		font-size: 28px;
	}
	
	h3, .h3 {
		font-size: 20px;
	}
	
	h4, .h4 {
		font-size: 20px;
	}
	
	h5, .h5 {
		font-size: 20px;
	}
	
	h6, .h6 {
		font-size: 12px;
	}
	
	p {
		margin: 0 0 10px;
	}
	
	.lead {
		margin-bottom: 20px;
		font-size: 16px;
		font-weight: 300;
		line-height: 1.4;
	}

@media (min-width: 768px) {
    .lead {
        font-size: 21px;
    }
}
	
	small,
	.small {
		font-size: 85%;
	}
	
	mark,
	.mark {
		background-color: #fcf8e3;
		padding: .2em;
	}
	
	.text-left {
		text-align: left;
	}
	
	.text-right {
		text-align: right;
	}
	
	.text-center, .headline, .help, .product__tile .caption, .reviews {
		text-align: center;
	}
	
	.text-justify {
		text-align: justify;
	}
	
	.text-nowrap {
		white-space: nowrap;
	}
	
	.text-lowercase {
		text-transform: lowercase;
	}
	
	.text-uppercase, .initialism {
		text-transform: uppercase;
	}
	
	.text-capitalize {
		text-transform: capitalize;
	}
	
	.text-muted {
		color: #F0EBE1;
	}
	
	.text-primary {
		color: #FF6C08;
	}
	
	a.text-primary:hover,
	a.text-primary:focus {
		color: #d45600;
	}
	
	.text-success {
		color: #3c763d;
	}
	
	a.text-success:hover,
	a.text-success:focus {
		color: #2b542c;
	}
	
	.text-info {
		color: #31708f;
	}
	
	a.text-info:hover,
	a.text-info:focus {
		color: #245269;
	}
	
	.text-warning {
		color: #8a6d3b;
	}
	
	a.text-warning:hover,
	a.text-warning:focus {
		color: #66512c;
	}
	
	.text-danger {
		color: #a94442;
	}
	
	a.text-danger:hover,
	a.text-danger:focus {
		color: #843534;
	}
	
	.bg-primary {
		color: #fff;
	}
	
	.bg-primary {
		background-color: #FF6C08;
	}
	
	a.bg-primary:hover,
	a.bg-primary:focus {
		background-color: #d45600;
	}
	
	.bg-success {
		background-color: #dff0d8;
	}
	
	a.bg-success:hover,
	a.bg-success:focus {
		background-color: #c1e2b3;
	}
	
	.bg-info {
		background-color: #d9edf7;
	}
	
	a.bg-info:hover,
	a.bg-info:focus {
		background-color: #afd9ee;
	}
	
	.bg-warning {
		background-color: #fcf8e3;
	}
	
	a.bg-warning:hover,
	a.bg-warning:focus {
		background-color: #f7ecb5;
	}
	
	.bg-danger {
		background-color: #f2dede;
	}
	
	a.bg-danger:hover,
	a.bg-danger:focus {
		background-color: #e4b9b9;
	}
	
	.page-header {
		padding-bottom: 9px;
		margin: 40px 0 20px;
		border-bottom: 1px solid #F5F5F5;
	}
	
	ul,
	ol {
		margin-top: 0;
		margin-bottom: 10px;
	}

    ul ul,
    ul ol,
    ol ul,
    ol ol {
        margin-bottom: 0;
    }

	.list-unstyled, .next-product ul, .reviews, .sidebar__menu {
		padding-left: 0;
		list-style: none;
	}
	
	.list-inline, .reviews {
		padding-left: 0;
		list-style: none;
		margin-left: -5px;
	}

    .list-inline > li, .reviews > li {
        display: inline-block;
        padding-left: 5px;
        padding-right: 5px;
    }
	
	dl {
		margin-top: 0;
		margin-bottom: 20px;
	}
	
	dt,
	dd {
		line-height: 1.42857143;
	}
	
	dt {
		font-weight: bold;
	}
	
	dd {
		margin-left: 0;
	}
	
	.dl-horizontal dd:before, .dl-horizontal dd:after {
		content: " ";
		display: table;
	}
	
	.dl-horizontal dd:after {
		clear: both;
	}

@media (min-width: 768px) {
    .dl-horizontal dt {
        float: left;
        width: 160px;
        clear: left;
        text-align: right;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .dl-horizontal dd {
        margin-left: 180px;
    }
}

abbr[title],
abbr[data-original-title] {
    cursor: help;
    border-bottom: 1px dotted #F0EBE1;
}

.initialism {
    font-size: 90%;
}

blockquote {
    padding: 10px 20px;
    margin: 0 0 20px;
    font-size: 17.5px;
    border-left: 5px solid #F5F5F5;
}

    blockquote p:last-child,
    blockquote ul:last-child,
    blockquote ol:last-child {
        margin-bottom: 0;
    }

    blockquote footer,
    blockquote small,
    blockquote .small {
        display: block;
        font-size: 80%;
        line-height: 1.42857143;
        color: #F0EBE1;
    }

        blockquote footer:before,
        blockquote small:before,
        blockquote .small:before {
            content: '\2014 \00A0';
        }

    .blockquote-reverse,
    blockquote.pull-right {
        padding-right: 15px;
        padding-left: 0;
        border-right: 5px solid #F5F5F5;
        border-left: 0;
        text-align: right;
    }

        .blockquote-reverse footer:before,
        .blockquote-reverse small:before,
        .blockquote-reverse .small:before,
        blockquote.pull-right footer:before,
        blockquote.pull-right small:before,
        blockquote.pull-right .small:before {
            content: '';
        }

        .blockquote-reverse footer:after,
        .blockquote-reverse small:after,
        .blockquote-reverse .small:after,
        blockquote.pull-right footer:after,
        blockquote.pull-right small:after,
        blockquote.pull-right .small:after {
            content: '\00A0 \2014';
        }

address {
    margin-bottom: 20px;
    font-style: normal;
    line-height: 1.42857143;
}

code,
kbd,
pre,
samp {
    font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}

code {
    padding: 2px 4px;
    font-size: 90%;
    color: #c7254e;
    background-color: #f9f2f4;
    border-radius: 0;
}

kbd {
    padding: 2px 4px;
    font-size: 90%;
    color: #fff;
    background-color: #333;
    border-radius: 3px;
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}

    kbd kbd {
        padding: 0;
        font-size: 100%;
        font-weight: bold;
        box-shadow: none;
    }

pre {
    display: block;
    padding: 9.5px;
    margin: 0 0 10px;
    font-size: 13px;
    line-height: 1.42857143;
    word-break: break-all;
    word-wrap: break-word;
    color: #724D38;
    background-color: #f5f5f5;
    border: 1px solid #ccc;
    border-radius: 0;
}

    pre code {
        padding: 0;
        font-size: inherit;
        color: inherit;
        white-space: pre-wrap;
        background-color: transparent;
        border-radius: 0;
    }

.pre-scrollable {
    max-height: 340px;
    overflow-y: scroll;
}

.container {
    margin-right: auto;
    margin-left: auto;
    padding-left: 10px;
    padding-right: 10px;
}

    .container:before, .container:after {
        content: " ";
        display: table;
    }

    .container:after {
        clear: both;
    }

@media (min-width: 768px) {
    .container {
        width: 740px;
    }
}

@media (min-width: 940px) {
    .container {
        width: 960px;
    }
}

@media (min-width: 9999px) {
    .container {
        width: 1160px;
    }
}

.container-fluid {
    margin-right: auto;
    margin-left: auto;
    padding-left: 10px;
    padding-right: 10px;
}

    .container-fluid:before, .container-fluid:after {
        content: " ";
        display: table;
    }

    .container-fluid:after {
        clear: both;
    }

.row {
    margin-left: -10px;
    margin-right: -10px;
}

    .row:before, .row:after {
        content: " ";
        display: table;
    }

    .row:after {
        clear: both;
    }

.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 {
    position: relative;
    min-height: 1px;
    padding-left: 10px;
    padding-right: 10px;
}

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
    float: left;
}

.col-xs-1 {
    width: 8.33333333%;
}

.col-xs-2 {
    width: 16.66666667%;
}

.col-xs-3 {
    width: 25%;
}

.col-xs-4 {
    width: 33.33333333%;
}

.col-xs-5 {
    width: 41.66666667%;
}

.col-xs-6 {
    width: 50%;
}

.col-xs-7 {
    width: 58.33333333%;
}

.col-xs-8 {
    width: 66.66666667%;
}

.col-xs-9 {
    width: 75%;
}

.col-xs-10 {
    width: 83.33333333%;
}

.col-xs-11 {
    width: 91.66666667%;
}

.col-xs-12 {
    width: 100%;
}

.col-xs-pull-0 {
    right: auto;
}

.col-xs-pull-1 {
    right: 8.33333333%;
}

.col-xs-pull-2 {
    right: 16.66666667%;
}

.col-xs-pull-3 {
    right: 25%;
}

.col-xs-pull-4 {
    right: 33.33333333%;
}

.col-xs-pull-5 {
    right: 41.66666667%;
}

.col-xs-pull-6 {
    right: 50%;
}

.col-xs-pull-7 {
    right: 58.33333333%;
}

.col-xs-pull-8 {
    right: 66.66666667%;
}

.col-xs-pull-9 {
    right: 75%;
}

.col-xs-pull-10 {
    right: 83.33333333%;
}

.col-xs-pull-11 {
    right: 91.66666667%;
}

.col-xs-pull-12 {
    right: 100%;
}

.col-xs-push-0 {
    left: auto;
}

.col-xs-push-1 {
    left: 8.33333333%;
}

.col-xs-push-2 {
    left: 16.66666667%;
}

.col-xs-push-3 {
    left: 25%;
}

.col-xs-push-4 {
    left: 33.33333333%;
}

.col-xs-push-5 {
    left: 41.66666667%;
}

.col-xs-push-6 {
    left: 50%;
}

.col-xs-push-7 {
    left: 58.33333333%;
}

.col-xs-push-8 {
    left: 66.66666667%;
}

.col-xs-push-9 {
    left: 75%;
}

.col-xs-push-10 {
    left: 83.33333333%;
}

.col-xs-push-11 {
    left: 91.66666667%;
}

.col-xs-push-12 {
    left: 100%;
}

.col-xs-offset-0 {
    margin-left: 0%;
}

.col-xs-offset-1 {
    margin-left: 8.33333333%;
}

.col-xs-offset-2 {
    margin-left: 16.66666667%;
}

.col-xs-offset-3 {
    margin-left: 25%;
}

.col-xs-offset-4 {
    margin-left: 33.33333333%;
}

.col-xs-offset-5 {
    margin-left: 41.66666667%;
}

.col-xs-offset-6 {
    margin-left: 50%;
}

.col-xs-offset-7 {
    margin-left: 58.33333333%;
}

.col-xs-offset-8 {
    margin-left: 66.66666667%;
}

.col-xs-offset-9 {
    margin-left: 75%;
}

.col-xs-offset-10 {
    margin-left: 83.33333333%;
}

.col-xs-offset-11 {
    margin-left: 91.66666667%;
}

.col-xs-offset-12 {
    margin-left: 100%;
}

@media (min-width: 768px) {
    .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
        float: left;
    }

    .col-sm-1 {
        width: 8.33333333%;
    }

    .col-sm-2 {
        width: 16.66666667%;
    }

    .col-sm-3 {
        width: 25%;
    }

    .col-sm-4 {
        width: 33.33333333%;
    }

    .col-sm-5 {
        width: 41.66666667%;
    }

    .col-sm-6 {
        width: 50%;
    }

    .col-sm-7 {
        width: 58.33333333%;
    }

    .col-sm-8 {
        width: 66.66666667%;
    }

    .col-sm-9 {
        width: 75%;
    }

    .col-sm-10 {
        width: 83.33333333%;
    }

    .col-sm-11 {
        width: 91.66666667%;
    }

    .col-sm-12 {
        width: 100%;
    }

    .col-sm-pull-0 {
        right: auto;
    }

    .col-sm-pull-1 {
        right: 8.33333333%;
    }

    .col-sm-pull-2 {
        right: 16.66666667%;
    }

    .col-sm-pull-3 {
        right: 25%;
    }

    .col-sm-pull-4 {
        right: 33.33333333%;
    }

    .col-sm-pull-5 {
        right: 41.66666667%;
    }

    .col-sm-pull-6 {
        right: 50%;
    }

    .col-sm-pull-7 {
        right: 58.33333333%;
    }

    .col-sm-pull-8 {
        right: 66.66666667%;
    }

    .col-sm-pull-9 {
        right: 75%;
    }

    .col-sm-pull-10 {
        right: 83.33333333%;
    }

    .col-sm-pull-11 {
        right: 91.66666667%;
    }

    .col-sm-pull-12 {
        right: 100%;
    }

    .col-sm-push-0 {
        left: auto;
    }

    .col-sm-push-1 {
        left: 8.33333333%;
    }

    .col-sm-push-2 {
        left: 16.66666667%;
    }

    .col-sm-push-3 {
        left: 25%;
    }

    .col-sm-push-4 {
        left: 33.33333333%;
    }

    .col-sm-push-5 {
        left: 41.66666667%;
    }

    .col-sm-push-6 {
        left: 50%;
    }

    .col-sm-push-7 {
        left: 58.33333333%;
    }

    .col-sm-push-8 {
        left: 66.66666667%;
    }

    .col-sm-push-9 {
        left: 75%;
    }

    .col-sm-push-10 {
        left: 83.33333333%;
    }

    .col-sm-push-11 {
        left: 91.66666667%;
    }

    .col-sm-push-12 {
        left: 100%;
    }

    .col-sm-offset-0 {
        margin-left: 0%;
    }

    .col-sm-offset-1 {
        margin-left: 8.33333333%;
    }

    .col-sm-offset-2 {
        margin-left: 16.66666667%;
    }

    .col-sm-offset-3 {
        margin-left: 25%;
    }

    .col-sm-offset-4 {
        margin-left: 33.33333333%;
    }

    .col-sm-offset-5 {
        margin-left: 41.66666667%;
    }

    .col-sm-offset-6 {
        margin-left: 50%;
    }

    .col-sm-offset-7 {
        margin-left: 58.33333333%;
    }

    .col-sm-offset-8 {
        margin-left: 66.66666667%;
    }

    .col-sm-offset-9 {
        margin-left: 75%;
    }

    .col-sm-offset-10 {
        margin-left: 83.33333333%;
    }

    .col-sm-offset-11 {
        margin-left: 91.66666667%;
    }

    .col-sm-offset-12 {
        margin-left: 100%;
    }
}

@media (min-width: 940px) {
    .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
        float: left;
    }

    .col-md-1 {
        width: 8.33333333%;
    }

    .col-md-2 {
        width: 16.66666667%;
    }

    .col-md-3 {
        width: 25%;
    }

    .col-md-4 {
        width: 33.33333333%;
    }

    .col-md-5 {
        width: 41.66666667%;
    }

    .col-md-6 {
        width: 50%;
    }

    .col-md-7 {
        width: 58.33333333%;
    }

    .col-md-8 {
        width: 66.66666667%;
    }

    .col-md-9 {
        width: 75%;
    }

    .col-md-10 {
        width: 83.33333333%;
    }

    .col-md-11 {
        width: 91.66666667%;
    }

    .col-md-12 {
        width: 100%;
    }

    .col-md-pull-0 {
        right: auto;
    }

    .col-md-pull-1 {
        right: 8.33333333%;
    }

    .col-md-pull-2 {
        right: 16.66666667%;
    }

    .col-md-pull-3 {
        right: 25%;
    }

    .col-md-pull-4 {
        right: 33.33333333%;
    }

    .col-md-pull-5 {
        right: 41.66666667%;
    }

    .col-md-pull-6 {
        right: 50%;
    }

    .col-md-pull-7 {
        right: 58.33333333%;
    }

    .col-md-pull-8 {
        right: 66.66666667%;
    }

    .col-md-pull-9 {
        right: 75%;
    }

    .col-md-pull-10 {
        right: 83.33333333%;
    }

    .col-md-pull-11 {
        right: 91.66666667%;
    }

    .col-md-pull-12 {
        right: 100%;
    }

    .col-md-push-0 {
        left: auto;
    }

    .col-md-push-1 {
        left: 8.33333333%;
    }

    .col-md-push-2 {
        left: 16.66666667%;
    }

    .col-md-push-3 {
        left: 25%;
    }

    .col-md-push-4 {
        left: 33.33333333%;
    }

    .col-md-push-5 {
        left: 41.66666667%;
    }

    .col-md-push-6 {
        left: 50%;
    }

    .col-md-push-7 {
        left: 58.33333333%;
    }

    .col-md-push-8 {
        left: 66.66666667%;
    }

    .col-md-push-9 {
        left: 75%;
    }

    .col-md-push-10 {
        left: 83.33333333%;
    }

    .col-md-push-11 {
        left: 91.66666667%;
    }

    .col-md-push-12 {
        left: 100%;
    }

    .col-md-offset-0 {
        margin-left: 0%;
    }

    .col-md-offset-1 {
        margin-left: 8.33333333%;
    }

    .col-md-offset-2 {
        margin-left: 16.66666667%;
    }

    .col-md-offset-3 {
        margin-left: 25%;
    }

    .col-md-offset-4 {
        margin-left: 33.33333333%;
    }

    .col-md-offset-5 {
        margin-left: 41.66666667%;
    }

    .col-md-offset-6 {
        margin-left: 50%;
    }

    .col-md-offset-7 {
        margin-left: 58.33333333%;
    }

    .col-md-offset-8 {
        margin-left: 66.66666667%;
    }

    .col-md-offset-9 {
        margin-left: 75%;
    }

    .col-md-offset-10 {
        margin-left: 83.33333333%;
    }

    .col-md-offset-11 {
        margin-left: 91.66666667%;
    }

    .col-md-offset-12 {
        margin-left: 100%;
    }
}

@media (min-width: 9999px) {
    .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
        float: left;
    }

    .col-lg-1 {
        width: 8.33333333%;
    }

    .col-lg-2 {
        width: 16.66666667%;
    }

    .col-lg-3 {
        width: 25%;
    }

    .col-lg-4 {
        width: 33.33333333%;
    }

    .col-lg-5 {
        width: 41.66666667%;
    }

    .col-lg-6 {
        width: 50%;
    }

    .col-lg-7 {
        width: 58.33333333%;
    }

    .col-lg-8 {
        width: 66.66666667%;
    }

    .col-lg-9 {
        width: 75%;
    }

    .col-lg-10 {
        width: 83.33333333%;
    }

    .col-lg-11 {
        width: 91.66666667%;
    }

    .col-lg-12 {
        width: 100%;
    }

    .col-lg-pull-0 {
        right: auto;
    }

    .col-lg-pull-1 {
        right: 8.33333333%;
    }

    .col-lg-pull-2 {
        right: 16.66666667%;
    }

    .col-lg-pull-3 {
        right: 25%;
    }

    .col-lg-pull-4 {
        right: 33.33333333%;
    }

    .col-lg-pull-5 {
        right: 41.66666667%;
    }

    .col-lg-pull-6 {
        right: 50%;
    }

    .col-lg-pull-7 {
        right: 58.33333333%;
    }

    .col-lg-pull-8 {
        right: 66.66666667%;
    }

    .col-lg-pull-9 {
        right: 75%;
    }

    .col-lg-pull-10 {
        right: 83.33333333%;
    }

    .col-lg-pull-11 {
        right: 91.66666667%;
    }

    .col-lg-pull-12 {
        right: 100%;
    }

    .col-lg-push-0 {
        left: auto;
    }

    .col-lg-push-1 {
        left: 8.33333333%;
    }

    .col-lg-push-2 {
        left: 16.66666667%;
    }

    .col-lg-push-3 {
        left: 25%;
    }

    .col-lg-push-4 {
        left: 33.33333333%;
    }

    .col-lg-push-5 {
        left: 41.66666667%;
    }

    .col-lg-push-6 {
        left: 50%;
    }

    .col-lg-push-7 {
        left: 58.33333333%;
    }

    .col-lg-push-8 {
        left: 66.66666667%;
    }

    .col-lg-push-9 {
        left: 75%;
    }

    .col-lg-push-10 {
        left: 83.33333333%;
    }

    .col-lg-push-11 {
        left: 91.66666667%;
    }

    .col-lg-push-12 {
        left: 100%;
    }

    .col-lg-offset-0 {
        margin-left: 0%;
    }

    .col-lg-offset-1 {
        margin-left: 8.33333333%;
    }

    .col-lg-offset-2 {
        margin-left: 16.66666667%;
    }

    .col-lg-offset-3 {
        margin-left: 25%;
    }

    .col-lg-offset-4 {
        margin-left: 33.33333333%;
    }

    .col-lg-offset-5 {
        margin-left: 41.66666667%;
    }

    .col-lg-offset-6 {
        margin-left: 50%;
    }

    .col-lg-offset-7 {
        margin-left: 58.33333333%;
    }

    .col-lg-offset-8 {
        margin-left: 66.66666667%;
    }

    .col-lg-offset-9 {
        margin-left: 75%;
    }

    .col-lg-offset-10 {
        margin-left: 83.33333333%;
    }

    .col-lg-offset-11 {
        margin-left: 91.66666667%;
    }

    .col-lg-offset-12 {
        margin-left: 100%;
    }
}

table {
    background-color: transparent;
}

caption {
    padding-top: 22px;
    padding-bottom: 22px;
    color: #F0EBE1;
    text-align: left;
}

th {
    text-align: left;
}

.table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px;
}

    .table > thead > tr > th,
    .table > thead > tr > td,
    .table > tbody > tr > th,
    .table > tbody > tr > td,
    .table > tfoot > tr > th,
    .table > tfoot > tr > td {
        padding: 22px;
        line-height: 1.42857143;
        vertical-align: top;
        border-top: 1px solid #ddd;
    }

    .table > thead > tr > th {
        vertical-align: bottom;
        border-bottom: 2px solid #ddd;
    }

    .table > caption + thead > tr:first-child > th,
    .table > caption + thead > tr:first-child > td,
    .table > colgroup + thead > tr:first-child > th,
    .table > colgroup + thead > tr:first-child > td,
    .table > thead:first-child > tr:first-child > th,
    .table > thead:first-child > tr:first-child > td {
        border-top: 0;
    }

    .table > tbody + tbody {
        border-top: 2px solid #ddd;
    }

    .table .table {
        background-color: #fff;
    }

.table-condensed > thead > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > th,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > th,
.table-condensed > tfoot > tr > td {
    padding: 5px;
}

.table-bordered {
    border: 1px solid #ddd;
}

    .table-bordered > thead > tr > th,
    .table-bordered > thead > tr > td,
    .table-bordered > tbody > tr > th,
    .table-bordered > tbody > tr > td,
    .table-bordered > tfoot > tr > th,
    .table-bordered > tfoot > tr > td {
        border: 1px solid #ddd;
    }

    .table-bordered > thead > tr > th,
    .table-bordered > thead > tr > td {
        border-bottom-width: 2px;
    }

.table-striped > tbody > tr:nth-of-type(odd) {
    background-color: #f9f9f9;
}

.table-hover > tbody > tr:hover {
    background-color: #f5f5f5;
}

table col[class*="col-"] {
    position: static;
    float: none;
    display: table-column;
}

table td[class*="col-"],
table th[class*="col-"] {
    position: static;
    float: none;
    display: table-cell;
}

.table > thead > tr > td.active,
.table > thead > tr > th.active, .table > thead > tr.active > td, .table > thead > tr.active > th,
.table > tbody > tr > td.active,
.table > tbody > tr > th.active,
.table > tbody > tr.active > td,
.table > tbody > tr.active > th,
.table > tfoot > tr > td.active,
.table > tfoot > tr > th.active,
.table > tfoot > tr.active > td,
.table > tfoot > tr.active > th {
    background-color: #f5f5f5;
}

.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover, .table-hover > tbody > tr.active:hover > td, .table-hover > tbody > tr:hover > .active, .table-hover > tbody > tr.active:hover > th {
    background-color: #e8e8e8;
}

.table > thead > tr > td.success,
.table > thead > tr > th.success, .table > thead > tr.success > td, .table > thead > tr.success > th,
.table > tbody > tr > td.success,
.table > tbody > tr > th.success,
.table > tbody > tr.success > td,
.table > tbody > tr.success > th,
.table > tfoot > tr > td.success,
.table > tfoot > tr > th.success,
.table > tfoot > tr.success > td,
.table > tfoot > tr.success > th {
    background-color: #dff0d8;
}

.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover, .table-hover > tbody > tr.success:hover > td, .table-hover > tbody > tr:hover > .success, .table-hover > tbody > tr.success:hover > th {
    background-color: #d0e9c6;
}

.table > thead > tr > td.info,
.table > thead > tr > th.info, .table > thead > tr.info > td, .table > thead > tr.info > th,
.table > tbody > tr > td.info,
.table > tbody > tr > th.info,
.table > tbody > tr.info > td,
.table > tbody > tr.info > th,
.table > tfoot > tr > td.info,
.table > tfoot > tr > th.info,
.table > tfoot > tr.info > td,
.table > tfoot > tr.info > th {
    background-color: #d9edf7;
}

.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover, .table-hover > tbody > tr.info:hover > td, .table-hover > tbody > tr:hover > .info, .table-hover > tbody > tr.info:hover > th {
    background-color: #c4e3f3;
}

.table > thead > tr > td.warning,
.table > thead > tr > th.warning, .table > thead > tr.warning > td, .table > thead > tr.warning > th,
.table > tbody > tr > td.warning,
.table > tbody > tr > th.warning,
.table > tbody > tr.warning > td,
.table > tbody > tr.warning > th,
.table > tfoot > tr > td.warning,
.table > tfoot > tr > th.warning,
.table > tfoot > tr.warning > td,
.table > tfoot > tr.warning > th {
    background-color: #fcf8e3;
}

.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover, .table-hover > tbody > tr.warning:hover > td, .table-hover > tbody > tr:hover > .warning, .table-hover > tbody > tr.warning:hover > th {
    background-color: #faf2cc;
}

.table > thead > tr > td.danger,
.table > thead > tr > th.danger, .table > thead > tr.danger > td, .table > thead > tr.danger > th,
.table > tbody > tr > td.danger,
.table > tbody > tr > th.danger,
.table > tbody > tr.danger > td,
.table > tbody > tr.danger > th,
.table > tfoot > tr > td.danger,
.table > tfoot > tr > th.danger,
.table > tfoot > tr.danger > td,
.table > tfoot > tr.danger > th {
    background-color: #f2dede;
}

.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover, .table-hover > tbody > tr.danger:hover > td, .table-hover > tbody > tr:hover > .danger, .table-hover > tbody > tr.danger:hover > th {
    background-color: #ebcccc;
}

.table-responsive {
    overflow-x: auto;
    min-height: 0.01%;
}

@media screen and (max-width: 767px) {
    .table-responsive {
        width: 100%;
        margin-bottom: 15px;
        overflow-y: hidden;
        -ms-overflow-style: -ms-autohiding-scrollbar;
        border: 1px solid #ddd;
    }

        .table-responsive > .table {
            margin-bottom: 0;
        }

            .table-responsive > .table > thead > tr > th,
            .table-responsive > .table > thead > tr > td,
            .table-responsive > .table > tbody > tr > th,
            .table-responsive > .table > tbody > tr > td,
            .table-responsive > .table > tfoot > tr > th,
            .table-responsive > .table > tfoot > tr > td {
                white-space: nowrap;
            }

        .table-responsive > .table-bordered {
            border: 0;
        }

            .table-responsive > .table-bordered > thead > tr > th:first-child,
            .table-responsive > .table-bordered > thead > tr > td:first-child,
            .table-responsive > .table-bordered > tbody > tr > th:first-child,
            .table-responsive > .table-bordered > tbody > tr > td:first-child,
            .table-responsive > .table-bordered > tfoot > tr > th:first-child,
            .table-responsive > .table-bordered > tfoot > tr > td:first-child {
                border-left: 0;
            }

            .table-responsive > .table-bordered > thead > tr > th:last-child,
            .table-responsive > .table-bordered > thead > tr > td:last-child,
            .table-responsive > .table-bordered > tbody > tr > th:last-child,
            .table-responsive > .table-bordered > tbody > tr > td:last-child,
            .table-responsive > .table-bordered > tfoot > tr > th:last-child,
            .table-responsive > .table-bordered > tfoot > tr > td:last-child {
                border-right: 0;
            }

            .table-responsive > .table-bordered > tbody > tr:last-child > th,
            .table-responsive > .table-bordered > tbody > tr:last-child > td,
            .table-responsive > .table-bordered > tfoot > tr:last-child > th,
            .table-responsive > .table-bordered > tfoot > tr:last-child > td {
                border-bottom: 0;
            }
}
	
	fieldset {
		padding: 0;
		margin: 0;
		border: 0;
		min-width: 0;
	}
	
	legend {
		display: block;
		width: 100%;
		padding: 0;
		margin-bottom: 20px;
		font-size: 21px;
		line-height: inherit;
		color: #724D38;
		border: 0;
		border-bottom: 1px solid #e5e5e5;
	}
	
	label {
		display: inline-block;
		max-width: 100%;
		margin-bottom: 5px;
		font-weight: bold;
	}
	
	input[type="search"] {
		box-sizing: border-box;
	}
	
	input[type="radio"],
	input[type="checkbox"] {
		margin: 4px 0 0;
		margin-top: 1px \9;
		line-height: normal;
	}
	
	input[type="file"] {
		display: block;
	}
	
	input[type="range"] {
		display: block;
		width: 100%;
	}
	
	select[multiple],
	select[size] {
		height: auto;
	}
	
	input[type="file"]:focus,
	input[type="radio"]:focus,
	input[type="checkbox"]:focus {
		outline: thin dotted;
		outline: 5px auto -webkit-focus-ring-color;
		outline-offset: -2px;
	}
	
	output {
		display: block;
		padding-top: 7px;
		font-size: 14px;
		line-height: 1.42857143;
		color: #7C7C7C;
	}
	
	.form-control {
		display: block;
		width: 100%;
		height: 34px;
		padding: 6px 12px;
		font-size: 14px;
		line-height: 1.42857143;
		color: #7C7C7C;
		background-color: #ffffff;
		background-image: none;
		border: 1px solid #939393;
		border-radius: 0;
		box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
		-webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
		transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
	}

    .form-control:focus {
        border-color: #939393;
        outline: 0;
        box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(147, 147, 147, 0.6);
    }

    .form-control::-moz-placeholder {
        color: #999;
        opacity: 1;
    }

    .form-control:-ms-input-placeholder {
        color: #999;
    }

    .form-control::-webkit-input-placeholder {
        color: #999;
    }

    .form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
        background-color: #F5F5F5;
        opacity: 1;
    }

    .form-control[disabled], fieldset[disabled] .form-control {
        cursor: not-allowed;
    }

	textarea.form-control {
		height: auto;
	}
	
	input[type="search"] {
		-webkit-appearance: none;
	}

	.form-control.file {
		padding: 0px;	
		vertical-align:middle;
	}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
    input[type="date"].form-control,
    input[type="time"].form-control,
    input[type="datetime-local"].form-control,
    input[type="month"].form-control {
        line-height: 34px;
    }

    input[type="date"].input-sm, .input-group-sm input[type="date"],
    input[type="time"].input-sm, .input-group-sm input[type="time"],
    input[type="datetime-local"].input-sm, .input-group-sm input[type="datetime-local"],
    input[type="month"].input-sm, .input-group-sm input[type="month"] {
        line-height: 30px;
    }

    input[type="date"].input-lg, .input-group-lg input[type="date"],
    input[type="time"].input-lg, .input-group-lg input[type="time"],
    input[type="datetime-local"].input-lg, .input-group-lg input[type="datetime-local"],
    input[type="month"].input-lg, .input-group-lg input[type="month"] {
        line-height: 54px;
    }
}
	
	
	.form-group {
		margin-bottom: 15px;
	}
	
	.form-group label.Small {
		padding: 5px 0px 0px 0px;
		font-size: 15px;
	}
	
	.radio,
	.checkbox {
		position: relative;
		display: block;
		margin-top: 10px;
		margin-bottom: 10px;
	}

    .radio label,
    .checkbox label {
        min-height: 20px;
        padding-left: 20px;
        margin-bottom: 0;
        font-weight: normal;
        cursor: pointer;
    }

    .radio input[type="radio"],
    .radio-inline input[type="radio"],
    .checkbox input[type="checkbox"],
    .checkbox-inline input[type="checkbox"] {
        position: absolute;
        margin-left: -20px;
        margin-top: 4px \9;
    }

    .radio + .radio,
    .checkbox + .checkbox {
        margin-top: -5px;
    }

	.radio-inline,
	.checkbox-inline {
		position: relative;
		display: inline-block;
		padding-left: 20px;
		margin-bottom: 0;
		vertical-align: middle;
		font-weight: normal;
		cursor: pointer;
	}

    .radio-inline + .radio-inline,
    .checkbox-inline + .checkbox-inline {
        margin-top: 0;
        margin-left: 10px;
    }
	
	input[type="radio"][disabled], input[type="radio"].disabled, fieldset[disabled] input[type="radio"],
	input[type="checkbox"][disabled],
	input[type="checkbox"].disabled, fieldset[disabled] input[type="checkbox"] {
		cursor: not-allowed;
	}
	
	.radio-inline.disabled, fieldset[disabled] .radio-inline,
	.checkbox-inline.disabled, fieldset[disabled] .checkbox-inline {
		cursor: not-allowed;
	}
	
	.radio.disabled label, fieldset[disabled] .radio label,
	.checkbox.disabled label, fieldset[disabled] .checkbox label {
		cursor: not-allowed;
	}
	
	
	.form-group input.CheckboxWithLabel {
		float: left;
		display: inline-block;	
		margin-right: 6px;
	}
	
	.form-group input.CheckboxWithLabel + Label {
		max-width: 90%;
	}
	
	
	
	.form-control-static {
		padding-top: 7px;
		padding-bottom: 7px;
		margin-bottom: 0;
		min-height: 34px;
	}

    .form-control-static.input-lg, .form-control-static.input-sm {
        padding-left: 0;
        padding-right: 0;
    }
	
	.input-sm {
		height: 30px;
		padding: 5px 10px;
		font-size: 12px;
		line-height: 1.5;
		border-radius: 3px;
	}
	
	select.input-sm {
		height: 30px;
		line-height: 30px;
	}
	
	textarea.input-sm,
	select[multiple].input-sm {
		height: auto;
	}
	
	.form-group-sm .form-control {
		height: 30px;
		padding: 5px 10px;
		font-size: 12px;
		line-height: 1.5;
		border-radius: 3px;
	}
	
	.form-group-sm select.form-control {
		height: 30px;
		line-height: 30px;
	}
	
	.form-group-sm textarea.form-control,
	.form-group-sm select[multiple].form-control {
		height: auto;
	}
	
	.form-group-sm .form-control-static {
		height: 30px;
		min-height: 32px;
		padding: 6px 10px;
		font-size: 12px;
		line-height: 1.5;
	}
	
	.input-lg {
		height: 54px;
		padding: 14px 14px;
		font-size: 18px;
		line-height: 1.3333333;
		border-radius: 0;
	}
	
	select.input-lg {
		height: 54px;
		line-height: 54px;
	}
	
	textarea.input-lg,
	select[multiple].input-lg {
		height: auto;
	}
	
	.form-group-lg .form-control {
		height: 54px;
		padding: 14px 14px;
		font-size: 18px;
		line-height: 1.3333333;
		border-radius: 0;
	}
	
	.form-group-lg select.form-control {
		height: 54px;
		line-height: 54px;
	}
	
	.form-group-lg textarea.form-control,
	.form-group-lg select[multiple].form-control {
		height: auto;
	}
	
	.form-group-lg .form-control-static {
		height: 54px;
		min-height: 38px;
		padding: 15px 14px;
		font-size: 18px;
		line-height: 1.3333333;
	}
	
	.has-feedback {
		position: relative;
	}

    .has-feedback .form-control {
        padding-right: 42.5px;
    }
	
	.form-control-feedback {
		position: absolute;
		top: 0;
		right: 0;
		z-index: 2;
		display: block;
		width: 34px;
		height: 34px;
		line-height: 34px;
		text-align: center;
		pointer-events: none;
	}
	
	.input-lg + .form-control-feedback,
	.input-group-lg + .form-control-feedback,
	.form-group-lg .form-control + .form-control-feedback {
		width: 54px;
		height: 54px;
		line-height: 54px;
	}
	
	.input-sm + .form-control-feedback,
	.input-group-sm + .form-control-feedback,
	.form-group-sm .form-control + .form-control-feedback {
		width: 30px;
		height: 30px;
		line-height: 30px;
	}
	
	.has-success .help-block,
	.has-success .control-label,
	.has-success .radio,
	.has-success .checkbox,
	.has-success .radio-inline,
	.has-success .checkbox-inline, .has-success.radio label, .has-success.checkbox label, .has-success.radio-inline label, .has-success.checkbox-inline label {
		color: #3c763d;
	}
	
	.has-success .form-control {
		border-color: #3c763d;
		box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	}

    .has-success .form-control:focus {
        border-color: #2b542c;
        box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
    }
	
	.has-success .input-group-addon {
		color: #3c763d;
		border-color: #3c763d;
		background-color: #dff0d8;
	}
	
	.has-success .form-control-feedback {
		color: #3c763d;
	}
	
	.has-warning .help-block,
	.has-warning .control-label,
	.has-warning .radio,
	.has-warning .checkbox,
	.has-warning .radio-inline,
	.has-warning .checkbox-inline, .has-warning.radio label, .has-warning.checkbox label, .has-warning.radio-inline label, .has-warning.checkbox-inline label {
		color: #8a6d3b;
	}
	
	.has-warning .form-control {
		border-color: #8a6d3b;
		box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	}

    .has-warning .form-control:focus {
        border-color: #66512c;
        box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
    }
	
	.has-warning .input-group-addon {
		color: #8a6d3b;
		border-color: #8a6d3b;
		background-color: #fcf8e3;
	}
	
	.has-warning .form-control-feedback {
		color: #8a6d3b;
	}
	
	.has-error .help-block,
	.has-error .control-label,
	.has-error .radio,
	.has-error .checkbox,
	.has-error .radio-inline,
	.has-error .checkbox-inline, .has-error.radio label, .has-error.checkbox label, .has-error.radio-inline label, .has-error.checkbox-inline label {
		color: #a94442;
	}
	
	.has-error .CheckboxWithLabel + label {
		color: #a94442;
	}
	
	.has-error .form-control {
		border-color: #a94442;
		box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	}

    .has-error .form-control:focus {
        border-color: #843534;
        box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
    }
		
	.has-error .input-group-addon {
		color: #a94442;
		border-color: #a94442;
		background-color: #f2dede;
	}
	
	.has-error .form-control-feedback {
		color: #a94442;
	}
	
	.has-feedback label ~ .form-control-feedback {
		top: 25px;
	}
	
	.has-feedback label.sr-only ~ .form-control-feedback {
		top: 0;
	}
	
	.help-block {
		display: block;
		margin-top: 5px;
		margin-bottom: 10px;
		color: white;
	}

@media (min-width: 768px) {
    .form-inline .form-group {
        display: inline-block;
        margin-bottom: 0;
        vertical-align: middle;
    }

    .form-inline .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle;
    }

    .form-inline .form-control-static {
        display: inline-block;
    }

    .form-inline .input-group {
        display: inline-table;
        vertical-align: middle;
    }

        .form-inline .input-group .input-group-addon,
        .form-inline .input-group .input-group-btn,
        .form-inline .input-group .form-control {
            width: auto;
        }

        .form-inline .input-group > .form-control {
            width: 100%;
        }

    .form-inline .control-label {
        margin-bottom: 0;
        vertical-align: middle;
    }

    .form-inline .radio,
    .form-inline .checkbox {
        display: inline-block;
        margin-top: 0;
        margin-bottom: 0;
        vertical-align: middle;
    }

        .form-inline .radio label,
        .form-inline .checkbox label {
            padding-left: 0;
        }

        .form-inline .radio input[type="radio"],
        .form-inline .checkbox input[type="checkbox"] {
            position: relative;
            margin-left: 0;
        }

    .form-inline .has-feedback .form-control-feedback {
        top: 0;
    }
}

.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 7px;
}

.form-horizontal .radio,
.form-horizontal .checkbox {
    min-height: 27px;
}

.form-horizontal .form-group {
    margin-left: -10px;
    margin-right: -10px;
}

    .form-horizontal .form-group:before, .form-horizontal .form-group:after {
        content: " ";
        display: table;
    }

    .form-horizontal .form-group:after {
        clear: both;
    }

@media (min-width: 768px) {
    .form-horizontal .control-label {
        text-align: right;
        margin-bottom: 0;
        padding-top: 7px;
    }
}

.form-horizontal .has-feedback .form-control-feedback {
    right: 10px;
}

@media (min-width: 768px) {
    .form-horizontal .form-group-lg .control-label {
        padding-top: 19.6666662px;
        font-size: 18px;
    }
}

@media (min-width: 768px) {
    .form-horizontal .form-group-sm .control-label {
        padding-top: 6px;
        font-size: 12px;
    }
}

.btn {
    display: inline-block;
    margin-bottom: 0;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    border-radius: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

    .btn:focus, .btn.focus, .btn:active:focus, .btn:active.focus, .btn.active:focus, .btn.active.focus {
        outline: thin dotted;
        outline: 5px auto -webkit-focus-ring-color;
        outline-offset: -2px;
    }

    .btn:hover, .btn:focus, .btn.focus {
        color: #FD2C3B;
        text-decoration: none;
    }

    .btn:active, .btn.active {
        outline: 0;
        background-image: none;
        box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    }

    .btn.disabled, .btn[disabled], fieldset[disabled] .btn {
        cursor: not-allowed;
        opacity: 0.65;
        filter: alpha(opacity=65);
        box-shadow: none;
    }

a.btn.disabled, fieldset[disabled] a.btn {
    pointer-events: none;
}

.btn-default {
    color: #FD2C3B;
    background-color: transparent;
    border-color: transparent;
}

    .btn-default:focus, .btn-default.focus {
        color: #FD2C3B;
        background-color: transparent;
        border-color: transparent;
    }

    .btn-default:hover {
        color: #FD2C3B;
        background-color: transparent;
        border-color: transparent;
    }

    .btn-default:active, .btn-default.active, .open > .btn-default.dropdown-toggle {
        color: #FD2C3B;
        background-color: transparent;
        border-color: transparent;
    }

        .btn-default:active:hover, .btn-default:active:focus, .btn-default:active.focus, .btn-default.active:hover, .btn-default.active:focus, .btn-default.active.focus, .open > .btn-default.dropdown-toggle:hover, .open > .btn-default.dropdown-toggle:focus, .open > .btn-default.dropdown-toggle.focus {
            color: #FD2C3B;
            background-color: transparent;
            border-color: transparent;
        }

    .btn-default:active, .btn-default.active, .open > .btn-default.dropdown-toggle {
        background-image: none;
    }

    .btn-default.disabled, .btn-default.disabled:hover, .btn-default.disabled:focus, .btn-default.disabled.focus, .btn-default.disabled:active, .btn-default.disabled.active, .btn-default[disabled], .btn-default[disabled]:hover, .btn-default[disabled]:focus, .btn-default[disabled].focus, .btn-default[disabled]:active, .btn-default[disabled].active, fieldset[disabled] .btn-default, fieldset[disabled] .btn-default:hover, fieldset[disabled] .btn-default:focus, fieldset[disabled] .btn-default.focus, fieldset[disabled] .btn-default:active, fieldset[disabled] .btn-default.active {
        background-color: transparent;
        border-color: transparent;
    }

    .btn-default .badge {
        color: transparent;
        background-color: #FD2C3B;
    }

.btn-primary {
    color: #fff;
    background-color: transparent;
    border-color: white;
}

    .btn-primary:focus, .btn-primary.focus {
        color: #fff;
        background-color: transparent;
        border-color: #bfbfbf;
    }

    .btn-primary:hover {
        color: #fff;
        background-color: transparent;
        border-color: #e0e0e0;
    }

    .btn-primary:active, .btn-primary.active, .open > .btn-primary.dropdown-toggle {
        color: #fff;
        background-color: transparent;
        border-color: #e0e0e0;
    }

        .btn-primary:active:hover, .btn-primary:active:focus, .btn-primary:active.focus, .btn-primary.active:hover, .btn-primary.active:focus, .btn-primary.active.focus, .open > .btn-primary.dropdown-toggle:hover, .open > .btn-primary.dropdown-toggle:focus, .open > .btn-primary.dropdown-toggle.focus {
            color: #fff;
            background-color: transparent;
            border-color: #bfbfbf;
        }

    .btn-primary:active, .btn-primary.active, .open > .btn-primary.dropdown-toggle {
        background-image: none;
    }

    .btn-primary.disabled, .btn-primary.disabled:hover, .btn-primary.disabled:focus, .btn-primary.disabled.focus, .btn-primary.disabled:active, .btn-primary.disabled.active, .btn-primary[disabled], .btn-primary[disabled]:hover, .btn-primary[disabled]:focus, .btn-primary[disabled].focus, .btn-primary[disabled]:active, .btn-primary[disabled].active, fieldset[disabled] .btn-primary, fieldset[disabled] .btn-primary:hover, fieldset[disabled] .btn-primary:focus, fieldset[disabled] .btn-primary.focus, fieldset[disabled] .btn-primary:active, fieldset[disabled] .btn-primary.active {
        background-color: transparent;
        border-color: white;
    }

    .btn-primary .badge {
        color: transparent;
        background-color: #fff;
    }

.btn-success {
    color: #fff;
    background-color: #5cb85c;
    border-color: #4cae4c;
}

    .btn-success:focus, .btn-success.focus {
        color: #fff;
        background-color: #449d44;
        border-color: #255625;
    }

    .btn-success:hover {
        color: #fff;
        background-color: #449d44;
        border-color: #398439;
    }

    .btn-success:active, .btn-success.active, .open > .btn-success.dropdown-toggle {
        color: #fff;
        background-color: #449d44;
        border-color: #398439;
    }

        .btn-success:active:hover, .btn-success:active:focus, .btn-success:active.focus, .btn-success.active:hover, .btn-success.active:focus, .btn-success.active.focus, .open > .btn-success.dropdown-toggle:hover, .open > .btn-success.dropdown-toggle:focus, .open > .btn-success.dropdown-toggle.focus {
            color: #fff;
            background-color: #398439;
            border-color: #255625;
        }

    .btn-success:active, .btn-success.active, .open > .btn-success.dropdown-toggle {
        background-image: none;
    }

    .btn-success.disabled, .btn-success.disabled:hover, .btn-success.disabled:focus, .btn-success.disabled.focus, .btn-success.disabled:active, .btn-success.disabled.active, .btn-success[disabled], .btn-success[disabled]:hover, .btn-success[disabled]:focus, .btn-success[disabled].focus, .btn-success[disabled]:active, .btn-success[disabled].active, fieldset[disabled] .btn-success, fieldset[disabled] .btn-success:hover, fieldset[disabled] .btn-success:focus, fieldset[disabled] .btn-success.focus, fieldset[disabled] .btn-success:active, fieldset[disabled] .btn-success.active {
        background-color: #5cb85c;
        border-color: #4cae4c;
    }

    .btn-success .badge {
        color: #5cb85c;
        background-color: #fff;
    }

.btn-info {
    color: #fff;
    background-color: #F7C900;
    border-color: #deb400;
}

    .btn-info:focus, .btn-info.focus {
        color: #fff;
        background-color: #c49f00;
        border-color: #5e4c00;
    }

    .btn-info:hover {
        color: #fff;
        background-color: #c49f00;
        border-color: #a08200;
    }

    .btn-info:active, .btn-info.active, .open > .btn-info.dropdown-toggle {
        color: #fff;
        background-color: #c49f00;
        border-color: #a08200;
    }

        .btn-info:active:hover, .btn-info:active:focus, .btn-info:active.focus, .btn-info.active:hover, .btn-info.active:focus, .btn-info.active.focus, .open > .btn-info.dropdown-toggle:hover, .open > .btn-info.dropdown-toggle:focus, .open > .btn-info.dropdown-toggle.focus {
            color: #fff;
            background-color: #a08200;
            border-color: #5e4c00;
        }

    .btn-info:active, .btn-info.active, .open > .btn-info.dropdown-toggle {
        background-image: none;
    }

    .btn-info.disabled, .btn-info.disabled:hover, .btn-info.disabled:focus, .btn-info.disabled.focus, .btn-info.disabled:active, .btn-info.disabled.active, .btn-info[disabled], .btn-info[disabled]:hover, .btn-info[disabled]:focus, .btn-info[disabled].focus, .btn-info[disabled]:active, .btn-info[disabled].active, fieldset[disabled] .btn-info, fieldset[disabled] .btn-info:hover, fieldset[disabled] .btn-info:focus, fieldset[disabled] .btn-info.focus, fieldset[disabled] .btn-info:active, fieldset[disabled] .btn-info.active {
        background-color: #F7C900;
        border-color: #deb400;
    }

    .btn-info .badge {
        color: #F7C900;
        background-color: #fff;
    }

.btn-warning {
    color: #fff;
    background-color: #f0ad4e;
    border-color: #eea236;
}

    .btn-warning:focus, .btn-warning.focus {
        color: #fff;
        background-color: #ec971f;
        border-color: #985f0d;
    }

    .btn-warning:hover {
        color: #fff;
        background-color: #ec971f;
        border-color: #d58512;
    }

    .btn-warning:active, .btn-warning.active, .open > .btn-warning.dropdown-toggle {
        color: #fff;
        background-color: #ec971f;
        border-color: #d58512;
    }

        .btn-warning:active:hover, .btn-warning:active:focus, .btn-warning:active.focus, .btn-warning.active:hover, .btn-warning.active:focus, .btn-warning.active.focus, .open > .btn-warning.dropdown-toggle:hover, .open > .btn-warning.dropdown-toggle:focus, .open > .btn-warning.dropdown-toggle.focus {
            color: #fff;
            background-color: #d58512;
            border-color: #985f0d;
        }

    .btn-warning:active, .btn-warning.active, .open > .btn-warning.dropdown-toggle {
        background-image: none;
    }

    .btn-warning.disabled, .btn-warning.disabled:hover, .btn-warning.disabled:focus, .btn-warning.disabled.focus, .btn-warning.disabled:active, .btn-warning.disabled.active, .btn-warning[disabled], .btn-warning[disabled]:hover, .btn-warning[disabled]:focus, .btn-warning[disabled].focus, .btn-warning[disabled]:active, .btn-warning[disabled].active, fieldset[disabled] .btn-warning, fieldset[disabled] .btn-warning:hover, fieldset[disabled] .btn-warning:focus, fieldset[disabled] .btn-warning.focus, fieldset[disabled] .btn-warning:active, fieldset[disabled] .btn-warning.active {
        background-color: #f0ad4e;
        border-color: #eea236;
    }

    .btn-warning .badge {
        color: #f0ad4e;
        background-color: #fff;
    }

.btn-danger {
    color: #fff;
    background-color: #FD2C3B;
    border-color: #fd1324;
}

    .btn-danger:focus, .btn-danger.focus {
        color: #fff;
        background-color: #f40214;
        border-color: #8f010b;
    }

    .btn-danger:hover {
        color: #fff;
        background-color: #f40214;
        border-color: #d00211;
    }

    .btn-danger:active, .btn-danger.active, .open > .btn-danger.dropdown-toggle {
        color: #fff;
        background-color: #f40214;
        border-color: #d00211;
    }

        .btn-danger:active:hover, .btn-danger:active:focus, .btn-danger:active.focus, .btn-danger.active:hover, .btn-danger.active:focus, .btn-danger.active.focus, .open > .btn-danger.dropdown-toggle:hover, .open > .btn-danger.dropdown-toggle:focus, .open > .btn-danger.dropdown-toggle.focus {
            color: #fff;
            background-color: #d00211;
            border-color: #8f010b;
        }

    .btn-danger:active, .btn-danger.active, .open > .btn-danger.dropdown-toggle {
        background-image: none;
    }

    .btn-danger.disabled, .btn-danger.disabled:hover, .btn-danger.disabled:focus, .btn-danger.disabled.focus, .btn-danger.disabled:active, .btn-danger.disabled.active, .btn-danger[disabled], .btn-danger[disabled]:hover, .btn-danger[disabled]:focus, .btn-danger[disabled].focus, .btn-danger[disabled]:active, .btn-danger[disabled].active, fieldset[disabled] .btn-danger, fieldset[disabled] .btn-danger:hover, fieldset[disabled] .btn-danger:focus, fieldset[disabled] .btn-danger.focus, fieldset[disabled] .btn-danger:active, fieldset[disabled] .btn-danger.active {
        background-color: #FD2C3B;
        border-color: #fd1324;
    }

    .btn-danger .badge {
        color: #FD2C3B;
        background-color: #fff;
    }

.btn-link {
    color: #FF6C08;
    font-weight: normal;
    border-radius: 0;
}

    .btn-link, .btn-link:active, .btn-link.active, .btn-link[disabled], fieldset[disabled] .btn-link {
        background-color: transparent;
        box-shadow: none;
    }

        .btn-link, .btn-link:hover, .btn-link:focus, .btn-link:active {
            border-color: transparent;
        }

            .btn-link:hover, .btn-link:focus {
                color: #bb4c00;
                text-decoration: underline;
                background-color: transparent;
            }

            .btn-link[disabled]:hover, .btn-link[disabled]:focus, fieldset[disabled] .btn-link:hover, fieldset[disabled] .btn-link:focus {
                color: #F0EBE1;
                text-decoration: none;
            }

.btn-lg {
    padding: 14px 14px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 0;
}

.btn-sm {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}

.btn-xs {
    padding: 1px 5px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}

.btn-block {
    display: block;
    width: 100%;
}

    .btn-block + .btn-block {
        margin-top: 5px;
    }

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
    width: 100%;
}

.reset {
    display: block;
    padding: 16px 0;
    border-color: #000;
    color: #000;
}

#IE9 {
    display: none;
}

.fade {
    opacity: 0;
    -webkit-transition: opacity 0.15s linear;
    transition: opacity 0.15s linear;
}

    .fade.in {
        opacity: 1;
    }

.collapse {
    display: none;
}

    .collapse.in {
        display: block;
    }

tr.collapse.in {
    display: table-row;
}

tbody.collapse.in {
    display: table-row-group;
}

.collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    -webkit-transition-property: height, visibility;
    transition-property: height, visibility;
    -webkit-transition-duration: 0.35s;
    transition-duration: 0.35s;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease;
}

.caret {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-top: 6px dashed;
    border-top: 6px solid \9;
    border-right: 6px solid transparent;
    border-left: 6px solid transparent;
}

.dropup,
.dropdown {
    position: relative;
}

.dropdown-toggle:focus {
    outline: 0;
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    list-style: none;
    font-size: 14px;
    text-align: left;
    background-color: #fff;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 0;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    background-clip: padding-box;
}

    .dropdown-menu.pull-right {
        right: 0;
        left: auto;
    }

    .dropdown-menu .divider {
        height: 1px;
        margin: 9px 0;
        overflow: hidden;
        background-color: #e5e5e5;
    }

    .dropdown-menu > li > a {
        display: block;
        padding: 3px 20px;
        clear: both;
        font-weight: normal;
        line-height: 1.42857143;
        color: #724D38;
        white-space: nowrap;
    }

        .dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
            text-decoration: none;
            color: #614130;
            background-color: #f5f5f5;
        }

    .dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
        color: #fff;
        text-decoration: none;
        outline: 0;
        background-color: transparent;
    }

    .dropdown-menu > .disabled > a, .dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
        color: #F0EBE1;
    }

        .dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
            text-decoration: none;
            background-color: transparent;
            background-image: none;
            filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
            cursor: not-allowed;
        }

.open > .dropdown-menu {
    display: block;
}

.open > a {
    outline: 0;
}

.dropdown-menu-right {
    left: auto;
    right: 0;
}

.dropdown-menu-left {
    left: 0;
    right: auto;
}

.dropdown-header {
    display: block;
    padding: 3px 20px;
    font-size: 12px;
    line-height: 1.42857143;
    color: #F0EBE1;
    white-space: nowrap;
}

.dropdown-backdrop {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    z-index: 990;
}

.pull-right > .dropdown-menu {
    right: 0;
    left: auto;
}

.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
    border-top: 0;
    border-bottom: 6px dashed;
    border-bottom: 6px solid \9;
    content: "";
}

.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
    top: auto;
    bottom: 100%;
    margin-bottom: 2px;
}

@media (min-width: 768px) {
    .navbar-right .dropdown-menu {
        right: 0;
        left: auto;
    }

    .navbar-right .dropdown-menu-left {
        left: 0;
        right: auto;
    }
}

@font-face {
    font-family: 'Glyphicons Halflings';
    src: url("../fonts/bootstrap/glyphicons-halflings-regular.eot");
    src: url("../fonts/bootstrap/glyphicons-halflings-regulard41d.eot?#iefix") format("embedded-opentype"), url("../fonts/bootstrap/glyphicons-halflings-regular.html") format("woff2"), url("../fonts/bootstrap/glyphicons-halflings-regular.woff") format("woff"), url("../fonts/bootstrap/glyphicons-halflings-regular-2.html") format("truetype"), url("../fonts/bootstrap/glyphicons-halflings-regular.svg#glyphicons_halflingsregular") format("svg");
}

.glyphicon {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.glyphicon-asterisk:before {
    content: "\2a";
}

.glyphicon-plus:before {
    content: "\2b";
}

.glyphicon-euro:before,
.glyphicon-eur:before {
    content: "\20ac";
}

.glyphicon-minus:before {
    content: "\2212";
}

.glyphicon-cloud:before {
    content: "\2601";
}

.glyphicon-envelope:before {
    content: "\2709";
}

.glyphicon-pencil:before {
    content: "\270f";
}

.glyphicon-glass:before {
    content: "\e001";
}

.glyphicon-music:before {
    content: "\e002";
}

.glyphicon-search:before {
    content: "\e003";
}

.glyphicon-heart:before {
    content: "\e005";
}

.glyphicon-star:before {
    content: "\e006";
}

.glyphicon-star-empty:before {
    content: "\e007";
}

.glyphicon-user:before {
    content: "\e008";
}

.glyphicon-film:before {
    content: "\e009";
}

.glyphicon-th-large:before {
    content: "\e010";
}

.glyphicon-th:before {
    content: "\e011";
}

.glyphicon-th-list:before {
    content: "\e012";
}

.glyphicon-ok:before {
    content: "\e013";
}

.glyphicon-remove:before {
    content: "\e014";
}

.glyphicon-zoom-in:before {
    content: "\e015";
}

.glyphicon-zoom-out:before {
    content: "\e016";
}

.glyphicon-off:before {
    content: "\e017";
}

.glyphicon-signal:before {
    content: "\e018";
}

.glyphicon-cog:before {
    content: "\e019";
}

.glyphicon-trash:before {
    content: "\e020";
}

.glyphicon-home:before {
    content: "\e021";
}

.glyphicon-file:before {
    content: "\e022";
}

.glyphicon-time:before {
    content: "\e023";
}

.glyphicon-road:before {
    content: "\e024";
}

.glyphicon-download-alt:before {
    content: "\e025";
}

.glyphicon-download:before {
    content: "\e026";
}

.glyphicon-upload:before {
    content: "\e027";
}

.glyphicon-inbox:before {
    content: "\e028";
}

.glyphicon-play-circle:before {
    content: "\e029";
}

.glyphicon-repeat:before {
    content: "\e030";
}

.glyphicon-refresh:before {
    content: "\e031";
}

.glyphicon-list-alt:before {
    content: "\e032";
}

.glyphicon-lock:before {
    content: "\e033";
}

.glyphicon-flag:before {
    content: "\e034";
}

.glyphicon-headphones:before {
    content: "\e035";
}

.glyphicon-volume-off:before {
    content: "\e036";
}

.glyphicon-volume-down:before {
    content: "\e037";
}

.glyphicon-volume-up:before {
    content: "\e038";
}

.glyphicon-qrcode:before {
    content: "\e039";
}

.glyphicon-barcode:before {
    content: "\e040";
}

.glyphicon-tag:before {
    content: "\e041";
}

.glyphicon-tags:before {
    content: "\e042";
}

.glyphicon-book:before {
    content: "\e043";
}

.glyphicon-bookmark:before {
    content: "\e044";
}

.glyphicon-print:before {
    content: "\e045";
}

.glyphicon-camera:before {
    content: "\e046";
}

.glyphicon-font:before {
    content: "\e047";
}

.glyphicon-bold:before {
    content: "\e048";
}

.glyphicon-italic:before {
    content: "\e049";
}

.glyphicon-text-height:before {
    content: "\e050";
}

.glyphicon-text-width:before {
    content: "\e051";
}

.glyphicon-align-left:before {
    content: "\e052";
}

.glyphicon-align-center:before {
    content: "\e053";
}

.glyphicon-align-right:before {
    content: "\e054";
}

.glyphicon-align-justify:before {
    content: "\e055";
}

.glyphicon-list:before {
    content: "\e056";
}

.glyphicon-indent-left:before {
    content: "\e057";
}

.glyphicon-indent-right:before {
    content: "\e058";
}

.glyphicon-facetime-video:before {
    content: "\e059";
}

.glyphicon-picture:before {
    content: "\e060";
}

.glyphicon-map-marker:before {
    content: "\e062";
}

.glyphicon-adjust:before {
    content: "\e063";
}

.glyphicon-tint:before {
    content: "\e064";
}

.glyphicon-edit:before {
    content: "\e065";
}

.glyphicon-share:before {
    content: "\e066";
}

.glyphicon-check:before {
    content: "\e067";
}

.glyphicon-move:before {
    content: "\e068";
}

.glyphicon-step-backward:before {
    content: "\e069";
}

.glyphicon-fast-backward:before {
    content: "\e070";
}

.glyphicon-backward:before {
    content: "\e071";
}

.glyphicon-play:before {
    content: "\e072";
}

.glyphicon-pause:before {
    content: "\e073";
}

.glyphicon-stop:before {
    content: "\e074";
}

.glyphicon-forward:before {
    content: "\e075";
}

.glyphicon-fast-forward:before {
    content: "\e076";
}

.glyphicon-step-forward:before {
    content: "\e077";
}

.glyphicon-eject:before {
    content: "\e078";
}

.glyphicon-chevron-left:before {
    content: "\e079";
}

.glyphicon-chevron-right:before {
    content: "\e080";
}

.glyphicon-plus-sign:before {
    content: "\e081";
}

.glyphicon-minus-sign:before {
    content: "\e082";
}

.glyphicon-remove-sign:before {
    content: "\e083";
}

.glyphicon-ok-sign:before {
    content: "\e084";
}

.glyphicon-question-sign:before {
    content: "\e085";
}

.glyphicon-info-sign:before {
    content: "\e086";
}

.glyphicon-screenshot:before {
    content: "\e087";
}

.glyphicon-remove-circle:before {
    content: "\e088";
}

.glyphicon-ok-circle:before {
    content: "\e089";
}

.glyphicon-ban-circle:before {
    content: "\e090";
}

.glyphicon-arrow-left:before {
    content: "\e091";
}

.glyphicon-arrow-right:before {
    content: "\e092";
}

.glyphicon-arrow-up:before {
    content: "\e093";
}

.glyphicon-arrow-down:before {
    content: "\e094";
}

.glyphicon-share-alt:before {
    content: "\e095";
}

.glyphicon-resize-full:before {
    content: "\e096";
}

.glyphicon-resize-small:before {
    content: "\e097";
}

.glyphicon-exclamation-sign:before {
    content: "\e101";
}

.glyphicon-gift:before {
    content: "\e102";
}

.glyphicon-leaf:before {
    content: "\e103";
}

.glyphicon-fire:before {
    content: "\e104";
}

.glyphicon-eye-open:before {
    content: "\e105";
}

.glyphicon-eye-close:before {
    content: "\e106";
}

.glyphicon-warning-sign:before {
    content: "\e107";
}

.glyphicon-plane:before {
    content: "\e108";
}

.glyphicon-calendar:before {
    content: "\e109";
}

.glyphicon-random:before {
    content: "\e110";
}

.glyphicon-comment:before {
    content: "\e111";
}

.glyphicon-magnet:before {
    content: "\e112";
}

.glyphicon-chevron-up:before {
    content: "\e113";
}

.glyphicon-chevron-down:before {
    content: "\e114";
}

.glyphicon-retweet:before {
    content: "\e115";
}

.glyphicon-shopping-cart:before {
    content: "\e116";
}

.glyphicon-folder-close:before {
    content: "\e117";
}

.glyphicon-folder-open:before {
    content: "\e118";
}

.glyphicon-resize-vertical:before {
    content: "\e119";
}

.glyphicon-resize-horizontal:before {
    content: "\e120";
}

.glyphicon-hdd:before {
    content: "\e121";
}

.glyphicon-bullhorn:before {
    content: "\e122";
}

.glyphicon-bell:before {
    content: "\e123";
}

.glyphicon-certificate:before {
    content: "\e124";
}

.glyphicon-thumbs-up:before {
    content: "\e125";
}

.glyphicon-thumbs-down:before {
    content: "\e126";
}

.glyphicon-hand-right:before {
    content: "\e127";
}

.glyphicon-hand-left:before {
    content: "\e128";
}

.glyphicon-hand-up:before {
    content: "\e129";
}

.glyphicon-hand-down:before {
    content: "\e130";
}

.glyphicon-circle-arrow-right:before {
    content: "\e131";
}

.glyphicon-circle-arrow-left:before {
    content: "\e132";
}

.glyphicon-circle-arrow-up:before {
    content: "\e133";
}

.glyphicon-circle-arrow-down:before {
    content: "\e134";
}

.glyphicon-globe:before {
    content: "\e135";
}

.glyphicon-wrench:before {
    content: "\e136";
}

.glyphicon-tasks:before {
    content: "\e137";
}

.glyphicon-filter:before {
    content: "\e138";
}

.glyphicon-briefcase:before {
    content: "\e139";
}

.glyphicon-fullscreen:before {
    content: "\e140";
}

.glyphicon-dashboard:before {
    content: "\e141";
}

.glyphicon-paperclip:before {
    content: "\e142";
}

.glyphicon-heart-empty:before {
    content: "\e143";
}

.glyphicon-link:before {
    content: "\e144";
}

.glyphicon-phone:before {
    content: "\e145";
}

.glyphicon-pushpin:before {
    content: "\e146";
}

.glyphicon-usd:before {
    content: "\e148";
}

.glyphicon-gbp:before {
    content: "\e149";
}

.glyphicon-sort:before {
    content: "\e150";
}

.glyphicon-sort-by-alphabet:before {
    content: "\e151";
}

.glyphicon-sort-by-alphabet-alt:before {
    content: "\e152";
}

.glyphicon-sort-by-order:before {
    content: "\e153";
}

.glyphicon-sort-by-order-alt:before {
    content: "\e154";
}

.glyphicon-sort-by-attributes:before {
    content: "\e155";
}

.glyphicon-sort-by-attributes-alt:before {
    content: "\e156";
}

.glyphicon-unchecked:before {
    content: "\e157";
}

.glyphicon-expand:before {
    content: "\e158";
}

.glyphicon-collapse-down:before {
    content: "\e159";
}

.glyphicon-collapse-up:before {
    content: "\e160";
}

.glyphicon-log-in:before {
    content: "\e161";
}

.glyphicon-flash:before {
    content: "\e162";
}

.glyphicon-log-out:before {
    content: "\e163";
}

.glyphicon-new-window:before {
    content: "\e164";
}

.glyphicon-record:before {
    content: "\e165";
}

.glyphicon-save:before {
    content: "\e166";
}

.glyphicon-open:before {
    content: "\e167";
}

.glyphicon-saved:before {
    content: "\e168";
}

.glyphicon-import:before {
    content: "\e169";
}

.glyphicon-export:before {
    content: "\e170";
}

.glyphicon-send:before {
    content: "\e171";
}

.glyphicon-floppy-disk:before {
    content: "\e172";
}

.glyphicon-floppy-saved:before {
    content: "\e173";
}

.glyphicon-floppy-remove:before {
    content: "\e174";
}

.glyphicon-floppy-save:before {
    content: "\e175";
}

.glyphicon-floppy-open:before {
    content: "\e176";
}

.glyphicon-credit-card:before {
    content: "\e177";
}

.glyphicon-transfer:before {
    content: "\e178";
}

.glyphicon-cutlery:before {
    content: "\e179";
}

.glyphicon-header:before {
    content: "\e180";
}

.glyphicon-compressed:before {
    content: "\e181";
}

.glyphicon-earphone:before {
    content: "\e182";
}

.glyphicon-phone-alt:before {
    content: "\e183";
}

.glyphicon-tower:before {
    content: "\e184";
}

.glyphicon-stats:before {
    content: "\e185";
}

.glyphicon-sd-video:before {
    content: "\e186";
}

.glyphicon-hd-video:before {
    content: "\e187";
}

.glyphicon-subtitles:before {
    content: "\e188";
}

.glyphicon-sound-stereo:before {
    content: "\e189";
}

.glyphicon-sound-dolby:before {
    content: "\e190";
}

.glyphicon-sound-5-1:before {
    content: "\e191";
}

.glyphicon-sound-6-1:before {
    content: "\e192";
}

.glyphicon-sound-7-1:before {
    content: "\e193";
}

.glyphicon-copyright-mark:before {
    content: "\e194";
}

.glyphicon-registration-mark:before {
    content: "\e195";
}

.glyphicon-cloud-download:before {
    content: "\e197";
}

.glyphicon-cloud-upload:before {
    content: "\e198";
}

.glyphicon-tree-conifer:before {
    content: "\e199";
}

.glyphicon-tree-deciduous:before {
    content: "\e200";
}

.glyphicon-cd:before {
    content: "\e201";
}

.glyphicon-save-file:before {
    content: "\e202";
}

.glyphicon-open-file:before {
    content: "\e203";
}

.glyphicon-level-up:before {
    content: "\e204";
}

.glyphicon-copy:before {
    content: "\e205";
}

.glyphicon-paste:before {
    content: "\e206";
}

.glyphicon-alert:before {
    content: "\e209";
}

.glyphicon-equalizer:before {
    content: "\e210";
}

.glyphicon-king:before {
    content: "\e211";
}

.glyphicon-queen:before {
    content: "\e212";
}

.glyphicon-pawn:before {
    content: "\e213";
}

.glyphicon-bishop:before {
    content: "\e214";
}

.glyphicon-knight:before {
    content: "\e215";
}

.glyphicon-baby-formula:before {
    content: "\e216";
}

.glyphicon-tent:before {
    content: "\26fa";
}

.glyphicon-blackboard:before {
    content: "\e218";
}

.glyphicon-bed:before {
    content: "\e219";
}

.glyphicon-apple:before {
    content: "\f8ff";
}

.glyphicon-erase:before {
    content: "\e221";
}

.glyphicon-hourglass:before {
    content: "\231b";
}

.glyphicon-lamp:before {
    content: "\e223";
}

.glyphicon-duplicate:before {
    content: "\e224";
}

.glyphicon-piggy-bank:before {
    content: "\e225";
}

.glyphicon-scissors:before {
    content: "\e226";
}

.glyphicon-bitcoin:before {
    content: "\e227";
}

.glyphicon-btc:before {
    content: "\e227";
}

.glyphicon-xbt:before {
    content: "\e227";
}

.glyphicon-yen:before {
    content: "\00a5";
}

.glyphicon-jpy:before {
    content: "\00a5";
}

.glyphicon-ruble:before {
    content: "\20bd";
}

.glyphicon-rub:before {
    content: "\20bd";
}

.glyphicon-scale:before {
    content: "\e230";
}

.glyphicon-ice-lolly:before {
    content: "\e231";
}

.glyphicon-ice-lolly-tasted:before {
    content: "\e232";
}

.glyphicon-education:before {
    content: "\e233";
}

.glyphicon-option-horizontal:before {
    content: "\e234";
}

.glyphicon-option-vertical:before {
    content: "\e235";
}

.glyphicon-menu-hamburger:before {
    content: "\e236";
}

.glyphicon-modal-window:before {
    content: "\e237";
}

.glyphicon-oil:before {
    content: "\e238";
}

.glyphicon-grain:before {
    content: "\e239";
}

.glyphicon-sunglasses:before {
    content: "\e240";
}

.glyphicon-text-size:before {
    content: "\e241";
}

.glyphicon-text-color:before {
    content: "\e242";
}

.glyphicon-text-background:before {
    content: "\e243";
}

.glyphicon-object-align-top:before {
    content: "\e244";
}

.glyphicon-object-align-bottom:before {
    content: "\e245";
}

.glyphicon-object-align-horizontal:before {
    content: "\e246";
}

.glyphicon-object-align-left:before {
    content: "\e247";
}

.glyphicon-object-align-vertical:before {
    content: "\e248";
}

.glyphicon-object-align-right:before {
    content: "\e249";
}

.glyphicon-triangle-right:before {
    content: "\e250";
}

.glyphicon-triangle-left:before {
    content: "\e251";
}

.glyphicon-triangle-bottom:before {
    content: "\e252";
}

.glyphicon-triangle-top:before {
    content: "\e253";
}

.glyphicon-console:before {
    content: "\e254";
}

.glyphicon-superscript:before {
    content: "\e255";
}

.glyphicon-subscript:before {
    content: "\e256";
}

.glyphicon-menu-left:before {
    content: "\e257";
}

.glyphicon-menu-right:before {
    content: "\e258";
}

.glyphicon-menu-down:before {
    content: "\e259";
}

.glyphicon-menu-up:before {
    content: "\e260";
}

.nav {
    margin-bottom: 0;
    padding-left: 0;
    list-style: none;
}

    .nav:before, .nav:after {
        content: " ";
        display: table;
    }

    .nav:after {
        clear: both;
    }

    .nav > li {
        position: relative;
        display: block;
    }

        .nav > li > a {
            position: relative;
            display: block;
            padding: 10px 15px;
        }

            .nav > li > a:hover, .nav > li > a:focus {
                text-decoration: none;
                background-color: transparent;
            }

        .nav > li.disabled > a {
            color: #F0EBE1;
        }

            .nav > li.disabled > a:hover, .nav > li.disabled > a:focus {
                color: #F0EBE1;
                text-decoration: none;
                background-color: transparent;
                cursor: not-allowed;
            }

    .nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
        background-color: transparent;
        border-color: #FF6C08;
    }

    .nav .nav-divider {
        height: 1px;
        margin: 9px 0;
        overflow: hidden;
        background-color: #e5e5e5;
    }

    .nav > li > a > img {
        max-width: none;
    }

.nav-tabs {
    border-bottom: 1px solid #f3e6c3;
}

    .nav-tabs > li {
        float: left;
        margin-bottom: -1px;
    }

        .nav-tabs > li > a {
            margin-right: 2px;
            line-height: 1.42857143;
            border: 1px solid transparent;
            border-radius: 0 0 0 0;
        }

            .nav-tabs > li > a:hover {
                border-color: #ebd499 #ebd499 #f3e6c3;
            }

        .nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
            color: #FF6C08;
            background-color: #fff;
            border: 1px solid #FF6C08;
            border-bottom-color: transparent;
            cursor: default;
        }

.nav-pills > li {
    float: left;
}

    .nav-pills > li > a {
        border-radius: 0;
    }

    .nav-pills > li + li {
        margin-left: 2px;
    }

    .nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
        color: #fff;
        background-color: transparent;
    }

.nav-stacked > li {
    float: none;
}

    .nav-stacked > li + li {
        margin-top: 2px;
        margin-left: 0;
    }

.nav-justified, .nav-tabs.nav-justified {
    width: 100%;
}

    .nav-justified > li, .nav-tabs.nav-justified > li {
        float: none;
    }

        .nav-justified > li > a, .nav-tabs.nav-justified > li > a {
            text-align: center;
            margin-bottom: 5px;
        }

    .nav-justified > .dropdown .dropdown-menu {
        top: auto;
        left: auto;
    }

@media (min-width: 768px) {
    .nav-justified > li, .nav-tabs.nav-justified > li {
        display: table-cell;
        width: 1%;
    }

        .nav-justified > li > a, .nav-tabs.nav-justified > li > a {
            margin-bottom: 0;
        }
}

.nav-tabs-justified, .nav-tabs.nav-justified {
    border-bottom: 0;
}

    .nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
        margin-right: 0;
        border-radius: 0;
    }

    .nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a,
    .nav-tabs-justified > .active > a:hover,
    .nav-tabs.nav-justified > .active > a:hover,
    .nav-tabs-justified > .active > a:focus,
    .nav-tabs.nav-justified > .active > a:focus {
        border: 1px solid #ddd;
    }

@media (min-width: 768px) {
    .nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
        border-bottom: 1px solid #ddd;
        border-radius: 0 0 0 0;
    }

    .nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a,
    .nav-tabs-justified > .active > a:hover,
    .nav-tabs.nav-justified > .active > a:hover,
    .nav-tabs-justified > .active > a:focus,
    .nav-tabs.nav-justified > .active > a:focus {
        border-bottom-color: #fff;
    }
}

.tab-content > .tab-pane {
    display: none;
}

.tab-content > .active {
    display: block;
}

.nav-tabs .dropdown-menu {
    margin-top: -1px;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
}

.navbar {
    position: relative;
    min-height: 50px;
    margin-bottom: 20px;
    border: 1px solid transparent;
}

    .navbar:before, .navbar:after {
        content: " ";
        display: table;
    }

    .navbar:after {
        clear: both;
    }

@media (min-width: 768px) {
    .navbar {
        border-radius: 0;
    }
}

.navbar-header:before, .navbar-header:after {
    content: " ";
    display: table;
}

.navbar-header:after {
    clear: both;
}

@media (min-width: 768px) {
    .navbar-header {
        float: left;
    }
}

.navbar-collapse {
    overflow-x: visible;
    padding-right: 10px;
    padding-left: 10px;
    border-top: 1px solid transparent;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
    -webkit-overflow-scrolling: touch;
}

    .navbar-collapse:before, .navbar-collapse:after {
        content: " ";
        display: table;
    }

    .navbar-collapse:after {
        clear: both;
    }

    .navbar-collapse.in {
        overflow-y: auto;
    }

@media (min-width: 768px) {
    .navbar-collapse {
        width: auto;
        border-top: 0;
        box-shadow: none;
    }

        .navbar-collapse.collapse {
            display: block !important;
            height: auto !important;
            padding-bottom: 0;
            overflow: visible !important;
        }

        .navbar-collapse.in {
            overflow-y: visible;
        }

    .navbar-fixed-top .navbar-collapse, .navbar-static-top .navbar-collapse, .navbar-fixed-bottom .navbar-collapse {
        padding-left: 0;
        padding-right: 0;
    }
}

.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
    max-height: 340px;
}

@media (max-device-width: 480px) and (orientation: landscape) {
    .navbar-fixed-top .navbar-collapse,
    .navbar-fixed-bottom .navbar-collapse {
        max-height: 200px;
    }
}

.container > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-header,
.container-fluid > .navbar-collapse {
    margin-right: -10px;
    margin-left: -10px;
}

@media (min-width: 768px) {
    .container > .navbar-header,
    .container > .navbar-collapse,
    .container-fluid > .navbar-header,
    .container-fluid > .navbar-collapse {
        margin-right: 0;
        margin-left: 0;
    }
}

.navbar-static-top {
    z-index: 1000;
    border-width: 0 0 1px;
}

@media (min-width: 768px) {
    .navbar-static-top {
        border-radius: 0;
    }
}

.navbar-fixed-top,
.navbar-fixed-bottom {
    position: fixed;
    right: 0;
    left: 0;
    z-index: 1030;
}

@media (min-width: 768px) {
    .navbar-fixed-top,
    .navbar-fixed-bottom {
        border-radius: 0;
    }
}

.navbar-fixed-top {
    top: 0;
    border-width: 0 0 1px;
}

.navbar-fixed-bottom {
    bottom: 0;
    margin-bottom: 0;
    border-width: 1px 0 0;
}

.navbar-brand {
    float: left;
    padding: 15px 10px;
    font-size: 18px;
    line-height: 20px;
    height: 50px;
}

    .navbar-brand:hover, .navbar-brand:focus {
        text-decoration: none;
    }

    .navbar-brand > img {
        display: block;
    }

@media (min-width: 768px) {
    .navbar > .container .navbar-brand, .navbar > .container-fluid .navbar-brand {
        margin-left: -10px;
    }
}

.navbar-toggle {
    position: relative;
    float: right;
    margin-right: 10px;
    padding: 9px 10px;
    margin-top: 8px;
    margin-bottom: 8px;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 0;
}

    .navbar-toggle:focus {
        outline: 0;
    }

    .navbar-toggle .icon-bar {
        display: block;
        width: 22px;
        height: 2px;
        border-radius: 1px;
    }

        .navbar-toggle .icon-bar + .icon-bar {
            margin-top: 4px;
        }

@media (min-width: 768px) {
    .navbar-toggle {
        display: none;
    }
}

.navbar-nav {
    margin: 7.5px -10px;
}

    .navbar-nav > li > a {
        padding-top: 10px;
        padding-bottom: 10px;
        line-height: 20px;
    }

@media (max-width: 767px) {
    .navbar-nav .open .dropdown-menu {
        position: static;
        float: none;
        width: auto;
        margin-top: 0;
        background-color: transparent;
        border: 0;
        box-shadow: none;
    }

        .navbar-nav .open .dropdown-menu > li > a,
        .navbar-nav .open .dropdown-menu .dropdown-header {
            padding: 5px 15px 5px 25px;
        }

        .navbar-nav .open .dropdown-menu > li > a {
            line-height: 20px;
        }

            .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-nav .open .dropdown-menu > li > a:focus {
                background-image: none;
            }
}

@media (min-width: 768px) {
    .navbar-nav {
        float: left;
        margin: 0;
    }

        .navbar-nav > li {
            float: left;
        }

            .navbar-nav > li > a {
                padding-top: 15px;
                padding-bottom: 15px;
            }
}

.navbar-form {
    margin-left: -10px;
    margin-right: -10px;
    padding: 10px 10px;
    border-top: 1px solid transparent;
    border-bottom: 1px solid transparent;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
    margin-top: 8px;
    margin-bottom: 8px;
}

@media (min-width: 768px) {
    .navbar-form .form-group {
        display: inline-block;
        margin-bottom: 0;
        vertical-align: middle;
    }

    .navbar-form .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle;
    }

    .navbar-form .form-control-static {
        display: inline-block;
    }

    .navbar-form .input-group {
        display: inline-table;
        vertical-align: middle;
    }

        .navbar-form .input-group .input-group-addon,
        .navbar-form .input-group .input-group-btn,
        .navbar-form .input-group .form-control {
            width: auto;
        }

        .navbar-form .input-group > .form-control {
            width: 100%;
        }

    .navbar-form .control-label {
        margin-bottom: 0;
        vertical-align: middle;
    }

    .navbar-form .radio,
    .navbar-form .checkbox {
        display: inline-block;
        margin-top: 0;
        margin-bottom: 0;
        vertical-align: middle;
    }

        .navbar-form .radio label,
        .navbar-form .checkbox label {
            padding-left: 0;
        }

        .navbar-form .radio input[type="radio"],
        .navbar-form .checkbox input[type="checkbox"] {
            position: relative;
            margin-left: 0;
        }

    .navbar-form .has-feedback .form-control-feedback {
        top: 0;
    }
}

@media (max-width: 767px) {
    .navbar-form .form-group {
        margin-bottom: 5px;
    }

        .navbar-form .form-group:last-child {
            margin-bottom: 0;
        }
}

@media (min-width: 768px) {
    .navbar-form {
        width: auto;
        border: 0;
        margin-left: 0;
        margin-right: 0;
        padding-top: 0;
        padding-bottom: 0;
        box-shadow: none;
    }
}

.navbar-nav > li > .dropdown-menu {
    margin-top: 0;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
}

.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
    margin-bottom: 0;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.navbar-btn {
    margin-top: 8px;
    margin-bottom: 8px;
}

    .navbar-btn.btn-sm {
        margin-top: 10px;
        margin-bottom: 10px;
    }

    .navbar-btn.btn-xs {
        margin-top: 14px;
        margin-bottom: 14px;
    }

.navbar-text {
    margin-top: 15px;
    margin-bottom: 15px;
}

@media (min-width: 768px) {
    .navbar-text {
        float: left;
        margin-left: 10px;
        margin-right: 10px;
    }
}

@media (min-width: 768px) {
    .navbar-left {
        float: left !important;
    }

    .navbar-right {
        float: right !important;
        margin-right: -10px;
    }

        .navbar-right ~ .navbar-right {
            margin-right: 0;
        }
}

.navbar-default {
    background-color: #f8f8f8;
    border-color: #e7e7e7;
}

    .navbar-default .navbar-brand {
        color: #777;
    }

        .navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus {
            color: #5e5e5e;
            background-color: transparent;
        }

    .navbar-default .navbar-text {
        color: #777;
    }

    .navbar-default .navbar-nav > li > a {
        color: #777;
    }

        .navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
            color: #333;
            background-color: transparent;
        }

    .navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
        color: #555;
        background-color: #e7e7e7;
    }

    .navbar-default .navbar-nav > .disabled > a, .navbar-default .navbar-nav > .disabled > a:hover, .navbar-default .navbar-nav > .disabled > a:focus {
        color: #ccc;
        background-color: transparent;
    }

    .navbar-default .navbar-toggle {
        border-color: #ddd;
    }

        .navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
            background-color: #ddd;
        }

        .navbar-default .navbar-toggle .icon-bar {
            background-color: #888;
        }

    .navbar-default .navbar-collapse,
    .navbar-default .navbar-form {
        border-color: #e7e7e7;
    }

    .navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
        background-color: #e7e7e7;
        color: #555;
    }

@media (max-width: 767px) {
    .navbar-default .navbar-nav .open .dropdown-menu > li > a {
        color: #777;
    }

        .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
            color: #333;
            background-color: transparent;
        }

    .navbar-default .navbar-nav .open .dropdown-menu > .active > a, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
        color: #555;
        background-color: #e7e7e7;
    }

    .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
        color: #ccc;
        background-color: transparent;
    }
}

.navbar-default .navbar-link {
    color: #777;
}

    .navbar-default .navbar-link:hover {
        color: #333;
    }

.navbar-default .btn-link {
    color: #777;
}

    .navbar-default .btn-link:hover, .navbar-default .btn-link:focus {
        color: #333;
    }

    .navbar-default .btn-link[disabled]:hover, .navbar-default .btn-link[disabled]:focus, fieldset[disabled] .navbar-default .btn-link:hover, fieldset[disabled] .navbar-default .btn-link:focus {
        color: #ccc;
    }

.navbar-inverse {
    background-color: #222;
    border-color: #090909;
}

    .navbar-inverse .navbar-brand {
        color: white;
    }

        .navbar-inverse .navbar-brand:hover, .navbar-inverse .navbar-brand:focus {
            color: #fff;
            background-color: transparent;
        }

    .navbar-inverse .navbar-text {
        color: white;
    }

    .navbar-inverse .navbar-nav > li > a {
        color: white;
    }

        .navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus {
            color: #fff;
            background-color: transparent;
        }

    .navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
        color: #fff;
        background-color: #090909;
    }

    .navbar-inverse .navbar-nav > .disabled > a, .navbar-inverse .navbar-nav > .disabled > a:hover, .navbar-inverse .navbar-nav > .disabled > a:focus {
        color: #444;
        background-color: transparent;
    }

    .navbar-inverse .navbar-toggle {
        border-color: #333;
    }

        .navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
            background-color: #333;
        }

        .navbar-inverse .navbar-toggle .icon-bar {
            background-color: #fff;
        }

    .navbar-inverse .navbar-collapse,
    .navbar-inverse .navbar-form {
        border-color: #101010;
    }

    .navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus {
        background-color: #090909;
        color: #fff;
    }

@media (max-width: 767px) {
    .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
        border-color: #090909;
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
        background-color: #090909;
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
        color: white;
    }

        .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
            color: #fff;
            background-color: transparent;
        }

    .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
        color: #fff;
        background-color: #090909;
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
        color: #444;
        background-color: transparent;
    }
}

.navbar-inverse .navbar-link {
    color: white;
}

    .navbar-inverse .navbar-link:hover {
        color: #fff;
    }

.navbar-inverse .btn-link {
    color: white;
}

    .navbar-inverse .btn-link:hover, .navbar-inverse .btn-link:focus {
        color: #fff;
    }

    .navbar-inverse .btn-link[disabled]:hover, .navbar-inverse .btn-link[disabled]:focus, fieldset[disabled] .navbar-inverse .btn-link:hover, fieldset[disabled] .navbar-inverse .btn-link:focus {
        color: #444;
    }

.breadcrumb {
    padding: 5px 0;
    margin-bottom: 20px;
    list-style: none;
    background-color: transparent;
    border-radius: 0;
}

    .breadcrumb > li {
        display: inline-block;
    }

        .breadcrumb > li + li:before {
            content: "/ ";
            padding: 0 5px;
            color: #5F5F5F;
        }

    .breadcrumb > .active {
        color: #FF6C08;
    }

.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 20px 0;
    border-radius: 0;
}

    .pagination > li {
        display: inline;
    }

        .pagination > li > a,
        .pagination > li > span {
            position: relative;
            float: left;
            padding: 6px 12px;
            line-height: 1.42857143;
            text-decoration: none;
            color: #666;
            background-color: transparent;
            border: 1px solid #666;
            margin-left: -1px;
        }

        .pagination > li:first-child > a,
        .pagination > li:first-child > span {
            margin-left: 0;
            border-bottom-left-radius: 0;
            border-top-left-radius: 0;
        }

        .pagination > li:last-child > a,
        .pagination > li:last-child > span {
            border-bottom-right-radius: 0;
            border-top-right-radius: 0;
        }

        .pagination > li > a:hover, .pagination > li > a:focus,
        .pagination > li > span:hover,
        .pagination > li > span:focus {
            z-index: 3;
            color: #bb4c00;
            background-color: #F5F5F5;
            border-color: #ddd;
        }

    .pagination > .active > a, .pagination > .active > a:hover, .pagination > .active > a:focus,
    .pagination > .active > span,
    .pagination > .active > span:hover,
    .pagination > .active > span:focus {
        z-index: 2;
        color: #fff;
        background-color: #FF6C08;
        border-color: #FF6C08;
        cursor: default;
    }

    .pagination > .disabled > span,
    .pagination > .disabled > span:hover,
    .pagination > .disabled > span:focus,
    .pagination > .disabled > a,
    .pagination > .disabled > a:hover,
    .pagination > .disabled > a:focus {
        color: #F0EBE1;
        background-color: #fff;
        border-color: #ddd;
        cursor: not-allowed;
    }

.pagination-lg > li > a,
.pagination-lg > li > span {
    padding: 14px 14px;
    font-size: 18px;
    line-height: 1.3333333;
}

.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
}

.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
}

.pagination-sm > li > a,
.pagination-sm > li > span {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
}

.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
    border-bottom-left-radius: 3px;
    border-top-left-radius: 3px;
}

.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
    border-bottom-right-radius: 3px;
    border-top-right-radius: 3px;
}

.pager {
    padding-left: 0;
    margin: 20px 0;
    list-style: none;
    text-align: center;
}

    .pager:before, .pager:after {
        content: " ";
        display: table;
    }

    .pager:after {
        clear: both;
    }

    .pager li {
        display: inline;
    }

        .pager li > a,
        .pager li > span {
            display: inline-block;
            padding: 5px 14px;
            background-color: transparent;
            border: 1px solid #666;
            border-radius: 15px;
        }

            .pager li > a:hover,
            .pager li > a:focus {
                text-decoration: none;
                background-color: #F5F5F5;
            }

    .pager .next > a,
    .pager .next > span {
        float: right;
    }

    .pager .previous > a,
    .pager .previous > span {
        float: left;
    }

    .pager .disabled > a,
    .pager .disabled > a:hover,
    .pager .disabled > a:focus,
    .pager .disabled > span {
        color: #F0EBE1;
        background-color: transparent;
        cursor: not-allowed;
    }

.label {
    display: inline;
    padding: .2em .6em .3em;
    font-size: 75%;
    font-weight: bold;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25em;
}

    .label:empty {
        display: none;
    }

.btn .label {
    position: relative;
    top: -1px;
}

a.label:hover, a.label:focus {
    color: #fff;
    text-decoration: none;
    cursor: pointer;
}

.label-default {
    background-color: #F0EBE1;
}

    .label-default[href]:hover, .label-default[href]:focus {
        background-color: #dfd4bf;
    }

.label-primary {
    background-color: #FF6C08;
}

    .label-primary[href]:hover, .label-primary[href]:focus {
        background-color: #d45600;
    }

.label-success {
    background-color: #5cb85c;
}

    .label-success[href]:hover, .label-success[href]:focus {
        background-color: #449d44;
    }

.label-info {
    background-color: #F7C900;
}

    .label-info[href]:hover, .label-info[href]:focus {
        background-color: #c49f00;
    }

.label-warning {
    background-color: #f0ad4e;
}

    .label-warning[href]:hover, .label-warning[href]:focus {
        background-color: #ec971f;
    }

.label-danger {
    background-color: #FD2C3B;
}

    .label-danger[href]:hover, .label-danger[href]:focus {
        background-color: #f40214;
    }

.media {
    margin-top: 15px;
}

    .media:first-child {
        margin-top: 0;
    }

.media,
.media-body {
    zoom: 1;
    overflow: hidden;
}

.media-body {
    width: 10000px;
}

.media-object {
    display: block;
}

    .media-object.img-thumbnail {
        max-width: none;
    }

.media-right,
.media > .pull-right {
    padding-left: 10px;
}

.media-left,
.media > .pull-left {
    padding-right: 10px;
}

.media-left,
.media-right,
.media-body {
    display: table-cell;
    vertical-align: top;
}

.media-middle {
    vertical-align: middle;
}

.media-bottom {
    vertical-align: bottom;
}

.media-heading {
    margin-top: 0;
    margin-bottom: 5px;
}

.media-list {
    padding-left: 0;
    list-style: none;
}

.panel {
    margin-bottom: 20px;
    background-color: #fff;
    border: 1px solid transparent;
    border-radius: 0;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}

.panel-body {
    padding: 0 30px 30px 30px;
}

    .panel-body:before, .panel-body:after {
        content: " ";
        display: table;
    }

    .panel-body:after {
        clear: both;
    }

.panel-heading {
    padding: 32px 30px 30px 30px;
    border-bottom: 1px solid transparent;
    border-top-right-radius: -1;
    border-top-left-radius: -1;
}

    .panel-heading > .dropdown .dropdown-toggle {
        color: inherit;
    }

.panel-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 16px;
    color: inherit;
}

    .panel-title > a,
    .panel-title > small,
    .panel-title > .small,
    .panel-title > small > a,
    .panel-title > .small > a {
        color: inherit;
    }

.panel-footer {
    padding: 32px 30px 30px 30px;
    background-color: #000;
    border-top: 1px solid transparent;
    border-bottom-right-radius: -1;
    border-bottom-left-radius: -1;
}

.panel > .list-group,
.panel > .panel-collapse > .list-group {
    margin-bottom: 0;
}

    .panel > .list-group .list-group-item,
    .panel > .panel-collapse > .list-group .list-group-item {
        border-width: 1px 0;
        border-radius: 0;
    }

    .panel > .list-group:first-child .list-group-item:first-child,
    .panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
        border-top: 0;
        border-top-right-radius: -1;
        border-top-left-radius: -1;
    }

    .panel > .list-group:last-child .list-group-item:last-child,
    .panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
        border-bottom: 0;
        border-bottom-right-radius: -1;
        border-bottom-left-radius: -1;
    }

.panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child {
    border-top-right-radius: 0;
    border-top-left-radius: 0;
}

.panel-heading + .list-group .list-group-item:first-child {
    border-top-width: 0;
}

.list-group + .panel-footer {
    border-top-width: 0;
}

.panel > .table,
.panel > .table-responsive > .table,
.panel > .panel-collapse > .table {
    margin-bottom: 0;
}

    .panel > .table caption,
    .panel > .table-responsive > .table caption,
    .panel > .panel-collapse > .table caption {
        padding-left: 0 30px 30px 30px;
        padding-right: 0 30px 30px 30px;
    }

    .panel > .table:first-child,
    .panel > .table-responsive:first-child > .table:first-child {
        border-top-right-radius: -1;
        border-top-left-radius: -1;
    }

        .panel > .table:first-child > thead:first-child > tr:first-child,
        .panel > .table:first-child > tbody:first-child > tr:first-child,
        .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
        .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
            border-top-left-radius: -1;
            border-top-right-radius: -1;
        }

            .panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
            .panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
            .panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
            .panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
            .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
            .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
            .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
            .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
                border-top-left-radius: -1;
            }

            .panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
            .panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
            .panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
            .panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
            .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
            .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
            .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
            .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
                border-top-right-radius: -1;
            }

    .panel > .table:last-child,
    .panel > .table-responsive:last-child > .table:last-child {
        border-bottom-right-radius: -1;
        border-bottom-left-radius: -1;
    }

        .panel > .table:last-child > tbody:last-child > tr:last-child,
        .panel > .table:last-child > tfoot:last-child > tr:last-child,
        .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
        .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
            border-bottom-left-radius: -1;
            border-bottom-right-radius: -1;
        }

            .panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
            .panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
            .panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
            .panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
            .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
            .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
            .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
            .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
                border-bottom-left-radius: -1;
            }

            .panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
            .panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
            .panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
            .panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
            .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
            .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
            .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
            .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
                border-bottom-right-radius: -1;
            }

    .panel > .panel-body + .table,
    .panel > .panel-body + .table-responsive,
    .panel > .table + .panel-body,
    .panel > .table-responsive + .panel-body {
        border-top: 1px solid #ddd;
    }

    .panel > .table > tbody:first-child > tr:first-child th,
    .panel > .table > tbody:first-child > tr:first-child td {
        border-top: 0;
    }

.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
    border: 0;
}

    .panel > .table-bordered > thead > tr > th:first-child,
    .panel > .table-bordered > thead > tr > td:first-child,
    .panel > .table-bordered > tbody > tr > th:first-child,
    .panel > .table-bordered > tbody > tr > td:first-child,
    .panel > .table-bordered > tfoot > tr > th:first-child,
    .panel > .table-bordered > tfoot > tr > td:first-child,
    .panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
    .panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
    .panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
    .panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
    .panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
    .panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
        border-left: 0;
    }

    .panel > .table-bordered > thead > tr > th:last-child,
    .panel > .table-bordered > thead > tr > td:last-child,
    .panel > .table-bordered > tbody > tr > th:last-child,
    .panel > .table-bordered > tbody > tr > td:last-child,
    .panel > .table-bordered > tfoot > tr > th:last-child,
    .panel > .table-bordered > tfoot > tr > td:last-child,
    .panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
    .panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
    .panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
    .panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
    .panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
    .panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
        border-right: 0;
    }

    .panel > .table-bordered > thead > tr:first-child > td,
    .panel > .table-bordered > thead > tr:first-child > th,
    .panel > .table-bordered > tbody > tr:first-child > td,
    .panel > .table-bordered > tbody > tr:first-child > th,
    .panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
    .panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
    .panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
    .panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
        border-bottom: 0;
    }

    .panel > .table-bordered > tbody > tr:last-child > td,
    .panel > .table-bordered > tbody > tr:last-child > th,
    .panel > .table-bordered > tfoot > tr:last-child > td,
    .panel > .table-bordered > tfoot > tr:last-child > th,
    .panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
    .panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
    .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
    .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
        border-bottom: 0;
    }

	.panel > .table-responsive {
		border: 0;
		margin-bottom: 0;
	}
	
	.panel-group {
		margin-bottom: 20px;
	}

    .panel-group .panel {
        margin-bottom: 0;
        border-radius: 0;
    }

	.panel-group .panel + .panel {
		margin-top: 5px;
	}

    .panel-group .panel-heading {
        border-bottom: 0;
    }

	.panel-group .panel-heading + .panel-collapse > .panel-body,
	.panel-group .panel-heading + .panel-collapse > .list-group {
		border-top: 1px solid transparent;
	}
	
    .panel-group .panel-footer {
        border-top: 0;
    }

	.panel-group .panel-footer + .panel-collapse .panel-body {
		border-bottom: 1px solid transparent;
	}


	/* FAQ */
		.panel-group.faq .panel-body {
			padding-bottom: 0px;
		}	
	


	.panel-default {
		border-color: transparent;
	}

    .panel-default > .panel-heading {
        color: #724D38;
        background-color: #fff;
        border-color: transparent;
    }

	.panel-default > .panel-heading + .panel-collapse > .panel-body {
		border-top-color: transparent;
	}

	.panel-default > .panel-heading .badge {
		color: #fff;
		background-color: #724D38;
	}

    .panel-default > .panel-footer + .panel-collapse > .panel-body {
        border-bottom-color: transparent;
    }

	.panel-primary {
		border-color: #FF6C08;
	}

    .panel-primary > .panel-heading {
        color: #fff;
        background-color: #FF6C08;
        border-color: #FF6C08;
    }

	.panel-primary > .panel-heading + .panel-collapse > .panel-body {
		border-top-color: #FF6C08;
	}

	.panel-primary > .panel-heading .badge {
		color: #FF6C08;
		background-color: #fff;
	}

    .panel-primary > .panel-footer + .panel-collapse > .panel-body {
        border-bottom-color: #FF6C08;
    }

	.panel-success {
		border-color: #d6e9c6;
	}

    .panel-success > .panel-heading {
        color: #3c763d;
        background-color: #dff0d8;
        border-color: #d6e9c6;
    }

        .panel-success > .panel-heading + .panel-collapse > .panel-body {
            border-top-color: #d6e9c6;
        }

        .panel-success > .panel-heading .badge {
            color: #dff0d8;
            background-color: #3c763d;
        }

    .panel-success > .panel-footer + .panel-collapse > .panel-body {
        border-bottom-color: #d6e9c6;
    }

.panel-info {
    border-color: #bce8f1;
}

    .panel-info > .panel-heading {
        color: #31708f;
        background-color: #d9edf7;
        border-color: #bce8f1;
    }

        .panel-info > .panel-heading + .panel-collapse > .panel-body {
            border-top-color: #bce8f1;
        }

        .panel-info > .panel-heading .badge {
            color: #d9edf7;
            background-color: #31708f;
        }

    .panel-info > .panel-footer + .panel-collapse > .panel-body {
        border-bottom-color: #bce8f1;
    }

.panel-warning {
    border-color: #faebcc;
}

    .panel-warning > .panel-heading {
        color: #8a6d3b;
        background-color: #fcf8e3;
        border-color: #faebcc;
    }

        .panel-warning > .panel-heading + .panel-collapse > .panel-body {
            border-top-color: #faebcc;
        }

        .panel-warning > .panel-heading .badge {
            color: #fcf8e3;
            background-color: #8a6d3b;
        }

    .panel-warning > .panel-footer + .panel-collapse > .panel-body {
        border-bottom-color: #faebcc;
    }

.panel-danger {
    border-color: #ebccd1;
}

    .panel-danger > .panel-heading {
        color: #a94442;
        background-color: #f2dede;
        border-color: #ebccd1;
    }

        .panel-danger > .panel-heading + .panel-collapse > .panel-body {
            border-top-color: #ebccd1;
        }

        .panel-danger > .panel-heading .badge {
            color: #f2dede;
            background-color: #a94442;
        }

    .panel-danger > .panel-footer + .panel-collapse > .panel-body {
        border-bottom-color: #ebccd1;
    }

.close {
    float: right;
    font-size: 21px;
    font-weight: bold;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: 0.2;
    filter: alpha(opacity=20);
}

    .close:hover, .close:focus {
        color: #000;
        text-decoration: none;
        cursor: pointer;
        opacity: 0.5;
        filter: alpha(opacity=50);
    }

button.close {
    padding: 0;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none;
}

.modal-open {
    overflow: hidden;
}

.modal {
    display: none;
    overflow: hidden;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    -webkit-overflow-scrolling: touch;
    outline: 0;
}

    .modal.fade .modal-dialog {
        -webkit-transform: translate(0, -25%);
        -ms-transform: translate(0, -25%);
        transform: translate(0, -25%);
        -webkit-transition: -webkit-transform 0.3s ease-out;
        transition: transform 0.3s ease-out;
    }

    .modal.in .modal-dialog {
        -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        transform: translate(0, 0);
    }

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto;
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: 10px;
}

.modal-content {
    position: relative;
    background-color: #F8F8F8;
    border: 1px solid #999;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 0;
    box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    background-clip: padding-box;
    outline: 0;
}

.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #000;
}

    .modal-backdrop.fade {
        opacity: 0;
        filter: alpha(opacity=0);
    }

    .modal-backdrop.in {
        opacity: 0.5;
        filter: alpha(opacity=50);
    }

.modal-header {
    padding: 14px 12px 10px 12px;
    border-bottom: 1px solid #FD2C3B;
    min-height: 14px 12px 10px 12px1.42857143;
}

    .modal-header .close {
        margin-top: -2px;
    }

.modal-title {
    margin: 0;
    line-height: 1.42857143;
}

.modal-body {
    position: relative;
    padding: 43px 57px;
}

.modal-footer {
    padding: 43px 57px;
    text-align: right;
    border-top: 1px solid #F8F8F8;
}

    .modal-footer:before, .modal-footer:after {
        content: " ";
        display: table;
    }

    .modal-footer:after {
        clear: both;
    }

    .modal-footer .btn + .btn {
        margin-left: 5px;
        margin-bottom: 0;
    }

    .modal-footer .btn-group .btn + .btn {
        margin-left: -1px;
    }

    .modal-footer .btn-block + .btn-block {
        margin-left: 0;
    }

.modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll;
}

@media (min-width: 768px) {
    .modal-dialog {
        width: 600px;
        margin: 30px auto;
    }

    .modal-content {
        box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    }

    .modal-sm {
        width: 580px;
    }
}

@media (min-width: 940px) {
    .modal-lg {
        width: 830px;
    }
}

.carousel {
    position: relative;
}

.carousel-inner {
    position: relative;
    overflow: hidden;
    width: 100%;
}

    .carousel-inner > .item {
        display: none;
        position: relative;
        -webkit-transition: 0.6s ease-in-out left;
        transition: 0.6s ease-in-out left;
    }

        .carousel-inner > .item > img,
        .carousel-inner > .item > a > img {
            display: block;
            max-width: 100%;
            height: auto;
            line-height: 1;
        }

@media all and (transform-3d), (-webkit-transform-3d) {
    .carousel-inner > .item {
        -webkit-transition: -webkit-transform 0.6s ease-in-out;
        transition: transform 0.6s ease-in-out;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        -webkit-perspective: 1000px;
        perspective: 1000px;
    }

        .carousel-inner > .item.next, .carousel-inner > .item.active.right {
            -webkit-transform: translate3d(100%, 0, 0);
            transform: translate3d(100%, 0, 0);
            left: 0;
        }

        .carousel-inner > .item.prev, .carousel-inner > .item.active.left {
            -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0);
            left: 0;
        }

            .carousel-inner > .item.next.left, .carousel-inner > .item.prev.right, .carousel-inner > .item.active {
                -webkit-transform: translate3d(0, 0, 0);
                transform: translate3d(0, 0, 0);
                left: 0;
            }
}

.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
    display: block;
}

.carousel-inner > .active {
    left: 0;
}

.carousel-inner > .next,
.carousel-inner > .prev {
    position: absolute;
    top: 0;
    width: 100%;
}

.carousel-inner > .next {
    left: 100%;
}

.carousel-inner > .prev {
    left: -100%;
}

    .carousel-inner > .next.left,
    .carousel-inner > .prev.right {
        left: 0;
    }

.carousel-inner > .active.left {
    left: -100%;
}

.carousel-inner > .active.right {
    left: 100%;
}

.carousel-control {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 15%;
    opacity: 0.5;
    filter: alpha(opacity=50);
    font-size: 20px;
    color: #FF6C08;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}

    .carousel-control.left {
        background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
        background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
        background-repeat: repeat-x;
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
    }

    .carousel-control.right {
        left: auto;
        right: 0;
        background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
        background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
        background-repeat: repeat-x;
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
    }

    .carousel-control:hover, .carousel-control:focus {
        outline: 0;
        color: #FF6C08;
        text-decoration: none;
        opacity: 0.9;
        filter: alpha(opacity=90);
    }

    .carousel-control .icon-prev,
    .carousel-control .icon-next,
    .carousel-control .glyphicon-chevron-left,
    .carousel-control .glyphicon-chevron-right {
        position: absolute;
        top: 50%;
        margin-top: -10px;
        z-index: 5;
        display: inline-block;
    }

    .carousel-control .icon-prev,
    .carousel-control .glyphicon-chevron-left {
        left: 50%;
        margin-left: -10px;
    }

    .carousel-control .icon-next,
    .carousel-control .glyphicon-chevron-right {
        right: 50%;
        margin-right: -10px;
    }

    .carousel-control .icon-prev,
    .carousel-control .icon-next {
        width: 20px;
        height: 20px;
        line-height: 1;
        font-family: serif;
    }

        .carousel-control .icon-prev:before {
            content: '\2039';
        }

        .carousel-control .icon-next:before {
            content: '\203a';
        }

.carousel-indicators {
    position: absolute;
    bottom: 10px;
    left: 50%;
    z-index: 15;
    width: 60%;
    margin-left: -30%;
    padding-left: 0;
    list-style: none;
    text-align: center;
}

    .carousel-indicators li {
        display: inline-block;
        width: 10px;
        height: 10px;
        margin: 1px;
        text-indent: -999px;
        border: 1px solid #d45600;
        border-radius: 10px;
        cursor: pointer;
        background-color: #000 \9;
        background-color: transparent;
    }

    .carousel-indicators .active {
        margin: 0;
        width: 12px;
        height: 12px;
        background-color: #FF6C08;
    }

.carousel-caption {
    position: absolute;
    left: 15%;
    right: 15%;
    bottom: 20px;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}

    .carousel-caption .btn {
        text-shadow: none;
    }

@media screen and (min-width: 768px) {
    .carousel-control .glyphicon-chevron-left,
    .carousel-control .glyphicon-chevron-right,
    .carousel-control .icon-prev,
    .carousel-control .icon-next {
        width: 30px;
        height: 30px;
        margin-top: -15px;
        font-size: 30px;
    }

    .carousel-control .glyphicon-chevron-left,
    .carousel-control .icon-prev {
        margin-left: -15px;
    }

    .carousel-control .glyphicon-chevron-right,
    .carousel-control .icon-next {
        margin-right: -15px;
    }

    .carousel-caption {
        left: 20%;
        right: 20%;
        padding-bottom: 30px;
    }

    .carousel-indicators {
        bottom: 20px;
    }
}

.clearfix:before, .clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

.center-block {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.pull-right {
    float: right !important;
}

.pull-left {
    float: left !important;
}

.hide {
    display: none !important;
}

.show {
    display: block !important;
}

.invisible {
    visibility: hidden;
}

.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
}

.hidden {
    display: none !important;
}

.affix {
    position: fixed;
}

@-ms-viewport {
    width: device-width;
}

.visible-xs {
    display: none !important;
}

.visible-sm {
    display: none !important;
}

.visible-md {
    display: none !important;
}

.visible-lg {
    display: none !important;
}

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
    display: none !important;
}

@media (max-width: 767px) {
    .visible-xs {
        display: block !important;
    }

    table.visible-xs {
        display: table !important;
    }

    tr.visible-xs {
        display: table-row !important;
    }

    th.visible-xs,
    td.visible-xs {
        display: table-cell !important;
    }
}

@media (max-width: 767px) {
    .visible-xs-block {
        display: block !important;
    }
}

@media (max-width: 767px) {
    .visible-xs-inline {
        display: inline !important;
    }
}

@media (max-width: 767px) {
    .visible-xs-inline-block {
        display: inline-block !important;
    }
}

@media (min-width: 768px) and (max-width: 939px) {
    .visible-sm {
        display: block !important;
    }

    table.visible-sm {
        display: table !important;
    }

    tr.visible-sm {
        display: table-row !important;
    }

    th.visible-sm,
    td.visible-sm {
        display: table-cell !important;
    }
}

@media (min-width: 768px) and (max-width: 939px) {
    .visible-sm-block {
        display: block !important;
    }
}

@media (min-width: 768px) and (max-width: 939px) {
    .visible-sm-inline {
        display: inline !important;
    }
}

@media (min-width: 768px) and (max-width: 939px) {
    .visible-sm-inline-block {
        display: inline-block !important;
    }
}

@media (min-width: 940px) and (max-width: 9998px) {
    .visible-md {
        display: block !important;
    }

    table.visible-md {
        display: table !important;
    }

    tr.visible-md {
        display: table-row !important;
    }

    th.visible-md,
    td.visible-md {
        display: table-cell !important;
    }
}

@media (min-width: 940px) and (max-width: 9998px) {
    .visible-md-block {
        display: block !important;
    }
}

@media (min-width: 940px) and (max-width: 9998px) {
    .visible-md-inline {
        display: inline !important;
    }
}

@media (min-width: 940px) and (max-width: 9998px) {
    .visible-md-inline-block {
        display: inline-block !important;
    }
}

@media (min-width: 9999px) {
    .visible-lg {
        display: block !important;
    }

    table.visible-lg {
        display: table !important;
    }

    tr.visible-lg {
        display: table-row !important;
    }

    th.visible-lg,
    td.visible-lg {
        display: table-cell !important;
    }
}

@media (min-width: 9999px) {
    .visible-lg-block {
        display: block !important;
    }
}

@media (min-width: 9999px) {
    .visible-lg-inline {
        display: inline !important;
    }
}

@media (min-width: 9999px) {
    .visible-lg-inline-block {
        display: inline-block !important;
    }
}

@media (max-width: 767px) {
    .hidden-xs {
        display: none !important;
    }
}

@media (min-width: 768px) and (max-width: 939px) {
    .hidden-sm {
        display: none !important;
    }
}

@media (min-width: 940px) and (max-width: 9998px) {
    .hidden-md {
        display: none !important;
    }
}

@media (min-width: 9999px) {
    .hidden-lg {
        display: none !important;
    }
}

.visible-print {
    display: none !important;
}

@media print {
    .visible-print {
        display: block !important;
    }

    table.visible-print {
        display: table !important;
    }

    tr.visible-print {
        display: table-row !important;
    }

    th.visible-print,
    td.visible-print {
        display: table-cell !important;
    }
}

.visible-print-block {
    display: none !important;
}

@media print {
    .visible-print-block {
        display: block !important;
    }
}

.visible-print-inline {
    display: none !important;
}

@media print {
    .visible-print-inline {
        display: inline !important;
    }
}

.visible-print-inline-block {
    display: none !important;
}

@media print {
    .visible-print-inline-block {
        display: inline-block !important;
    }
}

@media print {
    .hidden-print {
        display: none !important;
    }
}

@media (min-width: 940px) {
    .col-md-offset-1-5 {
        margin-left: 12.5%;
    }

    .col-md-offset-4-5 {
        margin-left: 37.5%;
    }
}

@media (min-width: 768px) and (max-width: 940px) {
    .col-md-offset-4-5 {
        margin-left: 32.5%;
    }
}

@media (max-width: 767px) {
    .product__list .col-xs-offset-2 {
        margin-left: 0;
    }
}

@media (min-width: 768px) {
    .pull-right-desktop {
        float: right !important;
    }
}

	.affix {
		left: 0;
		right: 0;
		z-index: 1;
	}

/*
 * Row with equal height columns
 * --------------------------------------------------
 */
	.row-eq-height {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
	}
	
	.background-element .container-fluid, .background-element .container {
		position: relative;
	}

    .background-element .container-fluid > .abs-element,
	.background-element .container > .abs-element {
        position: absolute;
        height: 100%;
        width: auto;
        top: 0;
        left: 0;
        right: 0;
        margin: 0 auto;
        bottom: 0;
    }
	
	body {
		background-color: #232323;
		padding-top: 102px;
	}
	
	body.TopSpacerLarge {
		padding-top: 141px;
	}


@media (max-width: 768px) {
    body {
        padding-top: 74px;
    }
}
	
	body > img {
		position: absolute;
	}
	
	a:hover, a:link, a:focus, a:visited {
		text-decoration: none !important;
	}
	
	.row.no-gutters {
		margin-right: 0;
		margin-left: 0;
	}
	
	.row.no-gutters > [class^="col-"],
    .row.no-gutters > [class*=" col-"] {
        padding-right: 0;
        padding-left: 0;
    }
	
	.text-left {
		text-align: left;
	}
	
	.text-right {
		text-align: right;
	}
	
	.list-uppercase li a {
		text-transform: uppercase !important;
	}
	
	.div-table {
		width: 100%;
		display: table;
	}

    .div-table > .div-cell {
        display: table-cell;
        vertical-align: middle;
    }

    .div-table .vertical-top {
        vertical-align: top;
        padding-top: 50px;
    }

    .div-table .vertical-bottom {
        vertical-align: bottom;
        padding-bottom: 40px;
    }

@media (max-width: 768px) {
    .div-table .vertical-xs-top {
        vertical-align: top;
        padding-top: 50px;
    }

    .div-table .vertical-xs-bottom {
        vertical-align: bottom;
        padding-bottom: 40px;
    }
}

a:focus {
    text-decoration: none !important;
}

svg:not(:root) {
    overflow: visible !important;
}

h1, .h1, h2, .h2, h3, .h3 {
    text-transform: uppercase;
    font-family: 'Roboto Condensed';
    font-weight: 700;
}

h1, .h1 {
    color: white;
    font-family: 'Roboto Condensed';
    font-style: italic;
}

h2, .h2 {
    color: white;
}

sup {
    top: -0.2em;
}

.btn {
    font-family: 'Proxima N W01 At Bold';
    text-transform: uppercase;
    letter-spacing: 0.1em;
    padding-left: 45px;
    padding-right: 45px;
}

.btn-primary:hover, .btn-primary:active, .btn-primary:focus {
    border: 1px solid #707070;
    color: #707070;
}

.btn-secondary {
    background-color: transparent;
    border: 1px solid #707070;
    color: #707070;
}

    .btn-secondary:hover, .btn-secondary:active, .btn-secondary:focus {
        border: 1px solid #fff;
        color: #fff;
    }

.btn-secondary-h {
    background-color: transparent;
    border: 1px solid #4a4a4a;
    color: #4a4a4a;
}

    .btn-secondary-h:hover, .btn-secondary-h:active, .btn-secondary-h:focus {
        background-color: #232323;
        border: 1px solid #232323;
        color: white;
    }

.stp-form {
    background-color: #ECECEC;
    padding: 30px 20px 15px 20px;
    margin-bottom: 30px;
}

    .stp-form form > .row {
        margin-bottom: 10px;
    }

    .stp-form .form-group {
        margin-right: 15px;
        margin-bottom: 15px;
    }

    .stp-form label, .stp-form p {
        color: #333333;
        font-size: 18px;
        font-weight: normal;
    }

    .stp-form .btn {
        border-width: 2px;
    }

    .stp-form p.required-title {
        font-size: 15px;
        margin: 20px 0;
    }

@media (max-width: 768px) {
    .stp-form {
        padding: 0;
    }

        .stp-form .form-group {
            margin-right: 0;
        }

        .stp-form .center-responsive {
            text-align: center;
        }
}

.select_style {
    background: #ffffff;
    display: block;
    color: #7C7C7C;
    border: solid 1px #939393;
    position: relative;
    cursor: pointer;
}

    .select_style span {
        position: absolute;
        right: 15px;
        width: 12px;
        height: 9px;
        background: url(../img/global/dp-arrow.png) no-repeat;
        top: 50%;
        background-size: cover;
        margin-top: -4px;
        z-index: 0;
    }

    .select_style select {
        -moz-appearance: none;
        line-height: inherit;
        -webkit-appearance: none;
        appearance: none;
        width: 100%;
        background: none;
        background: transparent;
        border: none;
        outline: none;
        cursor: pointer;
        box-shadow: none !important;
        position: relative;
        z-index: 2;
    }

.form-group.has-error .select_style span {
    z-index: 3;
    color: #F00;
}

#stp_logo_armor path,
#stp_logo_tuff path,
#stp_logo_acpro path {
    fill: currentColor;
}

#stp_nav_earth path,
#stp_nav_pencil path,
#stp_table_level path,
#stp_nav_car path,
#stp_nav_oval path,
#stp_nav_search path {
    fill: currentColor;
}

#stp_footer_facebook path,
#stp_footer_instagram path,
#stp_footer_twitter path,
#stp_footer_youtube path,
#stp_nav_hamburger path,
#stp_nav_close path {
    fill: currentColor;
}

#stp_oval_triangle path, #stp_oval_triangle ellipse,
#stp_slider_arrow path,
#stp_slider_arrow ellipse {
    stroke: currentColor;
}

#breadcrumb__main {
    text-align: center;
    padding-top: 55px;
}

.sidebar-page #breadcrumb__main, .sidebar-page__header #breadcrumb__main {
    padding-top: 0;
    text-align: left;
}

#breadcrumb__main.text-left {
    padding-top: 0;
    text-align: left;
}

#breadcrumb__main ol {
    padding-left: 0;
}

.breadcrumb {
    font-size: 14px;
    text-transform: uppercase;
    font-family: 'Proxima Nova A W07 Semibold';
}

    .breadcrumb a {
        color: #5F5F5F;
    }

.sidebar-page__header .breadcrumb a, .sidebar-page__header .breadcrumb li + li:before {
    color: white;
}

@media (max-width: 768px) {
    #breadcrumb__main {
        display: none;
    }
}

.table-row, .table > thead > tr > th, .table > tbody > tr > th {
    border: 1px solid #232323;
    text-transform: none;
    vertical-align: middle;
    text-align: left;
}

.table {
    margin-top: 40px;
    margin-bottom: 80px;
    text-transform: uppercase;
    background: #3D3D3D;
    border: none;
}

    .table tbody {
        border-top: none;
    }

    .table h2 {
        font-size: 18px;
        margin: 0;
        text-align: center;
        letter-spacing: 0.02em;
        color: #FCFCFC;
    }

    .table h3 {
        font-size: 16px;
        margin-top: 0;
        font-family: 'Proxima Nova A W07 Regular';
        font-weight: normal;
        color: #FCFCFC;
    }

    .table p {
        font-size: 16px;
        margin-bottom: 0;
        font-weight: normal;
        color: #FCFCFC;
    }

    .table > thead > tr > th {
        padding: 25px;
    }

    .table > tbody > tr > th {
        width: 25%;
    }

        .table > tbody > tr > th:nth-child(2n+1) {
            background: #363636;
            text-align: center;
        }

@media (max-width: 768px) {
    .table-responsive {
        width: 94%;
        margin: 0 3%;
        border: none;
        margin-bottom: 80px;
    }

    .table {
        margin-top: 0;
    }

        .table h2 {
            font-size: 18px;
        }

        .table h3 {
            font-size: 12px;
        }

        .table p {
            font-size: 12px;
            line-height: 12px;
        }

        .table > thead {
            display: none;
        }

        .table > tbody > tr {
            display: block;
            float: left;
            width: 100%;
        }

            .table > tbody > tr > th {
                padding: 12px 16px;
                display: inline-block;
                float: left;
                width: 70%;
                white-space: normal !important;
            }

                .table > tbody > tr > th:nth-child(1) {
                    padding-left: 0;
                    padding-right: 0;
                    width: 30%;
                    text-align: center;
                    height: 230px;
                }

                    .table > tbody > tr > th:nth-child(1) img {
                        margin-top: 20px;
                        width: 95%;
                    }

                .table > tbody > tr > th:nth-child(2) {
                    height: 107px;
                }

                .table > tbody > tr > th:nth-child(3) {
                    height: 72px;
                    text-align: left;
                    padding-top: 10px;
                    padding-bottom: 10px;
                }
}

@media (max-width: 768px) and (max-width: 480px) {
    .table > tbody > tr > th:nth-child(3) {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}

@media (max-width: 768px) {
    .table > tbody > tr > th:nth-child(3) h2 {
        display: inline-block !important;
    }
}

@media (max-width: 768px) and (max-width: 480px) {
    .table > tbody > tr > th:nth-child(3) h2 {
        margin: 0;
        width: 80%;
    }
}

@media (max-width: 768px) {
    .table > tbody > tr > th:nth-child(3) img {
        max-height: 60px;
        margin-left: 10px;
        width: 120px;
        margin-top: -5px;
    }

    .table > tbody > tr > th:nth-child(4) {
        height: 51px;
        padding-top: 16px;
        padding-bottom: 16px;
    }
}

@media (max-width: 480px) {
    .table > tbody > tr > th:nth-child(3) img {
        width: 100px;
    }

    .table > tbody > tr > th:nth-child(1) img {
        margin-top: 60px;
    }
}

@media (max-width: 560px) {
    table.table h2 {
        font-size: 16px;
        margin-top: 20px;
    }
}

@media (max-width: 420px) {
    table.table h2 {
        font-size: 12px;
    }
}

.table.img-products-size a img {
    width: 90%;
}

.panel-group {
    margin-top: 30px;
}

    .panel-group .panel {
        margin-bottom: 15px;
    }

.panel {
    margin-bottom: 15px;
    border: none;
    border-top: 4px solid #FF6C08;
    background: #fff;
}

    .panel .armorall_oval_triangle {
        width: 28px;
        height: 28px;
    }

.panel-heading {
    border: none;
    padding: 0 20px;
}

    .panel-heading a {
        color: #333333;
        font-family: 'Proxima Nova A W07 Semibold';
        font-size: 18px;
        display: block;
        padding: 30px 40px 30px 10px;
        position: relative;
        z-index: 2;
        outline: none;
    }

        .panel-heading a:hover, .panel-heading a:active, .panel-heading a a:visited, .panel-heading a a:link, .panel-heading a a:focus {
            text-decoration: none;
        }

.panel-collapse .panel-body {
    color: #333333;
    font-size: 1.286em;
}

.panel-title {
    position: relative;
}

    .panel-title .icon {
        position: absolute;
        right: 0;
        top: 50%;
        margin-top: -14px;
        -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        transform: rotate(90deg);
        color: #FF6C08;
    }

    .panel-title a + svg {
        -webkit-transition: ease 0.5s;
        transition: ease 0.5s;
    }

    .panel-title a.collapsed + svg {
        -webkit-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
        transform: rotate(-90deg);
    }

@media (max-width: 768px) {
    .panel .panel-heading {
        border: none;
        padding: 0 10px;
    }

        .panel .panel-heading a {
            padding: 25px 35px 25px 10px;
        }

            .panel .panel-heading a:hover, .panel .panel-heading a:active {
                text-decoration: none;
            }
}

.carousel .carousel-caption {
    padding: 20px;
    left: 0;
    right: auto;
    bottom: 0;
    background: rgba(0, 0, 0, 0.8);
    text-align: left;
}

    .carousel .carousel-caption p {
        width: 80%;
        margin: 0;
        color: #fff;
        font-size: 14px;
        font-family: 'Proxima Nova A W07 Regular';
    }

    .carousel .carousel-caption h3 {
        margin: 0;
        color: #fff;
        font-size: 20px;
        font-family: 'Roboto Condensed';
        font-weight: 700;
    }

.carousel .armorall_oval_triangle {
    width: 28px;
    height: 28px;
}

/* Thumb
   ========================================================================== */
/* Sidebar
   ========================================================================== */
.sidebar-carousel .item {
    background-color: #979797;
}

.sidebar-carousel .div-table {
    min-height: 447px;
    text-align: center;
}

.sidebar-carousel .nav {
    background-color: #292929;
}

    .sidebar-carousel .nav > li > a {
        padding: 0;
    }

.sidebar-carousel .nav-justified > li {
    display: table-cell;
    width: 1%;
    opacity: 0.5;
}

    .sidebar-carousel .nav-justified > li.active {
        opacity: 1;
    }

.sidebar-carousel li.active {
    /* Rectangle 241 Copy: */
    background-color: #979797;
}

/* armorall Tabs
   ========================================================================== */
.armorall__tabs .nav {
    background-color: #D7D7D7;
    margin: 0;
}

    .armorall__tabs .nav li {
        border-top: 4px solid #D7D7D7;
        border-left: 1px solid white;
    }

        .armorall__tabs .nav li.active {
            background: #DEDEDE;
            border-top: 4px solid #FF6C08;
            margin-right: 0;
        }

            .armorall__tabs .nav li.active a {
                margin: 0;
                background: none;
                color: #313131;
            }

        .armorall__tabs .nav li.active, .armorall__tabs .nav li:first-child {
            border-left: 1px solid #D7D7D7;
        }

            .armorall__tabs .nav li.active + li {
                border-left: none;
            }

        .armorall__tabs .nav li a {
            border: none;
            background: #D7D7D7;
            color: #656565;
            text-transform: uppercase;
            font-family: 'Proxima N W01 At Bold';
            padding: 15px 5px;
        }

.armorall__tabs .nav-justified > li {
    display: block;
    float: left;
}

    .armorall__tabs .nav-justified > li.col-xs-4 {
        width: 33.3333333%;
    }

@media (max-width: 768px) {
    .armorall__tabs .nav-justified > li.col-xs-4 {
        min-height: 74px;
    }
}

.armorall__tabs .nav-justified > li.col-xs-6 {
    width: 50%;
}

.armorall__tabs .nav-justified > li.col-xs-12 {
    width: 100%;
}

@media (min-width: 768px) {
    .armorall__tabs .nav-justified > li {
        display: block;
        width: inherit;
        float: left;
    }
}

.armorall__tabs .nav-justified > li a {
    margin-bottom: 0;
}

.armorall__tabs .tab-content {
    padding: 50px;
    background: #DEDEDE;
}

/* Stp Nav
   ========================================================================== */
.stp__thumbs-slider {
    padding: 0;
}

    .stp__thumbs-slider .nav-justified > li {
        display: inline-block;
        margin: 0;
        float: left;
    }

    .stp__thumbs-slider ul.nav {
        padding-left: 0;
    }

    .stp__thumbs-slider li {
        position: relative;
        cursor: pointer;
    }

        .stp__thumbs-slider li.active {
            cursor: default;
        }

            .stp__thumbs-slider li.active img {
                border: 2px solid #FD2C3B;
            }

            .stp__thumbs-slider li.active:after {
                display: none;
            }

        .stp__thumbs-slider li:after {
            content: " ";
            position: absolute;
            left: 0;
            right: 0;
            bottom: 0;
            top: 0;
            display: block;
            background-color: #000000;
            opacity: 0.5;
        }

    .stp__thumbs-slider img {
        width: 100%;
    }

.ie .stp__thumbs-sidebar .nav-justified.center, .android.mobile.safari4 .stp__thumbs-sidebar .nav-justified.center {
    display: block;
    text-align: center;
}

    .ie .stp__thumbs-sidebar .nav-justified.center li, .android.mobile.safari4 .stp__thumbs-sidebar .nav-justified.center li {
        float: none;
    }

@media (max-width: 768px) {
    .stp__thumbs-slider.nav-justified > li {
        display: inline-block;
        width: 25%;
        height: 63px;
        margin-left: 0;
        float: left;
    }

        .stp__thumbs-slider.nav-justified > li.active img {
            height: 63px;
        }
}

.modal .modal-backdrop.in {
    z-index: 0;
}

.modal-header {
    background-color: #FF6C08;
    text-align: center;
    background-image: url("../img/global/banner-label.png");
    border-bottom-width: 4px;
}

    .modal-header h4 {
        font-family: 'Roboto Condensed';
        font-weight: 700;
        font-size: 52px;
    }

.modal-dialog {
    margin-top: 22vh !important;
}

.modal-body {
    padding-bottom: 0;
}

    .modal-body h2 {
        color: #333333;
    }

    .modal-body p {
        color: #333333;
        font-size: 18px;
    }

.modal-footer {
    padding-bottom: 54px;
    text-align: center;
}

    .modal-footer .btn {
        border-width: 2px;
    }

@media (max-width: 768px) {
    .modal-body {
        padding: 15px;
    }

    .modal-footer {
        padding: 0 0 30px 0;
    }
}
/* Homepage Slider
========================================================================== */
.homepage__slick .slick-slide img {
    margin: 0 auto;
}

/* Slick Slider Global
========================================================================== */
	.slick-slider {
		margin-bottom: 0;
	}

    .slick-slider .slick-slide img {
        margin: 0 auto;
    }

    .slick-slider .armorall_slider_arrow {
        width: 18px;
        height: 30px;
    }

    .slick-slider .armoall_oval_triangle {
        width: 28px;
        height: 28px;
    }

    .slick-slider .slick-next.armorall_slider_arrow, .slick-slider .slick-next.armoall_oval_triangle {
        -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        transform: rotate(180deg);
    }

/* Tabbed Slick Slider
========================================================================== */
.tab__slick .slick-prev {
    left: -30px;
    display: block !important;
}

.tab__slick .slick-next {
    right: -30px;
    display: block !important;
}

.tab__slick .slick-slide {
    text-align: center;
}

    .tab__slick .slick-slide a {
        display: block;
        text-decoration: none;
    }

        .tab__slick .slick-slide a:hover .thumb {
            background-color: #D7D7D7;
        }

    .tab__slick .slick-slide .thumb {
        position: relative;
        min-height: 100%;
        max-width: 100%;
        margin: 0 auto;
    }

    .tab__slick .slick-slide img {
        display: inline-block;
        bottom: 15px;
        left: 0;
        right: 0;
        margin-left: -16px;
        width: 100%;
        height: auto;
        margin: 0 auto;
    }

    .tab__slick .slick-slide p {
        color: #777777;
        padding: 0 20%;
    }

        .tab__slick .slick-slide p sup {
            font-size: 60%;
            top: -0.2em;
        }

/* Thumb Slick Slider
========================================================================== */
.single__slick {
    position: relative;
    margin-bottom: 0;
}

    .single__slick .slick-caption {
        position: absolute;
        padding: 17px 22px;
        height: 7em;
        width: 100%;
        left: 0;
        right: auto;
        bottom: 0;
        background: rgba(0, 0, 0, 0.7);
        text-align: left;
    }

        .single__slick .slick-caption h3 {
            margin: 0;
            color: #fff;
            font-size: 24px;
        }

        .single__slick .slick-caption p {
            margin: 0;
            padding-right: 8%;
            color: #fff;
            font-size: 14px;
            font-family: 'Proxima Nova A W07 Regular';
        }

    .single__slick .slick-next, .single__slick .slick-prev {
        bottom: 10%;
        top: auto;
        right: 20px;
        color: #fff;
    }

    .single__slick .slick-prev {
        left: auto;
        right: 52px;
    }

/* Thumb Slick Slider
========================================================================== */
	.sidebar-thumbs__slick {
		background-color: #292929;
		margin-bottom: 0;
	}

    .sidebar-thumbs__slick .slick-slide {
        opacity: 0.2;
        outline: 0;
		
		cursor: pointer;
    }

	.sidebar-thumbs__slick .slick-slide .border {
		border-right: 1px solid black;
	}

    .sidebar-thumbs__slick .slick-current {
        background-size: cover;
        opacity: 1;
    }

	.sidebar-thumbs__slick .slick-current .border {
		border-right: none;
	}

    .sidebar-thumbs__slick .slick-next, .sidebar-thumbs__slick .slick-prev {
        width: 15px;
        height: 25px;
    }

    .sidebar-thumbs__slick .slick-prev {
        left: -30px;
    }

    .sidebar-thumbs__slick .slick-next {
        right: -30px;
    }

    .sidebar-thumbs__slick img {
        max-width: 95px;
    }


@media (max-width: 768px) and (min-width: 480px) {
    .sidebar-thumbs__slick img {
        padding: 0;
        max-height: 75px;
    }
}


	.stp__thumbs-sidebar {
		padding: 0 10%;
		background-color: #000;
	}
	
	/* Sidebar Slider
	========================================================================== */
	.sidebar__slick {
		/* Landscape */
	}

    .sidebar__slick .product-img img {
        margin: 37px auto;
        width: 80%;
    }


@media (min-width: 940px) {
    .sidebar__slick .product-img img {
        margin: 0 auto;
        width: 85%;
    }
}

@media (max-width: 768px) and (min-width: 480px) {
    .sidebar__slick {
        max-height: 55vh;
    }
}

@media only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape) {
    .sidebar__slick .product-img img {
        margin-top: 0;
        width: 35%;
        margin-bottom: 60px;
    }
}

@media (max-width: 768px) and (min-width: 768px) {
    .sidebar__slick .product-img img {
        margin-top: 0;
        width: 70%;
        margin-bottom: 120px;
    }
}

.audio-player {
    background-color: #3b3b3b;
    margin-bottom: 10vh;
}

    .audio-player a {
        color: #7d7d7d;
    }

    .audio-player .ap-left {
        padding-right: 0;
    }

    .audio-player .ap-right {
        padding-left: 0;
    }

    .audio-player .player-image img {
        width: 100%;
    }

    .audio-player .ap-container .ap-controls {
        background-color: #F7C900;
        border-bottom: 1px solid #FFFFFF;
        padding-top: 2vh;
        padding-bottom: 2vh;
    }

        .audio-player .ap-container .ap-controls .jp-controls-holder {
            text-align: center;
        }

            .audio-player .ap-container .ap-controls .jp-controls-holder a {
                padding-left: 1vw;
                padding-right: 1vw;
            }

                .audio-player .ap-container .ap-controls .jp-controls-holder a:first-child {
                    padding-left: 0;
                }

                .audio-player .ap-container .ap-controls .jp-controls-holder a:last-child {
                    padding-right: 0;
                }

        .audio-player .ap-container .ap-controls .progress-col {
            padding-left: 0;
        }

        .audio-player .ap-container .ap-controls .jp-progress {
            padding-right: 20px;
        }

            .audio-player .ap-container .ap-controls .jp-progress .jp-seek-bar {
                border-bottom: 1px solid #FFFFFF;
                padding-top: 11px;
                position: relative;
                margin: auto;
            }

                .audio-player .ap-container .ap-controls .jp-progress .jp-seek-bar .jp-play-bar {
                    background-color: transparent;
                    height: 1px;
                    float: left;
                }

                .audio-player .ap-container .ap-controls .jp-progress .jp-seek-bar .dot-marker {
                    float: left;
                    height: 20px;
                    width: 20px;
                    border-radius: 50%;
                    background-color: #FFFFFF;
                    box-shadow: 1px 1px 2px #3f3f3f;
                    margin-top: -9px;
                    position: absolute;
                }

        .audio-player .ap-container .ap-controls span {
            font-size: 22px;
            color: #FFFFFF;
        }

    .audio-player .ap-container .jp-playlist {
        padding-top: 3vw;
    }

        .audio-player .ap-container .jp-playlist ul {
            list-style-type: none;
        }

            .audio-player .ap-container .jp-playlist ul li {
                margin-bottom: 1vh;
            }

            .audio-player .ap-container .jp-playlist ul a {
                font-size: 16px;
            }

            .audio-player .ap-container .jp-playlist ul .jp-playlist-current {
                color: #FFFFFF;
                outline: none;
            }

                .audio-player .ap-container .jp-playlist ul .jp-playlist-current span {
                    color: #7d7d7d;
                }

@media (max-width: 939px) {
    .audio-player .ap-right {
        padding-left: 10px;
    }
}

@media (max-width: 768px) {
    .audio-player .ap-container .jp-playlist ul a {
        font-size: 12px;
    }
}

	#mainnav {
		top: 50px;
		/* Rectangle 7: */
		background-image: -webkit-linear-gradient(270deg, #F6C400 50%, #FF9C00 100%);
		background-image: linear-gradient(-180deg, #F6C400 50%, #FF9C00 100%);
		box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.5);
		height: 52px;
		background-color: #F7C900;
		border-top: 2px solid white;
	}

    #mainnav nav {
        text-align: center;
        position: relative;
        z-index: 1;
        width: 100%;
        margin: 0 auto;
    }

    #mainnav .display-mobile {
        display: none;
    }

    #mainnav .nav_hamburger {
        width: 27px;
        height: 21px;
        display: none;
    }

    #mainnav .nav_close {
        width: 22px;
        height: 22px;
        display: none;
    }

	.mainnav__links {
		height: 50px;
		margin-bottom: 0;
		width: 100%;
		float: left;
	}

    .mainnav__links > li {
        width: 17.567567568%;
        position: relative;
        float: left;
        font-family: 'Proxima Nova A W07 Semibold';
    }

	.mainnav__links > li:hover > a {
		color: white;
	}

	.mainnav__links > li:nth-child(2) {
		margin-right: 29.72972973%;
	}

	.mainnav__links > li > a {
		display: block;	
		min-height: 50px;
		
		font-size: 14px;
		line-height: 18px;
		color: #231F20;
		
		text-transform: capitalize;					
	}
	
	.mainnav__links > li > a table {
		width: 100%;
	}
	
	.mainnav__links > li > a table tr {
		vertical-align: middle;
	}
	
	.mainnav__links > li > a table tr td  {
		height: 50px;
		vertical-align: middle;
	}
	

@media (max-width: 940px) {
    .mainnav__links > li > a {
        font-size: 13px;
    }
}

.mainnav__links > li > a:hover {
    text-decoration: none;
    background-color: #FF6C08;
}

.mainnav__links > li ul {
    display: none;
}

@media screen and (max-height: 660px) {
    /*.mainnav__links > li:hover ul a {
        padding: 10px 5px !important;
    }*/
}

@media (min-width: 769px) {    	
	.desktop .mainnav__links > li:hover > a, .desktop .mainnav__links > li.mainnav__links_submenu > a {
        background-color: #FF6C08;
    }

    .desktop .mainnav__links > li:hover ul, .desktop .mainnav__links > li.mainnav__links_submenu ul {
        background-color: #F8F8F8;
        display: block;
        position: absolute;
        top: 50px;
        left: -16%;
        width: 150%;
        box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.5);
    }

        .desktop .mainnav__links > li:hover ul li, .desktop .mainnav__links > li.mainnav__links_submenu ul li {
            border-bottom: 1px solid #DFDFDF;
        }

            .desktop .mainnav__links > li:hover ul li:last-child, .desktop .mainnav__links > li.mainnav__links_submenu ul li:last-child {
                border-bottom: none;
            }

        .desktop .mainnav__links > li:hover ul a, .desktop .mainnav__links > li.mainnav__links_submenu ul a {
            color: #878787;
            font-size: 14px;
            text-transform: capitalize;
            display: block;
            padding: 10px 5px;
        }

            .desktop .mainnav__links > li:hover ul a:hover, .desktop .mainnav__links > li.mainnav__links_submenu ul a:hover {
                text-decoration: none;
                color: #ffffff;
                background-color: #FF6C08;
            }
}

body.mobile #mainnav {
    height: 33px;
    top: 40px;
}

    body.mobile #mainnav .container {
        padding-right: 0;
        padding-left: 0;
    }

    body.mobile #mainnav nav {
        width: 100%;
    }

        body.mobile #mainnav nav ul {
            display: none;
        }

            body.mobile #mainnav nav ul ul {
                display: none;
            }

        body.mobile #mainnav nav img {
            width: 60%;
        }

    body.mobile #mainnav .action__open_menu {
        position: absolute;
        right: 10px;
        top: 5px;
        color: white;
        z-index: 3;
    }

    body.mobile #mainnav .nav_hamburger {
        display: block;
    }

    body.mobile #mainnav .state__mobile_active > ul, body.mobile #mainnav .state__mobile_active .social__links, body.mobile #mainnav .state__mobile_active .global__links {
        display: block;
    }

    body.mobile #mainnav .state__mobile_active .nav_hamburger {
        display: none;
    }

    body.mobile #mainnav .state__mobile_active .nav_close {
        display: block;
    }

    body.mobile #mainnav .state__mobile_submenu_active .mainnav__links .active ul {
        display: block !important;
        padding-right: 10px;
        padding-left: 10%;
    }

    body.mobile #mainnav .state__mobile_submenu_active .active > a {
        text-decoration: none;
        background-color: #FF6C08;
    }

    body.mobile #mainnav .mainnav__links {
        padding: 30px 0 20px 0;
        background-color: #FF6C08;
        height: auto;
        position: absolute;
        top: 49px;
        right: 0;
        float: none;
        width: 270px;
        overflow: auto;
    }

@media (max-width: 768px) {
    body.mobile #mainnav .mainnav__links {
        top: 31px;
    }
}

	body.mobile #mainnav .mainnav__links > li {
		display: block;
		margin: 0;
		width: 100%;
		text-align: left;
	}

    body.mobile #mainnav .mainnav__links > li > a {
        text-decoration: none;
        min-height: 33px;
        line-height: 33px;
        padding-left: 10%;
        color: white;
        font-size: 18px;
        padding-top: 2px;
        padding-bottom: 2px;
    }

    body.mobile #mainnav .mainnav__links > li > ul {
        margin: 10px 0 20px 0;
    }


    body.mobile #mainnav .mainnav__links > li li a {
        font-family: 'Proxima Nova A W07 Semibold';
        font-size: 13px;
		line-height: 15px;
        text-transform: capitalize;
        color: white;
        padding-bottom: 2px;
        display: inline-block;;
    }

	body.mobile #mainnav .social__links {
		margin-left: 0;
		padding-left: 10%;
		margin: 20px 0;
	}

    body.mobile #mainnav .social__links li {
        width: 45px;
        border-color: #ffffff;
    }

    body.mobile #mainnav .social__links a {
        color: #ffffff;
    }

        body.mobile #mainnav .social__links a:hover {
            color: #231F20;
        }

	body.mobile #mainnav .global__links {
		margin-bottom: 0;
	}

    body.mobile #mainnav .global__links a {
        font-family: 'Proxima Nova A W07 Regular';
        color: #ffffff;
        font-size: 14px !important;
    }

	body.mobile #mainnav .display-mobile {
		display: list-item !important;
	}


@media (max-width: 768px) {
    #mainnav {
        height: 33px;
        top: 40px;
    }

        #mainnav .container {
            padding-right: 0;
            padding-left: 0;
        }

        #mainnav nav {
            width: 100%;
        }

            #mainnav nav ul {
                display: none;
            }

                #mainnav nav ul ul {
                    display: none;
                }

            #mainnav nav img {
                width: 60%;
            }

        #mainnav .action__open_menu {
            position: absolute;
            right: 10px;
            top: 5px;
            color: white;
            z-index: 3;
        }

        #mainnav .nav_hamburger {
            display: block;
        }

        #mainnav .state__mobile_active > ul, #mainnav .state__mobile_active .social__links, #mainnav .state__mobile_active .global__links {
            display: block;
        }

        #mainnav .state__mobile_active .nav_hamburger {
            display: none;
        }

        #mainnav .state__mobile_active .nav_close {
            display: block;
        }

        #mainnav .state__mobile_submenu_active .mainnav__links .active ul {
            display: block !important;
            padding-right: 10px;
            padding-left: 10%;
        }

        #mainnav .state__mobile_submenu_active .active > a {
            text-decoration: none;
            background-color: #FF6C08;
        }

        #mainnav .mainnav__links {
            padding: 30px 0 20px 0;
            background-color: #FF6C08;
            height: auto;
            position: absolute;
            top: 49px;
            right: 0;
            float: none;
            width: 270px;
            overflow: auto;
        }
}

@media (max-width: 768px) and (max-width: 768px) {
    #mainnav .mainnav__links {
        top: 31px;
    }
}

@media (max-width: 768px) {
    #mainnav .mainnav__links > li {
        display: block;
        margin: 0;
        width: 100%;
        text-align: left;
    }

        #mainnav .mainnav__links > li > a {
            text-decoration: none;
            min-height: 33px;
            line-height: 33px;
            padding-left: 10%;
            color: white;
            font-size: 18px;
            padding-top: 2px;
            padding-bottom: 2px;
        }

        #mainnav .mainnav__links > li > ul {
            margin: 10px 0 20px 0;
        }

        #mainnav .mainnav__links > li li a {
            font-family: 'Proxima Nova A W07 Semibold';
            font-size: 13px;
            text-transform: capitalize;
            color: white;
            padding-bottom: 2px;
            display: inline-block;
        }

    #mainnav .state__mobile_submenu_active .mainnav__links .active ul li {
        padding: 5px 0;
    }


    #mainnav .social__links {
        margin-left: 0;
        padding-left: 10%;
        margin: 20px 0;
    }

        #mainnav .social__links li {
            width: 45px;
            border-color: #ffffff;
        }

        #mainnav .social__links a {
            color: #ffffff;
        }

            #mainnav .social__links a:hover {
                color: #231F20;
            }

    #mainnav .global__links {
        margin-bottom: 0;
    }

        #mainnav .global__links a {
            font-family: 'Proxima Nova A W07 Regular';
            color: #ffffff;
            font-size: 14px !important;
        }

    #mainnav .display-mobile {
        display: list-item !important;
    }
}

@media (min-width: 768px) {
    body.mobile #mainnav .action__open_menu {
        display: block !important;
    }

    body.mobile #mainnav .social__links li {
        padding-right: 2%;
    }

    body.mobile #mainnav .global__links li {
        padding-left: 0 !important;
        display: block !important;
    }

        body.mobile #mainnav .global__links li a {
            padding-left: 10% !important;
        }
}

@media (max-width: 667px) {
    .mobile .mainnav__links {
        overflow: scroll;
    }

        .mobile .mainnav__links > li {
            min-height: 0;
        }
}

.mobile.state__dropdown_active .region.region-header {
    margin-top: 40px;
}

.region.region-header {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 201;
}

    .region.region-header.render {
        z-index: 201;
    }

#topnav {
    height: 50px;
    background-color: #FF6C08;
    border-bottom: 2px solid #231F20;
}

    #topnav nav > a, #topnav nav .topnav__link {
        text-align: center;
        width: 75px;
        height: 48px;
        color: #FFC085;
        background: none;
        border: none;
    }

        #topnav nav > a:focus, #topnav nav .topnav__link:focus {
            outline: none;
        }

        #topnav nav > a.active, #topnav nav .topnav__link.active {
            background-color: #FC900A;
        }

    #topnav nav img, #topnav nav .icon {
        margin-top: 10px;
    }

    #topnav nav .armorall_logo_acpro {
        margin-top: 13px;
    }

    #topnav nav.border-l > a, #topnav nav.border-l .topnav__link {
        width: 54px;
    }

    #topnav nav.border-l .icon {
        margin-top: 13px;
    }

    #topnav .border-r > a {
        border-right: 1px solid #CD5A00;
    }

    #topnav .border-l > a, #topnav .border-l .topnav__link {
        border-left: 1px solid #CD5A00;
    }

    #topnav .armorall_logo_stp {
        width: 45px;
        height: 32px;
    }

    #topnav .armorall_logo_tuff {
        width: 45px;
        height: 30px;
    }

    #topnav .armorall_logo_acpro {
        width: 35px;
        height: 25px;
    }

    #topnav .armorall_nav_earth, #topnav .armorall_nav_pencil, #topnav .armorall_nav_car, #topnav .armorall_nav_oval, #topnav .armorall_nav_search {
        width: 26px;
        height: 24px;
    }

    #topnav .border-l .active .nav__dropdown, #topnav .border-l .active .nav__dropdown-list {
        display: block;
    }

    #topnav .armorall_nav_close {
        display: none;
        width: 20px;
        height: 20px;
    }

    #topnav div.topnav__link {
        position: relative;
    }

@media (min-width: 769px) {
    .desktop #topnav nav > a:hover, .desktop #topnav nav .topnav__link:hover {
        background-color: #FC900A;
        color: white;
    }
}

	.desktop #topnav nav > a.stp-logo:hover, .desktop #topnav nav .topnav__link.stp-logo:hover {
		background-color: #00a7ff;
		color: white;
	}
	
	.desktop #topnav nav > a.tuff-logo:hover, .desktop #topnav nav .topnav__link.tuff-logo:hover {
		background-color: #FFEF00;
		color: #231F20;
	}
	
	.desktop #topnav nav > a.acpro-logo:hover, .desktop #topnav nav .topnav__link.acpro-logo:hover {
		background-color: #2E2E2E;
		color: white;
	}

@media (min-width: 769px) {
    .desktop #topnav .border-l a:hover .nav__dropdown, .desktop #topnav .border-l a:hover .nav__dropdown-list, .desktop #topnav .border-l .topnav__link:hover .nav__dropdown, .desktop #topnav .border-l .topnav__link:hover .nav__dropdown-list {
        display: block;
    }
}
	
	section#topnav {
		position: relative;	
	}


	.mainnav__logo {
		position: absolute;
		left: 0;
		right: 0;
		margin: 0 auto;
		top: 15px;
		width: 204px;
		display: inline-block;
		z-index: 2;
	}
	
	.extend_dropdown, .nav__dropdown, .nav__dropdown-list {
		position: absolute;
		display: none;
		top: 48px;
	}
	
	.nav__dropdown {
		right: 0;
		width: 279px;
		height: 54px;
		z-index: 4;
		background-color: #FC900A;
	}

    .nav__dropdown form {
        margin-top: 4px;
        float: left;
    }

    .nav__dropdown .input-lg {
        height: 42px;
        padding: 12px;
        margin-left: 7px;
        font-size: 16px;
        min-width: 100%;
        border: none;
    }

	.nav__dropdown .input-lg::-webkit-input-placeholder {
		/* WebKit browsers */
		color: #565656;
		opacity: 1;
	}

	.nav__dropdown .input-lg:-moz-placeholder {
		/* Mozilla Firefox 4 to 18 */
		color: #565656;
		opacity: 1;
	}

	.nav__dropdown .input-lg::-moz-placeholder {
		/* Mozilla Firefox 19+ */
		color: #565656;
		opacity: 1;
	}

	.nav__dropdown .input-lg:-ms-input-placeholder {
		/* Internet Explorer 10+ */
		color: #565656;
		opacity: 1;
        }

    .nav__dropdown .armorall_oval_triangle {
        width: 28px;
        height: 28px;
        color: white;
        -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        transform: rotate(180deg);
        margin-left: 16px !important;
        margin-top: 10px !important;
    }

	.nav__dropdown-list {
		background-color: #F8F8F8;
		left: -117px;
		width: 170px;
		text-align: left;
		list-style: none;
		box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.3);
		z-index: 4;
		padding-left: 0;
		padding-bottom: 20px;
	}

    .nav__dropdown-list > li {
        padding: 20px 20px 0 20px;
    }

        .nav__dropdown-list > li > a {
            font-size: 16px;
            color: #5A5A5A;
            border: none;
        }

    .nav__dropdown-list.right {
        left: 0;
        width: 162px;
    }

@media (max-width: 2000px) {
    .mobile.state__dropdown_active #topnav {
        top: 40px;
    }

    .mobile.state__dropdown_active #mainnav {
        top: 80px;
    }

    .mobile.state__dropdown_active div.topnav__link {
        position: inherit !important;
    }

    .mobile.state__dropdown_active .topnav__link.active > .armorall_nav_close {
        display: block !important;
    }

    .mobile.state__dropdown_active .extend_dropdown, .mobile.state__dropdown_active .nav__dropdown, .mobile.state__dropdown_active .nav__dropdown-list, .mobile.state__dropdown_active .nav__dropdown {
        height: 40px;
        top: -40px;
        width: 100%;
    }

	.mobile.state__dropdown_active .extend_dropdown .form-group, .mobile.state__dropdown_active .nav__dropdown .form-group, .mobile.state__dropdown_active .nav__dropdown-list .form-group, .mobile.state__dropdown_active .nav__dropdown .form-group {
		float: left;
		margin-bottom: 0;
		width: 15%;
	}

	.mobile.state__dropdown_active .extend_dropdown .form-group:first-child, .mobile.state__dropdown_active .nav__dropdown .form-group:first-child, .mobile.state__dropdown_active .nav__dropdown-list .form-group:first-child, .mobile.state__dropdown_active .nav__dropdown .form-group:first-child {
		width: 85%;
	}

	.mobile.state__dropdown_active .extend_dropdown .armorall_oval_triangle, .mobile.state__dropdown_active .nav__dropdown .armorall_oval_triangle, .mobile.state__dropdown_active .nav__dropdown-list .armorall_oval_triangle, .mobile.state__dropdown_active .nav__dropdown .armorall_oval_triangle {
		margin-top: 3px !important;
	}

	.mobile.state__dropdown_active .extend_dropdown .input-lg, .mobile.state__dropdown_active .nav__dropdown .input-lg, .mobile.state__dropdown_active .nav__dropdown-list .input-lg, .mobile.state__dropdown_active .nav__dropdown .input-lg {
		height: 32px;
	}

	.mobile.state__dropdown_active .extend_dropdown form, .mobile.state__dropdown_active .nav__dropdown form, .mobile.state__dropdown_active .nav__dropdown-list form, .mobile.state__dropdown_active .nav__dropdown form {
		width: 100%;
		height: 30px;
	}

    .mobile.state__dropdown_active .nav__dropdown-list {
        height: 40px;
        top: -40px;
        width: 100%;
        left: 0;
    }

	.mobile.state__dropdown_active .nav__dropdown-list li {
		padding: 10px 10px 0 10px;
		display: inline-block;
	}
}

@media (max-width: 768px) {
    #topnav {
        height: 40px;
    }

        #topnav nav a, #topnav nav .topnav__link {
            height: 38px;
            width: auto;
        }

            #topnav nav a:nth-child(1), #topnav nav a:nth-child(3), #topnav nav .topnav__link:nth-child(1), #topnav nav .topnav__link:nth-child(3) {
                padding-left: 5px;
                padding-right: 5px;
            }

        #topnav nav .icon {
            margin-top: 8px;
        }

        #topnav nav .armorall_logo_acpro {
            margin-top: 10px;
        }

        #topnav nav.border-l a, #topnav nav.border-l .topnav__link {
            width: 32px;
            padding-left: 5px;
            padding-right: 5px;
        }

        #topnav nav.border-l .icon {
            margin-top: 10px;
        }

        #topnav .border-r a, #topnav .border-l a, #topnav .border-l .topnav__link {
            border: none;
        }

        #topnav .armorall_logo_stp {
            width: 40px;
            height: 27px;
        }

        #topnav .armorall_logo_tuff {
            width: 40px;
            height: 25px;
        }

        #topnav .armorall_logo_acpro {
            margin-top: 15px;
            width: 30px;
            height: 20px;
        }

        #topnav .armorall_nav_earth, #topnav .armorall_nav_pencil, #topnav .armorall_nav_car, #topnav .armorall_nav_oval, #topnav .armorall_nav_search {
            width: 20px;
            height: 20px;
        }

    .extend_dropdown, .nav__dropdown, .nav__dropdown-list {
        top: 38px;
    }

    .mainnav__logo {
        top: 22px;
        width: 95px;
    }

        .mainnav__logo img {
            width: 100%;
        }

    .state__dropdown_active #topnav {
        top: 40px;
    }

    .state__dropdown_active #mainnav {
        top: 80px;
    }

    .state__dropdown_active div.topnav__link {
        position: inherit !important;
    }

    .state__dropdown_active .topnav__link.active > .armorall_nav_close {
        display: block !important;
    }

    .state__dropdown_active .extend_dropdown, .state__dropdown_active .nav__dropdown, .state__dropdown_active .nav__dropdown-list, .state__dropdown_active .nav__dropdown {
        height: 40px;
        top: -40px;
        width: 100%;
    }

        .state__dropdown_active .extend_dropdown .form-group, .state__dropdown_active .nav__dropdown .form-group, .state__dropdown_active .nav__dropdown-list .form-group, .state__dropdown_active .nav__dropdown .form-group {
            float: left;
            margin-bottom: 0;
            width: 15%;
        }

            .state__dropdown_active .extend_dropdown .form-group:first-child, .state__dropdown_active .nav__dropdown .form-group:first-child, .state__dropdown_active .nav__dropdown-list .form-group:first-child, .state__dropdown_active .nav__dropdown .form-group:first-child {
                width: 85%;
            }

        .state__dropdown_active .extend_dropdown .armorall_oval_triangle, .state__dropdown_active .nav__dropdown .armorall_oval_triangle, .state__dropdown_active .nav__dropdown-list .armorall_oval_triangle, .state__dropdown_active .nav__dropdown .armorall_oval_triangle {
            margin-top: 3px !important;
        }

        .state__dropdown_active .extend_dropdown .input-lg, .state__dropdown_active .nav__dropdown .input-lg, .state__dropdown_active .nav__dropdown-list .input-lg, .state__dropdown_active .nav__dropdown .input-lg {
            height: 32px;
        }

        .state__dropdown_active .extend_dropdown form, .state__dropdown_active .nav__dropdown form, .state__dropdown_active .nav__dropdown-list form, .state__dropdown_active .nav__dropdown form {
            width: 100%;
            height: 38px;
        }

    .state__dropdown_active .nav__dropdown-list {
        height: 40px;
        top: -40px;
        width: 100%;
        left: 0;
    }

        .state__dropdown_active .nav__dropdown-list li {
            padding: 10px 10px 0 10px;
            display: inline-block;
        }
}

@media (max-width: 320px) {
    #topnav nav.border-l a {
        font-size: 14px;
    }
}

@media (max-width: 768px) and (min-width: 768px) {
    .mainnav__logo {
        top: 22px;
        width: 125px;
    }
}


	.region.region-footer {
		position: relative;
		z-index: 1;
	}
	
	footer {
		border-top: 5px solid #FF6C08;
		background-color: #1D1D1D;
		width: 100%;
		display: block;
	}

    footer .div-table {
        height: 180px;
    }

    footer .list-inline, footer .reviews {
        margin-left: 0;
    }

    footer .footer__logos {
        border-bottom: 1px solid #5A5A5A;
        padding-bottom: 10px;
        display: inline-block;
        margin-left: 0;
    }

	footer .footer__logos a {
		color: #7F7F7F;
	}

		footer .footer__logos a:hover {
			color: #FEFEFE;
		}

	footer .footer__logos li {
		padding: 0;
		vertical-align: middle;
	}

    footer .footer__autocare {
        height: auto;
        margin-bottom: 30px;
    }

	footer .footer__autocare p {
		display: inline;
		color: #515151;
		padding-right: 15px;
	}

    footer p {
        font-size: 14px;
        color: #7F7F7F;
        line-height: 17px;
        font-family: 'Proxima Nova A W07 Semibold';
    }

    footer .armorall_logo_stp {
        width: 45px;
        height: 32px;
    }

    footer .armorall_logo_tuff {
        width: 45px;
        height: 30px;
    }

    footer .armorall_logo_acpro {
        margin-top: 15px;
        width: 35px;
        height: 25px;
    }

    footer .armorall_logo_stp, footer .armorall_logo_tuff, footer .armorall_logo_acpro {
        margin-top: 10px;
        margin-left: 5px;
    }

	.social__links {
		margin-bottom: 10px;
		display: inline-block;
		margin-top: 45px;
	}

    .social__links .armorall_footer_facebook {
        width: 10px;
        height: 30px;
    }

    .social__links .armorall_footer_twitter {
        width: 22px;
        height: 30px;
    }

    .social__links .armorall_footer_youtube {
        width: 22px;
        height: 30px;
    }

    .social__links .armorall_footer_instagram {
        width: 22px;
        height: 30px;
    }

    .social__links li {
        vertical-align: middle;
        padding: 0;
        width: 60px;
        height: 30px;
        line-height: 30px;
        text-align: center;
        border-right: 1px solid #5A5A5A;
    }

        .social__links li a {
            color: #7F7F7F;
        }

            .social__links li a:hover {
                color: #FFFFFF;
            }

        .social__links li:first-child {
            border-left: 1px solid #5A5A5A;
        }
	
	.global__links a {
		font-size: 14px;
		color: #7F7F7F;
		line-height: 26px;
	}
	
	.global__links > li {
		padding-right: 0;
		padding-left: 15px;
	}
	
	#sidebar-page footer .container {
		width: 95%;
		padding-top: 30px;
	}
	
	#sidebar-page footer .div-table {
		height: 100px;
	}
	
	#sidebar-page footer .social__links {
		margin-top: 0;
	}
	
	#sidebar-page footer .footer__autocare {
		margin-bottom: 10px;
	}
	
	#sidebar-page #footer-legal .container {
		width: 95%;
		text-align: center;
	}

@media (max-width: 767px) {
    footer .container {
        padding: 40px 20px 0px 20px;
    }

    footer .div-table {
        height: 150px;
    }

    footer .footer-logos {
        height: 40px;
		margin-bottom: 30px;
    }

    footer .text-right {
        height: 100px;
        text-align: left;
    }

    footer .text-left p {
        font-size: 13px;
    }

    footer .footer__autocare {
        margin-bottom: 20px;
    }

        footer .footer__autocare p {
            display: block;
            font-size: 13px;
        }

    .social__links {
        margin-top: 0;
    }

    .global__links {
        margin: 20px 0;
    }

        .global__links > li {
            padding-left: 10%;
            padding-right: 15px;
            display: block;
        }

    .has-sidebar footer .footer-logos {
        margin-top: 30px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 768px) {
    footer .social-container {
        margin-top: 10px;
    }
}

	#footer-legal {
		background: #000000;
	}

    #footer-legal p {
        font-size: 13px;
        color: #5A5A5A;
        padding: 20px 0;
        margin: 0;
    }
	
	.marquee {
		background-color: #010101;
	}

	.marquee .abs-element {
		/*background-position: center top;*/
		background-position: center center;
		background-size: 100% auto;
		background-repeat: no-repeat;
	}

    .marquee video {
        min-width: 100% !important;
        min-height: 100% !important;
        min-height: 100% !important;
        width: auto;
        height: auto;
        position: absolute;
        bottom: -65px;
        right: 0;
    }
	
	.ie8 .marquee video, .ie9 .marquee video {
		display: none;
	}
	
	.marquee .div-table {
		height: 550px;
	}
	
	.marquee .static {
		width: 100%;
		height: 100%;
	}
	
	.ie8 .marquee .static, .ie9 .marquee .static {
		display: block !important;
	}
	
	.marquee__content h1 {
		color: #FEFEFE;
		font-size: 85px;
		margin-top: -20px;
	}

    .marquee__content h1 span {
        display: block;
    }

    .marquee__content h1 .subtitle {
        font-size: 45px;
    }
	
	.marquee__content .scroll-down {
		display: block;
		width: 75px;
		margin: 0 auto;
		position: absolute;
		left: 0;
		right: 0;
		bottom: 70px;
	}

	@media (max-width: 768px) {
		.marquee .div-table {
			height: 274px;
		}
	
		.marquee__content h1 {
			margin-top: 0;
			font-size: 36px;
		}
	
		.marquee__content h1 .subtitle {
			font-size: 25px;
		}
	
		.marquee__content .scroll-down {
			display: none;
		}
	}

	@media (max-width: 768px) and (min-width: 768px) {
		.marquee .div-table {
			height: 400px;
		}
	}
	
	body.mobile .marquee .static {
		display: block !important;
	}
	
	body.mobile .marquee video {
		display: none;
	}
	
	@media (max-width: 800px) {
		.marquee__content .scroll-down {
			padding-top: 50px;
		}
	}
	
	@media (max-width: 768px) {
		.marquee .static {
			display: block !important;
		}
	
		.marquee video {
			display: none;
		}
	}



	.section__home {
		background-color: white;
		position: relative;
		z-index: 10;
	}

    .section__home.primary {
        background-color: #FF6C08;
    }

        .section__home.primary h2, .section__home.primary p, .section__home.primary a {
            color: white;
        }

    .section__home.primary-light {
        background-color: #FC8F00;
    }

        .section__home.primary-light h2, .section__home.primary-light p, .section__home.primary-light a {
            color: white;
        }

    .section__home.secondary {
        background-color: #F7C900;
    }

    .section__home h2, .section__home p, .section__home a {
        color: black;
    }

    .section__home h2 {
        font-size: 34px;
        font-family: 'Roboto Condensed';
        font-weight: 700;
        margin-bottom: 20px;
        margin-top: 0;
    }

    .section__home .div-cell h2 sup {
        top: -1.1em;
        font-size: 40%;
    }

@media (max-width: 768px) {
    .section__home .div-cell h2 {
        margin-top: 40px;
    }
}

.section__home p {
    font-size: 18px;
    padding-bottom: 30px;
}

.section__home img {
    margin-top: -30px;
}

.section__home a {
    font-weight: bold;
    font-size: 16px;
    position: relative;
    padding-right: 43px;
}

.section__home .icon {
    width: 32px;
    height: 32px;
    position: absolute;
    right: 0;
    top: -6px;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.section__home .div-table {
    width: auto;
    height: 420px;
    margin: 0 20px;
}

.section__home .img-scale-container {
    border-radius: 100%;
    text-align: center;
    overflow: hidden;
    -webkit-perspective: 1px;
    perspective: 1px;
    margin-top: -48px;
    width: 408px;
    height: 408px;
}

@media (max-width: 940px) {
    .section__home .img-scale-container {
        -webkit-transform: scale(0.8);
        -ms-transform: scale(0.8);
        transform: scale(0.8);
        margin-top: -65px;
    }
}

@media (max-width: 768px) {
    .section__home .img-scale-container {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
        width: 340px;
        height: 340px;
    }
}

@media (max-width: 600px) {
    .section__home .img-scale-container {
        -webkit-transform: scale(0.8);
        -ms-transform: scale(0.8);
        transform: scale(0.8);
    }
}

@media (max-width: 400px) {
    .section__home .img-scale-container {
        width: 340px;
        height: 340px;
    }
}

.section__home .img-scale-container img {
    margin-top: 0px;
    padding: 0;
    width: 100%;
    height: 100%;
    margin: 0;
    -webkit-transition: all 0.38s ease;
    transition: all 0.38s ease;
    max-width: 105%;
}

    .section__home .img-scale-container img:hover {
        width: 105%;
        height: 105%;
        margin: -2% 0 0 -2%;
    }

.section__home .product-tile-container {
    max-width: inherit;
    z-index: 2;
    position: relative;
    -webkit-transition: none;
    transition: none;
}

    .section__home .product-tile-container img {
        position: absolute;
        bottom: -50px;
        right: 0;
        margin: 0;
    }

        .section__home .product-tile-container img:hover {
            -webkit-transform: scale(1);
            -ms-transform: scale(1);
            transform: scale(1);
        }

@media (max-width: 940px) {
    .section__home .product-tile-container {
        -webkit-transform: scale(0.9);
        -ms-transform: scale(0.9);
        transform: scale(0.9);
    }
}

@media (max-width: 768px) {
    .section__home .product-tile-container {
        -webkit-transform: scale(0.9);
        -ms-transform: scale(0.9);
        transform: scale(0.9);
    }
}

@media (max-width: 600px) {
    .section__home .product-tile-container {
        -webkit-transform: scale(0.7);
        -ms-transform: scale(0.7);
        transform: scale(0.7);
    }
}

.section__home .product-tile-container.scale_prod_1 {
    x-webkit-transform: scale(0.9);
    x-ms-transform: scale(0.9);
    xtransform: scale(0.9);
}

@media (max-width: 940px) {
    .section__home .product-tile-container.scale_prod_1 {
        x-webkit-transform: scale(0.8);
        x-ms-transform: scale(0.8);
        xtransform: scale(0.8);
    }

        .section__home .product-tile-container.scale_prod_1 img {
            bottom: -20px;
        }
}

@media (max-width: 768px) {
    .section__home .product-tile-container.scale_prod_1 img {
        bottom: -60px;
        right: 50px;
    }
}

@media (max-width: 600px) {
    .section__home .product-tile-container.scale_prod_1 {
        x-webkit-transform: scale(0.7);
        x-ms-transform: scale(0.7);
        xtransform: scale(0.7);
    }

        .section__home .product-tile-container.scale_prod_1 img {
            bottom: -20px;
            right: 0px;
        }
}

@media (max-width: 460px) {
    .section__home .product-tile-container.scale_prod_1 {
        x-webkit-transform: scale(0.6);
        x-ms-transform: scale(0.6);
        xtransform: scale(0.6);
    }

        .section__home .product-tile-container.scale_prod_1 img {
            bottom: -20px;
            right: -70px;
        }
}

@media (max-width: 940px) {
    .section__home .img-scale-container.scale_1 {
        margin-left: -15%;
    }
}

@media (max-width: 768px) {
    .section__home .img-scale-container.scale_1 {
        margin: 10px auto 0;
    }
}

.section__home .img-scale-container.scale_1.img-responsive {
    width: 420px;
    max-width: inherit;
    margin-top: 0px;
}

.section__home .product-tile-container.scale_prod_2 {
    -webkit-transform: scale(0.9);
    -ms-transform: scale(0.9);
    transform: scale(0.9);
}

    .section__home .product-tile-container.scale_prod_2 img {
        left: -40px;
    }

@media (max-width: 940px) {
    .section__home .product-tile-container.scale_prod_2 {
        -webkit-transform: scale(0.8);
        -ms-transform: scale(0.8);
        transform: scale(0.8);
    }

        .section__home .product-tile-container.scale_prod_2 img {
            bottom: -20px;
        }
}

@media (max-width: 768px) {
    .section__home .product-tile-container.scale_prod_2 img {
        bottom: -45px;
        left: -80px;
    }
}

@media (max-width: 600px) {
    .section__home .product-tile-container.scale_prod_2 {
        -webkit-transform: scale(0.7);
        -ms-transform: scale(0.7);
        transform: scale(0.7);
    }

        .section__home .product-tile-container.scale_prod_2 img {
            bottom: -20px;
            left: 0px;
        }
}

@media (max-width: 460px) {
    .section__home .product-tile-container.scale_prod_2 {
        -webkit-transform: scale(0.6);
        -ms-transform: scale(0.6);
        transform: scale(0.6);
    }

        .section__home .product-tile-container.scale_prod_2 img {
            bottom: 40px;
            left: -70px;
        }
}

@media (max-width: 768px) {
    .section__home .img-scale-container.scale_2 {
        margin: 10px auto 0;
    }
}

.section__home .product-tile-container.scale_prod_3 {
    -webkit-transform: scale(0.9);
    -ms-transform: scale(0.9);
    transform: scale(0.9);
}

@media (max-width: 940px) {
    .section__home .product-tile-container.scale_prod_3 {
        -webkit-transform: scale(0.8);
        -ms-transform: scale(0.8);
        transform: scale(0.8);
    }

        .section__home .product-tile-container.scale_prod_3 img {
            bottom: -20px;
        }
}

@media (max-width: 768px) {
    .section__home .product-tile-container.scale_prod_3 img {
        bottom: -60px;
        right: -80px;
    }
}

@media (max-width: 600px) {
    .section__home .product-tile-container.scale_prod_3 {
        -webkit-transform: scale(0.7);
        -ms-transform: scale(0.7);
        transform: scale(0.7);
    }

        .section__home .product-tile-container.scale_prod_3 img {
            bottom: -20px;
            right: 0px;
        }
}

@media (max-width: 460px) {
    .section__home .product-tile-container.scale_prod_3 {
        -webkit-transform: scale(0.6);
        -ms-transform: scale(0.6);
        transform: scale(0.6);
    }

        .section__home .product-tile-container.scale_prod_3 img {
            bottom: 20px;
            right: -70px;
        }
}

@media (max-width: 940px) {
    .section__home .img-scale-container.scale_3 {
        margin-left: -15%;
    }
}

@media (max-width: 768px) {
    .section__home .img-scale-container.scale_3 {
        margin: 10px auto 0;
    }
}

.section__home .product-tile-container.scale_prod_4 {
    -webkit-transform: scale(0.9);
    -ms-transform: scale(0.9);
    transform: scale(0.9);
}

    .section__home .product-tile-container.scale_prod_4 img {
        left: -40px;
    }

@media (max-width: 940px) {
    .section__home .product-tile-container.scale_prod_4 {
        -webkit-transform: scale(0.8);
        -ms-transform: scale(0.8);
        transform: scale(0.8);
    }

        .section__home .product-tile-container.scale_prod_4 img {
            left: 10px;
            bottom: -20px;
        }
}

@media (max-width: 768px) {
    .section__home .product-tile-container.scale_prod_4 img {
        bottom: -10px;
        left: -100px;
    }
}

@media (max-width: 600px) {
    .section__home .product-tile-container.scale_prod_4 {
        -webkit-transform: scale(0.7);
        -ms-transform: scale(0.7);
        transform: scale(0.7);
    }

        .section__home .product-tile-container.scale_prod_4 img {
            bottom: 10px;
            left: 0px;
        }
}

@media (max-width: 460px) {
    .section__home .product-tile-container.scale_prod_4 {
        -webkit-transform: scale(0.6);
        -ms-transform: scale(0.6);
        transform: scale(0.6);
    }

        .section__home .product-tile-container.scale_prod_4 img {
            bottom: 40px;
            left: -70px;
        }
}

.section__home .img-scale-container.scale_4 {
    margin-left: 50px;
}

@media (max-width: 768px) {
    .section__home .img-scale-container.scale_4 {
        margin: 10px auto 0;
    }
}

@media (max-width: 768px) {
    .section__home {
        padding-bottom: 50px;
    }

        .section__home img {
            margin: 20px auto 20px auto;
            display: block;
            padding: 0 10px;
        }

        .section__home .div-table {
            height: auto;
            margin: 0 10px;
        }
}

@media (max-width: 768px) and (min-width: 768px) {
    .section__home .div-table {
        min-height: 380px;
    }
}

	.headline {		
		margin-bottom: 40px;	
		
		font-size: 18px;
		color: #FEFEFE;
		letter-spacing: 0.5px;
	}	

    .headline h1 {
		margin-top: 0;
		margin-bottom: 30px;
       
        font-size: 48px;        
        font-weight: 500;
		color: #FEFEFE;
		letter-spacing: normal;
    }

	.headline h1 sup {
		font-size: 30%;
		top: -1.7em !important;
	}

    .headline p {
        display: inline-block;
		
		margin: 0 auto;
		
        font-size: 18px;
        color: #FEFEFE;
        text-align: center;
        letter-spacing: 0.5px;                
    }

/* IE Fix */
	body.ie .headline h1 sup {
		top: -0.8em !important;
	}


@media (max-width: 768px) {
    .headline {
        margin-top: 35px;
    }

	.headline h1 {
		font-size: 26px;
	}

	.headline p {
		padding: 0 10px;
		font-size: 14px;
	}
}

	
	.help {
		padding-top: 20px;
		margin-bottom: 50px;
	}
	
	p + .help {
		padding-top: 0px;
	}

    .help h3 {
        color: #FEFEFE;
        font-size: 24px;
        margin-top: 0;
        font-family: 'Proxima Nova A W07 Semibold';
    }

    .help p {
        font-size: 18px;
        color: #FEFEFE;
    }

    .help .btn-primary {
        margin-top: 10px;
    }


@media (max-width: 768px) {
    .help h3 {
        font-size: 15px;
        margin-bottom: 5px;
    }

    .help p {
        padding: 0 10px;
        font-size: 14px;
    }
}
	
	
	
	.tiles {
		background-color: #232323;
		min-height: 400px;
	}
	
	.tiles__timeline {
		min-height: 0px;	
	}


@media (max-width: 768px) {
    .tiles .container {
        padding-left: 0;
        padding-right: 0;
    }

    .tiles .tiles__content {
        margin-top: 0;
    }

    .tile-space.xlg-space, .tile-space.lg-space, .tile-space.md-space, .tile-space.sm-space {
        height: 0;
    }
}
	
	.tiles__home, .tiles__timeline {
		padding-bottom: 60px;
	}		

    .tiles__home .tiles__content, .tiles__timeline .tiles__content {
        margin-top: -155px;
    }

@media (max-width: 768px) {
    .tiles__home .tiles__content > a, .tiles__timeline .tiles__content > a {
        display: block;
        overflow: hidden;
    }
}
	
	.tiles__home .tile-img, .tiles__timeline .tile-img {
		width: 50%;
		position: relative;
	}

    .tiles__home .tile-img:before, .tiles__timeline .tile-img:before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        width: 100%;
        background-color: #000;
        opacity: .2;
        z-index: 10;
    }

    .tiles__home .tile-img.hovered:before, .tiles__timeline .tile-img.hovered:before {
        opacity: 0;
    }

    .tiles__home .tile-img.half-width, .tiles__timeline .tile-img.half-width {
        width: 25%;
    }

    .tiles__home .tile-img img, .tiles__timeline .tile-img img {
        border-top: 5px solid white;
        position: relative;
    }

	.tiles__home .tile-img img.no-border, .tiles__timeline .tile-img img.no-border {
		border-top: 0;
	}

	.tiles__home .tile-img img.border-primary, .tiles__timeline .tile-img img.border-primary {
		border-top: 5px solid #FF6C08;
	}

	.tiles__home .tile-img img.border-primary-light, .tiles__timeline .tile-img img.border-primary-light {
		border-top: 5px solid #FC8F00;
	}

	.tiles__home .tile-img img.border-secondary, .tiles__timeline .tile-img img.border-secondary {
		border-top: 5px solid #F7C900;
	}

	.tiles__home .tile-img img.border-red, .tiles__timeline .tile-img img.border-red {
		border-top: 5px solid #FD2C3B;
	}

	.tiles__home .tile-img img.border-info, .tiles__timeline .tile-img img.border-info {
		border-top: 5px solid #F7C900;
	}

	.tiles__home .tiles__info, .tiles__timeline .tiles__info {
		width: 50%;
	}

    .tiles__home .tiles__info .info__content, .tiles__timeline .tiles__info .info__content {
        width: 78.723404255%;
        padding: 16px 30px 20px 30px;
        background-color: white;
        position: relative;
    }

	.tiles__home .tiles__info .info__content .hover-opacity, .tiles__timeline .tiles__info .info__content .hover-opacity {
		position: absolute;
		top: 0;
		left: 0;
		height: 100%;
		width: 100%;
		background-color: #000;
		opacity: 0.3;
		z-index: 10;
	}

	.tiles__home .tiles__info .info__content.hovered .hover-opacity, .tiles__timeline .tiles__info .info__content.hovered .hover-opacity {
		display: none;
	}

	.tiles__home .tiles__info .info__content h2, .tiles__timeline .tiles__info .info__content h2, .tiles__home .tiles__info .info__content p, .tiles__timeline .tiles__info .info__content p, .tiles__home .tiles__info .info__content a, .tiles__timeline .tiles__info .info__content a {
		color: #202020;
	}

	.tiles__timeline .tiles__info .info__content .Text{
		color: #202020;
	}
	
	.tiles__timeline .tiles__info .info__content .Text a, .tiles__timeline .tiles__info .info__content .Text a:link{
		text-decoration: underline !important;	
	}

	.tiles__home .tiles__info .info__content h2, .tiles__timeline .tiles__info .info__content h2 {
		font-size: 26px;
		letter-spacing: 0.5px;
		line-height: 30px;
		margin-bottom: 0;
		margin-top: 10px;
		font-family: 'Roboto Condensed';
		font-weight: 700;
	}

	.tiles__home .tiles__info .info__content h3, .tiles__timeline .tiles__info .info__content h3 {
		font-size: 20px;
		margin-top: 0;
		text-transform: capitalize;
	}

	.tiles__home .tiles__info .info__content p, .tiles__timeline .tiles__info .info__content p {
		font-size: 16px;
		line-height: 22px;
		font-family: 'Proxima Nova A W07 Regular';
	}
	
	.tiles__home .tiles__info .info__content .Text, .tiles__timeline .tiles__info .info__content .Text {
		font-size: 16px;
		line-height: 22px;
		font-family: 'Proxima Nova A W07 Regular';
	}

	.tiles__home .tiles__info .info__content .text-center .tile-button, .tiles__timeline .tiles__info .info__content .text-center .tile-button, .tiles__home .tiles__info .info__content .headline .tile-button, .tiles__timeline .tiles__info .info__content .headline .tile-button, .tiles__home .tiles__info .info__content .help .tile-button, .tiles__timeline .tiles__info .info__content .help .tile-button, .tiles__home .tiles__info .info__content .product__tile .caption .tile-button, .product__tile .tiles__home .tiles__info .info__content .caption .tile-button, .tiles__timeline .tiles__info .info__content .product__tile .caption .tile-button, .product__tile .tiles__timeline .tiles__info .info__content .caption .tile-button, .tiles__home .tiles__info .info__content .reviews .tile-button, .tiles__timeline .tiles__info .info__content .reviews .tile-button {
		float: none;
		margin: 15px 0;
		display: inline-block;
	}

	.tiles__home .tiles__info .info__content .tile-button, .tiles__timeline .tiles__info .info__content .tile-button {
		font-size: 16px;
		line-height: 12px;
		float: right;
		font-family: 'Proxima Nova A W07 Regular';
		background-image: url("../img/pages/homepage/link_oval_black.png");
		background-position: center right;
		background-repeat: no-repeat;
		padding: 12px 45px 10px 0;
	}

	.tiles__home .tiles__info .info__content.full-width, .tiles__timeline .tiles__info .info__content.full-width {
		width: 100%;
	}

	.tiles__home .tiles__info .info__content.custom-width-height, .tiles__timeline .tiles__info .info__content.custom-width-height {
		width: 100%;
		height: 430px;
	}

	.tiles__home .tiles__info .info__content.bg-primary, .tiles__timeline .tiles__info .info__content.bg-primary {
		background-color: #FF6C08;
	}

	.tiles__home .tiles__info .info__content.bg-primary h2, .tiles__timeline .tiles__info .info__content.bg-primary h2, .tiles__home .tiles__info .info__content.bg-primary h3, .tiles__timeline .tiles__info .info__content.bg-primary h3, .tiles__home .tiles__info .info__content.bg-primary p, .tiles__timeline .tiles__info .info__content.bg-primary p, .tiles__home .tiles__info .info__content.bg-primary a, .tiles__timeline .tiles__info .info__content.bg-primary a {
		color: #FFFFFF;
	}
	
	.tiles__timeline .tiles__info .info__content.bg-primary .Text {
		color: #FFFFFF;
	}

	.tiles__home .tiles__info .info__content.bg-primary-light, .tiles__timeline .tiles__info .info__content.bg-primary-light {
		background-color: #FC8F00;
	}

	.tiles__home .tiles__info .info__content.bg-primary-light h2, .tiles__timeline .tiles__info .info__content.bg-primary-light h2, .tiles__home .tiles__info .info__content.bg-primary-light h3, .tiles__timeline .tiles__info .info__content.bg-primary-light h3, .tiles__home .tiles__info .info__content.bg-primary-light p, .tiles__timeline .tiles__info .info__content.bg-primary-light p, .tiles__home .tiles__info .info__content.bg-primary-light a, .tiles__timeline .tiles__info .info__content.bg-primary-light a {
		color: #FFFFFF;
	}
	
	.tiles__timeline .tiles__info .info__content.bg-primary-light .Text {
		color: #FFFFFF;
	}

	.tiles__home .tiles__info .info__content.bg-secondary, .tiles__timeline .tiles__info .info__content.bg-secondary {
		background-color: #F7C900;
	}
	
	.tiles__home .tiles__info .info__content.bg-red, .tiles__timeline .tiles__info .info__content.bg-red {
		background-color: #FD2C3B;
	}

	.tiles__home .tiles__info .info__content.bg-red h2, .tiles__timeline .tiles__info .info__content.bg-red h2, .tiles__home .tiles__info .info__content.bg-red p, .tiles__timeline .tiles__info .info__content.bg-red p, .tiles__home .tiles__info .info__content.bg-red a, .tiles__timeline .tiles__info .info__content.bg-red a {
		color: #FFFFFF;
	}

	.tiles__home .tiles__info .info__content.bg-red .tile-button, .tiles__timeline .tiles__info .info__content.bg-red .tile-button {
		background-image: url("../img/pages/homepage/link_oval_white.png");
	}

	.tiles__home .tiles__info .info__content.bg-info, .tiles__timeline .tiles__info .info__content.bg-info {
		background-color: #F7C900;
	}

	.tiles__home .tiles__info .info__content.bg-info h2, .tiles__timeline .tiles__info .info__content.bg-info h2, .tiles__home .tiles__info .info__content.bg-info p, .tiles__timeline .tiles__info .info__content.bg-info p, .tiles__home .tiles__info .info__content.bg-info a, .tiles__timeline .tiles__info .info__content.bg-info a {
		color: #FFFFFF;
	}

	.tiles__home .tiles__info .info__content.bg-info.full-height, .tiles__timeline .tiles__info .info__content.bg-info.full-height {
		min-height: 463px;
	}

	.tiles__home .tiles__info .info__content.bg-info.custom-height, .tiles__timeline .tiles__info .info__content.bg-info.custom-height {
		min-height: 437.5px;
	}

	.tiles__home .tiles__info .info__content.bg-info .tile-button, .tiles__timeline .tiles__info .info__content.bg-info .tile-button {
		background-image: url("../img/pages/homepage/link_oval_white.png");
	}

	.tiles__home .clear-containers, .tiles__timeline .clear-containers {
		clear: both;
	}
	
	.tiles__home .under-white, .tiles__timeline .under-white {
		color: #FFFFFF;
	}

    .tiles__home .under-white:hover, .tiles__timeline .under-white:hover {
        text-decoration: underline;
    }
	
	.tiles__home .under-black, .tiles__timeline .under-black {
		color: #000000;
	}

    .tiles__home .under-black:hover, .tiles__timeline .under-black:hover {
        text-decoration: underline;
    }

@media all and (max-width: 939px) and (min-width: 769px) {
    .tiles__home .tiles__info .info__content.bg-info.custom-height, .tiles__timeline .tiles__info .info__content.bg-info.custom-height {
        min-height: 368px !important;
    }
}

@media (max-width: 768px) {
    .tiles__home, .tiles__timeline {
        padding-bottom: 0;
    }

        .tiles__home .visible-xs, .tiles__timeline .visible-xs {
            display: block !important;
        }

        .tiles__home .hidden-xs, .tiles__timeline .hidden-xs {
            display: none !important;
        }

        .tiles__home .tiles__content, .tiles__timeline .tiles__content {
            margin-top: 0;
        }

        .tiles__home .custom-height, .tiles__timeline .custom-height {
            min-height: inherit !important;
        }

        .tiles__home .custom-width-height, .tiles__timeline .custom-width-height {
            height: inherit !important;
        }

        .tiles__home .tile-img, .tiles__timeline .tile-img {
            width: 100%;
        }

            .tiles__home .tile-img:before, .tiles__timeline .tile-img:before {
                display: none;
            }

            .tiles__home .tile-img.half-width, .tiles__timeline .tile-img.half-width {
                width: 100%;
            }

            .tiles__home .tile-img img, .tiles__timeline .tile-img img {
                width: 100%;
            }

    .info__content, .tiles__info {
        width: 100% !important;
    }

        .info__content .hover-opacity, .tiles__info .hover-opacity {
            display: none;
        }
}

.tiles__timeline {
    background-color: transparent;
}

    .tiles__timeline:before, .tiles__timeline:after {
        content: " ";
        display: table;
    }

    .tiles__timeline:after {
        clear: both;
    }

    .tiles__timeline .tile-img, .tiles__timeline .tiles__info {
        width: 100%;
    }

    .tiles__timeline .tiles__content {
        margin-top: 50px;
    }

    .tiles__timeline .tile-img:before {
        display: none;
    }

    .tiles__timeline .tiles__info .info__content {
        width: 100%;
    }

    .tiles__timeline .display-mobile {
        display: none;
    }

@media (max-width: 1024px) {
    .tiles__timeline .tile-img.img-timeline-seven {
        height: 28em;
    }

    .tiles__timeline .tile-img.img-timeline-three {
        padding-bottom: 0;
    }
}

@media (max-width: 768px) {
    .tiles__timeline .tile-img.img-timeline-three {
        padding-bottom: 0;
    }
}

.tiles__content .tile-space.lg-space {
    height: 12vw;
}

.tiles__content .tile-space.md-space {
    height: 8vw;
}

.tiles__content .tile-space.sm-space {
    height: 6vw;
}

.tiles__content .tile-space.sp-space {
    height: 7vw;
}

.tiles__content .tile-space.sp-space-two {
    height: 5vw;
}

.tiles__content .tile-space.sp-space-four {
    height: 5vw;
}

.tiles__content .tile-space.space-one {
    height: 10vw;
}

.tiles__content .tile-space.space-two {
    height: 28vw;
}

.tiles__content .tile-space.space-three {
    height: 5vw;
}

@media (max-width: 1350px) {
    .tiles__content .tile-space.space-three {
        height: 2vw;
    }
}

.tiles__content .tile-space.space-four {
    height: 29vw;
}

@media (max-width: 980px) {
    .tiles__content .tile-space.space-four {
        height: 20vw;
    }
}

@media (max-width: 960px) {
    .tiles__content .tile-space.space-four {
        height: 23vw;
    }
}

.tiles__content .tile-space.space-five {
    height: 15vw;
}

@media (max-width: 960px) {
    .tiles__content .tile-space.space-five {
        height: 6vw;
    }
}

.tiles__content .tile-space.space-six {
    height: 14vw;
}

@media (max-width: 1110px) {
    .tiles__content .tile-space.space-six {
        height: 14vw;
    }
}

.tiles__content .tile-space.space-seven {
    height: 9vw;
}

@media (max-width: 1570px) {
    .tiles__content .tile-space.space-seven {
        height: 8vw;
    }
}

@media (max-width: 1180px) {
    .tiles__content .tile-space.space-seven {
        height: 2vw;
    }
}

.tiles__content .tile-space.space-eight {
    height: 27vw;
}

@media (max-width: 1790px) {
    .tiles__content .tile-space.space-eight {
        height: 24vw;
    }
}

@media (max-width: 1610px) {
    .tiles__content .tile-space.space-eight {
        height: 12vw;
    }
}

@media (max-width: 1140px) {
    .tiles__content .tile-space.space-eight {
        height: 3vw;
    }
}

@media (max-width: 960px) {
    .tiles__content .tile-space.space-eight {
        height: 2vw;
    }
}

@media (max-width: 1140px) {
    .tiles__content .tile-space.space-ten {
        height: 4vw;
    }
}

@media (max-width: 968px) {
    .tiles__content .tile-space.space-ten {
        height: 0;
    }
}

@media (max-width: 968px) {
    .tiles__content .tile-space.space-eleven {
        height: 4vw;
    }
}

@media (max-width: 1390px) {
    .tiles__content .tile-space.sp-space {
        height: 3vw;
    }
}

@media (max-width: 1356px) {
    .tiles__content .tile-space.sp-space {
        height: 3vw;
    }
}

@media (max-width: 1335px) {
    .tiles__content .tile-space.sp-space {
        height: 2vw;
    }
}

@media (max-width: 1238px) {
    .tiles__content .tile-space.sp-space {
        height: 4vw;
    }
}

@media (max-width: 1187px) {
    .tiles__content .tile-space.sp-space-two {
        height: 6vw;
    }
}

@media (max-width: 1098px) {
    .tiles__content .tile-space.sp-space-two {
        height: 8vw;
    }
}

@media (max-width: 1056px) {
    .tiles__content .tile-space.sp-space-two {
        height: 11vw;
    }
}

@media (max-width: 1024px) {
    .tiles__content .tile-space.sp-space {
        height: 5vw;
    }

    .tiles__content .tile-space.sp-space-two {
        height: 14vw;
    }

    .tiles__content .tile-space.sp-space-three {
        height: 11vw;
    }
}

@media (max-width: 967px) {
    .tiles__content .tile-space.sp-space {
        height: 8vw;
    }

    .tiles__content .tile-space.sp-space-two {
        height: 17vw;
    }
}

@media (max-width: 967px) {
    .tile-space.lg-space {
        height: 7vw;
    }

    .tile-space.md-space {
        height: 4vw;
    }

    .tile-space.sm-space {
        height: 2vw;
    }
}

@media (max-width: 939px) {
    .mobile .display-mobile {
        display: block;
    }

    .hidden-mobile {
        display: none;
    }

    .tile-space {
        display: none;
    }
}

@media (max-width: 768px) {
    .tiles__timeline {
        margin-bottom: 30px;
    }

        .tiles__timeline .tile-w-70, .tiles__timeline .tile-w-56, .tiles__timeline .tile-w-44 {
            width: 100%;
        }

        .tiles__timeline .tiles-content {
            margin-top: 10px;
        }
}

	.main {
		margin-bottom: 50px;
		text-align: center;
		font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
	}
	
	body {
		background-image: url(../img/global/dark_leather_bg.png);
	}
	
	.product__list {
		padding-bottom: 80px;
	}

    .product__list a:hover, .product__list a:link, .product__list a:focus, .product__list a:visited {
        text-decoration: none !important;
    }

	.product__list a:hover .hover-opacity {
		background-color: rgba(0, 0, 0, 0.2);
	}

    .product__list .col-md-3.col-sm-4 .element-zoom .product-img img {
        height: 216px;
        padding: 0;
    }
	
	.product__list .col-md-3.col-sm-4 .element-zoom .product-img .hover-image img {
		width: auto;
        height: 85%;
    }
	
	.product__list .col-md-3.col-sm-4 .element-zoom .product-img .hidden-image img {
		width: auto;
        height: 216px;        
    }
	

@media (max-width: 768px) {
    .product__list .col-md-3.col-sm-4 .element-zoom .product-img img {
        height: auto;
    }
}

	.product__list .btn-primary {
		margin-top: 30px;
		display: none;
	}

    .product__list .btn-primary.btn-visible {
        display: inline-block;
    }

@media (max-width: 768px) {
    .product__list .btn-primary {
        height: inline-block;
    }
}

	.product__list .three-cols {
		max-width: 740px;
	}

    .product__list .three-cols .product-img img {
        height: auto;
    }
	
	.product__list .img-wrapper .img-scale-container {
		border-radius: 100%;
		text-align: center;
		overflow: hidden;
		-webkit-perspective: 1px;
		perspective: 1px;
		margin: 5% 6% 0;
		height: 270px;
		width: 270px;
	}

@media (max-width: 940px) {
    .product__list .img-wrapper .img-scale-container {
        width: 220px;
        height: 220px;
    }
}

@media (max-width: 768px) {
    .product__list .img-wrapper .img-scale-container {
        height: 240px;
        width: 240px;
        margin: 0 auto;
    }
}

	.product__list .img-wrapper img {
		-webkit-transition: all 0.35s ease !important;
		transition: all 0.35s ease !important;
		width: 305px;
		height: 305px;
		max-width: 315px;
		margin: -18px 0 0 -16px;
	}

    .product__list .img-wrapper img:hover {
        width: 315px;
        height: 315px;
        margin: -20px 0 0 -22px;
    }

@media (max-width: 940px) {
    .product__list .img-wrapper img:hover {
        width: 260px;
        height: 260px;
    }
}

@media (max-width: 768px) {
    .product__list .img-wrapper img:hover {
        width: 280px;
        height: 280px;
    }
}

@media (max-width: 940px) {
    .product__list .img-wrapper img {
        width: 250px;
        height: 250px;
    }
}

@media (max-width: 768px) {
    .product__list .img-wrapper img {
        margin-top: -15px;
        margin-left: -15px;
        width: 270px;
        height: 270px;
    }
}

	.two-cols .container {
		max-width: 625px;
	}
	
	.element-zoom {
		position: relative;
		overflow: hidden;
	}

    .element-zoom .product-img {
        overflow: hidden;
        position: relative;
        background-size: cover;
    }

	.element-zoom .product-img img {
		overflow: hidden;
		margin: 0 auto;
		padding: 0;
		-webkit-transition: 0.8s ease;
		transition: 0.8s ease;
	}

@media (min-width: 940px) {
    .element-zoom .product-img img {
        height: 312px;
    }
}

.element-zoom .product-img img.cust-garage-pad {
    padding: 5%;
}

.img-wrapper {
    overflow: hidden;
    height: 300px;
    text-align: center;
}

@media (max-width: 940px) {
    .img-wrapper {
        height: 240px;
    }
}

@media (max-width: 768px) {
    .img-wrapper {
        height: 100%;
    }
}

.img-wrapper img {
    width: 95%;
    height: 95%;
    margin-top: 5px;
}

.big-product .product-img img {
    padding: 10px;
}

.element-zoom:hover .product-img img {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
}

@-webkit-keyframes fadeIn {
    100% {
        opacity: 1;
    }
}

@keyframes fadeIn {
    100% {
        opacity: 1;
    }
}

#render-products > div:last-child {
    position: absolute;
    opacity: 1;
}

@media (max-width: 768px) {
    .product__list {
        margin-bottom: 60px;
    }

        .product__list .container {
            padding: 0;
        }
}

	.product-img {
		color: #fff !important;
		text-decoration: none !important;
	}
	
	.product__tile {
		color: #FEFEFE;
		margin: 1px;
		border-top: 5px solid white;
		overflow: hidden;
		position: relative;
	}

    .product__tile.custom-bgcolor {
        background-color: #000;
    }

    .product__tile .hover-opacity {
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        width: 100%;
        background-color: transparent;
        z-index: 10;
        -webkit-transition: ease 0.8s;
        transition: ease 0.8s;
    }

    .product__tile.hovered .hover-opacity {
        background-color: rgba(0, 0, 0, 0.2);
    }
	
	.product__tile .hover-image {      
		position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        width: 100%;        
        z-index: 9;      				
    }
	
	.product__tile .hover-image img {
		margin: 15% 0px 0px 0px;
		
		width: 85%;
		height: auto;			
	}
	
	.product__tile .hidden-image {
		visibility: hidden;
	}
		
		
    .product__tile .div-table {
        min-height: 72px;
        height: 72px;
    }

    .product__tile .caption {
        color: #333333;
        background: white;
        width: 100%;
        position: relative;
        z-index: 10;
    }

	.product__tile .caption sup {
		font-size: 55%;
		top: -0.6em;
	}

	.product__tile .caption h3 {
		font-size: 22px;
		line-height: 22px;
		padding-top: 2px;
		margin: 0;
		text-decoration: none;
	}

	.col-xs-6 .product__tile .caption h3 {
		font-size: 16px;
		line-height: 17px;
		padding: 0 10px;
		font-family: 'Roboto Condensed';
		font-weight: 700;
	}
	
	.product__list.SmallFontSize .col-xs-6 .product__tile .caption h3 {
		font-size: 14px;
	}
	
	.product__tile .caption h4 {
		margin: 0;
		font-size: 13px;
	}
	
	.product__tile .caption p {
		margin: 0;
		font-style: normal;
	}
	
	.product__tile.full {
		background-color: white;
	}
	
	.product__tile.brand-primary {
		border-top-color: #FF6C08;
	}

    .product__tile.brand-primary.full {
        background-color: #FF6C08;
    }

    .product__tile.brand-primary .caption {
        background: #FF6C08;
        color: white;
    }

	.product__tile.brand-primary-light {
		border-top-color: #FC8F00;
	}

    .product__tile.brand-primary-light.full {
        background-color: #FC8F00;
    }

    .product__tile.brand-primary-light .caption {
        background: #FC8F00;
        color: white;
    }

.product__tile.brand-secondary {
    border-top-color: #F7C900;
}

    .product__tile.brand-secondary.full {
        background-color: #F7C900;
    }

    .product__tile.brand-secondary .caption {
        background: #F7C900;
    }

@media (max-width: 768px) {
    .product__tile .div-table {
        min-height: 50px;
        height: 50px;
    }

    .product__tile.full {
        margin: 0;
    }

    .product__tile .caption h3 {
        padding-left: 10px;
        padding-right: 10px;
        font-size: 13px !important;
        line-height: 14px !important;
    }
}

@media (max-width: 480px) {
    .element-zoom .product-img img {
        padding: 0 !important;
    }

    .big-product .element-zoom .product-img img {
        height: 275px;
    }

    .product__tile .caption h3 {
        font-size: 12px !important;
    }
}

.ie .sidebar-page h3 sup {
    top: -0.9em;
}

.ie .product__list .product__tile .caption sup {
    top: -1em;
    font-size: 50%;
}

.fuel {
    min-height: 300px;
    color: #FFFFFF;
}

    .fuel h2 {
        text-transform: capitalize;
        color: #FFFFFF;
        font-size: 24px;
        margin-top: -20px;
    }

    .fuel p {
        font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
        font-size: 18px;
    }

    .fuel .btn-click {
        color: #FFF;
        border-color: #FFF;
        margin: 30px 0px 39px 0px;
        padding: 10px 35px;
        font-size: 16px;
    }

    .fuel .tile_product {
        border-top: 5px solid #00A7FF;
        width: 234px;
        color: #FEFEFE;
        margin-top: 1px;
    }

        .fuel .tile_product .caption {
            background: #00A7FF;
            display: inline-block;
            width: 234px;
        }

            .fuel .tile_product .caption h3 {
                font-size: 14px;
                letter-spacing: 0.1px;
                min-height: 38px;
            }

            .fuel .tile_product .caption p {
                font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
                font-style: normal;
                margin-bottom: 15px;
            }

    .fuel .product-row {
        margin-left: 0px;
        margin-right: 0px;
    }

.product-features {
    margin: 15px 0;
    padding: 15px 15px !important;
    list-style: none;
    display: inline-block;
    overflow: hidden;
    border-top: 1px solid #C3C3C3;
    border-bottom: 1px solid #C3C3C3;
}

    .product-features li {
        font-family: 'Roboto Condensed';
        font-weight: 700;
        font-size: 16px !important;
        color: #232323;
        width: 49%;
        height: 41px;
        margin-bottom: 10px;
        display: table;
        position: relative;
    }

        .product-features li img {
            margin-right: 10px;
            position: absolute;
            top: 0;
            left: 0;
            width: 42px;
            height: 42px;
        }

        .product-features li span {
            margin-left: 45px;
            height: 42px;
            display: table-cell;
            line-height: 14px;
            padding-left: 42px;
            vertical-align: middle;
        }

@media screen and (min-width: 940px) and (max-width: 1040px) {
    .product-features li {
        font-size: 13px !important;
    }

        .product-features li img {
            margin-right: 4px;
        }
}

@media (max-width: 768px) {
    .product-features li {
        width: 100%;
    }
}

	.next-product {
		padding: 0;
		position: absolute;
		top: 0;
		right: 0;
	}
	
	.next-product.Fixed {
		position: fixed;
		top: 102px;
	}

    .next-product ul li {
        margin: 0 0 -3px;
    }

	.next-product ul li a {
		display: block;
	}

	.share {
		margin: 20px 0;
		padding: 10px 0;
		border-top: 1px solid #C3C3C3;
		border-bottom: 1px solid #C3C3C3;
	}
	
	.facebook-feed {
		max-width: 500px;
		margin: 0 auto;
	}
	
	.st_email_hcount {
		float: right;
	}

    .st_email_hcount .stMainServices {
        background-image: url("../img/global/email.jpg") !important;
        width: 76px !important;
    }

.reviews {
    margin: 40px auto;
    font-size: 16px;
}

    .reviews p {
        color: #848484;
        margin-bottom: 0;
    }

    .reviews span {
        line-height: 16px;
        width: 13px;
        height: 13px;
        display: inline-block;
        border-radius: 50%;
        background-color: #F7C900;
        border: 1px solid #F7C900;
    }

        .reviews span.active {
            background-color: #FD2C3B;
            border-color: transparent;
        }

.service-container.sidebar-page {
    padding-bottom: 30px;
}

    .service-container.sidebar-page h1 {
        margin-bottom: 25px;
    }

.service-container .service-table {
    width: 100%;
}

    .service-container .service-table table, .service-container .service-table thead, .service-container .service-table tbody, .service-container .service-table tr, .service-container .service-table th, .service-container .service-table td {
        border: none;
    }

    .service-container .service-table th, .service-container .service-table td {
        padding: 10px 15px;
        text-transform: uppercase;
        border-right: 6px solid #F8F8F8;
    }

        .service-container .service-table th:last-child, .service-container .service-table td:last-child {
            border-right: none;
        }

    .service-container .service-table th {
        font-size: 21px;
        line-height: 23px;
        font-family: 'Roboto Condensed';
        font-weight: 700;
    }

    .service-container .service-table td {
        font-size: 16px;
        line-height: 18px;
        font-family: 'Proxima Nova A W07 Regular';
    }

        .service-container .service-table td a {
            display: block;
        }

            .service-container .service-table td a:hover {
                text-decoration: underline !important;
            }

    .service-container .service-table tbody tr {
        border-bottom: 6px solid #F8F8F8;
    }

        .service-container .service-table tbody tr:nth-child(odd) {
            background-color: #FFFFFF;
        }

    .service-container .service-table .skill {
        padding: 0;
        padding-left: 10px;
    }

    .service-container .service-table svg {
        width: 25px;
        height: 25px;
    }

    .service-container .service-table.three-months thead {
        background-color: #009BFF;
    }

    .service-container .service-table.three-months tbody tr:nth-child(even) {
        background-color: #F1F9FF;
    }

    .service-container .service-table.three-months td, .service-container .service-table.three-months td a {
        color: #009BFF;
    }

    .service-container .service-table.six-months thead {
        background-color: #FD2C3B;
    }

    .service-container .service-table.six-months tbody tr:nth-child(even) {
        background-color: #FFF2F3;
    }

    .service-container .service-table.six-months td, .service-container .service-table.six-months td a {
        color: #FD2C3B;
    }

    .service-container .service-table.twelve-months thead {
        background-color: #4E4F4F;
    }

    .service-container .service-table.twelve-months tbody tr:nth-child(even) {
        background-color: #F0F2F4;
    }

    .service-container .service-table.twelve-months td, .service-container .service-table.twelve-months td a {
        color: #4E4F4F;
    }

.service-container .service-level {
    margin-top: 40px;
    color: #888888;
    overflow: hidden;
}

    .service-container .service-level svg {
        width: 20px;
        height: 20px;
        vertical-align: sub;
    }

    .service-container .service-level .svg-label {
        margin-left: 5px;
    }

@media (max-width: 520px) {
    .service-container .service-level .svg-label {
        display: block;
    }
}

@media (max-width: 768px) {
    .service-container.sidebar-page {
        padding: 15px 0 30px;
    }

    .service-container .service-table th, .service-container .service-table td {
        padding: 5px 10px;
        border-right: 3px solid #F8F8F8;
    }

    .service-container .service-table th {
        font-size: 16px;
        line-height: 18px;
    }

    .service-container .service-table td {
        font-size: 14px;
        line-height: 16px;
    }

    .service-container .service-table tbody tr {
        border-bottom: 3px solid #F8F8F8;
    }

    .service-container .service-table .skill {
        padding-left: 4px;
    }

    .service-container .service-table svg {
        width: 20px;
        height: 20px;
    }
}

@media (max-width: 480px) {
    .service-container .service-table td {
        font-size: 12px;
        line-height: 14px;
    }

    .service-container .service-table .skill {
        padding-left: 2px;
        min-width: 58px;
    }

    .service-container .service-table svg {
        width: 15px;
        height: 15px;
    }
}

.videos-grid {
    padding-top: 40px;
}

    .videos-grid .row > div {
        margin-bottom: 40px;
    }

    .videos-grid h2 {
        color: #333333;
    }

    .videos-grid span {
        color: #8B8B8B;
        display: block;
    }

    .videos-grid .video-thumb-container h2 {
        font-size: 16px;
        font-family: 'Proxima Nova A W07 Semibold';
        text-transform: none;
        height: 60px;
        margin-top: 10px;
    }

@media (max-width: 590px) {
    .videos-grid .video-thumb-container h2 {
        height: 80px;
    }
}

.rtecenter iframe {
    width: 100%;
    height: 100%;
    min-height: 386px;
}

@media (max-width: 940px) {
    .rtecenter iframe {
        min-height: 450px;
    }
}

.main-video-container h2 {
    font-size: 32px !important;
    font-family: 'Proxima N W01 At Bold';
    text-transform: none;
}


@media (max-width: 560px) {
    .main-video-container iframe {
        min-height: 170px;
    }
}

@media (max-width: 768px) {
    .videos-grid {
        padding-top: 20px;
    }

        .videos-grid .row > div {
            margin-bottom: 20px;
        }

        .videos-grid h2 {
            font-size: 14px;
        }

        .videos-grid span {
            font-size: 14px;
        }
}

@media (max-width: 590px) {
    .videos-grid .col-xxs-6 {
        width: 50%;
    }
}

.armorall-banner {
    margin-bottom: 20px;
    background-color: #FF6000;
    height: 250px;
}

    .armorall-banner:before, .armorall-banner:after {
        content: " ";
        display: table;
    }

    .armorall-banner:after {
        clear: both;
    }

    .armorall-banner .div-table {
        display: block;
    }

    .armorall-banner .div-cell {
        padding-top: 28px;
        padding-left: 56px;
        vertical-align: top;
        position: relative;
    }

    .armorall-banner .banner-l {
        background-size: cover;
        width: 40%;
        float: left;
        overflow: hidden;
        position: relative;
    }

    .armorall-banner img {
        height: 250px;
        margin: 0 auto;
        padding: 5%;
    }

    .armorall-banner .banner-r {
        width: 60%;
        float: right;
    }

        .armorall-banner .banner-r h2, .armorall-banner .banner-r h3, .armorall-banner .banner-r p {
            color: #FFFFFF;
            margin-top: 0;
            margin-bottom: 0;
        }

        .armorall-banner .banner-r h2 {
            font-family: 'Proxima N W01 At Bold';
            font-size: 48px;
        }

        .armorall-banner .banner-r h3 {
            font-family: 'Proxima Nova A W07 Regular';
            font-size: 20px;
            letter-spacing: 0.03em;
            text-transform: lowercase;
        }

        .armorall-banner .banner-r p {
            font-size: 16px;
            line-height: 24px;
            -webkit-font-smoothing: antialiased;
            -moz-osx-font-smoothing: grayscale;
        }

    .armorall-banner h3 {
        font-size: 48px;
    }

    .armorall-banner h4 {
        font-size: 22px;
        margin-bottom: 5px;
    }

    .armorall-banner p {
        font-family: 'Proxima Nova A W07 Regular';
        font-size: 18px;
        line-height: 22px;
        padding-right: 5%;
        margin-bottom: 20px;
    }

    .armorall-banner .btn-primary {
        border-width: 2px !important;
        font-size: 14px;
        margin-top: 30px;
    }

        .armorall-banner .btn-primary:hover {
            border: 1px solid #373737;
            color: #373737;
        }

    .armorall-banner.color-default {
        background-color: white;
    }

    .armorall-banner.color-primary-light {
        background-color: #FC8F00;
    }

        .armorall-banner.color-primary-light .banner-label {
            background-color: #FC8F00;
        }

    .armorall-banner.color-secondary {
        background-color: #F7C900;
    }

        .armorall-banner.color-secondary .banner-r h2, .armorall-banner.color-secondary .banner-r h3, .armorall-banner.color-secondary .banner-r p, .armorall-banner.color-secondary .banner-r a {
            color: #373737;
        }

        .armorall-banner.color-secondary .banner-label {
            background-color: #F7C900;
        }

        .armorall-banner.color-secondary .btn-primary {
            border: 1px solid #373737;
        }

            .armorall-banner.color-secondary .btn-primary:hover {
                background-color: #373737;
                color: white;
            }

.banner-label {
    position: absolute;
    width: 185px;
    height: 35px;
    top: 25px;
    left: -50px;
    text-align: center;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    font-family: 'Proxima N W01 At Bold';
    font-size: 24px;
    text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.5);
    text-transform: uppercase;
    background-color: #FF6C08;
    /* Sketch doesnt export pattern fills at this point */
    box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.3);
}

@media (max-width: 768px) {
    .armorall-banner {
        height: auto;
    }

        .armorall-banner .div-table {
            display: block;
        }

        .armorall-banner .div-cell {
            display: block;
            padding: 8% 0;
        }

        .armorall-banner .btn-primary {
            position: relative;
            bottom: 0;
            margin-top: 20px;
        }

        .armorall-banner p {
            padding: 0 2%;
        }

        .armorall-banner img {
            padding: 0;
        }

        .armorall-banner .banner-l, .armorall-banner .banner-r {
            width: 100%;
            text-align: center;
        }
}

.comparison .static-img {
    display: none;
}

.comparison h2 {
    margin-top: 1em;
}

.comparison .measurer {
    margin: auto;
    height: 90px;
}

.comparison .measurergold {
    background: url("../img/pages/comparison-chart/RPM_gold.jpg") no-repeat;
}

    .comparison .measurergold:hover {
        background: url("../img/pages/comparison-chart/comparison_chart_gold.gif") no-repeat;
    }

.comparison .measurer-1,
.comparison .measurer-6,
.comparison .measurer-8 {
    background: url("../img/pages/comparison-chart/RPM_1.jpg") no-repeat;
}

    .comparison .measurer-1:hover,
    .comparison .measurer-6:hover,
    .comparison .measurer-8:hover {
        background: url("../img/pages/comparison-chart/comparison_chart_1.gif") no-repeat;
    }

.comparison .measurer-2 {
    background: url("../img/pages/comparison-chart/RPM_2.jpg") no-repeat;
}

    .comparison .measurer-2:hover {
        background: url("../img/pages/comparison-chart/comparison_chart_3.gif") no-repeat;
    }

.comparison .measurer-3,
.comparison .measurer-4,
.comparison .measurer-7 {
    background: url("../img/pages/comparison-chart/RPM_3.jpg") no-repeat;
}

    .comparison .measurer-3:hover,
    .comparison .measurer-4:hover,
    .comparison .measurer-7:hover {
        background: url("../img/pages/comparison-chart/comparison_chart_2.gif") no-repeat;
    }

.comparison .measurer-5 {
    background: url("../img/pages/comparison-chart/RPM_5.html") no-repeat;
}

    .comparison .measurer-5:hover {
        background: url("../img/pages/comparison-chart/comparison_chart_4.gif") no-repeat;
    }

@media (max-width: 940px) {
    .comparison .measurer, .comparison .measurer:hover {
        background-size: 100%;
    }
}

@media (max-width: 768px) {
    .comparison .table > tbody > tr > th:nth-child(3) .static-img {
        display: block;
        float: right;
        position: relative;
    }
}

@media (max-width: 768px) and (max-width: 480px) {
    .comparison .table > tbody > tr > th:nth-child(3) .static-img {
        display: block;
        width: 41% !important;
        margin: 0px -12px;
    }
}

@media (max-width: 768px) {
    .comparison .measurer {
        display: none;
    }
}

#sidebar-page .sidebar-container {
    position: relative;
}

#sidebar-page .page-content {
    margin: 0;
}

@media (max-width: 940px) {
    #sidebar-page .sidebar-container {
        position: relative;
    }

    #sidebar-page .page-content {
        margin-left: 0;
    }
}


/*********************************************************************************************************************/
/* Product Advisor */
/*********************************************************************************************************************/
	.product-advisor {
		margin-bottom: 30px;
	}

    .product-advisor .advisor__content {
        background-image: -webkit-linear-gradient(269deg, #F7AD00 0%, #FC6F00 100%);
        background-image: linear-gradient(-179deg, #F7AD00 0%, #FC6F00 100%);
        border: 4px solid #000000;
        border: 1px solid #FFFFFF;
        box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.5);
    }

	.product-advisor .advisor__content select::-ms-expand {
		display: none;
	}
	
	.ie8 .product-advisor .advisor__content .select_style span, .ie9 .product-advisor .advisor__content .select_style span {
		display: none;
	}
	
	.product-advisor .select_style {
		margin: 20px;
	}

    .product-advisor .select_style .input-lg {
        padding-right: 35px;
    }

	.ie9 .product-advisor .select_style .input-lg, .ie8 .product-advisor .select_style .input-lg {
		padding-right: 15px;
	}
	
	/* Column */
		.product-advisor div.Column {
			float: left;		
			/*width: 190px;	*/
			width: 120px;
		}
		
		.product-advisor div.Column.Large {
			width: 278px;		
		}
		
		.product-advisor div.Column.ExtraLarge {
			/*width: 278px;*/
			width: 398px;		
		}
		
		.product-advisor div.Column.Last {
			width: 140px;		
		}
		
		/* Sytle */
			.product-advisor div.Column .select_style {
				margin-right: 0px;
			}
			
			.product-advisor div.Column.Last .select_style {
				margin-right: 20px;
			}
			
			.product-advisor div.Column .select_style span {				
				right: 8px;
			}
		
		/* Select */
			.product-advisor div.Column select {
				padding-left: 8px;	
				padding-right: 24px !important;
							
				font-size: 16px;
			}
			
			.product-advisor div.Column select option {
				padding: 0px 0px 0px 0px;
				font-size: 16px;
			}
			
		/* Reset */	
			.product-advisor div.Column a.reset {
				padding-left: 0px;	
				padding-right: 0px;	
				
				text-align: center;
				
				letter-spacing: normal;
			}
			


@media (max-width: 992px) {
	
	/* Column */
		.product-advisor div.Column {
			float: none;
			width: auto;
		}
		
		.product-advisor div.Column.Large {
			width: auto;
		}
		
		.product-advisor div.Column.ExtraLarge {
			width: auto;
		}
	
		/* Sytle */
			.product-advisor div.Column .select_style {
				margin-right: 20px;
			}
	
}



@media (max-width: 768px) {
    .product-advisor .advisor__content {
        padding-top: 20px;
    }

    .product-advisor .select_style {
        margin-top: 0;
    }
}




/*********************************************************************************************************************/



	
	#render-products {
		margin: 0 auto;
	}
	
	.product__list .animate {
		width: 235px;
	}

@media (max-width: 940px) {
    .product__list .animate {
        width: 240px;
    }
}

@media (max-width: 600px) {
    .product__list .animate {
        width: 240px;
    }
}

@media (max-width: 520px) {
    .product__list .animate {
        width: 240px;
    }
}

@media (max-width: 490px) {
    .product__list .animate {
        width: 300px;
    }
}

	.product__list .animate .element-zoom .product-img img {
		height: 216px;
		padding: 0;
	}
		
	.product__list .animate .element-zoom .product-img .hover-image img {
		width: auto;
		height: 85%;
	}
	
	.product__list .animate .element-zoom .product-img .hidden-image img {
		width: auto;
		height: 216px;        
	}

	
	
	.product__list .animate h3 {
		font-size: 16px;
		line-height: 17px;
		padding: 0 10px;
		font-family: 'Roboto Condensed';
		font-weight: 700;
	}
	
	.form-group.has-error .form-control {
		border-color: #F00;
		background-color: #FFF4F4;
	}
	
	.form-group.has-error .select_style {
		border-color: #F00;
		background-color: #FFF4F4;
	}

    .form-group.has-error .select_style .form-control {
        color: #F00;
		}
	
	.form-group.has-error input[type="text"],
	.form-group.has-error input[type="email"],
	.form-group.has-error input[type="tel"],
	.form-group.has-error textarea {
		border-color: #F00;
		background-color: #FFF4F4;
		color: #F00;
	}
	
	.help-block.with-errors {
		height: 15px;
		color: #F00;
		line-height: 15px;
	}
	
	#modal-thankyou h2 {
		text-transform: none;
	}
	
	#modal-thankyou span.glyphicon-remove {
		position: absolute;
		right: 10px;
		top: 10px;
		font-size: 20px;
		cursor: pointer;
	}

/* IE custom styles */
	#form_search {
		float: left;
	}
		
	#form_zipcode .with-errors, #form_search .with-errors {
		display: none !important;
	}
	
	#form_zipcode .has-error input[type="text"], #form_search .has-error input[type="text"] {
		border: 1px solid #F00 !important;
		color: #F00 !important;
	}
	
	#form_zipcode .icon, #form_search .icon {		
		cursor: pointer;
	}
	
	.ie .form-group.has-error .glyphicon-chevron-down {
		display: none;
	}
	
	.form__contactus {
		padding: 50px 40px;
		margin-bottom: 0;
	}

    .form__contactus .btn {
        margin-top: 20px;
    }
	
	
	.form__moneybackguarantee {
		padding: 50px 40px;
		margin-bottom: 0;
	}

    .form__moneybackguarantee .btn {
        margin-top: 20px;
    }

@media (max-width: 768px) {
    .form__contactus {
        padding: 25px 20px;
    }
	
	 .form__moneybackguarantee {
        padding: 25px 20px;
    }
}
	
	
	.form__findretailer.stp-form {
		padding-bottom: 0;
	}
	
	.form__findretailer .form-group {
		margin-bottom: 0.6rem;
	}
	
	.form__findretailer .help-block.with-errors {
		margin-bottom: 0.8rem;
	}


@media (max-width: 939px) {
    .form__findretailer {
        margin-left: -1.5rem;
        margin-right: -1.5rem;
        padding-top: 3rem;
    }

        .form__findretailer form > .row {
            margin-left: 1.5rem;
            margin-right: 1.5rem;
        }

        .form__findretailer .input-lg {
            font-size: 1.4rem;
            height: 4.1rem;
            line-height: 1.214285714;
            padding-top: 0;
            padding-bottom: 0;
        }

        .form__findretailer .findretailer-submit {
            text-align: center;
        }

            .form__findretailer .findretailer-submit input[type="submit"] {
                margin-bottom: 2.4rem;
            }
}
	
	#user-login {
		background-color: #232323;
		color: #FFFFFF;
		padding-top: 15vh;
		padding-bottom: 10vh;
		margin-bottom: 0;
	}

    #user-login > div {
        width: 450px;
        margin: 20px auto 50px;
    }

@media (max-width: 600px) {
    #user-login > div {
        width: 100%;
        margin: 0;
        padding: 20px 20px 50px;
    }
}
	
	#user-login .form-text {
		height: 3.2em;
		width: 100%;
		padding-left: 1vw;
		color: #000;
		margin-bottom: 5px;
	}
	
	#user-login .form-submit {
		height: 3.2em;
		width: 140px;
		color: #FFFFFF;
		background-color: #232323;
		text-transform: uppercase;
		border: 2px solid white;
	}



/* sidebar
   ========================================================================== */
	.sidebar__photo {
		background: url("../img/global/product-bg.png") no-repeat center center;
		min-height: 265px;
		width: 100%;
		background-size: cover;
	}

    .sidebar__photo img {
        min-height: 265px;
        width: 100%;
    }

@media (max-width: 768px) and (min-width: 768px) {
    .sidebar__photo img {
        max-height: 200px;
    }
}
	
	
	.sidebar__menu {
		margin-bottom: 0;
	}

    .sidebar__menu li {
        border-bottom: 1px solid transparent;
    }

	.sidebar__menu li .link {
		display: block;
		background-color: #3B3B3B;
		width: 100%;
		padding: 18px 5px 15px 5px;
		text-align: center;
		color: #6E6E6E;
		font-size: 19px;
		line-height: 20px;
		text-transform: uppercase;
		font-family: 'Roboto Condensed';
		font-weight: 700;
	}

    .sidebar__menu .one-item.active.link {
        padding-right: inherit;
        padding-left: inherit;
    }

    .sidebar__menu.blue li .active {
        color: #fff;
        background: #F7C900;
    }

    .sidebar__menu.blue li svg {
        color: #fff;
    }

    .sidebar__menu.primary li .active {
        color: #fff;
        background: #FF6C08;
    }

    .sidebar__menu.primary li svg {
        color: #fff;
    }

    .sidebar__menu.primary-light li .active {
        color: #fff;
        background: #FC8F00;
    }

    .sidebar__menu.primary-light li svg {
        color: #fff;
    }

    .sidebar__menu.secondary li .active {
        color: #373737;
        background: #F7C900;
    }

    .sidebar__menu.secondary li svg {
        color: #373737;
    }

    .sidebar__menu.white li .active {
        color: #676767;
        background: #F8F8F8;
    }

    .sidebar__menu.white li svg {
        color: #676767;
    }

    .sidebar__menu.white .icon {
        color: #676767;
    }

    .sidebar__menu .icon {
        display: none;
    }



/* sidebar page (page content styles)
   ========================================================================== */
	#sidebar-page {
		z-index: 0;
		position: relative;
	}

    #sidebar-page .text-center.button, #sidebar-page .button.headline, #sidebar-page .button.help, #sidebar-page .product__tile .button.caption, .product__tile #sidebar-page .button.caption, #sidebar-page .button.reviews {
        margin: 40px 0;
    }

    #sidebar-page .light-headline, #sidebar-page .light-headline small {
        color: #FFFFFF !important;
    }

	.sidebar-page {
		padding: 50px 50px 107px 50px;
		background-color: #F8F8F8;
		/* Video pages styles */
	}

    .sidebar-page .wrapper {
        max-width: 600px;
    }

    .sidebar-page .headline {
        font-size: 22px;
        line-height: 25px;
        text-align: left;
    }

    .sidebar-page .thanks {
        padding: 50px 0;
    }

    .sidebar-page .rp-headline {
        font-size: 32px;
        font-family: 'Proxima N W01 At Bold';
        text-transform: none;
    }

    .sidebar-page h1 {
        margin-top: 30px;
        margin-bottom: 20px;
        color: #373737;
        font-size: 36px;
        text-transform: uppercase;
        font-style: normal;
    }

        .sidebar-page h1 sup {
            font-size: 45%;
            vertical-align: super;
            top: 0;
        }

        .sidebar-page h1 small {
            display: block;
            margin-top: 20px;
            font-size: 24px;
            text-transform: none;
            font-family: 'Proxima Nova A W07 Semibold';
        }

        .sidebar-page h1 i {
            display: block;
            margin-top: 5px;
            font-size: 22px;
            line-height: 26px;
            font-weight: bold;
            text-transform: none;
            font-family: 'Helvetica';
            font-style: normal;
        }

    .sidebar-page h2 {
        color: #373737;
        font-size: 28px;
        margin-top: 30px;
    }

    .sidebar-page .custom-headline {
        font-family: 'Proxima Nova A W07 Regular';
        text-transform: none;
        margin-bottom: 1.5vw;
    }

	.sidebar-page .custom-headline:first-letter {
		text-transform: uppercase;
	}

    .sidebar-page h3 {
        margin-top: 50px;
        color: #373737;
        font-size: 28px;
        text-transform: uppercase;
        font-family: 'Roboto Condensed';
        font-weight: 700;
    }

	.sidebar-page h3 sup {
		top: -0.5em;
		font-size: 55%;
	}

	.sidebar-page .wrapper {
        color: #333333;
        font-size: 18px;
        line-height: 22px;
        margin-bottom: 20px;
    }
	
	.sidebar-page .wrapperTextFull {
		margin-bottom: 20px;
		
        color: #333333;
        font-size: 18px;
        line-height: 22px;
    }

    .sidebar-page p {
        margin-bottom: 20px;
		
		color: #333333;
        font-size: 18px;
        line-height: 22px;        
    }
	
	.sidebar-page p + ul, .sidebar-page p + ol{
        margin-top: -12px;
    }

	.sidebar-page p strong {
		font-family: 'Proxima N W01 At Bold';
	}

	.sidebar-page p.highlight {
		color: #1D1D1D;
		text-transform: normal;
		font-size: 24px;
		line-height: 26px;
		font-family: 'Proxima N W01 At Bold';
	}

	.sidebar-page p.note {
		margin-top: 60px;
	}

@media (max-width: 768px) {
    .sidebar-page > p {
        padding: 2em 2em 0 2em;
        margin-bottom: 0px;
    }
}

	.sidebar-page .list-sidebar {
		margin: 0 0 20px 0;
		padding-left: 17px;
	}

    .sidebar-page .list-sidebar > li {
        color: #333333;
        line-height: 22px;
        font-size: 18px;
    }
	
	.sidebar-page .list-retailer {
		margin-left: 20px;
		margin-top: 40px;
		margin-bottom: 40px;
	}

    .sidebar-page .list-retailer:before, .sidebar-page .list-retailer:after {
        content: " ";
        display: table;
    }

    .sidebar-page .list-retailer:after {
        clear: both;
    }

    .sidebar-page .list-retailer > li {
        width: 50%;
        float: left;
        line-height: 32px;
    }
	
	.sidebar-page .block-link {
		display: block;
		color: #FF6C08;
		font-size: 17px;
		font-family: 'Proxima Nova A W07 Semibold';
	}
	
	.sidebar-page .facebook-feed {
		margin-top: 50px;
	}
	
	.sidebar-page .video-embed {
		padding-top: 40px;
		padding-bottom: 30px;
	}
	
	.sidebar-page .video-youtube-responsive {		
		position: relative;
		height: 0;
		
		margin: auto;
		padding: 0px;
		
		padding-top: 8px;
		padding-bottom: 55%;
		
		overflow: hidden;
	}

    .sidebar-page .video-youtube-responsive iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;		
    }
	

	
	
	.sidebar-page .video-thumb-container.active {
		display: none;
	}
	
	.sidebar-page .video-thumbnail {
		cursor: pointer;
		background-size: 100% !important;
	}
	
	.sidebar-page address {
		color: #333333;
	}
	
	.sidebar-page.find-retailer-page ul {
		float: left;
		margin-bottom: 4rem;
		margin-top: 2rem;
		max-width: 50%;
	}

	.sidebar-page.find-retailer-page address {
		color: #333333;
		font-size: 18px;
		line-height: 22px;
	}
	
	.sidebar-page.find-retailer-page .row-result {
		border-bottom: 1px solid #979797;
		margin-left: 0;
		margin-right: 0;
		padding-bottom: 5.6rem;
		padding-top: 2.8rem;
	}

    .sidebar-page.find-retailer-page .row-result:first-child {
        border-top: 1px solid #979797;
    }

    .sidebar-page.find-retailer-page .row-result h2 {
        margin-top: 0;
    }

    .sidebar-page.find-retailer-page .row-result > div:first-child {
        padding-left: 0;
    }

    .sidebar-page.find-retailer-page .row-result img {
        max-width: 100%;
    }
	
	.sidebar-page.find-retailer-page .results {
		margin-bottom: 16.3rem;
	}
	
	.wrapper > ul li, .wrapper > ol li, .list-columns > ul li, .list-columns > ol li {
		line-height: 24px;
		color: #333333;
		font-size: 18px;
	}
	
	
	.wrapper > div, .wrapper > div ul li, .wrapper > div ol li {
		line-height: 24px;
		color: #333333;
		font-size: 18px;
	}
	
	
	.list-dots {
		padding-left: 20px;
	}
	
	.list-numbers {
		margin: 0;
		padding-left: 35px;
	}
	
	.list-columns:before, .list-columns:after {
		content: " ";
		display: table;
	}
	
	.list-columns:after {
		clear: both;
	}
	
	.list-columns ul {
		margin-right: 50px;
	}
	
	.boxmap {
		border: 2px solid black;
		-ms-touch-action: manipulation;
		touch-action: manipulation;
		cursor: pointer;
		padding: 6px;
	}
	
	.boxmap_p {
		margin-top: 7px;
		margin-bottom: 7px;
	}
	
	.address-section hr {
		border-top: 1px solid #979797;
	}
	
	.address-info {
		background-color: #F8F8F8;
	}

    .address-info > a {
        padding: 10px 22px;
        color: black;
        margin-left: -6px;
    }

	.address-info > a:hover {
		text-decoration: none;
	}

    .address-info > p {
        color: #333333;
        font-size: 18px;
        line-height: 22px;
    }

	.address-info > p.highlight {
		color: #1D1D1D;
		text-transform: normal;
		font-size: 24px;
		line-height: 26px;
		font-family: 'Proxima N W01 At Bold';
	}

	.address-info > p.note {
		margin-top: 60px;
	}

@media (max-width: 768px) and (min-width: 768px) {
    .sidebar-page h3 {
        font-size: 20px;
    }
}

@media (max-width: 768px) {
    .sidebar-page {
        padding: 15px 15px 107px 15px;
    }

        .sidebar-page > h1, .sidebar-page .wrapper > h1 {
            font-size: 26px;
            margin-bottom: 10px;
            margin-top: 20px;
        }

        .sidebar-page > h2, .sidebar-page .wrapper > h2 {
            font-size: 22px;
        }

        .sidebar-page > h3, .sidebar-page .wrapper > h3 {
            font-size: 20px;
        }
		
		.sidebar-page .wrapper div > h3 {
            font-size: 20px;
        }

		.sidebar-page .wrapper { 
			font-size: 14px;
            line-height: 18px;
        }

        .sidebar-page > p, .sidebar-page .wrapper > p, .sidebar-page .list-sidebar > li, .sidebar-page .wrapper > ul li, .sidebar-page .wrapper > ol li {
            font-size: 14px;
            line-height: 18px;
        }

        .sidebar-page > div p, .sidebar-page .wrapper > div, .sidebar-page .wrapper > div p, .sidebar-page .wrapper > div ul li, .sidebar-page .wrapper > div ol li {
            font-size: 14px;
            line-height: 18px;
        }

        .sidebar-page > p.highlight, .sidebar-page .wrapper > p.highlight, .sidebar-page .list-sidebar > li.highlight, .sidebar-page .wrapper > ul li.highlight, .sidebar-page .wrapper > ol li.highlight {
            font-size: 16px;
        }

        .sidebar-page .headline {
            font-size: 16px !important;
            margin-top: 0;
        }

        .sidebar-page .list-retailer > li {
            width: 100%;
        }

    .sidebar__menu li {
        position: relative;
        border-bottom: none;
    }

        .sidebar__menu li .active.link {
            display: block;
            border-color: #C2C2C2;
            padding-right: 35px;
        }

        .sidebar__menu li .link {
            display: none;
        }

    .sidebar__menu .icon {
        width: 28px;
        height: 28px;
        display: block;
        position: absolute;
        right: 10px;
        top: 50%;
        cursor: pointer;
        margin-top: -15px;
    }

    .state__sidebar_active li .link {
        display: block !important;
    }

    .state__sidebar_active li {
        border-bottom: 1px solid transparent;
    }

    .state__sidebar_active .icon {
        -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        transform: rotate(180deg);
    }

    #sidebar-page .sidebar-page__header .header-content > h1 {
        margin-top: -32px;
        margin-left: -40px;
        font-size: 28px;
    }

        #sidebar-page .sidebar-page__header .header-content > h1 small {
            width: 160px;
            margin-top: -1px;
            font-size: 17px;
            line-height: 22px;
        }
}

@media (max-width: 939px) {
    .sidebar-page.find-retailer-page ul {
        float: none;
        margin-bottom: 0;
        margin-top: 0;
        max-width: none;
    }

        .sidebar-page.find-retailer-page ul + p {
            margin-top: 6rem;
        }

    .sidebar-page.find-retailer-page .row-result {
        border: none;
        padding-bottom: 0;
        padding-top: 0;
    }

        .sidebar-page.find-retailer-page .row-result:first-child {
            border: none;
        }

            .sidebar-page.find-retailer-page .row-result:first-child > div:first-child {
                border-top: 1px solid #979797;
            }

        .sidebar-page.find-retailer-page .row-result > div {
            border-bottom: 1px solid #979797;
            padding: 1.8rem 0 2.7rem;
        }

    .sidebar-page.find-retailer-page .results {
        margin-bottom: 12rem;
    }
}

@media (max-width: 939px) {
    .sidebar-page.timeline {
        padding: 0;
    }

        .sidebar-page.timeline p {
            padding: 20px 20px 0;
        }
}

@media (min-width: 940px) {
    .sidebar-page.find-retailer-page .row-result .text-right a {
        margin-right: -1rem;
    }

    .sidebar-page.find-retailer-page .row-result > div:first-child .text-right a {
        margin-right: 0;
    }
}
	
	.sidebar-page__header {
		position: relative;
	}

    .sidebar-page__header > img {
        width: 100%;
    }

    .sidebar-page__header .header-content {
        position: absolute;
        top: 60px;
        left: 60px;
    }

	.sidebar-page__header .header-content > h1 {
		margin-top: 40px;
		color: #333333;
		font-size: 40px;
		text-transform: uppercase;
		font-family: 'Roboto Condensed';
		font-weight: 700;
		font-style: normal;
	}

	.sidebar-page__header .header-content > h1 small {
		display: block;
		margin-top: -1px;
		font-size: 25px;
		text-transform: none;
		line-height: 33px;
	}

	.sidebar-page__header .header-content > h1 i {
		display: block;
		margin-top: 5px;
		font-size: 22px;
		line-height: 26px;
		font-weight: bold;
		text-transform: none;
		font-family: 'Helvetica';
		font-style: normal;
	}

	

    .sidebar-page__header .contrast-text > h1, .sidebar-page__header .contrast-text > .active {
        color: #FFFFFF;
    }

	.region-content p sup {
		font-size: 110%;
		top: 0;
	}
	
	.dcsns-toolbar {
		margin-top: 20px;
		display: inline-block;
	}

@media (max-width: 768px) {
    .stream li {
        width: 100%;
    }
}

@media (max-width: 768px) {
    .timeline .sidebar-page {
        padding-left: 0;
        padding-right: 0;
    }
}
/**************************
CUSTOM GENERAL
***************************/
a.products_link_footer {
    color: black;
    margin-top: 5px;
    text-align: left;
}

a.link_content_home:hover {
    text-decoration: none;
}

.img-products-size img {
    width: 80%;
}

    .img-products-size img.graphic-oil-meter {
        width: auto;
    }

.position-fix {
    position: fixed;
    width: inherit;
}

@media (max-width: 768px) {
    .position-fix {
        position: relative;
    }
}

.pdf-icon {
    background-image: url("../img/global/pdf-icon.png");
    display: block;
    height: 30px;
    width: 30px;
    background-repeat: no-repeat;
    float: left;
    background-size: 30px;
    margin-right: 14px;
}

.content-msds {
    width: 100%;
    height: 40px;
}

.tab__slick .slick-slide a {
    padding: 6px;
}

/**************************
CUSTOM TEXT PAGES
***************************/
.text-only-content {
    color: #000000;
}

    .text-only-content p, .text-only-content ul {
        font-size: 18px;
    }

@media (max-width: 768px) {
    .text-only-content p, .text-only-content ul {
        font-size: 14px;
    }
}

/**************************
CUSTOM SHARETHIS
***************************/
.sharethis-wrapper .stButton .stButton_gradient {
    height: 22px !important;
}

.share .emailShare {
    background-image: url("../img/global/email.png") !important;
    background-size: 100%;
    background-repeat: no-repeat;
    display: inline-block;
    white-space: nowrap;
    height: 22px !important;
    width: 80px !important;
    padding-top: 3px;
    padding-bottom: 3px;
    line-height: 16px;
    position: relative;
}

/**************************
SEARCH PAGE STYLES
***************************/
.region-content #block-system-main .content > h2 {
    background-color: #F8F8F8;
    color: #333333;
    margin: 0;
    padding-top: 5.5vh;
    padding-bottom: 5.5vh;
    border-top: 1px solid #dedede;
    font-size: 36px;
    text-align: center;
}

.region-content #block-system-main .content > ul {
    margin: 30px 0;
}

.region-content #block-system-main .content > img {
    position: absolute;
}

.region-content #block-system-main .search-form {
    background-color: #232323;
    color: #FFFFFF;
    padding-top: 15vh;
    padding-bottom: 10vh;
    margin-bottom: 0;
}

    .region-content #block-system-main .search-form #edit-basic label {
        padding-right: 1vw;
    }

    .region-content #block-system-main .search-form input, .region-content #block-system-main .search-form select, .region-content #block-system-main .search-form textarea {
        color: #333333;
    }

    .region-content #block-system-main .search-form .form-wrapper {
        text-align: center;
    }

    .region-content #block-system-main .search-form .form-text {
        height: 3.2em;
        width: 20%;
        padding-left: 1vw;
    }

    .region-content #block-system-main .search-form .form-submit {
        height: 3.2em;
        width: 9vw;
        margin-left: 10px;
        color: #FFFFFF;
        background-color: #232323;
        text-transform: uppercase;
        border: 2px solid white;
    }

    .region-content #block-system-main .search-form label {
        font-size: 16.5px;
    }

    .region-content #block-system-main .search-form legend {
        display: none;
    }

.region-content #block-system-main .search-results, .region-content #block-system-main .node-results {
    background-color: #F8F8F8;
    padding-left: 10vw;
    padding-right: 10vw;
    margin: 0;
}

    .region-content #block-system-main .search-results p, .region-content #block-system-main .node-results p {
        font-size: 1.2em;
    }

    .region-content #block-system-main .search-results .search-result, .region-content #block-system-main .node-results .search-result {
        margin-bottom: 0;
    }

        .region-content #block-system-main .search-results .search-result .title, .region-content #block-system-main .node-results .search-result .title {
            margin-top: 0;
            font-size: 25px;
            font-family: 'Roboto Condensed';
            font-weight: 700;
            font-weight: bolder;
            margin-bottom: 15px;
        }

            .region-content #block-system-main .search-results .search-result .title a, .region-content #block-system-main .node-results .search-result .title a {
                color: #333333;
            }

            .region-content #block-system-main .search-results .search-result .title p, .region-content #block-system-main .node-results .search-result .title p {
                padding-top: 4px;
            }

        .region-content #block-system-main .search-results .search-result .search-snippet-info, .region-content #block-system-main .node-results .search-result .search-snippet-info {
            color: #333333;
            padding-left: 0em;
            line-height: 1.7em;
        }

        .region-content #block-system-main .search-results .search-result .search-info, .region-content #block-system-main .node-results .search-result .search-info {
            margin: 0;
            padding-bottom: 2vh;
            margin: 0px 0px 36px 0px;
        }

            .region-content #block-system-main .search-results .search-result .search-info .username, .region-content #block-system-main .node-results .search-result .search-info .username {
                display: none;
            }

        .region-content #block-system-main .search-results .search-result .pager, .region-content #block-system-main .node-results .search-result .pager {
            margin-top: -41px;
        }

            .region-content #block-system-main .search-results .search-result .pager li > a, .region-content #block-system-main .node-results .search-result .pager li > a {
                padding-bottom: 1em;
            }

        .region-content #block-system-main .search-results .search-result:last-child, .region-content #block-system-main .node-results .search-result:last-child {
            padding-bottom: 5vh;
        }

            .region-content #block-system-main .search-results .search-result:last-child .search-info, .region-content #block-system-main .node-results .search-result:last-child .search-info {
                margin-bottom: 0;
                border-bottom: 2px solid #c7c7c7;
                padding-bottom: 30px;
            }

.region-content #block-system-main .item-list {
    background-color: #F8F8F8;
    font-family: 'Roboto Condensed';
    font-weight: 700;
    font-size: 1.5em;
}

    .region-content #block-system-main .item-list .pager {
        padding-bottom: 1em;
    }

    .region-content #block-system-main .item-list ul {
        margin: 0;
    }

    .region-content #block-system-main .item-list li {
        list-style-type: none;
        padding: 0em 0em 0em 1.5em;
        text-transform: uppercase;
        margin: 0 0 0.25em 0.5em;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
    }

        .region-content #block-system-main .item-list li.pager-current {
            color: #000000;
        }
		
		.region-content #block-system-main .item-list li.pager-current a {
            color: #000000;
        }

        .region-content #block-system-main .item-list li.pager-previous:after {
            content: "";
            display: block;
            height: 0;
        }

        .region-content #block-system-main .item-list li.pager-next:before {
            content: "";
            display: block;
            height: 0;
        }

    .region-content #block-system-main .item-list p {
        font-size: 17px;
    }

    .region-content #block-system-main .item-list a {
        color: #7F7F7F;
    }

        .region-content #block-system-main .item-list a:hover {
            color: #000000;
            background: none;
        }

    .region-content #block-system-main .item-list .pager li > a, .region-content #block-system-main .item-list .pager li > span {
        background-color: none;
        border: none;
        border-radius: 0px;
    }

    .region-content #block-system-main .item-list li.pager-current.first {
        color: #000000;
    }

@media (max-width: 768px) {
    .region-content #block-system-main .content > h2 {
        font-size: 26px;
        padding-left: 8vw;
        padding-top: 7vw;
    }

    .region-content #block-system-main .search-form #edit-basic label {
        display: block;
        padding-bottom: 10px;
    }

    .region-content #block-system-main .search-form .form-text {
        width: 90%;
        margin: 0 auto;
        margin-bottom: 25px;
        display: block;
    }

    .region-content #block-system-main .search-form .form-submit {
        height: 3.5em;
        width: 120px;
    }

    .region-content #block-system-main .search-results, .region-content #block-system-main .node-results {
        padding-left: 7vw;
        padding-right: 8vw;
    }

        .region-content #block-system-main .search-results p, .region-content #block-system-main .node-results p {
            font-size: 1em;
        }

        .region-content #block-system-main .search-results .search-result, .region-content #block-system-main .node-results .search-result {
            margin-bottom: 0;
        }

            .region-content #block-system-main .search-results .search-result .title, .region-content #block-system-main .node-results .search-result .title {
                font-size: 23px;
                letter-spacing: 0.5px;
            }

            .region-content #block-system-main .search-results .search-result:last-child, .region-content #block-system-main .node-results .search-result:last-child {
                padding-bottom: 0;
            }

    .region-content #block-system-main .item-list {
        padding-top: 15px;
        padding-bottom: 40px;
    }

        .region-content #block-system-main .item-list li {
            margin: 0;
            padding: 0;
        }

            .region-content #block-system-main .item-list li.pager-item, .region-content #block-system-main .item-list li.pager-current {
                padding-left: 5vw !important;
            }

            .region-content #block-system-main .item-list li.pager-previous {
                padding-left: 5vw !important;
            }

            .region-content #block-system-main .item-list li.pager-next:before {
                height: 10px;
            }

            .region-content #block-system-main .item-list li.pager-last {
                padding-left: 5vw !important;
            }

            .region-content #block-system-main .item-list li a {
                padding: 0;
            }
}

.opacity {
    background-color: rgba(00, 00, 00, 0.5);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 200;
    height: 100%;
    display: none;
    width: 100%;
}

.dblock {
    display: block;
}

@media (min-width: 768px) {
    .dblock {
        display: none;
    }
}



/*********************************************************************************************************************/
/* Language Selection */
/*********************************************************************************************************************/
	.ulLanguageSelection {
		width: 220px;
		left: auto !important;
		right: 0px !important;
		
		padding: 10px 0px 10px 0px !important;			
	}
	
	.ulLanguageSelection li {
		padding: 0px !important;;
	}
	
	
	/****************************************************************************************************************/
	/* Link */
		.ulLanguageSelection li a {
			display: block;
			
			padding: 10px 20px 9px 59px !important;
			
			background-position: 15px 11px !important;
			background-repeat: no-repeat !important;
		}
		
		.ulLanguageSelection li a:hover {
			color: #ffffff;
			background-color: #ff6c08;	
		}

	
	/****************************************************************************************************************/
	/* Mobile Optimierungen */
		@media (max-width: 768px) {
				
			#LanguageSelectionHeaderButton {
				position: relative !important;
			}
				
			.ulLanguageSelection {
				min-width: 220px;
				width: 100% !important;
				height: auto !important;
				
				top: 38px !important;
				
				overflow-y: auto;
			}
			
			.ulLanguageSelection li {
				display: block !important;
			}
			
			/* Link */
				.ulLanguageSelection li a {
					width: auto !important;
					height: auto !important;
				}
					
		}




/*********************************************************************************************************************/
/* Money Back Guarantee Form - AGBs */
/*********************************************************************************************************************/
	.divMoneyBackGuaranteeFormAgb {
		
	}
	
	/****************************************************************************************************************/
	/* Unorder List */
		.divMoneyBackGuaranteeFormAgb ul {
			margin: 20px 0px 0px 0px;
		}
		
		.divMoneyBackGuaranteeFormAgb ul li {
			padding-bottom: 10px;
		}
	
	



/*********************************************************************************************************************/
/* Cookie Policy */
/*********************************************************************************************************************/
	.divCookiePolicyPopoutOuter {  }
	
	.divCookiePolicyPopout {
		display: none;
						
		width: 100%;
		min-height: 39px;
				
		background-color: #1d1d1d;		
		/*border-bottom: 2px solid #231f20;*/
	}
	
	.divCookiePolicyPopout div.Inner {
		margin: 0px auto 0px auto;
		padding: 13px 15px 10px 15px;
		
		font-size: 	0.857em;
		line-height: 1.33em;
		color: #ffffff;
		text-transform: uppercase;
	}		
	
	/****************************************************************************************************************/
	/* Table */
		.divCookiePolicyPopout table {
			width: 100%;	
			border: none;
		}
		
		.divCookiePolicyPopout table tbody {
			border: none;
		}
		
		.divCookiePolicyPopout table tr {
			vertical-align: bottom;	
		}
		
		.divCookiePolicyPopout table td {
			padding: 0px;
			border: none;
		}
	
	
	/****************************************************************************************************************/
	/* Text */
		.divCookiePolicyPopout span.Text {
			margin-right: 20px;	
		}
	
	/****************************************************************************************************************/
	/* Link */
		.divCookiePolicyPopout a {
			display: inline-block;
			margin: 0px 30px 0px 0px;
			padding: 0px 0px 0px 0px;
			
			color: #ffffff;	
			white-space: nowrap;
			text-decoration: underline !important;
		}
		
		.divCookiePolicyPopout a:hover {
			color: #bdc2c7;	
			text-decoration: underline;		
		}




	/****************************************************************************************************************/
	/* Mobile Optimierungen */
		@media (max-width: 768px) {
	
	
			/* Table */
				.divCookiePolicyPopout table {}												
				.divCookiePolicyPopout table tr {}
				
				.divCookiePolicyPopout table td {
					display: block;
					text-align: left;
				}
				
				.divCookiePolicyPopout table td.AlignRight {
					padding-top: 6px;	
				}
			
			
			/* Text */
				.divCookiePolicyPopout span.Text {
					display: block;
					padding-bottom: 6px;
				}
			
		}


/*********************************************************************************************************************/
/* Product Overview Teaser Element */
/*********************************************************************************************************************/
	.divProductOverviewTeaserElement {
		position: relative;
		top: -30px;
				
		width: 280px;
		margin: 0px auto 0px auto;
	}
	
	.divProductOverviewTeaserElementInner {
		padding: 0px 0px 10px 0px;
	}
		
		
	/****************************************************************************************************************/
	/* Table */	
		.divProductOverviewTeaserElement table {			
			width: 100%;
			table-layout: fixed;
			
			border: none;
		}
		
		.divProductOverviewTeaserElement table tbody {
			border: none;
		}
		
		.divProductOverviewTeaserElement table tr {
			vertical-align: middle;
		}
		
		.divProductOverviewTeaserElement table tr td {
			border: none;
		}
			
		
			
		/* Image */
			.divProductOverviewTeaserElement  table tr td.ImageContent {			
				width: 110px;
			}
			
			.divProductOverviewTeaserElement  table tr td.ImageContent div.Black {
				display: none;
			}
			
			.divProductOverviewTeaserElement  table tr td.ImageContent div.White {
			
			}
		
			
		/* Text */
			.divProductOverviewTeaserElement  table tr td.TextContent {				
				padding: 0px 0px 0px 0px;
				
				font-size: 10px;
				line-height: 1.42875em;				 
			}

	
	
	
	/****************************************************************************************************************/
	/* Mobile Optimierungen */
		@media (max-width: 768px) {
			
			.divProductOverviewTeaserElement {
				width: auto;
				max-width: 280px;
				
				top: -60px;							
			}
			
			.divProductOverviewTeaserElementInner {
				padding-left: 15px;
				padding-right: 15px;
			}
			
			/* Table */	
				.divProductOverviewTeaserElement table {}
										
				.divProductOverviewTeaserElement table tr td {				
					display: block;				
					
					text-align: center;
				}
				
				/* Image */
					.divProductOverviewTeaserElement  table tr td.ImageContent {			
						width: auto;
					}	
												
		}



	/****************************************************************************************************************/
	/* Varinat: Product Page */	
		.sidebar-page .wrapper .divProductOverviewTeaserElement {
			top: 0px;
		}
		
		.sidebar-page .wrapper .divProductOverviewTeaserElementInner {
			padding: 40px 0px 0px 0px;
		}
	
	
		/* Image */
			.sidebar-page .wrapper .divProductOverviewTeaserElement table tr td.ImageContent div.Black {
				display: block;
			}
			
			.sidebar-page .wrapper .divProductOverviewTeaserElement table tr td.ImageContent div.White {
				display: none;
			}






/*********************************************************************************************************************/
/* CUSTOM MEDIA QUERIES */
/*********************************************************************************************************************/
	@-ms-viewport {
		width: auto !important;
	}




/*********************************************************************************************************************/
/* Product Details Promotion Image */
/*********************************************************************************************************************/
	.divProductDetailsPromotionImage {
		position: relative;		
	}
	
	
	/* Image */
		.divProductDetailsPromotionImage div.Image {
			position: absolute;
			top: 0px;
			right: -260px;			
			width: 210px;
		}
		
		.divProductDetailsPromotionImage div.Image img {
			max-width: 210px;	
		}
	
		
	/* Desktop Small / Mobile */	
		@media (max-width: 1380px) {
			.divProductDetailsPromotionImage div.Image {
				position: relative;
				top: auto;
				right: auto;	
				width: auto;
				max-width: 100%;	
				
				padding: 0px 0px 30px 0px;
			}
			
			.divProductDetailsPromotionImage div.Image img {
				max-width: 100%;	
			}
		}
			
	



/*********************************************************************************************************************/
/* Promotion Teaser */
/*********************************************************************************************************************/

	.divPromotionTeaser {
		background-image: url("../img/pages/promotion/bg-promotion-start.jpg");
		background-position: center 0px;
		background-repeat: no-repeat;
		
		-webkit-background-size: cover;
    	-moz-background-size: cover;
	    -o-background-size: cover; 
		background-size: cover;
	}
	
	.divPromotionTeaser .colleft {
		left: 0px !important;
		right: auto;
		width: 60%;
	}
	
	.divPromotionTeaser .colright {
		right: 0px !important;
		left: auto;
		width: 35%;
	}
	
	.divPromotionTeaser .img-scale-container {
		height: 380px;
	}

	@media (max-width: 768px) {
		
		.divPromotionTeaser {
			padding-bottom: 0px;
		}
		
		.divPromotionTeaser .colleft,
		.divPromotionTeaser .colright {
			position: relative !important;
			width: 100%;
			display: block;
		}
		
		.divPromotionTeaser .img-scale-container {
			height: auto !important;
			margin: 0px auto !important;
			text-align: center;
		}
		
		.divPromotionTeaser .img-scale-container img {
			display: none;
		}
		
		.divPromotionTeaser .product-tile-container img {
			position: relative !important;
			top: 0px !important;
			left: 0px !important;
			bottom: 0px !important;
			padding: 0px !important;
			margin: 0px auto !important;
		}
	
	}


/*********************************************************************************************************************/
/* Promotion Page Link */
/*********************************************************************************************************************/

	.divPromotionLink {
		border-left: 1px solid #cd5a00;
		height: 48px;
	}
	
	.divPromotionLinkMobile a,
	.divPromotionLink a {
		display: inline-block;
		font-family: "Roboto Condensed";
		padding: 12px 15px 10px 15px;
		font-size: 1.143em;
		color: #ffc085;
		text-transform: uppercase;
	}
	
	.divPromotionLinkMobile a {
		font-size: 0.857em;
		padding-top: 10px;
	}
	
	.divPromotionLinkMobile a:hover,
	.divPromotionLink a:hover {
		color: #fff;
	}
	
	.divPromotionLinkMobile {
		display: none;
	}
	
	@media (max-width: 768px) {
		
		.divPromotionLink {
			display: none;
		} 
		
		.divPromotionLinkMobile {
			display: inline-block;
			height: 38px;
			padding-left: 10px;
			white-space: nowrap;
		}
		
		
	}





/*********************************************************************************************************************/
/* Promotion Page Cleaner */
/*********************************************************************************************************************/

	.divPromotionPageCleaner {
		
	}

	/****************************************************************************************************************/
	/* Header */	
		.divPromotionPageCleaner .divPromotionHeader {
			position: relative;
			
			height: 870px;
			
			background-image: url("../img/pages/promotion/bg-promotion-1920.jpg");
			background-position: center 0px;
			background-repeat: no-repeat;
			
			text-align: center;
		}
			
		@media (min-width: 1921px) {
			
			.divPromotionPageCleaner .divPromotionHeader {
				background-position: center center;
				background-size: 100%;
			}
		}

		@media (max-width: 768px) {
			
			.divPromotionPageCleaner .divPromotionHeader {
				height: 742px;
				
				background-image: url("../img/pages/promotion/bg-promotion-320.jpg");
				background-position: center center;
				background-size: 100%;
			} 
			
		}
		
		@media (max-width: 340px) {
			
			.divPromotionPageCleaner .divPromotionHeader {
				height: 742px;
				
				background-image: url("../img/pages/promotion/bg-promotion-320.jpg");
				background-position: center 0px;
				background-size: auto;
			} 
			
		}
		

		/* Text & Images */	
			.divPromotionPageCleaner .divPromotionHeader .Title {
				padding: 60px 0px 7px 0px;
	
				text-transform: uppercase;
				color: #ff6c08;
			}
			
			.divPromotionPageCleaner .divPromotionHeader .Headline h1 {
				font-size: 3.429em;
			}
			
			.divPromotionPageCleaner .divPromotionHeader .Text {
				padding: 18px 20px 40px 20px;
				font-size: 1.286em;
			}
		
			.divPromotionPageCleaner .divCleanerImages table tbody {
				border-top: none !important;
			}
			
			.divPromotionPageCleaner .divCleanerImages .Image {
				padding-top: 48px;
			}
			
			.divPromotionPageCleaner .divCleanerImages .Image.Spinner {
				width: 408px;
				background-image: url("../img/pages/promotion/felge.png");
				background-position: center 0px;
				background-repeat: no-repeat;
			}
			
			.divPromotionPageCleaner .divCleanerImages {
				width: 100%;
				overflow: hidden;
			}
			
			.divPromotionPageCleaner .divCleanerImages table tr td:first-child {
				padding-left: 35px;
			}
			
			.divPromotionPageCleaner .divCleanerImages table tr td:last-child {
				padding-right: 30px;
			}
		
			@media (max-width: 768px) {
				
				.divPromotionPageCleaner .divPromotionHeader .Text {
					padding: 18px 0px 20px 0px;
				}
				
				.divPromotionPageCleaner .divPromotionHeader .Title {
					display: none;
				}
				
				.divPromotionPageCleaner .divPromotionHeader .Headline h1 {
					font-size: 1.857em;
					padding-top: 15px;
				}
				
				
				.divPromotionPageCleaner .divCleanerImages table {
					width: 100% !important;
					table-layout:fixed;
				}
				
				.divPromotionPageCleaner .divCleanerImages .Image {
					padding-top: 20px;
				}
				
				.divPromotionPageCleaner .divCleanerImages .Image img {
					max-width: 100%;
				}
				
				.divPromotionPageCleaner .divCleanerImages .Image.Spinner {
					width: auto;
					background: none;
				}
				
				.divPromotionPageCleaner .divCleanerImages table tr td {
					padding: 0px !important;
				}
				
				.divPromotionPageCleaner .divCleanerImages table tr td:first-child {
					width: 27%;
				}
				
				.divPromotionPageCleaner .divCleanerImages table tr td:last-child {
					width: 27%;
				}
				
			}
	
	
		/* Intro */
			.divPromotionIntro .Headline h1 {
				padding: 90px 60px 110px 60px;
				
				font-size: 3.429em;
				text-align: center;
			}
			
			.divPromotionIntroButtonArrow {
				height: 20px;
				
				background-color: #fc8f00;
				background-image: url("../img/global/arrow-down-orange.png");
				background-position: center 0px;
				background-repeat: no-repeat;
			}
			
			@media (max-width: 768px) {
				
				.divPromotionIntro .Headline h1 {
					padding: 15px 0px 0px 0px;
					margin-bottom: 0px;
					
					font-size: 1.857em;
				}
					
			}
			
		
		/* Form */
			.divPromotionForm {
				background-color: transparent;
			}
			
			.divPromotionForm label {
				color: #FFF;
			}
			
			.divPromotionForm .help-block.with-errors {
				color: #a94442;
			}
			
			.divPromotionForm .btn {
				border: 1px solid #FFF;
				color: #FFF;
			}
			
			.divPromotionForm .btn:hover {
				background-color: #fff;
				color: #4a4a4a;
			}
			
			.divPromotionForm .divPrivacy {
				padding: 10px 0px 0px 0px;
			}
			
			.divPromotionForm .divPrivacy h3 {
				font-size: 1.857em;
				padding-bottom: 10px;
			}
			
			.divPromotionForm .divPrivacy ol > li {
				font-weight: bold;
				padding-bottom: 5px;
			}
			
			.divPromotionForm .divPrivacy ol > li li {
				font-weight: normal;
			}
			
			.divPromotionForm .divPrivacy p {
				font-size: 1em;
			}
			
				
			@media (max-width: 768px) {
				
				.divPromotionForm .divPrivacy ol,
				.divPromotionForm .divPrivacy ul {
					padding-left: 15px;
				}
					
			}
	
	
	
	
	
	










