@charset "UTF-8";
html {
  height: 100%;
  width: 100%;
}

body {
  height: 100%;
  width: 100%;
  font-family: 'Lato', sans-serif;
  font-size: 16px;
  overflow-x: hidden;
  font-weight: 400;
  background-color: #fff;
}

ul {
  margin: 0;
  padding: 0;
}
ul li {
  list-style: none;
}

a {
  outline: none;
  color: inherit;
}
a:hover, a:focus {
  text-decoration: none;
  color: inherit;
}

/* Variables */
/*end of Variables*/
.fl {
  float: left;
}

.fr {
  float: right;
}

.mt_10 {
  margin-top: 10px;
}

.pl_0 {
  padding-left: 0 !important;
}

.pr_0 {
  padding-right: 0 !important;
}

.pl_10 {
  padding-left: 10px !important;
}

.pr_10 {
  padding-right: 10px !important;
}

.p_0 {
  padding: 0 !important;
}

/*Basic Area Styles*/
header.homeheader {
  z-index: 1001;
  top: 0;
  left: 0;
  right: 0;
  position: fixed;
  width: 100%;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  min-height: 80px;
  background: #EEEEEE !important;
  display: inline-block;
  box-shadow: 0 2px 12px -4px #222;
  -webkit-box-shadow: 0 2px 12px -4px #222;
  -moz-box-shadow: 0 2px 12px -4px #222;
  -ms-box-shadow: 0 2px 12px -4px #222;
  -o-box-shadow: 0 2px 12px -4px #222;
}

header.homeheader .navbar-header-left .mobile-head-buttons {
  margin: 0px;
  padding: 2px 0px 15px 0px;
  float: left;
  position: relative;
  width: 100%;
}

header.homeheader .navbar-header-left .mobile-head-buttons a:first-child {
  border: 2px solid #fff;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  width: 49%;
  margin: 0;
  padding: 6px 0px;
  float: left;
  text-align: center;
}

header.homeheader .navbar-header-left .mobile-head-buttons a:last-child {
  border: 2px solid #fff;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  width: 49%;
  margin: 0;
  padding: 6px 0px;
  float: right;
  text-align: center;
}

header.homeheader .white-tissue {
  width: 100%;
  display: inline-block;
  position: relative;
}

header.homeheader .head-bid {
  padding: 0;
  margin: 0px 2px;
  float: right;
  text-align: center;
  position: relative;
  background: #043c5f;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
header.homeheader .head-bid ul {
  list-style: none;
  padding: 0;
  margin: 0;
  width: 100%;
  min-height: 30px;
  text-align: center;
  display: inline-block;
  float: left;
}
header.homeheader .head-bid ul li {
  margin: 0px 1px;
  width: auto !important;
  display: inline-block;
  text-align: center;
  float: left;
  color: #fff;
  height: 30px;
  line-height: 30px;
}
header.homeheader .head-bid ul li i {
  padding-right: 15px;
  color: #fff;
}
header.homeheader .head-bid ul li a {
  color: #fff;
  font-weight: 700;
  margin: 0;
  padding: 0px 15px;
  width: auto;
  height: 30px;
  line-height: 30px;
}

.head-bid:hover {
  background: #36b1a0;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
header#homeheader.homeheader .head-phone.hidden-xs {
  background-color: transparent !important;
  border-radius: 0 !important;
}
header#homeheader .head-phone.hidden-xs a {
  color: #FFF !important;
}
header#homeheader .head-phone.hidden-xs i {
  color: #FFF !important;
}
header#homeheader .head-phone {
  padding: 0;
  margin: 15px 2px;
  float: right;
  text-align: center;
  position: relative;
  background-color: #d7a562;
  border-radius: 5px;
}
header#homeheader .head-phone ul {
  list-style: none;
  padding: 0;
  margin: 0;
  width: 100%;
  min-height: 30px;
  text-align: center;
  display: inline-block;
  float: left;
}
header#homeheader .head-phone ul li {
  margin: 0px 1px;
  width: auto !important;
  display: inline-block;
  text-align: center;
  float: left;
  height: 30px;
  line-height: 30px;
}
header#homeheader .head-phone ul li i {
  padding-right: 5px;
  color: #fff;
}
header#homeheader .head-phone ul li a {
  color: #fff;
  margin: 0;
  padding: 0px 15px;
  width: auto;
  height: 30px;
  line-height: 30px;
  font-size: 20px;
}

header#homeheader .languages {
  float: right;
  margin: 15px 1px 15px 20px;
  outline: none;
}
header#homeheader .languages span.caret {
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
header#homeheader .languages .btn-group.open {
  background-color: rgba(0, 0, 0, 0.7);
  color: #fff;
}
header#homeheader .languages .btn-group.open span.caret {
  transform: rotate(180deg);
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
header#homeheader .languages .btn-group.open .dropdown-toggle {
  background-color: transparent !important;
  box-shadow: 0 0 0 0 transparent !important;
}
header#homeheader .languages i {
  padding-right: 4px;
  font-size: 22px;
}
header#homeheader .languages .langs {
  padding: 0;
  margin: 0;
}
header#homeheader .languages .langs li {
  float: left;
  padding: 4px 0;
  margin: 0 4px;
}
header#homeheader .languages .langs li a {
  color: #fff;
  padding: 0;
  margin: 0;
  float: left;
  outline: none;
}
header#homeheader .languages .langs li a.active {
  text-decoration: overline;
}
header#homeheader .languages .dropdown-menu {
  width: 100%;
  min-width: 66px;
  background-color: rgba(0, 0, 0, 0.7);
}
header#homeheader .languages .dropdown-menu li {
  float: left;
  width: 100%;
}
header#homeheader .languages .dropdown-menu li a {
  color: #fff;
  padding: 5px 0;
  margin: 0;
  float: left;
  width: 100%;
  text-align: center !important;
  outline: none;
}
header#homeheader .languages .dropdown-menu li a:hover {
  background-color: transparent;
}
header#homeheader .languages .dropdown-menu li a.active {
  text-decoration: overline;
}
header#homeheader .languages .btn-default {
  background-color: transparent;
  color: #d7a562;
  border: none;
  border-radius: 0;
  padding: 0px 6px !important;
  height: 30px;
  font-size: 18px;
  outline: none;
}

header#homeheader .sm {
  padding: 0;
  margin: 15px 0px;
  float: right;
  text-align: center;
  position: relative;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
header#homeheader .sm ul {
  list-style: none;
  padding: 0;
  margin: 0;
  width: 100%;
  min-height: 30px;
  text-align: center;
  display: inline-block;
  float: left;
}
header#homeheader .sm ul li {
  margin: 0px 2px;
  width: auto !important;
  display: inline-block;
  text-align: center;
  float: left;
}
header#homeheader .sm ul li.fb:hover i {
  color: #3b5998;
  border-color: #3b5998;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
header#homeheader .sm ul li.tw:hover i {
  color: #1da1f2;
  border-color: #1da1f2;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
header#homeheader .sm ul li.ins:hover i {
  color: #8a3ab9;
  border-color: #8a3ab9;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
header#homeheader .sm ul li.gp:hover i {
  color: #dd4b39;
  border-color: #dd4b39;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
header#homeheader .sm ul li.yt:hover i {
  color: #cd201f;
  border-color: #cd201f;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
header#homeheader .sm i {
  width: 40px;
  height: 32px;
  line-height: 32px;
  padding: 0px;
  color: #d7a562;
  border: 1px solid transparent;
  text-align: center;
  font-size: 18px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

header.homeheader .fa-home {
  font-size: 20px;
}

header.homeheader .navigation {
  width: 100%;
  position: relative;
  float: left;
}

header.homeheader .btn-default {
  background-color: #f19a17;
  color: #fff;
  border: none;
  border-radius: 0;
}

header.homeheader .btn-default.active, header.homeheader .btn-default.focus {
  background-color: #043c5f;
}

header.homeheader .navbar {
  margin: 0;
}

header.homeheader .navbar-header-left {
  float: left;
  width: 100%;
  position: relative;
  margin: 0;
}
header.homeheader .navbar-header-left .slogan-object:before {
  -webkit-transform: rotate(52deg);
  -ms-transform: rotate(52deg);
  transform: rotate(52deg);
  border-left: 1px solid #efefef;
  left: -17px;
  position: absolute;
  width: 2.375rem;
  height: 2.375rem;
  top: 4px;
  background-color: #fff;
  content: '';
}
header.homeheader .navbar-header-left .slogan-object {
  position: absolute;
  left: 8px;
  top: 16px;
  content: '';
  border-top: 1px solid #efefef;
  height: 1.5625rem;
  width: 8.875rem;
  background-color: #fff;
}
header.homeheader .navbar-header-left .slogan-object:after {
  position: absolute;
  width: 2.375rem;
  height: 2.375rem;
  top: 4px;
  background-color: #fff;
  content: '';
  -webkit-transform: rotate(-52deg);
  -ms-transform: rotate(-52deg);
  transform: rotate(-52deg);
  border-right: 1px solid #efefef;
  right: -17px;
}
header.homeheader .navbar-header-left .head-slogan {
  color: #999;
  margin: 0px 0px 0px 120px;
  padding: 5px;
  float: left;
  text-align: left;
  font-size: 16px;
  font-weight: 400;
  position: relative;
}

header.homeheader .navbar-header-right {
  float: right;
  position: relative;
  width: 100%;
  margin: 0;
}
header.homeheader .navbar-header-right .nav-block {
  float: right;
}

/*logo*/
header.homeheader .navbar-brand {
  height: auto;
  padding: 0;
  margin: -50px 15px;
  position: relative;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
header.homeheader .navbar-brand h1 {
  margin: 0;
  padding: 0;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
header.homeheader .navbar-brand img.group-logo {
  white-space: nowrap;
  display: inline-block;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  height: 180px;
}
header.homeheader .navbar-brand img.hotel-logo {
  white-space: nowrap;
  display: inline-block;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

/*navigation*/
header.homeheader .navbar-default .navbar-collapse a {
  position: relative;
}

header.homeheader ul#top-nav-menu.navbar-nav {
  float: right;
  width: 100%;
  position: relative;
  margin: 15px 0px 0px 0px;
  background: none;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
header.homeheader ul#top-nav-menu.navbar-nav li {
  float: right;
  background: none;
  position: relative;
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
  margin-left: 12px;
}
header.homeheader ul#top-nav-menu.navbar-nav a {
  vertical-align: middle;
  color: #ccb66e;
  font-size: 12px;
  font-weight: 700;
  display: inline-block;
  position: relative;
  -moz-transition: color 500ms ease-out;
  -o-transition: color 500ms ease-out;
  -webkit-transition: color 500ms ease-out;
  transition: color 500ms ease-out;
  padding: 10px 0px;
  line-height: inherit !important;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  text-align: center;
}
header.homeheader ul#top-nav-menu.navbar-nav a i {
  width: 100%;
  text-align: center;
  color: #ccb66e;
  font-size: 28px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
header.homeheader ul#top-nav-menu.navbar-nav a:hover {
  color: #e4d49d;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
header.homeheader ul#top-nav-menu.navbar-nav a:hover i {
  color: #e4d49d;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.search {
  width: 300px;
  display: inline-block;
  position: relative;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  float: right;
  margin: 0;
  padding: 3px;
  background: #e4d49d;
}
.search .form-group {
  float: left;
  border: none !important;
  width: 100%;
  margin: 0 !important;
}
.search input {
  float: left;
  color: #555;
  font-size: 14px;
  width: 100%;
  height: 34px;
  box-shadow: 0 0 0 transparent !important;
  z-index: 8;
  padding: 0px 5px;
  margin: 0;
  border: solid 1px #CCC;
  display: inline-block;
  position: relative;
  z-index: 1;
}
.search .search-btn {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2;
  background: #e4d49d;
  height: 100% !important;
  text-align: center;
  padding: 0 !important;
  border: none !important;
  display: inline-block;
  z-index: 9;
  width: 40px !important;
  border-radius: 0px !important;
  outline: none;
  margin: 0;
}
.search .search-btn i {
  font-size: 20px;
  color: #fff;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  width: 100%;
  text-align: center;
}
.search .search-btn:hover i {
  font-size: 20px;
  color: #f5f5f5;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.search .submitBtn:hover {
  color: #666;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

header#homeheader ul#navigation-menu.navbar-nav {
  float: right;
  width: auto;
  height: auto;
  position: relative;
  margin: 0px 0px;
  background: none;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
}
header#homeheader ul#navigation-menu.navbar-nav li {
  background: none;
  position: relative;
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
  height: 100%;
  display: inline-block;
  margin: 8px 0px;
  padding: 4px 0px;
}
header#homeheader ul#navigation-menu.navbar-nav li ul.dropdown-menu {
  padding: 0px;
  margin: 0px;
  border: none !important;
  border-radius: 0 !important;
background-color: rgb(222 222 222 / 100%) !important;
}
header#homeheader ul#navigation-menu.navbar-nav li ul.dropdown-menu li {
  color: #333 !important;
  padding: 0px !important;
  margin: 0px !important;
  width: 100%;
  border-bottom: solid 1px #555 !important;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
header#homeheader ul#navigation-menu.navbar-nav li ul.dropdown-menu li a {
  background: none;
  color: #474747;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  padding: 8px 20px !important;
  border: none;
}
header#homeheader ul#navigation-menu.navbar-nav li ul.dropdown-menu li a:hover {
  color: #00b5ec;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
header#homeheader ul#navigation-menu.navbar-nav li ul.dropdown-menu li a:before {
  content: "" !important;
  display: none !important;
}
header#homeheader ul#navigation-menu.navbar-nav li ul.dropdown-menu li a:after {
  content: "" !important;
  display: none !important;
}
header#homeheader ul#navigation-menu.navbar-nav li ul.dropdown-menu li:last-child {
  border: none;
}
header#homeheader ul#navigation-menu.navbar-nav li:nth-child(1) a:before {
  content: "" !important;
}
header#homeheader ul#navigation-menu.navbar-nav a:before {
  content: "";
  background-color: transparent;
  position: absolute;
  left: 12px;
  top: -10px;
  width: 40%;
  height: 2px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
header#homeheader ul#navigation-menu.navbar-nav a:after {
  content: "";
  background-color: transparent;
  position: absolute;
  right: 12px;
  bottom: -10px;
  width: 40%;
  height: 2px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
header#homeheader ul#navigation-menu.navbar-nav a {
  vertical-align: middle;
  position: relative;
  -moz-transition: color 500ms ease-out;
  -o-transition: color 500ms ease-out;
  -webkit-transition: color 500ms ease-out;
  transition: color 500ms ease-out;
  padding: 0px 12px;
  color: #000;
  font-size: 15px;
  font-weight: 400;
  border-right: 1px solid #e5e5e5;
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}
header#homeheader ul#navigation-menu.navbar-nav a:hover:before {
  background-color: #fff;
  top: -5px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
header#homeheader ul#navigation-menu.navbar-nav a:hover:after {
  background-color: #fff;
  bottom: -5px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
header#homeheader ul#navigation-menu.navbar-nav a.activeNav {
  color: #333;
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}
header#homeheader ul#navigation-menu.navbar-nav li:last-child a {
  border: none !important;
}

header .navigation-bottom {
  background: #e4d49d;
  width: 100%;
  display: inline-block;
  position: relative;
  float: left;
}
header .navigation-bottom .navbar {
  min-height: auto !important;
}
header .navigation-bottom .navbar-collapse {
  width: auto !important;
}
header .navigation-bottom .navbar-header-left {
  width: auto !important;
}
header .navigation-bottom .navbar-header-right {
  width: auto !important;
}

header .navbar-default .navbar-collapse .active a {
  color: #2C2C2C;
}

header .navbar-default .navbar-collapse a:focus, header .navbar-default .navbar-collapse a:hover {
  color: #2C2C2C;
}

header .navbar-default .navbar-collapse .active a:focus, header .navbar-default .navbar-collapse .active a:hover {
  background-color: transparent;
  color: #2C2C2C;
}

header .navbar-default {
  background-color: transparent;
  border: none;
  border-radius: 0;
  position: relative;
  width: 100%;
  display: inline-block;
  float: left;
}

header .navbar-default .navbar-collapse {
  margin-top: 16px !important;
  width: 100%;
  padding: 0 !important;
}

/*DROPDOWN MENU*/
*:not(.bootstrap-datetimepicker-widget) .dropdown-menu .sub-menu {
  left: 100%;
  position: absolute;
  top: 0;
  visibility: hidden;
  margin-top: -1px;
}

*:not(.bootstrap-datetimepicker-widget) .dropdown-menu li:last-child {
  border: none  !important;
}

*:not(.bootstrap-datetimepicker-widget) .dropdown-menu li {
  position: relative;
  text-align: left;
  border: none !important;
  width: 100%;
}

*:not(.bootstrap-datetimepicker-widget) .dropdown-menu li:hover .sub-menu {
  visibility: visible;
}

*:not(.bootstrap-datetimepicker-widget) .dropdown-menu a {
  text-align: left !important;
  border: none !important;
  width: 100%;
}

*:not(.bootstrap-datetimepicker-widget) .dropdown:hover .dropdown-menu {
  display: block;
}

.nav-tabs .dropdown-menu, .nav-pills .dropdown-menu, .navbar .dropdown-menu {
  margin-top: 0;
}

.sub-menu li {
  border: none !important;
  padding-bottom: 5px;
  padding-top: 5px;
}

.sub-menu li:last-child {
  border: none;
}

/*navigation*/
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:focus, .navbar-default .navbar-nav > .open > a:hover {
  background: none;
}

.btn-3e, .icon-close, .progress-button[data-style=fill][data-horizontal] {
  overflow: hidden;
}

.nav-tabs > li {
  border-right: 1px solid #ccc;
  width: 20%;
  text-align: center;
  font-size: 16px;
}

.nav-tabs > li:last-child {
  border-right: 0;
}

.nav-tabs > li > a {
  color: #555;
  margin-right: 0;
}

.nav-tabs, .nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover, .testimonials blockquote {
  border: none;
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {
  font-weight: 600;
  background-color: #FFF !important;
  color: #fff;
}

.sub-nav-tabs > li {
  border-right: 1px solid #ccc;
  width: 20%;
  text-align: center;
  font-size: 16px;
}

.sub-nav-tabs > li:last-child {
  border-right: 0;
}

.sub-nav-tabs > li > a {
  color: #555;
  margin-right: 0;
}

.sub-nav-tabs, .sub-nav-tabs > li.active > a, .sub-nav-tabs > li.active > a:focus, .sub-nav-tabs > li.active > a:hover, .testimonials blockquote {
  border: none;
}

.sub-nav-tabs > li.active > a, .sub-nav-tabs > li.active > a:focus, .sub-nav-tabs > li.active > a:hover {
  font-weight: 600;
  background-color: #fff !important;
  color: #fff;
}

/*animation*/
.animation-element {
  opacity: 0;
  position: relative;
}

/*animation element sliding left*/
.animation-element.slide-left {
  opacity: 0;
  -moz-transition: all 500ms linear;
  -webkit-transition: all 500ms linear;
  -o-transition: all 500ms linear;
  transition: all 500ms linear;
  -moz-transform: translate3d(-100px, 0px, 0px);
  -webkit-transform: translate3d(-100px, 0px, 0px);
  -o-transform: translate(-100px, 0px);
  -ms-transform: translate(-100px, 0px);
  transform: translate3d(-100px, 0px, 0px);
}

.animation-element.slide-left.in-view {
  opacity: 1;
  -moz-transform: translate3d(0px, 0px, 0px);
  -webkit-transform: translate3d(0px, 0px, 0px);
  -o-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate3d(0px, 0px, 0px);
}

/*animation slide left styled for testimonials*/
.animation-element.slide-left.testimonial {
  padding: 0px 20px;
}

.animation-element.slide-left.testimonial .header {
  width: 100%;
  margin-bottom: 10px;
}

.animation-element.slide-left.testimonial .left {
  float: left;
  margin-right: 15px;
}

.animation-element.slide-left.testimonial .right {
  float: left;
}

.animation-element.slide-left.testimonial img {
  width: 65px;
  height: 65px;
}

.animation-element.slide-left.testimonial h3 {
  margin: 5px 0px 5px 0px;
}

.animation-element.slide-left.testimonial h4 {
  margin: 4px 0px 4px 0px;
}

.animation-element.slide-left.testimonial .content {
  float: left;
  width: 100%;
  margin-bottom: 10px;
}

.animation-element.slide-left.testimonial i {
  color: #aaa;
  margin-right: 5px;
}

/*media queries for small devices*/
@media screen and (max-width: 678px) {
  /*testimonials*/
  .animation-element.slide-left.testimonial,
  .animation-element.slide-left.testimonial:nth-of-type(odd),
  .animation-element.slide-left.testimonial:nth-of-type(even) {
    width: 100%;
    margin: 0px 0px 20px 0px;
  }

  .animation-element.slide-left.testimonial .right,
  .animation-element.slide-left.testimonial .left,
  .animation-element.slide-left.testimonial .content,
  .animation-element.slide-left.testimonial .rating {
    text-align: center;
    float: none;
  }

  .animation-element.slide-left.testimonial img {
    width: 85px;
    height: 85px;
    margin-bottom: 5px;
  }
}
/*TEKLİF FORMU STYLES*/
/*footer*/
footer {
  width: 100%;
  position: relative;
  display: inline-block;
  z-index: 1;
  float: left;
  padding: 30px 0px;
  background: #0f1a21 ;
      margin-top: 100px;
}
footer .bg-boxes {
  width: 100%;
  float: left;
  height: 100%;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
}
footer .bg-boxes div {
  width: 33.3333%;
  float: left;
  height: 100%;
}
footer .foot-titles {
  background: #043c5f;
  padding: 15px 0px !important;
}
footer .top-foot {
  display: inline-block;
  padding: 30px 0;
  width: 100%;
  float: left;
  position: relative;
  z-index: 555;
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}
footer .top-foot a {
  display: block;
}
footer .top-foot span {
  margin: 0;
  padding: 0;
  color: #333;
  font-weight: 200;
}
footer .top-foot p {
  width: 100%;
  text-align: left;
  margin: 0;
  padding: 0;
  color: #333;
  line-height: 2;
  font-size: 14px;
}
footer .top-foot .features-boxes li {
  overflow: hidden;
}
footer .top-foot .features-boxes li img {
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
footer .top-foot .features-boxes li h4:before {
  display: block;
  content: "";
  width: 50%;
  height: 3px;
  background: #043c5f;
  position: absolute;
  top: -1px;
  left: 0;
}
footer .top-foot .features-boxes li h4 {
  width: auto;
  text-align: left;
  margin: 0 auto 15px;
  padding: 5px 0;
  color: #043c5f;
  font-size: 18px;
  font-weight: 400;
  position: relative;
  display: inline-block;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
footer .top-foot .features-boxes li h4:after {
  content: "\f0a9";
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  /*--adjust as necessary--*/
  color: #043c5f;
  font-size: 18px;
  padding-left: 0.5em;
  position: absolute;
  top: 6px;
  right: -20px;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
footer .top-foot .features-boxes:hover li img {
  transform: scale(1.1);
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
footer .top-foot .features-boxes:hover li h4:after {
  right: -25px;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
footer .top-foot .sm {
  padding: 0;
  margin: 0;
  float: left;
  width: 100%;
  text-align: center;
}
footer .top-foot .sm ul {
  list-style: none;
  padding: 0;
  margin: 60px 0 0 0;
  float: left;
  width: 100%;
  text-align: center;
}
footer .top-foot .sm ul li {
  margin: 0px 0px 2px 0px;
  width: auto !important;
  display: inline-block;
  text-align: center;
}
footer .top-foot .sm ul li a {
  color: #fff;
  padding: 4px 0px 0px 0px;
  margin: 0;
  text-align: center;
  display: inline-block;
}
footer .top-foot .sm ul li i {
  float: left;
  padding-top: 18px;
  color: #fff;
  background-color: transparent;
  border: solid 2px #fff;
  width: 60px;
  height: 60px;
  font-size: 20px;
  text-align: center;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
footer .top-foot .sm ul li.fb:hover a {
  color: #3b5998;
}
footer .top-foot .sm ul li.fb:hover i {
  color: #fff;
  background: #3b5998;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
footer .top-foot .sm ul li.tw:hover a {
  color: #1da1f2;
}
footer .top-foot .sm ul li.tw:hover i {
  color: #fff;
  background: #1da1f2;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
footer .top-foot .sm ul li.ins:hover a {
  color: #405de6;
}
footer .top-foot .sm ul li.ins:hover i {
  color: #fff;
  background: #405de6;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
footer .top-foot .sm ul li.yt:hover a {
  color: #cd201f;
}
footer .top-foot .sm ul li.yt:hover i {
  color: #fff;
  background: #cd201f;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
footer .top-foot .sm ul li.gp:hover a {
  color: #dd4b39;
}
footer .top-foot .sm ul li.gp:hover i {
  color: #fff;
  background: #dd4b39;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
footer .top-foot .foot-list-left {
  width: 100%;
  position: relative;
  padding: 0;
  margin: 0;
  float: right;
  text-align: left;
}
footer .top-foot .foot-list-left .foot-logo {
  margin-top: 25px;
}
footer .top-foot .foot-list-left ul.comments img.grayscale {
  filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#grayscale");
  /* Firefox 3.5+ */
  filter: gray;
  /* IE6-9 */
  -webkit-filter: grayscale(100%);
  /* Chrome 19+ & Safari 6+ */
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
footer .top-foot .foot-list-left ul.comments img.grayscale:hover {
  filter: none;
  -webkit-filter: grayscale(0%);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
footer .top-foot .foot-list-left .foot-info {
  font-size: 22px;
  font-style: italic;
  text-align: center;
  color: #8b8b8b;
}
footer .top-foot .foot-list-left .foot-phone {
  font-size: 32px;
  font-style: italic;
  text-align: left;
  color: #8b8b8b;
}
footer .top-foot .foot-list-left h3 {
  width: auto;
  text-align: center;
  margin: 0 auto;
  padding: 5px 0;
  color: #fff;
  font-size: 18px;
  font-weight: 300;
  position: relative;
  display: inline-block;
}
footer .top-foot .foot-list-left h3:after {
  display: block;
  content: "";
  width: 50%;
  height: 2px;
  background: #fff;
  position: absolute;
  bottom: -10px;
  left: 50%;
  margin-left: -25%;
}
footer .top-foot .foot-list-left ul {
  width: 100%;
  display: inline-block;
}
footer .top-foot .foot-list-left ul li {
  margin: 4px 0px;
  padding: 0;
  width: 100%;
  display: inline-block;
  text-align: left;
}
footer .top-foot .foot-list-left ul li .footer-logo {
  opacity: 0.6;
}
footer .top-foot .foot-list-left ul li a {
  font-size: 14px;
  color: #fff;
  margin: 0;
  padding: 0;
}
footer .top-foot .foot-list-left ul li a:hover {
  color: #CCC;
}
footer .top-foot .foot-list-left i {
  padding-top: 8px;
  color: #CCC;
  background: #242e35;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  text-align: center;
  margin: 0px 10px;
}
footer .top-foot .foot-list-left a:hover {
  color: #CCC;
}
footer .top-foot .foot-list-right {
  width: 100%;
  position: relative;
  padding: 0;
  margin: 0;
  float: right;
  text-align: right;
}
footer .top-foot .foot-list-right ul.comments img.grayscale {
  filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#grayscale");
  /* Firefox 3.5+ */
  filter: gray;
  /* IE6-9 */
  -webkit-filter: grayscale(100%);
  /* Chrome 19+ & Safari 6+ */
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
footer .top-foot .foot-list-right ul.comments img.grayscale:hover {
  filter: none;
  -webkit-filter: grayscale(0%);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
footer .top-foot .foot-list-right .foot-info {
  font-size: 22px;
  font-style: normal;
  text-align: center;
  color: #fff;
}
footer .top-foot .foot-list-right .foot-phone {
  font-size: 32px;
  font-style: normal;
  text-align: center;
  color: #fff;
}
footer .top-foot .foot-list-right h3 {
  width: auto;
  text-align: right;
  margin: 0 auto;
  padding: 5px 0;
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  position: relative;
  display: inline-block;
}
footer .top-foot .foot-list-right h3:after {
  display: block;
  content: "";
  width: 50%;
  height: 2px;
  background: #fff;
  position: absolute;
  bottom: -1px;
  left: 0;
}
footer .top-foot .foot-list-right ul {
  width: 100%;
  display: inline-block;
}
footer .top-foot .foot-list-right ul li {
  margin: 4px 0px;
  padding: 0;
  width: 100%;
  display: inline-block;
  text-align: right;
}
footer .top-foot .foot-list-right ul li p {
  text-align: center;
  margin: 0;
  padding: 0;
  color: #8b8b8b;
  display: inline-block;
}
footer .top-foot .foot-list-right ul li .footer-logo {
  opacity: 0.6;
}
footer .top-foot .foot-list-right ul li a {
  font-size: 14px;
  color: #fff;
  margin: 0;
  padding: 0;
}
footer .top-foot .foot-list-right ul li a:hover {
  color: #CCC;
}
footer .top-foot .foot-list-right i {
  padding: 0;
  color: #fff;
  background: none;
  width: 100%;
  text-align: center;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  text-align: center;
  margin: 0px 10px;
  display: inline-block;
}
footer .top-foot .foot-list-right a:hover {
  color: #CCC;
}
footer .top-foot .overlay {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: -1;
}
footer .contact-foot {
  display: inline-block;
  padding: 15px 0;
  background: #11181D;
  width: 100%;
  float: left;
}
footer .contact-foot .foot-contact {
  width: 100%;
  position: relative;
  text-align: left;
  margin: 0;
  display: inline-block;
}
footer .contact-foot .foot-contact ul {
  float: left;
  width: 100%;
}
footer .contact-foot .foot-contact ul li {
  float: left;
  width: 100%;
  position: relative;
  padding-left: 40px;
  margin: 0px 0px 15px 0px;
}
footer .contact-foot .foot-contact p {
  text-align: center;
  display: inline-block;
  margin: 0;
  padding: 0 5px;
  font-family: 'Lato', sans-serif;
  color: #91a6b1;
  font-size: 12px;
}
footer .contact-foot .foot-contact i {
  padding-top: 10px;
  color: #fff;
  background: #242e35;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  text-align: center;
  margin: 0  5px;
}
footer .bottom-foot {
  display: inline-block;
  padding: 15px 0;
  width: 100%;
  float: left;
  position: relative;
  z-index: 666;
  border-top: 2px solid #000;
}
footer .bottom-foot .sm {
  padding: 0;
  margin: 0;
  float: left;
  width: 100%;
  text-align: left;
}
footer .bottom-foot .sm h3 {
  width: auto;
  text-align: left;
  margin: 0 auto;
  padding: 5px 0;
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  position: relative;
  display: inline-block;
}
footer .bottom-foot .sm h3:after {
  display: block;
  content: "";
  width: 50%;
  height: 2px;
  background: #fff;
  position: absolute;
  bottom: -1px;
  left: 0;
}
footer .bottom-foot .sm ul {
  list-style: none;
  padding: 0;
  margin: 0;
  float: left;
  width: 100%;
  text-align: left;
}
footer .bottom-foot .sm ul li {
  margin: 0px 2px;
  width: auto !important;
  display: inline-block;
  text-align: center;
}
footer .bottom-foot .sm ul li a {
  color: #fff;
  padding: 4px 0px 0px 0px;
  margin: 0;
  text-align: center;
  display: inline-block;
}
footer .bottom-foot .sm ul li i {
  float: left;
  padding-top: 8px;
  color: #043c5f;
  background: #fff;
  width: 32px;
  height: 32px;
  text-align: center;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
footer .bottom-foot .sm ul li.fb:hover a {
  color: #3b5998;
}
footer .bottom-foot .sm ul li.fb:hover i {
  color: #fff;
  background: #3b5998;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
footer .bottom-foot .sm ul li.tw:hover a {
  color: #1da1f2;
}
footer .bottom-foot .sm ul li.tw:hover i {
  color: #fff;
  background: #1da1f2;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
footer .bottom-foot .sm ul li.ins:hover a {
  color: #405de6;
}
footer .bottom-foot .sm ul li.ins:hover i {
  color: #fff;
  background: #405de6;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
footer .bottom-foot .sm ul li.yt:hover a {
  color: #cd201f;
}
footer .bottom-foot .sm ul li.yt:hover i {
  color: #fff;
  background: #cd201f;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
footer .bottom-foot .sm ul li.gp:hover a {
  color: #dd4b39;
}
footer .bottom-foot .sm ul li.gp:hover i {
  color: #fff;
  background: #dd4b39;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
footer .bottom-foot .copyright {
  padding: 12px 0px 5px 0px;
  float: left;
  width: 100%;
}
footer .bottom-foot .copyright p {
  margin: 0 !important;
  padding: 0;
  color: #fff;
  font-size: 12px;
  float: left;
  width: 100%;
  text-align: left;
}
footer .bottom-foot .by-logo {
  width: 100%;
  text-align: right;
  display: inline-block;
  padding: 10px 0px;
}
footer .bottom-foot .by-logo img.grayscale {
  filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#grayscale");
  /* Firefox 3.5+ */
  filter: gray;
  /* IE6-9 */
  -webkit-filter: grayscale(100%);
  /* Chrome 19+ & Safari 6+ */
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
footer .bottom-foot .by-logo img.grayscale:hover {
  filter: none;
  -webkit-filter: grayscale(0%);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
footer .overlay {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
}

/*section*/
section:not(.obs-booking-page,.obs-booking-page *) {
  position: relative;
  width: 100%;
  float: left;
}

section#slider {
  position: relative;
  z-index: 666;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  display: inline-block;
}
section#slider .anim-mouse {
  position: absolute;
  z-index: 999;
  bottom: 2%;
  left: 50%;
  margin-left: -40px;
  margin-right: auto;
  text-align: center;
}
section#slider .anim-mouse .scrollto {
  width: 80px;
  height: 80px;
  display: inline-block;
  padding: 10px;
  border-radius: 50%;
}
section#slider .mouse {
  display: block;
  height: 60px;
  width: 60px;
  transform: none;
  margin: auto;
  background-image: url("https://www.eftaliahotels.com/assets/img/down-arrow.png");
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: 60px 60px;
}
section#slider .wheel {
  display: block;
  height: 22px;
  width: 6px;
  display: block;
  margin-left: 28px;
  margin-top: 0;
  background: white;
  position: relative;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
}
section#slider .wheel {
  -webkit-animation: mouse-wheel 1.2s ease infinite;
  -moz-animation: mouse-wheel 1.2s ease infinite;
}
section#slider #back-to-top .wheel {
  -webkit-animation: mouse-wheel-top 1.2s ease infinite;
  -moz-animation: mouse-wheel-top 1.2s ease infinite;
}
@-webkit-keyframes mouse-wheel-top {
  0% {
    opacity: 1;
    -webkit-transform: translateY(6px);
    -ms-transform: translateY(6px);
    transform: translateY(6px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
@-moz-keyframes mouse-wheel-top {
  0% {
    top: 3px;
  }
  50% {
    top: 2px;
  }
  100% {
    top: 1px;
  }
}
@-webkit-keyframes mouse-wheel {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(6px);
    -ms-transform: translateY(6px);
    transform: translateY(6px);
  }
}
@-moz-keyframes mouse-wheel {
  0% {
    top: 1px;
  }
  50% {
    top: 2px;
  }
  100% {
    top: 3px;
  }
}
@-webkit-keyframes mouse-scroll {
  0% {
    opacity: 0;
  }
  50% {
    opacity: .5;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes mouse-scroll {
  0% {
    opacity: 0;
  }
  50% {
    opacity: .5;
  }
  100% {
    opacity: 1;
  }
}
@-o-keyframes mouse-scroll {
  0% {
    opacity: 0;
  }
  50% {
    opacity: .5;
  }
  100% {
    opacity: 1;
  }
}
@keyframes mouse-scroll {
  0% {
    opacity: 0;
  }
  50% {
    opacity: .5;
  }
  100% {
    opacity: 1;
  }
}
section#slider .overlay {
  position: absolute;
  z-index: 99;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.3);
}
section#slider .carousel-fade .carousel-inner .item {
  transition-property: opacity;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  max-height: 100%;
  background-position: 50% 50%;
}
section#slider .carousel-fade .carousel-inner .item .slide-text {
  position: absolute;
  z-index: 999;
  left: 50%;
  bottom: 1%;
  padding: 25px;
  width: 50%;
  margin-left: -25%;
}
section#slider .carousel-fade .carousel-inner .item .slide-text h2 {
  color: #fff;
  margin: 0;
  padding: 0;
  display: inline-block;
  visibility: visible;
  transform: matrix(1, 0, 0, 1, 0, 0);
  line-height: .9em;
  font-size: 48px;
  font-weight: 500;
  float: left;
  text-align: center;
  width: 100%;
  text-shadow: 2px 3px 6px #000;
}
section#slider .carousel-fade .carousel-inner .item .slide-text p {
  color: #fff;
  font-size: 22px;
  margin: 0;
  padding: 0;
  float: left;
  clear: both;
  display: inline-block;
  text-align: center;
  width: 100%;
  text-shadow: 2px 3px 6px #000;
}
section#slider .carousel-fade .carousel-inner .item,
section#slider .carousel-fade .carousel-inner .active.left,
section#slider .carousel-fade .carousel-inner .active.right {
  opacity: 0;
}
section#slider .carousel-fade .carousel-inner .active,
section#slider .carousel-fade .carousel-inner .next.left,
section#slider .carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}
section#slider .carousel-fade .carousel-inner .next,
section#slider .carousel-fade .carousel-inner .prev,
section#slider .carousel-fade .carousel-inner .active.left,
section#slider .carousel-fade .carousel-inner .active.right {
  left: 0;
  transform: translate3d(0, 0, 0);
}
section#slider .carousel-fade .carousel-control.left {
  left: 0px;
  background: none;
}
section#slider .carousel-fade .carousel-control.left .arrow-slide-btn {
  position: absolute;
  bottom: 8%;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
  padding: 15px 15px 15px 5px;
}
section#slider .carousel-fade .carousel-control.right {
  right: 0px;
  background: none;
}
section#slider .carousel-fade .carousel-control.right .arrow-slide-btn {
  position: absolute;
  bottom: 8%;
  right: 0;
  background: rgba(0, 0, 0, 0.5);
  padding: 15px 5px 15px 15px;
}
section#slider .carousel,
section#slider .carousel-inner,
section#slider .carousel-inner .item {
  height: 100%;
}
section#slider .carousel-control {
  z-index: 99;
}
section#slider .carousel-control .glyphicon {
  top: 45% !important;
  position: absolute !important;
  width: 100%;
  text-align: center;
  left: 0;
}
section#slider .carousel-control .glyphicon img {
  display: none;
}
section#slider #slide {
  width: 100%;
  height: 100%;
  max-width: 3200px;
  min-height: 200px;
  max-height: 100%;
  overflow: hidden;
}
section#slider #slide .slideText {
  position: absolute;
  padding: 15px;
  right: 15%;
  bottom: 6%;
  background: none;
  text-align: center;
  z-index: 999;
}
section#slider #slide .slideText h2 {
  color: #FFF;
  margin: 0 auto;
  padding: 10px 0px;
  text-align: center;
  width: auto;
  font-weight: 400;
  font-size: 2.5em;
  text-shadow: 2px 2px 4px #000;
}
section#slider #slide .slideText img {
  height: 100px;
}
section#slider #slide .slideText p {
  color: #333;
  font-size: 16px;
  float: left;
  margin: 0;
  padding: 15px 15px;
  text-align: left;
  width: 100%;
  font-weight: 400;
  display: inline-block;
  background: #FFF;
}
section#slider #slide .slideText a:hover {
  padding: 6px 0px 6px 40px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
section#slider #slide .slideText a:hover i {
  opacity: 1;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
section#slider #slide .slideText a {
  color: #FFF;
  border-top: solid 2px #fff;
  font-weight: 200;
  font-size: 2em;
  padding: 6px 0px;
  margin: 0 auto;
  text-align: center;
  display: inline-block;
  text-shadow: 2px 2px 4px #000;
  width: auto;
  position: relative;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
section#slider #slide .slideText a i {
  text-align: left;
  color: #fff;
  padding: 8px 4px 0px 0px;
  position: absolute;
  left: 0;
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
section#slider #slide .slideText a:hover {
  color: #f2f4f5;
}
section#slider #slide .active .slideText {
  opacity: 1;
  -webkit-transition: all 1s ease-in-out;
  -moz-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
}

section#home-projects.home-projects {
  width: 100%;
  min-height: 400px;
  position: relative;
  display: inline-block;
  padding: 30px 0;
  float: left;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-bottom: solid 2px #ccc;
}
section#home-projects.home-projects .home-products-carousel {
  display: block;
  width: 100%;
  z-index: 1;
  -webkit-tap-highlight-color: transparent;
  position: relative;
  margin: 0px;
}
section#home-projects.home-projects .home-products-carousel .item {
  width: 100%;
  border-radius: 0px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  position: relative;
  overflow: hidden;
  display: inline-block;
}
section#home-projects.home-projects .home-products-carousel .item a {
  width: 100%;
  display: inline-block;
  position: relative;
  outline: none;
  margin: 0;
  padding: 0;
}
section#home-projects.home-projects .home-products-carousel .item a .photo {
  display: inline-block;
  width: 100%;
  height: 200px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}
section#home-projects.home-projects .home-products-carousel .item a span {
  color: #333;
  background-color: #E5E5E5;
  display: inline-block;
  width: 100%;
  text-align: center;
  margin: 0;
  padding: 5px 0px;
}
section#home-projects.home-projects .home-products-carousel .item a p {
  color: #fff;
  font-weight: 600;
  background: #043c5f;
  display: inline-block;
  width: 100%;
  text-align: center;
  margin: 0;
  padding: 5px 0px;
}
section#home-projects.home-projects .home-products-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
}
section#home-projects.home-projects .home-products-carousel .owl-stage {
  position: relative;
  z-index: 9;
}
section#home-projects.home-projects .home-products-carousel .owl-item {
  min-height: 1px;
  float: left;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}
section#home-projects.home-projects .home-products-carousel .owl-nav {
  position: absolute;
  top: 38%;
  left: -5%;
  width: 110%;
  z-index: 8;
  display: none;
}
section#home-projects.home-projects .home-products-carousel .owl-nav .owl-prev {
  float: left;
  background: url("https://www.eftaliahotels.com/assets/img/left-grey.png") center center no-repeat;
  background-size: 40px 40px;
  width: 40px;
  height: 40px;
  color: transparent !important;
  cursor: pointer;
}
section#home-projects.home-projects .home-products-carousel .owl-nav .owl-next {
  float: right;
  background: url("https://www.eftaliahotels.com/assets/img/right-grey.png") center center no-repeat;
  background-size: 40px 40px;
  width: 40px;
  height: 40px;
  color: transparent !important;
  cursor: pointer;
}
section#home-projects.home-projects .text-wrap {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0px 15px;
  background: rgba(112, 207, 194, 0.85);
  display: inline-block;
}
section#home-projects.home-projects .text-wrap h3 {
  margin: 15px 0px 0px 0px;
  padding: 5px 0px;
  color: #fff;
  font-size: 28px;
  font-weight: 400;
  width: auto;
  display: inline-block;
  text-align: center;
  position: relative;
}
section#home-projects.home-projects .text-wrap h3:after {
  display: block;
  content: "";
  width: 50%;
  height: 2px;
  background: #fff;
  position: absolute;
  bottom: -10px;
  left: 0;
}
section#home-projects.home-projects .text-wrap h4 {
  margin: 15px 0px 0px 0px;
  padding: 5px 0px;
  color: #fff;
  font-size: 22px;
  font-weight: 200;
  width: 100%;
  display: inline-block;
  text-align: left;
  position: relative;
}
section#home-projects.home-projects .text-wrap p {
  margin: 0;
  padding: 15px 0;
  color: #fff;
  width: 100%;
}
section#home-projects.home-projects .text-wrap a.more-btn {
  display: inline-block;
  width: auto;
  padding: 5px 15px;
  margin: 0px 0px 15px 0px;
  color: #043c5f;
  background: #fff;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
}
section#home-projects.home-projects .products-item {
  overflow: hidden;
  position: relative;
  display: inline-block;
  margin: 20px 0;
}
section#home-projects.home-projects .products-item .product-info {
  display: inline-block;
  width: 100%;
  text-align: center;
  margin: 15px 0;
}
section#home-projects.home-projects .products-item .product-info a {
  display: inline-block;
  width: 100%;
  text-align: center;
}
section#home-projects.home-projects .products-item .product-info a:hover .icon {
  border-color: #00545a;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
section#home-projects.home-projects .products-item .product-info a:hover h3 {
  color: #00545a;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
section#home-projects.home-projects .products-item .product-info a:hover p {
  color: #333;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
section#home-projects.home-projects .products-item .product-info .icon {
  width: 98px;
  height: 98px;
  display: inline-block;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
  text-align: center;
  border-radius: 50%;
  border: solid 5px #f2f4f5;
  position: relative;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
section#home-projects.home-projects .products-item .product-info .icon img {
  vertical-align: middle;
  margin-top: 22px;
}
section#home-projects.home-projects .products-item .product-info h3 {
  width: auto;
  text-align: center;
  padding: 15px 0;
  display: block;
  color: #333;
  font-size: 18px;
  font-weight: 600;
  margin: 0 !important;
  position: relative;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
section#home-projects.home-projects .products-item .product-info h3:after {
  display: none !important;
}
section#home-projects.home-projects .products-item .product-info p {
  display: inline-block;
  width: 100%;
  height: 100px;
  overflow: hidden;
  text-align: center;
  font-size: 14px;
  color: #999;
  margin: 0;
  padding: 0;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

section#some-products.some-products {
  width: 100%;
  height: auto;
  position: relative;
  display: inline-block;
  padding: 22px 0;
  float: left;
  background: #fff;
}
section#some-products.some-products h3 {
  margin: 30px 0;
  padding: 10px 20px;
  color: #505558;
  font-size: 28px;
  font-weight: 200;
  width: auto;
  display: inline-block;
  text-align: center;
  position: relative;
}
section#some-products.some-products h3:after {
  display: block;
  content: "";
  width: 50%;
  height: 2px;
  background: #00545a;
  position: absolute;
  bottom: -10px;
  left: 50%;
  margin-left: -25%;
}
section#some-products.some-products .column_title_left {
  border-bottom: 1px solid #e6ebed;
  display: block;
  text-align: left;
  font-size: 22px;
  padding-bottom: 10px;
}
section#some-products.some-products .column_title_left:after {
  bottom: -2px !important;
  left: 0 !important;
  margin-left: 0 !important;
}
section#some-products.some-products .nav-tabs {
  display: block;
  width: 100%;
  text-align: center;
}
section#some-products.some-products .nav-tabs li {
  display: inline-block;
  border: none !important;
  border-radius: 0 !important;
  width: auto !important;
  float: none;
  margin: 2px 0px;
}
section#some-products.some-products .nav-tabs li a {
  color: #333;
  background: #f2f4f5 !important;
  border: none !important;
  border-radius: 0 !important;
}
section#some-products.some-products .nav-tabs li a:hover {
  color: #555 !important;
  background: #CCC !important;
}
section#some-products.some-products .nav-tabs li:hover {
  background: #f2f4f5 !important;
}
section#some-products.some-products .nav-tabs li.active {
  background: #f2f4f5 !important;
}
section#some-products.some-products .nav-tabs li.active a {
  color: #555 !important;
  background: #CCC !important;
}
section#some-products.some-products .photo-gallery {
  position: relative;
  margin: 20px 0;
}
section#some-products.some-products .photo-gallery div {
  padding: 0 2px;
}
section#some-products.some-products .photo-gallery a {
  width: 100%;
  height: 200px;
  position: relative;
  display: inline-block;
}
section#some-products.some-products .photo-gallery a .photo-item {
  display: inline-block;
  width: 100%;
  height: 200px;
  text-align: center;
  margin: 0;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}
section#some-products.some-products .photo-gallery a .overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  padding: 15px;
  background-color: rgba(27, 31, 37, 0.5);
  -webkit-transition: background-color .3s ease-in-out;
  -o-transition: background-color .3s ease-in-out;
  transition: background-color .3s ease-in-out;
  background-image: url("https://www.eftaliahotels.com/assets/img/icons/magnifier.png");
  background-position: center center;
  background-repeat: no-repeat;
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
section#some-products.some-products .photo-gallery a:hover {
  width: 100%;
  position: relative;
}
section#some-products.some-products .photo-gallery a:hover .overlay {
  opacity: 1;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

section#subpage-products.subpage-products {
  width: 100%;
  height: auto;
  position: relative;
  display: inline-block;
  padding: 22px 0;
  float: left;
  background: #f2f4f5;
}
section#subpage-products.subpage-products h3 {
  margin: 30px 0;
  padding: 10px 20px;
  color: #505558;
  font-size: 28px;
  font-weight: 200;
  width: auto;
  display: inline-block;
  text-align: center;
  position: relative;
}
section#subpage-products.subpage-products h3:after {
  display: block;
  content: "";
  width: 50%;
  height: 2px;
  background: #00545a;
  position: absolute;
  bottom: -10px;
  left: 50%;
  margin-left: -25%;
}
section#subpage-products.subpage-products .column_title_left {
  border-bottom: 1px solid #e6ebed;
  display: block;
  text-align: left;
  font-size: 22px;
  padding-bottom: 10px;
}
section#subpage-products.subpage-products .column_title_left:after {
  bottom: -2px !important;
  left: 0 !important;
  margin-left: 0 !important;
}
section#subpage-products.subpage-products .subpage-products-carousel {
  display: block;
  width: 100%;
  z-index: 1;
  -webkit-tap-highlight-color: transparent;
  position: relative;
  margin: 0px;
}
section#subpage-products.subpage-products .subpage-products-carousel .item {
  width: 100%;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  position: relative;
  overflow: hidden;
  display: inline-block;
}
section#subpage-products.subpage-products .subpage-products-carousel .item a {
  width: 100%;
  display: inline-block;
  position: relative;
  outline: none;
}
section#subpage-products.subpage-products .subpage-products-carousel .item a .photo {
  display: inline-block;
  width: 100%;
  height: 200px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border: solid 10px #fff;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
section#subpage-products.subpage-products .subpage-products-carousel .item a span {
  color: #000;
  display: inline-block;
  width: 100%;
  text-align: center;
}
section#subpage-products.subpage-products .subpage-products-carousel .item a:hover .photo {
  border: solid 10px #8c9b9a;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
section#subpage-products.subpage-products .subpage-products-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
}
section#subpage-products.subpage-products .subpage-products-carousel .owl-stage {
  position: relative;
  z-index: 9;
}
section#subpage-products.subpage-products .subpage-products-carousel .owl-item {
  min-height: 1px;
  float: left;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}
section#subpage-products.subpage-products .subpage-products-carousel .owl-nav {
  position: absolute;
  top: 38%;
  left: -5%;
  width: 110%;
  z-index: 8;
  display: none;
}
section#subpage-products.subpage-products .subpage-products-carousel .owl-nav .owl-prev {
  float: left;
  background: url("https://www.eftaliahotels.com/assets/img/left-grey.png") center center no-repeat;
  background-size: 40px 40px;
  width: 40px;
  height: 40px;
  color: transparent !important;
  cursor: pointer;
}
section#subpage-products.subpage-products .subpage-products-carousel .owl-nav .owl-next {
  float: right;
  background: url("https://www.eftaliahotels.com/assets/img/right-grey.png") center center no-repeat;
  background-size: 40px 40px;
  width: 40px;
  height: 40px;
  color: transparent !important;
  cursor: pointer;
}
section#subpage-products.subpage-products .products-item {
  overflow: hidden;
  position: relative;
  display: inline-block;
  margin: 20px 0;
}
section#subpage-products.subpage-products .products-item .product-info {
  display: inline-block;
  width: 100%;
  text-align: center;
  margin: 15px 0;
}
section#subpage-products.subpage-products .products-item .product-info a {
  display: inline-block;
  width: 100%;
  text-align: center;
}
section#subpage-products.subpage-products .products-item .product-info a:hover .icon {
  border-color: #00545a;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
section#subpage-products.subpage-products .products-item .product-info a:hover h3 {
  color: #00545a;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
section#subpage-products.subpage-products .products-item .product-info a:hover p {
  color: #333;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
section#subpage-products.subpage-products .products-item .product-info .icon {
  width: 98px;
  height: 98px;
  display: inline-block;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
  text-align: center;
  border-radius: 50%;
  border: solid 5px #f2f4f5;
  position: relative;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
section#subpage-products.subpage-products .products-item .product-info .icon img {
  vertical-align: middle;
  margin-top: 22px;
}
section#subpage-products.subpage-products .products-item .product-info h3 {
  width: auto;
  text-align: center;
  padding: 15px 0;
  display: block;
  color: #333;
  font-size: 18px;
  font-weight: 600;
  margin: 0 !important;
  position: relative;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
section#subpage-products.subpage-products .products-item .product-info h3:after {
  display: none !important;
}
section#subpage-products.subpage-products .products-item .product-info p {
  display: inline-block;
  width: 100%;
  height: 100px;
  overflow: hidden;
  text-align: center;
  font-size: 14px;
  color: #999;
  margin: 0;
  padding: 0;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

section#page-title {
  width: 100%;
  display: inline-block;
  position: relative;
  margin: 115px 0 15px 0;
  background: #4A6378 url("https://www.eftaliahotels.com/assets/img/stripe-repeat.png") repeat center center fixed;
}
section#page-title h2 {
  padding: 15px 0;
  margin: 0 15px;
  border-bottom: solid 6px #000;
  float: left;
  width: auto;
  color: #fff;
}

section#cover.cover {
  width: 100%;
  height: auto;
  margin: 112px 0px 0px 0px;
  z-index: 666;
  text-align: center;
  position: relative;
  display: inline-block;
  background-color: #425261;
  background-image: url("https://www.eftaliahotels.com/assets/img/pattern.png");
  background-position: center center;
  background-repeat: repeat;
  background-attachment: fixed;
}
section#cover.cover .overlay {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.2);
}
section#cover.cover h2 {
  display: inline-block;
  width: auto;
  float: none;
  margin: 0 auto;
  padding: 50px 0px;
  color: #fff;
}

section#campaigns-content.campaigns-content {
  width: 100%;
  min-height: 300px;
  z-index: 776;
  position: relative;
  display: inline-block;
  padding: 0;
  margin: 0;
  background-image: url("https://www.eftaliahotels.com/assets/img/campaigns-bg.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
}
section#campaigns-content.campaigns-content .overlay {
  position: absolute;
  z-index: 55;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.7);
}
section#campaigns-content.campaigns-content span.angle:before {
  content: '';
  position: absolute;
  left: -15px;
  top: -10px;
  width: 28px;
  height: 28px;
  border-top: 2px solid #fcd846;
  border-left: 2px solid #fcd846;
}
section#campaigns-content.campaigns-content span.angle {
  color: #fff;
  margin: 40px 15px 0px 15px;
  padding: 0;
  width: 100%;
  display: inline-block;
  position: relative;
  font-weight: 100;
  font-size: 32px;
  z-index: 66;
}
section#campaigns-content.campaigns-content .campaigns-carousel {
  position: relative;
  z-index: 77;
  padding: 15px;
}
section#campaigns-content.campaigns-content .campaigns-carousel .item {
  position: relative;
  padding: 15px;
  text-align: center;
}
section#campaigns-content.campaigns-content .campaigns-carousel .item h4 {
  color: #fff;
  margin: 0;
  padding: 0px 0px 15px 0px;
  width: 100%;
  font-weight: 700;
  text-align: center;
}
section#campaigns-content.campaigns-content .campaigns-carousel .item p {
  color: #fff;
  margin: 0;
  padding: 0px 0px 15px 0px;
  width: 100%;
  text-align: center;
}
section#campaigns-content.campaigns-content .campaigns-carousel .item a {
  color: #fcd846;
  font-style: italic;
  position: relative;
}
section#campaigns-content.campaigns-content .campaigns-carousel .item a:after {
  content: '';
  position: absolute;
  right: -15px;
  bottom: -10px;
  width: 18px;
  height: 18px;
  border-bottom: 2px solid #fcd846;
  border-right: 2px solid #fcd846;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
section#campaigns-content.campaigns-content .campaigns-carousel .item a:hover:after {
  content: '';
  position: absolute;
  right: -20px;
  bottom: 0px;
  width: 18px;
  height: 18px;
  border-bottom: 2px solid #fcd846;
  border-right: 2px solid #fcd846;
  transform: rotate(-45deg);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
section#campaigns-content.campaigns-content .campaigns-carousel .owl-controls .owl-nav {
  display: none;
}
section#campaigns-content.campaigns-content .campaigns-carousel .owl-controls .owl-dots {
  text-align: center;
}
section#campaigns-content.campaigns-content .campaigns-carousel .owl-controls .owl-dots .owl-dot {
  background: #fff;
  width: 25px;
  height: 5px;
  display: inline-block;
  margin: 0px 2px;
}
section#campaigns-content.campaigns-content .campaigns-carousel .owl-controls .owl-dots .owl-dot.active {
  background: #fcd846 !important;
}

section#news-content.news-content {
  width: 100%;
  min-height: 300px;
  z-index: 776;
  position: relative;
  display: inline-block;
  padding: 0;
  margin: 0;
  background-color: #114c6a;
}
section#news-content.news-content .overlay {
  position: absolute;
  z-index: 55;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.7);
}
section#news-content.news-content span.angle:before {
  content: '';
  position: absolute;
  left: -15px;
  top: -10px;
  width: 28px;
  height: 28px;
  border-top: 2px solid #fcd846;
  border-left: 2px solid #fcd846;
}
section#news-content.news-content span.angle {
  color: #fff;
  margin: 40px 15px 0px 15px;
  padding: 0;
  width: 100%;
  display: inline-block;
  position: relative;
  font-weight: 100;
  font-size: 32px;
  z-index: 66;
}
section#news-content.news-content .news-carousel {
  position: relative;
  z-index: 77;
  padding: 15px;
}
section#news-content.news-content .news-carousel .item {
  position: relative;
  padding: 15px;
  text-align: center;
}
section#news-content.news-content .news-carousel .item h4 {
  color: #fff;
  margin: 0;
  padding: 0px 0px 15px 0px;
  width: 100%;
  font-weight: 700;
  text-align: center;
}
section#news-content.news-content .news-carousel .item p {
  color: #fff;
  margin: 0;
  padding: 0px 0px 15px 0px;
  width: 100%;
  text-align: center;
}
section#news-content.news-content .news-carousel .item a {
  color: #fcd846;
  font-style: italic;
  position: relative;
}
section#news-content.news-content .news-carousel .item a:after {
  content: '';
  position: absolute;
  right: -15px;
  bottom: -10px;
  width: 18px;
  height: 18px;
  border-bottom: 2px solid #fcd846;
  border-right: 2px solid #fcd846;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
section#news-content.news-content .news-carousel .item a:hover:after {
  content: '';
  position: absolute;
  right: -20px;
  bottom: 0px;
  width: 18px;
  height: 18px;
  border-bottom: 2px solid #fcd846;
  border-right: 2px solid #fcd846;
  transform: rotate(-45deg);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
section#news-content.news-content .news-carousel .owl-controls .owl-nav {
  display: none;
}
section#news-content.news-content .news-carousel .owl-controls .owl-dots {
  text-align: center;
}
section#news-content.news-content .news-carousel .owl-controls .owl-dots .owl-dot {
  background: #fff;
  width: 25px;
  height: 8px;
  display: inline-block;
  margin: 0px 2px;
}
section#news-content.news-content .news-carousel .owl-controls .owl-dots .owl-dot.active {
  background: #fcd846 !important;
}

section#trailer-content.trailer-content {
  width: 100%;
  z-index: 777;
  position: relative;
  display: inline-block;
  padding: 0;
  margin: 0;
  background: #fff;
}
section#trailer-content.trailer-content .trailer-wrap {
  width: 100%;
  position: relative;
  display: inline-block;
}
section#trailer-content.trailer-content h2 {
  width: auto;
  display: inline-block;
  position: relative;
  font-family: 'Raleway', sans-serif;
  text-align: center;
  margin: 30px 0px;
  padding: 0;
  font-size: 42px;
  color: #006796;
}
section#trailer-content.trailer-content h2 em {
  display: block;
  width: 40px;
  height: 4px;
  background-color: #ededed;
  margin: auto auto 20px;
  -webkit-border-radius: 5 px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
section#trailer-content.trailer-content h2 span {
  display: block;
  color: #999;
  font-size: 24px;
  text-transform: none;
  font-family: 'Raleway', sans-serif;
}
section#trailer-content.trailer-content .trailer {
  position: relative;
  z-index: 88;
  text-align: center;
}
section#trailer-content.trailer-content .trailer h3 {
  color: #333;
  font-size: 26px;
  margin: 10px auto 0px;
  padding: 15px 0;
  width: auto;
  text-align: center;
  display: inline-block;
  position: relative;
}
section#trailer-content.trailer-content .trailer h3:after {
  display: block;
  content: "";
  width: 50%;
  height: 2px;
  background: #F37800;
  position: absolute;
  bottom: -1px;
  left: 50%;
  margin-left: -25%;
}
section#trailer-content.trailer-content .trailer a.more-btn {
  display: inline-block;
  width: auto;
  padding: 10px 10px;
  margin: 15px 0px;
  color: #fff;
  background: #F37800;
}
section#trailer-content.trailer-content .trailer a.more-btn-contact {
  display: inline-block;
  width: auto;
  padding: 10px 10px;
  margin: 15px 0px;
  color: #fff;
  background: #F37800;
}
section#trailer-content.trailer-content .trailer a.more-btn-projects {
  display: inline-block;
  width: auto;
  padding: 10px 10px;
  margin: 15px 0px;
  color: #fff;
  background: #999;
}
section#trailer-content.trailer-content .trailer i {
  color: #fff;
  padding-left: 5px;
}
section#trailer-content.trailer-content .trailer p {
  color: #333;
  font-size: 16px;
  font-style: italic;
  margin: 0;
  padding: 15px 0;
  width: 100%;
  text-align: center;
}

section#hotel-rooms.hotel-rooms {
  width: 100%;
  z-index: 777;
  position: relative;
  display: inline-block;
  padding: 15px 0px;
  margin: 0;
  background: #fff;
}
section#hotel-rooms.hotel-rooms .room-item:hover .hotel_pic {
  transform: scale(1.05);
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
section#hotel-rooms.hotel-rooms .room-item:nth-child(2n-1) {
  background-color: #fafbfd;
}
section#hotel-rooms.hotel-rooms .room-item:nth-child(2n-1) .room_pic_wrap .room_desc_home {
  left: 0;
  right: auto !important;
}
section#hotel-rooms.hotel-rooms .room-item {
  width: 100%;
  display: inline-block;
  padding: 0;
  margin: 0;
  background-color: #fff;
}
section#hotel-rooms.hotel-rooms .room-item .room_features {
  width: 100%;
  position: relative;
  margin: 0;
  display: inline-block;
}
section#hotel-rooms.hotel-rooms .room-item .room_features ul {
  list-style: none;
  margin: 0 0 25px;
  padding: 30px;
  border-top: 1px solid #ededed;
  border-bottom: 1px solid #ededed;
  background: #f2f2f2;
  float: left;
  width: 100%;
}
section#hotel-rooms.hotel-rooms .room-item .room_features ul li {
  list-style: none inside url("https://www.eftaliahotels.com/assets/img/li.png");
  color: #888;
  margin: 5px 0;
  float: left;
}
section#hotel-rooms.hotel-rooms .room-item .room_detail_desc {
  position: relative;
  width: 100%;
  padding: 0;
  margin: 0;
  display: inline-block;
}
section#hotel-rooms.hotel-rooms .room-item .room_detail_desc h3 {
  margin: 15px 0px;
  padding: 0px;
  width: 100%;
  font-weight: 300;
  font-size: 44px;
  font-family: 'Raleway', sans-serif;
  color: #48bcec;
  display: inline-block;
}
section#hotel-rooms.hotel-rooms .room-item .room_detail_desc hr {
  background: #eee;
  height: 4px;
  border-radius: 2px;
}
section#hotel-rooms.hotel-rooms .room-item .room_detail_desc p {
  margin: 0px 0px 15px 0px;
  padding: 25px 0px 15px 0;
  width: 100%;
  color: #888;
  border-top: 1px solid #ededed;
}
section#hotel-rooms.hotel-rooms .room-item .room_detail_desc a.readmore {
  border: 2px solid #ffb835;
  color: #ffb835;
  margin: 15px auto;
  padding: 8px 24px;
  float: none;
  display: inline-block;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  transition: all .3s;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
section#hotel-rooms.hotel-rooms .room-item .room_detail_desc a.readmore:hover {
  background: #ffb835;
  border: 2px solid #ffb835;
  color: #fff;
}
section#hotel-rooms.hotel-rooms .room-item .room_detail_desc a.reservation-button {
  border: 2px solid #ffb835;
  color: #ffb835;
  margin: 5px 0px;
  padding: 8px 24px;
  float: left;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  transition: all .3s;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
section#hotel-rooms.hotel-rooms .room-item .room_detail_desc a.reservation-button:hover {
  background: #ffb835;
  border: 2px solid #ffb835;
  color: #fff;
}
section#hotel-rooms.hotel-rooms .room-item .room_desc_home {
  position: absolute;
  z-index: 99;
  top: 0;
  right: 0;
  width: 30%;
  height: 100%;
  display: inline-block;
  background-color: rgba(0, 0, 0, 0.6);
}
section#hotel-rooms.hotel-rooms .room-item .room_desc_home h3 {
  margin: 100px 0px 15px 0px;
  padding: 0px;
  width: 100%;
  color: #fff;
  display: inline-block;
}
section#hotel-rooms.hotel-rooms .room-item .room_desc_home p {
  margin: 0px 0px 15px 0px;
  padding: 25px 0px 15px 0;
  width: 100%;
  color: #000;
  border-top: 1px solid #ededed;
}
section#hotel-rooms.hotel-rooms .room-item .room_desc_home ul {
  list-style: none;
  margin: 0 0 25px;
  padding: 5px 0;
  border-top: 1px solid #ededed;
  border-bottom: 1px solid #ededed;
}
section#hotel-rooms.hotel-rooms .room-item .room_desc_home ul li {
  display: inline-block;
  margin-right: 10px;
  font-size: 24px;
}
section#hotel-rooms.hotel-rooms .room-item .room_desc_home ul li i {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
section#hotel-rooms.hotel-rooms .room-item .room_desc_home ul li i:hover {
  color: #ed5434;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
section#hotel-rooms.hotel-rooms .room-item .room_desc_home ul li .tooltip_styled {
  display: inline;
  position: relative;
  z-index: 9;
}
section#hotel-rooms.hotel-rooms .room-item .room_desc_home ul li .tooltip_styled:hover .tooltip-item::after {
  pointer-events: auto;
}
section#hotel-rooms.hotel-rooms .room-item .room_desc_home ul li .tooltip_styled.tooltip-effect-2:hover .tooltip-content {
  -webkit-transform: perspective(1000px) rotate3d(1, 0, 0, 0deg);
  transform: perspective(1000px) rotate3d(1, 0, 0, 0deg);
}
section#hotel-rooms.hotel-rooms .room-item .room_desc_home ul li .tooltip_styled:hover .tooltip-content {
  pointer-events: auto;
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0) rotate3d(0, 0, 0, 0);
  transform: translate3d(0, 0, 0) rotate3d(0, 0, 0, 0);
}
section#hotel-rooms.hotel-rooms .room-item .room_desc_home ul li .tooltip-item {
  cursor: pointer;
  display: inline-block;
}
section#hotel-rooms.hotel-rooms .room-item .room_desc_home ul li .tooltip-content {
  width: 150px;
  margin: 0 0 20px -75px;
  line-height: 20px;
  display: block;
  padding: 15px;
  font-size: 14px;
  box-shadow: -5px -5px 15px rgba(48, 54, 61, 0.2);
  background: #333;
  opacity: 0;
  z-index: 999;
  bottom: 100%;
  color: #fff;
  cursor: default;
  text-align: center;
  left: 50%;
  position: absolute;
  pointer-events: none;
}
section#hotel-rooms.hotel-rooms .room-item .room_desc_home ul li .tooltip-effect-4 .tooltip-content {
  -webkit-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
  -webkit-transform: scale3d(0.7, 0.3, 1);
  transform: scale3d(0.7, 0.3, 1);
  -webkit-transition: opacity .2s,-webkit-transform .2s;
  transition: opacity .2s,transform .2s;
}
section#hotel-rooms.hotel-rooms .room-item .room_desc_home ul li .tooltip-content::after {
  top: 100%;
  border: solid transparent;
  height: 0;
  width: 0;
  border-color: #333 transparent transparent;
  border-width: 10px;
  margin-left: -10px;
}
section#hotel-rooms.hotel-rooms .room-item .room_desc_home ul li .tooltip-content::after {
  left: 50%;
  position: absolute;
  pointer-events: none;
}
section#hotel-rooms.hotel-rooms .room-item .room_desc_home ul li .tooltip-content::after, section#hotel-rooms.hotel-rooms .room-item .room_desc_home ul li .tooltip-item::after, section#hotel-rooms.hotel-rooms .room-item .room_desc_home ul li .tooltip_flip::after {
  content: '';
}
section#hotel-rooms.hotel-rooms .room-item .room_desc_home ul li .tooltip-item::after {
  position: absolute;
  width: 200px;
  height: 20px;
  bottom: 100%;
  left: 50%;
  pointer-events: none;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
section#hotel-rooms.hotel-rooms .room-item .room_desc_home a.readmore {
  border: 2px solid #ffb835;
  color: #ffb835;
  margin: 15px auto;
  padding: 8px 24px;
  float: none;
  display: inline-block;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  transition: all .3s;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
section#hotel-rooms.hotel-rooms .room-item .room_desc_home a.readmore:hover {
  background: #ffb835;
  border: 2px solid #ffb835;
  color: #fff;
}
section#hotel-rooms.hotel-rooms .room-item .room_desc_home a.reservation-button {
  border: 2px solid #ffb835;
  color: #ffb835;
  margin: 140px auto;
  padding: 8px 24px;
  float: none;
  display: inline-block;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  transition: all .3s;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
section#hotel-rooms.hotel-rooms .room-item .room_desc_home a.reservation-button:hover {
  background: #ffb835;
  border: 2px solid #ffb835;
  color: #fff;
}
section#hotel-rooms.hotel-rooms .room-item .room_pic_wrap {
  width: 100%;
  position: relative;
  display: inline-block;
}
section#hotel-rooms.hotel-rooms .room-item .room_pic_wrap .hotel-rooms-carousel {
  display: block;
  width: 100%;
  z-index: 1;
  -webkit-tap-highlight-color: transparent;
  position: relative;
  margin: 0px;
}
section#hotel-rooms.hotel-rooms .room-item .room_pic_wrap .hotel-rooms-carousel .item {
  width: 100%;
  border-radius: 0px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  position: relative;
  overflow: hidden;
  display: inline-block;
  margin: 0px;
  padding: 15px 0px;
}
section#hotel-rooms.hotel-rooms .room-item .room_pic_wrap .hotel-rooms-carousel .item figure.room_pic {
  width: 100%;
  height: 320px;
  text-align: center;
  float: left;
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  box-shadow: 0px 6px 10px -3px #555;
  -webkit-box-shadow: 0px 6px 10px -3px #555;
  -moz-box-shadow: 0px 6px 10px -3px #555;
  -ms-box-shadow: 0px 6px 10px -3px #555;
  -o-box-shadow: 0px 6px 10px -3px #555;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
section#hotel-rooms.hotel-rooms .room-item .room_pic_wrap .hotel-rooms-carousel .item figure.room_pic span {
  position: absolute;
  top: 50%;
  right: 0px;
  background-color: #ed5434;
  width: 100px;
  height: 120px;
  margin-top: -60px;
  color: #fff;
  font-size: 30px;
  padding: 30px 15px 30px 15px;
  box-sizing: border-box;
  text-align: center;
  line-height: 1.1;
}
section#hotel-rooms.hotel-rooms .room-item .room_pic_wrap .hotel-rooms-carousel .item figure.room_pic span sup {
  position: relative;
  top: -5px;
}
section#hotel-rooms.hotel-rooms .room-item .room_pic_wrap .hotel-rooms-carousel .item figure.room_pic span small {
  display: block;
  font-size: 12px;
}
section#hotel-rooms.hotel-rooms .room-item .room_pic_wrap .hotel-rooms-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
}
section#hotel-rooms.hotel-rooms .room-item .room_pic_wrap .hotel-rooms-carousel .owl-stage {
  position: relative;
  z-index: 9;
}
section#hotel-rooms.hotel-rooms .room-item .room_pic_wrap .hotel-rooms-carousel .owl-item {
  min-height: 1px;
  float: left;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}
section#hotel-rooms.hotel-rooms .room-item .room_pic_wrap .hotel-rooms-carousel .owl-nav {
  display: none;
}
section#hotel-rooms.hotel-rooms .room-item .room_pic_wrap .hotel-rooms-carousel .owl-nav .owl-prev {
  background: url("https://www.eftaliahotels.com/assets/img/left.png") center center no-repeat;
  background-size: 56px 56px;
  width: 56px;
  height: 56px;
  color: transparent !important;
  cursor: pointer;
  position: absolute;
  top: 42%;
  left: 5px;
  z-index: 8;
}
section#hotel-rooms.hotel-rooms .room-item .room_pic_wrap .hotel-rooms-carousel .owl-nav .owl-next {
  background: url("https://www.eftaliahotels.com/assets/img/right.png") center center no-repeat;
  background-size: 56px 56px;
  width: 56px;
  height: 56px;
  color: transparent !important;
  cursor: pointer;
  position: absolute;
  top: 42%;
  right: 5px;
  z-index: 8;
}

section#hotel-shortcuts.hotel-shortcuts {
  width: 100%;
  z-index: 777;
  position: relative;
  display: inline-block;
  padding: 0;
  margin: 0;
  background: #fff;
}
section#hotel-shortcuts.hotel-shortcuts div {
  padding: 0;
}
section#hotel-shortcuts.hotel-shortcuts .hotel-shortcut-item {
  padding: 0;
  margin: 0;
  float: left;
  width: 100%;
  position: relative;
  overflow: hidden;
}
section#hotel-shortcuts.hotel-shortcuts .hotel-shortcut-item .item {
  width: 100%;
  border-radius: 0px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  position: relative;
  overflow: hidden;
  float: left;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
section#hotel-shortcuts.hotel-shortcuts .hotel-shortcut-item .item figure.shortcut_pic_wrap {
  width: 100%;
  height: 460px;
  line-height: 470px;
  text-align: center;
  float: left;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  margin: 0;
  padding: 0;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
section#hotel-shortcuts.hotel-shortcuts .hotel-shortcut-item .item figure.shortcut_pic_wrap span {
  background-color: rgba(0, 0, 0, 0.6);
  width: auto;
  height: 60px;
  margin: 0 auto;
  line-height: 60px;
  color: #fff;
  font-size: 2em;
  font-family: 'Raleway', sans-serif;
  font-weight: 300;
  padding: 0px 4px;
  box-sizing: border-box;
  text-align: center;
}
section#hotel-shortcuts.hotel-shortcuts .hotel-shortcut-item:hover figure.shortcut_pic_wrap {
  transform: scale(1.05);
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

section#home-hotels.home-hotels {
  width: 100%;
  z-index: 777;
  position: relative;
  display: inline-block;
  padding: 30px 0px;
  margin: 0;
  background: #fff;
}
section#home-hotels.home-hotels .hotel-item:hover .hotel_pic {
  transform: scale(1.05);
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
section#home-hotels.home-hotels .hotel-item {
  width: 100%;
  display: inline-block;
  padding: 0;
  margin: 0;
}
section#home-hotels.home-hotels .hotel-item .hotel_pic_wrap {
  width: 100%;
  position: relative;
  display: inline-block;
  margin: 0;
  padding: 0;
}
section#home-hotels.home-hotels .hotel-item .hotel_pic_wrap .group-hotels-carousel {
  display: block;
  width: 100%;
  z-index: 1;
  -webkit-tap-highlight-color: transparent;
  position: relative;
  margin: 0px;
}
section#home-hotels.home-hotels .hotel-item .hotel_pic_wrap .group-hotels-carousel .item {
  width: 100%;
  border-radius: 0px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  position: relative;
  overflow: hidden;
  display: inline-block;
  box-shadow: 0px 6px 10px -3px #555;
  -webkit-box-shadow: 0px 6px 10px -3px #555;
  -moz-box-shadow: 0px 6px 10px -3px #555;
  -ms-box-shadow: 0px 6px 10px -3px #555;
  -o-box-shadow: 0px 6px 10px -3px #555;
  margin: 0px 0px 15px 0px;
}
section#home-hotels.home-hotels .hotel-item .hotel_pic_wrap .group-hotels-carousel .item figure.hotel_pic {
  width: 100%;
  height: 320px;
  line-height: 320px;
  text-align: center;
  float: left;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
section#home-hotels.home-hotels .hotel-item .hotel_pic_wrap .group-hotels-carousel .item figure.hotel_pic a.readmore {
  background-color: rgba(0, 0, 0, 0.5);
  border: 1px solid #fff;
  color: #fff;
  margin: 15px auto;
  padding: 8px 24px;
  float: none;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  transition: all .3s;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
section#home-hotels.home-hotels .hotel-item .hotel_pic_wrap .group-hotels-carousel .item figure.hotel_pic a.readmore:hover {
  background: #fff;
  border: 1px solid #fff;
  color: #000;
}
section#home-hotels.home-hotels .hotel-item .hotel_pic_wrap .group-hotels-carousel .item figure.hotel_pic img.hotel-pic-logo {
  margin: 0 auto;
  display: inline-block;
  width: 50%;
  vertical-align: middle;
  opacity: 1;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
section#home-hotels.home-hotels .hotel-item .hotel_pic_wrap .group-hotels-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
}
section#home-hotels.home-hotels .hotel-item .hotel_pic_wrap .group-hotels-carousel .owl-stage {
  position: relative;
  z-index: 9;
}
section#home-hotels.home-hotels .hotel-item .hotel_pic_wrap .group-hotels-carousel .owl-item {
  min-height: 1px;
  float: left;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}
section#home-hotels.home-hotels .hotel-item .hotel_pic_wrap .group-hotels-carousel .owl-nav .owl-prev {
  background: url("https://www.eftaliahotels.com/assets/img/left.png") center center no-repeat;
  background-size: 56px 56px;
  width: 56px;
  height: 56px;
  color: transparent !important;
  cursor: pointer;
  position: absolute;
  top: 42%;
  left: 5px;
  z-index: 8;
}
section#home-hotels.home-hotels .hotel-item .hotel_pic_wrap .group-hotels-carousel .owl-nav .owl-next {
  background: url("https://www.eftaliahotels.com/assets/img/right.png") center center no-repeat;
  background-size: 56px 56px;
  width: 56px;
  height: 56px;
  color: transparent !important;
  cursor: pointer;
  position: absolute;
  top: 42%;
  right: 5px;
  z-index: 8;
}
section#home-hotels.home-hotels .hotel-item .hotel_desc {
  position: relative;
  width: 100%;
  display: inline-block;
  text-align: center;
}
section#home-hotels.home-hotels .hotel-item .hotel_desc h3 {
  margin: 0;
  padding: 0px 0px 15px 0;
  width: 100%;
  color: #000;
  text-align: center;
}
section#home-hotels.home-hotels .hotel-item .hotel_desc p {
  margin: 0px 0px 15px 0px;
  padding: 15px 0;
  width: 100%;
  color: #000;
  border-top: 1px solid #ededed;
  border-bottom: 1px solid #ededed;
  text-align: center;
}
section#home-hotels.home-hotels .hotel-item .hotel_desc a.readmore {
  border: 2px solid #124d29;
  color: #124d29;
  margin: 15px auto;
  padding: 8px 24px;
  float: none;
  display: inline-block;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  transition: all .3s;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
section#home-hotels.home-hotels .hotel-item .hotel_desc a.readmore:hover {
  background: #124d29;
  border: 2px solid #124d29;
  color: #fff;
}
section#home-hotels.home-hotels .hotel-item .hotel_desc a.reservation-button {
  border: 2px solid #124d29;
  color: #124d29;
  margin: 5px 15px;
  padding: 8px 24px;
  float: left;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  transition: all .3s;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
section#home-hotels.home-hotels .hotel-item .hotel_desc a.reservation-button:hover {
  background: #124d29;
  border: 2px solid #124d29;
  color: #fff;
}

section#page-content.page-content {
  width: 100%;
  z-index: 999;
  position: relative;
  display: inline-block;
  padding: 0;
  background: #fff;
  border-bottom: solid 2px #e5e5e5;
  /*sub pages styles*/
  /*discovery*/
  /*login*/
}
section#page-content.page-content .page-breadcrumb {
  margin-bottom: 0 !important;
  padding: 0;
  width: auto;
  display: inline-block;
  margin-top: -40px;
  background: #fff;
}
section#page-content.page-content .page-breadcrumb li {
  float: left;
  position: relative;
}
section#page-content.page-content .page-breadcrumb li h2 {
  color: #666;
  font-size: 22px;
  font-weight: 400 !important;
  margin: 0px auto;
  padding: 15px;
  width: auto;
  text-align: left;
  position: relative;
}
section#page-content.page-content .gallery-navtab {
  width: 100%;
  position: relative;
  display: inline-block;
  float: left;
  padding: 0px 15px;
  text-align: center;
  margin: 10px 0px 5px 0px;
}
section#page-content.page-content .gallery-navtab li {
  display: inline-block;
  text-align: center;
  color: #333;
  font-weight: 400 !important;
  background: none;
  width: auto !important;
  float: none !important;
  border: none !important;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  margin-bottom: 5px;
}
section#page-content.page-content .gallery-navtab li.active a {
  color: #fff;
  font-weight: 400 !important;
  background-color: #043c5f !important;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
section#page-content.page-content .gallery-navtab li a {
  display: inline-block;
  padding: 15px 8px;
  text-align: center;
  color: #333;
  font-weight: 400 !important;
  width: auto !important;
  border-radius: 0 !important;
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  -ms-border-radius: 0 !important;
  border: none !important;
  background-color: #e5e5e5;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
section#page-content.page-content .content-list {
  display: inline-block;
  width: 100%;
  position: relative;
}
section#page-content.page-content .content-list .content-item {
  height: auto;
  position: relative;
  float: left;
  margin: 0;
  padding: 2px;
}
section#page-content.page-content .content-list .content-item .content-item-cover {
  height: 320px;
  float: left;
  margin: 0;
  padding: 0;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}
section#page-content.page-content .content-list .content-item .content-item-desc {
  height: 320px;
  float: left;
  margin: 0;
  padding: 20px 20px;
  background-color: #043c5f;
  text-align: center;
}
section#page-content.page-content .content-list .content-item .content-item-desc h3 {
  color: #fff;
  display: inline-block;
  width: 100%;
  text-align: center;
  margin: 0;
  padding: 40px 0px;
}
section#page-content.page-content .content-list .content-item .content-item-desc p {
  color: #ccc;
  display: inline-block;
  width: 100%;
  height: 100px;
  overflow: hidden;
  text-align: center;
  margin: 15px 0;
  padding: 0px;
  line-height: 1.6;
}
section#page-content.page-content .content-list .content-item .content-item-desc a.content-read-more {
  color: #fff;
  background-color: transparent;
  border: solid 2px #fff;
  display: inline-block;
  width: auto;
  text-align: center;
  margin: 30px auto;
  padding: 6px 20px;
  border-radius: 6px;
}
section#page-content.page-content .content-gallery-carousel {
  float: left;
  width: 100%;
  z-index: 1;
  -webkit-tap-highlight-color: transparent;
  position: relative;
  margin: 5px 0px;
  padding: 0;
}
section#page-content.page-content .content-gallery-carousel div {
  padding: 4px;
}
section#page-content.page-content .content-gallery-carousel .item {
  width: 100%;
  border-radius: 0px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  position: relative;
  overflow: hidden;
  float: left;
  padding: 0;
}
section#page-content.page-content .content-gallery-carousel .item a {
  width: 100%;
  height: 240px;
  float: left;
  position: relative;
  outline: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
section#page-content.page-content .content-gallery-carousel .item .video-desc {
  width: 100%;
  height: 44px;
  line-height: 44px;
  float: left;
  position: relative;
  text-align: center;
  outline: none;
  margin: 5px 0px;
  padding: 0;
}
section#page-content.page-content .content-gallery-carousel .item .video-desc p {
  width: 100%;
  position: relative;
  line-height: normal;
  vertical-align: middle;
  text-align: center;
  outline: none;
  margin: 0;
  padding: 0;
  display: inline-block;
  color: #222;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
section#page-content.page-content .content-gallery-carousel .item a .photo {
  display: inline-block;
  width: 100%;
  height: 240px;
  line-height: 250px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
  position: relative;
  text-align: center;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
section#page-content.page-content .content-gallery-carousel .item a .photo i {
  color: #fff;
}
section#page-content.page-content .content-gallery-carousel .item a .overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  background-color: rgba(27, 31, 37, 0.1);
  -webkit-transition: background-color .3s ease-in-out;
  -o-transition: background-color .3s ease-in-out;
  transition: background-color .3s ease-in-out;
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
section#page-content.page-content .content-gallery-carousel .item a span {
  color: #333;
  background-color: #E5E5E5;
  display: inline-block;
  width: 100%;
  text-align: center;
  margin: 0;
  padding: 5px 0px;
}
section#page-content.page-content .content-gallery-carousel .item a p {
  color: #fff;
  font-weight: 600;
  background: #043c5f;
  display: inline-block;
  width: 100%;
  text-align: center;
  margin: 0;
  padding: 5px 0px;
}
section#page-content.page-content .content-gallery-carousel .item a:hover .overlay {
  opacity: 1;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
section#page-content.page-content .content-gallery-carousel .item:hover p {
  color: #007b92;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
section#page-content.page-content .content-gallery-carousel .item a:hover .photo {
  transform: scale(1.03);
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
section#page-content.page-content .content-gallery-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
}
section#page-content.page-content .content-gallery-carousel .owl-stage {
  position: relative;
  z-index: 9;
}
section#page-content.page-content .content-gallery-carousel .owl-item {
  min-height: 1px;
  float: left;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}
section#page-content.page-content .content-gallery-carousel .owl-nav {
  position: absolute;
  top: 38%;
  left: -5%;
  width: 110%;
  z-index: 8;
  display: none;
}
section#page-content.page-content .content-gallery-carousel .owl-nav .owl-prev {
  float: left;
  background: url("https://www.eftaliahotels.com/assets/img/left-grey.png") center center no-repeat;
  background-size: 40px 40px;
  width: 40px;
  height: 40px;
  color: transparent !important;
  cursor: pointer;
}
section#page-content.page-content .content-gallery-carousel .owl-nav .owl-next {
  float: right;
  background: url("https://www.eftaliahotels.com/assets/img/right-grey.png") center center no-repeat;
  background-size: 40px 40px;
  width: 40px;
  height: 40px;
  color: transparent !important;
  cursor: pointer;
}
section#page-content.page-content .projects-gallery-carousel {
  display: block;
  width: 100%;
  z-index: 1;
  -webkit-tap-highlight-color: transparent;
  position: relative;
  margin: 0px;
}
section#page-content.page-content .projects-gallery-carousel .item {
  width: 100%;
  border-radius: 0px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  position: relative;
  overflow: hidden;
  display: inline-block;
}
section#page-content.page-content .projects-gallery-carousel .item a {
  width: 100%;
  display: inline-block;
  position: relative;
  outline: none;
  margin: 0;
  padding: 0;
}
section#page-content.page-content .projects-gallery-carousel .item a .photo {
  display: inline-block;
  width: 100%;
  height: 180px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}
section#page-content.page-content .projects-gallery-carousel .item a span {
  color: #333;
  background-color: #E5E5E5;
  display: inline-block;
  width: 100%;
  text-align: center;
  margin: 0;
  padding: 5px 0px;
}
section#page-content.page-content .projects-gallery-carousel .item a p {
  color: #fff;
  font-weight: 600;
  background: #043c5f;
  display: inline-block;
  width: 100%;
  text-align: center;
  margin: 0;
  padding: 5px 0px;
}
section#page-content.page-content .projects-gallery-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
}
section#page-content.page-content .projects-gallery-carousel .owl-stage {
  position: relative;
  z-index: 9;
}
section#page-content.page-content .projects-gallery-carousel .owl-item {
  min-height: 1px;
  float: left;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}
section#page-content.page-content .projects-gallery-carousel .owl-nav {
  position: absolute;
  top: 38%;
  left: -5%;
  width: 110%;
  z-index: 8;
  display: none;
}
section#page-content.page-content .projects-gallery-carousel .owl-nav .owl-prev {
  float: left;
  background: url("https://www.eftaliahotels.com/assets/img/left-grey.png") center center no-repeat;
  background-size: 40px 40px;
  width: 40px;
  height: 40px;
  color: transparent !important;
  cursor: pointer;
}
section#page-content.page-content .projects-gallery-carousel .owl-nav .owl-next {
  float: right;
  background: url("https://www.eftaliahotels.com/assets/img/right-grey.png") center center no-repeat;
  background-size: 40px 40px;
  width: 40px;
  height: 40px;
  color: transparent !important;
  cursor: pointer;
}
section#page-content.page-content .sub-page-wrap {
  width: 100%;
  position: relative;
  display: inline-block;
  z-index: 999;
  float: left;
  background: #fff;
}
section#page-content.page-content .documents-content-body {
  display: inline-block;
  width: 100%;
  margin: 0;
  padding: 0;
}
section#page-content.page-content .documents-content-body div {
  width: 100%;
  display: inline-block;
  margin: 15px 0px;
}
section#page-content.page-content .documents-content-body ul {
  padding: 0;
  margin: 0;
  position: relative;
  width: 100%;
}
section#page-content.page-content .documents-content-body li {
  width: auto;
  float: left;
  clear: both;
}
section#page-content.page-content .documents-content-body li:hover a {
  color: #043c5f;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
section#page-content.page-content .documents-content-body li:hover a:after {
  color: #043c5f;
  right: -25px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
section#page-content.page-content .documents-content-body a {
  width: auto;
  text-align: left;
  margin: 0;
  padding: 2px 0;
  color: #000;
  font-size: 15px;
  font-weight: 400;
  position: relative;
  float: left;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
section#page-content.page-content .documents-content-body a:after {
  content: "\f0a9";
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  /*--adjust as necessary--*/
  color: #000;
  font-size: 18px;
  padding-left: 0.5em;
  position: absolute;
  top: 2px;
  right: -20px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
section#page-content.page-content .ourPracticePhotos {
  width: 100%;
  position: relative;
}
section#page-content.page-content .ourPracticePhotos div {
  padding: 0 1px;
}
section#page-content.page-content .ourPracticePhotos .photo-item {
  width: 100%;
  position: relative;
  display: inline-block;
}
section#page-content.page-content .ourPracticePhotos .photo-item a {
  display: inline-block;
  width: 100%;
  text-align: center;
  font-size: 15px;
  font-weight: 600;
  color: #fff;
  position: relative;
  overflow: hidden;
}
section#page-content.page-content .ourPracticePhotos .photo-item a .photo {
  vertical-align: middle;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  z-index: 6;
  position: relative;
  width: 100%;
  height: 180px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}
section#page-content.page-content .ourPracticePhotos .photo-item a span {
  font-size: 32px;
  color: #043c5f;
  font-weight: 600;
  margin: 0;
  padding: 0;
  width: 100%;
  text-align: center;
  display: inline-block;
  z-index: 8;
  position: absolute;
  vertical-align: middle;
  bottom: 40%;
  left: 0;
  right: 0;
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
section#page-content.page-content .ourPracticePhotos .photo-item a .overlay {
  position: absolute;
  z-index: 7;
  top: 15px;
  bottom: 15px;
  left: 15px;
  right: 15px;
  padding: 0;
  background-color: rgba(0, 0, 0, 0.5);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
section#page-content.page-content .ourPracticePhotos .photo-item:hover a .photo {
  vertical-align: middle;
  transform: scale(1.03);
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
section#page-content.page-content .ourPracticePhotos .photo-item:hover a span {
  color: #fff;
  opacity: 1;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
section#page-content.page-content .ourPracticePhotos .photo-item:hover a .overlay {
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
section#page-content.page-content .productCategories {
  width: 100%;
  position: relative;
}
section#page-content.page-content .productCategories .productCategory-item {
  width: 100%;
  position: relative;
  display: inline-block;
}
section#page-content.page-content .productCategories .productCategory-item a {
  display: inline-block;
  width: 100%;
  text-align: center;
  font-size: 15px;
  font-weight: 600;
  color: #fff;
  position: relative;
  overflow: hidden;
}
section#page-content.page-content .productCategories .productCategory-item a img {
  vertical-align: middle;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  z-index: 6;
  position: relative;
}
section#page-content.page-content .productCategories .productCategory-item a span {
  font-size: 15px;
  color: #fff;
  font-weight: 600;
  margin: 0;
  padding: 0;
  width: 100%;
  text-align: center;
  display: inline-block;
  z-index: 8;
  position: absolute;
  vertical-align: middle;
  bottom: 45%;
  left: 0;
  right: 0;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
section#page-content.page-content .productCategories .productCategory-item a .overlay {
  position: absolute;
  z-index: 7;
  top: 15px;
  bottom: 15px;
  left: 15px;
  right: 15px;
  padding: 0;
  background-color: rgba(0, 0, 0, 0.7);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
section#page-content.page-content .productCategories .productCategory-item:hover a img {
  vertical-align: middle;
  transform: scale(1.03);
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
section#page-content.page-content .productCategories .productCategory-item:hover a span {
  color: #fff;
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
section#page-content.page-content .productCategories .productCategory-item:hover a .overlay {
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
section#page-content.page-content .all-colours {
  width: 100%;
  position: relative;
}
section#page-content.page-content .all-colours .colour-item {
  width: 100%;
  position: relative;
  display: inline-block;
}
section#page-content.page-content .all-colours .colour-item a {
  display: inline-block;
  width: 100%;
  text-align: center;
}
section#page-content.page-content .all-colours .colour-item a img {
  vertical-align: middle;
  border: solid 2px #CCC;
}
section#page-content.page-content .all-colours .colour-item a span {
  color: #333;
  margin: 0;
  padding: 15px 0;
  width: 100%;
  text-align: center;
  display: inline-block;
}
section#page-content.page-content .pdf-link {
  float: left;
  width: auto;
  margin: 0px 0px 15px 0px;
  padding: 0;
}
section#page-content.page-content .pdf-link a:before {
  display: block;
  content: "";
  width: 50%;
  height: 2px;
  background: #000;
  position: absolute;
  top: -1px;
  left: 0;
}
section#page-content.page-content .pdf-link a {
  width: auto;
  text-align: left;
  margin: 0;
  padding: 5px 0;
  color: #000;
  font-size: 18px;
  font-weight: 400;
  position: relative;
  float: left;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
section#page-content.page-content .pdf-link a:after {
  content: "\f0a9";
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  /*--adjust as necessary--*/
  color: #000;
  font-size: 18px;
  padding-left: 0.5em;
  position: absolute;
  top: 6px;
  right: -20px;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
section#page-content.page-content .pdf-link:hover a:before {
  background: #043c5f;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
section#page-content.page-content .pdf-link:hover a {
  color: #043c5f;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
section#page-content.page-content .pdf-link:hover a:after {
  color: #043c5f;
  right: -25px;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
section#page-content.page-content .gallery-photos {
  width: 100%;
  text-align: center;
  position: relative;
  display: inline-block;
  margin: 0;
  padding-bottom: 15px;
  float: left;
}
section#page-content.page-content .gallery-photos div {
  padding: 0;
}
section#page-content.page-content .gallery-photos a.photo-item {
  width: 100%;
  height: 380px;
  position: relative;
  display: inline-block;
  float: left;
}
section#page-content.page-content .gallery-photos a.photo-item .color-overlay {
  position: absolute;
  z-index: 8;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  opacity: 0;
  background: #043c5f;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
section#page-content.page-content .gallery-photos a.photo-item .photo {
  width: 100%;
  height: 400px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  position: relative;
  z-index: 7;
}
section#page-content.page-content .gallery-photos a.photo-item:hover .magic-icon {
  background-position: center center;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
section#page-content.page-content .gallery-photos a.photo-item:hover .color-overlay {
  bottom: -15px;
  top: -15px;
  left: -15px;
  right: -15px;
  opacity: 0.5;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
section#page-content.page-content .categories-menu-sub {
  width: 100%;
  display: inline-block;
  top: -79px;
  left: 0;
  padding: 0;
  position: absolute;
  z-index: 99;
}
section#page-content.page-content .categories-menu-sub h2 {
  width: 100%;
  display: inline-block;
  margin: 0;
  padding: 30px 0;
  text-align: center;
  font-size: 18px;
  color: #CCC;
  border-bottom: solid 1px #e5e5e5;
  background: #000;
}
section#page-content.page-content .categories-menu-sub a.cateroies-btn {
  width: 100%;
  display: inline-block;
  margin: 0;
  position: relative;
  background: #fcd846;
  color: #111;
  text-align: center;
  padding: 25px 0px;
  font-weight: 400;
}
section#page-content.page-content .categories-menu-sub ul {
  width: 100%;
  display: block;
  margin: 0;
  padding: 0;
  background: #fcd846;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
}
section#page-content.page-content .categories-menu-sub ul li {
  width: 100%;
  display: inline-block;
  margin: 0;
  padding: 0;
  border-top: solid 3px #fff;
}
section#page-content.page-content .categories-menu-sub ul li a:before {
  content: "\f101";
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  /*--adjust as necessary--*/
  color: #000;
  font-size: 18px;
  padding-right: 0.5em;
}
section#page-content.page-content .categories-menu-sub ul li a {
  width: auto;
  display: inline-block;
  margin: 0;
  padding: 6px 8px;
  color: #000;
  font-size: 15px;
  position: relative;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
section#page-content.page-content .categories-menu-sub ul li a:after {
  display: none !important;
  content: "";
  width: 100%;
  height: 2px;
  background: #00545a;
  position: absolute;
  bottom: -1px;
  left: 0;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
section#page-content.page-content .categories-menu-sub ul li a:hover:before {
  padding-right: 0.7em;
  color: #555;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
section#page-content.page-content .categories-menu-sub ul li a:hover {
  color: #555;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
section#page-content.page-content .categories-menu-sub ul li a:hover:after {
  width: 100%;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
section#page-content.page-content .page-container {
  position: relative;
  z-index: 88;
  width: 100%;
}
section#page-content.page-content .page-container .text-wrap {
  margin: 0;
  padding: 15px 0px 0px 0px;
  width: 100%;
  display: inline-block;
}
section#page-content.page-content .page-container .text-wrap h2, section#page-content.page-content .page-container .text-wrap h3, section#page-content.page-content .page-container .text-wrap h4, section#page-content.page-content .page-container .text-wrap h5 {
  color: #2790b5;
  font-family: 'Raleway', sans-serif;
  font-size: 20px;
  margin: 0px;
  padding: 0px;
  display: inline-block;
  text-align: left;
}
section#page-content.page-content .page-container .text-wrap b {
  color: #2790b5;
  font-family: 'Raleway', sans-serif;
  font-size: 20px;
}
section#page-content.page-content .page-container .text-wrap ul {
  padding: 0;
  margin: 15px 0px;
}
section#page-content.page-content .page-container .side-nav-about li {
  width: 100%;
  margin: 2px 0;
  padding: 0;
  display: inline-block;
  border-bottom: solid 1px #ccc;
  background-color: #043c5f;
  text-align: left;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
section#page-content.page-content .page-container .side-nav-about li a:before {
  content: "\f101";
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  padding-right: 5px;
  color: #fff;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
section#page-content.page-content .page-container .side-nav-about li a {
  width: 100%;
  text-align: left;
  color: #fff;
  padding: 15px 15px;
  display: inline-block;
  margin: 0;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
section#page-content.page-content .page-container .side-nav-about li:hover {
  background-color: #0b3347;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
section#page-content.page-content .page-container .side-nav-about li:hover a:hover:before {
  color: #CCC;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
section#page-content.page-content .page-container .side-nav-about li:hover a:hover {
  color: #CCC;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
section#page-content.page-content .page-container .side-nav-about li.active {
  background-color: #0b3347;
}
section#page-content.page-content .page-container .side-nav-about li:last-child {
  border: none;
}
section#page-content.page-content .page-container .side-nav-projects li {
  width: 100%;
  margin: 2px 0;
  padding: 0;
  display: inline-block;
  border-bottom: solid 1px #ccc;
  background-color: #043c5f;
  text-align: left;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
section#page-content.page-content .page-container .side-nav-projects li a:before {
  content: "\f101";
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  padding-right: 5px;
  color: #fff;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
section#page-content.page-content .page-container .side-nav-projects li a {
  width: 100%;
  text-align: left;
  color: #fff;
  padding: 15px 15px;
  display: inline-block;
  margin: 0;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
section#page-content.page-content .page-container .side-nav-projects li:hover {
  background-color: #0b3347;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
section#page-content.page-content .page-container .side-nav-projects li:hover a:hover:before {
  color: #CCC;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
section#page-content.page-content .page-container .side-nav-projects li:hover a:hover {
  color: #CCC;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
section#page-content.page-content .page-container .side-nav-projects li.active {
  background-color: #0b3347;
}
section#page-content.page-content .page-container .side-nav-projects li:last-child {
  border: none;
}
section#page-content.page-content .page-container .side-nav-projects li:nth-child(3) a:before {
  content: "\f278" !important;
}
section#page-content.page-content .page-container .side-nav-career li {
  width: 100%;
  margin: 2px 0;
  padding: 0;
  display: inline-block;
  border-bottom: solid 1px #ccc;
  background-color: #043c5f;
  text-align: left;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
section#page-content.page-content .page-container .side-nav-career li a:before {
  content: "\f101";
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  padding-right: 5px;
  color: #fff;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
section#page-content.page-content .page-container .side-nav-career li a {
  width: 100%;
  text-align: left;
  color: #fff;
  padding: 15px 15px;
  display: inline-block;
  margin: 0;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
section#page-content.page-content .page-container .side-nav-career li:hover {
  background-color: #0b3347;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
section#page-content.page-content .page-container .side-nav-career li:hover a:hover:before {
  color: #CCC;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
section#page-content.page-content .page-container .side-nav-career li:hover a:hover {
  color: #CCC;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
section#page-content.page-content .page-container .side-nav-career li.active {
  background-color: #0b3347;
}
section#page-content.page-content .page-container .side-nav-career li:last-child {
  border: none;
}
section#page-content.page-content .careerForm {
  width: 100%;
  position: relative;
  margin: 0;
  padding: 0;
  float: left;
}
section#page-content.page-content .careerForm .form-control {
  border-radius: 0;
  border-color: #E4E4E4;
  height: 38px;
  color: #043c5f;
}
section#page-content.page-content .careerForm input.form-control:required, section#page-content.page-content textarea.form-control:required, section#page-content.page-content select.form-control:required {
  background: url(https://www.eftaliahotels.com/assets/img/icon-required.png) right top no-repeat, #efefef url(https://www.eftaliahotels.com/assets/img/input-bg.png) 0 0;
}
section#page-content.page-content .careerForm textarea {
  height: auto !important;
  max-width: 100%;
}
section#page-content.page-content .careerForm .submitBtn {
  color: #fff;
  height: auto !important;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  float: left;
  padding: 6px 20px;
  width: 100%;
  background: #043c5f;
  border: outset 2px  transparent;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
section#page-content.page-content .careerForm .submitBtn i {
  padding-right: 5px;
}
section#page-content.page-content .careerForm .submitBtn:hover {
  border-color: #0883b7;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
section#page-content.page-content .projectsMap {
  width: 100%;
  display: inline-block;
  border-top: solid 4px #CCC;
  border-bottom: solid 4px #CCC;
  float: left;
  margin: 0px 0px 15px 0px;
}
section#page-content.page-content .projectsMap .vce-google-map {
  width: 100%;
}
section#page-content.page-content .projectsMap .vce-google-map .vce_map_canvas {
  width: 100%;
  height: 500px;
}
section#page-content.page-content .project-detail-map {
  width: 100%;
  display: inline-block;
  border-top: solid 4px #CCC;
  border-bottom: solid 4px #CCC;
  float: left;
  margin: 0px 0px 15px 0px;
}
section#page-content.page-content .project-detail-map .vce-google-map {
  width: 100%;
}
section#page-content.page-content .project-detail-map .vce-google-map .vce_map_canvas {
  width: 100%;
  height: 300px;
}
section#page-content.page-content .work-positions {
  width: 100%;
  position: relative;
  display: inline-block;
}
section#page-content.page-content .work-positions .position-item {
  width: 100%;
  position: relative;
  display: inline-block;
  background-color: #CCC;
  margin: 0px 0px 15px 0px;
  padding: 0;
  text-align: center;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
}
section#page-content.page-content .work-positions .position-item span {
  color: #555;
  margin: 0;
  padding: 15px;
  width: 100%;
  float: left;
  text-align: center;
}
section#page-content.page-content .work-positions .position-item a {
  color: #fff;
  margin: 0 auto 15px auto;
  padding: 8px 15px;
  background-color: #043c5f;
  width: auto;
  display: inline-block;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
}
section#page-content.page-content .projects-wrap {
  width: 100%;
  position: relative;
  display: inline-block;
}
section#page-content.page-content .projects-wrap .item a {
  width: 100%;
  display: inline-block;
  position: relative;
  outline: none;
  margin: 0px 0px 15px 0px;
  padding: 0;
}
section#page-content.page-content .projects-wrap .item a .photo {
  display: inline-block;
  width: 100%;
  height: 180px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}
section#page-content.page-content .projects-wrap .item a span {
  color: #333;
  background-color: #E5E5E5;
  display: inline-block;
  width: 100%;
  text-align: center;
  margin: 0;
  padding: 5px 0px;
}
section#page-content.page-content .projects-wrap .item a p {
  color: #fff;
  font-weight: 600;
  background: #043c5f;
  display: inline-block;
  width: 100%;
  text-align: center;
  margin: 0;
  padding: 5px 0px;
}
section#page-content.page-content .projects-wrap .owl-stage-outer {
  position: relative;
  overflow: hidden;
}
section#page-content.page-content .projects-wrap .owl-stage {
  position: relative;
  z-index: 9;
}
section#page-content.page-content .projects-wrap .owl-item {
  min-height: 1px;
  float: left;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}
section#page-content.page-content .projects-wrap .owl-nav {
  position: absolute;
  top: 38%;
  left: -5%;
  width: 110%;
  z-index: 8;
  display: none;
}
section#page-content.page-content .projects-wrap .owl-nav .owl-prev {
  float: left;
  background: url("https://www.eftaliahotels.com/assets/img/left-grey.png") center center no-repeat;
  background-size: 40px 40px;
  width: 40px;
  height: 40px;
  color: transparent !important;
  cursor: pointer;
}
section#page-content.page-content .projects-wrap .owl-nav .owl-next {
  float: right;
  background: url("https://www.eftaliahotels.com/assets/img/right-grey.png") center center no-repeat;
  background-size: 40px 40px;
  width: 40px;
  height: 40px;
  color: transparent !important;
  cursor: pointer;
}
section#page-content.page-content .projects-wrap .general-info {
  width: 100%;
  position: relative;
  display: inline-block;
}
section#page-content.page-content .projects-wrap .general-info h3 {
  color: #333;
  display: inline-block;
  width: 100%;
  text-align: left;
  margin: 0;
  padding: 0px;
}
section#page-content.page-content .projects-wrap .general-info .project-general-photo {
  display: inline-block;
  width: 100%;
  height: 340px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  margin: 15px 0px;
}
section#page-content.page-content .projects-wrap .general-info span {
  color: #333;
  font-weight: 700;
  display: inline-block;
  width: 100%;
  text-align: left;
  margin: 0;
  padding: 5px 0px;
}
section#page-content.page-content .projects-wrap .general-info p {
  color: #333;
  display: inline-block;
  width: 100%;
  text-align: left;
  margin: 0;
  padding: 5px 0px;
}
section#page-content.page-content .projects-wrap .project-gallery {
  width: 100%;
  position: relative;
  display: inline-block;
}
section#page-content.page-content .projects-wrap .project-gallery div {
  padding: 0px 1px;
}
section#page-content.page-content .projects-wrap .project-gallery a {
  margin: 0px 0px 1px 0px;
  float: left;
  overflow: hidden;
}
section#page-content.page-content .projects-wrap .project-gallery .photo {
  float: left;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
section#page-content.page-content .projects-wrap .project-gallery a:hover .photo {
  transform: scale(1.03);
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
section#page-content.page-content .projects-wrap a.request-btn {
  display: inline-block;
  width: auto;
  padding: 10px 10px;
  margin: 15px 0px;
  color: #fff;
  background: #043c5f;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
}
section#page-content.page-content .brands-list {
  position: relative;
  z-index: 88;
  width: 100%;
}
section#page-content.page-content .brands-list .brands {
  display: inline-block;
  width: 100%;
  position: relative;
}
section#page-content.page-content .brands-list .brands .brand-box:hover img {
  transform: scale(1.03);
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
section#page-content.page-content .brands-list .brands .brand-box:hover:before {
  content: '';
  position: absolute;
  left: -2px;
  top: -2px;
  width: 50%;
  height: 50%;
  border-top: 2px solid #fcd846;
  border-left: 2px solid #fcd846;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
section#page-content.page-content .brands-list .brands .brand-box:before {
  content: '';
  position: absolute;
  left: -2px;
  top: -2px;
  width: 28px;
  height: 28px;
  border-top: 2px solid #fcd846;
  border-left: 2px solid #fcd846;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
section#page-content.page-content .brands-list .brands .brand-box {
  min-height: 140px;
  text-align: center;
  float: left;
  margin: 4px 0px;
  background-color: #fff;
  position: relative;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
section#page-content.page-content .brands-list .brands .brand-box a {
  width: 100%;
  position: relative;
  display: inline-block;
  overflow: hidden;
}
section#page-content.page-content .brands-list .brands .brand-box a img {
  display: inline-block;
  text-align: center;
  vertical-align: middle;
}
section#page-content.page-content .brands-list .brands .brand-box a {
  border-bottom: solid 3px #e5e5e5;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
section#page-content.page-content .brands-list .brands .brand-box:hover a {
  border-bottom: solid 3px #fcd846;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
section#page-content.page-content .product-list {
  position: relative;
  z-index: 88;
  width: 100%;
}
section#page-content.page-content .product-list .products {
  display: inline-block;
  width: 100%;
  position: relative;
}
section#page-content.page-content .product-list .products .product-box:hover .photo {
  transform: scale(1.03);
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
section#page-content.page-content .product-list .products .product-box:hover .title {
  background: #e5e5e5;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
section#page-content.page-content .product-list .products .product-box:hover .price {
  background: #fcd846;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
section#page-content.page-content .product-list .products .product-box:hover:before {
  content: '';
  position: absolute;
  left: -2px;
  top: -2px;
  width: 50%;
  height: 50%;
  border-top: 2px solid #fcd846;
  border-left: 2px solid #fcd846;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
section#page-content.page-content .product-list .products .product-box:before {
  content: '';
  position: absolute;
  left: -2px;
  top: -2px;
  width: 28px;
  height: 28px;
  border-top: 2px solid #fcd846;
  border-left: 2px solid #fcd846;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
section#page-content.page-content .product-list .products .product-box {
  width: 32%;
  min-height: 220px;
  float: left;
  margin: 4px 1px;
  background-color: #fff;
  position: relative;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
section#page-content.page-content .product-list .products .product-box .details {
  width: 100%;
  position: relative;
  display: inline-block;
  overflow: hidden;
}
section#page-content.page-content .product-list .products .product-box .details .photo {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
  width: 100%;
  height: 220px;
  display: inline-block;
  text-align: center;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
section#page-content.page-content .product-list .products .product-box .details .title {
  width: 100%;
  display: inline-block;
  text-align: center;
  background: #e5e5e5;
  border-top: solid 3px #ccc;
  border-bottom: solid 3px #ccc;
  color: #000;
  font-size: 16px;
  padding: 10px 0px;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
section#page-content.page-content .product-list .products .product-box .details .price {
  width: 100%;
  display: inline-block;
  text-align: center;
  background: #e5e5e5;
  border-top: solid 3px #ccc;
  border-bottom: solid 3px #ccc;
  color: #000;
  font-size: 16px;
  padding: 10px 0px;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
section#page-content.page-content .product-list .products.gallery .product-box a {
  border-bottom: solid 3px #e5e5e5;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
section#page-content.page-content .product-list .products.gallery .product-box:hover a {
  border-bottom: solid 3px #fcd846;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
section#page-content.page-content .product-detail-content {
  background: #f5f5f5;
  width: 100%;
  position: relative;
  display: inline-block;
  border: solid 1px #ccc;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  margin-bottom: 80px;
}
section#page-content.page-content .product-detail-content div {
  padding: 0;
}
section#page-content.page-content .product-detail-content .product-photo {
  width: 100%;
  display: inline-block;
  margin: 0;
  padding: 0;
  float: left;
  position: relative;
  z-index: 9999 !important;
  text-align: center;
  border-right: solid 1px #CCC;
}
section#page-content.page-content .product-detail-content .product-photo img {
  vertical-align: middle;
  max-width: 100%;
  margin: 0 auto;
}
section#page-content.page-content .product-detail-content .prod-info {
  width: 100%;
  display: inline-block;
  margin: 15px 0;
  padding-bottom: 30px;
  float: left;
  position: relative;
  z-index: 999;
}
section#page-content.page-content .product-detail-content .prod-info h2:before {
  display: block;
  content: "";
  width: 100%;
  height: 2px;
  background: #00545a;
  position: absolute;
  top: -1px;
  left: 0;
}
section#page-content.page-content .product-detail-content .prod-info h2 {
  margin: 10px 0px 15px 0px;
  padding: 15px;
  width: auto;
  text-align: center;
  color: #00545a;
  font-size: 22px;
  font-weight: 700;
  position: relative;
  display: inline-block;
  background: #f5f5f5;
}
section#page-content.page-content .product-detail-content .prod-info h2:after {
  display: block;
  content: "";
  width: 45%;
  height: 2px;
  background: #00545a;
  position: absolute;
  bottom: -1px;
  left: 0;
}
section#page-content.page-content .product-detail-content .prod-info .price:before {
  display: block;
  content: "";
  width: 100%;
  height: 2px;
  background: #de5560;
  position: absolute;
  top: -1px;
  left: 0;
}
section#page-content.page-content .product-detail-content .prod-info .price {
  position: relative;
  float: left;
  font: 52px/52px proLight,Helvetica,Arial,sans-serif;
  color: #de5560;
  margin: 15px 0px 0px 0px;
  background: #f5f5f5;
  padding: 5px 15px;
}
section#page-content.page-content .product-detail-content .prod-info .price i {
  position: absolute;
  right: -30px;
  bottom: 0;
  font-size: 44px;
}
section#page-content.page-content .product-detail-content .prod-info .price:after {
  display: block;
  content: "";
  width: 45%;
  height: 2px;
  background: #de5560;
  position: absolute;
  bottom: -1px;
  left: 0;
}
section#page-content.page-content .product-detail-content .prod-info .size {
  float: right;
  background: #fff;
  padding: 15px;
  margin: 15px;
  border: solid 1px #ccc;
}
section#page-content.page-content .product-detail-content .prod-info .size p {
  font: 16px/26px proLight,Helvetica,Arial,sans-serif;
  display: block;
  color: #000;
  margin: 2px 0px 0px 0px;
  font-weight: 700;
  float: left;
}
section#page-content.page-content .product-detail-content .prod-info .size p:after {
  content: ":";
  padding: 0px 5px;
  color: #000;
  font-weight: 700;
}
section#page-content.page-content .product-detail-content .prod-info .size span {
  font: 24px proLight,Helvetica,Arial,sans-serif;
  display: block;
  color: #000;
  font-weight: 700;
  float: left;
  margin-right: 10px;
}
section#page-content.page-content .product-detail-content .prod-info .size span:nth-last-child(2n-1) {
  color: #00545a !important;
}
section#page-content.page-content .product-detail-content .prod-info .order-number {
  float: right;
  background: #fff;
  padding: 12px;
  margin: 15px;
  border: solid 1px #ccc;
}
section#page-content.page-content .product-detail-content .prod-info .order-number .selector {
  background: #f5f5f5 url("https://www.eftaliahotels.com/assets/img/arrow-down.png") no-repeat right 8px center;
  padding: 5px 40px 5px 15px;
  width: auto;
  display: inline-block;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-appearance: none;
  border: solid 1px #CCC;
  font-weight: 700;
  color: #000;
  text-align: center;
  cursor: pointer;
}
section#page-content.page-content .product-detail-content .prod-info .order-number .selector option {
  text-align: center;
}
section#page-content.page-content .product-detail-content .prod-info .order-number p {
  font: 16px/26px proLight,Helvetica,Arial,sans-serif;
  display: block;
  color: #000;
  margin: 5px 0px 0px 0px;
  font-weight: 700;
  float: left;
}
section#page-content.page-content .product-detail-content .prod-info .order-number p:after {
  content: ":";
  padding: 0px 5px;
  color: #000;
  font-weight: 700;
}
section#page-content.page-content .product-detail-content .prod-info .order-number span {
  font: 24px proLight,Helvetica,Arial,sans-serif;
  display: block;
  color: #000;
  font-weight: 700;
  float: left;
  margin-right: 10px;
}
section#page-content.page-content .product-detail-content .prod-info .order-number span:nth-last-child(2n-1) {
  color: #00545a !important;
}
section#page-content.page-content .product-detail-content .prod-info .addtocart {
  float: right;
  background: #00545a;
  padding: 15px 15px 15px 40px;
  margin: 0px 15px;
  border: solid 1px #ccc;
  clear: both;
  font: 16px/26px proLight,Helvetica,Arial,sans-serif;
  display: block;
  color: #fff;
  font-weight: 700;
}
section#page-content.page-content .product-detail-content .prod-info .addtocart span:before {
  position: absolute;
  left: -30px;
  content: "";
  color: #fff;
  padding-right: 4px;
  background: url("https://www.eftaliahotels.com/assets/img/shopping-cart.png") center center no-repeat;
  width: 24px;
  height: 24px;
  display: block;
}
section#page-content.page-content .product-detail-content .prod-info .addtocart span {
  position: relative;
  color: #fff;
}
section#page-content.page-content .product-detail-content .prod-info p {
  color: #555;
  font-size: 13px;
  display: inline-block;
  margin: 15px;
  padding: 0;
}
section#page-content.page-content .product-detail-content .prod-info ul {
  margin: 0px 0px 0px 15px;
  padding: 0;
  display: inline-block;
  width: 100%;
}
section#page-content.page-content .product-detail-content .prod-info ul li {
  float: left;
  display: inline-block;
  margin: 0px 0px 0px 15px;
  list-style: square;
  color: #555;
  font-size: 13px;
}
section#page-content.page-content .product-detail-content .prod-info ul li:before {
  content: "*";
  font-family: FontAwesome;
  font-style: normal;
  font-weight: 700;
  text-decoration: inherit;
  color: #555;
  font-size: 18px;
  padding-right: 0.2em;
}
section#page-content.page-content .price-bar {
  width: 100%;
  display: inline-block;
  margin: 0;
  padding: 15px;
  border: solid 1px #e5e5e5;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  overflow: hidden;
  background: #FFF;
  text-align: center;
}
section#page-content.page-content .price-bar span {
  font-size: 15px;
  font-weight: 600;
  padding: 0px 4px;
  float: left;
}
section#page-content.page-content .price-bar span:after {
  content: "TL";
  font-size: 13px;
  font-weight: 700;
  padding-left: 5px;
}
section#page-content.page-content .price-bar h3 {
  margin: 0 auto;
  padding: 0;
  width: auto;
  text-align: center;
  color: #555;
  font-size: 18px;
  position: relative;
  display: inline-block;
}
section#page-content.page-content .price-bar h3:after {
  display: block;
  content: "";
  width: 50%;
  height: 2px;
  background: #00545a;
  position: absolute;
  bottom: -10px;
  left: 50%;
  margin-left: -25%;
}
section#page-content.page-content .price-bar #skipstep {
  margin: 30px 0px 20px 0;
  float: left;
  width: 100%;
}
section#page-content.page-content .price-bar .noUi-horizontal .noUi-handle {
  background: #00545a !important;
  box-shadow: 0 0 0 transparent !important;
}
section#page-content.page-content .price-bar .noUi-base {
  background: #CCC;
}
section#page-content.page-content .home-product-list-nav {
  width: 100%;
  overflow: hidden;
  display: inline-block;
  position: relative;
  border: 1px solid #e6e6e6;
  border-radius: 5px 5px 0px 0px;
  -webkit-border-radius: 5px 5px 0px 0px;
  -moz-border-radius: 5px 5px 0px 0px;
  -ms-border-radius: 5px 5px 0px 0px;
  text-align: center;
  background: #f5f5f5;
  padding: 0px 15px;
}
section#page-content.page-content .home-product-list-nav h2 {
  width: auto;
  text-align: center;
  color: #555;
  font-size: 18px;
  margin: 15px 0;
  padding: 0;
  position: relative;
  display: inline-block;
}
section#page-content.page-content .home-product-list-nav h2:after {
  display: block;
  content: "";
  width: 50%;
  height: 2px;
  background: #00545a;
  position: absolute;
  bottom: -10px;
  left: 50%;
  margin-left: -25%;
}
section#page-content.page-content .home-product-list-nav p {
  width: 100%;
  text-align: center;
  color: #555;
  font-size: 15px;
  margin: 0;
  padding: 0px 0px 15px 0;
}
section#page-content.page-content .home-product-list-nav li {
  width: 25%;
  float: left;
  border: none !important;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  text-align: center;
  padding: 5px 0px !important;
  background: #f5f5f5;
  font-weight: 600;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
section#page-content.page-content .home-product-list-nav li a {
  color: #555;
  font-size: 14px;
  background: #f5f5f5;
  border-radius: 0 !important;
  font-weight: 600;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  padding: 0px !important;
  text-align: center;
  width: 100%;
  border-right: solid 1px #CCC;
  border-left: none !important;
  border-top: none !important;
  border-bottom: none !important;
}
section#page-content.page-content .home-product-list-nav li:last-child a {
  border: none !important;
}
section#page-content.page-content .home-product-list-nav li:hover {
  background: #00545a !important;
  font-weight: 600;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
section#page-content.page-content .home-product-list-nav li:hover a {
  font-weight: 600;
  color: #fff !important;
  background: #00545a !important;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
section#page-content.page-content .home-product-list-nav li.active {
  font-weight: 600;
  background: #00545a !important;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
section#page-content.page-content .home-product-list-nav li.active a {
  color: #fff !important;
  font-weight: 600;
  background: #00545a !important;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
section#page-content.page-content .home-product-list {
  width: 100%;
  position: relative;
  display: inline-block;
}
section#page-content.page-content .home-product-list div {
  padding: 0 2px;
}
section#page-content.page-content .home-product-list .product-box {
  width: 100%;
  min-height: 300px;
  position: relative;
  border: 1px solid #e6e6e6;
  float: left;
  text-align: center;
  position: relative;
  padding: 0;
  margin: 5px 0;
  background: #fff;
}
section#page-content.page-content .home-product-list .product-box .details {
  width: 100%;
  position: relative;
  display: inline-block;
  padding: 0;
}
section#page-content.page-content .home-product-list .product-box .details .photo {
  width: 100%;
  display: inline-block;
  margin: 0;
  padding: 0;
  float: left;
  overflow: hidden;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
section#page-content.page-content .home-product-list .product-box .details .photo img {
  margin: auto;
  max-width: 100%;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
section#page-content.page-content .home-product-list .product-box .title {
  width: 100%;
  display: inline-block;
  text-align: center;
  width: 100%;
}
section#page-content.page-content .home-product-list .product-box .title span {
  width: 100%;
  display: inline-block;
  text-align: center;
  padding: 0;
  margin: 0;
}
section#page-content.page-content .home-product-list .product-box .title .pro-code {
  width: 100%;
  display: inline-block;
  text-align: center;
  color: #ccc;
  font-size: 12px;
  padding: 0;
  margin: 0;
}
section#page-content.page-content .home-product-list .product-box .price {
  display: inline-block;
  width: 100%;
  padding: 5px;
}
section#page-content.page-content .home-product-list .product-box .price .actual-price {
  font-size: 24px;
  padding: 0px;
  float: left;
  color: #ef9e00;
  text-align: center;
  width: 50%;
}
section#page-content.page-content .home-product-list .product-box .price .addBasketBtn:before {
  position: absolute;
  left: 10px;
  content: "";
  color: #fff;
  padding-right: 4px;
  background: url("https://www.eftaliahotels.com/assets/img/shopping-cart.png") center center no-repeat;
  background-size: 18px 18px;
  width: 24px;
  height: 24px;
  display: block;
}
section#page-content.page-content .home-product-list .product-box .price .addBasketBtn {
  float: right;
  padding: 8px 12px 8px 38px;
  margin: 0;
  width: 50%;
  border: 1px solid #d6d6d6;
  border-radius: 5px;
  background: #00545a;
  color: white;
  position: relative;
}
section#page-content.page-content .home-product-list .product-box:hover .photo img {
  -webkit-filter: brightness(110%);
}
section#page-content.page-content .home-product-list .product-box:hover .photo img {
  transform: scale(1.03);
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
section#page-content.page-content .catalog-btn {
  width: 100%;
  position: relative;
  display: inline-block;
  color: #000;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  font-size: 16px;
  padding: 10px 0;
  margin: 15px 0;
  outline: none;
}
section#page-content.page-content .catalog-btn i {
  color: #000;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  margin-top: -5px;
  padding-right: 15px;
  float: left;
}
section#page-content.page-content .catalog-btn:hover {
  color: #D70007;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
section#page-content.page-content .catalog-btn:hover i {
  color: #D70007;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
section#page-content.page-content .intro-message {
  width: 100%;
  text-align: center;
  display: inline-block;
  background: #f2f4f5;
  padding: 15px 0;
}
section#page-content.page-content .intro-message p {
  text-align: center !important;
  width: auto;
  display: inline-block;
  margin: 0;
  padding: 0;
  color: #666;
  font-size: 20px;
  position: relative;
}
section#page-content.page-content .intro-message p span.speech-open {
  width: 20px;
  height: 20px;
  display: block;
  position: absolute;
  top: 2px;
  left: -30px;
  background: url("https://www.eftaliahotels.com/assets/img/speech-open-wt.png") no-repeat 0 0 scroll;
  background-size: 20px 20px;
}
section#page-content.page-content .intro-message p span.speech-close {
  width: 20px;
  height: 20px;
  display: block;
  position: absolute;
  bottom: 2px;
  right: -30px;
  background: url("https://www.eftaliahotels.com/assets/img/speech-close-wt.png") no-repeat 0 0 scroll;
  background-size: 20px 20px;
}
section#page-content.page-content .spot-message {
  width: 100%;
  text-align: center;
  display: inline-block;
  background: #E5E5E5;
  padding: 15px 0;
}
section#page-content.page-content .spot-message p {
  text-align: center !important;
  width: auto;
  display: inline-block;
  margin: 0;
  padding: 0;
  color: #043c5f;
  font-size: 18px;
  font-weight: 600;
  position: relative;
}
section#page-content.page-content .spot-message p span.speech-open {
  width: 20px;
  height: 20px;
  display: block;
  position: absolute;
  top: 2px;
  left: -30px;
  background: url("https://www.eftaliahotels.com/assets/img/speech-open.png") no-repeat 0 0 scroll;
  background-size: 20px 20px;
}
section#page-content.page-content .spot-message p span.speech-close {
  width: 20px;
  height: 20px;
  display: block;
  position: absolute;
  bottom: 2px;
  right: -30px;
  background: url("https://www.eftaliahotels.com/assets/img/speech-close.png") no-repeat 0 0 scroll;
  background-size: 20px 20px;
}
section#page-content.page-content p {
  text-align: justify;
  margin: 0;
  padding: 15px 0;
}
section#page-content.page-content .sub-content-info h3 {
  margin: 0;
  padding: 0;
  width: 100%;
  display: inline-block;
  color: #043c5f;
  font-weight: 600;
}
section#page-content.page-content .sub-content-info ul {
  width: 100%;
  padding: 0;
  margin: 15px 0;
  display: inline-block;
}
section#page-content.page-content .sub-content-info ul li {
  list-style: square;
  width: 100%;
  background: #EBEBEB;
  margin: 5px 15px;
  padding: 5px 15px;
  font-weight: 400;
  color: #4A6378;
}
section#page-content.page-content .sub-content-photos img {
  margin: 15px 0;
}
section#page-content.page-content .center-content {
  margin: 15px 0;
}
section#page-content.page-content .center-content div {
  padding: 0 2px;
}
section#page-content.page-content .products-content .product-photo-carousel.photos-gallery .item {
  display: inline-block;
  width: 100%;
  height: 200px;
}
section#page-content.page-content .products-content .product-photo-carousel.photos-gallery a {
  width: 100%;
  height: 200px;
  text-align: center;
  display: inline-block;
  text-align: center;
  margin: 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
}
section#page-content.page-content .products-content .product-photo-carousel.photos-gallery a:hover {
  color: #E30513;
}
section#page-content.page-content .products-content .product-photo-carousel.photos-gallery .owl-controls {
  position: absolute;
  top: -40px;
  right: 0;
  width: 64px;
  z-index: 88;
}
section#page-content.page-content .products-content .product-photo-carousel.photos-gallery .owl-controls .owl-prev {
  float: left;
  background: url("https://www.eftaliahotels.com/assets/img/left-blue.png") center center no-repeat;
  background-size: 32px 32px;
  width: 32px;
  height: 32px;
  color: transparent !important;
}
section#page-content.page-content .products-content .product-photo-carousel.photos-gallery .owl-controls .owl-next {
  float: right;
  background: url("https://www.eftaliahotels.com/assets/img/right-blue.png") center center no-repeat;
  background-size: 32px 32px;
  width: 32px;
  height: 32px;
  color: transparent !important;
}
section#page-content.page-content .products-content .content-image-gallery {
  margin: 15px 0;
  display: inline-block;
}
section#page-content.page-content .logos-content .logos-gallery, section#page-content.page-content .photos-content .logos-gallery, section#page-content.page-content .videos-content .logos-gallery, section#page-content.page-content .catalogs-content .logos-gallery {
  position: relative;
  margin: 15px 0px 10px 0px;
  width: 100%;
  display: inline-block;
}
section#page-content.page-content .logos-content .logos-gallery div, section#page-content.page-content .photos-content .logos-gallery div, section#page-content.page-content .videos-content .logos-gallery div, section#page-content.page-content .catalogs-content .logos-gallery div {
  padding: 0 5px;
}
section#page-content.page-content .logos-content .logos-gallery .photo-item, section#page-content.page-content .photos-content .logos-gallery .photo-item, section#page-content.page-content .videos-content .logos-gallery .photo-item, section#page-content.page-content .catalogs-content .logos-gallery .photo-item {
  display: inline-block;
  width: 100%;
  height: 200px;
  line-height: 200px;
  text-align: center;
  margin: 5px 0;
  padding: 0;
}
section#page-content.page-content .logos-content .logos-gallery .photo-item img, section#page-content.page-content .photos-content .logos-gallery .photo-item img, section#page-content.page-content .videos-content .logos-gallery .photo-item img, section#page-content.page-content .catalogs-content .logos-gallery .photo-item img {
  width: 70%;
}
section#page-content.page-content .logos-content .logos-gallery a, section#page-content.page-content .photos-content .logos-gallery a, section#page-content.page-content .videos-content .logos-gallery a, section#page-content.page-content .catalogs-content .logos-gallery a {
  color: #333;
  width: 100%;
  text-align: center;
  display: inline-block;
  margin-bottom: 15px;
}
section#page-content.page-content .logos-content .logos-gallery a:hover, section#page-content.page-content .photos-content .logos-gallery a:hover, section#page-content.page-content .videos-content .logos-gallery a:hover, section#page-content.page-content .catalogs-content .logos-gallery a:hover {
  color: #E30513;
}
section#page-content.page-content .logos-content .photos-gallery, section#page-content.page-content .photos-content .photos-gallery, section#page-content.page-content .videos-content .photos-gallery, section#page-content.page-content .catalogs-content .photos-gallery {
  position: relative;
  margin: 15px 0px 10px 0px;
  width: 100%;
  display: inline-block;
}
section#page-content.page-content .logos-content .photos-gallery div, section#page-content.page-content .photos-content .photos-gallery div, section#page-content.page-content .videos-content .photos-gallery div, section#page-content.page-content .catalogs-content .photos-gallery div {
  padding: 0 2px;
}
section#page-content.page-content .logos-content .photos-gallery a, section#page-content.page-content .photos-content .photos-gallery a, section#page-content.page-content .videos-content .photos-gallery a, section#page-content.page-content .catalogs-content .photos-gallery a {
  width: 100%;
  height: 200px;
  position: relative;
  display: inline-block;
}
section#page-content.page-content .logos-content .photos-gallery a .photo-item, section#page-content.page-content .photos-content .photos-gallery a .photo-item, section#page-content.page-content .videos-content .photos-gallery a .photo-item, section#page-content.page-content .catalogs-content .photos-gallery a .photo-item {
  display: inline-block;
  width: 100%;
  height: 200px;
  text-align: center;
  margin: 0;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}
section#page-content.page-content .logos-content .photos-gallery a .overlay, section#page-content.page-content .photos-content .photos-gallery a .overlay, section#page-content.page-content .videos-content .photos-gallery a .overlay, section#page-content.page-content .catalogs-content .photos-gallery a .overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  padding: 15px;
  background-color: rgba(27, 31, 37, 0.5);
  -webkit-transition: background-color .3s ease-in-out;
  -o-transition: background-color .3s ease-in-out;
  transition: background-color .3s ease-in-out;
  background-image: url("https://www.eftaliahotels.com/assets/img/icons/magnifier.png");
  background-position: center center;
  background-repeat: no-repeat;
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
section#page-content.page-content .logos-content .photos-gallery a:hover, section#page-content.page-content .photos-content .photos-gallery a:hover, section#page-content.page-content .videos-content .photos-gallery a:hover, section#page-content.page-content .catalogs-content .photos-gallery a:hover {
  width: 100%;
  position: relative;
}
section#page-content.page-content .logos-content .photos-gallery a:hover .overlay, section#page-content.page-content .photos-content .photos-gallery a:hover .overlay, section#page-content.page-content .videos-content .photos-gallery a:hover .overlay, section#page-content.page-content .catalogs-content .photos-gallery a:hover .overlay {
  opacity: 1;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
section#page-content.page-content .logos-content .references-gallery, section#page-content.page-content .photos-content .references-gallery, section#page-content.page-content .videos-content .references-gallery, section#page-content.page-content .catalogs-content .references-gallery {
  position: relative;
  margin: 15px 0px 10px 0px;
  width: 100%;
  display: inline-block;
}
section#page-content.page-content .logos-content .references-gallery div, section#page-content.page-content .photos-content .references-gallery div, section#page-content.page-content .videos-content .references-gallery div, section#page-content.page-content .catalogs-content .references-gallery div {
  padding: 0 5px;
}
section#page-content.page-content .logos-content .references-gallery .reference-item, section#page-content.page-content .photos-content .references-gallery .reference-item, section#page-content.page-content .videos-content .references-gallery .reference-item, section#page-content.page-content .catalogs-content .references-gallery .reference-item {
  width: 100%;
  height: 200px;
  line-height: 200px;
  position: relative;
  display: inline-block;
  text-align: center;
  border: solid 1px #ccc;
  padding: 0 !important;
  margin-bottom: 8px;
}
section#page-content.page-content .logos-content .references-gallery .reference-item img, section#page-content.page-content .photos-content .references-gallery .reference-item img, section#page-content.page-content .videos-content .references-gallery .reference-item img, section#page-content.page-content .catalogs-content .references-gallery .reference-item img {
  vertical-align: middle;
}
section#page-content.page-content .logos-content .videos-gallery, section#page-content.page-content .photos-content .videos-gallery, section#page-content.page-content .videos-content .videos-gallery, section#page-content.page-content .catalogs-content .videos-gallery {
  position: relative;
  margin: 15px 0px 10px 0px;
  width: 100%;
  display: inline-block;
}
section#page-content.page-content .logos-content .videos-gallery div, section#page-content.page-content .photos-content .videos-gallery div, section#page-content.page-content .videos-content .videos-gallery div, section#page-content.page-content .catalogs-content .videos-gallery div {
  padding: 0 2px;
}
section#page-content.page-content .logos-content .videos-gallery .video-item, section#page-content.page-content .photos-content .videos-gallery .video-item, section#page-content.page-content .videos-content .videos-gallery .video-item, section#page-content.page-content .catalogs-content .videos-gallery .video-item {
  position: relative;
  display: inline-block;
  width: 100%;
  height: 200px;
  text-align: center;
  margin: 0;
  padding: 0;
  border-radius: 4px;
  overflow: hidden;
  border: solid 1px #ccc;
}
section#page-content.page-content .logos-content .videos-gallery .video-item a, section#page-content.page-content .photos-content .videos-gallery .video-item a, section#page-content.page-content .videos-content .videos-gallery .video-item a, section#page-content.page-content .catalogs-content .videos-gallery .video-item a {
  color: #333;
  width: 100%;
  text-align: center;
  display: inline-block;
}
section#page-content.page-content .logos-content .videos-gallery .video-item a:hover, section#page-content.page-content .photos-content .videos-gallery .video-item a:hover, section#page-content.page-content .videos-content .videos-gallery .video-item a:hover, section#page-content.page-content .catalogs-content .videos-gallery .video-item a:hover {
  color: #E30513;
}
section#page-content.page-content .logos-content .videos-gallery .video-item .caps, section#page-content.page-content .photos-content .videos-gallery .video-item .caps, section#page-content.page-content .videos-content .videos-gallery .video-item .caps, section#page-content.page-content .catalogs-content .videos-gallery .video-item .caps {
  display: inline-block;
  width: 100%;
  height: 200px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
}
section#page-content.page-content .logos-content .videos-gallery .video-item .overlay, section#page-content.page-content .photos-content .videos-gallery .video-item .overlay, section#page-content.page-content .videos-content .videos-gallery .video-item .overlay, section#page-content.page-content .catalogs-content .videos-gallery .video-item .overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  padding: 15px;
  background-color: rgba(27, 31, 37, 0.5);
  -webkit-transition: background-color .3s ease-in-out;
  -o-transition: background-color .3s ease-in-out;
  transition: background-color .3s ease-in-out;
  background-image: url("https://www.eftaliahotels.com/assets/img/icons/clapper.png");
  background-position: center center;
  background-repeat: no-repeat;
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
section#page-content.page-content .logos-content .videos-gallery .video-item .name, section#page-content.page-content .photos-content .videos-gallery .video-item .name, section#page-content.page-content .videos-content .videos-gallery .video-item .name, section#page-content.page-content .catalogs-content .videos-gallery .video-item .name {
  position: absolute;
  left: 0;
  top: 0;
  background: #000;
  color: #fff;
  padding: 5px 8px;
  opacity: 0;
  display: none !important;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
section#page-content.page-content .logos-content .videos-gallery .video-item:hover .overlay, section#page-content.page-content .photos-content .videos-gallery .video-item:hover .overlay, section#page-content.page-content .videos-content .videos-gallery .video-item:hover .overlay, section#page-content.page-content .catalogs-content .videos-gallery .video-item:hover .overlay {
  opacity: 1;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
section#page-content.page-content .logos-content .videos-gallery .video-item:hover .name, section#page-content.page-content .photos-content .videos-gallery .video-item:hover .name, section#page-content.page-content .videos-content .videos-gallery .video-item:hover .name, section#page-content.page-content .catalogs-content .videos-gallery .video-item:hover .name {
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
section#page-content.page-content .logos-content .catalogs-gallery, section#page-content.page-content .photos-content .catalogs-gallery, section#page-content.page-content .videos-content .catalogs-gallery, section#page-content.page-content .catalogs-content .catalogs-gallery {
  position: relative;
  margin: 15px 0px 10px 0px;
  width: 100%;
  display: inline-block;
}
section#page-content.page-content .logos-content .catalogs-gallery div, section#page-content.page-content .photos-content .catalogs-gallery div, section#page-content.page-content .videos-content .catalogs-gallery div, section#page-content.page-content .catalogs-content .catalogs-gallery div {
  padding: 0 5px;
}
section#page-content.page-content .logos-content .catalogs-gallery .catalog-item, section#page-content.page-content .photos-content .catalogs-gallery .catalog-item, section#page-content.page-content .videos-content .catalogs-gallery .catalog-item, section#page-content.page-content .catalogs-content .catalogs-gallery .catalog-item {
  display: inline-block;
  width: 100%;
  height: 200px;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  text-align: center;
  margin: 5px 0;
  padding: 0;
}
section#page-content.page-content .logos-content .catalogs-gallery a, section#page-content.page-content .photos-content .catalogs-gallery a, section#page-content.page-content .videos-content .catalogs-gallery a, section#page-content.page-content .catalogs-content .catalogs-gallery a {
  color: #333;
  width: 100%;
  text-align: center;
  display: inline-block;
  margin-bottom: 15px;
}
section#page-content.page-content .logos-content .catalogs-gallery a:hover, section#page-content.page-content .photos-content .catalogs-gallery a:hover, section#page-content.page-content .videos-content .catalogs-gallery a:hover, section#page-content.page-content .catalogs-content .catalogs-gallery a:hover {
  color: #E30513;
}
section#page-content.page-content .logos-content .catalogs-gallery span, section#page-content.page-content .photos-content .catalogs-gallery span, section#page-content.page-content .videos-content .catalogs-gallery span, section#page-content.page-content .catalogs-content .catalogs-gallery span {
  width: 100%;
  height: 70px;
  display: inline-block;
  overflow: hidden;
}
section#page-content.page-content .career-content .careerForm {
  width: 100%;
  position: relative;
  margin-top: 20px;
  margin-bottom: 20px;
}
section#page-content.page-content .career-content .careerForm .form-group {
  float: left;
  width: 100%;
}
section#page-content.page-content .career-content .careerForm .form-control {
  border-radius: 0;
  border-color: #E4E4E4;
  height: 40px;
  color: #043c5f;
}
section#page-content.page-content .career-content .careerForm input.form-control:required, section#page-content.page-content .career-content textarea.form-control:required {
  background: url(https://www.eftaliahotels.com/assets/img/icon-required.png) right top no-repeat, #efefef url(https://www.eftaliahotels.com/assets/img/input-bg.png) 0 0;
}
section#page-content.page-content .career-content .careerForm textarea {
  height: auto !important;
  max-width: 100%;
}
section#page-content.page-content .career-content .careerForm .submitBtn {
  background: #043c5f;
  color: #FFF;
  height: auto !important;
  font-size: 16px;
  text-align: center;
  float: left;
  padding: 8px 20px;
  width: auto;
}
section#page-content.page-content .career-content .careerForm .submitBtn i {
  padding-right: 5px;
}
section#page-content.page-content .career-content .careerForm .submitBtn:hover {
  background: #2A3F51;
  color: #FFF;
  border-color: #CCC;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
section#page-content.page-content .solutions-content, section#page-content.page-content .actual-content {
  position: relative;
}
section#page-content.page-content .solutions-content .news-list, section#page-content.page-content .actual-content .news-list {
  position: relative;
  margin: 5px 0;
  display: inline-block;
}
section#page-content.page-content .solutions-content .news-list .new-item, section#page-content.page-content .actual-content .news-list .new-item {
  display: inline-block;
  width: 100%;
  min-height: 150px;
  text-align: center;
  margin: 5px 0;
  padding: 15px 15px 15px 202px;
  position: relative;
  background: #F7F7F7;
  border-radius: 5px;
  border: solid 1px #ccc;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  overflow: hidden;
}
section#page-content.page-content .solutions-content .news-list .new-item .photo, section#page-content.page-content .actual-content .news-list .new-item .photo {
  width: 190px;
  height: 150px;
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 5px 0px 0px 5px;
  -webkit-border-radius: 5px 0px 0px 5px;
  -moz-border-radius: 5px 0px 0px 5px;
  -ms-border-radius: 5px 0px 0px 5px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}
section#page-content.page-content .solutions-content .news-list .new-item .photo time, section#page-content.page-content .actual-content .news-list .new-item .photo time {
  background: #043c5f;
  color: #fff;
  padding: 5px;
  position: absolute;
  left: 0;
  top: 0;
  display: none;
}
section#page-content.page-content .solutions-content .news-list .new-item h4, section#page-content.page-content .actual-content .news-list .new-item h4 {
  width: auto;
  text-align: left;
  padding: 0px 0px 15px 0px;
  margin: 0 !important;
  display: inline-block;
  color: #333;
  font-size: 14px;
  line-height: 1.4;
  font-weight: 600;
  position: relative;
  float: left;
}
section#page-content.page-content .solutions-content .news-list .new-item p, section#page-content.page-content .actual-content .news-list .new-item p {
  display: inline-block;
  width: 100%;
  height: 60px;
  overflow: hidden;
  text-align: left;
  font-size: 14px;
  color: #999;
  margin: 0;
  padding: 0;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
section#page-content.page-content .solutions-content .news-list .new-item .more, section#page-content.page-content .actual-content .news-list .new-item .more {
  position: absolute;
  right: 5px;
  bottom: 10px;
  color: #333;
  text-decoration: none;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
section#page-content.page-content .solutions-content .news-list .new-item .more:hover, section#page-content.page-content .actual-content .news-list .new-item .more:hover {
  color: #FFA500;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
section#page-content.page-content .solutions-content .new-detail, section#page-content.page-content .actual-content .new-detail {
  position: relative;
  margin: 5px 0;
  display: inline-block;
}
section#page-content.page-content .solutions-content .new-detail .new-item, section#page-content.page-content .actual-content .new-detail .new-item {
  display: inline-block;
  width: 100%;
  min-height: 150px;
  text-align: center;
  margin: 5px 0;
  padding: 15px;
  position: relative;
  background: #F7F7F7;
  border-radius: 5px;
  border: solid 1px #ccc;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  overflow: hidden;
}
section#page-content.page-content .solutions-content .new-detail .new-item h4, section#page-content.page-content .actual-content .new-detail .new-item h4 {
  width: auto;
  text-align: left;
  padding: 0px 0px 15px 0px;
  margin: 0 !important;
  display: inline-block;
  color: #333;
  font-size: 18px;
  line-height: 1.4;
  font-weight: 600;
  position: relative;
  float: left;
}
section#page-content.page-content .solutions-content .new-detail .new-item p, section#page-content.page-content .actual-content .new-detail .new-item p {
  display: inline-block;
  width: 100%;
  text-align: left;
  font-size: 16px;
  color: #999;
  margin: 0;
  padding: 0;
}
section#page-content.page-content .solutions-content .new-detail .new-item .new-gallery, section#page-content.page-content .actual-content .new-detail .new-item .new-gallery {
  position: relative;
  margin: 15px 0px 10px 0px;
  width: 100%;
  display: inline-block;
}
section#page-content.page-content .solutions-content .new-detail .new-item .new-gallery div, section#page-content.page-content .actual-content .new-detail .new-item .new-gallery div {
  padding: 0 2px;
}
section#page-content.page-content .solutions-content .new-detail .new-item .new-gallery a, section#page-content.page-content .actual-content .new-detail .new-item .new-gallery a {
  width: 100%;
  height: 200px;
  position: relative;
  display: inline-block;
}
section#page-content.page-content .solutions-content .new-detail .new-item .new-gallery a .photo-item, section#page-content.page-content .actual-content .new-detail .new-item .new-gallery a .photo-item {
  display: inline-block;
  width: 100%;
  height: 200px;
  text-align: center;
  margin: 0;
  padding: 0;
  border: solid 1px #ccc;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}
section#page-content.page-content .solutions-content .new-detail .new-item .new-gallery a .overlay, section#page-content.page-content .actual-content .new-detail .new-item .new-gallery a .overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  padding: 15px;
  background-color: rgba(27, 31, 37, 0.5);
  -webkit-transition: background-color .3s ease-in-out;
  -o-transition: background-color .3s ease-in-out;
  transition: background-color .3s ease-in-out;
  background-image: url("https://www.eftaliahotels.com/assets/img/icons/magnifier.png");
  background-position: center center;
  background-repeat: no-repeat;
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
section#page-content.page-content .solutions-content .new-detail .new-item .new-gallery a:hover, section#page-content.page-content .actual-content .new-detail .new-item .new-gallery a:hover {
  width: 100%;
  position: relative;
}
section#page-content.page-content .solutions-content .new-detail .new-item .new-gallery a:hover .overlay, section#page-content.page-content .actual-content .new-detail .new-item .new-gallery a:hover .overlay {
  opacity: 1;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
section#page-content.page-content .solutions-content .contact-link, section#page-content.page-content .actual-content .contact-link {
  width: 100%;
  text-align: center;
  display: inline-block;
  margin-top: 15px;
  padding: 15px 0;
  border-top: solid 1px #CCC;
}
section#page-content.page-content .solutions-content .contact-link .contact-btn, section#page-content.page-content .actual-content .contact-link .contact-btn {
  background: #19191B;
  color: #91a6b1;
  font-size: 16px;
  padding: 10px 0;
  margin: 0 auto;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  display: block;
  width: 200px;
  height: 45px;
  text-align: center;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
section#page-content.page-content .solutions-content .contact-link .contact-btn:hover, section#page-content.page-content .actual-content .contact-link .contact-btn:hover {
  background: #333;
  color: #FFF;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
section#page-content.page-content .solutions-content .cooling-web-link, section#page-content.page-content .actual-content .cooling-web-link {
  width: 100%;
  text-align: center;
  display: inline-block;
  margin-top: 15px;
  padding: 15px 0;
  border-top: solid 1px #CCC;
}
section#page-content.page-content .solutions-content .cooling-web-link p, section#page-content.page-content .actual-content .cooling-web-link p {
  width: 100%;
  margin: 0;
  padding: 0;
  text-align: center;
  display: inline-block;
  font-weight: 700;
}
section#page-content.page-content .solutions-content .cooling-web-link a, section#page-content.page-content .actual-content .cooling-web-link a {
  background: #00545a;
  color: #000;
  font-size: 18px;
  font-weight: 400;
  padding: 10px 25px;
  margin: 15px 0;
  display: inline-block;
  text-align: center;
  width: auto;
  text-decoration: none;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
section#page-content.page-content .solutions-content .cooling-web-link a:hover, section#page-content.page-content .actual-content .cooling-web-link a:hover {
  background: #333;
  color: #FFF;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
section#page-content.page-content .solutions-content .clearfix-solutions, section#page-content.page-content .actual-content .clearfix-solutions {
  margin: 20px 0;
  clear: both;
  display: inline-block;
}
section#page-content.page-content .solutions-content .clearfix-solutions img, section#page-content.page-content .actual-content .clearfix-solutions img {
  cursor: crosshair;
}
section#page-content.page-content .solutions-content .clearfix-solutions .redmeat-logos, section#page-content.page-content .actual-content .clearfix-solutions .redmeat-logos {
  text-align: center;
  display: inline-block;
  margin: 15px 0;
}
section#page-content.page-content .solutions-content .clearfix-solutions .redmeat-logos img, section#page-content.page-content .actual-content .clearfix-solutions .redmeat-logos img {
  display: inline-block;
  margin: 0 5px;
  cursor: auto;
}
section#page-content.page-content .solutions-content .solutions-redmeat-carousel, section#page-content.page-content .actual-content .solutions-redmeat-carousel {
  width: 100%;
  position: relative;
  margin-top: 15px;
}
section#page-content.page-content .solutions-content .solutions-redmeat-carousel a, section#page-content.page-content .actual-content .solutions-redmeat-carousel a {
  cursor: crosshair;
}
section#page-content.page-content .solutions-content .solutions-redmeat-carousel .item, section#page-content.page-content .actual-content .solutions-redmeat-carousel .item {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 360px;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  position: relative;
  overflow: hidden;
}
section#page-content.page-content .solutions-content .solutions-redmeat-carousel .item:hover .cover-photo, section#page-content.page-content .actual-content .solutions-redmeat-carousel .item:hover .cover-photo {
  -moz-transform: scale(1.2);
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}
section#page-content.page-content .solutions-content .solutions-redmeat-carousel .item:hover span, section#page-content.page-content .actual-content .solutions-redmeat-carousel .item:hover span {
  background: rgba(0, 0, 0, 0.5);
}
section#page-content.page-content .solutions-content .solutions-redmeat-carousel .owl-stage-outer, section#page-content.page-content .actual-content .solutions-redmeat-carousel .owl-stage-outer {
  z-index: 99;
}
section#page-content.page-content .solutions-content .solutions-redmeat-carousel .owl-controls, section#page-content.page-content .actual-content .solutions-redmeat-carousel .owl-controls {
  position: absolute;
  top: 45%;
  right: 0;
  width: 100%;
  z-index: 999;
}
section#page-content.page-content .solutions-content .solutions-redmeat-carousel .owl-controls .owl-prev, section#page-content.page-content .actual-content .solutions-redmeat-carousel .owl-controls .owl-prev {
  float: left;
  background: url("https://www.eftaliahotels.com/assets/img/left.png") center center no-repeat;
  background-size: 64px 64px;
  width: 64px;
  height: 64px;
  color: transparent !important;
}
section#page-content.page-content .solutions-content .solutions-redmeat-carousel .owl-controls .owl-next, section#page-content.page-content .actual-content .solutions-redmeat-carousel .owl-controls .owl-next {
  float: right;
  background: url("https://www.eftaliahotels.com/assets/img/right.png") center center no-repeat;
  background-size: 64px 64px;
  width: 64px;
  height: 64px;
  color: transparent !important;
}
section#page-content.page-content .solutions-content .solutions-redmeat-carousel:after, section#page-content.page-content .actual-content .solutions-redmeat-carousel:after {
  content: '';
  display: block;
  position: absolute;
  top: 100%;
  left: 15px;
  right: 15px;
  padding-bottom: 6%;
  background-image: url("https://www.eftaliahotels.com/assets/img/shadow.png");
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: center top;
}
section#page-content.page-content .main-content {
  position: relative;
}
section#page-content.page-content .main-content .numbers {
  width: 100%;
  position: relative;
  display: inline-block;
}
section#page-content.page-content .main-content .numbers div {
  padding: 0 4px;
}
section#page-content.page-content .main-content .numbers .item {
  width: 100%;
  float: left;
  background: #F9F9F9;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  margin: 5px 0;
  padding: 15px;
  border: solid 1px #ccc;
}
section#page-content.page-content .main-content .numbers .item h4 {
  color: red;
  margin: 0px 0px 30px 0px;
  padding: 0;
  width: 100%;
  text-align: center;
  display: inline-block;
  font-size: 16px;
}
section#page-content.page-content .main-content .numbers .item p {
  color: #000;
  margin: 0;
  padding: 0;
  width: 100%;
  text-align: center;
  display: inline-block;
  font-size: 14px;
}
section#page-content.page-content #why-led-technology, section#page-content.page-content #researchs, section#page-content.page-content #references {
  display: inline-block;
  margin-bottom: 110px;
  width: 100%;
}
section#page-content.page-content .pageContainer {
  position: relative;
  padding: 0;
}
section#page-content.page-content .pageContainer .section-title {
  padding: 20px 0px;
}
section#page-content.page-content .pageContainer .section-title h3 {
  font-weight: 700;
}
section#page-content.page-content .pageContainer .section-title h3 span {
  color: #999 !important;
  font-weight: 300;
}
section#page-content.page-content .pageContainer p {
  margin: 0;
  text-align: center;
  margin-bottom: 20px;
}
section#page-content.page-content .contactMap {
  width: 100%;
  display: inline-block;
  border-top: solid 4px #CCC;
  border-bottom: solid 4px #CCC;
  float: left;
  margin: 0px 0px 15px 0px;
}
section#page-content.page-content .contactMap .vce-google-map {
  width: 100%;
}
section#page-content.page-content .contactMap .vce-google-map .vce_map_canvas {
  width: 100%;
  height: 380px;
}
section#page-content.page-content .contact-container {
  position: relative;
  width: 100%;
  margin: 5px 0;
  display: inline-block;
}
section#page-content.page-content .contact-container h3 {
  width: 100%;
  text-align: center;
  margin: 15px 0px 15px 0px;
  padding: 0;
  font-family: 'Raleway', sans-serif;
}
section#page-content.page-content .contact-container .infomail:hover {
  text-decoration: underline;
  color: #4A6378;
}
section#page-content.page-content .contact-container .contactForm {
  width: 100%;
  position: relative;
  margin: 15px 0;
  padding: 0;
  float: left;
  background-color: #E4E4E4;
  border-radius: 5px;
  box-shadow: 0px 2px 10px -2px #666;
}
section#page-content.page-content .contact-container .contactForm .form-group {
  float: left;
  width: 100%;
}
section#page-content.page-content .contact-container .contactForm .form-control {
  border-radius: 4px;
  border-color: #E4E4E4;
  height: 40px;
  color: #fff;
}
section#page-content.page-content .contact-container .contactForm input.form-control:required, section#page-content.page-content .contact-container textarea.form-control:required {
  background: url(https://www.eftaliahotels.com/assets/img/icon-required.png) right top no-repeat, #425261 url(https://www.eftaliahotels.com/assets/img/pattern.png) 0 0 repeat;
}
section#page-content.page-content .contact-container .contactForm textarea {
  height: auto !important;
  max-width: 100%;
}
section#page-content.page-content .contact-container .contactForm .submitBtn {
  color: #fff;
  height: auto !important;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  float: left;
  padding: 6px 20px;
  width: auto;
  background: #425261;
  border: outset 2px  transparent;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
section#page-content.page-content .contact-container .contactForm .submitBtn i {
  padding-right: 5px;
}
section#page-content.page-content .contact-container .contactForm .submitBtn:hover {
  background: #555;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
section#page-content.page-content .contact-container .sm {
  padding: 0;
  margin: 0px;
  float: right;
  width: 100%;
  text-align: center;
  position: relative;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
section#page-content.page-content .contact-container .sm a.main-phone {
  margin: 25px auto;
  display: block;
  text-align: center;
  font-size: 2.8em;
  padding: 0px;
  font-weight: 700;
  font-family: 'Lato', sans-serif;
  color: #425261;
}
section#page-content.page-content .contact-container .sm a.main-info {
  margin: 25px auto;
  display: block;
  text-align: center;
  font-size: 2em;
  padding: 0px;
  font-weight: 400;
  font-family: 'Raleway', sans-serif;
  color: #425261;
}
section#page-content.page-content .contact-container .sm ul {
  list-style: none;
  padding: 0;
  margin: 25px 0;
  width: 100%;
  min-height: 30px;
  text-align: center;
  display: inline-block;
}
section#page-content.page-content .contact-container .sm ul li {
  margin: 0px 4px;
  width: auto !important;
  display: inline-block;
  text-align: center;
  float: none;
}
section#page-content.page-content .contact-container .sm ul li.fb:hover i {
  color: #fff;
  background: #3b5998;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
section#page-content.page-content .contact-container .sm ul li.tw:hover i {
  color: #fff;
  background: #1da1f2;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
section#page-content.page-content .contact-container .sm ul li.ins:hover i {
  color: #fff;
  background: #8a3ab9;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
section#page-content.page-content .contact-container .sm ul li.gp:hover i {
  color: #fff;
  background: #dd4b39;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
section#page-content.page-content .contact-container .sm ul li.yt:hover i {
  color: #fff;
  background: #cd201f;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
section#page-content.page-content .contact-container .sm i {
  width: 60px;
  height: 60px;
  line-height: 60px;
  padding: 0px;
  color: #fff;
  border: 1px solid #fff;
  text-align: center;
  font-size: 22px;
  border-radius: 10px;
  background: #425261 url(https://www.eftaliahotels.com/assets/img/pattern.png) 0 0 repeat;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
section#page-content.page-content .contact-container .hotel-contacts div {
  padding: 0px 3px;
}
section#page-content.page-content .contact-container .hotel-contact {
  width: 100%;
  height: 380px;
  position: relative;
  padding: 0;
  margin: 5px 0;
}
section#page-content.page-content .contact-container .hotel-contact .contactInfos {
  float: left;
  width: 100%;
  padding: 0;
  margin: 0;
}
section#page-content.page-content .contact-container .hotel-contact .contactInfos h3 {
  width: 100%;
  display: inline-block;
  text-align: center;
  padding: 15px 0;
  margin: 0;
  color: #425261;
}
section#page-content.page-content .contact-container .hotel-contact .contactInfos p {
  width: 100%;
  display: inline-block;
  text-align: center;
  padding: 6px 10px;
  color: #425261;
  font-size: 18px;
}
section#page-content.page-content .contact-container .hotel-contact .contactInfos i {
  color: #425261;
  font-size: 22px;
}
section#page-content.page-content .contact-container .hotel-contact .contactInfos a {
  width: 100%;
  display: inline-block;
  font-size: 18px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
section#page-content.page-content .contact-container .hotel-contact .contactInfos a:hover {
  color: #0090d6;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
section#page-content.page-content .contact-container .hotel-contact .contactInfos span {
  width: 100%;
  display: inline-block;
  font-size: 18px;
}
section#page-content.page-content .products .products-breadcrumb {
  width: 100%;
  margin-bottom: 0px;
  border: none;
  border-radius: 0 !important;
  padding: 10px 15px !important;
}
section#page-content.page-content .products .products-breadcrumb a {
  color: #666;
  font-size: 16px;
}
section#page-content.page-content .products .products-breadcrumb i {
  color: #666;
  font-size: 20px;
  padding-left: 10px;
  padding-right: 10px;
}
section#page-content.page-content .products .products-breadcrumb span {
  color: #666;
  font-size: 16px;
  text-shadow: 0px 0px 20px #FFF;
}
section#page-content.page-content .products .productsContent {
  width: 100%;
  float: left;
  padding: 0;
  margin: 0;
 /*.homeProductContainer:hover .view-product span {
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0);
} */
}
section#page-content.page-content .products .productsContent .solutionsContentBlock {
  width: 100%;
  min-height: 380px;
  position: relative;
}
section#page-content.page-content .products .productsContent .productContainer {
  padding: 1px !important;
  display: inline-block;
  float: left;
  height: 200px;
  position: relative;
  background: #FFF;
}
section#page-content.page-content .products .productsContent .productPhoto {
  background-color: #FFF;
  width: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
  moz-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -moz-transition: -moz-transform 500ms;
  -o-transition: -o-transform 500ms;
  -webkit-transition: -webkit-transform 500ms;
  transition: transform 500ms;
  z-index: 1;
}
section#page-content.page-content .products .productsContent .productName {
  position: absolute;
  bottom: 0px;
  right: 0px;
  width: 100%;
  padding-bottom: 4px;
  text-align: center;
  z-index: 2;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0+0,0.65+100 */
  background: -moz-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.65) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.65) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.65) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 );
  /* IE6-9 */
}
section#page-content.page-content .products .productsContent .productName h3 {
  color: #FFF;
  font-size: 18px;
  font-weight: 700;
  text-shadow: 2px 2px 20px #000;
}
section#page-content.page-content .products .productsContent .overlay {
  float: left;
  width: 100%;
  height: 200px;
  position: relative;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 99;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -moz-transition: opacity 400ms, -moz-transform 300ms;
  -o-transition: opacity 400ms, -o-transform 300ms;
  -webkit-transition: opacity 400ms, -webkit-transform 300ms;
  transition: opacity 400ms, transform 300ms;
}
section#page-content.page-content .products .productsContent .view-product {
  position: absolute;
  top: 70%;
  left: 50%;
  z-index: 999;
  font-size: 15px;
  text-align: center;
  border: none;
  color: #FFFFFF;
  -moz-transform: scale(0.7, 0.7);
  -ms-transform: scale(0.7, 0.7);
  -webkit-transform: scale(0.7, 0.7);
  transform: scale(0.7, 0.7);
  -moz-transform: translate(-50%, -70%);
  -ms-transform: translate(-50%, -70%);
  -webkit-transform: translate(-50%, -70%);
  transform: translate(-50%, -70%);
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  -moz-transition: -moz-transform 400ms, opacity 400ms;
  -o-transition: -o-transform 400ms, opacity 400ms;
  -webkit-transition: -webkit-transform 400ms, opacity 400ms;
  transition: transform 400ms, opacity 400ms;
}
section#page-content.page-content .products .productsContent .view-product span {
  background: url("https://www.eftaliahotels.com/assets/img/hoverplus.png") center center no-repeat;
  width: 64px;
  height: 64px;
  margin-bottom: 0px;
  font-size: 45px;
  display: block;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -moz-transition: -moz-transform 400ms;
  -o-transition: -o-transform 400ms;
  -webkit-transition: -webkit-transform 400ms;
  transition: transform 400ms;
}
section#page-content.page-content .products .productsContent .productContainer:hover .overlay {
  opacity: 1;
}
section#page-content.page-content .products .productsContent .productContainer:hover .productName {
  display: none;
}
section#page-content.page-content .products .productsContent .productContainer:hover .productPhoto {
  border: none;
}
section#page-content.page-content .products .productsContent .productContainer:hover .productPhoto {
  -moz-transform: scale(0.9, 0.9);
  -ms-transform: scale(0.9, 0.9);
  -webkit-transform: scale(0.9, 0.9);
  transform: scale(0.9, 0.9);
}
section#page-content.page-content .products .productsContent .productsNav {
  width: 100%;
  position: relative;
  background: #F0F0F8;
}
section#page-content.page-content .products .productsContent .productsNav .panel-default {
  border-radius: 0 !important;
}
section#page-content.page-content .products .productsContent .productsNav .panel-group .panel + .panel {
  margin-top: 0;
}
section#page-content.page-content .products .productsContent .productsNav .panel {
  border: none !important;
  background: none;
}
section#page-content.page-content .products .productsContent .productsNav .panel .active {
  background: rgba(0, 0, 0, 0.5);
  color: #FFF !important;
}
section#page-content.page-content .products .productsContent .productsNav .panel .active h4 {
  color: #FFF;
}
section#page-content.page-content .products .productsContent .productsNav .panel .active i {
  color: #FFF !important;
}
section#page-content.page-content .products .productsContent .productsNav .panel-group {
  margin-bottom: 0 !important;
}
section#page-content.page-content .products .productsContent .productsNav .panel-title {
  font-weight: 700;
  margin: 0;
  padding: 10px;
}
section#page-content.page-content .products .productsContent .productsNav .panel-heading {
  border-radius: 0 !important;
  cursor: pointer;
  padding: 0 !important;
  background: rgba(0, 0, 0, 0.2);
  border: solid 1px #FFF;
}
section#page-content.page-content .products .productsContent .productsNav .panel-heading h3 {
  font-weight: 400;
}
section#page-content.page-content .products .productsContent .productsNav .panel-heading h4 {
  font-weight: 400;
  color: #333;
}
section#page-content.page-content .products .productsContent .productsNav .panel-heading i {
  color: #666;
}
section#page-content.page-content .products .productsContent .productsNav .panel-body {
  padding: 10px !important;
  background: none;
}
section#page-content.page-content .products .productsContent .productsNav .panel-body a {
  color: #666;
  font-size: 15px;
}
section#page-content.page-content .products .productsContent .productsNav .panel-body a:hover {
  color: #000;
}
section#page-content.page-content .products .productsContent .productsNav .panel-body a:before {
  content: "\f101";
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  padding-right: 5px;
}
section#page-content.page-content .products .productsContent .productsNav .panel-body .active-sub-category {
  color: #043c5f;
}
section#page-content.page-content .products .productsContent .categoryInfo p {
  padding-top: 0px;
  text-align: justify;
}
section#page-content.page-content .products .productsContent .categoryInfo b {
  color: #043c5f;
}
section#page-content.page-content .products .sub-productsContent .productPhoto {
  background-color: #FFF;
  width: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  left: 0;
  width: 96%;
  height: 96%;
  border: solid 1px #2E4950;
  moz-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -moz-transition: -moz-transform 500ms;
  -o-transition: -o-transform 500ms;
  -webkit-transition: -webkit-trans form 500ms;
  transition: transform 500ms;
  z-index: 1;
}
section#page-content.page-content .products .sub-productsContent .productName {
  position: absolute;
  bottom: 0px;
  right: 0px;
  width: 100%;
  padding-bottom: 4px;
  text-align: center;
  z-index: 2;
  background: none;
}
section#page-content.page-content .products .sub-productsContent .productName h3 {
  color: #2E4950;
  font-size: 16px;
  text-shadow: inherit;
}
section#page-content.page-content .products .sub-productsContent .overlay {
  float: left;
  width: 96%;
  height: 190px;
  position: relative;
  background-color: rgba(51, 51, 51, 0.6);
  z-index: 99;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -moz-transition: opacity 400ms, -moz-transform 300ms;
  -o-transition: opacity 400ms, -o-transform 300ms;
  -webkit-transition: opacity 400ms, -webkit-transform 300ms;
  transition: opacity 400ms, transform 300ms;
}
section#page-content.page-content .products .productsContentSide {
  padding-left: 0;
  padding-right: 0;
  margin-bottom: 20px;
}
section#page-content.page-content .discoveryForm {
  width: 100%;
  position: relative;
  margin-top: 20px;
  margin-bottom: 20px;
}
section#page-content.page-content .discoveryForm .form-group {
  float: left;
  width: 100%;
}
section#page-content.page-content .discoveryForm .form-control {
  border-radius: 0;
  border-color: #E4E4E4;
  height: 46px;
  color: #395B65;
}
section#page-content.page-content .discoveryForm textarea {
  height: auto !important;
  max-width: 100%;
}
section#page-content.page-content .discoveryForm .submitBtn {
  background: #FFF;
  color: #043c5f;
  height: auto !important;
  font-size: 16px;
  width: 200px;
  text-align: center;
  float: left;
}
section#page-content.page-content .discoveryForm .submitBtn i {
  padding-right: 5px;
}
section#page-content.page-content .discoveryForm .submitBtn:hover {
  background: #f2f4f5;
  color: #FFF;
  border-color: #CCC;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
section#page-content.page-content .discoveryForm .starinfo {
  font-size: 14px;
  color: #043c5f;
  font-weight: 400;
  padding-left: 5px;
  padding-top: 8px;
  float: left;
}
section#page-content.page-content .loginForm {
  width: 100%;
  position: relative;
  margin-top: 20px;
}
section#page-content.page-content .loginForm .form-group {
  float: left;
  width: 100%;
  clear: both;
}
section#page-content.page-content .loginForm .form-control {
  border-radius: 0;
  border-color: #E4E4E4;
  height: 46px;
  color: #395B65;
  float: left;
  font-size: 18px;
}
section#page-content.page-content .loginForm label {
  font-size: 20px;
  color: #f2f4f5;
  font-weight: 300;
  cursor: pointer;
  display: inline;
  padding-bottom: 10px;
  float: left;
}
section#page-content.page-content .loginForm .submit input {
  float: left;
}
section#page-content.page-content .loginForm .submit label {
  float: left;
  margin: 0;
  padding-top: 6px;
  padding-bottom: 0;
}
section#page-content.page-content .loginForm .submit label .checkbox {
  margin-top: 8px;
  margin-left: 5px;
  margin-right: 5px;
}
section#page-content.page-content .loginForm .submitBtn {
  background: #043c5f;
  color: #FFF;
  height: auto !important;
  font-size: 20px;
  width: 200px;
  text-align: center;
  float: left;
}
section#page-content.page-content .loginForm .submitBtn i {
  padding-right: 5px;
}
section#page-content.page-content .loginForm .submitBtn:hover {
  background: #f2f4f5;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
section#page-content.page-content .loginForm .lost-password {
  float: left;
}
section#page-content.page-content .loginForm .lost-password a {
  float: left;
  color: #043c5f;
  font-size: 20px;
}
section#page-content.page-content .loginForm .lost-password a:hover {
  text-decoration: line-through;
}

/*end of pageContent*/
/* Preloader/Spinner
---------------------------------------------*/
#preloader {
  position: fixed;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #FFF;
  z-index: 11000;
}

#spinner {
  position: relative;
  height: 130px;
  width: 130px;
  top: 40%;
  margin: 0 auto;
  margin-bottom: -45px;
  border-radius: 100%;
  -webkit-animation: rotation 0.750s infinite linear;
  -moz-animation: rotation 0.750s infinite linear;
  -o-animation: rotation 0.750s infinite linear;
  animation: rotation 0.750s infinite linear;
}

#spinner:before {
  content: "";
  display: block;
  position: absolute;
  left: -3px;
  top: -15px;
  height: 100%;
  width: 100%;
  border-top: 4px dotted #000;
  border-left: 4px dotted transparent;
  border-bottom: 4px dotted transparent;
  border-right: 4px dotted transparent;
  border-radius: 100%;
}

@-webkit-keyframes rotation {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(359deg);
  }
}
@-moz-keyframes rotation {
  from {
    -moz-transform: rotate(0deg);
  }
  to {
    -moz-transform: rotate(359deg);
  }
}
@-o-keyframes rotation {
  from {
    -o-transform: rotate(0deg);
  }
  to {
    -o-transform: rotate(359deg);
  }
}
@keyframes rotation {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(359deg);
  }
}
.preloader-image {
  position: absolute;
  margin: 0 auto;
  left: 1%;
  right: 1%;
  top: 40%;
  width: 125px;
  height: 125px;
  background: none center center no-repeat transparent;
  background-size: 120px 120px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
}

/*# sourceMappingURL=styles.css.map */

@media only screen and (max-width: 991px){
	#mobresbtn {
		display: none;
	}
	header .navbar-header-left .mobile-head-buttons a:last-child {
		padding: 6px 20px!important;
float: none;
margin: 5px 0!important;
display: inline-block;
	}
	header .navbar-header-left .mobile-head-buttons {
		text-align: center;
	}
}
@media only screen and (max-width: 480px){
    #jpreOverlay{background-size:30% 15%!important}
    header.homeheader .navigation-bottom .navbar-header-right{width:100%!important}
    header.homeheader{position:relative!important;width:100%;background:none;top:0;float:left;background-color:#EEEEEE !important}
    header.homeheader .navbar-default{color:#000}
    header.homeheader .navbar-default .navbar-toggle{border:none;background-color:transparent!important}
    header.homeheader .navigation .navbar-header-left .navbar-toggle{background-color:#e4d49d;margin:10px 0 0;padding:10px 0}
    header.homeheader .navbar-default .navbar-collapse{width:100%!important;border:none;margin-top:0!important;padding-top:0}
    header.homeheader #navigation-menu{width:100%;margin:0;padding:0}
    header.homeheader #navigation-menu li{width:100%;border-bottom:solid 1px #666}
    header.homeheader #navigation-menu li:last-child{border:none}
    header.homeheader .navigation .nav>li>a{width:100%;text-align:center;padding:10px 0!important}
    header.homeheader .navbar-header{width:100%}header.homeheader ul#navigation-menu.navbar-nav{width:100%;margin:0}
    header.homeheader .navigation-bottom{background:none;margin:0 0 15px}
    header.homeheader .navigation{display:inline-block;width:100%}
    header.homeheader ul#top-nav-menu.navbar-nav{float:left;width:100%;text-align:center;display:inline-block;margin:0}
    header.homeheader ul#top-nav-menu.navbar-nav li{width:auto;display:inline-block}
    header.homeheader .navbar-brand{margin:10px 0}
    section#slider .overlay{background:rgba(0,0,0,0.2)}
    section#slider{margin:0;max-height:240px}
    section#cover.cover{margin:0}
    section#slider #slide{height:240px;min-height:240px}
    section#slider .carousel-fade .carousel-inner .item{height:240px}
    section#slider .carousel-fade .carousel-inner .item .slide-text{display:none}
    section#page-content.page-content .product-detail-content .prod-info h2{margin:10px 0 15px!important}
    section#page-content.page-content .product-detail-content .prod-info .price{margin:15px 0 0}
    header.homeheader ul#navigation-menu.navbar-nav a{border:none!important;color:#000!important}
    header.homeheader ul#top-nav-menu.navbar-nav span{display:none}
    header.homeheader ul#top-nav-menu.navbar-nav li{float:none!important}
    section#page-content.page-content .home-product-list-nav li{width:100%}
    section#page-content.page-content .home-product-list-nav li a{border:none!important}
    header.homeheader .search{width:100%}.cloud-zoom-big{display:none!important}
    section#page-content.page-content .product-detail-content .prod-info .size{float:left!important}
    section#page-content.page-content .product-detail-content .prod-info .order-number{float:left}
    section#page-content.page-content .product-detail-content .prod-info .addtocart{float:left}
    section#page-content.page-content .product-detail-content .prod-info ul li{margin:0;width:100%}
    footer .bottom-foot .copyright p{width:100%;text-align:center}footer .bottom-foot .sm{margin:10px 0}
    footer .bottom-foot .sm ul{text-align:center}
    footer .bottom-foot .sm ul li{float:none;display:inline-block}
    section#cover.cover .breadcrumb{display:none}
    .navbar-default .navbar-toggle:focus,.navbar-default .navbar-toggle:hover{background-color:#000}
    .navbar-default .navbar-toggle .icon-bar{background-color:#000;width:28px;height:4px;margin:1px 0 6px}
    section#page-content.page-content .home-product-list-nav p{font-size:14px;padding:5px 15px;text-align:justify}
    section#page-content.page-content .home-product-list-nav h2{font-size:18px}
    header.homeheader ul#top-nav-menu.navbar-nav a.active:before{opacity:0!important}
    header.homeheader ul#top-nav-menu.navbar-nav a.active:after{opacity:0!important}
    header.homeheader ul#top-nav-menu.navbar-nav a.active{text-decoration:underline}
    header.homeheader ul#top-nav-menu.navbar-nav{width:auto;float:right}
    section#slider .carousel-fade .carousel-control.right{display:none}
    section#slider .carousel-fade .carousel-control.left{display:none}
    section#slider .carousel-fade .carousel-control.right .arrow-slide-btn{padding:5px;display:none}
    section#slider .carousel-fade .carousel-control.left .arrow-slide-btn{padding:5px;display:none}
    section#trailer-content.trailer-content .categories-menu{position:relative;left:auto;top:auto;width:100%}
    section#trailer-content.trailer-content .categories-menu a.cateroies-btn{width:100%}
    section#trailer-content.trailer-content .categories-menu a.cateroies-btn:after{display:none}
    section#trailer-content.trailer-content .trailer{margin:0}
    section#trailer-content.trailer-content .trailer h2{font-size:16px}
    section#page-content.page-content .product-list .products .product-box{width:100%}
    section#page-content.page-content .categories-menu-sub{top:auto;position:relative;left:auto}
    section#page-content.page-content .categories-menu-sub ul{top:auto;position:relative;left:auto}
    section#page-content.page-content .contact-container .contactInfos span{font-size:14px}
    section#page-content.page-content .contact-container .contactInfos a{font-size:14px}
    section#page-content.page-content .contactMap .vce-google-map .vce_map_canvas{height:280px}
    section#page-content.page-content .gallery-photos a.photo-item{height:180px}
    section#page-content.page-content .gallery-photos a.photo-item .photo{height:180px}
    header.homeheader .sm-lang{margin-bottom:0}
    section#page-content.page-content .page-breadcrumb li h2{padding:10px 5px}
    section#page-content.page-content .page-breadcrumb{margin:0;background:#e5e5e5;width:100%;text-align:left}
    footer .by-logo{text-align:center!important}header.homeheader .sm{width:100%;padding:0;margin:0;top:86px;right:0}
    header.homeheader .sm ul{width:100%;padding:0;margin:0;text-align:center}header.homeheader .sm ul li{float:none}
    header.homeheader .languages{margin:0;position:absolute;top:20px;right:36px}
    header.homeheader .navigation .head-phone{float:left;width:60%;margin:0}
    header.homeheader ul#navigation-menu.navbar-nav li{margin:0}
    header.homeheader .navbar-header-left .slogan-object{display:none}
    header.homeheader .navbar-header-left .head-slogan{margin:0;width:100%;text-align:center}
    section#trailer-content.trailer-content .trailer{float:none!important;display:inline-block;width:100%}
    section#trailer-content.trailer-content .trailer a.more-btn-contact{width:50%;margin:15px 0;float:left;display:inherit}
    section#trailer-content.trailer-content .trailer a.more-btn-projects{width:50%;margin:15px 0;float:left;display:inherit}
    section#home-hotels.home-hotels .hotel-item .hotel_desc a.readmore{width:49%;margin:0;padding:6px 0;float:left;text-align:center}
    section#home-hotels.home-hotels .hotel-item .hotel_desc a.reservation-button{width:49%;margin:0;padding:6px 0;float:right;text-align:center}
    div#reservation-content{bottom:20%!important}
    section#home-hotels.home-hotels .hotel-item .hotel_pic_wrap .group-hotels-carousel .item figure.hotel_pic{height:230px;line-height:230px}
    section#home-hotels.home-hotels .hotel-item .hotel_pic_wrap .group-hotels-carousel .owl-nav .owl-prev{top:36%}
    section#home-hotels.home-hotels .hotel-item .hotel_pic_wrap .group-hotels-carousel .owl-nav .owl-next{top:36%}
    div#reservation-content .booking-form .form-group div.input-group{margin-bottom:5px}
    div#reservation-content .picker__holder{padding:0 15px!important}
    div#reservation-content .booking-form .form-group div.dropdown{margin-bottom:5px}
    section#hotel-shortcuts.hotel-shortcuts div{padding-left:15px;padding-right:15px}
    section#hotel-shortcuts.hotel-shortcuts div.row{padding:0}
    section#reservation-content{width:100%!important;height:100vh;position:fixed!important;bottom:0!important;left:0!important;right:0!important;top:0!important;z-index:1002!important;display:none}
    section#reservation-content .booking-form{width:100vh;height:100vh;background-color:rgba(0,0,0,0.85)!important}
    section#reservation-content .booking-form .form{margin-top:30vh}
    section#reservation-content .input-group{margin-bottom:5px!important}
    section#reservation-content .booking-form .form-group div.dropdown{margin-bottom:5px!important}
    section#reservation-content .age-of-children{position:relative!important;background-color:transparent!important;border:solid 1px #fff;margin-bottom:15px!important}
    section#reservation-content .booking-form .form-group div.child-age-field{padding:5px 10px!important}
    section#trailer-content.trailer-content h2{font-size:30px;margin:40px 0 10px}
    section#trailer-content.trailer-content h2 span{font-size:18px}
    header.homeheader .languages .btn-default{padding:0 8px!important;height:24px!important;font-size:16px}
    header.homeheader .top-header{position:relative;z-index:999;background-color:#043c5f!important;float:left}
    header.homeheader .bottom-header{position:relative;z-index:99;float:left;width:100%;}
    header.homeheader .languages .dropdown-menu{background:#043c5f;min-width:50px}
    header.homeheader .languages .dropdown-menu a{color:#fff}header.homeheader .mobilebg1{background-color:#043c5f!important}
    header.homeheader .mobnavcol{padding:0}header.homeheader .mobnavcol #navigation-menu{background-color:#043c5f!important}
    header.homeheader ul#navigation-menu.navbar-nav li ul.dropdown-menu{background-color:transparent!important}
    header.homeheader ul#navigation-menu.navbar-nav li ul.dropdown-menu li a:before{content:"\f105"!important;font-family:FontAwesome;font-style:normal;font-weight:400;text-decoration:inherit;color:#fff;font-size:18px;padding-right:.5em}
    header.homeheader ul#navigation-menu.navbar-nav li ul.dropdown-menu li:last-child{border:none!important}
    section#trailer-content.trailer-content h2 em{margin:auto auto 10px}
    section#hotel-rooms.hotel-rooms .room-item .room_pic_wrap .hotel-rooms-carousel .item figure.room_pic{height:280px}
    section#hotel-rooms.hotel-rooms .room-item .room_pic_wrap .hotel-rooms-carousel .item figure.room_pic span{width:100%;font-size:20px}
    section#hotel-shortcuts.hotel-shortcuts .hotel-shortcut-item .item figure.shortcut_pic_wrap{height:280px;line-height:290px}
    section#page-content.page-content .contact-container .hotel-contact .photo-cover .overlay .contactInfos span{font-size:15px}
    section#page-content.page-content .contact-container .hotel-contact .photo-cover .overlay{background:rgba(0,0,0,0.7)}
    section#page-content.page-content .contact-container .sm a.main-info{font-size:1.2em}
    header.homeheader .head-groupbtn{position:absolute!important;right:100px;top:20px;margin:0;border:solid 1px #fff}
    header.homeheader .head-groupbtn ul{min-height:27px!important}header.homeheader .head-groupbtn ul li{height:27px;line-height:27px}
    header.homeheader .head-groupbtn ul li a{padding:0 4px;height:27px;line-height:27px;font-size:20px}
    section#cover.cover h2{padding:15px 0}header.homeheader .languages{margin:0!important;border:solid 1px #000}
    header#subheader.homeheader .languages .btn-default{color:#000}header.homeheader ul#navigation-menu.navbar-nav li{margin:0!important}
    section#hotel-rooms.hotel-rooms .room-item .room_pic_wrap .room_desc_home{width:100%}
    section#hotel-rooms.hotel-rooms .room-item{padding:0}section#slider .anim-mouse{bottom:0}
    section#slider .anim-mouse .scrollto{padding:0 10px;height:44px}
    section#slider #slide .slideText{bottom:15%;left:0;right:0;text-align:center;margin:0}
    section#slider #slide .slideText img{height:80px}section#slider #slide .slideText h2{font-size:1.6em}
    section#hotel-rooms.hotel-rooms .room-item .room_detail_desc h3{font-size:26px}}
    @media only screen and (min-width: 481px) and (max-width: 1024px){
        header.homeheader ul#navigation-menu.navbar-nav a{font-size:12px}}
        @media only screen and (min-width: 481px) and (max-width: 768px){
            section#page-content.page-content .categories-menu-sub{top:auto;position:relative;left:auto}
            section#page-content.page-content .categories-menu-sub ul{top:auto;position:relative;left:auto}
            header.homeheader .navbar-brand img.group-logo{height:45px}
            section#reservation-content{width:100vh;height:100vh;position:fixed!important;bottom:0;left:0;right:0;top:0;z-index:1002!important;display:none}
            section#reservation-content .booking-form{width:100vh;height:100vh;background-color:rgba(0,0,0,0.85)!important}
            section#reservation-content .booking-form .form{margin-top:30vh}
            section#reservation-content .input-group{margin-bottom:5px!important}
            section#reservation-content .booking-form .form-group div.dropdown{margin-bottom:5px!important}
            section#reservation-content .age-of-children{position:relative!important;background-color:transparent!important;border:solid 1px #fff;margin-bottom:15px!important}
            section#reservation-content .booking-form .form-group div.child-age-field{padding:5px 10px!important}
            .sub-page-wrap div{padding:0}header{position:relative!important;width:100%;background:#FFF}
            header.homeheader .navbar-default{background-color:#043c5f!important;color:#000}
            header.homeheader .navbar-default .navbar-toggle{margin-top:15px!important}
            header.homeheader .navbar-default .navbar-collapse{width:100%;border:none;margin-top:0!important;padding-top:0}
            header.homeheader #navigation-menu{width:100%;margin:0;padding:0}
            header.homeheader #navigation-menu li{width:100%;border-bottom:solid 1px #DDD}
            header.homeheader #navigation-menu li:last-child{border:none}
            header.homeheader .navigation .nav>li>a{width:100%;text-align:center;padding:10px 0!important}
            header.homeheader .navbar-header{width:100%}header.homeheader ul#navigation-menu.navbar-nav{width:100%;margin:0}
            header.homeheader .navigation-bottom{background:none}header.homeheader .navigation{display:inline-block;width:100%}
            header.homeheader ul#top-nav-menu.navbar-nav{float:left;width:100%;text-align:center;display:inline-block}
            header.homeheader ul#top-nav-menu.navbar-nav li{width:auto;display:inline-block}section#slider{margin:0}
            section#page-content.page-content .product-detail-content .prod-info h2{margin:10px 0 15px!important}
            section#page-content.page-content .product-detail-content .prod-info .price{margin:15px 0 0}}
            @media only screen and (min-width: 768px) and (max-width: 1024px){
                section#page-content.page-content .product-detail-content .prod-info .price{float:right!important;margin-right:50px}
                header.homeheader ul#navigation-menu.navbar-nav{width:100%;float:left;margin:0}
                section#slider #slide{max-height:440px}
                section#slider .carousel-fade .carousel-inner .item{height:440px;max-height:440px}
                section#workmachines-content.workmachines-content .info-container span.angle{margin:40px 15px 15px}
                section#machinebrands-content.machinebrands-content .info-container span.angle{margin:40px 15px 15px}}
                @media only screen and (max-width: 320px){footer .copyright{font-size:12px}}
                @media only screen and (min-width: 768px){header.smaller{min-height:inherit!important;transition:all .5s ease-in-out;-webkit-transition:all .5s ease-in-out;-moz-transition:all .5s ease-in-out;-o-transition:all .5s ease-in-out;background-color:rgba(0,0,0,0.70)!important;box-shadow:0 0 6px 0 #333}
                header.smaller .languages{transition:all .5s ease-in-out;-webkit-transition:all .5s ease-in-out;-moz-transition:all .5s ease-in-out;-o-transition:all .5s ease-in-out;color:#fff!important}
                header.smaller ul#navigation-menu.navbar-nav{margin-top:0;margin-bottom:0;transition:all .5s ease-in-out;-webkit-transition:all .5s ease-in-out;-moz-transition:all .5s ease-in-out;-o-transition:all .5s ease-in-out}header.smaller .languages .btn-default{color:#fff!important}header.smaller ul#navigation-menu.navbar-nav a{color:#fff!important}header.smaller .navbar-brand img{height:90px;transition:width .5s ease-in-out;-webkit-transition:width .5s ease-in-out;-moz-transition:width .5s ease-in-out;-o-transition:width .5s ease-in-out}header.smaller .navbar-header{height:auto;transition:all .5s ease-in-out;-webkit-transition:all .5s ease-in-out;-moz-transition:all .5s ease-in-out;-o-transition:all .5s ease-in-out}header.smaller .nav-icon{display:none;transition:all .5s ease-in-out;-webkit-transition:all .5s ease-in-out;-moz-transition:all .5s ease-in-out;-o-transition:all .5s ease-in-out}}@media only screen and (min-width: 481px) and (max-width: 1440px){section#reservation-content{top:25%!important}}
    @media only screen and (min-width: 1024px) and (max-width: 1220px){
        header.homeheader ul#navigation-menu.navbar-nav a{font-size:14px}
    }

    @media only screen and (min-width: 769px) and (max-width: 1367px){
        section#page-content.page-content .home-product-list .product-box .price .actual-price{width:100%}
       section#page-content.page-content .home-product-list .product-box .price .addBasketBtn{width:100%}
    }
    @media only screen and (min-width: 481px) and (max-width: 1024px){
        section#page-content.page-content .product-list .products .product-box{width:48%}
        section#page-content.page-content .gallery-photos a.photo-item{height:280px}
        section#slider .carousel-fade .carousel-inner .item .slide-text p{font-size:16px}
        #jpreOverlay{background-size:25% 20%!important}header.homeheader .navbar-brand{margin:5px 0}}
    @media only screen and (min-width: 1024px) and (max-width: 1440px){
            section#page-content.page-content .gallery-photos a.photo-item{height:320px}
    }


@media only screen and (min-width: 766px) {
  body {
      padding-top: 99px;
  }

}
@media only screen and (max-width: 767px) {
  .header.homeheader .navbar-brand {
      margin: 0px !important;
  }
}

@media only screen and (max-width: 480px) {
  header#homeheader ul#navigation-menu.navbar-nav {
    width: 100%;
  }

}

@media only screen and (max-width: 800px){
header.homeheader .navbar-brand {
        margin: 10px 0px !important;
}
/*header.homeheader {
    margin-top: -58px;
}*/

}