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

section {
	margin-bottom:30px;
}

.row {
	padding:10px 0px;
}

.oswald {
	font-family: Oswald, sans-serif;
}

.open-sans {
	font-family:Open Sans, sans-serif;
}

.subhead {
	font-size:18px;
	margin-top:20px;
	margin-bottom:10px;
}

.product-box {
	background: #e9e9e9 url('/images/zoom_button.png') no-repeat right bottom;
	min-height: 242px;
}

.product-text {
	font-size:17px;
	padding: 15px 0px;
}

.gen3-pad {
	padding-top: 10px;
}

.trace-pad {
	padding-top: 30px;
}

.sgp-pad {
	padding-top: 20px;
}

.btn-black {
	width: 110px;
    padding: 10px;
    font-size: 12px;
    background-color: #000;
	margin-left:auto;
	margin-right:auto;
	margin-top:15px;
	cursor:pointer;
	font-weight:bold;
}

.btn-black a {
	color: #FFF;
}

.btn-grey {
	background-color: #333;
    cursor: pointer;
    margin: 8px 8px 8px 0;
    padding: 10px 15px;
}

.btn-grey a {
    color: #fff;
    font-size: 16px;
}

.btn-grey a:hover {
	text-decoration:none;
}

.view-more {
	margin:auto;
	width:200px;
	background-color:#000;
	color:#FFF;
	line-height:50px;
	cursor:pointer;
	font-weight:bold;
}

.view-more-arrow {
	width:50px;
	border-left:1px solid #ffffff;
	float: right !important;
}

.view-less-arrow, .view-less-arrow-mobile {
	width:50px;
	border-right:1px solid #ffffff;
	float: left !important;
}

#lessButton, #lessButtonMobile {display:none}

.btn-black a:hover {
	color: #fff;
	text-decoration:none;
}

.navbar-inverse {
	background:#000000;
	border:#000000;
}

.top-right {
	float:right;
	padding: 2px 10px 0px 0px;
}

.top-right a {
	color:#FFF;
	font-weight:bold;
	font-size:12px;
}

.strikethrough {
  position: relative;
}

.strikethrough:before {
  position: absolute;
  content: "";
  left: 0;
  top: 50%;
  right: 0;
  border-top: 2px solid;
  border-color: inherit;
  -webkit-transform: rotate(-15deg);
  -moz-transform: rotate(-15deg);
  -ms-transform: rotate(-15deg);
  -o-transform: rotate(-15deg);
  transform: rotate(-15deg);
}
/******************
 CAROUSEL SECTION
******************/

.right-arrow {
    font-size: 14px !important;
    width: auto !important;
    height: auto !important;
    padding: 9px 10px 10px 9px;
    right: 0 !important;
    margin: 0px 10px 0px 0px !important;
}

.left-arrow {
    font-size: 14px !important;
    width: auto !important;
    height: auto !important;
    padding: 9px 9px 10px 10px;
    left: 0 !important;
    margin: 0px 0px 0px 10px !important;
}

.right-arrow:hover, .left-arrow:hover {
	background:#464646;
}


.carousel-control {
	opacity: 1;
}

.carousel-control.left {
	background:none;
}

.carousel-control.right {
	background:none;
}

.carousel-control:hover, .carousel-control:focus {
	opacity:1;
}

/*** CAROUSEL FADE ***/
.carousel-fade .carousel-inner .item {
  opacity: 0;
  transition-property: opacity;
}

.carousel-fade .carousel-inner .active {
  opacity: 1;
}

.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  opacity: 0;
  z-index: 1;
}

.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}

.carousel-fade .carousel-control {
  z-index: 2;
}

@media all and (transform-3d), (-webkit-transform-3d) {
    .carousel-fade .carousel-inner > .item.next,
    .carousel-fade .carousel-inner > .item.active.right {
      opacity: 0;
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
    }
    .carousel-fade .carousel-inner > .item.prev,
    .carousel-fade .carousel-inner > .item.active.left {
      opacity: 0;
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
    }
    .carousel-fade .carousel-inner > .item.next.left,
    .carousel-fade .carousel-inner > .item.prev.right,
    .carousel-fade .carousel-inner > .item.active {
      opacity: 1;
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
    }
}

/*** CAROUSEL FADE ***/

.carousel-caption {
	font-family:Open Sans, sans-serif;
    position: absolute;
	 /*Original--z-index---/z-index: 9999999;/*Original--z-index*/
	/*Added z-index--Begin*/
	z-index: 999;
	/*Added z-index-- End*/
    color: #fff;
    text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
	text-align:left;
	padding:20px;
	top:15%;
	right:57%;
	bottom:0px;
	left:10%;
	font-weight:600;
}

.carousel-caption sup {
	 font-size:18px;
	 vertical-align: baseline;
	 position: relative;
	 top: -0.5em;"
}

.carousel-caption .line1 {
	font-size:30px;
}

.carousel-caption .line2 {
	font-size:18px;
}

.carousel-caption .line3 {
	font-size:12px;
	font-weight:400;
}

.btn-orange {
	width: 110px;
    padding: 10px;
    font-size: 12px;
    background-color: #f7921e;
	margin-top:15px;
	cursor:pointer;
	text-align:center;
	font-weight:bold;
	text-shadow:none;
}

.btn-orange a {
	color:#FFF;
}

.btn-orange a:hover {
	text-decoration:none;
}

.serviceAlert {
    position: absolute;
	padding:20px;
	top:15%;
	bottom:0px;
	left:auto;
	right:auto;
	width:100%;
}

.vdayGraphic {
    position: absolute;
	top:5px;
	bottom:0px;
	left:auto;
	right:auto;
	width:100%;
}


/*********************
 E-NEWSLETTER SECTION
*********************/

.enewsStyle {
	background: #f7921e;
}

.enewsTitle {
	color: #000;
	font-size:28px;
	font-weight: 300;
	line-height:50px;
	text-align:right;
	
}

.enewsDiv {
	background: #FFFFFF;
	border-radius: 5px;
	padding: 2px 7px 5px 10px;
	margin:3px 0px 0px 0px;
	box-shadow: inset 0px 0px 6px #999999;
}

.enewsDiv input {
	font-size:12px;
	border:none;
}

.enewsBtn {
	background: #060406;
	color: #FFFFFF;
	font-size: 12px;
	border-radius:5px;
	padding: 2px 15px;
	border:none;
}
.tab {
  display: none;
}
.tab input[type=text]{
	height: 30px;
	width:200px;
    padding: 10px;
    border-radius: 5px;
    border: 0px;
    box-sizing:border-box;
}
.newsletter button{
	height:30px;
	font-size:15px;
	font-family:"Oswald", Arial, sans-serif;
}
#footer-buttons{
	overflow:auto;
	display:inline-block;
	vertical-align:bottom;
	margin-left:20px;
}
.footer-error{
	font-size:11px;
	color:red;
	 padding:3px 5px 0px 0px;
}
#newslettermessage{
	color: #fff;
    font-size: 16px;
    font-family: "Oswald", Arial, sans-serif;
}
.footerFormDiv{
	margin-top:10px;
}
 @media only screen and (max-width : 767px) {
	.footerFormDiv{
		max-width:420px;
		margin:0 auto;
		padding:10px;
	}
	#footer-buttons{
		padding-top:10px;
	}
}

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

.footer-section {
	background:#000000;
	color:#FFFFFF;
	font-size:10px;
	text-align:center;
	padding-bottom:15px;
	margin-bottom:-15px;

}

.footer-section a {
	color:#FFF;
}
 
.social-icons {
	margin-top:30px;
	text-align:center;
}

.social-icons a:hover {
	text-decoration:none;
}

/***********************
HOLIDAY BANNER
************************/

.marathon{
    bottom: 0;
    left: 10%;
    position: absolute;
    right: 10% !important;
    top: 32%;
    z-index: 999;
}


.btn-red {
	width: 110px;
    padding: 10px;
    font-size: 12px;
    background-color: #e93e24;
	margin-top:15px;
	cursor:pointer;
	text-align:center;
	font-weight:bold;
	text-shadow:none;
}

.btn-red a {
	color:#FFF;
}

.btn-red a:hover {
	text-decoration:none;
}

/*********** END OF HOLIDAY LANDER *******************/



/*========== DEFAULT MEDIA QUERIES  ==========*/

    /* Large Devices, Wide Screens */
    @media only screen and (max-width : 1200px) {
			.car-cap-SGP {
			top:8% ;
			left:5% ;
			right:54% ;
		}
		.marathon{
			/*right: 48%;*/
    }
	}
	
	 @media only screen and (max-width : 1024px) {
		 .serviceAlert {
			left:15%;
		}
	
	}
	 
    /* Medium Devices, Desktops */
    @media only screen and (max-width : 992px) {
		.navbar {
			margin-bottom: 0px;
		}
		.no-pad {
			padding:0px;
		}
		.container {
			width:auto;
		}
		.serviceAlert {
			position: absolute;
			top:15%;
			bottom:0px;
			left:15%;
			width:70%;
		}
    }
	
    @media only screen and (max-width : 935px) {
		.car-cap-GEN3 {
			right:45%;
		}
		.car-cap-TRACE {
			right:45%;
		}
		.car-cap-SGP {
			right:45%;
		}
		
	}
	
    @media only screen and (max-width : 855px) {
		.car-cap-SGP {
			top:10%;
		}
	}

    @media only screen and (max-width : 830px) {
		.car-cap-SGP {
			top:20px;
		}
		.car-cap-GEN3 {
			top:10%;
		}
		.car-cap-TRACE {
			top:10%;
		}
		.enewsTitle {
			font-size:20px;
		}
		
	}
	
    /* Small Devices, Tablets */
    @media only screen and (max-width : 768px) {
		.enewsTitle {
			text-align:center;
		}
		.marathon{
			left:5%;
    }
	}
    @media only screen and (max-width : 690px) {
		.carousel-caption .line1 {
			font-size:22px;
		}
		.carousel-caption .line2 {
			font-size:15px;
		}
	}
	
    @media only screen and (max-width : 590px) {
		.carousel-caption .line1 {
			font-size:18px;
		}
		.carousel-caption .line2 {
			font-size:14px;
		}
	}
    @media only screen and (max-width : 555px) {
		.car-cap-TRACE {
			right:35%;
		}
	}
    @media only screen and (max-width : 500px) {
		.slider-mobile {
			height:200px !important;
		}
		.slider-mobile-img {
			max-width:none !important;
			width:500px;
			position:absolute;
			right:0px;
		}
		.hide-bar {
			display:none;
		}
		.car-cap-GEN3 {
			top:15px;
		}
		.car-cap-TRACE {
			top:15px;
			right:0;
		}
		.car-cap-SGP {
			top:15px;
		}
		.btn-red {
			top: 70px;
			position: absolute;
			left: 10%;
			padding: 8px;
			width: auto;
			}
		.holiday-title {
			display:none;
		}
	
		.marathon {
		/*right: 55%;*/
		top:30px;
	}
	}
    /* Extra Small Devices, Phones */ 
    @media only screen and (max-width : 480px) {
		.car-cap-SGP {
			right:0;
		}
		.serviceAlert {
			position: absolute;
			top:35%;
			bottom:0px;
			left:7%;
			width:90%;
		}
    }
    @media only screen and (max-width : 350px) {
		.carousel-caption .line1 {
			font-size:18px;
		}
		.carousel-caption .line2 {
			font-size:13px;
		}
    }
    @media only screen and (max-width : 340px) {
		.slider-mobile-img {
		right:-30px !important;
		}
		.holiday-img {
		right:-60px !important;
		}
		.car-cap-GEN3 {
			right:35%;
		}
		.car-cap-TRACE {
			right:35%;
		}
		.car-cap-SGP {
			right:35%;
		}
    
		.marathon {
		/*left:0%;
		right:53%;*/
	}
	}
    /* Custom, iPhone Retina */ 
    @media only screen and (max-width : 320px) {
    }



/* Navigation */

@media (min-width:1200px) {
	.navbar-inverse {
		background: #000 url('/images/banner_fin.png') no-repeat center bottom;
		min-height:37px;
	}
	.navbar-inverse .navbar-nav > li > a {
		color: #FFF;
		font-size:12px;
		font-weight:bold;
		text-shadow:1px 1px 1px #000000;
		line-height:0px;
	}

	.navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus {
		background: #F99D1C;
		border-radius: 0.5em 0.5em 0 0;
	}
	.navbar-nav > li > .dropdown-menu {
		background: #F99D1C;
		border:none;
		font-size:12px;
		list-style-type:square;
		padding-left:30px;
	}
		
	.dropdown-menu > li > a, .dropdown-menu > li > ul > li > a {
		margin-left:-20px;
		color:#000;
		padding:3px 60px 2px 20px;
	}
	
	.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus, .dropdown-menu > li > ul > li > a:hover, .dropdown-menu > li > ul > li > a:focus {
		background: none;
		color: #FFF;
	}
	.dropdown-header {
		color: #555;
		font-weight:bold;
		margin-left: -40px;
	}
	.navbar .navbar-nav {
	  display: inline-block;
	  float: none;
	  vertical-align: top;
	}

	.navbar .navbar-collapse {
	  text-align: center;
	}


}

@media (max-width: 1199px) {
	
    .navbar-header {
        float: none;
    }
    .navbar-toggle {
        display: block;
		margin-top:20px;
    }
    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    }
    .navbar-collapse.collapse {
        display: none!important;
    }
    .navbar-nav {
        float: none!important;
        margin: 7.5px -15px;
    }
    .navbar-nav>li {
        float: none;
    }
    .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
		line-height: 20px !important;
    }
    .navbar-text {
        float: none;
        margin: 15px 0;
    }
    /* since 3.1.0 */
    .navbar-collapse.collapse.in { 
        display: block!important;
    }
    .collapsing {
        overflow: hidden!important;
    }
	
	.navbar-nav .open .dropdown-menu {
		position: static;
		float: none;
		width: auto;
		margin-top: 0;
		background-color: transparent;
		border: 0;
		-webkit-box-shadow: none;
		box-shadow: none;
	}
	
	.navbar-brand {
		height:auto;
	}

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

	.dropdown-menu>li>a:focus, .dropdown-menu>li>a:hover {
		color: #333;
		background-color: transparent;	
	}

	.navbar-nav .open .dropdown-menu .dropdown-header, .navbar-nav .open .dropdown-menu>li>a {
		padding:5px 15px 5px 25px;
	}
}


@media (max-width:767px) {
	.news-top {
		margin-top:20px;
	}
}


@media (max-width: 383px) {
	#spot-life .subhead {
		font-size:15px;
	}
	
}

@media (max-width: 333px) {
	#spot-life .subhead {
		font-size:14px;
	}
}

