/* ================================================
*
*   GENERAL 
* 
================================================== */

@font-face {
font-family: 'Gibson';
src: url("../fonts/Gibson-Regular.otf") format("opentype");
}

@font-face {
font-family: 'Gibson';
font-weight: 600;
src: url("../fonts/Gibson-SemiBold.otf") format("opentype");
}

@font-face {
font-family: 'Gibson';
font-weight: bold;
src: url("../fonts/Gibson-Bold.otf") format("opentype");
}

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

body{
	background-color: #FFFFFF;
	font-family: 'Gibson', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	background-size: cover;
	background-repeat: no-repeat;
	color:#0d0d0d;
	font-size: 18px;
	line-height: 1.42857;
}

.list-inline {
    padding-left: 0;
    list-style: none;
    margin-left: -5px;
}

.list-inline>li {
    display: inline-block;
    padding-left: 5px;
    padding-right: 5px;
}

.list-unstyled {
    padding-left: 0;
    list-style: none;
    display: inherit;
}
.text-center {
    text-align: center;
}

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

a:hover, a:focus {
    color: #c0421c;
    text-decoration: underline;
}

.center-block {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

ul, ol {
    padding-left: 20px;
}

/* ================================================
*
*   Buttons
* 
================================================== */

.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;
    text-transform: uppercase;
    letter-spacing: .05em;
    font-family: Gibson;
    font-weight: 600;
    padding: 19px 30px;
    font-size: 14px;
    line-height: 1.42857;
    border-radius: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.btn-primary {
    color: #fff;
    background-color: #fc5000;
    border-color: #fc5000;
}

.btn-primary:hover, .btn-primary:focus, .btn-primary:active {
    color: #fff;
    background-color: #f3754f;
    border-color: #f3754f;
}

/* ================================================
*
*   Forms & Input 
* 
================================================== */

input {
	border: 0;
}

.form-container {
    background-color: #f1f0f0;
}

.jumbotron .form-control {
    border-radius: 0;
    padding: 17px 25px 17px 25px;
    height: auto;
    width: 420px !important;
    border: none;
    font-size: 18px;
    line-height: 1.42857;
    color: #555;
    background-color: #fff;
    background-image: none;
}

.form-control, select.form-control:not([size]):not([multiple]) {
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 0;

    height: 60px;
    display: block;
    width: 100%;

    padding: 6px 12px;
    font-size: 18px;
    line-height: 1.42857;
    color: #555;
    background-image: none;
}

.label {
    font-size: 18px;
    line-height: 1.38;
    color: #6d706f;
    margin-bottom: 10px;
}

.form-group {
    margin-bottom: 35px;
}

/* ================================================
*
*   Navigation 
* 
================================================== */

.nav-container {
	background-color: #0d0d0d;
	color: #FFFFFF;
	padding: 25px 0 20px;

    position: fixed;
    width: 100%;
    z-index: 100;
}

.nav-link {
	font-size: 16px;
	color: #FFFFFF;
	padding-top: 4px;
	font-weight: bold;
    margin-left: 33px;
    margin-right: 33px;
    text-transform: uppercase;
}

.nav-spacer {
	height: 70px;
	display: block;
}

.nav-link:hover {
	color: #FFFFFF;
}

/* ================================================
*
*   Breadcrumb
* 
================================================== */

.breadcrumb-container {
    font-size: 12px;
    top: 70px;
    position: absolute;
    width: 100%;
    background-color: rgba(13,13,13,0.75);
    font-weight: 600;
    line-height: 1.33;
    letter-spacing: .025em;
    text-transform: uppercase;
    z-index: 11;
}

.breadcrumb {
    padding: 0 0;
    margin-bottom: 0;
    list-style: none;
    background-color: transparent;
    border-radius: 0;
}

.breadcrumbsComponent-itemActive, .breadcrumbsComponent-item {
    display: inline-block;
}

.breadcrumbsComponent-itemLink:hover {
    color: #b2b4b2;
    text-decoration: none;
}

.breadcrumbsComponent-itemLink {
    color: #6d706f;
    display: inline-block;
    padding: 4px 0;
}

.breadcrumbsComponent-item+.breadcrumbsComponent-itemActive::before {
    content: ">";
    color: #6d706f;
}

.breadcrumb > li + li::before {
    content: "/ ";
    color: rgb(204, 204, 204);
    padding: 0px 5px;
}

.breadcrumbsComponent-itemActive {
    color: #fff;
}

/* ================================================
*
*   Jumbotron
* 
================================================== */

.jumbotron {
    background-size: cover;
    margin-bottom: 0;
    background-position: 50% 50%;
    min-height: 500px;
    text-align: center;
    color: #fff;
    border-radius: 0;
    background-image: url(http://scripts.dometic.com/assets/img/dometic_place_road_grass.jpg);
}

.jumbotron-heading {
    text-shadow: 0 0 0.2em rgba(0,0,0,0.2);
    font-size: 86px;
	font-weight: bold;
	text-transform: uppercase;
}

.jumbotron-text {
    font-size: 22px;
    line-height: 30px;
    letter-spacing: .01em;
    text-shadow: 0 0 0.2em rgba(0,0,0,0.2);
}

.jumbotron a, .jumbotron a:hover, .jumbotron a:focus {
    color: #FFFFFF;
}

/* ================================================
*
*   Content
* 
================================================== */

.content {
    padding: 20px 0;
}

/* ================================================
*
*   Tables
* 
================================================== */

table th {
	color: #b2b4b2;
    font-weight: normal;
    text-transform: uppercase;
    padding: 20px;
}

table td {
    background-color: #f1f0f0;
    padding: 20px;
    border: 1px solid #fff;
}

table.dataTable thead .sorting:before, 
table.dataTable thead .sorting_asc:before, 
table.dataTable thead .sorting_desc:before, 
table.dataTable thead .sorting_asc_disabled:before, 
table.dataTable thead .sorting_desc_disabled:before,
table.dataTable thead .sorting:after, 
table.dataTable thead .sorting_asc:after, 
table.dataTable thead .sorting_desc:after, 
table.dataTable thead .sorting_asc_disabled:after, 
table.dataTable thead .sorting_desc_disabled:after {
    content: "";
}

#data_filter input {
    border: 1px solid #eaeaea;
}

/* ================================================
*
*   Footer 
* 
================================================== */

.footer {
    background-color: #0d0d0d;
    padding-top: 40px;
}

.footerComponent-mainLinksItem {
    display: inline-block;
    float: none;
    width: auto;
}

.footerComponent-mainLinksItem+.footerComponent-mainLinksItem {
    margin-left: 100px;
}

.footerComponent-mainLinksLink:link, 
.footerComponent-mainLinksLink:visited, .footerComponent-mainLinksLink:active, .footerComponent-mainLinksLink:hover {
    color: #fff;
    text-decoration: none;
    font-size: 18px;
}

.footerComponent-mainLinksLink {
    font-weight: 700;
    font-size: 14px;
    line-height: 1.38;
    text-transform: uppercase;
    letter-spacing: .025em;
    display: block;
    text-align: center;
    margin: 10px 0;
}

.footerComponent-socialMediaServicesList {
    text-align: center;
    margin: 80px 0 35px;
}

.footerComponent-additionalLinksItem {
    color: #6d706f;
    font-size: 10px;
    text-transform: uppercase;
    padding: 3px 10px 0 0;
    display: inline-block;
}

.footerComponent-additionalLinksLink:link, .footerComponent-additionalLinksLink:visited, .footerComponent-additionalLinksLink:active, .footerComponent-additionalLinksLink:hover {
    color: inherit;
    text-decoration: none;
}

.footerComponent-logo {
    display: block;
    width: 200px;
    height: 25px;
    height: auto;
    margin: 18px auto 90px;
}

.progress-bar {
    color: #fff;
    background-color: #fc5000;
    border-color: #fc5000;
    padding: 20px;
    height: auto;
    font-size: 20px;
}