/* Common Classes */
.req {
    display: none !important;
}
img,
legend {
    border: 0
}
legend,
td,
th {
    padding: 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
}
.video-responsive{
    overflow:hidden;
    padding-bottom:56.25%;
    position:relative;
    height:0;
}
.video-responsive iframe{
    left:0;
    top:0;
    height:100%;
    width:100%;
    position:absolute;
}
.video-container {
    position:relative !important;
    padding-bottom:56.25% !important;
    padding-top:0 !important;
    height:0 !important;
    overflow:hidden !important;
}
.video-container iframe, .video-container object, .video-container embed {
    position:absolute !important;
    top:0 !important;
    left:0 !important;
    width:100% !important;
    height:100% !important;
}

.video-container-float-above {
    position:relative;
    padding-bottom:28.125%;
    height:0;
    width:50%;
    overflow:hidden;
    margin-bottom: 0 !important;
}

.video-container-float-above iframe, .video-container-float-above object, .video-container-float-above embed {
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
}
.video-container-float-bellow {
    position:relative;
    padding-bottom:27.84375%;
    height:0;
    width:49.5%;
    overflow:hidden;
    margin-bottom: 0 !important;
}

.video-container-float-bellow iframe, .video-container-float-bellow object, .video-container-float-bellow embed {
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
}

[hidden],
template {
    display: none
}

a:active,
a:hover {
    outline: 0
}
abbr[title] {
    border-bottom: 1px dotted
}
b,
optgroup,
strong {
    font-weight: 700
}
dfn {
    font-style: italic
}
h1 {
    margin: .67em 0;
    font-size: 2em
}
mark {
    color: #000;
    background: #ff0
}
small {
    font-size: 80%
}
sub,
sup {
    position: relative;
    font-size: 75%;
    line-height: 0;
    vertical-align: baseline
}
sup {
    top: -.5em
}
sub {
    bottom: -.25em
}
svg:not(:root) {
    overflow: hidden
}
figure {
    margin: 1em 40px
}
hr {
    height: 0;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box
}
pre,
textarea {
    overflow: auto
}
code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em
}
button,
input,
optgroup,
select,
textarea {
    margin: 0;
    font: inherit;
    color: inherit
}
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 {
    padding: 0;
    border: 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-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    -webkit-appearance: textfield
}
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}
/* Helper Classes */

.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-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
}
.padding{
    padding:30px 0;
}
.padding-md{
    padding:50px 0;
}
.padding-lg{
    padding:80px 0;
}
.marginzero{
    margin:0;
}
.paddingzero{
    padding:0;
}
.margin-xs{
    margin:7px 0;
}
.margin{
    margin:15px 0;
}
.margin-md{
    margin:30px 0;
}
.margin-lg{
    margin:50px 0;
}
.font-size-xs{
    font-size:12px;
}
.font-size-sm{
    font-size:14px;
}
.font-size{
    font-size:18px;
}
.font-size-md{
    font-size:22px;
}
.font-size-lg{
    font-size:28px;
}
.font-bold{
    font-weight:700;
}
.font-light{
    font-weight:300;
}
.font-italic{
    font-style:italic;
}
.center-object {
    display: block;
    margin-right: auto;
    margin-left: auto;
}
.float-right {
    float: right !important;
}
.float-left {
    float: left !important;
}
.hide {
    display: none !important;
}
.show {
    display: block !important;
}
.invisible {
    visibility: hidden;
}
.hidden {
    display: none !important;
}
.help {
    font-weight: normal;
    font-style: italic;
}
.img-responsive{
    max-width:100%;
}
#banner-left {
    left: auto;
    margin-right: 525px;
    right: 50%;
    position: absolute;
    top: auto;
    margin-top: 10px;
    width: 120px;
    height: auto;
    overflow: hidden;
}

.dropdown-menu {
    position: absolute !important;
}


#banner-right {
    margin-left: 525px;
    left: 50%;
    position: absolute;
    top: auto;
    margin-top: 10px;
    width: 120px;
    height: auto;
    overflow: hidden;
}

#google-map {
    height: 200px;
    margin-bottom:10px;
}
.google-map {
    height: 200px;
    margin-bottom:10px;
}

#infowindow-content .title {
    font-weight: bold;
}

#infowindow-content {
    display: none;
}

#google-map #infowindow-content {
    display: inline;
}

/* Responsive Classes */
.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 {
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}
.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-12 {
    width: 100%;
}
.col-xs-11 {
    width: 91.66666667%;
}
.col-xs-10 {
    width: 83.33333333%;
}
.col-xs-9 {
    width: 75%;
}
.col-xs-8 {
    width: 66.66666667%;
}
.col-xs-7 {
    width: 58.33333333%;
}
.col-xs-6 {
    width: 50%;
}
.col-xs-5 {
    width: 41.66666667%;
}
.col-xs-4 {
    width: 33.33333333%;
}
.col-xs-3 {
    width: 25%;
}
.col-xs-2 {
    width: 16.66666667%;
}
.col-xs-1 {
    width: 8.33333333%;
}
.col-xs-pull-12 {
    right: 100%;
}
.col-xs-pull-11 {
    right: 91.66666667%;
}
.col-xs-pull-10 {
    right: 83.33333333%;
}
.col-xs-pull-9 {
    right: 75%;
}
.col-xs-pull-8 {
    right: 66.66666667%;
}
.col-xs-pull-7 {
    right: 58.33333333%;
}
.col-xs-pull-6 {
    right: 50%;
}
.col-xs-pull-5 {
    right: 41.66666667%;
}
.col-xs-pull-4 {
    right: 33.33333333%;
}
.col-xs-pull-3 {
    right: 25%;
}
.col-xs-pull-2 {
    right: 16.66666667%;
}
.col-xs-pull-1 {
    right: 8.33333333%;
}
.col-xs-pull-0 {
    right: auto;
}
.col-xs-push-12 {
    left: 100%;
}
.col-xs-push-11 {
    left: 91.66666667%;
}
.col-xs-push-10 {
    left: 83.33333333%;
}
.col-xs-push-9 {
    left: 75%;
}
.col-xs-push-8 {
    left: 66.66666667%;
}
.col-xs-push-7 {
    left: 58.33333333%;
}
.col-xs-push-6 {
    left: 50%;
}
.col-xs-push-5 {
    left: 41.66666667%;
}
.col-xs-push-4 {
    left: 33.33333333%;
}
.col-xs-push-3 {
    left: 25%;
}
.col-xs-push-2 {
    left: 16.66666667%;
}
.col-xs-push-1 {
    left: 8.33333333%;
}
.col-xs-push-0 {
    left: auto;
}
.col-xs-offset-12 {
    margin-left: 100%;
}
.col-xs-offset-11 {
    margin-left: 91.66666667%;
}
.col-xs-offset-10 {
    margin-left: 83.33333333%;
}
.col-xs-offset-9 {
    margin-left: 75%;
}
.col-xs-offset-8 {
    margin-left: 66.66666667%;
}
.col-xs-offset-7 {
    margin-left: 58.33333333%;
}
.col-xs-offset-6 {
    margin-left: 50%;
}
.col-xs-offset-5 {
    margin-left: 41.66666667%;
}
.col-xs-offset-4 {
    margin-left: 33.33333333%;
}
.col-xs-offset-3 {
    margin-left: 25%;
}
.col-xs-offset-2 {
    margin-left: 16.66666667%;
}
.col-xs-offset-1 {
    margin-left: 8.33333333%;
}
.col-xs-offset-0 {
    margin-left: 0;
}
@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-12 {
        width: 100%;
    }
    .col-sm-11 {
        width: 91.66666667%;
    }
    .col-sm-10 {
        width: 83.33333333%;
    }
    .col-sm-9 {
        width: 75%;
    }
    .col-sm-8 {
        width: 66.66666667%;
    }
    .col-sm-7 {
        width: 58.33333333%;
    }
    .col-sm-6 {
        width: 50%;
    }
    .col-sm-5 {
        width: 41.66666667%;
    }
    .col-sm-4 {
        width: 33.33333333%;
    }
    .col-sm-3 {
        width: 25%;
    }
    .col-sm-2 {
        width: 16.66666667%;
    }
    .col-sm-1 {
        width: 8.33333333%;
    }
    .col-sm-pull-12 {
        right: 100%;
    }
    .col-sm-pull-11 {
        right: 91.66666667%;
    }
    .col-sm-pull-10 {
        right: 83.33333333%;
    }
    .col-sm-pull-9 {
        right: 75%;
    }
    .col-sm-pull-8 {
        right: 66.66666667%;
    }
    .col-sm-pull-7 {
        right: 58.33333333%;
    }
    .col-sm-pull-6 {
        right: 50%;
    }
    .col-sm-pull-5 {
        right: 41.66666667%;
    }
    .col-sm-pull-4 {
        right: 33.33333333%;
    }
    .col-sm-pull-3 {
        right: 25%;
    }
    .col-sm-pull-2 {
        right: 16.66666667%;
    }
    .col-sm-pull-1 {
        right: 8.33333333%;
    }
    .col-sm-pull-0 {
        right: auto;
    }
    .col-sm-push-12 {
        left: 100%;
    }
    .col-sm-push-11 {
        left: 91.66666667%;
    }
    .col-sm-push-10 {
        left: 83.33333333%;
    }
    .col-sm-push-9 {
        left: 75%;
    }
    .col-sm-push-8 {
        left: 66.66666667%;
    }
    .col-sm-push-7 {
        left: 58.33333333%;
    }
    .col-sm-push-6 {
        left: 50%;
    }
    .col-sm-push-5 {
        left: 41.66666667%;
    }
    .col-sm-push-4 {
        left: 33.33333333%;
    }
    .col-sm-push-3 {
        left: 25%;
    }
    .col-sm-push-2 {
        left: 16.66666667%;
    }
    .col-sm-push-1 {
        left: 8.33333333%;
    }
    .col-sm-push-0 {
        left: auto;
    }
    .col-sm-offset-12 {
        margin-left: 100%;
    }
    .col-sm-offset-11 {
        margin-left: 91.66666667%;
    }
    .col-sm-offset-10 {
        margin-left: 83.33333333%;
    }
    .col-sm-offset-9 {
        margin-left: 75%;
    }
    .col-sm-offset-8 {
        margin-left: 66.66666667%;
    }
    .col-sm-offset-7 {
        margin-left: 58.33333333%;
    }
    .col-sm-offset-6 {
        margin-left: 50%;
    }
    .col-sm-offset-5 {
        margin-left: 41.66666667%;
    }
    .col-sm-offset-4 {
        margin-left: 33.33333333%;
    }
    .col-sm-offset-3 {
        margin-left: 25%;
    }
    .col-sm-offset-2 {
        margin-left: 16.66666667%;
    }
    .col-sm-offset-1 {
        margin-left: 8.33333333%;
    }
    .col-sm-offset-0 {
        margin-left: 0;
    }
}
@media (min-width: 992px) {
    .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-12 {
        width: 100%;
    }
    .col-md-11 {
        width: 91.66666667%;
    }
    .col-md-10 {
        width: 83.33333333%;
    }
    .col-md-9 {
        width: 75%;
    }
    .col-md-8 {
        width: 66.66666667%;
    }
    .col-md-7 {
        width: 58.33333333%;
    }
    .col-md-6 {
        width: 50%;
    }
    .col-md-5 {
        width: 41.66666667%;
    }
    .col-md-4 {
        width: 33.33333333%;
    }
    .col-md-3 {
        width: 25%;
    }
    .col-md-2 {
        width: 16.66666667%;
    }
    .col-md-1 {
        width: 8.33333333%;
    }
    .col-md-pull-12 {
        right: 100%;
    }
    .col-md-pull-11 {
        right: 91.66666667%;
    }
    .col-md-pull-10 {
        right: 83.33333333%;
    }
    .col-md-pull-9 {
        right: 75%;
    }
    .col-md-pull-8 {
        right: 66.66666667%;
    }
    .col-md-pull-7 {
        right: 58.33333333%;
    }
    .col-md-pull-6 {
        right: 50%;
    }
    .col-md-pull-5 {
        right: 41.66666667%;
    }
    .col-md-pull-4 {
        right: 33.33333333%;
    }
    .col-md-pull-3 {
        right: 25%;
    }
    .col-md-pull-2 {
        right: 16.66666667%;
    }
    .col-md-pull-1 {
        right: 8.33333333%;
    }
    .col-md-pull-0 {
        right: auto;
    }
    .col-md-push-12 {
        left: 100%;
    }
    .col-md-push-11 {
        left: 91.66666667%;
    }
    .col-md-push-10 {
        left: 83.33333333%;
    }
    .col-md-push-9 {
        left: 75%;
    }
    .col-md-push-8 {
        left: 66.66666667%;
    }
    .col-md-push-7 {
        left: 58.33333333%;
    }
    .col-md-push-6 {
        left: 50%;
    }
    .col-md-push-5 {
        left: 41.66666667%;
    }
    .col-md-push-4 {
        left: 33.33333333%;
    }
    .col-md-push-3 {
        left: 25%;
    }
    .col-md-push-2 {
        left: 16.66666667%;
    }
    .col-md-push-1 {
        left: 8.33333333%;
    }
    .col-md-push-0 {
        left: auto;
    }
    .col-md-offset-12 {
        margin-left: 100%;
    }
    .col-md-offset-11 {
        margin-left: 91.66666667%;
    }
    .col-md-offset-10 {
        margin-left: 83.33333333%;
    }
    .col-md-offset-9 {
        margin-left: 75%;
    }
    .col-md-offset-8 {
        margin-left: 66.66666667%;
    }
    .col-md-offset-7 {
        margin-left: 58.33333333%;
    }
    .col-md-offset-6 {
        margin-left: 50%;
    }
    .col-md-offset-5 {
        margin-left: 41.66666667%;
    }
    .col-md-offset-4 {
        margin-left: 33.33333333%;
    }
    .col-md-offset-3 {
        margin-left: 25%;
    }
    .col-md-offset-2 {
        margin-left: 16.66666667%;
    }
    .col-md-offset-1 {
        margin-left: 8.33333333%;
    }
    .col-md-offset-0 {
        margin-left: 0;
    }
}
@media (min-width: 1200px) {
    .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-12 {
        width: 100%;
    }
    .col-lg-11 {
        width: 91.66666667%;
    }
    .col-lg-10 {
        width: 83.33333333%;
    }
    .col-lg-9 {
        width: 75%;
    }
    .col-lg-8 {
        width: 66.66666667%;
    }
    .col-lg-7 {
        width: 58.33333333%;
    }
    .col-lg-6 {
        width: 50%;
    }
    .col-lg-5 {
        width: 41.66666667%;
    }
    .col-lg-4 {
        width: 33.33333333%;
    }
    .col-lg-3 {
        width: 25%;
    }
    .col-lg-2 {
        width: 16.66666667%;
    }
    .col-lg-1 {
        width: 8.33333333%;
    }
    .col-lg-pull-12 {
        right: 100%;
    }
    .col-lg-pull-11 {
        right: 91.66666667%;
    }
    .col-lg-pull-10 {
        right: 83.33333333%;
    }
    .col-lg-pull-9 {
        right: 75%;
    }
    .col-lg-pull-8 {
        right: 66.66666667%;
    }
    .col-lg-pull-7 {
        right: 58.33333333%;
    }
    .col-lg-pull-6 {
        right: 50%;
    }
    .col-lg-pull-5 {
        right: 41.66666667%;
    }
    .col-lg-pull-4 {
        right: 33.33333333%;
    }
    .col-lg-pull-3 {
        right: 25%;
    }
    .col-lg-pull-2 {
        right: 16.66666667%;
    }
    .col-lg-pull-1 {
        right: 8.33333333%;
    }
    .col-lg-pull-0 {
        right: auto;
    }
    .col-lg-push-12 {
        left: 100%;
    }
    .col-lg-push-11 {
        left: 91.66666667%;
    }
    .col-lg-push-10 {
        left: 83.33333333%;
    }
    .col-lg-push-9 {
        left: 75%;
    }
    .col-lg-push-8 {
        left: 66.66666667%;
    }
    .col-lg-push-7 {
        left: 58.33333333%;
    }
    .col-lg-push-6 {
        left: 50%;
    }
    .col-lg-push-5 {
        left: 41.66666667%;
    }
    .col-lg-push-4 {
        left: 33.33333333%;
    }
    .col-lg-push-3 {
        left: 25%;
    }
    .col-lg-push-2 {
        left: 16.66666667%;
    }
    .col-lg-push-1 {
        left: 8.33333333%;
    }
    .col-lg-push-0 {
        left: auto;
    }
    .col-lg-offset-12 {
        margin-left: 100%;
    }
    .col-lg-offset-11 {
        margin-left: 91.66666667%;
    }
    .col-lg-offset-10 {
        margin-left: 83.33333333%;
    }
    .col-lg-offset-9 {
        margin-left: 75%;
    }
    .col-lg-offset-8 {
        margin-left: 66.66666667%;
    }
    .col-lg-offset-7 {
        margin-left: 58.33333333%;
    }
    .col-lg-offset-6 {
        margin-left: 50%;
    }
    .col-lg-offset-5 {
        margin-left: 41.66666667%;
    }
    .col-lg-offset-4 {
        margin-left: 33.33333333%;
    }
    .col-lg-offset-3 {
        margin-left: 25%;
    }
    .col-lg-offset-2 {
        margin-left: 16.66666667%;
    }
    .col-lg-offset-1 {
        margin-left: 8.33333333%;
    }
    .col-lg-offset-0 {
        margin-left: 0;
    }
}

.lg-1,
.lg-10,
.lg-11,
.lg-12,
.lg-2,
.lg-3,
.lg-4,
.lg-5,
.lg-6,
.lg-7,
.lg-8,
.lg-9,
.md-1,
.md-10,
.md-11,
.md-12,
.md-2,
.md-3,
.md-4,
.md-5,
.md-6,
.md-7,
.md-8,
.md-9,
.sm-1,
.sm-10,
.sm-11,
.sm-12,
.sm-2,
.sm-3,
.sm-4,
.sm-5,
.sm-6,
.sm-7,
.sm-8,
.sm-9,
.xs-1,
.xs-10,
.xs-11,
.xs-12,
.xs-2,
.xs-3,
.xs-4,
.xs-5,
.xs-6,
.xs-7,
.xs-8,
.xs-9 {
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px
}
.xs-1,
.xs-10,
.xs-11,
.xs-12,
.xs-2,
.xs-3,
.xs-4,
.xs-5,
.xs-6,
.xs-7,
.xs-8,
.xs-9 {
    float: left
}
.xs-12 {
    width: 100%
}
.xs-11 {
    width: 91.66666667%
}
.xs-10 {
    width: 83.33333333%
}
.xs-9 {
    width: 75%
}
.xs-8 {
    width: 66.66666667%
}
.xs-7 {
    width: 58.33333333%
}
.xs-6 {
    width: 50%
}
.xs-5 {
    width: 41.66666667%
}
.xs-4 {
    width: 33.33333333%
}
.xs-3 {
    width: 25%
}
.xs-2 {
    width: 16.66666667%
}
.xs-1 {
    width: 8.33333333%
}
.xs-pull-12 {
    right: 100%
}
.xs-pull-11 {
    right: 91.66666667%
}
.xs-pull-10 {
    right: 83.33333333%
}
.xs-pull-9 {
    right: 75%
}
.xs-pull-8 {
    right: 66.66666667%
}
.xs-pull-7 {
    right: 58.33333333%
}
.xs-pull-6 {
    right: 50%
}
.xs-pull-5 {
    right: 41.66666667%
}
.xs-pull-4 {
    right: 33.33333333%
}
.xs-pull-3 {
    right: 25%
}
.xs-pull-2 {
    right: 16.66666667%
}
.xs-pull-1 {
    right: 8.33333333%
}
.xs-pull-0 {
    right: auto
}
.xs-push-12 {
    left: 100%
}
.xs-push-11 {
    left: 91.66666667%
}
.xs-push-10 {
    left: 83.33333333%
}
.xs-push-9 {
    left: 75%
}
.xs-push-8 {
    left: 66.66666667%
}
.xs-push-7 {
    left: 58.33333333%
}
.xs-push-6 {
    left: 50%
}
.xs-push-5 {
    left: 41.66666667%
}
.xs-push-4 {
    left: 33.33333333%
}
.xs-push-3 {
    left: 25%
}
.xs-push-2 {
    left: 16.66666667%
}
.xs-push-1 {
    left: 8.33333333%
}
.xs-push-0 {
    left: auto
}
.xs-offset-12 {
    margin-left: 100%
}
.xs-offset-11 {
    margin-left: 91.66666667%
}
.xs-offset-10 {
    margin-left: 83.33333333%
}
.xs-offset-9 {
    margin-left: 75%
}
.xs-offset-8 {
    margin-left: 66.66666667%
}
.xs-offset-7 {
    margin-left: 58.33333333%
}
.xs-offset-6 {
    margin-left: 50%
}
.xs-offset-5 {
    margin-left: 41.66666667%
}
.xs-offset-4 {
    margin-left: 33.33333333%
}
.xs-offset-3 {
    margin-left: 25%
}
.xs-offset-2 {
    margin-left: 16.66666667%
}
.xs-offset-1 {
    margin-left: 8.33333333%
}
.xs-offset-0 {
    margin-left: 0
}
@media (min-width: 768px) {
    .sm-1,
    .sm-10,
    .sm-11,
    .sm-12,
    .sm-2,
    .sm-3,
    .sm-4,
    .sm-5,
    .sm-6,
    .sm-7,
    .sm-8,
    .sm-9 {
        float: left
    }
    .sm-12 {
        width: 100%
    }
    .sm-11 {
        width: 91.66666667%
    }
    .sm-10 {
        width: 83.33333333%
    }
    .sm-9 {
        width: 75%
    }
    .sm-8 {
        width: 66.66666667%
    }
    .sm-7 {
        width: 58.33333333%
    }
    .sm-6 {
        width: 50%
    }
    .sm-5 {
        width: 41.66666667%
    }
    .sm-4 {
        width: 33.33333333%
    }
    .sm-3 {
        width: 25%
    }
    .sm-2 {
        width: 16.66666667%
    }
    .sm-1 {
        width: 8.33333333%
    }
    .sm-pull-12 {
        right: 100%
    }
    .sm-pull-11 {
        right: 91.66666667%
    }
    .sm-pull-10 {
        right: 83.33333333%
    }
    .sm-pull-9 {
        right: 75%
    }
    .sm-pull-8 {
        right: 66.66666667%
    }
    .sm-pull-7 {
        right: 58.33333333%
    }
    .sm-pull-6 {
        right: 50%
    }
    .sm-pull-5 {
        right: 41.66666667%
    }
    .sm-pull-4 {
        right: 33.33333333%
    }
    .sm-pull-3 {
        right: 25%
    }
    .sm-pull-2 {
        right: 16.66666667%
    }
    .sm-pull-1 {
        right: 8.33333333%
    }
    .sm-pull-0 {
        right: auto
    }
    .sm-push-12 {
        left: 100%
    }
    .sm-push-11 {
        left: 91.66666667%
    }
    .sm-push-10 {
        left: 83.33333333%
    }
    .sm-push-9 {
        left: 75%
    }
    .sm-push-8 {
        left: 66.66666667%
    }
    .sm-push-7 {
        left: 58.33333333%
    }
    .sm-push-6 {
        left: 50%
    }
    .sm-push-5 {
        left: 41.66666667%
    }
    .sm-push-4 {
        left: 33.33333333%
    }
    .sm-push-3 {
        left: 25%
    }
    .sm-push-2 {
        left: 16.66666667%
    }
    .sm-push-1 {
        left: 8.33333333%
    }
    .sm-push-0 {
        left: auto
    }
    .sm-offset-12 {
        margin-left: 100%
    }
    .sm-offset-11 {
        margin-left: 91.66666667%
    }
    .sm-offset-10 {
        margin-left: 83.33333333%
    }
    .sm-offset-9 {
        margin-left: 75%
    }
    .sm-offset-8 {
        margin-left: 66.66666667%
    }
    .sm-offset-7 {
        margin-left: 58.33333333%
    }
    .sm-offset-6 {
        margin-left: 50%
    }
    .sm-offset-5 {
        margin-left: 41.66666667%
    }
    .sm-offset-4 {
        margin-left: 33.33333333%
    }
    .sm-offset-3 {
        margin-left: 25%
    }
    .sm-offset-2 {
        margin-left: 16.66666667%
    }
    .sm-offset-1 {
        margin-left: 8.33333333%
    }
    .sm-offset-0 {
        margin-left: 0
    }
}
@media (min-width: 992px) {
    .md-1,
    .md-10,
    .md-11,
    .md-12,
    .md-2,
    .md-3,
    .md-4,
    .md-5,
    .md-6,
    .md-7,
    .md-8,
    .md-9 {
        float: left
    }
    .md-12 {
        width: 100%
    }
    .md-11 {
        width: 91.66666667%
    }
    .md-10 {
        width: 83.33333333%
    }
    .md-9 {
        width: 75%
    }
    .md-8 {
        width: 66.66666667%
    }
    .md-7 {
        width: 58.33333333%
    }
    .md-6 {
        width: 50%
    }
    .md-5 {
        width: 41.66666667%
    }
    .md-4 {
        width: 33.33333333%
    }
    .md-3 {
        width: 25%
    }
    .md-2 {
        width: 16.66666667%
    }
    .md-1 {
        width: 8.33333333%
    }
    .md-pull-12 {
        right: 100%
    }
    .md-pull-11 {
        right: 91.66666667%
    }
    .md-pull-10 {
        right: 83.33333333%
    }
    .md-pull-9 {
        right: 75%
    }
    .md-pull-8 {
        right: 66.66666667%
    }
    .md-pull-7 {
        right: 58.33333333%
    }
    .md-pull-6 {
        right: 50%
    }
    .md-pull-5 {
        right: 41.66666667%
    }
    .md-pull-4 {
        right: 33.33333333%
    }
    .md-pull-3 {
        right: 25%
    }
    .md-pull-2 {
        right: 16.66666667%
    }
    .md-pull-1 {
        right: 8.33333333%
    }
    .md-pull-0 {
        right: auto
    }
    .md-push-12 {
        left: 100%
    }
    .md-push-11 {
        left: 91.66666667%
    }
    .md-push-10 {
        left: 83.33333333%
    }
    .md-push-9 {
        left: 75%
    }
    .md-push-8 {
        left: 66.66666667%
    }
    .md-push-7 {
        left: 58.33333333%
    }
    .md-push-6 {
        left: 50%
    }
    .md-push-5 {
        left: 41.66666667%
    }
    .md-push-4 {
        left: 33.33333333%
    }
    .md-push-3 {
        left: 25%
    }
    .md-push-2 {
        left: 16.66666667%
    }
    .md-push-1 {
        left: 8.33333333%
    }
    .md-push-0 {
        left: auto
    }
    .md-offset-12 {
        margin-left: 100%
    }
    .md-offset-11 {
        margin-left: 91.66666667%
    }
    .md-offset-10 {
        margin-left: 83.33333333%
    }
    .md-offset-9 {
        margin-left: 75%
    }
    .md-offset-8 {
        margin-left: 66.66666667%
    }
    .md-offset-7 {
        margin-left: 58.33333333%
    }
    .md-offset-6 {
        margin-left: 50%
    }
    .md-offset-5 {
        margin-left: 41.66666667%
    }
    .md-offset-4 {
        margin-left: 33.33333333%
    }
    .md-offset-3 {
        margin-left: 25%
    }
    .md-offset-2 {
        margin-left: 16.66666667%
    }
    .md-offset-1 {
        margin-left: 8.33333333%
    }
    .md-offset-0 {
        margin-left: 0
    }
}
.visible-lg,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block,
.visible-md,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-sm,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-xs,
.visible-xs-block,
.visible-xs-inline,
.visible-xs-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
    }
    td.visible-xs,
    th.visible-xs {
        display: table-cell!important
    }
    .visible-xs-block {
        display: block!important
    }
    .visible-xs-inline {
        display: inline!important
    }
    .visible-xs-inline-block {
        display: inline-block!important
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm {
        display: block!important
    }
    table.visible-sm {
        display: table!important
    }
    tr.visible-sm {
        display: table-row!important
    }
    td.visible-sm,
    th.visible-sm {
        display: table-cell!important
    }
    .visible-sm-block {
        display: block!important
    }
    .visible-sm-inline {
        display: inline!important
    }
    .visible-sm-inline-block {
        display: inline-block!important
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md {
        display: block!important
    }
    table.visible-md {
        display: table!important
    }
    tr.visible-md {
        display: table-row!important
    }
    td.visible-md,
    th.visible-md {
        display: table-cell!important
    }
    .visible-md-block {
        display: block!important
    }
    .visible-md-inline {
        display: inline!important
    }
    .visible-md-inline-block {
        display: inline-block!important
    }
}
@media (min-width: 1200px) {
    .lg-1,
    .lg-10,
    .lg-11,
    .lg-12,
    .lg-2,
    .lg-3,
    .lg-4,
    .lg-5,
    .lg-6,
    .lg-7,
    .lg-8,
    .lg-9 {
        float: left
    }
    .lg-12 {
        width: 100%
    }
    .lg-11 {
        width: 91.66666667%
    }
    .lg-10 {
        width: 83.33333333%
    }
    .lg-9 {
        width: 75%
    }
    .lg-8 {
        width: 66.66666667%
    }
    .lg-7 {
        width: 58.33333333%
    }
    .lg-6 {
        width: 50%
    }
    .lg-5 {
        width: 41.66666667%
    }
    .lg-4 {
        width: 33.33333333%
    }
    .lg-3 {
        width: 25%
    }
    .lg-2 {
        width: 16.66666667%
    }
    .lg-1 {
        width: 8.33333333%
    }
    .lg-pull-12 {
        right: 100%
    }
    .lg-pull-11 {
        right: 91.66666667%
    }
    .lg-pull-10 {
        right: 83.33333333%
    }
    .lg-pull-9 {
        right: 75%
    }
    .lg-pull-8 {
        right: 66.66666667%
    }
    .lg-pull-7 {
        right: 58.33333333%
    }
    .lg-pull-6 {
        right: 50%
    }
    .lg-pull-5 {
        right: 41.66666667%
    }
    .lg-pull-4 {
        right: 33.33333333%
    }
    .lg-pull-3 {
        right: 25%
    }
    .lg-pull-2 {
        right: 16.66666667%
    }
    .lg-pull-1 {
        right: 8.33333333%
    }
    .lg-pull-0 {
        right: auto
    }
    .lg-push-12 {
        left: 100%
    }
    .lg-push-11 {
        left: 91.66666667%
    }
    .lg-push-10 {
        left: 83.33333333%
    }
    .lg-push-9 {
        left: 75%
    }
    .lg-push-8 {
        left: 66.66666667%
    }
    .lg-push-7 {
        left: 58.33333333%
    }
    .lg-push-6 {
        left: 50%
    }
    .lg-push-5 {
        left: 41.66666667%
    }
    .lg-push-4 {
        left: 33.33333333%
    }
    .lg-push-3 {
        left: 25%
    }
    .lg-push-2 {
        left: 16.66666667%
    }
    .lg-push-1 {
        left: 8.33333333%
    }
    .lg-push-0 {
        left: auto
    }
    .lg-offset-12 {
        margin-left: 100%
    }
    .lg-offset-11 {
        margin-left: 91.66666667%
    }
    .lg-offset-10 {
        margin-left: 83.33333333%
    }
    .lg-offset-9 {
        margin-left: 75%
    }
    .lg-offset-8 {
        margin-left: 66.66666667%
    }
    .lg-offset-7 {
        margin-left: 58.33333333%
    }
    .lg-offset-6 {
        margin-left: 50%
    }
    .lg-offset-5 {
        margin-left: 41.66666667%
    }
    .lg-offset-4 {
        margin-left: 33.33333333%
    }
    .lg-offset-3 {
        margin-left: 25%
    }
    .lg-offset-2 {
        margin-left: 16.66666667%
    }
    .lg-offset-1 {
        margin-left: 8.33333333%
    }
    .lg-offset-0 {
        margin-left: 0
    }
    .visible-lg {
        display: block!important
    }
    table.visible-lg {
        display: table!important
    }
    tr.visible-lg {
        display: table-row!important
    }
    td.visible-lg,
    th.visible-lg {
        display: table-cell!important
    }
    .visible-lg-block {
        display: block!important
    }
    .visible-lg-inline {
        display: inline!important
    }
    .visible-lg-inline-block {
        display: inline-block!important
    }
    .hidden-lg {
        display: none!important
    }
}
@media (max-width: 767px) {
    .hidden-xs {
        display: none!important
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .hidden-sm {
        display: none!important
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .hidden-md {
        display: none!important
    }
}

@media (max-width: 1200px) {
    .offset-banner {
        display: none !important;
    }
    .offset-banner {
        display: none !important;
    }
}

.modal-header:before,
.modal-header:after,
.modal-footer:before,
.modal-footer:after {
    display: table;
    content: " ";
}

.row:after,
.modal-header:after,
.modal-footer:after {
    clear: both;
}

* {
    -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;
}

/* Tables Classes */

caption,
th {
    text-align: left
}

.table-responsive {
    min-height: .01%;
    overflow-x: auto
}
@media screen and (max-width: 767px) {
    .table-responsive {
        width: 100%;
        margin-bottom: 15px;
        overflow-y: hidden;
        -ms-overflow-style: -ms-autohiding-scrollbar;
        border: 1px solid #ddd
    }
    .table-responsive>.table {
        margin-bottom: 0
    }
    .table-responsive>.table>tbody>tr>td,
    .table-responsive>.table>tbody>tr>th,
    .table-responsive>.table>tfoot>tr>td,
    .table-responsive>.table>tfoot>tr>th,
    .table-responsive>.table>thead>tr>td,
    .table-responsive>.table>thead>tr>th {
        white-space: nowrap
    }
    .table-responsive>.table-bordered {
        border: 0
    }
    .table-responsive>.table-bordered>tbody>tr>td:first-child,
    .table-responsive>.table-bordered>tbody>tr>th:first-child,
    .table-responsive>.table-bordered>tfoot>tr>td:first-child,
    .table-responsive>.table-bordered>tfoot>tr>th:first-child,
    .table-responsive>.table-bordered>thead>tr>td:first-child,
    .table-responsive>.table-bordered>thead>tr>th:first-child {
        border-left: 0
    }
    .table-responsive>.table-bordered>tbody>tr>td:last-child,
    .table-responsive>.table-bordered>tbody>tr>th:last-child,
    .table-responsive>.table-bordered>tfoot>tr>td:last-child,
    .table-responsive>.table-bordered>tfoot>tr>th:last-child,
    .table-responsive>.table-bordered>thead>tr>td:last-child,
    .table-responsive>.table-bordered>thead>tr>th:last-child {
        border-right: 0
    }
    .table-responsive>.table-bordered>tbody>tr:last-child>td,
    .table-responsive>.table-bordered>tbody>tr:last-child>th,
    .table-responsive>.table-bordered>tfoot>tr:last-child>td,
    .table-responsive>.table-bordered>tfoot>tr:last-child>th {
        border-bottom: 0
    }
}
/* Form Classes */

label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: bold;
}
.formcontrol {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
}
input[type="radio"][disabled],
input[type="checkbox"][disabled],
input[type="radio"].disabled,
input[type="checkbox"].disabled,
fieldset[disabled] input[type="radio"],
fieldset[disabled] input[type="checkbox"] {
    cursor: not-allowed;
}
/* Modal Classes */
.modal-open {
    overflow: hidden;
}
.modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    display: none;
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
    outline: 0;
}
.modal.fade .modal-dialog {
    -webkit-transition: -webkit-transform .3s ease-out;
    -o-transition: -o-transform .3s ease-out;
    transition: transform .3s ease-out;
    -webkit-transform: translate(0, -25%);
    -ms-transform: translate(0, -25%);
    -o-transform: translate(0, -25%);
    transform: translate(0, -25%);
}
.modal.in .modal-dialog {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
}
.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto;
}
.modal-dialog {
    position: relative;
    width: auto;
    margin: 10px;
}
.modal-content {
    position: relative;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #999;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: 6px;
    outline: 0;
    -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
    box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
}
.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #000;
}
.modal-backdrop.fade {
    filter: alpha(opacity=0);
    opacity: 0;
}
.modal-backdrop.in {
    filter: alpha(opacity=50);
    opacity: .5;
}
.modal-header {
    padding: 15px;
    border-bottom: 1px solid #e5e5e5;
}
.modal-header .close {
    margin-top: -2px;
}
.modal-title {
    margin: 0;
    line-height: 1.42857143;
}
.modal-body {
    position: relative;
    padding: 15px;
}
.modal-footer {
    padding: 15px;
    text-align: right;
    border-top: 1px solid #e5e5e5;
}
.modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll;
}
@media (min-width: 768px) {
    .modal-dialog {
        width: 600px;
        margin: 30px auto;
    }
    .modal-content {
        -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
        box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
    }
    .modal-sm {
        width: 300px;
    }
}
@media (min-width: 992px) {
    .modal-lg {
        width: 900px;
    }
}

/* Alerts */
.alert {
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px;
}
.alert h4 {
    margin-top: 0;
    color: inherit;
}
.alert .alert-link {
    font-weight: bold;
}
.alert > p,
.alert > ul {
    margin-bottom: 0;
}
.alert > p + p {
    margin-top: 5px;
}
.alert-dismissable,
.alert-dismissible {
    padding-right: 35px;
}
.alert-dismissable .close,
.alert-dismissible .close {
    position: relative;
    top: -2px;
    right: -21px;
    color: inherit;
}
.alert-success {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6;
}
.alert-success hr {
    border-top-color: #c9e2b3;
}
.alert-success .alert-link {
    color: #2b542c;
}
.alert-info {
    color: #31708f;
    background-color: #d9edf7;
    border-color: #bce8f1;
}
.alert-info hr {
    border-top-color: #a6e1ec;
}
.alert-info .alert-link {
    color: #245269;
}
.alert-warning {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #faebcc;
}
.alert-warning hr {
    border-top-color: #f7e1b5;
}
.alert-warning .alert-link {
    color: #66512c;
}
.alert-danger {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1;
}
.alert-danger hr {
    border-top-color: #e4b9c0;
}
.alert-danger .alert-link {
    color: #843534;
}

/* Option color */
.image .product-color-options {
    display: none;
}
a.color-option.color-active, a.color-option:hover {
    margin: 0;
    padding: 3px;
}
.hidden {
    display: none !important;
}
a.color-option.style-oval, .product-color-options span.style-oval {
    border-radius: 9999px;
}
a.color-option.style-double-rectangle, .product-color-options span.style-double-rectangle {
    border: 4px double #E7E7E7;
}
a.color-option.style-double-oval, .product-color-options span.style-double-oval {
    border-radius: 9999px;
    border: 4px double #E7E7E7;
}
.product-color-options span {
    display:inline-block;
    width:16px;
    height:16px;
    margin-right:0;
    border:2px solid #E7E7E7;
}
a.color-option {
    display:inline-block;
    width:16px;
    height:16px;
    margin: 3px;
    padding: 0;
    border:2px solid #E7E7E7;
    vertical-align: middle;
    cursor: pointer;
    box-sizing: content-box !important;
}
#form_error_site_wrapper{
    position:fixed;
    display:block;
    top:20px; left:0;
    z-index:10000;
    overflow:hidden;
    width:100%;
    height:100%;
}
.box-site-error{
    background:#fff;
    margin:0 auto;
    width:360px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    position:relative;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}
.box-site-error h2{
    background:#dc1a24;
    color: #ffffff;
    text-align: center;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}
#form_site_error{
    display:block;
    padding:15px;
}
#form_site_error textarea{
    resize: none;
}
#backdrop-fade {
    position:fixed;
    display:block;
    top:0;
    left:0;
    z-index:1050;
    width:100%;
    height:100%;
    background:#000;
    opacity:0.75;
}
.btn_snd{
    float:left;
    background-color:#f24750;
}
.btn_snd:hover{
    background-color:#dc1a24;
}
.btn_canc{
    float:right;
    background-color:#dc1a24;
}
.btn_canc:hover{
    background-color:#f24750;
}
.btn_snd,.btn_canc{
    width:45%;
    padding:10px 0;
    color:#fff;
    text-align:center;
    cursor:pointer
}
#p_success{
    text-align:center;
    padding-bottom:20px
}
#ctrlenterbutton {
    width: 10%;
    padding: 5px;
    margin: 1em auto;
    background-color: #dc1a24;
    border: none;
    border-radius: 3px;
    text-transform: uppercase;
    letter-spacing: 0.5em;
    position: fixed;
    left: 0;
    bottom:0;
    z-index: 99999;
    text-align: center;
    color: white;
    font-size: 8px;
    font-weight: bold;
    opacity: 0.3;
    transition: all 0.2s cubic-bezier(.4,0,.2,1)
}
#ctrlenterbutton:hover {
    opacity: 1;
}
#form_site_error label.required:before {
    content: "*";
    color: #EA2E49;
    font-weight: bold;
    position: relative;
    margin-right: 3px;

}
#form_site_error label, #form_site_error input, #form_site_error textarea  {
    font-size: 13px !important;
}
