@charset "UTF-8";
body {
	margin: 0px;
	padding: 0px;
	font-family:Arial, Helvetica, sans-serif;
	background-color:#5a3a94;
        font-size: 14px;
}
.wrapper {
	width:962px;
	margin:0 auto;
}
.clear {
	clear:both;
}
.left {
	float:left;
}
.right {
	float:right;
}
/*********** HEADER *************/
div.header {
	position:absolute;
	top:0px;
	left:0px;
	height:144px;
	background:url(../images/header.png) repeat-x top;
	width:100%;
	z-index:9999;
}
.logo {
	position:relative;
	left:-12px;
	float:left;
}
.headerRight{
	padding:28px 0 0 0;
}
.search{
	background:url(../images/search-box.png) no-repeat;
	width:290px;
	height:33px;
	padding:6px 0 0 30px;
}
.search input, .dealerSearch input{
	border:none;
	height:20px;
	font-size:12px;
	color:#c8c8c8;
	width:220px;
}
.dealerSearch input{
	border:none;
	height:20px;
	font-size:12px;
	color:#c8c8c8;
	width:66px;
}
.find{
	font-family:"Times New Roman", Times, serif;
	font-size:18px;
	color:#5d3c98;
	line-height:16px;
	text-align:right;
	padding-right:6px;
}
.dealerSearch {
	background:url(../images/zip-box.png) no-repeat left top;
	padding:6px 0 0 12px;
	width:131px;
	height:33px;
}
.social {
	margin-top:-24px;
}
.social .icons{
	font-family:"Times New Roman", Times, serif;
	font-size:18px;
	color:#5f5f5f;
	text-align:right;
	height:30px;
}
.phone{
	font-family:"Times New Roman", Times, serif;
	font-size:30px;
	color:#000;
	line-height:37px;
}
.nav{
	font-family:"Times New Roman", Times, serif;
	color:#fff;
	font-weight:bold;
	font-size:14px;
	line-height:18px;
}
.nav ul.menu{
	list-style:none;
	padding:24px 0 0 0;
	*padding:0px;
	margin:0px;
}
.nav ul li{
	float:left;
	padding-right:15px;
}
.nav ul li a{
	color:#fff;
	text-decoration:none;
        text-transform: uppercase;
}
.nav ul li a:hover{
	color:#e7db03;
}

/*************** PAGE CONTENT **********/
.pageContent{
	position:relative;
	width:100%;
	top:137px;
	z-index:100;
	background-color:#fff;
}

/**************** SLIDESHOW ***********/
.slideshow {
	background:url(../images/slideshowBack.jpg) top;
	height:372px;
}
.slideShadow{
	background:url(../images/slideShadow.png) no-repeat center top;
}
.slideContainer {
	width:937px;
	height:366px;
	margin:0 auto;
	background:#fff;
	padding:5px;
        position: relative;
}
/**************** PRODUCT SCROLLER **********/
.productScrollBand{
	height:134px;
	background:url(../images/productBand.jpg) repeat-x;
}
.productBar{
	width:978px;
	height:179px;
	position:relative;
	margin:0 auto;
	top:-26px;
	background:url(../images/productBar.png) no-repeat top;
}
.scrollArrow {
	padding-top:70px;
}
.scrollArea {
	width:900px;
	height:169px;
	margin:0 15px;
}
.jcarousel-skin-tango .jcarousel-direction-rtl {
	direction: rtl;
}
.jcarousel-skin-tango .jcarousel-container-horizontal {
    width: 910px;
    padding: 0 0 0 30px;
	height:169px;
}
.jcarousel-skin-tango .jcarousel-clip {
    overflow: hidden;
}
.jcarousel-skin-tango .jcarousel-clip-horizontal {
    width:  900px;
    height: 169px;
}
.jcarousel-skin-tango .jcarousel-item {
    width: 100px;
    height: 169px;
}
.jcarousel-skin-tango .jcarousel-item-horizontal {
	margin-left: 0;
    margin-right: 0px;
}
.jcarousel-skin-tango .jcarousel-direction-rtl .jcarousel-item-horizontal {
	margin-left: 0px;
    margin-right: 0;
}
.jcarousel-skin-tango .jcarousel-item-placeholder {
    background: #fff;
    color: #000;
}
.jcarousel-skin-tango .jcarousel-next-horizontal {
    position: absolute;
    top: 63px;
    right: -32px;
    width: 32px;
    height: 62px;
    cursor: pointer;
    background: transparent url(../images/right-arrow.png) no-repeat 0 0;
	z-index:9999;
}
.jcarousel-skin-tango .jcarousel-direction-rtl .jcarousel-next-horizontal {
    left: 5px;
    right: auto;
	background:url(../images/left-arrow.png) no-repeat;
	border:solid 1px red;
}
.jcarousel-skin-tango .jcarousel-next-disabled-horizontal,
.jcarousel-skin-tango .jcarousel-next-disabled-horizontal:hover,
.jcarousel-skin-tango .jcarousel-next-disabled-horizontal:focus,
.jcarousel-skin-tango .jcarousel-next-disabled-horizontal:active {
    cursor: default;
    background: transparent url(../images/no-right-arrow.png) no-repeat 0 0;
}
.jcarousel-skin-tango .jcarousel-prev-horizontal {
    position: absolute;
    top: 63px;
    left: -15px;
    width: 32px;
    height: 62px;
    cursor: pointer;
    background: transparent url(../images/left-arrow.png) no-repeat 0 0;
	z-index:9999;
}
.jcarousel-skin-tango .jcarousel-direction-rtl .jcarousel-prev-horizontal {
    left: auto;
    right: 5px;
    background-image: url(../images/left-arrow.png);
}
.jcarousel-skin-tango .jcarousel-prev-disabled-horizontal,
.jcarousel-skin-tango .jcarousel-prev-disabled-horizontal:hover,
.jcarousel-skin-tango .jcarousel-prev-disabled-horizontal:focus,
.jcarousel-skin-tango .jcarousel-prev-disabled-horizontal:active {
    cursor: default;
	background: transparent url(../images/no-left-arrow.png) no-repeat 0 0;
}
/**************** HOME CONTENT **************/
.homeBack {
	background:url(../images/homeBack.jpg);
	background-repeat:no-repeat;
}
.homeFade {
	background:url(../images/homeFade.png) center top;
	padding:25px 0;
	font-size:14px;
	line-height:16px;
}
.homeFade h1, p.list-title{
	font-family:"Times New Roman", Times, serif;
	font-size:21px;
	padding-left:7px;
}
.homeFade p{
	padding-left:7px;
}

.homeFade p.list-title { padding-left: 0px; font-weight: bold;}
.homeLeft {
	width:450px;
	padding-top:40px;
}
.homeRight {
	padding-left: 50px;
	margin-top: 65px;
}
.homeRight table tr td{
	padding:0 50px 35px 0;
	width:180px;
	vertical-align:top;
}
.homeRight table tr td a, .homeLeft ul#homepage-blog-list li a{
	font-weight:bold;
	color:#5c3b96;
	text-decoration:none;
	font-size:14px;
}
/*****************INTERIOR PAGE ***********/
.inner{
	background:#fff url(../images/inner-gradient.png) repeat-x top;
}
.innerNav{
	width:210px;
	float:left;
	background:url(../images/innerNav.png) no-repeat top;
	position:relative;
	left:-10px;
	margin-bottom:15px;
}
.innerNav ul{
	list-style:none;
	padding:26px 0 0 22px;
	margin:0px;
	font-size:12px;
	line-height:16px;
}
.innerNav ul li:first-child{
	font-weight:bold;
	font-size:16px;
	padding-bottom:3px;
}
.innerNav ul li a{
	color:#fff;
	text-decoration:none;
}
.innerNav ul li a:hover{
	color:#e7db03;
}
.innerNavBottom{
	height:101px;
}
.innerContent {
	padding:25px 0 30px 30px;
	float:left;
	width:720px;
        font-size: 14px; 
}
.innerContent h1{
	padding:0px;
	margin:0px;
	font-size:21px;
	font-weight:normal;
}
.socialWidget {
	float:right;
	padding-bottom:25px;
}
/**************** FOOTER **************/

.footer {
	background:#5a3a94;
	padding:6px 0 54px 0;
	color:#fff;
	font-size:12px;
	line-height:16px;
}
.footerBar{
	background:url(../images/footerBar.png) center;
	height:9px;
}
.footer .wrapper .left, .footer .wrapper .right {
	padding-top:20px;
}
.footer a{
	color:#fff;
	text-decoration:none;
}
.footer a:hover{
	color:#E7DB03;
	text-decoration:none;
}
.footerConnect{
	font-family:"Times New Roman", Times, serif;
}
.connectBanner {
	background:url(../images/connectBanner.png) no-repeat top;
	width:388px;
	height:99px;
	text-align:center;
	padding-top:7px;
	color:black;
	font-size:14px;
	margin-top:10px;
}
.connectBanner ul{
	list-style:none;
	padding:7px 0 0 20px;
	margin:0px;
}
.connectBanner .subTitle{
	display:block;
	color:#e8121b;
	font-size:14px;
	font-weight:bold;
	padding-top:5px;
}
.connectBanner  a.title{
	color:#5a3a94;
	text-decoration:none;
	font-size:16px;
	line-height:24px;
	font-weight:bold;
	display:block;
}
.footerConnect h2 {
	padding:0 0 8px 4px;
	margin:0;
}

/* Customer Comments and Sponsored Riders pagination change 3/11/2013... 
-------------------------------------------------------------------------------------- */
.navigationPostsWrapper {
	float: left;
	width: 100%;
}
.previousPostsWrapper {
	float: left;
}
.nextPostsWrapper {
	float: right;
}
able#riders tbody tr td.ridersImageTD {
	width: 80px;
}
table#riders tbody tr td.ridersTextTD {
	width: 50%;
}
#ridersFilterWrapper {
  float: right;
  top: -51px;
	position: relative;
}
#ridersFilterWrapper span {
	font-weight: bold;
  width: 120px;
  display: inline-block;
}
#ridersFilterWrapper select {
	/*background-color: #5a3a94;
	color: #fff;*/
	background-color: #fff;
	color: #000;
	font-weight: bold;
}
#ridersFilterWrapper input[type="submit"] {
margin-left: 10px;
}
.nextPostsWrapper input#nextPageSubmit,
.previousPostsWrapper input#previousPageSubmit,
.nextPostsWrapper a#nextPageSubmit,
.previousPostsWrapper a#previousPageSubmit {
	/* padding: 6px 15px 4px 15px; */
	padding: 4px 10px;
	/* font-size: 16px; */
	font-size: 14px;
	border: 1px solid #000;
	background-color: #5a3a94;
	color: #fff;
	font-weight: bold;
	line-height: 1;
	margin: 0px 0px 0px 0px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
	-khtml-border-radius: 5px;
	-ms-border-radius: 5px;
	-chrome-border-radius: 5px;
	border-radius: 5px;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-khtml-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-chrome-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
#ridersFilterWrapper input#filterByTypeSubmit {
	margin: 0px 0px 0px 10px;
}
#ridersFilterWrapper input#filterByTypeSubmit:hover, 
#ridersFilterWrapper input#filterByTypeSubmit:active, 
#ridersFilterWrapper input#filterByTypeSubmit:focus, {
	outline: none;
}
.nextPostsWrapper input#nextPageSubmit:hover,
.nextPostsWrapper input#nextPageSubmit:active,
.nextPostsWrapper input#nextPageSubmit:focus,
.previousPostsWrapper input#previousPageSubmit:hover,
.previousPostsWrapper input#previousPageSubmit:active,
.previousPostsWrapper input#previousPageSubmit:focus,
.nextPostsWrapper a#nextPageSubmit:hover,
.nextPostsWrapper a#nextPageSubmit:active,
.nextPostsWrapper a#nextPageSubmit:focus,
.previousPostsWrapper a#previousPageSubmit:hover,
.previousPostsWrapper a#previousPageSubmit:active,
.previousPostsWrapper a#previousPageSubmit:focus {
	background-color: #7D51CF;
	outline: none;
	text-decoration: none;
}

.footerSocialMediaWrapperUL {
	list-style-type: none;
	font-size: 16px;
	line-height: 16px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px 0px 0px 0px;
}
.footerSocialMediaWrapperUL li {
	display: inline;
	padding-right: 5px;
}
.footerSocialMediaWrapperUL .footerENewsletterLI span {
	padding: 0px 5px 0px 15px;
	position: relative;
	top: -10px;
}
.footerSocialMediaWrapperUL .footerENewsletterLI img {
	width: 34px;
	height: 34px;
}
#ridersFilterWrapper div:first-child {
  margin-bottom: 5px;
}
#payments .custom_gateway:first-of-type table {
    display: block !important;
}


/**
 * New code for navigation submenus...
 */
.nav ul#menu-top-navigation li ul.sub-menu {
	display: none;
}
.nav ul#menu-top-navigation li:hover ul.sub-menu {
	display: block;
}

/**
 * new code for horses of the month page...
 */
#horsesOfTheMonthWrapper article {
	float: left;
	width: 30%;
	padding-right: 3%;
}
.readMoreWrapper {
	display: none;
	font-size: 12px;
}
#horsesOfTheMonthWrapper .readMoreWrapper {
	display: block;
}
.pageContent  .innerContent {
	min-height: inherit;
}
.single-quizzes .error {
  color:#800000;
}
.single-quizzes .field label {
min-width: 120px;
display: inline-block;
text-align: right;
}
.single-quizzes .field input {
  padding:5px;
  min-width: 300px;
}
.question {
  margin-bottom: 20px; 
  width: 100%;
}
.question .body {
margin-left: 40px;
line-height: 150%;
}
.question .number {
float: left;
font-size: 14pt;
background: #520080;
width: 1.35em;
line-height: 1.5em;
height: 1.4em;
text-align: center;
border-radius: 100%;
color: #FFF;
}
.question .body div {
color: hsl(120, 100%, 20%);
margin-top: 10px;
}
.question .body div.answer {
background: #EEE;
margin-top: 2px;
padding: 5px;
color: black;
}
.question .error, .question .body div.error {
color: #800000;
}
.single-quizzes .score {
  color: #520080;
  font-size: 20pt;
  line-height: 150%;
}

.score_response {
  font-size: 14pt;
  line-height: 150%;
}

.container,.container-fluid{padding-right:15px;padding-left:15px;margin-right:auto;margin-left:auto}@media (min-width:768px){.container{width:750px}}@media (min-width:992px){.container{width:970px}}@media (min-width:1200px){.container{width:1170px}}.row{margin-right:-15px;margin-left:-15px}.col-lg-1,.col-lg-10,.col-lg-11,.col-lg-12,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9,.col-md-1,.col-md-10,.col-md-11,.col-md-12,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9,.col-sm-1,.col-sm-10,.col-sm-11,.col-sm-12,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9,.col-xs-1,.col-xs-10,.col-xs-11,.col-xs-12,.col-xs-2,.col-xs-3,.col-xs-4,.col-xs-5,.col-xs-6,.col-xs-7,.col-xs-8,.col-xs-9{position:relative;min-height:1px;padding-right:15px;padding-left:15px}.col-xs-1,.col-xs-10,.col-xs-11,.col-xs-12,.col-xs-2,.col-xs-3,.col-xs-4,.col-xs-5,.col-xs-6,.col-xs-7,.col-xs-8,.col-xs-9{float:left}.col-xs-12{width:100%}.col-xs-11{width:91.66666667%}.col-xs-10{width:83.33333333%}.col-xs-9{width:75%}.col-xs-8{width:66.66666667%}.col-xs-7{width:58.33333333%}.col-xs-6{width:50%}.col-xs-5{width:41.66666667%}.col-xs-4{width:33.33333333%}.col-xs-3{width:25%}.col-xs-2{width:16.66666667%}.col-xs-1{width:8.33333333%}.col-xs-pull-12{right:100%}.col-xs-pull-11{right:91.66666667%}.col-xs-pull-10{right:83.33333333%}.col-xs-pull-9{right:75%}.col-xs-pull-8{right:66.66666667%}.col-xs-pull-7{right:58.33333333%}.col-xs-pull-6{right:50%}.col-xs-pull-5{right:41.66666667%}.col-xs-pull-4{right:33.33333333%}.col-xs-pull-3{right:25%}.col-xs-pull-2{right:16.66666667%}.col-xs-pull-1{right:8.33333333%}.col-xs-pull-0{right:0}.col-xs-push-12{left:100%}.col-xs-push-11{left:91.66666667%}.col-xs-push-10{left:83.33333333%}.col-xs-push-9{left:75%}.col-xs-push-8{left:66.66666667%}.col-xs-push-7{left:58.33333333%}.col-xs-push-6{left:50%}.col-xs-push-5{left:41.66666667%}.col-xs-push-4{left:33.33333333%}.col-xs-push-3{left:25%}.col-xs-push-2{left:16.66666667%}.col-xs-push-1{left:8.33333333%}.col-xs-push-0{left:0}.col-xs-offset-12{margin-left:100%}.col-xs-offset-11{margin-left:91.66666667%}.col-xs-offset-10{margin-left:83.33333333%}.col-xs-offset-9{margin-left:75%}.col-xs-offset-8{margin-left:66.66666667%}.col-xs-offset-7{margin-left:58.33333333%}.col-xs-offset-6{margin-left:50%}.col-xs-offset-5{margin-left:41.66666667%}.col-xs-offset-4{margin-left:33.33333333%}.col-xs-offset-3{margin-left:25%}.col-xs-offset-2{margin-left:16.66666667%}.col-xs-offset-1{margin-left:8.33333333%}.col-xs-offset-0{margin-left:0}@media (min-width:768px){.col-sm-1,.col-sm-10,.col-sm-11,.col-sm-12,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9{float:left}.col-sm-12{width:100%}.col-sm-11{width:91.66666667%}.col-sm-10{width:83.33333333%}.col-sm-9{width:75%}.col-sm-8{width:66.66666667%}.col-sm-7{width:58.33333333%}.col-sm-6{width:50%}.col-sm-5{width:41.66666667%}.col-sm-4{width:33.33333333%}.col-sm-3{width:25%}.col-sm-2{width:16.66666667%}.col-sm-1{width:8.33333333%}.col-sm-pull-12{right:100%}.col-sm-pull-11{right:91.66666667%}.col-sm-pull-10{right:83.33333333%}.col-sm-pull-9{right:75%}.col-sm-pull-8{right:66.66666667%}.col-sm-pull-7{right:58.33333333%}.col-sm-pull-6{right:50%}.col-sm-pull-5{right:41.66666667%}.col-sm-pull-4{right:33.33333333%}.col-sm-pull-3{right:25%}.col-sm-pull-2{right:16.66666667%}.col-sm-pull-1{right:8.33333333%}.col-sm-pull-0{right:0}.col-sm-push-12{left:100%}.col-sm-push-11{left:91.66666667%}.col-sm-push-10{left:83.33333333%}.col-sm-push-9{left:75%}.col-sm-push-8{left:66.66666667%}.col-sm-push-7{left:58.33333333%}.col-sm-push-6{left:50%}.col-sm-push-5{left:41.66666667%}.col-sm-push-4{left:33.33333333%}.col-sm-push-3{left:25%}.col-sm-push-2{left:16.66666667%}.col-sm-push-1{left:8.33333333%}.col-sm-push-0{left:0}.col-sm-offset-12{margin-left:100%}.col-sm-offset-11{margin-left:91.66666667%}.col-sm-offset-10{margin-left:83.33333333%}.col-sm-offset-9{margin-left:75%}.col-sm-offset-8{margin-left:66.66666667%}.col-sm-offset-7{margin-left:58.33333333%}.col-sm-offset-6{margin-left:50%}.col-sm-offset-5{margin-left:41.66666667%}.col-sm-offset-4{margin-left:33.33333333%}.col-sm-offset-3{margin-left:25%}.col-sm-offset-2{margin-left:16.66666667%}.col-sm-offset-1{margin-left:8.33333333%}.col-sm-offset-0{margin-left:0}}@media (min-width:992px){.col-md-1,.col-md-10,.col-md-11,.col-md-12,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9{float:left}.col-md-12{width:100%}.col-md-11{width:91.66666667%}.col-md-10{width:83.33333333%}.col-md-9{width:75%}.col-md-8{width:66.66666667%}.col-md-7{width:58.33333333%}.col-md-6{width:50%}.col-md-5{width:41.66666667%}.col-md-4{width:33.33333333%}.col-md-3{width:25%}.col-md-2{width:16.66666667%}.col-md-1{width:8.33333333%}.col-md-pull-12{right:100%}.col-md-pull-11{right:91.66666667%}.col-md-pull-10{right:83.33333333%}.col-md-pull-9{right:75%}.col-md-pull-8{right:66.66666667%}.col-md-pull-7{right:58.33333333%}.col-md-pull-6{right:50%}.col-md-pull-5{right:41.66666667%}.col-md-pull-4{right:33.33333333%}.col-md-pull-3{right:25%}.col-md-pull-2{right:16.66666667%}.col-md-pull-1{right:8.33333333%}.col-md-pull-0{right:0}.col-md-push-12{left:100%}.col-md-push-11{left:91.66666667%}.col-md-push-10{left:83.33333333%}.col-md-push-9{left:75%}.col-md-push-8{left:66.66666667%}.col-md-push-7{left:58.33333333%}.col-md-push-6{left:50%}.col-md-push-5{left:41.66666667%}.col-md-push-4{left:33.33333333%}.col-md-push-3{left:25%}.col-md-push-2{left:16.66666667%}.col-md-push-1{left:8.33333333%}.col-md-push-0{left:0}.col-md-offset-12{margin-left:100%}.col-md-offset-11{margin-left:91.66666667%}.col-md-offset-10{margin-left:83.33333333%}.col-md-offset-9{margin-left:75%}.col-md-offset-8{margin-left:66.66666667%}.col-md-offset-7{margin-left:58.33333333%}.col-md-offset-6{margin-left:50%}.col-md-offset-5{margin-left:41.66666667%}.col-md-offset-4{margin-left:33.33333333%}.col-md-offset-3{margin-left:25%}.col-md-offset-2{margin-left:16.66666667%}.col-md-offset-1{margin-left:8.33333333%}.col-md-offset-0{margin-left:0}}@media (min-width:1200px){.col-lg-1,.col-lg-10,.col-lg-11,.col-lg-12,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9{float:left}.col-lg-12{width:100%}.col-lg-11{width:91.66666667%}.col-lg-10{width:83.33333333%}.col-lg-9{width:75%}.col-lg-8{width:66.66666667%}.col-lg-7{width:58.33333333%}.col-lg-6{width:50%}.col-lg-5{width:41.66666667%}.col-lg-4{width:33.33333333%}.col-lg-3{width:25%}.col-lg-2{width:16.66666667%}.col-lg-1{width:8.33333333%}.col-lg-pull-12{right:100%}.col-lg-pull-11{right:91.66666667%}.col-lg-pull-10{right:83.33333333%}.col-lg-pull-9{right:75%}.col-lg-pull-8{right:66.66666667%}.col-lg-pull-7{right:58.33333333%}.col-lg-pull-6{right:50%}.col-lg-pull-5{right:41.66666667%}.col-lg-pull-4{right:33.33333333%}.col-lg-pull-3{right:25%}.col-lg-pull-2{right:16.66666667%}.col-lg-pull-1{right:8.33333333%}.col-lg-pull-0{right:0}.col-lg-push-12{left:100%}.col-lg-push-11{left:91.66666667%}.col-lg-push-10{left:83.33333333%}.col-lg-push-9{left:75%}.col-lg-push-8{left:66.66666667%}.col-lg-push-7{left:58.33333333%}.col-lg-push-6{left:50%}.col-lg-push-5{left:41.66666667%}.col-lg-push-4{left:33.33333333%}.col-lg-push-3{left:25%}.col-lg-push-2{left:16.66666667%}.col-lg-push-1{left:8.33333333%}.col-lg-push-0{left:0}.col-lg-offset-12{margin-left:100%}.col-lg-offset-11{margin-left:91.66666667%}.col-lg-offset-10{margin-left:83.33333333%}.col-lg-offset-9{margin-left:75%}.col-lg-offset-8{margin-left:66.66666667%}.col-lg-offset-7{margin-left:58.33333333%}.col-lg-offset-6{margin-left:50%}.col-lg-offset-5{margin-left:41.66666667%}.col-lg-offset-4{margin-left:33.33333333%}.col-lg-offset-3{margin-left:25%}.col-lg-offset-2{margin-left:16.66666667%}.col-lg-offset-1{margin-left:8.33333333%}.col-lg-offset-0{margin-left:0}}

ul#menu-top-navigation > li:last-of-type {
padding-right: 0px;
}
