/* SPARKY DYNAMICALLY GENERATED CSS - DO NOT EDIT THIS FILE!
YOUR CHANGES WILL BE OVERWRITTEN AFTER NEXT SAVE OF TEMPLATE PARAMETERS!
You can add your custom CSS code in template options, under Custom tab or
you can edit file custom.css to add your CSS code. */

@import url('../css/icons/font-awesome.min.css');

* {
    box-sizing: border-box;
}

body {
    color:#888888;
    font-size:14px;
    line-height:1.6;
    font-family:'Poppins',sans-serif;
    text-align:left;
    font-weight:400;
    font-style:normal;
}

.sparky_container::after {
    content:'';
    display:table;
    clear:both;
}

.clr {
    clear:both;
}

img {
    border:none;
}

.sparky_container {
    margin:0 auto;
    padding:0;
    background:#ffffff;
}

.sparky_container > .sparky_cell {
    float:left;
}


/* GRID SYSTEM */

.sparkle1 {
    width: 8.3333333333333%;
}

.sparkle2 {
    width: 16.666666666667%;
}

.sparkle3 {
    width: 25%;
}

.sparkle4 {
    width: 33.333333333333%;
}

.sparkle5 {
    width: 41.666666666667%;
}

.sparkle6 {
    width: 50%;
}

.sparkle7 {
    width: 58.333333333333%;
}

.sparkle8 {
    width: 66.666666666667%;
}

.sparkle9 {
    width: 75%;
}

.sparkle10 {
    width: 83.333333333333%;
}

.sparkle11 {
    width: 91.666666666667%;
}

.sparkle12 {
    width: 100%;
}

.full .sparky_container {
    width:100%;
}

.full .sparky_container .sparky_cell {
    padding-left:0;
    padding-right:0;
}

/* ROW SETTINGS */


/* SCREEN < 768px AND < TEMPLATE WIDTH */

@media (max-width: 767px) {
    .sparky_container {
        width: 100%;
    }

    [class*='sparkle'] {
        width: 100% !important;
    }

    .two [class*='sparkle'] {
        width: 50% !important;
    }

    .full .sparky_container {
        width:100%;
    }

    .full .sparky_cell {
        margin: 0;
        padding: 0;
    }
}

/* SCREEN >= 768px AND < TEMPLATE WIDTH */

@media (min-width: 768px) {
    .sparky_container {
        width: 750px;
    }
}

/* SCREEN >= 992px AND < TEMPLATE WIDTH */

@media (min-width: 992px) {
    .sparky_container {
        width: 970px;
    }
}

/* SCREEN >= TEMPLATE WIDTH */

@media (min-width:1230px) {
    .sparky_container {
        width:1200px;
    }

    [class*='sparkle'] {
        margin-left: 0;
    }
}
.one .sparkle1 {
    width: 8.3333333333333% !important;
}
.one .sparkle2 {
    width: 16.666666666667% !important;
}
.one .sparkle3 {
    width: 25% !important;
}
.one .sparkle4 {
    width: 33.333333333333% !important;
}
.one .sparkle5 {
    width: 41.666666666667% !important;
}
.one .sparkle6 {
    width: 50% !important;
}
.one .sparkle7 {
    width: 58.333333333333% !important;
}
.one .sparkle8 {
    width: 66.666666666667% !important;
}
.one .sparkle9 {
    width: 75% !important;
}
.one .sparkle10 {
    width: 83.333333333333% !important;
}
.one .sparkle11 {
    width: 91.666666666667% !important;
}
.one .sparkle12 {
    width: 100% !important;
}
.fluid .sparky_container {
    width: 100%;
}
.sparky_cell {
    padding:40px 15px;
}

/* FONTS AND TYPOGRAPHY */

h1, h1 a {
    padding:30px 0;
    margin:0;
    line-height:1;
    color:#333333;
    font-size:60px;
    font-family:'Poppins',sans-serif;
    text-align:left;
    font-weight:400;
    font-style:normal;
}

h2, h2 a {
    padding:15px 0;
    margin:0;
    line-height:1.4;
    color:#333333;
    font-size:48px;
    font-family:'Poppins',sans-serif;
    text-align:left;
    font-weight:400;
    font-style:normal;
}

h2.row_heading {
    padding-left:15px;
    padding-right:15px;
}

h3 {
    padding:15px 0;
    margin:0;
    color:#333333;
    font-size:32px;
    line-height:1.4;
    font-family:'Poppins',sans-serif;
    text-align:left;
    font-weight:400;
    font-style:normal;
}

h3.row_subheading {
    padding-left:15px;
    padding-right:15px;
}

h4 {
    padding:15px 0;
    margin:0;
    color:#333333;
    font-size:22px;
    line-height:1.4;
    font-family:'Poppins',sans-serif;
    text-align:left;
    font-weight:400;
    font-style:normal;
}

a {
    color:#b9a981;
    font-weight:normal;
    font-style:normal;
    text-decoration:none;
}

a:hover, a:active, a:focus {
    color:#333333;
    text-decoration:none;
}

p {
    margin: 0 0 15px;
}

button,
button.btn,
a.btn,
button.btn-primary,
p.readmore a,
a.readmore {
    display: inline-block;
    padding: 4px 12px;
    color: #333333;
    text-align: center;
    vertical-align: middle;
    background-color: #f5f5f5;
    background-image:none;
    border: 1px solid #cccccc;
    font-size:inherit;
    line-height:inherit;
    text-shadow:none;
    border-radius:0;
    box-shadow:none;
}

button:hover,
button.btn:hover,
button.btn-primary:hover,
button:active,
button.btn:active,
button.btn-primary:active,
button:focus,
button.btn:focus,
button.btn-primary:focus,
p.readmore a:hover,
p.readmore a:focus,
a.readmore:hover,
a.readmore:focus {
    color: #333333;
    text-decoration: none;
    background-color: #eeeeee;
    background-image:none;
}

p.readmore a span {
    display:none;
}

.items-row {
    clear:both;
    padding:15px 0;
}

.page-header {
    padding: 0;
    margin: 0;
    border: 0;
}

.pull-left.item-image {
    margin-right:15px;
}

.pull-right.item-image {
    margin-left:15px;
}

/* forms */

form {
    margin:0;
}

.form-inline {
    display:inline;
}

input, textarea, button, select {
    box-sizing:content-box;
    font-family:'Poppins';
}

#login-form input {
    padding: 4px;
}

/* lists */

ul, ol {
    margin: 15px 45px;
    padding: 0;
}

div.item-page ol li, div.item-page ul li {
    margin: 0 0 10px 0;
    padding: 0;
}

div.icons ul.dropdown-menu li {
    margin: 0;
}


ul.arrow, ul.arrowleft, ul.calendar, ul.checklist, ul.clock, ul.delete, ul.email, ul.file, ul.folder, ul.heart, ul.information, ul.lock, ul.pencil, ul.play, ul.rss, ul.person, ul.shop, ul.song, ul.star, ul.star2, ul.trash, ul.tweak, ul.unlock, ul.warn {
    margin: 15px 45px;
    padding: 0;
}

ul.arrow li, ul.arrowleft li, ul.calendar li, ul.checklist li, ul.clock li, ul.delete li, ul.email li, ul.file li, ul.folder li, ul.heart li, ul.information li, ul.lock li, ul.pencil li, ul.play li, ul.rss li, ul.person li, ul.shop li, ul.song li, ul.star li, ul.star2 li, ul.trash li, ul.tweak li, ul.unlock li, ul.warn li {
    list-style: none;
    padding: 0 15px;
}

ul.arrow li:before, ul.arrowleft li:before, ul.calendar li:before, ul.checklist li:before, ul.clock li:before, ul.delete li:before, ul.email li:before, ul.file li:before, ul.folder li:before, ul.heart li:before, ul.information li:before, ul.lock li:before, ul.pencil li:before, ul.play li:before, ul.rss li:before, ul.person li:before, ul.shop li:before, ul.song li:before, ul.star li:before, ul.star2 li:before, ul.trash li:before, ul.tweak li:before, ul.unlock li:before, ul.warn li:before {
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    padding: 0;
    margin: 0 -20px;
    position: absolute;
}

ul.arrow li:before {
    content: '\f061';
}

ul.arrowleft li:before {
    content: '\f060';
} 

ul.calendar li:before {
    content: '\f073';
}

ul.checklist li:before {
    content: '\f00c';
}

ul.clock li:before {
    content: '\f017';
}

ul.delete li:before {
    content: '\f00d';
}

ul.email li:before {
    content: '\f0e0';
}

ul.file li:before {
    content: '\f15b';
}

ul.folder li:before {
    content: '\f07b';
}

ul.heart li:before {
    content: '\f004';
}

ul.information li:before {
    content: '\f05a';
}

ul.lock li:before {
    content: '\f023';
}

ul.pencil li:before {
    content: '\f303';
}

ul.person li:before {
    content: '\f007';
}

ul.play li:before {
    content: '\f04b';
}

ul.rss li:before {
    content: '\f09e';
}

ul.shop li:before {
    content: '\f07a';
}

ul.song li:before {
    content: '\f001';
}

ul.star li:before {
    content: '\f005';
}

ul.trash li:before {
    content: '\f2ed';
}

ul.tweak li:before {
    content: '\f0ad';
}

ul.unlock li:before {
    content: '\f09c';
}

ul.warn li:before {
    content: '\f071';
}

/* font awesome icon sizes */

.fa-1 {
    font-size: 1em;
}

.fa-2 {
    font-size: 2em;
}

.fa-3 {
    font-size: 4em;
}

.fa-4 {
    font-size: 7em;
}

.fa-5 {
    font-size: 12em;
}

.fa-6 {
    font-size: 16em;
}

.fontawesome-icon-list {
    font-size: 10px;
}

.fontawesome-icon-list i {
    font-size: 16px;
}

.warning, .info, .error {
    padding:15px 30px;
    min-height: 50px;
}

.warning {
    color:#000;
    border: 1px solid #ffcc00;
    background:#ffff66;
}

.info {
    color:#006699;
    border: 1px solid #006699;
    background:#bde1ff;
}

.error {
    color:#900;
    border: 1px solid #900;
    background:#f8b5b5;
}

.warning:before, .info:before, .error:before {
    font-family: 'Font Awesome 5 Free';
    font-size: 32px;
    font-weight: 900;
    line-height:1;
    margin: 0 30px 0 0;
    float: left;
}

.warning:before {
    content: '\f071';
    color: #ffcc00;
}

.info:before {
    content: '\f05a';
}

.error:before {
    content: '\f057';
}

.outline {
    background: transparent;
}

.warning.outline {
    color: #d5aa00;
}

.typewriter {
    background: url('../images/typewriter_bg.png');
    padding:20px 15px 20px 30px;
    color:#000;
    font-family:'Courier New', Courier, monospace;
    line-height:20px;
    text-align:left;
}

.quote {
    margin:0;
    padding:15px 15px 15px 15px;
    font-size:150%;
    font-style:italic;
    line-height:normal;
}

.dropcap:first-letter {
    font-size: 300%;
    font-weight:bold;
    float:left;
    margin:0 10px 5px 0;
    line-height: 1;
}

span.p_number {
    font-size: 400%;
    font-weight:bold;
    float:left;
    margin:0 10px 10px 0;
    position: relative;
    line-height: 40px;
}

.inset_left {
    display:block;
    float:left;
    width: 150px;
    font-style: italic;
    margin: 15px 15px 15px 0;
}

.inset_right {
    display:block;
    float:right;
    width: 150px;
    font-style: italic;
    margin: 15px 0 15px 15px;
}

.inset_title {
    font-weight:bold;
    display:block;
}

img.img_left {
    float:left;
    margin:0 50px 30px 0;
}

img.img_right {
    float:right;
    margin:0 0 30px 50px;
}

blockquote {
    border-left: 3px solid #ccc;
    font-family: Georgia, serif;
    font-style: italic;
    margin: 15px;
    padding: 15px;
}

legend {
    display: block;
    padding: 15px;
    margin-bottom: 5px;
    border: 3px double #999;
    font-size:inherit;
    line-height:inherit;
}

code {
    display: block;
    padding: 1em;
    color:inherit;
    border:0;
}


.quote:before {
    font-family: 'Font Awesome 5 Free';
    content: '\f10d';
    font-size: 4em;
    font-style:normal;
    font-weight:900;
    color: #ddd;
    float: left;
    margin-right: 30px;
}

.fontawesome-icon-list div {
    width: 25%;
    float: left;
    padding: 5px 0;
}

.fontawesome-icon-list i {
    width: 30px;
    color: #333;
}

.two-cols {
    -moz-column-count:2;
    -webkit-column-count:2;
    column-count:2;
    -moz-column-gap:3em;
    -webkit-column-gap:3em;
    column-gap:3em;
}

.three-cols {
    -moz-column-count:3;
    -webkit-column-count:3;
    column-count:3;
    -moz-column-gap:3em;
    -webkit-column-gap:3em;
    column-gap:3em;
}

.four-cols {
    -moz-column-count:4;
    -webkit-column-count:4;
    column-count:4;
    -moz-column-gap:3em;
    -webkit-column-gap:3em;
    column-gap:3em;
}

.five-cols {
    -moz-column-count:5;
    -webkit-column-count:5;
    column-count:5;
    -moz-column-gap:2em;
    -webkit-column-gap:2em;
    column-gap:2em;
}

.six-cols {
    -moz-column-count:6;
    -webkit-column-count:6;
    column-count:6;
    -moz-column-gap:2em;
    -webkit-column-gap:2em;
    column-gap:2em;
}

.abovecontent {
    padding: 0 0 30px 0;
}

.belowcontent {
    padding: 30px 0 0 0;
}


/* LOGO */

.sparky_logo {
    color:#444444;
    font-size:22px;
    font-family:'Poppins',sans-serif;
    font-weight:700;
    font-style:normal;
    text-align:center;
    text-decoration:none;
}
.sparky_slogan {
    color:#333333;
    font-size:12px;
    font-family:'Arial, Helvetica, sans-serif';
    font-weight:normal;
    font-style:normal;
    text-align:left;
    text-decoration:none;
}

.sparky_logo_link {
    display:block;
}


/* DROP-DOWN MENU */
ul.mnu_topmenu , ul.mnu_topmenuen , ul.mnu_topmenuel , ul.mnu_topmenuit  {
    margin:0;
    padding:0;
    list-style-type:none;
    list-style-position:outside;
    position:absolute;
    z-index:100;
    white-space:nowrap;
    text-align:right;
    position:relative;
    font-family:;
}
.mnu_topmenu ul, .mnu_topmenuen ul, .mnu_topmenuel ul, .mnu_topmenuit ul {
    margin:0;
    list-style-type:none;
    list-style-position:outside;
    position:absolute;
    z-index:100;
    background:#b9a981;
    width:200px;
    border:0px solid ;
    padding:12px;
}
.mnu_topmenu > li > a, .mnu_topmenuen > li > a, .mnu_topmenuel > li > a, .mnu_topmenuit > li > a,.mnu_topmenu > li > span, .mnu_topmenuen > li > span, .mnu_topmenuel > li > span, .mnu_topmenuit > li > span {
    display:block;
    margin:0;
    text-decoration:none;
    color:#666666;
    font-size:14px;
    padding:0 15px;
    font-weight:normal;
    font-style:normal;
    height:110px;
    line-height:110px;
    cursor:pointer;
}
.mnu_topmenu > li.active > a, .mnu_topmenuen > li.active > a, .mnu_topmenuel > li.active > a, .mnu_topmenuit > li.active > a,.mnu_topmenu > li.active > span, .mnu_topmenuen > li.active > span, .mnu_topmenuel > li.active > span, .mnu_topmenuit > li.active > span {
    color:#b9a981;
    cursor:pointer;
}
.mnu_topmenu > li > a:hover, .mnu_topmenuen > li > a:hover, .mnu_topmenuel > li > a:hover, .mnu_topmenuit > li > a:hover,.mnu_topmenu > li:hover > a, .mnu_topmenuen > li:hover > a, .mnu_topmenuel > li:hover > a, .mnu_topmenuit > li:hover > a,.mnu_topmenu > li > a:hover, .mnu_topmenuen > li > a:hover, .mnu_topmenuel > li > a:hover, .mnu_topmenuit > li > a:hover,.mnu_topmenu > li:hover > span, .mnu_topmenuen > li:hover > span, .mnu_topmenuel > li:hover > span, .mnu_topmenuit > li:hover > span {
    color:#ffffff;
}
.mnu_topmenu > li, .mnu_topmenuen > li, .mnu_topmenuel > li, .mnu_topmenuit > li {
    display:inline-block;
    position:relative;
    text-align:left;
    margin:0;
    padding:0;
    border-right:0px solid ;
    border-bottom:0px solid ;
    border-top:0px solid ;
}
.mnu_topmenu > li.active, .mnu_topmenuen > li.active, .mnu_topmenuel > li.active, .mnu_topmenuit > li.active {
}
.mnu_topmenu > li:first-child, .mnu_topmenuen > li:first-child, .mnu_topmenuel > li:first-child, .mnu_topmenuit > li:first-child {
    border-left:0px solid ;
}
.mnu_topmenu li:hover, .mnu_topmenuen li:hover, .mnu_topmenuel li:hover, .mnu_topmenuit li:hover {
    position:relative;
    background:#b9a981;
}
.mnu_topmenu li ul li:hover, .mnu_topmenuen li ul li:hover, .mnu_topmenuel li ul li:hover, .mnu_topmenuit li ul li:hover {
    background:#b9a981;
}
.mnu_topmenu li ul li, .mnu_topmenuen li ul li, .mnu_topmenuel li ul li, .mnu_topmenuit li ul li {
    height:25px;
    border-bottom:0px solid ;
    padding:0 10px;
    text-align:left;
}
.mnu_topmenu li ul a, .mnu_topmenuen li ul a, .mnu_topmenuel li ul a, .mnu_topmenuit li ul a,.mnu_topmenu li ul span, .mnu_topmenuen li ul span, .mnu_topmenuel li ul span, .mnu_topmenuit li ul span {
    line-height:25px;
    font-size:12px;
    color:#ffffff;
    font-weight:normal;
    font-family:;
    font-style:normal;
    padding-top:0;
    cursor:pointer;
}
.mnu_topmenu li ul li:hover > a, .mnu_topmenuen li ul li:hover > a, .mnu_topmenuel li ul li:hover > a, .mnu_topmenuit li ul li:hover > a,.mnu_topmenu li ul li:hover > span, .mnu_topmenuen li ul li:hover > span, .mnu_topmenuel li ul li:hover > span, .mnu_topmenuit li ul li:hover > span {
    color:#333333;
}
.mnu_topmenu  li ul ul, .mnu_topmenuen  li ul ul, .mnu_topmenuel  li ul ul, .mnu_topmenuit  li ul ul {
    left: calc(200px - 12px);
    margin-top:-12px;
}
.mnu_topmenu ul ul, .mnu_topmenuen ul ul, .mnu_topmenuel ul ul, .mnu_topmenuit ul ul {
    top:0px;
}
.mnu_topmenu .sub, .mnu_topmenuen .sub, .mnu_topmenuel .sub, .mnu_topmenuit .sub {
    font-size:10px;
    line-height:normal;
    display:block;
}
.mnu_topmenu > li > ul, .mnu_topmenuen > li > ul, .mnu_topmenuel > li > ul, .mnu_topmenuit > li > ul {
    display: none;
}


/* STANDARD MENU */

ul.mnu_bottommenu {
    margin:0;
    padding:0;
    text-align:right;
}

ul.mnu_bottommenu ul {
    margin:10px;
    padding:0;
}

.mnu_bottommenu li {
    display:block;
}

.mnu_bottommenu > li {
    display:inline-block;
}

.mnu_bottommenu > li {
    margin-bottom:0px;
    padding:0px 15px;
    font-size:12px;
    font-weight:400;
    font-style:normal;
    text-align:right;
}

.mnu_bottommenu > li > a {
    color:#6f7580;
    font-family:'Poppins', sans-serif;
    font-weight:400;
    font-style:normal;
}

.mnu_bottommenu > li > a:hover {
    color:#ffffff;
}

.mnu_bottommenu > li li {
    margin:0;
    padding:0;
    font-size:11px;
    line-height:15px;
    font-weight:400;
    font-style:normal;
    text-align:right;
}

.mnu_bottommenu > li li a {
    color:#782320;
    font-family:;
    font-weight:400;
    font-style:normal;
    text-align:right;
}

.mnu_bottommenu > li li a:hover {
    color:#333333;   
}

/* RESPONSIVE TOP MENU */

.js .nav-collapse {
    clip: rect(0 0 0 0);
    max-height: 0;
    position: absolute;
    display: block;
    zoom: 1;
}

.nav-collapse.opened {
    max-height: 9999px;
    position:absolute;
}

.nav-collapse.opened > ul {
    position: fixed;
    top: 0;
    left: 5%;
    width: 90%;
    background:#444;
}

.nav-collapse.opened > ul ul {
    width: 100%;
    position: relative;
    left:0;
    padding:0;
    margin:0;
    background:#444;
    border:0;
}

.nav-collapse.opened > ul ul li {
    height:auto;
}

.nav-collapse.opened li {
    width: 100%;
    display: block;
    padding-left: 0;
    padding-right: 0;
}

.nav-collapse.opened li.active, .nav-collapse.opened li:hover {
    background:#333;
}

.nav-collapse.opened li.active a {
    color:#fff !important;
}

.nav-collapse.opened li a {
    padding:5px 15px;
    margin:0;
    line-height:30px;
    height:30px;
    color:#fff !important;
}

.nav-toggle {
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
    background: url('../images/tinynav_white.png');
    width: 40px;
    height: 30px;
    text-indent:-9999px;
    display:inline-block;
    float:right;
}

.nav-toggle.active {
    position: absolute;
    z-index: 999;
    right: 5%;
    top: 0;
    margin-top:5px;
    margin-right:15px;
    background-position: bottom;
}

#blocker {
    position:fixed;
    width:100%;
    height:100%;
    left:0;
    top:0;
    right:0;
    bottom:0;
    z-index:9999;
}

@media screen and (min-width: 1230px) {

    .js .nav-collapse {
        position: relative;
    }

    .js .nav-collapse.closed {
        max-height: none;
    }

    .nav-toggle {
        display: none;
    }

}

@media screen and (max-width: 1230px) {

    .nav-collapse.closed {
        overflow:hidden;
    }

}
    
/* IMAGE ANIMATION */

.img-with-animation {
    opacity: 0;
    position: relative;
}

.img-with-animation[data-animation='grow-in'] {
    opacity: 0;
    transform: scale(0.4);
    transition: opacity 0.6s cubic-bezier(0.15, 0.84, 0.35, 1.25);}

.img-with-animation[data-animation='fade-in-from-left'] {
    left: -40px;
}

.img-with-animation[data-animation='fade-in-from-right'] {
    right: -40px;
}

.img-with-animation[data-animation='fade-in-from-bottom'] {
    bottom: -100px;
}

.element-invisible {
    display:none !important;
}

.input-prepend .add-on,
.input-prepend .btn,
a.jmodedit {
    box-sizing: content-box;
}

.nav-tabs.nav-stacked {
    margin:0;
}

a.modal.btn, a.btn.hasTooltip, a.btn.modal-button {
    font-size:13px;
}

/* front-end edit */

.edit.item-page button span {
    margin:0 5px;
}

#jform_publish_up_img, #jform_publish_down_img {
    padding:7px 12px 6px;
}

#modules-form legend {
    border:0;
    padding:0;
    margin-bottom:15px;
    font-size:18px;
}

#jformposition_chzn ul.chzn-results li:nth-child(1),
#jformposition_chzn ul.chzn-results li:nth-child(2),
#jformposition_chzn ul.chzn-results li:nth-child(3) {
    display:none;
} 

/* glyph icons */

@font-face {
    font-family: 'IcoMoon';
    src: url('../../../media/jui/fonts/IcoMoon.eot');
    src: url('../../../media/jui/fonts/IcoMoon.eot?#iefix') format('embedded-opentype'), url('../../../media/jui/fonts/IcoMoon.woff') format('woff'), url('../../../media/jui/fonts/IcoMoon.ttf') format('truetype'), url('../../../media/jui/fonts/IcoMoon.svg#IcoMoon') format('svg');
    font-weight: normal;
    font-style: normal;
}
[data-icon]:before {
    font-family: 'IcoMoon';
    content: attr(data-icon);
    speak: none;
}
[class^='icon-'],
[class*=' icon-'] {
    display: inline-block;
    width: 14px;
    height: 14px;
    line-height: 14px;
}
[class^='icon-']:before,
[class*=' icon-']:before {
    font-family: 'IcoMoon';
    font-style: normal;
    speak: none;
}
.icon-home:before {
    content: '\21';
}
.icon-user:before {
    content: '\22';
}
.icon-checkedout:before,
.icon-lock:before,
.icon-locked:before {
    content: '\23';
}
.icon-comment:before,
.icon-comments:before {
    content: '\24';
}
.icon-comments-2:before {
    content: '\25';
}
.icon-share-alt:before,
.icon-out:before {
    content: '\26';
}
.icon-share:before,
.icon-redo:before {
    content: '\27';
}
.icon-undo:before {
    content: '\28';
}
.icon-file-add:before {
    content: '\29';
}
.icon-new:before,
.icon-plus:before {
    content: '\2a';
}
.icon-apply:before,
.icon-edit:before,
.icon-pencil:before {
    content: '\2b';
}
.icon-pencil-2:before {
    content: '\2c';
}
.icon-folder-open:before,
.icon-folder:before {
    content: 'd';
}
.icon-folder-close:before,
.icon-folder-2:before {
    content: 'e';
}
.icon-picture:before {
    content: '\2f';
}
.icon-pictures:before {
    content: '\30';
}
.icon-list:before,
.icon-list-view:before {
    content: '\31';
}
.icon-power-cord:before {
    content: '\32';
}
.icon-cube:before {
    content: '\33';
}
.icon-puzzle:before {
    content: '\34';
}
.icon-flag:before {
    content: '\35';
}
.icon-tools:before {
    content: '\36';
}
.icon-cogs:before {
    content: '\37';
}
.icon-options:before,
.icon-cog:before {
    content: '\38';
}
.icon-equalizer:before {
    content: '\39';
}
.icon-wrench:before {
    content: '\3a';
}
.icon-brush:before {
    content: '\3b';
}
.icon-eye-open:before,
.icon-eye:before {
    content: '\3c';
}
.icon-checkbox-unchecked:before {
    content: '\3d';
}
.icon-checkin:before,
.icon-checkbox:before {
    content: '\3e';
}
.icon-checkbox-partial:before {
    content: '\3f';
}
.icon-asterisk:before,
.icon-star-empty:before {
    content: '\40';
}
.icon-star-2:before {
    content: '\41';
}
.icon-featured:before,
.icon-star:before {
    content: '\42';
}
.icon-calendar:before {
    content: '\43';
}
.icon-calendar-2:before {
    content: '\44';
}
.icon-question-sign:before,
.icon-help:before {
    content: '\45';
}
.icon-support:before {
    content: '\46';
}
.icon-pending:before,
.icon-warning:before {
    content: '\48';
}
.icon-publish:before,
.icon-save:before,
.icon-ok:before,
.icon-checkmark:before {
    content: '\47';
}
.icon-unpublish:before,
.icon-cancel:before {
    content: '\4a';
}
.icon-eye-close:before,
.icon-minus:before {
    content: '\4b';
}
.icon-purge:before,
.icon-trash:before {
    content: '\4c';
}
.icon-envelope:before,
.icon-mail:before {
    content: '\4d';
}
.icon-mail-2:before {
    content: '\4e';
}
.icon-unarchive:before,
.icon-drawer:before {
    content: '\4f';
}
.icon-archive:before,
.icon-drawer-2:before {
    content: '\50';
}
.icon-box-add:before {
    content: '\51';
}
.icon-box-remove:before {
    content: '\52';
}
.icon-search:before {
    content: '\53';
}
.icon-filter:before {
    content: '\54';
}
.icon-camera:before {
    content: '\55';
}
.icon-play:before {
    content: '\56';
}
.icon-music:before {
    content: '\57';
}
.icon-grid-view:before {
    content: '\58';
}
.icon-grid-view-2:before {
    content: '\59';
}
.icon-menu:before {
    content: '\5a';
}
.icon-thumbs-up:before {
    content: '\5b';
}
.icon-thumbs-down:before {
    content: '\5c';
}
.icon-delete:before,
.icon-remove:before,
.icon-cancel-2:before {
    content: '\49';
}
.icon-save-new:before,
.icon-plus-2:before {
    content: '\5d';
}
.icon-ban-circle:before,
.icon-minus-sign:before,
.icon-minus-2:before {
    content: '\5e';
}
.icon-key:before {
    content: '\5f';
}
.icon-quote:before {
    content: '\60';
}
.icon-quote-2:before {
    content: '\61';
}
.icon-database:before {
    content: '\62';
}
.icon-location:before {
    content: '\63';
}
.icon-zoom-in:before {
    content: '\64';
}
.icon-zoom-out:before {
    content: '\65';
}
.icon-expand:before {
    content: '\66';
}
.icon-contract:before {
    content: '\67';
}
.icon-expand-2:before {
    content: '\68';
}
.icon-contract-2:before {
    content: '\69';
}
.icon-health:before {
    content: '\6a';
}
.icon-wand:before {
    content: '\6b';
}
.icon-unblock:before,
.icon-refresh:before {
    content: '\6c';
}
.icon-vcard:before {
    content: '\6d';
}
.icon-clock:before {
    content: '\6e';
}
.icon-compass:before {
    content: '\6f';
}
.icon-address:before {
    content: '\70';
}
.icon-feed:before {
    content: '\71';
}
.icon-flag-2:before {
    content: '\72';
}
.icon-pin:before {
    content: '\73';
}
.icon-lamp:before {
    content: '\74';
}
.icon-chart:before {
    content: '\75';
}
.icon-bars:before {
    content: '\76';
}
.icon-pie:before {
    content: '\77';
}
.icon-dashboard:before {
    content: '\78';
}
.icon-lightning:before {
    content: '\79';
}
.icon-move:before {
    content: '\7a';
}
.icon-next:before {
    content: '\7b';
}
.icon-previous:before {
    content: '\7c';
}
.icon-first:before {
    content: '\7d';
}
.icon-last:before {
    content: '\e000';
}
.icon-loop:before {
    content: '\e001';
}
.icon-shuffle:before {
    content: '\e002';
}
.icon-arrow-first:before {
    content: '\e003';
}
.icon-arrow-last:before {
    content: '\e004';
}
.icon-chevron-up:before,
.icon-uparrow:before,
.icon-arrow-up:before {
    content: '\e005';
}
.icon-chevron-right:before,
.icon-arrow-right:before {
    content: '\e006';
}
.icon-chevron-down:before,
.icon-downarrow:before,
.icon-arrow-down:before {
    content: '\e007';
}
.icon-chevron-left:before,
.icon-arrow-left:before {
    content: '\e008';
}
.icon-arrow-up-2:before {
    content: '\e009';
}
.icon-arrow-right-2:before {
    content: '\e00a';
}
.icon-download:before,
.icon-arrow-down-2:before {
    content: '\e00b';
}
.icon-arrow-left-2:before {
    content: '\e00c';
}
.icon-play-2:before {
    content: '\e00d';
}
.icon-menu-2:before {
    content: '\e00e';
}
.icon-arrow-up-3:before {
    content: '\e00f';
}
.icon-arrow-right-3:before {
    content: '\e010';
}
.icon-arrow-down-3:before {
    content: '\e011';
}
.icon-arrow-left-3:before {
    content: '\e012';
}
.icon-print:before,
.icon-printer:before {
    content: '\e013';
}
.icon-color-palette:before {
    content: '\e014';
}
.icon-camera-2:before {
    content: '\e015';
}
.icon-file:before {
    content: '\e016';
}
.icon-file-remove:before {
    content: '\e017';
}
.icon-save-copy:before,
.icon-copy:before {
    content: '\e018';
}
.icon-cart:before {
    content: '\e019';
}
.icon-basket:before {
    content: '\e01a';
}
.icon-broadcast:before {
    content: '\e01b';
}
.icon-screen:before {
    content: '\e01c';
}
.icon-tablet:before {
    content: '\e01d';
}
.icon-mobile:before {
    content: '\e01e';
}
.icon-users:before {
    content: '\e01f';
}
.icon-briefcase:before {
    content: '\e020';
}
.icon-download:before {
    content: '\e021';
}
.icon-upload:before {
    content: '\e022';
}
.icon-bookmark:before {
    content: '\e023';
}
.icon-out-2:before {
    content: '\e024';
}

/* article info */

dl.article-info {
    display:inline-block;
    width:80%;
    margin:0 0 10px;
    padding:4px 3px 3px;
    font-size:12px;
}

dl.article-info dt.article-info-term {
    display:none;
}

dl.article-info dd {
    display:inline-block;
    padding:0 5px;
    margin:0;
    border-right:1px solid #ccc;
}

dl.article-info dd:first-of-type {
    padding:0 5px 0 0;
}

dl.article-info dd:last-child {
    border:0;
}

/* print/email drop-down */

.items-leading .icons,
.items-row .icons {
    float:right;
    width:15%;
}

.dropdown-menu li a span {
    padding:0 10px;
    background-image:none !important;
}

.dropdown-menu li a span:before {
    margin-left:-10px;
}

/* pagination */

.pagination ul {
    margin:0;
}

.pagination p.counter {
    margin:0;
}

/* pager */

.pager li a {
    border-radius:0;
}

/* tags */

ul.tags.inline {
    margin:0;
    padding:15px 0;
    list-style:none;
}

ul.tags.inline li {
    display:inline-block;
    border:1px solid #ccc;
    padding:0;
    border-radius:4px;
    line-height:11px;
}

ul.tags.inline li:hover {
    background:#f5f5f5;
}

ul.tags.inline li a.label {
    background:none;
    text-shadow:none;
    color:inherit;
    padding:5px;
    font-size:11px;
    line-height:11px;
}

.items-leading ul.tags.inline,
.items-row ul.tags.inline {
    padding:0;
}

/* rating */

.content_rating {
    display:inline-block;
    width: 50%;
    margin:0 0 10px;
}

.content_vote {
    display:inline-block;
    width: 50%;
    margin:0 0 10px;
    text-align:right;
}

.content_vote select {
    width:80px;
    font-size:10.5px;
    height:23px;
}

/* blog */

.items-more ol.nav {
    margin:0;
}

.items-more ol.nav li a {
    border:0;
    padding:5px 0;
}

.items-more ol.nav li a:hover,
.items-more ol.nav li a:focus {
    background:none;
}

/* category */

ul.category {
    margin:0;
    padding:0;
    list-style:none;
}

ul.category li {
    padding:10px 0;
}

ul.category li .list-title {
    font-size:18px;
}

/* contact form */

.contact-form legend {
    border: 0;
    font-size:18px;
}

.contact-form .well {
    box-shadow:none;
    background:transparent;
    border:0;
}

.contact-form textarea {
    width:auto;
}

.contact .jicons-icons img {
    display:none;
}

dl.contact-address dt .jicons-icons::before,
.contact-miscinfo dl dt .jicons-icons::before {
    content:'\f041';
    display: block;
    float: right;
    width:20px;
    height:20px;
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    font-size:1.2em;
    text-align:center;
}

dl.contact-address dt:nth-of-type(2) .jicons-icons::before {
    content:'\f095';
}

dl.contact-address dt:nth-of-type(3) .jicons-icons::before {
    content:'\f10b';
}

.contact-miscinfo dl dt .jicons-icons::before {
    content:'\f05a';
}

@media (max-width: 767px) {

    .contact-form legend {
        padding:0;
    }

    .contact-form .form-horizontal .control-label {
        float: none;
        width: 100%;
        text-align:inherit;
    }

    .contact-form .form-horizontal .controls {
        margin: 0;
    }

    .contact-form .form-horizontal .controls input,
    .contact-form .form-horizontal .controls textarea {
        width: 98%;
        padding: 1%;
    }

}

/* search form */

.search legend {
    border:0;
    padding:15px 0 0 0;
}

.search-results .result-title {
    margin-top:15px;
    font-size:18px;
}

/* search module */

input.search-query {
    border-radius:0;
}

/* user */

.registration legend,
.profile-edit legend {
    border:0;
    font-size:18px;
}


/* Custom user code */

blockquote {
	font-size: 1.5em;
}

button, button.btn, a.btn, button.btn-primary, p.readmore a, a.readmore, input.button, .btn-primary, .btn-warning {
	background: #b9a981;
	border: 0;
	border-radius: 0;
	color: #fff;
	font-weight: 400;
	padding: 10px 20px;
	transition: all 0.3s;
}

button:hover, button.btn:hover, button.btn-primary:hover, button:active, button.btn:active, button.btn-primary:active, button:focus, button.btn:focus, button.btn-primary:focus, p.readmore a:hover, p.readmore a:focus, a.readmore:hover, a.readmore:focus, .btn:hover, input.button:hover, .btn-primary:hover, .btn-warning:hover {
	background: #666;
	color: #fff;
	transition: all 0.3s;
}

.btn:hover, .btn:focus {
	background-position: 0 0;
}

textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input {
	border-radius: 0;
	padding: 11px;
}

.sparky_home dl.article-info {
	padding-left: 15px;
	padding-right: 15px;
	text-transform: uppercase;
	color:#ccc;
	letter-spacing: 2px;
}

.heading {
	font-size: 20px;
}

ul.checklist li:before {
    color: #58b75d;
}

.item-page-thin {
	max-width: 800px;
	margin: 0 auto;
}

h2.row_heading {
    font-size: 40px;
    line-height: 1.4;
    padding: 15px 0px;
    margin: 0px;
    font-weight: 400;
    text-align: center;
}

h3.row_subheading {
    max-width: 700px;
    margin: 0 auto;
    padding-top: 0;
    color: #777777;
    font-size: 16px;
    line-height: 1.6;
    font-weight: 400;
}

/* logorow */

.sparky_logo {
	line-height: 1.4;
}

.logorow ul.menu > li > a, ul.menu > li > span {
	text-transform: uppercase;
}

.mp_top1, .mp_top2 {
	line-height: 30px;
}

.mp_top2 i {
	cursor: pointer;
}

.mp_top2 i:hover {
	color: #b9a981;
}

.mp_topmenu {
	padding-top: 0;
	padding-bottom: 0;
}

/* carouselrow */

.carouselrow {
	text-align: center;
	border-top: 1px solid #ded4ba;
}

.carouselrow .sparky_container {
	margin-top: -1px;
    margin-bottom: -1px;
}

.carouselrow h2 {
	text-align: center;
	line-height: 1;
    padding-bottom: 0;
}

.carouselrow h4 {
	font-family: 'Dancing Script', cursive;
	font-size: 28px;
	text-align: center;
	color: #b9a981;
	padding-top: 0;
}

.carouselrow p {
	margin: 0;
}

.carouselrow .sparky_cell {
	padding: 0;
}

.hot_swipe_carousel_slides .contents {
    bottom: 0;
    border-bottom: 1px solid #ded4ba;
    padding-bottom: 50px !important;
}

.hot_swipe_carousel_slides .contents::before {
	content:"";
	width: 20px;
	height: 20px;
	display: block;
	position: absolute;
	background: #b9a981;
	margin-top: -50px;
	margin-left: 200px;
	transform: rotate(45deg);
}

.hot_swipe_carousel_slides .flickity-page-dots {
	width: 40px;
    right: 15px;
}

.hot_swipe_carousel_slides .flickity-page-dots .dot,
.hot_swipe_carousel_slides .flickity-page-dots .dot.is-selected {
	display: block;
    margin-bottom: 5px;
	width: 20px;
	height: 20px;
	border-radius: 3px;
}


/* breadcrumbsrow */

.breadcrumbsrow .sparky_cell {
	padding: 10px 15px;
}

.breadcrumbsrow .breadcrumb {
	margin: 0;
	padding: 0;
}


/* userrow */

.userrow {
	border-top: 1px solid #ded4ba;
	border-bottom: 1px solid #ded4ba;
	text-align: center;
}

.userrow .sparky_container {
	padding: 0 99px;
	display: flex;
	flex-wrap: wrap;
}

.userrow .sparky_cell {
	border-left: 1px solid #ded4ba;
	padding: 50px 15px;
}

.userrow .sparky_cell:last-child {
	border-right: 1px solid #ded4ba;
}

.userrow h3 {
	text-align: center;
	font-size: 18px;
}

.userrow p {
	margin: 0;
}

.userrow span {
	display: inline-block;
	padding: 10px;
	background: #b9a981;
}


/* userrow2 */

.userrow2 {
}

.userrow2 .sparky_container {
	margin-top: -1px;
}

.userrow2 .sparky_cell {
	padding: 0;
}

.hot_swipe_carousel_slides_2 img {
	width: 50% !important;
}

.hot_swipe_carousel_slides_2 .contents {
    bottom: 0;
    margin: 1px;
}

.hot_swipe_carousel_slides_2 .contents h2 {
	max-width: 300px;
	line-height: 1.2;
}

.hot_swipe_carousel_slides_2 .flickity-page-dots {
	width: 40px;
    left: 15px;
}

.hot_swipe_carousel_slides_2 .flickity-page-dots .dot,
.hot_swipe_carousel_slides_2 .flickity-page-dots .dot.is-selected {
	display: block;
    margin-bottom: 5px;
	width: 20px;
	height: 20px;
	border-radius: 3px;
}


/* guestbookrow */

.guestbookrow {
	margin-bottom: -1px;
}

.guestbookrow .sparky_container {
	display: flex;
	flex-wrap: wrap;
}

.mp_advert1 {
	padding-left: 100px;
	padding-right: 40px;
}

.mp_advert2 {
	background: #b9a981;
	color: #fff;
	padding-left: 40px;
	padding-right: 100px;
}

.mp_advert2 h3 {
	color: #fff;
}

.guestbookrow h3 {
	border-bottom: 1px solid #ded4ba;
}

.guestbookrow ul.latestnews {
	margin:0;
	padding: 0;
	list-style: none;
}

.guestbookrow ul.latestnews li {
	margin:20px 0;
	padding: 0;
}

.guestbookrow .latest_news_image {
	max-width: 150px;
	float: left;
    margin-right: 30px;
}

.guestbookrow ul.latestnews h4 {
	padding: 0 0 10px;
    line-height: 1;
}

.guestbookrow .article-info {
	color: #ccc;
	font-size: 12px;
}

.guestbookrow .mp_advert2 .newsflash {
	margin: 50px 0 0 70px;
}

.guestbookrow .mp_advert2 .newsflash::before {
	content:"\f10d";
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	color: #ded4ba;
	font-size: 40px;
	position: absolute;
	margin: -15px 0 0 -70px;
}

.guestbookrow .mp_advert2 img {
	float: right;
	max-width: 120px;
    border: 1px solid #ded4ba;
    padding: 5px;
    margin: 0 0 50px 50px;
}


/* contentrow */

.contentrow {
	border-top: 1px solid #ded4ba;
}

.sparky_home .contentrow .content_sparky {
	padding: 40px 0 0 0;
}

.sparky_inner .contentrow .sparky_container {
	display: flex;
	flex-wrap: wrap;
}

.sparky_inner .contentrow .sparky_cell {
	border-left: 1px solid #ded4ba;
	padding: 40px;
}

.sparky_inner .contentrow .sparky_cell:last-child {
	border-right: 1px solid #ded4ba;
}

.sparky_inner .item-image {
	margin-left: -41px;
    margin-right: -41px;
    margin-top: -41px;
    position: relative;
}

.sparky_inner .item-image ~ .page-header {
	position: absolute;
    margin-top: -108px;
    background: #fff;
    padding: 0 30px;
    max-width: 810px;
}

.sparky_inner .page-header h1 {
	font-size: 48px;
}

.sparky_inner .page-header h2 {
	padding: 30px 0;
	line-height: 1;
}

.sparky_inner .page-header h2 a {
	padding: 0;
	line-height: 1;
}

.sparky_inner .item-image ~ [itemProp="articleBody"], .sparky_inner .item .item-image ~ .intro_text {
	padding-top: 50px;
}

.sparky_inner .item {
	padding-bottom: 70px;
}

.sparky_inner .items-row:last-child .item {
	padding-bottom: 0;
}

.abovecontent {
	padding: 0 0 50px 0;
}

.abovecontent, .abovecontent h3 {
	text-align: center;
}

.abovecontent p {
	max-width: 700px;
	margin: 0 auto;
}

#nav-arrows.nav-arrows {
	text-align: initial;
}

.sb-description h3 {
	padding: 15px 0;
}

.sb-description h3 span {
	color: initial;
}

.blog-featured .items-row {
	padding-bottom: 0;
}

.blog-featured .items-row.cols-3 .item {
	width: 33.3333333%;
	margin: 0;
	border-left: 1px solid #ded4ba;
	padding: 0 30px 50px;
}

.blog-featured .items-row.cols-4 .item {
	width: 25%;
	margin: 0;
	border-left: 1px solid #ded4ba;
	padding: 0 30px 50px;
}

.blog-featured .items-row .item:last-child {
	border-right: 1px solid #ded4ba;
}

.blog-featured .item-image {
	margin-left: -31px;
	margin-right: -31px;
}

.sparky_home .items-row {
	text-align: center;
	display: flex;
	flex-wrap: wrap;
}

.sparky_home .items-row h2 {
	margin-top: 15px;
	text-align: center;
}

.sparky_home .items-row h2, .sparky_home .items-row h2 a {
	font-size: 22px;
	font-weight: 400;
	padding-bottom: 0;
	transition: all 0.3s;
}

.sparky_home .items-row h2 a {
	padding-top: 0;
}

.sparky_home .items-row h2 a:hover {
	color: #B9A981;
	transition: all 0.3s;
}

.contentrow .item-page li {
	line-height: 1.6;
}

.item-image img {
	width: 100%;
}


/* maprow */

.maprow .sparky_cell {
	padding: 0;
}


/* bottomrow */

.bottomrow {
	color: #6f7580;
	font-size: 14px;
	border-top: 1px solid #ded4ba;
}

.bottomrow .sparky_container {
	display: flex;
	flex-wrap: wrap;
	background: #2F3646;
	border-bottom: 1px solid #484e59;
}

.bottomrow .sparky_cell {
	padding: 40px;
}

.bottomrow h3 {
	color: #aab3c6;
	font-size: 18px;
	padding-bottom: 30px;
}

.bottomrow h4 {
	color: #aab3c6;
	font-size: 18px;
}

.bottomrow hr {
	border-top: 1px solid #484e59;
    border-bottom: 0;
    margin-top: 40px;
}

.bottomrow i {
	display: inline-block;
	width: 35px;
	line-height: 35px;
	margin-right: 5px;
	font-size: 18px;
	background:#6f7580;
	color: #fff;
	text-align: center;
}

.bottomrow i:hover {
	color: #b9a981;
}

.bottomrow .mp_bottom2 {
	padding: 0;
}


/* copyrightrow */

.copyrightrow {
    color: #6f7580;
    font-size: 12px;
}

.copyrightrow .sparky_container {
	background: #2F3646;
}

.copyrightrow .sparky_cell {
	padding: 40px;
}

.copyrightrow a {
	color: #aab3c6;
	font-weight: 400;
}

.copyrightrow a:hover {
	color: #fff;
}

.copyrightrow p {
	margin: 0;
}


/* searchrow */

.searchrow {
	position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0;
    background: #fff;
    transition: all .3s;
    z-index: -1;
}

.searchrow h3 {
	font-size: 16px;
	text-transform: uppercase;
	font-weight: 600;
	color: #5a7281;
}

.searchrow i {
	font-size: 18px;
	cursor: pointer;
	margin-bottom: 50px;
}

.searchrow i:hover {
	color: #b9a981;
}

.searchrow input.inputbox {
	-webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;

	border:0;
	-webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    border-bottom: 1px solid #666;
    width: 80%;
    height: 60px;
    line-height: 60px;
    padding-left: 0;
    padding-right: 0;
    margin-top: 30px;
    font-size: 50px;
    color: #333;
    font-weight: 300;
}

#searchForm .icon-search {
	margin: 0 10px;
}

dl.search-results dt.result-title {
	padding-top: 30px;
	margin: 0 -10px;
}

dl.search-results dd.result-text {
	padding: 15px 0;
}


/* team page */

.contentrow .sparky_container.team {
	width: 100%;
}

.contentrow .sparky_container.team .sparky_cell {
	border:0;
	padding-left: 15px;
	padding-right: 15px;
}

.contentrow .team, .meet-the-team h1 {
	text-align:center;
}

.contentrow .team p.name {
	text-transform: uppercase;
	font-size: 20px;
}

.team img {
	margin-left: -15px;
	margin-right: -15px;
}

.team_position {
	display: block;
	font-size: 13px;
	text-transform: none;
	color: #ccc;
	font-weight: 400;
	text-transform: uppercase;
	letter-spacing: 2px;
}

.contentrow .team i {
    font-style: normal;
    margin: 0 10px;
}


/* pricing page */

.sparky_container.pricing {
	text-align: center;
	width: 100%;
}

.sparky_container.pricing .sparky_cell {
	border:0 !important;
	padding: 40px 0;
}

.pricing-page [itemprop="articleBody"] {
	margin: 0 -41px;
}

.pricing-page h1, .pricing-page .heading {
	text-align: center;
	margin: 0 10%;
}

.sparky_container.pricing .plan {
	border: 1px solid #ded4ba;
	padding: 50px 0 30px;
	margin: 0;
}

.sparky_container.pricing .sparky_cell:first-child .plan {
	border-right: 0;
}

.sparky_container.pricing .sparky_cell:last-child .plan {
	border-left: 0;
}

.plan_name {
	text-transform: uppercase;
	font-weight: 700;
}

.plan_price {
	font-size: 48px;
	font-weight: 700;
	margin-bottom: 0;
	color: #333;
}

.sparky_container.pricing ul {
	margin: 50px 0 50px;
	padding: 0;
	list-style: none;
	min-height: 160px;
}

.sparky_container.pricing li::before {
	content:"\f00c";
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
	display: inline-block;
	margin: 0 10px;
	color: #58b75d;
}

.sparky_container.pricing .plan.recommended {
	background: #b9a981;
	border: 0;
	padding: 48px 0 30px;
}

.sparky_container.pricing .plan.recommended,
.sparky_container.pricing .plan.recommended .plan_name,
.sparky_container.pricing .plan.recommended .plan_price,
.sparky_container.pricing .plan.recommended li::before {
	color: #fff;
}

.sparky_container.pricing .plan.recommended a.btn {
	color: #b9a981;
	border:2px solid #b9a981;
	background: #fff;
}

.sparky_container.pricing .plan.recommended a.btn:hover {
	border:2px solid #666;
	background: #666;
	color: #fff;
}


/* contact page */

.dl-horizontal dt, .dl-horizontal dd {
	margin-bottom: 10px;
}

.contact .accordion-group {
	background: #fff;
}

.contact .contact-form label {
	line-height: 35px;
}


/* 404 page */

.sparky_container.page404 {
	width: 100%;
}

.sparky_container.page404 .sparky_cell {
	border:0 !important;
}

.page404 h1 {
	font-size: 250px;
	color: #ccc;
	line-height: 1;
	padding-top: 0;
	font-weight: 700;
}

.page404 h2 {
	line-height: 1;
}

.page404 .inputbox {
    border: 0;
    background: #eee;
    margin-bottom: 0;
}


/* coming soon page */

.soon {
	font-size: 18px;
}

.contentrow .soon.sparky_container {
	width: 100%;
}

.contentrow .soon .sparky_cell {
	border:0 !important;
}

.soon h1 {
	text-align: left;
}

#mc_embed_signup {
	clear:left;
	width:100%;
}

.soon .email {
    border: 0;
    background: #eee;
    float: left;
    padding: 9px;
}

.soon .button {
	float: left;
	margin-left: 10px;
	padding: 8px 20px;
}

.soon .terms {
	font-size: 14px;
	color: #999;
	margin-top: 15px;
}

/* faq page */

.accordion.faq {
	margin: 50px 0 30px;
}

.accordion.faq .accordion-group {
	background: #fff;
}

.accordion.faq .accordion-heading {
	font-size: 18px;
    padding: 0 15px;
}

.accordion.faq .accordion-heading a {
	font-size: 16px;
	font-weight: 600;
	text-transform: uppercase;
    line-height: 1.5;
}

.accordion.faq .accordion-heading::before {
	content: "\f059";
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	display: block;
    float: left;
    line-height: 40px;
    margin: 0 15px;
    color: #999;
}

.accordion-group:hover .accordion-heading::before {
	color: #333;
}

.accordion.faq .accordion-inner {
	padding: 30px 30px 30px 60px;
}

.item-page .accordion.faq a:after {
    display: none;
}


/* blog pages */

.blog .items-row {
	padding: 0;
}


ul.tags.inline li {
	border: 0;
    text-transform: uppercase;
}

ul.tags.inline li a.label {
	color: #333;
	background: #f6f6f6;
    border-radius: 3px;
    padding: 10px 15px;
    display: inline-block;
    font-weight: 400;
}

ul.tags.inline li a.label:hover {
	color: #b9a981;
}

.tagspopular ul li {
	background: #f6f6f6;
	border-radius: 3px;
	display: inline-block;
    padding: 5px 15px;
    text-transform: uppercase;
}

.tagspopular ul li a {
	font-size: 11px;
}

.mp_right h3 {
	line-height: 1;
}

.mp_right ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.mp_right li {
	margin: 0;
	padding: 0 0 15px;
}

.mp_right li a {
	color: #333;
}

.mp_right .mod-articles-category-title {
	font-size: 18px;
}

.mp_right li a:hover {
	color: #b9a981;
}

.mp_right li strong {
	font-weight: 400;
}

.mod-articles-category-title {
	display: block;
}

.mod-articles-category-writtenby,
.mod-articles-category-date {
	display:block;
	font-size: 13px;
	text-transform: uppercase;
    color: #ccc;
    letter-spacing: 2px;
    padding-bottom: 15px;
}

dl.article-info {
	color: #ccc;
	text-transform: uppercase;
	letter-spacing: 2px;
}

.item-page dl.article-info {
	padding: 30px 0;
}

dl.article-info dd {
    padding: 0 15px;
}

.mp_right .newsflash img {
	border: 1px solid #ded4ba;
    padding: 5px;
}

/* tags pages */

.tag-category .inputbox {
    border: 0;
    background: #eee;
    margin: 0 15px 0 0;
}

.tag-category button {
	margin: 0 15px 0 0;
}

/* search page */

.search #searchForm .inputbox {
    border: 0;
    background: #eee;
}

.search-results .result-title {
	font-size: 32px;
    line-height: 1.4;
}

.search-results dd {
	margin-left: 35px;
	margin-right: 35px;
}

.search-results .result-category {
	text-transform: uppercase;
    font-weight: 700;
}


/* responsive */

.nav-toggle {
	margin-top: 40px;
	position: relative;
	z-index: 1;
}

.nav-collapse.opened > ul {
	padding-top: 0;
}

.nav-collapse.opened li a {
	height: auto;
}

.nav-collapse.opened > ul ul li {
    padding-left: 15px;
    padding-right: 15px;
}


@media (max-width:1230px) {

	.logorow nav:not(.opened) ul.menu {
		opacity: 0;
	}

	.hot_swipe_carousel_slides .contents {
	    left: 100px !important;
	    width: 578px !important;
	}

	.hot_swipe_carousel_slides .contents::before {
		margin-left: 240px;
	}

	.hot_swipe_carousel_slides_2 .contents h2 {
	    font-size: 24px !important;
	}

	.hot_swipe_carousel_slides_2 .contents {
	    padding: 15px 40px !important;
	}

	.guestbookrow .latest_news_image {
		margin-bottom: 30px;
	}

	.sparky_inner .item-image ~ .page-header {
	    max-width: 640px;
	}

	.page404 h1 {
		font-size: 200px;
	}

}


@media (max-width:991px) {

	.one .mp_logo {
		width: 30% !important;
	}

	.one .mp_top1 {
		width: 40% !important;
	}

	.one .mp_topmenu {
		width: 15% !important;
	}

	.one .mp_top2 {
		width: 15% !important;
	}

	.carouselrow .sparky_container {
		width: 100%;
	}

	.hot_swipe_carousel_slides .contents {
		width: 690px !important;
		left:0 !important;
		right:0 !important;
		margin-left:auto;
		margin-right:auto;
	}

	.hot_swipe_carousel_slides .contents::before {
	    margin-left: 295px;
	}

	.hot_swipe_carousel_slides_2 img {
	    width: 100% !important;
	}

	.hot_swipe_carousel_slides_2 .contents {
		width: 100% !important;
		left: 0 !important;
		bottom: 0 !important;
		top: auto !important;
		position: relative !important;
	}

	.hot_swipe_carousel_slides_2 .flickity-page-dots {
	    left: 20px;
	    top: 30px;
	}

	.userrow .sparky_container {
		padding: 0 30px;
	}

	.userrow .sparky_cell {
	    width: 50%;
	}

	.mp_user1, .mp_user2 {
		border-bottom: 1px solid #ded4ba;
	}

	.mp_user2 {
		border-right: 1px solid #ded4ba;
	}

	.mp_advert1, .mp_advert2 {
		padding: 15px 40px;
	}

	.guestbookrow .latest_news_image {
	    margin-right: 0;
	    max-width: 100%;
    	float: none;
	}

	.guestbookrow .mp_advert2 img {
		margin-left: 0;
		max-width: 100%;
    	float: none;
	}

	.blog-featured .items-row.cols-4 .item {
	    width: 49.9%;
	}

	.blog-featured .items-row.cols-4 .column-2 {
		border-right: 1px solid #ded4ba;
	}

	.sparky_inner .page-header {
	    position: relative !important;
	    margin-top: 0 !important;
	    padding: 0 !important;
	}

	.sparky_inner [itemProp="articleBody"], .sparky_inner .item .intro_text {
		padding-top: 0 !important;
	}

	.contentrow .sparky_container.team .sparky_cell {
		width: 50%;
	}

	#responsivelightbox img {
		max-width: 230px;
	}

	.soon h1 {
	    font-size: 48px;
	}

	.soon .button {
	    margin-left: 0;
	}

	.page404 h1 {
	    font-size: 150px;
	}

	.page404 h2 {
	    font-size: 36px;
	}

}

@media (max-width:768px) {

	.hot_swipe_carousel_slides .contents {
		width: 100% !important;
		left: 0 !important;
		bottom: 0 !important;
		top: auto !important;
		position: relative !important;
	}

	.hot_swipe_carousel_slides .contents::before {
	    margin-left: calc(50% - 50px);
	}

	.contact-form textarea {
	    width: 206px;
	}

	.dl-horizontal dt {
		width: 30px;
	}

	.dl-horizontal dd {
	    margin-left: 50px;
	}

}


@media (max-width:767px) {

	h1 {
		font-size: 48px;
	}

	h2, h2 a {
	    font-size: 36px;
	}

	.userrow .sparky_cell {
	    border-right: 1px solid #ded4ba;
	    border-bottom: 1px solid #ded4ba;
	}

	.userrow .sparky_cell:last-child {
	    border-bottom: 0;
	}

	.guestbookrow .mp_advert2 img {
	    margin: 0 0 15px 0;
	}

	.copyrightrow .sparky_cell {
		text-align: center;
		padding: 15px;
	}

	.copyrightrow .sparky_cell:first-child {
		padding-bottom: 0;
	}

	ul.mnu_bottommenu {
	    text-align: center;
	}

}

@media (max-width:680px) {

	img.img_right, img.img_left {
	    float: none;
	    width: 100%;
	    margin: 0 0 30px 0;
	}

}

@media (max-width:530px) {

	.one .mp_logo {
		width: 40% !important;
		padding-top: 15px;
		padding-bottom: 0;
	}

	.one .mp_top1 {
		width: 60% !important;
		text-align: right;
		padding-top: 15px;
		padding-bottom: 0;
	}

	.one .mp_topmenu {
		width: 50% !important;
		padding-top: 15px;
		padding-bottom: 15px;
	}

	.one .mp_top2 {
		width: 50% !important;
		text-align: right;
		padding-top: 15px;
		padding-bottom: 15px;
	}

	.nav-toggle {
		float: left;
		margin-top: 0;
	}

	.sparky_logo {
		text-align: left;
	}

	.blog-featured .items-row.cols-4 .item {
	    width: 100%;
	}

	.searchrow input.inputbox {
		font-size: 24px;
	}

}


/* For DEMO purposes only. Can be safely deleted */

.sparky_settings {
	position: fixed;
	z-index: 9999;
    top: 40%;
    padding: 10px;
    background: #ccc;
    border-radius: 0 32px 32px 0;
    cursor: pointer;
    line-height: 1.4;
}

.sparky_settings:hover {
	background: #000;
}

.settings_content {
	display: none;
	float: left;
	padding-right: 30px;
}

.settings_content span {
	display: inline-block;
	width: 38px;
	height: 38px;
	border:3px solid #fff;
	border-radius: 19px;
}

.settings_content span:hover {
	border:3px solid #ccc;
}

.settings_content span.style1 {
	background: #b9a981;
}

.settings_content span.style2 {
	background: #8cb981;
}

.settings_content span.style3 {
	background: #81b8b9;
}

.settings_cog {
	float: left;
}

.sparky_settings i {
	font-size: 40px;
	color: #fff;
}

.sparky_settings:hover i {
	-webkit-animation:spin 4s linear infinite;
    -moz-animation:spin 4s linear infinite;
    animation:spin 4s linear infinite;
}

@-moz-keyframes spin {
	100% { -moz-transform: rotate(360deg); }
}
@-webkit-keyframes spin {
	100% { -webkit-transform: rotate(360deg); }
}
@keyframes spin {
	100% { -webkit-transform: rotate(360deg); transform:rotate(360deg); }
}


/*  GEAN CSS */


div.sparky_cell.mp_logo.sparkle2 {
  padding-left: 0px;
  padding-right: 0px;
  padding-top: 20px;
  padding-bottom: 0px;
}

.icon-calendar {
  height: 23px;
}


.mp_topmenuit {
	padding-top: 0;
	padding-bottom: 0;
}


@media (max-width:991px) {


	.one .mp_topmenuit {
		width: 15% !important;
	}


@media (max-width:530px) {


	.one .mp_topmenuit {
		width: 50% !important;
		padding-top: 15px;
		padding-bottom: 15px;
	}

