/*================= MASTER STYLESHEET =================================

	Project     :	LEAD Page Neal Hribar
	Version     :	1.0
	Last Change : 	3/26/21
	Primary Use :   LEAD HTML Page

=======================================================================*/
/*========================================== LAYOUT ===================================================================

		1.GLOBAL CSS START
		2.NAVIGATION
		3.HEADER-FORM-BG-1
		4.PKG CONTENTS
		5.ORDER-FORM-BG-3
		6.FOOTER - contact Neal

=========================================================================================================*/
/*========================================== COLOR CODES ==============================================


Maroon BG Color	    :#5b0140
	Blue BG Color	    :#003058
	Headings (h1-h6)    :#333333
	SubHeading Color   	:#AE7915 (gold)
	Content Color      	:#1a1a1a
	Link Color			:#AE7915 (gold)

=====================================================================================================*/
/*========================================== TYPOGRAPHY ==============================================
	
	HEADING    :font-family: 'Raleway', Helvathika, Arial sans-serif;
	CONTENT    :font-family: 'Open Sans', Helvathika, Arial sans-serif;

====================================================================================================*/
/*========================================== 1.GLOBAL CSS START ===========================================*/
/* CUSTOM STYLES */

@import url('https://fonts.googleapis.com/css?family=Raleway:300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i');
@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i,800,800i');

#top-nav {background:#5b0140;}
body {
    font-family: 'Open Sans', Helvathika, Arial, sans-serif;
    font-size: 16px;
	
}
a {
    outline: none !important;
    
}
h1,
h2,
h3 {
    margin: 0px;
}
/* elements */

p {
    margin: 0px;
}
h1,
h2,
h3,
h4,
.header-head1 {
    font-family: 'Open Sans', Helvetica, Arial, sans-serif;
}
h1,
h2,
h3,
h4,
.menu-fs,
.header-head1,
.header-head2,
.bgimage-head {
    text-transform: capitalize;
}
h1,
h2,
h3,
h4 {
    color: #333333;
    letter-spacing: 1px;
}
h1 {
    font-size: 34px;
    font-weight: 600;
    line-height: 38px;
    margin-bottom: 40px;
}
h2 {
    font-size: 24px;
    font-weight: 600;
    line-height: 32px;
}
h3 {
    font-size: 20px;
    font-weight: 600;
    line-height: 26px;
}
h4 {
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
}
.h2-bottom {
    margin-bottom: 10px;
}
.h3-bottom {
    margin-bottom: 10px;
}
p {
    color: #1a1a1a;
    font-size: 15px;
    font-weight: 400;
    line-height: 24px;
}
.p-bottom {
    margin-bottom: 13px;
}
a {
    color: #AE7915; text-decoration: underline;
}
a:hover {
    color: #f18900;
    text-decoration: underline;
}
a:visited {
    color: #AE7915; text-decoration: underline;
}
.section-space {
    padding: 60px 0 60px 0;
}
.image-center {
    margin: 0 auto;
}
.image-right {
    margin: 0 0 0 auto;
}
.image-left {
    margin: 0 auto 0 0;
}
.image-radius {
    border-radius: 3px;
}
.center {
    text-align: center;
}
.left {
    text-align: left;
}
.right {
    text-align: right;
}
.btn-1 {
    background-color: #3598db;
    border: 0;
    border-radius: 3px;
    color: #f3f3f3;
    display: inline-block;
    font-size: 15px;
    font-weight: 700;
    padding: 10px 20px 10px 20px;
    letter-spacing: 1px;
    text-transform: uppercase;
    transition: 300ms ease-in;
}
.btn-1:hover {
    background-color: #333333;
}
.btn-ant:hover {
    background-color: #f3f3f3;
    color: #333333;
}
.btn-top {
    margin-top: 30px;
}
.btn-top-1 {
    margin-top: 20px;
}
.btn:hover,
.btn:focus {
    color: #ffffff;
}
.image-bottom {
    margin: 0 0 20px 0;
}
.column-center {
    float: none;
    margin: 0 auto;
}
.no-padding {
    padding: 0;
}
.no-margin {
    margin: 0;
}
.no-fs {
    font-size: 0;
}
.section-bg-1 {
    background-color: #ffffff;
}
.section-bg-2 {
    background-color: #f6f6f6;
}
iframe {
    border: 0px;
}
.white-text,
.white-text h1,
.white-text h2,
.white-text h3,
.white-text h4,
.white-text p,
a.white-text,
a.white-text:visited,
.white-text-separate {
    color: #f3f3f3;
}
a.white-text,
a.white-text:visited {text-decoration:none;}
a.white-text:hover {color: #f18900;
    text-decoration: underline;}
.black-text {
    color: #333;
}

.bgimage-property {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.parallax {
    background-attachment: fixed;
}
.ls {
    letter-spacing: 1px;
}
.distab {
    display: table;
}
.distab-cell-middle {
    display: table-cell;
    vertical-align: middle;
}
.distab-cell-top {
    display: table-cell;
    vertical-align: top;
}
.distab-cell {
    display: table-cell;
}

.what-left-pad {
    padding-left: 40px;}
	
.underline-bottom {
    margin: 0 0 40px 0;
}
.link {
    color: #333333;
    font-size: 15px;
    font-weight: 700;
    line-height: 20px;
    text-transform: uppercase;
}
.link-top {
    margin-top: 10px;
}
.link-icon-left {
    padding-left: 5px;
}
.image-grow {
    -webkit-transition: .3s all ease;
    transition: .3s all ease;
}
.image-grow:hover {
    -webkit-transform: scale(1.03);
    transform: scale(1.03);
}
.bgimage-head {
    font-size: 30px;
    font-weight: 600;
    line-height: 38px;
}
.bgimage-head-bottom {
    margin-bottom: 20px;
}
/*========================================== NAVIGATION START ===========================================*/

.menu-underline::before {
    background-color: #a20570;
    border-radius: 3px;
    content: "";
    height: 50px;
    position: absolute;
    right: 0;
    left: 0;
    bottom: 0;
    top: 0;
    opacity: 0;
    transform: translateY(100%);
    transition: transform 0.5s ease 0s, opacity 0.33s ease 0s;
}
.menu-underline:hover::before {
    opacity: 1;
    transform: translateY(0px);
}
.menu-fs,
.menu-fs li {
    color: #fff;
    font-size: 15px;
    font-weight: 600;
    line-height: 23px;
    letter-spacing: 1px;
}
.menu-bg {
    background: rgb(66, 0, 46) none repeat scroll 0 0;
	background-color:#5B0140!important;}
}
.navbar {
    margin-bottom: 0;
	
}
.navbar-default .navbar-nav > li > a {
    color: #fff !important;
    background-color: transparent !important;
    margin: 0 0;
    padding: 15px 15px 15px 15px;
}
.navbar-default .navbar-nav > li > a:hover {
    color: #f3f3f3 !important;
    background-color: transparent !important;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:focus,
.navbar-default .navbar-nav > .active > a:hover {
    
}
.navigation-tb {
    margin: 10px 0;
	background:#5b0140;
	}

.nav > li {
    display: table;
}
.navbar-right {
    margin-right: 0;
}
/*========================================== NAVIGATION END ===========================================*/
/*========================================== HEADER-FORM START ===========================================*/

.header-form-heading-top {
    padding-top: 100px;
}
.note-text {
    color: #999999 !important;
    font-size: 14px;
}
.header-form-text {
    padding: 5px 0 20px 0;
}
.note-text {
    padding: 10px 0 15px 0;
}
/*=========== HEADER-FORM-ONE-BGIMAGE =================*/

.header-form-bgimage-1 {
    background-color: #5b0140;
}

/*=========== HEADER-FORM-THREE-BGIMAGE =================*/

.header-form-bgimage-3 {
       background-color: #5b0140;
}



.header-section-space-form-single {
    padding: 60px 0 80px 0;
}

.header-contact-form select,
.header-contact-form input {
	color: #f3f3f3;
	font-size:15px;
	font-weight:400;
    height: 50px;
    background: transparent;
    border: 0;
	letter-spacing:1px;
    opacity: 1;
    -moz-appearance: none;
    /* Firefox */
    
    -webkit-appearance: none;
    /* Safari and Chrome */
}
.form-control {
    box-shadow: 0 0 0 rgba(0, 0, 0, 0) inset !important;
	border-radius:0;
	font-size:14px;
}
.header-contact-form select,
.header-contact-form input {
    border-bottom: 1px solid #999999;
}
.form-bottom-1 {
    margin-bottom: 20px;
}
.phoneno-bottom {
    margin-bottom: 15px;
}
.form-text {
    height: 40px;
}


/**/

.checkbox label {color:#fff!important;}
label.radio {color:#fff!important;}
label.checkbox span.instructions {font-weight:400!important; font-size:.86em; font-style:italic;}
/**/
.form-div input.error,
.form-div-1 textarea.error {
    border-color: #ff0000 !important;
}


.errorClass {
    border: 1px solid #ff0000 !important;
}
.form-success,
.form-failure {
    font-size: 16px;
    font-weight: 600;
	
}
.form-success {
    color: #50cd88;
}
.form-failure {
    color: #ff0000;
}
.form-error-top {
    padding-top: 10px;
    padding-bottom: 10px;
}
.header-contact-form::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    
    color: #f3f3f3;
    font-size: 15px;
    font-weight: 300;
    letter-spacing: 1px;
    opacity: 0.4;
}
.header-contact-form::-moz-placeholder {
    /* Firefox 19+ */
    
    color: #f3f3f3;
	font-size: 15px;
    font-weight: 300;
    letter-spacing: 1px;
    opacity: 0.4;
}
.header-contact-form:-ms-input-placeholder {
    /* IE 10+ */
    
    color: #f3f3f3;
	font-size: 15px;
    font-weight: 300;
    letter-spacing: 1px;
}
.header-contact-form:-moz-placeholder {
    /* Firefox 18- */
    
    color: #f3f3f3;
	font-size: 15px;
    font-weight: 300;
    letter-spacing: 1px;
}
.header-contact-bg {
    background-color: rgba(0, 0, 0, 0.8);
}
.header-contact-bg-pad {
    padding: 20px 20px 0 20px;
}
.header-form-heading-bg {
    background-color: rgba(0, 0, 0, 0.5);
    padding: 15px 20px 15px 20px;
}
.form-control:focus {
    border-color: #66afe9;
    box-shadow: 0 0 0 rgba(0, 0, 0, 0) inset, 0 0 0 rgba(102, 175, 233, 0);
    outline: 0 none;
}
.header-form-text-bottom {
    padding-bottom: 20px;
}
.form-div {
    position: relative;
}
.form-div i {
    color: #999999;
    font-size: 16px;
    right: 20px;
    position: absolute;
    top: 15px;
}
.form-div .fa-phone {
    font-size: 20px;
}
.form-div img {
    right: 20px;
    position: absolute;
    top: 15px;
}
/*========================================== HEADER-FORM END ===========================================*/
/*========================================== HEADER-DEFAULT START ===========================================*/


.header-section-space {
    padding: 150px 0 150px 0;
}
.header-head1 {
    font-size: 38px;
    font-weight: 400;
    line-height: 46px;
    letter-spacing: 2px;
}

.header-head2 {
    font-size: 24px;
    font-weight: 600;
    line-height: 24px;
    letter-spacing: 2px;}
	
.header-head3 {
    font-size: 22px;
    font-weight: 400;
    line-height: 26px;
    letter-spacing: 2px;
}
.header-head4 {
    font-size: 18px;
    font-weight: 400;
    line-height: 22px;
    
}
.header-head1-bottom {
    margin-bottom: 20px;
}


.header-head2-bottom {
    margin-bottom: 20px;
}
.header-text-bottom {
    margin-bottom: 30px;
}
.header-btn {
    background-color: #f5b800;
    border: 1px solid #f5b800;
    border-radius: 6px;
    color: #222;
    display: inline-block;
    font-size: 16px;
    font-weight: 700;
    padding: 14px 20px 14px 20px;
    letter-spacing: 1px;
    text-transform: uppercase;
    transition: 300ms ease-in;
}
.header-btn:hover {
	background-color: #f7ed4a;
    
    color: #333;
    border: 1px solid #f3f3f3;
}
.header-btn-black {
    color: #333333;
    border: 1px solid #333333;
    transition: 300ms ease-in;
}
.header-btn-black:hover {
    color: #f3f3f3;
    background-color: #333333;
    border: 1px solid transparent;
}
.submit-btn {
    background-color: transparent;
    border: 1px solid #f3f3f3;
    border-radius: 3px;
    font-size: 14px !important;
    font-weight: 700 !important;
    letter-spacing: 1px !important;
    margin-bottom: 0 !important;
    text-transform: uppercase !important;
    transition: 300ms ease-in !important;
    width: 110px;
	padding: 10px 20px 10px 20px;
}
.submit-btn:hover {background-color: #F5B800 !important;}

/*========================================== HEADER-DEFAULT END ===========================================*/

/*========================================== MARKET ANALYSIS START ===========================================*/

.analysis-row-space .row {
    padding-bottom: 40px;
}
.analysis-row-space .row:last-child {
    padding-bottom: 0;
}
/*========================================== MARKET ANALYSIS END ===========================================*/


/*========================================== FOOTER-MAP START ===========================================*/

.footer-row-space {
    margin-bottom: 20px;
}
.follow-heading-bottom {
    margin-bottom: 15px;
}
.venue-map {
    width: 100%;
    height: 355px;
}
/*========================================== FOOTER-MAP END ===========================================*/
/*========================================== FOOTER START ===========================================*/

.footer-bg {
    background-color: #4c193c;
}
.footer-section-space {
    padding: 80px 0 40px 0;
}
.posts-bottom {
    margin-bottom: 25px;
}
.posts-bottom:last-child {
    margin-bottom: 0;
}
.posts-heading-bottom {
    margin-bottom: 20px;
}
.footer-list-bk li {
    list-style: none;
    display: block;
}
.footer-list-bottom li {
    padding-bottom: 15px;
}
.footer-list-bottom li:last-child {
    padding-bottom: 0;
}
.footer-dot-right {
    padding-right: 10px;
}
.footer-contact-left {
    padding-left: 15px;
}
.footer-contact-bottom {
    margin-bottom: 25px;
}
.footer-br {
    border-bottom: 1px solid #555555;
    margin-top: 40px;
}
.footer-br-bottom {
    margin-bottom: 40px;
}
.footer-icon li {
    list-style: none;
    display: inline-block;
}
.footer-left-pad li {
    padding-left: 15px;
}
.footer-left-pad li:first-child {
    padding-left: 0;
}
/*========================================== FOOTER END ===========================================*/

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .res-width-full {
        width: 100%;
    }
    .blog-heading-top {
        padding-top: 25px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .res-image-bottom {
        padding-bottom: 20px;
    }
    .common-res-bottom {
        padding-bottom: 40px;
    }
    .header-form-heading-top {
        padding-top: 0;
    }
    .res-header-heading-bottom {
        padding-bottom: 40px;
    }
    .res-services-bottom {
        padding-bottom: 30px;
    }
    .res-text-center p,
    .res-text-center h3,
    .res-text-center-single,
    .res-services-center p,
    .res-services-center h3 {
        text-align: center;
    }
    .res-image-center {
        margin: 0 auto;
    }
    .res-clear {
        clear: left;
    }
    .builder-bgimage-height {
        width: 100%;
        position: relative;
    }
    .builder-content-height {
        height: auto;
    }
    .builder-bgimage-pad {
        padding: 40px 0 80px 0;
    }
    .builder-content-pad {
        padding: 0 15px 0 15px;
    }
    .two-column-bgimage-1-height,
    .two-column-bgimage-2-height {
        width: 100%;
        position: relative;
    }
    .two-column-bgimage-pad-1 {
        padding: 20px 0 80px 0;
    }
    .two-column-content-height {
        height: auto;
    }
    .content-pad-1 {
        padding: 0 15px 0 15px;
    }
    .blog-heading-top {
        padding-top: 0;
    }
    .res-submit-tb {
        padding: 20px 15px;
    }
}
@media only screen and (min-width: 250px) and (max-width: 767px) {
    .navbar-toggle {
        margin-right: 0;
    }
    .navbar-right {
        padding-top: 10px;
    }
    .res-image-bottom-1 {
        padding-bottom: 20px;
    }
    .common-res-bottom-1,
    .counter-res-bottom {
        padding-bottom: 40px;
    }
    .faq-res-bottom {
        padding-bottom: 30px;
    }
    .res-header-heading-bottom {
        padding-bottom: 40px;
    }
    .header-form-heading-top {
        padding-top: 0;
    }
    .res-submit-tb {
        padding: 20px 15px;
    }
    .services-res-bottom {
        padding-bottom: 30px;
    }
    .res-text-center-1 p,
    .res-text-center-1 h3,
    .res-text-center-1 h2,
    .res-text-center-single-1,
    .res-text-center-single,
    .res-services-center p,
    .res-services-center h3 {
        text-align: center;
    }
    .res-gallery-row-bottom {
        padding-bottom: 10px;
    }
    .price-fixed {
        margin: 0 auto;
        width: 400px !important;
    }
    .price-res-bottom {
        margin-bottom: 40px;
    }
    .builder-bgimage-height {
        width: 100%;
        position: relative;
    }
    .builder-content-height {
        height: auto;
    }
    .builder-bgimage-pad {
        padding: 40px 0 80px 0;
    }
    .builder-content-pad {
        padding: 0 15px 0 15px;
    }
    .two-column-bgimage-1-height,
    .two-column-bgimage-2-height {
        width: 100%;
        position: relative;
    }
    .two-column-bgimage-pad-1 {
        padding: 20px 0 80px 0;
    }
    .two-column-content-height {
        height: auto;
    }
    .content-pad-1 {
        padding: 0 15px 0 15px;
    }
    .blog-heading-top {
        padding-top: 0;
    }
    .blog-link-top .link-top {
        margin-top: 10px;
    }
}
@media only screen and (min-width: 250px) and (max-width: 639px) {
    .common-full {
        width: 100% !important;
    }
    .res-footer-links-bottom {
        padding-bottom: 40px;
    }
}
@media only screen and (min-width: 250px) and (max-width: 479px) {
    .price-fixed {
        width: 100% !important;
    }
    .header-section-slider-height {
        height: 700px;
        overflow: hidden;
    }
	
	h1 {
    font-size: 26px;
    line-height: 32px;
	}
	h2 {
		font-size: 20px;
		line-height: 28px;
	}
	h3 {
		font-size: 18px;
		line-height: 24px;
	}
	
	.header-head1 {
    font-size: 26px;
    line-height: 32px;
	}
	.header-head3 {
    font-size: 22px;
    line-height: 26px;
	}
	
	.bgimage-head {
    font-size: 24px;
    line-height: 32px;
	}
}
@media only screen and (min-width: 250px) and (max-width: 359px) {
    .common-full-1 {
        width: 100% !important;
    }
    .counter-res-bottom-1,
    .team-res-bottom {
        padding-bottom: 40px;
    }
}

h3.subheading-paragraph {
	font-size: 15px;
	font-weight: bold;
	color: #AE7915;
	margin: 0 0 0px 0;
	padding: 0px;
}



h3.subheading-paragraph-lighter {color: #f5b800;}
h3.no-transform {text-transform:none!important;}
.text-red { color: #f00; }
.text-red-bold { color: #CC0000; font-weight: bold; }
.text-gold { color: #bc8334; }
.text-gold-lighter {color: #f5b800!important;}
.text-green { color: #196546; }
.text-green-bold { color: #196546; font-weight: bold; }
.text-blue-bold { color: #00569d; font-weight: bold; }
.text-maroon-bold, p.text-maroon-bold { color: #7a0d59; font-weight: bold; }
.white-text h3.posts-heading-bottom span.footer-hribar-gold, h3.footer-hribar-gold {
	color: #cb9348 !important;}
	
.row-div {border-top:1px solid #ccc; padding-top:24px;}
.margin-top {margin-top: 40px;}
hr {width:92%;height:2px;color:#bbb;background-color:#bbb; margin:auto;  text-align:center;}
hr.has-margin {width:92%;height:2px;color:#bbb;background-color:#bbb; margin:1em auto 1.26em;  text-align:center;}
.heading-privacypolicy {
  font-size: 16px;
  font-weight: bold;
  color: #00569d;
  margin: 0 0 6px 0;
  padding: 0;
}

a.sm {font-size:.86em;}

span.cursivefont {
	font-family: 'Merienda', cursive;
	font-size: 30px;
	font-weight: 700;
	font-style: italic;
	letter-spacing: 2px;
}
 .p-20 {padding:0 20px;}
 .top-20 {padding-top:20px;}
ul.default {margin-top:.4em;} 
ul.default li{padding-bottom:.7em;}
div.box {border:2px solid #444; padding:12px; 20px; margin-bottom: 1em;}
div.box-nopad {border:1px solid #111;}
ul.indent {padding-left:2.7em;}

