@charset "UTF-8";
/* Color */
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 300;
  src: local('Open Sans Light Italic'), local('OpenSans-LightItalic'), url(https://fonts.gstatic.com/s/opensans/v16/memnYaGs126MiZpBA-UFUKWyV-hs.ttf) format('truetype');
}
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 400;
  src: local('Open Sans Italic'), local('OpenSans-Italic'), url(https://fonts.gstatic.com/s/opensans/v16/mem6YaGs126MiZpBA-UFUJ0e.ttf) format('truetype');
}
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 600;
  src: local('Open Sans SemiBold Italic'), local('OpenSans-SemiBoldItalic'), url(https://fonts.gstatic.com/s/opensans/v16/memnYaGs126MiZpBA-UFUKXGUehs.ttf) format('truetype');
}
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 700;
  src: local('Open Sans Bold Italic'), local('OpenSans-BoldItalic'), url(https://fonts.gstatic.com/s/opensans/v16/memnYaGs126MiZpBA-UFUKWiUOhs.ttf) format('truetype');
}
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 800;
  src: local('Open Sans ExtraBold Italic'), local('OpenSans-ExtraBoldItalic'), url(https://fonts.gstatic.com/s/opensans/v16/memnYaGs126MiZpBA-UFUKW-U-hs.ttf) format('truetype');
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 300;
  src: local('Open Sans Light'), local('OpenSans-Light'), url(https://fonts.gstatic.com/s/opensans/v16/mem5YaGs126MiZpBA-UN_r8-VQ.ttf) format('truetype');
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: local('Open Sans Regular'), local('OpenSans-Regular'), url(https://fonts.gstatic.com/s/opensans/v16/mem8YaGs126MiZpBA-U1Ug.ttf) format('truetype');
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 600;
  src: local('Open Sans SemiBold'), local('OpenSans-SemiBold'), url(https://fonts.gstatic.com/s/opensans/v16/mem5YaGs126MiZpBA-UNirk-VQ.ttf) format('truetype');
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  src: local('Open Sans Bold'), local('OpenSans-Bold'), url(https://fonts.gstatic.com/s/opensans/v16/mem5YaGs126MiZpBA-UN7rg-VQ.ttf) format('truetype');
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 800;
  src: local('Open Sans ExtraBold'), local('OpenSans-ExtraBold'), url(https://fonts.gstatic.com/s/opensans/v16/mem5YaGs126MiZpBA-UN8rs-VQ.ttf) format('truetype');
}
body {
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  color: #303030;
}
/* Color */
/* Character style */
h1,
h2,
h3,
h4 {
  font-weight: 700;
}
h1 {
  font-size: 42px;
}
h2 {
  font-size: 38px;
  font-weight: bold;
}
h3 {
  font-size: 32px;
  font-weight: bold;
}
h4 {
  font-size: 28px;
}
h5 {
  font-size: 16px;
  font-weight: bold;
}
@media (max-width: 767px) {
  h2 {
    font-size: 28px;
  }
  h4 {
    font-size: 20px;
  }
}
* {
  font-family: 'Open Sans', sans-serif;
}
.text-white {
  color: #fff;
}
.text-red {
  color: #ED1B24 ;
}
.text-yellow {
  color: #E6E41D;
}
.text-green {
  color: #74B770;
}
/* Background style */
.bg-main-gray {
  background-color: #303030;
}
.bg-drak-gray {
  background-color: #bfc0bb;
}
.bg-light-gray {
  background-color: #ebebeb;
}
.left-minus-6 {
  left: -6px;
}
.position-rela {
  position: relative;
}
.bg-gray-cloud {
  background-color: #3f3f3f !important;
}
.bg-gray-2 {
  background-color: #d3d3d3;
}
.bg-white {
  background-color: #FFFFFF !important;
}
.bg-light-cloud {
  background: #ebebeb url(../images/light-cloud.jpg) center bottom no-repeat;
  background-width: 100%;
}
.bg-blue-green {
  background-color: #9dcdb7;
}
.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
}
.inline {
  display: inline-block !important;
}
.table-cell {
  display: table-cell !important;
}
/* Form */
option {
  color: #000 !important;
}
.home-section {
  background-image: url(../images/header-image2.jpg);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 80vh;
  position: relative;
}
@media (min-width: 1920px) {
  .home-section {
    height: 80vh;
  }
}
@media (min-width: 769px) and (max-width: 1023px) {
  .home-section {
    height: 80vh;
  }
}
@media (max-width: 768px) {
  .home-section {
    height: 55vh;
  }
}
@media (max-width: 651px) {
  .home-section {
    margin-top: 70px;
    height: 80vh;
    background-image: url(../images/header-home-image.jpg) !important;
  }
  .home-section #video {
    display: none;
  }
}
.big-header {
  /*    min-height: 50vh !important;*/
  padding-top: 10%;
  color: #fff;
}
.big-header .title {
  font-weight: 700;
  padding-top: 250px;
  font-size: 76px;
  color: #fff;
}
.big-header .timing {
  font-size: 28px;
}
@media (max-width: 767px) {
  .big-header {
    /*padding-top: 115px !important;*/
  }
  .big-header .timing {
    font-size: 22px;
  }
}
@media (min-width: 992px) and (max-width: 1024px) {
  .big-header {
    padding-top: 10%;
  }
  .big-header .title {
    font-size: 52px;
  }
}
.header-section {
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
  position: relative;
}
.header-section .title {
  font-weight: bold;
  font-size: 76px;
  color: #fff;
}
@media (max-width: 767px) {
  .header-section .title {
    padding-top: 112px !important;
    padding-bottom: 90px !important;
  }
  .header-section .title.plan-trip {
    padding-top: 124px !important;
  }
  .header-section .title.black {
    padding-bottom: 20px !important;
  }
}
@media (min-width: 768px) {
  .header-section .title {
    padding-top: 212px !important;
    padding-bottom: 100px !important;
  }
  .header-section .title.plan-trip {
    padding-top: 224px !important;
  }
  .header-section .title.black {
    padding-bottom: 30px !important;
  }
}
@media (min-width: 992px) and (max-width: 1024px) {
  .header-section .title {
    /*padding-top: 200px;*/
    font-size: 54px;
    word-wrap: break-word;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .header-section {
    /*height: 60vh;*/
  }
  .header-section .title {
    word-wrap: break-word;
    font-size: 54px;
  }
}
@media (max-width: 767px) {
  .header-section {
    margin-top: 80px;
  }
  .header-section .title {
    /*padding-top: 100px;*/
    font-size: 36px;
    padding-left: 5%;
    padding-right: 5%;
    text-align: center;
    word-wrap: break-word;
  }
}
select.select-box {
  height: 45px;
  border: 2px solid #303030;
  color: #303030;
  padding-left: 10px;
  font-size: 16px;
  background: 0 0;
  display: block;
  width: 100%;
  outline: none;
  min-width: 100px;
}
.search-trip {
  text-align: center;
  padding: 100px 0;
}
.search-trip .select-box {
  height: 45px;
  border: 2px solid #303030;
  color: #303030;
  padding-left: 10px;
  font-size: 16px;
  background: 0 0;
  display: block;
  width: 92%;
  outline: none;
}
.search-trip button {
  width: 100%;
}
.search-trip .btn-border {
  border: 2px solid #303030;
  background: transparent;
}
.search-trip .btn-border:hover {
  border: 2px solid #dc3536;
}
@media (max-width: 767px) {
  .search-trip .open > .dropdown-menu {
    width: inherit !important;
  }
  .search-trip .btn-border {
    width: 100%;
  }
  .search-trip .select-box {
    margin-bottom: 15px;
  }
  .search-trip .select-box {
    height: 45px;
    border: 2px solid #303030;
    color: #303030;
    padding-left: 10px;
    font-size: 16px;
    background: 0 0;
    display: block;
    width: 100%;
    outline: none;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .search-trip {
    /*        .btn-border {
                    width: 92%;
                    font-size: 14px;
                    padding-left: 10px;
                }*/
  }
  .search-trip .select-box {
    height: 45px;
    border: 2px solid #303030;
    color: #303030;
    padding-left: 10px;
    font-size: 14px;
    background: 0 0;
    display: block;
    width: 92%;
    outline: none;
    margin-bottom: 10px;
    min-width: 100px;
  }
  .search-trip select.select-box {
    min-width: 150px;
  }
  .search-trip .nav > li > a {
    position: relative;
    display: block;
    padding: 3px 2px;
    font-size: 12px;
  }
}
button#pic_view,
button#list_view {
  position: relative;
}
.view_photo_tour {
  position: absolute;
  top: 9px;
  left: 0px;
  font-size: 9px;
}
.view_list_tour {
  position: absolute;
  top: 10px;
  left: 6px;
  font-size: 12px;
}
.height-44 {
  height: 44px;
}
#load-more-trip {
  color: #fff;
  padding-top: 150px;
  padding-bottom: 300px;
  text-align: center;
  background: #3f3f3f /*url(../images/cloud.png) center bottom no-repeat*/;
}
#load-more-trip .btn-border {
  color: #fff;
  border: 2px solid #fff;
  margin-bottom: 25px;
}
#load-more-trip .btn-border:hover {
  color: #dc3536;
  border: 2px solid #dc3536;
}
#load-more-trip h1 {
  text-align: center;
  font-weight: bold;
}
#load-more-trip ul {
  text-align: center;
  padding-left: 0;
  margin-bottom: 55px;
}
#load-more-trip li {
  list-style: none;
  display: inline-block;
  width: 134px;
  padding-top: 35px;
}
#load-more-trip a {
  color: #fff;
}
#load-more-trip .glyphicon {
  margin-top: 5px;
}
@media (max-width: 768px) {
  #load-more-trip li {
    width: 100px;
  }
  #load-more-trip img {
    width: 65%;
  }
}
#load-more-trip-paging {
  color: #fff;
  padding-top: 150px;
  padding-bottom: 300px;
  text-align: center;
  background: #3f3f3f /*url(../images/cloud.png) center bottom no-repeat*/;
}
#load-more-trip-paging .select_item_per_page {
  display: inline-flex;
}
#load-more-trip-paging .select_item_per_page p {
  margin: auto 0px;
}
#load-more-trip-paging .dropdown-menu {
  min-width: 129px !important;
}
#load-more-trip-paging .select-box-item-per-page {
  height: 34px;
  color: #fff;
  padding-left: 10px;
  font-size: 14px;
  background: 0 0;
  margin-left: 10px;
  display: block;
  background-color: transparent;
  border-color: #fff;
  width: 65px;
  outline: none;
  min-width: 54px;
  border: 2px solid #fff;
}
#load-more-trip-paging .btn-border {
  color: #fff;
  border: 2px solid #fff;
  margin-bottom: 25px;
}
#load-more-trip-paging .btn-border:hover {
  color: #dc3536;
  border: 2px solid #dc3536;
}
#load-more-trip-paging h1 {
  text-align: center;
  font-weight: bold;
}
#load-more-trip-paging ul {
  text-align: center;
  padding-left: 0;
}
#load-more-trip-paging li {
  list-style: none;
  display: inline-block;
  width: 134px;
}
#load-more-trip-paging .glyphicon {
  margin-top: 5px;
}
@media (max-width: 768px) {
  #load-more-trip-paging li {
    width: 100px;
  }
  #load-more-trip-paging img {
    width: 65%;
  }
}
@media (max-width: 640px) {
  #load-more-trip-paging {
    padding-top: 64px;
    padding-bottom: 198px;
  }
}
/* Button */
.btn-border {
  color: #000;
  border: 2px solid #303030;
  border-radius: 0 !important;
  padding: 10px 35px;
  -webkit-transition: color 0.2s ,border 0.2s;
  -moz-transition: color 0.2s ,border 0.2s;
  -o-transition: color 0.2s ,border 0.2s;
  transition: color 0.2s ,border 0.2s;
}
.btn-border-white {
  color: #000;
  background-color: white;
  border: 2px solid white;
  border-radius: 0 !important;
  padding: 10px 35px;
  width: 100%;
  height: 45px;
  font-size: 16px;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .btn-border-white {
    padding: 10px 10px;
  }
}
.btn-white {
  color: #fff;
  background-color: transparent;
  border: 2px solid white;
  border-radius: 0 !important;
  padding: 10px 35px;
  height: 45px;
  font-size: 16px;
  margin-top: 26px;
  margin-right: 26px;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .btn-white {
    padding: 10px 10px;
  }
}
.btn-white:hover {
  color: #000 !important;
  border: 2px solid #000;
}
.btn-promotion {
  color: #000;
  background-color: transparent;
  border: 2px solid #303030;
  border-radius: 0 !important;
  padding: 10px 35px;
  height: 45px;
  font-size: 16px;
  margin-top: 26px;
  margin-right: 26px;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .btn-promotion {
    padding: 10px 10px;
  }
}
.btn-promotion:hover {
  color: #dc3536 !important;
  border: 2px solid #dc3536;
}
.btn-border-cloud {
  color: #fff;
  border: 2px solid #fff;
  border-radius: 0 !important;
  padding: 10px 35px;
  -webkit-transition: color 0.2s ,border 0.2s;
  -moz-transition: color 0.2s ,border 0.2s;
  -o-transition: color 0.2s ,border 0.2s;
  transition: color 0.2s ,border 0.2s;
}
/* Button */
.btn-span {
  color: #000;
  border: 2px solid #303030;
  background: transparent;
  border-radius: 0 !important;
  padding: 10px 31px;
  -webkit-transition: color 0.2s ,border 0.2s;
  -moz-transition: color 0.2s ,border 0.2s;
  -o-transition: color 0.2s ,border 0.2s;
  transition: color 0.2s ,border 0.2s;
}
.ab-spin {
  position: absolute;
}
.btn-transparent {
  background: transparent;
}
.btn-span:hover {
  color: #dc3536 !important;
  border: 2px solid #dc3536;
}
.btn-border:hover {
  color: #dc3536 !important;
  border: 2px solid #dc3536;
}
.btn-border-cloud:hover {
  color: #dc3536 !important;
  border: 2px solid #dc3536;
}
/* Padding */
.no-padding {
  padding: 0 !important;
}
.no-padding-top {
  padding-top: 0 !important;
}
.no-margin {
  margin: 0 !important;
}
.padding-t-0 {
  padding-top: 0 !important;
}
.padding-t-10 {
  padding-top: 10px;
}
.padding-t-15 {
  padding-top: 15px;
}
.padding-t-20 {
  padding-top: 20px;
}
.padding-t-35 {
  padding-top: 35px;
}
.padding-t-50 {
  padding-top: 50px;
}
.padding-t-15 {
  padding-top: 15px;
}
.padding-t-70 {
  padding-top: 70px;
}
.padding-t-100 {
  padding-top: 100px;
}
.padding-t-150 {
  padding-top: 150px;
}
.padding-b-0 {
  padding-bottom: 0 !important;
}
.padding-b-20 {
  padding-bottom: 20px;
}
.padding-b-15 {
  padding-bottom: 15px;
}
.padding-b-30 {
  padding-bottom: 30px;
}
.padding-b-35 {
  padding-bottom: 35px;
}
.padding-b-40 {
  padding-bottom: 40px;
}
.padding-b-50 {
  padding-bottom: 50px;
}
.padding-b-70 {
  padding-bottom: 70px;
}
.padding-b-100 {
  padding-bottom: 100px;
}
.padding-b-110 {
  padding-bottom: 110px;
}
.padding-b-130 {
  padding-bottom: 130px;
}
.padding-b-150 {
  padding-bottom: 150px;
}
.padding-l-10 {
  padding-left: 10px;
}
.padding-l-20 {
  padding-left: 20px;
}
.padding-l-minus-40 {
  padding-left: -40px;
}
.padding-l-35 {
  padding-left: 35px;
}
.padding-l-40 {
  padding-left: 40px;
}
.padding-r-10 {
  padding-right: 10px;
}
.padding-r-5 {
  padding-right: 5px;
}
.no-padding-l {
  padding-left: 0px;
}
/* Margin */
.margin-t-0 {
  margin-top: 0 !important;
}
.margin-t-7 {
  margin-top: 7px;
}
.margin-t-10 {
  margin-top: 10px;
}
.margin-t-15 {
  margin-top: 15px;
}
.margin-t-30 {
  margin-top: 30px;
}
.margin-t-35 {
  margin-top: 35px;
}
.margin-t-50 {
  margin-top: 50px;
}
.margin-b-0 {
  margin-bottom: 0 !important;
}
.margin-b-10 {
  margin-bottom: 10px;
}
.margin-b-15 {
  margin-bottom: 15px;
}
.margin-b-30 {
  margin-bottom: 30px;
}
.margin-b-35 {
  margin-bottom: 35px;
}
.margin-b-50 {
  margin-bottom: 50px;
}
.margin-b-75 {
  margin-bottom: 75px;
}
.margin-b-100 {
  margin-bottom: 100px;
}
.margin-b-150 {
  margin-bottom: 150px;
}
.margin-b-200 {
  margin-bottom: 200px;
}
.margin-l-minus-20 {
  margin-left: -20px;
}
.margin-l-minus-9 {
  margin-left: -9px;
}
.margin-l-minus-10 {
  margin-left: -10px;
}
.margin-l-3 {
  margin-left: 3px;
}
.margin-l-10 {
  margin-left: 10px;
}
.margin-l-18 {
  margin-left: 18px;
}
.height-100 {
  height: 100px;
}
@media (max-width: 768px) {
  .xs-padding-t-50 {
    padding-top: 50px;
  }
  .xs-padding-b-50 {
    padding-bottom: 50px;
  }
}
/* Position */
.push-right {
  float: right;
}
.push-left {
  float: left;
}
.center {
  margin: 0px auto !important;
  max-width: 70%;
}
.push-5-r {
  padding-right: 5px;
}
.push-15-r {
  padding-right: 15px;
}
.push-25-r {
  padding-right: 25px;
}
.push-5-l {
  padding-left: 5px;
}
.push-15-l {
  padding-left: 15px;
}
.push-25-l {
  padding-left: 25px;
}
/*Custom pull- right pull-left*/
.pull-right-not-xs,
.pull-right-not-sm,
.pull-right-not-md,
.pull-right-not-lg {
  float: right;
}
.pull-left-not-xs,
.pull-left-not-sm,
.pull-left-not-md,
.pull-left-not-lg {
  float: left;
}
/* Colomn */
.col-10 {
  width: 10%;
}
.col-15 {
  width: 15%;
}
.col-20 {
  width: 20%;
}
.col-25 {
  width: 25%;
}
.col-30 {
  width: 30%;
}
.col-50 {
  width: 50%;
}
.col-75 {
  width: 75%;
}
.row .col-10,
.row .col-15,
.row .col-20,
.row .col-25,
.row .col-30,
.row .col-75 {
  display: inline-block;
  vertical-align: top;
}
@media (max-width: 767px) {
  .row .col-10,
  .row .col-15,
  .row .col-20,
  .row .col-25,
  .row .col-30 {
    width: 100%;
    padding-right: 20px;
    padding-left: 20px;
    display: block;
  }
}
@media (max-width: 767px) {
  .pull-right-not-xs,
  .pull-left-not-xs {
    float: none;
  }
  .pull-right-xs {
    float: right;
  }
  .pull-left-xs {
    float: left;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .pull-right-not-sm,
  .pull-left-not-sm {
    float: none;
  }
  .pull-right-sm {
    float: right;
  }
  .pull-left-sm {
    float: left;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .pull-right-not-md,
  .pull-left-not-md {
    float: none;
  }
  .pull-right-md {
    float: right;
  }
  .pull-left-md {
    float: left;
  }
}
@media (min-width: 1200px) {
  .pull-right-not-lg,
  .pull-left-not-lg {
    float: none;
  }
  .pull-right-lg {
    float: right;
  }
  .pull-left-lg {
    float: left;
  }
}
/* Stat section */
#stat {
  text-align: center;
  position: relative;
}
#stat .intro {
  font-weight: normal;
  margin-top: 20px;
  margin-bottom: 30px;
  font-size: 20px;
}
@media (max-width: 767px) {
  #stat .intro {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  #stat {
    text-align: center;
    padding-bottom: 0;
  }
  #stat .number {
    font-size: 36px;
    font-weight: bold;
    padding: 0;
  }
  #stat p {
    font-size: 14px;
    padding-top: 5px;
    margin: 0;
  }
}
.number {
  font-size: 32px;
  font-weight: bold;
  margin-bottom: -10px;
}
@media (min-width: 768px) {
  .number {
    font-size: 64px;
    font-weight: bold;
    margin-bottom: -10px;
  }
}
/* Our products section */
#products {
  text-align: center;
  position: relative;
}
#products a.overlay {
  display: table-cell;
  width: 100%;
  height: 100%;
  text-decoration: none;
  vertical-align: middle;
}
#products a.overlay.red:hover {
  background: rgba(227, 18, 18, 0.6);
  transition-duration: 0.3s;
}
#products a.overlay.yellow:hover {
  background: rgba(255, 229, 1, 0.6);
  transition-duration: 0.3s;
}
#products a.overlay.blue:hover {
  background: rgba(0, 81, 165, 0.6);
  transition-duration: 0.3s;
}
#products a.overlay.green:hover {
  background: rgba(73, 176, 118, 0.6);
  transition-duration: 0.3s;
}
@media (max-width: 768px) {
  #products a.overlay.red:hover {
    background: transparent;
  }
  #products a.overlay.yellow:hover {
    background: transparent;
  }
  #products a.overlay.blue:hover {
    background: transparent;
  }
  #products a.overlay.green:hover {
    background: transparent;
  }
}
#products .ribbon {
  display: block;
  width: 120px;
  height: 120px;
  border-radius: 99999px;
  position: absolute;
  top: 25px;
  right: 25px;
  padding-top: 45px;
  line-height: 20px;
  font-size: 18px;
  font-weight: bold;
}
#products .ribbon-yellow {
  background-color: #fef200;
  color: #000;
}
#products .ribbon-green {
  background-color: #00a652;
  color: #fff;
}
.products-container {
  width: 100%;
  overflow: hidden;
}
.product-block {
  display: table;
  min-height: 650px;
  padding: 0;
}
@media (min-width: 768px) {
  .product-block {
    min-height: 550px;
  }
}
@media (max-width: 768px) {
  .product-block {
    min-height: 500px;
  }
}
.product-content h1 {
  color: #303030;
}
.product-content {
  vertical-align: middle;
  color: #fff;
  font-size: 24px;
}
#office {
  background-color: #ebebeb;
  min-height: 800px;
}
#office .map {
  margin-top: -150px;
  position: absolute;
  left: 8%;
}
#office img {
  max-width: 100%;
}
#office .select-box {
  height: 45px;
  border: 2px solid #303030;
  color: #303030;
  padding-left: 10px;
  font-size: 16px;
  background: 0 0;
  display: block;
  width: 100%;
}
@media (max-width: 768px) and (min-width: 451px) {
  #office {
    padding-left: 0;
    text-align: center;
    min-height: 135vh;
  }
  #office .map {
    margin-top: 0 !important;
  }
  #office .map img {
    width: 100%;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  #office {
    min-height: 630px;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  #office {
    min-height: 630px;
  }
  #office .map {
    margin-top: 30px !important;
  }
  #office .map img {
    width: 100%;
  }
}
@media (max-width: 420px) {
  #office {
    min-height: 55vh;
  }
  #office .map {
    margin-top: 0 !important;
  }
}
/* Update section */
#update {
  padding-top: 50px;
  padding-bottom: 50px;
  text-align: center;
  background-color: #fff;
  position: relative;
}
#update .content-what-happen {
  font-size: 18px;
  font-style: normal;
  font-weight: bold;
  /*As Siprang requested 07/07/16*/
}
@media (max-width: 768px) {
  #update .content-what-happen {
    font-size: 16px;
    font-style: normal;
  }
}
#update .about {
  width: 100%;
}
#update .about ul {
  position: relative;
  padding: 0;
  font-size: 0;
}
#update .about li {
  width: 20%;
  display: inline-block;
  height: 450px;
  font-size: 16px;
}
#update .about li a.overlay {
  display: block;
  width: 100%;
  height: 100%;
  text-decoration: none;
  color: #fff;
  padding-top: 75px;
  float: left;
}
#update .about li a.overlay:hover {
  background: rgba(0, 0, 0, 0.1);
  transition-duration: 0.3s;
}
#update .about h4 {
  font-size: 22px;
  height: 45px;
}
#update .about p {
  padding: 0 15px;
}
@media (max-width: 767px) {
  #update .about .xs-h {
    height: 350px !important;
  }
  #update .about ul {
    position: relative;
    padding: 0;
    font-size: 0;
  }
  #update .about li {
    width: 100%;
    display: block;
    height: 250px;
    font-size: 16px;
  }
  #update .about li a.overlay {
    display: block;
    width: 100%;
    height: 100%;
    text-decoration: none;
    color: #fff;
    padding-top: 75px;
    float: left;
  }
  #update .about li a.overlay:hover {
    background: transparent;
    transition-duration: 0.3s;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  #update .about li {
    padding: 0 10px;
  }
  #update .about h4 {
    height: 70px;
    font-size: 20px;
  }
  #update .about p {
    font-size: 14px;
  }
}
#update .about .dark-red {
  background-color: #d65242;
}
#update .about .light-red {
  background-color: #d26155;
}
/* Blog-post section */
.blog-post {
  padding-bottom: 50px;
  text-align: center;
  position: relative;
}
.blog-post .content-what-happen {
  font-size: 18px;
  font-style: normal;
  font-weight: bold;
  /*As Siprang requested 07/07/16*/
}
@media (max-width: 768px) {
  .blog-post .content-what-happen {
    font-size: 16px;
    font-style: normal;
  }
}
.blog-post .about {
  width: 100%;
}
.blog-post .about ul {
  position: relative;
  padding: 0;
  font-size: 0;
}
.blog-post .about li {
  width: 20%;
  display: inline-block;
  height: 450px;
  font-size: 16px;
}
.blog-post .about li a.overlay {
  display: block;
  width: 100%;
  height: 100%;
  text-decoration: none;
  color: #fff;
  padding-top: 75px;
  float: left;
}
.blog-post .about li a.overlay:hover {
  background: rgba(0, 0, 0, 0.1);
  transition-duration: 0.3s;
}
.blog-post .about h4 {
  font-size: 22px;
  height: 45px;
}
.blog-post .about p {
  padding: 0 15px;
}
@media (max-width: 767px) {
  .blog-post .about .xs-h {
    height: 350px !important;
  }
  .blog-post .about ul {
    position: relative;
    padding: 0;
    font-size: 0;
  }
  .blog-post .about li {
    width: 100%;
    display: block;
    height: 250px;
    font-size: 16px;
  }
  .blog-post .about li a.overlay {
    display: block;
    width: 100%;
    height: 100%;
    text-decoration: none;
    color: #fff;
    padding-top: 75px;
    float: left;
  }
  .blog-post .about li a.overlay:hover {
    background: transparent;
    transition-duration: 0.3s;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  .blog-post .about li {
    padding: 0 10px;
  }
  .blog-post .about h4 {
    height: 70px;
    font-size: 20px;
  }
  .blog-post .about p {
    font-size: 14px;
  }
}
.blog-post .about .dark-red {
  background-color: #d65242;
}
.blog-post .about .light-red {
  background-color: #d26155;
}
#about-us {
  text-align: center;
  background-color: #fff;
  position: relative;
}
#about-us .about {
  width: 100%;
}
#about-us .about ul {
  position: relative;
  padding: 0;
  font-size: 0;
}
#about-us .about li:first-child:nth-last-child(1) {
  width: 100%;
}
#about-us .about li:first-child:nth-last-child(2),
#about-us .about li:first-child:nth-last-child(2) ~ li {
  width: 50%;
}
#about-us .about li:first-child:nth-last-child(3),
#about-us .about li:first-child:nth-last-child(3) ~ li {
  width: 33.3333%;
}
#about-us .about li:first-child:nth-last-child(4),
#about-us .about li:first-child:nth-last-child(4) ~ li {
  width: 25%;
}
#about-us .about li:first-child:nth-last-child(5),
#about-us .about li:first-child:nth-last-child(5) ~ li {
  width: 20%;
}
#about-us .about li:first-child:nth-last-child(6),
#about-us .about li:first-child:nth-last-child(6) ~ li {
  width: 16.6666%;
}
#about-us .about li {
  display: inline-block;
  height: 450px;
  font-size: 16px;
}
#about-us .about li a.overlay {
  display: block;
  width: 100%;
  height: 100%;
  text-decoration: none;
  color: #fff;
  padding-top: 75px;
  float: left;
}
#about-us .about li a.overlay:hover {
  background: rgba(0, 0, 0, 0.1);
  transition-duration: 0.3s;
}
#about-us .about h4 {
  font-size: 22px;
  height: 45px;
}
#about-us .about p {
  padding: 0 15px;
}
@media (max-width: 767px) {
  #about-us .about .xs-h {
    height: 350px !important;
  }
  #about-us .about ul {
    position: relative;
    padding: 0;
    font-size: 0;
  }
  #about-us .about li {
    width: 100% !important;
    display: block;
    height: 250px;
    font-size: 16px;
  }
  #about-us .about li a.overlay {
    display: block;
    width: 100%;
    height: 100%;
    text-decoration: none;
    color: #fff;
    padding-top: 75px;
  }
  #about-us .about li a.overlay:hover {
    background: transparent;
    transition-duration: 0.3s;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  #about-us .about li {
    padding: 0 10px;
  }
  #about-us .about h4 {
    height: 70px;
    font-size: 20px;
  }
  #about-us .about p {
    font-size: 14px;
  }
}
#about-us .about .dark-red {
  background-color: #d65242;
}
#about-us .about .light-red {
  background-color: #d26155;
}
.es #about-us .about h4 {
  font-size: 22px;
  min-height: 75px;
}
#agent-update {
  text-align: center;
  background-color: #e3e3e3;
  position: relative;
}
#agent-update .about {
  width: 100%;
}
#agent-update .about ul {
  position: relative;
  padding: 0;
  font-size: 0;
}
#agent-update .about li {
  width: 16.66%;
  display: inline-block;
  height: 450px;
  font-size: 16px;
}
#agent-update .about li a.overlay {
  display: block;
  width: 100%;
  height: 100%;
  text-decoration: none;
  color: #000;
  padding-top: 75px;
  float: left;
}
#agent-update .about li a.overlay:hover {
  background: rgba(0, 0, 0, 0.1);
  transition-duration: 0.3s;
}
#agent-update .about h4 {
  font-size: 22px;
  height: 45px;
}
#agent-update .about p {
  padding: 0 15px;
}
@media (max-width: 767px) {
  #agent-update .about .xs-h {
    height: 350px !important;
  }
  #agent-update .about ul {
    position: relative;
    padding: 0;
    font-size: 0;
  }
  #agent-update .about li {
    width: 100%;
    display: block;
    height: 250px;
    font-size: 16px;
  }
  #agent-update .about li a.overlay {
    display: block;
    width: 100%;
    height: 100%;
    text-decoration: none;
    color: #fff;
    padding-top: 75px;
  }
  #agent-update .about li a.overlay:hover {
    background: transparent;
    transition-duration: 0.3s;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  #agent-update .about li {
    padding: 0 10px;
  }
  #agent-update .about h4 {
    height: 70px;
    font-size: 20px;
  }
  #agent-update .about p {
    font-size: 14px;
  }
}
#agent-update .about .drak-gray {
  background-color: #e3e3e3;
}
#agent-update .about .light-gray {
  background-color: #d1d1d1;
}
#agent-update .block {
  margin-bottom: 0;
  padding: 25px;
  background: url(../images/border.png) no-repeat 40% 0%;
  background-size: 70%;
}
@media (min-width: 375px) and (max-width: 425px) {
  #agent-update .block p {
    margin-top: 30px;
  }
}
#agent-update .block .content {
  text-align: center;
  height: 180px;
  overflow: hidden;
}
#agent-update .block img {
  width: 60%;
  margin-top: 7%;
}
#event-update {
  text-align: center;
  background-color: #e3e3e3;
  position: relative;
}
#event-update .about {
  width: 100%;
}
#event-update .about ul {
  display: table;
  position: relative;
  padding: 0;
  font-size: 0;
}
#event-update .about li {
  display: table-cell;
  width: 20%;
  /*height: 450px;*/
  font-size: 16px;
  vertical-align: top;
}
#event-update .about li a.overlay {
  display: block;
  width: 100%;
  height: 100%;
  text-decoration: none;
  color: #000;
  padding-top: 75px;
  float: left;
}
#event-update .about li:hover {
  background: rgba(0, 0, 0, 0.1);
  transition-duration: 0.3s;
}
#event-update .about h4 {
  font-size: 22px;
  height: 45px;
}
#event-update .about p {
  padding: 0 15px;
}
@media (max-width: 767px) {
  #event-update .about .xs-h {
    height: 350px !important;
  }
  #event-update .about ul {
    position: relative;
    padding: 0;
    font-size: 0;
  }
  #event-update .about li {
    width: 100%;
    display: block;
    height: 450px !important;
    font-size: 16px;
  }
  #event-update .about li a.overlay {
    display: block;
    width: 100%;
    height: 100%;
    text-decoration: none;
    color: #000;
    padding-top: 75px;
  }
  #event-update .about li a.overlay:hover {
    background: transparent;
    transition-duration: 0.3s;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  #event-update .about li {
    padding: 0 10px;
  }
  #event-update .about h4 {
    height: 70px;
    font-size: 20px;
  }
  #event-update .about p {
    font-size: 14px;
  }
  #event-update .about h3 {
    font-size: 20px;
  }
}
#event-update .about .dark-gray {
  background-color: #e3e3e3;
}
#event-update .about .light-gray {
  background-color: #d1d1d1;
}
#event-update .block {
  margin-top: 50px;
  padding: 25px;
  background: url(../images/border.png) no-repeat 40% 0%;
  background-size: 70%;
  height: 345px;
}
#event-update .block .content {
  text-align: center;
}
#event-update .block img {
  width: 60%;
  margin-top: 20px;
}
/* Testimonials */
#testimonials-country {
  padding-top: 50px;
}
#testimonials-country .arrow-red-right {
  width: 0;
  height: 0;
  border-top: 20px solid transparent;
  border-bottom: 20px solid transparent;
  border-left: 20px solid #e25b4c;
  position: absolute;
  right: -5px;
  bottom: 100px;
}
#testimonials-country .arrow-green-right {
  width: 0;
  height: 0;
  border-top: 20px solid transparent;
  border-bottom: 20px solid transparent;
  border-left: 20px solid #7bb485;
  position: absolute;
  right: -5px;
  bottom: 100px;
}
#testimonials-country .arrow-white-left {
  width: 0;
  height: 0;
  border-top: 20px solid transparent;
  border-bottom: 20px solid transparent;
  border-right: 20px solid #fff;
  position: absolute;
  left: -5px;
  bottom: 100px;
}
@media (max-width: 767px) {
  #testimonials-country .arrow-red-right {
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 10px solid #e25b4c;
    right: 6px;
    bottom: 65px;
  }
  #testimonials-country .arrow-green-right {
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 10px solid #7bb485;
    right: 6px;
    bottom: 65px;
  }
  #testimonials-country .arrow-white-left {
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-right: 10px solid #fff;
    left: 6px;
    bottom: 65px;
  }
}
/* Testimonials */
#testimonials {
  background-color: #e1e1e1;
  padding-top: 50px;
}
#testimonials .arrow-red-right {
  width: 0;
  height: 0;
  border-top: 20px solid transparent;
  border-bottom: 20px solid transparent;
  border-left: 20px solid #e25b4c;
  position: absolute;
  right: -5px;
  bottom: 100px;
}
#testimonials .arrow-green-right {
  width: 0;
  height: 0;
  border-top: 20px solid transparent;
  border-bottom: 20px solid transparent;
  border-left: 20px solid #7bb485;
  position: absolute;
  right: -5px;
  bottom: 100px;
}
#testimonials .arrow-white-left {
  width: 0;
  height: 0;
  border-top: 20px solid transparent;
  border-bottom: 20px solid transparent;
  border-right: 20px solid #fff;
  position: absolute;
  left: -5px;
  bottom: 100px;
}
@media (max-width: 767px) {
  #testimonials .arrow-red-right {
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 10px solid #e25b4c;
    right: 6px;
    bottom: 65px;
  }
  #testimonials .arrow-green-right {
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 10px solid #7bb485;
    right: 6px;
    bottom: 65px;
  }
  #testimonials .arrow-white-left {
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-right: 10px solid #fff;
    left: 6px;
    bottom: 65px;
  }
}
.block {
  padding: 25px 15px;
  margin-bottom: 50px;
  color: #fff;
}
.green-block {
  background-color: #7bb485;
}
.white-block {
  background-color: #fff;
  color: #303030 !important;
}
.red-block {
  background-color: #e25b4c;
}
.quotes {
  font-size: 22px;
  line-height: 26px;
  font-weight: bold;
  margin-bottom: 20px;
}
.from {
  font-size: 14px;
}
/* Our Story */
.story-right {
  border-left: 3px solid #fff;
}
.timeline-s {
  border-left: 3px solid #fff;
  position: absolute;
  left: 50%;
  height: 120px;
  top: -60px;
}
.padding-top {
  padding-top: 250px;
}
@media (min-width: 768px) and (max-width: 992px) {
  .timeline-l {
    height: 115%;
  }
}
@media (min-width: 992px) and (max-width: 1024px) {
  .timeline-l {
    height: 150%;
  }
}
@media (max-width: 768px) {
  .story-left,
  .story-right {
    text-align: center;
    border: none;
  }
  .padding-top {
    padding-top: 0;
  }
}
/* Footer */
footer {
  padding-bottom: 35px;
}
footer a {
  color: inherit;
}
footer a:hover {
  color: #dc3536;
  text-decoration: none;
}
footer ul {
  padding: 0;
}
footer li {
  list-style: none;
  padding: 3px 0;
}
footer .panel {
  border: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
footer .panel-heading {
  padding: 0px 15px;
}
@media only screen and (max-width: 769px) and (min-width: 767px) {
  footer .panel-heading {
    /* CSS */
    padding: 0px 200px;
  }
}
footer .panel-default > .panel-heading {
  border: 0;
  background-color: transparent;
}
@media (max-width: 768px) {
  footer a:hover {
    text-decoration: none;
  }
}
footer .site-by {
  text-align: center;
  font-size: 13px;
}
footer .site-by a {
  color: #dc3536;
}
@media only screen and (max-width: 769px) and (min-width: 767px) {
  footer .panel-collapse {
    /* CSS */
    padding: 0px 200px;
  }
}
.accordion {
  text-transform: uppercase;
  font-weight: bold;
  padding: 10px 0;
  display: block;
}
.plus-sign {
  font-weight: 400;
  font-size: 28px;
  line-height: 12px;
}
.rotate {
  -ms-transform: rotate(-45deg);
  /* IE 9 */
  -webkit-transform: rotate(-45deg);
  /* Chrome, Safari, Opera */
  transform: rotate(-45deg);
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.plan,
.text-center {
  /*    margin-bottom: 80px;*/
  text-align: center;
}
.plan > a {
  margin-right: 5px;
}
.col-title {
  text-transform: uppercase;
  font-weight: bold;
}
@media (max-width: 768px) {
  #accordion {
    padding-top: 50px;
  }
}
#award {
  color: #fff;
  padding-top: 50px;
  padding-bottom: 300px;
  text-align: center;
  background: #3f3f3f /*url(../images/cloud.png) center bottom no-repeat*/;
}
#award h1 {
  text-align: center;
  font-weight: bold;
}
#award ul {
  text-align: center;
  padding-left: 0;
  margin-bottom: 55px;
}
#award li {
  list-style: none;
  display: inline-block;
  width: 134px;
  padding-top: 35px;
}
#award a {
  color: #fff;
}
#award .glyphicon {
  margin-top: 5px;
}
@media (max-width: 768px) {
  #award {
    padding-bottom: 200px;
  }
  #award li {
    width: 100px;
  }
  #award img {
    width: 65%;
  }
}
@media (max-width: 320px) {
  #award li {
    width: 45%;
  }
  #award img {
    width: auto;
    max-width: 80%;
  }
}
.logo {
  position: absolute;
  display: block;
  top: 0px;
  left: 50px;
  height: 150px;
  z-index: 1009;
  -webkit-transition: height 0.5s;
  -moz-transition: height 0.5s;
  -ms-transition: height 0.5s;
  -o-transition: height 0.5s;
  transition: height 0.5s;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .logo {
    height: 120px;
    left: 15px;
  }
}
@media (max-width: 767px) {
  .logo {
    height: 120px;
    left: 0;
    right: 0;
    margin: 0px auto;
  }
}
.logo-resize {
  height: 0;
}
/*  Nav  */
header nav.navbar-default {
  background-color: #fff;
  border-color: #fff;
}
.nav-switch-lang {
  padding-left: 10px;
}
.nav-switch-lang li a {
  padding-bottom: 20px !important;
  padding-top: 20px !important;
}
@media (min-width: 768px) and (max-width: 1023px) {
  header nav {
    width: 100% !important;
    padding: 0px 0px !important;
  }
  header nav .nav-search-section {
    padding-right: 15px;
  }
}
.nav-left {
  padding-top: 50px;
}
.nav {
  margin-bottom: 0;
}
.nav .dropdown-menu ul {
  padding: 0;
}
.nav .dropdown-menu li {
  list-style: none;
  text-align: left;
}
.nav .dropdown-menu li li {
  padding: 5px 0;
}
.nav .dropdown-menu li li a {
  padding: 0 !important;
  text-decoration: none;
}
.nav .dropdown-menu li li:hover {
  color: #dc3536;
  text-decoration: none;
}
.navbar-nav > .open > a,
.navbar-nav > .open > a:hover,
.navbar-nav > .open > a:focus {
  background-color: transparent !important;
  color: #dc3536 !important;
}
@media (min-width: 768px) and (min-width: 769px) {
  .es #menu-primary-menu.nav > li {
    width: auto;
    padding-left: 25px;
  }
}
@media (min-width: 768px) {
  #menu-primary-menu.nav > li {
    position: static;
  }
  #menu-primary-menu.nav > li .open > a,
  #menu-primary-menu.nav > li .open > a:focus,
  #menu-primary-menu.nav > li .open > a:hover {
    background: transparent;
  }
  #menu-primary-menu.nav > li .dropdown {
    position: static;
    display: inline-block;
    cursor: pointer;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  #menu-primary-menu.nav > li .dropdown > a {
    color: #1C1C1C;
    font-weight: 600;
  }
  #menu-primary-menu.nav > li .dropdown.open .dropdown-menu {
    /*max-height: 100%;*/
    display: table;
    opacity: 0.8;
  }
  #menu-primary-menu.nav > li .dropdown .dropdown-menu {
    overflow: hidden;
    opacity: 0.8;
    display: none;
    width: 100%;
    text-align: center;
    left: 0;
    right: 0;
    border: none;
    border-radius: 0px;
    margin: 0 0;
  }
  .nav > li.static.dropdown {
    position: static;
  }
  .nav > li.static.dropdown .dropdown-menu {
    overflow: hidden;
    opacity: 0.8;
    display: none;
    width: 100%;
    text-align: center;
    left: 0;
    right: 0;
    border: none;
    border-radius: 0px;
  }
  .nav > li.static.dropdown.open .dropdown-menu {
    /*max-height: 100%;*/
    display: table;
    opacity: 0.8;
  }
  .nav .dropdown-menu {
    padding: 40px 100px 40px 220px;
  }
}
@media (min-width: 768px) and (min-width: 769px) {
  #menu-primary-menu.nav > li {
    width: 14.285714285714286%;
  }
}
@media (min-width: 768px) and (min-width: 769px) {
  .nav > li.static.dropdown {
    width: 16.66666666666667%;
  }
}
@media (min-width: 768px) and (min-width: 768px) and (max-width: 1023px) {
  .nav .dropdown-menu {
    padding: 40px 0px 40px 145px;
  }
}
@media (max-width: 767px) {
  .nav .dropdown-menu {
    padding: 0px 10px 0px 25px;
    min-width: inherit;
  }
  #menu-primary-menu.nav > li .open > a,
  #menu-primary-menu.nav > li .open > a:focus,
  #menu-primary-menu.nav > li .open > a:hover {
    background: transparent;
  }
  #menu-primary-menu.nav > li .dropdown {
    display: block;
  }
  #menu-primary-menu.nav > li .dropdown > a {
    color: #1C1C1C;
    font-weight: 600;
    padding-left: 10px;
    display: block;
    position: relative;
  }
  #menu-primary-menu.nav > li .dropdown > a span {
    top: 20px;
  }
  #menu-primary-menu.nav > li .open > a,
  #menu-primary-menu.nav > li .open > a:focus,
  #menu-primary-menu.nav > li .open > a:hover {
    background: transparent;
  }
  #menu-primary-menu.nav > li .dropdown {
    display: block;
  }
  #menu-primary-menu.nav > li .dropdown > a {
    padding-left: 10px;
    display: block;
    position: relative;
  }
  #menu-primary-menu.nav > li .dropdown > a span {
    top: 20px;
  }
  .nav.mobile {
    width: 100%;
    text-align: center;
  }
}
.static .dropdown-menu > li {
  display: table-cell;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #777;
}
.nav-search-section {
  -webkit-transition: max-height 0.5s;
  -moz-transition: max-height 0.5s;
  -ms-transition: max-height 0.5s;
  -o-transition: max-height 0.5s;
  transition: max-height 0.5s;
  display: block;
  position: relative;
  overflow: hidden;
  max-height: 125px;
}
.nav-search-section a {
  font-weight: 300 !important;
  font-size: 14px;
}
ul.nav > li > a {
  color: #1C1C1C;
  font-weight: 600;
}
ul.nav a:hover {
  color: #DC3536 !important;
}
.navbar ul.nav {
  padding-left: 200px;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .navbar ul.nav {
    padding-left: 140px;
  }
}
@media (max-width: 767px) {
  .navbar ul.nav {
    padding-left: 0px;
  }
}
.navbar ul.nav li a {
  color: inherit;
  /* Whenon Tablet */
}
@media (min-width: 769px) {
  .navbar ul.nav li a {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
@media (max-width: 768px) {
  .navbar ul.nav li a {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1023px) {
  .navbar ul.nav li a {
    padding-left: 10px;
    padding-right: 10px;
  }
}
/* Custom grid for homepage search */
.homepage-searchbox {
  border: 2px solid #ffffff;
  position: absolute;
  bottom: 10%;
  left: 0;
  right: 0;
  padding-top: 20px;
  padding-bottom: 40px;
  background-color: rgba(0, 0, 0, 0.15);
}
@media (max-width: 767px) {
  .homepage-searchbox {
    margin: 20px;
  }
}
@media (min-width: 767px) {
  .homepage-searchbox .select-box {
    float: left;
    width: 40%;
    padding-left: 30px;
    padding-right: 10px;
  }
}
@media (min-width: 1024px) {
  .homepage-searchbox .select-box {
    padding-right: 30px;
  }
}
.homepage-searchbox .select-box select {
  height: 45px;
  border: 2px solid #FFFFFF;
  color: #FFFFFF;
  padding-left: 10px;
  font-size: 16px;
  background: transparent;
  display: block;
  width: 100%;
  outline: none;
}
.homepage-searchbox .select-box option {
  color: inherit;
}
@media (min-width: 767px) {
  .homepage-searchbox .search-button {
    float: left;
    width: 15%;
    margin-left: 30px;
  }
}
.homepage-searchbox .search-button button {
  height: 45px;
  display: block;
  width: 100%;
  background-color: #FFFFFF;
  border: none;
  font-size: 16px;
}
.search-label {
  font-weight: bold;
  font-family: inherit;
  font-size: 32px;
}
@media (max-width: 1248px) {
  .search-label {
    font-size: 30px;
  }
}
@media (max-width: 768px) {
  .search-label {
    font-size: 22px;
  }
}
/* END Custom grid for homepage search */
.text-white {
  color: #FFFFFF;
}
@media screen and (max-width: 767px) {
  .navbar-toggle {
    float: left;
    margin-left: 15px;
  }
}
@media (max-width: 767px) {
  .navbar-collapse.collapse {
    border: none;
    display: block;
    background: #fff;
    position: fixed;
    left: -100%;
    top: 0px;
    width: 60%;
    max-height: 100%;
    height: 100%;
    -webkit-transition: left 0.5s ease;
    -moz-transition: left 0.5s ease;
    -o-transition: left 0.5s ease;
    transition: left 0.5s ease;
    z-index: 9999;
  }
  .navbar-collapse.collapse.in {
    left: 15px;
  }
}
/* Nav */
.shrink .nav-search-section {
  max-height: 0px;
  -webkit-transition: max-height 0.5s;
  -moz-transition: max-height 0.5s;
  -ms-transition: max-height 0.5s;
  -o-transition: max-height 0.5s;
  transition: max-height 0.5s;
}
.shrink .logo {
  height: 60px;
  -webkit-transition: height 0.5s ease-out;
  -moz-transition: height 0.5s ease-out;
  -ms-transition: height 0.5s ease-out;
  -o-transition: height 0.5s ease-out;
  transition: height 0.5s ease-out;
}
@media (max-width: 767px) {
  .shrink .logo {
    height: 89px;
  }
}
.shrink ul.nav > li > a {
  line-height: 20px;
}
.span-dropdown {
  position: absolute;
  top: 21px;
  right: 10px;
}
.btn-mobile-search {
  margin-top: 8px;
  margin-right: 15px;
  margin-bottom: 8px;
}
@media (max-width: 767px) {
  .navbar-header {
    margin-top: 20px;
    margin-bottom: 20px;
  }
}
.navbar-header button {
  border: none;
}
.text-dark-grey {
  color: #303030 !important;
}
.subhead-title {
  font-size: 14px;
  font-weight: normal;
  padding-bottom: 3%;
}
/* Trip Page */
.hightlight ul {
  padding: 15px;
  /*list-style: none;*/
}
.hightlight ul li:before {
  /*        content:"-";
                position:relative;
                margin-left: -5px;  optional, for multiline li element
                left: -5px;*/
}
@media (max-width: 767px) {
  .tour-type p {
    text-align: left;
  }
  .tour-type .t {
    height: 125px;
    line-height: 95px;
  }
}
.promotion-area {
  color: #fff;
}
.promotion-area .title-promotion {
  color: #fff;
  font-size: 38px;
  font-weight: bold;
  text-align: center;
}
@media (max-width: 370px) {
  .promotion-area .title-promotion {
    font-size: 30px;
  }
}
.promotion-area .text-promotion {
  color: #fff;
  font-size: 24px;
}
@media (max-width: 370px) {
  .promotion-area .text-promotion {
    font-size: 21px;
  }
}
.promotion-area sup {
  color: #cc0000;
}
.trip-detail ul {
  padding: 15px;
  /*list-style: none;*/
}
.trip-detail ul li:before {
  /*        content:"-";
                position:relative;
                margin-left: -5px;  optional, for multiline li element
                left: -5px;*/
}
.trip-detail .day-plan {
  color: #fff;
}
.trip-detail h4 {
  font-weight: 300;
}
.trip-detail .text-day {
  font-weight: bold;
  padding-right: 20px;
}
@media (max-width: 767px) {
  .trip-detail .text-day {
    display: block;
  }
}
.trip-detail .destination {
  display: inline;
}
@media (max-width: 767px) {
  .trip-detail .destination {
    padding-left: 4px;
    padding-top: 14px;
    font-size: 16px;
    line-height: 22px;
    display: block;
  }
}
.trip-detail .glyphicon {
  padding-right: 5px;
  font-size: 20px;
}
.trip-detail .panel-title {
  color: #fff;
  font-size: 24px;
}
.trip-detail .panel-title a {
  text-decoration: none;
}
@media (max-width: 767px) {
  .trip-detail .panel-title {
    font-size: 18px;
  }
}
.trip-detail .panel-default > .panel-heading {
  background-color: #9dcdb7;
}
.trip-detail .panel {
  box-shadow: none;
  background-color: #9dcdb7;
}
.trip-detail .img-col {
  min-height: 60vh;
}
.trip-detail .panel-group .panel + .panel {
  margin: 0;
}
.trip-detail .panel-default {
  border-color: transparent;
}
.trip-detail .panel-body {
  font-size: 16px;
  padding: 20px 0 20px 120px;
}
@media (max-width: 767px) {
  .trip-detail .panel-body {
    padding: 20px;
  }
}
.related-tour {
  position: relative;
}
.related-tour .block {
  display: table;
  min-height: 650px;
  text-align: center;
  padding: 0;
  margin: 0;
}
.related-tour .block .content {
  vertical-align: middle;
  color: #fff;
  font-size: 24px;
}
.related-tour a.overlay {
  display: table-cell;
  width: 100%;
  height: 100%;
  text-decoration: none;
  vertical-align: middle;
}
.related-tour a.overlay.red:hover {
  background: rgba(227, 18, 18, 0.6);
  transition-duration: 0.3s;
}
.related-tour a.overlay.yellow:hover {
  background: rgba(255, 229, 1, 0.6);
  transition-duration: 0.3s;
}
.related-tour a.overlay.blue:hover {
  background: rgba(0, 81, 165, 0.6);
  transition-duration: 0.3s;
}
.related-tour a.overlay.green:hover {
  background: rgba(73, 176, 118, 0.6);
  transition-duration: 0.3s;
}
.item {
  overflow: hidden;
  min-height: 500px;
  position: relative;
}
.floating-text {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  width: 100%;
}
.floating-text .text-inner {
  width: 90%;
  margin: 0 auto;
}
@media (min-width: 1199px) {
  .floating-text .text-inner {
    width: 70%;
  }
}
.twitter-list li {
  padding: 0;
  margin: 0;
  list-style: none;
}
.twitter-list li:before {
  content: '\f099';
  font-family: 'Open Sans', sans-serif;
  float: left;
  margin-left: -1.5em;
  font-size: 2em;
}
.twitter-list li.red:before {
  color: #ED1B24;
}
.twitter-list li.yellow:before {
  color: #E6E41D;
}
.twitter-list li.green:before {
  color: #74B770;
}
.ribbon {
  display: block;
  width: 120px;
  height: 120px;
  border-radius: 99999px;
  position: absolute;
  top: 25px;
  right: 25px;
  padding-top: 45px;
  line-height: 20px;
  font-size: 18px;
  font-weight: bold;
}
.ribbon-yellow {
  background-color: #fef200;
  color: #000;
}
.ribbon-green {
  background-color: #00a652;
  color: #fff;
}
.btn-main-gray {
  background: #303030;
  border: none;
  color: #FFFFFF;
  padding: 10px 35px;
  border-radius: 0px;
}
.input-group.square-grey input {
  border: 2px solid #303030;
  height: 40px;
  vertical-align: top;
  min-width: 200px;
  border-radius: 0px;
  color: #303030;
}
.input-group.square-grey ::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: #303030;
}
.input-group.square-grey :-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #303030;
  opacity: 1;
}
.input-group.square-grey ::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #303030;
  opacity: 1;
}
.input-group.square-grey :-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #303030;
}
.input-group.square-grey .input-group-btn button {
  background: #303030;
  border: none;
  color: #FFFFFF;
  height: 40px;
  border-radius: 0px;
}
@media (max-width: 1200px) {
  .input-group.square-grey {
    width: 100%;
  }
  .input-group.square-grey .btn {
    margin-top: 20px;
    width: 100%;
  }
  .input-group.square-grey .input-group-btn {
    display: table-row;
  }
}
@media (min-width: 1201px) {
  .input-group.square-grey {
    width: auto;
  }
  .input-group.square-grey .btn {
    margin-top: inherit;
    width: auto;
  }
  .input-group.square-grey .input-group-btn {
    display: table-cell;
  }
}
.float-img {
  position: relative;
  top: -140px;
  margin-bottom: -140px;
}
.float-right {
  float: right;
}
.img-w-100 {
  /*    height: 500px;
        width: auto;*/
}
/* Flex */
/*award page*/
.logo-awards {
  position: relative;
  height: 150px;
  border-radius: 50%;
  width: 150px;
  margin: 0px auto;
}
.logo-awards img {
  max-width: 70% !important;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  max-height: 120px;
}
.logo-testinomial {
  position: relative;
  height: 150px;
  border-radius: 50%;
  width: 150px;
  margin: 0px auto;
}
.logo-testinomial img {
  max-width: 100% !important;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  max-height: 250px;
}
.padding-b-25 {
  padding-bottom: 25px;
}
.padding-t-25 {
  padding-top: 25px;
}
.bg-light-gray1 {
  background-color: #F5F5F5;
}
.center-100 {
  margin: 0px auto !important;
  width: 100%;
}
.button-play-video-centred {
  position: absolute;
  display: block;
  margin: auto;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.4);
  border-radius: 50%;
  color: #fff;
  border: 2px solid #fff;
  width: 72px;
  height: 72px;
}
.cloud-bottom {
  width: 100%;
  background: url(../images/Clouds_final.png) no-repeat top center;
  height: 250px;
  background-size: cover;
  position: absolute;
  bottom: 0;
}
@media (max-width: 2560px) {
  .cloud-bottom {
    height: 250px;
  }
}
@media (max-width: 1910px) {
  .cloud-bottom {
    height: 220px;
  }
}
@media (max-width: 1633px) {
  .cloud-bottom {
    height: 200px;
  }
}
@media (max-width: 1412px) {
  .cloud-bottom {
    height: 193px;
  }
}
.pos-relative {
  position: relative;
}
.play {
  display: block;
  width: 0;
  height: 0;
  border-top: 30px solid transparent;
  border-bottom: 30px solid transparent;
  border-left: 36px solid #fff;
  margin: auto;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 1;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  left: 6px;
}
.play:before {
  content: '';
  position: absolute;
  top: -45px;
  left: -69px;
  bottom: -45px;
  right: -21px;
  border-radius: 50%;
  border: 2px solid #fff;
  z-index: 2;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
}
.play:after {
  content: '';
  opacity: 0;
  transition: opacity 0.6s;
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
}
.play:hover:before,
.play:focus:before {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
}
.play.active {
  border-color: transparent;
}
.play.active:after {
  content: '';
  opacity: 1;
  width: 30px;
  height: 48px;
  background: #fff;
  position: absolute;
  right: 3px;
  top: -24px;
  border-left: 12px solid #fff;
  box-shadow: inset 18px 0 0 0 #000;
}
/*Custom pull- right pull-left*/
.pull-right-not-xs,
.pull-right-not-sm,
.pull-right-not-md,
.pull-right-not-lg {
  float: right;
}
.pull-left-not-xs,
.pull-left-not-sm,
.pull-left-not-md,
.pull-left-not-lg {
  float: left;
}
@media (max-width: 767px) {
  .pull-right-not-xs,
  .pull-left-not-xs {
    float: none;
  }
  .pull-right-xs {
    float: right;
  }
  .pull-left-xs {
    float: left;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .pull-right-not-sm,
  .pull-left-not-sm {
    float: none;
  }
  .pull-right-sm {
    float: right;
  }
  .pull-left-sm {
    float: left;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .pull-right-not-md,
  .pull-left-not-md {
    float: none;
  }
  .pull-right-md {
    float: right;
  }
  .pull-left-md {
    float: left;
  }
}
@media (min-width: 1200px) {
  .pull-right-not-lg,
  .pull-left-not-lg {
    float: none;
  }
  .pull-right-lg {
    float: right;
  }
  .pull-left-lg {
    float: left;
  }
}
play-video.button-play-video-large {
  width: 116px;
  height: 116px;
}
.button-play-video,
.button-play-video-centred {
  background: rgba(0, 0, 0, 0.4);
  border-radius: 50%;
  color: #fff;
  border: 2px solid #fff;
  display: inline-block;
  width: 72px;
  height: 72px;
}
.button-play-video-centred::before,
.button-play-video::before {
  display: block;
  content: '';
  padding-bottom: 100%;
  border-radius: 50%;
  background-image: url("data:image/svg+xml,%3Csvg%20id%3D'Layer_1'%20xmlns%3D'http%3A%2F%2Fwww.w3.…-2.2%202.6-1.4l40.3%2027.3c1%20.7%201%202.1%200%202.8z'%2F%3E%3C%2Fsvg%3E");
  background-size: 40%;
  background-position: center center;
  background-repeat: no-repeat;
}
.testimonial-bg {
  /*    background-image: -webkit-linear-gradient(@red, @red 70%, transparent 70%, transparent 100%);
    background-image: -moz-linear-gradient(@red, @red 70%, transparent 70%, transparent 100%);
    background-image: -o-linear-gradient(@red, @red 70%, transparent 70%, transparent 100%);
    background-image: linear-gradient(@red, @red 70%, transparent 70%, transparent 100%);*/
  background-image: url(../images/water-bg.jpg);
  background-repeat: no-repeat;
  background-size: 100% 80%;
  background-color: #ebebeb !important;
}
.testimonial-country-bg {
  /*    background-image: -webkit-linear-gradient(@red, @red 70%, transparent 70%, transparent 100%);
    background-image: -moz-linear-gradient(@red, @red 70%, transparent 70%, transparent 100%);
    background-image: -o-linear-gradient(@red, @red 70%, transparent 70%, transparent 100%);
    background-image: linear-gradient(@red, @red 70%, transparent 70%, transparent 100%);*/
  background-image: url(../images/water-bg.jpg);
  background-repeat: no-repeat;
  background-size: 100% 80%;
}
.menu-item-depth-1 > a {
  display: none;
}
@media (min-width: 768px) {
  #menu-primary-menu {
    width: 100%;
  }
}
.weather-widget th {
  padding: 20px 0;
}
.weather-widget td {
  padding: 10px 0;
}
.weather-widget .td-grey {
  background-color: #ebebeb;
}
.weather-widget img {
  width: 35px;
  height: 35px;
  margin-top: 3px;
}
.weather-widget li {
  display: inline-block;
  list-style: none;
  padding: 0 15px;
}
.weather-widget .weather-widget-content {
  display: inline-block;
  vertical-align: middle;
  font-size: 16px;
  font-weight: bold;
}
.weather-widget .weather-widget-content .click-here {
  color: #dc3536;
  background-color: #eceff1;
}
.weather-widget p {
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 15px;
}
.weather-widget a:hover {
  background: #ECEFF1;
}
.weather-widget .description {
  margin-top: 55px;
}
.weather-widget .circle-sm {
  width: 25px !important;
  height: 25px !important;
  margin-right: 10px !important;
}
.weather-widget .ideal {
  display: block;
  width: 50px;
  height: 50px;
  border: 4px solid #34a853;
  border-radius: 9999px;
  margin: 0 auto;
  padding: 0;
}
@media (max-width: 769px) {
  .weather-widget .ideal {
    width: 47px;
    height: 47px;
    border: 3px solid #34a853;
    border-radius: 9999px;
    margin: 0 auto;
    padding: 0;
  }
}
.weather-widget .good {
  display: block;
  width: 50px;
  height: 50px;
  border: 4px solid #FDD835;
  border-radius: 9999px;
  margin: 0 auto;
  padding: 0;
}
@media (max-width: 769px) {
  .weather-widget .good {
    display: block;
    width: 47px;
    height: 47px;
    border: 3px solid #FDD835;
    border-radius: 9999px;
    margin: 0 auto;
    padding: 0;
  }
}
.weather-widget .wet {
  display: block;
  width: 50px;
  height: 50px;
  border: 4px solid #4DD0E1;
  border-radius: 9999px;
  margin: 0 auto;
  padding: 0;
}
@media (max-width: 769px) {
  .weather-widget .wet {
    display: block;
    width: 47px;
    height: 47px;
    border: 3px solid #4DD0E1;
    border-radius: 9999px;
    margin: 0 auto;
    padding: 0;
  }
}
.weather-widget .cool {
  display: block;
  width: 50px;
  height: 50px;
  border: 4px solid #2196F3;
  border-radius: 9999px;
  margin: 0 auto;
  padding: 0;
}
@media (max-width: 769px) {
  .weather-widget .cool {
    display: block;
    width: 47px;
    height: 47px;
    border: 3px solid #2196F3;
    border-radius: 9999px;
    margin: 0 auto;
    padding: 0;
  }
}
@media (min-width: 768px) {
  .weather-widget {
    padding-top: 80px;
    padding-bottom: 60px;
  }
}
@media (max-width: 767px) {
  .weather-widget {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
#brochures {
  position: relative;
  padding-bottom: 180px;
}
#brochures .block {
  margin-top: 50px;
  padding: 25px;
  background: url(../images/border.png) no-repeat 40% 0%;
  background-size: 70%;
  height: 388px;
}
@media (max-width: 767px) {
  #brochures .block {
    height: 100%;
  }
}
#brochures .block .content {
  text-align: center;
}
#brochures .block img {
  width: 60%;
  margin-top: 20px;
}
#magazine {
  position: relative;
  padding: 25px;
  padding-top: 20px;
}
#magazine .row {
  margin-bottom: 20px;
}
#magazine .block {
  margin-left: auto;
  margin-right: auto;
  margin-top: 10px;
  margin-bottom: 0;
  background: url(../images/border-grey.png) no-repeat 50% 0;
  background-size: 100%;
  height: 100%;
  width: 40%;
  max-width: 200px;
  min-width: 140px;
}
#magazine .block .content {
  text-align: center;
}
#magazine .block img {
  width: 95%;
  margin-top: 3px;
  margin-left: 13px;
}
@media (min-width: 769px) and (max-width: 1023px) {
  #magazine {
    padding-top: 30px;
  }
  #magazine .block {
    width: 50%;
  }
}
@media (max-width: 767px) {
  #magazine .block {
    width: 60%;
  }
}
@media (max-width: 375px) {
  #magazine .block {
    width: 60%;
  }
}
.country-page-content {
  line-height: 2em;
}
@media (min-width: 768px) {
  .country-page-content {
    padding-top: 100px;
    padding-bottom: 80px;
    max-width: 550px;
  }
}
@media (max-width: 767px) {
  .country-page-content {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .country-page-content .btn-border {
    text-align: center;
  }
  .country-page-content .padding-t-25 {
    text-align: center;
  }
}
@media (min-width: 969px) {
  .img-country-map {
    /*        padding-left:25%;*/
  }
}
body.post-type-archive-awards .wrapper,
body.page-template-template-reason-book-with-us .wrapper,
body.page-template-default .wrapper,
body.page-template-template-content-logos .wrapper,
body.page-template-template-inspiration .wrapper,
body.single-jobs .wrapper,
body.post-type-archive-jobs .wrapper,
body.search .wrapper {
  background-color: #ebebeb;
}
body.post-type-archive-awards h2,
body.page-template-template-reason-book-with-us h2,
body.page-template-default h2,
body.page-template-template-content-logos h2,
body.page-template-template-inspiration h2,
body.single-jobs h2,
body.post-type-archive-jobs h2,
body.search h2 {
  margin-top: 25px !important;
  margin-bottom: 15px !important;
}
@media (min-width: 768px) and (max-width: 1024px) {
  body.post-type-archive-awards h2,
  body.page-template-template-reason-book-with-us h2,
  body.page-template-default h2,
  body.page-template-template-content-logos h2,
  body.page-template-template-inspiration h2,
  body.single-jobs h2,
  body.post-type-archive-jobs h2,
  body.search h2 {
    margin-top: 0 !important;
  }
}
body.page-template-template_pr .wrapper {
  background-color: #ebebeb;
}
body.admin-bar .navbar-fixed-top {
  top: 32px;
}
/* contact social */
ul.contact-social {
  list-style-type: none;
  padding-left: 0px;
}
ul.contact-social li a {
  color: #303030;
}
.related-tour .content {
  padding-left: 10px;
  padding-right: 10px;
}
#packages .item-package {
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: rgba(0, 0, 0, 0.5);
  /* fallback background*/
  height: 450px;
}
@media (min-width: 1400px) {
  #packages .item-package {
    height: 650px;
  }
}
#packages .item-package a {
  display: block;
  width: 100%;
  height: 100%;
  text-decoration: none;
  vertical-align: middle;
}
/* for random overlay */
a.overlay.red:hover {
  background: rgba(227, 18, 18, 0.6);
  transition-duration: 0.3s;
}
a.overlay.yellow:hover {
  background: rgba(255, 229, 1, 0.6);
  transition-duration: 0.3s;
}
a.overlay.blue:hover {
  background: rgba(0, 81, 165, 0.6);
  transition-duration: 0.3s;
}
a.overlay.green:hover {
  background: rgba(73, 176, 118, 0.6);
  transition-duration: 0.3s;
}
@media (max-width: 768px) {
  a.overlay.red:hover {
    background: transparent;
  }
  a.overlay.yellow:hover {
    background: transparent;
  }
  a.overlay.blue:hover {
    background: transparent;
  }
  a.overlay.green:hover {
    background: transparent;
  }
}
.ribbon {
  display: block;
  width: 120px;
  height: 120px;
  border-radius: 99999px;
  position: absolute;
  top: 25px;
  right: 25px;
  padding-top: 45px;
  line-height: 20px;
  font-size: 18px;
  font-weight: bold;
}
.ribbon-yellow {
  background-color: #fef200;
  color: #000;
}
.ribbon-green {
  background-color: #00a652;
  color: #fff;
}
.ribbon-blue {
  background-color: #0B67B2;
  color: #fff;
}
.ribbon-red {
  background-color: #EE1C25;
  color: #fff;
}
.full-image-item img {
  max-width: 100% !important;
  width: auto;
  border-radius: 50%;
  max-height: 100% ;
}
.ribbon-list {
  display: block;
  width: 90px;
  height: 90px;
  border-radius: 99999px;
  position: absolute;
  top: 5px;
  right: 49px;
  padding-top: 32px;
  line-height: 14px;
  font-size: 15px;
  font-weight: bold;
}
@media (max-width: 1199px) {
  .ribbon-list {
    right: 4px;
  }
}
@media (max-width: 991px) {
  .ribbon-list {
    right: 0px;
    width: 70px;
    height: 70px;
    padding-top: 22px;
    line-height: 13px;
    font-size: 12px;
  }
}
@media (max-width: 640px) {
  .ribbon-list {
    left: 4%;
    top: -9%;
    width: 70px;
    height: 70px;
    padding-top: 25px;
    line-height: 13px;
    font-size: 13px;
  }
}
.no-margin-t {
  margin-top: 0px;
}
.no-margin-title {
  margin-top: 0px;
  margin-bottom: 13px;
}
.ribbon-list-yellow {
  background-color: #fef200;
  color: #000;
}
.ribbon-list-green {
  background-color: #00a652;
  color: #fff;
}
.ribbon-list-blue {
  background-color: #0B67B2;
  color: #fff;
}
.ribbon-list-red {
  background-color: #EE1C25;
  color: #fff;
}
.font2em {
  font-size: 2em !important;
}
@media (max-width: 480px) {
  .font2em {
    font-size: 1.5em !important;
  }
}
ul.dashed {
  list-style-type: none;
  padding-left: 0px;
}
ul.dashed > li:before {
  content: "-";
  padding-right: 5px;
}
.text-main-red {
  color: #dc3536;
}
.promotion {
  margin-top: 30px;
  padding: 0 25px 25px;
  border: 2px solid #303030;
}
.promotion .price-section {
  float: right;
  margin: 0 70px 0 100px;
}
.promotion .price-section .price {
  font-weight: bold;
  font-size: 52px;
}
.promotion .price-section p {
  display: inline;
  font-size: 22px;
}
.promotion .price-section .valid {
  display: block;
  font-size: 14px;
  text-align: center;
  color: #cc0000;
}
.promotion h5 {
  font-size: 18px;
  padding-top: 25px;
  text-transform: lowercase;
}
@media (max-width: 767px) {
  .promotion {
    margin: 25px;
  }
  .promotion .col-75 {
    width: 100%;
  }
  .promotion .price-section {
    text-align: center;
    float: none !important;
    margin: 0 !important;
  }
  .promotion .col-75 {
    width: 100%;
  }
  .promotion .btn-promotion {
    text-align: center;
    margin-right: auto;
    width: 100%;
  }
  .promotion h3 {
    text-align: center;
  }
  .promotion .btn-promotion {
    text-align: center;
    margin-right: auto;
    width: 100%;
  }
}
a.block {
  display: block;
  width: 100%;
  height: 100%;
  padding: 0px 0px !important;
  margin-bottom: 0px !important;
}
#transfer .item {
  text-align: center;
  min-height: 350px;
  padding: 50px 0;
  overflow: visible;
}
#transfer .dark-grey {
  background-color: #e4e4e4;
}
#transfer .light-grey {
  background-color: #ededed;
}
#transfer .description {
  font-size: 18px;
  margin-bottom: 45px;
}
#transfer .item-container .col-r {
  font-size: 18px;
  font-weight: bold;
  height: 70px;
  display: table;
}
#transfer .item-container .col-r p {
  display: table-cell;
  vertical-align: middle !important;
}
#transfer .icon {
  margin-top: 35px;
}
#transfer #load-more {
  text-align: center;
  padding: 160px 0;
}
#transfer #load-more button {
  outline: none;
}
#transfer #load-more .item-show {
  padding-top: 15px;
}
#more {
  text-align: center;
  padding: 100px 0;
}
#more .btn {
  background-color: #fff;
}
#more p {
  margin-top: 15px;
}
.nav-tabs {
  border-bottom: 1px solid transparent;
}
.hotel-content {
  font-size: 14px;
  margin-bottom: 20px;
  margin-top: 10px;
}
a:visited,
a:hover,
a:active {
  text-decoration: none !important;
}
a {
  color: #303030;
  -webkit-transition: color 0.2s;
  -moz-transition: color 0.2s;
  -o-transition: color 0.2s;
  transition: color 0.2s;
}
a:hover {
  color: #dc3536;
}
.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 5px;
}
@media (max-width: 445px) {
  .item-hotel .media-heading {
    font-size: 16px;
  }
  .item-hotel .media-object {
    width: 80px;
    height: 100px;
  }
}
@media (max-width: 343px) {
  .item-hotel .media-heading {
    font-size: 18px;
  }
  .item-hotel .media-object {
    width: 80px;
    height: 100px;
  }
}
#hotels .item {
  text-align: center;
  min-height: 350px;
  padding: 50px 0;
}
#hotels .dark-grey {
  background-color: #e4e4e4;
}
#hotels .light-grey {
  background-color: #ededed;
}
#hotels .description {
  font-size: 18px;
  margin-bottom: 45px;
}
#hotels .item-container .col-r {
  font-size: 18px;
  font-weight: bold;
  height: 70px;
  display: table;
}
#hotels .item-container .col-r p {
  display: block;
  vertical-align: middle !important;
  margin-left: -10px;
  padding-top: 5%;
}
#hotels .icon {
  margin-top: 35px;
}
#hotels #load-more {
  text-align: center;
  padding: 100px 0;
}
#hotels #load-more button {
  outline: none;
}
#hotels #load-more .item-show {
  padding-top: 15px;
  padding-bottom: 90px;
}
@media (min-width: 1903px) {
  #hotels #load-more {
    text-align: center;
    padding: 100px 0;
  }
  #hotels #load-more button {
    outline: none;
  }
  #hotels #load-more .item-show {
    padding-top: 15px;
    padding-bottom: 150px;
  }
}
@media (min-width: 1903px) {
  #hotels #load-more {
    text-align: center;
    padding: 100px 0;
  }
  #hotels #load-more button {
    outline: none;
  }
  #hotels #load-more .item-show {
    padding-top: 15px;
    padding-bottom: 150px;
  }
}
@media (max-width: 1205px) {
  #hotels {
    /*        .btn-hotel{
                    padding-left: 20px;
                }*/
  }
  #hotels #load-more {
    text-align: center;
    padding-bottom: 90px;
  }
  #hotels #load-more button {
    outline: none;
  }
  #hotels #load-more .item-show {
    padding-top: 15px;
    padding-bottom: 50px;
  }
  #hotels .hotel-content {
    font-size: 14px;
    margin-bottom: 20px;
    margin-top: 10px;
    padding-left: 20px;
  }
  #hotels .hotel-title {
    padding-left: 20px;
    font-size: 30px;
    font-style: bold;
    display: block;
  }
}
@media (min-width: 768px) and (max-width: 1205px) {
  #hotels .btn-hotel {
    padding-left: 20px;
  }
}
#hotels .content-icon-hotel {
  font-size: 18px;
  font-weight: bold;
  height: 70px;
  display: table;
  padding-top: 3%;
}
@media (min-width: 768px) and (max-width: 1204px) {
  #hotels .star-hotel {
    margin-left: 18px;
  }
}
@media (max-width: 767px) {
  #hotels .star-hotel {
    text-align: center;
  }
  #hotels .content-icon-hotel {
    font-size: 14px;
    font-weight: bold;
  }
  #hotels h2 {
    text-align: center;
    margin-top: -50px;
  }
  #hotels .btn-hotel {
    text-align: center;
  }
  #hotels .hotel-title {
    padding-right: 20px;
    margin-top: 30px;
  }
}
@media (max-width: 650px) {
  #hotels #load-more {
    text-align: center;
    padding-bottom: 100px;
  }
  #hotels .star-hotel {
    text-align: center;
  }
  #hotels .content-icon-hotel {
    font-size: 14px;
    font-weight: bold;
  }
  #hotels h2 {
    text-align: center;
    margin-top: -20px;
  }
  #hotels .btn-hotel {
    text-align: center;
  }
}
@media (max-width: 320px) {
  #hotels .hotel-content {
    font-size: 14px;
    margin-top: 10px;
    padding-left: 1px;
  }
}
.center-icon-hotel {
  text-align: center;
  display: inline-table;
}
.center-icon-hotel img {
  margin: auto 0px;
  width: 66px;
  height: 48px;
}
@media (max-width: 375px) {
  .center-icon-hotel img {
    width: 55px;
    height: 41px;
  }
}
@media (max-width: 320px) {
  .center-icon-hotel img {
    margin-left: 20px;
  }
}
.center-icon-hotel h5 {
  display: inline-table;
  margin: auto;
  text-align: left;
}
@media (min-width: 376px) {
  .center-icon-hotel h5 {
    padding-left: 5px;
  }
}
@media (max-width: 375px) {
  .center-icon-hotel h5 {
    padding-left: 5px;
  }
}
@media (max-width: 320px) {
  .center-icon-hotel h5 {
    display: table-cell;
  }
}
#contact,
#shopping {
  /* Overide Bootstrap select */
}
#contact .has-error .form-control,
#shopping .has-error .form-control {
  border-color: #dc3536;
}
#contact label,
#shopping label {
  display: block;
  font-weight: 400;
  margin-top: 25px;
  margin-bottom: 15px;
}
#contact input[type=text],
#shopping input[type=text],
#contact input[type=number],
#shopping input[type=number],
#contact input[type=email],
#shopping input[type=email],
#contact select,
#shopping select {
  width: 80%;
}
#contact input[type="radio"],
#shopping input[type="radio"],
#contact input[type="checkbox"],
#shopping input[type="checkbox"] {
  margin-left: 25px;
  margin-right: 10px;
}
#contact textarea,
#shopping textarea {
  width: 625px;
  height: 200px;
}
#contact .inline,
#shopping .inline {
  width: 39% !important;
  display: inline-block !important;
}
#contact .link,
#shopping .link {
  margin-top: 10px;
  margin-bottom: 15px;
}
#contact a,
#shopping a {
  text-decoration: underline;
}
#contact a:active,
#shopping a:active,
#contact a:focus,
#shopping a:focus {
  color: #303030;
}
#contact a.rating,
#shopping a.rating {
  text-decoration: none !important;
}
#contact a.rating:hover,
#shopping a.rating:hover,
#contact a.rating:active,
#shopping a.rating:active,
#contact a.rating:focus,
#shopping a.rating:focus {
  color: #ffc107;
}
#contact .rating,
#shopping .rating {
  font-size: 28px;
  color: #ffc107;
}
#contact hr,
#shopping hr {
  margin-top: 40px;
  margin-bottom: 40px;
}
#contact ul,
#shopping ul {
  padding: 20px 0;
}
#contact li,
#shopping li {
  list-style: none;
}
#contact .side-menu a,
#shopping .side-menu a {
  text-decoration: none;
  display: block;
  padding: 10px 25px;
}
#contact .input-group.date .input-group-addon,
#shopping .input-group.date .input-group-addon {
  cursor: pointer;
}
#contact .hidden,
#shopping .hidden {
  display: none;
}
#contact button,
#shopping button {
  margin-top: 25px;
  padding: 7px;
  width: 180px;
}
#contact .btn,
#shopping .btn {
  background: transparent;
}
#contact .btn.disabled,
#shopping .btn.disabled {
  background: transparent;
}
#contact .red,
#shopping .red {
  color: #dc2531;
}
#contact .destinations button,
#shopping .destinations button {
  margin: 0;
  width: 624px;
  padding: 7px 15px;
}
#contact .destinations button:hover,
#shopping .destinations button:hover,
#contact .destinations button:active,
#shopping .destinations button:active,
#contact .destinations button:focus,
#shopping .destinations button:focus {
  background: #fff;
}
#contact .intl-tel-input,
#shopping .intl-tel-input {
  width: 80%;
}
#contact input[type="checkbox"],
#shopping input[type="checkbox"] {
  position: relative !important;
}
#contact .checkbox,
#shopping .checkbox {
  display: inline-block;
}
#contact .sp-form-control,
#shopping .sp-form-control {
  display: block;
  width: 80%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
#contact .datepicker input[type="text"],
#shopping .datepicker input[type="text"] {
  width: 100%;
}
#contact .bootstrap-select.btn-group.show-tick .dropdown-menu li.selected a span.check-mark,
#shopping .bootstrap-select.btn-group.show-tick .dropdown-menu li.selected a span.check-mark {
  color: #dc2531;
}
#contact .bootstrap-select > .dropdown-toggle.bs-placeholder,
#shopping .bootstrap-select > .dropdown-toggle.bs-placeholder,
#contact .bootstrap-select > .dropdown-toggle.bs-placeholder:active,
#shopping .bootstrap-select > .dropdown-toggle.bs-placeholder:active,
#contact .bootstrap-select > .dropdown-toggle.bs-placeholder:focus,
#shopping .bootstrap-select > .dropdown-toggle.bs-placeholder:focus,
#contact .bootstrap-select > .dropdown-toggle.bs-placeholder:hover,
#shopping .bootstrap-select > .dropdown-toggle.bs-placeholder:hover {
  color: #303030;
}
#contact .btn-group.open .dropdown-toggle,
#shopping .btn-group.open .dropdown-toggle {
  background: #fff;
}
@media (max-width: 768px) {
  #contact form,
  #shopping form {
    padding: 25px;
  }
  #contact input[type=text],
  #shopping input[type=text],
  #contact input[type=number],
  #shopping input[type=number],
  #contact input[type=email],
  #shopping input[type=email],
  #contact textarea,
  #shopping textarea,
  #contact select,
  #shopping select,
  #contact .bootstrap-select,
  #shopping .bootstrap-select,
  #contact .intl-tel-input,
  #shopping .intl-tel-input,
  #contact .sp-form-control,
  #shopping .sp-form-control {
    width: 100%;
  }
  #contact .destinations button,
  #shopping .destinations button {
    width: 100%;
  }
  #contact .radio,
  #shopping .radio {
    display: block;
  }
  #contact input[type=radio],
  #shopping input[type=radio] {
    margin-left: 0 !important;
  }
  #contact button,
  #shopping button {
    width: 100%;
  }
  #contact .name,
  #shopping .name {
    width: 100% !important;
    margin-bottom: 10px;
  }
  #contact .datepicker,
  #shopping .datepicker {
    width: 100% !important;
    display: block !important;
  }
  #contact .inline,
  #shopping .inline {
    width: 100%;
  }
}
#confirmModal,
.custom-modal {
  margin-top: 180px;
}
#confirmModal .modal-content,
.custom-modal .modal-content {
  box-shadow: none;
  border-radius: 0;
}
#confirmModal .modal-header,
.custom-modal .modal-header {
  color: #fff;
  background: #3e4a59;
}
#confirmModal .close,
.custom-modal .close {
  color: #fff;
  text-shadow: none;
}
#confirmModal .close:hover,
.custom-modal .close:hover {
  color: #ccc;
}
.square-grey input {
  border: 2px solid #303030;
  height: 40px;
  vertical-align: top;
  min-width: 200px;
  border-radius: 0px;
  color: #303030;
}
.square-grey ::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: #303030;
}
.square-grey :-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #303030;
  opacity: 1;
}
.square-grey ::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #303030;
  opacity: 1;
}
.square-grey :-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #303030;
}
.square-grey button {
  background: white;
  border: none;
  color: #303030;
  height: 45px;
  border-radius: 0px;
  border: 2px solid #303030;
  -webkit-transition: background 0.2s ;
  -moz-transition: background 0.2s ;
  -o-transition: background 0.2s ;
  transition: background 0.2s ;
}
.square-grey button:hover {
  background-color: transparent !important;
  color: #dc3536 !important;
  border: 2px solid #dc3536;
}
.square-grey button:focus {
  background-color: transparent !important;
  color: #dc3536 !important;
  border: 2px solid #dc3536;
}
@media (max-width: 1200px) {
  .square-grey {
    width: 100%;
  }
  .square-grey .btn {
    margin-top: 20px;
  }
}
@media (min-width: 1201px) {
  .square-grey {
    width: auto;
  }
  .square-grey .btn {
    margin-top: inherit;
    width: auto;
  }
  .square-grey .input-group-btn {
    display: table-cell;
  }
}
/* Constanst contact CSS */
.ctct-custom-form .ctct-form-errorMessage {
  line-height: 1.5;
  margin-bottom: 12px;
  color: #dc3536;
}
span#success_message {
  font-size: 18px;
  font-weight: bold;
  color: #dc3536;
}
.center-lg {
  margin: 0px auto;
  text-align: center;
}
#search_form {
  padding-bottom: 17px;
  padding-top: 17px;
}
.item-dark-grey {
  background-color: #e4e4e4;
}
.item-light-grey {
  background-color: #ededed;
}
@media (max-width: 767px) {
  .sb-search-input {
    display: block;
    width: 100%;
  }
}
/* Expanding search */
.searchbox {
  position: relative;
  padding-top: 20px;
  min-width: 100px;
  width: 0;
  height: 50px;
  float: right;
  overflow: hidden;
  -webkit-transition: width 0.3s;
  -moz-transition: width 0.3s;
  -ms-transition: width 0.3s;
  -o-transition: width 0.3s;
  transition: width 0.3s;
}
.searchbox-input {
  top: 0;
  right: 0;
  border: 0;
  outline: 0;
  /* background: #dcddd8; */
  width: 100%;
  /* height: 50px; */
  margin: 0;
  padding: 0 120px 0 5px;
  /* font-size: 20px; */
  color: inherit;
  border-bottom: 1px solid #ddd;
}
.searchbox-input::-webkit-input-placeholder {
  color: inherit;
}
.searchbox-input:-moz-placeholder {
  color: inherit;
}
.searchbox-input::-moz-placeholder {
  color: inherit;
}
.searchbox-input:-ms-input-placeholder {
  color: inherit;
}
.searchbox-icon,
.searchbox-submit {
  width: 100px;
  height: 60px;
  line-height: 60px;
  display: block;
  position: absolute;
  top: 0px;
  right: 0;
  margin: 0;
  padding: 0;
  padding-right: 2px;
  border: 0;
  outline: 0;
  background: #FFFFFF;
  font-weight: 300;
  text-align: right;
  cursor: pointer;
}
.searchbox-open {
  width: 100%;
}
/* Expanding search */
.text-inner h1,
.text-inner h2,
.text-inner h3,
.text-inner h4,
.text-inner h5,
.text-inner h6 {
  word-break: break-word;
}
.counry-detail p a {
  font-size: 16px;
}
/*
 * Fix bug "3 .column.size-1of3" displayed before page load
 * Please see https://github.com/rnmp/salvattore/issues/77
 */
[data-columns]::before {
  position: absolute;
  right: 9999em;
  bottom: 9999em;
  visibility: hidden;
}
.tour-trip ul {
  padding: 15px;
  /*list-style: none;*/
}
.tour-trip ul li:before {
  /*        content:"-";
                position:relative;
                margin-left: -5px;  optional, for multiline li element
                left: -5px;*/
}
.tour-trip .trips-content {
  color: #303030;
}
.tour-trip h4 {
  font-weight: 300;
}
.tour-trip .text-trip {
  font-weight: bold;
  padding-right: 30px;
  color: #303030;
}
@media (max-width: 767px) {
  .tour-trip .text-trip {
    display: block;
  }
}
.tour-trip .destination {
  display: inline;
}
@media (max-width: 767px) {
  .tour-trip .destination {
    padding-left: 4px;
    padding-top: 14px;
    font-size: 16px;
    line-height: 22px;
    display: block;
  }
}
.tour-trip .glyphicon {
  padding-right: 5px;
  font-size: 20px;
}
.tour-trip .panel-title {
  color: #303030;
  font-size: 24px;
}
.tour-trip .panel-title a {
  text-decoration: none;
}
@media (max-width: 767px) {
  .tour-trip .panel-title {
    font-size: 18px;
  }
}
.tour-trip .panel-default > .panel-heading {
  background-color: #F5F5F5;
}
.tour-trip .panel {
  box-shadow: none;
  background-color: #F5F5F5;
}
.tour-trip .img-col {
  min-height: 60vh;
}
.tour-trip .panel-group .panel + .panel {
  margin: 0;
}
.tour-trip .panel-default {
  border-color: transparent;
}
.tour-trip .panel-body {
  font-size: 16px;
  padding: 0 0 20px 30px;
}
@media (max-width: 767px) {
  .tour-trip .panel-body {
    padding: 20px;
  }
}
body.single-packages .header-section h1 {
  font-size: 76px;
}
@media (max-width: 1279px) {
  body.single-packages .header-section h1 {
    font-size: 42px;
  }
}
body.single-packages .package-booknow {
  margin-right: 10px;
}
@media (max-width: 320px) {
  body.single-packages .package-booknow {
    margin-right: 0;
  }
}
@media (min-width: 1024px) {
  .title-bottom {
    top: inherit !important;
    bottom: 15%;
    transform: inherit !important;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .title-bottom {
    /*        bottom:20%;*/
  }
}
@media (max-width: 768px) {
  .padding-xs,
  .header-section .title.container.no-padding {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
}
body.country-detail-page {
  /* Mobile */
}
@media (max-width: 767px) {
  body.country-detail-page .panel-heading {
    padding: 10px 0px;
  }
  body.country-detail-page footer .panel-heading {
    padding: 0px 0px;
  }
}
.text-not-found {
  padding: 100px 0 200px;
}
@media (max-width: 767px) {
  .text-not-found {
    padding: 0 0 100px;
  }
}
#social a {
  padding: 0 5px;
}
.people-item {
  padding: 50px 0;
}
.font22 {
  font-size: 22px;
}
/* Fixed hotel header*/
.panel-default {
  border: none;
  background: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.panel-default .glyphicon {
  padding-right: 5px;
  font-size: 20px;
}
.panel-default a:focus,
.panel-default a:active {
  text-decoration: none;
}
.panel-group {
  margin-bottom: 0;
}
.panel-heading {
  border: none;
  border-color: transparent !important;
  background-color: transparent !important;
}
.panel-title {
  font-size: 20px;
}
.panel-title .collapsed span.glyphicon-triangle-right:before {
  content: "\e250";
}
.panel-title span.glyphicon-triangle-right:before {
  content: "\e252";
}
.panel-content {
  padding-left: 45px;
}
/* li color */
ul.dash-list,
ul.post-content-list,
body.single-hotels .promotion ul,
body.single-packages .package-wrapper ul,
.job-short_desc ul {
  list-style: none;
  padding: 0;
  margin: 0 0 0 25px;
}
ul.dash-list li,
ul.post-content-list li,
body.single-hotels .promotion ul li,
body.single-packages .package-wrapper ul li,
.job-short_desc ul li {
  padding-left: 1em;
  text-indent: -1.2em;
}
ul.dash-list li:before,
ul.post-content-list li:before,
body.single-hotels .promotion ul li:before,
body.single-packages .package-wrapper ul li:before,
.job-short_desc ul li:before {
  content: "";
  margin-right: 10px;
  display: inline-block;
  width: 7px;
  height: 7px;
  background-color: #dc3536;
  border-radius: 50%;
  margin-bottom: 2px;
}
#footer-nav ul {
  padding: 0;
  margin: 0;
  margin-bottom: 10px;
}
#footer-nav ul li {
  text-indent: inherit;
  list-style: none;
  padding: 3px 0;
}
#footer-nav ul li:before {
  content: none;
}
.white-button {
  border: 2px solid #FFFFFF;
  color: #FFFFFF;
}
.content-container-wrapper a {
  text-decoration: underline;
}
body.home .content-what-happen {
  width: 75%;
  margin: 0 auto;
}
body.single-country .content-what-happen {
  width: 75%;
  margin: 0 auto;
}
body.page .header-section:not(.bg-light-gray) .title:not(.text-dark-grey) {
  text-shadow: 3px 3px 38px #303030;
}
body.page .header-section:not(.bg-light-gray) .title.black {
  color: #303030;
  text-shadow: 0px 0px 0px #303030;
}
body.single-packages .header-section:not(.bg-light-gray) .title:not(.text-dark-grey) p.timing,
body.single-hotels .header-section:not(.bg-light-gray) .title:not(.text-dark-grey) p.timing,
body.single-packages .header-section:not(.bg-light-gray) .title:not(.text-dark-grey) h1,
body.single-hotels .header-section:not(.bg-light-gray) .title:not(.text-dark-grey) h1 {
  text-shadow: 3px 3px 38px #303030;
}
.text-shadow-main {
  text-shadow: 3px 3px 38px #303030;
}
@media (min-width: 767px) {
  .no-margin-lg {
    margin: 0 !important;
  }
}
/* Custom form */
.custom-form {
  /* Overide Bootstrap select */
}
.custom-form .has-error .form-control {
  border-color: #dc3536;
}
.custom-form label {
  display: block;
  font-weight: 400;
  margin-top: 25px;
  margin-bottom: 15px;
}
.custom-form input[type=text],
.custom-form input[type=number],
.custom-form input[type=email],
.custom-form div.bootstrap-select,
.custom-form select {
  width: 100% !important;
}
.custom-form input[type="radio"],
.custom-form input[type="checkbox"] {
  margin-left: 25px;
  margin-right: 10px;
}
.custom-form textarea {
  width: 100%;
}
.custom-form .inline {
  width: 39% !important;
  display: inline-block !important;
}
.custom-form .link {
  margin-top: 10px;
  margin-bottom: 15px;
}
.custom-form a {
  text-decoration: underline;
}
.custom-form a:active,
.custom-form a:focus {
  color: #303030;
}
.custom-form a.rating {
  text-decoration: none !important;
}
.custom-form a.rating:hover,
.custom-form a.rating:active,
.custom-form a.rating:focus {
  color: #ffc107;
}
.custom-form .rating {
  font-size: 28px;
  color: #ffc107;
}
.custom-form hr {
  margin-top: 40px;
  margin-bottom: 40px;
}
.custom-form ul {
  padding: 20px 0;
}
.custom-form li {
  list-style: none;
}
.custom-form .side-menu a {
  text-decoration: none;
  display: block;
  padding: 10px 25px;
}
.custom-form .input-group.date .input-group-addon {
  cursor: pointer;
}
.custom-form .hidden {
  display: none;
}
.custom-form button {
  margin-top: 0px;
  padding: 7px;
  width: 180px;
}
.custom-form .btn {
  background: transparent;
}
.custom-form .btn.disabled {
  background: transparent;
}
.custom-form .red {
  color: #dc2531;
}
.custom-form .selectpicker button {
  margin: 0;
  width: 624px;
  padding: 7px 15px;
}
.custom-form .selectpicker button:hover,
.custom-form .selectpicker button:active,
.custom-form .selectpicker button:focus {
  background: #fff;
}
.custom-form .intl-tel-input {
  width: 100%;
}
.custom-form input[type="checkbox"] {
  position: relative !important;
}
.custom-form .checkbox {
  display: inline-block;
}
.custom-form .sp-form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
.custom-form .datepicker input[type="text"] {
  width: 100%;
}
.custom-form .bootstrap-select.btn-group.show-tick .dropdown-menu li.selected a span.check-mark {
  color: #dc2531;
}
.custom-form .bootstrap-select > .dropdown-toggle.bs-placeholder,
.custom-form .bootstrap-select > .dropdown-toggle.bs-placeholder:active,
.custom-form .bootstrap-select > .dropdown-toggle.bs-placeholder:focus,
.custom-form .bootstrap-select > .dropdown-toggle.bs-placeholder:hover {
  color: #303030;
}
.custom-form .btn-group.open .dropdown-toggle {
  background: #fff;
}
@media (max-width: 768px) {
  .custom-form form {
    padding: 25px;
  }
  .custom-form input[type=text],
  .custom-form input[type=number],
  .custom-form input[type=email],
  .custom-form textarea,
  .custom-form select,
  .custom-form .bootstrap-select,
  .custom-form .intl-tel-input,
  .custom-form .sp-form-control {
    width: 100%;
  }
  .custom-form .selectpicker button {
    width: 100%;
  }
  .custom-form .radio {
    display: block;
  }
  .custom-form input[type=radio] {
    margin-left: 0 !important;
  }
  .custom-form button {
    width: 100%;
  }
  .custom-form .name {
    width: 100% !important;
    margin-bottom: 10px;
  }
  .custom-form .datepicker {
    width: 100% !important;
    display: block !important;
  }
  .custom-form .inline {
    width: 100%;
  }
}
.bottom-red-border {
  padding-bottom: 15px;
  border-bottom: 2px solid #dc3536;
  margin-bottom: 25px;
}
/* Loading */
.opt-loading {
  opacity: 0.2;
  position: relative;
  z-index: -1;
}
.loading-text {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.jobs-item:nth-child(2n) {
  background-color: #ededed;
}
.jobs-item:nth-child(2n+1) {
  background-color: #e4e4e4;
}
@media (max-width: 767px) {
  #front-page-destination {
    padding-bottom: 20px;
  }
}
@media (max-height: 650px) {
  body.home .home-section {
    height: 500px;
  }
}
body.single-packages a.white-button,
body.single-hotels a.white-button,
body.single-packages #ibe_inquiry_form input.datepicker,
body.single-hotels #ibe_inquiry_form input.datepicker {
  box-shadow: 0 0 38px #303030;
  -moz-box-shadow: 0 0 38px #303030;
  -webkit-box-shadow: 0 0 38px #303030;
  -o-box-shadow: 0 0 38px #303030;
  text-shadow: 0px 0px 5px #303030;
}
body.single-packages #ibe_inquiry_form label,
body.single-hotels #ibe_inquiry_form label {
  text-shadow: 0px 0px 5px #303030;
}
@media (max-width: 767px) {
  ul#menu-about-us-content-menu {
    padding-bottom: 20px !important;
  }
}
/* google map style  */
#hotel-map {
  height: 750px;
}
@media (max-width: 767px) {
  #hotel-map {
    height: 450px;
  }
}
.hotel-heading-padding {
  padding-top: 100px;
}
@media (max-width: 767px) {
  .hotel-heading-padding {
    padding-top: 30px;
  }
}
.ibe-form {
  font-size: 14px;
  color: #303030;
}
@media (min-width: 768px) {
  .ibe-form .form-group {
    display: inline-block;
    padding-right: 10px;
  }
  .ibe-form .form-group label {
    width: 100%;
  }
}
.package-datepicker-container {
  width: 600px;
  margin: 10px auto;
  padding: 10px;
  border-radius: 4px;
  z-index: 1;
  /*border: 2px solid @red;*/
  display: none;
  position: absolute;
  left: 0;
  right: 0;
}
@media (max-width: 767px) {
  .package-datepicker-container {
    width: 100%;
  }
}
.package-datepicker-container .datepicker {
  /*        background: none;
        border: none;
        box-shadow: none;*/
}
body.page-template-template-transfers .package-datepicker-container {
  position: relative;
}
.search-trip .bootstrap-select.btn-group:not(.input-group-btn),
.search-trip .bootstrap-select.btn-group[class*=col-] {
  float: left;
}
.search-trip .bootstrap-select.form-control:not([class*=col-]) {
  width: 92%;
}
@media (max-width: 767px) {
  .search-trip .bootstrap-select.form-control:not([class*=col-]) {
    width: 100%;
  }
}
.search-trip .bootstrap-select {
  margin-bottom: 15px !important;
}
.search-trip .bootstrap-select .btn {
  padding: 9.6px 12px;
  border: 2px solid #303030;
  border-radius: 0px;
}
.search-trip .bootstrap-select span.filter-option {
  font-size: 16px;
  color: #303030;
}
.search-trip .bootstrap-select span.bs-caret {
  color: #303030;
}
body.post-type-archive-hotels p.ribbon,
body.search p.ribbon {
  border-radius: 50%;
  width: 105px;
  height: auto;
  padding: 10px;
  top: 35px;
  right: 5%;
  box-sizing: border-box;
  text-align: center;
  font-size: 16px;
}
@media (min-width: 1200px) {
  body.post-type-archive-hotels p.ribbon,
  body.search p.ribbon {
    right: 12%;
  }
}
body.post-type-archive-hotels p.ribbon:before,
body.search p.ribbon:before {
  content: '';
  height: 0;
  margin: 100% 0 0 0;
  display: inline-block;
  vertical-align: middle;
}
body.post-type-archive-hotels p.ribbon span,
body.search p.ribbon span {
  display: inline-block;
  vertical-align: middle;
  font-weight: bold;
}
span.play-video {
  width: 100%;
  height: 100%;
  position: absolute;
  background: url("../images/play-button.png") no-repeat;
  background-position: 50% 50%;
  background-size: 100px 100px;
  transition: all 0.2s ;
  left: 0px;
}
span.play-video:hover {
  background-size: 130px 130px;
  /*background-color:rgba(0,0,0,0.2);*/
}
a.video {
  position: relative;
  overflow: hidden;
  display: block;
  width: 100%;
  margin: 0 auto;
}
/********************************
 *	Overlay
 *******************************/
/* Overlay style */
.overlay-t {
  position: absolute;
}
.overlay-video {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.95);
  text-align: center;
  color: #fff;
}
.overlay-video .btn-section {
  margin-top: 20px;
}
.overlay-video h3 {
  font-size: 20px;
  padding-top: 40px;
}
/* Overlay closing cross */
.overlay-video .overlay-close {
  width: 80px;
  height: 80px;
  position: absolute;
  right: 30px;
  top: 30px;
  overflow: hidden;
  border: none;
  background: url(../images/cross.png) no-repeat center center;
  text-indent: 200%;
  color: transparent;
  outline: none;
  z-index: 100;
}
@media (max-width: 767px) {
  .overlay-video .overlay-close {
    background: url(../images/cross-small.png) no-repeat center center;
    width: 25px;
    height: 25px;
  }
}
/* Effects */
.overlay-hugeinc {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.1s, visibility 0s 0.05s;
  transition: opacity 0.1s, visibility 0s 0.05s;
}
.overlay-hugeinc.open {
  opacity: 1;
  visibility: visible;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  z-index: 9999;
}
/********************************
 *	Video control
 *******************************/
.video-container {
  position: relative;
  padding-bottom: 54.25%;
  padding-top: 35px;
  height: 0;
  overflow: hidden;
  text-align: center;
  margin-top: 50px;
}
.video-container iframe {
  position: absolute;
  top: 0;
  left: 15%;
  width: 70%;
  height: 70%;
}
@media (max-width: 767px) {
  .video-container iframe {
    left: 0;
    width: 100%;
    height: 100%;
  }
}
#hompage_video p {
  font-family: inherit;
  font-size: 20px;
  font-weight: bold;
  padding-bottom: 32px;
}
body.page-template-template-inspiration #filter_dropdown {
  min-width: 200px;
}
select.min-w-200 {
  min-width: 200px;
}
/* Full image  */
.full-images-container {
  position: initial;
  width: 100%;
  left: 0;
}
.full-images-container .img-col {
  height: 600px;
}
@media (min-width: 992px) and (max-width: 1299px) {
  .full-images-container .img-col {
    height: 400px;
  }
}
@media (max-width: 991px) {
  .full-images-container .img-col {
    height: 320px;
  }
}
/* ============================================================
  CUSTOM PAGINATION
============================================================ */
.custom-pagination span,
.custom-pagination a {
  display: inline-block;
  padding: 2px 10px;
}
.custom-pagination a {
  background-color: white;
  color: #3f3f3f;
}
@media (max-width: 640px) {
  .custom-pagination a {
    margin-bottom: 10px;
  }
}
.custom-pagination a:hover {
  background-color: #bfc0bb;
  color: white;
}
.custom-pagination span.page-num {
  margin-right: 10px;
  padding: 0;
}
.custom-pagination span.dots {
  padding: 0;
  color: white;
}
.custom-pagination span.current {
  background-color: #696969;
  color: white;
}
.full-images-inner {
  position: absolute;
  left: 0;
  width: 100%;
}
/*!
Animate.css - http://daneden.me/animate
Licensed under the MIT license - http://opensource.org/licenses/MIT

Copyright (c) 2014 Daniel Eden
*/
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
.animated.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}
@-webkit-keyframes bounce {
  0%,
  20%,
  53%,
  80%,
  100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  40%,
  43% {
    -webkit-transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }
  70% {
    -webkit-transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}
@keyframes bounce {
  0%,
  20%,
  53%,
  80%,
  100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  40%,
  43% {
    -webkit-transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }
  70% {
    -webkit-transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}
.bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
  -webkit-transform-origin: center bottom;
  -ms-transform-origin: center bottom;
  transform-origin: center bottom;
}
@-webkit-keyframes flash {
  0%,
  50%,
  100% {
    opacity: 0.8;
  }
  25%,
  75% {
    opacity: 0;
  }
}
@keyframes flash {
  0%,
  50%,
  100% {
    opacity: 0.8;
  }
  25%,
  75% {
    opacity: 0;
  }
}
.flash {
  -webkit-animation-name: flash;
  animation-name: flash;
}
/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes pulse {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse;
}
@-webkit-keyframes rubberBand {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes rubberBand {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.rubberBand {
  -webkit-animation-name: rubberBand;
  animation-name: rubberBand;
}
@-webkit-keyframes shake {
  0%,
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}
@keyframes shake {
  0%,
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}
.shake {
  -webkit-animation-name: shake;
  animation-name: shake;
}
@-webkit-keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }
  100% {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}
@keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }
  100% {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}
.swing {
  -webkit-transform-origin: top center;
  -ms-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: swing;
  animation-name: swing;
}
@-webkit-keyframes tada {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  10%,
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  40%,
  60%,
  80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes tada {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  10%,
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  40%,
  60%,
  80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.tada {
  -webkit-animation-name: tada;
  animation-name: tada;
}
/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes wobble {
  0% {
    -webkit-transform: none;
    transform: none;
  }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }
  100% {
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes wobble {
  0% {
    -webkit-transform: none;
    transform: none;
  }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }
  100% {
    -webkit-transform: none;
    transform: none;
  }
}
.wobble {
  -webkit-animation-name: wobble;
  animation-name: wobble;
}
@-webkit-keyframes bounceIn {
  0%,
  20%,
  40%,
  60%,
  80%,
  100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 0.8;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }
  100% {
    opacity: 0.8;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes bounceIn {
  0%,
  20%,
  40%,
  60%,
  80%,
  100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 0.8;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }
  100% {
    opacity: 0.8;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.bounceIn {
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn;
  -webkit-animation-duration: .75s;
  animation-duration: .75s;
}
@-webkit-keyframes bounceInDown {
  0%,
  60%,
  75%,
  90%,
  100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }
  60% {
    opacity: 0.8;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }
  100% {
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes bounceInDown {
  0%,
  60%,
  75%,
  90%,
  100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }
  60% {
    opacity: 0.8;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }
  100% {
    -webkit-transform: none;
    transform: none;
  }
}
.bounceInDown {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown;
}
@-webkit-keyframes bounceInLeft {
  0%,
  60%,
  75%,
  90%,
  100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }
  60% {
    opacity: 0.8;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }
  100% {
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes bounceInLeft {
  0%,
  60%,
  75%,
  90%,
  100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }
  60% {
    opacity: 0.8;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }
  100% {
    -webkit-transform: none;
    transform: none;
  }
}
.bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft;
}
@-webkit-keyframes bounceInRight {
  0%,
  60%,
  75%,
  90%,
  100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }
  60% {
    opacity: 0.8;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }
  100% {
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes bounceInRight {
  0%,
  60%,
  75%,
  90%,
  100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }
  60% {
    opacity: 0.8;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }
  100% {
    -webkit-transform: none;
    transform: none;
  }
}
.bounceInRight {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight;
}
@-webkit-keyframes bounceInUp {
  0%,
  60%,
  75%,
  90%,
  100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }
  60% {
    opacity: 0.8;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes bounceInUp {
  0%,
  60%,
  75%,
  90%,
  100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }
  60% {
    opacity: 0.8;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.bounceInUp {
  -webkit-animation-name: bounceInUp;
  animation-name: bounceInUp;
}
@-webkit-keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  50%,
  55% {
    opacity: 0.8;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
}
@keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  50%,
  55% {
    opacity: 0.8;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
}
.bounceOut {
  -webkit-animation-name: bounceOut;
  animation-name: bounceOut;
  -webkit-animation-duration: .75s;
  animation-duration: .75s;
}
@-webkit-keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  40%,
  45% {
    opacity: 0.8;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
@keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  40%,
  45% {
    opacity: 0.8;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
.bounceOutDown {
  -webkit-animation-name: bounceOutDown;
  animation-name: bounceOutDown;
}
@-webkit-keyframes bounceOutLeft {
  20% {
    opacity: 0.8;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
@keyframes bounceOutLeft {
  20% {
    opacity: 0.8;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
.bounceOutLeft {
  -webkit-animation-name: bounceOutLeft;
  animation-name: bounceOutLeft;
}
@-webkit-keyframes bounceOutRight {
  20% {
    opacity: 0.8;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
@keyframes bounceOutRight {
  20% {
    opacity: 0.8;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
.bounceOutRight {
  -webkit-animation-name: bounceOutRight;
  animation-name: bounceOutRight;
}
@-webkit-keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  40%,
  45% {
    opacity: 0.8;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
@keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  40%,
  45% {
    opacity: 0.8;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
.bounceOutUp {
  -webkit-animation-name: bounceOutUp;
  animation-name: bounceOutUp;
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 0.8;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 0.8;
  }
}
.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}
@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  100% {
    opacity: 0.8;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  100% {
    opacity: 0.8;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}
@-webkit-keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
  100% {
    opacity: 0.8;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
  100% {
    opacity: 0.8;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig;
}
@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  100% {
    opacity: 0.8;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  100% {
    opacity: 0.8;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}
@-webkit-keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
  100% {
    opacity: 0.8;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
  100% {
    opacity: 0.8;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig;
}
@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  100% {
    opacity: 0.8;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  100% {
    opacity: 0.8;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}
@-webkit-keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
  100% {
    opacity: 0.8;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
  100% {
    opacity: 0.8;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig;
}
@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  100% {
    opacity: 0.8;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  100% {
    opacity: 0.8;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}
@-webkit-keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
  100% {
    opacity: 0.8;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
  100% {
    opacity: 0.8;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig;
}
@-webkit-keyframes fadeOut {
  0% {
    opacity: 0.8;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 0.8;
  }
  100% {
    opacity: 0;
  }
}
.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}
@-webkit-keyframes fadeOutDown {
  0% {
    opacity: 0.8;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
@keyframes fadeOutDown {
  0% {
    opacity: 0.8;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown;
}
@-webkit-keyframes fadeOutDownBig {
  0% {
    opacity: 0.8;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
@keyframes fadeOutDownBig {
  0% {
    opacity: 0.8;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
.fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
  animation-name: fadeOutDownBig;
}
@-webkit-keyframes fadeOutLeft {
  0% {
    opacity: 0.8;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
@keyframes fadeOutLeft {
  0% {
    opacity: 0.8;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
.fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft;
}
@-webkit-keyframes fadeOutLeftBig {
  0% {
    opacity: 0.8;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
@keyframes fadeOutLeftBig {
  0% {
    opacity: 0.8;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
.fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
  animation-name: fadeOutLeftBig;
}
@-webkit-keyframes fadeOutRight {
  0% {
    opacity: 0.8;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
@keyframes fadeOutRight {
  0% {
    opacity: 0.8;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
.fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight;
}
@-webkit-keyframes fadeOutRightBig {
  0% {
    opacity: 0.8;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
@keyframes fadeOutRightBig {
  0% {
    opacity: 0.8;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
.fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
  animation-name: fadeOutRightBig;
}
@-webkit-keyframes fadeOutUp {
  0% {
    opacity: 0.8;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
@keyframes fadeOutUp {
  0% {
    opacity: 0.8;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp;
}
@-webkit-keyframes fadeOutUpBig {
  0% {
    opacity: 0.8;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
@keyframes fadeOutUpBig {
  0% {
    opacity: 0.8;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
.fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
  animation-name: fadeOutUpBig;
}
@-webkit-keyframes flip {
  0% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  50% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}
@keyframes flip {
  0% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  50% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}
.animated.flip {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-animation-name: flip;
  animation-name: flip;
}
@-webkit-keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 0.8;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
@keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 0.8;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
.flipInX {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  animation-name: flipInX;
}
@-webkit-keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 0.8;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }
  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
@keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 0.8;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }
  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
.flipInY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
  animation-name: flipInY;
}
@-webkit-keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 0.8;
  }
  100% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}
@keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 0.8;
  }
  100% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}
.flipOutX {
  -webkit-animation-name: flipOutX;
  animation-name: flipOutX;
  -webkit-animation-duration: .75s;
  animation-duration: .75s;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}
@-webkit-keyframes flipOutY {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 0.8;
  }
  100% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}
@keyframes flipOutY {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 0.8;
  }
  100% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}
.flipOutY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
  animation-name: flipOutY;
  -webkit-animation-duration: .75s;
  animation-duration: .75s;
}
@-webkit-keyframes lightSpeedIn {
  0% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 0.8;
  }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
    opacity: 0.8;
  }
  100% {
    -webkit-transform: none;
    transform: none;
    opacity: 0.8;
  }
}
@keyframes lightSpeedIn {
  0% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 0.8;
  }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
    opacity: 0.8;
  }
  100% {
    -webkit-transform: none;
    transform: none;
    opacity: 0.8;
  }
}
.lightSpeedIn {
  -webkit-animation-name: lightSpeedIn;
  animation-name: lightSpeedIn;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}
@-webkit-keyframes lightSpeedOut {
  0% {
    opacity: 0.8;
  }
  100% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}
@keyframes lightSpeedOut {
  0% {
    opacity: 0.8;
  }
  100% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}
.lightSpeedOut {
  -webkit-animation-name: lightSpeedOut;
  animation-name: lightSpeedOut;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
}
@-webkit-keyframes rotateIn {
  0% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: none;
    transform: none;
    opacity: 0.8;
  }
}
@keyframes rotateIn {
  0% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: none;
    transform: none;
    opacity: 0.8;
  }
}
.rotateIn {
  -webkit-animation-name: rotateIn;
  animation-name: rotateIn;
}
@-webkit-keyframes rotateInDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 0.8;
  }
}
@keyframes rotateInDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 0.8;
  }
}
.rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
  animation-name: rotateInDownLeft;
}
@-webkit-keyframes rotateInDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 0.8;
  }
}
@keyframes rotateInDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 0.8;
  }
}
.rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
  animation-name: rotateInDownRight;
}
@-webkit-keyframes rotateInUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 0.8;
  }
}
@keyframes rotateInUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 0.8;
  }
}
.rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
  animation-name: rotateInUpLeft;
}
@-webkit-keyframes rotateInUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 0.8;
  }
}
@keyframes rotateInUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 0.8;
  }
}
.rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
  animation-name: rotateInUpRight;
}
@-webkit-keyframes rotateOut {
  0% {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 0.8;
  }
  100% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}
@keyframes rotateOut {
  0% {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 0.8;
  }
  100% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}
.rotateOut {
  -webkit-animation-name: rotateOut;
  animation-name: rotateOut;
}
@-webkit-keyframes rotateOutDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 0.8;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}
@keyframes rotateOutDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 0.8;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}
.rotateOutDownLeft {
  -webkit-animation-name: rotateOutDownLeft;
  animation-name: rotateOutDownLeft;
}
@-webkit-keyframes rotateOutDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 0.8;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
@keyframes rotateOutDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 0.8;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
.rotateOutDownRight {
  -webkit-animation-name: rotateOutDownRight;
  animation-name: rotateOutDownRight;
}
@-webkit-keyframes rotateOutUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 0.8;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
@keyframes rotateOutUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 0.8;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
.rotateOutUpLeft {
  -webkit-animation-name: rotateOutUpLeft;
  animation-name: rotateOutUpLeft;
}
@-webkit-keyframes rotateOutUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 0.8;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}
@keyframes rotateOutUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 0.8;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}
.rotateOutUpRight {
  -webkit-animation-name: rotateOutUpRight;
  animation-name: rotateOutUpRight;
}
@-webkit-keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  20%,
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  40%,
  80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 0.8;
  }
  100% {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}
@keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  20%,
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  40%,
  80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 0.8;
  }
  100% {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}
.hinge {
  -webkit-animation-name: hinge;
  animation-name: hinge;
}
/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }
  100% {
    opacity: 0.8;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }
  100% {
    opacity: 0.8;
    -webkit-transform: none;
    transform: none;
  }
}
.rollIn {
  -webkit-animation-name: rollIn;
  animation-name: rollIn;
}
/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollOut {
  0% {
    opacity: 0.8;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}
@keyframes rollOut {
  0% {
    opacity: 0.8;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}
.rollOut {
  -webkit-animation-name: rollOut;
  animation-name: rollOut;
}
@-webkit-keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 0.8;
  }
}
@keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 0.8;
  }
}
.zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
}
@-webkit-keyframes zoomInDown {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 0.8;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInDown {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 0.8;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInDown {
  -webkit-animation-name: zoomInDown;
  animation-name: zoomInDown;
}
@-webkit-keyframes zoomInLeft {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 0.8;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInLeft {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 0.8;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInLeft {
  -webkit-animation-name: zoomInLeft;
  animation-name: zoomInLeft;
}
@-webkit-keyframes zoomInRight {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 0.8;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInRight {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 0.8;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInRight {
  -webkit-animation-name: zoomInRight;
  animation-name: zoomInRight;
}
@-webkit-keyframes zoomInUp {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 0.8;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInUp {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 0.8;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInUp {
  -webkit-animation-name: zoomInUp;
  animation-name: zoomInUp;
}
@-webkit-keyframes zoomOut {
  0% {
    opacity: 0.8;
  }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  100% {
    opacity: 0;
  }
}
@keyframes zoomOut {
  0% {
    opacity: 0.8;
  }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  100% {
    opacity: 0;
  }
}
.zoomOut {
  -webkit-animation-name: zoomOut;
  animation-name: zoomOut;
}
@-webkit-keyframes zoomOutDown {
  40% {
    opacity: 0.8;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomOutDown {
  40% {
    opacity: 0.8;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomOutDown {
  -webkit-animation-name: zoomOutDown;
  animation-name: zoomOutDown;
}
@-webkit-keyframes zoomOutLeft {
  40% {
    opacity: 0.8;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
}
@keyframes zoomOutLeft {
  40% {
    opacity: 0.8;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
}
.zoomOutLeft {
  -webkit-animation-name: zoomOutLeft;
  animation-name: zoomOutLeft;
}
@-webkit-keyframes zoomOutRight {
  40% {
    opacity: 0.8;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
}
@keyframes zoomOutRight {
  40% {
    opacity: 0.8;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
}
.zoomOutRight {
  -webkit-animation-name: zoomOutRight;
  animation-name: zoomOutRight;
}
@-webkit-keyframes zoomOutUp {
  40% {
    opacity: 0.8;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomOutUp {
  40% {
    opacity: 0.8;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomOutUp {
  -webkit-animation-name: zoomOutUp;
  animation-name: zoomOutUp;
}
@-webkit-keyframes slideInDown {
  0% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    visibility: visible;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes slideInDown {
  0% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    visibility: visible;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
.slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown;
}
@-webkit-keyframes slideInLeft {
  0% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    visibility: visible;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes slideInLeft {
  0% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    visibility: visible;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
.slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft;
}
@-webkit-keyframes slideInRight {
  0% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    visibility: visible;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes slideInRight {
  0% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    visibility: visible;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
.slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight;
}
@-webkit-keyframes slideInUp {
  0% {
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    visibility: visible;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes slideInUp {
  0% {
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    visibility: visible;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
.slideInUp {
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp;
}
@-webkit-keyframes slideOutDown {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    visibility: hidden;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
  }
}
@keyframes slideOutDown {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    visibility: hidden;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
  }
}
.slideOutDown {
  -webkit-animation-name: slideOutDown;
  animation-name: slideOutDown;
}
@-webkit-keyframes slideOutLeft {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    visibility: hidden;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@keyframes slideOutLeft {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    visibility: hidden;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
.slideOutLeft {
  -webkit-animation-name: slideOutLeft;
  animation-name: slideOutLeft;
}
@-webkit-keyframes slideOutRight {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    visibility: hidden;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
}
@keyframes slideOutRight {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    visibility: hidden;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
}
.slideOutRight {
  -webkit-animation-name: slideOutRight;
  animation-name: slideOutRight;
}
@-webkit-keyframes slideOutUp {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    visibility: hidden;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
}
@keyframes slideOutUp {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    visibility: hidden;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
}
.slideOutUp {
  -webkit-animation-name: slideOutUp;
  animation-name: slideOutUp;
}
/*
   Spezific styling for salvattore
   Feel free to edit it as you like
   More info at http://salvattore.com
 */
/* Base styles */
.column {
  float: left;
  width: 100%;
}
.size-1of4 {
  width: 25%;
}
.size-1of3 {
  width: 33.333%;
}
.size-1of2 {
  width: 50%;
}
/* Configurate salvattore with media queries */
@media screen and (max-width: 450px) {
  #timeline[data-columns]::before {
    content: '1 .column';
  }
}
@media screen and (min-width: 451px) and (max-width: 768px) {
  #timeline[data-columns]::before {
    content: '1 .column';
  }
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #timeline[data-columns]::before {
    content: '2 .column.size-1of2';
  }
}
@media screen and (min-width: 1025px) {
  #timeline[data-columns]::before {
    content: '3 .column.size-1of3';
  }
}
/*@media screen and (min-width: 851px) {
    #timeline[data-columns]::before {
        content: '4 .column.size-1of4';
    }
}*/
.book-now-below > a {
  margin-bottom: 5px;
}
@media (min-width: 768px) {
  .country-page-content {
    max-width: 550px;
  }
}
body.es .country-page-content {
  line-height: inherit;
}
.package-label {
  float: right;
  padding-right: 15px;
}
@media (max-width: 640px) {
  .package-label {
    float: none;
    padding-right: 0px;
  }
}
.table.package {
  margin-bottom: 0px;
}
.table.package .btn-border {
  width: 100px;
  height: 37px;
  padding: 0px;
  background-color: inherit;
}
.table.package td:first-child,
.table.package th:first-child,
.table.package td:last-child,
.table.package th:last-child {
  position: relative;
}
.table.package td:first-child:before,
.table.package th:first-child:before {
  content: '';
  position: absolute;
  top: -1px;
  bottom: -2px;
  width: 100vw;
  display: block;
  background: inherit;
  border: inherit;
}
.table.package td:last-child:after,
.table.package th:last-child:after {
  content: '';
  position: absolute;
  top: -1px;
  bottom: -2px;
  width: 100vw;
  display: block;
  background: inherit;
  border: inherit;
}
.table.package td:first-child:before,
.table.package th:first-child:before {
  right: 100%;
}
.table.package td:last-child:after,
.table.package th:last-child:after {
  left: 100%;
}
@media (min-width: 640px) {
  .table.package tbody tr:nth-child(2n) td {
    background: #ebebeb;
  }
  .table.package tbody tr:nth-child(2n+1) td {
    background: #F5F5F5;
  }
  .table.package tbody tr:nth-child(4n+1):hover td {
    background: rgba(237, 28, 36, 0.6);
    transition-duration: 0.3s;
    cursor: pointer;
  }
  .table.package tbody tr:nth-child(4n+2):hover td {
    background: rgba(65, 64, 66, 0.6);
    transition-duration: 0.3s;
    cursor: pointer;
  }
  .table.package tbody tr:nth-child(4n+3):hover td {
    background: rgba(255, 221, 0, 0.6);
    transition-duration: 0.3s;
    cursor: pointer;
  }
  .table.package tbody tr:nth-child(4n+4):hover td {
    background: rgba(11, 103, 178, 0.6);
    transition-duration: 0.3s;
    cursor: pointer;
  }
}
@media (min-width: 768px) {
  .country-page-content {
    max-width: 550px;
  }
}
body.es .country-page-content {
  line-height: inherit;
}
@media screen and (min-device-width: 768px) and (max-device-width: 991px) {
  #contact .destinations button {
    width: 600px;
  }
}
@media screen and (min-device-width: 992px) and (max-device-width: 1200px) {
  #contact .destinations button {
    width: 520px;
  }
}
ul.list {
  list-style: none;
  margin: 0;
  padding: 0;
}
ul.list.list-inline li {
  display: inline-block;
}
ul.country-nav {
  margin-bottom: 30px;
}
@media (max-width: 450px) {
  ul.country-nav.list-inline li {
    text-align: center;
    display: block;
  }
}
ul.country-nav li {
  padding-right: 30px;
  margin-bottom: 25px;
}
ul.country-nav li a {
  font-weight: bold;
  cursor: pointer;
}
ul.country-nav li a:hover {
  padding-bottom: 7px;
  border-bottom: solid 2px #dc3536;
}
ul.country-nav li a:focus {
  text-decoration: none;
}
ul.country-nav li.active a {
  padding-bottom: 7px;
  border-bottom: solid 2px #303030;
}
.fact-article {
  margin-top: 50px;
  margin-bottom: 80px;
}
.fact-article .fa-item {
  padding-right: 9%;
}
.fact-article .fa-item .item-title {
  padding-left: 0;
  margin-bottom: 22px;
}
.fact-article .fa-item .item-learnmore {
  text-align: right;
  text-decoration: underline;
}
.fcity-wrapper .fcity-item {
  text-align: center;
}
.fcity-wrapper .fcity-item .item-title {
  margin-top: 15px;
  text-align: center;
  font-weight: bold;
}
.country-video-wrapper {
  margin-bottom: 100px;
}
.country-video-wrapper .cvideo-item {
  background-size: cover;
  padding: 0;
  min-height: 300px;
}
.country-video-wrapper .cvideo-item > div {
  position: relative;
}
.country-video-wrapper .cvideo-item > div .item-inner-wrapper {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  right: 0;
  text-align: center;
}
.country-video-wrapper .cvideo-item .item-inner-wrapper > div {
  margin: auto;
  color: #e8e8e8;
  width: 300px;
}
.country-video-wrapper .cvideo-item .item-inner-wrapper .item-title {
  font-size: 2em;
  margin-bottom: 10px;
}
.country-video-wrapper .cvideo-item .item-inner-wrapper .item-content {
  margin-bottom: 30px;
}
.country-video-wrapper .cvideo-item .item-inner-wrapper .item-play-btn {
  cursor: pointer;
}
.country-video-wrapper .cvideo-item .item-inner-wrapper .item-play-btn img {
  width: 100px;
  height: 100px;
  -webkit-transition: width 0.5s, height 0.5s;
  /* For Safari 3.1 to 6.0 */
  transition: width 0.5s, height 0.5s;
}
.country-video-wrapper .cvideo-item .item-inner-wrapper .item-play-btn img:hover {
  width: 110px;
  height: 110px;
}
.black-tran-overlay {
  background-color: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
}
.about-country {
  line-height: 2em;
}
@media (min-width: 768px) {
  .about-country {
    max-width: 550px;
  }
}
@media (max-width: 767px) {
  .about-country .btn-border {
    text-align: center;
  }
  .about-country .padding-t-25 {
    text-align: center;
  }
}
.about-country-img {
  margin-top: 30px;
}
@media (min-width: 768px) {
  .about-country-img {
    position: absolute;
    right: 0;
  }
}
.about-country-img img {
  max-height: 350px;
}
.fastival-table td,
.fastival-table th {
  padding: 4px 0;
}
.h1-front-page {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.42857143;
}
.star-red {
  color: #303030;
}
.width-100 {
  width: 100px;
}
.pos-relative-im {
  height: 230px;
}
.grid-item .floating-text {
  top: 46%;
}
.grid-item img {
  width: 100%;
}
/* fluid 5 columns */
@media screen and (max-width: 450px) {
  .grid-sizer,
  .grid-item {
    width: 100%;
  }
  .grid-sizer img,
  .grid-item img {
    width: 100%;
  }
}
@media screen and (min-width: 451px) and (max-width: 700px) {
  .grid-sizer,
  .grid-item {
    width: 50%;
  }
  .grid-sizer img,
  .grid-item img {
    width: 100%;
  }
}
@media screen and (min-width: 701px) and (max-width: 850px) {
  .grid-sizer,
  .grid-item {
    width: 33.333333%;
  }
  .grid-sizer img,
  .grid-item img {
    width: 100%;
  }
}
@media screen and (min-width: 851px) {
  .grid-sizer,
  .grid-item {
    width: 25%;
  }
  .grid-sizer img,
  .grid-item img {
    width: 100%;
  }
}
.no-margin-top {
  margin-top: 0px !important;
}
.list-unstyled {
  margin: 0 !important;
}
.list-unstyled li {
  padding-left: inherit!important;
  text-indent: inherit!important;
}
.list-unstyled li:before {
  content: "";
  margin-right: 0!important;
  display: inherit!important;
  width: inherit!important;
  height: inherit!important;
  background-color: none !important;
  border-radius: none !important;
  margin-bottom: 0!important;
}
.bg-red {
  background-color: #dc3536;
}
@media (max-width: 991px) {
  .non-floating-xs {
    position: relative;
    top: inherit;
    transform: none;
    width: 100%;
  }
}
.word-break {
  word-wrap: break-word;
}
.h1-front-page {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.42857143;
}
#basket-info img {
  width: 16px;
  height: 16px;
  vertical-align: text-top;
}
.agent-booknow-wrapper {
  position: relative;
}
.agent-booknow-wrapper .package-datepicker-container {
  left: inherit;
  margin: 0;
}
@media (max-width: 767px) {
  .agent-booknow-wrapper .package-datepicker-container {
    width: 300px;
  }
}
.agent-booknow-wrapper form > .col-xs-12 {
  padding-left: 0;
  padding-right: 0;
  text-align: center;
}
/*
* For Video
*/
.home-section.has-video {
  background-image: none;
  overflow: hidden;
}
.home-section video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: -100;
  transform: translateX(-50%) translateY(-50%);
}
.video.post .floating-text {
  top: 26%;
}
.star-red {
  color: #303030;
}
.btn-bold {
  font-weight: bold;
  font-size: 16px;
}
.btn-small {
  padding: 5px 20px;
}
.star-red {
  color: #303030;
}
.star-red {
  color: #303030;
}
.country-video-wrapper .owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background: #dc3536;
}
.presentation_item {
  display: inline-block;
  padding-left: 15px;
  padding-right: 15px;
  text-align: center;
}
.normal-margin {
  margin-left: -15px !important;
  margin-right: -15px !important;
}
#ibe_inquiry_form .datepicker,
#ibe_inquiry_form #send_to_ibe {
  background-color: transparent;
}
.grey-button {
  color: #303030;
  border: 2px solid #303030;
}
.grey-button:hover {
  color: #dc3536;
  border: 2px solid #dc3536;
}
/*# sourceMappingURL=./main.css.map */
