/*! normalize.css v3.0.2 | MIT License | git.io/normalize */

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 {
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    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"] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    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;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    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;
}
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
*:before, *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
html {
    font-size: 10px;
    -webkit-tap-highlight-color: transparent;
    height: 100%;
}
body {
    font-family: "Open Sans", Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 1.428571429;
    color: #474747;
    background-color: #fff;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    -moz-osx-font-smoothing: grayscale;
    height: 100%;
}
input, button, select, textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}
a {
    color: #eb5931;
    text-decoration: none;
}
a:hover, a:focus {
    color: #bd3712;
    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 {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}
.img-thumbnail {
    padding: 4px;
    line-height: 1.428571429;
    background-color: #fff;
    border: 1px solid #ddd;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    display: inline-block;
    max-width: 100%;
    height: auto;
}
.img-circle {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}
hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #efefef;
}
.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;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: inherit;
    font-weight: 300;
    line-height: 1;
    color: #474747;
}
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: #bebebe;
}
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: 26px;
}
h2, .h2 {
    font-size: 24px;
}
h3, .h3 {
    font-size: 20px;
}
h4, .h4 {
    font-size: 18px;
}
h5, .h5 {
    font-size: 14px;
}
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 {
    text-align: center;
}
.text-justify {
    text-align: justify;
}
.text-nowrap {
    white-space: nowrap;
}
.text-lowercase {
    text-transform: lowercase;
}
.text-uppercase {
    text-transform: uppercase;
}
.text-capitalize {
    text-transform: capitalize;
}
.text-muted {
    color: #bebebe;
}
.text-primary {
    color: #008CBA;
}
a.text-primary:hover {
    color: #006687;
}
.text-success {
    color: #3c763d;
}
a.text-success:hover {
    color: #2b542c;
}
.text-info {
    color: #31708f;
}
a.text-info:hover {
    color: #245269;
}
.text-warning {
    color: #8a6d3b;
}
a.text-warning:hover {
    color: #66512c;
}
.text-danger {
    color: #a94442;
}
a.text-danger:hover {
    color: #843534;
}
.bg-primary {
    color: #fff;
}
.bg-primary {
    background-color: #008CBA;
}
a.bg-primary:hover {
    background-color: #006687;
}
.bg-success {
    background-color: #dff0d8;
}
a.bg-success:hover {
    background-color: #c1e2b3;
}
.bg-info {
    background-color: #d9edf7;
}
a.bg-info:hover {
    background-color: #afd9ee;
}
.bg-warning {
    background-color: #fcf8e3;
}
a.bg-warning:hover {
    background-color: #f7ecb5;
}
.bg-danger {
    background-color: #f2dede;
}
a.bg-danger:hover {
    background-color: #e4b9b9;
}
.page-header {
    padding-bottom: 9px;
    margin: 40px 0 20px;
    border-bottom: 1px solid white;
}
ul, ol {
    margin-top: 0;
    margin-bottom: 10px;
}
ul ul, ul ol, ol ul, ol ol {
    margin-bottom: 0;
}
.list-unstyled {
    padding-left: 0;
    list-style: none;
}
.list-inline {
    padding-left: 0;
    list-style: none;
    margin-left: -5px;
}
.list-inline > li {
    display: inline-block;
    padding-left: 5px;
    padding-right: 5px;
}
dl {
    margin-top: 0;
    margin-bottom: 20px;
}
dt, dd {
    line-height: 1.428571429;
}
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;
}
.header-links {
    background-color: #333333;
    color: #fff;
    padding: 0 20px;
    line-height: 38px;
}
.header-links a {
    color: #ff9100;
    padding-left: 20px;
}
@media (min-width: 980px) {
    .dl-horizontal dt {
        float: left;
        width: 160px;
        clear: left;
        text-align: right;
        overflow: hidden;
        -o-text-overflow: ellipsis;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
    .dl-horizontal dd {
        margin-left: 180px;
    }
}
abbr[title], abbr[data-original-title] {
    cursor: help;
    border-bottom: 1px dotted #bebebe;
}
.initialism {
    font-size: 90%;
    text-transform: uppercase;
}
blockquote {
    padding: 10px 20px;
    margin: 0 0 20px;
    font-size: 17.5px;
    border-left: 5px solid white;
}
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.428571429;
    color: #bebebe;
}
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 white;
    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.428571429;
}
@font-face {
    font-family: 'icons';
    src: url('../fonts/icomoon.eot?-o75aip');
    src: url('../fonts/icomoon.eot?#iefix-o75aip') format('embedded-opentype'), url('../fonts/icomoon.woff?-o75aip') format('woff'), url('../fonts/icomoon.ttf?-o75aip') format('truetype'), url('../fonts/icomoon.svg?-o75aip#icomoon') format('svg');
    font-weight: normal;
    font-style: normal;
}
[class*="icon-"] {
    display: inline-block;
    vertical-align: middle;
}
[class^="icon-"], [class*=" icon-"] {
    font-family: 'icons';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.icon-search:before {
    content: "\f002";
}
.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: 750px;
    }
}
@media (min-width: 980px) {
    .container {
        width: 962px;
    }
}
@media (min-width: 1218px) {
    .container {
        width: 1200px;
    }
}
.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;
}
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: #7a7a7a;
    border: 0;
    border-bottom: 1px solid #e5e5e5;
}
label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: bold;
}
input[type="search"] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    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: 13px;
    font-size: 14px;
    line-height: 1.428571429;
    color: #9c9c9c;
}
.form-control {
    display: block;
    width: 100%;
    height: 46px;
    padding: 12px 18px;
    font-size: 14px;
    line-height: 1.428571429;
    color: #9c9c9c;
    background-color: #f8f8f8;
    background-image: none;
    border: 1px solid #efefef;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-appearance: none;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    -moz-transition: border-color ease-in-out .15s, -moz-box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.form-control:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 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 {
    cursor: false;
    background-color: white;
    opacity: 1;
}
textarea.form-control {
    height: auto;
}
input[type="search"] {
    -webkit-appearance: none;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
    input[type="date"], input[type="time"], input[type="datetime-local"], input[type="month"] {
        line-height: 46px;
    }
    input[type="date"].input-sm, .input-group-sm > input[type="date"].form-control, .input-group-sm > input[type="date"].input-group-addon, .input-group-sm > .input-group-btn > input[type="date"].btn, input[type="time"].input-sm, .input-group-sm > input[type="time"].form-control, .input-group-sm > input[type="time"].input-group-addon, .input-group-sm > .input-group-btn > input[type="time"].btn, input[type="datetime-local"].input-sm, .input-group-sm > input[type="datetime-local"].form-control, .input-group-sm > input[type="datetime-local"].input-group-addon, .input-group-sm > .input-group-btn > input[type="datetime-local"].btn, input[type="month"].input-sm, .input-group-sm > input[type="month"].form-control, .input-group-sm > input[type="month"].input-group-addon, .input-group-sm > .input-group-btn > input[type="month"].btn {
        line-height: 30px;
    }
    input[type="date"].input-lg, .input-group-lg > input[type="date"].form-control, .input-group-lg > input[type="date"].input-group-addon, .input-group-lg > .input-group-btn > input[type="date"].btn, input[type="time"].input-lg, .input-group-lg > input[type="time"].form-control, .input-group-lg > input[type="time"].input-group-addon, .input-group-lg > .input-group-btn > input[type="time"].btn, input[type="datetime-local"].input-lg, .input-group-lg > input[type="datetime-local"].form-control, .input-group-lg > input[type="datetime-local"].input-group-addon, .input-group-lg > .input-group-btn > input[type="datetime-local"].btn, input[type="month"].input-lg, .input-group-lg > input[type="month"].form-control, .input-group-lg > input[type="month"].input-group-addon, .input-group-lg > .input-group-btn > input[type="month"].btn {
        line-height: 66px;
    }
}
.form-group {
    margin-bottom: 15px;
}
.form-control-static {
    padding-top: 13px;
    padding-bottom: 13px;
    margin: 0;
}
.form-control-static.input-lg, .input-group-lg > .form-control-static.form-control, .input-group-lg > .form-control-static.input-group-addon, .input-group-lg > .input-group-btn > .form-control-static.btn, .form-control-static.input-sm, .input-group-sm > .form-control-static.form-control, .input-group-sm > .form-control-static.input-group-addon, .input-group-sm > .input-group-btn > .form-control-static.btn {
    padding-left: 0;
    padding-right: 0;
}
@media (min-width: 768px) {
    .form-inline .form-group {
        width: auto;
        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 > .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: 13px;
}
.form-horizontal .radio, .form-horizontal .checkbox {
    min-height: 33px;
}
@media (min-width: 768px) {
    .form-horizontal .control-label {
        text-align: right;
        margin-bottom: 0;
        padding-top: 13px;
    }
}
.form-horizontal .has-feedback .form-control-feedback {
    right: 10px;
}
@media (min-width: 768px) {
    .form-horizontal .form-group-lg .control-label {
        padding-top: 22.28px;
    }
}
@media (min-width: 768px) {
    .form-horizontal .form-group-sm .control-label {
        padding-top: 6px;
    }
}
.btn {
    position: relative;
    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;
    outline: none;
    -webkit-transition: border .1s linear, color .1s linear, background-color .1s linear;
    -moz-transition: border .1s linear, color .1s linear, background-color .1s linear;
    -o-transition: border .1s linear, color .1s linear, background-color .1s linear;
    transition: border .1s linear, color .1s linear, background-color .1s linear;
    padding: 12px 18px;
    font-size: 14px;
    line-height: 1.428571429;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    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: none;
}
.btn:hover, .btn:focus, .btn.focus {
    color: #474747;
    text-decoration: none;
}
.btn:active, .btn.active {
    outline: 0;
    background-image: none;
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    -moz-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn.disabled, .btn[disabled], fieldset[disabled] .btn {
    cursor: false;
    pointer-events: none;
    opacity: 0.65;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
.btn-default {
    color: #474747;
    background-color: #efefef;
    border-color: #efefef;
}
.btn-default:hover, .btn-default:focus, .btn-default.focus, .btn-default:active, .btn-default.active, .open > .btn-default.dropdown-toggle {
    color: #474747;
    background-color: #d5d5d5;
    border-color: #d5d5d5;
}
.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: #efefef;
    border-color: #efefef;
}
.btn-default .badge {
    color: #efefef;
    background-color: #474747;
}
.btn-inverse {
    color: #fff;
    background-color: #3a3a3a;
    border-color: #3a3a3a;
}
.btn-inverse:hover, .btn-inverse:focus, .btn-inverse.focus, .btn-inverse:active, .btn-inverse.active, .open > .btn-inverse.dropdown-toggle {
    color: #fff;
    background-color: #212121;
    border-color: #212121;
}
.btn-inverse:active, .btn-inverse.active, .open > .btn-inverse.dropdown-toggle {
    background-image: none;
}
.btn-inverse.disabled, .btn-inverse.disabled:hover, .btn-inverse.disabled:focus, .btn-inverse.disabled.focus, .btn-inverse.disabled:active, .btn-inverse.disabled.active, .btn-inverse[disabled], .btn-inverse[disabled]:hover, .btn-inverse[disabled]:focus, .btn-inverse[disabled].focus, .btn-inverse[disabled]:active, .btn-inverse[disabled].active, fieldset[disabled] .btn-inverse, fieldset[disabled] .btn-inverse:hover, fieldset[disabled] .btn-inverse:focus, fieldset[disabled] .btn-inverse.focus, fieldset[disabled] .btn-inverse:active, fieldset[disabled] .btn-inverse.active {
    background-color: #3a3a3a;
    border-color: #3a3a3a;
}
.btn-inverse .badge {
    color: #3a3a3a;
    background-color: #fff;
}
.btn-brand {
    color: #fff;
    background-color: #eb5931;
    border-color: #eb5931;
}
.btn-brand:hover, .btn-brand:focus, .btn-brand.focus, .btn-brand:active, .btn-brand.active, .open > .btn-brand.dropdown-toggle {
    color: #fff;
    background-color: #d43e15;
    border-color: #d43e15;
}
.btn-brand:active, .btn-brand.active, .open > .btn-brand.dropdown-toggle {
    background-image: none;
}
.btn-brand.disabled, .btn-brand.disabled:hover, .btn-brand.disabled:focus, .btn-brand.disabled.focus, .btn-brand.disabled:active, .btn-brand.disabled.active, .btn-brand[disabled], .btn-brand[disabled]:hover, .btn-brand[disabled]:focus, .btn-brand[disabled].focus, .btn-brand[disabled]:active, .btn-brand[disabled].active, fieldset[disabled] .btn-brand, fieldset[disabled] .btn-brand:hover, fieldset[disabled] .btn-brand:focus, fieldset[disabled] .btn-brand.focus, fieldset[disabled] .btn-brand:active, fieldset[disabled] .btn-brand.active {
    background-color: #eb5931;
    border-color: #eb5931;
}
.btn-brand .badge {
    color: #eb5931;
    background-color: #fff;
}
.btn-link {
    color: #eb5931;
    font-weight: normal;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}
.btn-link, .btn-link:active, .btn-link.active, .btn-link[disabled], fieldset[disabled] .btn-link {
    background-color: transparent;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
.btn-link, .btn-link:hover, .btn-link:focus, .btn-link:active {
    border-color: transparent;
}
.btn-link:hover, .btn-link:focus {
    color: #bd3712;
    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: #bebebe;
    text-decoration: none;
}
.btn-lg {
    padding: 16px 16px;
    font-size: 24px;
    line-height: 1.33;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}
.btn-sm {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}
.btn-xs {
    padding: 1px 5px;
    font-size: 12px;
    line-height: 1.5;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}
.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%;
}
.fade {
    opacity: 0;
    -webkit-transition: opacity .15s linear;
    -o-transition: opacity .15s linear;
    -moz-transition: opacity .15s linear;
    transition: opacity .15s linear;
}
.fade.in {
    opacity: 1;
}
.collapse {
    display: none;
    visibility: hidden;
}
.collapse.in {
    display: block;
    visibility: visible;
}
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;
    -moz-transition-property: height, visibility;
    -o-transition-property: height, visibility;
    transition-property: height, visibility;
    -webkit-transition-duration: .35s;
    -moz-transition-duration: .35s;
    -o-transition-duration: .35s;
    transition-duration: .35s;
    -webkit-transition-timing-function: ease;
    -moz-transition-timing-function: ease;
    -o-transition-timing-function: ease;
    transition-timing-function: ease;
}
.element-group, .element-group-vertical {
    position: relative;
    display: inline-block;
    vertical-align: middle;
}
.element-group > .btn, .element-group-vertical > .btn {
    position: relative;
    float: left;
}
.element-group > .btn:hover, .element-group > .btn:focus, .element-group > .btn:active, .element-group > .btn.active, .element-group-vertical > .btn:hover, .element-group-vertical > .btn:focus, .element-group-vertical > .btn:active, .element-group-vertical > .btn.active {
    z-index: 2;
}
.element-group .btn + .btn, .element-group .btn + .element-group, .element-group .element-group + .btn, .element-group .element-group + .element-group {
    margin-left: -1px;
}
.element-toolbar {
    margin-left: -5px;
}
.element-toolbar:before, .element-toolbar:after {
    content: " ";
    display: table;
}
.element-toolbar:after {
    clear: both;
}
.element-toolbar .element-group, .element-toolbar .input-group {
    float: left;
}
.element-toolbar > .btn, .element-toolbar > .element-group, .element-toolbar > .input-group {
    margin-left: 5px;
}
.element-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}
.element-group > .btn:first-child {
    margin-left: 0;
}
.element-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
    -webkit-border-bottom-right-radius: 0;
    -moz-border-radius-bottomright: 0;
    border-bottom-right-radius: 0;
    -webkit-border-top-right-radius: 0;
    -moz-border-radius-topright: 0;
    border-top-right-radius: 0;
}
.element-group > .btn:last-child:not(:first-child), .element-group > .dropdown-toggle:not(:first-child) {
    -webkit-border-bottom-left-radius: 0;
    -moz-border-radius-bottomleft: 0;
    border-bottom-left-radius: 0;
    -webkit-border-top-left-radius: 0;
    -moz-border-radius-topleft: 0;
    border-top-left-radius: 0;
}
.element-group > .element-group {
    float: left;
}
.element-group.open .dropdown-toggle {
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    -moz-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.element-group.open .dropdown-toggle.btn-link {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
.btn .caret {
    margin-left: 0;
}
.element-group-vertical > .btn, .element-group-vertical > .element-group, .element-group-vertical > .element-group > .btn {
    display: block;
    float: none;
    width: 100%;
    max-width: 100%;
}
.element-group-vertical > .element-group:before, .element-group-vertical > .element-group:after {
    content: " ";
    display: table;
}
.element-group-vertical > .element-group:after {
    clear: both;
}
.element-group-vertical > .element-group > .btn {
    float: none;
}
.element-group-vertical > .btn + .btn, .element-group-vertical > .btn + .element-group, .element-group-vertical > .element-group + .btn, .element-group-vertical > .element-group + .element-group {
    margin-top: -1px;
    margin-left: 0;
}
.element-group-justified {
    display: table;
    width: 100%;
    border-collapse: separate;
}
.element-group-justified > .btn, .element-group-justified > .element-group {
    float: none;
    display: table-cell;
    width: 1%;
}
.element-group-justified > .element-group .btn {
    width: 100%;
}
.element-group-justified > .element-group .dropdown-menu {
    left: auto;
}
.input-group {
    position: relative;
    display: table;
    border-collapse: separate;
}
.input-group[class*="col-"] {
    float: none;
    padding-left: 0;
    padding-right: 0;
}
.input-group .form-control {
    position: relative;
    z-index: 2;
    float: left;
    margin-bottom: 0;
}
.input-group-addon, .input-group-btn, .input-group .form-control {
    display: table-cell;
}
.input-group-addon:not(:first-child):not(:last-child), .input-group-btn:not(:first-child):not(:last-child), .input-group .form-control:not(:first-child):not(:last-child) {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}
.input-group-addon, .input-group-btn {
    width: 1%;
    white-space: nowrap;
    vertical-align: middle;
}
.input-group-addon {
    padding: 12px 18px;
    font-size: 14px;
    font-weight: normal;
    line-height: 1;
    color: #9c9c9c;
    text-align: center;
    background-color: white;
    border: 1px solid #efefef;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}
.input-group-addon.input-sm, .input-group-sm > .input-group-addon, .input-group-sm > .input-group-btn > .input-group-addon.btn {
    padding: 5px 10px;
    font-size: 12px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}
.input-group-addon.input-lg, .input-group-lg > .input-group-addon, .input-group-lg > .input-group-btn > .input-group-addon.btn {
    padding: 16px 16px;
    font-size: 24px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}
.input-group-addon input[type="radio"], .input-group-addon input[type="checkbox"] {
    margin-top: 0;
}
.input-group .form-control:first-child, .input-group-addon:first-child, .input-group-btn:first-child > .btn, .input-group-btn:first-child > .btn-group > .btn, .input-group-btn:first-child > .dropdown-toggle, .input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle), .input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
    -webkit-border-bottom-right-radius: 0;
    -moz-border-radius-bottomright: 0;
    border-bottom-right-radius: 0;
    -webkit-border-top-right-radius: 0;
    -moz-border-radius-topright: 0;
    border-top-right-radius: 0;
}
.input-group-addon:first-child {
    border-right: 0;
}
.input-group .form-control:last-child, .input-group-addon:last-child, .input-group-btn:last-child > .btn, .input-group-btn:last-child > .btn-group > .btn, .input-group-btn:last-child > .dropdown-toggle, .input-group-btn:first-child > .btn:not(:first-child), .input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
    -webkit-border-bottom-left-radius: 0;
    -moz-border-radius-bottomleft: 0;
    border-bottom-left-radius: 0;
    -webkit-border-top-left-radius: 0;
    -moz-border-radius-topleft: 0;
    border-top-left-radius: 0;
}
.input-group-addon:last-child {
    border-left: 0;
}
.input-group-btn {
    position: relative;
    font-size: 0;
    white-space: nowrap;
}
.input-group-btn > .btn {
    position: relative;
}
.input-group-btn > .btn + .btn {
    margin-left: -1px;
}
.input-group-btn > .btn:hover, .input-group-btn > .btn:focus, .input-group-btn > .btn:active {
    z-index: 2;
}
.input-group-btn:first-child > .btn, .input-group-btn:first-child > .btn-group {
    margin-right: -1px;
}
.input-group-btn:last-child > .btn, .input-group-btn:last-child > .btn-group {
    margin-left: -1px;
}
.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: white;
}
.nav > li.disabled > a {
    color: #bebebe;
}
.nav > li.disabled > a:hover, .nav > li.disabled > a:focus {
    color: #bebebe;
    text-decoration: none;
    background-color: transparent;
    cursor: false;
}
.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
    background-color: white;
    border-color: #eb5931;
}
.nav .nav-divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #e5e5e5;
}
.nav > li > a > img {
    max-width: none;
}
.navbar {
    position: relative;
    min-height: 40px;
    margin-bottom: 0;
    border-bottom: 1px solid transparent;
}
.navbar:before, .navbar:after {
    content: " ";
    display: table;
}
.navbar:after {
    clear: both;
}
@media (min-width: 980px) {
    .navbar {
        min-height: 80px;
        margin-bottom: 0;
    }
}
.navbar-header:before, .navbar-header:after {
    content: " ";
    display: table;
}
.navbar-header:after {
    clear: both;
}
@media (min-width: 980px) {
    .navbar-header {
        float: left;
    }
}
.navbar-collapse {
    overflow-x: visible;
    padding-right: 10px;
    padding-left: 10px;
    border-top: 1px solid transparent;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
    -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
    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: 980px) {
    .navbar-collapse {
        width: auto;
        border-top: 0;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
    }
    .navbar-collapse.collapse {
        display: block !important;
        visibility: visible !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: 980px) {
    .container > .navbar-header, .container > .navbar-collapse, .container-fluid > .navbar-header, .container-fluid > .navbar-collapse {
        margin-right: 0;
        margin-left: 0;
    }
}
.navbar-fixed-top, .navbar-fixed-bottom {
    position: fixed;
    right: 0;
    left: 0;
    z-index: 1030;
}
@media (min-width: 980px) {
    .navbar-fixed-top, .navbar-fixed-bottom {
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        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: 0 10px;
    font-size: 24px;
    line-height: 20px;
    height: 40px;
    display: table;
    height: 80px;
}
.navbar-brand:hover, .navbar-brand:focus {
    text-decoration: none;
}
.navbar-brand > img {
    display: block;
}
@media (min-width: 980px) {
    .navbar-brand {
        height: 80px;
    }
    .navbar > .container .navbar-brand, .navbar > .container-fluid .navbar-brand {
        margin-left: -10px;
    }
}
.navbar-brand-holder {
    display: table-cell;
    vertical-align: middle;
}
.navbar-toggle {
    position: relative;
    float: right;
    margin-right: 10px;
    padding: 9px 10px;
    margin-top: 23px;
    margin-bottom: 23px;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}
.navbar-toggle:focus {
    outline: 0;
}
.navbar-toggle .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px;
}
.navbar-toggle .icon-bar + .icon-bar {
    margin-top: 4px;
}
@media (min-width: 980px) {
    .navbar-toggle {
        display: none;
    }
}
.navbar-nav {
    margin: 15px -10px;
}
.navbar-nav > li > a {
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 20px;
}
@media (max-width: 979px) {
    .navbar-nav .open .dropdown-menu {
        position: static;
        float: none;
        width: auto;
        margin-top: 0;
        background-color: transparent;
        border: 0;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        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: 980px) {
    .navbar-nav {
        float: left;
        margin: 0;
    }
    .navbar-nav > li {
        display: inline-block;
    }
    .navbar-nav > li > a {
        padding-top: 20px;
        padding-bottom: 20px;
    }
}
.navbar-form {
    margin-left: -10px;
    margin-right: -10px;
    padding: 10px 10px;
    border-top: 1px solid transparent;
    border-bottom: 1px solid transparent;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
    -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
    margin-top: 17px;
    margin-bottom: 17px;
}
@media (min-width: 768px) {
    .navbar-form .form-group {
        width: auto;
        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 > .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: 979px) {
    .navbar-form .form-group {
        margin-bottom: 5px;
    }
    .navbar-form .form-group:last-child {
        margin-bottom: 0;
    }
}
@media (min-width: 980px) {
    .navbar-form {
        width: 200px;
        border: 0;
        float: left;
        margin-left: 0;
        margin-right: 0;
        padding-top: 0;
        padding-bottom: 0;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
    }
}
.navbar-nav > li > .dropdown-menu {
    margin-top: 0;
    -webkit-border-top-right-radius: 0;
    -moz-border-radius-topright: 0;
    border-top-right-radius: 0;
    -webkit-border-top-left-radius: 0;
    -moz-border-radius-topleft: 0;
    border-top-left-radius: 0;
}
.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
    -webkit-border-top-right-radius: 0;
    -moz-border-radius-topright: 0;
    border-top-right-radius: 0;
    -webkit-border-top-left-radius: 0;
    -moz-border-radius-topleft: 0;
    border-top-left-radius: 0;
    -webkit-border-bottom-right-radius: 0;
    -moz-border-radius-bottomright: 0;
    border-bottom-right-radius: 0;
    -webkit-border-bottom-left-radius: 0;
    -moz-border-radius-bottomleft: 0;
    border-bottom-left-radius: 0;
}
.navbar-btn {
    margin-top: 17px;
    margin-bottom: 17px;
}
@media (max-width: 980px) {
    .navbar-btn {
        margin-top: 34.25px;
        margin-bottom: 34.25px;
    }
}
.navbar-btn.btn-sm {
    margin-top: 25px;
    margin-bottom: 25px;
}
.navbar-btn.btn-xs {
    margin-top: 29px;
    margin-bottom: 29px;
}
.navbar-text {
    margin-top: 30px;
    margin-bottom: 30px;
}
@media (min-width: 980px) {
    .navbar-text {
        float: left;
        margin-left: 10px;
        margin-right: 10px;
    }
}
@media (min-width: 980px) {
    .navbar-left {
        float: left !important;
    }
    .navbar-right {
        float: right !important;
        margin-right: -10px;
    }
    .navbar-right ~ .navbar-right {
        margin-right: 0;
    }
}
.navbar-default {
    background-color: transparent;
    border-color: #efefef;
}
.navbar-default .navbar-brand {
    color: #3a3a3a;
}
.navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus {
    color: #212121;
    background-color: transparent;
}
.navbar-default .navbar-text {
    color: #aeaeae;
}
.navbar-default .navbar-nav > li > a {
    color: #3a3a3a;
}
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
    color: #eb5931;
    background-color: #f8f8f8;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
    color: #eb5931;
    background-color: #f8f8f8;
}
.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: #f15a23;
}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
    background-color: #f8f8f8;
}
.navbar-default .navbar-toggle .icon-bar {
    background-color: #f15a23;
}
.navbar-default .navbar-collapse, .navbar-default .navbar-form {
    border-color: #efefef;
}
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
    background-color: #f8f8f8;
    color: #eb5931;
}
@media (max-width: 979px) {
    .navbar-default .navbar-nav .open .dropdown-menu > li > a {
        color: #3a3a3a;
    }
    .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
        color: #eb5931;
        background-color: #f8f8f8;
    }
    .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: #eb5931;
        background-color: #f8f8f8;
    }
    .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: #3a3a3a;
}
.navbar-default .navbar-link:hover {
    color: #eb5931;
}
.navbar-default .btn-link {
    color: #3a3a3a;
}
.navbar-default .btn-link:hover, .navbar-default .btn-link:focus {
    color: #eb5931;
}
.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;
}
.pagination {
    position: relative;
    padding-left: 0;
    margin: 20px 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}
.pagination > ul {
    display: inline-block;
    vertical-align: middle;
    margin: 0;
    padding: 0;
    font-size: 0;
}
.pagination > ul > li {
    display: inline-block;
    font-size: 14px;
}
.pagination > ul > li > a, .pagination > ul > li > span {
    position: relative;
    float: left;
    padding: 12px 18px;
    line-height: 1.428571429;
    text-decoration: none;
    color: #474747;
    background-color: #efefef;
    border: 1px solid #efefef;
    margin-left: -1px;
}
.pagination > ul > li:first-child > a, .pagination > ul > li:first-child > span {
    margin-left: 0;
    -webkit-border-bottom-left-radius: 0;
    -moz-border-radius-bottomleft: 0;
    border-bottom-left-radius: 0;
    -webkit-border-top-left-radius: 0;
    -moz-border-radius-topleft: 0;
    border-top-left-radius: 0;
}
.pagination > ul > li:last-child > a, .pagination > ul > li:last-child > span {
    -webkit-border-bottom-right-radius: 0;
    -moz-border-radius-bottomright: 0;
    border-bottom-right-radius: 0;
    -webkit-border-top-right-radius: 0;
    -moz-border-radius-topright: 0;
    border-top-right-radius: 0;
}
.pagination > ul > li > a:hover, .pagination > ul > li > a:focus, .pagination > ul > li > span:hover, .pagination > ul > li > span:focus {
    color: #eb5931;
    background-color: #f8f8f8;
    border-color: #f8f8f8;
}
.pagination > ul > .active > a, .pagination > ul > .active > a:hover, .pagination > ul > .active > a:focus, .pagination > ul > .active > span, .pagination > ul > .active > span:hover, .pagination > ul > .active > span:focus {
    z-index: 2;
    color: #fff;
    background-color: #eb5931;
    border-color: #eb5931;
    cursor: default;
}
.pagination > ul > .disabled > span, .pagination > ul > .disabled > span:hover, .pagination > ul > .disabled > span:focus, .pagination > ul > .disabled > a, .pagination > ul > .disabled > a:hover, .pagination > ul > .disabled > a:focus {
    color: #bebebe;
    background-color: #fff;
    border-color: #ddd;
    cursor: false;
}
.list-thumbs {
    overflow: hidden;
}
.list-thumbs > ul {
    font-size: 0;
    margin: 0;
    padding: 0;
    list-style: none;
}
.list-thumbs > ul {
    margin: 0 -13px;
    margin-bottom: -25px;
}
.list-thumbs .thumb {
    padding: 0 13px;
    max-width: 306px;
    margin-bottom: 25px;
}
.list-thumbs .thumb-img {
    padding-bottom: 150%;
}
.thumb {
    display: inline-block;
    vertical-align: top;
    font-size: 13px;
    width: 100%;
}
.thumb a {
    color: inherit;
}
.thumb-content {
    position: relative;
    background: #fff;
    color: #fff;
    border: 0 solid transparent;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}
.thumb-content:hover {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
.thumb-img {
    position: relative;
    display: block;
    height: 0;
    -webkit-border-radius: 0 0 0 0;
    -moz-border-radius: 0 0 0 0;
    border-radius: 0 0 0 0;
    overflow: hidden;
}
.thumb-img > img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    /*height: 100%;*/
}
.thumb-title {
    font-size: 16px;
}
@media only screen and (max-width: 768) {
    .thumb-title {
        font-size: 14px;
    }
}
.list-thumbs-gallery .thumb-title,
.list-thumbs-sm .thumb-title {
    font-size: 16px;
}
.clearfix:before, .clearfix:after {
    content: " ";
    display: table;
}
.clearfix:after {
    clear: both;
}
.center-block {
    display: block;
    margin-left: auto;
    margin-right: auto;
    float: none;
}
.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;
    visibility: hidden !important;
}
.affix {
    position: fixed;
}
@media only screen and (max-width: 480px) {
    body {
        font-size: 12px;
    }
}
:-moz-placeholder {
    color: #9c9c9c;
    opacity: 1;
}
::-moz-placeholder {
    color: #9c9c9c;
    opacity: 1;
}
::-webkit-input-placeholder {
    color: #9c9c9c;
}
:-ms-input-placeholder {
    color: #9c9c9c;
}
::placeholder {
    color: #9c9c9c;
}
.placeholder {
    color: #9c9c9c !important;
}
:focus:-moz-placeholder {
    color: transparent;
}
:focus::-moz-placeholder {
    color: transparent;
}
:focus::-webkit-input-placeholder {
    color: transparent;
}
:focus:-ms-input-placeholder {
    color: transparent;
}
:focus::placeholder {
    color: transparent;
}
.container-fluid {
    max-width: 1200px;
}
.navbar-brand-holder {
    text-indent: -9999px;
    background-image: url(../img/design/logo.png);
    background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent)), url(../img/design/logo.svg);
    background-image: -webkit-linear-gradient(transparent, transparent), url(../img/design/logo.svg);
    background-image: -moz-linear-gradient(transparent, transparent), url(../img/design/logo.svg);
    background-image: -o-linear-gradient(transparent, transparent), url(../img/design/logo.svg);
    background-image: linear-gradient(transparent, transparent), url(../img/design/logo.svg);
    background-position: center;
    background-repeat: no-repeat;
    width: 223px;
    display: inline-block;
    height: 80px;
}
.navbar-form .icon-search {
    font-size: 24px;
}
.navbar-form .btn {
    padding: 10px;
}
@media (min-width: 1090px) {
    .navbar-form {
        width: 300px;
    }
}
@media (max-width: 1089px) {
    .navbar-form {
        width: 270px;
    }
}
@media (max-width: 1049px) {
    .navbar-form {
        width: 200px;
    }
}
@media (max-width: 979px) {
    .navbar-form {
        width: auto;
    }
}
h1, .h1, h2, .h2, h3, .h3 {
    margin: 40px 0;
    padding: 10px 0;
}
@media only screen and (max-width: 480px) {
    h1 {
        font-size: 22px;
    }
}
@media only screen and (max-width: 480px) {
    h2 {
        font-size: 18px;
    }
}
.text-brand {
    color: #eb5931;
}
.btn-lg {
    font-weight: 600;
}
@media only screen and (max-width: 480px) {
    .btn-lg {
        font-size: 18px;
    }
}
img {
    max-width: 100%;
    height: auto;
}
@media only screen and (max-width: 480px) {
    .thumb {
        font-size: 12px;
    }
}
.thumb .element-group {
    display: block;
}
@media only screen and (max-width: 480px) {
    .thumb-title {
        font-size: 14px;
    }
}
.navbar {
    border-top: 6px solid #3a3a3a;
}
.navbar-nav {
    font-size: 0;
}
.navbar-nav > li {
    font-size: 14px;
}
.navbar-nav > li > a {
    text-transform: uppercase;
    font-weight: bold;
    display: block;
}
@media (min-width: 980px) {
    .navbar-nav > li > a {
        border-top: 6px solid #3a3a3a;
        margin-top: -6px;
        border-bottom: 1px solid #efefef;
        margin-bottom: -1px;
    }
}
.navbar-nav > li > a small {
    font-weight: normal;
    display: block;
    font-style: italic;
    font-size: 12px;
    text-transform: none;
    color: #aeaeae;
}
.navbar-nav > li > a:hover {
    border-top-color: #eb5931;
    border-bottom-color: #eb5931;
}
.navbar-nav > li.active > a {
    border-top-color: #eb5931;
    border-bottom-color: #eb5931;
}
.form-control {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
.navbar-center {
    float: none;
    text-align: center;
}
.pagination {
    margin: 0;
}
@media (min-width: 480px) {
    .pagination {
        padding-right: 225px;
    }
}
.pagination .title {
    position: absolute;
    left: 0;
    top: 0;
    width: 120px;
    padding-top: 14px;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.pagination > ul {
    padding-left: 120px;
    height: 46px;
    overflow: hidden;
}
.pagination > ul > li {
    margin: 0 5px;
}
@media (min-width: 480px) {
    .pagination .btn {
        min-width: 225px;
        position: absolute;
        right: 0;
        top: 0;
    }
}
@media (max-width: 479px) {
    .pagination .btn {
        display: block;
        width: 100%;
        margin-top: 10px;
    }
}
.list-thumbs .thumb-img {
    filter: alpha(opacity=100);
    -webkit-transition: opacity .2s;
    -moz-transition: opacity .2s;
    -o-transition: opacity .2s;
    transition: opacity .2s;
    opacity: 1;
}
.thumb .thumb-footer {
    background: transparent;
    /*border-bottom-color: transparent;*/
    -webkit-transition: background .2s, border-bottom-color .2s;
    -moz-transition: background .2s, border-bottom-color .2s;
    -o-transition: background .2s, border-bottom-color .2s;
    transition: background .2s, border-bottom-color .2s;
}
.thumb .thumb-title {
    -webkit-transition: color .2s;
    -moz-transition: color .2s;
    -o-transition: color .2s;
    transition: color .2s;
}
.thumb:hover .thumb-img {
    opacity: 0.7;
    filter: alpha(opacity=70);
}
.thumb:hover .thumb-footer {
    background: #f8f8f8;
    border-bottom-color: #eb5931;
}
.thumb:hover .thumb-title {
    color: #eb5931;
}
.thumb-footer {
    padding: 4px;
    color: #aeaeae;
    border-bottom: 1px solid #efefef;
}
.thumb-footer .element-group {
    font-style: italic;
}
.thumb-title {
    text-align: center;
    color: #474747;
    font-weight: normal;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding: 2px 12px 5px;
    margin: 0;
}
.thumb-title a {
    color: inherit;
    text-decoration: none;
}
.added, .views {
    display: block;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.element-group .added {
    float: left;
    padding-right: 10px;
}
.element-group .views {
    text-align: right;
    overflow: hidden;
}
.list-thumbs {
    margin-top: 40px;
    margin-bottom: 50px;
}
.list-thumbs .thumb {
    width: 25%;
}
@media only screen and (max-width: 980px) {
    .list-thumbs .thumb {
        width: 25%;
        max-width: 100%;
    }
}
@media only screen and (max-width: 768px) {
    .list-thumbs .thumb {
        width: 33.33%;
    }
}
@media only screen and (max-width: 480px) {
    .list-thumbs .thumb {
        width: 50%;
    }
}
@media only screen and (max-width: 360px) {
    .list-thumbs .thumb {
        width: 100%;
    }
}
@media only screen and (max-width: 768px) {
    .list-thumbs > ul {
        margin: 0 -6px;
    }
    .list-thumbs .thumb {
        padding: 0 6px;
    }
}
.list-thumbs-sm > ul {
    margin: 0 -16px;
}
.list-thumbs-sm .thumb {
    padding: 0 16px;
    max-width: 172px;
    margin-bottom: 36px;
}
.list-thumbs-sm .thumb-img {
    padding-bottom: 100%;
}
.list-thumbs-sm .thumb {
    width: 14.28%;
}
@media only screen and (max-width: 980px) {
    .list-thumbs-sm .thumb {
        width: 20%;
        max-width: 100%;
    }
}
@media only screen and (max-width: 768px) {
    .list-thumbs-sm .thumb {
        width: 25%;
    }
}
@media only screen and (max-width: 480px) {
    .list-thumbs-sm .thumb {
        width: 33.33%;
    }
}
@media only screen and (max-width: 360px) {
    .list-thumbs-sm .thumb {
        width: 50%;
    }
}
@media only screen and (max-width: 768px) {
    .list-thumbs-sm > ul {
        margin: 0 -6px;
    }
    .list-thumbs-sm .thumb {
        padding: 0 6px;
    }
}
.list-thumbs .btn {
    white-space: normal;
    text-transform: uppercase;
}
.list-thumbs-gallery > ul {
    margin: 0 -10px;
}
.list-thumbs-gallery .thumb {
    padding: 0 10px;
    max-width: 220px;
    margin-bottom: 20px;
}
.list-thumbs-gallery .thumb-img {
    padding-bottom: 130%;
}
.list-thumbs-gallery .thumb {
    width: 25%;
}
@media only screen and (max-width: 980px) {
    .list-thumbs-gallery .thumb {
        width: 33.33%;
        max-width: 100%;
    }
}
@media only screen and (max-width: 768px) {
    .list-thumbs-gallery .thumb {
        width: 33.33%;
    }
}
@media only screen and (max-width: 480px) {
    .list-thumbs-gallery .thumb {
        width: 50%;
    }
}
@media only screen and (max-width: 360px) {
    .list-thumbs-gallery .thumb {
        width: 50%;
    }
}
.list-thumbs-gallery-sidebar > ul {
    margin: 0 -1px;
}
.list-thumbs-gallery-sidebar .thumb {
    padding: 0 1px;
    max-width: 151px;
    margin-bottom: 2px;
}
.list-thumbs-gallery-sidebar .thumb-img {
    padding-bottom: 131%;
}
.list-thumbs-gallery-sidebar .thumb {
    width: 33.33%
}
@media only screen and (max-width: 980px) {
    .list-thumbs-gallery-sidebar .thumb {
        width: 33.33%
    max-width: 100%;
    }
}
@media only screen and (max-width: 768px) {
    .list-thumbs-gallery-sidebar .thumb {
        width: 33.33%;
    }
}
@media only screen and (max-width: 480px) {
    .list-thumbs-gallery-sidebar .thumb {
        width: 50%;
    }
}
@media only screen and (max-width: 360px) {
    .list-thumbs-gallery-sidebar .thumb {
        width: 50%;
    }
}
.list-spots {
    overflow: hidden;
}
.list-spots > ul {
    font-size: 0;
    margin: 0 -20px;
    padding: 0;
}
.list-spots > ul > li {
    padding: 0 20px;
    font-size: 14px;
    display: inline-block;
    vertical-align: top;
}
.spot {
    width: 250px;
    height: 250px;
}
.content-column {
    margin-top: 40px;
}
.content-column:before, .content-column:after {
    content: " ";
    display: table;
}
.content-column:after {
    clear: both;
}
.content-column + h2 {
    margin-top: 0;
}
.content {
    float: left;
    width: 100%;
    margin-right: -340px;
    padding-right: 340px;
}
.content .list-thumbs:first-of-type {
    margin-top: 0;
}
@media only screen and (max-width: 768px) {
    .content {
        float: none;
        margin: 0;
        padding: 0;
    }
}
.sidebar-right {
    padding: 0 20px;
    float: right;
    width: 340px;
    overflow: hidden;
}
@media only screen and (max-width: 768px) {
    .sidebar-right {
        display: none;
    }
}
.sidebar-right h3 {
    font-size: 12px;
    font-weight: 900;
    border-bottom: 1px solid #efefef;
    margin: 10px 0;
}
.sidebar-right .list-thumbs {
    margin-top: 10px;
    overflow-y: auto;
}
.sidebar-right .spot {
    width: 300px;
    height: 250px;
}
@media only screen and (max-width: 480px) {
    .sidebar-right .spot {
        width: 100%;
        margin: auto;
        max-width: 300px;
        height: auto;
    }
}
@media only screen and (max-width: 768px) {
    .sidebar-right {
        width: 100%;
        float: none;
    }
}
@media only screen and (max-width: 480px) {
    .sidebar-right {
        padding: 0 10px;
    }
}
.sidebar-header h1,
.sidebar-header h2,
.sidebar-header h3,
.sidebar-header h4 {
    margin-top: 0;
    padding-top: 0;
}
.list-thumbs-gallery + .list-thumbs-gallery {
    margin-top: -30px;
}
.header-content {
    text-align: center;
}
.header-content h1 {
    margin-bottom: 0;
}
.header-content h1 + h2 {
    margin-top: 0;
    padding-top: 0;
}
.footer {
    background: #3a3a3a;
    color: #fff;
    padding-top: 40px;
    padding-bottom: 10px;
    font-weight: 300;
}
.footer .list-spots {
    height: 250px;
    overflow: hidden;
    margin-bottom: 40px;
}
.footer-holder {
    text-align: right;
}
@media only screen and (max-width: 480px) {
    .footer-holder {
        text-align: center;
    }
}
.ads{
  width: 100%;
  height: 250px;
  margin-top: 40px;
  overflow: hidden;
}
.ads>.ad{
  float: left;
  width: 25%;
  min-width: 250px;
  height: 250px;
  overflow: hidden;
  text-align: center;
}
@media (max-width: 1219px) {
  .ads>.ad {
    width: 33.33%;
  }
}
@media (max-width: 919px) {
  .ads>.ad {
    width: 50%;
  }
}
@media (max-width: 619px) {
  .ads>.ad {
    width: 100%;
  }
}
.ads>.ad div{
  display:inline;
}