@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400..900;1,400..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Barlow:wght@700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@600&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Comfortaa:wght@300..700&display=swap');
@import url('https://fonts.googleapis.com/css?family=Roboto|Hind|Lato');
@font-face {
	font-family: 'ElegantIcons';
	src:url('fonts/ElegantIcons.eot');
	src:url('fonts/ElegantIcons.eot?#iefix') format('embedded-opentype'),
		url('fonts/ElegantIcons.woff') format('woff'),
		url('fonts/ElegantIcons.ttf') format('truetype'),
		url('fonts/ElegantIcons.svg#ElegantIcons') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'CenturySchoolbook';
	src: url('fonts/CENSCBK.ttf') format('truetype');
}
@font-face {
  font-family: 'Madina';
  src: url('fonts/Madina.ttf') format('truetype'),
       url('fonts/Madina.otf') format('opentype');
}
.popover,
.tooltip,
html {
    font-family: 'Lato', arial;
}
.beforeReveal,
.infobox:after,
.invisible {
    visibility: hidden;
}
#contact label,
.form-control-feedback,
a.btn.disabled,
fieldset[disabled] a.btn {
    pointer-events: none;
}
hr,
img {
    border: 0;
}
pre,
textarea {
    overflow: auto;
}
body,
figure {
    margin: 0;
}
.img-thumbnail,
a {
    -webkit-transition: all 0.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: -0.5em;
}
sub {
    bottom: -0.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;
}
@font-face {
    font-family: Meedori;
    src: url(fonts/Meedori_Sans_Regular.ttf) format("truetype");
}
@font-face {
    font-family: Meedori_bold;
    src: url(fonts/Meedori_Sans_Bold.ttf) format("truetype");
} /*! 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-success.active,
.btn-success: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-success.dropdown-toggle,
.open > .btn-warning.dropdown-toggle {
    background-image: none;
}
.img-thumbnail,
body {
    background-color: #fff;
}
*,
: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: 15px;
}
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 0.2s ease-in-out;
    transition: all 0.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;
}
.text-bold,
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: 0.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 !important;
}
.text-muted {
    color: #777;
}
.text-primary {
    color: #000000 !important;
}
a.text-primary:focus,
a.text-primary:hover {
    color: #286090;
}
.text-body {
	color: #7b8f99;
}
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,
.navbar: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;
}
legend,
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, 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: 550px) {
	.col-sxs-1 {
		width: 8.33333%;
	}
	.col-sxs-2 {
		width: 16.66667%;
	}
	.col-sxs-3 {
		width: 25%;
	}
	.col-sxs-4 {
		width: 33.33333%;
	}
	.col-sxs-5 {
		width: 41.66667%;
	}
	.col-sxs-6 {
		width: 50%;
	}
	.col-sxs-7 {
		width: 58.33333%;
	}
	.col-sxs-8 {
		width: 66.66667%;
	}
	.col-sxs-9 {
		width: 75%;
	}
	.col-sxs-10 {
		width: 83.33333%;
	}
	.col-sxs-11 {
		width: 91.66667%;
	}
	.col-sxs-12 {
		width: 100%;
	}
	.col-sxs-offset-0 {
		margin-left: 0;
	}
	.col-sxs-offset-1 {
		margin-left: 8.33333%;
	}
	.col-sxs-offset-2 {
		margin-left: 16.66667%;
	}
	.col-sxs-offset-3 {
		margin-left: 25%;
	}
	.col-sxs-offset-4 {
		margin-left: 33.33333%;
	}
	.col-sxs-offset-5 {
		margin-left: 41.66667%;
	}
	.col-sxs-offset-6 {
		margin-left: 50%;
	}
	.col-sxs-offset-7 {
		margin-left: 58.33333%;
	}
	.col-sxs-offset-8 {
		margin-left: 66.66667%;
	}
	.col-sxs-offset-9 {
		margin-left: 75%;
	}
	.col-sxs-offset-10 {
		margin-left: 83.33333%;
	}
	.col-sxs-offset-11 {
		margin-left: 91.66667%;
	}
	.col-sxs-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%;
    }
}


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

@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%;
    }
}
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: 0.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,
legend {
    padding: 0;
    border: 0;
}
fieldset {
    margin: 0;
    min-width: 0;
}
legend {
    display: block;
    width: 100%;
    margin-bottom: 20px;
    font-size: 21px;
    line-height: inherit;
    border-bottom: 1px solid #e5e5e5;
}
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, 0.075);
    -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
.form-control:focus {
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.form-control::-moz-placeholder {
    color: #000000;
    opacity: 1;
}
.form-control:-ms-input-placeholder {
    color: #000000;
}
.form-control::-webkit-input-placeholder {
    color: #000000;
}
.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;
}
.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;
    }
}
.btn-block,
input[type="button"].btn-block,
input[type="reset"].btn-block,
input[type="submit"].btn-block {
    width: 100%;
}
.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;
    }
}
.btn {
    display: inline-block;
    margin-bottom: 0;
    text-align: center;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    border: 1px solid transparent;
    white-space: nowrap;
    font-size: 14px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.btn.active.focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn:active:focus,
.btn:focus {
    outline: -webkit-focus-ring-color auto 5px;
    outline-offset: -2px;
}
.btn.focus,
.btn:focus,
.btn:hover {
    color: #333;
    text-decoration: none;
}
.btn.active,
.btn:active {
    outline: 0;
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
    cursor: not-allowed;
    opacity: 0.65;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.btn-default {
    background-color: #fff;
}
.btn-default.focus,
.btn-default:focus {
    color: #333;
    background-color: #e6e6e6;
    border-color: #8c8c8c;
}
.btn-default.active,
.btn-default:active,
.btn-default:hover,
.open > .btn-default.dropdown-toggle {
    color: #333;
    background-color: transparent;
    border-color: #adadad;
}
.btn-default.active.focus,
.btn-default.active:focus,
.btn-default.active:hover,
.btn-default:active.focus,
.btn-default:active:focus,
.btn-default:active:hover,
.open > .btn-default.dropdown-toggle.focus,
.open > .btn-default.dropdown-toggle:focus,
.open > .btn-default.dropdown-toggle:hover {
    color: #333;
    background-color: transparent;
    border-color: #8c8c8c;
}
.btn-default.disabled.focus,
.btn-default.disabled:focus,
.btn-default.disabled:hover,
.btn-default[disabled].focus,
.btn-default[disabled]:focus,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default.focus,
fieldset[disabled] .btn-default:focus,
fieldset[disabled] .btn-default:hover {
    background-color: #fff;
    border-color: #ccc;
}
.btn-default .badge {
    color: #fff;
    background-color: #333;
}
.btn-primary {
    color: #fff;
    background-color: #337ab7;
    border-color: #2e6da4;
}
.btn-primary.focus,
.btn-primary:focus {
    color: #fff;
    background-color: #286090;
    border-color: #122b40;
}
.btn-primary.active,
.btn-primary:active,
.btn-primary:hover,
.open > .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: transparent;
    border-color: #204d74;
}
.btn-primary.active.focus,
.btn-primary.active:focus,
.btn-primary.active:hover,
.btn-primary:active.focus,
.btn-primary:active:focus,
.btn-primary:active:hover,
.open > .btn-primary.dropdown-toggle.focus,
.open > .btn-primary.dropdown-toggle:focus,
.open > .btn-primary.dropdown-toggle:hover {
    color: #fff;
    background-color: transparent;
    border-color: #122b40;
}
.btn-primary.disabled.focus,
.btn-primary.disabled:focus,
.btn-primary.disabled:hover,
.btn-primary[disabled].focus,
.btn-primary[disabled]:focus,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary.focus,
fieldset[disabled] .btn-primary:focus,
fieldset[disabled] .btn-primary:hover {
    background-color: #337ab7;
    border-color: #2e6da4;
}
.btn-primary .badge {
    color: #337ab7;
    background-color: #fff;
}
.btn-success {
    color: #fff;
    background-color: #5cb85c;
    border-color: #4cae4c;
}
.btn-success.focus,
.btn-success:focus {
    color: #fff;
    background-color: #449d44;
    border-color: #255625;
}
.btn-success.active,
.btn-success:active,
.btn-success:hover,
.open > .btn-success.dropdown-toggle {
    color: #fff;
    background-color: transparent;
    border-color: #398439;
}
.btn-success.active.focus,
.btn-success.active:focus,
.btn-success.active:hover,
.btn-success:active.focus,
.btn-success:active:focus,
.btn-success:active:hover,
.open > .btn-success.dropdown-toggle.focus,
.open > .btn-success.dropdown-toggle:focus,
.open > .btn-success.dropdown-toggle:hover {
    color: #fff;
    background-color: transparent;
    border-color: #255625;
}
.btn-success.disabled.focus,
.btn-success.disabled:focus,
.btn-success.disabled:hover,
.btn-success[disabled].focus,
.btn-success[disabled]:focus,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success.focus,
fieldset[disabled] .btn-success:focus,
fieldset[disabled] .btn-success:hover {
    background-color: #5cb85c;
    border-color: #4cae4c;
}
.btn-success .badge {
    color: #5cb85c;
    background-color: #fff;
}
.btn-info {
    color: #fff;
    background-color: #5bc0de;
    border-color: #46b8da;
}
.btn-info.focus,
.btn-info:focus {
    color: #fff;
    background-color: #31b0d5;
    border-color: #1b6d85;
}
.btn-info.active,
.btn-info:active,
.btn-info:hover,
.open > .btn-info.dropdown-toggle {
    color: #fff;
    background-color: #31b0d5;
    border-color: #269abc;
}
.btn-info.active.focus,
.btn-info.active:focus,
.btn-info.active:hover,
.btn-info:active.focus,
.btn-info:active:focus,
.btn-info:active:hover,
.open > .btn-info.dropdown-toggle.focus,
.open > .btn-info.dropdown-toggle:focus,
.open > .btn-info.dropdown-toggle:hover {
    color: #fff;
    background-color: #269abc;
    border-color: #1b6d85;
}
.btn-info.disabled.focus,
.btn-info.disabled:focus,
.btn-info.disabled:hover,
.btn-info[disabled].focus,
.btn-info[disabled]:focus,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info.focus,
fieldset[disabled] .btn-info:focus,
fieldset[disabled] .btn-info:hover {
    background-color: #5bc0de;
    border-color: #46b8da;
}
.btn-info .badge {
    color: #5bc0de;
    background-color: #fff;
}
.btn-warning {
    color: #fff;
    background-color: #f0ad4e;
    border-color: #eea236;
}
.btn-warning.focus,
.btn-warning:focus {
    color: #fff;
    background-color: #ec971f;
    border-color: #985f0d;
}
.btn-warning.active,
.btn-warning:active,
.btn-warning:hover,
.open > .btn-warning.dropdown-toggle {
    color: #fff;
    background-color: #ec971f;
    border-color: #d58512;
}
.btn-warning.active.focus,
.btn-warning.active:focus,
.btn-warning.active:hover,
.btn-warning:active.focus,
.btn-warning:active:focus,
.btn-warning:active:hover,
.open > .btn-warning.dropdown-toggle.focus,
.open > .btn-warning.dropdown-toggle:focus,
.open > .btn-warning.dropdown-toggle:hover {
    color: #fff;
    background-color: #d58512;
    border-color: #985f0d;
}
.btn-warning.disabled.focus,
.btn-warning.disabled:focus,
.btn-warning.disabled:hover,
.btn-warning[disabled].focus,
.btn-warning[disabled]:focus,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning.focus,
fieldset[disabled] .btn-warning:focus,
fieldset[disabled] .btn-warning:hover {
    background-color: #f0ad4e;
    border-color: #eea236;
}
.btn-warning .badge {
    color: #f0ad4e;
    background-color: #fff;
}
.btn-danger {
    color: #fff;
    background-color: #d9534f;
    border-color: #d43f3a;
}
.btn-danger.focus,
.btn-danger:focus {
    color: #fff;
    background-color: #c9302c;
    border-color: #761c19;
}
.btn-danger.active,
.btn-danger:active,
.btn-danger:hover,
.open > .btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #c9302c;
    border-color: #ac2925;
}
.btn-danger.active.focus,
.btn-danger.active:focus,
.btn-danger.active:hover,
.btn-danger:active.focus,
.btn-danger:active:focus,
.btn-danger:active:hover,
.open > .btn-danger.dropdown-toggle.focus,
.open > .btn-danger.dropdown-toggle:focus,
.open > .btn-danger.dropdown-toggle:hover {
    color: #fff;
    background-color: #ac2925;
    border-color: #761c19;
}
.btn-danger.disabled.focus,
.btn-danger.disabled:focus,
.btn-danger.disabled:hover,
.btn-danger[disabled].focus,
.btn-danger[disabled]:focus,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger.focus,
fieldset[disabled] .btn-danger:focus,
fieldset[disabled] .btn-danger:hover {
    background-color: #d9534f;
    border-color: #d43f3a;
}
.btn-danger .badge {
    color: #d9534f;
    background-color: #fff;
}
.btn-link {
    color: #337ab7;
    font-weight: 400;
    border-radius: 0;
}
.btn-link,
.btn-link.active,
.btn-link:active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.btn-link,
.btn-link:active,
.btn-link:focus,
.btn-link:hover {
    border-color: transparent;
}
.btn-link:focus,
.btn-link:hover {
    color: #23527c;
    text-decoration: underline;
    background-color: transparent;
}
.btn-link[disabled]:focus,
.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:focus,
fieldset[disabled] .btn-link:hover {
    color: #777;
    text-decoration: none;
}
.btn-group-lg > .btn,
.btn-lg {
    line-height: 1.33333;
    border-radius: 6px;
}
.btn-group-sm > .btn,
.btn-sm {
    padding: 5px 10px;
    font-size: 12px;
    border-radius: 3px;
}
.btn-group-xs > .btn,
.btn-xs {
    border-radius: 3px;
}
.btn-block {
    display: block;
}
.btn-block + .btn-block {
    margin-top: 5px;
}
.fade {
    opacity: 0;
    -webkit-transition: opacity 0.15s linear;
    -o-transition: opacity 0.15s linear;
    transition: opacity 0.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: 0.35s;
    transition-duration: 0.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: 2px 0;
    margin: 2px 0 0;
    list-style: none;
    font-size: 14px;
    text-align: left;
    background-color: transparent;
    border-radius: 4px;
    background-clip: padding-box;
}
.badge,
.input-group-addon,
.label,
.pager,
.progress-bar {
    text-align: center;
}
.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: transparent;
}
.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: transparent;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:focus,
.dropdown-menu > .active > a:hover {
    color: #fff;
    text-decoration: none;
    outline: 0;
    background-color: transparent;
}
.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, 0.125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn-group.open .dropdown-toggle.btn-link {
    -webkit-box-shadow: none;
    box-shadow: none;
}
.btn-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,
.nav > li,
.nav > li > a,
.navbar {
    position: relative;
}
.input-group {
    display: table;
    border-collapse: separate;
}
.input-group[class*="col-"] {
    float: none;
    padding-left: 0;
    padding-right: 0;
}
.nav-pills > li,
.nav-tabs > li {
    float: left;
}
.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;
    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;
}
.nav > li,
.nav > li > a {
    display: block;
}
.nav > li > a {
    padding: 10px 15px;
}
.nav > li > a:focus,
.nav > li > a:hover {
    color: #fff;
    text-decoration: none;
}
.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 > a {
    background-color: rgba(128, 128, 128, 1);
    color: #fff;
    margin-right: 2px;
    line-height: 1.42857;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:focus,
.nav-tabs > li.active > a:hover {
    color: white;
    background-color: #000000;
    border-bottom-color: transparent;
    cursor: pointer;
}
.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: #black;
    background-color: #728083;
}
.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 {
    min-height: 50px;
    margin-bottom: 20px;
    border: 1px solid transparent;
}
.navbar-collapse {
    overflow-x: visible;
    padding-right: 15px;
    padding-left: 15px;
    border-top: 1px solid transparent;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
    -webkit-overflow-scrolling: touch;
}
.navbar-collapse.in {
    overflow-y: auto;
}
@media (min-width: 768px) {
    .navbar {
        border-radius: 4px;
    }
    .navbar-header {
        float: left;
    }
    .navbar-collapse {
        width: auto;
        border-top: 0;
        box-shadow: none;
    }
    .navbar-collapse.collapse {
        display: block !important;
        height: auto !important;
        padding-bottom: 0;
        overflow: visible !important;
    }
    .navbar-collapse.in {
        overflow-y: visible;
    }
    .navbar-fixed-bottom .navbar-collapse,
    .navbar-fixed-top .navbar-collapse,
    .navbar-static-top .navbar-collapse {
        padding-left: 0;
        padding-right: 0;
    }
}
.embed-responsive,
.modal,
.modal-open,
.progress {
    overflow: hidden;
}
@media (max-device-width: 480px) and (orientation: landscape) {
    .navbar-fixed-bottom .navbar-collapse,
    .navbar-fixed-top .navbar-collapse {
        max-height: 200px;
    }
}
.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, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, rgba(0, 0, 0, 0) 25%, rgba(0, 0, 0, 0) 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, rgba(0, 0, 0, 0) 75%, rgba(0, 0, 0, 0));
}
@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: 30px;
        padding-bottom: 30px;
    }
}
.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, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
    margin: 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;
    }
    .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;
    }
}
.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;
}
.navbar-default {
    background-color: #f8f8f8;
}
.navbar-default .navbar-brand {
    color: #777;
}
.navbar-default .navbar-brand:hover {
    color: #5e5e5e;
    background-color: #006fbc;
}
.navbar-default .navbar-text {
    color: #777;
}
.navbar-default .navbar-nav > li > a {
    color: white;
	font-weight: bold;
    text-transform: uppercase;
	letter-spacing: 0.5px;
}
.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: transparent;
}
.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: transparent;
    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: transparent;
    }
    .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;
}
.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;
}
.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 0.2s ease-in-out;
    -o-transition: border 0.2s ease-in-out;
    transition: border 0.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, 0.1);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}
.progress-bar {
    float: left;
    width: 0%;
    height: 100%;
    font-size: 12px;
    line-height: 20px;
    color: #fff;
    background-color: #337ab7;
    -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
    -webkit-transition: width 0.6s ease;
    -o-transition: width 0.6s ease;
    transition: width 0.6s ease;
}
.progress-bar-striped,
.progress-striped .progress-bar {
    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-info,
.progress-striped .progress-bar-warning {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, rgba(0, 0, 0, 0) 25%, rgba(0, 0, 0, 0) 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, rgba(0, 0, 0, 0) 75%, rgba(0, 0, 0, 0));
}
.progress-bar-info {
    background-color: #5bc0de;
}
.progress-bar-warning {
    background-color: #f0ad4e;
}
.progress-bar-danger {
    background-color: #d9534f;
}
.progress-striped .progress-bar-danger {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, rgba(0, 0, 0, 0) 25%, rgba(0, 0, 0, 0) 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.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;
}
.panel-heading > .dropdown .dropdown-toggle,
.panel-title,
.panel-title > .small,
.panel-title > .small > a,
.panel-title > a,
.panel-title > small,
.panel-title > small > a {
    color: inherit;
}
.list-group-item-heading {
    margin-top: 0;
    margin-bottom: 5px;
}
.list-group-item-text {
    margin-bottom: 0;
    line-height: 1.3;
}
.panel {
    margin-bottom: 20px;
    background-color: #fff;
    border: 1px solid transparent;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}
.panel-group .panel,
.panel-title,
.panel > .list-group,
.panel > .panel-collapse > .list-group,
.panel > .panel-collapse > .table,
.panel > .table,
.panel > .table-responsive > .table {
    margin-bottom: 0;
}
.panel-body {
    padding: 15px;
}
.panel-body:after,
.panel-body:before {
    content: " ";
    display: table;
}
.panel-heading {
    padding: 10px 15px;
    border-bottom: 1px solid transparent;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px;
}
.panel-title {
    margin-top: 0;
    font-size: 16px;
}
.panel-footer {
    padding: 10px 15px;
    background-color: #f5f5f5;
    border-top: 1px solid #ddd;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
}
.panel > .list-group .list-group-item,
.panel > .panel-collapse > .list-group .list-group-item {
    border-width: 1px 0;
    border-radius: 0;
}
.panel-group .panel-heading,
.panel > .table-bordered > tbody > tr:first-child > td,
.panel > .table-bordered > tbody > tr:first-child > th,
.panel > .table-bordered > tbody > tr:last-child > td,
.panel > .table-bordered > tbody > tr:last-child > th,
.panel > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-bordered > thead > tr:first-child > td,
.panel > .table-bordered > thead > tr:first-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > th {
    border-bottom: 0;
}
.panel > .table-responsive:last-child > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child,
.panel > .table:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child {
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
}
.panel > .list-group:first-child .list-group-item:first-child,
.panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
    border-top: 0;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px;
}
.panel > .list-group:last-child .list-group-item:last-child,
.panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
    border-bottom: 0;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
}
.panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child {
    border-top-right-radius: 0;
    border-top-left-radius: 0;
}
.panel > .table-responsive:first-child > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
.panel > .table:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child {
    border-top-right-radius: 3px;
    border-top-left-radius: 3px;
}
.list-group + .panel-footer,
.panel-heading + .list-group .list-group-item:first-child {
    border-top-width: 0;
}
.panel > .panel-collapse > .table caption,
.panel > .table caption,
.panel > .table-responsive > .table caption {
    padding-left: 15px;
    padding-right: 15px;
}
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:first-child {
    border-top-left-radius: 3px;
}
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:last-child {
    border-top-right-radius: 3px;
}
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
    border-bottom-left-radius: 3px;
}
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
    border-bottom-right-radius: 3px;
}
.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive,
.panel > .table + .panel-body,
.panel > .table-responsive + .panel-body {
    border-top: 1px solid #ddd;
}
.panel > .table > tbody:first-child > tr:first-child td,
.panel > .table > tbody:first-child > tr:first-child th {
    border-top: 0;
}
.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
    border: 0;
}
.panel > .table-bordered > tbody > tr > td:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-bordered > thead > tr > td:first-child,
.panel > .table-bordered > thead > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:first-child {
    border-left: 0;
}
.panel > .table-bordered > tbody > tr > td:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-bordered > thead > tr > td:last-child,
.panel > .table-bordered > thead > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:last-child {
    border-right: 0;
}
.panel > .table-responsive {
    border: 0;
    margin-bottom: 0;
}
.panel-group .panel {
    border-radius: 4px;
}
.panel-group .panel + .panel {
    margin-top: 5px;
}
.panel-group .panel-heading + .panel-collapse > .list-group,
.panel-group .panel-heading + .panel-collapse > .panel-body {
    border-top: 1px solid #ddd;
}
.panel-group .panel-footer {
    border-top: 0;
}
.panel-group .panel-footer + .panel-collapse .panel-body {
    border-bottom: 1px solid #ddd;
}
.panel-default {
    border-color: #ddd;
}
.panel-default > .panel-heading {
    color: #333;
    background-color: #f5f5f5;
    border-color: #ddd;
}
.panel-default > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: #ddd;
}
.panel-default > .panel-heading .badge {
    color: #f5f5f5;
    background-color: #333;
}
.panel-default > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #ddd;
}
.panel-primary {
    border-color: #337ab7;
}
.panel-primary > .panel-heading {
    color: #fff;
    background-color: #337ab7;
    border-color: #337ab7;
}
.panel-primary > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: #337ab7;
}
.panel-primary > .panel-heading .badge {
    color: #337ab7;
    background-color: #fff;
}
.panel-primary > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #337ab7;
}
.panel-success {
    border-color: #d6e9c6;
}
.panel-success > .panel-heading {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6;
}
.panel-success > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: #d6e9c6;
}
.panel-success > .panel-heading .badge {
    color: #dff0d8;
    background-color: #3c763d;
}
.panel-success > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #d6e9c6;
}
.panel-info {
    border-color: #bce8f1;
}
.panel-info > .panel-heading {
    color: #31708f;
    background-color: #d9edf7;
    border-color: #bce8f1;
}
.panel-info > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: #bce8f1;
}
.panel-info > .panel-heading .badge {
    color: #d9edf7;
    background-color: #31708f;
}
.panel-info > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #bce8f1;
}
.panel-warning {
    border-color: #faebcc;
}
.panel-warning > .panel-heading {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #faebcc;
}
.panel-warning > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: #faebcc;
}
.panel-warning > .panel-heading .badge {
    color: #fcf8e3;
    background-color: #8a6d3b;
}
.panel-warning > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #faebcc;
}
.panel-danger {
    border-color: #ebccd1;
}
.panel-danger > .panel-heading {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1;
}
.panel-danger > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: #ebccd1;
}
.panel-danger > .panel-heading .badge {
    color: #f2dede;
    background-color: #a94442;
}
.panel-danger > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #ebccd1;
}
.embed-responsive {
    position: relative;
    display: block;
    height: 0;
    padding: 0;
}
.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, 0.05);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}
.well blockquote {
    border-color: #ddd;
    border-color: rgba(0, 0, 0, 0.15);
}
.well-lg {
    padding: 24px;
    border-radius: 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: 0.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: 0.5;
}
button.close {
    padding: 0;
    cursor: pointer;
    background: 0 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 0.3s ease-out;
    -moz-transition: -moz-transform 0.3s ease-out;
    -o-transition: -o-transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
}
.modal.in .modal-dialog {
    -webkit-transform: translate(0, 0);
    -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, 0.2);
    border-radius: 6px;
    -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    box-shadow: 0 3px 9px rgba(0, 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: 0.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, 0.5);
        box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    }
    .modal-sm {
        width: 300px;
    }
}
@media (min-width: 992px) {
    .modal-lg {
        width: 900px;
    }
}
.tooltip {
    position: absolute;
    z-index: 1070;
    display: block;
    text-align: left;
    text-align: start;
    font-size: 12px;
    opacity: 0;
}
.tooltip.in {
    opacity: 0.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, 0.2);
    border-radius: 6px;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}
.carousel-caption,
.carousel-control {
    color: #fff;
    text-shadow: 0 1px 2px rgba(0, 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, 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, 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, 0.25);
    top: -11px;
}
.popover.bottom > .arrow:after {
    content: " ";
    top: 1px;
    margin-left: -10px;
    border-top-width: 0;
    border-bottom-color: #fff;
}
.popover.left > .arrow {
    top: 50%;
    right: -11px;
    margin-top: -11px;
    border-right-width: 0;
    border-left-color: #999;
    border-left-color: rgba(0, 0, 0, 0.25);
}
.popover.left > .arrow:after {
    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: 0.6s ease-in-out left;
    -o-transition: 0.6s ease-in-out left;
    transition: 0.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 0.6s ease-in-out;
        -moz-transition: -moz-transform 0.6s ease-in-out;
        -o-transition: -o-transform 0.6s ease-in-out;
        transition: transform 0.6s ease-in-out;
        -webkit-backface-visibility: hidden;
        -moz-backface-visibility: hidden;
        backface-visibility: hidden;
        -webkit-perspective: 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 0.2s ease-in-out;
}
.scroll-to-top,
a {
    transition: all 0.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: 0.5;
    font-size: 20px;
    background-color: transparent;
}
.carousel-control.left {
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5) 0, rgba(0, 0, 0, 0.0001) 100%);
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5) 0, rgba(0, 0, 0, 0.0001) 100%);
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0, rgba(0, 0, 0, 0.0001) 100%);
    background-repeat: repeat-x;
}
.carousel-control.right {
    left: auto;
    right: 0;
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0, rgba(0, 0, 0, 0.5) 100%);
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0, rgba(0, 0, 0, 0.5) 100%);
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0, rgba(0, 0, 0, 0.5) 100%);
    background-repeat: repeat-x;
}
.carousel-control:focus,
.carousel-control:hover {
    outline: 0;
    color: #fff;
    text-decoration: none;
    opacity: 0.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;
}
.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: 1600px) {
	.hidden-xxl {
        display: none !important;
    }
}

@media (min-width: 1400px) and (max-width: 1600px) {
	.hidden-middle-xl {
		display: none !important;
	}
}

@media (min-width: 1200px) and (max-width: 1400px) {
	.hidden-middle-lg {
		display: none !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;
    }
}
@font-face {
    font-family: 'Lato', arial;
    src: url(fonts/Raleway-Medium.ttf?1529921365) format("truetype"), url(fonts/Raleway-Medium.eot?&1529921365#iefix) format("embedded-opentype");
}
body {
    color: #4e5a61;
    font-family: 'Lato', arial;
    line-height: 1.8;
    overflow-x: hidden;
}
#top {
    background-color: #111;
    color: #aaa;
    font-size: 0.928em;
}
.navbar-header {
    position: relative;
}
.logo {
    background: rgba(0, 0, 0, 0);
    height: auto;
    position: absolute;
    text-align: center;
    top: 5px;
    width: 180px;
    margin-left: 15px;
}
.logo img {
    width: 100%;
}
.dropdown-menu:not(.datepicker-dropdown) {
    background-color: transparent;
    border: none;
    border-radius: 0;
    font-size: 0.9em;
    padding: 5px 10px;
    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: transparent;
    color: #fff;
}
.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: transparent;
}
.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, 0.7);
    border-color: transparent;
    border-width: 0;
    border-radius: 0;
    min-height: 70px;
    margin-bottom: 0;
    z-index: 1;
}
.pgl-navbar-main .navbar-collapse {
    border-color: transparent;
    font-size: 0.857em;
    font-weight: 700;
}
.pgl-navbar-main .navbar-nav > li > a {
	padding: 24px 17px;
}
.pgl-navbar-main .navbar-nav > li > a:hover {
    color: #000000;
    font-weight: 700;
}
.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: transparent;
    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: none;
    border-radius: 0;
}
.navbar-default .navbar-toggle .icon-bar {
    background-color: rgba(57, 62, 70, 0.85);
    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: #000000;
}
.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: #2b2b2b;
    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: #728083;
}
.pgl-upper-foot a:focus,
.pgl-upper-foot a:hover {
    color: #728083;
    font-weight: 700;
}
.pgl-upper-foot p {
    margin-bottom: 15px;
}
.pgl-upper-foot address {
    line-height: 2.2;
}
.pgl-copyrights {
    border-top: 1px solid #222;
    padding-top: 35px;
}
.pgl-copyrights a {
    color: #fff;
}
.pgl-copyrights a:focus,
.pgl-copyrights a:hover {
    color: #666;
}

.titre1,
.titre2,
.titre3,
.titre4,
.titre5,
.titre6,
h1,
h2,
h3,
h4,
h5,
h6 {
    color: #333;
    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: #000000;
}
.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;
}
a:focus,
a:hover {
    color: #333;
    outline: 0;
    text-decoration: none;
}
button,
input,
select,
textarea {
    background: #fff;
    border: 1px solid #000000;
}
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: #000000;
    box-shadow: none;
    color: #000000;
    /* text-transform: uppercase; */
    font-family: 'Lato';
}
.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: 0.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: 0.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;
}
.short,
.top-tall {
    margin-bottom: 0;
}
.short {
    margin-top: 30px;
}
.min-wide {
    min-width: 197px;
}
.img-thumbnail {
    border: none;
    padding: 0;
}
.img-thumbnail-small {
    margin-bottom: 18px;
}
.testimonial {
    border-left: none;
    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: none;

    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 {
    border-radius: 5px;
    position: relative;
    display: block;
    /* overflow: hidden; */
    text-overflow: ellipsis;
    white-space: nowrap;
	padding: 15px;
}
.chosen-container-single .chosen-drop,
.label,
.nav-top > li > a {
    border-radius: 0;
}
.pgl-pro-tabs {
    font-size: 0.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: 0.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: #000;
}
.pgl-property {
    margin-bottom: 30px;
}
.pgl-property:hover {
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    -webkit-box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2);
    box-shadow: 1px 1px 5px rgba(0, 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 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
}
.pgl-property:hover .property-thumb-info-image img,
.pgl-team-item:hover .img-thumbnail-medium img {
    opacity: 0.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, 0.8);
    border-bottom: none;
    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 0.35s;
    transition: transform 0.35s;
}
.featured-item p {
    margin: 0;
    opacity: 0;
    -webkit-transition: opacity 0.2s, -webkit-transform 0.35s;
    transition: opacity 0.2s, transform 0.35s;
}
.featured-item:hover p {
    opacity: 1;
    -webkit-transition-delay: 50ms;
    transition-delay: 50ms;
    -webkit-transition-duration: 0.35s;
    transition-duration: 0.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 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    -webkit-box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2);
    box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2);
}
.owl-theme .owl-controls .owl-buttons div,
.scroll-to-top {
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.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: 0.857em;
}
.panel-group .pgl-panel .panel-title a {
    display: block;
}
.pgl-panel {
    border: none;
}
.pgl-panel > .panel-heading {
    background-color: transparent;
    border: none;
    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: none;
    margin-bottom: 30px;
    padding: 0;
}
.pgl-panel .panel-title {
    margin-bottom: 0 !important;
}
.pgl-panel .panel-title a {
    border: 1px solid #333;
    border-bottom: none;
    padding: 18px 20px;
}
.pgl-panel .panel-title a:after {
    content: "-";
    float: right;
    font-size: 2.5em;
    font-weight: 400;
    line-height: 0.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: none;
}
.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: none;
    position: absolute;
    right: 0;
    top: 0;
}
.scroll-to-top {
    background-color: rgba(90, 90, 90, 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:focus,
.scroll-to-top:hover {
    background-color: #0fb9ee;
    color: #fff;
}

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

.scroll-to-top.visible {
    opacity: 1
}
.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;
}
.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 0.2s ease-in-out;
}
.owl-theme .owl-controls .owl-buttons div .icons {
    opacity: 0.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, 0.8);
    border-bottom: none;
    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 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: 10em;
    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: none;
}
.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: 0.583em;
}
.sidebar .pgl-agent-item {
    border: none;
    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 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: 0.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: none;
    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: none;
    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, 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 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.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 0.2s, -webkit-transform 0.35s;
    transition: opacity 0.2s, transform 0.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: 0.35s;
    transition-duration: 0.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, 0.5);
    content: "";
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    width: 100%;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.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 0.2s, -webkit-transform 0.35s;
    transition: opacity 0.2s, transform 0.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: 0.35s;
    transition-duration: 0.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;
    right: 70px;
}
.flex-direction-nav .flex-next {
    right: 20px;
    text-align: left;
}
.flexslider {
    border: none;
    border-radius: 0;
    margin: 0;
}
.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: 20px;
}
#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 0.2s linear, padding-bottom 0.2s linear;
    -moz-transition: margin-top 0.2s linear, padding-bottom 0.2s linear;
    -ms-transition: margin-top 0.2s linear, padding-bottom 0.2s linear;
    transition: margin-top 0.2s linear, padding-bottom 0.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;
}
.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: 0.8;
    position: absolute;
    right: 10px;
    text-align: center;
    top: 10px;
    width: 20px;
    z-index: 2;
}
@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: 1200px) {
    .pgl-navbar-main {
        z-index: 100;
    }
    .navbar-header {
        float: none;
    }
    .navbar-default .navbar-toggle {
        display: block;
    }
    .navbar-collapse.collapse {
        display: none !important;
    }
    .navbar-collapse.in {
        overflow-y: auto;
    }
    .collapse.in {
        display: block !important;
    }
    .navbar-collapse {
        background-color: #111;
        padding-left: 0;
        padding-right: 0;
        position: absolute;
        right: 0;
        top: 120px;
        width: 0;
        -webkit-transition: all 0.2s ease-in-out;
        -o-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }
    .navbar-collapse .navbar-nav.pull-right {
        float: none !important;
        margin: 0;
    }
    .navbar-collapse .navbar-nav > li {
        float: none;
    }
    .navbar-collapse .navbar-nav > li > a {
        border-top: 1px solid #151515;
        color: #fff;
        padding-bottom: 15px;
        padding-top: 15px;
    }
    .navbar-collapse .dropdown-menu {
        border-top: 1px solid #151515;
        box-shadow: none;
        float: none;
        padding: 0;
        position: static;
    }
    .navbar-collapse .dropdown-menu > li > a {
        padding-left: 40px;
        padding-right: 20px;
    }
    .navbar-collapse .dropdown-menu .dropdown-menu {
        margin: 0;
    }
    .navbar-collapse .dropdown-menu .dropdown-menu > li > a {
        padding-left: 60px;
    }
    .pgl-intro .lead,
    .pgl-pro-special .property-thumb-info {
        padding-left: 20px;
    }
    .navbar-collapse.width.in {
        width: auto;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        -webkit-transition: all 0.2s ease-in-out;
        -o-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out;
    }
    .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: 8em;
    }
    .blog-posts .post-large .post-date {
        float: left;
        margin: 0 20px 20px 0;
        position: static;
    }
    .blog-posts .post-large .post-content {
        padding-left: 0;
    }
    .blog-posts .post-large .post-content .post-meta {
        clear: both;
    }
    .pgl-agent-item [class^="col-xs-"] .img-thumbnail-medium {
        margin-bottom: 15px;
    }
    .flex-direction-nav a {
        bottom: 121px;
    }
}
html {
    height: 100%;
    scroll-behavior: smooth;
}
html body {
	height: 100%;
    font-family: 'Noto serif', arial;
}
html .btn-custom {
    -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
    line-height: 40px;
    border: 0;
    border-radius: 0;
    padding: 0 6px;
    font-weight: 500;
    overflow: hidden;
    transition: box-shadow 0.4s cubic-bezier(0.25, 0.8, 0.25, 1), background-color 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
}
html .btn-custom:hover {
    box-shadow: 0 2px 5px 1px rgba(0, 0, 0, 0.4);
}
html .btn-custom-primary {
    background-color: #000000;
    color: #fff;
}
html .btn-custom-primary:focus,
html .btn-custom-primary:hover {
    background-color: #0fb9ee;
    color: #fff;
}
html .btn-custom-secondary {
    background-color: #262623;
    color: #fff;
}
html .btn-custom-secondary:focus,
html .btn-custom-secondary:hover {
    background-color: #aa7957;
    color: #fff;
}
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: 0.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, 0.1);
    box-shadow: 0 2px 4px 0 rgba(0, 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: 0.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, 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: #000000;
    border-color: #000000;
    font-family: 'Lato', arial;
    border-radius: 0;
    -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 2px 0 rgba(0, 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: #000000;
}
html form .select2-container .selection .select2-selection .select2-search .select2-search__field::-moz-placeholder {
    color: #000000;
}
html form .select2-container .selection .select2-selection .select2-search .select2-search__field:-ms-input-placeholder {
    color: #000000;
}
html form .select2-container .selection .select2-selection .select2-search .select2-search__field::-webkit-input-placeholder {
    color: #000000;
}
html form .select2-container .selection .select2-selection .select2-selection__placeholder {
    padding-left: 10px;
    color: #000000;
}
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, 0.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, 0.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, 0.5);
    border-bottom: none;
}
html .inner-carousel section.pgl-rapid-search .btn-bottom-tab,
html .inner-carousel section.pgl-rapid-tab-search .btn-bottom-tab {
    background-color: rgba(255, 255, 255, 0.7);
}
@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: #000000;
    /* -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1); */
}
html input[type="text"]:-moz-placeholder {
    color: #000000;
}
html input[type="text"]::-moz-placeholder {
    color: #000000;
}
html input[type="text"]:-ms-input-placeholder {
    color: #000000;
}
html input[type="text"]::-webkit-input-placeholder {
    color: #000000;
}
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: 1px solid #ddd;
    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;
    background-color: #fff;
    color: #333;
    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 .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: 1000;
    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;
}
.div_titre,
.menu_button,
.mini-titre,
.sous_titre {
    font-weight: 700;
}
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-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 0;
    border: none;
}
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 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 0;
    border: none;
    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: 0.7em;
    line-height: 2.5;
    padding-left: 2px;
}
html #map_nb_resultats {
    line-height: 40px;
}
html #fiche_map,
html .module_map {
    width: 100%;
    height: 450px;
}
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, 0.2);
    box-shadow: 0 2px 4px 0 rgba(0, 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: #333;
    border-color: #333;
    background: rgba(255, 255, 255, 0.4);
}
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: 0.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: 0.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: #006fbc;
    }
    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: 0.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;
    }
    #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;
    }
}
.min-800 {
    min-height: 800px;
}
.display-reveal {
    margin-top: -125px;
}
.vertical-align {
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.titre {
    color: #000;
    padding-top: 85px;
}
.sous_titre {
    font-size: 3em;
}
.mini-titre {
    font-size: x-large;
}
.no-padding {
    padding: 0 !important;
}
.border-radius {
    border-radius: 5px;
}
.titre_reveal {
    margin-top: 90px;
}
.overflow {
    overflow: hidden;
}
.no_margin_top_section section {
    margin-top: 0;
}
.no_list_style {
    list-style: none;
}
.li_margin li {
    margin-bottom: 5px;
}
#owl-cdc .owl-controls .owl-buttons .owl-prev {
    position: absolute;
    left: 0;
    bottom: 5px;
}
#owl-cdc .owl-controls .owl-buttons .owl-next {
    position: absolute;
    right: 0;
    bottom: 5px;
}
.in_photo_right {
    margin-right: -100px;
}
.img_centrer {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
@media (min-width: 481px) {
    .form_recherche_oncarousel {
        margin-top: -300px;
    }
}
.mt-1 {
    margin-top: 1rem;
}
.mt-2 {
    margin-top: 2rem;
}
.mt-3 {
    margin-top: 3rem;
}
.mt-5 {
	margin-top: 5rem;
}
.mt-8 {
	margin-top: 8rem;
}
.mt20 {
    margin-top: 20px;
}
.mb-1 {
    margin-bottom: 1rem;
}
.mb-2 {
    margin-bottom: 2rem;
}
.mb-3 {
    margin-bottom: 3rem;
}
.mb-5 {
    margin-bottom: 5rem;
}
.mb-8 {
	margin-bottom: 8rem;
}
.mb20 {
    margin-bottom: 20px;;
}
.mt-section {
	margin-top: 8rem;
}
.mb-section {
	margin-bottom: 8rem;
}
.mt-section-background {
	margin-top: 8rem;
}
.mb-section-background {
	margin-bottom: 2rem;
}
.mt-bloc-btn-plus {
	margin-top: 8rem;
}
.p50 {
    padding: 50px;
}
.pt80 {
    padding-top: 80px;
}
.pb50 {
    padding-bottom: 50px;
}
.d-flex {
	display: flex;
}
.justify-content-flex-end {
	justify-content: flex-end;
}
.justify-content-flex-start {
	justify-content: flex-start;
}
.cursor-pointer {
	cursor: pointer;
}
.nopadding {
	padding: 0 !important;
}
.position-relative {
	position: relative;
}
.text-white {
	color: white !important;
}
.text-primary-color {
	color: #0e2938 !important;
}
.text-secondary-color {
	color: #0fb9ee !important;
}
.fw-bold {
	font-weight: bold !important;
}
.bg-black {
	background-color: black;
}
.bg-grey-blue {
	background-color: #0e2938;
}
.social-network-menu {
    position: absolute;
    right: 0;
    top: 250px;
	z-index: 999;
}
.social-network-menu ul {
    background: rgba(57, 62, 70);
    border-radius: 10px 0 0 10px;
    padding: 10px;
    list-style: none;
}
.social-network-menu ul li {
    margin: 10px 0;
    text-align: center;
}
.social-network-menu ul li a {
    color: #fff;
}
.social-network-menu ul li a:hover {
    color: #000000;
}
.leaflet-top, .leaflet-bottom {
	z-index: 555 !important;
}

.navbar-nav > li > a {
    position: relative;
    color: white;
    text-decoration: none;
	font-weight: 400;
}
.navbar-nav > li > a:hover {
    color: #000;
}
.navbar-nav > li > a:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    bottom: 0;
    left: 0;
    background-color: #000000;
    visibility: hidden;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}
#pgl-navbar-main {
	/* background-color: white !important; */
	background-color: transparent !important;
    height: 125px;
    background: 0 0;
    display: block;
    position: fixed;
    width: 100%;
    z-index: 99999;
    transition: all ease 0.6s;
	/* box-shadow: 0 0 5px rgba(0,0,0,.5); */
}
#pgl-navbar-main.shrink {
    height: 90px;
    transition: all ease 0.6s;
    box-shadow: 0 0 5px rgba(0,0,0,.5);
	background-color: white !important;
}

.navbar-nav > li > a:hover:before {
    visibility: visible;
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}
.logo.display {
    margin-top: 2px;
    width: 185px;
}

@media (min-width: 375px) {
    .logo.display {
        margin-top: 3vh;
        width: 185px;
    }
}
@media (min-width: 700px) {
    .logo.display {
        margin-top: 14vh;
        width: 200px;
    }
}
#contact input,
#contact textarea {
    width: 100%;
    border: none;
    font-size: 18px;
    display: block;
}
.menu_button {
    float: left;
    display: block;
    margin-right: 10px;
    color: #000;
    margin-top: -3px;
}
.shadow-result {
    box-shadow: 10px 10px 10px 0 #6a6a6a;
}
.group {
    position: relative;
    margin-bottom: 25px;
}
#contact input {
    border-bottom: 1px solid #757575;
}
#contact textarea {
    padding: 10px 10px 10px 5px;
    border-bottom: 1px solid #757575;
}
#contact label {
    position: absolute;
    color: #f3f3f3;
    font-size: 18px;
    font-weight: 400;
    left: 5px;
    top: 10px;
    transition: 0.2s ease all;
    -moz-transition: 0.2s ease all;
    -webkit-transition: 0.2s ease all;
}
#contact input:focus ~ label,
#contact input:valid ~ label,
#contact textarea:focus ~ label,
#contact textarea:valid ~ label {
    top: -20px;
    font-size: 14px;
    color: #006fbc;
}
.bar {
    position: relative;
    display: block;
}
.bar:after,
.bar:before {
    content: "";
    height: 2px;
    width: 0;
    bottom: 1px;
    position: absolute;
    background: #006fbc;
    transition: 0.2s ease all;
    -moz-transition: 0.2s ease all;
    -webkit-transition: 0.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%;
}
@media (min-width: 992px) {
    .min-wide {
        width: auto;
        padding: 0 40px;
    }
}
body::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 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, 0.3);
    background-color: #2b2b2b;
}
.footer_contact > img {
    max-width: 200px;
}

/** Alta Gestion **/

@media (min-width: 1400px) {
	.hidden-accueil-mobile {
		display: none;
	}
}

@media (max-width: 1400px) {
	.hidden-accueil-desktop {
		display: none;
	}
}

.mt-section {
	margin-top: 5rem;
}

.bg-blue-primary {
	background-color: #2F4858;
}

.bg-blue-secondary {
	background-color: #315C64;
}

.beautiful-title-second {
    font-size: 3.2em;
    color: #0e2938;
    font-weight: 700;
    letter-spacing: -0.025em;
    white-space: nowrap;
    line-height: 0.85;
    text-transform: uppercase;
    font-family: "Comfortaa", serif;
	font-optical-sizing: auto;
	font-weight: 700;
	font-style: normal;
	line-height: 1;
}

.beautiful-paragraph {
	padding: 20px;
    margin: 25px 0;
    border-left: 4px solid #0fb9ee;
	background-color: rgba(174, 142, 41, 0.15);
}

.shadow-card {
    padding: 15px;
    border-radius: 15px;
    box-shadow: rgb(0 0 0 / 35%) 0px 0px 10px 0px;
}

.shadow-card h3 {
	color: #0fb9ee;
	font-weight: bold;
	text-transform: uppercase;
}

.barre-home {
    height: 15px;
}

.check-li-home li {
	height: 80px;
    list-style: none;
    padding-left: 40px;
    background: url(../images/check_home.png) no-repeat;
    margin: 0px -40px 0px;
    line-height: 29px;
    font-size: 2.1rem;
    color: white;
}

.check-li li {
	height: 40px;
    list-style: none;
    padding-left: 40px;
    background: url(../images/check.png) no-repeat;
    margin: 0px -40px 0px;
    line-height: 17px;
}

.check-li-space-only li {
    list-style: none;
	height: 40px;
    line-height: 17px;
}

.h3-title {
	 font-family: "Madina", serif;
	 color: #0e2938;
	 font-size: 4em;
}

.h3-title img {
	height: 30px;
    margin-top: -5px;
}

.paragraph-marker {
    display: flex;
    align-items: center;
    margin: 25px 0;
    padding: 10px 35px 10px 35px;
    background-color: #0fb9ee;
    width: fit-content;
    border-radius: 50px;
    gap: 8px;
    color: white;
}

.paragraph-map {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 20px;
}

.paragraph-marker img {
	width: 45px;
}

.h3-agence {
	color: rgba(90, 90, 90, 1);
	font-family: 'Poppins', sans-serif;
}

/*.perfect-divider {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIyMjBweCIgdmlld0JveD0iMCAwIDEyODAgMTQwIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjxnIGZpbGw9IiNmZmZmZmYiPjxwYXRoIGQ9Ik0wIDE0MGgxMjgwQzU3My4wOCAxNDAgMCAwIDAgMHoiIGZpbGwtb3BhY2l0eT0iLjMiLz48cGF0aCBkPSJNMCAxNDBoMTI4MEM1NzMuMDggMTQwIDAgMzAgMCAzMHoiIGZpbGwtb3BhY2l0eT0iLjUiLz48cGF0aCBkPSJNMCAxNDBoMTI4MEM1NzMuMDggMTQwIDAgNjAgMCA2MHoiLz48L2c+PC9zdmc+);
    background-size: 100% 220px;
    bottom: 0;
    height: 220px;
    z-index: 10;
    transform: scale(-1, 1);
    display: block;
    background-repeat: no-repeat;
    position: absolute;
    pointer-events: none;
    width: 100%;
    left: 0;
} */


.content-title {
	position: absolute;
	height: 100%;
	width: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.h1-content-title {
    font-size: 3em;
    color: white;
    font-weight: bold;
    text-shadow: 0px 2px 0px black;
    text-transform: uppercase;
	z-index: 3;
}

.h2-subtitle {
	color: rgba(90, 90, 90, 1);
    font-family: 'Poppins', sans-serif;
    text-transform: inherit;
	font-size: 2.2em;
	margin-left: 15px;
}

.ul-half {
	display: flex;
	flex-flow: row wrap;
}

.ul-half li {
	margin-top: 30px;
	width: 50%;
	list-style: none;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding-right: 20px;
}

.btn-plus {
	padding: 10px 25px 10px 25px;
	background-color: rgba(57, 62, 70, 1);
	color: white;
	font-weight: bold;
	font-size: 14px;
	text-transform: uppercase;
	transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out;
}

.btn-plus--blue {
	background-color: #00175a;
}

.btn-plus img {
	padding-bottom: 2px;
	padding-left: 2px;
}

.btn-plus:hover {
	color: white;
	background-color: rgba(90, 90, 90, 1);
}

.rubrique-img {
    position: relative;
}

.container-for-navbar {
	height: 90px;
	background-color: white;
}

.breadcrump-link {
    padding: 15px;
    display: flex;
    flex-wrap: wrap;
    position: relative;
}

.form-control-custom {
	font-size: 12px !important;
	font-weight: bold !important;
	text-transform: uppercase !important;
	letter-spacing: 0.5px !important;
	border: 2px solid rgba(47, 72, 88, 0.6) !important;
}

.form-control-custom::placeholder {
	font-size: 12px !important;
	font-weight: bold !important;
}

.main-slide-circle {
	height: 100%;
	position: absolute;
	top: 0;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	z-index: 2;
}

#carousel_search .nav {
	margin-bottom: 30px;
}

#carousel_search ul li {
	display: flex !important;
}

#carousel_search ul li:first-child {
	justify-content: flex-end;
	padding-right: 2rem;
}

#carousel_search ul li:last-child {
	justify-content: flex-start;
	padding-left: 2rem;
}

#recherche_rapide_onglet {
    padding: 35px;
	background: rgba(255,255,255, 1) !important;
   	border-top-left-radius: 35px;
	border-bottom-right-radius: 35px;
	filter: drop-shadow(0px 0px 2px rgba(0, 0, 0, 0.5));
}

.nav-tabs>li {
    margin-bottom: -1px;
    position: relative;
}

.nav-tabs > li.active > a::before {
	content: "";
    border-right: 10px solid transparent;
    border-left: 10px solid transparent;
    border-top: 10px solid #000000;
    position: absolute;
    bottom: -10px;
    left: 0;
    right: 0;
    margin: 0 auto;
    display: inline-block;
    width: 0;
    height: 0;
}

#site_navbar_link_list {
	text-transform: capitalize;
	font-size: 12.5px;
}

#navbar_desktop_menu_container {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

#navbar_desktop_menu_top {
	background-color: transparent;
	height: 35px;
	display: flex;
	margin-top: 1.25em;
}

#navbar_desktop_menu_top_mobile {
	background-color: rgba(0, 23, 90, 1);
	height: 35px;
	display: flex;
}


#navbar_desktop_menu_top_container {
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: 100%;
}

#navbar_desktop_menu_contact {
	display: flex;
	gap: 15px;
}

#navbar_desktop_menu_contact a img {
	width: 15px;
	padding-bottom: 4px;
}

#navbar_desktop_menu_contact a {
	font-size: 0.87em;
	font-family: 'Poppins', sans-serif;
}

#navbar_desktop_menu_bottom {
	height: 120px;
}

#pgl_navbar_main_menu > #navbar_desktop_menu_container > #navbar_desktop_menu_bottom {
	background-color: rgba(61, 90, 125, 1) !important;
}

#pgl_navbar_main_menu > #navbar_desktop_menu_bottom {
	height: 90px;
}

#pgl_navbar_main_menu {
	background-color: rgba(0, 0, 0, 0.7);
	box-shadow: 0 0 5px rgba(0, 0, 0, .5);	
}

.navbar-desktop-menu-links-menu {
	display: flex;
	justify-content: space-between;
}

.navbar-desktop-menu-links-menu #navbar_desktop_menu_links {
	justify-content: flex-start !important;
}

#navbar_desktop_menu_links {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 45px;
	color: #000000;
	height: 100%;
}

#navbar_desktop_menu_links_scroll {
	height: 90px;
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 40px;
}

#navbar_desktop_menu_logo img {
    width: 150px;
    margin: 0;
	padding: 1rem;
}

#navbar_desktop_menu_links_scroll a,
#navbar_desktop_menu_links a {
	font-family: 'Noto serif', sans-serif;
	font-size: 1.2em;
	font-weight: bold;
	position: relative;
	/* color: rgba(43, 6, 0, 1); */
	color: white;
	letter-spacing: 0.6px;
}

.nabvar-links-white a {
	color: white !important;
}

#navbar_desktop_menu_links_scroll a {
	font-weight: bold;
	color: black !important;
}

#navbar_desktop_menu_links_scroll > .a-menu-links:hover::before, #navbar_desktop_menu_links_scroll > .a-menu-links:hover::after,
#navbar_desktop_menu_links > .a-menu-links:hover::before, #navbar_desktop_menu_links > .a-menu-links:hover::after {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    transform: translateY(0px);
}


#navbar_desktop_menu_links_scroll > .a-menu-links::before, #navbar_desktop_menu_links_scroll > .a-menu-links::after,
#navbar_desktop_menu_links > .a-menu-links::before, #navbar_desktop_menu_links > .a-menu-links::after {
    position: absolute;
    left: 0;
    width: 100%;
    height: 2px;
    background: #0fb9ee;
    content: '';
    opacity: 0;
    -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
    -moz-transition: opacity 0.3s, -moz-transform 0.3s;
    transition: opacity 0.3s, transform 0.3s;
    -webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    transform: translateY(-10px);
}

#navbar_desktop_menu_links_scroll .a-menu-links::before,
#navbar_desktop_menu_links .a-menu-links::before {
    top: -15px;
    -webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    transform: translateY(-10px);
}


#navbar_desktop_menu_links_scroll .a-menu-links::after,
#navbar_desktop_menu_links .a-menu-links::after {
    bottom: -15px;
    -webkit-transform: translateY(10px);
    -moz-transform: translateY(10px);
    transform: translateY(10px);
}

#navbar_desktop_menu_links_scroll > .a-menu-links:hover,
#navbar_desktop_menu_links >.a-menu-links:hover {
	color: #0fb9ee !important;
}

#navbar_desktop_menu_links_scroll > .a-menu-links:hover:before,
#navbar_desktop_menu_links > .a-menu-links:hover:before {
    color: #0fb9ee;
    visibility: visible;
    transform: scaleX(1);
}

.top-navbar-icon {
	display: flex;
	color: white;
	gap: 15px;
}

.top-navbar-icon img {
	width: 20px;
}

.top-navbar-icon-bloc {
	display: flex;
	gap: 15px;
}

.top-navbar-icon-bloc a,
.top-navbar-icon-bloc span {
	padding-left: 7px;
	color: white;
}

.logo-paragraph {
    float:left;
    margin:0.5rem
}

.logo-paragraph img {
	width: 70px;
}

.btn-extranet {
	padding: 15px;
	text-transform: uppercase;
	font-weight: bold;
	color: white !important;
	letter-spacing: 0.5px;
	background-color: #9dbc1a;
	border-top-left-radius: 15px;
    border-bottom-right-radius: 15px;
	height: fit-content;
}

.btn-circle {
	padding: 10px 30px 10px 30px;
	background-color: #ba432e;
	color: white;
	border-radius: 10px;
}

.btn-agence {
	margin: 3rem;
}

.btn-agence-color-white {
	color: white;
}

.btn-agence-color-ocre {
	color: #0fb9ee;
}

.btn-agence a {
	padding: 10px 50px 10px 50px;
	border: 2px solid #0fb9ee;
	letter-spacing: 0.8px;
	text-transform: uppercase;
	cursor: pointer;
}

.btn-agence a:hover {
	box-shadow: inset 300px 0 0 0 #0fb9ee;
	color: white;
}

.bg-image-right {
    position: absolute;
    content: "";
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    background-image: url(../images/syndic.jpeg);
    height: 100%;
    width: 35%;
    left: auto;
    right: 0;
    top: 0;
}

/** begin scrool slider **/
*, *:before, *:after {
  -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
 }


.mouse_scroll {
	display: block;
	margin: 0 auto;
	width: 24px;
	height: 100px;
	cursor: pointer;
}


.m_scroll_arrows
{
  display: block;
  width: 5px;
  height: 5px;
  -ms-transform: rotate(45deg); /* IE 9 */
  -webkit-transform: rotate(45deg); /* Chrome, Safari, Opera */
  transform: rotate(45deg);
   
  border-right: 2px solid white;
  border-bottom: 2px solid white;
  margin: 0 0 3px 4px;
  
  width: 16px;
  height: 16px;
}


.one
{
  margin-top: 1px;
}

.one, .two, .three
{
    -webkit-animation: mouse-scroll 1s infinite;
    -moz-animation: mouse-scroll 1s infinite;
    animation: mouse-scroll 1s infinite;
  
}

.one
{
  -webkit-animation-delay: .1s;
  -moz-animation-delay: .1s;
  -webkit-animation-direction: alternate;
  
  animation-direction: alternate;
  animation-delay: alternate;
}

.two
{
  -webkit-animation-delay: .2s;
  -moz-animation-delay: .2s;
  -webkit-animation-direction: alternate;
  
  animation-delay: .2s;
  animation-direction: alternate;
  
  margin-top: -6px;
}

.three
{
  -webkit-animation-delay: .3s;
  -moz-animation-delay: .3s;
  -webkit-animation-direction: alternate;
  
  animation-delay: .3s;
  animation-direction: alternate;
  
  
  margin-top: -6px;
}

.mouse {
  height: 42px;
  width: 24px;
  border-radius: 14px;
  transform: none;
  border: 2px solid white;
  top: 170px;
}

.wheel {
  height: 5px;
  width: 2px;
  display: block;
  margin: 5px auto;
  background: white;
  position: relative;
  
  height: 4px;
  width: 4px;
  border: 2px solid white;
  -webkit-border-radius: 8px;
          border-radius: 8px;
}

.wheel {
  -webkit-animation: mouse-wheel 0.6s linear infinite;
  -moz-animation: mouse-wheel 0.6s linear infinite;
  animation: mouse-wheel 0.6s linear infinite;
}

@-webkit-keyframes mouse-wheel{
   0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(6px);
    -ms-transform: translateY(6px);
    transform: translateY(6px);
  }
}
@-moz-keyframes mouse-wheel {
  0% { top: 1px; }
  25% { top: 2px; }
  50% { top: 3px;}
  75% { top: 2px;}
  100% { top: 1px;}
}
@-o-keyframes mouse-wheel {

   0% { top: 1px; }
  25% { top: 2px; }
  50% { top: 3px;}
  75% { top: 2px;}
  100% { top: 1px;}
}
@keyframes mouse-wheel {

   0% { top: 1px; }
  25% { top: 2px; }
  50% { top: 3px;}
  75% { top: 2px;}
  100% { top: 1px;}
}

@-webkit-keyframes mouse-scroll {

  0%   { opacity: 0;}
  50%  { opacity: .5;}
  100% { opacity: 1;}
}
@-moz-keyframes mouse-scroll {

  0%   { opacity: 0; }
  50%  { opacity: .5; }
  100% { opacity: 1; }
}
@-o-keyframes mouse-scroll {

  0%   { opacity: 0; }
  50%  { opacity: .5; }
  100% { opacity: 1; }
}
@keyframes mouse-scroll {

  0%   { opacity: 0; }
  50%  { opacity: .5; }
  100% { opacity: 1; }
}

/** end scroll slider **/

/* New template */

.section-container {
	display: flex;
	height: 100%;
}

.section-container-content-child {
	position: relative;
    height: 100%;
    display: flex;
    justify-content: space-around;
    flex-direction: column;
	z-index: 4;
}

.section-container-img {
	height: 720px;
	background: url(../images/home_presentation.jpeg) center no-repeat #00f;
    background-size: cover;
}

.section-container-img-overlay {
	background-color: #2d3436;
	background-image: linear-gradient(315deg, #2d3436 0%, #000000 74%);
    opacity: 0.2;
    transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    position: absolute;
    z-index: 2;
}

.content-panel {
    padding: 15px;
    background-image: linear-gradient(315deg, #b1bfd861 0%, #6782b48c 74%);
    width: 75%;
    font-size: 16.5px;
    color: white;
}

.content-container {
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: center;
	z-index: 4;
}

.middlebar-container {
	position: absolute;
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	z-index: 3;
}

.middlebar-bloc {
	width: 350px;
	height: 100%;
	background-color: rgba(14, 41, 56, 0.65);
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

/** end of new **/

/** section_syndic **/

.syndic-background {
	top: 0;
	position: absolute;
	background-color:#0fb9ee;
	height:500px
}

.syndic-img img {
	top: -50px;
	right: 0;
	position: absolute;
	box-shadow: 10px 10px 50px rgba(0, 0, 0, 0.2);
}

#section_syndic_content {
	padding: 3rem;
}

/** end of section_syndic **/

/** begin section_transaction **/

.transaction-container {
	background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    background-image: url(../images/home_transaction.jpeg);
    height: 650px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.transaction-overlay {
	background-color: #2d3436;
	background-image: linear-gradient(315deg, #2d3436 0%, #000000 74%);
    opacity: 0.7;
    transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    position: absolute;
    z-index: 2;
}

.transaction-panel {
	padding: 3rem;
	z-index: 2;
	color: white;
	font-size: 16.5px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	text-align: center;
	height: 550px;
}

/** begin section_transaction **/

/** section_gestion **/

#section_gestion {
    background-image: linear-gradient(147deg, #c3cbdc8f 0%, #edf1f4ad 74%);
}

.gestion-img-bloc {
    display: grid;
    grid-template: repeat(2, 1fr) / repeat(3, 1fr);
    gap: 15px;
	margin-top: -6em;
}

.gestion-img-item {
	box-shadow: rgb(0 0 0 / 35%) 0px 0px 10px 0px;
}

.gestion-img-item:nth-child(1) {
    grid-column: 1 / 2;
    grid-row: 2 / 3;
}

.gestion-img-item:nth-child(2) {
    grid-column: 2 / 3;
    grid-row: 1 / 2;
}

.gestion-img-item:nth-child(3) {
    grid-column: 3 / 4;
    grid-row: 2 / 3;
}


/** end section_gestion **/


.form-input-custom {
	border: 1px solid;
	border-color: #dfdfdf !important;
	border-radius: 5px;
	font-size: 14px;
	font-weight: 400;
	height: 45px;
	width: 100%;
	margin-bottom: 15px;
}

.form-input-custom::placeholder {
	color: #7b8f99 !important;
}

.form-textarea-custom {
	border: 1px solid;
	border-color: #000000 !important;
	border-radius: 5px;
	font-size: 14px;
	font-weight: 400;
	width: 100%;
	margin-bottom: 15px;
}

.home-title {
    font-size: 2.6em;
    text-transform: uppercase;
    font-weight: bold;
    color: #000000;
	font-family: 'CenturySchoolbook';
}

.home-title img {
	margin-bottom: 20px;
	padding-right: 15px;
}

.home-subtitle {
    font-size: 2.5rem;
}

.hr-title {
    margin-top: -30px;
    margin-bottom: 0px;
    border-top: 5px solid #000000;
    border-top-color: #000000;
    border-top-style: solid;
    border-top-width: 5px;
    max-width: 100%;
    width: 130px;
    float: left;
}

.bloc-right-nos-valeurs {
	display: flex;
	flex-direction: column;
	gap: 15px;
}

.grid-table-text {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 25px;
}

.bloc-grid-table-text h3 {
	color: #000000;
	font-weight: bold;
}

.container-transaction {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 15px;
}

.logo.display {
	width: 380px;
    margin-left: 70px;
}

.section-background-title {
	display: flex;
	flex-direction: column;
	justify-content: center;
	height: 100%;
}

.section-background-img-right {
	display: flex;
	justify-content: center;
	align-items: center;
}

.section-background-img-left {
	display: flex;
	justify-content: center;
	align-items: center;
}

.h2-special-title {
	position: relative;
	font-size: 2.55em;
	font-family: inherit;
	font-weight: bold;
	color: #000000;
	z-index: 2
}

.container-favoris {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 40px;
}

.bloc-favoris {
    box-shadow: 0 5px 20px 0 rgb(17 33 63 / 10%);
}

.bloc-favoris-img {
	object-fit: cover;
}

.bloc-favoris-img > .bloc-favoris-img-a > .bloc-favoris-img-main {
	min-height: 280px;
	max-height: 280px;
	width: 100%;
}

.label-favoris {
	position: absolute;
    bottom: 0;
    padding: 8px 25px 8px 25px;
    background-color: rgba(242, 102, 43, 0.9);
    color: white;
    /* font-weight: bold; */
    font-size: 17px;
	display: flex;
	gap: 5px;
}

.label-favoris img {
	height: 27px
}

.btn-agency-primary {
	padding: 1.25rem;
	background-color: #000000;
	color: white;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 17px;
	letter-spacing: 1px;
}

.bloc-favoris-description-container {
	display: flex;
	justify-content: center;
}

.bloc-favoris-description {
	padding: 2rem;
	background-color: #FFF;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
}

.bloc-favoris-icons {
	width: 100%;
	display: flex;
	justify-content: space-between;
}

.bloc-favoris-description h3 img {
	width: 30px;
}

#form_contact_home {
	background-color: white;
}

.overlay-content-page {
	height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    position: absolute;
    z-index: 1;
	background-color: #130f40;
	background-image: linear-gradient(315deg, #130f40 0%, #000000 74%);
	opacity: 0.5;
}

.overlay {
	height: 100%;
	width: 0;
	position: fixed;
	z-index: 1;
	left: 0;
	top: 0;
	background-color: rgb(0,0,0);
	background-color: rgba(0,0,0, 0.9);
	overflow-x: hidden;
	transition: all 300ms ease-in-out;
}

.overlay-content {
	position: relative;
	top: 15%;
	width: 100%;
	text-align: center;
	margin-top: 30px;
}

.overlay a {
	padding: 8px;
	text-decoration: none;
	font-size: 26px;
	color: #d2d2d2;
	display: block;
	transition: all 300ms ease-in-out;
}

.overlay a:hover, .overlay a:focus {
	color: #d2d2d2;
}

.overlay span {
	color: #d2d2d2
}

.overlay .closebtn {
	position: absolute;
	top: 20px;
	right: 45px;
	font-size: 60px;
}

#footer_info_bar {
    margin-bottom: -75px;
    position: relative;
    z-index: 1;
}

.footer-bar-container {
	padding: 30px;
	background: #814594;
	display: flex;
	gap: 25px;
}

.footer-bar-container {
	color: white;
}

.footer-bar-block {
	display: flex;
}

.footer-bar-block-title {
	font-family: 'Barlow', sans-serif;
	font-size: 1.3em;
}

#home_footer {
	background-color: #000000;
    background-image: linear-gradient(147deg, #000000 0%, #434343 74%); 
}

.mt-footer {
	margin-top: 12rem;
}
.footer-logo img {
	width: 250px;
}
.footer-logo-hr {
	width: 250px;
}
.footer-ul-list li {
	height: 48px;
}
.footer-ul-list a {
	cursor: pointer;
	color: white !important;
}
.footer-ul-list a:hover {
	color: #0fb9ee !important;
	letter-spacing: 0.4px;
}
.footer-logo-div {
	height: 60px;
}
.footer-logo-div a img {
	height: 60px;
	padding-bottom: 5px;
}
.social-network-container {
	display: flex;
	gap: 15px;
}
.social-network-container .icon-handler img {
	width: 40px;
}

.footer-bottom-info {
	display: flex;
	justify-content: center;
	gap: 10px;
}

.shadow-card {
    padding: 15px;
    width: 100%;
    border-radius: 15px;
    box-shadow: rgb(0 0 0 / 35%) 0px 0px 10px 0px;
}

.video-container {
	height: 100%;
}

#rgpdBan_desktop {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 10px;
    color: #fff;
    background-color: rgba(0, 0, 0, 0.9);
    z-index: 999;
}

#rgpdBan {
    --clr-primary: rgba(57, 62, 70);
    --clr-accent: rgba(57, 62, 70);
    z-index: 16000;
    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: #0fb9ee;
    color: white;
    font-weight: bold;
	border-color: #0fb9ee;
}

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

#navbar_mobile {
	display: flex;
	justify-content: space-between;
	background-color: white;
	box-shadow: 0 0 5px rgba(0,0,0,.5);
	height: 100%;
}

.navbar-mobile-img {
    padding-left: 15px;
    height: 100%;
    display: flex;
    align-items: center;
    gap: 10px;
}

.navbar-mobile-img img {
	height: 60px;
}

.navbar-mobile-img i {
	color: rgba(57, 62, 70, 0.85);
	font-size: 1.6em;
}

.navbar-mobile-img-menu {
    padding-left: 15px;
    height: 100%;
    display: flex;
    align-items: center;
    gap: 10px;
}

.navbar-mobile-img-menu img {
	height: 85px;
}

.navbar-mobile-icons {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

#modalRgpd {
  z-index: 17000;
}

.pot_de_miel_winnie { display:none; }

@media (min-width: 1400px) and (max-width: 1600px) {
	#navbar_desktop_menu_links a {
		font-size: 1.03em;
	}
	html .main-slide {
	}
	.h2-special-title {
		font-size: 2.35em;
	}
	#navbar_desktop_menu_logo img {
		width: 170px;
	}
}

@media (min-width: 1400px) and (max-width: 1500px) {
	.h3-title {
		font-size: 3.7em;
	}
	.beautiful-title-second {
		font-size: 3em;
	}
	.check-li-home li {
		font-size: 2rem;
	}
	#navbar_desktop_menu_logo img {
		width: 160px;
	}
}

@media (min-width: 1200px) and (max-width: 1400px) {
	#navbar_desktop_menu_links {
		gap: 25px;
	}
	#navbar_desktop_menu_links a {
		font-family: 'Poppins', sans-serif;
		font-size: 0.96em;
	}
	.btn-extranet {
		text-transform: capitalize;
	}
	.middlebar-container {
		margin-left: 8%;
	}
	.h3-title {
		font-size: 2.8em;
	}
	.beautiful-title-second {
		font-size: 3em;
	}
}

@media (max-width: 1200px) {
	#pgl-navbar-main {
		height: 75px;
	}
	.social-network-menu {
		display: none;
	}
	html form#contact-form {
		padding: 0;
	}
	#form_contact_home {
		margin-bottom: 3rem;
	}
	#navbar_desktop_menu_espace a img {
		width: 20px;
	}
	#main_slide_mobile_container {
		position: absolute;
		top: 0;
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		width: 100%;
		height: 100%;
		z-index: 3;
	}
	.title-mobile-container h6 {
		font-size: 4rem;
		text-align: center;
		color: white;
		padding: 3rem;
		font-weight: bold;
		background-color: rgba(174, 142, 41, 0.6);
	}
	
	.info-mobile-container {
		padding: 3rem;
		background-color: rgba(0, 0, 0, 0.4);
	}
	#pgl_navbar_main_menu {
		height: 65px;
	}
}

@media (min-width: 1200px) {
	#pgl-navbar-main.before-shrink {
		animation: unshrinkfadeInDown 0.3s ease forwards; /* Animation pour reduire le navbar */
	}

	@keyframes unshrinkfadeInDown {
	  from {
		opacity: 0;
		transform: translateY(-50px);
	  }
	  to {
		opacity: 1;
		transform: translateY(0);
	  }
	}
	.card-teams {
		min-height: 250px;
		max-height: 250px;
	}
}

@media (min-width: 1350px) {
	.hidden-contract {
		display: none;
	}
}

@media (min-width: 992px) and (max-width: 1200px) {
	.contact-now .left {
		display: none;
	}
	.h1-content-title {
		font-size: 2.5em;
	}
	#bloc_favoris_number_4 {
		display: none;
	}
	.container-favoris {
		grid-template-columns: repeat(3, 1fr);
		gap: 30px;
	}
	.bloc-favoris-img > .bloc-favoris-img-a > .bloc-favoris-img-main {
		min-height: 250px;
		max-height: 250px;
	}
	.h2-special-title {
		font-size: 1.6em;
	}
	.h2-subtitle {
		font-size: 1.8em;
	}
	.footer-logo img {
		width: 230px;
	}
	.footer-logo-hr {
		width: 230px;
	}
	html .main-slide {
		margin-top: 75px;
	}
	.middlebar-container {
		justify-content: end;
	}
	.content-panel {
		width: 100%;
	}
	.h3-title {
		font-size: 3em;
	}
	.beautiful-title-second {
		font-size: 2.8em;
	}
	.middlebar-bloc {
		width: 50%;
		height: 100%;
		background-color: rgba(14, 41, 56, 0.4);
	}
}

@media (min-width: 992px) {
	.nopadding-navbar {
		padding: 0 !important;
	}
	.visible-after-sm {
		display: none;
	}
	#section_syndic {
		display: flex;
		height: 100%;
	}
	.display-flex-align-center {
		display: flex;
		align-items: center;
	}
}

@media (max-width: 992px) {
	.main-slide-search-container {
		display: none;
	}
	#div_transition {
		height: 300px;
	}
	#section_notre_agence_mobile {
		display: flex;
		flex-direction: column;
	}
	.home-content-title {
		margin-top: 3rem;
	}
	.content-panel {
		width: 100%;
	}
	.section-container-img {
		height: 350px;
	}
	.middlebar-bloc {
		width: 80%;
	}
	.check-li-home li {
		height: 60px;
	}
	.gestion-img-bloc {
		margin-top: 3rem;
	}
	#section_syndic {
		display: flex;
		flex-direction: column;
	}
	.syndic-img img {
		position: relative;
	}
}
@media (min-width: 768px) and (max-width: 992px) {
	.contact-now .left {
		display: none;
	}
	.container-favoris {
		grid-template-columns: repeat(2, 1fr);
		gap: 30px;
	}
	.h2-special-title {
		font-size: 1.8em;
	}
	.height-section-background {
		height: 290px;
	}
	.footer-logo img {
		width: 205px;
	}
	.footer-logo-hr {
		width: 205px;
	}
	.container-rapid-search {
		margin-top: -115px !important;
	}
	html .main-slide {
		margin-top: 75px;
	}
	#owl-main-slide .owl-wrapper-outer .owl-wrapper .owl-item .item {
		height: 450px !important;
		content: url(../images/slides/slider1_mobile_sm.jpeg) !important;
	}
}

@media (max-width: 768px) {
	.img-responsive-xs {
		height: auto;
		max-width: 100%;
	}
	.footer-menu > div {
		height: 48px;
	}
	.contact-now .right h4 {
		font-size: 17px;
	}
	.mt-section {
		margin-top: 3rem;
	}
	.nopadding-xs {
		padding: 0 !important;
	}
	#section_gestion_container {
		display:flex;
		flex-direction: column-reverse;
		justify-content: center;
		align-items:center;
	}
	.text-center-xs {
		text-align: center;
	}
	.card-teams-h3 {
		margin-top: 1rem;
	}
	.transaction-panel {
		height: fit-content;
	}
	.transaction-container {
		height: 500px
	}
	.footer-bar-container {
		flex-direction: column;
	}
	.video-container-xs {
		height: 450px;
	}
}

@media (min-width: 550px) and (max-width: 992px) {
	.h1-content-title {
		font-size: 2em;
	}
	.container-rapid-search {
		position: relative;
		margin-top: 0px;
		background-color: white;
		padding: 15px 30px 15px 30px;
		border-left: 5px solid #000000;
		border-right: 5px solid #000000;
		z-index: 2;
		box-shadow: rgb(0 0 0 / 35%) 0px 0px 10px 0px;
	}
}

@media (min-width: 550px) and (max-width: 768px) {
	.container-favoris {
		grid-template-columns: repeat(2, 1fr);
		gap: 15px;
	}
	.bloc-favoris-img > .bloc-favoris-img-a > .bloc-favoris-img-main {
		min-height: 250px;
		max-height: 250px;
	}
	.label-favoris {
		padding: 6px 20px 6px 20px;
		font-size: 16px;
	}
	.label-favoris img {
		height: 28px;
	}
	html .main-slide {
		margin-top: 100px;
	}
	#owl-main-slide .owl-wrapper-outer .owl-wrapper .owl-item .item {
		height: 400px !important;
		content: url(../images/slides/slider1_mobile_xs.jpeg) !important;
	}
	.h3-title {
		font-size: 3em;
	}
	.beautiful-title-second {
		font-size: 2.5em;
	}
	section#carousel_main {
		margin-top: 75px;
	}
}

@media (min-width: 550px) {
	.container-transaction-mobile {
		display: none;
	}
	.overlay-layout {
		display: none;
	}
	#rgpdBan {
		display: none;
	}
}

@media (max-width: 550px) {
	.p-xxs-3 {
		padding: 3rem;
	}
	#rgpdBan_desktop {
		display: none;
	}
	.invisible-logo-mobile {
		display: none;
	}
	.overflow-hidden-layout {
		overflow: hidden;
	}
	.container-rapid-search {
		position: relative;
		background-color: rgba(255, 255, 255, 1);
		z-index: 4;
	}
	.overlay-layout {
		background-color: rgba(0, 0, 0, 0.8);
		height: 100vh;
		width: 100%;
		top: 0;
		left: 0;
		position: absolute;
		z-index: 15000;
	}
	.nopadding-xxs {
		padding: 0 !important;
	}
	.home-subtitle {
		font-size: 2.1rem;
	}
	.social-network-menu {
		display: none;
	}
	.contact-now .left {
		display: none;
	}
	.rubrique-img {
		position: relative;
		height: 85px;
	}
	.rubrique-img img {
		height: 85px;
	}
	.h1-content-title {
		font-size: 1.3em;
	}
	#rgpdBan {
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%)
    }
	#pgl-navbar-main {
		height: 70px;
	}
	.pgl-navbar-main {
		min-height: 60px;
	}
	#pgl-navbar-main.shrink {
		height: 60px;
	}
	#scrollToTop {
		display: none;
	}
	.container-favoris {
		grid-template-columns: repeat(1, 1fr);
	}
	.beautiful-title-second {
		font-size: 1.6em;
	}
	.h2-special-title {
		font-size: 1.25em;
	}
	.height-section-background {
		height: 200px;
	}
	.ul-half {
		display: flex;
		flex-flow: column;
		margin-left: -40px;
	}
	.ul-half li {
		align-items: baseline;
		width: 100%;
	}
	.overlay-content-page {
		background: linear-gradient(90deg, rgba(0, 0, 0, 0.55) 20%, rgba(0, 0, 0, 0.55) 89%);
	}
	.h2-subtitle {
		font-size: 1.9em;
	}
	.mt-bloc-btn-plus {
		margin-top: 5rem;
	}
	.title-home-container h2 {
		text-align: center;
	}
	#en_savoir_plus_syndic {
		padding-bottom: 30px;
	}
	.container-favoris {
		padding: 15px;
	}
	.section-background-title {
		padding: 0;
	}
	.label-favoris {
		padding: 6px 20px 6px 20px;
	}
	.bloc-favoris-description {
		padding: 1.4rem;
	}
	#owl-main-slide .owl-wrapper-outer .owl-wrapper .owl-item .item {
		height: 500px !important;
		content: url(../images/slides/slider1_mobile_xxs.jpeg) !important;
	}
	#contact_accueil {
		flex-direction: column;
	}
	.btn-plus {
		font-size: 11px;
	}
	.title-mobile-container h6 {
        font-size: 3.8rem;
        padding: 2.8rem;
	}
	.h3-title {
        font-size: 2.5em;
        line-height: 0.8;
        margin-top: 10px;
    }
	#section_syndic_content {
		padding: 1rem;
	}
	.beautiful-title-second {
		font-size: 2.1em;
	}
	.check-li-home li {
		font-size: 1.1em;
	}
	.syndic-background {
		height: 300px;
	}
	.syndic-img img {
		height: 300px;
	}
	.footer-bar-container {
		gap: 50px;
	}
	.footer-bar-block {
		display: flex;
		flex-direction: column;
		align-items: center;
		text-align: center;
	}
}

@media (min-width: 330px) and (max-width: 430px) {
	.home-title {
		font-size: 1.75em;
	}
	.home-title img {
		margin-bottom: 30px;
		padding-right: 10px;
		width: 65px;
	}
	.hr-title {
		margin-top: -37px;
		border-top-width: 4px;
		width: 120px;
	}
	.btn-agence a {
		padding: 10px 30px 10px 30px;
	}
}

@media (max-width: 400px) {
	.middlebar-bloc {
		align-items: flex-start;
		padding-left: 10%
	}
}

@media (max-width: 380px) {
	.grid-table-text {
		display: grid;
		grid-template-columns: repeat(1, 1fr);
		gap: 15px;
	}
}

@media (max-width: 330px) {
	.home-title {
		font-size: 1.4em;
	}
	.home-title img {
		margin-bottom: 18px;
		padding-right: 5px;
		width: 40px;
	}
	.hr-title {
		border-top-width: 3px;
	}
	.title-mobile-container h6 {
        font-size: 3rem;
	}
	.btn-agence a {
		padding: 10px 20px 10px 20px;
		letter-spacing: 0px;
	}
}

@media (max-width: 320px) {
	.beautiful-title-second {
		font-size: 1.5em;
	}
	.h2-special-title {
		font-size: 1.15em;
	}
	.h2-subtitle {
		font-size: 1.7em;
	}
}

@media (min-width: 300px) and (max-width: 330px) {
	.btn-plus {
		padding: 10px 20px 10px 20px;
		font-size: 12px;
	}
}

@media (max-width: 300px) {
	.btn-plus {
		padding: 10px 15px 10px 15px;
		font-size: 11px;
	}
}