﻿@import url("helveticaNeueCondensed/stylesheet.css");
@import url("helveticaNeueCondensed/stylesheet.css");
@import url("321Impact/stylesheet.css");

/* element styles */
body
{
	margin: 0px;
	-webkit-font-smoothing:antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-family: Lucida, Tahoma, sans-serif;
	color: #000;
	font-size: 13px;
	line-height: 20px;
	border-top: 3px solid #ffcc00;
}

.winter {display:none;} /* Hide the winter packages */

h1,
h2,
h3,
h4,
h5,
h6
{
	font-family: "Helvetica Neue Condensed", Helvetica, Arial, sans-serif;
	font-weight: bold;
	color: #040404;
}

h1
{
	font-size: 22px;
}

h2
{
	font-size: 18px;
}

h3
{
	font-size: 16px;
}

h4
{
	font-size: 15px;
}

h5
{
	font-size: 14px;
}

h6
{
	font-size: 13px;
}

a
{
	outline: none;
	color: #0062af;
	text-decoration: none;
}

a:hover,
a:focus,
a:active
{
	text-decoration: underline;
}

a img
{
	border: 0px;
}

.small{
	font-size:0.8em;
}

.booking-message
{
	margin: 10px 0;
	padding: 10px;
	border: 1px solid #FF0000;
	border-radius: 4px;
	color: #FF0000;
	font-size: 16px;
}

.cookie-banner 
{
  position: fixed;
  left: 10%;
  right: 10%;
  bottom: 0;
  z-index: 20;
  display: flex;
  padding: 5px 14px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: rgba(238, 238, 238, 0.9);
  border-radius: 5px;
  box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.2);
  font-size: 1.25em;
	transition: opacity 2s;
}

.cookie-banner button
{
	margin-left: 2rem;
	padding: 0.5rem;
  background-color: #777;
  border: none;
  color: white;
  border-radius: 2px;
  cursor: pointer;
  white-space: pre;
  font-size: inherit;
}

.container
{
	width: 1000px;
	margin: auto;
	position: relative;
}

#colorbox .container {
	width: 100%;
}

.container:before,
.container:after
{
	content: "";
	width: 1px;
	height: 1px;
	clear: both;
	display: block;
}

#main
{
	background: #fff url(mainBack.jpg) top no-repeat;
}

#header:before,
#header:after
{
	content: "";
	width: 1px;
	height: 1px;
	clear: both;
	display: block;
}

#header .logo
{
	float: left;
	margin-top: -5px;
}

#header .banner
{
	float: left;
	margin-top: 7px;
}

#topMenu
{
	position: absolute;
	top: 15px;
	right: 0px;
	padding: 0px;
	margin: 0px;
	font-size: 14px;
}

#topMenu li
{
	float: left;
	display: block;
	margin-left: 10px;
}

#topMenu li a
{
	display: block;
	color: #000;
	font-family: "Helvetica Neue Condensed", Helvetica, Arial, sans-serif;
	font-weight: bold;
}

#topMenu li a:hover,
#topMenu li a:focus,
#topMenu li a:active
{
	color: #ffcc00;
}

#topMenu li a img
{
	position: relative;
	top: -4px;
}

#menu
{
	padding: 0px;
	margin: 0px;
	font-family: '321impactregular', sans-serif;
	text-transform: uppercase;
	font-size: 16px;
}

#menu:before,
#menu:after
{
	content: "";
	width: 1px;
	height: 1px;
	clear: both;
	display: block;
}

#menu li
{
	display: block;
	float: left;
	margin-right: 1px;
	box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.5);
}

#menu li:last-child
{
	margin-right: 0px;
}

#menu li a
{
	color: #050505;
	display: table-cell;
	height: 43px;
	vertical-align: middle;
	padding: 0px 5px;
	background-color: #ffcc00;
	box-shadow: -5px 0px 5px rgba(0, 0, 0, 0.1) inset;
}

#menu li a:hover,
#menu li a:focus,
#menu li a:active
{
	color: #fff;
}

#content
{
	background-color: rgb(204, 204, 204);
	background-color: rgba(255, 255, 255, 0.6);
	padding: 20px;
	width: 960px;
	position: relative;
}

#content:before,
#content:after
{
	content: "";
	width: 1px;
	height: 1px;
	clear: both;
	display: block;
}

.content .twoPane
{
	overflow: hidden;
}

.content .leftPane
{
	width: 330px;
	float: left;
}

.content .leftPane .logos img
{
	margin-right: 5px;
}

.TA_certificateOfExcellence
{
	display: inline-block;
}

.TA_certificateOfExcellence > div{
	padding:0;
	margin:0 !important;
}
.content .rightPane
{
	width: 620px;
	float: right;
	margin-right: -5px;
}

.content .rightPane .map
{
	margin-top: 10px;
}

.TA_selfserveprop
{
	position: absolute;
	right: 17px;
	top: 290px;
	z-index: 9001;
}

.TA_excellent
{
	position: absolute;
	z-index: 9001;
	top: 545px;
	right: 9px;
}

#footer
{
	background-color: #ffcc00;
	padding-bottom: 10px;
	position: relative;
	top: -1px;
}

#footer a
{
	color: inherit;
}

#footer h2
{
	color: #fff;
	font-family: inherit;
	margin-bottom: 0px;
}

#footer h2 + div
{
	margin-top: 0px;
}

#footer .contact
{
	font-family: '321impactregular', sans-serif;
	font-size: 16px;
	line-height: normal;
	float: left;
	margin-left: 15px;
	width: 270px;
}

#footer .contact .top h2
{
	font-size: 32px;
	margin-top: 10px;
}

#footer .contact .top div
{
	font-size: 42px;
}

#footer .galleryAdd
{
	font-family: "Helvetica Neue Condensed", Helvetica, Arial, sans-serif;
	width: 140px;
	padding-right: 255px;
	float: left;
	margin-left: 45px;
	background: url(photos.png) top right no-repeat;
	padding-top: 25px;
	position: relative;
	top: -25px;
}

#footer .galleryAdd h2
{
	font-size: 20px;
	color: #fff;
	margin-bottom: 0px;
	font-weight: bold;
	padding-left: 55px;
	line-height: 25px;
	background: url(camera.png) left no-repeat;
}

#footer .galleryAdd h2 + p
{
	margin-top: 0px;
	color: #000;
	font-size: 15px;
	line-height: 25px;
}

#subFooter
{
	font-family: "Helvetica Neue Condensed", Helvetica, Arial, sans-serif;
	font-size: 16px;
	color: #0b0b0b;
	overflow: hidden;
	margin-bottom: 20px;
	margin-top: 5px;
}

#subFooter a
{
	color: inherit;
}

#subFooter .left
{
	float: left;
	margin-left: 15px;
}

#subFooter .right
{
	float: right;
	margin-right: 15px;
}

/* ss overlay */
/*
.slideshow:after {
	content: url('slideshow_overlay.png');
	position: absolute;
	top: 0;
	right: 0;
	z-index: 10;
}

.orbit > div {
	z-index: 0;
}
*/

/* ss nav features */
/*
div.slider-nav span {

}

div.slider-nav span.left {
	background-image: url('slider_left.png');
}

div.slider-nav span.right {
	background-image: url('slider_right.png');
}

.orbit-wrapper .orbit-caption {

}

.orbit-wrapper .timer {
	display: none;
}

.orbit-bullets {
	bottom: 10px;
	left: 0;
	margin: 0;
}

.orbit-bullets li {
	width: 10px;
	height: 10px;
	background: transparent url('slider_bullet.png') center center no-repeat;
	margin-left: 10px;
}

.orbit-bullets li.active {
	background-image: url('slider_active.png');
	background-position: center center;
}
*/

/* galleries */
div.gallery {
	padding: 0px;
	/*
	border: 1px solid #CCCCCC;
	border-radius: 5px;
	*/
	position: relative;
	margin: 10px auto;
	overflow: hidden;
}

div.gallery ul {
	list-style-type: none;
	margin: 0 0;
	padding: 0;
	position: relative;
}

div.gallery li {
	float: left;
	margin: 5px !important;
	padding: 0;
	width: 23%;
	height: 210px;
	line-height: 210px;
	text-align: center;
}

div.gallery li > a {
	display: inline-block;
	width: 100%;
	height: 100%;
	overflow: hidden;
	border: 1px solid #CCCCCC;
	border-radius: 5px;
}

.gallery img {
	display: inline; /* kauri default sets to block */
	vertical-align: middle;
}

.pagination .pages
{
	text-align: center;
}

.pagination .pages .current
{
	font-weight: bold;
}

.pagination .pages a
{
	text-decoration: none;
}

.pagination .pages a:hover,
.pagination .pages a:focus,
.pagination .pages a:active
{
	text-decoration: underline;
}

/* default form styling
 * - apply .contact class to any form
 * - note .button styling at top of file
 */
form.contact {
	margin-top: 8px;
	background-color: #ccc;
	background-color: rgba(0,0,0,0.7);
	padding:15px 25px 5px;
	width: 500px;
	font-family: '321impactregular', sans-serif;
}

.contact p {
	line-height: 1.75em;
	width:100%;
}

.contact p.action {
	text-align: right;
	width:100%;
	margin-top: -30px;
}

.contact .action a {
	font-size: 0.875em;
}

.contact label {
	display: inline-block;
	width: 20%;
	vertical-align: top;
	font-size: 18px;
}

.contact label.error {
	width: auto;
	font-size: 0.875em;
	color: #fd1a00;
	margin-left: 10px;
}

.contact input[type=text] {
	width: 450px;
	width: calc(100% - 10px);
	font-family: inherit;
	font-size: 0.875em;
	padding:0 0 0 10px;
	margin:0;
	border:0;
	background: #ffcc00;
	font-size: 18px;
	height: 35px;
}
.contact .button, .ccokie-banner .button{
	background: #ffcc00;
	font-family: '321impactregular', sans-serif;
	color: #000;
	width:85px;
	height:35px;
	padding:0;
	margin:0;
	border:0;
	font-size: 20px;
	transform:rotate(-8deg);
	-ms-transform:rotate(-8deg); /* IE 9 */
	-webkit-transform:rotate(-8deg); /* Safari and Chrome */
}

.contact .button:hover{
	background: #000;
	color: #ffcc00;
}

.contact ::-webkit-input-placeholder { /* WebKit browsers */
    color:    #000;
}
.contact :-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color:    #000 !important;
}
.contact ::-moz-placeholder { /* Mozilla Firefox 19+ */
    color:    #000 !important;
}
.contact :-ms-input-placeholder { /* Internet Explorer 10+ */
    color:    #000;
}

.contact input[type=password], form.contact input.password, .contact .auth + input {
	width: 20%;
}
img.auth { vertical-align: middle; }

.contact textarea {
	width:450px;
	width: calc(100% - 20px);
	height: 5em;
	font-family: inherit;
	font-size: 0.875em;
	padding:10px;
	margin:0;
	border:0;
	background: #ffcc00;
	font-size: 18px;
}

/* basic code for using customised radio button graphics
 * - checkboxes can be handled similarly
 * - fallback to normal in <= IE8
 */
/*
.contact input[type=radio] + label {
	left: -22px;
	padding: 3px 20px 3px 30px;
	height: 18px;
	line-height: 18px;
	background: transparent url('radio-buttons.png') top left no-repeat;
}

.contact input[type=radio]:checked + label{
	background-position: bottom left;
}

.ie8 .contact input[type=radio] + label {
	left: 0;
	padding-left: 10px;
	background-image: none;
}
*/

/* blog */
.articleNav {
	overflow: hidden;
}

.articleNav .previous {
	float: left;
}

.articleNav .next {
	float: right;
}

.regionList
{
	padding: 15px 10px;
	box-shadow: 0px 0px 7px 7px rgba(0, 0, 0, 0.05);
	border-radius: 10px;
	overflow: hidden;
	font-size: 15px;
	width: 696px;
	margin: auto;
}

.regionList li
{
	float: left;
	display: block;
}

.regionList li a
{
	width: 150px;
	padding: 10px;
	border: 3px;
	display: block;
	color: #6d6e71;
	background-color: #f9f9f9;
	border: 2px solid #dfdfdf;
	border-bottom: 1px solid #dfdfdf;
}

.regionList li.sel a,
.regionList li a:hover,
.regionList li a:focus,
.regionList li a:active
{
	background-color: #a29061;
	color: #fff;
}

.stockists
{
	width: 716px;
	margin: auto;
	border-radius: 10px;
	margin-top: 80px;
	position: relative;
	margin-bottom: 50px;
}

.stockists:before,
.stockists:after
{
	content: "\0000a0";
	width: 0px;
	height: 0px;
	clear: both;
	overflow: hidden;
	display: block;
}

.stockists h2
{
	position: absolute;
	top: -65px;
	left: 10px;
}

.stockists div
{
	float: left;
	height: 155px;
	padding: 10px;
	width: 155px;
	position: relative;
	box-shadow: 0px 0px 7px 7px rgba(0, 0, 0, 0.05);
	margin: 2px;
}

.stockists h3
{
	font-size: 17px;
	margin: 0px;
}

.stockists p
{
	margin: 0px;
	font-size: 14px;
	line-height: 19px;
}

.stockists .mapLink
{
	position: absolute;
	bottom: 10px;
	left: 10px;
	padding-left: 40px;
	padding-top: 15px;
	background: url(map.png) left no-repeat;
}

/* print order */
#print-order table {
	width: 100%;
}

#print_order th, #print-order td {
	vertical-align: top;
}

#print-order thead tr:first-child > * {
	border-bottom: 1px solid #423f3f;
	padding-bottom: 4px;
}

#print-order thead th:first-child {
	text-align: left;
}

#print-order tbody th {
	font-weight: normal;
	padding-bottom: 4px;
}

#print-order tfoot tr:first-child > * {
	border-top: 1px solid #423f3f;
	padding-top: 4px;
}

#print-order tbody {
	padding: 4px 0;
}

#print-order tbody th, #print-order tfoot th {
	font-weight: normal;
	text-align: left;
}


#print-order td+td, #print-order tfoot td+td {
	text-align: center;
}

#print-order td+td+td, #print-order tfoot td+td+td {
	text-align: right;
}

#print-order th:last-child {
	text-align: right;
}

/* customers/orders */
table.orders {
	width: 100%;
	border-collapse: collapse;
}

.orders th, .orders td {
	padding: 4px;
	vertical-align: top;
}

.orders tbody *:first-line {

}

.orders thead tr:first-child > * {
	border-bottom: 1px solid #423f3f;
	text-indent: 0;
}

.orders tbody th {
	font-weight: normal;
	text-indent: 0;
}

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

.orders .date {
	width: 95px;
}

.orders .details {
	text-align: left;
	text-indent: 1em;
}

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

.orders .link {
	text-align: right;
	width: 75px;
}

/** files **/
.file {
	position: relative;
	overflow: hidden; /* float clearing */
	padding: 15px;
	margin-bottom: 10px;
}

.file h2 {
	margin-bottom: 1em;
}

.file .button {
	position: absolute;
	top: 6px;
	right: 10px;
}

#hoverCart
{
	position: fixed;
	top: 50px;
	right: 50px;
	width: 200px;
	background-color: rgba(48, 48, 48, 0.8);
	background-color: #303030\9;
	color: #fff;
	padding: 15px;
	border-radius: 5px;
	overflow: auto;
	z-index: 1000;
}

#hoverCart h1,
#hoverCart h2,
#hoverCart h3
{
	color: #fff;
	margin: 0px 0px 5px;
	border-bottom: 1px solid #fff;
	padding-bottom: 3px;
}

#hoverCart a
{
	color: #fff;
}

#hoverCart .items
{
	overflow: hidden;
	display: block;
	border-bottom: 1px solid #fff;
	padding-bottom: 5px;
	margin-bottom: 5px;
}

#hoverCart .checkout
{
	float: left;
}

#hoverCart .dismiss
{
	display: block;
	text-align: right;
	float: right;
}

#hoverCart .row
{
	border-bottom: 1px solid #fff;
	position: relative;
	overflow: hidden;
	padding: 10px 0px 5px;
}

#hoverCart .row .right
{
	text-align: right;
	font-family: "Courier New", Courier, monospace;
}

#hoverCart .remove
{
	font-size: 12px;
	display: block;
}

input:disabled,
textarea:disabled
{
	opacity: 0.5;
}

.adventureCategory h2, .adventureCategory h3 {
	text-transform: uppercase;
}

.trips-booking{
	width: 95%;
	margin: 0px auto;
	background-color: #333;
	background-color: rgba(0,0,0,0.7);
	padding: 10px;
	color: #ddd;
}

.trips-booking th{
	font-weight:bold;
	text-align:left;
	text-wrap: no-wrap;
}

.trips-booking a{
	color: #ffcc00;
}

.trips-booking h3{
	font-family: '321impactregular', sans-serif;
	font-weight: normal;
	font-size: 20px;
	margin:0;
	line-height:35px;
	text-transform: uppercase;
}

.trips-booking p {

	margin-top: 0;
}

.trips-booking td{
	min-width: 70px;
}

.trips-booking td:first-child{
	width: 35%;
}

.trips-booking td:last-child{
	width: 100px;
}

.trips-booking .paddles
, .trips-booking .waterTaxi 
, .trips-booking .price
{
	text-align: center;
}

.trips-booking .waterTaxi img {
	display: block;
	margin: 2px auto;
}

.trips-booking .tagline
{
	font-weight: bold;
}

.trips-booking .experience-required
{
	text-transform: uppercase;
}

.disclaimer
{
	margin-top: 3em;
}

.adventure {
	float:right;
	width: 550px;
}

.adventure div.gallery li{
	width:31%;
	height:126px;
	line-height:122px;
}


.adventbox{
	width: 400px;
}

#departtable, #tripdetails{
	width: 100%;
	background-color: #ccc;
	background-color: rgba(0,0,0,0.7);
	padding: 8px;
	border-radius: 3px;
	margin-bottom: 10px;
	color: #ddd;
}

#departtable th{
	text-align:left;
	font-weight:normal;
	font-family: '321impactregular', sans-serif;
	font-size: 18px;
	color: #ffcc00;
}

#tripdetails td > span{
	font-family: '321impactregular', sans-serif;
	font-size: 15px;
	color: #ffcc00;
}

#tripdetails td > a{
	color: #ddd;
	text-decoration: underline;
}

#tripdetails td > a:hover{
	text-decoration: none;
}

#bookingForm p {
	margin: 0.25em 0;
}

#bookingForm  .ui-accordion .ui-accordion-content {
	padding: 1em;
}

#bookingForm  input[type=button], #bookingForm  input[type=submit] {
	width: 98%;
}

#bookingForm .yourDetails input[type=text] {
	width: 98%;
}
.milfordmap h1{
	font-family: '321impactregular', sans-serif;
	font-weight: normal;
	font-size: 30px;
}

.milfordmap + hr{
	clear: both;
	width:100%;
}

div.milfordleft{
	float:left;
	width: 475px;
}

div.milfordleft li{
	line-height: 20px;
	background: url(/resources/template/1px.png) no-repeat;
	background-size: 25px 27px;
	background-position: top left;
	padding: 4px 7px 5px 35px;
	text-indent: -30px;
	margin-bottom: 10px;
}

div.milfordleft li:nth-child(n+10){
	padding-left: 40px;
	background-size: 32px 27px;
	text-indent: -36px;
}

div.milfordleft li:nth-child(n+10) span{
	padding-left:6px;
}

div.milfordleft ol{
	float: left;
	width: 475px;
	color: #ffcc00;
	list-style-type: decimal;
	list-style-position: inside;
	font-family: '321impactregular', sans-serif !important;
	font-size: 18px;
	padding-left: 0px;
}

div.milfordleft li span{
	color: #000;
	font-family: Lucida, Tahoma, sans-serif;
	font-size: 13px;
	padding-left: 5px;
}

div.milfordright{
	float: right;
	width: 450px;
}

div.milfordright img{
	margin-bottom: 15px;
}

div.milfordright table{
	width: 100%;
}

div.milfordright table div.legend{
	margin: 0px 10px;
	padding: 0;
	height: 5px;
	width: 45px;
	border-radius: 3px;
}

div.legend.yell{
	background-color: rgb(255,213,3);
}

div.legend.blue{
	background-color: rgb(0,155,223);
}

div.legend.red{
	background-color: rgb(237,27,53);
}

div.legend.purp{
	background-color: rgb(146,39,143);
}

div.legend.oran{
	background-color: rgb(247,148,30);
}


.prating {
	background: url('/resources/image/paddle-rating.png') no-repeat;
	width: 275px;
	height: 49px;
	padding:10px;
	font-size:16px;
	font-weight: bold;
}

.prating p {
	float:left;
}

.prating img {
	margin-left:25px;
	margin-top:8px;
	float: left;
}

/* tinymce universal formatting */
#tinymce {width: 870px; padding: 10px; background: #FFF; text-align: left; font-size: 1em; color: #666;}
#tinymce p { padding: 0 0 1em;}
#tinymce form { outline: 1px dotted #F00;}
#tinymce a { border-bottom: 1px dotted #002D4A; color: #002D4A; text-decoration: none; }

@media screen and (max-width: 1023px)
{
	.responsive .header
	{
		height: auto;
	}

	.responsive #header > img {
		display: none;
	}

	.responsive #header > a {
		display: block;
		text-align: center;
		margin-top: -2px;
	}

	.responsive #header .logo {
		margin-top: 0;
	}

	.responsive #topMenu {
		top: 8px;
		right: 0;
		font-size: 20px;
		line-height: 1.2;
		width: 30px;
	}

	.responsive #topMenu li {
		display: block;
		margin: 0;
	}

	.responsive .header .banner
	{
		height: auto;
	}

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

	.responsive .container
	{
		width: auto;
		padding: 0px;
		box-sizing: border-box;
		-moz-box-sizing: border-box;
	}

	.responsive #content {
		width: 100%;
		box-sizing: border-box;
	}

	.responsive .content	{
		margin: 0px;
		padding: 10px;
	}

	.responsive .leftPane
	, .responsive .rightPane {
		width: auto;
		margin: 0;
	}

	.responsive .content .leftPane .logos {
		position: relative;
	}

	.content .rightPane .map {
		display: none;
	}

	.responsive .TA_certificateOfExcellence {
		margin-left: -3px;
	}

	.responsive .TA_selfserveprop {
		position: relative;
		top: 0;
		left: 0;
		right: 0;
		z-index: 0;
	}

	.responsive .TA_excellent {
		position: relative;
		top: 0;
		right: 0;
		left: 0;
		z-index: 0;
		display: none;
	}

	.responsive #footer
	{
		height: auto;
		padding: 10px;
	}

	.responsive #footer .container > div
	{
		float: none;
		display: block;
		position: static;
		width: auto;
	}

	.responsive #footer .galleryAdd {
		padding: 0;
		margin: 0;
	}

	.responsive #footer .galleryAdd h2 {
		padding-top: 150px;
		padding-left: 0;
		background-position: left bottom;
		text-indent: 60px;
	}

	.responsive table.trips-booking {
		display: block;
		width: 100%;
		padding: 5px;
		box-sizing: border-box;
	}

	.responsive table.trips-booking thead {
		display: none;
	}

	.responsive table.trips-booking tbody
	, .responsive table.trips-booking tr
	, .responsive table.trips-booking td:first-child
	{
		display: block;
		width: 100%;
	}

	.responsive table.trips-booking tr {
		padding-bottom: 10px;
		border-bottom: 1px solid #CCC;
	}

	.responsive table.trips-booking td ~ td {
		display: inline-block;
		width: 20%;
	}

	.responsive table.trips-booking td:nth-child(6)
	, .responsive table.trips-booking td:nth-child(7)
	{
		width: 40%;
		font-size: 18px;
	}

	.responsive table.trips-booking td ~ td a {
		padding: 6px;
	}

	.responsive img[alt='Paddle Rating Scale'] {
		margin-left: 0 !important;
	}

	.responsive .adventure
	, .responsive .adventbox
	{
		width: 100%;
		float: none;
	}

	.responsive #tripdetails td > span {
		display: block;
	}

	.responsive .adventure div.gallery li {
		width: 46%;
		height: 85px;
		line-height: 85px;
	}

	.responsive .milfordleft
	, .responsive .milfordright
	{
		float: none;
		width: 100%;
		margin: 0;
	}

	.responsive div.milfordleft ol {
		width: 100%;
	}

	.responsive iframe {
		width: 100%;
	}

	.responsive h2 img {
		display: block;
		float: none !important;
		margin: 0 auto;
	}

	.responsive form.contact {
		padding: 5px;
		width: 100%;
		box-sizing: border-box;
	}

	.responsive #colorbox {
		width: 100% !important;
	}
}

.button {
	min-height: 18px;
    	padding: 14px 54px;
    	background: #ffcc00;
    	align-items: center;
    	display: inline-flex;
    	margin: 10px;
	color: #0d0a0a;
    	font-weight: bold;
	text-transform: uppercase;
}