@charset "UTF-8";
/* Body */
body {
  font-family: 'Montserrat', sans-serif;
  font-weight: 300;
  color: #60615c;
  font-size: 16px !important;
  line-height: 25px;
  background: #f0f0f0;
  color: #2b2a33;
  padding-top: 67px;
}
a {
  color: #ae0e20;
}
p {
  margin-bottom: 25px;
}
e body, html {
  height: 100%;
}
body.noScroll, html.noScroll {
  overflow: hidden;
}
body.noScroll {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
}
body.home {
  padding-top: 0;
}
h1, h2, h3, h4, h5 {
  font-weight: 100;
}
h1 {
  font-size: 3.5rem;
  margin-top: 50px;
  margin-bottom: 50px;
}
h2 {
  font-size: 2.5rem;
  margin-top: 50px;
  margin-bottom: 50px;
}
h3 {
  font-size: 2rem;
}
.container {
  width: 100%;
  max-width: 100%;
}
.row {
  margin-left: 0;
  margin-right: 0;
}
a {
  -webkit-transition: all 150ms;
  -moz-transition: all 150ms;
  -o-transition: all 150ms;
  transition: all 150ms;
}
.btn {
  text-align: center;
  border: 1px solid #ccc;
  display: inline-block;
  font-size: 15px;
  padding: 7px 15px;
  transition: all 0.3s ease;
  background: transparent;
  color: #2b2a33;
  font-weight: 500;
}
.btn:hover {
  border-color: #ae0e20;
  background: #ae0e20;
  color: #fff !important;
  font-weight: 500;
}
/* Header */
header .navbar-fixed-top {
  padding: 0;
  background: #fff;
  position: fixed;
  text-align: center;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  border: none;
}
header .navbar-fixed-top #logo {
  display: inline-block;
  margin: 20px 0 20px 15px;
  float: left;
}
header .navbar-fixed-top #logo img {
  max-width: 214px;
  height: auto;
  position: relative;
  transition: all 0.3s ease;
}
header .navbar-fixed-top #logo span {
  color: #535353;
  text-transform: uppercase;
  font-size: 20px;
  position: relative;
  left: -5px;
  transition: all 0.3s ease;
}
header .navbar-fixed-top #logo:hover, header .navbar-fixed-top #logo:focus, header .navbar-fixed-top #logo:active {
  text-decoration: none;
}
header .navbar-fixed-top .navbar-toggle {
  border: none;
  padding: 0;
  margin: 25px 15px 0 0;
}
/*-----------------Site Navigation-----------------*/
#menu-menu {
  font-size: 14px;
  margin-top: 0;
}
#menu-menu a {
  color: #4c5867;
}
#menu-menu li a {
  padding-top: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #eee;
  text-align: left;
  font-weight: 300;
}
#menu-menu li a:hover, #menu-menu li a:focus {
  background: none;
  color: #ae0e20;
  box-shadow: none;
}
#menu-menu li.active a {
  background: none;
  color: #ae0e20;
  box-shadow: none;
}
/* Slideshow */
.slide-title span.title {
  font-size: 3.5rem;
  text-align: center;
  color: #fff;
  font-weight: 700;
  display: block;
  line-height: 3.5rem;
  padding: 0 20px;
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.8);
}
.crellyslider > .cs-controls > .cs-next, .crellyslider > .cs-controls > .cs-previous {
  position: absolute;
  top: 50%;
  margin-top: -25px;
  z-index: 10;
  cursor: pointer;
  width: 50px;
  height: 50px;
}
.crellyslider > .cs-controls > .cs-next {
  right: 20px;
}
.crellyslider > .cs-controls > .cs-previous {
  left: 20px;
}
.crellyslider > .cs-controls > .cs-previous::before {
  content: "";
  font-family: fontawesome;
  font-size: 30px;
  color: #313b48;
  background: #fff;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  display: block;
}
.crellyslider > .cs-controls > .cs-next::before {
  content: "";
  font-family: fontawesome;
  font-size: 30px;
  color: #313b48;
  background: #fff;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  display: block;
}
.crellyslider .cs-slides:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: rgba(0, 0, 0, 0.5);
  transition: all 0.3s ease;
}
.crellyslider:hover .cs-slides:before {
  background: rgba(0, 0, 0, 0.2);
}
.crellyslider .cs-slide {
  position: relative;
}
.crellyslider .cs-slides .cs-slide .element {
  color: #fff;
  font-family: 'Montserrat', sans-serif;
  text-align: center;
  position: absolute;
  top: 50% !important;
  left: 0 !important;
  right: 0 !important;
  width: 100%;
  text-transform: uppercase;
  box-sizing: border-box !important;
}
.crellyslider .cs-slides .cs-slide .element span.title {
  font-weight: 500;
  display: block;
  color: #fff;
  font-family: 'Montserrat', sans-serif;
  text-align: center;
}
.crellyslider .cs-slides .cs-slide .element {
  margin-top: -30px;
  padding: 0 10px !important;
}
.crellyslider .cs-slides .cs-slide .element span.title {
  font-size: 12px !important;
  position: relative !important;
}
.crellyslider .cs-slides span.desc {
  font-size: 24px;
  color: #fff;
  font-family: 'Montserrat', sans-serif;
  display: block;
  text-align: center;
  font-weight: 300;
}
.crellyslider .cs-slides .btn {
  text-align: center;
  border: 3px solid #fff;
  display: inline-block;
  font-size: 20px;
  padding: 7px 26px;
  transition: all 0.3s ease;
  background: transparent;
  color: #fff;
  margin-top: 20px;
}
.crellyslider .cs-slides .btn:hover {
  border-color: #ae0e20;
  background: #ae0e20;
  color: #fff;
}
/* End slideshow */
#homepage-to-portfolio {
  margin-top: 100px;
  margin-bottom: -100px;
}
#homepage-to-portfolio .crellyslider .cs-slides .cs-slide .element {
  margin-top: -20px;
}
#homepage-to-portfolio .crellyslider .cs-slides .cs-slide .element .title {
  white-space: initial;
  line-height: 120% !important;
}
#homepage-to-portfolio .cs-background-link {
  display: block !important;
  z-index: 200;
}
body.page .page-title .entry-title, body.tax-landscape .page-title .entry-title, body.single-projects .page-title .entry-title {
  padding: 6rem 0 5rem 0;
  color: #fff;
  color: #60615c;
  text-align: center;
  margin: 0;
  font-weight: 100;
}
body.page .entry-content, body.tax-landscape .entry-content, body.single-projects .entry-content {
  padding: 0;
}
.home-content {
  text-align: center;
}
.home-content p {
  margin-bottom: 40px;
  text-align: center;
}
.center {
  text-align: center;
}
/* Pages wide image top */
.wide-image-top > .panel-layout > .panel-no-style {
  padding: 20px;
  background: #fff;
  z-index: 100;
  margin: -50px -20px 0 -20px;
  position: relative;
}
#pg-337-1 {
  margin: -130px -20px 0 -20px;
}
.wide-image-top h1 {
  text-align: center;
  font-family: 'Montserrat', sans-serif;
  font-weight: 100;
}
body.blog .wide-image-top h1, body.single-post .wide-image-top h1 {
  text-align: left;
  margin: 10px 0 0 0;
  font-size: 2.5rem;
}
.wide-image-top .date {
  display: block;
  float: none;
  margin: -5px 0 15px 0;
  font-weight: 500;
  text-transform: uppercase;
  font-size: 80%;
}
/* Pages no title */
.wide-no-title {
  padding-top: 20px;
}
.wide-no-title .tooltip {
  display: none !important;
}
/* Pages */
/* about us */
.staff-profile {
  text-align: center;
  margin-bottom: 30px;
}
.staff-profile .staffpic {
  position: relative;
}
.staff-profile .staffpic > img {
  max-width: 100%;
  height: auto;
}
.staff-profile .staffpic .staffcontacts {
  position: absolute;
  bottom: 0;
  left: 30px;
  right: 30px;
  background: #fff;
  text-align: center;
}
.staff-profile .staffpic .staffcontacts a, .staff-profile .staffpic .staffcontacts span {
  display: inline-block;
  margin: 0px 5px;
  padding: 8px 0;
}
.staff-profile h2 {
  margin: 30px 0;
  font-weight: 500;
}
.siteorigin-widget-tinymce.textwidget h2:first-child {
  padding: 0;
  margin: 0 0 15px 0;
}
div#pl-8 .panel-grid {
  margin: 50px 0 0 0;
}
div#pl-8 .panel-grid:last-child {
  margin: 50px 0 50px 0 !important;
}
div#pl-8 .siteorigin-widget-tinymce.textwidget p:last-child {
  margin: 0;
}
.strapline {
  background: #fff;
  text-align: center;
  margin-top: 100px;
}
.strapline h2 {
  color: #60615c;
  padding: 0.25rem 0;
  font-weight: 100;
  font-size: 16px;
}
.footer {
  padding: 0;
  color: #666;
  background: #292929;
  font-size: 10px;
}
.footer .right {
  float: right;
}
.footer a {
  color: #666;
  text-decoration: none;
}
.footerRepeat {
  background: #333;
  color: #999;
  padding: 30px 0;
}
.footerRepeat .col {
  font-size: 12px !important;
}
.footerRepeat .col h4 {
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 5px;
}
.footerRepeat .col ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.footerRepeat .col ul li {
  padding: 0;
  line-height: 14px;
}
.footerRepeat .col ul li a {
  color: #777;
  transition: all 0.3s ease;
  text-decoration: none;
}
.footerRepeat .col ul li a:hover, .footerRepeat .col ul li a:focus {
  color: #fff;
}
#scrolltop {
  position: fixed;
  right: 0;
  border: 0;
  line-height: 5;
  padding: 0 5px;
  border-radius: 3px 0 0 3px;
  background: #ae0e20;
  cursor: pointer;
  opacity: 0;
  transition: all 0.3s ease;
  bottom: 14px;
  z-index: 1000;
  width: 70px;
  height: 60px;
  text-align: center;
}
#scrolltop svg {
  fill: #fff;
  -ms-transform: rotate(-90deg);
  /* IE 9 */
  -moz-transform: rotate(-90deg);
  /* IE 9 */
  -webkit-transform: rotate(-90deg);
  /* Chrome, Safari, Opera */
  transform: rotate(-90deg);
  width: 36px;
  height: 36px;
}
#scrolltop:hover {
  background: #7c0e1a;
}
#scrolltop.show {
  opacity: 1;
}
/* content */
#content {
  margin-bottom: 0;
}
#main-column .post, #main-column .page {
  border: none;
  margin-bottom: 0;
  padding: 0;
}
#main a {
  color: #ae0e20;
  text-decoration: none;
}
#main a:hover, #main a:focus, #main a:active {
  color: #7e0e1b;
}
#main ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#main ul li {
  padding: 0 0 0 20px;
  background: url(../images/favicon.png);
  background-repeat: no-repeat;
  background-size: 7px;
  background-position: 8px 8px;
}
.panel-grid {
  margin-bottom: 0 !important;
}
.panel-grid .panel-grid-cell {
  padding: 0;
}
.panel-grid.panel-no-style .panel-grid-cell {
  padding: 0;
}
.panel-grid.panel-no-style .panel-grid-cell .so-panel img {
  max-width: 100%;
  height: auto;
}
body.home h1.entry-title {
  display: none;
}
body.home h3.widget-title {
  text-align: center;
  padding: 50px 0 20px 0;
  font-size: 140%;
  font-weight: 300;
}
/* Services */
.page-template-services #main {
  padding: 30px 0;
}
#main #menu-services li {
  margin-bottom: 3px;
}
#main #menu-services li a {
  padding: 5px 0;
  color: #60615c;
  display: block;
  text-decoration: none;
  border-bottom: 1px solid #f0f0f0;
  position: relative;
  transition: all 0.3s ease;
  font-weight: 100;
  text-align: left;
}
#main #menu-services li a:after {
  position: absolute;
  content: "";
  width: 25px;
  height: 1px;
  background: #b69659;
  bottom: -1px;
  left: 0;
  transition: all 0.3s ease;
}
#main #menu-services li a:hover, #main #menu-services li a:focus, #main #menu-services li a:active {
  color: #455e0c;
}
#main #menu-services li a:hover:after, #main #menu-services li.current-menu-item a:after {
  left: 100%;
  margin-left: -25px;
  height: 3px;
  bottom: -2px;
}
#main #menu-services li.current-menu-item a {
  font-weight: 400;
  color: #455e0c;
  background: #f9f9f9;
  padding: 5px 10px;
}
/* about uss - clients */
#client-table > .panel-layout {
  display: inline;
}
#client-table > .panel-layout > div {
  display: inline;
}
#client-table > .panel-layout > div > div {
  display: inline-block;
  width: 33%;
  padding: 15px;
  vertical-align: middle;
  text-align: center;
}
.tours img {
  max-width: 100%;
  height: auto;
}
.tours h3 {
  font-weight: bold;
  margin-bottom: 0;
}
.tours h4 {
  color: #ae0e20;
  font-weight: 400 !important;
  margin-top: 0 !important;
}
/* Contact us page */
div#wpcf7-f866-o1 {
  margin: 0;
  background: #eee;
  padding: 20px;
}
.grecaptcha-badge {
  display: none;
}
body.page-id-482 .grecaptcha-badge {
  display: block !important;
}
@media screen and (min-width: 500px) {
  .wide-image-top > .panel-layout > .panel-no-style {
    padding: 20px 100px 75px 100px;
    background: #fff;
    z-index: 100;
    margin: -50px 0 0 0;
    position: relative;
  }
  header .navbar-fixed-top #logo {
    margin: 20px 0 20px 30px;
  }
  header .navbar-fixed-top .navbar-toggle {
    margin: 25px 30px 0 0;
  }
  body.blog .wide-image-top h1, body.single-post .wide-image-top h1 {
    margin: 80px 0 0 0;
    font-size: 2.8rem;
  }
  .crellyslider .cs-slides .cs-slide .element {
    margin-top: -30px;
    padding: 0 30px !important;
  }
  .crellyslider .cs-slides .cs-slide .element span.title {
    font-size: 16px !important;
  }
}
@media screen and (min-width: 768px) {
  /* Slideshow */
  header .navbar-fixed-top #logo {
    margin: 20px 0 20px 0;
  }
  #menu-menu {
    width: 100%;
  }
  .navbar-header {
    float: none;
  }
  .navbar-toggle {
    display: block;
  }
  .navbar-collapse.collapse {
    display: none !important;
  }
  .navbar-collapse.collapse.in {
    display: block !important;
    overflow-y: auto !important;
  }
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .wide-image-top > .panel-layout > .panel-no-style {
    padding: 50px;
    background: #fff;
    z-index: 100;
    margin: -75px -10px 0 -10px;
    position: relative;
  }
  #pg-337-1 {
    margin: -125px -10px 0 -10px;
  }
  .navbar-nav > li {
    position: relative;
    display: block;
    float: none;
  }
  .dropdown-menu li a {
    padding: 10px 20px;
  }
  #client-table > .panel-layout {
    display: table;
    table-layout: fixed;
  }
  #client-table > .panel-layout > div {
    display: table-row;
  }
  #client-table > .panel-layout > div > div {
    display: table-cell;
    width: 16.6666666667%;
  }
  body.blog .wide-image-top h1, body.single-post .wide-image-top h1 {
    margin: 10px 0 10px 0;
  }
  .crellyslider .cs-slides .cs-slide .element {
    margin-top: -45px;
    padding: 0 30px !important;
  }
  .crellyslider .cs-slides .cs-slide .element span.title {
    font-size: 24px !important;
  }
  .slide-title span.title {
    font-size: 5rem;
    text-align: center;
    color: #fff;
    font-weight: 700;
    display: block;
    line-height: 5rem;
    padding: 0 20px;
    text-shadow: 0 0 5px rgba(0, 0, 0, 0.8);
  }
}
@media screen and (min-width: 968px) {
  .navbar-collapse.collapse {
    display: block !important;
  }
  .navbar-fixed-top .container {
    padding-left: 30px;
    padding-right: 30px;
  }
  .navbar-fixed-top .navbar-header {
    float: left;
  }
  .navbar-fixed-top .navbar-toggle {
    display: none;
  }
  .navbar-fixed-top #menu-menu {
    float: right;
    display: inline-block;
    margin-top: 19px;
    width: auto;
  }
  .navbar-fixed-top #menu-menu li {
    float: left;
  }
  .navbar-fixed-top #menu-menu li a {
    padding: 5px 10px;
    /*padding-top: 5px;
					padding-bottom: 5px;*/
    border-bottom: none;
  }
  .navbar-fixed-top #menu-menu .dropdown-menu {
    border: none;
    border-top: 1px solid #eee;
    border-radius: 0;
    position: absolute;
    background: #fff;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
  }
  .navbar-fixed-top #menu-menu .dropdown-menu li a {
    padding: 10px 20px;
  }
  .wide-image-top > .panel-layout > .panel-no-style {
    padding: 20px 100px 75px 100px;
    background: #fff;
    z-index: 100;
    margin: -100px 0 0 0;
    position: relative;
  }
  #pg-337-1 {
    margin: -150px 0 0 0;
  }
  body.blog .wide-image-top h1, body.single-post .wide-image-top h1 {
    margin: 80px 0 0 0;
    font-size: 3.5rem;
  }
  .crellyslider .cs-slides .cs-slide .element {
    margin-top: -50px;
    padding: 0 30px !important;
  }
  .crellyslider .cs-slides .cs-slide .element span.title {
    font-size: 28px !important;
  }
}
@media screen and (min-width: 1200px) {
  .navbar-fixed-top #menu-menu li a {
    padding: 5px 15px;
  }
  .container {
    max-width: 1140px;
    margin-left: auto;
    margin-right: auto;
  }
  #main-content {
    padding: 30px;
  }
  .row {
    margin-left: 15px;
    margin-right: 15px;
  }
  .crellyslider .cs-slides .cs-slide .element {
    margin-top: -50px;
    padding: 0 30px !important;
  }
  .crellyslider .cs-slides .cs-slide .element span.title {
    font-size: 34px !important;
  }
}
