/*! 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: #666;
    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: #666;
    text-decoration: none;
}
a:hover, a:focus {
    color: #db2429;
    text-decoration: none;
}
a:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}
figure {
    margin: 0;
}

.col-2 p a {
    color: #db2429;
    font-weight: bold;
}
.col-2 p a:hover {
    color: #B21a1e;
}

img {
    vertical-align: middle;
}
.badge {
    display: inline-block;
    padding: .25em .4em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25rem;
}
.badge-danger {
background-color: #d9534f;
}
.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: 700;
    line-height: 1;
    color: #000;
}
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: #dddddd;
}
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: 16px;
}
h4, .h4 {
    font-size: 18px;
}
h5, .h5 {
    font-size: 14px;
}
h6, .h6 {
    font-size: 12px;
}
p {
    margin: 10px 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: #dddddd;
}
.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;
    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;
}
@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 #dddddd;
}
.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: #dddddd;
}
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/fonts/icomoon.eot?-gcur5w');
    src:url('/fonts/icomoon.eot#iefix-gcur5w') format('embedded-opentype'),
        url('/fonts/icomoon.ttf?-gcur5w') format('truetype'),
        url('/fonts/icomoon.woff?-gcur5w') format('woff'),
        url('/fonts/icomoon.svg?-gcur5w#icomoon') format('svg');
    font-weight: normal;
    font-style: normal;
}

[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";
}
.icon-user:before {
    content: "\f007";
}
.icon-tags:before {
    content: "\f02c";
}
.icon-image:before {
    content: "\f03e";
}
.icon-heart:before {
    content: "\f004";
}
.icon-eye:before {
    content: "\f06e";
}
.icon-camera-retro:before {
    content: "\f083";
}
.icon-heart-o:before {
    content: "\f08a";
}
.icon-comment-o:before {
    content: "\f0e5";
}
.icon-comments-o:before {
    content: "\f0e6";
}
.icon-picture:before {
    content: "\f03e";
}
a:hover .icon-heart-o:before,
.active .icon-heart-o:before{
    content: "\f004";
}
a.active {
    color: #db2429;
}
.like-btn {
    float: right;
}
.link-heading {
    display: block;
    overflow: hidden;
}
.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: 1278px) {
    .container {
        width: 1260px;
    }
}
.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: #999999;
    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: 9px;
    font-size: 14px;
    line-height: 1.428571429;
    color: #bbbbbb;
}
.form-control {
    display: block;
    width: 100%;
    height: 38px;
    padding: 8px 16px;
    font-size: 14px;
    line-height: 1.428571429;
    color: #bbbbbb;
    background-color: #f7f7f7;
    background-image: none;
    border: 1px solid #cccccc;
    -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: 38px;
    }
    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: 9px;
    padding-bottom: 9px;
    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: 9px;
}
.form-horizontal .radio, .form-horizontal .checkbox {
    min-height: 29px;
}
@media (min-width: 768px) {
    .form-horizontal .control-label {
        text-align: right;
        margin-bottom: 0;
        padding-top: 9px;
    }
}
.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: 8px 16px;
    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: #fff;
    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: #666;
    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: #666;
    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: #666;
}
.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: #db2429;
    border-color: #db2429;
}
.btn-brand:hover, .btn-brand:focus, .btn-brand.focus, .btn-brand:active, .btn-brand.active, .open > .btn-brand.dropdown-toggle {
    color: #fff;
    background-color: #af1d21;
    border-color: #af1d21;
}
.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: #db2429;
    border-color: #db2429;
}
.btn-brand .badge {
    color: #db2429;
    background-color: #fff;
}
.btn-link {
    color: #666;
    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: #db2429;
    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: #dddddd;
    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;
}
.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: 8px 16px;
    font-size: 14px;
    font-weight: normal;
    line-height: 1;
    color: #bbbbbb;
    text-align: center;
    background-color: white;
    border: 1px solid #cccccc;
    -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: #dddddd;
}
.nav > li.disabled > a:hover, .nav > li.disabled > a:focus {
    color: #dddddd;
    text-decoration: none;
    background-color: transparent;
    cursor: false;
}
.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
    background-color: white;
    border-color: #666;
}
.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: 50px;
    margin-bottom: 20px;
    border-bottom: 1px solid transparent;
}
.navbar:before, .navbar:after {
    content: " ";
    display: table;
}
.navbar:after {
    clear: both;
}
@media (min-width: 980px) {
    .navbar {
        min-height: 100px;
        margin-bottom: 40px;
    }
}
.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: 50px;
    display: table;
    height: 100px;
}
.navbar-brand:hover, .navbar-brand:focus {
    text-decoration: none;
}
.navbar-brand > img {
    display: block;
}
@media (min-width: 980px) {
    .navbar-brand {
        height: 100px;
    }
    .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: 33px;
    margin-bottom: 33px;
    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: 20px -10px;
}
.navbar-nav > li > a, .navbar-nav > li > span {
    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, .navbar-nav > li > span {
        padding-top: 40px;
        padding-bottom: 40px;
    }
}
.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: 31px;
    margin-bottom: 31px;
}
@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: 31px;
    margin-bottom: 31px;
}
@media (max-width: 980px) {
    .navbar-btn {
        margin-top: 45.25px;
        margin-bottom: 45.25px;
    }
}
.navbar-btn.btn-sm {
    margin-top: 35px;
    margin-bottom: 35px;
}
.navbar-btn.btn-xs {
    margin-top: 39px;
    margin-bottom: 39px;
}
.navbar-text {
    margin-top: 40px;
    margin-bottom: 40px;
}
@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: #f2f2f2;
}
.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, .navbar-default .navbar-nav > li > span {
    color: #3a3a3a;
}
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > span:hover, .navbar-default .navbar-nav > li > a:focus, .navbar-default .navbar-nav > li > span:focus {
    color: #db2429;
    background-color: transparent;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
    color: #db2429;
    background-color: transparent;
}
.navbar-default .navbar-nav > .active > span, .navbar-default .navbar-nav > .active > span:hover, .navbar-default .navbar-nav > .active > span:focus {
    color: #db2429;
    background-color: transparent;
}
.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-nav > .disabled > span, .navbar-default .navbar-nav > .disabled > span:hover, .navbar-default .navbar-nav > .disabled > span:focus {
    color: #ccc;
    background-color: transparent;
}
.navbar-default .navbar-toggle {
    border-color: transparent;
}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
    background-color: #f7f7f7;
}
.navbar-default .navbar-toggle .icon-bar {
    background-color: #db2429;
}
.navbar-default .navbar-collapse, .navbar-default .navbar-form {
    border-color: #f2f2f2;
}
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
    background-color: transparent;
    color: #db2429;
}
.navbar-default .navbar-nav > .open > span, .navbar-default .navbar-nav > .open > span:hover, .navbar-default .navbar-nav > .open > span:focus {
    background-color: transparent;
    color: #db2429;
}
@media (max-width: 979px) {
    .navbar-default .navbar-nav .open .dropdown-menu > li > a {
        color: #3a3a3a;
    }
    .navbar-default .navbar-nav .open .dropdown-menu > li > span {
        color: #3a3a3a;
    }
    .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
        color: #db2429;
        background-color: transparent;
    }
    .navbar-default .navbar-nav .open .dropdown-menu > li > span:hover, .navbar-default .navbar-nav .open .dropdown-menu > li > span:focus {
        color: #db2429;
        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: #db2429;
        background-color: transparent;
    }
    .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-nav .open .dropdown-menu > .active > span, .navbar-default .navbar-nav .open .dropdown-menu > .active > span:hover, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
        color: #db2429;
        background-color: transparent;
    }
    .navbar-default .navbar-nav .open .dropdown-menu > .disabled > span, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > span: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: #db2429;
}
.navbar-default .btn-link {
    color: #3a3a3a;
}
.navbar-default .btn-link:hover, .navbar-default .btn-link:focus {
    color: #db2429;
}
.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: 8px 16px;
    line-height: 1.428571429;
    text-decoration: none;
    color: #666;
    background-color: transparent;
    border: 1px solid #e6e6e6;
    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: #fff;
    background-color: #db2429;
    border-color: #db2429;
}
.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: #666;
    background-color: #f7f7f7;
    border-color: #f7f7f7;
    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: #dddddd;
    background-color: #fff;
    border-color: #ddd;
    cursor: false;
}
.list-thumbs {
    overflow: hidden;
    width: 100%;
}
.list-thumbs > ul {
    font-size: 0;
    margin: 0;
    padding: 0;
    list-style: none;
}
.list-thumbs > ul {
    margin: 0 -4px;
}
.list-thumbs .thumb {
    padding: 0 4px;
    max-width: 208px;
    margin-bottom: 10px;
}
.list-thumbs .thumb-img {
    padding-bottom: 130%;
}

.thumb {
    display: inline-block;
    vertical-align: top;
    font-size: 14px;
    width: 100%;
}
.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: 14px;
}
.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: 768px) {
    body {
        font-size: 12px;
    }
}
@media (min-width: 980px) {
    .navbar-collapse {
        padding: 0 !important;
    }
}
:-moz-placeholder {
    color: #bbbbbb;
    opacity: 1;
}
::-moz-placeholder {
    color: #bbbbbb;
    opacity: 1;
}
::-webkit-input-placeholder {
    color: #bbbbbb;
}
:-ms-input-placeholder {
    color: #bbbbbb;
}
::placeholder {
    color: #bbbbbb;
}
.placeholder {
    color: #bbbbbb !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: 1260px;
}
.row-cols {
    margin: 0 -10px;
}
.col-2 {
    float: left;
    width: 50%;
    padding: 0 10px;
}
@media only screen and (max-width: 768px) {
    .col-2 {
        width: 100%;
        float: none;
        padding: 10px;
    }
}
.col-3 {
    float: left;
    width: 33.33%;
    padding: 0 10px;
}
@media only screen and (max-width: 768px) {
    .col-3 {
        width: 100%;
        float: none;
        padding: 10px;
    }
}
.col-4 {
    float: left;
    width: 25%;
    padding: 0 10px;
}
@media only screen and (max-width: 768px) {
    .col-4 {
        width: 100%;
        float: none;
        padding: 10px;
    }
}
.navbar-brand-holder {
    text-indent: -9999px;
    background-image: url(/images/logo.png);
    background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent)), url(/images/logo.svg);
    background-image: -webkit-linear-gradient(transparent, transparent), url(/images/logo.svg);
    background-image: -moz-linear-gradient(transparent, transparent), url(//images/logo.svg);
    background-image: -o-linear-gradient(transparent, transparent), url(/images/logo.svg);
    background-image: linear-gradient(transparent, transparent), url(/images/logo.svg);
    background-position: -15px center;
    background-repeat: no-repeat;
    width: 260px;
    display: inline-block;
    height: 100px;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
}
@media (max-width: 1150px) {
    .navbar-brand-holder {
        width: 220px;
    }
}
.navbar-form .icon-search {
    font-size: 24px;
}
.navbar-form .form-control {
    border-right-color: transparent;
}
.navbar-form .btn {
    padding: 4.5px;
    border: 1px solid #cccccc;
    border-left: none;
    color: #db2429;
}
.list-inline i {
    margin-right: 4px;
}
.list-inline li.active a {
    color: #db2429;
    text-decoration: none;
}
.list-inline-divider {
    margin: 0;
}
.list-inline-divider li {
    padding: 0;
    display: inline;
}
.list-inline-divider li + li:before {
    content: "/";
    margin-left: 4px;
    margin-right: 12px;
}
.much-more-box {
    color: #333;
    font-size: 40px;
    text-align: center;
    line-height: 1;
    margin: 20px 0;
    display: block;
    text-decoration: none;
}
.much-more-box:hover {
    color: #333;
    text-decoration: none;
}
@media only screen and (max-width: 480px) {
    .much-more-box {
        font-size: 24px;
    }
}
.txt-lg {
    font-size: 70px;
    line-height: 1;
}
@media only screen and (max-width: 480px) {
    .txt-lg {
        font-size: 36px;
    }
}
.navbar-form .btn {
    background: #f7f7f7;
}
@media (min-width: 1090px) {
    .navbar-form {
        width: 230px;
    }
}
@media (max-width: 1089px) {
    .navbar-form {
        width: 200px;
    }
}
@media (max-width: 1049px) {
    .navbar-form {
        width: auto;
    }
}
@media (max-width: 979px) {
    .navbar-form {
        width: auto;
    }
}
h1, .h1, h2, .h2, h3, .h3 {
    padding: 0 0 4px 0;
    margin-top: 0;
}
@media only screen and (max-width: 768px) {
    h1 {
        font-size: 22px;
    }
}
@media only screen and (max-width: 768px) {
    h2 {
        font-size: 18px;
    }
}
.text-brand {
    color: #db2429;
}
a.text-brand:hover {
    color: #B21A1E;
}
.btn-lg {
    font-weight: 600;
}
@media only screen and (max-width: 480px) {
    .btn-lg {
        font-size: 18px;
    }
}
img {
    max-width: 100%;
    height: auto;
    border: none;
}
@media only screen and (max-width: 768px) {
    .thumb {
        font-size: 12px;
    }
}
.thumb .element-group {
    display: block;
}
@media only screen and (max-width: 768px) {
    .thumb-title {
        font-size: 14px;
    }
}
.info-model {
    margin-bottom: 20px;
}
.info-model p {
    margin-top: 0;
}
.info-model:before, .info-model:after {
    content: " ";
    display: table;
}
.info-model:after {
    clear: both;
}
.navbar-nav {
    font-size: 0;
}
.navbar-nav > li {
    font-size: 14px;
}
.navbar-nav > li > a, .navbar-nav > li >  span {
    text-transform: uppercase;
    font-weight: bold;
    display: block;
    padding-left: 20px;
    padding-right: 20px;
}
.form-control {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
.navbar-center {
    float: none;
    text-align: center;
}
.pagination {
    height: 38px;
    overflow: hidden;
}
.pagination ul > li {
    margin: 0 3px;
}
.pagination-content {
    margin: 0;
}
@media (min-width: 480px) {
    .pagination-content {
        padding-right: 225px;
    }
}
.pagination-content .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-content > ul {
    padding-left: 120px;
    height: 46px;
    overflow: hidden;
}
@media (min-width: 480px) {
    .pagination-content .btn {
        min-width: 225px;
        position: absolute;
        right: 0;
        top: 0;
    }
}
@media (max-width: 479px) {
    .pagination-content .btn {
        display: block;
        width: 100%;
        margin-top: 10px;
    }
}
.thumb .thumb-img img {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transition: opacity .2s;
    -moz-transition: opacity .2s;
    -o-transition: opacity .2s;
    transition: opacity .2s;
    display: block;
    border: 1px solid transparent;
}
.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 img {
    opacity: 0.7;
    filter: alpha(opacity=70);
}
.thumb:hover .thumb-title {
    color: #db2429;
}
.thumb-footer {
    padding: 10px 4px;
    color: #666666;
    border-bottom: 1px solid #efefef;
}
.thumb-footer .element-group {
    font-style: italic;
}
.thumb-title {
    text-align: left;
    color: #000;
    font-weight: bold;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding: 2px 12px 10px 4px;
    margin: 0;
}
.thumb-title a {
    color: inherit;
    text-decoration: none;
}
/*.model, .tags, .picture {
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
}*/
.thumb .element-group .model, .thumb .list-inline .model {
    padding-right: 10px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 50%;
}
.thumb .element-group .tags, .thumb .list-inline .tags {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.thumb .list-inline > * {
    float: left;
}
.thumb .list-inline > *:last-child {
    overflow: hidden;
    float: none;
    display: block;
}
.list-thumbs .thumb {
    width: 16.66%;
}
@media only screen and (max-width: 1024px) {
    .list-thumbs .thumb {
        width: 20%;
        max-width: 100%;
    }
}
@media only screen and (max-width: 980px) {
    .list-thumbs .thumb {
        width: 25%;
    }
}
@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 .btn {
    white-space: normal;
}
.list-thumbs-gallery > ul, 
.list-thumbs-models > ul {
    margin: 0 -17.5px;
}
.list-thumbs-gallery .thumb,
.list-thumbs-models .thumb {
    padding: 0 17.5px;
    max-width: 255px;
    margin-bottom: 35px;
}
.list-thumbs-gallery .thumb-img,
.list-thumbs-models .thumb-img {
    padding-bottom: 145.4545454545%;
}
.list-thumbs-gallery .thumb,
.list-thumbs-models .thumb {
    width: 20%;
}
@media only screen and (max-width: 980px) {
    .list-thumbs-gallery .thumb ,
    .list-thumbs-models .thumb {
        width: 25%;
        max-width: 100%;
    }
}
@media only screen and (max-width: 768px) {
    .list-thumbs-gallery .thumb,
    .list-thumbs-models .thumb {
        width: 33.33%;
        padding: 0 5px;
    }
}
@media only screen and (max-width: 480px) {
    .list-thumbs-gallery .thumb,
    .list-thumbs-models .thumb {
        width: 50%;
    }
}
@media only screen and (max-width: 360px) {
    .list-thumbs-gallery .thumb,
    .list-thumbs-models .thumb {
        width: 100%;
    }
}
@media only screen and (max-width: 768px) {
    .list-thumbs-gallery > ul,
    .list-thumbs-models > ul {
        margin: 0 -5px;
    }
}
.footer {
    border-top: 1px solid #f2f2f2;
    padding-top: 40px;
    padding-bottom: 10px;
}
.footer-holder {
    text-align: right;
}
@media only screen and (max-width: 480px) {
    .footer-holder {
        text-align: center;
    }
}
.list-model-thumbs > ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
@media only screen and (max-width: 768px) {
    .list-model-thumbs > ul {
        font-size: 0;
        margin: 0 -10px;
    }
}
@media only screen and (max-width: 768px) {
    .list-model-thumbs > ul > li {
        width: 100%;
        display: inline-block;
        vertical-align: top;
        font-size: 12px;
        padding: 0 10px;
    }
    @media only screen and (max-width: 480px) {
        .list-model-thumbs > ul > li {
            padding: 0;
            width: 100%;
            display: block;
        }
    }
}
.model-thumb {
    position: relative;
    margin-bottom: 40px;
}
@media only screen and (max-width: 768px) {
    .model-thumb {
        padding: 0 10px;
    }
}
.model-thumb-img {
    display: block;
    position: relative;
}
.model-thumb-img img {
    width: 100%;
    display: block;
}
.model-thumb-img:hover {
    text-decoration: none;
}
.model-thumb-footer {
    padding: 20px 0 0;
    background-color: #fff;
    position: relative;
    z-index: 10;
}
.model-thumb-text {
    margin-top: 20px;
}

.model-thumb-text a {
    color: #db2429;
    font-weight: bold;
}
.model-thumb-text a:hover {
    color: #B21a1e;
}


.model-thumb-badge {
    display: inline-block;
    background: #db2429;
    padding: 10px 20px;
    color: #fff;
    font-weight: bold;
    font-size: 30px;
    text-align: center;
    position: absolute;
    left: -10px;
    top: -10px;
}
.model-thumb-badge i {
    display: block;
    font-style: normal;
}
@media only screen and (max-width: 768px) {
    .model-thumb-badge {
        left: -5px;
        top: -5px;
        font-size: 18px;
    }
}
.content-box:before, .content-box:after {
    content: " ";
    display: table;
}
.content-box:after {
    clear: both;
}
.content {
    width: 100%;
    float: left;
    margin-right: -550px;
    padding-right: 550px;
}
.sidebar {
    float: right;
    padding-left: 50px;
    width: 550px;
    font-size: 16px;
}
.sidebar .title {
    color: #666;
    font-size: 20px;
    margin: 0;
    margin-top: 50px;
}
@media only screen and (max-width: 768px) {
    .sidebar .title {
        margin-top: 25px;
    }
}
.sidebar img + p {
    margin: 30px 0;
}
@media only screen and (max-width: 768px) {
    .sidebar img + p {
        margin: 15px 0;
    }
}
@media only screen and (max-width: 768px) {
    .sidebar {
        font-size: 14px;
    }
}
@media only screen and (max-width: 980px) {
    .content {
        margin-right: -425px;
        padding-right: 425px;
    }
    .sidebar {
        float: right;
        padding-left: 25px;
        width: 425px;
    }
}
@media only screen and (max-width: 768px) {
    .content {
        margin: 0;
        padding: 0;
    }
    .sidebar {
        float: none;
        width: 100%;
        padding: 0;
    }
}
.gallery-masonry {
    margin: auto;
}
.gallery-masonry > ul {
    height: 100%;
    margin: 0;
    padding: 0;
    list-style: none;
}
.gallery-masonry .item {
    margin-bottom: 10px;
}
.gallery-masonry .item-img {
    display: block;
}
.gallery-masonry .item-img img {
    display: block;
    width: 100%;
}

.list-site ul {
  margin: 0;
  padding: 0;
  list-style: none;  
}
.list-site ul li  {
  margin: 0;
  padding: 0;
  list-style: none;  
  margin-bottom: 10px;
}
.thumb-site .title {
  padding-left: 10px;
}
.thumb-site-img {
  margin-bottom: 30px;
}
.list-site-column {
    
}
.list-site-column .thumb-site-img {
    height: auto !important;
}
.list-site-column .thumb-site-content {
    height: auto !important;
}
.thumb-site-img img {
  display: block;
  width: 100%;
}
.thumb-site-content {
    /*overflow: hidden;*/
    font-size: 16px;
}
.thumb-site-content p + .btn-content{
    margin-top: 20px;
}
.thumb-site-content p a {
    color: #db2429;
    font-weight: bold;
}
.thumb-site-content p a:hover {
    color: #B21a1e;
}
.list-site-inline .thumb-site{
  position: relative;
  /*padding-left: 48%;*/
  overflow: hidden;
}
.list-site-inline .thumb-site-img {
  padding-right: 10px;
  width: 48%;
  /*position: absolute;
  left: 0;
  top: 0;*/
  float: left;
  overflow: hidden;
  margin: 0;
}
.list-site-inline .thumb-site-content p + .btn-content{
    margin-top: 0;
}
.list-site-column {
  overflow: hidden;
}
.list-site-column ul {
  margin: 0 -20px;
}
.list-site-column ul li {
  float: left;
  width: 50%;
  padding: 0 20px;
}
.btn-content {
    overflow: hidden;
  text-align: center;
  margin: 0 -10px;
}
.btn-content .btn {
  margin: 10px;
  max-width: 275px;
  width: 100%;
}
.btn-content .btn-block {
  max-width: none;
  margin-bottom: 0;
  width: auto;
}
.btn-border {
  border-radius: 5px;
  font-weight: 600;
  font-size: 16px;
  text-transform: uppercase;
  color: #db2429;
  border-color: #db2429;
}

.btn-border:focus, .btn-border.focus, .btn-border:active:focus, .btn-border:active.focus, .btn-border.active:focus, .btn-border.active.focus {
    outline: none;
    color: #fff;
    background: #db2429;
}
.btn-border:hover, .btn-border:focus, .btn-border.focus {
    color: #fff;
    background: #db2429;
    text-decoration: none;
}
.btn-border:active, .btn-border.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);
}

@media only screen and (max-width: 768px) {
    .list-site-inline .thumb-site {
      position: relative;
      padding-left: 0;
      overflow: hidden;
      width: 100%;
    }
    .thumb-site-content {
      font-size: 14px;
    }
    .list-site-inline .thumb-site-img {
      padding: 0;
      width: 100%;
      position: static;
      margin-bottom: 10px;
      height: auto !important;
    }
    .btn-border {
      font-size: 14px;
    }
    .list-site-column ul {
      margin: 0;
    }
    .list-site-column ul li {
     float: none;
     width: 100%;
     padding: 0;
    }
    /*.btn-content {
      margin: 0;  
    }
    .btn-content .btn {
      margin: 5px 0;
      max-width: none;
    }*/
}
@media only screen and (max-width: 480px) {
    .btn-content {
      margin: 0;  
    }
    .btn-content .btn {
      margin: 5px 0;
      max-width: none;
    }
    .thumb-site-img {
      margin-bottom: 10px;
    }
}


.thumb-double .thumb-content {
    width: 49%;
    float: left;
}
.thumb-double .thumb-footer {
    padding-top: 0;
}

.thumb-double .thumb-title {
    font-size: 24px;
    padding-top: 0;
}
.thumb-double .list-unstyled {
    font-size: 15px;
    color: #666;
    line-height: 1.3;
}
.thumb-double .list-unstyled + .list-unstyled {
    /*margin-top: 15px; */
}
.thumb-double .thumb-footer {
    overflow: hidden;
}
.list-thumbs .thumb-double {
  width: 33.32%;
  max-width: 416px;
}
.list-thumbs .thumb-double .thumb-img {
  max-width: 200px;
 padding-bottom: 155%;
}

@media only screen and (max-width: 1024px) {
    .list-thumbs .thumb-double {
        width: 40%;
        max-width: 100%;
    }
    .list-thumbs .thumb-double .thumb-img {
        max-width: none;
    }
}
@media only screen and (max-width: 980px) {
    .list-thumbs .thumb-double {
        width: 50%;
    }
}
@media only screen and (max-width: 768px) {
    .list-thumbs .thumb-double {
        width: 66.67%;
    }
}
@media only screen and (max-width: 480px) {
    .list-thumbs .thumb-double {
        width: 100%;
    }
}
@media only screen and (max-width: 360px) {
    .list-thumbs .thumb-double {
        width: 100%;
    }
    .thumb-double .thumb-content {
       float: none;
       width: 100%;
    }
}





.list-thumbs-gallery .thumb-double {
    width: 40%;
    max-width: 510px;
}
.list-thumbs-gallery  .thumb-double .thumb-img {
  max-width: 220px;
  padding-bottom: 135%;
}
@media only screen and (max-width: 980px) {
    .list-thumbs-gallery .thumb-double {
        width: 50%;
        max-width: 100%;
    }
    .list-thumbs-gallery  .thumb-double .thumb-img {
      max-width: none;
    }
}
@media only screen and (max-width: 768px) {
    .list-thumbs-gallery .thumb-double {
        width: 66.67%;
        padding: 0 5px;
    }
}
@media only screen and (max-width: 480px) {
    .list-thumbs-gallery .thumb-double {
        width: 100%;
    }
}
@media only screen and (max-width: 360px) {
    .list-thumbs-gallery .thumb-double {
        width: 100%;
    }
}

/* model share*/
.model-thumb-content {
    position: relative;
    /*overflow: hidden;*/
}
.thumb-share {
    background: #fff;
    background: rgba(255,255,255,.7);
    color: #333;
    font-size: 18px;
    padding: 10px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 1;
    text-align: center;
    -webkit-transition: bottom .4s, opacity .2s;
    -o-transition: bottom .4s, opacity .2s;
    transition: bottom .4s, opacity .2s;
    z-index: 10;
}
.box-share {
    color: #333;
    font-size: 18px;
    padding: 10px;

}
.box-share .addthis_sharing_toolbox,
.thumb-share .addthis_sharing_toolbox {
    display: inline-block;
    vertical-align: middle;
    margin-left: 10px;
}

@media (min-width: 768px) {
    .model-thumb:hover .thumb-share{
        bottom: 0;
        opacity: 1;
    }
    .thumb-share  {
        bottom: -52px;
        opacity: 0;
    }
}
.thumb-title-model {
    text-align: center;
    margin: 0;
    font-size: 18px;
}
.thumb-title-model, .thumb-title-model a {
    color: #db2429;

}
.thumb-info {
    font-size: 16px;
    text-align: center;
}
.thumb-info p {
    margin: 0;
}
.list-thumbs-models .thumb-footer {
    padding-top: 0;
}
.list-thumbs-models > ul {
    margin: 0 -30px;
}
.list-thumbs-models .thumb  {
    padding: 0 30px;
    max-width: 260px;
    margin-bottom: 20px;
}
@media (max-width: 768px) {
    .list-thumbs-models > ul {
        margin: 0 -15px;
    }
    .list-thumbs-models .thumb  {
        padding: 0 15px;
        max-width: none;
    }
}
.list-thumbs-models .thumb-img {
  padding-bottom: 155%;
}
/*@media (max-width: 480px) {
    .list-thumbs-models > ul {
        margin: 0 -5px;
    }
    .list-thumbs-models .thumb  {
        padding: 0 5px;
        width: 50%;
    }
}*/

.pagination-alphabet {
    margin-top: 0;
    height: auto;
}
.pagination-alphabet  ul {
    margin: 10px 0 0;
}
.pagination-alphabet ul > li {
    margin: 3px;
}
@media (min-width: 768px) {
    .pagination > .collapse {
        display: block;
        visibility: visible;
    }
    .pagination .btn[data-toggle="collapse"] {
        display: none;
    }
    .pagination-alphabet  ul {
        margin: 0;
    }
}
.country {
   width: 27px;
   height: 18px;
   display: inline-block;
   overflow: hidden;
   border-radius: 1px;
}
.country img {
    display: block;
    width: 100%;
}
.thumb .country {
    position: absolute;
    top: 5px;
    right: 5px;
}

.list-thumbs-img {
    
}
.list-thumbs-img >  ul {
    margin: 0 -1px;
}
.list-thumbs-img .thumb {
    padding: 0 1px;
    width: 20%;
    max-width: none;
    margin-bottom: 10px;
}
.list-thumbs-img .thumb .thumb-footer {
    padding: 8px 0 0 0;
}
.list-thumbs-img .thumb-img {
    padding-bottom: 65.5%;
}
.list-thumbs-img .thumb-title {
    color: #db2429;
    text-align: center;
    padding: 0;
    font-size: 16px;
}
.row-sidebar-content {
    margin-top: 50px;
}
.sidebar .list-thumbs-img >  ul {
    margin: 0 -4px;
}
.sidebar .list-thumbs-img .thumb {
    width: 50%;
    padding: 0 4px;
}   
@media only screen and (max-width: 980px) {
    .list-thumbs-img .thumb,
    .sidebar .list-thumbs-img .thumb {
        width: 33.33%;
    }
}
@media screen and (max-width: 480px) {
    .list-thumbs-img .thumb,
    .sidebar .list-thumbs-img .thumb {
        width: 50%;
    }
}

@media screen and (max-width: 450px) {
    .list-thumbs-img .thumb,
    .sidebar .list-thumbs-img .thumb {
        width: 100%;
    }
}

.main {
    overflow: hidden;
}
.box-inverse {
    width: auto;
    margin: 0 -9999px;
    padding: 0 9999px;
    background: #545454;
}
.box-inverse h1,
.box-inverse .h1,
.box-inverse h2,
.box-inverse .h2,
.box-inverse h3,
.box-inverse .h3 {
    color: #fff;
}
.box-inverse .thumb-title,
.box-inverse .thumb:hover .thumb-title {
    color: #fff;
}   

.media {
  margin-top: 20px;
}
.media, .media-body {
  overflow: hidden;
  zoom: 1;
}
.media:first-child {
  margin-top: 0;
}
.media-body, .media-left, .media-right {
  display: table-cell;
  vertical-align: top;
}
.media-body, .media-left, .media-right {
  display: table-cell;
  vertical-align: top;
}
.media-body {
  width: 10000px;
  padding-left: 30px;
}
.media-body-holder {
    padding: 20px;
    font-size: 16px;
    background: #f7f7f7;
    border: 1px solid #b3b3b3;
}
.media-object {
  display: block;
  width: 70px;

}
.list-media {
    margin-bottom: 30px;
}
.media-body-holder ul {
    font-size: 14px;
}
.media-object img {
    display: block;
    width: 100%;
    height: auto;
}
.media-heading {
  margin-top: 0;
  margin-bottom: 5px;
}
.user-name {
    color: #000;
    font-weight: bold;
    font-size: 16px;
}
.user-name a {
    color: inherit;
}
.user-name a:hover {
    color: #db2429;
}

.row-form {
    margin: 0 -10px;
}
.row-form:before,
.row-form:after {
    content: '';
    display: table;
}
.row-form {
    clear: both;
}
.col-1-form,
.col-2-form,
.col-3-form {
    float: left;
    padding: 0 10px;
}
.col-1-form,
.col-2-form {
    width: 35%;
}
.col-3-form {
    width: 30%;
}
.captcha {
    float: left;
    width: 30%;
}
.captcha > img {
    height: 35px;
    cursor: pointer;
}
.captcha + .form-group {
    float: left;
    width: 70%;
    padding-left: 10px;
    margin-bottom: 0;
}
.form-box .form-control {
    background: #fff;
    height: 35px;
    padding: 6px 16px;
}
.form-box textarea.form-control {
    height: 120px;
}
textarea {
    resize: vertical;
}
@media (max-width: 768px) {
    .col-1-form,
    .col-2-form {
        width: 50%;
    }
    .col-3-form {
        width: 100%;
    }
    .captcha {
        width: 16%;
    }
    .captcha + .form-group {
        width: 84%;
    }
}
@media (max-width: 640px) {
    .captcha {
        width: 20%;
    }
    .captcha + .form-group {
        width: 80%;
    }
}
@media (max-width: 480px) {
    .media-object {
      margin: auto;
      margin-bottom: 10px;
    }
    .media-body, .media-left, .media-right {
        padding: 0;
        width: auto;
        display: block;
    }
}
@media (max-width: 450px) {
    .col-1-form,
    .col-2-form,
    .col-3-form {
        width: 100%;
        float: none;
    }
    .captcha {
        width: 34%;
    }
    .captcha + .form-group {
        width: 66%;
    }
}
.box-inverse {
    padding-top: 40px;
    padding-bottom: 20px;
}
.list-timer {
    margin: 25px 0;
}
.list-timer > ul {
    margin: 0;
    padding: 0;
    list-style: none;
    font-size: 0.001px;
}
.list-timer > ul > li {
    display: inline-block;
    vertical-align: top;
    width: 25%;
    font-size: 14px;
    position: relative;
    padding: 0 8px;
}

.list-timer > ul > li + li:before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 15px;
    width: 4px;
    height: 50px;
    border-left: 1px solid #d9d9d9;
    border-right: 1px solid #d9d9d9;
}
.timer-content {
    color: #666;
    text-align: center;
}
.timer-ico {
    font-size: 44px;
    line-height: 1;
    color: #db2429;
}
.timer {
    font-weight: bold;
    font-size: 32px;
}
.timer-text {
    text-transform: uppercase;
}
@media (max-width: 980px) {
    .list-timer > ul > li {
        width: 50%;
        margin-bottom: 10px;
    }
    .list-timer > ul > li:nth-child(3):before {
        display: none;
    }
}
@media (max-width: 768px) {
    .list-timer > ul > li {
        width: 25%;
        margin-bottom: 0;
    }
    .list-timer > ul > li + li:before {
       display: block;
    }
}
@media (max-width: 640px) {
    .timer-ico {
        font-size: 30px;
    }
    .timer {
        font-size: 18px;
    }
    .list-timer > ul > li + li:before {
        bottom: 5px;
    }
}
@media (max-width: 480px) {
    .list-timer > ul > li {
        width: 50%;
        margin-bottom: 10px;
    }
    .list-timer > ul > li:nth-child(3):before {
        display: none;
    }
}



.pswp__caption__center {
    max-width: none !important;
}
    .pswp__caption__center > a {
        color: #fff;
        text-decoration: none;
        font-size: 26px;
        font-weight: 600;
        text-transform: uppercase;
    }
        .pswp__caption__center > a > span.pswp-description-provider {
            font-style: normal;
            color: #db2429;
        }



.banner-lg {
    margin: 20px 0;
}


ul.friend-buttons {
    padding: 0;
    margin: 0;
    text-align: center;
    list-style-type: none;
}
    ul.friend-buttons li {
        margin: 10px 0;
    }
    ul.friend-buttons li.double {
        width: 49%;
        display: inline-block;
        margin-right: 1.5% !important;
    }
    ul.friend-buttons li.double.odd {
        margin-right: 0 !important;
    }
    ul.friend-buttons li.double:last-child:not(.odd) {
        width: auto;
        display: block;
        margin-right: 0 !important;
    }


/* alerts */
.alert {
    border-radius: 0;
    margin-bottom: 40px;
}

/* subscribe form */
#subscribe-form {}
    #subscribe-form .col {
        float: left;
        position: relative;
        padding: 0 10px;
    }
    #subscribe-form .col-email {
        width: 65%;
    }
    #subscribe-form .col-submit {
        width: 35%;
    }
    #subscribe-form .form-control {
        border-color: #db2429;
    }
    #subscribe-form .form-control:focus {
        border-color: #af1d21;
        -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #e97c7f;
        box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #e97c7f;
    }
    #subscribe-form .btn {
        width: 100%;
        background-color: #db2429;
        color: #fff;
        font-weight: bold;
        text-transform: uppercase;
    }
@media (min-width: 480px) and (max-width: 767px) {
    #subscribe-form {}
        #subscribe-form .col-email {
            width: 70%;
        }
        #subscribe-form .col-submit {
            width: 30%;
        }
}
@media (min-width: 980px) {
    #subscribe-form {}
        #subscribe-form .col-email {
            width: 75%;
        }
        #subscribe-form .col-submit {
            width: 25%;
        }
}

/* last search queries */
.last-search-query {}
    .last-search-query a {
        display: inline-block;
        color: #db2429;
        font-weight: bold;
        text-decoration: underline;
    }
    .last-search-query .query-count:after {
        content: ', ';
    }
    .last-search-query:last-child .query-count:after {
        content: '.';
    }

/* models */
.related-models {
    margin-top: 20px;
}

/* comments */
#add-comment-form-form {}
    #add-comment-form .col {
        float: left;
        position: relative;
        padding: 0 10px;
    }
    #add-comment-form .col-name,
    #add-comment-form .col-email {
        width: 50%;
    }
    #add-comment-form #addcommentform-honeypot {
        display: none;
    }
@media (max-width: 479px) {
    #add-comment-form .col-name,
    #add-comment-form .col-email {
        width: 100%;
    }
}

/* photoswipe */
.photoswipe-modal {
    width: 55%;
    position: absolute;
    color: #fff;
    background-color: #1a1a1a;
    border: 1px solid #4d4d4d;
    border-radius: 10px;
    padding: 0 35px 15px 25px;
    text-align: center;
}
    .photoswipe-modal > h1 {
        color: #fff;
        margin-top: 75px;
        font-size: 32px;
    }
    .photoswipe-modal > p:not(:last-child) {
        padding: 0 100px;
        font-size: 16px;
    }
    .photoswipe-modal .btn {
        color: #fff;
        margin-bottom: 50px;
    }

@media (max-width: 991px) {
    .photoswipe-modal > p:not(:last-child) {
        padding: 0;
    }
}

/* ad */
.ad {
    background-color: #e21e1c;
}
.ad .block {
    display: inline-block;
}

/* traders */
.list-thumbs.errrotica-com-thumbs .thumb-img {
    padding-bottom: 57%;
}

