@charset "UTF-8";
/*!
 * Bootstrap v3.3.7 (http://getbootstrap.com)
 * Copyright 2011-2016 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */

/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */

@import url(root.css) layer(utilities);
@import url('https://fonts.googleapis.com/css2?family=Poppins&display=swap');
@import url(https://fonts.googleapis.com/css?family=Roboto|Hind|Lato);
hr,
img {
    border: 0
}

pre,
textarea {
    overflow: auto
}

body,
figure {
    margin: 0
}

.img-thumbnail,
a {
    -webkit-transition: all .2s ease-in-out
}

.sr-only,
td,
th {
    padding: 0
}

.btn-group>.btn-group,
.btn-toolbar .btn,
.btn-toolbar .btn-group,
.btn-toolbar .input-group,
.col-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.dropdown-menu {
    float: left
}

.img-responsive,
.img-thumbnail,
.table,
label {
    max-width: 100%
}

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

html {
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

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
}

b,
optgroup,
strong {
    font-weight: 700
}

dfn {
    font-style: italic
}

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

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

sup {
    top: -.5em
}

sub {
    bottom: -.25em
}

img {
    vertical-align: middle
}

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

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

code,
kbd,
pre,
samp {
    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[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-search-cancel-button,
input[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

textarea {
    resize: none
}

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

/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */

@media print {
    blockquote,
    img,
    pre,
    tr {
        page-break-inside: avoid
    }
    *,
    :after,
    :before {
        background: 0 0 !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: ""
    }
    blockquote,
    pre {
        border: 1px solid #999
    }
    thead {
        display: table-header-group
    }
    img {
        max-width: 100% !important
    }
    h2,
    h3,
    p {
        orphans: 3;
        widows: 3
    }
    h2,
    h3 {
        page-break-after: avoid
    }
    .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 td,
    .table-bordered th {
        border: 1px solid #ddd !important
    }
}

.btn,
.btn-danger.active,
.btn-danger:active,
.btn-default.active,
.btn-default:active,
.btn-info.active,
.btn-info:active,
.btn-primary.active,
.btn-primary:active,
.btn-warning.active,
.btn-warning:active,
.btn.active,
.btn:active,
.dropdown-menu>.disabled>a:focus,
.dropdown-menu>.disabled>a:hover,
.form-control,
.navbar-toggle,
.open>.btn-danger.dropdown-toggle,
.open>.btn-default.dropdown-toggle,
.open>.btn-info.dropdown-toggle,
.open>.btn-primary.dropdown-toggle,
.open>.btn-warning.dropdown-toggle {
    background-image: none
}

.img-thumbnail,
body {
    background-color: #fff
}

@font-face {
    font-family: 'ElegantIcons';
    src: url(fonts/ElegantIcons.ttf)
}

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

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

body {
    font-size: 14px
}

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

a {
    text-decoration: none
}

a:focus {
    outline-offset: -2px
}

.img-responsive {
    display: block;
    height: auto
}

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

.img-thumbnail {
    line-height: 1.42857;
    border-radius: 4px;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    display: inline-block;
    height: auto
}

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

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

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

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

.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: inherit;
    font-weight: 500;
    line-height: 1.1;
    color: inherit
}

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

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

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

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

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

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

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

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

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

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

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

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

dt,
kbd kbd,
label {
    font-weight: 700
}

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

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

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

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

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

.initialism,
.text-uppercase {
    text-transform: uppercase
}

.text-capitalize {
    text-transform: capitalize
}

.text-muted {
    color: #777
}

.text-primary {
    color: #337ab7
}

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

.text-success {
    color: #3c763d
}

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

.text-info {
    color: #31708f
}

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

.text-warning {
    color: #8a6d3b
}

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

.text-danger {
    color: #a94442
}

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

.bg-primary {
    color: #fff;
    background-color: #132b44
}

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

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

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

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

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

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

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

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

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

pre code,
table {
    background-color: transparent
}

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

dl,
ol,
ul {
    margin-top: 0
}

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

address,
dl {
    margin-bottom: 20px
}

ol,
ul {
    margin-bottom: 10px
}

.list-inline {
    margin-left: -5px
}

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

dd,
dt {
    line-height: 1.42857
}

dd {
    margin-left: 0
}

.dl-horizontal dd:after,
.dl-horizontal dd:before {
    content: " ";
    display: table
}

.dl-horizontal dd:after {
    clear: both
}

@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
    }
    .container {
        width: 100%
    }
}

.btn-group-vertical>.btn-group:after,
.btn-toolbar:after,
.clearfix:after,
.container-fluid:after,
.container:after,
.dropdown-menu>li>a,
.form-horizontal .form-group:after,
.infobox:after,
.modal-footer:after,
.modal-header:after,
.nav:after,
.navbar-collapse:after,
.navbar-header:after,
.pager:after,
.panel-body:after,
.row:after {
    clear: both
}

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

.initialism {
    font-size: 90%
}

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

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

pre {
    color: #333
}

blockquote .small:before,
blockquote footer: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
}

code,
kbd {
    padding: 2px 4px;
    font-size: 90%
}

caption,
th {
    text-align: left
}

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

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

address {
    font-style: normal;
    line-height: 1.42857
}

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

code {
    color: #c7254e;
    background-color: #f9f2f4;
    border-radius: 4px
}

kbd {
    color: #fff;
    background-color: #333;
    border-radius: 3px;
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .25)
}

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

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

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

.container,
.container-fluid {
    margin-right: auto;
    margin-left: auto
}

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

.pre-scrollable {
    overflow-y: scroll
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media(min-width:768px) {
    .col-sm-1,
    .col-sm-10,
    .col-sm-11,
    .col-sm-12,
    .col-sm-2,
    .col-sm-3,
    .col-sm-4,
    .col-sm-5,
    .col-sm-6,
    .col-sm-7,
    .col-sm-8,
    .col-sm-9 {
        float: left
    }
    .col-sm-1 {
        width: 8.33333%
    }
    .col-sm-2 {
        width: 16.66667%
    }
    .col-sm-3 {
        width: 25%
    }
    .col-sm-4 {
        width: 33.33333%
    }
    .col-sm-5 {
        width: 41.66667%
    }
    .col-sm-6 {
        width: 50%
    }
    .col-sm-7 {
        width: 58.33333%
    }
    .col-sm-8 {
        width: 66.66667%
    }
    .col-sm-9 {
        width: 75%
    }
    .col-sm-10 {
        width: 83.33333%
    }
    .col-sm-11 {
        width: 91.66667%
    }
    .col-sm-12 {
        width: 100%
    }
    .col-sm-offset-0 {
        margin-left: 0
    }
    .col-sm-offset-1 {
        margin-left: 8.33333%
    }
    .col-sm-offset-2 {
        margin-left: 16.66667%
    }
    .col-sm-offset-3 {
        margin-left: 25%
    }
    .col-sm-offset-4 {
        margin-left: 33.33333%
    }
    .col-sm-offset-5 {
        margin-left: 41.66667%
    }
    .col-sm-offset-6 {
        margin-left: 50%
    }
    .col-sm-offset-7 {
        margin-left: 58.33333%
    }
    .col-sm-offset-8 {
        margin-left: 66.66667%
    }
    .col-sm-offset-9 {
        margin-left: 75%
    }
    .col-sm-offset-10 {
        margin-left: 83.33333%
    }
    .col-sm-offset-11 {
        margin-left: 91.66667%
    }
    .col-sm-offset-12 {
        margin-left: 100%
    }
}

@media(min-width:992px) {
    .col-md-1,
    .col-md-10,
    .col-md-11,
    .col-md-12,
    .col-md-2,
    .col-md-3,
    .col-md-4,
    .col-md-5,
    .col-md-6,
    .col-md-7,
    .col-md-8,
    .col-md-9 {
        float: left
    }
    .col-md-1 {
        width: 8.33333%
    }
    .col-md-2 {
        width: 16.66667%
    }
    .col-md-3 {
        width: 25%
    }
    .col-md-4 {
        width: 33.33333%
    }
    .col-md-5 {
        width: 41.66667%
    }
    .col-md-6 {
        width: 50%
    }
    .col-md-7 {
        width: 58.33333%
    }
    .col-md-8 {
        width: 66.66667%
    }
    .col-md-9 {
        width: 75%
    }
    .col-md-10 {
        width: 83.33333%
    }
    .col-md-11 {
        width: 91.66667%
    }
    .col-md-12 {
        width: 100%
    }
    .col-md-offset-0 {
        margin-left: 0
    }
    .col-md-offset-1 {
        margin-left: 8.33333%
    }
    .col-md-offset-2 {
        margin-left: 16.66667%
    }
    .col-md-offset-3 {
        margin-left: 25%
    }
    .col-md-offset-4 {
        margin-left: 33.33333%
    }
    .col-md-offset-5 {
        margin-left: 41.66667%
    }
    .col-md-offset-6 {
        margin-left: 50%
    }
    .col-md-offset-7 {
        margin-left: 58.33333%
    }
    .col-md-offset-8 {
        margin-left: 66.66667%
    }
    .col-md-offset-9 {
        margin-left: 75%
    }
    .col-md-offset-10 {
        margin-left: 83.33333%
    }
    .col-md-offset-11 {
        margin-left: 91.66667%
    }
    .col-md-offset-12 {
        margin-left: 100%
    }
}

@media(min-width:1200px) {
    .col-lg-1,
    .col-lg-10,
    .col-lg-11,
    .col-lg-12,
    .col-lg-2,
    .col-lg-3,
    .col-lg-4,
    .col-lg-5,
    .col-lg-6,
    .col-lg-7,
    .col-lg-8,
    .col-lg-9 {
        float: left
    }
    .col-lg-1 {
        width: 8.33333%
    }
    .col-lg-2 {
        width: 16.66667%
    }
    .col-lg-3 {
        width: 25%
    }
    .col-lg-4 {
        width: 33.33333%
    }
    .col-lg-5 {
        width: 41.66667%
    }
    .col-lg-6 {
        width: 50%
    }
    .col-lg-7 {
        width: 58.33333%
    }
    .col-lg-8 {
        width: 66.66667%
    }
    .col-lg-9 {
        width: 75%
    }
    .col-lg-10 {
        width: 83.33333%
    }
    .col-lg-11 {
        width: 91.66667%
    }
    .col-lg-12 {
        width: 100%
    }
    .col-lg-offset-0 {
        margin-left: 0
    }
    .col-lg-offset-1 {
        margin-left: 8.33333%
    }
    .col-lg-offset-2 {
        margin-left: 16.66667%
    }
    .col-lg-offset-3 {
        margin-left: 25%
    }
    .col-lg-offset-4 {
        margin-left: 33.33333%
    }
    .col-lg-offset-5 {
        margin-left: 41.66667%
    }
    .col-lg-offset-6 {
        margin-left: 50%
    }
    .col-lg-offset-7 {
        margin-left: 58.33333%
    }
    .col-lg-offset-8 {
        margin-left: 66.66667%
    }
    .col-lg-offset-9 {
        margin-left: 75%
    }
    .col-lg-offset-10 {
        margin-left: 83.33333%
    }
    .col-lg-offset-11 {
        margin-left: 91.66667%
    }
    .col-lg-offset-12 {
        margin-left: 100%
    }
}

@media(min-width:1400px) {
    .col-xl-1,
    .col-xl-10,
    .col-xl-11,
    .col-xl-12,
    .col-xl-2,
    .col-xl-3,
    .col-xl-4,
    .col-xl-5,
    .col-xl-6,
    .col-xl-7,
    .col-xl-8,
    .col-xl-9 {
        float: left
    }
    .col-xl-1 {
        width: 8.33333%
    }
    .col-xl-2 {
        width: 16.66667%
    }
    .col-xl-3 {
        width: 25%
    }
    .col-xl-4 {
        width: 33.33333%
    }
    .col-xl-5 {
        width: 41.66667%
    }
    .col-xl-6 {
        width: 50%
    }
    .col-xl-7 {
        width: 58.33333%
    }
    .col-xl-8 {
        width: 66.66667%
    }
    .col-xl-9 {
        width: 75%
    }
    .col-xl-10 {
        width: 83.33333%
    }
    .col-xl-11 {
        width: 91.66667%
    }
    .col-xl-12 {
        width: 100%
    }
    .col-xl-offset-0 {
        margin-left: 0
    }
    .col-xl-offset-1 {
        margin-left: 8.33333%
    }
    .col-xl-offset-2 {
        margin-left: 16.66667%
    }
    .col-xl-offset-3 {
        margin-left: 25%
    }
    .col-xl-offset-4 {
        margin-left: 33.33333%
    }
    .col-xl-offset-5 {
        margin-left: 41.66667%
    }
    .col-xl-offset-6 {
        margin-left: 50%
    }
    .col-xl-offset-7 {
        margin-left: 58.33333%
    }
    .col-xl-offset-8 {
        margin-left: 66.66667%
    }
    .col-xl-offset-9 {
        margin-left: 75%
    }
    .col-xl-offset-10 {
        margin-left: 83.33333%
    }
    .col-xl-offset-11 {
        margin-left: 91.66667%
    }
    .col-xl-offset-12 {
        margin-left: 100%
    }
}

@media(min-width:1600px) {
    .col-xxl-1,
    .col-xxl-10,
    .col-xxl-11,
    .col-xxl-12,
    .col-xxl-2,
    .col-xxl-3,
    .col-xxl-4,
    .col-xxl-5,
    .col-xxl-6,
    .col-xxl-7,
    .col-xxl-8,
    .col-xxl-9 {
        float: left
    }
    .col-xxl-1 {
        width: 8.33333%
    }
    .col-xxl-2 {
        width: 16.66667%
    }
    .col-xxl-3 {
        width: 25%
    }
    .col-xxl-4 {
        width: 33.33333%
    }
    .col-xxl-5 {
        width: 41.66667%
    }
    .col-xxl-6 {
        width: 50%
    }
    .col-xxl-7 {
        width: 58.33333%
    }
    .col-xxl-8 {
        width: 66.66667%
    }
    .col-xxl-9 {
        width: 75%
    }
    .col-xxl-10 {
        width: 83.33333%
    }
    .col-xxl-11 {
        width: 91.66667%
    }
    .col-xxl-12 {
        width: 100%
    }
    .col-xxl-offset-0 {
        margin-left: 0
    }
    .col-xxl-offset-1 {
        margin-left: 8.33333%
    }
    .col-xxl-offset-2 {
        margin-left: 16.66667%
    }
    .col-xxl-offset-3 {
        margin-left: 25%
    }
    .col-xxl-offset-4 {
        margin-left: 33.33333%
    }
    .col-xxl-offset-5 {
        margin-left: 41.66667%
    }
    .col-xxl-offset-6 {
        margin-left: 50%
    }
    .col-xxl-offset-7 {
        margin-left: 58.33333%
    }
    .col-xxl-offset-8 {
        margin-left: 66.66667%
    }
    .col-xxl-offset-9 {
        margin-left: 75%
    }
    .col-xxl-offset-10 {
        margin-left: 83.33333%
    }
    .col-xxl-offset-11 {
        margin-left: 91.66667%
    }
    .col-xxl-offset-12 {
        margin-left: 100%
    }
}

@media(min-width:1600px) {
    .col-xxxl-1,
    .col-xxxl-10,
    .col-xxxl-11,
    .col-xxxl-12,
    .col-xxxl-2,
    .col-xxxl-3,
    .col-xxxl-4,
    .col-xxxl-5,
    .col-xxxl-6,
    .col-xxxl-7,
    .col-xxxl-8,
    .col-xxxl-9 {
        float: left
    }
    .col-xxxl-1 {
        width: 8.33333%
    }
    .col-xxxl-2 {
        width: 16.66667%
    }
    .col-xxxl-3 {
        width: 25%
    }
    .col-xxxl-4 {
        width: 33.33333%
    }
    .col-xxxl-5 {
        width: 41.66667%
    }
    .col-xxxl-6 {
        width: 50%
    }
    .col-xxxl-7 {
        width: 58.33333%
    }
    .col-xxxl-8 {
        width: 66.66667%
    }
    .col-xxxl-9 {
        width: 75%
    }
    .col-xxxl-10 {
        width: 83.33333%
    }
    .col-xxxl-11 {
        width: 91.66667%
    }
    .col-xxxl-12 {
        width: 100%
    }
    .col-xxxl-offset-0 {
        margin-left: 0
    }
    .col-xxxl-offset-1 {
        margin-left: 8.33333%
    }
    .col-xxxl-offset-2 {
        margin-left: 16.66667%
    }
    .col-xxxl-offset-3 {
        margin-left: 25%
    }
    .col-xxxl-offset-4 {
        margin-left: 33.33333%
    }
    .col-xxxl-offset-5 {
        margin-left: 41.66667%
    }
    .col-xxxl-offset-6 {
        margin-left: 50%
    }
    .col-xxxl-offset-7 {
        margin-left: 58.33333%
    }
    .col-xxxl-offset-8 {
        margin-left: 66.66667%
    }
    .col-xxxl-offset-9 {
        margin-left: 75%
    }
    .col-xxxl-offset-10 {
        margin-left: 83.33333%
    }
    .col-xxxl-offset-11 {
        margin-left: 91.66667%
    }
    .col-xxxl-offset-12 {
        margin-left: 100%
    }
}

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

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

.table>tbody>tr>td,
.table>tbody>tr>th,
.table>tfoot>tr>td,
.table>tfoot>tr>th,
.table>thead>tr>td,
.table>thead>tr>th {
    padding: 8px;
    line-height: 1.42857;
    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>td,
.table>caption+thead>tr:first-child>th,
.table>colgroup+thead>tr:first-child>td,
.table>colgroup+thead>tr:first-child>th,
.table>thead:first-child>tr:first-child>td,
.table>thead:first-child>tr:first-child>th {
    border-top: 0
}

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

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

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

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

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

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

.table-hover>tbody>tr:hover,
.table>tbody>tr.active>td,
.table>tbody>tr.active>th,
.table>tbody>tr>td.active,
.table>tbody>tr>th.active,
.table>tfoot>tr.active>td,
.table>tfoot>tr.active>th,
.table>tfoot>tr>td.active,
.table>tfoot>tr>th.active,
.table>thead>tr.active>td,
.table>thead>tr.active>th,
.table>thead>tr>td.active,
.table>thead>tr>th.active {
    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-hover>tbody>tr.active:hover>td,
.table-hover>tbody>tr.active:hover>th,
.table-hover>tbody>tr:hover>.active,
.table-hover>tbody>tr>td.active:hover,
.table-hover>tbody>tr>th.active:hover {
    background-color: #e8e8e8
}

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

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

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

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

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

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

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

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

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

@media screen and (max-width:767px) {
    .table-responsive {
        width: 100%;
        margin-bottom: 15px;
        overflow-y: hidden;
        -ms-overflow-style: -ms-autohiding-scrollbar;
        border: 1px solid #ddd
    }
    .table-responsive>.table {
        margin-bottom: 0
    }
    .table-responsive>.table>tbody>tr>td,
    .table-responsive>.table>tbody>tr>th,
    .table-responsive>.table>tfoot>tr>td,
    .table-responsive>.table>tfoot>tr>th,
    .table-responsive>.table>thead>tr>td,
    .table-responsive>.table>thead>tr>th {
        white-space: nowrap
    }
    .table-responsive>.table-bordered {
        border: 0
    }
    .table-responsive>.table-bordered>tbody>tr>td:first-child,
    .table-responsive>.table-bordered>tbody>tr>th:first-child,
    .table-responsive>.table-bordered>tfoot>tr>td:first-child,
    .table-responsive>.table-bordered>tfoot>tr>th:first-child,
    .table-responsive>.table-bordered>thead>tr>td:first-child,
    .table-responsive>.table-bordered>thead>tr>th:first-child {
        border-left: 0
    }
    .table-responsive>.table-bordered>tbody>tr>td:last-child,
    .table-responsive>.table-bordered>tbody>tr>th:last-child,
    .table-responsive>.table-bordered>tfoot>tr>td:last-child,
    .table-responsive>.table-bordered>tfoot>tr>th:last-child,
    .table-responsive>.table-bordered>thead>tr>td:last-child,
    .table-responsive>.table-bordered>thead>tr>th:last-child {
        border-right: 0
    }
    .table-responsive>.table-bordered>tbody>tr:last-child>td,
    .table-responsive>.table-bordered>tbody>tr:last-child>th,
    .table-responsive>.table-bordered>tfoot>tr:last-child>td,
    .table-responsive>.table-bordered>tfoot>tr:last-child>th {
        border-bottom: 0
    }
}

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

legend {
    font-size: 14px;
    font-weight: bold;
    color: #093569
}

label {
    display: inline-block;
    margin-bottom: 5px
}

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

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

.form-control,
output {
    font-size: 14px;
    line-height: 1.42857;
    display: block
}

input[type=file] {
    display: block
}

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

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

output {
    padding-top: 7px;
    color: #555
}

.form-control {
    width: 100%;
    padding: 6px 12px;
    background-color: #fff;
    border: 1px solid #ccc;
    -webkit-box-shadow: inset 0 1px 1px rgba(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 {
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6)
}

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

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

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

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

.form-control::-ms-expand {
    border: 0;
    background-color: transparent
}

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

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

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

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

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

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

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

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

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

.checkbox-inline.disabled,
.checkbox.disabled label,
.radio-inline.disabled,
.radio.disabled label,
fieldset[disabled] .checkbox label,
fieldset[disabled] .checkbox-inline,
fieldset[disabled] .radio label,
fieldset[disabled] .radio-inline,
fieldset[disabled] input[type=checkbox],
fieldset[disabled] input[type=radio],
input[type=checkbox].disabled,
input[type=checkbox][disabled],
input[type=radio].disabled,
input[type=radio][disabled] {
    cursor: not-allowed
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.has-feedback {
    position: relative
}

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

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

.collapsing,
.dropdown,
.dropup {
    position: relative
}

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

.form-group-sm .form-control+.form-control-feedback,
.input-group-sm+.form-control-feedback,
.input-group-sm>.form-control+.form-control-feedback,
.input-group-sm>.input-group-addon+.form-control-feedback,
.input-group-sm>.input-group-btn>.btn+.form-control-feedback,
.input-sm+.form-control-feedback {
    width: 30px;
    height: 30px;
    line-height: 30px
}

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

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

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

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

.form-horizontal .form-group:after,
.form-horizontal .form-group:before {
    content: " ";
    display: table
}

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

@media(min-width:768px) {
    .form-horizontal .form-group-lg .control-label {
        padding-top: 11px;
        font-size: 18px
    }
    .form-horizontal .form-group-sm .control-label {
        padding-top: 6px;
        font-size: 12px
    }
}

.fade {
    opacity: 0;
    -webkit-transition: opacity .15s linear;
    -o-transition: opacity .15s linear;
    transition: opacity .15s linear
}

.fade.in {
    opacity: 1
}

.collapse {
    display: none
}

.collapse.in {
    display: block
}

tr.collapse.in {
    display: table-row
}

tbody.collapse.in {
    display: table-row-group
}

.collapsing {
    height: 0;
    overflow: hidden;
    -webkit-transition-property: height, visibility;
    transition-property: height, visibility;
    -webkit-transition-duration: .35s;
    transition-duration: .35s;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease
}

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

.dropdown-toggle:focus {
    outline: 0
}

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

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

.dropdown-header,
.dropdown-menu>li>a {
    display: block;
    padding: 3px 20px;
    line-height: 1.42857;
    white-space: nowrap
}

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

.btn-group>.btn-group:last-child:not(:first-child)>.btn:first-child,
.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-vertical>.btn:not(:first-child):not(:last-child),
.btn-group>.btn-group:not(:first-child):not(:last-child)>.btn,
.btn-group>.btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
    border-radius: 0
}

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

.dropdown-menu>li>a {
    font-weight: 400;
    color: #333
}

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

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

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

.dropdown-menu>.disabled>a:focus,
.dropdown-menu>.disabled>a:hover {
    text-decoration: none;
    background-color: transparent;
    cursor: not-allowed
}

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

.open>a {
    outline: 0
}

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

.dropdown-header {
    font-size: 12px;
    color: #777
}

.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 dashed;
    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 {
        right: 0;
        left: auto
    }
    .navbar-right .dropdown-menu-left {
        left: 0;
        right: auto
    }
}

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

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

.btn-group-vertical>.btn.active,
.btn-group-vertical>.btn:active,
.btn-group-vertical>.btn:focus,
.btn-group-vertical>.btn:hover,
.btn-group>.btn.active,
.btn-group>.btn:active,
.btn-group>.btn:focus,
.btn-group>.btn:hover {
    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:after,
.btn-toolbar:before {
    content: " ";
    display: table
}

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

.btn .caret,
.btn-group>.btn:first-child {
    margin-left: 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-lg.btn-group>.btn+.dropdown-toggle,
.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, .125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125)
}

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

.btn-group-lg>.btn .caret,
.btn-lg .caret {
    border-width: 5px 5px 0
}

.dropup .btn-group-lg>.btn .caret,
.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:after,
.btn-group-vertical>.btn-group:before {
    content: " ";
    display: table
}

.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:first-child:not(:last-child) {
    border-radius: 4px 4px 0 0
}

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

.btn-group-vertical>.btn-group:not(:first-child):not(:last-child)>.btn,
.input-group .form-control:not(:first-child):not(:last-child),
.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child) {
    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=checkbox],
[data-toggle=buttons]>.btn input[type=radio],
[data-toggle=buttons]>.btn-group>.btn input[type=checkbox],
[data-toggle=buttons]>.btn-group>.btn input[type=radio] {
    position: absolute;
    clip: rect(0, 0, 0, 0);
    pointer-events: none
}

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

.input-group {
    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 .form-control:focus {
    z-index: 3
}

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

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

.input-group-addon {
    padding: 6px 12px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    color: #555;
    text-align: center;
    background-color: #eee;
    border: 1px solid #ccc;
    border-radius: 4px
}

.input-group-addon.input-sm,
.input-group-sm>.input-group-addon,
.input-group-sm>.input-group-btn>.input-group-addon.btn {
    padding: 5px 10px;
    font-size: 12px;
    border-radius: 3px
}

.input-group-addon.input-lg,
.input-group-lg>.input-group-addon,
.input-group-lg>.input-group-btn>.input-group-addon.btn {
    padding: 10px 16px;
    font-size: 18px;
    border-radius: 6px
}

.input-group-addon input[type=checkbox],
.input-group-addon input[type=radio] {
    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-group:not(:last-child)>.btn,
.input-group-btn:last-child>.btn:not(:last-child):not(.dropdown-toggle) {
    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:first-child>.btn-group:not(:first-child)>.btn,
.input-group-btn:first-child>.btn:not(:first-child),
.input-group-btn:last-child>.btn,
.input-group-btn:last-child>.btn-group>.btn,
.input-group-btn:last-child>.dropdown-toggle {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0
}

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

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

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

.input-group-btn>.btn:active,
.input-group-btn>.btn:focus,
.input-group-btn>.btn:hover {
    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 {
    z-index: 2;
    margin-left: -1px
}

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

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

.li-search,
.li-search>a {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 150px
}

.nav>li>a {
    padding: 10px 15px
}

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

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

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

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

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

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

.nav-tabs>li>a {
    margin-right: 2px;
    line-height: 1.42857;
    border: 1px solid #093569;
    border-radius: 4px 4px 0 0;
    text-transform: uppercase;
    color: #093569
}

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

.nav-tabs>li.active>a,
.nav-tabs>li.active>a:focus,
.nav-tabs>li.active>a:hover {
    color: white;
    background-color: #093569;
    border: 1px solid #ddd;
    border-bottom-color: transparent;
    cursor: default;
    width: 60%;
    text-transform: uppercase
}

.nav-pills>li {
    float: left
}

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

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

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

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

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

.nav-justified,
.nav-tabs.nav-justified {
    width: 100%
}

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

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

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

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

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

@media(min-width:768px) {
    .nav-justified>li,
    .nav-tabs.nav-justified>li {
        display: table-cell;
        width: 1%
    }
    .nav-justified>li>a,
    .nav-tabs.nav-justified>li>a {
        margin-bottom: 0
    }
    .nav-tabs-justified>li>a,
    .nav-tabs.nav-justified>li>a {
        border-bottom: 1px solid #ddd;
        border-radius: 4px 4px 0 0
    }
    .nav-tabs-justified>.active>a,
    .nav-tabs-justified>.active>a:focus,
    .nav-tabs-justified>.active>a:hover,
    .nav-tabs.nav-justified>.active>a,
    .nav-tabs.nav-justified>.active>a:focus,
    .nav-tabs.nav-justified>.active>a:hover {
        border-bottom-color: #fff
    }
}

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

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

.navbar-collapse:after,
.navbar-collapse:before,
.navbar-header:after,
.navbar-header:before,
.navbar:after,
.navbar:before {
    content: " ";
    display: table
}

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

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

.navbar:after {
    clear: both
}

.embed-responsive,
.modal,
.modal-open,
.progress {
    overflow: hidden
}

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

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

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

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

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

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

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

.navbar-brand>img {
    display: block
}

@media(min-width:768px) {
    .container-fluid>.navbar-collapse,
    .container-fluid>.navbar-header,
    .container>.navbar-collapse,
    .container>.navbar-header {
        margin-right: 0;
        margin-left: 0
    }
    .navbar-fixed-bottom,
    .navbar-fixed-top,
    .navbar-static-top {
        border-radius: 0
    }
    .navbar>.container .navbar-brand,
    .navbar>.container-fluid .navbar-brand {
        margin-left: -15px
    }
}

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

.navbar-toggle:focus {
    outline: 0
}

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

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

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

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

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

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

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

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

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

.breadcrumb>li,
.pagination {
    display: inline-block
}

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

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

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

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

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

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

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

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

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

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

.navbar-default {
    background-color: #f8f8f8
}

.navbar-default .navbar-brand {
    color: #777
}

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

.navbar-default .navbar-text {
    color: #777
}

.navbar-default .navbar-nav>li>a {
    color: #093569;
    font: normal normal bold 1.2em Poppins
}

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

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

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

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

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

.navbar-default .navbar-link {
    color: #777
}

.navbar-default .navbar-link:hover {
    color: #333
}

.navbar-default .btn-link {
    color: #777
}

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

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

.navbar-inverse {
    background-color: #222;
    border-color: #090909
}

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

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

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

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

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

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

.navbar-inverse .navbar-toggle {
    border-color: #333
}

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

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

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

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

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

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

.navbar-inverse .navbar-link:hover {
    color: #fff
}

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

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

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

.breadcrumb {
    padding: 8px 15px;
    margin-bottom: 20px;
    list-style: none;
    background-color: #f5f5f5;
    border-radius: 4px
}

.breadcrumb>li+li:before {
    content: "/ ";
    padding: 0 5px;
    color: #ccc
}

.breadcrumb>.active {
    color: #777
}

.pagination {
    padding-left: 0;
    border-radius: 4px
}

.pagination>li {
    display: inline
}

.pagination>li>a,
.pagination>li>span {
    position: relative;
    float: left;
    padding: 6px 12px;
    line-height: 1.42857;
    text-decoration: none;
    color: #337ab7;
    background-color: #fff;
    border: 1px solid #ddd;
    margin-left: -1px
}

.list-group-item>.badge,
.pager .next>a,
.pager .next>span {
    float: right
}

.pagination>li:first-child>a,
.pagination>li:first-child>span {
    margin-left: 0
}

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

.pagination>li>a:focus,
.pagination>li>a:hover,
.pagination>li>span:focus,
.pagination>li>span:hover {
    z-index: 2
}

.pagination>.active>a,
.pagination>.active>a:focus,
.pagination>.active>a:hover,
.pagination>.active>span,
.pagination>.active>span:focus,
.pagination>.active>span:hover {
    z-index: 3;
    cursor: default
}

.pagination>.disabled>a,
.pagination>.disabled>a:focus,
.pagination>.disabled>a:hover,
.pagination>.disabled>span,
.pagination>.disabled>span:focus,
.pagination>.disabled>span:hover {
    cursor: not-allowed
}

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

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

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

.pagination-sm>li>a,
.pagination-sm>li>span {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5
}

.badge,
.label {
    font-weight: 700;
    line-height: 1;
    white-space: nowrap;
    text-align: center
}

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

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

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

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

.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:focus,
.pager li>a:hover {
    text-decoration: none;
    background-color: #eee
}

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

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

.label {
    vertical-align: baseline
}

.label:empty {
    display: none
}

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

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

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

.label-primary {
    background-color: #337ab7
}

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

.label-success {
    background-color: #5cb85c
}

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

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

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

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

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

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

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

.badge {
    display: inline-block;
    min-width: 10px;
    padding: 3px 7px;
    font-size: 12px;
    color: #fff;
    vertical-align: middle;
    background-color: #777;
    border-radius: 10px
}

.badge:empty {
    display: none
}

.media-object,
.thumbnail {
    display: block
}

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

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

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

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

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

.jumbotron,
.jumbotron .h1,
.jumbotron h1 {
    color: inherit
}

.jumbotron {
    padding-top: 30px;
    padding-bottom: 30px;
    margin-bottom: 30px;
    background-color: #eee
}

.jumbotron p {
    margin-bottom: 15px;
    font-size: 21px;
    font-weight: 200
}

.alert,
.thumbnail {
    margin-bottom: 20px
}

.alert .alert-link,
.close {
    font-weight: 700
}

.jumbotron>hr {
    border-top-color: #d5d5d5
}

.container .jumbotron,
.container-fluid .jumbotron {
    border-radius: 6px;
    padding-left: 15px;
    padding-right: 15px
}

.jumbotron .container {
    max-width: 100%
}

@media screen and (min-width:768px) {
    .jumbotron {
        padding-top: 48px;
        padding-bottom: 48px
    }
    .container .jumbotron,
    .container-fluid .jumbotron {
        padding-left: 60px;
        padding-right: 60px
    }
    .jumbotron .h1,
    .jumbotron h1 {
        font-size: 63px
    }
}

.thumbnail {
    padding: 4px;
    line-height: 1.42857;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-transition: border .2s ease-in-out;
    -o-transition: border .2s ease-in-out;
    transition: border .2s ease-in-out
}

.thumbnail a>img,
.thumbnail>img {
    display: block;
    max-width: 100%;
    height: auto;
    margin-left: auto;
    margin-right: auto
}

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

a.thumbnail.active,
a.thumbnail:focus,
a.thumbnail:hover {
    border-color: #337ab7
}

.alert {
    padding: 15px;
    border: 1px solid transparent;
    border-radius: 4px
}

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

.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 {
    height: 20px;
    margin-bottom: 20px;
    background-color: #f5f5f5;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1)
}

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

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

.progress-bar.active,
.progress.active .progress-bar {
    -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: #5cb85c
}

.progress-striped .progress-bar-success {
    background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, rgba(0, 0, 0, 0) 25%, rgba(0, 0, 0, 0) 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, rgba(0, 0, 0, 0) 75%, rgba(0, 0, 0, 0))
}

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

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

.progress-striped .progress-bar-info {
    background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, rgba(0, 0, 0, 0) 25%, rgba(0, 0, 0, 0) 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, rgba(0, 0, 0, 0) 75%, rgba(0, 0, 0, 0))
}

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

.progress-striped .progress-bar-warning {
    background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, rgba(0, 0, 0, 0) 25%, rgba(0, 0, 0, 0) 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, rgba(0, 0, 0, 0) 75%, rgba(0, 0, 0, 0))
}

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

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

.media {
    margin-top: 15px
}

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

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

.media-body {
    width: 10000px
}

.media-object.img-thumbnail {
    max-width: none
}

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

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

.media-body,
.media-left,
.media-right {
    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: 4px;
    border-top-left-radius: 4px
}

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

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

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

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

button.list-group-item {
    width: 100%;
    text-align: left
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

a.list-group-item-danger.active,
a.list-group-item-danger.active:focus,
a.list-group-item-danger.active:hover,
button.list-group-item-danger.active,
button.list-group-item-danger.active:focus,
button.list-group-item-danger.active:hover {
    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
}

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

.modal,
.modal-backdrop {
    display: none;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0
}

.embed-responsive .embed-responsive-item,
.embed-responsive embed,
.embed-responsive iframe,
.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: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05)
}

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

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

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

.close {
    float: right;
    font-size: 21px;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .2
}

.popover,
.tooltip {
    font-style: normal;
    font-weight: 400;
    letter-spacing: normal;
    line-break: auto;
    line-height: 1.42857;
    text-shadow: none;
    white-space: normal;
    word-break: normal;
    word-spacing: normal;
    word-wrap: normal;
    text-transform: none;
    text-decoration: none
}

.close:focus,
.close:hover {
    color: #000;
    text-decoration: none;
    cursor: pointer;
    opacity: .5
}

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

.modal-content,
.popover {
    background-clip: padding-box
}

.modal {
    position: fixed;
    z-index: 1050;
    -webkit-overflow-scrolling: touch;
    outline: 0
}

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

.modal.in .modal-dialog {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0)
}

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: 10px
}

.modal-content {
    position: relative;
    background-color: #fff;
    border: 1px solid #999;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: 6px;
    -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
    box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
    outline: 0
}

.modal-backdrop {
    position: fixed;
    z-index: 1040;
    background-color: #000
}

.modal-footer:after,
.modal-footer:before,
.modal-header:after,
.modal-header:before {
    display: table;
    content: " "
}

.modal-backdrop.fade {
    opacity: 0
}

.modal-backdrop.in {
    opacity: .5
}

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

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

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

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

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

.tooltip {
    position: absolute;
    z-index: 1070;
    display: block;
    text-align: left;
    text-align: start;
    font-size: 12px;
    opacity: 0
}

.tooltip.in {
    opacity: .9
}

.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;
    background-color: #000;
    border-radius: 4px
}

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

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

.tooltip.top .tooltip-arrow {
    left: 50%;
    margin-left: -5px
}

.tooltip.top-left .tooltip-arrow {
    right: 5px;
    margin-bottom: -5px
}

.tooltip.top-right .tooltip-arrow {
    left: 5px;
    margin-bottom: -5px
}

.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,
.tooltip.bottom-left .tooltip-arrow,
.tooltip.bottom-right .tooltip-arrow {
    border-width: 0 5px 5px;
    border-bottom-color: #000;
    top: 0
}

.tooltip.bottom .tooltip-arrow {
    left: 50%;
    margin-left: -5px
}

.tooltip.bottom-left .tooltip-arrow {
    right: 5px;
    margin-top: -5px
}

.tooltip.bottom-right .tooltip-arrow {
    left: 5px;
    margin-top: -5px
}

.popover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1060;
    display: none;
    max-width: 276px;
    padding: 1px;
    text-align: left;
    text-align: start;
    font-size: 14px;
    background-color: #fff;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: 6px;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, .2)
}

.carousel-caption,
.carousel-control {
    color: #fff;
    text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
    text-align: center
}

.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: 14px;
    background-color: #f7f7f7;
    border-bottom: 1px solid #ebebeb;
    border-radius: 5px 5px 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
}

.carousel,
.carousel-inner {
    position: relative
}

.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, .25);
    bottom: -11px
}

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

.popover.left>.arrow:after,
.popover.right>.arrow:after {
    content: " ";
    bottom: -10px
}

.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, .25)
}

.popover.right>.arrow:after {
    left: 1px;
    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, .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, .25)
}

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

.carousel-inner {
    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>a>img,
.carousel-inner>.item>img {
    display: block;
    max-width: 100%;
    height: auto;
    line-height: 1
}

@media all and (transform-3d),
(-webkit-transform-3d) {
    .carousel-inner>.item {
        -webkit-transition: -webkit-transform .6s ease-in-out;
        -moz-transition: -moz-transform .6s ease-in-out;
        -o-transition: -o-transform .6s ease-in-out;
        transition: transform .6s ease-in-out;
        -webkit-backface-visibility: hidden;
        -moz-backface-visibility: hidden;
        backface-visibility: hidden;
        -webkit-perspective: 1000px;
        -moz-perspective: 1000px;
        perspective: 1000px
    }
    .carousel-inner>.item.active.right,
    .carousel-inner>.item.next {
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
        left: 0
    }
    .carousel-inner>.item.active.left,
    .carousel-inner>.item.prev {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
        left: 0
    }
    .carousel-inner>.item.active,
    .carousel-inner>.item.next.left,
    .carousel-inner>.item.prev.right {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        left: 0
    }
}

.pgl-agent-item:hover,
.pgl-property:hover,
a {
    -o-transition: all .2s ease-in-out
}

.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;
    font-size: 20px;
    background-color: transparent
}

.carousel-control.left {
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .5) 0, rgba(0, 0, 0, .0001) 100%);
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, .5) 0, rgba(0, 0, 0, .0001) 100%);
    background-image: linear-gradient(to right, rgba(0, 0, 0, .5) 0, rgba(0, 0, 0, .0001) 100%);
    background-repeat: repeat-x
}

.carousel-control.right {
    left: auto;
    right: 0;
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .0001) 0, rgba(0, 0, 0, .5) 100%);
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, .0001) 0, rgba(0, 0, 0, .5) 100%);
    background-image: linear-gradient(to right, rgba(0, 0, 0, .0001) 0, rgba(0, 0, 0, .5) 100%);
    background-repeat: repeat-x
}

.carousel-control:focus,
.carousel-control:hover {
    outline: 0;
    color: #fff;
    text-decoration: none;
    opacity: .9
}

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

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

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

.carousel-control .icon-next,
.carousel-control .icon-prev {
    width: 20px;
    height: 20px;
    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: transparent
}

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

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

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

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

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

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

.invisible {
    visibility: hidden
}

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

.affix {
    position: fixed
}

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

@media(max-width:767px) {
    .visible-xs {
        display: block !important
    }
    table.visible-xs {
        display: table !important
    }
    tr.visible-xs {
        display: table-row !important
    }
    td.visible-xs,
    th.visible-xs {
        display: table-cell !important
    }
    .visible-xs-block {
        display: block !important
    }
    .visible-xs-inline {
        display: inline !important
    }
    .visible-xs-inline-block {
        display: inline-block !important
    }
}

@media(min-width:768px) and (max-width:991px) {
    .visible-sm {
        display: block !important
    }
    table.visible-sm {
        display: table !important
    }
    tr.visible-sm {
        display: table-row !important
    }
    td.visible-sm,
    th.visible-sm {
        display: table-cell !important
    }
    .visible-sm-block {
        display: block !important
    }
    .visible-sm-inline {
        display: inline !important
    }
    .visible-sm-inline-block {
        display: inline-block !important
    }
}

@media(min-width:992px) and (max-width:1199px) {
    .visible-md {
        display: block !important
    }
    table.visible-md {
        display: table !important
    }
    tr.visible-md {
        display: table-row !important
    }
    td.visible-md,
    th.visible-md {
        display: table-cell !important
    }
    .visible-md-block {
        display: block !important
    }
    .visible-md-inline {
        display: inline !important
    }
    .visible-md-inline-block {
        display: inline-block !important
    }
}

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

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

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

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

.visible-print {
    display: none !important
}

@media print {
    .visible-print {
        display: block !important
    }
    table.visible-print {
        display: table !important
    }
    tr.visible-print {
        display: table-row !important
    }
    td.visible-print,
    th.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
    }
    .hidden-print {
        display: none !important
    }
}

body {
    color: #04346a;
    font-family: 'Lato', arial;
    line-height: 1.8
}

#top {
    background-color: #111;
    color: #aaa;
    font-size: .928em
}

.navbar-header {
    position: relative
}

.logo {
    background: rgba(0, 0, 0, 0);
    height: 100px;
    position: absolute;
    text-align: center;
    top: -30px;
    width: 84px;
    margin-left: 50px
}

.logo img {
    width: 100%;
    margin-top: 40px
}

.dropdown-menu:not(.datepicker-dropdown) {
    background-color: #111;
    border: 0;
    border-radius: 0;
    font-size: 1.083em;
    padding: 10px 20px;
    text-transform: none
}

.btn,
.featured-item .titre3,
.featured-item h3,
.page-top .titre1,
.page-top h1,
.panel-group .pgl-panel .panel-title,
.pgl-agent-info .titre4,
.pgl-agent-info h4,
.pgl-pro-tabs,
.titre1,
.titre2,
h1,
h2 {
    text-transform: uppercase
}

.dropdown-menu:not(.datepicker-dropdown)>li>a {
    color: #fff;
    padding: 15px
}

.dropdown-menu:not(.datepicker-dropdown)>li>a:focus,
.dropdown-menu:not(.datepicker-dropdown)>li>a:hover {
    background-color: #132b44;
    color: #fff
}

.dropdown-menu:not(.datepicker-dropdown)>li+li {
    border-top: 1px solid #151515
}

.dropdown-menu:not(.datepicker-dropdown)>.active>a,
.dropdown-menu:not(.datepicker-dropdown)>.active>a:focus,
.dropdown-menu:not(.datepicker-dropdown)>.active>a:hover {
    background-color: #132b44
}

.dropdown-menu:not(.datepicker-dropdown) .dropdown-menu {
    left: 100%;
    margin: 0 0 0 20px;
    top: 0
}

.pgl-navbar-main {
    background-color: rgba(0, 0, 0, .7);
    border-color: transparent;
    border-width: 0;
    border-radius: 0;
    min-height: 80px;
    margin-bottom: 0;
    z-index: 1
}

.pgl-navbar-main .navbar-nav>li>a {
    padding-left: 45px;
    height: 150px
}

.pgl-navbar-main .navbar-nav>li>a:hover {
    color: #093569;
    font-weight: bold
}

.pgl-navbar-main .navbar-nav>.active>a,
.pgl-navbar-main .navbar-nav>.active>a:focus,
.pgl-navbar-main .navbar-nav>.active>a:hover {
    background-color: transparent;
    color: #132b44
}

.pgl-navbar-main .navbar-nav>.open>a,
.pgl-navbar-main .navbar-nav>.open>a:focus,
.pgl-navbar-main .navbar-nav>.open>a:hover {
    background-color: #111;
    color: #fff
}

.nav .open>a,
.nav .open>a:focus,
.nav .open>a:hover {
    background-color: #132b44;
    border-color: transparent;
    color: #fff
}

.navbar-default .navbar-toggle {
    border: 0;
    border-radius: 0;
    margin: 36px 15px 0;
    padding: 0
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #093569;
    width: 20px
}

.navbar-default .navbar-toggle:focus,
.navbar-default .navbar-toggle:hover {
    background-color: transparent
}

.navbar-default .navbar-toggle:focus .icon-bar,
.navbar-default .navbar-toggle:hover .icon-bar {
    background-color: #132b44
}

.page-top {
    background: url(../images/bg-page-top.jpg) no-repeat #333;
    margin-top: 0;
    display: none
}

.page-top .container {
    display: table;
    height: 100px
}

.page-top .page-top-in {
    display: table-cell;
    width: 100%;
    vertical-align: middle
}

.page-top .titre1,
.page-top h1 {
    font-size: 2.571em;
    margin: 0
}

.pgl-featured .titre2,
.pgl-featured h2,
.pgl-properties .titre2,
.pgl-properties h2 {
    margin-right: 100px
}

.page-top .titre1 span,
.page-top h1 span {
    background-color: #fff;
    display: inline-block;
    padding: 15px 27px
}

.chosen-select {
    height: 40px;
    padding: 0 10px;
    width: 100%
}

.pgl-advanced-search form,
.pgl-rapid-search form {
    padding-top: 20px;
    position: relative
}

.pgl-advanced-search form .form-group,
.pgl-rapid-search form .form-group {
    margin-bottom: 20px
}

.pgl-featured {
    padding-bottom: 20px;
    padding-top: 60px
}

.pgl-featured-bottom {
    padding-bottom: 60px
}

.pgl-agents {
    padding-top: 53px
}

.pgl-testimonial {
    height: 388px;
    padding: 30px 15px;
    position: relative;
    text-align: center
}

.pgl-testimonial .titre4,
.pgl-testimonial h4 {
    color: #132b44;
    margin-bottom: 10px;
    text-transform: uppercase
}

.pgl-testimonial .owl-controls .owl-buttons>div {
    background-color: transparent;
    position: absolute;
    top: 60px
}

.pgl-testimonial .owl-controls .owl-buttons .owl-prev {
    left: 58px
}

.pgl-testimonial .owl-controls .owl-buttons .owl-next {
    right: 58px
}

.pgl-about {
    padding-top: 54px;
    margin-bottom: 10px
}

.map {
    height: 525px
}

.contact {
    margin-bottom: 60px
}

#contact-map {
    height: 305px;
    margin-bottom: 37px;
    width: 100%
}

.pgl-footer {
    background-color: #093569;
    text-align: center;
    color: #fff;
    padding: 60px 0 20px
}

.pgl-footer .titre2,
.pgl-footer h2 {
    color: #fff;
    font-size: 1em;
    margin-bottom: 25px;
    text-decoration: none
}

.pgl-footer li {
    margin-bottom: 5px
}

.pgl-upper-foot {
    margin-bottom: 12px
}

.pgl-upper-foot a {
    color: #093569
}

.pgl-upper-foot a:focus,
.pgl-upper-foot a:hover {
    color: #124e4c
}

.pgl-upper-foot p {
    margin-bottom: 15px
}

.pgl-upper-foot address {
    line-height: 2.2
}

.pgl-copyrights {
    padding-top: 25px
}

.pgl-copyrights a {
    color: #fff
}

.pgl-copyrights a:focus,
.pgl-copyrights a:hover {
    color: #f8d92f
}

.titre1,
.titre2,
.titre3,
.titre4,
.titre5,
.titre6,
h1,
h2,
h3,
h4,
h5,
h6 {
    color: #04346a;
    font-weight: 700;
    margin: 0 0 25px
}

.titre1 a,
.titre2 a,
.titre3 a,
.titre4 a,
.titre5 a,
.titre6 a,
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    color: #333
}

.titre1 a:focus,
.titre1 a:hover,
.titre2 a:focus,
.titre2 a:hover,
.titre3 a:focus,
.titre3 a:hover,
.titre4 a:focus,
.titre4 a:hover,
.titre5 a:focus,
.titre5 a:hover,
.titre6 a:focus,
.titre6 a:hover,
h1 a:focus,
h1 a:hover,
h2 a:focus,
h2 a:hover,
h3 a:focus,
h3 a:hover,
h4 a:focus,
h4 a:hover,
h5 a:focus,
h5 a:hover,
h6 a:focus,
h6 a:hover {
    color: #132b44
}

.titre1,
.titre2,
h1,
h2 {
    font-size: 2.571em;
    margin: 0 0 32px
}

.titre3,
h3 {
    font-size: 1.285em;
    font-weight: 400
}

.titre4,
h4 {
    font-size: 1em
}

.titre1 .small,
.titre1 small,
.titre2 .small,
.titre2 small,
.titre3 .small,
.titre3 small {
    font-size: 65%;
    font-weight: 400;
    line-height: 1;
    color: #777
}

.btn,
.nav-tabs,
.testimonial {
    font-weight: 700
}

.btn,
blockquote p {
    line-height: 1.8
}

ol,
p,
ul {
    margin: 0 0 25px
}

a {
    color: #132b44;
    transition: all .2s ease-in-out
}

a:focus,
a:hover {
    color: #333;
    outline: 0;
    text-decoration: none
}

button,
input,
select,
textarea {
    background: #fff;
    border: 1px solid #ddd
}

blockquote p:before {
    content: "\'\' "
}

blockquote p:after {
    content: " \'\'"
}

blockquote footer:before {
    display: none
}

.icons {
    background: url(../images/icons.png) no-repeat;
    display: block;
    height: 50px;
    width: 50px
}

.icon-left {
    background-position: 0 0
}

.icon-right {
    background-position: -50px 0
}

.icon-submit {
    background-position: -100px 0
}

.icon-up {
    background-position: -140px 0
}

.icon-area,
.icon-bathroom,
.icon-bedroom,
.icon-location {
    display: inline-block;
    height: 17px;
    width: 22px
}

.icon-bedroom {
    background-position: 0 -45px
}

.icon-bathroom {
    background-position: -50px -45px
}

.icon-location {
    background-position: -100px -47px;
    height: 20px
}

.icon-area {
    background-position: -145px -47px;
    height: 20px
}

.icon-chart,
.icon-hand,
.icon-home {
    display: inline-block;
    height: 60px;
    width: 60px
}

.btn,
.form-control {
    border-radius: 0;
    height: 40px
}

.icon-hand {
    background-position: 0 -100px
}

.icon-home {
    background-position: -140px -100px
}

.icon-chart {
    background-position: -70px -100px
}

.form-control {
    border-color: #ddd;
    box-shadow: none;
    color: #666
}

.form-control:focus {
    border-color: #333;
    box-shadow: none
}

.btn {
    padding: 6px 12px
}

.btn-submit {
    padding: 0;
    width: 40px
}

.btn-submit:focus {
    outline: 0 !important;
    outline-offset: 0 !important
}

#contact input:focus,
#contact textarea:focus,
html .btn-custom:focus {
    outline: 0
}

.btn-default {
    border: 2px solid #333;
    color: #333
}

.btn-default:focus,
.btn-default:hover {
    background-color: transparent;
    border-color: #132b44;
    color: #132b44
}

.btn-group-xs>.btn,
.btn-xs {
    padding: 1px 5px;
    font-size: 12px;
    line-height: 1.5;
    height: 20px
}

.btn-group-sm>.btn,
.btn-sm {
    line-height: 2;
    padding-left: 20px;
    padding-right: 20px
}

.btn-group-lg>.btn,
.btn-lg {
    font-size: .857em;
    height: 50px;
    padding: 13px 20px
}

.pgl-bg-dark {
    background-color: #333;
    color: #aaa
}

.pgl-bg-grey {
    background-color: #fff
}

.pgl-bg-light,
.pgl-property {
    background-color: rgba(0, 0, 0, 0)
}

hr {
    border-color: #ddd
}

.divider {
    background-color: #444;
    display: block;
    height: 1px;
    margin: 0 auto 30px;
    width: 100px
}

.divider-quote-sign span {
    color: #aaa;
    display: block;
    font-family: Rochester, cursive;
    font-size: 5.142em;
    height: 30px;
    line-height: .4;
    margin: 0 auto;
    position: relative;
    text-align: center;
    width: 100px
}

.mid,
.top-tall {
    margin-top: 40px
}

.divider-quote-sign span:after,
.divider-quote-sign span:before {
    border-top: 1px solid #444;
    content: "";
    position: absolute;
    top: 0;
    width: 35px
}

.divider-quote-sign span:after {
    right: 0
}

.divider-quote-sign span:before {
    left: 0
}

.mid {
    margin-bottom: 33px
}

.top-tall {
    margin-bottom: 0
}

.short {
    margin-bottom: 0;
    margin-top: 30px
}

.min-wide {
    min-width: 197px
}

.img-thumbnail {
    border: 0;
    padding: 0
}

.chosen-container-single .chosen-drop,
.label,
.nav-tabs li a,
.nav-top>li>a {
    border-radius: 0
}

.img-thumbnail-small {
    margin-bottom: 18px
}

.testimonial {
    border-left: 0;
    font-size: 1em;
    margin: 0;
    padding: 0
}

.pgl-midnarrow-row {
    margin-left: -10px;
    margin-right: -10px
}

.pgl-midnarrow-row .col-lg-1,
.pgl-midnarrow-row .col-lg-10,
.pgl-midnarrow-row .col-lg-11,
.pgl-midnarrow-row .col-lg-12,
.pgl-midnarrow-row .col-lg-2,
.pgl-midnarrow-row .col-lg-3,
.pgl-midnarrow-row .col-lg-4,
.pgl-midnarrow-row .col-lg-5,
.pgl-midnarrow-row .col-lg-6,
.pgl-midnarrow-row .col-lg-7,
.pgl-midnarrow-row .col-lg-8,
.pgl-midnarrow-row .col-lg-9,
.pgl-midnarrow-row .col-md-1,
.pgl-midnarrow-row .col-md-10,
.pgl-midnarrow-row .col-md-11,
.pgl-midnarrow-row .col-md-12,
.pgl-midnarrow-row .col-md-2,
.pgl-midnarrow-row .col-md-3,
.pgl-midnarrow-row .col-md-4,
.pgl-midnarrow-row .col-md-5,
.pgl-midnarrow-row .col-md-6,
.pgl-midnarrow-row .col-md-7,
.pgl-midnarrow-row .col-md-8,
.pgl-midnarrow-row .col-md-9,
.pgl-midnarrow-row .col-sm-1,
.pgl-midnarrow-row .col-sm-10,
.pgl-midnarrow-row .col-sm-11,
.pgl-midnarrow-row .col-sm-12,
.pgl-midnarrow-row .col-sm-2,
.pgl-midnarrow-row .col-sm-3,
.pgl-midnarrow-row .col-sm-4,
.pgl-midnarrow-row .col-sm-5,
.pgl-midnarrow-row .col-sm-6,
.pgl-midnarrow-row .col-sm-7,
.pgl-midnarrow-row .col-sm-8,
.pgl-midnarrow-row .col-sm-9,
.pgl-midnarrow-row .col-xs-1,
.pgl-midnarrow-row .col-xs-10,
.pgl-midnarrow-row .col-xs-11,
.pgl-midnarrow-row .col-xs-12,
.pgl-midnarrow-row .col-xs-2,
.pgl-midnarrow-row .col-xs-3,
.pgl-midnarrow-row .col-xs-4,
.pgl-midnarrow-row .col-xs-5,
.pgl-midnarrow-row .col-xs-6,
.pgl-midnarrow-row .col-xs-7,
.pgl-midnarrow-row .col-xs-8,
.pgl-midnarrow-row .col-xs-9 {
    padding-left: 10px;
    padding-right: 10px
}

.pgl-narrow-row {
    margin-left: -5px;
    margin-right: -5px
}

.pgl-narrow-row .col-lg-1,
.pgl-narrow-row .col-lg-10,
.pgl-narrow-row .col-lg-11,
.pgl-narrow-row .col-lg-12,
.pgl-narrow-row .col-lg-2,
.pgl-narrow-row .col-lg-3,
.pgl-narrow-row .col-lg-4,
.pgl-narrow-row .col-lg-5,
.pgl-narrow-row .col-lg-6,
.pgl-narrow-row .col-lg-7,
.pgl-narrow-row .col-lg-8,
.pgl-narrow-row .col-lg-9,
.pgl-narrow-row .col-md-1,
.pgl-narrow-row .col-md-10,
.pgl-narrow-row .col-md-11,
.pgl-narrow-row .col-md-12,
.pgl-narrow-row .col-md-2,
.pgl-narrow-row .col-md-3,
.pgl-narrow-row .col-md-4,
.pgl-narrow-row .col-md-5,
.pgl-narrow-row .col-md-6,
.pgl-narrow-row .col-md-7,
.pgl-narrow-row .col-md-8,
.pgl-narrow-row .col-md-9,
.pgl-narrow-row .col-sm-1,
.pgl-narrow-row .col-sm-10,
.pgl-narrow-row .col-sm-11,
.pgl-narrow-row .col-sm-12,
.pgl-narrow-row .col-sm-2,
.pgl-narrow-row .col-sm-3,
.pgl-narrow-row .col-sm-4,
.pgl-narrow-row .col-sm-5,
.pgl-narrow-row .col-sm-6,
.pgl-narrow-row .col-sm-7,
.pgl-narrow-row .col-sm-8,
.pgl-narrow-row .col-sm-9,
.pgl-narrow-row .col-xs-1,
.pgl-narrow-row .col-xs-10,
.pgl-narrow-row .col-xs-11,
.pgl-narrow-row .col-xs-12,
.pgl-narrow-row .col-xs-2,
.pgl-narrow-row .col-xs-3,
.pgl-narrow-row .col-xs-4,
.pgl-narrow-row .col-xs-5,
.pgl-narrow-row .col-xs-6,
.pgl-narrow-row .col-xs-7,
.pgl-narrow-row .col-xs-8,
.pgl-narrow-row .col-xs-9 {
    padding-left: 5px;
    padding-right: 5px
}

.nav-tabs {
    border-bottom: 0;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
    position: relative;
    -ms-box-orient: horizontal;
    -ms-box-pack: center;
    -webkit-flex-flow: row wrap;
    -moz-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center
}

.nav-tabs li {
    display: block;
    text-align: center;
    -webkit-flex: 1;
    -moz-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.nav-tabs li a {
    position: relative;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 60%
}

.pgl-pro-tabs {
    font-size: .857em;
    margin-bottom: 40px
}

.pgl-pro-tabs>li>a {
    border-width: 2px;
    color: #333;
    margin-right: -2px;
    padding-left: 10px;
    padding-right: 10px
}

.pgl-pro-tabs>li>a:focus,
.pgl-pro-tabs>li>a:hover {
    border-color: #333
}

.pgl-pro-tabs>li.active>a,
.pgl-pro-tabs>li.active>a:focus,
.pgl-pro-tabs>li.active>a:hover {
    background-color: transparent;
    border-color: #333;
    border-width: 2px
}

.text-note {
    margin: 8px 0 0 260px
}

.text-note .fa {
    margin-right: 5px
}

.nav-top {
    border-right: 1px solid #222
}

.nav-top>li {
    border-left: 1px solid #222
}

.nav-top>li>a {
    color: #aaa;
    padding: 8px 12px 7px
}

.nav-top>li>a:focus,
.nav-top>li>a:hover {
    background-color: #132b44;
    color: #fff
}

.chosen-container {
    font-size: .928em;
    width: 100% !important
}

.chosen-container .chosen-drop {
    border-color: #ddd;
    box-shadow: none
}

.chosen-container .chosen-results {
    margin: 0;
    padding: 0
}

.chosen-container .chosen-results li {
    padding: 8px 15px
}

.chosen-container .chosen-results li.highlighted {
    background-color: #333;
    background-image: none
}

.chosen-container-single .chosen-search {
    display: none
}

.chosen-container-single .chosen-default {
    color: #666
}

.chosen-container-single .chosen-single {
    background: #fff;
    border-color: #ddd;
    border-radius: 0;
    box-shadow: none;
    color: #666;
    height: 40px;
    line-height: 2.8;
    padding: 0 0 0 15px
}

.label,
.label a {
    color: #fff
}

.chosen-container-single .chosen-single abbr,
.chosen-container-single .chosen-single div b {
    background-image: url(../images/chosen-sprite.png)
}

.chosen-container-single .chosen-single div {
    right: 7px;
    width: 16px
}

.chosen-container-active.chosen-with-drop .chosen-single {
    background-image: none;
    border-color: #ddd;
    box-shadow: none
}

.chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
    background-image: url(../images/chosen-sprite.png)
}

.label {
    background-color: #333;
    display: inline-block;
    font-size: 1em;
    margin-right: -4px;
    padding: 12px 20px
}

.label a:focus,
.label a:hover {
    color: #41b99b
}

.price {
    background-color: #093569
}

.pgl-property {
    margin-bottom: 30px
}

.pgl-property:hover {
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    -webkit-box-shadow: 1px 1px 5px rgba(0, 0, 0, .2);
    box-shadow: 1px 1px 5px rgba(0, 0, 0, .2)
}

.pgl-team-item .img-thumbnail-medium,
.property-thumb-info,
.property-thumb-info-image {
    overflow: hidden;
    position: relative
}

.pgl-team-item .img-thumbnail-medium img,
.property-thumb-info-image img {
    width: -webkit-calc(100%+50px);
    width: calc(100%+50px);
    -webkit-transition: opacity .35s, -webkit-transform .35s;
    transition: opacity .35s, transform .35s
}

.pgl-property:hover .property-thumb-info-image img,
.pgl-team-item:hover .img-thumbnail-medium img {
    opacity: .7;
    -webkit-transform: translate3d(0, 0, 0) scale(1.1);
    transform: translate3d(0, 0, 0) scale(1.1)
}

.property-thumb-info-image .property-thumb-info-label {
    bottom: 0;
    left: 0;
    position: absolute
}

.property-thumb-info-content {
    padding: 20px
}

.property-thumb-info-content .titre3,
.property-thumb-info-content h3 {
    margin-bottom: 8px;
    height: 60px
}

.property-thumb-info-content address {
    margin-bottom: 10px
}

.property-thumb-info-content p {
    margin: 0
}

.amenities {
    border-top: 1px solid #eee;
    padding: 5px 10px
}

.amenities address {
    margin-bottom: 0
}

.amenities ul {
    list-style: none;
    margin: 0;
    padding: 0
}

.amenities ul li {
    display: inline
}

.amenities ul li+li {
    padding-left: 15px
}

.amenities ul li .fa {
    font-size: 1.2em;
    color: #333
}

.featured-item {
    margin-bottom: 20px
}

.featured-item .property-thumb-info-content {
    background-color: rgba(0, 0, 0, .8);
    border-bottom: 0;
    bottom: 0;
    color: #fff;
    left: 0;
    padding-bottom: 20px;
    padding-top: 20px;
    position: absolute;
    width: 100%
}

.featured-item .titre3,
.featured-item h3 {
    font-size: 1em
}

.featured-item .titre3 a,
.featured-item h3 a {
    color: #fff
}

.featured-item .titre3 a:focus,
.featured-item .titre3 a:hover,
.featured-item h3 a:focus,
.featured-item h3 a:hover {
    color: #132b44
}

.featured-item .property-thumb-info-content,
.featured-item p {
    -webkit-transform: translate3d(0, 40%, 0);
    transform: translate3d(0, 40%, 0)
}

.featured-item .property-thumb-info-content,
.featured-item .titre3,
.featured-item h3 {
    -webkit-transition: -webkit-transform .35s;
    transition: transform .35s
}

.featured-item p {
    margin: 0;
    opacity: 0;
    -webkit-transition: opacity .2s, -webkit-transform .35s;
    transition: opacity .2s, transform .35s
}

.featured-item:hover p {
    opacity: 1;
    -webkit-transition-delay: 50ms;
    transition-delay: 50ms;
    -webkit-transition-duration: .35s;
    transition-duration: .35s
}

.featured-item:hover .property-thumb-info-content,
.featured-item:hover p {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.pgl-agent-item {
    border: 1px solid #ddd;
    margin-bottom: 20px;
    padding: 20px
}

.pgl-agent-item:hover {
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    -webkit-box-shadow: 1px 1px 5px rgba(0, 0, 0, .2);
    box-shadow: 1px 1px 5px rgba(0, 0, 0, .2)
}

.owl-theme .owl-controls .owl-buttons div,
.scroll-to-top {
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out
}

.flexslider,
.pgl-panel .panel-body .pgl-agent-item:hover,
.sidebar .pgl-agent-item:hover {
    box-shadow: none
}

.pgl-agent-info .titre4,
.pgl-agent-info h4,
.pgl-agent-info p {
    margin-bottom: 10px
}

.pgl-agent-info address {
    line-height: 2
}

.panel-group {
    margin-bottom: 0
}

.panel-group .pgl-panel {
    background-color: transparent;
    border-radius: 0;
    box-shadow: none
}

.panel-group .pgl-panel+.pgl-panel {
    margin-top: 10px
}

.panel-group .pgl-panel .panel-title {
    font-size: .857em
}

.panel-group .pgl-panel .panel-title a {
    display: block
}

.pgl-panel {
    border: 0
}

.pgl-panel>.panel-heading {
    background-color: transparent;
    border: 0;
    padding: 0
}

.pgl-panel .panel-body {
    border: 1px solid #333;
    padding: 0 20px
}

.pgl-panel .panel-body p {
    margin-bottom: 15px
}

.pgl-panel .panel-body ul {
    list-style: none;
    padding: 0
}

.pgl-panel .panel-body li {
    padding: 8px 20px
}

.pgl-panel .panel-body li:nth-child(even) {
    background-color: #fafafa
}

.pgl-panel .panel-body .pgl-agent-item {
    border: 0;
    margin-bottom: 30px;
    padding: 0
}

.pgl-panel .panel-title {
    margin-bottom: 0 !important
}

.pgl-panel .panel-title a {
    border: 1px solid #333;
    border-bottom: 0;
    padding: 18px 20px
}

.pgl-panel .panel-title a:after {
    content: "-";
    float: right;
    font-size: 2.5em;
    font-weight: 400;
    line-height: .3
}

.pgl-panel .panel-title .collapsed {
    border: 1px solid #ddd
}

.pgl-panel .panel-title .collapsed:after {
    content: "+"
}

.pgl-panel>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: transparent
}

.pgl-panel .collapse.in .panel-body {
    border-top: 0
}

.pgl-form-newsletter {
    position: relative
}

.pgl-form-newsletter .form-control,
.pgl-form-newsletter .form-group {
    width: 100%
}

.pgl-form-newsletter .btn {
    border-color: #ddd;
    border-left: 0;
    position: absolute;
    right: 0;
    top: 0
}

.scroll-to-top {
    background-color: rgba(66, 76, 86, 1);
    border-radius: 5px;
    bottom: 20px;
    color: #fff;
    display: block;
    font-size: 1.285em;
    height: 50px;
    line-height: 50px;
    opacity: 0;
    position: fixed;
    right: 20px;
    text-align: center;
    text-decoration: none;
    width: 50px;
    z-index: 1040;
    transition: all .2s ease-in-out
}

.scroll-to-top .icon-up {
    opacity: .3
}

.scroll-to-top:hover {
    background-color: #f8d831;
    color: #fff
}

.scroll-to-top:hover .icon-up {
    opacity: .7
}

.scroll-to-top.visible {
    opacity: 1
}

.pagination {
    margin: 10px 0 40px
}

.pagination li {
    display: inline-block;
    font-weight: 700;
    margin: 0 8px 0 0;
    text-align: center
}

.pagination li>a,
.pagination li>span {
    background-color: transparent;
    border-color: #333;
    border-width: 2px;
    color: #333;
    line-height: 35px;
    padding: 0 14px
}

.pagination>.disabled>a,
.pagination>.disabled>a:focus,
.pagination>.disabled>a:hover,
.pagination>.disabled>span,
.pagination>.disabled>span:focus,
.pagination>.disabled>span:hover {
    background-color: #f5f5f5;
    border-color: #f5f5f5;
    color: #333
}

.pagination>li:first-child>a,
.pagination>li:first-child>span {
    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>.active>a,
.pagination>.active>a:focus,
.pagination>.active>a:hover,
.pagination>.active>span,
.pagination>.active>span:focus,
.pagination>.active>span:hover,
.pagination>li>a:focus,
.pagination>li>a:hover,
.pagination>li>span:focus,
.pagination>li>span:hover {
    background-color: #333;
    color: #fff;
    border-color: #333
}

.owl-theme .owl-controls {
    margin-top: 0
}

.owl-theme .owl-controls .owl-page span {
    height: 10px;
    margin: 0 6px;
    opacity: 1;
    width: 10px
}

.owl-theme .owl-controls .owl-page.active span {
    background: #fff;
    height: 14px;
    margin-top: 2px;
    width: 14px
}

.owl-theme .owl-controls .owl-buttons div {
    background-color: #333;
    border-radius: 50%;
    opacity: 1;
    margin: 0;
    padding: 0;
    transition: all .2s ease-in-out
}

.owl-theme .owl-controls .owl-buttons div .icons {
    opacity: .51
}

.owl-theme .owl-controls.clickable .owl-buttons div:focus .icons,
.owl-theme .owl-controls.clickable .owl-buttons div:hover .icons {
    opacity: 1
}

.pgl-main-slide .item {
    position: relative
}

.pgl-main-slide .item-caption {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

.pgl-main-slide .item-caption .container {
    display: table;
    height: 100%
}

.pgl-main-slide .item-caption .property-info {
    display: table-cell;
    padding-right: 50%;
    vertical-align: middle
}

.pgl-main-slide .item-caption .property-thumb-info-content {
    background-color: rgba(255, 255, 255, .8);
    border-bottom: 0;
    padding: 26px 30px
}

.pgl-main-slide .item-caption .titre2,
.pgl-main-slide .item-caption h2 {
    font-size: 1.714em;
    margin-bottom: 8px;
    text-transform: none
}

.pgl-main-slide .item-caption p {
    margin: 0
}

.pgl-main-slide .owl-pagination {
    left: 0;
    position: absolute;
    width: 100%;
    bottom: 23px
}

.pgl-main-slide .owl-controls .owl-buttons div {
    margin-top: -25px;
    opacity: 0;
    position: absolute;
    top: 50%
}

.pgl-main-slide .owl-controls .owl-buttons .owl-prev {
    left: 20px
}

.pgl-main-slide .owl-controls .owl-buttons .owl-next {
    right: 20px
}

.pgl-main-slide .owl-controls.clickable .owl-buttons div:focus,
.pgl-main-slide .owl-controls.clickable .owl-buttons div:hover {
    background-color: #132b44
}

.pgl-main-slide:hover .owl-controls .owl-buttons div {
    opacity: 1
}

.pgl-pro-slide .owl-controls {
    position: absolute;
    right: 15px;
    top: -72px
}

.pgl-pro-slide .owl-controls .owl-buttons div {
    background-color: transparent;
    border-radius: 0
}

.pgl-pro-slide .owl-controls .owl-buttons div .icons {
    background: 0;
    border: 2px solid #333;
    color: #333;
    font-style: normal;
    height: 40px;
    line-height: 38px;
    opacity: 1;
    position: relative;
    width: 40px
}

.pgl-pro-slide .owl-controls .owl-buttons div .icons:focus,
.pgl-pro-slide .owl-controls .owl-buttons div .icons:hover {
    background-color: #333;
    color: #fff
}

.pgl-pro-slide .owl-controls .owl-buttons div .icons:after {
    font-family: FontAwesome;
    font-size: 1.166em;
    height: 100%;
    left: 0;
    position: absolute;
    text-align: center;
    top: 0;
    width: 100%
}

.pgl-pro-slide .owl-controls .owl-buttons div .icon-left:after {
    content: "\f053"
}

.pgl-pro-slide .owl-controls .owl-buttons div .icon-right:after {
    content: "\f054"
}

.pgl-pro-slide .owl-controls .owl-buttons .owl-next {
    margin-left: 10px
}

.listing-header {
    background-color: #fff;
    border: 1px solid #ddd;
    margin-bottom: 15px;
    padding: 9px 4px
}

.list-icons,
.list-sort {
    margin: 0
}

.list-icons li {
    padding-right: 0
}

.list-icons a {
    border: 1px solid #ddd;
    color: #333;
    display: block;
    height: 40px;
    line-height: 40px;
    text-align: center;
    width: 40px
}

.list-icons .active a,
.list-icons a:focus,
.list-icons a:hover {
    background-color: #333;
    border-color: #333;
    color: #fff
}

.list-sort label {
    display: inline-block
}

.content {
    padding-top: 60px
}

.content .pgl-featured,
.content .pgl-properties {
    padding-top: 0
}

.about-item {
    margin-bottom: 50px
}

.about-item .post-mid {
    margin-bottom: 0
}

.pgl-group-faqs {
    margin-bottom: 70px
}

.pgl-error {
    padding: 74px 0 125px
}

.error-title {
    font-size: 17.143em;
    margin-bottom: 10px
}

.error-msg {
    font-size: 1.285em;
    margin-bottom: 40px;
    text-transform: uppercase
}

.sidebar {
    padding-top: 60px
}

.sidebar .titre3,
.sidebar h3 {
    font-size: 1em;
    font-weight: 700;
    margin-bottom: 17px;
    text-transform: uppercase
}

.sidebar .block {
    margin-bottom: 30px;
    padding: 30px 20px 10px
}

.sidebar .pgl-advanced-search {
    border-bottom: 0
}

.sidebar .pgl-pro-slide .owl-controls {
    right: 0;
    top: -34px
}

.sidebar .pgl-pro-slide .owl-controls .owl-buttons div .icons {
    height: 20px;
    line-height: 16px;
    width: 20px
}

.sidebar .pgl-pro-slide .owl-controls .owl-buttons div .icons:after {
    font-size: .583em
}

.sidebar .pgl-agent-item {
    border: 0;
    padding: 0
}

.sidebar .pgl-agent-item .img-thumbnail-medium {
    margin-bottom: 10px
}

.sidebar .pgl-testimonials {
    padding: 0
}

.sidebar .pgl-testimonial {
    height: auto
}

.sidebar .pgl-testimonial .owl-item>div {
    padding-left: 0;
    padding-right: 0
}

.sidebar .pgl-testimonial .owl-controls .owl-buttons .owl-prev {
    left: 10px
}

.sidebar .pgl-testimonial .owl-controls .owl-buttons .owl-next {
    right: 10px
}

.sidebar .blk-search {
    background-color: #111;
    padding: 20px
}

.sidebar .blk-ads {
    padding: 0
}

.form-search {
    position: relative
}

.form-search .form-control,
.form-search .form-group {
    width: 100%
}

.form-search .form-control {
    border-color: #fff
}

.form-search .btn {
    background: 0;
    position: absolute;
    right: 0;
    top: 0
}

.list-cat {
    margin-bottom: 15px
}

.list-cat li+li {
    border-top: 1px solid #f5f5f5;
    margin-top: 5px;
    padding-top: 5px
}

.list-cat a {
    color: #333
}

.list-cat a:focus,
.list-cat a:hover {
    color: #132b44
}

.list-cat span {
    color: #999
}

.second-tabs {
    font-size: .929em;
    margin-bottom: 20px;
    margin-left: -3px;
    margin-right: -3px
}

.second-tabs li {
    margin: 0 3px 10px;
    position: relative;
    z-index: 1
}

.second-tabs li a {
    background: #f0f0f0;
    border: 0;
    color: #333;
    margin-right: 0;
    padding: 10px
}

.second-tabs li.active:after {
    bottom: -5px;
    height: 0;
    border-top: 5px solid #132b44;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    content: "";
    left: 50%;
    margin-left: -5px;
    position: absolute;
    width: 0
}

.second-tabs li.active a,
.second-tabs li.active a:focus,
.second-tabs li.active a:hover {
    background-color: #132b44;
    border: 0;
    color: #fff
}

.properties-listing .property-thumb-info {
    padding-right: 30px
}

.properties-listing .amenities,
.properties-listing .property-thumb-info-content {
    padding-left: 0;
    padding-right: 0
}

.properties-listing .property-thumb-info-content {
    height: 225px;
    overflow: hidden
}

.properties-listing .property-thumb-info-content p {
    line-height: 25px !important;
    max-height: 125px !important;
    height: 125px !important
}

.properties-listing .property-thumb-info-image .property-thumb-info-label {
    bottom: auto;
    top: 20px
}

.grid-agents {
    padding: 33px 0 40px
}

.grid-agents .img-thumbnail-medium {
    margin-bottom: 10px
}

.pgl-intro {
    margin-bottom: 53px;
    padding-top: 70px
}

.pgl-img-slide .item-caption p,
.pgl-intro .lead p {
    margin: 0
}

.pgl-intro .lead {
    font-size: 1.285em;
    line-height: 1.6;
    padding: 45px 85px
}

.pgl-img-slide .item-caption {
    background-color: rgba(0, 0, 0, .8);
    bottom: 0;
    color: #fff;
    left: 0;
    padding: 30px;
    position: absolute;
    width: 100%
}

.pgl-img-slide .owl-controls {
    bottom: 15px;
    right: 30px;
    top: auto
}

.pgl-img-slide .owl-controls .owl-buttons div .icons {
    border-color: #fff;
    color: #fff
}

.pgl-img-slide .owl-controls .owl-buttons div .icons:hover {
    background-color: #132b44;
    border-color: #132b44
}

.pgl-offer {
    padding-bottom: 45px
}

.offer-item {
    margin-bottom: 30px;
    overflow: hidden;
    padding: 80px 25px 45px;
    position: relative;
    text-align: center
}

.offer-item * {
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

.offer-item .offer-item-inner {
    position: relative;
    z-index: 2
}

.offer-item .titre3,
.offer-item h3 {
    color: #132b44;
    font-size: 1em;
    font-weight: 700;
    text-transform: uppercase
}

.offer-item:hover,
.offer-item:hover .titre3,
.offer-item:hover h3,
.pgl-offer.pgl-bg-dark .offer-item .titre3,
.pgl-offer.pgl-bg-dark .offer-item h3,
.pgl-offer.pgl-bg-dark .titre2,
.pgl-offer.pgl-bg-dark h2 {
    color: #fff
}

.offer-item .icons {
    margin: 0 auto
}

.offer-item:after {
    background-color: #132b44;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    -webkit-transition: opacity .2s, -webkit-transform .35s;
    transition: opacity .2s, transform .35s
}

.offer-item:hover .icon-hand {
    background-position: 0 -180px
}

.offer-item:hover .icon-home {
    background-position: -140px -180px
}

.offer-item:hover .icon-chart {
    background-position: -70px -180px
}

.offer-item:hover:after {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transition-delay: 50ms;
    transition-delay: 50ms;
    -webkit-transition-duration: .35s;
    transition-duration: .35s
}

.pgl-offer.pgl-bg-dark {
    padding-bottom: 15px;
    padding-top: 73px
}

.pgl-offer.pgl-bg-dark .offer-item {
    padding-bottom: 0;
    padding-top: 45px
}

.pgl-offer.pgl-bg-dark .offer-item .icon-hand {
    background-position: 0 -260px
}

.pgl-offer.pgl-bg-dark .offer-item .icon-home {
    background-position: -140px -260px
}

.pgl-offer.pgl-bg-dark .offer-item .icon-chart {
    background-position: -70px -260px
}

.pgl-offer.pgl-bg-dark .offer-item:hover .titre3,
.pgl-offer.pgl-bg-dark .offer-item:hover h3 {
    color: #132b44
}

.pgl-offer.pgl-bg-dark .offer-item:hover .icon-hand {
    background-position: 0 -180px
}

.pgl-offer.pgl-bg-dark .offer-item:hover .icon-home {
    background-position: -140px -180px
}

.pgl-offer.pgl-bg-dark .offer-item:hover .icon-chart {
    background-position: -70px -180px
}

.pgl-offer.pgl-bg-dark .offer-item:hover:after {
    display: none
}

.social-links a,
.social-links li {
    display: inline-block
}

.pgl-testimonials-full {
    margin-bottom: 70px
}

.pgl-testimonials-full .pgl-testimonial {
    height: auto;
    padding-top: 60px
}

.pgl-testimonials-full .pgl-testimonial .owl-controls .owl-buttons {
    text-align: left;
    top: 86px
}

.pgl-testimonials-full .pgl-testimonial .owl-controls .owl-buttons>div {
    top: 90px
}

.pgl-testimonials-full .pgl-testimonial .owl-controls .owl-buttons .owl-next {
    left: 272px;
    right: auto
}

.pgl-testimonials-full .testimonial {
    font-size: 1.285em;
    font-weight: 100;
    padding-top: 30px;
    text-align: left
}

.pgl-teams {
    padding-bottom: 60px
}

.social-links {
    margin: 0;
    padding: 0;
    text-align: center
}

.social-links a {
    border: 2px solid #fff;
    color: #fff;
    height: 40px;
    line-height: 35px;
    width: 40px
}

.social-links a:focus,
.social-links a:hover {
    border-color: #132b44;
    color: #132b44
}

.pgl-team-item {
    margin-bottom: 30px
}

.pgl-team-item .img-thumbnail-medium:after {
    background-color: rgba(0, 0, 0, .5);
    content: "";
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    width: 100%;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

.pgl-team-item .social-links {
    left: 0;
    margin-top: -20px;
    position: absolute;
    top: 50%;
    width: 100%;
    z-index: 2
}

.pgl-team-item .social-links li {
    opacity: 0;
    -webkit-transform: translate3d(-110px, 0, 0);
    transform: translate3d(-110px, 0, 0);
    -webkit-transition: opacity .2s, -webkit-transform .35s;
    transition: opacity .2s, transform .35s
}

.pgl-team-item:hover .img-thumbnail-medium:after {
    opacity: 1
}

.pgl-team-item:hover .social-links li {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transition-delay: 50ms;
    transition-delay: 50ms;
    -webkit-transition-duration: .35s;
    transition-duration: .35s
}

.pgl-team-info {
    padding: 30px
}

.pgl-team-info .titre4,
.pgl-team-info h4 {
    margin-bottom: 10px;
    text-transform: uppercase
}

.pgl-team-info p {
    margin-bottom: 15px
}

.pgl-team-info .text-muted {
    color: #999
}

.pgl-team-info a {
    border-bottom: 1px solid #ddd;
    color: #333
}

.pgl-team-info a:focus,
.pgl-team-info a:hover {
    border-bottom-color: #132b44;
    color: #132b44
}

.flex-control-thumbs {
    margin: 30px 25px;
    width: auto
}

.flex-control-thumbs li {
    padding: 0 5px;
    width: 20%
}

.flex-direction-nav a {
    border: 2px solid #fff;
    bottom: 181px;
    color: #fff;
    margin: 0;
    opacity: 1;
    text-indent: -9999em;
    text-shadow: none;
    top: auto
}

.flex-direction-nav a:before {
    font-size: 1em;
    height: 100%;
    line-height: 36px;
    left: 0;
    position: absolute;
    text-align: center;
    text-indent: 0;
    top: 0;
    width: 100%
}

.flex-direction-nav a:focus,
.flex-direction-nav a:hover {
    border-color: #132b44;
    color: #132b44
}

.flex-direction-nav .flex-prev {
    left: auto;
    border-radius: 50%
}

.flex-direction-nav .flex-next {
    right: 20px;
    text-align: left;
    border-radius: 50%
}

.flexslider {
    border: 0;
    border-radius: 0;
    margin: 0;
    position: relative
}

#slider .slides img {
    object-fit: cover !important;
    width: 100% !important;
    height: 500px !important;
    margin-top: 0 !important;
    border-radius: 0 70px 0 0 !important
}

.flexslider .slides>li {
    position: relative
}

.flexslider .property-thumb-info-label {
    bottom: 0;
    left: 0;
    position: absolute
}

.flexslider:hover .flex-prev {
    left: auto;
    opacity: 1
}

.flexslider:hover .flex-next {
    opacity: 1;
    right: 20px
}

#slider .flex-direction-nav a {
    bottom: 225px
}

#carousel {
    border-bottom: 1px solid #f5f5f5;
    margin-bottom: 0;
    padding: 30px
}

#carousel .slides li {
    margin-right: 10px
}

#carousel .flex-direction-nav a {
    bottom: 50%;
    margin-bottom: -20px;
    opacity: 0
}

#carousel .flex-direction-nav .flex-prev {
    left: 60px;
    right: auto
}

#carousel .flex-direction-nav .flex-next {
    right: 60px
}

#carousel:hover .flex-direction-nav a {
    opacity: 1
}

.amenities-detail {
    border: 1px solid #333;
    padding: 20px
}

.pgl-detail {
    padding: 0 30px 30px
}

.pgl-detail .titre2,
.pgl-detail h2 {
    font-size: 2.142em;
    text-transform: none;
    text-decoration: none
}

.pgl-detail .titre2,
.pgl-detail h2,
.pgl-detail p {
    margin-bottom: 15px
}

.pgl-detail .titre3,
.pgl-detail h3 {
    font-weight: 700;
    text-transform: uppercase
}

.properties-listing .pgl-property-thumb .property-thumb-info {
    padding-right: 20px
}

.properties-listing .pgl-property-thumb .property-thumb-info-content {
    height: 136px;
    padding-top: 25px
}

.form-contact {
    padding-top: 15px
}

.marker {
    -webkit-transition: margin-top .2s linear, padding-bottom .2s linear;
    -moz-transition: margin-top .2s linear, padding-bottom .2s linear;
    -ms-transition: margin-top .2s linear, padding-bottom .2s linear;
    transition: margin-top .2s linear, padding-bottom .2s linear;
    background-image: url(../images/makers/marker.png);
    background-position: center top;
    background-repeat: no-repeat;
    height: 33px;
    width: 26px
}

.marker:hover {
    margin-top: -10px;
    padding-bottom: 10px
}

.infobox {
    color: #666;
    font-family: Raleway, sans-serif;
    font-size: 1.272em;
    zoom: 1;
    position: relative;
    width: 270px
}

.infobox .property-thumb-info {
    width: 100%
}

.infobox:after {
    height: 0;
    content: ".";
    display: block;
    visibility: hidden
}

.infobox:before {
    bottom: -16px;
    border: 8px solid transparent;
    border-top-color: #fff;
    content: '';
    height: 0;
    margin-left: -8px;
    left: 50%;
    position: absolute;
    width: 0;
    z-index: 100
}

.amenities li:empty {
    display: none
}

.close-info {
    background: #fff;
    color: #000;
    display: block;
    font-size: 18px;
    height: 20px;
    line-height: 16px;
    opacity: .8;
    position: absolute;
    right: 10px;
    text-align: center;
    top: 10px;
    width: 20px;
    z-index: 2
}

#FicheContactFormModal>div>div>div.modal-body {
    height: 600px
}

@media(min-width:993px) and (max-width:1279px) {
    .pgl-testimonial .owl-controls .owl-buttons .owl-next,
    .sidebar .pgl-testimonial .owl-controls .owl-buttons .owl-next {
        right: 0
    }
    .titre1,
    .titre2,
    h1,
    h2 {
        font-size: 2.142em
    }
    .properties-listing .pgl-property-thumb .property-thumb-info-content {
        height: auto;
        padding-bottom: 0;
        padding-top: 15px
    }
    .properties-listing .pgl-property-thumb .property-thumb-info-content .titre3,
    .properties-listing .pgl-property-thumb .property-thumb-info-content h3 {
        font-size: 1em
    }
    .pgl-testimonial .owl-controls .owl-buttons .owl-prev,
    .sidebar .pgl-testimonial .owl-controls .owl-buttons .owl-prev {
        left: 0
    }
}

@media(max-width:1024px) {
    .pgl-main-slide .item-caption .property-info {
        padding-right: 35%
    }
    .pgl-testimonials-full .pgl-testimonial .owl-controls .owl-buttons .owl-prev {
        left: 26px
    }
    .pgl-testimonials-full .pgl-testimonial .owl-controls .owl-buttons .owl-next {
        left: 238px
    }
    .pgl-testimonials-full .testimonial {
        padding-top: 10px
    }
}

@media(max-width:992px) {
    .pgl-navbar-main {
        z-index: 100
    }
    .navbar-header {
        float: none
    }
    .pgl-main-slide .item-caption .property-info {
        padding-right: 25%
    }
    .pgl-testimonial .owl-controls .owl-buttons .owl-next,
    .sidebar .pgl-testimonial .owl-controls .owl-buttons .owl-next {
        right: 32%
    }
    .pgl-testimonial .owl-controls .owl-buttons .owl-prev,
    .sidebar .pgl-testimonial .owl-controls .owl-buttons .owl-prev {
        left: 32%
    }
    .pgl-testimonials-full .pgl-testimonial .owl-controls .owl-buttons .owl-prev {
        left: 0
    }
    .pgl-testimonials-full .pgl-testimonial .owl-controls .owl-buttons .owl-next {
        left: 190px
    }
    .pgl-intro .pgl-img-slide .item-wrap img {
        max-width: 1000px
    }
    .pgl-intro .lead {
        padding-right: 20px
    }
    .sidebar {
        padding-top: 0
    }
    .pgl-pro-special .pgl-property [class^=col-] {
        float: none;
        width: 100%
    }
}

@media(max-width:991px) and (min-width:768px) {
    .navbar-collapse {
        top: 80px
    }
}

@media(max-width:768px) {
    .pgl-main-slide .item img {
        bottom: 0;
        position: relative
    }
    .pgl-main-slide .item-caption .property-info {
        padding-right: 15%
    }
    .nav-top {
        float: right
    }
}

@media(max-width:640px) {
    .logo {
        margin-left: -15px
    }
    .container-fluid>.navbar-collapse,
    .container-fluid>.navbar-header,
    .container>.navbar-collapse,
    .container>.navbar-header {
        margin-left: 0;
        margin-right: 0
    }
    .pgl-testimonials-full .pgl-testimonial .owl-controls .owl-buttons .owl-prev {
        left: 32%
    }
    .pgl-testimonials-full .pgl-testimonial .owl-controls .owl-buttons .owl-next {
        left: auto;
        right: 32%
    }
    .properties-listfull .property-thumb-info {
        padding-left: 30px
    }
    .page-top .container {
        width: 100%
    }
    .pgl-intro .pgl-img-slide .item-wrap img {
        max-width: 800px
    }
    .pgl-main-slide .item-caption .property-info {
        padding-right: 0
    }
    .flex-direction-nav a {
        bottom: 161px
    }
}

@media(max-width:568px) {
    .pgl-testimonial .owl-controls .owl-buttons .owl-next {
        right: 25% !important
    }
    .pgl-testimonial .owl-controls .owl-buttons .owl-prev {
        left: 25% !important
    }
    .pgl-testimonials-full .pgl-testimonial .testimonial {
        padding-top: 0;
        text-align: center
    }
    .pgl-properties .col-xs-4 {
        float: none;
        width: 100%
    }
}

@media(max-width:480px) {
    .page-top .titre2,
    .page-top h2,
    .titre1,
    .titre2,
    h1,
    h2 {
        font-size: 2.142em
    }
    .grid-agents [class^=col-xs-] {
        float: none;
        width: 100%
    }
    .list-icons,
    .list-sort {
        float: none !important
    }
    .list-icons {
        margin-bottom: 10px
    }
    .list-sort li {
        display: block;
        margin-bottom: 5px
    }
    .flex-direction-nav a {
        bottom: 141px
    }
    .pgl-advanced-search [class^=col-xs-],
    .pgl-rapid-search [class^=col-xs-] {
        float: none;
        width: 100%
    }
    .pgl-advanced-search .pgl-narrow-row>div+div,
    .pgl-rapid-search .pgl-narrow-row>div+div {
        margin-top: 20px
    }
    .pgl-pro-tabs {
        display: block;
        text-align: left
    }
    .pgl-pro-tabs li,
    .pgl-pro-tabs li a {
        display: inline-block
    }
    .pgl-pro-tabs li {
        flex: inherit
    }
}

@media(max-width:360px) {
    .pgl-testimonial .owl-controls .owl-buttons .owl-next {
        right: 0 !important
    }
    .pgl-testimonial .owl-controls .owl-buttons .owl-prev {
        left: 0 !important
    }
    .pgl-agent-item [class^=col-xs-],
    .pgl-featured [class^=col-xs-],
    .pgl-properties [class^=col-xs-] {
        float: none;
        width: 100%
    }
    .error-title {
        font-size: 10em
    }
    .pgl-agent-item [class^=col-xs-] .img-thumbnail-medium {
        margin-bottom: 15px
    }
    .flex-direction-nav a {
        bottom: 121px
    }
}

html {
    height: 100%
}

html body {
    font-family: Verdana, arial;
    overflow-x: hidden
}

html .btn-custom {
    -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .26);
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .26);
    line-height: 40px;
    border: 0;
    border-radius: 0;
    padding: 0 15px 0 15px;
    font-weight: 500;
    overflow: hidden;
    transition: box-shadow .4s cubic-bezier(.25, .8, .25, 1), background-color .4s cubic-bezier(.25, .8, .25, 1)
}

html .btn-custom:hover {
    box-shadow: 0 2px 5px 1px rgba(0, 0, 0, .4)
}

html .btn-custom-primary {
    background-color: #093569;
    color: #fff
}

html .btn-custom-primary:focus,
html .btn-custom-primary:hover {
    background-color: #f8d92f;
    color: #093569;
    box-shadow: none
}

html .modal-content {
    border-radius: 0
}

html .modal-title {
    margin: 0 !important
}

html .pgl-panel .panel-title a:after {
    font-size: 2em;
    font-weight: 600;
    line-height: .8
}

html .chosen-container-multi .chosen-choices,
html .chosen-container-multi .chosen-single,
html .chosen-container-single .chosen-choices,
html .chosen-container-single .chosen-single {
    background: #fff;
    color: #666;
    border-color: #ddd;
    border-radius: 0;
    line-height: 38px;
    padding: 0 0 0 8px;
    -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .1);
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .1)
}

html .chosen-container-multi .chosen-choices.chosen-default span,
html .chosen-container-multi .chosen-single.chosen-default span,
html .chosen-container-single .chosen-choices.chosen-default span,
html .chosen-container-single .chosen-single.chosen-default span {
    font-size: .928em;
    color: #999
}

html .chosen-container-multi .chosen-choices abbr,
html .chosen-container-multi .chosen-single abbr,
html .chosen-container-single .chosen-choices abbr,
html .chosen-container-single .chosen-single abbr {
    top: 13px
}

html .chosen-container-multi .chosen-choices li.search-choice,
html .chosen-container-multi .chosen-single li.search-choice,
html .chosen-container-single .chosen-choices li.search-choice,
html .chosen-container-single .chosen-single li.search-choice {
    background: rgba(0, 0, 0, .03);
    border-color: #ddd;
    border-radius: 0;
    color: #666;
    line-height: 14px;
    margin: 8px 5px 0 0
}

html .chosen-container-multi .chosen-choices li.search-field input,
html .chosen-container-multi .chosen-single li.search-field input,
html .chosen-container-single .chosen-choices li.search-field input,
html .chosen-container-single .chosen-single li.search-field input {
    height: auto !important;
    line-height: 38px !important;
    margin: 0 !important
}

html form .select2-container {
    width: 100% !important
}

html form .select2-container .selection,
html form .select2-container .selection .select2-selection .select2-search {
    width: 100%
}

html form .select2-container .selection .select2-selection {
    width: 100%;
    height: auto;
    line-height: 38px;
    padding: 0 0 0 8px;
    background-color: #fff;
    color: #323232;
    border-color: #ccc;
    border-radius: 0;
    -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .1);
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .1)
}

html form .select2-container .selection .select2-selection .select2-search .select2-search__field {
    height: 38px !important;
    width: 100% !important
}

html form .select2-container .selection .select2-selection .select2-search .select2-search__field:-moz-placeholder {
    color: #323232
}

html form .select2-container .selection .select2-selection .select2-search .select2-search__field::-moz-placeholder {
    color: #323232
}

html form .select2-container .selection .select2-selection .select2-search .select2-search__field:-ms-input-placeholder {
    color: #323232
}

html form .select2-container .selection .select2-selection .select2-search .select2-search__field::-webkit-input-placeholder {
    color: #323232
}

html form .select2-container .selection .select2-selection .select2-selection__placeholder {
    padding-left: 10px;
    color: #323232
}

html form .select2-container .selection .select2-selection .select2-selection__clear {
    height: 21px;
    margin-right: 25px
}

html .inner-carousel section.pgl-rapid-search,
html .inner-carousel section.pgl-rapid-tab-search {
    position: absolute;
    z-index: 1;
    top: -250px;
    width: 1000px;
    margin-left: 70px;
    background-color: transparent
}

html .inner-carousel section.pgl-rapid-search form.pgl-bg-light,
html .inner-carousel section.pgl-rapid-search form.pgl-property,
html .inner-carousel section.pgl-rapid-search.pgl-bg-light,
html .inner-carousel section.pgl-rapid-search.pgl-property,
html .inner-carousel section.pgl-rapid-tab-search form.pgl-bg-light,
html .inner-carousel section.pgl-rapid-tab-search form.pgl-property,
html .inner-carousel section.pgl-rapid-tab-search.pgl-bg-light,
html .inner-carousel section.pgl-rapid-tab-search.pgl-property {
    background-color: rgba(255, 255, 255, .7)
}

html .inner-carousel section.pgl-rapid-search ul.nav.nav-tabs,
html .inner-carousel section.pgl-rapid-tab-search ul.nav.nav-tabs {
    background-color: rgba(255, 255, 255, .4)
}

html .inner-carousel section.pgl-rapid-search ul.nav.nav-tabs>li.active>a,
html .inner-carousel section.pgl-rapid-search ul.nav.nav-tabs>li.active>a:active,
html .inner-carousel section.pgl-rapid-search ul.nav.nav-tabs>li.active>a:focus,
html .inner-carousel section.pgl-rapid-tab-search ul.nav.nav-tabs>li.active>a,
html .inner-carousel section.pgl-rapid-tab-search ul.nav.nav-tabs>li.active>a:active,
html .inner-carousel section.pgl-rapid-tab-search ul.nav.nav-tabs>li.active>a:focus {
    background-color: rgba(255, 255, 255, .5);
    border-bottom: 0
}

html .inner-carousel section.pgl-rapid-search .btn-bottom-tab--white,
html .inner-carousel section.pgl-rapid-tab-search .btn-bottom-tab--white {
    background-color: rgba(255, 255, 255, .7)
}

.btn-bottom-tab--white {
    background-color: rgba(255, 255, 255, 0.9);
    color: #093569
}

.btn-bottom-tab--blue {
    background-color: rgba(9, 53, 105, 0.9);
    color: white
}

@media(min-width:992px) and (max-width:1199px) {
    html .inner-carousel section.pgl-rapid-search,
    html .inner-carousel section.pgl-rapid-tab-search {
        width: 810px;
        margin-left: 65px
    }
}

@media(min-width:768px) and (max-width:991px) {
    html .inner-carousel section.pgl-rapid-search,
    html .inner-carousel section.pgl-rapid-tab-search {
        top: -220px;
        width: 600px;
        margin-left: 60px
    }
}

@media(max-width:767px) {
    html .inner-carousel section.pgl-rapid-search,
    html .inner-carousel section.pgl-rapid-tab-search {
        position: inherit;
        top: auto;
        width: 100%;
        margin-left: 0
    }
}

html input[type=text] {
    line-height: 38px;
    padding: 0 0 0 8px;
    background-color: #fff;
    color: #666;
    border-color: #ccc;
    -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .1);
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .1)
}

html input[type=text]:-moz-placeholder {
    color: #999
}

html input[type=text]::-moz-placeholder {
    color: #999
}

html input[type=text]:-ms-input-placeholder {
    color: #999
}

html input[type=text]::-webkit-input-placeholder {
    color: #999
}

html .datepicker table tr td,
html .datepicker table tr th {
    width: 36px
}

html .fiche-datepicker,
html .fiche-datepicker2 {
    margin-bottom: 15px
}

html .fiche-datepicker .datepicker,
html .fiche-datepicker table,
html .fiche-datepicker2 .datepicker,
html .fiche-datepicker2 table {
    width: 100%
}

html .fiche-datepicker .datepicker .day,
html .fiche-datepicker table .day,
html .fiche-datepicker2 .datepicker .day,
html .fiche-datepicker2 table .day {
    border-radius: 0;
    border: 1px solid
}

html .fiche-datepicker .datepicker .day:not(.new):not(.old).libre,
html .fiche-datepicker table .day:not(.new):not(.old).libre,
html .fiche-datepicker2 .datepicker .day:not(.new):not(.old).libre,
html .fiche-datepicker2 table .day:not(.new):not(.old).libre {
    background-color: green;
    color: #fff
}

html .fiche-datepicker .datepicker .day:not(.new):not(.old).reserve,
html .fiche-datepicker table .day:not(.new):not(.old).reserve,
html .fiche-datepicker2 .datepicker .day:not(.new):not(.old).reserve,
html .fiche-datepicker2 table .day:not(.new):not(.old).reserve {
    background-color: red;
    color: #fff
}

html .fiche-datepicker2 .next {
    display: none
}

html section.pgl-no-bg {
    background-color: transparent
}

html .pgl-rapid-tab-search .pgl-search {
    position: relative;
    border: 1px solid #ddd;
    border-top: 0;
    padding-top: 10px
}

html .pgl-rapid-tab-search .pgl-search .form-group {
    margin-bottom: 10px
}

html .pgl-rapid-tab-search .pgl-search .form-group .checkbox,
html .pgl-rapid-tab-search .pgl-search .form-group .radio {
    margin-top: 0;
    margin-bottom: 0
}

html form#contact-form {
    padding: 15px 15px 3px
}

html .btn-primary.disabled,
html .btn-primary.disabled.active,
html .btn-primary.disabled.focus,
html .btn-primary.disabled:active,
html .btn-primary.disabled:focus,
html .btn-primary.disabled:hover,
html .btn-primary[disabled],
html .btn-primary[disabled].active,
html .btn-primary[disabled].focus,
html .btn-primary[disabled]:active,
html .btn-primary[disabled]:focus,
html .btn-primary[disabled]:hover,
html fieldset[disabled] .btn-primary,
html fieldset[disabled] .btn-primary.active,
html fieldset[disabled] .btn-primary.focus,
html fieldset[disabled] .btn-primary:active,
html fieldset[disabled] .btn-primary:focus,
html fieldset[disabled] .btn-primary:hover {
    background-color: #111;
    border-color: #111
}

html .btn-bottom-tab {
    margin-left: 5px;
    margin-top: -1px;
    border: 1px solid #ddd;
    border-top-color: transparent;
    text-transform: none;
    -webkit-box-shadow: 0 1px 1px #ddd;
    box-shadow: 0 1px 1px #ddd
}

html .navbar-collapse.width.collapse.in {
    margin-right: 0
}

html .text-primary-color {
    color: #132b44
}

html .titre1,
html h1 {
    margin-top: 20px
}

html .alert {
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    padding: 10px 15px;
    position: fixed;
    z-index: 1;
    left: 15px;
    bottom: 15px
}

html .alert .close {
    top: -10px;
    right: -8px;
    font-size: 2em
}

html .tooltip {
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
    line-height: inherit
}

html .tooltip .tooltip-inner {
    white-space: nowrap;
    max-width: none;
    padding: 5px 10px;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0
}

html .required {
    font-size: 1.5em;
    line-height: 16px;
    color: #132b44
}

html .disabled {
    text-decoration: none;
    color: #000;
    cursor: default
}

html .main-slide {
    margin-top: -20px;
    margin-left: 0 !important;
    padding-left: 0;
    padding-right: 0;
    width: 100% !important
}

html .main-slide .item img,
html .main-slide .video-container .video-playing {
    width: 100%
}

html .main-slide .video-container {
    overflow: hidden
}

html .main-slide #video-controls {
    position: absolute;
    right: 10px;
    top: 10px
}

html .main-slide #video-controls .btn-video-control {
    background: 0;
    border: 0
}

html .main-slide #video-controls .btn-video-control .muted,
html .main-slide #video-controls .btn-video-control .unmuted {
    display: block;
    width: 24px;
    height: 24px
}

html .main-slide #video-controls .btn-video-control .muted {
    background: url(../images/white-speaker-24.png) no-repeat
}

html .main-slide #video-controls .btn-video-control .unmuted {
    background: url(../images/white-mute-24.png) no-repeat
}

html .pgl-pro-detail #carousel,
html .pgl-pro-detail #slider {
    background: 0
}

html .padding_top {
    padding-top: 15px
}

html #form_recherche input[type=text],
html #form_recherche_vacances input[type=text] {
    width: 100%;
    padding-left: 20px;
    height: 40px;
    line-height: 2.8
}

html #partenaires li {
    background: 0;
    border: 0;
    height: 120px;
    padding-top: 0;
    padding-bottom: 20px
}

html #partenaires li img {
    max-height: 80px
}

html .owl-theme .owl-controls {
    margin-top: 0
}

html button:disabled {
    cursor: not-allowed;
    pointer-events: all !important
}

html #estimation-response .estimation-response-text {
    margin-bottom: 0;
    padding: 5px
}

html #estimation-modal .modal-dialog {
    width: 70%
}

html #btn_alerte_mail button {
    font-size: .7em;
    line-height: 2.5;
    padding-left: 2px
}

html #map_nb_resultats {
    line-height: 40px
}

html .pgl-pro-detail #slider img {
    height: 560px;
    width: auto
}

html .pgl-pro-detail #carousel .slides {
    padding: 4px
}

html .pgl-pro-detail #carousel .slides .img-container {
    -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .2);
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .2)
}

html .pgl-pro-detail #carousel .slides .img-container img {
    height: 110px;
    width: auto
}

html .pgl-pro-detail .flex-direction-nav a {
    color: #04346a;
    background: #FFFFFF99 0 0 no-repeat padding-box;
    border: 2px solid #04346a
}

html .pgl-pro-detail .flex-direction-nav a:focus,
html .pgl-pro-detail .flex-direction-nav a:hover {
    color: #132b44;
    border-color: #132b44
}

html .pgl-pro-detail .pgl-panel .panel-body li:nth-child(even) {
    background: inherit
}

html #coup-coeur-list>div .property-thumb-info-content p,
html #properties_list>div .property-thumb-info-content p,
html .slider_coup_de_coeur>div .property-thumb-info-content p {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    line-height: 20px;
    max-height: 100px;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical
}

html .no-cc-title .pgl-properties .pgl-pro-tabs,
html .no-cc-title .pgl-properties .titre2,
html .no-cc-title .pgl-properties h2,
html .no-cc-title .slider_coup_de_coeur .pgl-pro-tabs,
html .no-cc-title .slider_coup_de_coeur .titre2,
html .no-cc-title .slider_coup_de_coeur h2,
html .slider_coup_de_coeur .owl-controls .owl-pagination {
    display: none
}

html #coup-coeur-list>div:not(.grid-property-container) .property-thumb-info-image,
html #properties_list>div:not(.grid-property-container) .property-thumb-info-image,
html .slider_coup_de_coeur>div:not(.grid-property-container) .property-thumb-info-image {
    height: 270px
}

html #coup-coeur-list>div:not(.grid-property-container) .property-thumb-info-image img:not(.loader),
html #properties_list>div:not(.grid-property-container) .property-thumb-info-image img:not(.loader),
html .slider_coup_de_coeur>div:not(.grid-property-container) .property-thumb-info-image img:not(.loader) {
    width: 100%;
    min-width: inherit
}

html #coup-coeur-list>div:not(.grid-property-container) .property-thumb-info-content p,
html #properties_list>div:not(.grid-property-container) .property-thumb-info-content p,
html .slider_coup_de_coeur>div:not(.grid-property-container) .property-thumb-info-content p {
    height: 100px
}

html #coup-coeur-list>div.grid-property-container .property-thumb-info-image,
html #properties_list>div.grid-property-container .property-thumb-info-image,
html .slider_coup_de_coeur>div.grid-property-container .property-thumb-info-image {
    height: auto
}

html #coup-coeur-list>div.grid-property-container .property-thumb-info-image img:not(.loader),
html #properties_list>div.grid-property-container .property-thumb-info-image img:not(.loader),
html .slider_coup_de_coeur>div.grid-property-container .property-thumb-info-image img:not(.loader) {
    min-width: 100%;
    height: auto
}

html #coup-coeur-list>div.grid-property-container .property-thumb-info-content .titre3,
html #coup-coeur-list>div.grid-property-container .property-thumb-info-content h3,
html #properties_list>div.grid-property-container .property-thumb-info-content .titre3,
html #properties_list>div.grid-property-container .property-thumb-info-content h3,
html .slider_coup_de_coeur>div.grid-property-container .property-thumb-info-content .titre3,
html .slider_coup_de_coeur>div.grid-property-container .property-thumb-info-content h3 {
    margin-bottom: 15px;
    height: auto
}

html #coup-coeur-list>div.grid-property-container .property-thumb-info-content p,
html #properties_list>div.grid-property-container .property-thumb-info-content p,
html .slider_coup_de_coeur>div.grid-property-container .property-thumb-info-content p {
    height: auto
}

html #properties_map {
    height: 850px;
    margin-bottom: 15px
}

html #properties_map_grid {
    height: 850px;
    overflow-y: scroll
}

html #properties_map_grid .property-thumb-info-image img {
    height: 200px
}

html #properties_map_grid .property-thumb-info-content .titre3,
html #properties_map_grid .property-thumb-info-content h3 {
    font-size: 1.1em
}

html #properties_map_grid .property-thumb-info-content p {
    font-size: .9em;
    height: 64px;
    line-height: 16px;
    max-height: 64px;
    -webkit-line-clamp: 4
}

html #xs-properties_map_grid {
    margin-top: 15px
}

html .slider_coup_de_coeur .titre2,
html .slider_coup_de_coeur h2 {
    margin-top: 15px;
    margin-bottom: 15px
}

html .slider_coup_de_coeur .pgl-property {
    max-width: 320px;
    margin: auto
}

html .slider_coup_de_coeur .owl-controls {
    margin-top: 15px;
    top: -55px;
    right: 0
}

html .slider_coup_de_coeur .owl-controls .owl-buttons div .icons {
    height: 30px;
    line-height: 28px;
    width: 30px
}

html .pgl-properties .listing-header .list-sort>li {
    padding: 0 5px
}

html .module-text img {
    max-width: 100%
}

html .flex-direction-nav .flex-disabled {
    z-index: -1
}

html .g-recaptcha {
    width: 165px;
    margin: auto
}

html #collapseDiagnostic img {
    margin-bottom: 15px;
    max-width: 100%
}

html footer #footer_links li {
    float: left;
    width: 50%
}

html .titre1.titre,
html h1.titre {
    font-size: 2.142em !important;
    text-transform: inherit !important;
    margin: 0 0 15px !important
}

.debug {
    position: fixed;
    z-index: 1;
    top: 100px;
    left: 10%;
    max-width: 80%;
    padding: 20px 50px;
    max-height: 500px
}

.debug #debug_content {
    max-height: 400px;
    overflow: hidden;
    overflow-y: scroll
}

@media(max-width:1199px) {
    html #btn_alerte_mail button {
        font-size: .7em;
        line-height: 25px
    }
}

@media(min-width:992px) and (max-width:1199px) {
    html #coup-coeur-list>div:not(.grid-property-container) .property-thumb-info-image,
    html #properties_list>div:not(.grid-property-container) .property-thumb-info-image,
    html .slider_coup_de_coeur>div:not(.grid-property-container) .property-thumb-info-image {
        height: 220px
    }
}

@media(max-width:991px) {
    html #properties_map,
    html #properties_map_grid {
        height: 650px
    }
    html .pgl-navbar-main .navbar-nav>li>a:focus,
    html .pgl-navbar-main .navbar-nav>li>a:hover {
        background-color: black
    }
    html .pgl-pro-detail #slider img {
        height: 500px
    }
}

@media(min-width:768px) and (max-width:991px) {
    html #coup-coeur-list>div:not(.grid-property-container) .property-thumb-info-image,
    html #properties_list>div:not(.grid-property-container) .property-thumb-info-image,
    html .slider_coup_de_coeur>div:not(.grid-property-container) .property-thumb-info-image {
        height: 258.75px
    }
}

@media(max-width:767px) {
    html #btn_alerte_mail button,
    html .pgl-main-slide .item-caption .titre2,
    html .pgl-main-slide .item-caption h2 {
        font-size: 1em
    }
    html #top .container {
        padding: 0
    }
    html #top .text-note {
        padding-left: 5px;
        margin-left: 0
    }
    html .module_map {
        height: 400px
    }
    html .container {
        width: 100%
    }
    html .pgl-navbar-main {
        height: 120px
    }
    html #estimation-modal .modal-dialog {
        width: 90%
    }
    html #properties_map,
    html #properties_map_grid {
        height: 450px
    }
    html .pgl-pro-detail #slider img {
        height: 350px
    }
    html .pgl-pro-detail #carousel img {
        height: 100px
    }
    html .pgl-main-slide .item-caption {
        width: 80%;
        left: 10%
    }
    html .pgl-main-slide .item-caption .property-thumb-info-content {
        padding: 10px 20px
    }
    html .pgl-main-slide .item-caption p {
        font-size: .9em
    }
}

@media(min-width:480px) and (max-width:767px) {
    html #coup-coeur-list>div:not(.grid-property-container) .property-thumb-info-image,
    html #properties_list>div:not(.grid-property-container) .property-thumb-info-image,
    html .slider_coup_de_coeur>div:not(.grid-property-container) .property-thumb-info-image {
        height: 337.5px
    }
}

@media(max-width:479px) {
    html #coup-coeur-list>div:not(.grid-property-container) .property-thumb-info-image,
    html #properties_list>div:not(.grid-property-container) .property-thumb-info-image,
    html .slider_coup_de_coeur>div:not(.grid-property-container) .property-thumb-info-image {
        height: 217.5px
    }
}

@media print {
    #site_navbar_link_list,
    #top,
    .flex-direction-nav,
    .pgl-advanced-search,
    .pgl-footer,
    .pgl-navbar-main .navbar-toggle,
    .property-thumb-info-label {
        display: none
    }
    .text-primary-color {
        color: #132b44 !important
    }
    #slider .flex-active-slide {
        width: 100%
    }
    .amenities-detail {
        display: inline-block
    }
    .amenities-detail li,
    .col-md-6,
    .col-sm-6 {
        width: 50% !important;
        float: left !important
    }
    #accordion .pgl-panel .panel-title a {
        border: 1px solid #333 !important;
        border-bottom: none !important
    }
    #accordion .pgl-panel .panel-title a:after {
        content: "" !important
    }
    #accordion .pgl-panel .panel-collapse.collapse:not(#collapseContact) {
        display: block !important;
        height: auto !important
    }
    #accordion .pgl-panel:last-child,
    .pgl-detail .tab-detail .titre3,
    .pgl-detail .tab-detail h3,
    .pgl-detail>div:last-child {
        display: none
    }
}

.no-padding {
    padding: 0 !important
}

.border-radius {
    border-radius: 5px
}

.titre_paroller {
    margin-top: 80px
}

.nom_agence {
    margin-top: 25vh;
    margin-left: 10%;
    font-size: 2.2em;
    font-weight: 700;
    color: #fff
}

.div_valeurs {
    background-color: #2b2b2b
}

.img-sombre {
    filter: brightness(85%)
}

.no_margin_top_section section {
    margin-top: -366px
}

#owl-cdc .owl-controls .owl-buttons .owl-prev {
    position: absolute;
    left: 0;
    bottom: 0
}

#owl-cdc .owl-controls .owl-buttons .owl-next {
    position: absolute;
    right: 0;
    bottom: 0
}

#owl-cdc .owl-controls .owl-buttons div:hover {
    background-color: #132b44;
    color: #fff
}

#owl-cdc .owl-controls .owl-buttons {
    display: none
}

.owl-wrapper {
    margin-top: 20px
}

#owl-cdc .owl-controls .owl-page.active span {
    background: #132b44
}

.owl-theme .owl-controls .owl-page span {
    background: #2f67a2
}

.div_titre {
    font-size: 2.5em;
    font-weight: 700
}

.div_home {
    background: url(../images/slides/slider1.jpg) center no-repeat fixed;
    background-size: cover;
    height: 100vh
}

.div_home_75 {
    height: 75vh
}

@media(min-width:992px) {
    .div_img {
        height: 100vh
    }
}

.div_transition {
    background: url(../images/palais_des_papes.jpg) center no-repeat fixed;
    background-size: cover;
    height: 600px
}

@media(min-width:500px) {
    .inner_home {
        margin-top: -275px;
        background: rgba(0, 0, 0, 0)
    }
}

.bg-white {
    background: #fff
}

.bg-blue {
    background-color: #132b44
}

.cl-white {
    color: #fff
}

.cl-blue {
    color: #00f
}

.navbar-nav>li>a {
    position: relative;
    color: #fff;
    text-decoration: none
}

.navbar-nav>li>a:hover {
    color: #000
}

.navbar-nav>li>a:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 3px;
    bottom: 0;
    left: 0;
    background-color: transparent;
    visibility: hidden;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transition: all .3s ease-in-out 0;
    transition: all .1s ease-in-out 0
}

#pgl-navbar-main {
    height: 150px;
    background: #F6F8FAED 0 0 no-repeat padding-box;
    display: block;
    position: fixed;
    width: 100%;
    z-index: 100;
    transition: all ease .6s
}

.header-main-site-shrink {
    position: fixed;
    width: 100%;
    z-index: 999
}

#pgl-navbar-main.shrink {
    /* height: 80px; */
    transition: all ease .6s;
    /* box-shadow: 0 0 5px rgb(32 32 32 / 70%);
    background: white */
}

#pgl-navbar-main.shrink ul#site_navbar_link_list>li>a>.navbar-logo-img {
    transition: all .6s ease-in-out;
    /* height: 60px */
}

#pgl-navbar-main.shrink ul#site_navbar_link_list>li>a {
    transition: all .6s ease-in-out;
    /* height: 70px;
    color: #093569 */
}

#pgl-navbar-main.shrink>div>div>ul#site_navbar_link_list>.li-search {
    /* height: 80px */
}

#pgl_navbar_main_menu {
    height: 150px;
    background: #F6F8FAED 0 0 no-repeat padding-box;
    display: block;
    position: relative;
    width: 100%;
    z-index: 100;
    transition: all ease .6s;
    box-shadow: 0 0 5px rgba(0, 0, 0, .5)
}

#pgl_navbar_main_menu.shrink {
    /* height: 80px; */
    transition: all ease .6s;
    /* box-shadow: 0 0 5px rgb(32 32 32 / 70%);
    background: white */
}

/* #pgl_navbar_main_menu.shrink ul#site_navbar_link_list>li>a>.navbar-logo-img {
    transition: all .6s ease-in-out;
    height: 60px
}

#pgl_navbar_main_menu.shrink ul#site_navbar_link_list>li>a {
    transition: all .6s ease-in-out;
    height: 70px;
    color: #093569
}

#pgl_navbar_main_menu.shrink>div>div>ul#site_navbar_link_list>.li-search {
    height: 80px
} */

.navbar-nav>li>a:hover:before {
    color: #093569;
    visibility: visible;
    -webkit-transform: scaleX(1);
    transform: scaleX(1)
}

#site_navbar_link_list.scrolling-menu {
    font-size: 15px
}

.logo.display {
    margin-top: 20vh;
    width: 350px;
    margin-left: 0
}

.logo.display>img {
    background-color: rgba(0, 0, 0, 0);
    margin-left: 40px
}

.group {
    position: relative;
    margin-bottom: 25px
}

#contact input:focus~label,
#contact textarea:focus~label,
input:valid~label,
textarea:valid~label {
    top: -20px;
    font-size: 14px;
    color: #132b44
}

.bar {
    position: relative;
    display: block
}

.bar:after,
.bar:before {
    content: '';
    height: 2px;
    width: 0;
    bottom: 1px;
    position: absolute;
    background: #132b44;
    transition: .2s ease all;
    -moz-transition: .2s ease all;
    -webkit-transition: .2s ease all
}

.bar:before {
    left: 50%
}

.bar:after {
    right: 50%
}

input:focus~.bar:after,
input:focus~.bar:before,
textarea:focus~.bar:after,
textarea:focus~.bar:before {
    width: 50%
}

body::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
    border-radius: 10px;
    background-color: #eee
}

body::-webkit-scrollbar {
    width: 12px;
    background-color: #2b2b2b
}

body::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
    background-color: #2b2b2b
}

.bg-black,
.div_resultats {
    background-color: #000
}

.vertical-align {
    display: flex;
    flex-direction: column;
    justify-content: center
}

.horizontal-align {
    text-align: center
}

.overflow-hidden {
    overflow: hidden
}

.div_resultats {
    background-size: cover;
    height: 100px
}

.div_resultats section .logo {
    margin-top: 1vh;
    width: 350px;
    margin-left: 0
}

.bg-white {
    background-color: #fff
}

.bg-grey-bootstrap {
    background-color: #eee
}

.bg-grey-bootstrap>.pgl-bg-grey {
    background-color: #eee !important
}

.pgl-bg-light2 {
    padding: 15px;
    background-color: rgba(255, 255, 255, .75)
}

.text-blue {
    color: #093569
}

.text-copropriete {
    font-size: 1.4em
}

.text-white {
    color: white
}

.top-0 {
    top: 0 !important
}

.w-100 {
    width: 100%
}

.w-93 {
    width: 93% !important
}

.h-100 {
    height: 100%
}

.mt-1 {
    margin-top: 1rem
}

.mt-2 {
    margin-top: 2rem
}

.mb-2 {
    margin-bottom: 2rem
}

.mt-3 {
    margin-top: 3rem
}

.mb-3 {
    margin-bottom: 3rem
}

.mt-5 {
    margin-top: 5rem
}

.mb-5 {
    margin-bottom: 5rem
}

.mt-8 {
    margin-top: 8rem
}

.mb-8 {
    margin-bottom: 8rem
}

.ml-1 {
    margin-left: 1rem
}

.nopadding {
    padding: 0 !important
}

.p-1 {
    padding: 1rem
}

.p-2 {
    padding: 2rem
}

.p-3 {
    padding: 3rem
}

.p-5 {
    padding: 5rem
}

.ps-1 {
    padding-left: 1rem
}

.ps-2 {
    padding-left: 2rem
}

.ps-3 {
    padding-left: 3rem
}

.fw-bold {
    font-weight: bold
}

.d-flex {
    display: flex
}

.justify-content-center {
    justify-content: center
}

.justify-content-end {
    justify-content: end
}

.justify-content-between {
    justify-content: space-between
}

.flex-direction-column {
    flex-direction: column
}

.position-relative {
    position: relative
}

.cursor-pointer {
    cursor: pointer
}

.line-height-inherit {
    line-height: inherit !important
}

html .btn-custom-secondary {
    background-color: #41b99b;
    color: #fff
}

html .btn-custom-secondary:focus,
html .btn-custom-secondary:hover {
    background-color: #23b496;
    color: #fff
}

.mt-outro {
    margin-top: 25rem
}

#nav_tabs_li_left {
    margin-right: 25px;
    float: right
}

.main-slide-search-container {
    position: absolute;
    top: 50px;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    flex: 2
}

.recherche-rapide-search-container {
    display: flex;
    justify-content: center
}

.search-container {
    background: #FFFFFFD8 0 0 no-repeat padding-box;
    border-radius: 0 41px 41px 41px;
    opacity: 1;
    padding: 40px 80px 40px 80px
}

.search-container-menu {
    background: #FFFFFFD8 0 0 no-repeat padding-box;
    border-radius: 0 41px 41px 41px;
    opacity: 1;
    padding: 0 70px 0 70px
}

.bg-blue {
    background: #04346a 0 0 no-repeat padding-box
}

.btn-primary-white {
    background: #fff 0 0 no-repeat padding-box;
    padding: 15px;
    color: #04346a;
    font: normal normal normal 17px/70px Poppins
}

.h6-home {
    font: normal normal bold 30px/45px Poppins;
    color: #fff
}

.p-home {
    font: normal normal normal 21px/20px Poppins;
    color: #fff
}

.display-home-img img {
    display: flex;
    justify-content: center
}

.h3-title-main {
    font: normal normal bold 30px/54px Poppins
}

.h3-title-qui {
    font: normal normal bold 30px Poppins
}

.h3-title-qui-outro {
    font: normal normal bold 30px/46px Poppins
}

.h3-title {
    font: normal normal 600 30px/71px Poppins
}

.type-title {
    font: normal normal bold 20px Poppins
}

.p-primary {
    font: normal normal normal 15px Poppins;
    color: #04346a
}

.display-align-text {
    display: flex;
    align-items: center
}

.body-swiper {
    position: relative
}

.carousel-wrapper {
    width: 500px;
    margin: 0 auto
}

.carousel-item {
    background: #f2f2f2;
    padding: 20px;
    text-align: center
}

.progress-bar-cool {
    background-color: #ddd;
    height: 10px;
    width: 0;
    margin-top: 10px
}

.my-carousel-progress {
    background: #ccc
}

#my_carousel_progress_bar_0,
#my_carousel_progress_bar_1,
#my_carousel_progress_bar_2 {
    background: #04346a;
    height: 8px;
    transition: width 400ms ease;
    width: 0
}

.text-defiler {
    font: normal normal normal 21px/70px Poppins;
    text-transform: uppercase
}

.text-fiche-titre {
    font: normal normal bold 25px Poppins
}

.text-fiche-prix {
    font: normal normal bold 25px Poppins
}

.swiper {
    width: 100%;
    height: 100%
}

.swiper-slide img {
    display: block;
    width: 500px;
    height: 500px;
    object-fit: cover;
    border-top-right-radius: 25%;
    border-bottom-right-radius: 25%
}

.swiper-card-container {
    padding: 12px;
    background-color: rgba(255, 255, 255, 1);
    position: absolute;
    bottom: 0;
    left: -1px;
    width: 330px;
    z-index: 100
}

.swiper-card-container>h6 {
    margin: 0;
    font-weight: bold;
    font-size: 1.2em
}

.swiper-card-description {
    display: flex;
    justify-content: space-between
}

.swiper-card-description-info {
    margin-top: 1em;
    display: flex;
    flex-direction: column;
    font-size: 13px
}

.swiper-card-description-arrow {
    display: flex;
    flex-direction: column;
    justify-content: flex-end
}

.swiper-card-description-arrow img {
    width: 50px;
    height: 50px
}

.btn-cc-container {
    height: 500px;
    display: flex;
    flex-direction: column;
    justify-content: space-between
}

.btn-cc-container span {
    writing-mode: tb-rl;
    transform: rotate(-180deg);
    cursor: pointer;
    padding: 10px 0 10px 0;
    text-transform: uppercase
}

.btn-cc-container span:hover {
    writing-mode: tb-rl;
    transform: rotate(-180deg);
    background-color: rgba(4, 52, 106, 0.15);
    border-radius: 25px;
    transition: all .4s ease-in-out;
    width: fit-content
}

.btn-cc-action {
    font: normal normal normal 21px/70px Poppins
}

.btn-cc-action--active {
    font: normal normal bold 21px/70px Poppins !important
}

.btn-cc-transac {
    padding: 5px;
    border: 2px solid #093569;
    font-size: 17px;
    font-weight: bold;
    text-transform: uppercase;
    cursor: pointer
}

.btn-cc-transac:nth-child(1) {
    margin-right: 1rem
}

.btn-cc-transac--active {
    background-color: #093569;
    color: white
}

.btn-type-selector {
    padding: 10px;
    border: 1px solid #093569;
    text-transform: uppercase;
    font-weight: bold;
    cursor: pointer
}

.btn-type-selector-container {
    display: flex;
    justify-content: space-around
}

.panel-white {
    background: #F1F3F4D3 0 0 no-repeat padding-box;
    border-radius: 0 41px 41px 41px
}

.house-css-header {
    margin-left: auto;
    margin-right: auto;
    width: 285px
}

.slider-cc-type-container {
    display: flex;
    flex-direction: column;
    height: 100%
}

#house_css_content_mentions_legales {
    width: 650px
}

#house_css_content_mentions_legales>.house-css-top>.house-css-top-left::after {
    bottom: 11px
}

#house_css_content_mentions_legales>.house-css-top>.house-css-top-right::after {
    bottom: 11px
}

#house_css_content_estimation {
    width: 430px
}

#house_css_content_estimation>.house-css-top>.house-css-top-left::after,
#house_css_content_alerte_email>.house-css-top>.house-css-top-left::after {
    bottom: 10px
}

#house_css_content_estimation>.house-css-top>.house-css-top-right::after,
#house_css_content_alerte_email>.house-css-top>.house-css-top-right::after {
    bottom: 10px
}

#house_css_content_alerte_email {
    width: 480px
}

#house_css_search_location,
#house_css_search_vente {
    width: 200px
}

#house_css_search_immobilier_entreprise {
    width: 500px
}

#house_css_search_immobilier_entreprise>.house-css-top>.house-css-top-left::after {
    bottom: 8px
}

#house_css_search_immobilier_entreprise>.house-css-top>.house-css-top-right::after {
    bottom: 8px
}

.house_css_search_immobilier_entreprise>.house-css-top>.house-css-top-left::after {
    bottom: 2px
}

.house_css_search_immobilier_entreprise>.house-css-top>.house-css-top-right::after {
    bottom: 2px
}

.house-css-search-transac>.house-css-top {
    height: 1px
}

.house-css-search-transac>.house-css-top>.house-css-top-left::after {
    bottom: 2px
}

.house-css-search-transac>.house-css-top>.house-css-top-right::after {
    bottom: 2px
}

#house_gestion>.house-css-top {
    height: 100px
}

#house_gestion>.house-css-top>.house-css-top-left::after {
    bottom: 22px
}

#house_gestion>.house-css-top>.house-css-top-right::after {
    bottom: 22px
}

#house_gestion>.house-css-bottom>.house-css-bottom-center {
    align-items: flex-start
}

.house-gestion-padding {
    padding: 2rem
}

#house_css_contact {
    width: 200px;
    margin-left: auto;
    margin-right: auto
}

#house_copropriete>.house-css-top {
    height: 100px
}

#house_css_contact>.house-css-top>.house-css-top-left::after {
    bottom: 4px
}

#house_css_contact>.house-css-top>.house-css-top-right::after {
    bottom: 4px
}

#house_css_contact>.house-css-bottom>.house-css-bottom-center {
    height: 50px
}

.house-css-header>.house-css-top>.house-css-top-left::after {
    bottom: 3px
}

.house-css-header>.house-css-top>.house-css-top-right::after {
    bottom: 3px
}

.house-css-header>.house-css-bottom>.house-css-bottom-center>a {
    padding: 5px
}

.house-css-container {
    width: 100%
}

.house-css-top {
    display: flex
}

.house-css-bottom {
    display: flex;
    justify-content: center;
    width: 100%;
    border-bottom: 3px solid #fed300
}

.house-css-top-left {
    height: 100%;
    width: 50%;
    position: relative
}

.house-css-top-right {
    height: 100%;
    width: 50%;
    position: relative
}

.house-css-top-left::after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    background: inherit;
    bottom: 35px;
    right: 0;
    transform: skewY(-8deg);
    border-bottom: 3px solid #fed300
}

.house-css-top-right::after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    background: inherit;
    bottom: 35px;
    right: 0;
    transform: skewY(8deg);
    border-bottom: 3px solid #fed300
}

.house-css-bottom-left {
    height: 100%;
    width: 10%;
    border-bottom: 3px solid #fed300
}

.house-css-bottom-center {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    position: relative;
    height: 100%;
    width: 80%;
    border-left: 3px solid #fed300;
    border-right: 3px solid #fed300
}

.house-css-bottom-center>a {
    color: #093569;
    display: flex;
    flex-direction: row;
    font: normal normal bold 1.2em Poppins
}

#house_img_copropriete {
    margin-left: auto;
    margin-right: auto;
    padding: 5rem;
    background-color: #f7f8fa;
    border-radius: 0 76px 76px 76px
}

.house-css-bottom-right {
    height: 100%;
    width: 10%;
    border-bottom: 3px solid #fed300
}

fieldset {
    border: 1px solid #04346A;
}

.fieldset-input-carousel {
    height: 60px;
    position: relative
}

.fieldset--focus {
    border: 2px solid #fed300
}

.fieldset-textarea-carousel {
    height: 140px;
    position: relative
}

.fieldset-form-component option {
    color: #093569
}

.select-custom-carousel {
    position: absolute;
    bottom: 4px;
    right: 3px;
    display: block;
    height: 95%;
    width: 96%;
    line-height: 15px;
    border: 0;
    color: #093569;
    background-color: transparent;
    padding: 6px;
    margin: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    outline: 0;
    z-index: 5;
}

.form-component-custom {
    background-color: transparent !important;
    border: none !important;
    box-shadow: none !important;
    line-height: 0 !important
}

.input-component-custom {
    width: 98%;
    height: 33px;
    position: absolute;
    top: -3px;
    left: 2%;
    outline: 0;
    color: #666
}

.textarea-custom-carousel {
    width: 97%;
    height: 105px;
    position: absolute;
    top: 0;
    background-color: transparent !important;
    border: none !important
}

.show-criteres-sup-custom:hover {
    color: #5c7fa9
}

.img-chevron-down {
    position: absolute;
    width: 25px;
    bottom: 7px;
    right: 5px;
    z-index: 2
}

.big-text {
    font: normal normal bold 1.5em Poppins
}

.div-img-contact {
    background-image: url(../images/background_contact.jpg);
    background-size: cover;
    color: #fff;
    min-height: 500px
}

.navbar-large {
    display: flex;
    justify-content: center
}

.container-image-home {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 25px
}

.box-grey {
    height: 500px;
    background: #dde4eb 0 0 no-repeat padding-box;
    border-radius: 0 73px 73px 73px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center
}

.box-grey-text {
    font-size: 1.8em
}

.box-image-container {
    display: flex;
    flex-direction: column;
    padding: 3rem;
    cursor: pointer
}

.box-grey-container {
    padding: 3rem
}

.box-image-container:hover>.box-image-ville {
    background-color: #fed300;
    transition: all .2s ease-in-out
}

.box-image-container:hover>.info-price-realisation {
    background-color: #fcefae;
    transition: all .2s ease-in-out
}

.box-grey-container:hover>.box-grey {
    background-color: #fcefae
}

.box-image-home {
    width: 100%;
    height: 360px;
    overflow: hidden;
    border-top-right-radius: 70px
}

.box-image-home img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: .3s all ease-in-out
}

.box-image-home:hover img {
    transform: scale(1.3)
}

.box-image-icons img {
    height: 20px
}

.box-image-ville {
    padding: 15px;
    width: 50%;
    color: white;
    font-size: 18px;
    font-weight: bold;
    position: absolute;
    top: 30px;
    border-bottom-right-radius: 47px;
    background-color: #04346a
}

.info-price-realisation {
    font: normal normal bold 30px/29px Poppins;
    background-color: #dde4eb;
    color: #04346a;
    padding: 15px;
    border-bottom-left-radius: 70px;
    border-bottom-right-radius: 70px
}

.btn-fiche {
    width: 100%
}

.btn-heart-result {
    border: 0;
    background-color: transparent
}

.fiche-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: #f6f8fa 0 0 no-repeat padding-box
}

.fiche-rubrique {
    margin-bottom: 3rem
}

#fiche_detail {
    display: grid;
    grid-template-columns: 1fr 1fr;
    background: linear-gradient(#04346A, #04346A) center/2px 100% no-repeat;
    grid-gap: 16px;
    text-align: left
}

#fiche_detail :nth-child(odd) {
    padding-left: 10rem
}

.margin-img-copropriete {
    margin-top: 10rem;
    margin-bottom: 10rem
}

.form-gestion-copropriete-container {
    padding: 25px;
    background-color: #f6f8fa;
    border-radius: 0 76px 76px 76px
}

.text-copropiete-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    line-height: 2
}

.btn-copropriete {
    padding: 10px;
    background-color: #dde4eb;
    width: max-content;
    cursor: pointer
}

.btn-copropriete:hover {
    background-color: #fcefae
}

.btn-immobilier {
    padding: 15px
}

.container-gestion {
    position: absolute;
    left: 200px
}

.qui-container {
    background-color: #f6f8fa
}

.social-network-menu {
    position: fixed;
    right: 0;
    top: 20%;
    padding: 5px;
    background-color: #0d0248;
    width: 55px;
    z-index: 5;
    border-radius: 5px
}

.social-network-menu a {
    font-size: 1.47em
}

.fa-inverse {
    color: white
}

.fa-red {
    color: #d00c00
}

#fa_stack_linkedin {
    color: #0077b5
}

#fa_stack_instagram,
#fa_stack_heart {
    color: #f7f7f7
}

#fa_stack_linkedin:hover,
#fa_stack_instagram:hover {
    color: #a9a9a9;
    transition: all .1s ease-in-out
}

.fa.fa-instagram {
    color: transparent;
    background: radial-gradient(circle at 30% 107%, #fdf497 0, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285aeb 90%);
    background: -webkit-radial-gradient(circle at 30% 107%, #fdf497 0, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285aeb 90%);
    background-clip: text;
    -webkit-background-clip: text
}

.btn-custom-favoris {
    background-color: transparent;
    border: 1px solid #ca0025;
    color: #ca0025
}

.btn-custom-favoris-ok {
    background-color: #ca0025;
    border: 1px solid #ca0025;
    color: white
}

.check-li li {
    list-style: none;
    margin-bottom: 10px;
    padding-left: 40px;
    height: 30px;
    background: url(../images/check.png) no-repeat
}

.search-title-type {
    font-size: 1.5em
}

.breadcrump-link {
    padding: 15px;
    display: flex;
    flex-wrap: wrap
}

.breadcrump-h3-title {
    font-size: 2em
}

.span-breadcrump:hover {
    color: #4a5c68 !important
}

.new-icon {
    font-family: ElegantIcons;
    line-height: 1.023;
    font-size: 45px;
    font-style: normal;
    display: inline-block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    direction: ltr
}

.btn-custom-swiper {
    padding: 5px;
    background-color: #093569;
    border-radius: 0 12px 12px 12px;
    color: white
}

.fiche-decouverte {
    display: flex
}

.fiche-decouverte>.swiper-decouverte>.swiper-slide>img {
    width: 500px;
    height: 500px
}

a.btn-custom-swiper:hover {
    color: #f9d930
}

.display-lib {
    display: flex;
    justify-content: space-between
}

.rubrique-img {
    position: relative;
    height: 200px
}

.content-title {
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    z-index: 2
}

.h1-content-title {
    margin-top: 1rem;
    font-size: 3em;
    color: white;
    font-weight: bold;
    text-transform: uppercase;
    z-index: 2
}

.rubrique-img img {
    height: 100%
}

.breadcrumb-container-overlay {
    position: absolute;
    background-color: #000;
    background-image: linear-gradient(147deg, #000 0, #2c3e50 74%);
    opacity: .6;
    transition: background .3s, border-radius .3s, opacity .3s;
    height: 100%;
    width: 100%;
    z-index: 2
}

.footer-logo-partenaire {
    display: flex;
    justify-content: center;
    gap: 15px;
}

.footer-logo-partenaire a img {
    height: 95px;
}

.footer-social-icons {
    display: flex;
    justify-content: center;
    gap: 15px;
}

.footer-social-icons a i {
    font-size: 25px;
    color: white !important;
}

#rgpdBan {
    --clr-primary: #093569;
    --clr-accent: #093569;
    z-index: 10;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: fixed;
    bottom: 30px;
    left: 30px;
    max-width: 330px;
    width: 100%;
    border-radius: 15px;
    text-align: center;
    padding: 25px 25px 30px;
    transform: translateX(0);
    background-color: #fff;
    box-shadow: 0 0 5px rgb(0 0 0 / 50%)
}

#rgpdBan img {
    max-width: 70px
}

#rgpdBan .content {
    margin-top: 10px;
    padding-top: 0
}

#rgpdBan .content h4 {
    font-size: 20px;
    font-weight: 700;
    margin: 0
}

#rgpdBan .content p {
    font-size: 13px;
    margin: 5px 0 20px;
    color: var(--clr-accent)
}

#rgpdBan .content .btn_group {
    display: flex;
    justify-content: center;
    align-items: center
}

#rgpdBan .content .btn_group * {
    margin: 0 10px
}

#rgpdBan .content .btn_group #btn-rgpd-accept {
    padding: 10px 20px;
    outline: 0;
    font-size: 13px;
    font-weight: 500;
    border-radius: 5px !important;
    cursor: pointer;
    border: 2px solid var(--clr-primary);
    color: #fff;
    background-color: var(--clr-primary)
}

#rgpdBan .content .btn_group #btn-rgpd-refuse {
    padding: 10px 20px;
    outline: 0;
    font-size: 13px;
    font-weight: 500;
    border-radius: 5px !important;
    cursor: pointer;
    border: 2px solid var(--clr-primary);
    color: var(--clr-primary);
    background-color: #fff
}

#rgpdBan .content .btn_group #btn-rgpd-accept:hover {
    background-color: #fff;
    color: var(--clr-primary)
}

#rgpdBan .content .btn_group #btn-rgpd-refuse:hover {
    background-color: #a6961b;
    color: white;
    font-weight: bold
}

#rgpdBan .content .btn_group #svr_plus {
    text-decoration: none;
    color: var(--clr-primary);
    background-color: transparent;
    border: 0;
    box-shadow: none
}

#rgpdBan .content .btn_group #svr_plus:hover {
    text-decoration: underline
}

.modal-body {
    height: 450px;
    overflow-y: auto
}

.carousel-button-criterion span {
    cursor: pointer
}

#img_qui_sommes_nous {
    max-height: 600px
}

.btn-heart-result {
    padding-left: 1rem
}

.charlotte-a {
    position: absolute;
    bottom: 5px;
    left: 45px;
    color: white;
    font-size: 74%
}

.david-m {
    position: absolute;
    bottom: 5px;
    right: 15px;
    color: white;
    font-size: 74%
}

.david-img {
    width: fit-content
}

.image-text-maison-qsn {
    position: absolute;
    top: 58%;
    left: 48%;
    transform: translate(-45%, -50%)
}

.maison-container-qsn {
    position: absolute;
    top: -140px;
    right: 0
}

.maison-img-container-qsn {
    width: fit-content
}

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

.mt-fiche {
    margin-top: 5rem
}

.margin-panier {
    margin-left: 1rem
}

@media(min-width:1200px) and (max-width:1900px) {
    #pgl-navbar-main,
    #pgl_navbar_main_menu {
        height: 125px
    }
    .pgl-navbar-main .navbar-nav>li>a {
        height: 125px
    }
}

@media(min-width:1400px) and (max-width:1900px) {
    .nav>li>a>img {
        width: 160px
    }
    .pgl-navbar-main .navbar-nav>li>a {
        padding-left: 25px
    }
    .navbar-default .navbar-nav>li>a {
        font: normal normal bold 1.1em Poppins
    }
}

@media(min-width:1600px) and (max-width:1799px) {
    #house_copropriete>.house-css-top>.house-css-top-left::after {
        bottom: 29px
    }
    #house_copropriete>.house-css-top>.house-css-top-right::after {
        bottom: 29px
    }
    .fiche-decouverte>.swiper-decouverte>.swiper-slide>img {
        width: 420px;
        height: 420px
    }
    .swiper-slide img {
        width: 440px;
        height: 440px
    }
}

@media(min-width:1400px) and (max-width:1599px) {
    #house_copropriete>.house-css-top>.house-css-top-left::after {
        bottom: 26px
    }
    #house_copropriete>.house-css-top>.house-css-top-right::after {
        bottom: 26px
    }
    .fiche-decouverte>.swiper-decouverte>.swiper-slide>img {
        width: 380px;
        height: 380px
    }
    .swiper-slide img {
        width: 390px;
        height: 390px
    }
    #fiche_detail :nth-child(odd) {
        padding-left: 8rem
    }
}

@media(min-width:1200px) and (max-width:1400px) {
    .swiper-slide img {
        width: 330px;
        height: 330px
    }
    #fiche_detail :nth-child(odd) {
        padding-left: 5rem
    }
}

@media(min-width:1200px) and (max-width:1900px) {
    #house_li_location {
        width: 135px
    }
    #house_li_vente {
        width: 115px
    }
    #house_li_immobilier {
        width: 240px
    }
    #house_li_copropriete {
        width: 160px
    }
    #house_li_gestion,
    #house_li_contact,
    #house_li_extranet {
        width: 130px
    }
    #house_li_sommes {
        width: 200px
    }
    .house-css-bottom-center>a {
        font: normal normal bold 1em Poppins
    }
}

@media(min-width:1200px) and (max-width:1470px) {
    .container-gestion {
        position: absolute;
        left: 125px
    }
}

@media(min-width:1200px) and (max-width:1399px) {
    .nav>li>a>img {
        width: 145px
    }
    .pgl-navbar-main .navbar-nav>li>a {
        padding-left: 15px
    }
    .navbar-default .navbar-nav>li>a {
        font: normal normal bold .98em Poppins
    }
    .house-css-bottom-center>a {
        font: normal normal bold 1em Poppins
    }
    .li-search,
    .li-search>a {
        height: 90px
    }
    #pgl-navbar-main,
    #pgl_navbar_main_menu {
        height: 90px
    }
    #img_gestion {
        height: 430px
    }
    #house_gestion>.house-css-top>.house-css-top-left::after {
        bottom: 17px
    }
    #house_gestion>.house-css-top>.house-css-top-right::after {
        bottom: 17px
    }
    #house_gestion_h3 {
        font-size: 1.1em
    }
    #house_copropriete>.house-css-top>.house-css-top-left::after {
        bottom: 22px
    }
    #house_copropriete>.house-css-top>.house-css-top-right::after {
        bottom: 22px
    }
    .fiche-decouverte>.swiper-decouverte>.swiper-slide>img {
        width: 320px;
        height: 320px
    }
    #owl-main-slide-page-location .owl-wrapper-outer .owl-wrapper .owl-item .item {
        height: 650px !important;
        content: url("../images/slides/slider_location.jpg") !important
    }
    #owl-main-slide-page-vente .owl-wrapper-outer .owl-wrapper .owl-item .item {
        height: 650px !important;
        content: url("../images/slides/slider_vente.jpg") !important
    }
    #owl-main-slide-page-immobilier .owl-wrapper-outer .owl-wrapper .owl-item .item {
        height: 650px !important;
        content: url("../images/slides/slider_immobilier.png") !important
    }
}

@media(max-width:1200px) {
    .navbar-default .navbar-toggle {
        display: block
    }
    .overlay-content {
        position: relative;
        top: 15%;
        width: 100%;
        text-align: center;
        margin-top: 30px
    }
    .overlay {
        height: 100%;
        width: 0;
        position: fixed;
        z-index: 1;
        left: 0;
        top: 0;
        background-color: #000;
        background-color: rgba(0, 0, 0, 0.9);
        overflow-x: hidden;
        transition: .5s
    }
    .overlay a {
        padding: 8px;
        text-decoration: none;
        font-size: 26px;
        color: #d2d2d2;
        display: block;
        transition: .3s
    }
    .overlay a:hover,
    .overlay a:focus {
        color: #d2d2d2
    }
    .overlay span {
        color: #d2d2d2
    }
    .overlay .closebtn {
        position: absolute;
        top: 20px;
        right: 45px;
        font-size: 60px
    }
    #pgl-navbar-main,
    #pgl_navbar_main_menu {
        height: 80px
    }
    #logo_mobile {
        margin-top: 5px;
        height: 70px
    }
}

@media(min-width:768px) and (max-width:1400px) {
    .container-image-home {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 0
    }
}

@media(min-width:768px) and (max-width:1800px) {
    .box-image-home img {
        min-height: 320px;
        max-height: 320px
    }
}

@media(min-width:992px) and (max-width:1199px) {
    .search-container {
        padding: 30px 70px 30px 70px
    }
    .main-slide-search-container {
        top: 55px
    }
    .house-gestion-padding {
        padding: .5em
    }
    .container-gestion {
        position: initial
    }
    #img_gestion {
        height: 410px
    }
    .house-css-top-left::after {
        bottom: 14px
    }
    .house-css-top-right::after {
        bottom: 14px
    }
    .h3-title-qui {
        font: normal normal bold 23px Poppins
    }
    #house_gestion>.house-css-top>.house-css-top-left::after {
        bottom: 15px
    }
    #house_gestion>.house-css-top>.house-css-top-right::after {
        bottom: 15px
    }
    #house_copropriete>.house-css-top>.house-css-top-left::after {
        bottom: 18px
    }
    #house_copropriete>.house-css-top>.house-css-top-right::after {
        bottom: 18px
    }
    #house_gestion>.house-css-bottom>.house-css-bottom-center {
        width: 90%
    }
    .fiche-decouverte {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 25px
    }
    .fiche-decouverte>.swiper-decouverte>.swiper-slide>img {
        width: 440px;
        height: 440px
    }
    .swiper-slide img {
        display: block;
        width: 400px;
        height: 400px
    }
    #fiche_detail :nth-child(odd) {
        padding-left: 4rem
    }
    #owl-main-slide-page-location .owl-wrapper-outer .owl-wrapper .owl-item .item {
        height: 600px !important;
        content: url("../images/slides/slider_location.jpg") !important
    }
    #owl-main-slide-page-vente .owl-wrapper-outer .owl-wrapper .owl-item .item {
        height: 600px !important;
        content: url("../images/slides/slider_vente.jpg") !important
    }
    #owl-main-slide-page-immobilier .owl-wrapper-outer .owl-wrapper .owl-item .item {
        height: 600px !important;
        content: url("../images/slides/slider_immobilier.png") !important
    }
}

@media(max-width:992px) {
    .fiche-decouverte {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        gap: 50px
    }
    .fiche-decouverte>.swiper-decouverte>.swiper-slide>img {
        width: 600px;
        height: 500px
    }
    .margin-panier {
        margin-top: 1rem;
        margin-left: 0
    }
}

@media(min-width:768px) and (max-width:991px) {
    .btn-copropriete {
        padding: 10px;
        background-color: #dde4eb;
        width: max-content;
        cursor: pointer;
        font-size: 12px
    }
    .search-container {
        padding: 30px 40px 30px 40px
    }
    .h3-title-qui {
        font: normal normal bold 20px Poppins
    }
    .h3-title-qui-outro {
        font: normal normal bold 16px Poppins
    }
    .container-gestion {
        position: initial
    }
    .container-gestion-text {
        text-align: center
    }
    .text-copropriete {
        font-size: 1.2em
    }
    #house_copropriete>.house-css-top>.house-css-top-left::after {
        bottom: 15px
    }
    #house_copropriete>.house-css-top>.house-css-top-right::after {
        bottom: 15px
    }
    .swiper-slide img {
        height: 500px
    }
    #fiche_detail :nth-child(odd) {
        padding-left: 2rem
    }
    #owl-main-slide-page-location .owl-wrapper-outer .owl-wrapper .owl-item .item {
        height: 650px !important;
        content: url("../images/slides/slider_location.jpg") !important
    }
    #owl-main-slide-page-vente .owl-wrapper-outer .owl-wrapper .owl-item .item {
        height: 650px !important;
        content: url("../images/slides/slider_vente.jpg") !important
    }
    #owl-main-slide-page-immobilier .owl-wrapper-outer .owl-wrapper .owl-item .item {
        height: 650px !important;
        content: url("../images/slides/slider_immobilier.png") !important
    }
    .text-fiche-titre {
        font: normal normal bold 20px Poppins
    }
    .text-fiche-prix {
        font: normal normal bold 20px Poppins
    }
}

@media(min-width:768px) and (max-width:830px) {
    legend {
        font-size: 12px
    }
}

@media(max-width:767px) {
    .mt-xs-3 {
        margin-top: 3rem
    }
    .mt-xs-2 {
        margin-top: 2rem
    }
    .mt-xs-1 {
        margin-top: 1rem
    }
    .margin-img-copropriete {
        margin-top: 8rem;
        margin-bottom: 8rem
    }
    .form-gestion-copropriete-container {
        margin-top: 3rem
    }
    #owl-main-slide .owl-wrapper-outer .owl-wrapper .owl-item .item {
        height: 780px !important;
        content: url("../images/slides/slider1_mobile.jpg") !important
    }
    #owl-main-slide-page-location .owl-wrapper-outer .owl-wrapper .owl-item .item {
        height: 750px !important;
        content: url("../images/slides/slider_location.jpg") !important
    }
    #owl-main-slide-page-vente .owl-wrapper-outer .owl-wrapper .owl-item .item {
        height: 750px !important;
        content: url("../images/slides/slider_vente.jpg") !important
    }
    #owl-main-slide-page-immobilier .owl-wrapper-outer .owl-wrapper .owl-item .item {
        height: 750px !important;
        content: url("../images/slides/slider_immobilier.png") !important
    }
    .search-container {
        padding: 20px 15px 20px 15px
    }
    .fieldset-input-carousel {
        height: 55px
    }
    legend {
        font-size: 13px
    }
    .select-custom-carousel-option {
        font-size: 12px !important
    }
    .img-chevron-down {
        width: 23px;
        bottom: 8px
    }
    .nopadding-xs {
        padding: 0
    }
    .h3-title-qui {
        margin: 0;
        font: normal normal bold 16px Poppins
    }
    .container-gestion {
        position: initial
    }
    .container-gestion-text {
        text-align: center
    }
    .social-network-menu {
        display: none
    }
    .fiche-decouverte>.swiper-decouverte>.swiper-slide>img {
        width: 400px;
        height: 400px
    }
    .swiper-slide img {
        height: 360px
    }
    .pgl-footer h2 {
        margin-bottom: 20px
    }
    html #partenaires li {
        text-align: center
    }
    .h1-content-title {
        padding: 15px
    }
    .mt-outro {
        margin-top: 5rem
    }
    .qui-container {
        margin-top: 15rem
    }
    .img-responsive-qsn {
        height: 280px
    }
    .image-text-maison-qsn {
        font-size: 12px
    }
    .btn-cc-container-mobile {
        display: flex;
        justify-content: space-between
    }
    .btn-cc-action-mobile {
        font: normal normal normal 14px Poppins
    }
    .btn-cc-action-mobile--active {
        font: normal normal bold 14px Poppins !important
    }
    .text-defiler {
        font: normal normal normal 14px Poppins
    }
    #fiche_detail {
        display: block;
        text-align: center;
        background: inherit
    }
    #fiche_detail :nth-child(odd) {
        padding-left: 0rem
    }
    .justify-content-center-xs {
        justify-content: center
    }
    .btn-type-selector {
        padding: 7px;
        font-size: 12px
    }
    .btn-type-selector-container {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 10px
    }
    .text-fiche-titre {
        font: normal normal bold 20px Poppins
    }
    .text-fiche-prix {
        font: normal normal bold 20px Poppins
    }
}

@media(min-width:550px) and (max-width:767px) {
    .container-image-home {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 0;
        padding: 0 !important
    }
    .display-lib {
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: center
    }
    .box-grey-container {
        padding: 1.5rem
    }
    .box-grey {
        height: 390px
    }
    .box-grey-text {
        font-size: 1.5em
    }
    .box-image-container {
        padding: 1rem
    }
    .box-image-home {
        height: inherit
    }
    .nopadding-between-xxs {
        padding: 0
    }
    .box-image-icons img {
        height: 17px
    }
    .type-title {
        font: normal normal bold 16px Poppins
    }
    .box-image-home img {
        min-height: 230px;
        max-height: 230px
    }
    .info-price-realisation {
        font: normal normal bold 20px Poppins
    }
    .box-image-ville {
        top: 10px;
        font-size: 14px
    }
    #house_css_content_mentions_legales {
        width: 485px
    }
    .h1-content-title {
        font-size: 2em
    }
}

@media(max-width:550px) {
    .box-image-home {
        height: inherit
    }
    .box-image-ville {
        font-size: 15px
    }
    .carousel-button-criterion>.btn-bottom-tab:nth-child(1) {
        display: none !important
    }
    .nav-tabs-li-a {
        float: inherit !important;
        width: 95% !important;
        font-size: 12px !important
    }
    #img_gestion {
        width: 100%;
        height: auto
    }
    .container-gestion-text {
        padding: 0
    }
    .box-image-home img {
        min-height: 260px;
        max-height: 260px
    }
    .text-copropriete {
        font-size: 1.1em
    }
    .h3-title {
        font: normal normal 600 25px Poppins
    }
    #fiche_detail {
        background: 0;
        display: flex;
        flex-direction: column
    }
    .nopaddingxxs {
        padding: 0
    }
    .swiper-card-container {
        left: 0
    }
    .swiper-slide img {
        border-top-right-radius: 0;
        border-bottom-right-radius: 0
    }
    .box-image-icons img {
        height: 18px
    }
    .type-title {
        font: normal normal bold 19px Poppins
    }
    .display-lib {
        flex-direction: column
    }
    .box-image-container {
        padding: 0
    }
    .justify-content-center-xxs {
        justify-content: center
    }
    #rgpdBan {
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%)
    }
    .box-image-ville {
        top: 0
    }
    .container-image-home {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        gap: 25px
    }
    .box-grey-container {
        padding: 0
    }
    .box-grey-text {
        font-size: 1.6em
    }
    .info-price-realisation {
        font: normal normal bold 25px Poppins
    }
    .btn-heart-result {
        padding-left: 1.5rem
    }
    .h1-content-title {
        font-size: 2em
    }
    .h6-home {
        font: normal normal bold 23px Poppins
    }
    .p-home {
        font: normal normal normal 17px Poppins;
        line-height: 22px
    }
    .btn-primary-white {
        padding: 9px;
        font: normal normal normal 17px Poppins
    }
    .mt-fiche {
        margin-top: 0
    }
    .footer_contact a {
    	height: 48px;
    }
}

@media(max-width:420px) {
    .fiche-decouverte>.swiper-decouverte>.swiper-slide>img {
        width: 420px;
        height: 420px
    }
    .fiche-decouverte>.swiper-decouverte>.swiper-slide>img {
        width: 330px;
        height: 330px
    }
}

@media(min-width:420px) and (max-width:550px) {
    .fiche-decouverte>.swiper-decouverte>.swiper-slide>img {
        width: 380px;
        height: 380px
    }
    .swiper-card-container {
        padding: 10px;
        width: 264px
    }
}

@media(max-width:400px) {
    .img-responsive-qsn {
        height: 300px
    }
}

@media(max-width:370px) {
    .fiche-decouverte>.swiper-decouverte>.swiper-slide>img {
        width: 270px;
        height: 270px
    }
    .swiper-card-container {
        padding: 10px;
        width: 270px
    }
    .btn-custom-swiper {
        padding: 4px;
        border-radius: 0;
        font-size: 12px
    }
    .fiche-decouverte>.swiper-decouverte>.swiper-slide>img {
        border-radius: 0
    }
}

@media(max-width:330px) {
    .img-responsive-qsn {
        height: 380px
    }
}

@media(max-width:320px) {
    .text-defiler {
        font-size: 11px
    }
}

@media(max-width:310px) {
    .box-grey-text {
        font-size: 1.4em
    }
    .btn-cc-action-mobile {
        font: normal normal normal 12px Poppins
    }
    .btn-cc-action-mobile--active {
        font: normal normal bold 12x Poppins !important
    }
}

@media(max-width:300px) {
    .fiche-decouverte>.swiper-decouverte>.swiper-slide>img {
        width: 250px;
        height: 250px
    }
    .swiper-card-container {
        padding: 10px;
        width: 250px
    }
    .nav-tabs-li-a {
        font-size: 10px !important
    }
    .select-custom-carousel {
        font-size: 12px !important
    }
    .img-chevron-down {
        bottom: 5px
    }
    .fieldset-input-carousel {
        height: 50px
    }
}