@font-face {
    font-family: 'ThirstyScript-Regular';
    src: url('../fonts/ThirstyScript-Regular.eot');
    src: local('☺'), url('../fonts/ThirstyScript-Regular.woff') format('woff'),
                     url('../fonts/ThirstyScript-Regular.ttf') format('truetype'),
                     url('../fonts/ThirstyScript-Regular.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'ThirstyScript-Medium';
    src: url('../fonts/ThirstyScript-Medium.eot');
    src: local('☺'), url('../fonts/ThirstyScript-Medium.woff') format('woff'),
                     url('../fonts/ThirstyScript-Medium.ttf') format('truetype'),
                     url('../fonts/ThirstyScript-Medium.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

/* Master layout */

/************************************************************
Global styles */

/* Partial CSS Reset */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
html, body {
    height: 100%;
    width: 100%;
    -webkit-text-size-adjust: 100%;
}
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, select, input, option {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
}
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section, summary {
    display: block;
}
audio, canvas, video {
    display: inline-block;
}
audio:not([controls]) {
    display: none;
    height: 0;
}
pre {
    white-space: pre;
    white-space: pre-wrap;
    word-wrap: break-word;
}

:focus {
    outline: none;
}

table {
    border: 0 none;
    border-collapse: collapse;
    border-spacing: 0;
}
caption, th, td {
    text-align: left;
    font-weight: normal;
}
td {
    vertical-align: top;
}
/* End Reset */

body {
    line-height: normal;
    font: 14px 'Century Gothic', sans-serif;
    color: #1f1c1d;
}

/* Links */
a,
button,
input[type=submit] {
    display: inline-block;
    color: inherit;
    outline: none;
    transition: all 0.3s ease 0s;
}
a:link,
a:visited,
a:hover,
a:active {
    text-decoration: none;
    outline: none;
}
a[href^="tel:"] {
    color: inherit;
}
a img {
    border: none;
    transition: all 0.5s ease 0s;
}
img {
    max-width: 100%;
    height: auto;
}

/* Form elements */
input[type]:-webkit-autofill,
input[type]:-webkit-autofill:hover,
input[type]:-webkit-autofill:focus,
input[type]:-webkit-autofill:active { /* Fix input background with autocomplete */
    transition: background-color 5000s ease-in-out 0s;
}
input[type="search"] {
    -webkit-appearance: textfield;
}
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button {
    -webkit-appearance: none;
}
input[type="submit"] {
    cursor: pointer;
}
input[type="submit"]::-moz-focus-inner { /* Fix extra button padding in Firefox */
    padding: 0;
    border: none;
    line-height: 1;
}
textarea {
    resize: none;
    overflow: auto;
}

/* Default Placeholder styles */
::-webkit-input-placeholder {
/* WebKit browsers */
    color: #1f1c1d;
}
:-moz-placeholder {
/* Mozilla Firefox 4 to 18 */
    color: #1f1c1d;
    opacity: 1;
}
::-moz-placeholder {
/* Mozilla Firefox 19+ */
    color: #1f1c1d;
    opacity: 1;
}
:-ms-input-placeholder {
/* Internet Explorer 10+ */
    color: #1f1c1d;
    opacity: 1;
}

/* Headings */
h1, .large-text.alt {
    margin-bottom: 12px;
    text-transform: uppercase;
    font: 58px/1.1 'Century Gothic', sans-serif;
    font-weight: bold;
}
h2, .blog-page h1 {
    margin-bottom: 12px;
    font: 45px/54px 'ThirstyScript-Regular';
    color: #730372;
}
.blog-page h1 {
	text-transform: none;
}
h2 span {
    text-transform: uppercase;
    font-family: 'Century Gothic', sans-serif;
    font-weight: bold;
    color: #730372;
}
h3 {
    margin-bottom: 10px;
    text-transform: uppercase;
    font: 34px/1 'Century Gothic', sans-serif;
    font-weight: bold;
}
h4 {
    margin-bottom: 6px;
    font: 24px/28px 'Century Gothic', sans-serif;
}
h5 {
    font: 18px/26px 'Century Gothic', sans-serif;
    font-weight: bold;
    color: #590958;
}
h6 {

}

.logo {
	margin-top: 2px;
}

/* Block-level */
address {
    font-style: inherit;
}
p {
    margin-bottom: 22px;
    line-height: 22px;
}
p a {
    color: #5c095b;
}
p a:hover {
    color: inherit;
}
ul {
    list-style-type: none;
}
strong {

}
sup {
    font-size: 11px;
}

.full-text ul:not([class]),
.section-content ul:not([class]),
.modal-popup section ul:not([class]) {
	margin: 25px auto;
}

.full-text ul:not([class]) li,
.section-content ul:not([class]) li,
.modal-popup section ul:not([class]) li {
	position: relative;
	padding-left: 14px;
}
.full-text ul:not([class]) li + li,
.section-content ul:not([class]) li + li,
.modal-popup section ul:not([class]) li + li {
	margin-top: 8px;
}
.full-text ul:not([class]) li:before,
.section-content ul:not([class]) li:before,
.modal-popup section ul:not([class]) li:before {
	content: "";
	display: inline-block;
/* 	margin-right: 8px; */
	line-height: 1;
	height: 6px;
	width: 6px;
	background-color: #5c095b;
	transform: rotate(45deg);
	transform-origin: 50% 50%;
	position: absolute;
	top: 6px;
	left: 0;
	
}

/************************************************************
Generic Site Styles */
.flexbox {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    justify-content: flex-start;
}

.table {
    display: table;
    width: 100%;
    height: 100%;
    table-layout: fixed;
    float: none !important;
}
.table.page,
.container {
    max-width: 1120px;
    margin: 0 auto;
}
.container {
    padding: 0 15px;
}
main .table.page,
.table.auto-height {
    height: auto;
}
.table.auto-width {
    width: auto;
}
.table.auto-all {
    height: auto;
    width: auto;
}
.row {
    display: table-row;
}
.cell {
    display: table-cell;
    vertical-align: top;
    height: 100%;
    float: none !important;
}

.padding {
    padding: 0 15px;
}
.padding-left {
    padding-left: 15px;
}
.padding-right {
    padding-right: 15px;
}
.middle {
    vertical-align: middle;
}
.bottom {
    vertical-align: bottom;
}
.table-header-group {
    display: table-header-group;
}
.table-footer-group {
    display: table-footer-group;
}

/* Text alignment */
.align-left, .left { text-align:left !important; }
.align-center, .center { text-align:center !important; }
.align-right, .right { text-align:right !important; }

/* Container class to make iFrames responsive */
.frame-contain {
    position: relative;
    max-width: 100%;
    height: 0;
    overflow: hidden;
    padding-bottom: 56.25%; /* 16:9 */
                            /* 75% = 4:3 */
}
.frame-contain iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
}
.popup a,
#text-area a {
	color: #730372;
	font-weight: bold;
}
.popup a:hover,
#text-area a:hover {
	color: #3f3c3d;
}

/************************************************************
Miscellaneous */
.clearfix:after {
    content: '.';
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.pull-left {
    float: left;
}
.pull-right {
    float: right;
}
.relative {
    position: relative;
}
.full-size {
    width: 100%;
    height: 100%;
}

.on-top {
    position: relative;
    z-index: 1;
}
.hide {
    display: none !important;
}
.no-scroll {
    overflow: hidden;
}

a:not([class*="fa-"]):before,
a:after,
[class*="fa-"],
.overlay,
.img-box:after,
.img-box .text-box,
.quick-link,
#nav-btn span,
.sub-ctrl {
    transition: all 0.3s ease 0s;
}
.main-nav {
    transition: all 0.5s ease 0s;
}
a [class*="fa-"],
button [class*="fa-"] {
    transition: none;
}
.overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(92,9,91,0.2);
    z-index: 1;
}
.img-box {
    position: relative;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}
.img-box:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border-radius: inherit;
    background: rgba(30,27,28,.25);
    opacity: 0;
    visibility: hidden;
}
.img-box .relative {
    z-index: 1;
}

.btn {
    position: relative;
    min-width: 188px;
    border: 2px solid #5c095b;
    padding: 13px 15px 12px;
    text-transform: uppercase;
    text-align: center;
    font: 16px/20px 'Century Gothic', sans-serif;
    font-weight: bold;
    color: #5c095b;
}
.btn:hover {
    color: #fff;
    background-color: #5c095b;
}
.btn.light {
    color: #fff;
    border-color: #fff;
}
.btn.light:hover {
    color: #5c095b;
    background-color: #fff;
}
.btn + .btn {
    margin-left: 8px;
}
.heading {
    display: inline-block;
    margin-bottom: 0;
    padding: 0 135px;
    background: url(/images/layout/bg-lines-left.png) no-repeat bottom 12px left, 
                url(/images/layout/bg-lines-right.png) no-repeat bottom 12px right;
}
h2.heading span {
    display: block;
    line-height: 1;
    font-size: 64px;
}

/************************************************************
Slick Slider main styles */
.slick-initialized .slick-slide {
    z-index: 7 !important;
}
.slick-initialized .slick-slide.slick-active {
    z-index: 8 !important;
}
.slick-vertical .slick-slide {
    position: relative;
    border: none;
}
.slick-slide img {
    margin: 0 auto;
}
.slick-arrow {
    width: 42px;
    height: 42px;
    border: 2px solid #403d3e;
    border-radius: 50%;
    color: #403d3e;
    z-index: 9;
}
.slick-arrow:hover {
    border-color: #5c095b;
    color: #5c095b;
}
.slick-arrow:after {
    font: 22px/40px Font Awesome\ 5 Pro;
    font-weight: bold;
}
.slick-arrow.slick-prev {
    left: 0;
    padding-right: 2px;
}
.slick-arrow.slick-prev:after {
    content: "\f104";
}
.slick-arrow.slick-next {
    right: 0;
    padding-left: 2px;
}
.slick-arrow.slick-next:after {
    content: "\f105";
}

.slick-dotted.slick-slider {
    margin-bottom: 0;
}
.slick-dots {
    bottom: 30px;
    height: 12px;
    line-height: 0;
    z-index: 9;
}
.slick-dots li {
    width: 12px;
    height: 12px;
    margin: 0 5px;
}
.slick-dots li:first-child {
    margin: 0 5px 0 0;
}
.slick-dots li:last-child {
    margin: 0 0 0 5px;
}
.slick-dots li button {
    width: 100%;
    height: 100%;
    padding: 0;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background-color: #fff;
}
.slick-dots li.slick-active button {
   background-color: #5c095b;
}
.slick-dots li button::before {
    content: none;
}

/* pages css */

/*=== HEADER ===*/
#header {
    height: 86px;
}
.header-wrapper {
    position: fixed;
    width: 100%;
    height: inherit;
    border-top: 5px solid #5c095b;
    -webkit-box-shadow: 0 2px 10px -3px rgba(16,26,48,0.2);
    -moz-box-shadow: 0 2px 10px -3px rgba(16,26,48,0.2);
    box-shadow: 0 2px 10px -3px rgba(16,26,48,0.2);
    background-color: #1e1b1c;
    z-index: 120;
}
.header-menu {
    padding: 20px 0;
    color: #fff;
}
.header-menu .container > .flexbox {
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
}
.header-menu .container > .flexbox > div:first-child,
.header-menu .container > .flexbox > div:last-child {
    flex-basis: 155px;
}
.header-menu .container > .flexbox > div:last-child {
    text-align: right;
}

.social {
    display: inline-block;
}
.social a {
    font-size: 22px;
    color: #fff;
}
.social a:not(:last-child) {
    margin-right: 23px;
}
.social a:hover,
.top-menu a:hover,
.nav-menu a:hover,
.sub-ctrl:hover {
    color: #730372;
}
.top-menu {
    display: inline-block;
    vertical-align: middle;
    text-transform: uppercase;
    font-size: 16px;
}
.top-menu > li {
    display: inline-block;
}
.top-menu > li:after {
    content: "";
    display: inline-block;
    width: 2px;
    height: 14px;
    margin: -1px 12px 0 10px;
    vertical-align: middle;
    background-color: #fff;
}

/*=== MAIN NAVIGATION ===*/
#nav-btn {
    width: 22px;
    vertical-align: middle;
}
#nav-btn span {
    position: relative;
    display: block;
    height: 2px;
    margin-bottom: 5px;
    background-color: #fff;
}
#nav-btn span:last-child {
    margin-bottom: 0;
}
#nav-btn:hover span {
    background-color: #730372;
}
#nav-close-btn {
    display: none;
    font-size: 24px;
}
.main-nav {
    position: fixed;
    top: 86px;
    right: 0;
    left: 0;
    bottom: 0;
    overflow: hidden;
    overflow-y: auto;
    background: url(../images/layout/bg-diamond.png) #1e1b1c;
    opacity: 0;
    visibility: hidden;
}
.open .main-nav {
    opacity: 1;
    visibility: visible;
}
.open #nav-btn span:nth-child(1){
    top: 4px;
    transform: rotate(53deg);
}
.open #nav-btn span:nth-child(2) {
    display: none;
}
.open #nav-btn span:nth-child(3){
    top: -3px;
    transform: rotate(-53deg);
}
.main-nav nav {
    display: flex;
    flex-direction: column;
    justify-content: center;
    max-width: 1120px;
    height: 100%;
    margin: 0 auto;
    padding: 40px 15px;
}
.main-nav .social {
    margin: 30px 40px 0 0;
}
li.has-child {
    position: relative;
}
.nav-menu a {
    white-space: nowrap;
    text-transform: uppercase;
    line-height: 34px;
    font-size: 18px;
}
.nav-menu > li > a {
    padding: 15px 40px 15px 15px;
    font-size: 34px;
    font-weight: bold;
}
.sub-ctrl {
    position: absolute;
    top: 18px;
    right: 0;
    width: 40px;
    height: 34px;
    padding-right: 8px;
    cursor: pointer;
    z-index: 1;
}
.sub-ctrl:after {
    content: "\f107";
    font: 22px/34px Font Awesome\ 5 Pro;
    font-weight: bold;
}
.sub-menu {
    padding: 0 40px 18px;
}
.pagination-wrapper {
    padding: 10px 15px;
    text-align: center;
    box-shadow: 0 0 3px 1px rgba(0,0,0,.2);
    background-color: #f9f9f9;
}
.pagination li {
    display: inline-block;
}
.pagination i {
    font-size: 13px;
}
.pagination strong,
.pagination a,
.pagination span {
    border: 1px solid #ccc;
    padding: 7px 11px;
    background-color: #ddd;
}
.pagination strong {
    padding: 7px 10px;
}
.pagination span,
.pagination a:hover {
    color: #fff;
    background-color: #5c095b;
}
/*
.pagination a:hover {
    text-decoration: underline;
}
*/

/*=== BREADCRUMBS ===*/
.breadcrumbs {
    margin-bottom: 50px;
    text-align: left;
}
.breadcrumbs li {
    display: inline-block;
    font: 14px/22px 'Century Gothic', sans-serif;
}
.breadcrumbs li:last-child {
    color: #730372;
}
.breadcrumbs li:after {
    content: "\f105";
    margin: 0 4px;
    vertical-align: middle;
    font: 15px "Font Awesome\ 5 Pro";
    font-weight: bold;
    color: #1f1c1d;
}
.breadcrumbs li:last-child:after {
    content: none;
}

/*=== TOP BANNER ===*/
.banner {
    position: relative;
    min-height: 550px;
}
.banner .top-slider {
    height: 100%;
}
.banner .single-banner {
    height: 100%;
    background-attachment: fixed;
    background-position: top center;
}
.banner .single-banner:after,
.sub-banner:after {
    background: -moz-linear-gradient(left,  rgba(92,9,91,0.45) 0%, rgba(31,28,29,0.35) 40%, rgba(31,28,29,0.35) 60%, rgba(92,9,91,0.45) 100%);
    background: -webkit-linear-gradient(left,  rgba(92,9,91,0.45) 0%,rgba(31,28,29,0.35) 40%,rgba(31,28,29,0.35) 60%,rgba(92,9,91,0.45) 100%);
    background: linear-gradient(to right, rgba(92,9,91,0.45) 0%,rgba(31,28,29,0.35) 40%,rgba(31,28,29,0.35) 60%,rgba(92,9,91,0.45) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#805c095b', endColorstr='#805c095b',GradientType=1 );
    opacity: 1;
    visibility: visible;
}
.banner .container,
.sub-banner .container {
    height: 100%;
    z-index: 2;
}
.banner .flexbox {
    justify-content: flex-end;
    align-items: center;
    height: 100%;
}
.banner .slick-list,
.banner .slick-track {
    height: 100%;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
}
.banner .slick-arrow {
    border-color: #fff;
    color: #fff;
}
.banner .slick-arrow.slick-prev {
    left: calc(50% - 585px);
}
.banner .slick-arrow.slick-next {
    right: calc(50% - 585px);
}
.banner-text {
    max-width: 435px;
    width: 100%;
    color: #fff;
}
.banner-text a:not([href]) {
    display: none;
}
.large-text {
    margin-bottom: 25px;
    text-transform: uppercase;
    line-height: 1.1;
    font-size: 58px;
    font-weight: bold;
}
.large-text span {
    display: block;
    text-transform: none;
    font: 74px/1.1 'ThirstyScript-Regular';
}
.banner-content {
    margin-bottom: 40px;
    font-size: 15px;
}
.banner-bottom-line {
    position: absolute;
    bottom: 45px;
    width: 100%;
    text-align: left;
    font: 22px 'ThirstyScript-Medium';
    color: rgba(255,255,255,.5);
    z-index: 9;
}
.banner-bottom-line .container {
    padding: 0 45px;
}
.move-down {
    position: absolute;
    bottom: -22px;
    left: 50%;
    line-height: 1;
    color: #fff;
    transform: translateX(-50%);
}
.move-down:hover {
    color: rgba(255,255,255,.5);
}
.sub-banner {
    height: 320px;
}
.sub-banner .flexbox {
    align-items: flex-end;
    height: 100%;
}
.sub-banner .banner-text {
    max-width: 100%;
    padding: 15px 0;
    background-color: rgba(30,27,28,.5);
}
.sub-banner .large-text {
    margin-bottom: 0;
    font-size: 45px;
}

/*=== ABOUT SECTION ===*/
#about,
.about-wrapper {
    position: relative;
    padding: 185px 0 10px;
    background: url(../images/layout/bg-diamond-lg.png) repeat-x top left -11px;
}
.about-wrapper .container {
    position: relative;
}
.about-wrapper .container > .flexbox,
#introduction .container > .flexbox {
    padding-top: 65px;
}
.about-wrapper .container > .flexbox > div,
#introduction .container > .flexbox > div {
    width: 50%;
    padding: 0 25px;
}
.about-wrapper .container > .flexbox > div:first-child,
#introduction .container > .flexbox > div:first-child {
    padding: 0 40px;
}
#about .quote-box,
.about-wrapper .quote-box {
    position: absolute;
    top: -130px;
/*     top: 46px; */
    left: 15px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 500px;
    min-height: 355px;
    padding: 40px 40px 40px 105px;
    text-align: left;
    font-size: 15px;
    color: #fff;
    background: url(../images/layout/bg-diamond.png) #5c095b;
    z-index: 1;
}
#about .quote-box:before,
.about-wrapper .quote-box:before {
    position: absolute;
    top: 40px;
    left: 35px;
}
.about-wrapper .quote-box > :last-child,
.quick-links-wrapper .quick-link *,
.quick-link:hover .text-box,
.post-info > :last-child {
    margin-bottom: 0
}
#about .large-text,
.about-wrapper .large-text {
    text-transform: none;
    font: 45px/1.2 'ThirstyScript-Regular';
}
.about-wrapper .img-box,
#about .img-box {
    height: 355px;
    margin-left: 200px;
}
.about-wrapper h5:after,
#introduction h5:after {
    content: "";
    display: block;
    width: 225px;
    height: 2px;
    margin-top: 45px;
    background-color: #590958;
}

/*=== QUICK LINKS SECTION ===*/
.quick-links-wrapper {
    padding-top: 65px;
    text-align: center;
    background: url(../images/layout/bg-diamond-lg-reverse.png) repeat-x top 2px left;
}
.quick-links-wrapper .flexbox,
.quick-links-wrapper .container {
    max-width: 1200px;
}
.quick-links-wrapper .flexbox {
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    margin: 35px auto 0;
}
.quick-link {
    width: 25%;
    height: 410px;
    padding: 45px 15px;
    text-align: center;
    font: 22px/34px 'ThirstyScript-Medium';
    color: #fff;
}
.quick-link .relative {
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: center;
}
.quick-link .relative > span {
    position: absolute;
    bottom: -45px;
    left: 0;
    width: calc(100% + 30px);
    margin: 0 -15px;
    padding: 6px 15px;
    background-color: #5c095b;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease 0s;
}
.quick-link .text-box {
    margin: 20px 0 -55px;
    opacity: 0;
    visibility: hidden;
}
.quick-link p {
    line-height: inherit;
}
.quick-link:hover {
    width: 29.5%;
    height: 446px;
    margin: -18px 0;
}
.quick-link:after,
.quick-link:hover .relative > span,
.quick-link:hover .text-box,
.blog-post > a:hover figure:after,
.blog-post > a:hover .overlay,
.blog-post > a:hover .text-box {
    opacity: 1;
    visibility: visible;
}

/*=== BLOG & POST MAIN STYLES ===*/
.blog-post {
    text-align: left;
}
.blog-post > a {
    display: block;
    margin-bottom: 12px;
}
.blog-post figure {
    height: 345px;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: bold;
}
.blog-post figure:after {
    background: rgba(30,27,28,.5);
}
.blog-post .overlay {
    opacity: 0;
    visibility: hidden;    
}
.blog-post .text-box {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100%;
    color: #fff;
    opacity: 0;
    visibility: hidden;
}
.blog-post .text-box [class*="fa-"] {
    font-size: 48px;
}
.post-terms {
    margin-bottom: 25px;
}
.post-terms li {
    display: inline-block;
    text-transform: uppercase;
    font-size: 12px;
}
.post-terms li:not(:last-child):after {
    content: "";
    display: inline-block;
    width: 1px;
    height: 11px;
    margin: -2px 14px 0 15px;
    vertical-align: middle;
    background-color: #1f1c1d;
}
.post-terms time {
    text-transform: none;
    font-style: italic;
}

#latest-posts {
    padding: 40px 0 55px;
    text-align: center;
    color: #fff;
    background: url(../images/layout/bg-diamond.png) #1e1b1c;
}
#latest-posts .container {
    max-width: 1160px;
    padding: 0 35px;
}
#latest-posts h2 {
    color: inherit;
}
#latest-posts .post-terms li:not(:last-child):after {
    background-color: #fff;
}
.posts-slider {
    margin: 55px 0 65px;
}
.posts-slider .blog-post {
    margin: 0 19px;
}
.posts-slider .slick-list {
    margin: 0 -19px;
}
.posts-slider-control {
    position: absolute;
    right: 14px;
    bottom: 6px;
}
.posts-slider-control .slick-arrow {
    position: static;
    display: inline-block;
    margin: 0 6px;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
}
.posts-slider-control .slick-arrow:hover {
    border-color: #fff;
    color: #fff;
}

.blog-list .blog-post {
    margin: 40px 0;
}
.blog-list .blog-post:first-child {
	margin-top: 8px;
}
.blog-list .blog-post:not(:last-child):after {
    content: "";
    display: block;
    height: 2px;
    margin-top: 40px;
    background-color: #590958;
}
.blog-list .blog-post figure {
    height: 300px;
}
.blog-list .blog-post .overlay {
    opacity: 1;
    visibility: visible;
}
.blog-list .post-info {
    padding: 30px;
    box-shadow: 0 1px 2px rgba(0,0,0,.2);
    background-color: #f9f9f9;
}
.blog-list .post-terms li {
    font-size: inherit;
}
.blog-list h3 {
    text-transform: none;
}
.blog-options h4 {
    margin-bottom: 15px;
    text-transform: uppercase;
    font-weight: bold;
}
.blog-menu {
    font-size: 18px;
    background-color: transparent;
}
.blog-menu ul {
    margin-bottom: 0;
}
.blog-menu li {
    padding: 0;
    margin: 0;
}
.blog-menu .year-link,
.blog-menu .month-link {
    position: relative;
    display: block;
    padding: 12px 20px 12px 40px;
    border-top: 2px solid #fff;
}
.blog-menu .year-link {
    font-weight: bold;
    color: #fff;
    background-color: #5c095b;
}
.blog-menu .year-link.down {
    background-color: #730372;
}
.blog-menu .year-link span,
.blog-menu .month-link span {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 20px;
    width: 8px;
}
.blog-menu .year-link span:after,
.blog-menu .month-link span:after {
    content: "\f105";
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    margin-top: -9px;
    font: 18px Font Awesome\ 5 Pro;
    font-weight: bold;
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}
.blog-menu a.down span:after,
.blog-menu a:hover span:after {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
}
.blog-menu .month-link {
    text-transform: uppercase;
    color: #1f1c1d;
    background-color: #f9f9f9;
}
.blog-menu ul.year {
    display: none;
}
.blog-menu ul.month {
    display: none;
    padding: 14px;
    border: 1px solid #f9f9f9;
    border-top: 0;
}
.blog-menu .month li + li {
    border-top: 2px solid #1f1c1d;
}
.blog-menu .month li a {
    display: block;
    padding: 8px 4px;
    font-size: 12px;
}
.category-menu {
    padding: 12px 20px;
    background-color: #f9f9f9;
}
.category-menu li:not(:last-child) {
    border-bottom: 1px solid #ccc;
}
.category-menu li.active a {
    color: #5c095b;
    pointer-events: none;
}
.category-menu a {
    padding: 9px 0 7px;
    line-height: 26px;
    font-size: 18px;
    font-weight: bold;
}
.category-menu a:after {
    content: "\f101";
    margin-left: 6px;
    font: 14px/26px Font Awesome\ 5 Pro;
}

/*=== QUOTE SECTION ===*/
#quote-box,
.quote-box {
    min-height: 175px;
    padding: 20px 0;
    text-align: center;
    font-size: 28px;
    color: #fff;
    background: #5c095b;
}
#quote-box:before,
.quote-box:before {
    content: "“";
    display: block;
    margin-bottom: -30px;
    font: 100px/78px 'ThirstyScript-Regular';
}
#quote-box .container > * {
    display: inline;
}
#quote-box .author {
    font: 32px 'ThirstyScript-Regular';
}
#quote-box .author:before {
    content: "-";
    display: inline-block;
    margin: 0 10px 0 18px;
}

/*=== MAIN CONTENT ===*/
.main-content {
    padding: 55px 0;
}
.sidebar {
    width: 350px;
    padding: 8px 0 0 50px;
}
.sidebar > *:not(:last-child) {
    margin-bottom: 50px;
}
.sidebar .quick-link,
.sidebar .quick-link:hover {
    width: 100%;
    height: 320px;
    margin: 0 0 50px;
}
.sidebar .quick-link .text-box {
    margin: 0;
    opacity: 1;
    visibility: visible;
}

/*=== FOOTER ===*/
.footer-wrapper {
    height: auto;
    padding: 26px 0;
    line-height: 18px;
    font-size: 12px;
    color: #fff;
    background-color: #1e1b1c;
}
.footer-wrapper .flexbox {
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    margin-top: -6px;
}
.footer-wrapper .flexbox > div:first-child {
    padding-right: 40px;
}
.footer-wrapper .flexbox > div:nth-child(2) {
    flex-shrink: 0;
}
.footer-wrapper .flexbox > div:last-child {
    flex-shrink: 0;
    flex-basis: 270px;
    display: flex;
    align-items: center;
    padding-left: 15px;
    text-align: right;
    line-height: 11px;
    font-size: 10px;
    color: rgba(255,255,255,.5);
}
.footer-wrapper ul,
.footer-wrapper li {
    display: inline-block;
}
.footer-wrapper li:not(:last-child):after {
    content: "";
    display: inline-block;
    width: 1px;
    height: 11px;
    margin: 0 6px 0 7px;
    vertical-align: middle;
    background-color: #fff;
}
.footer-wrapper li a {
    vertical-align: bottom;
}
.footer-wrapper li a:after {
    content: attr(title);
    display: block;
    height: 0;
    font-weight: bold;
    overflow: hidden;
    visibility: hidden;
}
.footer-wrapper li a:hover {
    font-weight: bold;
    color: #730372;
}
.footer-wrapper .social a {
    font-size: 14px;
}
.footer-wrapper .social a:not(:last-child) {
    margin-right: 13px;
}
.elite-realty {
    font-size: 14px;
}
.elite-realty img {
    vertical-align: middle;
}
.jbsystem {
    flex-shrink: 0;
    width: 124px;
    height: 47px;
    margin-left: 15px;
    background: url(/images/layout/logo-jb-systems.png) no-repeat;
}

.close-btn {
  font-family: 'ddc_hardware_regular';
  background-color:#1e1b1c;
  font-size: 24px;
  line-height: 25px;
  color: #fff;
  padding: 14px 20px;
  display: block;
  width: 100%;
  text-align: center;
  position: absolute;
  top:0px;
  left: 0px;
  z-index: 1;
}

#popup-content {
  position: absolute;
  top:0px;
  left: 0px;
  height: 100%;
  width: 100%;
  overflow:auto;
  z-index: 0;
}

.modal-popup {
	padding: 30px;
	background-color: #fff;
}

.popup {
	position: fixed;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 200;
	background-color: #fff;
	opacity: 0;
	visibility: hidden;
	
	transition:all 0.55s ease 0s;
}
body.show-popup {
	overflow: hidden;
}
.popup.show,
.show-popup .popup {
	visibility: visible;
	opacity: 1;
}

/*=== CONTENT SLIDER MODAL ===*/
#service {
	opacity: 0;
	transition: all 1s ease 0s;
}
#service.show {
	opacity: 1;
}

.service-wrapper {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: flex;
    flex-wrap: nowrap;
/*     text-align: justify; */
    font-size: 14px;
/*     background-color: #d9d9d6; */
    z-index: 130;
}
.service-wrapper.show {
    visibility: visible;
}
.service-wrapper > div {
    width: 50%;
}
.service-wrapper .img-box {
    display: none;
    height: inherit;
    background-position: center top;
}
.service-wrapper .content {
    display: none;
}
.service-wrapper .img-box.active,
.service-wrapper .content.active {
    display: block;
}
.service-wrapper .inner-box {
    position: relative;
    max-width: 650px;
    padding: 75px 40px 65px 50px;
}

.service-wrapper p {
    margin-bottom: 20px;
}
.service-wrapper strong,
.album-wrapper strong {
    color: inherit;
}
.service-wrapper h5 {
    margin: 45px 0 5px;
}
.service-wrapper li {
	margin-bottom: 15px;
	text-align: left;
}
.service-wrapper .close-btn-sm {
    position: absolute;
    top: 30px;
    left: 510px;
    color: #000;
    width: 36px;
	height: 36px;
	border: 3px solid;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	text-align: center;
	font-size: 13px;
	line-height: 32px;
}
.service-control {
    position: absolute;
    top: 205px;
    left: 510px;
    z-index: 5;
}
.service-control li {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 0 5px;
    background-color: #111;
    cursor: pointer;
}
.service-control li:first-child {
    margin: 0 5px 0 0;
}
.service-control li:last-child {
    margin: 0 0 0 5px;
}
.service-control li.active {
    background-color: #730372;
}
.service-left,
.service-right {
	transition: all 0.6s ease 0.2s;
}
.service-left {
/*     left: -50%; */
	transform: translateX(-75%);
}
.service-right {
/*     right: -50%; */
	transform: translateX(75%);
    overflow-y: auto;
}

.show .service-left,
.show .service-right {
	transform: translateX(0);
}
