/* Used to convert PX to EMs for multiple properties or values or both.
	$base is an optional measurement that allows making measurements relative to the parent font size rather than the current. Also accepts a list of lists (instead a list of values) for properties that accept multiple lists of values. Only numbers of converted; everything else is passed through.

	Examples:

	@include scale(line-height, 30)
	@include scale(line-height, 30, 16)
	@include scale(width height, 125);
	@include scale(padding, 0 25, 16);
	@include scale(text-shadow, (#0d6e28 1 1) (#777 0 0 2), 16);
	@include scale(box-shadow, (inset 0 0 0 1 #2a9022) (inset 0 0 3 #459966), 16);
*/
/* Convert PX units to EMs.
	Ex: margin-right: pem(16);
*/
/*
Theme Name: Saltbush Surf
*/
/* ==========================================================================
   Author - kenny Williams  // hirekenny.com.au
   ========================================================================== */
body {
  font-size: 1em;
  line-height: 1.4; }

::-moz-selection {
  background: #b3d4fc;
  text-shadow: none; }

::selection {
  background: #b3d4fc;
  text-shadow: none; }

.chromeframe {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0; }

img {
  border: none; }

a {
  text-decoration: none; }

ol, ul {
  margin: 0;
  padding: 0; }

body {
  -webkit-font-smoothing: antialiased;
  font-smooth: always;
  font: 15px/24px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif; }

.wrapper {
  margin: 0 auto 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

/* ==========================================================================
   Layout
   ========================================================================== */
footer,
.main-container,
.header,
nav {
  /* ie7hack */
  *behavior: url(pie/boxsizing.htc);
  -ms-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0 auto;
  max-width: 1140px;
  padding-left: 20px;
  padding-right: 20px; }

/* ==========================================================================
   Sprites
   ========================================================================== */
.ics, .widget .social-icon {
  display: inline-block;
  background: url(images/sprites.png) no-repeat; }

.icon-facebook, .widget .social-icon.fb:hover {
  background-position: -151px -51px;
  width: 28px;
  height: 28px; }

.icon-facebook2, .widget .social-icon.fb {
  background-position: -151px -151px;
  width: 28px;
  height: 28px; }

.icon-gplus, .widget .social-icon.gp:hover {
  background-position: -651px -51px;
  width: 28px;
  height: 28px; }

.icon-gplus2, .widget .social-icon.gp {
  background-position: -651px -151px;
  width: 28px;
  height: 28px; }

.icon-instagram, .widget .social-icon.in:hover {
  background-position: -351px -51px;
  width: 28px;
  height: 28px; }

.icon-instagram2, .widget .social-icon.in {
  background-position: -351px -151px;
  width: 28px;
  height: 28px; }

.icon-mail, .widget .social-icon.mail:hover {
  background-position: -551px -51px;
  width: 29px;
  height: 27px; }

.icon-mail2, .widget .social-icon.mail {
  background-position: -551px -151px;
  width: 29px;
  height: 27px; }

.icon-pinterest, .widget .social-icon.pi:hover {
  background-position: -451px -51px;
  width: 25px;
  height: 32px; }

.icon-pinterest2, .widget .social-icon.pi {
  background-position: -451px -151px;
  width: 25px;
  height: 32px; }

.icon-twitter, .widget .social-icon.tw:hover {
  background-position: -251px -51px;
  width: 32px;
  height: 27px; }

.icon-twitter2, .widget .social-icon.tw {
  background-position: -256px -156px;
  width: 32px;
  height: 27px; }

.icon-youtube, .widget .social-icon.yt:hover {
  background-position: -51px -51px;
  width: 28px;
  height: 27px; }

.icon-youtube2, .widget .social-icon.yt {
  background-position: -51px -151px;
  width: 28px;
  height: 27px; }

.icon-header-facebook, header .social-icons .ic-facebook-sign:hover {
  background-position: -152px -252px;
  width: 23px;
  height: 22px; }

.icon-header-facebook2, header .social-icons .ic-facebook-sign {
  background-position: -151px -302px;
  width: 23px;
  height: 22px; }

.icon-header-gplus, header .social-icons .ic-google-plus:hover {
  background-position: -652px -252px;
  width: 23px;
  height: 22px; }

.icon-header-gplus2, header .social-icons .ic-google-plus {
  background-position: -652px -302px;
  width: 23px;
  height: 22px; }

.icon-header-instagram, header .social-icons .ic-instagram:hover {
  background-position: -352px -252px;
  width: 22px;
  height: 22px; }

.icon-header-instagram2, header .social-icons .ic-instagram {
  background-position: -352px -303px;
  width: 22px;
  height: 22px; }

.icon-header-pinterest, header .social-icons .ic-pinterest:hover {
  background-position: -451px -301px;
  width: 20px;
  height: 24px; }

.icon-header-pinterest2, header .social-icons .ic-pinterest {
  background-position: -452px -251px;
  width: 20px;
  height: 24px; }

.icon-header-twitter, header .social-icons .ic-twitter:hover {
  background-position: -252px -253px;
  width: 26px;
  height: 21px; }

.icon-header-twitter2, header .social-icons .ic-twitter {
  background-position: -252px -303px;
  width: 26px;
  height: 21px; }

.icon-header-youtube, header .social-icons .ic-youtube:hover {
  background-position: -51px -251px;
  width: 23px;
  height: 22px; }

.icon-header-youtube2, header .social-icons .ic-youtube {
  background-position: -52px -301px;
  width: 23px;
  height: 22px; }

/* ==========================================================================
   Theme Style + Colours
   ========================================================================== */
body {
  background: #f2f2f2;
  /* Background for Site */ }

html, button, input, select, textarea, a, ul.social-link a {
  color: #494d4e;
  /* General Body Text Color*/ }

legend,
.main ul li:before, h1, h3, h2 span, h4 span, h5 span, h6 span, cite,
.more:before, ol > li:before, ul.pagination li a.active, footer a:hover, .baseline a:hover, h4.show_hide:hover, h4.show_hide.active {
  color: #000;
  /* Feature Color*/ }

.more {
  display: inline-block;
  color: #1b97cb; }

.more:hover {
  display: inline-block;
  color: #646d72; }

a.btn, button, input[type=button], input[type=submit], ol.graphs > li, .highlight, #live-chat, .woocommerce a.button,
.flex-control-paging li a.flex-active, ul.pagination .left a:hover, ul.pagination .right a:hover, ul.paging a:hover span, .box-wrap .more {
  background-color: #1b97cb;
  /* Button Back Ground Color*/
  color: #fff;
  /* Button Text Color*/ }

a.btn:hover, .woocommerce a.button:hover, button:hover, input[type=button]:hover, input[type=submit]:hover, .btn.active, .box-wrap .more:hover {
  background-color: #646d72;
  /* Button Back Ground Color on Hover*/
  color: #fff !important; }

h3.layer-slider-button {
  background-color: #1daeec; }

h3.layer-slider-button:hover {
  background-color: #646d72;
  /* Button Back Ground Color on Hover*/
  color: #fff !important; }

.phone a, h1 span, h2, h3 span, h1 a, h2 a, h3 a, h4, h5, pre {
  color: #000000;
  /* Headings Color*/ }

h3 a:hover {
  color: #1b97cb; }

.lead, .main table th, blockquote, ul.pagination li a {
  color: #221f20;
  /* Headings Color*/ }

h6.tags a {
  color: #CAD2D7;
  /* Light Grey*/ }

.nav a {
  color: #fff; }

.box-wrap .more:before {
  color: #fff; }

div, a, ul, li, img {
  position: relative; }

/* ==========================================================================
   Logos
   ========================================================================== */
.logo {
  width: 341px;
  width:120px;
  /* Update width to suite your own logo size */ }

.logo {
  float: left; }

.logo img, .logo-foot img {
  width: 100%; }

.phone {
  color: #000;
  font-weight: bold;
  font-size: 18px; }

.phone a {
  color: #1b97cb; }

.phone span {
  margin-left: 10px; }

.phone a,
.phone span {
  vertical-align: middle; }

.header-container {
  background: #fff;
  padding-top: 25px; }

/* ==========================================================================
   Main Navigation Styles
   ========================================================================== */
.wrapper-nav {
  background: #000;
  border-bottom: 1px solid #d9d9d9; }

.footerNav {
  list-style: none;
  padding: 0px;
  margin: 0px;
  text-align: center; }

.footerNav li {
  display: inline-block; }

.header-container nav {
  font-size: 16px;
  margin-top: 1.5em;
  width: 100%;
  position: relative; }

.header-container .nav li {
  display: block;
  float: left;
  line-height: 60px;
  /*margin-right: 40px;*/
  vertical-align: middle;
  position: relative;
  -webkit-transition: all 250ms ease-in-out;
  -moz-transition: all 250ms ease-in-out;
  -ms-transition: all 250ms ease-in-out;
  -o-transition: all 250ms ease-in-out;
  transition: all 250ms ease-in-out;
  padding: 0; }

.header-container .nav li:before {
  height: 25px;
  content: "";
  position: absolute;
  top: 12px; }

.header-container .nav li ul li:before {
  border-left: 0px; }

.nav li.current-menu-parent a,
.nav li.current-menu-path a,
.nav li.current-menu-item a,
.nav li.current-menu-ancestor a,
.nav li.current_page_item a,
.nav li.current_page_ancestor a,
.nav li.current_page_parent a,
nav a.active, #nav a:hover {
  color: #1b97cb; }

#nav ul a,
#nav ul a:visited {
  color: #fff; }

#nav ul a:hover,
#nav ul li a:hover {
  color: #1b97cb; }

#nav ul.sub-menu:before {
  position: absolute;
  left: 10px;
  top: -10px;
  content: " ";
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 0 10px 15px 10px;
  border-color: transparent transparent #000000 transparent; }

.header-container .nav li:first-child, .header-container .nav li:last-child, .header-container .nav li:first-child:before, .header-container .nav .nav-parent li:before {
  border-left: none; }

.header-container .nav .home {
  width: 20px !important;
  padding-right: 20px;
  padding-left: 2px; }
  .header-container .nav .home a {
    position: relative;
    display: block;
    top: 21px; }

.header-container .nav .home img {
  width: 20px;
  margin-top: -4px; }

.header-container .nav .home:hover img {
  opacity: .5; }

.nav a {
  font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
  font-weight: bold;
  white-space: nowrap;
  -webkit-transition: all 250ms ease-in-out;
  -moz-transition: all 250ms ease-in-out;
  -ms-transition: all 250ms ease-in-out;
  -o-transition: all 250ms ease-in-out;
  transition: all 250ms ease-in-out;
  display: block;
  text-align: center;
  padding: 0 20px; }

.nav li.home a {
  position: relative;
  text-indent: -9999px;
  background: url("images/icon-home.png") 0px 0px no-repeat;
  width: 18px;
  height: 16px;
  padding: 0px; }

.nav li.home a:hover {
  opacity: 0.5; }

/* menu icon */
#menu-icon {
  display: none;
  font-size: 20px;
  -webkit-transition: all 250ms ease-in-out;
  -moz-transition: all 250ms ease-in-out;
  -ms-transition: all 250ms ease-in-out;
  -o-transition: all 250ms ease-in-out;
  transition: all 250ms ease-in-out;
  color: #fff; }

#menu-icon span {
  width: 32px;
  height: 23px;
  display: inline-block;
  padding-right: 10px;
  position: relative;
  top: -2px; }

#menu-icon span img {
  width: 100%;
  vertical-align: middle; }

/* nav dropdown */
#nav ul {
  position: absolute;
  display: none;
  min-width: 160px;
  z-index: 10000;
  background: #000;
  margin-top: 0; }

#nav ul li {
  float: none;
  display: block;
  margin: 0;
  border-top-width: 1px;
  line-height: normal; }

#nav ul li a {
  display: block;
  padding: 10px 20px;
  line-height: 1.2;
  text-align: left; }

#nav li:hover > ul, #nav li.nav-parent.hover ul {
  display: block !important; }

#nav li.search {
  line-height: 1;
  padding-top: 11px;
  float: right;
  width: 270px;
  margin-right: 0; }
  #nav li.search form {
    position: relative;
    display: inline-block;
    width: 100%; }
    #nav li.search form div {
      position: relative; }
    #nav li.search form div:after {
      line-height: 1;
      content: url(images/search-glass.png);
      position: absolute;
      width: 18px;
      height: 18px;
      right: 10px;
      top: 50%;
      margin-top: -9px;
      z-index: 10; }

#nav input[type=text] {
  position: relative;
  /* ie7hack */
  *behavior: url(pie/boxsizing.htc);
  -ms-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: #454e54;
  color: #b2b2b2;
  border: 1px solid #d9d9d9;
  background-size: 12px 12px;
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  width: 100%; }

.form-allowed-tags {
  display: none; }

/* ==========================================================================
   Masthead Styles
   ========================================================================== */
.masthead .slides {
  width: 66%;
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.masthead .flex-control-thumbs {
  width: 34%;
  float: left;
  margin-top: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.masthead .flex-control-thumbs li {
  width: 50%;
  float: left;
  border-bottom: 1px solid #fff;
  border-left: 1px solid #fff;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0; }

/* ==========================================================================
   Main Container General Layout Styles
   ========================================================================== */
.header-container header {
  padding-top: 0em; }

header .right {
  padding-top: 16px;
  padding-top: 50px;
}
header .right > div {
  vertical-align: middle; }
header .phone {
  display: inline-block; }
header .social-icons {
  margin-left: 15px;
  padding-left: 7px;
  border-left: 1px solid #97bbcb;
  display: inline-block;
  vertical-align: middle; }
  header .social-icons a, header .social-icons a:visited {
    vertical-align: middle;
    display: inline-block;
    line-height: 1;
    margin-left: 8px;
    color: #97bbcb; }

.home.page .main-container {
  padding-top: 1em; }

.main-content {
  /* ie7hack */
  *behavior: url(pie/boxsizing.htc);
  -ms-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 20px 15px 15px;
  background: #fff;
  float: left;
  width: 68%;
  margin: 30px 2% 40px 0;
  -ms-box-shadow: 0px 0px 7px -2px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0px 0px 7px -2px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 0px 7px -2px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 7px -2px rgba(0, 0, 0, 0.1); }

.main-content.full {
  width: 100%;
  float: none; }

.home.page .main-content {
  padding: 0px 15px 0px 0;
  margin-bottom: 0;
  background-color: transparent;
  -ms-box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none; }

.main-content img, .right-aside img {
  border: none;
  margin: 1em 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.right-aside {
  margin-top: 30px; }

.blog-post img {
  margin-bottom: 0; }

.blog-post p {
  margin-bottom: .5em; }

.blog-post {
  margin-bottom: 2em; }

a img {
  position: relative; }

/* ==========================================================================
   Box Wrap Styles
   ========================================================================== */
.box-wrap {
  background: #fff;
  border: 1px solid #97bbcb;
  margin-bottom: 2em;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative; }

.featured-post-list .box-wrap {
  background: #f6f9fa;
  overflow: hidden; }
  .featured-post-list .box-wrap .half {
    padding-bottom: 99999px;
    margin-bottom: -99999px;
    background: #fff;
    float: left;
    margin-right: 0;
    width: 48%; }
  .featured-post-list .box-wrap .box-wrap-inner {
    /* ie7hack */
    *behavior: url(pie/boxsizing.htc);
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: right;
    width: 52%; }

.box-wrap.panel-layout a, .box-wrap.panel-layout img {
  display: block; }

.box-wrap.panel-layout a.more {
  display: inline-block; }

.box-heading:after {
  content: "";
  display: block;
  position: absolute;
  right: -1px;
  top: -2px;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 0 38px 38px 0;
  border-color: transparent #f2f2f2 transparent transparent; }

.main-content .box-heading:after {
  border-color: transparent #fff transparent transparent; }

.home.page .main-content .box-heading:after {
  border-color: transparent #f2f2f2 transparent transparent; }

.box-heading {
  display: block;
  background-color: #221f20;
  margin: 0;
  color: #fff;
  padding: .55em .8em .40em; }

h2.box-heading {
  font-size: 19px;
  font-weight: normal;
  letter-spacing: normal; }

.box-heading.black {
  background-color: #221f20; }

.box-wrap img, .box-wrap iframe, .box-wrap .mosaic-block {
  margin: 0; }

.box-wrap .mosaic-block {
  border-bottom: none; }

.box-wrap p {
  margin-top: .7em;
  margin-bottom: .7em; }

.box-wrap h6 {
  margin-top: 1.3em; }

.box-wrap .flexslider, .box-wrap .flexslider-quote {
  margin-bottom: 0; }

.box-wrap .flexslider .flex-control-nav {
  bottom: 0px; }

.box-wrap-inner {
  padding: .5em 1em; }

.box-wrap-inner .product.woocommerce .amount {
  display: none; }

.box-wrap.image-tiles img {
  display: block;
  width: 100% !important;
  height: auto !important; }

.main .box-menu li, .main #menu-popular-pages-menu li {
  padding: 0;
  margin: 0; }

.box-menu li:before, #menu-popular-pages-menu li:before {
  display: none; }

.box-menu li a, #menu-popular-pages-menu li a {
  display: block;
  border-bottom: 1px solid #dde1e5;
  padding-top: .5em;
  padding-bottom: .5em; }

.box-menu li a:hover, .box-menu li a.active, #menu-popular-pages-menu li a:hover, #menu-popular-pages-menu li a.active {
  background: #fff;
  padding-left: .3em; }

.box-wrap .more {
  font-size: 12px;
  font-weight: bold;
  line-height: 1;
  padding: .7em 2em;
  text-transform: uppercase; }

.box-wrap .more:before {
  left: .5em;
  top: 8px; }

.wp-pagenavi .previouspostslink {
  position: absolute;
  left: 0px;
  top: 30px;
  background: none repeat scroll 0 0 #BBC3C8;
  border-radius: 3px 3px 3px 3px;
  color: #FFFFFF !important;
  font-family: 'bulletsregular';
  color: #fff;
  padding-left: 0.6em !important;
  padding-right: 0.4em !important; }

.wp-pagenavi .previouspostslink:hover {
  background: #1b97cb; }

.wp-pagenavi .nextpostslink {
  position: absolute;
  right: 0px;
  top: 30px;
  background: none repeat scroll 0 0 #BBC3C8;
  border-radius: 3px 3px 3px 3px;
  color: #FFFFFF !important;
  font-family: 'bulletsregular';
  color: #fff;
  padding-left: 0.6em !important;
  padding-right: 0.4em !important; }

.wp-pagenavi .nextpostslink:hover {
  background: #1b97cb; }

.wp-pagenavi span.current {
  color: #1b97cb !important;
  font-weight: normal !important; }

.wp-pagenavi a, .wp-pagenavi span {
  color: #221F20 !important;
  font-size: 20px !important;
  border: 0px !important;
  cursor: pointer;
  display: inline;
  padding: 0.3em !important; }

.wp-pagenavi {
  text-align: center;
  position: relative;
  margin-bottom: 30px;
  padding-top: 40px;
  border-top: 1px solid #CAD2D7; }

/* ==========================================================================
   Typography
   ========================================================================== */
h1, h2, h3, h4, h5, h6, p {
  word-wrap: break-word; }

p {
  margin-bottom: 1.5em; }

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
  line-height: 100%;
  margin: 25px 0 .5em; }

h1, h2, h3 {
  font-family: 'TitilliumText25L600wt';
  letter-spacing: -1px; }

h1.page-title {
  margin-top: 0;
  color: #1b97cb; }

.title-filter {
  margin-top: 15px; }

h1 {
  font-size: 32px; }

h2 {
  font-size: 21px;
  margin-top: 15px; }

h3 {
  font-size: 20px; }

h3#reply-title {
  color: #000;
  margin-bottom: 5px; }

#commentform {
  margin-top: 0px; }

#commentform p.error, #commentform label.error {
  color: #1b97cb !important; }

#commentform input.error, #commentform textarea.error {
  border-color: #1b97cb !important;
  background: #fff !important;
  padding: 10px 2% !important; }

h4, h5 {
  font-size: 18px; }

h6 {
  font-size: 16px;
  letter-spacing: 0px;
  position: relative; }

blockquote h6 {
  top: -1.4em; }

.meta {
  margin-top: -10px;
  margin-bottom: 12px; }

h6.date {
  margin-top: 0; }

h6.tags a:before {
  font-family: 'bulletsregular';
  content: "p"; }

h5, ol > li:before {
  font-weight: normal; }

strong, h6, b, .more {
  font-weight: bold;
  line-height: 100%; }

em {
  font-style: italic; }

.lead, blockquote {
  font-size: 20px;
  line-height: 26px; }

.lead {
  margin-top: 0; }

.highlight {
  position: relative;
  padding: 0; }

.main-container a, footer a, .baseline a, h3.layer-slider-button {
  -webkit-transition: all 250ms ease-in-out;
  -moz-transition: all 250ms ease-in-out;
  -ms-transition: all 250ms ease-in-out;
  -o-transition: all 250ms ease-in-out;
  transition: all 250ms ease-in-out;
  cursor: pointer; }

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

hr.dash {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px dashed #cad2d7;
  margin: 3em 0;
  padding: 0; }

hr.dots {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px dotted #cad2d7;
  margin: 3em 0;
  padding: 0; }

pre {
  font-family: Consolas, Menlo, Monaco, Lucida Console, Liberation Mono, DejaVu Sans Mono, Bitstream Vera Sans Mono, Courier New, monospace, serif;
  margin-bottom: 10px;
  overflow: auto;
  width: auto;
  padding: 0 1em;
  background-color: #fff;
  background: #ffffff;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUxJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUxJSIgc3RvcC1jb2xvcj0iI2VmZWZlZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
  background: -moz-linear-gradient(top, white 0%, white 51%, #efefef 51%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, white), color-stop(51%, white), color-stop(51%, #efefef));
  background: -webkit-linear-gradient(top, white 0%, white 51%, #efefef 51%);
  background: -o-linear-gradient(top, white 0%, white 51%, #efefef 51%);
  background: -ms-linear-gradient(top, white 0%, white 51%, #efefef 51%);
  background: linear-gradient(to bottom, white 0%, white 51%, #efefef 51%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#efefef', GradientType=0);
  background-size: 100% 60px;
  line-height: 30px; }

iframe {
  margin-top: 1em;
  margin-bottom: 1em;
  background-color: #fff;
  width: 100%;
  border: 0px solid #97bbcb; }

.fb-like-box iframe {
  margin-top: 0;
  margin-bottom: 0; }

.fluid-width-video-wrapper {
  margin-bottom: 2em;
  background-color: #ffffff;
  margin-top: 1em; }

.fluid-width-video-wrapper iframe {
  width: 100%;
  padding: 0;
  margin: 0; }

blockquote.right, blockquote.left {
  margin: 0 3% 3%; }

blockquote {
  margin-right: 0;
  margin-left: 0; }

cite {
  display: block;
  font-style: normal;
  font-size: 14px;
  text-transform: uppercase;
  margin-top: 1em; }

.tablepress caption {
  display: none !important; }

.tablepress {
  margin-bottom: 30px !important; }

.main .gform_wrapper ul li.gfield:before {
  content: "" !important; }

.main .gform_wrapper ul li.gfield {
  margin: 0px !important;
  padding: 0px !important; }

.right-aside .gform_wrapper {
  padding: 0px !important;
  border: 0px !important; }

.main .gform_wrapper .validation_error {
  display: none !important; }

.main .gform_wrapper li.gfield.gfield_error .gfield_description {
  color: #e43c23 !important;
  font-weight: normal; }

.main .gform_wrapper li.gfield.gfield_error.gfield_contains_required div.ginput_container {
  margin-top: 0px !important; }

.main .gform_wrapper ul.gfield_checkbox li input[type="checkbox"], .main .gform_wrapper ul.gfield_radio li input[type="radio"] {
  margin-bottom: 0px !important; }

.main .gform_wrapper .top_label .gfield_description.validation_message, .main .gform_wrapper .gfield_description.validation_message {
  padding: 0px 0px 10px !important; }

.main .gform_wrapper .gfield_error .gfield_label {
  color: #494D4E !important; }

.main .gform_wrapper li.gfield.gfield_error.gfield_contains_required {
  padding-left: 0 !important;
  margin: 0px !important;
  width: 100% !important;
  background: none !important;
  border: 0px !important; }

.gform_ajax_spinner {
  display: none !important; }

.main textarea {
  height: 140px;
  outline: medium none;
  resize: none;
  width: 96%;
  outline: medium none;
  padding: 10px 2% !important;
  resize: none; }

.main .gform_wrapper .top_label input.large,
.main .gform_wrapper .top_label input.medium {
  font-size: 15px !important;
  padding: 10px 2%;
  resize: none;
  width: 78%; }

.main .gform_wrapper textarea {
  font-size: 15px !important; }

.main .gform_wrapper .top_label input.large {
  width: 100%; }

.right-aside .gform_wrapper .top_label input.medium {
  width: 100%; }

.main .gform_wrapper ul li.gfield.noLabel .gfield_label {
  /*display:none;*/ }

.main .gform_wrapper select {
  font-size: 15px !important;
  margin-left: 0px !important;
  padding: 2px !important; }

.main .gform_wrapper .gfield_required {
  color: #e43c23 !important; }

.main .gform_wrapper ul.gform_fields li:before {
  content: "" !important; }

.main .gform_wrapper form {
  margin-top: 0px !important; }

/* ============= Lists ===============*/
.main ul, .main ol {
  margin-bottom: 12px; }

.main ul li > ul, .main ol li > ol {
  margin-bottom: 0;
  margin-left: -5px; }

.main ul li.parent {
  padding-bottom: 0; }

.main ul li, .more, .arrow {
  list-style-type: none;
  line-height: 20px;
  padding-top: 5px;
  padding-bottom: 8px;
  position: relative; }

.more {
  word-break: keep-all;
  display: inline-block; }

.main ul li {
  padding-left: 18px; }

.main ul li:before,
.arrow:before,
.comment-reply-link:before {
  content: "g";
  font-family: 'bulletsregular';
  font-size: 16px;
  color: #1b97cb;
  left: 3px;
  top: 6px;
  position: absolute; }

.reply {
  position: absolute;
  right: 10px;
  top: 10px; }

a.comment-reply-link {
  position: relative;
  float: right;
  line-height: 20px;
  list-style-type: none;
  padding-bottom: 8px;
  padding-left: 22px;
  padding-top: 5px;
  position: relative; }

.main ol {
  margin-left: 22px; }

ol {
  counter-reset: li;
  /* Initiate a counter */
  margin-left: 0;
  /* Remove the default left margin */
  padding-left: 0;
  /* Remove the default left padding */ }

ol > li {
  position: relative;
  /* Create a positioning context */
  list-style: none;
  margin: 0 0 0 1em;
  padding-top: 3px;
  padding-bottom: 5px;
  padding-left: 0px; }

ol > li:before {
  content: counter(li) ".";
  /* Use the counter as content */
  counter-increment: li;
  /* Increment the counter by 1 */
  position: absolute;
  top: -2px;
  left: -1.5em;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 1.5em;
  margin-right: 8px;
  padding: 4px;
  text-align: center; }

li ol, li ul {
  margin-top: 6px; }

ol ol li:last-child {
  margin-bottom: 0; }

ul.archive li {
  display: inline-block;
  min-width: 40%; }

/* ============= Pagination + Paging ===============*/
ul.pagination {
  text-align: center; }

ul.pagination li:before, ul.paging li:before {
  display: none; }

ul.pagination li, ul.paging li {
  padding-left: 0;
  display: inline;
  font-size: 20px;
  padding: .3em;
  cursor: pointer; }

ul.pagination li a.active {
  /* see theme colours */ }

ul.pagination .left a, ul.pagination .right a, ul.paging a span {
  color: #fff;
  font-family: 'bulletsregular';
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background: #bbc3c8;
  padding: .3em .5em .2em; }

ul.pagination .right a, ul.paging .right span {
  padding-right: .4em;
  padding-left: .6em; }

ul.pagination .left:hover, ul.pagination .right:hover {
  /* see theme colours */ }

ul.paging {
  margin-top: 30px; }

ul.paging a {
  font-size: 18px; }

/* ============= Comments ===============*/
ul.comments li, ol.commentlist li {
  line-height: 20px;
  padding: 0em; }

ul.comments li div, ol.commentlist li div {
  padding: 1em 2%; }

ul.comments li li div, ol.commentlist li li div {
  padding-left: 4%; }

ul.comments li li li div, ol.commentlist li li li div {
  padding-left: 6%; }

ul.comments li li li li div, ol.commentlist li li li li div {
  padding-left: 8%; }

/*
ul.comments li > ul li{
	padding-left: 1.5em;
	padding-right: 0;
}
*/
ol.commentlist {
  margin-left: 0px !important; }

ul.comments li > ul, ol.commentlist li > ul {
  margin: 0; }

ul.comments .odd, ol.commentlist .odd {
  background: #eef5f7; }

ul.comments li:before, ol.commentlist li:before {
  display: none; }

ul.comments h5, ul.comments h6, ol.commentlist h5, ol.commentlist h6 {
  display: inline;
  font-size: 18px;
  letter-spacing: 0;
  color: #494D4E; }

ul.comments h6, ol.commentlist h6 {
  color: #b1b4ba;
  font-size: 14px;
  margin-left: 1em; }

ul.comments li p, ol.commentlist li p {
  margin-top: .5em;
  margin-bottom: .5em; }

/* ============= Graphs ===============*/
ol.graphs {
  margin: 0 0 2em; }

ol.graphs > li:before {
  display: none; }

ol.graphs > li {
  margin-bottom: .4em;
  padding: .2em 2%;
  font-family: "Courier New", Courier, mono;
  font-weight: bold; }

ol.graphs > li span {
  float: right; }

.per-10 {
  width: 6%; }

.per-20 {
  width: 16%; }

.per-30 {
  width: 26%; }

.per-40 {
  width: 36%; }

.per-50 {
  width: 46%; }

.per-60 {
  width: 56%; }

.per-70 {
  width: 66%; }

.per-80 {
  width: 76%; }

.per-90 {
  width: 86%; }

.per-100 {
  width: 96%; }

/* ============= Buttons ===============*/
a.btn, input[type=button], input[type=submit] {
  border: none;
  color: #fff;
  letter-spacing: 0.5px;
  line-height: 1;
  padding: .7em 2em;
  white-space: nowrap;
  display: inline-block;
  -webkit-transition: all 250ms ease-in-out;
  -moz-transition: all 250ms ease-in-out;
  -ms-transition: all 250ms ease-in-out;
  -o-transition: all 250ms ease-in-out;
  transition: all 250ms ease-in-out;
  margin-bottom: .5em;
  margin-top: .5em;
  font-size: 12px;
  font-weight: bold;
  text-transform: uppercase; }

a.btn:hover {
  color: #fff; }

a.small-btn {
  font-size: 14px;
  padding: .4em .9em; }

a.xsmall-btn {
  font-size: 12px;
  padding: .2em .7em; }

/* ============= Tables ===============*/
.main table {
  border: 1px solid #dde1e5;
  text-align: left;
  width: 100%;
  background: #ffffff; }

.main table th {
  padding: .5em;
  border: 1px solid #dde1e5;
  background-color: #e7f3f7;
  vertical-align: top; }

.main table td {
  padding: .5em;
  border: 1px solid #dde1e5;
  vertical-align: top; }

.main table tr:nth-child(2n+1) {
  background-color: #f6f9fa; }

/* ============= Forms ===============*/
form {
  margin-top: 3em; }

fieldset {
  padding: 1em;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  border: 1px solid #dde1e5;
  margin-bottom: 1em;
  background: #f6f9fa; }

fieldset fieldset {
  background: #ffffff; }

legend {
  font-size: 18px; }

label {
  font-weight: normal;
  font-weight: bold;
  padding-right: 1em;
  display: block; }

input[type=text],
input[type=email],
input[type=password],
input[type=tel],
textarea {
  border: 0 none;
  background: #97bbcb;
  padding: 10px 2%;
  color: #000;
  display: inline-block;
  outline: none;
  margin-bottom: 1em;
  resize: none;
  display: block;
  width: 78%;
  -webkit-appearance: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

input.half {
  width: 48%;
  margin-right: 4%; }

input.full, textarea.full {
  width: 100%; }

input.field-last {
  padding: 10px 2%;
  margin-right: 0; }

textarea {
  width: 96%;
  height: 140px;
  display: block;
  resize: none;
  outline: none; }

select, input[type=radio], input[type=checkbox] {
  margin-bottom: 1em;
  margin-right: 6px; }

.error[generated=true] {
  font-size: 14px; }

/* ============= Tabs Styles ===============*/
.tab-container {
  clear: both; }

.tab-container .nav li .goto-link {
  top: 0;
  left: 0;
  padding: 0;
  position: absolute;
  height: 100%;
  width: 100%;
  display: block; }

.tab-container .nav, .tab-container .content {
  margin-bottom: 0;
  position: relative;
  /* ie7hack */
  *behavior: url(pie/boxsizing.htc);
  -ms-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.tab-container .content {
  -webkit-backface-visibility: hidden; }

.tab-container .nav {
  z-index: 10;
  width: 50%;
  float: left;
  height: 282px; }

.tab-container .content {
  width: 100%;
  /* ie7hack */
  *behavior: url(pie/boxsizing.htc);
  -ms-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin-left: -50%;
  padding-left: 50%;
  float: left;
  height: 282px;
  overflow: hidden; }
  .tab-container .content .feature-image {
    margin-left: -1px;
    padding-right: 1px;
    width: 100%;
    height: 282px;
    background-position: center center;
    -ms-background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover; }
    .ie8 .tab-container .content .feature-image {
      behavior: url(/pie/PIE.php); }
    .tab-container .content .feature-image a {
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }

.tab-container .nav {
  overflow: hidden; }

.tab-container .nav.alt {
  float: right; }

.tab-container {
  border: 1px solid #97bbcb;
  margin-bottom: 2em;
  background: #fff;
  position: relative; }

.tab-container .nav li, div.v_nav {
  -webkit-backface-visibility: hidden;
  padding: 1em .5em;
  border: none;
  cursor: pointer;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: #fff;
  border-bottom: 1px solid #97bbcb;
  max-height: 94px;
  overflow: hidden;
  position: relative;
  display: block; }

.tab-container .nav li {
  height: 94px;
  border-right: 1px solid #97bbcb; }

.nav .tab-link,
.tab-link {
  content: "g";
  color: #fff;
  right: 7px;
  bottom: 7px;
  position: absolute;
  background: #646d72;
  font: 13px 'bulletsregular';
  padding: 0 .2em 0 .4em !important;
  line-height: 16px; }

li.active a.tab-link,
a.tab-link:hover {
  background-color: #1b97cb;
  color: #fff; }

.tab-container .nav li:last-child, div.v_nav.last-tab {
  border-bottom: none; }

div.v_nav.last-tab.v_active {
  border-bottom: 1px solid #97bbcb; }

.tab-container .nav li.active {
  background: #fff; }

.tab-container .nav li:before {
  display: none; }

.tab-container .nav li:hover {
  border-top: 0px; }

.tab-container .nav li p, div.v_nav p {
  margin: 0;
  font-size: 14px;
  line-height: 20px; }

.tab-container .nav li img, div.v_nav img {
  float: left;
  margin-right: .6em;
  margin-top: 0;
  width: auto; }

div.v_nav {
  display: none; }

.tab-container .content {
  border-left: 1px solid #97bbcb;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.tab-container .content.alt {
  border-left: none;
  border-right: 1px solid #97bbcb; }

.tab-container .tab_content a {
  display: block; }

.nav {
  position: relative;
  width: 100%;
  margin: 0 auto; }

.tab-desc {
  overflow: hidden;
  max-height: 40px; }

/* ============= Accordian ===============*/
.accordian {
  display: none; }

h4.show_hide {
  border-top: 1px solid #CAD2D7;
  padding-top: 1em;
  cursor: pointer;
  position: relative; }

h4.show_hide:after {
  content: "n";
  font-size: 22px;
  text-transform: uppercase;
  position: absolute;
  right: 0px;
  top: 1em;
  font-family: 'bulletsregular'; }

h4.show_hide.active:after {
  content: "o"; }

/* ============= Mosaic Styles ===============*/
.mosaic-block {
  position: relative;
  overflow: hidden;
  width: 100%;
  background: white url(images/progress.gif) no-repeat center center;
  margin: 1em 0;
  border: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.mosaic-block img {
  margin: 0;
  border: none; }

.mosaic-backdrop {
  display: none;
  top: 0;
  height: 100%;
  width: 100%;
  background: #fff; }

.mosaic-overlay {
  display: none;
  z-index: 5;
  position: absolute;
  width: 100%;
  height: 100%;
  background: #111; }

.fade .mosaic-overlay {
  background: url(images/hover-magnify.png) no-repeat center center;
  background-color: rgba(0, 0, 0, 0.3);
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=00)";
  filter: alpha(opacity=0);
  display: none; }

.fade .mosaic-overlay.link {
  background: url(images/hover-gotopost.png) no-repeat center center;
  background-color: rgba(0, 0, 0, 0.3);
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=00)";
  filter: alpha(opacity=0);
  display: none; }

/* ============= Columns ===============*/
.full {
  width: 100%;
  float: none; }

.half {
  width: 48%;
  margin-right: 4%;
  float: left; }

.third {
  width: 30%;
  margin-right: 5%;
  float: left; }

.fourth {
  width: 22%;
  margin-right: 4%;
  float: left; }

.fifth {
  width: 18%;
  margin-right: 2.5%;
  float: left; }

.two-thirds {
  width: 65%;
  margin-right: 2%;
  float: left; }

.three-fourths {
  width: 74%;
  margin-right: 4%;
  float: left; }

.two-fifths {
  width: 36%;
  margin-right: 3%;
  float: left; }

.three-fifths {
  width: 61%;
  margin-right: 2%;
  float: left; }

.four-fifths {
  width: 78%;
  margin-right: 4%;
  float: left; }

.left {
  float: left; }

.right {
  float: right; }

.column-example div {
  min-height: 1em;
  background: #efefef;
  margin-bottom: 1em;
  -webkit-transition: all 250ms ease-in-out;
  -moz-transition: all 250ms ease-in-out;
  -ms-transition: all 250ms ease-in-out;
  -o-transition: all 250ms ease-in-out;
  transition: all 250ms ease-in-out;
  text-align: center; }

.column-example div:hover {
  background: #1b97cb; }

/* ==========================================================================
   Footer Styles
   ========================================================================== */
footer {
  position: relative;
  overflow: hidden; }
  footer .third:nth-child(n+0) {
    position: relative;
    /* ie7hack */
    *behavior: url(pie/boxsizing.htc);
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    clear: none;
    width: 36%;
    padding-left: 4%;
    padding-right: 4%;
    margin: 0; }
  footer .third:nth-child(3n+0) {
    width: 32%;
    padding-right: 0; }
  footer .third:nth-child(3n+1) {
    width: 32%;
    padding-left: 0;
    clear: both; }
  footer div.third:nth-child(3n+1):after,
  footer div.third:nth-child(3n+2):after {
    content: " ";
    background: #cdd9de;
    position: absolute;
    height: 1000%;
    width: 1px;
    top: 0;
    right: 0;
    z-index: 10; }

.wrapper.footer {
  background: #e6e6e6;
  padding-top: 25px;
  padding-bottom: 25px;
  border-top: 1px solid #d9d9d9; }

.wrapper.footer h2 {
  margin-top: 0px; }

.logo-foot {
  display: inline-block;
  padding-right: 5px; }

ul.social-link li:before {
  display: none; }

ul.social-link li {
  display: inline;
  padding: 0; }

ul.social-link a {
  font-family: 'socialicoregular';
  font-size: 44px;
  -webkit-transition: all 250ms ease-in-out;
  -moz-transition: all 250ms ease-in-out;
  -ms-transition: all 250ms ease-in-out;
  -o-transition: all 250ms ease-in-out;
  transition: all 250ms ease-in-out;
  opacity: .35; }

ul.social-link a:hover {
  opacity: 1; }

.baseline {
  color: #97bbcb;
  background: #221f20;
  text-align: center;
  margin: 0 auto;
  padding: 2em; }

.baseline p {
  margin-bottom: 0; }

.baseline a,
.baseline a:visited {
  color: #97bbcb;
  font-weight: bold;
  padding-right: .6em;
  padding-left: .6em; }

.baseline a:hover {
  color: #fff; }

#live-chat {
  position: fixed;
  right: 0px;
  top: 35%;
  height: 100px;
  width: 35px;
  position: fixed;
  font-weight: bold; }

#live-chat img {
  width: 100%; }

/* ============= Vouchers ===============*/
.voucher .third {
  margin-right: 1em;
  min-width: 180px; }

.voucher h3 {
  margin-top: .5em; }

.voucher img {
  border-bottom: none; }

/* ==========================================================================
   Instagram Widget
   ========================================================================== */
.widget .wpinstagram {
  width: auto !important;
  height: auto !important; }
  .widget .wpinstagram li {
    float: left;
    padding: 0; }
  .widget .wpinstagram li a {
    display: block; }
  .widget .wpinstagram li img {
    width: 100px !important;
    height: auto !important;
    display: block; }
  .widget .wpinstagram li:before {
    content: ""; }

/* ==========================================================================
   Widgets
   ========================================================================== */
.widget .content {
  padding: .5em 1em; }
.widget a.blue {
  color: #1b97cb;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 12px; }
  .widget a.blue:hover {
    color: #646d72; }

.widget.widget_simpleimage.unstyled {
  background: transparent;
  border: 0 none; }
  .widget.widget_simpleimage.unstyled .content {
    padding: 0; }
.widget.widget_simpleimage.tight-image p.simple-image {
  margin: -0.5em -1em 0 -1em; }
.widget.widget_simpleimage p.simple-image {
  margin-top: 0;
  margin-bottom: 0; }

.widget .social-icon {
  margin-right: 7px; }

/***********************
 *  Listing Widget
 ***********************/
.right-aside {
  -webkit-backface-visibility: hidden;
  /* ie7hack */
  *behavior: url(pie/boxsizing.htc);
  -ms-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.right-aside .widget.widget_nav_menu .content ul,
.right-aside .widget.widget_categories .content ul,
.right-aside .widget.widget_archive .content ul,
.right-aside .widget.widget_recent_entries .content ul,
.right-aside .widget.popular-posts .content ul,
.right-aside .widget.widget_pages .content ul {
  margin-bottom: 12px; }
.right-aside .widget.widget_nav_menu .content ul li,
.right-aside .widget.widget_categories .content ul li,
.right-aside .widget.widget_archive .content ul li,
.right-aside .widget.widget_recent_entries .content ul li,
.right-aside .widget.popular-posts .content ul li,
.right-aside .widget.widget_pages .content ul li {
  padding-left: 0;
  border-bottom: 1px solid #dde1e5;
  line-height: 1.2;
  padding-top: 10px;
  padding-bottom: 8px; }
.right-aside .widget.widget_nav_menu a:hover,
.right-aside .widget.widget_categories a:hover,
.right-aside .widget.widget_archive a:hover,
.right-aside .widget.widget_recent_entries a:hover,
.right-aside .widget.popular-posts a:hover,
.right-aside .widget.widget_pages a:hover {
  padding-left: .4em !important;
  color: #000; }
.right-aside .widget.widget_nav_menu .content ul li ul li,
.right-aside .widget.widget_categories .content ul li ul li,
.right-aside .widget.widget_archive .content ul li ul li,
.right-aside .widget.widget_recent_entries .content ul li ul li,
.right-aside .widget.popular-posts .content ul li ul li,
.right-aside .widget.widget_pages .content ul li ul li {
  padding-left: 15px; }
.right-aside .widget.widget_nav_menu .content ul li:first-child,
.right-aside .widget.widget_categories .content ul li:first-child,
.right-aside .widget.widget_archive .content ul li:first-child,
.right-aside .widget.widget_recent_entries .content ul li:first-child,
.right-aside .widget.popular-posts .content ul li:first-child,
.right-aside .widget.widget_pages .content ul li:first-child {
  background: none; }
.right-aside .widget.widget_nav_menu .content ul li:before,
.right-aside .widget.widget_categories .content ul li:before,
.right-aside .widget.widget_archive .content ul li:before,
.right-aside .widget.widget_recent_entries .content ul li:before,
.right-aside .widget.popular-posts .content ul li:before,
.right-aside .widget.widget_pages .content ul li:before {
  content: "";
  display: none; }

.widget li.current-cat a,
.widget li.current-menu-parent a,
.widget li.current_page_parent a,
.widget li.current-menu-path a,
.widget li.current_page_ancestor a,
.widget li.current-menu-item a {
  padding-left: .4em !important;
  color: #000; }

/* ==========================================================================
  Facebook
   ========================================================================== */
/* This element holds injected scripts inside iframes that in some cases may stretch layouts. So, we're just hiding it. */
#fb-root {
  display: none; }

/* To fill the container and nothing else */
.fb_iframe_widget, .fb_iframe_widget span, .fb_iframe_widget span iframe[style] {
  width: 100% !important; }

.fb-like-box {
  border: 1px solid #CAD4D4 !important;
  background: #ffffff;
  border-radius: 0px; }

/* ==========================================================================
   Vouchers
   ========================================================================== */
.voucher .product {
  display: none;
  /* ie7hack */
  *behavior: url(pie/boxsizing.htc);
  -ms-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  padding-top: 20px; }

.voucher .product .product_buttons {
  margin-top: 15px; }

.main .woocommerce.voucher .product form.cart div.wrapper-quantity,
.main .woocommerce-page.voucher .product form.cart div.wrapper-quantity {
  margin-top: 15px;
  margin-bottom: 15px; }

.main .woocommerce.voucher .product form.cart div.quantity,
.main .woocommerce-page.voucher .product form.cart div.quantity {
  float: none;
  display: inline-block;
  vertical-align: middle; }

.main .woocommerce.voucher .product form.cart .wrapper-quantity label {
  display: inline-block;
  vertical-align: middle; }

#voucher_fields .voucher_image_option a,
#voucher_fields .voucher_image_option img {
  display: none; }

.voucher .product form {
  margin-top: 0px;
  margin-bottom: 20px; }

.voucher .third {
  margin-right: 0; }

.voucher .box-wrap-inner {
  /* ie7hack */
  *behavior: url(pie/boxsizing.htc);
  -ms-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  width: 70%; }

/* ==========================================================================
   Directions
   ========================================================================== */
.directions .title {
  display: block; }
.directions a {
  -ms-transition: none !important;
  -webkit-transition: none !important;
  -moz-transition: none !important;
  transition: none !important; }
.directions a.by-car {
  background: url(images/dir_car.jpg) no-repeat center bottom;
  display: inline-block;
  width: 30px;
  height: 31px;
  margin-right: 17px; }
.directions a.by-walk {
  background: url(images/dir_walk.jpg) no-repeat center bottom;
  display: inline-block;
  width: 19px;
  height: 31px;
  margin-right: 12px; }
.directions a.by-bike {
  background: url(images/dir_bike.jpg) no-repeat center bottom;
  display: inline-block;
  width: 39px;
  height: 31px; }
.directions a:hover {
  background-position: center top !important; }

/* ==========================================================================
   Widgets
   ========================================================================== */
.widget.widget_simpleimage img {
  width: 100% !important;
  height: auto !important; }
.widget.widget_simpleimage.unstyled {
  background: transparent;
  border: 0 none; }
  .widget.widget_simpleimage.unstyled .content {
    padding: 0; }
.widget.widget_simpleimage.tight-image p.simple-image {
  margin: -0.5em -1em 0 -1em; }
.widget.widget_simpleimage p.simple-image {
  margin-top: 0;
  margin-bottom: 0; }

.right-aside .widget.nearest_store_widget img {
  max-width: none; }
.widget.nearest_store_widget .content {
  position: relative;
  padding: 0; }
.widget.nearest_store_widget #display-map {
  width: 100%;
  height: 221px; }
.widget.nearest_store_widget .contact-details {
  padding: 1em; }
  .widget.nearest_store_widget .contact-details a,
  .widget.nearest_store_widget .contact-details a:visited {
    color: #1b97cb;
    font-weight: bold; }
  .widget.nearest_store_widget .contact-details a:hover {
    color: #494d4e; }
  .widget.nearest_store_widget .contact-details a.more, .widget.nearest_store_widget .contact-details a.more:visited {
    color: #fff; }
  .widget.nearest_store_widget .contact-details a.more:hover {
    color: #fff; }
  .widget.nearest_store_widget .contact-details p {
    margin-bottom: 10px;
    margin-top: 0; }
.widget.nearest_store_widget span.title {
  color: #1b97cb;
  font-size: 16px;
  font-weight: bold; }
.widget.nearest_store_widget .overlay {
  background: url(images/wait.gif) rgba(73, 77, 78, 0.4) no-repeat center center;
  display: block;
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 1000; }
.widget.nearest_store_widget .directions {
  position: relative;
  float: right; }
.widget.nearest_store_widget a.more {
  color: #fff; }

header .widget {
  display: inline-block;
  text-align: right;
  vertical-align: middle; }
  header .widget h4 {
    display: inline-block;
    font-weight: bold;
    font-size: 20px;
    color: #000;
    text-transform: none;
    margin: 5px 10px 5px 0;
    padding: 0; }
  header .widget .content {
    vertical-align: top;
    padding: 0;
    display: inline-block; }

.widget.call_now_widget.hide-directions {
  display: none; }
.widget.call_now_widget .phone-number {
  display: inline-block;
  vertical-align: top;
  font-size: 20px; }
.widget.call_now_widget .directions {
  display: none;
  border-right: 1px solid #cccccc;
  padding-right: 10px;
  margin-right: 5px; }

@media only screen and (max-width: 1024px) {
  header .widget {
    clear: both; } }
@media only screen and (max-width: 768px) {
  header .widget {
    clear: both;
    float: none;
    text-align: center; }
    header .widget h4 {
      display: block; }
    header .widget.social-icons {
      display: none; }

  .widget.call_now_widget .directions {
    display: inline-block; } }
.widget.widget_text.social a {
  display: inline-block;
  line-height: 1; }
.widget.widget_text.social .content {
  line-height: 1;
  padding: .75em 1em .7em 1em; }

.widget .widget-social-inner {
  line-height: 1; }
  .widget .widget-social-inner a {
    display: inline-block;
    line-height: 1; }

@media only screen and (max-width: 480px) {
  .widget.nearest_store_widget .directions {
    position: relative;
    right: auto;
    top: auto;
    margin-bottom: 10px; } }
/* ==========================================================================
   Google map components
   ========================================================================== */
#display-map .info-window h2 {
  margin-top: 0; }
#display-map address {
  line-height: 1.2; }

/* ==========================================================================
   Contact Page
   ========================================================================== */
.contact-panel .directions {
  margin-left: 25px; }
.contact-panel .col1 {
  width: 35%;
  margin-right: 2%;
  float: left; }
  .contact-panel .col1 p {
    position: relative;
    padding-left: 25px; }
  .contact-panel .col1 p:before {
    content: "g";
    font-family: 'bulletsregular';
    font-size: 16px;
    color: #1b97cb;
    left: 3px;
    top: 0px;
    position: absolute; }
.contact-panel .col2 {
  width: 63%;
  float: left; }
.contact-panel .gform_wrapper textarea.large {
  height: 150px; }
.contact-panel a,
.contact-panel a:visited {
  font-weight: bold;
  color: #1b97cb; }
.contact-panel a:hover {
  color: #494d4e; }
.contact-panel .title {
  color: #221f20;
  font-weight: bold; }

.google-map {
  position: relative;
  clear: both;
  width: auto;
  height: 450px;
  border: 1px solid #97bbcb;
  margin-bottom: 40px; }
  .google-map #display-map {
    position: absolute;
    width: 100%;
    height: 100%; }
  .google-map .info-window h2 {
    margin-top: 0; }
  .google-map .info-window address {
    line-height: 1.2; }

/* ==========================================================================
   Feature layer slider styles
   ========================================================================== */
.feature-layerslider {
  margin-bottom: 0; }

/* ==========================================================================
   FONTS
   ========================================================================== */
@font-face {
  font-family: 'bulletsregular';
  src: url("font/bullets-webfont.eot");
  src: url("font/bullets-webfont.eot?#iefix") format("embedded-opentype"), url("font/bullets-webfont.woff") format("woff"), url("font/bullets-webfont.ttf") format("truetype"), url("font/bullets-webfont.svg#bulletsregular") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'TitilliumText25L600wt';
  src: url("font/TitilliumText25L002-webfont.eot");
  src: url("font/TitilliumText25L002-webfont.eot?#iefix") format("embedded-opentype"), url("font/TitilliumText25L002-webfont.woff") format("woff"), url("font/TitilliumText25L002-webfont.ttf") format("truetype"), url("font/TitilliumText25L002-webfont.svg#TitilliumText25L600wt") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'TitilliumText25L1wt';
  src: url("font/TitilliumText25L005-webfont.eot");
  src: url("font/TitilliumText25L005-webfont.eot?#iefix") format("embedded-opentype"), url("font/TitilliumText25L005-webfont.woff") format("woff"), url("font/TitilliumText25L005-webfont.ttf") format("truetype"), url("font/TitilliumText25L005-webfont.svg#TitilliumText25L1wt") format("svg");
  font-weight: normal;
  font-style: normal; }

/* ==========================================================================
   Helper classes
   ========================================================================== */
.clearfix, .widget .wpinstagram {
  *zoom: 1; }

.clearfix:before, .widget .wpinstagram:before,
.clearfix:after,
.widget .wpinstagram:after {
  content: '\0020';
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0; }

.clearfix:after, .widget .wpinstagram:after {
  clear: both; }

.last {
  margin-right: 0 !important;
  padding-right: 0 !important; }

.first {
  margin-left: 0 !important;
  padding-left: 0 !important; }

.tableless, .tableless th, .tableless tr, .tableless td {
  background: none !important;
  border: none !important;
  padding: 0px !important; }

.no-margin {
  margin: 0 !important; }

.no-border {
  border: 0 !important; }

/* ==========================================================================
   Print styles
   ========================================================================== */
@media print {
  * {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-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: ""; }

  img {
    max-width: 100% !important;
    page-break-inside: avoid; }

  @page {
    margin: 0.5cm; }

  p, h2, h3 {
    orphans: 3;
    widows: 3; }

  h2, h3 {
    page-break-after: avoid; } }
.button {
  line-height: 1;
  padding: .7em 2em;
  font-size: 12px;
  font-weight: bold; }

.box-wrap .button:before {
  left: .5em;
  top: 8px; }

/* ==========================================================================
   Feature image
   ========================================================================== */
.feature-image img {
  display: block;
  width: 100% !important;
  height: auto !important; }

.feature-image a {
  display: block; }

.brands .fourth img {
  width: 100% !important;
  height: auto !important; }

input::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #444 !important; }

input:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #444 !important; }

input::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #444 !important; }

input:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #444 !important; }

/* ==========================================================================
   Responsive
   ========================================================================== */
/* ==========================================================================
   Media Queries 1140
   ========================================================================== */
@media only screen and (max-width: 1140px) {
  .wrapper {
    width: 100%; } }
/* ==========================================================================
   Media Queries Max 1024
   ========================================================================== */
@media only screen and (max-width: 1024px) {
  header .right {
    padding-top: 0; }
  header .phone {
    display: block;
    margin-bottom: 5px; }
  header .social-icons {
    display: block;
    margin-left: 0;
    padding-left: 0;
    border-left: 0 none;
    text-align: right; }

  .header-container .nav li {
    /*margin-right: 20px;*/ }

  #nav a {
    padding: 0 15px; } }
/* ==========================================================================
   Media Queries 768
   ========================================================================== */
@media only screen and (max-width: 768px) {
  header .phone {
    margin-bottom: 20px !important; }

  footer .third:nth-child(n+0) {
    position: relative;
    float: none;
    width: auto;
    padding-left: 0;
    padding-right: 0;
    margin: 0;
    clear: both;
    margin-bottom: 20px; }

  .logo, .phone {
    float: none;
    display: inline-block;
    text-align: center; }

  .phone {
    display: block; }

  .widget.phone h4 {
    display: none; }

  header .left {
    float: none;
    margin-bottom: 20px; }
  header .right {
    float: none;
    clear: both; }

  .outter-wrapper {
    margin-top: 1em; }

  /* ============= Nav ===============*/
  .header-container #nav-wrap #nav {
    display: none; }

  .main-content {
    margin-bottom: 30px; }

  #nav-wrap {
    position: relative; }

  #nav li.nav-parent {
    padding-bottom: 0; }

  #menu-icon {
    display: inline-block;
    cursor: pointer;
    padding: 10px; }

  .header-container #nav-wrap #nav {
    clear: both;
    position: absolute;
    top: 40px;
    width: 100%;
    z-index: 10000;
    padding: 0;
    display: none;
    right: 0px;
    background: #221f20;
    -webkit-border-radius: 3px 0px 3px 3px;
    border-radius: 3px 0px 3px 3px; }

  #nav li li,
  #nav li {
    clear: both;
    float: none;
    display: block;
    border-left: none;
    border-top-width: 0px !important;
    margin-right: 0;
    line-height: 1 !important; }

  #nav a,
  #nav ul li a {
    text-indent: 0;
    background: none;
    line-height: 25px;
    background: none;
    display: block;
    border: none;
    color: #fff;
    text-align: center;
    font-style: inherit;
    padding: .2em 0; }

  .nav li a {
    border-top: 1px solid #54575b !important; }

  #nav ul {
    width: auto;
    position: static;
    display: block;
    border: none;
    background: inherit; }

  #nav ul li a {
    padding-left: 0; }

  #nav ul.sub-menu:before {
    display: none; }

  #nav li.current-menu-parent a,
  #nav li.current-menu-path a,
  #nav li.current-menu-item a,
  #nav li.current-menu-ancestor a,
  #nav li.current_page_item a,
  #nav li.current_page_ancestor a,
  #nav li.current_page_parent a,
  nav a.active,
  #nav a:hover,
  .main-container a:hover {
    color: #1b97cb; }

  #nav .home {
    padding-left: 0;
    padding-right: 0;
    width: 100% !important; }

  #nav li.search {
    width: 100%; }

  .header-container .nav li.home a {
    display: block;
    width: auto;
    height: auto;
    top: auto; }

  .nav li.home a:hover {
    -ms-opacity: 1;
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1; }

  #nav input[type="text"] {
    width: 100%; }

  .header-container .nav li:before {
    border: none; }

  /* ============= header ===============*/
  #masthead {
    display: block;
    height: 100%; }

  /* ============= Tabs ===============*/
  .tab-container .nav {
    display: none; }

  .tab-container .nav,
  .tab-container .content {
    padding: 0;
    margin: 0;
    width: 100%;
    float: none;
    border-left: none;
    height: auto; }

  .tab-container .content .feature-image {
    margin-left: 0px;
    padding-right: 0px; }

  div.v_nav {
    margin: 0;
    display: block;
    cursor: pointer;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }

  div.v_nav:first-child {
    margin-top: 0; }

  div.v_active {
    background-color: #ffffff;
    z-index: 50; }

  /* ============= Main Container General Layout Styles===============*/
  .header-container header {
    text-align: center; }

  .google-map {
    margin-left: 20px !important;
    margin-right: 20px !important; }

  .main-content, .right-aside {
    width: 100%;
    float: none;
    border: none; }

  .right-aside.last,
  .right-aside {
    /*@include border-box();*/
    border-top: 0 none;
    padding-left: 20px !important;
    padding-right: 20px !important;
    margin-top: 25px; }

  .main-content img, .right-aside img {
    width: 100%; }

  .main-content .woocommerce #payment ul.payment_methods img {
    width: auto;
    height: auto; }

  .main-container {
    padding: 1em 0 0; }

  /* ============= Columns ===============*/
  .third, .half, .fourth, .fifth, .three-fifths, .two-fifths, .four-fifths, .two-thirds, ol.icon-lists li, ul.flag-lists li, .three-fourths, .foot.left, .foot.right, input.half, input.full {
    width: 100%;
    margin-right: 0%;
    float: none; }

  .third, .half, .fourths, .two-third, .three-fourths {
    margin-bottom: 30px; }

  .featured-post-list .box-wrap .half {
    padding-bottom: 0;
    margin-bottom: 0px;
    float: none;
    margin-right: 0;
    width: auto; }
  .featured-post-list .box-wrap .box-wrap-inner {
    float: none;
    width: auto;
    padding-bottom: 2em; }

  blockquote.third, blockquote.half, blockquote.fourths, blockquote.two-third, .voucher img {
    width: 100%; }

  blockquote, blockquote.right, blockquote.left {
    margin: 0; }

  .feature-layerslider {
    padding-left: 15px;
    padding-right: 15px; }

  /* ============= Masthead ===============*/
  .masthead .slides, .masthead .flex-control-thumbs {
    width: 100%;
    float: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }

  .masthead .flex-control-thumbs li {
    width: 16.666%;
    float: left;
    border-top: 1px solid #fff;
    border-left: 1px solid #fff;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0; }

  #live-chat {
    display: none; }

  footer div.third:nth-child(3n+1):after,
  footer div.third:nth-child(3n+2):after {
    content: "";
    width: 0;
    height: 0;
    display: none; }

  .tab-container .tab_content img {
    min-height: 0px; }

  /* ==========================================================================
  Vouchers
  ========================================================================== */
  .voucher .box-wrap-inner {
    float: auto;
    width: auto; }

  .shop_table td.product-remove,
  .shop_table th.product-remove,
  .shop_table td.product-thumbnail,
  .shop_table th.product-thumbnail {
    display: none; }

  .home.page .main-content {
    padding: 15px; }

  header .social-icons {
    text-align: center; } }
@media only screen and (max-width: 987px) {
  .voucher .box-wrap-inner {
    float: auto;
    width: auto; } }
/* ==========================================================================
   Media Queries 600
   ========================================================================== */
@media only screen and (max-width: 600px) {
  .main-content img {
    max-width: 100%; }

  .backstretch {
    opacity: 0.2; }

  .cta.two-third {
    width: 100%;
    margin-right: 0%;
    float: none; }

  /* ============= Tables ===============*/
  .main table {
    border-left: 1px solid #cad2d7;
    border-right: 1px solid #cad2d7;
    border-top: none;
    border-bottom: none; }

  .main .woocommerce .cart-collaterals .cart_totals,
  .main .woocommerce-page .cart-collaterals .cart_totals {
    width: 80%; }

  .woocommerce .cart-collaterals .cart_totals table,
  .woocommerce-page .cart-collaterals .cart_totals table {
    border-top: 1px solid #cad2d7;
    border-bottom: 1px solid #cad2d7; } }
/* ==========================================================================
   Media Queries 480
   ========================================================================== */
@media only screen and (max-width: 480px) {
  input[type=text], input[type=email], input[type=password], textarea, a.btn, input[type=button], input[type=submit] {
    /* ie7hack */
    *behavior: url(pie/boxsizing.htc);
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 10px 2%;
    width: 100%;
    border-radius: 0; }

  a.btn, input[type=button] {
    text-align: center; }

  a.small-btn {
    font-size: 14px;
    padding: .4em 2%; }

  a.xsmall-btn {
    font-size: 12px;
    padding: .2em 2%; }

  iframe {
    max-height: 320px; }

  #menu-icon {
    display: block !important;
    padding-left: 3% !important;
    padding-right: 3% !important;
    width: 94% !important; }

  .header-container header {
    text-align: center; }

  .header-container nav {
    float: none; }

  #nav {
    width: 100% !important;
    left: 0; }

  .hide-480 {
    display: none; }

  .logo {
    width: 100%; }

  .main .woocommerce .cart-buttons {
    text-align: center; }

  .contact-panel .col2,
  .contact-panel .col1 {
    width: auto;
    float: none; }
  .contact-panel .col1 {
    margin-bottom: 20px; }

  .main .woocommerce .cart-buttons {
    text-align: center; }

  .tab-container .tab_content img {
    min-height: 0px; }

  .tab-desc {
    overflow: hidden;
    max-height: 400px; }

  div.v_nav {
    max-height: 110px; } }


    .single-product .images,
    .woocommerce-tabs.wc-tabs-wrapper,
    .product_meta,
    .voucher-image-option,
    .woocommerce-variation.single_variation,
    .shop_table .product-thumbnail,
    .shop_table .product-quantity,
    .shop_table .product-price,
    .single-product .quantity,
    .woocommerce-breadcrumb,
    .woocommerce-cart .actions{
        display: none !important;
    }
    .single-product .summary{
        width:100% !important;
        float:none !important;
    }

    .single-product .variations{
        margin-bottom: 0 !important;
    }
    .single-product .voucher-fields{
        width:100% !important;

    }
    .single-product .voucher-fields,
    .single-product .voucher-fields td{
        border:none !important;
    }

    /*.single-product td{
        width:50% !important;
    }*/
    .single-product td:first-child{
        width:30% !important;
    }

    /*.single-product .label{
        padding:0 !important;
    }*/

    .single-product textarea{
        height:100px;
    }

    .single_variation_wrap{
        display: flex;
        justify-content: flex-end;
    }

    .woocommerce-variation-add-to-cart{
        display: inline-block;
    }
    .woocommerce-variation-add-to-cart:after{
        content: "";
        display: block;
        clear: both;
    }

    .reset_variations{
        display: none !important;
    }

    .single-product select{
        float: none;
        margin: 0;
    }

    .single-product td{
        padding:0.5rem !important;
        vertical-align: middle;
    }

    .single-product .price{
        display: none !important;
    }

    .checkout .col-1{
        width:100% !important;
        float: none !important;
    }

    .cart_totals {
        width: 75% !important;
    }

    .wc-proceed-to-checkout a{
        display: inline-block !important;
    }

    .checkout-button--more{
        background:#4598ba !important;
    }

    .checkout-button--more:after{
        display: none;
    }

    .gform_fields{
        list-style: none;
    }

    .gfield{
        padding-left:0 !important;
    }
    .gfield:before{
        display: none;
    }

    .gfield input[type=text]{
        width: 100% !important;
    }

    .checkout-button:after{
        display: none !important;
    }

    .variation dd,
    .variation dt,
    .variation p{
        margin-bottom: 0 !important;
        margin-top: 0 !important;
    }

@media(min-width:769px){
    .single-product .right-aside{
        float:left;
        width:30%;
    }
}


.main-content .fourth img {
 	border-style:solid;
  	border-width:1px;
  	border-color:#aaaaaa;
}
