@charset "UTF-8";
/* CSS Document */

html, body {
	height: 100%; 
}
body {
	background: #fff;
	color: #5E5B57;
}

.container {
	/* background: #234973; */
	min-height: 100%;
	height: auto !important;
	height: 100%;  /* the bottom margin is the negative value of the footer's height */
	margin-top: 0;
	margin-bottom: -150px;
}

.push {
	height: 150px;
}


body, h1, h2 ,h3, h4, h5, h6, p {
	font-family: 'Ubuntu', sans-serif;
	font-weight: 300;
}

h1 {
	font-size: 2.2em;
	color: #fc4e00;
	font-weight: 300;
}
h2 {
	font-size: 1.8em;
	color: #fc4e00;
	font-weight: 300;
}
h3 {
	font-size: 1.5em;
	color: #fc4e00;
	line-height: 1.3em;
	font-weight: bold;
}
h4, a h4 {
	font-size: 2em;
	color: #5E5B57;
}
h5 {
	font-size: 1.5em;
	color: #5E5B57;
	font-weight: 600;
}
h6, a h6 {
	font-size: 1.2em;
	color: #5E5B57;
	font-weight: 400;
	line-height: 1.3;
}
a {
	color: #224880;
	font-weight: 400;
}
a:hover {
	color: #fc4f00;
}

.row {
	width: 1200px;
}

.fifth, .row .fifth {
    width: 20%
}
.fl {
	float:left;
	margin-right: 15px;
	margin-bottom: 15px;
}
.fr {
	float:right;
	margin-left: 15px;
	margin-bottom: 15px;
}

img.fl, img.fr {
	max-width: 50%;
}
.nogap {
	margin: 0;
}
.topgap {
	margin-top: 15px;
}
.botgap {
	margin-bottom: 15px;
}
.nopad {
	padding: 0;
}
.toppad {
	padding-top: 15px;
}
.botpad {
	padding-bottom: 15px;
}

.pad {
	padding: 15px;
}
.bigpad {
	padding: 40px;
}
.block {
	display:block;
}


.flush {
	clear:both;
	font-size: 0px;
	height: 0px;
	float: none;
}
.clearfloat, .cf{
	clear:both;
}

.js .fade {
	display:none;
}
.white {
	color: #fff;
}
.turq {
	color: #14AEA5;
}
label {
	color: #69645D;
}
sup {
	 font-size: 0.83em;
     vertical-align: super;
     line-height: 0;
}

hr {
	border-bottom: none;
	border-top-color: rgba(152, 147, 140, 0.3);
	border-width: 1px 0;
}

span.note {
    margin-top: -10px;
    display: block;
    font-size: 0.8em;
}

table {
	max-width: 100%;
	width: 100%;
}

.button, .button.secondary, .button.success, .button.alert, .productSubmitInput, .update, .actions a, .cat_button {
	/* -webkit-box-shadow: 1px 2px 3px rgba(0,0,0,0.2);
	-moz-box-shadow: 1px 2px 3px rgba(0,0,0,0.2);
	 box-shadow: 1px 2px 3px rgba(0,0,0,0.2); */
	border: none;
	font-size: 16px;
	font-weight: 700;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
}

.searcher .social {
    font-size: 43px;
    padding-right: 10px;
    position: relative;
    top: 10px;
}

.button:active, .button.secondary:active, .button.success:active, .button.alert:active, .productSubmitInput:active, .update:active, .actions a:active, .cat_button:active {
	-webkit-box-shadow: inset 1px 2px 3px rgba(0,0,0,0.2);
	-moz-box-shadow: inset 1px 2px 3px rgba(0,0,0,0.2);
	box-shadow: inset 1px 2px 3px rgba(0,0,0,0.2);
}
button.expand, .button.expand {
	padding-right: 0;
	padding-left: 0;
	width: 100%;
}
input[type="text"], input[type="password"], input[type="date"], input[type="datetime"], input[type="email"], input[type="number"], input[type="search"], input[type="tel"], input[type="time"], input[type="url"], textarea {
	/*-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	background: #012636;
	
	border: 2px solid #81b8bd;*/
	color: #000;
}

select {
	height: 30px;
	border: 1px solid #ccc;
	margin-bottom: 13px;
	font: inherit;
	background: #fff;
}
.selectize-control.single .selectize-input input {
	height: inherit;
}

.selectize-input .item {
    padding: 0 !important;
}

.tick-holder {
    display: inline-block;
    /* margin: 0 10px 0px 0; */
    background: rgba(213, 213, 213, 0.5);
    /* color: #4EAD6C; */
    padding: 0px;
    width: 1.6em;
    text-align: center;
    border-radius: 2px;
    height: 1.6em;
    /* float: left; */
    position: absolute;
    left: 0;
}
.ticked .tick-holder {
    background: rgb(78, 173, 108);
    color: #FFFFFF;
}

.tickbox {
    margin-bottom: 10px;
    padding-left: 30px;
    position: relative;
}

.ticked .on {
    display: inline;
}

.on, .ticked .off {
    display: none;
}



.tickbox:hover {
    background: rgba(255, 255, 255, 0.5);
    border-radius: 2px;
    cursor: pointer;
}

.productSubmitInput, .update, .actions a {
	font-size: 11px;
	padding: 7px 14px 8px;
}


.button.outline {
    border: 2px solid rgb(111, 193, 69);
    background: #fff;
	
    color: rgb(111, 193, 69);
	text-shadow: none;
    font-size: 0.8em;
}
.button.outline:hover, a:hover .button.outline {
    /* border-color: #FED131; */
	
    /* color: #fff; */
    background: rgba(111, 193, 69, 0.17);
}

.button.big {
    font-size: 1em;
    font-weight: 400;
    /* border-radius: 57px; */
}

a.button em {		/* float icon fonts left inside buttons*/
			/* float: left; */
			/* margin-right: 10px; */
}

.but > a {
    background: #14AEA5;
    padding: 1px 10px;
    margin-right: 20px;
    color: #fff;
    border-radius: 30px;
    font-size: 12px;
}
.but.delete a {
    background: #C04B4B;
}
.but a:hover {
	background: #237389;
    color: #fff;
}
.but.delete a:hover {
	background: #C22C2C;
}

#jumpmenu {
    width: 200px;
    height: 38px;
}


ul, ol, li {
	font-size: 16px;
}
ul li, ol li  {
	margin-left: 20px;
	margin-bottom: 10px;
	line-height: 1.2;
}
ul.arrows li:before {
  content: "❯";
  padding-right: 5px;
  color: #e6c05a;
}

ul.no-bullet li {
	margin-left: 0;
	padding-left: 0;
}

ul.inline li {
    display: inline-block;
    margin-right: 20px;
}

.pricing-table li {
	margin: 0;
	padding:0;
}

.bigicon {
	font-size: 2em;
	color: #51c9d3;
}

.mce-tinymce, input[type=file] {
	margin-bottom: 12px;
}

.payment {
	background: #D8E8EC;
	padding: 15px;
	margin-bottom: 20px;
}

.green {
    color: rgb(157, 218, 80);
}

.shade-white {
	background: #fff;
}
.shade-black {
	background: #000;
}

.shade-grey {
	background: #F2F1F0;
}
.shade-darkgrey {
  background-color: rgb(83, 84, 84);
  color: #FFF;
}

.shade-darkgrey .progress {
	background: #403f3e;
}

.shade-darkgrey a:not(:hover) {
	color: #ffffff;
}

div.progress.veryeasy .meter {
	background: #A6A52B;}
div.progress.easy .meter {
	background: #7ABA47;}
div.progress.moderate .meter {
	background: #548dbd;
	}
div.progress.challenging .meter {
	background: #845c8b
}
div.progress.difficult .meter {
	background: #A31F38;}
	
.tabs-content h2, .tabs-content h3, .tabs-content h4 {
	color: #072655;
}

span.xch {
    color: #fff;
    background: rgb(18, 101, 137);
    margin: 5px;
    display: inline-block;
    padding: 1px 5px;
    border-radius: 3px;
	
    font-size: 15px;
    font-weight: 400;
    line-height: 1.5;
}

.currency {
    background: #c3ccda;
    padding: 10px;
    text-align: center;
    /* border: 1px solid #126589; */
    margin-bottom: 20px;
    box-shadow: 1px 1px 3px rgba(0,0,0,.3);
}

.currency button img {
    width: 25px;
    display: block;
}

.currency .title {
	margin: -10px -10px 10px;
	/* float: left; */
	/* display: inline; */
	/* vertical-align: middle; */
	background-color: #224880;
	color: #c3ccda;
}

/* ------------------ nav ------------------ */


@media only screen and ( max-width: 1000px ) /* 1000 */
{
    html
    {
        font-size: 75%; /* 12 */
    }
    .searchicon {
        /* padding: 14px; */
        /* right: 0; */
    }
}

.touch .sidenav ul ul ul, .touch #mainnav li li ul {
/*	display: none !important;*/
}

.content ul li {
	list-style:disc;
}
.content ol li {
	list-style: decimal;
}


.signupbox {
	background: #8A6A95;
	padding: 20px;
}
.signupbox h3 {
	font-size: 20px;
	color: #fff;
	margin-top: 0;
}
.signupbox form {
	margin:0;
}
.signupbox input[type=text] {
	background: #6C5770;
	color: #fff;
}
.signupbox ::-webkit-input-placeholder { /* WebKit browsers */
    color:    #a194a4;
}
.signupbox :-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color:    #a194a4;
}
.signupbox ::-moz-placeholder { /* Mozilla Firefox 19+ */
    color:    #a194a4;
}
.signupbox :-ms-input-placeholder { /* Internet Explorer 10+ */
    color:    #a194a4;
}

/* ------------------ Header ------------------ */

header {
/* padding: 10px 0; */
/* text-align: center; */
position: relative;}

header .logo {
	padding: 5px 0;
	/* padding-bottom: 5px; */
	/* text-align: center; */
	display: inline-block;
	width: 250px;
	max-width: 50%;
	line-height: 35px;
}
.bike-ride {
    position: absolute;
    /* top: 5px; */
    left: -60px;
    /* bottom: 5px; */
    width: 50px;
    /* border: 1px solid red; */
    height: 100%;
}
.bike-ride img {
	position: relative;
	right: 0;
	vertical-align: bottom;
}
header .logo img {
	/* max-width: 250px; */
	max-height: 90%;
	vertical-align: middle;
}

header .details {
	margin-top: 30px;
	text-align: right;
	font-size: 20px;
	font-weight: 300;
	color: #fff;
}

header h4, header h5 a {
	color: #fff; 
	margin: 0;
	font-weight: 300;
}
header .headphone {
	font-size: 1.6em;
	/* color: #fff; */
}

header .dark {
	color: #708eaf;
	font-weight: 300;
}

.stickybar {
	position: relative;
}

.fixed {
    position: fixed;
    top:0; left:0;
    width: 100%; 
	
    background: rgba(255, 255, 255, 0.95);
	box-shadow: 0 2px 5px rgba(0,0,0,0.3);
	
    z-index: 1001;
}

.stickybar.fixed .logo img {
	/* width: 200px; */
}

.searcher {
	/* margin-top: 5px; */
	display: inline-block;
	float: right;
	/* width: 50%; */
	/* max-width: 30%; */
	position: relative;
	/* right: 15px; */
	height: 100%;
	line-height: 62px;
}

header .phone {
    font-size: 2em;
    /* font-weight: 200; */
    color: rgb(7, 38, 85);
    vertical-align: middle;
    margin-right: 10px;
}
.stickybar.fixed .searcher {
	/* margin-top: 5px; */	
}
.searcher form {
	margin: 4px;
	display: inline-block;
	float: right;
	width: 100%;
}
.searcharea {
	background: #81b8bd;
	padding: 10px 0 0;
	display: none;
}

.searchbox  {
	position: relative;
	text-align: right;
	/* display: inline-block; */
}
.orderbox {
	margin-bottom: 10px;
}
.searchbox input[type=text] {
	padding-right: 32px;
	margin-bottom: 0 !important;
}
.searchbox form {
	margin: 0 0 10px;
}


.searchicon {
	background: none;
	border: none;
	position: absolute;
	top: 3px;
	right: 0;
	font-size: 18px;
	color: #b9b7b5;
}
.searchicon:hover {
	/* color: #fc5302; */
}
.searchicon:active {
	color: #072655;
}
.orderbox {
	margin-bottom: 10px;
}
#CAT_Search {
	padding-right: 32px;
	margin-bottom: 0 !important;
	background: #5f5d5c;
	color: #E9EDF2;
	border: 0;
	/* width: 0; */
	/* float: right; */
	/* opacity: 0; */
	-webkit-transition: all ease-in-out 0.3s;
	-moz-transition: all ease-in-out 0.3s;
	-ms-transition: all ease-in-out 0.3s;
	-o-transition: all ease-in-out 0.3s;
	transition: all ease-in-out 0.3s;
}
.navbar #CAT_Search {
	background: #ffffff;
	color: #555;
	height: 30px;
}
.navbar form {
	margin: 0;
}

#CAT_Search:focus {
  border: 1px solid rgb(252, 79, 0);
  outline:  0;
}


.searchbox form {
	margin: 0 0 10px;
}


.searchicon2 {
	background:url(../images/search_icon.png) center center no-repeat transparent;
	width: 32px;
	height: 32px;
	border: none;
	text-indent:-999px;
	position: absolute;
	top: 0;
	right: 0;
	border-radius: 0 5px 5px 0;
}
.searchicon2:hover {
	background-color: #81b8bd;
	cursor: pointer;
}
.searchicon2:active {
	box-shadow: inset 1px 1px 2px rgba(0,0,0,0.5);
}


form.styled {
	background: #EEF5F5;
	padding: 20px;
	/* border-left: 5px solid #CBF4F2; */
}

.extra-options {
	display: none;	
}

.show-extra-options {
    font-size: 12px;
    background: #B8C2C1;
    color: #FFF;
    padding: 2px 10px;
    border-radius: 10px;
    display: block;
    text-align: center;
}
.show-extra-options:hover {
	cursor: pointer;
	background: #14AEA5;
	color: #fff;
}

.search-panel {
	background: #E7E5E2;
	padding: 10px;
	/* border-top: 2px solid rgba(255, 255, 255, 0.35); */
	/* border-bottom: 2px solid rgba(0, 0, 0, 0.22); */
	/* border-radius: 2px; */
	/* color: #FFFFFF; */
}
.search-panel>:first-child {
	margin-top: 0
}

.search-panel label {
	font-size: 12px;
	float: none;
	color: #595653;
	text-transform: uppercase;
}
.search-panel br {
	display: none;
}
.search-panel input[type=text], input[type=number], .search-panel select {
	/* margin-bottom: 5px; */
	/* border: none; */
}


.video-link {
	padding-bottom: 60%;
	width: 100%;
	position: relative;
}
.video-link iframe {
	width: 100%;
	margin-bottom: 0;
	display: block;
	position: absolute;
	height: 100%;
}



svg.nzmap { 
	background: none;
	width: 100%;
	max-width: 600px;
}
svg.nzmap path {
    fill:rgb(187, 224, 155);
   /* stroke:black;
    stroke-width:3;
    stroke-linejoin:round;
    stroke-linecap:round;*/
}
svg.nzmap path:hover {
    fill:rgb(254, 208, 45);
}


#calendar {
    margin-bottom: 20px;
}
#calendar table {
    margin: 0;
    background: transparent;
}
#calendar table thead, #calendar table tfoot{
    background: #F4F3EE;
}
#calendar table tbody tr:nth-child(even) {
    background: none; 
}
.fc-row .fc-content-skeleton td, .fc-row .fc-helper-skeleton td,.fc-unthemed .fc-divider, .fc-unthemed .fc-popover, .fc-unthemed .fc-row, .fc-unthemed tbody, .fc-unthemed td, .fc-unthemed th, .fc-unthemed thead {
    border-color: #E2E0DD;
}
.fc th {
	color: white;
	background: #B5B0AA;
	padding: 5px;
}
.fc-event {
	background: rgb(78, 173, 108);
	border: none;
	padding: 5px;

}
.fc-event:hover {
	background: rgb(207, 20, 20);
}
.fc-unthemed .fc-today {
	background: rgb(237, 229, 173);
}
/* ------------------ Navigation ------------------ */

/* SmartMenus Core CSS (it's not recommended editing this)
===============================================================*/

.sm,.sm ul,.sm li{display:block;list-style:none;padding:0;margin:0;line-height:normal;direction:ltr;}
ul.sm li{position:relative;/* z-index:1000; */}
ul.sm a{position:relative;display:block;}
ul.sm a.disabled{cursor:default;}
ul.sm ul{position:absolute;top:-999999px;left:-800px;width:100px;}
ul.sm li{/* float: left; */display: inline-block;}
ul.sm-rtl{direction:rtl;}
ul.sm-rtl li{float:right;}
ul.sm ul li,ul.sm-vertical li{float:none;/* font-size: 13px; */display: block;text-align: left;}
ul.sm a{white-space:nowrap;}
ul.sm ul a,ul.sm-vertical a{white-space:normal;}
* html ul.sm-vertical li{float:left;width:100%;}
* html ul.sm-vertical ul li{float:none;width:auto;}
*:first-child+html ul.sm-vertical>li{float:left;width:100%;}
ul.sm ul.sm-nowrap>li>a{white-space:nowrap;}
ul.sm:after{content:"\00a0";display:block;height:0;font:0/0 serif;clear:both;visibility:hidden;overflow:hidden;}
* html ul.sm{height:1px;}
*:first-child+html ul.sm{min-height:1px;}
ul.sm li *,ul.sm li *:before,ul.sm li *:after{-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box;}
ul.sm{-webkit-tap-highlight-color:rgba(0,0,0,0);/* width: 100%; */float: left;}


/* wrapper
===============*/

.navbar {
    background: #F2F1F0;
    /* border-bottom: 2px solid #14AEA5; */
}
#mainnav
{
    width: 100%;
    font-weight: 400;
    font-size: 14px;
 /*   padding: 0 30px;*/

    /* color: #000; */
    position: relative;
    z-index: 400;
}
#mainnav > a, .togglenav
{
    display: none;
}

/*common styles
=======================*/
.sm-top a
{
    color: #69645D;
    display: block;
    text-decoration: none;
    padding: 0 1.2em;
}
.sm-top a:active
{
    -webkit-box-shadow: inset 1px 1px 3px rgba(0,0,0,0.3);
    -moz-box-shadow: inset 1px 1px 3px rgba(0,0,0,0.3);
    box-shadow: inset 1px 1px 3px rgba(0,0,0,0.3);
    background-color: #1c8d98;
}
.sm-top li:hover > a {
	background-color: #fc4e00;
	color: #fff;
	/* font-weight: 800; */
}
/*.sm-top .subs > a:after
{
    width: 0;
    height: 0;
    border: 0.313em solid transparent;
    border-bottom: none;
    border-top-color: #5B82AD;
    content: '';
    vertical-align: middle;
    display: inline-block;
    position: relative;
    right: -0.313em;
}*/
/* first level
==================*/
.sm-top {
    padding: 0;
    margin: 0;
    /* text-align: center; */
}
.sm-top > li
{
    height: 100%;
}
.sm-top > li > a
{
    height: 100%;
    line-height: 2.5em;
    text-align: center;
    font-size: 15px;
	
    /* border-radius: 2px; */
}
.sm-top:not( :hover ) > li.active > a
{
    color: #fff;
    background: #98938C;

    /* border-bottom: 2px solid #14AEA5; */
    /* margin-bottom: -2px; */
}

/* second level
========================*/
.sm-top ul
{
    background-color: #F2F1F0;
    /* border-top: 2px solid rgb(182, 181, 180); */
    /* border-bottom: 2px solid rgb(182, 181, 180); */
    box-shadow: 2px 2px 3px rgba(0,0,0,0.2);
}
.sm-top ul a
{
    /* border-bottom: 1px solid rgba(255, 255, 255, 0.2); */
    padding: 0.5em 1em;
    /* color: #FFFFFF; */
    font-size: 15px;
}

/* Sub menu indicators - Smart Menu styles
===================*/
.sm-top a span.sub-arrow {
    position:absolute;
    bottom: -3px;
    left:50%;
    margin-left:-5px;
    /* we will use one-side border to create a triangle so that we don't use a real background image, of course, you can use a real image if you like too */
    width:0;
    height:0;
    overflow:hidden;
    border-width:5px; /* tweak size of the arrow */
    border-style:solid dashed dashed dashed;
    border-color: rgba(0, 0, 0, 0.25) transparent transparent transparent;
}
.sm-top-vertical a span.sub-arrow,
.sm-top ul a span.sub-arrow {
    bottom:auto;
    top:50%;
    margin-top:-5px;
    right:15px;
    left:auto;
    margin-left:0;
    border-style:dashed dashed dashed solid;
    border-color: transparent transparent transparent #A7CFDA;
}

/* Scrolling arrows containers for tall sub menus - test sub menu:
"Sub test" -> "more..." -> "more..." in the default download package
 - Smart Menu styles
===================*/
.sm-top span.scroll-up, .sm-top span.scroll-down {
    position:absolute;
    display:none;
    visibility:hidden;
    overflow:hidden;
    background:#ffffff;
    height:20px;
    /* width and position will be automatically set by the script */
}
.sm-top span.scroll-up-arrow, .sm-top span.scroll-down-arrow {
    position:absolute;
    top:-2px;
    left:50%;
    margin-left:-8px;
    /* we will use one-side border to create a triangle so that we don't use a real background image, of course, you can use a real image if you like too */
    width:0;
    height:0;
    overflow:hidden;
    border-width:8px; /* tweak size of the arrow */
    border-style:dashed dashed solid dashed;
    border-color:transparent transparent #247eab transparent;
}
.sm-top span.scroll-down-arrow {
    top:6px;
    border-style:solid dashed dashed dashed;
    border-color:#247eab transparent transparent transparent;
}


@media screen and (max-width: 767px) {
.sm-top a
{
    font-size: 15px !important;
}
.sm-top a
{
    padding: 0 1em;
}
}


@media screen and (max-width: 767px) {

/* The following will make the sub menus collapsible for small screen devices (it's not recommended editing these)
  - Smart Menu styles
==========================*/
	ul.sm-top{width: 100%;margin-right:0;/* margin-bottom: 10px; */}
	ul.sm-top ul{display:none;position:static !important;top:auto !important;left:auto !important;margin-left:0 !important;margin-top:0 !important;width:auto !important;min-width:0 !important;max-width:none !important;}
	ul.sm-top>li{float:none;background: #E7E3DF;}
	ul.sm-top>li>a,
    ul.sm-top ul.sm-nowrap>li>a{white-space:normal;padding-left: 33px;border-radius: 0;}
	ul.sm-top iframe{display:none;}
	
	.closed {
		display: none;
	}

	/* Uncomment this rule to disable completely the sub menus for small screen devices */
	/*.sm-top ul, .sm-top span.sub-arrow, .sm-top iframe {
		display:none !important;
	}*/


/* Menu items  - Smart Menu styles
===================*/
    /* presume we have 4 levels max */
    .sm-top > li:last-child > a,
    .sm-top > li:last-child > ul > li:last-child > a,
    .sm-top > li:last-child > ul > li:last-child > ul > li:last-child > a,
    .sm-top > li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > a,
    .sm-top > li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > a,
    .sm-top > li:last-child > ul,
    .sm-top > li:last-child > ul > li:last-child > ul,
    .sm-top > li:last-child > ul > li:last-child > ul > li:last-child > ul,
    .sm-top > li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > ul,
    .sm-top > li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > ul {
    }
    /* highlighted items, don't need rounding since their sub is open */
    .sm-top > li:last-child > a.highlighted,
    .sm-top > li:last-child > ul > li:last-child > a.highlighted,
    .sm-top > li:last-child > ul > li:last-child > ul > li:last-child > a.highlighted,
    .sm-top > li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > a.highlighted,
    .sm-top > li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > a.highlighted {
    }

/* Sub menu indicators  - Smart Menu styles
===================*/
    .sm-top a span.sub-arrow,
    .sm-top ul a span.sub-arrow {
        top:50%;
        margin-top:-9px;
        right:auto;
        left:6px;
        margin-left:0;
        width:17px;
        height:17px;
        font:bold 16px/16px monospace !important;
        text-align:center;
        border:0;
        /* text-shadow:none; */
        /* background:rgba(0,0,0,0.1); */
        -moz-border-radius:100px;
        /* -webkit-border-radius:100px; */
        /* border-radius:100px; */
    
        color: rgba(0, 0, 0, 0.3);
}
    .sm-top a.highlighted span.sub-arrow {
        display:none !important;
    }
	
	.navbar .columns {
		padding: 0;
	}

/* wrapper
===============*/
    #mainnav
    {
        width: 100%;
        position: static;
        margin: 0;
    
        /* padding-bottom: 10px; */
        /* max-height: 100%; */
        /* overflow: scroll; */
      /*  padding-top: 3.125em;*/
}
/*menu icon
===============*/
header {
	margin-left: 50px; 
	height: 50px;
	text-align: left;
	padding: 0;
	/* border-bottom: 1px solid red; */
}
   #mainnav > a, .togglenav {
        width: 50px; 
        height: 51px; 
        text-align: left;
        background-color: #98938C;
        left: 0;
        top: 0;
        color: rgba(255, 255, 255, 0.7);
        text-align: center;
        vertical-align: middle;
        line-height: 50px;
		
        display: block;
        position: absolute;
        font-size: 2em;
} 
.togglenav:hover {
	color: #fff;
	cursor: pointer;
}

/*
    #mainnav > a:before,
    #mainnav > a:after
    {
        position: absolute;
        border: 2px solid #fff;
        top: 35%;
        left: 25%;
        right: 25%;
        content: '';
    }
    #mainnav > a:after
    {
        top: 60%;
    }
    #mainnav:not( :target ) > a:first-of-type,
    #mainnav:target > a:last-of-type
    {
        display: block;
    }
    #mainnav:not( :target ) > .sm-top
    {
        display: none;
    }
    #mainnav:target > .sm-top
    {
        display: block;
    }*/
/* first level
===================*/
    .sm-top > li
    {
        width: 100%;
        float: none;
    }
    .sm-top > li > a
    {
        height: auto;
        text-align: left;
        padding: 0 0.833em;
		border-radius: 3px
}
    .sm-top > li:not( :last-child ) > a
    {
        border-right: none;
        /* border-bottom: 1px solid rgba(255, 255, 255, 0.4); */
    
    /*    margin-bottom: -1px;*/
}
/* second level
===================*/
    .sm-top ul
    {
        position: static;
        padding-top: 0;
    }
    .sm-top:not( :hover ) > li.active > a:after {
        display: none;
    }
    .sm-top ul li a:hover,
    .sm-top ul:not( :hover ) li.active a
    {
        /* background-color: #1c8d98; */
    }
/* third level
===================*/
    .sm-top ul ul
    {
        border-left: 8px solid #5B82AD;
    }
	
	.fixed {
		max-height: 100%;
		overflow: auto;
	}
	
}


.sm .but {
	float: right;
}

.sm .but > a {
    background: #EF4543;
    line-height:2em;
    /* padding: 0; */
    margin:2px;
    height: 28px;
    color: #fff;
    border-radius: 20px;
    font-weight: 800;
}

.sidenav ul {
    margin: 0;
    padding: 0;
    background: #E1F9D5;
    /* border-left: 3px solid #E8E0B8; */
    border-radius: 5px;
    overflow: hidden;
}
.sidenav ul li {
    margin: 0;
    padding: 0;
    list-style: none;
}
.sidenav ul li a {
    padding: 10px;
    display: block;
    font-size: 14px;

    color: #413F3F;
}
.sidenav ul li a:hover {
    background: #14AEA5;
	color: #fff;

}
.sidenav ul li.selected a {
     background: #6FC145;
     color: #FFFFFF;
}




.page {
	width: 77%;
}
.sidebar {
	width: 23%;
}

.main {
	width: 73%;
}
.side {
	width: 27%;
}

.blockhead {
	background: #595653;
	color: #fff;
	padding: 10px;
	font-size: 18px;
	text-align: center;
	margin: 0;
}
.blockhead a {
	color: #fff;
	font-weight: 600;
	text-transform: uppercase;
	}
.blockhead .smallicon {
    margin-left: -10px;
}



.event {
	background: #e7e9e3;
	margin-bottom: 5px;
	clear:both;
}
.event:hover {
	box-shadow: 0 0 3px #1c8aad;
}
.event:active {
	box-shadow: inset 0 0 3px rgba(0,0,0,0.3);
}
.event h4 {
	margin: 0 0 5px;
	color: #364d54;
	font-size: 16px;
}

.event .details {
	padding: 15px;
	font-size: 13px;
	line-height: 1.3;
}

.smallicon {
    width: 40px;
    height: 30px;
    display: inline-block;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    vertical-align: middle;
    /* margin-right: 5px; */
    margin: -5px 0;
}

.trip {
    padding: 10px;
    margin-bottom: 10px;
    border-left: 5px solid rgba(102, 102, 102, 0.25);
    clear: both;
}

.trip .date {
    display: inline;
    margin-right: 30px;
}

.trip .ref {
    /* display: inline; */
    font-size: 12px;
}

.trip .button {
}

.trip.small {
    /* background-color: #eee; */
    padding: 5px 10px;
    /* border: 1px solid #EDECE5; */
    box-shadow: 1px 1px 2px #BDBDBD;
    margin-bottom: 5px;
    border-left: 5px solid #DFDED8;
    /* border-radius: 0 5px 5px 0; */
    display: block;
    background-color: #F4F3EE;
    min-height: 50px;
}
.trip.small:hover {
	background: #f3ecdf;
}

.trip.small .smallicon {
    float: right;
    height: 50px;
    margin-right: 5px;
    width: 30px;
}

.trip.small .Date {
    font-size: 13px;
    font-weight: 600;
    color: #666;
}

.trip.small .spaces {
    color: #98938C;
    font-size: 12px;
}
.trip .price {
	margin: 5px 0;
}
p.supp {
    margin: 5px 0;
    text-align: center;
    font-size: 12px;
}


.photo, .destination, .text {
	position: relative;
}

.mapoutline {
    position: absolute;
    top: 10px;
    left: 10px;
    right: 10px;
    bottom: 10px;
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    filter: alpha(opacity=80);
	-moz-opacity: 0.8;
	-khtml-opacity: 0.8;
	opacity: 0.8;
}

.photo a:hover img {
	  filter: alpha(opacity=80);
	-moz-opacity: 0.8;
	-khtml-opacity: 0.8;
	opacity: 0.8;
}
.photo a:hover .mapoutline {
	  filter: alpha(opacity=100);
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1;
}




.listing {
	border: 1px solid #ccc;
	padding: 0;
	margin: 0 0 10px;
	border-radius: 2px;
}

.listing.feature {
    text-align: center;
}

.listing.Premium {
	border: 2px solid #14AEA5;
	/* background: #F4F9FA; */
}

.listing.detailview {
	/* background: #F4F9FA; */
	border: none;
}

.listing .photo {
	/*display: block;*/
	width: 25%;
	float: right;
	text-align: center;

	/* background: rgba(88, 104, 108, 0.07); */
}
.listing .logo {
	background: #fff;
	padding: 10px;
	min-height: 150px;
	line-height: 150px;
}
.listing img {
	display: inline-block;
	/* margin-bottom: -6px; */
	/* width: 100%; */
	margin: 0 auto 0;
	vertical-align: middle;
}
.listing .details {
	/* display: inline-block; */
	/* width: 66%; */
	/* margin-left: 27%; */
	padding: 10px;
}

.listing.detailview .photo {
	width: 50%;
	float: right;
	margin: 0 0 30px 30px;
	position: relative;
	z-index: 2;
}
.listing .text {
	margin-bottom: 10px;
}

.listing.detailview .details {
	margin-left: 0;
	padding: 0;
	position: relative;
}
.listing .title {
	margin: 0;
	/* clear: both; */
}
.listing .price, .listing .noprice {
	float: right;
	margin: -10px -10px 10px 10px;
	color: #fff;
	background: #14AEA5;
	padding: 10px 20px;
	border-radius: 0 0 0 20px/40px;
}
.listing.detailview .price, .listing.detailview .noprice {
	margin: -30px -30px 30px -30px;
	float: none;
	text-align: right;
}
.listing .ref {
	font-size: 11px;
	color: #96948F;
	margin-bottom: 5px;
}

.listing .location {
	/* font-weight: 600; */
	color: rgb(20, 174, 165);
}

.listing .cta {
  padding-top: 5px;
  /* text-align: right; */
  /* clear: both; */
}

.listing .intro p {
    font-size: 0.9em;
    margin-bottom: 5px;
    line-height: 1.3;
}
.listing .intro .button {
	float: right;
	margin: 5px;
}

ul.specs {
	/* background: #fff; */
	/* padding: 3px; */
	/* clear: both; */
	margin: 0;
}
ul.specs li {
	list-style: none;
	margin: 0;
	padding: 5px 15px 5px 0;
	display: inline-block;
	/* color: rgb(6, 123, 132); */
	font-weight: bold;
}
ul.specs li .fa {
	color: rgb(20, 174, 165);
}
ul.specs li:nth-child(odd) {
	/* background: #f8f8f8; */
}

.listing ul.specs li b {
	color: #14AEA5;
	display:inline-block;
	/* width: 200px; */
	text-align: right;
	padding-right: 10px;
}

.listing a.favoritelink {
    /* position: absolute; */ 
	
    /* top: 0; */ 
	
    /* background: #F5FCF1; */ 
	
    padding: 5px 10px; 
	
    border-radius: 3px;
	
    color: #6FC145;
    right: 5px;
    float: right;
    border: 1px solid rgb(111, 193, 69);
}
.listing a.favoritelink:hover {
	background: #F5FCF1;
	
}

.listing .warn {
	color: #fff;
	text-align: center;
	background: #B55959;
}
.listing.expired {
	border-color: #B55959;
}


.room {
    background: #F5FCF1;   
	border-top: 2px solid rgb(111, 193, 69);   
	margin-bottom: 20px; 
	position: relative;
}
.room  .image {
	text-align: center;
}
.room  .image img {
	display: block;
	/* margin: 0 auto; */
	width: 100%;
}
.room .title {
	padding: 20px;	
	margin-right: 30px;
	font-weight: bold;
	/* color: #6FC145; */
}
.room .title h4 {
	margin: 0;	
}
.room .text {
	padding: 0 20px;	
}

.js .tog-content, .room.open .openit, .room .closeit  {
	display: none;
}
.room.open .closeit {
	display: initial;	
	color: rgb(238, 69, 67);
}
.room .tog-trigger {
  position: absolute;
  top: 20px;
  right: 20px;
  color: rgb(111, 193, 69);
  cursor: pointer;
}
.tog-title {
	  cursor: s-resize;
}
.open .tog-title {
	  cursor: n-resize;
}

.event:after, .listing:after, .clearthis:after, .room:after {
	content: "";
	display: table;
	clear: both;
}

.nopic {
	background: #eee;
	line-height: 8em;
	text-align: center;
}

.message {
	padding: 10px 0;
}
.message.list {
	border-bottom: 1px solid #eee;
}

.message .text {
    background: #f4f4f4;
    padding: 10px;
    border-radius: 10px;

}
.message.list .text {
    /* width: 50%; */
    /* display: block; */
}

.message .date {
    font-size: 12px;
    /* float: left; */
    /* width: 30%; */
    display: inline-block;
	padding: 0 20px 10px 0;

}

.message .title {
    /* float: left; */
    display: inline-block;
    /* width: 70%; */
	padding: 0 20px 10px 0;
}
.deleteurl {
    float: right;
    margin: 0 0 0 10px;
    color: #fff;
    background: #C04B4B;
    padding: 5px 10px;
    font-size: 11px;
    border-radius: 15px;
}
.deleteurl:hover {
	background: #C22C2C;;
	color: #fff;
}

.commentcount {
    background: rgb(49, 140, 165);
    display: inline-block;
    padding: 2px;
    border-radius: 20px;
    color: #fff;
    min-width: 22px;
    text-align: center;
    font-weight: bold;
    font-size: 12px;
}

.profile.small {
    /* padding: 5px; */
    background-color: #E8E6E3;
    margin: 3px;
	-webkit-transition: all ease-in-out 0.3s;
	-moz-transition: all ease-in-out 0.3s;
	-ms-transition: all ease-in-out 0.3s;
	-o-transition: all ease-in-out 0.3s;
	transition: all ease-in-out 0.3s;
}

.profile.small .text {
    padding: 10px;
    min-height: 60px;
}

.profile.small .name {
    margin: 0 0 5px;
    font-size: 1.2em;
}

.profile.small .title {
    padding: 0;
    font-size: 12px;
    display: block;
    margin: 0;
}
.profile.small .photo {
    position: relative;
    width: 100%;
    padding-bottom: 100%;
    /* border: 1px solid #fff; */
    display: block;
}

.profile.small .photo img {
    position: absolute;
    top: 0;
    left: 0;
	 filter: gray; /* IE6-9 */
	filter: grayscale(1); /* Firefox 35+ */
	-webkit-filter: grayscale(1); /* Google Chrome, Safari 6+ & Opera 15+ */
	-webkit-transition: all ease-in-out 0.3s;
	-moz-transition: all ease-in-out 0.3s;
	-ms-transition: all ease-in-out 0.3s;
	-o-transition: all ease-in-out 0.3s;
	transition: all ease-in-out 0.3s;
}

/* Disable grayscale on hover */
.profile.small .photo img:hover {
  filter: none;
  -webkit-filter: grayscale(0);
}


.profile.small:hover {
	background: #fff;
}


a.newsletter {
    padding: 10px 20px;
    display: block;
    margin-bottom: 10px;
    background: #FAFDF9;
    border: 1px solid #F2F7F1;
    border-radius: 5px;
}


/* ------------------ Content ---------------- */

#content {
	padding: 0 0 40px;
	line-height: 1.6;
	/* overflow: hidden; */
	margin-top: 40px;
}

#featured {
/*	margin-top: -20px;*/
	margin-bottom: 20px;
	
}
.orbit-wrapper {
	margin-bottom: 100px;
	margin-top: -20px;
}
.orbit-wrapper .orbit-caption {
	padding: 15px;
	font-size: 26px;
	width: auto;
	bottom: 5%;
}
.orbit-caption h3 {
	color: #fff;
	margin: 0 0 10px;
}
.orbit-caption h3 a {
	color: #fff;
	margin: 0;
}
.orbit-caption .date {
	margin-right: 20px;
	clear: right;
}
.orbit-caption .button {
	margin-bottom: 0px;
	padding: 8px 16px;
}
.slide {
}
.orbit div.orbit-slide img {
	width: 100%;
}
.orbit-wrapper .slider-nav span, .orbit-wrapper .timer {
	opacity: 0;
	-webkit-transition: all ease-in-out 0.3s;
	-moz-transition: all ease-in-out 0.3s;
	-ms-transition: all ease-in-out 0.3s;
	-o-transition: all ease-in-out 0.3s;
	transition: all ease-in-out 0.3s;
}

.orbit-wrapper:hover .slider-nav span, .orbit-wrapper:hover .timer {
	opacity: 0.5;
}
ul.orbit-bullets li {
	background: #63564e;
	border-radius: 50%;
	width: 13px;
	height: 13px;
}
ul.orbit-bullets li:hover {
	box-shadow: inset 1px 1px 3px rgba(0,0,0,0.4);
}
ul.orbit-bullets li.active {
	background: #876783;
	
}


.sponsors {
	margin: 0 0 30px;
	text-align:center;
	background: #fff;
	padding: 10px;
}
.sponsors h5 {
	text-align: left;
}

.sponsors .sponsor {
	display: inline-block;
	width: 150px;
	text-align: center;
	padding: 5px 15px;
	vertical-align: middle;
}
.sponsors .sponsor:hover {
	filter: alpha(opacity=50);
	-moz-opacity: 0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;
}

.box {
	background: #437EB0;
	color: #fff;
	padding: 20px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	overflow: hidden;
	margin-bottom: 20px;
}
.box h1, .box h2,.box h3,.box h4,.box h5,.box h6 {
	color: #fff;
	margin-top: 0;
	font-weight: 700;
}

.box.dark {
	background: #2b2e30;	
}
.box .imageright {
	margin: -20px -20px -20px 20px;
	float: right;
	-webkit-border-radius: 0 0 0 10px;
	-moz-border-radius: 0 0 0 10px;
	border-radius: 0 0 0 10px;
}
.box:after {
	content: "";
	display: table;
	clear: both;
}

.recess {
	background: #eee;
	-webkit-box-shadow: inset 1px 1px 3px rgba(0, 0, 0, 0.15);
	-moz-box-shadow: inset 1px 1px 3px rgba(0, 0, 0, 0.15);
	box-shadow: inset 1px 1px 3px rgba(0, 0, 0, 0.15);
	padding: 20px;
	margin-bottom: 20px;
}
.prod {
	text-align: center;
}
.prod .image {
	position: relative;
}
.prod .sticker {
	position: absolute;
	left: 0;
	bottom: 10%;
	background: #892f10;
	color:#fff;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	padding: 15px;
	font-size: 18px;
	text-align: center;
	line-height: 1.1;
	-webkit-box-shadow: 2px 2px 4px rgba(0,0,0,0.5);
	-moz-box-shadow: 2px 2px 4px rgba(0,0,0,0.5);
	box-shadow: 2px 2px 4px rgba(0,0,0,0.5);
}
.prod .price {
	font-size: 28px;
	font-weight: 800;
}

.catalogue {
	background: #979DA1;
	vertical-align: middle;
	display: block;
	margin-bottom: 20px;
}
.catalogue:hover {
/*	background: #977893;*/
}
.catalogue span {
	vertical-align: middle;
	display: inline-block;
}
.catalogue h3 {
	color: #fff;
	text-align: right;
	word-wrap: break-word;
	margin: 0;
}
.catalogue a {
	color: #fff;
}
.catalogue h3 a {
	padding: 20px;
	display: block;
}
.catalogue h3 a:hover {
	color: rgba(255,255,255,0.7);
}
.catalogue .image img {
	margin: 0 0 -2px 0;
	
}
.catalogue .image {
	width: 40%;
}
.catalogue .title {
	width: 50%;
}
.catalogue .arrow {
	width: 10%;
	color: #423c32;
	font-size: 40px;
	font-weight: 300;
	text-align: center;
}

div.progress .meter {
	background: #56ABD2;
	text-align: center;
	line-height: 1.2;
	color: #fff;
	font-weight: bold;
	/* min-width: 35px; */
	padding: 5px 15px;
}

div.comment {
	padding: 5px 20px;
	background: #84969F; /*#2D82A9;*/
	border-radius: 10px 0 10px 10px;
	color: 	#fff;
	position: relative;
	margin-bottom: 10px;
	/* border: 2px solid #9EACB3; */
	margin-right: 30px;
}
div.comment.mycomment {
	background: #14AEA5;
	margin-left: 30px;
	margin-right: 0;
}

div.comment .date {
	color: #000;
	font-size: 0.7em;
	margin: -5px -20px 0 10px;
	display: inline-block;
	/* position: absolute; */
	top: 0px;
	right: 0px;
	background: rgba(255,255,255,0.5);
	padding: 1px 13px 3px;
	border-radius: 0 0 0 10px;
	
	float: right;
}

.project.overview {
	border-radius: 5px;
	overflow: hidden;
}
.project.overview h2 {
	margin: 0;
	background: rgba(0,0,0,0.2);
	color: #000;
	padding: 10px;
	margin: -20px -20px 10px;
	text-align: center;
	font-size: 1.7em;
}

.project .detail .title {
	clear:both;
	text-align: right;
	color: #fff;
}
#mapcanvas.enabled {
	height: 600px;
	width: 100%;
}
mapdata {
	display: none;
}
#mapcanvas img {
    max-width: none;
}

input.error, textarea.error {
/*	border-color: #B14C3B;*/
}
label.error {
/*	color: #B14C3B;*/
	/* background: #B14C3B; */
	padding: 0;
	/* float: right; */
	/* display: block; */
	/* width: 50%; */
	margin: 0;
	/* text-align: center; */
	/* border-radius: 5px 5px 0 0; */
}

.plan h4 , .docs h6, .recess h2, .recess h3, .recess h4, .recess h5  {
	margin-top: 0;
}
.desc {
	margin-bottom: 10px;
}
.docs, .docs li {
	list-style: none !important;
	margin-left: 0;
}
.docs a {
	display: block;
	border: 1px solid #eee;
	padding: 10px;
	z-index: 2;
	position: relative;
}
.docs a:hover{
	border-color: #51c9d3;
}
.docs a::before {
	margin-right: 10px;
}
.docs .filesize {
	float: right;
	margin: 10px;
	font-size: 11px;
	line-height: 24px;
	z-index: 1;
	position: relative;
}

div.alert-box.floating {
	position: fixed;
	z-index: 10;
	left: 25%;
	width: 50%;
}


.testimonial {
	width: 70%;
	margin: 0 auto 40px 0;
	text-align: center;
	color: #666;
	font-weight: 300;
	position: relative;
}

.testimonial img {
	width: 100%;
}

.testimonial h4 {
	color: #666;
	margin: 0 0 5px;
}

.testimonial:nth-child(even) {
    margin-left: 30%;
}
.testimonial:nth-child(3n+0) {
    margin-left: 20%;
}
.testimonial:nth-child(4n+0) {
    margin-left: 10%;
}


.testimonial .text {
    background: #eee;
    padding: 20px;
    border-radius: 20px;
    display: inline-block;
    position: relative;
}
.script, .script * {
    font-family: 'Indie Flower', cursive;
    font-size: 1.1em;
}

.testimonial .text:before {
    content: "";
    position: absolute;
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 20px 50px 0 0;
    border-color: #eee transparent transparent transparent;
    bottom: -20px;
    left: 62%;
	z-index: 1;
}

.testimonial .name {
	font-size: 0.7em;
	font-weight: 600;
	width: 60%;
	text-align: right;
	padding-top: 5px;
	position: relative;
	z-index: 2;
}

#testimonials {
    background: #A4BAAB;
	
    background-image:url(/images/testimonial-bg.jpg);
	background-attachment: fixed;
	background-size:cover;
	background-position: center center;
    padding: 40px;
    color: #fff;
}

#testimonials .testimonial .text, .tabs-content .testimonial .text {
	background: rgba(255, 255, 255, 0.9);
}
#testimonials .testimonial .text:before, .tabs-content .testimonial .text:before {
    border-color: rgba(255, 255, 255, 0.9) transparent transparent transparent;
}
#testimonials .testimonial .name {
	color: #fff;
}

.autoload .pagination {
	display: none;
}

.showmap { 
	display: inline-block;
	float: left;
	margin-right: 10px;
	line-height: 2em;
	font-size: 1.1em;
}

.showmap a {
	/* color: rgb(255, 229, 118); */
	display: block;
	font-weight: 700;
}
  
.showmap .fa {
	font-size: 1.5em;
	line-height: 1;
	margin-top: 4px;
	float: left;
	margin-right: 5px;
 }
 
 .feature-carousel .owl-item > div {
	 margin: 5px;
 }


/* ------------------ Footer ------------------ */

.logolist {
	background: #fff;
	text-align: center;
	/*line-height: 100px;*/
}

.logolist .logoitem {
	display: inline-block;
	margin: 15px 25px;
	vertical-align: middle;
	
}

footer {
	padding: 20px 0;
	min-height: 150px;
	background: #908f8e;
	/* color: #fff; */
	/* border-top: 2px solid #505154; */
}
footer nav ul {
	display: block;
	margin: 0 !important;
	padding:0;
	line-height: 1.5;
	text-align: center;
}

footer nav ul li {
	list-style:none;
	padding: 0 0 0 10px;
	margin: 0 0 0 10px;
	display: inline-block;
	border-left: 1px solid #7B7671;
}
footer nav ul li:first-child {
	border: 0;	
}
footer nav a {
	font-size: 12px;
	text-transform: uppercase;
	font-weight: 400;
	color: #fff;
}
footer nav a:hover {
	color: #315984;
}
footer nav .footerlinks a {
	font-size: 11px;
}
footer nav a:hover {
	color: #342D23;
}
footer nav ul > li {
	margin-bottom: 10px;
}
footer nav ul ul li {
	border: none;
	float: none;
	padding:0;
	margin: 0;
	display: none;
}
footer p {
	margin-bottom: 5px;
}

.socialicons {
	margin-top: 80px;
	text-align: right;
	font-size: 18px;
}

.socialicons a {
	font-family: 'Socialico';
	font-size: 23px;
	color: #b7e9ed;
	margin-left: 5px;
	background: #51c9d3;
	width: 28px;
	height: 28px;
	display: inline-block;
	text-align: center;
	padding-top: 5px;
	-webkit-transition: all ease-in-out 0.3s;
	-moz-transition: all ease-in-out 0.3s;
	-ms-transition: all ease-in-out 0.3s;
	-o-transition: all ease-in-out 0.3s;
	transition: all ease-in-out 0.3s;
}
.socialicons a:hover {
	background: #fff;
	color: #51c9d3;
}

footer .icons {
	font-size: 2em;
	/*text-align: center;	*/
}
footer .icons a {
	color: #c1c1c1;
	margin: 5px;
	-webkit-transition: all ease-in-out 0.3s;
	-moz-transition: all ease-in-out 0.3s;
	-ms-transition: all ease-in-out 0.3s;
	-o-transition: all ease-in-out 0.3s;
	transition: all ease-in-out 0.3s;
}
footer .icons a:hover {
	color: #FFFFFF;	
	text-shadow: 3px 3px 10px rgba(0,0,0,0.4);
}

footer h3, footer h4 a {
	font-weight: 300;
	color: #fff;	
}

footer .dark {
	color: #3e464e;	
	font-weight: 300;
}



p.copyright {
	text-align: center;
	color: #CAC5BD;
	font-size: 9px;
	display: block;
	margin: 20px 0 0;
	clear: both;
}
.copyright a {
color: #CAC5BD;
	text-decoration: none;
}
.copyright a:hover {
color: #4F4F4F;
}

.contactarea h6 {
	margin: 0 0 10px;
}
.contactarea h6 a {
	color: #000;
	font-weight: 400;
	margin: 0;
}
.contactarea, .contactarea a  {
	font-size: 20px;
	color: #fff;
}
.contactarea a:hover {
	text-decoration: underline;
}

.sticker {
	width: 100px;
	box-shadow: 1px 1px 2px rgba(0,0,0,0.1);
	position: relative;
	float: left;
	left: 0;
	
}
.hov {
	-moz-transition: all 1s ease;
	-webkit-transition: all 1s ease;
	-o-transition: all 1s ease;
	transition: all 1s ease;
}

.hov:hover {
	-moz-transform: scale(1.5) rotate(-10deg);
	-webkit-transform: scale(1.5) rotate(-10deg);
	-o-transform: scale(1.5) rotate(-10deg);
	transform: scale(1.5) rotate(-10deg);
}
.js .slidein {
	left: -200px;
	opacity: 0;
}

.addfile {
	font-size: 1.2em;
}

select.error {
    border-color: #B84D7E;
    background-color: rgba(184, 77, 126, 0.1);}


#content .fullwidthbanner {
	display: none;
}


/*
Skin Name: Nivo Slider Default Theme
Skin URI: http://nivo.dev7studios.com
Description: The default skin for the Nivo Slider.
Version: 1.3
Author: Gilbert Pellegrom
Author URI: http://dev7studios.com
Supports Thumbs: true
*/

.theme-default .nivoSlider {
	position:relative;
	border-radius: 10px;
 /*   margin-bottom:10px;*/
}
.theme-default .nivoSlider img {
	position:absolute;
	top:0px;
	left:0px;
	display:none;
}
.theme-default .nivoSlider a {
	border:0;
	display:block;
}

.theme-default .nivo-controlNav {
	text-align: center;
	padding: 10px 0;
	/*background:url(../images/shadow.png) no-repeat top center;
	background-size: 100%;*/
}
.theme-default .nivo-controlNav a {
	display:inline-block;
	width:6px;
	height:6px;
	text-indent:-9999px;
	border:0;
	margin: 0 10px;
	background: #ddd;
	background: rgba(0,0,0,0.1);
	border-radius: 50%;
}
.theme-default .nivo-controlNav a.active{
	background: #81b8bd;
}
.theme-default .nivo-controlNav a:hover {
	box-shadow: inset 1px 1px 4px rgba(0,0,60,0.6);
}

.theme-default .nivo-directionNav a {
	display:block;
	width:30px;
	height:30px;
	background:url(../images/arrows.png) no-repeat;
	text-indent:-9999px;
	border:0;
	opacity: 0;
	-webkit-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
}
.theme-default:hover .nivo-directionNav a { opacity: 1; }
.theme-default a.nivo-nextNav {
	background-position:-30px 0;
	right:15px;
}
.theme-default a.nivo-prevNav {
	left:15px;
}

.theme-default .nivo-caption a {
    color:#fff;
    border-bottom:1px dotted #fff;
}
.theme-default .nivo-caption a:hover {
    color:#fff;
}

.theme-default .nivo-controlNav.nivo-thumbs-enabled {
	width: 100%;
}
.theme-default .nivo-controlNav.nivo-thumbs-enabled a {
	width: auto;
	height: auto;
	background: none;
	margin-bottom: 5px;
}
.theme-default .nivo-controlNav.nivo-thumbs-enabled img {
	display: block;
	width: 120px;
	height: auto;
}




/*
 * jQuery Nivo Slider v3.2
 * http://nivo.dev7studios.com
 *
 * Copyright 2012, Dev7studios
 * Free to use and abuse under the MIT license.
 * http://www.opensource.org/licenses/mit-license.php
 */
 
/* The Nivo Slider styles */
.nivoSlider {
	position:relative;
	width:100%;
	height:auto;
	overflow: hidden;
	font-size: 1em;
}
.nivoSlider img {
	position:absolute;
	top:0px;
	left:0px;
	max-width: none;
}
.nivo-main-image {
	display: block !important;
	position: relative !important; 
	width: 100% !important;
}

/* If an image is wrapped in a link */
.nivoSlider a.nivo-imageLink {
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	border:0;
	padding:0;
	margin:0;
	z-index:6;
	display:none;
	background:white; 
	filter:alpha(opacity=0); 
	opacity:0;
}
/* The slices and boxes in the Slider */
.nivo-slice {
	display:block;
	position:absolute;
	z-index:5;
	height:100%;
	top:0;
}
.nivo-box {
	display:block;
	position:absolute;
	z-index:5;
	overflow:hidden;
}
.nivo-box img { display:block; }

/* Caption styles */
.nivo-caption {
	position: absolute;
	right: 0;
	top: 0;
	color: #4D5256;
	z-index: 8;
	padding: 1em 0.5em;
	text-align: right;
	overflow: hidden;
	display: none;
	font-weight: 300;
	font-size: 4em;
/*	text-transform:lowercase;*/
	width:50%;
	line-height: 1.3;
}
.nivo-caption h2 {
	color: #4D5256;
	font-size: 0.8em;
}


.nivo-caption p {
	padding:5px;
	margin:0;
	font-size: 0.35em;
}
.nivo-caption ul {
	font-size: 1em;
}
.nivo-caption ul li {
	list-style: none;
	font-size: 0.55em;
	color: #897091;
}
.nivo-caption a {
	display:inline !important;
}
.nivo-html-caption {
    display:none;
}
/* Direction nav styles (e.g. Next & Prev) */
.nivo-directionNav a {
	position:absolute;
	top:50%;
	z-index:9;
	cursor:pointer;
	margin-top: -15px;
}
.nivo-prevNav {
	left:0px;
}
.nivo-nextNav {
	right:0px;
}
/* Control nav styles (e.g. 1,2,3...) */
.nivo-controlNav {
	text-align:center;
	padding: 15px 0;
}
.nivo-controlNav a {
	cursor:pointer;
}
.nivo-controlNav a.active {
	font-weight:bold;
}



@media only screen and (max-width: 1200px){
.pageedge {
	padding-left: 0;
	padding-right: 0;
}
}


@media only screen and (max-width: 1000px){
.catalogue h3 {
	font-size: 20px;
}
fieldset .item {
	width: 33%;
}

}

@media only screen and (max-width: 950px){
header .slogan {
	font-size: 12px;
}
}

@media only screen and (max-width: 767px){
	.container {
	background-position-x: 10%;
	}
	
.orbit-wrapper {
	margin-bottom: 50px;
}

[role="complementary"] {
/*	padding-left: 0;*/
}


#about1Tab, .aboutpill {
	display: none !important;
}
#about2Tab {
	display: block !important;
}

ul.productSmall li.productItem, ul.productSmall li.productItemLast {
	width: 47%;
}
.shop-product-large .details, .shop-product-large .image {
	float:none;
	width: 100%;
	margin: 0;
	min-height: 0;
}
header .logo {
	/* margin: 3px 0; */
	/* text-align: center; */
	/* position: absolute; */
	/* top: 0; */
	/* left: 5px; */
	/* padding: 4px; */
	height: 50px;
	/* float: left; */
	/* display: block; */
	text-align: left;
	line-height: 50px;
}

.bike-ride {
   width:30px;
   left: -35px;
}
 header .logo img {
	/* height: 100%; */
 }
.searcher {
	/* margin-top: 5px; */	
	position: relative;
	right: 0;
	line-height: 50px;
}
.searcher .button {
	padding: 5px;
	font-size: 0.8em; 
	vertical-align: middle;
	display: inline-block;
    
}

.searcher .social {
	padding: 5px;
	font-size: 1.8em; 
	vertical-align: middle;
	display: inline-block;
    top: 0px;
}


.fifth .shop-catalogue .image {
	padding-bottom: 200px;
}
.socialicons {
	margin-top: 40px;
}

.box .imageright {
	margin: 20px auto -20px auto;
	display: block;
	float: none;
	-webkit-border-radius: 10px 10px 0 0;
	-moz-border-radius: 10px 10px 0 0;
	border-radius: 10px 10px 0 0;
}
.testimonial {
	width: 100%;
	margin-left: 0 !important;
}


.listing .photo, .listing .details {
	width: 100% !important;
	float: none !important;
	margin: 0 !important;
}

.message .text {
    width: 100%;
}

.message .date {
    font-size: 12px;
    /* float: left; */
    width: auto;
    display: inline-block;
	padding: 0 20px 10px 0;

}

.message .title {
    /* float: left; */
    display: inline-block;
    width: auto;
	padding: 0 20px 10px 0;
}

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

.tabs dd, .tabs li, .tabs dd a, .tabs li a  {
	display: inline-block;
}
.small-gap {
	margin-bottom: 15px;
}

fieldset .item {
	width: 50%;
}
p.supp {
	text-align: center;	
}

}
@media only screen and (max-width: 480px){
	
header .phone {
	display:none;
}
    
.searcher .social {
	display:none;
}

table.cart th, table.cart td {
	padding: 4px;
}
table.cart td{
	font-size: 11px;
}
table.cart .cartInputText {
	width: 30px;
}
.remove a {
	width: 16px;
	height: 16px;
	background: #C4532A url(../images/x.png) no-repeat center center;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	display: inline-block;
	overflow: hidden;
	text-indent: -999px;
}
.productitemcell {
	height: 70px;
	line-height: 1;
	font-size: 12px
}
#catshopquote, #catshopbuy {
	display: block;
	clear: right;
	margin: 0 0 10px;
	width: 50%;
	float: right;
}
.shop-main .breadcrumbs, .shop-main .cart-summary {
	float: none;
	width: 100%;
}

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

.project .row .mobile-two {
	/*width: 100% !important;*/
}
.project .detail .title {
/*	text-align: left;
*/}

footer nav ul li {	
	/* min-width: 150px; */
	/* padding: 0; */
	/* margin: 0; */
}

ul.productList, ul.catalogueList {
	margin: 0;
}
.shop-catalogue .image img{
	width:100%;
}
li.catalogueItem, li.productItem {
	margin-right: 0;
	width: 100%;
	}
ul.productSmall li.productItem, ul.productSmall li.productItemLast {
	float:none;
	width: 100%;
	margin-right: 0;
	display: inline;
}
select.shippingDropDown {
	width: 100%;
}
#shippingSpan {
	font-size: 12px;
}
div.alert-box.floating {
	position: fixed;
	z-index: 10;
	left: 10%;
	width: 80%;
}

img.fl , img.fr {
	float: none;
	margin: 0 0 10px;
	max-width: 100%;
}

table.photogalleryTable td {
	float: left;
}
.sidenav ul ul li:hover ul {
	width: 50%;
}
.searcher .button .fa {
	display: none;
}


}



.log1 .loggedout, .log0 .loggedin, .log .loggedin {
	display:none;
}

.top-search {
	/* top: 1px; */
	float: right;
	padding: 3px !important;
}

.widemap {
    height: 500px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}



