html {
    font-family: "Candara", sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

body {
    margin: 0;
}

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

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

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

[hidden],
template {
    display: none;
}

a {
    background-color: transparent;
}

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

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

b,
strong {
    font-weight: bold;
}

dfn {
    font-style: italic;
}

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

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

small {
    font-size: 80%;
}

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

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

img {
    border: 0;
}

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

figure {
    margin: 1em 40px;
}

hr {
    -moz-box-sizing: content-box;
    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;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}

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

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

legend {
    border: 0;
    padding: 0;
}

textarea {
    overflow: auto;
}

optgroup {
    font-weight: bold;
}

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

td,
th {
    padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    font-family: inherit;
    font-weight: 500;
    line-height: 1.1;
    color: inherit;
}

h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small,
.h1 .small,
.h2 .small,
.h3 .small,
.h4 .small,
.h5 .small,
.h6 .small {
    font-weight: normal;
    line-height: 1;
    color: #777777;
}

h1,
.h1,
h2,
.h2,
h3,
.h3 {
    margin-top: 20px;
    margin-bottom: 10px;
}

h1 small,
.h1 small,
h2 small,
.h2 small,
h3 small,
.h3 small,
h1 .small,
.h1 .small,
h2 .small,
.h2 .small,
h3 .small,
.h3 .small {
    font-size: 65%;
}

h4,
.h4,
h5,
.h5,
h6,
.h6 {
    margin-top: 10px;
    margin-bottom: 10px;
}

h4 small,
.h4 small,
h5 small,
.h5 small,
h6 small,
.h6 small,
h4 .small,
.h4 .small,
h5 .small,
.h5 .small,
h6 .small,
.h6 .small {
    font-size: 75%;
}

h1,
.h1 {
    font-size: 18px;
}

h2,
.h2 {
    font-size: 14px;
}

h3,
.h3 {
    font-size: 14px;
}

h4,
.h4 {
    font-size: 14px;
}

h5,
.h5 {
    font-size: 14px;
}

h6,
.h6 {
    font-size: 12px;
}

p {
    margin: 0 0 10px;
}

.lead {
    margin-bottom: 20px;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.4;
}

@media (min-width:768px) {
    .lead {
        font-size: 21px;
    }
}

small,
.small {
    font-size: 85%;
}

mark,
.mark {
    background-color: #fcf8e3;
    padding: .2em;
}

.text-left {
    text-align: left;
}

.text-right {
    text-align: right;
}

.text-center {
    text-align: center;
}

.text-justify {
    text-align: justify;
}

.text-nowrap {
    white-space: nowrap;
}

.text-lowercase {
    text-transform: lowercase;
}

.text-uppercase {
    text-transform: uppercase;
}

.text-capitalize {
    text-transform: capitalize;
}

.text-muted {
    color: #777777;
}

.text-primary {
    color: #337ab7;
}

a.text-primary:hover {
    color: #286090;
}

.text-success {
    color: #3c763d;
}

a.text-success:hover {
    color: #2b542c;
}

.text-info {
    color: #31708f;
}

a.text-info:hover {
    color: #245269;
}

.text-warning {
    color: #8a6d3b;
}

a.text-warning:hover {
    color: #66512c;
}

.text-danger {
    color: #a94442;
}

a.text-danger:hover {
    color: #843534;
}

.bg-primary {
    color: #fff;
    background-color: #337ab7;
}

a.bg-primary:hover {
    background-color: #286090;
}

.bg-success {
    background-color: #dff0d8;
}

a.bg-success:hover {
    background-color: #c1e2b3;
}

.bg-info {
    background-color: #d9edf7;
}

a.bg-info:hover {
    background-color: #afd9ee;
}

.bg-warning {
    background-color: #fcf8e3;
}

a.bg-warning:hover {
    background-color: #f7ecb5;
}

.bg-danger {
    background-color: #f2dede;
}

a.bg-danger:hover {
    background-color: #e4b9b9;
}

.page-header {
    padding-bottom: 9px;
    margin: 40px 0 20px;
    border-bottom: 1px solid #eeeeee;
}

ul,
ol {
    margin-top: 0;
    margin-bottom: 10px;
}

ul ul,
ol ul,
ul ol,
ol ol {
    margin-bottom: 0;
}

.list-unstyled {
    padding-left: 0;
    list-style: none;
}

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

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

dl {
    margin-top: 0;
    margin-bottom: 20px;
}

dt,
dd {
    line-height: 1.42857143;
}

dt {
    font-weight: bold;
}

dd {
    margin-left: 0;
}

@media (min-width:768px) {
    .dl-horizontal dt {
        float: left;
        width: 160px;
        clear: left;
        text-align: right;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
    .dl-horizontal dd {
        margin-left: 180px;
    }
}

abbr[title],
abbr[data-original-title] {
    cursor: help;
    border-bottom: 1px dotted #777777;
}

.initialism {
    font-size: 90%;
    text-transform: uppercase;
}

blockquote {
    padding: 10px 20px;
    margin: 0 0 20px;
    font-size: 17.5px;
    border-left: 5px solid #eeeeee;
}

blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
    margin-bottom: 0;
}

blockquote footer,
blockquote small,
blockquote .small {
    display: block;
    font-size: 80%;
    line-height: 1.42857143;
    color: #777777;
}

blockquote footer:before,
blockquote small:before,
blockquote .small:before {
    content: '\2014 \00A0';
}

.blockquote-reverse,
blockquote.pull-right {
    padding-right: 15px;
    padding-left: 0;
    border-right: 5px solid #eeeeee;
    border-left: 0;
    text-align: right;
}

.blockquote-reverse footer:before,
blockquote.pull-right footer:before,
.blockquote-reverse small:before,
blockquote.pull-right small:before,
.blockquote-reverse .small:before,
blockquote.pull-right .small:before {
    content: '';
}

.blockquote-reverse footer:after,
blockquote.pull-right footer:after,
.blockquote-reverse small:after,
blockquote.pull-right small:after,
.blockquote-reverse .small:after,
blockquote.pull-right .small:after {
    content: '\00A0 \2014';
}

address {
    margin-bottom: 20px;
    font-style: normal;
    line-height: 1.42857143;
}

code,
kbd,
pre,
samp {
    font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}

code {
    padding: 2px 4px;
    font-size: 90%;
    color: #c7254e;
    background-color: #f9f2f4;
    border-radius: 4px;
}

kbd {
    padding: 2px 4px;
    font-size: 90%;
    color: #ffffff;
    background-color: #333333;
    border-radius: 3px;
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}

kbd kbd {
    padding: 0;
    font-size: 100%;
    font-weight: bold;
    box-shadow: none;
}

pre {
    display: block;
    padding: 9.5px;
    margin: 0 0 10px;
    font-size: 13px;
    line-height: 1.42857143;
    word-break: break-all;
    word-wrap: break-word;
    color: #333333;
    background-color: #f5f5f5;
    border: 1px solid #cccccc;
    border-radius: 4px;
}

pre code {
    padding: 0;
    font-size: inherit;
    color: inherit;
    white-space: pre-wrap;
    background-color: transparent;
    border-radius: 0;
}

.pre-scrollable {
    max-height: 340px;
    overflow-y: scroll;
}

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

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

@media (min-width:992px) {
    .container {
        width: 970px;
    }
}

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

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

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

.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: 15px;
    padding-right: 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%;
    }
}

.title-carousel {
    position: absolute;
    bottom: 0px;
    left: 0px;
    background: #e79f3087;
    min-height: 150px;
    width: 100%
}

.title-carousel .texto-carousel {
    color: #ffffff;
    font-size: 32px;
    text-align: center;
    padding: 50px 5px 50px 5px;
}


/*.title-carousel{font-size:62px;color:#f0f0f0;text-align:center;padding-top:100px;text-shadow: 0px 0px 5px #262626;font-family: "Candara",sans-serif;}*/

fieldset {
    padding: 0;
    margin: 0;
    border: 0;
    min-width: 0;
}

legend {
    display: block;
    width: 100%;
    padding: 0;
    margin-bottom: 20px;
    font-size: 21px;
    line-height: inherit;
    color: #333333;
    border: 0;
    border-bottom: 1px solid #e5e5e5;
}

label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: bold;
}

input[type="search"] {
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

input[type="radio"],
input[type="checkbox"] {
    margin: 4px 0 0;
    margin-top: 1px \9;
    line-height: normal;
}

input[type="file"] {
    display: block;
}

input[type="range"] {
    display: block;
    width: 100%;
}

select[multiple],
select[size] {
    height: auto;
}

input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}

output {
    display: block;
    padding-top: 7px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555555;
}

.form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555555;
    background-color: #ffffff;
    background-image: none;
    border: 1px solid #cccccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    -webkit-transition: all border-color ease-in-out .15s, box-shadow ease-in-out .15s ease-out;
    -moz-transition: all border-color ease-in-out .15s, box-shadow ease-in-out .15s ease-out;
    -o-transition: all border-color ease-in-out .15s, box-shadow ease-in-out .15s ease-out;
    transition: all border-color ease-in-out .15s, box-shadow ease-in-out .15s ease-out;
}

.form-control:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, 0.6);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, 0.6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, 0.6);
}

.form-control::-moz-placeholder {
    color: #999999;
    opacity: 1;
}

.form-control:-ms-input-placeholder {
    color: #999999;
}

.form-control::-webkit-input-placeholder {
    color: #999999;
}

.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
    background-color: #eeeeee;
    opacity: 1;
}

.form-control[disabled],
fieldset[disabled] .form-control {
    cursor: not-allowed;
}

textarea.form-control {
    height: auto;
}

input[type="search"] {
    -webkit-appearance: none;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
    input[type="date"],
    input[type="time"],
    input[type="datetime-local"],
    input[type="month"] {
        line-height: 34px;
    }
    input[type="date"].input-sm,
    input[type="time"].input-sm,
    input[type="datetime-local"].input-sm,
    input[type="month"].input-sm,
    .input-group-sm input[type="date"],
    .input-group-sm input[type="time"],
    .input-group-sm input[type="datetime-local"],
    .input-group-sm input[type="month"] {
        line-height: 30px;
    }
    input[type="date"].input-lg,
    input[type="time"].input-lg,
    input[type="datetime-local"].input-lg,
    input[type="month"].input-lg,
    .input-group-lg input[type="date"],
    .input-group-lg input[type="time"],
    .input-group-lg input[type="datetime-local"],
    .input-group-lg input[type="month"] {
        line-height: 46px;
    }
}

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

.radio,
.checkbox {
    position: relative;
    display: block;
    margin-top: 10px;
    margin-bottom: 10px;
}

.radio label,
.checkbox label {
    min-height: 20px;
    padding-left: 20px;
    margin-bottom: 0;
    font-weight: normal;
    cursor: pointer;
}

.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
    position: absolute;
    margin-left: -20px;
    margin-top: 4px \9;
}

.radio+.radio,
.checkbox+.checkbox {
    margin-top: -5px;
}

.radio-inline,
.checkbox-inline {
    position: relative;
    display: inline-block;
    padding-left: 20px;
    margin-bottom: 0;
    vertical-align: middle;
    font-weight: normal;
    cursor: pointer;
}

.radio-inline+.radio-inline,
.checkbox-inline+.checkbox-inline {
    margin-top: 0;
    margin-left: 10px;
}

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;
}

.radio-inline.disabled,
.checkbox-inline.disabled,
fieldset[disabled] .radio-inline,
fieldset[disabled] .checkbox-inline {
    cursor: not-allowed;
}

.radio.disabled label,
.checkbox.disabled label,
fieldset[disabled] .radio label,
fieldset[disabled] .checkbox label {
    cursor: not-allowed;
}

.form-control-static {
    padding-top: 7px;
    padding-bottom: 7px;
    margin-bottom: 0;
    min-height: 34px;
}

.form-control-static.input-lg,
.form-control-static.input-sm {
    padding-left: 0;
    padding-right: 0;
}

.input-sm {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}

select.input-sm {
    height: 30px;
    line-height: 30px;
}

textarea.input-sm,
select[multiple].input-sm {
    height: auto;
}

.form-group-sm .form-control {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}

select.form-group-sm .form-control {
    height: 30px;
    line-height: 30px;
}

textarea.form-group-sm .form-control,
select[multiple].form-group-sm .form-control {
    height: auto;
}

.form-group-sm .form-control-static {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    min-height: 32px;
}

.input-lg {
    height: 46px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 6px;
}

select.input-lg {
    height: 46px;
    line-height: 46px;
}

textarea.input-lg,
select[multiple].input-lg {
    height: auto;
}

.form-group-lg .form-control {
    height: 46px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 6px;
}

select.form-group-lg .form-control {
    height: 46px;
    line-height: 46px;
}

textarea.form-group-lg .form-control,
select[multiple].form-group-lg .form-control {
    height: auto;
}

.form-group-lg .form-control-static {
    height: 46px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    min-height: 38px;
}

.has-feedback {
    position: relative;
}

.has-feedback .form-control {
    padding-right: 42.5px;
}

.form-control-feedback {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    display: block;
    width: 34px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    pointer-events: none;
}

.input-lg+.form-control-feedback {
    width: 46px;
    height: 46px;
    line-height: 46px;
}

.input-sm+.form-control-feedback {
    width: 30px;
    height: 30px;
    line-height: 30px;
}

.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline,
.has-success.radio label,
.has-success.checkbox label,
.has-success.radio-inline label,
.has-success.checkbox-inline label {
    color: #3c763d;
}

.has-success .form-control {
    border-color: #3c763d;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.has-success .form-control:focus {
    border-color: #2b542c;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
}

.has-success .input-group-addon {
    color: #3c763d;
    border-color: #3c763d;
    background-color: #dff0d8;
}

.has-success .form-control-feedback {
    color: #3c763d;
}

.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline,
.has-warning.radio label,
.has-warning.checkbox label,
.has-warning.radio-inline label,
.has-warning.checkbox-inline label {
    color: #8a6d3b;
}

.has-warning .form-control {
    border-color: #8a6d3b;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.has-warning .form-control:focus {
    border-color: #66512c;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
}

.has-warning .input-group-addon {
    color: #8a6d3b;
    border-color: #8a6d3b;
    background-color: #fcf8e3;
}

.has-warning .form-control-feedback {
    color: #8a6d3b;
}

.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label {
    color: #a94442;
}

.has-error .form-control {
    border-color: #a94442;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.has-error .form-control:focus {
    border-color: #843534;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}

.has-error .input-group-addon {
    color: #a94442;
    border-color: #a94442;
    background-color: #f2dede;
}

.has-error .form-control-feedback {
    color: #a94442;
}

.has-feedback label~.form-control-feedback {
    top: 25px;
}

.has-feedback label.sr-only~.form-control-feedback {
    top: 0;
}

.help-block {
    display: block;
    margin-top: 5px;
    margin-bottom: 10px;
    color: #737373;
}

@media (min-width:768px) {
    .form-inline .form-group {
        display: inline-block;
        margin-bottom: 0;
        vertical-align: middle;
    }
    .form-inline .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle;
    }
    .form-inline .form-control-static {
        display: inline-block;
    }
    .form-inline .input-group {
        display: inline-table;
        vertical-align: middle;
    }
    .form-inline .input-group .input-group-addon,
    .form-inline .input-group .input-group-btn,
    .form-inline .input-group .form-control {
        width: auto;
    }
    .form-inline .input-group>.form-control {
        width: 100%;
    }
    .form-inline .control-label {
        margin-bottom: 0;
        vertical-align: middle;
    }
    .form-inline .radio,
    .form-inline .checkbox {
        display: inline-block;
        margin-top: 0;
        margin-bottom: 0;
        vertical-align: middle;
    }
    .form-inline .radio label,
    .form-inline .checkbox label {
        padding-left: 0;
    }
    .form-inline .radio input[type="radio"],
    .form-inline .checkbox input[type="checkbox"] {
        position: relative;
        margin-left: 0;
    }
    .form-inline .has-feedback .form-control-feedback {
        top: 0;
    }
}

.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 7px;
}

.form-horizontal .radio,
.form-horizontal .checkbox {
    min-height: 27px;
}

.form-horizontal .form-group {
    margin-left: -15px;
    margin-right: -15px;
}

@media (min-width:768px) {
    .form-horizontal .control-label {
        text-align: right;
        margin-bottom: 0;
        padding-top: 7px;
    }
}

.form-horizontal .has-feedback .form-control-feedback {
    right: 15px;
}

@media (min-width:768px) {
    .form-horizontal .form-group-lg .control-label {
        padding-top: 14.333333px;
    }
}

@media (min-width:768px) {
    .form-horizontal .form-group-sm .control-label {
        padding-top: 6px;
    }
}

.nav {
    margin-bottom: 0;
    padding-left: 0;
    list-style: none;
}

.nav>li {
    position: relative;
    display: block;
}

.nav>li>a {
    position: relative;
    display: block;
    padding: 10px 15px;
}

.nav>li>a:hover,
.nav>li>a:focus {
    text-decoration: none;
    background-color: #eeeeee;
}

.nav>li.disabled>a {
    color: #777777;
}

.nav>li.disabled>a:hover,
.nav>li.disabled>a:focus {
    color: #777777;
    text-decoration: none;
    background-color: transparent;
    cursor: not-allowed;
}

.nav .open>a,
.nav .open>a:hover,
.nav .open>a:focus {
    background-color: #eeeeee;
    border-color: #337ab7;
}

.nav .nav-divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #e5e5e5;
}

.nav>li>a>img {
    max-width: none;
}

.nav-tabs {
    border-bottom: 1px solid #dddddd;
}

.nav-tabs>li {
    float: left;
    margin-bottom: -1px;
}

.nav-tabs>li>a {
    margin-right: 2px;
    line-height: 1.42857143;
    border: 1px solid transparent;
    border-radius: 4px 4px 0 0;
}

.nav-tabs>li>a:hover {
    border-color: #eeeeee #eeeeee #dddddd;
}

.nav-tabs>li.active>a,
.nav-tabs>li.active>a:hover,
.nav-tabs>li.active>a:focus {
    color: #555555;
    background-color: #ffffff;
    border: 1px solid #dddddd;
    border-bottom-color: transparent;
    cursor: default;
}

.nav-tabs.nav-justified {
    width: 100%;
    border-bottom: 0;
}

.nav-tabs.nav-justified>li {
    float: none;
}

.nav-tabs.nav-justified>li>a {
    text-align: center;
    margin-bottom: 5px;
}

.nav-tabs.nav-justified>.dropdown .dropdown-menu {
    top: auto;
    left: auto;
}

@media (min-width:768px) {
    .nav-tabs.nav-justified>li {
        display: table-cell;
        width: 1%;
    }
    .nav-tabs.nav-justified>li>a {
        margin-bottom: 0;
    }
}

.nav-tabs.nav-justified>li>a {
    margin-right: 0;
    border-radius: 4px;
}

.nav-tabs.nav-justified>.active>a,
.nav-tabs.nav-justified>.active>a:hover,
.nav-tabs.nav-justified>.active>a:focus {
    border: 1px solid #dddddd;
}

@media (min-width:768px) {
    .nav-tabs.nav-justified>li>a {
        border-bottom: 1px solid #dddddd;
        border-radius: 4px 4px 0 0;
    }
    .nav-tabs.nav-justified>.active>a,
    .nav-tabs.nav-justified>.active>a:hover,
    .nav-tabs.nav-justified>.active>a:focus {
        border-bottom-color: #ffffff;
    }
}

.nav-pills>li {
    float: left;
}

.nav-pills>li>a {
    border-radius: 4px;
}

.nav-pills>li+li {
    margin-left: 2px;
}

.nav-pills>li.active>a,
.nav-pills>li.active>a:hover,
.nav-pills>li.active>a:focus {
    color: #ffffff;
    background-color: #337ab7;
}

.nav-stacked>li {
    float: none;
}

.nav-stacked>li+li {
    margin-top: 2px;
    margin-left: 0;
}

.nav-justified {
    width: 100%;
}

.nav-justified>li {
    float: none;
}

.nav-justified>li>a {
    text-align: center;
    margin-bottom: 5px;
}

.nav-justified>.dropdown .dropdown-menu {
    top: auto;
    left: auto;
}

@media (min-width:768px) {
    .nav-justified>li {
        display: table-cell;
        width: 1%;
    }
    .nav-justified>li>a {
        margin-bottom: 0;
    }
}

.nav-tabs-justified {
    border-bottom: 0;
}

.nav-tabs-justified>li>a {
    margin-right: 0;
    border-radius: 4px;
}

.nav-tabs-justified>.active>a,
.nav-tabs-justified>.active>a:hover,
.nav-tabs-justified>.active>a:focus {
    border: 1px solid #dddddd;
}

@media (min-width:768px) {
    .nav-tabs-justified>li>a {
        border-bottom: 1px solid #dddddd;
        border-radius: 4px 4px 0 0;
    }
    .nav-tabs-justified>.active>a,
    .nav-tabs-justified>.active>a:hover,
    .nav-tabs-justified>.active>a:focus {
        border-bottom-color: #ffffff;
    }
}

.tab-content>.tab-pane {
    display: none;
}

.tab-content>.active {
    display: block;
}

.nav-tabs .dropdown-menu {
    margin-top: -1px;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
}

.navbar {
    position: relative;
    min-height: 50px;
    margin-bottom: 20px;
    border: 1px solid transparent;
}

@media (min-width:768px) {
    .navbar {
        border-radius: 4px;
    }
}

@media (min-width:768px) {
    .navbar-header {
        float: left;
    }
}

.navbar-collapse {
    overflow-x: visible;
    padding-right: 15px;
    padding-left: 15px;
    border-top: 1px solid transparent;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
    -webkit-overflow-scrolling: touch;
}

.navbar-collapse.in {
    overflow-y: auto;
}

@media (min-width:768px) {
    .navbar-collapse {
        width: auto;
        border-top: 0;
        box-shadow: none;
    }
    .navbar-collapse.collapse {
        display: block !important;
        height: auto !important;
        padding-bottom: 0;
        overflow: visible !important;
    }
    .navbar-collapse.in {
        overflow-y: visible;
    }
    .navbar-fixed-top .navbar-collapse,
    .navbar-static-top .navbar-collapse,
    .navbar-fixed-bottom .navbar-collapse {
        padding-left: 0;
        padding-right: 0;
    }
}

.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
    max-height: 340px;
}

@media (max-device-width:480px) and (orientation:landscape) {
    .navbar-fixed-top .navbar-collapse,
    .navbar-fixed-bottom .navbar-collapse {
        max-height: 200px;
    }
}

.container>.navbar-header,
.container-fluid>.navbar-header,
.container>.navbar-collapse,
.container-fluid>.navbar-collapse {
    margin-right: -15px;
    margin-left: -15px;
}

@media (min-width:768px) {
    .container>.navbar-header,
    .container-fluid>.navbar-header,
    .container>.navbar-collapse,
    .container-fluid>.navbar-collapse {
        margin-right: 0;
        margin-left: 0;
    }
}

.navbar-static-top {
    z-index: 1000;
    border-width: 0 0 1px;
}

@media (min-width:768px) {
    .navbar-static-top {
        border-radius: 0;
    }
}

.navbar-fixed-top,
.navbar-fixed-bottom {
    position: fixed;
    right: 0;
    left: 0;
    z-index: 1030;
}

@media (min-width:768px) {
    .navbar-fixed-top,
    .navbar-fixed-bottom {
        border-radius: 0;
    }
}

.navbar-fixed-top {
    top: 0;
    border-width: 0 0 1px;
}

.navbar-fixed-bottom {
    bottom: 0;
    margin-bottom: 0;
    border-width: 1px 0 0;
}

.navbar-brand {
    float: left;
    padding: 15px 15px;
    font-size: 18px;
    line-height: 20px;
    height: 50px;
}

.navbar-brand:hover,
.navbar-brand:focus {
    text-decoration: none;
}

.navbar-brand>img {
    display: block;
}

@media (min-width:768px) {
    .navbar>.container .navbar-brand,
    .navbar>.container-fluid .navbar-brand {
        margin-left: -15px;
    }
}

.navbar-toggle {
    position: relative;
    float: right;
    margin-right: 15px;
    padding: 9px 10px;
    margin-top: 8px;
    margin-bottom: 8px;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}

.navbar-toggle:focus {
    outline: 0;
}

.navbar-toggle .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px;
}

.navbar-toggle .icon-bar+.icon-bar {
    margin-top: 4px;
}

@media (min-width:768px) {
    .navbar-toggle {
        display: none;
    }
}

.navbar-nav {
    margin: 7.5px -15px;
}

.navbar-nav>li>a {
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 20px;
}

@media (max-width:767px) {
    .navbar-nav .open .dropdown-menu {
        position: static;
        float: none;
        width: auto;
        margin-top: 0;
        background-color: transparent;
        border: 0;
        box-shadow: none;
    }
    .navbar-nav .open .dropdown-menu>li>a,
    .navbar-nav .open .dropdown-menu .dropdown-header {
        padding: 5px 15px 5px 25px;
    }
    .navbar-nav .open .dropdown-menu>li>a {
        line-height: 20px;
    }
    .navbar-nav .open .dropdown-menu>li>a:hover,
    .navbar-nav .open .dropdown-menu>li>a:focus {
        background-image: none;
    }
}

@media (min-width:768px) {
    .navbar-nav {
        float: left;
        margin: 0;
    }
    .navbar-nav>li {
        float: left;
    }
    .navbar-nav>li>a {
        padding-top: 15px;
        padding-bottom: 15px;
    }
}

.navbar-form {
    margin-left: -15px;
    margin-right: -15px;
    padding: 10px 15px;
    border-top: 1px solid transparent;
    border-bottom: 1px solid transparent;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
    -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
    margin-top: 8px;
    margin-bottom: 8px;
}

@media (min-width:768px) {
    .navbar-form .form-group {
        display: inline-block;
        margin-bottom: 0;
        vertical-align: middle;
    }
    .navbar-form .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle;
    }
    .navbar-form .form-control-static {
        display: inline-block;
    }
    .navbar-form .input-group {
        display: inline-table;
        vertical-align: middle;
    }
    .navbar-form .input-group .input-group-addon,
    .navbar-form .input-group .input-group-btn,
    .navbar-form .input-group .form-control {
        width: auto;
    }
    .navbar-form .input-group>.form-control {
        width: 100%;
    }
    .navbar-form .control-label {
        margin-bottom: 0;
        vertical-align: middle;
    }
    .navbar-form .radio,
    .navbar-form .checkbox {
        display: inline-block;
        margin-top: 0;
        margin-bottom: 0;
        vertical-align: middle;
    }
    .navbar-form .radio label,
    .navbar-form .checkbox label {
        padding-left: 0;
    }
    .navbar-form .radio input[type="radio"],
    .navbar-form .checkbox input[type="checkbox"] {
        position: relative;
        margin-left: 0;
    }
    .navbar-form .has-feedback .form-control-feedback {
        top: 0;
    }
}

@media (max-width:767px) {
    .navbar-form .form-group {
        margin-bottom: 5px;
    }
    .navbar-form .form-group:last-child {
        margin-bottom: 0;
    }
}

@media (min-width:768px) {
    .navbar-form {
        width: auto;
        border: 0;
        margin-left: 0;
        margin-right: 0;
        padding-top: 0;
        padding-bottom: 0;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
    }
}

.navbar-nav>li>.dropdown-menu {
    margin-top: 0;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
}

.navbar-fixed-bottom .navbar-nav>li>.dropdown-menu {
    margin-bottom: 0;
    border-top-right-radius: 4px;
    border-top-left-radius: 4px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.navbar-btn {
    margin-top: 8px;
    margin-bottom: 8px;
}

.navbar-btn.btn-sm {
    margin-top: 10px;
    margin-bottom: 10px;
}

.navbar-btn.btn-xs {
    margin-top: 14px;
    margin-bottom: 14px;
}

.navbar-text {
    margin-top: 15px;
    margin-bottom: 15px;
}

@media (min-width:768px) {
    .navbar-text {
        float: left;
        margin-left: 15px;
        margin-right: 15px;
    }
}

@media (min-width:768px) {
    .navbar-left {
        float: left !important;
    }
    .navbar-right {
        float: right !important;
        margin-right: -15px;
    }
    .navbar-right~.navbar-right {
        margin-right: 0;
    }
}

.navbar-default {
    background-color: #f8f8f8;
    border-color: #e7e7e7;
}

.navbar-default .navbar-brand {
    color: #777777;
}

.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
    color: #5e5e5e;
    background-color: transparent;
}

.navbar-default .navbar-text {
    color: #777777;
}

.navbar-default .navbar-nav>li>a {
    color: #777777;
}

.navbar-default .navbar-nav>li>a:hover,
.navbar-default .navbar-nav>li>a:focus {
    color: #333333;
    background-color: transparent;
}

.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:hover,
.navbar-default .navbar-nav>.active>a:focus {
    color: #555555;
    background-color: #e7e7e7;
}

.navbar-default .navbar-nav>.disabled>a,
.navbar-default .navbar-nav>.disabled>a:hover,
.navbar-default .navbar-nav>.disabled>a:focus {
    color: #cccccc;
    background-color: transparent;
}

.navbar-default .navbar-toggle {
    border-color: #dddddd;
}

.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
    background-color: #dddddd;
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #888888;
}

.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
    border-color: #e7e7e7;
}

.navbar-default .navbar-nav>.open>a,
.navbar-default .navbar-nav>.open>a:hover,
.navbar-default .navbar-nav>.open>a:focus {
    background-color: #e7e7e7;
    color: #555555;
}

@media (max-width:767px) {
    .navbar-default .navbar-nav .open .dropdown-menu>li>a {
        color: #777777;
    }
    .navbar-default .navbar-nav .open .dropdown-menu>li>a:hover,
    .navbar-default .navbar-nav .open .dropdown-menu>li>a:focus {
        color: #333333;
        background-color: transparent;
    }
    .navbar-default .navbar-nav .open .dropdown-menu>.active>a,
    .navbar-default .navbar-nav .open .dropdown-menu>.active>a:hover,
    .navbar-default .navbar-nav .open .dropdown-menu>.active>a:focus {
        color: #555555;
        background-color: #e7e7e7;
    }
    .navbar-default .navbar-nav .open .dropdown-menu>.disabled>a,
    .navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:hover,
    .navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:focus {
        color: #cccccc;
        background-color: transparent;
    }
}

.navbar-default .navbar-link {
    color: #777777;
}

.navbar-default .navbar-link:hover {
    color: #333333;
}

.navbar-default .btn-link {
    color: #777777;
}

.navbar-default .btn-link:hover,
.navbar-default .btn-link:focus {
    color: #333333;
}

.navbar-default .btn-link[disabled]:hover,
fieldset[disabled] .navbar-default .btn-link:hover,
.navbar-default .btn-link[disabled]:focus,
fieldset[disabled] .navbar-default .btn-link:focus {
    color: #cccccc;
}

.navbar-inverse {
    background-color: #222222;
    border-color: #080808;
}

.navbar-inverse .navbar-brand {
    color: #9d9d9d;
}

.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
    color: #ffffff;
    background-color: transparent;
}

.navbar-inverse .navbar-text {
    color: #9d9d9d;
}

.navbar-inverse .navbar-nav>li>a {
    color: #9d9d9d;
}

.navbar-inverse .navbar-nav>li>a:hover,
.navbar-inverse .navbar-nav>li>a:focus {
    color: #ffffff;
    background-color: transparent;
}

.navbar-inverse .navbar-nav>.active>a,
.navbar-inverse .navbar-nav>.active>a:hover,
.navbar-inverse .navbar-nav>.active>a:focus {
    color: #ffffff;
    background-color: #080808;
}

.navbar-inverse .navbar-nav>.disabled>a,
.navbar-inverse .navbar-nav>.disabled>a:hover,
.navbar-inverse .navbar-nav>.disabled>a:focus {
    color: #444444;
    background-color: transparent;
}

.navbar-inverse .navbar-toggle {
    border-color: #333333;
}

.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
    background-color: #333333;
}

.navbar-inverse .navbar-toggle .icon-bar {
    background-color: #ffffff;
}

.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
    border-color: #101010;
}

.navbar-inverse .navbar-nav>.open>a,
.navbar-inverse .navbar-nav>.open>a:hover,
.navbar-inverse .navbar-nav>.open>a:focus {
    background-color: #080808;
    color: #ffffff;
}

@media (max-width:767px) {
    .navbar-inverse .navbar-nav .open .dropdown-menu>.dropdown-header {
        border-color: #080808;
    }
    .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
        background-color: #080808;
    }
    .navbar-inverse .navbar-nav .open .dropdown-menu>li>a {
        color: #9d9d9d;
    }
    .navbar-inverse .navbar-nav .open .dropdown-menu>li>a:hover,
    .navbar-inverse .navbar-nav .open .dropdown-menu>li>a:focus {
        color: #ffffff;
        background-color: transparent;
    }
    .navbar-inverse .navbar-nav .open .dropdown-menu>.active>a,
    .navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:hover,
    .navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:focus {
        color: #ffffff;
        background-color: #080808;
    }
    .navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a,
    .navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:hover,
    .navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:focus {
        color: #444444;
        background-color: transparent;
    }
}

.navbar-inverse .navbar-link {
    color: #9d9d9d;
}

.navbar-inverse .navbar-link:hover {
    color: #ffffff;
}

.navbar-inverse .btn-link {
    color: #9d9d9d;
}

.navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link:focus {
    color: #ffffff;
}

.navbar-inverse .btn-link[disabled]:hover,
fieldset[disabled] .navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link[disabled]:focus,
fieldset[disabled] .navbar-inverse .btn-link:focus {
    color: #444444;
}

.modal-open {
    overflow: hidden;
}

.modal {
    display: none;
    overflow: hidden;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    -webkit-overflow-scrolling: touch;
    outline: 0;
}

.modal.fade .modal-dialog {
    -webkit-transform: translate(0, -25%);
    -moz-transform: translate(0, -25%);
    -o-transform: translate(0, -25%);
    -ms-transform: translate(0, -25%);
    transform: translate(0, -25%);
    -webkit-transition: -webkit-transform 0.3s ease-out;
    -moz-transition: -moz-transform 0.3s ease-out;
    -o-transition: -o-transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
}

.modal.in .modal-dialog {
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    -ms-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: #ffffff;
    border: 1px solid #999999;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 6px;
    -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    background-clip: padding-box;
    outline: 0;
}

.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #000000;
}

.modal-backdrop.fade {
    -moz-opacity: 0;
    -khtml-opacity: 0;
    -webkit-opacity: 0;
    opacity: 0;
    -ms-filter: progid: DXImageTransform.Microsoft.Alpha(opacity=0);
    filter: alpha(opacity=0);
}

.modal-backdrop.in {
    -moz-opacity: 0.5;
    -khtml-opacity: 0.5;
    -webkit-opacity: 0.5;
    opacity: 0.5;
    -ms-filter: progid: DXImageTransform.Microsoft.Alpha(opacity=50);
    filter: alpha(opacity=50);
}

.modal-header {
    padding: 15px;
    border-bottom: 1px solid #e5e5e5;
    min-height: 16.42857143px;
}

.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-footer .btn+.btn {
    margin-left: 5px;
    margin-bottom: 0;
}

.modal-footer .btn-group .btn+.btn {
    margin-left: -1px;
}

.modal-footer .btn-block+.btn-block {
    margin-left: 0;
}

.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, 0.5);
        -moz-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
        box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    }
    .modal-sm {
        width: 300px;
    }
}

@media (min-width:992px) {
    .modal-lg {
        width: 900px;
    }
}

.clearfix:before,
.clearfix:after,
.dl-horizontal dd:before,
.dl-horizontal dd:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.form-horizontal .form-group:before,
.form-horizontal .form-group:after,
.nav:before,
.nav:after,
.navbar:before,
.navbar:after,
.navbar-header:before,
.navbar-header:after,
.navbar-collapse:before,
.navbar-collapse:after,
.modal-footer:before,
.modal-footer:after {
    content: " ";
    display: table;
}

.clearfix:after,
.dl-horizontal dd:after,
.container:after,
.container-fluid:after,
.row:after,
.form-horizontal .form-group:after,
.nav:after,
.navbar:after,
.navbar-header:after,
.navbar-collapse:after,
.modal-footer:after {
    clear: both;
}

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

.pull-right {
    float: right !important;
}

.pull-left {
    float: left !important;
}

.hide {
    display: none !important;
}

.show {
    display: block !important;
}

.invisible {
    visibility: hidden;
}

.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
}

.hidden {
    display: none !important;
}

.affix {
    position: fixed;
}

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

.visible-xs,
.visible-sm,
.visible-md,
.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;
    }
    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:991px) {
    .visible-sm {
        display: block !important;
    }
    table.visible-sm {
        display: table;
    }
    tr.visible-sm {
        display: table-row !important;
    }
    th.visible-sm,
    td.visible-sm {
        display: table-cell !important;
    }
}

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

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

@media (min-width:768px) and (max-width:991px) {
    .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;
    }
    tr.visible-md {
        display: table-row !important;
    }
    th.visible-md,
    td.visible-md {
        display: table-cell !important;
    }
}

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

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

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

@media (min-width:1200px) {
    .visible-lg {
        display: block !important;
    }
    table.visible-lg {
        display: table;
    }
    tr.visible-lg {
        display: table-row !important;
    }
    th.visible-lg,
    td.visible-lg {
        display: table-cell !important;
    }
}

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

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

@media (min-width:1200px) {
    .visible-lg-inline-block {
        display: inline-block !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 (min-width:1200px) {
    .hidden-lg {
        display: none !important;
    }
}

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

@media print {
    .visible-print {
        display: block !important;
    }
    table.visible-print {
        display: table;
    }
    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;
    }
}

@font-face {
    font-family: "Candara", sans-serif;
    src: url("../fonts/candara.ttf") format('truetype');
    font-style: normal;
    font-weight: normal;
}

@font-face {
    font-family: 'FontAwesome';
    src: url('../fonts/fontawesome-webfont.eot?v=4.2.0');
    src: url('../fonts/fontawesome-webfont.eot?#iefix&v=4.2.0') format('embedded-opentype'), url('../fonts/fontawesome-webfont.woff?v=4.2.0') format('woff'), url('../fonts/fontawesome-webfont.ttf?v=4.2.0') format('truetype'), url('../fonts/fontawesome-webfont.svg?v=4.2.0#fontawesomeregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.fa-glass:before {
    content: "\f000";
}

.fa-music:before {
    content: "\f001";
}

.fa-search:before {
    content: "\f002";
}

.fa-envelope-o:before {
    content: "\f003";
}

.fa-heart:before {
    content: "\f004";
}

.fa-star:before {
    content: "\f005";
}

.fa-star-o:before {
    content: "\f006";
}

.fa-user:before {
    content: "\f007";
}

.fa-film:before {
    content: "\f008";
}

.fa-th-large:before {
    content: "\f009";
}

.fa-th:before {
    content: "\f00a";
}

.fa-th-list:before {
    content: "\f00b";
}

.fa-check:before {
    content: "\f00c";
}

.fa-remove:before,
.fa-close:before,
.fa-times:before {
    content: "\f00d";
}

.fa-search-plus:before {
    content: "\f00e";
}

.fa-search-minus:before {
    content: "\f010";
}

.fa-power-off:before {
    content: "\f011";
}

.fa-signal:before {
    content: "\f012";
}

.fa-gear:before,
.fa-cog:before {
    content: "\f013";
}

.fa-trash-o:before {
    content: "\f014";
}

.fa-home:before {
    content: "\f015";
}

.fa-file-o:before {
    content: "\f016";
}

.fa-clock-o:before {
    content: "\f017";
}

.fa-road:before {
    content: "\f018";
}

.fa-download:before {
    content: "\f019";
}

.fa-arrow-circle-o-down:before {
    content: "\f01a";
}

.fa-arrow-circle-o-up:before {
    content: "\f01b";
}

.fa-inbox:before {
    content: "\f01c";
}

.fa-play-circle-o:before {
    content: "\f01d";
}

.fa-rotate-right:before,
.fa-repeat:before {
    content: "\f01e";
}

.fa-refresh:before {
    content: "\f021";
}

.fa-list-alt:before {
    content: "\f022";
}

.fa-lock:before {
    content: "\f023";
}

.fa-flag:before {
    content: "\f024";
}

.fa-headphones:before {
    content: "\f025";
}

.fa-volume-off:before {
    content: "\f026";
}

.fa-volume-down:before {
    content: "\f027";
}

.fa-volume-up:before {
    content: "\f028";
}

.fa-qrcode:before {
    content: "\f029";
}

.fa-barcode:before {
    content: "\f02a";
}

.fa-tag:before {
    content: "\f02b";
}

.fa-tags:before {
    content: "\f02c";
}

.fa-book:before {
    content: "\f02d";
}

.fa-bookmark:before {
    content: "\f02e";
}

.fa-print:before {
    content: "\f02f";
}

.fa-camera:before {
    content: "\f030";
}

.fa-font:before {
    content: "\f031";
}

.fa-bold:before {
    content: "\f032";
}

.fa-italic:before {
    content: "\f033";
}

.fa-text-height:before {
    content: "\f034";
}

.fa-text-width:before {
    content: "\f035";
}

.fa-align-left:before {
    content: "\f036";
}

.fa-align-center:before {
    content: "\f037";
}

.fa-align-right:before {
    content: "\f038";
}

.fa-align-justify:before {
    content: "\f039";
}

.fa-list:before {
    content: "\f03a";
}

.fa-dedent:before,
.fa-outdent:before {
    content: "\f03b";
}

.fa-indent:before {
    content: "\f03c";
}

.fa-video-camera:before {
    content: "\f03d";
}

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
    content: "\f03e";
}

.fa-pencil:before {
    content: "\f040";
}

.fa-map-marker:before {
    content: "\f041";
}

.fa-adjust:before {
    content: "\f042";
}

.fa-tint:before {
    content: "\f043";
}

.fa-edit:before,
.fa-pencil-square-o:before {
    content: "\f044";
}

.fa-share-square-o:before {
    content: "\f045";
}

.fa-check-square-o:before {
    content: "\f046";
}

.fa-arrows:before {
    content: "\f047";
}

.fa-step-backward:before {
    content: "\f048";
}

.fa-fast-backward:before {
    content: "\f049";
}

.fa-backward:before {
    content: "\f04a";
}

.fa-play:before {
    content: "\f04b";
}

.fa-pause:before {
    content: "\f04c";
}

.fa-stop:before {
    content: "\f04d";
}

.fa-forward:before {
    content: "\f04e";
}

.fa-fast-forward:before {
    content: "\f050";
}

.fa-step-forward:before {
    content: "\f051";
}

.fa-eject:before {
    content: "\f052";
}

.fa-chevron-left:before {
    content: "\f053";
}

.fa-chevron-right:before {
    content: "\f054";
}

.fa-plus-circle:before {
    content: "\f055";
}

.fa-minus-circle:before {
    content: "\f056";
}

.fa-times-circle:before {
    content: "\f057";
}

.fa-check-circle:before {
    content: "\f058";
}

.fa-question-circle:before {
    content: "\f059";
}

.fa-info-circle:before {
    content: "\f05a";
}

.fa-crosshairs:before {
    content: "\f05b";
}

.fa-times-circle-o:before {
    content: "\f05c";
}

.fa-check-circle-o:before {
    content: "\f05d";
}

.fa-ban:before {
    content: "\f05e";
}

.fa-arrow-left:before {
    content: "\f060";
}

.fa-arrow-right:before {
    content: "\f061";
}

.fa-arrow-up:before {
    content: "\f062";
}

.fa-arrow-down:before {
    content: "\f063";
}

.fa-mail-forward:before,
.fa-share:before {
    content: "\f064";
}

.fa-expand:before {
    content: "\f065";
}

.fa-compress:before {
    content: "\f066";
}

.fa-plus:before {
    content: "\f067";
}

.fa-minus:before {
    content: "\f068";
}

.fa-asterisk:before {
    content: "\f069";
}

.fa-exclamation-circle:before {
    content: "\f06a";
}

.fa-gift:before {
    content: "\f06b";
}

.fa-leaf:before {
    content: "\f06c";
}

.fa-fire:before {
    content: "\f06d";
}

.fa-eye:before {
    content: "\f06e";
}

.fa-eye-slash:before {
    content: "\f070";
}

.fa-warning:before,
.fa-exclamation-triangle:before {
    content: "\f071";
}

.fa-plane:before {
    content: "\f072";
}

.fa-calendar:before {
    content: "\f073";
}

.fa-random:before {
    content: "\f074";
}

.fa-comment:before {
    content: "\f075";
}

.fa-magnet:before {
    content: "\f076";
}

.fa-chevron-up:before {
    content: "\f077";
}

.fa-chevron-down:before {
    content: "\f078";
}

.fa-retweet:before {
    content: "\f079";
}

.fa-shopping-cart:before {
    content: "\f07a";
}

.fa-folder:before {
    content: "\f07b";
}

.fa-folder-open:before {
    content: "\f07c";
}

.fa-arrows-v:before {
    content: "\f07d";
}

.fa-arrows-h:before {
    content: "\f07e";
}

.fa-bar-chart-o:before,
.fa-bar-chart:before {
    content: "\f080";
}

.fa-twitter-square:before {
    content: "\f081";
}

.fa-facebook-square:before {
    content: "\f082";
}

.fa-camera-retro:before {
    content: "\f083";
}

.fa-key:before {
    content: "\f084";
}

.fa-gears:before,
.fa-cogs:before {
    content: "\f085";
}

.fa-comments:before {
    content: "\f086";
}

.fa-thumbs-o-up:before {
    content: "\f087";
}

.fa-thumbs-o-down:before {
    content: "\f088";
}

.fa-star-half:before {
    content: "\f089";
}

.fa-heart-o:before {
    content: "\f08a";
}

.fa-sign-out:before {
    content: "\f08b";
}

.fa-linkedin-square:before {
    content: "\f08c";
}

.fa-thumb-tack:before {
    content: "\f08d";
}

.fa-external-link:before {
    content: "\f08e";
}

.fa-sign-in:before {
    content: "\f090";
}

.fa-trophy:before {
    content: "\f091";
}

.fa-github-square:before {
    content: "\f092";
}

.fa-upload:before {
    content: "\f093";
}

.fa-lemon-o:before {
    content: "\f094";
}

.fa-phone:before {
    content: "\f095";
}

.fa-square-o:before {
    content: "\f096";
}

.fa-bookmark-o:before {
    content: "\f097";
}

.fa-phone-square:before {
    content: "\f098";
}

.fa-twitter:before {
    content: "\f099";
}

.fa-facebook:before {
    content: "\f09a";
}

.fa-github:before {
    content: "\f09b";
}

.fa-unlock:before {
    content: "\f09c";
}

.fa-credit-card:before {
    content: "\f09d";
}

.fa-rss:before {
    content: "\f09e";
}

.fa-hdd-o:before {
    content: "\f0a0";
}

.fa-bullhorn:before {
    content: "\f0a1";
}

.fa-bell:before {
    content: "\f0f3";
}

.fa-certificate:before {
    content: "\f0a3";
}

.fa-hand-o-right:before {
    content: "\f0a4";
}

.fa-hand-o-left:before {
    content: "\f0a5";
}

.fa-hand-o-up:before {
    content: "\f0a6";
}

.fa-hand-o-down:before {
    content: "\f0a7";
}

.fa-arrow-circle-left:before {
    content: "\f0a8";
}

.fa-arrow-circle-right:before {
    content: "\f0a9";
}

.fa-arrow-circle-up:before {
    content: "\f0aa";
}

.fa-arrow-circle-down:before {
    content: "\f0ab";
}

.fa-globe:before {
    content: "\f0ac";
}

.fa-wrench:before {
    content: "\f0ad";
}

.fa-tasks:before {
    content: "\f0ae";
}

.fa-filter:before {
    content: "\f0b0";
}

.fa-briefcase:before {
    content: "\f0b1";
}

.fa-arrows-alt:before {
    content: "\f0b2";
}

.fa-group:before,
.fa-users:before {
    content: "\f0c0";
}

.fa-chain:before,
.fa-link:before {
    content: "\f0c1";
}

.fa-cloud:before {
    content: "\f0c2";
}

.fa-flask:before {
    content: "\f0c3";
}

.fa-cut:before,
.fa-scissors:before {
    content: "\f0c4";
}

.fa-copy:before,
.fa-files-o:before {
    content: "\f0c5";
}

.fa-paperclip:before {
    content: "\f0c6";
}

.fa-save:before,
.fa-floppy-o:before {
    content: "\f0c7";
}

.fa-square:before {
    content: "\f0c8";
}

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
    content: "\f0c9";
}

.fa-list-ul:before {
    content: "\f0ca";
}

.fa-list-ol:before {
    content: "\f0cb";
}

.fa-strikethrough:before {
    content: "\f0cc";
}

.fa-underline:before {
    content: "\f0cd";
}

.fa-table:before {
    content: "\f0ce";
}

.fa-magic:before {
    content: "\f0d0";
}

.fa-truck:before {
    content: "\f0d1";
}

.fa-pinterest:before {
    content: "\f0d2";
}

.fa-pinterest-square:before {
    content: "\f0d3";
}

.fa-google-plus-square:before {
    content: "\f0d4";
}

.fa-google-plus:before {
    content: "\f0d5";
}

.fa-money:before {
    content: "\f0d6";
}

.fa-caret-down:before {
    content: "\f0d7";
}

.fa-caret-up:before {
    content: "\f0d8";
}

.fa-caret-left:before {
    content: "\f0d9";
}

.fa-caret-right:before {
    content: "\f0da";
}

.fa-columns:before {
    content: "\f0db";
}

.fa-unsorted:before,
.fa-sort:before {
    content: "\f0dc";
}

.fa-sort-down:before,
.fa-sort-desc:before {
    content: "\f0dd";
}

.fa-sort-up:before,
.fa-sort-asc:before {
    content: "\f0de";
}

.fa-envelope:before {
    content: "\f0e0";
}

.fa-linkedin:before {
    content: "\f0e1";
}

.fa-rotate-left:before,
.fa-undo:before {
    content: "\f0e2";
}

.fa-legal:before,
.fa-gavel:before {
    content: "\f0e3";
}

.fa-dashboard:before,
.fa-tachometer:before {
    content: "\f0e4";
}

.fa-comment-o:before {
    content: "\f0e5";
}

.fa-comments-o:before {
    content: "\f0e6";
}

.fa-flash:before,
.fa-bolt:before {
    content: "\f0e7";
}

.fa-sitemap:before {
    content: "\f0e8";
}

.fa-umbrella:before {
    content: "\f0e9";
}

.fa-paste:before,
.fa-clipboard:before {
    content: "\f0ea";
}

.fa-lightbulb-o:before {
    content: "\f0eb";
}

.fa-exchange:before {
    content: "\f0ec";
}

.fa-cloud-download:before {
    content: "\f0ed";
}

.fa-cloud-upload:before {
    content: "\f0ee";
}

.fa-user-md:before {
    content: "\f0f0";
}

.fa-stethoscope:before {
    content: "\f0f1";
}

.fa-suitcase:before {
    content: "\f0f2";
}

.fa-bell-o:before {
    content: "\f0a2";
}

.fa-coffee:before {
    content: "\f0f4";
}

.fa-cutlery:before {
    content: "\f0f5";
}

.fa-file-text-o:before {
    content: "\f0f6";
}

.fa-building-o:before {
    content: "\f0f7";
}

.fa-hospital-o:before {
    content: "\f0f8";
}

.fa-ambulance:before {
    content: "\f0f9";
}

.fa-medkit:before {
    content: "\f0fa";
}

.fa-fighter-jet:before {
    content: "\f0fb";
}

.fa-beer:before {
    content: "\f0fc";
}

.fa-h-square:before {
    content: "\f0fd";
}

.fa-plus-square:before {
    content: "\f0fe";
}

.fa-angle-double-left:before {
    content: "\f100";
}

.fa-angle-double-right:before {
    content: "\f101";
}

.fa-angle-double-up:before {
    content: "\f102";
}

.fa-angle-double-down:before {
    content: "\f103";
}

.fa-angle-left:before {
    content: "\f104";
}

.fa-angle-right:before {
    content: "\f105";
}

.fa-angle-up:before {
    content: "\f106";
}

.fa-angle-down:before {
    content: "\f107";
}

.fa-desktop:before {
    content: "\f108";
}

.fa-laptop:before {
    content: "\f109";
}

.fa-tablet:before {
    content: "\f10a";
}

.fa-mobile-phone:before,
.fa-mobile:before {
    content: "\f10b";
}

.fa-circle-o:before {
    content: "\f10c";
}

.fa-quote-left:before {
    content: "\f10d";
}

.fa-quote-right:before {
    content: "\f10e";
}

.fa-spinner:before {
    content: "\f110";
}

.fa-circle:before {
    content: "\f111";
}

.fa-mail-reply:before,
.fa-reply:before {
    content: "\f112";
}

.fa-github-alt:before {
    content: "\f113";
}

.fa-folder-o:before {
    content: "\f114";
}

.fa-folder-open-o:before {
    content: "\f115";
}

.fa-smile-o:before {
    content: "\f118";
}

.fa-frown-o:before {
    content: "\f119";
}

.fa-meh-o:before {
    content: "\f11a";
}

.fa-gamepad:before {
    content: "\f11b";
}

.fa-keyboard-o:before {
    content: "\f11c";
}

.fa-flag-o:before {
    content: "\f11d";
}

.fa-flag-checkered:before {
    content: "\f11e";
}

.fa-terminal:before {
    content: "\f120";
}

.fa-code:before {
    content: "\f121";
}

.fa-mail-reply-all:before,
.fa-reply-all:before {
    content: "\f122";
}

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
    content: "\f123";
}

.fa-location-arrow:before {
    content: "\f124";
}

.fa-crop:before {
    content: "\f125";
}

.fa-code-fork:before {
    content: "\f126";
}

.fa-unlink:before,
.fa-chain-broken:before {
    content: "\f127";
}

.fa-question:before {
    content: "\f128";
}

.fa-info:before {
    content: "\f129";
}

.fa-exclamation:before {
    content: "\f12a";
}

.fa-superscript:before {
    content: "\f12b";
}

.fa-subscript:before {
    content: "\f12c";
}

.fa-eraser:before {
    content: "\f12d";
}

.fa-puzzle-piece:before {
    content: "\f12e";
}

.fa-microphone:before {
    content: "\f130";
}

.fa-microphone-slash:before {
    content: "\f131";
}

.fa-shield:before {
    content: "\f132";
}

.fa-calendar-o:before {
    content: "\f133";
}

.fa-fire-extinguisher:before {
    content: "\f134";
}

.fa-rocket:before {
    content: "\f135";
}

.fa-maxcdn:before {
    content: "\f136";
}

.fa-chevron-circle-left:before {
    content: "\f137";
}

.fa-chevron-circle-right:before {
    content: "\f138";
}

.fa-chevron-circle-up:before {
    content: "\f139";
}

.fa-chevron-circle-down:before {
    content: "\f13a";
}

.fa-html5:before {
    content: "\f13b";
}

.fa-css3:before {
    content: "\f13c";
}

.fa-anchor:before {
    content: "\f13d";
}

.fa-unlock-alt:before {
    content: "\f13e";
}

.fa-bullseye:before {
    content: "\f140";
}

.fa-ellipsis-h:before {
    content: "\f141";
}

.fa-ellipsis-v:before {
    content: "\f142";
}

.fa-rss-square:before {
    content: "\f143";
}

.fa-play-circle:before {
    content: "\f144";
}

.fa-ticket:before {
    content: "\f145";
}

.fa-minus-square:before {
    content: "\f146";
}

.fa-minus-square-o:before {
    content: "\f147";
}

.fa-level-up:before {
    content: "\f148";
}

.fa-level-down:before {
    content: "\f149";
}

.fa-check-square:before {
    content: "\f14a";
}

.fa-pencil-square:before {
    content: "\f14b";
}

.fa-external-link-square:before {
    content: "\f14c";
}

.fa-share-square:before {
    content: "\f14d";
}

.fa-compass:before {
    content: "\f14e";
}

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
    content: "\f150";
}

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
    content: "\f151";
}

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
    content: "\f152";
}

.fa-euro:before,
.fa-eur:before {
    content: "\f153";
}

.fa-gbp:before {
    content: "\f154";
}

.fa-dollar:before,
.fa-usd:before {
    content: "\f155";
}

.fa-rupee:before,
.fa-inr:before {
    content: "\f156";
}

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
    content: "\f157";
}

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
    content: "\f158";
}

.fa-won:before,
.fa-krw:before {
    content: "\f159";
}

.fa-bitcoin:before,
.fa-btc:before {
    content: "\f15a";
}

.fa-file:before {
    content: "\f15b";
}

.fa-file-text:before {
    content: "\f15c";
}

.fa-sort-alpha-asc:before {
    content: "\f15d";
}

.fa-sort-alpha-desc:before {
    content: "\f15e";
}

.fa-sort-amount-asc:before {
    content: "\f160";
}

.fa-sort-amount-desc:before {
    content: "\f161";
}

.fa-sort-numeric-asc:before {
    content: "\f162";
}

.fa-sort-numeric-desc:before {
    content: "\f163";
}

.fa-thumbs-up:before {
    content: "\f164";
}

.fa-thumbs-down:before {
    content: "\f165";
}

.fa-youtube-square:before {
    content: "\f166";
}

.fa-youtube:before {
    content: "\f167";
}

.fa-xing:before {
    content: "\f168";
}

.fa-xing-square:before {
    content: "\f169";
}

.fa-youtube-play:before {
    content: "\f16a";
}

.fa-dropbox:before {
    content: "\f16b";
}

.fa-stack-overflow:before {
    content: "\f16c";
}

.fa-instagram:before {
    content: "\f16d";
}

.fa-flickr:before {
    content: "\f16e";
}

.fa-adn:before {
    content: "\f170";
}

.fa-bitbucket:before {
    content: "\f171";
}

.fa-bitbucket-square:before {
    content: "\f172";
}

.fa-tumblr:before {
    content: "\f173";
}

.fa-tumblr-square:before {
    content: "\f174";
}

.fa-long-arrow-down:before {
    content: "\f175";
}

.fa-long-arrow-up:before {
    content: "\f176";
}

.fa-long-arrow-left:before {
    content: "\f177";
}

.fa-long-arrow-right:before {
    content: "\f178";
}

.fa-apple:before {
    content: "\f179";
}

.fa-windows:before {
    content: "\f17a";
}

.fa-android:before {
    content: "\f17b";
}

.fa-linux:before {
    content: "\f17c";
}

.fa-dribbble:before {
    content: "\f17d";
}

.fa-skype:before {
    content: "\f17e";
}

.fa-foursquare:before {
    content: "\f180";
}

.fa-trello:before {
    content: "\f181";
}

.fa-female:before {
    content: "\f182";
}

.fa-male:before {
    content: "\f183";
}

.fa-gittip:before {
    content: "\f184";
}

.fa-sun-o:before {
    content: "\f185";
}

.fa-moon-o:before {
    content: "\f186";
}

.fa-archive:before {
    content: "\f187";
}

.fa-bug:before {
    content: "\f188";
}

.fa-vk:before {
    content: "\f189";
}

.fa-weibo:before {
    content: "\f18a";
}

.fa-renren:before {
    content: "\f18b";
}

.fa-pagelines:before {
    content: "\f18c";
}

.fa-stack-exchange:before {
    content: "\f18d";
}

.fa-arrow-circle-o-right:before {
    content: "\f18e";
}

.fa-arrow-circle-o-left:before {
    content: "\f190";
}

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
    content: "\f191";
}

.fa-dot-circle-o:before {
    content: "\f192";
}

.fa-wheelchair:before {
    content: "\f193";
}

.fa-vimeo-square:before {
    content: "\f194";
}

.fa-turkish-lira:before,
.fa-try:before {
    content: "\f195";
}

.fa-plus-square-o:before {
    content: "\f196";
}

.fa-space-shuttle:before {
    content: "\f197";
}

.fa-slack:before {
    content: "\f198";
}

.fa-envelope-square:before {
    content: "\f199";
}

.fa-wordpress:before {
    content: "\f19a";
}

.fa-openid:before {
    content: "\f19b";
}

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
    content: "\f19c";
}

.fa-mortar-board:before,
.fa-graduation-cap:before {
    content: "\f19d";
}

.fa-yahoo:before {
    content: "\f19e";
}

.fa-google:before {
    content: "\f1a0";
}

.fa-reddit:before {
    content: "\f1a1";
}

.fa-reddit-square:before {
    content: "\f1a2";
}

.fa-stumbleupon-circle:before {
    content: "\f1a3";
}

.fa-stumbleupon:before {
    content: "\f1a4";
}

.fa-delicious:before {
    content: "\f1a5";
}

.fa-digg:before {
    content: "\f1a6";
}

.fa-pied-piper:before {
    content: "\f1a7";
}

.fa-pied-piper-alt:before {
    content: "\f1a8";
}

.fa-drupal:before {
    content: "\f1a9";
}

.fa-joomla:before {
    content: "\f1aa";
}

.fa-language:before {
    content: "\f1ab";
}

.fa-fax:before {
    content: "\f1ac";
}

.fa-building:before {
    content: "\f1ad";
}

.fa-child:before {
    content: "\f1ae";
}

.fa-paw:before {
    content: "\f1b0";
}

.fa-spoon:before {
    content: "\f1b1";
}

.fa-cube:before {
    content: "\f1b2";
}

.fa-cubes:before {
    content: "\f1b3";
}

.fa-behance:before {
    content: "\f1b4";
}

.fa-behance-square:before {
    content: "\f1b5";
}

.fa-steam:before {
    content: "\f1b6";
}

.fa-steam-square:before {
    content: "\f1b7";
}

.fa-recycle:before {
    content: "\f1b8";
}

.fa-automobile:before,
.fa-car:before {
    content: "\f1b9";
}

.fa-cab:before,
.fa-taxi:before {
    content: "\f1ba";
}

.fa-tree:before {
    content: "\f1bb";
}

.fa-spotify:before {
    content: "\f1bc";
}

.fa-deviantart:before {
    content: "\f1bd";
}

.fa-soundcloud:before {
    content: "\f1be";
}

.fa-database:before {
    content: "\f1c0";
}

.fa-file-pdf-o:before {
    content: "\f1c1";
}

.fa-file-word-o:before {
    content: "\f1c2";
}

.fa-file-excel-o:before {
    content: "\f1c3";
}

.fa-file-powerpoint-o:before {
    content: "\f1c4";
}

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
    content: "\f1c5";
}

.fa-file-zip-o:before,
.fa-file-archive-o:before {
    content: "\f1c6";
}

.fa-file-sound-o:before,
.fa-file-audio-o:before {
    content: "\f1c7";
}

.fa-file-movie-o:before,
.fa-file-video-o:before {
    content: "\f1c8";
}

.fa-file-code-o:before {
    content: "\f1c9";
}

.fa-vine:before {
    content: "\f1ca";
}

.fa-codepen:before {
    content: "\f1cb";
}

.fa-jsfiddle:before {
    content: "\f1cc";
}

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
    content: "\f1cd";
}

.fa-circle-o-notch:before {
    content: "\f1ce";
}

.fa-ra:before,
.fa-rebel:before {
    content: "\f1d0";
}

.fa-ge:before,
.fa-empire:before {
    content: "\f1d1";
}

.fa-git-square:before {
    content: "\f1d2";
}

.fa-git:before {
    content: "\f1d3";
}

.fa-hacker-news:before {
    content: "\f1d4";
}

.fa-tencent-weibo:before {
    content: "\f1d5";
}

.fa-qq:before {
    content: "\f1d6";
}

.fa-wechat:before,
.fa-weixin:before {
    content: "\f1d7";
}

.fa-send:before,
.fa-paper-plane:before {
    content: "\f1d8";
}

.fa-send-o:before,
.fa-paper-plane-o:before {
    content: "\f1d9";
}

.fa-history:before {
    content: "\f1da";
}

.fa-circle-thin:before {
    content: "\f1db";
}

.fa-header:before {
    content: "\f1dc";
}

.fa-paragraph:before {
    content: "\f1dd";
}

.fa-sliders:before {
    content: "\f1de";
}

.fa-share-alt:before {
    content: "\f1e0";
}

.fa-share-alt-square:before {
    content: "\f1e1";
}

.fa-bomb:before {
    content: "\f1e2";
}

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
    content: "\f1e3";
}

.fa-tty:before {
    content: "\f1e4";
}

.fa-binoculars:before {
    content: "\f1e5";
}

.fa-plug:before {
    content: "\f1e6";
}

.fa-slideshare:before {
    content: "\f1e7";
}

.fa-twitch:before {
    content: "\f1e8";
}

.fa-yelp:before {
    content: "\f1e9";
}

.fa-newspaper-o:before {
    content: "\f1ea";
}

.fa-wifi:before {
    content: "\f1eb";
}

.fa-calculator:before {
    content: "\f1ec";
}

.fa-paypal:before {
    content: "\f1ed";
}

.fa-google-wallet:before {
    content: "\f1ee";
}

.fa-cc-visa:before {
    content: "\f1f0";
}

.fa-cc-mastercard:before {
    content: "\f1f1";
}

.fa-cc-discover:before {
    content: "\f1f2";
}

.fa-cc-amex:before {
    content: "\f1f3";
}

.fa-cc-paypal:before {
    content: "\f1f4";
}

.fa-cc-stripe:before {
    content: "\f1f5";
}

.fa-bell-slash:before {
    content: "\f1f6";
}

.fa-bell-slash-o:before {
    content: "\f1f7";
}

.fa-trash:before {
    content: "\f1f8";
}

.fa-copyright:before {
    content: "\f1f9";
}

.fa-at:before {
    content: "\f1fa";
}

.fa-eyedropper:before {
    content: "\f1fb";
}

.fa-paint-brush:before {
    content: "\f1fc";
}

.fa-birthday-cake:before {
    content: "\f1fd";
}

.fa-area-chart:before {
    content: "\f1fe";
}

.fa-pie-chart:before {
    content: "\f200";
}

.fa-line-chart:before {
    content: "\f201";
}

.fa-lastfm:before {
    content: "\f202";
}

.fa-lastfm-square:before {
    content: "\f203";
}

.fa-toggle-off:before {
    content: "\f204";
}

.fa-toggle-on:before {
    content: "\f205";
}

.fa-bicycle:before {
    content: "\f206";
}

.fa-bus:before {
    content: "\f207";
}

.fa-ioxhost:before {
    content: "\f208";
}

.fa-angellist:before {
    content: "\f209";
}

.fa-cc:before {
    content: "\f20a";
}

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
    content: "\f20b";
}

.fa-meanpath:before {
    content: "\f20c";
}

* {
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

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

html {
    font-size: 10px;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
    font-family: "Candara", sans-serif;
    font-size: 14px;
    line-height: 1.42857143;
    color: #333333;
}

p {
    line-height: 30px;
}

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

h1,
h2,
h3,
h4,
h5,
h6 {
    text-transform: uppercase;
    font-family: "Candara", sans-serif;
    font-weight: 700;
}

a {
    color: #333333;
    font-family: "Candara", sans-serif;
    text-decoration: none;
    text-transform: capitalize;
    font-size: 13px;
    -webkit-transition: 0.2s ease-in;
    -o-transition: 0.2s ease-in;
    transition: 0.2s ease-in;
    -webkit-transition: all 0.2s ease-in ease-out;
    -moz-transition: all 0.2s ease-in ease-out;
    -o-transition: all 0.2s ease-in ease-out;
    transition: all 0.2s ease-in ease-out;
}

a:hover,
a:focus {
    color: #e79f30;
    text-decoration: none;
}

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

figure {
    margin: 0;
}

img {
    vertical-align: middle;
}

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

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

.img-thumbnail {
    padding: 4px;
    line-height: 1.42857143;
    background-color: #ffffff;
    border: 1px solid #dddddd;
    border-radius: 4px;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    -webkit-transition: all all 0.2s ease-in-out ease-out;
    -moz-transition: all all 0.2s ease-in-out ease-out;
    -o-transition: all all 0.2s ease-in-out ease-out;
    transition: all all 0.2s ease-in-out ease-out;
    display: inline-block;
    max-width: 100%;
    height: auto;
}

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

hr {
    margin-top: 20px;
    margin-bottom: 20px;
    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;
}

.default-form input {
    padding: 15px 20px;
    width: 100%;
    height: 50px;
    border-radius: 2px;
    text-transform: uppercase;
    font-size: 13px;
    background: #ffffff;
    border: 1px solid #ededed;
    font-family: "Candara", sans-serif;
}

.default-form select {
    padding: 15px 20px;
    width: 100%;
    height: 50px;
    border-radius: 2px;
    text-transform: uppercase;
    font-size: 13px;
    background: #ffffff;
    border: 1px solid #ededed;
    font-family: "Candara", sans-serif;
}

.default-form select[multiple] {
    -moz-appearance: menulist;
    -webkit-appearance: menulist;
    appearance: menulist;
}

.default-form textarea {
    padding: 15px 20px;
    width: 100%;
    height: 150px;
    border-radius: 2px;
    text-transform: uppercase;
    font-size: 13px;
    background: #ffffff;
    border: 1px solid #ededed;
    font-family: "Candara", sans-serif;
}

.default-form button {
    padding: 15px 20px;
    height: 50px;
    border: 1px solid rgba(255, 255, 255, 0.5);
    border-radius: 2px;
    text-transform: uppercase;
    font-size: 13px;
    line-height: 1.5em;
    -webkit-transition: 0.2s ease-in;
    -o-transition: 0.2s ease-in;
    transition: 0.2s ease-in;
    -webkit-transition: all 0.2s ease-in ease-out;
    -moz-transition: all 0.2s ease-in ease-out;
    -o-transition: all 0.2s ease-in ease-out;
    transition: all 0.2s ease-in ease-out;
    font-family: "Candara", sans-serif;
}

.default-form button.btn-transparent {
    background: transparent;
    color: #ffffff;
}

.default-form button.btn-transparent:hover {
    background: #ffffff;
    color: #333333;
}

.default-form button.btn-blue {
    background: #136084;
}

.btn {
    padding: 15px 20px;
    height: 50px;
    display: inline-block;
    border-radius: 2px;
    text-transform: uppercase;
    font-size: 13px;
    -webkit-transition: 0.2s ease-in;
    -o-transition: 0.2s ease-in;
    transition: 0.2s ease-in;
    -webkit-transition: all 0.2s ease-in ease-out;
    -moz-transition: all 0.2s ease-in ease-out;
    -o-transition: all 0.2s ease-in ease-out;
    transition: all 0.2s ease-in ease-out;
    font-family: "Candara", sans-serif;
}

.btn.btn-transparent-white {
    background: transparent;
    color: #ffffff;
    border: 1px solid rgba(255, 255, 255, 0.5);
}

.btn.btn-transparent-white:hover {
    background: transparent;
    color: #ffffff;
}

.btn.btn-transparent-gray {
    background: transparent;
    color: #808080;
    border: 1px solid #808080;
}

.btn.btn-transparent-gray:hover {
    background: #808080;
    color: #ffffff;
}

.btn.btn-gray-dark {
    background: #333333;
    color: #ffffff;
    border: 1px solid #333333;
}

.up {
    display: none;
    margin: 0 auto;
    width: 60px;
    height: 50px;
    cursor: pointer;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    background: #e79f30;
}

#header {
    position: relative;
    padding: 28px 30px;
    background: #e79f30;
    font-family: "Candara", sans-serif;
}

@media (max-width:420px) {
    #header {
        text-align: center;
    }
}

#header .logo {
    position: absolute;
}

@media (max-width:1300px) {
    #header .logo {
        position: relative;
    }
}

@media (max-width:480px) {
    #header .logo {
        margin-bottom: 20px;
        float: none !important;
    }
    #header .logo img {
        margin: 0 auto;
    }
}

#header .booking-form {
    position: relative;
    margin: 0 auto;
    display: block;
    text-align: center;
}

@media (max-width:1300px) {
    #header .booking-form {
        display: none;
    }
}

#header .booking-form span {
    position: relative;
    margin-right: 16px;
    display: inline-block;
    vertical-align: top;
}

#header .booking-form span.input {
    width: 200px;
}

@media (max-width:1600px) {
    #header .booking-form span.input {
        width: 150px;
    }
}

@media (max-width:1360px) {
    #header .booking-form span.input {
        width: 120px;
    }
}

#header .booking-form span.calendar {
    width: 200px;
}

@media (max-width:1600px) {
    #header .booking-form span.calendar {
        width: 150px;
    }
}

@media (max-width:1360px) {
    #header .booking-form span.calendar {
        width: 120px;
    }
}

#header .booking-form span.select-box {
    width: 130px;
}

#header .booking-form span.submit-btn {
    margin-right: 0;
    width: 125px;
    text-align: center;
}

#header .booking-form span input {
    position: relative;
    cursor: pointer;
}

#header .booking-form span .select-clone {
    position: absolute;
    left: 0;
    right: 0;
    display: none;
    background: #ffffff;
    border: 1px solid #ededed;
    border-width: 0 1px 1px 1px;
    z-index: 99;
}

#header .booking-form span .select-clone li {
    padding: 20px;
    display: block;
    border-bottom: 1px solid #ededed;
    cursor: pointer;
    color: #333333;
    text-transform: uppercase;
    font-size: 13px;
    text-align: left;
}

#header .booking-form span .select-clone li:hover {
    background: #136084;
    color: #ffffff;
}

#header .booking-form span .select-clone li:last-child {
    border-bottom: none;
}

#header .booking-form span .advanced {
    position: absolute;
    left: 0;
    right: 0;
    bottom: -25px;
    font-size: 11px;
    color: #ffffff;
    text-transform: uppercase;
}

#header .booking-form span .fa {
    position: absolute;
    padding: 5px;
    margin-top: -10px;
    right: 10px;
    top: 50%;
    color: #808080;
    cursor: pointer;
}

#header .contact-right {
    position: absolute;
    right: 30px;
    top: 28px;
}

@media (max-width:1300px) {
    #header .contact-right {
        position: relative;
        right: 0;
        top: 0;
    }
}

@media (max-width:480px) {
    #header .contact-right {
        float: none !important;
        text-align: center;
    }
}

#header .contact-right .header-booking {
    position: relative;
    margin-right: 15px;
    display: none;
}

@media (max-width:1300px) {
    #header .contact-right .header-booking {
        display: inline-block;
    }
}

#header .contact-right .header-booking .header-btn {
    width: 50px;
    height: 50px;
    display: inline-block;
    background: transparent;
    border: 1px solid #ededed;
    border-radius: 3px;
    -webkit-transition: 0.2s ease-in;
    -o-transition: 0.2s ease-in;
    transition: 0.2s ease-in;
    -webkit-transition: all 0.2s ease-in ease-out;
    -moz-transition: all 0.2s ease-in ease-out;
    -o-transition: all 0.2s ease-in ease-out;
    transition: all 0.2s ease-in ease-out;
}

#header .contact-right .header-booking .header-btn:hover,
#header .contact-right .header-booking .header-btn.hover {
    background: #ededed;
}

#header .contact-right .header-booking .header-btn .fa {
    color: #808080;
}

#header .contact-right .header-booking .booking-form {
    position: absolute;
    top: 60px;
    right: 0;
    width: 220px;
    display: none;
    z-index: 9999;
    background: #ffffff;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
}

@media (max-width:480px) {
    #header .contact-right .header-booking .booking-form {
        right: -120px;
    }
}

#header .contact-right .header-booking .booking-form form {
    padding: 20px 20px 0 20px;
}

#header .contact-right .header-booking .booking-form form span {
    margin-bottom: 20px;
    width: 100%;
}

#header .contact-right .header-social {
    position: relative;
    margin-right: 15px;
    display: inline-block;
}

#header .contact-right .header-social .header-btn {
    width: 50px;
    height: 50px;
    display: inline-block;
    background: transparent;
    border: none;
    border-radius: 3px;
    -webkit-transition: 0.2s ease-in;
    -o-transition: 0.2s ease-in;
    transition: 0.2s ease-in;
    -webkit-transition: all 0.2s ease-in ease-out;
    -moz-transition: all 0.2s ease-in ease-out;
    -o-transition: all 0.2s ease-in ease-out;
    transition: all 0.2s ease-in ease-out;
}

#header .contact-right .header-social .header-btn:hover,
#header .contact-right .header-social .header-btn.hover {
    background: #e4941b;
}

#header .contact-right .header-social .header-btn .fa {
    color: #262626;
}

#header .contact-right .header-social .header-nav {
    position: absolute;
    padding-top: 19px;
    top: 40px;
    right: 0;
    display: none;
    z-index: 9999;
}

#header .contact-right .header-social .header-nav ul {
    background: #e79f30;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
}

#header .contact-right .header-social .header-nav ul li:last-child a {
    border-bottom: none;
}

#header .contact-right .header-social .header-nav ul li a {
    padding: 15px 19px;
    display: block;
    border-bottom: 1px solid #cd8518;
    cursor: pointer;
    color: #333333;
    text-transform: uppercase;
    font-size: 13px;
    text-align: center;
}

#header .contact-right .header-social .header-nav ul li a:hover {
    background: #e79f30;
    color: #ffffff;
}

#header .contact-right .header-login {
    position: relative;
    margin-right: 12px;
    display: none;
}

#header .contact-right .header-login .header-btn {
    width: 50px;
    height: 50px;
    display: inline-block;
    background: transparent;
    border: none;
    border-radius: 3px;
    -webkit-transition: 0.2s ease-in;
    -o-transition: 0.2s ease-in;
    transition: 0.2s ease-in;
    -webkit-transition: all 0.2s ease-in ease-out;
    -moz-transition: all 0.2s ease-in ease-out;
    -o-transition: all 0.2s ease-in ease-out;
    transition: all 0.2s ease-in ease-out;
}

#header .contact-right .header-login .header-btn:hover,
#header .contact-right .header-login .header-btn.hover {
    background: #e4941b;
}

#header .contact-right .header-login .header-btn .fa {
    color: #262626;
}

#header .contact-right .header-login .header-form {
    position: absolute;
    padding-top: 19px;
    top: 40px;
    right: -17px;
    display: none;
    z-index: 99;
}

#header .contact-right .header-login .header-form form {
    padding: 30px;
    width: 270px;
    background: #ffffff;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
}

#header .contact-right .header-login .header-form form .alert-message {
    display: none;
}

#header .contact-right .header-login .header-form form .form-row {
    margin-bottom: 20px;
    text-align: left;
}

#header .contact-right .header-login .header-form form .form-row input {
    width: 100%;
}

#header .contact-right .header-login .header-form form .form-row button {
    width: 100%;
    color: #ffffff;
    border-bottom: 1px solid #cd8518;
}

#header .contact-right .header-login .header-form form .form-row.forgot-password {
    margin: 0;
}

#header .contact-right .header-login .header-form form .form-row.register {
    margin: 0;
}

#header .contact-right .header-menu-desktop {
    position: relative;
    display: inline-block;
    margin-top: 5px;
}

#header .contact-right .header-menu-desktop ul {
    list-style: none;
}

#header .contact-right .header-menu-desktop ul a>li {
    color: #262626;
    min-width: 120px;
    text-align: center;
    padding: 10px;
    margin: 0 5px 0 0;
    float: left;
    border-radius: 2px;
    font-size: 16px;
}

#header .contact-right .header-menu-desktop ul a>li:hover {
    background: #cf8517;
    -webkit-transition: 0.2s ease-in;
    -o-transition: 0.2s ease-in;
    transition: 0.2s ease-in;
    -webkit-transition: all 0.2s ease-in ease-out;
    -moz-transition: all 0.2s ease-in ease-out;
    -o-transition: all 0.2s ease-in ease-out;
    transition: all 0.2s ease-in ease-out;
}

#header .contact-right .header-menu {
    position: relative;
    display: none;
}

#header .contact-right .header-menu .header-btn {
    width: 50px;
    height: 50px;
    display: inline-block;
    background: transparent;
    border: none;
    border-radius: 3px;
    -webkit-transition: 0.2s ease-in;
    -o-transition: 0.2s ease-in;
    transition: 0.2s ease-in;
    -webkit-transition: all 0.2s ease-in ease-out;
    -moz-transition: all 0.2s ease-in ease-out;
    -o-transition: all 0.2s ease-in ease-out;
    transition: all 0.2s ease-in ease-out;
}

#header .contact-right .header-menu .header-btn:hover,
#header .contact-right .header-menu .header-btn.hover {
    background: #e4941b;
}

#header .contact-right .header-menu .header-btn .fa {
    color: #262626;
}

#header .contact-right .header-menu .navbar-nav {
    position: absolute;
    top: 58px;
    right: 0;
    display: none;
    width: 220px;
    text-align: left !important;
    float: none !important;
    background: #e79f30;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    z-index: 999;
}

#header .contact-right .header-menu .navbar-nav li {
    position: relative;
    display: inline-block;
    float: none !important;
    width: 100%;
}

#header .contact-right .header-menu .navbar-nav li:last-child a {
    border-bottom: none;
}

#header .contact-right .header-menu .navbar-nav li.active a {
    color: #136084;
}

#header .contact-right .header-menu .navbar-nav li .submenu-toggle {
    display: none;
}

#header .contact-right .header-menu .navbar-nav li.has-submenu ul {
    position: absolute;
    right: 220px;
    top: 0;
    width: 220px;
    display: none;
    background: #ffffff;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
}

#header .contact-right .header-menu .navbar-nav li a {
    padding: 20px 30px;
    display: block;
    font-size: 13px;
    font-weight: 700;
    border-bottom: 1px solid #cd8518;
}

#header .contact-right .header-menu .navbar-nav li a:hover {
    background: #e79f30;
    color: #262626;
}

#footer {
    position: relative;
}

#footer .footer-top {
    padding: 30px 0 0 0;
    background: #2e7e41;
}

#footer .footer-top .logo-footer {
    padding: 0 0 30px 0;
}

#footer .footer-top .logo-footer img {
    margin: 0 auto;
}

#footer .footer-top .widget {
    margin-bottom: 0px;
}

#footer .footer-top .widget .title {
    margin: 0 0 35px 0;
    color: #ffffff;
}

#footer .footer-top .widget p {
    color: #ffffff;
    opacity: .3;
}

#footer .footer-top .widget.widget-news ul li:last-child a {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

#footer .footer-top .widget.widget-news ul li a {
    padding: 15px 25px 15px 0;
    display: block;
    color: #ffffff;
    opacity: .7;
    font-family: 'open sans';
    text-transform: none;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

#footer .footer-top .widget.widget-news ul li a:hover {
    color: #ffffff;
    opacity: 1;
}

#footer .footer-top .widget.widget-news ul li a:before {
    padding: 0 10px;
    content: "\f0da";
    font-family: fontAwesome;
}

#footer .footer-top .widget.widget-newsletter form {
    margin: 0 105px 30px 0;
}

#footer .footer-top .widget.widget-newsletter form input {
    width: 100%;
    background: rgba(255, 255, 255, 0.3);
    color: #ffffff;
}

#footer .footer-top .widget.widget-newsletter form button {
    position: absolute;
    top: 50px;
    right: 15px;
    width: 100px;
}

#footer .footer-top .widget.widget-newsletter .social .title {
    margin: 0px;
    line-height: 42px;
}

@media (max-width:992px) {
    #footer .footer-top .widget.widget-newsletter .social .title {}
}

#footer .footer-top .widget.widget-newsletter .social ul li:last-child {
    padding-right: 0;
}

#footer .footer-top .widget.widget-newsletter .social ul li a {
    font-size: 30px;
    color: rgba(255, 255, 255, 0.5);
}

#footer .footer-top .widget.widget-newsletter .social ul li a:hover {
    color: #ffffff;
}

#footer .footer-copyrights {
    padding: 20px 0;
    text-align: center;
    background: #e79f30;
}

#footer .footer-copyrights p {
    margin: 0;
    color: #fff;
}

#footer .footer-copyrights p a {
    color: #2e7e41;
}

.tab-pane {
    display: none;
}

.tab-pane.active {
    display: block;
}

.fade {
    opacity: 0;
    -webkit-transition: opacity 0.15s linear;
    -moz-transition: opacity 0.15s linear;
    -o-transition: opacity 0.15s linear;
    transition: opacity 0.15s linear;
}

.fade.in {
    opacity: 1;
}

.modal-backdrop.fade.in {
    opacity: .5;
}

.custom-list {
    padding: 0;
    margin: 0;
    list-style: none;
}

.css-table {
    display: table;
    width: 100%;
    height: 100%;
}

.css-table-cell {
    display: table-cell;
    vertical-align: middle;
}

.preamble {
    margin-bottom: 90px;
    text-align: center;
}

.preamble h3 {
    margin-top: 0;
}

/* .preamble h3:after {
    margin-top: 15px;
    display: block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    color: #fff;
    -moz-osx-font-smoothing: grayscale;
    content: "\f005 \f005 \f005 \f005 \f005";
    font-size: 14px;
} */

.preamble p {
    margin: 15px 0 0 0;
    font-size: 14px;
    line-height: 30px;
}

.preamble.light h3 {
    color: #ffffff;
}

.preamble.light h3:after {
    color: #ffffff;
}

.preamble.light p {
    color: #ffffff;
}

#media-query-breakpoint {
    display: none;
}

#media-query-breakpoint,
#media-query-breakpoint span:before {
    content: "1200";
}

@media (max-width:1200px) {
    #media-query-breakpoint,
    #media-query-breakpoint span:before {
        content: "1200";
    }
}

@media (max-width:991px) {
    #media-query-breakpoint,
    #media-query-breakpoint span:before {
        content: "991";
    }
}

@media (max-width:768px) {
    #media-query-breakpoint,
    #media-query-breakpoint span:before {
        content: "768";
    }
}

@media (max-width:480px) {
    #media-query-breakpoint,
    #media-query-breakpoint span:before {
        content: "480";
    }
}

#banner {
    position: relative;
    width: 100%;
    padding-bottom: 40.25%;
    overflow: hidden;
}

#banner .background-slider {
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
}

#banner .background-slider .owl-item {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

#banner .background-slider .owl-buttons .owl-prev {
    position: absolute;
    margin: -40px 0 0 0;
    top: 50%;
    left: 30px;
    z-index: 99;
    display: inline-block;
    cursor: pointer;
}

#banner .background-slider .owl-buttons .owl-next {
    position: absolute;
    margin: -40px 0 0 0;
    right: 30px;
    top: 50%;
    z-index: 99;
    display: inline-block;
    cursor: pointer;
}

#banner .background-slider .owl-buttons .fa {
    font-size: 80px;
    color: #ffffff;
}

.ui-datepicker {
    width: 220px;
    background: #ffffff;
}

.ui-datepicker .ui-datepicker-header {
    position: relative;
    padding: 20px 0;
}

.ui-datepicker .ui-datepicker-header .ui-datepicker-next {
    position: absolute;
    right: 20px;
    top: 20px;
    cursor: pointer;
}

.ui-datepicker .ui-datepicker-header .ui-datepicker-next:before {
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    color: #333333;
    -moz-osx-font-smoothing: grayscale;
    content: "\f105";
}

.ui-datepicker .ui-datepicker-header .ui-datepicker-next span {
    display: none;
}

.ui-datepicker .ui-datepicker-header .ui-datepicker-prev {
    position: absolute;
    left: 20px;
    top: 20px;
    cursor: pointer;
}

.ui-datepicker .ui-datepicker-header .ui-datepicker-prev:before {
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    color: #333333;
    -moz-osx-font-smoothing: grayscale;
    content: "\f104";
}

.ui-datepicker .ui-datepicker-header .ui-datepicker-prev span {
    display: none;
}

.ui-datepicker .ui-datepicker-header .ui-datepicker-title {
    text-align: center;
    text-transform: uppercase;
}

.ui-datepicker .ui-datepicker-calendar {
    width: 100%;
    border-top: 1px solid #ededed;
    border-spacing: 1% 2em;
}

.ui-datepicker .ui-datepicker-calendar thead tr th {
    padding: 5px;
    font-size: 13px;
}

.ui-datepicker .ui-datepicker-calendar tbody tr td {
    padding: 5px;
    text-align: center;
}

.ui-datepicker .ui-datepicker-calendar tbody .ui-state-default {
    color: #c7c7c7;
}

.about {
    position: relative;
    padding: 100px 0 60px 0;
    background: #2e7e41;
    color: #f0f0f0;
}

.about .feature {
    margin-bottom: 20px;
}

.about .feature h4 {
    margin: 20px 0 15px 0;
}

.about .feature .overlay-content {
    margin-top: -25px;
}

.overlay {
    position: relative;
    display: block;
    overflow: hidden;
}

.overlay .overlay-shadow {
    position: absolute;
    margin: 20px;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    opacity: 0;
    background: #e89f3094;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.overlay .overlay-shadow .overlay-content {
    position: absolute;
    top: 50%;
    width: 100%;
    text-align: center;
    visibility: hidden;
    opacity: 0;
    -webkit-transform: scale(0.2);
    -moz-transform: scale(0.2);
    -ms-transform: scale(0.2);
    -o-transform: scale(0.2);
    transform: scale(0.2);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.overlay:hover .overlay-shadow {
    visibility: visible;
    opacity: 1;
    z-index: 1;
}

.overlay:hover .overlay-content {
    opacity: 1;
    visibility: visible;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.testimonials {
    position: relative;
    padding: 100px 0 70px 0;
    display: none;
}

.testimonials #video_testimonials {
    position: absolute;
    top: 0px;
    height: 100%;
    width: 100%;
    z-index: 0;
}

.testimonials .video_gradient {
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    background: rgba(19, 96, 132, 0.7);
    z-index: 0;
}

.testimonials .preamble {
    margin-bottom: 15px;
}

.testimonials blockquote {
    padding: 0px;
    margin: 20px 0px 70px 0;
    font-size: 15px;
    line-height: 30px;
    text-align: center;
    border: medium none;
    z-index: 99;
    color: #ffffff;
    font-family: "Libre Baskerville", serif;
}

.testimonials blockquote cite {
    margin-bottom: 25px;
    display: inline-block;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 18px;
    font-family: 'Montserrat', "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-style: normal;
}

.testimonials blockquote cite span {
    display: block;
    font-size: 14px;
    line-height: 14px;
}

.testimonials blockquote .stars {
    margin-bottom: 20px;
    line-height: 25px;
}

.testimonials blockquote:after {
    margin: 25px auto 0px;
    display: block;
    font: 28px/28px "FontAwesome";
    text-align: center;
    color: rgba(255, 255, 255, 0.75);
    content: "\f10e";
}

.testimonials .owl-pagination {
    text-align: center;
}

.testimonials .owl-pagination .owl-page {
    cursor: pointer;
    border: 2px solid #ffffff;
    margin-right: 2px;
    margin-left: 2px;
    display: inline-block;
}

.testimonials .owl-pagination .owl-page.active span {
    background: #ffffff;
}

.testimonials .owl-pagination .owl-page span {
    display: block;
    width: 10px;
    height: 10px;
    background: transparent;
    padding: 2px;
    margin: 2px;
}

.partners {
    position: relative;
    padding: 50px 0;
    background: #ededed;
    display: none;
}

.partners.partners-white {
    background: #ffffff;
}

.partners .preamble {
    margin-bottom: 40px;
}

.partners .owl-item img {
    margin: 0 auto;
    width: 75%;
}

.supertabs {
    position: relative;
    padding: 60px 0;
}

.supertabs .tab-navigation {
    padding-right: 0;
}

@media (max-width:992px) {
    .supertabs .tab-navigation {
        padding-right: 15px;
    }
}

.supertabs .tab-navigation ul li {
    margin-left: 10px;
    border: 1px solid #e0e0e0;
    border-width: 1px 1px 0 1px;
}

.supertabs .tab-navigation ul li:last-child {
    border-bottom: 1px solid #e0e0e0;
}

.supertabs .tab-navigation ul li.active {
    margin-left: 0;
    border-left: 2px solid #e79f30;
}

.supertabs .tab-navigation ul li.active a {
    background: #ffffff;
}

.supertabs .tab-navigation ul li a {
    padding: 45px 50px;
    display: block;
    background: #ededed;
}

.supertabs .tab-navigation ul li a .title {
    margin: 0 0 3px 0;
    font-size: 14px;
}

.supertabs .tab-navigation ul li a .subtitle {
    margin: 0;
    color: #808080;
    font-size: 13px;
    font-weight: normal;
}

.supertabs .tab-content {
    padding-left: 0;
}

@media (max-width:992px) {
    .supertabs .tab-content {
        padding-left: 15px;
    }
}

.supertabs .tab-content .tab-pane {
    background-repeat: no-repeat;
    background-size: cover;
}

@media (max-width:992px) {
    .supertabs .tab-content .tab-pane {
        min-height: 350px !important;
    }
}

.supertabs .tab-content .tab-pane header {
    padding: 40px 0 0 50px;
}

.supertabs .tab-content .tab-pane header .title {
    margin: 0 0 3px 0;
    font-size: 14px;
}

.supertabs .tab-content .tab-pane header .subtitle {
    margin: 0;
    color: #808080;
    font-size: 13px;
    font-weight: normal;
}

.supertabs .tab-content .tab-pane p {
    position: absolute;
    bottom: 35px;
    left: 50px;
    right: 50px;
}

@media (max-width:992px) {
    .supertabs .tab-content .tab-pane p {
        position: relative;
        padding: 0 50px;
        margin-top: 50px;
        left: auto;
        right: auto;
        bottom: auto;
    }
}

.header-section {
    position: relative;
    padding: 90px 0;
    background: #222222;
}

.header-section #gradient {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    opacity: .5;
    background: #172431;
}

.header-section.listing {
    background: url(../img/header-listing.jpg) no-repeat center;
    background-size: cover;
}

.header-section.contact {
    background: url(../img/header-listing.jpg) no-repeat center;
    background-size: cover;
}

.header-section.room {
    padding: 215px 0 160px 0;
    background: url(../img/header-room.jpg) no-repeat center;
    background-size: cover;
}

.header-section .title-section {
    margin: 0;
    font-size: 30px;
    color: #ffffff;
    font-weight: 400;
}

@media (max-width:480px) {
    .header-section .title-section {
        float: none !important;
    }
}

@media (max-width:480px) {
    .header-section .breadcrumbs {
        float: none !important;
    }
}

.header-section .breadcrumbs li {
    padding: 6px 0;
}

.header-section .breadcrumbs li:last-child:after {
    display: none;
}

.header-section .breadcrumbs li:after {
    padding: 0 5px 0 10px;
    content: "/";
    color: #ffffff;
}

.header-section .breadcrumbs li a {
    color: #ffffff;
}

.header-slider {
    position: relative;
    width: 100%;
    padding-bottom: 36.25%;
}

@media (max-width:900px) {
    .header-slider {
        padding-bottom: 56.25%;
    }
}

@media (max-width:550px) {
    .header-slider {
        padding-bottom: 75%;
    }
}

.header-slider .background-slider {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.header-slider .owl-buttons .owl-prev {
    position: absolute;
    margin: 0;
    top: 50%;
    left: 30px;
    z-index: 99;
    display: inline-block;
    cursor: pointer;
}

.header-slider .owl-buttons .owl-next {
    position: absolute;
    margin: 0;
    right: 30px;
    top: 50%;
    z-index: 99;
    display: inline-block;
    cursor: pointer;
}

.header-slider .owl-buttons .fa {
    font-size: 80px;
    color: #ffffff;
}

.header-slider img {
    width: 100%;
    max-width: 100%;
    height: auto;
}

#listing {
    position: relative;
    padding: 60px 0;
    background: #f0f0f0;
}

#listing .fleets-filters {
    margin-bottom: 30px;
    background: #ffffff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

#listing .fleets-filters .toggle-title {
    position: relative;
    padding: 27px 30px;
    margin: 0;
    display: block;
    border-bottom: 1px solid #ededed;
}

#listing .fleets-filters .toggle-title:after {
    position: absolute;
    padding: 5px;
    display: block;
    top: 21px;
    right: 25px;
    font-size: 16px;
    color: #555555;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -moz-osx-font-smoothing: grayscale;
    content: "\f107";
    cursor: pointer;
}

#listing .fleets-filters .toggle-content {
    display: block;
}

@media (max-width:992px) {
    #listing .fleets-filters .toggle-content {
        display: none;
    }
}

#listing .fleets-filters .toggle-content .search {
    position: relative;
    padding: 30px;
    border-bottom: 1px solid #ededed;
}

#listing .fleets-filters .toggle-content .search input {
    position: relative;
}

#listing .fleets-filters .toggle-content .search .fa {
    position: absolute;
    right: 55px;
    top: 48px;
    color: #808080;
}

#listing .fleets-filters .toggle-content .general {
    padding: 0 30px 25px 30px;
}

#listing .fleets-filters .toggle-content .general .title {
    margin: 30px 0;
}

#listing .fleets-filters .toggle-content .general form span {
    position: relative;
    display: block;
    margin-bottom: 20px;
}

#listing .fleets-filters .toggle-content .general form span .fa {
    position: absolute;
    right: 25px;
    top: 18px;
    color: #808080;
    cursor: pointer;
}

#listing .fleets-filters .toggle-content .general form span select {
    display: none;
}

#listing .fleets-filters .toggle-content .general form span .select-clone {
    position: absolute;
    left: 0;
    right: 0;
    display: none;
    background: #ffffff;
    border: 1px solid #ededed;
    border-width: 0 1px 1px 1px;
    z-index: 99;
}

#listing .fleets-filters .toggle-content .general form span .select-clone li {
    padding: 20px;
    display: block;
    border-bottom: 1px solid #ededed;
    cursor: pointer;
    color: #333333;
    text-transform: uppercase;
    font-size: 13px;
    text-align: left;
}

#listing .fleets-filters .toggle-content .general form span .select-clone li:hover {
    background: #136084;
    color: #ffffff;
}

#listing .fleets-filters .toggle-content .general form span .select-clone li:last-child {
    border-bottom: none;
}

#listing .fleets-filters .toggle-content .general .additional-filter-list li {
    line-height: 30px;
}

#listing .fleets-filters .toggle-content .general .additional-filter-list li .checkbox-input input {
    display: none;
}

#listing .fleets-filters .toggle-content .general .additional-filter-list li .checkbox-input.active label:before {
    top: 0px;
    font: 14px/17px "fontawesome";
    -moz-osx-font-smoothing: grayscale;
    content: "\f00c";
}

#listing .fleets-filters .toggle-content .general .additional-filter-list li .checkbox-input label {
    margin-bottom: 0px;
    cursor: pointer;
    text-transform: uppercase;
}

#listing .fleets-filters .toggle-content .general .additional-filter-list li .checkbox-input label:before {
    position: relative;
    display: inline-block;
    top: 3px;
    margin-right: 10px;
    width: 17px;
    height: 17px;
    line-height: 30px;
    text-align: center;
    color: #808080;
    border: 1px solid #808080;
    content: "";
}

#listing .fleets-filters .toggle-content .slider-range-container {
    position: relative;
}

#listing .fleets-filters .toggle-content .slider-range-container .slider-range {
    position: relative;
    margin-bottom: 10px;
    display: block;
    height: 10px;
    line-height: 1px;
    background: #ededed;
}

#listing .fleets-filters .toggle-content .slider-range-container .slider-range .ui-slider-range {
    display: block;
    position: absolute;
    top: 0;
    height: 10px;
    line-height: 1px;
    background: #222222;
}

#listing .fleets-filters .toggle-content .slider-range-container .slider-range .ui-slider-handle {
    display: block;
    position: absolute;
    width: 14px;
    height: 14px;
    border-radius: 3px;
    top: -2px;
    border: 3px solid transparent;
    background: #222222;
}

#listing .fleets-filters .toggle-content .slider-range-container .slider-range .ui-slider-handle:last-child {
    margin-left: -14px;
}

#listing .fleets-filters .toggle-content .slider-range-container input {
    padding: 5px;
    height: 30px;
    text-align: center;
    border-radius: 2px;
    text-transform: uppercase;
    font-size: 13px;
    background: #ffffff;
    border: 1px solid #ededed;
    font-family: 'Montserrat', "Helvetica Neue", Helvetica, Arial, sans-serif;
}

#listing .fleets-filters .toggle-content .slider-range-container .range-from {
    float: left;
    width: 70px;
}

#listing .fleets-filters .toggle-content .slider-range-container .range-to {
    float: right;
    width: 70px;
}

#listing .fleets-filters .toggle-content .buttons {
    position: relative;
    padding: 30px 30px 20px 30px;
    display: inline-block;
    width: 100%;
    min-height: 110px;
    border-top: 1px solid #ededed;
}

@media (max-width:1200px) {
    #listing .fleets-filters .toggle-content .buttons .btn {
        margin-bottom: 10px;
        width: 100%;
    }
}

#listing .special-offers {
    width: 100%;
    display: inline-block;
    float: left;
    background: #ffffff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

#listing .special-offers.listing {
    display: none;
}

@media (max-width:992px) {
    #listing .special-offers.sidebar {
        display: none;
    }
    #listing .special-offers.listing {
        margin-top: 30px;
        display: block;
    }
}

#listing .special-offers .title-section {
    position: relative;
    padding: 27px 30px;
    margin: 0;
    display: block;
    border-bottom: 1px solid #ededed;
}

#listing .special-offers ul {
    padding: 30px 30px 10px 30px;
}

#listing .special-offers ul li {
    margin-bottom: 20px;
    min-height: 50px;
}

#listing .special-offers ul li .title {
    padding-left: 70px;
    margin: 0 0 5px 0;
    display: block;
}

#listing .special-offers ul li .price {
    padding-left: 20px;
    font-family: "Libre Baskerville", serif;
    color: #222222;
}

@media (max-width:1200px) {
    #listing .special-offers ul li .price {
        font-size: 11px;
    }
}

#listing .special-offers ul li .thumbnail {
    float: left;
    width: 50px;
    height: 50px;
}

#listing .special-offers ul li .thumbnail img {
    width: 100%;
    height: 100%;
}

#listing .listing-content .listing-pagination {
    position: relative;
    padding: 20px 30px;
    margin-bottom: 30px;
    float: left;
    width: 100%;
    background: #ffffff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

#listing .listing-content .listing-pagination.footer {
    margin-bottom: 0;
}

#listing .listing-content .listing-pagination .title {
    padding: 7px 0;
    margin: 0;
}

@media (max-width:570px) {
    #listing .listing-content .listing-pagination .title {
        float: none !important;
        text-align: center;
    }
}

#listing .listing-content .listing-pagination .select-box {
    position: relative;
}

@media (max-width:570px) {
    #listing .listing-content .listing-pagination .select-box {
        text-align: center;
        width: 100%;
    }
}

#listing .listing-content .listing-pagination .select-box select {
    display: none;
}

#listing .listing-content .listing-pagination .select-box input {
    position: relative;
    padding: 3px 10px;
    width: 130px;
    height: 30px;
    color: #808080;
    background: #ffffff;
    border: 1px solid #ededed;
    cursor: pointer;
}

@media (max-width:570px) {
    #listing .listing-content .listing-pagination .select-box input {
        width: 100%;
    }
}

#listing .listing-content .listing-pagination .select-box .fa {
    position: absolute;
    padding: 5px;
    top: 4px;
    right: 5px;
    color: #808080;
    cursor: pointer;
}

#listing .listing-content .listing-pagination .select-box .select-clone {
    position: absolute;
    left: 0;
    right: 0;
    display: none;
    background: #ffffff;
    border: 1px solid #ededed;
    border-width: 0 1px 1px 1px;
    z-index: 99;
}

#listing .listing-content .listing-pagination .select-box .select-clone li {
    padding: 20px;
    display: block;
    border-bottom: 1px solid #ededed;
    cursor: pointer;
    color: #333333;
    text-transform: uppercase;
    font-size: 13px;
    text-align: left;
}

#listing .listing-content .listing-pagination .select-box .select-clone li:hover {
    background: #136084;
    color: #ffffff;
}

#listing .listing-content .listing-pagination .select-box .select-clone li:last-child {
    border-bottom: none;
}

#listing .listing-content .listing-pagination .pagination {
    margin-right: 45px;
}

@media (max-width:570px) {
    #listing .listing-content .listing-pagination .pagination {
        margin-right: 0;
        float: none !important;
        text-align: center;
    }
}

#listing .listing-content .listing-pagination .pagination.no-margin {
    margin: 0;
}

#listing .listing-content .listing-pagination .pagination li a {
    padding: 6px 0;
    display: inline-block;
    color: #808080;
}

#listing .listing-content .listing-room-list {
    position: relative;
    padding: 5px 30px 5px 5px;
    margin-bottom: 10px;
    float: left;
    width: 100%;
    min-height: 210px;
    background: #ffffff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

@media (max-width:768px) {
    #listing .listing-content .listing-room-list {
        padding: 5px 15px;
    }
}

#listing .listing-content .listing-room-list .thumbnail {
    position: absolute;
    left: 5px;
    top: 5px;
    width: 200px;
    height: 200px;
}

@media (max-width:768px) {
    #listing .listing-content .listing-room-list .thumbnail {
        position: relative;
        margin: 0 auto;
    }
}

#listing .listing-content .listing-room-list .thumbnail img {
    width: 100%;
    height: 100%;
}

#listing .listing-content .listing-room-list .thumbnail .owl-buttons {
    display: none;
}

#listing .listing-content .listing-room-list .thumbnail .owl-prev {
    position: absolute;
    top: 50%;
    margin-top: -20px;
    left: 0;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    background: rgba(0, 0, 0, 0.4);
}

#listing .listing-content .listing-room-list .thumbnail .owl-prev:hover {
    background: #222222;
}

#listing .listing-content .listing-room-list .thumbnail .owl-prev .fa {
    color: #ffffff;
}

#listing .listing-content .listing-room-list .thumbnail .owl-next {
    position: absolute;
    top: 50%;
    right: 0;
    margin-top: -20px;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    background: rgba(0, 0, 0, 0.4);
}

#listing .listing-content .listing-room-list .thumbnail .owl-next:hover {
    background: #222222;
}

#listing .listing-content .listing-room-list .thumbnail .owl-next .fa {
    color: #ffffff;
}

#listing .listing-content .listing-room-list .listing-room-content {
    padding-left: 230px;
}

@media (max-width:768px) {
    #listing .listing-content .listing-room-list .listing-room-content {
        padding-left: 0;
    }
}

#listing .listing-content .listing-room-list .listing-room-content header {
    padding-bottom: 17px;
    margin-bottom: 17px;
    float: left;
    width: 100%;
    border-bottom: 1px solid #ededed;
}

#listing .listing-content .listing-room-list .listing-room-content header .title {
    margin: 17px 0 5px 0;
}

@media (max-width:480px) {
    #listing .listing-content .listing-room-list .listing-room-content header .pull-right,
    #listing .listing-content .listing-room-list .listing-room-content header .pull-left {
        float: none !important;
    }
}

#listing .listing-content .listing-room-list .listing-room-content header .tags li:after {
    padding-left: 10px;
    color: #808080;
    content: "/";
}

#listing .listing-content .listing-room-list .listing-room-content header .tags li:last-child:after {
    display: none;
}

#listing .listing-content .listing-room-list .listing-room-content header .tags li:first-child {
    padding-left: 0;
}

#listing .listing-content .listing-room-list .listing-room-content header .tags li a {
    color: #808080;
}

#listing .listing-content .listing-room-list .listing-room-content header .tags li a:hover {
    color: #676767;
}

#listing .listing-content .listing-room-list .listing-room-content header .price {
    padding-top: 30px;
    display: block;
    font-size: 18px;
    font-family: "Libre Baskerville", serif;
    color: #222222;
}

@media (max-width:480px) {
    #listing .listing-content .listing-room-list .listing-room-content header .price {
        padding-top: 10px;
    }
}

#listing .listing-content .listing-room-list .listing-room-content .listing-facitilities {
    float: left;
    width: 100%;
}

#listing .listing-content .listing-room-list .listing-room-content .facilities-list li {
    line-height: 30px;
}

#listing .listing-content .listing-room-list .listing-room-content .facilities-list li span {
    margin-left: 5px;
    color: #808080;
    text-transform: uppercase;
    font-size: 13px;
    font-family: 'Montserrat', "Helvetica Neue", Helvetica, Arial, sans-serif;
}

@media (max-width:1200px) {
    #listing .listing-content .listing-room-list .listing-room-content .facilities-list li span {
        font-size: 8px;
    }
}

@media (max-width:992px) {
    #listing .listing-content .listing-room-list .listing-room-content .facilities-list li span {
        font-size: 9px;
    }
}

@media (max-width:768px) {
    #listing .listing-content .listing-room-list .listing-room-content .facilities-list li span {
        font-size: 13px;
    }
}

#listing .listing-content .listing-room-list .listing-room-content .btn {
    padding: 10px 0;
    width: 100%;
    height: 40px;
}

#listing .listing-content .listing-room-list .listing-room-content .btn.btn-gray-dark {
    margin-top: 10px;
    display: none;
}

#listing .listing-content .listing-room-list:hover .thumbnail .owl-buttons {
    display: block;
}

#listing .listing-content .listing-room-list:hover .btn.btn-gray-dark {
    display: block;
}

#listing .listing-content .listing-room-grid {
    position: relative;
    padding: 5px;
    float: left;
    width: 100%;
    margin-bottom: 30px;
    text-align: center;
    background: #ffffff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

#listing .listing-content .listing-room-grid .thumbnail {
    position: relative;
    width: 100%;
    height: 100%;
}

#listing .listing-content .listing-room-grid .thumbnail img {
    width: 100%;
    height: 100%;
}

#listing .listing-content .listing-room-grid .thumbnail .owl-buttons {
    display: none;
}

#listing .listing-content .listing-room-grid .thumbnail .owl-prev {
    position: absolute;
    top: 50%;
    margin-top: -20px;
    left: 0;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    background: rgba(0, 0, 0, 0.4);
}

#listing .listing-content .listing-room-grid .thumbnail .owl-prev:hover {
    background: #222222;
}

#listing .listing-content .listing-room-grid .thumbnail .owl-prev .fa {
    color: #ffffff;
}

#listing .listing-content .listing-room-grid .thumbnail .owl-next {
    position: absolute;
    top: 50%;
    right: 0;
    margin-top: -20px;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    background: rgba(0, 0, 0, 0.4);
}

#listing .listing-content .listing-room-grid .thumbnail .owl-next:hover {
    background: #222222;
}

#listing .listing-content .listing-room-grid .thumbnail .owl-next .fa {
    color: #ffffff;
}

#listing .listing-content .listing-room-grid header {
    padding-bottom: 17px;
    margin-bottom: 17px;
    float: left;
    width: 100%;
    border-bottom: 1px solid #ededed;
}

#listing .listing-content .listing-room-grid header .title {
    margin: 30px 0 5px 0;
}

#listing .listing-content .listing-room-grid header .tags li:after {
    padding-left: 10px;
    color: #808080;
    content: "/";
}

#listing .listing-content .listing-room-grid header .tags li:last-child:after {
    display: none;
}

#listing .listing-content .listing-room-grid header .tags li:first-child {
    padding-left: 0;
}

#listing .listing-content .listing-room-grid header .tags li a {
    color: #808080;
}

#listing .listing-content .listing-room-grid header .tags li a:hover {
    color: #676767;
}

#listing .listing-content .listing-room-grid .price {
    margin-bottom: 20px;
    float: left;
    width: 100%;
    display: block;
    font-size: 18px;
    font-family: "Libre Baskerville", serif;
    color: #222222;
}

@media (max-width:480px) {
    #listing .listing-content .listing-room-grid .price {
        padding-top: 10px;
    }
}

#listing .listing-content .listing-room-grid .btn {
    margin-bottom: 30px;
}

#listing .listing-content .listing-room-grid:hover .thumbnail .owl-buttons {
    display: block;
}

#room {
    position: relative;
    padding: 0 0 60px 0;
    background: #f0f0f0;
}

#room .room-wrapper {
    margin-top: -70px;
    float: left;
    width: 100%;
    background: #ffffff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

#room .room-wrapper .sidebar {
    padding: 0;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

#room .room-wrapper .sidebar #map {
    width: 100%;
    height: 285px;
}

#room .room-wrapper .sidebar .widget-title {
    padding: 30px;
    margin: 0;
    border: 1px solid #ededed;
    border-width: 1px 0;
}

#room .room-wrapper .sidebar .widget-content {
    padding: 30px;
}

#room .room-wrapper .sidebar .widget-content form span {
    position: relative;
    display: block;
    margin-bottom: 20px;
}

#room .room-wrapper .sidebar .widget-content form span .fa {
    position: absolute;
    right: 25px;
    top: 18px;
    color: #808080;
    cursor: pointer;
}

#room .room-wrapper .sidebar .widget-content form span select {
    display: none;
}

#room .room-wrapper .sidebar .widget-content form span .select-clone {
    position: absolute;
    left: 0;
    right: 0;
    display: none;
    background: #ffffff;
    border: 1px solid #ededed;
    border-width: 0 1px 1px 1px;
    z-index: 99;
}

#room .room-wrapper .sidebar .widget-content form span .select-clone li {
    padding: 20px;
    display: block;
    border-bottom: 1px solid #ededed;
    cursor: pointer;
    color: #333333;
    text-transform: uppercase;
    font-size: 13px;
    text-align: left;
}

#room .room-wrapper .sidebar .widget-content form span .select-clone li:hover {
    background: #136084;
    color: #ffffff;
}

#room .room-wrapper .sidebar .widget-content form span .select-clone li:last-child {
    border-bottom: none;
}

#room .room-wrapper .sidebar .widget-content form h5 {
    font-family: "Libre Baskerville", serif;
    color: #222222;
    text-transform: none;
    font-style: italic;
    font-weight: normal;
}

#room .room-wrapper .sidebar .widget-content form h5 span {
    display: inline-block;
    float: right;
}

#room .room-wrapper .sidebar .widget-content form .btn {
    width: 100%;
}

#room .room-wrapper .sidebar .widget-content.offers-content {
    padding: 30px 30px 10px 30px;
}

#room .room-wrapper .sidebar .widget-content.offers-content ul li {
    margin-bottom: 20px;
    min-height: 50px;
}

#room .room-wrapper .sidebar .widget-content.offers-content ul li .title {
    padding-left: 70px;
    margin: 0 0 5px 0;
    display: block;
}

#room .room-wrapper .sidebar .widget-content.offers-content ul li .price {
    padding-left: 20px;
    font-family: "Libre Baskerville", serif;
    color: #222222;
}

@media (max-width:1200px) {
    #room .room-wrapper .sidebar .widget-content.offers-content ul li .price {
        font-size: 11px;
    }
}

#room .room-wrapper .sidebar .widget-content.offers-content ul li .thumbnail {
    float: left;
    width: 50px;
    height: 50px;
}

#room .room-wrapper .sidebar .widget-content.offers-content ul li .thumbnail img {
    width: 100%;
    height: 100%;
}

#room .room-wrapper .sidebar .widget-content .contact-list li {
    margin-bottom: 10px;
}

#room .room-wrapper .sidebar .widget-content .contact-list li:last-child {
    margin-bottom: 0;
}

#room .room-wrapper .sidebar .widget-content .contact-list li .fa {
    color: #222222;
}

#room .room-wrapper .sidebar .widget-content .contact-list li span {
    margin-left: 10px;
    color: #808080;
    font-family: 'Montserrat', "Helvetica Neue", Helvetica, Arial, sans-serif;
}

#room .room-wrapper .room-content {
    padding: 0;
}

#room .room-wrapper .room-content .room-general {
    padding: 50px 50px 35px 50px;
    border-bottom: 1px solid #ededed;
}

#room .room-wrapper .room-content .room-general img {
    margin-bottom: 30px;
    width: 100%;
}

#room .room-wrapper .room-content .room-general header {
    display: inline-block;
    width: 100%;
}

@media (max-width:480px) {
    #room .room-wrapper .room-content .room-general header .pull-right,
    #room .room-wrapper .room-content .room-general header .pull-left {
        float: none !important;
    }
}

#room .room-wrapper .room-content .room-general header .title {
    margin: 0 0 0 0;
    font-size: 30px;
    line-height: 30px;
}

#room .room-wrapper .room-content .room-general header .tags {
    padding-top: 15px;
}

#room .room-wrapper .room-content .room-general header .tags.pt-0 {
    padding-top: 0;
}

#room .room-wrapper .room-content .room-general header .tags li:after {
    padding-left: 10px;
    color: #808080;
    content: "/";
}

#room .room-wrapper .room-content .room-general header .tags li:last-child:after {
    display: none;
}

#room .room-wrapper .room-content .room-general header .tags li:first-child {
    padding-left: 0;
}

#room .room-wrapper .room-content .room-general header .tags li a {
    color: #808080;
}

#room .room-wrapper .room-content .room-general header .tags li a:hover {
    color: #676767;
}

#room .room-wrapper .room-content .room-general header .price {
    display: block;
    font-size: 30px;
    font-family: "Libre Baskerville", serif;
    color: #222222;
}

@media (max-width:480px) {
    #room .room-wrapper .room-content .room-general header .price {
        padding-top: 10px;
    }
}

#room .room-wrapper .room-content .room-tabs {
    padding: 50px;
    border-bottom: 1px solid #ededed;
}

#room .room-wrapper .room-content .room-about {
    padding: 50px;
    border-bottom: 1px solid #ededed;
}

#room .room-wrapper .room-content .room-about .title-section {
    margin: 0 0 40px 0;
    font-size: 18px;
}

#room .room-wrapper .room-content .room-about p {
    margin: 0;
}

#room .room-wrapper .room-content .room-tabs .nav-tabs {
    border-bottom: 1px solid #222222;
}

#room .room-wrapper .room-content .room-tabs .nav-tabs li {
    margin: 0;
    width: 160px;
}

@media (max-width:1200px) {
    #room .room-wrapper .room-content .room-tabs .nav-tabs li {
        width: 150px;
    }
}

@media (max-width:992px) {
    #room .room-wrapper .room-content .room-tabs .nav-tabs li {
        width: 100%;
    }
}

#room .room-wrapper .room-content .room-tabs .nav-tabs li.active a {
    background: #222222;
    border-color: #222222;
}

#room .room-wrapper .room-content .room-tabs .nav-tabs li a {
    padding: 15px 10px;
    text-align: center;
    background: #d6d6d6;
    border-color: #d6d6d6;
    color: #ffffff;
}

#room .room-wrapper .room-content .room-tabs .tab-content {
    padding-top: 40px;
}

#room .room-wrapper .room-content .room-tabs .tab-content .images-gallery {
    display: inline-block;
    width: 100%;
}

@media (max-width:992px) {
    #room .room-wrapper .room-content .room-tabs .tab-content .images-gallery .img-single {
        margin-bottom: 30px;
    }
    #room .room-wrapper .room-content .room-tabs .tab-content .images-gallery .img-single img {
        width: 100%;
    }
}

#room .room-wrapper .room-content .room-tabs .tab-content .reviews-list li {
    position: relative;
}

#room .room-wrapper .room-content .room-tabs .tab-content .reviews-list li .thumbnail {
    position: absolute;
    width: 128px;
    height: 128px;
}

@media (max-width:480px) {
    #room .room-wrapper .room-content .room-tabs .tab-content .reviews-list li .thumbnail {
        width: 64px;
        height: 64px;
    }
}

#room .room-wrapper .room-content .room-tabs .tab-content .reviews-list li .thumbnail img {
    width: 100%;
    height: 100%;
}

#room .room-wrapper .room-content .room-tabs .tab-content .reviews-list li .review-content {
    padding-left: 145px;
}

@media (max-width:480px) {
    #room .room-wrapper .room-content .room-tabs .tab-content .reviews-list li .review-content {
        padding-left: 80px;
    }
}

#room .room-wrapper .room-content .room-tabs .tab-content .reviews-list li .review-content header {
    margin-bottom: 5px;
}

#room .room-wrapper .room-content .room-tabs .tab-content .reviews-list li .review-content header h5 {
    margin: 0 0 2px 0;
}

#room .room-wrapper .room-content .room-tabs .tab-content .reviews-list li .review-content header .stars li {
    padding: 0 .5px;
}

#room .room-wrapper .room-content .room-tabs .tab-content .reviews-list li .review-content header .stars li .fa {
    color: #ffcc64;
}

#room .room-wrapper .room-content .room-tabs .tab-content .reviews-list li .review-content p {
    margin: 0;
}

#room .room-wrapper .room-content .room-tabs .tab-content .listing-facitilities {
    display: inline-block;
    width: 100%;
}

#room .room-wrapper .room-content .room-tabs .tab-content .listing-facitilities .facilities-list li {
    line-height: 30px;
}

#room .room-wrapper .room-content .room-tabs .tab-content .listing-facitilities .facilities-list li span {
    margin-left: 5px;
    color: #808080;
    text-transform: uppercase;
    font-size: 13px;
    font-family: 'Montserrat', "Helvetica Neue", Helvetica, Arial, sans-serif;
}

#room .room-wrapper .room-content .room-related {
    padding: 50px 35px 20px 35px;
    display: inline-block;
    width: 100%;
}

#room .room-wrapper .room-content .room-related .title-section {
    margin: 0 0 50px 15px;
}

#room .room-wrapper .room-content .room-related .listing-room-grid {
    position: relative;
    padding: 5px;
    float: left;
    width: 100%;
    margin-bottom: 30px;
    text-align: center;
    background: #ffffff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

#room .room-wrapper .room-content .room-related .listing-room-grid .thumbnail {
    position: relative;
    width: 100%;
    height: 100%;
}

#room .room-wrapper .room-content .room-related .listing-room-grid .thumbnail img {
    width: 100%;
    height: 100%;
}

#room .room-wrapper .room-content .room-related .listing-room-grid header {
    padding-bottom: 17px;
    margin-bottom: 17px;
    float: left;
    width: 100%;
    border-bottom: 1px solid #ededed;
}

#room .room-wrapper .room-content .room-related .listing-room-grid header .title {
    margin: 30px 0 5px 0;
}

#room .room-wrapper .room-content .room-related .listing-room-grid header .tags li:after {
    padding-left: 10px;
    color: #808080;
    content: "/";
}

#room .room-wrapper .room-content .room-related .listing-room-grid header .tags li:last-child:after {
    display: none;
}

#room .room-wrapper .room-content .room-related .listing-room-grid header .tags li:first-child {
    padding-left: 0;
}

#room .room-wrapper .room-content .room-related .listing-room-grid header .tags li a {
    color: #808080;
}

#room .room-wrapper .room-content .room-related .listing-room-grid header .tags li a:hover {
    color: #676767;
}

#room .room-wrapper .room-content .room-related .listing-room-grid .price {
    margin-bottom: 20px;
    float: left;
    width: 100%;
    display: block;
    font-size: 18px;
    font-family: "Libre Baskerville", serif;
    color: #222222;
}

@media (max-width:480px) {
    #room .room-wrapper .room-content .room-related .listing-room-grid .price {
        padding-top: 10px;
    }
}

#room .room-wrapper .room-content .room-related .listing-room-grid .btn {
    margin-bottom: 30px;
}

#room .room-wrapper .room-content .room-related .listing-room-grid:hover .thumbnail .owl-buttons {
    display: block;
}

.staff {
    position: relative;
    padding: 100px 0;
    background: #ededed;
}

.staff .hotel-staffers-list .staffer-profile {
    position: relative;
    margin-bottom: 30px;
    min-height: 194px;
    background: #ffffff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.staff .hotel-staffers-list .staffer-profile:last-child {
    margin-bottom: 0;
}

@media (max-width:768px) {
    .staff .hotel-staffers-list .staffer-profile:last-child {
        margin-bottom: 30px;
    }
}

.staff .hotel-staffers-list .staffer-profile .staffer-thumb {
    position: absolute;
    width: 170px;
    height: 194px;
    overflow: hidden;
}

@media (max-width:480px) {
    .staff .hotel-staffers-list .staffer-profile .staffer-thumb {
        position: relative;
        width: 100%;
        height: 100%;
    }
}

.staff .hotel-staffers-list .staffer-profile .staffer-thumb img {
    width: 100%;
    height: 100%;
}

.staff .hotel-staffers-list .staffer-profile .staffer-profile-content {
    padding: 13px 30px 0px 195px;
    min-height: 194px;
}

@media (max-width:480px) {
    .staff .hotel-staffers-list .staffer-profile .staffer-profile-content {
        padding: 13px 30px 25px 30px;
    }
}

.staff .hotel-staffers-list .staffer-profile .staffer-profile-content .staffer-profile-header {
    padding: 17px 0;
    margin-bottom: 17px;
    float: left;
    width: 100%;
    border-bottom: 1px solid #ededed;
}

.staff .hotel-staffers-list .staffer-profile .staffer-profile-content .staffer-profile-header .title {
    margin: 0;
    line-height: 21px;
}

@media (max-width:480px) {
    .staff .hotel-staffers-list .staffer-profile .staffer-profile-content .staffer-profile-header .pull-right,
    .staff .hotel-staffers-list .staffer-profile .staffer-profile-content .staffer-profile-header .pull-left {
        float: none !important;
    }
}

.staff .hotel-staffers-list .staffer-profile .staffer-profile-content .staffer-profile-header .position {
    display: block;
    font-size: 14px;
    font-family: "Libre Baskerville", serif;
    color: #222222;
}

@media (max-width:480px) {
    .staff .hotel-staffers-list .staffer-profile .staffer-profile-content .staffer-profile-header .position {
        padding-top: 10px;
    }
}

.staff .hotel-staffers-list .staffer-profile .staffer-profile-content .staffer-profile-properties {
    float: left;
    width: 100%;
}

.staff .hotel-staffers-list .staffer-profile .staffer-profile-content .staffer-profile-properties li {
    line-height: 30px;
    color: #808080;
    text-transform: uppercase;
    font-size: 13px;
    font-family: 'Montserrat', "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.staff .hotel-staffers-list .staffer-profile .staffer-profile-content .staffer-profile-properties li strong {
    float: right;
}

.staff .hotel-staffers-list .staffer-profile .modal {
    padding: 50px;
    margin: 90px auto;
    width: 770px;
    bottom: auto;
    background: #ffffff;
}

.staff .hotel-staffers-list .staffer-profile .modal .modal-dialog {
    margin: 0;
    width: 100%;
    float: left;
}

.staff .hotel-staffers-list .staffer-profile .modal .modal-dialog .modal-content {
    float: left;
    width: 100%;
    border: none;
    box-shadow: none;
}

.staff .hotel-staffers-list .staffer-profile .modal .modal-dialog .modal-content .modal-body {
    padding: 0;
    float: left;
    width: 100%;
}

.staff .hotel-staffers-list .staffer-profile .modal .modal-dialog .modal-content .modal-body .img-caption {
    position: absolute;
    left: 0;
}

.staff .hotel-staffers-list .staffer-profile .modal .modal-dialog .modal-content .modal-body .img-caption img {
    width: 240px;
    height: 280px;
}

.staff .hotel-staffers-list .staffer-profile .modal .modal-dialog .modal-content .modal-body .img-caption .img-caption-inner {
    padding: 20px 0;
    background: #ededed;
}

.staff .hotel-staffers-list .staffer-profile .modal .modal-dialog .modal-content .modal-body .img-caption .img-caption-inner h5 {
    margin: 0 0 10px 0;
}

.staff .hotel-staffers-list .staffer-profile .modal .modal-dialog .modal-content .modal-body .img-caption .img-caption-inner span {
    font-size: 14px;
    font-family: "Libre Baskerville", serif;
    color: #222222;
}

.staff .hotel-staffers-list .staffer-profile .modal .modal-dialog .modal-content .modal-body .staffer-profile-content {
    padding: 0 0 0 290px;
}

.staff .hotel-staffers-list .staffer-profile .modal .modal-dialog .modal-content .modal-body .staffer-profile-content .staffer-profile-header {
    padding: 0 0 17px 0;
}

.staff .hotel-staffers-list .staffer-profile .modal .modal-dialog .modal-content .modal-body .staffer-profile-content .staffer-profile-header h5 {
    margin-top: 5px;
}

.staff .hotel-staffers-list .staffer-profile .modal .modal-dialog .modal-content .modal-body .staffer-profile-content .staffer-profile-bio {
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px solid #ededed;
}

@media (max-width:840px) {
    .staff .hotel-staffers-list .staffer-profile .modal {
        width: 600px;
    }
}

@media (max-width:630px) {
    .staff .hotel-staffers-list .staffer-profile .modal {
        padding-left: 50px !important;
        width: 95%;
    }
    .staff .hotel-staffers-list .staffer-profile .modal .modal-dialog .modal-content .modal-body .img-caption {
        position: relative;
        width: 100%;
        height: 100%;
    }
    .staff .hotel-staffers-list .staffer-profile .modal .modal-dialog .modal-content .modal-body .img-caption img {
        width: 100%;
        height: 100%;
    }
    .staff .hotel-staffers-list .staffer-profile .modal .modal-dialog .modal-content .modal-body .staffer-profile-content {
        padding-left: 0;
    }
}

.staff .hotel-staffers-list .staffer-profile .modal .close {
    position: absolute;
    right: -35px;
    top: -35px;
    background: transparent;
    border: none;
}

.staff .hotel-staffers-list .overlay .overlay-shadow {
    margin: 0;
}

.staff .hotel-staffers-list .overlay .overlay-shadow .overlay-content {
    margin-top: -25px;
}

.locations {
    position: relative;
}

.locations .locations-top {
    position: relative;
    padding-top: 31.25%;
}

@media (max-width:768px) {
    .locations .locations-top {
        padding-top: 56.25%;
    }
}

.locations .locations-top #location-map {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
}

.locations .locations-bottom {
    position: relative;
    padding-top: 60px;
}

.locations .locations-bottom .location-single {
    padding: 0;
    float: left;
    width: 100%;
}

.locations .locations-bottom .location-single .offices {
    padding-bottom: 30px;
}

.locations .locations-bottom .location-single .offices .title {
    margin: 0 0 35px 0;
}

.locations .locations-bottom .location-single .offices .sub-title {
    margin: 0 0 20px 0;
}

.locations .locations-bottom .location-single .offices .location-details {
    margin-bottom: 30px;
}

.locations .locations-bottom .location-single .offices .location-details li {
    line-height: 30px;
}

@media (max-width:1200px) {
    .locations .locations-bottom .location-single .offices .location-details {
        height: 120px;
    }
}

@media (max-width:992px) {
    .locations .locations-bottom .location-single .offices .location-details {
        height: auto;
    }
}

@media (max-width:992px) {
    .locations .locations-bottom .location-single .offices {
        text-align: center;
    }
}

.locations .locations-bottom .location-thumbnail {
    position: relative;
    margin-top: 60px;
}

.locations .locations-bottom .location-thumbnail .overlay img {
    width: 100%;
}

.locations .locations-bottom .location-thumbnail .overlay .overlay-shadow {
    margin: 0;
    opacity: 1;
}

.locations .locations-bottom .location-thumbnail .overlay .overlay-shadow .overlay-content {
    margin-top: -25px;
    visibility: visible;
    opacity: 1;
    transform: none;
}

.team {
    position: relative;
    padding: 100px 0 50px 0;
}

.team .member {
    margin-bottom: 40px;
}

.team .member .avatar {
    position: relative;
}

.team .member .avatar img {
    width: 100%;
    height: 100%;
}

.team .member .avatar .social {
    position: absolute;
    padding: 12px;
    bottom: 10px;
    left: 10px;
    right: 10px;
    text-align: center;
    background: rgba(19, 96, 132, 0.8);
}

.team .member .avatar .social li {
    margin: 0 2.5px;
}

.team .member .avatar .social li a {
    color: #ffffff;
    font-size: 18px;
}

.team .member .description {
    position: relative;
    text-align: center;
}

.team .member .description h4 {
    margin: 25px 0 5px 0;
}

.team .member .description span {
    margin-bottom: 15px;
    display: block;
    font-family: "Libre Baskerville", serif;
    color: #808080;
    font-size: 18px;
}

.opinions {
    position: relative;
    padding: 100px 0;
    background: #ededed;
}

.opinions .customers-list .customer-testimonial {
    position: relative;
    margin-bottom: 30px;
    float: left;
    width: 100%;
    background: #ffffff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.opinions .customers-list .customer-testimonial:last-child {
    margin-bottom: 0;
}

.opinions .customers-list .customer-testimonial .logo {
    position: absolute;
    width: 170px;
    height: 100%;
    text-align: center;
    background: #136084;
    overflow: hidden;
}

.opinions .customers-list .customer-testimonial .logo img {
    margin: 0 auto;
    max-width: 170px;
    max-height: 194px;
}

@media (max-width:480px) {
    .opinions .customers-list .customer-testimonial .logo {
        position: relative;
        width: 100%;
        height: 194px;
    }
}

.opinions .customers-list .customer-testimonial .customer-testimonial-content {
    padding: 13px 30px 0px 195px;
    float: left;
    width: 100%;
    min-height: 194px;
}

@media (max-width:480px) {
    .opinions .customers-list .customer-testimonial .customer-testimonial-content {
        padding: 13px 30px 25px 30px;
    }
}

.opinions .customers-list .customer-testimonial .customer-testimonial-content .customer-testimonial-header {
    padding: 17px 0;
    margin-bottom: 17px;
    float: left;
    width: 100%;
    border-bottom: 1px solid #ededed;
}

.opinions .customers-list .customer-testimonial .customer-testimonial-content .customer-testimonial-header .name {
    margin: 0;
    line-height: 21px;
}

@media (max-width:480px) {
    .opinions .customers-list .customer-testimonial .customer-testimonial-content .customer-testimonial-header .pull-right,
    .opinions .customers-list .customer-testimonial .customer-testimonial-content .customer-testimonial-header .pull-left {
        float: none !important;
    }
}

.opinions .customers-list .customer-testimonial .customer-testimonial-content .customer-testimonial-header .position {
    display: block;
    font-size: 14px;
    font-family: "Libre Baskerville", serif;
    color: #222222;
}

@media (max-width:480px) {
    .opinions .customers-list .customer-testimonial .customer-testimonial-content .customer-testimonial-header .position {
        padding-top: 10px;
    }
}

.opinions .customers-list .customer-testimonial .customer-testimonial-content blockquote {
    padding: 0;
    margin: 0;
    float: left;
    width: 100%;
    font-size: 15px;
    font-style: italic;
    line-height: 30px;
    border: none;
}

.news {
    position: relative;
    padding: 100px 0;
    background: #ededed;
}

.news .post {
    position: relative;
    margin-bottom: 30px;
    float: left;
    width: 100%;
    background: #ffffff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.news .post .post-thumbnail img {
    width: 100%;
}

.news .post .post-content {
    padding: 13px 30px 30px 30px;
}

.news .post .post-content .post-header {
    padding: 17px 0;
    margin-bottom: 17px;
    float: left;
    width: 100%;
    border-bottom: 1px solid #ededed;
}

.news .post .post-content .post-header .title {
    margin: 0;
    line-height: 21px;
}

@media (max-width:480px) {
    .news .post .post-content .post-header .pull-right,
    .news .post .post-content .post-header .pull-left {
        float: none !important;
    }
}

.news .post .post-content .post-header .date {
    display: block;
    font-size: 14px;
    font-family: "Libre Baskerville", serif;
    color: #222222;
}

@media (max-width:480px) {
    .news .post .post-content .post-header .date {
        padding-top: 10px;
    }
}

.news .post .post-content .post-meta {
    margin-bottom: 10px;
    float: left;
    width: 100%;
}

.news .post .post-content .post-meta span {
    margin-right: 10px;
}

.news .post .post-content .post-meta span a {
    color: #808080;
}

.news .post .post-content .post-meta span .fa {
    margin-right: 3px;
    color: #136084;
}

.news .post .post-content p {
    margin-bottom: 20px;
}

.news .post .post-content .tags-list {
    margin-bottom: 25px;
    float: left;
    width: 100%;
}

.news .post .post-content .tags-list li {
    padding: 0;
    margin: 0 7px 7px 0;
    float: left;
}

.news .post .post-content .tags-list li a {
    padding: 5px 10px;
    display: block;
    border: 1px solid #ededed;
}

.news .post .post-content .post-share {
    padding: 12px 20px;
    margin-bottom: 25px;
    float: left;
    width: 100%;
    background: #ededed;
}

.news .post .post-content .post-share p {
    margin: 0;
    line-height: 26px;
}

.news .post .post-content .post-share .social li a {
    font-size: 18px;
}

.news .post .post-content .post-share .social li a:hover {
    color: #136084;
}

.news .post .post-content .post-comments .post-comments-title {
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #ededed;
}

.news .post .post-content .post-comments .comments li {
    list-style: none;
}

.news .post .post-content .post-comments .comments li .comment {
    position: relative;
    padding-bottom: 20px;
    min-height: 100px;
}

.news .post .post-content .post-comments .comments li .comment .avatar {
    position: absolute;
    left: 0;
    top: 0;
    width: 100px;
    height: 100px;
}

.news .post .post-content .post-comments .comments li .comment .avatar img {
    width: 100%;
    height: 100%;
}

.news .post .post-content .post-comments .comments li .comment .post-comment-meta {
    padding-left: 120px;
    margin-bottom: 3px;
}

.news .post .post-content .post-comments .comments li .comment .post-comment-meta span {
    color: #808080;
    text-transform: uppercase;
    font-size: 13px;
}

.news .post .post-content .post-comments .comments li .comment .post-comment-meta span a {
    color: #808080;
}

.news .post .post-content .post-comments .comments li .comment .post-comment-content {
    padding-left: 120px;
}

.news .post .post-content .post-comments .comments li .comment .post-comment-content p {
    margin: 0 0 10px 0;
    line-height: 24px;
}

.news .post .post-content .post-addcomment .post-addcomment-title {
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #ededed;
}

.news .listing-pagination {
    position: relative;
    padding: 20px 30px;
    float: left;
    width: 100%;
    background: #ffffff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

@media (max-width:992px) {
    .news .listing-pagination {
        margin-bottom: 30px;
    }
}

.news .listing-pagination .pagination {
    text-align: center;
}

.news .listing-pagination .pagination li a {
    padding: 6px 0;
    display: inline-block;
    color: #808080;
}

.news .sidebar {
    position: relative;
}

.news .sidebar .sidebar-widget {
    float: left;
    width: 100%;
}

.news .sidebar .sidebar-widget .search-form {
    position: relative;
}

.news .sidebar .sidebar-widget .search-form input {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.news .sidebar .sidebar-widget .search-form button {
    position: absolute;
    right: 0;
    top: 0;
    background: transparent;
    border: none;
}

.news .sidebar .sidebar-widget .widget-title {
    margin: 25px 0;
}

.news .sidebar .sidebar-widget .list {
    padding: 20px;
    background: #ffffff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.news .sidebar .sidebar-widget .list li:first-child a {
    padding-top: 5px;
}

.news .sidebar .sidebar-widget .list li a {
    padding: 15px 0;
    display: block;
    border-bottom: 1px solid #ededed;
}

.news .sidebar .sidebar-widget .list li a:before {
    margin-right: 10px;
    font-family: FontAwesome;
    font-size: 14px;
    content: "\f0da";
    color: #136084;
}

.news .sidebar .sidebar-widget .tags-list li {
    padding: 0;
    margin: 0 7px 7px 0;
    float: left;
}

.news .sidebar .sidebar-widget .tags-list li a {
    padding: 5px 10px;
    display: block;
    background: #ffffff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

#contact-map {
    width: 100%;
}

.container {
    position: relative;
}

.container .contact-box {
    position: absolute;
    right: 15px;
    top: 0;
    width: 475px;
    z-index: 1;
}

.container .contact-box .preamble {
    padding: 0;
    margin: 0 0 20px 0;
}

.container .contact-box .preamble h3 {
    color: #ffffff;
}

.container .contact-box .preamble h3:after {
    color: #ffffff;
}

.container .contact-box .contact-form {
    position: relative;
    padding: 30px;
    width: 100%;
    float: left;
    background: #e79f3087;
}

.container .contact-box .contact-form input {
    position: relative;
    margin-bottom: 20px;
    color: #262626;
    background: rgba(255, 255, 255, 0.3);
    border: 1px solid rgba(255, 255, 255, 0.5);
    cursor: pointer;
}

.container .contact-box .contact-form textarea {
    position: relative;
    margin-bottom: 20px;
    color: #262626;
    background: rgba(255, 255, 255, 0.3);
    border: 1px solid rgba(255, 255, 255, 0.5);
    cursor: pointer;
}

.container .contact-box .contact-form span {
    position: relative;
    display: inline-block;
    width: 100%;
}

.container .contact-box .contact-form span .select-clone {
    position: absolute;
    margin-top: -20px;
    left: 0;
    right: 0;
    width: 100%;
    display: none;
    background: #ffffff;
    z-index: 99;
}

.container .contact-box .contact-form span .select-clone li {
    padding: 20px;
    display: block;
    border-bottom: 1px solid #ededed;
    cursor: pointer;
    color: #333333;
    text-transform: uppercase;
    font-size: 13px;
    text-align: left;
}

.container .contact-box .contact-form span .select-clone li:hover {
    background: #136084;
    color: #ffffff;
}

.container .contact-box .contact-form span .select-clone li:last-child {
    border-bottom: none;
}

.container .contact-box .contact-form span .fa {
    position: absolute;
    padding: 5px;
    margin-top: -20px;
    right: 10px;
    top: 50%;
    color: #ffffff;
    cursor: pointer;
}

.container .contact-box .contact-form .btn {
    margin: 0 auto;
}

#disabled-map {
    width: 100%;
    /* background-image: url('assets/images/DSC_6451.jpg'); */
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

@media (max-width:992px) {
    .container .contact-box {
        right: 0;
        left: 0;
        margin: 0 auto;
    }
}

@media (max-width:480px) {
    .container .contact-box {
        width: 345px;
    }
    .container .contact-box .contact-form .heading span:before {
        left: -132px;
        width: 100px;
    }
    .container .contact-box .contact-form .heading span:after {
        width: 100px;
    }
    #header .contact-right .header-menu {
        display: inline-block;
    }
    #header .contact-right .header-menu-desktop {
        display: none;
    }
}

@media(max-width: 720px) {
    .fb-page {
        display: none !important;
    }
}

@media (min-width: 720px) {
    .navbar-toggle {
        display: none;
    }
}

.contact {
    position: relative;
}

.contact .locations {
    padding: 60px 0 0 0;
    float: left;
    width: 100%;
}

.contact .locations .offices {
    padding-bottom: 30px;
}

.contact .locations .offices .title {
    margin: 0 0 35px 0;
}

.contact .locations .offices .sub-title {
    margin: 0 0 20px 0;
}

.contact .locations .offices .location-details {
    margin-bottom: 30px;
}

.contact .locations .offices .location-details li {
    line-height: 30px;
}

@media (max-width:1200px) {
    .contact .locations .offices .location-details {
        height: 120px;
    }
}

@media (max-width:992px) {
    .contact .locations .offices .location-details {
        height: auto;
    }
}

@media (max-width:992px) {
    .contact .locations .offices {
        text-align: center;
    }
}