@charset "UTF-8";
/*** functionalities ***/
@import url("https://fonts.googleapis.com/css?family=Poppins:300,300i,400,400i,500,500i,600,600i,700,700i");
.country-select .country-list li.country, .intl-tel-input .country-list .country-name, .intl-tel-input .country-list .flag-box {color: #574944}
.country-select.inside input, .country-select.inside input[type="text"], .intl-tel-input.allow-dropdown input, .intl-tel-input.allow-dropdown input[type="tel"], .intl-tel-input.allow-dropdown input[type="text"], .intl-tel-input.separate-dial-code input, .intl-tel-input.separate-dial-code input[type="tel"], .intl-tel-input.separate-dial-code input[type="text"] {color:#fff}
.intl-tel-input .selected-flag .iti-arrow, .country-select .selected-flag .arrow {border-top: 4px solid #fff}
.yarpp-related * {font-weight: 400 !important}
.wp-block-simpletoc-toc {background: #f5f5f5;padding: 20px 25px;margin-bottom: 30px}
a:link, a:visited, a:before, a:after, a *, a *:before, a *:after, input {text-decoration:none; transition: all 0.2s linear}

.pagination {margin:40px auto;text-align: center;  width: 100%}
.pagination .nav-links {display: flex; justify-content: center}
.pagination .nav-links > * {border-radius: 50%; width:40px; height:40px; line-height:40px; display:block; background: #7f6a63; color:#fff; margin:0 5px; font-weight:500; text-align: center}
.pagination .nav-links > .current, .pagination .nav-links > a:hover {background:#02A6E9}

.grecaptcha-badge {
	display: none !important;
}

@-webkit-keyframes $name {
  from {
    -webkit-transform: scale(1);
  }
  to {
    -webkit-transform: scale(2);
  }
}

@-keyframes $name {
  from {
    -webkit-transform: scale(1);
  }
  to {
    -webkit-transform: scale(2);
  }
}

@-webkit-keyframes $name {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@-keyframes $name {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@-webkit-keyframes breathIn {
  0% {
    background-size: 100% auto;
  }
  100% {
    background-size: 110% auto;
  }
}

@keyframes breathIn {
  0% {
    background-size: 100% auto;
  }
  100% {
    background-size: 110% auto;
  }
}

@-webkit-keyframes breathOut {
  0% {
    background-size: 110% auto;
  }
  100% {
    background-size: 100% auto;
  }
}

@keyframes breathOut {
  0% {
    background-size: 110% auto;
  }
  100% {
    background-size: 100% auto;
  }
}

@-webkit-keyframes HbreathIn {
  0% {
    background-size: auto 100%;
  }
  100% {
    background-size: auto 110%;
  }
}

@keyframes HbreathIn {
  0% {
    background-size: auto 100%;
  }
  100% {
    background-size: auto 110%;
  }
}

@-webkit-keyframes HbreathOut {
  0% {
    background-size: auto 110%;
  }
  100% {
    background-size: auto 100%;
  }
}

@keyframes HbreathOut {
  0% {
    background-size: auto 110%;
  }
  100% {
    background-size: auto 100%;
  }
}

/*** custom fonts ***/
@font-face {
  font-family: "DeValencia";
  font-style: normal;
  font-weight: 400;
  src: url("fonts/de_valencia_beta-webfont.ttf") format("truetype"), url("fonts/de_valencia_beta-webfont.woff2") format("woff2"), url("fonts/de_valencia_beta-webfont.woff") format("woff");
}

@font-face {
  font-family: "Social";
  font-style: normal;
  font-weight: 400;
  src: url("fonts/social-networks.eot?") format("eot"), url("fonts/social-networks.ttf") format("truetype"), url("fonts/social-networks.svg#Social") format("svg"), url("fonts/social-networks.woff") format("woff");
}

@font-face {
  font-family: "Isolabella";
  font-style: normal;
  font-weight: 400;
  src: url("fonts/isolabella.eot?") format("eot"), url("fonts/isolabella.ttf") format("truetype"), url("fonts/isolabella.svg#Isolabella") format("svg"), url("fonts/isolabella.woff") format("woff");
}
HTML {
    scroll-behavior: smooth;
}
/*** custom variables ***/
.button, .icon.mobile, .icon.phone:before {
  font-family: "Isolabella";
}

.icon.youtube:before,.icon.facebook:before, .icon.twitter:before, .icon.google:before, .icon.email:before {
  font-family: "Social";
}

#header nav h3, #header nav ul li a, #header .video .video-title h1, #header .normal header h1, #footer .newsletter p, #footer .newsletter h3, #footer .social h3, #main .content h2, #home-cats a > span h2 {
  font-weight: 300;
}

a#gototop {
	position: fixed;
	bottom: 15px;
	right: 15px;
	background: #fff;
	border-radius: 50%;
	width: 34px;
	height: 34px;
	display: block;
	display: flex;
	justify-content: center;
	align-items: center;
	box-shadow: 3px 5px 10px 0px rgba(0,0,0,0.2);
}
a#gototop::before {
	font-family: isolabella;
	content: '/';
	color: #000;
}
a#gototop span {
	display: none;
}
/*** bootstrap elements ***/
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

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

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

body {
  margin: 0;
  font-family: "Poppins", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #574944;
  text-align: left;
  background-color: #fff;
}

[tabindex="-1"]:focus {
  outline: 0 !important;
}

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

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

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

dt {
  font-weight: 700;
}

dd {
  margin-bottom: .5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

dfn {
  font-style: italic;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

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

sub {
  bottom: -.25em;
}

sup {
  top: -.5em;
}

a {
  color: #02A6E9;
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

a:hover {
  color: #01709d;
  text-decoration: underline;
}

a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none;
}

a:not([href]):not([tabindex]):hover, a:not([href]):not([tabindex]):focus {
  color: inherit;
  text-decoration: none;
}

a:not([href]):not([tabindex]):focus {
  outline: 0;
}

pre,
code,
kbd,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 1em;
}

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  -ms-overflow-style: scrollbar;
}

figure {
  margin: 0 0 1rem;
}

img {
  vertical-align: middle;
  border-style: none;
}

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

table {
  border-collapse: collapse;
}

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #6c757d;
  text-align: left;
  caption-side: bottom;
}

th {
  text-align: inherit;
}

label {
  display: inline-block;
  margin-bottom: 0.5rem;
}

button {
  border-radius: 0;
}

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

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

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html [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 {
  padding: 0;
  border-style: none;
}

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

input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
  -webkit-appearance: listbox;
}

textarea {
  overflow: auto;
  resize: vertical;
}

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

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: .5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

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

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

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

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

output {
  display: inline-block;
}

summary {
  display: list-item;
  cursor: pointer;
}

template {
  display: none;
}

[hidden] {
  display: none !important;
}

*:focus {outline:none}

input[type="text"], input[type="number"], input[type="email"], input[type="tel"], input[type="submit"], textarea, select  {font-family: Mukta, sans-serif; font-size:15px; margin:3px 0 0 0; border:0; border-bottom: 1px solid #fff; color:#333; width:100%; background: none}
input[type="submit"]{width:inherit}
input[type="text"], input[type="email"], input[type="number"], input[type="tel"], select, textarea {padding:10px}
input[type="text"], input[type="email"], input[type="number"], input[type="tel"] {height:40px}
textarea {height: 120px;}
input:not([type="submit"]):focus, textarea:focus {background: rgba(255, 255, 255, .4)}

#contattic {background: #7f6a63; padding:30px; font-size: 90%;border-radius:20px;margin: 50px 0;}
#contattic > *:not(.contatti) {margin:0 2% 2% 2%}
.page #main #contattic p, .page #main #contattic a, .category #main #contattic p, .category #main #contattic a {color: #fff}
.contatti {text-align: left; margin-bottom:20px}
label {text-align: left; display: inline-block; color:#fff}
.contatti > div {margin-bottom:5%}
.contatti > p {clear:both;width:94%;margin:3%}
.notes {font-size:80%}


span.wpcf7-list-item {margin: 0 !important}
.wpcf7-spinner {display:none}

input[type="submit"] {border:0;height:40px;padding:0 15px; font-size:18px; text-transform:uppercase; cursor:pointer; background:#574944; color:#fff; font-weight:400}
input[type="submit"]:disabled, input[type="submit"]:disabled:hover, input[type="submit"]:disabled:hover {background: #f5f5f5;
color: #d0d0d0;cursor:text}
input[type="submit"]:hover, input[type="submit"]:active {background:##0485ba;}
::-webkit-input-placeholder {color: #999; font-style: italic}

span.wpcf7-not-valid-tip {color: #D9CCCA  !important; font-size: 13px; margin-top: 5px}
div.wpcf7-validation-errors, div.wpcf7-acceptance-missing {background:#C4975E !important}
div.wpcf7-mail-sent-ok {background:#7f6a63 !important}

/*!
 * Bootstrap Grid v4.1.1 (https://getbootstrap.com/)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
@-ms-viewport {
  width: device-width;
}

html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -ms-overflow-style: scrollbar;
}

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

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

.home .content .container {padding:40px 15px}
#featuredimage img {max-width:100%; height:auto}
#homeblog {padding:50px 0}
#homeblog h3 {margin:0 auto 40px auto;font-weight:300; text-align: center; font-size: 24px}
#cmplz-document {max-width: 100% !important}
.tax-sicily-blog a:hover {text-decoration: none}

#bradcrumbsdate {margin-bottom: 30px}
#postadate {font-size: 13px}
#breadcrumbs {margin:0}

.single-blog h1 {color:#574944;margin-top: 50px; text-align: center; font-weight: 500;font-size: 24px; line-height: 1.3;}
.single-blog #breadcrumbs {margin-bottom: 10px}

.single-blog aside {margin-bottom: 50px}
.single-blog aside h3 {margin-bottom: 20px;color:#574944; font-weight: 500}
.single-blog #relatedposts > a {display: flex;font-size: 13px; align-items: center; margin-bottom: 15px;color:#574944}
.single-blog #relatedposts > a:hover {color:#02A6E9; text-decoration: none}
.single-blog #relatedposts img {margin-right: 10px; border-radius: 50%;}

.simpletoc-list a,  .single #main .description h2.simpletoc-title {color:#574944}
ul.simpletoc-list ul {padding-left: 20px}
.contact {text-align: center}
.contact a, .ctalanding a {display: inline-block; height: 50px; line-height: 46px; padding:0 30px; border:2px solid #02A6E9; color:#574944; border-radius: 25px; margin-top: 20px}
.ctalanding a {margin-top: 0; color:#fff; margin-bottom: 50px; border: none; background: #574944;height: 48px;}
 #main .description h2#what-do-you-need-during-your-private-tour-of-sicily{  font-size: 22px;color: #7F6A63;font-weight: 300;margin-top: 30px;}
.colonnecta{display: flex;justify-content: center;}
.wp-block-image {text-align: center !important}
#catalogolanding{margin: 50px 0;}
.page #main #catalogolanding .title-2 span::after{background-color: #7F6A63;}
.contact a:hover, .ctalanding a:hover {background: #02A6E9; color:#fff; text-decoration: none}
.ctalanding a:hover {background: #7F6A63}
.ctalanding {text-align: center;margin: 0 5px;}
.author_bio_section {border:1px solid #CEC5BF; padding:30px;margin: 30px 0; position: relative}
.author_bio_section:before {content:''; background: url(images/newsletter-graph.png.webp) no-repeat bottom 0 right 10px; width:100%; height:100%; position: absolute; bottom:0; right:0;opacity: .1; z-index: -1;}
.author_bio_section * {color:#574944}
.author_details {padding-left:20px; border-left: 1px solid #CEC5BF}
.addtoany_shortcode {text-align: right}
.author_img {margin-bottom: 20px}
.author_img img {border-radius: 50%; width: 90px}
.author_name, .author_img {text-align: center}

.archive.tax-sicily-blog #breadcrumbs {margin-bottom:50px}

#tags ul {margin:0;padding:0;list-style: none; display: flex; justify-content: flex-start; flex-wrap: wrap}
#tags ul li {margin:5px 5px 5px 0}
#tags a {display:block; background: #7f6a63; color:#fff; text-transform: uppercase; font-size: 12px; height:22px;line-height:22px; padding:0 8px}
#tags a:hover {background:#02A6E9; text-decoration: none}

#featuredimage {margin:30px auto}

.ctabigc {margin:50px 0;width:100%; text-align: center}
a.ctabig {max-width: 600px; display:inline-block;padding:30px; background: url(images/bgbigcta.png) no-repeat bottom right #02A6E9; color:#fff; border-radius: 30px; background-size:auto 90%; margin:0 auto; text-align: center}
.single #main a.ctabig p {color:#fff}
a.ctabig .ctabutton {padding:0 30px; background: #fff; color:#638179; border-radius: 10px; font-weight: 600; height:50px;line-height:46px; display: inline-block; margin:0 auto;border:2px solid #fff}
a.ctabig:hover .ctabutton {background: none; color:#fff}
a.ctabig:hover {text-decoration: none}

a.ctabig > div {margin-bottom: 20px}

.smalltext {font-size: 13px}
.bigtext {font-size: 35px; line-height: 1.3;}
.mediumtext {font-size: 16px}

#headercat {margin-bottom: 50px}
 .fullimg {margin: 50px 0}
 .fullimg img, #headercat img {max-width: 100%; height:auto}
.casestudy {text-align:center; margin-bottom: 30px}
.casestudy img {margin: 0 auto;border-radius: 50%;}

@media (min-width: 480px) {
.contatti {display: flex; justify-content: flex-start; flex-wrap: wrap;}
.contatti > div {width:46%; margin: 0 2% 5% 2%}
}

@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}


@media (min-width: 768px) {

  #contattic {padding:40px}
.contatti > div {width:29.3333%}

    .author_bio_section::before {
	background: url(images/newsletter-graph.png.webp) no-repeat top 10px right 10px;}
  .container {
    max-width: 720px;
  }
    .author_bio {display: flex; justify-content: space-between}
    .author_img {width:90px}
    .author_details {width: calc(100% - 120px)}
}

@media (max-width: 991px) {

}

@media (min-width: 992px) {

    #split2blog {display: flex; justify-content: space-between;}
    #split2blog > article {width:65%}
    #split2blog > aside {width:30%;margin-top: 170px;}

  .container {
    max-width: 960px;
  }
  #footer .newsletter {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58%;
    flex: 0 0 58%;
    max-width: 58%;
  }
  #footer .social {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 42%;
    flex: 0 0 42%;
    max-width: 42%;
}
}

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

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

.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.no-gutters {
  margin-right: 0;
  margin-left: 0;
}

.no-gutters > .col,
.no-gutters > [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
.col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm,
.col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md,
.col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg,
.col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,
.col-xl-auto {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.col {
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  max-width: 100%;
}

.col-auto {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: auto;
  max-width: none;
}

.col-1 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 8.33333%;
          flex: 0 0 8.33333%;
  max-width: 8.33333%;
}

.col-2 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 16.66667%;
          flex: 0 0 16.66667%;
  max-width: 16.66667%;
}

.col-3 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 25%;
          flex: 0 0 25%;
  max-width: 25%;
}

.col-4 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 33.33333%;
          flex: 0 0 33.33333%;
  max-width: 33.33333%;
}

.col-5 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 41.66667%;
          flex: 0 0 41.66667%;
  max-width: 41.66667%;
}

.col-6 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  max-width: 50%;
}

.col-7 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 58.33333%;
          flex: 0 0 58.33333%;
  max-width: 58.33333%;
}

.col-8 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 66.66667%;
          flex: 0 0 66.66667%;
  max-width: 66.66667%;
}

.col-9 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 75%;
          flex: 0 0 75%;
  max-width: 75%;
}

.col-10 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 83.33333%;
          flex: 0 0 83.33333%;
  max-width: 83.33333%;
}

.col-11 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 91.66667%;
          flex: 0 0 91.66667%;
  max-width: 91.66667%;
}

.col-12 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
}

.order-first {
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
}

.order-last {
  -webkit-box-ordinal-group: 14;
      -ms-flex-order: 13;
          order: 13;
}

.order-0 {
  -webkit-box-ordinal-group: 1;
      -ms-flex-order: 0;
          order: 0;
}

.order-1 {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.order-2 {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

.order-3 {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
}

.order-4 {
  -webkit-box-ordinal-group: 5;
      -ms-flex-order: 4;
          order: 4;
}

.order-5 {
  -webkit-box-ordinal-group: 6;
      -ms-flex-order: 5;
          order: 5;
}

.order-6 {
  -webkit-box-ordinal-group: 7;
      -ms-flex-order: 6;
          order: 6;
}

.order-7 {
  -webkit-box-ordinal-group: 8;
      -ms-flex-order: 7;
          order: 7;
}

.order-8 {
  -webkit-box-ordinal-group: 9;
      -ms-flex-order: 8;
          order: 8;
}

.order-9 {
  -webkit-box-ordinal-group: 10;
      -ms-flex-order: 9;
          order: 9;
}

.order-10 {
  -webkit-box-ordinal-group: 11;
      -ms-flex-order: 10;
          order: 10;
}

.order-11 {
  -webkit-box-ordinal-group: 12;
      -ms-flex-order: 11;
          order: 11;
}

.order-12 {
  -webkit-box-ordinal-group: 13;
      -ms-flex-order: 12;
          order: 12;
}

.offset-1 {
  margin-left: 8.33333%;
}

.offset-2 {
  margin-left: 16.66667%;
}

.offset-3 {
  margin-left: 25%;
}

.offset-4 {
  margin-left: 33.33333%;
}

.offset-5 {
  margin-left: 41.66667%;
}

.offset-6 {
  margin-left: 50%;
}

.offset-7 {
  margin-left: 58.33333%;
}

.offset-8 {
  margin-left: 66.66667%;
}

.offset-9 {
  margin-left: 75%;
}

.offset-10 {
  margin-left: 83.33333%;
}

.offset-11 {
  margin-left: 91.66667%;
}

@media (min-width: 576px) {
  .col-sm {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%;
  }
  .col-sm-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-sm-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
            flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .col-sm-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-sm-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .col-sm-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
            flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .col-sm-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
            flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .col-sm-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
            flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .col-sm-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
            flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .col-sm-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
            flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .col-sm-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .order-sm-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
  .order-sm-last {
    -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
            order: 13;
  }
  .order-sm-0 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
  .order-sm-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .order-sm-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .order-sm-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .order-sm-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .order-sm-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
  .order-sm-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }
  .order-sm-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
  }
  .order-sm-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8;
  }
  .order-sm-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9;
  }
  .order-sm-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10;
  }
  .order-sm-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11;
  }
  .order-sm-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.33333%;
  }
  .offset-sm-2 {
    margin-left: 16.66667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.33333%;
  }
  .offset-sm-5 {
    margin-left: 41.66667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.33333%;
  }
  .offset-sm-8 {
    margin-left: 66.66667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.33333%;
  }
  .offset-sm-11 {
    margin-left: 91.66667%;
  }
}

@media (min-width: 768px) {
    .author_name {
	text-align: left;
}
    a#gototop {
	bottom: 30px;
	right: 30px;
}
  .col-md {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%;
  }
  .col-md-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-md-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
            flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .col-md-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-md-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .col-md-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
            flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .col-md-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
            flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .col-md-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
            flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .col-md-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
            flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .col-md-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
            flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .col-md-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .order-md-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
  .order-md-last {
    -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
            order: 13;
  }
  .order-md-0 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
  .order-md-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .order-md-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .order-md-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .order-md-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .order-md-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
  .order-md-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }
  .order-md-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
  }
  .order-md-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8;
  }
  .order-md-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9;
  }
  .order-md-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10;
  }
  .order-md-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11;
  }
  .order-md-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.33333%;
  }
  .offset-md-2 {
    margin-left: 16.66667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.33333%;
  }
  .offset-md-5 {
    margin-left: 41.66667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.33333%;
  }
  .offset-md-8 {
    margin-left: 66.66667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.33333%;
  }
  .offset-md-11 {
    margin-left: 91.66667%;
  }
}

@media (min-width: 992px) {
  .col-lg {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%;
  }
  .col-lg-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-lg-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
            flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .col-lg-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-lg-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .col-lg-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
            flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .col-lg-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
            flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .col-lg-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
            flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .col-lg-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
            flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .col-lg-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
            flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .col-lg-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .order-lg-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
  .order-lg-last {
    -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
            order: 13;
  }
  .order-lg-0 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
  .order-lg-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .order-lg-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .order-lg-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .order-lg-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .order-lg-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
  .order-lg-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }
  .order-lg-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
  }
  .order-lg-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8;
  }
  .order-lg-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9;
  }
  .order-lg-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10;
  }
  .order-lg-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11;
  }
  .order-lg-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.33333%;
  }
  .offset-lg-2 {
    margin-left: 16.66667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.33333%;
  }
  .offset-lg-5 {
    margin-left: 41.66667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.33333%;
  }
  .offset-lg-8 {
    margin-left: 66.66667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.33333%;
  }
  .offset-lg-11 {
    margin-left: 91.66667%;
  }
}

@media (min-width: 1200px) {
  .col-xl {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%;
  }
  .col-xl-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-xl-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
            flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .col-xl-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-xl-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .col-xl-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
            flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .col-xl-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
            flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .col-xl-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
            flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .col-xl-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
            flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .col-xl-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
            flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .col-xl-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xl-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
  .order-xl-last {
    -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
            order: 13;
  }
  .order-xl-0 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
  .order-xl-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .order-xl-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .order-xl-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .order-xl-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .order-xl-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
  .order-xl-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }
  .order-xl-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
  }
  .order-xl-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8;
  }
  .order-xl-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9;
  }
  .order-xl-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10;
  }
  .order-xl-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11;
  }
  .order-xl-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.33333%;
  }
  .offset-xl-2 {
    margin-left: 16.66667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.33333%;
  }
  .offset-xl-5 {
    margin-left: 41.66667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.33333%;
  }
  .offset-xl-8 {
    margin-left: 66.66667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.33333%;
  }
  .offset-xl-11 {
    margin-left: 91.66667%;
  }
}

.d-none {
  display: none !important;
}

.d-inline {
  display: inline !important;
}

.d-inline-block {
  display: inline-block !important;
}

.d-block {
  display: block !important;
}

.d-table {
  display: table !important;
}

.d-table-row {
  display: table-row !important;
}

.d-table-cell {
  display: table-cell !important;
}

.d-flex {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.d-inline-flex {
  display: -webkit-inline-box !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
}

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-md-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

@media (min-width: 992px) {
  .d-lg-none {
    display: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-row {
    display: table-row !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

@media print {
  .d-print-none {
    display: none !important;
  }
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-block {
    display: block !important;
  }
  .d-print-table {
    display: table !important;
  }
  .d-print-table-row {
    display: table-row !important;
  }
  .d-print-table-cell {
    display: table-cell !important;
  }
  .d-print-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-print-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

.flex-row {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: row !important;
          flex-direction: row !important;
}

.flex-column {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: column !important;
          flex-direction: column !important;
}

.flex-row-reverse {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: reverse !important;
      -ms-flex-direction: row-reverse !important;
          flex-direction: row-reverse !important;
}

.flex-column-reverse {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: reverse !important;
      -ms-flex-direction: column-reverse !important;
          flex-direction: column-reverse !important;
}

.flex-wrap {
  -ms-flex-wrap: wrap !important;
      flex-wrap: wrap !important;
}

.flex-nowrap {
  -ms-flex-wrap: nowrap !important;
      flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
  -ms-flex-wrap: wrap-reverse !important;
      flex-wrap: wrap-reverse !important;
}

.flex-fill {
  -webkit-box-flex: 1 !important;
      -ms-flex: 1 1 auto !important;
          flex: 1 1 auto !important;
}

.flex-grow-0 {
  -webkit-box-flex: 0 !important;
      -ms-flex-positive: 0 !important;
          flex-grow: 0 !important;
}

.flex-grow-1 {
  -webkit-box-flex: 1 !important;
      -ms-flex-positive: 1 !important;
          flex-grow: 1 !important;
}

.flex-shrink-0 {
  -ms-flex-negative: 0 !important;
      flex-shrink: 0 !important;
}

.flex-shrink-1 {
  -ms-flex-negative: 1 !important;
      flex-shrink: 1 !important;
}

.justify-content-start {
  -webkit-box-pack: start !important;
      -ms-flex-pack: start !important;
          justify-content: flex-start !important;
}

.justify-content-end {
  -webkit-box-pack: end !important;
      -ms-flex-pack: end !important;
          justify-content: flex-end !important;
}

.justify-content-center {
  -webkit-box-pack: center !important;
      -ms-flex-pack: center !important;
          justify-content: center !important;
}

.justify-content-between {
  -webkit-box-pack: justify !important;
      -ms-flex-pack: justify !important;
          justify-content: space-between !important;
}

.justify-content-around {
  -ms-flex-pack: distribute !important;
      justify-content: space-around !important;
}

.align-items-start {
  -webkit-box-align: start !important;
      -ms-flex-align: start !important;
          align-items: flex-start !important;
}

.align-items-end {
  -webkit-box-align: end !important;
      -ms-flex-align: end !important;
          align-items: flex-end !important;
}

.align-items-center {
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
}

.align-items-baseline {
  -webkit-box-align: baseline !important;
      -ms-flex-align: baseline !important;
          align-items: baseline !important;
}

.align-items-stretch {
  -webkit-box-align: stretch !important;
      -ms-flex-align: stretch !important;
          align-items: stretch !important;
}

.align-content-start {
  -ms-flex-line-pack: start !important;
      align-content: flex-start !important;
}

.align-content-end {
  -ms-flex-line-pack: end !important;
      align-content: flex-end !important;
}

.align-content-center {
  -ms-flex-line-pack: center !important;
      align-content: center !important;
}

.align-content-between {
  -ms-flex-line-pack: justify !important;
      align-content: space-between !important;
}

.align-content-around {
  -ms-flex-line-pack: distribute !important;
      align-content: space-around !important;
}

.align-content-stretch {
  -ms-flex-line-pack: stretch !important;
      align-content: stretch !important;
}

.align-self-auto {
  -ms-flex-item-align: auto !important;
      -ms-grid-row-align: auto !important;
      align-self: auto !important;
}

.align-self-start {
  -ms-flex-item-align: start !important;
      align-self: flex-start !important;
}

.align-self-end {
  -ms-flex-item-align: end !important;
      align-self: flex-end !important;
}

.align-self-center {
  -ms-flex-item-align: center !important;
      -ms-grid-row-align: center !important;
      align-self: center !important;
}

.align-self-baseline {
  -ms-flex-item-align: baseline !important;
      align-self: baseline !important;
}

.align-self-stretch {
  -ms-flex-item-align: stretch !important;
      -ms-grid-row-align: stretch !important;
      align-self: stretch !important;
}

@media (min-width: 576px) {
  .flex-sm-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }
  .flex-sm-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }
  .flex-sm-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
  }
  .flex-sm-fill {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important;
  }
  .flex-sm-grow-0 {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important;
  }
  .flex-sm-grow-1 {
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important;
  }
  .flex-sm-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
  }
  .flex-sm-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
  }
  .justify-content-sm-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
  .justify-content-sm-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }
  .justify-content-sm-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }
  .align-items-sm-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }
  .align-items-sm-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }
  .align-items-sm-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }
  .align-items-sm-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }
  .align-items-sm-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }
  .align-content-sm-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }
  .align-content-sm-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }
  .align-content-sm-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }
  .align-content-sm-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }
  .align-content-sm-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }
  .align-content-sm-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
  }
  .align-self-sm-auto {
    -ms-flex-item-align: auto !important;
        -ms-grid-row-align: auto !important;
        align-self: auto !important;
  }
  .align-self-sm-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
  }
  .align-self-sm-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important;
  }
  .align-self-sm-center {
    -ms-flex-item-align: center !important;
        -ms-grid-row-align: center !important;
        align-self: center !important;
  }
  .align-self-sm-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
  }
  .align-self-sm-stretch {
    -ms-flex-item-align: stretch !important;
        -ms-grid-row-align: stretch !important;
        align-self: stretch !important;
  }
}

@media (min-width: 768px) {
  .flex-md-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }
  .flex-md-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
  .flex-md-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }
  .flex-md-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
  }
  .flex-md-fill {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important;
  }
  .flex-md-grow-0 {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important;
  }
  .flex-md-grow-1 {
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important;
  }
  .flex-md-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
  }
  .flex-md-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
  }
  .justify-content-md-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }
  .justify-content-md-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }
  .justify-content-md-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
  .justify-content-md-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }
  .justify-content-md-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }
  .align-items-md-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }
  .align-items-md-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }
  .align-items-md-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }
  .align-items-md-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }
  .align-items-md-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }
  .align-content-md-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }
  .align-content-md-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }
  .align-content-md-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }
  .align-content-md-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }
  .align-content-md-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }
  .align-content-md-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
  }
  .align-self-md-auto {
    -ms-flex-item-align: auto !important;
        -ms-grid-row-align: auto !important;
        align-self: auto !important;
  }
  .align-self-md-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
  }
  .align-self-md-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important;
  }
  .align-self-md-center {
    -ms-flex-item-align: center !important;
        -ms-grid-row-align: center !important;
        align-self: center !important;
  }
  .align-self-md-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
  }
  .align-self-md-stretch {
    -ms-flex-item-align: stretch !important;
        -ms-grid-row-align: stretch !important;
        align-self: stretch !important;
  }
}

@media (min-width: 992px) {
  .flex-lg-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }
  .flex-lg-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }
  .flex-lg-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
  }
  .flex-lg-fill {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important;
  }
  .flex-lg-grow-0 {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important;
  }
  .flex-lg-grow-1 {
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important;
  }
  .flex-lg-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
  }
  .flex-lg-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
  }
  .justify-content-lg-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
  .justify-content-lg-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }
  .justify-content-lg-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }
  .align-items-lg-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }
  .align-items-lg-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }
  .align-items-lg-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }
  .align-items-lg-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }
  .align-items-lg-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }
  .align-content-lg-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }
  .align-content-lg-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }
  .align-content-lg-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }
  .align-content-lg-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }
  .align-content-lg-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }
  .align-content-lg-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
  }
  .align-self-lg-auto {
    -ms-flex-item-align: auto !important;
        -ms-grid-row-align: auto !important;
        align-self: auto !important;
  }
  .align-self-lg-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
  }
  .align-self-lg-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important;
  }
  .align-self-lg-center {
    -ms-flex-item-align: center !important;
        -ms-grid-row-align: center !important;
        align-self: center !important;
  }
  .align-self-lg-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
  }
  .align-self-lg-stretch {
    -ms-flex-item-align: stretch !important;
        -ms-grid-row-align: stretch !important;
        align-self: stretch !important;
  }
}

@media (min-width: 1200px) {
  .flex-xl-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }
  .flex-xl-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }
  .flex-xl-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
  }
  .flex-xl-fill {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important;
  }
  .flex-xl-grow-0 {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important;
  }
  .flex-xl-grow-1 {
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important;
  }
  .flex-xl-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
  }
  .flex-xl-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
  }
  .justify-content-xl-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
  .justify-content-xl-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }
  .justify-content-xl-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }
  .align-items-xl-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }
  .align-items-xl-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }
  .align-items-xl-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }
  .align-items-xl-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }
  .align-items-xl-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }
  .align-content-xl-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }
  .align-content-xl-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }
  .align-content-xl-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }
  .align-content-xl-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }
  .align-content-xl-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }
  .align-content-xl-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
  }
  .align-self-xl-auto {
    -ms-flex-item-align: auto !important;
        -ms-grid-row-align: auto !important;
        align-self: auto !important;
  }
  .align-self-xl-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
  }
  .align-self-xl-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important;
  }
  .align-self-xl-center {
    -ms-flex-item-align: center !important;
        -ms-grid-row-align: center !important;
        align-self: center !important;
  }
  .align-self-xl-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
  }
  .align-self-xl-stretch {
    -ms-flex-item-align: stretch !important;
        -ms-grid-row-align: stretch !important;
        align-self: stretch !important;
  }
}

.clearfix::after {
  display: block;
  clear: both;
  content: "";
}

.w-25 {
  width: 25% !important;
}

.w-50 {
  width: 50% !important;
}

.w-75 {
  width: 75% !important;
}

.w-100 {
  width: 100% !important;
}

.w-auto {
  width: auto !important;
}

.h-25 {
  height: 25% !important;
}

.h-50 {
  height: 50% !important;
}

.h-75 {
  height: 75% !important;
}

.h-100 {
  height: 100% !important;
}

.h-auto {
  height: auto !important;
}

.mw-100 {
  max-width: 100% !important;
}

.mh-100 {
  max-height: 100% !important;
}

/*** custom utilities ***/
.abs-hidden, .abs-center {
  position: absolute;
  left: -9999px;
  top: -9999px;
}

#header .normal header h1, #main .content h2 {
  text-transform: uppercase;
  font-size: 18px;
  color: #7F6A63;
}

.abs-center {
  right: -9999px;
  bottom: -9999px;
  margin: auto;
}

.pos-rel {
  position: relative;
}

.button {
  -webkit-transition: all ease-out 0.3s;
  transition: all ease-out 0.3s;
  padding: 10px 30px;
  font-size: 20px;
  line-height: 30px;
  background: transparent;
  font-weight: 300;
}

.button:hover {
  background: #fff;
  color: #7F6A63;
}

.icon {
  overflow: hidden;
}

.icon.mobile:before {
  content: "a";
}

.icon.mobile.opened:before {
  content: "b";
}

.icon.phone:before {
  content: "c";
}

.icon.facebook:before {
  content: "f";
}

.icon.youtube:before {
  content: "y";
}


.icon.twitter:before {
  content: "i";
}

.icon.google:before {
  content: "g";
}

.icon.email:before {
  content: "e";
}

/*** form ***/
[type="text"], [type="password"], [type="number"], [type="submit"] {
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  color: #7F6A63;
  height: 40px;
  max-width: 100%;
  padding: 0 10px;
  border: none;
}

[type="submit"] {
  cursor: pointer;
  font-size: 20px;
  font-weight: 300;
  text-transform: uppercase;
}

/*[type="submit"]:hover, button:hover {
  -webkit-animation-name: pulse;
  animation-name: pulse;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-direction: alternate;
  animation-direction: alternate;
}*/

/*** menu ***/
ul.menu {
  list-style-type: none;
  list-style-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAQAAAC1HAwCAAAAC0lEQVR42mNkYAAAAAYAAjCB0C8AAAAASUVORK5CYII=);
}

ul.menu.with-pipe li :after {
  content: "|";
  margin: 0 3px;
}

ul.menu.with-pipe li:last-child :after {
  content: "";
  margin: 0;
}

/*** titles ***/
/*** partials ***/
.social {
  padding-bottom: 30px;
  margin-bottom: 0;
}

.social a {
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -moz-align-items: center;
  align-items: center;
  text-decoration: none;
}

.social a:before {
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-transition: color 0.5s ease;
  transition: color 0.5s ease;
  vertical-align: middle;
  text-align: center;
  margin-right: 10px;
}

.social a:hover {
  -webkit-animation-name: pulse;
  animation-name: pulse;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-direction: alternate;
  animation-direction: alternate;
}

#header .social a:before {
  height: 40px;
  width: 40px;
  font-size: 30px;
  line-height: 40px;
  color: #02A6E9;
  background: #fff;
}

#footer .social a:before {
  height: 50px;
  width: 50px;
  font-size: 30px;
  line-height: 50px;
  color: #7F6A63;
  background: #CEC5BF;
}

#footer .social a.facebook:hover:before {
  color: #31497D;
}

#footer .social a.twitter:hover:before {
  color: #CC328A;
}

#footer .social a.youtube:hover:before {
  color: #f00;
}

@media (min-width: 992px) {
  .social a:before {
    height: 60px;
    width: 60px;
    font-size: 40px;
    line-height: 60px;
  }
  #header .social a:before, #footer .social a:before {
    height: 60px;
    width: 60px;
    font-size: 40px;
    line-height: 60px;
  }
  #footer .social a {
    margin: 0 10px;
  }
  #footer .social a:before {
    margin: 0;
  }
}

.readmore .readmorebtn {
  display: none;
}

@media (max-width: 991.98px) {
  .readmore {
    position: relative;
    height: 150px;
    overflow: hidden;
  }
  .readmore:after, .readmore:before {
    content: "";
    position: absolute;
  }
  .readmore:after {
    height: 150px;
    overflow: hidden;
    bottom: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), color-stop(50%, white), to(white));
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, white 50%, white 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff',endColorstr='#ffffff',GradientType=0);
  }
  .readmore .readmorebtn {
    display: block;
    position: absolute;
    top: 100px;
    cursor: pointer;
    font-size: 14px;
    z-index: 2;
    height: 30px;
    line-height: 30px;
    border-radius: 15px;
    padding: 0 30px 0 10px;
    color: #fff;
    display: inline-block;
    text-transform: uppercase;
    text-align: center;
    background: #7F6A63;
    color: #fff;
    white-space: nowrap;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    -webkit-animation: none;
            animation: none;
    border: none;
  }
  .readmore .readmorebtn:after {
    content: none;
    position: absolute;
    top: 0;
    right: 10px;
    content: "▼";
    font-size: 10px;
    text-transform: none;
    height: 30px;
    line-height: 30px;
  }
  .readmore.open {
    height: auto;
    padding-bottom: 50px !important;
  }
  .readmore.open:after {
    content: none;
  }
  .readmore.open .readmorebtn {
    top: auto;
    bottom: 20px;
  }
  .readmore.open .readmorebtn:after {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
}

#header nav h3, #header .video .video-title h1 {
  color: #fff;
  line-height: 30px;
}

#header nav h3, #header .video .video-title h1 {
  text-transform: uppercase;
}

.ios #header {
  max-height: none;
}

.ios #header .video {
  padding: 56.25% 0 0;
}

.ios #header .video video {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}

.logged-in #header .container-fluid {
  top: 46px;
}

#header {
  height: auto;
}

#header .container-fluid {
  background: #7F6A63;
  position: absolute;
  z-index: 6;
  top: 0;
}

#header .container-fluid > div {
  height: 80px;
}

#header .container-fluid > div a.logo img {
  max-width: 180px;
  height: auto;
}

#header .container-fluid > div .mobile {
  cursor: pointer;
  color: #fff;
  font-size: 38px;
  text-align: right;
}

#header .container-fluid > div .mobile:before {
  display: block;
}

#header .container-fluid > div .mobile.opened {
  font-size: 30px;
}

#header nav {
  z-index: 5;
  background: rgba(2, 166, 233, 0.95);
  position: fixed;
  height: calc(100% - 70px);
  padding-bottom: 30px;
  display: none;
}

#header nav h3 {
  font-size: 20px;
  padding: 30px 0;
}

#header nav h3:after {
  content: "";
  display: block;
  margin-top: 20px;
  background: #fff;
  width: 75px;
  height: 4px;
}

#header nav ul {
  padding: 0;
}

#header nav ul li {
  padding: 5px 0;
}

#header nav ul li a {
  color: #fff;
}

#header nav .menu-container {
  height: 100%;
}

#header .video {
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
}

#header .video video {
  width: 100%;
  height: 100%;
}

#header .video .video-title {
  position: absolute;
  z-index: 1;
  text-align: right;
  bottom: 20px;
  right: 0;
}

#header .video .video-title h1 {
  color: #7F6A63;
  margin-bottom: 15px;
  padding: 10px 20px;
  background: rgba(255, 255, 255, 0.9);
  font-size: 15px;
  line-height: 19px;
}

#header .video .video-title .button {
  border: 1px solid #fff;
  color: #fff;
  text-transform: uppercase;
  font-family: inherit;
  font-size: inherit;
  text-decoration: inherit;
  display: none;
}

#header .normal {
  margin-top: 80px;
}

#header .normal .owl-slideshow .owl-nav, #header .normal .metaslider .owl-nav {
  margin-top: 0;
}

#header .normal .owl-slideshow .owl-item, #header .normal .metaslider .owl-item {
  overflow: hidden;
}

#header .normal .owl-slideshow .owl-prev, #header .normal .owl-slideshow .owl-next, #header .normal .owl-slideshow .flex-next, #header .normal .owl-slideshow .flex-prev, #header .normal .metaslider .owl-prev, #header .normal .metaslider .owl-next, #header .normal .metaslider .flex-next, #header .normal .metaslider .flex-prev {
  position: absolute;
  bottom: 0;
  top: 0;
  height: 60px;
  width: 40px;
  font-size: 40px;
  font-family: "Isolabella";
  color: #fff;
  margin: auto;
  text-indent: inherit;
  background-image: none;
}

#header .normal .owl-slideshow .owl-prev:hover, #header .normal .owl-slideshow .owl-next:hover, #header .normal .owl-slideshow .flex-next:hover, #header .normal .owl-slideshow .flex-prev:hover, #header .normal .metaslider .owl-prev:hover, #header .normal .metaslider .owl-next:hover, #header .normal .metaslider .flex-next:hover, #header .normal .metaslider .flex-prev:hover {
  background-color: transparent;
}

#header .normal .owl-slideshow .owl-prev, #header .normal .owl-slideshow .flex-prev, #header .normal .metaslider .owl-prev, #header .normal .metaslider .flex-prev {
  left: 10px;
}

#header .normal .owl-slideshow .owl-next, #header .normal .owl-slideshow .flex-next, #header .normal .metaslider .owl-next, #header .normal .metaslider .flex-next {
  right: 10px;
}

#header .normal .owl-slideshow .slides img, #header .normal .metaslider .slides img {
  max-height: 450px;
}

#header .normal header {
  padding-top: 20px;
}

#header .normal figure img {
  width: auto;
  height: 100%;
}

@media (min-width: 576px) {
  #header .normal {
    margin-top: 80px;
  }
  #header .normal figure img {
    width: 100%;
    height: auto;
    position: relative;
    left: inherit;
    right: inherit;
    top: inherit;
    bottom: inherit;
  }
  #header .normal header h1 span {
    font-size: 22px;
  }
}

@media (min-width: 768px) {
  .logged-in #header .container-fluid {
    top: 32px;
  }
  #header nav ul a {
    -webkit-transition: all ease-out 0.3s;
    transition: all ease-out 0.3s;
  }
  #header nav ul a:hover {
    margin-left: 10px;
  }
  #header nav ul.social a:hover {
    margin-left: 0;
  }
}

@media (max-width: 1199.98px) {
  #header nav {
    overflow-y: scroll;
  }
}

@media (min-width: 992px) {
    .casestudyc {display: flex; justify-content: space-between; margin:50px 0}
    .casestudy {width:150px}
    .casestudytext {width:calc(100% - 200px)}
  .logged-in #header .container-fluid {
    top: 116px;
  }
  #header {
    max-height: 100vh;
    overflow: hidden;
  }
  #header .container-fluid {
    background: none;
    left: 0;
    top: 55px;
    padding-left: 0;
  }
  #header .container-fluid .row {
    width: 380px;
    height: 70px;
    background: #fff;
  }
  #header .container-fluid .row .logo {
    background: #7F6A63;
    height: 70px;
    max-width: 80%;
    position: relative;
  }
  #header .container-fluid .row .logo img {
    max-width: initial;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 5px;
    margin: auto;
    width: 250px;
  }
  #header .container-fluid .row .mobile {
    text-align: center;
    color: #7F6A63;
    margin: auto;
  }
  #header nav {
    height: 100%;
  }
  #header nav h3 {
    font-size: 30px;
  }
  #header nav ul li {
    padding: 10px 0;
  }
  #header nav ul li a {
    font-size: 22px;
  }
  #header .video {
    margin-top: 0;
    z-index: 0;
  }
  #header .video:after {
    content: "";
    background: rgba(0, 0, 0, 0.3);
    z-index: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
  }
  #header .video video {
    z-index: -1;
  }
  #header .video .video-title {
    top: 30vh;
    bottom: inherit;
    right: 10px;
    padding: 10px 20px;
  }
  #header .video .video-title h1 {
    color: #fff;
    font-size: 43px;
    line-height: 56px;
    letter-spacing: -2px;
    font-family: "DeValencia";
    padding: 0;
    background: transparent;
  }
  #header .video .video-title .button {
    margin: 10px;
    display: inline-block;
  }
  #header .video .video-title .button:hover {
    color: #7F6A63;
  }
  #header .normal {
    margin-top: 170px;
  }
  #header .normal header {
    position: absolute;
    top: -170px;
    height: 170px;
    max-width: 100%;
    background-color: #574944;
    text-align: right;
  }
  #header .normal header h1 {
    height: 100%;
    float: right;
    color: #fff;
    font-size: 30px;
    text-transform: none;
    max-width: calc(100% - 380px);
  }
  #header .normal header h1 span:after {
    content: "";
    position: absolute;
    bottom: -15px;
    right: 0;
    height: 4px;
    width: 76px;
    background-color: #fff;
  }
}

@media (min-width: 1200px) {
  #header .normal header h1 {
    padding-right: 60px;
    max-width: calc(100% - 380px);
  }
  #header .video .video-title {
    top: 40vh;
  }
  #header .video .video-title h1 {
    font-size: 53px;
  }
}

@media screen and (max-height: 900px) and (min-width: 768px) {
  #header nav div.menu-container > div {
    padding-top: 150px;
    margin: auto;
  }
  #header nav h3 {
    font-size: 22px;
  }
  #header nav ul li a {
    font-size: 18px;
    line-height: 25px;
  }
}

#footer h3 {
  font-size: 23px;
}

#footer .newsletter {
  margin: 1px 0;
  background: #7F6A63;
  padding: 30px 0;
  color: #CEC5BF;
  text-align: center;
}

#footer .newsletter p {
  font-size: 14px;
  line-height: 17px;
}

#footer .newsletter h3 {
  text-transform: uppercase;
}

#footer .newsletter form [type="submit"] {
  background: #CEC5BF;
  margin-top: 1rem;
}

#footer .social {
  padding: 30px 0;
  background: #f5f5f5

}

#footer .social h3 {
  margin-right: 20px;
  margin-bottom: 0;
  color: #7F6A63;
  text-transform: uppercase;
}

#footer .copyright {
  padding: 20px 10px;
  text-align: center;
  background: #574944;
  color: #fff;
  font-size: 13px;
}
@media screen and (max-width: 639px) {
#footer .copyright > span {
  display: block;
}
}
#footer .copyright a {
  color: #CEC5BF;
}

#footer .copyright .col-12 {
  margin-top:20px
}
#footer .copyright a.imglogo {
  padding: 10px 0;
}


#footer .copyright a.imglogo img {
  max-width: 200px;
}

#footer .copyright .menu {
  margin: auto;
  padding: 0;
}

#footer .logos {
  padding: 30px 0;
  margin: auto;
}

#footer .logos a {
  text-align: center;
}

#footer .logos a img {
  max-width: 100%;
}
@media (max-width: 359px) {
#footer .social h3 {font-size: 16px}
}
}
@media (min-width: 992px) {
  #footer {
    min-height: 250px;
  }
  #footer h3 {
    font-size: 30px;
  }
  #footer .newsletter {
    text-align: left;
    background-color: #7F6A63;
    background-image: url(images/newsletter-graph.png);
    background-position-x: 20px;
    background-position-y: 25px;
    background-repeat: no-repeat;
  }
  #footer .newsletter > div {
    width: auto;
  }
  #footer .newsletter > div form {
    display: -webkit-box;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -moz-justify-content: space-between;
    justify-content: space-between;
  }
  #footer .newsletter > div form > #newsletterFormDiv {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  #footer .newsletter > div form > #newsletterFormDiv [type="text"] {
    width: 100%;
  }
  #footer .newsletter > div form [type="submit"] {
    -webkit-transition: background-color 0.5s ease;
    transition: background-color 0.5s ease;
    margin-top: 0;
    margin-left: 10px;
  }
  #footer .newsletter > div form [type="submit"]:hover {
    color: #fff;
    background: #02A6E9;
  }
  #footer .social {
    margin: 1px 0;
    background-color: #7F6A63;
  }
  #footer .social:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    background-image: url(images/social-graph.png);
    background-position-x: 0;
    background-position-y: 0;
    background-repeat: no-repeat;
    background-size: cover;
    height: 250px;
    width: 37px;
  }
  #footer .social h3 {
    display: block;
    text-align: center;
    margin-bottom: 30px;
    margin-right: 0;
    width: 100%;
    color: #CEC5BF;
  }
  #footer .copyright > span {
    display: inline;
  }
  #footer .copyright > span.line-break:after {
    content: "";
    display: block;
  }
  #footer .copyright > span:last-of-type:after {
    content: "";
    margin: 0;
  }
  #footer .copyright > span:after {
    content: "-";
    margin: 0 3px 0 8px;
  }
  #footer .copyright .menu {
    line-height: 10px;
  }
  #footer .copyright .menu + span:before {
    content: "-";
    margin: 0 3px;
  }
}

#main .content {
  padding-top: 10px;
  padding-bottom: 10px;
}

#main .content p {
  font-size: 14px;
  line-height: 17px;
  color: #7F6A63;
}

@media (min-width: 992px) {
  #main .content h2 {
    font-size: 40px;
  }
  #main .content p {
    font-size: 17px;
    line-height: 20px;
  }
}

#home-cats a {
  position: relative;
  background-size: cover;
  background-position: bottom;
  color: #fff;
  height: 215px;
}

#home-cats a > span {
  padding: 20px 10px;
  display: block;
  text-align: right;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.4);
}

#home-cats a > span h2 {
  margin-bottom: 0;
}

#home-cats a > span h2:before {
  content: "";
  width: 75px;
  height: 4px;
  background: #fff;
  display: inline-block;
}

#home-cats a > span h2 span {
  display: block;
}

#home-cats a .desc {
  display: none;
}

#home-cats > .duo > a {
  height: 215px;
}

.home #home-cats a p {
  color: #fff;
}

.home #main .content {
  padding-bottom: 0;
}

@media (min-width: 576px) {
  #home-cats a {
    height: 300px;
  }
  #home-cats a .desc {
    display: block;
  }
  #home-cats > .duo a {
    height: 300px;
  }
}

@media (max-width: 991.98px) {
  .home #main .content {
    background-image: none !important;
  }
}

@media (min-width: 992px) {
  .home #main .content {
    position: relative;
    z-index: 1;
    min-height: 700px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position-y: top;
  }
  .home #main .content * {
    color: #fff;
  }
  .home #main .content:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    background-color: rgba(0, 0, 0, 0.4);
    z-index: -1;
  }
  #home-cats > div {
    height: 700px;
  }
  #home-cats a {
    -webkit-transition: all ease-out 0.3s;
    transition: all ease-out 0.3s;
    overflow: hidden;
    background-position: center;
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
    -webkit-animation-direction: alternate;
    animation-direction: alternate;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
  }
  #home-cats a:hover {
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
    -webkit-animation-direction: alternate;
    animation-direction: alternate;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
  }
  #home-cats a:nth-of-type(1) {
    height: 700px;
    -webkit-box-flex: 1;
        -ms-flex: auto;
            flex: auto;
    border-top: 1px solid;
    border-right: 1px solid;
    -webkit-animation-name: HbreathOut;
    animation-name: HbreathOut;
  }
  #home-cats a:nth-of-type(1):hover {
    -webkit-animation-name: HbreathIn;
    animation-name: HbreathIn;
  }
  #home-cats a:nth-of-type(2), #home-cats a:nth-of-type(3), #home-cats a:nth-of-type(4), #home-cats a:nth-of-type(5) {
    height: 350px;
    border-top: 1px solid;
    -webkit-animation-name: breathOut;
    animation-name: breathOut;
  }
  #home-cats a:nth-of-type(2):hover, #home-cats a:nth-of-type(3):hover, #home-cats a:nth-of-type(4):hover, #home-cats a:nth-of-type(5):hover {
    -webkit-animation-name: breathIn;
    animation-name: breathIn;
  }
  #home-cats a:nth-of-type(2) > span, #home-cats a:nth-of-type(3) > span {
    right: 0;
    left: initial;
    text-align: right;
  }
  #home-cats a > span {
    -webkit-transition: all ease-out 0.3s;
    transition: all ease-out 0.3s;
    padding: 30px;
    bottom: 0;
    width: 80%;
    text-align: left;
  }
  #home-cats a > span h2, #homeblog h3 {
    font-size: 35px;
  }
  #homeblog h3 {
    margin-bottom: 70px
  }
  #homeblog {
	padding: 80px 0;
}
  #home-cats a > span .desc {
    font-weight: 500;
    display: block;
    font-size: 15px;
  }
  #home-cats > .duo {
    height: auto;
  }
  #home-cats > .duo > a {
    height: 350px;
  }
}

@media (min-width: 1400px) {
  #home-cats a:nth-of-type(1) {
    -webkit-animation-name: breathOut;
    animation-name: breathOut;
  }
  #home-cats a:nth-of-type(1):hover {
    -webkit-animation-name: breathIn;
    animation-name: breathIn;
  }
  #home-cats a > span {
    bottom: 50px;
  }
}

@media (min-width: 1600px) {
  .home #main .content:after {
    background: transparent;
  }
  .home #main .content .container {
    position: relative;
  }
  .home #main .content .container:before {
    content: "";
    display: block;
    background: transparent;
    border: 1px solid #fff;
    width: 300px;
    height: 400px;
    position: absolute;
    left: -170px;
    top: -220px;
  }
  .home #main .content .text {
    padding-left: 150px;
  }
}

.page #main p, .single #main p, #main p {
  color: #574944;
  font-size: 15px;
}

 .single #main p#breadcrumbs {font-size: 14px; font-style: italic;}

.page #main .features, .single #main .features, #main .features {
  background-color: #F2EFEE;
  border-bottom: 1px solid #CFC5C0;
}

.page #main .features .features-container, .single #main .features .features-container, #main .features .features-container {
  padding: 20px 0;
}

.post-template-single-scheda #breadcrumbs {padding-top:20px}

.page #main .features .info strong, .single #main .features .info strong, #main .features .info strong {
  text-align: right;
  font-weight: 500;
  padding-left: 20px;
}

.page #main .features .info .amenities, .single #main .features .info .amenities, #main .features .info .amenities {
  margin-top: 30px;
}

.page #main .features .info .amenities h2, .single #main .features .info .amenities h2, #main .features .info .amenities h2 {
  color: #02A6E9;
  font-size: 25px;
  font-weight: 500;
  border-bottom: 1px solid #CFC5C0;
  padding-bottom: 10px;
}

.page #main .features .info .amenities ul, .single #main .features .info .amenities ul, #main .features .info .amenities ul {
  margin-top: 30px;
  padding: 0;
  list-style: none;
}

.page #main .features .info .amenities ul li:after, .single #main .features .info .amenities ul li:after, #main .features .info .amenities ul li:after {
  content: "d";
  font-family: "Isolabella";
  float: right;
}

.page #main .features .info .amenities ul li.yes:after, .single #main .features .info .amenities ul li.yes:after, #main .features .info .amenities ul li.yes:after {
  color: #02A6E9;
}

.page #main .features .info .amenities ul li.no:after, .single #main .features .info .amenities ul li.no:after, #main .features .info .amenities ul li.no:after {
  color: #CFC5C0;
}

/*.page #main .description, .single #main .description, #main .description {
  border-bottom: 1px solid #CFC5C0;
}*/

.page #main .description .description-container, .single #main .description .description-container, #main .description .description-container {
  padding: 20px 0;
}

.page:not(.page-id-5926) #main .description h2, .single #main .description h2, #main .description h2 {
  color: #02A6E9;
  font-size: 30px;
  font-weight: 500;
  margin-bottom: 20px;
}

.single-blog #main .description h2 {
font-size: 22px;
color:inherit;
}

.single-blog #main .description h3 {
font-size: 20px;
}

.page #main .booking-info, .single #main .booking-info, #main .booking-info {
  background-color: #F2EFEE;
}

.page #main .booking-info .booking-container, .single #main .booking-info .booking-container, #main .booking-info .booking-container {
  padding: 20px 0;
}

.page #main .booking-info strong, .single #main .booking-info strong, #main .booking-info strong {
  font-weight: 600;
}

.page #main .booking-info a.button, .single #main .booking-info a.button, #main .booking-info a.button {
  background-color: #02A6E9;
  color: #fff;
  font-family: "Poppins", sans-serif;
  display: block;
  margin-bottom: 10px;
  white-space: normal;
  text-decoration: none;
  font-size: 26px;
  line-height: 31px;
  text-align: center;
}

.page #main .booking-info a.button:hover, .single #main .booking-info a.button:hover, #main .booking-info a.button:hover {
  background-color: #7F6A63;
}

.page #main .booking-info .ssba.ssbp-wrap, .single #main .booking-info .ssba.ssbp-wrap, #main .booking-info .ssba.ssbp-wrap {
  margin-top: 30px;
}

.page #main .booking-info .ssba.ssbp-wrap > div, .single #main .booking-info .ssba.ssbp-wrap > div, #main .booking-info .ssba.ssbp-wrap > div {
  text-align: left !important;
}

.page #main .booking-info .ssba .ssba-share-text, .single #main .booking-info .ssba .ssba-share-text, #main .booking-info .ssba .ssba-share-text {
  display: block;
  font-weight: 600;
  color: #666;
  font-size: 17px;
}

.page #main .booking-info .ssba [class*="_share"], .single #main .booking-info .ssba [class*="_share"], #main .booking-info .ssba [class*="_share"] {
  position: relative;
  top: -15px;
  text-decoration: none;
}

.page #main .booking-info .ssba [class*="_share"] .ssbp-text, .single #main .booking-info .ssba [class*="_share"] .ssbp-text, #main .booking-info .ssba [class*="_share"] .ssbp-text {
  display: none;
}

.category #main .title-2, .page #main .title-2, .single #main .title-2, #main .title-2 {
  font-size: 22px;
  line-height: 25px;
  font-weight: 400;
  color: #7F6A63;
  padding: 20px 0 40px;
}

.page #main .title-2 span:after, .single #main .title-2 span:after, #main .title-2 span:after {
  content: "";
  position: absolute;
  bottom: -15px;
  left: 0;
  height: 4px;
  width: 76px;
  background-color: #02A6E9;
}

@media (min-width: 576px) {
  .page #main .booking-info .booking-container, .single #main .booking-info .booking-container, #main .booking-info .booking-container {
    padding: 60px 0;
  }
  .page #main .description .description-container, .single #main .description .description-container, #main .description .description-container {
    padding: 60px 0;
  }

  .post-template-single-scheda #breadcrumbs {padding-top:60px}

  .page #main .features .features-container, .single #main .features .features-container, #main .features .features-container {
    padding: 60px 0;
  }
}

@media (min-width: 992px) {
  .page #main p, .single #main p, #main p {
    font-size: 16px;
  }
  .page #main .features .features-container .generic .author-post-rating, .single #main .features .features-container .generic .author-post-rating, #main .features .features-container .generic .author-post-rating {
    margin: 0;
  }
  .page #main .features .features-container .generic span, .single #main .features .features-container .generic span, #main .features .features-container .generic span {
    width: 20%;
  }
  .page #main .features .features-container .info strong, .single #main .features .features-container .info strong, #main .features .features-container .info strong {
    text-align: left;
    padding-left: 0;
  }
  .page #main .features .features-container .info .amenities ul, .single #main .features .features-container .info .amenities ul, #main .features .features-container .info .amenities ul {
    max-height: 200px;
  }
  .page #main .features .features-container .info .amenities ul li, .single #main .features .features-container .info .amenities ul li, #main .features .features-container .info .amenities ul li {
    width: 32%;
  }
}

@media (min-width: 1200px) {
  .single-blog h1 {
  font-size: 32px;
  line-height: 1.3;
}
.single-blog #main .description h2 {
font-size: 28px;
}

.single-blog #main .description h3 {
font-size: 24px;
}
  .page #main .description .border, .single #main .description .border, #main .description .border {
    padding: 0 30px;
    border-left: 1px solid #CFC5C0;
    margin-bottom: 60px;
  }
}

.archive #footer {
  margin-top: 60px;
}

#main .description {
  border: none;
}

#main .description .description-container {
  padding: 0;
  -webkit-column-count: 1;
          column-count: 1;
}

#main .articles a .post-thumbnail, .home #main .articles a .post-thumbnail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  overflow: hidden;
  height: 300px;
}

#main .articles a .post-thumbnail img, .home #main .articles a .post-thumbnail img {
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  width: auto;
}

#main .articles a:hover .post-thumbnail img, .home #main .articles a:hover .post-thumbnail img {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}

/*@include media-breakpoint-down(md) {

    .category{

        #main{

            .description{
                height:250px;
                overflow: hidden;
                position:relative;

                &:after{
                    content: "▼";
                    bottom:0;
                    left:0;
                    right:0;
                    text-align:center;
                    line-height: 130px;
                    color:$dark-brown;
                    font-size: 10px;
                    cursor: pointer;
                    height:80px;
                    position:absolute;
                    background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
                    background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);
                    background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);
                    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 );

                }

                &.closed{
                    height:100%;

                    &:after{
                        content: "▲";
                        background: transparent;
                    }
                }

            }

        }

    }

}*/
@media (min-width: 768px) {
  .archive #header {
    margin-bottom: 60px;
  }
  .archive #main .description .description-container {
    -webkit-column-count: 2;
            column-count: 2;
  }
  #main .articles a .post-thumbnail img {
    max-height: 100%;
  }
}

.contact-me .ub-button-container:nth-child(1) a {
    background-color: #ffffff;
    color: #000000;
    border: none;
    border-radius: 10px;
    padding: 15px;
    font-size: 17px !important;
	display: inline-flex;
    cursor: pointer;
    transition: background-color .5s,color .5s,border .5s;
	text-decoration:none
}
.contact-me .ub-button-container:nth-child(1) a:hover {
	background-color: #0693e3;
    color: #ffffff;
    border: none;
}
/*# sourceMappingURL=style.css.map */

@media (min-width: 1360px) {
#bradcrumbsdate {display:flex; justify-content: space-between;align-items: flex-start}
}
