/*
Theme Name: Paddle Wanaka
Theme URI: http://www.paddlewanaka.co.nz
Author: Macstudio
Author URI: http://www.macstudio.co.nz
Description: MacStudio Bootstrap 4
Version: 3.3.6
License: MacStudio Limited
License URI: http://www.macstudio.co.nz
*/

body {
	background: #FFF;
	color: #333;
	font-family: 'Montserrat', Helvetica, Arial, sans-serif;
	font-size: 15px;
	font-weight:400;
	line-height:1.5em;
}

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

hr {
	border:0;
	border-bottom:1px dashed #FFF;
	clear:both;
	display:block;
	margin:30px 0;
	padding:0;
}

ul {
	margin-bottom:18px;
}

table {
	width:100%;
}

td {
	border:1px solid #FFF;
	padding:10px;
}

tr:nth-child(odd) {
	background:#FFF;
}

/* - - - - - - - - - - - - - - - - - - - - - */
/* FONTS */
/* - - - - - - - - - - - - - - - - - - - - - */

h1, h2, h3, h4, h5, h6, p {
	margin:0 0 18px 0;
}

h1 {
	color:#005E9C;
	font-family: 'Montserrat', Helvetica, Arial, sans-serif;
	font-size:2em;
	font-weight: 600;
	line-height:1.3em;
}

h2 {
	color:#005E9C;
	font-family: 'Montserrat', Helvetica, Arial, sans-serif;
	font-size:1.5em;
	font-weight: 600;
	line-height:1.3em;
}

h3 {
	font-family: 'Montserrat', Helvetica, Arial, sans-serif;
	font-size:1.2em;
	font-weight: 600;
	line-height:1.3em;
}

h4 {
	font-family: 'Montserrat', Helvetica, Arial, sans-serif;
	font-size:1.15em;
	font-weight: 600;
	line-height:1.3em;
}

em {
	color:#00A8BD;
	font-style: normal;
}

/* - - - - - - - - - - - - - - - - - - - - - */
/* LINKS */
/* - - - - - - - - - - - - - - - - - - - - - */

a:link,
a:visited,
a:active {
	color: #00A8BD;
	text-decoration:none;
}

a:hover {
	color: #005E9C;
	text-decoration:none;
}

a:hover img { opacity:0.8; }

a:focus { outline: 1px dotted #EEE; }

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

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

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

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

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

.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: 30px;
}

/* - - - - - - - - - - - - - - - - - - - - - */
/* BACKGROUNDS */
/* - - - - - - - - - - - - - - - - - - - - - */

.bkg-blue {
	background: #005E9C;
}

.bkg-grey {
	background: #EEE;
}

.bkg-light {
	background:#D5EEF4;
}

.bkg-orange {
	background: #F7921E;
}

.bkg-teal {
	background: #00A8BD;
}

.bkg-trans {
	background-image: url(images/bkg-logo-trans.png);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
}

.bkg-white {
	background:#FFF;
}

.tours-wrapper .tour-wrap:nth-child(even) .bkg-white {
	background:#cceef2 !important;
	margin:-21px -10px -20px -10px;
	padding:30px 40px;
}

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

.white,
.white h1,
.white h2,
.white h3,
.white h4,
.white h5, 
.white h6,
.white p,
.white a {
	color: #FFF;
}

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

.cyan {
	color: #00AEEF;
}

/* - - - - - - - - - - - - - - - - - - - - - */
/* SECTIONS */
/* - - - - - - - - - - - - - - - - - - - - - */

.section {
	padding: 30px 0;
}

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

.bkg-banner {
    background-image: url(images/bkg-banner-1.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.trip-drop {
	border:1px solid #FFF;
	margin-bottom: 20px;
	overflow: hidden;
	height: 42px;	
}

.trip-drop.open {
	height: auto;
}
.trip-drop .content {
	clear: both;
	float: left;
	font-size:85%;
	padding:0 20px !important;
	width: 100%;
}
.trip-drop h2 {
	background:#FFF;
	cursor: pointer;
	font-size:1.15em;
	padding:10px;
}

@media (min-width: 1200px) {

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

}

a .btn-orange,
.btn-orange {
    background: #ff9900;
    color: #FFF !important;
	font-weight:600;
	padding:10px 14px;
}

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

a .btn-white,
.btn-white {
    background: #FFF;
    color: #ff9900 !important;
	font-weight:600;
	padding:10px 14px;
}

.btn-white:hover, .btn-white:focus, .btn-white:active, .btn-white.active, .open > .dropdown-toggle.btn-white {
    background: #EEE !important;
}
 
.btn-white:active, .btn-white.active {
    background: #EEE;
    box-shadow: none;
}

a .btn-blue,
.btn-blue {
    background: #005E9C;
    color: #FFF !important;
	font-weight:600;
	padding:10px 14px;
}

.btn-blue:hover, .btn-blue:focus, .btn-blue:active, .btn-blue.active, .open > .dropdown-toggle.btn-blue {
    background: #007bcc;
}
 
.btn-blue:active, .btn-blue.active {
    background: #007bcc;
    box-shadow: none;
}

/* - - - - - - - - - - - - - - - - - - - - - */
/* NAV BAR */
/* - - - - - - - - - - - - - - - - - - - - - */

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

.navbar {
	border:0;
	border-radius: 0;
	font-size:0.9em;
	margin-bottom: 0;
	min-height: 30px !important;
	padding: 0;
	text-transform: uppercase;
}

.navbar-nav {
	text-transform: uppercase !important;	
}

.ubermenu {
	text-transform: uppercase !important;		
}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
    background: #ff9900;
	color: #fff;
}

.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:focus, .navbar-default .navbar-nav > .open > a:hover {
    background: #ff9900;
	color: #FFF;
}

.navbar-default .navbar-nav > li > a {
	color: #FFF;
	padding:10px !important;
	text-align: center;
}

.navbar-default .navbar-nav > li > a:hover {
    background: #ff9900;
	color: #FFF;
}

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

.navbar-default .navbar-nav > li > a {
	border-left:1px solid rgba(255,255,255,0.3);
}

}

/* CENTER MOBILE MENU */

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

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

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

.navbar-nav {
    float:none;
    margin:0;
    display: block;
    text-align: center;
}

.navbar-nav > li {
    display: inline-block;
    float:none;
	margin:0;
}

		.trip-drop .content {
		padding-left:45px;
	}
	.trip-drop .content ul {
		margin-left:0;
		padding-left:20px;
	}
	
}

.dropdown-menu {
	border-radius:0;
	min-width:300px;
	padding: 0;
}

.dropdown-menu > a {
	background:#D5EEF4;
	border-bottom:1px solid rgba(0,0,0,0.2);
	display:block;
	padding:10px 15px;
}

.dropdown-menu > a:hover {
	background:#FFF;
}

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

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

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

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

.carousel-control.left, 
.carousel-control.right {
	background:#FFF;
    background-image: none;
	border-radius:50%;
	color:#00A8BD;
	height:50px;
	margin:0;
	margin-top:-25px;
	opacity:1;
	padding:0;
	top:50%;
	width:50px;
}

.carousel-control.left:hover,
.carousel-control.right:hover {
	color:#ff9900;
}

.carousel-control.left {
	margin-left:-25px;
}

.carousel-control.right {
	margin-right:-25px;
}

.carousel-control {
	text-shadow: none !important;
}

.carousel-control .glyphicon-chevron-left, 
.carousel-control .glyphicon-chevron-right {
    display: inline-block;
    position: absolute;
    top: 50%;
    z-index: 5;
	width: 20px;
	height: 20px;
	margin-top: -10px;
	font-size: 20px
}


/* - - - - - - - - - - - - - - - - - - - - - */
/* FILTER MENU */
/* - - - - - - - - - - - - - - - - - - - - - */

.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: #005E9C;
	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: #EEE;
	margin: 20px 0 20px 0;
	min-height: 72px;
}

#options input {
	display:none;
}

#options label {
	line-height: 1;
	padding: 12px 5px;
	margin-bottom: 0;
	color: #AAA;
	cursor: pointer;
}

#options input[type="radio"]:checked + label {
	color: #005E9C;
}

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

/* - - - - - - - - - - - - - - - - - - - - - */
/* INSTAGRAM */
/* - - - - - - - - - - - - - - - - - - - - - */

.featured-image {
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	margin-bottom:30px;
	overflow: hidden;
	padding-bottom: 92%;
	position: relative;
	width: 100%;
}

/* - - - - - - - - - - - - - - - - - - - - - */
/* CUSTOM PAGE STYLES */
/* - - - - - - - - - - - - - - - - - - - - - */

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

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

.clear {
	clear: both;
}

@media (min-width: 1200px) {
	
.container-wide {
	margin:auto;
	width: 1500px;
}

}

.feature-box {
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	display:block;
}

.feature-box h4 {
	background:#005e9c;
	color:#FFF !important;
	display:block;
	padding:20px;
	position:absolute;
	bottom:-20px;
	text-align:center;
	width:100%;
}

.fit-width {
	width: 100%;
}

.footer-menu {
	margin:0 !important;
	padding:0 !important;
}

.footer-menu li {
	list-style:none;
	margin:0;
	padding:0;
}

.left {
	float: left;
}

.logo {
	margin-bottom:200px;
}

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

.logo {
	margin-bottom:250px;
}

}

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

.logo {
	margin-bottom:400px;
}

}

.right {
	float: right;
}

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

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

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

.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;
}

.title {
	font-weight:700;
}

.tour-wrap {
	width: 100%;
	margin-top: 20px;
}

.tour-wrap {
	position: relative;
}

.ubermenu-skin-black-white-2 {
	border:0 !important;
}

/* - - - - - - - - - - - - - - - - - - - - - */
/* Extra Small Devices, Phones */ 
/* - - - - - - - - - - - - - - - - - - - - - */

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

}

/* - - - - - - - - - - - - - - - - - - - - - */
/* Small Devices, Tablets */
/* - - - - - - - - - - - - - - - - - - - - - */

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

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

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

}

/* - - - - - - - - - - - - - - - - - - - - - */
/* Medium Devices, Desktops */
/* - - - - - - - - - - - - - - - - - - - - - */

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

/* - - - - - - - - - - - - - - - - - - - - - */
/* Large Devices, Wide Screens */
/* - - - - - - - - - - - - - - - - - - - - - */

@media only screen and (min-width : 1200px) {
	
.fixed {
	position:fixed;
	width:100%;
	z-index: 999;
}

}

