@import url(http://fonts.googleapis.com/css?family=Open+Sans+Condensed:300,700);
/*
Theme Name: Statury Wills URI: http://wordpress.org/themes/twentytwelve
Author: the WordPress team
Author URI: http://wordpress.org/
Description: The 2012 theme for WordPress is a fully responsive theme that looks great on any device. Features include a front page template with its own widgets, an optional display font, styling for post formats on both index and single views, and an optional no-sidebar page template. Make it yours with a custom menu, header image, and background.
Version: 1.3
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: light, gray, white, one-column, two-columns, right-sidebar, fluid-layout, responsive-layout, custom-background, custom-header, custom-menu, editor-style, featured-images, flexible-header, full-width-template, microformats, post-formats, rtl-language-support, sticky-post, theme-options, translation-ready
Text Domain: twentytwelve

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/
/* =Notes
--------------------------------------------------------------
This stylesheet uses rem values with a pixel fallback. The rem
values (and line heights) are calculated using two variables:

$rembase:     14;
$line-height: 24;

---------- Examples

* Use a pixel value with a rem fallback for font-size, padding, margins, etc.
	padding: 5px 0;
	padding: 0.357142857rem 0; (5 / $rembase)

* Set a font-size and then set a line-height based on the font-size
	font-size: 16px
	font-size: 1.142857143rem; (16 / $rembase)
	line-height: 1.5; ($line-height / 16)

---------- Vertical spacing

Vertical spacing between most elements should use 24px or 48px
to maintain vertical rhythm:

.my-new-div {
	margin: 24px 0;
	margin: 1.714285714rem 0; ( 24 / $rembase )
}

---------- Further reading

http://snook.ca/archives/html_and_css/font-size-with-rem
http://blog.typekit.com/2011/11/09/type-study-sizing-the-legible-letter/


/* =Reset
-------------------------------------------------------------- */
@font-face {
  font-family: 'icomoon';
  src: url('fonts/icomoon.eot?-a8wubt');
  src: url('fonts/icomoon.eot?#iefix-a8wubt') format('embedded-opentype'), url('fonts/icomoon.woff?-a8wubt') format('woff'), url('fonts/icomoon.ttf?-a8wubt') format('truetype'), url('fonts/icomoon.svg?-a8wubt#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
  display: block;
}
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
audio:not([controls]) {
  display: none;
}
html {
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
a:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
a:hover,
a:active {
  outline: 0;
}
sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  /* Responsive images (ensure images don't scale beyond their parents) */
  max-width: 100%;
  /* Part 1: Set a maxium relative to the parent */
  width: auto\9;
  /* IE7-8 need help adjusting responsive images */
  height: auto;
  /* Part 2: Scale the height according to the width, otherwise you get stretching */
  vertical-align: middle;
  border: 0;
  -ms-interpolation-mode: bicubic;
}
.bt {
  position: absolute;
  bottom: 0;
  width: 100%;
  background: #808b6d;
}
#map_canvas img,
.google-maps img {
  max-width: none;
}
button,
input,
select,
textarea {
  margin: 0;
  font-size: 100%;
  vertical-align: middle;
}
button,
input {
  *overflow: visible;
  line-height: normal;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
label,
select,
button,
input[type="button"],
input[type="reset"],
input[type="submit"],
input[type="radio"],
input[type="checkbox"] {
  cursor: pointer;
}
input[type="search"] {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  -webkit-appearance: textfield;
}
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button {
  -webkit-appearance: none;
}
textarea {
  overflow: auto;
  vertical-align: top;
}
nav ul,
nav ol {
  list-style: none;
  padding-left: 0;
}
@media print {
  * {
    text-shadow: none !important;
    color: #000 !important;
    background: transparent !important;
    box-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  @page {
    margin: 0.5cm;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
}
body {
  margin: 0;
}
.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
  line-height: 0;
}
.clearfix:after {
  clear: both;
}
.hide-text {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.input-block-level {
  display: block;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.row {
  margin-left: -20px;
  *zoom: 1;
}
.row:before,
.row:after {
  display: table;
  content: "";
  line-height: 0;
}
.row:after {
  clear: both;
}
[class*="span"] {
  float: left;
  min-height: 1px;
  margin-left: 20px;
}
.container,
.navbar-static-top .container,
.navbar-fixed-top .container,
.navbar-fixed-bottom .container {
  width: 940px;
}
.span12 {
  width: 940px;
}
.span11 {
  width: 860px;
}
.span10 {
  width: 780px;
}
.span9 {
  width: 700px;
}
.span8 {
  width: 620px;
}
.span7 {
  width: 540px;
}
.span6 {
  width: 460px;
}
.span5 {
  width: 380px;
}
.span4 {
  width: 300px;
}
.span3 {
  width: 220px;
}
.span2 {
  width: 140px;
}
.span1 {
  width: 60px;
}
.offset12 {
  margin-left: 980px;
}
.offset11 {
  margin-left: 900px;
}
.offset10 {
  margin-left: 820px;
}
.offset9 {
  margin-left: 740px;
}
.offset8 {
  margin-left: 660px;
}
.offset7 {
  margin-left: 580px;
}
.offset6 {
  margin-left: 500px;
}
.offset5 {
  margin-left: 420px;
}
.offset4 {
  margin-left: 340px;
}
.offset3 {
  margin-left: 260px;
}
.offset2 {
  margin-left: 180px;
}
.offset1 {
  margin-left: 100px;
}
.row-fluid {
  width: 100%;
  *zoom: 1;
}
.row-fluid:before,
.row-fluid:after {
  display: table;
  content: "";
  line-height: 0;
}
.row-fluid:after {
  clear: both;
}
.row-fluid [class*="span"] {
  display: block;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  margin-left: 2.127659574468085%;
  *margin-left: 2.074468085106383%;
}
.row-fluid [class*="span"]:first-child {
  margin-left: 0;
}
.row-fluid .controls-row [class*="span"] + [class*="span"] {
  margin-left: 2.127659574468085%;
}
.row-fluid .span12 {
  width: 100%;
  *width: 99.94680851063829%;
}
.row-fluid .span11 {
  width: 91.48936170212765%;
  *width: 91.43617021276594%;
}
.row-fluid .span10 {
  width: 82.97872340425532%;
  *width: 82.92553191489361%;
}
.row-fluid .span9 {
  width: 74.46808510638297%;
  *width: 74.41489361702126%;
}
.row-fluid .span8 {
  width: 65.95744680851064%;
  *width: 65.90425531914893%;
}
.row-fluid .span7 {
  width: 57.44680851063829%;
  *width: 57.39361702127659%;
}
.row-fluid .span6 {
  width: 48.93617021276595%;
  *width: 48.88297872340425%;
}
.row-fluid .span5 {
  width: 40.42553191489362%;
  *width: 40.37234042553192%;
}
.row-fluid .span4 {
  width: 31.914893617021278%;
  *width: 31.861702127659576%;
}
.row-fluid .span3 {
  width: 23.404255319148934%;
  *width: 23.351063829787233%;
}
.row-fluid .span2 {
  width: 14.893617021276595%;
  *width: 14.840425531914894%;
}
.row-fluid .span1 {
  width: 6.382978723404255%;
  *width: 6.329787234042553%;
}
.row-fluid .offset12 {
  margin-left: 104.25531914893617%;
  *margin-left: 104.14893617021275%;
}
.row-fluid .offset12:first-child {
  margin-left: 102.12765957446808%;
  *margin-left: 102.02127659574467%;
}
.row-fluid .offset11 {
  margin-left: 95.74468085106382%;
  *margin-left: 95.6382978723404%;
}
.row-fluid .offset11:first-child {
  margin-left: 93.61702127659574%;
  *margin-left: 93.51063829787232%;
}
.row-fluid .offset10 {
  margin-left: 87.23404255319149%;
  *margin-left: 87.12765957446807%;
}
.row-fluid .offset10:first-child {
  margin-left: 85.1063829787234%;
  *margin-left: 84.99999999999999%;
}
.row-fluid .offset9 {
  margin-left: 78.72340425531914%;
  *margin-left: 78.61702127659572%;
}
.row-fluid .offset9:first-child {
  margin-left: 76.59574468085106%;
  *margin-left: 76.48936170212764%;
}
.row-fluid .offset8 {
  margin-left: 70.2127659574468%;
  *margin-left: 70.10638297872339%;
}
.row-fluid .offset8:first-child {
  margin-left: 68.08510638297872%;
  *margin-left: 67.9787234042553%;
}
.row-fluid .offset7 {
  margin-left: 61.70212765957446%;
  *margin-left: 61.59574468085106%;
}
.row-fluid .offset7:first-child {
  margin-left: 59.574468085106375%;
  *margin-left: 59.46808510638297%;
}
.row-fluid .offset6 {
  margin-left: 53.191489361702125%;
  *margin-left: 53.085106382978715%;
}
.row-fluid .offset6:first-child {
  margin-left: 51.063829787234035%;
  *margin-left: 50.95744680851063%;
}
.row-fluid .offset5 {
  margin-left: 44.68085106382979%;
  *margin-left: 44.57446808510638%;
}
.row-fluid .offset5:first-child {
  margin-left: 42.5531914893617%;
  *margin-left: 42.4468085106383%;
}
.row-fluid .offset4 {
  margin-left: 36.170212765957444%;
  *margin-left: 36.06382978723405%;
}
.row-fluid .offset4:first-child {
  margin-left: 34.04255319148936%;
  *margin-left: 33.93617021276596%;
}
.row-fluid .offset3 {
  margin-left: 27.659574468085104%;
  *margin-left: 27.5531914893617%;
}
.row-fluid .offset3:first-child {
  margin-left: 25.53191489361702%;
  *margin-left: 25.425531914893618%;
}
.row-fluid .offset2 {
  margin-left: 19.148936170212764%;
  *margin-left: 19.04255319148936%;
}
.row-fluid .offset2:first-child {
  margin-left: 17.02127659574468%;
  *margin-left: 16.914893617021278%;
}
.row-fluid .offset1 {
  margin-left: 10.638297872340425%;
  *margin-left: 10.53191489361702%;
}
.row-fluid .offset1:first-child {
  margin-left: 8.51063829787234%;
  *margin-left: 8.404255319148938%;
}
[class*="span"].hide,
.row-fluid [class*="span"].hide {
  display: none;
}
[class*="span"].pull-right,
.row-fluid [class*="span"].pull-right {
  float: right;
}
.container {
  margin-right: auto;
  margin-left: auto;
  *zoom: 1;
}
.container:before,
.container:after {
  display: table;
  content: "";
  line-height: 0;
}
.container:after {
  clear: both;
}
.container-fluid {
  padding-right: 20px;
  padding-left: 20px;
  *zoom: 1;
}
.container-fluid:before,
.container-fluid:after {
  display: table;
  content: "";
  line-height: 0;
}
.container-fluid:after {
  clear: both;
}
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.hide {
  display: none;
}
.show {
  display: block;
}
.invisible {
  visibility: hidden;
}
.affix {
  position: fixed;
}
.text-left {
  text-align: left;
}
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
.img-circle {
  -webkit-border-radius: 500px;
  -moz-border-radius: 500px;
  border-radius: 500px;
}
.img-rounded {
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
@media (max-width: 767px) {
  #footer {
    height: auto !important;
  }
  #footer .span4 {
    margin-left: 0 !important;
  }
  #content {
    padding: 0px 10px 0 10px !important;
  }
  .mob-menu {
    display: none;
    position: fixed;
    width: 100%;
    z-index: 9999999999;
    padding: 0;
    margin: 0;
    margin-top: 0px;
  }
  .mob-menu .home-btn {
    width: 100%;
  }
  .mob-menu .home-btn a:before {
    margin-right: 8px;
  }
  .mob-menu li,
  .mob-menu a {
    display: block;
  }
  .mob-menu a {
    padding: 7px;
    font-family: "Open Sans Condensed";
    font-weight: bold;
    font-size: 15px;
    text-decoration: none;
    text-align: center;
    color: #ffffff;
    background: #808b6d;
  }
  #footer {
    position: relative !important;
    padding-left: 0 !important;
    height: auto !important;
  }
  body {
    padding-left: 20px;
    padding-right: 20px;
  }
  .navbar-fixed-top,
  .navbar-fixed-bottom,
  .navbar-static-top {
    margin-left: -20px;
    margin-right: -20px;
  }
  .container-fluid {
    padding: 0;
  }
  .dl-horizontal dt {
    float: none;
    clear: none;
    width: auto;
    text-align: left;
  }
  .dl-horizontal dd {
    margin-left: 0;
  }
  .container {
    width: auto;
  }
  .row-fluid {
    width: 100%;
  }
  .row,
  .thumbnails {
    margin-left: 0;
  }
  .thumbnails > li {
    float: none;
    margin-left: 0;
  }
  [class*="span"],
  .uneditable-input[class*="span"],
  .row-fluid [class*="span"] {
    float: none;
    display: block;
    width: 100%;
    margin-left: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .span12,
  .row-fluid .span12 {
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .row-fluid [class*="offset"]:first-child {
    margin-left: 0;
  }
  .input-large,
  .input-xlarge,
  .input-xxlarge,
  input[class*="span"],
  select[class*="span"],
  textarea[class*="span"],
  .uneditable-input {
    display: block;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .input-prepend input,
  .input-append input,
  .input-prepend input[class*="span"],
  .input-append input[class*="span"] {
    display: inline-block;
    width: auto;
  }
  .controls-row [class*="span"] + [class*="span"] {
    margin-left: 0;
  }
  .modal {
    position: fixed;
    top: 20px;
    left: 20px;
    right: 20px;
    width: auto;
    margin: 0;
  }
  .modal.fade {
    top: -100px;
  }
  .modal.fade.in {
    top: 20px;
  }
}
@media (max-width: 480px) {
  .nav-collapse {
    -webkit-transform: translate3d(0, 0, 0);
  }
  .page-header h1 small {
    display: block;
  }
  input[type="checkbox"],
  input[type="radio"] {
    border: 1px solid #ccc;
  }
  .form-horizontal .control-label {
    float: none;
    width: auto;
    padding-top: 0;
    text-align: left;
  }
  .form-horizontal .controls {
    margin-left: 0;
  }
  .form-horizontal .control-list {
    padding-top: 0;
  }
  .form-horizontal .form-actions {
    padding-left: 10px;
    padding-right: 10px;
  }
  .media .pull-left,
  .media .pull-right {
    float: none;
    display: block;
    margin-bottom: 10px;
  }
  .media-object {
    margin-right: 0;
    margin-left: 0;
  }
  .modal {
    top: 10px;
    left: 10px;
    right: 10px;
  }
  .modal-header .close {
    padding: 10px;
    margin: -10px;
  }
  .carousel-caption {
    position: static;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  .row {
    margin-left: -20px;
    *zoom: 1;
  }
  .row:before,
  .row:after {
    display: table;
    content: "";
    line-height: 0;
  }
  .row:after {
    clear: both;
  }
  [class*="span"] {
    float: left;
    min-height: 1px;
    margin-left: 20px;
  }
  .container,
  .navbar-static-top .container,
  .navbar-fixed-top .container,
  .navbar-fixed-bottom .container {
    width: 724px;
  }
  .span12 {
    width: 724px;
  }
  .span11 {
    width: 662px;
  }
  .span10 {
    width: 600px;
  }
  .span9 {
    width: 538px;
  }
  .span8 {
    width: 476px;
  }
  .span7 {
    width: 414px;
  }
  .span6 {
    width: 352px;
  }
  .span5 {
    width: 290px;
  }
  .span4 {
    width: 228px;
  }
  .span3 {
    width: 166px;
  }
  .span2 {
    width: 104px;
  }
  .span1 {
    width: 42px;
  }
  .offset12 {
    margin-left: 764px;
  }
  .offset11 {
    margin-left: 702px;
  }
  .offset10 {
    margin-left: 640px;
  }
  .offset9 {
    margin-left: 578px;
  }
  .offset8 {
    margin-left: 516px;
  }
  .offset7 {
    margin-left: 454px;
  }
  .offset6 {
    margin-left: 392px;
  }
  .offset5 {
    margin-left: 330px;
  }
  .offset4 {
    margin-left: 268px;
  }
  .offset3 {
    margin-left: 206px;
  }
  .offset2 {
    margin-left: 144px;
  }
  .offset1 {
    margin-left: 82px;
  }
  .row-fluid {
    width: 100%;
    *zoom: 1;
  }
  .row-fluid:before,
  .row-fluid:after {
    display: table;
    content: "";
    line-height: 0;
  }
  .row-fluid:after {
    clear: both;
  }
  .row-fluid [class*="span"] {
    display: block;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    margin-left: 2.7624309392265194%;
    *margin-left: 2.709239449864817%;
  }
  .row-fluid [class*="span"]:first-child {
    margin-left: 0;
  }
  .row-fluid .controls-row [class*="span"] + [class*="span"] {
    margin-left: 2.7624309392265194%;
  }
  .row-fluid .span12 {
    width: 100%;
    *width: 99.94680851063829%;
  }
  .row-fluid .span11 {
    width: 91.43646408839778%;
    *width: 91.38327259903608%;
  }
  .row-fluid .span10 {
    width: 82.87292817679558%;
    *width: 82.81973668743387%;
  }
  .row-fluid .span9 {
    width: 74.30939226519337%;
    *width: 74.25620077583166%;
  }
  .row-fluid .span8 {
    width: 65.74585635359117%;
    *width: 65.69266486422946%;
  }
  .row-fluid .span7 {
    width: 57.18232044198895%;
    *width: 57.12912895262725%;
  }
  .row-fluid .span6 {
    width: 48.61878453038674%;
    *width: 48.56559304102504%;
  }
  .row-fluid .span5 {
    width: 40.05524861878453%;
    *width: 40.00205712942283%;
  }
  .row-fluid .span4 {
    width: 31.491712707182323%;
    *width: 31.43852121782062%;
  }
  .row-fluid .span3 {
    width: 22.92817679558011%;
    *width: 22.87498530621841%;
  }
  .row-fluid .span2 {
    width: 14.3646408839779%;
    *width: 14.311449394616199%;
  }
  .row-fluid .span1 {
    width: 5.801104972375691%;
    *width: 5.747913483013988%;
  }
  .row-fluid .offset12 {
    margin-left: 105.52486187845304%;
    *margin-left: 105.41847889972962%;
  }
  .row-fluid .offset12:first-child {
    margin-left: 102.76243093922652%;
    *margin-left: 102.6560479605031%;
  }
  .row-fluid .offset11 {
    margin-left: 96.96132596685082%;
    *margin-left: 96.8549429881274%;
  }
  .row-fluid .offset11:first-child {
    margin-left: 94.1988950276243%;
    *margin-left: 94.09251204890089%;
  }
  .row-fluid .offset10 {
    margin-left: 88.39779005524862%;
    *margin-left: 88.2914070765252%;
  }
  .row-fluid .offset10:first-child {
    margin-left: 85.6353591160221%;
    *margin-left: 85.52897613729868%;
  }
  .row-fluid .offset9 {
    margin-left: 79.8342541436464%;
    *margin-left: 79.72787116492299%;
  }
  .row-fluid .offset9:first-child {
    margin-left: 77.07182320441989%;
    *margin-left: 76.96544022569647%;
  }
  .row-fluid .offset8 {
    margin-left: 71.2707182320442%;
    *margin-left: 71.16433525332079%;
  }
  .row-fluid .offset8:first-child {
    margin-left: 68.50828729281768%;
    *margin-left: 68.40190431409427%;
  }
  .row-fluid .offset7 {
    margin-left: 62.70718232044199%;
    *margin-left: 62.600799341718584%;
  }
  .row-fluid .offset7:first-child {
    margin-left: 59.94475138121547%;
    *margin-left: 59.838368402492065%;
  }
  .row-fluid .offset6 {
    margin-left: 54.14364640883978%;
    *margin-left: 54.037263430116376%;
  }
  .row-fluid .offset6:first-child {
    margin-left: 51.38121546961326%;
    *margin-left: 51.27483249088986%;
  }
  .row-fluid .offset5 {
    margin-left: 45.58011049723757%;
    *margin-left: 45.47372751851417%;
  }
  .row-fluid .offset5:first-child {
    margin-left: 42.81767955801105%;
    *margin-left: 42.71129657928765%;
  }
  .row-fluid .offset4 {
    margin-left: 37.01657458563536%;
    *margin-left: 36.91019160691196%;
  }
  .row-fluid .offset4:first-child {
    margin-left: 34.25414364640884%;
    *margin-left: 34.14776066768544%;
  }
  .row-fluid .offset3 {
    margin-left: 28.45303867403315%;
    *margin-left: 28.346655695309746%;
  }
  .row-fluid .offset3:first-child {
    margin-left: 25.69060773480663%;
    *margin-left: 25.584224756083227%;
  }
  .row-fluid .offset2 {
    margin-left: 19.88950276243094%;
    *margin-left: 19.783119783707537%;
  }
  .row-fluid .offset2:first-child {
    margin-left: 17.12707182320442%;
    *margin-left: 17.02068884448102%;
  }
  .row-fluid .offset1 {
    margin-left: 11.32596685082873%;
    *margin-left: 11.219583872105325%;
  }
  .row-fluid .offset1:first-child {
    margin-left: 8.56353591160221%;
    *margin-left: 8.457152932878806%;
  }
  input,
  textarea,
  .uneditable-input {
    margin-left: 0;
  }
  .controls-row [class*="span"] + [class*="span"] {
    margin-left: 20px;
  }
  input.span12,
  textarea.span12,
  .uneditable-input.span12 {
    width: 710px;
  }
  input.span11,
  textarea.span11,
  .uneditable-input.span11 {
    width: 648px;
  }
  input.span10,
  textarea.span10,
  .uneditable-input.span10 {
    width: 586px;
  }
  input.span9,
  textarea.span9,
  .uneditable-input.span9 {
    width: 524px;
  }
  input.span8,
  textarea.span8,
  .uneditable-input.span8 {
    width: 462px;
  }
  input.span7,
  textarea.span7,
  .uneditable-input.span7 {
    width: 400px;
  }
  input.span6,
  textarea.span6,
  .uneditable-input.span6 {
    width: 338px;
  }
  input.span5,
  textarea.span5,
  .uneditable-input.span5 {
    width: 276px;
  }
  input.span4,
  textarea.span4,
  .uneditable-input.span4 {
    width: 214px;
  }
  input.span3,
  textarea.span3,
  .uneditable-input.span3 {
    width: 152px;
  }
  input.span2,
  textarea.span2,
  .uneditable-input.span2 {
    width: 90px;
  }
  input.span1,
  textarea.span1,
  .uneditable-input.span1 {
    width: 28px;
  }
}
body,
textarea,
select,
input,
button {
  font: 400 15px/1.4 Lato, Arial, Helvetica, sans-serif;
  color: #333;
}
* {
  outline: 0;
}
a {
  color: #0079be;
  text-decoration: underline;
}
a:hover {
  color: #00588b;
  text-decoration: none;
}
nav ul,
nav ol {
  list-style: none;
  padding-left: 0;
}
ul,
ol {
  line-height: 1.3;
}
h2 {
  font-weight: 900;
  font-size: 30px;
}
.img-left {
  float: left;
  margin-right: 10px;
  margin-bottom: 5px;
}
.offset10px {
  margin-left: 10px !important;
}
#side {
  background-image: no-repeat;
  background-size: cover;
  background-position: center center;
  z-index: 999;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: inset rgba(0, 0, 0, 0.2) -5px 0 15px;
  -moz-box-shadow: inset rgba(0, 0, 0, 0.2) -5px 0 15px;
  box-shadow: inset rgba(0, 0, 0, 0.2) -5px 0 15px;
  color: #fff;
  overflow: hidden;
  background-image: url(../img/side/pottery.jpg);
}
@media (min-width: 785px) {
  #side {
    position: fixed;
    height: 100%;
    left: 0;
    margin-left: 0;
  }
}
#side .btn {
  -webkit-box-shadow: inset rgba(255, 255, 255, 0.2) 0 1px 0, rgba(0, 0, 0, 0.3) 0 2px 4px;
  -moz-box-shadow: inset rgba(255, 255, 255, 0.2) 0 1px 0, rgba(0, 0, 0, 0.3) 0 2px 4px;
  box-shadow: inset rgba(255, 255, 255, 0.2) 0 1px 0, rgba(0, 0, 0, 0.3) 0 2px 4px;
  margin-bottom: 15px;
}
@media (max-width: 479px) {
  #side .btn {
    display: block;
    margin-left: 0;
  }
}
#side .lead {
  color: #fff;
  text-shadow: rgba(0, 0, 0, 0.2) 0 1px 0;
  border: 0;
  font-size: 16px;
  padding-top: 0;
}
#side .inner {
  padding: 20px 40px;
}
@media (max-width: 479px) {
  #side .inner {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (min-width: 785px) {
  #side .inner {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background-color: rgba(0, 0, 0, 0.21);
    background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0.35), rgba(0, 0, 0, 0));
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(0, 0, 0, 0.35)), to(rgba(0, 0, 0, 0)));
    background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.35), rgba(0, 0, 0, 0));
    background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.35), rgba(0, 0, 0, 0));
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.35), rgba(0, 0, 0, 0));
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#59000000', endColorstr='#00000000', GradientType=0);
    background-color: transparent;
  }
}
#logo {
  text-align: center;
}
#logo img {
  margin: 40px 0 0;
  max-width: 75%;
  height: auto;
  -webkit-transition: opacity 0.3s ease;
  -moz-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
@media (max-width: 479px) {
  #logo img {
    max-width: 180px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  #logo img {
    margin: 20px 0;
    max-width: 50%;
  }
}
#logo:hover img {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.lead {
  border: #eee solid;
  border-width: 2px 0;
  padding: 25px 0;
  font-size: 20px;
  font-weight: 400;
}
blockquote {
  border: #eee solid;
  border-width: 2px 0;
  padding: 25px 0;
  font-size: 20px;
  font-weight: 400;
  border: 0;
  font-style: italic;
  margin-left: 0;
  margin-right: 0;
  padding: 5px 50px;
  position: relative;
}
blockquote::before {
  content: "\201C";
  left: 15px;
  top: 25px;
  position: absolute;
  color: #ccc;
  font-size: 60px;
  line-height: 40px;
}
blockquote::after {
  content: "\201D";
  right: 15px;
  bottom: 0;
  position: absolute;
  color: #ccc;
  font-size: 60px;
  line-height: 40px;
}
#main {
  padding: 20px 0;
}
#pages {
  margin-bottom: 40px;
}
#side #pages {
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
#side #pages > ul > li {
  border: 0;
}
#side #pages > ul > li > a {
  color: #fff;
  padding: 15px 15px;
  text-shadow: rgba(0, 0, 0, 0.3) 0 1px 0;
  background: rgba(0, 0, 0, 0.5);
  margin-bottom: 3px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  border-bottom: rgba(0, 0, 0, 0.2) solid 2px;
}
@media (max-width: 1440px) {
  #side #pages > ul > li > a {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
#side #pages > ul > li > a i {
  display: inline-block;
  font-size: 28px;
  margin-right: 10px;
  opacity: 0.5;
  filter: alpha(opacity=50);
  text-shadow: rgba(0, 0, 0, 0.5) 0 1px 0;
  -webkit-transition: opacity 0.3s ease-in-out;
  -moz-transition: opacity 0.3s ease-in-out;
  -o-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}
#side #pages > ul > li > a:hover {
  background: rgba(0, 0, 0, 0.7);
}
#side #pages > ul > li > a:hover i {
  opacity: 1;
  filter: alpha(opacity=100);
}
#side #pages > ul > li > a::before,
#side #pages > ul > li > a::after {
  display: none;
}
#side #pages > ul > li > a h2 {
  font-size: 18px;
}
#side #pages > ul > li.active > a {
  background: rgba(0, 0, 0, 0.7);
}
#pages > ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#pages > ul > li {
  position: relative;
}
#main #pages > ul > li {
  padding-left: 102px;
  padding-bottom: 15px;
}
#pages > ul > li p {
  margin-bottom: 0;
}
#pages > ul > li > div,
#pages > ul > li > a {
  display: block;
  padding: 20px 0 20px;
  text-decoration: none;
  cursor: pointer;
}
#pages > ul > li > div h2,
#pages > ul > li > a h2 {
  margin: 0;
}
#main #pages > ul > li > div h2,
#main #pages > ul > li > a h2 {
  color: #0079be;
}
#main #pages > ul > li > div h2:hover,
#main #pages > ul > li > a h2:hover {
  color: #00588b;
}
#pages > ul > li > div h2 + p,
#pages > ul > li > a h2 + p {
  margin-top: 5px;
}
#pages > ul > li > div p,
#pages > ul > li > a p {
  color: #333;
}
#pages > ul > li > div .img-circle,
#pages > ul > li > a .img-circle,
#pages > ul > li > div::before,
#pages > ul > li > a::before {
  position: absolute;
  left: 0;
  top: 20px;
  width: 85px;
  height: 85px;
}
#pages > ul > li > div::before,
#pages > ul > li > a::before {
  content: "";
  height: 85px;
  width: 85px;
  -webkit-border-radius: 500px;
  -moz-border-radius: 500px;
  border-radius: 500px;
  background: #000;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: opacity 0.3s ease;
  -moz-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  z-index: 5;
}
#pages > ul > li > div::after,
#pages > ul > li > a::after {
  content: "";
  border: #fff solid;
  border-width: 5px 5px 0 0;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  width: 18px;
  height: 18px;
  position: absolute;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transform-origin: center center;
  -moz-transform-origin: center center;
  -ms-transform-origin: center center;
  -o-transform-origin: center center;
  transform-origin: center center;
  left: 32px;
  top: 24px;
  margin-top: 26px;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#pages > ul > li > div.active::before,
#pages > ul > li > a.active::before {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
#pages > ul > li > div.active::after,
#pages > ul > li > a.active::after {
  opacity: 1;
  filter: alpha(opacity=100);
  z-index: 10;
}
#pages > ul > li > div:hover::before,
#pages > ul > li > a:hover::before,
#pages > ul > li > div[aria-selected="true"] #pages > ul > li > div.active::before,
#pages > ul > li > div[aria-selected="true"] #pages > ul > li > a.active::before,
#pages > ul > li > a[aria-selected="true"] #pages > ul > li > div.active::before,
#pages > ul > li > a[aria-selected="true"] #pages > ul > li > a.active::before {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
#pages > ul > li > div:hover::after,
#pages > ul > li > a:hover::after,
#pages > ul > li > div[aria-selected="true"] #pages > ul > li > div.active::after,
#pages > ul > li > div[aria-selected="true"] #pages > ul > li > a.active::after,
#pages > ul > li > a[aria-selected="true"] #pages > ul > li > div.active::after,
#pages > ul > li > a[aria-selected="true"] #pages > ul > li > a.active::after {
  opacity: 1;
  filter: alpha(opacity=100);
  z-index: 10;
}
#pages > ul > li > div[aria-selected="true"]::after,
#pages > ul > li > a[aria-selected="true"]::after,
#pages > ul > li > div.active::after,
#pages > ul > li > a.active::after,
#pages > ul > li > div[aria-selected="true"]::after,
#pages > ul > li > a[aria-selected="true"]::after,
#pages > ul > li > div.active::after,
#pages > ul > li > a.active::after {
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg);
}
#pages > ul > li + li {
  border-top: #eee solid 1px;
}
#pages > ul > li > ul {
  overflow: hidden;
  /*
				@media (min-width: 768px) {
					.content-columns(2);
				}

				@media (min-width: 1680px) {
					.content-columns(3);
				}
				*/
}
#pages > ul > li > ul[aria-hidden="true"] {
  display: none;
  opacity: 0;
  filter: alpha(opacity=0);
}
#pages > ul > li > ul[aria-hidden="false"] {
  opacity: 1;
  filter: alpha(opacity=100);
}
#pages > ul > li > ul > li {
  border-top: #eee solid 1px;
  padding: 8px 0;
}
@media (min-width: 768px) {
  #pages > ul > li > ul > li {
    float: left;
    width: 50%;
  }
  #pages > ul > li > ul > li > * {
    margin-right: 20px;
    display: block;
  }
}
@media (min-width: 1680px) {
  #pages > ul > li > ul > li {
    width: 33.333333333333336%;
  }
}
#pages > ul > li > ul > li a {
  text-decoration: none;
}
#pages > ul > li > ul > li a:hover {
  text-decoration: underline;
}
.children {
  list-style: none;
  padding-left: 0;
}
.children:hover li {
  opacity: 0.75;
  filter: alpha(opacity=75);
}
.children li {
  -webkit-transition: opacity 0.3s ease;
  -moz-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.children li:hover {
  opacity: 1;
  filter: alpha(opacity=100);
}
.children li a {
  color: #333;
  text-decoration: none;
  display: block;
}
.children li a h3 {
  color: #0079be;
}
.children li a:hover h3 {
  color: #00588b;
}
.children li a:hover {
  -webkit-box-shadow: #ffffff 0 0 0 15px, rgba(0, 0, 0, 0.2) 0 0 25px 15px;
  -moz-box-shadow: #ffffff 0 0 0 15px, rgba(0, 0, 0, 0.2) 0 0 25px 15px;
  box-shadow: #ffffff 0 0 0 15px, rgba(0, 0, 0, 0.2) 0 0 25px 15px;
}
.children li:nth-child(3n+1) {
  clear: left;
  margin-left: 0;
}
hr {
  margin-top: 2em;
  margin-bottom: 2em;
  border: 0;
  background: #ddd;
  color: #ddd;
  height: 2px;
}
small {
  font-size: 13px;
}
#footer {
  position: fixed;
  bottom: 0px;
  background-color: #e6e6e6;
  font-family: 'open sans condensed';
  font-size: 20px;
  padding-top: 20px;
  margin-top: 20px;
  height: 30px;
  margin-bottom: -100px;
  padding-bottom: 20px;
  color: #000000;
  font-weight: bold;
  margin-bottom: 0;
}
#footer ul,
#footer p {
  margin: 0;
  padding: 0;
}
@media (min-width: 768px) {
  #footer {
    width: 100%;
    margin-left: -36.17021277%;
    padding-left: 36.170212765957444%;
    padding-right: 14.893617021276595%;
  }
}
#footer nav li {
  list-style: none;
  display: inline-block;
  margin-left: 10px;
}
@media (max-width: 767px) {
  #footer nav .appointment {
    display: block;
    margin-top: 20px;
  }
}
.btn {
  text-decoration: none;
  line-height: 1.4;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  display: inline-block;
  background-color: #00659f;
  background-image: -moz-linear-gradient(top, #0079be, #004872);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0079be), to(#004872));
  background-image: -webkit-linear-gradient(top, #0079be, #004872);
  background-image: -o-linear-gradient(top, #0079be, #004872);
  background-image: linear-gradient(to bottom, #0079be, #004872);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0079be', endColorstr='#ff004872', GradientType=0);
  border: 0;
  font-size: 13px;
  padding: 8px 15px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.4) 0 1px 1px;
  -moz-box-shadow: rgba(0, 0, 0, 0.4) 0 1px 1px;
  box-shadow: rgba(0, 0, 0, 0.4) 0 1px 1px;
  text-align: center;
}
.btn,
.btn:hover {
  color: #fff;
  text-decoration: none;
}
.btn:hover {
  background-color: #006faf;
  background-image: -moz-linear-gradient(top, #0089d8, #004872);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0089d8), to(#004872));
  background-image: -webkit-linear-gradient(top, #0089d8, #004872);
  background-image: -o-linear-gradient(top, #0089d8, #004872);
  background-image: linear-gradient(to bottom, #0089d8, #004872);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0089d8', endColorstr='#ff004872', GradientType=0);
}
.btn.btn-large {
  padding: 12px 40px;
  font-size: 15px;
  font-weight: 600;
}
.btn + .btn {
  margin-left: 7px;
}
.button {
  text-decoration: none;
  line-height: 1.4;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  display: inline-block;
  background-color: #00659f;
  background-image: -moz-linear-gradient(top, #0079be, #004872);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0079be), to(#004872));
  background-image: -webkit-linear-gradient(top, #0079be, #004872);
  background-image: -o-linear-gradient(top, #0079be, #004872);
  background-image: linear-gradient(to bottom, #0079be, #004872);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0079be', endColorstr='#ff004872', GradientType=0);
  border: 0;
  font-size: 13px;
  padding: 8px 15px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.4) 0 1px 1px;
  -moz-box-shadow: rgba(0, 0, 0, 0.4) 0 1px 1px;
  box-shadow: rgba(0, 0, 0, 0.4) 0 1px 1px;
  text-align: center;
  padding: 12px 40px;
  font-size: 15px;
  font-weight: 600;
}
.button,
.button:hover {
  color: #fff;
  text-decoration: none;
}
.button:hover {
  background-color: #006faf;
  background-image: -moz-linear-gradient(top, #0089d8, #004872);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0089d8), to(#004872));
  background-image: -webkit-linear-gradient(top, #0089d8, #004872);
  background-image: -o-linear-gradient(top, #0089d8, #004872);
  background-image: linear-gradient(to bottom, #0089d8, #004872);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0089d8', endColorstr='#ff004872', GradientType=0);
}
.button.btn-large {
  padding: 12px 40px;
  font-size: 15px;
  font-weight: 600;
}
.button + .btn {
  margin-left: 7px;
}
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
  background: #fff;
  padding: 8px 7px;
  line-height: 20px;
  border: solid 1px;
  border-color: #aaa;
  font-size: 12px;
  font-weight: bold;
}
#title {
  padding-bottom: 10px;
  position: relative;
  border-bottom: #ddd solid 3px;
}
#title h1 {
  font-size: 40px;
  font-weight: 900;
  margin: 0 0;
}
@media (max-width: 479px) {
  #title h1 {
    display: table-footer-group;
    font-size: 30px;
  }
}
#contact {
  position: absolute;
  right: 0;
  top: 20px;
}
.overflow {
  overflow: hidden;
  padding-bottom: 20px;
}
@media (max-width: 767px) {
  #title #searchform {
    display: table-header-group;
  }
  #search {
    float: none;
    width: 100%;
    padding-bottom: 10px;
    clear: both;
  }
  #appointment {
    display: block;
    float: none;
    width: 100%;
    margin-bottom: 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-left: 0 !important;
  }
}
@media (max-width: 767px) and (max-width: 767px) {
  #title-wrap {
    display: table;
    width: 100%;
  }
}
@media (min-width: 768px) and (max-width: 1220px) {
  #title-wrap {
    display: table;
    width: 100%;
  }
  #title-wrap #searchform {
    float: none;
    width: 100%;
    display: table-header-group;
  }
  #title-wrap #search,
  #title-wrap #appointment {
    float: none;
    width: auto;
    display: inline-block;
    vertical-align: top;
  }
  #title-wrap #search {
    margin-left: 10px;
  }
  #title-wrap h1 {
    float: none !important;
    width: 100% !important;
    display: table-footer-group;
  }
}
#search {
  margin-top: 10px;
  margin-bottom: 20px;
  border-radius: 4px;
  position: relative;
}
#side #search {
  position: static;
  text-align: center;
}
#search input {
  border: 0;
  background: #fff;
  -webkit-box-shadow: inset rgba(0, 0, 0, 0.3) 0 1px 5px;
  -moz-box-shadow: inset rgba(0, 0, 0, 0.3) 0 1px 5px;
  box-shadow: inset rgba(0, 0, 0, 0.3) 0 1px 5px;
  width: 150px;
  -webkit-transition: width 0.3s ease;
  -moz-transition: width 0.3s ease;
  -o-transition: width 0.3s ease;
  transition: width 0.3s ease;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  height: 36px;
  padding-right: 30px;
  float: right;
  border-radius: 4px;
}
#side #search input {
  width: 200px;
  margin-left: -12.5px;
}
#side #search input:focus {
  background: #fff;
}
#search input:focus {
  outline: 0;
  width: 100%;
  opacity: 1;
  filter: alpha(opacity=100);
}
@media (max-width: 479px) {
  #search input {
    width: 100%;
    float: none;
  }
}
#search button {
  position: absolute;
  top: 0;
  right: 0;
  width: 36px;
  height: 36px;
  border: 0;
  -webkit-transition: opacity 0.3s ease;
  -moz-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  background-color: #00659f;
  background-image: -moz-linear-gradient(top, #0079be, #004872);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0079be), to(#004872));
  background-image: -webkit-linear-gradient(top, #0079be, #004872);
  background-image: -o-linear-gradient(top, #0079be, #004872);
  background-image: linear-gradient(to bottom, #0079be, #004872);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0079be', endColorstr='#ff004872', GradientType=0);
  border-radius: 0 4px 4px 0;
}
#search button span {
  content: "";
  left: 50%;
  top: 50%;
  width: 16px;
  height: 16px;
  position: absolute;
  margin-left: -8px;
  margin-top: -8px;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAABEElEQVR42mL4//8/AxSzArEvEO8E4m9A/AeILwFxPhCLIqlDwcgckGJc4D0Qa2IzgBFkMwMDw1kg1mWAgJtAvB+IvwGxIRA7MiCAChDfZUAGQAO8kWxagcWWUCT5tdi8sAMqeQOXP4G4C6rmFzYDvkIlp+MxwByIf0PVKSPLMQF9wQ71zRcG3OAXyLdQNhd6GFyBmrwHjwtikcKBDd0LxUiSPlg08wDxF6j8GWxhIA7En5AMaQJiEyDWA+JIIP6MJDcLV0IyQks4v6Eh/g9JDMaeiCslagPxNiyp8AIQr0MzpAObATDMBHWRDRDzIYlvRjNkPi4D8OGpaIa0kGoACC9C8t4fcgwA4Rpodq8ACDAArlP51446Yh8AAAAASUVORK5CYII=) no-repeat;
}
#search input:focus + button,
#search button:hover {
  opacity: 1;
  filter: alpha(opacity=100);
}
#breadcrumbs {
  margin: 1em 0;
  color: #666;
}
#breadcrumbs a {
  float: left;
  margin-right: 20px;
  text-decoration: none;
  position: relative;
}
#breadcrumbs a:hover {
  text-decoration: underline;
}
#breadcrumbs a::after {
  content: "";
  border: #ccc solid;
  border-width: 2px 2px 0 0;
  position: absolute;
  right: -15px;
  top: 6px;
  width: 5px;
  height: 5px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transform-origin: 0 0;
  -moz-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  -o-transform-origin: 0 0;
  transform-origin: 0 0;
}
img.pull-left {
  margin-right: 20px;
  margin-bottom: 10px;
}
#content {
  padding-top: 50px;
}
#content li {
  padding: 4px 0;
}
.well {
  background-color: #e9e9e9;
  background-image: -moz-linear-gradient(top, #e5e5e5, #eeeeee);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#e5e5e5), to(#eeeeee));
  background-image: -webkit-linear-gradient(top, #e5e5e5, #eeeeee);
  background-image: -o-linear-gradient(top, #e5e5e5, #eeeeee);
  background-image: linear-gradient(to bottom, #e5e5e5, #eeeeee);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffe5e5e5', endColorstr='#ffeeeeee', GradientType=0);
  padding-top: 20px;
  margin-top: 20px;
  margin-bottom: 20px;
  padding-bottom: 20px;
}
@media (min-width: 768px) {
  .well {
    width: 100%;
    margin-left: -36.17021277%;
    padding-left: 36.170212765957444%;
    padding-right: 14.893617021276595%;
  }
}
ul.col {
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
  -webkit-column-gap: 20px;
  -moz-column-gap: 20px;
  column-gap: 20px;
}
ul.col li {
  padding: 5px 0;
}
@media (min-width: 1200px) {
  ul.col {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    column-gap: 20px;
  }
}
.result,
.post {
  overflow: hidden;
  clear: both;
}
.result header h3,
.post header h3 {
  margin-bottom: 0;
}
.result header .link,
.post header .link,
.result header .date,
.post header .date {
  margin-top: 0;
}
.result header .link a,
.post header .link a,
.result header .date a,
.post header .date a {
  text-decoration: none;
}
.result + .result,
.post + .result,
.result + .post,
.post + .post {
  border-top: #ddd solid 1px;
  margin-top: 1em;
}
.map {
  width: 100%;
  min-width: 300px;
  height: 250px;
}
.icon-big {
  font-size: 22px;
}
h4 .icon-big {
  color: #999;
  line-height: 24px;
  margin-right: 10px;
  width: 24px;
  text-align: center;
}
@media (max-width: 767px) {
  body {
    padding-left: 0;
    padding-right: 0;
  }
  #footer,
  #main {
    padding-left: 20px;
    padding-right: 20px;
  }
  #footer p,
  #footer ul {
    text-align: center !important;
  }
  .well {
    width: 100%;
    margin-left: -20px;
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  .container-fluid {
    padding-left: 0;
    padding-right: 0;
  }
  #footer,
  #main {
    padding-left: 20px;
    padding-right: 20px;
  }
  #footer {
    margin-bottom: 20px;
    margin-left: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .well {
    margin-top: 0;
  }
  #side {
    width: 100%;
    float: none;
    position: static;
  }
  #side .inner {
    position: static;
  }
  .span7.offset4 {
    margin-left: 0;
    float: none;
    width: 100%;
    clear: both;
  }
}
.accordion-group + .accordion-group {
  border-top: #ddd solid 1px;
}
.accordion-group .accordion-heading {
  position: relative;
}
.accordion-group .accordion-heading::after {
  content: "";
  right: 10px;
  position: absolute;
  top: 10px;
  border: #ccc solid;
  border-width: 3px 3px 0 0;
  height: 8px;
  width: 8px;
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg);
  -webkit-transform-origin: center center;
  -moz-transform-origin: center center;
  -ms-transform-origin: center center;
  -o-transform-origin: center center;
  transform-origin: center center;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.accordion-group.collapsed .accordion-heading::after {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.accordion-group .accordion-body {
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  transition: none;
  border-top: #ddd solid 1px;
  display: block;
  padding-bottom: 20px;
}
.gform_fields {
  list-style: none;
  margin-left: 0;
  padding-left: 0;
}
.gform_fields .gfield_label {
  font-weight: 700;
}
img.alignleft {
  float: left;
  margin-right: 20px;
  margin-bottom: 5px;
}
img.alignright {
  float: right;
  margin-left: 20px;
  margin-bottom: 5px;
}
header#side h1 {
  line-height: 26px;
}
header#side h1 small {
  font-size: 18px;
}
.menu {
  margin: 0;
  position: fixed;
  width: 100%;
  z-index: 92;
  background: #808b6d;
  padding: 0;
  list-style: none;
}
.menu:after {
  content: '';
  display: block;
  clear: both;
}
.menu li,
.menu a {
  float: left;
}
.menu .current-menu-item a {
  background: #31352a;
}
.menu a {
  display: block;
  color: #ffffff !important;
  font-family: 'Open Sans Condensed';
  font-weight: bold;
  text-decoration: none;
  font-size: 17px;
  padding: 10px 20px;
}
.menu a:hover {
  background: #4b5240;
}
.footer-menu a {
  text-decoration: none;
  color: #666666;
  font-size: 18px;
}
.home-btn {
  width: 50px;
  background: #48c68a;
  overflow: hidden;
}
.home-btn a:before {
  font-family: icomoon;
  font-weight: normal;
  color: #ffffff;
  content: '\e600';
  text-indent: 0px;
  margin-right: 50px;
  font-size: 18px;
  text-shadow: 1px 1px 0 #000;
}
.home-btn a {
  padding-left: 15px;
  text-align: center;
}
h1,
h2,
h3 {
  font-family: 'open sans condensed';
}
.enq-form label {
  display: block;
  font-size: 13px;
  margin-bottom: 5px;
  font-weight: bold;
}
.enq-form select {
  width: 95%;
  font-size: 12px;
  font-weight: bold;
  padding: 8px 8px;
}
.enq-form textarea {
  width: 95%;
  font-size: 12px;
  font-weight: bold;
  font-family: Arial;
}
.enq-form input[type=text] {
  width: 90%;
  -webkit-box-shadow: inset 0 0 5px #f0f0f0;
  -moz-box-shadow: inset 0 0 5px #f0f0f0;
  box-shadow: inset 0 0 5px #f0f0f0;
}
.enq-form input[type=submit] {
  padding: 10px 20px;
  background: #808b6d;
  color: #ffffff;
  font-family: "Open Sans Condensed";
  font-size: 20px;
  border: none;
}
footer.entry-meta {
  padding: 10px;
  background: #ececec;
  font-size: 12px;
}
.entry-title a {
  text-decoration: none;
}
a {
  color: #808b6d;
}
a:hover {
  color: #31352a;
}
.qr_buttons button {
  background: #808b6d !important;
  font-size: 20px;
  color: #ffffff;
  font-family: "Open Sans Condensed";
  font-weight: bold;
  border: none;
  padding: 5px 10px;
}
.alert-error {
  padding: 10px;
  font-size: 12px;
  font-weight: bold;
  background-color: #f1acb1;
  color: #000000;
  width: 95%;
}
.alert-suc {
  padding: 10px;
  font-size: 12px;
  font-weight: bold;
  background-color: #caffc5;
  color: #000000;
  width: 95%;
}
.home-links {
  min-height: 109px;
  background-image: url(images/round.jpg);
  background-repeat: no-repeat;
  padding-left: 110px;
  margin: 0;
  margin-top: 50px;
  list-style: none;
}
.home-links a {
  padding-top: 10px;
  display: block;
  text-decoration: none;
  font-size: 20px;
  line-height: 1;
  font-family: "Open Sans Condensed";
  font-weight: bold;
}
.home-links .book {
  font-size: 30px;
  font-weight: bold;
}
.home-links .book:before {
  content: '\e602';
}
.home-links .cus {
  font-family: "Open Sans Condensed";
  font-size: 30px;
  font-weight: bold;
}
.home-links .cus:before {
  content: '\e601';
}
span.red {
  color: red;
}
.menu {
  margin-left: -36.1702%;
  padding-left: 36.1702%;
  padding-right: 14.8936%;
  width: 100%;
}
.entry-content {
  margin-bottom: 100px;
}
@media screen and (min-width: 320px) {
  #content {
    padding: 0 10px;
  }
  .bt {
    display: none !important;
  }
  .hide-for-small {
    display: none !important;
  }
  .hide-for-medium,
  .hide-for-large {
    display: block !important;
  }
}
@media screen and (min-width: 768px) {
  #footer {
    height: auto;
  }
  #footer .span3,
  #footer .span4 {
    margin-left: 0;
    width: 100%;
    text-align: center;
    margin-bottom: 0;
  }
  #footer a {
    font-size: 18px;
  }
  .bt {
    display: none !important;
  }
  #content {
    padding-top: 50px;
    padding-bottom: 80px;
  }
  .hide-for-small {
    display: block !important;
  }
  .menu-menu-1-container {
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
  }
  .menu a {
    padding: 10px 10px;
    font-weight: normal !important;
  }
  .menu .home-btn a {
    padding-left: 15px;
  }
  .hide-for-medium,
  .hide-for-large {
    display: none !important;
  }
}
@media screen and (min-width: 769px) {
  .bt {
    display: block !important;
  }
  .show-for-med {
    display: none !important;
  }
}
@media screen and (min-width: 980px) {
  .menu-menu-1-container {
    left: auto;
  }
}
@media screen and (min-width: 1030px) {
  .menu a {
    padding: 10px 10px;
    font-weight: bold !important;
  }
  .menu-menu-1-container {
    left: auto;
  }
}
.mobile-menu {
  position: fixed;
  z-index: 9999;
  top: 0;
  left: 0;
  font-family: "Open Sans Condensed";
  font-size: 20px;
  width: 100%;
  text-align: center;
  padding: 10px 20px;
  background: #808b6d;
  text-decoration: none;
  font-weight: bold;
  color: #ffffff;
  display: block;
}
.mobile-menu:before {
  font-family: icomoon;
  content: '\e603';
  font-size: 20px;
  font-weight: normal;
  margin-right: 5px;
}
#mob-menu {
  display: none !important;
}
article .entry-content {
  margin-bottom: 0;
}
.kento-testimonial-author-comments {
  margin: 0 !important;
}
.kento-testimonial-author p {
  margin: 0 !important;
  padding: 0 !important;
}
.kento_quotes p {
  margin: 0;
}
.qr_buttons {
  margin-top: 15px;
}
@media print {
  .print-hide {
    display: none !important;
  }
  .mobile-menu {
    display: none;
  }
}
