@charset "UTF-8";
/* CSS Document */

body {
	font-family: 'Roboto', sans-serif !important;
	background: none;
	color: #000;
	font-weight: 400;
	letter-spacing: -.03em;
	font-size: 17px;
	letter-spacing: .03em;
}

body a:not([class]) {
	text-decoration: none;
}

body a {
	color: #cc0000;
	text-decoration: none;
}

body a:hover {
	color: #ff0000;
	text-decoration: underline;
}

hr {
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ccc;
	clear: both;
}

blockquote {
	margin: 0 0 1rem;
	padding: 0 0 0 23px;
	border-left: 11px solid #ebe218;
}

h1, h2, h3, h4, h5, h6 {
	font-family: 'Roboto', sans-serif !important;
	margin: 0;
	padding: 0 0 10px;
	line-height: 1.2;
	font-weight: 900;
	letter-spacing: .03em;
}

h1 { font-size: 180%; }
h2 { font-size: 160%; }
h3 { font-size: 140%; }
h4 { font-size: 130%; }
h5 { font-size: 115%; }
h6 { font-size: 100%; }

blockquote p {
	font-style: italic;
    font-size: 110%;
    line-height: inherit;
	font-weight: 500;
}

ul li, ol li {
	padding-bottom: 7px;
	line-height: 1.3;
}

.btn-primary:active,
.btn-primary.active,
.btn-primary.disabled,
.btn-primary[disabled] {
  color: #fff;
  background: linear-gradient(to bottom, #890b1c 0%, #d0112b 100%);
}

.btn-primary:hover {
	color: #fff;
	background: linear-gradient(to top, #890b1c 0%, #d0112b 100%);
}


/* responsive video ************************************************************************************************************************************************************/

.r-video { 
	position: relative; 
	padding-bottom: 56.25%; 
	height: 0; 
	overflow: hidden; 
}

.r-video iframe, 
.video-container object, 
.video-container embed { 
	position: absolute; top: 0; left: 0; width: 100%; height: 100%; 
}







/* structural ********************************************************************************************************/

body .container-header {
	background: rgba(255,255,255,.67);
	backdrop-filter: blur(5px);
	-webkit-backdrop-filter: blur(5px); /* for Safari */
}

body .container-header {
	background: url(../images/top-bg.jpg) 100% 50%;
    background-size: cover;
	position: fixed;
}

body .topbar.logo {
	width: 400px;
	margin: -29px auto -113px;
	padding: 0 0 0 7px;
	z-index: 9999999;
	position: relative;
	transition: all 0.5s ease-in-out;
}

body .container-header nav {
	margin: 0;
}

body .site-grid {
	margin-top: 0;
}

.container-sidebar-right {
	padding: 1vw;
	box-shadow: 0 19px 23px rgba(0,0,0,.1);
}

body .container-component > :first-child,
body .container-sidebar-left > :first-child, 
body .container-sidebar-right > :first-child, 
body .container-component > * + *, 
body .container-sidebar-left > * + *, 
body .container-sidebar-right > * + * {
	margin-top: 67px;
}

body.menu-home .container-component > :first-child,
body.menu-home .container-sidebar-left > :first-child, 
body.menu-home .container-sidebar-right > :first-child, 
body.menu-home .container-component > * + *, 
body.menu-home .container-sidebar-left > * + *, 
body.menu-home .container-sidebar-right > * + * {
	margin-top: 23px;
}

body:not(.has-sidebar-left) .site-grid .container-component {
	box-shadow: 0 19px 23px rgba(0,0,0,.1);
	padding: 1vw;
}

body .footer .btm-mod {
	width: 33.333333%;
	max-width: 33.333333%;
	display: inline-block;
	margin: 0 -2px;
	padding: 11px 5px;
}


body .convertforms .cf-content-wrap,
body .convertforms .cf-form-wrap {
	padding: 0px;
}





/* scrolled ********************************************************************************************************/

body.scrolled .topbar.logo {
	width: 200px;
	margin: -29px auto -67px;
	transition: all 0.5s ease-in-out;
}

body.scrolled .metismenu-item.item-926.level-1.divider {
	opacity: 0;
	width: 197px !important;
	transition: all 0.5s ease-in-out;
}










/*** top-info ***/

body .container-topbar .top-info {
	padding: 0;
	margin: 0 10px 0 0;
	text-shadow: none;
	font-size: 79%;
	text-align: right;
}

body .container-topbar .top-info p {
	color: #000 !important;
	display: inline-block;
	background: rgba(255,255,255,1);
	box-shadow: 0 0 23px rgba(0,0,0,.3);
	padding: 3px 7px;
	margin: 0;
	border-radius: 0 0 5px 5px;
}

body .container-topbar .top-info p a {
	color: #000 !important;
}

body .container-topbar .top-info p a:hover {
	text-decoration: underline;
}

body .container-topbar .top-info img {
	margin: -6px 0 -2px;
}




/* menu *****************************************************************************************/

body .container-topbar .mod-menu  > li.active:after, /* get rid of stupid white underline - be sure to change .container-header to correct position */
body .container-topbar .mod-menu  > li.active:before, 
body .container-topbar .mod-menu  > li:hover:after, 
body .container-topbar .mod-menu  > li:hover:before {
    background: none;
}

body .metismenu.mod-menu > li:hover > .mm-collapse { /* make menu drop down on hover */
    display: block !important;
}

body .metismenu.mod-menu .mm-toggler {  /* hide arrow to indicate dropdowns */
    display: none !important;
}

body .item-810 {
	background: #cc0000;
}

body .metismenu-item.item-926.level-1.divider {
	opacity: 0;
	width: 387px !important;
	transition: all 0.5s ease-in-out;
}

body .container-header .container-nav,
body .container-header .container-nav .nav {
	background: #000;
	border: 1px solid #fff;
	box-shadow: 0 0 11px rgba(0,0,0,.2);
	border-width: 1px 0;
	width: 100%;
	max-width: 100%;
	justify-content: center;
	padding: 0;
	margin: 0;
}

body .metismenu.mod-menu .metismenu-item {
	flex-wrap: wrap;
	align-items: center;
	padding: 0;
	font-size: inherit;
	line-height: 1;
}

body .metismenu-item a {
	font-family: 'Roboto', sans-serif !important;
	font-size: 100%;
	font-weight: 500;
	color: #fff;
	text-transform: uppercase;
	padding: 9px 7px 7px;
	margin: 0;
	background: none;
	letter-spacing: .01em;
}

body .metismenu-item.level-1:hover > a,
body .metismenu-item.level-1.active > a {
    background: #ebe218;
	color: #000;
}



/*** menu search icon ***/

body .navbar li.item-813.level-1 > a,
body .navbar li.item-813.level-1:hover > a {
	border: 1px solid rgba(0,0,0,0);
	box-shadow: none !important;
    font-size: 0;
	border-radius: 30px;
}

body .navbar li.item-813.level-1 a {
    background: url("../images/search.png") 50% 50% no-repeat;
	width: 23px;
	height: 23px;
	background-size: cover;
	margin-top: -2px;
}

body .navbar li.item-813.level-1:hover a {
    background: url("../images/search-ro.png") 50% 50% no-repeat !important;
	background-size: cover;
}



/*** dropdowns  *****************************************************************************************/

body .metismenu-item.level-1 .mm-collapse {
    background: #000;
}

body .metismenu-item.level-1 .mm-collapse .metismenu-item.level-2 a {
    padding: 11px 7px;
	width: 100%;
	text-decoration: none;
}

body .metismenu-item.level-1 .mm-collapse .metismenu-item.level-2:hover a {
    background: #ebe218;
	color: #000;
}

/* end menu *****************************************************************************************/




/*** tagline  *****************************************************************************************/

body .site-grid .banner.tagline {
    background: #000;
	padding: 19px 19px 13px;
	font-size: 300%;
    font-weight: 700;
    color: #fff;
    font-style: italic;
	line-height: .8;
}

body .site-grid .banner.tagline div span {
    color: #e8df15;
}





/*** homepage rotators  *****************************************************************************************/


body .site-grid .homepage-rotator {
	margin-top: -23px;
}

body .site-grid #layerslider_1 {
	z-index: 0;
}

body .homepage-rotator .ls-layers .ls-wrapper h1,
body .homepage-rotator .ls-layers .ls-wrapper h2,
body .homepage-rotator .ls-layers .ls-wrapper h3,
body .homepage-rotator .ls-layers .ls-wrapper p {
	text-shadow: 4px 4px 4px rgba(0,0,0,.5) !important;
	font-family: 'Roboto', sans-serif !important;
	font-weight: 900;
}

body .homepage-rotator .whitebg {
	color: #000;
	background: #ffff00;
	text-shadow: none;
	padding: 0 2% 0 1%;
	margin: 0 -1%;
	display: inline-block;
	text-transform: uppercase;
}

body .homepage-rotator  .ls-layers .arrowafter {
	padding-right: 13%;
	background: url(../images/arrow-white.png) no-repeat right 65%;
	background-size: auto 65%;
}

body .homepage-rotator  .ls-layers .arrowafter2 {
	padding-right: 13%;
	background: url(../images/arrow-white.png) no-repeat right 65%;
	background-size: auto 65%;
}


/*** homepage how easy  *****************************************************************************************/

.roundred {
	background: #cc0000;
	border-radius: 50px;
	padding: .03em .37em .04em;
	color: #fff;
	display: inline-block;
	margin: 5px 0 0px 10px;
}

.menu-home .items-leading {
	font-size: clamp(1.3rem, 2.5vw, 2.3rem);
	font-weight: 900;
	line-height: 1.25;
	padding: 5% 10%;
	margin: 0;
}

.menu-home .items-leading h2 {
	font-size: 200%;
	font-weight: 900;
	text-transform: none;
	line-height: 1;
}

.menu-home .items-leading em {
	color: #777;
}



/* testimonials  *****************************************************************************************/

body .customers h2 {
	text-transform: uppercase;
	text-align: center;
	color: #cc0000;
	border-bottom: 1px solid #ddd;
	padding: 0px 0 29px;
	margin: 0px -13% 23px;
}

body .customers {
	font-size: 110%;
	padding: 4% 10%;
	margin: 0px;
	background: #fcfcfc;
	color: #000;
	border-radius: 20px 20px 0 0;
	border: 10px solid #ddd;
	border-bottom-width: 10px;
	border-bottom-style: solid;
	border-bottom-color: rgb(221, 221, 221);
	border-bottom: none;
}

body .customers ul li {
	border-bottom: 1px solid #ccc;
	padding: 0 0 0;
	margin: 0 -13% 23px;
}

body .customers ul li .mod-articles-item {
	margin: 0 7%;
}

body .customers .readmore .btn {
	border: none;
	background: #cc0000;
	color: #fff !important;
	text-shadow: 0px 0px 3px rgba(0,0,0,.3);
	font-size: 83%;
	font-weight: 500;
	line-height: 1.3;
	padding: 7px 11px 3px;
	margin-bottom: 13px;
	text-decoration: none;
}

body.menu-home .blog-featured div:not(.items-leading) h1 {
	text-align: center;
	background: #000;
	color: #fff;
	padding: 12px;
}






/* footer  *****************************************************************************************/

body .footer .copyright a {
  color: #cc0000 !important;
}

body .footer .copyright a:hover {
  color: #ff0000 !important;
}

body .footer {
	background: #fff;
	color: #000;
	display: block;
}

body .footer .grid-child {
	padding: 0;
	margin: 0;
	width: 100%;
	max-width: 100%;
	display: block;
}


/* tough as nails  */

body .tough-as-nails {
	min-width: 100%;
	background: #000;
	color: #fff;
    padding: 3vw 7vw;
    margin: 0;
	font-size: 250%;
	font-weight: 700;
	line-height: 1;
	display: block;
}

body .customtough-as-nails div {
    max-width: 1200px;
    margin: 0 auto;
}

body .tough-as-nails span {
	color: #cc0000;
}


/* copyright */

body .copyright {
	min-width: 100%;
    padding: 1vw 3vw;
    margin: 0;
	display: block;
}











@media only screen and (max-width: 1240px) {

body .metismenu-item a {
	font-size: 1.2vw;
}

}


@media only screen and (max-width: 992px) {
	
body .topbar.logo {
	width: 33%;
	margin-bottom: -10vw;
}

.container-header .navbar-toggler {
	z-index: 9999999;
	color: #aaa;
	cursor: pointer;
	border: 1px solid #aaa;
	display: block;
	box-shadow: none;
	margin: 3px;
}

body .container-header .container-nav {
	justify-content: left;
}

@media only screen and (max-width: 1240px) {
  body .metismenu-item a {
    font-size: inherit;
  }
}
}


@media only screen and (max-width: 767px) {

body .footer .btm-mod {
  width: 100%;
  max-width: 100%;
  display: inline-block;
  margin: 0;
  padding: 11px 5px;
}

.container-header .container-nav .container-search, .container-header .container-nav nav {
	margin-top: 0;
}

}


@media only screen and (max-width: 500px) {

body .container-topbar .top-info p {
	opacity: 0;
}

}
