@charset "UTF-8";

/*#FCB535: Yellow*/
/*#4A463B: Old Nav Text colour*/
/*#F6E0B7: Pale Yellow */
/*#892450; Reiki Pink */
/*#1D1D1D: Copyright bckgrd*/
/*#333333: Nav, Strap, Footer Bckgrd*/
/*#2f062f: Aubergine Nav Sub Hover Bck*/
/*#333333; Body text colour*/

html,body
{
    width: 100%;
    height: 100%;
    margin: 0px;
    padding: 0px;
    overflow-x: hidden; 
}

body
{
	border-top: 5px solid #FCB535;
	background: #FFF;
	font-family:'Open Sans', sans-serif;
	color:#333333;
}

#wrapper
{
	padding:0px;
}

h1, h3, p
{
	text-align:center;
}

a {
    color: #333;
    text-decoration: none;
}

a:hover, a:focus {
    color: #E0DDDE;
    text-decoration: none;
}

#main 
{
	width: 75%;
	max-width: 750px;
	margin-top:60px;
	margin-right:auto;
	margin-bottom:40px;
	margin-left:auto;
}

#main h1, h3, p
{
	text-align:center;
}

#main h1
{
	font-family:'Baumans', sans-serif;
	letter-spacing:0.02em;
}

.text{
	padding:0 20px 0 20px;
}

.text h3
{
	text-align:left;
	color:#FCB535;
}

.text h3 a
{
	text-align:left;
	font-size:18px;
	color:#333;
}

.text h3 a:hover, a:focus {
    color: #E0DDDE;
}

.text h4
{
	margin-left:25px;
	margin-right:25px;
	color:#FCB535;
	font-size:17px;
}

p.text
{
	text-align:left;
}

.text ul
{
	padding-left:0;
	margin-left:25px;
}

.text li
{
	background:url(../images/bullet.png) left center no-repeat;
	padding-left:22px;
	margin-bottom:5px;
	list-style:none;
}


.navbar-default
{
	border:0px;
	border-radius:0px;
	background-color:#FFF;
	border-color:rgba(255, 255, 255, 0.3);
	margin-top: 20px;
}

.carousel-caption h3
{
	font-family:'Baumans', sans-serif;
	font-size:50px;
	font-weight:bolder;
	letter-spacing:0.16em;
	color:rgba(255, 255, 255, 0.6);
	text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, .2);
}

.carousel-caption p
{
	font-family:'Baumans', sans-serif;
	font-size:20px;
	letter-spacing:0.15em;
}

/* NAV */

.navbar .navbar-right li, .navbar .navbar-right ul li
{
	text-transform:uppercase;
}

.navbar-default .navbar-nav > li > a {
    color: #333;
	background-color: rgba(255, 255, 255, 0.3);
}

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

.navbar-default .navbar-nav > li > a:active {
    color: #2f062f;
}

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

.navbar-brand > img {
    display: block;
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #333;
}
.navbar-toggle .icon-bar + .icon-bar {
    margin-top: 4px;
}
.navbar-toggle .icon-bar {
    display: block;
    width: 22px;
    height: 4px;
    border-radius: 1px;
}

.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
    background-color: rgba(255,255,255,0.3);
}
.navbar-default .navbar-toggle {
    border-color: #333;
}

.navbar-toggle {
    position: relative;
    float: right;
    padding: 8px 9px;
    margin-top: 8px;
    margin-right: 15px;
    margin-bottom: 8px;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 2px;
}

.navbar-nav > li > .dropdown-menu {
    margin-top: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
	padding:0;
}

.navbar-right .dropdown-menu {
    right: -48px; 
	left: auto;
	top:37px;
	background-color:rgba(255, 255, 255, 0.5);
}

.dropdown-menu > li > a {
    display: block;
    padding: 5px 22px;
    clear: both;
    font-weight: normal;
    line-height: 1.42857143;
    color: #333;
	text-align:center;
    white-space: nowrap;
	border-bottom: 1px dotted #FCB535;
}

.dropdown-menu > li:first-child {
	border-top: 1px dotted #FCB535;
}

.dropdown-menu > li > a:hover {
    color:#892450;
	border-bottom: 1px solid #892450;
	background-color:rgba(255,255,255,0.5);
}

.caret {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-top: 4px dashed;
    border-top: 4px solid \9;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
}

.nav .dropdown-toggle .caret 
{ 
	display:none; 
}


/* MAIN */

.image-fill 
{
	width:100%;
}

.thumbnail 
{
	border: 0px solid #ddd;
}

.thumbnail img
{
	
}

.thumbnail img:hover
{
	opacity:0.3;
	-webkit-transform: scale(1.1);
  	-moz-transform: scale(1.1);
  	-o-transform: scale(1.1);
  	transform: scale(1.1);
}

.caption h3
{
	font-family:'Baunams', sans-serif;
	font-size:20px;
	line-height:25px;
	text-align:center;
}
	
.caption h3 a
{
	color:#5B5B5B;
}

.caption h3 a:hover
{
	color:#FCB535;
}

.caption p
{
	text-align:center;
}


/* SUB MAIN */

#sub
{
	width: 75%;
	max-width: 750px;
	margin-top:20px;
	margin-right:auto;
	margin-bottom:30px;
	margin-left:auto;
}

	
/*- FOOTER -*/	

footer
{
	margin-top: 60px;
	padding: 25px 0 0 0;
	background-color: #383838;
	color:#FCB535;
}

footer a
{
	color:#FCB535;
	
}

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

footer h1
{
	text-align:left;
	letter-spacing:0.03em;
}

footer h3
{
	font-size:20px;
	padding-bottom:30px;
	text-align:left;
	letter-spacing:0.02em;
}

footer ul
{
	list-style:none;
	text-decoration:none;
	margin-bottom:30px;
}

footer ul li 
{
	margin-bottom:20px;
}

footer ul li a span
{
	display:inline-block;
	
}

footer ul li a img
{
	transition:border .25s ease;
	border:5px solid #444444;
}

footer ul li a img:hover
{
	border-color:#C7C4C4;
}


/*- BOTTOM -*/

#bottom
{
	width:100%;
	padding:0 25px 0 25px;
	text-align:center;
}


#copyright
{
	background:#1D1D1D;
	font-family:'Open Sans', sans-serif;
	padding:15px 25px 15px 25px;
	color:#5E5E5E;
	font-size:14px;
	line-height:40px;
	text-align:center;
}

#copyright a
{
	color:#ABABAB;
}

#copyright a:hover
{
	color:#FFF;
}



#social a
{
	transition:opacity .25s ease;
	opacity:0.4;
	display:inline-block;
	padding:0 10px 0 10px;
}

#social a:hover
{
	opacity:0.8;
}


.quote
{
	font-size:23px;
	line-height:36px;
	padding-bottom:20px;
	border-bottom:0px solid #D6D0C1;
	color:#FCB535;
	max-width:300px;
}

/* CONTACT */

h1.contact
{
	text-align:center;
	color:#FCB535;
}

.contact h3 
{
	text-align:center;
	color:#333;
}

.contact h3 a
{
	text-align:left;
	color:#333;
	text-decoration:none;
}

.contact h3 a:hover
{
	text-align:left;
	color:#FCB535;
}

 p.contact 
{
	text-align:center;
	font-weight:400;
}

p.contact a 
{
    color: #333;
    text-decoration: none;
	font-weight:400;
}

 p.contact a:hover
{
    color: #FCB535;
    text-decoration: none;
}

/* GOOGLEMAPS */

#map
{
	height:360px;
	width:360px;
	overflow:hidden;
	margin:0 auto;
	
}


.gm-style img
{
	max-width: none !important; 
	background:none !important;
}


.gm-style-iw
{
	height:auto !important; 
	color:#333;
	display:block; 
	white-space:nowrap; 
	width:auto !important; 
	line-height:18px; 
	overflow:hidden !important;
}

.gmap
{
	height:380px;
	width:380px;
	overflow:hidden;
}


#gmap_canvas
{
	height:380px;
	width:380px;
	border:10px solid #FCB535;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
	border-radius: 0px;
	margin:0 auto;
	margin-top:54px;
  }


.marker
{
	height:auto !important; 
	display:block; 
	white-space:nowrap; 
	overflow:hidden !important;
	font-size:26px !important;
	font-family:inherit !important;
	font-weight:600;
}


/* FORM */

form {
    display: block;
	margin-top: 2em;
}

.form-horizontal .form-group {
    margin-right: -5px;
    margin-left: -5px;
}
.form-group {
    margin-bottom: 15px;
}

.form-control {
    display: block;
    width: 75%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
	font-weight:400;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #333;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.form-horizontal .control-label {
    padding-top: 7px;
    margin-bottom: 0;
    text-align: right;
	font-weight:400;
	color:#333333;
}

button, html input[type="button"], input[type="reset"], input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}

.btn-primary {
    color: #fff;
    background-color: #333;
    border-color: #676767;
}

.btn-primary:focus,
.btn-primary.focus {
  color: #fff;
  background-color: #FCB535;
  border-color: #F6E0B7;
}
.btn-primary:hover {
  	color: #fff;
 	background-color: #FCB535;
    border-color: #F6E0B7;
}

.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  	color: #fff;
	background-color: #FCB535;
    border-color: #F6E0B7;
}
.btn-primary:active:hover,
.btn-primary.active:hover,
.open > .dropdown-toggle.btn-primary:hover,
.btn-primary:active:focus,
.btn-primary.active:focus,
.open > .dropdown-toggle.btn-primary:focus,
.btn-primary:active.focus,
.btn-primary.active.focus,
.open > .dropdown-toggle.btn-primary.focus {
  color: #333;
  background-color: #F6E0B7;
  border-color: #FCB535;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  background-image: none;
}
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary.focus {
  background-color: #FCB535;
  border-color: #F6E0B7;
}

.btn {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 15px;
    font-weight: normal;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 8px;
}
input, button, select, textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}
input {
    line-height: normal;
}
button, input, optgroup, select, textarea {
    margin: 0;
    font: inherit;
    color: inherit;
}





::-webkit-input-placeholder 
{
    color:#888;
}

:-moz-placeholder 
{
    color:#888;
}

::-moz-placeholder 
{
    color:#888;
}

:-ms-input-placeholder
{
    color:#888;
}

h1.errorpage
{
	font-family:'Baumans', sans-serif;
	font-size:120px;
	letter-spacing:0.02em;
	color: #FCB535;
}

.hidden
{
	position:absolute;
	clip:rect(1px 1px 1px 1px); /*- IE 6 & 7 -*/
	clip:rect(1px, 1px, 1px, 1px);
}

.clear
{
	clear:both;
}

.y
{
	color:#FCB535;
}

.g
{
	color:#ABABAB;
}

.g2
{
	color: #D6D0C1;
}

.w
{
	color:#FFF;
}

.gap-right {
  margin-right: 15px; 
}

.gap-right-top{
  margin:20px 20px 40px 15px;
}

.gap-left-top{
  margin: 10px 5px 20px 20px; 
}


@media all and (min-width: 1001px) {

}

@media all and (max-width: 1000px) and (min-width: 700px) {
 
}

@media all and (max-width: 699px) and (min-width: 520px), (min-width: 1151px) {
 
}

@media (min-width: 979px) and (min-width: 1151px){
  ul.nav li.dropdown:hover > ul.dropdown-menu {
    display: block;
  }
  
  #map
{
	height:360px;
	width:360px;
	overflow:hidden;
	margin:0 auto;
	
}


.gm-style img
{
	max-width: none !important; 
	background:none !important;
}


.gm-style-iw
{
	height:auto !important; 
	color:#333;
	display:block; 
	white-space:nowrap; 
	width:auto !important; 
	line-height:18px; 
	overflow:hidden !important;
}

.gmap
{
	height:380px;
	width:380px;
	overflow:hidden;
}


#gmap_canvas
{
	height:380px;
	width:380px;
	border:10px solid #FCB535;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
	border-radius: 0px;
	margin:0 auto;
	margin-top:54px;
  }


.marker
{
	height:auto !important; 
	display:block; 
	white-space:nowrap; 
	overflow:hidden !important;
	font-size:26px !important;
	font-family:inherit !important;
	font-weight:600;
}

}


@media (min-width: 481px) and (max-width: 769px){

.carousel-caption h3
{
	font-family:'Baumans', sans-serif;
	font-size:30px;
	letter-spacing:0.12em;
}

.carousel-caption p
{
	font-size:14px;
	letter-spacing:0.12em;
}


}

@media (min-width: 320px) and (max-width: 480px){

#main 
{
	margin-top:30px;
	margin-bottom:20px;
}

.carousel-indicators li,.carousel-caption, .carousel-control
{
	display:none;
}

/* GOOGLEMAPS */

#map
{
	height:260px;
	width:260px;
	overflow:hidden;
	margin:0 auto;
	
}


.gm-style img
{
	max-width: none !important; 
	background:none !important;
}


.gm-style-iw
{
	height:auto !important; 
	color:#333;
	display:block; 
	white-space:nowrap; 
	width:auto !important; 
	line-height:18px; 
	overflow:hidden !important;
}

.gmap
{
	height:280px;
	width:280px;
	overflow:hidden;
}


#gmap_canvas
{
	height:280px;
	width:280px;
	border:10px solid #FCB535;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
	border-radius: 0px;
	margin:0 auto;
	margin-top:34px;
  }


.marker
{
	height:auto !important; 
	display:block; 
	white-space:nowrap; 
	overflow:hidden !important;
	font-size:26px !important;
	font-family:inherit !important;
	font-weight:600;
}

}