/* Move down content because we have a fixed navbar that is 50px tall */
body {
  padding-top: 50px;
  padding-bottom: 20px;
  font-family: 'Open Sans', sans-serif;
}

/******************************/
/******* GLOBAL STYLES *******/
/******************************/

p {
	font-size:14px;
}

h4 {
	text-transform:uppercase;
}

a {
	color: #575756;
}

a:hover, a:active, a:visited {
	color: #727272;
}


/* Header */

.header-contacts {
	float:right;
	height:80px;
	display:table;
}

.header-contacts p {
	margin:0px;
}

.header-contacts .fa {
	font-size: 20px;
}

.header-contacts p, .header-contacts span {
	color:#d8271b;
}

.header-contacts p, .header-contacts span:hover {
	color:#575756;
}

.header-contacts p, .header-contacts a:hover {
	text-decoration: none;
}

.top-head-brand {
	height:80px;
	background-color:#ffffff;
}


/* Navigation */

.navbar {
	border:none;
}

.navbar-default .navbar-nav>li>a {
	color:#ffffff;
}

.navbar-nav>li>a.sm-link {
	font-size:24px;
	padding:7px;
}

@media (min-width: 768px) {
	.navbar-nav>li>a {
		padding-top: 10px;
		padding-bottom: 10px;
	}
}

.navbar-default {
	background-color:#575756;
}

.dropdown:hover .dropdown-menu {
	display: block;
}

.dropdown-toggle.disabled {
    display:inherit!important;
}

.dropdown-toggle.mobile {
    display:none;
}

@media screen and (max-width: 767px) {
    .dropdown-toggle.mobile {
        display:block!important;
    }
    .dropdown-toggle.disabled {
	    display: none!important;
    }
}

/******************************/
/******* MAIN CONTAINER *******/
/******************************/

.mobile-hidden {
		display:inline;
	}

/** Section Header **/
.section-image-head {
	padding-top: 166px;
	background-image:url(../images/main/red-swirl-bknd.jpg);
	background-size:cover;
	color:#ffffff;
	border-bottom:solid 10px #575756;
}

.section-image-head h1 {
	margin: 0 0px -9px 0;
	text-transform: uppercase;
}

.section-image-head p {
	margin:0;
}

.section-image-head a:link {
	color:#ffffff;
}

.section-image-head a:hover {
	color:#d6d6d6;
}

/****/

/***Intro***/

.intro-section {
	margin-bottom:15px;
}

/*********/

.red {
	background-color:#d8271b;
	padding: 20px 0 20px 0;
}

.red ul li, .red ul li a {
	color:#ffffff;
}

.bootstrap-select .red ul li, .red ul li a {
	color:#000000;
}

.white-text {
	color:#ffffff;
}

.dark-grey {
	background-color:#575756;
}

h2.section-header-red {
	color:#d8271b;
	margin: 20px 0px -6px 0px;
	font-weight:bold;
}

img.full-width {
	width:100%;
}

p.intro-para {
	font-size:105%;
	margin-top:20px;
}

/***Table Styles Rows***/

@media only screen and (min-width : 768px) {
    .is-table-row {
        display: table;
    }
    .is-table-row [class*="col-"] {
        float: none;
        display: table-cell;
        vertical-align: middle;
    }
}

/****/

/******************************/


/******************************/
/******* HOME *******/
/******************************/

body.home {
		padding-top:0px;
}

.home .intro {
	text-align: center;
	margin-bottom: 40px;
}

.home .intro p {
	font-size:18px;
}

.home .intro h1 {
	text-transform:uppercase;
	color: #d8271b;

}


.main-carousel {
	margin-top:120px;
}

.home .owl-carousel {
	position: relative;
	z-index: 0;
}

.home .owl-theme .owl-nav.disabled+.owl-dots {
	margin-top: -30px;
	margin-bottom:5px;
	z-index: 1;
	position: relative;
}

/******************************/



/******************************/
/******* SUTURES *******/
/******************************/

.intro-para p {
	font-size: 120%;
}

.circle-outer-wrap {
	float: left;
	width:33%;
}

.key-features h4 {
	margin-bottom:0px;
}

.owl-carousel {
	margin-bottom:20px;
}

.owl-theme.pdf-carousel .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
	background-color: #d8271b;
}

.owl-nav {
	z-index: 1;
    position: relative;
}

.owl-theme.pdf-carousel .owl-nav  .owl-prev, .owl-theme.pdf-carousel .owl-nav .owl-next {
	border-radius: 50%;
	background-color: #d8271b;
	width: 30px;
	height: 30px;
	font-weight: bold;
	font-size: 16px;
}

.owl-theme.pdf-carousel .owl-nav .owl-prev {
	float:left;
	margin-top: -80px;
}

.owl-theme.pdf-carousel .owl-nav .owl-next {
	float:right;
	margin-top: -80px;
}

/********SUTURES TABLE*********/

table.table tr th, table.table thead tr th, table.table tr td {
			width:16.6666%;
			text-align:center;
			vertical-align:middle;
			border-right:solid 1px #ffffff;
			border-left:solid 1px #ffffff;
			border-bottom:0;
			border-top:0;
			color:#ffffff;
		}
		table.table tr th.spirit-brand-cell {
			background-color:#575756;
		}
		table.table tr th.other-brand-cell {
			background-color:#6b6b6b;
		}
		table.table tr.odd-row td.spirit-brand-cell {
			background-color:#760d15;
		}
		table.table tr.even-row td.spirit-brand-cell {
			background-color:#ba0910;
		}
		table.table tr.odd-row td.first-column.spirit-brand-cell {
			background-color:#500f14;
		}
		table.table tr.even-row td.first-column.spirit-brand-cell {
			background-color:#9f0a10;
		}
		table.table tr.odd-row td.other-brand-cell {
			background-color:#7e7e7e;
		}
		table.table tr.even-row td.other-brand-cell {
			background-color:#909090;
		}
		table.table tr td.table-section {
			border-right:0;
			border-left:0;
			font-size:20px;
			font-weight:bold;
			text-transform:uppercase;
		}

		table.table a:link, table.table a:visited {
			color:#ffffff;
		}

		table.table a:hover {
			color:#ec5e54;
		}

		/**Prevent scrollbar on desktop**/
		@media (min-width: 767px) {
			.table-responsive {
				overflow-x:visible;
			}
		}


/******************************/


/*****Product comparison from****/

.comparison-form-head {
	background-color: #9f9f9f;
	color: #ffffff;
	font-size: 16px;
	padding: 15px;
	font-weight: bold;
	text-transform: uppercase;
	text-align: center;
}

.product-comparison .row {
	margin:10px;
}

.product-comparison label {
	text-align:left;
	width:100%;
	color:#575756;
	font-size:15px;
}

.product-comparison .btn {
	font-size:15px;
}

a.product-result {
	color: #d8271b;
	font-size:20px;
	font-weight:bold;
}

a.product-result small {
	font-size:12px;
	color:#666666;
}

div.btn-group.bootstrap-select {
	width:100%!important;
}

/*******************************/





/******************************/
/********** CONTACT ***********/
/******************************/

#map {
	height:500px;
}

.contact-wrap {
	background-color: #f3f3f3;
	padding: 40px;
	margin-top:20px;
	border-radius:10px;
	text-align: center;

}

.contact-wrap p {
	font-size: 16px;
}



/******************************/



/******************************/
/******* FOOTER *******/
/******************************/


footer {
	color:#ffffff;
	text-align:center;
	padding:20px;
}

.red-top-border {
	border-top: solid 10px #d8271b;
}

.spirit-footer-logo {
	float:left;
}

.spirit-footer-number {
	float:right;
}

footer a {
	color:#ffffff;
}


footer a:link, footer a:visited, footer a:active {
	color:#ffffff;
}

footer a:hover {
	color:#cccccc;
}

/******************************/



/******************************/
/******* SMALLER SCREENS *******/
/******************************/

/*@media only screen and (max-width : 991px) {
	.circle-outer-wrap {
		float: none;
		width: 100%;
	}
}*/  /*For Table cell only*/

@media (max-width: 991px) {
	.product-comparison label {
		text-align:center;
	}
	.bootstrap-select.btn-group:not(.input-group-btn) {
		display:block!important;
		margin:auto!important;
	}
}

@media (max-width: 767px) {
	.spirit-footer-logo {
		float:none;
	}

	.spirit-footer-number {
		float:none;
	}
	/*.circle-outer-wrap {
		float: left;
		width: 33%;
	}*/ /*For Table cell only*/
}

@media (max-width: 716px) {
	.circle-outer-wrap {
		float: left;
		width:33%;
	}
	.c100 {
		float: none;
	}
}


@media (max-width: 460px) {
	.mobile-hidden {
		display:none;
	}
	.header-contacts .fa {
		font-size:30px;
	}
	.circle-outer-wrap {
		float: none;
		width:100%;
	}
}
