/*
*/
html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0
}

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

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

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

[hidden],template {
    display: none
}

a {
    background-color: transparent
}

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

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

b,strong {
    font-weight: bold
}

dfn {
    font-style: italic
}

h1 {
    font-size: 2em;
    margin: .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: .35em .625em .75em
}

legend {
    border: 0;
    padding: 0
}

textarea {
    overflow: auto
}

optgroup {
    font-weight: bold
}

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

td,th {
    padding: 0
}

/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
    *,*:before,*:after {
        background: transparent !important;
        color: #000 !important;
        box-shadow: none !important;
        text-shadow: none !important
    }

    a,a:visited {
        text-decoration: underline
    }

    a[href]:after {
        content: " (" attr(href) ")"
    }

    abbr[title]:after {
        content: " (" attr(title) ")"
    }

    a[href^="#"]:after,a[href^="javascript:"]:after {
        content: ""
    }

    pre,blockquote {
        border: 1px solid #999;
        page-break-inside: avoid
    }

    thead {
        display: table-header-group
    }

    tr,img {
        page-break-inside: avoid
    }

    img {
        max-width: 100% !important
    }

    p,h2,h3 {
        orphans: 3;
        widows: 3
    }

    h2,h3 {
        page-break-after: avoid
    }

    select {
        background: #fff !important
    }

    .navbar {
        display: none
    }

    .btn>.caret,.dropup>.btn>.caret {
        border-top-color: #000 !important
    }

    .label {
        border: 1px solid #000
    }

    .table {
        border-collapse: collapse !important
    }

    .table td,.table th {
        background-color: #fff !important
    }

    .table-bordered th,.table-bordered td {
        border: 1px solid #ddd !important
    }
}

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

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

html {
    font-size: 10px;
    -webkit-tap-highlight-color: rgba(0,0,0,0)
}

body {
    font-family: Source Sans Pro,sans-serif;
    font-size: 18px;
    line-height: 1.5;
    color: #323232;
    background-color: #f4f4f4
}

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

a {
    color: #4da9c0;
    text-decoration: none
}

a:hover,a:focus {
    color: #498f60;
    text-decoration: underline
}

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

figure {
    margin: 0
}

img {
    vertical-align: middle
}

.img-responsive,.thumbnail>img,.thumbnail a>img,.carousel-inner>.item>img,.carousel-inner>.item>a>img {
    display: block;
    max-width: 100%;
    height: auto
}

.img-rounded {
    border-radius: 0
}

.img-thumbnail {
    padding: 4px;
    line-height: 1.5;
    background-color: #f4f4f4;
    border: 1px solid #ddd;
    border-radius: 0;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    display: inline-block;
    max-width: 100%;
    height: auto
}

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

hr {
    margin-top: 27px;
    margin-bottom: 27px;
    border: 0;
    border-top: 1px solid #eee
}

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

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

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

h1,h2,h3,h4,h5,h6,.h1,.h2,.h3,.h4,.h5,.h6 {
    font-family: Playfair Display,sans-serif;
    font-weight: 700;
    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: #777
}

h1,.h1,h2,.h2,h3,.h3 {
    margin-top: 27px;
    margin-bottom: 13.5px
}

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: 13.5px;
    margin-bottom: 13.5px
}

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: 40px
}

h2,.h2 {
    font-size: 33px
}

h3,.h3 {
    font-size: 30px
}

h4,.h4 {
    font-size: 20px
}

h5,.h5 {
    font-size: 16px
}

h6,.h6 {
    font-size: 15px
}

p {
    margin: 0 0 13.5px
}

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

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

small,.small {
    font-size: 72%
}

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: #777
}

.text-primary {
    color: #4da9c0
}

a.text-primary:hover {
    color: #529f6b
}

.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: #4da9c0
}

a.bg-primary:hover {
    background-color: #529f6b
}

.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: 12.5px;
    margin: 54px 0 27px;
    border-bottom: 1px solid #eee
}

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

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: 27px
}

dt,dd {
    line-height: 1.5
}

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 #777
}

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

blockquote {
    padding: 13.5px 27px;
    margin: 0 0 27px;
    font-size: 22.5px;
    border-left: 5px solid #eee
}

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.5;
    color: #777
}

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 #eee;
    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: 27px;
    font-style: normal;
    line-height: 1.5
}

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: 0
}

kbd {
    padding: 2px 4px;
    font-size: 90%;
    color: #fff;
    background-color: #333;
    border-radius: 0;
    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: 13px;
    margin: 0 0 13.5px;
    font-size: 17px;
    line-height: 1.5;
    word-break: break-all;
    word-wrap: break-word;
    color: #333;
    background-color: #f5f5f5;
    border: 1px solid #ccc;
    border-radius: 0
}

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

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

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

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

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

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

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

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

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

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

output {
    display: block;
    padding-top: 9px;
    font-size: 18px;
    line-height: 1.5;
    color: #555
}

.form-control {
    display: block;
    width: 100%;
    height: 45px;
    padding: 8px 24px;
    font-size: 18px;
    line-height: 1.5;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 0;
    -webkit-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
}

.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);
    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: #999;
    opacity: 1
}

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

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

.form-control[disabled],.form-control[readonly],fieldset[disabled] .form-control {
    background-color: #eee;
    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:45px
    }

    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: 32px
    }

    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: 27px;
    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: 9px;
    padding-bottom: 9px;
    margin-bottom: 0;
    min-height: 45px
}

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

.input-sm {
    height: 32px;
    padding: 5px 10px;
    font-size: 13px;
    line-height: 1.6;
    border-radius: 0
}

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

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

.form-group-sm .form-control {
    height: 32px;
    padding: 5px 10px;
    font-size: 13px;
    line-height: 1.6;
    border-radius: 0
}

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

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

.form-group-sm .form-control-static {
    height: 32px;
    padding: 5px 10px;
    font-size: 13px;
    line-height: 1.6;
    min-height: 40px
}

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

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.33;
    border-radius: 0
}

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.33;
    min-height: 45px
}

.has-feedback {
    position: relative
}

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

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

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

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

.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);
    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;
    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);
    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;
    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);
    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;
    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: 32px
}

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

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

@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: 9px
}

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

.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: 9px
    }
}

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

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

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

.caret {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-top: 4px dashed;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent
}

.dropup,.dropdown {
    position: relative
}

.dropdown-toggle:focus {
    outline: 0
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    list-style: none;
    font-size: 18px;
    text-align: left;
    background-color: #fff;
    border: 1px solid #ccc;
    border: 1px solid rgba(0,0,0,0.15);
    border-radius: 0;
    -webkit-box-shadow: 0 6px 12px rgba(0,0,0,0.175);
    box-shadow: 0 6px 12px rgba(0,0,0,0.175);
    background-clip: padding-box
}

.dropdown-menu.pull-right {
    right: 0;
    left: auto
}

.dropdown-menu .divider {
    height: 1px;
    margin: 12.5px 0;
    overflow: hidden;
    background-color: #e5e5e5
}

.dropdown-menu>li>a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: normal;
    line-height: 1.5;
    color: #333;
    white-space: nowrap
}

.dropdown-menu>li>a:hover,.dropdown-menu>li>a:focus {
    text-decoration: none;
    color: #262626;
    background-color: #f5f5f5
}

.dropdown-menu>.active>a,.dropdown-menu>.active>a:hover,.dropdown-menu>.active>a:focus {
    color: #fff;
    text-decoration: none;
    outline: 0;
    background-color: #4da9c0
}

.dropdown-menu>.disabled>a,.dropdown-menu>.disabled>a:hover,.dropdown-menu>.disabled>a:focus {
    color: #777
}

.dropdown-menu>.disabled>a:hover,.dropdown-menu>.disabled>a:focus {
    text-decoration: none;
    background-color: transparent;
    background-image: none;
    filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
    cursor: not-allowed
}

.open>.dropdown-menu {
    display: block
}

.open>a {
    outline: 0
}

.dropdown-menu-right {
    left: auto;
    right: 0
}

.dropdown-menu-left {
    left: 0;
    right: auto
}

.dropdown-header {
    display: block;
    padding: 3px 20px;
    font-size: 13px;
    line-height: 1.5;
    color: #777;
    white-space: nowrap
}

.dropdown-backdrop {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    z-index: 990
}

.pull-right>.dropdown-menu {
    right: 0;
    left: auto
}

.dropup .caret,.navbar-fixed-bottom .dropdown .caret {
    border-top: 0;
    border-bottom: 4px solid;
    content: ""
}

.dropup .dropdown-menu,.navbar-fixed-bottom .dropdown .dropdown-menu {
    top: auto;
    bottom: 100%;
    margin-bottom: 2px
}

@media (min-width: 768px) {
    .navbar-right .dropdown-menu {
        left:auto;
        right: 0
    }

    .navbar-right .dropdown-menu-left {
        left: 0;
        right: auto
    }
}

.btn-group,.btn-group-vertical {
    position: relative;
    display: inline-block;
    vertical-align: middle
}

.btn-group>.btn,.btn-group-vertical>.btn {
    position: relative;
    float: left
}

.btn-group>.btn:hover,.btn-group-vertical>.btn:hover,.btn-group>.btn:focus,.btn-group-vertical>.btn:focus,.btn-group>.btn:active,.btn-group-vertical>.btn:active,.btn-group>.btn.active,.btn-group-vertical>.btn.active {
    z-index: 2
}

.btn-group .btn+.btn,.btn-group .btn+.btn-group,.btn-group .btn-group+.btn,.btn-group .btn-group+.btn-group {
    margin-left: -1px
}

.btn-toolbar {
    margin-left: -5px
}

.btn-toolbar .btn-group,.btn-toolbar .input-group {
    float: left
}

.btn-toolbar>.btn,.btn-toolbar>.btn-group,.btn-toolbar>.input-group {
    margin-left: 5px
}

.btn-group>.btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
    border-radius: 0
}

.btn-group>.btn:first-child {
    margin-left: 0
}

.btn-group>.btn:first-child:not(:last-child):not(.dropdown-toggle) {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0
}

.btn-group>.btn:last-child:not(:first-child),.btn-group>.dropdown-toggle:not(:first-child) {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0
}

.btn-group>.btn-group {
    float: left
}

.btn-group>.btn-group:not(:first-child):not(:last-child)>.btn {
    border-radius: 0
}

.btn-group>.btn-group:first-child:not(:last-child)>.btn:last-child,.btn-group>.btn-group:first-child:not(:last-child)>.dropdown-toggle {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0
}

.btn-group>.btn-group:last-child:not(:first-child)>.btn:first-child {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0
}

.btn-group .dropdown-toggle:active,.btn-group.open .dropdown-toggle {
    outline: 0
}

.btn-group>.btn+.dropdown-toggle {
    padding-left: 8px;
    padding-right: 8px
}

.btn-group>.btn-lg+.dropdown-toggle {
    padding-left: 12px;
    padding-right: 12px
}

.btn-group.open .dropdown-toggle {
    -webkit-box-shadow: inset 0 3px 5px rgba(0,0,0,0.125);
    box-shadow: inset 0 3px 5px rgba(0,0,0,0.125)
}

.btn-group.open .dropdown-toggle.btn-link {
    -webkit-box-shadow: none;
    box-shadow: none
}

.btn .caret {
    margin-left: 0
}

.btn-lg .caret {
    border-width: 5px 5px 0;
    border-bottom-width: 0
}

.dropup .btn-lg .caret {
    border-width: 0 5px 5px
}

.btn-group-vertical>.btn,.btn-group-vertical>.btn-group,.btn-group-vertical>.btn-group>.btn {
    display: block;
    float: none;
    width: 100%;
    max-width: 100%
}

.btn-group-vertical>.btn-group>.btn {
    float: none
}

.btn-group-vertical>.btn+.btn,.btn-group-vertical>.btn+.btn-group,.btn-group-vertical>.btn-group+.btn,.btn-group-vertical>.btn-group+.btn-group {
    margin-top: -1px;
    margin-left: 0
}

.btn-group-vertical>.btn:not(:first-child):not(:last-child) {
    border-radius: 0
}

.btn-group-vertical>.btn:first-child:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

.btn-group-vertical>.btn:last-child:not(:first-child) {
    border-bottom-left-radius: 0;
    border-top-right-radius: 0;
    border-top-left-radius: 0
}

.btn-group-vertical>.btn-group:not(:first-child):not(:last-child)>.btn {
    border-radius: 0
}

.btn-group-vertical>.btn-group:first-child:not(:last-child)>.btn:last-child,.btn-group-vertical>.btn-group:first-child:not(:last-child)>.dropdown-toggle {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

.btn-group-vertical>.btn-group:last-child:not(:first-child)>.btn:first-child {
    border-top-right-radius: 0;
    border-top-left-radius: 0
}

.btn-group-justified {
    display: table;
    width: 100%;
    table-layout: fixed;
    border-collapse: separate
}

.btn-group-justified>.btn,.btn-group-justified>.btn-group {
    float: none;
    display: table-cell;
    width: 1%
}

.btn-group-justified>.btn-group .btn {
    width: 100%
}

.btn-group-justified>.btn-group .dropdown-menu {
    left: auto
}

[data-toggle="buttons"]>.btn input[type="radio"],[data-toggle="buttons"]>.btn-group>.btn input[type="radio"],[data-toggle="buttons"]>.btn input[type="checkbox"],[data-toggle="buttons"]>.btn-group>.btn input[type="checkbox"] {
    position: absolute;
    clip: rect(0, 0, 0, 0);
    pointer-events: none
}

.input-group {
    position: relative;
    display: table;
    border-collapse: separate
}

.input-group[class*="col-"] {
    float: none;
    padding-left: 0;
    padding-right: 0
}

.input-group .form-control {
    position: relative;
    z-index: 2;
    float: left;
    width: 100%;
    margin-bottom: 0
}

.input-group-lg>.form-control,.input-group-lg>.input-group-addon,.input-group-lg>.input-group-btn>.btn {
    height: 46px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.33;
    border-radius: 0
}

select.input-group-lg>.form-control,select.input-group-lg>.input-group-addon,select.input-group-lg>.input-group-btn>.btn {
    height: 46px;
    line-height: 46px
}

textarea.input-group-lg>.form-control,textarea.input-group-lg>.input-group-addon,textarea.input-group-lg>.input-group-btn>.btn,select[multiple].input-group-lg>.form-control,select[multiple].input-group-lg>.input-group-addon,select[multiple].input-group-lg>.input-group-btn>.btn {
    height: auto
}

.input-group-sm>.form-control,.input-group-sm>.input-group-addon,.input-group-sm>.input-group-btn>.btn {
    height: 32px;
    padding: 5px 10px;
    font-size: 13px;
    line-height: 1.6;
    border-radius: 0
}

select.input-group-sm>.form-control,select.input-group-sm>.input-group-addon,select.input-group-sm>.input-group-btn>.btn {
    height: 32px;
    line-height: 32px
}

textarea.input-group-sm>.form-control,textarea.input-group-sm>.input-group-addon,textarea.input-group-sm>.input-group-btn>.btn,select[multiple].input-group-sm>.form-control,select[multiple].input-group-sm>.input-group-addon,select[multiple].input-group-sm>.input-group-btn>.btn {
    height: auto
}

.input-group-addon,.input-group-btn,.input-group .form-control {
    display: table-cell
}

.input-group-addon:not(:first-child):not(:last-child),.input-group-btn:not(:first-child):not(:last-child),.input-group .form-control:not(:first-child):not(:last-child) {
    border-radius: 0
}

.input-group-addon,.input-group-btn {
    width: 1%;
    white-space: nowrap;
    vertical-align: middle
}

.input-group-addon {
    padding: 8px 24px;
    font-size: 18px;
    font-weight: normal;
    line-height: 1;
    color: #555;
    text-align: center;
    background-color: #eee;
    border: 1px solid #ccc;
    border-radius: 0
}

.input-group-addon.input-sm {
    padding: 5px 10px;
    font-size: 13px;
    border-radius: 0
}

.input-group-addon.input-lg {
    padding: 10px 16px;
    font-size: 18px;
    border-radius: 0
}

.input-group-addon input[type="radio"],.input-group-addon input[type="checkbox"] {
    margin-top: 0
}

.input-group .form-control:first-child,.input-group-addon:first-child,.input-group-btn:first-child>.btn,.input-group-btn:first-child>.btn-group>.btn,.input-group-btn:first-child>.dropdown-toggle,.input-group-btn:last-child>.btn:not(:last-child):not(.dropdown-toggle),.input-group-btn:last-child>.btn-group:not(:last-child)>.btn {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0
}

.input-group-addon:first-child {
    border-right: 0
}

.input-group .form-control:last-child,.input-group-addon:last-child,.input-group-btn:last-child>.btn,.input-group-btn:last-child>.btn-group>.btn,.input-group-btn:last-child>.dropdown-toggle,.input-group-btn:first-child>.btn:not(:first-child),.input-group-btn:first-child>.btn-group:not(:first-child)>.btn {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0
}

.input-group-addon:last-child {
    border-left: 0
}

.input-group-btn {
    position: relative;
    font-size: 0;
    white-space: nowrap
}

.input-group-btn>.btn {
    position: relative
}

.input-group-btn>.btn+.btn {
    margin-left: -1px
}

.input-group-btn>.btn:hover,.input-group-btn>.btn:focus,.input-group-btn>.btn:active {
    z-index: 2
}

.input-group-btn:first-child>.btn,.input-group-btn:first-child>.btn-group {
    margin-right: -1px
}

.input-group-btn:last-child>.btn,.input-group-btn:last-child>.btn-group {
    margin-left: -1px
}

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

.nav>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: #eee
}

.nav>li.disabled>a {
    color: #777
}

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

.nav .open>a,.nav .open>a:hover,.nav .open>a:focus {
    background-color: #eee;
    border-color: #4da9c0
}

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

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

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

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

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

.nav-tabs>li>a:hover {
    border-color: #eee #eee #ddd
}

.nav-tabs>li.active>a,.nav-tabs>li.active>a:hover,.nav-tabs>li.active>a:focus {
    color: #555;
    background-color: #f4f4f4;
    border: 1px solid #ddd;
    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: 0
}

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

@media (min-width: 768px) {
    .nav-tabs.nav-justified>li>a {
        border-bottom:1px solid #ddd;
        border-radius: 0 0 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: #f4f4f4
    }
}

.nav-pills>li {
    float: left
}

.nav-pills>li>a {
    border-radius: 0
}

.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: #fff;
    background-color: #4da9c0

}

.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: 0
}

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

@media (min-width: 768px) {
    .nav-tabs-justified>li>a {
        border-bottom:1px solid #ddd;
        border-radius: 0 0 0 0
    }

    .nav-tabs-justified>.active>a,.nav-tabs-justified>.active>a:hover,.nav-tabs-justified>.active>a:focus {
        border-bottom-color: #f4f4f4
    }
}

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

.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 27px 0;
    border-radius: 0
}

.pagination>li {
    display: inline
}

.pagination>li>a,.pagination>li>span {
    position: relative;
    float: left;
    padding: 8px 24px;
    line-height: 1.5;
    text-decoration: none;
    color: #4da9c0;
    background-color: #fff;
    border: 1px solid #ddd;
    margin-left: -1px
}

.pagination>li:first-child>a,.pagination>li:first-child>span {
    margin-left: 0;
    border-bottom-left-radius: 0;
    border-top-left-radius: 0
}

.pagination>li:last-child>a,.pagination>li:last-child>span {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0
}

.pagination>li>a:hover,.pagination>li>span:hover,.pagination>li>a:focus,.pagination>li>span:focus {
    color: #498f60;
    background-color: #eee;
    border-color: #ddd
}

.pagination>.active>a,.pagination>.active>span,.pagination>.active>a:hover,.pagination>.active>span:hover,.pagination>.active>a:focus,.pagination>.active>span:focus {
    z-index: 2;
    color: #fff;
    background-color: #4da9c0;
    border-color: #4da9c0;
    cursor: default
}

.pagination>.disabled>span,.pagination>.disabled>span:hover,.pagination>.disabled>span:focus,.pagination>.disabled>a,.pagination>.disabled>a:hover,.pagination>.disabled>a:focus {
    color: #777;
    background-color: #fff;
    border-color: #ddd;
    cursor: not-allowed
}

.pagination-lg>li>a,.pagination-lg>li>span {
    padding: 10px 16px;
    font-size: 18px
}

.pagination-lg>li:first-child>a,.pagination-lg>li:first-child>span {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0
}

.pagination-lg>li:last-child>a,.pagination-lg>li:last-child>span {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0
}

.pagination-sm>li>a,.pagination-sm>li>span {
    padding: 5px 10px;
    font-size: 13px
}

.pagination-sm>li:first-child>a,.pagination-sm>li:first-child>span {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0
}

.pagination-sm>li:last-child>a,.pagination-sm>li:last-child>span {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0
}

.pager {
    padding-left: 0;
    margin: 27px 0;
    list-style: none;
    text-align: center
}

.pager li {
    display: inline
}

.pager li>a,.pager li>span {
    display: inline-block;
    padding: 5px 14px;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 15px
}

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

.pager .next>a,.pager .next>span {
    float: right
}

.pager .previous>a,.pager .previous>span {
    float: left
}

.pager .disabled>a,.pager .disabled>a:hover,.pager .disabled>a:focus,.pager .disabled>span {
    color: #777;
    background-color: #fff;
    cursor: not-allowed
}

.label {
    display: inline;
    padding: .2em .6em .3em;
    font-size: 75%;
    font-weight: bold;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25em
}

a.label:hover,a.label:focus {
    color: #fff;
    text-decoration: none;
    cursor: pointer
}

.label:empty {
    display: none
}

.btn .label {
    position: relative;
    top: -1px
}

.label-default {
    background-color: #777
}

.label-default[href]:hover,.label-default[href]:focus {
    background-color: #5e5e5e
}

.label-primary {
    background-color: #4da9c0
}

.label-primary[href]:hover,.label-primary[href]:focus {
    background-color: #529f6b
}

.label-success {
    background-color: #2ecc71
}

.label-success[href]:hover,.label-success[href]:focus {
    background-color: #25a25a
}

.label-info {
    background-color: #5bc0de
}

.label-info[href]:hover,.label-info[href]:focus {
    background-color: #31b0d5
}

.label-warning {
    background-color: #f0ad4e
}

.label-warning[href]:hover,.label-warning[href]:focus {
    background-color: #ec971f
}

.label-danger {
    background-color: #d9534f
}

.label-danger[href]:hover,.label-danger[href]:focus {
    background-color: #c9302c
}

.badge {
    display: inline-block;
    min-width: 10px;
    padding: 3px 7px;
    font-size: 13px;
    font-weight: bold;
    color: #fff;
    line-height: 1;
    vertical-align: baseline;
    white-space: nowrap;
    text-align: center;
    background-color: #777;
    border-radius: 10px
}

.badge:empty {
    display: none
}

.btn .badge {
    position: relative;
    top: -1px
}

.btn-xs .badge,.btn-group-xs>.btn .badge {
    top: 0;
    padding: 1px 5px
}

a.badge:hover,a.badge:focus {
    color: #fff;
    text-decoration: none;
    cursor: pointer
}

.list-group-item.active>.badge,.nav-pills>.active>a>.badge {
    color: #4da9c0;
    background-color: #fff
}

.list-group-item>.badge {
    float: right
}

.list-group-item>.badge+.badge {
    margin-right: 5px
}

.nav-pills>li>a>.badge {
    margin-left: 3px
}

.thumbnail {
    display: block;
    padding: 4px;
    margin-bottom: 27px;
    line-height: 1.5;
    background-color: #f4f4f4;
    border: 1px solid #ddd;
    border-radius: 0;
    -webkit-transition: border .2s ease-in-out;
    -o-transition: border .2s ease-in-out;
    transition: border .2s ease-in-out
}

.thumbnail>img,.thumbnail a>img {
    margin-left: auto;
    margin-right: auto
}

a.thumbnail:hover,a.thumbnail:focus,a.thumbnail.active {
    border-color: #4da9c0
}

.thumbnail .caption {
    padding: 9px;
    color: #323232
}

.alert {
    padding: 15px;
    margin-bottom: 27px;
    border: 1px solid transparent;
    border-radius: 0
}

.alert h4 {
    margin-top: 0;
    color: inherit
}

.alert .alert-link {
    font-weight: bold
}

.alert>p,.alert>ul {
    margin-bottom: 0
}

.alert>p+p {
    margin-top: 5px
}

.alert-dismissable,.alert-dismissible {
    padding-right: 35px
}

.alert-dismissable .close,.alert-dismissible .close {
    position: relative;
    top: -2px;
    right: -21px;
    color: inherit
}

.alert-success {
    background-color: #dff0d8;
    border-color: #d6e9c6;
    color: #3c763d
}

.alert-success hr {
    border-top-color: #c9e2b3
}

.alert-success .alert-link {
    color: #2b542c
}

.alert-info {
    background-color: #d9edf7;
    border-color: #bce8f1;
    color: #31708f
}

.alert-info hr {
    border-top-color: #a6e1ec
}

.alert-info .alert-link {
    color: #245269
}

.alert-warning {
    background-color: #fcf8e3;
    border-color: #faebcc;
    color: #8a6d3b
}

.alert-warning hr {
    border-top-color: #f7e1b5
}

.alert-warning .alert-link {
    color: #66512c
}

.alert-danger {
    background-color: #f2dede;
    border-color: #ebccd1;
    color: #a94442
}

.alert-danger hr {
    border-top-color: #e4b9c0
}

.alert-danger .alert-link {
    color: #843534
}

@-webkit-keyframes progress-bar-stripes {
    from {
        background-position: 40px 0
    }

    to {
        background-position: 0 0
    }
}

@keyframes progress-bar-stripes {
    from {
        background-position: 40px 0
    }

    to {
        background-position: 0 0
    }
}

.progress {
    overflow: hidden;
    height: 27px;
    margin-bottom: 27px;
    background-color: #f5f5f5;
    border-radius: 0;
    -webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
    box-shadow: inset 0 1px 2px rgba(0,0,0,0.1)
}

.progress-bar {
    float: left;
    width: 0%;
    height: 100%;
    font-size: 13px;
    line-height: 27px;
    color: #fff;
    text-align: center;
    background-color: #4da9c0;
    -webkit-box-shadow: inset 0 -1px 0 rgba(0,0,0,0.15);
    box-shadow: inset 0 -1px 0 rgba(0,0,0,0.15);
    -webkit-transition: width .6s ease;
    -o-transition: width .6s ease;
    transition: width .6s ease
}

.progress-striped .progress-bar,.progress-bar-striped {
    background-image: -webkit-linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent);
    background-size: 40px 40px
}

.progress.active .progress-bar,.progress-bar.active {
    -webkit-animation: progress-bar-stripes 2s linear infinite;
    -o-animation: progress-bar-stripes 2s linear infinite;
    animation: progress-bar-stripes 2s linear infinite
}

.progress-bar-success {
    background-color: #2ecc71
}

.progress-striped .progress-bar-success {
    background-image: -webkit-linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent)
}

.progress-bar-info {
    background-color: #5bc0de
}

.progress-striped .progress-bar-info {
    background-image: -webkit-linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent)
}

.progress-bar-warning {
    background-color: #f0ad4e
}

.progress-striped .progress-bar-warning {
    background-image: -webkit-linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent)
}

.progress-bar-danger {
    background-color: #d9534f
}

.progress-striped .progress-bar-danger {
    background-image: -webkit-linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent)
}

.media {
    margin-top: 15px
}

.media:first-child {
    margin-top: 0
}

.media,.media-body {
    zoom:1;overflow: hidden
}

.media-body {
    width: 10000px
}

.media-object {
    display: block
}

.media-right,.media>.pull-right {
    padding-left: 10px
}

.media-left,.media>.pull-left {
    padding-right: 10px
}

.media-left,.media-right,.media-body {
    display: table-cell;
    vertical-align: top
}

.media-middle {
    vertical-align: middle
}

.media-bottom {
    vertical-align: bottom
}

.media-heading {
    margin-top: 0;
    margin-bottom: 5px
}

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

.list-group {
    margin-bottom: 20px;
    padding-left: 0
}

.list-group-item {
    position: relative;
    display: block;
    padding: 10px 15px;
    margin-bottom: -1px;
    background-color: #fff;
    border: 1px solid #ddd
}

.list-group-item:first-child {
    border-top-right-radius: 0;
    border-top-left-radius: 0
}

.list-group-item:last-child {
    margin-bottom: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

a.list-group-item {
    color: #555
}

a.list-group-item .list-group-item-heading {
    color: #333
}

a.list-group-item:hover,a.list-group-item:focus {
    text-decoration: none;
    color: #555;
    background-color: #f5f5f5
}

.list-group-item.disabled,.list-group-item.disabled:hover,.list-group-item.disabled:focus {
    background-color: #eee;
    color: #777;
    cursor: not-allowed
}

.list-group-item.disabled .list-group-item-heading,.list-group-item.disabled:hover .list-group-item-heading,.list-group-item.disabled:focus .list-group-item-heading {
    color: inherit
}

.list-group-item.disabled .list-group-item-text,.list-group-item.disabled:hover .list-group-item-text,.list-group-item.disabled:focus .list-group-item-text {
    color: #777
}

.list-group-item.active,.list-group-item.active:hover,.list-group-item.active:focus {
    z-index: 2;
    color: #fff;
    background-color: #4da9c0;
    border-color: #4da9c0
}

.list-group-item.active .list-group-item-heading,.list-group-item.active:hover .list-group-item-heading,.list-group-item.active:focus .list-group-item-heading,.list-group-item.active .list-group-item-heading>small,.list-group-item.active:hover .list-group-item-heading>small,.list-group-item.active:focus .list-group-item-heading>small,.list-group-item.active .list-group-item-heading>.small,.list-group-item.active:hover .list-group-item-heading>.small,.list-group-item.active:focus .list-group-item-heading>.small {
    color: inherit
}

.list-group-item.active .list-group-item-text,.list-group-item.active:hover .list-group-item-text,.list-group-item.active:focus .list-group-item-text {
    color: #f6faf7
}

.list-group-item-success {
    color: #3c763d;
    background-color: #dff0d8
}

a.list-group-item-success {
    color: #3c763d
}

a.list-group-item-success .list-group-item-heading {
    color: inherit
}

a.list-group-item-success:hover,a.list-group-item-success:focus {
    color: #3c763d;
    background-color: #d0e9c6
}

a.list-group-item-success.active,a.list-group-item-success.active:hover,a.list-group-item-success.active:focus {
    color: #fff;
    background-color: #3c763d;
    border-color: #3c763d
}

.list-group-item-info {
    color: #31708f;
    background-color: #d9edf7
}

a.list-group-item-info {
    color: #31708f
}

a.list-group-item-info .list-group-item-heading {
    color: inherit
}

a.list-group-item-info:hover,a.list-group-item-info:focus {
    color: #31708f;
    background-color: #c4e3f3
}

a.list-group-item-info.active,a.list-group-item-info.active:hover,a.list-group-item-info.active:focus {
    color: #fff;
    background-color: #31708f;
    border-color: #31708f
}

.list-group-item-warning {
    color: #8a6d3b;
    background-color: #fcf8e3
}

a.list-group-item-warning {
    color: #8a6d3b
}

a.list-group-item-warning .list-group-item-heading {
    color: inherit
}

a.list-group-item-warning:hover,a.list-group-item-warning:focus {
    color: #8a6d3b;
    background-color: #faf2cc
}

a.list-group-item-warning.active,a.list-group-item-warning.active:hover,a.list-group-item-warning.active:focus {
    color: #fff;
    background-color: #8a6d3b;
    border-color: #8a6d3b
}

.list-group-item-danger {
    color: #a94442;
    background-color: #f2dede
}

a.list-group-item-danger {
    color: #a94442
}

a.list-group-item-danger .list-group-item-heading {
    color: inherit
}

a.list-group-item-danger:hover,a.list-group-item-danger:focus {
    color: #a94442;
    background-color: #ebcccc
}

a.list-group-item-danger.active,a.list-group-item-danger.active:hover,a.list-group-item-danger.active:focus {
    color: #fff;
    background-color: #a94442;
    border-color: #a94442
}

.list-group-item-heading {
    margin-top: 0;
    margin-bottom: 5px
}

.list-group-item-text {
    margin-bottom: 0;
    line-height: 1.3
}

.panel {
    margin-bottom: 27px;
    background-color: #fff;
    border: 1px solid transparent;
    border-radius: 0;
    -webkit-box-shadow: 0 1px 1px rgba(0,0,0,0.05);
    box-shadow: 0 1px 1px rgba(0,0,0,0.05)
}

.panel-body {
    padding: 15px
}

.panel-heading {
    padding: 10px 15px;
    border-bottom: 1px solid transparent;
    border-top-right-radius: -1;
    border-top-left-radius: -1
}

.panel-heading>.dropdown .dropdown-toggle {
    color: inherit
}

.panel-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 21px;
    color: inherit
}

.panel-title>a,.panel-title>small,.panel-title>.small,.panel-title>small>a,.panel-title>.small>a {
    color: inherit
}

.panel-footer {
    padding: 10px 15px;
    background-color: #f5f5f5;
    border-top: 1px solid #ddd;
    border-bottom-right-radius: -1;
    border-bottom-left-radius: -1
}

.panel>.list-group,.panel>.panel-collapse>.list-group {
    margin-bottom: 0
}

.panel>.list-group .list-group-item,.panel>.panel-collapse>.list-group .list-group-item {
    border-width: 1px 0;
    border-radius: 0
}

.panel>.list-group:first-child .list-group-item:first-child,.panel>.panel-collapse>.list-group:first-child .list-group-item:first-child {
    border-top: 0;
    border-top-right-radius: -1;
    border-top-left-radius: -1
}

.panel>.list-group:last-child .list-group-item:last-child,.panel>.panel-collapse>.list-group:last-child .list-group-item:last-child {
    border-bottom: 0;
    border-bottom-right-radius: -1;
    border-bottom-left-radius: -1
}

.panel-heading+.list-group .list-group-item:first-child {
    border-top-width: 0
}

.list-group+.panel-footer {
    border-top-width: 0
}

.panel>.table,.panel>.table-responsive>.table,.panel>.panel-collapse>.table {
    margin-bottom: 0
}

.panel>.table caption,.panel>.table-responsive>.table caption,.panel>.panel-collapse>.table caption {
    padding-left: 15px;
    padding-right: 15px
}

.panel>.table:first-child,.panel>.table-responsive:first-child>.table:first-child {
    border-top-right-radius: -1;
    border-top-left-radius: -1
}

.panel>.table:first-child>thead:first-child>tr:first-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child,.panel>.table:first-child>tbody:first-child>tr:first-child,.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child {
    border-top-left-radius: -1;
    border-top-right-radius: -1
}

.panel>.table:first-child>thead:first-child>tr:first-child td:first-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child td:first-child,.panel>.table:first-child>tbody:first-child>tr:first-child td:first-child,.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child td:first-child,.panel>.table:first-child>thead:first-child>tr:first-child th:first-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:first-child,.panel>.table:first-child>tbody:first-child>tr:first-child th:first-child,.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:first-child {
    border-top-left-radius: -1
}

.panel>.table:first-child>thead:first-child>tr:first-child td:last-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child td:last-child,.panel>.table:first-child>tbody:first-child>tr:first-child td:last-child,.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child td:last-child,.panel>.table:first-child>thead:first-child>tr:first-child th:last-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:last-child,.panel>.table:first-child>tbody:first-child>tr:first-child th:last-child,.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:last-child {
    border-top-right-radius: -1
}

.panel>.table:last-child,.panel>.table-responsive:last-child>.table:last-child {
    border-bottom-right-radius: -1;
    border-bottom-left-radius: -1
}

.panel>.table:last-child>tbody:last-child>tr:last-child,.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child,.panel>.table:last-child>tfoot:last-child>tr:last-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child {
    border-bottom-left-radius: -1;
    border-bottom-right-radius: -1
}

.panel>.table:last-child>tbody:last-child>tr:last-child td:first-child,.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child td:first-child,.panel>.table:last-child>tfoot:last-child>tr:last-child td:first-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child td:first-child,.panel>.table:last-child>tbody:last-child>tr:last-child th:first-child,.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:first-child,.panel>.table:last-child>tfoot:last-child>tr:last-child th:first-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:first-child {
    border-bottom-left-radius: -1
}

.panel>.table:last-child>tbody:last-child>tr:last-child td:last-child,.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child td:last-child,.panel>.table:last-child>tfoot:last-child>tr:last-child td:last-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child td:last-child,.panel>.table:last-child>tbody:last-child>tr:last-child th:last-child,.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:last-child,.panel>.table:last-child>tfoot:last-child>tr:last-child th:last-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:last-child {
    border-bottom-right-radius: -1
}

.panel>.panel-body+.table,.panel>.panel-body+.table-responsive,.panel>.table+.panel-body,.panel>.table-responsive+.panel-body {
    border-top: 1px solid #ddd
}

.panel>.table>tbody:first-child>tr:first-child th,.panel>.table>tbody:first-child>tr:first-child td {
    border-top: 0
}

.panel>.table-bordered,.panel>.table-responsive>.table-bordered {
    border: 0
}

.panel>.table-bordered>thead>tr>th:first-child,.panel>.table-responsive>.table-bordered>thead>tr>th:first-child,.panel>.table-bordered>tbody>tr>th:first-child,.panel>.table-responsive>.table-bordered>tbody>tr>th:first-child,.panel>.table-bordered>tfoot>tr>th:first-child,.panel>.table-responsive>.table-bordered>tfoot>tr>th:first-child,.panel>.table-bordered>thead>tr>td:first-child,.panel>.table-responsive>.table-bordered>thead>tr>td:first-child,.panel>.table-bordered>tbody>tr>td:first-child,.panel>.table-responsive>.table-bordered>tbody>tr>td:first-child,.panel>.table-bordered>tfoot>tr>td:first-child,.panel>.table-responsive>.table-bordered>tfoot>tr>td:first-child {
    border-left: 0
}

.panel>.table-bordered>thead>tr>th:last-child,.panel>.table-responsive>.table-bordered>thead>tr>th:last-child,.panel>.table-bordered>tbody>tr>th:last-child,.panel>.table-responsive>.table-bordered>tbody>tr>th:last-child,.panel>.table-bordered>tfoot>tr>th:last-child,.panel>.table-responsive>.table-bordered>tfoot>tr>th:last-child,.panel>.table-bordered>thead>tr>td:last-child,.panel>.table-responsive>.table-bordered>thead>tr>td:last-child,.panel>.table-bordered>tbody>tr>td:last-child,.panel>.table-responsive>.table-bordered>tbody>tr>td:last-child,.panel>.table-bordered>tfoot>tr>td:last-child,.panel>.table-responsive>.table-bordered>tfoot>tr>td:last-child {
    border-right: 0
}

.panel>.table-bordered>thead>tr:first-child>td,.panel>.table-responsive>.table-bordered>thead>tr:first-child>td,.panel>.table-bordered>tbody>tr:first-child>td,.panel>.table-responsive>.table-bordered>tbody>tr:first-child>td,.panel>.table-bordered>thead>tr:first-child>th,.panel>.table-responsive>.table-bordered>thead>tr:first-child>th,.panel>.table-bordered>tbody>tr:first-child>th,.panel>.table-responsive>.table-bordered>tbody>tr:first-child>th {
    border-bottom: 0
}

.panel>.table-bordered>tbody>tr:last-child>td,.panel>.table-responsive>.table-bordered>tbody>tr:last-child>td,.panel>.table-bordered>tfoot>tr:last-child>td,.panel>.table-responsive>.table-bordered>tfoot>tr:last-child>td,.panel>.table-bordered>tbody>tr:last-child>th,.panel>.table-responsive>.table-bordered>tbody>tr:last-child>th,.panel>.table-bordered>tfoot>tr:last-child>th,.panel>.table-responsive>.table-bordered>tfoot>tr:last-child>th {
    border-bottom: 0
}

.panel>.table-responsive {
    border: 0;
    margin-bottom: 0
}

.panel-group {
    margin-bottom: 27px
}

.panel-group .panel {
    margin-bottom: 0;
    border-radius: 0
}

.panel-group .panel+.panel {
    margin-top: 5px
}

.panel-group .panel-heading {
    border-bottom: 0
}

.panel-group .panel-heading+.panel-collapse>.panel-body,.panel-group .panel-heading+.panel-collapse>.list-group {
    border-top: 1px solid #ddd
}

.panel-group .panel-footer {
    border-top: 0
}

.panel-group .panel-footer+.panel-collapse .panel-body {
    border-bottom: 1px solid #ddd
}

.panel-default {
    border-color: #ddd
}

.panel-default>.panel-heading {
    color: #333;
    background-color: #f5f5f5;
    border-color: #ddd
}

.panel-default>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #ddd
}

.panel-default>.panel-heading .badge {
    color: #f5f5f5;
    background-color: #333
}

.panel-default>.panel-footer+.panel-collapse>.panel-body {
    border-bottom-color: #ddd
}

.panel-primary {
    border-color: #4da9c0
}

.panel-primary>.panel-heading {
    color: #fff;
    background-color: #4da9c0;
    border-color: #4da9c0
}

.panel-primary>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #4da9c0
}

.panel-primary>.panel-heading .badge {
    color: #4da9c0;
    background-color: #fff
}

.panel-primary>.panel-footer+.panel-collapse>.panel-body {
    border-bottom-color: #4da9c0
}

.panel-success {
    border-color: #d6e9c6
}

.panel-success>.panel-heading {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6
}

.panel-success>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #d6e9c6
}

.panel-success>.panel-heading .badge {
    color: #dff0d8;
    background-color: #3c763d
}

.panel-success>.panel-footer+.panel-collapse>.panel-body {
    border-bottom-color: #d6e9c6
}

.panel-info {
    border-color: #bce8f1
}

.panel-info>.panel-heading {
    color: #31708f;
    background-color: #d9edf7;
    border-color: #bce8f1
}

.panel-info>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #bce8f1
}

.panel-info>.panel-heading .badge {
    color: #d9edf7;
    background-color: #31708f
}

.panel-info>.panel-footer+.panel-collapse>.panel-body {
    border-bottom-color: #bce8f1
}

.panel-warning {
    border-color: #faebcc
}

.panel-warning>.panel-heading {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #faebcc
}

.panel-warning>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #faebcc
}

.panel-warning>.panel-heading .badge {
    color: #fcf8e3;
    background-color: #8a6d3b
}

.panel-warning>.panel-footer+.panel-collapse>.panel-body {
    border-bottom-color: #faebcc
}

.panel-danger {
    border-color: #ebccd1
}

.panel-danger>.panel-heading {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1
}

.panel-danger>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #ebccd1
}

.panel-danger>.panel-heading .badge {
    color: #f2dede;
    background-color: #a94442
}

.panel-danger>.panel-footer+.panel-collapse>.panel-body {
    border-bottom-color: #ebccd1
}

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

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

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

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

.well {
    min-height: 20px;
    padding: 19px;
    margin-bottom: 20px;
    background-color: #f5f5f5;
    border: 1px solid #e3e3e3;
    border-radius: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.05);
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.05)
}

.well blockquote {
    border-color: #ddd;
    border-color: rgba(0,0,0,0.15)
}

.well-lg {
    padding: 24px;
    border-radius: 0
}

.well-sm {
    padding: 9px;
    border-radius: 0
}

.close {
    float: right;
    font-size: 27px;
    font-weight: bold;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .2;
    filter: alpha(opacity=20)
}

.close:hover,.close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
    opacity: .5;
    filter: alpha(opacity=50)
}

button.close {
    padding: 0;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none
}

.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 {
    -o-transform: translate(0, -25%);
    -webkit-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 {
    -o-transform: translate(0, 0);
    -webkit-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: #fff;
    border: 1px solid #999;
    border: 1px solid rgba(0,0,0,0.2);
    border-radius: 0;
    -webkit-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: #000
}

.modal-backdrop.fade {
    opacity: 0;
    filter: alpha(opacity=0)
}

.modal-backdrop.in {
    opacity: .5;
    filter: alpha(opacity=50)
}

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

.modal-header .close {
    margin-top: -2px
}

.modal-title {
    margin: 0;
    line-height: 1.5
}

.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);
        box-shadow: 0 5px 15px rgba(0,0,0,0.5)
    }

    .modal-sm {
        width: 300px
    }
}

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

.tooltip {
    position: absolute;
    z-index: 1070;
    display: block;
    font-family: Source Sans Pro,sans-serif;
    font-size: 13px;
    font-weight: normal;
    line-height: 1.4;
    opacity: 0;
    filter: alpha(opacity=0)
}

.tooltip.in {
    opacity: .9;
    filter: alpha(opacity=90)
}

.tooltip.top {
    margin-top: -3px;
    padding: 5px 0
}

.tooltip.right {
    margin-left: 3px;
    padding: 0 5px
}

.tooltip.bottom {
    margin-top: 3px;
    padding: 5px 0
}

.tooltip.left {
    margin-left: -3px;
    padding: 0 5px
}

.tooltip-inner {
    max-width: 200px;
    padding: 3px 8px;
    color: #fff;
    text-align: center;
    text-decoration: none;
    background-color: #000;
    border-radius: 0
}

.tooltip-arrow {
    position: absolute;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid
}

.tooltip.top .tooltip-arrow {
    bottom: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000
}

.tooltip.top-left .tooltip-arrow {
    bottom: 0;
    right: 5px;
    margin-bottom: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000
}

.tooltip.top-right .tooltip-arrow {
    bottom: 0;
    left: 5px;
    margin-bottom: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000
}

.tooltip.right .tooltip-arrow {
    top: 50%;
    left: 0;
    margin-top: -5px;
    border-width: 5px 5px 5px 0;
    border-right-color: #000
}

.tooltip.left .tooltip-arrow {
    top: 50%;
    right: 0;
    margin-top: -5px;
    border-width: 5px 0 5px 5px;
    border-left-color: #000
}

.tooltip.bottom .tooltip-arrow {
    top: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000
}

.tooltip.bottom-left .tooltip-arrow {
    top: 0;
    right: 5px;
    margin-top: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000
}

.tooltip.bottom-right .tooltip-arrow {
    top: 0;
    left: 5px;
    margin-top: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000
}

.popover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1060;
    display: none;
    max-width: 276px;
    padding: 1px;
    font-family: Source Sans Pro,sans-serif;
    font-size: 18px;
    font-weight: normal;
    line-height: 1.5;
    text-align: left;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0,0,0,0.2);
    border-radius: 0;
    -webkit-box-shadow: 0 5px 10px rgba(0,0,0,0.2);
    box-shadow: 0 5px 10px rgba(0,0,0,0.2);
    white-space: normal
}

.popover.top {
    margin-top: -10px
}

.popover.right {
    margin-left: 10px
}

.popover.bottom {
    margin-top: 10px
}

.popover.left {
    margin-left: -10px
}

.popover-title {
    margin: 0;
    padding: 8px 14px;
    font-size: 18px;
    background-color: #f7f7f7;
    border-bottom: 1px solid #ebebeb;
    border-radius: -1 -1 0 0
}

.popover-content {
    padding: 9px 14px
}

.popover>.arrow,.popover>.arrow:after {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid
}

.popover>.arrow {
    border-width: 11px
}

.popover>.arrow:after {
    border-width: 10px;
    content: ""
}

.popover.top>.arrow {
    left: 50%;
    margin-left: -11px;
    border-bottom-width: 0;
    border-top-color: #999;
    border-top-color: rgba(0,0,0,0.25);
    bottom: -11px
}

.popover.top>.arrow:after {
    content: " ";
    bottom: 1px;
    margin-left: -10px;
    border-bottom-width: 0;
    border-top-color: #fff
}

.popover.right>.arrow {
    top: 50%;
    left: -11px;
    margin-top: -11px;
    border-left-width: 0;
    border-right-color: #999;
    border-right-color: rgba(0,0,0,0.25)
}

.popover.right>.arrow:after {
    content: " ";
    left: 1px;
    bottom: -10px;
    border-left-width: 0;
    border-right-color: #fff
}

.popover.bottom>.arrow {
    left: 50%;
    margin-left: -11px;
    border-top-width: 0;
    border-bottom-color: #999;
    border-bottom-color: rgba(0,0,0,0.25);
    top: -11px
}

.popover.bottom>.arrow:after {
    content: " ";
    top: 1px;
    margin-left: -10px;
    border-top-width: 0;
    border-bottom-color: #fff
}

.popover.left>.arrow {
    top: 50%;
    right: -11px;
    margin-top: -11px;
    border-right-width: 0;
    border-left-color: #999;
    border-left-color: rgba(0,0,0,0.25)
}

.popover.left>.arrow:after {
    content: " ";
    right: 1px;
    border-right-width: 0;
    border-left-color: #fff;
    bottom: -10px
}

.carousel {
    position: relative
}

.carousel-inner {
    position: relative;
    overflow: hidden;
    width: 100%
}

.carousel-inner>.item {
    display: none;
    position: relative;
    -webkit-transition: .6s ease-in-out left;
    -o-transition: .6s ease-in-out left;
    transition: .6s ease-in-out left
}

.carousel-inner>.item>img,.carousel-inner>.item>a>img {
    line-height: 1
}

@media all and (transform-3d),(-webkit-transform-3d) {
    .carousel-inner>.item {
        -webkit-transition: -webkit-transform 0.6s ease-in-out;
        -moz-transition: -moz-transform 0.6s ease-in-out;
        -o-transition: -o-transform 0.6s ease-in-out;
        transition: transform 0.6s ease-in-out;
        -webkit-backface-visibility: hidden;
        -moz-backface-visibility: hidden;
        backface-visibility: hidden;
        -webkit-perspective: 1000;
        -moz-perspective: 1000;
        perspective: 1000
    }

    .carousel-inner>.item.next,.carousel-inner>.item.active.right {
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
        left: 0
    }

    .carousel-inner>.item.prev,.carousel-inner>.item.active.left {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
        left: 0
    }

    .carousel-inner>.item.next.left,.carousel-inner>.item.prev.right,.carousel-inner>.item.active {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        left: 0
    }
}

.carousel-inner>.active,.carousel-inner>.next,.carousel-inner>.prev {
    display: block
}

.carousel-inner>.active {
    left: 0
}

.carousel-inner>.next,.carousel-inner>.prev {
    position: absolute;
    top: 0;
    width: 100%
}

.carousel-inner>.next {
    left: 100%
}

.carousel-inner>.prev {
    left: -100%
}

.carousel-inner>.next.left,.carousel-inner>.prev.right {
    left: 0
}

.carousel-inner>.active.left {
    left: -100%
}

.carousel-inner>.active.right {
    left: 100%
}

.carousel-control {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 15%;
    opacity: .5;
    filter: alpha(opacity=50);
    font-size: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0,0,0,0.6)
}

.carousel-control.left {
    background-image: -webkit-linear-gradient(left, rgba(0,0,0,0.5) 0%, rgba(0,0,0,0.0001) 100%);
    background-image: -o-linear-gradient(left, rgba(0,0,0,0.5) 0%, rgba(0,0,0,0.0001) 100%);
    background-image: linear-gradient(to right, rgba(0,0,0,0.5) 0%, rgba(0,0,0,0.0001) 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1)
}

.carousel-control.right {
    left: auto;
    right: 0;
    background-image: -webkit-linear-gradient(left, rgba(0,0,0,0.0001) 0%, rgba(0,0,0,0.5) 100%);
    background-image: -o-linear-gradient(left, rgba(0,0,0,0.0001) 0%, rgba(0,0,0,0.5) 100%);
    background-image: linear-gradient(to right, rgba(0,0,0,0.0001) 0%, rgba(0,0,0,0.5) 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1)
}

.carousel-control:hover,.carousel-control:focus {
    outline: 0;
    color: #fff;
    text-decoration: none;
    opacity: .9;
    filter: alpha(opacity=90)
}

.carousel-control .icon-prev,.carousel-control .icon-next,.carousel-control .glyphicon-chevron-left,.carousel-control .glyphicon-chevron-right {
    position: absolute;
    top: 50%;
    z-index: 5;
    display: inline-block
}

.carousel-control .icon-prev,.carousel-control .glyphicon-chevron-left {
    left: 50%;
    margin-left: -10px
}

.carousel-control .icon-next,.carousel-control .glyphicon-chevron-right {
    right: 50%;
    margin-right: -10px
}

.carousel-control .icon-prev,.carousel-control .icon-next {
    width: 20px;
    height: 20px;
    margin-top: -10px;
    line-height: 1;
    font-family: serif
}

.carousel-control .icon-prev:before {
    content: '\2039'
}

.carousel-control .icon-next:before {
    content: '\203a'
}

.carousel-indicators {
    position: absolute;
    bottom: 10px;
    left: 50%;
    z-index: 15;
    width: 60%;
    margin-left: -30%;
    padding-left: 0;
    list-style: none;
    text-align: center
}

.carousel-indicators li {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 1px;
    text-indent: -999px;
    border: 1px solid #fff;
    border-radius: 10px;
    cursor: pointer;
    background-color: #000 \9;
    background-color: rgba(0,0,0,0)
}

.carousel-indicators .active {
    margin: 0;
    width: 12px;
    height: 12px;
    background-color: #fff
}

.carousel-caption {
    position: absolute;
    left: 15%;
    right: 15%;
    bottom: 20px;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0,0,0,0.6)
}

.carousel-caption .btn {
    text-shadow: none
}

@media screen and (min-width: 768px) {
    .carousel-control .glyphicon-chevron-left,.carousel-control .glyphicon-chevron-right,.carousel-control .icon-prev,.carousel-control .icon-next {
        width:30px;
        height: 30px;
        margin-top: -15px;
        font-size: 30px
    }

    .carousel-control .glyphicon-chevron-left,.carousel-control .icon-prev {
        margin-left: -15px
    }

    .carousel-control .glyphicon-chevron-right,.carousel-control .icon-next {
        margin-right: -15px
    }

    .carousel-caption {
        left: 20%;
        right: 20%;
        padding-bottom: 30px
    }

    .carousel-indicators {
        bottom: 20px
    }
}

.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,.btn-toolbar:before,.btn-toolbar:after,.btn-group-vertical>.btn-group:before,.btn-group-vertical>.btn-group:after,.nav:before,.nav:after,.pager:before,.pager:after,.panel-body:before,.panel-body: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,.btn-toolbar:after,.btn-group-vertical>.btn-group:after,.nav:after,.pager:after,.panel-body: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
    }
}

table {
    background-color: transparent
}

caption {
    padding-top: 8px;
    padding-bottom: 8px;
    color: #777;
    text-align: left
}

th {
    text-align: left
}

.table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 27px
}

.table>thead>tr>th,.table>tbody>tr>th,.table>tfoot>tr>th,.table>thead>tr>td,.table>tbody>tr>td,.table>tfoot>tr>td {
    padding: 8px;
    line-height: 1.5;
    vertical-align: top;
    border-top: 1px solid #ddd
}

.table>thead>tr>th {
    vertical-align: bottom;
    border-bottom: 2px solid #ddd
}

.table>caption+thead>tr:first-child>th,.table>colgroup+thead>tr:first-child>th,.table>thead:first-child>tr:first-child>th,.table>caption+thead>tr:first-child>td,.table>colgroup+thead>tr:first-child>td,.table>thead:first-child>tr:first-child>td {
    border-top: 0
}

.table>tbody+tbody {
    border-top: 2px solid #ddd
}

.table .table {
    background-color: #f4f4f4
}

.table-condensed>thead>tr>th,.table-condensed>tbody>tr>th,.table-condensed>tfoot>tr>th,.table-condensed>thead>tr>td,.table-condensed>tbody>tr>td,.table-condensed>tfoot>tr>td {
    padding: 5px
}

.table-bordered {
    border: 1px solid #ddd
}

.table-bordered>thead>tr>th,.table-bordered>tbody>tr>th,.table-bordered>tfoot>tr>th,.table-bordered>thead>tr>td,.table-bordered>tbody>tr>td,.table-bordered>tfoot>tr>td {
    border: 1px solid #ddd
}

.table-bordered>thead>tr>th,.table-bordered>thead>tr>td {
    border-bottom-width: 2px
}

.table-striped>tbody>tr:nth-of-type(odd) {
    background-color: #f9f9f9
}

.table-hover>tbody>tr:hover {
    background-color: #f5f5f5
}

table col[class*="col-"] {
    position: static;
    float: none;
    display: table-column
}

table td[class*="col-"],table th[class*="col-"] {
    position: static;
    float: none;
    display: table-cell
}

.table>thead>tr>td.active,.table>tbody>tr>td.active,.table>tfoot>tr>td.active,.table>thead>tr>th.active,.table>tbody>tr>th.active,.table>tfoot>tr>th.active,.table>thead>tr.active>td,.table>tbody>tr.active>td,.table>tfoot>tr.active>td,.table>thead>tr.active>th,.table>tbody>tr.active>th,.table>tfoot>tr.active>th {
    background-color: #f5f5f5
}

.table-hover>tbody>tr>td.active:hover,.table-hover>tbody>tr>th.active:hover,.table-hover>tbody>tr.active:hover>td,.table-hover>tbody>tr:hover>.active,.table-hover>tbody>tr.active:hover>th {
    background-color: #e8e8e8
}

.table>thead>tr>td.success,.table>tbody>tr>td.success,.table>tfoot>tr>td.success,.table>thead>tr>th.success,.table>tbody>tr>th.success,.table>tfoot>tr>th.success,.table>thead>tr.success>td,.table>tbody>tr.success>td,.table>tfoot>tr.success>td,.table>thead>tr.success>th,.table>tbody>tr.success>th,.table>tfoot>tr.success>th {
    background-color: #dff0d8
}

.table-hover>tbody>tr>td.success:hover,.table-hover>tbody>tr>th.success:hover,.table-hover>tbody>tr.success:hover>td,.table-hover>tbody>tr:hover>.success,.table-hover>tbody>tr.success:hover>th {
    background-color: #d0e9c6
}

.table>thead>tr>td.info,.table>tbody>tr>td.info,.table>tfoot>tr>td.info,.table>thead>tr>th.info,.table>tbody>tr>th.info,.table>tfoot>tr>th.info,.table>thead>tr.info>td,.table>tbody>tr.info>td,.table>tfoot>tr.info>td,.table>thead>tr.info>th,.table>tbody>tr.info>th,.table>tfoot>tr.info>th {
    background-color: #d9edf7
}

.table-hover>tbody>tr>td.info:hover,.table-hover>tbody>tr>th.info:hover,.table-hover>tbody>tr.info:hover>td,.table-hover>tbody>tr:hover>.info,.table-hover>tbody>tr.info:hover>th {
    background-color: #c4e3f3
}

.table>thead>tr>td.warning,.table>tbody>tr>td.warning,.table>tfoot>tr>td.warning,.table>thead>tr>th.warning,.table>tbody>tr>th.warning,.table>tfoot>tr>th.warning,.table>thead>tr.warning>td,.table>tbody>tr.warning>td,.table>tfoot>tr.warning>td,.table>thead>tr.warning>th,.table>tbody>tr.warning>th,.table>tfoot>tr.warning>th {
    background-color: #fcf8e3
}

.table-hover>tbody>tr>td.warning:hover,.table-hover>tbody>tr>th.warning:hover,.table-hover>tbody>tr.warning:hover>td,.table-hover>tbody>tr:hover>.warning,.table-hover>tbody>tr.warning:hover>th {
    background-color: #faf2cc
}

.table>thead>tr>td.danger,.table>tbody>tr>td.danger,.table>tfoot>tr>td.danger,.table>thead>tr>th.danger,.table>tbody>tr>th.danger,.table>tfoot>tr>th.danger,.table>thead>tr.danger>td,.table>tbody>tr.danger>td,.table>tfoot>tr.danger>td,.table>thead>tr.danger>th,.table>tbody>tr.danger>th,.table>tfoot>tr.danger>th {
    background-color: #f2dede
}

.table-hover>tbody>tr>td.danger:hover,.table-hover>tbody>tr>th.danger:hover,.table-hover>tbody>tr.danger:hover>td,.table-hover>tbody>tr:hover>.danger,.table-hover>tbody>tr.danger:hover>th {
    background-color: #ebcccc
}

.table-responsive {
    overflow-x: auto;
    min-height: 0.01%
}

@media screen and (max-width: 767px) {
    .table-responsive {
        width:100%;
        margin-bottom: 20.25px;
        overflow-y: hidden;
        -ms-overflow-style: -ms-autohiding-scrollbar;
        border: 1px solid #ddd
    }

    .table-responsive>.table {
        margin-bottom: 0
    }

    .table-responsive>.table>thead>tr>th,.table-responsive>.table>tbody>tr>th,.table-responsive>.table>tfoot>tr>th,.table-responsive>.table>thead>tr>td,.table-responsive>.table>tbody>tr>td,.table-responsive>.table>tfoot>tr>td {
        white-space: nowrap
    }

    .table-responsive>.table-bordered {
        border: 0
    }

    .table-responsive>.table-bordered>thead>tr>th:first-child,.table-responsive>.table-bordered>tbody>tr>th:first-child,.table-responsive>.table-bordered>tfoot>tr>th:first-child,.table-responsive>.table-bordered>thead>tr>td:first-child,.table-responsive>.table-bordered>tbody>tr>td:first-child,.table-responsive>.table-bordered>tfoot>tr>td:first-child {
        border-left: 0
    }

    .table-responsive>.table-bordered>thead>tr>th:last-child,.table-responsive>.table-bordered>tbody>tr>th:last-child,.table-responsive>.table-bordered>tfoot>tr>th:last-child,.table-responsive>.table-bordered>thead>tr>td:last-child,.table-responsive>.table-bordered>tbody>tr>td:last-child,.table-responsive>.table-bordered>tfoot>tr>td:last-child {
        border-right: 0
    }

    .table-responsive>.table-bordered>tbody>tr:last-child>th,.table-responsive>.table-bordered>tfoot>tr:last-child>th,.table-responsive>.table-bordered>tbody>tr:last-child>td,.table-responsive>.table-bordered>tfoot>tr:last-child>td {
        border-bottom: 0
    }
}

.click-disable {
    pointer-events: none;
    -webkit-pointer-events: none;
    -moz-pointer-events: none;
    -ms-pointer-events: none;
    -o-pointer-events: none
}

.background_cover {
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover
}

.bg_vtop {
    background-position: center top !important
}

.bg_vbottom {
    background-position: center bottom !important
}

.full_height {
    min-height: calc(100vh - 98px);
    min-height: -o-calc(100vh - 98px);
    min-height: -webkit-calc(100vh - 98px);
    min-height: -moz-calc(100vh - 98px)
}

@media only screen and (max-width: 991px) {
    .full_height {
        min-height:calc(100vh - 84px);
        min-height: -o-calc(100vh - 84px);
        min-height: -webkit-calc(100vh - 84px);
        min-height: -moz-calc(100vh - 84px)
    }
}

@media only screen and (max-width: 767px) {
    .full_height {
        min-height:calc(100vh - 70px);
        min-height: -o-calc(100vh - 70px);
        min-height: -webkit-calc(100vh - 70px);
        min-height: -moz-calc(100vh - 70px)
    }
}

.transparent_header .full_height {
    min-height: calc(100vh);
    min-height: -o-calc(100vh);
    min-height: -webkit-calc(100vh);
    min-height: -moz-calc(100vh)
}

.width_80pc {
    width: 80%
}

.width_50pc {
    width: 50%
}

.show {
    visibility: visible !important;
    opacity: 1 !important;
    filter: alpha(opacity=100) !important
}

.not_visible {
    visibility: hidden
}

.pause_animation {
    -moz-animation-name: none;
    -webkit-animation-name: none;
    animation-name: none;
    visibility: hidden
}

.overflow_hidden {
    overflow: hidden
}

.uppercase {
    text-transform: uppercase !important
}

.centered {
    text-align: center
}

.item_centered {
    margin-left: auto !important;
    margin-right: auto !important
}

.lead {
    font-size: 20px;
    font-weight: normal
}

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

.btn_inline {
    display: inline-block;
    margin-right: 10px
}

.boxed {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
    padding-left: 26px !important;
    padding-right: 26px !important
}

.boxed_plus {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
    padding-left: 36px !important;
    padding-right: 36px !important
}

.boxed_special {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
    padding-left: 36px !important;
    padding-right: 36px !important;
    border: solid 1px
}

.transparent,.transparent_film {
    background-color: transparent !important
}

.transparent_film>* {
    position: relative
}

.transparent_film:before {
    display: block;
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    background-color: #f4f4f4;
    background-color: rgba(244,244,244,0.5)
}

.vc_parallax.transparent_film:before {
    z-index: 1
}

.black_section.transparent_film:before {
    background-color: #000;
    background-color: rgba(0,0,0,0.25)
}

.white_section.transparent_film:before {
    background-color: #fff;
    background-color: rgba(255,255,255,0.5)
}

.primary_section.transparent_film:before {
    background-color: #5eac78;
    background-color: rgba(94,172,120,0.5)
}

.secondary_section.transparent_film:before {
    background-color: #beb445;
    background-color: rgba(190,180,69,0.5)
}

.dark_section.transparent_film:before {
    background-color: #0c0c11;
    background-color: rgba(12,12,17,0.5)
}

.light_section.transparent_film:before {
    background-color: #fcfcfc;
    background-color: rgba(252,252,252,0.5)
}

.neutralize_links a:link,.neutralize_links a:visited {
    color: #323232 !important
}

.black_section.neutralize_links a:link,.black_section.neutralize_links a:visited {
    color: #fff !important
}

.white_section.neutralize_links a:link,.white_section.neutralize_links a:visited {
    color: #323232 !important
}

.primary_section.neutralize_links a:link,.primary_section.neutralize_links a:visited {
    color: #fdfdfd !important
}

.secondary_section.neutralize_links a:link,.secondary_section.neutralize_links a:visited {
    color: #fff !important
}

.dark_section.neutralize_links a:link,.dark_section.neutralize_links a:visited {
    color: #fff !important
}

.light_section.neutralize_links a:link,.light_section.neutralize_links a:visited {
    color: #323232 !important
}

.gradient_film_to_top,.gradient_film_to_bottom {
    background-color: transparent !important
}

.gradient_film_to_top>*,.gradient_film_to_bottom>* {
    position: relative
}

.gradient_film_to_top:before,.gradient_film_to_bottom:before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 0
}

.gradient_film_to_top:before {
    background: linear-gradient(to top, #f4f4f4 0%, rgba(244,244,244,0.8) 10%, transparent 100%)
}

.gradient_film_to_bottom:before {
    background: linear-gradient(to bottom, #f4f4f4 0%, rgba(244,244,244,0.8) 10%, transparent 100%)
}

.black_section.gradient_film_to_bottom:before {
    background: linear-gradient(to bottom, rgba(0,0,0,0.65) 0%, transparent 100%)
}

.white_section.gradient_film_to_bottom:before {
    background: linear-gradient(to bottom, rgba(255,255,255,0.65) 0%, transparent 100%)
}

.primary_section.gradient_film_to_bottom:before {
    background: linear-gradient(to bottom, rgba(111,181,134,0.65) 0%, transparent 100%)
}

.secondary_section.gradient_film_to_bottom:before {
    background: linear-gradient(to bottom, rgba(197,188,88,0.65) 0%, transparent 100%)
}

.dark_section.gradient_film_to_bottom:before {
    background: linear-gradient(to bottom, rgba(23,23,32,0.65) 0%, transparent 100%)
}

.light_section.gradient_film_to_bottom:before {
    background: linear-gradient(to bottom, rgba(239,239,239,0.65) 0%, transparent 100%)
}

.black_section.gradient_film_to_top:before {
    background: linear-gradient(to top, rgba(0,0,0,0.65) 0%, transparent 100%)
}

.white_section.gradient_film_to_top:before {
    background: linear-gradient(to top, rgba(255,255,255,0.65) 0%, transparent 100%)
}

.primary_section.gradient_film_to_top:before {
    background: linear-gradient(to top, rgba(111,181,134,0.65) 0%, transparent 100%)
}

.secondary_section.gradient_film_to_top:before {
    background: linear-gradient(to top, rgba(197,188,88,0.65) 0%, transparent 100%)
}

.dark_section.gradient_film_to_top:before {
    background: linear-gradient(to top, rgba(23,23,32,0.65) 0%, transparent 100%)
}

.light_section.gradient_film_to_top:before {
    background: linear-gradient(to top, rgba(239,239,239,0.65) 0%, transparent 100%)
}

.no_margin {
    margin: 0 !important
}

.no_margin_top {
    margin-top: 0 !important
}

.no_margin_bottom {
    margin-bottom: 0 !important
}

.margin_top {
    margin-top: 24px !important
}

.margin_bottom {
    margin-bottom: 24px !important
}

.margin_top_1-2 {
    margin-top: 12px !important
}

.margin_bottom_1-2 {
    margin-bottom: 12px !important
}

.padding_none {
    padding: 0 !important
}

.padding_top_none {
    padding-top: 0 !important
}

.padding_bottom_none {
    padding-bottom: 0 !important
}

.padding_top {
    padding-top: 96px !important
}

.padding_bottom {
    padding-bottom: 96px !important
}

.padding_top_2-3 {
    padding-top: 64px !important
}

.padding_bottom_2-3 {
    padding-bottom: 64px !important
}

.padding_top_1-2 {
    padding-top: 48px !important
}

.padding_bottom_1-2 {
    padding-bottom: 48px !important
}

.padding_top_1-3 {
    padding-top: 32px !important
}

.padding_bottom_1-3 {
    padding-bottom: 32px !important
}

.padding_top_1-4 {
    padding-top: 24px !important
}

.padding_bottom_1-4 {
    padding-bottom: 24px !important
}

@media only screen and (min-width: 768px) {
    .negative_margin_top_200_front {
        margin-top:-200px;
        overflow: visible
    }

    .negative_margin_top_150_front {
        margin-top: -150px;
        overflow: visible
    }

    .negative_margin_top_100_front {
        margin-top: -100px;
        overflow: visible
    }

    .negative_margin_top_50_front {
        margin-top: -50px;
        overflow: visible
    }

    .negative_margin_bottom_200_front {
        margin-bottom: -200px;
        z-index: 1
    }

    .negative_margin_bottom_200_front+div {
        overflow: visible !important
    }

    .negative_margin_bottom_150_front {
        margin-bottom: -150px;
        z-index: 1
    }

    .negative_margin_bottom_150_front+div {
        overflow: visible !important
    }

    .negative_margin_bottom_100_front {
        margin-bottom: -100px;
        z-index: 1
    }

    .negative_margin_bottom_100_front+div {
        overflow: visible !important
    }

    .negative_margin_bottom_50_front {
        margin-bottom: -50px;
        z-index: 1
    }

    .negative_margin_bottom_50_front+div {
        overflow: visible !important
    }
}

.click-disable {
    -moz-user-select: -moz-none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.max_width_1 {
    max-width: 97px
}

.max_width_2 {
    max-width: 195px
}

.max_width_3 {
    max-width: 292px
}

.max_width_4 {
    max-width: 390px
}

.max_width_5 {
    max-width: 487px
}

.max_width_6 {
    max-width: 585px
}

.max_width_7 {
    max-width: 682px
}

.max_width_8 {
    max-width: 778px
}

.max_width_9 {
    max-width: 875px
}

.max_width_10 {
    max-width: 972px
}

.rounded_icons_list {
    margin-top: 24px;
    margin-bottom: 24px
}

.rounded_icons_list i {
    border: solid 1px;
    width: 50px;
    height: 50px;
    line-height: 48px;
    border-radius: 50%;
    text-align: center;
    margin: 5px
}

body {
    -webkit-font-smoothing: antialiased;
    background-color: #f4f4f4;
    color: #323232;
    font-family: Source Sans Pro,sans-serif;
    font-size: 18px;
    font-weight: 200;
    line-height: 1.5;
    overflow-x: hidden
}

@media only screen and (max-width: 768px) {
    body {
        font-size:17px
    }
}

body.sticky_header:not(.transparent_header) {
    margin-top: 98px
}

@media only screen and (max-width: 991px) {
    body.sticky_header:not(.transparent_header) {
        margin-top:84px
    }
}

@media only screen and (max-width: 767px) {
    body.sticky_header:not(.transparent_header) {
        margin-top:70px
    }
}

body.sticky_header.header_will_appear,body.sticky_header.header_is_at_bottom {
    margin-top: 0
}

#page_wrapper {
    overflow: hidden;
    position: relative
}

a {
    color: #4da9c0
}

a:hover,a:active,a:focus {
    text-decoration: none;
    color: #498f60
}

a:focus {
    outline: none
}

h1,h2,h3,h4,h5,h6,.h1,.h2,.h3,.h4,.h5,.h6 {
    font-family: Playfair Display,sans-serif;
    font-weight: 700;
    line-height: 1.1;
    text-transform: uppercase;
    margin-top: 27px;
    margin-bottom: 13.5px
}

*+h1,*+h2,*+h3,*+.h1,*+.h2,*+.h3 {
    margin-top: 27px
}

*+h4,*+h5,*+h6,*+.h4,*+.h5,*+.h6 {
    margin-top: 13.5px
}

h1,.h1 {
    font-size: 40px
}

@media only screen and (max-width: 991px) {
    h1,.h1 {
        font-size:36px
    }
}

@media only screen and (max-width: 768px) {
    h1,.h1 {
        font-size:32px
    }
}

@media only screen and (max-width: 480px) {
    h1,.h1 {
        font-size:28px
    }
}

h2,.h2 {
    font-size: 33px
}

@media only screen and (max-width: 991px) {
    h2,.h2 {
        font-size:29.7px
    }
}

@media only screen and (max-width: 768px) {
    h2,.h2 {
        font-size:26.4px
    }
}

@media only screen and (max-width: 480px) {
    h2,.h2 {
        font-size:23.1px
    }
}

h3,.h3 {
    font-size: 30px
}

@media only screen and (max-width: 991px) {
    h3,.h3 {
        font-size:28.5px
    }
}

@media only screen and (max-width: 768px) {
    h3,.h3 {
        font-size:25.5px
    }
}

@media only screen and (max-width: 480px) {
    h3,.h3 {
        font-size:22.5px
    }
}

h4,.h4 {
    font-size: 20px
}

@media only screen and (max-width: 991px) {
    h4,.h4 {
        font-size:19px
    }
}

@media only screen and (max-width: 768px) {
    h4,.h4 {
        font-size:17px
    }
}

@media only screen and (max-width: 480px) {
    h4,.h4 {
        font-size:15px
    }
}

h5,.h5 {
    font-size: 16px
}

h6,.h6 {
    font-size: 15px
}

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 {
    color: inherit
}

hr {
    margin-bottom: 0 !important
}

p {
    margin: 0 0 13.5px
}

p+p img,p+div img {
    display: block;
    margin-top: 18px
}

.lead {
    margin-bottom: 27px;
    line-height: 1.4;
    font-weight: 200;
    font-size: 23px
}

@media only screen and (max-width: 991px) {
    .lead {
        font-size:22px
    }
}

@media only screen and (max-width: 768px) {
    .lead {
        font-size:21px
    }
}

@media only screen and (max-width: 480px) {
    .lead {
        font-size:20px
    }
}

img {
    max-width: 100%;
    height: auto
}

figure img {
    max-width: 100%
}

i.fa {
    font-style: normal
}

iframe {
    border: none;
    max-width: 100%
}

pre {
    padding: 10px;
    font-size: 16px
}

table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 27px
}

table>thead>tr>th,table>tbody>tr>th,table>tfoot>tr>th,table>thead>tr>td,table>tbody>tr>td,table>tfoot>tr>td {
    padding: 8px;
    line-height: 1.5;
    vertical-align: top;
    border-top: 1px solid #ddd
}

table>thead>tr>th {
    vertical-align: bottom;
    border-bottom: 2px solid #ddd
}

table>caption+thead>tr:first-child>th,table>colgroup+thead>tr:first-child>th,table>thead:first-child>tr:first-child>th,table>caption+thead>tr:first-child>td,table>colgroup+thead>tr:first-child>td,table>thead:first-child>tr:first-child>td {
    border-top: 0
}

table>tbody+tbody {
    border-top: 2px solid #ddd
}

table .table {
    background-color: #f4f4f4
}

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

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

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

dt,dd {
    line-height: 1.5
}

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

blockquote {
    padding: 13.5px 27px;
    margin: 0 0 13.5px;
    font-size: 22.5px;
    border-left: 5px solid;
    border-color: #b2b2b2
}

.blockquote-reverse,blockquote.pull-right {
    border-left: 0 none !important;
    border-left: 5px solid;
    border-color: #b2b2b2
}

.primary_section blockquote,.primary_section .blockquote-reverse,.primary_section blockquote.pull-right {
    border-color: #fff
}

.secondary_section blockquote,.secondary_section .blockquote-reverse,.secondary_section blockquote.pull-right {
    border-color: #fff
}

.dark_section blockquote,.dark_section .blockquote-reverse,.dark_section blockquote.pull-right {
    border-color: #e6e6e6
}

.light_section blockquote,.light_section .blockquote-reverse,.light_section blockquote.pull-right {
    border-color: #b2b2b2
}

.black_section blockquote,.black_section .blockquote-reverse,.black_section blockquote.pull-right {
    border-color: #e6e6e6
}

.white_section blockquote,.white_section .blockquote-reverse,.white_section blockquote.pull-right {
    border-color: #b2b2b2
}

blockquote footer,blockquote small,blockquote .small {
    color: inherit
}

address {
    margin-bottom: 27px;
    font-style: normal;
    line-height: 1.5
}

i.fa.primary_section {
    background-color: #4da9c0 !important
}

i.fa.secondary_section {
    background-color: 4da9c0 !important
}

i.fa.light_section {
    background-color: #efefef !important
}

i.fa.dark_section {
    background-color: #171720 !important
}

i.fa.black_section {
    background-color: #111118 !important
}

i.fa.white_section {
    background-color: #fff !important
}

.check_list ul {
    padding-left: 20px;
    text-indent: 2px;
    list-style: none;
    list-style-position: outside
}

.check_list ul li {
    margin-bottom: 8px
}

.check_list ul li:before {
    content: 'âœ”';
    margin-right: 1em;
    color: #4da9c0
}

.header {
    color: #fff;
    background-color: #000;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    -webkit-overflow-scrolling: touch;
    position: relative;
    z-index: 10
}

.header .container,.header .container-fluid {
    position: relative;
    min-height: 38px
}

.header a:link,.header a:visited {
    color: #fff
}

.header a:hover,.header a:active {
    color: #fff
}

.header.alt_header_triggered {
    color: #fff;
    background-color: #000
}

.header.alt_header_triggered a:link,.header.alt_header_triggered a:visited {
    color: #fff
}

.header.alt_header_triggered a:hover,.header.alt_header_triggered a:active {
    color: #fff
}

.header.transparent {
    position: absolute;
    width: 100%;
    background-color: #000 !important;
    background-color: rgba(0,0,0,0.5) !important
}

.header.transparent.alt_header_triggered {
    background-color: #000 !important
}

.header.alt_header_transparent.alt_header_triggered {
    background-color: #000 !important
}

.header.header_centered {
    text-align: center
}

.header.header_centered .logo {
    display: block;
    margin-top: 24px;
    margin-bottom: 17px
}

.header.header_centered .logo a.brand {
    text-align: center
}

@media only screen and (max-width: 991px) {
    .header.header_centered .logo {
        margin-top:20px;
        margin-bottom: 13px
    }

    .header.header_centered .logo a.brand {
        text-align: left
    }
}

@media only screen and (max-width: 768px) {
    .header.header_centered .logo {
        margin-top:16px;
        margin-bottom: 9px
    }
}

.header.header_centered .main_nav_wrapper {
    position: relative;
    right: inherit;
    left: inherit;
    padding: 0;
    margin-top: 17px;
    margin-bottom: 17px;
    -o-transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    text-align: center;
    display: block
}

@media only screen and (max-width: 991px) {
    .header.header_centered .main_nav_wrapper {
        margin:0;
        padding: 0;
        height: 0
    }
}

.header.header_centered .primary_nav>ul>li {
    text-align: left
}

.header.logo_centered_in_menu {
    text-align: center
}

.header.logo_centered_in_menu .logo {
    display: block;
    margin: 24px 0
}

.header.logo_centered_in_menu .logo a.brand {
    text-align: center
}

@media only screen and (max-width: 991px) {
    .header.logo_centered_in_menu .logo {
        margin:20px
    }

    .header.logo_centered_in_menu .logo a.brand {
        text-align: left
    }
}

@media only screen and (max-width: 768px) {
    .header.logo_centered_in_menu .logo {
        margin:16px
    }
}

.header.logo_centered_in_menu .main_nav_wrapper {
    position: relative;
    right: inherit;
    left: inherit;
    padding: 0;
    margin: 0;
    -o-transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    text-align: center;
    display: block
}

@media only screen and (max-width: 991px) {
    .header.logo_centered_in_menu .main_nav_wrapper {
        margin:0;
        padding: 0;
        height: 0;
        position: absolute
    }
}

.header.logo_centered_in_menu .primary_nav>ul>li {
    text-align: left
}

.header.logo_centered_in_menu nav.primary_nav ul li a.brand::before {
    background: none !important
}

.header.sticky_header {
    left: 0;
    position: fixed;
    top: 0;
    width: 100%
}

.header.sticky_header.transparent {
    position: fixed
}

.header.sticky_header.alt_header_triggered nav.primary_nav.hidden_on_header_stuck {
    display: none
}

.header.appearing_sticky_header {
    position: fixed;
    width: 100%;
    -o-transform: translate(0, -98px);
    -webkit-transform: translate(0, -98px);
    -ms-transform: translate(0, -98px);
    transform: translate(0, -98px)
}

.header.appearing_sticky_header.stuck {
    -o-transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0)
}

.header.bottom_sticky_header {
    position: fixed;
    top: inherit;
    bottom: 0px;
    width: 100%
}

.header.bottom_to_top_sticky_header {
    position: absolute;
    width: 100%;
    bottom: 0px;
    top: inherit
}

.header.bottom_to_top_sticky_header.stuck {
    position: fixed;
    top: 0px;
    bottom: inherit;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    -webkit-overflow-scrolling: touch
}

.header.sticky_header .logo.shown_on_header_stuck,.header.appearing_sticky_header .logo.shown_on_header_stuck,.header.bottom_sticky_header .logo.shown_on_header_stuck,.header.bottom_to_top_sticky_header .logo.shown_on_header_stuck {
    display: none
}

.header.sticky_header .logo.hidden_on_header_stuck,.header.appearing_sticky_header .logo.hidden_on_header_stuck,.header.bottom_sticky_header .logo.hidden_on_header_stuck,.header.bottom_to_top_sticky_header .logo.hidden_on_header_stuck {
    display: inline-block
}

.header.sticky_header.alt_header_triggered .logo.hidden_on_header_stuck,.header.appearing_sticky_header.alt_header_triggered .logo.hidden_on_header_stuck,.header.bottom_sticky_header.alt_header_triggered .logo.hidden_on_header_stuck,.header.bottom_to_top_sticky_header.alt_header_triggered .logo.hidden_on_header_stuck {
    display: none
}

.header.sticky_header.alt_header_triggered .logo.shown_on_header_stuck,.header.appearing_sticky_header.alt_header_triggered .logo.shown_on_header_stuck,.header.bottom_sticky_header.alt_header_triggered .logo.shown_on_header_stuck,.header.bottom_to_top_sticky_header.alt_header_triggered .logo.shown_on_header_stuck {
    display: inline-block
}

.logo {
    margin: 24px 0;
    display: inline-block
}

.logo a.brand {
    display: block;
    line-height: 1em;
    text-align: left;
    font-weight: 900
}

.logo a.brand span.site_title {
    font-size: 26px;
    line-height: 1em
}

.logo a.brand img {
    width: auto;
    max-height: 53px;
margin-top:-12px
}

.logo a.brand:link,.logo a.brand:visited {
    color: #fff
}

.logo a.brand:hover,.logo a.brand:active {
    color: #fff
}

.logo p {
    padding: 0;
    margin: 0;
    color: #fff
}

.header nav.primary_nav ul li.logo_in_nav {
    display: inline-block
}

@media only screen and (max-width: 991px) {
    .logo {
        margin:20px 0
    }

    .logo a.brand span.site_title {
        font-size: 24px
    }

    .logo a.brand img {
        max-height: 52px
    }

    .logo p {
        font-size: 13px
    }
}

@media only screen and (max-width: 767px) {
    .logo {
        margin:16px 0
    }

    .logo a.brand span.site_title {
        font-size: 22px
    }

    .logo a.brand img {
        max-height: 52px;
				margin-top:-10px !important
    }

    .logo p {
        font-size: 12px
    }

.titlepic_1 {
	background-position: 37% 91% !important;
  background-size: 378% !important;
}

.titlepic_2 {
    background-position: 35% center !important;
    background-size: 250% !important;
}
}

.main_nav_wrapper {
    display: block;
    position: absolute;
    width: auto;
    white-space: nowrap;
    top: 50%;
    -o-transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    right: 0
}

.header.nav_centered .main_nav_wrapper {
    right: inherit;
    left: 50%;
    -o-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.header.nav_left .main_nav_wrapper {
    right: inherit;
    display: inline-block;
    padding-left: 22px
}

.toggler_and_tools {
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    right: 0px;
    padding-left: 22px
}

.header_tools {
    font-family: Source Sans Pro,sans-serif;
    font-size: 14px;
    text-transform: uppercase;
    text-decoration: none;
    font-weight: 500;
    line-height: 1em;
    display: inline-block
}

.header_tools>div {
    display: inline-block
}

.header_tools .nav_mini_tool_container {
    margin-left: 10px;
    margin-right: 10px;
    -o-transform: translate(0px, -1px);
    -webkit-transform: translate(0px, -1px);
    -ms-transform: translate(0px, -1px);
    transform: translate(0px, -1px)
}

@media only screen and (min-width: 991px) {
    a.menu-toggler .above_threshold {
        display:inline-block
    }

    a.menu-toggler .below_threshold {
        display: none
    }
}

@media only screen and (max-width: 991px) {
    a.menu-toggler .above_threshold {
        display:none
    }

    a.menu-toggler .below_threshold {
        display: inline-block
    }
}

a.menu-toggler {
    box-sizing: content-box;
    display: inline-block;
    font-size: 14px;
    cursor: pointer;
    padding: 12px 0;
    min-width: 32px;
    height: inherit;
    line-height: 14px;
    color: #fff;
    background-color: transparent;
    -webkit-transition: all 600ms ease-in-out;
    -o-transition: all 600ms ease-in-out;
    transition: all 600ms ease-in-out;
    -webkit-overflow-scrolling: touch
}

a.menu-toggler:hover {
    color: #fff
}

a.menu-toggler:hover span.lines,a.menu-toggler:hover span.lines:before,a.menu-toggler:hover span.lines:after {
    background: #fff
}

a.menu-toggler.active {
    -o-transform: translate(100%, 0%);
    -webkit-transform: translate(100%, 0%);
    -ms-transform: translate(100%, 0%);
    transform: translate(100%, 0%);
    -webkit-transition: all 600ms ease-in-out;
    -o-transition: all 600ms ease-in-out;
    transition: all 600ms ease-in-out;
    -webkit-overflow-scrolling: touch;
    background-color: #000;
    padding-left: 13px
}

a.menu-toggler span.title {
    padding: 0px 55px 0 12px;
    text-transform: uppercase
}

a.menu-toggler span.lines,a.menu-toggler span.lines:before,a.menu-toggler span.lines:after {
    cursor: pointer;
    height: 1px;
    width: 20px;
    background: #fff;
    position: absolute;
    right: 14.4px;
    top: 12px;
    display: block;
    content: '';
    -webkit-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
    -webkit-overflow-scrolling: touch
}

a.menu-toggler span.lines:before {
    top: 6px;
    right: 0px
}

a.menu-toggler span.lines:after {
    top: 12px;
    right: 0px
}

a.menu-toggler.active span.lines {
    background-color: transparent !important
}

a.menu-toggler.active span.lines:before,a.menu-toggler.active span.lines:after {
    top: 8px
}

a.menu-toggler.active span.lines:before {
    transform: rotate(45deg)
}

a.menu-toggler.active span.lines:after {
    transform: rotate(-45deg)
}

@media only screen and (min-width: 991px) {
    a.menu-toggler span.lines.hidden_above_threshold {
        display:none
    }
}

@media only screen and (max-width: 991px) {
    #bookNow_button {
        display:none
    }
}

@media only screen and (min-width: 991px) {
    a.menu-toggler.hidden_above_threshold {
        min-width:0px
    }
}

@media only screen and (max-width: 991px) {
    a.menu-toggler.hidden_above_threshold {
        min-width:32px
    }
}

.header nav.primary_nav>ul>li>ul {
    visibility: hidden
}

@media only screen and (min-width: 991px) {
    .header nav.primary_nav.hidden_above_threshold {
        display:none
    }

    .header.alt_header_triggered nav.primary_nav.hidden_above_threshold.shown_on_header_stuck {
        display: inline-block
    }
}

.header nav.primary_nav {
    visibility: hidden;
    display: inline-block;
    font-family: Source Sans Pro,sans-serif
}

.header nav.primary_nav ul {
    list-style: none;
    margin: 0;
    padding: 0
}

.header nav.primary_nav ul li {
    display: inline-block
}

.header nav.primary_nav ul li a {
    display: block;
    font-size: 14px;
    text-transform: uppercase;
    text-decoration: none;
    font-weight: 500;
    line-height: 1em;
    padding: 12px 0;
    margin: 0 22px;
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0,0,0,0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    overflow: hidden
}

@media (min-width: 992px) and (max-width:1199px) {
    .header nav.primary_nav ul li a {
        padding:10px 0;
        margin: 0 9px
    }
}

.header nav.primary_nav ul li a:before {
    content: "";
    position: absolute;
    z-index: -1;
    left: 0;
    right: 100%;
    bottom: 0;
    background: #4da9c0;
    height: 1px;
    -webkit-transition-property: "right";
    transition-property: "right";
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out
}

.header nav.primary_nav ul li a:hover:before,.header nav.primary_nav ul li a:focus:before,.header nav.primary_nav ul li a:active:before {
    right: 0
}

.header nav.primary_nav ul li a:link,.header nav.primary_nav ul li a:visited,.header nav.primary_nav ul li a:focus {
    color: #fff;
    background: none
}

.header nav.primary_nav ul li a:hover,.header nav.primary_nav ul li a:active {
    color: #fff;
    background: none
}

.header nav.primary_nav ul li.logo_in_nav a {
    padding: 0 22px
}

.header nav.primary_nav ul li.active>a:before {
    right: 0
}

.header nav.primary_nav ul li.active>a:link,.header nav.primary_nav ul li.active>a:visited,.header nav.primary_nav ul li.active>a:focus {
    color: #fff
}

.header nav.primary_nav ul li.active>a:hover,.header nav.primary_nav ul li.active>a:active {
    color: #fff
}

.header nav.primary_nav ul li.lihaschildren:not(.sublihaschildren) {
    position: relative
}

.header nav.primary_nav ul li.lihaschildren:not(.sublihaschildren):after {
    display: block;
    width: 14px;
    height: 14px;
    line-height: 14px;
    text-align: center;
    content: '\276F';
    font-size: 10px;
    font-weight: normal;
    transform: rotate(90deg);
    position: absolute;
    top: 12px;
    right: 0px;
    opacity: 0.1
}

.header nav.primary_nav ul li.lihaschildren:not(.sublihaschildren):hover:after {
    opacity: 1
}

.header nav.primary_nav ul li.lihaschildren:not(.sublihaschildren) ul.menu-dropdown-content {
    background-color: #000;
    position: absolute;
    left: 0;
    min-width: 150px;
    padding: 12px 0;
    visibility: hidden
}

.header nav.primary_nav ul li.lihaschildren:not(.sublihaschildren) ul.menu-dropdown-content li {
    display: block
}

.header nav.primary_nav ul li.lihaschildren:not(.sublihaschildren) ul.menu-dropdown-content li a {
    display: block;
    font-size: 13px
}

.header nav.primary_nav ul li.lihaschildren:not(.sublihaschildren) ul.menu-dropdown-content.open {
    visibility: visible !important
}

.header nav.primary_nav ul li.lihaschildren:not(.sublihaschildren).drop-left ul.menu-dropdown-content {
    right: 0;
    left: inherit
}

.header nav.primary_nav ul li.lihaschildren:not(.sublihaschildren).drop-left ul.menu-dropdown-content li a {
    text-align: right
}

.header nav.primary_nav ul li.lihaschildren:not(.sublihaschildren).drop-left ul.menu-dropdown-content .sublihaschildren>a:after {
    transform: rotate(180deg);
    top: 8px;
    right: inherit;
    left: 0
}

.header nav.primary_nav ul li.lihaschildren:not(.sublihaschildren).drop-left ul.menu-dropdown-content .sublihaschildren ul.menu-dropdown-content {
    top: -40px !important;
    left: inherit;
    right: 100%
}

.header nav.primary_nav ul li.lihaschildren:not(.sublihaschildren).drop-mid>ul.menu-dropdown-content {
    left: 50%;
    -o-transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0)
}

.header nav.primary_nav ul li.lihaschildren:not(.sublihaschildren).two-column>ul {
    width: 440px
}

.header nav.primary_nav ul li.lihaschildren:not(.sublihaschildren).two-column>ul>li {
    float: left;
    width: 50%;
    border-right: solid 1px
}

.header nav.primary_nav ul li.lihaschildren:not(.sublihaschildren).two-column>ul>li:nth-child(even) {
    border-right: solid 0px;
    border-left: solid 1px;
    position: relative;
    left: -1px
}

.header nav.primary_nav ul li.lihaschildren:not(.sublihaschildren).two-column>ul>li a {
    white-space: normal
}

.header nav.primary_nav ul li.lihaschildren:not(.sublihaschildren) .sublihaschildren {
    position: relative
}

.header nav.primary_nav ul li.lihaschildren:not(.sublihaschildren) .sublihaschildren>a:after {
    display: block;
    width: 14px;
    height: 14px;
    line-height: 14px;
    text-align: center;
    content: '\276F';
    font-size: 10px;
    font-weight: normal;
    position: absolute;
    top: 12px;
    right: 5px;
    opacity: 0.5
}

.header nav.primary_nav ul li.lihaschildren:not(.sublihaschildren) .sublihaschildren:hover>a:after {
    opacity: 1
}

.header nav.primary_nav ul li.lihaschildren:not(.sublihaschildren) .sublihaschildren ul.menu-dropdown-content {
    height: auto;
    visibility: hidden;
    position: absolute;
    top: -12px;
    left: 100%
}

.header.alt_header_triggered nav.primary_nav ul li a:link,.header.alt_header_triggered nav.primary_nav ul li a:visited,.header.alt_header_triggered nav.primary_nav ul li a:focus {
    color: #fff
}

.header.alt_header_triggered nav.primary_nav ul li a:hover,.header.alt_header_triggered nav.primary_nav ul li a:active {
    color: #fff
}

.header.alt_header_triggered nav.primary_nav ul li.active a:link,.header.alt_header_triggered nav.primary_nav ul li.active a:visited,.header.alt_header_triggered nav.primary_nav ul li.active a:focus {
    color: #fff
}

.header.alt_header_triggered nav.primary_nav ul li.active a:hover,.header.alt_header_triggered nav.primary_nav ul li.active a:active {
    color: #fff
}

.header.alt_header_triggered nav.primary_nav ul li.lihaschildren ul.menu-dropdown-content {
    background-color: #000
}

.header.alt_header_triggered a.menu-toggler {
    color: #fff
}

.header.alt_header_triggered a.menu-toggler:hover {
    color: #fff
}

.header.alt_header_triggered a.menu-toggler:hover span.lines,.header.alt_header_triggered a.menu-toggler:hover span.lines:before,.header.alt_header_triggered a.menu-toggler:hover span.lines:after {
    background: #fff
}

.header.alt_header_triggered a.menu-toggler span.lines,.header.alt_header_triggered a.menu-toggler span.lines:before,.header.alt_header_triggered a.menu-toggler span.lines:after {
    background: #fff
}

.header.alt_header_triggered.secondary_nav_is_open a.menu-toggler {
    background-color: #000
}

.header nav.primary_nav ul.hover_menu li.lihaschildren:hover>ul.menu-dropdown-content,.header nav.primary_nav ul.hover_menu li.sublihaschildren:hover>ul.menu-dropdown-content {
    display: block !important;
    visibility: visible
}

.header.bottom_sticky_header nav.primary_nav ul li.lihaschildren:not(.sublihaschildren):after {
    transform: rotate(-90deg)
}

.header.bottom_sticky_header nav.primary_nav ul li.lihaschildren>ul.menu-dropdown-content {
    left: 0;
    bottom: 38px
}

.header.bottom_sticky_header nav.primary_nav ul li.lihaschildren>ul.menu-dropdown-content ul.menu-dropdown-content {
    top: inherit;
    bottom: -12px
}

.header.bottom_sticky_header nav.primary_nav ul li.lihaschildren.drop-left ul.menu-dropdown-content {
    right: 0;
    left: inherit;
    bottom: 38px
}

.header.bottom_sticky_header nav.primary_nav ul li.lihaschildren.drop-right ul.menu-dropdown-content {
    left: 0;
    bottom: 38px
}

.header.bottom_sticky_header nav.primary_nav ul li.lihaschildren.drop-mid ul.menu-dropdown-content {
    bottom: 38px;
    left: 50%;
    -o-transform: translate(-50%, -100%);
    -webkit-transform: translate(-50%, -100%);
    -ms-transform: translate(-50%, -100%);
    transform: translate(-50%, -100%)
}

.header.bottom_sticky_header nav.primary_nav ul li.lihaschildren.drop-mid ul.menu-dropdown-content.open {
    -o-transform: translate(-50%, 0px);
    -webkit-transform: translate(-50%, 0px);
    -ms-transform: translate(-50%, 0px);
    transform: translate(-50%, 0px)
}

.secondary_nav_widgetized_area {
    position: fixed;
    height: 100%;
    right: 0;
    top: 0;
    visibility: hidden;
    z-index: 9;
    width: 320px;
    background-color: #000;
    padding: 3px 0px;
    overflow-y: auto;
    -webkit-transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    -webkit-overflow-scrolling: touch;
    -o-transform: translate(100%, 0px);
    -webkit-transform: translate(100%, 0px);
    -ms-transform: translate(100%, 0px);
    transform: translate(100%, 0px)
}

.secondary_nav_widgetized_area .header_tools {
    padding-right: 0px !important;
    margin-top: -6px
}

.secondary_nav_widgetized_area nav {
    clear: both;
    padding: 0 !important;
    margin-bottom: 0 !important
}

.secondary_nav_widgetized_area nav a {
    padding: 0;
    padding-bottom: 5px
}

.secondary_nav_widgetized_area aside.widget {
    margin-right: 30px;
    margin-left: 30px;
    margin-bottom: 24px;
    color: #fff
}

.secondary_nav_widgetized_area aside.widget h4 {
    font-size: 1em;
    color: #fff
}

.secondary_nav_widgetized_area nav,.secondary_nav_widgetized_area .widget_nav_menu {
    font-family: Source Sans Pro,sans-serif;
    font-size: 14px;
    text-transform: uppercase
}

.secondary_nav_widgetized_area nav:last-of-type,.secondary_nav_widgetized_area .widget_nav_menu:last-of-type {
    margin-bottom: 20px
}

.secondary_nav_widgetized_area nav ul,.secondary_nav_widgetized_area .widget_nav_menu ul {
    list-style: none;
    margin: 0;
    padding: 0;
    margin-bottom: 28px
}

.secondary_nav_widgetized_area nav ul:after,.secondary_nav_widgetized_area .widget_nav_menu ul:after {
    content: '';
    position: relative;
    display: block;
    background-color: rgba(221,221,221,0.4);
    height: 1px;
    width: 260px;
    margin-top: 20px;
    margin-left: 28px !important;
    margin-bottom: 28px
}

.secondary_nav_widgetized_area nav ul li a,.secondary_nav_widgetized_area .widget_nav_menu ul li a {
    display: block;
    font-weight: 500;
    margin: 5px 10px 5px 26px;
    padding-bottom: 5px;
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0,0,0,0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    overflow: hidden
}

.secondary_nav_widgetized_area nav ul li a:before,.secondary_nav_widgetized_area .widget_nav_menu ul li a:before {
    content: "";
    position: absolute;
    z-index: -1;
    left: 0;
    right: 100%;
    bottom: 0;
    background: #4da9c0;
    height: 1px;
    -webkit-transition-property: "right";
    transition-property: "right";
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out
}

.secondary_nav_widgetized_area nav ul li a:hover:before,.secondary_nav_widgetized_area .widget_nav_menu ul li a:hover:before,.secondary_nav_widgetized_area nav ul li a:focus:before,.secondary_nav_widgetized_area .widget_nav_menu ul li a:focus:before,.secondary_nav_widgetized_area nav ul li a:active:before,.secondary_nav_widgetized_area .widget_nav_menu ul li a:active:before {
    right: 0
}

.secondary_nav_widgetized_area nav ul li a:link,.secondary_nav_widgetized_area .widget_nav_menu ul li a:link,.secondary_nav_widgetized_area nav ul li a:visited,.secondary_nav_widgetized_area .widget_nav_menu ul li a:visited {
    color: #fff
}

.secondary_nav_widgetized_area nav ul li a:hover,.secondary_nav_widgetized_area .widget_nav_menu ul li a:hover,.secondary_nav_widgetized_area nav ul li a:active,.secondary_nav_widgetized_area .widget_nav_menu ul li a:active,.secondary_nav_widgetized_area nav ul li a.active,.secondary_nav_widgetized_area .widget_nav_menu ul li a.active,.secondary_nav_widgetized_area nav ul li a:focus,.secondary_nav_widgetized_area .widget_nav_menu ul li a:focus {
    color: #fff;
    background-color: #000
}

.secondary_nav_widgetized_area nav ul li ul,.secondary_nav_widgetized_area .widget_nav_menu ul li ul {
    display: block;
    border-left: solid 1px #fff !important;
    margin-left: 30px !important;
    margin-bottom: 10px !important;
    margin-top: 0 !important
}

.secondary_nav_widgetized_area nav ul li ul:after,.secondary_nav_widgetized_area .widget_nav_menu ul li ul:after {
    display: none
}

.secondary_nav_widgetized_area nav ul li ul li a,.secondary_nav_widgetized_area .widget_nav_menu ul li ul li a {
    padding-left: 0 !important;
    margin: 5px 10px 5px 15px;
    font-size: 0.85em;
    text-transform: uppercase
}

.secondary_nav_widgetized_area nav ul li.current-menu-item a:before,.secondary_nav_widgetized_area .widget_nav_menu ul li.current-menu-item a:before {
    right: 0
}

.secondary_nav_widgetized_area nav ul li.current-menu-item a:link,.secondary_nav_widgetized_area .widget_nav_menu ul li.current-menu-item a:link,.secondary_nav_widgetized_area nav ul li.current-menu-item a:visited,.secondary_nav_widgetized_area .widget_nav_menu ul li.current-menu-item a:visited,.secondary_nav_widgetized_area nav ul li.current-menu-item a:focus,.secondary_nav_widgetized_area .widget_nav_menu ul li.current-menu-item a:focus {
    color: #fff
}

.secondary_nav_widgetized_area nav ul li.current-menu-item a:hover,.secondary_nav_widgetized_area .widget_nav_menu ul li.current-menu-item a:hover,.secondary_nav_widgetized_area nav ul li.current-menu-item a:active,.secondary_nav_widgetized_area .widget_nav_menu ul li.current-menu-item a:active {
    color: #fff
}

.secondary_nav_widgetized_area nav .nav,.secondary_nav_widgetized_area .widget_nav_menu .nav {
    margin-bottom: 0 !important
}

.secondary_nav_widgetized_area aside.widget.widget_nav_menu {
    margin-left: 0;
    margin-right: 0
}

.secondary_nav_widgetized_area aside.widget.widget_nav_menu ul li a {
    text-decoration: none
}

.secondary_nav_is_open {
    -o-transform: translate(-320px, 0px);
    -webkit-transform: translate(-320px, 0px);
    -ms-transform: translate(-320px, 0px);
    transform: translate(-320px, 0px);
    -webkit-transition: all 600ms ease-in-out !important;
    -o-transition: all 600ms ease-in-out !important;
    transition: all 600ms ease-in-out !important;
    -webkit-overflow-scrolling: touch !important
}

.secondary_nav_widgetized_area.secondary_nav_is_open {
    -o-transform: translate(0px, 0px);
    -webkit-transform: translate(0px, 0px);
    -ms-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
    visibility: visible
}

.header.appearing_sticky_header.secondary_nav_is_open {
    transform: translate(-320px, 0px)
}

.head_panel {
    position: relative;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover
}

.head_panel .container,.head_panel .container-fluid {
    padding-top: 166px;
    padding-bottom: 70px;
    min-height: 200px
}

@media (max-width: 992px) {
    .head_panel .container,.head_panel .container-fluid {
        padding-top:130px;
        padding-bottom: 90px;
        min-height: 160px
    }
}

@media (max-width: 768px) {
    .head_panel .container,.head_panel .container-fluid {
        padding-top:100px;
        padding-bottom: 60;
        min-height: 80px
    }
}

.head_panel.full_height {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    align-items: center
}

.head_panel.full_height .container,.head_panel.full_height .container_fluid {
    padding-bottom: 48px;
    padding-top: 48px
}

.head_panel.full_height .head_panel {
    width: 100%;
    height: 100%
}

.head_panel.full_height .ratio_slider {
    padding-bottom: calc(100vh) !important
}

.head_panel .hgroup.text-center.width_80pc,.head_panel .hgroup.text-center.width_50pc {
    margin: 0 auto
}

.head_panel .hgroup p.pretitle {
    font-family: Playfair Display,sans-serif;
    margin: 0;
    font-size: 14px;
    letter-spacing: 7px;
    text-transform: uppercase
}

@media (max-width: 992px) {
    .head_panel .hgroup p.pretitle {
        font-size:13px;
        letter-spacing: 4px
    }
}

.head_panel .hgroup p.pretitle+h1.title {
    margin-top: 5px
}


@media (min-width: 992px) {
    a.menu-toggler { display: none !important }
}


@media (max-width: 992px) {
    .head_panel .hgroup p.pretitle+h1.title {
        margin-top:0px
    }
}

@media (max-width: 768px) {
    .head_panel .hgroup p.pretitle+h1.title {
        margin-top:0px
    }
}

.head_panel .hgroup h1.title {
    line-height: 1em;
    font-weight: bold;
    margin: 0;
    padding: 0
}

.head_panel .hgroup h1.title+p.subtitle {
    padding: 14px 0 0 0
}

.head_panel .hgroup h1.title+p.subtitle+.ple_breadcrumb_wrapper {
    padding: 8px 0 0 0
}

.head_panel .hgroup h1.title+.ple_breadcrumb_wrapper {
    padding: 16px 0 0 0
}

.head_panel .hgroup.large_hgroup_styling h1.title {
    font-size: 86px
}

@media (max-width: 992px) {
    .head_panel .hgroup.large_hgroup_styling h1.title {
        font-size:60px
    }

    .head_panel .hgroup.large_hgroup_styling h1.title+p.subtitle {
        padding: 0
    }
}

@media (max-width: 768px) {
    .head_panel .hgroup.large_hgroup_styling h1.title {
        font-size:36px
    }
}

.head_panel .hgroup p.subtitle {
    margin: 0
}

.head_panel .map {
    height: 480px !important
}

.head_panel .map img {
    max-width: none !important
}

@media (max-width: 992px) {
    .head_panel .map {
        min-height:380px
    }
}

@media (max-width: 768px) {
    .head_panel .map {
        min-height:280px
    }
}

.main {
    position: relative;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    -webkit-overflow-scrolling: touch;
    z-index: 9
}

.main .vc_row {
    position: relative;
    background-color: #f4f4f4;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 96px;
    padding-bottom: 96px;
    border-color: #f4f4f4
}

.main .vc_row div[class*="col-"] {
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover
}

.main .vc_row .vc_row {
    padding-top: 0;
    padding-bottom: 0
}

.content_titles {
    background-color: #131313;
    color: #ffffff;
    padding: 96px 0
}

.content_titles .title_in_content h1 {
    margin: 0
}

.content_titles .title_in_content+.ple_breadcrumb_wrapper {
    margin-top: 8px
}

.transparent_header:not(.header_is_at_bottom) .content_titles {
    padding-top: 194px
}

@media (max-width: 992px) {
    .transparent_header:not(.header_is_at_bottom) .content_titles {
        padding-top:180px
    }
}

@media (max-width: 768px) {
    .transparent_header:not(.header_is_at_bottom) .content_titles {
        padding-top:166px
    }
}

.vc_off .content_main {
    padding-top: 96px;
    padding-bottom: 96px
}

.vc_on .content_main #sidebar {
    padding-top: 96px;
    padding-bottom: 96px
}

.single-project .vc_on .post_figure_and_info {
    padding-top: 96px
}

.primary_section,.main .primary_section,[class*="_section"] .primary_section,[class*="_section"] [class*="_section"] .primary_section {
    background-color: #4da9c0;
    color: #fdfdfd;
    border-color: #4da9c0
}

.primary_section a:link,.main .primary_section a:link,[class*="_section"] .primary_section a:link,[class*="_section"] [class*="_section"] .primary_section a:link,.primary_section a:visited,.main .primary_section a:visited,[class*="_section"] .primary_section a:visited,[class*="_section"] [class*="_section"] .primary_section a:visited {
    color: #fdfdfd
}

.primary_section a:hover,.main .primary_section a:hover,[class*="_section"] .primary_section a:hover,[class*="_section"] [class*="_section"] .primary_section a:hover,.primary_section a:active,.main .primary_section a:active,[class*="_section"] .primary_section a:active,[class*="_section"] [class*="_section"] .primary_section a:active {
    color: #fff
}

.secondary_section,.main .secondary_section,[class*="_section"] .secondary_section,[class*="_section"] [class*="_section"] .secondary_section {
    background-color: #4da9c0;
    color: #fff;
    border-color: #4da9c0
}

.secondary_section a:link,.main .secondary_section a:link,[class*="_section"] .secondary_section a:link,[class*="_section"] [class*="_section"] .secondary_section a:link,.secondary_section a:visited,.main .secondary_section a:visited,[class*="_section"] .secondary_section a:visited,[class*="_section"] [class*="_section"] .secondary_section a:visited {
    color: #fdfdfd
}

.secondary_section a:hover,.main .secondary_section a:hover,[class*="_section"] .secondary_section a:hover,[class*="_section"] [class*="_section"] .secondary_section a:hover,.secondary_section a:active,.main .secondary_section a:active,[class*="_section"] .secondary_section a:active,[class*="_section"] [class*="_section"] .secondary_section a:active {
    color: #fff
}

.dark_section,.main .dark_section,[class*="_section"] .dark_section,[class*="_section"] [class*="_section"] .dark_section {
    background-color: #171720;
    color: #fff;
    border-color: #171720
}

.dark_section a:link,.main .dark_section a:link,[class*="_section"] .dark_section a:link,[class*="_section"] [class*="_section"] .dark_section a:link,.dark_section a:visited,.main .dark_section a:visited,[class*="_section"] .dark_section a:visited,[class*="_section"] [class*="_section"] .dark_section a:visited {
    color: #fdfdfd
}

.dark_section a:hover,.main .dark_section a:hover,[class*="_section"] .dark_section a:hover,[class*="_section"] [class*="_section"] .dark_section a:hover,.dark_section a:active,.main .dark_section a:active,[class*="_section"] .dark_section a:active,[class*="_section"] [class*="_section"] .dark_section a:active {
    color: #fff
}

.light_section,.main .light_section,[class*="_section"] .light_section,[class*="_section"] [class*="_section"] .light_section {
    background-color: #efefef;
    color: #323232;
    border-color: #efefef
}

.light_section a:link,.main .light_section a:link,[class*="_section"] .light_section a:link,[class*="_section"] [class*="_section"] .light_section a:link,.light_section a:visited,.main .light_section a:visited,[class*="_section"] .light_section a:visited,[class*="_section"] [class*="_section"] .light_section a:visited {
    color: #4da9c0
}

.light_section a:hover,.main .light_section a:hover,[class*="_section"] .light_section a:hover,[class*="_section"] [class*="_section"] .light_section a:hover,.light_section a:active,.main .light_section a:active,[class*="_section"] .light_section a:active,[class*="_section"] [class*="_section"] .light_section a:active {
    color: #498f60
}

.black_section,.main .black_section,[class*="_section"] .black_section,[class*="_section"] [class*="_section"] .black_section {
    background-color: #111118;
    color: #fff;
    border-color: #111118
}

.black_section a:link,.main .black_section a:link,[class*="_section"] .black_section a:link,[class*="_section"] [class*="_section"] .black_section a:link,.black_section a:visited,.main .black_section a:visited,[class*="_section"] .black_section a:visited,[class*="_section"] [class*="_section"] .black_section a:visited {
    color: #4da9c0
}

.black_section a:hover,.main .black_section a:hover,[class*="_section"] .black_section a:hover,[class*="_section"] [class*="_section"] .black_section a:hover,.black_section a:active,.main .black_section a:active,[class*="_section"] .black_section a:active,[class*="_section"] [class*="_section"] .black_section a:active {
    color: #498f60
}

.white_section,.main .white_section,[class*="_section"] .white_section,[class*="_section"] [class*="_section"] .white_section {
    background-color: #fff;
    color: #323232;
    border-color: #fff
}

.white_section a:link,.main .white_section a:link,[class*="_section"] .white_section a:link,[class*="_section"] [class*="_section"] .white_section a:link,.white_section a:visited,.main .white_section a:visited,[class*="_section"] .white_section a:visited,[class*="_section"] [class*="_section"] .white_section a:visited {
    color: #4da9c0
}

.white_section a:hover,.main .white_section a:hover,[class*="_section"] .white_section a:hover,[class*="_section"] [class*="_section"] .white_section a:hover,.white_section a:active,.main .white_section a:active,[class*="_section"] .white_section a:active,[class*="_section"] [class*="_section"] .white_section a:active {
    color: #498f60
}

.textify_links a:link,.textify_links a:visited {
    color: #323232
}

.textify_links a:hover,.textify_links a:active {
    color: #4da9c0
}

.primary_section .textify_links a:link,.primary_section.textify_links a:link,.primary_section .textify_links a:visited,.primary_section.textify_links a:visited {
    color: #fdfdfd
}

.primary_section .textify_links a:hover,.primary_section.textify_links a:hover,.primary_section .textify_links a:active,.primary_section.textify_links a:active {
    color: #fdfdfd
}

.secondary_section .textify_links a:link,.secondary_section.textify_links a:link,.secondary_section .textify_links a:visited,.secondary_section.textify_links a:visited {
    color: #fff
}

.secondary_section .textify_links a:hover,.secondary_section.textify_links a:hover,.secondary_section .textify_links a:active,.secondary_section.textify_links a:active {
    color: #fdfdfd
}

.dark_section .textify_links a:link,.dark_section.textify_links a:link,.dark_section .textify_links a:visited,.dark_section.textify_links a:visited {
    color: #fff
}

.dark_section .textify_links a:hover,.dark_section.textify_links a:hover,.dark_section .textify_links a:active,.dark_section.textify_links a:active {
    color: #fdfdfd
}

.light_section .textify_links a:link,.light_section.textify_links a:link,.light_section .textify_links a:visited,.light_section.textify_links a:visited {
    color: #323232
}

.light_section .textify_links a:hover,.light_section.textify_links a:hover,.light_section .textify_links a:active,.light_section.textify_links a:active {
    color: #4da9c0
}

.black_section .textify_links a:link,.black_section.textify_links a:link,.black_section .textify_links a:visited,.black_section.textify_links a:visited {
    color: #fff
}

.black_section .textify_links a:hover,.black_section.textify_links a:hover,.black_section .textify_links a:active,.black_section.textify_links a:active {
    color: #4da9c0
}

.white_section .textify_links a:link,.white_section.textify_links a:link,.white_section .textify_links a:visited,.white_section.textify_links a:visited {
    color: #323232
}

.white_section .textify_links a:hover,.white_section.textify_links a:hover,.white_section .textify_links a:active,.white_section.textify_links a:active {
    color: #4da9c0
}

.footer .textify_links a:link,.footer.textify_links a:link,.footer .textify_links a:visited,.footer.textify_links a:visited {
    color: #fdfdfd
}

.footer .textify_links a:hover,.footer.textify_links a:hover,.footer .textify_links a:active,.footer.textify_links a:active {
    color: #4da9c0
}

.separator_top>.separator_top,.separator_bottom>.separator_bottom {
    position: absolute;
    width: 100%;
    background-color: inherit;
    border-color: inherit;
    z-index: 1
}

.separator_top>.separator_top {
    top: 0
}

.separator_bottom>.separator_bottom {
    bottom: 0
}

.sep_angled_positive_bottom.vc_row[data-vc-full-width],.sep_angled_negative_bottom.vc_row[data-vc-full-width],.sep_angled_positive_top.vc_row[data-vc-full-width],.sep_angled_negative_top.vc_row[data-vc-full-width] {
    overflow: inherit
}

.sep_angled_positive_bottom .separator_bottom,.sep_angled_negative_bottom .separator_bottom,.sep_angled_positive_top .separator_top,.sep_angled_negative_top .separator_top {
    left: 0;
    padding-left: inherit;
    padding-right: inherit;
    width: inherit;
    display: none\9
}

.sep_angled_positive_bottom .separator_bottom:before,.sep_angled_negative_bottom .separator_bottom:before,.sep_angled_positive_top .separator_top:before,.sep_angled_negative_top .separator_top:before,.sep_angled_positive_bottom .separator_bottom:after,.sep_angled_negative_bottom .separator_bottom:after,.sep_angled_positive_top .separator_top:after,.sep_angled_negative_top .separator_top:after {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-color: inherit;
    border-width: 24px 0 0 900px;
    border-width: 24px 0 0 50vw;
    border-left-width: 900px;
    border-left-width: 50vw;
    position: absolute;
    z-index: 9
}

.sep_angled_positive_bottom .separator_bottom:before,.sep_angled_positive_bottom .separator_bottom:after {
    bottom: -23px
}

.sep_angled_positive_bottom .separator_bottom:before {
    border-left-color: transparent;
    border-right-color: transparent;
    right: 50%
}

.sep_angled_positive_bottom .separator_bottom:after {
    border-left-color: transparent;
    border-right-color: transparent;
    left: 50%;
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg)
}

.sep_angled_negative_bottom .separator_bottom:before,.sep_angled_negative_bottom .separator_bottom:after {
    bottom: -23px
}

.sep_angled_negative_bottom .separator_bottom:before {
    border-left-color: transparent;
    border-right-color: transparent;
    left: 50%
}

.sep_angled_negative_bottom .separator_bottom:after {
    border-left-color: transparent;
    border-right-color: transparent;
    right: 50%;
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg)
}

.sep_angled_positive_top .separator_top:before,.sep_angled_positive_top .separator_top:after {
    top: -23px
}

.sep_angled_positive_top .separator_top:before {
    border-top-color: transparent;
    border-bottom-color: transparent;
    left: 49.99%
}

.sep_angled_positive_top .separator_top:after {
    border-top-color: transparent;
    border-bottom-color: transparent;
    right: 49.99%;
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg)
}

.sep_angled_negative_top .separator_top:before,.sep_angled_negative_top .separator_top:after {
    top: -23px
}

.sep_angled_negative_top .separator_top:before {
    border-top-color: transparent;
    border-bottom-color: transparent;
    left: 0
}

.sep_angled_negative_top .separator_top:after {
    border-top-color: transparent;
    border-bottom-color: transparent;
    right: 0;
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg)
}

.folded_section {
    -o-transform: translate(0px, 0px);
    -webkit-transform: translate(0px, 0px);
    -ms-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
    z-index: 1
}

.folded_section>div,.folded_section>div>div,.folded_section>div>div>div,.folded_section>div>div>div .separator_top,.folded_section>div>div>div .separator_bottom {
    background-color: inherit;
    border-color: inherit
}

.folded_section>div>div>div .separator_top {
    margin-bottom: 0px
}

.folded_section>div>div>div .separator_bottom {
    margin-bottom: 0px
}

@media (max-width: 767px) {
    .folded_section>div>div>div .separator_top,.folded_section>div>div>div .separator_bottom {
        display:none
    }
}

.sep_triangular_downhill_top .separator_top {
    border-style: solid;
    border-left-width: inherit;
    display: none\9
}

.sep_triangular_downhill_top .separator_top:after {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-color: inherit;
    border-width: 19px 0 0 1rem;
    border-left-width: inherit;
    top: -18px;
    border-top-color: transparent;
    border-bottom-color: transparent;
    left: 0;
    position: absolute;
    z-index: 9
}

.sep_triangular_uphill_top .separator_top {
    border-style: solid;
    border-left-width: inherit;
    display: none\9
}

.sep_triangular_uphill_top .separator_top:after {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-color: inherit;
    border-width: 19px 0 0 1rem;
    border-left-width: inherit;
    top: -18px;
    border-top-color: transparent;
    border-bottom-color: transparent;
    right: 0;
    position: absolute;
    z-index: 9;
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg)
}

.sep_triangular_downhill_bottom .separator_bottom {
    border-style: solid;
    border-left-width: inherit;
    display: none\9
}

.sep_triangular_downhill_bottom .separator_bottom:after {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-color: inherit;
    border-width: 19px 0 0 1rem;
    border-left-width: inherit;
    bottom: -18px;
    border-left-color: transparent;
    border-right-color: transparent;
    left: 0;
    position: absolute;
    z-index: 9;
    -ms-transform: rotateY(180deg);
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg)
}

.sep_triangular_uphill_bottom .separator_bottom {
    border-style: solid;
    border-left-width: inherit;
    display: none\9
}

.sep_triangular_uphill_bottom .separator_bottom:after {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-color: inherit;
    border-width: 19px 0 0 1rem;
    border-left-width: inherit;
    bottom: -18px;
    border-left-color: transparent;
    border-right-color: transparent;
    right: 0;
    position: absolute;
    z-index: 9
}

.btn {
    display: inline-block;
    background-image: none;
    background-color: transparent;
    font-weight: 400;
    text-align: center;
    text-transform: uppercase;
    padding: 8px 24px;
    font-size: 13px;
    line-height: 1.5;
    border-radius: 0
}

.btn:focus,.btn:active:focus,.btn.active:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
}

.btn:hover,.btn:focus {
    color: #333;
    text-decoration: none
}

.btn:active,.btn.active {
    outline: 0;
    background-image: none
}

.btn.disabled,.btn[disabled],fieldset[disabled] .btn {
    cursor: not-allowed;
    pointer-events: none;
    opacity: .65;
    filter: alpha(opacity=65)
}

.btn-default:not(.btn-link) {
    background-image: none;
    background-color: transparent;
    font-weight: 400;
    text-align: center;
    text-transform: uppercase;
    padding: 8px 24px;
    font-size: 13px;
    line-height: 1.5;
    border-radius: 0;
    border: 1px #323232 solid;
    color: #323232 !important;
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0,0,0,0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: .3s;
    transition-duration: .3s
}

.btn-default:not(.btn-link):focus,.btn-default:not(.btn-link):active:focus,.btn-default:not(.btn-link).active:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
}

.btn-default:not(.btn-link):hover,.btn-default:not(.btn-link):focus {
    color: #333;
    text-decoration: none
}

.btn-default:not(.btn-link):active,.btn-default:not(.btn-link).active {
    outline: 0;
    background-image: none
}

.btn-default:not(.btn-link).disabled,.btn-default:not(.btn-link)[disabled],fieldset[disabled] .btn-default:not(.btn-link) {
    cursor: not-allowed;
    pointer-events: none;
    opacity: .65;
    filter: alpha(opacity=65)
}

.btn-default:not(.btn-link):before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #323232;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out
}

.btn-default:not(.btn-link):hover,.btn-default:not(.btn-link):focus,.btn-default:not(.btn-link):active {
    color: #f4f4f4 !important
}

.btn-default:not(.btn-link):hover:before,.btn-default:not(.btn-link):focus:before,.btn-default:not(.btn-link):active:before {
    -webkit-transform: scaleY(1);
    transform: scaleY(1)
}

.btn-default:not(.btn-link).btn-inv {
    background-color: #323232;
    color: #f4f4f4 !important
}

.btn-default:not(.btn-link).btn-inv:before {
    background: #f4f4f4
}

.btn-default:not(.btn-link).btn-inv:hover,.btn-default:not(.btn-link).btn-inv:focus,.btn-default:not(.btn-link).btn-inv:active {
    color: #323232 !important
}

.btn-primary {
    background-image: none;
    background-color: transparent;
    font-weight: 400;
    text-align: center;
    text-transform: uppercase;
    padding: 8px 24px;
    font-size: 13px;
    line-height: 1.5;
    border-radius: 0;
    border: 1px #4da9c0 solid;
    color: #4da9c0 !important;
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0,0,0,0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: .3s;
    transition-duration: .3s
}

.btn-primary:focus,.btn-primary:active:focus,.btn-primary.active:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
}

.btn-primary:hover,.btn-primary:focus {
    color: #333;
    text-decoration: none
}

.btn-primary:active,.btn-primary.active {
    outline: 0;
    background-image: none
}

.btn-primary.disabled,.btn-primary[disabled],fieldset[disabled] .btn-primary {
    cursor: not-allowed;
    pointer-events: none;
    opacity: .65;
    filter: alpha(opacity=65)
}

.btn-primary:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #4da9c0;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out
}

.btn-primary:hover,.btn-primary:focus,.btn-primary:active {
    color: #fdfdfd !important
}

.btn-primary:hover:before,.btn-primary:focus:before,.btn-primary:active:before {
    -webkit-transform: scaleY(1);
    transform: scaleY(1)
}

.btn-primary.btn-inv {
    background-color: #4da9c0;
    color: #fdfdfd !important
}

.btn-primary.btn-inv:before {
    background: #fdfdfd
}

.btn-primary.btn-inv:hover,.btn-primary.btn-inv:focus,.btn-primary.btn-inv:active {
    color: #4da9c0 !important
}

.btn-secondary {
    background-image: none;
    background-color: transparent;
    font-weight: 400;
    text-align: center;
    text-transform: uppercase;
    padding: 8px 24px;
    font-size: 13px;
    line-height: 1.5;
    border-radius: 0;
    border: 1px #4da9c0 solid;
    color: #4da9c0 !important;
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0,0,0,0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: .3s;
    transition-duration: .3s
}

.btn-secondary:focus,.btn-secondary:active:focus,.btn-secondary.active:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
}

.btn-secondary:hover,.btn-secondary:focus {
    color: #333;
    text-decoration: none
}

.btn-secondary:active,.btn-secondary.active {
    outline: 0;
    background-image: none
}

.btn-secondary.disabled,.btn-secondary[disabled],fieldset[disabled] .btn-secondary {
    cursor: not-allowed;
    pointer-events: none;
    opacity: .65;
    filter: alpha(opacity=65)
}

.btn-secondary:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #4da9c0;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out
}

.btn-secondary:hover,.btn-secondary:focus,.btn-secondary:active {
    color: #fff !important
}

.btn-secondary:hover:before,.btn-secondary:focus:before,.btn-secondary:active:before {
    -webkit-transform: scaleY(1);
    transform: scaleY(1)
}

.btn-secondary.btn-inv {
    background-color: #4da9c0;
    color: #fff !important
}

.btn-secondary.btn-inv:before {
    background: #fff
}

.btn-secondary.btn-inv:hover,.btn-secondary.btn-inv:focus,.btn-secondary.btn-inv:active {
    color: #4da9c0 !important
}

.btn-white {
    background-image: none;
    background-color: transparent;
    font-weight: 400;
    text-align: center;
    text-transform: uppercase;
    padding: 8px 24px;
    font-size: 13px;
    line-height: 1.5;
    border-radius: 0;
    border: 1px #fff solid;
    color: #fff !important;
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0,0,0,0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: .3s;
    transition-duration: .3s
}

.btn-white:focus,.btn-white:active:focus,.btn-white.active:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
}

.btn-white:hover,.btn-white:focus {
    color: #333;
    text-decoration: none
}

.btn-white:active,.btn-white.active {
    outline: 0;
    background-image: none
}

.btn-white.disabled,.btn-white[disabled],fieldset[disabled] .btn-white {
    cursor: not-allowed;
    pointer-events: none;
    opacity: .65;
    filter: alpha(opacity=65)
}

.btn-white:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #fff;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out
}

.btn-white:hover,.btn-white:focus,.btn-white:active {
    color: #323232 !important
}

.btn-white:hover:before,.btn-white:focus:before,.btn-white:active:before {
    -webkit-transform: scaleY(1);
    transform: scaleY(1)
}

.btn-white.btn-inv {
    background-color: #fff;
    color: #323232 !important
}

.btn-white.btn-inv:before {
    background: #323232
}

.btn-white.btn-inv:hover,.btn-white.btn-inv:focus,.btn-white.btn-inv:active {
    color: #fff !important
}

.btn-light {
    background-image: none;
    background-color: transparent;
    font-weight: 400;
    text-align: center;
    text-transform: uppercase;
    padding: 8px 24px;
    font-size: 13px;
    line-height: 1.5;
    border-radius: 0;
    border: 1px #efefef solid;
    color: #efefef !important;
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0,0,0,0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: .3s;
    transition-duration: .3s
}

.btn-light:focus,.btn-light:active:focus,.btn-light.active:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
}

.btn-light:hover,.btn-light:focus {
    color: #333;
    text-decoration: none
}

.btn-light:active,.btn-light.active {
    outline: 0;
    background-image: none
}

.btn-light.disabled,.btn-light[disabled],fieldset[disabled] .btn-light {
    cursor: not-allowed;
    pointer-events: none;
    opacity: .65;
    filter: alpha(opacity=65)
}

.btn-light:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #fff;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out
}

.btn-light:hover,.btn-light:focus,.btn-light:active {
    color: #323232 !important
}

.btn-light:hover:before,.btn-light:focus:before,.btn-light:active:before {
    -webkit-transform: scaleY(1);
    transform: scaleY(1)
}

.btn-light.btn-inv {
    background-color: #efefef;
    color: #323232 !important
}

.btn-light.btn-inv:before {
    background: #323232
}

.btn-light.btn-inv:hover,.btn-light.btn-inv:focus,.btn-light.btn-inv:active {
    color: #efefef !important
}

.btn-dark {
    background-image: none;
    background-color: transparent;
    font-weight: 400;
    text-align: center;
    text-transform: uppercase;
    padding: 8px 24px;
    font-size: 13px;
    line-height: 1.5;
    border-radius: 0;
    border: 1px #171720 solid;
    color: #171720 !important;
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0,0,0,0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: .3s;
    transition-duration: .3s
}

.btn-dark:focus,.btn-dark:active:focus,.btn-dark.active:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
}

.btn-dark:hover,.btn-dark:focus {
    color: #333;
    text-decoration: none
}

.btn-dark:active,.btn-dark.active {
    outline: 0;
    background-image: none
}

.btn-dark.disabled,.btn-dark[disabled],fieldset[disabled] .btn-dark {
    cursor: not-allowed;
    pointer-events: none;
    opacity: .65;
    filter: alpha(opacity=65)
}

.btn-dark:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #171720;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out
}

.btn-dark:hover,.btn-dark:focus,.btn-dark:active {
    color: #fff !important
}

.btn-dark:hover:before,.btn-dark:focus:before,.btn-dark:active:before {
    -webkit-transform: scaleY(1);
    transform: scaleY(1)
}

.btn-dark.btn-inv {
    background-color: #171720;
    color: #fff !important
}

.btn-dark.btn-inv:before {
    background: #fff
}

.btn-dark.btn-inv:hover,.btn-dark.btn-inv:focus,.btn-dark.btn-inv:active {
    color: #171720 !important
}

.btn-success {
    background-image: none;
    background-color: transparent;
    font-weight: 400;
    text-align: center;
    text-transform: uppercase;
    padding: 8px 24px;
    font-size: 13px;
    line-height: 1.5;
    border-radius: 0;
    border: 1px #2ecc71 solid;
    color: #2ecc71 !important;
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0,0,0,0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: .3s;
    transition-duration: .3s
}

.btn-success:focus,.btn-success:active:focus,.btn-success.active:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
}

.btn-success:hover,.btn-success:focus {
    color: #333;
    text-decoration: none
}

.btn-success:active,.btn-success.active {
    outline: 0;
    background-image: none
}

.btn-success.disabled,.btn-success[disabled],fieldset[disabled] .btn-success {
    cursor: not-allowed;
    pointer-events: none;
    opacity: .65;
    filter: alpha(opacity=65)
}

.btn-success:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #2ecc71;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out
}

.btn-success:hover,.btn-success:focus,.btn-success:active {
    color: #2ecc71 !important
}

.btn-success:hover:before,.btn-success:focus:before,.btn-success:active:before {
    -webkit-transform: scaleY(1);
    transform: scaleY(1)
}

.btn-success.btn-inv {
    background-color: #2ecc71;
    color: #fdfdfd !important
}

.btn-success.btn-inv:before {
    background: #fdfdfd
}

.btn-success.btn-inv:hover,.btn-success.btn-inv:focus,.btn-success.btn-inv:active {
    color: #2ecc71 !important
}

.btn-info {
    background-image: none;
    background-color: transparent;
    font-weight: 400;
    text-align: center;
    text-transform: uppercase;
    padding: 8px 24px;
    font-size: 13px;
    line-height: 1.5;
    border-radius: 0;
    border: 1px #5bc0de solid;
    color: #5bc0de !important;
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0,0,0,0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: .3s;
    transition-duration: .3s
}

.btn-info:focus,.btn-info:active:focus,.btn-info.active:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
}

.btn-info:hover,.btn-info:focus {
    color: #333;
    text-decoration: none
}

.btn-info:active,.btn-info.active {
    outline: 0;
    background-image: none
}

.btn-info.disabled,.btn-info[disabled],fieldset[disabled] .btn-info {
    cursor: not-allowed;
    pointer-events: none;
    opacity: .65;
    filter: alpha(opacity=65)
}

.btn-info:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #5bc0de;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out
}

.btn-info:hover,.btn-info:focus,.btn-info:active {
    color: #fdfdfd !important
}

.btn-info:hover:before,.btn-info:focus:before,.btn-info:active:before {
    -webkit-transform: scaleY(1);
    transform: scaleY(1)
}

.btn-info.btn-inv {
    background-color: #5bc0de;
    color: #fdfdfd !important
}

.btn-info.btn-inv:before {
    background: #fdfdfd
}

.btn-info.btn-inv:hover,.btn-info.btn-inv:focus,.btn-info.btn-inv:active {
    color: #5bc0de !important
}

.btn-warning {
    background-image: none;
    background-color: transparent;
    font-weight: 400;
    text-align: center;
    text-transform: uppercase;
    padding: 8px 24px;
    font-size: 13px;
    line-height: 1.5;
    border-radius: 0;
    border: 1px #f0ad4e solid;
    color: #f0ad4e !important;
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0,0,0,0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: .3s;
    transition-duration: .3s
}

.btn-warning:focus,.btn-warning:active:focus,.btn-warning.active:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
}

.btn-warning:hover,.btn-warning:focus {
    color: #333;
    text-decoration: none
}

.btn-warning:active,.btn-warning.active {
    outline: 0;
    background-image: none
}

.btn-warning.disabled,.btn-warning[disabled],fieldset[disabled] .btn-warning {
    cursor: not-allowed;
    pointer-events: none;
    opacity: .65;
    filter: alpha(opacity=65)
}

.btn-warning:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #f0ad4e;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out
}

.btn-warning:hover,.btn-warning:focus,.btn-warning:active {
    color: #fdfdfd !important
}

.btn-warning:hover:before,.btn-warning:focus:before,.btn-warning:active:before {
    -webkit-transform: scaleY(1);
    transform: scaleY(1)
}

.btn-warning.btn-inv {
    background-color: #f0ad4e;
    color: #fdfdfd !important
}

.btn-warning.btn-inv:before {
    background: #fdfdfd
}

.btn-warning.btn-inv:hover,.btn-warning.btn-inv:focus,.btn-warning.btn-inv:active {
    color: #f0ad4e !important
}

.btn-danger {
    background-image: none;
    background-color: transparent;
    font-weight: 400;
    text-align: center;
    text-transform: uppercase;
    padding: 8px 24px;
    font-size: 13px;
    line-height: 1.5;
    border-radius: 0;
    border: 1px #d9534f solid;
    color: #d9534f !important;
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0,0,0,0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: .3s;
    transition-duration: .3s
}

.btn-danger:focus,.btn-danger:active:focus,.btn-danger.active:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
}

.btn-danger:hover,.btn-danger:focus {
    color: #333;
    text-decoration: none
}

.btn-danger:active,.btn-danger.active {
    outline: 0;
    background-image: none
}

.btn-danger.disabled,.btn-danger[disabled],fieldset[disabled] .btn-danger {
    cursor: not-allowed;
    pointer-events: none;
    opacity: .65;
    filter: alpha(opacity=65)
}

.btn-danger:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #d9534f;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out
}

.btn-danger:hover,.btn-danger:focus,.btn-danger:active {
    color: #fdfdfd !important
}

.btn-danger:hover:before,.btn-danger:focus:before,.btn-danger:active:before {
    -webkit-transform: scaleY(1);
    transform: scaleY(1)
}

.btn-danger.btn-inv {
    background-color: #d9534f;
    color: #fdfdfd !important
}

.btn-danger.btn-inv:before {
    background: #fdfdfd
}

.btn-danger.btn-inv:hover,.btn-danger.btn-inv:focus,.btn-danger.btn-inv:active {
    color: #d9534f !important
}

.btn-black {
    background-image: none;
    background-color: transparent;
    font-weight: 400;
    text-align: center;
    text-transform: uppercase;
    padding: 8px 24px;
    font-size: 13px;
    line-height: 1.5;
    border-radius: 0;
    border: 1px #111118 solid;
    color: #111118 !important;
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0,0,0,0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: .3s;
    transition-duration: .3s
}

.btn-black:focus,.btn-black:active:focus,.btn-black.active:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
}

.btn-black:hover,.btn-black:focus {
    color: #333;
    text-decoration: none
}

.btn-black:active,.btn-black.active {
    outline: 0;
    background-image: none
}

.btn-black.disabled,.btn-black[disabled],fieldset[disabled] .btn-black {
    cursor: not-allowed;
    pointer-events: none;
    opacity: .65;
    filter: alpha(opacity=65)
}

.btn-black:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #111118;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out
}

.btn-black:hover,.btn-black:focus,.btn-black:active {
    color: #fff !important
}

.btn-black:hover:before,.btn-black:focus:before,.btn-black:active:before {
    -webkit-transform: scaleY(1);
    transform: scaleY(1)
}

.btn-black.btn-inv {
    background-color: #111118;
    color: #fff !important
}

.btn-black.btn-inv:before {
    background: #fff
}

.btn-black.btn-inv:hover,.btn-black.btn-inv:focus,.btn-black.btn-inv:active {
    color: #111118 !important
}

.btn-link {
    color: #4da9c0;
    font-weight: normal;
    border-radius: 0;
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0,0,0,0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    overflow: hidden;
    padding: 8px 0 !important;
    font-size: 13px !important;
    line-height: 1.5 !important;
    border-radius: 0 !important
}

.btn-link:before {
    content: "";
    position: absolute;
    z-index: -1;
    left: 0;
    right: 100%;
    bottom: 0;
    background: #4da9c0;
    height: 1px;
    -webkit-transition-property: "right";
    transition-property: "right";
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out
}

.btn-link:hover:before,.btn-link:focus:before,.btn-link:active:before {
    right: 0
}

.btn-link,.btn-link:active,.btn-link.active,.btn-link[disabled],fieldset[disabled] .btn-link {
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none
}

.btn-link,.btn-link:hover,.btn-link:focus,.btn-link:active {
    border-color: transparent
}

.btn-link:hover,.btn-link:focus {
    color: #498f60;
    background-color: transparent
}

.btn-link[disabled]:hover,fieldset[disabled] .btn-link:hover,.btn-link[disabled]:focus,fieldset[disabled] .btn-link:focus {
    color: #777;
    text-decoration: none
}

.btn-lg,.btn-group-lg>.btn {
    padding: 12px 32px;
    font-size: 14px;
    line-height: 1.33;
    border-radius: 0
}

.btn-sm,.btn-group-sm>.btn {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.6;
    border-radius: 0
}

.btn-xs,.btn-group-xs>.btn {
    padding: 1px 5px;
    font-size: 11px;
    line-height: 1.6;
    border-radius: 0
}

.btn-block {
    display: block;
    width: 100%
}

.btn-block+.btn-block {
    margin-top: 5px
}

input[type="submit"].btn-block,input[type="reset"].btn-block,input[type="button"].btn-block {
    width: 100%
}

.btn.with-icon i {
    padding-left: 8px
}

.btn.with-icon.btn-sm i {
    line-height: 29px
}

.btn.with-icon.icon-left i {
    padding-left: 0;
    padding-right: 8px
}

.form-control,select,textarea,input[type="text"],input[type="password"],input[type="datetime"],input[type="datetime-local"],input[type="date"],input[type="month"],input[type="time"],input[type="week"],input[type="number"],input[type="email"],input[type="url"],input[type="search"],input[type="tel"],input[type="color"] {
    box-shadow: none;
    background-color: #fdfdfd;
    border: 1px solid rgba(17,17,24,0.2) !important;
    border-radius: 0px;
    color: #111118;
    font-size: 16px;
    font-weight: normal;
    height: auto;
    margin-bottom: 24px;
    line-height: 1.5;
    padding: 8px 24px;
    transition: border-color .15s ease-in-out 0s,box-shadow .15s ease-in-out 0s;
    width: 100%
}

.form-control.large_form,select.large_form,textarea.large_form,input[type="text"].large_form,input[type="password"].large_form,input[type="datetime"].large_form,input[type="datetime-local"].large_form,input[type="date"].large_form,input[type="month"].large_form,input[type="time"].large_form,input[type="week"].large_form,input[type="number"].large_form,input[type="email"].large_form,input[type="url"].large_form,input[type="search"].large_form,input[type="tel"].large_form,input[type="color"].large_form {
    padding: 16px 24px
}

.form-control:focus,select:focus,textarea:focus,input[type="text"]:focus,input[type="password"]:focus,input[type="datetime"]:focus,input[type="datetime-local"]:focus,input[type="date"]:focus,input[type="month"]:focus,input[type="time"]:focus,input[type="week"]:focus,input[type="number"]:focus,input[type="email"]:focus,input[type="url"]:focus,input[type="search"]:focus,input[type="tel"]:focus,input[type="color"]:focus {
    box-shadow: none;
    border: 1px solid rgba(17,17,24,0.5) !important;
    transition: border-color .15s ease-in-out 0s,box-shadow .15s ease-in-out 0s
}

.large_form .form-control,.large_form select,.large_form textarea,.large_form input[type="text"],.large_form input[type="password"],.large_form input[type="datetime"],.large_form input[type="datetime-local"],.large_form input[type="date"],.large_form input[type="month"],.large_form input[type="time"],.large_form input[type="week"],.large_form input[type="number"],.large_form input[type="email"],.large_form input[type="url"],.large_form input[type="search"],.large_form input[type="tel"],.large_form input[type="color"] {
    padding: 16px 24px
}

.extra_large_form .form-control,.extra_large_form select,.extra_large_form textarea,.extra_large_form input[type="text"],.extra_large_form input[type="password"],.extra_large_form input[type="datetime"],.extra_large_form input[type="datetime-local"],.extra_large_form input[type="date"],.extra_large_form input[type="month"],.extra_large_form input[type="time"],.extra_large_form input[type="week"],.extra_large_form input[type="number"],.extra_large_form input[type="email"],.extra_large_form input[type="url"],.extra_large_form input[type="search"],.extra_large_form input[type="tel"],.extra_large_form input[type="color"] {
    padding: 10px 24px;
    font-size: 26px !important;
    font-weight: 200
}

.dark_form .form-control,.dark_form select,.dark_form textarea,.dark_form input[type="text"],.dark_form input[type="password"],.dark_form input[type="datetime"],.dark_form input[type="datetime-local"],.dark_form input[type="date"],.dark_form input[type="month"],.dark_form input[type="time"],.dark_form input[type="week"],.dark_form input[type="number"],.dark_form input[type="email"],.dark_form input[type="url"],.dark_form input[type="search"],.dark_form input[type="tel"],.dark_form input[type="color"] {
    background-color: #1F1F2C;
    border: 1px solid #1f1f2c !important;
    color: #ffffff
}

.centered_form .form-control,.centered_form select,.centered_form input[type="text"],.centered_form input[type="password"],.centered_form input[type="datetime"],.centered_form input[type="datetime-local"],.centered_form input[type="date"],.centered_form input[type="month"],.centered_form input[type="time"],.centered_form input[type="week"],.centered_form input[type="number"],.centered_form input[type="email"],.centered_form input[type="url"],.centered_form input[type="search"],.centered_form input[type="tel"],.centered_form input[type="color"] {
    text-align: center
}

select {
    text-transform: uppercase;
    font-size: 13px !important;
    color: #111118;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    -webkit-overflow-scrolling: touch;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    max-width: 100%
}

select[multiple],select[size] {
    min-height: 120px
}

.select_wrapper {
    display: block;
    position: relative;
    max-width: 100%
}

.select_wrapper:after {
    content: "â†“";
    text-align: center;
    font-size: 20px;
    position: absolute;
    width: 32px;
    height: 32px;
    background: transparent;
    color: #111118;
    right: 0px;
    top: 2px;
    opacity: .8;
    pointer-events: none
}

.dark_form .select_wrapper:after {
    color: #ffffff
}

.large_form .select_wrapper:after {
    top: 8px
}

.extra_large_form .select_wrapper:after {
    top: 10px
}

label {
    font-size: 12px;
    font-weight: 200;
    letter-spacing: 1px;
    margin-bottom: 10px;
    margin-top: 10px;
    text-transform: uppercase
}

input[type="submit"],input[type="button"],input[type="reset"],button:not([class*="btn-"]) {
    border-color: inherit;
    backface-visibility: hidden;
    background-color: #f4f4f4;
    background-image: none;
    border: 1px solid #323232;
    border-radius: 0;
    box-shadow: 0 0 1px rgba(0,0,0,0);
    color: #323232 !important;
    display: inline-block;
    font-size: 13px;
    font-weight: 400;
    line-height: 1.5;
    padding: 8px 24px;
    position: relative;
    text-align: center;
    text-transform: uppercase;
    transform: translateZ(0px);
    transition-duration: 0.3s;
    transition-property: color;
    vertical-align: middle
}

input[type="submit"]:before,input[type="button"]:before,input[type="reset"]:before,button:not([class*="btn-"]):before {
    background: #323232 none repeat scroll 0 0 !important;
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    transform: scaleY(0);
    transform-origin: 50% 100% 0;
    transition-duration: 0.3s;
    transition-property: transform;
    transition-timing-function: ease-out;
    z-index: -1
}

input[type="submit"]:hover:before,input[type="button"]:hover:before,input[type="reset"]:hover:before,button:not([class*="btn-"]):hover:before {
    -webkit-transform: scaleY(1);
    transform: scaleY(1)
}

input[type="submit"]:hover,input[type="button"]:hover,input[type="reset"]:hover,button:not([class*="btn-"]):hover {
    color: #f4f4f4 !important
}

input[type="submit"]:hover,input[type="button"]:hover,input[type="reset"]:hover {
    background-color: #323232
}

.input-group-btn .btn {
    padding-top: 10px;
    padding-bottom: 10px
}

.large_form .input-group-btn .btn {
    padding-top: 18px;
    padding-bottom: 18px
}

input[type="color"] {
    padding: 0
}

input[type="checkbox"],input[type="radio"] {
    height: auto;
    display: inline-block
}

.radio,.checkbox {
    padding-left: 20px
}

input[type="number"] {
    max-width: 40px;
    text-align: center;
    vertical-align: middle;
    background-image: none;
    -webkit-appearance: none;
    -moz-appearance: textfield
}

input[type="number"]::-webkit-inner-spin-button,input[type="number"]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    -moz-appearance: none;
    margin: 0
}

span.spinner {
    font-family: Helvetica,Arial,serif;
    cursor: pointer;
    display: inline-block;
    height: 41px;
    line-height: 38px;
    width: 30px;
    text-align: center;
    background-color: #323232;
    color: #fff;
    padding: 0 8px;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.placeholder_styling {
    text-transform: uppercase;
    font-size: 13px !important;
    color: #111118;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    -webkit-overflow-scrolling: touch
}

.placeholder_styling_xl {
    text-transform: none;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    -webkit-overflow-scrolling: touch;
    font-size: 26px !important;
    font-weight: 200;
    text-align: center;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none
}

@media only screen and (max-width: 991px) {
    .placeholder_styling_xl {
        font-size:18px !important
    }
}

@media only screen and (min-width: 992px) and (max-width:1199px) {
    .placeholder_styling_xl {
        font-size:22px !important
    }
}

input::-webkit-input-placeholder,textarea::-webkit-input-placeholder,.form-control::-webkit-input-placeholder {
    text-transform: uppercase;
    font-size: 13px !important;
    color: #111118;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    -webkit-overflow-scrolling: touch
}

input:focus::-webkit-input-placeholder,textarea:focus::-webkit-input-placeholder,.form-control:focus::-webkit-input-placeholder {
    opacity: 0.3
}

.dark_form input::-webkit-input-placeholder,.dark_form textarea::-webkit-input-placeholder,.dark_form .form-control::-webkit-input-placeholder {
    color: #fff
}

.centered_form input::-webkit-input-placeholder,.centered_form textarea::-webkit-input-placeholder,.centered_form .form-control::-webkit-input-placeholder {
    text-align: center
}

.extra_large_form input::-webkit-input-placeholder,.extra_large_form textarea::-webkit-input-placeholder,.extra_large_form .form-control::-webkit-input-placeholder {
    text-transform: none;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    -webkit-overflow-scrolling: touch;
    font-size: 26px !important;
    font-weight: 200;
    text-align: center;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none
}

@media only screen and (max-width: 991px) {
    .extra_large_form input::-webkit-input-placeholder,.extra_large_form textarea::-webkit-input-placeholder,.extra_large_form .form-control::-webkit-input-placeholder {
        font-size:18px !important
    }
}

@media only screen and (min-width: 992px) and (max-width:1199px) {
    .extra_large_form input::-webkit-input-placeholder,.extra_large_form textarea::-webkit-input-placeholder,.extra_large_form .form-control::-webkit-input-placeholder {
        font-size:22px !important
    }
}

input::-moz-placeholder,textarea::-moz-placeholder,.form-control::-moz-placeholder {
    text-transform: uppercase;
    font-size: 13px !important;
    color: #111118;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    -webkit-overflow-scrolling: touch
}

input:focus::-moz-placeholder,textarea:focus::-moz-placeholder,.form-control:focus::-moz-placeholder {
    opacity: 0.3
}

.dark_form input::-moz-placeholder,.dark_form textarea::-moz-placeholder,.dark_form .form-control::-moz-placeholder {
    color: #fff
}

.centered_form input::-moz-placeholder,.centered_form textarea::-moz-placeholder,.centered_form .form-control::-moz-placeholder {
    text-align: center
}

.extra_large_form input::-moz-placeholder,.extra_large_form textarea::-moz-placeholder,.extra_large_form .form-control::-moz-placeholder {
    text-transform: none;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    -webkit-overflow-scrolling: touch;
    font-size: 26px !important;
    font-weight: 200;
    text-align: center;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none
}

@media only screen and (max-width: 991px) {
    .extra_large_form input::-moz-placeholder,.extra_large_form textarea::-moz-placeholder,.extra_large_form .form-control::-moz-placeholder {
        font-size:18px !important
    }
}

@media only screen and (min-width: 992px) and (max-width:1199px) {
    .extra_large_form input::-moz-placeholder,.extra_large_form textarea::-moz-placeholder,.extra_large_form .form-control::-moz-placeholder {
        font-size:22px !important
    }
}

input:-ms-input-placeholder,textarea:-ms-input-placeholder,.form-control:-ms-input-placeholder {
    text-transform: uppercase;
    font-size: 13px !important;
    color: #111118;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    -webkit-overflow-scrolling: touch
}

input:focus:-ms-input-placeholder,textarea:focus:-ms-input-placeholder,.form-control:focus:-ms-input-placeholder {
    opacity: 0.3
}

.dark_form input:-ms-input-placeholder,.dark_form textarea:-ms-input-placeholder,.dark_form .form-control:-ms-input-placeholder {
    color: #fff
}

.centered_form input:-ms-input-placeholder,.centered_form textarea:-ms-input-placeholder,.centered_form .form-control:-ms-input-placeholder {
    text-align: center
}

.extra_large_form input:-ms-input-placeholder,.extra_large_form textarea:-ms-input-placeholder,.extra_large_form .form-control:-ms-input-placeholder {
    text-transform: none;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    -webkit-overflow-scrolling: touch;
    font-size: 26px !important;
    font-weight: 200;
    text-align: center;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none
}

@media only screen and (max-width: 991px) {
    .extra_large_form input:-ms-input-placeholder,.extra_large_form textarea:-ms-input-placeholder,.extra_large_form .form-control:-ms-input-placeholder {
        font-size:18px !important
    }
}

@media only screen and (min-width: 992px) and (max-width:1199px) {

 
   .extra_large_form input:-ms-input-placeholder,.extra_large_form textarea:-ms-input-placeholder,.extra_large_form .form-control:-ms-input-placeholder {
        font-size:22px !important
    }
}

.ui-corner-all,.ui-corner-bottom,.ui-corner-right,.ui-corner-br,.ui-corner-all,.ui-corner-bottom,.ui-corner-left,.ui-corner-bl,.ui-corner-all,.ui-corner-top,.ui-corner-right,.ui-corner-tr,.ui-corner-all,.ui-corner-top,.ui-corner-left,.ui-corner-tl {
    border-top-left-radius: 0px
}

.ui-widget-header {
    background: none;
    border: 0px
}

.ui-datepicker .ui-datepicker-title select {
    border: medium none !important;
    font-size: 14px;
    margin: 0
}

.ui-state-default,.ui-widget-content .ui-state-default,.ui-widget-header .ui-state-default {
    background: none;
    border: 1px solid #d3d3d3;
    color: #555;
    font-weight: normal;
    font-size: 14px
}

.ui-datepicker td span,.ui-datepicker td a {
    display: block;
    padding: 3px;
    text-align: center;
    text-decoration: none
}

.ui-datepicker-unselectable > .ui-state-default { cursor: pointer !important; opacity: 0.3 !important  }

.ui-datepicker-week-end { opacity: 0.3 !important }

.ui-datepicker-unselectable {
  opacity: 0.3 !important
}

.ui-widget-content {
    background: #fff none repeat scroll 0 0;
    border: medium none;
    color: #222
}

.ui-widget {
    font-family: inherit;
    font-size: 1.1em
}

.ui-datepicker {
    padding: 10px
}

div.wpcf7-validation-errors {
    background-color: #ff0000;
    color: #ffffff;
    font-size: 16px;
    font-weight: normal;
    border: none
}

div.wpcf7-mail-sent-ok {
    background-color: #398f14;
    color: #ffffff;
    font-size: 16px;
    font-weight: normal;
    border: none
}

div.wpcf7-response-output {
    margin: 1em 0;
    padding: 1em
}

span.wpcf7-not-valid-tip {
    color: #f00;
    display: block;
    font-size: 16px;
    font-weight: normal;
    margin-top: -20px
}

.stretchy_wrapper.ratio_slider {
    padding-bottom: 320px !important
}

@media only screen and (min-width: 480px) {
    .stretchy_wrapper.ratio_slider {
        padding-bottom:400px !important
    }
}

@media only screen and (min-width: 768px) {
    .stretchy_wrapper.ratio_slider {
        padding-bottom:580px !important
    }
}


@media only screen and (max-width: 992px) {
    .stretchy_wrapper {
        height:560px !important
    }
}

@media only screen and (min-width: 992px) {
    .stretchy_wrapper.ratio_slider {
        padding-bottom:640px !important
    }
}

@media only screen and (min-width: 1200px) {
    .stretchy_wrapper.ratio_slider {
        padding-bottom:700px !important
    }
}

.head_panel .slider_wrapper .container,.head_panel .slider_wrapper .container-fluid {
    padding-top: 0;
    padding-bottom: 0
}

@media (max-width: 992px) {
    .head_panel .slider_wrapper .container,.head_panel .slider_wrapper .container-fluid {
        padding-top:0;
        padding-bottom: 0
    }
}

@media (max-width: 768px) {
    .head_panel .slider_wrapper .container,.head_panel .slider_wrapper .container-fluid {
        padding-top:0;
        padding-bottom: 0
    }
}

.slider_wrapper {
    position: relative
}

.slider_wrapper .owl-carousel .item {
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover
}

.slider_wrapper .owl-carousel .item:before {
    -webkit-backface-visibility: hidden
}

.slider_wrapper .owl-carousel .item .container,.slider_wrapper .owl-carousel .item .container-fluid {
    height: 100%;
    position: relative;
    min-height: inherit
}

.slider_wrapper .owl-carousel .owl-nav {
    height: 0px;
    top: 50%;
    width: 100%;
    position: absolute;
    margin: 0
}

.slider_wrapper .owl-carousel .owl-prev,.slider_wrapper .owl-carousel .owl-next {
    position: absolute;
    width: 44px;
    height: 50px;
    -o-transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    background-image: url("/slider-arrows.png") !important;
    background-repeat: no-repeat !important;
    background-color: transparent !important;
    margin: 0 !important;
    opacity: 0.4
}

.slider_wrapper .owl-carousel .owl-prev:hover,.slider_wrapper .owl-carousel .owl-next:hover {
    opacity: 1;
    background-image: url("/slider-arrows.png") !important;
    background-repeat: no-repeat !important;
    background-color: transparent !important
}

.slider_wrapper .owl-carousel .owl-prev {
    background-position: 0 0 !important;
    left: 0;
    top: 0;
    text-indent: -2000px
}

.slider_wrapper .owl-carousel .owl-next {
    background-position: -44px 0 !important;
    top: 0;
    right: 0;
    text-indent: 2000px
}

.slider_wrapper .owl-carousel .owl-next:hover {
    background-position: -44px 0 !important
}

.slider_wrapper .owl-carousel .owl-dots {
    position: absolute;
    bottom: 20px;
    width: 100%;
    margin-top:20px;
}

.slider_wrapper .caption {
    position: absolute;
    top: 50%;
    -o-transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    width: 50%;
    left: 25%
}

@media only screen and (max-width: 768px) {
    .slider_wrapper .caption {
        width:80%;
        left: 10%
    }
}

.slider_wrapper .caption.caption-full {
    width: 80%;
    left: 10%
}

.slider_wrapper .caption.caption_left {
    left: 0px;
    right: inherit
}

.slider_wrapper .caption.caption_right {
    right: 0;
    left: inherit
}

.slider_wrapper .caption .inner[class*="_section"] {
    padding: 30px
}

.slider_wrapper .caption .inner.transparent_film {
    padding: 30px
}

.slider_wrapper .caption .inner[class*="_section"].transparent {
    padding: 0px
}

.slider_wrapper .caption .inner .t1 {
    font-family: Playfair Display,sans-serif;
    font-weight: 700;
    line-height: 1em;
    font-size: 36px
}

@media only screen and (min-width: 480px) {
    .slider_wrapper .caption .inner .t1 {
        font-size:46px
    }
}

@media only screen and (min-width: 768px) {
    .slider_wrapper .caption .inner .t1 {
        font-size:64px
    }
}

@media only screen and (min-width: 992px) {
    .slider_wrapper .caption .inner .t1 {
        font-size:86px
    }
}

@media only screen and (min-width: 1200px) {
    .slider_wrapper .caption .inner .t1 {
        font-size:86px
    }
}

.slider_wrapper .caption .inner .t2 {
    font-family: Playfair Display,sans-serif;
    font-size: 12px;
    letter-spacing: 4px;
    font-weight: 300;
    line-height: 1.1em;
    margin: 14px 0 7px
}

@media only screen and (min-width: 480px) {
    .slider_wrapper .caption .inner .t2 {
        font-size:13px;
        letter-spacing: 5px
    }
}

@media only screen and (min-width: 768px) {
    .slider_wrapper .caption .inner .t2 {
        font-size:14px;
        letter-spacing: 7px
    }
}

.slider_wrapper .caption .inner .t3 {
    font-family: Playfair Display,sans-serif;
    font-size: 13px;
    font-weight: 300;
    line-height: 1.1em;
    letter-spacing: 7px;
    margin: 14px 0 7px
}

@media only screen and (min-width: 480px) {
    .slider_wrapper .caption .inner .t3 {
        font-size:14px
    }
}

.slider_wrapper .caption .inner p.desc {
    font-size: 16px;
    margin-bottom: 14px;
    border-color: inherit
}

@media only screen and (min-width: 768px) {
    .slider_wrapper .caption .inner p.desc {
        font-size:18px
    }
}

.slider_wrapper .caption .inner p.desc:before {
    content: "";
    border-bottom: 1px solid;
    border-color: inherit;
    display: block;
    margin: 24px 0 16px 0
}

.slider_wrapper .caption .inner .ple_slider_button {
    margin-top: 24px
}

.slider_wrapper .caption.no-line p.desc:before {
    border-bottom: 0px !important;
    margin: 8px 0 0 0 !important
}

.heading_group_sc {
    position: relative
}

.heading_group_sc h2 {
    color: inherit;
    font-family: Playfair Display,sans-serif;
    font-weight: 700;
    line-height: 1.1;
    text-transform: uppercase;
    margin-top: 27px;
    margin-bottom: 13.5px;
    font-size: 40px
}

.heading_group_sc h2 small,.heading_group_sc h2 .small {
    font-weight: normal;
    line-height: 1;
    color: #777
}

.heading_group_sc h2 small,.heading_group_sc h2 .small {
    font-size: 65%
}

@media only screen and (max-width: 991px) {
    .heading_group_sc h2 {
        font-size:36px
    }
}

@media only screen and (max-width: 768px) {
    .heading_group_sc h2 {
        font-size:32px
    }
}

@media only screen and (max-width: 480px) {
    .heading_group_sc h2 {
        font-size:28px
    }
}

.heading_group_sc h3 {
    color: inherit;
    font-family: Playfair Display,sans-serif;
    font-weight: 700;
    line-height: 1.1;
    text-transform: uppercase;
    margin-top: 27px;
    margin-bottom: 13.5px;
    font-size: 33px
}

.heading_group_sc h3 small,.heading_group_sc h3 .small {
    font-weight: normal;
    line-height: 1;
    color: #777
}

.heading_group_sc h3 small,.heading_group_sc h3 .small {
    font-size: 65%
}

@media only screen and (max-width: 991px) {
    .heading_group_sc h3 {
        font-size:29.7px
    }
}

@media only screen and (max-width: 768px) {
    .heading_group_sc h3 {
        font-size:26.4px
    }
}

@media only screen and (max-width: 480px) {
    .heading_group_sc h3 {
        font-size:23.1px
    }
}

.heading_group_sc h4 {
    color: inherit;
    font-family: Playfair Display,sans-serif;
    font-weight: 700;
    line-height: 1.1;
    text-transform: uppercase;
    margin-top: 27px;
    margin-bottom: 13.5px;
    font-size: 30px
}

.heading_group_sc h4 small,.heading_group_sc h4 .small {
    font-weight: normal;
    line-height: 1;
    color: #777
}

.heading_group_sc h4 small,.heading_group_sc h4 .small {
    font-size: 65%
}

@media only screen and (max-width: 991px) {
    .heading_group_sc h4 {
        font-size:28.5px
    }
}

@media only screen and (max-width: 768px) {
    .heading_group_sc h4 {
        font-size:25.5px
    }
}

@media only screen and (max-width: 480px) {
    .heading_group_sc h4 {
        font-size:22.5px
    }
}

.heading_group_sc h1,.heading_group_sc h2,.heading_group_sc h3,.heading_group_sc h4,.heading_group_sc h5,.heading_group_sc h6 {
    margin-top: 0;
    margin-bottom: 24px
}

.heading_group_sc .background_title {
    font-family: Playfair Display,sans-serif;
    text-transform: uppercase;
    font-size: 140px;
    position: absolute;
    top: 24px;
    left: 50%;
    transform: translate(-50%, -50%);
    line-height: 1 !important;
    pointer-events: none;
    -webkit-pointer-events: none;
    -moz-pointer-events: none;
    -ms-pointer-events: none;
    -o-pointer-events: none;
    -moz-user-select: -moz-none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    opacity: 0.07
}

@media (max-width: 768px) {
    .heading_group_sc .background_title {
        display:none
    }
}

.heading_group_sc span.subtitle {
    font-weight: 300;
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 3px;
    margin-bottom: 3px
}

.heading_group_sc span.subtitle+.svg_divider {
    margin-top: 20px
}

.heading_group_sc.subtitle_bottom h1,.heading_group_sc.subtitle_bottom h2,.heading_group_sc.subtitle_bottom h3,.heading_group_sc.subtitle_bottom h4,.heading_group_sc.subtitle_bottom h5,.heading_group_sc.subtitle_bottom h6 {
    margin-bottom: 4px
}

.heading_group_sc p {
    margin-top: 13.5px;
    margin-bottom: 13.5px
}

.svg_divider {
    margin-bottom: 20px;
    line-height: 0
}

.svg_divider svg {
    fill: currentColor
}

.teaser_box {
    position: relative;
    overflow: hidden
}

@media only screen and (max-width: 767px) {
    .teaser_box {
        max-width:360px;
        margin-left: auto;
        margin-right: auto
    }
}

.teaser_box .figure {
    display: inline-block;
    max-width: 100%;
    overflow: hidden;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    margin-bottom: 16px
}

.teaser_box .figure>a {
    display: block;
    max-width: 100%
}

.teaser_box .figure>i,.teaser_box .figure>a i {
    font-size: 40px;
    display: inline-block;
    line-height: 40px
}

.teaser_box .figure.stretchy_wrapper>i,.teaser_box .figure.stretchy_wrapper>a i {
    position: absolute;
    padding: 0;
    left: 50%;
    top: 50%;
    right: inherit;
    bottom: inherit;
    height: auto;
    width: auto;
    -o-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.teaser_box .figure.rounded {
    border-radius: 6px;
    text-align: center
}

.teaser_box .figure.rounded i {
    padding: 10px
}

.teaser_box .figure.rounded img {
    border-radius: 6px
}

.teaser_box .figure.with_image {
    display: block;
    margin-bottom: 24px
}

.teaser_box .figure.circled {
    border-radius: 300px;
    width: 70px;
    height: 70px;
    text-align: center
}

.teaser_box .figure.circled i {
    padding: 15px
}

.teaser_box .figure.circled img {
    border-radius: 70px
}

.teaser_box .figure.circled.with_image {
    width: 80%;
    height: auto;
    overflow: hidden;
    display: inline-block
}

.teaser_box .figure.with_border {
    border: solid 1px
}

.teaser_box .content .hgroup {
    margin-bottom: 16px
}

.teaser_box .content .hgroup:empty {
    display: none
}

.teaser_box .content .hgroup h4 {
    font-weight: bold;
    margin: 0
}

.teaser_box .content .hgroup p {
    margin: 0;
    text-transform: uppercase;
    letter-spacing: 3px;
    font-size: 13px;
    font-weight: normal
}

.teaser_box .content .hgroup p+h4 {
    margin-top: 5px
}

.teaser_box .content .hgroup h4+p {
    margin-top: 5px
}

.teaser_box .content .desc {
    position: relative;
    z-index: 1;
    font-size: 16px
}

.teaser_box .content .desc p {
    margin-bottom: 0
}

.white_section .teaser_box .figure.circled {
    background-color: rgba(0,0,0,0.15)
}

.teaser_box.horizontal {
    position: relative
}

.teaser_box.horizontal .figure {
    left: 0;
    position: absolute;
    z-index: 1;
    top: 0
}

.teaser_box.horizontal .figure.with_image {
    width: 60px;
    height: 60px;
    min-width: auto;
    min-height: auto
}

.teaser_box.horizontal .figure.circled i {
    font-size: 26px
}

.teaser_box.horizontal .content {
    padding-left: 84px
}

.teaser_box.horizontal .content .hgroup {
    margin-bottom: 13.5px
}

.teaser_box.horizontal .content .hgroup h1,.teaser_box.horizontal .content .hgroup h2,.teaser_box.horizontal .content .hgroup h3,.teaser_box.horizontal .content .hgroup h4,.teaser_box.horizontal .content .hgroup h5,.teaser_box.horizontal .content .hgroup h6 {
    z-index: 1
}

.teaser_box.horizontal .content .hgroup p {
    font-size: 146px;
    line-height: 1em;
    font-weight: 900;
    opacity: 0.1;
    position: absolute;
    z-index: 0;
    top: 0;
    left: 0
}

.teaser_box.boxed_special {
    overflow: inherit;
    margin-top: 44px !important;
    padding: 64px 26px 30px 26px !important
}

.teaser_box.boxed_special.with_image {
    margin-top: 99px !important;
    padding: 109px 26px 30px 26px !important
}

.teaser_box.boxed_special .figure {
    position: absolute;
    top: 0;
    left: 50%;
    -o-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.teaser_box.boxed_special.horizontal {
    margin-left: 30px !important
}

.teaser_box.boxed_special.horizontal .figure {
    left: 0
}

.teaser_box.boxed_special.horizontal .content {
    padding-left: 0
}

.teaser_box.boxed_special.vertical .figure.with_image {
    min-width: auto;
    min-height: auto;
    width: 150px;
    height: 150px;
    margin-bottom: 0px
}

.hoverbox .hoverbox_tran {
    position: absolute;
    height: 100%;
    width: 100%;
    background-color: red;
    bottom: 0px;
    left: 0px;
    right: 0px;
    -webkit-animation: fadeInDown .4s;
    animation: fadeInDown .4s;
    visibility: hidden
}

.hoverbox .hoverbox_icon {
    position: absolute;
    top: 20px;
    left: 10px;
    padding: 0 30px;
    -webkit-animation: fadeInDown .4s;
    animation: fadeInDown .4s;
    width: 180px !important
}

.hoverbox .hoverbox_title {
    position: absolute;
    bottom: 20px;
    left: 10px;
    padding: 0 30px;
    -webkit-animation: fadeInDown .4s;
    animation: fadeInDown .4s
}

@media only screen and (min-width: 768px) and (max-width:991px) {
    .hoverbox .hoverbox_title {
        padding:0 20px
    }
}

.hoverbox .hoverbox_title h2 {
    font-weight: 700;
    font-size: 30px
}

@media only screen and (min-width: 768px) and (max-width:991px) {
    .hoverbox .hoverbox_title h2 {
        font-size:20px
    }
}

@media only screen and (min-width: 992px) and (max-width:1199px) {
    .hoverbox .hoverbox_title h2 {
        font-size:24px
    }
}

.hoverbox .hoverbox_paragraph {
    position: absolute;
    bottom: 20px;
    left: 10px;
    right: 10px;
    padding: 0 30px;
    visibility: hidden
}

@media only screen and (min-width: 768px) and (max-width:991px) {
    .hoverbox .hoverbox_paragraph {
        padding:0 20px;
        font-size: 16px
    }
}

.hoverbox:hover .hoverbox_tran {
    visibility: visible;
    -webkit-animation: fadeInUp .2s;
    animation: fadeInUp .2s
}

.hoverbox:hover .hoverbox_title {
    visibility: hidden;
    -webkit-animation: fadeInUp .4s;
    animation: fadeInUp .4s
}

.hoverbox:hover .hoverbox_paragraph {
    visibility: visible;
    -webkit-animation: fadeInUp .4s;
    animation: fadeInUp .4s
}

.blog_post_listed.blog_post_card .blog_post_listed_wrapper {
    margin-bottom: 48px
}

.blog_post_listed.blog_post_card .blog_post_listed_media {
    margin-bottom: 0px
}

.blog_post_listed.blog_post_card .blog_post_listed_media figure {
    margin-bottom: 0px
}

.blog_post_listed.blog_post_card .blog_post_listed_media figure.stretchy_wrapper img {
    z-index: -1
}

.blog_post_listed.blog_post_card .blog_post_listed_media a img {
    margin-bottom: 0px
}

.blog_post_listed.blog_post_card .blog_post_listed_texts {
    padding: 30px 24px
}

.blog_post_listed.blog_post_card .blog_post_listed_texts span.blog_post_date span {
    font-size: 13px
}

.blog_post_listed.blog_post_card .blog_post_listed_texts h2,.blog_post_listed.blog_post_card .blog_post_listed_texts h3,.blog_post_listed.blog_post_card .blog_post_listed_texts h4 {
    margin-top: 0px;
    margin-bottom: 0px
}

.blog_post_listed.blog_post_card .blog_post_listed_texts h2+span,.blog_post_listed.blog_post_card .blog_post_listed_texts h3+span,.blog_post_listed.blog_post_card .blog_post_listed_texts h4+span {
    margin-top: 12px
}

.blog_post_listed.blog_post_card .blog_post_listed_texts p.blog_post_listed_subtitle {
    font-size: 21px;
    line-height: 1.2em;
    margin-top: 5px;
    margin-bottom: 10px
}

.blog_post_listed.blog_post_card .blog_post_listed_texts span {
    display: inline-block;
    font-size: 16px;
    font-weight: 400
}

.blog_post_listed.blog_post_card .blog_post_listed_texts a.btn {
    margin-top: 24px
}

@media only screen and (min-width: 768px) {
    .posts_slider_classic_horizontal_wrapper .posts_list_item .flex {
        display:flex
    }
}

.posts_slider_classic_horizontal_wrapper .posts_list_item .posts_list_item_content {
    padding: 48px 8px 28px 8px
}

.posts_slider_classic_horizontal_wrapper .posts_list_item .posts_list_item_content .blog_post_date {
    font-size: 16px
}

.posts_slider_classic_horizontal_wrapper .posts_list_item .posts_list_item_content .blog_post_author {
    font-size: 14px
}

.posts_slider_classic_horizontal_wrapper .posts_list_item .posts_list_item_content .blog_post_date+.blog_post_author {
    margin-left: 10px
}

.posts_slider_classic_horizontal_wrapper .posts_list_item .posts_list_item_content h3 {
    margin-top: 0;
    margin-bottom: 4px
}

.posts_slider_classic_horizontal_wrapper .posts_list_item .posts_list_item_content h3+p:not(.subtitle) {
    margin-top: 20px
}

.posts_slider_classic_horizontal_wrapper .posts_list_item .posts_list_item_content p {
    font-size: 16px
}

.posts_slider_classic_horizontal_wrapper .posts_list_item .posts_list_item_content p.subtitle {
    font-size: 13px;
    text-transform: uppercase
}

.posts_slider_classic_horizontal_wrapper .posts_list_item .posts_list_item_content a.btn {
    margin-top: 14px
}

.posts_slider_classic_horizontal_wrapper .posts_list_item .posts_list_item_photo {
    min-height: 300px
}

.posts_slider_classic_vertical_wrapper .posts_list_item .posts_list_item_content {
    padding: 48px 28px
}

.posts_slider_classic_vertical_wrapper .posts_list_item .posts_list_item_content .blog_post_date {
    font-size: 16px
}

.posts_slider_classic_vertical_wrapper .posts_list_item .posts_list_item_content .blog_post_author {
    font-size: 14px
}

.posts_slider_classic_vertical_wrapper .posts_list_item .posts_list_item_content .blog_post_date+.blog_post_author {
    margin-left: 10px
}

.posts_slider_classic_vertical_wrapper .posts_list_item .posts_list_item_content h3 {
    margin-top: 0;
    margin-bottom: 4px
}

.posts_slider_classic_vertical_wrapper .posts_list_item .posts_list_item_content h3+p:not(.subtitle) {
    margin-top: 20px
}

.posts_slider_classic_vertical_wrapper .posts_list_item .posts_list_item_content p {
    font-size: 16px
}

.posts_slider_classic_vertical_wrapper .posts_list_item .posts_list_item_content p.subtitle {
    font-size: 13px;
    text-transform: uppercase
}

.posts_slider_classic_vertical_wrapper .posts_list_item .posts_list_item_content a.btn {
    margin-top: 14px
}

@media (min-width: 992px) {
    .blog_post_card.blog_post_listed.grid_item.col-md-2 .blog_post_listed_texts {
        padding:30px 0
    }
}

@media (min-width: 992px) and (max-width:1199px) {
    .blog_post_card.blog_post_listed.grid_item.col-md-2 h4.textify_links {
        font-size:16px
    }
}

.rooms_list_classic_horizontal_wrapper .rooms_list_item {
    margin-bottom: 48px
}

@media only screen and (min-width: 768px) {
    .rooms_list_classic_horizontal_wrapper .rooms_list_item .flex {
        display:flex
    }
}

.rooms_list_classic_horizontal_wrapper .rooms_list_item .rooms_list_item_content {
    padding: 48px 8px 28px 8px
}

.rooms_list_classic_horizontal_wrapper .rooms_list_item .rooms_list_item_content h3 {
    margin-top: 0;
    margin-bottom: 4px
}

.rooms_list_classic_horizontal_wrapper .rooms_list_item .rooms_list_item_content h3+p:not(.subtitle) {
    margin-top: 20px
}

.rooms_list_classic_horizontal_wrapper .rooms_list_item .rooms_list_item_content p {
    font-size: 16px
}

.rooms_list_classic_horizontal_wrapper .rooms_list_item .rooms_list_item_content p.subtitle {
    font-size: 13px;
    text-transform: uppercase
}

.rooms_list_classic_horizontal_wrapper .rooms_list_item .rooms_list_item_content a.btn {
    margin-top: 14px
}

.rooms_list_classic_horizontal_wrapper .rooms_list_item .rooms_list_item_photo {
    min-height: 300px
}

.rooms_list_classic_horizontal_wrapper .rooms_list_item .rooms_list_item_photo a {
    display: block;
    width: 100%;
    height: 100%
}

.rooms_grid_classic_vertical_wrapper .rooms_grid_item {
    margin-bottom: 48px
}

.rooms_grid_classic_vertical_wrapper .rooms_grid_item .rooms_grid_item_content {
    padding: 36px 24px 28px 24px
}

.rooms_grid_classic_vertical_wrapper .rooms_grid_item .rooms_grid_item_content h3 {
    margin-top: 0;
    margin-bottom: 4px
}

.rooms_grid_classic_vertical_wrapper .rooms_grid_item .rooms_grid_item_content h3+p:not(.subtitle) {
    margin-top: 20px
}

.rooms_grid_classic_vertical_wrapper .rooms_grid_item .rooms_grid_item_content p {
    font-size: 16px
}

.rooms_grid_classic_vertical_wrapper .rooms_grid_item .rooms_grid_item_content p.subtitle {
    font-size: 13px;
    text-transform: uppercase
}

.rooms_grid_classic_vertical_wrapper .rooms_grid_item .rooms_grid_item_content a.btn {
    margin-top: 14px
}

@media only screen and (min-width: 768px) {
    .rooms_slider_classic_wrapper .rooms_list_item .flex {
        display:flex
    }
}

.rooms_slider_classic_wrapper .rooms_list_item .rooms_list_item_content {
    padding: 48px 8px 28px 8px
}

.rooms_slider_classic_wrapper .rooms_list_item .rooms_list_item_content h3 {
    margin-top: 0;
    margin-bottom: 4px
}

.rooms_slider_classic_wrapper .rooms_list_item .rooms_list_item_content h3+p:not(.subtitle) {
    margin-top: 20px
}

.rooms_slider_classic_wrapper .rooms_list_item .rooms_list_item_content p {
    font-size: 16px
}

.rooms_slider_classic_wrapper .rooms_list_item .rooms_list_item_content p.subtitle {
    font-size: 13px;
    text-transform: uppercase
}

.rooms_slider_classic_wrapper .rooms_list_item .rooms_list_item_content a.btn {
    margin-top: 14px
}

.rooms_slider_classic_wrapper .rooms_list_item .rooms_list_item_photo {
    min-height: 300px
}

.room_listed_amenities {
    padding: 10px 0 20px 0
}

.room_listed_amenities i {
    font-size: 16px;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    margin-bottom: 10px;
    border: 1px solid rgba(50,50,50,0.1)
}

.primary_section .room_listed_amenities i {
    border: 1px solid rgba(253,253,253,0.1)
}

.secondary_section .room_listed_amenities i {
    border: 1px solid rgba(255,255,255,0.1)
}

.black_section .room_listed_amenities i {
    border: 1px solid rgba(255,255,255,0.1)
}

.white_section .room_listed_amenities i {
    border: 1px solid rgba(50,50,50,0.1)
}

.dark_section .room_listed_amenities i {
    border: 1px solid rgba(255,255,255,0.1)
}

.light_section .room_listed_amenities i {
    border: 1px solid rgba(50,50,50,0.1)
}

.room_listed_amenities img {
    font-size: 16px;
    border-radius: 50%;
    width: 40px !important;
    height: 40px;
    line-height: 40px;
    text-align: center;
    margin-top: 0;
    margin-bottom: 10px;
    padding: 9px;
    border: 1px solid rgba(50,50,50,0.1) !important;
    display: inline-block;
    vertical-align: top
}

.primary_section .room_listed_amenities img {
    border: 1px solid rgba(253,253,253,0.1)
}

.secondary_section .room_listed_amenities img {
    border: 1px solid rgba(255,255,255,0.1)
}

.black_section .room_listed_amenities img {
    border: 1px solid rgba(255,255,255,0.1)
}

.white_section .room_listed_amenities img {
    border: 1px solid rgba(50,50,50,0.1)
}

.dark_section .room_listed_amenities img {
    border: 1px solid rgba(255,255,255,0.1)
}

.light_section .room_listed_amenities img {
    border: 1px solid rgba(50,50,50,0.1)
}

.services_grid_classic_vertical_wrapper .services_grid_item {
    margin-bottom: 48px
}

.services_grid_classic_vertical_wrapper .services_grid_item .services_grid_item_content {
    margin-top: 24px
}

.services_grid_classic_vertical_wrapper .services_grid_item .services_grid_item_content h3 {
    margin-top: 0;
    margin-bottom: 4px
}

.services_grid_classic_vertical_wrapper .services_grid_item .services_grid_item_content h3+p:not(.subtitle) {
    margin-top: 20px
}

.services_grid_classic_vertical_wrapper .services_grid_item .services_grid_item_content a.btn {
    margin-top: 14px
}

.services_grid_card_vertical_wrapper .services_grid_item {
    margin-bottom: 30px
}

.services_grid_card_vertical_wrapper .services_grid_item .services_grid_item_content {
    padding: 30px 24px
}

.services_grid_card_vertical_wrapper .services_grid_item .services_grid_item_content h3 {
    margin-top: 0;
    margin-bottom: 4px
}

.services_grid_card_vertical_wrapper .services_grid_item .services_grid_item_content h3+p:not(.subtitle) {
    margin-top: 20px
}

.services_grid_card_vertical_wrapper .services_grid_item .services_grid_item_content a.btn {
    margin-top: 14px
}

.testimonials_list_classic_horizontal_wrapper .testimonials_list_item,.testimonials_slider_classic_wrapper .testimonials_list_item {
    margin-bottom: 24px;
    padding-bottom: 24px;
    border-bottom: solid 1px #eee
}

.testimonials_list_classic_horizontal_wrapper .testimonials_list_item .testimonials_list_photo,.testimonials_slider_classic_wrapper .testimonials_list_item .testimonials_list_photo {
    border-radius: 50%
}

.testimonials_list_classic_horizontal_wrapper .testimonials_list_item .testimonials_list_text h4,.testimonials_slider_classic_wrapper .testimonials_list_item .testimonials_list_text h4 {
    margin-top: 0px
}

.testimonials_list_classic_horizontal_wrapper .testimonials_list_item .testimonials_list_text .testimonial_author,.testimonials_slider_classic_wrapper .testimonials_list_item .testimonials_list_text .testimonial_author {
    font-size: 16px;
    font-weight: 500
}

.testimonials_list_classic_horizontal_wrapper .testimonials_list_item .testimonials_list_text .testimonial_author_role,.testimonials_slider_classic_wrapper .testimonials_list_item .testimonials_list_text .testimonial_author_role {
    font-size: 15px;
    font-style: italic
}

.testimonials_slider_classic_wrapper .testimonials_list_item {
    margin-bottom: 0px;
    padding-bottom: 0px;
    border-bottom: none
}

.testimonials_slider_classic_wrapper .testimonials_list_item .testimonials_list_text .testimonials_list_text_editor {
    font-family: Playfair Display,sans-serif
}

.testimonials_grid_card_vertical_wrapper .testimonials_list_item {
    margin-bottom: 30px
}

.testimonials_grid_card_vertical_wrapper .testimonials_list_item .testimonial_item_wrapper {
    padding: 24px
}

.testimonials_grid_card_vertical_wrapper .testimonials_list_item .testimonial_item_wrapper .testimonials_list_photo_wrapper {
    width: 120px;
    height: 120px;
    margin: 0 auto 20px auto
}

.testimonials_grid_card_vertical_wrapper .testimonials_list_item .testimonial_item_wrapper .testimonials_list_photo_wrapper .testimonials_list_photo {
    border-radius: 50%
}

.testimonials_grid_card_vertical_wrapper .testimonials_list_item .testimonial_item_wrapper .testimonials_list_text_wrapper .testimonials_list_text h5 {
    text-transform: none;
    font-size: 19px
}

.testimonials_grid_card_vertical_wrapper .testimonials_list_item .testimonial_item_wrapper .testimonials_list_text_wrapper .testimonials_list_text .testimonials_list_text_editor {
    font-size: 16px
}

.testimonials_grid_card_vertical_wrapper .testimonials_list_item .testimonial_item_wrapper .testimonials_list_text_wrapper .testimonials_list_text .testimonial_author {
    font-size: 14px;
    font-weight: 500
}

.testimonials_grid_card_vertical_wrapper .testimonials_list_item .testimonial_item_wrapper .testimonials_list_text_wrapper .testimonials_list_text .testimonial_author_role {
    font-size: 13px;
    font-style: italic
}

.stretchy_wrapper {
    width: 100% !important;
    padding-bottom: 56.25% !important;
    position: relative !important;
    overflow: hidden !important;
    height: 0px;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    display: block
}

.stretchy_wrapper.ratio_16-9 {
    padding-bottom: 56.25% !important
}

.stretchy_wrapper.ratio_15-9 {
    padding-bottom: 62% !important
}

.stretchy_wrapper.ratio_4-3 {
    padding-bottom: 75% !important
}

.stretchy_wrapper.ratio_12-5 {
    padding-bottom: 41.66% !important
}

.stretchy_wrapper.ratio_2-1 {
    padding-bottom: 50% !important
}

.stretchy_wrapper.ratio_1-1 {
    padding-bottom: 100% !important
}

.stretchy_wrapper.ratio_5-1 {
    padding-bottom: 20% !important
}

.stretchy_wrapper.ratio_2-3 {
    padding-bottom: 150% !important
}

.stretchy_wrapper.ratio_3-4 {
    padding-bottom: 133.33% !important
}

.stretchy_wrapper>* {
    display: block;
    position: absolute !important;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%
}

.pl_fixed_ratio_media .stretchy_wrapper img {
    z-index: -1
}

.pl_fixed_ratio_media.wpb_content_element {
    margin-top: 15px;
    margin-bottom: 15px
}

ul.ple_breadcrumb {
    list-style: none;
    padding-left: 0 !important;
    font-size: 13px;
    margin: 0
}

ul.ple_breadcrumb li.ple_breadcrumb_item {
    list-style: none;
    display: inline-block;
    text-transform: uppercase
}

ul.ple_breadcrumb li.ple_breadcrumb_item span {
    display: inline-block;
    padding: 0 3px
}

.grid_wrapper .grid_item .stretchy_wrapper img {
    position: absolute;
    z-index: -1
}

.grid_wrapper .grid_item img {
    width: 100%
}

.grid_wrapper.no_gutter .grid_item {
    padding: 0 !important;
    margin: 0 !important
}

.filter_button_group {
    text-align: center;
    margin-bottom: 48px
}

.filter_button_group a.filter_button {
    cursor: pointer;
    font-size: 13px;
    font-weight: normal;
    text-transform: uppercase;
    display: inline-block;
    padding-left: 10px;
    padding-right: 10px
}

.filter_button_group a.filter_button.active {
    font-weight: bold
}

.blog_post_listed .blog_post_listed_wrapper {
    margin-bottom: 48px
}

.blog_post_listed .blog_post_listed_meta {
    margin-bottom: 24px
}

.blog_post_listed .blog_post_listed_meta figure {
    margin-bottom: 14px
}

.blog_post_listed .blog_post_listed_meta figure.stretchy_wrapper img {
    z-index: -1
}

.blog_post_listed .blog_post_listed_meta a img {
    margin-bottom: 14px
}

.blog_post_listed .blog_post_listed_meta span.blog_post_date span {
    font-size: 13px
}

.blog_post_listed .blog_post_listed_meta h2,.blog_post_listed .blog_post_listed_meta h3,.blog_post_listed .blog_post_listed_meta h4 {
    margin-top: 0px;
    margin-bottom: 0px
}

.blog_post_listed .blog_post_listed_meta h2+span,.blog_post_listed .blog_post_listed_meta h3+span,.blog_post_listed .blog_post_listed_meta h4+span {
    margin-top: 12px
}

.blog_post_listed .blog_post_listed_meta p.blog_post_listed_subtitle {
    font-size: 21px;
    line-height: 1.2em;
    margin-top: 5px;
    margin-bottom: 10px
}

.blog_post_listed .blog_post_listed_meta span {
    display: inline-block;
    font-size: 16px;
    font-weight: 400
}

.blog_post_listed a.btn {
    margin-top: 24px
}

.blog_post_listed.sticky .blog_post_listed_wrapper {
    padding: 48px;
    margin-left: -48px;
    background-color: #efefef;
    color: #323232;
    border-color: #efefef
}

.blog_post_listed.sticky .blog_post_listed_wrapper blockquote,.blog_post_listed.sticky .blog_post_listed_wrapper .blockquote-reverse,.blog_post_listed.sticky .blog_post_listed_wrapper blockquote.pull-right {
    border-color: #b2b2b2
}

.blog_post_listed.sticky .blog_post_listed_wrapper a:link,.blog_post_listed.sticky .blog_post_listed_wrapper a:visited {
    color: #4da9c0
}

.blog_post_listed.sticky .blog_post_listed_wrapper a:hover,.blog_post_listed.sticky .blog_post_listed_wrapper a:active {
    color: #498f60
}

ul.pagination li a {
    background-color: transparent;
    border: 0px;
    padding: 8px 14px
}

ul.pagination li.active a {
    background-color: transparent;
    color: #4da9c0 !important
}

ul.pagination li.active a:hover {
    background-color: transparent
}

ul.pagination li.disabled a,ul.pagination li.active a:focus {
    background-color: transparent
}

ul.pagination li.disabled a:hover,ul.pagination li.active a:focus:hover {
    background-color: transparent
}

ul.pagination li a:first-child {
    background-color: transparent
}

.single-post h1.post_title {
    color: inherit;
    font-family: Playfair Display,sans-serif;
    font-weight: 700;
    line-height: 1.1;
    text-transform: uppercase;
    margin-top: 27px;
    margin-bottom: 13.5px;
    font-size: 33px;
    margin-top: 0;
    margin-bottom: 4px
}

.single-post h1.post_title small,.single-post h1.post_title .small {
    font-weight: normal;
    line-height: 1;
    color: #777
}

.single-post h1.post_title small,.single-post h1.post_title .small {
    font-size: 65%
}

@media only screen and (max-width: 991px) {
    .single-post h1.post_title {
        font-size:29.7px
    }
}

@media only screen and (max-width: 768px) {
    .single-post h1.post_title {
        font-size:26.4px
    }
}

@media only screen and (max-width: 480px) {
    .single-post h1.post_title {
        font-size:23.1px
    }
}

.post_figure_and_info figure {
    margin-bottom: 24px
}

.post_figure_and_info figure.stretchy_wrapper img {
    z-index: -1
}

.post_figure_and_info p.lead {
    margin-bottom: 4px
}

.post_figure_and_info+.blog_post_single_content {
    margin-top: 24px
}

.blog_post_single_meta {
    font-size: 15px
}

.blog_post_single_meta>span {
    padding-right: 5px
}

.post_comments {
    margin: 48px 0 0 0
}

.post_comments .comment .comment {
    margin-top: 24px;
    margin-bottom: 24px
}

.post_comments .comment .comment figure img {
    margin-top: 0
}

.post_comments .comment_name {
    font-weight: bold;
    padding-top: 0px;
    font-family: Playfair Display,sans-serif;
    text-transform: uppercase;
    font-size: 18px
}

.post_comments .comment_name a {
    font-weight: normal
}

.post_comments .comment_date {
    font-size: 12px;
    opacity: .7;
    margin-bottom: 12px
}

.post_comments .the_comment p {
    font-size: 16px
}

.new_comment {
    margin: 48px 0 0 0
}

.new_comment .comment-respond h3 {
    font-size: 16px;
    font-weight: bold;
    line-height: 1.1;
    margin-bottom: 24px;
    margin-top: 0
}

.new_comment .comment-respond form.comment-form .row {
    margin-bottom: 24px
}

.pagination>li {
    border-radius: 0px;
    margin-right: 0px !important;
    display: inline-block;
    margin-top: 48px
}

.pagination>li.active a {
    border: solid 1px
}

.pagination>li>a {
    background-color: transparent;
    border: 0px;
    text-decoration: none;
    cursor: pointer;
    font-weight: 500;
    border-radius: 0px;
    font-size: 14px;
    color: inherit
}

.pagination>li>a:focus {
    background-color: transparent;
    color: #4da9c0
}

.pagination>.active>a,.pagination>.active>span,.pagination>.active>a:hover,.pagination>.active>span:hover,.pagination>.active>a:focus,.pagination>.active>span:focus {
    background-color: inherit;
    color: inherit;
    border-color: inherit
}

.single-room .content_top {
    padding-top: 96px
}

.single-room .content_main {
    padding-top: 0px
}

.room_single_media {
    margin-bottom: 56px
}

.room_single_media>img {
    width: 100%
}

.room_single_amenities_wrapper {
    margin-top: 56px;
    margin-bottom: 48px
}

.room_single_amenities_wrapper .room_single_amenities {
    padding-bottom: 36px;
    border-bottom: solid 1px rgba(50,50,50,0.07000000000000001)
}

.room_single_amenities_wrapper .room_single_amenities i {
    font-size: 24px;
    border: 1px solid rgba(50,50,50,0.07000000000000001);
    border-radius: 50%;
    width: 66px;
    height: 66px;
    line-height: 66px;
    text-align: center;
    margin-bottom: 10px
}

.room_single_amenities_wrapper .room_single_amenities span {
    display: block;
    font-size: 16px;
    font-weight: 200;
    text-transform: uppercase
}

@media (max-width: 991px) {
    .room_single_amenities_wrapper .room_single_amenities span {
        display:none
    }
}

.room_single_media+.room_single_amenities_wrapper {
    margin-top: 0
}

.room_single_amenities_wrapper .room_single_amenities img {
    border: 1px solid rgba(50,50,50,0.07000000000000001) !important;
    border-radius: 50%;
    width: 66px !important;
    height: 66px;
    line-height: 66px;
    text-align: center;
    margin-bottom: 10px;
    padding: 16px;
    display: inline-block
}

.room_single_title h1 {
    color: inherit;
    font-family: Playfair Display,sans-serif;
    font-weight: 700;
    line-height: 1.1;
    text-transform: uppercase;
    margin-top: 27px;
    margin-bottom: 13.5px;
    font-size: 33px;
    margin-top: 0;
    margin-bottom: 6px
}

.room_single_title h1 small,.room_single_title h1 .small {
    font-weight: normal;
    line-height: 1;
    color: #777
}

.room_single_title h1 small,.room_single_title h1 .small {
    font-size: 65%
}

@media only screen and (max-width: 991px) {
    .room_single_title h1 {
        font-size:29.7px
    }
}

@media only screen and (max-width: 768px) {
    .room_single_title h1 {
        font-size:26.4px
    }
}

@media only screen and (max-width: 480px) {
    .room_single_title h1 {
        font-size:23.1px
    }
}

.single-room .content_main_loop .room_single_subtitle,.single-room .content_main_loop .persons,.single-room .content_main_loop .target_price {
    display: inline-block;
    margin-right: 5px
}

p+.target_price::before {
    content: '-'
}

p+.persons::before {
    content: '- '
}

.single-service .heading_group_sc {
    margin-bottom: 24px
}

.single-service .blog_post_categories,.single-service.blog_post_tags {
    display: inline-block;
    margin-bottom: 24px
}

.single-service .service_single_media {
    margin-bottom: 24px
}

.transparent_header.single-service .content_main_loop {
    padding-top: 48px
}

.single-service .vc_on .content_main {
    padding-top: 96px;
    padding-bottom: 96px
}

.room_single_navi,.service_single_navi,.post_single_navi,.product_single_navi {
    padding-top: 48px;
    padding-bottom: 48px;
    position: relative
}

.room_single_navi a span.previous_icon,.service_single_navi a span.previous_icon,.post_single_navi a span.previous_icon,.product_single_navi a span.previous_icon {
    position: absolute;
    left: 10px;
    top: 0
}

.room_single_navi a span.previous_icon::before,.service_single_navi a span.previous_icon::before,.post_single_navi a span.previous_icon::before,.product_single_navi a span.previous_icon::before {
    content: "â†";
    font-size: 23px
}

.room_single_navi a span.next_icon,.service_single_navi a span.next_icon,.post_single_navi a span.next_icon,.product_single_navi a span.next_icon {
    position: absolute;
    right: 10px;
    top: 0
}

.room_single_navi a span.next_icon::after,.service_single_navi a span.next_icon::after,.post_single_navi a span.next_icon::after,.product_single_navi a span.next_icon::after {
    content: "â†’";
    font-size: 23px
}

.previous_icon::before {
    content: "â†";
    display: inline-block;
    font-size: 23px;
    margin-right: 14px;
    transition: all .2s ease-in-out 0s
}

.widget {
    position: relative;
    margin: 0 0 48px 0;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover
}

.widget>h4 {
    padding-bottom: 24px
}

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

ul.archive li {
    display: block
}

ul.archive li a {
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    -webkit-overflow-scrolling: touch
}

ul.archive li a:hover {
    color: #4da9c0 !important
}

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

ul.instagram_widget li img {
    width: 100%
}

.pl_about_us_widget p a:link i,.pl_about_us_widget p a:visited i {
    color: #323232
}

.pl_about_us_widget p a:hover i,.pl_about_us_widget p a:active i {
    background-color: #4da9c0;
    color: #f4f4f4
}

.pl_about_us_widget p span {
    display: inline;
    margin: 0 0 0 3px
}

.pl_about_us_widget p span a:link,.pl_about_us_widget p span a:visited {
    color: #4da9c0
}

.pl_about_us_widget p span a:hover,.pl_about_us_widget p span a:active {
    color: #498f60
}

.pl_about_us_widget p.contact_detail,.pl_about_us_widget p.social {
    margin: 10px 0
}

.pl_about_us_widget p.contact_detail i,.pl_about_us_widget p.social i {
    border: solid 1px;
    border-color: rgba(50,50,50,0.07000000000000001);
    border-radius: 50%;
    font-size: 16px;
    margin-right: 5px;
    text-align: center;
    width: 38px;
    height: 38px;
    line-height: 36px
}

.pl_about_us_widget p.contact_detail span,.pl_about_us_widget p.social span {
    font-size: 16px
}

.pl_about_us_widget.horizontal p.contact_detail,.pl_about_us_widget.horizontal p.social {
    margin: 10px 0
}

.pl_about_us_widget.horizontal p.contact_detail i,.pl_about_us_widget.horizontal p.social i {
    border: solid 1px;
    border-color: #dadada;
    border-radius: 50%;
    font-size: 16px;
    margin-right: 10px;
    text-align: center;
    width: 48px;
    height: 48px;
    line-height: 47px
}

.pl_about_us_widget.horizontal p.contact_detail {
    display: inline-block;
    margin: 5px 10px
}

.pl_about_us_widget.horizontal p.social {
    margin-top: 24px
}

.footer .pl_about_us_widget p a:link i,.footer .pl_about_us_widget p a:visited i {
    color: #fdfdfd
}

.footer .pl_about_us_widget p a:hover i,.footer .pl_about_us_widget p a:active i {
    background-color: #4da9c0
}

.footer .pl_about_us_widget p span a:link,.footer .pl_about_us_widget p span a:visited {
    color: #fdfdfd
}

.footer .pl_about_us_widget p span a:hover,.footer .pl_about_us_widget p span a:active {
    color: #4da9c0
}

.footer .pl_about_us_widget p.social i,.footer .pl_about_us_widget p.contact_detail i {
    border-color: rgba(253,253,253,0.1)
}

p.social i.fa-facebook-f:hover,.team_social i.fa-facebook-f:hover {
    background-color: #3b5998 !important;
    border-color: #3b5998;
    color: #fff
}

p.social i.fa-facebook-official:hover,.team_social i.fa-facebook-official:hover {
    background-color: #3b5998 !important;
    border-color: #3b5998;
    color: #fff
}

p.social i.fa-facebook-square:hover,.team_social i.fa-facebook-square:hover {
    background-color: #3b5998 !important;
    border-color: #3b5998;
    color: #fff
}

p.social i.fa-facebook:hover,.team_social i.fa-facebook:hover {
    background-color: #3b5998 !important;
    border-color: #3b5998;
    color: #fff
}

p.social i.fa-twitter:hover,.team_social i.fa-twitter:hover {
    background-color: #00aced !important;
    border-color: #00aced;
    color: #fff
}

p.social i.fa-google-plus:hover,.team_social i.fa-google-plus:hover {
    background-color: #dd4b39 !important;
    border-color: #dd4b39;
    color: #fff
}

p.social i.fa-youtube:hover,.team_social i.fa-youtube:hover {
    background-color: #bb0000 !important;
    border-color: #bb0000;
    color: #fff
}

p.social i.fa-linkedin:hover,.team_social i.fa-linkedin:hover {
    background-color: #007bb6 !important;
    border-color: #007bb6;
    color: #fff
}

p.social i.fa-instagram:hover,.team_social i.fa-instagram:hover {
    background-color: #517fa4 !important;
    border-color: #517fa4;
    color: #fff
}

p.social i.fa-pinterest-p:hover,.team_social i.fa-pinterest-p:hover {
    background-color: #cb2027 !important;
    border-color: #cb2027;
    color: #fff
}

p.social i.fa-vine:hover,.team_social i.fa-vine:hover {
    background-color: #00bf8f !important;
    border-color: #00bf8f;
    color: #fff
}

p.social i.fa-flickr:hover,.team_social i.fa-flickr:hover {
    background-color: #ff0084 !important;
    border-color: #ff0084;
    color: #fff
}

p.social i.fa-tumblr:hover,.team_social i.fa-tumblr:hover {
    background-color: #32506d !important;
    border-color: #32506d;
    color: #fff
}

p.social i.fa-vimeo:hover,.team_social i.fa-vimeo:hover {
    background-color: #aad450 !important;
    border-color: #aad450;
    color: #fff
}

p.social i.fa-foursquare:hover,.team_social i.fa-foursquare:hover {
    background-color: #0072b1 !important;
    border-color: #0072b1;
    color: #fff
}

p.social i.fa-skype:hover,.team_social i.fa-skype:hover {
    background-color: #12A5F4 !important;
    border-color: #12A5F4;
    color: #fff
}

.footer .pl_about_us_widget p.social a:hover i,.footer .pl_about_us_widget p.social a:active i {
    background-color: transparent
}

.pl_room_booking_widget {
    border-bottom: 5px solid #4da9c0 !important
}

.pl_room_booking_widget p.price_before_text {
    font-size: 12px;
    font-weight: 200;
    letter-spacing: 1px;
    margin-bottom: 10px;
    margin-top: 10px;
    text-transform: uppercase
}

.pl_room_booking_widget p.the_price_wrapper {
    padding-bottom: 24px;
    margin-bottom: 0px
}

.pl_room_booking_widget p.the_price_wrapper::after {
    background-color: #fff;
    content: "";
    display: block;
    height: 1px;
    margin-top: 24px;
    opacity: 0.3;
    position: relative;
    width: 100px;
    z-index: 999
}

.pl_room_booking_widget p.the_price_wrapper span {
    font-size: 36px;
    line-height: 28px;
    font-weight: 600
}

.pl_room_booking_widget p.the_price_wrapper small {
    text-transform: uppercase;
    font-size: 16px;
    opacity: 0.6;
    font-weight: normal
}

.pl_room_booking_widget label {
    display: block
}

.pl_room_booking_widget .adults,.pl_room_booking_widget .children {
    width: 50%;
    float: left
}

.pl_latest_portfolio_widget .post_listed,.pl_latest_news_widget .post_listed {
    position: relative;
    min-height: 70px;
    padding-top: 15px;
    padding-bottom: 15px;
    overflow: hidden;
    border-bottom: solid 1px rgba(50,50,50,0.05)
}

.pl_latest_portfolio_widget .post_listed:first-child,.pl_latest_news_widget .post_listed:first-child {
    padding-top: 0
}

.pl_latest_portfolio_widget .post_listed .post_listed_photo,.pl_latest_news_widget .post_listed .post_listed_photo {
    float: left;
    bottom: 15px;
    width: 70px;
    height: 70px;
    margin: 0px;
    overflow: hidden;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 0;
    background-color: #cccccc
}

.pl_latest_portfolio_widget .post_listed h5.post_listed_title,.pl_latest_news_widget .post_listed h5.post_listed_title {
    font-weight: normal;
    padding: 0px 0px 0px 0px;
    margin: 10px 0 0px 85px
}

.pl_latest_portfolio_widget .post_listed small,.pl_latest_news_widget .post_listed small {
    font-family: Playfair Display,sans-serif;
    display: block;
    padding: 0px 0px 5px 0px;
    margin: 0 0 0 85px;
    font-size: 14px;
    font-weight: 400
}

.footer .pl_latest_portfolio_widget .post_listed,.footer .pl_latest_news_widget .post_listed {
    border-bottom: solid 1px rgba(253,253,253,0.05)
}

.widget_tag_cloud .tagcloud {
    overflow: hidden
}

.widget_tag_cloud .tagcloud a {
    margin-bottom: 10px;
    margin-right: 5px;
    display: inline-block;
    text-transform: uppercase;
    font-size: 12px !important;
    font-weight: 600;
    padding: 10px;
    border: 1px solid rgba(50,50,50,0.2)
}

.widget_tag_cloud .tagcloud a:link,.widget_tag_cloud .tagcloud a:visited {
    color: #323232
}

.widget_tag_cloud .tagcloud a:hover {
    background-color: #4da9c0;
    color: #f4f4f4;
    border-color: #4da9c0
}

.footer .widget_tag_cloud .tagcloud a {
    border: 1px solid rgba(253,253,253,0.2)
}

.footer .widget_tag_cloud .tagcloud a:link,.footer .widget_tag_cloud .tagcloud a:visited {
    color: #fdfdfd
}

.footer .widget_tag_cloud .tagcloud a:hover {
    background-color: #4da9c0;
    color: #15151e;
    border-color: #4da9c0
}

.secondary_nav_widgetized_area .widget_tag_cloud .tagcloud a {
    border: 1px solid rgba(255,255,255,0.2)
}

.secondary_nav_widgetized_area .widget_tag_cloud .tagcloud a:link,.secondary_nav_widgetized_area .widget_tag_cloud .tagcloud a:visited {
    color: #ffffff
}

.secondary_nav_widgetized_area .widget_tag_cloud .tagcloud a:hover {
    background-color: #fff;
    color: #000;
    border-color: #fff
}

.widget_nav_menu,.widget_pages,.widget_archive,.widget_categories,.widget_meta,.widget_product_categories,.widget_recent_comments,.widget_recent_entries,.widget_rss,.woocommerce-MyAccount-navigation {
    font-family: Source Sans Pro,sans-serif
}

.widget_nav_menu ul,.widget_pages ul,.widget_archive ul,.widget_categories ul,.widget_meta ul,.widget_product_categories ul,.widget_recent_comments ul,.widget_recent_entries ul,.widget_rss ul,.woocommerce-MyAccount-navigation ul {
    list-style: none;
    padding: 0;
    overflow: hidden
}

.widget_nav_menu ul li a,.widget_pages ul li a,.widget_archive ul li a,.widget_categories ul li a,.widget_meta ul li a,.widget_product_categories ul li a,.widget_recent_comments ul li a,.widget_recent_entries ul li a,.widget_rss ul li a,.woocommerce-MyAccount-navigation ul li a {
    font-size: 14px;
    display: inline-block;
    font-weight: 600;
    padding: 3px 0px;
    text-transform: uppercase;
    position: relative
}

.widget_nav_menu ul li a:link,.widget_pages ul li a:link,.widget_archive ul li a:link,.widget_categories ul li a:link,.widget_meta ul li a:link,.widget_product_categories ul li a:link,.widget_recent_comments ul li a:link,.widget_recent_entries ul li a:link,.widget_rss ul li a:link,.woocommerce-MyAccount-navigation ul li a:link,.widget_nav_menu ul li a:visited,.widget_pages ul li a:visited,.widget_archive ul li a:visited,.widget_categories ul li a:visited,.widget_meta ul li a:visited,.widget_product_categories ul li a:visited,.widget_recent_comments ul li a:visited,.widget_recent_entries ul li a:visited,.widget_rss ul li a:visited,.woocommerce-MyAccount-navigation ul li a:visited {
    color: inherit
}

.widget_nav_menu ul li a:hover,.widget_pages ul li a:hover,.widget_archive ul li a:hover,.widget_categories ul li a:hover,.widget_meta ul li a:hover,.widget_product_categories ul li a:hover,.widget_recent_comments ul li a:hover,.widget_recent_entries ul li a:hover,.widget_rss ul li a:hover,.woocommerce-MyAccount-navigation ul li a:hover {
    text-decoration: underline
}

.widget_nav_menu ul li.current-menu-item>a,.widget_pages ul li.current-menu-item>a,.widget_archive ul li.current-menu-item>a,.widget_categories ul li.current-menu-item>a,.widget_meta ul li.current-menu-item>a,.widget_product_categories ul li.current-menu-item>a,.widget_recent_comments ul li.current-menu-item>a,.widget_recent_entries ul li.current-menu-item>a,.widget_rss ul li.current-menu-item>a,.woocommerce-MyAccount-navigation ul li.current-menu-item>a,.widget_nav_menu ul li.current_page_item>a,.widget_pages ul li.current_page_item>a,.widget_archive ul li.current_page_item>a,.widget_categories ul li.current_page_item>a,.widget_meta ul li.current_page_item>a,.widget_product_categories ul li.current_page_item>a,.widget_recent_comments ul li.current_page_item>a,.widget_recent_entries ul li.current_page_item>a,.widget_rss ul li.current_page_item>a,.woocommerce-MyAccount-navigation ul li.current_page_item>a,.widget_nav_menu ul li.current-cat>a,.widget_pages ul li.current-cat>a,.widget_archive ul li.current-cat>a,.widget_categories ul li.current-cat>a,.widget_meta ul li.current-cat>a,.widget_product_categories ul li.current-cat>a,.widget_recent_comments ul li.current-cat>a,.widget_recent_entries ul li.current-cat>a,.widget_rss ul li.current-cat>a,.woocommerce-MyAccount-navigation ul li.current-cat>a {
    text-decoration: underline
}

.widget_nav_menu ul li ul.sub-menu,.widget_pages ul li ul.sub-menu,.widget_archive ul li ul.sub-menu,.widget_categories ul li ul.sub-menu,.widget_meta ul li ul.sub-menu,.widget_product_categories ul li ul.sub-menu,.widget_recent_comments ul li ul.sub-menu,.widget_recent_entries ul li ul.sub-menu,.widget_rss ul li ul.sub-menu,.woocommerce-MyAccount-navigation ul li ul.sub-menu,.widget_nav_menu ul li ul.children,.widget_pages ul li ul.children,.widget_archive ul li ul.children,.widget_categories ul li ul.children,.widget_meta ul li ul.children,.widget_product_categories ul li ul.children,.widget_recent_comments ul li ul.children,.widget_recent_entries ul li ul.children,.widget_rss ul li ul.children,.woocommerce-MyAccount-navigation ul li ul.children {
    margin-top: 10px;
    margin-left: 10px;
    padding-top: 0px;
    margin-bottom: 10px;
    border-left: dashed 1px #b2b2b2
}

.widget_nav_menu ul li ul.sub-menu li a,.widget_pages ul li ul.sub-menu li a,.widget_archive ul li ul.sub-menu li a,.widget_categories ul li ul.sub-menu li a,.widget_meta ul li ul.sub-menu li a,.widget_product_categories ul li ul.sub-menu li a,.widget_recent_comments ul li ul.sub-menu li a,.widget_recent_entries ul li ul.sub-menu li a,.widget_rss ul li ul.sub-menu li a,.woocommerce-MyAccount-navigation ul li ul.sub-menu li a,.widget_nav_menu ul li ul.children li a,.widget_pages ul li ul.children li a,.widget_archive ul li ul.children li a,.widget_categories ul li ul.children li a,.widget_meta ul li ul.children li a,.widget_product_categories ul li ul.children li a,.widget_recent_comments ul li ul.children li a,.widget_recent_entries ul li ul.children li a,.widget_rss ul li ul.children li a,.woocommerce-MyAccount-navigation ul li ul.children li a {
    font-weight: 400;
    padding: 3px 3px 3px 15px
}

.widget_nav_menu ul li ul.sub-menu ul,.widget_pages ul li ul.sub-menu ul,.widget_archive ul li ul.sub-menu ul,.widget_categories ul li ul.sub-menu ul,.widget_meta ul li ul.sub-menu ul,.widget_product_categories ul li ul.sub-menu ul,.widget_recent_comments ul li ul.sub-menu ul,.widget_recent_entries ul li ul.sub-menu ul,.widget_rss ul li ul.sub-menu ul,.woocommerce-MyAccount-navigation ul li ul.sub-menu ul,.widget_nav_menu ul li ul.children ul,.widget_pages ul li ul.children ul,.widget_archive ul li ul.children ul,.widget_categories ul li ul.children ul,.widget_meta ul li ul.children ul,.widget_product_categories ul li ul.children ul,.widget_recent_comments ul li ul.children ul,.widget_recent_entries ul li ul.children ul,.widget_rss ul li ul.children ul,.woocommerce-MyAccount-navigation ul li ul.children ul {
    margin-left: 20px
}

.widget_nav_menu ul li .rss-date,.widget_pages ul li .rss-date,.widget_archive ul li .rss-date,.widget_categories ul li .rss-date,.widget_meta ul li .rss-date,.widget_product_categories ul li .rss-date,.widget_recent_comments ul li .rss-date,.widget_recent_entries ul li .rss-date,.widget_rss ul li .rss-date,.woocommerce-MyAccount-navigation ul li .rss-date {
    font-size: 16px;
    font-weight: bold
}

.widget_nav_menu ul li .rssSummary,.widget_pages ul li .rssSummary,.widget_archive ul li .rssSummary,.widget_categories ul li .rssSummary,.widget_meta ul li .rssSummary,.widget_product_categories ul li .rssSummary,.widget_recent_comments ul li .rssSummary,.widget_recent_entries ul li .rssSummary,.widget_rss ul li .rssSummary,.woocommerce-MyAccount-navigation ul li .rssSummary {
    font-size: 16px
}

.widget_nav_menu ul li cite,.widget_pages ul li cite,.widget_archive ul li cite,.widget_categories ul li cite,.widget_meta ul li cite,.widget_product_categories ul li cite,.widget_recent_comments ul li cite,.widget_recent_entries ul li cite,.widget_rss ul li cite,.woocommerce-MyAccount-navigation ul li cite {
    font-size: 16px
}

.widget_nav_menu ul li.elegant a,.widget_pages ul li.elegant a,.widget_archive ul li.elegant a,.widget_categories ul li.elegant a,.widget_meta ul li.elegant a,.widget_product_categories ul li.elegant a,.widget_recent_comments ul li.elegant a,.widget_recent_entries ul li.elegant a,.widget_rss ul li.elegant a,.woocommerce-MyAccount-navigation ul li.elegant a {
    height: 40px;
    line-height: 40px;
    transition: all .2s ease-in-out 0s;
    text-decoration: none;
    font-size: 16px;
    font-weight: normal
}

.widget_nav_menu ul li.elegant a::before,.widget_pages ul li.elegant a::before,.widget_archive ul li.elegant a::before,.widget_categories ul li.elegant a::before,.widget_meta ul li.elegant a::before,.widget_product_categories ul li.elegant a::before,.widget_recent_comments ul li.elegant a::before,.widget_recent_entries ul li.elegant a::before,.widget_rss ul li.elegant a::before,.woocommerce-MyAccount-navigation ul li.elegant a::before {
    border-top: solid 1px;
    content: "";
    display: inline-block;
    height: 1px;
    margin-right: 10px;
    position: relative;
    transition: all .2s ease-in-out 0s;
    vertical-align: middle;
    width: 40px
}

.widget_nav_menu ul li.elegant a:hover::before,.widget_pages ul li.elegant a:hover::before,.widget_archive ul li.elegant a:hover::before,.widget_categories ul li.elegant a:hover::before,.widget_meta ul li.elegant a:hover::before,.widget_product_categories ul li.elegant a:hover::before,.widget_recent_comments ul li.elegant a:hover::before,.widget_recent_entries ul li.elegant a:hover::before,.widget_rss ul li.elegant a:hover::before,.woocommerce-MyAccount-navigation ul li.elegant a:hover::before {
    width: 60px
}

.widget_rss ul li {
    margin-bottom: 10px
}

.widget_archive ul li,.widget_meta ul li {
    font-family: Playfair Display,sans-serif
}

#latest-flickr-images ul {
    margin: 0;
    padding: 0;
    overflow: hidden
}

#latest-flickr-images ul li {
    list-style: none;
    display: block;
    float: left;
    margin: 0 10px 10px 0px
}

@media (min-width: 1200px) {
    #latest-flickr-images ul li:nth-child(4) {
        margin-right:0px
    }
}

#latest-flickr-images ul li a {
    display: block;
    width: 82px;
    height: 82px;
    overflow: hidden;
    border-radius: 0;
    opacity: 0.85
}

#latest-flickr-images ul li a:hover {
    opacity: 1
}

#latest-flickr-images ul li a img {
    width: 100%
}

#wp-calendar {
    width: 100%
}

#wp-calendar caption {
    color: inherit;
    text-align: left;
    margin-top: 0px;
    margin-bottom: 15px
}

#wp-calendar thead {
    font-size: 10px
}

#wp-calendar thead th {
    padding-bottom: 10px;
    text-align: center;
    border-bottom: solid 1px
}

#wp-calendar tbody td {
    background: transparent;
    border: 1px solid;
    text-align: center;
    padding: 8px
}

#wp-calendar tbody td:hover {
    color: #f4f4f4;
    background: #4da9c0
}

#wp-calendar tbody td:hover a {
    color: #f4f4f4
}

#wp-calendar tbody .pad {
    background: none
}

#wp-calendar tfoot #next {
    font-size: 10px;
    text-transform: uppercase;
    text-align: right
}

#wp-calendar tfoot #prev {
    font-size: 10px;
    text-transform: uppercase;
    padding-top: 10px
}

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

.pl_sidebar_menu ul li {
    list-style: none;
    margin-bottom: 1px
}

.pl_sidebar_menu ul li a {
    line-height: 40px;
    height: 40px;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    -webkit-overflow-scrolling: touch
}

.pl_sidebar_menu ul li a:before {
    content: '';
    width: 40px;
    height: 1px;
    background-color: #000;
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
    position: relative;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    -webkit-overflow-scrolling: touch
}

.pl_sidebar_menu ul li a:hover:before {
    width: 60px
}

.widget_text .textwidget {
    font-size: 18px;
    margin-bottom: 24px
}

.widget_text .text_block {
    padding-top: 5px !important
}

.widget_text a.btn {
    margin-top: 0px
}

.widget_categories label {
    margin-right: 5px
}

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

.widget_categories ul li {
    display: block;
    text-transform: uppercase
}

.widget_categories ul li a {
    font-family: Playfair Display,sans-serif
}

.widget_categories ul li a small {
    font-family: Source Sans Pro,sans-serif;
    margin-left: 5px;
    font-size: 15px;
    vertical-align: top;
    display: inline-block;
    opacity: .7
}

.widget_categories ul li a small:before {
    content: '('
}

.widget_categories ul li a small:after {
    content: ')'
}

.widget_recent_comments .media .media-left a i {
    font-size: 18px
}

.widget_recent_comments .media .media-body a {
    margin-top: 0px;
    display: inline-block
}

.widget_recent_comments .media .media-body span {
    display: inline-block
}

.widget_recent_comments .media .media-body span:after {
    content: 'at';
    margin: 0 5px;
    opacity: .5
}

.widget_recent_comments .media .media-body a span {
    display: inline-block
}

.widget_recent_comments .media .media-body a span:after {
    content: ''
}

.footer {
    background-color: #15151e;
    color: #fdfdfd
}

.footer a:link,.footer a:visited {
    color: #4da9c0
}

.footer a:hover,.footer a:active {
    color: #7cc293
}

.footer_widgets {
    padding: 48px 0
}

.footer_bar {
    padding: 16px 16px 10px 16px;
    font-size: 12px
}

@media only screen and (min-width: 768px) {
    .footer_bar .row {
        display:-ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -ms-flex-align: center;
        -webkit-align-items: center;
        -webkit-box-align: center;
        align-items: center
    }
}

@media only screen and (max-width: 767px) {
    .footer_bar .row>* {
        text-align:center !important
    }
}

ul.footerbar_menu {
    list-style: none;
    margin: 0;
    padding: 0
}

ul.footerbar_menu li {
    display: inline-block
}

ul.footerbar_menu li a {
    text-transform: uppercase;
    display: inline-block;
    padding: 0 5px
}

ul.footerbar_menu li:last-child a {
    padding-right: 0
}

.footer .widget {
    margin: 0
}

.footer .widget+.widget {
    margin-top: 48px
}

.footer .widget_tags a {
    color: #fdfdfd !important;
    border: 1px solid rgba(253,253,253,0.1) !important
}

.footer .widget_tags a:hover {
    border: 0px
}

.loading {
    background-color: #000;
    bottom: 0;
    height: 100%;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 999999
}

.loading .row {
    position: absolute;
    width: 100%;
    text-align: center;
    top: 50%;
    -o-transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%)
}

.loading img.loader {
    animation: .5s ease 0s normal none 1 running fadeInUp;
    margin-bottom: 10px
}

.loading img.loader_logo {
    animation: .5s ease 0s normal none 1 running fadeInUp;
    display: block;
    margin: 0 auto
}

#return-to-top {
    position: fixed;
    bottom: 75px;
    right: 20px;
    background: #000;
    background: rgba(0,0,0,0.7);
    width: 50px;
    height: 50px;
    display: block;
    text-decoration: none;
    border-radius: 35px;
    display: none;
    transition: all .3s ease;
    z-index: 10001
}

#return-to-top i {
    color: #fff;
    margin: 0;
    position: relative;
    left: 16px;
    top: 8px;
    font-size: 19px;
    transition: all .3s ease
}

#return-to-top:hover {
    background: rgba(0,0,0,0.9)
}

#return-to-top:hover i {
    color: #fff;
    top: 5px
}

.loader-modal {
    display: block;
    display: none;
    height: 100%;
    left: 0;
    margin: 0;
    overflow: auto;
    padding: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 100
}

.main.ajaxed {
    z-index: 999
}

.ajax-error {
    left: 25%;
    position: absolute;
    top: 25%
}

#loader {
    z-index: 99
}

.close-handle {
    cursor: pointer;
    position: fixed;
    right: 60px;
    top: 30px;
    z-index: 999999;
    padding: 30px;
    border-radius: 60px;
    background-color: #fff
}

.close-handle:before,.close-handle:after {
    background-color: #323232;
    -webkit-transition: all 200ms linear;
    content: '';
    height: 3px;
    position: absolute;
    top: 29px;
    left: 11px;
    transition: all 200ms linear;
    width: 40px
}

.close-handle:before,.close-handle:hover:after {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.close-handle:after,.close-handle:hover:before {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
}

@media only screen and (max-width: 991px) {
    .close-handle {
        padding:20px;
        right: 10px;
        top: 10px
    }

    .close-handle:after,.close-handle:before {
        left: 10px;
        top: 19px;
        width: 20px
    }
}

.loader-modal-content {
    background-color: #f4f4f4
}

.pageload-overlay {
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    visibility: hidden;
    width: 100%
}

.pageload-overlay.show {
    visibility: visible
}

.pageload-overlay svg {
    left: 0;
    pointer-events: none;
    position: absolute;
    top: 0
}

.pageload-overlay svg path {
    fill: #323232
}

div.progress_ball {
    transition: all 600ms;
    display: none;
    height: 100px;
    position: fixed;
    top: 50%;
    left: 50%;
    margin: -50px 0 0 -50px;
    width: 100px;
    z-index: 999999
}

div.progress_ball.show {
    display: block
}

.c_loader,.c_loader:before,.c_loader:after {
    background: #ffffff;
    -webkit-animation: load1 .8s infinite ease-in-out;
    animation: load1 .8s infinite ease-in-out;
    width: 1em;
    height: 4em
}

.c_loader:before,.c_loader:after {
    position: absolute;
    top: 0;
    content: ''
}

.c_loader:before {
    left: -1.5em;
    -webkit-animation-delay: -0.32s;
    animation-delay: -0.32s
}

.c_loader {
    color: #ffffff;
    text-indent: -9999em;
    margin: 30px 0 0 45px;
    position: relative;
    font-size: 11px;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-animation-delay: -0.16s;
    animation-delay: -0.16s
}

.c_loader:after {
    left: 1.5em
}

@-webkit-keyframes load1 {
    0%,80%,100% {
        box-shadow: 0 0;
        height: 4em
    }

    40% {
        box-shadow: 0 -2em;
        height: 5em
    }
}

@keyframes load1 {
    0%,80%,100% {
        box-shadow: 0 0;
        height: 4em
    }

    40% {
        box-shadow: 0 -2em;
        height: 5em
    }
}

.apixu-weather-cover {
    background-image: none !important
}

@media only screen and (max-width: 480px) {
    .hidden-xxs {
        display:none
    }
}

@media only screen and (max-width: 320px) {
    .hidden-xxxs {
        display:none
    }
}

div.pp_default .pp_content {
    background-color: transparent !important
}

.pp_top,.pp_bottom {
    display: none
}

div.pp_default .pp_content_container .pp_left,div.pp_default .pp_content_container .pp_right {
    background: none !important;
    padding-left: 0px !important;
    padding-right: 0px !important
}

div.pp_default .pp_loaderIcon {
}

.pp_loaderIcon {
    height: 146px !important;
    left: 50% !important;
    margin: -73px 0 0 -73px !important;
    width: 146px !important
}

div.pp_overlay {
    opacity: 0.8 !important
}

div.pp_default .pp_nav .pp_pause,div.pp_default .pp_nav .pp_play,div.pp_default a.pp_arrow_next,div.pp_default a.pp_arrow_previous,div.pp_default .pp_close,div.pp_default .pp_contract,div.pp_default .pp_expand {
}

.vc_col-has-fill>.vc_column-inner,.vc_row-has-fill+.vc_row-full-width+.vc_row>.vc_column_container>.vc_column-inner,.vc_row-has-fill+.vc_row>.vc_column_container>.vc_column-inner,.vc_row-has-fill+.vc_vc_row>.vc_row>.vc_vc_column>.vc_column_container>.vc_column-inner,.vc_row-has-fill+.vc_vc_row_inner>.vc_row>.vc_vc_column_inner>.vc_column_container>.vc_column-inner,.vc_row-has-fill>.vc_column_container>.vc_column-inner,.vc_row-has-fill>.vc_row>.vc_vc_column>.vc_column_container>.vc_column-inner,.vc_row-has-fill>.vc_vc_column_inner>.vc_column_container>.vc_column-inner {
    padding-top: 0px
}

.wpb_button,.vc_icon_element,.wpb_content_element,ul.wpb_thumbnails-fluid>li {
    margin-bottom: 24px;
    margin-top: 24px
}

.wpb_flexslider.flexslider {
    border: 0px;
    border-radius: 0px;
    box-shadow: none
}

.theme-default .nivoSlider {
    box-shadow: none !important
}

.vc_message_box-icon>* {
    transform: translate(-50%, -50%) !important
}

.vc_video-bg {
    position: absolute !important
}

.vc_row.vc_video-bg-container.transparent_film::before {
    z-index: 1
}

.vc_row.vc_video-bg-container .wpb_column {
    z-index: 2
}

.wpb_gmaps_widget .wpb_wrapper {
    padding: 0px
}

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

.alignright {
    float: right;
    margin: 0px 0 10px 10px
}

.alignleft {
    float: left;
    margin: 0px 10px 10px 0
}

.floatleft {
    float: left
}

.floatright {
    float: right
}

.textcenter {
    text-align: center
}

.textright {
    text-align: right
}

.textleft {
    text-align: left
}

.wp-caption,.gallery-caption {
    font-size: 13px;
    border-radius: 0;
    margin-bottom: 5px;
    max-width: 100%
}

.wp-caption img,.gallery-caption img {
    margin: 0;
    padding: 0;
    border: 0 none;
    max-width: 100%;
    height: auto !important
}

.wp-caption p.wp-caption-text,.gallery-caption p.wp-caption-text {
    line-height: 17px;
    padding: 5px;
    margin: 0;
    text-align: center
}

.wp-smiley {
    margin: 0 !important;
    max-height: 1em
}

.gallery dl.gallery-item img {
    border: none !important
}

.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    clip-path: polygon(0px 0px, 0px 0px, 0px 0px, 0px 0px);
    position: absolute !important;
    white-space: nowrap;
    height: 1px;
    width: 1px;
    overflow: hidden
}

body.admin-bar.sticky_header .overflow_wrapper,body.admin-bar.sticky_header .header {
    margin-top: 30px
}
