@charset "UTF-8";

/*
CONTENTS:
01. Common
02. Header
03. Footer
04. Button
05. Form
06. Home
07. Slider
08. Faq
09. Articulos
10. Responsive
*/

html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
}

body {
    margin: 0;
}

main {
    display: block;
    overflow: hidden;
    background: #fffcf1;
}

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

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

pre {
    font-family: monospace, monospace;
    font-size: 1em;
}

a {
    background-color: transparent;
}


abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    text-decoration: underline dotted;
}

b,
strong {
    font-weight: bolder;
}

code,
kbd,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}

small {
    font-size: 80%;
}

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

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}


img {
    border-style: none;
}

button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0;
}

button,
input {
    overflow: visible;
}


button,
select {
    text-transform: none;
}


button,
[type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button;
}


button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0;
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText;
}

fieldset {
    padding: 0.35em 0.75em 0.625em;
}

legend {
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal;
}

progress {
    vertical-align: baseline;
}

textarea {
    overflow: auto;
}

[type="checkbox"],
[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

[type="search"] {
    -webkit-appearance: textfield;
    outline-offset: -2px;
}

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

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit;
}

details {
    display: block;
}

summary {
    display: list-item;
}

template {
    display: none;
}

[hidden] {
    display: none;
}

p {
    margin-top: 0;
    margin-bottom: 10px;
}

/* 01. Common */

body {
    font-family: "Source Sans Pro", sans-serif;
    line-height: 1.6;
    margin: 0;
    color: #9b9b9b;
    line-height: 1.7;
    font-size: 16px;
    font-weight: 400;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
}

hr {
    position: relative;
    display: inline-block;
    width: 30px;
    height: 6px;
    border: 0;
    margin: 20px 0;
}

hr:last-child {
    margin-bottom: 0
}

hr:before,
hr:after {
    content: '';
    border-top: 2px solid #e6ae48;
    position: absolute;
    height: 2px;
    width: 20px;
    margin: auto;
}

hr:before {
    top: 0;
    right: 0;
}

hr:after {
    bottom: 0;
    left: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #222;
    margin-top: 0;
    margin-bottom: 10px;
    font-family: "Montserrat", sans-serif;
}

h1 {
    font-size: 35px;
}

h2 {
    font-size: 30px;
}

h3 {
    font-size: 28px;
    letter-spacing: -1px;
    line-height: 38px;
}

img {
    vertical-align: middle;
}

a {
    text-decoration: none
}

::-moz-selection {
    background: #e6ae48;
    color: #fff;
}

::selection {
    background: #e6ae48;
    color: #fff;
}

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

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

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


.img-responsive {
    max-width: 100%;
    height: auto;
    display: block;
}

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

section {
    padding: 100px 0;
}

section li {
    margin-bottom: 10px;
}

section.bg-gray {
    background: #fff1c6;
}

.page-header {
    padding: 80px 0;
    background: #000000;
    background-image: url('/images/hero-title.jpg');
    background-size: cover;
    background-position: center;
    position: relative;
    text-align: center;
}

.page-header:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: inherit;
    display: block;
    background-color: rgba(0, 0, 0, 0.42);
}

.page-header h1 {
    margin: 0;
    color: #ffffff;
    font-size: 36px;
    letter-spacing: -0.02em;
    position: relative;
}

.page-header h1:before {
    content: 'La posada de Berge';
    display: block;
    font-size: 19px;
    font-style: italic;
    font-weight: 400;
    line-height: 1;
}

/* 02. Header */

header {
    box-shadow: 0 0px 16px rgba(0, 0, 0, 0.15);
    position: relative;
    z-index: 555;
}

.header-topbar {
    color: #9b9b9b;
    font-size: 15px;
    font-weight: 400;
    border-bottom: 1px solid #ededed;
}


.header-topbar-right,
.header-topbar-left {
    float: left;
    list-style: none;
    padding: 0;
    margin: 0;
}

.header-topbar-right {
    float: right;
}

.header-topbar-right>li,
.header-topbar-left>li {
    float: left;
}

.header-topbar-left>li:first-child {
    padding-left: 0;
}

.header-topbar-info {
    padding: 9px 15px;
}

.header-topbar-info i {
    margin-right: 8px;
    color: #e6ae48;
}

.header-topbar-social a {
    float: left;
    display: block;
    padding: 10px 9px;
    color: #333;
    font-size: 14px;
}

.header-topbar-social a:hover {
    color: #e6ae48;
}

.header-topbar-lang {
    position: relative;
}

.header-topbar-lang>a {
    padding: 9px 25px;
    padding-right: 0;
    display: block;
    color: #333;
    font-weight: 700;
}

.header-topbar-lang>a .fa {
    margin-right: 8px;
}

.header-topbar-lang>a .caret {
    margin-right: 0;
    margin-left: 8px;
}

.header-topbar-lang>ul {
    margin: 15px 0 0;
    visibility: hidden;
    opacity: 0;
    position: absolute;
    min-width: 190px;
    top: 100%;
    right: 0;
    list-style: none;
    padding: 15px 0;
    background: #FFF;
    z-index: 5;
    -webkit-box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.15);
    box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.15);
    transition: all 300ms linear;
}

.header-topbar-lang:hover>ul {
    visibility: visible;
    opacity: 1;
    margin-top: 0;
}

.header-topbar-lang>ul>li {
    padding: 0 30px;
}

.header-topbar-lang>ul a {
    display: block;
    line-height: 1.4;
    border-bottom: 1px solid #eee;
    font-size: 13px;
    font-family: 'Montserrat', sans-serif;
    color: #7f7f7f;
    padding: 10px 0;
}

.header-topbar-lang>ul>li.active a,
.header-topbar-lang>ul>li:hover a {
    color: #e6ae48;
}

.header-topbar-lang>ul>li:last-child a {
    border-bottom: 0;
}

.header-navbar .logo {
    display: block;
    margin: 10px 0;
    float: left;
    max-width: 166px;
}

.header-navbar .logo img {
    max-width: 100%;
    height: auto;
}

.header-navbar nav {
    float: right;
    height: 100%;
    display: block;
    margin-right: -20px;
}

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

.header-navbar nav>ul>li {
    float: left;
    position: relative;
    padding: 0 20px;
}

.header-navbar nav>ul ul {
    display: none
}

.header-navbar nav>ul>li>a {
    color: #3b3b3b;
    padding: 40px 0;
    display: block;
    font-size: 13px;
    font-family: "Montserrat";
    font-weight: 700;
    text-transform: uppercase;
    position: relative;
    transition: all .3s;
}

.header-navbar nav>ul>li>a:before {
    content: '';
    position: absolute;
    left: 0;
    height: 2px;
    width: 100%;
    bottom: 0;
    background-color: #e6ae48;
    display: block;
    opacity: 0;
    transition: all .3s;
}

.header-navbar nav>ul>li.active>a:before,
.header-navbar nav>ul>li:hover>a:before {
    opacity: 1;
}

.header-navbar nav>ul>li.active>a,
.header-navbar nav>ul>li:hover>a {
    color: #e6ae48;
}

.header-navbar-toggle {
    display: none
}

/* 03. Footer */

footer {
    background-color: #222;
    color: #9b9b9b;
    font-size: 15px;
    line-height: 22px;
    font-weight: 500;
}

.footer-top {
    padding: 80px 0;
}

.footer-top h3 {
    margin: 0;
    color: #ffffff;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: bold;
    font-family: "Montserrat";
    margin-bottom: 30px;
}

.footer-logo {
    max-width: 200px;
    opacity: .8;
    width: 100%;
    height: auto;
}

.footer-top img {
    margin-bottom: 15px;
}

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

.footer-nav ul {
    display: none
}

.footer-nav li a {
    color: inherit;
    display: block;
    line-height: 2;
}

.footer-nav li a:hover {
    color: #FFF;
}

.footer-nav li a:before {
    content: '\f105';
    margin-right: 15px;
    font-family: 'FontAwesome';
    color: #e6ae48;
}

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

.footer-contact li {
    margin-top: 6px;
    border-radius: 3px;
    padding: 4px 12px 4px 44px;
    position: relative;
    line-height: 1.2;
}

.footer-contact li i {
    position: absolute;
    left: 0;
    width: 31px;
    text-align: center;
    top: 5px;
    color: #e6ae48;
}


.footer-bottom {
    font-size: 13px;
    background: #212121;
    border-top: 2px solid #2b2b2b;
    padding: 20px 0;
}

.footer-bottom a {
    color: #FFF;
}

.footer-bottom .footer-copyright {
    margin: 0;
    float: left;
}

.footer-bottom .footer-firma {
    float: right;
}

/* 04. Button */

.btn {
    display: inline-block;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 0;
    padding: 13px 35px;
    font-family: 'Montserrat', sans-serif;
    font-size: 13px;
    line-height: 1.84615385;
    letter-spacing: .04em;
    text-transform: uppercase;
    font-weight: 700;
    border-radius: 50px;
    position: relative;
    overflow: hidden;
    transition: all 0.15s ease-in-out;
}

.btn-primary {
    color: #fff;
    background-color: #e6ae48;
}

.btn-primary:hover {
    color: #fff;
    background-color: #222;
}

/* 05. Form */
.icon-boxes{
    padding:30px 0;
    background: #fff1c6;
}
.icon-box {
    display: table
}

.icon-box-icon,
.icon-box-text {
    display: table-cell
}

.icon-box-icon {
    vertical-align: middle;
    padding: 10px 0;
    padding-right: 17px;
    color: #e6af3c;
}

.icon-box-icon i {
    border-radius: 50%;
    width: 54px;
    height: 54px;
    text-align: center;
    display: block;
    border: 3px solid #ffffff;
    font-size: 20px;
    line-height: 48px;
    background: #ffffff;
}
@media (min-width:1200px){
    .email .icon-box-text{
       font-size: 13px;
    }
}
.icon-box-text{
    font-size: 18px;
    color: #1a1a1a;
    line-height: 22px;
    display: table-cell;
    vertical-align: middle;
    padding: 10px 0;
}
.icon-box-text p{
    margin-bottom:0;
}
.icon-box-text strong{
    display: block;
    color: #595959;
    font-size: 14px;
    font-weight: 400;
}
.lugar {
    margin-bottom: 15px;
    background: #FFF;
    border: 1px solid #e6ae48;
}

.lugar h2 {
    font-size: 16px;
    margin: 0;
    padding: 11px 25px;
    color: #ffffff;
    cursor: pointer;
    font-family: 'Source Sans Pro';
    text-transform: uppercase;
    font-weight: 600;
    background: #e6ae48;
}


.lugar h2:after {
    content: '\f107';
    float: right;
    font-family: 'FontAwesome';
}

.lugar.active h2:after {
    content: '\f106';
}

.lugar .lugar-content {
    display: none;
    padding: 25px;
    color: #636363;
    line-height: 18px;
}

.lugar.active .lugar-content {
    display: block;
}

.google-map {
    height: 400px;
}

.contact-info ul {
    box-shadow: 0 1px 2px 1px rgba(0, 0, 0, 0.12);
    list-style: none;
    padding: 0;
    margin: 0;
    margin-bottom: 30px;
}

.contact-info ul li {
    border-bottom: 1px solid #e5e5e5;
    padding: 10px 16px 10px 90px;
    position: relative;
    margin: 0;
    text-align: left;
}

.contact-info ul li i {
    padding-top: 15px;
    border-right: 1px solid #e5e5e5;
    width: 65px;
    text-align: center;
    color: #2372bb;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
}

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

label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    color: #333;
}

.form-control {
    display: block;
    width: 100%;
    height: 45px;
    padding: 6px 12px;
    font-size: 16px;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 4px;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, .25);
}

.has-error label {
    color: #dc3545;
}

.has-error .form-control {
    border-color: #dc3545;
}

.has-error .form-control:focus {
    border-color: #dc3545;
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, .25);
}

textarea.form-control {
    height: auto;
}

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

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

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

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

/* 06. Home */


.intro {
    text-align: center;
    font-size: 17px;
    line-height: 24px;
}

.intro img {
    margin-bottom: 30px;
}

.intro h1 {
    font-size: 32px;
    line-height: 40px;
    letter-spacing: -1px;
    margin-bottom: 10px;
    font-weight: 700;
    font-style: normal;
}

.intro .btn {
    margin-top: 20px;
}

.content-image {
    position: relative;
}

.content-image:after,
.content-image:before {
    content: '';
    display: table;
}

.content-image:after {
    clear: both;
}

.content-image .image {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 50%;
}

.content-image .image .bg-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
}

.content-image .text {
    width: 50%;
    float: right;
}

.content-image .text-inner {
    padding: 0 120px;
    text-align: center;
}

.content-image .text-inner h3 {
    margin-bottom: 30px;
}

.content-image .text-inner a {
    margin-top: 30px;
}

.gallery-grid {
    list-style: none;
    padding: 0;
    margin: 0;
}

.gallery-grid:after,
.gallery-grid:before {
    content: '';
    display: table;
}

.gallery-grid:after {
    clear: both;
}

.gallery-grid li {
    float: left;
    width: 25%;
}

.gallery-grid li img {
    max-width: 100%;
    height: auto;
}

.gallery-grid li figure {
    margin: 0;
    position: relative;
}

.gallery-grid li figure figcaption {
    position: absolute;
    bottom: 30px;
    z-index: 2;
    left: 0;
    width: 100%;
    padding: 0 60px;
    opacity: 0;
    -webkit-transition: all 600ms linear 0ms;
    -khtml-transition: all 600ms linear 0ms;
    -moz-transition: all 600ms linear 0ms;
    -ms-transition: all 600ms linear 0ms;
    -o-transition: all 600ms linear 0ms;
    transition: all 600ms linear 0ms;
    text-align: center;
}

.gallery-grid li figure:hover figcaption {
    opacity: 1;
    bottom: 60px;
}

.gallery-grid li figure figcaption h3 {
    font-size: 18px;
    font-weight: 600;
    line-height: 28px;
    margin-bottom: 8px;
    letter-spacing: 0;
}

.gallery-grid li figure figcaption p {
    color: #333;
    font-size: 13px;
    font-weight: 500;
    font-style: italic;
}

.gallery-grid li figure:before {
    content: "";
    display: block;
    background: rgba(255, 255, 255, 0.8);
    top: 50px;
    left: 30px;
    right: 30px;
    bottom: 0px;
    position: absolute;
    opacity: 0;
    -webkit-transition: all 600ms linear 0ms;
    -khtml-transition: all 600ms linear 0ms;
    -moz-transition: all 600ms linear 0ms;
    -ms-transition: all 600ms linear 0ms;
    -o-transition: all 600ms linear 0ms;
    transition: all 600ms linear 0ms;
}

.gallery-grid li figure:hover:before {
    opacity: 1;
    top: 30px;
    bottom: 30px;
}

/* Catalogo */

.instalaciones-servicios {
    margin-bottom: 80px
}

.instalaciones-servicios h2 {
    font-size: 25px;
    margin-bottom: 25px;
}

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

.instalaciones-servicios ul li {
    padding-left: 35px;
    position: relative;
}

.instalaciones-servicios ul li>i {
    position: absolute;
    left: 0;
    top: 6px;
    color: #e6af3c;
}

.article-item {
    margin-bottom: 160px;
    padding: 0;
    position: relative;
    min-height: 500px;
}

.article-image {
    position: absolute !important;
    height: 100%;
    top: 0;
    padding: 0;
    height: 500px;
    box-shadow: 0 4px 45px 0px rgba(0, 0, 0, 0.25);
}

.ms-slide .ms-slide-bgcont {
    background-size: cover;
}

.article-image.pos-left {
    left: 0;
}

.article-image.pos-right {
    right: 0;
}

.article-item .container {
    padding-top: 48px;
    padding-bottom: 32px;

}

.article-title {
    text-transform: uppercase;
    letter-spacing: 0;
    font-size: 25px;
    line-height: 1.3;
    margin-bottom: 20px;
}

.article-title small {
    display: block;
    font-weight: 400;
    text-transform: none;
    font-size: 20px;
}

.article-contenido ul {
    font-style: italic;
    color: #000;
    font-size: 13px;
    line-height: 1.72222;
    list-style: none;
    padding: 0;
    margin: 20px 0 0 0;
}

.article-contenido ul li {
    float: left;
    width: 50%;
    margin-bottom: 0;
}

@media (max-width:767px) {
    .article-image {
        position: relative !important;
        height: 400px;
    }
}

/* Tarifas */
.tarifas h2 {
    font-size: 20px;
    margin-bottom: 15px;
}

.tarifas table {
    margin-bottom: 60px;
    width: 100%;
    table-layout: fixed;
    text-align: center;
    border-collapse: collapse;
    border: 1px solid #e6af3c;
    background: #FFF;
}

.tarifas table td:first-child {
    text-align: left;
    color: #222;
}

.tarifas table td,
.tarifas table th {
    padding: 5px 15px;
    border-top: 1px solid #DDD;
}

.tarifas table th {
    color: #222;
    font-weight: 600;
    background: #e6ae48;
    color: #FFF;
    border: 0;
}

/* Blog */
.post-item .post-item-image {
    display: block;
    position: relative;
    margin-bottom: 24px;
}

.post-item .post-item-image img {
    max-width: 100%;
    height: auto;
}

.post-item .post-item-image:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    background: rgba(10, 10, 10, 0.2);
    -webkit-transition: .2s ease all;
    transition: .2s ease all;
}

.post-item .post-item-image:hover:after {
    opacity: 1;
}

.post-item .post-item-title {
    font-size: 22px;
    font-family: 'Montserrat';
    font-weight: 600;
    color: #333;
    line-height: 1.2;
    letter-spacing: -1px;
    margin-bottom: 16px;
}

.post-item .post-item-title a {
    color: inherit;
}

.post-item .post-item-date {
    color: #a0a0a0;
    font-weight: 600;
    font-size: 15px;
    margin-bottom: 16px;
    line-height: 1;
}

.post-item .post-item-desc {
    color: #6c757d;
    margin-bottom: 16px;
    line-height: 1.5;
    font-size: 15px;
}

.post-item .post-item-more {}

.post-item .post-item-more a {
    color: #000;
    border-bottom: 1px solid #000;
    padding-bottom: 3px;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 13px;
    letter-spacing: 2px;
}

article {
    max-width: 860px
}

.article-header {
    position: relative;
    overflow: hidden;
}

.article-header:before {
    content: '';
    display: table;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 0;
    height: 100%;
    padding-bottom: 56.25%;
}

.article-header-content {
    padding: 48px;
    position: absolute;
    bottom: 0;
}

.article-header-content h1 {
    color: #FFF;
    line-height: 1.2;
    margin-bottom: 40px;
    font-size: 30px;
}

.article-header-background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;

}

.article-header-background img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    font-family: 'object-fit: cover;';
}

.article-header-background:after {
    background-color: rgba(10, 10, 10, 0.4);
    opacity: .75;
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
}

.article-header-share {
    list-style: none;
    padding: 0;
    margin: 0;
}

.article-header-share li {
    float: left;
    margin-right: 8px;
    margin-bottom: 0;
}

.article-header-share li a {
    background: rgba(33, 37, 41, .5);
    color: #fff;
    display: block;
    padding: 0 16px;
    text-transform: uppercase;
    font-size: 14px;
    line-height: 36px;
    font-weight: 600;
}

.article-header-share li a i {
    margin-right: 8px;
}

.article-content {
    line-height: 1.75;
    color: #121416;
}

.article-content>blockquote {
    position: relative;
    font-size: 20px;
    border-top: 1px #e9ecef solid;
    border-bottom: 1px #e9ecef solid;
    padding-left: 80px;
    padding-top: 24px;
    padding-bottom: 24px;
    line-height: 1.5;
    margin-left: 0;
}

.article-content>blockquote cite {
    display: block;
    color: #a0a0a0;
    font-size: 14px;
    font-style: italic;
    margin-top: 8px;
}

.article-content>blockquote:before {
    content: "\f178";
    font-family: "FontAwesome";
    color: #ced4da;
    line-height: 1;
    position: absolute;
    top: 24px;
    left: 0;
    font-size: 30px;
}

.article-content>* {
    margin-top: 32px;
    margin-bottom: 32px;
}

.article-content ol {
    padding-left: 40px;
    list-style: none;
    counter-reset: ol;
}
.article-content ol[start="7"] {
    counter-reset: ol 6;
}

.article-content ol li {
    padding-left: 40px;
    position: relative;
}

.article-content a {
    color: #e6ae48;
}

.article-content ol li:before {
    width: 24px;
    height: 24px;
    content: counter(ol);
    counter-increment: ol;
    color: #495057;
    font-size: 14px;
    font-weight: 600;
    background-color: #e9ecef;
    border-radius: 50%;
    line-height: 1;
    display: block;
    text-align: center;
    line-height: 24px;
    position: absolute;
    left: 0;
    top: 2px;
}

.article-container {
    padding-left: 120px;
    position: relative;
}

.article-sidebar {
    position: absolute;
    left: 0;
    width: 80px;
}

.article-sidebar ul {
    list-style: none;
    padding: 0;
    margin: 0;
    margin-top: 10px;
}

.article-sidebar ul li {
    text-align: center;
}

.article-sidebar ul li a {
    display: block;
    text-align: center;
    color: #222;
}

/* 07. Slider */
.ms-view {
    background: #FFF;
}

.ms-pattern {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.28);
    z-index: 1;
}

.ms-layer.title {
    color: #FFF;
    font-size: 50px;
    font-family: 'Montserrat';
    font-weight: 700;
    letter-spacing: -1px;
}

.ms-layer.desc {
    color: #FFF;
    font-size: 22px;
}

/* 10. Responsive */
@media (max-width:1199px) {
    .gallery-grid li {
        width: 33.3333333%;
    }
}

@media (max-width:991px) {
    .header-navbar .logo {
        max-width: 120px;
        margin: 22px 0;
    }

    .header-navbar nav {
        margin-right: -8px;
    }

    .header-navbar nav>ul>li {
        padding: 0 8px;
    }

    .header-navbar nav>ul>li>a {
        text-transform: none;
        font-weight: 600;
        font-size: 14px;
    }

    .footer-top .col-md-3+.col-md-3 {
        margin-top: 40px
    }

    .content-image .text-inner {
        padding: 0 60px;
    }

    .gallery-grid li {
        width: 50%;
    }
}

@media (max-width:767px) {

    .header-navbar-top {
        display: block;
        margin: 0 -15px;
        padding: 15px 15px;
    }

    .header-navbar .logo {
        margin: 0;
        max-width: 96px;
    }

    .header-navbar .logo img {
        max-width: 100%;
        height: auto;
        display: block;
    }

    .header-navbar nav {
        margin: 0 -15px;
        float: none;
        display: none;
    }

    .header-navbar nav>ul>li {
        float: none;
        padding: 0;
    }

    .header-navbar nav>ul>li>a {
        padding: 9px 15px;
    }

    .header-navbar nav>ul>li>a:before {
        content: none;
    }

    .header-navbar nav ul {
        padding: 10px 0;
        border-top: 1px solid #ededed;
    }

    .header-topbar-left {
        display: none
    }

    .header-topbar-right {
        float: none;
    }

    .header-topbar-right .header-topbar-lang {
        float: right;
    }

    .header-navbar-toggle {
        display: block;
        float: right;
        padding: 9px 10px;
        background-color: transparent;
        background-image: none;
        border: 1px solid transparent;
        border-radius: 4px;
        outline: 0;
    }

    .header-navbar-toggle span {
        display: block;
        width: 22px;
        height: 2px;
        border-radius: 1px;
        background-color: #e6ae48;
    }

    .header-navbar-toggle span+span {
        margin-top: 4px;
    }

    .header-navbar-top:after,
    .header-navbar-top:before {
        content: '';
        display: table;
    }

    .header-navbar-top:after {
        clear: both;
    }

    .footer-bottom {
        padding: 15px 0
    }

    .footer-bottom .footer-copyright,
    .footer-bottom .footer-firma {
        float: none;
        display: block;
        padding: 0;
        text-align: center;
    }

    .content-image {
        padding: 0;
    }

    .content-image .image {
        position: relative;
        padding-top: 58%;
    }

    .content-image .text,
    .content-image .image {
        width: 100%;
    }

    .content-image .text {
        padding: 80px 15px;
    }

    .content-image .text-inner {
        padding: 0;
    }

    .gallery-grid {
        padding: 15px;
    }

    .gallery-grid li {
        width: 100%;
    }

}

@media (min-width:768px) {
    .header-navbar nav {
        display: block !important
    }
}

/* Pagination */
.pagination {
    list-style: none;
    padding: 0;
    margin: 30px 0;
    text-align: right;
}

.pagination>li {
    display: inline-block;
}

.pagination>li+li {
    margin-left: 5px;
}

.pagination>li>a,
.pagination>li>span {
    width: 40px;
    height: 40px;
    background: #ffffff;
    display: block;
    line-height: 38px;
    border: 2px solid #2873b9;
    color: #2873b9;
    font-weight: 600;
    transition: all .2s;
    text-align: center;
}

.pagination>li.active>a,
.pagination>li.active>span,
.pagination>li:hover>a,
.pagination>li:hover>span {
    background: #2873b9;
    color: #FFF;
}

.pagination>li.disabled>a,
.pagination>li.disabled>span {
    opacity: .5;
}



.scroll-top {
    -webkit-border-radius: 100%;
    -khtml-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
    border-radius: 100%;
    bottom: 0;
    opacity: 0;
    visibility: hidden;
    color: #fff;
    height: 49px;
    position: fixed;
    right: 40px;
    text-align: center;
    width: 49px;
    font-size: 22px;
    z-index: -1;
    background: #e6ae48;
    -webkit-transition: all 300ms linear 0ms;
    -khtml-transition: all 300ms linear 0ms;
    -moz-transition: all 300ms linear 0ms;
    -ms-transition: all 300ms linear 0ms;
    -o-transition: all 300ms linear 0ms;
    transition: all 300ms linear 0ms;
}

.scroll-top.on {
    visibility: visible;
    opacity: 0.5;
    color: #fff;
    bottom: 40px;
    z-index: 999;
}

@media screen and (max-width: 575px) {
    .scroll-top {
        width: 40px;
        height: 40px;
        right: 15px;
    }
}

.scroll-top:hover,
.scroll-top:focus {
    opacity: 1;
}

.scroll-top i {
    left: 0;
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translate(0px, -50%);
    -khtml-transform: translate(0px, -50%);
    -moz-transform: translate(0px, -50%);
    -ms-transform: translate(0px, -50%);
    -o-transform: translate(0px, -50%);
    transform: translate(0px, -50%);
}

@media (max-width:767px){
    .table-responsive{

        width: 100%;
        margin-bottom: 15px;
        overflow-y: hidden;
        -ms-overflow-style: -ms-autohiding-scrollbar;
        min-height: .01%;
        overflow-x: auto;
    }
    .table-responsive table{
        margin: 0;
        width:auto;
        min-width: 100%;
        table-layout: auto;
    }
    .table-responsive table th,
    .table-responsive table td{
        white-space: nowrap;
    }
}