//@import url(https://fonts.googleapis.com/css?family=Lato:400,300italic,400italic);
.theme-menu {
  font-style: italic;
  font-weight: 300;
  font-size: 18px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #202020;
  font-style: italic;
  font-weight: 300;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small {
  font-weight: 300;
  color: #888;
}
.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
  line-height: 0;
}
.clearfix:after {
  clear: both;
}
.hide-text {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.input-block-level {
  display: block;
  width: 100%;
  min-height: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
body,
.theme-fullwrap,
#tinymce {
  background: #FFF;
}
.theme-header {
  height: 100px;
  color: #fff;
  background: rgba(34,34,34,0.6);
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 4;
}
.theme-body {
  background: #FFF;
  padding-bottom: 30px;
}
.theme-body.js-home {
  padding-bottom: 0;
}
.theme-home-a {
  border-top: 10px solid #EFEFEF;
  border-bottom: 10px solid #EFEFEF;
  padding-bottom: 40px;
}
.theme-bottom-a {
  background: #FFF;
  padding-bottom: 40px;
}
.theme-bottom-a section {
  padding-top: 0;
}
.theme-bottom-b {
  border-top: 1px solid #d6d6d6;
  background: #EFEFEF;
  padding: 0 0 60px 0;
}
.theme-footer {
  padding: 16px 0;
  background: #222222;
  font-size: 90%;
}
section {
  padding-top: 30px;
}
section.js-sidebar-home {
  padding-top: 0;
}
.well {
  background: #EFEFEF;
  border: none;
}
.well hr {
  border-bottom: 1px solid #e2e2e2;
}
h5,
h6 {
  font-family: 'Lato', sans-serif;
}
.breadcrumb {
  background: none;
  margin-top: 12px;
  float: right;
  background-color: rgba(240,240,240,0.6);
  font-size: 90%;
  color: #333;
}
.breadcrumb a,
.breadcrumb > .active,
.breadcrumb > li > .divider {
  color: #333;
  text-shadow: 1px 1px 1px rgba(255,255,255,0.8);
}
.gomap img {
  max-width: none;
  display: inline;
  width: auto;
}
.theme-overlay {
  position: relative;
}
.theme-overlay,
.theme-overlay-bg,
.theme-overlay-top,
.theme-overlay-top a {
  display: block;
  width: 100%;
  height: 107px;
  line-height: 107px;
}
.theme-overlay-bg {
  background-size: cover;
}
.theme-overlay-top {
  position: absolute;
  text-align: center;
  top: 0;
  display: none;
}
.theme-overlay-top a {
  background: rgba(0,0,0,0.4);
  color: #FFF;
  font-size: 18px;
}
.theme-overlay-top a:hover {
  text-decoration: none;
  color: #FFF;
}
.kenburning-container {
  position: relative;
  overflow: hidden;
}
.kenburning-container img {
  position: absolute;
  max-width: none;
  top: 0;
  left: 0;
  z-index: 8;
}
.kenburning-container img.active {
  z-index: 10;
}
.kenburning-container img.last-active {
  z-index: 9;
}
.theme-wrapper.theme-heading {
  background: #6f6f6f;
  border-bottom: 10px solid #EFEFEF;
  background-position: 50% 50%;
  background-size: cover;
  position: relative;
  height: 300px;
}
.theme-wrapper.theme-heading::before {
  content: "";
  display: block;
}
.theme-wrapper.theme-heading.theme-heading-none {
  height: 110px;
}
.theme-heading-container {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  overflow: hidden;
}
.theme-heading-wrap {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}
.theme-heading-content {
  padding-top: 100px;
  height: 300px;
}
.theme-heading-content .container {
  background: none;
  height: 200px;
  position: relative;
}
.theme-heading-content .theme-heading-box {
  width: 100%;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  text-align: center;
  text-shadow: 1px 1px 1px rgba(0,0,0,0.6);
}
.theme-heading-content .theme-heading-info {
  background: rgba(34,34,34,0.2);
  padding: 20px;
  margin: 0 180px;
}
.theme-heading-content .theme-heading-info h2 {
  color: #fff;
  font-size: 40px;
  margin: 5px 0;
}
.theme-heading-content .theme-heading-info h4 {
  margin: 0;
  font-size: 24px;
  color: #fff;
}
.theme-heading-content .theme-heading-info h4 span:after,
.theme-heading-content .theme-heading-info h4 span:before {
  border-top: 1px solid #fff;
  top: 13px;
}
.theme-heading-content .theme-heading-info h1 {
  color: #fff;
  font-size: 44px;
  margin-bottom: 15px;
}
.theme-heading-content .theme-heading-info p {
  color: #fff;
  font-size: 18px;
  font-style: italic;
}
.theme-header.fixed {
  background: rgba(34,34,34,0.8);
  position: fixed;
  z-index: 999;
  top: 0;
  left: 0;
  width: 100%;
  height: 50px;
}
.theme-header.fixed .theme-toolbar {
  display: none !important;
}
.theme-header.fixed .theme-menu ul.nav {
  margin-top: 11px;
}
.theme-header.fixed .theme-menu ul.nav a {
  height: 28px;
  line-height: 28px;
  padding: 0 6px;
  font-size: 13px;
}
.theme-header.fixed .theme-logo {
  margin-top: 0;
  margin-right: 0;
}
.theme-header.fixed .theme-logo img {
  height: 50px;
  margin: 0;
}
.theme-header.fixed .theme-logo img.fixed {
  display: block;
}
.theme-header.fixed .theme-logo img.normal {
  display: none;
}
.theme-logo p {
  margin: 0;
}
.theme-logo img {
  margin-top: 10px;
}
.theme-logo img.fixed {
  display: none;
}
.theme-menu {
  clear: both;
}
.theme-toolbar {
  float: right;
  margin: 5px 10px 0 0;
  font-size: 11px;
  font-weight: 300;
  font-style: italic;
  text-shadow: 1px 1px 1px rgba(0,0,0,0.5);
  color: #fff;
}
.theme-toolbar p {
  margin: 0;
}
.theme-toolbar a {
  color: #fff;
}
.theme-toolbar div {
  float: left;
  margin: 0 3px;
}
.theme-toolbar a:hover {
  text-decoration: none;
}
.theme-toolbar a.my-account {
  color: #AECA20;
}
.theme-search {
  z-index: 99;
  height: 78px;
  min-height: 78px;
  overflow: hidden;
  position: absolute;
  width: 100%;
  margin-top: -78px;
  background: rgba(34,34,34,0.6);
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.theme-search.opened {
  background: rgba(34,34,34,0.98);
  -webkit-box-shadow: 5px 5px 5px #222222;
  -moz-box-shadow: 5px 5px 5px #222222;
  box-shadow: 5px 5px 5px #222222;
}
.theme-search #mod-hotel-form {
  margin: 0;
  overflow: hidden;
  padding: 0 0 4px 0;
}
.theme-search #mod-hotel-form .mod-hotel-control {
  margin: 11px 14px 0 0;
  float: left;
}
.theme-search #mod-hotel-form .mod-hotel-rooms-control {
  margin-top: 0;
}
.theme-search #mod-hotel-form .mod-hotel-room {
  margin-top: 11px;
  margin-bottom: 10px;
}
.theme-search #mod-hotel-form #mod-hotel-rooms,
.theme-search #mod-hotel-form #mod-hotel-promotion {
  width: 100px;
}
.theme-search #mod-hotel-form .mod-hotel-occupation {
  width: 88px;
}
.theme-search #mod-hotel-form .mod-hotel-submit-control {
  margin-top: 31px;
}
.theme-search #mod-hotel-form .mod-hotel-submit-control button {
  padding-left: 30px;
  padding-right: 30px;
}
.theme-search #mod-hotel-form a {
  color: #fff;
}
.theme-search #mod-hotel-form a:hover,
.theme-search #mod-hotel-form a:active,
.theme-search #mod-hotel-form a:focus {
  text-decoration: none;
}
.theme-search #mod-hotel-form label {
  margin: 0;
  line-height: 20px;
  font-size: 85%;
  color: #fff;
}
.theme-search #mod-hotel-form.single-room {
  margin-left: 40px;
}
.theme-search #mod-hotel-form.single-room .mod-hotel-control {
  margin-right: 28px;
}
.theme-search #mod-hotel-form.single-room .mod-hotel-room-control {
  width: 100px;
  display: inline-block;
}
.theme-search #mod-hotel-form.single-room .mod-hotel-rooms-control {
  margin-left: -135px;
  margin-top: 20px;
}
.theme-search #mod-hotel-promotion {
  display: block;
}
.theme-menu ul.nav {
  margin: 24px 0 0 0;
  padding: 0;
  float: right;
}
.theme-menu ul.nav li {
  display: block;
  margin: 0 6px;
}
.theme-menu ul.nav li a {
  height: 30px;
  line-height: 30px;
  padding: 0 6px;
  font-size: 15px;
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
  text-shadow: 1px 1px 1px rgba(0,0,0,0.5);
  color: #fff;
}
.theme-menu ul.nav li li a {
  height: 30px;
  line-height: 30px;
  margin: 0;
  padding: 0 6px;
  text-transform: none;
  font-size: 14px;
}
.theme-menu ul.nav > li > a:hover,
.theme-menu ul.nav > li.active > a,
.theme-menu ul.nav > li.active > a:hover,
.theme-menu ul.nav li.dropdown.active > .dropdown-toggle {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.theme-menu ul.nav .dropdown-menu {
  padding: 6px 0;
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
  background: rgba(34,34,34,0.6);
}
.theme-menu ul.nav .dropdown-menu:before {
  content: none;
}
.theme-menu ul.nav .dropdown-menu:after {
  content: none;
}
.theme-menu ul.nav .dropdown-menu > li > a:hover,
.theme-menu ul.nav .dropdown-menu > li > a:focus,
.theme-menu ul.nav .dropdown-submenu:hover > a,
.theme-menu ul.nav .dropdown-submenu:focus > a,
.theme-menu ul.nav .dropdown-menu > .active > a,
.theme-menu ul.nav .dropdown-menu > .active > a:hover,
.theme-menu ul.nav .dropdown-menu > .active > a:focus {
  text-decoration: none;
  color: #0d0d0d;
  background-color: transparent;
  background-image: none;
  background-image: none;
  background-image: none;
  background-image: none;
  background-image: none;
  background-image: none;
  background-repeat: no-repeat;
  filter: none;
}
.theme-menu ul.nav > li:hover > a,
.theme-menu ul.nav > li > a:hover,
.theme-menu ul.nav > li.active > a,
.theme-menu ul.nav > li.active > a:hover,
.theme-menu ul.nav li.dropdown.active > .dropdown-toggle {
  color: #d2e769;
  background: transparent;
}
.theme-menu ul.nav .dropdown-menu > li > a:hover,
.theme-menu ul.nav .dropdown-menu > li > a:focus,
.theme-menu ul.nav .dropdown-submenu:hover > a,
.theme-menu ul.nav .dropdown-submenu:focus > a,
.theme-menu ul.nav .dropdown-menu > .active > a,
.theme-menu ul.nav .dropdown-menu > .active > a:hover,
.theme-menu ul.nav .dropdown-menu > .active > a:focus {
  color: #AECA20;
}
.theme-mainnav {
  height: 100%;
  height: auto;
}
.theme-mainnav::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 1px;
  background: rgba(0,0,0,0.6);
  box-shadow: 0 0 5px 2px rgba(0,0,0,0.6);
}
.theme-mainnav button {
  display: none;
}
.theme-mainnav ul.theme-mainnav-list {
  margin: 0;
  padding: 20px 10px 0 10px;
}
.theme-mainnav li {
  list-style: none;
  background: none;
  padding: 0;
}
.theme-mainnav li ul {
  margin: 0;
  padding: 0 0 0 20px;
}
.theme-mainnav a {
  display: block;
  color: #fff;
  padding: 7px 6px;
  border-top: 1px dotted #333;
  border-bottom: 1px dotted #000;
}
.theme-mainnav a:hover {
  text-decoration: none;
  color: #fff;
}
.theme-mainnav .toolbar {
  display: block;
  height: 20px;
  margin: 10px;
}
.theme-mainnav .toolbar a {
  padding: 0;
  border: none;
  display: block;
  width: auto;
  float: left;
  font-size: 16px;
  line-height: 20px;
  margin: 0 10px 0 0;
}
.theme-mainnav .toolbar #mainnav-toolbar-close {
  float: right;
  font-size: 20px;
  margin: 0 10px;
}
.theme-menu-toggle {
  float: right;
  color: #fff;
  margin: 40px 20px;
  font-size: 30px;
  line-height: 40px;
}
.theme-menu-toggle:hover {
  text-decoration: none;
  color: #fff;
}
.theme-wrapper.theme-slider {
  background: #6f6f6f;
  border-bottom: 10px solid #EFEFEF;
  position: relative;
  max-height: 900px;
}
.theme-wrapper.theme-slider::before {
  content: "";
  display: block;
  padding-top: 50%;
}
.theme-slide {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  overflow: hidden;
  -webkit-transition: all 1s linear;
  -moz-transition: all 1s linear;
  -o-transition: all 1s linear;
  transition: all 1s linear;
  opacity: 0;
  filter: alpha(opacity=0);
}
.theme-slide.active {
  opacity: 1;
  filter: alpha(opacity=100);
}
.theme-slide-img {
  min-height: 50%;
  width: 100%;
  height: auto;
  -webkit-transition: all 20s linear;
  -moz-transition: all 20s linear;
  -o-transition: all 20s linear;
  transition: all 20s linear;
}
.theme-slide-wrap {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}
.theme-slide-content {
  height: 100%;
}
.theme-slide-content .container {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 100%;
  text-align: center;
  text-shadow: 1px 1px 1px rgba(0,0,0,0.6);
}
.theme-slide-content .container .animation1,
.theme-slide-content .container .animation2 {
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -ms-transform: scale(0.8);
  -o-transform: scale(0.8);
  transform: scale(0.8);
  -webkit-transition: all 1s ease-out;
  -moz-transition: all 1s ease-out;
  -o-transition: all 1s ease-out;
  transition: all 1s ease-out;
  opacity: 0;
  filter: alpha(opacity=0);
  padding: 30px 0;
  margin: 0 260px;
}
.theme-slide-content .container .animation1.appear,
.theme-slide-content .container .animation2.appear {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  opacity: 1;
  filter: alpha(opacity=100);
  background: rgba(34,34,34,0.2);
}
.theme-slide-content .container .animation1.reset,
.theme-slide-content .container .animation2.reset {
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  transition: none;
}
.theme-slide-content .container h2 {
  color: #fff;
  font-size: 40px;
  margin: 5px 0;
}
.theme-slide-content .container h4 {
  margin: 0;
  font-size: 24px;
  color: #fff;
}
.theme-slide-content .container h4 span:after,
.theme-slide-content .container h4 span:before {
  border-top: 1px solid #fff;
  top: 13px;
}
.theme-slide-content .container h1 {
  color: #fff;
  font-size: 44px;
  margin-bottom: 15px;
}
.theme-slide-content .container p {
  color: #fff;
  font-size: 18px;
  font-style: italic;
}
#theme-slider-next,
#theme-slider-prev {
  border: 1px solid #fff;
  border-right: none;
  border-bottom: none;
  display: block;
  height: 50px;
  width: 50px;
  position: absolute;
  left: 0;
  top: 0;
  margin-left: 40px;
  z-index: 1;
  opacity: 0.7;
  filter: alpha(opacity=70);
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(-45deg);
  -moz-transform: translateY(-50%) rotate(-45deg);
  -ms-transform: translateY(-50%) rotate(-45deg);
  -o-transform: translateY(-50%) rotate(-45deg);
  transform: translateY(-50%) rotate(-45deg);
}
#theme-slider-next:hover,
#theme-slider-prev:hover {
  opacity: 1;
  filter: alpha(opacity=100);
  text-decoration: none;
}
#theme-slider-next {
  right: 0;
  left: auto;
  margin-right: 40px;
  -webkit-transform: translateY(-50%) rotate(135deg);
  -moz-transform: translateY(-50%) rotate(135deg);
  -ms-transform: translateY(-50%) rotate(135deg);
  -o-transform: translateY(-50%) rotate(135deg);
  transform: translateY(-50%) rotate(135deg);
}
.theme-search {
  z-index: 99;
  height: 78px;
  min-height: 78px;
  overflow: hidden;
  position: absolute;
  width: 100%;
  margin-top: -88px;
  background: rgba(34,34,34,0.6);
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.theme-search.opened {
  background: rgba(34,34,34,0.98);
  -webkit-box-shadow: 5px 5px 5px #222222;
  -moz-box-shadow: 5px 5px 5px #222222;
  box-shadow: 5px 5px 5px #222222;
}
.theme-search #mod-hotel-form {
  margin: 0;
  overflow: hidden;
  padding: 0 0 4px 0;
}
.theme-search #mod-hotel-form .mod-hotel-control {
  margin: 11px 14px 0 0;
  float: left;
}
.theme-search #mod-hotel-form .mod-hotel-rooms-control {
  margin-top: 0;
}
.theme-search #mod-hotel-form .mod-hotel-room {
  margin-top: 11px;
  margin-bottom: 10px;
}
.theme-search #mod-hotel-form #mod-hotel-rooms,
.theme-search #mod-hotel-form #mod-hotel-promotion {
  width: 100px;
}
.theme-search #mod-hotel-form .mod-hotel-occupation {
  width: 88px;
}
.theme-search #mod-hotel-form .mod-hotel-submit-control {
  margin-top: 31px;
}
.theme-search #mod-hotel-form .mod-hotel-submit-control button {
  padding-left: 30px;
  padding-right: 30px;
}
.theme-search #mod-hotel-form a {
  color: #fff;
}
.theme-search #mod-hotel-form a:hover,
.theme-search #mod-hotel-form a:active,
.theme-search #mod-hotel-form a:focus {
  text-decoration: none;
}
.theme-search #mod-hotel-form label {
  margin: 0;
  line-height: 20px;
  font-size: 85%;
  color: #fff;
}
.theme-search #mod-hotel-form.single-room {
  margin-left: 40px;
}
.theme-search #mod-hotel-form.single-room .mod-hotel-control {
  margin-right: 28px;
}
.theme-search #mod-hotel-form.single-room .mod-hotel-room-control {
  width: 100px;
  display: inline-block;
}
.theme-search #mod-hotel-form.single-room .mod-hotel-rooms-control {
  margin-left: -135px;
  margin-top: 20px;
}
.theme-search #mod-hotel-promotion {
  display: block;
}
.theme-presentation {
  text-align: center;
  margin: 20px 0 40px;
}
.theme-presentation h2,
.theme-presentation h3,
.theme-presentation h4,
.theme-presentation h5 {
  margin: 0;
}
.theme-presentation h5,
.theme-presentation h4 {
  color: #888;
}
.theme-margin-bottom {
  margin-bottom: 60px;
}
.theme-header-subtitle {
  display: inline-block;
  line-height: 1.1;
  margin: 5px 160px;
  position: relative;
  text-align: center;
  text-transform: none;
  z-index: 2;
}
.theme-header-subtitle span {
  display: inline-block;
  padding: 0 20px;
  position: relative;
  z-index: 1;
}
.theme-header-subtitle span:after,
.theme-header-subtitle span:before {
  border-top: 1px solid #888;
  content: "";
  display: block;
  height: 1px;
  left: -50px;
  position: absolute;
  top: 8px;
  width: 60px;
  z-index: 0;
}
.theme-header-subtitle span:before {
  left: auto;
  right: -50px;
}
.theme-welcome {
  text-align: center;
  margin: 50px 0 74px 0;
}
.theme-welcome h1 {
  font-size: 40px;
  margin: 0 100px;
}
.theme-welcome h1:after {
  text-align: center;
  content: "";
  display: block;
  height: 1px;
  margin: 20px 300px 0;
  background: #EEE;
}
.theme-welcome p {
  color: #888;
  margin: 15px 100px;
}
.theme-overlay {
  text-align: center;
  width: 100%;
  height: 194px;
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
  background-color: rgba(33,33,33,0.7);
  color: #FFF;
  text-shadow: 1px 1px 1px rgba(0,0,0,0.5);
  display: none;
}
.theme-overlay a {
  color: #FFF;
}
.theme-overlay h3 {
  margin: 54px 0 2px 0;
  font-weight: normal;
}
.theme-overlay h4 {
  margin: 60px 0 10px 0;
}
.theme-overlay p {
  text-align: center;
}
.theme-home-news {
  margin-bottom: 40px;
}
.theme-home-news h2 {
  margin: 0 0 40px 0;
  padding-bottom: 10px;
  border-bottom: 1px dotted #666666;
}
.theme-home-news .home-news-item {
  clear: both;
  overflow: hidden;
  margin: 20px 0;
  padding-bottom: 20px;
  border-bottom: 1px dotted #cccccc;
}
.theme-home-news .item-img {
  float: left;
  width: 120px;
  height: 120px;
  display: block;
  overflow: hidden;
  -webkit-border-radius: 60px;
  -moz-border-radius: 60px;
  border-radius: 60px;
  background-repeat: none;
  background-position: center center;
  background-size: cover;
  border: 1px solid #fff;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.theme-home-news .item-text {
  margin-left: 145px;
}
.theme-home-news .item-text h3 {
  line-height: 1.2em;
  font-size: 22px;
  margin: 0;
}
.theme-home-news .item-text h3 a:hover {
  text-decoration: none;
}
.theme-home-news .item-text a.btn {
  background: none;
  color: #AECA20;
  border: 0;
  padding: 0;
  font-size: 12px;
  text-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.theme-home-news .item-text a.btn:hover {
  background: none;
  color: #889e19;
}
.theme-home-reviews {
  overflow: hidden;
  width: 100%;
  margin: 20px 0;
}
.theme-home-reviews .home-review {
  margin: 0;
  width: 100%;
  text-align: center;
  padding: 20px 0 10px 0;
  display: block;
  position: relative;
}
.theme-home-reviews .home-review .home-review-content {
  margin: 0 60px;
}
.theme-home-reviews .home-review img {
  width: 60px;
  -webkit-border-radius: 80px;
  -moz-border-radius: 80px;
  border-radius: 80px;
}
.theme-home-reviews .home-review .review-text {
  color: #202020;
  font-family: 'Times New Roman', Times, serif;
  font-style: italic;
  font-size: 22px;
  margin: 18px 0 8px 0;
}
.theme-home-reviews .home-review .review-extended {
  color: #888;
  margin: 8px 0 4px 0;
}
.theme-home-reviews .home-review .review-author {
  font-size: 12px;
}
.theme-home-reviews .theme-slider .cycle-pager {
  display: block;
  position: relative;
  margin: 0;
  padding: 10px 0;
  bottom: 0;
}
.theme-home-reviews .theme-slider .cycle-pager span {
  background: #888;
}
.theme-home-reviews .theme-slider .cycle-pager span.cycle-pager-active {
  background: #AECA20;
}
.theme-featured {
  margin-bottom: 15px;
  text-align: center;
  -webkit-transition: all .5s linear;
  -moz-transition: all .5s linear;
  -o-transition: all .5s linear;
  transition: all .5s linear;
}
.theme-featured img {
  display: block;
  -webkit-transition: all .5s ease-out;
  -moz-transition: all .5s ease-out;
  -o-transition: all .5s ease-out;
  transition: all .5s ease-out;
}
.theme-featured:hover img {
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
}
.theme-featured .theme-video-play {
  color: #fff;
  font-size: 80px;
  padding: 40px;
}
.theme-featured .theme-video-play:hover {
  text-decoration: none;
  color: #fff;
}
.theme-featured .theme-featured-zoom {
  color: #fff;
  font-size: 44px;
  padding: 40px;
}
.theme-featured .theme-featured-zoom:hover {
  text-decoration: none;
  color: #fff;
}
.theme-featured-box {
  margin: 10px 0;
  padding: 10px 20px 20px;
  -webkit-transition: all .2s linear;
  -moz-transition: all .2s linear;
  -o-transition: all .2s linear;
  transition: all .2s linear;
}
.theme-featured-box h3 {
  margin: 0;
}
.theme-featured-overlay-wrap {
  display: block;
  position: relative;
  overflow: hidden;
}
.theme-featured-overlay {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  height: 100%;
  left: 0;
  padding: 9px;
  position: absolute;
  -webkit-transition: all .5s ease-out;
  -moz-transition: all .5s ease-out;
  -o-transition: all .5s ease-out;
  transition: all .5s ease-out;
  top: 0;
  width: 100%;
  z-index: 1;
}
.theme-featured-overlay .theme-featured-overlay-content {
  overflow: hidden;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  height: 100%;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transform: scale(0.5);
  -moz-transform: scale(0.5);
  -ms-transform: scale(0.5);
  -o-transform: scale(0.5);
  transform: scale(0.5);
  -webkit-transition: all .5s ease-out;
  -moz-transition: all .5s ease-out;
  -o-transition: all .5s ease-out;
  transition: all .5s ease-out;
  width: 100%;
}
.theme-featured:hover .theme-featured-box {
  background: rgba(34,34,34,0.02);
}
.theme-featured:hover .theme-featured-overlay .theme-featured-overlay-content {
  background: rgba(34,34,34,0.6);
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.theme-featured-overlay-inner {
  width: 100%;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.theme-offers-title {
  margin-top: 30px;
  text-align: left;
}
.theme-offers-title h3,
.theme-offers-title h4,
.theme-offers-title h5 {
  margin: 0;
}
.theme-offers-title .theme-header-subtitle span:after,
.theme-offers-title .theme-header-subtitle span:before {
  top: 13px;
}
.theme-offers-title h4 {
  color: #888;
  margin: 0;
}
.theme-offers-filter {
  margin: 30px 0;
  text-align: center;
}
.theme-offers-filter a {
  border: 1px solid #EFEFEF;
  margin: 4px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.theme-offers-filter a:hover {
  text-decoration: none;
  border: 1px solid #d6d6d6;
}
.theme-offers-filter a.active {
  border-color: #AECA20;
  background: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.theme-offers {
  margin-bottom: 40px;
}
.theme-offer {
  width: 25%;
  float: left;
  margin: 0;
  text-align: center;
  color: #fff;
}
.theme-offer img {
  display: block;
  -webkit-transition: all .5s ease-out;
  -moz-transition: all .5s ease-out;
  -o-transition: all .5s ease-out;
  transition: all .5s ease-out;
}
.theme-offer:hover img.effect1 {
  -webkit-transform: scale(1.7) rotate(15deg);
  -moz-transform: scale(1.7) rotate(15deg);
  -ms-transform: scale(1.7) rotate(15deg);
  -o-transform: scale(1.7) rotate(15deg);
  transform: scale(1.7) rotate(15deg);
}
.theme-offer:hover img.effect2 {
  -webkit-transform: scale(1.7) rotate(-15deg);
  -moz-transform: scale(1.7) rotate(-15deg);
  -ms-transform: scale(1.7) rotate(-15deg);
  -o-transform: scale(1.7) rotate(-15deg);
  transform: scale(1.7) rotate(-15deg);
}
.theme-offer:hover img.effect3 {
  -webkit-transform: scale(1.4) rotate(10deg);
  -moz-transform: scale(1.4) rotate(10deg);
  -ms-transform: scale(1.4) rotate(10deg);
  -o-transform: scale(1.4) rotate(10deg);
  transform: scale(1.4) rotate(10deg);
}
.theme-offer:hover img.effect4 {
  -webkit-transform: scale(1.4) rotate(-10deg);
  -moz-transform: scale(1.4) rotate(-10deg);
  -ms-transform: scale(1.4) rotate(-10deg);
  -o-transform: scale(1.4) rotate(-10deg);
  transform: scale(1.4) rotate(-10deg);
}
.theme-offer h4,
.theme-offer h5 {
  color: #fff;
}
.theme-offer .theme-offer-info {
  font-size: 100px;
  padding: 40px;
}
.theme-offer .theme-offer-info:hover {
  text-decoration: none;
  color: #fff;
}
.theme-offer-overlay-wrap {
  display: block;
  position: relative;
  overflow: hidden;
}
.theme-offer-overlay {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  height: 100%;
  left: 0;
  padding: 9px;
  position: absolute;
  -webkit-transition: all .5s ease-out;
  -moz-transition: all .5s ease-out;
  -o-transition: all .5s ease-out;
  transition: all .5s ease-out;
  top: 0;
  width: 100%;
  z-index: 1;
}
.theme-offer-overlay .theme-offer-overlay-content {
  overflow: hidden;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  height: 100%;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transform: scale(0.5);
  -moz-transform: scale(0.5);
  -ms-transform: scale(0.5);
  -o-transform: scale(0.5);
  transform: scale(0.5);
  -webkit-transition: all .5s ease-out;
  -moz-transition: all .5s ease-out;
  -o-transition: all .5s ease-out;
  transition: all .5s ease-out;
  width: 100%;
}
.theme-offer-overlay-wrap:hover .theme-offer-overlay .theme-offer-overlay-content {
  background: rgba(34,34,34,0.6);
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.theme-offer-overlay-inner {
  width: 100%;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.theme-awards {
  margin: 50px 0 30px;
  text-align: center;
}
.theme-awards h4 {
  margin: 10px 0 40px;
  color: #888;
}
.theme-home-award-link {
  display: block;
  position: relative;
  width: 100%;
  margin: 0 auto;
  height: 85px;
}
.theme-home-award-top,
.theme-home-award-bottom {
  position: absolute;
  left: 0;
  width: 100%;
  -webkit-transition: opacity .5s ease-out;
  -moz-transition: opacity .5s ease-out;
  -o-transition: opacity .5s ease-out;
  transition: opacity .5s ease-out;
}
.theme-home-award-top:hover {
  opacity: 0;
}
.theme-slider {
  position: relative;
}
.theme-slider .cycle-pager {
  text-align: center;
  width: 100%;
  z-index: 201;
  position: absolute;
  overflow: hidden;
  bottom: 13px;
  font-size: 13px;
}
.theme-slider .cycle-pager span {
  margin: 0 3px;
  width: 13px;
  height: 13px;
  display: inline-block;
  color: #fff;
  cursor: pointer;
  border: 1px solid #fff;
  opacity: 0.8;
  filter: alpha(opacity=80);
  -webkit-border-radius: 13px;
  -moz-border-radius: 13px;
  border-radius: 13px;
}
.theme-slider .cycle-pager span.cycle-pager-active {
  color: #fff;
  background: #fff;
}
.cycle-prev,
.cycle-next {
  position: absolute;
  top: 0;
  width: 90px;
  opacity: 0.4;
  filter: alpha(opacity=40);
  z-index: 499;
  height: 100%;
  cursor: pointer;
  -webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease;
}
.cycle-prev:hover,
.cycle-next:hover {
  text-decoration: none;
}
.cycle-prev {
  left: 0;
  background: url(../img/left.png) 50% 50% no-repeat;
}
.cycle-next {
  right: 0;
  background: url(../img/right.png) 50% 50% no-repeat;
}
.cycle-prev:hover,
.cycle-next:hover {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.theme-main {
  margin-bottom: 30px;
}
.theme-main .module {
  margin-bottom: 30px;
}
.theme-main.js-home {
  margin-bottom: 0;
}
.theme-rate {
  clear: both;
  margin: 0 0 20px;
  color: #666666;
}
.theme-rate .rate-icon {
  float: left;
  font-size: 40px;
  padding: 8px 0 0 5px;
  text-align: center;
}
.theme-rate .rate-icon i {
  text-align: center;
  display: block;
  margin: 0 auto;
  width: 44px !important;
}
.theme-rate .rate-text {
  margin-left: 64px;
}
.theme-rate .rate-text strong {
  display: block;
  color: #333;
}
.jkit-items hr {
  margin: 30px 0;
}
article.jkit-item header {
  margin-bottom: 30px;
}
article.jkit-item header .meta {
  margin: 0 0 20px 0;
}
.jkit-item-tags a,
.theme-main .mod-jkit-tags a {
  display: inline-block;
  padding: 2px 4px;
  font-size: 11.844px;
  font-weight: bold;
  line-height: 14px;
  color: #FFF;
  text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
  white-space: nowrap;
  vertical-align: baseline;
  background-color: #666666;
  padding-right: 9px;
  padding-left: 9px;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  -webkit-border-radius: 9px;
  -moz-border-radius: 9px;
  border-radius: 9px;
}
.jkit-item-tags a:hover,
.theme-main .mod-jkit-tags a:hover {
  text-decoration: none;
  background-color: #333;
}
.theme-main .mod-jkit-tags a {
  padding: 5px 10px;
  margin: 3px 1px;
}
.jkit-item-socialbuttons {
  display: block;
  margin: 16px 0;
  overflow: hidden;
}
.jkit-item-socialbuttons > div {
  float: left;
  margin-right: 12px;
}
.isotope,
.isotope .isotope-item {
  -webkit-transition-duration: 0.8s;
  -moz-transition-duration: 0.8s;
  -ms-transition-duration: 0.8s;
  -o-transition-duration: 0.8s;
  transition-duration: 0.8s;
}
.isotope {
  -webkit-transition-property: height, width;
  -moz-transition-property: height, width;
  -ms-transition-property: height, width;
  -o-transition-property: height, width;
  transition-property: height, width;
}
.isotope .isotope-item {
  -webkit-transition-property: -webkit-transform, opacity;
  -moz-transition-property: -moz-transform, opacity;
  -ms-transition-property: -ms-transform, opacity;
  -o-transition-property: -o-transform, opacity;
  transition-property: transform, opacity;
}
.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
  -webkit-transition-duration: 0s;
  -moz-transition-duration: 0s;
  -ms-transition-duration: 0s;
  -o-transition-duration: 0s;
  transition-duration: 0s;
}
.theme-page-separator {
  margin: 40px 0 30px;
}
.theme-bottom-b h3 {
  font-weight: normal;
  font-size: 26px;
  line-height: 60px;
}
.theme-bottom-b a {
  color: #333;
}
.theme-bottom-b .joomla-copy {
  margin: 10px 0 0 0;
  text-align: left;
}
.theme-bottom-icons a {
  font-size: 23px;
  margin-right: 5px;
}
.theme-bottom-icons a:hover {
  text-decoration: none;
}
.tweets {
  font-size: 90%;
}
.tweets .tweet {
  margin: 0 0 15px;
}
.tweets .tweet .tweet-icon {
  font-size: 16px;
  display: block;
}
.tweets .tweet .tweet-icon:hover {
  text-decoration: none;
}
.tweets .tweet .tweet-date {
  font-size: 80%;
  margin-left: 30px;
}
.tweets .tweet .tweet-text {
  color: #666666;
  float: left;
  margin-left: 30px;
  margin-top: -22px;
}
.mod-jkit-items-posts .jkit-item,
.theme-bottom-news .jkit-item {
  margin: 0 0 15px;
  font-size: 90%;
}
.mod-jkit-items-posts .jkit-item .item-img,
.theme-bottom-news .jkit-item .item-img {
  display: block;
  overflow: hidden;
  float: left;
  width: 56px;
  height: 56px;
  -webkit-border-radius: 56px;
  -moz-border-radius: 56px;
  border-radius: 56px;
  background-position: center center;
  background-size: cover;
}
.mod-jkit-items-posts .jkit-item .item-text,
.theme-bottom-news .jkit-item .item-text {
  display: block;
  margin-left: 68px;
}
.mod-jkit-items-posts .jkit-item .item-title,
.theme-bottom-news .jkit-item .item-title {
  display: block;
  text-transform: uppercase;
  margin: 0 0 4px 0;
}
.mod-jkit-items-posts .jkit-item .item-date,
.theme-bottom-news .jkit-item .item-date {
  display: block;
  font-size: 80%;
}
.theme-bottom-b .mod-jkit-tags a {
  display: inline-block;
  margin: 4px 1px;
  padding: 3px 10px;
  font-size: 11.844px;
  font-weight: normal;
  line-height: 14px;
  text-shadow: none;
  white-space: nowrap;
  vertical-align: baseline;
  background-color: #ffffff;
  -webkit-border-radius: 9px;
  -moz-border-radius: 9px;
  border-radius: 9px;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  -webkit-box-shadow: 1px 1px 1px rgba(0,0,0,0.2);
  -moz-box-shadow: 1px 1px 1px rgba(0,0,0,0.2);
  box-shadow: 1px 1px 1px rgba(0,0,0,0.2);
}
.theme-bottom-b .mod-jkit-tags a:hover {
  text-decoration: none;
  background-color: #ffffff;
}
.mod-instagram {
  width: 100%;
  overflow: hidden;
}
.mod-instagram a.thumbnail {
  display: inline-block;
  width: 54px;
  float: left;
  margin: 5px 5px 0 0;
  padding: 0;
}
.theme-footer {
  color: #fff;
}
.theme-footer p {
  margin: 0;
  line-height: 36px;
  float: left;
}
.theme-footer img {
  border: 0;
  padding: 0;
  margin: 0;
  display: block;
  float: left;
  margin-right: 5px;
  height: 36px;
  line-height: 36px;
}
.theme-footer a {
  color: #fff;
}
.theme-footer a:hover {
  background: none;
  text-decoration: underline;
}
.theme-footer ul.nav {
  margin: 0;
  padding: 0;
  float: right;
}
.theme-footer ul.nav li {
  display: block;
  float: left;
  height: 36px;
  line-height: 36px;
}
.theme-footer ul.nav li a {
  color: #fff;
  padding: 0;
  margin-left: 12px;
}
.theme-footer ul.nav li a:hover {
  background: none;
  text-decoration: underline;
}
.theme-footer .joomla-copy {
  margin: 20px 60px;
  line-height: 1em;
  text-align: center;
}
.scrollup {
  width: 50px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  opacity: 0.3;
  position: fixed;
  bottom: 30px;
  right: 30px;
  left: auto !important;
  display: none;
  color: #FFF;
  font-size: 85%;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  background-color: rgba(0,0,0,0.8);
  z-index: 99999;
}
.scrollup:hover {
  color: #FFF;
  text-decoration: none;
  background-color: rgba(0,0,0,0.8);
}
.theme-cookie-alert {
  position: fixed;
  bottom: 0;
  right: 0;
  padding: 10px 0;
  width: 100%;
  background-color: rgba(0,0,0,0.85);
  color: #fff;
}
#theme-cookie-close {
  margin-top: 5px;
}
div.datepicker {
  padding: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  direction: ltr;
}
div.datepicker-inline {
  width: 220px;
}
div.datepickerdiv.datepicker-rtl {
  direction: rtl;
}
div.datepickerdiv.datepicker-rtl table tr td span {
  float: right;
}
div.datepicker-dropdown {
  top: 0;
  left: 0;
}
div.datepicker-dropdown:before {
  content: '';
  display: inline-block;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #ccc;
  border-top: 0;
  border-bottom-color: rgba(0,0,0,0.2);
  position: absolute;
}
div.datepicker-dropdown:after {
  content: '';
  display: inline-block;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #fff;
  border-top: 0;
  position: absolute;
}
div.datepicker-dropdown.datepicker-orient-left:before {
  left: 6px;
}
div.datepicker-dropdown.datepicker-orient-left:after {
  left: 7px;
}
div.datepicker-dropdown.datepicker-orient-right:before {
  right: 6px;
}
div.datepicker-dropdown.datepicker-orient-right:after {
  right: 7px;
}
div.datepicker-dropdown.datepicker-orient-top:before {
  top: -7px;
}
div.datepicker-dropdown.datepicker-orient-top:after {
  top: -6px;
}
div.datepicker-dropdown.datepicker-orient-bottom:before {
  bottom: -7px;
  border-bottom: 0;
  border-top: 7px solid #999;
}
div.datepicker-dropdown.datepicker-orient-bottom:after {
  bottom: -6px;
  border-bottom: 0;
  border-top: 6px solid #fff;
}
div.datepicker >div {
  display: none;
}
div.datepicker.days div.datepicker-days {
  display: block;
}
div.datepicker.months div.datepicker-months {
  display: block;
}
div.datepicker.years div.datepicker-years {
  display: block;
}
div.datepicker table {
  margin: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
div.datepicker td,
div.datepicker th {
  text-align: center;
  width: 20px;
  height: 20px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  border: none;
}
.table-striped div.datepicker table tr td,
.table-striped div.datepicker table tr th {
  background-color: transparent;
}
div.datepicker table tr td.day:hover,
div.datepicker table tr td.day.focused {
  background: #eee;
  cursor: pointer;
}
div.datepicker table tr td.old,
div.datepicker table tr td.new {
  color: #999;
}
div.datepicker table tr td.disabled,
div.datepicker table tr td.disabled:hover {
  background: none;
  color: #999;
  cursor: default;
}
div.datepicker table tr td.today,
div.datepicker table tr td.today:hover,
div.datepicker table tr td.today.disabled,
div.datepicker table tr td.today.disabled:hover {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
  background-color: #fde19a;
  background-image: -moz-linear-gradient(top,#fdd49a,#fdf59a);
  background-image: -webkit-gradient(linear,0 0,0 100%,from(#fdd49a),to(#fdf59a));
  background-image: -webkit-linear-gradient(top,#fdd49a,#fdf59a);
  background-image: -o-linear-gradient(top,#fdd49a,#fdf59a);
  background-image: linear-gradient(to bottom,#fdd49a,#fdf59a);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffcd49a', endColorstr='#fffcf49a', GradientType=0);
  border-color: #fdf59a #fdf59a #fbed50;
  border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
  *background-color: #fdf59a;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  color: #000;
}
div.datepicker table tr td.today:hover,
div.datepicker table tr td.today:focus,
div.datepicker table tr td.today:active,
div.datepicker table tr td.today.active,
div.datepicker table tr td.today.disabled,
div.datepicker table tr td.today[disabled],
div.datepicker table tr td.today:hover:hover,
div.datepicker table tr td.today:hover:focus,
div.datepicker table tr td.today:hover:active,
div.datepicker table tr td.today:hover.active,
div.datepicker table tr td.today:hover.disabled,
div.datepicker table tr td.today:hover[disabled],
div.datepicker table tr td.today.disabled:hover,
div.datepicker table tr td.today.disabled:focus,
div.datepicker table tr td.today.disabled:active,
div.datepicker table tr td.today.disabled.active,
div.datepicker table tr td.today.disabled.disabled,
div.datepicker table tr td.today.disabled[disabled],
div.datepicker table tr td.today.disabled:hover:hover,
div.datepicker table tr td.today.disabled:hover:focus,
div.datepicker table tr td.today.disabled:hover:active,
div.datepicker table tr td.today.disabled:hover.active,
div.datepicker table tr td.today.disabled:hover.disabled,
div.datepicker table tr td.today.disabled:hover[disabled] {
  color: #fff;
  background-color: #fdf59a;
  *background-color: #fcf282;
}
div.datepicker table tr td.today:active,
div.datepicker table tr td.today.active,
div.datepicker table tr td.today:hover:active,
div.datepicker table tr td.today:hover.active,
div.datepicker table tr td.today.disabled:active,
div.datepicker table tr td.today.disabled.active,
div.datepicker table tr td.today.disabled:hover:active,
div.datepicker table tr td.today.disabled:hover.active {
  background-color: #fbf069 \9;
}
div.datepicker table tr td.today:hover:hover {
  color: #000;
}
div.datepicker table tr td.today.active:hover {
  color: #fff;
}
div.datepicker table tr td.range,
div.datepicker table tr td.range:hover,
div.datepicker table tr td.range.disabled,
div.datepicker table tr td.range.disabled:hover {
  background: #eee;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
div.datepicker table tr td.range.today,
div.datepicker table tr td.range.today:hover,
div.datepicker table tr td.range.today.disabled,
div.datepicker table tr td.range.today.disabled:hover {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
  background-color: #f3d17a;
  background-image: -moz-linear-gradient(top,#f3c17a,#f3e97a);
  background-image: -webkit-gradient(linear,0 0,0 100%,from(#f3c17a),to(#f3e97a));
  background-image: -webkit-linear-gradient(top,#f3c17a,#f3e97a);
  background-image: -o-linear-gradient(top,#f3c17a,#f3e97a);
  background-image: linear-gradient(to bottom,#f3c17a,#f3e97a);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff3c17a', endColorstr='#fff3e979', GradientType=0);
  border-color: #f3e97a #f3e97a #edde34;
  border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
  *background-color: #f3e97a;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
div.datepicker table tr td.range.today:hover,
div.datepicker table tr td.range.today:focus,
div.datepicker table tr td.range.today:active,
div.datepicker table tr td.range.today.active,
div.datepicker table tr td.range.today.disabled,
div.datepicker table tr td.range.today[disabled],
div.datepicker table tr td.range.today:hover:hover,
div.datepicker table tr td.range.today:hover:focus,
div.datepicker table tr td.range.today:hover:active,
div.datepicker table tr td.range.today:hover.active,
div.datepicker table tr td.range.today:hover.disabled,
div.datepicker table tr td.range.today:hover[disabled],
div.datepicker table tr td.range.today.disabled:hover,
div.datepicker table tr td.range.today.disabled:focus,
div.datepicker table tr td.range.today.disabled:active,
div.datepicker table tr td.range.today.disabled.active,
div.datepicker table tr td.range.today.disabled.disabled,
div.datepicker table tr td.range.today.disabled[disabled],
div.datepicker table tr td.range.today.disabled:hover:hover,
div.datepicker table tr td.range.today.disabled:hover:focus,
div.datepicker table tr td.range.today.disabled:hover:active,
div.datepicker table tr td.range.today.disabled:hover.active,
div.datepicker table tr td.range.today.disabled:hover.disabled,
div.datepicker table tr td.range.today.disabled:hover[disabled] {
  color: #fff;
  background-color: #f3e97a;
  *background-color: #f1e663;
}
div.datepicker table tr td.range.today:active,
div.datepicker table tr td.range.today.active,
div.datepicker table tr td.range.today:hover:active,
div.datepicker table tr td.range.today:hover.active,
div.datepicker table tr td.range.today.disabled:active,
div.datepicker table tr td.range.today.disabled.active,
div.datepicker table tr td.range.today.disabled:hover:active,
div.datepicker table tr td.range.today.disabled:hover.active {
  background-color: #efe24b \9;
}
div.datepicker table tr td.selected,
div.datepicker table tr td.selected:hover,
div.datepicker table tr td.selected.disabled,
div.datepicker table tr td.selected.disabled:hover {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
  background-color: #9e9e9e;
  background-image: -moz-linear-gradient(top,#b3b3b3,#808080);
  background-image: -webkit-gradient(linear,0 0,0 100%,from(#b3b3b3),to(#808080));
  background-image: -webkit-linear-gradient(top,#b3b3b3,#808080);
  background-image: -o-linear-gradient(top,#b3b3b3,#808080);
  background-image: linear-gradient(to bottom,#b3b3b3,#808080);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffb2b2b2', endColorstr='#ff7f7f7f', GradientType=0);
  border-color: #808080 #808080 #595959;
  border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
  *background-color: #808080;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
}
div.datepicker table tr td.selected:hover,
div.datepicker table tr td.selected:focus,
div.datepicker table tr td.selected:active,
div.datepicker table tr td.selected.active,
div.datepicker table tr td.selected.disabled,
div.datepicker table tr td.selected[disabled],
div.datepicker table tr td.selected:hover:hover,
div.datepicker table tr td.selected:hover:focus,
div.datepicker table tr td.selected:hover:active,
div.datepicker table tr td.selected:hover.active,
div.datepicker table tr td.selected:hover.disabled,
div.datepicker table tr td.selected:hover[disabled],
div.datepicker table tr td.selected.disabled:hover,
div.datepicker table tr td.selected.disabled:focus,
div.datepicker table tr td.selected.disabled:active,
div.datepicker table tr td.selected.disabled.active,
div.datepicker table tr td.selected.disabled.disabled,
div.datepicker table tr td.selected.disabled[disabled],
div.datepicker table tr td.selected.disabled:hover:hover,
div.datepicker table tr td.selected.disabled:hover:focus,
div.datepicker table tr td.selected.disabled:hover:active,
div.datepicker table tr td.selected.disabled:hover.active,
div.datepicker table tr td.selected.disabled:hover.disabled,
div.datepicker table tr td.selected.disabled:hover[disabled] {
  color: #fff;
  background-color: #808080;
  *background-color: #737373;
}
div.datepicker table tr td.selected:active,
div.datepicker table tr td.selected.active,
div.datepicker table tr td.selected:hover:active,
div.datepicker table tr td.selected:hover.active,
div.datepicker table tr td.selected.disabled:active,
div.datepicker table tr td.selected.disabled.active,
div.datepicker table tr td.selected.disabled:hover:active,
div.datepicker table tr td.selected.disabled:hover.active {
  background-color: #666666 \9;
}
div.datepicker table tr td.active,
div.datepicker table tr td.active:hover,
div.datepicker table tr td.active.disabled,
div.datepicker table tr td.active.disabled:hover {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
  background-color: #97ca20;
  background-image: -moz-linear-gradient(top,#AECA20,#75ca20);
  background-image: -webkit-gradient(linear,0 0,0 100%,from(#AECA20),to(#75ca20));
  background-image: -webkit-linear-gradient(top,#AECA20,#75ca20);
  background-image: -o-linear-gradient(top,#AECA20,#75ca20);
  background-image: linear-gradient(to bottom,#AECA20,#75ca20);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffaeca20', endColorstr='#ff75ca20', GradientType=0);
  border-color: #75ca20 #75ca20 #4f8816;
  border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
  *background-color: #75ca20;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
}
div.datepicker table tr td.active:hover,
div.datepicker table tr td.active:focus,
div.datepicker table tr td.active:active,
div.datepicker table tr td.active.active,
div.datepicker table tr td.active.disabled,
div.datepicker table tr td.active[disabled],
div.datepicker table tr td.active:hover:hover,
div.datepicker table tr td.active:hover:focus,
div.datepicker table tr td.active:hover:active,
div.datepicker table tr td.active:hover.active,
div.datepicker table tr td.active:hover.disabled,
div.datepicker table tr td.active:hover[disabled],
div.datepicker table tr td.active.disabled:hover,
div.datepicker table tr td.active.disabled:focus,
div.datepicker table tr td.active.disabled:active,
div.datepicker table tr td.active.disabled.active,
div.datepicker table tr td.active.disabled.disabled,
div.datepicker table tr td.active.disabled[disabled],
div.datepicker table tr td.active.disabled:hover:hover,
div.datepicker table tr td.active.disabled:hover:focus,
div.datepicker table tr td.active.disabled:hover:active,
div.datepicker table tr td.active.disabled:hover.active,
div.datepicker table tr td.active.disabled:hover.disabled,
div.datepicker table tr td.active.disabled:hover[disabled] {
  color: #fff;
  background-color: #75ca20;
  *background-color: #69b41d;
}
div.datepicker table tr td.active:active,
div.datepicker table tr td.active.active,
div.datepicker table tr td.active:hover:active,
div.datepicker table tr td.active:hover.active,
div.datepicker table tr td.active.disabled:active,
div.datepicker table tr td.active.disabled.active,
div.datepicker table tr td.active.disabled:hover:active,
div.datepicker table tr td.active.disabled:hover.active {
  background-color: #5c9e19 \9;
}
div.datepicker table tr td span {
  display: block;
  width: 23%;
  height: 54px;
  line-height: 54px;
  float: left;
  margin: 1%;
  cursor: pointer;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
div.datepicker table tr td span:hover {
  background: #eee;
}
div.datepicker table tr td span.disabled,
div.datepicker table tr td span.disabled:hover {
  background: none;
  color: #999;
  cursor: default;
}
div.datepicker table tr td span.active,
div.datepicker table tr td span.active:hover,
div.datepicker table tr td span.active.disabled,
div.datepicker table tr td span.active.disabled:hover {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
  background-color: #97ca20;
  background-image: -moz-linear-gradient(top,#AECA20,#75ca20);
  background-image: -webkit-gradient(linear,0 0,0 100%,from(#AECA20),to(#75ca20));
  background-image: -webkit-linear-gradient(top,#AECA20,#75ca20);
  background-image: -o-linear-gradient(top,#AECA20,#75ca20);
  background-image: linear-gradient(to bottom,#AECA20,#75ca20);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffaeca20', endColorstr='#ff75ca20', GradientType=0);
  border-color: #75ca20 #75ca20 #4f8816;
  border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
  *background-color: #75ca20;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
}
div.datepicker table tr td span.active:hover,
div.datepicker table tr td span.active:focus,
div.datepicker table tr td span.active:active,
div.datepicker table tr td span.active.active,
div.datepicker table tr td span.active.disabled,
div.datepicker table tr td span.active[disabled],
div.datepicker table tr td span.active:hover:hover,
div.datepicker table tr td span.active:hover:focus,
div.datepicker table tr td span.active:hover:active,
div.datepicker table tr td span.active:hover.active,
div.datepicker table tr td span.active:hover.disabled,
div.datepicker table tr td span.active:hover[disabled],
div.datepicker table tr td span.active.disabled:hover,
div.datepicker table tr td span.active.disabled:focus,
div.datepicker table tr td span.active.disabled:active,
div.datepicker table tr td span.active.disabled.active,
div.datepicker table tr td span.active.disabled.disabled,
div.datepicker table tr td span.active.disabled[disabled],
div.datepicker table tr td span.active.disabled:hover:hover,
div.datepicker table tr td span.active.disabled:hover:focus,
div.datepicker table tr td span.active.disabled:hover:active,
div.datepicker table tr td span.active.disabled:hover.active,
div.datepicker table tr td span.active.disabled:hover.disabled,
div.datepicker table tr td span.active.disabled:hover[disabled] {
  color: #fff;
  background-color: #75ca20;
  *background-color: #69b41d;
}
div.datepicker table tr td span.active:active,
div.datepicker table tr td span.active.active,
div.datepicker table tr td span.active:hover:active,
div.datepicker table tr td span.active:hover.active,
div.datepicker table tr td span.active.disabled:active,
div.datepicker table tr td span.active.disabled.active,
div.datepicker table tr td span.active.disabled:hover:active,
div.datepicker table tr td span.active.disabled:hover.active {
  background-color: #5c9e19 \9;
}
div.datepicker table tr td span.old,
div.datepicker table tr td span.new {
  color: #999;
}
div.datepicker th.datepicker-switch {
  width: 145px;
}
div.datepicker thead tr:first-child th,
div.datepicker tfoot tr th {
  cursor: pointer;
}
div.datepicker thead tr:first-child th:hover,
div.datepicker tfoot tr th:hover {
  background: #eee;
}
div.datepicker .cw {
  font-size: 10px;
  width: 12px;
  padding: 0 2px 0 5px;
  vertical-align: middle;
}
div.datepicker thead tr:first-child th.cw {
  cursor: default;
  background-color: transparent;
}
.input-append.date .add-on i,
.input-prepend.date .add-on i {
  cursor: pointer;
  width: 16px;
  height: 16px;
}
.input-daterange input {
  text-align: center;
}
.input-daterange input:first-child {
  -webkit-border-radius: 3px 0 0 3px;
  -moz-border-radius: 3px 0 0 3px;
  border-radius: 3px 0 0 3px;
}
.input-daterange input:last-child {
  -webkit-border-radius: 0 3px 3px 0;
  -moz-border-radius: 0 3px 3px 0;
  border-radius: 0 3px 3px 0;
}
.input-daterange .add-on {
  display: inline-block;
  width: auto;
  min-width: 16px;
  height: 20px;
  padding: 4px 5px;
  font-weight: normal;
  line-height: 20px;
  text-align: center;
  text-shadow: 0 1px 0 #fff;
  vertical-align: middle;
  background-color: #eee;
  border: 1px solid #ccc;
  margin-left: -5px;
  margin-right: -5px;
}
.jkit-gallery-filter {
  display: block;
  margin: 0 0 30px 0;
}
.jkit-gallery-images {
  position: relative;
  overflow: hidden;
  margin-bottom: 30px;
}
.jkit-gallery-images .jkit-gallery-image {
  position: relative;
  width: 220px;
  float: left;
  margin: 0 0 30px 20px;
  overflow: hidden;
}
.jkit-gallery-images .jkit-gallery-image .jkit-gallery-img {
  position: relative;
  overflow: hidden;
}
.jkit-gallery-images .jkit-gallery-image .jkit-overlay,
.jkit-gallery-images .jkit-gallery-image .jkit-overlay-bg,
.jkit-gallery-images .jkit-gallery-image .jkit-overlay-top,
.jkit-gallery-images .jkit-gallery-image .jkit-overlay-top a {
  height: 147px;
  line-height: 147px;
}
.jkit-gallery-images .jkit-gallery-text {
  overflow: hidden;
  padding: 5px;
  background: #EFEFEF;
  font-size: 90%;
}
.jkit-gallery-images .jkit-gallery-text .jkit-gallery-text-title {
  display: block;
  margin: 5px 0;
}
.jkit-portfolio-filter {
  display: block;
  margin: 20px 0 40px 0;
  text-align: center;
}
.jkit-portfolio-items {
  position: relative;
  overflow: hidden;
}
.jkit-portfolio-items .jkit-portfolio-item {
  position: relative;
  width: 220px;
  float: left;
  margin: 0 0 30px 20px;
  overflow: hidden;
}
.jkit-portfolio-items .jkit-portfolio-item .jkit-portfolio-img {
  position: relative;
  overflow: hidden;
}
.jkit-portfolio-items .jkit-portfolio-item .jkit-overlay-bg {
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.jkit-portfolio-items .jkit-portfolio-item .jkit-portfolio-img:hover .jkit-overlay-bg {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
.jkit-portfolio-items .jkit-portfolio-item .jkit-overlay,
.jkit-portfolio-items .jkit-portfolio-item .jkit-overlay-bg,
.jkit-portfolio-items .jkit-portfolio-item .jkit-overlay-top,
.jkit-portfolio-items .jkit-portfolio-item .jkit-overlay-top a {
  height: 147px;
  line-height: 147px;
}
.jkit-portfolio-items .jkit-portfolio-text {
  overflow: hidden;
  padding: 5px;
  background: #EFEFEF;
  font-size: 90%;
}
.jkit-portfolio-items .jkit-portfolio-text .jkit-portfolio-text-title {
  display: block;
  margin: 5px 0;
}
.jkit-portfolio-items .labels {
  font-size: 90%;
}
@media (min-width: 1200px) {
  .jkit-gallery-images .jkit-gallery-image {
    margin: 0 0 30px 30px;
    width: 270px;
  }
  .jkit-gallery-images .jkit-gallery-image .jkit-overlay,
  .jkit-gallery-images .jkit-gallery-image .jkit-overlay-bg,
  .jkit-gallery-images .jkit-gallery-image .jkit-overlay-top,
  .jkit-gallery-images .jkit-gallery-image .jkit-overlay-top a {
    height: 180px;
    line-height: 180px;
  }
  .jkit-portfolio-items .jkit-portfolio-item {
    margin: 0 0 30px 30px;
    width: 270px;
  }
  .jkit-portfolio-items .jkit-portfolio-item .jkit-overlay,
  .jkit-portfolio-items .jkit-portfolio-item .jkit-overlay-bg,
  .jkit-portfolio-items .jkit-portfolio-item .jkit-overlay-top,
  .jkit-portfolio-items .jkit-portfolio-item .jkit-overlay-top a {
    height: 180px;
    line-height: 180px;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  .jkit-gallery-images {
    margin-left: -14px;
  }
  .jkit-gallery-images .jkit-gallery-image {
    margin: 0 0 20px 14px;
    width: 170px;
  }
  .jkit-gallery-images .jkit-gallery-image .jkit-overlay,
  .jkit-gallery-images .jkit-gallery-image .jkit-overlay-bg,
  .jkit-gallery-images .jkit-gallery-image .jkit-overlay-top,
  .jkit-gallery-images .jkit-gallery-image .jkit-overlay-top a {
    height: 110px;
    line-height: 110px;
  }
  .jkit-gallery-images .jkit-gallery-image .jkit-overlay-top {
    display: block;
  }
  .jkit-gallery-images .jkit-gallery-image .jkit-overlay-top a {
    background-color: rgba(0,0,0,0.2);
  }
  .jkit-portfolio-items {
    margin-left: -14px;
  }
  .jkit-portfolio-items .jkit-portfolio-item {
    margin: 0 0 20px 14px;
    width: 170px;
  }
  .jkit-portfolio-items .jkit-portfolio-item .jkit-overlay,
  .jkit-portfolio-items .jkit-portfolio-item .jkit-overlay-bg,
  .jkit-portfolio-items .jkit-portfolio-item .jkit-overlay-top,
  .jkit-portfolio-items .jkit-portfolio-item .jkit-overlay-top a {
    height: 110px;
    line-height: 110px;
  }
  .jkit-portfolio-items .jkit-portfolio-item .jkit-overlay-top {
    display: block;
  }
  .jkit-portfolio-items .jkit-portfolio-item .jkit-overlay-top a {
    background-color: rgba(0,0,0,0.2);
  }
}
@media (max-width: 767px) {
  .jkit-gallery-images {
    margin-left: -15px;
  }
  .jkit-gallery-images .jkit-gallery-image {
    margin: 0 0 20px 15px;
    width: 166px;
  }
  .jkit-gallery-images .jkit-gallery-image .jkit-overlay,
  .jkit-gallery-images .jkit-gallery-image .jkit-overlay-bg,
  .jkit-gallery-images .jkit-gallery-image .jkit-overlay-top,
  .jkit-gallery-images .jkit-gallery-image .jkit-overlay-top a {
    height: 110px;
    line-height: 110px;
  }
  .jkit-gallery-images .jkit-gallery-image .jkit-overlay-top {
    display: block;
  }
  .jkit-gallery-images .jkit-gallery-image .jkit-overlay-top a {
    background-color: rgba(0,0,0,0.2);
  }
  .jkit-portfolio-items {
    margin-left: -15px;
  }
  .jkit-portfolio-items .jkit-portfolio-item {
    margin: 0 0 20px 15px;
    width: 166px;
  }
  .jkit-portfolio-items .jkit-portfolio-item .jkit-overlay,
  .jkit-portfolio-items .jkit-portfolio-item .jkit-overlay-bg,
  .jkit-portfolio-items .jkit-portfolio-item .jkit-overlay-top,
  .jkit-portfolio-items .jkit-portfolio-item .jkit-overlay-top a {
    height: 110px;
    line-height: 110px;
  }
  .jkit-portfolio-items .jkit-portfolio-item .jkit-overlay-top {
    display: block;
  }
  .jkit-portfolio-items .jkit-portfolio-item .jkit-overlay-top a {
    background-color: rgba(0,0,0,0.2);
  }
}
@media (max-width: 480px) {
  .jkit-gallery-images {
    margin-left: -10px;
  }
  .jkit-gallery-images .jkit-gallery-image {
    margin: 0 0 20px 10px;
    width: 135px;
  }
  .jkit-gallery-images .jkit-gallery-image .jkit-overlay,
  .jkit-gallery-images .jkit-gallery-image .jkit-overlay-bg,
  .jkit-gallery-images .jkit-gallery-image .jkit-overlay-top,
  .jkit-gallery-images .jkit-gallery-image .jkit-overlay-top a {
    height: 100px;
    line-height: 100px;
  }
  .jkit-portfolio-items {
    margin-left: -10px;
  }
  .jkit-portfolio-items .jkit-portfolio-item {
    margin: 0 0 20px 10px;
    width: 135px;
  }
  .jkit-portfolio-items .jkit-portfolio-item .jkit-overlay,
  .jkit-portfolio-items .jkit-portfolio-item .jkit-overlay-bg,
  .jkit-portfolio-items .jkit-portfolio-item .jkit-overlay-top,
  .jkit-portfolio-items .jkit-portfolio-item .jkit-overlay-top a {
    height: 100px;
    line-height: 100px;
  }
}
.jkit-themes-info .btn {
  width: 180px;
}
.jkit-themes-getit {
  margin: 80px 0 40px 0;
  text-align: center;
}
.jkit-themes-image {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 50%;
  padding: 0 0 10px 0;
  margin: 0;
  display: block;
  float: left;
}
.jkit-themes-image.even {
  padding-right: 5px;
}
.jkit-themes-image.odd {
  padding-left: 5px;
}
@media (max-width: 1024px) {
  body,
  .offcanvas-enabled body {
    background: #222222;
  }
}
@media (min-width: 1025px) {
  ul.nav li.dropdown:hover > ul.dropdown-menu {
    display: block;
    margin: 0;
  }
  .theme-menu-toggle {
    display: none;
  }
}
#offcanvas-nav {
  display: none;
}
.offcanvas {
  width: 100%;
  overflow-x: hidden;
  position: relative;
}
.offcanvas body {
  width: 100%;
  overflow-x: hidden;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
.offcanvas .theme-fullwrap,
.offcanvas #offcanvas-nav {
  -webkit-transition: -webkit-transform 500ms ease;
  -moz-transition: -moz-transform 500ms ease;
  -o-transition: -o-transform 500ms ease;
  transition: transform 500ms ease;
}
.offcanvas #theme-mainnav .nav-collapse,
.offcanvas #ja-mainnav .nav-collapse {
  display: none;
}
.offcanvas #offcanvas-nav {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  z-index: 1;
  background: none;
}
.offcanvas #offcanvas-nav .theme-mainnav {
  margin: 0;
  position: absolute;
  left: 0;
  top: 0;
  width: 250px;
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  -o-transform: translateX(-100%);
  transform: translateX(-100%);
}
.offcanvas #offcanvas-nav .theme-mainnav .nav-collapse {
  height: auto;
  background: none;
}
.offcanvas-enabled body > * {
  -webkit-transform: translateX(250px);
  -moz-transform: translateX(250px);
  -o-transform: translateX(250px);
  transform: translateX(250px);
}
.offcanvas-enabled #theme-mainnav {
  display: block;
}
@media (min-width: 1200px) {
  .theme-logo img {
    margin: 0;
  }
  .theme-menu ul.nav li {
    margin: 0 5px;
  }
  .theme-menu ul.nav li a {
    height: 30px;
    line-height: 30px;
    padding: 0 10px;
    font-size: 16px;
  }
  .theme-menu ul.nav li li a {
    padding: 0 8px;
  }
  .theme-header.fixed .theme-menu ul.nav a {
    padding: 0 8px;
  }
  .theme-search #mod-hotel-form {
    margin: 0 30px;
    padding: 0 0 4px 0;
  }
  .theme-search #mod-hotel-form .mod-hotel-control {
    margin-right: 24px;
  }
  .theme-search #mod-hotel-form #mod-hotel-rooms,
  .theme-search #mod-hotel-form #mod-hotel-promotion {
    width: 120px;
  }
  .theme-search #mod-hotel-form .mod-hotel-occupation {
    width: 100px;
  }
  .theme-search #mod-hotel-form.single-room {
    margin-left: 100px;
  }
  .theme-search #mod-hotel-form.single-room .mod-hotel-control {
    margin-right: 35px;
  }
  .theme-offer {
    width: 292px;
  }
  .theme-overlay,
  .theme-overlay-bg,
  .theme-overlay-top,
  .theme-overlay-top a {
    height: 225px;
    line-height: 225px;
  }
}
@media (max-width: 767px) {
  body {
    padding: 0;
  }
  .theme-body {
    padding: 0 20px;
  }
  .theme-container {
    width: 100%;
  }
  .theme-header {
    height: 60px;
  }
  .theme-toolbar {
    display: none;
  }
  .theme-logo {
    width: 220px;
    margin: -10px 0 0 0;
  }
  .theme-menu {
    display: none;
  }
  .theme-menu-toggle {
    margin: 4px 30px;
    font-size: 20px;
    line-height: 50px;
  }
  .theme-header.fixed .theme-menu-toggle {
    margin: 0 20px;
  }
  .theme-wrapper.theme-slider {
    border-bottom: 5px solid #d6d6d6;
  }
  .theme-slide-content .container {
    top: 50%;
  }
  .theme-slide-content .container .animation1,
  .theme-slide-content .container .animation2 {
    padding: 20px 0;
    margin: 0 15%;
  }
  .theme-slide-content .container h1,
  .theme-slide-content .container h2,
  .theme-slide-content .container h3,
  .theme-slide-content .container h4 {
    line-height: 1.2em;
  }
  .theme-slide-content .container h2 {
    color: #fff;
    font-size: 20px;
    margin: 5px 0;
  }
  .theme-slide-content .container h4 {
    margin: 0;
    font-size: 16px;
    color: #fff;
  }
  .theme-slide-content .container h4 span:after,
  .theme-slide-content .container h4 span:before {
    border-top: 1px solid #fff;
    top: 13px;
  }
  .theme-slide-content .container h1 {
    color: #fff;
    font-size: 34px;
    margin-bottom: 15px;
  }
  .theme-slide-content .container p {
    color: #fff;
    font-size: 16px;
    font-style: italic;
  }
  #theme-slider-next,
  #theme-slider-prev {
    height: 30px;
    width: 30px;
  }
  .theme-search {
    background: #EFEFEF;
    margin: 0;
    height: auto;
    position: relative;
    border-bottom: 5px solid #d6d6d6;
  }
  .theme-search.opened {
    background: #EFEFEF;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
  }
  .theme-search #mod-hotel-form {
    max-width: 350px;
    padding: 10px 20px 15px 20px;
  }
  .theme-search #mod-hotel-form .mod-hotel-control {
    margin-top: 0;
  }
  .theme-search #mod-hotel-form .mod-hotel-submit-control {
    margin-top: 20px;
  }
  .theme-search #mod-hotel-form .mod-hotel-room {
    margin: 0;
  }
  .theme-search #mod-hotel-form a,
  .theme-search #mod-hotel-form label {
    color: #333;
  }
  .theme-search #mod-hotel-form.single-room {
    margin: 0;
  }
  .theme-search #mod-hotel-form.single-room .mod-hotel-rooms-control {
    margin: 0;
    margin-top: -7px;
  }
  .theme-presentation {
    margin: 20px 0 30px 0;
  }
  .theme-presentation h2 {
    font-size: 26px;
  }
  .theme-offers-title {
    text-align: center;
  }
  .theme-offer {
    width: 50%;
  }
  .theme-offer-overlay .theme-offer-overlay-content {
    background: rgba(34,34,34,0.4);
  }
  .theme-offer h4,
  .theme-offer h5,
  .theme-offer p {
    margin: 4px 0;
    padding: 0;
    font-size: 13px;
  }
  .theme-offer h4 {
    font-size: 18px;
  }
  .jkit-cycle2-slider {
    max-height: 300px;
  }
  section.js-sidebar-a {
    padding-top: 0;
  }
  .theme-awards {
    margin: 20px 0 30px;
    text-align: center;
  }
  .theme-awards h4 {
    margin: 10px 0;
  }
  .theme-home-award-link {
    display: block;
    position: relative;
    width: 50%;
    padding: 15px;
    height: auto;
    float: left;
    box-sizing: border-box;
  }
  .theme-home-award-top {
    display: none;
  }
  .theme-home-award-top,
  .theme-home-award-bottom {
    position: relative;
  }
  .theme-wrapper.theme-heading.theme-heading-none {
    height: 70px;
  }
  .theme-wrapper.theme-heading {
    height: 180px;
    margin-bottom: 15px;
  }
  .theme-heading-content {
    padding-top: 60px;
    height: 180px;
  }
  .theme-heading-content .container {
    background: none;
    height: 120px;
    position: relative;
  }
  .theme-heading-content .theme-heading-info {
    margin: 0 8%;
  }
  .theme-heading-content .theme-heading-info h4 {
    font-size: 18px;
    line-height: 1em;
  }
  .theme-heading-content .theme-heading-info h4 span:before,
  .theme-heading-content .theme-heading-info h4 span:after {
    top: 10px;
  }
  .theme-heading-content .theme-heading-info h2 {
    font-size: 22px;
    line-height: 1em;
  }
  .theme-gallery a.span3 {
    max-height: none;
  }
  .theme-gallery a.span3 img {
    width: 100%;
  }
  .theme-isotope-items {
    margin-left: -15px;
  }
  .theme-isotope-items .theme-isotope-item {
    margin: 0 0 20px 15px;
    width: 166px;
  }
  .theme-isotope-items .theme-isotope-item .theme-img {
    width: 166px;
    height: 110px;
  }
  .theme-isotope-items .theme-isotope-item .theme-overlay {
    display: none;
  }
  .theme-bottom-a .container {
    padding-left: 20px;
    padding-right: 20px;
  }
  .theme-bottom-b .container {
    padding: 0 20px;
    text-align: center;
  }
  .mod-instagram {
    text-align: center;
  }
  .mod-instagram a.thumbnail {
    display: inline-block;
    float: none;
  }
  .theme-home-news h2 {
    font-size: 20px;
    line-height: 30px;
    margin: 0;
  }
  .theme-home-news .item-img {
    width: 80px;
    height: 80px;
  }
  .theme-home-news .item-text {
    margin-left: 95px;
  }
  .theme-home-news .item-text h3 {
    font-size: 18px;
  }
  .theme-home-news .item-text small {
    font-size: 11px;
  }
  .theme-home-news .item-text p {
    font-size: 12px;
  }
  .theme-tweets {
    margin: 30px 30px 10px;
  }
  .theme-tweets .theme-tweet {
    margin: 20px 10px 0;
  }
  .theme-bottom-news .jkit-item .item-img {
    display: inline-block;
    float: none;
  }
  .theme-bottom-news .jkit-item .item-text {
    margin-left: 0;
    margin-bottom: 20px;
  }
  .theme-footer .container {
    padding: 0 20px;
  }
  .theme-footer .nav {
    display: none;
  }
}
@media (max-width: 480px) {
  .theme-header-subtitle span:after,
  .theme-header-subtitle span:before {
    display: none;
  }
  .theme-wrapper.theme-slider {
    border-bottom: 5px solid #d6d6d6;
    height: 380px;
    overflow: hidden;
  }
  .theme-wrapper.theme-slider::before {
    padding-top: 380px;
  }
  .theme-slide {
    width: 870px;
    height: 380px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
  }
  .theme-slide-img {
    width: 870px;
    height: auto;
    margin: auto;
    float: none;
    position: relative;
  }
  .theme-slide-wrap {
    display: inline-block;
    margin: auto;
    width: 300px;
  }
  .theme-slide-content .container {
    top: 50%;
  }
  .theme-slide-content .container h4 span:after,
  .theme-slide-content .container h4 span:before {
    display: none;
  }
  #theme-slider-next,
  #theme-slider-prev {
    height: 20px;
    width: 20px;
    margin: 0 20px;
  }
  .theme-offer {
    width: 100%;
  }
  .theme-wrapper.theme-heading {
    height: 200px;
    margin-bottom: 15px;
  }
  .theme-heading-content {
    padding-top: 60px;
    height: 200px;
  }
  .theme-heading-content .container {
    background: none;
    height: 140px;
    position: relative;
  }
  .theme-heading-content .theme-heading-info {
    margin: 0 8%;
  }
  .theme-heading-content .theme-heading-info h4 {
    font-size: 18px;
    line-height: 1em;
  }
  .theme-heading-content .theme-heading-info h4 span:before,
  .theme-heading-content .theme-heading-info h4 span:after {
    top: 10px;
  }
  .theme-heading-content .theme-heading-info h2 {
    font-size: 22px;
    line-height: 1em;
  }
  .theme-isotope-items {
    margin-left: -10px;
  }
  .theme-isotope-items .theme-isotope-item {
    margin: 0 0 20px 10px;
    width: 135px;
  }
  .theme-isotope-items .theme-isotope-item .theme-img {
    width: 135px;
    height: 110px;
  }
  .theme-isotope-items .theme-isotope-item .theme-overlay {
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .theme-container {
    width: 100%;
    margin: 0;
  }
  .theme-header {
    height: 90px;
  }
  .theme-toolbar {
    display: none;
  }
  .theme-logo {
    width: 300px;
    margin: -10px 0 0 20px;
  }
  .theme-menu {
    display: none;
  }
  .theme-menu-toggle {
    margin: 20px 30px;
    font-size: 24px;
    line-height: 50px;
  }
  .theme-header.fixed .theme-menu-toggle {
    margin: 0 20px;
  }
  .theme-slide-content .container .animation1,
  .theme-slide-content .container .animation2 {
    margin: 0 15%;
  }
  .theme-slide-content .container h2 {
    color: #fff;
    font-size: 28px;
    margin: 5px 0;
  }
  .theme-slide-content .container h4 {
    margin: 0;
    font-size: 20px;
    color: #fff;
  }
  .theme-slide-content .container h4 span:after,
  .theme-slide-content .container h4 span:before {
    border-top: 1px solid #fff;
    top: 13px;
  }
  .theme-slide-content .container h1 {
    color: #fff;
    font-size: 34px;
    margin-bottom: 15px;
  }
  .theme-slide-content .container p {
    color: #fff;
    font-size: 16px;
    font-style: italic;
  }
  #theme-slider-next,
  #theme-slider-prev {
    height: 30px;
    width: 30px;
  }
  .theme-offer-overlay .theme-offer-overlay-content {
    background: rgba(34,34,34,0.4);
  }
  .theme-offer h4,
  .theme-offer h5,
  .theme-offer p {
    margin: 4px 0;
    padding: 0;
    font-size: 13px;
  }
  .theme-offer h4 {
    font-size: 18px;
  }
  .theme-home-news h2 {
    font-size: 20px;
    line-height: 30px;
    margin: 0;
  }
  .theme-home-news .item-img {
    width: 80px;
    height: 80px;
  }
  .theme-home-news .item-text {
    margin-left: 95px;
  }
  .theme-home-news .item-text h3 {
    font-size: 18px;
  }
  .theme-home-news .item-text small {
    display: none;
  }
  .theme-home-news .item-text p {
    font-size: 12px;
  }
  .theme-awards {
    margin: 20px 0 30px;
    text-align: center;
  }
  .theme-home-award-link {
    display: block;
    position: relative;
    width: 100%;
    height: auto;
  }
  .theme-home-award-top {
    display: none;
  }
  .theme-sidebar-affix.affix {
    top: 60px;
    width: 170px;
  }
  .theme-sidebar-affix.well.affix {
    width: 130px;
  }
  .theme-wrapper.theme-heading {
    height: 250px;
  }
  .theme-heading-content {
    padding-top: 90px;
    height: 250px;
  }
  .theme-heading-content .container {
    background: none;
    height: 160px;
    position: relative;
  }
  .theme-heading-content .theme-heading-info {
    margin: 0 8%;
  }
  .theme-heading-content .theme-heading-info h2 {
    font-size: 30px;
  }
  .theme-heading-content .theme-heading-info h1 {
    font-size: 30px;
  }
  .theme-home-items .span4 {
    width: 352px;
  }
  .theme-home-items .span4 .theme-overlay,
  .theme-home-items .span4 .theme-overlay-bg,
  .theme-home-items .span4 .theme-overlay-top,
  .theme-home-items .span4 .theme-overlay-top a {
    display: block;
    width: 100%;
    height: 225px;
    line-height: 225px;
  }
  .theme-rate .rate-icon {
    font-size: 20px;
    padding: 8px 0 0 0;
  }
  .theme-rate .rate-icon i {
    width: 30px !important;
  }
  .theme-rate .rate-text {
    margin-left: 34px;
  }
  .theme-bottom-b h3 {
    font-size: 20px;
  }
  .mod-instagram a.thumbnail {
    width: 44px;
  }
  .tweets .tweet .tweet-icon {
    font-size: 14px;
  }
  .tweets .tweet .tweet-date {
    margin-left: 20px;
  }
  .tweets .tweet .tweet-text {
    margin-left: 20px;
  }
  .theme-bottom-b .mod-jkit-tags a {
    font-size: 11px;
    margin: 3px 1px;
    padding: 2px 6px;
  }
  .theme-bottom-news .jkit-item .item-img {
    margin-right: 6px;
    margin-bottom: 3px;
  }
  .theme-bottom-news .jkit-item .item-text {
    margin-left: 0;
  }
  .theme-footer .nav {
    display: none;
  }
  .theme-tweets {
    margin: 30px 30px 10px;
  }
  .theme-tweets .theme-tweet {
    margin: 20px 10px 0;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  .theme-slide-content .container .animation1,
  .theme-slide-content .container .animation2 {
    margin: 0 15%;
  }
  .theme-slide-content .container h2 {
    color: #fff;
    font-size: 26px;
    margin: 5px 0;
  }
  .theme-slide-content .container h4 {
    margin: 0;
    font-size: 18px;
    color: #fff;
  }
  .theme-slide-content .container h4 span:after,
  .theme-slide-content .container h4 span:before {
    border-top: 1px solid #fff;
    top: 13px;
  }
  .theme-slide-content .container h1 {
    color: #fff;
    font-size: 32px;
    margin-bottom: 15px;
  }
  .theme-slide-content .container p {
    color: #fff;
    font-size: 14px;
    font-style: italic;
  }
  #theme-slider-next,
  #theme-slider-prev {
    height: 30px;
    width: 30px;
  }
  .theme-search {
    font-size: 12px;
    text-align: center;
  }
  .theme-search input,
  .theme-search select,
  .theme-search .input-prepend .add-on {
    font-size: 12px;
  }
  .theme-search #mod-hotel {
    text-align: left;
    margin: 0 auto;
    display: inline-block;
  }
  .theme-search #mod-hotel-form {
    margin: 0;
    padding: 0 0 4px 0;
  }
  .theme-search #mod-hotel-form .mod-hotel-control {
    margin-right: 6px;
  }
  .theme-search #mod-hotel-form .mod-hotel-room-control {
    display: none;
  }
  .theme-search #mod-hotel-form #mod-hotel-checkin,
  .theme-search #mod-hotel-form #mod-hotel-checkout,
  .theme-search #mod-hotel-form #mod-hotel-rooms,
  .theme-search #mod-hotel-form #mod-hotel-promotion {
    width: 70px;
  }
  .theme-search #mod-hotel-form .mod-hotel-occupation {
    width: 70px;
  }
  .theme-search #mod-hotel-form .mod-hotel-submit button {
    padding-right: 20px;
    padding-left: 20px;
  }
  .theme-search #mod-hotel-form.single-room {
    margin-left: 0;
  }
  .theme-search #mod-hotel-form.single-room .mod-hotel-rooms-control {
    margin-left: -120px;
  }
  .theme-search #mod-hotel-form.single-room #mod-hotel-checkin,
  .theme-search #mod-hotel-form.single-room #mod-hotel-checkout,
  .theme-search #mod-hotel-form.single-room #mod-hotel-rooms,
  .theme-search #mod-hotel-form.single-room #mod-hotel-promotion {
    width: 74px;
  }
  .theme-search #mod-hotel-form.single-room .mod-hotel-control {
    margin-right: 20px;
  }
  .theme-offer {
    width: 33.33%;
  }
}
body.error .theme-logo {
  text-align: center;
}
body.error .theme-logo img {
  height: 100px;
}
body.error .theme-error {
  text-align: center;
  margin: 50px;
}
