@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;600;700;800&display=swap');
@font-face {
    font-family: Archer-Medium-Pro;
    src: url("/file/redmarket/Archer-Medium-Pro.otf") format("opentype");
}

:root {
    --bg-main: #000;
    --bg-color: #ce292f;
    --bg-hover: #af2227;
}

body {
    margin: 0 auto;
    color: #fff;
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

/* Typography
----------------------------------------------------------------------------------------------------*/

a {
	color: #ce292f;
	text-decoration: none;
}
a:hover {
    color: #fff;
    text-decoration: none;
}
a img {
	border: 0;
}
p {
	color: #fff;
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	margin: 0;
}
h1, h1 a, .title1, .title1 a {
	color: #000;
	font-family: 'Archer-Medium-Pro', sans-serif;
	font-size: 22px;
	line-height: 30px;
	font-weight: 400;
	margin: 0;
}
h2, h2 a, .title2, .title2 a {
	color: #fff;
	font-family: 'Archer-Medium-Pro', sans-serif;
	font-size: 40px;
	line-height: 50px;
	font-weight: 400;
	margin: 0;
}
h3, h3 a, .title3, .title3 a {
	color: #fff;
	font-family: 'Archer-Medium-Pro', sans-serif;
	font-size: 36px;
	line-height: 45px;
	font-weight: 400;
	margin: 0;
}
h4, h4 a, .title4, .title4 a {
	color: #fff;
	font-family: 'Archer-Medium-Pro', sans-serif;
	font-size: 24px;
	font-weight: 400;
	margin: 0;
}
h5, h5 a, .title5, .title5 a {
	color: #fff;
	font-family: 'Archer-Medium-Pro', sans-serif;
	font-size: 24px;
	font-weight: 400;
	margin: 0;
}
h6, h6 a, .title6, .title6 a {
    color: #000;
	font-family: 'Archer-Medium-Pro', sans-serif;
	font-size: 22px;
	font-weight: 400;
	margin: 0;
}
h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover, .title1 a:hover, .title2 a:hover, .title3 a:hover, .title4 a:hover, .title5 a:hover, .title6 a:hover {
	text-decoration: none;
}

/* Form Styling
----------------------------------------------------------------------------------------------------*/

.le_form {
    color: #000000;
	font-family: 'PT Sans', sans-serif;
	font-size: 14px;
	margin: 0;
}
.le_form_name {
    color: #cc3300;
    font-family: 'Pathway Gothic One', sans-serif;
	font-size: 24px;
	font-weight: 400;
	margin: 0 0 10px 0;
    text-transform: uppercase;
}
.wrapper input[type="submit"] {
    padding: 5px 15px;
	background-color: #cc3300;
	border: 0;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
	border-radius: 3px;
	text-align: center;
	color: #ffffff;
    font-family: 'Pathway Gothic One', sans-serif;
	font-size: 17px;
    line-height: 18px;
	margin: 0;
    text-transform: uppercase;
	-webkit-transition: all .2s ease;
	-moz-transition: all .2s ease;
	transition: all .2s ease;
}
.wrapper input[type="submit"]:hover {
	background-color: #000000;
	cursor: pointer;
}
.wrapper input[type="text"], .wrapper input[type="password"], .wrapper textarea, #search_form_value {
	padding: 5px 5px 3px 5px;
	background-color: #ffffff;
	border: 1px solid #cccccc;
	color: #000000;
	font-family: 'PT Sans', sans-serif;
	font-size: 14px;
    line-height: 18px;
	margin: 0;
}
.form-control {
	height: inherit !important;
	border-radius: 0 !important;
}
.form-group {
	margin-bottom: 10px !important;
}

/* Site Classes
----------------------------------------------------------------------------------------------------*/

hr {
    border: 0;
    height: 1px;
    background-color: #000000;
}
.le_bin {
    margin-top: 40px;
    margin-bottom: 40px;
    padding-top: 30px;
    padding-bottom: 30px;
    background-color: #ffffff;
    background: rgba(255,255,255,.8);
}
.textCenter {
    text-align: center;
}
.textLeft {
    text-align: left;
}
.textRight {
    text-align: right;
}
.location img {
    -webkit-transition: all .2s ease;
	-moz-transition: all .2s ease;
	transition: all .2s ease;
}
.location:hover img {
    transform: scale(1.1);
}
a.read_more_link {
    display: table;
    background: #CC2A2B;
    padding: 5px 10px;
    border: 0px solid transparent;
    color: #fff;
    font-size: 13px;
    margin-top: 10px;
    text-decoration: none;
}
a:hover.read_more_link {
    background: #000;
}

/* Pop up
----------------------------------------------------------------------------------------------------*/

.close-git-form a {
    display: block;
    top: 0;
    right: 0;
    font-size: 25px;
    line-height: 25px;
    z-index: 1;
    padding: 5px 10px;
    background-color: var(--bg-color);
    color: #fff !important;
    position: absolute;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    transition: all .2s ease;
    color: var(--bg-blue);
    font-weight: 500;
}
.close-git-form a:hover {
    cursor: pointer;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    transition: all .2s ease;
    transform: rotate(-180deg);
}
.git-form {
    position: fixed;
    z-index: 1001;
    margin: auto;
    bottom: 0;
    right: 0;
    left: 0;
    top:0;
    text-align: center;
    width: 500px;
    z-index: -1;
    opacity: 0;
    background: rgba(255,255,255,0.95);
    border: 2px solid var(--bg-color);
    padding: 40px 20px 30px 20px;
    opacity: 0;
    transform: translateX(100%);
    transition: all .2s ease;
    background: #fff;
    -webkit-box-shadow: 0px 0px 29px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 29px 0px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 29px 0px rgba(0,0,0,0.75);
    transition: box-shadow .3s ease;
}
.git-form.gitFormOpen {
    opacity: 1;
    transform: translateX(0);
    z-index: 1000;
}
.git-form .le_form_name {
    font-size: 36px !important;
    line-height: 45px !important;
    margin-bottom: 20px !important;
}
.git-form input[type="submit"].seFormButton {
    display: block !important;
    width: 100% !important;
    font-size: 20px !important;
    padding: 12px 20px !important;
    text-transform: uppercase !important;
}
.git-form .le-captcha {
    margin: -15px 0 0 0 !important;
}
.git-form .recaptcha-terms {
    padding: 0 !important;
}
@media (max-width: 767px) {
    .git-form {
        width: 300px !important;
        height: 440px !important;
    }
}
@media (min-width: 767px) {
    .git-form {
        height: 350px !important;
    }
    .pop-up-form {
        padding: 0 50px;
    }
}
.le-edit-open .git-form {
    position: relative !important;
    opacity: 1 !important;
    z-index: 1000 !important;
    margin-left: -100px;
}

/* Style Editor
----------------------------------------------------------------------------------------------------*/

.se_button a, a.se_button {
	display: inline-block;
    margin-bottom: 10px;
	padding: 5px 20px;
	background-color: #cc3300;
	color: #ffffff;
	-webkit-transition: all .2s ease;
	-moz-transition: all .2s ease;
	transition: all .2s ease;
}
.se_button a:hover, a:hover.se_button {
	background-color: #000000;
    text-decoration: none;
}
.se_button.button1 a, a.se_button.button1 {
    padding: 5px 15px;
    background: rgba(255,255,255,0);
    border: 1px solid #fff;
    color: #fff;
    margin-top: 15px;
}
.se_button.button1 a:hover, a:hover.se_button.button1 {
    background: rgba(255,255,255,1);
    color: #000;
}
.se_button.button2 a, a.se_button.button2 {
    background-color: #000;
    color: #fff;
    padding: 5px 15px;
    margin-top: 10px;
}
.se_button.button2 a:hover, a:hover.se_button.button2 {
    background-color: #CC2A2C;
    color: #fff;
}
.se_buttonFull a, a.se_buttonFull {
    display: block;
    text-align: center;
}
.se_buttonLarge a, a.se_buttonLarge {
	padding: 15px 50px;
}
.se_cta a, a.se_cta {
	display: block;
    margin-bottom: 20px;
	padding: 12px;
    border: 5px solid #000000;
	-webkit-transition: all .2s ease;
	-moz-transition: all .2s ease;
	transition: all .2s ease;
	color: #000000;
	text-align: center;
}
.se_cta a:hover, a:hover.se_cta {
    color: #cc3300;
	border-color: #cc3300;
    text-decoration: none;
}
.se_siteBranding img {
    max-width: 100%;
    height: auto;
}
.se_siteBranding {
    text-align: center;
}
.se_siteBranding a {
    display: inline-block;
	color: #000000;
	font-family: 'Pathway Gothic One', sans-serif;
	font-size: 55px;
	font-weight: 400;
	word-break: break-word;
}
.se_siteBranding a:hover {
    text-decoration: none;
}
.se_siteBranding a .le_logo_text {
    display: block;
    padding: 5px 20px;
	border: 5px solid #000000;
}
.se_social a {
    color: #000000;
    font-size: 33px;
    -webkit-transition: all .2s ease;
	-moz-transition: all .2s ease;
	transition: all .2s ease;
}
.se_social a:hover {
    color: #cc3300;
    text-decoration: none;
}
.se_tagline {
    margin-top: 10px !important;
    color: #000000;
	font-family: 'Pathway Gothic One', sans-serif;
	font-size: 24px;
}

/* Wrapper
----------------------------------------------------------------------------------------------------*/

.wrapper {
	width: 100%;
	background-color: #000;
}

/* Header
----------------------------------------------------------------------------------------------------*/

.header {
	padding: 40px 30px 20px 30px;
}
.headerLeft {
    min-height: 1px;
    text-align: center;
}
.headerRight {
    text-align: center;
}

/* Footer
----------------------------------------------------------------------------------------------------*/

.footer {
	padding: 60px 0 120px 0;
	background-color: #fff;
}
.footer h6 {
    margin-bottom: 15px;
}
.footer p {
    color: #000;
    font-size: 14px;
    line-height: 25px;
}
.footer p a {
    color: #363636;
}
.footer p a:hover {
    color: #000;
}
.footerbottom {
    text-align: center;
    bottom: 0;
    display: block;
    width: 100%;
    z-index: 10000;
    position: fixed;
    bottom: 0;
    color: #ffffff;
    padding: 0 10px;
    background-color: #cc2a2c;
}
.footerbottom p {
    color: #ffffff;
    font-size: 18px;
    font-family: 'Archer-Medium-Pro', sans-serif;
}

/* Media Queries
----------------------------------------------------------------------------------------------------*/

/* Extra small devices (phones, less than 768px) */
/* No media query since this is the default in Bootstrap */
@media (max-width: 767px) { 
    .footerbottom {
        display: none;
    }
    .footer {
        text-align: center;
        padding: 50px 0;
    }
    .footer-bottom {
        margin-bottom: 35px;
    }
}
/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) { 
    .feature_blog_image {
        margin-right: 20px !important;
        width: 250px;
        height: 167px;
        overflow: hidden;
    }
    .feature_blog_image img {
        width: 250px;
        height: auto;
    }
    .feature_blog_text {
        float: none !important;
    }
}
/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) {
}

/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1200) {
}

/* Resets
----------------------------------------------------------------------------------------------------*/

a#forgot_password_link {
    background: none !important;
    padding: 0 !important;
    line-height: 30px;
}
.blog_post_title, .blog_post_listing_title_link {
    font-size: 18px;
}
.blog_post_listing {
    border-bottom: 0 solid silver !important;
}
button::-moz-focus-inner,
	input[type="button"]::-moz-focus-inner,
	input[type="submit"]::-moz-focus-inner,
	input[type="reset"]::-moz-focus-inner {
	padding: 0 !important;
	border: 0 none !important;
}
img {
    max-width: 100%;
    height: auto;
}
.staff_side {
	width: 100% !important;
	margin-left: 0 !important;
}
.textfield {
    width: 200px !important;
    height: inherit !important;
}
.wrapper img {
	vertical-align: middle;
	max-width: 100%;
	height: auto;
}
.wrapper table {
	border-spacing: 0 !important;
}

/* Clear
----------------------------------------------------------------------------------------------------*/

/* Clear Floated Elements */
/* http://sonspring.com/journal/clearing-floats */
.clear {
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}

/* http://perishablepress.com/press/2008/02/05/lessons-learned-concerning-the-clearfix-css-hack */
.clearfix:after {
	clear: both;
	content:' ';
	display: block;
	font-size: 0;
	line-height: 0;
	visibility: hidden;
	width: 0;
	height: 0;
}

.clearfix {
	display: inline-block;
}

* html .clearfix {
	height: 1%;
}

.clearfix {
	display: block;
}

/*-------------------------CLEAR END-------------------------------*/
/*-------------- Account Preset ----------------- */
/*-------------- Account Preset [Desktop]----------------- */
.aurora_home #le_section-one {
    padding-top: 0px;
    padding-bottom: 75px;
}
.aurora_home #le_section-one-content3 {
    padding-top: 50px;
}
.aurora_home #le_section-one-content4 {
    padding-top: 125px;
}

/*-------------- Account Preset [Desktop] End----------------- */
/*-------------- Account Preset [Tablet]----------------- */
@media screen and (max-width: 991.98px) {
    .aurora_home #le_section-one {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_home #le_section-one-content3 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_home #le_section-one-content4 {
    }
}

/*-------------- Account Preset [Tablet] End----------------- */
/*-------------- Account Preset [Mobile]----------------- */
@media screen and (max-width: 767.98px) {
    .aurora_home #le_section-one {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_home #le_section-one-content3 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_home #le_section-one-content4 {
    }
}

/*-------------- Account Preset [Mobile] End----------------- */
/*-------------- Account Preset End ----------------- */
