/* Base styles, which will be overridden by everything below them */


.tenpine-red {
	color: #a6060c;
}

.bg-tenpine-red {
	background-color:  #a6060c;
}


a{
	text-decoration: none;
	color: #a6060c;
}
a:hover{
	color: #a6060c;
}

a:visited{}
a:active{}

.button:active, 
 button:active,
.button:focus, 
 button:focus,
.button:hover, 
 button:hover{
    border:none !important;
    outline:none !important;
}


.slick-dots li span:nth-child(1) {
    display: block;
}

.slick-dots li span:nth-child(2) {
    display: none;
}

.slick-dots li.slick-active span:nth-child(1) {
    display: none;
}

.slick-dots li.slick-active span:nth-child(2) {
    display: block;
}

.customer-reviews .slick-dots {
	position:relative;
	margn-top:25px;
}

.bg-lightgrey {
	background-color: #efefef;
}

.fav-arrow {
	top: 20px;
	bottom: 20px;
}

.rating-colour {

	color: goldenrod;
	font-size: 1.3em;
	margin-bottom:5px;
	margin-top:3px;
}

@media(min-width: 992px){
	
	.customer-reviews {
		position: relative;
		height:10px; margin:0px;
	}
	.customer-reviews .slick-dots {
		position:relative;
		text-align: end;
		top:-25px;
		bottom:-25px;
		padding-top:5px;
	}
	
	.rating-colour {

		color: goldenrod;
		font-size: 1.3em;
		margin-top:0px;
		margin-bottom:0px;
	}	
		
	.fav-arrow {
		top: 150px;
		bottom: 150px;

	}
	
	
}

.switch {
  position: relative;
  display: inline-block;
  width: 120px;
  height: 34px;
	
}


.switch input {display:none;}

.dot, .dot-active {
  height: 15px;
  width: 15px;
  background-color: #000;
  border-radius: 50%;
  display: inline-block;
  border:1px solid #fff;
}

.dot-active {
  background-color: #F10000;
}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ca2222;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: #fff;
  -webkit-transition: .4s;
  transition: .4s;
}

input + .slider {
  background-color: #fb000b;
}

input:checked + .slider {
  background-color: #fb000b;
}

input:focus + .slider {
  box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
  -webkit-transform: translateX(85px);
  -ms-transform: translateX(85px);
  transform: translateX(85px);
}

/*------ ADDED CSS ---------*/
.on
{
  display: none;
}

.on, .off
{
  color: white;
  position: absolute;
  transform: translate(-50%,-50%);
  top: 50%;
  left: 50%;
  font-size: 10px;
  font-family: Verdana, sans-serif;
}

input:checked+ .slider .on
{display: block;}

input:checked + .slider .off
{display: none;}

/*--------- END --------*/

/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;}

.back-to-top {
    position: fixed;
    bottom: 25px;
    right: 25px;
    display: none;
}


.nav {}
.nav a{}
.nav a:hover{}
.nav a:visited{}
.nav a:active{}


.float-hash a, .float-hash a:hover{color:#fff;}

.listing-card a, .listing-card a:hover{color:#000;}

.card-shadow {
	box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.quote-form .form-control {
	padding:15px;
	border-radius: 0px;
}

.quote-form .btn-primary {
	background-color: #5d0408;
	border:none;
	box-shadow: inset 0.1em 0.1em 0.1em 0 rgba(166,6,12,0.5), inset -0.1em -0.1em 0.1em 0 rgba(0,0,0,0.5);
	padding:15px;
}

.quote-form .btn-primary:hover {
	background-color: #F10000;
}

::-webkit-input-placeholder {
   font-style: italic;
}
:-moz-placeholder {
   font-style: italic;  
}
::-moz-placeholder {
   font-style: italic;  
}
:-ms-input-placeholder {  
   font-style: italic; 
}

#getQuote {
	scroll-margin-top: 55px;
}

@media(min-width: 768px){
	
	#getQuote {
		scroll-margin-top: 110px;
	}
}

.nav-link {
	font-size:1.2em;
	padding-left:15px;
	border-top:1px solid #fff;
}


.nav-link:hover {
	cursor: pointer;
}

.icon-bar {
	color: #a6060c;
}

.navbar-toggler span {
  display: block;
  background-color: #a6060c;
  height: 3px;
  width: 25px;
  margin-top: 5px;
  margin-bottom: 5px;
  position: relative;
  left: 0;
  opacity: 1;
  transition: all 0.35s ease-out;
  transform-origin: center left;
  
}

.navbar-toggler:focus,
.navbar-toggler:active,
.navbar-toggler-icon:focus {
    outline: none;
    box-shadow: none;
}

.navbar-toggler span:nth-child(1) {
  transform: translate(0%, 0%) rotate(0deg);
}

.navbar-toggler span:nth-child(2) {
  opacity: 1;
}

.navbar-toggler span:nth-child(3) {
  transform: translate(0%, 0%) rotate(0deg);
}

.navbar-toggler span:nth-child(1) {
  margin-top: 0.3em;
}

.navbar-toggler:not(.collapsed) span:nth-child(1) {
  transform: translate(15%, -33%) rotate(45deg);
}

.navbar-toggler:not(.collapsed) span:nth-child(2) {
  opacity: 0;
}

.navbar-toggler:not(.collapsed) span:nth-child(3) {
  transform: translate(15%, 33%) rotate(-45deg);
}
/* Add the below transitions to allow a smooth color change similar to lyft */
.navbar {
	padding:0px;
	color:#000;
	font-family: "Spartan";
	margin:0px;
	
	background: #fff;
	border-top:5px solid #a6060c;
	
	-webkit-transition: all 0.6s ease-out;
    -moz-transition: all 0.6s ease-out;
    -o-transition: all 0.6s ease-out;
    -ms-transition: all 0.6s ease-out;
    transition: all 0.6s ease-out;
}

.navbar.scrolled {
    background:  #fff;
	box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.4);
	border-top:5px solid #a6060c;
}

.navbar.scrolled .nav-link {
	color: #000;
}

.navbar.scrolled .nav-link:hover {
	color: #a6060c;
	cursor: pointer;
}



.navbar-toggler {
	color:#a6060c;
	margin:0px;
	border-radius: 0px;
	height:55px;
	width:70px;
}

.navbar-toggler-icon {
	color:#a6060c;
}

.navbar-nav {
	background: #fff;
	box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.4);
}

.navbar-nav .dropdown:hover .dropdown-menu {
    display: block;
    margin-top: 0; /* remove the gap so it doesn't close */
}

.navbar-nav .dropdown-menu {
	
	border:0px;
	border-radius: 0px;
	border-top:3px solid #a6060c;
	border-bottom:1px solid grey;
	font-size: 1.3em;
	
	
	
}

.blog-select {
	background-image:url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 650 512'><path d='M233.4 406.6c12.5 12.5 32.8 12.5 45.3 0l192-192c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0L256 338.7 86.6 169.4c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3l192 192z' fill='white' stroke='white' /></svg> ");
	
	}

.blog-select-on {
	background-image:
	url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 650 512'><path d='M233.4 105.4c12.5-12.5 32.8-12.5 45.3 0l192 192c12.5 12.5 12.5 32.8 0 45.3s-32.8 12.5-45.3 0L256 173.3 86.6 342.6c-12.5 12.5-32.8 12.5-45.3 0s-12.5-32.8 0-45.3l192-192z' fill='white' stroke='white' /></svg>");
}

main {
	z-index:1;
}

.sidebarBox .dropdown-menu {

	border:0px;
	border-radius: 0px;
	background-color: #840307;
	color:#fff;
	font-size:  0.8em;

}

.sidebarBox .dropdown-menu > li > a {
	color:#fff;
}

.sidebarBox .dropdown-menu > li > a:hover {
	text-decoration: underline;
}

.blog-select, .blog-select-on,.blog-input {
 	border-radius: 0px;
	border:0px;
	border-bottom:1px solid white;
	background-repeat: no-repeat;
	background-color: #a6060c;
	color: #fff;
	text-align: left;
	text-transform: uppercase;
	font-family: "Spartan";
	padding-top:35px;

}

#otherArticles {
	background-color:#c50007;
}


.view-articles-mobile {
	margin-top:55px;
	background-color: #a6060c;
	color: #fff;
	z-index: 2;
	box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.4);
}

@media (max-width: 576px) {
	.blog-select, .blog-select-on, .blog-input {

		font-size:1em;
		background-color: #c50007;
	}
	
	.sidebarBox .dropdown-menu {
		font-size:1em;
	}
}

.collapse {
	max-width: 250px;
}

@media(min-width: 768px){
	
	.navbar-nav  .dropdown-menu {
	
		font-size: 1em;
		border-bottom:0px;
		box-shadow: rgba(0, 0, 0, 0.75) 0px 25px 50px -12px;

	}
	
}

.navbar-nav  .dropdown-menu > li > a:hover {
    background:none;
    color: #a6060c;
	cursor: pointer;
	
}

.heading {
	color: #a6060c;
	display: block;
	text-transform: uppercase;
	font-family: "Spartan";
	font-size: 24px;
	position: relative;
}

.subheading {
	color: #000;
	display: block;
	font-family: "Bakersville";
	font-size: 16px;
	position: relative;
}

footer .heading {
	color:#fff;
}

footer .subheading {
	color:#a6060c;
}


.banner-heading {
	font-family: "Spartan";
	font-size:1.2em;
	color:#a6060c;
}

.banner-subheading {
	font-family: "Bakersville";
	font-size:1.5em;
	color:#fff;
}

.banner-tagline {
	font-size:0.9em;
	line-height: 120%;
}

.banner-tagline2 {
	font-size:0.9em;
	line-height: 120%;
}
@media(min-width: 768px){
	
	
	.heading {
		font-size: 30px;
	}
	
	.subheading {
		font-size: 18px;
	}
	
	.banner-heading {
		font-family: "Spartan";
		font-size:2em;
		color:#a6060c;
	}

	.banner-subheading {
		font-family: "Bakersville";
		font-size:2.2em;
		color:#fff;
	}
	
	.banner-tagline {
		font-size:1.7em;
	}
	
	.banner-tagline2 {
	font-size:1em;
}

	
}

.heading-red {
	
	color: #FC010A;
	display: block;
	text-transform: uppercase;
	font-family: "Spartan";
	font-size: 30px;
	margin-bottom: 18px;
	position: relative;
}

h1{
	text-transform: uppercase;
	olor: #a6060c;
}



h2{
	font-size:1.5em;
}

.heading a{	color: #ffffff;}
.heading a:hover{	color: #ffffff;}
.heading a:visited{	color: #ffffff;}
.heading a:active{	color: #ffffff;}

.heading-lg{
	font-size: 18px;
}
.heading-sep{
	margin-bottom: 35px;
}
.heading-sep:after{
    content: "";
    display: block;
    width: 82px;
    height: 3px;
    background: #e5460f;
    position: absolute;
    margin-top: 13px;
}

.sub-heading {
	font-size:1.5em
}
.sub-heading a:link{}
.sub-heading a:hover{}
.sub-heading a:visited{}
.sub-heading a:active{}

.maintext {}
.maintext a:link{}
.maintext a:hover{}
.maintext a:visited{}
.maintext a:active{}


.two-cents a{ color: #000;}
.two-cents a:hover{ color: #fb000b;}

.testimonial-read-more a{ color: #FF0000;}
.testimonial-read-more a:hover{ color: #fb000b;}


.search .searchtitle, .listingtitle {
	color:white;
	font-family: "Spartan";
	font-size:55px;
	text-shadow: 2px 0px #000;
	text-align: center;
	
}
.search input, .search select {
	border-radius: 0px;
	padding: 5px 15px 5px 15px;
}

.input-group {
	box-shadow: rgba(0, 0, 0, 0.3) 0px 19px 38px, rgba(0, 0, 0, 0.22) 0px 15px 12px;
}



footer{
	background: #000;
	color: #fff;
	border-top:10px solid #a6060c;
	text-align: center;
}
footer a{
	color: #fff;
}
footer a:hover{
	color: #fff;
}
footer a:visited{}
footer a:active{}



.sub-footer {
	font-size:13.7px;
	background-color: #0e0e0e;
}
.copyright {}
.copyright a:link{}
.copyright a:hover{}
.copyright a:visited{}
.copyright a:active{}

/* Responsive styles, which override the base styles at specific sizes */

.responsive {

  width: 100%;

  height: auto;

}

.slider {
	background-color: #e9eded;
}

.highlight-bg {
	background-image: url("/assets/images/highlight.png");
	background-size:cover;

 	 background-position: center center;

  background-repeat: no-repeat;
}


.highlight-blue-bg {
	background-image: url("/assets/images/highlight-blue.png");
	background-size: 100% 100%;

 	background-position: center center;

  	background-repeat: no-repeat;
}

.list-price {
	box-shadow: rgba(0, 0, 0, 0.09) 0px 2px 1px, rgba(0, 0, 0, 0.09) 0px 4px 2px, rgba(0, 0, 0, 0.09) 0px 8px 4px, rgba(0, 0, 0, 0.09) 0px 16px 8px, rgba(0, 0, 0, 0.09) 0px 32px 16px;
	border-radius: 0px 0px 25px 0px;
	background-color: #fb000b
}

.video-container {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
}
.video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.case-studies {
	position: relative;
}

.section-leading-img {
	position:relative;
	top:-20px;
	bottom:-20px;
	display: block;
  	margin-left: auto;
  	margin-right: auto;
}

.a-left, .a-right {
	height:64px; width: 29px;
}

@media(max-width: 768px){
	.section-leading-img {
		width: 65%;	
	}
	
	.a-left, .a-right {
		height:32px; width: 15px;
	}
}

.circle {
	border-radius: 50%;
	width: 50px;
	height: 50px;
	padding: 10px;
	padding-top:14px;
	background: #a6060c;
	border: 3px solid #a6060c;
	color: #fff;
	text-align: center;
	font-size:32px;
	font-family: "Spartan";
}



.tenpine-logo {
	width:180px;
	padding-right:15px;
}

.nav-quote {
	width:100px;
	
}

.nonindexnav {
	background: #fff;
	color: #000;
	
	border-top:5px solid #a6060c;
	font-family: "Spartan";
	
	box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.4);
}


/* Smartphones */
/* Equivalent to bootstrap's media-sm */
@media(min-width: 576px){
}
	
/* Tablets */
/* Equivalent to bootstrap's media-md */
@media(min-width: 768px){
	
	.tenpine-logo {
		width:400px;
	}
	
	.navbar {
		color: #fff;
		border-bottom:0px;
		font-family: "Spartan";
	}
	
	.navbar-nav {
		background-color: #fff;
		box-shadow: 0px 0px 10px rgba(0, 0, 0, 0);
	}
	
	.nav-link {
		color: #000;
		font-size:1em;
		border:none;
	}
	
	.search input, .search select {
		padding: 15px 15px 15px 15px;
	}
	
	
	
	.listingtitle {
		font-size: 65px;
	}
	
	.banner-heading {
		font-family: "Spartan";
		font-size:2em;
		color:#a6060c;

	}
	
	.banner-subheading {
		font-family: "Bakersville";
		font-size:2.5em;
		color:#fff;
	}
	
	
	
	

}
	
/* Laptops */
/* Equivalent to bootstrap's media-lg */
@media(min-width: 992px){
	.heading{
		font-size: 30px;
		margin-bottom: 5px;
	}
	.heading.mb-lg{
		margin-bottom: 35px;
	}
	.heading-lg{
		font-size: 38.5px;
	}
	.heading-sep{
		margin-bottom: 60px;
	}
	.heading-sep:after{
		width: 63px;
		left: 50%;
		transform: translateX(-50%);
		margin-top: 24px;
	}
	
	.circle {
		padding-left: 11px;
		padding-top: 12px;
	}
}
	
/* Desktops */
/* Equivalent to bootstrap's media-xl */
@media(min-width: 1200px){
	
}
	
/* Extra large Desktops */
@media(min-width: 1600px){
	
}