/* Frontend CSS
---------------------------------------------------*/
html {
  overflow-y: scroll;
}
body {
  background-color: #fff;
  font-family: 'Raleway', sans-serif;
  font-size: 16px;
  font-weight: normal;
  color: #333;
  line-height: 1.5em;
}

p {
	margin: 15px 0px;
}

h1, h2, h3, h4, h5, h6 {
	font-family: 'Bree Serif', serif;
}

h3, .h3 {
	font-size: 30px;
}

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

a:hover, a:focus {
	color: #b29f84;
	outline: none;
}

.chromeframe {
  background-color: #cc3333;
  color: #fff;
  padding: 10px;
  text-align: center;
}

.chromeframe a {
	color: #fff;
	text-decoration: underline;
}

@media (min-width: 1200px) {
.container {
    width: 1170px;
}
}

/* Contained CSS Tweaks
---------------------------------------------------*/

body.contained {
  background: #ccc;
}

.main-wrap {
	background: #fff;
	padding: 0;
}


body.contained #footer-blocks {
	padding: 20px 30px 40px;
}

body.contained #content_wrapper {
  padding: 0px 20px;
}

body.contained #header .container_inner {
  padding: 0px 15px;
}

body.contained footer {
	padding: 20px 30px 30px;
}

/* Buttons
---------------------------------------------------*/

.btn {
  -moz-user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 60px;
  cursor: pointer;
  display: inline-block;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.42857;
  margin-bottom: 0;
  padding: 8px 15px;
  text-align: center;
  vertical-align: middle;
  white-space: nowrap;
}

.btn-default {
    background-color: #b29f84;
    border-color: #b29f84;
    color: #fff;
}
.btn-default:hover, .btn-default:focus, 
.btn-default:active, .btn-default.active, 
.open > .dropdown-toggle.btn-default {
    background-color: #b29f84;
    border-color: #b29f84;
    color: #fff;
}

.btn-lg, .btn-group-lg > .btn {
  border-radius: 60px;
  font-size: 17px;
  line-height: 1.33333;
  padding: 10px 25px;
}

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

#header {
  background: #53504b;
  min-height: 60px;
}

#header .container {
	position: relative;
}


#logo {
  left: 0;
  position: absolute;
  top: 5px;
  width: 150px;
  z-index: 99;
}

@media (max-width: 991px) {
#logo {
	width: 110px;
}
}

/* Main Nav Style
---------------------------------------------------*/

.navbar-default {
  background: #635f59;
  border: none;
  margin-bottom: 0px;
  border-radius: 0px;
  min-height: inherit;
}

.navbar-default .navbar-nav {
  margin-left: 170px;
}

.navbar-default .navbar-nav > li a {
  font-size: 16px;
  outline: none;
  font-weight: 500;
  text-shadow: 1px 1px 1px #43403c;
}

@media (min-width: 992px) {
.navbar-default .navbar-nav > li {
	margin-right: 30px;	
}

.navbar-default .navbar-nav > li:last-child {
	border: none;
}

.navbar-default .navbar-nav > li a {
  padding: 20px 10px 15px;
  position: relative;
  border-bottom: 5px solid transparent;
}

.navbar-default .navbar-nav > li > a {
  color: #fff;
  background: none;
}

.navbar-default .navbar-nav > .open > a, 
.navbar-default .navbar-nav > .open > a:hover, 
.navbar-default .navbar-nav > .open > a:focus {

}

}

.navbar-default .navbar-nav > .active > a, 
.navbar-default .navbar-nav > .active > a:hover, 
.navbar-default .navbar-nav > .active > a:focus,
.navbar-default .navbar-nav > li > a:hover, 
.navbar-default .navbar-nav > li > a:focus {
	background: none;
	border-bottom-color: #b29f84;
	color: #fff;
}

@media (min-width: 992px) and (max-width: 1200px){
.navbar-default .navbar-nav > li a {
  padding: 20px 0px 15px;
  font-size: 15px;
}
}

.navbar-default .navbar-collapse {
	padding-left: 0px;
	padding-right: 0px;
	overflow: hidden;
}


/* Mobile Toggle
---------------------------------------------------*/

.navbar-default .navbar-toggle {
  background: #f5f5f5;
  border: none;
  border-radius: 0;
  margin: 0;
  padding: 15px;
  width: 100%;
  margin-bottom: 10px;
}

.navbar-default .navbar-toggle .icon-bar {
  border-radius: 0px;
  display: block;
  height: 3px;
  width: 22px;
  background: #b29f84;
}

/* Off Canvas Menu Styles
---------------------------------------------------*/

#site_wrapper {
  position: relative;
  overflow: hidden;
  width: 100%;
}

#site_canvas {
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

@media (max-width: 991px) {
#site_canvas {
  -webkit-transition: .3s ease all;
  transition: .3s ease all;
}
}

#offcanvas_menu {
  width: 240px;
  height: 100%;
  position: absolute;
  top: 0;
  left: -240px;
  background: #b29f84;
  padding: 15px;
  
  -webkit-box-shadow: -1.5em 0 1.5em -0.75em rgba(0, 0, 0, 0.25) inset;
  box-shadow: -1.5em 0 1.5em -0.75em rgba(0, 0, 0, 0.25) inset;
}

#offcanvas_menu .navbar-nav {
  margin: 7.5px -15px;
}

#offcanvas_menu .navbar-nav > li > a {
	color: #fff;
}

#offcanvas_menu .nav > li > a:hover, .nav > li > a:focus,
#offcanvas_menu .navbar-nav > li.active > a {
  background-color: #95856f;
  text-decoration: none;
}

#offcanvas_menu .offcanvas-header {
  overflow: hidden;
}

#offcanvas_menu .toggle-offcanvas {
  color: #fff;
  float: right;
  font-size: 18px;
}

#site_wrapper.show-nav #site-canvas {
  -webkit-transform: translateX(240px);
  transform: translateX(240px);
}

.show-nav #site_canvas {
  -webkit-transform: translateX(240px);
  transform: translateX(240px);
  
  -webkit-transform: translate3d(240px, 0, 0);
  transform: translate3d(240px, 0, 0);
}

@media (min-width: 992px) {
.toggle-offcanvas {
	display: none;
}
}

#nav .toggle-offcanvas {
  margin-left: 95px;
  padding: 9px 0;
  text-align: left;
  width: 100%;
  padding-left: 20px;
  background: none;
  border: none;
}

/* Headerbar
---------------------------------------------------*/

#headerbar {
  text-align: right;
}

#headerbar .social-media {
  float: right;
  margin-bottom: 0;
  margin-top: 0px;
}

/* Social Media
---------------------------------------------------*/

.social-media {
    list-style: outside none none;
    overflow: hidden;
    padding: 0;
}

@media (max-width: 767px) {
.social-media {
    margin: 0 auto;
    }
}
@media (max-width: 992px) {
    .social-media {
        padding-bottom:30px;
    }
}
.social-media > li {
    float: left;
    margin-right: 5px;
}
/*.social-media > li a {
    border-radius: 42px;
    color: #fff !important;
    display: block;
    float: left;
    font-size: 22px;
    height: 43px;
    line-height: 36px;
    padding-top: 3px;
    text-align: center;
    width: 43px;
}*/
.social-media > li a {
    color: #fff;
    border-radius: 42px;
    border-color: #000;
    border: 2px solid;
    background: none;
    line-height: 36px;
    text-align: center;
    height: 43px;
    width: 43px;
    font-size: 23px;
    margin-right: 5px;
    margin-left: 5px;
    display: block;
    padding-top: 3px;
}
.social-media > li a:hover {
    opacity: 0.5;
}
/*.social-media > li a.facebook {
    background: #4c68a1 none repeat scroll 0 0;
}
.social-media > li a.twitter {
    background: #5eaade none repeat scroll 0 0;
}
.social-media > li a.googleplus {
    background: #de4b39 none repeat scroll 0 0;
}
.social-media > li a.linkedin {
    background: #0073b2 none repeat scroll 0 0;
}
.social-media > li a.youtube {
    background: #cc181e none repeat scroll 0 0;
}*/


/* Accordion 
---------------------------------------------------*/

body.campervans .item-page > h3:before {
  content: "\f128";
  background: #b29f84;
  display: block;
  float: left;
  font-family: fontawesome;
  margin-right: 10px;
  padding: 5px 0;
  text-align: center;
  width: 30px;
  border-radius: 5px;
  color: #fff;
  height: 30px;
  line-height: 22px;
}

body.campervans .item-page > h3 {
  color: #b29f84;
  cursor: pointer;
  display: block;
  margin: 0px;
  overflow: hidden;
  line-height: 30px;
  border-top: 1px solid #ddd;
  padding-top: 10px;
  padding-bottom: 10px;
}

body.campervans .item-page > h3:first-of-type {
	border: none;
}

body.campervans .item-page > div > p {
  padding-left: 40px;
}



/* Slideshow
---------------------------------------------------*/

.site #slideshow {
	margin-bottom: 20px;
}

#slideshow {
	position: relative;
	overflow: hidden;
}

#slideshow .sl-mask {
  background: url("../images/slideshow-mask.svg") no-repeat center bottom;
  bottom: 0;
  height: 200px;
  position: absolute;
  z-index: 999;
  width: 100%;
  display:none;
}

#slideshow .container {
	max-width: 1560px;
	width: auto;
	padding: 0;
        margin-top: -20px;
}

#slideshow > .container,
#slideshow > .container_inner {
  position: relative;
}

#slideshow .bx-controls-direction > a {
    background-color: #b29f84;
    display: block;
    height: 70px;
    overflow: hidden;
    padding: 20px 0;
    position: absolute;
    text-align: center;
    top: 40%;
    width: 40px;
    z-index: 9999;
}
#slideshow .bx-prev {
    left: -40px;
}
#slideshow .bx-next {
    right: -40px;
}
#slideshow .bx-wrapper .bx-pager.bx-default-pager a:hover, 
#slideshow .bx-wrapper .bx-pager.bx-default-pager a.active {
    background: #b29f84;
}
#slideshow .bx-wrapper .bx-pager.bx-default-pager a {
    background: #fff;
    border-radius: 15px;
    display: block;
    height: 13px;
    margin: 0 5px;
    outline: 0 none;
    text-indent: -9999px;
    width: 13px;
}

#slideshow .caption {
  background: none;
  color: #fff;
  left: 50%;
  margin-left: -430px;
  max-width: 860px;
  width: auto;
  padding: 0;
  position: absolute;
  text-align: center;
  top: 150px;
  text-shadow: 1px 1px 4px #43403c;
  display:block;
}

@media (max-width: 991px) {
#slideshow .caption {
	top: 30px;
}
}

#slideshow .caption h1 {
  font-size: 45px;
}

#slideshow .caption > p {
  font-size: 24px;
  line-height: 30px;
}

#slideshow .random-image img {
    display: block;
    height: auto;
    max-width: 100%;
}

a.btn.btn-ghost {
    border-width: 0px;
    border: 2px solid;
    color: #fff;
}
a.btn.btn-ghost:after {
    content: "\f04b";
    margin-left: 10px;
    font-family: "FontAwesome";
}

@media (max-width:768px){
    #slideshow .caption {
      margin-left: -150px;
      max-width: 290px;
      top: 32px;
      width: auto;
    }
    #slideshow .caption h1 {
      font-size: 20px;
      margin: 0;
    }    
}

@media (min-width:600px) and (max-width:768px){
    #slideshow .caption {
      margin-left: -180px;
      max-width: 370px;
      top: 32px;
      width: auto;
    }
    #slideshow .caption h1 {
      font-size: 30px;
      margin: 0;
    }  
}
@media (min-width:768px) and (max-width:850px){
    #slideshow .caption {
      margin-left: -390px;
      max-width: 890px;
      top: 90px;
      width: auto;
    }
    #slideshow .caption h1 {
      font-size: 30px;
      margin: 0;
    } 
}
@media (min-width:850px) and (max-width:992px){
    #slideshow .caption {
      top: 100px;
    }
}
@media (min-width:992px) and (max-width:1200px){
    #slideshow .caption {
      top: 100px;
      margin-left:-440px;
      max-width:820px;
    }
}

/* Top
---------------------------------------------------*/

#top-a {
  background: url(../images/top-a-bg.jpg) no-repeat center bottom transparent;
  position: relative;
  z-index: 999;
  min-height: 490px;
}

@media (min-width: 992px) {
#top-a .col-md-8 {
  position: relative;
}
}

#top-a .moduletable {
  background: none;
  border: none;
  padding: 0px;
  margin-top: 0px;
}

@media (max-width: 991px) {
#top-a .moduletable {
	padding: 20px
}
}

#top-a .mediabox .image-container img {
  /*margin-left: -10px;*/
}


#top-b {
}

/* Search
---------------------------------------------------*/
#toggle-search {
  float: right;
  width: 40px;
  height: 40px;
  padding: 0px;
  line-height: 40px;
  text-align: center;
  margin-top: 10px;
  background: none;
  border: 1px solid #fff;
}

#search-bar .search {
  margin-left: 135px;
}


#search-bar {
  background: #b29f84;
  padding: 7px 0px;
  position: absolute;
  width: 100%;
  z-index: 98;
}

#search-bar #mod-search-searchword {
  background: rgba(255, 255, 255, 0.5);
  border: none;
  float: left;
  padding: 7px 10px;
  width: 90%;
}

.search > form > .btn {
  float: right;
  width: 10%;
  border-radius: 0px 10px 10px 0px;
  background: #635f59;
}

.search > form > .btn:hover,
.search > form > .btn:active,
.search > form > .btn:focus {
	background: #53504b;
	border-color: #53504b;
}

@media (max-width: 991px) {
#search-bar .search {
  margin-left: 95px;
}

.search > form > .btn {
  float: right;
  width: 29%;
}

#search-bar #mod-search-searchword {
  width: 71%;
}

}

/* Search Box and Button
---------------------------*/

.search {
  height: 40px;
  position: relative;
}

.search .form-control {
  height: 40px;
  padding-right: 60px;
}

.search > .btn {
  line-height: 40px;
  padding: 0;
  position: absolute;
  right: 0;
  top: 0px;
  width: 50px;
  height: 40px;
  border-radius: 0px;
}


/* Search Page
---------------------------*/

.search-component .search-box {
  background: #f2f2f2;
  padding: 10px;
}

.search-component .search-box .search-where {
	display: none;
}

.search-component .search-box #advanced_toggle {
	margin-bottom: 0px;
	cursor: pointer;
}

.search-component .search-box #advanced_toggle .fa {
	margin-right: 5px;
}
 
.highlight {
	background: #ffffcc;
}

@media (min-width: 768px) {
.search-component .form-limit {
  float: right;
}
}

.search-component .form-limit,
.search-component .ordering-box {
}

/* Search Results
---------------------------*/

.search-results dt.result-title {
  font-size: 24px;
}

.search-results dd.result-category {
  margin-bottom: 12px;
}

/* Search Radios and Checkboxes
--------------------------------*/

.search-filters .radio + .radio, 
.search-filters .checkbox + .checkbox {
 margin-top: 0; 
}


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

#slideshow .title-wrap {
  padding-top: 100px;
  position: absolute;
  text-align: center;
  width: 100%;
}

#slideshow .title-wrap > h2 {
  background: #b29f84 none repeat scroll 0 0;
  color: #fff;
  display: inline;
  font-size: 55px;
  padding: 0 60px;
}

/* Content
---------------------------------------------------*/
@media (max-width: 767px) {
#content {
  padding: 0px 20px;
}
}

.item-page > h2:first-child {
  color: #b29f84;
  font-size: 35px;
}

#content .page-header h1, #content .page-header h2 {
}

#page-gallery {
  padding-top: 80px;
}

/* Pagination
---------------------------------------------------*/

.pagination {
  display: block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
  overflow: hidden;
}

.pagination ul.pagination {
	margin: 0px;
}

@media (min-width: 992px) {
.pagination > .counter {
  float: right;
  margin: 0;
  margin-top: 7px;
}
}

.pagination > li {
  display: inline;
}
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  line-height: 1.42857143;
  text-decoration: none;
  color: #8baf53;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  margin-left: -1px;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  z-index: 3;
  color: #23527c;
  background-color: #eeeeee;
  border-color: #dddddd;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  z-index: 2;
  color: #ffffff;
  background-color: #8baf53;
  border-color: #8baf53;
  cursor: default;
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #777777;
  background-color: #ffffff;
  border-color: #dddddd;
  cursor: not-allowed;
}
.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-bottom-left-radius: 6px;
  border-top-left-radius: 6px;
}
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-bottom-right-radius: 6px;
  border-top-right-radius: 6px;
}
.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
}
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}


/* Latest News Module
---------------------------------------------------*/

.latestnews {
  padding: 0;
  margin: 0;
}

.latestnews > li {
  border-bottom: 1px dotted;
  list-style: none;
}

.latestnews > li .fa {
	margin-right: 15px;

}

.latestnews > li > a {
  padding: 8px 10px;
  display: block;
  outline: none;
}

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

#footer-blocks {
  background: url("../images/footer.svg") no-repeat right top #53504b;
  color: #fff;
  margin-top: 80px;
  position: relative;
  padding-top: 90px;
  margin-bottom: -33px;
}

/*#footer-blocks::before {
  background: url("../images/footer.svg") no-repeat right bottom;
  content: "";
  display: block;
  height: 90px;
  position: absolute;
  top: -90px;
  width: 100%;
}
*/

/*chris*/
@media (max-width: 768px) {
    ul.social-media {
        width: 100%;
        padding-left: 10px;
        text-align: center;
        margin: 0 auto;
        margin-left: 140px;
        padding-top: 10px;
    }
    #footer-blocks .moduletable h3 {
        text-align:center;
    }
    #footer-blocks .modulecontent {
        text-align: center;
    }

    .moduletable h3::after {
        background: #b29f84;
        content: "";
        display: block;
        height: 3px;
        width: 50px;
        /* margin-top: 10px; */
        margin: 0px auto;
        text-align: center;
        padding-bottom: 0px;
        position: relative;
        top: 4px;
    }
}
/*chris*/

footer {
  background: #53504b;
  color: #ccc;
  font-size: 11px;
  background: url("../images/footer-bg.jpg");
  padding-bottom: 110px
}

@media (min-width: 768px) {
#footer-right {
  text-align: right;
}
}

@media (max-width: 767px) {
footer {
	text-align: center;
}
}
@media (max-width: 767px) {
.custom.float-right.hidden-sm.footer-logo {
    display: none;
}
}
footer a,
footer a:hover,
footer a:active {
	color: #ccc;
}

/*Footer-menu*/
.footer-menu .moduletable {
    background: none;
    border: none;
    margin-top: 0px;
    padding: 0px;
}
.footer-menu .modulecontent .nav>li {
    position: relative;
    display: block;
    float: left;
    padding-left:0px;
    font-size: 14px;
    font-weight: 700;
}

@media (max-width: 768px) {
    .footer-menu .modulecontent .nav>li {
         float:none;   
    }

}
.footer-menu .moduletable .modulecontent .nav>li>a {
    color: #fff;
}
/*Footer-menu*/

/* Layout
---------------------------------------------------*/

/* Floats */
@media (min-width: 992px) {
.float-left {
  float: left;
  margin-right: 20px;
}
.float-right {
  float: right;
  margin-left: 20px;
}
}
.group:before,
.group:after {
  content: "";
  display: table;
}
.group:after {
  clear: both;
}
.ie7 .group {
  zoom: 1;
}

.page-header {
  margin: 0 0 20px;
}

/* Modules
---------------------------------------------------*/

@media(min-width: 767px) {
#sidebar-a .moduletable:first-child,
#sidebar-b .moduletable:first-child {
	margin-top: 0px;
}
}

.moduletable {
  background: none repeat scroll 0 0 #FFFFFF;
  border: 1px solid #CCCCCC;
  margin-top: 20px;
  padding: 20px;
}
.moduletable .modulecontent {
	overflow: hidden;
}

.moduletable h3 {
  margin-top: 0;
}

.moduletable h3::after {
  background: #b29f84;
  content: "";
  display: block;
  height: 3px;
  width: 50px;
  margin-top: 10px;
}

.moduletable.blank, #footer-blocks .moduletable {
  background: none;
  border: none;
  padding: 0px;
}

.moduletable.colour {
  background: #f2f2f2;
  border: 0px;
}

.moduletable.border-left {
  border: none;
  border-left: 4px solid #b29f84;
}



/* Sidebar Menu
---------------------------------------------------*/

#content_wrapper .nav > li {
  border-bottom: 1px dotted #ccc;
}

#content_wrapper .nav > li > a {
  padding: 5px 10px;
  color: #333;
  outline: none;
}

#content_wrapper .nav > li > a:hover,
#content_wrapper .nav > li > a:focus,
#content_wrapper .nav > li > a:active {
	background: none;
	color: #b29f84;
}



/* Sidebar CTAs
---------------------------------------------------*/
.moduletable.colour {
  background: #eeeee9;
  border: 0px;
}

.moduletable.colour1 {
  background: #818096;
  border: 0px;
  color: #fff;
}

.moduletable.colour2 {
  background: #789187;
  border: 0px;
  color: #fff;
}


.moduletable.colour .btn-default,
.moduletable.colour1 .btn-default,
.moduletable.colour2 .btn-default {
	background-color: #b29f84;
	background: rgba(0,0,0,0.4);
	border: none;
	float: right;
}

.moduletable.colour .btn-default:hover,
.moduletable.colour1 .btn-default:hover,
.moduletable.colour2 .btn-default:hover {
	background-color: #b29f84;
	background: rgba(0,0,0,0.6);
}


/* Blog
---------------------------------------------------*/

.blog > .items-row {
  border-top: 1px solid #ccc;
  overflow: hidden;
  padding: 20px 0px;
}

.blog > .items-row:first-child {
	border-top: none;
}

.blog > .items-row .item-text > h3 {
	margin-top: 0px;
}

.blog > .items-row p.readmore {
	margin-bottom: 0px;
}

.blog .cat-children .col-sm-6 {
  padding: 10px;
}

.category-tile {
  position: relative;
  min-height: 340px;
  overflow: hidden;
}

.category-tile img {
  position: absolute;
  -webkit-transition: all 30s ease;
  -moz-transition: all 30s ease;
  -ms-transition: all 30s ease;
  -o-transition: all 30s ease;
  transition: all 30s ease;
}

.category-tile:hover .item-wrap {
  background: rgba(255, 255, 255, 0.95);
  bottom: 0px;
}

.category-tile .item-wrap {
  background: rgba(255, 255, 255, 0.8);
  bottom: -75px;
  padding: 10px 20px 30px;
  position: absolute;
  -webkit-transition: all 400ms ease;
  -moz-transition: all 400ms ease;
  -ms-transition: all 400ms ease;
  -o-transition: all 400ms ease;
  transition: all 400ms ease;
  width: 100%;
}

.category-tile:hover img {
	-moz-transform: scale(1.5);
-webkit-transform: scale(1.5);
-o-transform: scale(1.5);
-ms-transform: scale(1.5);
transform: scale(1.5);
}

.category-tile .item-title {
	margin: 0px 0px 20px;
	font-size: 21px;
  	line-height: normal;

}

.category-tile .item-title a {
  color: #505050;
}


/* Article Actions - Print, Edit etc
---------------------------------------------------*/

ul.actions {
  list-style: none;
  margin: 0;
  overflow: hidden;
  padding: 0;
  float:right;
}

ul.actions > li {
  float: left;
  margin-right: 10px;
}

/* Article Info
---------------------------------------------------*/

dl.article-info {
  margin: 0;
  overflow: hidden;
}

@media (min-width: 768px) {
dl.article-info > dd {
  float: left;
  margin-right: 15px;
}
}

/* Service Layout
---------------------------------------------------*/

.services-item {
  padding: 20px;
  text-align: center;
}

.services-item img {
	display: inline-block;
}

/* Contact Form
----------------------------------------*/

.form-control {
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 0px;
  box-shadow: none;
  color: #555;
  display: block;
  font-size: 14px;
  height: 36px;
  line-height: 1.42857;
  padding: 6px 12px;
  transition: none;
  width: 100%;
}

.form-control:focus {
  border-color: #b29f84;
  box-shadow: none;
  outline: 0 none;
}

.gtooltip.gvalidation-error-tip {
  background-color: rgba(0, 0, 0, 0.7) !important;
  border: none!important;
  box-shadow: none !important;
  padding: 6px 20px 6px 10px !important;
}

.gvalidation-error-tip .gtooltip-arrow-border {
 border-color: transparent !important;
}
.gvalidation-error-tip .gtooltip-arrow {
  border-color: rgba(0, 0, 0, 0.7) transparent transparent !important;
}

.gtooltip-close {
  margin-right: 0px !important;
  margin-top: 0px !important;
}

.chrono_credits {
  display: none;
}

/* Gallery
----------------------------------------*/

.wombat-gallery-item {
  margin-bottom: 15px;
}

.wombat-gallery-item img {
  border: 4px solid #f2f2f2;
  padding: 1px;
}
/* home page: latest from our blog */
@media (min-width: 1200px)
{
    .home #bottom-a
    {
        background: url('../images/blog-bg-lg.png') repeat-x;
        position: relative;
    }
    .home #bottom-a:after
    {
        content: " ";
        background: url('../images/footprints.png') 90% 0 no-repeat;
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        text-decoration: none;
    }
}
.home #bottom-a .container
{
    position: relative;
    z-index: 88;
}
.home .latestnews .time
{
    color: #b1a187;
}
.home #bottom-a .moduletable > h3
{
    padding-top: 15px;
}
.home .latestnews li
{
    padding-left: 0;
    border-bottom: 0;
    margin-bottom: 20px;
}
.home .latestnews li h4
{
    font-size: 20px;
}
.home .latestnews li h3:after
{
    display: none;
}
.home .latestnews li p
{
    font-size: 14px;
}
.home .latestnews li a
{
    color: #333;
    font-weight: bolder;
}
.home .latestnews li a:after
{
    font-family: "FontAwesome";
    content: "\f0da";
    width: 16px;
    margin-left: 8px;
}
/* latest from our blog ENDS */

/* motor home box */
.motorhome .image-container
{
    float: left;
    position: relative;
    z-index: 12;
}
@media (min-width: 1200px)
{
    .motorhome .image-container
    {
        margin-top: -40px;
    }
    .motorhome .text_area
    {
        padding-top: 40px;
    }
    .motorhome .text_area > .text-inner::before,
    .motorhome .text_area > .text-inner::after
    {
        content: " ";
        position: absolute;
        height: 40px;
        width: 100%;
        background-color: #848fa1;
        left: 0;
    }
    .motorhome .text_area > .text-inner::before
    {
        top: -25px;
        transform: skew(0deg, -1.5deg);
    }
    .motorhome .text_area > .text-inner::after
    {
        bottom: -11px;
        transform: skew(0deg, 1.5deg);
    }
    .motorhome .text_area > .text-inner
    {
        color: #fff;
        background-color: #848fa1;
        margin-left: 300px;
        position: relative;
    }
}
.motorhome .text_area .link-container
{
    position:relative;
    z-index:12;
    overflow: hidden;
}
.motorhome .text_area .link-container a
{
    float: right;
    margin-right: 20px;
    padding: 10px 25px;
    background-color: #d7dfea;
    color: #4a5567;
    border-radius: 30px;
}
.motorhome .text_area .link-container a:after
{
    font-family: "FontAwesome";
    content: "\f0da";
    width: 16px;
    margin-left: 8px;
}
.motorhome .text_area h3
{
    position: relative;
}
.motorhome .text_area h3:after
{
    display: none;
}
/* motor home box ENDS */