/*
Theme Name: Sunoco Race Fuels
Theme URI: http://racegas.com/
Description: Custom CMS built on the WordPress platform.
Version: 1.0
Author: ab+c | Creative Intelligence (Bart Hook)
Author URI: http://www.a-b-c.com
*/


/*---------------------------------------------------------------------
 *  RESET
 *---------------------------------------------------------------------*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

:focus {
	outline: none;
}

ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

strong, b {
	font-weight: bold;
}

em, i {
	font-style: italic;
}

img {
	-ms-interpolation-mode: bicubic;
}

input[type=radio], input[type=checkbox] {
	margin: 0 10px 0 0;
}

*,
*:after,
*::before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}



/*---------------------------------------------------------------------
 *  HTML ELEMENTS
 *---------------------------------------------------------------------*/

html {
	-webkit-font-smoothing:antialiased;
	font-smoothing:antialiased;
	text-rendering:optimizeLegibility;
	-moz-osx-font-smoothing: grayscale;
}

body {
	font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
	height: 100%;
	color: #333333;
}

p {
	margin: 0;
	padding: 0 0 20px 0;
}

a {
	text-decoration: none;
	color: #004785;
	-webkit-transition: all .4s;
	-moz-transition: all .4s;
	-o-transition: all .4s;
	transition: all .4s;
}

a:hover {
	color: #cdb415;
}

ol {
	list-style: decimal;
	margin: 0 0 10px 40px;
}

p + ol {
	margin-top: -10px;
}

ol li {
	padding: 0 0 10px 0;
}

ul {
	list-style: square;
	margin: 0 0 10px 40px;
}

p + ul {
	margin-top: -10px;
}

ul li {
	padding: 0 0 10px 0;
}

strong {
	color: #222;
}

h1 {
	font-family: "proxima-nova", sans-serif;
	font-style: normal;
	font-weight: 700;
	font-size: 40px;
	line-height: 1;
	color: #323232;
	margin: 0 0 20px 0;
}

h2 {
	font-family: "proxima-nova",sans-serif;
	font-style: normal;
	font-weight: 700;
	font-size: 24px;
	line-height: 1;
	margin: 0 0 5px 0;
}

p + h2 {
	margin-top: 20px;
}

.hide {
	display: none;
}



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

.clear {
	clear: both;
}

.left {
	position: relative;
	float: left;
	box-sizing: border-box;
}

.right {
	position: relative;
	float: right;
}

.wrapper {
	position: relative;
	box-sizing: border-box;
	max-width: 1280px;
	margin: 0 auto;
}

.centered {
	text-align: center;
}




/*---------------------------------------------------------------------
 *  HOME
 *---------------------------------------------------------------------*/

#hero {
	position: relative;
	height: 745px;
	width: 100%;
	background: #000000;
	overflow: hidden;
}

#hero-video {
	width: 100%;
	height: 100%;
	position: absolute;
	padding: 0;
	margin: 0;
	background-color: #000;
	z-index: 2;
}

#hero-bg {
	width: 100%;
	height: 100%;
	position: absolute;
	padding: 0;
	margin: 0;
	background: url(images/mobile-bg.jpg) no-repeat center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	z-index: 1;
}

#hero-video video {
	min-width: 100%;
	min-height: 100%;
	width: auto;
	height: auto;
	position: relative;
	top: 50%;
	left: 50%;
	-webkit-transform: translateY(-50%) translateX(-50%);
	-moz-transform: translateY(-50%) translateX(-50%);
	-ms-transform: translateY(-50%) translateX(-50%);
	-o-transform: translateY(-50%) translateX(-50%);
	transform: translateY(-50%) translateX(-50%);
}

#hero.wc {
	background: url(images/wc_bg.jpg) no-repeat center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

.hero_content {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	box-sizing: border-box;
	padding: 0 30px;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: center;
	justify-content: center;
	z-index: 10;
	color: #ffffff;
}

.hero_content img {
	display: block;
    width: 100%;
    max-width: 440px;
    height: auto;
}

.hero_vid {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.hero_vid .screen {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  margin: auto;
  opacity: 0;
  transition: opacity .5s;
}

.hero_vid .screen.active {
  opacity: 1;
}

.vid_overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: block;
	/*background: rgba(0,0,0,.5);*/
	background: url(images/vid_overlay.png);
	z-index: 20;
}

.gofast, .gofast-landing {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	text-align: center;
	padding: 0 20px;
	z-index: 40;
}

.gofast img, .gofast-landing img {
	display: inline-block;
	margin: 0 auto;
	width: 100%;
	max-width: 320px;
	height: auto;
}

.sliv {
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 50;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 0 240px 2560px;
	border-color: transparent transparent #ffffff transparent;
}

#home_sb {
	position: relative;
	background: #ffffff;
	padding: 50px 30px;
	text-align: center;
}

#home_sb h2, .landing h2 {
	font-size: 36px;
	line-height: normal;
	color: #000000;
	margin: 0 0 5px 0;
	font-family: "bebas-neue",sans-serif;
	font-style: normal;
	font-weight: 400;
	text-transform: uppercase;
}

#home_sb a {
	font-family: "proxima-nova",sans-serif;
	font-style: normal;
	font-weight: 600;
	text-transform: uppercase;
}

#home_ss {
	position: relative;
	background: #f6f6f6;
	padding: 50px 30px;
	text-align: center;
}

#home_ss p {
	padding: 10px 0 40px 0;
}

#full_ss {
	position: relative;
	text-align: center;
}

#full_ss p {
	padding: 10px 0 40px 0;
}

.ss_logo {
	position: relative;
	width: 400px;
	margin: 0 auto;
}

.ss_logo img {
	display: auto;
	width: 100%;
	height: auto;
}

#home_callouts {
	position: relative;
	background: #f6f6f6;
}



/*---------------------------------------------------------------------
 *  HOME SLIDER
 *---------------------------------------------------------------------*/

#home_slider {
	position: relative;
	margin: 20px 0 0 0;
	padding: 0 30px;
	z-index: 1;
}

.sb_logo {
	position: relative;
	margin: 0 20px;
	box-sizing: border-box;
}

.sb_logo img {
	display: block;
	width: 100%;
	height: auto;
}

#home_slider .next {
	position: absolute;
	right: 0;
	top: 50%;
	display: block;
	width: 30px;
	height: 30px;
	margin-top: -15px;
	z-index: 999;
	font-size: 30px;
	line-height: normal;
	color: rgba(204, 204, 204, .7);
	-webkit-transition: color .4s;
	-moz-transition: color .4s;
	-o-transition: color .4s;
	transition: color .4s;
}

#home_slider .next:hover {
	color: rgba(205, 180, 21, 1);
}

#home_slider .prev {
	position: absolute;
	left: 0;
	top: 50%;
	display: block;
	width: 30px;
	height: 30px;
	margin-top: -15px;
	z-index: 999;
	font-size: 30px;
	line-height: normal;
	color: rgba(204, 204, 204, .7);
	-webkit-transition: color .4s;
	-moz-transition: color .4s;
	-o-transition: color .4s;
	transition: color .4s;
}

#home_slider .prev:hover {
	color: rgba(205, 180, 21, 1);
}





/*---------------------------------------------------------------------
 *  CALLOUTS
 *---------------------------------------------------------------------*/

.callout {
	position: relative;
	float: left;
	text-align: center;
	color: #ffffff;
	background: #000000;
	margin: 0 0 50px 0;
	overflow: hidden;
	cursor: pointer;
}

.callout.square {
	width: 40%;
}

.callout.wide {
	width: 60%;
}

.co_photo {
	position: relative;
}

.co_photo img {
	display: block;
	width: 100%;
	height: auto;
}

.co_content {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	box-sizing: border-box;
	color: #ffffff;
	text-align: center;
	padding: 0 40px;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: center;
	justify-content: center;
	overflow: hidden;
	z-index: 10;
}

.co_content img {
	display: block;
	max-width: 100%;
	height: auto;
}

a.co_link {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-moz-box-shadow: rgba(0, 0, 0, 0) 0 0 0 inset;
	-webkit-box-shadow: rgba(0, 0, 0, 0) 0 0 0 inset;
	box-shadow: rgba(0, 0, 0, 0) 0 0 0 inset;
	background: rgba(0, 0, 0, 0);
	-webkit-transition: all .4s;
	-moz-transition: all .4s;
	-o-transition: all .4s;
	transition: all .4s;
	z-index: 20;
}

a.co_link:hover  {
	-moz-box-shadow: rgba(0, 0, 0, 0.5) 5px 5px 40px inset;
	-webkit-box-shadow: rgba(0, 0, 0, 0.5) 5px 5px 40px inset;
	box-shadow: rgba(0, 0, 0, 0.5) 5px 5px 40px inset;
	background: rgba(0, 0, 0, .1);
	cursor: pointer;
}

#about_callouts {
	position: relative;
	background: #f6f6f6;
	padding: 50px 0 0 0;
	margin: 30px 0 0 0;
}



/*---------------------------------------------------------------------
 *  INTERIOR PAGES
 *---------------------------------------------------------------------*/

#page_header {
	position: relative;
	box-sizing: border-box;
	text-align: center;
	height: 400px;
	background-color: #000000;
	background-position: center bottom;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

#page_header img {
	display: block;
	width: 100%;
	max-width: 800px;
	height: auto;
}

#page_header img.ff_header {
	max-width: 520px;
}

#page_header p {
	display: block;
	padding: 5px 0 0 0;
	color: #ccc;
	font-size: 16px;
}

#page_header .content {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	box-sizing: border-box;
	padding: 0 30px;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: center;
	justify-content: center;
	z-index: 10;
}

#page_header h1, #page_header .title {
	font-family: "proxima-nova", sans-serif;
	font-style: normal;
	font-weight: 700;
	font-size: 80px;
	line-height: 1;
	color: #ffffff;
	text-transform: uppercase;
}

#page_header h1 i {
	margin: 0 20px 0 0;
	color: #ffe01a;
}

#page_header a {
	letter-spacing: 1px;
	font-family: "proxima-nova",sans-serif;
	font-style: normal;
	font-weight: 700;
	color: #cccccc;
	text-transform: uppercase;
}

#page_header a:hover {
	color: #ffe01a;
}

#int {
	position: relative;
	padding: 100px 0 80px 0;
	font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
	font-size: 16px;
	line-height: 1.5;
}

#int.no-top {
	padding-top: 0;
}

#int.no-bottom {
	padding-bottom: 0;
}

#int .wrapper {
	max-width: 1240px;
	padding: 0 20px;
}

h1.page-title {
	text-align: center;
	text-transform: uppercase;
	font-family: "proxima-nova", sans-serif;
	font-style: normal;
	font-weight: 700;
	font-size: 65px;
	line-height: 1;
	color: #000000;
	margin: 0 0 40px 0;
}

.single {
	position: relative;
	margin: 0 auto 50px auto;
	width: 100%;
	max-width: 960px;
}

.post {
	position: relative;
	margin: 0 0 35px 0;
	padding: 0 15px 35px 15px;
	border-bottom: 1px dashed #cccccc;
}

.post h2 {
	font-family: "proxima-nova",sans-serif;
	font-style: normal;
	font-weight: 700;
	font-size: 30px;
	line-height: 1;
	margin: 0 0 5px 0;
}

a.more {
	display: inline-block;
	background: #999;
	color: #fff;
	font-size: 14px;
	line-height: 1;
	font-family: "proxima-nova", sans-serif;
	font-style: normal;
	font-weight: 700;
	text-transform: uppercase;
	padding: 7px 15px;
}

a.more:hover {
	background: #cdb415;
}

.post_meta {
	position: relative;
	margin: 0 0 20px 0;
	font-size: 14px;
	color: #afafaf;
}

.post_meta span {
	margin: 0 7px 0 0;
}

#main {
	position: relative;
	float: left;
	box-sizing: border-box;
	width: calc(100% - 320px);
	padding: 0 50px 0 0;
}

#sidebar {
	position: relative;
	float: right;
	box-sizing: border-box;
	width: 320px;
	background: #444;
	padding: 30px;
	color: #ffffff;
	font-size: 15px;
	line-height: 1.3;
	border: 3px double rgba(255,255,255,.25);
}

#sidebar a {
	color: rgba(255,255,255,.7);
}

#sidebar a:hover {
	color: rgba(255, 224, 26, 1);
}

#sidebar strong {
	font-family: "proxima-nova", sans-serif;
	font-style: normal;
	font-weight: 700;
	color: #ffffff;
	font-size: 17px;
}

#sidebar h3 {
	font-family: "proxima-nova", sans-serif;
	font-style: normal;
	font-weight: 700;
	font-size: 22px;
	line-height: 1;
	text-transform: uppercase;
	color: #ffffff;
}

#sidebar ul {
	list-style: circle;
	margin: 10px 0 0 20px;
}

.sbsep {
	position: relative;
	display: block;
	width: 100%;
	height: 21px;
	margin: 20px 0 0 0;
	border-top: 1px dashed #777;
}



/*---------------------------------------------------------------------
 *  FUELS PAGE
 *---------------------------------------------------------------------*/

#fuels {
	position: relative;
}

.fuel {
	position: relative;
	width: 25%;
	float: left;
	padding: 0 40px;
	margin: 0 0 40px 0;
	text-align: center;
	font-size: 20px;
	font-family: "proxima-nova", sans-serif;
	font-style: normal;
	font-weight: 700;
	text-transform: uppercase;
}

.fuel img {
	display: block;
	margin: 0 auto 10px auto;
	width: 100%;
	max-width: 288px;
	height: auto;
	-webkit-filter: grayscale(30%);
	filter: grayscale(30%);
	-webkit-transition: all .4s;
	-moz-transition: all .4s;
	-o-transition: all .4s;
	transition: all .4s;
}

.fuel:hover img {
	-webkit-filter: grayscale(0%);
	filter: grayscale(0%);
}

.fuel:hover a {
	color: #cdb415;
}

/*---------------------------------------------------------------------
 *  COMPARE FUELS
 *---------------------------------------------------------------------*/

#comp_fuels {
	position: relative;
	width: 100%;
}

#comp_fuels thead {
	color: #ffffff;
	text-transform: uppercase;
	font-size: 16px;
	line-height: normal;
	font-family: "proxima-nova",sans-serif;
	font-style: normal;
	font-weight: 700;
}

#comp_fuels thead tr {
	background: transparent !important;
}

#comp_fuels th {
	text-align: left;
	vertical-align: middle;
}

#comp_fuels .cent {
	text-align: center;
}

#comp_fuels th {
	border: 1px solid rgba(255,255,255,1);
	background: #004785;
	padding: 10px;
	text-align: left;
	-webkit-transition: all .4s;
	-moz-transition: all .4s;
	-o-transition: all .4s;
	transition: all .4s;
}

#comp_fuels th:hover {
	background: #cdb415;
	cursor: pointer;
}

#comp_fuels td {
	border: 1px solid #fff;
	padding: 10px;
	text-align: left;
	font-size: 15px;
}

#comp_fuels .cent {
	text-align: center;
}

#comp_fuels tr.highlight {
	background: rgba(255, 224, 26, .5) !important;
	-webkit-transition: all .4s;
	-moz-transition: all .4s;
	-o-transition: all .4s;
	transition: all .4s;
}

#comp_fuels td a {
	display: block;
}




/*---------------------------------------------------------------------
 *  SINGLE FUEL & SCANTIONING BODY
 *---------------------------------------------------------------------*/

#page_top {
	position: relative;
	padding: 0 0 80px 0;
}

#page_top h1 {
	font-family: "proxima-nova",sans-serif;
	font-style: normal;
	font-weight: 700;
	font-size: 65px;
	line-height: 1;
	color: #323232;
	margin: 0 0 20px 0;
}

#compare {
	position: absolute;
	top: 12px;
	right: 0;
}

#compare a {
	display: inline-block;
	padding: 10px 15px;
	font-size: 14px;
	font-family: "proxima-nova",sans-serif;
	font-style: normal;
	font-weight: 700;
	letter-spacing: 1px;
	text-transform: uppercase;
	color: #ffffff;
	background: #004785;
}

#compare a:hover {
	background: #cdb415;
}

h1.compare {
	padding: 0 180px 0 0;
}

#page_top .left {
	width: 33%;
	padding: 0 30px 0 0;
}

.product {
	position: relative;
	width: 100%;
	max-width: 288px;
	text-align: center;
}

.product img {
	display: block;
	width: 100%;
	height: auto;
}

#msds {
	position: relative;
	width: 100%;
	margin: 10px 0 0 0;
	text-align: center;
}

#msds a {
	display: inline-block;
	font-family: "proxima-nova",sans-serif;
	font-style: normal;
	font-weight: 700;
	text-transform: uppercase;
	font-size: 16px;
	height: 33px;
	line-height: 33px;
	background-image: url(images/msds-logo.png);
	background-repeat: no-repeat;
	background-size: 33px 33px;
	padding: 0 0 0 38px;
}

#website {
	position: relative;
	width: 100%;
	margin: 10px 0 0 0;
	text-align: center;
	font-family: "proxima-nova",sans-serif;
	font-style: normal;
	font-weight: 700;
}

#website a {
	display: inline-block;
	text-transform: uppercase;
	font-size: 16px;
	line-height: normal;
	/*background-image: url(images/msds-logo.png);
	background-repeat: no-repeat;
	background-size: 33px 33px;
	padding: 0 0 0 38px;*/
}

#website a span {
	display: block;
	font-size: 13px;
	text-transform: uppercase;
	color: #b1b1b1;
	font-weight: 600;
}

#page_top .right {
	width: 67%;
}

#legal_box {
	position: relative;
	margin: 20px 0 0 0;
	padding: 20px 0;
	background: #e7e7e7;
	border: 3px double rgba(255,255,255,.7);
}

#legal_box strong {
	font-family: "proxima-nova",sans-serif;
	font-style: normal;
	font-weight: 700;
	font-size: 16px;
	text-transform: uppercase;
}

#legal_box p {
	padding: 0 0 15px 0;
}

#legal_box .left {
	width: 140px;
	padding: 20px 40px;
}

#legal_box .right {
	width: calc(100% - 140px);
	padding: 0 20px 0 0;
}

.alert {
	background: #004785;
	text-align: center;
	font-family: "proxima-nova",sans-serif;
	font-style: normal;
	font-weight: 700;
	font-size: 30px;
	color: #ffffff;
	height: 60px;
	width: 60px;
	line-height: 60px;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	-webkit-transition: all .4s;
	-moz-transition: all .4s;
	-o-transition: all .4s;
	transition: all .4s;
}

#legal_box:hover .alert {
	background: #cdb415;
}

#page_mid {
	position: relative;
	padding: 50px 0;
	background: #f2f2f2;
}

#page_mid ul {
	list-style: none;
	margin: 0;
}

#page_mid h2 {
	font-family: "proxima-nova",sans-serif;
	font-style: normal;
	font-weight: 700;
	color: #323232;
	font-size: 24px;
	line-height: normal;
	text-transform: uppercase;
	padding: 0 0 10px 0;
	border-bottom: 1px solid #004785;
	margin: 0 0 20px 0;
}

#page_mid .left {
	width: 50%;
	padding: 0 25px 0 0;
}

#page_mid .right {
	width: 50%;
	padding: 0 0 0 25px;
}

#page_mid .right li {
	width: 50%;
	float: left;
	margin: 0 0 10px 0;
	box-sizing: border-box;
	padding: 0 10px 0 0;
}

#page_mid .right img {
	width: 100%;
	height: auto;
	display: block;
}

#page_mid h2.fuel_sb {
	margin-top: 30px;
}

ul#tech {
	position: relative;
	list-style: none;
	margin: 0;
}

ul#tech li {
	padding: 10px 20px;
}

ul#tech li.alt {
	background: #e1e1e1;
}

ul#tech .left {
	width: calc(100% - 95px);
	font-weight: bold;
}

ul#tech .right {
	width: 95px;
}

#page_bot {
	position: relative;
	padding: 50px 0;
	text-align: center;

}

#page_bot h3 {
	text-align: center;
	font-size: 36px;
	line-height: normal;
	color: #000000;
	margin: 0 0 20px 0;
	font-family: "bebas-neue", sans-serif;
	font-style: normal;
	font-weight: 400;
	text-transform: uppercase;
}

#page_bot .snippet {
	position: relative;
	vertical-align: top;
	/*text-align: left;*/
	color: #666;
	padding: 10px 30px;
	box-sizing: border-box;
	display: inline-block;
	width: 31%;
	border-right: 1px solid #b7b7b7;
}

.snippet p {
	padding: 10px 0 0 0;
}

.snippet h4 {
	font-size: 20px;
	line-height: 1.1;
	font-family: "proxima-nova",sans-serif;
	font-style: normal;
	font-weight: 700;
	margin: 0;
}

.view-all {
	display: block;
	margin: 20px 0 0 0;
}

.view-all a {
	display: inline-block;
	background: #999;
	color: #fff;
	font-size: 14px;
	line-height: 1;
	font-family: "proxima-nova",sans-serif;
	font-style: normal;
	font-weight: 700;
	text-transform: uppercase;
	padding: 7px 15px;
}

.view-all a:hover {
	background: #cdb415;
}




/*---------------------------------------------------------------------
 *  RACING PAGE
 *---------------------------------------------------------------------*/

h2.section-title {
	font-size: 36px;
	text-transform: uppercase;
	font-weight: 800;
}

#racing_events {
	position: relative;
	margin: 0 0 40px 0;
}

#racing_events .left {
	width: 50%;
	padding: 0 40px 0 0;
}

#racing_events ul {
	margin: 0 0 0 20px;
	list-style: circle;
	color: #666666;
}

#racing_bodies {
	position: relative;
	background: #f6f6f6;
	padding: 60px 0;
}




/*---------------------------------------------------------------------
 *  MERCHANDISE PAGE
 *---------------------------------------------------------------------*/

#merchandise {
	position: relative;
	margin: 0 0 40px 0;

}

.item {
	position: relative;
	box-sizing: border-box;
	float: left;
	width: 33%;
	border: 1px solid transparent;
	background: rgba(0, 71, 133, 1);
	-webkit-transition: all .6s;
	-moz-transition: all .6s;
	-o-transition: all .6s;
	transition: all .6s;
}

.item.mid {
	border-right: 1px dashed rgba(255,255,255,.25);
	border-left: 1px dashed rgba(255,255,255,.25);
}

.m_photo {
	position: relative;
	z-index: 1;
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);

	-webkit-transition: all .2s;
	-moz-transition: all .2s;
	-o-transition: all .2s;
	transition: all .2s;
}

.m_photo img {
	width: 100%;
	height: auto;
	display: block;
}

.item a {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
	display: block;
	background: transparent;
	z-index: 20;
}

.m_overlay {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
	display: block;
	background: rgba(0, 71, 133, .5);
	z-index: 10;
}

.item:hover {
	background: rgba(205, 180, 21, 1);
}

.item:hover .m_photo {
	-webkit-filter: grayscale(0%);
	filter: grayscale(0%);

}

.item:hover .m_overlay {
	background: rgba(0, 71, 133, 0);
}

.merch p {
	text-align: center;
	max-width: 600px;
	box-sizing: border-box;
	margin: 0 auto;
	color: #666;
}



/*---------------------------------------------------------------------
 *  FUEL FINDER
 *---------------------------------------------------------------------*/

#locs {
	display: none;
}

#locs.visible {
	display: block;
}

#fuel_finder {
	position: relative;
	padding: 0 30px;
	z-index: 100;
}

.ff_logo {
	position: relative;
	width: 180px;
	margin: 0 auto;
}

.ff_logo img {
	display: block;
	width: 100%;
	height: auto;
}


.gray {
	position: relative;
	background: #e6e6e6;
	padding: 30px;
}

.grayfull {
	position: relative;
	background: #e6e6e6;
	z-index: 30;
}

#home_map {
	position: relative;
	background: #000000;
	width: 100%;
	height: auto;
	background: #000000;
	overflow: hidden;
}

#main_map {
	position: relative;
	background: #000000;
	width: 100%;
	height: 800px;
	background: #000000;
	overflow: hidden;
}

#map-canvas {
	position: relative;
	width: 100%;
	height: 100%;
	height: 600px;
	z-index: 1;
}

#map-ph {
	position: relative;
	width: 100%;
	height: 100%;
	height: 600px;
	z-index: 10;
	background: url(images/map_bg.gif) #2b2b2b no-repeat center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

#map-ph a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: block;
	z-index: 10;
}

#tap {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: center;
	justify-content: center;
	font-family: "bebas-neue",sans-serif;
	font-style: normal;
	font-weight: 400;
	color: #ffffff;
	font-size: 30px;
	background:rgba(0,0,0,.5);
	z-index: 5;
	opacity: 0;
	text-align: center;
	-webkit-transition: all .4s;
-moz-transition: all .4s;
-o-transition: all .4s;
transition: all .4s;
}

#tap.show {
	opacity: 1;
}

#map_directions {
	position: relative;
	float: left;
	width: 425px;
	height: 600px;
	background: #fff;
	overflow-y: auto;
}

#map_list {
	position: relative;
	float: left;
	width: 425px;
	height: 600px;
	background: #0b213b;
	overflow-y: auto;
}

#map_list .loc_directions, #map_list .loc_fuels, #map_list .loc_bot, #map_list .loc_contact{
	display: none;
}

#all_locs {
	position: relative;
	padding: 0 20px 20px 20px;
	color: #a5a5a5;
	font-size: 13px;
	line-height: 15px;
}

#all_locs .yline {
	width: 42px;
	height: 1px;
	display: block;
	background: #ffe01a;
	margin: 0 0 10px 0;
}

#all_locs .loc {
	position: relative;
	padding: 10px 0;
}

#all_locs .loc::after {
	content: "";
	width: 42px;
	height: 1px;
	display: block;
	background: #000;
	margin: 20px 0 0 0;
}

#all_locs .loc a {
	display: none;
}

#all_locs h2 {
	color: #ffffff;
	font-size: 20px;
	line-height: normal;
	margin: 0 0 2px 0;
	font-family: "bebas-neue",sans-serif;
	font-style: normal;
	font-weight: 400;
	letter-spacing: 1px;
	-webkit-transition: all .4s;
	-moz-transition: all .4s;
	-o-transition: all .4s;
	transition: all .4s;
}

#all_locs .loc_add {
	position: relative;
	padding: 0 40px 0 0;
}

#all_locs .loc:hover {
	cursor: pointer;
}

#all_locs .loc:hover h2 {
	color: #ffe01a;
}

.locmiles {
	position: absolute;
	bottom: 0;
	right: 0;
	font-weight: bold;
	color: #7594b8;
}

#map_single .locmiles {
	display: none;
}

#route_map {
	position: relative;
	float: right;
	width: calc(100% - 425px);
	height: 600px;
}

#route_map.fullwidth {
	float: none;
	width: 100%;
}



#map_single {
	position: absolute;
	top: 0;
	left: -425px;
	width: 425px;
	height: 100%;
	z-index: 40;
	-webkit-transition: all .4s;
	-moz-transition: all .4s;
	-o-transition: all .4s;
	transition: all .4s;
	background: #fff;
	/*overflow: hidden;*/
	overflow-y: auto;
}

#map_single h5 {
	font-size: 13px;
	color: #323232;
	font-weight: bold;
	line-height: 1;
	margin: 0 0 5px 0;
}

#map_single.display {
	left: 0;
}

#loc_header {
	position: relative;
	box-sizing: border-box;
	padding: 20px;
	background: #0b213b;
}

.box_header {
	position: relative;
	box-sizing: border-box;
	padding: 20px;
	background: #0b213b;
}

.box_header h2 {
	font-size: 18px;
	margin: 0;
	padding: 0;
	line-height: 1;
	font-family: "proxima-nova",sans-serif;
	font-style: normal;
	font-weight: 600;
	text-transform: uppercase;
	color: #ffffff;
}

#stepbystep {
	position: relative;
}

#close-loc {
	position: absolute;
	top: 50%;
	margin-top: -20px;
	right: 0;
	display: block;
	width: 40px;
	height: 40px;
	text-align: center;
	line-height: 40px;
	font-size: 28px;
	z-index: 10;
	color: rgba(255, 255, 255, .5);
	-webkit-transition: all .4s;
	-moz-transition: all .4s;
	-o-transition: all .4s;
	transition: all .4s;
}

#close-loc:hover {
	cursor: pointer;
	color: rgba(255, 224, 26, 1);
}

#loc_header h2 {
	font-size: 18px;
	margin: 0;
	padding: 0 30px 0 0;
	line-height: 1;
	font-family: "proxima-nova",sans-serif;
	font-style: normal;
	font-weight: 600;
	text-transform: uppercase;
	color: #ffffff;
}

#loc_content {
	position: relative;
	box-sizing: border-box;
	padding: 20px;
	color: #555555;
}

#lc_top {
	position: relative;
	font-size: 13px;
	line-height: 1.3;
}

#lc_top .left {
	width: 55%;
}

#lc_top .right {
	width: 40%;
}

#lc_top .right span {
	font-weight: bold;
	color: #333333;
	display: inline-block;
	width: 50px;
}

#directions {
	position: relative;
	margin: 30px 0;
	text-align: center;
}

#directions a {
	display: inline-block;
	margin: 0 auto;
	background: #004785;
	color: #ffffff;
	text-transform: uppercase;
	font-family: "proxima-nova",sans-serif;
	font-style: normal;
	font-weight: 700;
	font-size: 14px;
	line-height: 1;
	padding: 8px 15px;
}

#directions a:hover {
	background: #cdb415;
}

.loc_fuels {
	position: relative;
	margin: 0 0 15px 0;
}

.f_cir {
	position: relative;
	text-align: center;
	float: left;
	margin: 5px 10px 5px 0;
	color: #595959;
	font-size: 14px;
	background: #ccc;
	font-weight: bold;
	width: 80px;
	height: 80px;
	-moz-border-radius: 40px;
	-webkit-border-radius: 40px;
	border-radius: 40px;
	position: relative;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-transition: all .4s;
	-moz-transition: all .4s;
	-o-transition: all .4s;
	transition: all .4s;
}

.f_cir a {
	color: #595959;
}

.f_cir:hover {
	background: #cdb415;
	cursor: pointer;
}

#lc_bot {
	position: relative;
	margin: 10px 0;
	font-size: 13px;
	line-height: 1.3;
}

.loc_bot .left {
	width: 55%;
	padding: 0 10px 0 0;
}

.loc_bot .right {
	float: left;
	width: 40%;
	padding: 0 0 0 0;
}

.loc_bot .hours {
	margin-bottom: 20px;
}



/*---------------------------------------------------------------------
 *  HISTORY
 *---------------------------------------------------------------------*/

#history {
	position: relative;
	background-color: #222222;
}

#history .section {
	background-color: #222222;
	background-position: center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

#history .content {
	position: relative;
	box-sizing: border-box;
	padding: 0 30px;
	color: #d8d8d8;
	width: 100%;
	max-width: 1280px;
	margin: 0 auto;
}

#history h1 {
	text-align: center;
	color: #ffffff;
	font-family: "proxima-nova",sans-serif;
	font-style: normal;
	font-weight: 800;
	font-size: 80px;
}

#hist_intro { background-image: url(images/history/intro.jpg); background-color: #050e1b; }
#hist_1920 { background-image: url(images/history/1920.jpg); }
#hist_1940 { background-image: url(images/history/1940.jpg); }
#hist_1950 { background-image: url(images/history/1950.jpg); }
#hist_1960 { background-image: url(images/history/1960.jpg); }
#hist_1970 { background-image: url(images/history/1970.jpg); }
#hist_1980 { background-image: url(images/history/1980.jpg); }
#hist_1990 { background-image: url(images/history/1990.jpg); }
#hist_2000 { background-image: url(images/history/2000.jpg); }
#hist_2010 { background-image: url(images/history/2010.jpg); }

#hist_intro {
	text-align: center;
}

#hist_intro p {
	line-height: 1.4;
	width: 100%;
	max-width: 600px;
	margin: 0 auto;
}

#hist_intro img.logo {
	display: block;
	width: 100%;
	max-width: 550px;
	height: auto;
	margin: 0 auto 40px auto;
}

#hist_intro .scroll {
	position: absolute;
	width: 100%;
	left: 0;
	bottom: 0;
}

.scroll a {
	display: inline-block;
	margin: 20px auto 40px auto;
	font-size: 15px;
	line-height: 1;
	font-family: "proxima-nova",sans-serif;
	font-style: normal;
	font-weight: 700;
	color: #ffffff;
	background: url(images/icon_mouse.png) no-repeat center bottom;
	background-size: 28px 45px;
	padding: 10px 10px 55px 10px;
	opacity: .5;
}

.scroll a:hover {
	color: #cdb415;
	opacity: 1;
}

.full {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	padding: 150px 30px 0 30px;
	overflow: hidden;
}

.calendar {
	position: relative;
	box-sizing: border-box;
	width: 100%;
	max-width: 1280px;
	margin: 0 auto;
	padding: 230px 70px 0 70px;
}

.line {
	position: absolute;
	left: 69px;
	top: -150px;
	width: 1px;
	height: 2000px;
	background: #fff;
	z-index: 10;
	opacity: .5;
}

.line.first {
	top: 150px;
}

.decade {
	position: absolute;
	top: 100px;
	left: 0;
	width: 140px;
	height: 115px;
	z-index: 20;
}

.decade img {
	display: block;
	width: 100%;
	height: auto;
}

ul.dates {
	color: #ffffff;
	font-size: 16px;
	line-height: 1.2;
	margin: 0;
	padding: 0;
	list-style: none;
}

.year {
	position: relative;
	font-size: 16px;
	line-height: 1.2;
	margin: 0 0 20px 20px;
}

.year .left {
	width: 55px;
	color: #ffe01a;
	font-weight: bold;
}

.year .right {
	width: calc(100% - 55px);
	color: #ffffff;
}

.years {
	position: relative;
	float: left;
	box-sizing: border-box;
	width: 60%;
	padding: 0 30px 0 0;
}

.milestones {
	position: relative;
	float: right;
	width: 40%;
}

.milestone {
	position: relative;
	box-sizing: border-box;
	padding: 20px 25px;
	margin: 0 0 30px 0;
	background: rgba(255,255,255,.8);
	font-size: 15px;
	line-height: 1.3;
	color: #444;
	border: 3px double #fff;
	-webkit-transition: all .4s;
	-moz-transition: all .4s;
	-o-transition: all .4s;
	transition: all .4s;
}

.milestone h4 {
	font-family: "bebas-neue",sans-serif;
	font-style: normal;
	font-weight: 400;
	color: #000;
	font-size: 28px;
	line-height: 1;
	margin: 0 0 2px 0;
}

.milestone:hover {
	background: rgba(255,255,255,1);
}

.ms_l {
	float: left;
	width: 130px;
}

.ms_l img {
	display: block;
	width: 100%;
	height: auto;
}

.ms_r {
	float: right;
	padding: 0 0 0 20px;
	width: calc(100% - 130px);
}




/*---------------------------------------------------------------------
 *  WINNERS CIRCLE
 *---------------------------------------------------------------------*/

#winners {
	position: relative;
	margin: 60px 25px 40px 25px;
}

#wc_top {
	position: relative;
}

#wc_top h2 {
	font-size: 17px;
	line-height: 1.2;
	font-family: "proxima-nova",sans-serif;
	font-style: normal;
	font-weight: 700;
	text-transform: uppercase;
	margin: 0 0 10px 0;
	padding: 0;
}

.wc_article {
	position: relative;
}

.wc_img {
	position: relative;
	max-height: 315px;
	overflow: hidden;
}

.wc_img img {
	display: block;
	width: 100%;
	height: 100%;
}

#wc_top .left {
	width: calc(50% - 20px);
	margin: 0 0 20px 0;
	background: #e6e6e6;
}

#wc_top .right {
	width: calc(50% - 20px);
	margin: 0 0 20px 0;
	background: #e6e6e6;
}

.wc_full {
	position: relative;
	margin: 20px 0 0 0;
	background: #e6e6e6;
}

.wc_title {
	position: relative;
	box-sizing: border-box;
	border-top: 2px solid #fff;
	padding: 15px 20px;
}


.wc_title a {
	color: #033572;
}

.wc_title a:hover {
	color: #00549e;
}

.wc_photo {
	position: relative;
	margin: 0 0 20px 0;
}

.wc_photo img {
	display: block;
	max-width: 100%;
}

.wc_credit {
	position: relative;
	width: 100%;
	margin: 0px auto 20px auto;
	padding: 20px 20px 0 20px;
	text-align: center;
	color: #888;
	font-size: 14px;
	font-style: italic;
	border-top: 1px dashed #ccc;
	border-bottom: 1px dashed #ccc;
}

.wc_foot {
	position: relative;
	width: 100%;
	max-width: 800px;
	margin: 10px auto 0 auto;
	padding: 20px 20px 0 20px;
	text-align: center;
	color: #888;
	font-size: 14px;
	font-style: italic;
	border-top: 1px dashed #ccc;
	border-bottom: 1px dashed #ccc;
}

#wc_bot {
	position: relative;
	width: 100%;
	max-width: 960px;
	padding: 40px 25px 0 25px;
	margin: 0 auto;
	color: #666;
	font-size: 15px;
	line-height: 1.3;
}

#wc_bot h3 {
	font-size: 20px;
	font-family: "proxima-nova",sans-serif;
	font-style: normal;
	font-weight: 700;
	line-height: 1.2;
	margin: 0 0 5px 0;
}

.wc_more {
	position: relative;
	margin: 0 auto;
	text-align: center;
}

.wc_more a {
	width: auto;
	display: inline-block;
	padding: 10px 15px;
	font-size: 14px;
	font-family: "proxima-nova", sans-serif;
	font-style: normal;
	font-weight: 700;
	letter-spacing: 1px;
	text-transform: uppercase;
	color: #ffffff;
	background: #004785;
}

.wc_more a:hover {
	background: #cdb415;
}



/*---------------------------------------------------------------------
 *  FOOTER
 *---------------------------------------------------------------------*/

#footer {
	position: relative;
	background: #000000;
	color: #999;
	padding: 40px 45px;
	font-size: 14px;
	line-height: 1.4;
}

#footer strong {
	text-transform: uppercase;
	color: #fff;
}

#footer span {
	color: #666;
	margin: 0 8px;
}

#footer .left a {
	color: #999;
}

#footer .left a:hover {
	color: #cdb415;
}

#footer .right {
	text-align: right;
}

#footer .right a {
	font-weight: bold;
	color: #fff;
}

#footer .right a:hover {
	color: #cdb415;
}




/*---------------------------------------------------------------------
 *  SITE TOP
 *---------------------------------------------------------------------*/

#sunoco {
	position: fixed;
	top: 0;
	left: 0;
	width: 280px;
	height: auto;
	z-index: 9999;
}

#ff {
	position: fixed;
	top: 56px;
	right: 45px;
	z-index: 9999;
}

#ff a {
	color: #ffffff;
	font-family: "bebas-neue", sans-serif;
	font-style: normal;
	font-weight: 400;
	text-transform: uppercase;
	font-size: 20px;
	line-height: 20px;
	height: 22px;
	display: inline-block;
	background: url(images/ff_marker.png) no-repeat;
	background-size: 14px 20px;
	padding: 0 5px;
}

#ff a:hover {
	color: #ffe01a;
}

/*#top {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	background: rgba(0,0,0,.9);
	height: 150px;
	z-index: 500;
	-webkit-transition: all .6s;
	-moz-transition: all .6s;
	-o-transition: all .6s;
	transition: all .6s;
}

#top.home {
	background: rgba(0,0,0,0);
	top: -150px;
}

#top.home.fixed {
	background: rgba(0,0,0,.9);
	top: 0;
}*/

#top {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	background: rgba(0,0,0,0);
	height: 150px;
	z-index: 500;
	-webkit-transition: all .6s;
	-moz-transition: all .6s;
	-o-transition: all .6s;
	transition: all .6s;
}


#top.fixed {
	background: rgba(0,0,0,.9);
	top: 0;
}

#top.history {
	background: rgba(0,0,0,.9);
	top: 0;
}


.top_pad {
	position: relative;
	height: 150px;
	display: block;
}

#logo {
	position: relative;
	float: left;
	margin: 30px 0 30px 45px;
	width: 120px;
}

#logo img {
	display: block;
	width: 100%;
	height: auto;
}

#toggle {
	position: relative;
	float: right;
	margin: 56px 45px 0 0;
	font-size: 20px;
	line-height: 22px;
	color: #ffffff;
	font-family: "bebas-neue",sans-serif;
	font-style: normal;
	font-weight: 400;
	overflow: visible;
	vertical-align: middle;
	-webkit-transition: all .4s;
	-moz-transition: all .4s;
	-o-transition: all .4s;
	transition: all .4s;
}

#toggle span {
	font-size: 18px;
	line-height: 1;
	margin: 0 7px 0 0;
	vertical-align: middle;
	font-weight: normal;
}

#toggle:hover {
	cursor: pointer;
	color: #ffe01a;
}



 /*---------------------------------------------------------------------
 *  PUSH NAV
 *---------------------------------------------------------------------*/

.cbp-spmenu {
    background: #004785;
    position: fixed;
    padding: 150px 0 0 0;
}

.cbp-spmenu a {
    display: block;
    color: #fff;
    font-family: "proxima-nova",sans-serif;
	font-style: normal;
	font-weight: 700;
	font-size: 18px;
	padding: 10px 50px;
	text-transform: uppercase;
	text-decoration: none;
	-webkit-transition: all .4s;
	-moz-transition: all .4s;
	-o-transition: all .4s;
	transition: all .4s;
}

.cbp-spmenu a:hover {
    color: #ffe01a;
}

.cbp-spmenu-vertical {
    width: 280px;
    height: 100%;
    top: 0;
    z-index: 1000;
    /*overflow-y: scroll;*/
    overflow-y: auto;
}

.cbp-spmenu-left {
    left: -280px;
}

.cbp-spmenu-left.menu-open {
    left: 0px;
}

.push-body {
    overflow-x: hidden;
    position: relative;
    left: 0;
}

.push-body-toright {
    left: 280px;
}

.cbp-spmenu,
.push-body {
    -webkit-transition: all 0.4s ease;
       -moz-transition: all 0.4s ease;
            transition: all 0.4s ease;
}



 /*---------------------------------------------------------------------
 *  PAGINATION
 *---------------------------------------------------------------------*/

#post_nav {
	position: relative;
	padding: 35px 0;
	margin: 0;
	border-top: 1px dashed #cccccc;
	font-size: 15px;
	font-family: "proxima-nova",sans-serif;
	font-style: normal;
	font-weight: 600;
	text-align: center;
}

#post_nav ol {
	margin: 0;
	list-style: none;
}

#post_nav ol li {
	padding: 0;
}

.wp-paginate {
	padding:0;
	margin:0;
}

#post_nav .wp-paginate li {
	display: inline-block;
	box-sizing: border-box;
	width: 36px;
	height: 36px;
	line-height: 36px;
	margin: 0 3px;
}

.wp-paginate a {
	display: block;
	box-sizing: border-box;
	background: #f2f3f3;
	color: #777777;
	line-height: 36px;
	text-align: center;
	text-decoration: none;
	-webkit-transition: all .4s;
	-moz-transition: all .4s;
	-o-transition: all .4s;
	transition: all .4s;
}

.wp-paginate a:hover, .wp-paginate a:active {
	background: #cdb415;
	color: #ffffff;
}

.wp-paginate .title {
	display: none;
}

.wp-paginate .gap {
	color: #777777;
	display: block;
	box-sizing: border-box;
	text-align: center;
}

.wp-paginate .current {
	display: block;
	box-sizing: border-box;
	color: #fff;
	background: #004785;
	text-align: center;
}

.wp-paginate .page {}

.wp-paginate .prev, .wp-paginate .next {}





/*---------------------------------------------------------------------
 *  FULL PAGE
 *---------------------------------------------------------------------*/

html.fp-enabled,
.fp-enabled body {
    margin: 0;
    padding: 0;
    overflow:hidden;

    /*Avoid flicker on slides transitions for mobile phones #336 */
    -webkit-tap-highlight-color: rgba(0,0,0,0);
}
#superContainer {
    height: 100%;
    position: relative;

    /* Touch detection for Windows 8 */
    -ms-touch-action: none;

    /* IE 11 on Windows Phone 8.1*/
    touch-action: none;
}
.fp-section {
    position: relative;
    -webkit-box-sizing: border-box; /* Safari<=5 Android<=3 */
    -moz-box-sizing: border-box; /* <=28 */
    box-sizing: border-box;
}
.fp-slide {
    float: left;
}
.fp-slide, .fp-slidesContainer {
    height: 100%;
    display: block;
}
.fp-slides {
    z-index:1;
    height: 100%;
    overflow: hidden;
    position: relative;
    -webkit-transition: all 0.3s ease-out; /* Safari<=6 Android<=4.3 */
    transition: all 0.3s ease-out;
}
.fp-section.fp-table, .fp-slide.fp-table {
    display: table;
    table-layout:fixed;
    width: 100%;
}
.fp-tableCell {
    display: table-cell;
    vertical-align: middle;
    width: 100%;
    height: 100%;
}
.fp-slidesContainer {
    float: left;
    position: relative;
}
.fp-controlArrow {
    -webkit-user-select: none; /* webkit (safari, chrome) browsers */
    -moz-user-select: none; /* mozilla browsers */
    -khtml-user-select: none; /* webkit (konqueror) browsers */
    -ms-user-select: none; /* IE10+ */
    position: absolute;
    z-index: 4;
    top: 50%;
    cursor: pointer;
    width: 0;
    height: 0;
    border-style: solid;
    margin-top: -38px;
    -webkit-transform: translate3d(0,0,0);
    -ms-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}
.fp-controlArrow.fp-prev {
    left: 15px;
    width: 0;
    border-width: 38.5px 34px 38.5px 0;
    border-color: transparent #fff transparent transparent;
}
.fp-controlArrow.fp-next {
    right: 15px;
    border-width: 38.5px 0 38.5px 34px;
    border-color: transparent transparent transparent #fff;
}
.fp-scrollable {
    overflow: hidden;
    position: relative;
}
.fp-scroller{
    overflow: hidden;
}
.iScrollIndicator{
    border: 0 !important;
}
.fp-notransition {
    -webkit-transition: none !important;
    transition: none !important;
}
#fp-nav {
    position: fixed;
    z-index: 100;
    margin-top: -32px;
    top: 50%;
    opacity: 1;
    -webkit-transform: translate3d(0,0,0);
}
#fp-nav.right {
    right: 17px;
}
#fp-nav.left {
    left: 17px;
}
.fp-slidesNav{
    position: absolute;
    z-index: 4;
    left: 50%;
    opacity: 1;
}
.fp-slidesNav.bottom {
    bottom: 17px;
}
.fp-slidesNav.top {
    top: 17px;
}
#fp-nav ul,
.fp-slidesNav ul {
  margin: 0;
  padding: 0;
}
#fp-nav ul li,
.fp-slidesNav ul li {
    display: block;
    width: 14px;
    height: 13px;
    margin: 7px;
    position:relative;
}
.fp-slidesNav ul li {
    display: inline-block;
}
#fp-nav ul li a,
.fp-slidesNav ul li a {
    display: block;
    position: relative;
    z-index: 1;
    width: 100%;
    height: 100%;
    cursor: pointer;
    text-decoration: none;
}
#fp-nav ul li a.active span,
.fp-slidesNav ul li a.active span,
#fp-nav ul li:hover a.active span,
.fp-slidesNav ul li:hover a.active span{
    height: 12px;
    width: 12px;
    margin: -6px 0 0 -6px;
    border-radius: 100%;
 }
#fp-nav ul li a span,
.fp-slidesNav ul li a span {
    border-radius: 50%;
    position: absolute;
    z-index: 1;
    height: 4px;
    width: 4px;
    border: 0;
    background: #333;
    left: 50%;
    top: 50%;
    margin: -2px 0 0 -2px;
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
}
#fp-nav ul li:hover a span,
.fp-slidesNav ul li:hover a span{
    width: 10px;
    height: 10px;
    margin: -5px 0px 0px -5px;
}
#fp-nav ul li .fp-tooltip {
    position: absolute;
    top: -2px;
    color: #fff;
    font-size: 14px;
    font-family: arial, helvetica, sans-serif;
    white-space: nowrap;
    max-width: 220px;
    overflow: hidden;
    display: block;
    opacity: 0;
    width: 0;
    cursor: pointer;
}
#fp-nav ul li:hover .fp-tooltip,
#fp-nav.fp-show-active a.active + .fp-tooltip {
    -webkit-transition: opacity 0.2s ease-in;
    transition: opacity 0.2s ease-in;
    width: auto;
    opacity: 1;
}
#fp-nav ul li .fp-tooltip.right {
    right: 20px;
}
#fp-nav ul li .fp-tooltip.left {
    left: 20px;
}
.fp-auto-height.fp-section,
.fp-auto-height .fp-slide,
.fp-auto-height .fp-tableCell{
    height: auto !important;
}

.fp-responsive .fp-auto-height-responsive.fp-section,
.fp-responsive .fp-auto-height-responsive .fp-slide,
.fp-responsive .fp-auto-height-responsive .fp-tableCell {
    height: auto !important;
}




#fp-nav ul {
	list-style: none;
}

#fp-nav ul li {
	padding: 0;
	margin: 14px 0;
}

#fp-nav ul li a span, .fp-slidesNav ul li a span {
	background: #cdb415;
}

#fp-nav ul li .fp-tooltip {
	text-transform: uppercase;
	font-family: "bebas-neue",sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 15px;
	top: 0;
	width: auto;
	opacity: .25;
}




/*---------------------------------------------------------------------
 *  FORMS
 *---------------------------------------------------------------------*/

#gform_wrapper_1 {
	position: relative;
	margin: 20px 0 0 0;
}

.validation_error {
	display: none;
}

.validation_message {
	color: #e02026;
	font-size: 13px;
	line-height: 1;
	font-style: italic;
	padding: 5px 0 0 0;
}

#gform_wrapper_1 label, .gform_wrapper label {
	color: #acacac;
	font-family: "proxima-nova",sans-serif;
	font-style: normal;
	font-weight: 600;
	text-transform: uppercase;
	font-size: 13px;
	line-height: 1;
}

#gform_wrapper_1 ul, .gform_wrapper ul {
	margin: 0;
	list-style: none;
}

#gform_wrapper_1 li , .gform_wrapper li{
	margin: 0 0 20px 0;
	padding: 0;
}

#gform_wrapper_1 input[type=text], .gform_wrapper input[type=text]{
	font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
	font-size: 15px;
	box-sizing: border-box;
	margin: 5px 0 0 0;
	padding: 0 10px;
	border: 1px solid #ccc;
	outline: none;
	height: 40px;
	width: 100%;
	max-width: 500px;
	-webkit-transition: all .4s;
	-moz-transition: all .4s;
	-o-transition: all .4s;
	transition: all .4s;
}

#gform_wrapper_1 textarea, .gform_wrapper textarea {
	font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
	font-size: 15px;
	box-sizing: border-box;
	margin: 5px 0 0 0;
	padding: 10px;
	border: 1px solid #ccc;
	outline: none;
	height: 160px;
	width: 100%;
	max-width: 700px;
	-webkit-transition: all .4s;
	-moz-transition: all .4s;
	-o-transition: all .4s;
	transition: all .4s;
}

#gform_wrapper_1 input[type=text]:focus, #gform_wrapper_1 textarea:focus,
.gform_wrapper input[type=text]:focus, .gform_wrapper textarea:focus {
	border-color: #cdb415;
}

#gform_wrapper_1 .gfield_error input[type=text], #gform_wrapper_1 .gfield_error textarea {
	border-color: #e02026;
}

#gform_submit_button_1, .gform_button {
	display: inline-block;
	width: auto;
	background: #004785;
	color: #ffffff;
	font-family: "proxima-nova",sans-serif;
	font-style: normal;
	font-weight: 700;
	text-transform: uppercase;
	text-decoration: none;
	padding: 10px 20px;
	font-size: 16px;
	line-height: 1;
	-webkit-transition: all .4s;
	-moz-transition: all .4s;
	-o-transition: all .4s;
	transition: all .4s;
	outline: none;
	border: none;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}

#gform_submit_button_1:hover, .gform_button:hover {
	background: #cdb415;
}

#gform_confirmation_message_1 {
	color: #004785;
	font-weight: bold;
}

#input_1_2_container label {
	display: none;
}




/*---------------------------------------------------------------------
 *  NICE SELECT
 *---------------------------------------------------------------------*/

#filter {
	position: relative;
	margin: 0 auto;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: center;
	justify-content: center;
}

#fuel_select {
	position: relative;
	float: left;
	width: 200px;
	margin: 0 10px;
}

#f_compare {
	position: relative;
	float: right;
	width: 200px;
	margin: 0 10px;
}

#f_compare a {
	display: block;
	padding: 0;
	height: 42px;
	line-height: 42px;
	font-size: 16px;
	font-family: "proxima-nova",sans-serif;
	font-style: normal;
	font-weight: 700;
	text-transform: uppercase;
	color: #ffffff;
	background: #004785;
	text-align: center;
}

#f_compare a:hover {
	background: #cdb415;
}

.nice-select {
	-webkit-tap-highlight-color: transparent;
	background: #777;
	color: #ffffff;
	border-radius: 0;
	box-sizing: border-box;
	clear: both;
	cursor: pointer;
	display: block;
	height: 42px;
	line-height: 42px;
	outline: none;
	padding-left: 18px;
	padding-right: 30px;
	position: relative;
	text-align: left !important;
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	-o-transition: all 0.4s;
	transition: all 0.4s;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	white-space: nowrap;
	width: auto;
	font-family: "proxima-nova",sans-serif;
	font-style: normal;
	font-weight: 700;
	font-size: 16px;
	text-transform: uppercase;
}

.nice-select:hover {
	background: #cdb415;
}

.nice-select:after {
	border-bottom: 2px solid #ffffff;
	border-right: 2px solid #ffffff;
	content: '';
	display: block;
	height: 5px;
	margin-top: -4px;
	pointer-events: none;
	position: absolute;
	right: 12px;
	top: 50%;
	-webkit-transform-origin: 66% 66%;
	      transform-origin: 66% 66%;
	-webkit-transform: rotate(45deg);
	      transform: rotate(45deg);
	transition: all 0.15s ease-in-out;
	width: 5px;
}

.nice-select.open:after {
	-webkit-transform: rotate(-135deg);
	      transform: rotate(-135deg);
}

.nice-select.open .list {
	opacity: 1;
	pointer-events: auto;
	-webkit-transform: scale(1) translateY(0);
	      transform: scale(1) translateY(0);
    max-height: 260px;
	overflow-y: scroll;
}

.nice-select.disabled {
	border-color: #ededed;
	color: #999;
	pointer-events: none;
}

.nice-select.disabled:after {
	border-color: #cccccc;
}

.nice-select ul.list {
	margin: 0;
	padding: 10px 0;
	list-style: none;
	background-color: #fff;
	border-radius: 0;
	box-shadow: 0 0 0 1px rgba(68, 68, 68, 0.11);
	box-sizing: border-box;
	width: 100%;
	margin-top: 4px;
	opacity: 0;
	overflow: hidden;
	pointer-events: none;
	position: absolute;
	top: 100%;
	left: 0;
	-webkit-transform-origin: 50% 0;
	      transform-origin: 50% 0;
	-webkit-transform: scale(0.75) translateY(-21px);
	      transform: scale(0.75) translateY(-21px);
	transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
	z-index: 9;
}


.nice-select .option {
	cursor: pointer;
	line-height: normal;
	outline: none;
	color: #004785;
	padding: 10px 18px;
	text-align: left;
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	-o-transition: all 0.4s;
	transition: all 0.4s;
}

.nice-select .option:hover {
	color: #cdb415;
}




/*---------------------------------------------------------------------
 *  FUEL FINDER FILTER
 *---------------------------------------------------------------------*/

#ff_filter, #ff_onmyway {
	position: relative;
	padding: 30px 0;
	font-family: "proxima-nova",sans-serif;
	font-style: normal;
	font-weight: 600;
	text-align: center;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: center;
	justify-content: center;
}

#ff_filter .left {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: center;
	justify-content: center;
}

#ff_filter .right {
	margin: 0 0 0 20px;
	padding: 0 0 0 20px;
	border-left: 1px solid #cccccc;
}

#ff_filter span.or {
	display: none;
}

#ff_share {
	display: none;
}

#ff_filter input[type="text"] {
	box-sizing: border-box;
	height: 42px;
	padding: 0 5px;
	border: 1px solid #b5b5b5;
	font-size: 14px;
	font-family: "proxima-nova",sans-serif;
	font-style: normal;
	font-weight: 600;
	text-align: center;
	color: #666;
	vertical-align: middle;
	margin: 4px 2px;
}

#ff_zip {
	width: 60px;
}

#ff_city {
	width: 110px;
}

#ff_share:hover {
	background: #cdb415;
	cursor: pointer;
}


#ff_fuel {
	display: inline-block;
	margin: 4px 2px;
	width: 110px;
	vertical-align: middle;
}

#ff_state {
	display: inline-block;
	margin: 4px 2px;
	width: 80px;
	vertical-align: middle;
}

#ff_filter .nice-select {
	-webkit-tap-highlight-color: transparent;
	background: transparent;
	border-radius: 0;
	box-sizing: border-box;
	clear: both;
	cursor: pointer;
	display: block;
	height: 42px;
	line-height: 42px;
	outline: none;
	padding-left: 10px;
	padding-right: 30px;
	border: 1px solid #b5b5b5;
	position: relative;
	text-align: left;
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	-o-transition: all 0.4s;
	transition: all 0.4s;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	white-space: nowrap;
	width: auto;
	font-family: "proxima-nova",sans-serif;
	font-style: normal;
	font-weight: 600;
	font-size: 14px;
	text-transform: uppercase;
	color: #818181;
}

#ff_filter .nice-select:after {
	border-bottom: 2px solid #818181;
	border-right: 2px solid #818181;
}

#ff_filter .nice-select .option {
	padding: 7px 10px;
}

#ff_filter ::-webkit-input-placeholder {
   color: #b5b5b5;
}

#ff_filter :-moz-placeholder { /* Firefox 18- */
   color: #b5b5b5;
}

#ff_filter ::-moz-placeholder {  /* Firefox 19+ */
   color: #b5b5b5;
}

#ff_filter :-ms-input-placeholder {
   color: #b5b5b5;
}

#ff_submit, #omw_submit {
	position: relative;
	background: #004785;
	color: #fff;
	height: 42px;
	font-size: 14px;
	line-height: 42px;
	font-family: "proxima-nova",sans-serif;
	font-style: normal;
	font-weight: 600;
	text-transform: uppercase;
	padding: 0 15px;
	border: none;
	outline: none;
	vertical-align: middle;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	margin: 0;
	-webkit-transition: all .4s;
	-moz-transition: all .4s;
	-o-transition: all .4s;
	transition: all .4s;
}

#ff_submit {
	margin: 4px 0 4px 2px;
}

#ff_submit:hover, #omw_submit:hover {
	cursor: pointer;
	background: #cdb415;
}

#ff_onmyway input[type="text"] {
	box-sizing: border-box;
	height: 42px;
	padding: 0 10px;
	border: 1px solid #b5b5b5;
	font-size: 14px;
	font-family: "proxima-nova",sans-serif;
	font-style: normal;
	font-weight: 600;
	text-align: left;
	color: #666;
	width: 35%;
	margin: 0 5px;
	vertical-align: middle;
}

#ff_onmyway form {
	width: 100%;
}

#onmyway {
	position: relative;
	color: #004785;
	height: 42px;
	font-family: "bebas-neue",sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 19px;
	line-height: 42px;
}

#onmyway i {
	display: inline-block;
	vertical-align: middle;
	font-size: 26px;
	margin: -1px 7px 0 0;
	color: #cdb415;
}

#onmyway:hover {
	color: #cdb415;
}

#international {
	position: relative;
	color: #004785;
	height: 42px;
	font-family: "bebas-neue",sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 19px;
	line-height: 42px;
	margin: 0 0 0 15px;
}

#international i {
	display: inline-block;
	vertical-align: middle;
	font-size: 30px;
	margin: -1px 7px 0 0;
	color: #cdb415;
}

#international:hover {
	color: #cdb415;
}

#e-commerce {
	display: inline-block;
	position: relative;
	color: #004785;
	height: 42px;
	font-family: "bebas-neue",sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 19px;
	line-height: 42px;
	margin: 0;
}

#e-commerce i {
	display: inline-block;
	vertical-align: middle;
	font-size: 30px;
	margin: -1px 7px 0 0;
	color: #cdb415;
}

#e-commerce:hover {
	color: #cdb415;
}

@media only screen and (min-width: 956px){
	#e-commerce {
		margin: 0 0 0 15px;
	}
}