
a strong{
    color: #9A0000;
}
.title-wheel{
    display: inline-block;
    opacity: 0;
    margin-bottom: 34px;
}
h2.title-wheel::before{
    content: "";
    width: 28px;
    height: 28px;
    display: block;
    background: url(../../../../9133719802.linknowmedia.co/wp-content/uploads/sites/2364/2017/01/wheel.png) no-repeat;
    background-position: center;
    background-size: contain;
    position: relative;
    top: 64px;
    margin: 0 auto;
   
}
h3.title-wheel::before {
    content: "";
    width: 28px;
    height: 28px;
    display: block;
    background: url(../../../../9133719802.linknowmedia.co/wp-content/uploads/sites/2364/2017/01/wheel.png) no-repeat;
    background-position: center;
    background-size: contain;
    position: relative;
    top: 24px;
    left: -37px;
}
.wheel{
    position: absolute;
    top: 26px;
    z-index: 4;
    width: 60px;
    left: -158px;
    animation-name: rotator;
    animation-iteration-count: 3;
    animation-duration: .3s;
    animation-timing-function: linear;
}
@keyframes rotator{
    0%{
        transform: rotate(0deg);
    }
    100%{
        transform: rotate(360deg);
    }
    
}
.logo-wrapper .logo{
    position: absolute;
    top: 17px;
    left: -165px;
    width: 325px;
    z-index: 3;
}
.spacer {
	clear: both;
	display: block;
	height: 650px;
}.small-spacer {
	clear: both;
	display: block;
	height: 400px;
}
/* Header Elements */
.header-wrapper {
	position: relative;
}.breadcrumb-wrapper {
	background: #000000;
	width: 100%;
	display: block;
	clear: both;
	position: relative;
    z-index: 10;
}.breadcrumb-wrapper .large-text {
	font-family: 'Chivo', sans-serif;
	font-size: 13px;
	letter-spacing: 2px;
    text-transform: none !important;
	color: #FFFFFF;
	line-height: 35px;
	margin: 0;
}.social-icons p.contact-phone, 
 .breadcrumb-wrapper .social-icons .fa {
	color: #ffffff;
	display: inline;
	line-height: 35px;
	margin: 0 5px;
	
}
.breadcrumb-wrapper .social-icons .fa:hover{
    color: #9A0000;
}
.company-name-wrapper {
	background: #fff none repeat scroll 0 0;
	padding: 5px;

	position: relative;
}.company-name-wrapper::before {
	position: absolute;
	content: "";
	height: 100%;
	width: 1920px;
	left: -1920px;
	top: 0;
	z-index: -1;
	background-color: inherit;
}.company-name-wrapper::after {
	position: absolute;
	content: "";
	width: 0;
	height: 0;
	bottom:0;
	right: -75px;
	z-index: -1;
	border-top: 89px solid #FFFFFF;
	border-left: 75px solid transparent;
	border-right: 75px solid transparent;
	border-bottom: 0 solid transparent;
}.header-company-title{
	margin: 0;	
}.header-company-title > a {
	color: #9A0000;
	display: block;
	font-family: 'Chivo', sans-serif;
	font-size: 30px;
	
	margin: 20px 0 0;
	position: relative;
	z-index: 1;
}.header-company-serviceorder {
	color: #454545;
	font-family: 'Chivo', sans-serif;
	font-size: 13px;
	
	line-height: normal;
	margin: 5px 0 0 0;
	position: relative;
	z-index: 1;
}
/* Clear Default Navigation Styles */
.top-bar,
.top-bar-section ul li,
.top-bar-section ul li.active > a,
.top-bar-section ul li:hover:not(.has-form) > a,
.top-bar-section li:not(.has-form) a:not(.button),
.top-bar-section li:not(.has-form) a:hover:not(.button),
.top-bar-section li.active:not(.has-form) a:not(.button),
.top-bar-section li.active:not(.has-form) a:hover:not(.button) {
	background: none; 
}.top-bar-section ul {
	float: right;
}
/* Start Our Navigation styles */
.navigation-wrapper .top-bar {
	background: #FFFFFF;
	position: relative;
}.navigation-wrapper .top-bar::before {
	position: absolute;
	content: "";
	height: 100%;
	width: 1920px;
	left: -1920px;
	top: 0;
	background: #FFFFFF;
	z-index: -1;
    height: 45px;
}.navigation-wrapper .top-bar::after {
	position: absolute;
	content: "";
	width: 0;
	height: 0;
	bottom:0;
	right: -75px;
	z-index: -1;
	border-top: 140px solid #FFFFFF;
	border-left: 75px solid transparent;
	border-right: 75px solid transparent;
	border-bottom: 0 solid transparent;
}.top-bar-section ul li > a,
 .top-bar-section li:not(.has-form) a:not(.button) {
	font-size: 18px;
	font-weight: 300;
	font-family: 'Chivo', sans-serif;
	color: #000000;
	padding: 0 10px;
}.top-bar-section li.active:not(.has-form) a:not(.button) {
	padding: 0 10px;	
}.top-bar-section li.active:not(.has-form) a:not(.button),
 .top-bar-section li.active:not(.has-form) a:hover:not(.button),
 .top-bar-section ul li:hover:not(.has-form) > a {
	color: #9A0000;
}.top-bar-section .has-dropdown > a {
	padding-right: 15px !important;
}.top-bar-section .dropdown li:not(.has-form) a:not(.button) {
	background: #FFFFFF;
	color: #000000;
}.top-bar-section .dropdown li:not(.has-form) a:hover:not(.button) {
	color: #9A0000;
	background: #FFFFFF;
}.top-bar-section .has-dropdown > a::after {
	margin-right: 0;
	border-color: rgba(0, 0, 0, 0.4) transparent transparent;
}.footer-wrapper .top-bar-section ul {
	float: left;
}.footer-wrapper .top-bar-section ul li {
	float: none;
}.footer-wrapper .top-bar-section ul li > a,
 .footer-wrapper .top-bar-section li:not(.has-form) a:not(.button) {
	color: #FFFFFF;
	font-size: 16px;
    letter-spacing: 1.2px;
}.footer-wrapper .top-bar-section li.active:not(.has-form) a:not(.button),
 .footer-wrapper .top-bar-section li.active:not(.has-form) a:hover:not(.button),
 .footer-wrapper .top-bar-section ul li:hover:not(.has-form) > a {
	color: #ffffff;
}.footer-wrapper .top-bar-section li:not(.has-form) a:not(.button) {
	line-height: 30px;	
}.footer-wrapper .top-bar-section .dropdown, 
 .footer-wrapper .top-bar-section .has-dropdown > a::after {
	display: none !important;
}.top-trapezoid {
	position: relative;
	top: -60px;
}.top-trapezoid h1, 
 .top-trapezoid h2{
	display: inline-block; 	
}.top-trapezoid::before {
	position: absolute;
	content: "";
	width: 0;
	height: 0;
	top: -150px;
	left: -150px;
	z-index: -1;
	border-left: 150px solid transparent;
	border-right: 150px solid transparent;
	border-top: 150px solid transparent;
	border-bottom: 150px solid #FFFFFF;
}.top-trapezoid::after {
	position: absolute;
	content: "";
	width: 0;
	height: 0;
	top: -150px;
	right: -150px;
	z-index: -1;
	border-left: 150px solid transparent;
	border-right: 150px solid transparent;
	border-top: 150px solid transparent;
	border-bottom: 150px solid #FFFFFF;
}.inner-content.top-trapezoid {
	display: inline-block;
	margin-bottom: 5px;
	position: relative;
	top: 0;
}.bottom-trapezoid {
	position: relative;
	display: inline-block;
	bottom: -60px;
	z-index: 1;
}.bottom-trapezoid::before {
	position: absolute;
	content: "";
	width: 0;
	height: 0;
	bottom:0;
	left: -150px;
	z-index: -1;
	border-top: 150px solid #FFFFFF;
	border-left: 150px solid transparent;
	border-right: 150px solid transparent;
	border-bottom: 0 solid transparent;
}.bottom-trapezoid::after {
	position: absolute;
	content: "";
	width: 0;
	height: 0;
	bottom:0;
	right: -150px;
	z-index: -1;
	border-top: 150px solid #FFFFFF;
	border-left: 150px solid transparent;
	border-right: 150px solid transparent;
	border-bottom: 0 solid transparent;
}.bottom-trapezoid h1,
 .bottom-trapezoid h2 {
	margin-top: 0;
}.home-content-top .top-trapezoid {
	position: relative;
	top: -70px;
}.slick-slider {
	margin: 0 0 0 0 !important;
}
.slick-slide:hover .slide-content {
	opacity: 1;
}.slick-slide .slide-content {
	opacity: 0;
	background: #FFFFFF;
	bottom: 15px;
	position: absolute;
	text-align: center;
	width: 100%;
	z-index: 1;
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
}.slick-slide .slide-content p {
	margin: 0;
}.slick-slide .slide-content p a {
	font-family: 'Chivo', sans-serif;
    font-size: 28px;
    line-height: 75px;
    letter-spacing: 1px;
}.banner-cta .large-text3 {
    color: #ffffff;
    font-size: 22px;
    font-weight: normal;
    line-height: normal;
    margin: 0;
    padding: 10% 0 0;
    letter-spacing: 1px;

}.service-slide-show .slick-slide img {
	display: block;
	padding: 5px;
}.white-background {
	background-color: #FFFFFF;
}.cta-one {
	background: url("images/cta-bg.png");
	padding: 170px 0 130px;
}.cta-one h1,
 .cta-one h2,
 .cta-one h3,
 .cta-one h4,
 .cta-one h5,
 .cta-one h6,
 .cta-one p,
 .cta-one li {
	color: #FFFFFF;
	
}
/* Default CSS */
#wpadminbar {display: none !important;}
body {
	font-family: 'Chivo', sans-serif;
}h1, h1 a, .large-text {
	color: #9A0000;
	font-family: 'Chivo', sans-serif;
	font-size: 24px;
	
	line-height: normal;
	text-transform: uppercase;
	margin: 25px 0;
}h2, .large-text2 {
	color: #9A0000;
	font-family: 'Chivo', sans-serif;
	font-size: 22px;
	letter-spacing: 1.2px;
	line-height: normal;
	margin: 25px 0;
}h3, .large-text3 {
	color: #9A0000;
	font-family: 'Chivo', sans-serif;
	font-size: 22px;
	letter-spacing: 1.2px;
	line-height: normal;
	margin: 25px 0;
}h4 {
	font-family: 'Chivo', sans-serif;
	color: #9A0000;
	font-size: 22px;
	
	line-height: normal;
	margin: 25px 0;
}p {
	color: #252525;
	font-family: 'Cormorant', serif;
	font-size: 18px;
	
	margin: 15px 0 30px;
}ul {
	list-style-type: none;
}ul.columns {
	margin-left: 0;
}ul li {
	
	font-family: 'Cormorant', serif;
	font-style: 18px;
	margin: 0;
	line-height: 28px;
}ol li {
	
	font-family: 'Cormorant', serif;
	font-size: 16px;
	margin: 0;
	line-height: 28px;
}hr {
  border-color: #777777;
}a.read-more {
	color: #9A0000;
}.vertical-padding {
	padding-top: 40px !important;
	padding-bottom: 40px !important;
}.strip-padding {
	padding-left: 0 !important;
	padding-right: 0 !important;
}.subnav {
	background: none repeat scroll 0 0 #e0e0e0;
	display: block;
	float: left;
	height: 80px;
	margin: 0 3px;
	padding: 20px 40px;
}.about-right > span {
	clear: both;
	display: block;
	font-size: 65px;
	line-height: 1.5;
}.about-right {
	font-family: 'Cormorant', serif;
	font-size: 40px;
	
	line-height: 1;
}.row {
	margin: 0 auto;
	max-width: 75rem;
	width: 100%;
}.contain-to-grid {
	background: none !important;
}.contain-to-grid .top-bar {
	max-width: 75em;
}.page-wrapper {
	max-width: 75rem;
	clear: both;
}.footer-wrapper {
	width: 100%;
	background-color: #454545;
}.footer-inner-wrapper {
	margin: 0 auto;
	padding: 25px 0 0 0;
}.footer-wrapper h1,
 .footer-wrapper h2, 
 .footer-wrapper h3,
 .footer-wrapper h4,
 .footer-wrapper h5,
 .footer-wrapper h6,
 .footer-wrapper p,
 .footer-wrapper li,
 .footer-wrapper a{
 	color: #FFFFFF;
}.footer-wrapper .social-icons p:not(.large-text3) {
	margin: 0;
	line-height: 30px;
	font-size: 17px;
}.footer-wrapper .social-icons .fa {
	color: #ffffff;
	font-size: 25px;
	line-height: 50px;
	text-align: center;
	width: 50px;
	border: 1px solid transparent;
}.footer-wrapper .social-icons .fa:hover {
	border: 1px solid #ffffff;
    color: #9A0000;
}

.disclaimer {
	background: #252525;
	width: 100%;
	clear: both;
}.disclaimer p {
	font-size: 13px;
	color: #777777;
	margin: 15px 0;
}.disclaimer .lnm-image > img {
	margin: 5px 0;
}#gmap2,
 #gmap3 {
	border: 5px solid #252525;
}p[class*="contact-"] {
	margin: 15px 0;
}.contactForm  {
	margin-top: 20px;
}.contactForm  label{
	font-weight: bold;
	display: block;
}.contactForm input {
	width: 100%;
	padding: 3px;
	margin-bottom: 5px;
}.contactForm textarea {
	width: 100%;
}.contactForm .captchaWrapper {
	margin-top: 10px;
}.contactForm .captchaRefresh {
	vertical-align: top;
}.contactForm .submitWrapper {
	text-align: center;
	margin-top: 30px;
}.contactForm .submitWrapper span.submit {
	background-color: #9A0000;
	border: 1px solid #ddd;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1) inset;
	cursor: pointer;
	font-family: 'Cormorant', serif;
	font-size: inherit;
	font-weight: normal;
	line-height: 50px;
	padding: 0 15px;
}.contactForm .submitWrapper span.submit:hover {
	background-color: #ac1010;
}.emailConfirmation {
	margin: 0 auto;
	text-align: center;
}.emailConfirmation h1 {
	color: #00CC00;
}.slick-background-wrapper {
	left: 0;
	position: fixed;
	top: 0;
	z-index: -3;
	width: 101% !important;
	overflow: hidden;
}.banner-overlay {
	background: url("images/overlay.png");
	height: 100vh;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: -2;
}
@media only screen and (min-width:1025px) and (max-width:1200px){
    .company-name-wrapper{
        text-align: right;
    }
    .large-9.large-centered.text-center.columns.company-info{
        margin-right: 20px;
    }
    .logo-wrapper {
        position: relative;
        left: 80px;
    }
    .header-company-title > a {
   
        font-size: 28px;

    }
    .large-9.columns.left.navigation-wrapper {
        width: 80%;
    }
}
@media only screen and (max-width: 1024px) {
      .spacer{
            height: 280px;
    } 
    .logo-wrapper .logo{
        position: relative;
      
        clear:both;
        left: 0;
        top: 0;
        background: #ffffff;
        padding-top: 10px;
    }
    .logo-wrapper .logo{
        width: 300px;
        margin: 0 auto;
    }
     .logo-wrapper div{
        position: relative;
        width: 300px;
        margin: 0 auto;
    }
    .logo-wrapper .wheel{
        position: relative;
        top: 69px;
        z-index: 4;
        width: 54px;
        left: -116px;
    }
    .logo-wrapper div::before{
        position: absolute;
        content: "";
        width: 0;
        height: 0;
        bottom: 0;
        left: -75px;
        z-index: -1;
        border-top: 0 solid transparent;
        border-left: 75px solid transparent;
        border-right: 75px solid transparent;
        border-bottom: 82px solid #FFFFFF;
    }
    .logo-wrapper div::after{
        position: absolute;
        content: "";
        width: 0;
        height: 0;
        bottom: 0;
        left: 224px;
        z-index: -1;
        border-top: 0 solid transparent;
        border-left: 75px solid transparent;
        border-right: 75px solid transparent;
        border-bottom: 82px solid #FFFFFF;
    }
	.company-name-wrapper {
		width: 100%;
	}.company-name-wrapper::before,
	 .company-name-wrapper::after {
		display: none;
	}.header-wrapper .columns {
		padding: 0 !important;
	}.navigation-wrapper {
		padding: none !important;
	}.top-bar .title-area {
		background: #454545;
	}.small-spacer
	{
		height: 250px;
	}h1, 
	 h1 a,
	 h2,
	 h3,
	 h4,
	 h5,
	 h6,
	 .large-text,
	 .large-text2,
	 .large-text3 {
		font-size: 21px;
	}p {
	 	font-size: 15px;
	}.mobile-phone-button {
		background: #9A0000;
		display: block;
		line-height: 45px;
		padding: 0 15px;
	}.top-trapezoid::before,
	 .top-trapezoid::after,
	 .bottom-trapezoid::before,
	 .bottom-trapezoid::after {
		display: none;
	}.cta-one li {
		text-align: center !important;
	}.banner-cta .large-text3 {
		color: #ffffff;
		font-size: 17px;
		font-weight: normal;
		line-height: normal;
		margin: 0;
		padding: 30px 0 0;
	}.slick-slide .slide-content {
		display: none !important;
	}.inner-content.top-trapezoid {
		padding: 0 !important;
	}.top-bar-section ul li > a {
		text-align: center !important;
		line-height: 45px !important;
	}.top-bar-section .has-dropdown > a::after{
		border-color: transparent transparent transparent rgba(0, 0, 0, 0.4);
	}.top-bar .top-bar-section ul.dropdown li.back h5 a {
		background: #454545 none repeat scroll 0 0;
		color: #ffffff;
		line-height: 45px;
		text-align: center;
	}header.header-wrapper .social-icons {
		text-align: center !important;
	}.breadcrumb-wrapper .large-text {
		font-size: 10px;
		line-height: 20px;
		text-align: center;
	}.header-company-serviceorder,
	 .header-company-title > a {
		text-align: center;
	}.disclaimer p {
		font-size: 10px;
		margin: 10px 0 0;
		text-align: center;
	}.disclaimer .lnm-image > img {
		display: block;
		margin: 5px auto;
	}.slick-mobile {
		width: 100%;
		max-width: 100%;
	}
}
@media only screen and (max-width: 767px) {
    .spacer{
            height: 370px;
    } 
    h1, h1 a, h2, h3, h4, h5, h6, .large-text, .large-text2, .large-text3 {
        font-size: 20px;
        line-height: 27px;
    }
}
@media only screen and (max-width: 374px) {
    .header-company-title > a{
        font-size: 26px;
        margin: 4px 0 0;
    }
    .logo-wrapper .wheel {
        position: relative;
        top: 68px;
        z-index: 4;
        width: 54px;
        left: -114px;
    }
      .spacer{
            height: 390px;
    } 
}
