/*
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font: inherit;
    font-size: 100%;
    vertical-align: baseline;
}

html {
    line-height: 1;
}

ol,
ul {
    list-style: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

caption,
th,
td {
    text-align: left;
    font-weight: normal;
    vertical-align: middle;
}

q,
blockquote {
    quotes: none;
}

q:before,
q:after,
blockquote:before,
blockquote:after {
    content: "";
    content: none;
}

a img {
    border: none;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
    display: block;
}

* {
    box-sizing: border-box;
}

*:before,
*:after {
    box-sizing: border-box;
}

html {
    font-size: 10px;
    -webkit-tap-highlight-color: transparent;
}

body {
    font-family: "Gotham-Book";
    font-size: 16px;
    line-height: 1.42857;
    color: #333333;
    background-color: #fff;
}

input,
button,
select,
textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}

a {
    color: #337ab7;
    text-decoration: none;
}

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

a:focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}

figure {
    margin: 0;
}

img {
    vertical-align: middle;
}

.img-responsive {
    display: block;
    max-width: 100%;
    height: auto;
}

.img-rounded {
    border-radius: 6px;
}

.img-thumbnail {
    padding: 4px;
    line-height: 1.42857;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    transition: all 0.2s ease-in-out;
    display: inline-block;
    max-width: 100%;
    height: auto;
}

.img-circle {
    border-radius: 50%;
}

hr {
    margin-top: 22px;
    margin-bottom: 22px;
    border: 0;
    border-top: 1px solid #eeeeee;
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    clip: auto;
}

[role="button"] {
    cursor: pointer;
}

/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/*
html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

body {
    margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
    display: block;
}

audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline;
}

audio:not([controls]) {
    display: none;
    height: 0;
}

[hidden],
template {
    display: none;
}

a {
    background-color: transparent;
}

a:active,
a:hover {
    outline: 0;
}

abbr[title] {
    border-bottom: 1px dotted;
}

b,
strong {
    font-weight: bold;
}

dfn {
    font-style: italic;
}

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

mark {
    background: #ff0;
    color: #000;
}

small {
    font-size: 80%;
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

img {
    border: 0;
}

svg:not(:root) {
    overflow: hidden;
}

figure {
    margin: 1em 40px;
}

hr {
    box-sizing: content-box;
    height: 0;
}

pre {
    overflow: auto;
}

code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
    color: inherit;
    font: inherit;
    margin: 0;
}

button {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}

button[disabled],
html input[disabled] {
    cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

input {
    line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

input[type="search"] {
    -webkit-appearance: textfield;
    box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

legend {
    border: 0;
    padding: 0;
}

textarea {
    overflow: auto;
}

optgroup {
    font-weight: bold;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

td,
th {
    padding: 0;
}

.container {
    margin-right: auto;
    margin-left: auto;
    padding-left: 31px;
    padding-right: 31px;
}

.container:before,
.container:after {
    content: " ";
    display: table;
}

.container:after {
    clear: both;
}

@media (min-width: 768px) {
    .container {
        width: 100%;
    }
}

@media (min-width: 1024px) {
    .container {
        width: 100%;
    }
}

@media (min-width: 1366px) {
    .container {
        width: 1326px;
    }
}

.container-fluid {
    margin-right: auto;
    margin-left: auto;
    padding-left: 31px;
    padding-right: 31px;
}

.container-fluid:before,
.container-fluid:after {
    content: " ";
    display: table;
}

.container-fluid:after {
    clear: both;
}

.row {
    margin-left: -31px;
    margin-right: -31px;
}

.row:before,
.row:after {
    content: " ";
    display: table;
}

.row:after {
    clear: both;
}

.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
    position: relative;
    min-height: 1px;
    padding-left: 31px;
    padding-right: 31px;
}

.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
    float: left;
}

.col-xs-1 {
    width: 8.33333%;
}

.col-xs-2 {
    width: 16.66667%;
}

.col-xs-3 {
    width: 25%;
}

.col-xs-4 {
    width: 33.33333%;
}

.col-xs-5 {
    width: 41.66667%;
}

.col-xs-6 {
    width: 50%;
}

.col-xs-7 {
    width: 58.33333%;
}

.col-xs-8 {
    width: 66.66667%;
}

.col-xs-9 {
    width: 75%;
}

.col-xs-10 {
    width: 83.33333%;
}

.col-xs-11 {
    width: 91.66667%;
}

.col-xs-12 {
    width: 100%;
}

.col-xs-pull-0 {
    right: auto;
}

.col-xs-pull-1 {
    right: 8.33333%;
}

.col-xs-pull-2 {
    right: 16.66667%;
}

.col-xs-pull-3 {
    right: 25%;
}

.col-xs-pull-4 {
    right: 33.33333%;
}

.col-xs-pull-5 {
    right: 41.66667%;
}

.col-xs-pull-6 {
    right: 50%;
}

.col-xs-pull-7 {
    right: 58.33333%;
}

.col-xs-pull-8 {
    right: 66.66667%;
}

.col-xs-pull-9 {
    right: 75%;
}

.col-xs-pull-10 {
    right: 83.33333%;
}

.col-xs-pull-11 {
    right: 91.66667%;
}

.col-xs-pull-12 {
    right: 100%;
}

.col-xs-push-0 {
    left: auto;
}

.col-xs-push-1 {
    left: 8.33333%;
}

.col-xs-push-2 {
    left: 16.66667%;
}

.col-xs-push-3 {
    left: 25%;
}

.col-xs-push-4 {
    left: 33.33333%;
}

.col-xs-push-5 {
    left: 41.66667%;
}

.col-xs-push-6 {
    left: 50%;
}

.col-xs-push-7 {
    left: 58.33333%;
}

.col-xs-push-8 {
    left: 66.66667%;
}

.col-xs-push-9 {
    left: 75%;
}

.col-xs-push-10 {
    left: 83.33333%;
}

.col-xs-push-11 {
    left: 91.66667%;
}

.col-xs-push-12 {
    left: 100%;
}

.col-xs-offset-0 {
    margin-left: 0%;
}

.col-xs-offset-1 {
    margin-left: 8.33333%;
}

.col-xs-offset-2 {
    margin-left: 16.66667%;
}

.col-xs-offset-3 {
    margin-left: 25%;
}

.col-xs-offset-4 {
    margin-left: 33.33333%;
}

.col-xs-offset-5 {
    margin-left: 41.66667%;
}

.col-xs-offset-6 {
    margin-left: 50%;
}

.col-xs-offset-7 {
    margin-left: 58.33333%;
}

.col-xs-offset-8 {
    margin-left: 66.66667%;
}

.col-xs-offset-9 {
    margin-left: 75%;
}

.col-xs-offset-10 {
    margin-left: 83.33333%;
}

.col-xs-offset-11 {
    margin-left: 91.66667%;
}

.col-xs-offset-12 {
    margin-left: 100%;
}

@media (min-width: 768px) {

    .col-sm-1,
    .col-sm-2,
    .col-sm-3,
    .col-sm-4,
    .col-sm-5,
    .col-sm-6,
    .col-sm-7,
    .col-sm-8,
    .col-sm-9,
    .col-sm-10,
    .col-sm-11,
    .col-sm-12 {
        float: left;
    }

    .col-sm-1 {
        width: 8.33333%;
    }

    .col-sm-2 {
        width: 16.66667%;
    }

    .col-sm-3 {
        width: 25%;
    }

    .col-sm-4 {
        width: 33.33333%;
    }

    .col-sm-5 {
        width: 41.66667%;
    }

    .col-sm-6 {
        width: 50%;
    }

    .col-sm-7 {
        width: 58.33333%;
    }

    .col-sm-8 {
        width: 66.66667%;
    }

    .col-sm-9 {
        width: 75%;
    }

    .col-sm-10 {
        width: 83.33333%;
    }

    .col-sm-11 {
        width: 91.66667%;
    }

    .col-sm-12 {
        width: 100%;
    }

    .col-sm-pull-0 {
        right: auto;
    }

    .col-sm-pull-1 {
        right: 8.33333%;
    }

    .col-sm-pull-2 {
        right: 16.66667%;
    }

    .col-sm-pull-3 {
        right: 25%;
    }

    .col-sm-pull-4 {
        right: 33.33333%;
    }

    .col-sm-pull-5 {
        right: 41.66667%;
    }

    .col-sm-pull-6 {
        right: 50%;
    }

    .col-sm-pull-7 {
        right: 58.33333%;
    }

    .col-sm-pull-8 {
        right: 66.66667%;
    }

    .col-sm-pull-9 {
        right: 75%;
    }

    .col-sm-pull-10 {
        right: 83.33333%;
    }

    .col-sm-pull-11 {
        right: 91.66667%;
    }

    .col-sm-pull-12 {
        right: 100%;
    }

    .col-sm-push-0 {
        left: auto;
    }

    .col-sm-push-1 {
        left: 8.33333%;
    }

    .col-sm-push-2 {
        left: 16.66667%;
    }

    .col-sm-push-3 {
        left: 25%;
    }

    .col-sm-push-4 {
        left: 33.33333%;
    }

    .col-sm-push-5 {
        left: 41.66667%;
    }

    .col-sm-push-6 {
        left: 50%;
    }

    .col-sm-push-7 {
        left: 58.33333%;
    }

    .col-sm-push-8 {
        left: 66.66667%;
    }

    .col-sm-push-9 {
        left: 75%;
    }

    .col-sm-push-10 {
        left: 83.33333%;
    }

    .col-sm-push-11 {
        left: 91.66667%;
    }

    .col-sm-push-12 {
        left: 100%;
    }

    .col-sm-offset-0 {
        margin-left: 0%;
    }

    .col-sm-offset-1 {
        margin-left: 8.33333%;
    }

    .col-sm-offset-2 {
        margin-left: 16.66667%;
    }

    .col-sm-offset-3 {
        margin-left: 25%;
    }

    .col-sm-offset-4 {
        margin-left: 33.33333%;
    }

    .col-sm-offset-5 {
        margin-left: 41.66667%;
    }

    .col-sm-offset-6 {
        margin-left: 50%;
    }

    .col-sm-offset-7 {
        margin-left: 58.33333%;
    }

    .col-sm-offset-8 {
        margin-left: 66.66667%;
    }

    .col-sm-offset-9 {
        margin-left: 75%;
    }

    .col-sm-offset-10 {
        margin-left: 83.33333%;
    }

    .col-sm-offset-11 {
        margin-left: 91.66667%;
    }

    .col-sm-offset-12 {
        margin-left: 100%;
    }
}

@media (min-width: 1024px) {

    .col-md-1,
    .col-md-2,
    .col-md-3,
    .col-md-4,
    .col-md-5,
    .col-md-6,
    .col-md-7,
    .col-md-8,
    .col-md-9,
    .col-md-10,
    .col-md-11,
    .col-md-12 {
        float: left;
    }

    .col-md-1 {
        width: 8.33333%;
    }

    .col-md-2 {
        width: 16.66667%;
    }

    .col-md-3 {
        width: 25%;
    }

    .col-md-4 {
        width: 33.33333%;
    }

    .col-md-5 {
        width: 41.66667%;
    }

    .col-md-6 {
        width: 50%;
    }

    .col-md-7 {
        width: 58.33333%;
    }

    .col-md-8 {
        width: 66.66667%;
    }

    .col-md-9 {
        width: 75%;
    }

    .col-md-10 {
        width: 83.33333%;
    }

    .col-md-11 {
        width: 91.66667%;
    }

    .col-md-12 {
        width: 100%;
    }

    .col-md-pull-0 {
        right: auto;
    }

    .col-md-pull-1 {
        right: 8.33333%;
    }

    .col-md-pull-2 {
        right: 16.66667%;
    }

    .col-md-pull-3 {
        right: 25%;
    }

    .col-md-pull-4 {
        right: 33.33333%;
    }

    .col-md-pull-5 {
        right: 41.66667%;
    }

    .col-md-pull-6 {
        right: 50%;
    }

    .col-md-pull-7 {
        right: 58.33333%;
    }

    .col-md-pull-8 {
        right: 66.66667%;
    }

    .col-md-pull-9 {
        right: 75%;
    }

    .col-md-pull-10 {
        right: 83.33333%;
    }

    .col-md-pull-11 {
        right: 91.66667%;
    }

    .col-md-pull-12 {
        right: 100%;
    }

    .col-md-push-0 {
        left: auto;
    }

    .col-md-push-1 {
        left: 8.33333%;
    }

    .col-md-push-2 {
        left: 16.66667%;
    }

    .col-md-push-3 {
        left: 25%;
    }

    .col-md-push-4 {
        left: 33.33333%;
    }

    .col-md-push-5 {
        left: 41.66667%;
    }

    .col-md-push-6 {
        left: 50%;
    }

    .col-md-push-7 {
        left: 58.33333%;
    }

    .col-md-push-8 {
        left: 66.66667%;
    }

    .col-md-push-9 {
        left: 75%;
    }

    .col-md-push-10 {
        left: 83.33333%;
    }

    .col-md-push-11 {
        left: 91.66667%;
    }

    .col-md-push-12 {
        left: 100%;
    }

    .col-md-offset-0 {
        margin-left: 0%;
    }

    .col-md-offset-1 {
        margin-left: 8.33333%;
    }

    .col-md-offset-2 {
        margin-left: 16.66667%;
    }

    .col-md-offset-3 {
        margin-left: 25%;
    }

    .col-md-offset-4 {
        margin-left: 33.33333%;
    }

    .col-md-offset-5 {
        margin-left: 41.66667%;
    }

    .col-md-offset-6 {
        margin-left: 50%;
    }

    .col-md-offset-7 {
        margin-left: 58.33333%;
    }

    .col-md-offset-8 {
        margin-left: 66.66667%;
    }

    .col-md-offset-9 {
        margin-left: 75%;
    }

    .col-md-offset-10 {
        margin-left: 83.33333%;
    }

    .col-md-offset-11 {
        margin-left: 91.66667%;
    }

    .col-md-offset-12 {
        margin-left: 100%;
    }
}

@media (min-width: 1366px) {

    .col-lg-1,
    .col-lg-2,
    .col-lg-3,
    .col-lg-4,
    .col-lg-5,
    .col-lg-6,
    .col-lg-7,
    .col-lg-8,
    .col-lg-9,
    .col-lg-10,
    .col-lg-11,
    .col-lg-12 {
        float: left;
    }

    .col-lg-1 {
        width: 8.33333%;
    }

    .col-lg-2 {
        width: 16.66667%;
    }

    .col-lg-3 {
        width: 25%;
    }

    .col-lg-4 {
        width: 33.33333%;
    }

    .col-lg-5 {
        width: 41.66667%;
    }

    .col-lg-6 {
        width: 50%;
    }

    .col-lg-7 {
        width: 58.33333%;
    }

    .col-lg-8 {
        width: 66.66667%;
    }

    .col-lg-9 {
        width: 75%;
    }

    .col-lg-10 {
        width: 83.33333%;
    }

    .col-lg-11 {
        width: 91.66667%;
    }

    .col-lg-12 {
        width: 100%;
    }

    .col-lg-pull-0 {
        right: auto;
    }

    .col-lg-pull-1 {
        right: 8.33333%;
    }

    .col-lg-pull-2 {
        right: 16.66667%;
    }

    .col-lg-pull-3 {
        right: 25%;
    }

    .col-lg-pull-4 {
        right: 33.33333%;
    }

    .col-lg-pull-5 {
        right: 41.66667%;
    }

    .col-lg-pull-6 {
        right: 50%;
    }

    .col-lg-pull-7 {
        right: 58.33333%;
    }

    .col-lg-pull-8 {
        right: 66.66667%;
    }

    .col-lg-pull-9 {
        right: 75%;
    }

    .col-lg-pull-10 {
        right: 83.33333%;
    }

    .col-lg-pull-11 {
        right: 91.66667%;
    }

    .col-lg-pull-12 {
        right: 100%;
    }

    .col-lg-push-0 {
        left: auto;
    }

    .col-lg-push-1 {
        left: 8.33333%;
    }

    .col-lg-push-2 {
        left: 16.66667%;
    }

    .col-lg-push-3 {
        left: 25%;
    }

    .col-lg-push-4 {
        left: 33.33333%;
    }

    .col-lg-push-5 {
        left: 41.66667%;
    }

    .col-lg-push-6 {
        left: 50%;
    }

    .col-lg-push-7 {
        left: 58.33333%;
    }

    .col-lg-push-8 {
        left: 66.66667%;
    }

    .col-lg-push-9 {
        left: 75%;
    }

    .col-lg-push-10 {
        left: 83.33333%;
    }

    .col-lg-push-11 {
        left: 91.66667%;
    }

    .col-lg-push-12 {
        left: 100%;
    }

    .col-lg-offset-0 {
        margin-left: 0%;
    }

    .col-lg-offset-1 {
        margin-left: 8.33333%;
    }

    .col-lg-offset-2 {
        margin-left: 16.66667%;
    }

    .col-lg-offset-3 {
        margin-left: 25%;
    }

    .col-lg-offset-4 {
        margin-left: 33.33333%;
    }

    .col-lg-offset-5 {
        margin-left: 41.66667%;
    }

    .col-lg-offset-6 {
        margin-left: 50%;
    }

    .col-lg-offset-7 {
        margin-left: 58.33333%;
    }

    .col-lg-offset-8 {
        margin-left: 66.66667%;
    }

    .col-lg-offset-9 {
        margin-left: 75%;
    }

    .col-lg-offset-10 {
        margin-left: 83.33333%;
    }

    .col-lg-offset-11 {
        margin-left: 91.66667%;
    }

    .col-lg-offset-12 {
        margin-left: 100%;
    }
}

.embed-responsive {
    position: relative;
    display: block;
    height: 0;
    padding: 0;
    overflow: hidden;
}

.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    border: 0;
}

.embed-responsive-16by9 {
    padding-bottom: 56.25%;
}

.embed-responsive-4by3 {
    padding-bottom: 75%;
}

@-ms-viewport {
    width: device-width;
}

.visible-xs {
    display: none !important;
}

.visible-sm {
    display: none !important;
}

.visible-md {
    display: none !important;
}

.visible-lg {
    display: none !important;
}

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
    display: none !important;
}

@media (max-width: 767px) {
    .visible-xs {
        display: block !important;
    }

    table.visible-xs {
        display: table !important;
    }

    tr.visible-xs {
        display: table-row !important;
    }

    th.visible-xs,
    td.visible-xs {
        display: table-cell !important;
    }
}

@media (max-width: 767px) {
    .visible-xs-block {
        display: block !important;
    }
}

@media (max-width: 767px) {
    .visible-xs-inline {
        display: inline !important;
    }
}

@media (max-width: 767px) {
    .visible-xs-inline-block {
        display: inline-block !important;
    }
}

@media (min-width: 768px) and (max-width: 1023px) {
    .visible-sm {
        display: block !important;
    }

    table.visible-sm {
        display: table !important;
    }

    tr.visible-sm {
        display: table-row !important;
    }

    th.visible-sm,
    td.visible-sm {
        display: table-cell !important;
    }
}

@media (min-width: 768px) and (max-width: 1023px) {
    .visible-sm-block {
        display: block !important;
    }
}

@media (min-width: 768px) and (max-width: 1023px) {
    .visible-sm-inline {
        display: inline !important;
    }
}

@media (min-width: 768px) and (max-width: 1023px) {
    .visible-sm-inline-block {
        display: inline-block !important;
    }
}

@media (min-width: 1024px) and (max-width: 1365px) {
    .visible-md {
        display: block !important;
    }

    table.visible-md {
        display: table !important;
    }

    tr.visible-md {
        display: table-row !important;
    }

    th.visible-md,
    td.visible-md {
        display: table-cell !important;
    }
}

@media (min-width: 1024px) and (max-width: 1365px) {
    .visible-md-block {
        display: block !important;
    }
}

@media (min-width: 1024px) and (max-width: 1365px) {
    .visible-md-inline {
        display: inline !important;
    }
}

@media (min-width: 1024px) and (max-width: 1365px) {
    .visible-md-inline-block {
        display: inline-block !important;
    }
}

@media (min-width: 1366px) {
    .visible-lg {
        display: block !important;
    }

    table.visible-lg {
        display: table !important;
    }

    tr.visible-lg {
        display: table-row !important;
    }

    th.visible-lg,
    td.visible-lg {
        display: table-cell !important;
    }
}

@media (min-width: 1366px) {
    .visible-lg-block {
        display: block !important;
    }
}

@media (min-width: 1366px) {
    .visible-lg-inline {
        display: inline !important;
    }
}

@media (min-width: 1366px) {
    .visible-lg-inline-block {
        display: inline-block !important;
    }
}

@media (max-width: 767px) {
    .hidden-xs {
        display: none !important;
    }
}

@media (min-width: 768px) and (max-width: 1023px) {
    .hidden-sm {
        display: none !important;
    }
}

@media (min-width: 1024px) and (max-width: 1365px) {
    .hidden-md {
        display: none !important;
    }
}

@media (min-width: 1366px) {
    .hidden-lg {
        display: none !important;
    }
}

.visible-print {
    display: none !important;
}

@media print {
    .visible-print {
        display: block !important;
    }

    table.visible-print {
        display: table !important;
    }

    tr.visible-print {
        display: table-row !important;
    }

    th.visible-print,
    td.visible-print {
        display: table-cell !important;
    }
}

.visible-print-block {
    display: none !important;
}

@media print {
    .visible-print-block {
        display: block !important;
    }
}

.visible-print-inline {
    display: none !important;
}

@media print {
    .visible-print-inline {
        display: inline !important;
    }
}

.visible-print-inline-block {
    display: none !important;
}

@media print {
    .visible-print-inline-block {
        display: inline-block !important;
    }
}

@media print {
    .hidden-print {
        display: none !important;
    }
}

.icheck,
.iradio {
    position: relative;
    float: left;
    display: inline-block;
    *display: inline;
    vertical-align: middle;
    margin: 0px 8px 0px 0px;
    padding: 0;
    width: 15px;
    height: 15px;
    border: 1px solid #cfcfcf;
    cursor: pointer;
}

.icheck:before,
.iradio:before {
    content: "";
    position: relative;
    float: left;
    width: 100%;
    height: 100%;
    line-height: 15px;
    font-family: "FontAwesome";
    font-size: 12px;
    color: #0091da;
    font-weight: normal;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
    font-style: normal;
}

.icheck.hover,
.icheck.checked,
.iradio.hover,
.iradio.checked {
    border: 1px solid #0091da;
}

.icheck.hover:before,
.icheck.checked:before,
.iradio.hover:before,
.iradio.checked:before {
    content: "\f00c";
}

.icheck input[type="checkbox"],
.icheck input[type="radio"],
.iradio input[type="checkbox"],
.iradio input[type="radio"] {
    position: absolute !important;
    left: 0px !important;
    top: 0px !important;
    width: 15px !important;
    height: 15px !important;
    margin: 0px !important;
}

.customSelect {
    float: left;
    width: 100%;
    height: 53px;
    padding: 0px 14px;
    border: 1px solid #cfcfcf;
    border-radius: 0px;
    margin-bottom: 22px;
    line-height: 54px;
    font-family: "Gotham-Book";
    font-size: 14px;
    color: #2c2c2c;
    font-weight: normal;
    text-align: left;
    text-transform: uppercase;
    text-decoration: none;
    font-style: normal;
}

@media (min-width: 768px) and (max-width: 1023px) {
    .customSelect {
        font-size: 12px;
    }
}

.customSelect .customSelectInner {
    width: 100% !important;
    height: 100%;
}

.customSelect .customSelectInner:after {
    content: "\f107";
    position: relative;
    float: right;
    font-family: "FontAwesome";
    font-size: 24px;
    color: #2c2c2c;
    font-weight: normal;
    text-align: left;
    text-transform: none;
    text-decoration: none;
    font-style: normal;
    pointer-events: none;
}

@media (min-width: 768px) and (max-width: 1023px) {
    .customSelect .customSelectInner:after {
        font-size: 22px;
    }
}
*/











.products {
    position: relative;
    float: left;
    width: 100%;
    margin-top: 20px;
}

.products .product {
    position: relative;
    float: left;
    width: 31.333%;
    margin-bottom: 20px;
    margin-right: 3%;
}

.products .product:nth-child(3n) {
    margin-right: 0px;
}

.products .product h4,
.products .product .short-description,
.products .product .img-container {
    position: relative;
    float: left;
    width: 100%;
}

.products .product .img-container {
    height: 246px;
    border: 1px solid #a2a2a2;
    background-color: #ffffff;
}

.products .product .img-container .img {
    position: relative;
    float: left;
    width: 80%;
    height: 80%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-image: url("../images/logo-placeholder.jpg");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
}

.products .product h4 {
    margin-top: 12px;
    font-family: "Gotham-Book";
    font-size: 14px;
    color: #0091da;
    font-weight: normal;
    text-align: left;
    text-transform: uppercase;
    text-decoration: none;
    font-style: normal;
}

@media (min-width: 768px) and (max-width: 1023px) {
    .products .product h4 {
        font-size: 12px;
    }
}

.products .product .short-description {
    padding: 6px 0px 0px 0px;
    font-family: "Gotham-Book";
    font-size: 12px;
    color: #2c2c2c;
    font-weight: normal;
    text-align: left;
    text-transform: none;
    text-decoration: none;
    font-style: normal;
}

@media (min-width: 768px) and (max-width: 1023px) {
    .products .product .short-description {
        font-size: 10px;
    }
}

.products .product .over {
    position: absolute;
    width: 100%;
    height: 246px;
    left: 0px;
    top: 0px;
    border: 2px solid #0091da;
    display: none;
    z-index: 9;
}

.products .product .over .bg,
.products .product .over img {
    position: absolute;
}

.products .product .over .bg {
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    background-color: #0091da;
    opacity: 0.1;
}

.products .product .over img {
    width: auto;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.products .product:hover .img-container {
    border-color: #ffffff;
}

.products .product:hover .over {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: end;
    align-items: flex-end;
}

#content {
    width: 100%;
    padding: 0px;
    margin: 0px;
}
















#product .top,
#product .bottom {
    padding: 0px;
}

#product .top .column {
    padding: 0px 15.5px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    /* justify-content: space-between; */
    -ms-flex-align: end;
    /* align-items: flex-end; */
    margin: 65px 0px 0px 0px;
    flex-direction: column;
}

#product .top .column #breadcrumb,
#product .top .column #title,
#product .top .column #back {
    position: relative;
    float: left;
}

#product .top .column #breadcrumb {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    list-style: none;
}

#product .top .column #breadcrumb li {
    position: relative;
    float: left;
}

#product .top .column #breadcrumb li a {
    position: relative;
    float: left;
    font-family: "Gotham-Book";
    font-size: 18px;
    color: #0091da;
    font-weight: normal;
    text-align: left;
    text-transform: uppercase;
    text-decoration: none;
    font-style: normal;
}

@media (min-width: 768px) and (max-width: 1023px) {
    #product .top .column #breadcrumb li a {
        font-size: 16px;
    }
}

#product .top .column #breadcrumb li a:before {
    content: ">";
    position: relative;
    float: left;
    margin-right: 4px;
    font-family: "Gotham-Book";
    font-size: 18px;
    color: #0091da;
    font-weight: normal;
    text-align: left;
    text-transform: uppercase;
    text-decoration: none;
    font-style: normal;
}

@media (min-width: 768px) and (max-width: 1023px) {
    #product .top .column #breadcrumb li a:before {
        font-size: 16px;
    }
}

#product .top .column #breadcrumb li a:hover {
    font-weight: bold;
}

#product .top .column #breadcrumb li:first-child a:before {
    content: "";
}

#product .top .column #title {
    margin: 0px;
    padding: 0px 20px;
    line-height: 46px;
    font-family: "Gotham-XLight";
    font-size: 48px;
    color: #0091da;
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
    font-style: normal;
}

@media (min-width: 768px) and (max-width: 1023px) {
    #product .top .column #title {
        font-size: 46px;
    }
}

#product .top .column #back {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    /* align-items: center; */
    font-family: "Gotham-Book";
    font-size: 13px;
    color: #2c2c2c;
    font-weight: normal;
    text-align: left;
    text-transform: uppercase;
    text-decoration: none;
    font-style: normal;
}

@media (min-width: 768px) and (max-width: 1023px) {
    #product .top .column #back {
        font-size: 11px;
    }
}

#product .top .column #back i {
    font-size: 20px;
    margin: 0px 10px 0px 0px;
}

#product .top .column #back:hover {
    font-weight: bold;
}

#product .bottom {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

#product .bottom .left,
#product .bottom .right {
    margin: 16px 0px 0px 0px;
    padding-top: 42px;
    padding-bottom: 30px;
}

#product .bottom .left {
    border-top: 1px solid #d3d3d3;
    border-right: 1px solid #d3d3d3;
}

#product .bottom .right {
    border-top: 1px solid #d3d3d3;
}

#product .bottom .images-slider,
#product .bottom .description,
#product .bottom .controls,
#product .bottom .features,
#product .bottom .downloads {
    position: relative;
    float: left;
    width: 100%;
}

#product .bottom .images-slider {
    height: 500px !important;
    /* margin-bottom: 30px; */
}

#product .bottom .images-slider .owl-stage-outer,
#product .bottom .images-slider .owl-stage,
#product .bottom .images-slider .owl-item {
    height: 470px !important;
}

#product .bottom .images-slider .owl-stage-outer .item,
#product .bottom .images-slider .owl-stage .item,
#product .bottom .images-slider .owl-item .item {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
}

#product .bottom .images-slider .owl-stage-outer .item .img,
#product .bottom .images-slider .owl-stage .item .img,
#product .bottom .images-slider .owl-item .item .img {
    position: absolute;
    width: 78%;
    height: 78%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-image: url("../images/logo-placeholder.jpg");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    cursor: zoom-in;
}

#product .bottom .images-slider .owl-nav {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    margin: 0px;
    z-index: 8;
    pointer-events: none;
}

#product .bottom .images-slider .owl-nav .owl-prev,
#product .bottom .images-slider .owl-nav .owl-next {
    position: absolute;
    width: 40px;
    height: 75px;
    top: 50%;
    transform: translateY(-50%);
    padding: 0px;
    margin: 0px;
    opacity: 0.3;
    pointer-events: auto;
}

#product .bottom .images-slider .owl-nav .owl-prev:hover,
#product .bottom .images-slider .owl-nav .owl-next:hover {
    opacity: 1;
}

#product .bottom .images-slider .owl-nav .owl-prev {
    left: 0px;
    background-image: url("../images/left-chevron-blue-product.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    background-color: transparent;
}

#product .bottom .images-slider .owl-nav .owl-next {
    right: 0px;
    background-image: url("../images/right-chevron-blue-product.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    background-color: transparent;
}

#product .bottom .images-slider .owl-dots {
    position: relative;
    z-index: 9;
}

#product .bottom .images-slider .owl-dots .owl-dot span {
    background-color: #b2def4;
}

#product .bottom .images-slider .owl-dots .owl-dot:hover span,
#product .bottom .images-slider .owl-dots .owl-dot.active span {
    background-color: #0091da;
}

#product .bottom .features-table {
    position: relative;
    float: left;
    width: 100%;
    margin-bottom: 60px;
    padding: 20px 0px;
    overflow-x: auto;
    border-top: 1px solid #d3d3d3;
    border-bottom: 1px solid #d3d3d3;
}

#product .bottom .features-table .thead,
#product .bottom .features-table .tbody {
    position: relative;
    float: left;
    display: -ms-flexbox;
    display: flex;
}

#product .bottom .features-table .thead span {
    position: relative;
    float: left;
    width: 120px;
    padding: 0px 10px 10px 10px;
    font-family: "Gotham-Book";
    font-size: 10px;
    color: #2c2c2c;
    font-weight: normal;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
    font-style: normal;
}

@media (min-width: 768px) and (max-width: 1023px) {
    #product .bottom .features-table .thead span {
        font-size: 8px;
    }
}

#product .bottom .features-table .tbody span {
    position: relative;
    float: left;
    width: 120px;
    padding: 10px;
    font-family: "Gotham-Book";
    font-size: 14px;
    color: #0091da;
    font-weight: normal;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
    font-style: normal;
}

@media (min-width: 768px) and (max-width: 1023px) {
    #product .bottom .features-table .tbody span {
        font-size: 12px;
    }
}

#product .bottom .other-table {
    position: relative;
    float: left;
    width: 100%;
    margin-bottom: 40px;
}

#product .bottom .other-table.desktop {
    display: block;
}

#product .bottom .other-table.mobile {
    display: none;
}

#product .bottom .other-table a {
    position: relative;
    float: left;
    width: 100%;
    padding: 0px 10px 20px 0px;
    margin-bottom: 20px;
    border-bottom: 1px solid #d3d3d3;
}

#product .bottom .other-table a span {
    position: relative;
    float: left;
    max-width: 90%;
    margin-right: 10px;
    font-family: "Gotham-Medium";
    font-size: 16px;
    color: #0091da;
    font-weight: normal;
    text-align: left;
    text-transform: uppercase;
    text-decoration: none;
    font-style: normal;
}

@media (min-width: 768px) and (max-width: 1023px) {
    #product .bottom .other-table a span {
        font-size: 14px;
    }
}

#product .bottom .other-table a i {
    position: relative;
    float: right;
    font-size: 22px;
    color: #0091da;
}

#product .bottom .other-table a i.out {
    display: block;
}

#product .bottom .other-table a i.over {
    display: none;
}

#product .bottom .other-table a.active,
#product .bottom .other-table a:hover {
    text-decoration: none;
}

#product .bottom .other-table a.active {
    text-decoration: none;
}

#product .bottom .other-table a.active i.out {
    display: none;
}

#product .bottom .other-table a.active i.over {
    display: block;
}

#product .bottom .other-table .toopen {
    position: relative;
    float: left;
    width: 100%;
    height: 0px;
    overflow-x: auto;
    overflow-y: hidden;
}

#product .bottom .other-table .toopen.active {
    height: auto;
}

#product .bottom .other-table .toopen.text {
    font-family: "Gotham-Book";
    font-size: 12px;
    color: #2c2c2c;
    font-weight: normal;
    text-align: left;
    text-transform: none;
    text-decoration: none;
    font-style: normal;
}

@media (min-width: 768px) and (max-width: 1023px) {
    #product .bottom .other-table .toopen.text {
        font-size: 10px;
    }
}

#product .bottom .other-table .toopen.table .thead,
#product .bottom .other-table .toopen.table .tbody {
    position: relative;
    float: left;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
}

#product .bottom .other-table .toopen.table .thead span {
    position: relative;
    float: left;
    width: 30%;
    padding: 0px 10px 10px 10px;
    font-family: "Gotham-Book";
    font-size: 14px;
    color: #2c2c2c;
    font-weight: normal;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
    font-style: normal;
}

@media (min-width: 768px) and (max-width: 1023px) {
    #product .bottom .other-table .toopen.table .thead span {
        font-size: 12px;
    }
}

#product .bottom .other-table .toopen.table .thead span:first-child {
    width: 40%;
    text-align: left;
}

#product .bottom .other-table .toopen.table .tbody span {
    position: relative;
    float: left;
    width: 30%;
    padding: 10px;
    font-family: "Gotham-Book";
    font-size: 14px;
    color: #2c2c2c;
    font-weight: normal;
    text-align: center;
    text-transform: none;
    text-decoration: none;
    font-style: normal;
}

@media (min-width: 768px) and (max-width: 1023px) {
    #product .bottom .other-table .toopen.table .tbody span {
        font-size: 12px;
    }
}

#product .bottom .other-table .toopen.table .tbody span:first-child {
    width: 40%;
    text-align: left;
}

#product .bottom .other-table .toopen.table .tbody span.even {
    background-color: #f2f2f2;
}

#product .bottom .other-table .toopen.table .tbody span.odd {
    background-color: #cccccc;
}

#product .bottom h3 {
    position: relative;
    float: left;
    width: 100%;
}

#product .bottom h3.title {
    margin-bottom: 26px;
    font-family: "Gotham-Book";
    font-size: 18px;
    color: #0091da;
    font-weight: normal;
    text-align: left;
    text-transform: uppercase;
    text-decoration: none;
    font-style: normal;
}

@media (min-width: 768px) and (max-width: 1023px) {
    #product .bottom h3.title {
        font-size: 16px;
    }
}

#product .bottom .description,
#product .bottom .features,
#product .bottom .controls,
#product .bottom .downloads {
    margin-bottom: 60px;
}

.features {
    overflow: auto;
    min-height: 95px !important;
    padding: 0 !important;
}

#product .bottom .description p {
    position: relative;
    float: left;
    width: 100%;
    font-family: "Gotham-Book";
    font-size: 14px;
    color: #2c2c2c;
    font-weight: normal;
    text-align: left;
    text-transform: none;
    text-decoration: none;
    font-style: normal;
}

@media (min-width: 768px) and (max-width: 1023px) {
    #product .bottom .description p {
        font-size: 12px;
    }
}

#product .bottom .features .label,
#product .bottom .features .description,
#product .bottom .features .icons {
    position: relative;
    float: left;
    width: 100%;
}

#product .bottom .features .label {
    margin: 0px 0px 5px 0px;
    font-family: "Gotham-Book";
    font-size: 14px;
    color: #2c2c2c;
    font-weight: normal;
    text-align: left;
    text-transform: none;
    text-decoration: none;
    font-style: normal;
}

@media (min-width: 768px) and (max-width: 1023px) {
    #product .bottom .features .label {
        font-size: 12px;
    }
}

#product .bottom .features .description {
    height: 7.5vh;
    line-height: 14px;
    margin: 0px 0px 5px 0px;
    font-family: "Gotham-Book";
    font-size: 12px;
    color: #2c2c2c;
    font-weight: normal;
    text-align: left;
    text-transform: none;
    text-decoration: none;
    font-style: normal;
    overflow: hidden;
}

@media (min-width: 768px) and (max-width: 1023px) {
    #product .bottom .features .description {
        font-size: 10px;
    }
}

#product .bottom .features .icons a {
    position: relative;
    float: left;
    width: 50px;
    height: 50px;
    margin: 0px 10px 10px 0px;
}

#product .bottom .features .icons a img {
    position: relative;
    float: left;
    width: 100%;
    height: 100%;
}

#product .bottom .features .icons a img.normal {
    display: block;
}

#product .bottom .features .icons a img.hover {
    display: none;
}

#product .bottom .features .icons a .content {
    display: none;
}

#product.product-old .bottom .features .icons a:hover .normal {
    display: none;
}

#product .bottom .features .icons a:hover .hover {
    display: block;
}

#product .bottom .controls .controls-slider {
    position: relative;
    float: left;
    width: 100%;
    height: 226px !important;
}

#product .bottom .controls .controls-slider .owl-stage-outer,
#product .bottom .controls .controls-slider .owl-stage,
#product .bottom .controls .controls-slider .owl-item {
    height: 100% !important;
}

#product .bottom .controls .controls-slider .owl-stage-outer .item,
#product .bottom .controls .controls-slider .owl-stage .item,
#product .bottom .controls .controls-slider .owl-item .item {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
}

#product .bottom .controls .controls-slider .owl-stage-outer .item .img,
#product .bottom .controls .controls-slider .owl-stage .item .img,
#product .bottom .controls .controls-slider .owl-item .item .img {
    position: absolute;
    width: 70%;
    height: 70%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-image: url("../images/logo-placeholder.jpg");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
}

#product .bottom .controls .controls-slider .owl-nav {
    /*  display: none; */
}

#product .bottom .controls .controls-slider .owl-dots {
    display: none;
}

#product .bottom .controls .navigator {
    position: relative;
    float: left;
    width: 100%;
}

#product .bottom .controls .navigator hr,
#product .bottom .controls .navigator .flex-container {
    position: relative;
    float: left;
}

#product .bottom .controls .navigator hr {
    clear: both;
    width: 60px;
    height: 1px;
    margin: 0px 0px 20px 0px;
    padding: 0px;
    background-color: #d3d3d3;
}

#product .bottom .controls .navigator .flex-container {
    width: 100%;
    clear: both;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

#product .bottom .controls .navigator .flex-container .name,
#product .bottom .controls .navigator .flex-container .nav {
    position: relative;
    float: left;
}

#product .bottom .controls .navigator .flex-container .name {
    width: calc(100% - 150px);
    margin-right: 10px;
    font-family: "Gotham-Book";
    font-size: 14px;
    color: #2c2c2c;
    font-weight: normal;
    text-align: left;
    text-transform: uppercase;
    text-decoration: none;
    font-style: normal;
}

@media (min-width: 768px) and (max-width: 1023px) {
    #product .bottom .controls .navigator .flex-container .name {
        font-size: 12px;
    }
}

#product .bottom .controls .navigator .flex-container .arrow-left,
#product .bottom .controls .navigator .flex-container .totals,
#product .bottom .controls .navigator .flex-container .arrow-right {
    position: relative;
    float: left;
}

#product .bottom .controls .navigator .flex-container .arrow-left,
#product .bottom .controls .navigator .flex-container .arrow-right {
    width: 16px;
    height: 30px;
}

#product .bottom .controls .navigator .flex-container .arrow-left {
    background-image: url("../images/left-chevron-blue-product-controls.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

#product .bottom .controls .navigator .flex-container .arrow-right {
    background-image: url("../images/right-chevron-blue-product-controls.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

#product .bottom .controls .navigator .flex-container .totals {
    margin: 0px 8px;
    line-height: 25px;
    font-family: "Gotham-Light";
    font-size: 20px;
    color: #2c2c2c;
    font-weight: normal;
    text-align: left;
    text-transform: uppercase;
    text-decoration: none;
    font-style: normal;
}

@media (min-width: 768px) and (max-width: 1023px) {
    #product .bottom .controls .navigator .flex-container .totals {
        font-size: 18px;
    }
}

#product .bottom .controls .navigator .flex-container .totals .current {
    font-size: 45px;
}

#product .bottom .downloads a {
    position: relative;
    float: left;
    clear: both;
    margin-bottom: 8px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
}

#product .bottom .downloads li {
    display: block;
}

#product .bottom .downloads .logo-enlace-descargas a {
    float: none;
    margin-top: 18px;
}

#product .bottom .downloads li a {
    float: none;
    margin-bottom: 10px;
}

#product .bottom .downloads a img,
#product .bottom .downloads a span {
    position: relative;
    float: left;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 1;
    flex-shrink: 1;
}

#product .bottom .downloads a img {
    margin-right: 10px;
}

#product .bottom .downloads a span {
    font-family: "Gotham-Book";
    font-size: 14px;
    color: #2c2c2c;
    font-weight: normal;
    text-align: left;
    text-transform: none;
    text-decoration: none;
    font-style: normal;
}

@media (min-width: 768px) and (max-width: 1023px) {
    #product .bottom .downloads a span {
        font-size: 12px;
    }
}

#product .bottom .downloads a:hover span {
    color: #0091da;
}

#product .full-row {
    position: relative;
    float: left;
    width: 100%;
    margin: 0px;
    overflow: hidden;
    background-color: #0091da;
}

#product .full-row .container {
    position: relative;
    float: left;
    left: 50%;
    left: 50%;
    transform: translateX(-50%);
    padding: 20px 0px;
}

#product .full-row .container h3 {
    position: relative;
    float: left;
    font-family: "Gotham-Book";
    font-size: 18px;
    color: #ffffff;
    font-weight: normal;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
    font-style: normal;
}

@media (min-width: 768px) and (max-width: 1023px) {
    #product .full-row .container h3 {
        font-size: 16px;
    }
}

#product .full-row .container .products {
    width: 80%;
    left: 10%;
    margin: 16px 0px 30px 0px;
}

#product .full-row .container .products .product {
    width: 100%;
    margin: 0px;
}

#product .full-row .container .products .product h4,
#product .full-row .container .products .product .short-description {
    color: #ffffff;
}

#product .full-row .container .products .product .over {
    position: absolute;
    width: 100%;
    height: 246px;
    left: 0px;
    top: 0px;
}

#product .contact {
    position: relative;
    float: left;
    width: 100%;
    margin: 50px 0px;
}

#product .contact h5,
#product .contact a {
    position: relative;
    float: left;
    clear: both;
    left: 50%;
    left: 50%;
    transform: translateX(-50%);
}

#product .contact h5 {
    font-family: "Gotham-Book";
    font-size: 16px;
    color: #2c2c2c;
    font-weight: normal;
    text-align: center;
    text-transform: none;
    text-decoration: none;
    font-style: normal;
}

@media (min-width: 768px) and (max-width: 1023px) {
    #product .contact h5 {
        font-size: 14px;
    }
}

#product .contact a {
    background-color: #ffffff;
    color: #2c2c2c;
    border: 2px solid #0091da;
    padding: 10px 55px;
    margin-top: 36px;
    transition: background 0.2s;
}

#product .contact a span,
#product .contact a i {
    position: relative;
    float: left;
}

#product .contact a span {
    line-height: 19px;
    font-family: "Gotham-Book";
    font-size: 14px;
    color: inherit;
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
    font-style: normal;
}

@media (min-width: 768px) and (max-width: 1023px) {
    #product .contact a span {
        font-size: 12px;
    }
}

#product .contact a i {
    font-size: 19px;
    margin-left: 10px;
}

#product .contact a:hover {
    background-color: #0091da;
    color: #ffffff;
}

@media (max-width: 1023px) {
    #product .top .column {
        margin: 20px 0px 10px 0px;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -ms-flex-pack: initial;
        justify-content: initial;
        -ms-flex-align: initial;
        align-items: initial;
    }

    #product .top .column #breadcrumb {
        clear: both;
        width: 100%;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -ms-flex-pack: center;
        justify-content: center;
        -ms-flex-order: 3;
        order: 3;
    }

    #product .top .column #breadcrumb li a {
        font-size: 3vw;
    }

    #product .top .column #breadcrumb li a:before {
        font-size: 3vw;
    }

    #product .top .column #title {
        clear: right;
        left: 50%;
        transform: translateX(-50%);
        font-size: 6vw;
        -ms-flex-order: 2;
        order: 2;
    }

    #product .top .column #back {
        -ms-flex-order: 1;
        order: 1;
    }

    #product .top .column #back i {
        font-size: 50px;
    }

    #product .top .column #back span {
        display: none;
    }

    #product .bottom {
        float: none;
        width: auto;
    }

    #product .bottom .left,
    #product .bottom .right {
        border: none;
    }

    #product .bottom .right {
        padding-top: 0px;
        margin-top: 0px;
    }

    #product .bottom .images-slider {
        height: 30vh !important;
    }

    #product .bottom .images-slider .owl-stage-outer,
    #product .bottom .images-slider .owl-stage,
    #product .bottom .images-slider .owl-item {
        height: calc(30vh - 30px) !important;
    }

    #product .bottom .images-slider .owl-nav .owl-prev,
    #product .bottom .images-slider .owl-nav .owl-next {
        width: 20px;
    }

    #product .bottom .other-table.desktop {
        display: none;
    }

    #product .bottom .other-table.mobile {
        display: block;
    }

    #product .full-row {
        display: none;
    }
}

@media (max-width: 669px) {
    #product .contact a {
        width: 100%;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -ms-flex-pack: center;
        justify-content: center;
        padding: 10px 0px;
        top: 0%;
        left: 0%;
        transform: translate(0%, 0%);
        transform: translateY(0%);
        transform: translateX(0%);
    }
}
/*
img[role="presentation"] { // eliminado codigo que cascaba el google map
    cursor: zoom-in;
    max-width: 1600px !important;
    min-width: 900px !important;

    max-height: none;
    height: auto !important;
    background-color: #fff;
}
*/
div#product.product-new {
    overflow: hidden;
}

@media (max-width:767px) {
    #product .slider .container {
        padding: 0;
    }

    #product .slider .row.bottom .col-xs-12 {
        padding-left: 4px;
        padding-right: 4px;
    }

    #product .bottom .images-slider .owl-nav .owl-prev {
        left: 10px;
        transform: scale(.8);
	width: 40px;
    }

    #product .bottom .images-slider .owl-nav .owl-next {
        right: 10px;
        transform: scale(.8);
	width: 40px;
    }

    #product .bottom .images-slider .owl-stage-outer .item .img,
    #product .bottom .images-slider .owl-stage .item .img,
    #product .bottom .images-slider .owl-item .item .img {
        width: 86%;
        height: 100%;
    }

    .product-new#product .bottom .features .icons {
        justify-content: flex-start !important;
        padding-left: 20px;
        padding-right: 20px;
        width: auto !important;
    }

    .product-new .main-content ul {
        list-style-type: none;
    }

}
