F/*
  HTML5 Reset :: style.css
  ----------------------------------------------------------
  We have learned much from/been inspired by/taken code where offered from:
  
  Eric Meyer          :: http://ericmeyer.com
  HTML5 Doctor        :: http://html5doctor.com
  and the HTML5 Boilerplate :: http://html5boilerplate.com
  
-------------------------------------------------------------------------------*/

/* Let's default this puppy out
-------------------------------------------------------------------------------*/

html, body, body div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, figure, footer, header, hgroup, menu, nav, section, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}                 

article, aside, figure, footer, header, hgroup, nav, section {display: block;}

/* Responsive images and other embedded objects
   Note: keeping IMG here will cause problems if you're using foreground images as sprites.
   If this default setting for images is causing issues, you might want to replace it with a .responsive class instead. */
img,
object,
embed {max-width: 100%;}

/* force a vertical scrollbar to prevent a jumpy page */
html {overflow-y: scroll;}

/* we use a lot of ULs that aren't bulleted. 
  don't forget to restore the bullets within content. */
ul {list-style: none;}

blockquote, q {quotes: none;}

blockquote:before, 
blockquote:after, 
q:before, 
q:after {content: ''; content: none;}

a {margin: 0; padding: 0; font-size: 100%; vertical-align: baseline; background: transparent;}

del {text-decoration: line-through;}

abbr[title], dfn[title] {border-bottom: 1px dotted #000; cursor: help;}

/* tables still need cellspacing="0" in the markup */
table {border-collapse: collapse; border-spacing: 0;}
th {font-weight: bold; vertical-align: middle;}
td {font-weight: normal; vertical-align: top;}

hr {display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0;}

input, select {vertical-align: middle;}

pre {
  white-space: pre; /* CSS2 */
  white-space: pre-wrap; /* CSS 2.1 */
  white-space: pre-line; /* CSS 3 (and 2.1 as well, actually) */
  word-wrap: break-word; /* IE */
}

input[type="radio"] {vertical-align: text-bottom;}
input[type="checkbox"] {vertical-align: bottom; *vertical-align: baseline;}
.ie6 input {vertical-align: text-bottom;}

select, input, textarea {font: 99% sans-serif;}

table {font-size: inherit; font: 100%;}
 
/* Accessible focus treatment
  people.opera.com/patrickl/experiments/keyboard/test */
a:hover, a:active {outline: none;}

small {font-size: 85%;}

strong, th {font-weight: bold;}

td, td img {vertical-align: top;} 

/* Make sure sup and sub don't screw with your line-heights
  gist.github.com/413930 */
sub, sup {font-size: 75%; line-height: 0; position: relative;}
sup {top: -0.5em;}
sub {bottom: -0.25em;}

/* standardize any monospaced elements */
pre, code, kbd, samp {font-family: monospace, sans-serif;}

/* hand cursor on clickable elements */
.clickable,
label, 
input[type=button], 
input[type=submit], 
button {cursor: pointer;}

/* Webkit browsers add a 2px margin outside the chrome of form elements */
button, input, select, textarea {margin: 0;}

/* make buttons play nice in IE */
button {width: auto; overflow: visible;}
 
/* scale images in IE7 more attractively */
.ie7 img {-ms-interpolation-mode: bicubic;}

/* prevent BG image flicker upon hover */
.ie6 html {filter: expression(document.execCommand("BackgroundImageCache", false, true));}

/* let's clear some floats */
.clearfix:before, .clearfix:after { content: "\0020"; display: block; height: 0; overflow: hidden; }  
.clearfix:after { clear: both; }  
.clearfix { zoom: 1; }  


/* Inline images inserted by the user */
p img.inline-image {padding: 0px 0px 5px 0px; margin-right: 10px; float:left; resize: none; max-width: 150px;width: 150px;clear:left;}

/* Inline videos inserted by the user */
iframe, embed {
  float: left;
  vertical-align: top;
  margin-right: 10px;
}

/*upload icon resize fixed*/
.slides_container div {
  display:block;
  z-index: 1;
}

.slides_container div.wrap-replace.private {
  display:none;
}

.slides_container div img
{

}

/*
.removed, .hidden {display:none;}
*/

.hidden, .private, .removed, .private-default.default {display:none;}

/* Our Buttons */
.btn{cursor:pointer;display:inline-block;background-color:#e6e6e6;background-repeat:no-repeat;background-image:-webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), color-stop(25%, #ffffff), to(#e6e6e6));background-image:-webkit-linear-gradient(#ffffff, #ffffff 25%, #e6e6e6);background-image:-moz-linear-gradient(top, #ffffff, #ffffff 25%, #e6e6e6);background-image:-ms-linear-gradient(#ffffff, #ffffff 25%, #e6e6e6);background-image:-o-linear-gradient(#ffffff, #ffffff 25%, #e6e6e6);background-image:linear-gradient(#ffffff, #ffffff 25%, #e6e6e6);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#e6e6e6', GradientType=0);padding:5px 14px 6px;text-shadow:0 1px 1px rgba(255, 255, 255, 0.75);color:#333;font-size:13px;line-height:normal;border:1px solid #ccc;border-bottom-color:#bbb;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;-webkit-box-shadow:inset 0 1px 0 rgba(255, 255, 255, 0.2),0 1px 2px rgba(0, 0, 0, 0.05);-moz-box-shadow:inset 0 1px 0 rgba(255, 255, 255, 0.2),0 1px 2px rgba(0, 0, 0, 0.05);box-shadow:inset 0 1px 0 rgba(255, 255, 255, 0.2),0 1px 2px rgba(0, 0, 0, 0.05);-webkit-transition:0.1s linear all;-moz-transition:0.1s linear all;-ms-transition:0.1s linear all;-o-transition:0.1s linear all;transition:0.1s linear all;}.btn:hover{background-position:0 -15px;color:#333;text-decoration:none;}
.btn:focus{outline:1px dotted #666;}
.btn.disabled{cursor:default;background-image:none;filter:progid:DXImageTransform.Microsoft.gradient(enabled = false);filter:alpha(opacity=65);-khtml-opacity:0.65;-moz-opacity:0.65;opacity:0.65;-webkit-box-shadow:none;-moz-box-shadow:none;box-shadow:none; background-color:none;}
.btn[disabled]{cursor:default;background-image:none;filter:progid:DXImageTransform.Microsoft.gradient(enabled = false);filter:alpha(opacity=65);-khtml-opacity:0.65;-moz-opacity:0.65;opacity:0.65;-webkit-box-shadow:none;-moz-box-shadow:none;box-shadow:none; background-color:none;}
.btn-green, .btn-toolbar .btn-group .btn.btn-green {
  background-color: #57a957;
  background-repeat: repeat-x;
  background-image: -khtml-gradient(linear, left top, left bottom, from(#62c462), to(#57a957));
  background-image: -moz-linear-gradient(top, #62c462, #57a957);
  background-image: -ms-linear-gradient(top, #62c462, #57a957);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #62c462), color-stop(100%, #57a957));
  background-image: -webkit-linear-gradient(top, #62c462, #57a957);
  background-image: -o-linear-gradient(top, #62c462, #57a957);
  background-image: linear-gradient(top, #62c462, #57a957);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#62c462', endColorstr='#57a957', GradientType=0);
  /*text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);*/
  text-shadow: none;
  border-color: #57a957 #57a957 #3d773d;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  color:#fff;
  box-shadow: none;
}
.btn-blue, .btn-toolbar .btn-group .btn.btn-blue {
  color: #ffffff;
  background-color: #0064cd;
  background-repeat: repeat-x;
  background-image: -khtml-gradient(linear, left top, left bottom, from(#049cdb), to(#0064cd));
  background-image: -moz-linear-gradient(top, #049cdb, #0064cd);
  background-image: -ms-linear-gradient(top, #049cdb, #0064cd);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #049cdb), color-stop(100%, #0064cd));
  background-image: -webkit-linear-gradient(top, #049cdb, #0064cd);
  background-image: -o-linear-gradient(top, #049cdb, #0064cd);
  background-image: linear-gradient(top, #049cdb, #0064cd);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#049cdb', endColorstr='#0064cd', GradientType=0);
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  border-color: #0064cd #0064cd #003f81;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  box-shadow: none;
}
.btn-blue:hover{
  background-position: 0 -15px;
  text-decoration: none;
  color:#fff;
}
.btn-warning{background-color:#faa732;background-image:-moz-linear-gradient(top, #fbb450, #f89406);background-image:-ms-linear-gradient(top, #fbb450, #f89406);background-image:-webkit-gradient(linear, 0 0, 0 100%, from(#fbb450), to(#f89406));background-image:-webkit-linear-gradient(top, #fbb450, #f89406);background-image:-o-linear-gradient(top, #fbb450, #f89406);background-image:linear-gradient(top, #fbb450, #f89406);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fbb450', endColorstr='#f89406', GradientType=0);border-color:#f89406 #f89406 #ad6704;border-color:rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);filter:progid:DXImageTransform.Microsoft.gradient(enabled = false);}
.btn-warning:hover{
 background-color:#faa732;background-image:-moz-linear-gradient(top, #f89406, #fbb450);background-image:-ms-linear-gradient(top, #f89406, #fbb450);background-image:-webkit-gradient(linear, 0 0, 0 100%, from(#f89406), to(#fbb450));background-image:-webkit-linear-gradient(top, #f89406, #fbb450);background-image:-o-linear-gradient(top, #f89406, #fbb450);background-image:linear-gradient(top, #f89406, #fbb450);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f89406', endColorstr='#fbb450', GradientType=0);border-color:#fbb450 #fbb450 #ad6704;border-color:rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);filter:progid:DXImageTransform.Microsoft.gradient(enabled = false);
}

.btn-danger{background-color:#da4f49;background-image:-moz-linear-gradient(top, #ee5f5b, #bd362f);background-image:-ms-linear-gradient(top, #ee5f5b, #bd362f);background-image:-webkit-gradient(linear, 0 0, 0 100%, from(#ee5f5b), to(#bd362f));background-image:-webkit-linear-gradient(top, #ee5f5b, #bd362f);background-image:-o-linear-gradient(top, #ee5f5b, #bd362f);background-image:linear-gradient(top, #ee5f5b, #bd362f);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ee5f5b', endColorstr='#bd362f', GradientType=0);border-color:#bd362f #bd362f #802420;border-color:rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);filter:progid:DXImageTransform.Microsoft.gradient(enabled = false);color:white;text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);}
.btn-danger:hover,.btn-danger:active,.btn-danger.active,.btn-danger.disabled,.btn-danger[disabled]{color:white;background-color:#bd362f;}
.btn-danger:active,.btn-danger.active{background-color:#942a25 \9;}

.btn-large {
  padding: 9px 14px;
  font-size: 15px;
  line-height: normal;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.btn-large [class^="icon-"]{margin-top:1px;}
.btn-small{padding:5px 9px;font-size:11px;line-height:16px;}
.btn-small [class^="icon-"]{margin-top:-1px;}
.btn-mini{padding:2px 6px;font-size:11px;line-height:14px;}
a.btn{text-decoration: none;}


/* Page Header */
.page-header{padding-bottom:5px;margin:18px 0;border-bottom:1px solid #eeeeee;}
.page-header h1{line-height:1;}
/* Form Actions *Popups* */
.form-actions{
  padding:17px 15px 15px;
  margin-top:18px;
  margin-bottom:0px;
  background-color:#f5f5f5;
  border-top:1px solid #ddd;
  -webkit-border-radius: 0 0 10px 10px;
  -moz-border-radius: 0 0 10px 10px;
  border-radius: 0 0 10px 10px;
}


/* Footer Default Styles */
footer#basefooter ul li, footer#basefooter ul li a, #legal-info, #copyright-info {
  font-family: Arial, sans-serif;
  font-size: 11px;
  color: grey;
}
footer#basefooter ul li a:hover {text-decoration:underline;}
/* Contact Page Form Styles */
section.contact-form form#form-main ul.errorlist {
  list-style:none;
  list-style-image:none;
}
section.contact-form form#form-main ul.errorlist li {
  color:red;
}
#legal-info {margin-left:2px;min-height:18px;}

/*bOnline version number */
.wrapbg footer#base-footer .bonline-version-number {text-decoration: none; opacity:0.6;}

/* Get Directions Popover Styles */
section#directions {color:#333333; font-family:Arial,sans-serif;}
section#directions form.google-directions {padding-left:15px; margin-bottom:10px;}
section#directions #directions-popup {
  width:750px;
  height:600px;
}
div#directions-panel table tbody tr td img {
  margin-right:23px;
}
/* Common across all forms */
div.fieldwrapper .form-field-error input, div.fieldwrapper .form-field-error textarea {
    border: 1px solid red;
    background-color: #ffb6c1;
    color: #000;
    opacity: 0.5
}

td.centred {
    text-align: center;
}

/* Twitter button*/
i.icon-twitter{
  background-position:0px -139px;
  padding:0 0 0 25px;
  width:auto;
  height:16px;
}
/*Gallery Pages*/
.project-images .gallery {cursor:pointer;}

.wrapbg form#form-main .contact-form-details input[type="radio"], .wrapbg form#form-main .contact-form-details input[type="checkbox"] {
  float: left;
  width: auto !important;
  margin-right: 10px;
  list-style: none;
  /* Cross browser fix to remove padding background and border - only ie renders these */
  background: none;
  border: none;
  padding: 0;
  /* end style */
}

.wrapbg form#form-main .contact-form-details input[type="file"] {
  /* Style to avoid chrome bug http://code.google.com/p/chromium/issues/detail?id=160385 */
  height: auto;
  padding: 0;
  line-height: normal;
  /* end style */
  width: auto;
}

body#contacts .wrapbg .contact-form li {list-style: none;clear:left;}

.wrapbg .ui-datepicker table {width:100%;}
body#contacts .wrapbg .contact-form li select {width:auto;}
.wrapbg .booking-calendar { margin-top:15px; margin-bottom:15px;}
.wrapbg .booking-calendar .booking-time {min-width: 100px;}

body .wrapbg #thank-you {background-color: white;}
body .wrapbg #thank-you p {color:black;}



/* Ok, this is where the fun starts.
-------------------------------------------------------------------------------*/

/* new Linux- and Windows-friendly sans-serif font stack: http://mky.be/fontstack */
body {font: 13px Helmet, Freesans, sans-serif;}

/* using local fonts? make sure to read up on Paul Irish's 
  Bulletproof @font-face syntax: http://mky.be/font-face/bulletproof/ */

/* we like off-black for text */
body, select, input, textarea {color: #333;}

a {color: #03f;}
a:hover {color: #69f;}

/* Custom text-selection colors (remove any text shadows: twitter.com/miketaylr/status/12228805301) */
::-moz-selection{background: #fcd700; color: #fff; text-shadow: none;}
::selection {background: #fcd700; color: #fff; text-shadow: none;} 

/*  j.mp/webkit-tap-highlight-color */
a:link {-webkit-tap-highlight-color: #fcd700;} 

ins {background-color: #fcd700; color: #000; text-decoration: none;}
mark {background-color: #fcd700; color: #000; font-style: italic; font-weight: bold;}





/* Print styles!
-------------------------------------------------------------------------------*/
@media print {



}


/* Media queries!
-------------------------------------------------------------------------------*/

/* Consider this: www.cloudfour.com/css-media-query-for-mobile-is-fools-gold/ */
@media screen and (max-device-width: 480px) {
  
    
}

@media all and (orientation: portrait) {
  
}

@media all and (orientation: landscape) {
  
}

/* Social media links */
.social-links {
  display:none;
}

.social-links button {
    background-color:#333333;
    color:white;
    border: 1px solid white;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    line-height: 30px;
    padding: 0 20px;
    font-size: 12px;
    font-weight: bold;
    width: 190px;
    height: 30px;
    margin-left: -100px;
}

.social-links ul {
    padding: 0;
    text-align: right;
    height: 25px;
}

.social-links li {
    list-style-type: none;
    float:left;
}

.social-links ul li + li {
    padding-left: 4px;
}

.social-links ul li img {
    height: 25px;
    width: 25px;
    max-width: 25px;
    max-height: 25px;
}

.social-wrap.socialhide {
  opacity: 0.4;
}

/*  override bootstrap style
    for positioning our carousel overlay
    with integrated carousel */
.wrap-content-carousel .carousel {
  position: static;
}

/* carousel edit tool */
body.edit-mode .wrapbg #carousel-control {
    color: white;
    padding: 3px 0px;
    background: black;
    border-radius:5px 5px 0px 0px;
    min-height:18px;
}

body.edit-mode .wrapbg #carousel-control .strip {
    width: 200px;
    margin: 0px auto;
    float: right;
}

body.edit-mode .wrapbg #carousel-control .strip input {
    margin: 2px 5px 2px 20px;
    padding-right: 10px;
}

body.edit-mode .wrapbg #carousel-control .ctl.strip {
    margin: 0 auto;
    padding: 0px;
    width: 200px;
    float:none;
}

body.edit-mode .wrapbg #carousel-control #retreat { margin-right: 10px; cursor:pointer;}

body.edit-mode .wrapbg #carousel-control #advance { margin-left: 10px; cursor:pointer;}

.head_logo img,
.child-link a {cursor:pointer;}

div.slide-wrap {
    display:none;
}

div.slide-wrap.first-slide {
    display:block;
}

section.contact-form .fileupload-progress, section.contact-form .fileupload-cancel{
  display:none;
}

.search-container {
  width: 100%;
  text-align: right;
  padding: 5px 0;
}

.search-container #search-form {
  margin: 0 auto;
}

.search-container #search-form .btn {
  float: right;
  margin: 0 0 0 5px;
}

.search-container #search-form input {
  padding: 0 3px;
}

body#product-page .our-team-aside.private:hover .overlay-background.enabled,
body#product-page .team-wrapper:hover .overlay-background.enabled {
  display: inline;
  height: 0;
  width: 0;
  left: 50%;
  top: 15%;
}

/*Password Login Popup*/

div.login-details input#id_password { width:170px;}
div.login-details {padding:10px; margin-bottom:5px;}
#submit-password {float:right; margin:-7px 10px 0 0;}
.forbidden-alert {color:red;}

section.login-form header {margin-bottom: -10px;}

.wrapbg a.ui-state-default, .wrapbg .ui-widget-content a.ui-state-default, .wrapbg .ui-widget-header a.ui-state-default  {
  background: #3E83F1;
  color:white;
}

.wrapbg a.ui-state-default.ui-state-active, .wrapbg .ui-widget-content a.ui-state-default.ui-state-active, .wrapbg .ui-widget-header a.ui-state-default.ui-state-active {
  background: green;
}
