body {
  color: #192a50;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 16px;
  font-weight: normal;
  background-color: #fff;
  line-height: 1.71;
}
h1,
h2,
h3 {
  font-family: 'Roboto', sans-serif;
  margin: 5px 0px;
  font-size: 50px;
  font-weight: bold;
}
h1 {
  margin: 30px 0px;
}
h2 {
  font-size: 40px;
  font-weight: 300;
  font-stretch: condensed;
  text-align: left;
  margin: 20px 0px;
}
h2.italic {
  font-style: italic;
}
h2.packet {
  font-size: 30px;
  font-weight: bold;
  text-align: center;
  color: #ffffff;
  text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.8);
  text-transform: uppercase;
}
h2.packet .text {
  font-weight: 300;
  font-stretch: condensed;
}
h3 {
  font-size: 25px;
  font-weight: bold;
  font-stretch: condensed;
  text-align: left;
}
.p4 {
  font-size: 26px;
  font-stretch: condensed;
  text-align: left;
}
.p5 {
  font-size: 26px;
  font-weight: 300;
  font-style: italic;
  font-stretch: condensed;
  text-align: left;
}
.p6 {
  font-size: 14px;
  font-weight: 300;
  text-align: left;
}
.p7 {
  font-size: 14px;
  font-weight: 300;
  font-stretch: condensed;
  text-align: left;
  color: #fff;
  margin: 10px 0px;
}
a,
a:visited {
  color: #2fa8ff;
  cursor: pointer;
}
a:hover {
  text-decoration: none;
  color: #192a50;
}
.container-fluid.no-padding {
  padding-left: 0px;
  padding-right: 0px;
  position: relative;
}
.no-margin {
  margin: 0px;
}
.mt20 {
  margin-top: 20px;
}
.contentsdata.with-margin {
  margin: 30px 3%;
}
.form-control {
  background-color: #fff;
  border-radius: 0px;
  color: #000;
  font-size: 18px;
  height: 60px;
}
.form-control::-webkit-input-placeholder {
  color: #acbbd7;
}
.form-control:-moz-placeholder {
  color: #acbbd7;
  opacity: 1;
}
.form-control::-moz-placeholder {
  color: #acbbd7;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #acbbd7;
}
select.form-control {
  background: url('/assets/img/arrow_sel.png') no-repeat right;
  background-color: #fff;
  -moz-appearance: none;
  border-radius: 3px;
  -webkit-appearance: none;
  appearance: none;
  padding-left: 5px;
}
select.form-control option {
  color: #000;
  background-color: #fff;
}
.has-feedback-left .form-control {
  padding-left: 40px;
}
.has-feedback-left i {
  left: 0;
  top: 15px;
}
.modal {
  z-index: 20001;
}
.modal-content {
  border-radius: 0px;
}
.infront {
  z-index: 3;
}
.btn.btn-primary {
  font-family: 'Roboto', sans-serif;
  text-shadow: none;
  font-weight: bold;
  border: none;
  line-height: 55px;
  vertical-align: middle;
  border-radius: 0px;
  padding: 0px 20px;
  font-size: 16px;
  text-transform: uppercase;
  color: #fff;
  background-color: #2fa8ff;
}
.btn.btn-secondary {
  font-family: 'Roboto', sans-serif;
  text-shadow: none;
  border: none;
  height: 55px;
  text-transform: uppercase;
  color: #fff;
  border-radius: 0px;
  vertical-align: middle;
  line-height: 55px;
  padding: 0px 20px;
  background-color: #192a50;
}
.btn.bigger {
  min-width: 300px;
}
.tooltip .tooltip-inner {
  background: #fff;
  color: #000;
}
.tooltip .tooltip-arrow {
  border-top-color: #fff;
}
.progress {
  width: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
}
.error {
  color: red;
}
.divider {
  width: 273px;
  border-bottom: 2px solid rgba(255, 255, 255, 0.2);
  margin: 15px 0px;
}
.divider-small {
  width: 100%;
  border-style: solid;
  border-width: 1px;
  border-image-source: linear-gradient(to right, rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0));
  border-image-slice: 1;
  margin: 25px 0px;
}
button:focus {
  outline: 0;
}
.carousel-inner > .item > a > img,
.carousel-inner > .item > img {
  -webkit-filter: blur(0px) !important;
  -moz-filter: blur(0px) !important;
  -o-filter: blur(0px) !important;
  -ms-filter: blur(0px) !important;
  filter: blur(0px) !important;
}
.additional .btn {
  width: 100%;
}
.panel-group {
  border: 1px solid #192a50;
}
.panel-group .panel {
  border-radius: 0px;
  border-color: #192a50;
}
.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top: 0px;
}
.panel-group .panel + .panel {
  margin-top: 0px;
}
.panel-default > .panel-heading {
  background-color: #f6f6f6;
  color: #192a50;
}
.panel-default > .panel-heading h4 a {
  color: #192a50;
  font-weight: bold;
  display: flex;
}
.panel-default > .panel-heading h4 a img.normal {
  display: none;
}
.panel-default > .panel-heading h4 a.collapsed img.normal {
  display: block;
}
.panel-default > .panel-heading h4 a.collapsed img.reverse {
  display: none;
}
.panel-default > .panel-heading a img {
  margin-left: auto;
}
.panel-default > .panel-heading a img.reverse {
  transform: rotate(180deg);
}
.panel-default > .panel-collapse {
  background-color: #f6f6f6;
}
.checkbox,
.checkbox label {
  margin: 0px;
  padding: 0px;
}
.panel-default .add {
  margin: 20px 0px;
}
.panel-default .add .price {
  color: #2fa8ff;
}
.checkbox label:after {
  content: '';
  display: table;
  clear: both;
}
.checkbox .cr {
  position: relative;
  display: inline-block;
  border: 1px solid #192a50;
  width: 1.3em;
  height: 1.3em;
  float: left;
  margin-right: .5em;
}
.checkbox .cr .cr-icon {
  position: absolute;
  font-size: .8em;
  line-height: 0;
  top: 50%;
  left: 20%;
}
.checkbox label input[type="checkbox"] {
  display: none;
}
.checkbox label input[type="checkbox"] + .cr > .cr-icon {
  opacity: 0;
}
.checkbox label input[type="checkbox"]:checked + .cr {
  background-color: #2fa8ff;
  border: 1px solid #2fa8ff;
  color: #fff;
}
.checkbox label input[type="checkbox"]:checked + .cr > .cr-icon {
  opacity: 1;
}
.checkbox label input[type="checkbox"]:disabled + .cr {
  opacity: .5;
}
/* header */
header {
  background-color: #fff;
  height: 156px;
  position: sticky;
  width: 100%;
  z-index: 20000;
  top: 0px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
header.scrolled {
  background-color: #fff;
  border-bottom: 1px solid #192a50;
  height: 85px;
}
header .container {
  position: relative;
  z-index: 2000;
}
header .logo-holder {
  text-align: center;
}
header .logo {
  width: 250px;
  position: relative;
  padding: 30px 0px;
  margin: 0 auto;
  vertical-align: middle;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
header.scrolled .logo {
  width: 150px;
  padding: 10px 0px;
}
header .logo a {
  vertical-align: middle;
  display: inline-block;
}
header .logo img {
  max-width: 250px;
}
header .menu {
  vertical-align: middle;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
header .menubar {
  position: absolute;
  top: 40px;
  right: 10px;
}
header.scrolled .menubar {
  top: 20px;
}
header.scrolled .logo img {
  max-width: 150px;
}
header .menubar .fa-bars {
  vertical-align: middle;
  font-size: 26px;
  color: #1f3765;
}
header .menubar .fa-bars:hover,
header .menubar .fa-bars:visited {
  border-bottom: none !important;
}
header .menucont {
  padding: 0px;
}
header .menu ul,
header .menubar {
  vertical-align: middle;
  display: inline-block;
}
header .menu ul {
  display: flex;
  margin: 0px;
}
header .menu ul > li {
  flex: 1;
  text-align: center;
  height: 40px;
  text-overflow: ellipsis;
  white-space: nowrap;
}
header .menu ul > li > a > img {
  height: 20px;
}
header.scrolled .menu ul > li {
  height: 32px;
}
header .menu ul > li:hover {
  border-bottom: 5px solid #192a50;
}
header .menu a,
header .menubar a {
  margin: 0px 10px;
  color: #192a50;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 300;
  font-stretch: condensed;
}
header .menu .dropdown-menu {
  display: none;
  position: absolute;
  top: 40px;
  left: 0px;
  border: none;
  border-radius: 0px;
  padding: 0px;
  background: none;
  box-shadow: none;
}
header.scrolled .menu .dropdown-menu {
  top: 32px;
}
header .menu .dropdown-menu li {
  display: inline-block;
  height: 50px;
  background: none !important;
}
header .menu .dropdown-menu li:hover {
  border-bottom: none;
}
header .menu .dropdown-menu li a:hover {
  border-bottom: 5px solid #fff;
}
header .menu .dropdown-menu li a {
  padding: 15px 30px 10px;
  color: #fff;
  text-decoration: none;
  font-size: 14px;
  font-weight: 300;
  font-stretch: condensed;
  text-align: left;
  text-transform: none;
}
header .menu .dropdown-menu li a:hover {
  background: none !important;
}
header .menu li {
  padding: 0px 10px;
}
header .menu li:hover .dropdown-menu {
  display: block;
}
header .menu .submenuback {
  background-color: rgba(31, 55, 101, 0.9);
  height: 50px;
  display: none;
  position: absolute;
  top: 40px;
  left: 0px;
  width: 100%;
}
header.scrolled .menu .submenuback {
  top: 32px;
}
header .menu li:hover .submenuback {
  display: block;
}
header .logo-holder .langrow {
  text-align: right;
  line-height: 40px;
  position: absolute;
  top: 35px;
  left: 10px;
}
header .logo-holder .langrow a {
  margin: 10px 10px 0px 10px;
}
header.scrolled .logo-holder .langrow {
  top: 15px;
}
header .logo-holder .langrow select {
  font-family: 'Roboto Condensed', sans-serif;
  width: 70px;
  height: 40px;
  vertical-align: middle;
  font-size: 16px;
  background: url('/assets/img/arrow_sel_white.png') no-repeat right;
  background-color: #192a50;
  border: 1px solid #192a50;
  -moz-appearance: none;
  border-radius: 0px;
  -webkit-appearance: none;
  padding-left: 5px;
  text-indent: 1px;
  text-overflow: '';
  color: #fff;
  font-size: 14px;
  font-weight: 300;
}
header .logo-holder .langrow select option {
  color: #fff;
  background-color: #192a50;
}
@media (max-width: 992px) {
  header {
    background-color: #fff;
    height: 100px;
  }
  header.scrolled {
    height: 70px;
  }
  header .logo,
  header.scrolled .logo {
    padding-top: 20px;
  }
  /*header .menu, header .menubar { line-height: 70px; }*/
  header .menu .dropdown-menu {
    top: 42px;
  }
}
.rightcanvas {
  position: fixed;
  height: 100%;
  overflow: scroll;
  -webkit-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
  width: 100%;
  background: #192a50;
  z-index: 20490;
}
.rightcanvas {
  top: -1250px;
}
.rightcanvas.active {
  top: 0px;
}
.rightcanvas ul li {
  padding: 10px 0 0 0;
}
.rightcanvas li.upper {
  text-transform: uppercase;
}
.rightcanvas > ul > li > ul {
  margin-left: 30px;
}
.rightcanvas ul li .fa-bars {
  font-size: 30px;
}
.rightcanvas ul li a {
  font-weight: 500;
  font-size: 17px;
  color: #fff;
}
.rightcanvas p {
  font-size: 17px;
  color: #fff;
}
.rightcanvas .langrow select {
  background-color: #fff;
}
.rightcanvas .langrow select option {
  color: #fff;
}
.rightcanvas .logo a {
  width: 100%;
  text-align: center;
}
.rightcanvas .logo img {
  max-width: 250px;
  margin: 30px auto;
}
.rightcanvas .closemenu {
  color: #fff;
  position: absolute;
  top: -20px;
  right: 20px;
}
.rightcanvas .menudivider {
  height: 3px;
  background-color: #2fa8ff;
  width: 100%;
}
.slider {
  position: relative;
  margin-bottom: 0px;
  margin-top: 120px;
}
.slider .slider-shadow {
  position: absolute;
  bottom: 0px;
}
.slider .slider-shadow.bottom {
  height: 100px;
  width: 100%;
  background-color: transparent;
  /*background: linear-gradient(to bottom, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%); */
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.37) 24%, #ffffff 64%);
}
.slider .slider-shadow.left {
  left: 0px;
  height: 100%;
  width: 200px;
  background-color: transparent;
  background: linear-gradient(to left, rgba(255, 255, 255, 0) 0%, #ffffff 60%);
}
.slider .slider-shadow.right {
  right: 0px;
  height: 100%;
  width: 200px;
  background-color: transparent;
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, #ffffff 60%);
}
.page .slider {
  margin-top: 0px;
}
.carousel .carousel-caption {
  bottom: 50%;
  text-align: left;
  line-height: 60px;
  left: 16%;
  right: auto;
}
.carousel .carousel-caption-text h2 a,
.carousel .carousel-caption h1 a {
  color: #fff;
  text-shadow: 2px 2px 2px 2px #acbbd7;
}
.carousel .carousel-caption .divider {
  width: 100px;
  display: block;
  margin: 30px 0px;
  border-bottom: 4px solid #192a50;
}
.carousel .carousel-caption .carousel-caption-text a {
  color: #fff;
  font-size: 36px;
}
.carousel .carousel-control img {
  top: 50%;
  position: absolute;
}
.carousel-inner {
  margin: 0px auto;
}
.carousel-inner > .item {
  margin: 0 auto;
  overflow: hidden !important;
}
.carousel-inner > .item ul {
  margin: 0px;
  padding: 0px;
}
.carousel-inner > .item > a > img,
.carousel-inner > .item > img {
  margin: 0px auto;
  -webkit-filter: blur(1px);
  -moz-filter: blur(1px);
  -o-filter: blur(1px);
  -ms-filter: blur(1px);
  filter: blur(1px);
}
.carousel-inner .img-responsive {
  width: 100%;
}
.carousel .solution {
  width: 64px;
  height: 64px;
  margin: 0px;
  background-size: 100% 100% !important;
}
.carousel .btn-primary {
  width: 300px;
  margin-top: 30px;
  font-family: 'Roboto Condensed', sans-serif;
}
.carousel-indicators {
  z-index: -1;
}
@media (max-width: 992px) {
  .carousel .carousel-caption h1 {
    font-size: 24px;
    margin: 30px 0px 0px 0px;
  }
  .carousel .carousel-caption .carousel-caption-text a {
    font-size: 12px !important;
  }
}
@media (max-width: 992px) {
  .slider {
    margin-bottom: 0px;
  }
  .slider .slider-shadow.left {
    width: 30px;
  }
  .slider .slider-shadow.right {
    width: 30px;
  }
  .slider .slider-shadow.bottom {
    height: 30px;
  }
  .slider .carousel .carousel-caption {
    bottom: 1%;
  }
}
.carousel-fade .carousel-inner .item {
  opacity: 0;
  transition-property: opacity;
}
.carousel-fade .carousel-inner .active {
  opacity: 1;
}
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  opacity: 0;
  z-index: 1;
}
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}
.carousel-control {
  z-index: 2;
}
/*
  WHAT IS NEW IN 3.3: "Added transforms to improve carousel performance in modern browsers."
  Need to override the 3.3 new styles for modern browsers & apply opacity
*/
@media all and (transform-3d), (-webkit-transform-3d) {
  .carousel-fade .carousel-inner > .item.next,
  .carousel-fade .carousel-inner > .item.active.right {
    opacity: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .carousel-fade .carousel-inner > .item.prev,
  .carousel-fade .carousel-inner > .item.active.left {
    opacity: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .carousel-fade .carousel-inner > .item.next.left,
  .carousel-fade .carousel-inner > .item.prev.right,
  .carousel-fade .carousel-inner > .item.active {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.col-md-3,
.col-sm-3,
.col-md-6,
.col-sm-6,
.col-md-4,
.col-sm-4 {
  z-index: 2;
}
/*.scrollsection { overflow: hidden; position: relative; }*/
.article-single {
  cursor: pointer;
}
.animated {
  animation-fill-mode: forwards;
  -webkit-animation-fill-mode: forwards;
}
@keyframes hideanimation {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@-webkit-keyframes hideanimation {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes showanimation {
  from {
    background-color: rgba(0, 0, 0, 0);
  }
  to {
    background-color: rgba(0, 0, 0, 0.5);
  }
}
@-webkit-keyframes showanimation {
  from {
    background-color: rgba(0, 0, 0, 0);
  }
  to {
    background-color: rgba(0, 0, 0, 0.5);
  }
}
@keyframes opacityanim {
  from {
    opacity: 0.5;
  }
  to {
    opacity: 0.9;
  }
}
@-webkit-keyframes opacityanim {
  from {
    opacity: 0.5;
  }
  to {
    opacity: 0.9;
  }
}
@media (max-width: 1280px) {
  .slider .carousel .carousel-caption {
    bottom: 40%;
  }
  .carousel .carousel-caption h2 {
    font-size: 30px;
  }
  .carousel .carousel-caption h2 a {
    font-size: 30px;
  }
  .carousel .carousel-caption .divider {
    margin: 15px 0px 5px 0px;
  }
  .carousel .carousel-caption .carousel-caption-text a {
    font-size: 30px;
  }
}
@media (max-width: 992px) {
  .slider {
    margin-top: 70px;
  }
  .slider .carousel .carousel-caption {
    bottom: 1%;
  }
  .carousel .carousel-caption {
    font-size: 20px;
    bottom: 35%;
    line-height: 22px;
  }
  .carousel .carousel-caption h2 {
    font-size: 20px;
  }
  .carousel .carousel-caption h2 a {
    font-size: 20px;
  }
  .carousel .carousel-caption .divider {
    margin: 5px 0px;
  }
  .carousel .carousel-caption .carousel-caption-text a {
    font-size: 20px;
  }
  .carousel .carousel-control {
    display: none;
  }
  .article-single {
    margin-top: 30px;
  }
}
.carousel-control:focus,
.carousel-control:hover {
  animation-name: opacityanim;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  -webkit-animation-name: opacityanim;
  -webkit-animation-duration: 1s;
  -webkit-animation-fill-mode: forwards;
}
/* footer */
footer {
  color: #fff;
  position: relative;
}
footer .footer-north {
  background-color: #192a50;
  padding: 35px 0px;
  color: #fff;
}
footer .footer-north .p6 {
  font-weight: bold;
  text-transform: uppercase;
  padding: 10px 0px;
  border-bottom: 1px solid;
  border-image-source: linear-gradient(to right, #2fa8ff, #1f3765);
  border-image-slice: 1;
}
footer .footer-north li a {
  color: #acbbd7;
}
footer .footer-north li a:hover {
  color: #fff;
}
footer .footer-north .services {
  text-align: left;
  margin-top: 20px;
}
footer .footer-north .services img {
  margin: 10px 7px 30px 7px;
  height: 25px;
}
footer .footer-north .casinos {
  margin-top: 30px;
}
footer .footer-north .casinos div {
  border-right: 1px solid #373737;
  line-height: 75px;
  vertical-align: center;
  text-align: center;
}
footer .footer-north .casinos div:last-child {
  border-right: none;
}
footer .links a {
  margin: 0px 10px;
  display: inline-block;
  width: 50px;
  height: 50px;
}
footer .input-group-addon {
  border: none;
  border-radius: 0px;
  line-height: 18px;
  text-align: right;
  white-space: inherit;
  width: 130px !important;
}
footer .form-control {
  background-color: #fff;
  border-radius: 0px;
  border: none;
  height: 60px;
  line-height: 60px;
}
footer .input-group {
  min-width: 200px;
}
footer .btn {
  margin-left: -5px;
  height: 60px;
  line-height: 60px;
  min-width: 80px;
}
footer .p6.footer {
  color: #acbbd7;
  text-align: center;
  margin: 0px;
}
footer .subscribe .p6 {
  font-weight: 300;
  text-transform: none;
  border-bottom: none;
  color: #acbbd7;
}
footer .touristagency {
  margin-top: 50px;
}
footer .temp {
  font-size: 20px;
  font-weight: 300;
  font-stretch: condensed;
  line-height: 2;
  text-align: left;
  color: #fff;
}
footer .social a {
  margin-right: 10px;
  display: inline-block;
  color: #f6f6f6;
}
footer .viber {
  margin-bottom: 10px;
}
@media (max-width: 992px) {
  footer .company-contact li {
    text-align: center;
  }
  .subscribe .form-inline {
    width: 340px;
    margin: 0px auto;
  }
  .subscribe .btn.btn-action {
    float: left;
  }
  .subscribe .input-group {
    float: left;
  }
  footer .btn {
    min-width: 100px;
  }
  footer .input-group {
    min-width: 170px;
  }
  footer .input-group .form-control {
    width: 230px;
  }
}
footer .footer-south {
  background-color: #192a50;
  color: #acbbd7;
  padding: 15px 0px 15px 0px;
  text-align: center;
}
/* pagination  */
.paginationcontainer {
  background-color: #fff;
  color: #192a50;
  text-align: center;
}
.pagination li {
  width: 30px;
  margin: 0px 20px 0px 0px;
  float: left;
  line-height: 35px;
  vertical-align: middle;
  text-align: center;
}
.pagination li img {
  display: inline-block;
  height: 20px;
  width: 16px;
}
.pagination li a,
.pagination li span,
.pagination li a:hover,
.pagination li span:hover {
  float: none;
  font-size: 26px;
  border: none;
  background-color: #fff;
  color: #192a50;
  cursor: pointer;
}
.pagination li a.inactive,
.pagination li span.inactive {
  color: #192a50;
}
.loadmask {
  z-index: 100;
  position: absolute;
  top: 0;
  left: 0;
  -moz-opacity: 0.5;
  opacity: .50;
  filter: alpha(opacity=50);
  background-color: #CCC;
  width: 100%;
  height: 100%;
  zoom: 1;
}
.loadmask-msg {
  z-index: 200001;
  position: absolute;
  top: 0;
  left: 0;
  padding: 2px;
}
.loadmask-msg div {
  padding: 5px 10px 5px 25px;
  background: url('/images/admin/loading.gif') no-repeat 5px 5px;
  line-height: 16px;
  color: #222;
  font: normal 11px tahoma, arial, helvetica, sans-serif;
  cursor: wait;
}
.masked {
  overflow: hidden !important;
}
.masked-relative {
  position: relative !important;
}
.masked-hidden {
  visibility: hidden !important;
}
.contact .btn-primary {
  min-width: 150px;
}
.contact .form-group i {
  color: #192a50;
  margin-top: 0px;
}
.contact .form-group input[type="text"].form-control,
.contact .form-group input[type="email"].form-control {
  height: 40px;
}
.contact .container.form {
  margin: 20px auto;
}
/*
.contentsdata { margin: 120px 0px 30px 0px; }
@media (max-width: 992px )
{
	.contentsdata { margin-top: 70px; }
}

.page { margin-top: 156px; }
@media (max-width: 992px )
{
	.page { margin-top: 100px; }
}
*/
/* homepage */
.parallax {
  position: relative;
  z-index: 1;
}
.parallax .parallax-img {
  text-align: center;
  width: 100%;
  overflow: hidden;
  position: relative;
  height: 300px;
}
.parallax .parallax-img img {
  margin: 0 auto;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: -1;
  width: 100%;
}
.parallax .parallax-text a,
.parallax .parallax-text a:visited {
  color: #fff;
}
.parallax .parallax-text {
  text-align: right;
  padding-top: 10%;
}
.parallax .parallax-text h2 {
  font-size: 46px;
  text-transform: uppercase;
}
.parallax .parallax-text p {
  font-size: 20px;
}
@media (max-width: 992px) {
  .homepage .jackpot-container {
    top: 0px;
  }
  .parallax .parallax-text h2 {
    font-size: 26px;
  }
  .parallax .parallax-text .divider {
    margin: 5px 0px;
  }
  .parallax .parallax-text p {
    font-size: 14px;
  }
  .parallax .container {
    margin-top: 100px;
  }
}
.homepage {
  margin-top: 0px;
}
.homepage .centerblock {
  color: #fff;
  background-color: #192a50;
  position: relative;
  min-height: 450px;
}
.homepage .centerblock .padding {
  padding: 3% 3% 0 3%;
}
.homepage .centerblock .city {
  margin-bottom: -1px;
}
.homepage .centerblock .women {
  margin-bottom: -1px;
  position: absolute;
  bottom: 0px;
  right: 10%;
  max-width: 600px;
  z-index: 2;
}
.homepage .centerblock .center-content p {
  margin: 30px 0px;
  z-index: 3;
  position: relative;
}
.homepage .centerblock .center-content .btn {
  min-width: 200px;
}
@media (max-width: 1280px) {
  .homepage .centerblock .women {
    max-width: 300px;
  }
}
@media (max-width: 992px) {
  .homepage .centerblock .women {
    max-width: 100px;
  }
}
.homepage .custom-items > div {
  text-align: center;
  min-height: 400px;
  padding: 40px;
  background-size: 100%;
  background-repeat: no-repeat;
  cursor: pointer;
}
.homepage .custom-items > div .lower {
  margin: 0px auto;
  position: absolute;
  bottom: 15%;
  left: 0px;
  width: 100%;
  color: #fff;
}
.homepage .custom-items > div .lower h3 {
  font-size: 30px;
  font-weight: 400;
  text-shadow: 2px 2px 2px #000;
}
.homepage .custom-items > div .lower h3,
.homepage .custom-items > div .lower .p5 {
  text-align: center;
}
.homepage .custom-items > div .shadow {
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0px;
  left: 0px;
  background-image: linear-gradient(to bottom, rgba(19, 34, 66, 0.8), rgba(31, 55, 101, 0), rgba(31, 55, 101, 0)), linear-gradient(to top, rgba(17, 35, 71, 0.8), rgba(31, 55, 101, 0), rgba(31, 55, 101, 0));
}
@media (max-width: 1280px) {
  .homepage .custom-items > div {
    background-size: 100%;
    min-height: 300px;
  }
}
@media (max-width: 992px) {
  .homepage .custom-items > div {
    background-size: auto 100%;
    min-height: 300px;
  }
}
.homepage .lowerblock {
  padding: 30px 3%;
  text-align: center;
}
.homepage .lowerblock img {
  margin: 0px auto;
}
.homepage .lowerblock h2 {
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 2px;
}
.one-article .btn-secondary {
  float: right;
}
.homepage .blog-articles {
  padding: 30px;
}
.homepage .blog-articles .one-article {
  margin: 0px 0px;
}
.homepage .blog-articles h2 {
  text-align: left;
  margin: 20px 0px 20px 0px;
  font-size: 20px;
}
.homepage .products-articles {
  margin-top: 30px;
}
.homepage .products-articles h2 {
  text-align: left;
  margin: 0px 0px 20px 0px;
}
.navigatorcont {
  margin-top: 0px 0px 30px 0px;
}
.navigatorcont .navigator {
  margin: 20px 0px;
  text-align: center;
  width: 100%;
}
.navigatorcont .navigator > a {
  width: 8px;
  height: 8px;
  display: inline-block;
  background-color: #acbbd7;
  margin-left: 16px;
}
.navigatorcont .navigator > a.active {
  background-color: #192a50;
}
/*.homepage .blog-articles .one-article:nth-child(even) { background: @backgray; }*/
.homepage .main-image h1 {
  position: absolute;
  top: 70%;
  left: 5%;
  color: #fff;
  text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.8);
}
@media (max-width: 992px) {
  .homepage .blog-articles {
    padding: 10px;
  }
  .homepage .blog-articles h2 {
    margin: 20px 0px 20px 0px;
  }
  .homepage .blog-articles .one-article > div > div {
    margin-bottom: 30px;
  }
  .homepage .main-image h1 {
    top: 30px;
  }
}
.homepage .blog-post {
  padding: 20px;
}
.homepage .blog-post .tags {
  padding-top: 20px;
}
.homepage .blog-post .tags a {
  padding: 3px 5px;
  border-radius: 5px;
  background-color: rgba(25, 42, 80, 0.2);
  color: #fff;
}
.homepage .blog-post h2 {
  margin: 0px 0px 30px;
}
.homepage .blog-post .date {
  margin-bottom: 20px;
  border-bottom-style: solid;
  border-width: 1px;
  border-image-source: linear-gradient(to right, #2fa8ff, #1f3765);
  border-image-slice: 1;
}
.homepage .blog-divider {
  margin: 50px 0px;
  border: solid 1px #e4e4e4;
  width: 100%;
}
.homepage .blog-articles .btn {
  margin-top: 20px;
}
.container-fluid.products {
  /*margin-left: 30px; margin-right: 30px;*/
  margin-top: 30px;
}
.container-fluid.products .product {
  position: relative;
  margin-bottom: 30px;
  min-height: 400px;
  color: #fff;
  text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.8);
  display: flex;
  justify-content: center;
  overflow: hidden;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 140px;
}
.container-fluid.products .product h2,
.homepage .container-fluid.products .product h3 {
  text-align: center;
}
.container-fluid.products .product .shadow {
  z-index: 2;
  background-color: rgba(31, 55, 101, 0.8);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  opacity: 0;
}
.container-fluid.products .product:hover .shadow {
  animation-name: fadein;
  animation-duration: 1s;
  animation-fill-mode: forwards;
}
.container-fluid.products .product .inner {
  z-index: 3;
}
.container-fluid.products .product:hover .inner {
  position: relative;
  animation-name: totopsec;
  animation-duration: 1s;
  animation-fill-mode: forwards;
}
.container-fluid.products .product .lower {
  z-index: 4;
  position: absolute;
  bottom: -70%;
  left: 0px;
  width: 100%;
  height: 50%;
  background-color: rgba(255, 255, 255, 0.9);
  text-align: center;
  color: #192a50;
}
.container-fluid.products .product:hover .lower {
  animation-name: totop;
  animation-duration: 1s;
  animation-fill-mode: forwards;
}
.container-fluid.products .product .lower .btn-primary {
  position: relative;
  top: -30px;
  margin: 0px auto;
  width: 100px;
  display: block;
}
.container-fluid.products .product .lower p {
  display: inline-block;
  text-shadow: none;
  text-align: center;
}
.container-fluid.products .product .lower .divider {
  width: 32.4px;
  height: 1px;
  border-style: solid;
  border-width: 1px;
  border-image-source: linear-gradient(to right, #2fa8ff, #1f3765);
  border-image-slice: 1;
  margin: 15px auto 25px;
}
@keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes totop {
  from {
    bottom: -70%;
  }
  to {
    bottom: 0px;
  }
}
@keyframes totopsec {
  from {
    top: 0;
  }
  to {
    top: -100px;
  }
}
.reservation {
  background-image: linear-gradient(to right, #2fa8ff, #1f3765);
  /*background-color: rgba(228, 228, 228, 0.8);*/
  margin: 50px 30px;
  position: absolute;
  top: 70%;
  left: 0px;
  z-index: 200;
  width: calc(100% - 60px);
}
.reservation .form-group {
  margin: 20px;
}
.reservation .form-group.last {
  margin: 15px;
}
.reservation .form-control {
  width: 100%;
  height: 40px;
  background-color: #fff;
  border: none;
}
.reservation .btn-primary {
  width: 100%;
  height: 40px;
  margin-top: 5px;
  line-height: 40px;
}
.reservation .form-group .form-control-feedback {
  line-height: 40px;
  height: 40px;
}
.reservation .form-group .form-control-feedback img {
  margin-right: 5px;
}
.reservation.rest {
  position: relative;
  margin: 0px;
  width: 100%;
}
.reservation.rest > .row {
  margin: 0px;
}
@media (max-width: 992px) {
  .reservation {
    margin: 0px;
    position: relative;
    width: 100%;
  }
}
.reservation.rest .add {
  color: #fff;
  margin: 10px 20px;
  display: block;
}
.product .props {
  background-color: #192a50;
  color: #fff;
  min-height: 120px;
}
.product .props .prop {
  border-style: solid;
  border-width: 1px;
  border-image-source: linear-gradient(to bottom, rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0));
  border-image-slice: 1;
  border-top: 0px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px 0px;
}
.product .props .prop .divider {
  width: 60px;
  height: 1px;
  border-style: solid;
  border-width: 1px;
  border-image-source: linear-gradient(to right, #2fa8ff, #1f3765);
  border-image-slice: 1;
  margin: 15px auto;
}
.product .props .prop > div {
  text-align: center;
}
.product .props .prop p {
  margin: 0px;
  text-align: center;
}
.product .props .prop .btn {
  margin-top: 20px;
  min-width: 200px;
}
.product .center-block {
  padding: 30px;
}
@media (max-width: 992px) {
  .product .center-block {
    padding: 15px;
  }
}
.product .center-block .row.block {
  padding: 30px 0px;
  border-style: solid;
  border-image-source: linear-gradient(to right, #2fa8ff, #1f3765);
  border-image-slice: 1;
  border-width: 0px 0px 1px 0px;
  margin-bottom: 30px;
}
.product .center-block .row.block.last {
  border-bottom: 0;
}
.product .center-block .upgrade {
  margin: 20px 0px;
}
.product .center-block .upgrade .innercontent {
  margin: 20px 0px;
}
.product .center-block .upgrade .innercontent .btn-primary {
  margin: 10px 0px;
}
.product .center-block h1 {
  font-size: 40px;
  margin: 10px 0px;
}
.product .services h2 {
  font-size: 22px;
}
.product .services h2 a {
  display: flex;
}
.product .services h2 a img.normal,
.product .services h2 a img.reverse {
  margin-left: auto;
}
.product .services h2 a img.reverse {
  display: none;
  transform: rotate(180deg);
}
.product .services h2 a.active img.reverse {
  display: block;
}
.product .services h2 a.active img.normal {
  display: none;
}
.product .services .service-text {
  display: none;
}
.product .services .service-text.active {
  display: block;
}
.gallery {
  padding: 0px 0px;
}
.gallery .imgcontainer {
  padding: 10px;
  cursor: pointer;
  background-repeat: no-repeat;
  max-height: 400px;
  overflow: hidden;
}
.gallery .imgcontainer > div {
  position: relative;
}
.gallery .imgcontainer .shadow {
  height: 100%;
  width: 100%;
  position: absolute;
  bottom: 0px;
  left: 0px;
  background-color: rgba(0, 0, 0, 0);
}
.gallery .imgcontainer:hover .shadow {
  animation-name: showanimation;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  -webkit-animation-name: showanimation;
  -webkit-animation-duration: 1s;
  -webkit-animation-fill-mode: forwards;
}
.totop {
  padding: 0px 4.5px;
  z-index: 200000;
  cursor: pointer;
  transform: rotate(180deg);
  width: 30px;
  height: 30px;
  display: block;
  position: fixed;
  bottom: 30px;
  right: 30px;
  border-radius: 30px;
  color: white;
  background-color: #191e44;
  box-shadow: 0px 0px 2px 0px #fff;
}
