@import url("https: //fonts.googleapis.com/css?family=Poppins:300, 400, 700");
@import url("https: //fonts.googleapis.com/css?family=Vidaloka");
@import url("https://fonts.googleapis.com/css2?family=Oxygen:wght@300;400;700&display=swap");







@font-face {
    font-family: "Proxima Nova";
    font-style: normal;
    font-weight: normal;
    src: local('../font/ProximaNova-Medium'), url('../font/ProximaNova-Medium.woff') format('woff'),  url('../font/ProximaNova-Medium.woff2') format('woff2'), url('../font/ProximaNova-Medium.woff2') format('woff2'), url('../font/ProximaNova-Regular.woff') format('woff'), url('../font/ProximaNova-Regular.woff2') format('woff2');
}


@import url('https://fonts.googleapis.com/css2?family=Lato:wght@100;300;400;700;900&display=swap');



html { height: 100%; overflow: visible; position: relative; width: 100%; }
::selection { background-color: rgb(208, 196, 146); color: rgb(255, 255, 255); }
body {background-color: rgb(255, 255, 255);font-family: 'Lato', sans-serif;font-size: 17px;font-weight: 400;line-height: 28px;overflow: hidden scroll;position: relative;font-family: "Proxima Nova";}
h1, h2, h3, h4, h5, h6 {/* font-family: Oxygen, sans-serif; */font-weight: 500;word-break: break-word;font-family: 'Lato', sans-serif;}
h1 { font-size: 60px; line-height: 60px; margin-bottom: 25px; }
h2 { font-size: 50px; line-height: 50px; margin-bottom: 25px; margin-top: 45px; }
h3 { font-size: 23px; line-height: 40px; margin-bottom: 25px; margin-top: 45px; }
h4 { font-size: 19px; line-height: 30px; margin-bottom: 25px; margin-top: 45px; }
h5 {font-size: 24px;line-height: 30px;margin-bottom: 25px;margin-top: 45px;text-transform: uppercase;}
h6 { font-size: 20px; line-height: 30px; margin-bottom: 25px; margin-top: 45px; }
@media (max-width: 575px) {
  h1 { font-size: 2.6rem; }
  h2 { font-size: 2.3rem; }
  h3 { font-size: 2rem; }
  h4 { font-size: 1.7rem; }
  h5 { font-size: 1.4rem; }
  h6 { font-size: 1.1rem; }
}
h1:first-child, h2:first-child, h3:first-child, h4:first-child, h5:first-child, h6:first-child { margin-top: 0px; }
h1:last-child, h2:last-child, h3:last-child, h4:last-child, h5:last-child, h6:last-child { margin-bottom: 0px; }
p {margin-bottom: 10px;}
@media (max-width: 1200px) {
  p { margin-bottom: 20px; }
}
ul:last-child, ol:last-child, p:last-child { margin-bottom: 0px; }
ul.list1, ol.list1 { color: rgb(31, 39, 50); line-height: 38px; list-style: none; }
ul.list1 { padding: 0px; }
ul.list1 li { padding-left: 17px; position: relative; }
ul.list1 li::before { color: rgb(208, 196, 146); content: ""; font-family: fontawesome; font-size: 5px; left: 2px; position: absolute; }
ol.list1 { counter-reset: li 0; list-style: outside none none; margin-bottom: 0px; padding: 0px; }
ol.list1 li { padding-left: 24px; position: relative; }
ol.list1 li::before { color: rgb(208, 196, 146); content: "0" counter(li) "."; counter-increment: li 1; font-weight: 400; left: -5px; position: absolute; top: 50%; transform: translateY(-50%); }
p:last-child::after { clear: both; content: ""; display: block; }
img, figure { height: auto; max-width: 100%; }
figcaption { font-size: 0.95em; line-height: 1.4; padding: 10px 0px 7px; }
figcaption p { margin-bottom: 0px; }
b, strong { font-weight: 700; }
label { color: rgb(31, 39, 50); }
a { color: rgb(31, 39, 50); text-decoration: none; transition: all 0.2s ease-in-out 0s; }
a:hover { color: rgb(208, 196, 146); text-decoration: none; transition: all 0.15s linear 0s; }
blockquote { font-size: 24px; font-style: italic; line-height: 35px; margin: 40px 0px 30px; padding-left: 55px; }
blockquote p::before { background: url("../images/quote.png") center center no-repeat; content: ""; height: 30px; left: -52px; position: absolute; top: 0px; width: 35px; }
blockquote p { color: rgb(50, 50, 50); margin-bottom: 20px; position: relative; }
blockquote .media { margin: 15px 0px; }
blockquote .media img { border-radius: 50%; max-width: 60px; }
blockquote h3, blockquote h4, blockquote .text-small { font-style: normal; }
blockquote footer { color: rgb(50, 50, 50); display: flex; flex-direction: column; font-family: Oxygen, sans-serif; font-size: 24px; font-style: initial; line-height: 24px; margin-bottom: 23px; padding-left: 3px; }
blockquote footer cite { font-size: 11px; font-style: normal; font-weight: 700; letter-spacing: 5px; text-transform: uppercase; }
blockquote footer cite span { color: gray; }
input:focus, button:focus, select:focus, textarea:focus, a:focus { outline: medium; text-decoration: none; }
a > img { transition: all 0.15s ease-in-out 0s; }
a:hover > img { opacity: 0.8; }
a.btn:active, a.button:active, button:active, input[type="submit"]:active { position: relative; top: 1px !important; }
hr { border-color: rgb(225, 225, 225); margin: 30px 0px; }
iframe { border: none; max-width: 100%; }
table { margin: 10px 0px; max-width: 100%; width: 100%; }
table td, table th { line-height: 1.42857; padding: 13px 8px; vertical-align: top; }
table th { color: rgb(255, 255, 255); font-weight: 400; vertical-align: middle; }
canvas { user-select: none; }
pre { background-color: rgba(150, 150, 150, 0.05); line-height: 1.5; padding: 0.5em 1em; }
.big { font-size: 20px; line-height: 1.8em; margin: 0.85em 0px 1.3em; }
.big em { display: inline-block; margin: 0.3em 0px 0px; }
@media (min-width: 768px) {
  .big em { margin: 1em 0px 0.5em; }
}
.media h3 { text-transform: uppercase; }
.media .dropcap { margin-right: 0px; }
.small-text { font-family: Oxygen, sans-serif; font-size: 12px; font-weight: 400; letter-spacing: 0.1em; line-height: 1em; text-transform: uppercase; }
@media (min-width: 768px) {
  .small-text.extra-letter-spacing { letter-spacing: 1em; }
}
.card .card-body .card-text:last-child .fa { color: rgb(0, 0, 0); }
.owl-carousel.buttons-type .owl-nav { bottom: 0px; left: 50%; opacity: 1; position: absolute; transform: translateX(-50%); }
.owl-carousel.buttons-type .owl-nav::before { color: rgb(255, 255, 255); content: "/"; font-size: 11px; left: 41%; position: absolute; top: -49px; transform: translateX(-133%); }
.owl-carousel.buttons-type .owl-nav div.owl-prev, .owl-carousel.buttons-type .owl-nav div.owl-next { color: rgb(255, 255, 255); font-family: Oxygen, sans-serif; font-size: 12px; letter-spacing: 5px; opacity: 1; transition: all 0.3s ease-in-out 0s; }
.owl-carousel.buttons-type .owl-nav div.owl-prev i, .owl-carousel.buttons-type .owl-nav div.owl-next i { font-size: 7px; position: relative; top: 0px; }
.owl-carousel.buttons-type .owl-nav div.owl-prev::before, .owl-carousel.buttons-type .owl-nav div.owl-prev::after, .owl-carousel.buttons-type .owl-nav div.owl-next::before, .owl-carousel.buttons-type .owl-nav div.owl-next::after { transition: all 0.3s ease-in-out 0s; }
.owl-carousel.buttons-type .owl-nav div.owl-prev:hover, .owl-carousel.buttons-type .owl-nav div.owl-next:hover { color: rgb(208, 196, 146); }
.owl-carousel.buttons-type .owl-nav div.owl-prev:hover::before, .owl-carousel.buttons-type .owl-nav div.owl-prev:hover::after, .owl-carousel.buttons-type .owl-nav div.owl-next:hover::before, .owl-carousel.buttons-type .owl-nav div.owl-next:hover::after { color: rgb(208, 196, 146); }
.owl-carousel.buttons-type .owl-nav div.owl-prev { left: -68px; position: absolute; top: -52px; }
.owl-carousel.buttons-type .owl-nav div.owl-prev::after { content: "prev"; font-family: Oxygen, sans-serif; font-size: 11px; height: 15px; letter-spacing: 5px; position: absolute; right: -39px; top: 6%; width: 40px; }
.owl-carousel.buttons-type .owl-nav div.owl-next { position: absolute; right: -66px; top: -52px; }
.owl-carousel.buttons-type .owl-nav div.owl-next::before { content: "next"; font-family: Oxygen, sans-serif; font-size: 11px; height: 15px; left: -50px; letter-spacing: 5px; position: absolute; top: 6%; width: 40px; }
.owl-carousel.buttons-type.home .owl-nav::before { top: 16px; }
.owl-carousel.buttons-type.home .owl-nav div.owl-prev, .owl-carousel.buttons-type.home .owl-nav div.owl-next { top: 16px; }
.custom-navigation { color: rgb(255, 255, 255); display: flex; font-family: Oxygen, sans-serif; font-size: 11px; justify-content: center; letter-spacing: 4px; text-transform: uppercase; }
.custom-navigation .flex-prev { position: relative; }
.custom-navigation .flex-prev::before { color: rgb(255, 255, 255); content: ""; font-family: fontawesome; font-size: 11px; left: -12px; position: absolute; top: 0px; }
.custom-navigation .custom-controls-container { margin: 0px 7px; }
.custom-navigation .custom-controls-container::before { bottom: 0px; content: "/"; font-size: 14px; position: relative; }
.custom-navigation .flex-next { position: relative; }
.custom-navigation .flex-next::before { color: rgb(255, 255, 255); content: ""; font-family: fontawesome; font-size: 11px; position: absolute; right: -12px; top: 0px; }
.custom-navigation .flex-next:hover, .custom-navigation .flex-prev:hover { color: rgb(208, 196, 146); }
.custom-navigation .flex-next:hover::before, .custom-navigation .flex-prev:hover::before { color: rgb(208, 196, 146); }
.feature-list { display: flex; flex-direction: column; padding-left: 0px; }
.feature-list li { border-top: 1px solid rgb(49, 49, 49); display: inline-block; font-size: 18px; padding-bottom: 24px; padding-top: 26px; }
.feature-list li:last-child { border-bottom: 1px solid rgb(49, 49, 49); }
.feature-list li a { color: rgb(208, 196, 146); }
.feature-list li a:hover { color: rgb(255, 255, 255); }
.owl-carousel .ds a:not(.btn):hover { opacity: 1; }
ul, ol {padding-left: 10px;}
dt { font-weight: 700; }
dd { margin: 0px 1.5em 1.5em; }
.list-bordered { list-style: none; overflow: hidden; padding: 0px; }
.list-bordered li { border-bottom: 1px solid rgb(225, 225, 225); border-top: 1px solid rgb(225, 225, 225); padding-bottom: 26px; padding-top: 25px; }
.list-bordered li + li { border-top: none; }
.list-bordered.no-top-border > li:first-child { border-top: none; }
.list-bordered.no-bottom-border > li:last-child { border-bottom: none; }
.list-styled ul, ul.list-styled { color: rgb(31, 39, 50); list-style: none; padding: 0px; }
.list-styled ul li, ul.list-styled li { padding-left: 20px; position: relative; }
.list-styled ul li::before, ul.list-styled li::before { color: rgb(208, 196, 146); content: ""; font-family: fontawesome; font-size: 10px; padding-right: 15px; position: relative; top: -2px; }
.breadcrumb { background-color: transparent; border-radius: 0px; color: inherit; font-size: 12px; font-weight: 500; margin: 0px; padding: 0px; text-transform: uppercase; }
.breadcrumb > li { display: inline-block; float: none; padding: 0px 0px 0px 0.2rem; }
.breadcrumb > li a {color: rgb(255 255 255);font-family: Oxygen, sans-serif;}
.breadcrumb > li a:hover { color: rgb(208, 196, 146); }
.breadcrumb > li.active {color: rgb(255 255 255);font-family: Oxygen, sans-serif;}
.breadcrumb > li.active::before {color: rgb(255 255 255);font-family: Oxygen, sans-serif;}
.text-center .breadcrumb { justify-content: center; }
@media (min-width: 992px) {
  .text-lg-right .breadcrumb { justify-content: flex-end; }
}
.breadcrumb > .active { color: inherit; opacity: 0.9; }
.breadcrumb-item + .breadcrumb-item::before { color: rgb(50, 50, 50); font-family: Oxygen, sans-serif; padding: 0px 11px; }
.ds .breadcrumb > li.active { color: rgb(208, 196, 146); }
input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="search"], input[type="tel"], input[type="number"], textarea, select, .form-control {background-color: rgb(255, 255, 255);border: none;border-radius: 0px;/* box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 10px 0px; */color: rgb(50, 50, 50);font-family: Oxygen, sans-serif;font-size: 16px;height: 62px;letter-spacing: 4px;padding: 9px 70px;width: 100%;border: solid 1px #000;}
@media (max-width: 575px) {
  input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="search"], input[type="tel"], input[type="number"], textarea, select, .form-control { padding: 9px 50px; }
}
textarea { padding: 30px 77px; }
.side_header_inner .form-control { padding-left: 15px; padding-right: 15px; }
input[disabled] { cursor: not-allowed; opacity: 0.4; }
input[type="submit"], button { cursor: pointer; }
input[type="submit"] { background-color: transparent; border-width: 2px; color: rgb(50, 50, 50); font-family: Oxygen, sans-serif; font-size: 12px; height: 60px; letter-spacing: 4px; min-width: 270px; padding: 24px 42px 22px; }
input[type="submit"]:hover { background: 0px 0px; }
.ds input[type="submit"]:not([class]), .cs input[type="submit"]:not([class]) { border-color: rgb(255, 255, 255); color: rgb(255, 255, 255); }
textarea, textarea.form-control {height: auto;padding-top: 33px;border: solid 1px #000;}
.form-group { display: flex; position: relative; }
.form-group i {color: rgb(50, 50, 50);left: 40px;position: absolute;top: 17px;}
@media (max-width: 575px) {
  .form-group i { left: 20px; }
}
.form-group .btn-submit { align-items: center; background-color: rgb(208, 196, 146); border: none; border-radius: 5px 0px; bottom: 0px; display: flex; height: 60px; justify-content: center; outline: none; padding: 0px; position: absolute; right: 0px; width: 60px; top: auto !important; }
.form-group .btn-submit:hover { opacity: 0.8; }
.form-group .btn-submit:focus, .form-group .btn-submit:active { bottom: 0px; right: 0px; }
.form-group .btn-submit i.fa { color: rgb(255, 255, 255); margin-left: 4px; }
.form-group + .form-group { margin-top: 20px; }
@media (max-width: 468px) {
  .form-group + .form-group { margin-top: 15px; }
}
[class*="col-"] > .form-group { margin-bottom: 0px; }
[class*="col-"] > .form-group + .form-group { margin-top: 10px; }
.has-placeholder label { display: none; }
select[multiple] { height: auto; }
select option, .form-control option { background-color: rgb(255, 255, 255); color: rgb(31, 39, 50); }
.form-control-unstyled { background-color: transparent; border: none; }
.form-control:focus { box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 10px 0px; }
.form-control.invalid { box-shadow: rgb(208, 196, 146) 0px 0px 0px 2px; }
.form-control:focus { background-color: rgb(255, 255, 255); border-color: rgb(187, 187, 187); }
.form-control::-webkit-input-placeholder { color: rgb(50, 50, 50); font-family: Oxygen, sans-serif; font-size: 12px; font-style: normal; letter-spacing: 5px; opacity: 1; text-transform: uppercase; }
.form-control:focus::-webkit-input-placeholder { color: transparent; }
form label + [class*="fa-"] { font-size: 16px; left: 28px; position: absolute; text-align: center; top: 60px; width: 1em; }
form .has-placeholder label + [class*="fa-"] { top: 22px; }
form label + [class*="fa-"] + .form-control { padding-left: 60px; text-align: left; }
label { cursor: pointer; font-family: Oxygen, sans-serif; font-size: 20px; }
.checkbox label, .radio label { font-weight: inherit; }
.checkbox label[for], .radio label[for] { font-weight: inherit; }
.checkbox label[for] + input[type="checkbox"], .checkbox label[for] + input[type="radio"], .radio label[for] + input[type="checkbox"], .radio label[for] + input[type="radio"] { left: 20px; }
input[type="checkbox"], input[type="radio"] { display: none; margin-top: 8px; }
.form-wrapper.hero-bg, .form-wrapper.muted-bg, .form-wrapper.cs, .form-wrapper.ds, .form-wrapper.ls { padding: 35px; }
.has-error .form-control { border-color: rgb(208, 196, 146); }
.has-error label, .has-error .help-block { color: rgb(208, 196, 146); }
.checkbox input[type="checkbox"] { display: none; }
.checkbox label + input[type="checkbox"], .checkbox label > input[type="checkbox"] { display: inline-block; }
input[type="checkbox"] + label { padding-left: 0px; }
input[type="checkbox"] + label > a { color: rgb(31, 39, 50); }
input[type="checkbox"] + label::before {/* border: 2px solid rgb(208, 196, 146); */border-radius: 2px;content: "";display: inline-block;font-family: fontawesome;font-size: 12px;/* height: 14px; */line-height: 10px;/* margin: 1px 10px 4px 0px; */text-align: center;vertical-align: middle;/* width: 14px; */}
input[type="checkbox"]:checked + label::before { color: rgb(225, 225, 225); content: ""; }
input[type="checkbox"]:disabled + label::before { background-color: rgb(225, 225, 225); }
input[type="file"] { line-height: 37px; }
.radio input[type="radio"] { display: none; }
.radio label + input[type="radio"], .radio label > input[type="radio"] { display: inline-block; }
input[type="radio"] + label { padding-left: 0px; }
input[type="radio"] + label > a { color: rgb(153, 153, 153); }
input[type="radio"] + label::before { border: 2px solid rgb(225, 225, 225); border-radius: 50%; content: ""; display: inline-block; height: 16px; margin-bottom: 2px; margin-right: 10px; vertical-align: middle; width: 16px; }
input[type="radio"]:checked + label::before { background-clip: content-box; background-color: rgb(208, 196, 146); padding: 3px; }
input[type="radio"]:disabled + label::before { background-color: rgb(225, 225, 225); }
.appointment-form { margin-left: -100px; max-width: 668px; }
@media (max-width: 1200px) {
  .appointment-form { margin-left: -92px; margin-top: 85px; max-width: 668px; }
}
@media (max-width: 767px) {
  .appointment-form { margin-left: 0px; margin-top: 0px; max-width: 100%; }
}
.carousel-item.active, .carousel-item-next, .carousel-item-prev { display: block; }
.carousel-indicators li { border-radius: 50%; height: 10px; max-width: 10px; }
.nav-tabs { border-bottom: none; margin-bottom: 2px; }
.nav-tabs .nav-link { border: 1px solid rgb(225, 225, 225); border-radius: 0px; }
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active { background: rgb(208, 196, 146); border-color: rgb(208, 196, 146); color: rgb(255, 255, 255); }
@media (max-width: 992px) {
  .nav-tabs { flex-direction: column; }
  .nav-tabs a.active { position: relative; }
}
.nav-link { background-color: rgb(245, 244, 243); color: rgb(31, 39, 50); font-family: Oxygen, sans-serif; font-size: 12px; font-weight: 400; letter-spacing: 0.1em; line-height: 1em; padding: 34px 28px; text-transform: uppercase; }
.small-tabs .nav-link { padding: 10px 15px; }
.tab-content { padding: 40px; }
.tab-pane .media img { max-width: 40%; }
.tab-pane .media img:first-child { margin-right: 10px; }
.tab-pane .media h3, .tab-pane .media h4, .tab-pane .media h5 { font-weight: 900; }
[data-toggle="collapse"] {display: inline-block;/* padding-right: 20px; */position: relative;}
[data-toggle="collapse"]::after {content: "\f106";font-family: FontAwesome;font-size: 20px;font-weight: 400;position: absolute;/* right: 0px; *//* top: 50%; */margin-left: 5px;}
[data-toggle="collapse"].collapsed::after { content: "\f107"; font-family: FontAwesome; }
.card [role="tabpanel"] { background-color: rgb(255, 255, 255); }
.card [role="tabpanel"].show div { padding: 20px 0px; }
[role="tabpanel"] { background-color: rgb(255, 255, 255); }
[role="tabpanel"].show div { padding: 5px 0px 15px; }
[role="tablist"] .card { background: 0px 0px; border: none; border-radius: 0px; overflow: hidden; }
[role="tablist"] .card + .card { margin-top: 10px; }
[role="tablist"] .card-header { background-color: rgb(208, 196, 146); border: none; border-radius: 0px; color: rgb(27, 34, 46); padding: 0px; }
[role="tablist"] .card-header a { display: block; font-family: Oxygen, sans-serif; font-size: 20px; font-weight: 400; letter-spacing: 0px; line-height: 1.3; padding: 26px 70px 28px 40px; position: relative; text-transform: capitalize; color: rgb(255, 255, 255) !important; }
[role="tablist"] .card-header a:hover { color: rgb(255, 255, 255) !important; }
[role="tablist"] .card-header a::before, [role="tablist"] .card-header a::after { bottom: 0px; color: rgb(255, 255, 255); content: ""; font-family: inherit; font-size: 38px; font-weight: 100; position: absolute; right: 0px; text-align: center; top: 0px; transition: opacity 0.3s ease-in-out 0s; width: 60px; }
[role="tablist"] .card-header a::after { align-items: center; color: rgb(255, 255, 255); content: ""; display: flex; font-family: FontAwesome; font-size: 14px; font-weight: 300; justify-content: center; position: absolute; right: 0px; top: 50%; transform: translateY(-50%); width: 80px; }
[role="tablist"] .card-header a:hover { color: rgb(255, 255, 255); opacity: inherit !important; }
[role="tablist"] .card-header a.collapsed { background-color: rgb(245, 244, 243); color: rgb(50, 50, 50); }
[role="tablist"] .card-header a.collapsed:hover { background-color: rgb(208, 196, 146); color: rgb(255, 255, 255) !important; }
[role="tablist"] .card-header a.collapsed::after { color: rgb(0, 0, 0); content: ""; }
@media (min-width: 400px) {
}
[role="tablist"] .card-body { padding: 0px 0px 10px; }
@media (max-width: 1200px) {
  [role="tablist"] .card-body { padding: 37px 40px 32px; }
}
@media (max-width: 575px) {
  [role="tablist"] .card-body { padding: 0px 15px 20px; }
}
[role="tablist"] .media img { max-width: 80px; }
[role="tab"] h4 a.collapsed, [role="tab"] h5 a.collapsed {color: rgb(255 255 255) !important;}
[role="tab"] h4 a, [role="tab"] h5 a {/* display: block; *//* font-size: 18px; *//* font-weight: 600; *//* letter-spacing: 0px; *//* line-height: 1.3; *//* padding: 5px 15px; *//* position: relative; *//* text-transform: capitalize; *//* color: rgb(255 255 255) !important; */}
[role="tab"] h4 a:hover, [role="tab"] h5 a:hover { color: rgb(208, 196, 146) !important; opacity: 1 !important; }
[role="tab"] + [role="tabpanel"] .card-body { background: 0px 0px; }
[role="tablist"] > div { border-top: 1px solid rgb(225, 225, 225); }
[role="tablist"] > div:last-child { border-bottom: 1px solid rgb(225, 225, 225); }
[data-toggle="collapse"]::after {transform: translateY(0%);}
.dropdown-menu { background-color: rgb(255, 255, 255); border: none; border-radius: 0px; bottom: auto; box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 10px; font-size: inherit; line-height: 1.5; margin-top: 0px; min-width: 30.6rem; padding: 0px; right: auto; z-index: 1001; left: 52px !important; top: 24px !important; }
@media (max-width: 1200px) {
  .dropdown-menu { left: 50% !important; margin-left: 0px !important; transform: translateX(-50%) !important; }
}
@media (max-width: 575px) {
  .dropdown-menu { min-width: 95vw; padding: 0px 20px; }
}
.dropdown-menu > a { display: block; white-space: nowrap; }
.dropdown-menu > a > img { max-width: none; }
.dropdown-menu > a + a { margin-top: 1.5em; }
.dropdown .dropdown-menu label, .dropdown .dropdown-menu h3, .dropdown .dropdown-menu h4 { color: rgb(31, 39, 50); }
.dropdown.show .dropdown-menu input { border: 1px solid rgb(225, 225, 225); }
.dropdown-menu > li > a:focus, .dropdown-menu > li > a:hover { background-color: transparent; color: rgb(31, 39, 50); }
.dropdwon-menu-title { padding: 10px 30px; }
.dropdown-toggle::after { display: none; }
@media (min-width: 1300px) {
  .container {max-width: 97%;}
}
.modal-open { padding-right: 0px !important; }
.modal-backdrop.show { background-color: rgb(77, 77, 77); opacity: 0.9; }
.modal-content { border-radius: 1px; }
.modal-content [class*="col-"]:last-child { margin-bottom: 0px; }
.btn { border-radius: 0px; border-width: 2px; font-family: Oxygen, sans-serif; font-size: 12px; font-weight: 400; letter-spacing: 0.1em; line-height: 1em; margin-bottom: 4px; min-width: 270px; padding: 32px 42px; text-transform: uppercase; }
@media (max-width: 575px) {
  .btn { min-width: 235px; }
}
.btn.round, .btn.rounded { line-height: 1; padding: 23px; }
.media a:hover { color: rgb(208, 196, 146) !important; }
.media.media-top { align-items: center; flex-direction: column; text-align: center; }
.media.media-top * + .media-body, .media.media-top .media-body + * { margin-left: 0px; }
.media.media-top h4, .media.media-top h3, .media.media-top h6 { margin-bottom: 17px; margin-top: 30px; }
.media .fa { font-size: 40px; }
.media .round { align-items: center; display: flex; justify-content: center; }
.media .media-body h4, .media .media-body h3, .media .media-body h5 { font-size: 30px; line-height: 30px; margin-bottom: 13px; transition: all 0.3s ease-in-out 0s; }
.media .media-body h4:hover, .media .media-body h3:hover, .media .media-body h5:hover { color: rgb(208, 196, 146); }
@media (max-width: 480px) {
  .media.bordered, .media.rounded { align-items: center; flex-direction: column; }
  .media.bordered .media-body, .media.rounded .media-body { margin-left: 0px; margin-top: 30px; order: 2; }
  .media.bordered .media-body + .icon-styled, .media.rounded .media-body + .icon-styled { order: 1; margin-left: 0px !important; }
}
.media > img { display: block; }
.media-body h3, .media-body h4 { line-height: 1; margin-bottom: 0.2em; margin-top: 0.3em; }
* + .media-body, .media-body + * { margin-left: 26px; }
td .media-body { width: auto; }
.embed-responsive-3by2 { height: 0px; padding-bottom: 67.3%; }
.embed-responsive-3by2 a:hover img { filter: blur(3px); transform: scale(1.2, 1.2); transition: all 0.3s ease 0s; }
.embed-placeholder::after { background: url("../img/owl.video.png") center center no-repeat; content: ""; height: 60px; left: 50%; position: absolute; top: 50%; transform: translate(-50%, -50%); transition: all 0.3s ease-in-out 0s; width: 60px; }
.embed-placeholder:hover::after { opacity: 0.8; }
.alert { border-radius: 0px; border-width: 0px 0px 0px 4px; margin-bottom: 40px; padding: 30px; }
.mark, mark { background-color: transparent; color: rgb(208, 196, 146); }
button.close { min-width: 0px; }
.h1 .small, .h1 small, .h2 .small, .h2 small, .h3 .small, .h3 small, .h4 .small, .h4 small, .h5 .small, .h5 small, .h6 .small, .h6 small, h1 .small, h1 small, h2 .small, h2 small, h3 .small, h3 small, h4 .small, h4 small, h5 .small, h5 small, h6 .small, h6 small { color: inherit; font-weight: 300; }
.label-success { background-color: rgb(77, 177, 158); color: rgb(255, 255, 255); }
.label-info { background-color: rgb(0, 126, 189); color: rgb(255, 255, 255); }
.label-warning { background-color: rgb(238, 178, 105); color: rgb(255, 255, 255); }
.label-danger { background-color: rgb(220, 87, 83); color: rgb(255, 255, 255); }
p + .progress { margin-top: -12px; }
.progress-title { color: rgb(50, 50, 50); font-family: Oxygen, sans-serif; font-size: 11px; letter-spacing: 4px; line-height: 1.6; padding-right: 45px; text-transform: uppercase; margin-bottom: 20px !important; }
.progress { background-color: rgb(245, 244, 243); margin-bottom: 28px; overflow: visible; position: relative; height: 5px !important; padding: 0px !important; }
.progress [data-transitiongoal] { width: 0px; }
.progress .progress-bar { transition: width 0.5s ease 0.2s; padding: 2px 0px !important; }
.progress span { color: rgb(50, 50, 50); font-family: Oxygen, sans-serif; font-size: 11px; letter-spacing: 4px; position: absolute; right: -3px; top: -34px; }
.nav-tabs .nav-item { margin-bottom: -2px; margin-right: 2px; }
@media (max-width: 992px) {
  .nav-tabs .nav-item { margin-right: 0px; }
}
.nav-tabs .nav-item .nav-link { border: none; font-family: Oxygen, sans-serif; font-size: 12px; letter-spacing: 4px; min-width: 270px; text-align: center; }
.nav-tabs .nav-item .nav-link:hover, .nav-tabs .nav-item .nav-link.active { background: rgb(208, 196, 146); color: rgb(255, 255, 255); border-color: rgb(208, 196, 146) !important; }
.nav-tabs .nav-item:last-child { margin-right: 0px; }
.tab-content { border-radius: 0px 0px 3px 3px; box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 10px 0px; margin-bottom: 30px; padding: 50px 55px; border: none !important; }
.tab-content.tab-content-widget { padding: 40px; }
@media (max-width: 768px) {
  .nav-tabs .nav-link { letter-spacing: 0.1em; padding: 20px; }
  .tab-content { padding: 35px; }
  .tab-content > .tab-pane .media { align-items: center; flex-direction: column; }
  .tab-content > .tab-pane .media > * { margin-left: 0px; margin-right: 0px; }
  .tab-content > .tab-pane .media img { margin-bottom: 25px; margin-right: 0px; }
}
@media (max-width: 575px) {
  .tab-content { padding: 20px; }
}
.owl-carousel { display: none; position: relative; touch-action: manipulation; width: 100%; z-index: 1; }
.owl-carousel .owl-stage { position: relative; }
.owl-carousel.owl-shadow-items .owl-stage { padding-bottom: 11px; padding-top: 11px; }
.owl-carousel .owl-stage::after { clear: both; content: "."; display: block; height: 0px; line-height: 0; visibility: hidden; }
.owl-carousel .owl-stage-outer { margin-left: -10px; margin-right: -10px; overflow: hidden; padding-left: 10px; padding-right: 10px; position: relative; transform: translate3d(0px, 0px, 0px); }
.owl-carousel .owl-item { backface-visibility: hidden; float: left; min-height: 1px; position: relative; }
.owl-carousel .owl-item .box-shadow { height: 100%; }
.owl-carousel .owl-item img { transform-style: preserve-3d; }
.owl-carousel .owl-nav.disabled, .owl-carousel .owl-dots.disabled { display: none; }
.owl-carousel .owl-nav .owl-prev, .owl-carousel .owl-nav .owl-next, .owl-carousel .owl-dot { cursor: pointer; transition: all 0.3s ease-in-out 0s; user-select: none; }
.owl-carousel.owl-loaded { display: block; }
.owl-carousel.owl-loading { display: block; opacity: 0; }
.owl-carousel.owl-hidden { opacity: 0; }
.owl-carousel.owl-refresh .owl-item { display: none; }
.owl-carousel.owl-drag .owl-item { user-select: none; }
.owl-carousel.owl-grab { cursor: grab; }
.owl-carousel.owl-rtl { direction: rtl; }
.owl-carousel.owl-rtl .owl-item { float: right; }
.owl-carousel .owl-dots { line-height: 1; text-align: center; }
.owl-carousel .owl-dots .owl-dot { display: inline-block; zoom: 1; }
.owl-carousel .owl-dots .owl-dot span { backface-visibility: visible; background-color: rgb(255, 255, 255); border: 1px solid rgb(255, 255, 255); border-radius: 50%; display: block; height: 8px; margin: 5px 12px; opacity: 0.5; transition: all 200ms ease 0s; width: 8px; }
.owl-carousel .owl-dots .owl-dot.active span, .owl-carousel .owl-dots .owl-dot:hover span { border-color: rgb(255, 255, 255); opacity: 1; }
.owl-carousel .owl-nav { transition: all 0.3s ease 0s; }
.owl-carousel .owl-nav > div { display: inline-block; opacity: 0.5; right: 10px; text-transform: uppercase; }
.owl-carousel .owl-nav > div.disabled { cursor: default; opacity: 0.2; }
.owl-carousel .owl-nav > div.disabled:hover { cursor: default; opacity: 0.2; }
.owl-carousel .owl-nav > div:hover { opacity: 0.3; }
@media (min-width: 768px) {
  .owl-carousel .owl-nav > div i { font-size: 54px; }
}
.owl-carousel .owl-nav > div:first-child { left: 10px; right: auto; }
.no-js .owl-carousel { display: block; }
.owl-carousel .animated { animation-duration: 1000ms; animation-fill-mode: both; }
.owl-carousel .owl-animated-in { z-index: 0; }
.owl-carousel .owl-animated-out { z-index: 1; }
.owl-carousel .fadeOut { animation-name: fadeOut; }
@-webkit-keyframes fadeOut { 
  0% { opacity: 1; }
  100% { opacity: 0; }
}
@keyframes fadeOut { 
  0% { opacity: 1; }
  100% { opacity: 0; }
}
.owl-height { transition: height 500ms ease-in-out 0s; }
.owl-carousel .owl-item .owl-lazy { opacity: 0; transition: opacity 400ms ease 0s; }
.owl-carousel .owl-item img.owl-lazy { transform-style: preserve-3d; }
.owl-carousel .owl-video-wrapper { background: rgb(0, 0, 0); height: 100%; position: relative; }
.owl-carousel .owl-video-play-icon { backface-visibility: hidden; background: url("../img/owl.video.play.png") no-repeat; cursor: pointer; height: 80px; left: 50%; margin-left: -40px; margin-top: -40px; position: absolute; top: 50%; transition: transform 100ms ease 0s, -webkit-transform 100ms ease 0s; width: 80px; z-index: 1; }
.owl-carousel .owl-video-play-icon:hover { transform: scale(1.3, 1.3); }
.owl-carousel .owl-video-playing .owl-video-tn, .owl-carousel .owl-video-playing .owl-video-play-icon { display: none; }
.owl-carousel .owl-video-tn { background-position: center center; background-repeat: no-repeat; background-size: contain; height: 100%; opacity: 0; transition: opacity 400ms ease 0s; }
.owl-carousel .owl-video-frame { height: 100%; position: relative; width: 100%; z-index: 1; }
.owl-theme:hover .owl-nav { opacity: 1; }
.owl-theme .owl-nav { left: 0px; opacity: 1; position: absolute; right: 0px; text-align: center; top: 50%; }
.owl-theme .owl-nav > div { position: absolute; right: 10px; text-align: center; }
.owl-theme .owl-nav .disabled { cursor: default; opacity: 0.5; }
.owl-theme .owl-dots { margin-top: 40px; }
.item-media .owl-theme .owl-dots { bottom: 20px; left: 0px; margin: 0px; position: absolute; right: 0px; }
.owl-center .owl-nav { bottom: 0px; margin-top: 0px; opacity: 1; position: static; top: 0px; }
.owl-center .owl-nav > div { background-color: rgba(31, 39, 50, 0.6); bottom: 0px; height: auto; margin: 0px; right: -15px; top: 0px; width: 50px; }
.owl-center .owl-nav > div:first-child { left: -15px; right: auto; }
.owl-center .owl-nav > div:first-child::after { left: 13px; }
.owl-center .owl-nav > div::after { color: rgb(255, 255, 255); font-size: 20px; left: 17px; margin-top: -10px; position: absolute; top: 50%; }
.top-right-nav .owl-nav { position: absolute; right: -1em; top: -55px; }
.top-right-nav .owl-nav > div { background: 0px 0px; min-width: 2em; }
.top-right-nav .owl-nav > div:first-child { left: auto; right: 3em; }
.top-right-nav .owl-nav > div i { font-size: 1em; }
.owl-text-nav .owl-nav { display: none; text-align: center; }
@media (min-width: 1560px) {
  .owl-text-nav .owl-nav { display: block; left: -13vw; position: absolute; right: -13vw; top: 50%; }
}
@media (min-width: 1800px) {
  .owl-text-nav .owl-nav { left: -15vw; right: -15vw; }
}
.owl-text-nav .owl-nav > div { margin-top: -30px; position: absolute; right: 10px; text-align: center; }
.owl-text-nav .owl-nav > div > span { display: block; font-weight: 900; line-height: 1; }
@media (min-width: 1560px) {
  .owl-text-nav .owl-nav > div > span { font-size: 38px; line-height: 1; max-width: 5em; }
}
.small-gallery-carousel a { display: block; overflow: hidden; }
.small-gallery-carousel a img { transition: all 0.3s ease-in-out 0s; }
.small-gallery-carousel a:hover img { filter: blur(3px); transform: scale(1.2, 1.2); }
.small-gallery-carousel .owl-nav > div { opacity: 1; }
@media (min-width: 768px) {
  .small-gallery-carousel .owl-nav > div { margin-top: -8px; right: 100px; }
  .small-gallery-carousel .owl-nav > div:first-child { left: 100px; }
}
.small-gallery-carousel .owl-nav > div i { font-size: 20px; }
.owl-carousel .owl-item { opacity: 0; transition: opacity 0.2s ease 0.1s; }
.owl-carousel .owl-item.active { opacity: 1; }
.owl-center .owl-item { opacity: 1; }
.flex-container a:active, .flexslider a:active, .flex-container a:focus, .flexslider a:focus { outline: none; }
.slides, .flex-control-nav, .flex-direction-nav { list-style: none; margin: 0px; padding: 0px; }
.flexslider { margin: 0px; padding: 0px; }
.flexslider .slides > li { backface-visibility: hidden; display: none; }
.flexslider .slides img { display: block; width: 100%; }
.flex-pauseplay span { text-transform: capitalize; }
.slides::after { clear: both; content: " "; display: block; height: 0px; line-height: 0; visibility: hidden; }
html[xmlns] .slides { display: block; }
* html .slides { height: 1%; }
.no-js .slides > li:first-child { display: block; }
.flexslider { margin: 0px; position: relative; zoom: 1; }
.flex-viewport { max-height: 2000px; transition: all 1s ease 0s; }
.loading .flex-viewport { max-height: 300px; }
.flexslider .slides { zoom: 1; }
.flex-direction-nav { }
.flex-direction-nav a { color: transparent; cursor: pointer; display: block; font-size: 0px; height: 40px; margin: -20px 0px 0px; opacity: 0; overflow: hidden; position: absolute; text-align: center; text-decoration: none; top: 50%; width: 40px; z-index: 10; }
.flex-direction-nav .flex-prev { left: 40px; }
.flex-direction-nav .flex-next { right: 40px; text-align: right; }
.flexslider:hover .flex-prev { opacity: 0.7; }
.flexslider:hover .flex-next { opacity: 0.7; }
.flexslider:hover .flex-next:hover, .flexslider:hover .flex-prev:hover { opacity: 1; }
.flex-direction-nav .flex-disabled { cursor: default; opacity: 0; }
.flex-direction-nav a::before { color: rgb(255, 255, 255); content: ""; font-family: fontawesome; font-size: 20px; left: 12px; position: absolute; top: 5px; }
.flex-direction-nav a.flex-next::before { content: ""; left: 14px; }
.flex-pauseplay a { bottom: 5px; color: rgb(0, 0, 0); cursor: pointer; display: block; height: 20px; left: 10px; opacity: 0.8; overflow: hidden; position: absolute; width: 20px; z-index: 10; }
.flex-pauseplay a::before { content: ""; display: inline-block; font-family: fontawesome; font-size: 20px; }
.flex-pauseplay a:hover { opacity: 1; }
.flex-pauseplay a.flex-play::before { content: ""; }
.flex-control-nav { bottom: 20px; color: transparent; font-size: 0px; line-height: 0; position: absolute; text-align: center; width: 100%; z-index: 10; }
.flex-control-nav li { display: inline-block; padding: 0px 14px; text-align: center; zoom: 1; }
.flex-control-paging li a { border: 1px solid rgb(255, 255, 255); border-radius: 50%; cursor: pointer; display: block; height: 8px; opacity: 0.5; width: 8px; }
.ds .flex-control-paging li a, .cs .flex-control-paging li a { border-color: rgb(255, 255, 255); }
.flex-control-paging li a:hover { background-color: rgb(255, 255, 255); border-color: rgb(255, 255, 255); opacity: 1; }
.flex-control-paging li a.flex-active { background-color: rgb(255, 255, 255); border-color: rgb(255, 255, 255); opacity: 1; }
.flex-control-thumbs { display: flex; justify-content: space-between; margin: 1px -1px; overflow: hidden; position: static; }
.flex-control-thumbs li { float: left; margin: 0px 0px 1px; padding: 0px 0px 0px 1px; width: 24.5%; }
.flex-control-thumbs img { cursor: pointer; display: block; opacity: 0.7; width: 100%; }
.flex-control-thumbs img:hover { opacity: 1; }
.flex-control-thumbs .flex-active { cursor: default; opacity: 1; }
.flex-custom-nav { bottom: 38px; left: 0px; line-height: 1; position: absolute; right: 0px; text-align: center; transition: all 0.3s ease-in-out 0s; z-index: 3; }
.flex-custom-nav .flex-control-nav { display: inline-block; position: static; width: auto; }
.flex-custom-nav .flex-custom-link { bottom: 7px; color: rgb(31, 39, 50); font-size: 12px; margin: 0px 8px; position: relative; }
.ds .flex-custom-nav .flex-custom-link, .cs .flex-custom-nav .flex-custom-link { color: rgb(255, 255, 255); }
.flex-custom-nav .flex-custom-link:hover { color: rgb(208, 196, 146); }
.page_slider:hover .flex-custom-nav { opacity: 1; }
.pswp { backface-visibility: hidden; display: none; height: 100%; left: 0px; outline: none; overflow: hidden; position: absolute; text-size-adjust: 100%; top: 0px; touch-action: none; width: 100%; z-index: 1500; }
.pswp * { box-sizing: border-box; }
.pswp img { max-width: none; }
.pswp--animate_opacity { opacity: 0.001; transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1) 0s; will-change: opacity; }
.pswp--open { display: block; }
.pswp--zoom-allowed .pswp__img { cursor: zoom-in; }
.pswp--zoomed-in .pswp__img { cursor: grab; }
.pswp--dragging .pswp__img { cursor: grabbing; }
.pswp__bg { backface-visibility: hidden; background: rgb(0, 0, 0); height: 100%; left: 0px; opacity: 0; position: absolute; top: 0px; transform: translateZ(0px); width: 100%; will-change: opacity; }
.pswp__scroll-wrap { height: 100%; left: 0px; overflow: hidden; position: absolute; top: 0px; width: 100%; }
.pswp__container, .pswp__zoom-wrap { inset: 0px; position: absolute; touch-action: none; }
.pswp__container, .pswp__img { -webkit-tap-highlight-color: transparent; user-select: none; }
.pswp__zoom-wrap { position: absolute; transform-origin: left top; transition: transform 333ms cubic-bezier(0.4, 0, 0.22, 1) 0s, -webkit-transform 333ms cubic-bezier(0.4, 0, 0.22, 1) 0s; width: 100%; }
.pswp__bg { transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1) 0s; will-change: opacity; }
.pswp--animated-in .pswp__bg, .pswp--animated-in .pswp__zoom-wrap { transition: none 0s ease 0s; }
.pswp__container, .pswp__zoom-wrap { backface-visibility: hidden; }
.pswp__item { inset: 0px; overflow: hidden; position: absolute; }
.pswp__img { height: auto; left: 0px; position: absolute; top: 0px; width: auto; }
.pswp__img--placeholder { backface-visibility: hidden; }
.pswp__img--placeholder--blank { background: rgb(34, 34, 34); }
.pswp--ie .pswp__img { left: 0px; top: 0px; height: auto !important; width: 100% !important; }
.pswp__error-msg { color: rgb(204, 204, 204); font-size: 14px; left: 0px; line-height: 16px; margin-top: -8px; position: absolute; text-align: center; top: 50%; width: 100%; }
.pswp__error-msg a { color: rgb(204, 204, 204); text-decoration: underline; }
.pswp__button { appearance: none; background: 0px 0px; border: 0px; box-shadow: none; cursor: pointer; display: block; float: right; height: 44px; margin: 0px; opacity: 0.75; overflow: visible; padding: 0px; position: relative; transition: opacity 0.2s ease 0s; width: 44px; }
.pswp__button:focus, .pswp__button:hover { opacity: 1; }
.pswp__button:active { opacity: 0.9; outline: none; }
.pswp__ui--over-close .pswp__button--close { opacity: 1; }
.pswp__button, .pswp__button--arrow--left::before, .pswp__button--arrow--right::before { background: url("../img/photoswipe/default-skin.png") 0px 0px / 264px 88px no-repeat; height: 44px; width: 44px; }
@media (-webkit-min-device-pixel-ratio: 1.1), (-webkit-min-device-pixel-ratio: 1.09375), (min-resolution: 105dpi), (min-resolution: 1.1dppx) {
  .pswp--svg .pswp__button--arrow--left, .pswp--svg .pswp__button--arrow--right { background: 0px 0px; }
}
.pswp__button--close { background-position: 0px -44px; }
.pswp__button--share { background-position: -44px -44px; }
.pswp__button--fs { display: none; }
.pswp--supports-fs .pswp__button--fs { display: block; }
.pswp--fs .pswp__button--fs { background-position: -44px 0px; }
.pswp__button--zoom { background-position: -88px 0px; display: none; }
.pswp--zoom-allowed .pswp__button--zoom { display: block; }
.pswp--zoomed-in .pswp__button--zoom { background-position: -132px 0px; }
.pswp--touch .pswp__button--arrow--left, .pswp--touch .pswp__button--arrow--right { visibility: hidden; }
.pswp__button--arrow--left, .pswp__button--arrow--right { background: 0px 0px; height: 100px; margin-top: -50px; position: absolute; top: 50%; width: 70px; }
.pswp__button--arrow--left { left: 0px; }
.pswp__button--arrow--right { right: 0px; }
.pswp__button--arrow--left::before, .pswp__button--arrow--right::before { background-color: rgba(0, 0, 0, 0.3); content: ""; height: 30px; position: absolute; top: 35px; width: 32px; }
.pswp__button--arrow--left::before { background-position: -138px -44px; left: 6px; }
.pswp__button--arrow--right::before { background-position: -94px -44px; right: 6px; }
.pswp__counter, .pswp__share-modal { user-select: none; }
.pswp__share-modal { backface-visibility: hidden; background: rgba(0, 0, 0, 0.5); display: block; height: 100%; left: 0px; opacity: 0; padding: 10px; position: absolute; top: 0px; transition: opacity 0.25s ease-out 0s; width: 100%; will-change: opacity; z-index: 1600; }
.pswp__share-modal--hidden { display: none; }
.pswp__share-tooltip { backface-visibility: hidden; background: rgb(255, 255, 255); border-radius: 2px; box-shadow: rgba(0, 0, 0, 0.25) 0px 2px 5px; display: block; position: absolute; right: 44px; top: 56px; transform: translateY(6px); transition: transform 0.25s ease 0s, -webkit-transform 0.25s ease 0s; width: auto; will-change: transform; z-index: 1620; }
.pswp__share-tooltip a { color: rgb(0, 0, 0); display: block; font-size: 14px; line-height: 18px; padding: 8px 12px; text-decoration: none; }
.pswp__share-tooltip a:hover { color: rgb(0, 0, 0); text-decoration: none; }
.pswp__share-tooltip a:first-child { border-radius: 2px 2px 0px 0px; }
.pswp__share-tooltip a:last-child { border-radius: 0px 0px 2px 2px; }
.pswp__share-modal--fade-in { opacity: 1; }
.pswp__share-modal--fade-in .pswp__share-tooltip { transform: translateY(0px); }
.pswp--touch .pswp__share-tooltip a { padding: 16px 12px; }
a.pswp__share--facebook::before { border-width: 6px; border-style: solid; border-color: transparent transparent rgb(255, 255, 255); border-image: initial; content: ""; display: block; height: 0px; pointer-events: none; position: absolute; right: 15px; top: -12px; width: 0px; }
a.pswp__share--facebook:hover { background: rgb(62, 92, 154); color: rgb(255, 255, 255); }
a.pswp__share--facebook:hover::before { border-bottom-color: rgb(62, 92, 154); }
a.pswp__share--twitter:hover { background: rgb(85, 172, 238); color: rgb(255, 255, 255); }
a.pswp__share--pinterest:hover { background: rgb(204, 204, 204); color: rgb(206, 39, 45); }
a.pswp__share--download:hover { background: rgb(221, 221, 221); }
.pswp__counter { color: rgb(255, 255, 255); font-size: 13px; height: 44px; left: 0px; line-height: 44px; opacity: 0.75; padding: 0px 10px; position: absolute; top: 0px; }
.pswp__caption { bottom: 0px; left: 0px; min-height: 44px; position: absolute; width: 100%; }
.pswp__caption small { color: rgb(187, 187, 187); font-size: 11px; }
.pswp__caption__center { color: rgb(204, 204, 204); font-size: 13px; line-height: 20px; margin: 0px auto; max-width: 420px; padding: 10px; text-align: left; }
.pswp__caption--empty { display: none; }
.pswp__caption--fake { visibility: hidden; }
.pswp__preloader { direction: ltr; height: 44px; left: 50%; margin-left: -22px; opacity: 0; position: absolute; top: 0px; transition: opacity 0.25s ease-out 0s; width: 44px; will-change: opacity; }
.pswp__preloader__icn { height: 20px; margin: 12px; width: 20px; }
.pswp__preloader--active { opacity: 1; }
.pswp__preloader--active .pswp__preloader__icn { background: url("../img/photoswipe/preloader.gif") 0px 0px no-repeat; }
.pswp--css_animation .pswp__preloader--active { opacity: 1; }
.pswp--css_animation .pswp__preloader--active .pswp__preloader__icn { animation: 500ms linear 0s infinite normal none running clockwise; }
.pswp--css_animation .pswp__preloader--active .pswp__preloader__donut { animation: 1000ms cubic-bezier(0.4, 0, 0.22, 1) 0s infinite normal none running donut-rotate; }
.pswp--css_animation .pswp__preloader__icn { background: 0px 0px; height: 14px; left: 15px; margin: 0px; opacity: 0.75; position: absolute; top: 15px; width: 14px; }
.pswp--css_animation .pswp__preloader__cut { height: 14px; overflow: hidden; position: relative; width: 7px; }
.pswp--css_animation .pswp__preloader__donut { background: 0px 0px; border-width: 2px; border-style: solid; border-color: rgb(255, 255, 255) rgb(255, 255, 255) transparent transparent; border-image: initial; border-radius: 50%; box-sizing: border-box; height: 14px; left: 0px; margin: 0px; position: absolute; top: 0px; width: 14px; }
@media screen and (max-width: 1024px) {
  .pswp__preloader { float: right; left: auto; margin: 0px; position: relative; top: auto; }
}
@-webkit-keyframes clockwise { 
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}
@keyframes clockwise { 
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}
@-webkit-keyframes donut-rotate { 
  0% { transform: rotate(0deg); }
  50% { transform: rotate(-140deg); }
  100% { transform: rotate(0deg); }
}
@keyframes donut-rotate { 
  0% { transform: rotate(0deg); }
  50% { transform: rotate(-140deg); }
  100% { transform: rotate(0deg); }
}
.pswp__ui { -webkit-font-smoothing: auto; opacity: 1; visibility: visible; z-index: 1550; }
.pswp__top-bar { height: 44px; left: 0px; position: absolute; top: 0px; width: 100%; }
.pswp__caption, .pswp__top-bar, .pswp--has_mouse .pswp__button--arrow--left, .pswp--has_mouse .pswp__button--arrow--right { backface-visibility: hidden; transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1) 0s; will-change: opacity; }
.pswp--has_mouse .pswp__button--arrow--left, .pswp--has_mouse .pswp__button--arrow--right { visibility: visible; }
.pswp__top-bar, .pswp__caption { background-color: rgba(0, 0, 0, 0.5); }
.pswp__ui--fit .pswp__top-bar, .pswp__ui--fit .pswp__caption { background-color: rgba(0, 0, 0, 0.3); }
.pswp__ui--idle .pswp__top-bar { opacity: 0; }
.pswp__ui--idle .pswp__button--arrow--left, .pswp__ui--idle .pswp__button--arrow--right { opacity: 0; }
.pswp__ui--hidden .pswp__top-bar, .pswp__ui--hidden .pswp__caption, .pswp__ui--hidden .pswp__button--arrow--left, .pswp__ui--hidden .pswp__button--arrow--right { opacity: 0.001; }
.pswp__ui--one-slide .pswp__button--arrow--left, .pswp__ui--one-slide .pswp__button--arrow--right, .pswp__ui--one-slide .pswp__counter { display: none; }
.pswp__element--disabled { display: none !important; }
.pswp--minimal--dark .pswp__top-bar { background: 0px 0px; }
.pswp__zoom-wrap .embed-responsive { margin: auto; max-width: 90%; top: 50%; transform: translateY(-50%); }
@media (min-width: 1200px) {
  .pswp__zoom-wrap .embed-responsive { max-width: 50%; }
}
.chart { display: inline-block; margin-bottom: 10px; min-height: 150px; min-width: 150px; position: relative; text-align: center; }
.chart .chart-meta { margin-top: 5px; position: absolute; top: 50%; transform: translateY(-50%); width: 100%; }
.chart .chart-meta h4 { color: rgb(50, 50, 50); font-size: 20px; letter-spacing: 0.2em; margin: 5px 0px 0px; text-transform: capitalize; }
.percent { display: inline-block; font-family: Oxygen, sans-serif; font-size: 60px; font-weight: 500; z-index: 2; }
.percent::after { content: "%"; }
.angular { margin-top: 100px; }
.angular .chart { margin-top: 0px; }
#timetable span { display: block; }
#timetable th, #timetable td { font-weight: 400; padding: 25px 5px; text-align: center; vertical-align: middle; }
#timetable thead { color: rgb(255, 255, 255); }
#timetable thead th { border-style: solid; border-color: rgba(255, 255, 255, 0.15); border-image: initial; border-width: 0px 1px; }
#timetable tbody th, #timetable tbody td { border: 1px solid rgb(225, 225, 225); transition: all 0.3s ease-in-out 0s; }
#timetable tbody .current { background-color: rgb(208, 196, 146); border-color: rgb(208, 196, 146); }
#timetable tbody .current a { color: rgb(255, 255, 255); }
#toTop {/* background-color: rgb(208, 196, 146); */bottom: 0px;color: transparent;display: none;font-size: 0px;height: 60px;opacity: 0.7;overflow: hidden;position: fixed;right: 0px;text-decoration: none;width: 60px;z-index: 1000;display: none;}
#toTop::after { inset: 0px; color: rgb(255, 255, 255); content: ""; display: block; font-family: fontawesome; font-size: 16px; line-height: 60px; position: absolute; text-align: center; transition: all 0.2s linear 0s; }
#toTopHover, #toTop:hover { bottom: 3px; opacity: 1; }
#toTop:hover::after { color: rgb(255, 255, 255); }
#toTop:active, #toTop:focus { outline: medium; }
.modal-open #toTop { visibility: hidden; }
#comingsoon-countdown { text-align: left; }
#comingsoon-countdown::before, #comingsoon-countdown::after { clear: both; content: " "; display: table; }
.countdown-rtl { direction: rtl; }
.countdown-row { clear: both; display: flex; margin-top: 25px; padding: 0px; text-align: left; }
@media (max-width: 768px) {
  .countdown-row { flex-wrap: wrap; justify-content: center; margin-top: 0px; }
}
.countdown-section { display: block; margin-right: 50px; text-align: left; }
.countdown-section:first-child { border-left-width: 0px; }
.countdown-amount { color: rgb(208, 196, 146); font-size: 80px; line-height: 1; }
.countdown-period { color: rgb(255, 255, 255); display: block; font-size: 12px; letter-spacing: 0.2em; min-width: 11em; text-transform: uppercase; }
.countdown-descr { display: block; }
@media (max-width: 992px) {
  .countdown-section { padding: 10px 8px 0px; }
}
@media (max-width: 767px) {
  .countdown-section { padding: 20px 8px 0px; }
  .countdown-amount { font-size: 40px; }
  .countdown-period { letter-spacing: 0.1em; min-width: 4em; }
}
.page_header_side .vertical_menu_header .scroll-wrapper { position: relative; }
.scroll-wrapper { height: 100%; overflow: hidden; padding: 0px; }
.scroll-wrapper > .scroll-content { border: none; box-sizing: content-box; height: auto; left: 0px; margin: 0px; max-height: none; max-width: none; overflow: scroll; padding: 0px; position: relative; top: 0px; width: auto; }
.scroll-wrapper > .scroll-content::-webkit-scrollbar { height: 0px; width: 0px; }
.scroll-wrapper.scroll--rtl { direction: rtl; }
.scroll-element { box-sizing: content-box; display: none; }
.scroll-element div { box-sizing: content-box; }
.scroll-element .scroll-bar, .scroll-element .scroll-arrow { cursor: default; }
.scroll-element.scroll-x.scroll-scrollx_visible, .scroll-element.scroll-y.scroll-scrolly_visible { display: block; }
.scrollbar-macosx > .scroll-element, .scrollbar-macosx > .scroll-element div { background: 0px 0px; border: none; margin: 0px; padding: 0px; position: absolute; z-index: 10; }
.scrollbar-macosx > .scroll-element div { display: block; height: 100%; left: 0px; top: 0px; width: 100%; }
.scrollbar-macosx > .scroll-element .scroll-element_track { display: none; }
.scrollbar-macosx > .scroll-element .scroll-bar { background-color: rgba(127, 127, 127, 0.4); border-radius: 1px; display: block; opacity: 0; transition: opacity 0.2s linear 0s; }
.scrollbar-macosx:hover > .scroll-element .scroll-bar, .scrollbar-macosx > .scroll-element.scroll-draggable .scroll-bar { opacity: 0.7; }
.scrollbar-macosx > .scroll-element.scroll-x { bottom: 0px; height: 0px; left: 0px; min-width: 100%; overflow: visible; width: 100%; }
.scrollbar-macosx > .scroll-element.scroll-y { height: 100%; min-height: 100%; right: 0px; top: 0px; width: 0px; }
.scrollbar-macosx > .scroll-element.scroll-x .scroll-bar { height: 7px; min-width: 10px; top: -9px; }
.scrollbar-macosx > .scroll-element.scroll-y .scroll-bar { left: -9px; min-height: 10px; width: 7px; }
.scrollbar-macosx > .scroll-element.scroll-x .scroll-element_outer { left: 2px; }
.scrollbar-macosx > .scroll-element.scroll-x .scroll-element_size { left: -4px; }
.scrollbar-macosx > .scroll-element.scroll-y .scroll-element_outer { top: 2px; }
.scrollbar-macosx > .scroll-element.scroll-y .scroll-element_size { top: -4px; }
.scrollbar-macosx > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size { left: -11px; }
.scrollbar-macosx > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size { top: -11px; }
.fullscreen { height: 80%; margin: 0px; padding: 0px; width: 80%; }
@media (max-width: 575px) {
  .fullscreen { width: 300px; }
}
.photo { cursor: pointer; position: absolute; transition: all 0.6s ease 0s; width: 230px; }
@media (max-width: 575px) {
  .photo { width: 120px; }
}
.navbar { display: none; }
.side { backface-visibility: hidden; box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 10px 0px; height: 100%; left: 0px; perspective: 300px; position: absolute; top: 0px; transition: transform 0.6s ease 0s, -webkit-transform 0.6s ease 0s; width: 100%; }
.side-back { display: table; transform: rotateY(-180deg); }
.side-back div { background-color: rgb(255, 255, 255); display: table-cell; perspective: 300px; vertical-align: middle; }
.side-back p { color: rgb(127, 127, 127); font-family: Oxygen, sans-serif; font-size: 16px; padding: 30px; text-align: center; }
.photo.flipped .side-front { transform: rotateY(-180deg); }
.photo.flipped .side-back { transform: rotateY(0deg); }
figure { background-color: rgb(255, 255, 255); margin: 0px auto; padding: 10px; position: absolute; text-align: center; width: 250px; }
figure img { height: auto; margin: 0px auto 15px; max-width: 100%; }
figure figcaption { color: rgb(50, 50, 50); font-family: Oxygen, sans-serif; padding: 0px; }
.navbar { background-color: rgb(0, 0, 0); bottom: 0px; padding: 10px; position: fixed; text-align: center; width: 100%; z-index: 999; }
.c-gutter-340 [class*="col-"], .row.c-gutter-340 > [class*="col-"] { padding-left: 170px; padding-right: 170px; }
.c-gutter-340 .row, div.row.c-gutter-340 { margin-left: -170px; margin-right: -170px; }
.c-gutter-120 .row, div.row.c-gutter-120 { margin-left: -60px; margin-right: -60px; }
.c-gutter-110 .row, div.row.c-gutter-110 { margin-left: -55px; margin-right: -55px; }
.c-gutter-100 .row, div.row.c-gutter-100 { margin-left: -50px; margin-right: -50px; }
.c-gutter-90 .row, div.row.c-gutter-90 { margin-left: -45px; margin-right: -45px; }
.c-gutter-80 .row, div.row.c-gutter-80 { margin-left: -40px; margin-right: -40px; }
.c-gutter-70 .row, div.row.c-gutter-70 { margin-left: -35px; margin-right: -35px; }
.c-gutter-60 .row, div.row.c-gutter-60 { margin-left: -30px; margin-right: -30px; }
.c-gutter-50 .row, div.row.c-gutter-50 { margin-left: -25px; margin-right: -25px; }
.c-gutter-30 .row, div.row.c-gutter-30 { margin-left: -15px; margin-right: -15px; }
.c-gutter-25 .row, div.row.c-gutter-25 { margin-left: -13px; margin-right: -12px; }
.c-gutter-20 .row, div.row.c-gutter-20 { margin-left: -10px; margin-right: -10px; }
.c-gutter-15 .row, div.row.c-gutter-15 { margin-left: -8px; margin-right: -7px; }
.c-gutter-10 .row, div.row.c-gutter-10 { margin-left: -5px; margin-right: -5px; }
.c-gutter-5 .row, div.row.c-gutter-5 { margin-left: -3px; margin-right: -2px; }
.c-gutter-2 .row, div.row.c-gutter-2 { margin-left: -1px; margin-right: -1px; }
.c-gutter-1 .row, div.row.c-gutter-1 { margin-left: -1px; margin-right: 0px; }
.c-gutter-0 .row, div.row.c-gutter-0 { margin-left: 0px; margin-right: 0px; }
.container-px-0 [class*="container"] { padding-left: 0px; padding-right: 0px; }
.container-px-1 [class*="container"] { padding-left: 1px; padding-right: 1px; }
.container-px-2 [class*="container"] { padding-left: 2px; padding-right: 2px; }
.container-px-5 [class*="container"] { padding-left: 5px; padding-right: 5px; }
.container-px-10 [class*="container"] { padding-left: 10px; padding-right: 10px; }
.container-px-20 [class*="container"] { padding-left: 20px; padding-right: 20px; }
.container-px-30 [class*="container"] { padding-left: 30px; padding-right: 30px; }
.container-px-40 [class*="container"] { padding-left: 40px; padding-right: 40px; }
.container-px-50 [class*="container"] { padding-left: 50px; padding-right: 50px; }
.container-px-60 [class*="container"] { padding-left: 60px; padding-right: 60px; }
.container-px-80 [class*="container"] { padding-left: 80px; padding-right: 80px; }
.container-px-90 [class*="container"] { padding-left: 90px; padding-right: 90px; }
.container-px-100 [class*="container"] { padding-left: 100px; padding-right: 100px; }
.container-px-120 [class*="container"] { padding-left: 120px; padding-right: 120px; }
.container-px-160 [class*="container"] { padding-left: 160px; padding-right: 160px; }
.container-px-165 [class*="container"] { padding-left: 165px; padding-right: 165px; }
.c-gutter-120 [class*="col-"], .row.c-gutter-120 > [class*="col-"] { padding-left: 60px; padding-right: 60px; }
.c-gutter-340 .row, div.row.c-gutter-340 { margin-left: -170px; margin-right: -170px; }
.c-gutter-120 .row, div.row.c-gutter-120 { margin-left: -60px; margin-right: -60px; }
.c-gutter-110 .row, div.row.c-gutter-110 { margin-left: -55px; margin-right: -55px; }
.c-gutter-100 .row, div.row.c-gutter-100 { margin-left: -50px; margin-right: -50px; }
.c-gutter-90 .row, div.row.c-gutter-90 { margin-left: -45px; margin-right: -45px; }
.c-gutter-80 .row, div.row.c-gutter-80 { margin-left: -40px; margin-right: -40px; }
.c-gutter-70 .row, div.row.c-gutter-70 { margin-left: -35px; margin-right: -35px; }
.c-gutter-60 .row, div.row.c-gutter-60 { margin-left: -30px; margin-right: -30px; }
.c-gutter-50 .row, div.row.c-gutter-50 { margin-left: -25px; margin-right: -25px; }
.c-gutter-30 .row, div.row.c-gutter-30 { margin-left: -15px; margin-right: -15px; }
.c-gutter-25 .row, div.row.c-gutter-25 { margin-left: -13px; margin-right: -12px; }
.c-gutter-20 .row, div.row.c-gutter-20 { margin-left: -10px; margin-right: -10px; }
.c-gutter-15 .row, div.row.c-gutter-15 { margin-left: -8px; margin-right: -7px; }
.c-gutter-10 .row, div.row.c-gutter-10 { margin-left: -5px; margin-right: -5px; }
.c-gutter-5 .row, div.row.c-gutter-5 { margin-left: -3px; margin-right: -2px; }
.c-gutter-2 .row, div.row.c-gutter-2 { margin-left: -1px; margin-right: -1px; }
.c-gutter-1 .row, div.row.c-gutter-1 { margin-left: -1px; margin-right: 0px; }
.c-gutter-0 .row, div.row.c-gutter-0 { margin-left: 0px; margin-right: 0px; }
.container-px-0 [class*="container"] { padding-left: 0px; padding-right: 0px; }
.container-px-1 [class*="container"] { padding-left: 1px; padding-right: 1px; }
.container-px-2 [class*="container"] { padding-left: 2px; padding-right: 2px; }
.container-px-5 [class*="container"] { padding-left: 5px; padding-right: 5px; }
.container-px-10 [class*="container"] { padding-left: 10px; padding-right: 10px; }
.container-px-20 [class*="container"] { padding-left: 20px; padding-right: 20px; }
.container-px-30 [class*="container"] { padding-left: 30px; padding-right: 30px; }
.container-px-40 [class*="container"] { padding-left: 40px; padding-right: 40px; }
.container-px-50 [class*="container"] { padding-left: 50px; padding-right: 50px; }
.container-px-60 [class*="container"] { padding-left: 60px; padding-right: 60px; }
.container-px-80 [class*="container"] { padding-left: 80px; padding-right: 80px; }
.container-px-90 [class*="container"] { padding-left: 90px; padding-right: 90px; }
.container-px-100 [class*="container"] { padding-left: 100px; padding-right: 100px; }
.container-px-120 [class*="container"] { padding-left: 120px; padding-right: 120px; }
.container-px-160 [class*="container"] { padding-left: 160px; padding-right: 160px; }
.container-px-165 [class*="container"] { padding-left: 165px; padding-right: 165px; }
.c-gutter-110 [class*="col-"], .row.c-gutter-110 > [class*="col-"] { padding-left: 55px; padding-right: 55px; }
.c-gutter-340 .row, div.row.c-gutter-340 { margin-left: -170px; margin-right: -170px; }
.c-gutter-120 .row, div.row.c-gutter-120 { margin-left: -60px; margin-right: -60px; }
.c-gutter-110 .row, div.row.c-gutter-110 { margin-left: -55px; margin-right: -55px; }
.c-gutter-100 .row, div.row.c-gutter-100 { margin-left: -50px; margin-right: -50px; }
.c-gutter-90 .row, div.row.c-gutter-90 { margin-left: -45px; margin-right: -45px; }
.c-gutter-80 .row, div.row.c-gutter-80 { margin-left: -40px; margin-right: -40px; }
.c-gutter-70 .row, div.row.c-gutter-70 { margin-left: -35px; margin-right: -35px; }
.c-gutter-60 .row, div.row.c-gutter-60 { margin-left: -30px; margin-right: -30px; }
.c-gutter-50 .row, div.row.c-gutter-50 { margin-left: -25px; margin-right: -25px; }
.c-gutter-30 .row, div.row.c-gutter-30 { margin-left: -15px; margin-right: -15px; }
.c-gutter-25 .row, div.row.c-gutter-25 { margin-left: -13px; margin-right: -12px; }
.c-gutter-20 .row, div.row.c-gutter-20 { margin-left: -10px; margin-right: -10px; }
.c-gutter-15 .row, div.row.c-gutter-15 { margin-left: -8px; margin-right: -7px; }
.c-gutter-10 .row, div.row.c-gutter-10 { margin-left: -5px; margin-right: -5px; }
.c-gutter-5 .row, div.row.c-gutter-5 { margin-left: -3px; margin-right: -2px; }
.c-gutter-2 .row, div.row.c-gutter-2 { margin-left: -1px; margin-right: -1px; }
.c-gutter-1 .row, div.row.c-gutter-1 { margin-left: -1px; margin-right: 0px; }
.c-gutter-0 .row, div.row.c-gutter-0 { margin-left: 0px; margin-right: 0px; }
.container-px-0 [class*="container"] { padding-left: 0px; padding-right: 0px; }
.container-px-1 [class*="container"] { padding-left: 1px; padding-right: 1px; }
.container-px-2 [class*="container"] { padding-left: 2px; padding-right: 2px; }
.container-px-5 [class*="container"] { padding-left: 5px; padding-right: 5px; }
.container-px-10 [class*="container"] { padding-left: 10px; padding-right: 10px; }
.container-px-20 [class*="container"] { padding-left: 20px; padding-right: 20px; }
.container-px-30 [class*="container"] { padding-left: 30px; padding-right: 30px; }
.container-px-40 [class*="container"] { padding-left: 40px; padding-right: 40px; }
.container-px-50 [class*="container"] { padding-left: 50px; padding-right: 50px; }
.container-px-60 [class*="container"] { padding-left: 60px; padding-right: 60px; }
.container-px-80 [class*="container"] { padding-left: 80px; padding-right: 80px; }
.container-px-90 [class*="container"] { padding-left: 90px; padding-right: 90px; }
.container-px-100 [class*="container"] { padding-left: 100px; padding-right: 100px; }
.container-px-120 [class*="container"] { padding-left: 120px; padding-right: 120px; }
.container-px-160 [class*="container"] { padding-left: 160px; padding-right: 160px; }
.container-px-165 [class*="container"] { padding-left: 165px; padding-right: 165px; }
.c-gutter-100 [class*="col-"], .row.c-gutter-100 > [class*="col-"] { padding-left: 50px; padding-right: 50px; }
.c-gutter-340 .row, div.row.c-gutter-340 { margin-left: -170px; margin-right: -170px; }
.c-gutter-120 .row, div.row.c-gutter-120 { margin-left: -60px; margin-right: -60px; }
.c-gutter-110 .row, div.row.c-gutter-110 { margin-left: -55px; margin-right: -55px; }
.c-gutter-100 .row, div.row.c-gutter-100 { margin-left: -50px; margin-right: -50px; }
.c-gutter-90 .row, div.row.c-gutter-90 { margin-left: -45px; margin-right: -45px; }
.c-gutter-80 .row, div.row.c-gutter-80 { margin-left: -40px; margin-right: -40px; }
.c-gutter-70 .row, div.row.c-gutter-70 { margin-left: -35px; margin-right: -35px; }
.c-gutter-60 .row, div.row.c-gutter-60 { margin-left: -30px; margin-right: -30px; }
.c-gutter-50 .row, div.row.c-gutter-50 { margin-left: -25px; margin-right: -25px; }
.c-gutter-30 .row, div.row.c-gutter-30 { margin-left: -15px; margin-right: -15px; }
.c-gutter-25 .row, div.row.c-gutter-25 { margin-left: -13px; margin-right: -12px; }
.c-gutter-20 .row, div.row.c-gutter-20 { margin-left: -10px; margin-right: -10px; }
.c-gutter-15 .row, div.row.c-gutter-15 { margin-left: -8px; margin-right: -7px; }
.c-gutter-10 .row, div.row.c-gutter-10 { margin-left: -5px; margin-right: -5px; }
.c-gutter-5 .row, div.row.c-gutter-5 { margin-left: -3px; margin-right: -2px; }
.c-gutter-2 .row, div.row.c-gutter-2 { margin-left: -1px; margin-right: -1px; }
.c-gutter-1 .row, div.row.c-gutter-1 { margin-left: -1px; margin-right: 0px; }
.c-gutter-0 .row, div.row.c-gutter-0 { margin-left: 0px; margin-right: 0px; }
.container-px-0 [class*="container"] { padding-left: 0px; padding-right: 0px; }
.container-px-1 [class*="container"] { padding-left: 1px; padding-right: 1px; }
.container-px-2 [class*="container"] { padding-left: 2px; padding-right: 2px; }
.container-px-5 [class*="container"] { padding-left: 5px; padding-right: 5px; }
.container-px-10 [class*="container"] { padding-left: 10px; padding-right: 10px; }
.container-px-20 [class*="container"] { padding-left: 20px; padding-right: 20px; }
.container-px-30 [class*="container"] { padding-left: 30px; padding-right: 30px; }
.container-px-40 [class*="container"] { padding-left: 40px; padding-right: 40px; }
.container-px-50 [class*="container"] { padding-left: 50px; padding-right: 50px; }
.container-px-60 [class*="container"] { padding-left: 60px; padding-right: 60px; }
.container-px-80 [class*="container"] { padding-left: 80px; padding-right: 80px; }
.container-px-90 [class*="container"] { padding-left: 90px; padding-right: 90px; }
.container-px-100 [class*="container"] { padding-left: 100px; padding-right: 100px; }
.container-px-120 [class*="container"] { padding-left: 120px; padding-right: 120px; }
.container-px-160 [class*="container"] { padding-left: 160px; padding-right: 160px; }
.container-px-165 [class*="container"] { padding-left: 165px; padding-right: 165px; }
.c-gutter-90 [class*="col-"], .row.c-gutter-90 > [class*="col-"] { padding-left: 45px; padding-right: 45px; }
.c-gutter-340 .row, div.row.c-gutter-340 { margin-left: -170px; margin-right: -170px; }
.c-gutter-120 .row, div.row.c-gutter-120 { margin-left: -60px; margin-right: -60px; }
.c-gutter-110 .row, div.row.c-gutter-110 { margin-left: -55px; margin-right: -55px; }
.c-gutter-100 .row, div.row.c-gutter-100 { margin-left: -50px; margin-right: -50px; }
.c-gutter-90 .row, div.row.c-gutter-90 { margin-left: -45px; margin-right: -45px; }
.c-gutter-80 .row, div.row.c-gutter-80 { margin-left: -40px; margin-right: -40px; }
.c-gutter-70 .row, div.row.c-gutter-70 { margin-left: -35px; margin-right: -35px; }
.c-gutter-60 .row, div.row.c-gutter-60 { margin-left: -30px; margin-right: -30px; }
.c-gutter-50 .row, div.row.c-gutter-50 { margin-left: -25px; margin-right: -25px; }
.c-gutter-30 .row, div.row.c-gutter-30 { margin-left: -15px; margin-right: -15px; }
.c-gutter-25 .row, div.row.c-gutter-25 { margin-left: -13px; margin-right: -12px; }
.c-gutter-20 .row, div.row.c-gutter-20 { margin-left: -10px; margin-right: -10px; }
.c-gutter-15 .row, div.row.c-gutter-15 { margin-left: -8px; margin-right: -7px; }
.c-gutter-10 .row, div.row.c-gutter-10 { margin-left: -5px; margin-right: -5px; }
.c-gutter-5 .row, div.row.c-gutter-5 { margin-left: -3px; margin-right: -2px; }
.c-gutter-2 .row, div.row.c-gutter-2 { margin-left: -1px; margin-right: -1px; }
.c-gutter-1 .row, div.row.c-gutter-1 { margin-left: -1px; margin-right: 0px; }
.c-gutter-0 .row, div.row.c-gutter-0 { margin-left: 0px; margin-right: 0px; }
.container-px-0 [class*="container"] { padding-left: 0px; padding-right: 0px; }
.container-px-1 [class*="container"] { padding-left: 1px; padding-right: 1px; }
.container-px-2 [class*="container"] { padding-left: 2px; padding-right: 2px; }
.container-px-5 [class*="container"] { padding-left: 5px; padding-right: 5px; }
.container-px-10 [class*="container"] { padding-left: 10px; padding-right: 10px; }
.container-px-20 [class*="container"] { padding-left: 20px; padding-right: 20px; }
.container-px-30 [class*="container"] { padding-left: 30px; padding-right: 30px; }
.container-px-40 [class*="container"] { padding-left: 40px; padding-right: 40px; }
.container-px-50 [class*="container"] { padding-left: 50px; padding-right: 50px; }
.container-px-60 [class*="container"] { padding-left: 60px; padding-right: 60px; }
.container-px-80 [class*="container"] { padding-left: 80px; padding-right: 80px; }
.container-px-90 [class*="container"] { padding-left: 90px; padding-right: 90px; }
.container-px-100 [class*="container"] { padding-left: 100px; padding-right: 100px; }
.container-px-120 [class*="container"] { padding-left: 120px; padding-right: 120px; }
.container-px-160 [class*="container"] { padding-left: 160px; padding-right: 160px; }
.container-px-165 [class*="container"] { padding-left: 165px; padding-right: 165px; }
.c-gutter-80 [class*="col-"], .row.c-gutter-80 > [class*="col-"] { padding-left: 40px; padding-right: 40px; }
.c-gutter-340 .row, div.row.c-gutter-340 { margin-left: -170px; margin-right: -170px; }
.c-gutter-120 .row, div.row.c-gutter-120 { margin-left: -60px; margin-right: -60px; }
.c-gutter-110 .row, div.row.c-gutter-110 { margin-left: -55px; margin-right: -55px; }
.c-gutter-100 .row, div.row.c-gutter-100 { margin-left: -50px; margin-right: -50px; }
.c-gutter-90 .row, div.row.c-gutter-90 { margin-left: -45px; margin-right: -45px; }
.c-gutter-80 .row, div.row.c-gutter-80 { margin-left: -40px; margin-right: -40px; }
.c-gutter-70 .row, div.row.c-gutter-70 { margin-left: -35px; margin-right: -35px; }
.c-gutter-60 .row, div.row.c-gutter-60 { margin-left: -30px; margin-right: -30px; }
.c-gutter-50 .row, div.row.c-gutter-50 { margin-left: -25px; margin-right: -25px; }
.c-gutter-30 .row, div.row.c-gutter-30 { margin-left: -15px; margin-right: -15px; }
.c-gutter-25 .row, div.row.c-gutter-25 { margin-left: -13px; margin-right: -12px; }
.c-gutter-20 .row, div.row.c-gutter-20 { margin-left: -10px; margin-right: -10px; }
.c-gutter-15 .row, div.row.c-gutter-15 { margin-left: -8px; margin-right: -7px; }
.c-gutter-10 .row, div.row.c-gutter-10 { margin-left: -5px; margin-right: -5px; }
.c-gutter-5 .row, div.row.c-gutter-5 { margin-left: -3px; margin-right: -2px; }
.c-gutter-2 .row, div.row.c-gutter-2 { margin-left: -1px; margin-right: -1px; }
.c-gutter-1 .row, div.row.c-gutter-1 { margin-left: -1px; margin-right: 0px; }
.c-gutter-0 .row, div.row.c-gutter-0 { margin-left: 0px; margin-right: 0px; }
.container-px-0 [class*="container"] { padding-left: 0px; padding-right: 0px; }
.container-px-1 [class*="container"] { padding-left: 1px; padding-right: 1px; }
.container-px-2 [class*="container"] { padding-left: 2px; padding-right: 2px; }
.container-px-5 [class*="container"] { padding-left: 5px; padding-right: 5px; }
.container-px-10 [class*="container"] { padding-left: 10px; padding-right: 10px; }
.container-px-20 [class*="container"] { padding-left: 20px; padding-right: 20px; }
.container-px-30 [class*="container"] { padding-left: 30px; padding-right: 30px; }
.container-px-40 [class*="container"] { padding-left: 40px; padding-right: 40px; }
.container-px-50 [class*="container"] { padding-left: 50px; padding-right: 50px; }
.container-px-60 [class*="container"] { padding-left: 60px; padding-right: 60px; }
.container-px-80 [class*="container"] { padding-left: 80px; padding-right: 80px; }
.container-px-90 [class*="container"] { padding-left: 90px; padding-right: 90px; }
.container-px-100 [class*="container"] { padding-left: 100px; padding-right: 100px; }
.container-px-120 [class*="container"] { padding-left: 120px; padding-right: 120px; }
.container-px-160 [class*="container"] { padding-left: 160px; padding-right: 160px; }
.container-px-165 [class*="container"] { padding-left: 165px; padding-right: 165px; }
.c-gutter-70 [class*="col-"], .row.c-gutter-70 > [class*="col-"] { padding-left: 35px; padding-right: 35px; }
.c-gutter-340 .row, div.row.c-gutter-340 { margin-left: -170px; margin-right: -170px; }
.c-gutter-120 .row, div.row.c-gutter-120 { margin-left: -60px; margin-right: -60px; }
.c-gutter-110 .row, div.row.c-gutter-110 { margin-left: -55px; margin-right: -55px; }
.c-gutter-100 .row, div.row.c-gutter-100 { margin-left: -50px; margin-right: -50px; }
.c-gutter-90 .row, div.row.c-gutter-90 { margin-left: -45px; margin-right: -45px; }
.c-gutter-80 .row, div.row.c-gutter-80 { margin-left: -40px; margin-right: -40px; }
.c-gutter-70 .row, div.row.c-gutter-70 { margin-left: -35px; margin-right: -35px; }
.c-gutter-60 .row, div.row.c-gutter-60 { margin-left: -30px; margin-right: -30px; }
.c-gutter-50 .row, div.row.c-gutter-50 { margin-left: -25px; margin-right: -25px; }
.c-gutter-30 .row, div.row.c-gutter-30 { margin-left: -15px; margin-right: -15px; }
.c-gutter-25 .row, div.row.c-gutter-25 { margin-left: -13px; margin-right: -12px; }
.c-gutter-20 .row, div.row.c-gutter-20 { margin-left: -10px; margin-right: -10px; }
.c-gutter-15 .row, div.row.c-gutter-15 { margin-left: -8px; margin-right: -7px; }
.c-gutter-10 .row, div.row.c-gutter-10 { margin-left: -5px; margin-right: -5px; }
.c-gutter-5 .row, div.row.c-gutter-5 { margin-left: -3px; margin-right: -2px; }
.c-gutter-2 .row, div.row.c-gutter-2 { margin-left: -1px; margin-right: -1px; }
.c-gutter-1 .row, div.row.c-gutter-1 { margin-left: -1px; margin-right: 0px; }
.c-gutter-0 .row, div.row.c-gutter-0 { margin-left: 0px; margin-right: 0px; }
.container-px-0 [class*="container"] { padding-left: 0px; padding-right: 0px; }
.container-px-1 [class*="container"] { padding-left: 1px; padding-right: 1px; }
.container-px-2 [class*="container"] { padding-left: 2px; padding-right: 2px; }
.container-px-5 [class*="container"] { padding-left: 5px; padding-right: 5px; }
.container-px-10 [class*="container"] { padding-left: 10px; padding-right: 10px; }
.container-px-20 [class*="container"] { padding-left: 20px; padding-right: 20px; }
.container-px-30 [class*="container"] { padding-left: 30px; padding-right: 30px; }
.container-px-40 [class*="container"] { padding-left: 40px; padding-right: 40px; }
.container-px-50 [class*="container"] { padding-left: 50px; padding-right: 50px; }
.container-px-60 [class*="container"] { padding-left: 60px; padding-right: 60px; }
.container-px-80 [class*="container"] { padding-left: 80px; padding-right: 80px; }
.container-px-90 [class*="container"] { padding-left: 90px; padding-right: 90px; }
.container-px-100 [class*="container"] { padding-left: 100px; padding-right: 100px; }
.container-px-120 [class*="container"] { padding-left: 120px; padding-right: 120px; }
.container-px-160 [class*="container"] { padding-left: 160px; padding-right: 160px; }
.container-px-165 [class*="container"] { padding-left: 165px; padding-right: 165px; }
.c-gutter-60 [class*="col-"], .row.c-gutter-60 > [class*="col-"] { padding-left: 30px; padding-right: 30px; }
.c-gutter-340 .row, div.row.c-gutter-340 { margin-left: -170px; margin-right: -170px; }
.c-gutter-120 .row, div.row.c-gutter-120 { margin-left: -60px; margin-right: -60px; }
.c-gutter-110 .row, div.row.c-gutter-110 { margin-left: -55px; margin-right: -55px; }
.c-gutter-100 .row, div.row.c-gutter-100 { margin-left: -50px; margin-right: -50px; }
.c-gutter-90 .row, div.row.c-gutter-90 { margin-left: -45px; margin-right: -45px; }
.c-gutter-80 .row, div.row.c-gutter-80 { margin-left: -40px; margin-right: -40px; }
.c-gutter-70 .row, div.row.c-gutter-70 { margin-left: -35px; margin-right: -35px; }
.c-gutter-60 .row, div.row.c-gutter-60 { margin-left: -30px; margin-right: -30px; }
.c-gutter-50 .row, div.row.c-gutter-50 { margin-left: -25px; margin-right: -25px; }
.c-gutter-30 .row, div.row.c-gutter-30 { margin-left: -15px; margin-right: -15px; }
.c-gutter-25 .row, div.row.c-gutter-25 { margin-left: -13px; margin-right: -12px; }
.c-gutter-20 .row, div.row.c-gutter-20 { margin-left: -10px; margin-right: -10px; }
.c-gutter-15 .row, div.row.c-gutter-15 { margin-left: -8px; margin-right: -7px; }
.c-gutter-10 .row, div.row.c-gutter-10 { margin-left: -5px; margin-right: -5px; }
.c-gutter-5 .row, div.row.c-gutter-5 { margin-left: -3px; margin-right: -2px; }
.c-gutter-2 .row, div.row.c-gutter-2 { margin-left: -1px; margin-right: -1px; }
.c-gutter-1 .row, div.row.c-gutter-1 { margin-left: -1px; margin-right: 0px; }
.c-gutter-0 .row, div.row.c-gutter-0 { margin-left: 0px; margin-right: 0px; }
.container-px-0 [class*="container"] { padding-left: 0px; padding-right: 0px; }
.container-px-1 [class*="container"] { padding-left: 1px; padding-right: 1px; }
.container-px-2 [class*="container"] { padding-left: 2px; padding-right: 2px; }
.container-px-5 [class*="container"] { padding-left: 5px; padding-right: 5px; }
.container-px-10 [class*="container"] { padding-left: 10px; padding-right: 10px; }
.container-px-20 [class*="container"] { padding-left: 20px; padding-right: 20px; }
.container-px-30 [class*="container"] { padding-left: 30px; padding-right: 30px; }
.container-px-40 [class*="container"] { padding-left: 40px; padding-right: 40px; }
.container-px-50 [class*="container"] { padding-left: 50px; padding-right: 50px; }
.container-px-60 [class*="container"] { padding-left: 60px; padding-right: 60px; }
.container-px-80 [class*="container"] { padding-left: 80px; padding-right: 80px; }
.container-px-90 [class*="container"] { padding-left: 90px; padding-right: 90px; }
.container-px-100 [class*="container"] { padding-left: 100px; padding-right: 100px; }
.container-px-120 [class*="container"] { padding-left: 120px; padding-right: 120px; }
.container-px-160 [class*="container"] { padding-left: 160px; padding-right: 160px; }
.container-px-165 [class*="container"] { padding-left: 165px; padding-right: 165px; }
.c-gutter-50 [class*="col-"], .row.c-gutter-50 > [class*="col-"] { padding-left: 25px; padding-right: 25px; }
.c-gutter-340 .row, div.row.c-gutter-340 { margin-left: -170px; margin-right: -170px; }
.c-gutter-120 .row, div.row.c-gutter-120 { margin-left: -60px; margin-right: -60px; }
.c-gutter-110 .row, div.row.c-gutter-110 { margin-left: -55px; margin-right: -55px; }
.c-gutter-100 .row, div.row.c-gutter-100 { margin-left: -50px; margin-right: -50px; }
.c-gutter-90 .row, div.row.c-gutter-90 { margin-left: -45px; margin-right: -45px; }
.c-gutter-80 .row, div.row.c-gutter-80 { margin-left: -40px; margin-right: -40px; }
.c-gutter-70 .row, div.row.c-gutter-70 { margin-left: -35px; margin-right: -35px; }
.c-gutter-60 .row, div.row.c-gutter-60 { margin-left: -30px; margin-right: -30px; }
.c-gutter-50 .row, div.row.c-gutter-50 { margin-left: -25px; margin-right: -25px; }
.c-gutter-30 .row, div.row.c-gutter-30 { margin-left: -15px; margin-right: -15px; }
.c-gutter-25 .row, div.row.c-gutter-25 { margin-left: -13px; margin-right: -12px; }
.c-gutter-20 .row, div.row.c-gutter-20 { margin-left: -10px; margin-right: -10px; }
.c-gutter-15 .row, div.row.c-gutter-15 { margin-left: -8px; margin-right: -7px; }
.c-gutter-10 .row, div.row.c-gutter-10 { margin-left: -5px; margin-right: -5px; }
.c-gutter-5 .row, div.row.c-gutter-5 { margin-left: -3px; margin-right: -2px; }
.c-gutter-2 .row, div.row.c-gutter-2 { margin-left: -1px; margin-right: -1px; }
.c-gutter-1 .row, div.row.c-gutter-1 { margin-left: -1px; margin-right: 0px; }
.c-gutter-0 .row, div.row.c-gutter-0 { margin-left: 0px; margin-right: 0px; }
.container-px-0 [class*="container"] { padding-left: 0px; padding-right: 0px; }
.container-px-1 [class*="container"] { padding-left: 1px; padding-right: 1px; }
.container-px-2 [class*="container"] { padding-left: 2px; padding-right: 2px; }
.container-px-5 [class*="container"] { padding-left: 5px; padding-right: 5px; }
.container-px-10 [class*="container"] { padding-left: 10px; padding-right: 10px; }
.container-px-20 [class*="container"] { padding-left: 20px; padding-right: 20px; }
.container-px-30 [class*="container"] { padding-left: 30px; padding-right: 30px; }
.container-px-40 [class*="container"] { padding-left: 40px; padding-right: 40px; }
.container-px-50 [class*="container"] { padding-left: 50px; padding-right: 50px; }
.container-px-60 [class*="container"] { padding-left: 60px; padding-right: 60px; }
.container-px-80 [class*="container"] { padding-left: 80px; padding-right: 80px; }
.container-px-90 [class*="container"] { padding-left: 90px; padding-right: 90px; }
.container-px-100 [class*="container"] { padding-left: 100px; padding-right: 100px; }
.container-px-120 [class*="container"] { padding-left: 120px; padding-right: 120px; }
.container-px-160 [class*="container"] { padding-left: 160px; padding-right: 160px; }
.container-px-165 [class*="container"] { padding-left: 165px; padding-right: 165px; }
.c-gutter-30 [class*="col-"], .row.c-gutter-30 > [class*="col-"] { padding-left: 15px; padding-right: 15px; }
.c-gutter-340 .row, div.row.c-gutter-340 { margin-left: -170px; margin-right: -170px; }
.c-gutter-120 .row, div.row.c-gutter-120 { margin-left: -60px; margin-right: -60px; }
.c-gutter-110 .row, div.row.c-gutter-110 { margin-left: -55px; margin-right: -55px; }
.c-gutter-100 .row, div.row.c-gutter-100 { margin-left: -50px; margin-right: -50px; }
.c-gutter-90 .row, div.row.c-gutter-90 { margin-left: -45px; margin-right: -45px; }
.c-gutter-80 .row, div.row.c-gutter-80 { margin-left: -40px; margin-right: -40px; }
.c-gutter-70 .row, div.row.c-gutter-70 { margin-left: -35px; margin-right: -35px; }
.c-gutter-60 .row, div.row.c-gutter-60 { margin-left: -30px; margin-right: -30px; }
.c-gutter-50 .row, div.row.c-gutter-50 { margin-left: -25px; margin-right: -25px; }
.c-gutter-30 .row, div.row.c-gutter-30 { margin-left: -15px; margin-right: -15px; }
.c-gutter-25 .row, div.row.c-gutter-25 { margin-left: -13px; margin-right: -12px; }
.c-gutter-20 .row, div.row.c-gutter-20 { margin-left: -10px; margin-right: -10px; }
.c-gutter-15 .row, div.row.c-gutter-15 { margin-left: -8px; margin-right: -7px; }
.c-gutter-10 .row, div.row.c-gutter-10 { margin-left: -5px; margin-right: -5px; }
.c-gutter-5 .row, div.row.c-gutter-5 { margin-left: -3px; margin-right: -2px; }
.c-gutter-2 .row, div.row.c-gutter-2 { margin-left: -1px; margin-right: -1px; }
.c-gutter-1 .row, div.row.c-gutter-1 { margin-left: -1px; margin-right: 0px; }
.c-gutter-0 .row, div.row.c-gutter-0 { margin-left: 0px; margin-right: 0px; }
.container-px-0 [class*="container"] { padding-left: 0px; padding-right: 0px; }
.container-px-1 [class*="container"] { padding-left: 1px; padding-right: 1px; }
.container-px-2 [class*="container"] { padding-left: 2px; padding-right: 2px; }
.container-px-5 [class*="container"] { padding-left: 5px; padding-right: 5px; }
.container-px-10 [class*="container"] { padding-left: 10px; padding-right: 10px; }
.container-px-20 [class*="container"] { padding-left: 20px; padding-right: 20px; }
.container-px-30 [class*="container"] { padding-left: 30px; padding-right: 30px; }
.container-px-40 [class*="container"] { padding-left: 40px; padding-right: 40px; }
.container-px-50 [class*="container"] { padding-left: 50px; padding-right: 50px; }
.container-px-60 [class*="container"] { padding-left: 60px; padding-right: 60px; }
.container-px-80 [class*="container"] { padding-left: 80px; padding-right: 80px; }
.container-px-90 [class*="container"] { padding-left: 90px; padding-right: 90px; }
.container-px-100 [class*="container"] { padding-left: 100px; padding-right: 100px; }
.container-px-120 [class*="container"] { padding-left: 120px; padding-right: 120px; }
.container-px-160 [class*="container"] { padding-left: 160px; padding-right: 160px; }
.container-px-165 [class*="container"] { padding-left: 165px; padding-right: 165px; }
.c-gutter-25 [class*="col-"], .row.c-gutter-25 > [class*="col-"] { padding-left: 13px; padding-right: 12px; }
.c-gutter-340 .row, div.row.c-gutter-340 { margin-left: -170px; margin-right: -170px; }
.c-gutter-120 .row, div.row.c-gutter-120 { margin-left: -60px; margin-right: -60px; }
.c-gutter-110 .row, div.row.c-gutter-110 { margin-left: -55px; margin-right: -55px; }
.c-gutter-100 .row, div.row.c-gutter-100 { margin-left: -50px; margin-right: -50px; }
.c-gutter-90 .row, div.row.c-gutter-90 { margin-left: -45px; margin-right: -45px; }
.c-gutter-80 .row, div.row.c-gutter-80 { margin-left: -40px; margin-right: -40px; }
.c-gutter-70 .row, div.row.c-gutter-70 { margin-left: -35px; margin-right: -35px; }
.c-gutter-60 .row, div.row.c-gutter-60 { margin-left: -30px; margin-right: -30px; }
.c-gutter-50 .row, div.row.c-gutter-50 { margin-left: -25px; margin-right: -25px; }
.c-gutter-30 .row, div.row.c-gutter-30 { margin-left: -15px; margin-right: -15px; }
.c-gutter-25 .row, div.row.c-gutter-25 { margin-left: -13px; margin-right: -12px; }
.c-gutter-20 .row, div.row.c-gutter-20 { margin-left: -10px; margin-right: -10px; }
.c-gutter-15 .row, div.row.c-gutter-15 { margin-left: -8px; margin-right: -7px; }
.c-gutter-10 .row, div.row.c-gutter-10 { margin-left: -5px; margin-right: -5px; }
.c-gutter-5 .row, div.row.c-gutter-5 { margin-left: -3px; margin-right: -2px; }
.c-gutter-2 .row, div.row.c-gutter-2 { margin-left: -1px; margin-right: -1px; }
.c-gutter-1 .row, div.row.c-gutter-1 { margin-left: -1px; margin-right: 0px; }
.c-gutter-0 .row, div.row.c-gutter-0 { margin-left: 0px; margin-right: 0px; }
.container-px-0 [class*="container"] { padding-left: 0px; padding-right: 0px; }
.container-px-1 [class*="container"] { padding-left: 1px; padding-right: 1px; }
.container-px-2 [class*="container"] { padding-left: 2px; padding-right: 2px; }
.container-px-5 [class*="container"] { padding-left: 5px; padding-right: 5px; }
.container-px-10 [class*="container"] { padding-left: 10px; padding-right: 10px; }
.container-px-20 [class*="container"] { padding-left: 20px; padding-right: 20px; }
.container-px-30 [class*="container"] { padding-left: 30px; padding-right: 30px; }
.container-px-40 [class*="container"] { padding-left: 40px; padding-right: 40px; }
.container-px-50 [class*="container"] { padding-left: 50px; padding-right: 50px; }
.container-px-60 [class*="container"] { padding-left: 60px; padding-right: 60px; }
.container-px-80 [class*="container"] { padding-left: 80px; padding-right: 80px; }
.container-px-90 [class*="container"] { padding-left: 90px; padding-right: 90px; }
.container-px-100 [class*="container"] { padding-left: 100px; padding-right: 100px; }
.container-px-120 [class*="container"] { padding-left: 120px; padding-right: 120px; }
.container-px-160 [class*="container"] { padding-left: 160px; padding-right: 160px; }
.container-px-165 [class*="container"] { padding-left: 165px; padding-right: 165px; }
.c-gutter-20 [class*="col-"], .row.c-gutter-20 > [class*="col-"] { padding-left: 10px; padding-right: 10px; }
.c-gutter-340 .row, div.row.c-gutter-340 { margin-left: -170px; margin-right: -170px; }
.c-gutter-120 .row, div.row.c-gutter-120 { margin-left: -60px; margin-right: -60px; }
.c-gutter-110 .row, div.row.c-gutter-110 { margin-left: -55px; margin-right: -55px; }
.c-gutter-100 .row, div.row.c-gutter-100 { margin-left: -50px; margin-right: -50px; }
.c-gutter-90 .row, div.row.c-gutter-90 { margin-left: -45px; margin-right: -45px; }
.c-gutter-80 .row, div.row.c-gutter-80 { margin-left: -40px; margin-right: -40px; }
.c-gutter-70 .row, div.row.c-gutter-70 { margin-left: -35px; margin-right: -35px; }
.c-gutter-60 .row, div.row.c-gutter-60 { margin-left: -30px; margin-right: -30px; }
.c-gutter-50 .row, div.row.c-gutter-50 { margin-left: -25px; margin-right: -25px; }
.c-gutter-30 .row, div.row.c-gutter-30 { margin-left: -15px; margin-right: -15px; }
.c-gutter-25 .row, div.row.c-gutter-25 { margin-left: -13px; margin-right: -12px; }
.c-gutter-20 .row, div.row.c-gutter-20 { margin-left: -10px; margin-right: -10px; }
.c-gutter-15 .row, div.row.c-gutter-15 { margin-left: -8px; margin-right: -7px; }
.c-gutter-10 .row, div.row.c-gutter-10 { margin-left: -5px; margin-right: -5px; }
.c-gutter-5 .row, div.row.c-gutter-5 { margin-left: -3px; margin-right: -2px; }
.c-gutter-2 .row, div.row.c-gutter-2 { margin-left: -1px; margin-right: -1px; }
.c-gutter-1 .row, div.row.c-gutter-1 { margin-left: -1px; margin-right: 0px; }
.c-gutter-0 .row, div.row.c-gutter-0 { margin-left: 0px; margin-right: 0px; }
.container-px-0 [class*="container"] { padding-left: 0px; padding-right: 0px; }
.container-px-1 [class*="container"] { padding-left: 1px; padding-right: 1px; }
.container-px-2 [class*="container"] { padding-left: 2px; padding-right: 2px; }
.container-px-5 [class*="container"] { padding-left: 5px; padding-right: 5px; }
.container-px-10 [class*="container"] { padding-left: 10px; padding-right: 10px; }
.container-px-20 [class*="container"] { padding-left: 20px; padding-right: 20px; }
.container-px-30 [class*="container"] { padding-left: 30px; padding-right: 30px; }
.container-px-40 [class*="container"] { padding-left: 40px; padding-right: 40px; }
.container-px-50 [class*="container"] { padding-left: 50px; padding-right: 50px; }
.container-px-60 [class*="container"] { padding-left: 60px; padding-right: 60px; }
.container-px-80 [class*="container"] { padding-left: 80px; padding-right: 80px; }
.container-px-90 [class*="container"] { padding-left: 90px; padding-right: 90px; }
.container-px-100 [class*="container"] { padding-left: 100px; padding-right: 100px; }
.container-px-120 [class*="container"] { padding-left: 120px; padding-right: 120px; }
.container-px-160 [class*="container"] { padding-left: 160px; padding-right: 160px; }
.container-px-165 [class*="container"] { padding-left: 165px; padding-right: 165px; }
.c-gutter-15 [class*="col-"], .row.c-gutter-15 > [class*="col-"] { padding-left: 8px; padding-right: 7px; }
.c-gutter-340 .row, div.row.c-gutter-340 { margin-left: -170px; margin-right: -170px; }
.c-gutter-120 .row, div.row.c-gutter-120 { margin-left: -60px; margin-right: -60px; }
.c-gutter-110 .row, div.row.c-gutter-110 { margin-left: -55px; margin-right: -55px; }
.c-gutter-100 .row, div.row.c-gutter-100 { margin-left: -50px; margin-right: -50px; }
.c-gutter-90 .row, div.row.c-gutter-90 { margin-left: -45px; margin-right: -45px; }
.c-gutter-80 .row, div.row.c-gutter-80 { margin-left: -40px; margin-right: -40px; }
.c-gutter-70 .row, div.row.c-gutter-70 { margin-left: -35px; margin-right: -35px; }
.c-gutter-60 .row, div.row.c-gutter-60 { margin-left: -30px; margin-right: -30px; }
.c-gutter-50 .row, div.row.c-gutter-50 { margin-left: -25px; margin-right: -25px; }
.c-gutter-30 .row, div.row.c-gutter-30 { margin-left: -15px; margin-right: -15px; }
.c-gutter-25 .row, div.row.c-gutter-25 { margin-left: -13px; margin-right: -12px; }
.c-gutter-20 .row, div.row.c-gutter-20 { margin-left: -10px; margin-right: -10px; }
.c-gutter-15 .row, div.row.c-gutter-15 { margin-left: -8px; margin-right: -7px; }
.c-gutter-10 .row, div.row.c-gutter-10 { margin-left: -5px; margin-right: -5px; }
.c-gutter-5 .row, div.row.c-gutter-5 { margin-left: -3px; margin-right: -2px; }
.c-gutter-2 .row, div.row.c-gutter-2 { margin-left: -1px; margin-right: -1px; }
.c-gutter-1 .row, div.row.c-gutter-1 { margin-left: -1px; margin-right: 0px; }
.c-gutter-0 .row, div.row.c-gutter-0 { margin-left: 0px; margin-right: 0px; }
.container-px-0 [class*="container"] { padding-left: 0px; padding-right: 0px; }
.container-px-1 [class*="container"] { padding-left: 1px; padding-right: 1px; }
.container-px-2 [class*="container"] { padding-left: 2px; padding-right: 2px; }
.container-px-5 [class*="container"] { padding-left: 5px; padding-right: 5px; }
.container-px-10 [class*="container"] { padding-left: 10px; padding-right: 10px; }
.container-px-20 [class*="container"] { padding-left: 20px; padding-right: 20px; }
.container-px-30 [class*="container"] { padding-left: 30px; padding-right: 30px; }
.container-px-40 [class*="container"] { padding-left: 40px; padding-right: 40px; }
.container-px-50 [class*="container"] { padding-left: 50px; padding-right: 50px; }
.container-px-60 [class*="container"] { padding-left: 60px; padding-right: 60px; }
.container-px-80 [class*="container"] { padding-left: 80px; padding-right: 80px; }
.container-px-90 [class*="container"] { padding-left: 90px; padding-right: 90px; }
.container-px-100 [class*="container"] { padding-left: 100px; padding-right: 100px; }
.container-px-120 [class*="container"] { padding-left: 120px; padding-right: 120px; }
.container-px-160 [class*="container"] { padding-left: 160px; padding-right: 160px; }
.container-px-165 [class*="container"] { padding-left: 165px; padding-right: 165px; }
.c-gutter-10 [class*="col-"], .row.c-gutter-10 > [class*="col-"] { padding-left: 5px; padding-right: 5px; }
.c-gutter-340 .row, div.row.c-gutter-340 { margin-left: -170px; margin-right: -170px; }
.c-gutter-120 .row, div.row.c-gutter-120 { margin-left: -60px; margin-right: -60px; }
.c-gutter-110 .row, div.row.c-gutter-110 { margin-left: -55px; margin-right: -55px; }
.c-gutter-100 .row, div.row.c-gutter-100 { margin-left: -50px; margin-right: -50px; }
.c-gutter-90 .row, div.row.c-gutter-90 { margin-left: -45px; margin-right: -45px; }
.c-gutter-80 .row, div.row.c-gutter-80 { margin-left: -40px; margin-right: -40px; }
.c-gutter-70 .row, div.row.c-gutter-70 { margin-left: -35px; margin-right: -35px; }
.c-gutter-60 .row, div.row.c-gutter-60 { margin-left: -30px; margin-right: -30px; }
.c-gutter-50 .row, div.row.c-gutter-50 { margin-left: -25px; margin-right: -25px; }
.c-gutter-30 .row, div.row.c-gutter-30 { margin-left: -15px; margin-right: -15px; }
.c-gutter-25 .row, div.row.c-gutter-25 { margin-left: -13px; margin-right: -12px; }
.c-gutter-20 .row, div.row.c-gutter-20 { margin-left: -10px; margin-right: -10px; }
.c-gutter-15 .row, div.row.c-gutter-15 { margin-left: -8px; margin-right: -7px; }
.c-gutter-10 .row, div.row.c-gutter-10 { margin-left: -5px; margin-right: -5px; }
.c-gutter-5 .row, div.row.c-gutter-5 { margin-left: -3px; margin-right: -2px; }
.c-gutter-2 .row, div.row.c-gutter-2 { margin-left: -1px; margin-right: -1px; }
.c-gutter-1 .row, div.row.c-gutter-1 { margin-left: -1px; margin-right: 0px; }
.c-gutter-0 .row, div.row.c-gutter-0 { margin-left: 0px; margin-right: 0px; }
.container-px-0 [class*="container"] { padding-left: 0px; padding-right: 0px; }
.container-px-1 [class*="container"] { padding-left: 1px; padding-right: 1px; }
.container-px-2 [class*="container"] { padding-left: 2px; padding-right: 2px; }
.container-px-5 [class*="container"] { padding-left: 5px; padding-right: 5px; }
.container-px-10 [class*="container"] { padding-left: 10px; padding-right: 10px; }
.container-px-20 [class*="container"] { padding-left: 20px; padding-right: 20px; }
.container-px-30 [class*="container"] { padding-left: 30px; padding-right: 30px; }
.container-px-40 [class*="container"] { padding-left: 40px; padding-right: 40px; }
.container-px-50 [class*="container"] { padding-left: 50px; padding-right: 50px; }
.container-px-60 [class*="container"] { padding-left: 60px; padding-right: 60px; }
.container-px-80 [class*="container"] { padding-left: 80px; padding-right: 80px; }
.container-px-90 [class*="container"] { padding-left: 90px; padding-right: 90px; }
.container-px-100 [class*="container"] { padding-left: 100px; padding-right: 100px; }
.container-px-120 [class*="container"] { padding-left: 120px; padding-right: 120px; }
.container-px-160 [class*="container"] { padding-left: 160px; padding-right: 160px; }
.container-px-165 [class*="container"] { padding-left: 165px; padding-right: 165px; }
.c-gutter-5 [class*="col-"], .row.c-gutter-5 > [class*="col-"] { padding-left: 3px; padding-right: 2px; }
.c-gutter-340 .row, div.row.c-gutter-340 { margin-left: -170px; margin-right: -170px; }
.c-gutter-120 .row, div.row.c-gutter-120 { margin-left: -60px; margin-right: -60px; }
.c-gutter-110 .row, div.row.c-gutter-110 { margin-left: -55px; margin-right: -55px; }
.c-gutter-100 .row, div.row.c-gutter-100 { margin-left: -50px; margin-right: -50px; }
.c-gutter-90 .row, div.row.c-gutter-90 { margin-left: -45px; margin-right: -45px; }
.c-gutter-80 .row, div.row.c-gutter-80 { margin-left: -40px; margin-right: -40px; }
.c-gutter-70 .row, div.row.c-gutter-70 { margin-left: -35px; margin-right: -35px; }
.c-gutter-60 .row, div.row.c-gutter-60 { margin-left: -30px; margin-right: -30px; }
.c-gutter-50 .row, div.row.c-gutter-50 { margin-left: -25px; margin-right: -25px; }
.c-gutter-30 .row, div.row.c-gutter-30 { margin-left: -15px; margin-right: -15px; }
.c-gutter-25 .row, div.row.c-gutter-25 { margin-left: -13px; margin-right: -12px; }
.c-gutter-20 .row, div.row.c-gutter-20 { margin-left: -10px; margin-right: -10px; }
.c-gutter-15 .row, div.row.c-gutter-15 { margin-left: -8px; margin-right: -7px; }
.c-gutter-10 .row, div.row.c-gutter-10 { margin-left: -5px; margin-right: -5px; }
.c-gutter-5 .row, div.row.c-gutter-5 { margin-left: -3px; margin-right: -2px; }
.c-gutter-2 .row, div.row.c-gutter-2 { margin-left: -1px; margin-right: -1px; }
.c-gutter-1 .row, div.row.c-gutter-1 { margin-left: -1px; margin-right: 0px; }
.c-gutter-0 .row, div.row.c-gutter-0 { margin-left: 0px; margin-right: 0px; }
.container-px-0 [class*="container"] { padding-left: 0px; padding-right: 0px; }
.container-px-1 [class*="container"] { padding-left: 1px; padding-right: 1px; }
.container-px-2 [class*="container"] { padding-left: 2px; padding-right: 2px; }
.container-px-5 [class*="container"] { padding-left: 5px; padding-right: 5px; }
.container-px-10 [class*="container"] { padding-left: 10px; padding-right: 10px; }
.container-px-20 [class*="container"] { padding-left: 20px; padding-right: 20px; }
.container-px-30 [class*="container"] { padding-left: 30px; padding-right: 30px; }
.container-px-40 [class*="container"] { padding-left: 40px; padding-right: 40px; }
.container-px-50 [class*="container"] { padding-left: 50px; padding-right: 50px; }
.container-px-60 [class*="container"] { padding-left: 60px; padding-right: 60px; }
.container-px-80 [class*="container"] { padding-left: 80px; padding-right: 80px; }
.container-px-90 [class*="container"] { padding-left: 90px; padding-right: 90px; }
.container-px-100 [class*="container"] { padding-left: 100px; padding-right: 100px; }
.container-px-120 [class*="container"] { padding-left: 120px; padding-right: 120px; }
.container-px-160 [class*="container"] { padding-left: 160px; padding-right: 160px; }
.container-px-165 [class*="container"] { padding-left: 165px; padding-right: 165px; }
.c-gutter-2 [class*="col-"], .row.c-gutter-2 > [class*="col-"] { padding-left: 1px; padding-right: 1px; }
.c-gutter-340 .row, div.row.c-gutter-340 { margin-left: -170px; margin-right: -170px; }
.c-gutter-120 .row, div.row.c-gutter-120 { margin-left: -60px; margin-right: -60px; }
.c-gutter-110 .row, div.row.c-gutter-110 { margin-left: -55px; margin-right: -55px; }
.c-gutter-100 .row, div.row.c-gutter-100 { margin-left: -50px; margin-right: -50px; }
.c-gutter-90 .row, div.row.c-gutter-90 { margin-left: -45px; margin-right: -45px; }
.c-gutter-80 .row, div.row.c-gutter-80 { margin-left: -40px; margin-right: -40px; }
.c-gutter-70 .row, div.row.c-gutter-70 { margin-left: -35px; margin-right: -35px; }
.c-gutter-60 .row, div.row.c-gutter-60 { margin-left: -30px; margin-right: -30px; }
.c-gutter-50 .row, div.row.c-gutter-50 { margin-left: -25px; margin-right: -25px; }
.c-gutter-30 .row, div.row.c-gutter-30 { margin-left: -15px; margin-right: -15px; }
.c-gutter-25 .row, div.row.c-gutter-25 { margin-left: -13px; margin-right: -12px; }
.c-gutter-20 .row, div.row.c-gutter-20 { margin-left: -10px; margin-right: -10px; }
.c-gutter-15 .row, div.row.c-gutter-15 { margin-left: -8px; margin-right: -7px; }
.c-gutter-10 .row, div.row.c-gutter-10 { margin-left: -5px; margin-right: -5px; }
.c-gutter-5 .row, div.row.c-gutter-5 { margin-left: -3px; margin-right: -2px; }
.c-gutter-2 .row, div.row.c-gutter-2 { margin-left: -1px; margin-right: -1px; }
.c-gutter-1 .row, div.row.c-gutter-1 { margin-left: -1px; margin-right: 0px; }
.c-gutter-0 .row, div.row.c-gutter-0 { margin-left: 0px; margin-right: 0px; }
.container-px-0 [class*="container"] { padding-left: 0px; padding-right: 0px; }
.container-px-1 [class*="container"] { padding-left: 1px; padding-right: 1px; }
.container-px-2 [class*="container"] { padding-left: 2px; padding-right: 2px; }
.container-px-5 [class*="container"] { padding-left: 5px; padding-right: 5px; }
.container-px-10 [class*="container"] { padding-left: 10px; padding-right: 10px; }
.container-px-20 [class*="container"] { padding-left: 20px; padding-right: 20px; }
.container-px-30 [class*="container"] { padding-left: 30px; padding-right: 30px; }
.container-px-40 [class*="container"] { padding-left: 40px; padding-right: 40px; }
.container-px-50 [class*="container"] { padding-left: 50px; padding-right: 50px; }
.container-px-60 [class*="container"] { padding-left: 60px; padding-right: 60px; }
.container-px-80 [class*="container"] { padding-left: 80px; padding-right: 80px; }
.container-px-90 [class*="container"] { padding-left: 90px; padding-right: 90px; }
.container-px-100 [class*="container"] { padding-left: 100px; padding-right: 100px; }
.container-px-120 [class*="container"] { padding-left: 120px; padding-right: 120px; }
.container-px-160 [class*="container"] { padding-left: 160px; padding-right: 160px; }
.container-px-165 [class*="container"] { padding-left: 165px; padding-right: 165px; }
.c-gutter-1 [class*="col-"], .row.c-gutter-1 > [class*="col-"] { padding-left: 1px; padding-right: 0px; }
.c-gutter-340 .row, div.row.c-gutter-340 { margin-left: -170px; margin-right: -170px; }
.c-gutter-120 .row, div.row.c-gutter-120 { margin-left: -60px; margin-right: -60px; }
.c-gutter-110 .row, div.row.c-gutter-110 { margin-left: -55px; margin-right: -55px; }
.c-gutter-100 .row, div.row.c-gutter-100 { margin-left: -50px; margin-right: -50px; }
.c-gutter-90 .row, div.row.c-gutter-90 { margin-left: -45px; margin-right: -45px; }
.c-gutter-80 .row, div.row.c-gutter-80 { margin-left: -40px; margin-right: -40px; }
.c-gutter-70 .row, div.row.c-gutter-70 { margin-left: -35px; margin-right: -35px; }
.c-gutter-60 .row, div.row.c-gutter-60 { margin-left: -30px; margin-right: -30px; }
.c-gutter-50 .row, div.row.c-gutter-50 { margin-left: -25px; margin-right: -25px; }
.c-gutter-30 .row, div.row.c-gutter-30 { margin-left: -15px; margin-right: -15px; }
.c-gutter-25 .row, div.row.c-gutter-25 { margin-left: -13px; margin-right: -12px; }
.c-gutter-20 .row, div.row.c-gutter-20 { margin-left: -10px; margin-right: -10px; }
.c-gutter-15 .row, div.row.c-gutter-15 { margin-left: -8px; margin-right: -7px; }
.c-gutter-10 .row, div.row.c-gutter-10 { margin-left: -5px; margin-right: -5px; }
.c-gutter-5 .row, div.row.c-gutter-5 { margin-left: -3px; margin-right: -2px; }
.c-gutter-2 .row, div.row.c-gutter-2 { margin-left: -1px; margin-right: -1px; }
.c-gutter-1 .row, div.row.c-gutter-1 { margin-left: -1px; margin-right: 0px; }
.c-gutter-0 .row, div.row.c-gutter-0 { margin-left: 0px; margin-right: 0px; }
.container-px-0 [class*="container"] { padding-left: 0px; padding-right: 0px; }
.container-px-1 [class*="container"] { padding-left: 1px; padding-right: 1px; }
.container-px-2 [class*="container"] { padding-left: 2px; padding-right: 2px; }
.container-px-5 [class*="container"] { padding-left: 5px; padding-right: 5px; }
.container-px-10 [class*="container"] { padding-left: 10px; padding-right: 10px; }
.container-px-20 [class*="container"] { padding-left: 20px; padding-right: 20px; }
.container-px-30 [class*="container"] { padding-left: 30px; padding-right: 30px; }
.container-px-40 [class*="container"] { padding-left: 40px; padding-right: 40px; }
.container-px-50 [class*="container"] { padding-left: 50px; padding-right: 50px; }
.container-px-60 [class*="container"] { padding-left: 60px; padding-right: 60px; }
.container-px-80 [class*="container"] { padding-left: 80px; padding-right: 80px; }
.container-px-90 [class*="container"] { padding-left: 90px; padding-right: 90px; }
.container-px-100 [class*="container"] { padding-left: 100px; padding-right: 100px; }
.container-px-120 [class*="container"] { padding-left: 120px; padding-right: 120px; }
.container-px-160 [class*="container"] { padding-left: 160px; padding-right: 160px; }
.container-px-165 [class*="container"] { padding-left: 165px; padding-right: 165px; }
.c-gutter-0 [class*="col-"], .row.c-gutter-0 > [class*="col-"] { padding-left: 0px; padding-right: 0px; }
.c-gutter-340 .row, div.row.c-gutter-340 { margin-left: -170px; margin-right: -170px; }
.c-gutter-120 .row, div.row.c-gutter-120 { margin-left: -60px; margin-right: -60px; }
.c-gutter-110 .row, div.row.c-gutter-110 { margin-left: -55px; margin-right: -55px; }
.c-gutter-100 .row, div.row.c-gutter-100 { margin-left: -50px; margin-right: -50px; }
.c-gutter-90 .row, div.row.c-gutter-90 { margin-left: -45px; margin-right: -45px; }
.c-gutter-80 .row, div.row.c-gutter-80 { margin-left: -40px; margin-right: -40px; }
.c-gutter-70 .row, div.row.c-gutter-70 { margin-left: -35px; margin-right: -35px; }
.c-gutter-60 .row, div.row.c-gutter-60 { margin-left: -30px; margin-right: -30px; }
.c-gutter-50 .row, div.row.c-gutter-50 { margin-left: -25px; margin-right: -25px; }
.c-gutter-30 .row, div.row.c-gutter-30 { margin-left: -15px; margin-right: -15px; }
.c-gutter-25 .row, div.row.c-gutter-25 { margin-left: -13px; margin-right: -12px; }
.c-gutter-20 .row, div.row.c-gutter-20 { margin-left: -10px; margin-right: -10px; }
.c-gutter-15 .row, div.row.c-gutter-15 { margin-left: -8px; margin-right: -7px; }
.c-gutter-10 .row, div.row.c-gutter-10 { margin-left: -5px; margin-right: -5px; }
.c-gutter-5 .row, div.row.c-gutter-5 { margin-left: -3px; margin-right: -2px; }
.c-gutter-2 .row, div.row.c-gutter-2 { margin-left: -1px; margin-right: -1px; }
.c-gutter-1 .row, div.row.c-gutter-1 { margin-left: -1px; margin-right: 0px; }
.c-gutter-0 .row, div.row.c-gutter-0 { margin-left: 0px; margin-right: 0px; }
.container-px-0 [class*="container"] { padding-left: 0px; padding-right: 0px; }
.container-px-1 [class*="container"] { padding-left: 1px; padding-right: 1px; }
.container-px-2 [class*="container"] { padding-left: 2px; padding-right: 2px; }
.container-px-5 [class*="container"] { padding-left: 5px; padding-right: 5px; }
.container-px-10 [class*="container"] { padding-left: 10px; padding-right: 10px; }
.container-px-20 [class*="container"] { padding-left: 20px; padding-right: 20px; }
.container-px-30 [class*="container"] { padding-left: 30px; padding-right: 30px; }
.container-px-40 [class*="container"] { padding-left: 40px; padding-right: 40px; }
.container-px-50 [class*="container"] { padding-left: 50px; padding-right: 50px; }
.container-px-60 [class*="container"] { padding-left: 60px; padding-right: 60px; }
.container-px-80 [class*="container"] { padding-left: 80px; padding-right: 80px; }
.container-px-90 [class*="container"] { padding-left: 90px; padding-right: 90px; }
.container-px-100 [class*="container"] { padding-left: 100px; padding-right: 100px; }
.container-px-120 [class*="container"] { padding-left: 120px; padding-right: 120px; }
.container-px-160 [class*="container"] { padding-left: 160px; padding-right: 160px; }
.container-px-165 [class*="container"] { padding-left: 165px; padding-right: 165px; }
@media (min-width: 576px) {
  .container-px-sm-0 > [class*="container"] { padding-left: 0px; padding-right: 0px; }
  .container-px-sm-1 > [class*="container"] { padding-left: 1px; padding-right: 1px; }
  .container-px-sm-2 > [class*="container"] { padding-left: 2px; padding-right: 2px; }
  .container-px-sm-5 > [class*="container"] { padding-left: 5px; padding-right: 5px; }
  .container-px-sm-10 > [class*="container"] { padding-left: 10px; padding-right: 10px; }
  .container-px-sm-20 > [class*="container"] { padding-left: 20px; padding-right: 20px; }
  .container-px-sm-30 > [class*="container"] { padding-left: 30px; padding-right: 30px; }
  .container-px-sm-40 > [class*="container"] { padding-left: 40px; padding-right: 40px; }
  .container-px-sm-50 > [class*="container"] { padding-left: 50px; padding-right: 50px; }
  .container-px-sm-60 > [class*="container"] { padding-left: 60px; padding-right: 60px; }
  .container-px-sm-80 > [class*="container"] { padding-left: 80px; padding-right: 80px; }
  .container-px-sm-90 > [class*="container"] { padding-left: 90px; padding-right: 90px; }
  .container-px-sm-100 > [class*="container"] { padding-left: 100px; padding-right: 100px; }
  .container-px-sm-120 > [class*="container"] { padding-left: 120px; padding-right: 120px; }
  .container-px-sm-160 > [class*="container"] { padding-left: 160px; padding-right: 160px; }
  .container-px-sm-165 > [class*="container"] { padding-left: 165px; padding-right: 165px; }
}
@media (min-width: 768px) {
  .container-px-md-0 > [class*="container"] { padding-left: 0px; padding-right: 0px; }
  .container-px-md-1 > [class*="container"] { padding-left: 1px; padding-right: 1px; }
  .container-px-md-2 > [class*="container"] { padding-left: 2px; padding-right: 2px; }
  .container-px-md-5 > [class*="container"] { padding-left: 5px; padding-right: 5px; }
  .container-px-md-10 > [class*="container"] { padding-left: 10px; padding-right: 10px; }
  .container-px-md-20 > [class*="container"] { padding-left: 20px; padding-right: 20px; }
  .container-px-md-30 > [class*="container"] { padding-left: 30px; padding-right: 30px; }
  .container-px-md-40 > [class*="container"] { padding-left: 40px; padding-right: 40px; }
  .container-px-md-50 > [class*="container"] { padding-left: 50px; padding-right: 50px; }
  .container-px-md-60 > [class*="container"] { padding-left: 60px; padding-right: 60px; }
  .container-px-md-80 > [class*="container"] { padding-left: 80px; padding-right: 80px; }
  .container-px-md-90 > [class*="container"] { padding-left: 90px; padding-right: 90px; }
  .container-px-md-100 > [class*="container"] { padding-left: 100px; padding-right: 100px; }
  .container-px-md-120 > [class*="container"] { padding-left: 120px; padding-right: 120px; }
  .container-px-md-160 > [class*="container"] { padding-left: 160px; padding-right: 160px; }
  .container-px-md-165 > [class*="container"] { padding-left: 165px; padding-right: 165px; }
}
@media (min-width: 992px) {
  .container-px-lg-0 > [class*="container"] { padding-left: 0px; padding-right: 0px; }
  .container-px-lg-1 > [class*="container"] { padding-left: 1px; padding-right: 1px; }
  .container-px-lg-2 > [class*="container"] { padding-left: 2px; padding-right: 2px; }
  .container-px-lg-5 > [class*="container"] { padding-left: 5px; padding-right: 5px; }
  .container-px-lg-10 > [class*="container"] { padding-left: 10px; padding-right: 10px; }
  .container-px-lg-20 > [class*="container"] { padding-left: 20px; padding-right: 20px; }
  .container-px-lg-30 > [class*="container"] { padding-left: 30px; padding-right: 30px; }
  .container-px-lg-40 > [class*="container"] { padding-left: 40px; padding-right: 40px; }
  .container-px-lg-50 > [class*="container"] { padding-left: 50px; padding-right: 50px; }
  .container-px-lg-60 > [class*="container"] { padding-left: 60px; padding-right: 60px; }
  .container-px-lg-80 > [class*="container"] { padding-left: 80px; padding-right: 80px; }
  .container-px-lg-90 > [class*="container"] { padding-left: 90px; padding-right: 90px; }
  .container-px-lg-100 > [class*="container"] { padding-left: 100px; padding-right: 100px; }
  .container-px-lg-120 > [class*="container"] { padding-left: 120px; padding-right: 120px; }
  .container-px-lg-160 > [class*="container"] { padding-left: 160px; padding-right: 160px; }
  .container-px-lg-165 > [class*="container"] { padding-left: 165px; padding-right: 165px; }
}
@media (min-width: 1200px) {
  .container-px-xl-0 > [class*="container"] { padding-left: 0px; padding-right: 0px; }
  .container-px-xl-1 > [class*="container"] { padding-left: 1px; padding-right: 1px; }
  .container-px-xl-2 > [class*="container"] { padding-left: 2px; padding-right: 2px; }
  .container-px-xl-5 > [class*="container"] { padding-left: 5px; padding-right: 5px; }
  .container-px-xl-10 > [class*="container"] { padding-left: 10px; padding-right: 10px; }
  .container-px-xl-20 > [class*="container"] { padding-left: 20px; padding-right: 20px; }
  .container-px-xl-30 > [class*="container"] { padding-left: 30px; padding-right: 30px; }
  .container-px-xl-40 > [class*="container"] { padding-left: 40px; padding-right: 40px; }
  .container-px-xl-50 > [class*="container"] { padding-left: 50px; padding-right: 50px; }
  .container-px-xl-60 > [class*="container"] { padding-left: 60px; padding-right: 60px; }
  .container-px-xl-80 > [class*="container"] { padding-left: 80px; padding-right: 80px; }
  .container-px-xl-90 > [class*="container"] { padding-left: 90px; padding-right: 90px; }
  .container-px-xl-100 > [class*="container"] { padding-left: 100px; padding-right: 100px; }
  .container-px-xl-120 > [class*="container"] { padding-left: 120px; padding-right: 120px; }
  .container-px-xl-160 > [class*="container"] { padding-left: 160px; padding-right: 160px; }
  .container-px-xl-165 > [class*="container"] { padding-left: 165px; padding-right: 165px; }
}
.s-pt-0 > [class*="container"] { padding-top: 0px; }
.s-pt-1 > [class*="container"] { padding-top: 1px; }
.s-pt-2 > [class*="container"] { padding-top: 2px; }
.s-pt-3 > [class*="container"] { padding-top: 3px; }
.s-pt-4 > [class*="container"] { padding-top: 4px; }
.s-pt-5 > [class*="container"] { padding-top: 5px; }
.s-pt-6 > [class*="container"] { padding-top: 6px; }
.s-pt-7 > [class*="container"] { padding-top: 7px; }
.s-pt-8 > [class*="container"] { padding-top: 8px; }
.s-pt-9 > [class*="container"] { padding-top: 9px; }
.s-pt-10 > [class*="container"] { padding-top: 10px; }
.s-pt-15 > [class*="container"] { padding-top: 15px; }
.s-pt-16 > [class*="container"] { padding-top: 16px; }
.s-pt-17 > [class*="container"] { padding-top: 17px; }
.s-pt-18 > [class*="container"] { padding-top: 18px; }
.s-pt-19 > [class*="container"] { padding-top: 19px; }
.s-pt-20 > [class*="container"] { padding-top: 20px; }
.s-pt-25 > [class*="container"] { padding-top: 25px; }
.s-pt-30 > [class*="container"] { padding-top: 30px; }
.s-pt-40 > [class*="container"] { padding-top: 40px; }
.s-pt-45 > [class*="container"] { padding-top: 45px; }
.s-pt-50 > [class*="container"] { padding-top: 50px; }
.s-pt-60 > [class*="container"] { padding-top: 60px; }
.s-pt-70 > [class*="container"] { padding-top: 70px; }
.s-pt-75 > [class*="container"] { padding-top: 75px; }
.s-pt-80 > [class*="container"] { padding-top: 80px; }
.s-pt-90 > [class*="container"] { padding-top: 90px; }
.s-pt-100 > [class*="container"] { padding-top: 100px; }
.s-pt-110 > [class*="container"] { padding-top: 110px; }
.s-pt-120 > [class*="container"] { padding-top: 120px; }
.s-pt-130 > [class*="container"] { padding-top: 130px; }
.s-pt-140 > [class*="container"] { padding-top: 140px; }
.s-pt-145 > [class*="container"] { padding-top: 145px; }
.s-pt-130 > [class*="container"] { padding-top: 130px; }
.s-pt-140 > [class*="container"] { padding-top: 140px; }
.s-pt-145 > [class*="container"] { padding-top: 145px; }
.s-pt-150 > [class*="container"] { padding-top: 150px; }
.s-pt-160 > [class*="container"] { padding-top: 160px; }
.s-pt-170 > [class*="container"] { padding-top: 170px; }
.s-pt-180 > [class*="container"] { padding-top: 180px; }
.s-pt-185 > [class*="container"] { padding-top: 185px; }
.s-pt-190 > [class*="container"] { padding-top: 190px; }
.s-pt-200 > [class*="container"] { padding-top: 200px; }
.s-pt-220 > [class*="container"] { padding-top: 220px; }
.s-pt-230 > [class*="container"] { padding-top: 230px; }
.s-pt-240 > [class*="container"] { padding-top: 240px; }
.s-pt-250 > [class*="container"] { padding-top: 250px; }
.s-pt-260 > [class*="container"] { padding-top: 260px; }
.s-pt-280 > [class*="container"] { padding-top: 280px; }
.s-pt-295 > [class*="container"] { padding-top: 295px; }
.s-pt-300 > [class*="container"] { padding-top: 300px; }
.s-pt-320 > [class*="container"] { padding-top: 320px; }
.s-pt-330 > [class*="container"] { padding-top: 330px; }
.s-pt-350 > [class*="container"] { padding-top: 350px; }
.s-pt-360 > [class*="container"] { padding-top: 360px; }
.s-pt-370 > [class*="container"] { padding-top: 370px; }
.s-pt-380 > [class*="container"] { padding-top: 380px; }
.s-pt-395 > [class*="container"] { padding-top: 395px; }
.s-pt-400 > [class*="container"] { padding-top: 400px; }
.s-pt-410 > [class*="container"] { padding-top: 410px; }
.s-pt-420 > [class*="container"] { padding-top: 420px; }
.s-pt-430 > [class*="container"] { padding-top: 430px; }
.s-pt-440 > [class*="container"] { padding-top: 440px; }
.s-pt-450 > [class*="container"] { padding-top: 450px; }
.s-pb-0 > [class*="container"] { padding-bottom: 0px; }
.s-pb-1 > [class*="container"] { padding-bottom: 1px; }
.s-pb-2 > [class*="container"] { padding-bottom: 2px; }
.s-pb-3 > [class*="container"] { padding-bottom: 3px; }
.s-pb-4 > [class*="container"] { padding-bottom: 4px; }
.s-pb-5 > [class*="container"] { padding-bottom: 5px; }
.s-pb-6 > [class*="container"] { padding-bottom: 6px; }
.s-pb-7 > [class*="container"] { padding-bottom: 7px; }
.s-pb-8 > [class*="container"] { padding-bottom: 8px; }
.s-pb-9 > [class*="container"] { padding-bottom: 9px; }
.s-pb-10 > [class*="container"] { padding-bottom: 10px; }
.s-pb-15 > [class*="container"] { padding-bottom: 15px; }
.s-pb-16 > [class*="container"] { padding-bottom: 16px; }
.s-pb-17 > [class*="container"] { padding-bottom: 17px; }
.s-pb-18 > [class*="container"] { padding-bottom: 18px; }
.s-pb-19 > [class*="container"] { padding-bottom: 19px; }
.s-pb-20 > [class*="container"] { padding-bottom: 20px; }
.s-pb-25 > [class*="container"] { padding-bottom: 25px; }
.s-pb-30 > [class*="container"] { padding-bottom: 30px; }
.s-pb-40 > [class*="container"] { padding-bottom: 40px; }
.s-pb-45 > [class*="container"] { padding-bottom: 45px; }
.s-pb-50 > [class*="container"] { padding-bottom: 50px; }
.s-pb-60 > [class*="container"] { padding-bottom: 60px; }
.s-pb-70 > [class*="container"] { padding-bottom: 70px; }
.s-pb-75 > [class*="container"] { padding-bottom: 75px; }
.s-pb-80 > [class*="container"] { padding-bottom: 80px; }
.s-pb-90 > [class*="container"] { padding-bottom: 90px; }
.s-pb-100 > [class*="container"] { padding-bottom: 100px; }
.s-pb-110 > [class*="container"] { padding-bottom: 110px; }
.s-pb-120 > [class*="container"] { padding-bottom: 120px; }
.s-pb-130 > [class*="container"] { padding-bottom: 130px; }
.s-pb-140 > [class*="container"] { padding-bottom: 140px; }
.s-pb-145 > [class*="container"] { padding-bottom: 145px; }
.s-pb-130 > [class*="container"] { padding-bottom: 130px; }
.s-pb-140 > [class*="container"] { padding-bottom: 140px; }
.s-pb-145 > [class*="container"] { padding-bottom: 145px; }
.s-pb-150 > [class*="container"] { padding-bottom: 150px; }
.s-pb-160 > [class*="container"] { padding-bottom: 160px; }
.s-pb-170 > [class*="container"] { padding-bottom: 170px; }
.s-pb-180 > [class*="container"] { padding-bottom: 180px; }
.s-pb-185 > [class*="container"] { padding-bottom: 185px; }
.s-pb-190 > [class*="container"] { padding-bottom: 190px; }
.s-pb-200 > [class*="container"] { padding-bottom: 200px; }
.s-pb-220 > [class*="container"] { padding-bottom: 220px; }
.s-pb-230 > [class*="container"] { padding-bottom: 230px; }
.s-pb-240 > [class*="container"] { padding-bottom: 240px; }
.s-pb-250 > [class*="container"] { padding-bottom: 250px; }
.s-pb-260 > [class*="container"] { padding-bottom: 260px; }
.s-pb-280 > [class*="container"] { padding-bottom: 280px; }
.s-pb-295 > [class*="container"] { padding-bottom: 295px; }
.s-pb-300 > [class*="container"] { padding-bottom: 300px; }
.s-pb-320 > [class*="container"] { padding-bottom: 320px; }
.s-pb-330 > [class*="container"] { padding-bottom: 330px; }
.s-pb-350 > [class*="container"] { padding-bottom: 350px; }
.s-pb-360 > [class*="container"] { padding-bottom: 360px; }
.s-pb-370 > [class*="container"] { padding-bottom: 370px; }
.s-pb-380 > [class*="container"] { padding-bottom: 380px; }
.s-pb-395 > [class*="container"] { padding-bottom: 395px; }
.s-pb-400 > [class*="container"] { padding-bottom: 400px; }
.s-pb-410 > [class*="container"] { padding-bottom: 410px; }
.s-pb-420 > [class*="container"] { padding-bottom: 420px; }
.s-pb-430 > [class*="container"] { padding-bottom: 430px; }
.s-pb-440 > [class*="container"] { padding-bottom: 440px; }
.s-pb-450 > [class*="container"] { padding-bottom: 450px; }
.s-py-0 > [class*="container"] { padding-bottom: 0px; padding-top: 0px; }
.s-py-1 > [class*="container"] { padding-bottom: 1px; padding-top: 1px; }
.s-py-2 > [class*="container"] { padding-bottom: 2px; padding-top: 2px; }
.s-py-3 > [class*="container"] { padding-bottom: 3px; padding-top: 3px; }
.s-py-4 > [class*="container"] { padding-bottom: 4px; padding-top: 4px; }
.s-py-5 > [class*="container"] { padding-bottom: 5px; padding-top: 5px; }
.s-py-6 > [class*="container"] { padding-bottom: 6px; padding-top: 6px; }
.s-py-7 > [class*="container"] { padding-bottom: 7px; padding-top: 7px; }
.s-py-8 > [class*="container"] { padding-bottom: 8px; padding-top: 8px; }
.s-py-9 > [class*="container"] { padding-bottom: 9px; padding-top: 9px; }
.s-py-10 > [class*="container"] { padding-bottom: 10px; padding-top: 10px; }
.s-py-15 > [class*="container"] { padding-bottom: 15px; padding-top: 15px; }
.s-py-16 > [class*="container"] { padding-bottom: 16px; padding-top: 16px; }
.s-py-17 > [class*="container"] { padding-bottom: 17px; padding-top: 17px; }
.s-py-18 > [class*="container"] { padding-bottom: 18px; padding-top: 18px; }
.s-py-19 > [class*="container"] { padding-bottom: 19px; padding-top: 19px; }
.s-py-20 > [class*="container"] { padding-bottom: 20px; padding-top: 20px; }
.s-py-25 > [class*="container"] { padding-bottom: 25px; padding-top: 25px; }
.s-py-30 > [class*="container"] { padding-bottom: 30px; padding-top: 30px; }
.s-py-40 > [class*="container"] { padding-bottom: 40px; padding-top: 40px; }
.s-py-45 > [class*="container"] { padding-bottom: 45px; padding-top: 45px; }
.s-py-50 > [class*="container"] { padding-bottom: 50px; padding-top: 50px; }
.s-py-60 > [class*="container"] { padding-bottom: 60px; padding-top: 60px; }
.s-py-70 > [class*="container"] { padding-bottom: 70px; padding-top: 70px; }
.s-py-75 > [class*="container"] { padding-bottom: 75px; padding-top: 75px; }
.s-py-80 > [class*="container"] { padding-bottom: 80px; padding-top: 80px; }
.s-py-90 > [class*="container"] { padding-bottom: 90px; padding-top: 90px; }
.s-py-100 > [class*="container"] { padding-bottom: 100px; padding-top: 100px; }
.s-py-110 > [class*="container"] { padding-bottom: 110px; padding-top: 110px; }
.s-py-120 > [class*="container"] { padding-bottom: 120px; padding-top: 120px; }
.s-py-130 > [class*="container"] { padding-bottom: 130px; padding-top: 130px; }
.s-py-140 > [class*="container"] { padding-bottom: 140px; padding-top: 140px; }
.s-py-145 > [class*="container"] { padding-bottom: 145px; padding-top: 145px; }
.s-py-130 > [class*="container"] { padding-bottom: 130px; padding-top: 130px; }
.s-py-140 > [class*="container"] { padding-bottom: 140px; padding-top: 140px; }
.s-py-145 > [class*="container"] { padding-bottom: 145px; padding-top: 145px; }
.s-py-150 > [class*="container"] { padding-bottom: 150px; padding-top: 150px; }
.s-py-160 > [class*="container"] { padding-bottom: 160px; padding-top: 160px; }
.s-py-170 > [class*="container"] { padding-bottom: 170px; padding-top: 170px; }
.s-py-180 > [class*="container"] { padding-bottom: 180px; padding-top: 180px; }
.s-py-185 > [class*="container"] { padding-bottom: 185px; padding-top: 185px; }
.s-py-190 > [class*="container"] { padding-bottom: 190px; padding-top: 190px; }
.s-py-200 > [class*="container"] { padding-bottom: 200px; padding-top: 200px; }
.s-py-220 > [class*="container"] { padding-bottom: 220px; padding-top: 220px; }
.s-py-230 > [class*="container"] { padding-bottom: 230px; padding-top: 230px; }
.s-py-240 > [class*="container"] { padding-bottom: 240px; padding-top: 240px; }
.s-py-250 > [class*="container"] { padding-bottom: 250px; padding-top: 250px; }
.s-py-260 > [class*="container"] { padding-bottom: 260px; padding-top: 260px; }
.s-py-280 > [class*="container"] { padding-bottom: 280px; padding-top: 280px; }
.s-py-295 > [class*="container"] { padding-bottom: 295px; padding-top: 295px; }
.s-py-300 > [class*="container"] { padding-bottom: 300px; padding-top: 300px; }
.s-py-320 > [class*="container"] { padding-bottom: 320px; padding-top: 320px; }
.s-py-330 > [class*="container"] { padding-bottom: 330px; padding-top: 330px; }
.s-py-350 > [class*="container"] { padding-bottom: 350px; padding-top: 350px; }
.s-py-360 > [class*="container"] { padding-bottom: 360px; padding-top: 360px; }
.s-py-370 > [class*="container"] { padding-bottom: 370px; padding-top: 370px; }
.s-py-380 > [class*="container"] { padding-bottom: 380px; padding-top: 380px; }
.s-py-395 > [class*="container"] { padding-bottom: 395px; padding-top: 395px; }
.s-py-400 > [class*="container"] { padding-bottom: 400px; padding-top: 400px; }
.s-py-410 > [class*="container"] { padding-bottom: 410px; padding-top: 410px; }
.s-py-420 > [class*="container"] { padding-bottom: 420px; padding-top: 420px; }
.s-py-430 > [class*="container"] { padding-bottom: 430px; padding-top: 430px; }
.s-py-440 > [class*="container"] { padding-bottom: 440px; padding-top: 440px; }
.s-py-450 > [class*="container"] { padding-bottom: 450px; padding-top: 450px; }
@media (min-width: 576px) {
  .s-pt-sm-0 > [class*="container"] { padding-top: 0px; }
  .s-pt-sm-1 > [class*="container"] { padding-top: 1px; }
  .s-pt-sm-2 > [class*="container"] { padding-top: 2px; }
  .s-pt-sm-3 > [class*="container"] { padding-top: 3px; }
  .s-pt-sm-4 > [class*="container"] { padding-top: 4px; }
  .s-pt-sm-5 > [class*="container"] { padding-top: 5px; }
  .s-pt-sm-6 > [class*="container"] { padding-top: 6px; }
  .s-pt-sm-7 > [class*="container"] { padding-top: 7px; }
  .s-pt-sm-8 > [class*="container"] { padding-top: 8px; }
  .s-pt-sm-9 > [class*="container"] { padding-top: 9px; }
  .s-pt-sm-10 > [class*="container"] { padding-top: 10px; }
  .s-pt-sm-15 > [class*="container"] { padding-top: 15px; }
  .s-pt-sm-16 > [class*="container"] { padding-top: 16px; }
  .s-pt-sm-17 > [class*="container"] { padding-top: 17px; }
  .s-pt-sm-18 > [class*="container"] { padding-top: 18px; }
  .s-pt-sm-19 > [class*="container"] { padding-top: 19px; }
  .s-pt-sm-20 > [class*="container"] { padding-top: 20px; }
  .s-pt-sm-25 > [class*="container"] { padding-top: 25px; }
  .s-pt-sm-30 > [class*="container"] { padding-top: 30px; }
  .s-pt-sm-40 > [class*="container"] { padding-top: 40px; }
  .s-pt-sm-45 > [class*="container"] { padding-top: 45px; }
  .s-pt-sm-50 > [class*="container"] { padding-top: 50px; }
  .s-pt-sm-60 > [class*="container"] { padding-top: 60px; }
  .s-pt-sm-70 > [class*="container"] { padding-top: 70px; }
  .s-pt-sm-75 > [class*="container"] { padding-top: 75px; }
  .s-pt-sm-80 > [class*="container"] { padding-top: 80px; }
  .s-pt-sm-90 > [class*="container"] { padding-top: 90px; }
  .s-pt-sm-100 > [class*="container"] { padding-top: 100px; }
  .s-pt-sm-110 > [class*="container"] { padding-top: 110px; }
  .s-pt-sm-120 > [class*="container"] { padding-top: 120px; }
  .s-pt-sm-130 > [class*="container"] { padding-top: 130px; }
  .s-pt-sm-140 > [class*="container"] { padding-top: 140px; }
  .s-pt-sm-145 > [class*="container"] { padding-top: 145px; }
  .s-pt-sm-130 > [class*="container"] { padding-top: 130px; }
  .s-pt-sm-140 > [class*="container"] { padding-top: 140px; }
  .s-pt-sm-145 > [class*="container"] { padding-top: 145px; }
  .s-pt-sm-150 > [class*="container"] { padding-top: 150px; }
  .s-pt-sm-160 > [class*="container"] { padding-top: 160px; }
  .s-pt-sm-170 > [class*="container"] { padding-top: 170px; }
  .s-pt-sm-180 > [class*="container"] { padding-top: 180px; }
  .s-pt-sm-185 > [class*="container"] { padding-top: 185px; }
  .s-pt-sm-190 > [class*="container"] { padding-top: 190px; }
  .s-pt-sm-200 > [class*="container"] { padding-top: 200px; }
  .s-pt-sm-220 > [class*="container"] { padding-top: 220px; }
  .s-pt-sm-230 > [class*="container"] { padding-top: 230px; }
  .s-pt-sm-240 > [class*="container"] { padding-top: 240px; }
  .s-pt-sm-250 > [class*="container"] { padding-top: 250px; }
  .s-pt-sm-260 > [class*="container"] { padding-top: 260px; }
  .s-pt-sm-280 > [class*="container"] { padding-top: 280px; }
  .s-pt-sm-295 > [class*="container"] { padding-top: 295px; }
  .s-pt-sm-300 > [class*="container"] { padding-top: 300px; }
  .s-pt-sm-320 > [class*="container"] { padding-top: 320px; }
  .s-pt-sm-330 > [class*="container"] { padding-top: 330px; }
  .s-pt-sm-350 > [class*="container"] { padding-top: 350px; }
  .s-pt-sm-360 > [class*="container"] { padding-top: 360px; }
  .s-pt-sm-370 > [class*="container"] { padding-top: 370px; }
  .s-pt-sm-380 > [class*="container"] { padding-top: 380px; }
  .s-pt-sm-395 > [class*="container"] { padding-top: 395px; }
  .s-pt-sm-400 > [class*="container"] { padding-top: 400px; }
  .s-pt-sm-410 > [class*="container"] { padding-top: 410px; }
  .s-pt-sm-420 > [class*="container"] { padding-top: 420px; }
  .s-pt-sm-430 > [class*="container"] { padding-top: 430px; }
  .s-pt-sm-440 > [class*="container"] { padding-top: 440px; }
  .s-pt-sm-450 > [class*="container"] { padding-top: 450px; }
  .s-pb-sm-0 > [class*="container"] { padding-bottom: 0px; }
  .s-pb-sm-1 > [class*="container"] { padding-bottom: 1px; }
  .s-pb-sm-2 > [class*="container"] { padding-bottom: 2px; }
  .s-pb-sm-3 > [class*="container"] { padding-bottom: 3px; }
  .s-pb-sm-4 > [class*="container"] { padding-bottom: 4px; }
  .s-pb-sm-5 > [class*="container"] { padding-bottom: 5px; }
  .s-pb-sm-6 > [class*="container"] { padding-bottom: 6px; }
  .s-pb-sm-7 > [class*="container"] { padding-bottom: 7px; }
  .s-pb-sm-8 > [class*="container"] { padding-bottom: 8px; }
  .s-pb-sm-9 > [class*="container"] { padding-bottom: 9px; }
  .s-pb-sm-10 > [class*="container"] { padding-bottom: 10px; }
  .s-pb-sm-15 > [class*="container"] { padding-bottom: 15px; }
  .s-pb-sm-16 > [class*="container"] { padding-bottom: 16px; }
  .s-pb-sm-17 > [class*="container"] { padding-bottom: 17px; }
  .s-pb-sm-18 > [class*="container"] { padding-bottom: 18px; }
  .s-pb-sm-19 > [class*="container"] { padding-bottom: 19px; }
  .s-pb-sm-20 > [class*="container"] { padding-bottom: 20px; }
  .s-pb-sm-25 > [class*="container"] { padding-bottom: 25px; }
  .s-pb-sm-30 > [class*="container"] { padding-bottom: 30px; }
  .s-pb-sm-40 > [class*="container"] { padding-bottom: 40px; }
  .s-pb-sm-45 > [class*="container"] { padding-bottom: 45px; }
  .s-pb-sm-50 > [class*="container"] { padding-bottom: 50px; }
  .s-pb-sm-60 > [class*="container"] { padding-bottom: 60px; }
  .s-pb-sm-70 > [class*="container"] { padding-bottom: 70px; }
  .s-pb-sm-75 > [class*="container"] { padding-bottom: 75px; }
  .s-pb-sm-80 > [class*="container"] { padding-bottom: 80px; }
  .s-pb-sm-90 > [class*="container"] { padding-bottom: 90px; }
  .s-pb-sm-100 > [class*="container"] { padding-bottom: 100px; }
  .s-pb-sm-110 > [class*="container"] { padding-bottom: 110px; }
  .s-pb-sm-120 > [class*="container"] { padding-bottom: 120px; }
  .s-pb-sm-130 > [class*="container"] { padding-bottom: 130px; }
  .s-pb-sm-140 > [class*="container"] { padding-bottom: 140px; }
  .s-pb-sm-145 > [class*="container"] { padding-bottom: 145px; }
  .s-pb-sm-130 > [class*="container"] { padding-bottom: 130px; }
  .s-pb-sm-140 > [class*="container"] { padding-bottom: 140px; }
  .s-pb-sm-145 > [class*="container"] { padding-bottom: 145px; }
  .s-pb-sm-150 > [class*="container"] { padding-bottom: 150px; }
  .s-pb-sm-160 > [class*="container"] { padding-bottom: 160px; }
  .s-pb-sm-170 > [class*="container"] { padding-bottom: 170px; }
  .s-pb-sm-180 > [class*="container"] { padding-bottom: 180px; }
  .s-pb-sm-185 > [class*="container"] { padding-bottom: 185px; }
  .s-pb-sm-190 > [class*="container"] { padding-bottom: 190px; }
  .s-pb-sm-200 > [class*="container"] { padding-bottom: 200px; }
  .s-pb-sm-220 > [class*="container"] { padding-bottom: 220px; }
  .s-pb-sm-230 > [class*="container"] { padding-bottom: 230px; }
  .s-pb-sm-240 > [class*="container"] { padding-bottom: 240px; }
  .s-pb-sm-250 > [class*="container"] { padding-bottom: 250px; }
  .s-pb-sm-260 > [class*="container"] { padding-bottom: 260px; }
  .s-pb-sm-280 > [class*="container"] { padding-bottom: 280px; }
  .s-pb-sm-295 > [class*="container"] { padding-bottom: 295px; }
  .s-pb-sm-300 > [class*="container"] { padding-bottom: 300px; }
  .s-pb-sm-320 > [class*="container"] { padding-bottom: 320px; }
  .s-pb-sm-330 > [class*="container"] { padding-bottom: 330px; }
  .s-pb-sm-350 > [class*="container"] { padding-bottom: 350px; }
  .s-pb-sm-360 > [class*="container"] { padding-bottom: 360px; }
  .s-pb-sm-370 > [class*="container"] { padding-bottom: 370px; }
  .s-pb-sm-380 > [class*="container"] { padding-bottom: 380px; }
  .s-pb-sm-395 > [class*="container"] { padding-bottom: 395px; }
  .s-pb-sm-400 > [class*="container"] { padding-bottom: 400px; }
  .s-pb-sm-410 > [class*="container"] { padding-bottom: 410px; }
  .s-pb-sm-420 > [class*="container"] { padding-bottom: 420px; }
  .s-pb-sm-430 > [class*="container"] { padding-bottom: 430px; }
  .s-pb-sm-440 > [class*="container"] { padding-bottom: 440px; }
  .s-pb-sm-450 > [class*="container"] { padding-bottom: 450px; }
  .s-py-sm-0 > [class*="container"] { padding-bottom: 0px; padding-top: 0px; }
  .s-py-sm-1 > [class*="container"] { padding-bottom: 1px; padding-top: 1px; }
  .s-py-sm-2 > [class*="container"] { padding-bottom: 2px; padding-top: 2px; }
  .s-py-sm-3 > [class*="container"] { padding-bottom: 3px; padding-top: 3px; }
  .s-py-sm-4 > [class*="container"] { padding-bottom: 4px; padding-top: 4px; }
  .s-py-sm-5 > [class*="container"] { padding-bottom: 5px; padding-top: 5px; }
  .s-py-sm-6 > [class*="container"] { padding-bottom: 6px; padding-top: 6px; }
  .s-py-sm-7 > [class*="container"] { padding-bottom: 7px; padding-top: 7px; }
  .s-py-sm-8 > [class*="container"] { padding-bottom: 8px; padding-top: 8px; }
  .s-py-sm-9 > [class*="container"] { padding-bottom: 9px; padding-top: 9px; }
  .s-py-sm-10 > [class*="container"] { padding-bottom: 10px; padding-top: 10px; }
  .s-py-sm-15 > [class*="container"] { padding-bottom: 15px; padding-top: 15px; }
  .s-py-sm-16 > [class*="container"] { padding-bottom: 16px; padding-top: 16px; }
  .s-py-sm-17 > [class*="container"] { padding-bottom: 17px; padding-top: 17px; }
  .s-py-sm-18 > [class*="container"] { padding-bottom: 18px; padding-top: 18px; }
  .s-py-sm-19 > [class*="container"] { padding-bottom: 19px; padding-top: 19px; }
  .s-py-sm-20 > [class*="container"] { padding-bottom: 20px; padding-top: 20px; }
  .s-py-sm-25 > [class*="container"] { padding-bottom: 25px; padding-top: 25px; }
  .s-py-sm-30 > [class*="container"] { padding-bottom: 30px; padding-top: 30px; }
  .s-py-sm-40 > [class*="container"] { padding-bottom: 40px; padding-top: 40px; }
  .s-py-sm-45 > [class*="container"] { padding-bottom: 45px; padding-top: 45px; }
  .s-py-sm-50 > [class*="container"] { padding-bottom: 50px; padding-top: 50px; }
  .s-py-sm-60 > [class*="container"] { padding-bottom: 60px; padding-top: 60px; }
  .s-py-sm-70 > [class*="container"] { padding-bottom: 70px; padding-top: 70px; }
  .s-py-sm-75 > [class*="container"] { padding-bottom: 75px; padding-top: 75px; }
  .s-py-sm-80 > [class*="container"] { padding-bottom: 80px; padding-top: 80px; }
  .s-py-sm-90 > [class*="container"] { padding-bottom: 90px; padding-top: 90px; }
  .s-py-sm-100 > [class*="container"] { padding-bottom: 100px; padding-top: 100px; }
  .s-py-sm-110 > [class*="container"] { padding-bottom: 110px; padding-top: 110px; }
  .s-py-sm-120 > [class*="container"] { padding-bottom: 120px; padding-top: 120px; }
  .s-py-sm-130 > [class*="container"] { padding-bottom: 130px; padding-top: 130px; }
  .s-py-sm-140 > [class*="container"] { padding-bottom: 140px; padding-top: 140px; }
  .s-py-sm-145 > [class*="container"] { padding-bottom: 145px; padding-top: 145px; }
  .s-py-sm-130 > [class*="container"] { padding-bottom: 130px; padding-top: 130px; }
  .s-py-sm-140 > [class*="container"] { padding-bottom: 140px; padding-top: 140px; }
  .s-py-sm-145 > [class*="container"] { padding-bottom: 145px; padding-top: 145px; }
  .s-py-sm-150 > [class*="container"] { padding-bottom: 150px; padding-top: 150px; }
  .s-py-sm-160 > [class*="container"] { padding-bottom: 160px; padding-top: 160px; }
  .s-py-sm-170 > [class*="container"] { padding-bottom: 170px; padding-top: 170px; }
  .s-py-sm-180 > [class*="container"] { padding-bottom: 180px; padding-top: 180px; }
  .s-py-sm-185 > [class*="container"] { padding-bottom: 185px; padding-top: 185px; }
  .s-py-sm-190 > [class*="container"] { padding-bottom: 190px; padding-top: 190px; }
  .s-py-sm-200 > [class*="container"] { padding-bottom: 200px; padding-top: 200px; }
  .s-py-sm-220 > [class*="container"] { padding-bottom: 220px; padding-top: 220px; }
  .s-py-sm-230 > [class*="container"] { padding-bottom: 230px; padding-top: 230px; }
  .s-py-sm-240 > [class*="container"] { padding-bottom: 240px; padding-top: 240px; }
  .s-py-sm-250 > [class*="container"] { padding-bottom: 250px; padding-top: 250px; }
  .s-py-sm-260 > [class*="container"] { padding-bottom: 260px; padding-top: 260px; }
  .s-py-sm-280 > [class*="container"] { padding-bottom: 280px; padding-top: 280px; }
  .s-py-sm-295 > [class*="container"] { padding-bottom: 295px; padding-top: 295px; }
  .s-py-sm-300 > [class*="container"] { padding-bottom: 300px; padding-top: 300px; }
  .s-py-sm-320 > [class*="container"] { padding-bottom: 320px; padding-top: 320px; }
  .s-py-sm-330 > [class*="container"] { padding-bottom: 330px; padding-top: 330px; }
  .s-py-sm-350 > [class*="container"] { padding-bottom: 350px; padding-top: 350px; }
  .s-py-sm-360 > [class*="container"] { padding-bottom: 360px; padding-top: 360px; }
  .s-py-sm-370 > [class*="container"] { padding-bottom: 370px; padding-top: 370px; }
  .s-py-sm-380 > [class*="container"] { padding-bottom: 380px; padding-top: 380px; }
  .s-py-sm-395 > [class*="container"] { padding-bottom: 395px; padding-top: 395px; }
  .s-py-sm-400 > [class*="container"] { padding-bottom: 400px; padding-top: 400px; }
  .s-py-sm-410 > [class*="container"] { padding-bottom: 410px; padding-top: 410px; }
  .s-py-sm-420 > [class*="container"] { padding-bottom: 420px; padding-top: 420px; }
  .s-py-sm-430 > [class*="container"] { padding-bottom: 430px; padding-top: 430px; }
  .s-py-sm-440 > [class*="container"] { padding-bottom: 440px; padding-top: 440px; }
  .s-py-sm-450 > [class*="container"] { padding-bottom: 450px; padding-top: 450px; }
}
@media (min-width: 768px) {
  .s-pt-md-0 > [class*="container"] { padding-top: 0px; }
  .s-pt-md-1 > [class*="container"] { padding-top: 1px; }
  .s-pt-md-2 > [class*="container"] { padding-top: 2px; }
  .s-pt-md-3 > [class*="container"] { padding-top: 3px; }
  .s-pt-md-4 > [class*="container"] { padding-top: 4px; }
  .s-pt-md-5 > [class*="container"] { padding-top: 5px; }
  .s-pt-md-6 > [class*="container"] { padding-top: 6px; }
  .s-pt-md-7 > [class*="container"] { padding-top: 7px; }
  .s-pt-md-8 > [class*="container"] { padding-top: 8px; }
  .s-pt-md-9 > [class*="container"] { padding-top: 9px; }
  .s-pt-md-10 > [class*="container"] { padding-top: 10px; }
  .s-pt-md-15 > [class*="container"] { padding-top: 15px; }
  .s-pt-md-16 > [class*="container"] { padding-top: 16px; }
  .s-pt-md-17 > [class*="container"] { padding-top: 17px; }
  .s-pt-md-18 > [class*="container"] { padding-top: 18px; }
  .s-pt-md-19 > [class*="container"] { padding-top: 19px; }
  .s-pt-md-20 > [class*="container"] { padding-top: 20px; }
  .s-pt-md-25 > [class*="container"] { padding-top: 25px; }
  .s-pt-md-30 > [class*="container"] { padding-top: 30px; }
  .s-pt-md-40 > [class*="container"] { padding-top: 40px; }
  .s-pt-md-45 > [class*="container"] { padding-top: 45px; }
  .s-pt-md-50 > [class*="container"] { padding-top: 50px; }
  .s-pt-md-60 > [class*="container"] { padding-top: 60px; }
  .s-pt-md-70 > [class*="container"] { padding-top: 70px; }
  .s-pt-md-75 > [class*="container"] { padding-top: 75px; }
  .s-pt-md-80 > [class*="container"] { padding-top: 80px; }
  .s-pt-md-90 > [class*="container"] { padding-top: 90px; }
  .s-pt-md-100 > [class*="container"] { padding-top: 100px; }
  .s-pt-md-110 > [class*="container"] { padding-top: 110px; }
  .s-pt-md-120 > [class*="container"] { padding-top: 120px; }
  .s-pt-md-130 > [class*="container"] { padding-top: 130px; }
  .s-pt-md-140 > [class*="container"] { padding-top: 140px; }
  .s-pt-md-145 > [class*="container"] { padding-top: 145px; }
  .s-pt-md-130 > [class*="container"] { padding-top: 130px; }
  .s-pt-md-140 > [class*="container"] { padding-top: 140px; }
  .s-pt-md-145 > [class*="container"] { padding-top: 145px; }
  .s-pt-md-150 > [class*="container"] { padding-top: 150px; }
  .s-pt-md-160 > [class*="container"] { padding-top: 160px; }
  .s-pt-md-170 > [class*="container"] { padding-top: 170px; }
  .s-pt-md-180 > [class*="container"] { padding-top: 180px; }
  .s-pt-md-185 > [class*="container"] { padding-top: 185px; }
  .s-pt-md-190 > [class*="container"] { padding-top: 190px; }
  .s-pt-md-200 > [class*="container"] { padding-top: 200px; }
  .s-pt-md-220 > [class*="container"] { padding-top: 220px; }
  .s-pt-md-230 > [class*="container"] { padding-top: 230px; }
  .s-pt-md-240 > [class*="container"] { padding-top: 240px; }
  .s-pt-md-250 > [class*="container"] { padding-top: 250px; }
  .s-pt-md-260 > [class*="container"] { padding-top: 260px; }
  .s-pt-md-280 > [class*="container"] { padding-top: 280px; }
  .s-pt-md-295 > [class*="container"] { padding-top: 295px; }
  .s-pt-md-300 > [class*="container"] { padding-top: 300px; }
  .s-pt-md-320 > [class*="container"] { padding-top: 320px; }
  .s-pt-md-330 > [class*="container"] { padding-top: 330px; }
  .s-pt-md-350 > [class*="container"] { padding-top: 350px; }
  .s-pt-md-360 > [class*="container"] { padding-top: 360px; }
  .s-pt-md-370 > [class*="container"] { padding-top: 370px; }
  .s-pt-md-380 > [class*="container"] { padding-top: 380px; }
  .s-pt-md-395 > [class*="container"] { padding-top: 395px; }
  .s-pt-md-400 > [class*="container"] { padding-top: 400px; }
  .s-pt-md-410 > [class*="container"] { padding-top: 410px; }
  .s-pt-md-420 > [class*="container"] { padding-top: 420px; }
  .s-pt-md-430 > [class*="container"] { padding-top: 430px; }
  .s-pt-md-440 > [class*="container"] { padding-top: 440px; }
  .s-pt-md-450 > [class*="container"] { padding-top: 450px; }
  .s-pb-md-0 > [class*="container"] { padding-bottom: 0px; }
  .s-pb-md-1 > [class*="container"] { padding-bottom: 1px; }
  .s-pb-md-2 > [class*="container"] { padding-bottom: 2px; }
  .s-pb-md-3 > [class*="container"] { padding-bottom: 3px; }
  .s-pb-md-4 > [class*="container"] { padding-bottom: 4px; }
  .s-pb-md-5 > [class*="container"] { padding-bottom: 5px; }
  .s-pb-md-6 > [class*="container"] { padding-bottom: 6px; }
  .s-pb-md-7 > [class*="container"] { padding-bottom: 7px; }
  .s-pb-md-8 > [class*="container"] { padding-bottom: 8px; }
  .s-pb-md-9 > [class*="container"] { padding-bottom: 9px; }
  .s-pb-md-10 > [class*="container"] { padding-bottom: 10px; }
  .s-pb-md-15 > [class*="container"] { padding-bottom: 15px; }
  .s-pb-md-16 > [class*="container"] { padding-bottom: 16px; }
  .s-pb-md-17 > [class*="container"] { padding-bottom: 17px; }
  .s-pb-md-18 > [class*="container"] { padding-bottom: 18px; }
  .s-pb-md-19 > [class*="container"] { padding-bottom: 19px; }
  .s-pb-md-20 > [class*="container"] { padding-bottom: 20px; }
  .s-pb-md-25 > [class*="container"] { padding-bottom: 25px; }
  .s-pb-md-30 > [class*="container"] { padding-bottom: 30px; }
  .s-pb-md-40 > [class*="container"] { padding-bottom: 40px; }
  .s-pb-md-45 > [class*="container"] { padding-bottom: 45px; }
  .s-pb-md-50 > [class*="container"] { padding-bottom: 50px; }
  .s-pb-md-60 > [class*="container"] { padding-bottom: 60px; }
  .s-pb-md-70 > [class*="container"] { padding-bottom: 70px; }
  .s-pb-md-75 > [class*="container"] { padding-bottom: 75px; }
  .s-pb-md-80 > [class*="container"] { padding-bottom: 80px; }
  .s-pb-md-90 > [class*="container"] { padding-bottom: 90px; }
  .s-pb-md-100 > [class*="container"] { padding-bottom: 100px; }
  .s-pb-md-110 > [class*="container"] { padding-bottom: 110px; }
  .s-pb-md-120 > [class*="container"] { padding-bottom: 120px; }
  .s-pb-md-130 > [class*="container"] { padding-bottom: 130px; }
  .s-pb-md-140 > [class*="container"] { padding-bottom: 140px; }
  .s-pb-md-145 > [class*="container"] { padding-bottom: 145px; }
  .s-pb-md-130 > [class*="container"] { padding-bottom: 130px; }
  .s-pb-md-140 > [class*="container"] { padding-bottom: 140px; }
  .s-pb-md-145 > [class*="container"] { padding-bottom: 145px; }
  .s-pb-md-150 > [class*="container"] { padding-bottom: 150px; }
  .s-pb-md-160 > [class*="container"] { padding-bottom: 160px; }
  .s-pb-md-170 > [class*="container"] { padding-bottom: 170px; }
  .s-pb-md-180 > [class*="container"] { padding-bottom: 180px; }
  .s-pb-md-185 > [class*="container"] { padding-bottom: 185px; }
  .s-pb-md-190 > [class*="container"] { padding-bottom: 190px; }
  .s-pb-md-200 > [class*="container"] { padding-bottom: 200px; }
  .s-pb-md-220 > [class*="container"] { padding-bottom: 220px; }
  .s-pb-md-230 > [class*="container"] { padding-bottom: 230px; }
  .s-pb-md-240 > [class*="container"] { padding-bottom: 240px; }
  .s-pb-md-250 > [class*="container"] { padding-bottom: 250px; }
  .s-pb-md-260 > [class*="container"] { padding-bottom: 260px; }
  .s-pb-md-280 > [class*="container"] { padding-bottom: 280px; }
  .s-pb-md-295 > [class*="container"] { padding-bottom: 295px; }
  .s-pb-md-300 > [class*="container"] { padding-bottom: 300px; }
  .s-pb-md-320 > [class*="container"] { padding-bottom: 320px; }
  .s-pb-md-330 > [class*="container"] { padding-bottom: 330px; }
  .s-pb-md-350 > [class*="container"] { padding-bottom: 350px; }
  .s-pb-md-360 > [class*="container"] { padding-bottom: 360px; }
  .s-pb-md-370 > [class*="container"] { padding-bottom: 370px; }
  .s-pb-md-380 > [class*="container"] { padding-bottom: 380px; }
  .s-pb-md-395 > [class*="container"] { padding-bottom: 395px; }
  .s-pb-md-400 > [class*="container"] { padding-bottom: 400px; }
  .s-pb-md-410 > [class*="container"] { padding-bottom: 410px; }
  .s-pb-md-420 > [class*="container"] { padding-bottom: 420px; }
  .s-pb-md-430 > [class*="container"] { padding-bottom: 430px; }
  .s-pb-md-440 > [class*="container"] { padding-bottom: 440px; }
  .s-pb-md-450 > [class*="container"] { padding-bottom: 450px; }
  .s-py-md-0 > [class*="container"] { padding-bottom: 0px; padding-top: 0px; }
  .s-py-md-1 > [class*="container"] { padding-bottom: 1px; padding-top: 1px; }
  .s-py-md-2 > [class*="container"] { padding-bottom: 2px; padding-top: 2px; }
  .s-py-md-3 > [class*="container"] { padding-bottom: 3px; padding-top: 3px; }
  .s-py-md-4 > [class*="container"] { padding-bottom: 4px; padding-top: 4px; }
  .s-py-md-5 > [class*="container"] { padding-bottom: 5px; padding-top: 5px; }
  .s-py-md-6 > [class*="container"] { padding-bottom: 6px; padding-top: 6px; }
  .s-py-md-7 > [class*="container"] { padding-bottom: 7px; padding-top: 7px; }
  .s-py-md-8 > [class*="container"] { padding-bottom: 8px; padding-top: 8px; }
  .s-py-md-9 > [class*="container"] { padding-bottom: 9px; padding-top: 9px; }
  .s-py-md-10 > [class*="container"] { padding-bottom: 10px; padding-top: 10px; }
  .s-py-md-15 > [class*="container"] { padding-bottom: 15px; padding-top: 15px; }
  .s-py-md-16 > [class*="container"] { padding-bottom: 16px; padding-top: 16px; }
  .s-py-md-17 > [class*="container"] { padding-bottom: 17px; padding-top: 17px; }
  .s-py-md-18 > [class*="container"] { padding-bottom: 18px; padding-top: 18px; }
  .s-py-md-19 > [class*="container"] { padding-bottom: 19px; padding-top: 19px; }
  .s-py-md-20 > [class*="container"] { padding-bottom: 20px; padding-top: 20px; }
  .s-py-md-25 > [class*="container"] { padding-bottom: 25px; padding-top: 25px; }
  .s-py-md-30 > [class*="container"] { padding-bottom: 30px; padding-top: 30px; }
  .s-py-md-40 > [class*="container"] { padding-bottom: 40px; padding-top: 40px; }
  .s-py-md-45 > [class*="container"] { padding-bottom: 45px; padding-top: 45px; }
  .s-py-md-50 > [class*="container"] { padding-bottom: 50px; padding-top: 50px; }
  .s-py-md-60 > [class*="container"] { padding-bottom: 60px; padding-top: 60px; }
  .s-py-md-70 > [class*="container"] { padding-bottom: 70px; padding-top: 70px; }
  .s-py-md-75 > [class*="container"] { padding-bottom: 75px; padding-top: 75px; }
  .s-py-md-80 > [class*="container"] { padding-bottom: 80px; padding-top: 80px; }
  .s-py-md-90 > [class*="container"] { padding-bottom: 90px; padding-top: 90px; }
  .s-py-md-100 > [class*="container"] { padding-bottom: 100px; padding-top: 100px; }
  .s-py-md-110 > [class*="container"] { padding-bottom: 110px; padding-top: 110px; }
  .s-py-md-120 > [class*="container"] { padding-bottom: 120px; padding-top: 120px; }
  .s-py-md-130 > [class*="container"] { padding-bottom: 130px; padding-top: 130px; }
  .s-py-md-140 > [class*="container"] { padding-bottom: 140px; padding-top: 140px; }
  .s-py-md-145 > [class*="container"] { padding-bottom: 145px; padding-top: 145px; }
  .s-py-md-130 > [class*="container"] { padding-bottom: 130px; padding-top: 130px; }
  .s-py-md-140 > [class*="container"] { padding-bottom: 140px; padding-top: 140px; }
  .s-py-md-145 > [class*="container"] { padding-bottom: 145px; padding-top: 145px; }
  .s-py-md-150 > [class*="container"] { padding-bottom: 150px; padding-top: 150px; }
  .s-py-md-160 > [class*="container"] { padding-bottom: 160px; padding-top: 160px; }
  .s-py-md-170 > [class*="container"] { padding-bottom: 170px; padding-top: 170px; }
  .s-py-md-180 > [class*="container"] { padding-bottom: 180px; padding-top: 180px; }
  .s-py-md-185 > [class*="container"] { padding-bottom: 185px; padding-top: 185px; }
  .s-py-md-190 > [class*="container"] { padding-bottom: 190px; padding-top: 190px; }
  .s-py-md-200 > [class*="container"] { padding-bottom: 200px; padding-top: 200px; }
  .s-py-md-220 > [class*="container"] { padding-bottom: 220px; padding-top: 220px; }
  .s-py-md-230 > [class*="container"] { padding-bottom: 230px; padding-top: 230px; }
  .s-py-md-240 > [class*="container"] { padding-bottom: 240px; padding-top: 240px; }
  .s-py-md-250 > [class*="container"] { padding-bottom: 250px; padding-top: 250px; }
  .s-py-md-260 > [class*="container"] { padding-bottom: 260px; padding-top: 260px; }
  .s-py-md-280 > [class*="container"] { padding-bottom: 280px; padding-top: 280px; }
  .s-py-md-295 > [class*="container"] { padding-bottom: 295px; padding-top: 295px; }
  .s-py-md-300 > [class*="container"] { padding-bottom: 300px; padding-top: 300px; }
  .s-py-md-320 > [class*="container"] { padding-bottom: 320px; padding-top: 320px; }
  .s-py-md-330 > [class*="container"] { padding-bottom: 330px; padding-top: 330px; }
  .s-py-md-350 > [class*="container"] { padding-bottom: 350px; padding-top: 350px; }
  .s-py-md-360 > [class*="container"] { padding-bottom: 360px; padding-top: 360px; }
  .s-py-md-370 > [class*="container"] { padding-bottom: 370px; padding-top: 370px; }
  .s-py-md-380 > [class*="container"] { padding-bottom: 380px; padding-top: 380px; }
  .s-py-md-395 > [class*="container"] { padding-bottom: 395px; padding-top: 395px; }
  .s-py-md-400 > [class*="container"] { padding-bottom: 400px; padding-top: 400px; }
  .s-py-md-410 > [class*="container"] { padding-bottom: 410px; padding-top: 410px; }
  .s-py-md-420 > [class*="container"] { padding-bottom: 420px; padding-top: 420px; }
  .s-py-md-430 > [class*="container"] { padding-bottom: 430px; padding-top: 430px; }
  .s-py-md-440 > [class*="container"] { padding-bottom: 440px; padding-top: 440px; }
  .s-py-md-450 > [class*="container"] { padding-bottom: 450px; padding-top: 450px; }
}
@media (min-width: 992px) {
  .s-pt-lg-0 > [class*="container"] { padding-top: 0px; }
  .s-pt-lg-1 > [class*="container"] { padding-top: 1px; }
  .s-pt-lg-2 > [class*="container"] { padding-top: 2px; }
  .s-pt-lg-3 > [class*="container"] { padding-top: 3px; }
  .s-pt-lg-4 > [class*="container"] { padding-top: 4px; }
  .s-pt-lg-5 > [class*="container"] { padding-top: 5px; }
  .s-pt-lg-6 > [class*="container"] { padding-top: 6px; }
  .s-pt-lg-7 > [class*="container"] { padding-top: 7px; }
  .s-pt-lg-8 > [class*="container"] { padding-top: 8px; }
  .s-pt-lg-9 > [class*="container"] { padding-top: 9px; }
  .s-pt-lg-10 > [class*="container"] { padding-top: 10px; }
  .s-pt-lg-15 > [class*="container"] { padding-top: 15px; }
  .s-pt-lg-16 > [class*="container"] { padding-top: 16px; }
  .s-pt-lg-17 > [class*="container"] { padding-top: 17px; }
  .s-pt-lg-18 > [class*="container"] { padding-top: 18px; }
  .s-pt-lg-19 > [class*="container"] { padding-top: 19px; }
  .s-pt-lg-20 > [class*="container"] { padding-top: 20px; }
  .s-pt-lg-25 > [class*="container"] { padding-top: 25px; }
  .s-pt-lg-30 > [class*="container"] { padding-top: 30px; }
  .s-pt-lg-40 > [class*="container"] { padding-top: 40px; }
  .s-pt-lg-45 > [class*="container"] { padding-top: 45px; }
  .s-pt-lg-50 > [class*="container"] { padding-top: 50px; }
  .s-pt-lg-60 > [class*="container"] { padding-top: 60px; }
  .s-pt-lg-70 > [class*="container"] { padding-top: 70px; }
  .s-pt-lg-75 > [class*="container"] { padding-top: 75px; }
  .s-pt-lg-80 > [class*="container"] { padding-top: 80px; }
  .s-pt-lg-90 > [class*="container"] { padding-top: 90px; }
  .s-pt-lg-100 > [class*="container"] { padding-top: 100px; }
  .s-pt-lg-110 > [class*="container"] { padding-top: 110px; }
  .s-pt-lg-120 > [class*="container"] { padding-top: 120px; }
  .s-pt-lg-130 > [class*="container"] { padding-top: 130px; }
  .s-pt-lg-140 > [class*="container"] { padding-top: 140px; }
  .s-pt-lg-145 > [class*="container"] { padding-top: 145px; }
  .s-pt-lg-130 > [class*="container"] { padding-top: 130px; }
  .s-pt-lg-140 > [class*="container"] { padding-top: 140px; }
  .s-pt-lg-145 > [class*="container"] { padding-top: 145px; }
  .s-pt-lg-150 > [class*="container"] { padding-top: 150px; }
  .s-pt-lg-160 > [class*="container"] { padding-top: 160px; }
  .s-pt-lg-170 > [class*="container"] { padding-top: 170px; }
  .s-pt-lg-180 > [class*="container"] { padding-top: 180px; }
  .s-pt-lg-185 > [class*="container"] { padding-top: 185px; }
  .s-pt-lg-190 > [class*="container"] { padding-top: 190px; }
  .s-pt-lg-200 > [class*="container"] { padding-top: 200px; }
  .s-pt-lg-220 > [class*="container"] { padding-top: 220px; }
  .s-pt-lg-230 > [class*="container"] { padding-top: 230px; }
  .s-pt-lg-240 > [class*="container"] { padding-top: 240px; }
  .s-pt-lg-250 > [class*="container"] { padding-top: 250px; }
  .s-pt-lg-260 > [class*="container"] { padding-top: 260px; }
  .s-pt-lg-280 > [class*="container"] { padding-top: 280px; }
  .s-pt-lg-295 > [class*="container"] { padding-top: 295px; }
  .s-pt-lg-300 > [class*="container"] { padding-top: 300px; }
  .s-pt-lg-320 > [class*="container"] { padding-top: 320px; }
  .s-pt-lg-330 > [class*="container"] { padding-top: 330px; }
  .s-pt-lg-350 > [class*="container"] { padding-top: 350px; }
  .s-pt-lg-360 > [class*="container"] { padding-top: 360px; }
  .s-pt-lg-370 > [class*="container"] { padding-top: 370px; }
  .s-pt-lg-380 > [class*="container"] { padding-top: 380px; }
  .s-pt-lg-395 > [class*="container"] { padding-top: 395px; }
  .s-pt-lg-400 > [class*="container"] { padding-top: 400px; }
  .s-pt-lg-410 > [class*="container"] { padding-top: 410px; }
  .s-pt-lg-420 > [class*="container"] { padding-top: 420px; }
  .s-pt-lg-430 > [class*="container"] { padding-top: 430px; }
  .s-pt-lg-440 > [class*="container"] { padding-top: 440px; }
  .s-pt-lg-450 > [class*="container"] { padding-top: 450px; }
  .s-pb-lg-0 > [class*="container"] { padding-bottom: 0px; }
  .s-pb-lg-1 > [class*="container"] { padding-bottom: 1px; }
  .s-pb-lg-2 > [class*="container"] { padding-bottom: 2px; }
  .s-pb-lg-3 > [class*="container"] { padding-bottom: 3px; }
  .s-pb-lg-4 > [class*="container"] { padding-bottom: 4px; }
  .s-pb-lg-5 > [class*="container"] { padding-bottom: 5px; }
  .s-pb-lg-6 > [class*="container"] { padding-bottom: 6px; }
  .s-pb-lg-7 > [class*="container"] { padding-bottom: 7px; }
  .s-pb-lg-8 > [class*="container"] { padding-bottom: 8px; }
  .s-pb-lg-9 > [class*="container"] { padding-bottom: 9px; }
  .s-pb-lg-10 > [class*="container"] { padding-bottom: 10px; }
  .s-pb-lg-15 > [class*="container"] { padding-bottom: 15px; }
  .s-pb-lg-16 > [class*="container"] { padding-bottom: 16px; }
  .s-pb-lg-17 > [class*="container"] { padding-bottom: 17px; }
  .s-pb-lg-18 > [class*="container"] { padding-bottom: 18px; }
  .s-pb-lg-19 > [class*="container"] { padding-bottom: 19px; }
  .s-pb-lg-20 > [class*="container"] { padding-bottom: 20px; }
  .s-pb-lg-25 > [class*="container"] { padding-bottom: 25px; }
  .s-pb-lg-30 > [class*="container"] { padding-bottom: 30px; }
  .s-pb-lg-40 > [class*="container"] { padding-bottom: 40px; }
  .s-pb-lg-45 > [class*="container"] { padding-bottom: 45px; }
  .s-pb-lg-50 > [class*="container"] { padding-bottom: 50px; }
  .s-pb-lg-60 > [class*="container"] { padding-bottom: 60px; }
  .s-pb-lg-70 > [class*="container"] { padding-bottom: 70px; }
  .s-pb-lg-75 > [class*="container"] { padding-bottom: 75px; }
  .s-pb-lg-80 > [class*="container"] { padding-bottom: 80px; }
  .s-pb-lg-90 > [class*="container"] { padding-bottom: 90px; }
  .s-pb-lg-100 > [class*="container"] { padding-bottom: 100px; }
  .s-pb-lg-110 > [class*="container"] { padding-bottom: 110px; }
  .s-pb-lg-120 > [class*="container"] { padding-bottom: 120px; }
  .s-pb-lg-130 > [class*="container"] { padding-bottom: 130px; }
  .s-pb-lg-140 > [class*="container"] { padding-bottom: 140px; }
  .s-pb-lg-145 > [class*="container"] { padding-bottom: 145px; }
  .s-pb-lg-130 > [class*="container"] { padding-bottom: 130px; }
  .s-pb-lg-140 > [class*="container"] { padding-bottom: 140px; }
  .s-pb-lg-145 > [class*="container"] { padding-bottom: 145px; }
  .s-pb-lg-150 > [class*="container"] { padding-bottom: 150px; }
  .s-pb-lg-160 > [class*="container"] { padding-bottom: 160px; }
  .s-pb-lg-170 > [class*="container"] { padding-bottom: 170px; }
  .s-pb-lg-180 > [class*="container"] { padding-bottom: 180px; }
  .s-pb-lg-185 > [class*="container"] { padding-bottom: 185px; }
  .s-pb-lg-190 > [class*="container"] { padding-bottom: 190px; }
  .s-pb-lg-200 > [class*="container"] { padding-bottom: 200px; }
  .s-pb-lg-220 > [class*="container"] { padding-bottom: 220px; }
  .s-pb-lg-230 > [class*="container"] { padding-bottom: 230px; }
  .s-pb-lg-240 > [class*="container"] { padding-bottom: 240px; }
  .s-pb-lg-250 > [class*="container"] { padding-bottom: 250px; }
  .s-pb-lg-260 > [class*="container"] { padding-bottom: 260px; }
  .s-pb-lg-280 > [class*="container"] { padding-bottom: 280px; }
  .s-pb-lg-295 > [class*="container"] { padding-bottom: 295px; }
  .s-pb-lg-300 > [class*="container"] { padding-bottom: 300px; }
  .s-pb-lg-320 > [class*="container"] { padding-bottom: 320px; }
  .s-pb-lg-330 > [class*="container"] { padding-bottom: 330px; }
  .s-pb-lg-350 > [class*="container"] { padding-bottom: 350px; }
  .s-pb-lg-360 > [class*="container"] { padding-bottom: 360px; }
  .s-pb-lg-370 > [class*="container"] { padding-bottom: 370px; }
  .s-pb-lg-380 > [class*="container"] { padding-bottom: 380px; }
  .s-pb-lg-395 > [class*="container"] { padding-bottom: 395px; }
  .s-pb-lg-400 > [class*="container"] { padding-bottom: 400px; }
  .s-pb-lg-410 > [class*="container"] { padding-bottom: 410px; }
  .s-pb-lg-420 > [class*="container"] { padding-bottom: 420px; }
  .s-pb-lg-430 > [class*="container"] { padding-bottom: 430px; }
  .s-pb-lg-440 > [class*="container"] { padding-bottom: 440px; }
  .s-pb-lg-450 > [class*="container"] { padding-bottom: 450px; }
  .s-py-lg-0 > [class*="container"] { padding-bottom: 0px; padding-top: 0px; }
  .s-py-lg-1 > [class*="container"] { padding-bottom: 1px; padding-top: 1px; }
  .s-py-lg-2 > [class*="container"] { padding-bottom: 2px; padding-top: 2px; }
  .s-py-lg-3 > [class*="container"] { padding-bottom: 3px; padding-top: 3px; }
  .s-py-lg-4 > [class*="container"] { padding-bottom: 4px; padding-top: 4px; }
  .s-py-lg-5 > [class*="container"] { padding-bottom: 5px; padding-top: 5px; }
  .s-py-lg-6 > [class*="container"] { padding-bottom: 6px; padding-top: 6px; }
  .s-py-lg-7 > [class*="container"] { padding-bottom: 7px; padding-top: 7px; }
  .s-py-lg-8 > [class*="container"] { padding-bottom: 8px; padding-top: 8px; }
  .s-py-lg-9 > [class*="container"] { padding-bottom: 9px; padding-top: 9px; }
  .s-py-lg-10 > [class*="container"] { padding-bottom: 10px; padding-top: 10px; }
  .s-py-lg-15 > [class*="container"] { padding-bottom: 15px; padding-top: 15px; }
  .s-py-lg-16 > [class*="container"] { padding-bottom: 16px; padding-top: 16px; }
  .s-py-lg-17 > [class*="container"] { padding-bottom: 17px; padding-top: 17px; }
  .s-py-lg-18 > [class*="container"] { padding-bottom: 18px; padding-top: 18px; }
  .s-py-lg-19 > [class*="container"] { padding-bottom: 19px; padding-top: 19px; }
  .s-py-lg-20 > [class*="container"] { padding-bottom: 20px; padding-top: 20px; }
  .s-py-lg-25 > [class*="container"] { padding-bottom: 25px; padding-top: 25px; }
  .s-py-lg-30 > [class*="container"] { padding-bottom: 30px; padding-top: 30px; }
  .s-py-lg-40 > [class*="container"] { padding-bottom: 40px; padding-top: 40px; }
  .s-py-lg-45 > [class*="container"] { padding-bottom: 45px; padding-top: 45px; }
  .s-py-lg-50 > [class*="container"] { padding-bottom: 50px; padding-top: 50px; }
  .s-py-lg-60 > [class*="container"] { padding-bottom: 60px; padding-top: 60px; }
  .s-py-lg-70 > [class*="container"] { padding-bottom: 70px; padding-top: 70px; }
  .s-py-lg-75 > [class*="container"] { padding-bottom: 75px; padding-top: 75px; }
  .s-py-lg-80 > [class*="container"] { padding-bottom: 80px; padding-top: 80px; }
  .s-py-lg-90 > [class*="container"] { padding-bottom: 90px; padding-top: 90px; }
  .s-py-lg-100 > [class*="container"] { padding-bottom: 100px; padding-top: 100px; }
  .s-py-lg-110 > [class*="container"] { padding-bottom: 110px; padding-top: 110px; }
  .s-py-lg-120 > [class*="container"] { padding-bottom: 120px; padding-top: 120px; }
  .s-py-lg-130 > [class*="container"] { padding-bottom: 130px; padding-top: 130px; }
  .s-py-lg-140 > [class*="container"] { padding-bottom: 140px; padding-top: 140px; }
  .s-py-lg-145 > [class*="container"] { padding-bottom: 145px; padding-top: 145px; }
  .s-py-lg-130 > [class*="container"] { padding-bottom: 130px; padding-top: 130px; }
  .s-py-lg-140 > [class*="container"] { padding-bottom: 140px; padding-top: 140px; }
  .s-py-lg-145 > [class*="container"] { padding-bottom: 145px; padding-top: 145px; }
  .s-py-lg-150 > [class*="container"] { padding-bottom: 150px; padding-top: 150px; }
  .s-py-lg-160 > [class*="container"] { padding-bottom: 160px; padding-top: 160px; }
  .s-py-lg-170 > [class*="container"] { padding-bottom: 170px; padding-top: 170px; }
  .s-py-lg-180 > [class*="container"] { padding-bottom: 180px; padding-top: 180px; }
  .s-py-lg-185 > [class*="container"] { padding-bottom: 185px; padding-top: 185px; }
  .s-py-lg-190 > [class*="container"] { padding-bottom: 190px; padding-top: 190px; }
  .s-py-lg-200 > [class*="container"] { padding-bottom: 200px; padding-top: 200px; }
  .s-py-lg-220 > [class*="container"] { padding-bottom: 220px; padding-top: 220px; }
  .s-py-lg-230 > [class*="container"] { padding-bottom: 230px; padding-top: 230px; }
  .s-py-lg-240 > [class*="container"] { padding-bottom: 240px; padding-top: 240px; }
  .s-py-lg-250 > [class*="container"] { padding-bottom: 250px; padding-top: 250px; }
  .s-py-lg-260 > [class*="container"] { padding-bottom: 260px; padding-top: 260px; }
  .s-py-lg-280 > [class*="container"] { padding-bottom: 280px; padding-top: 280px; }
  .s-py-lg-295 > [class*="container"] { padding-bottom: 295px; padding-top: 295px; }
  .s-py-lg-300 > [class*="container"] { padding-bottom: 300px; padding-top: 300px; }
  .s-py-lg-320 > [class*="container"] { padding-bottom: 320px; padding-top: 320px; }
  .s-py-lg-330 > [class*="container"] { padding-bottom: 330px; padding-top: 330px; }
  .s-py-lg-350 > [class*="container"] { padding-bottom: 350px; padding-top: 350px; }
  .s-py-lg-360 > [class*="container"] { padding-bottom: 360px; padding-top: 360px; }
  .s-py-lg-370 > [class*="container"] { padding-bottom: 370px; padding-top: 370px; }
  .s-py-lg-380 > [class*="container"] { padding-bottom: 380px; padding-top: 380px; }
  .s-py-lg-395 > [class*="container"] { padding-bottom: 395px; padding-top: 395px; }
  .s-py-lg-400 > [class*="container"] { padding-bottom: 400px; padding-top: 400px; }
  .s-py-lg-410 > [class*="container"] { padding-bottom: 410px; padding-top: 410px; }
  .s-py-lg-420 > [class*="container"] { padding-bottom: 420px; padding-top: 420px; }
  .s-py-lg-430 > [class*="container"] { padding-bottom: 430px; padding-top: 430px; }
  .s-py-lg-440 > [class*="container"] { padding-bottom: 440px; padding-top: 440px; }
  .s-py-lg-450 > [class*="container"] { padding-bottom: 450px; padding-top: 450px; }
}
@media (min-width: 1200px) {
  .s-pt-xl-0 > [class*="container"] { padding-top: 0px; }
  .s-pt-xl-1 > [class*="container"] { padding-top: 1px; }
  .s-pt-xl-2 > [class*="container"] { padding-top: 2px; }
  .s-pt-xl-3 > [class*="container"] { padding-top: 3px; }
  .s-pt-xl-4 > [class*="container"] { padding-top: 4px; }
  .s-pt-xl-5 > [class*="container"] { padding-top: 5px; }
  .s-pt-xl-6 > [class*="container"] { padding-top: 6px; }
  .s-pt-xl-7 > [class*="container"] { padding-top: 7px; }
  .s-pt-xl-8 > [class*="container"] { padding-top: 8px; }
  .s-pt-xl-9 > [class*="container"] { padding-top: 9px; }
  .s-pt-xl-10 > [class*="container"] { padding-top: 10px; }
  .s-pt-xl-15 > [class*="container"] { padding-top: 15px; }
  .s-pt-xl-16 > [class*="container"] { padding-top: 16px; }
  .s-pt-xl-17 > [class*="container"] { padding-top: 17px; }
  .s-pt-xl-18 > [class*="container"] { padding-top: 18px; }
  .s-pt-xl-19 > [class*="container"] { padding-top: 19px; }
  .s-pt-xl-20 > [class*="container"] { padding-top: 20px; }
  .s-pt-xl-25 > [class*="container"] { padding-top: 25px; }
  .s-pt-xl-30 > [class*="container"] { padding-top: 30px; }
  .s-pt-xl-40 > [class*="container"] { padding-top: 40px; }
  .s-pt-xl-45 > [class*="container"] { padding-top: 45px; }
  .s-pt-xl-50 > [class*="container"] { padding-top: 50px; }
  .s-pt-xl-60 > [class*="container"] { padding-top: 60px; }
  .s-pt-xl-70 > [class*="container"] { padding-top: 70px; }
  .s-pt-xl-75 > [class*="container"] { padding-top: 75px; }
  .s-pt-xl-80 > [class*="container"] { padding-top: 80px; }
  .s-pt-xl-90 > [class*="container"] { padding-top: 90px; }
  .s-pt-xl-100 > [class*="container"] { padding-top: 100px; }
  .s-pt-xl-110 > [class*="container"] { padding-top: 110px; }
  .s-pt-xl-120 > [class*="container"] { padding-top: 120px; }
  .s-pt-xl-130 > [class*="container"] { padding-top: 130px; }
  .s-pt-xl-140 > [class*="container"] { padding-top: 140px; }
  .s-pt-xl-145 > [class*="container"] { padding-top: 145px; }
  .s-pt-xl-130 > [class*="container"] { padding-top: 130px; }
  .s-pt-xl-140 > [class*="container"] { padding-top: 140px; }
  .s-pt-xl-145 > [class*="container"] { padding-top: 70px; }
  .s-pt-xl-150 > [class*="container"] { padding-top: 70px; }
  .s-pt-xl-160 > [class*="container"] { padding-top: 70px; }
  .s-pt-xl-170 > [class*="container"] { padding-top: 170px; }
  .s-pt-xl-180 > [class*="container"] { padding-top: 180px; }
  .s-pt-xl-185 > [class*="container"] { padding-top: 185px; }
  .s-pt-xl-190 > [class*="container"] { padding-top: 190px; }
  .s-pt-xl-200 > [class*="container"] { padding-top: 200px; }
  .s-pt-xl-220 > [class*="container"] { padding-top: 220px; }
  .s-pt-xl-230 > [class*="container"] { padding-top: 230px; }
  .s-pt-xl-240 > [class*="container"] { padding-top: 240px; }
  .s-pt-xl-250 > [class*="container"] { padding-top: 250px; }
  .s-pt-xl-260 > [class*="container"] { padding-top: 260px; }
  .s-pt-xl-280 > [class*="container"] { padding-top: 280px; }
  .s-pt-xl-295 > [class*="container"] { padding-top: 295px; }
  .s-pt-xl-300 > [class*="container"] { padding-top: 300px; }
  .s-pt-xl-320 > [class*="container"] { padding-top: 320px; }
  .s-pt-xl-330 > [class*="container"] { padding-top: 330px; }
  .s-pt-xl-350 > [class*="container"] { padding-top: 350px; }
  .s-pt-xl-360 > [class*="container"] { padding-top: 360px; }
  .s-pt-xl-370 > [class*="container"] { padding-top: 370px; }
  .s-pt-xl-380 > [class*="container"] { padding-top: 380px; }
  .s-pt-xl-395 > [class*="container"] { padding-top: 395px; }
  .s-pt-xl-400 > [class*="container"] { padding-top: 400px; }
  .s-pt-xl-410 > [class*="container"] { padding-top: 410px; }
  .s-pt-xl-420 > [class*="container"] { padding-top: 420px; }
  .s-pt-xl-430 > [class*="container"] { padding-top: 350px; }
  .s-pt-xl-440 > [class*="container"] { padding-top: 440px; }
  .s-pt-xl-450 > [class*="container"] { padding-top: 450px; }
  .s-pb-xl-0 > [class*="container"] { padding-bottom: 0px; }
  .s-pb-xl-1 > [class*="container"] { padding-bottom: 1px; }
  .s-pb-xl-2 > [class*="container"] { padding-bottom: 2px; }
  .s-pb-xl-3 > [class*="container"] { padding-bottom: 3px; }
  .s-pb-xl-4 > [class*="container"] { padding-bottom: 4px; }
  .s-pb-xl-5 > [class*="container"] { padding-bottom: 5px; }
  .s-pb-xl-6 > [class*="container"] { padding-bottom: 6px; }
  .s-pb-xl-7 > [class*="container"] { padding-bottom: 7px; }
  .s-pb-xl-8 > [class*="container"] { padding-bottom: 8px; }
  .s-pb-xl-9 > [class*="container"] { padding-bottom: 9px; }
  .s-pb-xl-10 > [class*="container"] { padding-bottom: 10px; }
  .s-pb-xl-15 > [class*="container"] { padding-bottom: 15px; }
  .s-pb-xl-16 > [class*="container"] { padding-bottom: 16px; }
  .s-pb-xl-17 > [class*="container"] { padding-bottom: 17px; }
  .s-pb-xl-18 > [class*="container"] { padding-bottom: 18px; }
  .s-pb-xl-19 > [class*="container"] { padding-bottom: 19px; }
  .s-pb-xl-20 > [class*="container"] { padding-bottom: 20px; }
  .s-pb-xl-25 > [class*="container"] { padding-bottom: 25px; }
  .s-pb-xl-30 > [class*="container"] { padding-bottom: 30px; }
  .s-pb-xl-40 > [class*="container"] { padding-bottom: 40px; }
  .s-pb-xl-45 > [class*="container"] { padding-bottom: 45px; }
  .s-pb-xl-50 > [class*="container"] { padding-bottom: 50px; }
  .s-pb-xl-60 > [class*="container"] { padding-bottom: 60px; }
  .s-pb-xl-70 > [class*="container"] { padding-bottom: 70px; }
  .s-pb-xl-75 > [class*="container"] { padding-bottom: 75px; }
  .s-pb-xl-80 > [class*="container"] { padding-bottom: 80px; }
  .s-pb-xl-90 > [class*="container"] { padding-bottom: 90px; }
  .s-pb-xl-100 > [class*="container"] { padding-bottom: 100px; }
  .s-pb-xl-110 > [class*="container"] { padding-bottom: 70px; }
  .s-pb-xl-120 > [class*="container"] { padding-bottom: 120px; }
  .s-pb-xl-130 > [class*="container"] { padding-bottom: 130px; }
  .s-pb-xl-140 > [class*="container"] { padding-bottom: 140px; }
  .s-pb-xl-145 > [class*="container"] { padding-bottom: 145px; }
  .s-pb-xl-130 > [class*="container"] { padding-bottom: 130px; }
  .s-pb-xl-140 > [class*="container"] { padding-bottom: 70px; }
  .s-pb-xl-145 > [class*="container"] { padding-bottom: 145px; }
  .s-pb-xl-150 > [class*="container"] { padding-bottom: 700px; }
  .s-pb-xl-160 > [class*="container"] { padding-bottom: 160px; }
  .s-pb-xl-170 > [class*="container"] { padding-bottom: 170px; }
  .s-pb-xl-180 > [class*="container"] { padding-bottom: 180px; }
  .s-pb-xl-185 > [class*="container"] { padding-bottom: 185px; }
  .s-pb-xl-190 > [class*="container"] { padding-bottom: 190px; }
  .s-pb-xl-200 > [class*="container"] { padding-bottom: 200px; }
  .s-pb-xl-220 > [class*="container"] { padding-bottom: 220px; }
  .s-pb-xl-230 > [class*="container"] { padding-bottom: 70px; }
  .s-pb-xl-240 > [class*="container"] { padding-bottom: 240px; }
  .s-pb-xl-250 > [class*="container"] { padding-bottom: 250px; }
  .s-pb-xl-260 > [class*="container"] { padding-bottom: 260px; }
  .s-pb-xl-280 > [class*="container"] { padding-bottom: 280px; }
  .s-pb-xl-295 > [class*="container"] { padding-bottom: 295px; }
  .s-pb-xl-300 > [class*="container"] { padding-bottom: 300px; }
  .s-pb-xl-320 > [class*="container"] { padding-bottom: 320px; }
  .s-pb-xl-330 > [class*="container"] { padding-bottom: 330px; }
  .s-pb-xl-350 > [class*="container"] { padding-bottom: 350px; }
  .s-pb-xl-360 > [class*="container"] { padding-bottom: 360px; }
  .s-pb-xl-370 > [class*="container"] { padding-bottom: 370px; }
  .s-pb-xl-380 > [class*="container"] { padding-bottom: 380px; }
  .s-pb-xl-395 > [class*="container"] { padding-bottom: 395px; }
  .s-pb-xl-400 > [class*="container"] { padding-bottom: 400px; }
  .s-pb-xl-410 > [class*="container"] { padding-bottom: 410px; }
  .s-pb-xl-420 > [class*="container"] { padding-bottom: 420px; }
  .s-pb-xl-430 > [class*="container"] { padding-bottom: 430px; }
  .s-pb-xl-440 > [class*="container"] { padding-bottom: 440px; }
  .s-pb-xl-450 > [class*="container"] { padding-bottom: 450px; }
  .s-py-xl-0 > [class*="container"] { padding-bottom: 0px; padding-top: 0px; }
  .s-py-xl-1 > [class*="container"] { padding-bottom: 1px; padding-top: 1px; }
  .s-py-xl-2 > [class*="container"] { padding-bottom: 2px; padding-top: 2px; }
  .s-py-xl-3 > [class*="container"] { padding-bottom: 3px; padding-top: 3px; }
  .s-py-xl-4 > [class*="container"] { padding-bottom: 4px; padding-top: 4px; }
  .s-py-xl-5 > [class*="container"] { padding-bottom: 5px; padding-top: 5px; }
  .s-py-xl-6 > [class*="container"] { padding-bottom: 6px; padding-top: 6px; }
  .s-py-xl-7 > [class*="container"] { padding-bottom: 7px; padding-top: 7px; }
  .s-py-xl-8 > [class*="container"] { padding-bottom: 8px; padding-top: 8px; }
  .s-py-xl-9 > [class*="container"] { padding-bottom: 9px; padding-top: 9px; }
  .s-py-xl-10 > [class*="container"] { padding-bottom: 10px; padding-top: 10px; }
  .s-py-xl-15 > [class*="container"] { padding-bottom: 15px; padding-top: 15px; }
  .s-py-xl-16 > [class*="container"] { padding-bottom: 16px; padding-top: 16px; }
  .s-py-xl-17 > [class*="container"] { padding-bottom: 17px; padding-top: 17px; }
  .s-py-xl-18 > [class*="container"] { padding-bottom: 18px; padding-top: 18px; }
  .s-py-xl-19 > [class*="container"] { padding-bottom: 19px; padding-top: 19px; }
  .s-py-xl-20 > [class*="container"] { padding-bottom: 20px; padding-top: 20px; }
  .s-py-xl-25 > [class*="container"] { padding-bottom: 25px; padding-top: 25px; }
  .s-py-xl-30 > [class*="container"] { padding-bottom: 30px; padding-top: 30px; }
  .s-py-xl-40 > [class*="container"] { padding-bottom: 40px; padding-top: 40px; }
  .s-py-xl-45 > [class*="container"] { padding-bottom: 45px; padding-top: 45px; }
  .s-py-xl-50 > [class*="container"] { padding-bottom: 50px; padding-top: 50px; }
  .s-py-xl-60 > [class*="container"] { padding-bottom: 60px; padding-top: 60px; }
  .s-py-xl-70 > [class*="container"] { padding-bottom: 70px; padding-top: 70px; }
  .s-py-xl-75 > [class*="container"] { padding-bottom: 75px; padding-top: 75px; }
  .s-py-xl-80 > [class*="container"] { padding-bottom: 80px; padding-top: 80px; }
  .s-py-xl-90 > [class*="container"] { padding-bottom: 90px; padding-top: 90px; }
  .s-py-xl-100 > [class*="container"] { padding-bottom: 100px; padding-top: 100px; }
  .s-py-xl-110 > [class*="container"] { padding-bottom: 110px; padding-top: 110px; }
  .s-py-xl-120 > [class*="container"] { padding-bottom: 120px; padding-top: 120px; }
  .s-py-xl-130 > [class*="container"] { padding-bottom: 130px; padding-top: 130px; }
  .s-py-xl-140 > [class*="container"] { padding-bottom: 140px; padding-top: 140px; }
  .s-py-xl-145 > [class*="container"] { padding-bottom: 145px; padding-top: 145px; }
  .s-py-xl-130 > [class*="container"] { padding-bottom: 130px; padding-top: 130px; }
  .s-py-xl-140 > [class*="container"] { padding-bottom: 140px; padding-top: 140px; }
  .s-py-xl-145 > [class*="container"] { padding-bottom: 145px; padding-top: 145px; }
  .s-py-xl-150 > [class*="container"] { padding-bottom: 150px; padding-top: 150px; }
  .s-py-xl-160 > [class*="container"] { padding-bottom: 160px; padding-top: 160px; }
  .s-py-xl-170 > [class*="container"] { padding-bottom: 170px; padding-top: 170px; }
  .s-py-xl-180 > [class*="container"] { padding-bottom: 180px; padding-top: 180px; }
  .s-py-xl-185 > [class*="container"] { padding-bottom: 185px; padding-top: 185px; }
  .s-py-xl-190 > [class*="container"] { padding-bottom: 190px; padding-top: 190px; }
  .s-py-xl-200 > [class*="container"] { padding-bottom: 200px; padding-top: 200px; }
  .s-py-xl-220 > [class*="container"] { padding-bottom: 220px; padding-top: 220px; }
  .s-py-xl-230 > [class*="container"] { padding-bottom: 230px; padding-top: 230px; }
  .s-py-xl-240 > [class*="container"] { padding-bottom: 240px; padding-top: 240px; }
  .s-py-xl-250 > [class*="container"] { padding-bottom: 250px; padding-top: 250px; }
  .s-py-xl-260 > [class*="container"] { padding-bottom: 260px; padding-top: 260px; }
  .s-py-xl-280 > [class*="container"] { padding-bottom: 280px; padding-top: 280px; }
  .s-py-xl-295 > [class*="container"] { padding-bottom: 295px; padding-top: 295px; }
  .s-py-xl-300 > [class*="container"] { padding-bottom: 300px; padding-top: 300px; }
  .s-py-xl-320 > [class*="container"] { padding-bottom: 320px; padding-top: 320px; }
  .s-py-xl-330 > [class*="container"] { padding-bottom: 330px; padding-top: 330px; }
  .s-py-xl-350 > [class*="container"] { padding-bottom: 350px; padding-top: 350px; }
  .s-py-xl-360 > [class*="container"] { padding-bottom: 360px; padding-top: 360px; }
  .s-py-xl-370 > [class*="container"] { padding-bottom: 370px; padding-top: 370px; }
  .s-py-xl-380 > [class*="container"] { padding-bottom: 380px; padding-top: 380px; }
  .s-py-xl-395 > [class*="container"] { padding-bottom: 395px; padding-top: 395px; }
  .s-py-xl-400 > [class*="container"] { padding-bottom: 400px; padding-top: 400px; }
  .s-py-xl-410 > [class*="container"] { padding-bottom: 410px; padding-top: 410px; }
  .s-py-xl-420 > [class*="container"] { padding-bottom: 420px; padding-top: 420px; }
  .s-py-xl-430 > [class*="container"] { padding-bottom: 430px; padding-top: 430px; }
  .s-py-xl-440 > [class*="container"] { padding-bottom: 440px; padding-top: 440px; }
  .s-py-xl-450 > [class*="container"] { padding-bottom: 450px; padding-top: 450px; }
}
.c-mt-0 [class*="col-"], .row.c-mt-0 > [class*="col-"] { margin-top: 0px; }
.c-mt-1 [class*="col-"], .row.c-mt-1 > [class*="col-"] { margin-top: 1px; }
.c-mt-2 [class*="col-"], .row.c-mt-2 > [class*="col-"] { margin-top: 2px; }
.c-mt-5 [class*="col-"], .row.c-mt-5 > [class*="col-"] { margin-top: 5px; }
.c-mt-10 [class*="col-"], .row.c-mt-10 > [class*="col-"] { margin-top: 10px; }
.c-mt-15 [class*="col-"], .row.c-mt-15 > [class*="col-"] { margin-top: 15px; }
.c-mt-20 [class*="col-"], .row.c-mt-20 > [class*="col-"] { margin-top: 20px; }
.c-mt-25 [class*="col-"], .row.c-mt-25 > [class*="col-"] { margin-top: 25px; }
.c-mt-30 [class*="col-"], .row.c-mt-30 > [class*="col-"] { margin-top: 30px; }
.c-mt-40 [class*="col-"], .row.c-mt-40 > [class*="col-"] { margin-top: 40px; }
.c-mt-50 [class*="col-"], .row.c-mt-50 > [class*="col-"] { margin-top: 50px; }
.c-mt-60 [class*="col-"], .row.c-mt-60 > [class*="col-"] { margin-top: 60px; }
.c-mb-0 [class*="col-"], .row.c-mb-0 > [class*="col-"] { margin-bottom: 0px; }
.c-mb-1 [class*="col-"], .row.c-mb-1 > [class*="col-"] { margin-bottom: 1px; }
.c-mb-2 [class*="col-"], .row.c-mb-2 > [class*="col-"] { margin-bottom: 2px; }
.c-mb-5 [class*="col-"], .row.c-mb-5 > [class*="col-"] { margin-bottom: 5px; }
.c-mb-10 [class*="col-"], .row.c-mb-10 > [class*="col-"] { margin-bottom: 10px; }
.c-mb-15 [class*="col-"], .row.c-mb-15 > [class*="col-"] { margin-bottom: 15px; }
.c-mb-20 [class*="col-"], .row.c-mb-20 > [class*="col-"] { margin-bottom: 20px; }
.c-mb-25 [class*="col-"], .row.c-mb-25 > [class*="col-"] { margin-bottom: 25px; }
.c-mb-30 [class*="col-"], .row.c-mb-30 > [class*="col-"] { margin-bottom: 30px; }
.c-mb-40 [class*="col-"], .row.c-mb-40 > [class*="col-"] { margin-bottom: 40px; }
.c-mb-50 [class*="col-"], .row.c-mb-50 > [class*="col-"] { margin-bottom: 50px; }
.c-mb-60 [class*="col-"], .row.c-mb-60 > [class*="col-"] { margin-bottom: 60px; }
.c-my-0 [class*="col-"], .row.c-my-0 > [class*="col-"] { margin-bottom: 0px; margin-top: 0px; }
.c-my-1 [class*="col-"], .row.c-my-1 > [class*="col-"] { margin-bottom: 1px; margin-top: 1px; }
.c-my-2 [class*="col-"], .row.c-my-2 > [class*="col-"] { margin-bottom: 2px; margin-top: 2px; }
.c-my-5 [class*="col-"], .row.c-my-5 > [class*="col-"] { margin-bottom: 5px; margin-top: 5px; }
.c-my-10 [class*="col-"], .row.c-my-10 > [class*="col-"] { margin-bottom: 10px; margin-top: 10px; }
.c-my-15 [class*="col-"], .row.c-my-15 > [class*="col-"] { margin-bottom: 15px; margin-top: 15px; }
.c-my-20 [class*="col-"], .row.c-my-20 > [class*="col-"] { margin-bottom: 20px; margin-top: 20px; }
.c-my-25 [class*="col-"], .row.c-my-25 > [class*="col-"] { margin-bottom: 25px; margin-top: 25px; }
.c-my-30 [class*="col-"], .row.c-my-30 > [class*="col-"] { margin-bottom: 30px; margin-top: 30px; }
.c-my-40 [class*="col-"], .row.c-my-40 > [class*="col-"] { margin-bottom: 40px; margin-top: 40px; }
.c-my-50 [class*="col-"], .row.c-my-50 > [class*="col-"] { margin-bottom: 50px; margin-top: 50px; }
.c-my-60 [class*="col-"], .row.c-my-60 > [class*="col-"] { margin-bottom: 60px; margin-top: 60px; }
@media (min-width: 576px) {
  .c-mt-sm-0 [class*="col-"], .row.c-mt-sm-0 > [class*="col-"] { margin-top: 0px; }
  .c-mt-sm-1 [class*="col-"], .row.c-mt-sm-1 > [class*="col-"] { margin-top: 1px; }
  .c-mt-sm-2 [class*="col-"], .row.c-mt-sm-2 > [class*="col-"] { margin-top: 2px; }
  .c-mt-sm-5 [class*="col-"], .row.c-mt-sm-5 > [class*="col-"] { margin-top: 5px; }
  .c-mt-sm-10 [class*="col-"], .row.c-mt-sm-10 > [class*="col-"] { margin-top: 10px; }
  .c-mt-sm-15 [class*="col-"], .row.c-mt-sm-15 > [class*="col-"] { margin-top: 15px; }
  .c-mt-sm-20 [class*="col-"], .row.c-mt-sm-20 > [class*="col-"] { margin-top: 20px; }
  .c-mt-sm-25 [class*="col-"], .row.c-mt-sm-25 > [class*="col-"] { margin-top: 25px; }
  .c-mt-sm-30 [class*="col-"], .row.c-mt-sm-30 > [class*="col-"] { margin-top: 30px; }
  .c-mt-sm-40 [class*="col-"], .row.c-mt-sm-40 > [class*="col-"] { margin-top: 40px; }
  .c-mt-sm-50 [class*="col-"], .row.c-mt-sm-50 > [class*="col-"] { margin-top: 50px; }
  .c-mt-sm-60 [class*="col-"], .row.c-mt-sm-60 > [class*="col-"] { margin-top: 60px; }
  .c-mb-sm-0 [class*="col-"], .row.c-mb-sm-0 > [class*="col-"] { margin-bottom: 0px; }
  .c-mb-sm-1 [class*="col-"], .row.c-mb-sm-1 > [class*="col-"] { margin-bottom: 1px; }
  .c-mb-sm-2 [class*="col-"], .row.c-mb-sm-2 > [class*="col-"] { margin-bottom: 2px; }
  .c-mb-sm-5 [class*="col-"], .row.c-mb-sm-5 > [class*="col-"] { margin-bottom: 5px; }
  .c-mb-sm-10 [class*="col-"], .row.c-mb-sm-10 > [class*="col-"] { margin-bottom: 10px; }
  .c-mb-sm-15 [class*="col-"], .row.c-mb-sm-15 > [class*="col-"] { margin-bottom: 15px; }
  .c-mb-sm-20 [class*="col-"], .row.c-mb-sm-20 > [class*="col-"] { margin-bottom: 20px; }
  .c-mb-sm-25 [class*="col-"], .row.c-mb-sm-25 > [class*="col-"] { margin-bottom: 25px; }
  .c-mb-sm-30 [class*="col-"], .row.c-mb-sm-30 > [class*="col-"] { margin-bottom: 30px; }
  .c-mb-sm-40 [class*="col-"], .row.c-mb-sm-40 > [class*="col-"] { margin-bottom: 40px; }
  .c-mb-sm-50 [class*="col-"], .row.c-mb-sm-50 > [class*="col-"] { margin-bottom: 50px; }
  .c-mb-sm-60 [class*="col-"], .row.c-mb-sm-60 > [class*="col-"] { margin-bottom: 60px; }
  .c-my-sm-0 [class*="col-"], .row.c-my-sm-0 > [class*="col-"] { margin-bottom: 0px; margin-top: 0px; }
  .c-my-sm-1 [class*="col-"], .row.c-my-sm-1 > [class*="col-"] { margin-bottom: 1px; margin-top: 1px; }
  .c-my-sm-2 [class*="col-"], .row.c-my-sm-2 > [class*="col-"] { margin-bottom: 2px; margin-top: 2px; }
  .c-my-sm-5 [class*="col-"], .row.c-my-sm-5 > [class*="col-"] { margin-bottom: 5px; margin-top: 5px; }
  .c-my-sm-10 [class*="col-"], .row.c-my-sm-10 > [class*="col-"] { margin-bottom: 10px; margin-top: 10px; }
  .c-my-sm-15 [class*="col-"], .row.c-my-sm-15 > [class*="col-"] { margin-bottom: 15px; margin-top: 15px; }
  .c-my-sm-20 [class*="col-"], .row.c-my-sm-20 > [class*="col-"] { margin-bottom: 20px; margin-top: 20px; }
  .c-my-sm-25 [class*="col-"], .row.c-my-sm-25 > [class*="col-"] { margin-bottom: 25px; margin-top: 25px; }
  .c-my-sm-30 [class*="col-"], .row.c-my-sm-30 > [class*="col-"] { margin-bottom: 30px; margin-top: 30px; }
  .c-my-sm-40 [class*="col-"], .row.c-my-sm-40 > [class*="col-"] { margin-bottom: 40px; margin-top: 40px; }
  .c-my-sm-50 [class*="col-"], .row.c-my-sm-50 > [class*="col-"] { margin-bottom: 50px; margin-top: 50px; }
  .c-my-sm-60 [class*="col-"], .row.c-my-sm-60 > [class*="col-"] { margin-bottom: 60px; margin-top: 60px; }
}
@media (min-width: 768px) {
  .c-mt-md-0 [class*="col-"], .row.c-mt-md-0 > [class*="col-"] { margin-top: 0px; }
  .c-mt-md-1 [class*="col-"], .row.c-mt-md-1 > [class*="col-"] { margin-top: 1px; }
  .c-mt-md-2 [class*="col-"], .row.c-mt-md-2 > [class*="col-"] { margin-top: 2px; }
  .c-mt-md-5 [class*="col-"], .row.c-mt-md-5 > [class*="col-"] { margin-top: 5px; }
  .c-mt-md-10 [class*="col-"], .row.c-mt-md-10 > [class*="col-"] { margin-top: 10px; }
  .c-mt-md-15 [class*="col-"], .row.c-mt-md-15 > [class*="col-"] { margin-top: 15px; }
  .c-mt-md-20 [class*="col-"], .row.c-mt-md-20 > [class*="col-"] { margin-top: 20px; }
  .c-mt-md-25 [class*="col-"], .row.c-mt-md-25 > [class*="col-"] { margin-top: 25px; }
  .c-mt-md-30 [class*="col-"], .row.c-mt-md-30 > [class*="col-"] { margin-top: 30px; }
  .c-mt-md-40 [class*="col-"], .row.c-mt-md-40 > [class*="col-"] { margin-top: 40px; }
  .c-mt-md-50 [class*="col-"], .row.c-mt-md-50 > [class*="col-"] { margin-top: 50px; }
  .c-mt-md-60 [class*="col-"], .row.c-mt-md-60 > [class*="col-"] { margin-top: 60px; }
  .c-mb-md-0 [class*="col-"], .row.c-mb-md-0 > [class*="col-"] { margin-bottom: 0px; }
  .c-mb-md-1 [class*="col-"], .row.c-mb-md-1 > [class*="col-"] { margin-bottom: 1px; }
  .c-mb-md-2 [class*="col-"], .row.c-mb-md-2 > [class*="col-"] { margin-bottom: 2px; }
  .c-mb-md-5 [class*="col-"], .row.c-mb-md-5 > [class*="col-"] { margin-bottom: 5px; }
  .c-mb-md-10 [class*="col-"], .row.c-mb-md-10 > [class*="col-"] { margin-bottom: 10px; }
  .c-mb-md-15 [class*="col-"], .row.c-mb-md-15 > [class*="col-"] { margin-bottom: 15px; }
  .c-mb-md-20 [class*="col-"], .row.c-mb-md-20 > [class*="col-"] { margin-bottom: 20px; }
  .c-mb-md-25 [class*="col-"], .row.c-mb-md-25 > [class*="col-"] { margin-bottom: 25px; }
  .c-mb-md-30 [class*="col-"], .row.c-mb-md-30 > [class*="col-"] { margin-bottom: 30px; }
  .c-mb-md-40 [class*="col-"], .row.c-mb-md-40 > [class*="col-"] { margin-bottom: 40px; }
  .c-mb-md-50 [class*="col-"], .row.c-mb-md-50 > [class*="col-"] { margin-bottom: 50px; }
  .c-mb-md-60 [class*="col-"], .row.c-mb-md-60 > [class*="col-"] { margin-bottom: 60px; }
  .c-my-md-0 [class*="col-"], .row.c-my-md-0 > [class*="col-"] { margin-bottom: 0px; margin-top: 0px; }
  .c-my-md-1 [class*="col-"], .row.c-my-md-1 > [class*="col-"] { margin-bottom: 1px; margin-top: 1px; }
  .c-my-md-2 [class*="col-"], .row.c-my-md-2 > [class*="col-"] { margin-bottom: 2px; margin-top: 2px; }
  .c-my-md-5 [class*="col-"], .row.c-my-md-5 > [class*="col-"] { margin-bottom: 5px; margin-top: 5px; }
  .c-my-md-10 [class*="col-"], .row.c-my-md-10 > [class*="col-"] { margin-bottom: 10px; margin-top: 10px; }
  .c-my-md-15 [class*="col-"], .row.c-my-md-15 > [class*="col-"] { margin-bottom: 15px; margin-top: 15px; }
  .c-my-md-20 [class*="col-"], .row.c-my-md-20 > [class*="col-"] { margin-bottom: 20px; margin-top: 20px; }
  .c-my-md-25 [class*="col-"], .row.c-my-md-25 > [class*="col-"] { margin-bottom: 25px; margin-top: 25px; }
  .c-my-md-30 [class*="col-"], .row.c-my-md-30 > [class*="col-"] { margin-bottom: 30px; margin-top: 30px; }
  .c-my-md-40 [class*="col-"], .row.c-my-md-40 > [class*="col-"] { margin-bottom: 40px; margin-top: 40px; }
  .c-my-md-50 [class*="col-"], .row.c-my-md-50 > [class*="col-"] { margin-bottom: 50px; margin-top: 50px; }
  .c-my-md-60 [class*="col-"], .row.c-my-md-60 > [class*="col-"] { margin-bottom: 60px; margin-top: 60px; }
}
@media (min-width: 992px) {
  .c-mt-lg-0 [class*="col-"], .row.c-mt-lg-0 > [class*="col-"] { margin-top: 0px; }
  .c-mt-lg-1 [class*="col-"], .row.c-mt-lg-1 > [class*="col-"] { margin-top: 1px; }
  .c-mt-lg-2 [class*="col-"], .row.c-mt-lg-2 > [class*="col-"] { margin-top: 2px; }
  .c-mt-lg-5 [class*="col-"], .row.c-mt-lg-5 > [class*="col-"] { margin-top: 5px; }
  .c-mt-lg-10 [class*="col-"], .row.c-mt-lg-10 > [class*="col-"] { margin-top: 10px; }
  .c-mt-lg-15 [class*="col-"], .row.c-mt-lg-15 > [class*="col-"] { margin-top: 15px; }
  .c-mt-lg-20 [class*="col-"], .row.c-mt-lg-20 > [class*="col-"] { margin-top: 20px; }
  .c-mt-lg-25 [class*="col-"], .row.c-mt-lg-25 > [class*="col-"] { margin-top: 25px; }
  .c-mt-lg-30 [class*="col-"], .row.c-mt-lg-30 > [class*="col-"] { margin-top: 30px; }
  .c-mt-lg-40 [class*="col-"], .row.c-mt-lg-40 > [class*="col-"] { margin-top: 40px; }
  .c-mt-lg-50 [class*="col-"], .row.c-mt-lg-50 > [class*="col-"] { margin-top: 50px; }
  .c-mt-lg-60 [class*="col-"], .row.c-mt-lg-60 > [class*="col-"] { margin-top: 60px; }
  .c-mb-lg-0 [class*="col-"], .row.c-mb-lg-0 > [class*="col-"] { margin-bottom: 0px; }
  .c-mb-lg-1 [class*="col-"], .row.c-mb-lg-1 > [class*="col-"] { margin-bottom: 1px; }
  .c-mb-lg-2 [class*="col-"], .row.c-mb-lg-2 > [class*="col-"] { margin-bottom: 2px; }
  .c-mb-lg-5 [class*="col-"], .row.c-mb-lg-5 > [class*="col-"] { margin-bottom: 5px; }
  .c-mb-lg-10 [class*="col-"], .row.c-mb-lg-10 > [class*="col-"] { margin-bottom: 10px; }
  .c-mb-lg-15 [class*="col-"], .row.c-mb-lg-15 > [class*="col-"] { margin-bottom: 15px; }
  .c-mb-lg-20 [class*="col-"], .row.c-mb-lg-20 > [class*="col-"] { margin-bottom: 20px; }
  .c-mb-lg-25 [class*="col-"], .row.c-mb-lg-25 > [class*="col-"] { margin-bottom: 25px; }
  .c-mb-lg-30 [class*="col-"], .row.c-mb-lg-30 > [class*="col-"] { margin-bottom: 30px; }
  .c-mb-lg-40 [class*="col-"], .row.c-mb-lg-40 > [class*="col-"] { margin-bottom: 40px; }
  .c-mb-lg-50 [class*="col-"], .row.c-mb-lg-50 > [class*="col-"] { margin-bottom: 50px; }
  .c-mb-lg-60 [class*="col-"], .row.c-mb-lg-60 > [class*="col-"] { margin-bottom: 60px; }
  .c-my-lg-0 [class*="col-"], .row.c-my-lg-0 > [class*="col-"] { margin-bottom: 0px; margin-top: 0px; }
  .c-my-lg-1 [class*="col-"], .row.c-my-lg-1 > [class*="col-"] { margin-bottom: 1px; margin-top: 1px; }
  .c-my-lg-2 [class*="col-"], .row.c-my-lg-2 > [class*="col-"] { margin-bottom: 2px; margin-top: 2px; }
  .c-my-lg-5 [class*="col-"], .row.c-my-lg-5 > [class*="col-"] { margin-bottom: 5px; margin-top: 5px; }
  .c-my-lg-10 [class*="col-"], .row.c-my-lg-10 > [class*="col-"] { margin-bottom: 10px; margin-top: 10px; }
  .c-my-lg-15 [class*="col-"], .row.c-my-lg-15 > [class*="col-"] { margin-bottom: 15px; margin-top: 15px; }
  .c-my-lg-20 [class*="col-"], .row.c-my-lg-20 > [class*="col-"] { margin-bottom: 20px; margin-top: 20px; }
  .c-my-lg-25 [class*="col-"], .row.c-my-lg-25 > [class*="col-"] { margin-bottom: 25px; margin-top: 25px; }
  .c-my-lg-30 [class*="col-"], .row.c-my-lg-30 > [class*="col-"] { margin-bottom: 30px; margin-top: 30px; }
  .c-my-lg-40 [class*="col-"], .row.c-my-lg-40 > [class*="col-"] { margin-bottom: 40px; margin-top: 40px; }
  .c-my-lg-50 [class*="col-"], .row.c-my-lg-50 > [class*="col-"] { margin-bottom: 50px; margin-top: 50px; }
  .c-my-lg-60 [class*="col-"], .row.c-my-lg-60 > [class*="col-"] { margin-bottom: 60px; margin-top: 60px; }
}
@media (min-width: 1200px) {
  .c-mt-xl-0 [class*="col-"], .row.c-mt-xl-0 > [class*="col-"] { margin-top: 0px; }
  .c-mt-xl-1 [class*="col-"], .row.c-mt-xl-1 > [class*="col-"] { margin-top: 1px; }
  .c-mt-xl-2 [class*="col-"], .row.c-mt-xl-2 > [class*="col-"] { margin-top: 2px; }
  .c-mt-xl-5 [class*="col-"], .row.c-mt-xl-5 > [class*="col-"] { margin-top: 5px; }
  .c-mt-xl-10 [class*="col-"], .row.c-mt-xl-10 > [class*="col-"] { margin-top: 10px; }
  .c-mt-xl-15 [class*="col-"], .row.c-mt-xl-15 > [class*="col-"] { margin-top: 15px; }
  .c-mt-xl-20 [class*="col-"], .row.c-mt-xl-20 > [class*="col-"] { margin-top: 20px; }
  .c-mt-xl-25 [class*="col-"], .row.c-mt-xl-25 > [class*="col-"] { margin-top: 25px; }
  .c-mt-xl-30 [class*="col-"], .row.c-mt-xl-30 > [class*="col-"] { margin-top: 30px; }
  .c-mt-xl-40 [class*="col-"], .row.c-mt-xl-40 > [class*="col-"] { margin-top: 40px; }
  .c-mt-xl-50 [class*="col-"], .row.c-mt-xl-50 > [class*="col-"] { margin-top: 50px; }
  .c-mt-xl-60 [class*="col-"], .row.c-mt-xl-60 > [class*="col-"] { margin-top: 60px; }
  .c-mb-xl-0 [class*="col-"], .row.c-mb-xl-0 > [class*="col-"] { margin-bottom: 0px; }
  .c-mb-xl-1 [class*="col-"], .row.c-mb-xl-1 > [class*="col-"] { margin-bottom: 1px; }
  .c-mb-xl-2 [class*="col-"], .row.c-mb-xl-2 > [class*="col-"] { margin-bottom: 2px; }
  .c-mb-xl-5 [class*="col-"], .row.c-mb-xl-5 > [class*="col-"] { margin-bottom: 5px; }
  .c-mb-xl-10 [class*="col-"], .row.c-mb-xl-10 > [class*="col-"] { margin-bottom: 10px; }
  .c-mb-xl-15 [class*="col-"], .row.c-mb-xl-15 > [class*="col-"] { margin-bottom: 15px; }
  .c-mb-xl-20 [class*="col-"], .row.c-mb-xl-20 > [class*="col-"] { margin-bottom: 20px; }
  .c-mb-xl-25 [class*="col-"], .row.c-mb-xl-25 > [class*="col-"] { margin-bottom: 25px; }
  .c-mb-xl-30 [class*="col-"], .row.c-mb-xl-30 > [class*="col-"] { margin-bottom: 30px; }
  .c-mb-xl-40 [class*="col-"], .row.c-mb-xl-40 > [class*="col-"] { margin-bottom: 40px; }
  .c-mb-xl-50 [class*="col-"], .row.c-mb-xl-50 > [class*="col-"] { margin-bottom: 50px; }
  .c-mb-xl-60 [class*="col-"], .row.c-mb-xl-60 > [class*="col-"] { margin-bottom: 60px; }
  .c-my-xl-0 [class*="col-"], .row.c-my-xl-0 > [class*="col-"] { margin-bottom: 0px; margin-top: 0px; }
  .c-my-xl-1 [class*="col-"], .row.c-my-xl-1 > [class*="col-"] { margin-bottom: 1px; margin-top: 1px; }
  .c-my-xl-2 [class*="col-"], .row.c-my-xl-2 > [class*="col-"] { margin-bottom: 2px; margin-top: 2px; }
  .c-my-xl-5 [class*="col-"], .row.c-my-xl-5 > [class*="col-"] { margin-bottom: 5px; margin-top: 5px; }
  .c-my-xl-10 [class*="col-"], .row.c-my-xl-10 > [class*="col-"] { margin-bottom: 10px; margin-top: 10px; }
  .c-my-xl-15 [class*="col-"], .row.c-my-xl-15 > [class*="col-"] { margin-bottom: 15px; margin-top: 15px; }
  .c-my-xl-20 [class*="col-"], .row.c-my-xl-20 > [class*="col-"] { margin-bottom: 20px; margin-top: 20px; }
  .c-my-xl-25 [class*="col-"], .row.c-my-xl-25 > [class*="col-"] { margin-bottom: 25px; margin-top: 25px; }
  .c-my-xl-30 [class*="col-"], .row.c-my-xl-30 > [class*="col-"] { margin-bottom: 30px; margin-top: 30px; }
  .c-my-xl-40 [class*="col-"], .row.c-my-xl-40 > [class*="col-"] { margin-bottom: 40px; margin-top: 40px; }
  .c-my-xl-50 [class*="col-"], .row.c-my-xl-50 > [class*="col-"] { margin-bottom: 50px; margin-top: 50px; }
  .c-my-xl-60 [class*="col-"], .row.c-my-xl-60 > [class*="col-"] { margin-bottom: 60px; margin-top: 60px; }
}
form[class*="c-mb-"] .row:last-child [class^="col-"], [class*="c-mb-"] form .row:last-child [class^="col-"] { margin-bottom: 0px !important; }
@media screen and (min-width: 1200px) {
  .s-top-overlap { margin-top: -140px; }
  .s-top-overlap-big { margin-top: -180px; }
  .s-top-overlap-small { margin-top: -100px; }
}
.s-full-height { min-height: 100vh; }
[class*="divider-"] { clear: both; width: 100%; }
[class*="divider-"]:last-child { order: 10000; }
.divider--350 { margin-top: -350px; }
.divider--150 { margin-top: -150px; }
.divider-0 { margin-top: 0px; }
.divider-10 { margin-top: 10px; }
.divider-20 { margin-top: 20px; }
.divider-25 { margin-top: 25px; }
.divider-30 { margin-top: 30px; }
.divider-40 { margin-top: 40px; }
.divider-50 { margin-top: 50px; }
.divider-60 {margin-top: 30px;}
.divider-65 { margin-top: 65px; }
.divider-70 { margin-top: 70px; }
.divider-80 { margin-top: 80px; }
.divider-90 { margin-top: 90px; }
.divider-100 { margin-top: 100px; }
.divider-110 { margin-top: 110px; }
.divider-120 { margin-top: 120px; }
.divider-150 { margin-top: 150px; }
@media (min-width: 576px) {
  .divider-sm--350 { margin-top: -350px; }
  .divider-sm--150 { margin-top: -150px; }
  .divider-sm-0 { margin-top: 0px; }
  .divider-sm-10 { margin-top: 10px; }
  .divider-sm-20 { margin-top: 20px; }
  .divider-sm-25 { margin-top: 25px; }
  .divider-sm-30 { margin-top: 30px; }
  .divider-sm-40 { margin-top: 40px; }
  .divider-sm-50 { margin-top: 50px; }
  .divider-sm-60 { margin-top: 60px; }
  .divider-sm-65 { margin-top: 65px; }
  .divider-sm-70 { margin-top: 70px; }
  .divider-sm-80 { margin-top: 80px; }
  .divider-sm-90 { margin-top: 90px; }
  .divider-sm-100 { margin-top: 100px; }
  .divider-sm-110 { margin-top: 110px; }
  .divider-sm-120 { margin-top: 120px; }
  .divider-sm-150 { margin-top: 150px; }
}
@media (min-width: 768px) {
  .divider-md--350 { margin-top: -350px; }
  .divider-md--150 { margin-top: -150px; }
  .divider-md-0 { margin-top: 0px; }
  .divider-md-10 { margin-top: 10px; }
  .divider-md-20 { margin-top: 20px; }
  .divider-md-25 { margin-top: 25px; }
  .divider-md-30 { margin-top: 30px; }
  .divider-md-40 { margin-top: 40px; }
  .divider-md-50 { margin-top: 50px; }
  .divider-md-60 { margin-top: 60px; }
  .divider-md-65 { margin-top: 65px; }
  .divider-md-70 { margin-top: 70px; }
  .divider-md-80 { margin-top: 80px; }
  .divider-md-90 { margin-top: 90px; }
  .divider-md-100 { margin-top: 100px; }
  .divider-md-110 { margin-top: 110px; }
  .divider-md-120 { margin-top: 120px; }
  .divider-md-150 { margin-top: 150px; }
}
@media (min-width: 992px) {
  .divider-lg--350 { margin-top: -350px; }
  .divider-lg--150 { margin-top: -150px; }
  .divider-lg-0 { margin-top: 0px; }
  .divider-lg-10 { margin-top: 10px; }
  .divider-lg-20 { margin-top: 20px; }
  .divider-lg-25 { margin-top: 25px; }
  .divider-lg-30 { margin-top: 30px; }
  .divider-lg-40 { margin-top: 40px; }
  .divider-lg-50 { margin-top: 50px; }
  .divider-lg-60 { margin-top: 60px; }
  .divider-lg-65 { margin-top: 65px; }
  .divider-lg-70 { margin-top: 70px; }
  .divider-lg-80 { margin-top: 80px; }
  .divider-lg-90 { margin-top: 90px; }
  .divider-lg-100 { margin-top: 100px; }
  .divider-lg-110 { margin-top: 110px; }
  .divider-lg-120 { margin-top: 120px; }
  .divider-lg-150 { margin-top: 150px; }
}
@media (min-width: 1200px) {
  .divider-xl--350 { margin-top: -350px; }
  .divider-xl--150 { margin-top: -150px; }
  .divider-xl-0 { margin-top: 0px; }
  .divider-xl-10 { margin-top: 10px; }
  .divider-xl-20 { margin-top: 20px; }
  .divider-xl-25 { margin-top: 25px; }
  .divider-xl-30 { margin-top: 30px; }
  .divider-xl-40 { margin-top: 40px; }
  .divider-xl-50 { margin-top: 50px; }
  .divider-xl-60 { margin-top: 60px; }
  .divider-xl-65 { margin-top: 65px; }
  .divider-xl-70 { margin-top: 70px; }
  .divider-xl-80 { margin-top: 80px; }
  .divider-xl-90 { margin-top: 90px; }
  .divider-xl-100 { margin-top: 100px; }
  .divider-xl-110 { margin-top: 110px; }
  .divider-xl-120 { margin-top: 120px; }
  .divider-xl-150 { margin-top: 150px; }
}
section { position: relative; }
img { max-width: 100%; }
.s-parallax, .cover-image, .cover-background, .texture-background { background-position: 50% 50%; background-repeat: no-repeat; background-size: cover; position: relative; }
.cover-image { height: 100%; width: 100%; }
.texture-background { background-image: url("../img/background-texture-cover.jpg"); }
.pattern-background::before { background-image: url("../img/patterns/pattern1.png"); }
@media (min-width: 768px) {
  .cover-image { background-position: 50% 50%; inset: 0px; display: block; position: absolute; z-index: 2; }
  .cover-image.s-cover-right { left: auto; width: 50%; }
  .cover-image.s-cover-left { width: 50%; }
  .cover-image > img { visibility: hidden; }
  .cover-image > a { inset: 0px; position: absolute; }
  .cover-image + [class*="container"] [class*="col-"] > img, .cover-image + [class*="container"] [class*="col-"] > a::after, .cover-image + [class*="container"] [class*="col-"] > a > img { visibility: hidden; }
}
.blockquote-section.s-parallax { background-attachment: fixed; background-image: url("../images/home_5.html"); background-position: 50% 0px; }
.fixed-background, .s-parallax { background-attachment: fixed; background-position: 50% 0px; }
@media (max-width: 767px) {
  .s-parallax { background-size: auto; }
}
.s-overlay::before { opacity: 0.8; }
.s-overlay.ls::before {background-color: rgb(0 0 0);opacity: 10;}
.s-overlay.ls.ms::before { background-color: rgb(245, 244, 243); opacity: 0.81; }
.s-overlay.cs::before { background-color: rgb(208, 196, 146); opacity: 0.82; }
.s-overlay.cs.cs2::before { background-color: rgb(160, 206, 78); }
.s-overlay.cs.cs3::before { background-color: rgb(0, 190, 163); }
.s-overlay.ds::before {background-color: rgb(50 50 50 / 94%);opacity: 0.5;}
.s-overlay.ds.dark::before { background-color: rgb(0, 0, 0); opacity: 0.6; }
.s-overlay.ds.title-overlay::before { background-color: rgb(236, 226, 219); opacity: 0.8; }
@media (max-width: 992px) {
}
.s-overlay.ds.s-mobile-overlay::before { background-color: transparent; opacity: 0; }
@media (max-width: 992px) {
}
.s-overlay.ds.ms::before { opacity: 0.9; }
.s-muted::before { background-color: rgba(31, 39, 50, 0.1); opacity: 1; }
.gradientradial-background { overflow: hidden; }
.s-parallax > *, .s-overlay > *, .s-muted > *, .s-overlay-diagonal-double > *, .pattern-background > *, .gradientradial-background > *, .gradient-background > *, .gradientvertical-background > *, .gradientdarken-background > * { position: relative; z-index: 4; }
.s-parallax::before, .s-overlay::before, .s-muted::before, .s-overlay-diagonal-double::before, .s-overlay-diagonal-double::after, .pattern-background::before, .gradient-background::before, .gradientvertical-background::before, .gradientdarken-background::before { inset: 0px; content: ""; display: block; position: absolute; }
.s-muted::before, .s-parallax::before { opacity: 0.8; }
.s-overlay-diagonal { background-clip: content-box; overflow: hidden; padding: 10px 0px; }
.s-overlay-diagonal::before { inset: 50% auto auto 0px; height: 3000px; margin-left: 30%; transform: translateY(-50%) rotate(-45deg); width: 40%; }
@media (max-width: 1200px) {
}
.s-overlay-diagonal-double { overflow: hidden; padding: 10px 0px; }
.s-overlay-diagonal-double::before { background: linear-gradient(45deg, rgb(208, 196, 146) 30%, transparent 30%); opacity: 0.6; }
.s-overlay-diagonal-double::after { background: linear-gradient(45deg, transparent 70%, rgb(208, 196, 146) 70%); opacity: 0.6; }
.gradient-background::before { background: linear-gradient(to right, rgb(208, 196, 146) 0%, rgb(160, 206, 78) 100%); }
.gradientvertical-background::before { background: linear-gradient(rgb(208, 196, 146) 0%, rgb(160, 206, 78) 100%); }
.gradientdarken-background::before { background: linear-gradient(rgba(0, 0, 0, 0) 65%, rgba(0, 0, 0, 0.6) 78%); }
.gradientradial-background::before { background: radial-gradient(at center center, rgba(255, 255, 255, 0.24) 0%, rgba(255, 255, 255, 0) 50%); content: ""; display: block; height: 1400px; left: 50%; margin-left: -700px; margin-top: -700px; position: absolute; top: 50%; width: 1400px; z-index: 2; }
.s-overlay.gradientradial-background::before { height: 100vw; margin-left: -50vw; margin-top: -50vw; width: 100vw; }
.s-bordertop, .s-borderbottom, .s-bordertop-container .container, .s-borderbottom-container .container { position: relative; }
.s-bordertop::before, .s-borderbottom::after, .s-bordertop-container .container::before, .s-borderbottom-container .container::after { background-color: rgb(225, 225, 225); content: ""; display: block; height: 1px; left: 0px; position: absolute; right: 0px; top: 0px; z-index: 1; }
.s-borderheight-2::before, .s-borderheight-2::after, .s-borderheight-2 .container::before, .s-borderheight-2 .container::after { height: 2px; }
.s-borderheight-3::before, .s-borderheight-3::after, .s-borderheight-3 .container::before, .s-borderheight-3 .container::after { height: 3px; }
.s-borderheight-5::before, .s-borderheight-5::after, .s-borderheight-5 .container::before, .s-borderheight-5 .container::after { height: 5px; }
.s-bordercolormain::before, .s-bordercolormain::after, .s-bordercolormain .container::before, .s-bordercolormain .container::after { background-color: rgb(208, 196, 146); }
.s-bordertop-container .container::before, .s-borderbottom-container .container::after { left: 15px; right: 15px; }
.s-borderbottom::after, .s-borderbottom-container .container::after { bottom: 0px; top: auto; }
.s-bordered-columns [class*="col-"] + [class*="col-"]::before { background-color: rgba(0, 0, 0, 0.1); bottom: 1em; content: ""; left: 0px; position: absolute; top: 1em; width: 1px; }
.preloader { background: rgba(255, 255, 255, 0.99); inset: 0px; height: 100%; position: fixed; z-index: 13000; }
.no-js .preloader, .lt-ie9 .preloader, .lt-ie10 .preloader { display: none; }
.preloader_image { background: url("../img/preloader-img.png") 50% 50% no-repeat transparent; height: 256px; left: 50%; margin: -128px 0px 0px -128px; position: absolute; top: 50%; width: 256px; }
.animate { visibility: hidden; }
.no-js .animate, .lt-ie10 .animate, .lt-ie9 .animate { visibility: visible; }
.animated { visibility: visible !important; }
#box_wrapper, #canvas { overflow-x: visible; position: relative; }
#box_wrapper, .container-fluid { margin-left: auto; margin-right: auto; max-width: 100%; width: 100%; }
#box_wrapper > section, #box_wrapper > div > section { clear: both; position: relative; }
#canvas.boxed { padding: 1px 0px; }
body.boxed { height: auto; position: static; width: auto; }
.pattern1 { background-image: url("../img/patterns/pattern1.png"); }
.pattern2 { background-image: url("../img/patterns/pattern2.png"); }
.pattern3 { background-image: url("../img/patterns/pattern3.png"); }
.pattern4 { background-image: url("../img/patterns/pattern4.png"); }
.pattern5 { background-image: url("../img/patterns/pattern5.png"); }
.pattern6 { background-image: url("../img/patterns/pattern6.png"); }
.pattern7 { background-image: url("../img/patterns/pattern7.png"); }
.pattern8 { background-image: url("../img/patterns/pattern8.png"); }
.pattern9 { background-image: url("../img/patterns/pattern9.png"); }
.pattern10 { background-image: url("../img/patterns/pattern10.png"); }
.pattern11 { background-image: url("../img/patterns/pattern11.png"); }
.boxed .container { padding-left: 50px; padding-right: 50px; }
@media (max-width: 500px) {
  .boxed .container { padding-left: 10px; padding-right: 10px; }
}
.boxed #box_wrapper.container { box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 10px 0px; margin-top: 120px; padding: 0px; }
@media (min-width: 1600px) {
  .boxed #box_wrapper.container { max-width: 1560px; }
}
.boxed #box_wrapper.container.top-bottom-margins { margin-bottom: 120px; margin-top: 150px; }
.s-map-dark { background-image: url("../img/parallax/map-dark.jpg"); }
.s-map-light { background-image: url("../img/parallax/map-light.jpg"); }
.s-light-abstract { background-image: url("../img/parallax/light-abstract.jpg"); }
.s-light-wood { background-image: url("../img/parallax/light-wood.jpg"); }
.c-bordered [class*="col-"] { border: 1px solid rgb(225, 225, 225); margin-left: -1px; margin-top: -1px; }
@media (min-width: 768px) {
  .c-bordered.c-bordered-center .row [class*="col-"]:last-child { border-right-color: transparent; }
  .c-bordered.c-bordered-center .row:first-child [class*="col-"] { border-top-color: transparent; }
  .c-bordered.c-bordered-center .row:last-child [class*="col-"] { border-bottom-color: transparent; }
}
section.carousel-section-alt { background-color: rgb(31, 39, 50); padding-left: 80px; padding-right: 80px; position: relative; }
section.carousel-section-alt .item-media img { border-radius: 0px; }
section.carousel-section-alt .owl-carousel { border-radius: 5px; overflow: hidden; }
section.carousel-section-alt .owl-custom-nav { color: rgb(255, 255, 255); font-family: Oxygen, sans-serif; font-size: 11px; letter-spacing: 4px; text-transform: uppercase; }
section.carousel-section-alt .owl-custom-nav .owl-prev { cursor: pointer; left: -60px; position: absolute; top: 50%; transform: translateY(-50%) rotate(-90deg); }
section.carousel-section-alt .owl-custom-nav .owl-prev:hover { color: rgb(208, 196, 146); }
section.carousel-section-alt .owl-custom-nav .owl-next { cursor: pointer; position: absolute; right: -60px; top: 50%; transform: translateY(-50%) rotate(-90deg); }
section.carousel-section-alt .owl-custom-nav .owl-next:hover { color: rgb(208, 196, 146); }
@media (max-width: 768px) {
  section.carousel-section-alt { padding-left: 0px; padding-right: 0px; }
  section.carousel-section-alt .owl-custom-nav { display: none; }
}
section.carousel-section .container-fluid { overflow: hidden; position: absolute; top: -230px; }
section.carousel-section .row { margin-left: -30px; width: calc(100% + 60px); }
section.carousel-section .item-gallery { border-radius: 8px; }
@media (max-width: 992px) {
  section.carousel-section { background-color: rgb(26, 26, 26); }
  section.carousel-section .container-fluid { position: initial; }
}
.hello-section { background: url("../images/girl.html") center center / cover no-repeat; }
.hello-section p.color-white { font-size: 20px; font-weight: 600; margin-bottom: 20px; }
.hello-section .btn + .btn { margin-left: 18px; }
@media (max-width: 1300px) {
  .hello-section .btn { margin-bottom: 15px; }
  .hello-section .btn + .btn { margin-left: 0px; }
}
@media (max-width: 992px) {
  .hello-section img { display: block; }
}
@media (max-width: 478px) {
  .hello-section { background-position: right center; }
}
.become-model { background-color: transparent; background-image: url("../images/home_4_alt.html"); background-position: center center; background-repeat: no-repeat; background-size: cover; margin-bottom: -75px; margin-top: -94px; z-index: 7; }
.become-model .subtitle { color: rgb(208, 196, 146); font-size: 24px; margin-bottom: 0px; text-transform: uppercase; }
.become-model .title { color: rgb(255, 255, 255); font-size: 50px; margin-top: 15px; text-transform: uppercase; }
.become-model p { color: rgb(127, 127, 127); }
.become-model form { margin: 0px auto; max-width: 370px; }
@media (max-width: 478px) {
  .become-model .title { font-size: 40px; }
}
.gallery-section { background-color: rgb(26, 26, 26); padding-left: 60px; padding-right: 60px; }
.gallery-section.bottom_mask_add::before { top: 100%; }
@media (max-width: 768px) {
  .gallery-section { padding-left: 15px; padding-right: 15px; }
}
.blockquote-section.about-section { background: url("../images/blockquote-bg.html") center center / cover no-repeat; margin-bottom: -80px; margin-top: -90px; }
.blockquote-section .author img { margin-top: 45px; max-height: 230px; max-width: 230px; }
@media (max-width: 768px) {
  .blockquote-section .author img { margin-top: 0px; }
}
.blockquote-section .author .title { color: rgb(255, 255, 255); font-family: Oxygen, sans-serif; font-size: 24px; margin-bottom: 5px; margin-top: 30px; }
.blockquote-section .entry-content { font-size: 24px; font-style: italic; margin-top: 35px; }
.blockquote-section .owl-carousel.buttons-type .owl-nav { bottom: -24px; }
section.faces-section { background: rgb(26, 26, 26); }
section.faces-section .model-images a { display: inline-block; height: 100%; width: 100%; }
section.faces-section .model-images .item-content { inset: auto 0px 0px; position: absolute; z-index: 8; }
section.faces-section .model-images .item-content .item-title { text-align: center; }
@media (max-width: 768px) {
  section.faces-section .model-images .item-content { position: relative; }
}
section.faces-section .model-images .flex-direction-nav { bottom: 165px; display: none; height: 20px; left: 50%; position: absolute; transform: translateX(-50%); width: 120px; }
@media (max-width: 768px) {
  section.faces-section .model-images .flex-direction-nav { bottom: 29%; }
}
section.faces-section .model-images .flex-direction-nav::before { color: rgb(255, 255, 255); content: "/"; font-size: 11px; left: 44%; letter-spacing: 5px; opacity: 1; position: absolute; text-transform: uppercase; top: 0px; z-index: 2; }
section.faces-section .model-images .flex-direction-nav a { margin: 0px; opacity: 1; top: 0px; width: 57px; }
section.faces-section .model-images .flex-direction-nav .flex-prev { display: flex; left: auto; opacity: 1; }
section.faces-section .model-images .flex-direction-nav .flex-prev::after { color: rgb(255, 255, 255); content: "prev"; font-family: Oxygen, sans-serif; font-size: 11px; letter-spacing: 5px; text-transform: uppercase; transition: all 0.3s ease-in-out 0s; }
section.faces-section .model-images .flex-direction-nav .flex-prev::before { font-size: 11px; margin-right: 2px; position: initial; transition: all 0.3s ease-in-out 0s; }
section.faces-section .model-images .flex-direction-nav .flex-next { display: flex; opacity: 1; right: 0px; }
section.faces-section .model-images .flex-direction-nav .flex-next::after { color: rgb(255, 255, 255); content: "next"; font-family: Oxygen, sans-serif; font-size: 11px; letter-spacing: 5px; order: 1; text-transform: uppercase; transition: all 0.3s ease-in-out 0s; }
section.faces-section .model-images .flex-direction-nav .flex-next::before { font-size: 12px; order: 2; position: initial; transition: all 0.3s ease-in-out 0s; }
section.faces-section .model-images .flex-direction-nav .flex-next:hover::before, section.faces-section .model-images .flex-direction-nav .flex-next:hover::after, section.faces-section .model-images .flex-direction-nav .flex-prev:hover::before, section.faces-section .model-images .flex-direction-nav .flex-prev:hover::after { color: rgb(208, 196, 146); }
@media (max-width: 992px) {
  section.faces-section .model-images .flex-direction-nav { display: none; }
}
section.faces-section .model-slider-thumbs .flex-direction-nav { display: none; }
section.faces-section .model-slider-thumbs .flex-viewport { height: 370px; transform: rotate(270deg) translate(-20%, -28%); width: 600px; }
section.faces-section .model-slider-thumbs .slides li { position: relative; text-align: center; transform: rotate(-270deg); }
section.faces-section .model-slider-thumbs .slides li img { border-radius: 5px; cursor: pointer; }
section.faces-section .model-slider-thumbs .slides li img:hover { opacity: 0.8; }
section.faces-section .model-slider-thumbs .slides li:not(:last-child)::before { background-color: rgb(49, 49, 49); content: ""; height: 1px; left: calc(100% + 21px); position: absolute; top: -18px; width: 190px; }
section.faces-section .model-slider-thumbs .slides li a.name { font-family: Oxygen, sans-serif; font-size: 20px; }
section.faces-section .model-slider-thumbs .slides li a.name:hover { color: rgb(208, 196, 146); opacity: 1 !important; }
section.faces-section .model-slider-thumbs .slides .slide-wrap { display: flex; flex-direction: column; left: calc(100% + 21px); position: absolute; right: 30px; top: 50%; transform: translateY(-50%); white-space: nowrap; }
@media (max-width: 1200px) {
  section.faces-section .model-slider-thumbs .flex-viewport { height: 290px; transform: rotate(270deg) translate(-17%, -26%); width: 440px; }
}
section.team-section { background: rgb(26, 26, 26); }
section.team-section.bottom_mask_subtract::after { bottom: -3%; }
section.team-section .team-slider-shortcode { padding-bottom: 150px; padding-top: 316px; position: relative; text-align: center; }
section.team-section .team-slider-shortcode .team-slider-item .slide-title { font-size: 80px; margin-bottom: 0.5em; }
section.team-section .team-slider-shortcode .team-slider-item.active .team-profession { display: block; }
section.team-section .team-slider-shortcode .team-slider-item.active .slide-title span { color: rgb(208, 196, 146); transition: all 0.3s ease-in-out 0s; z-index: 5; }
section.team-section .team-slider-shortcode .team-slider-item.active .team-slider-image { display: block; }
section.team-section .team-slider-shortcode .team-slider-item.active .social-icons { display: block; }
section.team-section .team-slider-shortcode .team-slider-item:hover .slide-title span { color: rgb(208, 196, 146); transition: all 0.3s ease-in-out 0s; z-index: 5; }
section.team-section .team-slider-shortcode .team-slider-image { bottom: 0px; display: none; height: 100%; left: 0px; position: absolute; z-index: 4; }
section.team-section .team-slider-shortcode .team-slider-image.from-right { left: auto; right: 0px; }
section.team-section .team-slider-shortcode span { cursor: pointer; font-weight: 200; position: relative; transition: color 0.3s ease 0s; z-index: 3; }
section.team-section .team-slider-shortcode span .last { font-weight: 700; }
@media (max-width: 1200px) {
  section.team-section .team-slider-shortcode .team-slider-name { text-align: left; }
  section.team-section .team-slider-shortcode .team-slider-image { left: auto; right: 0px; }
  section.team-section .team-slider-shortcode .team-profession { left: 0px; top: 25%; transform: none; }
}
@media (max-width: 1024px) {
  section.team-section .team-slider-shortcode { padding-top: 50px; padding-bottom: 105% !important; }
  section.team-section .team-slider-shortcode .team-slider-image { height: 70%; }
  section.team-section .team-slider-shortcode .team-slider-image { width: 100%; }
  section.team-section .team-slider-shortcode .team-slider-name { text-align: center; }
  section.team-section .team-slider-shortcode .team-profession { top: 0px; display: none !important; }
  section.team-section .team-slider-shortcode .social-icons { display: none !important; }
}
@media (max-width: 992px) {
  section.team-section .team-slider-shortcode .team-slider-item h3.slide-title { font-size: 65px; }
}
@media (max-width: 768px) {
  section.team-section .team-slider-shortcode .team-slider-item h3.slide-title { font-size: 45px; }
}
@media (max-width: 600px) {
  section.team-section .team-slider-shortcode { padding-bottom: 150% !important; }
  section.team-section .team-slider-shortcode .team-slider-image { height: 67%; }
}
@media (max-width: 480px) {
  section.team-section .team-slider-shortcode .team-slider-item h3.slide-title { font-size: 30px; line-height: 30px; }
}
section.team-section .social-icons { display: none; position: absolute; right: 0px; top: 50%; transform: translateY(-50%); width: 60px; z-index: 7; }
section.team-section .social-icons a + a { margin-left: 0px; margin-top: 5px; }
section.team-section .team-profession { color: rgb(208, 196, 146); display: none; font-family: Oxygen, sans-serif; font-size: 11px; left: 50%; letter-spacing: 4px; position: absolute; text-transform: uppercase; top: 26.5%; transform: translateX(-50%); }
section.card-section { position: relative; z-index: 7; }
section.card-section .container-fluid { padding-left: 80px; padding-right: 80px; position: absolute; top: -115px; }
section.card-section .entry-header a:hover { color: rgb(0, 0, 0); }
section.card-section .item-content { background-color: rgb(255, 255, 255); border-radius: 5px; padding: 46px 50px 55px; }
section.card-section .item-content .entry-title { font-size: 24px; line-height: 1.2; }
section.card-section .item-content .entry-title a { color: rgb(0, 0, 0); }
section.card-section .item-content .entry-title a:hover { color: rgb(208, 196, 146); }
section.card-section .item-content .entry-meta { margin-top: 33px; }
section.card-section .item-content .entry-meta .author .fa { margin-bottom: 20px; margin-right: 0px; }
@media (max-width: 1500px) {
  section.card-section .item-content { padding: 46px 20px 55px; }
}
section.card-section .entry-meta .author .fa { color: rgb(208, 196, 146); }
section.card-section .entry-meta .author a { color: rgb(0, 0, 0); }
section.card-section .entry-meta .author a:hover { color: rgb(208, 196, 146); }
@media (max-width: 1200px) {
  section.card-section { background-color: rgb(26, 26, 26); }
  section.card-section .container-fluid { padding-left: 60px; padding-right: 60px; position: initial; }
}
@media (max-width: 768px) {
  section.card-section .container-fluid { padding-left: 15px; padding-right: 15px; }
}
section.page_map { height: 700px; }
@media (max-width: 1200px) {
  section.page_map { height: 500px; }
}
.item-content p:last-child { margin-bottom: -0.7em; }
.bordered .item-media, .bordered .entry-thumbnail { margin: -1px; z-index: 1; }
.bordered .item-media.cover-image { height: calc(100% + 2px); }
.bordered.full-padding .item-media { margin: 0px; }
.full-padding { padding: 40px; }
.content-padding .item-content { padding: 40px; }
@media (max-width: 992px) {
  .full-padding { padding: 30px; }
  .content-padding .item-content { padding: 30px; }
}
.side-item h2, .side-item h3, .side-item h4 { line-height: 1; }
.side-item .row { margin: 0px; }
.side-item .row [class*="col-"] { margin: 0px; padding: 0px; }
.side-item .item-title + .item-content { padding-top: 30px; }
.side-item [class*="col-"] > .item-title { padding: 15px 30px; }
.side-item [class*="col-"] > .item-title h2, .side-item [class*="col-"] > .item-title h3, .side-item [class*="col-"] > .item-title h4 { margin: 0px; }
.side-item.bordered [class*="col-"] > .item-title { margin: -1px; }
@media (max-width: 767px) {
  .no-content-padding [class*="col-sm-"] .item-content, .no-content-padding [class*="col-xs-"] .item-content, .full-padding [class*="col-sm-"] .item-content, .full-padding [class*="col-xs-"] .item-content { padding-left: 30px; }
  .no-content-padding [class*="col-sm-"][class*="sm-pull-"] .item-content, .no-content-padding [class*="col-sm-"][class*="xs-pull-"] .item-content, .no-content-padding [class*="col-sm-"][class*="order-sm-1"] .item-content, .no-content-padding [class*="col-sm-"][class*="order-xs-1"] .item-content, .no-content-padding [class*="col-xs-"][class*="sm-pull-"] .item-content, .no-content-padding [class*="col-xs-"][class*="xs-pull-"] .item-content, .no-content-padding [class*="col-xs-"][class*="order-sm-1"] .item-content, .no-content-padding [class*="col-xs-"][class*="order-xs-1"] .item-content, .full-padding [class*="col-sm-"][class*="sm-pull-"] .item-content, .full-padding [class*="col-sm-"][class*="xs-pull-"] .item-content, .full-padding [class*="col-sm-"][class*="order-sm-1"] .item-content, .full-padding [class*="col-sm-"][class*="order-xs-1"] .item-content, .full-padding [class*="col-xs-"][class*="sm-pull-"] .item-content, .full-padding [class*="col-xs-"][class*="xs-pull-"] .item-content, .full-padding [class*="col-xs-"][class*="order-sm-1"] .item-content, .full-padding [class*="col-xs-"][class*="order-xs-1"] .item-content { padding-left: 0px; padding-right: 30px; }
  .no-content-padding .col-sm-12 .item-content, .no-content-padding .col-xs-12 .item-content, .full-padding .col-sm-12 .item-content, .full-padding .col-xs-12 .item-content { padding-left: 0px; padding-right: 0px; padding-top: 30px; }
}
@media (min-width: 768px) {
  .no-content-padding [class*="col-md-"] .item-content, .full-padding [class*="col-md-"] .item-content { padding-left: 30px; }
  .no-content-padding [class*="col-md-"][class*="md-pull-"] .item-content, .no-content-padding [class*="col-md-"][class*="order-md-1"] .item-content, .full-padding [class*="col-md-"][class*="md-pull-"] .item-content, .full-padding [class*="col-md-"][class*="order-md-1"] .item-content { padding-left: 0px; padding-right: 30px; }
  .no-content-padding .col-sm-12 .item-content, .full-padding .col-sm-12 .item-content { padding-left: 0px; padding-right: 0px; padding-top: 30px; }
}
@media (min-width: 992px) {
  .no-content-padding [class*="col-lg-"] .item-content, .full-padding [class*="col-lg-"] .item-content { padding-left: 30px; }
  .no-content-padding [class*="col-lg-"][class*="lg-pull-"] .item-content, .no-content-padding [class*="col-lg-"][class*="order-lg-1"] .item-content, .full-padding [class*="col-lg-"][class*="lg-pull-"] .item-content, .full-padding [class*="col-lg-"][class*="order-lg-1"] .item-content { padding-left: 0px; padding-right: 30px; }
  .no-content-padding .col-md-12 .item-content, .full-padding .col-md-12 .item-content { padding-left: 0px; padding-right: 0px; padding-top: 30px; }
}
@media (min-width: 1200px) {
  .no-content-padding [class*="col-xl-"] .item-content, .full-padding [class*="col-xl-"] .item-content { padding-left: 30px; }
  .no-content-padding [class*="col-xl-"][class*="order-xl-1"] .item-content, .full-padding [class*="col-xl-"][class*="order-xl-1"] .item-content { padding-left: 0px; padding-right: 30px; }
  .no-content-padding .col-lg-12 .item-content, .full-padding .col-lg-12 .item-content { padding-left: 0px; padding-right: 0px; padding-top: 30px; }
}
.vertical-item .media-links { transition: all 0.3s ease 0s; }
.vertical-item:hover .media-links { background-color: rgba(0, 0, 0, 0.3); }
.vertical-item .item-media img { transition: all 0.3s ease 0s; }
.vertical-item .item-media:hover img { filter: blur(3px); transform: scale(1.2, 1.2); }
.vertical-item .item-content h5 { margin-bottom: 10px; }
.vertical-item .item-media + .item-content { padding-top: 15px; }
.vertical-item .item-media + .item-content .small-text { margin-bottom: 10px; }
.vertical-item .item-media + .item-content .small-text a { color: rgb(208, 196, 146); }
.vertical-item .item-media + .item-content .small-text a:hover { color: rgb(50, 50, 50); }
.vertical-item.content-padding .item-content { padding: 50px; }
@media (max-width: 1199px) {
  .vertical-item.content-padding .item-content { padding: 30px; }
}
.vertical-item.content-padding.padding-small .item-content { padding: 40px; }
.vertical-item.content-absolute { position: relative; }
.vertical-item.content-absolute .item-content { left: 0px; padding: 48px 15px 31px; position: absolute; right: 0px; z-index: 2; }
.vertical-item.content-absolute .item-content h5 { color: rgb(255, 255, 255); }
.vertical-item.content-absolute.vertical-center .item-content { top: 0px; }
.vertical-item + .item-title { padding: 10px 30px; }
.vertical-item + .item-title h2, .vertical-item + .item-title h3, .vertical-item + .item-title h4 { margin: 0px; }
.item-meta { font-size: 12px; font-weight: 700; letter-spacing: 0.1em; line-height: 1.6; text-transform: uppercase; }
.item-meta i { font-size: 1.2em; position: relative; text-align: center; width: 1em; }
.item-meta span { padding: 0px 0.5em; }
.item-media { overflow: hidden; position: relative; }
.item-media img { width: 100%; }
.item-media.cover-image { height: 100%; }
.media-links { inset: 0px; position: absolute; text-align: center; }
.media-links div { margin-top: -30px; position: absolute; top: 50%; width: 100%; z-index: 4; }
.content-absolute .media-links div { display: flex; justify-content: center; margin-top: 0px; top: 50%; transform: translateY(-50%); }
.content-absolute .media-links div a { transition: all 0.35s ease 0.1s; }
.content-absolute .media-links div a:hover { transform: scaleX(-1); }
.content-absolute .media-links div a:first-child { transition-delay: 0s; }
.media-links::before { background-color: rgba(50, 50, 50, 0.5); inset: 0px; content: ""; opacity: 0; position: absolute; transition: all 0.2s linear 0s; }
.media-links a.abs-link { inset: 0px; opacity: 0; position: absolute; }
[class*="-item"]:hover .media-links a.abs-link { opacity: 1; }
[class*="-item"] .links-wrap a { border: 2px solid transparent; display: inline-block; font-size: 16px; height: 60px; line-height: 58px; opacity: 0; position: relative; text-align: center; top: -100px; transition: all 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0s; width: 60px; z-index: 5; }
[class*="-item"] .links-wrap a.link-zoom { background-color: rgb(31, 39, 50); border-color: rgb(31, 39, 50); color: rgb(255, 255, 255); }
[class*="-item"] .links-wrap a.link-zoom:hover { background-color: rgb(208, 196, 146); border-color: rgb(208, 196, 146); color: rgb(255, 255, 255); opacity: 1; }
[class*="-item"] .links-wrap a.link-anchor { background-color: rgb(255, 255, 255); border-color: rgb(255, 255, 255); color: rgb(31, 39, 50); transition-delay: 0.1s; }
[class*="-item"] .links-wrap a.link-anchor:hover { background-color: rgb(208, 196, 146); border-color: rgb(208, 196, 146); color: rgb(255, 255, 255); opacity: 1; }
[class*="-item"] .links-wrap a::before { content: ""; font-family: fontawesome; }
[class*="-item"] .links-wrap a.link-anchor::before { content: ""; }
[class*="-item"]:hover .links-wrap a { opacity: 1; top: 0px; }
[class*="-item"]:hover .media-links div { opacity: 1; }
.item-icons { font-size: 12px; margin-top: 35px; }
.content-padding .item-icons { margin-top: 0px; }
.item-icons i { padding: 0px 4px; }
.item-icons .col { padding-bottom: 20px; padding-top: 15px; text-align: center; }
.service .vertical-item { display: flex; flex-direction: row-reverse; }
@media (max-width: 991px) {
  .service .vertical-item { align-items: center; flex-direction: column; }
}
.service .vertical-item .item-media { flex-shrink: 0; }
.service .vertical-item .item-media .media-image { overflow: hidden; }
.service .vertical-item .item-media img { max-width: 500px; }
@media (max-width: 1200px) {
  .service .vertical-item .item-media img { max-width: 400px; }
}
.service .vertical-item .item-content { padding-right: 95px; padding-top: 40px; }
.service .vertical-item .item-content a.btn { margin-bottom: 0px; }
@media (max-width: 991px) {
  .service .vertical-item .item-content { padding: 25px 40px 0px; text-align: center; }
}
.service .vertical-item .item-content a:hover { opacity: 1; }
.service .vertical-item .item-content h3 { margin-bottom: 0px; margin-top: 15px; }
@media (max-width: 991px) {
  .service .vertical-item .item-content h3 { margin: 0px; }
}
.service .vertical-item .item-content h3:hover { color: rgb(208, 196, 146); opacity: 1; }
.service .vertical-item .item-content h3 a { margin-bottom: 0px; }
.service .vertical-item .item-content p { margin-bottom: 70px; }
@media (max-width: 991px) {
  .service .vertical-item .item-content p { margin-bottom: 20px; }
}
.service .vertical-item .item-content a { display: inline-block; margin-bottom: 20px; }
@media (max-width: 991px) {
  .service .vertical-item .item-content a { margin-bottom: 10px; }
}
.service .vertical-item .item-content a span { color: rgb(208, 196, 146); font-family: Oxygen, sans-serif; font-size: 12px; letter-spacing: 5px; text-transform: uppercase; }
.service .vertical-item .item-content a span:hover { color: rgb(50, 50, 50); }
.service [class*="col-lg-12"]:nth-child(2n) .vertical-item { flex-direction: row; }
@media (max-width: 991px) {
}
.service [class*="col-lg-12"]:nth-child(2n) .vertical-item .item-content { padding-left: 100px; padding-right: 0px; }
@media (max-width: 991px) {
}
.btn:hover { cursor: pointer; }
.btn.focus, .btn:focus { box-shadow: rgba(100, 100, 100, 0.75) 0px 0px 3px 0px; }
.btn-secondary { border-color: rgb(225, 225, 225); color: rgb(31, 39, 50); }
.btn-maincolor, .btn-maincolor2, .btn-maincolor3, .btn-darkgrey { border: 2px solid rgb(208, 196, 146); color: rgb(255, 255, 255); }
.btn-maincolor { background-color: rgb(208, 196, 146); }
.btn-maincolor2 { background-color: rgb(160, 206, 78); border: 2px solid rgb(160, 206, 78); }
.btn-maincolor3 { background-color: rgb(0, 190, 163); border: 2px solid rgb(0, 190, 163); }
.btn-darkgrey { background-color: rgb(31, 39, 50); }
.btn-outline-maincolor, .btn-outline-maincolor2, .btn-outline-maincolor3, .btn-outline-darkgrey {background-color: transparent;border-width: 1px;color: rgb(50, 50, 50);font-family: Oxygen, sans-serif;font-size: 13px;letter-spacing: 3px;padding: 11px 20px;background-color: #ded6b3;}
.btn-outline-maincolor { border-color: rgb(50, 50, 50); }
.btn-outline-maincolor2 { border-color: rgb(50, 50, 50); }
.btn-outline-maincolor3 { border-color: rgb(50, 50, 50); }
.btn-outline-darkgrey { border-color: rgb(50, 50, 50); }
.button.wc-forward { border: 2px solid rgb(208, 196, 146); border-radius: 0px; color: rgb(50, 50, 50); font-family: Oxygen, sans-serif; font-size: 12px; letter-spacing: 4px; min-width: 202px; }
.corner { height: 0px; padding-bottom: 70px; position: relative; z-index: 3; background-color: transparent !important; overflow: visible !important; }
.corner::before, .corner::after { content: ""; display: block; height: 0px; position: absolute; width: 0px; }
.corner::after { border-left: 50vw solid transparent; border-right: 50vw solid transparent; border-top: 70px solid rgb(255, 255, 255); }
.corner.corner-outside { position: absolute; }
.corner.corner-outside:first-child { top: -70px; }
.corner.corner-outside:last-child { bottom: -70px; }
.corner.corner-half::after { border-left-width: 100vw; border-right-width: 0px; }
.corner.corner-half.corner-half-inverse::after { border-left-width: 0px; border-right-width: 100vw; }
.corner.corner-mirror::after { border-left-width: 0px; }
.corner.corner-mirror::before { border-left: 50vw solid transparent; border-top: 70px solid rgb(255, 255, 255); left: 50vw; }
.corner.corner-inverse::before, .corner.corner-inverse::after { border-bottom: 70px solid rgb(255, 255, 255); border-top: none; }
@media (max-width: 1199px) {
  .corner { padding-bottom: 30px; }
  .corner::after { border-top-width: 30px; }
  .corner.corner-outside { position: absolute; }
  .corner.corner-outside:first-child { top: -30px; }
  .corner.corner-outside:last-child { bottom: -30px; }
  .corner.corner-mirror::before { border-top-width: 30px; }
  .corner.corner-inverse::before, .corner.corner-inverse::after { border-bottom-width: 30px; }
}
.corner.ls.ms.corner-mirror::before, .corner.ls.ms::after { border-bottom-color: rgb(245, 244, 243); border-top-color: rgb(245, 244, 243); }
.corner.ls.ms.corner-inverse::after { border-bottom-color: rgb(245, 244, 243); }
.corner.ds.corner-mirror::before, .corner.ds::after { border-bottom-color: rgb(31, 39, 50); border-top-color: rgb(31, 39, 50); }
.corner.ds.corner-inverse::after { border-bottom-color: rgb(31, 39, 50); }
.corner.ds.ms.corner-mirror::before, .corner.ds.ms::after { border-bottom-color: rgb(50, 50, 50); border-top-color: rgb(50, 50, 50); }
.corner.ds.ms.corner-inverse::after { border-bottom-color: rgb(50, 50, 50); }
.corner.ds.bs.corner-mirror::before, .corner.ds.bs::after { border-bottom-color: rgb(47, 62, 71); border-top-color: rgb(47, 62, 71); }
.corner.ds.bs.corner-inverse::after { border-bottom-color: rgb(47, 62, 71); }
.corner.cs.corner-mirror::before, .corner.cs::after { border-bottom-color: rgb(208, 196, 146); border-top-color: rgb(208, 196, 146); }
.corner.cs.corner-inverse::after { border-bottom-color: rgb(208, 196, 146); }
.corner.cs.cs2.corner-mirror::before, .corner.cs.cs2::after { border-bottom-color: rgb(160, 206, 78); border-top-color: rgb(160, 206, 78); }
.corner.cs.cs2.corner-inverse::after { border-bottom-color: rgb(160, 206, 78); }
.corner.cs.cs3.corner-mirror::before, .corner.cs.cs3::after { border-bottom-color: rgb(0, 190, 163); border-top-color: rgb(0, 190, 163); }
.corner.cs.cs3.corner-inverse::after { border-bottom-color: rgb(0, 190, 163); }
.ls { background-color: rgb(255, 255, 255); color: rgb(127, 127, 127); }
.ls h1, .ls h2, .ls h3, .ls h4, .ls h5, .ls h6 { color: rgb(72, 64, 64); }
.ls h1 a, .ls h2 a, .ls h3 a, .ls h4 a, .ls h5 a, .ls h6 a {color: #fff;}
.ls h1 a:hover, .ls h2 a:hover, .ls h3 a:hover, .ls h4 a:hover, .ls h5 a:hover, .ls h6 a:hover { opacity: 0.8; }
.ls .color-darkgrey { color: rgb(31, 39, 50) !important; }
.ls .btn-outline-maincolor { color: rgb(50, 50, 50); }
.ls .btn-outline-maincolor2 { color: rgb(50, 50, 50); }
.ls .btn-outline-maincolor3 { color: rgb(50, 50, 50); }
.ls .btn-maincolor:hover, .ls .btn-maincolor2:hover, .ls .btn-maincolor3:hover, .ls .btn-darkgrey:hover { background-color: rgb(50, 50, 50); border-color: rgb(50, 50, 50); }
.ls .btn-outline-maincolor:hover { border-color: rgb(208, 196, 146); color: rgb(38, 38, 38); background-color: white; }
.ls .btn-maincolor:hover { color: rgb(255, 255, 255); }
.ls .btn-outline-maincolor2:hover { border-color: rgb(160, 206, 78); color: rgb(160, 206, 78); }
.ls .btn-outline-maincolor3:hover { border-color: rgb(0, 190, 163); color: rgb(0, 190, 163); }
.ls .links-maincolor a:hover { opacity: 0.7; }
.ls.ms { background-color: rgb(245, 244, 243); color: rgb(109, 109, 109); }
.ls.ms .links-grey a { color: rgb(109, 109, 109); }
.ls.ms .hero-bg { background-color: rgb(255, 255, 255); }
.ls.ms .hero-bg hr { background-color: rgb(225, 225, 225); }
.ls.ms hr { background-color: rgb(255, 255, 255); }
.ls.ms input[type="text"], .ls.ms input[type="email"], .ls.ms input[type="url"], .ls.ms input[type="password"], .ls.ms input[type="search"], .ls.ms input[type="tel"], .ls.ms input[type="number"], .ls.ms textarea, .ls.ms select, .ls.ms .form-control { background-color: rgb(255, 255, 255); }
.ls.ms .hero-bg input[type="text"], .ls.ms .hero-bg input[type="email"], .ls.ms .hero-bg input[type="url"], .ls.ms .hero-bg input[type="password"], .ls.ms .hero-bg input[type="search"], .ls.ms .hero-bg input[type="tel"], .ls.ms .hero-bg input[type="number"], .ls.ms .hero-bg textarea, .ls.ms .hero-bg select, .ls.ms .hero-bg .form-control { background-color: rgb(245, 244, 243); border-color: rgb(225, 225, 225); }
.ls.ms td, .ls.ms th, .ls.ms .bordered { border-color: rgb(212, 212, 212); }
.ls.ms .btn-secondary { border-color: rgb(255, 255, 255); }
.ls.ms .btn-secondary:hover { background-color: rgb(231, 229, 226); border-color: rgb(231, 229, 226); }
.ls .color-icon.bg-icon { background-color: rgb(236, 236, 236); }
.ls .form-control::-webkit-input-placeholder { color: gray; }
.ls .form-control:focus::-webkit-input-placeholder { color: transparent; }
.ls.ms .nav-tabs > li.active > a, .ls.ms .nav-tabs > li.active > a:hover, .ls.ms .nav-tabs > li.active > a:focus { background-color: rgb(255, 255, 255); border-color: rgb(255, 255, 255); }
.ls.ms .tab-content { background-color: rgb(255, 255, 255); }
.ls.ms .tab-content .bordered { border-color: rgb(230, 230, 230); }
.ls.ms .tab-content.no-border { background-color: transparent; }
.ls.ms .tab-content .form-control { background-color: rgb(245, 244, 243); }
.ls.ms .vertical-tabs .nav > li > a { background-color: rgb(255, 255, 255); }
.ls.ms .vertical-tabs .nav > li > a:hover, .ls.ms .vertical-tabs .nav > li.active > a { background-color: rgb(31, 39, 50); }
.ls.ms .panel-title > a { background-color: rgb(31, 39, 50); }
.ls.ms .panel-title > a.collapsed { background-color: rgb(255, 255, 255); }
.ls.ms .hero-bg .panel-title > a { border: 1px solid rgb(225, 225, 225); }
.ls.ms .panel-title > a.collapsed:hover, .ls.ms .panel-title > a:hover { background-color: rgb(31, 39, 50); }
.ls.ms .pagination a, .ls.ms .pagination span { background-color: rgb(255, 255, 255); border-color: rgb(255, 255, 255); }
.ls.ms .breadcrumb { color: rgb(127, 127, 127); }
.ls.ms .breadcrumb a { color: rgb(102, 102, 102); }
.ls.ms .breadcrumb a:hover { color: rgb(208, 196, 146); }
.ls.ms [class*="btn-outline-"]:not(:hover) { background-color: transparent; }
.ds { background-color: rgb(31, 39, 50); color: rgb(255, 255, 255); }
.ds * .ds { background-color: rgb(21, 27, 34); }
.ds.ms { background-color: rgb(50, 50, 50); }
.ds.ms .ds.ms { background-color: rgb(55, 55, 55); }
.ds.bs { background-color: rgb(47, 62, 71); }
.ds a:not(.btn) { color: rgb(255, 255, 255); }
.ds a:not(.btn):hover { opacity: 0.8; }
.ds a:not(.btn).color-main { color: rgb(208, 196, 146); }
.ds a:not(.btn).color-main:hover { color: rgb(255, 255, 255); }
.ds h1, .ds h2, .ds h3, .ds h4, .ds h5, .ds h6 { color: rgb(255, 255, 255); }
.ds h1 a, .ds h2 a, .ds h3 a, .ds h4 a, .ds h5 a, .ds h6 a { color: rgb(255, 255, 255); }
.ds h1 a:hover, .ds h2 a:hover, .ds h3 a:hover, .ds h4 a:hover, .ds h5 a:hover, .ds h6 a:hover { opacity: 0.8; }
.ds .ls { background-color: rgb(255, 255, 255); color: rgb(127, 127, 127); }
.ds .ls h1, .ds .ls h2, .ds .ls h3, .ds .ls h4, .ds .ls h5, .ds .ls h6 { color: rgb(31, 39, 50); }
.ds .ls h1 a, .ds .ls h2 a, .ds .ls h3 a, .ds .ls h4 a, .ds .ls h5 a, .ds .ls h6 a { color: inherit; }
.ds .ls h1 a:hover, .ds .ls h2 a:hover, .ds .ls h3 a:hover, .ds .ls h4 a:hover, .ds .ls h5 a:hover, .ds .ls h6 a:hover { color: rgb(208, 196, 146); }
.ds .ls a:not(.btn) { color: rgb(31, 39, 50); }
.ds .ls a:not(.btn):hover { color: rgb(208, 196, 146); }
.ds label { color: rgb(255, 255, 255); }
.ds hr { background-color: rgb(26, 26, 26); border-color: rgb(26, 26, 26); }
.ds blockquote, .ds .blockquote { color: rgb(255, 255, 255); }
.ds pre { color: rgb(255, 255, 255); }
.ds .muted-bg, .ds .hero-bg { background-color: rgba(255, 255, 255, 0.05); }
.ds .bordered { border-color: rgb(26, 26, 26); }
.ds .color-main { color: rgb(208, 196, 146); }
.ds .color-main2 { color: rgb(160, 206, 78); }
.ds .color-dark, .ds .color-darkgrey { border-color: rgb(255, 255, 255); color: rgb(255, 255, 255); }
.ds .links-maincolor a { color: rgb(208, 196, 146); }
.ds .links-maincolor a:hover { color: rgb(255, 255, 255); }
.ds .links-maincolor2 a { color: rgb(160, 206, 78); }
.ds .links-maincolor2 a:hover { color: rgb(255, 255, 255); }
.ds .links-maincolor3 a { color: rgb(0, 190, 163); }
.ds .links-maincolor3 a:hover { color: rgb(255, 255, 255); }
.ds .links-grey a { color: rgb(255, 255, 255); }
.ds .links-grey a:hover { color: rgb(255, 255, 255); }
.ds .links-darkgrey a { color: rgb(255, 255, 255); }
.ds .links-darkgrey a:hover { color: rgb(208, 196, 146); }
.ds.s-bordertop::before, .ds.s-borderbottom::after, .ds.s-bordertop-container .container::before, .ds.s-borderbottom-container .container::after { background-color: rgb(26, 26, 26); }
.ds.s-bordered-columns [class*="col-"] + [class*="col-"]::before { background-color: rgb(26, 26, 26); }
.ds .btn-darkgrey { background-color: rgb(255, 255, 255); color: rgb(31, 39, 50); }
.ds .btn-maincolor:hover, .ds .btn-maincolor2:hover, .ds .btn-maincolor3:hover, .ds .btn-darkgrey:hover, .ds .btn-outline-maincolor:hover, .ds .btn-outline-maincolor2:hover, .ds .btn-outline-maincolor3:hover, .ds .btn-outline-darkgrey:hover { color: rgb(255, 255, 255); }
.ds .btn-maincolor:hover { background-color: transparent; }
.ds .btn-outline-maincolor:hover { background-color: rgb(208, 196, 146); }
.ds .btn-outline-maincolor2:hover, .ds .btn-maincolor2:hover { background-color: rgb(135, 182, 51); }
.ds .btn-outline-maincolor3:hover, .ds .btn-maincolor3:hover { background-color: rgb(0, 139, 119); }
.ds .btn-outline-darkgrey { border-color: rgb(255, 255, 255); color: rgb(255, 255, 255); }
.ds .btn-outline-darkgrey:hover, .ds .btn-darkgrey:hover { background-color: rgb(11, 14, 19); border-color: rgb(11, 14, 19); }
.ds a.fa { border-color: rgb(255, 255, 255); color: rgb(255, 255, 255); }
.ds a.bg-icon { background-color: rgba(255, 255, 255, 0.05); }
.ds .fa.color-icon:hover { color: rgb(255, 255, 255); }
.ds .color-icon.bg-icon { background-color: rgba(255, 255, 255, 0.05); }
.ds .color-icon.bg-icon:hover { color: rgb(255, 255, 255); }
.ds .color-bg-icon:hover { background-color: rgb(208, 196, 146); }
.ds { }
.ds .list-bordered li { border-color: rgb(26, 26, 26); }
.ds input[type="text"], .ds input[type="email"], .ds input[type="url"], .ds input[type="password"], .ds input[type="search"], .ds input[type="tel"], .ds input[type="number"], .ds textarea, .ds select, .ds .form-control { background-color: rgb(255, 255, 255); border: none; border-radius: 5px; font-family: Oxygen, sans-serif; font-size: 11px; letter-spacing: 5px; text-transform: uppercase; }
.ds .form-group-select::before { border-color: rgb(26, 26, 26); }
.ds .form-control:focus { border-color: rgb(39, 39, 39); }
.ds .form-control::-webkit-input-placeholder { color: rgb(50, 50, 50); }
.ds .form-control:focus::-webkit-input-placeholder { color: transparent; }
.ds .contact-form.transparent-background .form-control { border-color: rgb(26, 26, 26); }
.ds .tab-content { border-color: rgb(26, 26, 26); }
.ds .nav-tabs .nav-link { border-color: rgb(26, 26, 26); }
.ds .owl-theme .owl-dots .owl-dot span { border-color: rgb(255, 255, 255); }
.ds .post-adds .share_button > i, .ds .post-adds .like_button > i { color: rgb(255, 255, 255); }
.ds .side-item { border-color: rgb(26, 26, 26); }
.ds .excerpt { color: rgb(255, 255, 255); }
.ds .reply a { color: rgb(255, 255, 255); }
.ds .widget_search .form-inline .btn, .ds .widget_product_search [type="submit"], .ds .widget_mailchimp .form-inline .btn { background-color: transparent; color: rgb(208, 196, 146); }
.ds .widget_shopping_cart .cart_list, .ds .widget_recent_entries li, .ds .widget_recent_comments li, .ds .widget_archive li, .ds .widget_categories li, .ds .widget_meta li, .ds .widget_nav_menu li, .ds .widget_pages li, .ds .widget_popular_entries li { border-color: rgb(26, 26, 26); }
.ds .widget_nav_menu ul ul { border-color: rgb(26, 26, 26); }
.ds .widget_popular_entries .media-heading { color: rgb(255, 255, 255); }
.ds .tweet_list li + li .tweet_right { border-color: rgb(26, 26, 26); }
.ds .widget_tag_cloud a { border-color: rgb(255, 255, 255); color: rgb(255, 255, 255); }
.ds .widget_shopping_cart li a + a { color: rgb(255, 255, 255); }
.ds .widget_shopping_cart li a + a:hover { color: rgb(208, 196, 146); }
.ds .summary .price { border-color: rgb(26, 26, 26); color: rgb(255, 255, 255); }
.ds .summary .product_meta { border-color: rgb(26, 26, 26); }
.ds .widget_price_filter .price_label { color: rgb(255, 255, 255); }
.ds #calendar_wrap { border-color: rgb(26, 26, 26); }
.ds .widget_calendar table { background-color: rgba(255, 255, 255, 0.05); border-color: rgb(26, 26, 26); }
.ds .widget_calendar tfoot td a { border-color: rgb(26, 26, 26); }
.ds .widget_calendar caption, .ds .widget_calendar thead, .ds .widget_calendar th { color: rgb(255, 255, 255); font-family: Oxygen, sans-serif; }
.ds .widget_calendar tbody td a:hover { color: rgb(255, 255, 255); }
.ds .grid-view h3::before, .ds .grid-view h3::after { background-color: rgb(26, 26, 26); }
.ds .owl-carousel.product-thumbnails .owl-nav > div::after { color: rgb(255, 255, 255); }
.ds .ui-slider { background-color: rgba(255, 255, 255, 0.05); }
.ds .ui-slider .ui-slider-handle { background-color: rgb(255, 255, 255); }
.ds #sort_view { background-color: transparent; color: rgb(255, 255, 255); }
.ds #toggle_shop_view.grid-view::after, .ds #toggle_shop_view::before { background-color: rgba(247, 247, 247, 0.05); }
.ds .widget_layered_nav .color-filters a::before { border-color: rgb(26, 26, 26); }
.ds .table.cart a { color: rgb(255, 255, 255); }
.ds .pagination > li > a, .ds .pagination > li > span { background-color: transparent; border: 1px solid rgb(26, 26, 26); color: rgb(255, 255, 255); }
.ds .pagination > li.active > a, .ds .pagination > li.active > span, .ds .pagination > li > a:hover, .ds .pagination > li > span:hover, .ds .pagination > li > a:focus, .ds .pagination > li > span:focus { background-color: rgb(208, 196, 146); border-color: rgb(208, 196, 146); color: rgb(255, 255, 255); }
.ds .thumbnail { background-color: transparent; }
.ds .thumbnail h3 a { color: rgb(255, 255, 255); }
.ds .thumbnail .caption { background-color: rgba(252, 252, 252, 0.05); border-color: transparent; }
.ds .progress { background-color: rgb(255, 255, 255); }
.ds .panel-heading .panel-title > a.collapsed, .ds .vertical-tabs .nav > li > a { background-color: rgba(255, 255, 255, 0.05); color: rgb(255, 255, 255); }
.ds .panel-heading .panel-title > a, .ds .panel-heading .panel-title > a:hover, .ds .vertical-tabs .nav > li.active > a, .ds .vertical-tabs .nav > li > a:hover { background-color: rgb(208, 196, 146); }
.ds .panel-heading .panel-title > a:hover::after, .ds .vertical-tabs .nav > li > a:hover::after { color: rgb(255, 255, 255); }
.ds .entry-meta .comments-link a { color: rgb(255, 255, 255); }
.ds #timetable tbody th, .ds #timetable tbody td { border-color: rgb(26, 26, 26); }
.ds #isotope_filters a, .ds .filters a { color: rgb(255, 255, 255); }
.ds div .fw-shortcode-calendar-wrapper .page-header h3, .ds div .btn-group button[data-calendar-nav], .ds div .btn-group button[data-calendar-nav*="today"] { color: rgb(255, 255, 255); }
.cs.cs2 { background-color: rgb(160, 206, 78); }
.cs.cs2 .color-main { color: rgb(208, 196, 146); }
.cs.cs3 { background-color: rgb(0, 190, 163); }
.cs.cs3 .color-main { color: rgb(208, 196, 146); }
.cs.gs { background-color: rgb(170, 166, 167); }
.cs.cs-success { background-color: rgb(77, 177, 158); }
.cs.cs-info { background-color: rgb(0, 126, 189); }
.cs.cs-warning { background-color: rgb(238, 178, 105); }
.cs.cs-danger { background-color: rgb(220, 87, 83); }
.cs { background-color: rgb(208, 196, 146); color: rgb(255, 255, 255); }
.cs h1, .cs h2, .cs h3, .cs h4, .cs h5, .cs h6 { color: rgb(255, 255, 255); }
.cs h1 a, .cs h2 a, .cs h3 a, .cs h4 a, .cs h5 a, .cs h6 a { color: rgb(255, 255, 255); }
.cs h1 a:hover, .cs h2 a:hover, .cs h3 a:hover, .cs h4 a:hover, .cs h5 a:hover, .cs h6 a:hover { color: rgba(255, 255, 255, 0.6); }
.cs a:not(.btn) { color: rgb(255, 255, 255); }
.cs a:not(.btn):hover { opacity: 0.8; }
.cs blockquote, .cs .blockquote { border-color: rgb(248, 153, 169); }
.cs hr { border-color: rgba(255, 255, 255, 0.15); }
.cs pre { color: rgb(255, 255, 255); }
.cs .hero-bg { background-color: rgba(255, 255, 255, 0.1); }
.cs .bordered { border-color: rgba(255, 255, 255, 0.15); }
.cs.s-bordertop::before, .cs.s-borderbottom::after, .cs.s-bordertop-container .container::before, .cs.s-borderbottom-container .container::after { background-color: rgba(255, 255, 255, 0.15); }
.cs.s-bordered-columns [class*="col-"] + [class*="col-"]::before { background-color: rgba(255, 255, 255, 0.15); }
.cs .links-darkgrey a, .cs .links-grey a { color: rgb(255, 255, 255); opacity: 0.9; }
.cs .links-darkgrey a:hover, .cs .links-grey a:hover { color: rgb(255, 255, 255); opacity: 1; }
.cs .color-dark { border-color: rgb(255, 255, 255); color: rgb(255, 255, 255); }
.cs .color-darkgrey { border-color: rgb(31, 39, 50); color: rgb(31, 39, 50); }
.cs .response, .cs .color-main { color: rgb(255, 255, 255); }
.cs input[type="text"], .cs input[type="email"], .cs input[type="url"], .cs input[type="password"], .cs input[type="search"], .cs input[type="tel"], .cs input[type="number"], .cs textarea, .cs select, .cs .form-control { background-color: rgb(255, 255, 255); border-color: rgb(255, 255, 255); color: rgb(31, 39, 50); }
.cs .form-control:focus { border-color: rgba(255, 255, 255, 0.5); }
.cs .form-control::-webkit-input-placeholder { color: rgb(31, 39, 50); }
.cs .form-control:focus::-webkit-input-placeholder { color: transparent; }
.cs .btn-maincolor { background-color: rgb(255, 255, 255); color: rgb(31, 39, 50); }
.cs .btn-outline-maincolor { border-color: rgb(255, 255, 255); color: rgb(255, 255, 255); }
.cs .btn-maincolor:hover, .cs .btn-maincolor2:hover, .cs .btn-maincolor3:hover, .cs .btn-darkgrey:hover, .cs .btn-outline-maincolor:hover, .cs .btn-outline-maincolor2:hover, .cs .btn-outline-maincolor3:hover, .cs .btn-outline-darkgrey:hover { color: rgb(255, 255, 255); }
.cs .btn-outline-maincolor:hover, .cs .btn-maincolor:hover { background-color: rgb(242, 57, 89); border-color: rgb(242, 57, 89); }
.cs .btn-outline-maincolor2:hover, .cs .btn-maincolor2:hover { background-color: rgb(135, 182, 51); }
.cs .btn-outline-maincolor3:hover, .cs .btn-maincolor3:hover { background-color: rgb(0, 139, 119); }
.cs .btn-outline-darkgrey:hover, .cs .btn-darkgrey:hover { background-color: rgb(11, 14, 19); border-color: rgb(11, 14, 19); }
.cs a.fa { border-color: rgba(255, 255, 255, 0.15); color: rgb(255, 255, 255); }
.cs a.bg-icon { background-color: rgba(255, 255, 255, 0.17); }
.cs .color-icon.bg-icon { background-color: rgba(255, 255, 255, 0.9); }
.cs a.fa.color-bg-icon:hover { background-color: rgb(31, 39, 50); }
.cs .btn-action { background-color: rgb(255, 255, 255); }
.cs .btn-action i { color: rgb(31, 39, 50); }
.cs .btn-action:hover i { opacity: 0.7; }
.clear, .clearfix { clear: both; }
.round { border-radius: 50%; }
.text-normal { text-transform: none; }
.min-w-100 {display: inline-block;min-width: 80px;}
.min-w-130 { display: inline-block; min-width: 130px; }
.p-big { padding: 40px 45px; }
@media (min-width: 1200px) {
  .p-big { padding: 55px 60px; }
}
.p-normal { padding: 40px 45px; }
.p-small { padding: 30px 35px; }
.cover-before, .cover-after { overflow: hidden; }
.cover-before, .cover-after, .cover-before > *, .cover-after > * { position: relative; z-index: 2; }
.cover-before::before, .cover-after::after { inset: 0px; content: ""; display: block; position: absolute; }
.top-corner { left: 0px; line-height: 1; position: absolute; top: 0px; }
.fs-12 { font-size: 12px; }
.fs-14 { font-size: 14px; }
.fs-16 { font-size: 16px; }
.fs-18 { font-size: 18px; }
.fs-20 {font-size: 14px;}
.fs-24 { font-size: 24px; }
.fs-27 { font-size: 27px; }
.fs-28 { font-size: 28px; }
.fs-30 { font-size: 30px; }
.fs-32 { font-size: 32px; }
.fs-36 { font-size: 36px; }
.fs-40 { font-size: 40px; }
.fs-56 { font-size: 56px; }
.fw-100 { font-weight: 100; }
.fw-300, .thin { font-weight: 300; }
.fw-400 { font-weight: 400; }
.fw-500 { font-weight: 500; }
.fw-700, .bolder { font-weight: 700; }
.fw-900, .bold { font-weight: 900; }
.dropcap { float: left; font-size: 108px; font-weight: 900; line-height: 0.9; margin: 0px 15px 0px 0px; text-transform: uppercase; }
@media (max-width: 1600px) {
  .dropcap { font-size: 92px; margin-right: 15px; }
}
.overflow-hidden { overflow: hidden; position: relative; z-index: 2; }
.overflow-visible { overflow: visible; position: relative; z-index: 2; }
.z-index-2 { z-index: 2; }
[class*="visible-above-"], [class*="visible-below-"] { display: none !important; }
@media (min-width: 576px) {
  .visible-above-sm { display: block !important; }
}
@media (max-width: 575px) {
  .visible-below-sm { display: block !important; }
}
@media (min-width: 768px) {
  .visible-above-md { display: block !important; }
}
@media (max-width: 767px) {
  .visible-below-md { display: block !important; }
}
@media (min-width: 992px) {
  .visible-above-lg { display: block !important; }
}
@media (max-width: 991px) {
  .visible-below-lg { display: block !important; }
}
@media (min-width: 1200px) {
  .visible-above-xl { display: block !important; }
}
@media (max-width: 1199px) {
  .visible-below-xl { display: block !important; }
}
@media (max-width: 575px) {
  .hidden-below-sm { display: none !important; }
}
@media (min-width: 576px) {
  .hidden-above-sm { display: none !important; }
}
@media (max-width: 767px) {
  .hidden-below-md { display: none !important; }
}
@media (min-width: 768px) {
  .hidden-above-md { display: none !important; }
}
@media (max-width: 991px) {
  .hidden-below-lg { display: none !important; }
}
@media (min-width: 992px) {
  .hidden-above-lg { display: none !important; }
}
@media (max-width: 1199px) {
  .hidden-below-xl { display: none !important; }
}
@media (min-width: 1200px) {
  .hidden-above-xl { display: none !important; }
}
@media (max-width: 575px) {
  .hidden-xs { display: none !important; }
}
@media (min-width: 576px) and (max-width: 767px) {
  .hidden-sm { display: none !important; }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-md { display: none !important; }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-lg { display: none !important; }
}
@media (min-width: 1200px) {
  .hidden-xl { display: none !important; }
}
@media (max-width: 1600px) and (min-width: 1200px) {
  .col-lgx-3 { flex: 0 0 25%; max-width: 25%; }
}
.light-bg { background-color: rgb(255, 255, 255); }
.hero-bg { background-color: rgb(245, 245, 245); }
.muted-bg { background-color: rgba(31, 39, 50, 0.06); }
.response, .color-main { border-color: rgb(208, 196, 146); color: rgb(208, 196, 146) !important; }
.color-main2 { border-color: rgb(160, 206, 78); color: rgb(160, 206, 78); }
.color-main3 { border-color: rgb(0, 190, 163); color: rgb(0, 190, 163); }
.color-main4 { border-color: rgb(241, 137, 76); color: rgb(241, 137, 76); }
.light-color { border-color: rgb(255, 255, 255); color: rgb(255, 255, 255) !important; }
.color-dark { border-color: rgb(50, 50, 50); color: rgb(50, 50, 50); }
.color-darkgrey { border-color: rgb(31, 39, 50); color: rgb(31, 39, 50); }
.color-white { color: rgb(255, 255, 255); }
.color-black { color: rgb(0, 0, 0); }
.ds .color-black { color: rgb(0, 0, 0); }
.color-success { color: rgb(77, 177, 158); }
.color-info { color: rgb(0, 126, 189); }
.color-warning { color: rgb(238, 178, 105); }
.required, .color-danger { color: rgb(220, 87, 83); }
.bordered { border: 1px solid rgb(225, 225, 225); }
.box-shadow { border-color: transparent; box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 10px 0px; }
.links-maincolor a { color: rgb(208, 196, 146); }
.links-maincolor2 a { color: rgb(160, 206, 78); }
.links-maincolor3 a { color: rgb(0, 190, 163); }
.links-grey a { color: rgb(127, 127, 127); }
.links-grey a:hover { color: rgb(208, 196, 146); }
.links-darkgrey a { color: rgb(31, 39, 50); }
.links-darkgrey a:hover { color: rgb(208, 196, 146); }
.bg-maincolor { background-color: rgb(208, 196, 146); }
.bg-maincolor2 { background-color: rgb(160, 206, 78); }
.bg-maincolor3 { background-color: rgb(0, 190, 163); }
.bg-maincolor4 { background-color: rgb(241, 137, 76); }
.bg-dark { background-color: rgb(50, 50, 50); }
.bg-white { background-color: rgb(255, 255, 255); color: rgb(31, 39, 50) !important; }
.bg-darkblue { background-color: rgb(37, 49, 56); color: rgb(255, 255, 255); }
.bg-darkgrey { background-color: rgb(31, 39, 50); color: rgb(255, 255, 255); }
.bg-success { background-color: rgb(77, 177, 158) !important; }
.bg-info { background-color: rgb(0, 126, 189) !important; }
.bg-warning { background-color: rgb(238, 178, 105) !important; }
.bg-danger { background-color: rgb(220, 87, 83) !important; }
[class*="bg-"] { color: rgb(255, 255, 255); }
[class*="bg-"] a, [class*="bg-"] h1, [class*="bg-"] h2, [class*="bg-"] h3, [class*="bg-"] h4, [class*="bg-"] h5, [class*="bg-"] h6 { color: rgb(255, 255, 255); }
span[class*="bg-"], span.bordered, span.light-bg, span.hero-bg, span.muted-bg { padding-left: 0.37em; padding-right: 0.37em; }
.my--300 { margin-bottom: -300px; margin-top: -300px; }
.my--230 { margin-bottom: -230px; margin-top: -230px; }
.my--100 { margin-bottom: -100px; margin-top: -100px; }
.my--25 { margin-bottom: -25px; margin-top: -25px; }
.my--20 { margin-bottom: -20px; margin-top: -20px; }
.my--15 { margin-bottom: -15px; margin-top: -15px; }
.my--10 { margin-bottom: -10px; margin-top: -10px; }
.my-5 { margin-bottom: 5px; margin-top: 5px; }
.my-10 { margin-bottom: 10px; margin-top: 10px; }
.my-15 { margin-bottom: 15px; margin-top: 15px; }
.my-20 { margin-bottom: 20px; margin-top: 20px; }
.my-25 { margin-bottom: 25px; margin-top: 25px; }
.my-30 { margin-bottom: 30px; margin-top: 30px; }
.my-35 { margin-bottom: 35px; margin-top: 35px; }
.my-40 { margin-bottom: 40px; margin-top: 40px; }
.my-45 { margin-bottom: 45px; margin-top: 45px; }
.my-50 { margin-bottom: 50px; margin-top: 50px; }
.my-55 { margin-bottom: 55px; margin-top: 55px; }
.my-60 { margin-bottom: 60px; margin-top: 60px; }
.my-65 { margin-bottom: 65px; margin-top: 65px; }
.my-70 { margin-bottom: 70px; margin-top: 70px; }
.my-75 { margin-bottom: 75px; margin-top: 75px; }
.my-80 { margin-bottom: 80px; margin-top: 80px; }
.my-85 { margin-bottom: 85px; margin-top: 85px; }
.my-90 { margin-bottom: 90px; margin-top: 90px; }
.my-95 { margin-bottom: 95px; margin-top: 95px; }
.my-100 { margin-bottom: 100px; margin-top: 100px; }
.my-110 { margin-bottom: 110px; margin-top: 110px; }
.my-120 { margin-bottom: 120px; margin-top: 120px; }
.my-130 { margin-bottom: 130px; margin-top: 130px; }
.my-140 { margin-bottom: 140px; margin-top: 140px; }
.my-145 { margin-bottom: 145px; margin-top: 145px; }
.my-150 { margin-bottom: 150px; margin-top: 150px; }
.my-160 { margin-bottom: 160px; margin-top: 160px; }
.my-165 { margin-bottom: 165px; margin-top: 165px; }
.my-170 { margin-bottom: 170px; margin-top: 170px; }
.my-180 { margin-bottom: 180px; margin-top: 180px; }
.my-175 { margin-bottom: 175px; margin-top: 175px; }
.my-200 { margin-bottom: 200px; margin-top: 200px; }
.my-210 { margin-bottom: 210px; margin-top: 210px; }
.my-215 { margin-bottom: 215px; margin-top: 215px; }
.my-230 { margin-bottom: 230px; margin-top: 230px; }
.mx--300 { margin-left: -300px; margin-right: -300px; }
.mx--230 { margin-left: -230px; margin-right: -230px; }
.mx--100 { margin-left: -100px; margin-right: -100px; }
.mx--25 { margin-left: -25px; margin-right: -25px; }
.mx--20 { margin-left: -20px; margin-right: -20px; }
.mx--15 { margin-left: -15px; margin-right: -15px; }
.mx--10 { margin-left: -10px; margin-right: -10px; }
.mx-5 { margin-left: 5px; margin-right: 5px; }
.mx-10 { margin-left: 10px; margin-right: 10px; }
.mx-15 { margin-left: 15px; margin-right: 15px; }
.mx-20 { margin-left: 20px; margin-right: 20px; }
.mx-25 { margin-left: 25px; margin-right: 25px; }
.mx-30 { margin-left: 30px; margin-right: 30px; }
.mx-35 { margin-left: 35px; margin-right: 35px; }
.mx-40 { margin-left: 40px; margin-right: 40px; }
.mx-45 { margin-left: 45px; margin-right: 45px; }
.mx-50 { margin-left: 50px; margin-right: 50px; }
.mx-55 { margin-left: 55px; margin-right: 55px; }
.mx-60 { margin-left: 60px; margin-right: 60px; }
.mx-65 { margin-left: 65px; margin-right: 65px; }
.mx-70 { margin-left: 70px; margin-right: 70px; }
.mx-75 { margin-left: 75px; margin-right: 75px; }
.mx-80 { margin-left: 80px; margin-right: 80px; }
.mx-85 { margin-left: 85px; margin-right: 85px; }
.mx-90 { margin-left: 90px; margin-right: 90px; }
.mx-95 { margin-left: 95px; margin-right: 95px; }
.mx-100 { margin-left: 100px; margin-right: 100px; }
.mx-110 { margin-left: 110px; margin-right: 110px; }
.mx-120 { margin-left: 120px; margin-right: 120px; }
.mx-130 { margin-left: 130px; margin-right: 130px; }
.mx-140 { margin-left: 140px; margin-right: 140px; }
.mx-145 { margin-left: 145px; margin-right: 145px; }
.mx-150 { margin-left: 150px; margin-right: 150px; }
.mx-160 { margin-left: 160px; margin-right: 160px; }
.mx-165 { margin-left: 165px; margin-right: 165px; }
.mx-170 { margin-left: 170px; margin-right: 170px; }
.mx-180 { margin-left: 180px; margin-right: 180px; }
.mx-175 { margin-left: 175px; margin-right: 175px; }
.mx-200 { margin-left: 200px; margin-right: 200px; }
.mx-210 { margin-left: 210px; margin-right: 210px; }
.mx-215 { margin-left: 215px; margin-right: 215px; }
.mx-230 { margin-left: 230px; margin-right: 230px; }
.mt--300 { margin-top: -300px; }
.mt--230 { margin-top: -230px; }
.mt--100 { margin-top: -100px; }
.mt--25 { margin-top: -25px; }
.mt--20 { margin-top: -20px; }
.mt--15 { margin-top: -15px; }
.mt--10 { margin-top: -10px; }
.mt-5 { margin-top: 5px; }
.mt-10 { margin-top: 10px; }
.mt-15 { margin-top: 15px; }
.mt-20 { margin-top: 20px; }
.mt-25 { margin-top: 25px; }
.mt-30 { margin-top: 30px; }
.mt-35 { margin-top: 35px; }
.mt-40 { margin-top: 40px; }
.mt-45 { margin-top: 45px; }
.mt-50 { margin-top: 50px; }
.mt-55 { margin-top: 55px; }
.mt-60 {margin-top: 35px;}
.mt-65 { margin-top: 30px; }
.mt-70 { margin-top: 70px; }
.mt-75 { margin-top: 75px; }
.mt-80 { margin-top: 80px; }
.mt-85 { margin-top: 85px; }
.mt-90 { margin-top: 90px; }
.mt-95 { margin-top: 95px; }
.mt-100 { margin-top: 100px; }
.mt-110 { margin-top: 110px; }
.mt-120 { margin-top: 120px; }
.mt-130 { margin-top: 130px; }
.mt-140 {margin-top: 40px;}
.mt-145 { margin-top: 145px; }
.mt-150 { margin-top: 150px; }
.mt-160 { margin-top: 160px; }
.mt-165 { margin-top: 165px; }
.mt-170 { margin-top: 170px; }
.mt-180 { margin-top: 180px; }
.mt-175 { margin-top: 175px; }
.mt-200 { margin-top: 200px; }
.mt-210 { margin-top: 210px; }
.mt-215 { margin-top: 215px; }
.mt-230 { margin-top: 230px; }
.mb--300 { margin-bottom: -300px; }
.mb--230 { margin-bottom: -230px; }
.mb--100 { margin-bottom: -100px; }
.mb--25 { margin-bottom: -25px; }
.mb--20 { margin-bottom: -20px; }
.mb--15 { margin-bottom: -15px; }
.mb--10 { margin-bottom: -10px; }
.mb-5 { margin-bottom: 5px; }
.mb-10 { margin-bottom: 10px; }
.mb-15 { margin-bottom: 15px; }
.mb-20 { margin-bottom: 20px; }
.mb-25 { margin-bottom: 25px; }
.mb-30 { margin-bottom: 30px; }
.mb-35 { margin-bottom: 35px; }
.mb-40 { margin-bottom: 40px; }
.mb-45 { margin-bottom: 45px; }
.mb-50 { margin-bottom: 50px; }
.mb-55 { margin-bottom: 55px; }
.mb-60 { margin-bottom: 60px; }
.mb-65 { margin-bottom: 65px; }
.mb-70 { margin-bottom: 70px; }
.mb-75 { margin-bottom: 75px; }
.mb-80 { margin-bottom: 80px; }
.mb-85 { margin-bottom: 85px; }
.mb-90 { margin-bottom: 90px; }
.mb-95 { margin-bottom: 95px; }
.mb-100 { margin-bottom: 100px; }
.mb-110 { margin-bottom: 110px; }
.mb-120 { margin-bottom: 120px; }
.mb-130 { margin-bottom: 130px; }
.mb-140 { margin-bottom: 140px; }
.mb-145 { margin-bottom: 145px; }
.mb-150 { margin-bottom: 150px; }
.mb-160 { margin-bottom: 160px; }
.mb-165 { margin-bottom: 165px; }
.mb-170 { margin-bottom: 170px; }
.mb-180 { margin-bottom: 180px; }
.mb-175 { margin-bottom: 175px; }
.mb-200 { margin-bottom: 200px; }
.mb-210 { margin-bottom: 210px; }
.mb-215 { margin-bottom: 215px; }
.mb-230 { margin-bottom: 230px; }
.m--300 { margin: -300px; }
.m--230 { margin: -230px; }
.m--100 { margin: -100px; }
.m--25 { margin: -25px; }
.m--20 { margin: -20px; }
.m--15 { margin: -15px; }
.m--10 { margin: -10px; }
.m-5 { margin: 5px; }
.m-10 { margin: 10px; }
.m-15 { margin: 15px; }
.m-20 { margin: 20px; }
.m-25 { margin: 25px; }
.m-30 { margin: 30px; }
.m-35 { margin: 35px; }
.m-40 { margin: 40px; }
.m-45 { margin: 45px; }
.m-50 { margin: 50px; }
.m-55 { margin: 55px; }
.m-60 { margin: 60px; }
.m-65 { margin: 65px; }
.m-70 { margin: 70px; }
.m-75 { margin: 75px; }
.m-80 { margin: 80px; }
.m-85 { margin: 85px; }
.m-90 { margin: 90px; }
.m-95 { margin: 95px; }
.m-100 { margin: 100px; }
.m-110 { margin: 110px; }
.m-120 { margin: 120px; }
.m-130 { margin: 130px; }
.m-140 { margin: 140px; }
.m-145 { margin: 145px; }
.m-150 { margin: 150px; }
.m-160 { margin: 160px; }
.m-165 { margin: 165px; }
.m-170 { margin: 170px; }
.m-180 { margin: 180px; }
.m-175 { margin: 175px; }
.m-200 { margin: 200px; }
.m-210 { margin: 210px; }
.m-215 { margin: 215px; }
.m-230 { margin: 230px; }
.py--300 { }
.py--230 { }
.py--100 { }
.py--25 { }
.py--20 { }
.py--15 { }
.py--10 { }
.py-5 { padding-bottom: 5px; padding-top: 5px; }
.py-10 { padding-bottom: 10px; padding-top: 10px; }
.py-15 { padding-bottom: 15px; padding-top: 15px; }
.py-20 { padding-bottom: 20px; padding-top: 20px; }
.py-25 { padding-bottom: 25px; padding-top: 25px; }
.py-30 { padding-bottom: 30px; padding-top: 30px; }
.py-35 { padding-bottom: 35px; padding-top: 35px; }
.py-40 { padding-bottom: 40px; padding-top: 40px; }
.py-45 { padding-bottom: 45px; padding-top: 45px; }
.py-50 { padding-bottom: 50px; padding-top: 50px; }
.py-55 { padding-bottom: 55px; padding-top: 55px; }
.py-60 { padding-bottom: 60px; padding-top: 60px; }
.py-65 { padding-bottom: 65px; padding-top: 65px; }
.py-70 { padding-bottom: 70px; padding-top: 70px; }
.py-75 { padding-bottom: 75px; padding-top: 75px; }
.py-80 { padding-bottom: 80px; padding-top: 80px; }
.py-85 { padding-bottom: 85px; padding-top: 85px; }
.py-90 { padding-bottom: 90px; padding-top: 90px; }
.py-95 { padding-bottom: 95px; padding-top: 95px; }
.py-100 { padding-bottom: 100px; padding-top: 100px; }
.py-110 { padding-bottom: 110px; padding-top: 110px; }
.py-120 { padding-bottom: 120px; padding-top: 120px; }
.py-130 { padding-bottom: 130px; padding-top: 130px; }
.py-140 { padding-bottom: 140px; padding-top: 140px; }
.py-145 { padding-bottom: 145px; padding-top: 145px; }
.py-150 { padding-bottom: 150px; padding-top: 150px; }
.py-160 { padding-bottom: 160px; padding-top: 160px; }
.py-165 { padding-bottom: 165px; padding-top: 165px; }
.py-170 { padding-bottom: 170px; padding-top: 170px; }
.py-180 { padding-bottom: 180px; padding-top: 180px; }
.py-175 { padding-bottom: 175px; padding-top: 175px; }
.py-200 { padding-bottom: 200px; padding-top: 200px; }
.py-210 { padding-bottom: 210px; padding-top: 210px; }
.py-215 { padding-bottom: 215px; padding-top: 215px; }
.py-230 { padding-bottom: 230px; padding-top: 230px; }
.px--300 { }
.px--230 { }
.px--100 { }
.px--25 { }
.px--20 { }
.px--15 { }
.px--10 { }
.px-5 { padding-left: 5px; padding-right: 5px; }
.px-10 { padding-left: 10px; padding-right: 10px; }
.px-15 { padding-left: 15px; padding-right: 15px; }
.px-20 { padding-left: 20px; padding-right: 20px; }
.px-25 { padding-left: 25px; padding-right: 25px; }
.px-30 { padding-left: 30px; padding-right: 30px; }
.px-35 { padding-left: 35px; padding-right: 35px; }
.px-40 { padding-left: 40px; padding-right: 40px; }
.px-45 { padding-left: 45px; padding-right: 45px; }
.px-50 { padding-left: 50px; padding-right: 50px; }
.px-55 { padding-left: 55px; padding-right: 55px; }
.px-60 { padding-left: 60px; padding-right: 60px; }
.px-65 { padding-left: 65px; padding-right: 65px; }
.px-70 { padding-left: 70px; padding-right: 70px; }
.px-75 { padding-left: 75px; padding-right: 75px; }
.px-80 { padding-left: 80px; padding-right: 80px; }
.px-85 { padding-left: 85px; padding-right: 85px; }
.px-90 { padding-left: 90px; padding-right: 90px; }
.px-95 { padding-left: 95px; padding-right: 95px; }
.px-100 { padding-left: 100px; padding-right: 100px; }
.px-110 { padding-left: 110px; padding-right: 110px; }
.px-120 { padding-left: 120px; padding-right: 120px; }
.px-130 { padding-left: 130px; padding-right: 130px; }
.px-140 { padding-left: 140px; padding-right: 140px; }
.px-145 { padding-left: 145px; padding-right: 145px; }
.px-150 { padding-left: 150px; padding-right: 150px; }
.px-160 { padding-left: 160px; padding-right: 160px; }
.px-165 { padding-left: 165px; padding-right: 165px; }
.px-170 { padding-left: 170px; padding-right: 170px; }
.px-180 { padding-left: 180px; padding-right: 180px; }
.px-175 { padding-left: 175px; padding-right: 175px; }
.px-200 { padding-left: 200px; padding-right: 200px; }
.px-210 { padding-left: 210px; padding-right: 210px; }
.px-215 { padding-left: 215px; padding-right: 215px; }
.px-230 { padding-left: 230px; padding-right: 230px; }
.pt--300 { }
.pt--230 { }
.pt--100 { }
.pt--25 { }
.pt--20 { }
.pt--15 { }
.pt--10 { }
.pt-5 { padding-top: 5px; }
.pt-10 { padding-top: 10px; }
.pt-15 { padding-top: 15px; }
.pt-20 { padding-top: 20px; }
.pt-25 { padding-top: 25px; }
.pt-30 { padding-top: 30px; }
.pt-35 { padding-top: 35px; }
.pt-40 { padding-top: 40px; }
.pt-45 { padding-top: 45px; }
.pt-50 { padding-top: 50px; }
.pt-55 { padding-top: 55px; }
.pt-60 { padding-top: 60px; }
.pt-65 { padding-top: 65px; }
.pt-70 { padding-top: 70px; }
.pt-75 { padding-top: 75px; }
.pt-80 { padding-top: 80px; }
.pt-85 { padding-top: 85px; }
.pt-90 { padding-top: 90px; }
.pt-95 { padding-top: 95px; }
.pt-100 { padding-top: 100px; }
.pt-110 { padding-top: 110px; }
.pt-120 { padding-top: 120px; }
.pt-130 { padding-top: 130px; }
.pt-140 { padding-top: 140px; }
.pt-145 { padding-top: 145px; }
.pt-150 { padding-top: 150px; }
.pt-160 { padding-top: 160px; }
.pt-165 { padding-top: 165px; }
.pt-170 { padding-top: 170px; }
.pt-180 { padding-top: 180px; }
.pt-175 { padding-top: 175px; }
.pt-200 { padding-top: 200px; }
.pt-210 { padding-top: 210px; }
.pt-215 { padding-top: 215px; }
.pt-230 { padding-top: 230px; }
.pb--300 { }
.pb--230 { }
.pb--100 { }
.pb--25 { }
.pb--20 { }
.pb--15 { }
.pb--10 { }
.pb-5 { padding-bottom: 5px; }
.pb-10 { padding-bottom: 10px; }
.pb-15 { padding-bottom: 15px; }
.pb-20 { padding-bottom: 20px; }
.pb-25 { padding-bottom: 25px; }
.pb-30 { padding-bottom: 30px; }
.pb-35 { padding-bottom: 35px; }
.pb-40 { padding-bottom: 40px; }
.pb-45 { padding-bottom: 45px; }
.pb-50 { padding-bottom: 50px; }
.pb-55 { padding-bottom: 55px; }
.pb-60 { padding-bottom: 60px; }
.pb-65 { padding-bottom: 65px; }
.pb-70 { padding-bottom: 70px; }
.pb-75 { padding-bottom: 75px; }
.pb-80 { padding-bottom: 80px; }
.pb-85 { padding-bottom: 85px; }
.pb-90 { padding-bottom: 90px; }
.pb-95 { padding-bottom: 95px; }
.pb-100 { padding-bottom: 100px; }
.pb-110 { padding-bottom: 110px; }
.pb-120 { padding-bottom: 120px; }
.pb-130 { padding-bottom: 130px; }
.pb-140 { padding-bottom: 140px; }
.pb-145 { padding-bottom: 145px; }
.pb-150 { padding-bottom: 150px; }
.pb-160 { padding-bottom: 160px; }
.pb-165 { padding-bottom: 165px; }
.pb-170 { padding-bottom: 170px; }
.pb-180 { padding-bottom: 180px; }
.pb-175 { padding-bottom: 175px; }
.pb-200 { padding-bottom: 200px; }
.pb-210 { padding-bottom: 210px; }
.pb-215 { padding-bottom: 215px; }
.pb-230 { padding-bottom: 230px; }
.p--300 { }
.p--230 { }
.p--100 { }
.p--25 { }
.p--20 { }
.p--15 { }
.p--10 { }
.p-5 { padding: 5px; }
.p-10 { padding: 10px; }
.p-15 { padding: 15px; }
.p-20 { padding: 20px; }
.p-25 { padding: 25px; }
.p-30 { padding: 30px; }
.p-35 { padding: 35px; }
.p-40 { padding: 40px; }
.p-45 { padding: 45px; }
.p-50 { padding: 50px; }
.p-55 { padding: 55px; }
.p-60 { padding: 60px; }
.p-65 { padding: 65px; }
.p-70 { padding: 70px; }
.p-75 { padding: 75px; }
.p-80 { padding: 80px; }
.p-85 { padding: 85px; }
.p-90 { padding: 90px; }
.p-95 { padding: 95px; }
.p-100 { padding: 100px; }
.p-110 { padding: 110px; }
.p-120 { padding: 120px; }
.p-130 { padding: 130px; }
.p-140 { padding: 140px; }
.p-145 { padding: 145px; }
.p-150 { padding: 150px; }
.p-160 { padding: 160px; }
.p-165 { padding: 165px; }
.p-170 { padding: 170px; }
.p-180 { padding: 180px; }
.p-175 { padding: 175px; }
.p-200 { padding: 200px; }
.p-210 { padding: 210px; }
.p-215 { padding: 215px; }
.p-230 { padding: 230px; }
.z-6 { z-index: 6; }
.z-7-before::before { z-index: 7; }
.transparent-bg { background: 0px 0px; }
.border-rad-5 { border-radius: 5px; overflow: hidden; }
.font-main { font-family: Oxygen, sans-serif; }
.ds .big-title { color: rgb(208, 196, 146); font-family: Oxygen, sans-serif; font-size: 120px; line-height: 120px; text-transform: capitalize; }
@media (max-width: 768px) {
  .ds .big-title { font-size: 80px; line-height: 85px; }
}
.quote { padding-left: 85px; padding-right: 85px; position: relative; }
@media (max-width: 768px) {
  .quote { padding-left: 0px; padding-right: 0px; }
  .quote::before, .quote::after { content: none !important; }
}
.team.team-single .vertical-item { flex-direction: column !important; }
.team.team-single .nav-link { min-width: 183px; padding: 22px 28px; }
.team .vertical-item.content-padding .item-content { padding: 35px; }
@media (max-width: 1200px) {
  .team .vertical-item.content-padding .item-content { padding: 20px; }
}
.team .item-content a span { transition: all 0.3s ease 0s; }
.team .item-content a:hover span { color: rgb(50, 50, 50) !important; }
.team .item-content .tile { color: rgb(50, 50, 50); font-size: 30px; margin-bottom: 2px; }
.team .item-content .tile:hover a { color: rgb(208, 196, 146); opacity: 1; }
.team .item-content .tile:hover a a { opacity: 1; }
.team .item-content span { font-family: Oxygen, sans-serif; font-size: 11px; letter-spacing: 5px; margin-bottom: 21px; text-transform: uppercase; }
.team .item-content span.social-icons { margin-bottom: 0px; }
.team .item-content p { margin-bottom: 20px; margin-top: 22px; }
@media (max-width: 1200px) {
  .team .item-content p { margin-bottom: 5px; margin-top: 5px; }
}
.team .item-content .social-icons a { margin-right: 5px; }
.team .content-heading { font-size: 30px; margin-bottom: 17px; margin-top: 32px; }
.team .entry-title { font-size: 40px; margin-bottom: 19px; }
.team .feature-list { margin-top: 26px; padding-left: 0px; }
.team .feature-list li a { color: rgb(208, 196, 146); }
.team .feature-list li a:hover { color: rgb(255, 255, 255); }
.team [class*="col-"]:nth-child(3n-1) .vertical-item { display: flex; flex-direction: column-reverse; }
@media (max-width: 991px) {
}
.section-team .owl-carousel { position: relative; }
.section-team .owl-carousel .owl-item:nth-child(2n+1) .vertical-item { display: flex; flex-direction: column-reverse; }
@media (max-width: 1199px) {
}
.section-team .owl-carousel .owl-dots { display: none; }
@media (max-width: 768px) {
  .section-team .owl-carousel .owl-dots { display: flex; justify-content: center; margin-top: 0px; }
}
.section-team .owl-carousel .owl-dots .owl-dot:hover span { border: 2px solid rgb(208, 196, 146); }
.section-team .owl-carousel .owl-dots .owl-dot span { border: 2px solid rgb(50, 50, 50); height: 10px; margin: 10px 0px; opacity: 1; width: 10px; }
@media (max-width: 768px) {
  .section-team .owl-carousel .owl-dots .owl-dot span { margin: 10px 10px 0px; }
}
.section-team .owl-carousel .owl-dots .owl-dot.active span { background-color: rgb(208, 196, 146); border-color: rgb(208, 196, 146); }
.section-team .owl-carousel .owl-nav { bottom: -46px; left: 62.5%; top: auto; transform: translateX(-50%); }
@media (max-width: 1199px) {
  .section-team .owl-carousel .owl-nav { bottom: -20px; left: 60%; }
}
@media (max-width: 768px) {
  .section-team .owl-carousel .owl-nav { display: none; }
}
.section-team .owl-carousel .owl-nav::after { color: rgb(50, 50, 50); content: "/"; font-family: Oxygen, sans-serif; font-size: 12px; left: 67px; position: absolute; top: 0px; }
.section-team .owl-carousel .owl-nav .owl-prev { opacity: 1; }
.section-team .owl-carousel .owl-nav .owl-prev:hover { opacity: 1; }
.section-team .owl-carousel .owl-nav .owl-prev:hover::after { color: rgb(208, 196, 146); }
.section-team .owl-carousel .owl-nav .owl-prev.disabled { opacity: 1; }
.section-team .owl-carousel .owl-nav .owl-prev.disabled:hover { opacity: 1; }
.section-team .owl-carousel .owl-nav .owl-prev::after { color: rgb(50, 50, 50); content: "prev"; font-family: Oxygen, sans-serif; font-size: 12px; letter-spacing: 5px; text-transform: uppercase; }
.section-team .owl-carousel .owl-nav .owl-prev i { display: none; }
.section-team .owl-carousel .owl-nav .owl-next { left: 84px; opacity: 1; right: auto; }
.section-team .owl-carousel .owl-nav .owl-next:hover { opacity: 1; }
.section-team .owl-carousel .owl-nav .owl-next:hover::after { color: rgb(208, 196, 146); }
.section-team .owl-carousel .owl-nav .owl-next.disabled { opacity: 1; }
.section-team .owl-carousel .owl-nav .owl-next.disabled:hover { opacity: 1; }
.section-team .owl-carousel .owl-nav .owl-next::after { color: rgb(50, 50, 50); content: "next"; font-family: Oxygen, sans-serif; font-size: 12px; letter-spacing: 5px; text-transform: uppercase; }
.section-team .owl-carousel .owl-nav .owl-next i { display: none; }
.icon-styled { display: inline-block; text-align: center; }
.icon-styled i { width: 1em; }
.icon-styled[class*="bg-"], .icon-styled[class*="btn-"], .icon-styled.bordered, .icon-styled.icon-bordered { align-items: center; border-style: solid; border-width: 1px; box-sizing: content-box; display: flex; height: 3em; justify-content: center; width: 3em; }
.text-center .icon-styled[class*="bg-"], .text-center .icon-styled[class*="btn-"], .text-center .icon-styled.bordered, .text-center .icon-styled.icon-bordered { margin-left: auto; margin-right: auto; }
.icon-styled[class*="bg-"] i, .icon-styled[class*="btn-"] i, .icon-styled.bordered i, .icon-styled.icon-bordered i { line-height: 1.8em; }
.icon-styled[class*="bg-"] + p, .icon-styled[class*="btn-"] + p, .icon-styled.bordered + p, .icon-styled.icon-bordered + p { margin-top: 12px; }
.icon-styled.icon-bordered:not([class*="color-"]) { border-color: rgb(225, 225, 225); }
.icon-styled[class*="bg-"] { border-color: transparent; }
.icon-styled.icon-top { align-self: flex-start; line-height: inherit; }
.media > .icon-styled:first-child { flex-shrink: 0; }
.media > .icon-styled:last-child { flex-shrink: 0; }
.icon-inline > .icon-styled:first-child { flex-shrink: 0; margin-right: 20px; }
.icon-inline > .icon-styled:last-child { flex-shrink: 0; margin-left: 20px; }
.icon-inline { align-items: center; display: flex; }
.text-center .icon-inline { justify-content: center; }
.icon-inline > * { margin-bottom: 0px; margin-right: 4px; margin-top: 0px; }
.icon-box.ls, .icon-box.ds, .icon-box.cs, .icon-box.bordered, .icon-box.hero-bg, .icon-box.muted-bg, .icon-box.box-shadow { padding: 70px 30px; }
.c-bordered .icon-box { padding: 70px 30px 30px; }
.c-bordered .icon-box p:last-child { margin-bottom: 20px; }
@media (min-width: 768px) {
  .icon-box.featured-box { height: calc(100% + 12px); margin: -6px -10px; padding-bottom: 36px; padding-top: 76px; position: relative; z-index: 2; }
}
.icon-box .icon-styled[class*="bg-"], .icon-box .icon-styled.icon-bordered { margin-bottom: 0.5em; }
.icon-box .icon-styled + h2, .icon-box .icon-styled + h3, .icon-box .icon-styled + h4 { margin-top: 1.6em; }
.icon-box .icon-styled + p.small-text { font-size: 20px; font-weight: 300; letter-spacing: 0.2em; margin: 0.74em 0px; }
.icon-box h2, .icon-box h3, .icon-box h4 { line-height: 1; margin-bottom: 1.6em; }
.media .heading-accent, .icon-box .heading-accent { font-size: 30px; font-weight: 900; letter-spacing: inherit; line-height: 1; margin-bottom: 0.6em; text-transform: uppercase; }
@media (min-width: 1200px) {
  .media .heading-accent, .icon-box .heading-accent { font-size: 38px; }
}
.media .icon-styled + .heading-accent, .icon-box .icon-styled + .heading-accent { margin-top: 0.6em; }
.media .special-heading, .icon-box .special-heading { font-family: Oxygen, sans-serif; margin: 0px; }
.media.ls, .media.ds, .media.cs, .media.bordered, .media.hero-bg, .media.muted-bg, .media.box-shadow { padding: 30px; }
.media.ls [class*="bg-"], .media.ls .icon-bordered, .media.ds [class*="bg-"], .media.ds .icon-bordered, .media.cs [class*="bg-"], .media.cs .icon-bordered, .media.bordered [class*="bg-"], .media.bordered .icon-bordered, .media.hero-bg [class*="bg-"], .media.hero-bg .icon-bordered, .media.muted-bg [class*="bg-"], .media.muted-bg .icon-bordered, .media.box-shadow [class*="bg-"], .media.box-shadow .icon-bordered { align-items: center; display: flex; justify-content: center; margin-right: 10px; }
.media.ls [class*="bg-"]:last-child, .media.ls .icon-bordered:last-child, .media.ds [class*="bg-"]:last-child, .media.ds .icon-bordered:last-child, .media.cs [class*="bg-"]:last-child, .media.cs .icon-bordered:last-child, .media.bordered [class*="bg-"]:last-child, .media.bordered .icon-bordered:last-child, .media.hero-bg [class*="bg-"]:last-child, .media.hero-bg .icon-bordered:last-child, .media.muted-bg [class*="bg-"]:last-child, .media.muted-bg .icon-bordered:last-child, .media.box-shadow [class*="bg-"]:last-child, .media.box-shadow .icon-bordered:last-child { margin-left: 30px; margin-right: 0px; }
.media .media-body > p:first-child { margin-top: -0.2em; }
.side-icon-box { margin: 15px 0px 32px; }
.side-icon-box h4 { letter-spacing: 0.17em; margin-bottom: 15px; margin-top: 0px; text-transform: uppercase; }
@media (min-width: 1200px) {
  .side-icon-box .icon-styled + .media-body { margin-left: 50px; }
  .side-icon-box { margin-bottom: 50px; }
}
.special-heading {font-size: 34px;line-height: 1;margin-top: 10px;text-transform: uppercase;overflow-wrap: break-word;margin-bottom: 0px !important;}
@media (max-width: 1200px) {
  .special-heading { margin-bottom: 20px !important; }
}
.special-heading span { font-size: 40px; }
.special-heading span span { color: rgb(208, 196, 146); }
@media (max-width: 575px) {
  .special-heading { font-size: 2.3rem; margin-bottom: 20px !important; }
}
.special-heading.text-lowercase { font-size: 62px; font-weight: 300; line-height: 1.1; margin-bottom: 0px; }
.special-heading.big, .special-heading.text-uppercase { font-size: 64px; line-height: 0.8; }
.special-heading.big { margin-bottom: 0.65em; margin-top: 0.65em; }
@media (max-width: 1600px) {
  .special-heading.big, .special-heading.text-lowercase, .special-heading.text-uppercase { font-size: 42px; line-height: 1; }
}
.special-heading + h3 { margin-top: -0.5em; }
@media (min-width: 1200px) {
  .special-heading + p.extra-letter-spacing { letter-spacing: 2em; }
}
.special-heading.text-center + p { text-align: center; }
h3.small .special-heading { font-size: 38px; line-height: 1; }
h3.small { font-size: 20px; margin-bottom: 36px; }
.sub-title { color: rgb(50, 50, 50); display: block; font-family: Oxygen, sans-serif; font-size: 14px; font-weight: 500; letter-spacing: 4px; line-height: 1; text-transform: uppercase; }
.sub-title.absolute-subtitle { bottom: -4px; left: -33px; position: absolute; transform: rotate(-90deg); transform-origin: left center; }
@media (max-width: 768px) {
  .sub-title.absolute-subtitle { position: static; transform: none; }
}
.title-section { position: relative; }
.video-title { left: 16px; position: absolute; top: 47%; transform: translateY(-50%); width: 432px; z-index: 2; }
@media (max-width: 1200px) {
  .video-title { margin-left: auto; margin-right: auto; position: static; transform: none; width: 70%; margin-bottom: 25px !important; }
}
@media (max-width: 768px) {
  .video-title { width: 100%; }
}
.portfolio-section .title-portfolio { margin-left: 130px; }
@media (max-width: 768px) {
  .portfolio-section .title-portfolio { text-align: center; }
  .portfolio-section .title-portfolio .special-heading { margin-bottom: 10px !important; }
}
@media (max-width: 1550px) {
  .portfolio-section .title-portfolio { margin-left: 0px; }
}
.portfolio-section .title-portfolio p { max-width: 355px; }
@media (max-width: 991px) {
  .portfolio-section .title-portfolio p { max-width: 100%; text-align: center; }
}
.number-card { display: flex; margin: 30px 0px; overflow: hidden; position: relative; }
.number-card .card-number span { display: block; font-family: poppins, sans-serif; font-size: 60px; font-weight: 700; letter-spacing: -0.03em; line-height: 1; margin-left: -0.32em; margin-top: -0.14em; position: relative; }
.number-card .card-number span::after { bottom: -0.09em; content: ""; font-size: 0.62em; position: absolute; right: -0.4em; }
@media (min-width: 992px) {
  .number-card .card-number span { font-size: 100px; }
}
@media (min-width: 1200px) {
  .number-card .card-number span { font-size: 238px; }
}
.number-card .card-content { padding: 36px 36px 46px; }
@media (min-width: 992px) {
  .number-card .card-content { padding: 56px 60px 66px 100px; }
}
.number-card .card-content h4 { line-height: 1; margin: 0px; }
.number-card .card-content h3 { font-weight: 900; line-height: 1; margin: 6px 0px 25px; }
@media (min-width: 500px) {
  .number-card .card-content h3 { font-size: 38px; }
}
@media (max-width: 499px) {
  .number-card .card-number { position: absolute; }
  .number-card .card-number span { font-size: 36px; }
  .number-card h3, .number-card h4 { display: inline-block; }
}
.pricing-plan { background-color: rgb(255, 255, 255); border-radius: 5px; margin-bottom: 25px; margin-top: 25px; overflow: hidden; padding: 40px 40px 55px; text-align: center; }
.pricing-plan .price-wrap { align-items: flex-end; display: flex; font-family: Oxygen, sans-serif; font-size: 50px; justify-content: center; line-height: 0.7; margin: 66px 0px 16px; }
.pricing-plan .price-wrap[class*="bg-"] { margin-bottom: 0px; margin-top: 50px; padding: 30px 30px 10px; }
.pricing-plan .price-wrap .plan-price { font-size: 50px; }
.pricing-plan [class*="bg-"] { margin-left: -41px; margin-right: -41px; padding: 10px 30px 30px; }
.pricing-plan .plan-name[class*="bg-"] { margin-top: -40px; padding-top: 30px; }
.pricing-plan .plan-name h3 { font-size: 30px; line-height: 40px; }
.pricing-plan .plan-description { font-family: Oxygen, sans-serif; font-size: 11px; letter-spacing: 4px; line-height: 1; text-transform: uppercase; }
.pricing-plan .plan-decimals { font-size: 32px; }
@media (min-width: 1200px) {
  .pricing-plan { padding: 57px 60px 55px; }
  .pricing-plan [class*="bg-"] { margin-left: -61px; margin-right: -61px; }
  .pricing-plan .plan-name[class*="bg-"] { margin-top: -57px; }
}
.pricing-plan .plan-features { margin: 58px 0px 60px; }
.pricing-plan .plan-button .btn.btn-maincolor { min-width: 200px; }
.pricing-plan.plan-featured { transform: translateY(-35px); }
.pricing-plan.plan-featured .plan-button { top: 48px; }
@media (max-width: 992px) {
  .pricing-plan.plan-featured { transform: none; }
}
.quote-item { align-items: center; display: flex; }
@media (max-width: 768px) {
  .quote-item { flex-direction: column; }
}
.quote-item .quote__image { border-radius: 50%; max-width: 375px; overflow: hidden; }
.quote-item .quote__image img { transition: all 0.3s ease 0s; }
.quote-item .quote__image:hover img { filter: blur(3px); transform: scale(1.2, 1.2); }
.quote-item blockquote { margin-left: 0px; margin-top: 60px; max-width: 690px; z-index: 5; }
@media (max-width: 991px) {
  .quote-item blockquote { margin-left: 0px; margin-top: 0px; }
}
@media (max-width: 768px) {
  .quote-item blockquote { margin-left: 0px; margin-top: 20px; }
}
@media (max-width: 575px) {
  .quote-section blockquote { font-size: 16px; line-height: 1.5; margin-left: auto; margin-right: auto; padding: 0px 20px; text-align: center; width: 80%; }
  .quote-section blockquote footer { margin-bottom: 10px; }
  .quote-section blockquote p::after { background: url("../images/quote.png") center center no-repeat; content: ""; height: 30px; position: absolute; right: -52px; top: 0px; transform: rotate(180deg); width: 35px; }
}
.quote-section .owl-carousel { position: relative; }
.quote-section .owl-carousel .owl-nav { display: none; }
.quote-section .owl-carousel .owl-dots { display: flex; flex-direction: column-reverse; margin-top: 0px; position: absolute; right: 0px; top: 50%; transform: translateY(-50%); }
@media (max-width: 1200px) {
  .quote-section .owl-carousel .owl-dots { flex-direction: row; justify-content: center; margin-right: 90px; position: static; }
}
@media (max-width: 991px) {
  .quote-section .owl-carousel .owl-dots { margin-right: 40px; }
}
@media (max-width: 991px) {
  .quote-section .owl-carousel .owl-dots { margin-right: 0px; }
}
.quote-section .owl-carousel .owl-dots .owl-dot:hover span { border: 2px solid rgb(208, 196, 146); }
.quote-section .owl-carousel .owl-dots .owl-dot span { border: 2px solid rgb(50, 50, 50); height: 10px; margin: 10px 0px; opacity: 1; width: 10px; }
@media (max-width: 1200px) {
  .quote-section .owl-carousel .owl-dots .owl-dot span { margin: 10px 10px 0px; }
}
.quote-section .owl-carousel .owl-dots .owl-dot.active span { background-color: rgb(208, 196, 146); border-color: rgb(208, 196, 146); }
.items-tile .item-content { padding-bottom: 100px; }
.items-tile .item-content h3 { margin-bottom: 0.3em; text-transform: none; }
@media (min-width: 992px) {
  .items-tile .item-content h3 a { display: inline-block; max-height: 3.05em; overflow: hidden; padding-bottom: 0.1em; }
  .items-tile .item-content h3 + p { max-height: 5.5em; overflow: hidden; }
}
.items-tile .item-icons { border-bottom: 10px solid rgba(0, 0, 0, 0.1); border-top: 1px solid rgba(255, 255, 255, 0.2); bottom: 0px; height: 70px; left: 0px; line-height: 60px; padding: 0px 40px; position: absolute; right: 0px; }
.items-tile .item-icons span { padding: 0px 15px; }
@media (min-width: 992px) and (max-width: 1199px) {
  .items-tile .col-lg-4 [class*="col-"]:last-child .item-content { min-height: 320px; }
}
@media (min-width: 1200px) {
  .items-tile .item-content { padding: 60px 60px 100px; }
  .items-tile .item-content h3 { font-size: 38px; }
  .items-tile .col-lg-4 [class*="col-"]:first-child .item-media { margin-bottom: 16px; }
  .items-tile .col-lg-4 [class*="col-"]:last-child .item-content { min-height: 388px; }
}
.filters { display: flex; flex-wrap: wrap; justify-content: center; }
.filters.gallery-filters { padding-bottom: 50px; }
@media (max-width: 991px) {
  .filters.gallery-filters { padding-bottom: 30px; }
}
@media (max-width: 575px) {
  .filters.gallery-filters { padding-bottom: 10px; }
}
.filters.filters-active-tob-border { padding-top: 0px; }
.filters.filters-active-tob-border a { position: relative; }
.filters.filters-active-tob-border a.active::after { background: rgb(208, 196, 146); content: ""; height: 1px; left: 0px; position: absolute; right: 0px; top: 0px; z-index: 1; }
.filters a { font-family: Oxygen, sans-serif; font-size: 12px; letter-spacing: 4px; line-height: 12px; padding: 0px 21px 20px; position: relative; text-transform: uppercase; z-index: 1; }
.filters a::before { background: 0px 0px; content: ""; height: 52px; left: 50%; position: absolute; top: 20%; transform: translateX(-50%) translateY(-50%); width: 56px; }
.filters .active { color: rgb(208, 196, 146); }
@media (min-width: 992px) {
  .isotope-wrapper + .row { margin-top: 60px; }
  .isotope-wrapper.c-mb-30 + .row { margin-top: 50px; }
  .isotope-wrapper.c-mb-10 + .row { margin-top: 50px; }
  .isotope-wrapper.c-mb-1 + .row { margin-top: 59px; }
}
.gallery-single .title { font-size: 30px; }
@media (max-width: 768px) {
  .gallery-single .item-content { text-align: center; }
}
.gallery-single .model { background: rgb(0, 0, 0); }
.main-gallery .isotope-wrapper .vertical-item .media-links { background-color: rgba(0, 0, 0, 0.1); }
.main-gallery .isotope-wrapper .vertical-item.item-gallery:hover img { filter: blur(3px); transform: scale(1.2, 1.2); }
.main-gallery .isotope-wrapper .vertical-item.item-gallery .item-media { position: relative; }
.main-gallery .isotope-wrapper .vertical-item.item-gallery .item-media img { transition: all 0.3s ease 0s; }
.main-gallery .isotope-wrapper .vertical-item.item-gallery .item-media .galery-vertical { bottom: 44%; max-width: 72%; position: absolute; right: 12%; transform: rotate(90deg); transform-origin: right center; }
.main-gallery .isotope-wrapper .vertical-item.item-gallery .item-media .galery-vertical.title-right { bottom: 20%; left: 14%; right: auto; transform: rotate(-90deg); transform-origin: left center; }
.main-gallery .isotope-wrapper .vertical-item.item-gallery .item-media .galery-vertical p { color: rgb(255, 255, 255); font-family: Oxygen, sans-serif; font-size: 12px; letter-spacing: 5px; text-transform: uppercase; }
.main-gallery .isotope-wrapper .vertical-item.item-gallery .item-media .galery-gorizontal { bottom: 9%; position: absolute; right: 50%; transform: translateX(50%); width: 68%; }
.main-gallery .isotope-wrapper .vertical-item.item-gallery .item-media .galery-gorizontal.gallery-center { top: 55%; transform: translateX(50%) translateY(-50%); width: 90%; }
.main-gallery .isotope-wrapper .vertical-item.item-gallery .item-media .galery-gorizontal.gallery-center h3, .main-gallery .isotope-wrapper .vertical-item.item-gallery .item-media .galery-gorizontal.gallery-center p { color: rgb(255, 255, 255); }
.main-gallery .isotope-wrapper .vertical-item.item-gallery .item-media .galery-gorizontal h3 { color: rgb(50, 50, 50); letter-spacing: 4px; margin-bottom: 18px; text-transform: uppercase; }
@media (max-width: 1300px) {
  .main-gallery .isotope-wrapper .vertical-item.item-gallery .item-media .galery-gorizontal h3 { font-size: 27px; letter-spacing: 6px; line-height: 27px; }
}
.main-gallery .isotope-wrapper .vertical-item.item-gallery .item-media .galery-gorizontal p { color: rgb(50, 50, 50); font-family: Oxygen, sans-serif; font-size: 12px; letter-spacing: 4.8px; line-height: 20px; text-transform: uppercase; }
.hello .owl-carousel { margin-top: -40px; }
.hello .owl-carousel .owl-stage { margin-top: 40px; }
.hello .owl-carousel .owl-item.active:nth-child(2n+1) { }
@media (max-width: 1200px) {
}
.hello .owl-carousel .owl-item.active:nth-child(2n+1) span { color: rgb(255, 255, 255); }
.hello .owl-carousel .owl-dots { display: none; }
@media (max-width: 1199px) {
  .hello .owl-carousel .owl-dots { display: flex; justify-content: center; margin-top: 20px; }
}
.hello .owl-carousel .owl-dots .owl-dot:hover span { border: 2px solid rgb(208, 196, 146); }
.hello .owl-carousel .owl-dots .owl-dot span { border: 2px solid rgb(50, 50, 50); height: 10px; margin: 10px 0px; opacity: 1; width: 10px; }
@media (max-width: 1199px) {
  .hello .owl-carousel .owl-dots .owl-dot span { margin: 10px 10px 0px; }
}
.hello .owl-carousel .owl-dots .owl-dot.active span { background-color: rgb(208, 196, 146); border-color: rgb(208, 196, 146); }
.hello .container { position: relative; z-index: 10; }
.hello .hello-img { perspective: 300px; position: relative; }
.hello .hello-img img { transition: transform 1.5s ease 0s, -webkit-transform 1.5s ease 0s; border: 5px solid rgb(255, 255, 255); }
.hello .hello-img span { bottom: 18px; color: rgb(255, 255, 255); font-family: Oxygen, sans-serif; font-size: 12px; left: 50%; letter-spacing: 5px; position: absolute; text-transform: uppercase; transform: translateX(-50%); }
.hello .hello-img:hover img { transform: rotateY(360deg); }
.hello .hello-content h3 { margin-bottom: 14px; margin-top: 27px; }
@media (max-width: 575px) {
  .hello .hello-content h3 { margin-bottom: 0px; margin-top: 10px; }
}
.hello .hello-content p { margin: 0px auto; max-width: 250px; }
.service .sevices-single { display: inline-block; margin-bottom: 50px; min-width: 432px; }
.service .sevices-single .sevices-single__image { overflow: hidden; }
.service .sevices-single:hover img { filter: blur(3px); transform: scale(1.2, 1.2); transition: all 0.3s ease 0s; }
@media (max-width: 1200px) {
  .service .sevices-single { margin-bottom: 40px; text-align: center !important; }
}
@media (max-width: 575px) {
  .service .sevices-single { margin-bottom: 35px; min-width: 280px; }
}
.service .sevices-single h4 { margin-bottom: 2px; margin-top: 40px; }
.service .sevices-single h4:hover { color: rgb(208, 196, 146); }
@media (max-width: 1200px) {
  .service .sevices-single h4 { margin-top: 25px; }
}
.service .sevices-single span { color: rgb(208, 196, 146); font-family: Oxygen, sans-serif; font-size: 12px; letter-spacing: 5px; text-transform: uppercase; }
.service .sevices-single span:hover { color: rgb(50, 50, 50); }
.service .services-button { }
@media (max-width: 991px) {
  .service .services-button { margin: 0px auto; }
}
.banner { border-radius: 5px; display: inherit; overflow: hidden; padding: 20px; position: relative; }
.banner .cover-image { background-position: 50% 100%; inset: 0px; display: block; position: absolute; z-index: 2; }
.banner__img img { display: none; }
.banner__content { border: 2px solid rgba(255, 255, 255, 0.15); padding: 75px 20px 60px; position: relative; text-align: center; z-index: 3; }
.banner__title { font-size: 40px; margin-bottom: 0px; text-transform: uppercase; }
@media (max-width: 478px) {
  .banner__title { font-size: 30px; }
}
.banner__text { color: rgb(228, 23, 121); display: inline-block; font-size: 11px; letter-spacing: 4px; min-width: 8em; padding: 0.25em 0.8em 0.05em; text-align: center; text-transform: uppercase; }
.contact-form textarea { min-height: 160px; }
.excerpt { color: rgb(50, 50, 50); font-family: Oxygen, sans-serif; font-size: 20px; }
aside h2 { line-height: 1; margin-bottom: 0px; }
aside > * + * { margin-top: 60px; }
@media (max-width: 575px) {
  aside > * + * { margin-top: 40px; }
}
.widget { position: relative; }
.widget > h3, .widget .widget-title { font-size: 30px; line-height: 1; margin-bottom: 27px; }
@media (max-width: 575px) {
  .widget > h3, .widget .widget-title { margin-bottom: 15px; }
}
.widget > h2:last-child { line-height: 1; }
.widget li.media { margin-bottom: 20px; }
.widget li.media img { max-width: 80px; }
.widget li.media h3, .widget li.media h4 { font-size: inherit; line-height: 1.4; margin-bottom: 0.5em; text-transform: none; }
.widget li.media p { line-height: 1.4; margin-bottom: 0.5em; }
.page_footer .widget {margin-bottom: 30px;}
@media (max-width: 575px) {
  .page_footer .widget { margin-bottom: 30px; }
}
.page_footer .widget > h3, .page_footer .widget .widget-title { margin-bottom: 2.2em; }
@media (max-width: 575px) {
  .page_footer .widget > h3, .page_footer .widget .widget-title { margin-bottom: 0.5em; }
}
.page_footer .widget.widget_social_buttons { margin-bottom: 8px; }
.page_footer .widget.logo { margin-bottom: 40px; }
.page_footer .widget.logo img { margin-left: -49px; }
.widget-title.next-image-background { position: relative; z-index: 2; }
.widget-title.next-image-background + img { left: 0px; opacity: 0.5; position: absolute; top: -15px; }
.text-center .widget-title.next-image-background + img { left: 50%; transform: translateX(-50%); }
@media (max-width: 991px) {
  aside { margin: 60px auto; max-width: 370px; }
}
@media (max-width: 575px) {
  aside { margin: 30px auto; max-width: 100%; }
}
.affix-aside { position: relative; }
.affix-aside.affix {position: fixed;top: 0;}
.affix-aside.affix-bottom { position: absolute !important; }
.affix-aside.affix-top { left: auto !important; width: inherit !important; }
@media (max-width: 991px) {
  .affix-aside, .affix-aside.affix-top, .affix-aside.affix, .affix-aside.affix-bottom { position: static !important; width: 100% !important; }
}
.stars > span { display: flex; }
.stars a { color: transparent; position: relative; text-indent: -999em; width: 1em; }
.stars a::before { font-family: fontawesome; height: 1em; left: 0px; line-height: 1; position: absolute; text-indent: 0px; top: 0px; width: 1em; }
.stars a::before, .stars a:hover ~ a::before { color: rgb(127, 127, 127); content: ""}
.stars.selected a.active::before, .stars:hover a::before { color: rgb(208, 196, 146); content: ""; opacity: 1; }
.stars.selected a.active ~ a::before { color: rgb(127, 127, 127); content: ""; opacity: 0.75; }
.stars.selected a:not(.active)::before { color: rgb(208, 196, 146); content: ""; opacity: 1; }
.star-rating { color: rgb(208, 196, 146); font-family: fontawesome; font-size: 1em; height: 1em; letter-spacing: 0.1em; line-height: 1; overflow: hidden; position: relative; width: 5em; }
.star-rating::before { color: rgb(50, 50, 50); content: ""}
.star-rating span { float: left; left: 0px; overflow: hidden; padding-top: 1.5em; position: absolute; top: 0px; }
.star-rating span::before { content: ""; left: 0px; position: absolute; top: 0px; }
.widget_twitter .widget-title { margin-bottom: 13px; }
.widget_twitter .twitter-item .fa { color: rgb(85, 172, 238); font-size: 20px; }
.widget_twitter .twitter-item .media * + .media-body { margin-left: 7px; }
.widget_twitter .twitter-item .media .icon-styled { margin-top: 0px; }
.widget_twitter .twitter-item .media .media-body > p { margin: 0px; }
.widget_twitter .twitter-item .media .media-body > p + a { display: inline-block; margin-top: 16px; }
.widget_twitter .twitter-item .media .media-body a { color: rgb(208, 196, 146); }
.widget_twitter .twitter-item .media .media-body a:hover { color: rgb(255, 255, 255) !important; }
.widget_twitter .twitter-item .media + .media { margin-top: 20px; }
.widget_search form, .widget_product_search form, .widget_mailchimp form { margin: auto; position: relative; }
.widget_search label, .widget_product_search label, .widget_mailchimp label { display: inline; margin: 0px; padding: 0px; }
.widget_search input, .widget_product_search input, .widget_mailchimp input { border: none; border-radius: 0px; height: 60px; max-width: 370px; padding: 9px 28px; width: 100%; }
@media (max-width: 1200px) {
  .widget_search input, .widget_product_search input, .widget_mailchimp input { padding: 9px 15px; }
}
.width-auto .widget_search form, .width-auto .widget_search input, .width-auto .widget_product_search form, .width-auto .widget_product_search input, .width-auto .widget_mailchimp form, .width-auto .widget_mailchimp input { max-width: none; }
.widget_search button, .widget_mailchimp button, .widget_product_search form input[type="submit"], .widget_product_search form::before { background-color: transparent; border: none; opacity: 1; padding-left: 10px; padding-right: 10px; position: absolute; right: 0px; text-align: center; top: 0px; width: 60px; }
.widget_search button, .widget_mailchimp button, .widget_product_search form input[type="submit"] { align-items: center; background-color: rgb(208, 196, 146); border-radius: 0px; display: flex; height: 100%; justify-content: center; }
.widget_search button:hover, .widget_mailchimp button:hover, .widget_product_search form input[type="submit"]:hover { background-color: rgb(50, 50, 50); }
.widget_search button::before, .widget_mailchimp button::before, .widget_product_search form::before { color: rgb(255, 255, 255); content: ""}.widget_mailchimp form button::before { content: ""; font-family: flaticon; }
.widget_mailchimp.pencil form button::before { content: ""; }
.widget_product_search form::before { line-height: 60px; }
.widget_product_search input[type="submit"] { color: transparent; font-size: 0px; }
.page_footer .widget_mailchimp form { position: relative; }
.page_footer .widget_mailchimp form, .page_footer .widget_mailchimp input { border-radius: 0px; height: 80px; max-width: 630px; width: 100%; }
.page_footer .widget_mailchimp input { color: rgb(127, 127, 127); padding: 9px 80px; }
@media (max-width: 575px) {
  .page_footer .widget_mailchimp input { padding: 9px 50px; text-align: left; }
}
.page_footer .widget_mailchimp i { color: rgb(50, 50, 50); left: 6.3%; position: absolute; top: 50%; transform: translateY(-50%); }
.page_footer .widget_mailchimp button { align-items: center; border-radius: 0px; display: flex; justify-content: center; width: 80px; }
.page_footer .widget_mailchimp button i { color: rgb(255, 255, 255); font-size: 16px; position: static; transform: none; }
@media (max-width: 575px) {
  .page_footer .widget_mailchimp button { width: 60px; }
}
.page_footer .widget_mailchimp button::before { display: none; }
.widget_archive ul, .widget_categories ul, .widget_nav_menu ul, .widget_meta ul, .widget_pages ul, .widget_recent_comments ul, .widget_recent_entries ul { list-style: none; margin: 0px; padding: 0px; width: 100%; }
.widget_archive ul ul li, .widget_categories ul ul li, .widget_nav_menu ul ul li, .widget_meta ul ul li, .widget_pages ul ul li, .widget_recent_comments ul ul li, .widget_recent_entries ul ul li { padding-left: 20px; }
.widget_archive ul ul li:last-child, .widget_categories ul ul li:last-child, .widget_nav_menu ul ul li:last-child, .widget_meta ul ul li:last-child, .widget_pages ul ul li:last-child, .widget_recent_comments ul ul li:last-child, .widget_recent_entries ul ul li:last-child { border-bottom: none; padding-bottom: 0px; }
.widget_archive li, .widget_categories li, .widget_nav_menu li, .widget_meta li, .widget_pages li, .widget_recent_comments li, .widget_recent_entries li {border-bottom: 1px solid rgb(66 66 66);border-top: 1px solid rgb(0 0 0 / 0%);padding: 5px 0;display: block;}
.widget_archive li + li, .widget_categories li + li, .widget_nav_menu li + li, .widget_meta li + li, .widget_pages li + li, .widget_recent_comments li + li, .widget_recent_entries li + li { border-top: none; }
.widget_archive a:empty, .widget_archive li > a:not([href]), .widget_categories a:empty, .widget_categories li > a:not([href]), .widget_nav_menu a:empty, .widget_nav_menu li > a:not([href]), .widget_meta a:empty, .widget_meta li > a:not([href]), .widget_pages a:empty, .widget_pages li > a:not([href]), .widget_recent_comments a:empty, .widget_recent_comments li > a:not([href]), .widget_recent_entries a:empty, .widget_recent_entries li > a:not([href]) { display: none !important; }
.ls .widget_archive li, .ls .widget_categories li, .ls .widget_nav_menu li, .ls .widget_meta li, .ls .widget_pages li { align-items: center; display: flex; flex-wrap: wrap; }
.ls .widget_archive li a, .ls .widget_categories li a, .ls .widget_nav_menu li a, .ls .widget_meta li a, .ls .widget_pages li a {color: rgb(255 255 255);display: inline-block;flex-grow: 10;font-size: 18px;font-weight: 200;padding-bottom: 14px;padding-top: 15px;padding: 1px 0;}
.ls .widget_archive li a:hover, .ls .widget_categories li a:hover, .ls .widget_nav_menu li a:hover, .ls .widget_meta li a:hover, .ls .widget_pages li a:hover { color: rgb(208, 196, 146); }
.ls .widget_archive li span, .ls .widget_categories li span, .ls .widget_nav_menu li span, .ls .widget_meta li span, .ls .widget_pages li span { color: rgb(208, 196, 146); font-size: 16px; }
.ls .widget_archive li span::before, .ls .widget_archive li span::after, .ls .widget_categories li span::before, .ls .widget_categories li span::after, .ls .widget_nav_menu li span::before, .ls .widget_nav_menu li span::after, .ls .widget_meta li span::before, .ls .widget_meta li span::after, .ls .widget_pages li span::before, .ls .widget_pages li span::after { content: "/"; padding: 0px 8px; }
.ls .widget_recent_comments a, .ls .widget_recent_entries a { color: rgb(127, 127, 127); }
.ls .widget_recent_comments a:hover, .ls .widget_recent_entries a:hover { color: rgb(208, 196, 146); }
.widget_recent_comments li, .widget_recent_entries li { font-size: 20px; padding-bottom: 14px; padding-top: 15px; }
.page_copyright .widget_nav_menu li, .page_topline .widget_nav_menu li { border: none; display: inline-block; padding-bottom: 0px; padding-right: 5px; padding-top: 0px; position: relative; }
.page_copyright .widget_nav_menu li::before, .page_topline .widget_nav_menu li::before { background-color: rgba(0, 0, 0, 0.1); bottom: 5px; content: ""; display: block; left: -5px; opacity: 0.3; padding: 0px; position: absolute; top: 5px; width: 1px; }
.page_copyright .widget_nav_menu li:first-child::before, .page_topline .widget_nav_menu li:first-child::before { display: none; }
.page_copyright .widget_nav_menu a, .page_topline .widget_nav_menu a { padding: 0px 10px; }
.page_copyright .widget_nav_menu a::before, .page_topline .widget_nav_menu a::before { display: none; }
.widget_categories select, .widget_archive select { color: rgb(127, 127, 127); font-family: Oxygen, sans-serif; font-size: 12px; height: 60px; max-width: 370px; padding: 9px 26px; text-transform: uppercase; width: 100%; }
.widget_popular_entries ul, .widget_recent_posts ul { list-style: none; margin: 0px; padding: 0px; }
.widget_popular_entries ul li.media, .widget_recent_posts ul li.media { background-color: rgb(255, 255, 255); border-radius: 0px; height: 100px; margin-bottom: 20px; min-height: 100px; overflow: hidden; padding-left: 120px; position: relative; }
.widget_popular_entries ul li.media:last-child, .widget_recent_posts ul li.media:last-child { margin-bottom: 0px; }
.widget_popular_entries ul li.media .star-rating, .widget_recent_posts ul li.media .star-rating { font-size: 14px; }
.widget_popular_entries ul li.media .media-body, .widget_recent_posts ul li.media .media-body { margin-left: 0px; padding-right: 10px; padding-top: 10px; }
.widget_popular_entries ul li.media h4, .widget_recent_posts ul li.media h4 { font-family: Oxygen, sans-serif; font-size: 18px; max-height: 50px; overflow: hidden; }
.widget_popular_entries ul li.media a > img, .widget_recent_posts ul li.media a > img { border-radius: 0px; height: 100%; left: 0px; max-width: 100px; position: absolute; top: 0px; }
.widget_popular_entries ul li.media a > img:hover, .widget_recent_posts ul li.media a > img:hover { filter: blur(3px); }
.widget_recent_posts ul li.media .media-body { padding-top: 18px; }
.widget_recent_posts ul .item-meta { color: rgb(208, 196, 146); font-family: Oxygen, sans-serif; font-size: 11px; letter-spacing: 4px; }
.widget_recent_posts ul h4 { max-height: 50px; overflow: hidden; }
@media (max-width: 480px) {
  .widget_recent_posts ul li.media .media-body { padding-top: 10px; }
}
.widget_posts_2cols ul h5 { background-color: rgb(255, 255, 255); font-size: 16px; line-height: 20px; margin-top: 0px; padding: 10px 5px; text-align: center; }
.widget_posts_2cols ul h5 a:hover { color: rgb(208, 196, 146); }
.widget_slider .owl-carousel { box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 10px 0px; }
.widget_slider .vertical-item { overflow: hidden; }
.widget_slider .vertical-item .item-media + .item-content { background-color: rgb(255, 255, 255); padding: 35px 40px; }
.widget_slider .item-meta { color: rgb(208, 196, 146); font-family: Oxygen, sans-serif; font-size: 11px; letter-spacing: 4px; margin-bottom: 6px; }
.widget_slider h4 { font-size: 18px; line-height: 20px; margin-top: 0px; }
.widget_slider h4 a:hover { color: rgb(208, 196, 146); }
.widget_post_tabs .tab-pane .item-media + .item-content { padding-top: 20px; }
.widget_post_tabs .nav-item { min-width: 32.8%; }
.widget_post_tabs .nav-item .nav-link { min-width: unset; padding: 16px 15px; }
.widget_slider .item-meta, .tab-pane .item-meta { color: rgb(208, 196, 146); font-size: 11px; letter-spacing: 4px; margin-bottom: 2px; text-transform: uppercase; }
.widget_slider h4, .tab-pane h4 { font-size: 18px; line-height: 20px; margin-top: 6px; }
.widget_instagram .photo { margin: 0px 5px 10px; position: relative; }
.widget_instagram .photo img { max-width: 105px; }
.widget_instagram .photo img:hover { filter: blur(3px); }
.calendar_wrap { border-radius: 5px; margin-bottom: 0px; overflow: hidden; width: 100%; }
@media (min-width: 768px) and (max-width: 992px) {
  .calendar_wrap { overflow: auto hidden; }
}
.widget_calendar table { display: flex; flex-direction: column; margin: 0px; max-width: 370px; position: relative; text-align: center; }
.widget_calendar caption { background-color: rgb(208, 196, 146); color: rgb(255, 255, 255); font-family: Oxygen, sans-serif; line-height: 1; padding: 21px 0px; text-align: center; }
.widget_calendar thead { color: rgb(255, 255, 255); }
.widget_calendar thead th { background-color: rgb(50, 50, 50); font-size: 11px; letter-spacing: 4px; padding: 22px 0px; text-align: center; text-transform: uppercase; width: 100px; }
.widget_calendar thead th:first-child { padding-left: 26px; }
.widget_calendar thead th:last-child { padding-right: 26px; }
.widget_calendar tbody { background-color: rgb(245, 244, 243); border-top: none; color: rgb(0, 0, 0); }
.widget_calendar tbody tr:first-child td { padding-top: 31px; }
.widget_calendar tbody tr:last-child td { padding-bottom: 30px; }
.widget_calendar tbody td { padding: 8px 4px; position: relative; width: 100px; }
.widget_calendar tbody td:first-child { padding-left: 26px; }
.widget_calendar tbody td:last-child { padding-right: 26px; }
.widget_calendar tbody td.pad { color: rgb(127, 127, 127); opacity: 0.5; }
.widget_calendar tbody td a:hover { opacity: 0.5; color: rgb(242, 139, 188) !important; }
.widget_calendar th { color: inherit; }
.widget_calendar tfoot td { position: absolute; top: 0px; }
.widget_calendar tfoot td a { color: transparent; display: inline-block; font-size: 0px; height: 60px; line-height: 60px; padding: 0px 25px; text-align: center; }
.widget_calendar tfoot td a:hover::before, .widget_calendar tfoot td a:hover::after { color: rgb(242, 139, 188); }
.widget_calendar tfoot td a::before, .widget_calendar tfoot td a::after { color: rgb(255, 255, 255); font-family: fontawesome; font-size: 14px; }
.widget_calendar tfoot td.pad { display: none; }
.widget_calendar tfoot td:first-child { border-right: 1px solid rgb(242, 139, 188); }
.widget_calendar tfoot td:last-child { border-left: 1px solid rgb(242, 139, 188); }
.widget_calendar tfoot td:first-child { left: 0px; padding: 0px; }
.widget_calendar tfoot td:first-child a::before { content: ""; }
.widget_calendar tfoot td:last-child { padding: 0px; right: 0px; }
.widget_calendar tfoot td:last-child a::after { content: ""; }
.widget_rss .widget-title .rsswidget:first-child img { display: none; }
.widget_rss .widget-title .rsswidget:first-child::before { content: ""; font-family: fontawesome; font-size: 0.8em; padding-right: 0.3em; position: relative; top: -1px; }
.widget_rss ul { list-style: none; padding-left: 0px; }
.widget_rss ul a { display: block; letter-spacing: 0.1em; line-height: 1.5; text-transform: uppercase; }
.widget_rss li cite:last-child { display: block; margin-top: 0.5em; }
.widget_rss li + li { margin-top: 1.5em; }
.widget_rss .rss-date { color: rgb(31, 39, 50); display: block; font-family: Oxygen, sans-serif; font-size: 12px; font-weight: 400; letter-spacing: 0.1em; line-height: 1em; margin: 0.8em 0px; text-transform: uppercase; }
.widget_tag_cloud a { border: 2px solid rgb(31, 39, 50); display: inline-block; font-family: Oxygen, sans-serif; font-size: 12px; letter-spacing: 4px; margin: 0px 3px 10px 0px; min-width: 165px; padding: 1px 18px 1px 22px; text-align: center; text-transform: uppercase; }
.widget_tag_cloud a:hover { background-color: transparent; border-color: rgb(208, 196, 146); color: rgb(208, 196, 146); }
.widget_flickr ul { margin: 0px; padding: 0px; }
.widget_flickr li { display: inline-block; margin: 0px 5px 10px; }
.widget_flickr img { max-width: 105px; }
.widget_flickr a { opacity: 1; }
.widget_flickr a:hover img { filter: blur(3px); }
.widget_instagram { margin-bottom: -10px; }
.widget_instagram .photo { display: inline-block; width: auto; }
.widget_instagram img { max-width: 82px; }
.apsc-facebook-icon, .apsc-twitter-icon, .apsc-youtube-icon, .apsc-soundcloud-icon, .apsc-dribble-icon, .apsc-comment-icon, .apsc-edit-icon, .apsc-google-plus-icon, .apsc-instagram-icon { background-color: rgb(255, 255, 255); }
.apsc-facebook-icon i { background-color: rgb(59, 89, 152); }
.apsc-twitter-icon i { background-color: rgb(29, 202, 255); }
.apsc-youtube-icon i { background-color: rgb(229, 45, 39); }
.apsc-soundcloud-icon i { background-color: rgb(255, 136, 0); }
.apsc-dribble-icon i { background-color: rgb(234, 76, 137); }
.apsc-comment-icon i { background-color: rgb(70, 70, 70); }
.apsc-edit-icon i { background-color: rgb(131, 125, 125); }
.apsc-google-plus-icon i { background-color: rgb(221, 75, 57); }
.apsc-instagram-icon i { background-color: rgb(200, 40, 106); }
.apsc-each-profile a:hover { color: rgb(255, 255, 255) !important; text-decoration: none !important; }
.apsc-theme-4 .apsc-each-profile { margin-bottom: 9px; }
.apsc-theme-4 .apsc-inner-block { display: flex; flex-wrap: wrap; justify-content: flex-end; }
.apsc-theme-4 .social-icon { display: inline-block; margin-right: auto; padding: 4px 0px; transition: all 0.5s ease-in-out 0s; }
.apsc-theme-4 .apsc-each-profile a { box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 10px 0px; color: rgb(255, 255, 255); display: block; font-size: 14px; font-weight: 700; line-height: 1; overflow: hidden; padding: 20px 30px 21px 90px; position: relative; text-transform: uppercase; }
@media (max-width: 1200px) {
  .apsc-theme-4 .apsc-each-profile a { padding-left: 80px; padding-right: 15px; }
}
@media (max-width: 768px) {
  .apsc-theme-4 .apsc-each-profile a { padding-left: 90px; padding-right: 15px; }
}
@media (max-width: 468px) {
  .apsc-theme-4 .apsc-each-profile a { padding-left: 80px; padding-right: 10px; }
}
.apsc-theme-4 .apsc-each-profile a:hover { opacity: 0.8; }
.apsc-theme-4 .apsc-each-profile a .fa { align-items: center; border-right: 1px solid rgba(255, 255, 255, 0.4); bottom: 0px; display: flex; font-size: 16px; justify-content: center; left: 0px; position: absolute; top: 0px; transform: none; transition: all 0.5s ease-in-out 0s; width: 60px; }
.apsc-theme-4 .apsc-each-profile a .fa::before { margin-left: 2px; }
.apsc-theme-4 .apsc-each-profile span { font-family: Oxygen, sans-serif; font-size: 12px; font-weight: 400; letter-spacing: 5px; }
.apsc-theme-4 .apsc-each-profile span.media-name { color: rgb(0, 0, 0); }
.apsc-theme-4 .apsc-count { border-radius: 0px; color: rgb(50, 50, 50); display: inline-block; font-size: inherit; padding: 4px; position: relative; text-align: center; text-transform: initial; transition: all 0.5s ease-in-out 0s; }
.apsc-theme-4 .apsc-media-type { color: rgb(255, 255, 255); display: inline-block; padding: 4px 0px; }
@media screen and (max-width: 479px) {
  .apsc-theme-4 .apsc-each-profile, .apsc-theme-3 .apsc-each-profile { float: none; }
}
.tweet_avatar { float: left; margin-top: 4px; }
.tweet_avatar img { display: none; max-width: 25px; }
.tweet_avatar::before { color: rgb(85, 172, 238); content: ""; font-family: fontawesome; }
.tweet_right { margin-left: 35px; overflow: hidden; zoom: 1; }
.tweet_list { list-style: none; padding: 0px; }
.tweet_list li + li { clear: both; padding-top: 20px; }
.tweet_text a:last-child { display: block; }
.tweet_time { display: block; }
.widget_slider h4:first-child { font-weight: 400; line-height: 1; margin-bottom: 0.3em; margin-top: -1em; text-transform: none; }
.widget_slider .cat-links { bottom: 0px; left: 0px; margin-bottom: -4px; position: absolute; }
.widget_post_tabs h4:first-child { font-weight: 400; line-height: 1; margin-bottom: 0.3em; margin-top: -1em; text-transform: none; }
.widget_post_tabs .vertical-item { margin-bottom: 2em; }
.widget_post_tabs .vertical-item:last-child { margin-bottom: 0px; }
.widget_posts_2cols ul { display: flex; flex-wrap: wrap; }
.widget_posts_2cols li { margin-top: 20px; width: 50%; }
.widget_posts_2cols li a { display: block; overflow: hidden; }
.widget_posts_2cols li img:hover { filter: blur(3px); transform: scale(1.2, 1.2); }
.widget_posts_2cols li:nth-child(2n) { padding-left: 10px; }
.widget_posts_2cols li:nth-child(2n+1) { padding-right: 10px; }
.widget_posts_2cols li:nth-child(1), .widget_posts_2cols li:nth-child(2) { margin-top: 0px; }
.widget_posts_2cols h5 { font-size: 16px; margin: 10px 0px 0px; text-transform: none; }
a[class*="fa-"]::before { display: inline-block; font-family: fontawesome, sans-serif; font-size: 14px; line-height: 1; padding-left: 2px; width: 1em; }
a.fa { font-size: 0px; line-height: 0; margin-left: 8px; margin-right: 21px; text-align: center; }
a.fa.bg-icon, a.fa .tooltip, a.fa.color-bg-icon, a.fa .tooltip, a.fa.border-icon { margin-left: 0px; margin-right: 2px; }
a.fa:first-child { margin-left: 0px; }
a.fa:last-child { margin-right: 0px; }
a.color-bg-icon { background-color: rgb(255, 255, 255) !important; color: rgb(0, 0, 0) !important; }
a.color-bg-icon:hover { background-color: rgb(208, 196, 146) !important; }
.social-icons a.fa + a.fa { margin-left: 0px; }
@media (min-width: 576px) {
  .social-icons a.fa + a.fa { margin-left: 1px; }
}
a.border-icon::before, a.bg-icon::before, a.color-bg-icon::before { height: 2.6em; line-height: 2.6em; width: 2.6em; }
a[class*="fa-"].rounded-icon { border-radius: 50%; }
a[class*="fa-"].rounded { border-radius: 4px; }
a.color-icon.fa-500px, a[class*="fa-"].fa-500px:hover { color: rgb(0, 153, 229); }
a.color-icon.fa-adn, a[class*="fa-"].fa-adn:hover { color: rgb(74, 72, 76); }
a.color-icon.fa-amazon, a[class*="fa-"].fa-amazon:hover { color: rgb(255, 153, 0); }
a.color-icon.fa-android, a[class*="fa-"].fa-android:hover { color: rgb(164, 198, 57); }
a.color-icon.fa-angellist, a[class*="fa-"].fa-angellist:hover { color: rgb(0, 0, 0); }
a.color-icon.fa-apple, a[class*="fa-"].fa-apple:hover { color: rgb(151, 151, 151); }
a.color-icon.fa-behance-square, a[class*="fa-"].fa-behance-square:hover { color: rgb(23, 105, 255); }
a.color-icon.fa-behance, a[class*="fa-"].fa-behance:hover { color: rgb(23, 105, 255); }
a.color-icon.fa-bitbucket-square, a[class*="fa-"].fa-bitbucket-square:hover { color: rgb(32, 80, 129); }
a.color-icon.fa-bitbucket, a[class*="fa-"].fa-bitbucket:hover { color: rgb(32, 80, 129); }
a.color-icon.fa-bitcoin, a[class*="fa-"].fa-bitcoin:hover { color: rgb(238, 146, 9); }
a.color-icon.fa-black-tie, a[class*="fa-"].fa-black-tie:hover { color: rgb(34, 34, 34); }
a.color-icon.fa-btc, a[class*="fa-"].fa-btc:hover { color: rgb(238, 146, 9); }
a.color-icon.fa-buysellads, a[class*="fa-"].fa-buysellads:hover { color: rgb(201, 1, 0); }
a.color-icon.fa-cc-amex, a[class*="fa-"].fa-cc-amex:hover { color: rgb(0, 123, 193); }
a.color-icon.fa-cc-diners-club, a[class*="fa-"].fa-cc-diners-club:hover { color: rgb(0, 74, 151); }
a.color-icon.fa-cc-discover, a[class*="fa-"].fa-cc-discover:hover { color: rgb(246, 129, 33); }
a.color-icon.fa-cc-jcb, a[class*="fa-"].fa-cc-jcb:hover { color: rgb(0, 58, 143); }
a.color-icon.fa-cc-mastercard, a[class*="fa-"].fa-cc-mastercard:hover { color: rgb(10, 58, 130); }
a.color-icon.fa-cc-paypal, a[class*="fa-"].fa-cc-paypal:hover { color: rgb(37, 59, 128); }
a.color-icon.fa-cc-stripe, a[class*="fa-"].fa-cc-stripe:hover { color: rgb(0, 175, 225); }
a.color-icon.fa-cc-visa, a[class*="fa-"].fa-cc-visa:hover { color: rgb(1, 87, 162); }
a.color-icon.fa-chrome, a[class*="fa-"].fa-chrome:hover { color: rgb(69, 135, 243); }
a.color-icon.fa-codepen, a[class*="fa-"].fa-codepen:hover { color: rgb(0, 0, 0); }
a.color-icon.fa-connectdevelop, a[class*="fa-"].fa-connectdevelop:hover { color: rgb(57, 20, 72); }
a.color-icon.fa-contao, a[class*="fa-"].fa-contao:hover { color: rgb(235, 134, 35); }
a.color-icon.fa-creative-commons, a[class*="fa-"].fa-creative-commons:hover { color: rgb(35, 31, 32); }
a.color-icon.fa-css3, a[class*="fa-"].fa-css3:hover { color: rgb(22, 128, 192); }
a.color-icon.fa-dashcube, a[class*="fa-"].fa-dashcube:hover { color: rgb(127, 127, 127); }
a.color-icon.fa-delicious, a[class*="fa-"].fa-delicious:hover { color: rgb(51, 153, 255); }
a.color-icon.fa-deviantart, a[class*="fa-"].fa-deviantart:hover { color: rgb(78, 98, 82); }
a.color-icon.fa-digg, a[class*="fa-"].fa-digg:hover { color: rgb(0, 0, 0); }
a.color-icon.fa-dribbble, a[class*="fa-"].fa-dribbble:hover { color: rgb(68, 68, 68); }
a.color-icon.fa-dropbox, a[class*="fa-"].fa-dropbox:hover { color: rgb(0, 126, 229); }
a.color-icon.fa-drupal, a[class*="fa-"].fa-drupal:hover { color: rgb(0, 119, 192); }
a.color-icon.fa-empire, a[class*="fa-"].fa-empire:hover { color: rgb(0, 0, 0); }
a.color-icon.fa-expeditedssl, a[class*="fa-"].fa-expeditedssl:hover { color: rgb(52, 52, 51); }
a.color-icon.fa-facebook-official, a[class*="fa-"].fa-facebook-official:hover { color: rgb(59, 89, 152); }
a.color-icon.fa-facebook-square, a[class*="fa-"].fa-facebook-square:hover { color: rgb(59, 89, 152); }
a.color-icon.fa-facebook, a[class*="fa-"].fa-facebook:hover { color: rgb(59, 89, 152); }
a.color-icon.fa-firefox, a[class*="fa-"].fa-firefox:hover { color: rgb(230, 96, 0); }
a.color-icon.fa-flickr, a[class*="fa-"].fa-flickr:hover { color: rgb(255, 0, 132); }
a.color-icon.fa-fonticons, a[class*="fa-"].fa-fonticons:hover { color: rgb(28, 30, 41); }
a.color-icon.fa-forumbee, a[class*="fa-"].fa-forumbee:hover { color: rgb(131, 173, 19); }
a.color-icon.fa-foursquare, a[class*="fa-"].fa-foursquare:hover { color: rgb(0, 114, 177); }
a.color-icon.fa-ge, a[class*="fa-"].fa-ge:hover { color: rgb(0, 0, 0); }
a.color-icon.fa-get-pocket, a[class*="fa-"].fa-get-pocket:hover { color: rgb(211, 80, 90); }
a.color-icon.fa-gg-circle, a[class*="fa-"].fa-gg-circle:hover { color: rgb(0, 0, 0); }
a.color-icon.fa-gg, a[class*="fa-"].fa-gg:hover { color: rgb(0, 0, 0); }
a.color-icon.fa-git-square, a[class*="fa-"].fa-git-square:hover { color: rgb(51, 51, 51); }
a.color-icon.fa-500px, a[class*="fa-"].fa-500px:hover { color: rgb(0, 153, 229); }
a.color-icon.fa-adn, a[class*="fa-"].fa-adn:hover { color: rgb(74, 72, 76); }
a.color-icon.fa-amazon, a[class*="fa-"].fa-amazon:hover { color: rgb(255, 153, 0); }
a.color-icon.fa-android, a[class*="fa-"].fa-android:hover { color: rgb(164, 198, 57); }
a.color-icon.fa-angellist, a[class*="fa-"].fa-angellist:hover { color: rgb(0, 0, 0); }
a.color-icon.fa-apple, a[class*="fa-"].fa-apple:hover { color: rgb(151, 151, 151); }
a.color-icon.fa-behance-square, a[class*="fa-"].fa-behance-square:hover { color: rgb(23, 105, 255); }
a.color-icon.fa-behance, a[class*="fa-"].fa-behance:hover { color: rgb(23, 105, 255); }
a.color-icon.fa-bitbucket-square, a[class*="fa-"].fa-bitbucket-square:hover { color: rgb(32, 80, 129); }
a.color-icon.fa-bitbucket, a[class*="fa-"].fa-bitbucket:hover { color: rgb(32, 80, 129); }
a.color-icon.fa-bitcoin, a[class*="fa-"].fa-bitcoin:hover { color: rgb(238, 146, 9); }
a.color-icon.fa-black-tie, a[class*="fa-"].fa-black-tie:hover { color: rgb(34, 34, 34); }
a.color-icon.fa-btc, a[class*="fa-"].fa-btc:hover { color: rgb(238, 146, 9); }
a.color-icon.fa-buysellads, a[class*="fa-"].fa-buysellads:hover { color: rgb(201, 1, 0); }
a.color-icon.fa-cc-amex, a[class*="fa-"].fa-cc-amex:hover { color: rgb(0, 123, 193); }
a.color-icon.fa-cc-diners-club, a[class*="fa-"].fa-cc-diners-club:hover { color: rgb(0, 74, 151); }
a.color-icon.fa-cc-discover, a[class*="fa-"].fa-cc-discover:hover { color: rgb(246, 129, 33); }
a.color-icon.fa-cc-jcb, a[class*="fa-"].fa-cc-jcb:hover { color: rgb(0, 58, 143); }
a.color-icon.fa-cc-mastercard, a[class*="fa-"].fa-cc-mastercard:hover { color: rgb(10, 58, 130); }
a.color-icon.fa-cc-paypal, a[class*="fa-"].fa-cc-paypal:hover { color: rgb(37, 59, 128); }
a.color-icon.fa-cc-stripe, a[class*="fa-"].fa-cc-stripe:hover { color: rgb(0, 175, 225); }
a.color-icon.fa-cc-visa, a[class*="fa-"].fa-cc-visa:hover { color: rgb(1, 87, 162); }
a.color-icon.fa-chrome, a[class*="fa-"].fa-chrome:hover { color: rgb(69, 135, 243); }
a.color-icon.fa-codepen, a[class*="fa-"].fa-codepen:hover { color: rgb(0, 0, 0); }
a.color-icon.fa-connectdevelop, a[class*="fa-"].fa-connectdevelop:hover { color: rgb(57, 20, 72); }
a.color-icon.fa-contao, a[class*="fa-"].fa-contao:hover { color: rgb(235, 134, 35); }
a.color-icon.fa-creative-commons, a[class*="fa-"].fa-creative-commons:hover { color: rgb(35, 31, 32); }
a.color-icon.fa-css3, a[class*="fa-"].fa-css3:hover { color: rgb(22, 128, 192); }
a.color-icon.fa-dashcube, a[class*="fa-"].fa-dashcube:hover { color: rgb(127, 127, 127); }
a.color-icon.fa-delicious, a[class*="fa-"].fa-delicious:hover { color: rgb(51, 153, 255); }
a.color-icon.fa-deviantart, a[class*="fa-"].fa-deviantart:hover { color: rgb(78, 98, 82); }
a.color-icon.fa-digg, a[class*="fa-"].fa-digg:hover { color: rgb(0, 0, 0); }
a.color-icon.fa-dribbble, a[class*="fa-"].fa-dribbble:hover { color: rgb(68, 68, 68); }
a.color-icon.fa-dropbox, a[class*="fa-"].fa-dropbox:hover { color: rgb(0, 126, 229); }
a.color-icon.fa-drupal, a[class*="fa-"].fa-drupal:hover { color: rgb(0, 119, 192); }
a.color-icon.fa-empire, a[class*="fa-"].fa-empire:hover { color: rgb(0, 0, 0); }
a.color-icon.fa-expeditedssl, a[class*="fa-"].fa-expeditedssl:hover { color: rgb(52, 52, 51); }
a.color-icon.fa-facebook-official, a[class*="fa-"].fa-facebook-official:hover { color: rgb(59, 89, 152); }
a.color-icon.fa-facebook-square, a[class*="fa-"].fa-facebook-square:hover { color: rgb(59, 89, 152); }
a.color-icon.fa-facebook, a[class*="fa-"].fa-facebook:hover { color: rgb(59, 89, 152); }
a.color-icon.fa-firefox, a[class*="fa-"].fa-firefox:hover { color: rgb(230, 96, 0); }
a.color-icon.fa-flickr, a[class*="fa-"].fa-flickr:hover { color: rgb(255, 0, 132); }
a.color-icon.fa-fonticons, a[class*="fa-"].fa-fonticons:hover { color: rgb(28, 30, 41); }
a.color-icon.fa-forumbee, a[class*="fa-"].fa-forumbee:hover { color: rgb(131, 173, 19); }
a.color-icon.fa-foursquare, a[class*="fa-"].fa-foursquare:hover { color: rgb(0, 114, 177); }
a.color-icon.fa-ge, a[class*="fa-"].fa-ge:hover { color: rgb(0, 0, 0); }
a.color-icon.fa-get-pocket, a[class*="fa-"].fa-get-pocket:hover { color: rgb(211, 80, 90); }
a.color-icon.fa-gg-circle, a[class*="fa-"].fa-gg-circle:hover { color: rgb(0, 0, 0); }
a.color-icon.fa-gg, a[class*="fa-"].fa-gg:hover { color: rgb(0, 0, 0); }
a.color-icon.fa-git-square, a[class*="fa-"].fa-git-square:hover { color: rgb(51, 51, 51); }
a.color-icon.fa-git, a[class*="fa-"].fa-git:hover { color: rgb(51, 51, 51); }
a.color-icon.fa-github-alt, a[class*="fa-"].fa-github-alt:hover { color: rgb(51, 51, 51); }
a.color-icon.fa-github-square, a[class*="fa-"].fa-github-square:hover { color: rgb(51, 51, 51); }
a.color-icon.fa-github, a[class*="fa-"].fa-github:hover { color: rgb(51, 51, 51); }
a.color-icon.fa-gittip, a[class*="fa-"].fa-gittip:hover { color: rgb(102, 51, 0); }
a.color-icon.fa-google-plus-square, a[class*="fa-"].fa-google-plus-square:hover { color: rgb(221, 75, 57); }
a.color-icon.fa-google-plus, a[class*="fa-"].fa-google-plus:hover { color: rgb(221, 75, 57); }
a.color-icon.fa-google-wallet, a[class*="fa-"].fa-google-wallet:hover { color: rgb(66, 133, 244); }
a.color-icon.fa-google, a[class*="fa-"].fa-google:hover { color: rgb(221, 75, 57); }
a.color-icon.fa-hacker-news, a[class*="fa-"].fa-hacker-news:hover { color: rgb(255, 102, 0); }
a.color-icon.fa-houzz, a[class*="fa-"].fa-houzz:hover { color: rgb(122, 193, 66); }
a.color-icon.fa-html5, a[class*="fa-"].fa-html5:hover { color: rgb(227, 79, 38); }
a.color-icon.fa-instagram, a[class*="fa-"].fa-instagram:hover { color: rgb(63, 114, 155); }
a.color-icon.fa-internet-explorer, a[class*="fa-"].fa-internet-explorer:hover { color: rgb(30, 187, 238); }
a.color-icon.fa-ioxhost, a[class*="fa-"].fa-ioxhost:hover { color: rgb(250, 167, 41); }
a.color-icon.fa-joomla, a[class*="fa-"].fa-joomla:hover { color: rgb(20, 40, 73); }
a.color-icon.fa-jsfiddle, a[class*="fa-"].fa-jsfiddle:hover { color: rgb(70, 121, 189); }
a.color-icon.fa-lastfm-square, a[class*="fa-"].fa-lastfm-square:hover { color: rgb(195, 0, 13); }
a.color-icon.fa-lastfm, a[class*="fa-"].fa-lastfm:hover { color: rgb(195, 0, 13); }
a.color-icon.fa-leanpub, a[class*="fa-"].fa-leanpub:hover { color: rgb(12, 12, 12); }
a.color-icon.fa-linkedin-square, a[class*="fa-"].fa-linkedin-square:hover { color: rgb(9, 118, 180); }
a.color-icon.fa-linkedin, a[class*="fa-"].fa-linkedin:hover { color: rgb(9, 118, 180); }
a.color-icon.fa-linux, a[class*="fa-"].fa-linux:hover { color: rgb(51, 51, 51); }
a.color-icon.fa-maxcdn, a[class*="fa-"].fa-maxcdn:hover { color: rgb(255, 102, 0); }
a.color-icon.fa-meanpath, a[class*="fa-"].fa-meanpath:hover { color: rgb(83, 142, 215); }
a.color-icon.fa-medium, a[class*="fa-"].fa-medium:hover { color: rgb(0, 0, 0); }
a.color-icon.fa-odnoklassniki-square, a[class*="fa-"].fa-odnoklassniki-square:hover { color: rgb(237, 129, 43); }
a.color-icon.fa-odnoklassniki, a[class*="fa-"].fa-odnoklassniki:hover { color: rgb(237, 129, 43); }
a.color-icon.fa-opencart, a[class*="fa-"].fa-opencart:hover { color: rgb(42, 194, 239); }
a.color-icon.fa-openid, a[class*="fa-"].fa-openid:hover { color: rgb(247, 140, 64); }
a.color-icon.fa-opera, a[class*="fa-"].fa-opera:hover { color: rgb(204, 15, 22); }
a.color-icon.fa-optin-monster, a[class*="fa-"].fa-optin-monster:hover { color: rgb(131, 193, 31); }
a.color-icon.fa-pagelines, a[class*="fa-"].fa-pagelines:hover { color: rgb(0, 0, 0); }
a.color-icon.fa-paypal, a[class*="fa-"].fa-paypal:hover { color: rgb(37, 59, 128); }
a.color-icon.fa-pied-piper-alt, a[class*="fa-"].fa-pied-piper-alt :hover { color: rgb(47, 159, 70); }
a.color-icon.fa-pied-piper-square, a[class*="fa-"].fa-pied-piper-square :hover { color: rgb(47, 159, 70); }
a.color-icon.fa-pied-piper, a[class*="fa-"].fa-pied-piper:hover { color: rgb(47, 159, 70); }
a.color-icon.fa-pinterest-p, a[class*="fa-"].fa-pinterest-p:hover { color: rgb(204, 33, 39); }
a.color-icon.fa-pinterest-square, a[class*="fa-"].fa-pinterest-square:hover { color: rgb(204, 33, 39); }
a.color-icon.fa-pinterest, a[class*="fa-"].fa-pinterest:hover { color: rgb(204, 33, 39); }
a.color-icon.fa-qq, a[class*="fa-"].fa-qq:hover { color: rgb(0, 0, 0); }
a.color-icon.fa-ra, a[class*="fa-"].fa-ra:hover { color: rgb(0, 0, 0); }
a.color-icon.fa-rebel, a[class*="fa-"].fa-rebel:hover { color: rgb(0, 0, 0); }
a.color-icon.fa-reddit-square, a[class*="fa-"].fa-reddit-square:hover { color: rgb(255, 69, 0); }
a.color-icon.fa-reddit, a[class*="fa-"].fa-reddit:hover { color: rgb(255, 69, 0); }
a.color-icon.fa-renren, a[class*="fa-"].fa-renren:hover { color: rgb(0, 94, 172); }
a.color-icon.fa-safari, a[class*="fa-"].fa-safari:hover { color: rgb(27, 136, 202); }
a.color-icon.fa-sellsy, a[class*="fa-"].fa-sellsy:hover { color: rgb(31, 120, 185); }
a.color-icon.fa-share-alt-square, a[class*="fa-"].fa-share-alt-square:hover { color: rgb(1, 191, 1); }
a.color-icon.fa-share-alt, a[class*="fa-"].fa-share-alt:hover { color: rgb(1, 191, 1); }
a.color-icon.fa-shirtsinbulk, a[class*="fa-"].fa-shirtsinbulk:hover { color: rgb(221, 58, 38); }
a.color-icon.fa-simplybuilt, a[class*="fa-"].fa-simplybuilt:hover { color: rgb(0, 0, 0); }
a.color-icon.fa-skyatlas, a[class*="fa-"].fa-skyatlas:hover { color: rgb(0, 173, 187); }
a.color-icon.fa-skype, a[class*="fa-"].fa-skype:hover { color: rgb(0, 175, 240); }
a.color-icon.fa-slack, a[class*="fa-"].fa-slack:hover { color: rgb(15, 121, 101); }
a.color-icon.fa-slideshare, a[class*="fa-"].fa-slideshare:hover { color: rgb(233, 131, 37); }
a.color-icon.fa-soundcloud, a[class*="fa-"].fa-soundcloud:hover { color: rgb(255, 136, 0); }
a.color-icon.fa-spotify, a[class*="fa-"].fa-spotify:hover { color: rgb(122, 184, 0); }
a.color-icon.fa-stack-exchange, a[class*="fa-"].fa-stack-exchange:hover { color: rgb(0, 0, 0); }
a.color-icon.fa-stack-overflow, a[class*="fa-"].fa-stack-overflow:hover { color: rgb(254, 122, 21); }
a.color-icon.fa-steam-square, a[class*="fa-"].fa-steam-square:hover { color: rgb(11, 11, 11); }
a.color-icon.fa-steam, a[class*="fa-"].fa-steam:hover { color: rgb(11, 11, 11); }
a.color-icon.fa-stumbleupon-circle, a[class*="fa-"].fa-stumbleupon-circle:hover { color: rgb(235, 73, 36); }
a.color-icon.fa-stumbleupon, a[class*="fa-"].fa-stumbleupon:hover { color: rgb(235, 73, 36); }
a.color-icon.fa-tencent-weibo, a[class*="fa-"].fa-tencent-weibo:hover { color: rgb(116, 175, 44); }
a.color-icon.fa-trello, a[class*="fa-"].fa-trello:hover { color: rgb(37, 106, 146); }
a.color-icon.fa-tripadvisor, a[class*="fa-"].fa-tripadvisor:hover { color: rgb(88, 148, 66); }
a.color-icon.fa-tumblr-square, a[class*="fa-"].fa-tumblr-square:hover { color: rgb(53, 70, 92); }
a.color-icon.fa-tumblr, a[class*="fa-"].fa-tumblr:hover { color: rgb(53, 70, 92); }
a.color-icon.fa-twitch, a[class*="fa-"].fa-twitch:hover { color: rgb(100, 65, 165); }
a.color-icon.fa-twitter-square, a[class*="fa-"].fa-twitter-square:hover { color: rgb(85, 172, 238); }
a.color-icon.fa-twitter, a[class*="fa-"].fa-twitter:hover { color: rgb(85, 172, 238); }
a.color-icon.fa-viacoin, a[class*="fa-"].fa-viacoin:hover { color: rgb(51, 51, 51); }
a.color-icon.fa-vimeo-square, a[class*="fa-"].fa-vimeo-square:hover { color: rgb(26, 183, 234); }
a.color-icon.fa-vimeo, a[class*="fa-"].fa-vimeo:hover { color: rgb(26, 183, 234); }
a.color-icon.fa-vine, a[class*="fa-"].fa-vine:hover { color: rgb(0, 180, 136); }
a.color-icon.fa-vk, a[class*="fa-"].fa-vk:hover { color: rgb(69, 102, 142); }
a.color-icon.fa-wechat, a[class*="fa-"].fa-wechat:hover { color: rgb(147, 208, 52); }
a.color-icon.fa-weibo, a[class*="fa-"].fa-weibo:hover { color: rgb(231, 29, 52); }
a.color-icon.fa-weixin, a[class*="fa-"].fa-weixin:hover { color: rgb(147, 208, 52); }
a.color-icon.fa-wikipedia-w, a[class*="fa-"].fa-wikipedia-w:hover { color: rgb(0, 0, 0); }
a.color-icon.fa-windows, a[class*="fa-"].fa-windows:hover { color: rgb(0, 188, 242); }
a.color-icon.fa-wordpress, a[class*="fa-"].fa-wordpress:hover { color: rgb(33, 117, 155); }
a.color-icon.fa-xing-square, a[class*="fa-"].fa-xing-square:hover { color: rgb(2, 100, 102); }
a.color-icon.fa-xing, a[class*="fa-"].fa-xing:hover { color: rgb(2, 100, 102); }
a.color-icon.fa-y-combinator, a[class*="fa-"].fa-y-combinator:hover { color: rgb(240, 101, 47); }
a.color-icon.fa-yahoo, a[class*="fa-"].fa-yahoo:hover { color: rgb(64, 1, 145); }
a.color-icon.fa-yc, a[class*="fa-"].fa-yc:hover { color: rgb(240, 101, 47); }
a.color-icon.fa-yelp, a[class*="fa-"].fa-yelp:hover { color: rgb(175, 6, 6); }
a.color-icon.fa-youtube-play, a[class*="fa-"].fa-youtube-play:hover { color: rgb(229, 45, 39); }
a.color-icon.fa-youtube-square, a[class*="fa-"].fa-youtube-square:hover { color: rgb(229, 45, 39); }
a.color-icon.fa-youtube, a[class*="fa-"].fa-youtube:hover { color: rgb(229, 45, 39); }
a.color-icon.fa-rss, a[class*="fa-"].fa-rss:hover { color: rgb(255, 168, 17); }
.color-bg-icon.fa-500px, a.fa-500px.bg-icon:hover, .fa-500px.color-icon.border-icon:hover { background-color: rgb(0, 153, 229); }
.color-bg-icon.fa-adn, a.fa-adn.bg-icon:hover, .fa-adn.color-icon.border-icon:hover { background-color: rgb(74, 72, 76); }
.color-bg-icon.fa-amazon, a.fa-amazon.bg-icon:hover, .fa-amazon.color-icon.border-icon:hover { background-color: rgb(255, 153, 0); }
.color-bg-icon.fa-android, a.fa-android.bg-icon:hover, .fa-android.color-icon.border-icon:hover { background-color: rgb(164, 198, 57); }
.color-bg-icon.fa-angellist, a.fa-angellist.bg-icon:hover, .fa-angellist.color-icon.border-icon:hover { background-color: rgb(0, 0, 0); }
.color-bg-icon.fa-apple, a.fa-apple.bg-icon:hover, .fa-apple.color-icon.border-icon:hover { background-color: rgb(151, 151, 151); }
.color-bg-icon.fa-behance-square, a.fa-behance-square.bg-icon:hover, .fa-behance-square.color-icon.border-icon:hover { background-color: rgb(23, 105, 255); }
.color-bg-icon.fa-behance, a.fa-behance.bg-icon:hover, .fa-behance.color-icon.border-icon:hover { background-color: rgb(23, 105, 255); }
.color-bg-icon.fa-bitbucket-square, a.fa-bitbucket-square.bg-icon:hover, .fa-bitbucket-square.color-icon.border-icon:hover { background-color: rgb(32, 80, 129); }
.color-bg-icon.fa-bitbucket, a.fa-bitbucket.bg-icon:hover, .fa-bitbucket.color-icon.border-icon:hover { background-color: rgb(32, 80, 129); }
.color-bg-icon.fa-bitcoin, a.fa-bitcoin.bg-icon:hover, .fa-bitcoin.color-icon.border-icon:hover { background-color: rgb(238, 146, 9); }
.color-bg-icon.fa-black-tie, a.fa-black-tie.bg-icon:hover, .fa-black-tie.color-icon.border-icon:hover { background-color: rgb(34, 34, 34); }
.color-bg-icon.fa-btc, a.fa-btc.bg-icon:hover, .fa-btc.color-icon.border-icon:hover { background-color: rgb(238, 146, 9); }
.color-bg-icon.fa-buysellads, a.fa-buysellads.bg-icon:hover, .fa-buysellads.color-icon.border-icon:hover { background-color: rgb(201, 1, 0); }
.color-bg-icon.fa-cc-amex, a.fa-cc-amex.bg-icon:hover, .fa-cc-amex.color-icon.border-icon:hover { background-color: rgb(0, 123, 193); }
.color-bg-icon.fa-cc-diners-club, a.fa-cc-diners-club.bg-icon:hover, .fa-cc-diners-club.color-icon.border-icon:hover { background-color: rgb(0, 74, 151); }
.color-bg-icon.fa-cc-discover, a.fa-cc-discover.bg-icon:hover, .fa-cc-discover.color-icon.border-icon:hover { background-color: rgb(246, 129, 33); }
.color-bg-icon.fa-cc-jcb, a.fa-cc-jcb.bg-icon:hover, .fa-cc-jcb.color-icon.border-icon:hover { background-color: rgb(0, 58, 143); }
.color-bg-icon.fa-cc-mastercard, a.fa-cc-mastercard.bg-icon:hover, .fa-cc-mastercard.color-icon.border-icon:hover { background-color: rgb(10, 58, 130); }
.color-bg-icon.fa-cc-paypal, a.fa-cc-paypal.bg-icon:hover, .fa-cc-paypal.color-icon.border-icon:hover { background-color: rgb(37, 59, 128); }
.color-bg-icon.fa-cc-stripe, a.fa-cc-stripe.bg-icon:hover, .fa-cc-stripe.color-icon.border-icon:hover { background-color: rgb(0, 175, 225); }
.color-bg-icon.fa-cc-visa, a.fa-cc-visa.bg-icon:hover, .fa-cc-visa.color-icon.border-icon:hover { background-color: rgb(1, 87, 162); }
.color-bg-icon.fa-chrome, a.fa-chrome.bg-icon:hover, .fa-chrome.color-icon.border-icon:hover { background-color: rgb(69, 135, 243); }
.color-bg-icon.fa-codepen, a.fa-codepen.bg-icon:hover, .fa-codepen.color-icon.border-icon:hover { background-color: rgb(0, 0, 0); }
.color-bg-icon.fa-connectdevelop, a.fa-connectdevelop.bg-icon:hover, .fa-connectdevelop.color-icon.border-icon:hover { background-color: rgb(57, 20, 72); }
.color-bg-icon.fa-contao, a.fa-contao.bg-icon:hover, .fa-contao.color-icon.border-icon:hover { background-color: rgb(235, 134, 35); }
.color-bg-icon.fa-creative-commons, a.fa-creative-commons.bg-icon:hover, .fa-creative-commons.color-icon.border-icon:hover { background-color: rgb(35, 31, 32); }
.color-bg-icon.fa-css3, a.fa-css3.bg-icon:hover, .fa-css3.color-icon.border-icon:hover { background-color: rgb(22, 128, 192); }
.color-bg-icon.fa-dashcube, a.fa-dashcube.bg-icon:hover, .fa-dashcube.color-icon.border-icon:hover { background-color: rgb(127, 127, 127); }
.color-bg-icon.fa-delicious, a.fa-delicious.bg-icon:hover, .fa-delicious.color-icon.border-icon:hover { background-color: rgb(51, 153, 255); }
.color-bg-icon.fa-deviantart, a.fa-deviantart.bg-icon:hover, .fa-deviantart.color-icon.border-icon:hover { background-color: rgb(78, 98, 82); }
.color-bg-icon.fa-digg, a.fa-digg.bg-icon:hover, .fa-digg.color-icon.border-icon:hover { background-color: rgb(0, 0, 0); }
.color-bg-icon.fa-dribbble, a.fa-dribbble.bg-icon:hover, .fa-dribbble.color-icon.border-icon:hover { background-color: rgb(68, 68, 68); }
.color-bg-icon.fa-dropbox, a.fa-dropbox.bg-icon:hover, .fa-dropbox.color-icon.border-icon:hover { background-color: rgb(0, 126, 229); }
.color-bg-icon.fa-drupal, a.fa-drupal.bg-icon:hover, .fa-drupal.color-icon.border-icon:hover { background-color: rgb(0, 119, 192); }
.color-bg-icon.fa-empire, a.fa-empire.bg-icon:hover, .fa-empire.color-icon.border-icon:hover { background-color: rgb(0, 0, 0); }
.color-bg-icon.fa-expeditedssl, a.fa-expeditedssl.bg-icon:hover, .fa-expeditedssl.color-icon.border-icon:hover { background-color: rgb(52, 52, 51); }
.color-bg-icon.fa-facebook-official, a.fa-facebook-official.bg-icon:hover, .fa-facebook-official.color-icon.border-icon:hover { background-color: rgb(59, 89, 152); }
.color-bg-icon.fa-facebook-square, a.fa-facebook-square.bg-icon:hover, .fa-facebook-square.color-icon.border-icon:hover { background-color: rgb(59, 89, 152); }
.color-bg-icon.fa-facebook, a.fa-facebook.bg-icon:hover, .fa-facebook.color-icon.border-icon:hover { background-color: rgb(59, 89, 152); }
.color-bg-icon.fa-firefox, a.fa-firefox.bg-icon:hover, .fa-firefox.color-icon.border-icon:hover { background-color: rgb(230, 96, 0); }
.color-bg-icon.fa-flickr, a.fa-flickr.bg-icon:hover, .fa-flickr.color-icon.border-icon:hover { background-color: rgb(255, 0, 132); }
.color-bg-icon.fa-fonticons, a.fa-fonticons.bg-icon:hover, .fa-fonticons.color-icon.border-icon:hover { background-color: rgb(28, 30, 41); }
.color-bg-icon.fa-forumbee, a.fa-forumbee.bg-icon:hover, .fa-forumbee.color-icon.border-icon:hover { background-color: rgb(131, 173, 19); }
.color-bg-icon.fa-foursquare, a.fa-foursquare.bg-icon:hover, .fa-foursquare.color-icon.border-icon:hover { background-color: rgb(0, 114, 177); }
.color-bg-icon.fa-ge, a.fa-ge.bg-icon:hover, .fa-ge.color-icon.border-icon:hover { background-color: rgb(0, 0, 0); }
.color-bg-icon.fa-get-pocket, a.fa-get-pocket.bg-icon:hover, .fa-get-pocket.color-icon.border-icon:hover { background-color: rgb(211, 80, 90); }
.color-bg-icon.fa-gg-circle, a.fa-gg-circle.bg-icon:hover, .fa-gg-circle.color-icon.border-icon:hover { background-color: rgb(0, 0, 0); }
.color-bg-icon.fa-gg, a.fa-gg.bg-icon:hover, .fa-gg.color-icon.border-icon:hover { background-color: rgb(0, 0, 0); }
.color-bg-icon.fa-git-square, a.fa-git-square.bg-icon:hover, .fa-git-square.color-icon.border-icon:hover { background-color: rgb(51, 51, 51); }
.color-bg-icon.fa-git, a.fa-git.bg-icon:hover, .fa-git.color-icon.border-icon:hover { background-color: rgb(51, 51, 51); }
.color-bg-icon.fa-github-alt, a.fa-github-alt.bg-icon:hover, .fa-github-alt.color-icon.border-icon:hover { background-color: rgb(51, 51, 51); }
.color-bg-icon.fa-github-square, a.fa-github-square.bg-icon:hover, .fa-github-square.color-icon.border-icon:hover { background-color: rgb(51, 51, 51); }
.color-bg-icon.fa-github, a.fa-github.bg-icon:hover, .fa-github.color-icon.border-icon:hover { background-color: rgb(51, 51, 51); }
.color-bg-icon.fa-gittip, a.fa-gittip.bg-icon:hover, .fa-gittip.color-icon.border-icon:hover { background-color: rgb(102, 51, 0); }
.color-bg-icon.fa-google-plus-square, a.fa-google-plus-square.bg-icon:hover, .fa-google-plus-square.color-icon.border-icon:hover { background-color: rgb(221, 75, 57); }
.color-bg-icon.fa-google-plus, a.fa-google-plus.bg-icon:hover, .fa-google-plus.color-icon.border-icon:hover { background-color: rgb(221, 75, 57); }
.color-bg-icon.fa-google-wallet, a.fa-google-wallet.bg-icon:hover, .fa-google-wallet.color-icon.border-icon:hover { background-color: rgb(66, 133, 244); }
.color-bg-icon.fa-google, a.fa-google.bg-icon:hover, .fa-google.color-icon.border-icon:hover { background-color: rgb(221, 75, 57); }
.color-bg-icon.fa-hacker-news, a.fa-hacker-news.bg-icon:hover, .fa-hacker-news.color-icon.border-icon:hover { background-color: rgb(255, 102, 0); }
.color-bg-icon.fa-houzz, a.fa-houzz.bg-icon:hover, .fa-houzz.color-icon.border-icon:hover { background-color: rgb(122, 193, 66); }
.color-bg-icon.fa-html5, a.fa-html5.bg-icon:hover, .fa-html5.color-icon.border-icon:hover { background-color: rgb(227, 79, 38); }
.color-bg-icon.fa-instagram, a.fa-instagram.bg-icon:hover, .fa-instagram.color-icon.border-icon:hover { background-color: rgb(63, 114, 155); }
.color-bg-icon.fa-internet-explorer, a.fa-internet-explorer.bg-icon:hover, .fa-internet-explorer.color-icon.border-icon:hover { background-color: rgb(30, 187, 238); }
.color-bg-icon.fa-ioxhost, a.fa-ioxhost.bg-icon:hover, .fa-ioxhost.color-icon.border-icon:hover { background-color: rgb(250, 167, 41); }
.color-bg-icon.fa-joomla, a.fa-joomla.bg-icon:hover, .fa-joomla.color-icon.border-icon:hover { background-color: rgb(20, 40, 73); }
.color-bg-icon.fa-jsfiddle, a.fa-jsfiddle.bg-icon:hover, .fa-jsfiddle.color-icon.border-icon:hover { background-color: rgb(70, 121, 189); }
.color-bg-icon.fa-lastfm-square, a.fa-lastfm-square.bg-icon:hover, .fa-lastfm-square.color-icon.border-icon:hover { background-color: rgb(195, 0, 13); }
.color-bg-icon.fa-lastfm, a.fa-lastfm.bg-icon:hover, .fa-lastfm.color-icon.border-icon:hover { background-color: rgb(195, 0, 13); }
.color-bg-icon.fa-leanpub, a.fa-leanpub.bg-icon:hover, .fa-leanpub.color-icon.border-icon:hover { background-color: rgb(12, 12, 12); }
.color-bg-icon.fa-linkedin-square, a.fa-linkedin-square.bg-icon:hover, .fa-linkedin-square.color-icon.border-icon:hover { background-color: rgb(9, 118, 180); }
.color-bg-icon.fa-linkedin, a.fa-linkedin.bg-icon:hover, .fa-linkedin.color-icon.border-icon:hover { background-color: rgb(9, 118, 180); }
.color-bg-icon.fa-linux, a.fa-linux.bg-icon:hover, .fa-linux.color-icon.border-icon:hover { background-color: rgb(51, 51, 51); }
.color-bg-icon.fa-maxcdn, a.fa-maxcdn.bg-icon:hover, .fa-maxcdn.color-icon.border-icon:hover { background-color: rgb(255, 102, 0); }
.color-bg-icon.fa-meanpath, a.fa-meanpath.bg-icon:hover, .fa-meanpath.color-icon.border-icon:hover { background-color: rgb(83, 142, 215); }
.color-bg-icon.fa-medium, a.fa-medium.bg-icon:hover, .fa-medium.color-icon.border-icon:hover { background-color: rgb(0, 0, 0); }
.color-bg-icon.fa-odnoklassniki-square, a.fa-odnoklassniki-square.bg-icon:hover, .fa-odnoklassniki-square.color-icon.border-icon:hover { background-color: rgb(237, 129, 43); }
.color-bg-icon.fa-odnoklassniki, a.fa-odnoklassniki.bg-icon:hover, .fa-odnoklassniki.color-icon.border-icon:hover { background-color: rgb(237, 129, 43); }
.color-bg-icon.fa-opencart, a.fa-opencart.bg-icon:hover, .fa-opencart.color-icon.border-icon:hover { background-color: rgb(42, 194, 239); }
.color-bg-icon.fa-openid, a.fa-openid.bg-icon:hover, .fa-openid.color-icon.border-icon:hover { background-color: rgb(247, 140, 64); }
.color-bg-icon.fa-opera, a.fa-opera.bg-icon:hover, .fa-opera.color-icon.border-icon:hover { background-color: rgb(204, 15, 22); }
.color-bg-icon.fa-optin-monster, a.fa-optin-monster.bg-icon:hover, .fa-optin-monster.color-icon.border-icon:hover { background-color: rgb(131, 193, 31); }
.color-bg-icon.fa-pagelines, a.fa-pagelines.bg-icon:hover, .fa-pagelines.color-icon.border-icon:hover { background-color: rgb(0, 0, 0); }
.color-bg-icon.fa-paypal, a.fa-paypal.bg-icon:hover, .fa-paypal.color-icon.border-icon:hover { background-color: rgb(37, 59, 128); }
.color-bg-icon.fa-pied-piper-alt, a.fa-pied-piper-alt .bg-icon:hover, .fa-pied-piper-alt .color-icon.border-icon:hover { color: rgb(47, 159, 70); }
.color-bg-icon.fa-pied-piper-square, a.fa-pied-piper-square .bg-icon:hover, .fa-pied-piper-square .color-icon.border-icon:hover { color: rgb(47, 159, 70); }
.color-bg-icon.fa-pied-piper, a.fa-pied-piper.bg-icon:hover, .fa-pied-piper.color-icon.border-icon:hover { background-color: rgb(47, 159, 70); }
.color-bg-icon.fa-pinterest-p, a.fa-pinterest-p.bg-icon:hover, .fa-pinterest-p.color-icon.border-icon:hover { background-color: rgb(204, 33, 39); }
.color-bg-icon.fa-pinterest-square, a.fa-pinterest-square.bg-icon:hover, .fa-pinterest-square.color-icon.border-icon:hover { background-color: rgb(204, 33, 39); }
.color-bg-icon.fa-pinterest, a.fa-pinterest.bg-icon:hover, .fa-pinterest.color-icon.border-icon:hover { background-color: rgb(204, 33, 39); }
.color-bg-icon.fa-qq, a.fa-qq.bg-icon:hover, .fa-qq.color-icon.border-icon:hover { background-color: rgb(0, 0, 0); }
.color-bg-icon.fa-ra, a.fa-ra.bg-icon:hover, .fa-ra.color-icon.border-icon:hover { background-color: rgb(0, 0, 0); }
.color-bg-icon.fa-rebel, a.fa-rebel.bg-icon:hover, .fa-rebel.color-icon.border-icon:hover { background-color: rgb(0, 0, 0); }
.color-bg-icon.fa-reddit-square, a.fa-reddit-square.bg-icon:hover, .fa-reddit-square.color-icon.border-icon:hover { background-color: rgb(255, 69, 0); }
.color-bg-icon.fa-reddit, a.fa-reddit.bg-icon:hover, .fa-reddit.color-icon.border-icon:hover { background-color: rgb(255, 69, 0); }
.color-bg-icon.fa-renren, a.fa-renren.bg-icon:hover, .fa-renren.color-icon.border-icon:hover { background-color: rgb(0, 94, 172); }
.color-bg-icon.fa-safari, a.fa-safari.bg-icon:hover, .fa-safari.color-icon.border-icon:hover { background-color: rgb(27, 136, 202); }
.color-bg-icon.fa-sellsy, a.fa-sellsy.bg-icon:hover, .fa-sellsy.color-icon.border-icon:hover { background-color: rgb(31, 120, 185); }
.color-bg-icon.fa-share-alt-square, a.fa-share-alt-square.bg-icon:hover, .fa-share-alt-square.color-icon.border-icon:hover { background-color: rgb(1, 191, 1); }
.color-bg-icon.fa-share-alt, a.fa-share-alt.bg-icon:hover, .fa-share-alt.color-icon.border-icon:hover { background-color: rgb(1, 191, 1); }
.color-bg-icon.fa-shirtsinbulk, a.fa-shirtsinbulk.bg-icon:hover, .fa-shirtsinbulk.color-icon.border-icon:hover { background-color: rgb(221, 58, 38); }
.color-bg-icon.fa-simplybuilt, a.fa-simplybuilt.bg-icon:hover, .fa-simplybuilt.color-icon.border-icon:hover { background-color: rgb(0, 0, 0); }
.color-bg-icon.fa-skyatlas, a.fa-skyatlas.bg-icon:hover, .fa-skyatlas.color-icon.border-icon:hover { background-color: rgb(0, 173, 187); }
.color-bg-icon.fa-skype, a.fa-skype.bg-icon:hover, .fa-skype.color-icon.border-icon:hover { background-color: rgb(0, 175, 240); }
.color-bg-icon.fa-slack, a.fa-slack.bg-icon:hover, .fa-slack.color-icon.border-icon:hover { background-color: rgb(15, 121, 101); }
.color-bg-icon.fa-slideshare, a.fa-slideshare.bg-icon:hover, .fa-slideshare.color-icon.border-icon:hover { background-color: rgb(233, 131, 37); }
.color-bg-icon.fa-soundcloud, a.fa-soundcloud.bg-icon:hover, .fa-soundcloud.color-icon.border-icon:hover { background-color: rgb(255, 136, 0); }
.color-bg-icon.fa-spotify, a.fa-spotify.bg-icon:hover, .fa-spotify.color-icon.border-icon:hover { background-color: rgb(122, 184, 0); }
.color-bg-icon.fa-stack-exchange, a.fa-stack-exchange.bg-icon:hover, .fa-stack-exchange.color-icon.border-icon:hover { background-color: rgb(0, 0, 0); }
.color-bg-icon.fa-stack-overflow, a.fa-stack-overflow.bg-icon:hover, .fa-stack-overflow.color-icon.border-icon:hover { background-color: rgb(254, 122, 21); }
.color-bg-icon.fa-steam-square, a.fa-steam-square.bg-icon:hover, .fa-steam-square.color-icon.border-icon:hover { background-color: rgb(11, 11, 11); }
.color-bg-icon.fa-steam, a.fa-steam.bg-icon:hover, .fa-steam.color-icon.border-icon:hover { background-color: rgb(11, 11, 11); }
.color-bg-icon.fa-stumbleupon-circle, a.fa-stumbleupon-circle.bg-icon:hover, .fa-stumbleupon-circle.color-icon.border-icon:hover { background-color: rgb(235, 73, 36); }
.color-bg-icon.fa-stumbleupon, a.fa-stumbleupon.bg-icon:hover, .fa-stumbleupon.color-icon.border-icon:hover { background-color: rgb(235, 73, 36); }
.color-bg-icon.fa-tencent-weibo, a.fa-tencent-weibo.bg-icon:hover, .fa-tencent-weibo.color-icon.border-icon:hover { background-color: rgb(116, 175, 44); }
.color-bg-icon.fa-trello, a.fa-trello.bg-icon:hover, .fa-trello.color-icon.border-icon:hover { background-color: rgb(37, 106, 146); }
.color-bg-icon.fa-tripadvisor, a.fa-tripadvisor.bg-icon:hover, .fa-tripadvisor.color-icon.border-icon:hover { background-color: rgb(88, 148, 66); }
.color-bg-icon.fa-tumblr-square, a.fa-tumblr-square.bg-icon:hover, .fa-tumblr-square.color-icon.border-icon:hover { background-color: rgb(53, 70, 92); }
.color-bg-icon.fa-tumblr, a.fa-tumblr.bg-icon:hover, .fa-tumblr.color-icon.border-icon:hover { background-color: rgb(53, 70, 92); }
.color-bg-icon.fa-twitch, a.fa-twitch.bg-icon:hover, .fa-twitch.color-icon.border-icon:hover { background-color: rgb(100, 65, 165); }
.color-bg-icon.fa-twitter-square, a.fa-twitter-square.bg-icon:hover, .fa-twitter-square.color-icon.border-icon:hover { background-color: rgb(85, 172, 238); }
.color-bg-icon.fa-twitter, a.fa-twitter.bg-icon:hover, .fa-twitter.color-icon.border-icon:hover { background-color: rgb(85, 172, 238); }
.color-bg-icon.fa-viacoin, a.fa-viacoin.bg-icon:hover, .fa-viacoin.color-icon.border-icon:hover { background-color: rgb(51, 51, 51); }
.color-bg-icon.fa-vimeo-square, a.fa-vimeo-square.bg-icon:hover, .fa-vimeo-square.color-icon.border-icon:hover { background-color: rgb(26, 183, 234); }
.color-bg-icon.fa-vimeo, a.fa-vimeo.bg-icon:hover, .fa-vimeo.color-icon.border-icon:hover { background-color: rgb(26, 183, 234); }
.color-bg-icon.fa-vine, a.fa-vine.bg-icon:hover, .fa-vine.color-icon.border-icon:hover { background-color: rgb(0, 180, 136); }
.color-bg-icon.fa-vk, a.fa-vk.bg-icon:hover, .fa-vk.color-icon.border-icon:hover { background-color: rgb(69, 102, 142); }
.color-bg-icon.fa-wechat, a.fa-wechat.bg-icon:hover, .fa-wechat.color-icon.border-icon:hover { background-color: rgb(147, 208, 52); }
.color-bg-icon.fa-weibo, a.fa-weibo.bg-icon:hover, .fa-weibo.color-icon.border-icon:hover { background-color: rgb(231, 29, 52); }
.color-bg-icon.fa-weixin, a.fa-weixin.bg-icon:hover, .fa-weixin.color-icon.border-icon:hover { background-color: rgb(147, 208, 52); }
.color-bg-icon.fa-wikipedia-w, a.fa-wikipedia-w.bg-icon:hover, .fa-wikipedia-w.color-icon.border-icon:hover { background-color: rgb(0, 0, 0); }
.color-bg-icon.fa-windows, a.fa-windows.bg-icon:hover, .fa-windows.color-icon.border-icon:hover { background-color: rgb(0, 188, 242); }
.color-bg-icon.fa-wordpress, a.fa-wordpress.bg-icon:hover, .fa-wordpress.color-icon.border-icon:hover { background-color: rgb(33, 117, 155); }
.color-bg-icon.fa-xing-square, a.fa-xing-square.bg-icon:hover, .fa-xing-square.color-icon.border-icon:hover { background-color: rgb(2, 100, 102); }
.color-bg-icon.fa-xing, a.fa-xing.bg-icon:hover, .fa-xing.color-icon.border-icon:hover { background-color: rgb(2, 100, 102); }
.color-bg-icon.fa-y-combinator, a.fa-y-combinator.bg-icon:hover, .fa-y-combinator.color-icon.border-icon:hover { background-color: rgb(240, 101, 47); }
.color-bg-icon.fa-yahoo, a.fa-yahoo.bg-icon:hover, .fa-yahoo.color-icon.border-icon:hover { background-color: rgb(64, 1, 145); }
.color-bg-icon.fa-yc, a.fa-yc.bg-icon:hover, .fa-yc.color-icon.border-icon:hover { background-color: rgb(240, 101, 47); }
.color-bg-icon.fa-yelp, a.fa-yelp.bg-icon:hover, .fa-yelp.color-icon.border-icon:hover { background-color: rgb(175, 6, 6); }
.color-bg-icon.fa-youtube-play, a.fa-youtube-play.bg-icon:hover, .fa-youtube-play.color-icon.border-icon:hover { background-color: rgb(229, 45, 39); }
.color-bg-icon.fa-youtube-square, a.fa-youtube-square.bg-icon:hover, .fa-youtube-square.color-icon.border-icon:hover { background-color: rgb(229, 45, 39); }
.color-bg-icon.fa-youtube, a.fa-youtube.bg-icon:hover, .fa-youtube.color-icon.border-icon:hover { background-color: rgb(229, 45, 39); }
.color-bg-icon.fa-rss, a.fa-rss.bg-icon:hover, .fa-rss.color-icon.border-icon:hover { background-color: rgb(255, 168, 17); }
.color-bg-icon { color: rgb(255, 255, 255); }
a.fa { color: rgb(31, 39, 50); }
a.border-icon { border: 2px solid rgb(50, 50, 50); }
a.border-icon:hover { border-color: rgb(208, 196, 146); color: rgb(208, 196, 146) !important; }
a.border-icon.color-icon:hover { border-color: transparent; }
a.bg-icon { background-color: rgb(232, 232, 232); }
a.color-bg-icon { background-color: rgb(31, 39, 50); color: rgb(255, 255, 255); }
a.fa.color-icon:hover { color: rgb(31, 39, 50); }
a.fa.bg-icon:hover { color: rgb(255, 255, 255); }
a.color-icon:hover { color: rgb(31, 39, 50); }
a.color-icon.border-icon:hover { color: rgb(255, 255, 255); }
.alignnone { margin: 10px 0px 30px; }
.aligncenter, div.aligncenter { display: block; margin: 10px auto 30px; }
.alignright { float: right; margin: 10px 0px 30px 50px; max-width: 50%; }
@media (max-width: 575px) {
  .alignright { max-width: 100%; }
}
.alignleft { float: left; margin: 10px 50px 30px 0px; max-width: 50%; }
a img.alignright { float: right; margin: 10px 0px 30px 40px; }
a img.alignnone { margin: 10px 0px 30px; }
a img.alignleft { float: left; margin: 10px 40px 30px 0px; }
a img.aligncenter { display: block; margin-left: auto; margin-right: auto; }
.wp-caption { text-align: center; }
.wp-caption.alignnone { margin: 5px 20px 20px 0px; }
.wp-caption.alignleft { margin: 5px 20px 20px 0px; }
.wp-caption.alignright { margin: 5px 0px 20px 20px; }
.wp-caption img { border: 0px; height: auto; margin: 0px; max-width: 98.5%; padding: 0px; width: auto; }
.wp-caption p.wp-caption-text { font-size: 11px; line-height: 17px; margin: 0px; padding: 0px 4px 5px; }
.screen-reader-text { clip: rect(1px, 1px, 1px, 1px); height: 1px; margin: 0px; overflow: hidden; padding: 0px; white-space: nowrap; width: 1px; position: absolute !important; }
.screen-reader-text:focus { display: block; font-weight: 700; height: auto; left: 5px; line-height: normal; padding: 15px 23px 14px; text-decoration: none; top: 5px; width: auto; z-index: 100000; clip: auto !important; }
.sticky, .bypostauthor { position: relative; }
.page-item, .nav-links, .page-links { clear: both; }
.page-item > span, .page-item > a, .nav-links > span, .nav-links > a, .page-links > span, .page-links > a { background-color: rgb(255, 255, 255); border: 2px solid rgb(50, 50, 50); display: inline-block; font-family: Oxygen, sans-serif; font-size: 11px; font-weight: 700; height: 40px; letter-spacing: 4px; line-height: inherit; margin-bottom: 10px; margin-left: 0px; margin-right: 6px; min-width: 3em; padding: 0.4em 0.2em; text-align: center; width: 40px; color: rgb(0, 0, 0) !important; }
.page-item > span:hover, .page-item > a:hover, .nav-links > span:hover, .nav-links > a:hover, .page-links > span:hover, .page-links > a:hover { border-color: rgb(208, 196, 146); background-color: rgb(255, 255, 255) !important; color: rgb(208, 196, 146) !important; }
.page-item.active > a, .page-item > span, .nav-links.active > a, .nav-links > span, .page-links.active > a, .page-links > span { border-color: rgb(208, 196, 146); cursor: not-allowed; background-color: rgb(255, 255, 255) !important; color: rgb(208, 196, 146) !important; }
.page-item .fa, .nav-links .fa, .page-links .fa { font-size: 10px; }
.page-links a:first-child { margin-left: 1em; }
.pagination { justify-content: flex-start; margin-top: 80px; }
@media (max-width: 575px) {
  .pagination { justify-content: center; margin-top: 30px; }
}
.post-nav { margin: 30px 0px 0px; position: relative; }
@media (max-width: 992px) {
  .post-nav { margin-top: 30px; }
}
.post-nav .nav-links { display: flex; flex-wrap: wrap; justify-content: space-around; }
.post-nav .nav-links > div { border-radius: 5px; height: auto; padding: 20px 0px; position: relative; text-align: right; transition: opacity 0.2s ease 0s; width: 35.5%; }
.post-nav .nav-links > div:hover { opacity: 0.7; }
@media (max-width: 1200px) {
  .post-nav .nav-links > div { width: 48%; }
}
@media (max-width: 992px) {
  .post-nav .nav-links > div { width: 47%; }
}
@media (max-width: 768px) {
  .post-nav .nav-links > div { width: 100%; }
}
.post-nav .nav-links > div .fa { font-size: 20px; position: absolute; right: 0px; top: 50%; transform: translateY(-50%); }
.post-nav .nav-links > div:first-child { text-align: left; }
.post-nav .nav-links > div:first-child .fa { left: 0px; right: auto; }
.post-nav .nav-links .nav-previous { left: 20px; }
@media (max-width: 1200px) {
  .post-nav .nav-links .nav-previous { width: 20%; }
}
.post-nav .nav-links .nav-previous i { color: rgb(50, 50, 50); left: -45px; position: absolute; top: 50%; transform: translateY(-50%); }
@media (max-width: 1200px) {
  .post-nav .nav-links .nav-previous i { left: -30px; top: 16px; }
}
@media (max-width: 767px) {
  .post-nav .nav-links .nav-previous i { top: 30px; }
}
.post-nav .nav-links .nav-next { margin-left: 65px; right: 20px; }
@media (max-width: 1200px) {
  .post-nav .nav-links .nav-next { width: 20%; margin-top: 0px !important; }
}
.post-nav .nav-links .nav-next i { color: rgb(50, 50, 50); position: absolute; right: -45px; top: 50%; transform: translateY(-50%); }
@media (max-width: 1200px) {
  .post-nav .nav-links .nav-next i { right: -30px; top: 16px; }
}
@media (max-width: 767px) {
  .post-nav .nav-links .nav-next i { top: 30px; }
}
@media (max-width: 768px) {
  .post-nav .nav-links .nav-next { margin-left: 0px; margin-top: 35px; }
}
.post-nav .nav-links .nav-subtitle { color: rgb(208, 196, 146); display: inline-block; font-size: 11px; letter-spacing: 4px; min-width: 8em; padding: 0.25em 0.8em 0.05em; text-align: center; text-transform: uppercase; }
.post-nav .nav-links .nav-title { display: block; font-size: 18px; line-height: 22px; }
@media (max-width: 1200px) {
  .post-nav .nav-links .nav-title { display: none; }
}
.post-nav .nav-links a { inset: 0px; color: rgb(208, 196, 146); content: ""; display: block; font-family: Oxygen, sans-serif; font-size: 12px; letter-spacing: 5px; position: absolute; text-transform: uppercase; }
.post-nav .nav-links .post-nav-text-wrap { margin-top: 18px; }
@media (max-width: 575px) {
  .post-nav .nav-links .post-nav-text-wrap { display: none; }
}
.post-nav .post-nav-image { display: none; }
.post-nav .cover-image .post-nav-text-wrap { padding: 75px 20px 60px; text-align: center; }
@media (max-width: 992px) {
  .post-nav .cover-image .post-nav-text-wrap { padding: 45px 20px 25px; }
}
.post-nav .cover-image .post-nav-text-wrap .nav-title { margin-bottom: 0px; text-transform: uppercase; }
.nav-wrap { align-items: center; display: flex; justify-content: space-between; text-transform: uppercase; }
@media (min-width: 768px) and (max-width: 991px) {
  .nav-wrap { justify-content: flex-end; }
}
.nav-wrap > .top-nav + :not(.top-includes) { flex-grow: 100; padding-left: 30px; padding-right: 30px; }
@media (max-width: 1200px) {
  .nav-wrap { margin-top: 0px; }
}
@media (min-width: 1200px) {
  .nav-wrap .top-nav .top-includes { display: none; }
}
@media (min-width: 1200px) {
  .top-nav { align-items: center; display: flex; flex-grow: 10; flex-wrap: nowrap; justify-content: center; position: relative; }
  .top-nav .nav .top-includes { display: none; }
  .justify-nav-end .top-nav { justify-content: flex-end; }
  .justify-nav-center .top-nav { justify-content: center; }
  .sf-menu { display: block; }
  .sf-menu, .sf-menu ul { left: -50%; list-style: none; margin: 0px; padding: 0px; }
  .sf-menu li { position: relative; }
  .sf-menu li > ul { display: none; left: 50%; position: absolute; top: 100%; transform: translateX(-50%); z-index: 99; }
  .sf-menu li > ul ul { left: 0px; transform: none; }
  .sf-menu li:hover > ul, .sf-menu li.sfHover > ul { display: block; }
  .sf-menu a { display: block; position: relative; }
  .sf-menu a { font-family: Oxygen, sans-serif; font-size: 16px; padding: 10px 1.1em; text-decoration: none; transition-property: color, background-color, border-color, padding-top, padding-bottom; zoom: 1; }
  .sf-menu li { text-align: left; }
  .sf-menu > li { display: block; position: relative; text-align: center; }
  .sf-menu > li > a { font-family: Oxygen, sans-serif; font-size: 15px; font-weight: 400; letter-spacing: 1px; line-height: 14px; margin: 0px 15px; padding: 25px 0px; text-transform: uppercase; transition-duration: 0.15s; }
  .affix .sf-menu > li > a { padding-bottom: 33px; padding-top: 33px; }
}
@media (min-width: 1200px) and (min-width: 1500px) {
  .sf-menu > li > a { margin: 0px 31px; }
}
@media (min-width: 1200px) {
  .nav-narrow .sf-menu > li { padding: 0px; }
  .nav-narrow .sf-menu > li > a { margin-left: 29px; margin-right: 29px; padding-bottom: 24px; padding-top: 24px; }
  .nav-narrow .sf-menu > li.active > a::before { background-color: rgb(208, 196, 146); content: ""; height: 1px; left: -20px; position: absolute; right: -20px; top: 0px; z-index: 1; }
  .nav-bordered .sf-menu > li + li::before { background-color: rgba(255, 255, 255, 0.15); bottom: 0px; content: ""; left: -2px; position: absolute; top: 0px; width: 1px; }
  .cs .sf-menu > li > a { color: rgb(255, 255, 255); }
  .cs .sf-menu > li > a:hover, .cs .sf-menu > li.active > a { color: rgb(31, 39, 50); }
  .ds .sf-menu > li > a { color: rgb(255, 255, 255); }
  .ds .sf-menu > li > a:hover, .ds .sf-menu > li.active > a { color: rgb(208, 196, 146); }
  .ls .sf-menu > li > a { color: rgb(255, 255, 255); width: 100%; }
  .ls .sf-menu > li > a:hover, .ls .sf-menu > li.active > a { color: rgb(208, 196, 146); }
  .ls .sf-menu > li + li::before { background-color: rgb(225, 225, 225); }
  .sf-menu li:hover, .sf-menu li.sfHover { transition: none 0s ease 0s; }
  .sf-menu > li .mega-menu, .sf-menu li > ul { background-color: rgb(255, 255, 255); box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 10px; list-style: none; margin-top: 5px; min-width: 10em; padding: 15px 0px; text-align: center; }
  .sf-menu > li .mega-menu { padding-left: 0px; padding-right: 0px; }
  .sf-menu.nav ul a { color: rgb(16, 16, 16); font-size: 13px; letter-spacing: 1px; padding: 0px 15px; font-weight: 500; text-transform: uppercase; line-height: 20px; }
  .sf-menu .mega-menu ul { background: 0px 0px; box-shadow: none; padding: 0px; transform: none; }
  .sf-menu .mega-menu ul a { padding-left: 0px; padding-right: 0px; }
  .sf-menu ul a:hover, .sf-menu ul li.active > a { color: rgb(208, 196, 146); }
  .sf-menu ul ul { margin-top: 0px; top: -32px; }
  .sf-arrows ul .sf-with-ul::after { font-family: fontawesome; padding-left: 7px; }
}
@media (min-width: 1440px) {
  .sf-menu.nav ul a { padding-bottom: 5px; padding-top: 5px; }
}
.sf-menu i[class] { font-size: 1.1em; margin-right: 7px; }
@media (min-width: 1200px) {
  .sf-menu .sf-xl-hidden { display: none !important; }
}
@media (max-width: 1199px) {
  .sf-more-li { display: none; }
}
@media (min-width: 1200px) {
  .page_header .toggle_menu, .page_toplogo .toggle_menu { display: none; }
}
.toggle_menu {cursor: pointer;height: 50px;margin-top: 0px;opacity: 0.95;position: absolute;right: 0px;left: 0;top: 7%;visibility: visible;width: 60px;z-index: 1002;padding: 0px !important;}
.page_header_wrapper .toggle_menu { z-index: 1003; }
.ls .toggle_menu { background-color: transparent; }
.ls .toggle_menu::before, .ls .toggle_menu span, .ls .toggle_menu span::before, .ls .toggle_menu span::after { background-color: rgb(255, 255, 255); }
.page_toplogo .toggle_menu { left: auto; margin: 0px; position: fixed; right: 0px; top: 0px; }
.toggle_menu:hover span::before { top: -9px; }
.toggle_menu:hover span::after { top: 9px; }
.toggle_menu::before, .toggle_menu span, .toggle_menu span::before, .toggle_menu span::after { background-color: rgb(255, 255, 255); content: ""; display: block; height: 2px; left: 0px; position: absolute; transform: rotate(0deg); transition: all 0.25s ease-in-out 0s; width: 30px; }
.toggle_menu::before, .toggle_menu span {left: 20px;top: 50%;}
.toggle_menu span::before { opacity: 1; top: -8px; }
.toggle_menu span::after { opacity: 1; top: 8px; }
.toggle_menu.mobile-active {border: none;left: 0;margin: 0px;position: fixed;right: 0px;top: 0px;z-index: 3000;}
.toggle_menu.mobile-active::before { background-color: rgb(255, 255, 255); transform: rotate(45deg); }
.toggle_menu.mobile-active span { background-color: rgb(255, 255, 255); transform: rotate(-45deg); }
.toggle_menu.mobile-active span::before, .toggle_menu.mobile-active span::after { opacity: 0; }
.toggle_menu.active::before { transform: rotate(45deg); }
.toggle_menu.active span { transform: rotate(-45deg); }
.toggle_menu.active span::before, .toggle_menu.active span::after { opacity: 0; }
@media (max-width: 767px) {
  .nav-wrap { justify-content: center; }
}
@media (max-width: 1199px) {
  .page_header [class*="col"] { min-height: 0px; }
  .top-nav { background-color: transparent; inset: 0px; opacity: 0; position: fixed; transition: all 0.3s ease-in-out 0s; visibility: hidden; z-index: 10; }
  .mobile-active .top-nav { background-color: rgba(0, 0, 0, 0.9); opacity: 1; visibility: visible; z-index: 1002; }
  .nav-justified > li > a { text-align: left; }
  .sf-menu {background-color: rgb(245, 244, 243);border-bottom: 50px solid rgb(50, 50, 50);border-top: 0px solid rgb(50, 50, 50);inset: 0px 100% 0px 0px;display: block;font-family: Oxygen, sans-serif;font-size: 12px;font-weight: 400;letter-spacing: 0.1em;line-height: 1em;opacity: 0;overflow: auto;padding: 20px 10px 15px;position: fixed;text-align: left;text-transform: uppercase;transition: all 0.4s ease-in-out 0s;}
  .sf-menu > .top-includes { bottom: 20px; left: 20px; position: fixed; right: 20px; }
  .mobile-active .sf-menu { opacity: 1; right: 0px; text-align: center; }
  .sf-menu li { margin-bottom: 10px; position: relative; }
  .top-nav .sf-menu li ul { padding: 10px 0px 0px; }
  .top-nav .sf-menu li ul li a { font-size: 14px; text-transform: capitalize; }
  .top-nav .sf-menu li ul li a::before { display: none; }
  .top-nav .sf-menu a { color: rgb(50, 50, 50); display: block; font-family: Oxygen, sans-serif; font-size: 18px; padding: 10px; z-index: 2; }
  .sf-menu ul { list-style: none; padding-left: 0px; margin-top: 0px !important; }
  .sf-menu ul li a { font-weight: 500; letter-spacing: 0.1em; }
  .sf-menu ul li a::before { background-color: rgb(208, 196, 146); border-radius: 50%; bottom: 3px; content: ""; display: inline-block; height: 3px; margin-right: 10px; position: relative; width: 3px; }
  .sf-arrows .sf-with-ul { padding-right: 3.5em; }
  .sf-arrows .sf-with-ul + .sf-menu-item-mobile-toggler { border-radius: 50%; height: 30px; line-height: 30px; position: absolute; right: 5px; text-align: center; top: 0px; width: 30px; z-index: 1; }
  .sf-arrows .sf-with-ul + .sf-menu-item-mobile-toggler::after { color: rgb(31, 39, 50); content: ""; font-family: fontawesome; }
  .sfHover > .sf-with-ul + .sf-menu-item-mobile-toggler::after { content: ""; }
}
@media screen and (min-width: 1199px) {
  .top-nav ul .mega-menu ul { border: none; min-width: auto; }
  .top-nav .menu-item-has-mega-menu { position: relative; }
  .top-nav .mega-menu { display: none; position: absolute; top: 100%; width: 940px; z-index: 10; }
  .top-nav .menu-item-has-mega-menu:hover .mega-menu { display: block; }
  .top-nav .mega-menu-row { display: table; position: static; table-layout: fixed; }
  .top-nav .mega-menu-row ul { display: block; position: static; }
  .top-nav .mega-menu-col { border-left: 1px solid rgb(241, 241, 241); display: table-cell; padding: 0px 15px; width: 2000px; }
  .top-nav .mega-menu-col > a { font-size: 16px; font-weight: 700; letter-spacing: 0.05em; text-transform: uppercase; }
  .top-nav .mega-menu-col:first-child { border-left: none; }
  .top-nav ul ul .mega-menu { display: block; margin-left: 1px; top: -20px; width: auto; }
  .top-nav ul ul .mega-menu li { border: none; display: block; width: auto; }
}
@media screen and (min-width: 1400px) {
  .top-nav .mega-menu { width: 1300px; }
  .top-nav .mega-menu-col { padding: 0px 40px; }
}
@media screen and (min-width: 1200px) {
  .top-nav .mega-menu { width: 1150px; }
  .top-nav ul .mega-menu ul { min-width: 10em; }
  .top-nav .mega-menu-col { padding: 0px 25px; }
}
@media screen and (max-width: 991px) {
  .top-nav .mega-menu { position: static; }
}
.menu-click { padding: 0px; }
.menu-click i { margin-right: 10px; text-align: center; width: 1em; }
.menu-click .toggle_submenu { border-radius: 50%; cursor: pointer; font-size: 8px; height: 3em; line-height: 3em; opacity: 0.9; position: absolute; right: 20px; text-align: center; top: 8px; transform: rotate(-90deg); transition: all 0.25s ease-in-out 0s; width: 3em; }
.menu-click .toggle_submenu::before { content: ""; font-family: fontawesome; height: 3em; left: 0px; line-height: 3em; position: absolute; top: 0px; width: 3em; }
.menu-click ul { padding: 0px; }
.menu-click li { list-style: none; position: relative; width: 100%; }
.menu-click > li { transition: all 0.3s ease-in-out 0s; }
.menu-click a { display: block; font-family: Oxygen, sans-serif; font-size: 12px; font-weight: 400; letter-spacing: 0.1em; line-height: 1em; padding: 10px 40px; text-transform: uppercase; }
.menu-click a:hover { background-color: rgba(150, 150, 150, 0.05); }
.menu-click .active-submenu > a { background-color: rgba(150, 150, 150, 0.05); }
.menu-click .active-submenu > .toggle_submenu { transform: rotate(0deg); }
.menu-click li.active > a { color: rgb(208, 196, 146); }
.menu-click ul { height: 0px; opacity: 0; }
.menu-click ul a { padding-bottom: 8px; padding-left: 50px; padding-top: 8px; }
.menu-click ul ul a { padding-left: 60px; }
.menu-click ul ul ul a { padding-left: 70px; }
.menu-click ul ul ul ul a { padding-left: 80px; }
.menu-click .active-submenu > div.mega-menu { height: auto; }
.menu-click .active-submenu > ul, .menu-click .active-submenu > div.mega-menu > ul { height: auto; opacity: 1; }
.menu-click ul, .menu-click div.mega-menu { height: 0px; overflow: hidden; transition: opacity 0.6s ease 0s, margin-top 0.4s ease 0s, margin-bottom 0.4s ease 0s, height 0.3s ease-in-out 0s; }
.menu-click ul li.sfHover > .mega-menu ul { display: block; height: 100%; }
.menu-click div.mega-menu > ul { height: auto; margin-right: 0px; }
.page_header { height: auto; left: 0px; margin: 0px; padding: 0px; position: relative; right: 0px; top: 0px; transition: all 0.5s ease-in-out 0s; width: 100%; z-index: 1000; background-color: rgb(255, 255, 255); }
.page_header.bottom_mask_add::before { background-color: rgb(0, 0, 0); }
.page_header .container-fluid.bottom_mask_add::before { background-color: rgb(0, 0, 0); }
.page_header .social-icons a.color-bg-icon { margin-right: 10px; }
.page_header .social-icons a.color-bg-icon::before { height: 2.6em; line-height: 2.6em; width: 2.6em; }
.page_header .social-icons a.color-bg-icon:hover::before { height: calc(2.6em - 4px); line-height: calc(2.6em - 4px); width: calc(2.6em - 4px); }
.page_header a.logo img { max-height: none; transition: all 0.2s linear 0s;width:90px; }
.page_header div.top-includes { margin-top: 37px; }
@media (max-width: 1200px) {
  .page_header div.top-includes { display: none; }
}
.page_header .top-includes { align-items: center; display: flex; justify-content: flex-end; }
.page_header .top-includes li { margin-left: 0px; }
.page_header .top-includes a { font-size: 14px; margin-right: 27px; }
.page_header .top-includes a:hover { color: rgb(208, 196, 146); }
@media (max-width: 1650px) {
  .page_header .top-includes a { margin-right: 10px; }
}
.page_header .top-includes .header-phone { align-items: center; color: rgb(255, 255, 255); display: flex; flex-direction: column; font-size: 11px; letter-spacing: 4px; text-transform: uppercase; }
.page_header .top-includes .header-phone .phone { border: 2px solid rgb(255, 255, 255); border-radius: 5px; font-family: Oxygen, sans-serif; font-size: 24px; padding: 5px 15px; }
@media (max-width: 1440px) {
  .page_header .top-includes .header-phone .phone { font-size: 18px; }
}
@media (max-width: 1200px) {
  .page_header .top-includes { justify-content: space-between; }
  .page_header .top-includes a { padding: 0px; }
  .page_header .top-includes .header-phone span:first-child, .page_header .top-includes .header-phone span:last-child { display: none; }
  .page_header .top-includes .header-phone .phone { font-weight: 200; letter-spacing: 3px; }
  .page_header .top-includes .header-phone .phone span { display: inline-block; }
}
.boxed .page_header, .page_header.affix { box-shadow: rgba(100, 100, 100, 0.35) 0px 2px 15px 0px; opacity: 0.98; z-index: 1001; position: fixed !important; }
.boxed .page_header::after, .page_header.affix::after { background-color: transparent; }
.boxed .page_header .header-phone > span:last-child, .boxed .page_header .header-phone > span:first-child, .page_header.affix .header-phone > span:last-child, .page_header.affix .header-phone > span:first-child { display: inline-block; font-size: 0px; height: 0px; transition: visibility 0.2s linear 0s; visibility: hidden; }
.boxed .page_header a.logo img, .page_header.affix a.logo img { max-height: none; transition: all 0.2s linear 0s; }
.page_header.affix.s-bordertop::before { display: none; }
@media (max-width: 991px) {
  .page_header.mobile-active { opacity: 1; z-index: 1003; }
}
.page_header.affix-bottom { position: fixed; top: 0px !important; }
.page_header .row { }
.page_header a { display: inline-block; }
.page_header .btn { margin-bottom: 0px; }
.dropdown { margin-right: 36px; }
.header_absolute { position: relative; }
.header_absolute .page_header, .header_absolute .page_header_wrapper { left: 0px; position: absolute; right: 0px; z-index: 1002; }
.header_absolute .page_topline, .header_absolute .page_toplogo, .header_absolute .page_header_wrapper, .header_absolute .page_title { background-color: transparent; }
#canvas:not(.boxed) .header_absolute .page_header.affix-top { background-color: transparent; }
.page_topline { line-height: 1.4; }
.page_topline.small-text i { font-size: 14px; }
.page_topline .icon-inline { justify-content: center; }
.page_topline .social-icons { display: inline-block; }
.page_topline .social-icons a.color-bg-icon { margin-right: 10px; }
.page_topline .social-icons a.color-bg-icon::before { height: 2.6em; line-height: 2.6em; width: 2.6em; }
.page_topline .social-icons a.color-bg-icon:hover::before { height: calc(2.6em - 4px); line-height: calc(2.6em - 4px); width: calc(2.6em - 4px); }
.page_topline .widget_nav_menu { display: inline-block; }
.page_topline ul { margin: 0px; padding: 0px; }
.page_topline ul li { display: inline-block; }
.page_topline .dropdown-menu { margin: 23px 0px 0px -25px; }
.page_topline .dropdown-language a > img { bottom: 1px; margin-right: 6px; max-width: 16px; position: relative; }
.page_topline .owl-news-slider-dates { font-weight: 700; }
.page_topline .topline-news-item { height: 2em; line-height: 2em; margin: 0px 90px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.page_topline .topline-news-item .cat-links { display: inline; }
.page_topline .topline-news-nav-arrow { border: 1px solid rgb(31, 39, 50); bottom: 20px; font-size: 10px; line-height: 38px; position: relative; transition: opacity 0.2s ease-in-out 0s; width: 40px; }
.page_topline .topline-news-nav-arrow:hover { opacity: 0.5; }
.page_topline .owl-nav > div { opacity: 1; }
.page_toplogo a.color-bg-icon { margin-right: 10px; }
.page_toplogo a.color-bg-icon::before { height: 2.6em; line-height: 2.6em; width: 2.6em; }
.page_toplogo a.color-bg-icon:hover::before { height: calc(2.6em - 4px); line-height: calc(2.6em - 4px); width: calc(2.6em - 4px); }
@media (min-width: 992px) {
  .page_toplogo .media + .media { margin-left: 60px; }
}
.page_toplogo .widget_search form, .page_toplogo .widget_product_search form, .page_toplogo .widget_search input, .page_toplogo .widget_product_search input { max-width: none; }
@media (max-width: 991px) {
  .page_toplogo .media { margin: 10px; }
}
.header-includ { align-items: flex-end; display: flex; justify-content: flex-end; }
@media (max-width: 1200px) {
  .header-includ { display: none; }
}
@media (max-width: 575px) {
  .page_topline .top-3 { display: none; }
}
.page_topline .top-includ.top-2 { justify-content: flex-end; }
.top-includ, .top-1 { display: none; }
@media (max-width: 1200px) {
  .top-includ, .top-1 { display: flex; justify-content: center; }
}
.top-includ .search_modal_button, .top-1 .search_modal_button { padding-left: 0px; }
.header3 .top-nav ul li { position: relative; }
.header3 .top-nav ul li:last-child::after { display: none; }
.header3 .top-nav ul li::after { background-color: rgb(50, 50, 50); border-radius: 50%; content: ""; font-size: 30px; height: 3px; position: absolute; right: 0px; top: 50%; transform: translateY(-50%); width: 3px; }
.header3 .top-nav ul li ul li::after { display: none; }
.header3 .top-nav ul li .mega-menu ul li::after { display: none; }
.top-includes { margin: 0px; padding: 0px; }
@media (max-width: 768px) {
  .top-includes.contact li:nth-child(1) i { display: none; }
  .top-includes li:first-child span { color: rgb(255, 255, 255); font-size: 16px; }
}
.top-includes span { color: gray; font-family: Oxygen, sans-serif; font-size: 14px; text-transform: uppercase; }
.top-includes span strong { color: rgb(255, 255, 255); font-size: 14px; font-weight: 400; }
.top-includes .icon-inline .icon-styled { margin-right: 10px; }
.top-includes .icon-styled { margin-right: 10px; }
@media (min-width: 992px) {
  .top-includes { white-space: nowrap; }
}
.top-includes > * { display: inline-block; }
.top-includes > li { margin-left: 10px; }
.top-includes > li:first-child { margin-left: 0px; }
@media (min-width: 992px) {
  .top-includes.border-divided > li + li { border-left: 2px solid rgba(200, 200, 200, 0.35); margin-left: 26px; padding-left: 30px; }
}
@media (min-width: 992px) {
  .top-nav + .top-includes { margin-left: 50px; }
}
@media (max-width: 991px) {
  .top-includes.md-absolute { bottom: 0px; position: absolute; right: 80px; }
}
.top-includes a.border-icon, .top-includes a.bg-icon, .top-includes a.color-bg-icon { margin-bottom: 2px; margin-top: 2px; }
.dropdown-top { display: flex; }
.dropdown-top a { font-family: Oxygen, sans-serif; font-size: 14px; letter-spacing: 3px; margin-bottom: 38px; margin-left: 0px; padding: 30px; text-align: center; text-transform: uppercase; width: 50%; }
@media (max-width: 575px) {
  .dropdown-top a { margin-bottom: 10px; padding: 20px; }
  .dropdown-top a input { height: 50px; }
}
.dropdown-top a:hover { background-color: rgb(208, 196, 146); }
.dropdown-menu { padding-bottom: 40px; }
@media (max-width: 575px) {
  .dropdown-menu { padding-bottom: 20px; }
}
.dropdown-menu form { margin: 0px auto; max-width: 410px; }
.dropdown-menu form input.form-control { border: none; box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 10px; height: 80px; padding-left: 76px; }
.dropdown-menu form i { left: 36px; top: 27px !important; }
.dropdown-menu form .checkbox { margin-bottom: 30px; margin-top: 33px; }
@media (max-width: 575px) {
  .dropdown-menu form .checkbox { display: flex; flex-direction: column; }
}
.dropdown-menu form .checkbox label { font-size: 12px; letter-spacing: 4px; text-transform: uppercase; }
.dropdown-menu form .checkbox a { color: rgb(208, 196, 146); font-family: Oxygen, sans-serif; font-size: 12px; letter-spacing: 4px; margin-left: 40px; text-transform: uppercase; }
@media (max-width: 575px) {
  .dropdown-menu form .checkbox a { margin-left: 0px; }
}
.dropdown-menu form input[type="checkbox"] + label::before { border: none; box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 10px; height: 18px; margin-right: 18px; width: 18px; }
input[type="checkbox"]:checked + label::before {color: rgb(0, 0, 0);content: "";padding: 0;}
@media (max-width: 1200px) {
  .social-top-includ { display: none; }
}
.ls.ms .top-includes i { color: gray; }
.ds.ms .top-includes i { color: rgb(255, 255, 255); }
a.logo {align-items: center;display: flex;/* height: 65px; */padding-left: 0px;/* z-index: 1000000; *//* position: absolute; */width: 100%;}
a.logo:hover img { opacity: 1; transform: scale(1.03); }
a.logo img {display: inline-block;margin-top: 0px;z-index: 100000;}
a.logo .logo-text { font-size: 34px; padding: 0px 10px; }
a.logo .logo-subtext { font-size: 22px; padding: 0px 10px; }
a.logo .logo-text-bottom { font-size: 26px; }
a.logo .flex-column, a.logo.flex-column { align-items: flex-start; padding-bottom: 10px; padding-top: 10px; }
a.logo .flex-column.text-center, a.logo.flex-column.text-center { display: inline-block; }
.text-center a.logo { align-items: center; justify-content: center; }
.header_logo_center a.logo { display: inline-block; padding: 10px 0px; position: relative; z-index: 2; }
.header_logo_center.affix a.logo { padding: 5px 0px; }
@media (min-width: 992px) {
  .header_logo_center .logo_wrapper { align-items: center; inset: 0px; display: flex; justify-content: center; position: absolute; }
}
#search_modal { padding: 0px !important; }
#search_modal .widget {background-color: rgb(0 0 0);padding: 20px 0px;padding: initial;top: 34%;}
@media (min-width: 1200px) {
}
#search_modal .search-form { margin: 0px auto; max-width: 960px; padding: 0px 100px 0px 10px; }
#search_modal a { color: rgb(255, 255, 255); font-family: Oxygen, sans-serif; font-size: 12px; font-weight: 400; letter-spacing: 0.1em; line-height: 1em; text-transform: uppercase; }
#search_modal a:hover { color: rgb(208, 196, 146); opacity: 1; }
#search_modal .searchform-respond { color: rgb(255, 255, 255); margin: 20px auto; width: 300px; }
#search_modal .form-group { margin-bottom: 0px; }
#search_modal .form-control {background-color: transparent;border: none;color: rgb(31, 39, 50);font-size: 14px;font-style: italic;height: 60px;max-width: none;width: 100%;}
#search_modal .form-control::-webkit-input-placeholder { color: rgb(127, 127, 127); }
#search_modal .btn { color: rgb(31, 39, 50); font-size: 0px; margin: 0px 60px 0px 0px; min-width: 50px; padding: 30px 22px 25px; }
#search_modal .btn::before { color: rgb(31, 39, 50); font-size: 18px; }
#search_modal .close {color: rgb(31, 39, 50);font-size: 30px;line-height: 60px;min-width: 60px;opacity: 1;position: absolute;right: 0px;text-align: center;text-shadow: none;top: 33%;z-index: 2;z-index: 100000;}
.active-side-header #search_modal { right: 310px; }
.search_modal_button { display: inline-block; font-size: 14px; line-height: 1; padding: 0px 0px 0px 10px; }
body::after {background-color: rgba(0, 0, 0, 0.5);inset: 0px;content: "";opacity: 0;position: fixed;visibility: hidden;z-index: 1001;content: "\f106";font-family: FontAwesome;}
body, body::after, #canvas, .page_header_side { transition: all 0.5s ease-in-out 0s; }
#canvas { left: 0px; transition-property: left, margin-left; }
body.active-side-header { overflow: hidden; }
body.active-side-header #canvas { left: 310px; }
body.active-side-header .page_header_side { left: 0px; }
body.active-side-header::after { opacity: 1; visibility: visible; }
html.html-active-push-header { overflow: hidden; }
.page_header_side { bottom: 0px; left: -310px; position: fixed; top: 0px; width: 310px; z-index: 1002; }
.page_header_side.active-slide-side-header { box-shadow: rgba(50, 50, 50, 0.05) 0px 0px 4px 3px; }
.page_header_side ~ .page_toplogo .toggle_menu { display: none; }
.page_header_side a.logo { margin-bottom: 20px; padding: 10px 20px; }
.page_header_side a.logo img { max-width: 100%; }
.page_header_side .widget { margin-top: 60px; padding-left: 30px; padding-right: 30px; }
.page_header_side .widget_icons_list li + li { margin-top: 1em; }
.page_header_side .social-icons { display: block; margin-top: 43px; }
.page_header_side .social-icons a.border-icon, .page_header_side .social-icons a.bg-icon, .page_header_side .social-icons a.color-bg-icon { margin-bottom: 2px; margin-top: 2px; }
@media (min-width: 1200px) {
  .page_header_side ~ .page_topline .container-fluid, .page_header_side ~ .page_toplogo .container-fluid, .page_header_side ~ div .page_header .container-fluid { padding-left: 65px; padding-right: 65px; }
}
@media (max-width: 1199px) {
  .page_header_side ~ .page_topline [class*="container"], .page_header_side ~ .page_toplogo [class*="container"], .page_header_side ~ div .page_header [class*="container"] { padding-left: 65px; padding-right: 65px; }
}
.side_header_inner { padding: 26px 0px 60px; }
.toggle_menu_side { margin: 0px; position: absolute; right: -60px; top: 0px; transition: right 0.3s ease-in-out 0s; }
@media (max-width: 370px) {
  .toggle_menu_side.active { opacity: 0.4; right: 0px; }
}
.toggle_menu_side::before, .toggle_menu_side span::before, .toggle_menu_side span::after, .toggle_menu_side span { background-color: rgb(255, 255, 255) !important; }
.ds .toggle_menu_side { background-color: rgb(208, 196, 146); }
.bs .toggle_menu_side { background-color: rgb(208, 196, 146); }
.ls .toggle_menu_side { background-color: rgb(208, 196, 146); }
.page_header_side.header_side_sticked .toggle_menu_side { right: -60px; top: 0px; transition: all 0.5s ease-in-out 0s; }
.page_header_side.active-slide-side-header { left: 0px; }
.active-side-header .boxed .header_push ~ div .page_header, .active-side-header .header_push ~ div .page_header.affix { margin-left: 310px; }
.active-side-header.slide-right .boxed .header_push ~ div .page_header, .active-side-header.slide-right .header_push ~ div .page_header.affix { margin-left: -310px; }
.page_header_side.header_side_right { left: auto; right: -310px; }
.page_header_side.header_side_right.active-slide-side-header { right: 0px; }
.page_header_side.header_side_right .toggle_menu_side { left: -60px; right: auto; transition: left 0.3s ease-in-out 0s; }
@media (max-width: 370px) {
  .page_header_side.header_side_right .toggle_menu_side.active { left: 0px; }
}
body.active-side-header.slide-right #canvas { left: -310px; }
body.active-side-header.slide-right .page_header_side { left: auto; right: 0px; }
@media (min-width: 600px) {
  .page_header_side.header_side_sticked.active-slide-side-header { left: 0px; }
  .header_side_sticked ~ * { transition: margin 0.5s ease-in-out 0s; }
  .header_side_sticked ~ * .container-fluid { padding-left: 80px; }
  .header_side_sticked ~ div .page_header { width: auto; }
  .search_modal_button { padding-left: 0px; }
  .header_side_sticked.active-slide-side-header ~ *, .header_side_sticked.active-slide-side-header ~ div .page_header { margin-left: 310px; }
  .boxed .header_side_sticked.active-slide-side-header ~ *, .boxed .header_side_sticked.active-slide-side-header ~ div .page_header { margin-left: 0px; }
  .header_side_sticked ~ .page_header_wrapper { margin: 0px !important; }
  .page_header_side.header_side_sticked.header_side_right.active-slide-side-header { left: auto; }
  .header_side_sticked.header_side_right.active-slide-side-header ~ *, .header_side_sticked.header_side_right.active-slide-side-header ~ div .page_header { margin-left: 0px; margin-right: 310px; }
}
.header_absolute .page_header.bottom_mask_add::before { background-color: transparent; transition: all 0.2s linear 0.12s; }
.header_absolute .page_header.affix .container-fluid { padding-bottom: 10px; padding-top: 5px; }
.header_absolute .page_header.affix .header-phone > span:last-child, .header_absolute .page_header.affix .header-phone > span:first-child { display: inline-block; font-size: 0px; height: 0px; transition: visibility 0.2s linear 0s; visibility: hidden; }
.page_header_side.vertical_menu_header { background-color: rgb(0, 0, 0); bottom: auto; left: 0px; width: auto; z-index: 1002; }
.page_header_side.vertical_menu_header .side_header_inner { opacity: 0; position: absolute; top: 0px; transform: scaleY(0); transform-origin: center top; visibility: hidden; }
.page_header_side.bottom_mask_add::before { background-color: rgb(0, 0, 0); }
.page_header_side .header-phone { align-items: center; color: rgb(255, 255, 255); display: flex; flex-direction: column; font-family: Oxygen, sans-serif; font-size: 11px; letter-spacing: 4px; margin-top: 37px; text-transform: uppercase; }
@media (max-width: 992px) {
  .page_header_side .header-phone { display: none; }
}
.page_header_side .phone { align-items: center; border: 2px solid rgb(255, 255, 255); border-radius: 5px; display: flex; font-family: Oxygen, sans-serif; font-size: 24px; letter-spacing: 0px; padding: 4px 15px; }
.page_header_side a.logo { margin: 0px; min-width: 278px; padding: 0px; }
.page_header_side a.logo img { height: 126px; max-height: none; transition: all 0.2s linear 0s; }
@media (max-width: 1200px) {
  .page_header_side a.logo img { height: 80px; }
}
@media (max-width: 992px) {
  .page_header_side a.logo { min-width: 200px; }
}
.page_header_side .container-fluid { position: relative; transition: all 0.2s linear 0s; z-index: 500; }
.page_header_side .header-soc { align-items: center; display: flex; justify-content: flex-end; margin-top: 37px; width: 278px; }
.page_header_side .header-soc a { font-size: 14px; margin-right: 27px; }
.page_header_side .header-soc a:hover { color: rgb(208, 196, 146); }
@media (max-width: 992px) {
  .page_header_side .header-soc a { display: none; }
}
@media (max-width: 992px) {
  .page_header_side .header-soc { margin-bottom: 20px; width: auto; }
}
.page_header_side .header-soc .toggle_menu_side { display: block; position: relative; right: 0px; transition: all 0.3s ease-in-out 0s; background-color: transparent !important; }
.page_header_side .header-soc .toggle_menu_side::before { color: rgb(255, 255, 255); content: "menu"; font-family: Oxygen, sans-serif; font-size: 11px; height: auto; left: 50%; letter-spacing: 2.6px; position: absolute; text-transform: uppercase; top: 50%; transform: translateX(-50%) translateY(-50%); transition: all 0.25s ease-in-out 0s; background: 0px 0px !important; }
.page_header_side .header-soc .toggle_menu_side span { background: 0px 0px !important; }
.page_header_side .header-soc .toggle_menu_side span::before, .page_header_side .header-soc .toggle_menu_side span::after { width: 40px; }
.page_header_side .header-soc .toggle_menu_side span::before { top: -20px; }
.page_header_side .header-soc .toggle_menu_side span::after { top: 18px; }
.page_header_side .header-soc .toggle_menu_side::after { color: rgb(255, 255, 255); content: "close"; display: none; font-family: Oxygen, sans-serif; font-size: 11px; height: auto; left: 50%; letter-spacing: 2.6px; position: absolute; text-transform: uppercase; top: 50%; transform: translateX(-50%) translateY(-50%); transition: all 0.25s ease-in-out 0s; background: 0px 0px !important; }
.page_header_side .header-soc .toggle_menu_side:hover::before, .page_header_side .header-soc .toggle_menu_side:hover::after { color: rgb(208, 196, 146); }
.page_header_side .header-soc .toggle_menu_side:hover span::before, .page_header_side .header-soc .toggle_menu_side:hover span::after { background-color: rgb(208, 196, 146) !important; }
.page_header_side .header-soc .toggle_menu_side.mobile-active::before { display: none; }
.page_header_side .header-soc .toggle_menu_side.mobile-active::after { display: block; line-height: 19px; transform: translateX(-50%) translateY(-50%); transition: all 0.25s ease-in-out 0s; background-color: rgb(26, 26, 26) !important; }
.page_header_side .header-soc .toggle_menu_side.mobile-active span::before, .page_header_side .header-soc .toggle_menu_side.mobile-active span::after { opacity: 1; }
.page_header_side .header-soc .toggle_menu_side.mobile-active span::before { left: -10px; top: 0px; width: 55px; }
.page_header_side .header-soc .toggle_menu_side.mobile-active span::after { left: -12px; top: -1px; transform: rotate(-95deg); width: 55px; }
.page_header_side .side_header_inner { background-color: rgb(245, 244, 243); min-height: 100vh; padding: 0px; transition: all 0.2s linear 0.2s; width: 100%; }
.page_header_side .side_header_inner .scroll-wrapper { max-height: calc(100vh - 80px); padding-top: 270px; }
.page_header_side .side_header_inner .scroll-wrapper::before { box-shadow: rgb(26, 26, 26) 10px 20px 28px 45px; content: ""; display: inline-block; height: 240px; left: 0px; position: absolute; top: -20px; width: 100%; z-index: 1000; }
.page_header_side .side_header_inner .scroll-wrapper::after { bottom: -35px; box-shadow: rgb(26, 26, 26) 10px -20px 28px 45px; content: ""; display: inline-block; height: 0px; left: 0px; position: absolute; width: 100%; z-index: 1000; }
@media (max-width: 1200px) {
  .page_header_side .side_header_inner .scroll-wrapper { padding-top: 200px; }
  .page_header_side .side_header_inner .scroll-wrapper::before { height: 175px; }
  .page_header_side .side_header_inner .scroll-wrapper::after { bottom: -32px; }
}
@media (max-width: 992px) {
  .page_header_side .side_header_inner .scroll-wrapper { padding-bottom: 30px; padding-top: 150px; }
  .page_header_side .side_header_inner .scroll-wrapper::before { height: 117px; }
  .page_header_side .side_header_inner .scroll-wrapper::after { bottom: -5px; }
}
.page_header_side .side_header_inner .bottom_part { align-items: center; bottom: 35px; display: none; justify-content: space-between; left: 20px; position: absolute; right: 20px; }
.page_header_side .side_header_inner .bottom_part .header-soc { margin-bottom: 0px; width: auto; }
.page_header_side .side_header_inner .bottom_part .header-soc a { margin-right: 15px; }
.page_header_side .side_header_inner .bottom_part .header-soc a:last-child { margin-right: 0px; }
@media (max-width: 992px) {
  .page_header_side .side_header_inner .bottom_part { display: flex; }
  .page_header_side .side_header_inner .bottom_part .header-soc a, .page_header_side .side_header_inner .bottom_part .header-phone { display: flex; }
}
.page_header_side .side_header_inner .header-side-menu { align-items: center; display: flex; height: 100%; }
.page_header_side .side_header_inner .toggle_menu_side { display: block; position: relative; right: 0px; transition: all 0.3s ease-in-out 0s; background-color: transparent !important; }
.page_header_side .side_header_inner .toggle_menu_side::before { color: rgb(255, 255, 255); content: "menu"; font-family: Oxygen, sans-serif; font-size: 11px; height: auto; left: 50%; letter-spacing: 2.6px; position: absolute; text-transform: uppercase; top: 50%; transform: translateX(-50%) translateY(-50%); transition: all 0.25s ease-in-out 0s; background: 0px 0px !important; }
.page_header_side .side_header_inner .toggle_menu_side span { background: 0px 0px !important; }
.page_header_side .side_header_inner .toggle_menu_side span::before, .page_header_side .side_header_inner .toggle_menu_side span::after { width: 40px; }
.page_header_side .side_header_inner .toggle_menu_side span::before { top: -18px; }
.page_header_side .side_header_inner .toggle_menu_side span::after { top: 15px; }
.page_header_side .side_header_inner .toggle_menu_side::after { color: rgb(255, 255, 255); content: "close"; display: none; font-family: Oxygen, sans-serif; font-size: 11px; height: auto; left: 50%; letter-spacing: 2.6px; position: absolute; text-transform: uppercase; top: 50%; transform: translateX(-50%) translateY(-50%); transition: all 0.25s ease-in-out 0s; background: 0px 0px !important; }
.page_header_side .side_header_inner .toggle_menu_side:hover::before, .page_header_side .side_header_inner .toggle_menu_side:hover::after { color: rgb(208, 196, 146); }
.page_header_side .side_header_inner .toggle_menu_side:hover span::before, .page_header_side .side_header_inner .toggle_menu_side:hover span::after { background-color: rgb(208, 196, 146) !important; }
.page_header_side .side_header_inner .toggle_menu_side.mobile-active::before { display: none; }
.page_header_side .side_header_inner .toggle_menu_side.mobile-active::after { display: block; line-height: 19px; transform: translateX(-50%) translateY(-50%); background: rgb(26, 26, 26) !important; }
.page_header_side .side_header_inner .toggle_menu_side.mobile-active span::before, .page_header_side .side_header_inner .toggle_menu_side.mobile-active span::after { opacity: 1; }
.page_header_side .side_header_inner .toggle_menu_side.mobile-active span::before { left: -10px; top: 0px; width: 55px; }
.page_header_side .side_header_inner .toggle_menu_side.mobile-active span::after { left: -12px; top: -1px; transform: rotate(-95deg); width: 55px; }
.page_header_side .side_header_inner .container-fluid { padding: 0px !important; }
.page_header_side .side_header_inner .container-fluid [class*="col-"] { margin-bottom: 0px; margin-top: 0px; }
.page_header_side .side_header_inner .menu-side-click .menu-click .active-submenu > a { background: 0px 0px; }
.page_header_side .side_header_inner .menu-side-click .menu-click li { text-align: center; }
.page_header_side .side_header_inner .menu-side-click .menu-click .toggle_submenu::before { content: none; }
.page_header_side .side_header_inner .menu-side-click .menu-click a { font-family: Oxygen, sans-serif; font-size: 50px; font-weight: 400; line-height: 70px; padding: 0px; text-transform: uppercase; }
.page_header_side .side_header_inner .menu-side-click .menu-click a:hover { background-color: transparent; color: rgb(208, 196, 146); }
@media (max-width: 1200px) {
  .page_header_side .side_header_inner .menu-side-click .menu-click a { font-size: 40px; line-height: 65px; }
}
@media (max-width: 992px) {
  .page_header_side .side_header_inner .menu-side-click .menu-click a { font-size: 30px; line-height: 55px; }
}
.page_header_side .side_header_inner .menu-side-click .menu-click .active-submenu a { color: rgb(208, 196, 146); font-size: 50px; }
.page_header_side .side_header_inner .menu-side-click .menu-click .active-submenu ul { display: flex; flex-direction: column; justify-content: center; }
.page_header_side .side_header_inner .menu-side-click .menu-click .active-submenu ul li { width: auto; }
.page_header_side .side_header_inner .menu-side-click .menu-click .active-submenu ul li a { color: rgb(153, 151, 151); font-size: 24px; line-height: 50px; }
.page_header_side .side_header_inner .menu-side-click .menu-click .active-submenu ul li a:hover { color: rgb(208, 196, 146); }
.page_header_side .side_header_inner .menu-side-click .menu-click .active-submenu ul li.active-submenu > a { color: rgb(208, 196, 146); }
.page_header_side .side_header_inner .menu-side-click .menu-click .active-submenu ul li.active-submenu ul { flex-direction: column; }
.page_header_side .side_header_inner .menu-side-click .menu-click .active-submenu ul li.active-submenu ul li a { font-size: 18px; line-height: 50px; }
@media (max-width: 1200px) {
  .page_header_side .side_header_inner .menu-side-click .menu-click .active-submenu a { font-size: 40px; line-height: 55px; }
  .page_header_side .side_header_inner .menu-side-click .menu-click .active-submenu ul li a { font-size: 24px; line-height: 40px; }
  .page_header_side .side_header_inner .menu-side-click .menu-click .active-submenu ul li.active-submenu ul li a { font-size: 18px; line-height: 40px; }
}
@media (max-width: 992px) {
  .page_header_side .side_header_inner .menu-side-click .menu-click .active-submenu a { font-size: 30px; line-height: 50px; }
  .page_header_side .side_header_inner .menu-side-click .menu-click .active-submenu ul li a { font-size: 20px; line-height: 40px; }
  .page_header_side .side_header_inner .menu-side-click .menu-click .active-submenu ul li.active-submenu ul li a { font-size: 18px; line-height: 40px; }
}
.page_header_side.active-slide-side-header { background-color: rgb(50, 50, 50); }
.page_header_side.active-slide-side-header .side_header_inner { opacity: 1; transform: scaleY(1); transition: all 0.1s ease-in-out 0s; visibility: visible; z-index: 6; }
.page_header_side.active-slide-side-header .toggle_menu_side::before { top: 50%; transform: rotate(-495deg); }
.page_header_side.active-slide-side-header .toggle_menu_side::after { top: 50%; transform: rotate(495deg); }
.page_header_side .header_bottom_part { background-color: rgb(255, 255, 255); color: rgb(50, 50, 50); min-height: 160px; padding-left: 30px; padding-right: 30px; }
@media (max-width: 768px) {
  .page_header_side .header_bottom_part { padding-bottom: 10px; padding-top: 10px; }
}
@media (max-width: 1200px) {
  .page_header_side .header_bottom_part .col-12 { align-items: center; flex-direction: column; justify-content: center; }
  .page_header_side .header_bottom_part .col-12 .media-wrap { display: flex; flex-wrap: wrap; justify-content: center; }
  .page_header_side .header_bottom_part .col-12 .media-wrap .media { margin: 0px 15px; }
  .page_header_side .header_bottom_part .col-12 .media-wrap .media .media-body p { font-size: 16px; }
  .page_header_side .header_bottom_part .col-12 .media-wrap .media + .media { margin-left: 0px; }
}
@media (max-width: 1400px) {
  .page_header_side .header_bottom_part h5 { display: none; }
}
@media (min-width: 1200px) {
  .page_header_side .header_bottom_part { padding-left: 55px; padding-right: 55px; }
}
@media (min-width: 1600px) {
  .page_header_side .header_bottom_part { padding-left: 80px; padding-right: 80px; }
}
.page_header_side .header_bottom_part h5 { color: rgb(50, 50, 50); }
.page_header_side .header_bottom_part .media + .media { margin-left: 40px; }
.page_header_side .header_bottom_part .media .icon-styled { margin-top: 0px; }
.page_header_side .header_bottom_part .media .media-body > p:first-child { font-size: 20px; font-weight: 700; margin-top: 0px; }
.page_header_side .header_bottom_part .social-icons .icon-styled { border-color: rgb(50, 50, 50); }
.page_header_side .header_bottom_part .social-icons .icon-styled a { color: rgb(50, 50, 50); }
.page_header_side .header_bottom_part .social-icons .icon-styled a:hover { color: rgb(50, 50, 50) !important; }
.page_header_side .header_bottom_part .social-icons .icon-styled:hover { background-color: transparent; border-width: 4px; }
.page_header_side .header_bottom_part .social-icons .icon-styled:hover a { color: rgb(50, 50, 50); }
@media (min-width: 1600px) {
}
@media (min-width: 1400px) {
  .page_header_side.vertical_menu_header .container-fluid { transition: all 0.2s linear 0s; }
}
.page_slider { clear: both; position: relative; overflow: visible !important; }
@media (max-width: 1900px) {
  .page_slider { overflow: hidden !important; }
}
.page_slider > img { object-fit: cover; width: 100%; }
.page_slider video { min-width: 100%; }
.page_slider .flex-bg { inset: 0px; height: 100%; overflow: hidden; position: absolute; }
.page_slider .flex-bg.z-6::before { z-index: 6; }
.page_slider h2 { font-size: 3em; line-height: 1; margin: 0px; }
.page_slider h3 { font-size: 2em; line-height: 1; margin: 0px; }
.page_slider h4 { font-size: 1.5em; margin: 0px; }
.page_slider p { font-size: 1.2em; margin: 0px; }
@media (min-width: 992px) {
  .page_slider h2 { font-size: 6em; }
  .page_slider h3 { font-size: 3em; }
  .page_slider h4 { font-size: 2.5em; }
  .page_slider p { font-size: 1.7em; }
}
.page_slider .soc-buttons { bottom: 250px; font-family: Oxygen, sans-serif; font-size: 11px; left: 120px; letter-spacing: 5px; position: absolute; text-transform: uppercase; z-index: 6; }
.page_slider .soc-buttons span + span { margin-left: 6px; }
.page_slider .soc-buttons .fa:hover { color: rgb(208, 196, 146); }
@media (max-width: 1200px) {
  .page_slider .soc-buttons { left: 60px; }
}
@media (max-width: 992px) {
  .page_slider .soc-buttons { bottom: 30px; left: 20px; }
}
@media (max-width: 768px) {
  .page_slider .soc-buttons { bottom: 60px; left: 50%; transform: translateX(-50%); white-space: nowrap; }
}
.page_slider .flex-direction-nav { bottom: 50%; height: 20px; left: 0px; position: absolute; right: 0px; transform: translateY(50%); z-index: 5; }
.page_slider .flex-direction-nav .flex-nav-prev { left: 0px; position: absolute; right: auto; }
.page_slider .flex-direction-nav .flex-nav-next { position: absolute; right: 0px; top: -32px; }
.page_slider .flex-direction-nav a { margin: 0px; }
.page_slider .flex-direction-nav .flex-next:hover::before, .page_slider .flex-direction-nav .flex-next:hover::after, .page_slider .flex-direction-nav .flex-prev:hover::before, .page_slider .flex-direction-nav .flex-prev:hover::after { color: rgb(208, 196, 146); }
.page_slider .flex-direction-nav .flex-next { color: rgb(50, 50, 50); display: flex; font-family: Oxygen, sans-serif; font-size: 13px; justify-content: center; opacity: 1; right: -50px; text-transform: uppercase; transform: rotate(90deg); transform-origin: center bottom; }
@media (max-width: 1900px) {
  .page_slider .flex-direction-nav .flex-next { right: 40px; }
}
.page_slider .flex-direction-nav .flex-next:hover { color: rgb(208, 196, 146); }
.page_slider .flex-direction-nav .flex-next::after { bottom: -6px; color: rgb(50, 50, 50); content: "next"; font-family: Oxygen, sans-serif; font-size: 12px; letter-spacing: 5px; order: 1; position: absolute; text-transform: uppercase; transition: all 0.3s ease-in-out 0s; }
.page_slider .flex-direction-nav .flex-next::before { display: none; }
.page_slider .flex-direction-nav .flex-prev { color: rgb(50, 50, 50); display: flex; font-family: Oxygen, sans-serif; font-size: 13px; justify-content: center; left: -90px; opacity: 1; text-align: center; transform: rotate(-90deg); transform-origin: center top; }
@media (max-width: 1900px) {
  .page_slider .flex-direction-nav .flex-prev { left: 0px; }
}
.page_slider .flex-direction-nav .flex-prev:hover { color: rgb(208, 196, 146); }
.page_slider .flex-direction-nav .flex-prev::after { bottom: -6px; color: rgb(50, 50, 50); content: "prev"; font-family: Oxygen, sans-serif; font-size: 12px; left: 7px; letter-spacing: 5px; position: absolute; text-transform: uppercase; transition: all 0.3s ease-in-out 0s; }
.page_slider .flex-direction-nav .flex-prev::before { display: none; }
.page_slider .flex-direction-nav a { top: auto; width: 60px; }
@media (max-width: 1200px) {
}
.page_slider .intro_layer { position: relative; }
.page_slider .intro_layer:first-child { margin-top: -160px; }
@media (max-width: 1200px) {
}
@media (max-width: 992px) {
}
.page_slider .intro_layer img { display: inline-block; left: 48%; position: absolute; top: 50%; transform: translateX(-50%) translateY(-65.3%); width: auto; }
@media (max-width: 1600px) {
  .page_slider .intro_layer img { top: 60%; transform: translateX(-50%) translateY(-50%); width: 50%; }
}
@media (max-width: 1200px) {
  .page_slider .intro_layer img { transform: translateX(-50%) translateY(-65%); width: 50%; }
}
@media (max-width: 575px) {
  .page_slider .intro_layer img { transform: translateX(-50%) translateY(-55%); width: 50%; }
}
@media (max-width: 525px) {
  .page_slider .intro_layer img { transform: translateX(-50%) translateY(-60%); width: 250px; }
}
.page_slider .intro_layer img.intro_image2 { left: 60%; }
.page_slider .flexslider .slides { display: flex; }
@media (max-width: 767px) {
  .page_slider .flexslider li.cover-image { background-position: 50% 50%; inset: 0px; display: block; min-height: 340px; position: absolute; }
  .page_slider .flexslider li.cover-image > img { display: none; }
}
.page_slider .flexslider::before, .page_slider .flexslider::after { clear: both; content: ""; display: block; }
.page_slider .flexslider.slider-shadow { padding-bottom: 50px; }
.page_slider .flexslider.slider-shadow::before, .page_slider .flexslider.slider-shadow::after { background: 0px 0px; bottom: 65px; box-shadow: rgba(0, 0, 0, 0.3) 0px 25px 20px; content: ""; height: 20%; left: 10px; max-width: 400px; position: absolute; transform: rotate(-3deg); width: 50%; z-index: 1; }
.page_slider .flexslider.slider-shadow::after { left: auto; right: 10px; transform: rotate(3deg); }
.page_slider .intro_layers_wrapper { display: flex; }
.page_slider .intro_after_featured_word { font-family: Oxygen, sans-serif; font-size: 12px; font-weight: 700; margin-left: auto; margin-right: auto; max-width: 600px; position: relative; text-transform: uppercase; letter-spacing: 5px !important; }
.page_slider .intro_after_featured_word a { transition: all 0.3s ease-in-out 0s; }
@media (max-width: 575px) {
  .page_slider .intro_after_featured_word { display: none; }
}
.page_slider .intro_layers { display: flex; flex-direction: column; justify-content: center; padding: 20px 0px; width: 100%; }
.page_slider .flex-control-nav { bottom: 5px; display: flex; flex-direction: row; justify-content: center; position: absolute; width: 100%; }
@media (max-width: 991px) {
  .page_slider .flex-control-nav { display: none; }
}
.page_slider .flex-control-nav li { display: block; padding-bottom: 6px; padding-top: 6px; }
.page_slider .flex-control-nav li a { background-color: rgb(255, 255, 255); border: 2px solid rgb(50, 50, 50); height: 10px; margin: 10px 0px; opacity: 1; width: 10px; }
.page_slider .flex-control-nav li a.flex-active { background-color: rgb(208, 196, 146); border-color: rgb(208, 196, 146); }
@media (min-width: 300px) {
  .page_slider .cs, .page_slider .ds { background-color: transparent; }
  .page_slider .container-fluid, .page_slider .container, .page_slider img + .container { inset: 0px; margin-left: auto; margin-right: auto; position: absolute; }
  .page_slider [class*="col-"] { margin-bottom: 0px; margin-top: 0px; min-height: 0px; position: static; }
  .page_slider .intro_layers_wrapper { inset: 0px 15px; height: 100%; position: absolute; z-index: 6; }
}
@media (min-width: 300px) and (min-width: 600px) {
  .boxed .page_slider .intro_layers_wrapper { padding-left: 60px; padding-right: 60px; }
}
@media (min-width: 300px) {
  .page_slider .intro_text_top .intro_layers { justify-content: flex-start; }
  .page_slider .intro_text_bottom .intro_layers { justify-content: flex-end; }
  .page_slider .intro_before_featured_word { font-size: 20px; letter-spacing: 15px; line-height: 0.8; margin: 180px 0px 0px; text-align: left; text-shadow: rgba(0, 0, 0, 0.25) 0px 0px 7px; border: 1px solid rgb(255, 255, 255); padding: 15px; }
}
@media (min-width: 300px) and (max-width: 992px) {
  .page_slider .intro_before_featured_word { margin-top: 30px; }
}
@media (min-width: 300px) {
  .page_slider .intro_featured_word { color: rgb(208, 196, 146); font-size: 90px; text-transform: uppercase; }
}
@media (min-width: 300px) and (max-width: 992px) {
  .page_slider .intro_featured_word { color: rgb(208, 196, 146); font-size: 180px; text-transform: uppercase; }
}
@media (min-width: 300px) and (max-width: 767px) {
  .page_slider .intro_featured_word { font-size: 120px; }
}
@media (min-width: 300px) and (max-width: 575px) {
  .page_slider .intro_featured_word { font-size: 90px; }
}
@media (min-width: 300px) {
  .page_slider .intro_after_featured_word a { color: rgb(255, 255, 255); font-family: Oxygen, sans-serif; font-size: 11px; letter-spacing: 4px; }
  .page_slider .intro_after_featured_word a:hover { color: rgb(208, 196, 146); }
}
.page_slider .nav-true .flex-direction-nav { display: block; }
@media (max-width: 575px) {
  .page_slider .nav-true .flex-direction-nav { display: none; }
}
.page_slider .nav-true .flex-control-nav { display: none; }
@media (max-width: 575px) {
  .page_slider .nav-true .flex-control-nav { display: flex; }
}
@media (max-width: 400px) {
  .page_slider .intro_featured_word { color: rgb(208, 196, 146); font-size: 75px; text-transform: uppercase; }
}
@media (min-width: 1200px) {
  .page_slider .intro_featured_word { font-size: 138px; }
}
@media (min-width: 992px) {
  .page_slider .flex-direction-nav { display: none; }
  .page_slider .intro_layers_wrapper { }
  .page_slider .intro_before_featured_word { font-size: 100px; }
  .page_slider .intro_featured_word { font-size: 38px; text-align: center; margin-top: 24px; }
  .page_slider .intro_after_featured_word { font-size: 12px; letter-spacing: 2em; }
}
@media (min-width: 1600px) {
  .page_slider .intro_featured_word { color: rgb(208, 196, 146); font-size: 300px; letter-spacing: 0px; margin-top: 165px; text-align: center; text-transform: uppercase; white-space: nowrap; }
  .page_slider .intro_featured_word.intro-2 { font-size: 205px; letter-spacing: 45px; margin-top: 0px; }
  .container .page_slider .intro_featured_word { font-size: 138px; }
}
@media (max-width: 991px) {
  .page_slider { text-align: center; }
}
.error-404 .page-header { text-align: center; }
@media (min-width: 768px) {
  .error-404 .page-header { text-align: center; }
}
.error-404 .page-header h3 { color: rgb(208, 196, 146); font-size: 100px; line-height: 1; margin: 0px; }
@media (min-width: 992px) {
  .error-404 .page-header h3 { font-size: 200px; line-height: 185px; margin-bottom: 11px; }
}
.error-404 .page-header p { color: rgb(50, 50, 50); font-family: Oxygen, sans-serif; font-size: 40px; letter-spacing: 0.7px; margin-bottom: 10px; text-align: center; text-transform: capitalize; }
@media (max-width: 992px) {
  .error-404 .page-header p { font-size: 35px; }
}
@media (max-width: 768px) {
  .error-404 .page-header p { font-size: 24px; text-align: center; }
}
.error-404 .content_404 { background-color: rgb(255, 255, 255); opacity: 0.9; padding: 100px; }
@media (max-width: 575px) {
  .error-404 .content_404 { padding: 50px; }
}
.error-404 .page-content { align-items: center; display: flex; flex-direction: column; padding-top: 33px; }
@media (min-width: 768px) {
  .error-404 .page-content { align-items: center; }
}
@media (max-width: 768px) {
  .error-404 .page-content { color: rgb(255, 255, 255); }
}
.error-404 .page-content span { font-size: 20px; }
.error-404 .widget_search { margin: 21px 0px 8px; }
.error-404 .widget_search input { width: 350px; }
@media (max-width: 480px) {
  .error-404 .widget_search { background: 0px 0px; width: 100%; }
  .error-404 .widget_search input { width: 100%; }
}
.error-404 .btn { width: 232px; }
.error-404 .divider_or { margin-bottom: 9px; }
.masonry-layout .post .item-content { background: rgb(255, 255, 255); border: none; box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 10px 0px; }
.post { }
.post .title-post { margin-bottom: 30px; margin-top: 80px; }
@media (max-width: 575px) {
  .post .title-post { font-size: 30px; }
}
.post .widget_tag_cloud .tag-cloud-link { line-height: 30px; min-height: 35px; min-width: 120px; }
.post .item-media + .item-content {padding: 20px 20px 35px 20px;background-color: #fff;}
@media (max-width: 1200px) {
  .post .item-media + .item-content { padding: 30px 40px 40px; }
}
@media (max-width: 991px) {
  .post .item-media + .item-content { padding: 20px 30px 30px; }
}
@media (max-width: 575px) {
  .post .item-media + .item-content { padding: 20px 20px 28px; }
}
.post .item-content {background-color: rgb(255, 255, 255);/* box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 10px 0px; */margin-left: auto;margin-right: auto;margin-top: -77px;/* max-width: 85%; */padding: 50px 50px 48px;position: relative;text-align: center;z-index: 5;background-color: #f7f7f7;}
@media (max-width: 575px) {
  .post .item-content { margin-top: 0px; min-width: 100%; }
}
.post .item-content .entry-meta-head { display: flex; font-family: Oxygen, sans-serif; font-size: 12px; justify-content: space-between; letter-spacing: 2px; margin-bottom: 20px; text-transform: uppercase; }
@media (max-width: 575px) {
  .post .item-content .entry-meta-head { align-items: center; flex-direction: column; justify-content: center; margin-bottom: 10px; }
}
.post .item-content .entry-meta-head .entry-date { display: flex; font-size: 12px; }
.post .item-content .entry-meta-head .entry-date i { font-size: 14px; }
.post .item-content .entry-meta-head .entry-date .entry-author { font-size: 12px; margin-right: 20px; }
.post .item-content .entry-meta-head .entry-date .entry-author i::before { font-size: 12px; }
.post .entry-content { margin-top: 7px; }
.post .entry-header { font-size: 12px; letter-spacing: 4px; text-transform: uppercase; }
.post .entry-header a { color: rgb(208, 196, 146); font-family: Oxygen, sans-serif; }
.post .entry-header a:hover { color: rgb(50, 50, 50); }
@media (max-width: 478px) {
  .post .entry-header { line-height: 2; }
}
.post .entry-meta.with_tags { margin-top: 63px; }
@media (max-width: 1200px) {
  .post .entry-meta.with_tags { margin-top: 30px; }
}
@media (max-width: 768px) {
  .post .entry-meta.with_tags { display: flex; flex-direction: column; }
}
@media (max-width: 575px) {
  .post .entry-meta.with_tags { margin-top: 30px; }
}
.post .entry-meta.with_tags .author { margin-top: -10px; }
@media (max-width: 768px) {
  .post .entry-meta.with_tags .author { margin-top: 20px; }
}
.blog_slider { margin-bottom: 60px; }
@media (min-width: 992px) {
  .blog_slider .intro_layers_wrapper { left: 130px; right: 130px; }
}
@media (max-width: 767px) {
  .blog_slider { display: none; }
}
.blog-featured-posts .post { height: 100%; }
.entry-title, .entry-title:last-child { font-size: 40px; line-height: 1; margin: 0px 0px 11px; text-transform: capitalize; }
.entry-title a:hover, .entry-title:last-child a:hover { color: rgb(208, 196, 146); opacity: 1 !important; }
@media (max-width: 575px) {
}
h4.entry-title { font-size: 24px; margin-bottom: 0.7em; }
.item-media + .item-content h1.entry-title {margin-top: 5px;font-size: 23px;font-weight: 500;}
.post { position: relative; }
.post > .fa { color: rgb(255, 255, 255); position: absolute; right: 9px; top: 7px; transform: rotate(45deg); z-index: 2; }
.post > .fa::before { position: relative; z-index: 3; }
.post > .fa::after { border-color: transparent transparent rgb(208, 196, 146); border-style: solid; border-width: 0px 40px 40px; content: ""; display: block; height: 0px; left: -35px; position: absolute; top: -14px; width: 0px; z-index: 2; }
.post + .post { margin-top: 40px; }
@media (max-width: 575px) {
  .post + .post { margin-top: 30px; }
}
.post h3.entry-title + .entry-meta { margin-top: -0.65em; }
.post h1.entry-title + .entry-meta { margin: -1em 0px 2em; }
.post.cover-image { height: auto; overflow: hidden; text-align: center; }
.post.cover-image .post-thumbnail { display: none; }
.post ul, .post ol { margin-bottom: 40px; }
.post-thumbnail { text-align: center; }
.post-thumbnail .owl-dots { bottom: 30px; left: 0px; position: absolute; right: 0px; }
.post-thumbnail + .entry-content { margin-top: 1.5em; }
.post-password-form input[type="password"] { margin-top: 0.5em; width: auto; }
.post-password-form input[type="submit"] { position: relative; top: -2px; }
.entry-footer, .entry-meta { align-items: center; clear: both; display: flex; justify-content: space-between; line-height: 1; margin-top: 45px; }
.entry-footer i, .entry-meta i { color: rgb(208, 196, 146); font-size: 14px; }
@media (max-width: 1200px) {
  .entry-footer, .entry-meta { margin-top: 35px; }
}
@media (max-width: 575px) {
  .entry-footer, .entry-meta { margin-top: 35px; }
}
.entry-footer a, .entry-meta a { font-family: Oxygen, sans-serif; font-size: 12px; letter-spacing: 5px; text-transform: uppercase; }
.entry-footer span, .entry-meta span { font-family: Oxygen, sans-serif; font-size: 12px; letter-spacing: 5px; text-transform: uppercase; }
.entry-footer { margin-bottom: 50px; margin-top: 40px; }
.entry-footer .fa { margin-right: 10px; }
.entry-content::before, .entry-content::after, .entry-footer::before, .entry-footer::after, .entry-header::before, .entry-header::after { clear: both; content: ""; display: block; }
.cat-links { display: block; font-size: 0px; line-height: 1; margin-bottom: 12px; }
.cat-links a { background-color: rgb(0, 190, 163); border-radius: 1px; display: inline-block; font-size: 12px; letter-spacing: 0.1em; line-height: 1; margin: 0px 4px 4px 0px; padding: 0.35em 0.5em 0.25em; text-transform: uppercase; color: rgb(255, 255, 255) !important; }
.cat-links a:nth-child(4n-5) { background-color: rgb(160, 206, 78); }
.cat-links a:nth-child(4n-4) { background-color: rgb(0, 190, 163); }
.cat-links a:nth-child(4n-3) { background-color: rgb(208, 196, 146); font-weight: 400; letter-spacing: 5px; color: rgb(255, 255, 255) !important; }
.cat-links a:hover { background-color: rgb(31, 39, 50); }
.entry-footer .edit-link, .entry-header .edit-link { float: right; }
.entry-footer .edit-link a::before, .entry-header .edit-link a::before { content: ""; font-family: fontawesome; padding-right: 0.4em; }
.entry-footer .entry-title + .edit-link, .entry-header .entry-title + .edit-link { position: absolute; right: 15px; top: 0.5em; }
.post-adds { align-items: center; background-color: rgb(245, 245, 245); display: flex; line-height: 1; margin-bottom: 30px; }
.post-adds i { width: 1em; }
.post-adds a { display: inline-block; margin: 0px; }
.post-adds .dropdown-menu { border: none; padding: 0px; }
.post-adds .share_buttons { display: flex; }
.post-adds .share_button { background-color: rgb(208, 196, 146); color: rgb(255, 255, 255); line-height: 60px; padding: 0px 21px; }
.post-adds .like_button { border-right: 1px solid rgba(0, 0, 0, 0.1); color: rgb(208, 196, 146); line-height: 60px; padding: 0px 21px; }
.post-adds .votes_count { padding: 0px 21px; }
.post-adds .views-count { background-color: rgb(208, 196, 146); color: rgb(255, 255, 255); margin-left: auto; padding: 22px 30px; }
@media (max-width: 576px) {
  .post-adds { flex-wrap: wrap; }
  .post-adds .share_button { line-height: 40px; padding: 0px 11px; }
  .post-adds .like_button { line-height: 40px; padding: 0px 11px; }
  .post-adds .views-count { padding: 10px 15px; width: 100%; }
}
.post.gallery .owl-carousel .owl-nav { bottom: 43%; left: 0px; right: 0px; transform: none; }
.post.gallery .owl-carousel .owl-nav::before { display: none; }
.post.gallery .owl-carousel .owl-nav .owl-next { background-color: rgb(255, 255, 255); padding: 10px 15px; right: 0px; }
.post.gallery .owl-carousel .owl-nav .owl-next:hover i::before { color: rgb(208, 196, 146); }
.post.gallery .owl-carousel .owl-nav .owl-next::before { display: none; }
.post.gallery .owl-carousel .owl-nav .owl-next i::before { color: rgb(50, 50, 50); content: ""; font-family: Flaticon; font-size: 14px; }
.post.gallery .owl-carousel .owl-nav .owl-prev { background-color: rgb(255, 255, 255); left: 0px; padding: 10px 15px; }
.post.gallery .owl-carousel .owl-nav .owl-prev:hover i::before { color: rgb(208, 196, 146); }
.post.gallery .owl-carousel .owl-nav .owl-prev::after { display: none; }
.post.gallery .owl-carousel .owl-nav .owl-prev i::before { color: rgb(50, 50, 50); content: ""; font-family: Flaticon; font-size: 14px; }
.post .gallery { display: flex; flex-wrap: wrap; margin: 0px -7px; }
.post .gallery .gallery-item { padding: 0px 7px; width: 50%; }
.post .gallery .gallery-item figcaption { padding: 20px 0px 5px; }
@media (min-width: 992px) {
  .post .gallery.gallery-columns-1 .gallery-item { width: 100%; }
  .post .gallery.gallery-columns-2 .gallery-item { width: 50%; }
  .post .gallery.gallery-columns-3 .gallery-item { width: 33.33%; }
  .post .gallery.gallery-columns-4 .gallery-item { width: 25%; }
  .post .gallery.gallery-columns-5 .gallery-item { width: 20%; }
  .post .gallery.gallery-columns-6 .gallery-item { width: 16.66%; }
  .post .gallery.gallery-columns-7 .gallery-item { width: 14.28%; }
  .post .gallery.gallery-columns-8 .gallery-item { width: 12.5%; }
  .post .gallery.gallery-columns-9 .gallery-item { width: 11.11%; }
}
.author-bio a.fa { margin-bottom: 0px; }
.comments-title { font-size: 24px; margin-bottom: 20px; }
@media (max-width: 575px) {
  .comments-title { font-size: 20px; }
}
.comments-area { margin-top: 30px; }
@media (max-width: 575px) {
  .comments-area { margin-top: 30px; }
}
.comments-area .comment-list { border-bottom: 1px solid rgb(225, 225, 225); border-top: 1px solid rgb(225, 225, 225); list-style: none; padding: 48px 0px 0px; }
@media (max-width: 575px) {
  .comments-area .comment-list { padding-top: 30px; }
}
.comments-area .comment-list .comment-metadata { display: flex; flex-direction: column; font-family: Oxygen, sans-serif; font-size: 12px; letter-spacing: 5px; margin-bottom: -17px; text-transform: uppercase; }
@media (max-width: 575px) {
  .comments-area .comment-list .comment-metadata { margin-bottom: 0px; }
}
.comments-area .comment-list .comment-metadata a { color: rgb(208, 196, 146); margin-bottom: 17px; }
@media (max-width: 575px) {
  .comments-area .comment-list .comment-metadata a { margin-bottom: 10px; }
}
.comments-area .comment-list .comment-metadata a:hover { color: rgb(50, 50, 50); }
.comments-area .comment-list .comment-metadata a time { color: rgb(127, 127, 127); }
.comments-area .comment-list .comment-reply-link { font-family: Oxygen, sans-serif; font-size: 12px; letter-spacing: 5px; text-transform: uppercase; }
.comments-area .comment-list .comment-reply-link:hover { color: rgb(208, 196, 146); }
.comments-area .comment-list ol.children { list-style: none; padding-left: 95px; }
.comments-area .comment-list ol.children .comment { border: none; }
@media (max-width: 575px) {
  .comments-area .comment-list ol.children .comment { padding-left: 30px; }
  .comments-area .comment-list ol.children .comment .comment-body { padding: 0px; }
}
@media (max-width: 575px) {
  .comments-area .comment-list ol.children { padding-left: 0px; }
}
.comments-area .comment-list ol.children ol.children ol.children { padding-left: 35px; }
.comment-body { margin-bottom: 40px; margin-left: 90px; position: relative; }
@media (max-width: 575px) {
  .comment-body { display: flex; flex-direction: column; margin-bottom: 30px; }
}
.comment-body ol, .comment-body ol ol { padding-left: 20px; }
.comment-meta { margin-bottom: 1em; }
@media (max-width: 575px) {
  .comment-meta { margin-bottom: 0.2em; }
}
.comment-meta img { border-radius: 50%; left: -90px; max-width: 70px; position: absolute; top: -10px; width: 70px; }
.comment-meta .comment-author { font-size: 21px; }
.comment-meta .comment-metadata { font-family: Oxygen, sans-serif; font-size: 12px; font-weight: 400; letter-spacing: 0.1em; line-height: 1em; text-transform: uppercase; }
.comment-meta b { font-weight: inherit; }
@media (max-width: 575px) {
  .comment-body { margin-left: 0px; }
  .comment-meta img { margin-bottom: 20px; position: static; }
}
.comment-reply-title { font-size: 24px; text-transform: capitalize; }
.reply { margin-top: 10px; }
@media (max-width: 575px) {
  .reply { margin-top: 0px; }
}
.reply a { font-family: Oxygen, sans-serif; font-size: 12px; font-weight: 400; letter-spacing: 0.1em; line-height: 1em; text-transform: uppercase; }
.comment-content p { margin-bottom: 0.5em; }
@media (max-width: 575px) {
  .comment-content p { margin-bottom: 5px; }
}
.no-comments, .comment-awaiting-moderation { opacity: 0.7; }
.comments-pagination { margin: 2em 0px 3em; }
.comments-area > .comment-respond { background-color: rgb(245, 244, 243); margin-top: 80px; padding: 50px; }
@media (max-width: 575px) {
  .comments-area > .comment-respond { margin-top: 30px; padding: 15px; }
}
.comment-form { display: flex; flex-wrap: wrap; }
.comment-form p { margin-bottom: 10px; width: 100%; }
.comment-form p.form-submit { margin-bottom: 0px; margin-top: 10px; }
.comment-form label { display: block; }
.comment-form textarea, .comment-form input { width: 100%; }
.comment-form input[type="checkbox"] { margin: 0px; visibility: hidden; }
@media (min-width: 992px) {
  .comment-form .comment-form-author, .comment-form .comment-form-email { width: 50%; }
  .comment-form .comment-form-author { padding-right: 10px; }
}
.format-status.post .item-content { background-color: transparent; margin-top: 0px; padding: 50px 55px 60px; width: 80%; }
@media (max-width: 1200px) {
  .format-status.post .item-content { padding: 40px; }
}
@media (max-width: 991px) {
  .format-status.post .item-content { padding: 30px; }
}
@media (max-width: 575px) {
  .format-status.post .item-content { padding: 25px 20px; }
}
.format-status.post .item-content .entry-content { margin-top: 0px; }
.format-status.post .item-content p { color: rgb(201, 201, 201); }
.format-status.post .item-content .entry-meta { color: rgb(201, 201, 201); justify-content: center; margin-top: 45px; }
@media (max-width: 1200px) {
  .format-status.post .item-content .entry-meta { margin-top: 35px; }
}
@media (max-width: 575px) {
  .format-status.post .item-content .entry-meta { margin-top: 30px; }
}
.format-status.post .item-content .entry-meta a { color: rgb(201, 201, 201); }
.format-status.post .item-content .entry-title { font-size: 40px; }
@media (max-width: 575px) {
  .format-status.post .item-content .entry-title { font-size: 25px; }
}
.format-status .avatar { border-radius: 50%; display: block; margin: 0px auto 35px; max-width: 120px; }
.format-status .entry-title { margin-bottom: 15px; }
.format-status .cat-links { margin-bottom: 5px; }
.format-status.post .entry-title + .entry-meta { margin: 0px 0px 25px; }
.format-status .entry-date { margin-top: -7px; }
.format-link .item-content .entry-title a { color: rgb(50, 50, 50); }
.format-link .item-content .entry-title a:hover { color: rgb(208, 196, 146); }
.format-link .item-content a { color: rgb(208, 196, 146); }
.format-link .item-content a:hover { color: rgb(50, 50, 50); }
.format-link .item-content .entry-meta { margin-top: 20px; }
.format-link .item-content .entry-meta a { color: rgb(50, 50, 50); }
.format-link .item-content .entry-meta a:hover { color: rgb(208, 196, 146); }
.format-chat .entry-content p { margin-bottom: 0px; }
.format-chat .entry-content p strong { color: rgb(50, 50, 50); }
.format-chat .entry-content p:nth-of-type(2n) { padding: 0.2em 1.3em 0px; }
.format-chat .entry-content p:nth-of-type(2n) strong { color: rgb(208, 196, 146); }
.format-chat .entry-footer { margin-top: 21px; }
.format-aside .item-content { margin-top: 0px; max-width: 100%; padding: 50px 60px; }
@media (max-width: 1200px) {
  .format-aside .item-content { padding: 40px; }
}
@media (max-width: 991px) {
  .format-aside .item-content { padding: 30px; }
}
@media (max-width: 575px) {
  .format-aside .item-content { padding: 20px 20px 28px; }
}
.format-aside .entry-meta { justify-content: center; }
.format-quote { text-align: center; }
.format-quote .item-content { margin-top: 0px; max-width: 100%; padding: 60px 55px 70px; }
@media (max-width: 1200px) {
  .format-quote .item-content { padding: 40px 40px 50px; }
}
@media (max-width: 575px) {
  .format-quote .item-content { padding: 20px 50px 35px; }
}
.format-quote .item-content .entry-header img { border-radius: 50%; height: 85px; margin-bottom: 5px; width: 85px; }
.format-quote .item-content blockquote { margin: 0px auto; max-width: 80%; padding-left: 0px; }
@media (max-width: 575px) {
  .format-quote .item-content blockquote { font-size: 16px; line-height: 20px; }
}
.format-quote .item-content blockquote footer { margin-bottom: 30px; }
@media (max-width: 575px) {
  .format-quote .item-content blockquote footer { margin-bottom: 10px; }
}
.format-quote .item-content blockquote p::after { background: url("../images/quote.png") center center no-repeat; content: ""; height: 30px; position: absolute; right: -52px; top: 0px; transform: rotate(180deg); width: 35px; }
.format-quote.cover-image .entry-header > i { display: inline-block; font-size: 2em; margin-bottom: 0.7em; }
.format-quote blockquote { border: none; font-style: italic; margin-bottom: 0px; padding-bottom: 0px; padding-left: 0px; }
.format-quote blockquote cite { display: block; font-family: Oxygen, sans-serif; font-size: 12px; font-style: normal; font-weight: 400; letter-spacing: 0.1em; line-height: 1em; margin: 24px 0px 0px; text-transform: uppercase; }
.comment-respond h3 { margin-bottom: 30px; }
@media (max-width: 575px) {
  .comment-respond h3 { font-size: 30px; }
}
.soon { background-image: url("../images/parallax/soon.jpg"); background-position: 25% 9%; background-repeat: no-repeat; background-size: cover; min-height: calc(100vh - 130px); }
@media (max-width: 992px) {
  .soon { background: rgb(245, 244, 243); }
}
.soon .title-comingsoon { position: relative; }
.soon .title-comingsoon .sub-title.com-soon { font-size: 30px; letter-spacing: 0px; }
.soon .special-heading { font-size: 80px; text-transform: uppercase; }
.soon .special-heading + p { color: rgb(255, 255, 255); font-size: 30px; }
@media (max-width: 768px) {
  .soon .special-heading { font-size: 40px; }
  .soon .special-heading + p { font-size: 14px; }
}
.soon + .page_title .widget.widget_mailchimp { padding-bottom: 20px; padding-top: 20px; }
@media (max-width: 991px) {
  .soon + .page_title h2 { font-size: 30px; margin-top: 20px; }
}
@media (max-width: 768px) {
  .soon + .page_title .widget.widget_mailchimp { padding-top: 0px; }
}
@media (max-width: 575px) {
  .soon + .page_title h2 { margin-bottom: 0px; }
}
.countdown-section { background-color: transparent; display: block; margin-right: 20px; max-width: 150px; }
@media (max-width: 768px) {
  .countdown-section { margin-right: 5px; max-width: 110px; padding: 10px 0px; }
}
.countdown-amount { background-color: rgb(255, 255, 255); color: rgb(50, 50, 50); display: block; font-family: Oxygen, sans-serif; font-size: 60px; padding: 24px 43px; text-align: center; width: 100%; }
@media (max-width: 768px) {
  .countdown-amount { font-size: 50px; padding: 20px; }
}
@media (max-width: 575px) {
  .countdown-amount { font-size: 30px; padding: 10px; }
}
.countdown-period { background-color: rgb(255, 255, 255); color: rgb(50, 50, 50); font-family: Oxygen, sans-serif; font-size: 20px; margin-top: 5px; min-width: auto; padding: 15px 20px; text-align: center; }
@media (max-width: 768px) {
  .countdown-period { font-size: 12px; padding: 0px; }
}
#box_wrapper > section, #box_wrapper > div > section { overflow: hidden; }
#box_wrapper > section.page_topline, #box_wrapper > section.page_toplogo, #box_wrapper > section.overflow-visible, #box_wrapper > div > section.overflow-visible { overflow: visible; }
img.absolute_image { position: absolute; top: 50px; z-index: 1; }
.image-rounded-cross-borders { margin: 50px 0px 60px; position: relative; }
.image-rounded-cross-borders::before, .image-rounded-cross-borders::after { background-color: rgb(225, 225, 225); content: ""; height: 30px; left: 50%; position: absolute; top: -30px; width: 1px; }
.image-rounded-cross-borders::after { bottom: -30px; top: auto; }
.image-rounded-cross-borders .box-shadow { border-radius: 50%; padding: 9px; }
.image-rounded-cross-borders .box-shadow::before, .image-rounded-cross-borders .box-shadow::after { background-color: rgb(225, 225, 225); content: ""; height: 1px; left: -30px; position: absolute; top: 50%; width: 30px; }
@media (max-width: 1199px) {
}
.image-rounded-cross-borders .box-shadow::after { left: auto; right: -30px; }
.image-rounded-cross-borders img { border-radius: 50%; }
.btn-action i { height: 1em; text-align: center; width: 1em; }
.btn-action i.fa-chevron-right { left: 2px; position: relative; }
.partners-carousel a { opacity: 0.2; }
.partners-carousel a:hover { opacity: 0.8; }
.partners-carousel .center a { opacity: 1; }
.dropdown-shopping-cart { font-weight: 500; position: relative; }
.page_toplogo .dropdown-shopping-cart, .page_header .dropdown-shopping-cart {margin-left: 24px;border: solid 2px #fff;width: 30px;height: 30px;border-radius: 999px;text-align: center;}
.dropdown-shopping-cart i { font-size: 22px; color: rgb(255, 255, 255); }
.page_toplogo .dropdown-shopping-cart i { position: relative; top: 0.18em; }
.dropdown-shopping-cart .badge {border-radius: 1em;font-size: 10px;left: 1px;padding: 3px 4px 1px;position: absolute;top: -4px;}
.page_toplogo .dropdown-shopping-cart .badge { top: -0.3em; }
.dropdown-shopping-cart:hover { color: rgb(208, 196, 146); }
.dropdown-shopping-cart + .dropdown-menu { margin-top: 50px; }
@media (min-width: 576px) {
  .dropdown-shopping-cart + .dropdown-menu { min-width: 430px; }
}
.appointment { position: relative; }
.appointment .container-fluid { position: relative; z-index: 10; }
.header_absolute.cover-background, .header_absolute.s-parallax { background-image: url("../images/parallax/video_section_background.jpg"); }
.portfolio-section { overflow: visible !important; }
@media (max-width: 991px) {
  .portfolio-section { overflow: hidden !important; }
}
.portfolio-section.s-parallax { background-image: url("../images/parallax/title.jpg"); }
.portfolio-section .owl-carousel { margin-bottom: 55px; margin-top: 30px; }
@media (min-width: 1200px) {
  .portfolio-section .owl-carousel { margin-top: 0px; }
}
.portfolio-section .owl-carousel img { width: 100%; }
@media (max-width: 768px) {
  .portfolio-section .owl-carousel { margin-bottom: 30px; }
}
.portfolio-section .owl-dots { display: none; }
@media (max-width: 768px) {
  .portfolio-section .owl-dots { display: flex; justify-content: center; margin-top: 20px; }
}
.portfolio-section .owl-dots .owl-dot:hover span { border: 2px solid rgb(208, 196, 146); }
.portfolio-section .owl-dots .owl-dot span { border: 2px solid rgb(50, 50, 50); height: 10px; margin: 10px 0px; opacity: 1; width: 10px; }
@media (max-width: 768px) {
  .portfolio-section .owl-dots .owl-dot span { margin: 10px 10px 0px; }
}
.portfolio-section .owl-dots .owl-dot.active span { background-color: rgb(208, 196, 146); border-color: rgb(208, 196, 146); }
.portfolio-section .owl-nav { opacity: 1; top: 85.1%; }
@media (max-width: 768px) {
  .portfolio-section .owl-nav { display: none; }
}
.portfolio-section .owl-nav .owl-prev { background-color: rgb(255, 255, 255); opacity: 1; padding: 25px 33px; right: auto; left: -1px !important; }
.portfolio-section .owl-nav .owl-prev:hover { opacity: 1; }
.portfolio-section .owl-nav .owl-prev:hover i::before { color: rgb(208, 196, 146); }
.portfolio-section .owl-nav .owl-prev i { font-size: 16px; }
.portfolio-section .owl-nav .owl-prev i::before { color: rgb(50, 50, 50); content: ""; font-family: flaticon; font-size: 16px; opacity: 1; }
.portfolio-section .owl-nav .owl-next { background-color: rgb(255, 255, 255); opacity: 1; padding: 25px 33px; right: 0px; }
.portfolio-section .owl-nav .owl-next:hover { opacity: 1; }
.portfolio-section .owl-nav .owl-next:hover i::before { color: rgb(208, 196, 146); }
.portfolio-section .owl-nav .owl-next i { font-size: 16px; }
.portfolio-section .owl-nav .owl-next i::before { color: rgb(50, 50, 50); content: ""; font-family: flaticon; font-size: 16px; opacity: 1; }
.post-section { position: relative; overflow: visible !important; }
.post-section .owl-carousel .owl-dots { display: none; }
@media (max-width: 1400px) {
  .post-section .owl-carousel .owl-dots { display: flex; justify-content: center; margin-top: 20px; }
}
.post-section .owl-carousel .owl-dots .owl-dot { margin-right: 20px; }
@media (max-width: 575px) {
  .post-section .owl-carousel .owl-dots .owl-dot { margin-right: 0px; }
}
.post-section .owl-carousel .owl-dots .owl-dot:hover span { border: 2px solid rgb(208, 196, 146); }
.post-section .owl-carousel .owl-dots .owl-dot span { border: 2px solid rgb(50, 50, 50); height: 10px; margin: 10px 0px; opacity: 1; width: 10px; }
@media (max-width: 768px) {
  .post-section .owl-carousel .owl-dots .owl-dot span { margin: 10px 10px 0px; }
}
.post-section .owl-carousel .owl-dots .owl-dot.active span { background-color: rgb(208, 196, 146); border-color: rgb(208, 196, 146); }
.post-section .owl-carousel .owl-nav { opacity: 1; }
@media (max-width: 1400px) {
  .post-section .owl-carousel .owl-nav { display: none; }
}
.post-section .owl-carousel .owl-nav .owl-prev { align-items: center; background-color: transparent; display: flex; left: -65px; opacity: 1; top: -22%; transform: rotate(-90deg); }
@media (max-width: 1900px) {
  .post-section .owl-carousel .owl-nav .owl-prev { left: 0px; }
}
.post-section .owl-carousel .owl-nav .owl-prev:hover i::before { color: rgb(208, 196, 146); }
.post-section .owl-carousel .owl-nav .owl-prev i { font-size: 18px; opacity: 1; text-align: center; }
.post-section .owl-carousel .owl-nav .owl-prev i::before { color: rgb(50, 50, 50); content: "prev post"; font-family: Oxygen, sans-serif; font-size: 12px; letter-spacing: 5px; line-height: 0; opacity: 1; text-align: center; transition: all 0.3s ease 0s; }
.post-section .owl-carousel .owl-nav .owl-next { align-items: center; background-color: transparent; display: flex; opacity: 1; right: -70px; top: -22%; transform: rotate(90deg); }
@media (max-width: 1900px) {
  .post-section .owl-carousel .owl-nav .owl-next { right: 0px; }
}
.post-section .owl-carousel .owl-nav .owl-next:hover i::before { color: rgb(208, 196, 146); }
.post-section .owl-carousel .owl-nav .owl-next i { font-size: 18px; opacity: 1; text-align: center; }
.post-section .owl-carousel .owl-nav .owl-next i::before { color: rgb(50, 50, 50); content: "next post"; font-family: Oxygen, sans-serif; font-size: 12px; letter-spacing: 5px; line-height: 0; opacity: 1; text-align: center; transition: all 0.3s ease 0s; }
.post-section .owl-carousel .owl-stage { margin-top: 40px; }
@media (max-width: 1200px) {
  .post-section .owl-carousel .owl-stage { margin-top: 0px; }
}
.post-section .owl-carousel .owl-stage .owl-item.active.center { margin-bottom: 5px; transform: translateY(-40px); transition: all 1s ease 0s; }
@media (max-width: 1200px) {
  .post-section .owl-carousel .owl-stage .owl-item.active.center { transform: translateY(0px); }
}
.post-section .owl-carousel .owl-stage .owl-item.active.center .vertical-item .item-content { box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 10px 0px; margin-top: -70px; padding: 20px; }
@media (max-width: 1200px) {
  .post-section .owl-carousel .owl-stage .owl-item.active.center .vertical-item .item-content { margin-top: -30px; padding: 30px; }
}
@media (max-width: 575px) {
  .post-section .owl-carousel .owl-stage .owl-item.active.center .vertical-item .item-content { padding: 20px; }
}
.post-section .vertical-item .item-content { box-shadow: none; padding: 20px; }
@media (max-width: 1200px) {
  .post-section .vertical-item .item-content { margin-top: -30px; padding: 30px; }
}
@media (max-width: 575px) {
  .post-section .vertical-item .item-content { padding: 20px; }
}
.post-section .vertical-item .item-content .entry-content .entry-title { font-size: 19px; }
@media (max-width: 1200px) {
  .post-section .vertical-item .item-content .entry-content .entry-title { font-size: 24px; }
}
.quote-section.about-quote.s-parallax { background-image: url("../images/parallax/title.jpg"); }
.video-section { margin-bottom: -62px; margin-top: -335px; position: relative; z-index: 2; }
.video-section.video-about { margin-bottom: 0px; }
@media (max-width: 1200px) {
  .video-section { margin-bottom: -40px; margin-top: -335px; }
}
@media (max-width: 767px) {
  .video-section { margin-bottom: 0px; margin-top: -390px; }
}
@media (max-width: 575px) {
  .video-section { margin-bottom: 0px; margin-top: -270px; }
}
.video-section .video-simple a::after { border: 2px solid rgb(255, 255, 255); border-radius: 50%; color: rgb(208, 196, 146); content: ""; font-family: fontawesome; font-size: 14px; height: 60px; left: 50%; line-height: 56px; margin-left: -30px; margin-top: -30px; position: absolute; text-align: center; top: 50%; transition: all 0.3s ease-in-out 0s; width: 60px; }
.video-section .video-simple a img { transition: all 0.15s linear 0s; }
.video-section .video-simple a:hover::after { background-color: rgb(255, 255, 255); }
.video-section .video-simple a:hover img { filter: blur(3px); transform: scale(1.2, 1.2); }
.video-section.s-parallax { background-image: url("../images/parallax/video_section_background.jpg"); }
.video-section .owl-dots { display: none; }
@media (max-width: 1200px) {
  .video-section .owl-dots { display: flex; justify-content: center; margin-top: 20px; }
}
.video-section .owl-dots .owl-dot:hover span { border: 2px solid rgb(208, 196, 146); }
.video-section .owl-dots .owl-dot span { border: 2px solid rgb(50, 50, 50); height: 10px; margin: 10px 0px; opacity: 1; width: 10px; }
@media (max-width: 1200px) {
  .video-section .owl-dots .owl-dot span { margin: 10px 10px 0px; }
}
.video-section .owl-dots .owl-dot.active span { background-color: rgb(208, 196, 146); border-color: rgb(208, 196, 146); }
.video-section .owl-nav { left: -209px; top: 58%; }
@media (max-width: 1200px) {
  .video-section .owl-nav { display: none; }
}
.video-section .owl-nav::after { color: rgb(50, 50, 50); content: "/"; font-family: Oxygen, sans-serif; font-size: 12px; left: 67px; position: absolute; top: 0px; }
.video-section .owl-nav .owl-prev { opacity: 1; }
.video-section .owl-nav .owl-prev:hover { opacity: 1; }
.video-section .owl-nav .owl-prev:hover::after { color: rgb(208, 196, 146); }
.video-section .owl-nav .owl-prev.disabled { opacity: 1; }
.video-section .owl-nav .owl-prev.disabled:hover { opacity: 1; }
.video-section .owl-nav .owl-prev::after { color: rgb(50, 50, 50); content: "prev"; font-family: Oxygen, sans-serif; font-size: 12px; letter-spacing: 5px; text-transform: uppercase; }
.video-section .owl-nav .owl-prev i { display: none; }
.video-section .owl-nav .owl-next { left: 84px; opacity: 1; right: auto; }
.video-section .owl-nav .owl-next:hover { opacity: 1; }
.video-section .owl-nav .owl-next:hover::after { color: rgb(208, 196, 146); }
.video-section .owl-nav .owl-next.disabled { opacity: 1; }
.video-section .owl-nav .owl-next.disabled:hover { opacity: 1; }
.video-section .owl-nav .owl-next::after { color: rgb(50, 50, 50); content: "next"; font-family: Oxygen, sans-serif; font-size: 12px; letter-spacing: 5px; text-transform: uppercase; }
.video-section .owl-nav .owl-next i { display: none; }
.page_title { color: rgb(255, 255, 255); }
.page_title.cover-background, .page_title.s-parallax { }
.page_title h1, .page_title h2 {color: rgb(255 255 255);line-height: 1;margin-bottom: 15px;font-size: 23px !important;font-weight: 800 !important;}
@media (min-width: 992px) {
  .page_title h1, .page_title h2 {font-size: 33px;font-weight: 400;letter-spacing: 0px;text-transform: uppercase;border-top: solid 1px #444;padding-top: 21px;}
  .page_title h1:last-child, .page_title h2:last-child { margin-bottom: 0px; }
}
.page_title .small-title { margin-bottom: 0px; }
.page_title .small-title + .breadcrumb { font-size: 16px; font-weight: 300; letter-spacing: 0px; text-transform: none; }
@media (min-width: 992px) {
  .page_title .title-inline { margin: 0px; }
  .page_title .title-inline + .breadcrumb { border-left: 1px solid rgba(200, 200, 200, 0.35); margin-left: 30px; padding-left: 30px; }
}
.page_title .breadcrumb { line-height: 1.6; }
.page_title [class*="container"] > .breadcrumb { background-color: rgba(0, 0, 0, 0.1); bottom: 100px; left: 50%; padding: 0px 15px; position: absolute; transform: translateX(-50%); }
.page_404 { background-image: url("../images/404.jpg"); background-position: center center; background-repeat: no-repeat; background-size: cover; min-height: calc(100vh - 130px); }
.page_map { height: 700px; text-align: center; }
.page_map .marker { display: none; }
.map_marker_description { color: rgb(255, 255, 255); font-family: Oxygen, sans-serif; font-size: 11px; letter-spacing: 5px; max-width: 270px; text-transform: uppercase; }
.map_marker_description h3 { line-height: 1; margin-bottom: 10px; }
.map_marker_description img { max-width: 90% !important; }
.gm-style .gm-style-iw { line-height: 1.6em; text-align: center; overflow: visible !important; }
.gm-style .gm-style-iw > :first-child { position: relative; }
.gm-style .gm-style-iw::before { background: rgb(0, 0, 0); border-radius: 5px; inset: -9px -38px; box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 10px 0px; content: ""; display: block; position: absolute; }
.gm-style .gm-style-iw .icon-inline { display: inline-block; margin: 0.3em 0px; }
.gm-style .gm-style-iw .icon-inline .icon-styled { margin-right: 5px; }
.page_footer { }
.page_footer h3, .page_footer h4 { margin-top: 0px; text-transform: uppercase; }
@media (max-width: 575px) {
  .page_footer h3, .page_footer h4 { font-size: 30px; margin-bottom: 5px; }
}
.page_footer .page_copyright p { margin-bottom: 20px !important; }
.page_footer.page_footer2.s-parallax { background-image: url("../images/parallax/footer-bg2.jpg"); }
@media (max-width: 575px) {
  .page_footer.page_footer2 { overflow: hidden !important; }
}
.page_footer.s-parallax {background-image: url("../images/parallax/footer-bg.jpg");background-color: #e6e3e2;}
.page_footer.s-overlay::before { background-color: rgb(233, 229, 228); opacity: 0.8; }
.page_footer .wrap { margin: -40px auto; padding-bottom: 50px; padding-left: 15px; padding-right: 15px; }
.page_footer .wrap p { margin-bottom: 52px; margin-top: 45px; padding: 0px 30px; }
.page_footer .media .fa { font-size: 15px; }
.page_footer.ds a { color: rgb(255, 255, 255); }
.page_footer.ds ul li::before { color: rgb(255, 255, 255); }
.page_footer.spec h3, .page_footer.spec h4 { margin-bottom: 18px; margin-top: 75px; }
.page_footer.spec .instafeed { padding-top: 20px; }
@media (min-width: 576px) {
}
.page_footer .side-icon-box { margin: 0px 0px 20px; }
.page_footer .side-icon-box > .icon-styled:first-child { margin-right: 0px; position: relative; top: 0.5em; }
.page_footer .side-icon-box .icon-styled + .media-body { margin-left: 20px; }
.page_copyright { color: rgb(0, 0, 0); font-family: Oxygen, sans-serif; font-size: 11px; letter-spacing: 4px; text-transform: uppercase; }
.page_copyright p { color: gray; font-size: 12px; letter-spacing: 5px; margin-bottom: 0px; }
.page_copyright.cover-background, .page_copyright.s-parallax { background-image: url("../images/parallax/video_section_background.jpg"); }
.item-hover-content { overflow: hidden; position: relative; }
.item-hover-content .item-media { z-index: 2; }
.item-hover-content .item-content { box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 10px 0px; left: 0px; position: absolute; right: 0px; }
.item-hover-content .item-content h4 { letter-spacing: 0.15em; line-height: 1; margin-bottom: 1.4em; }
.item-hover-content .item-content h4 span { font-weight: 900; }
@media (min-width: 1200px) {
  .item-hover-content.content-padding .item-content { padding: 54px 40px; }
}
.item-hover-content:hover { box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 10px 0px; overflow: visible; z-index: 3; }
.content-show-hover { overflow: hidden; }
.content-show-hover .item-content { display: flex; flex-direction: column; justify-content: space-around; opacity: 0; top: 0px; transform: scale(1.2); transition: all 0.15s ease-in-out 0s; }
.content-show-hover .item-content h4 { letter-spacing: 0.15em; line-height: 1; margin-bottom: 1.4em; }
.content-show-hover .item-content h4 span { display: block; font-weight: 900; }
.content-show-hover:hover { box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 10px 0px; }
.content-show-hover:hover .item-content { opacity: 1; transform: scale(1); }
.item-gallery { background: 0px 0px; overflow: hidden; position: relative; }
.item-gallery .item-content { background-color: transparent; border-radius: 0px 0px 5px 5px; padding: 48px 15px 31px; position: relative; top: -7px; transition: all 0.3s ease-in-out 0s; }
.item-gallery .item-content .item-title { font-family: Oxygen, sans-serif; left: 50%; opacity: 1; position: absolute; text-transform: uppercase; top: -29px; transform: translateX(-50%); z-index: 5; }
.item-gallery .item-content .item-title .title { color: rgb(255, 255, 255); font-size: 40px; letter-spacing: 1px; }
.item-gallery .item-content .item-title .subtitle { color: rgb(0, 0, 0); font-size: 24px; margin-top: -6px; }
.item-gallery .item-content .model-data { display: flex; flex-wrap: wrap; font-family: Oxygen, sans-serif; font-size: 11px; justify-content: center; line-height: 16px; list-style: none; padding: 0px; text-transform: uppercase; }
.item-gallery .item-content .model-data li { padding: 4px 12px; text-align: center; }
.item-gallery .item-content .model-data li span { display: block; width: 100%; }
.item-gallery .item-content .model-data .title { color: rgb(208, 196, 146); }
.item-gallery .item-content .model-data .data { color: rgb(0, 0, 0); }
.item-gallery.content-absolute .item-content { bottom: -1px; top: auto; transform: translateY(100%); }
.item-gallery:hover.content-absolute .item-content { transform: none; }
.background-contact { background-image: url("../images/texture.png"); background-size: cover; }
.owl-carousel.small-gallery-carousel .owl-nav .owl-next i { color: rgb(255, 255, 255); font-size: 30px; }
.owl-carousel.small-gallery-carousel .owl-nav .owl-prev i { color: rgb(255, 255, 255); font-size: 30px; }
.main-gallery2 { height: 80vh; position: relative; z-index: 555; overflow: visible !important; }
@media (max-width: 575px) {
  .main-gallery2 { overflow: hidden !important; }
}
#switcher { background-color: rgb(64, 64, 64); color: rgb(255, 255, 255); font-size: 15px; padding-bottom: 20px; position: fixed; right: -210px; top: 22%; transition: all 0.6s ease 0s; width: 210px; z-index: 1001; }
#switcher.active { right: 0px; }
#switcher .hidden { display: none; }
#switcher a { color: rgb(208, 196, 146); }
#switcher .checkbox { font-size: 14px; line-height: 1; margin: 0px; }
#switcher h4 { background-color: rgb(34, 34, 34); color: rgb(153, 153, 153); font-size: 16px; font-weight: 300; letter-spacing: 0px; line-height: 60px; margin: 0px; text-align: center; }
#switcher span.fa { background-color: transparent; color: rgb(255, 255, 255); cursor: pointer; display: block; font-size: 24px; height: 60px; left: -20px; line-height: 60px; position: absolute; text-align: center; top: 0px; width: 60px; z-index: 2; }
#switcher span.fa:hover { color: rgb(153, 153, 153); }
#switcher span.fa:first-child { background-color: rgb(34, 34, 34); left: -60px; z-index: 3; }
#switcher li { float: left; margin-bottom: 0px; padding: 0px 2px 5px; }
#switcher p { font-size: 16px; font-weight: 300; line-height: 1; margin: 0px 0px 10px; }
#switcher label { color: rgb(153, 153, 153); margin: 0px 0px 10px; }
#switcher ul { margin-bottom: 0px; }
#switcher ul::before, #switcher ul::after { clear: both; content: ""; display: block; }
#switcher .tooltip { min-width: 110px; }
#switcher .tooltip-arrow { display: none; }
#switcher-version a { display: inline-block; font-size: 13px; font-weight: 400; line-height: 1; padding: 13px 14px; text-transform: uppercase; }
#switcher-version a:hover { color: rgb(228, 52, 78) !important; }
#switcher-version a.light { background-color: rgb(255, 255, 255); color: rgb(31, 39, 50); }
#switcher-version a.dark { background-color: rgb(38, 38, 38); color: rgb(255, 255, 255); }
#switcher-colors a { background-color: rgb(228, 23, 121); display: inline-block; height: 40px; overflow: hidden; position: relative; width: 40px; }
#switcher-colors a:hover { opacity: 0.7; }
#switcher-colors a.color2 { background-color: rgb(211, 0, 224); }
#switcher-colors a.color3 { background-color: rgb(121, 0, 224); }
#switcher-colors { line-height: 0; }
#switcher-patterns a { background-color: rgb(255, 255, 255); display: block; height: 40px; line-height: 1; overflow: hidden; width: 40px; }
#switcher-patterns a img { opacity: 0; }
#switcher-patterns a:hover { opacity: 0.7; }
#switcher-patterns li:first-child a img { opacity: 1; }
#switcher_accent_color, #switcher_color_scheme, #switcher_layout, #switcher_patterns { padding: 20px 31px 0px 32px; }
.checkbox-slider--b-flat { position: relative; }
.checkbox-slider--b-flat input { inset: 0px; cursor: pointer; display: block; height: 0px; margin: 0px; opacity: 0; position: absolute; width: 0px; zoom: 1; }
.checkbox-slider--b-flat input + span { cursor: pointer; user-select: none; }
.checkbox-slider--b-flat input + span::before { display: inline-block; left: 0px; position: absolute; }
.checkbox-slider--b-flat input + span > h4 { display: inline; }
.checkbox-slider--b-flat input + span { padding-left: 40px; }
.checkbox-slider--b-flat input + span::before { background: rgb(255, 255, 255); content: ""; height: 15px; width: 30px; }
.checkbox-slider--b-flat input + span::after { background: rgb(255, 255, 255); content: ""; display: block; font-weight: 700; height: 15px; left: 0px; position: absolute; text-align: center; top: 0px; transition: margin-left 0.4s ease-in-out 0s; width: 20px; }
.checkbox-slider--b-flat input:checked + span::after { content: ""; margin-left: 20px; }
.checkbox-slider--b-flat input:checked + span::before { transition: background 0.2s ease-in 0s; }
.checkbox-slider--b-flat input + span { padding-left: 36px; }
.checkbox-slider--b-flat input + span::before { border-radius: 15px; width: 30px; }
.checkbox-slider--b-flat input + span::after { background: padding-box rgb(208, 196, 146); border: 2px solid transparent; border-radius: 20px; content: ""; width: 15px; }
.checkbox-slider--b-flat input:checked + span::after { background-clip: padding-box; border: 2px solid transparent; content: ""; margin-left: 15px; }
.checkbox-slider--b-flat input:checked + span::before { background: rgb(255, 255, 255); }
.checkbox-slider--b-flat.checkbox-slider-md input + span::before { border-radius: 30px; }
.checkbox-slider--b-flat.checkbox-slider-md input + span::after { border-radius: 30px; }
.checkbox-slider--b-flat.checkbox-slider-lg input + span::before { border-radius: 40px; }
.checkbox-slider--b-flat.checkbox-slider-lg input + span::after { border-radius: 40px; }
.checkbox-slider--b-flat input + span::before { box-shadow: none; }
.page_topline { display: none; }
.header-includ a { text-decoration: none; transition: all 0.2s ease-in-out 0s; color: rgb(16, 16, 16); }
.service .sevices-single:last-child { display: inline-block; margin-bottom: 0px; min-width: 400px; }
h1 span { font-weight: 100; }
h2 span { font-weight: 100; }
h3 span { font-weight: 100; }
h4 span { font-weight: 100; }
h5 span { font-weight: 100; }
h6 span { font-weight: 100; }
.abt p { margin-bottom: 5px; font-size: 15px; }
.progress, .progress-bar { box-shadow: none; }
.progress-bar { background-color: rgb(245, 215, 110); }
.nav-pills, .nav-tabs { margin-bottom: 20px; }
.nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus { background: rgb(245, 215, 110); }
.panel { border: 0px; }
.panel-body { background: rgb(245, 245, 245); }
.panel-group .panel-heading + .panel-collapse > .panel-body { border: 0px; }
.modal-content { border: 0px; }
.label { font: italic 400 60% / 1.8 "Crimson Text", serif; padding: 0.2em 0.6em; letter-spacing: 1px; }
.label-custom-1 { background: rgb(245, 215, 110); }
.label-custom-2 { background: rgb(0, 0, 0); }
.form-control {border-width: 0px 0px 1px;border-top-style: initial;border-right-style: initial;border-left-style: initial;border-top-color: initial;border-right-color: initial;border-left-color: initial;border-image: initial;background: transparent;border-bottom-style: dotted;border-bottom-color: rgb(221, 221, 221);font-size: 16px;padding: 0px;}
.form-control:focus { border-color: rgb(68, 68, 68); }
.input-lg, .form-horizontal .form-group-lg .form-control { height: 38px; font-size: 18px; }
.input-sm, .form-horizontal .form-group-sm .form-control { font-size: 11px; height: 30px; }
textarea.form-control {padding: 15px 66px;}
.form-control-black { border: 1px solid rgb(221, 221, 221); }
.form-control-black:focus { border-color: rgb(68, 68, 68); }
.btn {letter-spacing: 1px;font-size: 16px;padding: 14px 26px;}
.btn:hover, .btn:focus, .btn:active, .btn.active { outline: inherit !important; }
.btn-custom-1 { background: transparent; border: 1px solid rgb(0, 0, 0); color: rgb(0, 0, 0); }
.btn-custom-1:hover, .btn-custom-1:focus, .btn-custom-1:active, .btn-custom-1.active { background: rgb(0, 0, 0); border-color: rgb(0, 0, 0); color: rgb(255, 255, 255); }
.btn-custom-2 { background: transparent; border: 1px solid rgb(255, 255, 255); color: rgb(255, 255, 255); }
.btn-custom-2:hover, .btn-custom-2:focus, .btn-custom-2:active, .btn-custom-2.active { background: rgb(255, 255, 255); border-color: rgb(255, 255, 255); color: rgb(0, 0, 0); }
.btn-custom-3 { background: transparent; border: 1px solid rgb(0, 0, 0); color: rgb(0, 0, 0); }
.btn-custom-3:hover, .btn-custom-3:focus, .btn-custom-3:active, .btn-custom-3.active { background: rgb(245, 215, 110); border-color: rgb(245, 215, 110); color: rgb(255, 255, 255); }
.btn-custom-4 { background: transparent; border: 1px solid rgb(255, 255, 255); color: rgb(255, 255, 255); }
.btn-custom-4:hover, .btn-custom-4:focus, .btn-custom-4:active, .btn-custom-4.active { background: rgb(245, 215, 110); border-color: rgb(245, 215, 110); color: rgb(255, 255, 255); }
.btn-custom-5 { background: rgb(0, 0, 0); border: 1px solid rgb(0, 0, 0); color: rgb(255, 255, 255); }
.btn-custom-5:hover, .btn-custom-5:focus, .btn-custom-5:active, .btn-custom-5.active { background: rgb(255, 255, 255); border-color: rgb(255, 255, 255); color: rgb(0, 0, 0); }
.btn-lg, .btn-group-lg > .btn { padding: 12px 30px; font-size: 18px; }
.btn-sm, .btn-group-sm > .btn { padding: 6px 25px; font-size: 11px; }
.btn-xs, .btn-group-xs > .btn { padding: 5px 25px; font-size: 10px; }
.btn .icon-before { margin-right: 6px; }
.btn .icon-after { margin-left: 6px; }
.btn .icon-after, .btn .icon-before { font-size: 12px; }
.btn-list .btn { margin-bottom: 5px; }
.module { position: relative; background: rgb(255, 255, 255); padding: 20px 0px; }
.module-gray { background: rgb(245, 245, 245); }
.module-dark { background: rgb(14, 14, 14); }
.callout, .callout h1, .callout h2, .callout h3, .callout h4, .callout h5, .callout h6, .module-dark, .module-dark h1, .module-dark h2, .module-dark h3, .module-dark h4, .module-dark h5, .module-dark h6, .intro-module, .intro-module h1, .intro-module h2, .intro-module h3, .intro-module h4, .intro-module h5, .intro-module h6 { color: rgb(255, 255, 255); }
.module-header { text-align: center; margin: 0px 0px 60px; }
.long-up { margin-top: 60px; }
.long-up-2x { margin-top: 80px; }
.long-down { margin-bottom: 60px; }
.text-center { text-align: center; }
.devider { text-align: center; margin: 60px 0px 0px; }
.js-hovered { cursor: pointer; }
.js-fade { opacity: 0.65; }
.vjs-control-bar { visibility: hidden; display: none; }
.parallax { background-attachment: fixed; background-position: 50% 0px; }
.bg-dark-alfa-30::after { background-color: rgba(0, 0, 0, 0.3); position: absolute; height: 100%; width: 100%; left: 0px; top: 0px; content: ""; z-index: -1; }
.bg-dark-alfa-60::after { background-color: rgba(0, 0, 0, 0.6); position: absolute; height: 100%; width: 100%; left: 0px; top: 0px; content: ""; z-index: -1; }
.bg-dark-alfa-90::after { background-color: rgba(0, 0, 0, 0.9); position: absolute; height: 100%; width: 100%; left: 0px; top: 0px; content: ""; z-index: -1; }
.callout { background-color: rgb(34, 34, 34); position: relative; text-align: center; padding: 180px 0px; z-index: 1; background-repeat: no-repeat; background-size: cover; }
#callout-one { background-image: url("../images/home-2.jpg"); }
#callout-two { background-image: url("../images/home-3.jpg"); }
#callout-three { background-image: url("../images/home-4.jpg"); }
.module-image { background-color: rgb(34, 34, 34); background-image: url("../images/home-1.jpg"); background-repeat: no-repeat; position: relative; z-index: 1; background-size: cover; padding: 0px; }
.video-background { background-color: rgb(0, 0, 0); }
.intro { position: absolute; width: 100%; top: 50%; left: 0px; text-align: center; transform: translate(0%, -50%); padding: 0px 15px; }
.menu { border-bottom: 1px dotted rgb(221, 221, 221); padding: 0px 0px 10px; margin: 0px 0px 20px; }
.menu-classic img { margin: 0px 0px 10px; }
.menu-title, .menu-price { font-size: 16px; margin: 0px; }
.menu-detail {font-size: 16px;/* font-weight: 600; */color: #bdb38c;}
.menu-price-detail { position: relative; text-align: right; }
.menu-label { background: rgb(250, 231, 215); position: relative; display: inline-block; padding: 2px 10px 0px; font-family: "Crimson Text", serif; letter-spacing: 1px; font-style: italic; font-size: 13px; float: right; top: 5px; }
.iconbox { background: rgb(250, 231, 215); text-align: center; padding: 15px; transition: all 0.2s ease-in-out 0s; }
.iconbox-body { border: 1px solid rgba(0, 0, 0, 0.1); padding: 25px 10px; }
.iconbox-icon { color: rgb(0, 0, 0); font-size: 32px; margin-bottom: 25px; }
.iconbox-title { color: rgb(0, 0, 0); margin: 0px 0px 15px; padding: 0px; }
.iconbox-desc { font-size: 15px; }
.testimonial-text { text-align: center; margin: 0px 0px 60px; }
.testimonial-avatar { text-align: right; }
.testimonial-avatar img { height: 84px; width: 84px; border-radius: 100%; }
.testimonial-info { padding-top: 11px; text-align: left; }
.stars { font-size: 12px; color: rgb(241, 196, 15); }
.stars i { margin: 0px 2px 0px 0px; }
.star-off { color: rgb(153, 153, 153); }
.margin-0 { margin: 0px !important; }
.position-relative { position: relative; }
.side-image { position: absolute; background: rgb(250, 231, 215); padding: 30px; height: 100%; }
.vertical-body { position: relative; border: 1px solid rgba(0, 0, 0, 0.1); display: table; height: 100%; text-align: center; }
.vertical { display: table-cell; vertical-align: middle; width: 100%; padding: 30px; }
.gallery-no-padding { background: rgb(255, 255, 255); }
.gallery-no-padding > .row > .col-sm-4 { padding: 0px; }
.gallery-detail { border-bottom: 1px dotted rgb(221, 221, 221); text-align: center; margin: 15px 0px 20px; padding: 0px 0px 10px; }
.gallery-title { font-size: 16px; margin: 0px 0px 5px; }
.overlay { position: relative; margin: 0px; }
.overlay a { position: absolute; text-indent: 200%; font-size: 0px; height: 100%; width: 100%; left: 0px; top: 0px; opacity: 0; z-index: 10; }
.overlay img { display: block; height: auto; width: 100%; }
.overlay figcaption { background: rgba(0, 0, 0, 0.8); position: absolute; text-align: center; padding: 0px; inset: 0px; opacity: 0; transition: all 0.2s ease-in-out 0s; }
.overlay .caption-inner { position: absolute; margin-top: -25px; width: 100%; top: 50%; left: 0px; }
.overlay:hover figcaption { opacity: 1; }
.overlay:hover span, .overlay:hover .overlay-icon i { transform: rotate(0deg); }
.overlay-icon { border: 2px solid rgb(255, 255, 255); line-height: 48px; font-size: 16px; margin: 0px auto; height: 50px; width: 50px; color: rgb(255, 255, 255); border-radius: 50px; }
.overlay-icon i, .overlay-icon span { color: rgb(245, 215, 110); transform: rotate(-45deg); transition: all 0.2s ease-in-out 0s; }
.interact a { margin-right: 10px; }
#map-section { position: relative; width: 100%; }
#map { height: 100%; width: 100%; }
.ajax-response { text-align: center; padding: 20px; }
#footer { background: rgb(0, 0, 0); text-align: center; padding: 10px 0px; font-size: 14px; color: rgb(255, 255, 255); }
.copyright { margin: 0px; }
.social-links { list-style: none; padding: 0px; margin: 0px; }
.social-links li { display: inline-block; margin: 0px 5px; }
.navbar-custom { border: 0px; border-radius: 0px; margin: 0px; }
.navbar-custom, .navbar-custom .dropdown-menu { background: rgba(0, 0, 0, 0.9); padding: 0px; }
.navbar-custom .navbar-nav { margin: 1px -15px 0px; }
.navbar-custom .navbar-brand, .navbar-custom .navbar-nav > li > a, .navbar-custom .navbar-nav .dropdown-menu > li > a { font-size: 15px; letter-spacing: 1px; color: rgb(255, 255, 255); }
.navbar-custom .navbar-brand { font-family: "Dancing Script", cursive; font-weight: 700; font-size: 32px; }
.navbar-custom .nav .open > a, .navbar-custom .nav li a:focus, .navbar-custom .dropdown-menu > li > a:focus { background: none; outline: 0px; color: rgb(255, 255, 255); }
.navbar-custom li > a { position: relative; }
.navbar-custom .dropdown-toggle::after { position: absolute; display: block; right: 1px; top: 50%; margin-top: -5px; font: 12px / 1 FontAwesome; content: ""; text-rendering: auto; -webkit-font-smoothing: antialiased; }
.navbar-custom .nav li a:hover, .navbar-custom .navbar-nav > li.active a { background: none; outline: 0px; color: rgb(245, 215, 110); }
.navbar-custom .dropdown-menu { border-width: 2px 0px 0px; border-right-style: initial; border-bottom-style: initial; border-left-style: initial; border-right-color: initial; border-bottom-color: initial; border-left-color: initial; border-image: initial; border-top-style: solid; border-top-color: rgb(245, 215, 110); border-radius: 0px; }
.navbar-custom .dropdown-menu > li > a { padding: 10px 20px; }
.navbar-custom .dropdown-menu > li > a:hover { background: rgba(0, 0, 0, 0.9); }
.navbar-custom .navbar-toggle .icon-bar { background: rgb(255, 255, 255); }
.dropdown-submenu { position: relative; }
.dropdown-submenu li { border-left: 1px solid rgba(32, 31, 31, 0.9); }
.dropdown-submenu > .dropdown-menu { display: block; left: 100%; top: 0px; right: inherit; margin-top: -2px; }
.dropdown-submenu > .dropdown-menu { visibility: hidden; opacity: 0; }
.dropdown-submenu:hover > .dropdown-menu { visibility: visible; opacity: 1; }
.dropdown-submenu > a { position: relative; }
.dropdown-submenu > a::after { position: absolute; display: block; right: 7px; top: 50%; margin-top: -6px; font: 12px / 1 FontAwesome; content: ""; text-rendering: auto; -webkit-font-smoothing: antialiased; }
.dropdown-submenu:hover > a::after { border-left-color: rgb(255, 255, 255); }
.dropdown-submenu.pull-left { float: none; }
.dropdown-submenu.pull-left > .dropdown-menu { left: -100%; margin-left: 10px; }
.left-side .dropdown-submenu > .dropdown-menu { left: inherit; right: 100%; }
.left-side .dropdown-submenu li { border-left: 0px; border-right: 1px solid rgba(32, 31, 31, 0.9); }
@media (min-width: 767px) {
  .navbar-transparent { background: transparent; padding-top: 15px; padding-bottom: 15px; }
}
@media (max-width: 767px) {
  .navbar-custom .nav li a:hover { background: rgba(0, 0, 0, 0.9); }
  .navbar-nav .open .dropdown-menu > li > a, .navbar-nav .open .dropdown-menu .dropdown-header { padding-top: 10px; padding-bottom: 10px; line-height: 20px; }
  .navbar-custom li a { border-bottom: 1px solid rgba(32, 31, 31, 0.9) !important; }
  .dropdown-submenu > .dropdown-menu { display: none; visibility: visible; opacity: 1; }
  .dropdown-submenu > .dropdown-open { display: block; }
  .navbar-nav .open .dropdown-submenu > .dropdown-menu li > a { padding-left: 40px; }
  .dropdown-submenu > a::after, .navbar-custom .dropdown-toggle::after { right: 7px; content: ""; }
  }
.scroll-up { position: fixed; display: none; bottom: 1em; right: 1em; z-index: 999; }
.scroll-up a { background: rgb(255, 255, 255); display: block; height: 28px; width: 28px; text-align: center; line-height: 28px; font-size: 14px; color: rgb(0, 0, 0); opacity: 0.7; border-radius: 3px; }
.scroll-up a:hover, .scroll-up a:active { opacity: 1; color: rgb(0, 0, 0); }
.mouse-icon { position: absolute; left: 50%; bottom: 40px; border: 2px solid rgb(255, 255, 255); border-radius: 16px; height: 40px; width: 24px; margin-left: -15px; display: block; z-index: 10; }
.mouse-icon .wheel { animation-name: drop; animation-duration: 1s; animation-timing-function: linear; animation-delay: 0s; animation-iteration-count: infinite; animation-play-state: running; }
.mouse-icon .wheel { position: relative; border-radius: 10px; background: rgb(255, 255, 255); width: 2px; height: 6px; top: 4px; margin-left: auto; margin-right: auto; }
@-webkit-keyframes drop { 
  0% { top: 5px; opacity: 0; }
  30% { top: 10px; opacity: 1; }
  100% { top: 25px; opacity: 0; }
}
@keyframes drop { 
  0% { top: 5px; opacity: 0; }
  30% { top: 10px; opacity: 1; }
  100% { top: 25px; opacity: 0; }
}
#preloader { background: rgb(255, 255, 255); inset: 0px; position: fixed; z-index: 9999; }
#status, .status-mes { background-image: url("../images/preloader1.gif"); background-position: center center; background-repeat: no-repeat; height: 200px; left: 50%; margin: -100px 0px 0px -100px; position: absolute; top: 50%; width: 200px; }
.status-mes { background: none; left: 0px; margin: 0px; text-align: center; top: 65%; }
strike {color: rgb(72 72 72);font-size: 15px;margin-left: 0px;font-weight: 400;}
.btn-mny { background-color: rgb(189, 179, 140); padding: 8px; font-size: 13px; color: rgb(255, 255, 255); border-radius: 2px; }
.menu p { line-height: 18px; font-size: 15px; color: rgb(102, 102, 102); }
.pdng-50 { padding: 50px 0px; }
.mobile-active .sf-menu {opacity: 11;right: 0px;text-align: center;width: 100%;top: 30%;z-index: 1000000000000;}
.top-nav { background-color: transparent; inset: 0px; opacity: 0; position: fixed; transition: all 0.3s ease-in-out 0s; visibility: hidden; z-index: 10; }
@media (min-width: 1200px) {
  .page_header .toggle_menu, .page_toplogo .toggle_menu { left: 0px; display: block; color: rgb(255, 255, 255); z-index: 1000000; }
}
.trsp { background-color: transparent; color: rgb(127, 127, 127); position: absolute; width: 100%; }
.sf-menu {background-color: transparent;inset: 0;display: block;font-family: Oxygen, sans-serif;font-size: 13px;font-weight: 400;letter-spacing: 0.1em;line-height: 1em;opacity: 0;overflow: hidden;padding: 0;position: fixed;text-align: left;text-transform: uppercase;transition: all 0.4s ease-in-out 0s;}
.mobile-active .top-nav {background-color: rgb(0 0 0 / 75%);opacity: 1;visibility: visible;z-index: 00000000000000000000000000000000000;text-transform: uppercase;}
.top-nav .sf-menu a {color: rgb(255 255 255);font-family: Oxygen, sans-serif;font-size: 20px;padding: 10px 10px;}
.page_header {height: auto;left: 0px;margin: 0px;padding: 0px;right: 0px;top: 0px;transition: all 0.5s ease-in-out 0s;width: 100%;position: absolute;z-index: 1000;background: white;}
.header-includ { display: none; }
.sf-more-li { display: none !important; }
.crts {position: absolute;right: 34px;top: 34px;z-index: 10000;}
.crts .flaticon-bag { font-size: 25px !important; }

.search_modal_button i{ color: #fff; font-size: 25px; margin-left: 15px }




.s-parallax{padding-top: 0px;}


.mnu-b{list-style: none;padding-left: 0;}
.mnu-b li a{color: rgb(255 255 255)!important;font-size: 18px;font-weight: 200;text-transform: capitalize;letter-spacing: 1px;}


.menu-lst a:hover{color: rgb(255 255 255)!important;}
.mnu-b li a:hover{ color: #ffff!important; }

.menu-lst{ list-style:none; }

 .menu-lst li{
    width: 100%;
    margin: 10px 0;
    text-transform: uppercase;
}

.menu-lst a {
    color: #fff;
    font-size: 30px;
    font-size: 1.575rem;
    line-height: 37px;
    letter-spacing: 0.15em;
    -webkit-transition: ease-in-out 250ms;
    -o-transition: ease-in-out 250ms;
    transition: ease-in-out 250ms;
    font-family: 'Lato', sans-serif;
}

.mnu-sectn h5 a {
    color: #fff;
    font-size: 30px;
    font-size: 1.575rem;
    line-height: 37px;
    letter-spacing: 0.15em;
    -webkit-transition: ease-in-out 250ms;
    -o-transition: ease-in-out 250ms;
    transition: ease-in-out 250ms;
    font-family: 'Lato', sans-serif;
    color: #fff!important;
}


.menu-lst a:hover{ color:#d0c492!important }

.mnu-sectn h5 a:hover{ color:#d0c492!important }

.card-body {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 0 1.25rem;
}


#popular{ padding:20px; background-color: #fdfdfd; }




.title-overlay{padding: 81px 0 0;background: #ccc;}

.widget_categories a{display: block;font-weight: 500;color: #ffffff;font-size: 18px;}


.pdng--50{padding: 15px 0;}

.page_copyright{ background-color: #000; }


.pdg-221{padding: 0 50px 0 0;}

.pdg-222{padding:0 0 0 50px;}









@media (max-width: 768px) {

.mobile-active .top-nav {
    background-color: rgb(0 0 0 / 79%);
    opacity: 1;
    visibility: visible;
    z-index: 00000000000000000000000000000000000;
    padding-top: 100px;
    width: 100%;
    height: 100%;
}
.pdng--50{ padding:20px 0; }
.columns-4 ul.products .product {
    width: 100%!important;
}
ul.products .product h2 {
    font-size: 1.01em;
    line-height: 1;
    margin: 0.5em 0 0.2em!important;
    text-transform: none;
}
body {
    background-color: rgb(255, 255, 255);
    /* font-family: poppins, sans-serif; */
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
  

}
.item-media + .item-content h1.entry-title {
    margin-top: 5px;
    font-size: 20px;
}
p {
    margin-bottom: 10px;
}
.s-pt-xl-150 > [class*="container"] {
    padding-top: 50px;
}

}

@media (max-width: 575px){
.special-heading {
    font-size: 1.5rem;
    margin-bottom: 3px !important;
}


h4 {
    font-size: 1.2rem;
}
button {
    background: transparent;
    border: 1px solid #323232;
    border-radius: 0;
    color: #323232;
    color: #1f2732;
    display: inline-block;
    font-family: "Vidaloka", serif;
    font-size: 12px;
    letter-spacing: 4px;
    line-height: 1;
    min-height: 40px;
    min-width: 202px;
    padding: 12px 26px;
    position: relative;
    text-align: center;
    text-transform: uppercase;
    z-index: 2;
    margin: 10px 0;
}
.pdng-50 {
    padding: 20px;
}
aside {
    margin: 0px auto;
    max-width: 100%;
}

.menu-price-detail {
    position: relative;
    text-align: left;
}
.menu {
    border-bottom: 1px dotted rgb(221, 221, 221);
    padding: 0px 0px 10px;
    margin: 0px 0px 0px;
}
h4 {
    font-size: 19px;
    line-height: 30px;
    margin-bottom: 7px;
    margin-top: 45px;
}

hr {
    border-color: rgb(225, 225, 225);
    margin: 2px 0px;
}
.hd-m{ margin-top: 0px; }

.widget_archive li, .widget_categories li, .widget_nav_menu li, .widget_meta li, .widget_pages li, .widget_recent_comments li, .widget_recent_entries li {
    border-bottom: 0px solid rgb(255 255 255);
    border-top: 0px solid rgb(0 0 0 / 0%);
    padding: 5px 0;
    display: inline-block;
}

.widget_categories a {
    display: block;
    font-weight: 600;
    color: #606060;
    font-size: 14px;
    display: inline-block;
    background-color: white;
    padding: 0 15px;
}

.page_title h1, .page_title h2 {
    color: rgb(255 255 255);
    line-height: 1;
    margin-bottom: 15px;
    font-size: 20px !important;
    font-weight: 800 !important;
    border-top: solid 1px #444;
    padding-top: 17px;
}
.s-pt-xl-150 > [class*="container"] {
    padding-top: 0px;
}
.s-pb-60 > [class*="container"] {
    padding-bottom: 0px;
}
.mb-35 {
    margin-bottom: 20px;
}
h3 {
    font-size: 1.2rem;
}
input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="search"], input[type="tel"], input[type="number"], textarea, select, .form-control {
    background-color: rgb(255, 255, 255);
    border: none;
    border-radius: 0px;
    /* box-shadow: rgb(0 0 0 / 20%) 0px 0px 10px 0px; */
    color: rgb(50, 50, 50);
    font-family: Oxygen, sans-serif;
    font-size: 16px;
    height: 45px;
    letter-spacing: 0px;
    padding: 9px 80px;
    width: 100%;
    border: solid 1px #000;
}
.form-group i {
    color: rgb(50, 50, 50);
    left: 40px;
    position: absolute;
    top: 10px;
}
.hd-m{ padding-top: 30px; }
.pdg-221 {
    padding: 20px 30px;
}
.pdg-222{padding: 20px 30px;}

.button {
    background: transparent;
    border: 1px solid #323232;
    border-radius: 0;
    color: #323232;
    color: #1f2732;
    display: inline-block;
    font-family: "Vidaloka", serif;
    font-size: 12px;
    letter-spacing: 4px;
    line-height: 1;
    min-height: 42px;
    min-width: 202px;
    padding: 12px 26px;
    position: relative;
    text-align: center;
    text-transform: uppercase;
    z-index: 2;
    margin-top: 15px;
}
.fs-20 {
    font-size: 15px;
}
.min-w-100 {
    display: inline-block;
    min-width: 85px;
}
.mt-40 {
    margin-top: 10px;
}

button {
    background: transparent;
    border: 1px solid #323232;
    border-radius: 0;
    color: #323232;
    color: #1f2732;
    display: inline-block;
    font-family: "Vidaloka", serif;
    font-size: 12px;
    letter-spacing: 4px;
    line-height: 1;
    min-height: 40px;
    min-width: 119px;
    padding: 12px 15px;
    position: relative;
    text-align: center;
    text-transform: uppercase;
    z-index: 2;
    margin: 0px 0;
}
.special-heading span {
    font-size: 17px!important;
}
.hd-m{ padding-bottom: 15px; }
}












.popup {
  display: none;
  position: fixed;
  padding: 10px;
  width: 100%;
  left: auto;
  height: 100%;
  top: 0;
  /* background: #FFF; */
  /* border: 3px solid #F04A49; */
  z-index: 20;
  overflow: scroll;
}

#popup:after {
  position: fixed;
  content: "";
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: rgba(0,0,0,0.5);
  z-index: -2;
}

#popup:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: #000;
  z-index: -1;
}




.popup-about {
  display: none;
  position: absolute;
  padding: 10px;
  width: 100%;
  left: auto;
  height: 100%;
  top: 0;
  /* background: #FFF; */
  /* border: 3px solid #F04A49; */
  z-index: 20;
}

#popup-about:after {
  position: fixed;
  content: "";
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: rgba(0,0,0,0.5);
  z-index: -2;
}

#popup-about:before {
  position: fixed;
  content: "";
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: #000;
  z-index: -1;
  overflow: scroll;
}



.popup-message {
  display: none;
  position: fixed;
  padding: 10px;
  width: 100%;
  left: auto;
  height: 100%;
  top: 0;
  /* background: #FFF; */
  /* border: 3px solid #F04A49; */
  z-index: 20;
}

#popup-message:after {
  position: fixed;
  content: "";
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: rgba(0,0,0,0.5);
  z-index: -2;
}

#popup-message:before {
  position: fixed;
  content: "";
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: #000;
  z-index: -1;
  overflow: scroll;
}





/* Styling buttons & webpage */




.pop-content{width: 1000px;text-align: center;margin: 0 auto;margin-top: 10%;text-transform: none;}
.pop-content h3{ color:#fff; margin:0; font-size:18px; text-transform:uppercase; margin-bottom:15px; font-weight:500;  }

.pop-content p a{ color:#fff; }
.pop-content p a:hover{ color:#fff; text-decoration:underline; }
.pop-content p {color:#fff;font-size: 15px;line-height: 24px;}






[data-toggle="collapse"]::after {content: ""; display: none; font-family: FontAwesome;font-size: 20px;font-weight: 400;position: absolute;/* right: 0px; *//* top: 50%; */margin-left: 5px;}
[data-toggle="collapse"].collapsed::after { content: "\f107"; font-family: FontAwesome; }


.hed-innerpages{position: fixed;z-index: 10000;background-color: #000;padding: 10px 0;}


.product-box {
    background-color: #ffffff!important;
    padding: 3px;
    padding-bottom: 28px;
}






.search_modal_button{ display:none; }

.price-01 h4 {
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 9px;
    margin-top: 8px;
    font-weight: 600;
}

.menu-title{font-size: 16px!important;font-weight: 600;}
.menu-price{font-size: 16px!important;font-weight: 700;}



.page_title{ display:none; }

.pdng--50{background-color: #ffffff;}

.entry-title a{ color:#111!important; }


  .ls .toggle_menu::before, .ls .toggle_menu span, .ls .toggle_menu span::before, .ls .toggle_menu span::after {
    background-color: rgb(157 157 157);
}
.dropdown-shopping-cart i {
    font-size: 22px;
    color: rgb(175 175 175);
}
.search_modal_button i {
    color: #999;
    font-size: 25px;
    margin-left: 15px;
}

.mt-0-80{margin-top: 94px;}


#popup::before {
    position: fixed;
    content: "";
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: black;
    z-index: -1;
}










@media (max-width: 768px) {
.pop-content {
    width: 100%;
    text-align: center;
    margin: 0 auto;
    margin-top: 25%;
    padding: 20px 15px;
    text-transform: capitalize;
}

.popup-about {
    display: none;

    overflow: scroll;
}
.pop-content p {
    color: #fff;
    font-size: 14px;
    line-height: 20px;
}
.mnu{ padding-top:20%; }

}



.service-wrp .mrgn-0{ margin: 20px -15px; }
.service-wrp .pd-10{padding:0 10px;}


.ht-760{height: auto;overflow:hidden;}
.ht-760 img{width: 100%}
.service-wrp img{ width:100% }







.service-img {
  position: relative;
 
  margin: auto;
  overflow: hidden;
}

.service-img .content-overlay {
  background: rgba(0,0,0,0.7);
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  opacity: 0;
  -webkit-transition: all 0.4s ease-in-out 0s;
  -moz-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
}

.service-img:hover .content-overlay{
  opacity: 1;
}

.content-image{
  width: 100%;
}

.content-details {
  position: absolute;
  text-align: center;
  padding-left: 1em;
  padding-right: 1em;
  width: 100%;
  top: 50%;
  left: 50%;
  opacity: 0;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}

.service-img:hover .content-details{
  top: 50%;
  left: 50%;
  opacity: 1;
}

.content-details h3{
  color: #fff;
  font-weight: 500;
  letter-spacing: 0.15em;
  margin-bottom: 0.5em;
  text-transform: uppercase;
}

.content-details p{
  color: #fff;
  font-size: 0.8em;
}
/*
.fadeIn-bottom{
  top: 80%;
}

.fadeIn-top{
  top: 20%;
}

.fadeIn-left{
  left: 20%;
}

.fadeIn-right{
  left: 80%;
}
*/
.content-title{ font-size:25px; }
.content-titl{ text-transform:uppercase; }
.content-details{ padding:0 50px }
.content-text{ font-size:16px!important; line-height:22px;  font-weight:400!important; }
.content-text-a{margin-top:10px; }
.content-text-a a{ color:#fff; font-size:16px; }
.content-text-a a:hover;{ text-decoration:underline!important; }



.bdr-imgs{ position:relative; }

.over-blk{background-color: #00000052;position:absolute;width:100%;height:100%;z-index: 1;top: 0;}
.hd-txt{position:absolute;z-index:2;top: 28%;color:#fff;text-transform:uppercase;text-align:center;width:100%}
.hd-txt h2{color:#fff!important;font-size: 28px;}





.faq-drawer {
}

.faq-drawer__content-wrapper {
  font-size: 1.15em;
  line-height: 1.4em;
  max-height: 0px;
  overflow: hidden;
  transition: 0.25s ease-in-out;
}

.faq-drawer__title {
  border-bottom: #d0c492 1px solid;
  cursor: pointer;
  display: block;
  font-size: 1.10em;
  font-weight: 700;
  padding: 10px 0 10px 0;
  position: relative;
  margin-bottom: 0;
  transition: all 0.25s ease-out;
  text-transform: capitalize;
}

.faq-drawer__title::after {
  border-style: solid;
  border-width: 1px 1px 0 0;
  content: " ";
  display: inline-block;
  float: right;
  height: 10px;
  left: 2px;
  position: relative;
  right: 20px;
  top: 2px;
  transform: rotate(135deg);
  transition: 0.35s ease-in-out;
  vertical-align: top;
  width: 10px;
}

/* OPTIONAL HOVER STATE */
.faq-drawer__title:hover { 
  color: #4E4B52  ;
}

.faq-drawer__trigger:checked
  + .faq-drawer__title
  + .faq-drawer__content-wrapper {
  max-height: none;
  background-color: #e4ddbf;
  padding: 15px;
}

.faq-drawer__trigger:checked + .faq-drawer__title::after {
  transform: rotate(-45deg);
  transition: 0.25s ease-in-out;
}

input[type="checkbox"] {
  display: none;
}

@media only screen and (max-width: 600px) {
  .container {
    padding: 0 15px;
  }
}


.faq-drawer__content span{ font-size:15px; color:#666;  }
.faq-drawer__content p{font-size: 17px;color:#000;text-transform: capitalize;}

.price-lnk{ margin-top:5px; }
.price-lnk a{background-color:#000;padding: 10px 3px;color: #fff;font-size: 12px;text-align: center;display: block;text-transform: uppercase;font-weight: 500;}
.mb--50{ margin-bottom:30px; }


.mb--50 .faq-drawer__title:last-child{ border-bottom:0; }
.cnt{ font-size:14px!important; line-height:18px; text-transform: none;  }


.contst{ padding-bottom:10px; }
.hd-tx{font-size:16px;color:#fff;font-weight: 500;text-transform:uppercase;}
.contst a{ color:#fff; font-size:15px; }
.contst p{ color:#fff; font-size:15px; }
.social a{width:30px;height:30px;text-align:center;border: solid 2px #cabe8e;margin-right:8px;border-radius:50%;margin-top:10px;}

.contst i{color: #d0c492;}
.contst .social i{ font-size:30px; color:#fff;}
.contst a:hover{ text-decoration:underline; }
.location-map{ display:block; }

.social-b a{color: #d0c492;width:30px;height:30px;margin-left:5px;border-radius:999px;text-align:center;border: solid 2px #d0c492;}


@media only screen and (max-width: 768px) {
.location-map{display: block;}
.service-wrp .mrgn-0 {
    margin: 0px -15px;
}
.service-img {
    position: relative;
    margin: auto;
    overflow: hidden;
    margin-bottom: 10px;
}
.crts {
    position: absolute;
    right: 14px;
    top: 20px;
    z-index: 10000;
}
}


.shopping-cart a{
   color: #d0c492;
   width:30px;
   height:30px;
   margin-left:5px;
   border-radius:999px;
   text-align:center;
   border: solid 2px #d0c492;
}

.shopping-cart .badge {
    border-radius: 1em;
    font-size: 10px;
    left: 1px;
    padding: 3px 4px 1px;
    position: absolute;
    top: -4px;
}
.hd-txt {
    position: absolute;
    z-index: 2;
    top: 45%;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    width: 100%;
}

.ceo{width: 100%;border-radius: 2px;overflow: hidden;margin: 0 auto;}
@media only screen and (max-width: 768px) {
.ceo{width: 100%;margin: 20px 0;}
}




@media screen and (max-width: 767px) {


.add-listing-btn{ display:none; }
.top-icns img{
  width: 30px;
}
.abt-hm img{ width:150px; padding:0 20px; }
.preloader{ display:none!important; }

.page_slider video {
    min-width: 100%;
    display: block;
}

.popup-message {
    display: none;
    overflow: scroll;
}
.pop-content h3 {
   
    line-height: 27px;
}

.page_slider .flex-bg {
    inset: 0px;
    height: 100%;
    overflow: hidden;
    position: absolute;
    left: 0;
}

.service-img .content-overlay {
    background: transparent;
    position: relative;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    opacity: 0;
    -webkit-transition: auto;
    -moz-transition: all 0.4s ease-in-out 0s;
    transition: 0;
}

.service-img:hover .content-details {
    top: 0;
    left: 0;
    opacity: 1;
}

}






.close {
  position: absolute;
  left: 19px;
  width: 32px;
  height: 32px;
  opacity: 10;
  background-color: black;
  z-index: 1000000!important;
}
.close:hover {
  opacity: 1;
}
.close:before, .close:after {
  position: absolute;
  left: 15px;
  content: ' ';
  height: 33px;
  width: 2px;
  background-color: #fff;
}
.close:before {
  transform: rotate(45deg);
}
.close:after {
  transform: rotate(-45deg);
}


.toggle_menu{ z-index:100; position:absolute; }
#oos{
  display: none;

}
.active{ display:block!ipo; }



.content-details h3 {
    color: #fff;}

  .ht-760 {
    height: auto;
    overflow: hidden;
}

@media screen and (max-width: 767px) {

.content-details {
    position: relative;
    text-align: center;
    padding-left: 1em;
    padding-right: 1em;
    width: 100%;
    top: 0;
    left: 0;
    opacity: 10;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    transform: inherit;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}
.content-details h3 {
    color: #000;
    font-weight: 500;
    letter-spacing: 0.15em;
    margin-bottom: 0.5em;
    text-transform: uppercase;
    margin-top: 20px;
    font-size: 20px;
}
.content-details p {
    color: #000;
    font-size: 0.8em;
}

.content-text-a a {
    color: #000;
    font-size: 16px;
}
.ht-760 {
    height: 170px;
    overflow: hidden;
}
.faq-drawer__title {
    border-bottom: #e9e9e9 1px solid;
    cursor: pointer;
    display: block;
    font-size: 1.10em;
    font-weight: 700;
    padding: 10px 0 10px 0;
    position: relative;
    margin-bottom: 0;
    transition: all 0.25s ease-out;
    text-transform: capitalize;
}

}

@media (max-width: 575px){

.button {
    background: transparent;
    border: 2px solid #000000!important;
    border-radius: 0;
    color: #323232;
    color: #1f2732;
    display: inline-block;
    font-family: "Vidaloka", serif;
    font-size: 12px;
    letter-spacing: 4px;
    line-height: 1;
    min-height: 46px;
    min-width: 202px;
    padding: 10px 26px;
    position: relative;
    text-align: center;
    text-transform: uppercase;
    z-index: 2;
}



}


.video-responsive {
padding-bottom: 56.25%;
position: relative;
width: 100%;
}

.canvas,
.video {
height: 100%;
left: 0;
position: absolute;
top: 0;
width: 100%;
background: #000;
z-index: 5;
}
#over_video{
position: absolute;
width: 100%;
height: 100%;
text-align: center;
top: 0;
z-index: 10;
font-size: 12vw;
color: #FFF;
font-family: Verdana, Arial, Helvetica, sans-serif;
margin-top: 20%;
text-shadow: 4px 4px 4px #5C433B;
}


.hidden {
  display: none!important;
  opacity: 0;
}


.active{ display:none!important; }




@media screen and (max-width: 560px) {

.button {
    background: transparent;
    border: 2px solid #ffffff;
    border-radius: 0;
    color: #323232;
    color: #1f2732;
    display: inline-block;
    font-family: "Vidaloka", serif;
    font-size: 12px;
    letter-spacing: 4px;
    line-height: 1;
    min-height: 29px!important;
    min-width: 202px;
    padding: 11px 26px!important;
    position: relative;
    text-align: center;
    text-transform: uppercase;
    z-index: 2;
}

}
#popup-about h3
{
  text-align:left;
  font-weight: 900;
}
#popup-about p
{
text-align:justify;
text-transform: initial;
}
#popup-about .cx-company-profile-bottom
{
text-align:center;
text-transform: initial;
}



.srng{ font-weight:bold!important; }
.clr-wt{ color:#fff!important; }







.audio-wrp {
    opacity: .5 !important;
    position: absolute;
    bottom: 10px;
    left: 46.8%;
    z-index: 100000000000;
}

audio {
    width: 100px;
    height:30px;
   border-radius: 0;
}

    .audio-wrp:hover {
        opacity: 10 !important
    }


@media all and (max-width: 900px) {
    .audio-wrp {
        display: block;
        left:20px;
    }


}

.ui-autocomplete {
    z-index: 9999999;
}



.mob-videos{overflow: hidden; height: 100vh; background-color: #000; }
.mob-videos-bx{width:100%; height:100%; }
.mob-videos video{ width:100%; height:100vh }


