/*------------------------------------------------------------------
[Main Stylesheet]

Project:    Nambucca Tourism
Version:    1.0

[Color codes]

Background: #ffffff (white)
Content: #3b3f43
Header: #326495


[Table of contents]
1. Helpers
2. Fonts
3. Global Styles
4. Header
5. Menu
6. Carousel
7. Content
8. Sidebar
9. Widgets
10. Buttons
11. Forms
12. Pages
13. Footer
14. Media Queries
-------------------------------------------------------------------*/
/*====================================================================================
    1. Helpers
====================================================================================*/
.clearfix {
	*zoom:1;
}
.clearfix:before,
.clearfix:after {
	display:table;
	content:'';
	line-height:0;
}
.clearfix:after {
	clear:both;
}
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
input::-webkit-input-placeholder{
    color: #333;
}
input:-moz-placeholder {
    color: #333;
}
/*====================================================================================
    End Helpers
====================================================================================*/
/*====================================================================================
    2. Fonts
====================================================================================*/
@font-face {
    font-family: 'fontello';
    src: url('../fonts/fontello.eot?51287964');
    src: url('../fonts/fontello.eot?51287964#iefix') format('embedded-opentype'),
    url('../fonts/fontello.woff2?51287964') format('woff2'),
    url('../fonts/fontello.woff?51287964') format('woff'),
    url('../fonts/fontello.ttf?51287964') format('truetype'),
    url('../fonts/fontello.svg?51287964#fontello') format('svg');
    font-weight: normal;
    font-style: normal;
}
/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'fontello';
    src: url('../font/fontello.svg?51287964#fontello') format('svg');
  }
}
*/

[class^="icon-"]:before, [class*=" icon-"]:before {
    font-family: "fontello";
    font-style: normal;
    font-weight: normal;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    margin-right: .2em;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    line-height: 1em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-1495118363_icon-111-search:before { content: '\e800'; }
.icon-1495136112_star:before { content: '\e801'; }
.icon-1496897996_share:before { content: '\e802'; }
.icon-facebook:before { content: '\f300'; }
.icon-twitter-bird:before { content: '\f303'; }
.icon-youtube:before { content: '\f315'; }
.icon-left-open-big:before { content: '\e803'; }
.icon-right-open-big:before { content: '\e804'; }
.icon-angle-down:before { content: '\f107'; }
.icon-down-open-big:before { content: '\e805'; }
.icon-up-open-big:before { content: '\e806'; }
.icon-1499301915_map_-_location_solid_style_01:before { content: '\e807'; }
.icon-instagram:before { content: '\f16d'; } /* '' */
.icon-pinterest:before { content: '\f231'; } /* '' */
.icon-vimeo:before { content: '\f27d'; } /* '' */
.icon-snapchat:before { content: '\f2ab'; } /* '' */
.icon-linkedin:before { content: '\f0e1'; } /* '' */

/*====================================================================================
    End Fonts
====================================================================================*/

/*====================================================================================
    3. Global Styles
====================================================================================*/
body {
    color: #333;
    font-family: 'Muli', sans-serif, Arial;
    font-size: 16px;
    line-height: 26px;
    -webkit-font-smoothing: antialiased;
}
ul {
    padding: 0;
}
ul li {
    list-style: none;
}
a {
    color: #006b33;
    font-family: 'Muli', sans-serif, Arial;
    text-decoration: none;

}
a:hover,
a:focus {
    color: #326495;
    text-decoration: none;
}
h1, h2, h3, h4, h5, h6 {
    font-family: 'Muli', sans-serif, Arial;
    font-weight: 700;
}
h1 {
    color: #326495;
    font-size: 48px;
    line-height: 48px;
}
h2 {
    color: #326495;
    font-size: 30px;
}
h3 {
    color: #3b3f43;
    font-size: 24px;
}
h4 {
    color: #326495;
    font-size: 20px;
    line-height: 30px;
}
h5 {
    color: #0099d5;
    font-size: 14px;
}
h6 {
}
p {
    font-weight: 400;
}

textarea {
    resize: none;
}
.outer-wrapper {
    overflow: hidden;
}
.clear {
    clear: both;
}

.cal-bg-light-green {
    background: #55a83f;
}
.cal-bg-dark-green {
    background: #1a9571;
}
.cal-bg-light-blue {
    background: #0099d5;
}
.cal-bg-dark-blue {
    background: #355d81;
}
.cal-bg-red {
    background: #e83530;
}
.cal-yellow {
    background: #f8c221;
}
img {
    max-width: 100%;
    height: auto;
    display: block;
}
/*====================================================================================
    End Global Styles
====================================================================================*/

/*====================================================================================
    3. header
====================================================================================*/
#header .container {
    /*background: #033461;*/
    background: url("../images/bg-transparent.png");
    padding-top: 15px;
    padding-bottom: 15px;
    position: relative;
    text-align: center;
    width: 100%;
}
#header .container.sticky {
    background: #033461;
}
.navbar {
    position: fixed;
    width: 100%;
    background-color: transparent;
    border-radius:0;
    border: none;
    margin-bottom: 0;
    top: 0;
    z-index: 100;
}

.navbar-brand img {
    width: 75px;
}

.push-canvas {
    -webkit-transition: all .25s ease-out;
    -moz-transition: all .25s ease-out;
    -o-transition: all .25s ease-out;
    transition: all .25s ease-out;
    overflow-x: hidden;
    position: relative;
}

.masterhead-left {
    text-align: left;
    float: left;
		margin-right:8px;
}
.navbar-default .navbar-brand {
    padding: 0;
    height: auto;
		float:none;
		display:block;
}
.navbar-default {
    background: none;
    border: none;
    border-radius: 0;
}
#navbar-desktop {
    display: none;
}

.wcag {
    display: inline-block;
    margin-top: 1em;
}


.masterheader-right {
    text-align: right;
    display: inline-block;
    padding-top: 15px;
    float: right;
		font-size:0;
		line-height:0;
}
.desktop-wcag,
.header-search {
    display: none;
}
.masterheader-right .social-share {
    display: inline-block;
    margin-right: 10px;
		vertical-align:top;
}

.social-share {
    padding-top: 3px;
}
.social-share span {
    color: #fff;
    font-size: 28px;
}
.social-share span.icon-1496897996_share:hover {
    color: #ecc200;
}
.navbar-default .navbar-toggle .icon-bar {
    position: absolute;
    z-index: 98;
    top: 50%;
    left: 0;
    display: inline-block;
    clip: auto;
    width: 100%;
    height: 2px;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    transition-delay: .1s;
    opacity: 1;
    background-color: #fff;
    border-radius: 98px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
.navbar-toggle {
    position: relative;
    z-index: 10;
    display: inline-block;
    vertical-align: middle;
    width: 22px;
    height: 17px;
    margin-right: 0;
}
.navbar-toggle:before {
    top: 0;
}
.navbar-toggle:before,
.navbar-toggle:after {
    position: absolute;
    z-index: 98;
    left: 0;
    display: block;
    width: 100%;
    height: 2px;
    content: '';
    -webkit-transition: all .8s;
    -o-transition: all .8s;
    transition: all .8s;
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    background-color: #fff;
    border-radius: 98px;
}
.navbar-toggle:after {
    top: 93%;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
    background: none;
    border: none;
}
.navbar-default .navbar-toggle {
    border: none;
}
.navbar-default .navbar-toggle.active:before {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 50%;
    bottom: 50%;
}
.navbar-default .navbar-toggle.active:after {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 50%;
    bottom: 50%;
}
.navbar-default .navbar-toggle.active span {
    opacity: 0;
}
.pushed-left .navbar-push-left.in .mobile-search {
    display: block;
}
#header .a-minus,
#header .a-normal,
#header .a-large {
    color: #fff;
		display:inline-block;
		line-height:normal;
}
#header .a-minus {
    font-size: 10px;
    margin-right: 9px;
}
#header .a-normal {
    font-size: 14px;
    margin-right: 9px;
}
#header .a-large {
    font-size: 18px;
}
#header .a-minus:hover,
#header .a-normal:hover,
#header .a-large:hover {
    color: #ecc200;
}
.social-share .social-icons {
    display: none;
}
.social-icons {
    margin-bottom: 0;
}
.social-icons li {
    float: left;
}
.social-icons li a {
    width: 33px;
    height: 33px;
    display: block;
    text-align: center;
    border-radius: 50%;
		line-height:33px;
}
.social-icons li a.social-fb {
    background: #3B5998;
    margin-right: 10px;
}
.social-icons li a span {
    font-size: 16px;
}
.social-icons li a span:before {
	margin:0;
	width:auto;
}
.social-icons li a.social-twitter {
    background: #55acee;
    margin-right: 10px;
}
.social-icons li a.social-instagram {
    background: #b022bd;
    margin-right: 10px;
}
.social-icons li a.social-youtube {
    background: #bb0000;
}
.masterheader-right .social-share .social-icons {
    display: none;
    position: absolute;
    width: 100%;
    max-width: 130px;
    transition: 0.5s all;
    overflow: hidden;
    z-index: 999;
		height: 42px;
		bottom: -38px;
		padding: 5px;
		right: 0;
}
.masterheader-right .open .social-icons  {
	display:block;
}
.masterheader-right .header-search:hover .desktop-search span.icon-1495118363_icon-111-search {
    color: #ecc200;
}

/*====================================================================================
    End Header
====================================================================================*/

/*====================================================================================
    4. Menu
====================================================================================*/
#navbar {
    position: fixed;
    left: 100%;
    width: 100%;
    z-index: 99998;
    height: calc(100vh - 62px);
    top: 89px;
    background: #326494;
    overflow: auto;
    -webkit-transition: left .5s;
    -o-transition: left .5s;
    transition: left .5s;
}
.pushed-left #navbar{
    left: 0;
}
.navbar-default .navbar-nav > li > a {
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
}

.slicknav_menutxt {
    display: none;
}
.slicknav_menu,
.slicknav_nav {
    display: block !important;
}
#navbar ul.nav {
    margin: 0;
    padding: 0 0 150px;
}
.slicknav_menu,
.slicknav_nav {
    display: block !important;
}
.slicknav_menu ul li {
    border-bottom: 1px solid #033461;
    -webkit-box-shadow: 0px 0px 1px rgba(255, 255, 255, .5);
    -moz-box-shadow: 0px 0px 1px rgba(255, 255, 255, .5);
    box-shadow: 0px 0px 1px rgba(255, 255, 255, .5);
}
.navbar-nav,
.navbar-nav > li {
    float: none;
}


.sidenav ul.nav > li > a,
.sidenav ul.slicknav_nav > li > a,
.sidenav ul.slicknav_nav > li > a.slicknav_item,
.sidenav ul.slicknav_nav > li > a.slicknav_item a {
    color: #fff;
    padding: 14px 22px;
    display: block;
    font-size: 18px;
    font-weight: 400;
    letter-spacing: 1px;
    position: relative;
}
.sidenav ul li  a,
.sidenav ul li .slicknav_arrow span.icon-up-open-big:before,
.sidenav ul li .slicknav_arrow span.icon-down-open-big:before {
    color: #fff;
}
.sidenav ul.slicknav_nav > li > a.slicknav_item a {
    display: inline-block;
    padding: 0;
}
.sidenav ul.nav > li:first-child,
.sidenav ul.slicknav_nav > li:first-child {
    margin-top: 0;
}

.sidenav ul > li  a {
    color: #fff;
    padding: 0;
    position: relative;
}
.sidenav  ul > li a  span.arrow {
    position: absolute;
    right: 27px;
    transform: translateY(0);
}
.sidenav ul > li a span.arrow:before {
    color: #3d393a;
    font-size: 18px;
}
.nav > li > a:hover, .nav > li > a:focus {
    background: none;
}

.slicknav_parent span.slicknav_arrow {
    position: absolute;
    right: 27px;
    transform: translateY(0);
}
.slicknav_parent span:before {
    color: #464243;
}
.navbar-default .navbar-nav > li.current_page a,
.navbar-default .navbar-nav > li a:hover,
.navbar-default .navbar-nav > li a:focus,
.menu-wrapper ul.current_page li a,
.menu-wrapper ul li a:hover,
.menu-wrapper ul li a:focus,
.sidenav ul.nav > li.current_page a,
.sidenav ul.nav > li a:hover,
.sidenav ul.nav > li a:focus {
    color: #ecc200;
    transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
}
.sidenav ul.sub-menu {
    background: #ecc200;
}
.slicknav_nav  ul.sub-menu li ul.sub-menu {
    background: #326494;
}
.slicknav_nav  ul.sub-menu li.slicknav_parent > a {
    color: #033461;
}
.slicknav_nav  ul.sub-menu li a:hover,
.slicknav_nav  ul.sub-menu li a:hover,
.sidenav ul.sub-menu li >  a {
    /*padding: 12px 22px;*/
    padding: 14px 22px;
    position: relative;
    display: block;
}
.sidenav ul.sub-menu li.current_page a,
.sidenav ul.sub-menu li:hover a,
.sidenav ul.sub-menu li a:focus {
    color: #033461;
}


/*====================================================================================
    End Menu
====================================================================================*/

/*====================================================================================
    6. Carousel
====================================================================================*/
#banner {
    background: #033461;
}
#banner .tagline svg .cls-1 {
    fill: #fff;
}
.carousel-caption {
    text-shadow: none;
}
.carousel-caption p {
    color: #fff;
    line-height: 24px;
    text-align: left;
    margin-bottom: 30px;
}
.carousel-caption .btn-transparent {
    width: 154px;
    height: 48px;
    padding: 7px 0;
    margin: 0 auto;
}
.carousel-caption .btn-transparent:hover {
    background: #006b33;
    border: 2px solid transparent;
    color: #fff;
}
.carousel-indicators {
    bottom: -20px;
    margin-left: -30.5%;
}
.carousel-indicators li {
    color: transparent;
    width: 10px;
    height: 10px;
    margin: 0 2px;
}
.carousel-indicators .active {
    width: 10px;
    height: 10px;
}
.carousel-control.left,
.carousel-control.right {
    background-image: none;
    filter: none;
    display: none;
}
.carousel-inner .item {
    min-height: 500px;
}
.tagline {
    margin-bottom: 15px;
}

/*====================================================================================
    End Carousel
====================================================================================*/
/*====================================================================================
    6. Content
====================================================================================*/
.discover-wrapper {
    background: url("../images/discover-bg.jpg") no-repeat left center;
    background-size: 100% auto;
    margin-bottom: 45px;
}
.discover-wrapper .container {
    padding-top: 56px;
    text-align: center;
}
.discover-wrapper .intro-text h2 {
    color: #326495;
    font-size: 30px;
    font-weight: 700;
    margin-top: 0;
    margin-bottom: 14px;
}
.discover-wrapper .intro-text p {
    margin-bottom: 52px;
}
.intro-video {
    background: #fff;
    -webkit-box-shadow: 0 0 30px 10px rgba(0,0,0,0.1);
    -moz-box-shadow: 0 0 30px 10px rgba(0,0,0,0.1);
    -o-box-shadow: 0 0 30px 10px rgba(0,0,0,0.1);
    box-shadow: 0 0 30px 10px rgba(0,0,0,0.1);
}
.video-caption {
    padding: 50px 15px;
    text-align: left;
}
.video-caption h3 {
    margin-top: 0;
    margin-bottom: 21px;
    color: #3b3f43;
    font-size: 24px;
}
.video-caption p {
    margin-bottom: 19px;
}
.video-caption a.view-more {
    border: 2px solid transparent;
    width: 160px;
    height: 36px;
    padding: 5px;
    line-height: 23px;
    letter-spacing: 1px;
}
.video-caption a.view-more:hover {
    border: 2px solid #006b33;
    color: #006b33;
    background: none;
}

/*Row block*/
.home-features > .container {
    padding-bottom: 35px;
}
.whats-on-wrapper {
    border-bottom: 1px solid #efefef;
    margin-bottom: 53px;
    padding-bottom: 20px;
}
.tours-and-attraction {
    margin-bottom: 30px;
}
.row-block-title {
    margin-bottom: 17px;
}
.row-block-title h3 {
    color: #326495;
    font-size: 30px;
    margin-top: 0;
    margin-bottom: 0;
    line-height: 34px;
}
.row-block-btn {
    margin-bottom: 15px;
}
.row-block-btn label {
    display: none;
}
.row-block-btn > a {
    width: 173px;
    height: 36px;
    line-height: 33px;
}
.block-default-item {
    position: relative;
}
.block-default-item  .text-featured {
    display: none;
    background: #f9b421;
    font-weight: 900;
    color: #fff;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 1px;
    line-height: 30px;
    width: 96px;
    height: 30px;
    padding: 1px 10px;
    text-align: center;
    position: absolute;
    right: -4px;
    top: -4px;
    z-index: 10;
}

.row-block-btn > a:hover,
.row-block-btn > a:focus {
    background: #006b33;
    border: 2px solid transparent;
    color: #fff;
}
.row > a {
    display: block;
    margin-bottom: 15px;
}
a.featured .block-default-item  .text-featured {
    display: block;
}
.row-featured-image {
    margin-bottom: 11px;
    position: relative;
    z-index: 1;
    overflow: hidden;
}
.row-featured-image img {
    width: 100%;
    -webkit-transition: -webkit-transform 0.15s ease 0s;
    -moz-transition: -moz-transform 0.15s ease 0s;
    -o-transition: -o-transform 0.15s ease 0s;
    transition: transform 0.15s ease 0s;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
}
.row-featured-image:hover img {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
}
.row-date {
    color: #232425;
    font-size: 12px;
    font-weight: 700;
}
.row-block-btn > a:hover .row-date {
    color: #232425;
}
.block-default h4 {
    color: #006b33;
    font-size: 16px;
    line-height: 20px;
    margin-top: 0;
    margin-bottom: 3px;
}
.row-block-btn > a:hover .block-default h4 {
    color: #006b33;
}
.block-default:hover h4 {
    text-decoration: underline;
}
.block-default p {
    color: #3b3f43;
    font-size: 14px;
    line-height: 20px;
}
.row-block-btn > a:hover .block-default p {
    color: #3b3f43;
}

/*Tours and attraction*/
.row-block-btn .view-tours.bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
    width: 133px !important;
    position: relative;
}
.row-block-btn .view-tours .btn,
.row-block-btn .view-accomodation .btn {
    padding: 1px 12px 0 23px;
}
.row-block-btn .bootstrap-select>.dropdown-toggle {
    border: 2px solid #006b33;
    background: none;
    border-radius: 0;
}
.row-block-btn .bootstrap-select .dropdown-menu {
    border: 2px solid #006b33;
    box-shadow: none;
    padding: 0;
    border-radius: 0;
}
.row-block-btn .bootstrap-select .dropdown-menu > li > a,
.row-block-btn .bootstrap-select .dropdown-toggle .filter-option {
    color: #006b33;
    font-family: 'Muli', sans-serif, Arial;
    font-size: 12px;
    font-weight: 700;
    line-height: 30px;
    letter-spacing: 1px;

}

.row-block-btn .bootstrap-select>.dropdown-toggle:hover,
.row-block-btn .bootstrap-select>.dropdown-toggle:active,
.row-block-btn .bootstrap-select>.dropdown-toggle:focus,
.row-block-btn .bootstrap-select.open >.dropdown-toggle {
    background: #006b33;
    border: 2px solid transparent;
    color: #fff;
    outline:none;
}
.row-block-btn .bootstrap-select>.dropdown-toggle:hover .filter-option,
.row-block-btn .bootstrap-select.open >.dropdown-toggle .filter-option {
    color: #fff;
}
.row-block-btn .bootstrap-select>.dropdown-toggle:focus .filter-option {
    color: #fff;
}
.btn-group.open .dropdown-toggle {
    -webkit-box-shadow: none;
    box-shadow: none;
}
.bootstrap-select.btn-group .dropdown-toggle .caret {
    border: none;
    top: 28%;
    right: 24px;
}
.bootstrap-select.btn-group .dropdown-toggle .caret:before {
    content: '\f107';
    font-size: 16px;
    font-family: "fontello";
    font-style: normal;
    font-weight: normal;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    line-height: 1em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.block-default .rating span.icon-1495136112_star {
    color: #ecc200;
}
.row-block-btn > a:hover .rating span.icon-1495136112_star {
    color: #ecc200;
}
.block-default .rating span.icon-1495136112_star:before {
    width: 14px;
    height: 14px;
    margin-right: 2px;
    font-size: 17px;
}

.home-contact-details-wrapper {
    background: #f3f3f3;
}
.home-contact-details-wrapper .container {
    padding-top: 46px;
    padding-bottom: 51px;
}
.home-contact-details-wrapper .ct-heading {
    color: #333;
    margin-top: 0;
}
.ct-block-item div{
    line-height: 20px;
}
.c-details {
    margin-bottom: 15px;
}
.c-details h2 {
    font-size: 20px;
}
.ct-block-item h2 {
    line-height: 20px;
    margin-bottom: 13px;
}
.ct-block-item span,
.ct-block-item a {
    color: #666;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
}
.ct-block-item a.mail {
    color: #006b33;
    font-weight: 700;
}
.p-details {
    margin-bottom: 14px;
}
.p-details h3 {
    margin-bottom: 3px;
    font-size: 16px;
}
.ct-block-2 {
    margin-bottom: 20px;
}
.ct-block-2  >  h3 {
    font-size: 20px;
    line-height: 20px;
    margin-bottom: 10px;
    margin-top: 0;
}
.ct-block-2 p {
    margin-bottom: 3px;
}
.ct-block-2 .mailto {
    color: #006b33;
    font-size: 14px;
    font-weight: 700;
    line-height: 20px;
}

/*Generics*/
.generic-page .page-heading-wrapper {
    background: url("../images/generic-page-bg.jpg") no-repeat top center;
    background-size: cover;
    min-height: 350px;
    padding-top: 281px;
    padding-bottom: 20px;
}
.generic-page .page-heading-wrapper h1 {
    color: #fff;
    margin-top: 0;
    margin-bottom: 0;
    line-height: 56px;
}
.main-content .container {
    padding-top: 22px;
    padding-bottom: 40px;
}
.main-content .content-inner .lead {
    color: #3d4145;
    font-size: 21px;
    line-height: 30px;
    padding-top: 5px;
    margin-bottom: 29px;
}
.main-content .content-inner h2 {
    margin-bottom: 8px;
}
.main-content .content-inner img {
    max-width: 100%;
    height: auto;
}
.main-content .content-inner p {
    color: #3b3f43;
    line-height: 22px;
    margin-bottom: 18px;
}
.main-content .content-inner p a {
    color: #006b33;
    font-size: 16px;
    border-bottom: 1px solid #006b33;
    padding-bottom: 0px;
    position: relative;
    line-height: 15px;
    display: inline-block;
}


.main-content .content-inner h3 {
    line-height: 38px;
    margin-top: 0;
    margin-bottom: 0;
}
.main-content .content-inner h4 {
    line-height: 35px;
    margin-top: 0;
    margin-bottom: 0;
}
.main-content .content-inner h5 {
    color: #0099d5;
    font-size: 14px;
    margin-top: 0;
    text-transform: uppercase;
    line-height: 20px;
    margin-bottom: 5px;
    letter-spacing: 1px;
}
.main-content .content-inner .list-header,
.main-content .content-inner .blockquote-header {
    font-weight: 700;
    font-size: 20px;
    text-transform: capitalize;
    line-height: 21px;
    margin-bottom: 13px;
}
.main-content .content-inner ol li,
.main-content .content-inner ul li {
    line-height: 20px;
    font-size: 16px;
    margin-bottom: 12px;
}
.main-content .content-inner ul li {
    position: relative;
    padding-left: 17px;
}
.main-content .content-inner ul {
    margin-left: 30px;
}
.main-content .content-inner ul li:before {
    content: "\2022";
    color: rgb(35, 31, 32);
    position: absolute;
    left: 0px;
    top: -2px;
    font-size: 20px;
}
.main-content .content-inner .blockquote-header {
    margin-top: 22px;
    margin-bottom: 11px;
}
.main-content .content-inner blockquote {
    background: #f2f2f2;
    border: none;
    font-size: 20px;
    margin-bottom: 35px;
}
.main-content .content-inner blockquote p {
    line-height: 26px;
    margin-bottom: 13px;
}
.main-content .content-inner blockquote .author {
    font-size: 16px;
    line-height: 24px;
}
.main-content .content-inner blockquote .author p {
    margin-bottom: 0;
}
.main-content .content-inner .image-wrap {
    margin-bottom: 12px;
}
.main-content .content-inner .image-wrap p {
    font-size: 16px;
    line-height: 22px;
    color: #3b3f43;
}
.main-content .content-inner .image-wrap strong {
    display: block;
    font-size: 20px;
    font-weight: 900;
    margin-bottom: 12px;
}
.main-content .content-inner .image-wrap img {
    margin-bottom: 12px;
    width: 100%;
}
.main-content .content-inner .image-wrap figcaption {
    font-size: 12px;
    color: #3b3f43;
    line-height: 18px;
}
.main-content .content-inner .c-head {
    font-size: 20px;
    line-height: 20px;
    margin-bottom: 8px;
    font-weight: 700;
}
.main-content .content-inner .table-title {
    margin-top: -9px;
}
.main-content .alert {
    margin-bottom: 10px;
    border: none;
    border-radius: 0;
    font-size: 14px;
    padding: 10px 20px;
}
.main-content  .alert-success {
    background: #26b88d;
    color: #fff;
}
.main-content .alert-warning {
    background: #fcd14e;
    color: #3d4145;
}
.main-content .alert-danger {
    background: #f34945;
    color: #fff;

}
.main-content .content-inner .alert p {
    margin-bottom: 0 !important;
}
.main-content .content-inner .alert-success p {
    background: url("../images/check-ico.png") no-repeat left center;
    padding-left: 28px;
    color: #fff;
}
.main-content .content-inner .alert-warning p {
    background: url("../images/warning-ico.png") no-repeat left center;
    padding-left: 34px;
    color: #3d4145;
}
.main-content .content-inner .alert-danger p {
    background: url("../images/danger-ico.png") no-repeat left center;
    padding-left: 34px;
    color: #fff;
}


.main-content .content-inner .form-wrapper p {
    margin-bottom: 18px;
}
.main-form label {
    font-size: 16px;
    color: #3d4145;
    line-height: 40px;
    margin-bottom: 0;
}

    /*Tables*/
.generic-page .table-responsive {
    margin-top: 25px;
}
.generic-page table {
    width: 100%;
    margin-bottom: 36px;
}
.generic-page table thead tr th {
    padding: 14px 12px;
    background: #326495;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
}
.generic-page table tbody tr td {
    color: #3d4145;
    font-size: 16px;
    line-height: 24px;
    padding: 9px 12px;
}
.table-striped > tbody > tr:nth-of-type(odd) {
    background: none;
}
.table-striped > tbody > tr:nth-of-type(even) {
    background: #effaff;
}
.generic-page table tfoot tr td {
    background: #ebe7e4;
    border-top: 1px solid #e6eff3;
    border-bottom: 1px solid #e6eff3;
    padding: 9px 10px;
}
.generic-page table.table-c thead tr th,
.generic-page table.table-c tbody tr td {
    border-left: 18px solid #fff;
}
.generic-page table.table-c thead tr th:first-child,
.generic-page table.table-c tbody tr td:first-child {
    border-left: 0;
}

.generic-page table.table-d thead tr th {
    border-bottom: 1px solid #fff;
}
.generic-page table.table-d tbody tr td {
    background: #effaff;
    border-bottom: 1px solid #fff;
}
.generic-page table.table-e thead tr th {
    border: 1px solid #fff;
}
.generic-page table.table-e tbody tr td {
    background: #effaff;
    border: 1px solid #fff;
}
.generic-page table.table-f tbody tr:nth-of-type(odd) {
    background: #effaff;
}
.generic-page table.table-f tbody tr:first-child td {
    border-bottom: 2px solid #e6eff3;
}
.generic-page table.table-f tbody tr td {
    border-top: 1px solid #e6eff3;
    border-bottom: none;
}

.generic-page table.table-g tbody tr:last-child td {
    border-top: 2px solid #e6eff3;
}

.generic-page table.table-h tbody tr td:nth-child(1) {
    background: #effaff;
}
.generic-page table.table-i {
    border: 1px solid #e6eff3;
}
.generic-page table.table-i tbody tr:last-child td {
    border-bottom: 1px solid #e6eff3;
}
.generic-page table.table-j {
    border: 1px solid #e6eff3;
}
.generic-page table.table-j tbody tr td {
    background: #effaff;
    border-top: 1px solid #e6eff3;
    border-bottom: none;
}

.generic-page table.table-k {
    border: 1px solid #e6eff3;
}
.generic-page table.table-k tbody tr td {
    border-left: 1px dashed #e6eff3;
}
.generic-page table.table-k tbody tr td:first-child {
    border-left: none;
}
.generic-page table.table-k tbody tr:last-child td {
    border-bottom: 1px solid #e6eff3;
}

.generic-page table.table-l tbody tr td {
    background: #effaff;
}
.generic-page table.table-l tfoot tr td {
    border: none;
}

.generic-page table.table-m tbody tr td {
    background: #effaff;
}
.generic-page table.table-m tfoot tr td {
    background: none;
    border-top: 2px solid #e6eff3;
    border-bottom: 1px solid #e6eff3;
}

.generic-page table.table-n tbody tr td {
    background: #effaff;
    border: none;
}
.generic-page table.table-n tfoot tr td {
    background: #ebe7e4;
    border: none;
}
.generic-page table.table-o tbody tr td,
.generic-page table.table-p tbody tr td {
    border: none;
}
.generic-page table tr td a {
    color: #006b33;
    display: block;
}
.generic-page table tr td a:hover {
    color: #326495;
}

/*Comments*/
#post-list {
    padding-top: 10px;
    padding-left: 0;
}
#post-list > li:first-child {
    border-top: none;
    margin-top: 0;
    padding-top: 0;
    clear: both;
    display: inline-block;
    width: 100%;
}
#post-list li {
    border-top: 1px solid #efefef;
    padding-left: 0;
    margin-top: 15px;
    padding-top: 30px;
}
#post-list li:before {
    content: "";
    color: transparent;
}
#post-list li:last-child {
    margin-bottom: 30px;
}
#post-list li a button {
    background: #006b33;
    border: 2px solid transparent;
    color: #fff;
    width: 198px;
    font-size: 12px;
    font-weight: 700;
    line-height: 17px;
    text-transform: uppercase;
    padding: 14px;
    text-align: center;
    height: 47px;
}
#post-list li a button:hover {
    border: 2px solid #006b33;
    color: #006b33;
    background: none;
}
#post-list li .post-meta span.fa.fa-comment-o,
#post-list li .post-meta span.fa.fa-comments-o,
#post-list li .post-meta strong {
    margin-right: 5px;
}
#post-list li .post-meta span {
    float: right;
}
#post-list li .post-meta span.fa.fa-comment-o,
#post-list li .post-meta span.fa.fa-comments-o {
    float: none;
}
/*Panel*/
.generic-page .panel-heading h4 {
    padding-top: 0;
    margin-bottom: 0;
    font-weight: 400;
}
#faq .panel-default > .panel-heading {
    background: #326495;
    color: #fff;
}
#faq .panel-default > .panel-heading a {
    color: #fff;
}
.panel-heading h4 a {
    color: #fff;
    display: block;
    position: relative;
}
.panel-heading h4 a span {
    position: absolute;
    right: 0;
    top: 7px;
    z-index: 2;
}
/**List groups*/
.generic-page .list-unstyled > li {
    padding-left: 0;
}
.generic-page  .list-unstyled > li:before {
    content: "";
    color: transparent;
}
.generic-page  .list-unstyled > li ul {
    margin-top: 10px;
}
.generic-page  .list-unstyled > li ul li:last-child {
    margin-bottom: 10px;
}

/*Nav tabs*/
.main-content .content-inner .nav {
    margin-left: 0;
}
.main-content .content-inner .nav li {
    padding-left: 0;
    margin-top: 0;
}
.main-content .content-inner .nav li:before {
    content: "";
    color: transparent;
}

/*List groups*/
.main-content .content-inner .list-group {
    padding-left: 0;
    margin-left: 0;
}
.main-content .content-inner .list-group li {
    padding: 10px 15px;
}
.main-content .content-inner .list-group li:before {
    content: "";
    color: transparent;
}
.map-container {
    margin-bottom: 15px;
}

/*Sidebar*/
.right-col-sidebar .sidebar-header {
    color: #333;
    font-weight: 700;
    font-size: 14px;
    text-transform: uppercase;
    margin-bottom: 14px;
    letter-spacing: 1px;
}
.right-col-sidebar ul {
    background: #1a9571;
    border-radius: 5px;
}
.right-col-sidebar ul li {
    border-bottom: 1px solid #0c8360;
}
.right-col-sidebar ul li:last-child {
    border-bottom: 0;
}
.right-col-sidebar ul li a {
    color: #fff;
    font-weight: 700;
    line-height: 20px;
    text-transform: capitalize;
    padding: 10px 22px;
    display: block;
    font-size: 14px;
}
.right-col-sidebar ul li:hover a,
.right-col-sidebar ul li.active a {
    background: #077c5a;
}
.right-col-sidebar ul li:first-child:hover a,
.right-col-sidebar ul li:first-child.active a {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}
.right-col-sidebar ul li:last-child:hover a,
.right-col-sidebar ul li:last-child.active a {
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

/*Search result*/
body.sub-page {
    padding-top: 153px;
}
.search-result-wrapper .container {
    padding-bottom: 60px;
}
.search-items-wrapper h1 {
    color: #326495;
    font-size: 30px;
    font-weight: 700;
    line-height: 48px;
    margin-top: 0;
    margin-bottom: 0;
}
.search-items-wrapper .result-count {
    color: #3d4145;
    font-size: 21px;
    line-height: 30px;
}
.search-items-wrapper ul.search-list {
    margin-top: 47px;
    margin-bottom: 61px;
}
.search-items-wrapper ul.search-list li {
    border-top: 1px solid #ccc;
    padding-top: 19px;
    margin-top: 21px;
}
.search-items-wrapper ul.search-list li:first-child {
    border-top: 0;
    padding-top: 0;
    margin-top: 0;
}
.search-items-wrapper ul.search-list li h2 {
    font-size: 20px;
    color: #006b33;
    line-height: 30px;
    margin: 0;
    text-transform: capitalize;
}
.search-items-wrapper ul.search-list li p {
    color: #3b3f43;
    font-size: 16px;
    line-height: 22px;
}
.cant-find-wrapper {
    background: #f4f4f4;
    padding: 20px 15px;
}
.cant-find-wrapper label {
    color: #3d4145;
    font-size: 16px;
    font-weight: bold;
    line-height: 36px;
    margin-bottom: 0;
    display: block;
}
.cant-find-wrapper p {
    line-height: 22px;
    color: #3d4145;
    font-size: 16px;
    margin-bottom: 17px;
}
.cant-find-wrapper .strong {
    color: #3d4145;
    font-size: 20px;
    line-height: 33px;
    margin-bottom: 0;
    font-weight: 700;
}
.cant-find-wrapper .frm-cant-find input[type=text],
.cant-find-wrapper .frm-cant-find input[type=email],
.cant-find-wrapper .frm-cant-find textarea {
    width: 100%;
    border: 1px solid #ccc;
    padding: 6px 12px;
}
.cant-find-wrapper .frm-cant-find .message-wrapper {
    margin-bottom: 14px;
}
.cant-find-wrapper .frm-cant-find textarea {
    height: 100px;
}

/*Listing page*/
.page-listing .listing-banner .container {
    position: relative;
    z-index: 3;
}
.page-listing .listing-banner .overlay {
    background: #000;
    opacity: 0.25;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
}
.page-listing-detail .listing-detail .overlay {
    background: #000;
    opacity: 0.20;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
}
.breadcrumb {
    background: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    padding: 0;
    margin-top: -9px;
    margin-bottom: 0;
}
.breadcrumb li a {
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    line-height: 30px;
    text-transform: capitalize;
}
.breadcrumb li.active a,
.breadcrumb li a:hover {
    text-decoration: underline;
}
.breadcrumb > li + li:before {
    color: #fff;
    padding: 0 2px 0 5px;
}
.page-listing h1.heading {
    color: #fff;
    font-size: 48px;
    line-height: 58px;
    margin-top: 0;
}
.listing-wrapper > .container {
    padding-top: 29px;
    padding-bottom: 59px;
}
.listing-wrapper ul.list-item li {
    border-bottom: 1px solid #ccc;
    margin-bottom: 20px;
    padding-bottom: 8px;
}
.listing-wrapper ul.list-item li:last-child {
    border-bottom: 0;
    margin-bottom: 30px;
    padding-bottom: 0;
}
.listing-wrapper .list-image img {
    width: 100%;
}
.listing-wrapper .list-content h2,
.listing-wrapper .list-content h2 a {
    color: #006b33;
    font-size: 20px;
    line-height: 26px;
    text-transform: capitalize;
    margin-bottom: 1px;
}
.listing-wrapper .list-content h2 a:hover {
   text-decoration: underline;
}
.map-location {
    color: #666;
    font-size: 14px;
    display: block;
    margin-bottom: 8px;
    line-height: 22px;
}
.map-location span.icon-1499301915_map_-_location_solid_style_01 {
    color: #e5e5e5;
    display: block;
    float: left;

}
.map-location span.icon-1499301915_map_-_location_solid_style_01:before {
    font-size: 27px;
    text-align: left;
    margin-right: 7px;
    margin-left: -6px;
    line-height: 22px;
    width: 20px;
}
.list-content p {
    font-size: 16px;
    color: #3b3f43;
    line-height: 22px;
}

/*Pagination*/
.pagination-wrapper {
    background: #f2f2f2;
    padding: 15px 15px 10px;
}
.pagination-wrapper .pagination-info {
    color: #231f20;
    font-size: 16px;
    font-weight: 700;
    line-height: 26px;
    margin-bottom: 15px;
}
.pagination-wrapper .pagination {
    margin: 0;
    color: #231f20;
    text-align: center;
}
.pagination > li {
    display: inline-block;
    height: 40px;
    margin: 0 1.5px 4px;
}
.pagination > li > a,
.pagination > li > span {
    border: none;
    border-radius: 0;
    color: #006b33;
    font-size: 16px;
    font-weight: 700;
    line-height: 28px;
    margin: 0;
    padding: 6px 16px;
    text-transform: uppercase;
}
.pagination > li > a.no-text {
    background: none;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span,
.pagination > li:last-child > a,
.pagination > li:last-child > span {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus,
.pagination >li:hover a {
    background: #006b33;
    border: none;
    color: #fff;
}
.pagination > li:hover a.no-text {
    background: none;
    color: #fff;
}

/*Listing Detail*/
.listing-detail {
	position:relative;
	margin-top:89px;
}
.listing-detail-wrapper .container {
    padding-top: 26px;
    padding-bottom: 26px;
}
.listing-detail-wrapper .breadcrumb li a {
    color: #1a9571;
    font-size: 14px;
    line-height: 30px;
}
.listing-detail-wrapper .breadcrumb li.active a {
    text-decoration: underline;
}
.listing-detail-wrapper .breadcrumb > li + li:before {
    color: #1a9571;
}
.listing-detail-wrapper .container h1 {
    font-size: 30px;
    line-height: 40px;
    margin-top: 0;
    margin-bottom: 7px;
    text-transform: capitalize;
}
.listing-detail-wrapper .listing-item-desc {
    border-top: 1px solid #e0e0e0;
    margin-top: 11px;
    padding-top: 17px;
}
.listing-item-desc .text-large {
    color: #3b3f43;
    font-size: 21px;
    line-height: 22px;
    margin-bottom: 23px;
}
.listing-item-desc p {
    color: #3b3f43;
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 19px;
}
.listing-item-desc p a {
    color: #3b3f43;
    font-size: 15px;
}
.col-contact-details .bold-text {
    color: #3b3f43;
    font-weight: 700;
    line-height: 22px;
    font-size: 14px;
    margin-bottom: 9px;
}
.col-contact-details p {
    color: #3b3f43;
    margin-bottom: 13px;
    font-size: 14px;
}
.col-contact-details p a {
    font-size: 14px;
    color: #3b3f43;
}
.col-contact-details .social-fb {
    color: #fff;
    background: #385f98;
    border-radius: 5px;
    display: inline-block;
    padding-left: 4px;
    margin-left: 2px;
}
.col-contact-details .social-yt {
    color: #fff;
    background: #cc181e;
    border-radius: 5px;
    display: inline-block;
    padding-left: 4px;
    margin-left: 2px;
}
.col-contact-details .btns-wrapper {
    margin-top: 23px;
}
.col-contact-details .btns-wrapper a {
    float: left;
    width: 140px;
    height: 36px;
    line-height: 34px;
}
.col-contact-details .btns-wrapper a.btn-green-border {
    margin-right: 10px;
}
.col-contact-details .btns-wrapper a.btn-green-border:hover,
.col-contact-details .btns-wrapper a.btn-green-border:focus {
    border: 2px solid transparent;
    background: #006b33;
    color: #fff;
}
.col-contact-details .btns-wrapper a.btn-green {
    border: 2px solid transparent;
}
.col-contact-details .btns-wrapper a.btn-green:hover,
.col-contact-details .btns-wrapper a.btn-green:focus {
    background: none;
    border: 2px solid #006b33;
    color: #006b33;
}
/*Gallery*/
.photo-gallery {
    clear: both;
    margin: 21px 0 35px;
}
.photo-gallery a {
    display: block;
    float: left;
    /*width: 50%;
    padding: 0 5px*/;
    margin-bottom: 9px;
    overflow: hidden;
}
.photo-gallery a img {
    -webkit-transition: -webkit-transform 0.15s ease 0s;
    -moz-transition: -moz-transform 0.15s ease 0s;
    -o-transition: -o-transform 0.15s ease 0s;
    transition: transform 0.15s ease 0s;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
}
.photo-gallery a:hover img {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
}
.lg-backdrop.in {
    opacity: 0.9;
}
.tab-pane-wrapper .nav-tabs > li > a {
    padding: 9px 15px;
}
.nav-tabs > li > a {
    border-radius:  0;
    color: #666;
    border: none;
    font-weight: 700;
    font-size: 12px;
    line-height: 22px;
    text-transform: uppercase;
    opacity: 0.5;
}

.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
    border-top: 2px solid #009447;
    border-left: 1px solid #e3e3e3;
    border-right: 1px solid #e3e3e3;
    border-radius: 0;
    color: #1a9571;
    opacity: 1;
}
.tab-pane-wrapper .tab-content {
    border-left: 1px solid #e3e3e3;
    border-right: 1px solid #e3e3e3;
    border-bottom: 1px solid #e3e3e3;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 15px;
    padding-top: 22px;
}
.tab-pane-wrapper .tab-content p {
    color: #3b3f43;
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 25px;
}
.tab-pane-wrapper .tab-content .bold-text {
    font-weight: 700;
    margin-bottom: 6px;
}
.tab-pane-wrapper .tab-content iframe,
.tab-pane-wrapper .tab-content img {
    width: 100%;
}
.tab-pane-wrapper .tab-content #map {
    width: 100%;
    height: 400px;
}
.tab-content .facilities ul li {
    color: #3b3f43;
    font-size: 14px;
    line-height: 22px;
    position: relative;
    margin-bottom: 5px;
    text-transform: capitalize;
}
.tab-content .facilities ul li:before {
    content:"\00af";
    margin-right: 4px;
    position: relative;
    top: 4px;
}
.related-section h2 {
    color: #326495;
    font-size: 20px;
    line-height: 48px;
    margin-top: 16px;
    margin-bottom: 7px;
    text-transform: capitalize;
}
.related-section ul li {
    margin-bottom: 15px;
}
.related-section ul li a {
    display: block;
    overflow: hidden;
}
.related-section ul li a img {
    -webkit-transition: -webkit-transform 0.15s ease 0s;
    -moz-transition: -moz-transform 0.15s ease 0s;
    -o-transition: -o-transform 0.15s ease 0s;
    transition: transform 0.15s ease 0s;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
}
.related-section ul li a:hover img {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
}
.related-section ul li a:hover h3 {
    text-decoration: underline;
}
.related-section h3 {
    color: #006b33;
    font-size: 20px;
    line-height: 26px;
    text-transform: capitalize;
    margin-top: 14px;
    margin-bottom: 5px;
}
.related-section .map-location {
    color: #666;
    font-size: 12px;
}

/*Events*/
.calendar-wrapper .container {
    padding-top: 25px;
    padding-bottom: 40px;
}
/*FullCalendar*/
#calendar .fc-view-container * {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
.fc-icon-left-single-arrow:after,
.fc-icon-right-single-arrow:after {
    font-weight: 400;
}
.fc .fc-toolbar > * > * {
    margin-left: 0;
}
.fc-basic-view .fc-week-number,
.fc-basic-view .fc-day-number {
    padding: 0;
}
#calendar .fc-widget-header table thead tr th {
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
    border-top: 1px solid #fff;
    border-bottom: none;
    color: #333;
    background: none;
    font-weight: 700;
    font-size: 16px;
    line-height: 26px;
    padding: 12px;
    text-transform: capitalize;
    text-align: left;
}
#calendar .fc-widget-content table tbody tr td {
    border: 1px solid #cccccc;
}
#calendar .fc-content-skeleton table thead tr td {
    color: #333;
    background: transparent;
    border-left: 1px solid #cccccc;
    border-top: 1px solid #cccccc;
    border-right: 1px solid #cccccc;
    font-size: 16px;
    font-weight: 700;
    line-height: 31px;
    height: 31px;
    padding: 0 0 0 12px;
    text-align: left;
}
#calendar .fc-content-skeleton table thead tr td.fc-day-top.fc-other-month {
    background: #f8f8f8;
    opacity: 1;

}
#calendar .fc-content-skeleton table thead tr td.fc-day-top.fc-other-month span {
    opacity: 0.3;
    color: #333;
    font-size: 16px;
}
.fc-unthemed td.fc-today {
    background: #fff;
}
/*#calendar .fc-widget-content table tbody tr td {
    background: #f8f8f8;
}*/
#calendar .fc-widget-content table tbody tr td.fc-other-month {
    background: #f8f8f8;
}
.fc-row.fc-rigid .fc-content-skeleton {
    background: none;
}
#calendar .fc-content-skeleton table thead tr td a {
    color: #fff;
    text-align: left;
    display: block;
    width: 100%;
}
#calendar .fc-content-skeleton table thead tr td span {
    float: none;
}
#calendar .fc-content-skeleton .fc-event-container {
    padding: 4px 9px 0;
    background: #fff;
}
#calendar .fc-content-skeleton .fc-event-container a {
    margin: 0 0 10px;
}
#calendar .fc-time {
    font-weight: 400;
    font-size: 10px;
    display: block;
}
#calendar .fc-event-container a {
    background: none;
    border: none;
    color: #444;
    font-weight: 700;
    font-size: 14px;
    line-height: 18px;
    /*background: #55a83f;*/
    border-radius: 2px;
    padding: 8px !important;
}
#calendar .fc-popover .fc-event-container a {
    margin-bottom: 10px;
}
#calendar .fc-popover .fc-event-container .fc-content {
    padding: 0;
}
#calendar .fc-view-container .fc-content {
    border: none;
    white-space: normal;
    padding: 0;
    font-size: 14px;
    font-weight: 400;
    color: #fff;
    line-height: 18px;
}

#calendar .fc-widget-content table.fc-list-table tbody tr td {
    border: none;
}
#calendar .fc-widget-content table.fc-list-table tbody tr td .fc-list-heading-main,
#calendar .fc-widget-content table.fc-list-table tbody tr td .fc-list-heading-alt {
    font-weight: 700;
}
.fc-header-toolbar .fc-left h2 {
    margin-bottom: 10px;
    margin-left: 0;
}
.fc-toolbar h2 {
    color: #333;
    font-size: 16px;
    margin-bottom: 0 !important;
    line-height: 48px;
}
.fc-view-container {
    clear: both;
}
.fc th,
.fc td {
    vertical-align: middle;
}
.fc-list-table td {
    padding: 12px 14px;
}
#calendar .fc-button {
    border-radius: 0;
    border: none;
    background: none;
    padding: 0;
    width: auto;
    font-size: 22px;
}
#calendar .fc-button.fc-prev-button {
    margin-right: 0;
}
#calendar .fc-button.fc-next-button {
    margin-left: 4px;
}
#calendar .fc-button.fc-today-button {
    border: 2px solid #006b33;
    color: #006b33;
    border-radius: 5px;
    font-weight: 700;
    font-size: 12px;
    text-align: center;
    line-height: 30px;
    width: 70px;
    height: 36px;
    text-transform: capitalize;
    letter-spacing: 1px;
    opacity: 1;
}
#calendar .fc-button.fc-today-button:hover {
    background: #006b33;
    border: 2px solid transparent;
    color: #fff;
}
.fc button .fc-icon {
    color: #d0d0d0 !important;
    margin: 0;
}
.fc-row .fc-content-skeleton {
    padding-bottom: 0;
}
.fc-toolbar.fc-footer-toolbar {
    margin-top: 31px;
}
.fc-toolbar .fc-right {
    margin-top: 7px;
}
.fc-unthemed .fc-row > table {
    border: none;
}
.fc-unthemed .fc-view-container .fc-view > table > thead tr td.fc-head-container {
    border-left-color: transparent;
    border-right-color: transparent;
    border-top-color: transparent;
}
.fc-unthemed .fc-view-container .fc-view > table > thead tr td .fc-row {
    border-color: #fff !important;
}
.fc-popover .fc-header {
    padding: 6px 8px;
}
.fc-unthemed .fc-popover .fc-header .fc-close {
    margin-top: 8px;
}
#calendar .fc-widget-content table tbody tr td.fc-more-cell {
    padding: 10px 15px;
}
/*====================================================================================
    End Content
====================================================================================*/
/*====================================================================================
    10. Buttons
====================================================================================*/
.btn-transparent {
    background: none;
    border: 2px solid #fff;
    color: #fff;
    display: block;
		font-size:12px;
    line-height: 30px;
    text-align: center;
    font-weight: 700;
    text-transform: uppercase;
    transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
}
.btn-green {
    color: #fff;
    background: #006b33;
    display: block;
    font-size: 12px;
    font-weight: 700;
    line-height: 30px;
    text-align: center;
    transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
}
.btn-green-border {
    border: 2px solid #006b33;
    color: #006b33;
    font-size: 12px;
    font-weight: 700;
    text-align: center;
    line-height: 30px;
    display: block;
    transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
}
.generic-page .btn {
    width: auto;
    height: auto;
}
.generic-page .caption .btn {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
    text-decoration: none;
}
.generic-page .caption .btn-primary {
    color: #fff;
}
.generic-page .caption .btn-default {
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad;
    text-decoration: none;
}

/*====================================================================================
    End Buttons
====================================================================================*/
/*====================================================================================
    11. Forms
====================================================================================*/
.frm-search .form-group {
    position: relative;
    margin-bottom: 0;
}
.frm-search label {
    display: none;
}
.frm-search .form-group input {
    height: 40px;
    margin-bottom: 0;
		font-size:16px;
		line-height:normal;
}
.frm-search .form-group button[type=submit] {
    background: #033461;
    height: 40px;
    line-height: 40px;
    width: 40px;
    text-align: center;
    border: 0 none;
    color: #fff;
    font-size: 18px;
    position: absolute;
    right: 0;
    top: 0;
    padding: 0;
}
.frm-search .form-group button[type=submit] span {
    font-size: 28px;
}
.mobile-search {
    display: none;
}
.mobile-search .form-group input {
    background: #fff;
    border: none;
    color: #333;
    padding: 15px 22px;
    height: 50px;
    font-size: 16px;
    line-height: 20px;
    width: 100%;

}
.mobile-search .form-group button[type=submit] {
    background: transparent;
    border: 0;
    position: absolute;
    right: 5px;
    -webkit-transform: translateY(13%);
    -ms-transform: translateY(13%);
    -o-transform: translateY(13%);
    transform: translateY(13%);
}
.mobile-search .form-group button[type=submit] span {
    color: #033461;
}
.search-form-wrapper {
    margin-bottom: 22px;
}
.search-form-wrapper .frm-find .form-group {
    margin-bottom: 0;
}
.search-form-wrapper .frm-find .form-control {
    height: 56px;
}
.search-form-wrapper .frm-find label {
    display: none;
}
.search-form-wrapper .frm-find  {
    position: relative;
}
.search-form-wrapper .frm-find .search-field {
    color: #6d6d6d;
    font-weight: 400;
    font-size: 21px;
    padding: 15px 18px;
}
.search-form-wrapper .frm-find button {
    border: none;
    padding: 0;
    width: auto;
    height: auto;
    background: transparent;
    border: 0;
    position: absolute;
    right: -1px;
    top: 9px;
}
.search-form-wrapper .frm-find button span {
    color: #1a9571;
    font-size: 39px;
}


.form-group {
    margin-bottom: 6px;
}
.form-group.select-option-wrapper {
    margin-bottom: 17px;
}
.form-group .form-control {
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 0;
    border: 1px solid #ccc;
    height: 40px;
}
.form-group textarea.form-control {
    height: 86px;
}
.form-group.checkbox-option-wrapper {
    margin-top: 18px;
    margin-bottom: 13px;
}
.form-group.radiobox-option-wrapper {
    margin-bottom: 18px;
}
.checkbox label, .radio label {
    color: #3d4145;
    font-size: 16px;
    line-height: 30px;
}
.checkbox input[type="checkbox"],
.radio input[type="radio"] {
    margin-top: 8px;
}
.form-group .radio,
.form-group .checkbox {
    margin-top: 0;
    margin-bottom: 0;
}
.comment-wrapper {
    margin-bottom: 28px;
}
button, html input[type="button"],
input[type="reset"],
input[type="submit"] {
    background: #006b33;
    color: #fff;
    font-size: 12px;
    text-align: center;
    line-height: 30px;
    width: 101px;
    height: 37px;
    font-weight: 700;
    letter-spacing: 1px;
    border: 2px solid transparent;
}
button, html input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
    border: 2px solid #006b33;
    color: #006b33;
    background: none;
}
.btn-submit-wrapper {
    margin-bottom: 28px;
}
.has-error .input-label {
    color: #e15656;
}
.has-error input[type="text"],
.has-error textarea,
.has-error input[type="radio"],
.has-error input[type="checkbox"]{
    border: 1px solid #dea0a0;
    background: #fffbfb;
}


/*====================================================================================
    End Forms
====================================================================================*/
/*====================================================================================
    13. Footer
====================================================================================*/
.ct-block-3 iframe {
    width: 100%;
}
#footer .container {
    padding-top: 17px;
    padding-bottom: 12px;
}
.copyright {
    font-size: 12px;
    color: #3b3f43;
    text-align: center;
}
.footer-links ul {
    margin-bottom: 0;
    text-align: center;
}
.footer-links ul li {
    display: inline-block;
}

.footer-links ul li a {
    color: #3b3f43;
    font-size: 12px;
    line-height: 20px;
    border-left: 1px solid #d4d3d3;
    padding-left: 8px;
    padding-right: 3px;
    display: block;
}
.footer-links ul li:first-child a {
    border-left: 0;
    padding-left: 0;
    padding-right: 0;
}
.footer-links ul li a:hover,
.footer-links ul li a:focus {
    color: #ecc200;
}
/*====================================================================================
    End Footer
====================================================================================*/
/*====================================================================================
    14. Media Queries
====================================================================================*/
@media screen and (min-width: 480px) {
    .row-block-title {
        float: left;
    }
    .row-block-btn {
        float: right;
    }
    .tab-pane-wrapper .nav-tabs > li > a {
        padding: 9px 18px;
    }
}
@media screen and (max-width: 767px) {


    .main-content .content-inner blockquote {
        padding: 32px 30px 43px;
    }
    .main-content .left-col-content {
        margin-bottom: 20px;
    }
    .listing-item-desc .content {
        border-bottom: 1px solid #e0e0e0;
        margin-bottom: 10px;
    }


}

@media screen and (min-width: 768px) {
    #navbar {
        top: 112px;
    }
    .navbar > .container .navbar-brand,
    .navbar > .container-fluid .navbar-brand {
        margin-left: 0;
    }
    .navbar-brand img {
        width: 106px;
    }
    .wcag {
        margin-top: 25px;
    }
    .masterheader-right {
				padding-top:25px;
    }


    #banner {
        height: 670px;
        min-height: 500px;
        overflow: hidden;
    }
    .carousel-inner .item {
        min-height: 670px;
    }
    .carousel-caption {
        top: 240px;
        left: 97px;
    }
    .carousel-indicators {
        bottom: 1px;
    }
    .carousel-caption .btn-transparent {
        margin: 0;
    }

    .main-content .content-inner blockquote {
        padding: 34px 45px 28px 50px;
    }

    .main-content .content-inner .image-wrap .right {
        float: right;
        margin-left: 24px;
        margin-bottom: 24px;
        width: 340px;
    }
    .main-content .content-inner .image-wrap .left {
        float: left;
        margin-right: 24px;
        margin-bottom: 24px;
        width: 340px;
    }
    .main-content .main-form {
        width: 590px;
    }
    .main-form .form-group select {
        width: 280px;
    }
    .main-form .form-group-fixwidth input[type=text] {
        width: 280px;
    }
    .main-form .form-col-3 input[type=text] {
        width: 180px;
    }
		.listing-detail {
				margin-top:113px;
		}
    .listing-wrapper ul.list-item li {
        clear: both;
    }
    .listing-wrapper .list-image {
        float: left;
        width: 245px;
        margin-right: 20px;
    }
    .listing-wrapper .list-content {
        float: left;
        width: 450px;
    }
    .listing-wrapper .list-content h2,
    .listing-wrapper .list-content h2 a {
        margin-top: 6px;
    }
    .map-location {
        margin-bottom: 14px;
    }
    .pagination-wrapper {
        clear: both;
    }
    .listing-item-desc p a {
        font-size: 14px;
    }
    .photo-gallery {
        margin: 21px -5px 35px;
    }
    .photo-gallery a {
        width: 20%;
        padding: 0 5px;
        margin-bottom: 0;
    }
    .tab-content .facilities ul {
        margin-left: -15px;
        margin-right: -15px;
    }
    .tab-content .facilities ul li {
        float: left;
        width: 33.333%;
        padding: 0 15px;
    }
    .related-section ul {
        margin-left: -15px;
        margin-right: -15px;
    }
    .related-section ul li {
        float: left;
        width: 25%;
        padding: 0 15px;
        margin-bottom: 0;
    }

    #calendar .fc-button.fc-prev-button {
        margin-right: 14px;
    }
    #calendar .fc-button.fc-next-button {
        margin-left: 18px;
    }
    .fc-toolbar h2 {
        font-size: 24px;
    }
    #calendar .fc-button.fc-today-button {
        width: 93px;
    }
    .fc-toolbar .fc-left {
        margin-top: 5px;
    }
    .fc-toolbar .fc-right {
        margin-top: 7px;
    }

    #calendar .fc-widget-content table tbody tr td,
    #calendar .fc-content-skeleton table thead tr td {
        /*height: 148px;*/
        padding: 2px 0 0 10px;
    }
    #calendar .fc-widget-header table thead tr th {
        padding: 12px 0;
    }
    #calendar .fc-widget-content table tbody tr td,
    #calendar .fc-widget-content table tbody tr td.fc-event-container {
        border-top: none;
    }
    #calendar .fc-widget-content table tbody tr td {
        border-bottom: none;
    }
    #calendar .fc-view-container .fc-content {
        padding: 10px 4px;
    }
   /* .fc-basic-view .fc-body .fc-row {
        min-height: 14em;
    }*/
   /* #calendar .fc-content-skeleton .fc-event-container {
        padding: 2px 12px 6px;
    }*/

}
@media screen and (min-width: 992px) {
    .container {
        width: 970px;
    }
    #header .container {
        width: 970px;
        padding-left: 32px;
        padding-right: 32px;
        position: relative;
    }
    #navbar {
        display: none;
    }
    .navbar {
        position: fixed;
        width: 100%;
        background-color: transparent;
        z-index: 100;
        border-radius: 0;
        border: none;
        top: 0;
    }
    .mobile-search .frm-search,
    .navbar-default .navbar-toggle {
        display: none;
    }
    #navbar-desktop {
        display: inline-block;
        padding-top: 20px;
    }
    .navbar-nav, .navbar-nav > li {
        float: left;
    }
    .nav > li > a {
       /* padding: 10px 20px;*/
        padding: 10px 13px;
    }

    .navbar-nav li .sub-menu {
        background: #ecc200;
        width: 220px;
        visibility: hidden;
        padding: 11px 0 8px;
        opacity: 0;
        position: absolute;
        top: 130%;
        left: 0;
        z-index: 5;
        transition: all 500ms ease;
        -moz-transition: all 500ms ease;
        -webkit-transition: all 500ms ease;
        -ms-transition: all 500ms ease;
        -o-transition: all 500ms ease;
    }
    .sub-menu li a {
        color: #fff;
        line-height: 20px;
        padding: 10px 24px;
        display: block;
    }
    #navbar-desktop .sub-menu li.current_page a,
    #navbar-desktop .sub-menu li:hover > a {
        color: #033461;
    }
    .navbar-nav > li:hover .sub-menu {
        visibility: visible;
        opacity: 1;
        top: 100%;
    }
    .navbar-nav > li .sub-menu > li .sub-menu {
        left: 0;
        margin-left: 220px;
        display: none;
        border-left: 5px solid transparent;
    }
    .navbar-nav > li .sub-menu li:hover .sub-menu {
        top: 0;
        display: block;
    }
		.listing-detail {
				margin-top:0;
		}
		.listing-detail img {
			max-width:none;
			width:100%;
		}
    .wcag {
        display: none;
    }

    .desktop-wcag,
    .header-search {
        display: block;
    }
    .desktop-search span {
        color: #fff;
        font-size: 27px;
    }
    .masterheader-right .header-search,
    .masterheader-right .desktop-wcag,
    .masterheader-right .social-share {
        display:inline-block;
				vertical-align:middle;
    }
    .masterheader-right .desktop-search {
        margin-right: 15px;
    }
    .masterheader-right .desktop-wcag {
        margin-right: 15px;
    }
    .masterheader-right .social-share {
        margin-right: 0;
    }

    .masterheader-right .header-search .find {
        display: none;
        position: absolute;
        right: 0;
        height: 89px;
        bottom: -89px;
        width: 100%;
        max-width: 690px;
        transition: 0.5s all;
        overflow: hidden;
    }
		.masterheader-right .open .find {
			display:block;
		}
    .masterheader-right .frm-search .form-group input {
        width: 100%;
        padding: 10px;
    }

    /*Banner*/
    .carousel-caption {
        width: 574px;
    }
    /*Discover*/
    .discover-wrapper .intro-text {
        width: 750px;
        margin: 0 auto;
    }
    .intro-video {
        height: 378px;
    }
    .intro-video .embed-responsive {
        float: left;
        width: 60%;
        padding-bottom: 378px;
    }
    .intro-video .video-caption {
        float: left;
        width: 40%;
        padding: 50px 20px;
    }
    /*Homepage contact details*/
    .ct-block-1,
    .ct-block-2 {
        float: left;
    }
    .ct-block-1 {
        width: 340px;
        margin-right: 31px;
    }
    .ct-block-2 {
        width: 290px;
    }
    .ct-block-3 {
        width: 290px;
        float: right;
    }
    .cant-find-wrapper {
        padding: 26px 42px 27px;
    }
    .cant-find-wrapper .frm-cant-find .input-col-3 {
        width: 258px;
        float: left;
        margin-right: 40px;
        margin-bottom: 24px;
    }
    .cant-find-wrapper .frm-cant-find .email-wrapper.input-col-3 {
        margin-right: 0;
    }
    .cant-find-wrapper .frm-cant-find .message-wrapper {
        clear: both;
        float: none;
    }
    .listing-wrapper ul.list-item li {
        padding-bottom: 20px;
        margin-bottom: 20px;
    }
    .listing-wrapper .list-content {
        width: 675px;
    }
    /*Pagination*/
    .pagination-wrapper {
        padding: 48px 40px 32px 24px;
    }
    .pagination-info {
        float: left;
        padding-top: 5px;
    }
    .pagination-wrapper .pagination {
        float: right;
    }
    .pagination-wrapper .pagination-info {
        width: 460px;
    }
    .pagination > li {
        margin: 0 1.5px;
        float: left;
        display: block;
    }
    
    .listing-detail-wrapper .listing-item-desc .content {
        float: left;
        width: 510px;
        margin-right: 60px;
    }
    .listing-detail-wrapper .col-contact-details {
        float: left;
        width: 365px;
        padding-top: 3px;
    }
    .tab-pane-wrapper .tab-content {
        padding-left: 30px;
        padding-right: 50px;
    }
    .tab-content .facilities ul {
        width: 850px;
        margin-right: -30px;
        margin-left: -30px;
    }
    .tab-content .facilities ul li {
        width: 280px;
        padding: 0 30px;
    }

    .fc-row.fc-rigid .fc-content-skeleton {
        position: relative;
    }
    #calendar .fc-view-container .fc-content {
        padding: 0;
    }
    #calendar .fc-content-skeleton .fc-event-container a {
        margin: 0 0 7px;
    }

}
@media screen and (min-width: 1200px) {
    .container {
        width: 1140px;
        padding-left: 0;
        padding-right: 0;
    }
    #header .container {
        width: 1140px;
        padding-top: 13px;
        padding-bottom: 13px;
        padding-right: 24px;
    }
    .masterhead-left {
        margin-right: 20px;
    }
    #navbar-desktop {
        float: left;
        display: block;
        padding-top: 20px;
    }
    .nav > li > a {
       /* padding: 10px 30px;*/
        padding: 10px 26px;
    }
    .masterheader-right {
        padding-top: 27px;
    }
    .masterheader-right .desktop-search {
        margin-right: 23px;
    }
    .masterheader-right .desktop-wcag {
        margin-right: 23px;
    }
    .desktop-search span {
        font-size: 23px;
    }
    .social-share span {
        font-size: 21px;
    }

    /*Banner*/
    .tagline {
        margin-bottom: 25px;
    }
    .carousel-caption {
        left: 101px;
        top: 198px;
        position: relative;
    }
    .carousel-control.left,
    .carousel-control.right {
        background: none;
        width: 105px;
        opacity: 1;
    }
    .carousel-control span {
        opacity: 1;
        position: absolute;
        top: 50%;
        margin-top: -25.5px;
        font-size: 27px;
    }
    .carousel-control span {
        width: 24px;
        height: 27px;
        display: block;
        opacity: 1;
    }
    .carousel-control.left span {
        left: 40px;
    }
    .carousel-control.right span {
        right: 40px;
    }

    /*Discover*/
    .intro-video .embed-responsive {
        width: 680px;
    }
    .intro-video .video-caption {
        width: 460px;
        padding: 71px 52px 71px 46px;
    }

    /*Row block default */
    .row-block .row {
        margin-left: -13px;
        margin-right: -13px;
    }
    .row-block .row > a {
        padding-left: 13px;
        padding-right: 13px;
    }
    .main-content .left-col-content {
        width: 877px;
    }
    .main-content .right-col-sidebar {
        width: 292px;
        float: right;
    }

    .cant-find-wrapper .frm-cant-find .input-col-3 {
        width: 325px;
    }
    .listing-wrapper .list-content {
        width: 875px;
    }
    .pagination-wrapper {
        padding: 37px 40px 26px 24px;
    }
    .listing-detail-wrapper .listing-item-desc .content {
        width: 732px;
        margin-right: 42px;
    }
    .photo-gallery a {
        width: 230px;
        height: 143px;
    }
    .related-section ul {
        margin: 0;
    }
    .related-section ul li {
        width: 245px;
        margin-right: 46px;
        padding: 0;
    }
    .related-section ul li:last-child {
        margin-right: 0;
    }
    /*Fullcalendar*/
    .fc-basic-view .fc-body .fc-row {
        min-height: 150px;
    }
    /*Footer*/
    #footer .copyright {
        text-align: left;
        float: left;
    }
    #footer .footer-links {
        float: right;
    }
}
@media screen and (min-width: 1824px) {
    .intro-video{
        position: relative;
        bottom: -50px;
    }
    .home-features {
        padding-top: 75px;
    }
}

/*====================================================================================
    End Media Queries
====================================================================================*/
