/**
 * 1.0 General 
 */
body {
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 15px; }

.textwidget img {
  width: 100%;
  height: auto; }

.category-items button {
  font-weight: 600; }

.photo-wrap .fancybox {
  margin-bottom: 20px; }

.fancybox {
  display: block; }
  .fancybox img {
    width: 100%;
    height: auto; }

.motto {
  font-style: italic; }

.logo:focus {
  outline: none; }

.table-bordered.table-beds thead {
  font-size: 18px;
  text-transform: uppercase;
  color: #fff; }
.table-bordered.table-beds thead,
.table-bordered.table-beds tfoot {
  border-top: solid 5px #2c8bc8;
  border-bottom: solid 5px #2c8bc8; }
.table-bordered.table-beds .total {
  text-align: center;
  font-size: 16px;
  text-transform: uppercase; }
.table-bordered.table-beds td {
  background-color: #78b8e1;
  border: solid 1px #2c8bc8; }

.main-content table,
.table-overlay table {
  width: 100%; }
  .main-content table th,
  .main-content table td,
  .table-overlay table th,
  .table-overlay table td {
    border: solid 1px #cdcdcd;
    padding: 8px; }

.general-content .responsive-table {
  width: 100%;
  max-width: 300px;
  margin: 0 auto;
  display: block;
  cursor: pointer; }
  .general-content .responsive-table span {
    width: 60px;
    height: 60px;
    background: #2c8bc8;
    text-align: center;
    font-size: 25px;
    text-indent: 5px;
    color: #fff;
    line-height: 60px; }
  .general-content .responsive-table span,
  .general-content .responsive-table p {
    display: inline-block;
    vertical-align: middle; }
  .general-content .responsive-table p {
    width: 240px;
    border: solid 1px #cbcbcb;
    border-left: none;
    line-height: 58px;
    text-align: center;
    margin: 2px 0 0 0;
    text-indent: 0;
    font-size: 14px;
    color: #919191; }

.table-overlay {
  display: block;
  width: 1200px;
  height: 100%;
  position: absolute;
  background: rgba(16, 16, 16, 0.92) url(../img/pinch.gif) no-repeat;
  background-size: 123px 85px;
  top: 0;
  left: 0;
  z-index: 99999;
  padding-top: 100px; }
  .table-overlay table {
    width: 1100px;
    background: #fff;
    margin: 0 auto; }

.main-content .default-table {
  display: none; }

.vmiddle p:after {
  display: inline-block;
  vertical-align: middle;
  content: "";
  width: 0;
  height: 70px; }
.vmiddle p {
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 0; }

/* Menu hover and focus */
#quick-nav .nav .current-menu-item a,
#footer .nav .current-menu-item a {
  text-decoration: underline; }

#menu li .submenu .current-menu-item a {
  color: #2c8bc8;
  background: transparent; }

.menu-arrows {
  margin-left: 7px; }
  .menu-arrows img {
    width: 11px; }

.svg-arrow {
  margin-left: -6px; }

.instant-results {
  display: none;
  position: absolute;
  width: 480px;
  right: 0;
  background: #e8e8e8;
  padding: 20px;
  top: 72px;
  z-index: 99;
  border-bottom: solid 5px #5fabda; }
  .instant-results .item-list {
    /* p {
    	border-bottom: dotted 2px #ccc;
    	padding: 0 0 10px 0;
    } */ }
    .instant-results .item-list a {
      display: block;
      padding: 10px 0;
      border-bottom: dotted 2px #ccc;
      /* padding: 0 0 10px 0; */
      padding: 10px 0; }
    .instant-results .item-list .glyphicon {
      margin-right: 10px;
      font-size: 12px; }
  .instant-results .item-heading {
    padding-bottom: 12px;
    border-bottom: solid 1px #ccc; }
  .instant-results .item-title {
    font-weight: 600;
    color: #004497;
    font-size: 16px; }
  .instant-results .num-pages {
    font-size: 16px;
    color: #b4b4b4;
    float: right; }
    .instant-results .num-pages span {
      color: #1553a0;
      cursor: pointer; }
    .instant-results .num-pages span:hover {
      border-bottom: dotted 2px #1553a0; }

.loader {
  display: block;
  position: absolute;
  right: 35px;
  top: 12px;
  opacity: 0; }

.searchform .form-group {
  position: relative; }

.nav-box {
  display: block;
  height: 39px;
  background: #2c8bc8;
  border-bottom: solid 1px #227db8;
  position: absolute;
  top: 0;
  left: -65px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 50px; }
  .nav-box a {
    display: block;
    border-left: solid 10px #06578b;
    width: auto;
    height: 38px; }
  .nav-box span {
    display: none;
    padding: 0 10px;
    color: #fff;
    float: right;
    line-height: 38px;
    margin-left: 6px; }
  .nav-box .glyphicon {
    color: #fff;
    line-height: 38px;
    margin-left: 9px; }
  .nav-box.auto {
    width: auto; }
  .nav-box .nav-label {
    display: inline-block; }

.flip {
  -moz-transform: scale(-1, 1);
  -webkit-transform: scale(-1, 1);
  -o-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1); }

/* Style mobile menu placeholders */
.mobile-heading-sm input[type="text"]::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #fff;
  font-style: italic; }

.mobile-heading-sm input[type="text"]::-moz-placeholder {
  /* Firefox 19+ */
  color: #fff;
  font-style: italic; }

.mobile-heading-sm input[type="text"]:-ms-input-placeholder {
  /* IE 10+ */
  color: #fff;
  font-style: italic; }

.mobile-heading-sm input[type="text"]:-moz-placeholder {
  /* Firefox 18- */
  color: #fff;
  font-style: italic; }

/* Style download urls */
a[href$=".pdf"],
a[href$=".doc"],
a[href$=".docx"],
a[href$=".xls"] {
  color: #e74c3c;
  text-indent: 0;
  text-decoration: underline; }
  a[href$=".pdf"]:before,
  a[href$=".doc"]:before,
  a[href$=".docx"]:before,
  a[href$=".xls"]:before {
    display: inline-block;
    font-family: "Glyphicons Halflings";
    content: "\e025";
    margin: 0 5px; }

a[href$=".pdf"]:hover,
a[href$=".doc"]:hover,
a[href$=".docx"]:hover,
a[href$=".xls"]:hover {
  color: #c32c1c;
  text-decoration: none; }

.search .summary .form-group {
  width: 100%;
  max-width: 400px; }

.general-content img {
  display: block;
  max-width: 100%;
  height: auto; }

p a {
  text-indent: 0; }

.post-nav {
  margin-top: 40px; }
  .post-nav div {
    padding: 0; }
  .post-nav a {
    display: block;
    color: #2c8bc8;
    text-align: center;
    border: solid 1px #0a77be;
    padding: 15px 0; }
  .post-nav div:first-child a {
    margin-right: 10px; }
  .post-nav div:last-child a {
    margin-left: 10px; }
  .post-nav a:hover {
    color: #fff;
    background: #0a77be;
    text-decoration: none; }

.highlight-box .container .highlight-wrap {
  border-left: solid 10px #0a77be;
  background: #78b8e1;
  padding: 20px 0; }
.highlight-box h5 {
  color: #fff;
  font-weight: 700;
  margin-top: 0; }
.highlight-box .item .paragraph-list {
  color: #06578b;
  font-size: 18px;
  padding-left: 30px;
  position: relative; }
.highlight-box .item p {
  color: #fff; }
.highlight-box .item .glyphicon {
  /* 		.glyphicon-earphone,
  		.glyphicon-map-marker { */
  position: absolute;
  top: 3px;
  left: 0;
  background: #06578b;
  color: #2c96da;
  width: 24px;
  height: 24px;
  line-height: 24px;
  text-align: center;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  font-size: 12px; }
.highlight-box h3 {
  color: #fff;
  font-size: 25px;
  margin: 0 0 20px 0;
  padding: 0 20px; }

.contact-page #content .highlight-box .container {
  padding: 0; }

.contact-page #content .highlight-box:first-child .container {
  background: #fff;
  padding: 20px 0 0 0; }

.toggle-lists .open .glyphicon {
  -moz-transform: rotate(46deg);
  -webkit-transform: rotate(46deg);
  -o-transform: rotate(46deg);
  -ms-transform: rotate(46deg);
  transform: rotate(46deg); }
.toggle-lists button {
  text-align: left;
  position: relative; }
  .toggle-lists button .glyphicon {
    width: 30px;
    height: 30px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    border: solid 2px #fff;
    line-height: 26px;
    text-align: center;
    padding-left: 2px;
    top: 15px;
    left: 20px;
    position: absolute;
    -webkit-transition: all 0.11s ease-in-out 0.11s;
    -moz-transition: all 0.11s ease-in-out 0.11s;
    -o-transition: all 0.11s ease-in-out 0.11s;
    -ms-transition: all 0.11s ease-in-out 0.11s;
    transition: all 0.11s ease-in-out 0.11s; }
.toggle-lists ul {
  display: none;
  list-style: none;
  padding-left: 0; }
  .toggle-lists ul li {
    padding: 12px 0;
    border-bottom: solid 1px #0a77be; }
  .toggle-lists ul li::after {
    clear: both;
    display: block;
    content: ''; }
  .toggle-lists ul span:nth-child(even) {
    color: #eb6153;
    text-align: right; }

/**
 * 2.0 Header
 */
/**
 * 2.1 Quick Nav
 */
#quick-nav {
  background: url(../img/shape-bg.jpg) repeat-x;
  background-position: 0 -4px;
  position: relative;
  margin-bottom: 24px; }
  #quick-nav .nav > li > a {
    color: #fff;
    padding: 14px 13px; }
  #quick-nav .nav > li > a:hover {
    text-decoration: underline; }
  #quick-nav .nav > li > a:hover,
  #quick-nav .nav > li > a:focus {
    background: none; }
  #quick-nav .dropdown-toggle:after {
    display: block;
    width: 1px;
    height: 20px;
    background: #fff;
    content: "";
    position: absolute;
    top: 15px;
    right: 15px; }

.shape-1 {
  display: block;
  width: 100%;
  height: 48px;
  /* left: -45%; */
  /* margin-left: 60px; */
  background: url(../img/shape-1.jpg);
  position: absolute; }
  .shape-1:after {
    /* display: block;
    width: 40px;
    height: 48px;
    position: absolute;
    right: -40px;
    background: url(../img/shape-border-1.jpg) no-repeat;
    content: ""; */ }

.nav .usefull-pages {
  width: 160px;
  background: transparent; }
  .nav .usefull-pages .dropdown-toggle,
  .nav .usefull-pages .dropdown-toggle:hover,
  .nav .usefull-pages .dropdown-toggle:focus {
    background: transparent; }
  .nav .usefull-pages .dropdown-toggle span {
    margin-right: 7px; }
  .nav .usefull-pages .dropdown-menu {
    border: none;
    position: relative;
    z-index: 1;
    -webkit-border-radius: 0;
    border-radius: 0;
    box-shadow: none; }

.usefull-pages .glyphicon-triangle-right {
  color: #2c8bc8; }
.usefull-pages .dropdown-menu > li > a {
  padding-left: 12px; }
.usefull-pages .dropdown-menu > li > a:hover,
.usefull-pages .dropdown-menu > li > a:focus {
  background: none;
  text-decoration: underline; }

/**
 * 2.2 Main
 */
#main {
  padding: 24px 0 9px 0; }

/**
 * 2.3 Logo
 */
.logo {
  display: block;
  width: 447px;
  height: 92px;
  background: url(../img/logo.png) no-repeat;
  text-indent: -9999px; }

/**
 * 2.4 Search
 */
.searchform form {
  float: right;
  margin-top: 20px; }
.searchform input[type="text"] {
  width: 240px;
  height: 52px;
  border: solid 1px #bbb;
  padding: 0 15px;
  -webkit-border-radius: 19px;
  border-radius: 19px;
  font-style: italic;
  font-size: 13px;
  margin-right: 20px; }
.searchform input[type="text"]:hover,
.searchform input[type="text"]:focus {
  color: #777;
  border-color: #777; }
.searchform .btn {
  width: 52px;
  height: 52px;
  background: #e74c3c;
  /* #06b506 */
  color: #fff;
  font-weight: 700;
  border: none;
  padding: 0;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  text-transform: uppercase; }
.searchform .btn:hover,
.searchform .btn:focus {
  color: #fff;
  background: #c0392b; }
.searchform ::-webkit-input-placeholder:hover {
  color: #777; }
.searchform :-moz-placeholder:hover {
  color: #777; }
.searchform ::-moz-placeholder:hover {
  color: #777; }
.searchform :-ms-input-placeholder:hover {
  color: #777; }

/**
 * 2.5 Menu
 */
#menu {
  margin-top: 10px;
  border-bottom: solid 1px #2c8bc8; }
  #menu li a {
    font-size: 17px;
    text-transform: uppercase;
    color: #676767;
    height: 50px;
    /* @include transition( .3s, ease, .15s ); */ }
  #menu .active a {
    color: #2c8bc8;
    /* replaced #0a77be from design */ }
  #menu li:hover > a,
  #menu li a:hover,
  #menu .current_page_item > a {
    color: #fff;
    background: #2c8bc8;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    text-shadow: none; }
  #menu .nav > li > a .glyphicon-triangle-bottom {
    left: 50%;
    margin-left: -2px;
    margin-top: 35px;
    position: absolute;
    color: #fff;
    opacity: 0; }
  #menu li:hover > a .glyphicon-triangle-bottom,
  #menu .nav > li > a:hover .glyphicon-triangle-bottom {
    color: #2c8bc8;
    margin-top: 46px;
    z-index: 2;
    opacity: 1;
    /* @include transition( .3s, ease, .15s ); */ }
  #menu .nav > li:hover .submenu {
    visibility: visible; }
  #menu .submenu li {
    float: none; }
    #menu .submenu li a {
      font-size: 14px;
      padding: 6px 20px;
      text-transform: none;
      height: auto; }
    #menu .submenu li a:hover,
    #menu .submenu li a:focus {
      background: none;
      color: #2c8bc8;
      -webkit-border-radius: 0;
      border-radius: 0; }
  #menu .submenu .nav {
    padding: 0 25px; }

.nav > li {
  position: inherit; }

.submenu {
  padding: 20px 30px;
  position: absolute;
  background: #f2f8f1;
  left: 0;
  width: 100%;
  z-index: 1;
  border-top: solid 1px #2c8bc8;
  visibility: hidden;
  -webkit-box-shadow: 0 8px 22px -12px #777;
  box-shadow: 0 8px 22px -12px #777;
  -webkit-transition-delay: 0.15s;
  /* Safari */
  transition-delay: 0.15s;
  /* @include transition( .12s, ease, .12s ); */ }
  .submenu .nav {
    padding-left: 30px; }
  .submenu .nav {
    float: none;
    margin: 0 auto;
    padding: 0; }
  .submenu li {
    max-width: 500px; }
  .submenu .menu-title {
    max-width: none; }
    .submenu .menu-title span {
      display: block;
      font-size: 18px;
      text-transform: uppercase;
      font-weight: 700;
      padding: 12px 0;
      margin: 0 0 15px 20px;
      border-bottom: solid 1px #2c8bc8;
      color: #777; }
  .submenu .glyphicon-list {
    margin-left: 8px; }
  .submenu .glyphicon-th-list {
    margin-left: 8px; }

/**
 * 2.6 Hero
 */
#hero {
  width: 100%;
  /* height: 543px; */
  /* background: url(../img/hero.jpg) no-repeat; */ }
  #hero .container {
    height: 100%;
    position: relative; }
  #hero .flexslider {
    border: none;
    margin: 0;
    display: none; }

.flexslider .custom-navigation {
  margin-top: 10px;
  float: right; }
  .flexslider .custom-navigation span {
    font-size: 25px; }

.hero-wrapper {
  position: absolute;
  bottom: 40px; }

.hero-caption {
  color: #fff;
  background: rgba(0, 0, 0, 0.72);
  padding: 35px 30px 20px; }
  .hero-caption h2 {
    text-transform: uppercase;
    margin: 0 0 20px 0; }
  .hero-caption p {
    font-size: 18px;
    margin-bottom: 15px; }
  .hero-caption .btn {
    background: #1c6291;
    padding: 15px 25px;
    -webkit-border-radius: 0;
    border-radius: 0;
    color: #fff;
    border: none;
    margin-top: 5px; }
  .hero-caption .btn:hover {
    background: #2c8bc8; }

.poll-btn {
  display: block;
  width: 90px;
  height: 100px;
  background: url(../img/poll-icon.png) no-repeat #fff;
  background-position: 20px 10px;
  text-align: center;
  padding-top: 57px;
  left: 20px;
  position: fixed;
  z-index: 9;
  -webkit-box-shadow: 8px 7px 15px 0 #9E9E9E;
  box-shadow: 8px 7px 15px 0 #9E9E9E; }
  .poll-btn strong {
    display: block; }

.poll-btn:hover,
.poll-btn:focus {
  text-decoration: none;
  background-color: #ebebeb; }

/**
 * 2.7 Call to action
 */
#cta {
  color: #fff;
  background: #2c8bc8;
  height: 74px;
  text-transform: uppercase;
  border-bottom: solid 5px #0a77be; }
  #cta .feedback-btn {
    display: block;
    width: 203px;
    height: 70px;
    padding: 0;
    background: url(../img/feedback.gif) no-repeat;
    text-indent: -9999px; }

/**
 * 2.8 Quick links
 */
.quick-links {
  height: 76px;
  background-color: #2c8bc8;
  border-bottom: solid 5px #0a77be; }
  .quick-links a {
    width: 50%;
    float: left;
    height: 76px;
    line-height: 76px;
    text-align: center;
    position: relative;
    font-size: 20px;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase; }
  .quick-links a:after,
  .quick-links a:before {
    display: block;
    content: '';
    position: absolute; }
  .quick-links a:after {
    width: 1px;
    height: 32px;
    background: #fff;
    top: 50%;
    margin-top: -16px; }
  .quick-links a:first-child:after {
    right: 0; }
  .quick-links a:last-child:after {
    left: 0; }
  .quick-links a:before {
    width: 125px;
    height: 3px;
    background: #0a77be;
    left: 50%;
    margin-left: -62px;
    bottom: 17px; }
  .quick-links a:hover {
    text-decoration: none; }
  .quick-links a:hover:before {
    background: #fff; }

/**
 * 3.0 Content
 */
.main-content {
  background: url(../img/main-content-bg.jpg) no-repeat;
  background-size: cover; }
  .main-content .container {
    background: #fff;
    padding-bottom: 40px; }

/* Formatting */
.general-content .container {
  padding-top: 40px; }
.general-content blockquote {
  color: #fff;
  background-color: #2c8bc8;
  padding: 40px;
  border-left: solid 9px #1c6291;
  font-size: 15px; }
.general-content h1, .general-content h2, .general-content h3, .general-content h4, .general-content h5, .general-content h6 {
  color: #000;
  margin-top: 20px; }
.general-content h1 {
  font-size: 35px;
  font-weight: 700;
  line-height: 23px;
  margin-bottom: 24px; }
.general-content h2 {
  font-size: 25px;
  font-weight: 700;
  line-height: 23px;
  padding-bottom: 20px;
  margin-bottom: 20px;
  position: relative; }
  .general-content h2::after {
    display: block;
    content: "";
    width: 80px;
    height: 2px;
    background-color: #2c8bc8;
    position: absolute;
    bottom: 0; }
.general-content h3 {
  font-size: 20px;
  font-weight: 400;
  line-height: 23px;
  text-transform: uppercase;
  padding-bottom: 30px;
  border-bottom: solid 1px #2c8bc8;
  margin-bottom: 30px;
  position: relative; }
  .general-content h3::after {
    display: block;
    content: "";
    width: 137px;
    height: 3px;
    background-color: #2c8bc8;
    position: absolute;
    bottom: 0; }
.general-content h4 {
  color: #2c8bc8;
  font-size: 18px;
  line-height: 23px;
  margin-bottom: 20px; }
.general-content h5 {
  font-size: 16px;
  line-height: 23px;
  margin-bottom: 20px; }
.general-content p {
  font-size: 15px;
  line-height: 22px;
  color: #3e3e3e;
  margin: 26px 0;
  text-align: justify;
  text-indent: 30px; }
.general-content .line {
  display: block;
  width: 100%;
  height: 1px;
  background-color: #2c8bc8;
  margin: 20px 0; }
.general-content ul, .general-content dl {
  list-style: none; }
.general-content ul, .general-content ol, .general-content dl {
  padding: 0;
  margin-bottom: 25px; }
.general-content ol {
  list-style-position: inside; }
.general-content dl {
  color: #2c8bc8; }
.general-content ul li,
.general-content ol li,
.general-content dl li {
  font-size: 15px;
  line-height: 25px;
  margin-bottom: 5px; }
.general-content ul li {
  position: relative;
  padding-left: 20px; }
  .general-content ul li::before {
    display: block;
    position: absolute;
    top: 7px;
    left: 0;
    width: 12px;
    height: 12px;
    font-family: "Glyphicons Halflings";
    font-size: 7px;
    text-align: center;
    line-height: 12px;
    content: "\e080";
    -webkit-border-radius: 50%;
    border-radius: 50%;
    color: #fff;
    background-color: #2c8bc8; }
  .general-content ul li li {
    margin-bottom: 0; }
    .general-content ul li li::before {
      background: transparent;
      color: #2c8bc8; }
.general-content dl li {
  position: relative;
  padding-left: 20px; }
  .general-content dl li::before {
    display: block;
    position: absolute;
    top: 6px;
    left: 0;
    width: 11px;
    height: 10px;
    font-family: "Glyphicons Halflings";
    font-size: 10px;
    text-align: center;
    line-height: 12px;
    content: "\e013";
    color: #2c8bc8; }

.news {
  margin-top: 40px; }
  .news h3 {
    text-transform: uppercase;
    font-size: 24px;
    line-height: 28px;
    padding: 0 0 10px 10px;
    border-bottom: solid 1px #2c8bc8;
    color: #090909;
    font-weight: 600;
    position: relative;
    margin: 0; }
  .news h3:after {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 128px;
    height: 3px;
    background: #2c8bc8;
    content: ""; }
  .news .timewrap {
    display: block;
    width: 50px;
    height: 50px; }
  .news .time {
    width: 50px;
    height: 34px;
    background: #4e9fd3;
    border-bottom: solid 3px #3a8cc0;
    font-size: 15px;
    color: #fff;
    text-align: center;
    margin-right: 10px; }
  .news .month {
    text-transform: uppercase; }
  .news section {
    width: 100%;
    padding: 17px 12px;
    border-bottom: solid 1px #2c8bc8;
    display: table; }
  .news .time,
  .news .title {
    display: table-cell;
    vertical-align: middle;
    margin-bottom: 0; }
  .news .title a {
    display: block;
    margin-left: 10px;
    font-size: 16px;
    color: #090909; }
    .news .title a:hover, .news .title a:focus {
      text-decoration: none;
      color: #2c8bc8; }
    .news .title a span {
      margin: 0 12px 0 8px;
      color: #bdbdbd; }
  .news .news-wrapper {
    margin-bottom: 24px; }
  .news .navigation {
    display: table;
    width: 63px;
    height: 62px;
    margin: 0 auto;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    overflow: hidden; }
    .news .navigation a {
      display: table-cell;
      width: 31px;
      height: 62px;
      background: #7ab6dc;
      color: #fff;
      line-height: 62px;
      text-align: center; }
    .news .navigation a:hover {
      background: #2c8bc8; }
    .news .navigation .left {
      border-right: solid 1px #fff; }
  .news .time {
    padding-top: 22px;
    position: relative; }
    .news .time .day {
      position: absolute;
      font-size: 22px;
      top: 0;
      text-align: center;
      display: block;
      width: 100%; }
  .news .title {
    width: 100%; }

.news .item.group {
  height: 280px; }

.main-content .sidebar {
  padding-top: 80px; }

.secondary-content {
  background: #ebf4fa;
  background: -moz-linear-gradient(90deg, #ebf4fa 25%, #f9f9f9 82%);
  background: -webkit-linear-gradient(90deg, #ebf4fa 25%, #f9f9f9 82%);
  background: -o-linear-gradient(90deg, #ebf4fa 25%, #f9f9f9 82%);
  background: -ms-linear-gradient(90deg, #ebf4fa 25%, #f9f9f9 82%);
  background: linear-gradient(180deg, #ebf4fa 25%, #f9f9f9 82%); }
  .secondary-content .container {
    background: #fff;
    padding-top: 20px; }

/* Category */
.page .heading,
.search .heading,
.single .heading,
.category .heading,
.sitemap .heading,
.error404 .heading,
.gallery-page .heading {
  background-color: #fafafa;
  padding: 22px 0;
  border: solid 1px #e8e8e8; }
.page .heading-title,
.search .heading-title,
.single .heading-title,
.category .heading-title,
.sitemap .heading-title,
.error404 .heading-title,
.gallery-page .heading-title {
  font-size: 33px;
  color: #2c8bc8; }
.page .breadcrumbs,
.search .breadcrumbs,
.single .breadcrumbs,
.category .breadcrumbs,
.sitemap .breadcrumbs,
.error404 .breadcrumbs,
.gallery-page .breadcrumbs {
  font-style: italic;
  color: #b3b3b3; }
  .page .breadcrumbs a,
  .search .breadcrumbs a,
  .single .breadcrumbs a,
  .category .breadcrumbs a,
  .sitemap .breadcrumbs a,
  .error404 .breadcrumbs a,
  .gallery-page .breadcrumbs a {
    color: #b3b3b3; }
  .page .breadcrumbs .glyphicon,
  .search .breadcrumbs .glyphicon,
  .single .breadcrumbs .glyphicon,
  .category .breadcrumbs .glyphicon,
  .sitemap .breadcrumbs .glyphicon,
  .error404 .breadcrumbs .glyphicon,
  .gallery-page .breadcrumbs .glyphicon {
    margin: 0 10px;
    font-size: 10px; }
.page .main-content .container,
.search .main-content .container,
.single .main-content .container,
.category .main-content .container,
.sitemap .main-content .container,
.error404 .main-content .container,
.gallery-page .main-content .container {
  padding-top: 20px; }

.gallery-page .news {
  margin-top: 0; }

.category-description {
  border-bottom: solid 1px #2c8bc8; }
  .category-description p {
    margin-top: 0;
    text-indent: 0; }

.category-filter {
  display: block;
  margin: 9px 0;
  text-align: right; }
  .category-filter span {
    line-height: 34px;
    display: inline-block;
    vertical-align: middle; }
  .category-filter .glyphicon {
    width: 38px;
    height: 34px;
    color: #8a8a8a;
    font-size: 24px;
    text-align: center;
    line-height: 34px;
    vertical-align: top;
    cursor: pointer; }
  .category-filter .glyphicon-th-list {
    margin-left: 20px; }
  .category-filter .glyphicon-th-large {
    padding-left: 3px; }
  .category-filter .glyphicon:hover,
  .category-filter .glyphicon.active {
    color: #fff;
    background-color: #e74c3c; }
  .category-filter .separator {
    width: 1px;
    height: 24px;
    background-color: #e3e3e3;
    margin: 5px 7px 0 7px; }

.category-items {
  margin-top: 25px; }
  .category-items a {
    display: block;
    background-color: #4e9fd3;
    height: 137px;
    border-bottom: solid 5px #2c8bc8;
    padding: 25px 22px;
    font-size: 13px;
    line-height: 22px;
    color: #fff;
    position: relative;
    -webkit-transition: all 0.3s ease 0.15s;
    -moz-transition: all 0.3s ease 0.15s;
    -o-transition: all 0.3s ease 0.15s;
    -ms-transition: all 0.3s ease 0.15s;
    transition: all 0.3s ease 0.15s;
    margin-bottom: 18px; }
  .category-items a:hover {
    text-decoration: none;
    background-color: #0a77be;
    border-bottom-color: #0a68a5; }
  .category-items a:hover span {
    opacity: 1; }
  .category-items a:hover i {
    top: 50%;
    opacity: 1; }
  .category-items span {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0; }
    .category-items span i {
      display: block;
      top: 40px;
      left: 50%;
      margin-left: -32px;
      margin-top: -32px;
      width: 64px;
      height: 64px;
      -webkit-border-radius: 50%;
      border-radius: 50%;
      background: rgba(150, 150, 150, 0.46);
      font-size: 30px;
      text-align: center;
      line-height: 64px;
      color: #9ebcd0;
      opacity: 0.75; }
  .category-items .glyphicon-menu-right {
    display: none; }
  .category-items button {
    position: absolute;
    left: 20px;
    bottom: 9px;
    padding-left: 6px;
    padding-right: 9px;
    border: none;
    border-bottom: solid 2px #1f7ab5;
    background-color: #2c8bc8;
    height: 21px; }

.category-list {
  margin-top: 25px;
  border-top: solid 1px #969696; }
  .category-list .overlay,
  .category-list button {
    display: none; }
  .category-list .row div {
    width: 100%; }
  .category-list .row a {
    display: block;
    border-bottom: solid 1px #969696;
    padding: 10px 0;
    color: #3e3e3e;
    font-size: 13px; }
  .category-list .row a:hover {
    color: #519bcf;
    text-decoration: underline; }
  .category-list .glyphicon-menu-right {
    color: #0a77be;
    margin: 3px 10px 0 2px; }

.headline {
  margin-bottom: 40px; }
  .headline h3 {
    color: #090909;
    text-transform: uppercase;
    font-size: 28px;
    line-height: 32px;
    padding-bottom: 20px;
    border-bottom: solid 1px #2c8bc8;
    position: relative;
    margin-bottom: 20px; }
  .headline h3:after {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 128px;
    height: 3px;
    background: #2c8bc8;
    content: ""; }
  .headline h4 {
    font-size: 25px;
    color: #63879e;
    text-align: center;
    margin: 40px auto; }

.booking-image {
  margin-bottom: 20px; }

.sidebar .widget_nav_menu ul {
  list-style: none;
  padding: 0; }
.sidebar .widget_nav_menu li {
  margin-bottom: 16px; }
.sidebar .widget_nav_menu a {
  display: block;
  font-size: 16px;
  line-height: 26px;
  text-transform: uppercase;
  height: 49px;
  color: #fff;
  background: #4e9fd3;
  border-bottom: solid 3px #3a8cc0;
  padding: 11px 16px; }
.sidebar .widget_nav_menu a:hover,
.sidebar .widget_nav_menu a:focus,
.sidebar .widget_nav_menu .current-menu-item a {
  background: #3889be;
  border-bottom-color: #2674a5; }

.booking {
  display: block;
  width: 100%;
  height: 201px;
  background: url(../img/booking.jpg) no-repeat;
  background-size: 100% auto;
  padding: 20px; }
  .booking span {
    text-transform: uppercase;
    font-size: 15px;
    line-height: 28px; }
  .booking a {
    font-size: 38px; }
  .booking span,
  .booking a {
    display: block;
    color: #fff; }
  .booking span:first-child {
    font-size: 25px;
    text-transform: inherit; }

/* Error 404 */
.error404 .container-wrap {
  text-align: center;
  padding: 110px 0; }
  .error404 .container-wrap h2 {
    font-weight: 700;
    font-size: 56px;
    color: #3e3e3e;
    line-height: 55px;
    margin-bottom: 10px; }
    .error404 .container-wrap h2::after {
      display: none; }
  .error404 .container-wrap h3 {
    text-align: center;
    font-size: 30px;
    border-bottom: none;
    margin: 0;
    padding-bottom: 15px; }
    .error404 .container-wrap h3::after {
      display: none; }
  .error404 .container-wrap p {
    margin: 0;
    font-size: 20px;
    text-align: center; }
  .error404 .container-wrap a {
    width: 320px;
    margin: 28px auto 0;
    display: inline-block;
    height: 60px;
    font-weight: 700;
    border: solid 1px #2c8bc8;
    font-size: 15px;
    color: #2c8bc8;
    text-transform: uppercase;
    line-height: 60px;
    letter-spacing: 2px; }
  .error404 .container-wrap a:hover,
  .error404 .container-wrap a:focus {
    border: solid 1px #2c8bc8;
    background: #2c8bc8;
    color: #fff;
    text-decoration: none; }

/* Empty beds */
.empty-beds .general-content h4 {
  margin: 40px 0 30px 0;
  text-align: center; }
.empty-beds .general-content .timeframe {
  margin: 0 auto; }
.empty-beds .calendar p {
  margin: 0 0 10px 0;
  text-align: right;
  text-indent: 0;
  line-height: 25px; }
.empty-beds .calendar div {
  padding: 0; }
.empty-beds .calendar .glyphicon-calendar {
  width: 25px;
  height: 25px;
  background: #52a2d6;
  margin-left: 6px;
  line-height: 25px;
  text-align: center;
  padding-left: 1px;
  color: #fff; }
.empty-beds #datepicker {
  border: medium none;
  opacity: 0;
  position: absolute;
  right: 0;
  width: 25px;
  z-index: 2;
  cursor: pointer; }

.empty-beds-wrapper .timeframe {
  width: 170px; }
.empty-beds-wrapper .timeframe i {
  background: #0a77be;
  width: 26px;
  height: 26px;
  line-height: 26px;
  text-align: center;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  padding-left: 2px;
  margin-right: 8px; }
.empty-beds-wrapper section {
  background: url(../img/table-beds.jpg) no-repeat right top #4e9fd3;
  padding: 30px 0 15px 0; }
  .empty-beds-wrapper section p {
    margin-bottom: 0;
    text-indent: 0; }

.general-content .empty-beds-wrapper h4,
.general-content .empty-beds-wrapper p {
  color: #fff; }
.general-content .empty-beds-wrapper h4 {
  margin: 0 0 5px 0;
  font-size: 21px;
  text-transform: uppercase; }

.table-beds span {
  color: #4692c2; }

/* Photo Gallery */
.gallery-page .main-content .container {
  padding-left: 0;
  padding-right: 0; }
.gallery-page .photo-gallery {
  padding-bottom: 0; }
  .gallery-page .photo-gallery h2 {
    background: #78b8e1;
    font-size: 13px;
    text-transform: uppercase;
    color: #fff;
    padding: 15px;
    border-left: solid 9px #06578b;
    margin: 0 15px 20px 15px; }
    .gallery-page .photo-gallery h2::after {
      display: none; }

.fancybox img {
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
  opacity: 0.9;
  -webkit-transition: all 0.2s ease 0.25s;
  -moz-transition: all 0.2s ease 0.25s;
  -o-transition: all 0.2s ease 0.25s;
  -ms-transition: all 0.2s ease 0.25s;
  transition: all 0.2s ease 0.25s; }

.fancybox:hover img {
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
  opacity: 1; }

.fancybox:hover span {
  opacity: 1; }
.fancybox:hover i {
  top: 50%;
  opacity: 1; }
.fancybox span {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0; }
  .fancybox span i {
    display: block;
    top: 40px;
    left: 50%;
    margin-left: -22px;
    margin-top: -22px;
    width: 44px;
    height: 44px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background: #fff;
    font-size: 20px;
    text-align: center;
    line-height: 44px;
    color: #222;
    opacity: 0.75; }

.photo-wrap img {
  width: 100%;
  height: auto; }
.photo-wrap .photo-item {
  margin-bottom: 20px; }

.jscroll-loading {
  display: none; }
  .jscroll-loading img {
    display: block;
    width: 110px;
    margin: 20px auto; }

/* Category news */
.category-news .sidebar {
  padding-top: 0; }

.category-news .news {
  margin-top: 0;
  border-top: 1px solid #2c8bc8; }

/* Category default */
.category-default .sidebar {
  padding-top: 0; }

.category-default .general-content p {
  text-indent: 0;
  margin-top: 0; }

/* Single news */
.single-news .heading-title {
  font-size: 20px; }
.single-news .general-content p {
  text-indent: 0;
  margin-top: 0; }

/* Search page */
.search .summary {
  margin: 15px 0 40px 0; }
  .search .summary h3 {
    margin: 0 0 30px 0;
    font-size: 30px;
    font-weight: 300;
    color: #9f9f9f; }
  .search .summary .form-group {
    padding: 0; }
  .search .summary input[type="text"] {
    display: block;
    width: 100%;
    height: 53px;
    border: solid 1px #2c8bc8;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    padding-left: 20px; }
  .search .summary button {
    background: #f67163;
    color: #fff;
    padding: 0 30px;
    text-shadow: none;
    border: none;
    font-weight: 700;
    font-size: 18px;
    height: 53px;
    margin-left: 10px; }
  .search .summary button:hover {
    background: #c0392b; }
.search .search-results a {
  display: block;
  font-size: 22px;
  margin-bottom: 10px; }
.search .search-results span {
  color: #78b8e1; }
.search .search-results section {
  margin-bottom: 30px; }

/* Contact */
.contact-page .main-content .container {
  /* padding: 25px 0; */
  padding: 0 15px; }

#map {
  height: 400px; }

.contact-form {
  margin-bottom: 40px; }
  .contact-form .wpcf7 {
    margin-left: -15px;
    margin-right: -15px; }
  .contact-form .wpcf7-not-valid-tip {
    display: none; }
  .contact-form .form-group .wpcf7-not-valid {
    border: solid 1px red; }
  .contact-form div.wpcf7-validation-errors,
  .contact-form div.wpcf7-mail-sent-ok {
    text-align: center;
    border: none;
    padding: 15px;
    background: rgba(91, 204, 46, 0.46);
    margin: 20px 15px; }
  .contact-form div.wpcf7-validation-errors {
    background: rgba(247, 231, 0, 0.4); }
  .contact-form h3 {
    font-size: 25px;
    color: #06578b;
    margin-bottom: 30px; }
  .contact-form input[type="tel"],
  .contact-form input[type="email"],
  .contact-form input[type="text"] {
    height: 45px; }
  .contact-form textarea {
    height: 174px; }
  .contact-form textarea,
  .contact-form input[type="tel"],
  .contact-form input[type="email"],
  .contact-form input[type="text"] {
    border-color: #78b8e1;
    -webkit-border-radius: 0;
    border-radius: 0; }
  .contact-form .form-group {
    margin-bottom: 19px; }
  .contact-form .btn-submit {
    text-align: center; }
    .contact-form .btn-submit .btn {
      width: 320px;
      height: 48px;
      font-size: 18px;
      font-weight: 700;
      text-transform: uppercase;
      color: #fff;
      text-shadow: none;
      border: none;
      border-bottom: solid 3px #1ab55b;
      background: #2ecc71;
      -webkit-border-radius: 0;
      border-radius: 0;
      box-shadow: none; }
    .contact-form .btn-submit .btn:hover {
      background: #1ab55b;
      border-color: #2ecc71; }
    .contact-form .btn-submit .glyphicon {
      width: 15px;
      height: 15px;
      background: #fff;
      color: #2ecc71;
      -webkit-border-radius: 50%;
      border-radius: 50%;
      font-size: 9px;
      line-height: 15px;
      top: 6px;
      margin-left: 10px;
      vertical-align: top; }

.custom-content {
  padding: 0; }
  .custom-content a {
    color: #e74c3c; }
  .custom-content .call-to-action p {
    margin: 20px 0; }
  .custom-content .toggle-lists {
    margin-bottom: 30px; }
    .custom-content .toggle-lists button {
      color: #fff;
      display: block;
      width: 100%;
      background: #0a77be;
      padding: 20px 60px;
      border: none;
      border-bottom: solid 3px #50a0d4; }
  .custom-content .google-map {
    margin-bottom: 35px; }
    .custom-content .google-map iframe {
      width: 100%;
      height: 400px; }

/* Sitemap */
.sitemap .general-content ul li {
  font-size: 15px; }

/**
 * 4.0 Footer
 */
/**
 * 4.1 Quick contact
 */
#quick-contact {
  color: #fff;
  height: 48px;
  background: #2c8bc8;
  position: relative; }
  #quick-contact .shape-1 {
    /* left: -60%; */ }
  #quick-contact .container {
    position: relative;
    z-index: 1; }
  #quick-contact nav a {
    font-size: 18px;
    color: #fff;
    height: 48px; }
  #quick-contact nav a:hover,
  #quick-contact nav a:focus {
    background: transparent;
    text-decoration: underline; }
  #quick-contact nav a span {
    top: 3px;
    margin-right: 10px; }

/**
 * 4.2 Footer content
 */
/**
 * Go to top button
 */
.go-top {
  display: inline-block;
  height: 40px;
  width: 40px;
  background-color: #ee9188;
  border-bottom: solid 2px #f4cac6;
  position: fixed;
  bottom: 100px;
  right: 10px;
  z-index: 10;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  /* image replacement properties */
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  background: #ee9188 url(../img/go-top-arrow.svg) no-repeat center 50%;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity .3s 0s, visibility 0s .3s;
  -moz-transition: opacity .3s 0s, visibility 0s .3s;
  transition: opacity .3s 0s, visibility 0s .3s; }

#quick-contact .go-top:hover {
  opacity: 1; }

.go-top.sj-is-visible, .go-top.sj-fade-out, .no-touch .go-top:hover {
  -webkit-transition: opacity .3s 0s, visibility 0s 0s;
  -moz-transition: opacity .3s 0s, visibility 0s 0s;
  transition: opacity .3s 0s, visibility 0s 0s; }

.go-top.sj-is-visible {
  /* the button becomes visible */
  visibility: visible;
  opacity: 1; }

.go-top.sj-fade-out {
  /* if the user keeps scrolling down, the button is out of focus and becomes less visible */
  opacity: .5; }

.no-touch .go-top:hover {
  background-color: #e86256;
  opacity: 1; }

@media only screen and (min-width: 768px) {
  .go-top {
    right: 20px;
    bottom: 20px; } }
@media only screen and (min-width: 1024px) {
  .go-top {
    height: 60px;
    width: 60px;
    right: 30px;
    bottom: 30px; } }
/* .go-top {
	display: block;
	width: 72px;
	height: 65px;
	background-color: #ee9188;
	border-bottom: solid 2px #f4cac6;
	position: absolute;
    right: 20px;
    top: -125px;
    width: 72px;
    .glyphicon-chevron-up {
    	display: block;
    	margin: 0 auto;
    	color: $white;
    	font-size: 22px;
    	text-align: center;
    	line-height: 65px;
    }
    &:hover,
    &:focus {
    	text-decoration: none;
    	background: #e5857c;
    	.glyphicon-chevron-up {
    		border-color: #e77a6f;
    	}
    }
} */
#footer {
  color: #fff;
  background: #23262b;
  padding: 35px 0; }
  #footer .logo {
    width: 100%;
    height: 75px;
    background-size: 100% auto;
    margin-bottom: 5px; }

.contact-details p {
  margin-bottom: 20px; }
.contact-details span {
  display: block; }
.contact-details .phone a {
  color: #fff; }
.contact-details .phone span {
  font-size: 20px; }
.contact-details .address {
  line-height: 27px; }
.contact-details .phone {
  line-height: 22px; }

.motto {
  padding-top: 15px;
  border-top: solid 1px #fff; }

#footer h4 {
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: solid 1px #6e6e6e; }
#footer .nav a {
  font-weight: 300;
  padding: 4px 0;
  color: #fff; }
#footer .nav a:hover,
#footer .nav a:focus {
  background: none;
  text-decoration: underline; }

/**
 * 4.3 Copyright
 */
#copyright {
  line-height: 42px;
  height: 42px;
  color: #23262b;
  text-align: center; }
  #copyright p {
    margin-bottom: 0; }

/**
 * 5.0 Media queries
 */
@media screen and (max-width: 1400px) {
  .go-top {
    width: 42px;
    height: 42px;
    top: auto; }
    .go-top .glyphicon-chevron-up {
      line-height: 42px;
      font-size: 17px; } }
@media screen and (min-width: 1200px) {
  .nav .submenu ul {
    max-width: 1170px;
    left: 50%;
    margin-left: -585px;
    position: relative; } }
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .nav .submenu ul {
    max-width: 970px;
    left: 50%;
    margin-left: -485px;
    position: relative; }

  .vmiddle p::after {
    height: 22px; }

  #cta .vmiddle {
    margin-top: 14px; } }
@media screen and (max-width: 1200px) {
  .searchform input[type="text"] {
    width: 225px;
    margin-right: 10px; }

  .shape-1 {
    /* left: -53%; */ }

  #menu li a {
    font-size: 16px; }

  .nav > li > a {
    padding-left: 12px;
    padding-right: 12px; }

  .nav-box {
    left: -45px; }

  .hero-caption {
    padding: 25px 30px 20px; }
    .hero-caption .btn {
      padding: 10px 25px; }
    .hero-caption p {
      font-size: 16px; }
    .hero-caption h2 {
      margin: 0 0 15px 0;
      font-size: 22px; } }
@media screen and (max-width: 992px) {
  #menu-mobile .glyphicon-th-list {
    position: absolute;
    right: 22px;
    top: 15px;
    color: #06578b; }
  #menu-mobile a:hover .glyphicon-th-list {
    color: #0a77be; }

  .headline h3 {
    font-size: 25px; }

  .sidebar {
    display: none; }

  .wrapper {
    margin-top: 40px; }

  .header-sm {
    margin-bottom: 30px; }

  .logo {
    width: 100%;
    height: 72px;
    background-size: 100% auto; }

  .menu-btn-sm {
    text-align: right; }
    .menu-btn-sm button {
      margin-top: 12px;
      width: 320px;
      height: 47px;
      background: #2c8bc8;
      border: none;
      font-size: 20px;
      color: #fff;
      text-transform: uppercase;
      text-align: left;
      line-height: 47px;
      padding-left: 18px;
      padding-right: 0; }
      .menu-btn-sm button .glyphicon {
        width: 47px;
        height: 47px;
        line-height: 47px;
        float: right;
        border-left: solid 1px #fff;
        text-align: center; }

  .hero-caption h2 {
    font-size: 21px; }

  .hero-caption p {
    font-size: 15px; }

  #cta p {
    margin-top: 12px;
    line-height: 22px; }

  .vmiddle p::after {
    height: auto; }

  .main-content .sidebar {
    padding-top: 40px; }

  .news .item.group {
    height: auto; }

  .quick-links {
    margin-top: 40px; }
    .quick-links a {
      font-size: 16px; }

  .mobile-menu-sm {
    display: none;
    left: 100%;
    width: 100%;
    height: 100%;
    background: #4e9fd3;
    position: fixed;
    top: 0;
    z-index: 9999; }
    .mobile-menu-sm ::-webkit-input-placeholder {
      color: #222; }
    .mobile-menu-sm :-moz-placeholder {
      /* Firefox 18- */
      color: #222; }
    .mobile-menu-sm ::-moz-placeholder {
      /* Firefox 19+ */
      color: #222; }
    .mobile-menu-sm :-ms-input-placeholder {
      color: #222; }
    .mobile-menu-sm li {
      width: 100%; }
      .mobile-menu-sm li a {
        color: #fff;
        font-size: 18px;
        height: auto;
        text-transform: uppercase;
        border-bottom: solid 1px #fff;
        padding: 12px 40px;
        position: relative; }
      .mobile-menu-sm li a:hover,
      .mobile-menu-sm li a:focus {
        background: #78b8e1; }
    .mobile-menu-sm .icon {
      position: absolute;
      right: 20px;
      top: 12px;
      width: 22px;
      height: 22px; }
      .mobile-menu-sm .icon span {
        display: block;
        width: 22px;
        height: 2px;
        background: #fff;
        position: absolute;
        top: 11px; }
      .mobile-menu-sm .icon span:last-child {
        -webkit-transition: all 0.2s ease-in-out 0.15s;
        -moz-transition: all 0.2s ease-in-out 0.15s;
        -o-transition: all 0.2s ease-in-out 0.15s;
        -ms-transition: all 0.2s ease-in-out 0.15s;
        transition: all 0.2s ease-in-out 0.15s;
        position: relative;
        -moz-transform: rotate(-90deg);
        -webkit-transform: rotate(-90deg);
        -o-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
        transform: rotate(-90deg); }
    .mobile-menu-sm .sub-menu a {
      font-size: 14px;
      text-transform: none; }
      .mobile-menu-sm .sub-menu a:before {
        display: inline-block;
        content: "-";
        margin-right: 3px; }

  .sub-menu {
    display: none;
    visibility: visible;
    position: relative; }

  .sub-menu .glyphicon-list {
    position: absolute;
    right: 25px;
    top: 15px;
    color: #06578c; }

  .sub-menu a:hover,
  #menu-mobile .current_page_parent > a,
  #menu-mobile .current_page_item a,
  .sub-menu a:hover .glyphicon-list {
    color: #0777bf; }

  /* .container > nav {
  	height: auto;
  	overflow-y: scroll;
  } */
  .nav .sub-menu {
    padding: 0;
    background: #4e9fd3; }

  .mobile-menu-sm .glyphicon-home,
  .mobile-menu-sm .glyphicon-earphone {
    top: 11px;
    left: 12px;
    position: absolute; }

  .glyphicon-earphone {
    top: 12px; }

  .sub-menu {
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    -ms-transition: none;
    transition: none; }

  .mobile-menu-sm .open .icon span:last-child {
    margin-top: -1px;
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg); }

  .mobile-heading-sm {
    padding-top: 30px; }
    .mobile-heading-sm .icon-close {
      width: 24px;
      height: 24px;
      display: inline-block;
      vertical-align: middle;
      position: relative;
      margin-left: 8px; }
      .mobile-heading-sm .icon-close .line-1,
      .mobile-heading-sm .icon-close .line-2 {
        display: block;
        width: 24px;
        height: 3px;
        background: #fff;
        position: absolute;
        top: 11px;
        -moz-transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg); }
      .mobile-heading-sm .icon-close .line-2 {
        -moz-transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        transform: rotate(-45deg); }
    .mobile-heading-sm .close-btn {
      cursor: pointer;
      text-align: right;
      margin: 5px 0; }
      .mobile-heading-sm .close-btn button {
        font-size: 15px;
        display: inline-block;
        background: transparent;
        border: none;
        height: 40px;
        padding-left: 15px;
        color: #fff; }
      .mobile-heading-sm .close-btn button:hover,
      .mobile-heading-sm .close-btn button:focus {
        color: #e74c3c; }
        .mobile-heading-sm .close-btn button:hover .line-1,
        .mobile-heading-sm .close-btn button:hover .line-2,
        .mobile-heading-sm .close-btn button:focus .line-1,
        .mobile-heading-sm .close-btn button:focus .line-2 {
          background: #e74c3c; }
    .mobile-heading-sm input[type="text"] {
      background: #78b8e1;
      padding: 0 15px;
      border: solid 1px #83c2eb;
      border-bottom: solid 2px #2c7bae;
      color: #000;
      width: 150px;
      height: 47px;
      top: 1px;
      position: relative;
      margin-right: 8px; }
    .mobile-heading-sm form button {
      width: 46px;
      height: 47px;
      background: #e74c3c;
      font-size: 11px;
      color: #fff;
      text-transform: uppercase;
      font-weight: 700;
      text-align: center;
      border: none;
      border-bottom: solid 2px #be3224;
      -webkit-border-radius: 0;
      border-radius: 0;
      padding: 0;
      text-shadow: none; }
    .mobile-heading-sm form button:hover {
      border-color: #e74c3c;
      background: #be3224;
      color: #fff; }

  .motto {
    margin-bottom: 40px; }

  #footer .logo {
    background-size: auto 50px;
    height: 50px; }

  #quick-contact .shape-1 {
    /*left: -45%;*/ }

  .mobile-menu-sm .sub-menu {
    display: none;
    padding: 0; }
    .mobile-menu-sm .sub-menu li {
      display: block; }
      .mobile-menu-sm .sub-menu li a {
        display: block; }
      .mobile-menu-sm .sub-menu li a:hover {
        text-decoration: none; }

  .mobile-heading-sm input[type="text"] {
    height: 48px;
    position: relative;
    top: 1px; }

  .hero-wrapper {
    bottom: 25px; }

  .hero-caption {
    padding: 15px 20px 15px; }
    .hero-caption h2 {
      font-size: 19px; }
    .hero-caption p {
      margin-bottom: 12px; }
    .hero-caption .btn {
      padding: 8px 20px; } }
@media screen and (max-width: 768px) {
  .post-nav div:first-child a {
    margin-right: 0;
    margin-bottom: 20px; }

  .post-nav div:last-child a {
    margin-left: 0; }

  header.wrapper {
    border-bottom: 1px solid #2c8bc8; }

  .search .summary .form-group {
    display: inline-block;
    max-width: 300px; }

  .logo {
    width: 245px;
    height: 52px;
    margin: 0 auto;
    background-size: 245px auto; }

  .menu-btn-sm {
    text-align: center; }

  #hero {
    background: none; }

  .hero-wrapper {
    position: relative;
    bottom: auto; }

  .hero-caption {
    color: #2c8bc8;
    background: none;
    margin-bottom: 25px;
    padding-left: 15px;
    padding-right: 15px; }

  #cta {
    height: auto;
    text-align: center; }
    #cta p {
      margin: 0 auto; }
    #cta .btn {
      float: none; }
    #cta .vmiddle {
      margin-top: 12px; }

  .news .title a span {
    display: none; }
  .news section {
    padding: 15px 0; }

  #quick-contact {
    height: auto; }
    #quick-contact a {
      text-align: center; }

  #footer .nav {
    margin-bottom: 30px; }

  .mobile-heading-sm .form-group {
    display: inline-block;
    width: 79%; }
  .mobile-heading-sm input[type="text"] {
    width: 100%; }
  .mobile-heading-sm form button {
    width: 18%;
    margin-left: 1%; }

  .mobile-menu-sm li a {
    font-size: 14px; }

  .page .heading-title,
  .search .heading-title,
  .single .heading-title,
  .category .heading-title,
  .sitemap .heading-title,
  .error404 .heading-title,
  .gallery-page .heading-title {
    font-size: 25px; }

  #copyright p {
    line-height: 25px;
    padding: 20px 0; }

  .nav-box {
    width: auto;
    left: 0;
    position: relative;
    display: inline-block;
    margin-bottom: 20px; }
    .nav-box a {
      display: inline-block; }
    .nav-box span {
      display: inline-block; }

  .search .summary h3 {
    font-size: 22px; }

  .error404 .general-content p {
    font-size: 15px;
    text-indent: 0; }
  .error404 .container-wrap h2 {
    font-size: 40px; }
  .error404 .container-wrap h3 {
    font-size: 20px; }
  .error404 .container-wrap a {
    width: 280px;
    font-size: 12px; }
  .error404 .container-wrap {
    padding: 40px 0; }

  #cta .feedback-btn {
    margin: 5px auto; } }
@media screen and (max-width: 700px) {
  .quick-links a::after {
    display: none; }

  .quick-links {
    height: auto; }
    .quick-links a {
      display: block;
      float: none;
      width: 100%; }
    .quick-links a:first-child::after {
      display: block;
      height: 1px;
      left: 10%;
      margin-top: 5px;
      top: 100%;
      width: 80%; } }
@media screen and (max-width: 500px) {
  .go-top {
    display: none; }

  .search .summary .form-group {
    display: block;
    max-width: none; }

  .search .summary .btn-default {
    margin-left: 0; } }
@media screen and (max-width: 420px) {
  .general-content .responsive-table p {
    line-height: 29px;
    width: 190px; } }
@media screen and (max-width: 400px) {
  .menu-btn-sm button {
    width: 280px; }

  #cta .btn {
    font-size: 16px; }

  .news h3 {
    font-size: 20px; }
  .news .title a {
    font-size: 14px; }

  .sidebar nav a {
    height: auto; }

  .main-content .container {
    padding-bottom: 20px; }

  .headline h3 {
    font-size: 22px;
    padding-bottom: 15px;
    line-height: 25px; }

  .mobile-menu-sm .col-xs-offset-2 {
    margin-left: 0; }

  .mobile-menu-sm .col-xs-8 {
    width: 100%; }

  .category-items .col-xs-6 {
    width: 100%; }

  .category-filter span {
    font-size: 10px; }
  .category-filter .glyphicon-th-list {
    margin-left: 10px; }

  .gallery-page .photo-wrap .col-xs-6 {
    width: 100%; }

  .error404 .container-wrap {
    padding-top: 0; } }
