/*
Theme Name: Queenstown Charters 2016
Theme URI: http://www.macstudio.co.nz
Author: Jon Clamp
Author URI: http://www.macstudio.co.nz
Description: MacStudio Bootstrap 3
Version: 1.0
License: MacStudio Limited
License URI: http://www.macstudio.co.nz
Tags: hello
Text Domain: bootstrap3
*/


/* NEXA FONT */

@font-face {
    font-family: 'nexa_script_reg';
    src: url('fonts/fabric_-_nexa_rust_script_r_00-webfont.woff2') format('woff2'),
         url('fonts/fontfabric_-_nexa_rust_script_r_00-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'nexa_rust';
    src: url('fonts/nexarustsans-black-webfont.woff2') format('woff2'),
         url('fonts/nexarustsans-black-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'nexa_rust_regular';
    src: url('fonts/nexa_regular-webfont.woff2') format('woff2'),
         url('fonts/nexa_regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'nexa_rust_shadow';
    src: url('fonts/fontfabric_-_nexa_rust_slab_black_shadow-webfont.woff2') format('woff2'),
         url('fonts/fontfabric_-_nexa_rust_slab_black_shadow-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

body {
	background: #192E3C;
	color: #192E3C;
	margin:0;
	padding:0;
	font-family: 'nexa_reg', 'Open Sans', sans-serif;
}

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

p {
	line-height: 1.5em;
}

/* FONTS */
h1 {
	font-family: 'nexa_script_reg', sans-serif;
	font-style: normal;
	font-weight: 300;
	font-size: 56px;
	margin-top: 5px;
	margin-bottom: -10px;
}

h2 {
	font-family: 'nexa_rust', sans-serif;
	font-style: normal;
	font-weight: 300;
	font-size: 28px;
}

h3 {
	font-family: 'nexa_rust', sans-serif;
	font-style: normal;
	font-weight: 300;
	font-size: 20px;
}

h4 {
	font-family: 'nexa_rust', sans-serif;
	font-style: normal;
	font-weight: 300;
	font-size: 16px;
}

.nexa-script {
	font-family: 'nexa_script_reg', sans-serif;
	font-style: normal;
	font-weight: normal;
	margin-top: 5px;
	margin-bottom: -10px;
}

.nexa-script-sidebar {
	font-family: 'nexa_script_reg', sans-serif;
	font-style: normal;
	font-weight: normal;
	margin-top: 5px;
	margin-bottom: -10px;
	font-size: 35px;
}

.nexa-rust {
	font-family: 'nexa_rust', sans-serif;
	font-style: normal;
	font-weight: normal;
}

.nexa-rust-book {
	font-family: 'nexa_rust_regular', sans-serif;
	font-style: normal;
	font-weight: normal;
}

.nexa-rust-shadow {
	font-family: 'nexa_rust_shadow', sans-serif;
	font-style: normal;
	font-weight: normal;
}


/* HOME TEXT */

.script {
	font-size: 60px;
}

.sans-serif {
	font-size: 40px;
	line-height: 95%;
}

.sans-serif-border-top-bottom {
	font-size: 55px;
	line-height: 95%;
	border-top: solid;
	border-top-color: #FFF;
	border-top-width: 4px;
	padding-top: 10px;
	border-bottom: solid;
	border-bottom-color: #FFF;
	border-bottom-width: 4px;
	padding-bottom: 10px;
}

.sans-serif-border-top {
	font-size: 55px;
	line-height: 95%;
	border-top: solid;
	border-top-color: #FFF;
	border-top-width: 4px;
	padding-top: 10px;
}

.sans-serif-shadow {
	font-size: 130px;
	line-height: 95%;
}

/* LINKS */

a:link {
	color: #A90F3D;
	text-decoration:none;
}

a:visited {
	color: #A90F3D;
	text-decoration:none;
}

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

a:active {
	color: #A90F3D;
	text-decoration:none;
}


/* COLOURS */

.white {
	color: #FFFFFF;
}

.red {
	color: #A90F3D;
}

.blue {
	color: #192E3C;
}

/* FORM */

.fitwidth {
	width: 100%;
}

.halfwidth {
	width: 100%;
}
.halfwidth-margin {
	width: 100%;
	margin-right: 0%;
}

input {
	padding: 10px;
	border: none;
}

textarea {
	padding: 10px;
	border: none;
}


/* BACKGROUNDS */

.background-red {
	background: #A90F3D;
}

.background-blue {
	background: #192E3C;
}

.background-white {
	background: #ffffff;
}

.background-white-transparent {
	background-color: rgba(255, 255, 255, 0.8);
}

.border-top-red {
	border-top-width: 20px;
	border-top-color: #A90F3D;
	border-top-style: solid;
}

/* SECTIONS */

.section {
	padding: 20px 0;
}

.section.default {
	background-image: url('https://www.queenstowncharters.co.nz/wp-content/themes/queenstowncharters2016/images/default-background.jpg');
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-position: center top;
	background-attachment: scroll;
}

/* SECTION ONE */

.section.one {
	background-color:#12819e;
	background-image: url('https://www.queenstowncharters.co.nz/wp-content/themes/queenstowncharters2016/images/section-1-background-mobile.jpg');
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-position: center top;
	background-attachment: scroll;
}

/* SECTIONS TWO */

.section.two {
	color: #ffffff;
	background-image: url('https://www.queenstowncharters.co.nz/wp-content/themes/queenstowncharters2016/images/section-2-background.jpg');
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-position: center top;
	background-attachment: scroll;
}

/* SECTIONS THREE */

.section.three {
	color: #ffffff;
	background-image: url('https://www.queenstowncharters.co.nz/wp-content/themes/queenstowncharters2016/images/section-3-background.jpg');
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-position: center center;
}

/* SECTIONS FOUR */

.section.four {
	color: #ffffff;
	background-image: url('https://www.queenstowncharters.co.nz/wp-content/themes/queenstowncharters2016/images/section-3-background.jpg');
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-position: center center;
}


/* SECTIONS WHITE */

.section.white {
	background: #ffffff;
	color: #000000;
}
.section.white h1 {
	color: #192E3C;
}
.section.white a:link {
	color: #192E3C;
	text-decoration:none;
}
.section.white a:visited {
	color: #192E3C;
	text-decoration:none;
}
.section.white a:hover {
	color: #192E3C;
	text-decoration:underline;
}
.section.white a:active {
	color: #192E3C;
	text-decoration:none;
}

/* SECTIONS RED */

.section.red {
	background: #A90F3D;
	color: #FFFFFF;
}
.section.red h1 {
	color: #FFFFFF;
}
.section.red a:link {
	color: #FFFFFF;
	text-decoration:none;
}
.section.red a:visited {
	color: #FFFFFF;
	text-decoration:none;
}
.section.red a:hover {
	color: #FFFFFF;
	text-decoration:underline;
}
.section.red a:active {
	color: #FFFFFF;
	text-decoration:none;
}

/* LOGO  */

.logo {
	max-width: 125px !important;
	min-width: none !important;
}


/* HOME BOX CAPTIONS  */
.home-photo {
    position: relative;
}

.caption {
	position: absolute;
	top: 0;
	left: 0;
	min-height: 80px;
	width: 100%;
	text-transform: uppercase;
	color: #fff;
	background: rgba(0,0,0,0.5);
	padding: 15px;
	vertical-align: middle;
}

.caption.orange {
	border-left: 10px solid #FAA61A;
}

.caption.red {
	border-left: 10px solid #A90F3D;
}

.caption.orange {
	border-left: 10px solid #FAA61A;
}

.caption.cyan {
	border-left: 10px solid #009ECF;
}

.caption.lime {
	border-left: 10px solid #CBDB2A;
}

.caption.aqua {
	border-left: 10px solid #43C0B9;
}

/* STYLES */

.left {
	float: left;
}

.right {
	float: right;
}

.clear {
	clear: both;
}

.fit-width {
	width: 100%;
}

.min-height-600 {
	min-height: 600px;
}

.border-right {
	border-right: none;
}

.col-md-9 ul{
	padding-left: 20px;	
}

.col-md-9 li {
	list-style-image: url(images/compass.png);
	list-style-type: none;
	line-height: 1.5em;
}


/* NAV BAR */
.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: none;
}

.navbar-default .navbar-collapse, .navbar-default .navbar-form {
    border-color: transparent;
    box-shadow: none;
}

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

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

.dropdown-menu {
	color: #FFF;
background-color: #A90F3D;
}

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

.navbar-right .dropdown-menu {
	right: auto;
left: auto;
}

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

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

.navbar a:link {
	color: #FFF;
	text-decoration:none;
}

.navbar a:visited {
	color: #FFF;
	text-decoration:none;
}

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

.navbar a:active {
	color: #FFF;
	text-decoration:none;
}

.navbar-nav .open .dropdown-menu {
	text-align: center;
}

.navbar-default .navbar-nav .open .dropdown-menu > li > a {
	color: #FFF;
}

.navbar-default .navbar-nav .open .dropdown-menu > li > a:hover {
	color: #FFF;
}

.navbar-toggle {
	background: #FFF;
	vertical-align: middle;
	margin-right: 45%;
}


/* GALLERY */

.psgal {
	float: left;
}

/* MARGINS / PADDING */
.margin-top {
	margin-top: 30px;
}

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

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

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

.margin-top-nav {
	margin-top: 100px;
}

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

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

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

.margin-bottom-large {
	margin-bottom: 60px;
}

.margin-bottom-xlarge {
	margin-bottom: 120px;
}

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

.margin-minus-more {
	margin-left: -30px;
	margin-right: -30px;
}

.margin-right-zero {
	margin-right: 0px;
}

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

.margin-right-phone {
	margin-right: 0px;
}

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

.padding {
	padding: 30px;
}

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

/* BUTTONS */

.btn.red {
	border-radius: 0;
	background: #A90F3D;
	color: #ffffff;
	font-weight: bold;
}
.btn-orange {
    background: #ff9900;
    color: #ffffff;
}

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


/* PILLS */

.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
  color: #fff;
  background-color: #A90F3D;
	font-size: 12px;
}

.nav-pills > li > a,
.nav-pills > li > a:hover,
.nav-pills > li > a:focus {
    border-radius: 0px;
    background-color: #0092C7;
	color: #fff;
	font-size: 12px;
}

/* STYLES */

hr {
	border-top-color: #192E3C;
	border-top-style: solid;
	border-top-width: 1px;
}



/* 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;
}

/* 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) {

}

/* Small Devices, Tablets */
@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;
}
.margin-top-phone {
	margin-top: 0px;
}
.margin-right-phone {
	margin-right: 15px;
}
.halfwidth {
	width: 50%;
}
.halfwidth-margin {
	width: 48%;
	margin-right: 2%;
}
	
	.section.one {
	background-color:#12819e;
	background-image: url('https://www.queenstowncharters.co.nz/wp-content/themes/queenstowncharters2016/images/section-1-background-tablet.jpg');
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-position: center top;
	background-attachment: scroll;
}
	
}

/* Medium Devices, Desktops */
@media only screen and (min-width : 992px) {
	
		.section.one {
	background-color:#12819e;
	background-image: url('https://www.queenstowncharters.co.nz/wp-content/themes/queenstowncharters2016/images/section-1-background.jpg');
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-position: center top;
	background-attachment: scroll;
}
	
.border-right {
	margin-top:15px;
	margin-bottom:15px;
	border-right: 1px solid #192E3C;
	min-height: 600px;
	padding-right:30px;
}
	
}

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

/* WORDPRESS REQUIRED CLASSES */

 .wp-caption {
 }
 
 .wp-caption-text {
 }
 
 .sticky {
 }
 
 .screen-reader-text {
 }
 
 .gallery-caption {
 }
 
 .bypostauthor {
 }
 
 .alignright {
 }
 
 .alignleft {
 }
 
 .aligncenter {
 }
 