/*
Theme Name: Info & Track
Theme URI: http://www.infotrack.co.nz
Author: MacStudio
Author URI: http://www.macstudio.co.nz
Description: Info & Track
Version: 17.0
License: MacStudio Limited
License URI: http://www.macstudio.co.nz
Text Domain: Info-Track
*/

/* - - - - - - - - - - - - - - - - - - - - */
/* - - - - - - - BASE STYLES - - - - - - - */
/* - - - - - - - - - - - - - - - - - - - - */

div#wpadminbar {
	top: 50px !important;
}
html {
	-webkit-font-smoothing: antialiased;
}

body {
	background: #FFF;
	background-image:url(images/bkg-paper.jpg);
	background-position: center;
	background-repeat: repeat-x;
	background-size: cover;
	color: #333;
	font-family: 'Source Sans Pro', serif;
	font-size:15px;
	line-height: 1.5em;
}

img {
	max-width:100%;
	height:auto;
}

td {
	border:1px solid #DDD !important;
	padding:10px;
	vertical-align: top;
}

tr:nth-child(even) {
	background: rgba(115, 185, 60, 0.2);
}

hr {
	border:0;
	border-top:1px solid #E1CDAD;
	clear:both;
	display:block;
	margin:30px 0;
	padding:0;
}

ul {
	margin-bottom:16px;
}

strong {
	font-weight:600;
}

/* - - - - - - - - - - - - - - - - - - - - */
/* - - - - - - - LINK STYLES - - - - - - - */
/* - - - - - - - - - - - - - - - - - - - - */

a:link,
a:active,
a:visited,
a {
	color: #336633;
	text-decoration: none;
	outline: none;
}

a:hover {
	color: #339933;
	text-decoration: none !important;
	outline: none;
}

a:hover img { opacity:0.8; }

/* - - - - - - - - - - - - - - - - - - - - */
/* - - - - - - BASE FONT STYLES - - - - - - */
/* - - - - - - - - - - - - - - - - - - - - */

h1, h2, h3, h4, h5, h6, p {
	font-style: normal;
	margin:0 0 16px 0;
	padding:0;
}

h1 {
	font-size:2em;
	font-weight: 900;
	color: #000;
}

h2 {
	font-size:1.65em;
	font-style: normal;
	font-weight: 400;
	color: #000;
}

h3 {
	color: #000;
	font-size:1.35em;
	font-style: normal;
	font-weight: 400;
	line-height: 1.4em;
}

/* - - - - - - - - - - - - - - - - - - - - */
/* - - - - - - - - COLOURS - - - - - - - - */
/* - - - - - - - - - - - - - - - - - - - - */

.white,
.white h1,
.white h2,
.white h3,
.white h4,
.white h5,
.white h6,
.white p {
	color: #FFFFFF !important;
}

.white a:link,
.white a:active,
.white a:visited {
	color:#ff9900 !important;
}

.white a:hover {
	color:#ff6600;
}

.magenta {
	color:#336633;
}

.red {
	color:#336633;
}

/* BACKGROUNDS */
.background-black {
	background: #222222;
}

.background-green,
.bkg-green {
	background: #336633;
}

.bkg-grey {
	background:#EEE;
}

.background-beige {
	background: #E1CDAD;
}

.background-orange {
	background: #ff9900;
}

.bkg-white {
	background: #FFF;
}


/* STYLES */

.left {
	float: left;
}

.right {
	float: right;
}

.alignleft {
	float:left;
	margin:0 20px 20px 0;
	padding:0;
}

.alignright {
	float:right;
	margin:0 0 20px 20px;
	padding:0;
}

.center {
	text-align:center;
}

.clear {
	clear: both !important;
}

.clear-odd:nth-of-type(odd) {
    clear: left;
}

.fit-width {
	width: 100%;
}


/* SECTIONS */

.section {
	padding: 30px 0;
}


/* SECTIONS GREEN */

.section.green {
	background:#336633;
	color: #ffffff;
}
.section.green h1,
.section.green h2,
.section.green h3,
.section.green h4,
.section.green h5,
.section.green h6,
.section.green p {
	color: #ffffff;
}
.section.green a:link {
	color: #FFF;
	text-decoration:none;
}
.section.green a:visited {
	color: #FFF;
	text-decoration:none;
}
.section.green a:hover {
	color: #FFF;
	text-decoration:underline;
}
.section.green a:active {
	color: #FFF;
	text-decoration:none;
}


/* SECTIONS CYAN */

.section.cyan {
	background: #00AEEF;
	color: #ffffff;
}
.section.cyan a:link {
	color: #ffffff;
	text-decoration:none;
}
.section.cyan a:visited {
	color: #ffffff;
	text-decoration:none;
}
.section.cyan a:hover {
	color: #ffffff;
	text-decoration:underline;
}
.section.cyan a:active {
	color: #ffffff;
	text-decoration:none;
}


/* SECTIONS GREY */

.section.grey {
	background: #E1CDAD;
	color: #333;
}
.section.grey a:link {
	color: #336633;
	text-decoration:none;
}
.section.grey a:visited {
	color: #336633;
	text-decoration:none;
}
.section.grey a:hover {
	color: #336633;
	text-decoration:underline;
}
.section.grey a:active {
	color: #336633;
	text-decoration:none;
}


/* - - - - - - - - - - - - - - - - - - - - */
/* - - - - - - - NAV STYLES - - - - - - - */
/* - - - - - - - - - - - - - - - - - - - - */

.nav-wrap {
	margin-bottom: 0;
	padding: 0;
	background: none;
	border: none;
	border-radius: 0;
}
.navbar-collapse,	
.nav-wrap .container {
	padding: 0;
}

.navbar {
	border: none;
	border-radius: 0;
	margin-bottom: 0;
	padding: 0;
	background: #336633;
}

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

.navbar-toggle {
    float: none;
    margin-right:0;
}

.navbar-collapse {
	background: #336633;
	border: none;
}
.navbar-nav {
	border: 0;
}
.nav li {
	text-align: center;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
	color: #fff;
	background: #73b93c;
}

.navbar-default .navbar-nav > li > a {
	color: #FFF;
	font-family: 'Source Sans Pro', serif;
	text-transform: none;
	padding: 15px 20px;
	font-weight: 900;
}
.navbar.navbar-default {
	font-size: 0.9em;
}
.navbar-default .navbar-nav > li > a:hover {
	background:#73b93c;
	color: #FFF;
}


/* - - - - - - - - - - - - - - - - - - - - */
/* - - - - - - MARGINS PADDING - - - - - - */
/* - - - - - - - - - - - - - - - - - - - - */

.margin-top {
	margin-top: 30px;
}

.margin-top-small {
	margin-top: 15px;
}

.margin-top-big {
	margin-top: 60px;
}

.margin-top-none {
	margin-top: 0;
}

.margin-top-minus {
	margin-top: -10px;
}

.margin-bottom {
	margin-bottom: 30px;
}

.margin-bottom-small {
	margin-bottom: 15px;
}

.margin-bottom-none {
	margin-bottom: 0;
}

.margin-minus {
	margin-left: -15px;
	margin-right: -15px;
}

.nopadding {
   padding: 0 !important;
   margin: 0 !important;
}

.padding {
	padding: 20px;
}

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

.padding-top-small {
	padding-top: 5px;
}

.padding-bottom-small {
	padding-top: 10px;
}


/* - - - - - - - - - - - - - - - - - - - - */
/* - - - - - - - JRT TABLES - - - - - - - */
/* - - - - - - - - - - - - - - - - - - - - */

.jtrt-table {
	width: 100%
}


/* - - - - - - - - - - - - - - - - - - - - */
/* - - - - - - - - BUTTONS - - - - - - - - */
/* - - - - - - - - - - - - - - - - - - - - */

.btn,
a.btn,
a:link .btn,
a:active .btn,
a:visited .btn {
	border:none;
	border-radius:4px 4px 4px 4px;
	color:#FFF !important;
	font-weight:700;
	letter-spacing: 1px;
	text-decoration:none;
	text-transform: uppercase;
}

.btn:hover {
	color:#FFF;
	text-decoration:none;
}

.white a.btn { color:#FFF !important; }

.btn .small {
	font-size:0.8em !important;
}

.btn-black {
	background: #000;
    color: #FFF;
}

.btn-black:hover, .btn-black:focus, .btn-black:active, .btn-black.active, .open > .dropdown-toggle.btn-orange {
	background: #000;
    color: #FFF;
}
 
.btn-black:active, .btn-black.active {
	background: #000;
    box-shadow: none;
    color: #FFF;
}

.btn-green {
	background: #73b93c;
	color:#FFF;
}

.btn-green:hover {
	background: #336633;
	color:#FFF;
}

.btn-default,
.btn-orange {
    background: #ff9900;
    color: #FFF !important;
}

.btn-orange:hover, .btn-orange:focus, .btn-orange:active, .btn-orange.active, .open > .dropdown-toggle.btn-orange {
	background:#FF6600;
	color: #FFF !important;
}

.btn-orange:active, .btn-orange.active {
	background:#FF6600;
	box-shadow: none;
    color: #FFF !important;
}

.btn.btn-orange.small {
	font-size:75%;
	padding:6px 10px;
}


/* - - - - - - - - - - - - - - - - - - - - */
/* - - - - - CAROUSEL FULL WIDTH - - - - - */
/* - - - - - - - - - - - - - - - - - - - - */

.carousel img {
    min-width: 100%;
}

.carousel-caption {
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	bottom: initial;
}

.carousel-caption h2 {
	background: rgba(0,0,0,.5);
	padding: 30px;
}

/* - - - - - - - - - - - - - - - - - - - - */
/* - - - - - - CUSTOM CLASSES - - - - - - */
/* - - - - - - - - - - - - - - - - - - - - */

.accordion {
	margin-right:30px;
	margin-left:30px;
}

.accordion-title {
	background:#FFF;
	border-bottom:1px solid #336633;
	font-size:1.15em;
	padding:10px;
	margin-bottom:0;
}

.accordion-content {
	background-color:RGBa(255,255,255,0.5);
	border:1px solid #DDD;
	border-top:0;
	padding:10px;
}

.bkg-image {
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

.field {
	margin-bottom:10px;
}

.hexagons {
	position:absolute;
	top:0;
	right:0;
	z-index: 2;
}

.logo {
	max-width:250px;
}

.logo-wrap {
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 5;
}

.logo-wrap {
	position: relative;
	background-image: url(images/Section-1-BG.svg);
	background-color: #0067ad;
	background-position: left;
}

.logo-wrap .logo {
	max-width: 250px;
	width: 100%;
}

.text-left {
	text-align: left;
}

.text-left-mobile-center {
	text-align:center;
}

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

.text-right-mobile-center {
	text-align:center;	
}

@media only screen and (min-width : 1200px) {

.text-left-mobile-center {
	text-align:left;
}

.text-right-mobile-center {
	text-align:right;	
}

}

.button,
button,
input[type=button] {
	background: #FF9933;
	border-radius:4px 4px 4px 4px;
	border:none;
	color: #fff;
	display: inline-block;
	font-weight: 900;
	letter-spacing: 1px;
	padding: 7px 10px;
	margin: 0 0 15px 0;
	text-transform: uppercase;
	width:auto;
}

.button:hover {
	background: #FF6633;
}

.featured-button-wrap .button {
	display: inline-block;
	padding: 6px 15px;
	background: #336633;
	color: #fff;
	font-weight: 900;
	letter-spacing: 1px;
	margin-left: 6px;
	margin-right: 6px;
}

.floater-right {
	float: right;
	margin-top: 20px;	
	width: 100%;
}

.floater-right > div {
	width: 100%;
	text-align: center;
}

.floater-right > div:last-of-type {
	margin-right: 0;
}

.phone-number a {
	color:#FFF;
	font-weight: 900;
	font-size: 1.8em;
	line-height:1.4em;
}

.phone-number a:hover {
	color:#339933;
}

.banner-title {
	margin-bottom: 20px;
	color: #fff;
}

.banner-title-text {
	color: #fff;
	font-size: 2em;
}

.footer-tours .banner-title {
	color: #336633;
}

.bg-image {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background-image: url(images/banner-gold-seeker.jpg);
	background-size: cover;
	background-position: 25% center;
	background-repeat: no-repeat;
}

.banner {
	height: 450px;
	min-height: 450px;
	position: relative;
	background-image: url(images/banner.jpg);
	background-repeat: no-repeat;
	background-size:cover;
	background-position: center;
}

@media only screen and (min-width : 1200px) {

.bkg-fixed {
	background-attachment: fixed;
}

}

.home .banner {
	height: auto;
	min-height: 540px;
	position: relative;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	padding: 30px 0;
}
#carousel1.carousel,
#carousel1 .carousel-inner,
#carousel1 .carousel-inner .item {
	height: 100%;
	width: 100%;
}
.item {
	width: 100%;
}
.banner-inner-wrapper {
	position: relative;
	width: 100%;
/*	bottom: 40px; */
	z-index: 2
}

.no-gutter > [class^="col-"],
.no-gutter > [class*=" col-"] {
  padding-right: 0;
  padding-left: 0;
}
.banner-title span {
	font-size: 50%;
	font-weight: 400;
	line-height: 1;
	margin: 0;
	padding: 0;
}
.banner-title-text {
	color: #fff;
	font-size: 3em;
	line-height: 1;
	font-weight: 900;
	letter-spacing: 3px;
}
.footer-tours .banner-title-text {
	color: #336633;
}
.banner-title .button-wrap {
	float: right;
}
.banner-title .button {
	letter-spacing: 2px;
	font-size: 2em;
	text-align: center;
	line-height: 1.2;
	font-weight: 400;
	margin-top: 26px;
}
.footer-trous-wrap,
#featured-trip-carousel {
	margin-left: -15px;
	margin-right: -15px;	
}
.gallery-wrap .featured-title,
.footer-tours .featured-title,
#featured-trip-carousel .featured-title {
	text-align: center;
	text-transform: uppercase;
	color: #fff;
	padding: 9px 15px;
	background: #336633;
	font-size: 1.4em;
}
.gallery-wrap .featured-image,
.footer-tours .featured-image,
#featured-trip-carousel .featured-image {
	width: 100%;
	position: relative;
	padding-bottom: 100%;
	overflow: hidden;
	background-position: center;
	background-repeat: no-repeat;
	/*background-size: cover;*/
	background-size: 100%;
}
.location-logo {
	background-size: contain;
}
.gallery-wrap .featured-image .img,
.footer-tours .featured-image .img,
#featured-trip-carousel .featured-image .img {
	position: absolute;
	height: 100%;
	width: 100%;
	max-width: none;
	left: 50%;
	-webkit-transform: translate(-50%, 0);
	-moz-transform: translate(-50%, 0);
	-ms-transform: translate(-50%, 0);
	-o-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
	background-position: center;
	background-repeat: no-repeat;
	/*background-size: cover;*/
	background-size: 100%;
}
#featured-trip-carousel .button-wrap {
	position: absolute;
	bottom: 20px;
}
.gallery-wrap .featured-image .featured-button-wrap,
.footer-tours .featured-image .featured-button-wrap,
#featured-trip-carousel .featured-image .featured-button-wrap {
	width: 100%;
	text-align: left;
}
.gallery-item {
	margin-bottom: 20px;
}
.gallery-item.insta {
	margin: 0;
	padding: 0;
}
.featured-title {
	position: relative;
	display: table;
	width: 100%;
}
.featured-title .f-inner {
	position: relative;
	line-height: 1;
	display: table-cell;
	vertical-align: middle;
	height: 100%;
	text-align: center;
	width: 100%;
}
.featured-title .f-inner h2 {
	color: #fff;
	font-size: inherit;
	font-weight: inherit;
	margin: 0;
	padding: 0;
}
.carousel-showmanymoveone .carousel-control {
  width: 4%;
  background-image: none;
}

.carousel-showmanymoveone .carousel-control.left {
  margin-left: 5px;
}

.carousel-showmanymoveone .carousel-control.right {
  margin-right: 5px;
}

.carousel-showmanymoveone .cloneditem-1,
.carousel-showmanymoveone .cloneditem-2,
.carousel-showmanymoveone .cloneditem-3,
.carousel-showmanymoveone .cloneditem-4,
.carousel-showmanymoveone .cloneditem-5 {
  display: none;
}

.carousel-inner > .prev {
  position: absolute;
}

.category-reviews .paper {
padding: 25px 0 10px 0;
}
.white-bg-top {
	background: rgba(255, 255, 255, 0.7);
}

.footer-tours-wrap > div {
	margin-bottom: 30px;
}

.ngg-trigger-buttons {
	display: none; 
}

.ngg-galleria-parent {
	margin-bottom:20px;
}

.pointed {
	-webkit-clip-path: polygon(0% 0%, 80% 0%, 100% 50%, 80% 100%, 0% 100%);
	clip-path: polygon(0% 0%, 80% 0%, 100% 50%, 80% 100%, 0% 100%);
}

.trip-drop {
	background-color: #FFF;
	border:1px solid #EEE;
	padding-top: 5px;
}

.trip-drop h2 {
	border-bottom:1px solid #336633;
}

.trip-drop.review .content p {
	margin-bottom: 40px;	
}

.shadow {
	text-shadow: 1px 1px 2px RGBa(0,0,0,0.4);
}

.side-image {
	margin-top: 20px;
}

.staff-wrapper h3 {
	margin: 0;
}

.menu-map {
	background-image: url(/wp-content/uploads/2017/04/NomadsBaseBuilding.jpg); 
	background-size: 200%; 
	background-position: center; 
	padding-bottom: 100%; 
	background-repeat: no-repeat;
}
.text-center {
	text-align: center;	
}
.snow-bg {
/*	background-image: url(images/Section-2-BG.svg);*/
	background-image: url(images/section-3-bg.svg);
	background-position: right center;
	position: relative;
}
.blue {
	background-color: #0067ad;
	color: #fff;
}
.blue h1 {
	color: #fff;
}

.sub-heading {
	
}

.pink {
	color: #336633;
}

.table {
	display: table;
}
.table-header-row,
.table-row {
	display: table-row;
}
.table-header-cell,
.table-cell {
	display: table-cell;
	position: relative;
	vertical-align: middle;
	padding: 11px;
	/*border-bottom: 2px solid #000;*/
	border-bottom: 5px solid #FFF;
	font-size: 1.2em;
	line-height: 1.3
}
.table-cell.logo {
	padding: 30px 11px;
}
.table-header-cell {
	font-weight: 900;
	color: #000;
}
.price {
	color: #000;
	font-size:1.2em;
}
.table-cell .book-now {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #336633;
	padding-bottom: 10px;
	color: #fff;
	font-weight: 900;
	display: none;
}
.table-link .price,
.table-cell .book-now span {
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);

}
.table-link {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
}
.table-link:hover .book-now {
	display: block;
}
.table-header-row .table-header-cell:nth-child(1),
.table-row .table-cell:nth-child(1) {
    width: 100px;
}
.table-header-row .table-header-cell:nth-child(2),
.table-row .table-cell:nth-child(2) {
   width: 20%
}
.table-header-row .table-header-cell:nth-child(3),
.table-row .table-cell:nth-child(3) {
   width: 20%
}
.table-header-row .table-header-cell:nth-child(4),
.table-row .table-cell:nth-child(4) {
   width: 20%
}
.table-header-row .table-header-cell:nth-child(5),
.table-row .table-cell:nth-child(5) {
   width: 20%
}
.table-header-row .table-header-cell,
.table-row:nth-child(odd) .table-cell {
	background: rgba(0, 103, 173, 0.1);
}
.table-row:nth-child(even) .table-cell {
	background: rgba(0, 103, 173, 0.05);
}
.table .featured-image {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}
.featured-image.location-logo {
	background-size: contain;
}

.map {
	/*border-top: 1px solid rgba(0, 103, 173, 1);*/
	/*border-bottom: 1px solid rgba(0, 103, 173, 1);*/
}


.side-title {
	text-align: center;
	font-size: 1.5em;
	font-weight: 700;
	margin-bottom: 20px;
	padding-top: 10px;
}

.thumbnail {
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	border:0;
	border-radius:0;
	margin:0;
	padding:0;
	padding-bottom:66.66%;
	position:relative;
}


 @media only screen and (min-width : 768px) {


	.menu-map {
		background-image: url(/wp-content/uploads/2017/04/NomadsBaseBuilding.jpg); 
		background-size: 150%; 
		background-position: center; 
		padding-bottom: 50%; 
		background-repeat: no-repeat;
	}

/*	.section {
		padding: 80px 0;
	}	*/ 
	.section-footer	{
		padding: 30px 0;
	}
}


.scene {
	background-image: url(images/scene.jpg);
}
.featured-button-wrap {
	position: absolute;
	bottom: 15px;
	left:10px;
}
.footer-nav {
	list-style: none;
	padding: 0;
	margin: 0;
}
#footer-nav-wrap {
	position: relative;
	z-index: 10;
}
.widget.widget_text {
	list-style: none;
}

#sidebar a,
#sidebar a:link,
#sidebar a:active,
#sidebar a:hover
.post a,
.post a:link,
.post a:active,
.post a:hover {
	color: #336633;
}

ul.awards {
	margin: 0;
	list-style: none;
	display: flex;
	padding: 30px;
	background: rgba(255, 255, 255, 1);
	border-radius: 10px;}
ul.awards li {
	flex-grow: 1;
	text-align: center;
}

@media only screen and (min-width : 992px) {

	.jeep-bg {
		position: absolute;
		bottom: 0;
		right: 0;
		height: 90%;
		width: 100%;
		z-index: 0;
		pointer-events: none;
		background-image: url(images/jeep.png);
		background-position: bottom right;
		background-repeat: no-repeat;
		background-size: contain;
	}
	.bg-image {
		background-position: center;
	}

}

.xs-center {
	text-align: center;
}

.clear {
	float: none;
	clear: both;
}
.social-wrap {
	z-index: 1;
	position: relative;
}
.social-wrap ul {
	left: 50%;
	position: relative;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
	display: inline-block;
	float: none;
	list-style: none;
	padding: 0;
	margin: 0;
}
.social-wrap ul li {
	float: left;
	width: 32px;
	margin-right: 10px;
}

.dding {
	font-size: 2em;
	color: #336633;
	line-height: 1;
	margin-top: 1px;
	position: relative;
	margin-bottom: 30px;
	text-align: center;
}
.footer-phone-number {
	text-align: center;
}
.footer-phone-number a {
	color: #336633;
	font-weight: 900;
	font-size: 1.2em;
}

.footer-tours .tour,
.footer-tours .tour {
	margin-bottom: 30px;
}

.z10 {
	z-index: 10;
}

h2.truck-underline {
	float: left;
	font-size: 1.3em;
	letter-spacing: 1px;
	margin: 10px 0px;
	padding: 7px 0 10px 38px;
	position: relative;
	width: 100%;
}
h2.truck-underline:before {
	content: '';
	background-image: url(images/car_before.png);
	background-size: contain;
	position: absolute;
	width: 32px;
	height: 32px;
	background-repeat: no-repeat;
	top: auto;
	bottom: -5px;
	left: 0;
}
h2.truck-underline:after {
	content: '';
	position: absolute;
	left: 30px;
	top: auto;
	bottom: 8px;
	height: 2px;
	width: calc(100% - 30px);
	background: #000;
}

.product-image .featured-image {
	padding-bottom: 66.66%;
	width: 100%;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}

.featured-image {
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	padding-bottom:66.66%;
	width:100%;
}

.hex-panel {
	position: absolute;
	width: 32.5%;
	top: 15%;
	right: 0px;
	max-width: 300px;
	-webkit-transform: translate(0, -50%);
	-moz-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	-o-transform: translate(0, -50%);
	transform: translate(0, -50%);
}

.menu-map {
	background-image: url(/wp-content/uploads/2017/05/InfoSnowBaseBuilding.jpg); 
	background-size: 200%; 
	background-position: center; 
	padding-bottom: 100%; 
	background-repeat: no-repeat;
}


@media only screen and (min-width : 992px) {

	.featured-image.reviews {
		background-attachment: fixed;
	}
	
}

.no-pad-top {
	padding-top: 0;
}


.cat-prod h2 {
	margin-top: 0;	
}

.filter-title {
	position: absolute;
	-webkit-transform: rotate(-90deg) translate(-75px);
	-moz-transform: rotate(-90deg) translate(-75px);
	-ms-transform: rotate(-90deg) translate(-75px);
	-o-transform: rotate(-90deg) translate(-75px);
	transform: rotate(-90deg) translate(-75px);
	top: -3px;
	left: 0;
	right: 0;
	transform-origin: 0% 0%;
	width: 72px;
	height: 26px;
	text-align: center;
	padding-top: 3px;
	background: #336633;
	color: #fff;
}
#options .title {
	width: 30px;
	float: left;
	height: 100%;
	min-height: 1px;
}
#options .filters {
	float: left;
	font-size:85%;
	font-weight: 300 !important;
	width: calc(100% - 30px);
}
#options {
	display: inline-block;
	width: 100%;
	position: relative;
	background: #E1CDAD;
	margin: 20px 0 20px 0;
}
#options input {
	display:none;
}
#options label {
	line-height: 1;
	padding: 6px 5px;
	margin-bottom: 0;
	color: #999;
	cursor: pointer;
}
#options input[type="radio"]:checked + label {
	color: #336633;
}

.option-title {
	line-height: 1;
	padding: 5px;
	margin-bottom: 0;
	float: left;
	display: inline-block;
	max-width: 100%;
	font-weight: 900;
	color: #000;
	width: 85px;
}

.tour-wrap {
	width: 100%;
}

.tour-wrap {
	position: relative;
	margin-bottom: 10px;
}
h1.single-prod-title {
	margin-top: 0;
	margin-bottom: 30px;
}
.trip-drop {
	margin-bottom: 20px;
	overflow: hidden;
	height: 42px;	
}

.trip-drop.open {
	height: auto;
}
.white-bg {
	background: rgba(255, 255, 255, 0.7);
	display: inline-block;
	width: 100%;
}
.white-bg .title {
	color: #336633
}
.white-bg .value {
	padding-left: 0;
}
.third {
	width: 33%;
	float: left;
	margin-left: 0.3%;
}
.tours-wrapper .tour-wrap:last-child {
	content: '';
}
.filters .option-set:nth-child(1) {
	padding: 11px 0 1px 5px;
}
.filters .option-set:nth-child(2) {
	padding: 1px 0 11px 5px;
}
.carousel-control .glyphicon-chevron-right, .carousel-control .icon-next {
	margin-right: -10px;
	color: #fff;
	font-size: 2em;
	margin-top: -15px;	
}

.carousel-control .glyphicon-chevron-left, .carousel-control .icon-prev {
	margin-left: -10px;
	color: #fff;
	font-size: 2em;
	margin-top: -15px;	
}
.carousel-showmanymoveone .carousel-inner > .active.left,
.carousel-showmanymoveone .carousel-inner > .prev {
	left: 100%;
}
.carousel-showmanymoveone .carousel-inner > .active.right,
.carousel-showmanymoveone .carousel-inner > .next {
	left: 100%;
}
.carousel-showmanymoveone .carousel-inner > .left,
.carousel-showmanymoveone .carousel-inner > .prev.right,
.carousel-showmanymoveone .carousel-inner > .active {
	left: 0;
}
.carousel-showmanymoveone .carousel-inner .cloneditem-1 {
	display: none;
}	

.navbar.navbar-default {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 999999;
	height: 50px;
}
/*
.navbar.navbar-default {
	position: relative;
}
*/

.logo-wrap {
	margin-top: 50px;
}
.banner {	
	margin-top: 0;
}
.trip-drop .content {
	float: left; 
	clear: both;
	width: 100%;
}
.trip-drop h2 {
	cursor: pointer;
}

.gradient-top {
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	width: 100%;
	overflow: hidden;
}
.gradient-bottom {
	position: absolute;
	z-index: 1;
	bottom: 0;
	left: 0;
	width: 100%;
	overflow: hidden;
}
.not-home .gradient-bottom {
	display: none;
}

.spacer{ 
	margin-bottom: 20px;
}

.embed-container {
	position: relative; 
	padding-bottom: 56.25%; 
	height: 0; 
	overflow: hidden; 
	max-width: 100%;
}
.embed-container iframe,
.embed-container object,
.embed-container embed { 
	position: absolute; 
	top: 0; 
	left: 0; 
	width: 100%; 
	height: 100%; 
}

.price span,
.duration span {
	font-weight: 900;
}

.footer-nav {
	margin-bottom: 20px;
}
.col-sm-3.xs-center.z10 {
	margin-bottom: 150px;
}
.footer-trous-wrap .col-sm-6 {
	margin-bottom: 20px;
}
.banner-title .button-wrap,
.banner-title .button-wrap .button {
	width: 100%;
}

.footer-nav ul {
	list-style: none;
	padding: 0;
	margin: 0;
	color: #000;
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: 900;
}
.footer-nav a,
.footer-nav ul a {
	color: #000;
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: 900;
}
.hamburger {
  display: inline-block;
  cursor: pointer;
  transition-property: opacity, filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible; 
	padding: 0;
	position: relative;
	margin-right: 10px;
	margin-top: 12px;
	float: right;
}


.hamburger-box {
  width: 40px;
  height: 24px;
  display: inline-block;
  position: relative; }

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -2px; }
  .hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
    width: 40px;
    height: 4px;
    background-color: #fff;
    border-radius: 0;
    position: absolute;
    transition-property: transform;
    transition-duration: 0.15s;
    transition-timing-function: ease; }
  .hamburger-inner::before, .hamburger-inner::after {
    content: "";
    display: block; }
  .hamburger-inner::before {
    top: -10px; }
  .hamburger-inner::after {
    bottom: -10px; }

.hamburger--squeeze .hamburger-inner {
  transition-duration: 0.1s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  .hamburger--squeeze .hamburger-inner::before {
    transition: top 0.1s 0.14s ease, opacity 0.1s ease; }
  .hamburger--squeeze .hamburger-inner::after {
    transition: bottom 0.1s 0.14s ease, transform 0.1s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--squeeze[aria-expanded="true"] .hamburger-inner {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  transition-delay: 0.14s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  .hamburger--squeeze[aria-expanded="true"] .hamburger-inner::before {
    top: 0;
    opacity: 0;
    transition: top 0.1s ease, opacity 0.1s 0.14s ease; }
  .hamburger--squeeze[aria-expanded="true"] .hamburger-inner::after {
    bottom: 0;
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
    transition: bottom 0.1s ease, transform 0.1s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1); }

.navbar-collapse.collapsing,
.navbar-collapse.collapse.in {
	margin-top: 9px;
}

.footer-copy {
	text-align: center;
}
.footer-logos {
	text-align: center
}
.footer-logos img {
	max-width: 50%;
	margin-bottom: 20px;
	text-align: center;
}
.cat-prod .tour-info .price {
	margin: 0 0 10px 0;
}

.collapse-item {
	display: block;
	transition: 500ms;
	overflow: hidden;
	min-height: 0;
}
.button-expand {
	cursor: pointer;
}
.white-bg .col-md-12.padding {
	font-size: 1.3em;
	text-transform: uppercase;
	padding: 10px;
	letter-spacing: 0.5px
}
li#text-2.widget.widget_text {
	list-style: none;
}
@media all and (-webkit-transform-3d) {
  .carousel-showmanymoveone .carousel-inner > .item.active.right,
  .carousel-showmanymoveone .carousel-inner > .item.next {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    left: 0;
  }
  .carousel-showmanymoveone .carousel-inner > .item.active.left,
  .carousel-showmanymoveone .carousel-inner > .item.prev {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    left: 0;
  }
  .carousel-showmanymoveone .carousel-inner > .item.left,
  .carousel-showmanymoveone .carousel-inner > .item.prev.right,
  .carousel-showmanymoveone .carousel-inner > .item.active {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    left: 0;
  }
}

.banner-title-text {
	font-size: 2em;
}	

input, select, textarea {
	width: 100%;
	padding: 5px;
	margin-bottom: 10px;
	padding-left: 10px;
	font-family: inherit;
	font-weight: 300;
	color:#000;
	border: 1px solid #ccc;
}


.select-wrap {
	position: relative;
	margin-bottom: 10px;
}

.select-wrap select {
	width: 100%;
	padding: 5px;
	padding-left: 10px;
	border: none;
	border-radius: 0;
	box-sizing: border-box;
	background: #fff;
	font-family: inherit;
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	position: relative;
	margin-bottom:0;
}


.select-wrap:after {
	width: 0;
	height: 0;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-top: 5px solid #b42126;
	content: '';
	position: absolute;
	right: 15px;
	top: 50%;
	z-index: 9;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	pointer-events: none;
}

input.invalid, select.invalid, textarea.invalid {
	border: 1px solid #b42126;
}

.flexor {
	justify-content: space-between;
	flex-wrap: wrap;
	display: flex;
	flex-flow: wrap;
	flex-direction: row;
}
.col-flex {
	padding-right: 10px;
	flex-grow: 1;
}
.address,
.bold {
	font-weight: 900;
}
.tab-nav {
	justify-content: space-between;
	flex-wrap: wrap;
	display: flex;
	flex-flow: wrap;
	align-items: center;
	flex-direction: row;
	list-style: none;
	padding: 0;
	margin: 0;
}

.tab-nav li {
	align-self: center;
	background: rgba(115, 185, 60, 0.2);
	color:#FFF !important;
	flex-grow: 1;
	font-size:1.2em;
	font-weight:700;
	line-height:1.2em;
	margin: 0 5px;
	margin-bottom:-20px;
	padding: 15px 0 20px;
	position:relative;
	text-align:center;
	text-transform:uppercase;
	z-index:1;
}

.tab-nav li:first-of-type {
	margin-left: 0;
}

.tab-nav li:last-of-type {
	margin-right: 0;
}

.tab-nav li a {
	border-bottom: solid 1px #FFF;
	display:block;
	margin-top:-15px;
	margin-bottom:-10px;
	padding:20px 0 0 0;
	position: relative;
}

.tab-nav li.active a {
	display:block;
	margin-top:-15px;
	padding:20px;
	width:100%;
}

.tab-nav li.active:after {
    content: '';
    position: absolute;
    height: 8px;
    bottom: -4px;
    width: 100%;
    left: 0;
}

.tab-nav li a { color:#FFF !important; }

.tab-nav .location-logo {
	padding-bottom: 27%;
}

.tab-nav .routeburn {
	background:#336633;
	border:10px solid #FFF;
	border-bottom:none;
}

.tab-nav .rees {
	background:#0074BE;
	border:10px solid #FFF;
	border-bottom:none;
}

.tab-nav .greenstone {
	background:#CE1723;
	border:10px solid #FFF;
	border-bottom:none;
}

.tab-content {
	padding: 20px;
	background: #fff;
	margin-top:0;
	position:relative;
	z-index:2;
}

.tab-pane table {
	width: 100%;
	color: #000;
	margin-bottom: 0;
	overflow:scroll;
}

.tab-pane table th {
	background:#EEE;
	border:1px solid #DDD;
	padding:10px;
}
.tab-pane table tr {
	
}
.tab-pane table tr td {
	text-align:left;	
}
.tab-pane table a {
	color: #000;
}

.tab-pane table tr td:nth-child(1),
.tab-pane table tr th:nth-child(1) {
	width: 20%;
}
.tab-pane table tr td:nth-child(2),
.tab-pane table tr th:nth-child(2) {
	display:table-cell !important;
	width: 20%;
}
.tab-pane table tr td:nth-child(3),
.tab-pane table tr th:nth-child(3) {
	width: 12%;
}
.tab-pane table tr td:nth-child(4),
.tab-pane table tr th:nth-child(4) {
	width: 12%;
}
.tab-pane table tr td:nth-child(5),
.tab-pane table tr th:nth-child(5) {
	width: 12%;
}
.tab-pane table tr td:nth-child(6),
.tab-pane table tr th:nth-child(6) {
	width: 12%;
}
.tab-pane table tr td:nth-child(7),
.tab-pane table tr th:nth-child(7) {
	width: 12%;
}

table {
	font-size: 0.7em;
}

.tab-title {
	color: #000;
	text-transform: uppercase;
	font-weight: 700;
	font-size: 1.5em;
}
.time-tab li {
	border-color: transparent;
}
.time-tab li.active {
	/*border: 2px solid rgba(0, 103, 173, 1);*/
	border-bottom: 10px solid #FFF;
}
/* Extra Small Devices, Phones */ 
@media only screen and (min-width : 320px) {
	.text-align-left-desktop-centre-phone {
		text-align: center;
	}
	.text-align-right-desktop-centre-phone {
		text-align: center;
	}
	.margin-top-phone {
		margin-top: 25px;
	}
}

/* Extra Small Devices, Phones */ 
@media only screen and (min-width : 480px) {
	#featured-trip-carousel .featured-image {
		padding-bottom: 66.66%;
	}
.text-align-left-desktop-centre-phone {
	text-align: center;
}
.text-align-right-desktop-centre-phone {
	text-align: center;
}

}

@media only screen and (min-width : 550px) {
	.banner-title-text {
		font-size: 3em;
	}
}

@media only screen and (min-width : 768px) {
	.text-align-left-desktop-centre-phone {
	text-align: left;
}
.text-align-right-desktop-centre-phone {
	text-align: right;
}
	.footer-phone-number {
		text-align: left;
	}
	.banner-title-text {
		font-size: 4em;
	}
	#featured-trip-carousel .featured-image {
		padding-bottom: 66.66%;
	}
	
	.text-align-left-desktop-centre-phone {
		text-align: left;
	}
	.text-align-right-desktop-centre-phone {
		text-align: right;
	}
	.margin-top-phone {
		margin-top: 0px;
	}
	.carousel-showmanymoveone .carousel-inner > .active.left,
	.carousel-showmanymoveone .carousel-inner > .prev {
		left: -50%;
	}
	.carousel-showmanymoveone .carousel-inner > .active.right,
	.carousel-showmanymoveone .carousel-inner > .next {
		left: 50%;
	}
	.carousel-showmanymoveone .carousel-inner > .left,
	.carousel-showmanymoveone .carousel-inner > .prev.right,
	.carousel-showmanymoveone .carousel-inner > .active {
		left: 0;
	}
	.carousel-showmanymoveone .carousel-inner .cloneditem-1 {
		display: block;
	}	
	.xs-center {
		text-align: inherit;
	}
	.floater-right {
		width: auto;
	}
	.floater-right > div {
		display: inline-block;
		float: left;
		margin-right: 10px;
		width: auto;
	}
	.col-sm-3.xs-center.z10 {
		margin-bottom: 20px;
	}
	.social-wrap ul {
		left: auto;
		position: relative;
		-webkit-transform: none;
		-moz-transform: none;
		-ms-transform: none;
		-o-transform: none;
		transform: none;
		display: block;
		list-style: none;
		padding: 0;
		margin: 0;
		float: right;
	}
	.footer-phone-number {
		margin-bottom: 30px;
	}
	.banner-title-text {
		font-size: 4em;
	}	
	.banner-title .button-wrap,
	.banner-title .button-wrap .button {
		width: auto;
	}	
	h2.truck-underline {
		margin: 0;
		position: relative;
		margin-bottom: 30px;
		padding-left: 48px;
		font-size: 1.8em;
		padding-top: 2px;
		letter-spacing: 1px;
		float: left;
		width: 100%;
	}
	h2.truck-underline:before {
		content: '';
		background-image: url(images/car_before.png);
		background-size: contain;
		position: absolute;
		width: 42px;
		height: 42px;
		background-repeat: no-repeat;
		top: auto;
		bottom: -14px;
		left: 0;
	}
	h2.truck-underline:after {
		content: '';
		position: absolute;
		left: 41px;
		top: auto;
		bottom: 4px;
		height: 2px;
		width: calc(100% - 42px);
		background: #000;
	}
	.trip-drop .content {
		padding-left:45px;
		padding-top: 10px;
		padding-bottom: 30px;
	}
	.trip-drop .content ul {
		margin-left:0;
		padding-left:20px;
	}
	.footer-copy {
		text-align: center;
	}
	.footer-logos img {
		max-width: 100%;
		margin-bottom: 20px;
	}	
	.white-bg-top {
		background: rgba(255, 255, 255, 0.7);
	}	
	.home .banner {
		height: 30vh;
		height: auto;
	}
	table {
		font-size: 1em;
	}	
	.menu-map {
		background-size: 150%; 
		background-position: center; 
		padding-bottom: 50%; 
		background-repeat: no-repeat;
	}
	.mobile-margin-top-minus {
		margin-top: -25px;
	}
}
@media all and (min-width: 768px) and (transform-3d), all and (min-width: 768px) and (-webkit-transform-3d) {
  .carousel-showmanymoveone .carousel-inner > .item.active.right,
  .carousel-showmanymoveone .carousel-inner > .item.next {
    -webkit-transform: translate3d(50%, 0, 0);
    transform: translate3d(50%, 0, 0);
    left: 0;
  }
  .carousel-showmanymoveone .carousel-inner > .item.active.left,
  .carousel-showmanymoveone .carousel-inner > .item.prev {
    -webkit-transform: translate3d(-50%, 0, 0);
    transform: translate3d(-50%, 0, 0);
    left: 0;
  }
  .carousel-showmanymoveone .carousel-inner > .item.left,
  .carousel-showmanymoveone .carousel-inner > .item.prev.right,
  .carousel-showmanymoveone .carousel-inner > .item.active {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    left: 0;
  }
	.mobile-margin-top-minus {
		margin-top: 0px;
	}
}
@media only screen and (min-width : 800px) {
	.carousel-control .glyphicon-chevron-left, .carousel-control .icon-prev {
		margin-left: -20px;
	}
}
/* Medium Devices, Desktops */
@media only screen and (min-width : 992px) {

body {
	background-attachment: fixed;
}
	.carousel-showmanymoveone .carousel-inner > .active.left,
	.carousel-showmanymoveone .carousel-inner > .prev {
		left: -33.33333333%;
	}
	.carousel-showmanymoveone .carousel-inner > .active.right,
	.carousel-showmanymoveone .carousel-inner > .next {
		left: 33.33333333%;
	}
	.carousel-showmanymoveone .carousel-inner > .left,
	.carousel-showmanymoveone .carousel-inner > .prev.right,
	.carousel-showmanymoveone .carousel-inner > .active {
		left: 0;
	}
	.carousel-showmanymoveone .carousel-inner .cloneditem-2,
	.carousel-showmanymoveone .carousel-inner .cloneditem-3,
	.carousel-showmanymoveone .carousel-inner .cloneditem-4,
	.carousel-showmanymoveone .carousel-inner .cloneditem-5,
	.carousel-showmanymoveone .carousel-inner .cloneditem-6  {
		display: block;
	}
	.navbar-default .navbar-nav > li > a {
	color: #FFF;
	font-family: 'Source Sans Pro', serif;
	text-transform: none;
	padding: 15px 20px;
	font-weight: 900;
	}
	.navbar.navbar-default {
		font-size: 1em;
	}
	.carousel-control .glyphicon-chevron-right, .carousel-control .icon-next {
		margin-right: -55px;
		color: #fff;
		font-size: 1em;
		margin-top: 0;	
	}

	.carousel-control .glyphicon-chevron-left, .carousel-control .icon-prev {
		margin-left: -55px;
		color: #fff;
		font-size: 1em;
		margin-top: 0;	
	}	
	
	.white-bg-top {
		background: rgba(255, 255, 255, 0.7);
	}	
}
@media all and (min-width: 992px) and (transform-3d), all and (min-width: 992px) and (-webkit-transform-3d) {
  .carousel-showmanymoveone .carousel-inner > .item.active.right,
  .carousel-showmanymoveone .carousel-inner > .item.next {
    -webkit-transform: translate3d(33.33333333%, 0, 0);
    transform: translate3d(33.33333333%, 0, 0);
    left: 0;
  }
  .carousel-showmanymoveone .carousel-inner > .item.active.left,
  .carousel-showmanymoveone .carousel-inner > .item.prev {
    -webkit-transform: translate3d(-33.33333333%, 0, 0);
    transform: translate3d(-33.33333333%, 0, 0);
    left: 0;
  }
  .carousel-showmanymoveone .carousel-inner > .item.left,
  .carousel-showmanymoveone .carousel-inner > .item.prev.right,
  .carousel-showmanymoveone .carousel-inner > .item.active {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    left: 0;
  }
	
}

/* Large Devices, Wide Screens */
@media only screen and (min-width : 1200px) {
	.hamburger {
		display: none;
	}
}

/* OVERRIDE MENU BREAKPOINT */
@media (max-width: 1200px) {
    .navbar-header {
        float: none;
    }
    .navbar-left,.navbar-right {
        float: none !important;
    }
    .navbar-toggle {
        display: block;
    }
    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    }
    .navbar-fixed-top {
        top: 0;
        border-width: 0 0 1px;
    }
    .navbar-collapse.collapse {
        display: none!important;
    }
    .navbar-nav {
        float: none!important;
        margin-top: 7.5px;
    }
    .navbar-nav>li {
        float: none;
    }
    .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .collapse.in{
        display:block !important;
    }
}

/* TRIP ADVISOR FIX */

.widSSPnarrow {
	width:100% !important;
	margin-bottom:20px !important;
}
/* About Us page links coloring */
.page-id-81 .post a, .page-id-81 .post a:visited, .page-id-81 .post a:active, .page-id-81 .post a:hover  { color: #333 }

