html {
  	overflow-x: hidden;
}

body {
    overflow-x: hidden;
  	width:100vw;
}

h1 {
    text-transform: uppercase;
    letter-spacing: 5px;
}

h2 {
    text-transform: uppercase;
    letter-spacing: 4px;
}

h3 {
    text-transform: uppercase;
    letter-spacing: 3px;
}

h4 {
    text-transform: uppercase;
    letter-spacing: 3px;
}

code, .popover, .popover * {
    color: #333;
}

button, button.btn, button.btn-primary, input.button, a.btn, p.readmore a {
    background: transparent;
    background-color: none;
    border: 2px solid #d6a15b;
    border-radius: 0;
    color: #d6a15b;
    text-transform: uppercase;
    letter-spacing: 3px;
    padding: 10px 30px;
    transition: all 0.3s;
}

button:hover, button.btn:hover, button.btn-primary:hover, input.button:hover, a.btn:hover,
button:active, button.btn:active, button.btn-primary:active, input.button:active, a.btn:active,
button:focus, button.btn:focus, button.btn-primary:focus, input.button:focus, a.btn:focus,
input.btn:hover, input.btn:focus, input.btn:active,
p.readmore a:hover {
    background-color: #d6a15b !important;
    border: 2px solid #d6a15b !important;
    color: #fff !important;
    transition: all 0.3s;
}

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:0;
    border-radius: 0;
    border-bottom: 1px solid #333;
    padding: 10px;
    box-shadow: none;
    box-sizing: border-box;
width: 100%;
}

textarea {
    border-radius: 0 !important;
    border: 1px solid #333 !important;
    padding: 10px;
    margin-bottom: 30px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    box-sizing: border-box;
width: 100%;
}

textarea:focus, input[type="text"]:focus, input[type="password"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="date"]:focus, input[type="month"]:focus, input[type="time"]:focus, input[type="week"]:focus, input[type="number"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="color"]:focus, .uneditable-input:focus, input:focus:invalid:focus, textarea:focus:invalid:focus {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    border-color: #d6a15b !important;
}

.input-group .btn {
  	height: 45px;
}

#contact-form label#jform_spacer-lbl {
 	padding-bottom: 50px; 
}

dl.article-info {
    margin: 0;
}

dl.article-info dd {
    border-right: 0;
}

ul.tags.inline {
    margin-bottom: 15px;
}

ul.tags.inline li {
    opacity: 0.7;
}

ul.tags.inline li:hover {
    background: transparent;
    opacity: 1;
}



/* logorow */

.logorow ul.menu > li > a {
    text-transform: uppercase;
}

@media (min-width: 992px) {
    .logorow.fix_menu ul.menu > li > a, .logorow.fix_menu ul.menu > li > span {
        height: 60px;
        line-height: 60px;
    }
}

.mp_logo {
    letter-spacing: 3px;
    line-height: 80px;
}

.logorow.fix_menu .mp_logo {
    line-height: 60px;
}

.mp_logo span {
    color: #d6a15b;
}

.absoluteposition.logorow {
    position: absolute;
    width: 100%;
    z-index: 1;
}

.logorow.fix_menu {
    position: fixed;
    border-bottom: 1px solid #d6a15b;
    box-shadow: 0px 1px 3px rgba(0,0,0,0.15);
}

.absoluteposition.logorow .sparky_logo {
    color: #fff;
}

.fix_menu.logorow .sparky_logo {
    color: #333;
}

.absoluteposition.logorow ul.menu > li > a {
    color: #fff;
}

.absoluteposition.logorow ul.menu > li > a:hover {
    color: #d6a15b;
}

.fix_menu.logorow ul.menu > li > a {
    color: #333;
}

.logorow.logorowborder {
    border-bottom: 1px solid #d6a15b;
    box-shadow: 0px 1px 5px rgba(0,0,0,0.15);
}


/* content row */

.sparky_cell {
    padding: 0px 15px;
}

.sparky_inner .content_sparky {
    padding-top: 50px;
    padding-bottom: 50px;
}

.content_sparky li {
    line-height: 1.7;
}

.belowcontent {
    padding: 30px 0;
}

.item-image {
    padding-bottom: 15px;
}

dl.article-info {
    padding-bottom: 15px;
}

.page-link {
  	color: #d6a15b;
}

/* content row - layout */

.page_row {
    margin: 50px -15px;
}

.page_container::after {
    content: '';
    display: table;
    clear: both;
}

.page_container > .sparky_cell {
    float: left;
}

.full .sparky_cell {
    padding-left: 0;
  	padding-right: 0;
}

.row_full {
    width: 100vw;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
}

.blog-items .blog-item {
  	padding-bottom: 50px;
}

/* special containers */

.flexcontainer {
    display: flex;
}

.alignleft {
    text-align: left;
}

.aligncenter {
    text-align: center;
}

.alignright {
    text-align: right;
}

.notopbottommargin {
    margin-top: 0;
    margin-bottom: 0;
}

.notopmargin {
    margin-top: 0;
}

.nobottommargin {
    margin-bottom: 0;
}

.notopbottompadding {
    padding-top: 0;
    padding-bottom: 0;
}

.notoppadding {
    padding-top: 0;
}

.nobottompadding {
    padding-bottom: 0;
}

.nopadding {
    padding: 0;
}

.bigpadding {
    padding: 50px !important;
}

/* hero row */

.hero_row {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 600px;
    text-align: center;
    background: url(../images/custom/hero_bg1.jpg) center;
    background-size: cover;
    margin-top: 0;
}

.hero_row h1 {
    display: inline-block;
    border:3px solid #d6a15b;
    color: #fff;
    padding: 10px 20px;
    margin: 0;
}

/* black row */

.black_row {
    background: #222;
    color: #fff;
    text-align: center;
    padding: 30px 0;
}

.black_row h1, .black_row h2, .black_row h3, .black_row h4 {
    color: #fff;
    font-weight: 300;
}

/* colored boxes */

.color1 {
    background: #fedb96;
}

.color2 {
    background: #fec878;
}

.color3 {
    background: #d6a15b;
}

/* team cards */

.view {
    width: 300px;
    height: 450px;
    overflow: hidden;
    position: relative;
    text-align: center;
    cursor: default;
    margin: 0 auto;
}

.view .mask {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    width: 300px;
    height: 450px;
    position: absolute;
    overflow: hidden;
    top: 0;
    left: 0;
    opacity: 0;
    background-color: rgba(214,161,91, 0.8); 
    transition: all 0.4s ease-in-out;
}

.view > img {
    display: block;
    position: relative;
    margin-left: 0;
    margin-right: 0;
    transition: all 0.2s linear;
}

.view img {
    margin-left: 7px;
    margin-right: 7px;
}

.view h3 {
    text-transform: uppercase;
    color: #fff;
    text-align: center;
    position: relative;
    padding: 10px;
    transform: translateY(-100px);
    opacity: 0;
    transition: all 0.2s ease-in-out;
}

.view p {
    position: relative;
    color: #fff;
    padding-left: 30px;
    padding-right: 30px;
    text-align: center;
    transform: translateY(100px);
    opacity: 0;
    transition: all 0.2s linear;
}

.view:hover img { 
    transform: scale(1.1);
} 

.view:hover .mask { 
    opacity: 1;
}

.view:hover h3,
.view:hover p {
    opacity: 1;
    transform: translateY(0px);
}

.view:hover p {
    transition-delay: 0.1s;
}

.view_full, .view_full .mask {
    width: 100%;
    height: 100%;
}

.view_full img {
    margin-left: 0;
    margin-right: 0;
}

/* text styles */

p.big_text {
    color: #d6a15b;
    font-size: 24px;
    font-weight: 400;
    padding: 0 0 30px;
    line-height: 1.4;
}

p.thin {
    max-width: 560px;
    margin: 15px auto;
}

p.headline {
    font-family: Raleway, sans-serif;
    font-size: 18px;
    font-style: italic;
    padding-bottom: 30px;
    margin-top: -15px;
}


/* bottom row */

p.copyright {
    text-align: center;
}

/* simple contact */

.hot_simple_contact .form-group {
    margin-bottom: 30px !important;
}

.hot_simple_contact textarea {
    height: 160px;
    margin-bottom: 0;
}

.hot_simple_contact_submit {
    text-align: right;
}

/* message */

#system-message-container {
    position: fixed;
    z-index: 999;
    bottom: 30px;
    right: 30px;
}

#system-message-container span.info {
    border: 0;
    background: transparent;
    padding: 0;
}

#system-message-container span.info::before {
    float: none;
}

/* pricing page */

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

.page_container.pricing .plan {
    border: 1px solid #fff;
    background: #fff;
    padding: 50px 0 30px;
}

.page_container.pricing .plan_name {
    text-transform: uppercase;
    font-size: 24px;
}

.page_container.pricing .plan_price {
    font-size: 48px;
    font-weight: 700;
    margin-bottom: 0;
}

.page_container.pricing ul {
    margin: 50px 30px;
    padding: 0;
    list-style: none;
    min-height: 150px;
    text-align:center;
}

.page_container.pricing li::before {
    content:"\f00c";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    display: inline-block;
    margin: 0 10px;
    color: #58b75d;
}

.page_container.pricing li.negative::before {
    content:"\f00d";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    display: inline-block;
    margin: 0 10px;
    color: red;
}

.page_container.pricing .plan.recommended {
    border: 1px solid #d6a15b;
    background: #d6a15b;
}

.page_container.pricing .plan.recommended,
.page_container.pricing .plan.recommended .plan_name,
.page_container.pricing .plan.recommended .plan_price,
.page_container.pricing .plan.recommended .plan_term,
.page_container.pricing .plan.recommended li {
    color: #fff;
}

.page_container.pricing .plan a.btn {
    color: #fff;
    background: #d6a15b;
    border: 0;
    padding: 10px 25px;
    font-size: 14px;
    transition: all .3s;
}

.page_container.pricing .plan a.btn:hover {
    text-decoration: none;
    transition: all .3s;
}

.page_container.pricing .plan.recommended a.btn {
    background: #fff;
    color: #d6a15b;
}

/* 404 page */

.page-404 input.inputbox.search-query {
    width: 100%;
}

/* faq page */

.accordion-button:not(.collapsed) {
    color: #d6a15b;
    background-color: #eee;
}

.accordion-button:not(.collapsed):hover {
    border: 0;
}

/* carouselrow */

.carouselrow {
    text-align: center;
}

.carouselrow h3 {
    position: absolute;
    z-index: 1;
    width: 100%;
    margin-top: 30px;
    text-align: center;
    font-size: 36px;
    color: #fff;
    letter-spacing: 4px;
}

.testimonial_name {
    font-family: Raleway, sans-serif;
    font-style: italic;
}

/* bottomrow */

.bottomrow {
    margin: 70px 0 90px;
}

.bottomrow h3 {
    font-size: 36px;
    margin-bottom: 30px;
}

.bottomrow .mp_bottom1 img {
    margin-right: 10px;
}

.bottomrow a {
    color: #333;
}

.bottomrow a:hover {
    color: #d6a15b;
}

/* socialrow */

.socialrow p {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
    min-height: 150px;
}

.socialrow img {
    transition: all 0.3s;
}

.socialrow img:hover {
    transform: scale(1.4);
    transition: all 0.3s;
}

p.social1 {
    background: #3b5998;
    text-align: center;
}

p.social2 {
    background: #55acee;
    text-align: center;
}

p.social3 {
    background: #c32aa3;
    text-align: center;
}

p.social4 {
    background: #007bb5;
    text-align: center;
}

/* copyrightrow */

.copyrightrow {
    background: #333;
    color: #fff;
    padding: 30px;
}

.copyrightrow p.copyright {
    margin: 0;
}

p#back-top {
    margin: 0;
}

#back-top span {
    background: none;
}

#back-top span::after {
    font-family: 'Font Awesome 5 Free';
    font-weight: 700;
    content: "\f077";
    font-size: 32px;
    color: #d6a15b;
}


/* Responsive */

.nav-toggle {
    margin-top: 20px;
}

@media(max-width: 979px) {
	.logorow nav:not(.opened) ul.menu {
		display: none;
	}
}

@media (max-width: 991px) {

    .fix_menu .nav-toggle {
        margin-top: 10px;
    }

    .nav-collapse.opened li {
        padding-bottom: 10px;
    }

    .nav-collapse.opened > li > a {
        line-height: 40px;
        height: 40px;
    }

    .mnu_mainmenu li ul li {
        border-bottom: 0;
        padding-top: 5px;
        padding-bottom: 5px !important;
    }

    .mnu_mainmenu li ul li a {
        padding-left: 30px !important;
        padding-right: 30px !important;
    }

    .mnu_mainmenu li ul li ul li a {
        padding-left: 50px !important;
        padding-right: 50px !important;
    }

    .view, .view .mask, .view > img {
        width: 100%;
        height: 100%;
    }

    .hot_swipe_carousel_slides .contents {
        width: 80% !important;
    }

}

@media (max-width: 767px) {
  
    .page_container > .sparky_cell {
      width: 100%;
      float: none;
      padding-top: 15px;
      padding-bottom: 15px;
  	}

    .flexcontainer {
        flex-direction: column;
    }

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

    .row-fluid .span6 {
        width: 100%;
        margin-left: 0;
        margin-right: 0;
    }

    .carouselrow h3 {
        position: relative;
        color: #333;
    }

    .hot_swipe_carousel_slides .contents {
        width: 90% !important;
        top: 10% !important;
    }

}

@media (max-width: 550px) {

    .hero_row h1 {
        font-size: 36px;
        padding: 10px;
      	margin-right: 15px;
    }

    .hot_swipe_carousel_slides .contents {
        font-size: 12px !important;
        padding: 0 !important;
        top: 0 !important;
    }

    .flickity-page-dots {
        bottom: -30px !important;
    }

    .flickity-page-dots .dot {
        background: #333 !important;
    }

}

*::-ms-backdrop, h1.img-with-animation {
  bottom: -250px !important;
}

/* For DEMO purposes only. Can be safely deleted */

.sparky_settings {
    position: fixed;
    z-index: 9999;
    top: 40%;
    padding: 5px;
    background: #fff;
    cursor: pointer;
    line-height: 1.4;
}

.sparky_settings:hover {
    background: #fff;
}

.settings_content {
    display: none;
    float: left;
    padding-right: 15px;
    height: 28px;
}

.settings_content span {
    display: inline-block;
    width: 28px;
    height: 28px;
    border:3px solid #fff;
    border-radius: 19px;
}

.settings_content span:hover {
    border:3px solid #333;
}

.settings_content span.style1 {
    background: #d6a15b;
}

.settings_content span.style2 {
    background: #50c386;
}

.settings_content span.style3 {
    background: #50c2c3;
}

.settings_content span.style4 {
    background: #ba5fcb;
}

.settings_content span.style5 {
    background: #cb5f80;
}

.settings_cog {
    float: left;
    width: 30px;
    height: 28px;
}

.sparky_settings i {
    font-size: 28px;
    color: #333;
}